3 # From configure.in Id: configure.in
39 # Configure paths for GTK+
47 # Guess values for system-dependent variables and create Makefiles.
48 # Generated automatically using autoconf version 2.13
49 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
51 # This configure script is free software; the Free Software Foundation
52 # gives unlimited permission to copy, distribute and modify it.
56 ac_default_prefix
=/usr
/local
57 # Any additions from configure.in:
59 --enable-gui use GUI classes"
61 --enable-universal use wxWindows GUI controls instead of native ones"
65 --with-motif use Motif/Lesstif"
67 --with-mac use Mac OS X"
71 --with-msw use MS-Windows"
73 --with-pm use OS/2 Presentation Manager"
75 --with-mgl use SciTech MGL"
77 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
79 --with-libpng use libpng (PNG image format)"
81 --with-libjpeg use libjpeg (JPEG file format)"
83 --with-libtiff use libtiff (TIFF file format)"
85 --with-freetype use freetype (font rasterizer)"
87 --with-opengl use OpenGL (or Mesa)"
89 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
91 --with-regex enable support for wxRegEx class"
93 --with-zlib use zlib for LZW compression"
95 --with-odbc use the IODBC and wxODBC classes"
97 --enable-shared create shared library code"
99 --enable-soname set the DT_SONAME field in ELF shared libraries"
101 --enable-optimise create optimised code"
103 --enable-debug same as debug_flag and debug_info"
105 --enable-precomp enable use of precompiled headers (Mac OS X)"
107 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
109 --enable-debug_info create code with debugging information"
111 --enable-debug_gdb create code with extra GDB debugging information"
113 --enable-debug_cntxt use wxDebugContext"
115 --enable-mem_tracing create code with memory tracing"
117 --enable-profile create code with profiling information"
119 --enable-no_rtti create code without RTTI information"
121 --enable-no_exceptions create code without C++ exceptions handling"
123 --enable-permissive compile code disregarding strict ANSI"
125 --enable-no_deps create code without dependency information"
127 --enable-compat20 enable wxWindows 2.0 compatibility"
129 --enable-compat22 enable wxWindows 2.2 compatibility"
131 --enable-intl use internationalization system"
133 --enable-config use wxConfig (and derived) classes"
135 --enable-sockets use socket/network classes"
137 --enable-ipc use interprocess communication (wxSocket etc.)"
139 --enable-cmdline use wxCmdLineParser class"
141 --enable-datetime use wxDateTime class"
143 --enable-timedate use obsolete wxDate/wxTime classes"
145 --enable-stopwatch use wxStopWatch class"
147 --enable-dialupman use dialup network classes"
149 --enable-apple_ieee use the Apple IEEE codec"
151 --enable-timer use wxTimer class"
153 --enable-wave use wxWave class"
155 --enable-fraction use wxFraction class"
157 --enable-dynlib use wxLibrary class for DLL loading"
159 --enable-longlong use wxLongLong class"
161 --enable-geometry use geometry class"
163 --enable-log use logging system"
165 --enable-streams use wxStream etc classes"
167 --enable-file use wxFile classes"
169 --enable-ffile use wxFFile classes"
171 --enable-textbuf use wxTextBuffer class"
173 --enable-textfile use wxTextFile class"
175 --enable-fontmap use font encodings conversion classes"
177 --enable-unicode compile wxString with Unicode support"
179 --enable-wxprintfv use wxWindows implementation of vprintf()"
181 --enable-std_iostreams use standard C++ stream classes"
183 --enable-filesystem use virtual file systems classes"
185 --enable-fs_inet use virtual HTTP/FTP filesystems"
187 --enable-fs_zip use virtual ZIP filesystems"
189 --enable-zipstream use wxZipInputStream"
191 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
193 --enable-snglinst use wxSingleInstanceChecker class"
195 --enable-mimetypes use wxMimeTypesManager"
197 --enable-sysoptions use wxSystemOptions"
199 --enable-threads use threads"
201 --enable-serial use class serialization"
203 --enable-docview use document view architecture"
205 --enable-help use help subsystem"
207 --enable-mshtmlhelp use MS HTML Help (win32)"
209 --enable-html use wxHTML sub-library"
211 --enable-htmlhelp use wxHTML-based help"
213 --enable-constraints use layout-constraints system"
215 --enable-printarch use printing architecture"
217 --enable-mdi use multiple document interface architecture"
219 --enable-loggui use standard GUI logger"
221 --enable-logwin use wxLogWindow"
223 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
225 --enable-prologio use Prolog IO library"
227 --enable-resources use wxWindows resources"
229 --enable-xresources use X resources for save (default for gtk+)"
231 --enable-clipboard use wxClipboard classes"
233 --enable-dnd use Drag'n'Drop classes"
235 --enable-metafile use win32 metafiles"
237 --enable-treelayout use wxTreeLayout classes"
239 --enable-controls use all usual controls"
241 --enable-accel use accelerators"
243 --enable-button use wxButton class"
245 --enable-bmpbutton use wxBitmapButton class"
247 --enable-calendar use wxCalendarCtrl class"
249 --enable-caret use wxCaret class"
251 --enable-checkbox use wxCheckBox class"
253 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
255 --enable-choice use wxChoice class"
257 --enable-combobox use wxComboBox classes"
259 --enable-gauge use wxGauge class"
261 --enable-grid use wxGrid class"
263 --enable-newgrid use new wxGrid class"
265 --enable-imaglist use wxImageList class"
267 --enable-listbox use wxListBox class"
269 --enable-listctrl use wxListCtrl class"
271 --enable-notebook use wxNotebook class"
273 --enable-propsheet use wxPropertySheet class"
275 --enable-radiobox use wxRadioBox class"
277 --enable-radiobtn use wxRadioButton class"
279 --enable-sash use wxSashWindow class"
281 --enable-scrollbar use wxScrollBar class and scrollable windows"
283 --enable-slider use wxSlider class"
285 --enable-spinbtn use wxSpinButton class"
287 --enable-spinctrl use wxSpinCtrl class"
289 --enable-splitter use wxSplitterWindow class"
291 --enable-statbmp use wxStaticBitmap class"
293 --enable-statbox use wxStaticBox class"
295 --enable-statline use wxStaticLine class"
297 --enable-stattext use wxStaticText class"
299 --enable-statusbar use wxStatusBar class"
301 --enable-tabdialog use wxTabControl class"
303 --enable-textctrl use wxTextCtrl class"
305 --enable-togglebtn use wxToggleButton class"
307 --enable-toolbar use wxToolBar class"
309 --enable-tbarnative use native wxToolBar class"
311 --enable-tbarsmpl use wxToolBarSimple class"
313 --enable-treectrl use wxTreeCtrl class"
315 --enable-popupwin use wxPopUpWindow class"
317 --enable-commondlg use all common dialogs"
319 --enable-choicedlg use wxChoiceDialog"
321 --enable-coldlg use wxColourDialog"
323 --enable-filedlg use wxFileDialog"
325 --enable-finddlg use wxFindReplaceDialog"
327 --enable-fontdlg use wxFontDialog"
329 --enable-dirdlg use wxDirDialog"
331 --enable-msgdlg use wxMessageDialog"
333 --enable-numberdlg use wxNumberEntryDialog"
335 --enable-splash use wxSplashScreen"
337 --enable-textdlg use wxTextDialog"
339 --enable-tipdlg use startup tips"
341 --enable-progressdlg use wxProgressDialog"
343 --enable-wizarddlg use wxWizard"
345 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
347 --enable-miniframe use wxMiniFrame class"
349 --enable-tooltips use wxToolTip class"
351 --enable-splines use spline drawing code"
353 --enable-validators use wxValidator and derived classes"
355 --enable-busyinfo use wxBusyInfo"
357 --enable-joystick use wxJoystick (Linux only)"
359 --enable-metafiles use wxMetaFile (Windows only)"
361 --enable-dragimage use wxDragImage"
363 --enable-palette use wxPalette class"
365 --enable-image use wxImage class"
367 --enable-gif use gif images (GIF file format)"
369 --enable-pcx use pcx images (PCX file format)"
371 --enable-pnm use pnm images (PNM file format)"
373 --enable-xpm use xpm images (XPM file format)"
375 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
377 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
379 --disable-gtktest Do not try to compile and run a test GTK program"
381 --with-x use the X Window System"
383 # Initialize some variables set by options.
384 # The variables have the same names as the options, with
385 # dashes changed to underlines.
387 cache_file
=.
/config.cache
396 program_transform_name
=s
,x
,x
,
404 bindir
='${exec_prefix}/bin'
405 sbindir
='${exec_prefix}/sbin'
406 libexecdir
='${exec_prefix}/libexec'
407 datadir
='${prefix}/share'
408 sysconfdir
='${prefix}/etc'
409 sharedstatedir
='${prefix}/com'
410 localstatedir
='${prefix}/var'
411 libdir
='${exec_prefix}/lib'
412 includedir
='${prefix}/include'
413 oldincludedir
='/usr/include'
414 infodir
='${prefix}/info'
415 mandir
='${prefix}/man'
417 # Initialize some other variables.
420 SHELL
=${CONFIG_SHELL-/bin/sh}
421 # Maximum number of lines to put in a shell here document.
428 # If the previous option needs an argument, assign it.
429 if test -n "$ac_prev"; then
430 eval "$ac_prev=\$ac_option"
436 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
440 # Accept the important Cygnus configure options, so we can diagnose typos.
444 -bindir | --bindir | --bindi | --bind | --bin | --bi)
446 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
447 bindir
="$ac_optarg" ;;
449 -build | --build | --buil | --bui | --bu)
451 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
452 build
="$ac_optarg" ;;
454 -cache-file | --cache-file | --cache-fil | --cache-fi \
455 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
456 ac_prev
=cache_file
;;
457 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
458 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
459 cache_file
="$ac_optarg" ;;
461 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
463 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
465 datadir
="$ac_optarg" ;;
467 -disable-* | --disable-*)
468 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
469 # Reject names that are not valid shell variable names.
470 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
471 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
473 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
474 eval "enable_${ac_feature}=no" ;;
476 -enable-* | --enable-*)
477 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
478 # Reject names that are not valid shell variable names.
479 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
480 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
482 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
487 eval "enable_${ac_feature}='$ac_optarg'" ;;
489 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
490 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
491 | --exec | --exe | --ex)
492 ac_prev
=exec_prefix
;;
493 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
494 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
495 | --exec=* | --exe=* | --ex=*)
496 exec_prefix
="$ac_optarg" ;;
498 -gas | --gas | --ga | --g)
499 # Obsolete; use --with-gas.
502 -help | --help | --hel | --he)
503 # Omit some internal or obsolete options to make the list less imposing.
504 # This message is too long to be a string in the A/UX 3.1 sh.
506 Usage: configure [options] [host]
507 Options: [defaults in brackets after descriptions]
509 --cache-file=FILE cache test results in FILE
510 --help print this message
511 --no-create do not create output files
512 --quiet, --silent do not print \`checking...' messages
513 --version print the version of autoconf that created configure
514 Directory and file names:
515 --prefix=PREFIX install architecture-independent files in PREFIX
517 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
519 --bindir=DIR user executables in DIR [EPREFIX/bin]
520 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
521 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
522 --datadir=DIR read-only architecture-independent data in DIR
524 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
525 --sharedstatedir=DIR modifiable architecture-independent data in DIR
527 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
528 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
529 --includedir=DIR C header files in DIR [PREFIX/include]
530 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
531 --infodir=DIR info documentation in DIR [PREFIX/info]
532 --mandir=DIR man documentation in DIR [PREFIX/man]
533 --srcdir=DIR find the sources in DIR [configure dir or ..]
534 --program-prefix=PREFIX prepend PREFIX to installed program names
535 --program-suffix=SUFFIX append SUFFIX to installed program names
536 --program-transform-name=PROGRAM
537 run sed PROGRAM on installed program names
541 --build=BUILD configure for building on BUILD [BUILD=HOST]
542 --host=HOST configure for HOST [guessed]
543 --target=TARGET configure for TARGET [TARGET=HOST]
544 Features and packages:
545 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
546 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
547 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
548 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
549 --x-includes=DIR X include files are in DIR
550 --x-libraries=DIR X library files are in DIR
552 if test -n "$ac_help"; then
553 echo "--enable and --with options recognized:$ac_help"
557 -host | --host | --hos | --ho)
559 -host=* | --host=* | --hos=* | --ho=*)
562 -includedir | --includedir | --includedi | --included | --include \
563 | --includ | --inclu | --incl | --inc)
564 ac_prev
=includedir
;;
565 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
566 | --includ=* | --inclu=* | --incl=* | --inc=*)
567 includedir
="$ac_optarg" ;;
569 -infodir | --infodir | --infodi | --infod | --info | --inf)
571 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
572 infodir
="$ac_optarg" ;;
574 -libdir | --libdir | --libdi | --libd)
576 -libdir=* | --libdir=* | --libdi=* | --libd=*)
577 libdir
="$ac_optarg" ;;
579 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
580 | --libexe | --libex | --libe)
581 ac_prev
=libexecdir
;;
582 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
583 | --libexe=* | --libex=* | --libe=*)
584 libexecdir
="$ac_optarg" ;;
586 -localstatedir | --localstatedir | --localstatedi | --localstated \
587 | --localstate | --localstat | --localsta | --localst \
588 | --locals | --local | --loca | --loc | --lo)
589 ac_prev
=localstatedir
;;
590 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
591 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
592 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
593 localstatedir
="$ac_optarg" ;;
595 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
597 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
598 mandir
="$ac_optarg" ;;
601 # Obsolete; use --without-fp.
604 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
608 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
609 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
612 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
613 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
614 | --oldin | --oldi | --old | --ol | --o)
615 ac_prev
=oldincludedir
;;
616 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
617 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
618 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
619 oldincludedir
="$ac_optarg" ;;
621 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
623 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
624 prefix
="$ac_optarg" ;;
626 -program-prefix | --program-prefix | --program-prefi | --program-pref \
627 | --program-pre | --program-pr | --program-p)
628 ac_prev
=program_prefix
;;
629 -program-prefix=* | --program-prefix=* | --program-prefi=* \
630 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
631 program_prefix
="$ac_optarg" ;;
633 -program-suffix | --program-suffix | --program-suffi | --program-suff \
634 | --program-suf | --program-su | --program-s)
635 ac_prev
=program_suffix
;;
636 -program-suffix=* | --program-suffix=* | --program-suffi=* \
637 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
638 program_suffix
="$ac_optarg" ;;
640 -program-transform-name | --program-transform-name \
641 | --program-transform-nam | --program-transform-na \
642 | --program-transform-n | --program-transform- \
643 | --program-transform | --program-transfor \
644 | --program-transfo | --program-transf \
645 | --program-trans | --program-tran \
646 | --progr-tra | --program-tr | --program-t)
647 ac_prev
=program_transform_name
;;
648 -program-transform-name=* | --program-transform-name=* \
649 | --program-transform-nam=* | --program-transform-na=* \
650 | --program-transform-n=* | --program-transform-=* \
651 | --program-transform=* | --program-transfor=* \
652 | --program-transfo=* | --program-transf=* \
653 | --program-trans=* | --program-tran=* \
654 | --progr-tra=* | --program-tr=* | --program-t=*)
655 program_transform_name
="$ac_optarg" ;;
657 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
658 | -silent | --silent | --silen | --sile | --sil)
661 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
663 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
665 sbindir
="$ac_optarg" ;;
667 -sharedstatedir | --sharedstatedir | --sharedstatedi \
668 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
669 | --sharedst | --shareds | --shared | --share | --shar \
671 ac_prev
=sharedstatedir
;;
672 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
673 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
674 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
676 sharedstatedir
="$ac_optarg" ;;
678 -site | --site | --sit)
680 -site=* | --site=* | --sit=*)
683 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
685 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
686 srcdir
="$ac_optarg" ;;
688 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
689 | --syscon | --sysco | --sysc | --sys | --sy)
690 ac_prev
=sysconfdir
;;
691 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
692 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
693 sysconfdir
="$ac_optarg" ;;
695 -target | --target | --targe | --targ | --tar | --ta | --t)
697 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
698 target
="$ac_optarg" ;;
700 -v | -verbose | --verbose | --verbos | --verbo | --verb)
703 -version | --version | --versio | --versi | --vers)
704 echo "configure generated by autoconf version 2.13"
708 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
709 # Reject names that are not valid shell variable names.
710 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
711 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
713 ac_package
=`echo $ac_package| sed 's/-/_/g'`
718 eval "with_${ac_package}='$ac_optarg'" ;;
720 -without-* | --without-*)
721 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
722 # Reject names that are not valid shell variable names.
723 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
724 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
726 ac_package
=`echo $ac_package| sed 's/-/_/g'`
727 eval "with_${ac_package}=no" ;;
730 # Obsolete; use --with-x.
733 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
734 | --x-incl | --x-inc | --x-in | --x-i)
735 ac_prev
=x_includes
;;
736 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
737 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
738 x_includes
="$ac_optarg" ;;
740 -x-libraries | --x-libraries | --x-librarie | --x-librari \
741 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
742 ac_prev
=x_libraries
;;
743 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
744 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
745 x_libraries
="$ac_optarg" ;;
747 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
751 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
752 echo "configure: warning: $ac_option: invalid host type" 1>&2
754 if test "x$nonopt" != xNONE
; then
755 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
763 if test -n "$ac_prev"; then
764 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
767 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
769 # File descriptor usage:
772 # 2 errors and warnings
773 # 3 some systems may open it to /dev/tty
774 # 4 used on the Kubota Titan
775 # 6 checking for... messages and results
776 # 5 compiler messages saved in config.log
777 if test "$silent" = yes; then
785 This file contains any messages produced by compilers while
786 running configure, to aid debugging if configure makes a mistake.
789 # Strip out --no-create and --no-recursion so they do not pile up.
790 # Also quote any args containing shell metacharacters.
795 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
796 | --no-cr | --no-c) ;;
797 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
798 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
799 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
800 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
801 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
806 # Only set these to C if already set. These must not be set unconditionally
807 # because not all systems understand e.g. LANG=C (notably SCO).
808 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
809 # Non-C LC_CTYPE values break the ctype check.
810 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
811 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
812 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
813 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
815 # confdefs.h avoids OS command line length limits that DEFS can exceed.
816 rm -rf conftest
* confdefs.h
817 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
820 # A filename unique to this package, relative to the directory that
821 # configure is in, which we can look for to find out if srcdir is correct.
822 ac_unique_file
=wx
-config.
in
824 # Find the source files, if location was not specified.
825 if test -z "$srcdir"; then
826 ac_srcdir_defaulted
=yes
827 # Try the directory containing this script, then its parent.
829 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
830 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
832 if test ! -r $srcdir/$ac_unique_file; then
836 ac_srcdir_defaulted
=no
838 if test ! -r $srcdir/$ac_unique_file; then
839 if test "$ac_srcdir_defaulted" = yes; then
840 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
842 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
845 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
847 # Prefer explicitly selected file to automatically selected ones.
848 if test -z "$CONFIG_SITE"; then
849 if test "x$prefix" != xNONE
; then
850 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
852 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
855 for ac_site_file
in $CONFIG_SITE; do
856 if test -r "$ac_site_file"; then
857 echo "loading site script $ac_site_file"
862 if test -r "$cache_file"; then
863 echo "loading cache $cache_file"
866 echo "creating cache $cache_file"
871 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
872 ac_cpp
='$CPP $CPPFLAGS'
873 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
874 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
875 cross_compiling
=$ac_cv_prog_cc_cross
879 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
880 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
881 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
888 ac_n
= ac_c
='\c' ac_t
=
894 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
895 if test -f $ac_dir/install-sh; then
897 ac_install_sh
="$ac_aux_dir/install-sh -c"
899 elif test -f $ac_dir/install.sh
; then
901 ac_install_sh
="$ac_aux_dir/install.sh -c"
905 if test -z "$ac_aux_dir"; then
906 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
908 ac_config_guess
=$ac_aux_dir/config.guess
909 ac_config_sub
=$ac_aux_dir/config.sub
910 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
913 # Do some error checking and defaulting for the host and target type.
915 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
918 # 1. You are not allowed to specify --host, --target, and nonopt at the
920 # 2. Host defaults to nonopt.
921 # 3. If nonopt is not specified, then host defaults to the current host,
922 # as determined by config.guess.
923 # 4. Target and build default to nonopt.
924 # 5. If nonopt is not specified, then target and build default to host.
926 # The aliases save the names the user supplied, while $host etc.
927 # will get canonicalized.
928 case $host---$target---$nonopt in
929 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
930 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
934 # Make sure we can run config.sub.
935 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
936 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
939 echo $ac_n "checking host system type""... $ac_c" 1>&6
940 echo "configure:941: checking host system type" >&5
943 case "$host_alias" in
947 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
948 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
950 *) host_alias
=$nonopt ;;
954 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
955 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
956 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
957 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
958 echo "$ac_t""$host" 1>&6
960 echo $ac_n "checking target system type""... $ac_c" 1>&6
961 echo "configure:962: checking target system type" >&5
964 case "$target_alias" in
967 NONE
) target_alias
=$host_alias ;;
968 *) target_alias
=$nonopt ;;
972 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
973 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
974 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
975 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
976 echo "$ac_t""$target" 1>&6
978 echo $ac_n "checking build system type""... $ac_c" 1>&6
979 echo "configure:980: checking build system type" >&5
982 case "$build_alias" in
985 NONE
) build_alias
=$host_alias ;;
986 *) build_alias
=$nonopt ;;
990 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
991 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
992 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
993 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
994 echo "$ac_t""$build" 1>&6
996 test "$host_alias" != "$target_alias" &&
997 test "$program_prefix$program_suffix$program_transform_name" = \
999 program_prefix
=${target_alias}-
1003 WX_MAJOR_VERSION_NUMBER
=2
1004 WX_MINOR_VERSION_NUMBER
=3
1007 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1008 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1010 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1044 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1046 ALL_TOOLKITS
="GTK MAC MGL MOTIF MSW PM WINE"
1051 DEFAULT_wxUSE_MOTIF
=0
1054 DEFAULT_wxUSE_WINE
=0
1056 DEFAULT_DEFAULT_wxUSE_GTK
=0
1057 DEFAULT_DEFAULT_wxUSE_MAC
=0
1058 DEFAULT_DEFAULT_wxUSE_MGL
=0
1059 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1060 DEFAULT_DEFAULT_wxUSE_MSW
=0
1061 DEFAULT_DEFAULT_wxUSE_PM
=0
1062 DEFAULT_DEFAULT_wxUSE_WINE
=0
1070 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1071 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1073 cat >> confdefs.h
<<\EOF
1080 cat >> confdefs.h
<<\EOF
1085 if test "x$TMP" = "xalpha"; then
1087 cat >> confdefs.h
<<\EOF
1092 if test "x$TMP" = "xia64"; then
1094 cat >> confdefs.h
<<\EOF
1099 DEFAULT_DEFAULT_wxUSE_GTK
=1
1101 *-*-irix5* | *-*-irix6* )
1104 cat >> confdefs.h
<<\EOF
1108 cat >> confdefs.h
<<\EOF
1112 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1118 cat >> confdefs.h
<<\EOF
1122 cat >> confdefs.h
<<\EOF
1123 #define __SOLARIS__ 1
1126 cat >> confdefs.h
<<\EOF
1130 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1131 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1137 cat >> confdefs.h
<<\EOF
1141 cat >> confdefs.h
<<\EOF
1145 cat >> confdefs.h
<<\EOF
1149 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1154 cat >> confdefs.h
<<\EOF
1155 #define __FREEBSD__ 1
1158 cat >> confdefs.h
<<\EOF
1162 DEFAULT_DEFAULT_wxUSE_GTK
=1
1167 cat >> confdefs.h
<<\EOF
1168 #define __FREEBSD__ 1
1171 cat >> confdefs.h
<<\EOF
1172 #define __OPENBSD__ 1
1175 DEFAULT_DEFAULT_wxUSE_GTK
=1
1180 cat >> confdefs.h
<<\EOF
1181 #define __FREEBSD__ 1
1184 cat >> confdefs.h
<<\EOF
1185 #define __NETBSD__ 1
1188 DEFAULT_DEFAULT_wxUSE_GTK
=1
1193 cat >> confdefs.h
<<\EOF
1197 cat >> confdefs.h
<<\EOF
1201 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1202 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1207 cat >> confdefs.h
<<\EOF
1211 cat >> confdefs.h
<<\EOF
1215 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1220 cat >> confdefs.h
<<\EOF
1224 cat >> confdefs.h
<<\EOF
1228 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1234 cat >> confdefs.h
<<\EOF
1238 cat >> confdefs.h
<<\EOF
1242 cat >> confdefs.h
<<\EOF
1246 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1249 *-*-cygwin* | *-*-mingw32* )
1253 cat >> confdefs.h
<<\EOF
1257 cat >> confdefs.h
<<\EOF
1261 cat >> confdefs.h
<<\EOF
1262 #define __WINDOWS__ 1
1265 cat >> confdefs.h
<<\EOF
1266 #define __GNUWIN32__ 1
1269 cat >> confdefs.h
<<\EOF
1273 cat >> confdefs.h
<<\EOF
1274 #define WINVER 0x0400
1279 DEFAULT_DEFAULT_wxUSE_MSW
=1
1282 *-pc-os2_emx | *-pc-os2-emx )
1283 cat >> confdefs.h
<<\EOF
1288 DEFAULT_DEFAULT_wxUSE_PM
=1
1295 cat >> confdefs.h
<<\EOF
1299 cat >> confdefs.h
<<\EOF
1300 #define __DARWIN__ 1
1303 cat >> confdefs.h
<<\EOF
1304 #define __POWERPC__ 1
1307 DEFAULT_DEFAULT_wxUSE_MAC
=1
1312 cat >> confdefs.h
<<\EOF
1319 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1322 if test "$USE_UNIX" = 1 ; then
1324 cat >> confdefs.h
<<\EOF
1330 if test "$USE_LINUX" = 1; then
1331 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1332 echo "configure:1333: checking for glibc 2.1 or later" >&5
1333 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1334 echo $ac_n "(cached) $ac_c" 1>&6
1336 cat > conftest.
$ac_ext <<EOF
1337 #line 1338 "configure"
1338 #include "confdefs.h"
1339 #include <features.h>
1342 #if !__GLIBC_PREREQ(2, 1)
1348 if { (eval echo configure
:1349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1354 echo "configure: failed program was:" >&5
1355 cat conftest.
$ac_ext >&5
1366 echo "$ac_t""$wx_lib_glibc21" 1>&6
1367 if test "$wx_lib_glibc21" = "yes"; then
1368 cat >> confdefs.h
<<\EOF
1369 #define wxHAVE_GLIBC2 1
1378 wx_arg_cache_file
="configarg.cache"
1379 echo "loading argument cache $wx_arg_cache_file"
1380 rm -f ${wx_arg_cache_file}.tmp
1381 touch ${wx_arg_cache_file}.tmp
1382 touch ${wx_arg_cache_file}
1386 if test $DEBUG_CONFIGURE = 1; then
1387 DEFAULT_wxUSE_UNIVERSAL
=no
1389 DEFAULT_wxUSE_THREADS
=yes
1391 DEFAULT_wxUSE_SHARED
=yes
1392 DEFAULT_wxUSE_SONAME
=no
1393 DEFAULT_wxUSE_OPTIMISE
=no
1394 DEFAULT_wxUSE_PROFILE
=no
1395 DEFAULT_wxUSE_NO_DEPS
=no
1396 DEFAULT_wxUSE_NO_RTTI
=yes
1397 DEFAULT_wxUSE_NO_EXCEPTIONS
=yes
1398 DEFAULT_wxUSE_PERMISSIVE
=no
1399 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1400 DEFAULT_wxUSE_DEBUG_INFO
=yes
1401 DEFAULT_wxUSE_DEBUG_GDB
=yes
1402 DEFAULT_wxUSE_MEM_TRACING
=no
1403 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1404 DEFAULT_wxUSE_DMALLOC
=no
1405 DEFAULT_wxUSE_PRECOMP
=yes
1406 DEFAULT_wxUSE_APPLE_IEEE
=no
1408 DEFAULT_wxUSE_LOG
=yes
1409 DEFAULT_wxUSE_LOGWINDOW
=no
1410 DEFAULT_wxUSE_LOGGUI
=no
1412 DEFAULT_wxUSE_GUI
=yes
1413 DEFAULT_wxUSE_CONTROLS
=no
1415 DEFAULT_wxUSE_REGEX
=no
1416 DEFAULT_wxUSE_ZLIB
=no
1417 DEFAULT_wxUSE_LIBPNG
=no
1418 DEFAULT_wxUSE_LIBJPEG
=no
1419 DEFAULT_wxUSE_LIBTIFF
=no
1420 DEFAULT_wxUSE_ODBC
=no
1421 DEFAULT_wxUSE_FREETYPE
=no
1422 DEFAULT_wxUSE_OPENGL
=no
1424 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1425 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1426 DEFAULT_wxUSE_STD_IOSTREAM
=no
1427 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1428 DEFAULT_wxUSE_DATETIME
=no
1429 DEFAULT_wxUSE_TIMEDATE
=no
1430 DEFAULT_wxUSE_TIMER
=no
1431 DEFAULT_wxUSE_STOPWATCH
=no
1432 DEFAULT_wxUSE_FILE
=no
1433 DEFAULT_wxUSE_FFILE
=no
1434 DEFAULT_wxUSE_TEXTBUFFER
=no
1435 DEFAULT_wxUSE_TEXTFILE
=no
1436 DEFAULT_wxUSE_WAVE
=no
1437 DEFAULT_wxUSE_INTL
=no
1438 DEFAULT_wxUSE_CONFIG
=no
1439 DEFAULT_wxUSE_FONTMAP
=no
1440 DEFAULT_wxUSE_STREAMS
=no
1441 DEFAULT_wxUSE_SOCKETS
=no
1442 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1443 DEFAULT_wxUSE_SERIAL
=no
1444 DEFAULT_wxUSE_JOYSTICK
=no
1445 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1446 DEFAULT_wxUSE_LONGLONG
=no
1447 DEFAULT_wxUSE_GEOMETRY
=no
1449 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1450 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1451 DEFAULT_wxUSE_POSTSCRIPT
=no
1453 DEFAULT_wxUSE_X_RESOURCES
=no
1454 DEFAULT_wxUSE_CLIPBOARD
=no
1455 DEFAULT_wxUSE_TOOLTIPS
=no
1456 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1457 DEFAULT_wxUSE_DRAGIMAGE
=no
1458 DEFAULT_wxUSE_SPLINES
=no
1460 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1461 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1462 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1464 DEFAULT_wxUSE_PROLOGIO
=no
1465 DEFAULT_wxUSE_RESOURCES
=no
1466 DEFAULT_wxUSE_CONSTRAINTS
=no
1467 DEFAULT_wxUSE_IPC
=no
1468 DEFAULT_wxUSE_HELP
=no
1469 DEFAULT_wxUSE_MS_HTML_HELP
=no
1470 DEFAULT_wxUSE_WXHTML_HELP
=no
1471 DEFAULT_wxUSE_TREELAYOUT
=no
1472 DEFAULT_wxUSE_METAFILE
=no
1473 DEFAULT_wxUSE_MIMETYPE
=no
1474 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1476 DEFAULT_wxUSE_COMMONDLGS
=no
1477 DEFAULT_wxUSE_CHOICEDLG
=no
1478 DEFAULT_wxUSE_COLOURDLG
=no
1479 DEFAULT_wxUSE_DIRDLG
=no
1480 DEFAULT_wxUSE_FILEDLG
=no
1481 DEFAULT_wxUSE_FINDREPLDLG
=no
1482 DEFAULT_wxUSE_FONTDLG
=no
1483 DEFAULT_wxUSE_MSGDLG
=no
1484 DEFAULT_wxUSE_NUMBERDLG
=no
1485 DEFAULT_wxUSE_TEXTDLG
=no
1486 DEFAULT_wxUSE_SPLASH
=no
1487 DEFAULT_wxUSE_STARTUP_TIPS
=no
1488 DEFAULT_wxUSE_PROGRESSDLG
=no
1489 DEFAULT_wxUSE_WIZARDDLG
=no
1491 DEFAULT_wxUSE_MENUS
=no
1492 DEFAULT_wxUSE_MINIFRAME
=no
1493 DEFAULT_wxUSE_HTML
=no
1494 DEFAULT_wxUSE_FILESYSTEM
=no
1495 DEFAULT_wxUSE_FS_INET
=no
1496 DEFAULT_wxUSE_FS_ZIP
=no
1497 DEFAULT_wxUSE_BUSYINFO
=no
1498 DEFAULT_wxUSE_ZIPSTREAM
=no
1499 DEFAULT_wxUSE_VALIDATORS
=no
1501 DEFAULT_wxUSE_ACCEL
=no
1502 DEFAULT_wxUSE_BUTTON
=no
1503 DEFAULT_wxUSE_BMPBUTTON
=no
1504 DEFAULT_wxUSE_CALCTRL
=no
1505 DEFAULT_wxUSE_CARET
=no
1506 DEFAULT_wxUSE_CHECKBOX
=no
1507 DEFAULT_wxUSE_CHECKLST
=no
1508 DEFAULT_wxUSE_CHOICE
=no
1509 DEFAULT_wxUSE_COMBOBOX
=no
1510 DEFAULT_wxUSE_GAUGE
=no
1511 DEFAULT_wxUSE_GRID
=no
1512 DEFAULT_wxUSE_NEW_GRID
=no
1513 DEFAULT_wxUSE_IMAGLIST
=no
1514 DEFAULT_wxUSE_LISTBOX
=no
1515 DEFAULT_wxUSE_LISTCTRL
=no
1516 DEFAULT_wxUSE_NOTEBOOK
=no
1517 DEFAULT_wxUSE_PROPSHEET
=no
1518 DEFAULT_wxUSE_RADIOBOX
=no
1519 DEFAULT_wxUSE_RADIOBTN
=no
1520 DEFAULT_wxUSE_SASH
=no
1521 DEFAULT_wxUSE_SCROLLBAR
=no
1522 DEFAULT_wxUSE_SLIDER
=no
1523 DEFAULT_wxUSE_SPINBTN
=no
1524 DEFAULT_wxUSE_SPINCTRL
=no
1525 DEFAULT_wxUSE_SPLITTER
=no
1526 DEFAULT_wxUSE_STATBMP
=no
1527 DEFAULT_wxUSE_STATBOX
=no
1528 DEFAULT_wxUSE_STATLINE
=no
1529 DEFAULT_wxUSE_STATTEXT
=no
1530 DEFAULT_wxUSE_STATUSBAR
=yes
1531 DEFAULT_wxUSE_TABDIALOG
=no
1532 DEFAULT_wxUSE_TEXTCTRL
=no
1533 DEFAULT_wxUSE_TOGGLEBTN
=no
1534 DEFAULT_wxUSE_TOOLBAR
=no
1535 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1536 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1537 DEFAULT_wxUSE_TREECTRL
=no
1538 DEFAULT_wxUSE_POPUPWIN
=no
1540 DEFAULT_wxUSE_UNICODE
=no
1541 DEFAULT_wxUSE_WCSRTOMBS
=no
1543 DEFAULT_wxUSE_PALETTE
=no
1544 DEFAULT_wxUSE_IMAGE
=no
1545 DEFAULT_wxUSE_GIF
=no
1546 DEFAULT_wxUSE_PCX
=no
1547 DEFAULT_wxUSE_PNM
=no
1548 DEFAULT_wxUSE_XPM
=no
1550 DEFAULT_wxUSE_UNIVERSAL
=no
1552 DEFAULT_wxUSE_THREADS
=yes
1554 DEFAULT_wxUSE_SHARED
=yes
1555 DEFAULT_wxUSE_SONAME
=no
1556 DEFAULT_wxUSE_OPTIMISE
=yes
1557 DEFAULT_wxUSE_PROFILE
=no
1558 DEFAULT_wxUSE_NO_DEPS
=no
1559 DEFAULT_wxUSE_NO_RTTI
=yes
1560 DEFAULT_wxUSE_NO_EXCEPTIONS
=yes
1561 DEFAULT_wxUSE_PERMISSIVE
=no
1562 DEFAULT_wxUSE_DEBUG_FLAG
=no
1563 DEFAULT_wxUSE_DEBUG_INFO
=no
1564 DEFAULT_wxUSE_DEBUG_GDB
=no
1565 DEFAULT_wxUSE_MEM_TRACING
=no
1566 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1567 DEFAULT_wxUSE_DMALLOC
=no
1568 DEFAULT_wxUSE_PRECOMP
=yes
1569 DEFAULT_wxUSE_APPLE_IEEE
=yes
1571 DEFAULT_wxUSE_LOG
=yes
1572 DEFAULT_wxUSE_LOGWINDOW
=yes
1573 DEFAULT_wxUSE_LOGGUI
=yes
1575 DEFAULT_wxUSE_GUI
=yes
1577 DEFAULT_wxUSE_REGEX
=yes
1578 DEFAULT_wxUSE_ZLIB
=yes
1579 DEFAULT_wxUSE_LIBPNG
=yes
1580 DEFAULT_wxUSE_LIBJPEG
=yes
1581 DEFAULT_wxUSE_LIBTIFF
=yes
1582 DEFAULT_wxUSE_ODBC
=no
1583 DEFAULT_wxUSE_FREETYPE
=no
1584 DEFAULT_wxUSE_OPENGL
=no
1586 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1587 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1588 DEFAULT_wxUSE_STD_IOSTREAM
=no
1589 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1590 DEFAULT_wxUSE_DATETIME
=yes
1591 DEFAULT_wxUSE_TIMEDATE
=no
1592 DEFAULT_wxUSE_TIMER
=yes
1593 DEFAULT_wxUSE_STOPWATCH
=yes
1594 DEFAULT_wxUSE_FILE
=yes
1595 DEFAULT_wxUSE_FFILE
=yes
1596 DEFAULT_wxUSE_TEXTBUFFER
=yes
1597 DEFAULT_wxUSE_TEXTFILE
=yes
1598 DEFAULT_wxUSE_WAVE
=no
1599 DEFAULT_wxUSE_INTL
=yes
1600 DEFAULT_wxUSE_CONFIG
=yes
1601 DEFAULT_wxUSE_FONTMAP
=yes
1602 DEFAULT_wxUSE_STREAMS
=yes
1603 DEFAULT_wxUSE_SOCKETS
=yes
1604 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1605 DEFAULT_wxUSE_SERIAL
=yes
1606 DEFAULT_wxUSE_JOYSTICK
=yes
1607 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1608 DEFAULT_wxUSE_LONGLONG
=yes
1609 DEFAULT_wxUSE_GEOMETRY
=yes
1611 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1612 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1613 DEFAULT_wxUSE_POSTSCRIPT
=yes
1615 DEFAULT_wxUSE_X_RESOURCES
=no
1616 DEFAULT_wxUSE_CLIPBOARD
=yes
1617 DEFAULT_wxUSE_TOOLTIPS
=yes
1618 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1619 DEFAULT_wxUSE_DRAGIMAGE
=yes
1620 DEFAULT_wxUSE_SPLINES
=yes
1622 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1623 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1624 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1626 DEFAULT_wxUSE_PROLOGIO
=yes
1627 DEFAULT_wxUSE_RESOURCES
=yes
1628 DEFAULT_wxUSE_CONSTRAINTS
=yes
1629 DEFAULT_wxUSE_IPC
=yes
1630 DEFAULT_wxUSE_HELP
=yes
1631 DEFAULT_wxUSE_MS_HTML_HELP
=yes
1632 DEFAULT_wxUSE_WXHTML_HELP
=yes
1633 DEFAULT_wxUSE_TREELAYOUT
=yes
1634 DEFAULT_wxUSE_METAFILE
=yes
1635 DEFAULT_wxUSE_MIMETYPE
=yes
1636 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1638 DEFAULT_wxUSE_COMMONDLGS
=yes
1639 DEFAULT_wxUSE_CHOICEDLG
=yes
1640 DEFAULT_wxUSE_COLOURDLG
=yes
1641 DEFAULT_wxUSE_DIRDLG
=yes
1642 DEFAULT_wxUSE_FILEDLG
=yes
1643 DEFAULT_wxUSE_FINDREPLDLG
=yes
1644 DEFAULT_wxUSE_FONTDLG
=yes
1645 DEFAULT_wxUSE_MSGDLG
=yes
1646 DEFAULT_wxUSE_NUMBERDLG
=yes
1647 DEFAULT_wxUSE_TEXTDLG
=yes
1648 DEFAULT_wxUSE_SPLASH
=yes
1649 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1650 DEFAULT_wxUSE_PROGRESSDLG
=yes
1651 DEFAULT_wxUSE_WIZARDDLG
=yes
1653 DEFAULT_wxUSE_MENUS
=yes
1654 DEFAULT_wxUSE_MINIFRAME
=yes
1655 DEFAULT_wxUSE_HTML
=yes
1656 DEFAULT_wxUSE_FILESYSTEM
=yes
1657 DEFAULT_wxUSE_FS_INET
=yes
1658 DEFAULT_wxUSE_FS_ZIP
=yes
1659 DEFAULT_wxUSE_BUSYINFO
=yes
1660 DEFAULT_wxUSE_ZIPSTREAM
=yes
1661 DEFAULT_wxUSE_VALIDATORS
=yes
1663 DEFAULT_wxUSE_ACCEL
=yes
1664 DEFAULT_wxUSE_BUTTON
=yes
1665 DEFAULT_wxUSE_BMPBUTTON
=yes
1666 DEFAULT_wxUSE_CALCTRL
=yes
1667 DEFAULT_wxUSE_CARET
=yes
1668 DEFAULT_wxUSE_CHECKBOX
=yes
1669 DEFAULT_wxUSE_CHECKLST
=yes
1670 DEFAULT_wxUSE_CHOICE
=yes
1671 DEFAULT_wxUSE_COMBOBOX
=yes
1672 DEFAULT_wxUSE_GAUGE
=yes
1673 DEFAULT_wxUSE_GRID
=yes
1674 DEFAULT_wxUSE_NEW_GRID
=yes
1675 DEFAULT_wxUSE_IMAGLIST
=yes
1676 DEFAULT_wxUSE_LISTBOX
=yes
1677 DEFAULT_wxUSE_LISTCTRL
=yes
1678 DEFAULT_wxUSE_NOTEBOOK
=yes
1679 DEFAULT_wxUSE_PROPSHEET
=yes
1680 DEFAULT_wxUSE_RADIOBOX
=yes
1681 DEFAULT_wxUSE_RADIOBTN
=yes
1682 DEFAULT_wxUSE_SASH
=yes
1683 DEFAULT_wxUSE_SCROLLBAR
=yes
1684 DEFAULT_wxUSE_SLIDER
=yes
1685 DEFAULT_wxUSE_SPINBTN
=yes
1686 DEFAULT_wxUSE_SPINCTRL
=yes
1687 DEFAULT_wxUSE_SPLITTER
=yes
1688 DEFAULT_wxUSE_STATBMP
=yes
1689 DEFAULT_wxUSE_STATBOX
=yes
1690 DEFAULT_wxUSE_STATLINE
=yes
1691 DEFAULT_wxUSE_STATTEXT
=yes
1692 DEFAULT_wxUSE_STATUSBAR
=yes
1693 DEFAULT_wxUSE_TABDIALOG
=no
1694 DEFAULT_wxUSE_TEXTCTRL
=yes
1695 DEFAULT_wxUSE_TOGGLEBTN
=yes
1696 DEFAULT_wxUSE_TOOLBAR
=yes
1697 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1698 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1699 DEFAULT_wxUSE_TREECTRL
=yes
1700 DEFAULT_wxUSE_POPUPWIN
=yes
1702 DEFAULT_wxUSE_UNICODE
=no
1703 DEFAULT_wxUSE_WCSRTOMBS
=no
1705 DEFAULT_wxUSE_PALETTE
=yes
1706 DEFAULT_wxUSE_IMAGE
=yes
1707 DEFAULT_wxUSE_GIF
=yes
1708 DEFAULT_wxUSE_PCX
=yes
1709 DEFAULT_wxUSE_PNM
=yes
1710 DEFAULT_wxUSE_XPM
=yes
1715 for toolkit
in `echo $ALL_TOOLKITS`; do
1716 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1717 if test "x$LINE" != x
; then
1718 has_toolkit_in_cache
=1
1719 eval "DEFAULT_$LINE"
1720 eval "CACHE_$toolkit=1"
1726 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1727 echo "configure:1728: checking for --enable-gui" >&5
1729 # Check whether --enable-gui or --disable-gui was given.
1730 if test "${enable_gui+set}" = set; then
1731 enableval
="$enable_gui"
1733 if test "$enableval" = yes; then
1734 ac_cv_use_gui
='wxUSE_GUI=yes'
1736 ac_cv_use_gui
='wxUSE_GUI=no'
1741 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1742 if test "x$LINE" != x
; then
1743 eval "DEFAULT_$LINE"
1748 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1753 eval "$ac_cv_use_gui"
1754 if test "$no_cache" != 1; then
1755 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1758 if test "$wxUSE_GUI" = yes; then
1759 echo "$ac_t""yes" 1>&6
1761 echo "$ac_t""no" 1>&6
1765 if test "$wxUSE_GUI" = "yes"; then
1768 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1769 echo "configure:1770: checking for --enable-universal" >&5
1771 # Check whether --enable-universal or --disable-universal was given.
1772 if test "${enable_universal+set}" = set; then
1773 enableval
="$enable_universal"
1775 if test "$enableval" = yes; then
1776 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1778 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1783 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1784 if test "x$LINE" != x
; then
1785 eval "DEFAULT_$LINE"
1790 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1795 eval "$ac_cv_use_universal"
1796 if test "$no_cache" != 1; then
1797 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1800 if test "$wxUSE_UNIVERSAL" = yes; then
1801 echo "$ac_t""yes" 1>&6
1803 echo "$ac_t""no" 1>&6
1806 # Check whether --with-gtk or --without-gtk was given.
1807 if test "${with_gtk+set}" = set; then
1809 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1812 # Check whether --with-motif or --without-motif was given.
1813 if test "${with_motif+set}" = set; then
1814 withval
="$with_motif"
1815 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1818 # Check whether --with-mac or --without-mac was given.
1819 if test "${with_mac+set}" = set; then
1821 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1824 # Check whether --with-wine or --without-wine was given.
1825 if test "${with_wine+set}" = set; then
1826 withval
="$with_wine"
1827 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1830 # Check whether --with-msw or --without-msw was given.
1831 if test "${with_msw+set}" = set; then
1833 wxUSE_MSW
="$withval" CACHE_MSW TOOLKIT_GIVEN
=1
1836 # Check whether --with-pm or --without-pm was given.
1837 if test "${with_pm+set}" = set; then
1839 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1842 # Check whether --with-mgl or --without-mgl was given.
1843 if test "${with_mgl+set}" = set; then
1845 wxUSE_MGL
="$withval" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1849 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1850 if test "${enable_gtk2+set}" = set; then
1851 enableval
="$enable_gtk2"
1859 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1860 echo "configure:1861: checking for --with-libpng" >&5
1862 # Check whether --with-libpng or --without-libpng was given.
1863 if test "${with_libpng+set}" = set; then
1864 withval
="$with_libpng"
1866 if test "$withval" = yes; then
1867 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1868 elif test "$withval" = no
; then
1869 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1870 elif test "$withval" = sys
; then
1871 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1872 elif test "$withval" = builtin; then
1873 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
1875 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1880 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1881 if test "x$LINE" != x
; then
1882 eval "DEFAULT_$LINE"
1887 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1892 eval "$ac_cv_use_libpng"
1893 if test "$no_cache" != 1; then
1894 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1897 if test "$wxUSE_LIBPNG" = yes; then
1898 echo "$ac_t""yes" 1>&6
1899 elif test "$wxUSE_LIBPNG" = no
; then
1900 echo "$ac_t""no" 1>&6
1901 elif test "$wxUSE_LIBPNG" = sys
; then
1902 echo "$ac_t""system version" 1>&6
1903 elif test "$wxUSE_LIBPNG" = builtin; then
1904 echo "$ac_t""builtin version" 1>&6
1906 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1910 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1911 echo "configure:1912: checking for --with-libjpeg" >&5
1913 # Check whether --with-libjpeg or --without-libjpeg was given.
1914 if test "${with_libjpeg+set}" = set; then
1915 withval
="$with_libjpeg"
1917 if test "$withval" = yes; then
1918 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1919 elif test "$withval" = no
; then
1920 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1921 elif test "$withval" = sys
; then
1922 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
1923 elif test "$withval" = builtin; then
1924 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
1926 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1931 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1932 if test "x$LINE" != x
; then
1933 eval "DEFAULT_$LINE"
1938 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1943 eval "$ac_cv_use_libjpeg"
1944 if test "$no_cache" != 1; then
1945 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1948 if test "$wxUSE_LIBJPEG" = yes; then
1949 echo "$ac_t""yes" 1>&6
1950 elif test "$wxUSE_LIBJPEG" = no
; then
1951 echo "$ac_t""no" 1>&6
1952 elif test "$wxUSE_LIBJPEG" = sys
; then
1953 echo "$ac_t""system version" 1>&6
1954 elif test "$wxUSE_LIBJPEG" = builtin; then
1955 echo "$ac_t""builtin version" 1>&6
1957 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1961 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1962 echo "configure:1963: checking for --with-libtiff" >&5
1964 # Check whether --with-libtiff or --without-libtiff was given.
1965 if test "${with_libtiff+set}" = set; then
1966 withval
="$with_libtiff"
1968 if test "$withval" = yes; then
1969 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
1970 elif test "$withval" = no
; then
1971 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
1972 elif test "$withval" = sys
; then
1973 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
1974 elif test "$withval" = builtin; then
1975 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
1977 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1982 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1983 if test "x$LINE" != x
; then
1984 eval "DEFAULT_$LINE"
1989 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1994 eval "$ac_cv_use_libtiff"
1995 if test "$no_cache" != 1; then
1996 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1999 if test "$wxUSE_LIBTIFF" = yes; then
2000 echo "$ac_t""yes" 1>&6
2001 elif test "$wxUSE_LIBTIFF" = no
; then
2002 echo "$ac_t""no" 1>&6
2003 elif test "$wxUSE_LIBTIFF" = sys
; then
2004 echo "$ac_t""system version" 1>&6
2005 elif test "$wxUSE_LIBTIFF" = builtin; then
2006 echo "$ac_t""builtin version" 1>&6
2008 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2012 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2013 echo "configure:2014: checking for --with-freetype" >&5
2015 # Check whether --with-freetype or --without-freetype was given.
2016 if test "${with_freetype+set}" = set; then
2017 withval
="$with_freetype"
2019 if test "$withval" = yes; then
2020 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
2021 elif test "$withval" = no
; then
2022 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
2023 elif test "$withval" = sys
; then
2024 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
2025 elif test "$withval" = builtin; then
2026 ac_cv_use_freetype
='wxUSE_FREETYPE=builtin'
2028 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2033 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2034 if test "x$LINE" != x
; then
2035 eval "DEFAULT_$LINE"
2040 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2045 eval "$ac_cv_use_freetype"
2046 if test "$no_cache" != 1; then
2047 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2050 if test "$wxUSE_FREETYPE" = yes; then
2051 echo "$ac_t""yes" 1>&6
2052 elif test "$wxUSE_FREETYPE" = no
; then
2053 echo "$ac_t""no" 1>&6
2054 elif test "$wxUSE_FREETYPE" = sys
; then
2055 echo "$ac_t""system version" 1>&6
2056 elif test "$wxUSE_FREETYPE" = builtin; then
2057 echo "$ac_t""builtin version" 1>&6
2059 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2063 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2064 echo "configure:2065: checking for --with-opengl" >&5
2066 # Check whether --with-opengl or --without-opengl was given.
2067 if test "${with_opengl+set}" = set; then
2068 withval
="$with_opengl"
2070 if test "$withval" = yes; then
2071 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2073 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2078 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2079 if test "x$LINE" != x
; then
2080 eval "DEFAULT_$LINE"
2085 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2090 eval "$ac_cv_use_opengl"
2091 if test "$no_cache" != 1; then
2092 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2095 if test "$wxUSE_OPENGL" = yes; then
2096 echo "$ac_t""yes" 1>&6
2098 echo "$ac_t""no" 1>&6
2105 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2106 echo "configure:2107: checking for --with-dmalloc" >&5
2108 # Check whether --with-dmalloc or --without-dmalloc was given.
2109 if test "${with_dmalloc+set}" = set; then
2110 withval
="$with_dmalloc"
2112 if test "$withval" = yes; then
2113 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2115 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2120 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2121 if test "x$LINE" != x
; then
2122 eval "DEFAULT_$LINE"
2127 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2132 eval "$ac_cv_use_dmalloc"
2133 if test "$no_cache" != 1; then
2134 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2137 if test "$wxUSE_DMALLOC" = yes; then
2138 echo "$ac_t""yes" 1>&6
2140 echo "$ac_t""no" 1>&6
2144 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2145 echo "configure:2146: checking for --with-regex" >&5
2147 # Check whether --with-regex or --without-regex was given.
2148 if test "${with_regex+set}" = set; then
2149 withval
="$with_regex"
2151 if test "$withval" = yes; then
2152 ac_cv_use_regex
='wxUSE_REGEX=yes'
2153 elif test "$withval" = no
; then
2154 ac_cv_use_regex
='wxUSE_REGEX=no'
2155 elif test "$withval" = sys
; then
2156 ac_cv_use_regex
='wxUSE_REGEX=sys'
2157 elif test "$withval" = builtin; then
2158 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2160 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2165 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2166 if test "x$LINE" != x
; then
2167 eval "DEFAULT_$LINE"
2172 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2177 eval "$ac_cv_use_regex"
2178 if test "$no_cache" != 1; then
2179 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2182 if test "$wxUSE_REGEX" = yes; then
2183 echo "$ac_t""yes" 1>&6
2184 elif test "$wxUSE_REGEX" = no
; then
2185 echo "$ac_t""no" 1>&6
2186 elif test "$wxUSE_REGEX" = sys
; then
2187 echo "$ac_t""system version" 1>&6
2188 elif test "$wxUSE_REGEX" = builtin; then
2189 echo "$ac_t""builtin version" 1>&6
2191 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2195 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2196 echo "configure:2197: checking for --with-zlib" >&5
2198 # Check whether --with-zlib or --without-zlib was given.
2199 if test "${with_zlib+set}" = set; then
2200 withval
="$with_zlib"
2202 if test "$withval" = yes; then
2203 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2204 elif test "$withval" = no
; then
2205 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2206 elif test "$withval" = sys
; then
2207 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2208 elif test "$withval" = builtin; then
2209 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2211 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2216 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2217 if test "x$LINE" != x
; then
2218 eval "DEFAULT_$LINE"
2223 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2228 eval "$ac_cv_use_zlib"
2229 if test "$no_cache" != 1; then
2230 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2233 if test "$wxUSE_ZLIB" = yes; then
2234 echo "$ac_t""yes" 1>&6
2235 elif test "$wxUSE_ZLIB" = no
; then
2236 echo "$ac_t""no" 1>&6
2237 elif test "$wxUSE_ZLIB" = sys
; then
2238 echo "$ac_t""system version" 1>&6
2239 elif test "$wxUSE_ZLIB" = builtin; then
2240 echo "$ac_t""builtin version" 1>&6
2242 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2246 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2247 echo "configure:2248: checking for --with-odbc" >&5
2249 # Check whether --with-odbc or --without-odbc was given.
2250 if test "${with_odbc+set}" = set; then
2251 withval
="$with_odbc"
2253 if test "$withval" = yes; then
2254 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2256 ac_cv_use_odbc
='wxUSE_ODBC=no'
2261 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2262 if test "x$LINE" != x
; then
2263 eval "DEFAULT_$LINE"
2268 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2273 eval "$ac_cv_use_odbc"
2274 if test "$no_cache" != 1; then
2275 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2278 if test "$wxUSE_ODBC" = yes; then
2279 echo "$ac_t""yes" 1>&6
2281 echo "$ac_t""no" 1>&6
2287 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2288 echo "configure:2289: checking for --enable-shared" >&5
2290 # Check whether --enable-shared or --disable-shared was given.
2291 if test "${enable_shared+set}" = set; then
2292 enableval
="$enable_shared"
2294 if test "$enableval" = yes; then
2295 ac_cv_use_shared
='wxUSE_SHARED=yes'
2297 ac_cv_use_shared
='wxUSE_SHARED=no'
2302 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2303 if test "x$LINE" != x
; then
2304 eval "DEFAULT_$LINE"
2309 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2314 eval "$ac_cv_use_shared"
2315 if test "$no_cache" != 1; then
2316 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2319 if test "$wxUSE_SHARED" = yes; then
2320 echo "$ac_t""yes" 1>&6
2322 echo "$ac_t""no" 1>&6
2326 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2327 echo "configure:2328: checking for --enable-soname" >&5
2329 # Check whether --enable-soname or --disable-soname was given.
2330 if test "${enable_soname+set}" = set; then
2331 enableval
="$enable_soname"
2333 if test "$enableval" = yes; then
2334 ac_cv_use_soname
='wxUSE_SONAME=yes'
2336 ac_cv_use_soname
='wxUSE_SONAME=no'
2341 LINE
=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2342 if test "x$LINE" != x
; then
2343 eval "DEFAULT_$LINE"
2348 ac_cv_use_soname
='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2353 eval "$ac_cv_use_soname"
2354 if test "$no_cache" != 1; then
2355 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2358 if test "$wxUSE_SONAME" = yes; then
2359 echo "$ac_t""yes" 1>&6
2361 echo "$ac_t""no" 1>&6
2365 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2366 echo "configure:2367: checking for --enable-optimise" >&5
2368 # Check whether --enable-optimise or --disable-optimise was given.
2369 if test "${enable_optimise+set}" = set; then
2370 enableval
="$enable_optimise"
2372 if test "$enableval" = yes; then
2373 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2375 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2380 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2381 if test "x$LINE" != x
; then
2382 eval "DEFAULT_$LINE"
2387 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2392 eval "$ac_cv_use_optimise"
2393 if test "$no_cache" != 1; then
2394 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2397 if test "$wxUSE_OPTIMISE" = yes; then
2398 echo "$ac_t""yes" 1>&6
2400 echo "$ac_t""no" 1>&6
2404 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2405 echo "configure:2406: checking for --enable-debug" >&5
2407 # Check whether --enable-debug or --disable-debug was given.
2408 if test "${enable_debug+set}" = set; then
2409 enableval
="$enable_debug"
2411 if test "$enableval" = yes; then
2412 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2414 ac_cv_use_debug
='wxUSE_DEBUG=no'
2419 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2420 if test "x$LINE" != x
; then
2421 eval "DEFAULT_$LINE"
2426 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2431 eval "$ac_cv_use_debug"
2432 if test "$no_cache" != 1; then
2433 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2436 if test "$wxUSE_DEBUG" = yes; then
2437 echo "$ac_t""yes" 1>&6
2439 echo "$ac_t""no" 1>&6
2444 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2445 echo "configure:2446: checking for --enable-precomp" >&5
2447 # Check whether --enable-precomp or --disable-precomp was given.
2448 if test "${enable_precomp+set}" = set; then
2449 enableval
="$enable_precomp"
2451 if test "$enableval" = yes; then
2452 ac_cv_use_precomp
='wxUSE_PRECOMP=yes'
2454 ac_cv_use_precomp
='wxUSE_PRECOMP=no'
2459 LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2460 if test "x$LINE" != x
; then
2461 eval "DEFAULT_$LINE"
2466 ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2471 eval "$ac_cv_use_precomp"
2472 if test "$no_cache" != 1; then
2473 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2476 if test "$wxUSE_PRECOMP" = yes; then
2477 echo "$ac_t""yes" 1>&6
2479 echo "$ac_t""no" 1>&6
2483 if test "$wxUSE_DEBUG" = "yes"; then
2484 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2485 DEFAULT_wxUSE_DEBUG_INFO
=yes
2486 elif test "$wxUSE_DEBUG" = "no"; then
2487 DEFAULT_wxUSE_DEBUG_FLAG
=no
2488 DEFAULT_wxUSE_DEBUG_INFO
=no
2492 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2493 echo "configure:2494: checking for --enable-debug_flag" >&5
2495 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2496 if test "${enable_debug_flag+set}" = set; then
2497 enableval
="$enable_debug_flag"
2499 if test "$enableval" = yes; then
2500 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2502 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2507 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2508 if test "x$LINE" != x
; then
2509 eval "DEFAULT_$LINE"
2514 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2519 eval "$ac_cv_use_debug_flag"
2520 if test "$no_cache" != 1; then
2521 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2524 if test "$wxUSE_DEBUG_FLAG" = yes; then
2525 echo "$ac_t""yes" 1>&6
2527 echo "$ac_t""no" 1>&6
2531 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2532 echo "configure:2533: checking for --enable-debug_info" >&5
2534 # Check whether --enable-debug_info or --disable-debug_info was given.
2535 if test "${enable_debug_info+set}" = set; then
2536 enableval
="$enable_debug_info"
2538 if test "$enableval" = yes; then
2539 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2541 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2546 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2547 if test "x$LINE" != x
; then
2548 eval "DEFAULT_$LINE"
2553 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2558 eval "$ac_cv_use_debug_info"
2559 if test "$no_cache" != 1; then
2560 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2563 if test "$wxUSE_DEBUG_INFO" = yes; then
2564 echo "$ac_t""yes" 1>&6
2566 echo "$ac_t""no" 1>&6
2570 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2571 echo "configure:2572: checking for --enable-debug_gdb" >&5
2573 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2574 if test "${enable_debug_gdb+set}" = set; then
2575 enableval
="$enable_debug_gdb"
2577 if test "$enableval" = yes; then
2578 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2580 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2585 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2586 if test "x$LINE" != x
; then
2587 eval "DEFAULT_$LINE"
2592 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2597 eval "$ac_cv_use_debug_gdb"
2598 if test "$no_cache" != 1; then
2599 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2602 if test "$wxUSE_DEBUG_GDB" = yes; then
2603 echo "$ac_t""yes" 1>&6
2605 echo "$ac_t""no" 1>&6
2609 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2610 echo "configure:2611: checking for --enable-debug_cntxt" >&5
2612 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2613 if test "${enable_debug_cntxt+set}" = set; then
2614 enableval
="$enable_debug_cntxt"
2616 if test "$enableval" = yes; then
2617 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2619 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2624 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2625 if test "x$LINE" != x
; then
2626 eval "DEFAULT_$LINE"
2631 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2636 eval "$ac_cv_use_debug_cntxt"
2637 if test "$no_cache" != 1; then
2638 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2641 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2642 echo "$ac_t""yes" 1>&6
2644 echo "$ac_t""no" 1>&6
2648 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2649 echo "configure:2650: checking for --enable-mem_tracing" >&5
2651 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2652 if test "${enable_mem_tracing+set}" = set; then
2653 enableval
="$enable_mem_tracing"
2655 if test "$enableval" = yes; then
2656 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2658 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2663 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2664 if test "x$LINE" != x
; then
2665 eval "DEFAULT_$LINE"
2670 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2675 eval "$ac_cv_use_mem_tracing"
2676 if test "$no_cache" != 1; then
2677 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2680 if test "$wxUSE_MEM_TRACING" = yes; then
2681 echo "$ac_t""yes" 1>&6
2683 echo "$ac_t""no" 1>&6
2687 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2688 echo "configure:2689: checking for --enable-profile" >&5
2690 # Check whether --enable-profile or --disable-profile was given.
2691 if test "${enable_profile+set}" = set; then
2692 enableval
="$enable_profile"
2694 if test "$enableval" = yes; then
2695 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2697 ac_cv_use_profile
='wxUSE_PROFILE=no'
2702 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2703 if test "x$LINE" != x
; then
2704 eval "DEFAULT_$LINE"
2709 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2714 eval "$ac_cv_use_profile"
2715 if test "$no_cache" != 1; then
2716 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2719 if test "$wxUSE_PROFILE" = yes; then
2720 echo "$ac_t""yes" 1>&6
2722 echo "$ac_t""no" 1>&6
2726 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2727 echo "configure:2728: checking for --enable-no_rtti" >&5
2729 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2730 if test "${enable_no_rtti+set}" = set; then
2731 enableval
="$enable_no_rtti"
2733 if test "$enableval" = yes; then
2734 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2736 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2741 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2742 if test "x$LINE" != x
; then
2743 eval "DEFAULT_$LINE"
2748 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2753 eval "$ac_cv_use_no_rtti"
2754 if test "$no_cache" != 1; then
2755 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2758 if test "$wxUSE_NO_RTTI" = yes; then
2759 echo "$ac_t""yes" 1>&6
2761 echo "$ac_t""no" 1>&6
2765 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2766 echo "configure:2767: checking for --enable-no_exceptions" >&5
2768 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2769 if test "${enable_no_exceptions+set}" = set; then
2770 enableval
="$enable_no_exceptions"
2772 if test "$enableval" = yes; then
2773 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2775 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2780 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2781 if test "x$LINE" != x
; then
2782 eval "DEFAULT_$LINE"
2787 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2792 eval "$ac_cv_use_no_exceptions"
2793 if test "$no_cache" != 1; then
2794 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2797 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2798 echo "$ac_t""yes" 1>&6
2800 echo "$ac_t""no" 1>&6
2804 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2805 echo "configure:2806: checking for --enable-permissive" >&5
2807 # Check whether --enable-permissive or --disable-permissive was given.
2808 if test "${enable_permissive+set}" = set; then
2809 enableval
="$enable_permissive"
2811 if test "$enableval" = yes; then
2812 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2814 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2819 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2820 if test "x$LINE" != x
; then
2821 eval "DEFAULT_$LINE"
2826 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2831 eval "$ac_cv_use_permissive"
2832 if test "$no_cache" != 1; then
2833 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2836 if test "$wxUSE_PERMISSIVE" = yes; then
2837 echo "$ac_t""yes" 1>&6
2839 echo "$ac_t""no" 1>&6
2843 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2844 echo "configure:2845: checking for --enable-no_deps" >&5
2846 # Check whether --enable-no_deps or --disable-no_deps was given.
2847 if test "${enable_no_deps+set}" = set; then
2848 enableval
="$enable_no_deps"
2850 if test "$enableval" = yes; then
2851 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2853 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2858 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2859 if test "x$LINE" != x
; then
2860 eval "DEFAULT_$LINE"
2865 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2870 eval "$ac_cv_use_no_deps"
2871 if test "$no_cache" != 1; then
2872 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2875 if test "$wxUSE_NO_DEPS" = yes; then
2876 echo "$ac_t""yes" 1>&6
2878 echo "$ac_t""no" 1>&6
2883 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2884 echo "configure:2885: checking for --enable-compat20" >&5
2886 # Check whether --enable-compat20 or --disable-compat20 was given.
2887 if test "${enable_compat20+set}" = set; then
2888 enableval
="$enable_compat20"
2890 if test "$enableval" = yes; then
2891 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2893 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
2898 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2899 if test "x$LINE" != x
; then
2900 eval "DEFAULT_$LINE"
2905 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2910 eval "$ac_cv_use_compat20"
2911 if test "$no_cache" != 1; then
2912 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2915 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2916 echo "$ac_t""yes" 1>&6
2918 echo "$ac_t""no" 1>&6
2922 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2923 echo "configure:2924: checking for --enable-compat22" >&5
2925 # Check whether --enable-compat22 or --disable-compat22 was given.
2926 if test "${enable_compat22+set}" = set; then
2927 enableval
="$enable_compat22"
2929 if test "$enableval" = yes; then
2930 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
2932 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
2937 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2938 if test "x$LINE" != x
; then
2939 eval "DEFAULT_$LINE"
2944 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2949 eval "$ac_cv_use_compat22"
2950 if test "$no_cache" != 1; then
2951 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2954 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2955 echo "$ac_t""yes" 1>&6
2957 echo "$ac_t""no" 1>&6
2963 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2964 echo "configure:2965: checking for --enable-intl" >&5
2966 # Check whether --enable-intl or --disable-intl was given.
2967 if test "${enable_intl+set}" = set; then
2968 enableval
="$enable_intl"
2970 if test "$enableval" = yes; then
2971 ac_cv_use_intl
='wxUSE_INTL=yes'
2973 ac_cv_use_intl
='wxUSE_INTL=no'
2978 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2979 if test "x$LINE" != x
; then
2980 eval "DEFAULT_$LINE"
2985 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2990 eval "$ac_cv_use_intl"
2991 if test "$no_cache" != 1; then
2992 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2995 if test "$wxUSE_INTL" = yes; then
2996 echo "$ac_t""yes" 1>&6
2998 echo "$ac_t""no" 1>&6
3002 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
3003 echo "configure:3004: checking for --enable-config" >&5
3005 # Check whether --enable-config or --disable-config was given.
3006 if test "${enable_config+set}" = set; then
3007 enableval
="$enable_config"
3009 if test "$enableval" = yes; then
3010 ac_cv_use_config
='wxUSE_CONFIG=yes'
3012 ac_cv_use_config
='wxUSE_CONFIG=no'
3017 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3018 if test "x$LINE" != x
; then
3019 eval "DEFAULT_$LINE"
3024 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3029 eval "$ac_cv_use_config"
3030 if test "$no_cache" != 1; then
3031 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3034 if test "$wxUSE_CONFIG" = yes; then
3035 echo "$ac_t""yes" 1>&6
3037 echo "$ac_t""no" 1>&6
3042 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3043 echo "configure:3044: checking for --enable-sockets" >&5
3045 # Check whether --enable-sockets or --disable-sockets was given.
3046 if test "${enable_sockets+set}" = set; then
3047 enableval
="$enable_sockets"
3049 if test "$enableval" = yes; then
3050 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
3052 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
3057 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3058 if test "x$LINE" != x
; then
3059 eval "DEFAULT_$LINE"
3064 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3069 eval "$ac_cv_use_sockets"
3070 if test "$no_cache" != 1; then
3071 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3074 if test "$wxUSE_SOCKETS" = yes; then
3075 echo "$ac_t""yes" 1>&6
3077 echo "$ac_t""no" 1>&6
3082 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3083 echo "configure:3084: checking for --enable-ipc" >&5
3085 # Check whether --enable-ipc or --disable-ipc was given.
3086 if test "${enable_ipc+set}" = set; then
3087 enableval
="$enable_ipc"
3089 if test "$enableval" = yes; then
3090 ac_cv_use_ipc
='wxUSE_IPC=yes'
3092 ac_cv_use_ipc
='wxUSE_IPC=no'
3097 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3098 if test "x$LINE" != x
; then
3099 eval "DEFAULT_$LINE"
3104 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3109 eval "$ac_cv_use_ipc"
3110 if test "$no_cache" != 1; then
3111 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3114 if test "$wxUSE_IPC" = yes; then
3115 echo "$ac_t""yes" 1>&6
3117 echo "$ac_t""no" 1>&6
3122 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3123 echo "configure:3124: checking for --enable-cmdline" >&5
3125 # Check whether --enable-cmdline or --disable-cmdline was given.
3126 if test "${enable_cmdline+set}" = set; then
3127 enableval
="$enable_cmdline"
3129 if test "$enableval" = yes; then
3130 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
3132 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
3137 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3138 if test "x$LINE" != x
; then
3139 eval "DEFAULT_$LINE"
3144 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3149 eval "$ac_cv_use_cmdline"
3150 if test "$no_cache" != 1; then
3151 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3154 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3155 echo "$ac_t""yes" 1>&6
3157 echo "$ac_t""no" 1>&6
3161 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3162 echo "configure:3163: checking for --enable-datetime" >&5
3164 # Check whether --enable-datetime or --disable-datetime was given.
3165 if test "${enable_datetime+set}" = set; then
3166 enableval
="$enable_datetime"
3168 if test "$enableval" = yes; then
3169 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3171 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3176 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3177 if test "x$LINE" != x
; then
3178 eval "DEFAULT_$LINE"
3183 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3188 eval "$ac_cv_use_datetime"
3189 if test "$no_cache" != 1; then
3190 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3193 if test "$wxUSE_DATETIME" = yes; then
3194 echo "$ac_t""yes" 1>&6
3196 echo "$ac_t""no" 1>&6
3200 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3201 echo "configure:3202: checking for --enable-timedate" >&5
3203 # Check whether --enable-timedate or --disable-timedate was given.
3204 if test "${enable_timedate+set}" = set; then
3205 enableval
="$enable_timedate"
3207 if test "$enableval" = yes; then
3208 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
3210 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
3215 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3216 if test "x$LINE" != x
; then
3217 eval "DEFAULT_$LINE"
3222 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3227 eval "$ac_cv_use_timedate"
3228 if test "$no_cache" != 1; then
3229 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3232 if test "$wxUSE_TIMEDATE" = yes; then
3233 echo "$ac_t""yes" 1>&6
3235 echo "$ac_t""no" 1>&6
3239 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3240 echo "configure:3241: checking for --enable-stopwatch" >&5
3242 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3243 if test "${enable_stopwatch+set}" = set; then
3244 enableval
="$enable_stopwatch"
3246 if test "$enableval" = yes; then
3247 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3249 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3254 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3255 if test "x$LINE" != x
; then
3256 eval "DEFAULT_$LINE"
3261 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3266 eval "$ac_cv_use_stopwatch"
3267 if test "$no_cache" != 1; then
3268 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3271 if test "$wxUSE_STOPWATCH" = yes; then
3272 echo "$ac_t""yes" 1>&6
3274 echo "$ac_t""no" 1>&6
3278 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3279 echo "configure:3280: checking for --enable-dialupman" >&5
3281 # Check whether --enable-dialupman or --disable-dialupman was given.
3282 if test "${enable_dialupman+set}" = set; then
3283 enableval
="$enable_dialupman"
3285 if test "$enableval" = yes; then
3286 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3288 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3293 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3294 if test "x$LINE" != x
; then
3295 eval "DEFAULT_$LINE"
3300 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3305 eval "$ac_cv_use_dialupman"
3306 if test "$no_cache" != 1; then
3307 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3310 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3311 echo "$ac_t""yes" 1>&6
3313 echo "$ac_t""no" 1>&6
3317 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3318 echo "configure:3319: checking for --enable-apple_ieee" >&5
3320 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3321 if test "${enable_apple_ieee+set}" = set; then
3322 enableval
="$enable_apple_ieee"
3324 if test "$enableval" = yes; then
3325 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3327 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3332 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3333 if test "x$LINE" != x
; then
3334 eval "DEFAULT_$LINE"
3339 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3344 eval "$ac_cv_use_apple_ieee"
3345 if test "$no_cache" != 1; then
3346 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3349 if test "$wxUSE_APPLE_IEEE" = yes; then
3350 echo "$ac_t""yes" 1>&6
3352 echo "$ac_t""no" 1>&6
3356 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3357 echo "configure:3358: checking for --enable-timer" >&5
3359 # Check whether --enable-timer or --disable-timer was given.
3360 if test "${enable_timer+set}" = set; then
3361 enableval
="$enable_timer"
3363 if test "$enableval" = yes; then
3364 ac_cv_use_timer
='wxUSE_TIMER=yes'
3366 ac_cv_use_timer
='wxUSE_TIMER=no'
3371 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3372 if test "x$LINE" != x
; then
3373 eval "DEFAULT_$LINE"
3378 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3383 eval "$ac_cv_use_timer"
3384 if test "$no_cache" != 1; then
3385 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3388 if test "$wxUSE_TIMER" = yes; then
3389 echo "$ac_t""yes" 1>&6
3391 echo "$ac_t""no" 1>&6
3395 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3396 echo "configure:3397: checking for --enable-wave" >&5
3398 # Check whether --enable-wave or --disable-wave was given.
3399 if test "${enable_wave+set}" = set; then
3400 enableval
="$enable_wave"
3402 if test "$enableval" = yes; then
3403 ac_cv_use_wave
='wxUSE_WAVE=yes'
3405 ac_cv_use_wave
='wxUSE_WAVE=no'
3410 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3411 if test "x$LINE" != x
; then
3412 eval "DEFAULT_$LINE"
3417 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3422 eval "$ac_cv_use_wave"
3423 if test "$no_cache" != 1; then
3424 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3427 if test "$wxUSE_WAVE" = yes; then
3428 echo "$ac_t""yes" 1>&6
3430 echo "$ac_t""no" 1>&6
3434 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3435 echo "configure:3436: checking for --enable-fraction" >&5
3437 # Check whether --enable-fraction or --disable-fraction was given.
3438 if test "${enable_fraction+set}" = set; then
3439 enableval
="$enable_fraction"
3441 if test "$enableval" = yes; then
3442 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3444 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3449 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3450 if test "x$LINE" != x
; then
3451 eval "DEFAULT_$LINE"
3456 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3461 eval "$ac_cv_use_fraction"
3462 if test "$no_cache" != 1; then
3463 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3466 if test "$wxUSE_FRACTION" = yes; then
3467 echo "$ac_t""yes" 1>&6
3469 echo "$ac_t""no" 1>&6
3473 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3474 echo "configure:3475: checking for --enable-dynlib" >&5
3476 # Check whether --enable-dynlib or --disable-dynlib was given.
3477 if test "${enable_dynlib+set}" = set; then
3478 enableval
="$enable_dynlib"
3480 if test "$enableval" = yes; then
3481 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3483 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3488 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3489 if test "x$LINE" != x
; then
3490 eval "DEFAULT_$LINE"
3495 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3500 eval "$ac_cv_use_dynlib"
3501 if test "$no_cache" != 1; then
3502 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3505 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3506 echo "$ac_t""yes" 1>&6
3508 echo "$ac_t""no" 1>&6
3512 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3513 echo "configure:3514: checking for --enable-longlong" >&5
3515 # Check whether --enable-longlong or --disable-longlong was given.
3516 if test "${enable_longlong+set}" = set; then
3517 enableval
="$enable_longlong"
3519 if test "$enableval" = yes; then
3520 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3522 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3527 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3528 if test "x$LINE" != x
; then
3529 eval "DEFAULT_$LINE"
3534 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3539 eval "$ac_cv_use_longlong"
3540 if test "$no_cache" != 1; then
3541 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3544 if test "$wxUSE_LONGLONG" = yes; then
3545 echo "$ac_t""yes" 1>&6
3547 echo "$ac_t""no" 1>&6
3551 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3552 echo "configure:3553: checking for --enable-geometry" >&5
3554 # Check whether --enable-geometry or --disable-geometry was given.
3555 if test "${enable_geometry+set}" = set; then
3556 enableval
="$enable_geometry"
3558 if test "$enableval" = yes; then
3559 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3561 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3566 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3567 if test "x$LINE" != x
; then
3568 eval "DEFAULT_$LINE"
3573 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3578 eval "$ac_cv_use_geometry"
3579 if test "$no_cache" != 1; then
3580 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3583 if test "$wxUSE_GEOMETRY" = yes; then
3584 echo "$ac_t""yes" 1>&6
3586 echo "$ac_t""no" 1>&6
3590 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3591 echo "configure:3592: checking for --enable-log" >&5
3593 # Check whether --enable-log or --disable-log was given.
3594 if test "${enable_log+set}" = set; then
3595 enableval
="$enable_log"
3597 if test "$enableval" = yes; then
3598 ac_cv_use_log
='wxUSE_LOG=yes'
3600 ac_cv_use_log
='wxUSE_LOG=no'
3605 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3606 if test "x$LINE" != x
; then
3607 eval "DEFAULT_$LINE"
3612 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3617 eval "$ac_cv_use_log"
3618 if test "$no_cache" != 1; then
3619 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3622 if test "$wxUSE_LOG" = yes; then
3623 echo "$ac_t""yes" 1>&6
3625 echo "$ac_t""no" 1>&6
3629 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3630 echo "configure:3631: checking for --enable-streams" >&5
3632 # Check whether --enable-streams or --disable-streams was given.
3633 if test "${enable_streams+set}" = set; then
3634 enableval
="$enable_streams"
3636 if test "$enableval" = yes; then
3637 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3639 ac_cv_use_streams
='wxUSE_STREAMS=no'
3644 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3645 if test "x$LINE" != x
; then
3646 eval "DEFAULT_$LINE"
3651 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3656 eval "$ac_cv_use_streams"
3657 if test "$no_cache" != 1; then
3658 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3661 if test "$wxUSE_STREAMS" = yes; then
3662 echo "$ac_t""yes" 1>&6
3664 echo "$ac_t""no" 1>&6
3668 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3669 echo "configure:3670: checking for --enable-file" >&5
3671 # Check whether --enable-file or --disable-file was given.
3672 if test "${enable_file+set}" = set; then
3673 enableval
="$enable_file"
3675 if test "$enableval" = yes; then
3676 ac_cv_use_file
='wxUSE_FILE=yes'
3678 ac_cv_use_file
='wxUSE_FILE=no'
3683 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3684 if test "x$LINE" != x
; then
3685 eval "DEFAULT_$LINE"
3690 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3695 eval "$ac_cv_use_file"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3700 if test "$wxUSE_FILE" = yes; then
3701 echo "$ac_t""yes" 1>&6
3703 echo "$ac_t""no" 1>&6
3707 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3708 echo "configure:3709: checking for --enable-ffile" >&5
3710 # Check whether --enable-ffile or --disable-ffile was given.
3711 if test "${enable_ffile+set}" = set; then
3712 enableval
="$enable_ffile"
3714 if test "$enableval" = yes; then
3715 ac_cv_use_ffile
='wxUSE_FFILE=yes'
3717 ac_cv_use_ffile
='wxUSE_FFILE=no'
3722 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3723 if test "x$LINE" != x
; then
3724 eval "DEFAULT_$LINE"
3729 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3734 eval "$ac_cv_use_ffile"
3735 if test "$no_cache" != 1; then
3736 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3739 if test "$wxUSE_FFILE" = yes; then
3740 echo "$ac_t""yes" 1>&6
3742 echo "$ac_t""no" 1>&6
3746 echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
3747 echo "configure:3748: checking for --enable-textbuf" >&5
3749 # Check whether --enable-textbuf or --disable-textbuf was given.
3750 if test "${enable_textbuf+set}" = set; then
3751 enableval
="$enable_textbuf"
3753 if test "$enableval" = yes; then
3754 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
3756 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
3761 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
3762 if test "x$LINE" != x
; then
3763 eval "DEFAULT_$LINE"
3768 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
3773 eval "$ac_cv_use_textbuf"
3774 if test "$no_cache" != 1; then
3775 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
3778 if test "$wxUSE_TEXTBUFFER" = yes; then
3779 echo "$ac_t""yes" 1>&6
3781 echo "$ac_t""no" 1>&6
3785 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3786 echo "configure:3787: checking for --enable-textfile" >&5
3788 # Check whether --enable-textfile or --disable-textfile was given.
3789 if test "${enable_textfile+set}" = set; then
3790 enableval
="$enable_textfile"
3792 if test "$enableval" = yes; then
3793 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
3795 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
3800 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3801 if test "x$LINE" != x
; then
3802 eval "DEFAULT_$LINE"
3807 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3812 eval "$ac_cv_use_textfile"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3817 if test "$wxUSE_TEXTFILE" = yes; then
3818 echo "$ac_t""yes" 1>&6
3820 echo "$ac_t""no" 1>&6
3824 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3825 echo "configure:3826: checking for --enable-fontmap" >&5
3827 # Check whether --enable-fontmap or --disable-fontmap was given.
3828 if test "${enable_fontmap+set}" = set; then
3829 enableval
="$enable_fontmap"
3831 if test "$enableval" = yes; then
3832 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
3834 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
3839 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3840 if test "x$LINE" != x
; then
3841 eval "DEFAULT_$LINE"
3846 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3851 eval "$ac_cv_use_fontmap"
3852 if test "$no_cache" != 1; then
3853 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3856 if test "$wxUSE_FONTMAP" = yes; then
3857 echo "$ac_t""yes" 1>&6
3859 echo "$ac_t""no" 1>&6
3863 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3864 echo "configure:3865: checking for --enable-unicode" >&5
3866 # Check whether --enable-unicode or --disable-unicode was given.
3867 if test "${enable_unicode+set}" = set; then
3868 enableval
="$enable_unicode"
3870 if test "$enableval" = yes; then
3871 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
3873 ac_cv_use_unicode
='wxUSE_UNICODE=no'
3878 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3879 if test "x$LINE" != x
; then
3880 eval "DEFAULT_$LINE"
3885 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3890 eval "$ac_cv_use_unicode"
3891 if test "$no_cache" != 1; then
3892 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3895 if test "$wxUSE_UNICODE" = yes; then
3896 echo "$ac_t""yes" 1>&6
3898 echo "$ac_t""no" 1>&6
3902 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3903 echo "configure:3904: checking for --enable-wxprintfv" >&5
3905 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3906 if test "${enable_wxprintfv+set}" = set; then
3907 enableval
="$enable_wxprintfv"
3909 if test "$enableval" = yes; then
3910 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3912 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3917 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3918 if test "x$LINE" != x
; then
3919 eval "DEFAULT_$LINE"
3924 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3929 eval "$ac_cv_use_wxprintfv"
3930 if test "$no_cache" != 1; then
3931 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3934 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3935 echo "$ac_t""yes" 1>&6
3937 echo "$ac_t""no" 1>&6
3941 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3942 echo "configure:3943: checking for --enable-std_iostreams" >&5
3944 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3945 if test "${enable_std_iostreams+set}" = set; then
3946 enableval
="$enable_std_iostreams"
3948 if test "$enableval" = yes; then
3949 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3951 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3956 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3957 if test "x$LINE" != x
; then
3958 eval "DEFAULT_$LINE"
3963 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3968 eval "$ac_cv_use_std_iostreams"
3969 if test "$no_cache" != 1; then
3970 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3973 if test "$wxUSE_STD_IOSTREAM" = yes; then
3974 echo "$ac_t""yes" 1>&6
3976 echo "$ac_t""no" 1>&6
3980 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3981 echo "configure:3982: checking for --enable-filesystem" >&5
3983 # Check whether --enable-filesystem or --disable-filesystem was given.
3984 if test "${enable_filesystem+set}" = set; then
3985 enableval
="$enable_filesystem"
3987 if test "$enableval" = yes; then
3988 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
3990 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
3995 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3996 if test "x$LINE" != x
; then
3997 eval "DEFAULT_$LINE"
4002 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4007 eval "$ac_cv_use_filesystem"
4008 if test "$no_cache" != 1; then
4009 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4012 if test "$wxUSE_FILESYSTEM" = yes; then
4013 echo "$ac_t""yes" 1>&6
4015 echo "$ac_t""no" 1>&6
4019 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4020 echo "configure:4021: checking for --enable-fs_inet" >&5
4022 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4023 if test "${enable_fs_inet+set}" = set; then
4024 enableval
="$enable_fs_inet"
4026 if test "$enableval" = yes; then
4027 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
4029 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
4034 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4035 if test "x$LINE" != x
; then
4036 eval "DEFAULT_$LINE"
4041 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4046 eval "$ac_cv_use_fs_inet"
4047 if test "$no_cache" != 1; then
4048 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4051 if test "$wxUSE_FS_INET" = yes; then
4052 echo "$ac_t""yes" 1>&6
4054 echo "$ac_t""no" 1>&6
4058 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4059 echo "configure:4060: checking for --enable-fs_zip" >&5
4061 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4062 if test "${enable_fs_zip+set}" = set; then
4063 enableval
="$enable_fs_zip"
4065 if test "$enableval" = yes; then
4066 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
4068 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
4073 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4074 if test "x$LINE" != x
; then
4075 eval "DEFAULT_$LINE"
4080 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4085 eval "$ac_cv_use_fs_zip"
4086 if test "$no_cache" != 1; then
4087 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4090 if test "$wxUSE_FS_ZIP" = yes; then
4091 echo "$ac_t""yes" 1>&6
4093 echo "$ac_t""no" 1>&6
4097 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4098 echo "configure:4099: checking for --enable-zipstream" >&5
4100 # Check whether --enable-zipstream or --disable-zipstream was given.
4101 if test "${enable_zipstream+set}" = set; then
4102 enableval
="$enable_zipstream"
4104 if test "$enableval" = yes; then
4105 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
4107 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
4112 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4113 if test "x$LINE" != x
; then
4114 eval "DEFAULT_$LINE"
4119 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4124 eval "$ac_cv_use_zipstream"
4125 if test "$no_cache" != 1; then
4126 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4129 if test "$wxUSE_ZIPSTREAM" = yes; then
4130 echo "$ac_t""yes" 1>&6
4132 echo "$ac_t""no" 1>&6
4137 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4138 echo "configure:4139: checking for --enable-catch_segvs" >&5
4140 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4141 if test "${enable_catch_segvs+set}" = set; then
4142 enableval
="$enable_catch_segvs"
4144 if test "$enableval" = yes; then
4145 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4147 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4152 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4153 if test "x$LINE" != x
; then
4154 eval "DEFAULT_$LINE"
4159 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4164 eval "$ac_cv_use_catch_segvs"
4165 if test "$no_cache" != 1; then
4166 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4169 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4170 echo "$ac_t""yes" 1>&6
4172 echo "$ac_t""no" 1>&6
4176 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4177 echo "configure:4178: checking for --enable-snglinst" >&5
4179 # Check whether --enable-snglinst or --disable-snglinst was given.
4180 if test "${enable_snglinst+set}" = set; then
4181 enableval
="$enable_snglinst"
4183 if test "$enableval" = yes; then
4184 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4186 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4191 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4192 if test "x$LINE" != x
; then
4193 eval "DEFAULT_$LINE"
4198 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4203 eval "$ac_cv_use_snglinst"
4204 if test "$no_cache" != 1; then
4205 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4208 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4209 echo "$ac_t""yes" 1>&6
4211 echo "$ac_t""no" 1>&6
4216 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4217 echo "configure:4218: checking for --enable-mimetype" >&5
4219 # Check whether --enable-mimetype or --disable-mimetype was given.
4220 if test "${enable_mimetype+set}" = set; then
4221 enableval
="$enable_mimetype"
4223 if test "$enableval" = yes; then
4224 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4226 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4231 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4232 if test "x$LINE" != x
; then
4233 eval "DEFAULT_$LINE"
4238 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4243 eval "$ac_cv_use_mimetype"
4244 if test "$no_cache" != 1; then
4245 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4248 if test "$wxUSE_MIMETYPE" = yes; then
4249 echo "$ac_t""yes" 1>&6
4251 echo "$ac_t""no" 1>&6
4255 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4256 echo "configure:4257: checking for --enable-system_options" >&5
4258 # Check whether --enable-system_options or --disable-system_options was given.
4259 if test "${enable_system_options+set}" = set; then
4260 enableval
="$enable_system_options"
4262 if test "$enableval" = yes; then
4263 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
4265 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
4270 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4271 if test "x$LINE" != x
; then
4272 eval "DEFAULT_$LINE"
4277 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4282 eval "$ac_cv_use_system_options"
4283 if test "$no_cache" != 1; then
4284 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4287 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4288 echo "$ac_t""yes" 1>&6
4290 echo "$ac_t""no" 1>&6
4296 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4297 echo "configure:4298: checking for --enable-threads" >&5
4299 # Check whether --enable-threads or --disable-threads was given.
4300 if test "${enable_threads+set}" = set; then
4301 enableval
="$enable_threads"
4303 if test "$enableval" = yes; then
4304 ac_cv_use_threads
='wxUSE_THREADS=yes'
4306 ac_cv_use_threads
='wxUSE_THREADS=no'
4311 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4312 if test "x$LINE" != x
; then
4313 eval "DEFAULT_$LINE"
4318 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4323 eval "$ac_cv_use_threads"
4324 if test "$no_cache" != 1; then
4325 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4328 if test "$wxUSE_THREADS" = yes; then
4329 echo "$ac_t""yes" 1>&6
4331 echo "$ac_t""no" 1>&6
4335 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4336 echo "configure:4337: checking for --enable-serial" >&5
4338 # Check whether --enable-serial or --disable-serial was given.
4339 if test "${enable_serial+set}" = set; then
4340 enableval
="$enable_serial"
4342 if test "$enableval" = yes; then
4343 ac_cv_use_serial
='wxUSE_SERIAL=yes'
4345 ac_cv_use_serial
='wxUSE_SERIAL=no'
4350 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4351 if test "x$LINE" != x
; then
4352 eval "DEFAULT_$LINE"
4357 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4362 eval "$ac_cv_use_serial"
4363 if test "$no_cache" != 1; then
4364 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4367 if test "$wxUSE_SERIAL" = yes; then
4368 echo "$ac_t""yes" 1>&6
4370 echo "$ac_t""no" 1>&6
4374 if test "$wxUSE_GUI" = "yes"; then
4378 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4379 echo "configure:4380: checking for --enable-docview" >&5
4381 # Check whether --enable-docview or --disable-docview was given.
4382 if test "${enable_docview+set}" = set; then
4383 enableval
="$enable_docview"
4385 if test "$enableval" = yes; then
4386 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4388 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4393 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4394 if test "x$LINE" != x
; then
4395 eval "DEFAULT_$LINE"
4400 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4405 eval "$ac_cv_use_docview"
4406 if test "$no_cache" != 1; then
4407 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4410 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4411 echo "$ac_t""yes" 1>&6
4413 echo "$ac_t""no" 1>&6
4417 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4418 echo "configure:4419: checking for --enable-help" >&5
4420 # Check whether --enable-help or --disable-help was given.
4421 if test "${enable_help+set}" = set; then
4422 enableval
="$enable_help"
4424 if test "$enableval" = yes; then
4425 ac_cv_use_help
='wxUSE_HELP=yes'
4427 ac_cv_use_help
='wxUSE_HELP=no'
4432 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4433 if test "x$LINE" != x
; then
4434 eval "DEFAULT_$LINE"
4439 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4444 eval "$ac_cv_use_help"
4445 if test "$no_cache" != 1; then
4446 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4449 if test "$wxUSE_HELP" = yes; then
4450 echo "$ac_t""yes" 1>&6
4452 echo "$ac_t""no" 1>&6
4456 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4457 echo "configure:4458: checking for --enable-mshtmlhelp" >&5
4459 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4460 if test "${enable_mshtmlhelp+set}" = set; then
4461 enableval
="$enable_mshtmlhelp"
4463 if test "$enableval" = yes; then
4464 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
4466 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
4471 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4472 if test "x$LINE" != x
; then
4473 eval "DEFAULT_$LINE"
4478 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4483 eval "$ac_cv_use_mshtmlhelp"
4484 if test "$no_cache" != 1; then
4485 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4488 if test "$wxUSE_MS_HTML_HELP" = yes; then
4489 echo "$ac_t""yes" 1>&6
4491 echo "$ac_t""no" 1>&6
4495 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4496 echo "configure:4497: checking for --enable-html" >&5
4498 # Check whether --enable-html or --disable-html was given.
4499 if test "${enable_html+set}" = set; then
4500 enableval
="$enable_html"
4502 if test "$enableval" = yes; then
4503 ac_cv_use_html
='wxUSE_HTML=yes'
4505 ac_cv_use_html
='wxUSE_HTML=no'
4510 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4511 if test "x$LINE" != x
; then
4512 eval "DEFAULT_$LINE"
4517 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4522 eval "$ac_cv_use_html"
4523 if test "$no_cache" != 1; then
4524 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4527 if test "$wxUSE_HTML" = yes; then
4528 echo "$ac_t""yes" 1>&6
4530 echo "$ac_t""no" 1>&6
4534 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4535 echo "configure:4536: checking for --enable-htmlhelp" >&5
4537 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4538 if test "${enable_htmlhelp+set}" = set; then
4539 enableval
="$enable_htmlhelp"
4541 if test "$enableval" = yes; then
4542 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
4544 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
4549 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4550 if test "x$LINE" != x
; then
4551 eval "DEFAULT_$LINE"
4556 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4561 eval "$ac_cv_use_htmlhelp"
4562 if test "$no_cache" != 1; then
4563 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4566 if test "$wxUSE_WXHTML_HELP" = yes; then
4567 echo "$ac_t""yes" 1>&6
4569 echo "$ac_t""no" 1>&6
4573 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4574 echo "configure:4575: checking for --enable-constraints" >&5
4576 # Check whether --enable-constraints or --disable-constraints was given.
4577 if test "${enable_constraints+set}" = set; then
4578 enableval
="$enable_constraints"
4580 if test "$enableval" = yes; then
4581 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
4583 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
4588 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4589 if test "x$LINE" != x
; then
4590 eval "DEFAULT_$LINE"
4595 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4600 eval "$ac_cv_use_constraints"
4601 if test "$no_cache" != 1; then
4602 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4605 if test "$wxUSE_CONSTRAINTS" = yes; then
4606 echo "$ac_t""yes" 1>&6
4608 echo "$ac_t""no" 1>&6
4612 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4613 echo "configure:4614: checking for --enable-printarch" >&5
4615 # Check whether --enable-printarch or --disable-printarch was given.
4616 if test "${enable_printarch+set}" = set; then
4617 enableval
="$enable_printarch"
4619 if test "$enableval" = yes; then
4620 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
4622 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
4627 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4628 if test "x$LINE" != x
; then
4629 eval "DEFAULT_$LINE"
4634 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4639 eval "$ac_cv_use_printarch"
4640 if test "$no_cache" != 1; then
4641 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4644 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4645 echo "$ac_t""yes" 1>&6
4647 echo "$ac_t""no" 1>&6
4651 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4652 echo "configure:4653: checking for --enable-mdi" >&5
4654 # Check whether --enable-mdi or --disable-mdi was given.
4655 if test "${enable_mdi+set}" = set; then
4656 enableval
="$enable_mdi"
4658 if test "$enableval" = yes; then
4659 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
4661 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
4666 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4667 if test "x$LINE" != x
; then
4668 eval "DEFAULT_$LINE"
4673 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4678 eval "$ac_cv_use_mdi"
4679 if test "$no_cache" != 1; then
4680 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4683 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4684 echo "$ac_t""yes" 1>&6
4686 echo "$ac_t""no" 1>&6
4690 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4691 echo "configure:4692: checking for --enable-loggui" >&5
4693 # Check whether --enable-loggui or --disable-loggui was given.
4694 if test "${enable_loggui+set}" = set; then
4695 enableval
="$enable_loggui"
4697 if test "$enableval" = yes; then
4698 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
4700 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
4705 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4706 if test "x$LINE" != x
; then
4707 eval "DEFAULT_$LINE"
4712 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4717 eval "$ac_cv_use_loggui"
4718 if test "$no_cache" != 1; then
4719 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4722 if test "$wxUSE_LOGGUI" = yes; then
4723 echo "$ac_t""yes" 1>&6
4725 echo "$ac_t""no" 1>&6
4729 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4730 echo "configure:4731: checking for --enable-logwin" >&5
4732 # Check whether --enable-logwin or --disable-logwin was given.
4733 if test "${enable_logwin+set}" = set; then
4734 enableval
="$enable_logwin"
4736 if test "$enableval" = yes; then
4737 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
4739 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
4744 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4745 if test "x$LINE" != x
; then
4746 eval "DEFAULT_$LINE"
4751 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4756 eval "$ac_cv_use_logwin"
4757 if test "$no_cache" != 1; then
4758 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4761 if test "$wxUSE_LOGWINDOW" = yes; then
4762 echo "$ac_t""yes" 1>&6
4764 echo "$ac_t""no" 1>&6
4769 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4770 echo "configure:4771: checking for --enable-postscript" >&5
4772 # Check whether --enable-postscript or --disable-postscript was given.
4773 if test "${enable_postscript+set}" = set; then
4774 enableval
="$enable_postscript"
4776 if test "$enableval" = yes; then
4777 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
4779 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
4784 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4785 if test "x$LINE" != x
; then
4786 eval "DEFAULT_$LINE"
4791 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4796 eval "$ac_cv_use_postscript"
4797 if test "$no_cache" != 1; then
4798 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4801 if test "$wxUSE_POSTSCRIPT" = yes; then
4802 echo "$ac_t""yes" 1>&6
4804 echo "$ac_t""no" 1>&6
4811 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4812 echo "configure:4813: checking for --enable-prologio" >&5
4814 # Check whether --enable-prologio or --disable-prologio was given.
4815 if test "${enable_prologio+set}" = set; then
4816 enableval
="$enable_prologio"
4818 if test "$enableval" = yes; then
4819 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
4821 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
4826 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4827 if test "x$LINE" != x
; then
4828 eval "DEFAULT_$LINE"
4833 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4838 eval "$ac_cv_use_prologio"
4839 if test "$no_cache" != 1; then
4840 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4843 if test "$wxUSE_PROLOGIO" = yes; then
4844 echo "$ac_t""yes" 1>&6
4846 echo "$ac_t""no" 1>&6
4850 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4851 echo "configure:4852: checking for --enable-resources" >&5
4853 # Check whether --enable-resources or --disable-resources was given.
4854 if test "${enable_resources+set}" = set; then
4855 enableval
="$enable_resources"
4857 if test "$enableval" = yes; then
4858 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
4860 ac_cv_use_resources
='wxUSE_RESOURCES=no'
4865 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4866 if test "x$LINE" != x
; then
4867 eval "DEFAULT_$LINE"
4872 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4877 eval "$ac_cv_use_resources"
4878 if test "$no_cache" != 1; then
4879 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4882 if test "$wxUSE_RESOURCES" = yes; then
4883 echo "$ac_t""yes" 1>&6
4885 echo "$ac_t""no" 1>&6
4890 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4891 echo "configure:4892: checking for --enable-xresources" >&5
4893 # Check whether --enable-xresources or --disable-xresources was given.
4894 if test "${enable_xresources+set}" = set; then
4895 enableval
="$enable_xresources"
4897 if test "$enableval" = yes; then
4898 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
4900 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
4905 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4906 if test "x$LINE" != x
; then
4907 eval "DEFAULT_$LINE"
4912 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4917 eval "$ac_cv_use_xresources"
4918 if test "$no_cache" != 1; then
4919 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4922 if test "$wxUSE_X_RESOURCES" = yes; then
4923 echo "$ac_t""yes" 1>&6
4925 echo "$ac_t""no" 1>&6
4931 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4932 echo "configure:4933: checking for --enable-clipboard" >&5
4934 # Check whether --enable-clipboard or --disable-clipboard was given.
4935 if test "${enable_clipboard+set}" = set; then
4936 enableval
="$enable_clipboard"
4938 if test "$enableval" = yes; then
4939 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
4941 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
4946 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4947 if test "x$LINE" != x
; then
4948 eval "DEFAULT_$LINE"
4953 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4958 eval "$ac_cv_use_clipboard"
4959 if test "$no_cache" != 1; then
4960 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4963 if test "$wxUSE_CLIPBOARD" = yes; then
4964 echo "$ac_t""yes" 1>&6
4966 echo "$ac_t""no" 1>&6
4970 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4971 echo "configure:4972: checking for --enable-dnd" >&5
4973 # Check whether --enable-dnd or --disable-dnd was given.
4974 if test "${enable_dnd+set}" = set; then
4975 enableval
="$enable_dnd"
4977 if test "$enableval" = yes; then
4978 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
4980 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
4985 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4986 if test "x$LINE" != x
; then
4987 eval "DEFAULT_$LINE"
4992 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4997 eval "$ac_cv_use_dnd"
4998 if test "$no_cache" != 1; then
4999 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5002 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5003 echo "$ac_t""yes" 1>&6
5005 echo "$ac_t""no" 1>&6
5009 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
5010 echo "configure:5011: checking for --enable-metafile" >&5
5012 # Check whether --enable-metafile or --disable-metafile was given.
5013 if test "${enable_metafile+set}" = set; then
5014 enableval
="$enable_metafile"
5016 if test "$enableval" = yes; then
5017 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
5019 ac_cv_use_metafile
='wxUSE_METAFILE=no'
5024 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5025 if test "x$LINE" != x
; then
5026 eval "DEFAULT_$LINE"
5031 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5036 eval "$ac_cv_use_metafile"
5037 if test "$no_cache" != 1; then
5038 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5041 if test "$wxUSE_METAFILE" = yes; then
5042 echo "$ac_t""yes" 1>&6
5044 echo "$ac_t""no" 1>&6
5049 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5050 echo "configure:5051: checking for --enable-treelayout" >&5
5052 # Check whether --enable-treelayout or --disable-treelayout was given.
5053 if test "${enable_treelayout+set}" = set; then
5054 enableval
="$enable_treelayout"
5056 if test "$enableval" = yes; then
5057 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=yes'
5059 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=no'
5064 LINE
=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5065 if test "x$LINE" != x
; then
5066 eval "DEFAULT_$LINE"
5071 ac_cv_use_treelayout
='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5076 eval "$ac_cv_use_treelayout"
5077 if test "$no_cache" != 1; then
5078 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5081 if test "$wxUSE_TREELAYOUT" = yes; then
5082 echo "$ac_t""yes" 1>&6
5084 echo "$ac_t""no" 1>&6
5090 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5091 echo "configure:5092: checking for --enable-controls" >&5
5093 # Check whether --enable-controls or --disable-controls was given.
5094 if test "${enable_controls+set}" = set; then
5095 enableval
="$enable_controls"
5097 if test "$enableval" = yes; then
5098 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
5100 ac_cv_use_controls
='wxUSE_CONTROLS=no'
5105 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5106 if test "x$LINE" != x
; then
5107 eval "DEFAULT_$LINE"
5112 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5117 eval "$ac_cv_use_controls"
5118 if test "$no_cache" != 1; then
5119 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5122 if test "$wxUSE_CONTROLS" = yes; then
5123 echo "$ac_t""yes" 1>&6
5125 echo "$ac_t""no" 1>&6
5129 if test "$wxUSE_CONTROLS" = "yes"; then
5130 DEFAULT_wxUSE_ACCEL
=yes
5131 DEFAULT_wxUSE_BMPBUTTON
=yes
5132 DEFAULT_wxUSE_BUTTON
=yes
5133 DEFAULT_wxUSE_CALCTRL
=no
5134 DEFAULT_wxUSE_CARET
=yes
5135 DEFAULT_wxUSE_COMBOBOX
=yes
5136 DEFAULT_wxUSE_CHECKBOX
=yes
5137 DEFAULT_wxUSE_CHECKLISTBOX
=yes
5138 DEFAULT_wxUSE_CHOICE
=yes
5139 DEFAULT_wxUSE_GAUGE
=yes
5140 DEFAULT_wxUSE_GRID
=yes
5141 DEFAULT_wxUSE_NEW_GRID
=yes
5142 DEFAULT_wxUSE_IMAGLIST
=yes
5143 DEFAULT_wxUSE_LISTBOX
=yes
5144 DEFAULT_wxUSE_LISTCTRL
=yes
5145 DEFAULT_wxUSE_NOTEBOOK
=yes
5146 DEFAULT_wxUSE_PROPSHEET
=yes
5147 DEFAULT_wxUSE_RADIOBOX
=yes
5148 DEFAULT_wxUSE_RADIOBTN
=yes
5149 DEFAULT_wxUSE_SASH
=yes
5150 DEFAULT_wxUSE_SCROLLBAR
=yes
5151 DEFAULT_wxUSE_SLIDER
=yes
5152 DEFAULT_wxUSE_SPINBTN
=yes
5153 DEFAULT_wxUSE_SPINCTRL
=yes
5154 DEFAULT_wxUSE_SPLITTER
=yes
5155 DEFAULT_wxUSE_STATBMP
=yes
5156 DEFAULT_wxUSE_STATBOX
=yes
5157 DEFAULT_wxUSE_STATLINE
=yes
5158 DEFAULT_wxUSE_STATUSBAR
=yes
5159 DEFAULT_wxUSE_TAB_DIALOG
=yes
5160 DEFAULT_wxUSE_TOGGLEBTN
=yes
5161 DEFAULT_wxUSE_TOOLBAR
=yes
5162 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
5163 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
5164 DEFAULT_wxUSE_TOOLTIPS
=yes
5165 DEFAULT_wxUSE_TREECTRL
=yes
5166 DEFAULT_wxUSE_POPUPWIN
=yes
5167 elif test "$wxUSE_CONTROLS" = "no"; then
5168 DEFAULT_wxUSE_ACCEL
=no
5169 DEFAULT_wxUSE_BMPBUTTON
=no
5170 DEFAULT_wxUSE_BUTTON
=no
5171 DEFAULT_wxUSE_CALCTRL
=no
5172 DEFAULT_wxUSE_CARET
=no
5173 DEFAULT_wxUSE_COMBOBOX
=no
5174 DEFAULT_wxUSE_CHECKBOX
=no
5175 DEFAULT_wxUSE_CHECKLISTBOX
=no
5176 DEFAULT_wxUSE_CHOICE
=no
5177 DEFAULT_wxUSE_GAUGE
=no
5178 DEFAULT_wxUSE_GRID
=no
5179 DEFAULT_wxUSE_NEW_GRID
=no
5180 DEFAULT_wxUSE_IMAGLIST
=no
5181 DEFAULT_wxUSE_LISTBOX
=no
5182 DEFAULT_wxUSE_LISTCTRL
=no
5183 DEFAULT_wxUSE_NOTEBOOK
=no
5184 DEFAULT_wxUSE_PROPSHEET
=no
5185 DEFAULT_wxUSE_RADIOBOX
=no
5186 DEFAULT_wxUSE_RADIOBTN
=no
5187 DEFAULT_wxUSE_SASH
=no
5188 DEFAULT_wxUSE_SCROLLBAR
=no
5189 DEFAULT_wxUSE_SLIDER
=no
5190 DEFAULT_wxUSE_SPINBTN
=no
5191 DEFAULT_wxUSE_SPINCTRL
=no
5192 DEFAULT_wxUSE_SPLITTER
=no
5193 DEFAULT_wxUSE_STATBMP
=no
5194 DEFAULT_wxUSE_STATBOX
=no
5195 DEFAULT_wxUSE_STATLINE
=no
5196 DEFAULT_wxUSE_STATUSBAR
=no
5197 DEFAULT_wxUSE_TAB_DIALOG
=no
5198 DEFAULT_wxUSE_TOGGLEBTN
=no
5199 DEFAULT_wxUSE_TOOLBAR
=no
5200 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5201 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
5202 DEFAULT_wxUSE_TOOLTIPS
=no
5203 DEFAULT_wxUSE_TREECTRL
=no
5204 DEFAULT_wxUSE_POPUPWIN
=no
5208 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5209 echo "configure:5210: checking for --enable-accel" >&5
5211 # Check whether --enable-accel or --disable-accel was given.
5212 if test "${enable_accel+set}" = set; then
5213 enableval
="$enable_accel"
5215 if test "$enableval" = yes; then
5216 ac_cv_use_accel
='wxUSE_ACCEL=yes'
5218 ac_cv_use_accel
='wxUSE_ACCEL=no'
5223 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5224 if test "x$LINE" != x
; then
5225 eval "DEFAULT_$LINE"
5230 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5235 eval "$ac_cv_use_accel"
5236 if test "$no_cache" != 1; then
5237 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5240 if test "$wxUSE_ACCEL" = yes; then
5241 echo "$ac_t""yes" 1>&6
5243 echo "$ac_t""no" 1>&6
5247 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5248 echo "configure:5249: checking for --enable-button" >&5
5250 # Check whether --enable-button or --disable-button was given.
5251 if test "${enable_button+set}" = set; then
5252 enableval
="$enable_button"
5254 if test "$enableval" = yes; then
5255 ac_cv_use_button
='wxUSE_BUTTON=yes'
5257 ac_cv_use_button
='wxUSE_BUTTON=no'
5262 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5263 if test "x$LINE" != x
; then
5264 eval "DEFAULT_$LINE"
5269 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5274 eval "$ac_cv_use_button"
5275 if test "$no_cache" != 1; then
5276 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5279 if test "$wxUSE_BUTTON" = yes; then
5280 echo "$ac_t""yes" 1>&6
5282 echo "$ac_t""no" 1>&6
5286 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5287 echo "configure:5288: checking for --enable-bmpbutton" >&5
5289 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5290 if test "${enable_bmpbutton+set}" = set; then
5291 enableval
="$enable_bmpbutton"
5293 if test "$enableval" = yes; then
5294 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
5296 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
5301 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5302 if test "x$LINE" != x
; then
5303 eval "DEFAULT_$LINE"
5308 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5313 eval "$ac_cv_use_bmpbutton"
5314 if test "$no_cache" != 1; then
5315 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5318 if test "$wxUSE_BMPBUTTON" = yes; then
5319 echo "$ac_t""yes" 1>&6
5321 echo "$ac_t""no" 1>&6
5325 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5326 echo "configure:5327: checking for --enable-calendar" >&5
5328 # Check whether --enable-calendar or --disable-calendar was given.
5329 if test "${enable_calendar+set}" = set; then
5330 enableval
="$enable_calendar"
5332 if test "$enableval" = yes; then
5333 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5335 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5340 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5341 if test "x$LINE" != x
; then
5342 eval "DEFAULT_$LINE"
5347 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5352 eval "$ac_cv_use_calendar"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5357 if test "$wxUSE_CALCTRL" = yes; then
5358 echo "$ac_t""yes" 1>&6
5360 echo "$ac_t""no" 1>&6
5364 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5365 echo "configure:5366: checking for --enable-caret" >&5
5367 # Check whether --enable-caret or --disable-caret was given.
5368 if test "${enable_caret+set}" = set; then
5369 enableval
="$enable_caret"
5371 if test "$enableval" = yes; then
5372 ac_cv_use_caret
='wxUSE_CARET=yes'
5374 ac_cv_use_caret
='wxUSE_CARET=no'
5379 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5380 if test "x$LINE" != x
; then
5381 eval "DEFAULT_$LINE"
5386 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5391 eval "$ac_cv_use_caret"
5392 if test "$no_cache" != 1; then
5393 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5396 if test "$wxUSE_CARET" = yes; then
5397 echo "$ac_t""yes" 1>&6
5399 echo "$ac_t""no" 1>&6
5403 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5404 echo "configure:5405: checking for --enable-checkbox" >&5
5406 # Check whether --enable-checkbox or --disable-checkbox was given.
5407 if test "${enable_checkbox+set}" = set; then
5408 enableval
="$enable_checkbox"
5410 if test "$enableval" = yes; then
5411 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
5413 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
5418 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5419 if test "x$LINE" != x
; then
5420 eval "DEFAULT_$LINE"
5425 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5430 eval "$ac_cv_use_checkbox"
5431 if test "$no_cache" != 1; then
5432 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5435 if test "$wxUSE_CHECKBOX" = yes; then
5436 echo "$ac_t""yes" 1>&6
5438 echo "$ac_t""no" 1>&6
5442 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5443 echo "configure:5444: checking for --enable-checklst" >&5
5445 # Check whether --enable-checklst or --disable-checklst was given.
5446 if test "${enable_checklst+set}" = set; then
5447 enableval
="$enable_checklst"
5449 if test "$enableval" = yes; then
5450 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
5452 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
5457 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5458 if test "x$LINE" != x
; then
5459 eval "DEFAULT_$LINE"
5464 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5469 eval "$ac_cv_use_checklst"
5470 if test "$no_cache" != 1; then
5471 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5474 if test "$wxUSE_CHECKLST" = yes; then
5475 echo "$ac_t""yes" 1>&6
5477 echo "$ac_t""no" 1>&6
5481 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5482 echo "configure:5483: checking for --enable-choice" >&5
5484 # Check whether --enable-choice or --disable-choice was given.
5485 if test "${enable_choice+set}" = set; then
5486 enableval
="$enable_choice"
5488 if test "$enableval" = yes; then
5489 ac_cv_use_choice
='wxUSE_CHOICE=yes'
5491 ac_cv_use_choice
='wxUSE_CHOICE=no'
5496 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5497 if test "x$LINE" != x
; then
5498 eval "DEFAULT_$LINE"
5503 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5508 eval "$ac_cv_use_choice"
5509 if test "$no_cache" != 1; then
5510 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5513 if test "$wxUSE_CHOICE" = yes; then
5514 echo "$ac_t""yes" 1>&6
5516 echo "$ac_t""no" 1>&6
5520 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5521 echo "configure:5522: checking for --enable-combobox" >&5
5523 # Check whether --enable-combobox or --disable-combobox was given.
5524 if test "${enable_combobox+set}" = set; then
5525 enableval
="$enable_combobox"
5527 if test "$enableval" = yes; then
5528 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
5530 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
5535 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5536 if test "x$LINE" != x
; then
5537 eval "DEFAULT_$LINE"
5542 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5547 eval "$ac_cv_use_combobox"
5548 if test "$no_cache" != 1; then
5549 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5552 if test "$wxUSE_COMBOBOX" = yes; then
5553 echo "$ac_t""yes" 1>&6
5555 echo "$ac_t""no" 1>&6
5559 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5560 echo "configure:5561: checking for --enable-gauge" >&5
5562 # Check whether --enable-gauge or --disable-gauge was given.
5563 if test "${enable_gauge+set}" = set; then
5564 enableval
="$enable_gauge"
5566 if test "$enableval" = yes; then
5567 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
5569 ac_cv_use_gauge
='wxUSE_GAUGE=no'
5574 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5575 if test "x$LINE" != x
; then
5576 eval "DEFAULT_$LINE"
5581 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5586 eval "$ac_cv_use_gauge"
5587 if test "$no_cache" != 1; then
5588 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5591 if test "$wxUSE_GAUGE" = yes; then
5592 echo "$ac_t""yes" 1>&6
5594 echo "$ac_t""no" 1>&6
5598 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5599 echo "configure:5600: checking for --enable-grid" >&5
5601 # Check whether --enable-grid or --disable-grid was given.
5602 if test "${enable_grid+set}" = set; then
5603 enableval
="$enable_grid"
5605 if test "$enableval" = yes; then
5606 ac_cv_use_grid
='wxUSE_GRID=yes'
5608 ac_cv_use_grid
='wxUSE_GRID=no'
5613 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5614 if test "x$LINE" != x
; then
5615 eval "DEFAULT_$LINE"
5620 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5625 eval "$ac_cv_use_grid"
5626 if test "$no_cache" != 1; then
5627 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5630 if test "$wxUSE_GRID" = yes; then
5631 echo "$ac_t""yes" 1>&6
5633 echo "$ac_t""no" 1>&6
5637 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5638 echo "configure:5639: checking for --enable-newgrid" >&5
5640 # Check whether --enable-newgrid or --disable-newgrid was given.
5641 if test "${enable_newgrid+set}" = set; then
5642 enableval
="$enable_newgrid"
5644 if test "$enableval" = yes; then
5645 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
5647 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
5652 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5653 if test "x$LINE" != x
; then
5654 eval "DEFAULT_$LINE"
5659 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5664 eval "$ac_cv_use_newgrid"
5665 if test "$no_cache" != 1; then
5666 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5669 if test "$wxUSE_NEW_GRID" = yes; then
5670 echo "$ac_t""yes" 1>&6
5672 echo "$ac_t""no" 1>&6
5676 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5677 echo "configure:5678: checking for --enable-imaglist" >&5
5679 # Check whether --enable-imaglist or --disable-imaglist was given.
5680 if test "${enable_imaglist+set}" = set; then
5681 enableval
="$enable_imaglist"
5683 if test "$enableval" = yes; then
5684 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
5686 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
5691 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5692 if test "x$LINE" != x
; then
5693 eval "DEFAULT_$LINE"
5698 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5703 eval "$ac_cv_use_imaglist"
5704 if test "$no_cache" != 1; then
5705 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5708 if test "$wxUSE_IMAGLIST" = yes; then
5709 echo "$ac_t""yes" 1>&6
5711 echo "$ac_t""no" 1>&6
5715 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5716 echo "configure:5717: checking for --enable-listbox" >&5
5718 # Check whether --enable-listbox or --disable-listbox was given.
5719 if test "${enable_listbox+set}" = set; then
5720 enableval
="$enable_listbox"
5722 if test "$enableval" = yes; then
5723 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
5725 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
5730 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5731 if test "x$LINE" != x
; then
5732 eval "DEFAULT_$LINE"
5737 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5742 eval "$ac_cv_use_listbox"
5743 if test "$no_cache" != 1; then
5744 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5747 if test "$wxUSE_LISTBOX" = yes; then
5748 echo "$ac_t""yes" 1>&6
5750 echo "$ac_t""no" 1>&6
5754 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5755 echo "configure:5756: checking for --enable-listctrl" >&5
5757 # Check whether --enable-listctrl or --disable-listctrl was given.
5758 if test "${enable_listctrl+set}" = set; then
5759 enableval
="$enable_listctrl"
5761 if test "$enableval" = yes; then
5762 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
5764 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
5769 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5770 if test "x$LINE" != x
; then
5771 eval "DEFAULT_$LINE"
5776 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5781 eval "$ac_cv_use_listctrl"
5782 if test "$no_cache" != 1; then
5783 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5786 if test "$wxUSE_LISTCTRL" = yes; then
5787 echo "$ac_t""yes" 1>&6
5789 echo "$ac_t""no" 1>&6
5793 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5794 echo "configure:5795: checking for --enable-notebook" >&5
5796 # Check whether --enable-notebook or --disable-notebook was given.
5797 if test "${enable_notebook+set}" = set; then
5798 enableval
="$enable_notebook"
5800 if test "$enableval" = yes; then
5801 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
5803 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
5808 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5809 if test "x$LINE" != x
; then
5810 eval "DEFAULT_$LINE"
5815 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5820 eval "$ac_cv_use_notebook"
5821 if test "$no_cache" != 1; then
5822 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5825 if test "$wxUSE_NOTEBOOK" = yes; then
5826 echo "$ac_t""yes" 1>&6
5828 echo "$ac_t""no" 1>&6
5832 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
5833 echo "configure:5834: checking for --enable-propsheet" >&5
5835 # Check whether --enable-propsheet or --disable-propsheet was given.
5836 if test "${enable_propsheet+set}" = set; then
5837 enableval
="$enable_propsheet"
5839 if test "$enableval" = yes; then
5840 ac_cv_use_propsheet
='wxUSE_PROPSHEET=yes'
5842 ac_cv_use_propsheet
='wxUSE_PROPSHEET=no'
5847 LINE
=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5848 if test "x$LINE" != x
; then
5849 eval "DEFAULT_$LINE"
5854 ac_cv_use_propsheet
='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5859 eval "$ac_cv_use_propsheet"
5860 if test "$no_cache" != 1; then
5861 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5864 if test "$wxUSE_PROPSHEET" = yes; then
5865 echo "$ac_t""yes" 1>&6
5867 echo "$ac_t""no" 1>&6
5871 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5872 echo "configure:5873: checking for --enable-radiobox" >&5
5874 # Check whether --enable-radiobox or --disable-radiobox was given.
5875 if test "${enable_radiobox+set}" = set; then
5876 enableval
="$enable_radiobox"
5878 if test "$enableval" = yes; then
5879 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
5881 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
5886 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5887 if test "x$LINE" != x
; then
5888 eval "DEFAULT_$LINE"
5893 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5898 eval "$ac_cv_use_radiobox"
5899 if test "$no_cache" != 1; then
5900 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5903 if test "$wxUSE_RADIOBOX" = yes; then
5904 echo "$ac_t""yes" 1>&6
5906 echo "$ac_t""no" 1>&6
5910 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5911 echo "configure:5912: checking for --enable-radiobtn" >&5
5913 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5914 if test "${enable_radiobtn+set}" = set; then
5915 enableval
="$enable_radiobtn"
5917 if test "$enableval" = yes; then
5918 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
5920 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
5925 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5926 if test "x$LINE" != x
; then
5927 eval "DEFAULT_$LINE"
5932 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5937 eval "$ac_cv_use_radiobtn"
5938 if test "$no_cache" != 1; then
5939 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5942 if test "$wxUSE_RADIOBTN" = yes; then
5943 echo "$ac_t""yes" 1>&6
5945 echo "$ac_t""no" 1>&6
5949 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5950 echo "configure:5951: checking for --enable-sash" >&5
5952 # Check whether --enable-sash or --disable-sash was given.
5953 if test "${enable_sash+set}" = set; then
5954 enableval
="$enable_sash"
5956 if test "$enableval" = yes; then
5957 ac_cv_use_sash
='wxUSE_SASH=yes'
5959 ac_cv_use_sash
='wxUSE_SASH=no'
5964 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5965 if test "x$LINE" != x
; then
5966 eval "DEFAULT_$LINE"
5971 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5976 eval "$ac_cv_use_sash"
5977 if test "$no_cache" != 1; then
5978 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5981 if test "$wxUSE_SASH" = yes; then
5982 echo "$ac_t""yes" 1>&6
5984 echo "$ac_t""no" 1>&6
5988 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5989 echo "configure:5990: checking for --enable-scrollbar" >&5
5991 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5992 if test "${enable_scrollbar+set}" = set; then
5993 enableval
="$enable_scrollbar"
5995 if test "$enableval" = yes; then
5996 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
5998 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
6003 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6004 if test "x$LINE" != x
; then
6005 eval "DEFAULT_$LINE"
6010 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6015 eval "$ac_cv_use_scrollbar"
6016 if test "$no_cache" != 1; then
6017 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6020 if test "$wxUSE_SCROLLBAR" = yes; then
6021 echo "$ac_t""yes" 1>&6
6023 echo "$ac_t""no" 1>&6
6027 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
6028 echo "configure:6029: checking for --enable-slider" >&5
6030 # Check whether --enable-slider or --disable-slider was given.
6031 if test "${enable_slider+set}" = set; then
6032 enableval
="$enable_slider"
6034 if test "$enableval" = yes; then
6035 ac_cv_use_slider
='wxUSE_SLIDER=yes'
6037 ac_cv_use_slider
='wxUSE_SLIDER=no'
6042 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6043 if test "x$LINE" != x
; then
6044 eval "DEFAULT_$LINE"
6049 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6054 eval "$ac_cv_use_slider"
6055 if test "$no_cache" != 1; then
6056 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6059 if test "$wxUSE_SLIDER" = yes; then
6060 echo "$ac_t""yes" 1>&6
6062 echo "$ac_t""no" 1>&6
6066 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6067 echo "configure:6068: checking for --enable-spinbtn" >&5
6069 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6070 if test "${enable_spinbtn+set}" = set; then
6071 enableval
="$enable_spinbtn"
6073 if test "$enableval" = yes; then
6074 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
6076 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
6081 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6082 if test "x$LINE" != x
; then
6083 eval "DEFAULT_$LINE"
6088 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6093 eval "$ac_cv_use_spinbtn"
6094 if test "$no_cache" != 1; then
6095 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6098 if test "$wxUSE_SPINBTN" = yes; then
6099 echo "$ac_t""yes" 1>&6
6101 echo "$ac_t""no" 1>&6
6105 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6106 echo "configure:6107: checking for --enable-spinctrl" >&5
6108 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6109 if test "${enable_spinctrl+set}" = set; then
6110 enableval
="$enable_spinctrl"
6112 if test "$enableval" = yes; then
6113 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
6115 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
6120 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6121 if test "x$LINE" != x
; then
6122 eval "DEFAULT_$LINE"
6127 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6132 eval "$ac_cv_use_spinctrl"
6133 if test "$no_cache" != 1; then
6134 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6137 if test "$wxUSE_SPINCTRL" = yes; then
6138 echo "$ac_t""yes" 1>&6
6140 echo "$ac_t""no" 1>&6
6144 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6145 echo "configure:6146: checking for --enable-splitter" >&5
6147 # Check whether --enable-splitter or --disable-splitter was given.
6148 if test "${enable_splitter+set}" = set; then
6149 enableval
="$enable_splitter"
6151 if test "$enableval" = yes; then
6152 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
6154 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
6159 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6160 if test "x$LINE" != x
; then
6161 eval "DEFAULT_$LINE"
6166 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6171 eval "$ac_cv_use_splitter"
6172 if test "$no_cache" != 1; then
6173 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6176 if test "$wxUSE_SPLITTER" = yes; then
6177 echo "$ac_t""yes" 1>&6
6179 echo "$ac_t""no" 1>&6
6183 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6184 echo "configure:6185: checking for --enable-statbmp" >&5
6186 # Check whether --enable-statbmp or --disable-statbmp was given.
6187 if test "${enable_statbmp+set}" = set; then
6188 enableval
="$enable_statbmp"
6190 if test "$enableval" = yes; then
6191 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
6193 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
6198 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6199 if test "x$LINE" != x
; then
6200 eval "DEFAULT_$LINE"
6205 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6210 eval "$ac_cv_use_statbmp"
6211 if test "$no_cache" != 1; then
6212 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6215 if test "$wxUSE_STATBMP" = yes; then
6216 echo "$ac_t""yes" 1>&6
6218 echo "$ac_t""no" 1>&6
6222 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6223 echo "configure:6224: checking for --enable-statbox" >&5
6225 # Check whether --enable-statbox or --disable-statbox was given.
6226 if test "${enable_statbox+set}" = set; then
6227 enableval
="$enable_statbox"
6229 if test "$enableval" = yes; then
6230 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
6232 ac_cv_use_statbox
='wxUSE_STATBOX=no'
6237 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6238 if test "x$LINE" != x
; then
6239 eval "DEFAULT_$LINE"
6244 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6249 eval "$ac_cv_use_statbox"
6250 if test "$no_cache" != 1; then
6251 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6254 if test "$wxUSE_STATBOX" = yes; then
6255 echo "$ac_t""yes" 1>&6
6257 echo "$ac_t""no" 1>&6
6261 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6262 echo "configure:6263: checking for --enable-statline" >&5
6264 # Check whether --enable-statline or --disable-statline was given.
6265 if test "${enable_statline+set}" = set; then
6266 enableval
="$enable_statline"
6268 if test "$enableval" = yes; then
6269 ac_cv_use_statline
='wxUSE_STATLINE=yes'
6271 ac_cv_use_statline
='wxUSE_STATLINE=no'
6276 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6277 if test "x$LINE" != x
; then
6278 eval "DEFAULT_$LINE"
6283 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6288 eval "$ac_cv_use_statline"
6289 if test "$no_cache" != 1; then
6290 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6293 if test "$wxUSE_STATLINE" = yes; then
6294 echo "$ac_t""yes" 1>&6
6296 echo "$ac_t""no" 1>&6
6300 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6301 echo "configure:6302: checking for --enable-stattext" >&5
6303 # Check whether --enable-stattext or --disable-stattext was given.
6304 if test "${enable_stattext+set}" = set; then
6305 enableval
="$enable_stattext"
6307 if test "$enableval" = yes; then
6308 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
6310 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
6315 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6316 if test "x$LINE" != x
; then
6317 eval "DEFAULT_$LINE"
6322 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6327 eval "$ac_cv_use_stattext"
6328 if test "$no_cache" != 1; then
6329 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6332 if test "$wxUSE_STATTEXT" = yes; then
6333 echo "$ac_t""yes" 1>&6
6335 echo "$ac_t""no" 1>&6
6339 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6340 echo "configure:6341: checking for --enable-statusbar" >&5
6342 # Check whether --enable-statusbar or --disable-statusbar was given.
6343 if test "${enable_statusbar+set}" = set; then
6344 enableval
="$enable_statusbar"
6346 if test "$enableval" = yes; then
6347 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
6349 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
6354 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6355 if test "x$LINE" != x
; then
6356 eval "DEFAULT_$LINE"
6361 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6366 eval "$ac_cv_use_statusbar"
6367 if test "$no_cache" != 1; then
6368 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6371 if test "$wxUSE_STATUSBAR" = yes; then
6372 echo "$ac_t""yes" 1>&6
6374 echo "$ac_t""no" 1>&6
6378 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6379 echo "configure:6380: checking for --enable-tabdialog" >&5
6381 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6382 if test "${enable_tabdialog+set}" = set; then
6383 enableval
="$enable_tabdialog"
6385 if test "$enableval" = yes; then
6386 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
6388 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
6393 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6394 if test "x$LINE" != x
; then
6395 eval "DEFAULT_$LINE"
6400 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6405 eval "$ac_cv_use_tabdialog"
6406 if test "$no_cache" != 1; then
6407 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6410 if test "$wxUSE_TABDIALOG" = yes; then
6411 echo "$ac_t""yes" 1>&6
6413 echo "$ac_t""no" 1>&6
6417 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6418 echo "configure:6419: checking for --enable-textctrl" >&5
6420 # Check whether --enable-textctrl or --disable-textctrl was given.
6421 if test "${enable_textctrl+set}" = set; then
6422 enableval
="$enable_textctrl"
6424 if test "$enableval" = yes; then
6425 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
6427 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
6432 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6433 if test "x$LINE" != x
; then
6434 eval "DEFAULT_$LINE"
6439 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6444 eval "$ac_cv_use_textctrl"
6445 if test "$no_cache" != 1; then
6446 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6449 if test "$wxUSE_TEXTCTRL" = yes; then
6450 echo "$ac_t""yes" 1>&6
6452 echo "$ac_t""no" 1>&6
6456 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6457 echo "configure:6458: checking for --enable-togglebtn" >&5
6459 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6460 if test "${enable_togglebtn+set}" = set; then
6461 enableval
="$enable_togglebtn"
6463 if test "$enableval" = yes; then
6464 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
6466 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
6471 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6472 if test "x$LINE" != x
; then
6473 eval "DEFAULT_$LINE"
6478 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6483 eval "$ac_cv_use_togglebtn"
6484 if test "$no_cache" != 1; then
6485 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6488 if test "$wxUSE_TOGGLEBTN" = yes; then
6489 echo "$ac_t""yes" 1>&6
6491 echo "$ac_t""no" 1>&6
6495 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6496 echo "configure:6497: checking for --enable-toolbar" >&5
6498 # Check whether --enable-toolbar or --disable-toolbar was given.
6499 if test "${enable_toolbar+set}" = set; then
6500 enableval
="$enable_toolbar"
6502 if test "$enableval" = yes; then
6503 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
6505 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
6510 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6511 if test "x$LINE" != x
; then
6512 eval "DEFAULT_$LINE"
6517 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6522 eval "$ac_cv_use_toolbar"
6523 if test "$no_cache" != 1; then
6524 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6527 if test "$wxUSE_TOOLBAR" = yes; then
6528 echo "$ac_t""yes" 1>&6
6530 echo "$ac_t""no" 1>&6
6534 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6535 echo "configure:6536: checking for --enable-tbarnative" >&5
6537 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6538 if test "${enable_tbarnative+set}" = set; then
6539 enableval
="$enable_tbarnative"
6541 if test "$enableval" = yes; then
6542 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
6544 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
6549 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6550 if test "x$LINE" != x
; then
6551 eval "DEFAULT_$LINE"
6556 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6561 eval "$ac_cv_use_tbarnative"
6562 if test "$no_cache" != 1; then
6563 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6566 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6567 echo "$ac_t""yes" 1>&6
6569 echo "$ac_t""no" 1>&6
6573 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6574 echo "configure:6575: checking for --enable-tbarsmpl" >&5
6576 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6577 if test "${enable_tbarsmpl+set}" = set; then
6578 enableval
="$enable_tbarsmpl"
6580 if test "$enableval" = yes; then
6581 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
6583 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
6588 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6589 if test "x$LINE" != x
; then
6590 eval "DEFAULT_$LINE"
6595 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6600 eval "$ac_cv_use_tbarsmpl"
6601 if test "$no_cache" != 1; then
6602 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6605 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6606 echo "$ac_t""yes" 1>&6
6608 echo "$ac_t""no" 1>&6
6612 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6613 echo "configure:6614: checking for --enable-treectrl" >&5
6615 # Check whether --enable-treectrl or --disable-treectrl was given.
6616 if test "${enable_treectrl+set}" = set; then
6617 enableval
="$enable_treectrl"
6619 if test "$enableval" = yes; then
6620 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
6622 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
6627 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6628 if test "x$LINE" != x
; then
6629 eval "DEFAULT_$LINE"
6634 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6639 eval "$ac_cv_use_treectrl"
6640 if test "$no_cache" != 1; then
6641 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6644 if test "$wxUSE_TREECTRL" = yes; then
6645 echo "$ac_t""yes" 1>&6
6647 echo "$ac_t""no" 1>&6
6651 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
6652 echo "configure:6653: checking for --enable-popupwin" >&5
6654 # Check whether --enable-popupwin or --disable-popupwin was given.
6655 if test "${enable_popupwin+set}" = set; then
6656 enableval
="$enable_popupwin"
6658 if test "$enableval" = yes; then
6659 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
6661 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
6666 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6667 if test "x$LINE" != x
; then
6668 eval "DEFAULT_$LINE"
6673 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6678 eval "$ac_cv_use_popupwin"
6679 if test "$no_cache" != 1; then
6680 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6683 if test "$wxUSE_POPUPWIN" = yes; then
6684 echo "$ac_t""yes" 1>&6
6686 echo "$ac_t""no" 1>&6
6692 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6693 echo "configure:6694: checking for --enable-commondlg" >&5
6695 # Check whether --enable-commondlg or --disable-commondlg was given.
6696 if test "${enable_commondlg+set}" = set; then
6697 enableval
="$enable_commondlg"
6699 if test "$enableval" = yes; then
6700 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
6702 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
6707 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6708 if test "x$LINE" != x
; then
6709 eval "DEFAULT_$LINE"
6714 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6719 eval "$ac_cv_use_commondlg"
6720 if test "$no_cache" != 1; then
6721 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6724 if test "$wxUSE_COMMONDLGS" = yes; then
6725 echo "$ac_t""yes" 1>&6
6727 echo "$ac_t""no" 1>&6
6731 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6732 echo "configure:6733: checking for --enable-choicedlg" >&5
6734 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6735 if test "${enable_choicedlg+set}" = set; then
6736 enableval
="$enable_choicedlg"
6738 if test "$enableval" = yes; then
6739 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
6741 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
6746 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6747 if test "x$LINE" != x
; then
6748 eval "DEFAULT_$LINE"
6753 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6758 eval "$ac_cv_use_choicedlg"
6759 if test "$no_cache" != 1; then
6760 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6763 if test "$wxUSE_CHOICEDLG" = yes; then
6764 echo "$ac_t""yes" 1>&6
6766 echo "$ac_t""no" 1>&6
6770 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6771 echo "configure:6772: checking for --enable-coldlg" >&5
6773 # Check whether --enable-coldlg or --disable-coldlg was given.
6774 if test "${enable_coldlg+set}" = set; then
6775 enableval
="$enable_coldlg"
6777 if test "$enableval" = yes; then
6778 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
6780 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
6785 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6786 if test "x$LINE" != x
; then
6787 eval "DEFAULT_$LINE"
6792 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6797 eval "$ac_cv_use_coldlg"
6798 if test "$no_cache" != 1; then
6799 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6802 if test "$wxUSE_COLOURDLG" = yes; then
6803 echo "$ac_t""yes" 1>&6
6805 echo "$ac_t""no" 1>&6
6809 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6810 echo "configure:6811: checking for --enable-filedlg" >&5
6812 # Check whether --enable-filedlg or --disable-filedlg was given.
6813 if test "${enable_filedlg+set}" = set; then
6814 enableval
="$enable_filedlg"
6816 if test "$enableval" = yes; then
6817 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
6819 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
6824 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6825 if test "x$LINE" != x
; then
6826 eval "DEFAULT_$LINE"
6831 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6836 eval "$ac_cv_use_filedlg"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6841 if test "$wxUSE_FILEDLG" = yes; then
6842 echo "$ac_t""yes" 1>&6
6844 echo "$ac_t""no" 1>&6
6848 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6849 echo "configure:6850: checking for --enable-filedlg" >&5
6851 # Check whether --enable-filedlg or --disable-filedlg was given.
6852 if test "${enable_filedlg+set}" = set; then
6853 enableval
="$enable_filedlg"
6855 if test "$enableval" = yes; then
6856 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=yes'
6858 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=no'
6863 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6864 if test "x$LINE" != x
; then
6865 eval "DEFAULT_$LINE"
6870 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6875 eval "$ac_cv_use_filedlg"
6876 if test "$no_cache" != 1; then
6877 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6880 if test "$wxUSE_FINDREPLDLG" = yes; then
6881 echo "$ac_t""yes" 1>&6
6883 echo "$ac_t""no" 1>&6
6887 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6888 echo "configure:6889: checking for --enable-fontdlg" >&5
6890 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6891 if test "${enable_fontdlg+set}" = set; then
6892 enableval
="$enable_fontdlg"
6894 if test "$enableval" = yes; then
6895 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
6897 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
6902 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6903 if test "x$LINE" != x
; then
6904 eval "DEFAULT_$LINE"
6909 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6914 eval "$ac_cv_use_fontdlg"
6915 if test "$no_cache" != 1; then
6916 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6919 if test "$wxUSE_FONTDLG" = yes; then
6920 echo "$ac_t""yes" 1>&6
6922 echo "$ac_t""no" 1>&6
6926 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6927 echo "configure:6928: checking for --enable-dirdlg" >&5
6929 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6930 if test "${enable_dirdlg+set}" = set; then
6931 enableval
="$enable_dirdlg"
6933 if test "$enableval" = yes; then
6934 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
6936 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
6941 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6942 if test "x$LINE" != x
; then
6943 eval "DEFAULT_$LINE"
6948 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6953 eval "$ac_cv_use_dirdlg"
6954 if test "$no_cache" != 1; then
6955 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6958 if test "$wxUSE_DIRDLG" = yes; then
6959 echo "$ac_t""yes" 1>&6
6961 echo "$ac_t""no" 1>&6
6965 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6966 echo "configure:6967: checking for --enable-msgdlg" >&5
6968 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6969 if test "${enable_msgdlg+set}" = set; then
6970 enableval
="$enable_msgdlg"
6972 if test "$enableval" = yes; then
6973 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
6975 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
6980 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6981 if test "x$LINE" != x
; then
6982 eval "DEFAULT_$LINE"
6987 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6992 eval "$ac_cv_use_msgdlg"
6993 if test "$no_cache" != 1; then
6994 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6997 if test "$wxUSE_MSGDLG" = yes; then
6998 echo "$ac_t""yes" 1>&6
7000 echo "$ac_t""no" 1>&6
7004 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
7005 echo "configure:7006: checking for --enable-numberdlg" >&5
7007 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7008 if test "${enable_numberdlg+set}" = set; then
7009 enableval
="$enable_numberdlg"
7011 if test "$enableval" = yes; then
7012 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
7014 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
7019 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7020 if test "x$LINE" != x
; then
7021 eval "DEFAULT_$LINE"
7026 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7031 eval "$ac_cv_use_numberdlg"
7032 if test "$no_cache" != 1; then
7033 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7036 if test "$wxUSE_NUMBERDLG" = yes; then
7037 echo "$ac_t""yes" 1>&6
7039 echo "$ac_t""no" 1>&6
7043 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7044 echo "configure:7045: checking for --enable-splash" >&5
7046 # Check whether --enable-splash or --disable-splash was given.
7047 if test "${enable_splash+set}" = set; then
7048 enableval
="$enable_splash"
7050 if test "$enableval" = yes; then
7051 ac_cv_use_splash
='wxUSE_SPLASH=yes'
7053 ac_cv_use_splash
='wxUSE_SPLASH=no'
7058 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7059 if test "x$LINE" != x
; then
7060 eval "DEFAULT_$LINE"
7065 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7070 eval "$ac_cv_use_splash"
7071 if test "$no_cache" != 1; then
7072 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7075 if test "$wxUSE_SPLASH" = yes; then
7076 echo "$ac_t""yes" 1>&6
7078 echo "$ac_t""no" 1>&6
7082 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7083 echo "configure:7084: checking for --enable-textdlg" >&5
7085 # Check whether --enable-textdlg or --disable-textdlg was given.
7086 if test "${enable_textdlg+set}" = set; then
7087 enableval
="$enable_textdlg"
7089 if test "$enableval" = yes; then
7090 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
7092 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
7097 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7098 if test "x$LINE" != x
; then
7099 eval "DEFAULT_$LINE"
7104 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7109 eval "$ac_cv_use_textdlg"
7110 if test "$no_cache" != 1; then
7111 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7114 if test "$wxUSE_TEXTDLG" = yes; then
7115 echo "$ac_t""yes" 1>&6
7117 echo "$ac_t""no" 1>&6
7121 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7122 echo "configure:7123: checking for --enable-tipdlg" >&5
7124 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7125 if test "${enable_tipdlg+set}" = set; then
7126 enableval
="$enable_tipdlg"
7128 if test "$enableval" = yes; then
7129 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
7131 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
7136 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7137 if test "x$LINE" != x
; then
7138 eval "DEFAULT_$LINE"
7143 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7148 eval "$ac_cv_use_tipdlg"
7149 if test "$no_cache" != 1; then
7150 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7153 if test "$wxUSE_STARTUP_TIPS" = yes; then
7154 echo "$ac_t""yes" 1>&6
7156 echo "$ac_t""no" 1>&6
7160 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7161 echo "configure:7162: checking for --enable-progressdlg" >&5
7163 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7164 if test "${enable_progressdlg+set}" = set; then
7165 enableval
="$enable_progressdlg"
7167 if test "$enableval" = yes; then
7168 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
7170 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
7175 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7176 if test "x$LINE" != x
; then
7177 eval "DEFAULT_$LINE"
7182 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7187 eval "$ac_cv_use_progressdlg"
7188 if test "$no_cache" != 1; then
7189 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7192 if test "$wxUSE_PROGRESSDLG" = yes; then
7193 echo "$ac_t""yes" 1>&6
7195 echo "$ac_t""no" 1>&6
7199 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7200 echo "configure:7201: checking for --enable-wizarddlg" >&5
7202 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7203 if test "${enable_wizarddlg+set}" = set; then
7204 enableval
="$enable_wizarddlg"
7206 if test "$enableval" = yes; then
7207 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
7209 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
7214 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7215 if test "x$LINE" != x
; then
7216 eval "DEFAULT_$LINE"
7221 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7226 eval "$ac_cv_use_wizarddlg"
7227 if test "$no_cache" != 1; then
7228 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7231 if test "$wxUSE_WIZARDDLG" = yes; then
7232 echo "$ac_t""yes" 1>&6
7234 echo "$ac_t""no" 1>&6
7240 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7241 echo "configure:7242: checking for --enable-menus" >&5
7243 # Check whether --enable-menus or --disable-menus was given.
7244 if test "${enable_menus+set}" = set; then
7245 enableval
="$enable_menus"
7247 if test "$enableval" = yes; then
7248 ac_cv_use_menus
='wxUSE_MENUS=yes'
7250 ac_cv_use_menus
='wxUSE_MENUS=no'
7255 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7256 if test "x$LINE" != x
; then
7257 eval "DEFAULT_$LINE"
7262 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7267 eval "$ac_cv_use_menus"
7268 if test "$no_cache" != 1; then
7269 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7272 if test "$wxUSE_MENUS" = yes; then
7273 echo "$ac_t""yes" 1>&6
7275 echo "$ac_t""no" 1>&6
7279 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7280 echo "configure:7281: checking for --enable-miniframe" >&5
7282 # Check whether --enable-miniframe or --disable-miniframe was given.
7283 if test "${enable_miniframe+set}" = set; then
7284 enableval
="$enable_miniframe"
7286 if test "$enableval" = yes; then
7287 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
7289 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
7294 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7295 if test "x$LINE" != x
; then
7296 eval "DEFAULT_$LINE"
7301 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7306 eval "$ac_cv_use_miniframe"
7307 if test "$no_cache" != 1; then
7308 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7311 if test "$wxUSE_MINIFRAME" = yes; then
7312 echo "$ac_t""yes" 1>&6
7314 echo "$ac_t""no" 1>&6
7318 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7319 echo "configure:7320: checking for --enable-tooltips" >&5
7321 # Check whether --enable-tooltips or --disable-tooltips was given.
7322 if test "${enable_tooltips+set}" = set; then
7323 enableval
="$enable_tooltips"
7325 if test "$enableval" = yes; then
7326 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
7328 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
7333 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7334 if test "x$LINE" != x
; then
7335 eval "DEFAULT_$LINE"
7340 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7345 eval "$ac_cv_use_tooltips"
7346 if test "$no_cache" != 1; then
7347 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7350 if test "$wxUSE_TOOLTIPS" = yes; then
7351 echo "$ac_t""yes" 1>&6
7353 echo "$ac_t""no" 1>&6
7357 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7358 echo "configure:7359: checking for --enable-splines" >&5
7360 # Check whether --enable-splines or --disable-splines was given.
7361 if test "${enable_splines+set}" = set; then
7362 enableval
="$enable_splines"
7364 if test "$enableval" = yes; then
7365 ac_cv_use_splines
='wxUSE_SPLINES=yes'
7367 ac_cv_use_splines
='wxUSE_SPLINES=no'
7372 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7373 if test "x$LINE" != x
; then
7374 eval "DEFAULT_$LINE"
7379 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7384 eval "$ac_cv_use_splines"
7385 if test "$no_cache" != 1; then
7386 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7389 if test "$wxUSE_SPLINES" = yes; then
7390 echo "$ac_t""yes" 1>&6
7392 echo "$ac_t""no" 1>&6
7396 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7397 echo "configure:7398: checking for --enable-validators" >&5
7399 # Check whether --enable-validators or --disable-validators was given.
7400 if test "${enable_validators+set}" = set; then
7401 enableval
="$enable_validators"
7403 if test "$enableval" = yes; then
7404 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
7406 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
7411 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7412 if test "x$LINE" != x
; then
7413 eval "DEFAULT_$LINE"
7418 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7423 eval "$ac_cv_use_validators"
7424 if test "$no_cache" != 1; then
7425 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7428 if test "$wxUSE_VALIDATORS" = yes; then
7429 echo "$ac_t""yes" 1>&6
7431 echo "$ac_t""no" 1>&6
7435 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7436 echo "configure:7437: checking for --enable-busyinfo" >&5
7438 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7439 if test "${enable_busyinfo+set}" = set; then
7440 enableval
="$enable_busyinfo"
7442 if test "$enableval" = yes; then
7443 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
7445 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
7450 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7451 if test "x$LINE" != x
; then
7452 eval "DEFAULT_$LINE"
7457 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7462 eval "$ac_cv_use_busyinfo"
7463 if test "$no_cache" != 1; then
7464 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7467 if test "$wxUSE_BUSYINFO" = yes; then
7468 echo "$ac_t""yes" 1>&6
7470 echo "$ac_t""no" 1>&6
7474 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7475 echo "configure:7476: checking for --enable-joystick" >&5
7477 # Check whether --enable-joystick or --disable-joystick was given.
7478 if test "${enable_joystick+set}" = set; then
7479 enableval
="$enable_joystick"
7481 if test "$enableval" = yes; then
7482 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
7484 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
7489 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7490 if test "x$LINE" != x
; then
7491 eval "DEFAULT_$LINE"
7496 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7501 eval "$ac_cv_use_joystick"
7502 if test "$no_cache" != 1; then
7503 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7506 if test "$wxUSE_JOYSTICK" = yes; then
7507 echo "$ac_t""yes" 1>&6
7509 echo "$ac_t""no" 1>&6
7513 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7514 echo "configure:7515: checking for --enable-metafile" >&5
7516 # Check whether --enable-metafile or --disable-metafile was given.
7517 if test "${enable_metafile+set}" = set; then
7518 enableval
="$enable_metafile"
7520 if test "$enableval" = yes; then
7521 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7523 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7528 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7529 if test "x$LINE" != x
; then
7530 eval "DEFAULT_$LINE"
7535 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7540 eval "$ac_cv_use_metafile"
7541 if test "$no_cache" != 1; then
7542 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7545 if test "$wxUSE_METAFILE" = yes; then
7546 echo "$ac_t""yes" 1>&6
7548 echo "$ac_t""no" 1>&6
7552 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
7553 echo "configure:7554: checking for --enable-dragimage" >&5
7555 # Check whether --enable-dragimage or --disable-dragimage was given.
7556 if test "${enable_dragimage+set}" = set; then
7557 enableval
="$enable_dragimage"
7559 if test "$enableval" = yes; then
7560 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
7562 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
7567 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7568 if test "x$LINE" != x
; then
7569 eval "DEFAULT_$LINE"
7574 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7579 eval "$ac_cv_use_dragimage"
7580 if test "$no_cache" != 1; then
7581 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7584 if test "$wxUSE_DRAGIMAGE" = yes; then
7585 echo "$ac_t""yes" 1>&6
7587 echo "$ac_t""no" 1>&6
7593 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
7594 echo "configure:7595: checking for --enable-palette" >&5
7596 # Check whether --enable-palette or --disable-palette was given.
7597 if test "${enable_palette+set}" = set; then
7598 enableval
="$enable_palette"
7600 if test "$enableval" = yes; then
7601 ac_cv_use_palette
='wxUSE_PALETTE=yes'
7603 ac_cv_use_palette
='wxUSE_PALETTE=no'
7608 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7609 if test "x$LINE" != x
; then
7610 eval "DEFAULT_$LINE"
7615 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7620 eval "$ac_cv_use_palette"
7621 if test "$no_cache" != 1; then
7622 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7625 if test "$wxUSE_PALETTE" = yes; then
7626 echo "$ac_t""yes" 1>&6
7628 echo "$ac_t""no" 1>&6
7632 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7633 echo "configure:7634: checking for --enable-image" >&5
7635 # Check whether --enable-image or --disable-image was given.
7636 if test "${enable_image+set}" = set; then
7637 enableval
="$enable_image"
7639 if test "$enableval" = yes; then
7640 ac_cv_use_image
='wxUSE_IMAGE=yes'
7642 ac_cv_use_image
='wxUSE_IMAGE=no'
7647 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7648 if test "x$LINE" != x
; then
7649 eval "DEFAULT_$LINE"
7654 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7659 eval "$ac_cv_use_image"
7660 if test "$no_cache" != 1; then
7661 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7664 if test "$wxUSE_IMAGE" = yes; then
7665 echo "$ac_t""yes" 1>&6
7667 echo "$ac_t""no" 1>&6
7671 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7672 echo "configure:7673: checking for --enable-gif" >&5
7674 # Check whether --enable-gif or --disable-gif was given.
7675 if test "${enable_gif+set}" = set; then
7676 enableval
="$enable_gif"
7678 if test "$enableval" = yes; then
7679 ac_cv_use_gif
='wxUSE_GIF=yes'
7681 ac_cv_use_gif
='wxUSE_GIF=no'
7686 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7687 if test "x$LINE" != x
; then
7688 eval "DEFAULT_$LINE"
7693 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7698 eval "$ac_cv_use_gif"
7699 if test "$no_cache" != 1; then
7700 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7703 if test "$wxUSE_GIF" = yes; then
7704 echo "$ac_t""yes" 1>&6
7706 echo "$ac_t""no" 1>&6
7710 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7711 echo "configure:7712: checking for --enable-pcx" >&5
7713 # Check whether --enable-pcx or --disable-pcx was given.
7714 if test "${enable_pcx+set}" = set; then
7715 enableval
="$enable_pcx"
7717 if test "$enableval" = yes; then
7718 ac_cv_use_pcx
='wxUSE_PCX=yes'
7720 ac_cv_use_pcx
='wxUSE_PCX=no'
7725 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7726 if test "x$LINE" != x
; then
7727 eval "DEFAULT_$LINE"
7732 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7737 eval "$ac_cv_use_pcx"
7738 if test "$no_cache" != 1; then
7739 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7742 if test "$wxUSE_PCX" = yes; then
7743 echo "$ac_t""yes" 1>&6
7745 echo "$ac_t""no" 1>&6
7749 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7750 echo "configure:7751: checking for --enable-pnm" >&5
7752 # Check whether --enable-pnm or --disable-pnm was given.
7753 if test "${enable_pnm+set}" = set; then
7754 enableval
="$enable_pnm"
7756 if test "$enableval" = yes; then
7757 ac_cv_use_pnm
='wxUSE_PNM=yes'
7759 ac_cv_use_pnm
='wxUSE_PNM=no'
7764 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7765 if test "x$LINE" != x
; then
7766 eval "DEFAULT_$LINE"
7771 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7776 eval "$ac_cv_use_pnm"
7777 if test "$no_cache" != 1; then
7778 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7781 if test "$wxUSE_PNM" = yes; then
7782 echo "$ac_t""yes" 1>&6
7784 echo "$ac_t""no" 1>&6
7788 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7789 echo "configure:7790: checking for --enable-pnm" >&5
7791 # Check whether --enable-pnm or --disable-pnm was given.
7792 if test "${enable_pnm+set}" = set; then
7793 enableval
="$enable_pnm"
7795 if test "$enableval" = yes; then
7796 ac_cv_use_pnm
='wxUSE_XPM=yes'
7798 ac_cv_use_pnm
='wxUSE_XPM=no'
7803 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7804 if test "x$LINE" != x
; then
7805 eval "DEFAULT_$LINE"
7810 ac_cv_use_pnm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7815 eval "$ac_cv_use_pnm"
7816 if test "$no_cache" != 1; then
7817 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7820 if test "$wxUSE_XPM" = yes; then
7821 echo "$ac_t""yes" 1>&6
7823 echo "$ac_t""no" 1>&6
7830 echo "saving argument cache $wx_arg_cache_file"
7831 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
7835 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7836 echo "configure:7837: checking for toolkit" >&5
7838 if test "$wxUSE_GUI" = "yes"; then
7840 if test "$USE_BEOS" = 1; then
7841 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7844 if test "$TOOLKIT_GIVEN" = 1; then
7845 for toolkit
in `echo $ALL_TOOLKITS`; do
7847 eval "value=\$${var}"
7848 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
7851 for toolkit
in `echo $ALL_TOOLKITS`; do
7852 if test "$has_toolkit_in_cache" != 1; then
7853 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
7855 var
=DEFAULT_wxUSE_
$toolkit
7857 eval "wxUSE_$toolkit=\$${var}"
7861 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
7862 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0}`
7865 *-pc-os2_emx | *-pc-os2-emx )
7866 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7867 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7876 case "$NUM_TOOLKITS" in
7880 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7883 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7886 for toolkit
in `echo $ALL_TOOLKITS`; do
7888 eval "value=\$${var}"
7889 if test "x$value" != x
; then
7890 cache_var
=CACHE_
$toolkit
7891 eval "cache=\$${cache_var}"
7892 if test "$cache" = 1; then
7893 echo "$var=$value" >> ${wx_arg_cache_file}
7895 if test "$value" = 1; then
7896 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
7897 echo "$ac_t""$toolkit_echo" 1>&6
7903 echo "$ac_t""base ($host_alias hosted) only" 1>&6
7907 cat > confcache
<<\EOF
7908 # This file is a shell script that caches the results of configure
7909 # tests run on this system so they can be shared between configure
7910 # scripts and configure runs. It is not useful on other systems.
7911 # If it contains results you don't want to keep, you may remove or edit it.
7913 # By default, configure uses ./config.cache as the cache file,
7914 # creating it if it does not exist already. You can give configure
7915 # the --cache-file=FILE option to use a different cache file; that is
7916 # what configure does when it calls configure scripts in
7917 # subdirectories, so they share the cache.
7918 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7919 # config.status only pays attention to the cache file if you give it the
7920 # --recheck option to rerun configure.
7923 # The following way of writing the cache mishandles newlines in values,
7924 # but we know of no workaround that is simple, portable, and efficient.
7925 # So, don't put newlines in cache variables' values.
7926 # Ultrix sh set writes to stderr and can't be redirected directly,
7927 # and sets the high bit in the cache file unless we assign to the vars.
7929 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7931 # `set' does not quote correctly, so add quotes (double-quote substitution
7932 # turns \\\\ into \\, and sed turns \\ into \).
7934 -e "s/'/'\\\\''/g" \
7935 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7938 # `set' quotes correctly as required by POSIX, so do not add quotes.
7939 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7942 if cmp -s $cache_file confcache
; then
7945 if test -w $cache_file; then
7946 echo "updating cache $cache_file"
7947 cat confcache
> $cache_file
7949 echo "not updating unwritable cache $cache_file"
7955 if test "$build" != "$host" ; then
7956 if test "$USE_WIN32" = 1 ; then
7960 RANLIB
=$host_alias-ranlib
7961 DLLTOOL
=$host_alias-dlltool
7962 RESCOMP
=$host_alias-windres
7965 STRIP
=$host_alias-strip
7967 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7971 # Extract the first word of "gcc", so it can be a program name with args.
7972 set dummy gcc
; ac_word
=$2
7973 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7974 echo "configure:7975: checking for $ac_word" >&5
7975 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7976 echo $ac_n "(cached) $ac_c" 1>&6
7978 if test -n "$CC"; then
7979 ac_cv_prog_CC
="$CC" # Let the user override the test.
7981 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7983 for ac_dir
in $ac_dummy; do
7984 test -z "$ac_dir" && ac_dir
=.
7985 if test -f $ac_dir/$ac_word; then
7994 if test -n "$CC"; then
7995 echo "$ac_t""$CC" 1>&6
7997 echo "$ac_t""no" 1>&6
8000 if test -z "$CC"; then
8001 # Extract the first word of "cc", so it can be a program name with args.
8002 set dummy cc
; ac_word
=$2
8003 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8004 echo "configure:8005: checking for $ac_word" >&5
8005 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8006 echo $ac_n "(cached) $ac_c" 1>&6
8008 if test -n "$CC"; then
8009 ac_cv_prog_CC
="$CC" # Let the user override the test.
8011 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8014 for ac_dir
in $ac_dummy; do
8015 test -z "$ac_dir" && ac_dir
=.
8016 if test -f $ac_dir/$ac_word; then
8017 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8018 ac_prog_rejected
=yes
8026 if test $ac_prog_rejected = yes; then
8027 # We found a bogon in the path, so make sure we never use it.
8028 set dummy
$ac_cv_prog_CC
8030 if test $# -gt 0; then
8031 # We chose a different compiler from the bogus one.
8032 # However, it has the same basename, so the bogon will be chosen
8033 # first if we set CC to just the basename; use the full file name.
8035 set dummy
"$ac_dir/$ac_word" "$@"
8043 if test -n "$CC"; then
8044 echo "$ac_t""$CC" 1>&6
8046 echo "$ac_t""no" 1>&6
8049 if test -z "$CC"; then
8050 case "`uname -s`" in
8052 # Extract the first word of "cl", so it can be a program name with args.
8053 set dummy cl
; ac_word
=$2
8054 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8055 echo "configure:8056: checking for $ac_word" >&5
8056 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8057 echo $ac_n "(cached) $ac_c" 1>&6
8059 if test -n "$CC"; then
8060 ac_cv_prog_CC
="$CC" # Let the user override the test.
8062 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8064 for ac_dir
in $ac_dummy; do
8065 test -z "$ac_dir" && ac_dir
=.
8066 if test -f $ac_dir/$ac_word; then
8075 if test -n "$CC"; then
8076 echo "$ac_t""$CC" 1>&6
8078 echo "$ac_t""no" 1>&6
8083 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8086 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8087 echo "configure:8088: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8090 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8091 ac_cpp
='$CPP $CPPFLAGS'
8092 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8093 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8094 cross_compiling
=$ac_cv_prog_cc_cross
8096 cat > conftest.
$ac_ext << EOF
8098 #line 8099 "configure"
8099 #include "confdefs.h"
8103 if { (eval echo configure
:8104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8104 ac_cv_prog_cc_works
=yes
8105 # If we can't run a trivial program, we are probably using a cross compiler.
8106 if (.
/conftest
; exit) 2>/dev
/null
; then
8107 ac_cv_prog_cc_cross
=no
8109 ac_cv_prog_cc_cross
=yes
8112 echo "configure: failed program was:" >&5
8113 cat conftest.
$ac_ext >&5
8114 ac_cv_prog_cc_works
=no
8118 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8119 ac_cpp
='$CPP $CPPFLAGS'
8120 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8121 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8122 cross_compiling
=$ac_cv_prog_cc_cross
8124 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8125 if test $ac_cv_prog_cc_works = no
; then
8126 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8128 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8129 echo "configure:8130: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8130 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8131 cross_compiling
=$ac_cv_prog_cc_cross
8133 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8134 echo "configure:8135: checking whether we are using GNU C" >&5
8135 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8136 echo $ac_n "(cached) $ac_c" 1>&6
8138 cat > conftest.c
<<EOF
8143 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:8144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8150 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8152 if test $ac_cv_prog_gcc = yes; then
8158 ac_test_CFLAGS
="${CFLAGS+set}"
8159 ac_save_CFLAGS
="$CFLAGS"
8161 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8162 echo "configure:8163: checking whether ${CC-cc} accepts -g" >&5
8163 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8164 echo $ac_n "(cached) $ac_c" 1>&6
8166 echo 'void f(){}' > conftest.c
8167 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8176 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8177 if test "$ac_test_CFLAGS" = set; then
8178 CFLAGS
="$ac_save_CFLAGS"
8179 elif test $ac_cv_prog_cc_g = yes; then
8180 if test "$GCC" = yes; then
8186 if test "$GCC" = yes; then
8194 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
8196 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8197 echo "configure:8198: checking how to run the C preprocessor" >&5
8198 # On Suns, sometimes $CPP names a directory.
8199 if test -n "$CPP" && test -d "$CPP"; then
8202 if test -z "$CPP"; then
8203 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8204 echo $ac_n "(cached) $ac_c" 1>&6
8206 # This must be in double quotes, not single quotes, because CPP may get
8207 # substituted into the Makefile and "${CC-cc}" will confuse make.
8209 # On the NeXT, cc -E runs the code through the compiler's parser,
8210 # not just through cpp.
8211 cat > conftest.
$ac_ext <<EOF
8212 #line 8213 "configure"
8213 #include "confdefs.h"
8217 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8218 { (eval echo configure
:8219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8219 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8220 if test -z "$ac_err"; then
8224 echo "configure: failed program was:" >&5
8225 cat conftest.
$ac_ext >&5
8227 CPP
="${CC-cc} -E -traditional-cpp"
8228 cat > conftest.
$ac_ext <<EOF
8229 #line 8230 "configure"
8230 #include "confdefs.h"
8234 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8235 { (eval echo configure
:8236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8236 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8237 if test -z "$ac_err"; then
8241 echo "configure: failed program was:" >&5
8242 cat conftest.
$ac_ext >&5
8244 CPP
="${CC-cc} -nologo -E"
8245 cat > conftest.
$ac_ext <<EOF
8246 #line 8247 "configure"
8247 #include "confdefs.h"
8251 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8252 { (eval echo configure
:8253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8253 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8254 if test -z "$ac_err"; then
8258 echo "configure: failed program was:" >&5
8259 cat conftest.
$ac_ext >&5
8268 ac_cv_prog_CPP
="$CPP"
8270 CPP
="$ac_cv_prog_CPP"
8272 ac_cv_prog_CPP
="$CPP"
8274 echo "$ac_t""$CPP" 1>&6
8276 if test $ac_cv_prog_gcc = yes; then
8277 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8278 echo "configure:8279: checking whether ${CC-cc} needs -traditional" >&5
8279 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8280 echo $ac_n "(cached) $ac_c" 1>&6
8282 ac_pattern
="Autoconf.*'x'"
8283 cat > conftest.
$ac_ext <<EOF
8284 #line 8285 "configure"
8285 #include "confdefs.h"
8289 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8290 egrep "$ac_pattern" >/dev
/null
2>&1; then
8292 ac_cv_prog_gcc_traditional
=yes
8295 ac_cv_prog_gcc_traditional
=no
8300 if test $ac_cv_prog_gcc_traditional = no
; then
8301 cat > conftest.
$ac_ext <<EOF
8302 #line 8303 "configure"
8303 #include "confdefs.h"
8307 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8308 egrep "$ac_pattern" >/dev
/null
2>&1; then
8310 ac_cv_prog_gcc_traditional
=yes
8317 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8318 if test $ac_cv_prog_gcc_traditional = yes; then
8319 CC
="$CC -traditional"
8326 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8327 ac_cpp
='$CXXCPP $CPPFLAGS'
8328 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8329 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8330 cross_compiling
=$ac_cv_prog_cxx_cross
8333 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
8335 # Extract the first word of "$ac_prog", so it can be a program name with args.
8336 set dummy
$ac_prog; ac_word
=$2
8337 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8338 echo "configure:8339: checking for $ac_word" >&5
8339 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8340 echo $ac_n "(cached) $ac_c" 1>&6
8342 if test -n "$CXX"; then
8343 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
8345 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8347 for ac_dir
in $ac_dummy; do
8348 test -z "$ac_dir" && ac_dir
=.
8349 if test -f $ac_dir/$ac_word; then
8350 ac_cv_prog_CXX
="$ac_prog"
8357 CXX
="$ac_cv_prog_CXX"
8358 if test -n "$CXX"; then
8359 echo "$ac_t""$CXX" 1>&6
8361 echo "$ac_t""no" 1>&6
8364 test -n "$CXX" && break
8366 test -n "$CXX" || CXX
="gcc"
8369 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8370 echo "configure:8371: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
8373 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8374 ac_cpp
='$CXXCPP $CPPFLAGS'
8375 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8376 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8377 cross_compiling
=$ac_cv_prog_cxx_cross
8379 cat > conftest.
$ac_ext << EOF
8381 #line 8382 "configure"
8382 #include "confdefs.h"
8384 int main(){return(0);}
8386 if { (eval echo configure
:8387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8387 ac_cv_prog_cxx_works
=yes
8388 # If we can't run a trivial program, we are probably using a cross compiler.
8389 if (.
/conftest
; exit) 2>/dev
/null
; then
8390 ac_cv_prog_cxx_cross
=no
8392 ac_cv_prog_cxx_cross
=yes
8395 echo "configure: failed program was:" >&5
8396 cat conftest.
$ac_ext >&5
8397 ac_cv_prog_cxx_works
=no
8401 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8402 ac_cpp
='$CXXCPP $CPPFLAGS'
8403 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8404 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8405 cross_compiling
=$ac_cv_prog_cxx_cross
8407 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8408 if test $ac_cv_prog_cxx_works = no
; then
8409 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8411 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8412 echo "configure:8413: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
8413 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8414 cross_compiling
=$ac_cv_prog_cxx_cross
8416 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
8417 echo "configure:8418: checking whether we are using GNU C++" >&5
8418 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8419 echo $ac_n "(cached) $ac_c" 1>&6
8421 cat > conftest.C
<<EOF
8426 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:8427: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8433 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
8435 if test $ac_cv_prog_gxx = yes; then
8441 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
8442 ac_save_CXXFLAGS
="$CXXFLAGS"
8444 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
8445 echo "configure:8446: checking whether ${CXX-g++} accepts -g" >&5
8446 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8447 echo $ac_n "(cached) $ac_c" 1>&6
8449 echo 'void f(){}' > conftest.cc
8450 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
8451 ac_cv_prog_cxx_g
=yes
8459 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
8460 if test "$ac_test_CXXFLAGS" = set; then
8461 CXXFLAGS
="$ac_save_CXXFLAGS"
8462 elif test $ac_cv_prog_cxx_g = yes; then
8463 if test "$GXX" = yes; then
8469 if test "$GXX" = yes; then
8477 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
8480 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8481 ac_cpp
='$CPP $CPPFLAGS'
8482 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8483 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8484 cross_compiling
=$ac_cv_prog_cc_cross
8487 # Extract the first word of "ranlib", so it can be a program name with args.
8488 set dummy ranlib
; ac_word
=$2
8489 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8490 echo "configure:8491: checking for $ac_word" >&5
8491 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8492 echo $ac_n "(cached) $ac_c" 1>&6
8494 if test -n "$RANLIB"; then
8495 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
8497 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8499 for ac_dir
in $ac_dummy; do
8500 test -z "$ac_dir" && ac_dir
=.
8501 if test -f $ac_dir/$ac_word; then
8502 ac_cv_prog_RANLIB
="ranlib"
8507 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
8510 RANLIB
="$ac_cv_prog_RANLIB"
8511 if test -n "$RANLIB"; then
8512 echo "$ac_t""$RANLIB" 1>&6
8514 echo "$ac_t""no" 1>&6
8518 # Extract the first word of "ar", so it can be a program name with args.
8519 set dummy
ar; ac_word
=$2
8520 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8521 echo "configure:8522: checking for $ac_word" >&5
8522 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8523 echo $ac_n "(cached) $ac_c" 1>&6
8525 if test -n "$AR"; then
8526 ac_cv_prog_AR
="$AR" # Let the user override the test.
8528 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8530 for ac_dir
in $ac_dummy; do
8531 test -z "$ac_dir" && ac_dir
=.
8532 if test -f $ac_dir/$ac_word; then
8538 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
8542 if test -n "$AR"; then
8543 echo "$ac_t""$AR" 1>&6
8545 echo "$ac_t""no" 1>&6
8549 # Find a good install program. We prefer a C program (faster),
8550 # so one script is as good as another. But avoid the broken or
8551 # incompatible versions:
8552 # SysV /etc/install, /usr/sbin/install
8553 # SunOS /usr/etc/install
8554 # IRIX /sbin/install
8556 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8557 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8558 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8559 # ./install, which can be erroneously created by make from ./install.sh.
8560 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8561 echo "configure:8562: checking for a BSD compatible install" >&5
8562 if test -z "$INSTALL"; then
8563 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8564 echo $ac_n "(cached) $ac_c" 1>&6
8566 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
8567 for ac_dir
in $PATH; do
8568 # Account for people who put trailing slashes in PATH elements.
8570 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
8572 # OSF1 and SCO ODT 3.0 have their own names for install.
8573 # Don't use installbsd from OSF since it installs stuff as root
8575 for ac_prog
in ginstall scoinst
install; do
8576 if test -f $ac_dir/$ac_prog; then
8577 if test $ac_prog = install &&
8578 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
8579 # AIX install. It has an incompatible calling convention.
8582 ac_cv_path_install
="$ac_dir/$ac_prog -c"
8593 if test "${ac_cv_path_install+set}" = set; then
8594 INSTALL
="$ac_cv_path_install"
8596 # As a last resort, use the slow shell script. We don't cache a
8597 # path for INSTALL within a source directory, because that will
8598 # break other packages using the cache if that directory is
8599 # removed, or if the path is relative.
8600 INSTALL
="$ac_install_sh"
8603 echo "$ac_t""$INSTALL" 1>&6
8605 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8606 # It thinks the first close brace ends the variable substitution.
8607 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
8609 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
8611 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
8616 INSTALL_PROGRAM
="cp -fp"
8617 INSTALL_DATA
="cp -fp"
8623 # Extract the first word of "strip", so it can be a program name with args.
8624 set dummy strip
; ac_word
=$2
8625 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8626 echo "configure:8627: checking for $ac_word" >&5
8627 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8628 echo $ac_n "(cached) $ac_c" 1>&6
8630 if test -n "$STRIP"; then
8631 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
8633 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8635 for ac_dir
in $ac_dummy; do
8636 test -z "$ac_dir" && ac_dir
=.
8637 if test -f $ac_dir/$ac_word; then
8638 ac_cv_prog_STRIP
="strip"
8643 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
8646 STRIP
="$ac_cv_prog_STRIP"
8647 if test -n "$STRIP"; then
8648 echo "$ac_t""$STRIP" 1>&6
8650 echo "$ac_t""no" 1>&6
8654 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8655 echo "configure:8656: checking make for VPATH support" >&5
8656 cat - << EOF > confMake
8662 if test ! -d sub
; then
8665 echo dummy
> sub
/file
8666 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
8668 rm -f sub
/file check final_file confMake
8670 if test "$RESULT" = 0; then
8671 echo "$ac_t""yes" 1>&6
8673 echo "$ac_t""no" 1>&6
8674 { echo "configure: error:
8675 You need a make-utility that is able to use the variable
8677 If your version of make does not support VPATH correctly,
8678 please install GNU-make (possibly as gmake), and start
8679 configure with the following command:
8680 export MAKE=gmake; ./configure for sh-type shells
8681 setenv MAKE gmake; ./configure for csh-type shells
8682 Also please do remember to use gmake in this case every time
8683 you are trying to compile.
8687 for ac_prog
in 'bison -y' byacc
8689 # Extract the first word of "$ac_prog", so it can be a program name with args.
8690 set dummy
$ac_prog; ac_word
=$2
8691 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8692 echo "configure:8693: checking for $ac_word" >&5
8693 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8694 echo $ac_n "(cached) $ac_c" 1>&6
8696 if test -n "$YACC"; then
8697 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
8699 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8701 for ac_dir
in $ac_dummy; do
8702 test -z "$ac_dir" && ac_dir
=.
8703 if test -f $ac_dir/$ac_word; then
8704 ac_cv_prog_YACC
="$ac_prog"
8711 YACC
="$ac_cv_prog_YACC"
8712 if test -n "$YACC"; then
8713 echo "$ac_t""$YACC" 1>&6
8715 echo "$ac_t""no" 1>&6
8718 test -n "$YACC" && break
8720 test -n "$YACC" || YACC
="yacc"
8723 # Extract the first word of "flex", so it can be a program name with args.
8724 set dummy flex
; ac_word
=$2
8725 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8726 echo "configure:8727: checking for $ac_word" >&5
8727 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8728 echo $ac_n "(cached) $ac_c" 1>&6
8730 if test -n "$LEX"; then
8731 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
8733 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8735 for ac_dir
in $ac_dummy; do
8736 test -z "$ac_dir" && ac_dir
=.
8737 if test -f $ac_dir/$ac_word; then
8738 ac_cv_prog_LEX
="flex"
8743 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
8746 LEX
="$ac_cv_prog_LEX"
8747 if test -n "$LEX"; then
8748 echo "$ac_t""$LEX" 1>&6
8750 echo "$ac_t""no" 1>&6
8753 if test -z "$LEXLIB"
8759 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8760 echo "configure:8761: checking for yywrap in -l$ac_lib" >&5
8761 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8763 echo $ac_n "(cached) $ac_c" 1>&6
8765 ac_save_LIBS
="$LIBS"
8766 LIBS
="-l$ac_lib $LIBS"
8767 cat > conftest.
$ac_ext <<EOF
8768 #line 8769 "configure"
8769 #include "confdefs.h"
8770 /* Override any gcc2 internal prototype to avoid an error. */
8771 /* We use char because int might match the return type of a gcc2
8772 builtin and then its argument prototype would still apply. */
8779 if { (eval echo configure
:8780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8781 eval "ac_cv_lib_$ac_lib_var=yes"
8783 echo "configure: failed program was:" >&5
8784 cat conftest.
$ac_ext >&5
8786 eval "ac_cv_lib_$ac_lib_var=no"
8789 LIBS
="$ac_save_LIBS"
8792 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8793 echo "$ac_t""yes" 1>&6
8796 echo "$ac_t""no" 1>&6
8802 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8803 echo "configure:8804: checking whether ln -s works" >&5
8804 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8805 echo $ac_n "(cached) $ac_c" 1>&6
8808 if ln -s X conftestdata
2>/dev
/null
8811 ac_cv_prog_LN_S
="ln -s"
8816 LN_S
="$ac_cv_prog_LN_S"
8817 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8818 echo "$ac_t""yes" 1>&6
8820 echo "$ac_t""no" 1>&6
8826 /usr/local/include \
8828 /usr/Motif-1.2/include \
8829 /usr/Motif-2.1/include \
8831 /usr/include/Motif1.2 \
8832 /opt/xpm/include/X11 \
8833 /opt/GBxpm/include/ \
8834 /opt/GBxpm/X11/include/ \
8836 /usr/Motif1.2/include \
8838 /usr/openwin/include \
8842 /usr/X11R6/include \
8843 /usr/X11R6.4/include \
8844 /usr/X11R5/include \
8845 /usr/X11R4/include \
8847 /usr/include/X11R6 \
8848 /usr/include/X11R5 \
8849 /usr/include/X11R4 \
8851 /usr/local/X11R6/include \
8852 /usr/local/X11R5/include \
8853 /usr/local/X11R4/include \
8855 /usr/local/include/X11R6 \
8856 /usr/local/include/X11R5 \
8857 /usr/local/include/X11R4 \
8861 /usr/local/X11/include \
8862 /usr/local/include/X11 \
8866 /usr/XFree86/include/X11 \
8868 X:/XFree86/include \
8869 X:/XFree86/include/X11 \
8872 /usr/local/include/gtk \
8874 /usr/local/include/glib \
8877 /usr/local/include/qt \
8879 /usr/include/windows \
8881 /usr/local/include/wine \
8883 /usr/unsupported/include \
8884 /usr/athena/include \
8885 /usr/local/x11r5/include \
8886 /usr/lpp/Xamples/include \
8888 /usr/openwin/share/include \
8892 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8895 cat > confcache
<<\EOF
8896 # This file is a shell script that caches the results of configure
8897 # tests run on this system so they can be shared between configure
8898 # scripts and configure runs. It is not useful on other systems.
8899 # If it contains results you don't want to keep, you may remove or edit it.
8901 # By default, configure uses ./config.cache as the cache file,
8902 # creating it if it does not exist already. You can give configure
8903 # the --cache-file=FILE option to use a different cache file; that is
8904 # what configure does when it calls configure scripts in
8905 # subdirectories, so they share the cache.
8906 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8907 # config.status only pays attention to the cache file if you give it the
8908 # --recheck option to rerun configure.
8911 # The following way of writing the cache mishandles newlines in values,
8912 # but we know of no workaround that is simple, portable, and efficient.
8913 # So, don't put newlines in cache variables' values.
8914 # Ultrix sh set writes to stderr and can't be redirected directly,
8915 # and sets the high bit in the cache file unless we assign to the vars.
8917 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8919 # `set' does not quote correctly, so add quotes (double-quote substitution
8920 # turns \\\\ into \\, and sed turns \\ into \).
8922 -e "s/'/'\\\\''/g" \
8923 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8926 # `set' quotes correctly as required by POSIX, so do not add quotes.
8927 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8930 if cmp -s $cache_file confcache
; then
8933 if test -w $cache_file; then
8934 echo "updating cache $cache_file"
8935 cat confcache
> $cache_file
8937 echo "not updating unwritable cache $cache_file"
8946 if test "$wxUSE_REGEX" != "no"; then
8947 cat >> confdefs.h
<<\EOF
8948 #define wxUSE_REGEX 1
8952 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
8953 ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'`
8954 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
8955 echo "configure:8956: checking for regex.h" >&5
8956 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8957 echo $ac_n "(cached) $ac_c" 1>&6
8959 cat > conftest.
$ac_ext <<EOF
8960 #line 8961 "configure"
8961 #include "confdefs.h"
8964 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8965 { (eval echo configure
:8966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8966 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8967 if test -z "$ac_err"; then
8969 eval "ac_cv_header_$ac_safe=yes"
8972 echo "configure: failed program was:" >&5
8973 cat conftest.
$ac_ext >&5
8975 eval "ac_cv_header_$ac_safe=no"
8979 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8980 echo "$ac_t""yes" 1>&6
8981 for ac_func
in regcomp
8983 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8984 echo "configure:8985: checking for $ac_func" >&5
8985 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8986 echo $ac_n "(cached) $ac_c" 1>&6
8988 cat > conftest.
$ac_ext <<EOF
8989 #line 8990 "configure"
8990 #include "confdefs.h"
8991 /* System header to define __stub macros and hopefully few prototypes,
8992 which can conflict with char $ac_func(); below. */
8994 /* Override any gcc2 internal prototype to avoid an error. */
8995 /* We use char because int might match the return type of a gcc2
8996 builtin and then its argument prototype would still apply. */
9001 /* The GNU C library defines this for functions which it implements
9002 to always fail with ENOSYS. Some functions are actually named
9003 something starting with __ and the normal name is an alias. */
9004 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9012 if { (eval echo configure
:9013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9014 eval "ac_cv_func_$ac_func=yes"
9016 echo "configure: failed program was:" >&5
9017 cat conftest.
$ac_ext >&5
9019 eval "ac_cv_func_$ac_func=no"
9024 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9025 echo "$ac_t""yes" 1>&6
9026 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9027 cat >> confdefs.h
<<EOF
9028 #define $ac_tr_func 1
9032 echo "$ac_t""no" 1>&6
9037 echo "$ac_t""no" 1>&6
9041 if test "x$ac_cv_func_regcomp" != "xyes"; then
9042 if test "$wxUSE_REGEX" = "sys" ; then
9043 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9045 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
9053 if test "$wxUSE_REGEX" = "builtin" ; then
9054 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
9061 if test "$wxUSE_ZLIB" != "no" ; then
9062 cat >> confdefs.h
<<\EOF
9063 #define wxUSE_ZLIB 1
9067 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9068 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9069 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9070 echo "configure:9071: checking for zlib.h" >&5
9071 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9072 echo $ac_n "(cached) $ac_c" 1>&6
9074 cat > conftest.
$ac_ext <<EOF
9075 #line 9076 "configure"
9076 #include "confdefs.h"
9079 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9080 { (eval echo configure
:9081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9081 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9082 if test -z "$ac_err"; then
9084 eval "ac_cv_header_$ac_safe=yes"
9087 echo "configure: failed program was:" >&5
9088 cat conftest.
$ac_ext >&5
9090 eval "ac_cv_header_$ac_safe=no"
9094 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9095 echo "$ac_t""yes" 1>&6
9096 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9097 echo "configure:9098: checking for deflate in -lz" >&5
9098 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9099 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9100 echo $ac_n "(cached) $ac_c" 1>&6
9102 ac_save_LIBS
="$LIBS"
9104 cat > conftest.
$ac_ext <<EOF
9105 #line 9106 "configure"
9106 #include "confdefs.h"
9107 /* Override any gcc2 internal prototype to avoid an error. */
9108 /* We use char because int might match the return type of a gcc2
9109 builtin and then its argument prototype would still apply. */
9116 if { (eval echo configure
:9117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9118 eval "ac_cv_lib_$ac_lib_var=yes"
9120 echo "configure: failed program was:" >&5
9121 cat conftest.
$ac_ext >&5
9123 eval "ac_cv_lib_$ac_lib_var=no"
9126 LIBS
="$ac_save_LIBS"
9129 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9130 echo "$ac_t""yes" 1>&6
9133 echo "$ac_t""no" 1>&6
9137 echo "$ac_t""no" 1>&6
9141 if test "x$ZLIB_LINK" = "x" ; then
9142 if test "$wxUSE_ZLIB" = "sys" ; then
9143 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9145 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9153 if test "$wxUSE_ZLIB" = "builtin" ; then
9154 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
9161 if test "$wxUSE_LIBPNG" != "no" ; then
9162 cat >> confdefs.h
<<\EOF
9163 #define wxUSE_LIBPNG 1
9167 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9168 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9169 wxUSE_LIBPNG
=builtin
9172 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9173 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
9174 echo $ac_n "checking for png.h""... $ac_c" 1>&6
9175 echo "configure:9176: checking for png.h" >&5
9176 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9177 echo $ac_n "(cached) $ac_c" 1>&6
9179 cat > conftest.
$ac_ext <<EOF
9180 #line 9181 "configure"
9181 #include "confdefs.h"
9184 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9185 { (eval echo configure
:9186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9186 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9187 if test -z "$ac_err"; then
9189 eval "ac_cv_header_$ac_safe=yes"
9192 echo "configure: failed program was:" >&5
9193 cat conftest.
$ac_ext >&5
9195 eval "ac_cv_header_$ac_safe=no"
9199 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9200 echo "$ac_t""yes" 1>&6
9201 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9202 echo "configure:9203: checking for png_check_sig in -lpng" >&5
9203 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9204 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9205 echo $ac_n "(cached) $ac_c" 1>&6
9207 ac_save_LIBS
="$LIBS"
9208 LIBS
="-lpng -lz -lm $LIBS"
9209 cat > conftest.
$ac_ext <<EOF
9210 #line 9211 "configure"
9211 #include "confdefs.h"
9212 /* Override any gcc2 internal prototype to avoid an error. */
9213 /* We use char because int might match the return type of a gcc2
9214 builtin and then its argument prototype would still apply. */
9215 char png_check_sig();
9221 if { (eval echo configure
:9222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9223 eval "ac_cv_lib_$ac_lib_var=yes"
9225 echo "configure: failed program was:" >&5
9226 cat conftest.
$ac_ext >&5
9228 eval "ac_cv_lib_$ac_lib_var=no"
9231 LIBS
="$ac_save_LIBS"
9234 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9235 echo "$ac_t""yes" 1>&6
9238 echo "$ac_t""no" 1>&6
9243 echo "$ac_t""no" 1>&6
9247 if test "x$PNG_LINK" = "x" ; then
9248 if test "$wxUSE_LIBPNG" = "sys" ; then
9249 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9251 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9252 wxUSE_LIBPNG
=builtin
9259 if test "$wxUSE_LIBPNG" = "builtin" ; then
9260 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
9263 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
9269 if test "$wxUSE_LIBJPEG" != "no" ; then
9270 cat >> confdefs.h
<<\EOF
9271 #define wxUSE_LIBJPEG 1
9275 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9276 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9277 echo "configure:9278: checking for jpeglib.h" >&5
9278 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9279 echo $ac_n "(cached) $ac_c" 1>&6
9281 cat > conftest.
$ac_ext <<EOF
9282 #line 9283 "configure"
9283 #include "confdefs.h"
9285 #undef HAVE_STDLIB_H
9287 #include <jpeglib.h>
9294 if { (eval echo configure
:9295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9296 ac_cv_header_jpeglib_h
=yes
9298 echo "configure: failed program was:" >&5
9299 cat conftest.
$ac_ext >&5
9301 ac_cv_header_jpeglib_h
=no
9308 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9310 if test "$ac_cv_header_jpeglib_h" = "yes"; then
9311 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
9312 echo "configure:9313: checking for jpeg_read_header in -ljpeg" >&5
9313 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9314 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9315 echo $ac_n "(cached) $ac_c" 1>&6
9317 ac_save_LIBS
="$LIBS"
9319 cat > conftest.
$ac_ext <<EOF
9320 #line 9321 "configure"
9321 #include "confdefs.h"
9322 /* Override any gcc2 internal prototype to avoid an error. */
9323 /* We use char because int might match the return type of a gcc2
9324 builtin and then its argument prototype would still apply. */
9325 char jpeg_read_header();
9331 if { (eval echo configure
:9332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9333 eval "ac_cv_lib_$ac_lib_var=yes"
9335 echo "configure: failed program was:" >&5
9336 cat conftest.
$ac_ext >&5
9338 eval "ac_cv_lib_$ac_lib_var=no"
9341 LIBS
="$ac_save_LIBS"
9344 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9345 echo "$ac_t""yes" 1>&6
9348 echo "$ac_t""no" 1>&6
9353 if test "x$JPEG_LINK" = "x" ; then
9354 if test "$wxUSE_LIBJPEG" = "sys" ; then
9355 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
9357 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
9358 wxUSE_LIBJPEG
=builtin
9365 if test "$wxUSE_LIBJPEG" = "builtin" ; then
9366 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
9373 if test "$wxUSE_LIBTIFF" != "no" ; then
9374 cat >> confdefs.h
<<\EOF
9375 #define wxUSE_LIBTIFF 1
9379 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
9380 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
9381 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
9382 echo "configure:9383: checking for tiffio.h" >&5
9383 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9384 echo $ac_n "(cached) $ac_c" 1>&6
9386 cat > conftest.
$ac_ext <<EOF
9387 #line 9388 "configure"
9388 #include "confdefs.h"
9391 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9392 { (eval echo configure
:9393: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9393 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9394 if test -z "$ac_err"; then
9396 eval "ac_cv_header_$ac_safe=yes"
9399 echo "configure: failed program was:" >&5
9400 cat conftest.
$ac_ext >&5
9402 eval "ac_cv_header_$ac_safe=no"
9406 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9407 echo "$ac_t""yes" 1>&6
9408 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
9409 echo "configure:9410: checking for TIFFError in -ltiff" >&5
9410 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
9411 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9412 echo $ac_n "(cached) $ac_c" 1>&6
9414 ac_save_LIBS
="$LIBS"
9415 LIBS
="-ltiff -lm $LIBS"
9416 cat > conftest.
$ac_ext <<EOF
9417 #line 9418 "configure"
9418 #include "confdefs.h"
9419 /* Override any gcc2 internal prototype to avoid an error. */
9420 /* We use char because int might match the return type of a gcc2
9421 builtin and then its argument prototype would still apply. */
9428 if { (eval echo configure
:9429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9430 eval "ac_cv_lib_$ac_lib_var=yes"
9432 echo "configure: failed program was:" >&5
9433 cat conftest.
$ac_ext >&5
9435 eval "ac_cv_lib_$ac_lib_var=no"
9438 LIBS
="$ac_save_LIBS"
9441 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9442 echo "$ac_t""yes" 1>&6
9445 echo "$ac_t""no" 1>&6
9450 echo "$ac_t""no" 1>&6
9454 if test "x$TIFF_LINK" = "x" ; then
9455 if test "$wxUSE_LIBTIFF" = "sys" ; then
9456 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
9458 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
9459 wxUSE_LIBTIFF
=builtin
9466 if test "$wxUSE_LIBTIFF" = "builtin" ; then
9467 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
9474 if test "$wxUSE_FREETYPE" != "no" ; then
9475 cat >> confdefs.h
<<\EOF
9476 #define wxUSE_FREETYPE 1
9480 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
9481 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
9482 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
9483 echo "configure:9484: checking for freetype.h" >&5
9484 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9485 echo $ac_n "(cached) $ac_c" 1>&6
9487 cat > conftest.
$ac_ext <<EOF
9488 #line 9489 "configure"
9489 #include "confdefs.h"
9490 #include <freetype.h>
9492 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9493 { (eval echo configure
:9494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9494 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9495 if test -z "$ac_err"; then
9497 eval "ac_cv_header_$ac_safe=yes"
9500 echo "configure: failed program was:" >&5
9501 cat conftest.
$ac_ext >&5
9503 eval "ac_cv_header_$ac_safe=no"
9507 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9508 echo "$ac_t""yes" 1>&6
9509 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
9510 echo "configure:9511: checking for FT_Render_Glyph in -lfreetype" >&5
9511 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
9512 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9513 echo $ac_n "(cached) $ac_c" 1>&6
9515 ac_save_LIBS
="$LIBS"
9516 LIBS
="-lfreetype -lm $LIBS"
9517 cat > conftest.
$ac_ext <<EOF
9518 #line 9519 "configure"
9519 #include "confdefs.h"
9520 /* Override any gcc2 internal prototype to avoid an error. */
9521 /* We use char because int might match the return type of a gcc2
9522 builtin and then its argument prototype would still apply. */
9523 char FT_Render_Glyph();
9529 if { (eval echo configure
:9530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9531 eval "ac_cv_lib_$ac_lib_var=yes"
9533 echo "configure: failed program was:" >&5
9534 cat conftest.
$ac_ext >&5
9536 eval "ac_cv_lib_$ac_lib_var=no"
9539 LIBS
="$ac_save_LIBS"
9542 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9543 echo "$ac_t""yes" 1>&6
9544 FREETYPE_LINK
=" -lfreetype"
9546 echo "$ac_t""no" 1>&6
9551 echo "$ac_t""no" 1>&6
9555 if test "x$FREETYPE_LINK" = "x" ; then
9556 if test "$wxUSE_FREETYPE" = "sys" ; then
9557 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; }
9559 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
9560 wxUSE_FREETYPE
=builtin
9567 if test "$wxUSE_FREETYPE" = "builtin" ; then
9568 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
9579 if test "$USE_WIN32" = 1 ; then
9580 for ac_hdr
in w32api.h
9582 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9583 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9584 echo "configure:9585: checking for $ac_hdr" >&5
9585 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9586 echo $ac_n "(cached) $ac_c" 1>&6
9588 cat > conftest.
$ac_ext <<EOF
9589 #line 9590 "configure"
9590 #include "confdefs.h"
9593 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9594 { (eval echo configure
:9595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9595 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9596 if test -z "$ac_err"; then
9598 eval "ac_cv_header_$ac_safe=yes"
9601 echo "configure: failed program was:" >&5
9602 cat conftest.
$ac_ext >&5
9604 eval "ac_cv_header_$ac_safe=no"
9608 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9609 echo "$ac_t""yes" 1>&6
9610 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9611 cat >> confdefs.h
<<EOF
9612 #define $ac_tr_hdr 1
9616 echo "$ac_t""no" 1>&6
9620 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
9621 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9622 echo "configure:9623: checking for windows.h" >&5
9623 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9624 echo $ac_n "(cached) $ac_c" 1>&6
9626 cat > conftest.
$ac_ext <<EOF
9627 #line 9628 "configure"
9628 #include "confdefs.h"
9629 #include <windows.h>
9631 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9632 { (eval echo configure
:9633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9633 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9634 if test -z "$ac_err"; then
9636 eval "ac_cv_header_$ac_safe=yes"
9639 echo "configure: failed program was:" >&5
9640 cat conftest.
$ac_ext >&5
9642 eval "ac_cv_header_$ac_safe=no"
9646 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9647 echo "$ac_t""yes" 1>&6
9650 echo "$ac_t""no" 1>&6
9652 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9657 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
9658 echo "configure:9659: checking if w32api has good enough MSIE support" >&5
9659 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
9660 echo $ac_n "(cached) $ac_c" 1>&6
9663 cat > conftest.
$ac_ext <<EOF
9664 #line 9665 "configure"
9665 #include "confdefs.h"
9669 #define wxCHECK_W32API_VERSION( major, minor ) \
9670 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
9671 && ( ( __W32API_MAJOR_VERSION > (major) ) \
9672 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
9674 #if !wxCHECK_W32API_VERSION(1,1)
9675 #error You need w32api 1.1 or newer
9680 if { (eval echo configure
:9681: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9683 wx_cv_w32api_win32_ie
=yes
9686 echo "configure: failed program was:" >&5
9687 cat conftest.
$ac_ext >&5
9690 wx_cv_w32api_win32_ie
=no
9697 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
9698 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
9699 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
9702 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9706 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9707 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
9710 if test "$wxUSE_ODBC" = "yes" ; then
9711 LIBS
=" -lodbc32 -lole32 -loleaut32$LIBS"
9714 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9715 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
9718 if test "$wxUSE_GUI" = "yes"; then
9727 if test "$wxUSE_MSW" = 1 ; then
9733 LDFLAGS
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
9737 if test "$wxUSE_GTK" = 1; then
9738 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9739 echo "configure:9740: checking for GTK+ version" >&5
9741 gtk_version_cached
=1
9742 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9743 echo $ac_n "(cached) $ac_c" 1>&6
9746 gtk_version_cached
=0
9750 if test "x$wxUSE_GTK2" = "xyes"; then
9751 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9752 if test "${with_gtk_prefix+set}" = set; then
9753 withval
="$with_gtk_prefix"
9754 gtk_config_prefix
="$withval"
9756 gtk_config_prefix
=""
9759 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9760 if test "${with_gtk_exec_prefix+set}" = set; then
9761 withval
="$with_gtk_exec_prefix"
9762 gtk_config_exec_prefix
="$withval"
9764 gtk_config_exec_prefix
=""
9767 # Check whether --enable-gtktest or --disable-gtktest was given.
9768 if test "${enable_gtktest+set}" = set; then
9769 enableval
="$enable_gtktest"
9780 gtk_config_args
="$gtk_config_args gthread"
9785 if test x
$gtk_config_exec_prefix != x
; then
9786 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9787 if test x
${GTK_CONFIG_2_0+set} != xset
; then
9788 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
9791 if test x
$gtk_config_prefix != x
; then
9792 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
9793 if test x
${GTK_CONFIG_2_0+set} != xset
; then
9794 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
9798 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9799 set dummy gtk
-config-2.0
; ac_word
=$2
9800 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9801 echo "configure:9802: checking for $ac_word" >&5
9802 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9803 echo $ac_n "(cached) $ac_c" 1>&6
9805 case "$GTK_CONFIG_2_0" in
9807 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9810 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9813 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9815 for ac_dir
in $ac_dummy; do
9816 test -z "$ac_dir" && ac_dir
=.
9817 if test -f $ac_dir/$ac_word; then
9818 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
9823 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
9827 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
9828 if test -n "$GTK_CONFIG_2_0"; then
9829 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
9831 echo "$ac_t""no" 1>&6
9834 min_gtk_version
=1.3.1
9835 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9836 echo "configure:9837: checking for GTK - version >= $min_gtk_version" >&5
9838 if test "$GTK_CONFIG_2_0" = "no" ; then
9841 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9842 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9843 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9844 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9845 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9846 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9847 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9848 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9849 if test "x$enable_gtktest" = "xyes" ; then
9850 ac_save_CFLAGS
="$CFLAGS"
9851 ac_save_LIBS
="$LIBS"
9852 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9853 LIBS
="$GTK_LIBS $LIBS"
9855 if test "$cross_compiling" = yes; then
9856 echo $ac_n "cross compiling; assumed OK... $ac_c"
9858 cat > conftest.
$ac_ext <<EOF
9859 #line 9860 "configure"
9860 #include "confdefs.h"
9862 #include <gtk/gtk.h>
9869 int major, minor, micro;
9872 system ("touch conf.gtktest");
9874 /* HP/UX 9 (%@#!) writes to sscanf strings */
9875 tmp_version = g_strdup("$min_gtk_version");
9876 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
9877 printf("%s, bad version string\n", "$min_gtk_version");
9881 if ((gtk_major_version != $gtk_config_major_version) ||
9882 (gtk_minor_version != $gtk_config_minor_version) ||
9883 (gtk_micro_version != $gtk_config_micro_version))
9885 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
9886 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9887 gtk_major_version, gtk_minor_version, gtk_micro_version);
9888 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9889 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9890 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9891 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9892 printf("*** required on your system.\n");
9893 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9894 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9895 printf("*** before re-running configure\n");
9897 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9898 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
9899 (gtk_minor_version != GTK_MINOR_VERSION) ||
9900 (gtk_micro_version != GTK_MICRO_VERSION))
9902 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
9903 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
9904 printf("*** library (version %d.%d.%d)\n",
9905 gtk_major_version, gtk_minor_version, gtk_micro_version);
9907 #endif /* defined (GTK_MAJOR_VERSION) ... */
9910 if ((gtk_major_version > major) ||
9911 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9912 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9918 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9919 gtk_major_version, gtk_minor_version, gtk_micro_version);
9920 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
9921 major, minor, micro);
9922 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9924 printf("*** If you have already installed a sufficiently new version, this error\n");
9925 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9926 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9927 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9928 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9929 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9930 printf("*** so that the correct libraries are found at run-time))\n");
9937 if { (eval echo configure
:9938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9941 echo "configure: failed program was:" >&5
9942 cat conftest.
$ac_ext >&5
9949 CFLAGS
="$ac_save_CFLAGS"
9950 LIBS
="$ac_save_LIBS"
9953 if test "x$no_gtk" = x
; then
9954 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
9957 echo "$ac_t""no" 1>&6
9958 if test "$GTK_CONFIG_2_0" = "no" ; then
9959 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9960 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9961 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9962 echo "*** full path to gtk-config-2.0."
9964 if test -f conf.gtktest
; then
9967 echo "*** Could not run GTK test program, checking why..."
9968 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9969 LIBS
="$LIBS $GTK_LIBS"
9970 cat > conftest.
$ac_ext <<EOF
9971 #line 9972 "configure"
9972 #include "confdefs.h"
9974 #include <gtk/gtk.h>
9978 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9981 if { (eval echo configure
:9982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9983 echo "*** The test program compiled, but did not run. This usually means"
9984 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9985 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9986 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9987 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9988 echo "*** is required on your system"
9990 echo "*** If you have an old version installed, it is best to remove it, although"
9991 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9993 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9994 echo "*** came with the system with the command"
9996 echo "*** rpm --erase --nodeps gtk gtk-devel"
9998 echo "configure: failed program was:" >&5
9999 cat conftest.
$ac_ext >&5
10001 echo "*** The test program failed to compile or link. See the file config.log for the"
10002 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10003 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
10004 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
10007 CFLAGS
="$ac_save_CFLAGS"
10008 LIBS
="$ac_save_LIBS"
10021 if test -z "$wx_cv_lib_gtk"; then
10023 if test x
$gtk_config_exec_prefix != x
; then
10024 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10025 if test x
${GTK_CONFIG+set} != xset
; then
10026 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
10029 if test x
$gtk_config_prefix != x
; then
10030 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
10031 if test x
${GTK_CONFIG+set} != xset
; then
10032 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
10036 # Extract the first word of "gtk-config", so it can be a program name with args.
10037 set dummy gtk
-config; ac_word
=$2
10038 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10039 echo "configure:10040: checking for $ac_word" >&5
10040 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10041 echo $ac_n "(cached) $ac_c" 1>&6
10043 case "$GTK_CONFIG" in
10045 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
10048 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
10051 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
10053 for ac_dir
in $ac_dummy; do
10054 test -z "$ac_dir" && ac_dir
=.
10055 if test -f $ac_dir/$ac_word; then
10056 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
10061 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
10065 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
10066 if test -n "$GTK_CONFIG"; then
10067 echo "$ac_t""$GTK_CONFIG" 1>&6
10069 echo "$ac_t""no" 1>&6
10072 min_gtk_version
=1.2.7
10073 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10074 echo "configure:10075: checking for GTK - version >= $min_gtk_version" >&5
10076 if test "$GTK_CONFIG" != "no" ; then
10077 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
10078 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
10079 ac_save_CFLAGS
="$CFLAGS"
10080 ac_save_LIBS
="$LIBS"
10081 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10082 LIBS
="$LIBS $GTK_LIBS"
10083 if test "$cross_compiling" = yes; then
10084 echo $ac_n "cross compiling; assumed OK... $ac_c"
10086 cat > conftest.
$ac_ext <<EOF
10087 #line 10088 "configure"
10088 #include "confdefs.h"
10090 #include <gtk/gtk.h>
10091 #include <gtk/gtkfeatures.h>
10093 #include <stdlib.h>
10098 int major, minor, micro;
10100 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
10101 printf("%s, bad version string\n", "$min_gtk_version");
10105 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10106 (GTK_MINOR_VERSION != gtk_minor_version) ||
10107 (GTK_MICRO_VERSION != gtk_micro_version)) {
10108 printf("Headers vs. library version mismatch!\n");
10112 if (gtk_minor_version == 1) return FALSE;
10114 return !((gtk_major_version > major) ||
10115 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10116 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10120 if { (eval echo configure
:10121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10124 echo "configure: failed program was:" >&5
10125 cat conftest.
$ac_ext >&5
10132 CFLAGS
="$ac_save_CFLAGS"
10133 LIBS
="$ac_save_LIBS"
10137 if test "x$no_gtk" = x
; then
10138 echo "$ac_t""yes" 1>&6
10139 wx_cv_lib_gtk
=1.2.7
10141 echo "$ac_t""no" 1>&6
10151 if test -z "$wx_cv_lib_gtk"; then
10153 if test x
$gtk_config_exec_prefix != x
; then
10154 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10155 if test x
${GTK_CONFIG+set} != xset
; then
10156 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
10159 if test x
$gtk_config_prefix != x
; then
10160 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
10161 if test x
${GTK_CONFIG+set} != xset
; then
10162 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
10166 # Extract the first word of "gtk-config", so it can be a program name with args.
10167 set dummy gtk
-config; ac_word
=$2
10168 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10169 echo "configure:10170: checking for $ac_word" >&5
10170 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10171 echo $ac_n "(cached) $ac_c" 1>&6
10173 case "$GTK_CONFIG" in
10175 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
10178 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
10181 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
10183 for ac_dir
in $ac_dummy; do
10184 test -z "$ac_dir" && ac_dir
=.
10185 if test -f $ac_dir/$ac_word; then
10186 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
10191 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
10195 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
10196 if test -n "$GTK_CONFIG"; then
10197 echo "$ac_t""$GTK_CONFIG" 1>&6
10199 echo "$ac_t""no" 1>&6
10202 min_gtk_version
=1.2.3
10203 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10204 echo "configure:10205: checking for GTK - version >= $min_gtk_version" >&5
10206 if test "$GTK_CONFIG" != "no" ; then
10207 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
10208 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
10209 ac_save_CFLAGS
="$CFLAGS"
10210 ac_save_LIBS
="$LIBS"
10211 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10212 LIBS
="$LIBS $GTK_LIBS"
10213 if test "$cross_compiling" = yes; then
10214 echo $ac_n "cross compiling; assumed OK... $ac_c"
10216 cat > conftest.
$ac_ext <<EOF
10217 #line 10218 "configure"
10218 #include "confdefs.h"
10220 #include <gtk/gtk.h>
10221 #include <gtk/gtkfeatures.h>
10223 #include <stdlib.h>
10228 int major, minor, micro;
10230 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
10231 printf("%s, bad version string\n", "$min_gtk_version");
10235 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10236 (GTK_MINOR_VERSION != gtk_minor_version) ||
10237 (GTK_MICRO_VERSION != gtk_micro_version)) {
10238 printf("Headers vs. library version mismatch!\n");
10242 if (gtk_minor_version == 1) return FALSE;
10244 return !((gtk_major_version > major) ||
10245 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10246 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10250 if { (eval echo configure
:10251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10254 echo "configure: failed program was:" >&5
10255 cat conftest.
$ac_ext >&5
10262 CFLAGS
="$ac_save_CFLAGS"
10263 LIBS
="$ac_save_LIBS"
10267 if test "x$no_gtk" = x
; then
10268 echo "$ac_t""yes" 1>&6
10269 wx_cv_lib_gtk
=1.2.3
10271 echo "$ac_t""no" 1>&6
10281 if test -z "$wx_cv_lib_gtk"; then
10284 wx_cv_cflags_gtk
=$GTK_CFLAGS
10285 wx_cv_libs_gtk
=$GTK_LIBS
10292 if test "$gtk_version_cached" = 1; then
10293 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
10296 case "$wx_cv_lib_gtk" in
10304 *) { echo "configure: error:
10305 Please check that gtk-config is in path, the directory
10306 where GTK+ libraries are installed (returned by
10307 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
10308 equivalent variable and GTK+ is version 1.2.3 or above.
10313 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
10314 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
10316 AFMINSTALL
=afminstall
10320 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
10321 echo "configure:10322: checking for gdk_im_open in -lgdk" >&5
10322 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
10323 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10324 echo $ac_n "(cached) $ac_c" 1>&6
10326 ac_save_LIBS
="$LIBS"
10328 cat > conftest.
$ac_ext <<EOF
10329 #line 10330 "configure"
10330 #include "confdefs.h"
10331 /* Override any gcc2 internal prototype to avoid an error. */
10332 /* We use char because int might match the return type of a gcc2
10333 builtin and then its argument prototype would still apply. */
10334 char gdk_im_open();
10340 if { (eval echo configure
:10341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10342 eval "ac_cv_lib_$ac_lib_var=yes"
10344 echo "configure: failed program was:" >&5
10345 cat conftest.
$ac_ext >&5
10347 eval "ac_cv_lib_$ac_lib_var=no"
10350 LIBS
="$ac_save_LIBS"
10353 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10354 echo "$ac_t""yes" 1>&6
10355 cat >> confdefs.h
<<\EOF
10360 echo "$ac_t""no" 1>&6
10365 if test "$wxUSE_MGL" = 1; then
10367 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
10368 echo "configure:10369: checking for SciTech MGL library" >&5
10369 if test "x$MGL_ROOT" = x
; then
10370 echo "$ac_t""not found" 1>&6
10371 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
10373 echo "$ac_t""$MGL_ROOT" 1>&6
10376 mgl_os
=linux
/gcc
/glibc
10379 if test "$wxUSE_DEBUG_FLAG" = yes ; then
10380 if test -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.a
-o \
10381 -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.so
; then
10385 if test "x$mgl_lib_type" = x
; then
10386 if test -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.a
-o \
10387 -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.so
; then
10388 mgl_lib_type
=release
10390 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
10394 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
10395 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
10397 AFMINSTALL
=afminstall
10402 if test "$wxUSE_WINE" = 1; then
10403 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
10404 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10405 echo "configure:10406: checking for windows.h" >&5
10406 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10407 echo $ac_n "(cached) $ac_c" 1>&6
10409 cat > conftest.
$ac_ext <<EOF
10410 #line 10411 "configure"
10411 #include "confdefs.h"
10412 #include <windows.h>
10414 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10415 { (eval echo configure
:10416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10416 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10417 if test -z "$ac_err"; then
10419 eval "ac_cv_header_$ac_safe=yes"
10422 echo "configure: failed program was:" >&5
10423 cat conftest.
$ac_ext >&5
10425 eval "ac_cv_header_$ac_safe=no"
10429 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10430 echo "$ac_t""yes" 1>&6
10433 echo "$ac_t""no" 1>&6
10435 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10441 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10442 echo "configure:10443: checking for Xpm library" >&5
10445 for ac_dir
in $SEARCH_LIB;
10447 for ac_extension
in a so sl dylib
; do
10448 if test -f "$ac_dir/libXpm.$ac_extension"; then
10449 ac_find_libraries
=$ac_dir
10455 if test "$ac_find_libraries" != "" ; then
10456 GUI_TK_LIBRARY
="-L$ac_find_libraries"
10458 cat >> confdefs.h
<<\EOF
10459 #define wxHAVE_LIB_XPM 1
10462 echo "$ac_t""found at $ac_find_libraries" 1>&6
10464 echo "$ac_t""no" 1>&6
10465 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10469 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
10470 echo "configure:10471: checking for Mesa library" >&5
10473 for ac_dir
in $SEARCH_LIB;
10475 for ac_extension
in a so sl dylib
; do
10476 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
10477 ac_find_libraries
=$ac_dir
10483 if test "$ac_find_libraries" != "" ; then
10484 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
10485 mesa_link
=" -lMesaGL"
10486 echo "$ac_t""found at $ac_find_libraries" 1>&6
10488 { echo "configure: error: no" 1>&2; exit 1; }
10491 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
10494 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXWINE__"
10497 if test "$wxUSE_MOTIF" = 1; then
10498 # If we find X, set shell vars x_includes and x_libraries to the
10499 # paths, otherwise set no_x=yes.
10500 # Uses ac_ vars as temps to allow command line to override cache and checks.
10501 # --without-x overrides everything else, but does not touch the cache.
10502 echo $ac_n "checking for X""... $ac_c" 1>&6
10503 echo "configure:10504: checking for X" >&5
10505 # Check whether --with-x or --without-x was given.
10506 if test "${with_x+set}" = set; then
10511 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10512 if test "x$with_x" = xno
; then
10513 # The user explicitly disabled X.
10516 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
10517 # Both variables are already set.
10520 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
10521 echo $ac_n "(cached) $ac_c" 1>&6
10523 # One or both of the vars are not set, and there is no cached value.
10524 ac_x_includes
=NO ac_x_libraries
=NO
10526 if mkdir conftestdir
; then
10528 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
10529 cat > Imakefile
<<'EOF'
10531 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
10533 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10534 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10535 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
10536 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10537 for ac_extension
in a so sl
; do
10538 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
10539 test -f $ac_im_libdir/libX11.
$ac_extension; then
10540 ac_im_usrlibdir
=$ac_im_libdir; break
10543 # Screen out bogus values from the imake configuration. They are
10544 # bogus both because they are the default anyway, and because
10545 # using them would break gcc on systems where it needs fixed includes.
10546 case "$ac_im_incroot" in
10548 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
10550 case "$ac_im_usrlibdir" in
10551 /usr
/lib
| /lib
) ;;
10552 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
10559 if test "$ac_x_includes" = NO
; then
10560 # Guess where to find include files, by looking for this one X11 .h file.
10561 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
10563 # First, try using that file with no special directory specified.
10564 cat > conftest.
$ac_ext <<EOF
10565 #line 10566 "configure"
10566 #include "confdefs.h"
10567 #include <$x_direct_test_include>
10569 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10570 { (eval echo configure
:10571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10571 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10572 if test -z "$ac_err"; then
10574 # We can compile using X headers with no special include directory.
10578 echo "configure: failed program was:" >&5
10579 cat conftest.
$ac_ext >&5
10581 # Look for the header file in a standard set of common directories.
10582 # Check X11 before X11Rn because it is often a symlink to the current release.
10585 /usr
/X
11R
6/include \
10586 /usr
/X
11R
5/include \
10587 /usr
/X
11R
4/include \
10590 /usr
/include
/X11R6 \
10591 /usr
/include
/X11R5 \
10592 /usr
/include
/X11R4 \
10594 /usr
/local
/X
11/include \
10595 /usr
/local
/X
11R
6/include \
10596 /usr
/local
/X
11R
5/include \
10597 /usr
/local
/X
11R
4/include \
10599 /usr
/local
/include
/X11 \
10600 /usr
/local
/include
/X11R6 \
10601 /usr
/local
/include
/X11R5 \
10602 /usr
/local
/include
/X11R4 \
10604 /usr
/X
386/include \
10605 /usr
/x
386/include \
10606 /usr
/XFree
86/include
/X11 \
10609 /usr
/local
/include \
10610 /usr
/unsupported
/include \
10611 /usr
/athena
/include \
10612 /usr
/local
/x
11r
5/include \
10613 /usr
/lpp
/Xamples
/include \
10615 /usr
/openwin
/include \
10616 /usr
/openwin
/share
/include \
10619 if test -r "$ac_dir/$x_direct_test_include"; then
10620 ac_x_includes
=$ac_dir
10626 fi # $ac_x_includes = NO
10628 if test "$ac_x_libraries" = NO
; then
10629 # Check for the libraries.
10631 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
10632 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
10634 # See if we find them without any special options.
10635 # Don't add to $LIBS permanently.
10636 ac_save_LIBS
="$LIBS"
10637 LIBS
="-l$x_direct_test_library $LIBS"
10638 cat > conftest.
$ac_ext <<EOF
10639 #line 10640 "configure"
10640 #include "confdefs.h"
10643 ${x_direct_test_function}()
10646 if { (eval echo configure
:10647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10648 LIBS
="$ac_save_LIBS"
10649 # We can link X programs with no special library path.
10652 echo "configure: failed program was:" >&5
10653 cat conftest.
$ac_ext >&5
10655 LIBS
="$ac_save_LIBS"
10656 # First see if replacing the include by lib works.
10657 # Check X11 before X11Rn because it is often a symlink to the current release.
10658 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
10669 /usr
/local
/X
11/lib \
10670 /usr
/local
/X
11R
6/lib \
10671 /usr
/local
/X
11R
5/lib \
10672 /usr
/local
/X
11R
4/lib \
10674 /usr
/local
/lib
/X11 \
10675 /usr
/local
/lib
/X11R6 \
10676 /usr
/local
/lib
/X11R5 \
10677 /usr
/local
/lib
/X11R4 \
10681 /usr
/XFree
86/lib
/X11 \
10685 /usr
/unsupported
/lib \
10687 /usr
/local
/x
11r
5/lib \
10688 /usr
/lpp
/Xamples
/lib \
10692 /usr
/openwin
/share
/lib \
10695 for ac_extension
in a so sl
; do
10696 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
10697 ac_x_libraries
=$ac_dir
10704 fi # $ac_x_libraries = NO
10706 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
10707 # Didn't find X anywhere. Cache the known absence of X.
10708 ac_cv_have_x
="have_x=no"
10710 # Record where we found X for the cache.
10711 ac_cv_have_x
="have_x=yes \
10712 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10716 eval "$ac_cv_have_x"
10719 if test "$have_x" != yes; then
10720 echo "$ac_t""$have_x" 1>&6
10723 # If each of the values was on the command line, it overrides each guess.
10724 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10725 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10726 # Update the cache value to reflect the command line values.
10727 ac_cv_have_x
="have_x=yes \
10728 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
10729 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
10732 if test "$no_x" = yes; then
10733 # Not all programs may use this symbol, but it does not hurt to define it.
10734 cat >> confdefs.h
<<\EOF
10735 #define X_DISPLAY_MISSING 1
10738 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10740 if test -n "$x_includes"; then
10741 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10744 # It would also be nice to do this for all -L options, not just this one.
10745 if test -n "$x_libraries"; then
10746 X_LIBS
="$X_LIBS -L$x_libraries"
10747 # For Solaris; some versions of Sun CC require a space after -R and
10748 # others require no space. Words are not sufficient . . . .
10749 case "`(uname -sr) 2>/dev/null`" in
10751 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
10752 echo "configure:10753: checking whether -R must be followed by a space" >&5
10753 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
10754 cat > conftest.
$ac_ext <<EOF
10755 #line 10756 "configure"
10756 #include "confdefs.h"
10762 if { (eval echo configure
:10763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10766 echo "configure: failed program was:" >&5
10767 cat conftest.
$ac_ext >&5
10772 if test $ac_R_nospace = yes; then
10773 echo "$ac_t""no" 1>&6
10774 X_LIBS
="$X_LIBS -R$x_libraries"
10776 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10777 cat > conftest.
$ac_ext <<EOF
10778 #line 10779 "configure"
10779 #include "confdefs.h"
10785 if { (eval echo configure
:10786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10789 echo "configure: failed program was:" >&5
10790 cat conftest.
$ac_ext >&5
10795 if test $ac_R_space = yes; then
10796 echo "$ac_t""yes" 1>&6
10797 X_LIBS
="$X_LIBS -R $x_libraries"
10799 echo "$ac_t""neither works" 1>&6
10802 LIBS
="$ac_xsave_LIBS"
10806 # Check for system-dependent libraries X programs must link with.
10807 # Do this before checking for the system-independent R6 libraries
10808 # (-lICE), since we may need -lsocket or whatever for X linking.
10810 if test "$ISC" = yes; then
10811 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
10813 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10814 # libraries were built with DECnet support. And karl@cs.umb.edu says
10815 # the Alpha needs dnet_stub (dnet does not exist).
10816 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
10817 echo "configure:10818: checking for dnet_ntoa in -ldnet" >&5
10818 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10819 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10820 echo $ac_n "(cached) $ac_c" 1>&6
10822 ac_save_LIBS
="$LIBS"
10823 LIBS
="-ldnet $LIBS"
10824 cat > conftest.
$ac_ext <<EOF
10825 #line 10826 "configure"
10826 #include "confdefs.h"
10827 /* Override any gcc2 internal prototype to avoid an error. */
10828 /* We use char because int might match the return type of a gcc2
10829 builtin and then its argument prototype would still apply. */
10836 if { (eval echo configure
:10837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10838 eval "ac_cv_lib_$ac_lib_var=yes"
10840 echo "configure: failed program was:" >&5
10841 cat conftest.
$ac_ext >&5
10843 eval "ac_cv_lib_$ac_lib_var=no"
10846 LIBS
="$ac_save_LIBS"
10849 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10850 echo "$ac_t""yes" 1>&6
10851 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
10853 echo "$ac_t""no" 1>&6
10856 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
10857 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
10858 echo "configure:10859: checking for dnet_ntoa in -ldnet_stub" >&5
10859 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10860 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10861 echo $ac_n "(cached) $ac_c" 1>&6
10863 ac_save_LIBS
="$LIBS"
10864 LIBS
="-ldnet_stub $LIBS"
10865 cat > conftest.
$ac_ext <<EOF
10866 #line 10867 "configure"
10867 #include "confdefs.h"
10868 /* Override any gcc2 internal prototype to avoid an error. */
10869 /* We use char because int might match the return type of a gcc2
10870 builtin and then its argument prototype would still apply. */
10877 if { (eval echo configure
:10878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10879 eval "ac_cv_lib_$ac_lib_var=yes"
10881 echo "configure: failed program was:" >&5
10882 cat conftest.
$ac_ext >&5
10884 eval "ac_cv_lib_$ac_lib_var=no"
10887 LIBS
="$ac_save_LIBS"
10890 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10891 echo "$ac_t""yes" 1>&6
10892 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
10894 echo "$ac_t""no" 1>&6
10899 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10900 # to get the SysV transport functions.
10901 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
10903 # The nsl library prevents programs from opening the X display
10904 # on Irix 5.2, according to dickey@clark.net.
10905 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
10906 echo "configure:10907: checking for gethostbyname" >&5
10907 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10908 echo $ac_n "(cached) $ac_c" 1>&6
10910 cat > conftest.
$ac_ext <<EOF
10911 #line 10912 "configure"
10912 #include "confdefs.h"
10913 /* System header to define __stub macros and hopefully few prototypes,
10914 which can conflict with char gethostbyname(); below. */
10915 #include <assert.h>
10916 /* Override any gcc2 internal prototype to avoid an error. */
10917 /* We use char because int might match the return type of a gcc2
10918 builtin and then its argument prototype would still apply. */
10919 char gethostbyname();
10923 /* The GNU C library defines this for functions which it implements
10924 to always fail with ENOSYS. Some functions are actually named
10925 something starting with __ and the normal name is an alias. */
10926 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10934 if { (eval echo configure
:10935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10936 eval "ac_cv_func_gethostbyname=yes"
10938 echo "configure: failed program was:" >&5
10939 cat conftest.
$ac_ext >&5
10941 eval "ac_cv_func_gethostbyname=no"
10946 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10947 echo "$ac_t""yes" 1>&6
10950 echo "$ac_t""no" 1>&6
10953 if test $ac_cv_func_gethostbyname = no
; then
10954 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
10955 echo "configure:10956: checking for gethostbyname in -lnsl" >&5
10956 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10957 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10958 echo $ac_n "(cached) $ac_c" 1>&6
10960 ac_save_LIBS
="$LIBS"
10962 cat > conftest.
$ac_ext <<EOF
10963 #line 10964 "configure"
10964 #include "confdefs.h"
10965 /* Override any gcc2 internal prototype to avoid an error. */
10966 /* We use char because int might match the return type of a gcc2
10967 builtin and then its argument prototype would still apply. */
10968 char gethostbyname();
10974 if { (eval echo configure
:10975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10976 eval "ac_cv_lib_$ac_lib_var=yes"
10978 echo "configure: failed program was:" >&5
10979 cat conftest.
$ac_ext >&5
10981 eval "ac_cv_lib_$ac_lib_var=no"
10984 LIBS
="$ac_save_LIBS"
10987 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10988 echo "$ac_t""yes" 1>&6
10989 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
10991 echo "$ac_t""no" 1>&6
10996 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10997 # socket/setsockopt and other routines are undefined under SCO ODT
10998 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10999 # on later versions), says simon@lia.di.epfl.ch: it contains
11000 # gethostby* variants that don't use the nameserver (or something).
11001 # -lsocket must be given before -lnsl if both are needed.
11002 # We assume that if connect needs -lnsl, so does gethostbyname.
11003 echo $ac_n "checking for connect""... $ac_c" 1>&6
11004 echo "configure:11005: checking for connect" >&5
11005 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
11006 echo $ac_n "(cached) $ac_c" 1>&6
11008 cat > conftest.
$ac_ext <<EOF
11009 #line 11010 "configure"
11010 #include "confdefs.h"
11011 /* System header to define __stub macros and hopefully few prototypes,
11012 which can conflict with char connect(); below. */
11013 #include <assert.h>
11014 /* Override any gcc2 internal prototype to avoid an error. */
11015 /* We use char because int might match the return type of a gcc2
11016 builtin and then its argument prototype would still apply. */
11021 /* The GNU C library defines this for functions which it implements
11022 to always fail with ENOSYS. Some functions are actually named
11023 something starting with __ and the normal name is an alias. */
11024 #if defined (__stub_connect) || defined (__stub___connect)
11032 if { (eval echo configure
:11033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11034 eval "ac_cv_func_connect=yes"
11036 echo "configure: failed program was:" >&5
11037 cat conftest.
$ac_ext >&5
11039 eval "ac_cv_func_connect=no"
11044 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
11045 echo "$ac_t""yes" 1>&6
11048 echo "$ac_t""no" 1>&6
11051 if test $ac_cv_func_connect = no
; then
11052 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
11053 echo "configure:11054: checking for connect in -lsocket" >&5
11054 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11055 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11056 echo $ac_n "(cached) $ac_c" 1>&6
11058 ac_save_LIBS
="$LIBS"
11059 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11060 cat > conftest.
$ac_ext <<EOF
11061 #line 11062 "configure"
11062 #include "confdefs.h"
11063 /* Override any gcc2 internal prototype to avoid an error. */
11064 /* We use char because int might match the return type of a gcc2
11065 builtin and then its argument prototype would still apply. */
11072 if { (eval echo configure
:11073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11074 eval "ac_cv_lib_$ac_lib_var=yes"
11076 echo "configure: failed program was:" >&5
11077 cat conftest.
$ac_ext >&5
11079 eval "ac_cv_lib_$ac_lib_var=no"
11082 LIBS
="$ac_save_LIBS"
11085 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11086 echo "$ac_t""yes" 1>&6
11087 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11089 echo "$ac_t""no" 1>&6
11094 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11095 echo $ac_n "checking for remove""... $ac_c" 1>&6
11096 echo "configure:11097: checking for remove" >&5
11097 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11098 echo $ac_n "(cached) $ac_c" 1>&6
11100 cat > conftest.
$ac_ext <<EOF
11101 #line 11102 "configure"
11102 #include "confdefs.h"
11103 /* System header to define __stub macros and hopefully few prototypes,
11104 which can conflict with char remove(); below. */
11105 #include <assert.h>
11106 /* Override any gcc2 internal prototype to avoid an error. */
11107 /* We use char because int might match the return type of a gcc2
11108 builtin and then its argument prototype would still apply. */
11113 /* The GNU C library defines this for functions which it implements
11114 to always fail with ENOSYS. Some functions are actually named
11115 something starting with __ and the normal name is an alias. */
11116 #if defined (__stub_remove) || defined (__stub___remove)
11124 if { (eval echo configure
:11125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11126 eval "ac_cv_func_remove=yes"
11128 echo "configure: failed program was:" >&5
11129 cat conftest.
$ac_ext >&5
11131 eval "ac_cv_func_remove=no"
11136 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11137 echo "$ac_t""yes" 1>&6
11140 echo "$ac_t""no" 1>&6
11143 if test $ac_cv_func_remove = no
; then
11144 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
11145 echo "configure:11146: checking for remove in -lposix" >&5
11146 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11147 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11148 echo $ac_n "(cached) $ac_c" 1>&6
11150 ac_save_LIBS
="$LIBS"
11151 LIBS
="-lposix $LIBS"
11152 cat > conftest.
$ac_ext <<EOF
11153 #line 11154 "configure"
11154 #include "confdefs.h"
11155 /* Override any gcc2 internal prototype to avoid an error. */
11156 /* We use char because int might match the return type of a gcc2
11157 builtin and then its argument prototype would still apply. */
11164 if { (eval echo configure
:11165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11166 eval "ac_cv_lib_$ac_lib_var=yes"
11168 echo "configure: failed program was:" >&5
11169 cat conftest.
$ac_ext >&5
11171 eval "ac_cv_lib_$ac_lib_var=no"
11174 LIBS
="$ac_save_LIBS"
11177 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11178 echo "$ac_t""yes" 1>&6
11179 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11181 echo "$ac_t""no" 1>&6
11186 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11187 echo $ac_n "checking for shmat""... $ac_c" 1>&6
11188 echo "configure:11189: checking for shmat" >&5
11189 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
11190 echo $ac_n "(cached) $ac_c" 1>&6
11192 cat > conftest.
$ac_ext <<EOF
11193 #line 11194 "configure"
11194 #include "confdefs.h"
11195 /* System header to define __stub macros and hopefully few prototypes,
11196 which can conflict with char shmat(); below. */
11197 #include <assert.h>
11198 /* Override any gcc2 internal prototype to avoid an error. */
11199 /* We use char because int might match the return type of a gcc2
11200 builtin and then its argument prototype would still apply. */
11205 /* The GNU C library defines this for functions which it implements
11206 to always fail with ENOSYS. Some functions are actually named
11207 something starting with __ and the normal name is an alias. */
11208 #if defined (__stub_shmat) || defined (__stub___shmat)
11216 if { (eval echo configure
:11217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11218 eval "ac_cv_func_shmat=yes"
11220 echo "configure: failed program was:" >&5
11221 cat conftest.
$ac_ext >&5
11223 eval "ac_cv_func_shmat=no"
11228 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
11229 echo "$ac_t""yes" 1>&6
11232 echo "$ac_t""no" 1>&6
11235 if test $ac_cv_func_shmat = no
; then
11236 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
11237 echo "configure:11238: checking for shmat in -lipc" >&5
11238 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
11239 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11240 echo $ac_n "(cached) $ac_c" 1>&6
11242 ac_save_LIBS
="$LIBS"
11244 cat > conftest.
$ac_ext <<EOF
11245 #line 11246 "configure"
11246 #include "confdefs.h"
11247 /* Override any gcc2 internal prototype to avoid an error. */
11248 /* We use char because int might match the return type of a gcc2
11249 builtin and then its argument prototype would still apply. */
11256 if { (eval echo configure
:11257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11258 eval "ac_cv_lib_$ac_lib_var=yes"
11260 echo "configure: failed program was:" >&5
11261 cat conftest.
$ac_ext >&5
11263 eval "ac_cv_lib_$ac_lib_var=no"
11266 LIBS
="$ac_save_LIBS"
11269 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11270 echo "$ac_t""yes" 1>&6
11271 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11273 echo "$ac_t""no" 1>&6
11279 # Check for libraries that X11R6 Xt/Xaw programs need.
11280 ac_save_LDFLAGS
="$LDFLAGS"
11281 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11282 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11283 # check for ICE first), but we must link in the order -lSM -lICE or
11284 # we get undefined symbols. So assume we have SM if we have ICE.
11285 # These have to be linked with before -lX11, unlike the other
11286 # libraries we check for below, so use a different variable.
11287 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
11288 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
11289 echo "configure:11290: checking for IceConnectionNumber in -lICE" >&5
11290 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
11291 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11292 echo $ac_n "(cached) $ac_c" 1>&6
11294 ac_save_LIBS
="$LIBS"
11295 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11296 cat > conftest.
$ac_ext <<EOF
11297 #line 11298 "configure"
11298 #include "confdefs.h"
11299 /* Override any gcc2 internal prototype to avoid an error. */
11300 /* We use char because int might match the return type of a gcc2
11301 builtin and then its argument prototype would still apply. */
11302 char IceConnectionNumber();
11305 IceConnectionNumber()
11308 if { (eval echo configure
:11309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11310 eval "ac_cv_lib_$ac_lib_var=yes"
11312 echo "configure: failed program was:" >&5
11313 cat conftest.
$ac_ext >&5
11315 eval "ac_cv_lib_$ac_lib_var=no"
11318 LIBS
="$ac_save_LIBS"
11321 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11322 echo "$ac_t""yes" 1>&6
11323 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11325 echo "$ac_t""no" 1>&6
11328 LDFLAGS
="$ac_save_LDFLAGS"
11333 if test "$no_x" = "yes"; then
11334 { echo "configure: error: X11 not found" 1>&2; exit 1; }
11337 GUI_TK_LIBRARY
="$X_LIBS"
11338 TOOLKIT_INCLUDE
="$X_CFLAGS"
11339 AFMINSTALL
=afminstall
11340 COMPILED_X_PROGRAM
=0
11342 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
11343 echo "configure:11344: checking for Motif/Lesstif headers" >&5
11346 for ac_dir
in $SEARCH_INCLUDE;
11348 if test -f "$ac_dir/Xm/Xm.h"; then
11349 ac_find_includes
=$ac_dir
11354 if test "$ac_find_includes" != "" ; then
11355 echo "$ac_t""found $ac_find_includes" 1>&6
11357 cat > conftest.
$ac_ext <<EOF
11358 #line 11359 "configure"
11359 #include "confdefs.h"
11366 version = xmUseVersion;
11370 if { (eval echo configure
:11371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11373 echo "$ac_t""found in default search path" 1>&6
11374 COMPILED_X_PROGRAM
=1
11377 echo "configure: failed program was:" >&5
11378 cat conftest.
$ac_ext >&5
11381 echo "$ac_t""no" 1>&6
11382 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
11389 if test "$COMPILED_X_PROGRAM" = 0; then
11390 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
11391 echo "configure:11392: checking for Motif/Lesstif library" >&5
11394 for ac_dir
in $SEARCH_LIB;
11396 for ac_extension
in a so sl dylib
; do
11397 if test -f "$ac_dir/libXm.$ac_extension"; then
11398 ac_find_libraries
=$ac_dir
11404 if test "$ac_find_libraries" != "" ; then
11406 ac_path_to_include
=$ac_find_includes
11407 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
11409 if test $result = 0; then
11410 ac_path_to_include
=""
11412 ac_path_to_include
=" -I$ac_find_includes"
11416 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
11418 if test $result = 0; then
11421 ac_path_to_link
=" -L$ac_find_libraries"
11425 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
11426 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
11427 echo "$ac_t""found at $ac_find_libraries" 1>&6
11429 cat > conftest.
$ac_ext <<EOF
11430 #line 11431 "configure"
11431 #include "confdefs.h"
11438 version = xmUseVersion;
11442 if { (eval echo configure
:11443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11445 echo "$ac_t""found in default search path" 1>&6
11446 COMPILED_X_PROGRAM
=1
11449 echo "configure: failed program was:" >&5
11450 cat conftest.
$ac_ext >&5
11453 echo "$ac_t""no" 1>&6
11454 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
11463 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
11464 echo "configure:11465: checking for Xpm library" >&5
11467 for ac_dir
in $SEARCH_LIB;
11469 for ac_extension
in a so sl dylib
; do
11470 if test -f "$ac_dir/libXpm.$ac_extension"; then
11471 ac_find_libraries
=$ac_dir
11477 if test "$ac_find_libraries" != "" ; then
11479 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
11481 if test $result = 0; then
11484 ac_path_to_link
=" -L$ac_find_libraries"
11487 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
11489 cat >> confdefs.h
<<\EOF
11490 #define wxHAVE_LIB_XPM 1
11493 echo "$ac_t""found at $ac_find_libraries" 1>&6
11495 cat > conftest.
$ac_ext <<EOF
11496 #line 11497 "configure"
11497 #include "confdefs.h"
11499 #include <X11/xpm.h>
11504 version = XpmLibraryVersion();
11508 if { (eval echo configure
:11509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11512 cat >> confdefs.h
<<\EOF
11513 #define wxHAVE_LIB_XPM 1
11516 echo "$ac_t""found in default search path" 1>&6
11517 COMPILED_X_PROGRAM
=0
11520 echo "configure: failed program was:" >&5
11521 cat conftest.
$ac_ext >&5
11524 echo "$ac_t""no" 1>&6
11525 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11532 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link -lXmu -lXext -lXt -lX11"
11533 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
11538 if test "$wxUSE_MAC" = 1; then
11539 if test "$wxUSE_PRECOMP" = "yes"; then
11540 CPPFLAGS
="$CPPFLAGS -cpp-precomp"
11542 CPPFLAGS
="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
11543 CFLAGS
="$CFLAGS -fpascal-strings"
11544 CXXFLAGS
="$CXXFLAGS -fpascal-strings"
11545 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -DTARGET_CARBON"
11547 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
11552 if test "$wxUSE_PM" = 1; then
11557 if test "$TOOLKIT" = "PM" ; then
11560 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
11563 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
11565 if test "$wxUSE_UNIVERSAL" = "yes"; then
11566 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
11567 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
11568 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
11569 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
11572 ALL_OBJECTS
="\$(GUIOBJS)"
11575 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
11577 if test "$TOOLKIT" != "MSW"; then
11578 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
11581 if test "$wxUSE_HTML" = "yes"; then
11582 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
11585 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
11586 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
11588 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11589 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
11591 if test "$wxUSE_LIBTIFF" = "builtin" ; then
11592 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
11594 if test "$wxUSE_LIBPNG" = "builtin" ; then
11595 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
11597 if test "$wxUSE_FREETYPE" = "builtin" ; then
11598 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11601 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11602 DISTDIR
="wx\$(TOOLKIT)"
11608 if test "$USE_WIN32" = 1 ; then
11609 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11610 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
11614 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11615 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
11618 PORT_FILES
="\${top_srcdir}/src/files.lst"
11620 GUIDIST
="BASE_DIST"
11624 if test "$wxUSE_REGEX" = "builtin" ; then
11625 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
11627 if test "$wxUSE_ZLIB" = "builtin" ; then
11628 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
11631 if test "$wxUSE_OPENGL" = "yes"; then
11632 if test "$wxUSE_MAC" = 1; then
11633 OPENGL_LIBS
="-framework OpenGL -framework AGL"
11636 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
11637 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
11638 echo "configure:11639: checking for GL/gl.h" >&5
11639 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11640 echo $ac_n "(cached) $ac_c" 1>&6
11642 cat > conftest.
$ac_ext <<EOF
11643 #line 11644 "configure"
11644 #include "confdefs.h"
11647 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11648 { (eval echo configure
:11649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11649 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11650 if test -z "$ac_err"; then
11652 eval "ac_cv_header_$ac_safe=yes"
11655 echo "configure: failed program was:" >&5
11656 cat conftest.
$ac_ext >&5
11658 eval "ac_cv_header_$ac_safe=no"
11662 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11663 echo "$ac_t""yes" 1>&6
11665 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
11666 echo "configure:11667: checking for -lGL" >&5
11669 for ac_dir
in $SEARCH_LIB;
11671 for ac_extension
in a so sl dylib
; do
11672 if test -f "$ac_dir/libGL.$ac_extension"; then
11673 ac_find_libraries
=$ac_dir
11679 if test "$ac_find_libraries" != "" ; then
11681 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
11683 if test $result = 0; then
11686 ac_path_to_link
=" -L$ac_find_libraries"
11689 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
11690 OPENGL_LIBS
="-lGL -lGLU"
11691 echo "$ac_t""yes" 1>&6
11693 echo "$ac_t""no" 1>&6
11694 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
11695 echo "configure:11696: checking for -lMesaGL" >&5
11698 for ac_dir
in $SEARCH_LIB;
11700 for ac_extension
in a so sl dylib
; do
11701 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
11702 ac_find_libraries
=$ac_dir
11708 if test "$ac_find_libraries" != "" ; then
11710 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
11712 if test $result = 0; then
11715 ac_path_to_link
=" -L$ac_find_libraries"
11718 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
11719 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
11720 echo "$ac_t""yes" 1>&6
11722 echo "$ac_t""no" 1>&6
11727 echo "$ac_t""no" 1>&6
11732 # AC_CHECK_HEADER(GL/gl.h,
11734 # AC_CHECK_LIB(GL, glFlush,
11736 # OPENGL_LIBS="-lGL -lGLU"
11739 # AC_CHECK_LIB(MesaGL, glFlush,
11741 # OPENGL_LIBS="-lMesaGL -lMesaGLU"
11749 if test "x$OPENGL_LIBS" = "x"; then
11750 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
11754 if test "$wxUSE_OPENGL" = "yes"; then
11755 cat >> confdefs.h
<<\EOF
11756 #define wxUSE_OPENGL 1
11759 cat >> confdefs.h
<<\EOF
11760 #define wxUSE_GLCANVAS 1
11763 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
11767 if test -z "$TOOLKIT_VPATH" ; then
11768 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
11771 if test -n "$TOOLKIT" ; then
11772 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11775 lib_unicode_suffix
=
11776 if test "$wxUSE_UNICODE" = "yes"; then
11777 lib_unicode_suffix
=u
11781 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11785 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
11786 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
11788 if test "$cross_compiling" = "yes"; then
11789 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
11790 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
11793 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
11794 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
11796 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11797 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11799 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11800 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
11801 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11802 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11804 WX_RESOURCES_MACOSX
="lib${WX_LIBRARY}.rsrc"
11805 WX_RESOURCES_MACOSX_COMPILED
="lib${WX_LIBRARY}.r"
11808 *-*-cygwin* | *-*-mingw32* )
11812 if test "$cross_compiling" != "yes"; then
11813 WX_LIBRARY
="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
11814 WX_LIBRARY_GL
="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
11815 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
11816 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
11818 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
11819 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11824 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
11825 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
11827 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
11828 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
11830 if test "$wxUSE_OPENGL" = "yes"; then
11831 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
11832 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
11837 if test "$wxUSE_SHARED" = "yes"; then
11839 if test "$wxUSE_OPENGL" = "yes"; then
11840 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11841 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
11843 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
11844 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
11847 if test "$GCC" = "yes"; then
11851 SHARED_LD
="${CXX} -shared -o"
11855 if test "$GCC" != "yes"; then
11856 LDFLAGS
="$LDFLAGS -L/usr/lib"
11858 SHARED_LD
="${CXX} -b -o"
11862 if test "$wxUSE_OPENGL" = "yes"; then
11863 WX_ALL_INSTALLED
="preinstall_gl"
11864 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11866 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11871 if test "$GCC" != "yes"; then
11872 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
11873 echo "configure:11874: checking for Intel compiler" >&5
11874 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11875 echo $ac_n "(cached) $ac_c" 1>&6
11878 cat > conftest.
$ac_ext <<EOF
11879 #line 11880 "configure"
11880 #include "confdefs.h"
11884 #ifndef __INTEL_COMPILER
11890 if { (eval echo configure
:11891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11894 echo "configure: failed program was:" >&5
11895 cat conftest.
$ac_ext >&5
11904 echo "$ac_t""$wx_cv_prog_icc" 1>&6
11905 if test "$wx_cv_prog_icc" = "yes"; then
11910 if test "$wxUSE_SONAME" = "yes" ; then
11911 SONAME_FLAGS
="-Wl,-soname,${WX_LIBRARY_LINK1}"
11912 SONAME_FLAGS_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
11913 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
11918 if test "$GCC" = yes ; then
11919 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
11921 SHARED_LD
="${CXX} -G -o"
11923 SONAME_FLAGS
="-h ${WX_LIBRARY_NAME_SHARED}"
11924 SONAME_FLAGS_GL
="-h ${WX_LIBRARY_NAME_SHARED}"
11929 CFLAGS
="$CFLAGS -fno-common"
11930 CXXFLAGS
="$CXXFLAGS -fno-common"
11931 SHARED_LD
="$CXX -dynamiclib -o"
11932 PIC_FLAG
="-dynamic -fPIC"
11936 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
11939 *-*-cygwin* | *-*-mingw32* )
11941 WX_LIBRARY_IMPORTLIB
="${WX_LIBRARY_NAME_SHARED}.a"
11943 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
11944 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
11946 PIC_FLAG
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11948 if test "$wxUSE_OPENGL" = "yes"; then
11949 WX_ALL_INSTALLED
="preinstall_gl"
11950 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11952 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11956 *-pc-os2_emx | *-pc-os2-emx )
11961 SHARED_LD
="${LD} -shared -o"
11964 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11966 *-*-irix5* | *-*-irix6* | \
11973 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
11976 if test "x$WX_TARGET_LIBRARY" = "x"; then
11977 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
11978 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
11981 WX_TARGET_LIBRARY_TYPE
="so"
11982 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
11985 if test "$wxUSE_SHARED" = "no"; then
11987 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
11988 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
11991 if test "$wxUSE_MAC" = 1; then
11992 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
11995 if test "$wxUSE_OPENGL" = "yes"; then
11996 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
11997 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11999 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
12002 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
12003 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
12005 WX_TARGET_LIBRARY_TYPE
="a"
12006 INSTALL_LIBRARY
='$(INSTALL_DATA)'
12009 if test "$wxUSE_MAC" = 1; then
12010 WX_ALL
="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
12011 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
12012 # Extract the first word of "Rez", so it can be a program name with args.
12013 set dummy Rez
; ac_word
=$2
12014 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12015 echo "configure:12016: checking for $ac_word" >&5
12016 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
12017 echo $ac_n "(cached) $ac_c" 1>&6
12019 if test -n "$RESCOMP"; then
12020 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
12022 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12024 for ac_dir
in $ac_dummy; do
12025 test -z "$ac_dir" && ac_dir
=.
12026 if test -f $ac_dir/$ac_word; then
12027 ac_cv_prog_RESCOMP
="Rez"
12032 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
12035 RESCOMP
="$ac_cv_prog_RESCOMP"
12036 if test -n "$RESCOMP"; then
12037 echo "$ac_t""$RESCOMP" 1>&6
12039 echo "$ac_t""no" 1>&6
12042 # Extract the first word of "Derez", so it can be a program name with args.
12043 set dummy Derez
; ac_word
=$2
12044 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12045 echo "configure:12046: checking for $ac_word" >&5
12046 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
12047 echo $ac_n "(cached) $ac_c" 1>&6
12049 if test -n "$DEREZ"; then
12050 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
12052 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12054 for ac_dir
in $ac_dummy; do
12055 test -z "$ac_dir" && ac_dir
=.
12056 if test -f $ac_dir/$ac_word; then
12057 ac_cv_prog_DEREZ
="Derez"
12062 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/Derez"
12065 DEREZ
="$ac_cv_prog_DEREZ"
12066 if test -n "$DEREZ"; then
12067 echo "$ac_t""$DEREZ" 1>&6
12069 echo "$ac_t""no" 1>&6
12072 LIBWXMACRES
="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
12073 LIBWXMACRESCOMP
="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
12074 LIBWXMACRESWXCONFIG
="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
12078 if test "$wxUSE_MAC" != 1; then
12079 for ac_hdr
in strings.h
12081 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12082 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12083 echo "configure:12084: checking for $ac_hdr" >&5
12084 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12085 echo $ac_n "(cached) $ac_c" 1>&6
12087 cat > conftest.
$ac_ext <<EOF
12088 #line 12089 "configure"
12089 #include "confdefs.h"
12092 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12093 { (eval echo configure
:12094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12094 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12095 if test -z "$ac_err"; then
12097 eval "ac_cv_header_$ac_safe=yes"
12100 echo "configure: failed program was:" >&5
12101 cat conftest.
$ac_ext >&5
12103 eval "ac_cv_header_$ac_safe=no"
12107 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12108 echo "$ac_t""yes" 1>&6
12109 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12110 cat >> confdefs.h
<<EOF
12111 #define $ac_tr_hdr 1
12115 echo "$ac_t""no" 1>&6
12121 for ac_hdr
in stdlib.h
12123 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12124 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12125 echo "configure:12126: checking for $ac_hdr" >&5
12126 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12127 echo $ac_n "(cached) $ac_c" 1>&6
12129 cat > conftest.
$ac_ext <<EOF
12130 #line 12131 "configure"
12131 #include "confdefs.h"
12134 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12135 { (eval echo configure
:12136: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12136 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12137 if test -z "$ac_err"; then
12139 eval "ac_cv_header_$ac_safe=yes"
12142 echo "configure: failed program was:" >&5
12143 cat conftest.
$ac_ext >&5
12145 eval "ac_cv_header_$ac_safe=no"
12149 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12150 echo "$ac_t""yes" 1>&6
12151 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12152 cat >> confdefs.h
<<EOF
12153 #define $ac_tr_hdr 1
12157 echo "$ac_t""no" 1>&6
12161 for ac_hdr
in unistd.h
12163 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12164 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12165 echo "configure:12166: checking for $ac_hdr" >&5
12166 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12167 echo $ac_n "(cached) $ac_c" 1>&6
12169 cat > conftest.
$ac_ext <<EOF
12170 #line 12171 "configure"
12171 #include "confdefs.h"
12174 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12175 { (eval echo configure
:12176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12176 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12177 if test -z "$ac_err"; then
12179 eval "ac_cv_header_$ac_safe=yes"
12182 echo "configure: failed program was:" >&5
12183 cat conftest.
$ac_ext >&5
12185 eval "ac_cv_header_$ac_safe=no"
12189 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12190 echo "$ac_t""yes" 1>&6
12191 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12192 cat >> confdefs.h
<<EOF
12193 #define $ac_tr_hdr 1
12197 echo "$ac_t""no" 1>&6
12201 for ac_hdr
in wchar.h
12203 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12204 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12205 echo "configure:12206: checking for $ac_hdr" >&5
12206 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12207 echo $ac_n "(cached) $ac_c" 1>&6
12209 cat > conftest.
$ac_ext <<EOF
12210 #line 12211 "configure"
12211 #include "confdefs.h"
12214 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12215 { (eval echo configure
:12216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12216 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12217 if test -z "$ac_err"; then
12219 eval "ac_cv_header_$ac_safe=yes"
12222 echo "configure: failed program was:" >&5
12223 cat conftest.
$ac_ext >&5
12225 eval "ac_cv_header_$ac_safe=no"
12229 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12230 echo "$ac_t""yes" 1>&6
12231 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12232 cat >> confdefs.h
<<EOF
12233 #define $ac_tr_hdr 1
12237 echo "$ac_t""no" 1>&6
12241 for ac_hdr
in wcstr.h
12243 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12244 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12245 echo "configure:12246: checking for $ac_hdr" >&5
12246 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12247 echo $ac_n "(cached) $ac_c" 1>&6
12249 cat > conftest.
$ac_ext <<EOF
12250 #line 12251 "configure"
12251 #include "confdefs.h"
12254 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12255 { (eval echo configure
:12256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12256 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12257 if test -z "$ac_err"; then
12259 eval "ac_cv_header_$ac_safe=yes"
12262 echo "configure: failed program was:" >&5
12263 cat conftest.
$ac_ext >&5
12265 eval "ac_cv_header_$ac_safe=no"
12269 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12270 echo "$ac_t""yes" 1>&6
12271 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12272 cat >> confdefs.h
<<EOF
12273 #define $ac_tr_hdr 1
12277 echo "$ac_t""no" 1>&6
12281 for ac_hdr
in wctype.h
12283 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12284 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12285 echo "configure:12286: checking for $ac_hdr" >&5
12286 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12287 echo $ac_n "(cached) $ac_c" 1>&6
12289 cat > conftest.
$ac_ext <<EOF
12290 #line 12291 "configure"
12291 #include "confdefs.h"
12294 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12295 { (eval echo configure
:12296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12296 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12297 if test -z "$ac_err"; then
12299 eval "ac_cv_header_$ac_safe=yes"
12302 echo "configure: failed program was:" >&5
12303 cat conftest.
$ac_ext >&5
12305 eval "ac_cv_header_$ac_safe=no"
12309 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12310 echo "$ac_t""yes" 1>&6
12311 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12312 cat >> confdefs.h
<<EOF
12313 #define $ac_tr_hdr 1
12317 echo "$ac_t""no" 1>&6
12321 for ac_hdr
in fnmatch.h
12323 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12324 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12325 echo "configure:12326: checking for $ac_hdr" >&5
12326 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12327 echo $ac_n "(cached) $ac_c" 1>&6
12329 cat > conftest.
$ac_ext <<EOF
12330 #line 12331 "configure"
12331 #include "confdefs.h"
12334 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12335 { (eval echo configure
:12336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12336 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12337 if test -z "$ac_err"; then
12339 eval "ac_cv_header_$ac_safe=yes"
12342 echo "configure: failed program was:" >&5
12343 cat conftest.
$ac_ext >&5
12345 eval "ac_cv_header_$ac_safe=no"
12349 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12350 echo "$ac_t""yes" 1>&6
12351 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12352 cat >> confdefs.h
<<EOF
12353 #define $ac_tr_hdr 1
12357 echo "$ac_t""no" 1>&6
12361 for ac_hdr
in iconv.h
12363 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12364 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12365 echo "configure:12366: checking for $ac_hdr" >&5
12366 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12367 echo $ac_n "(cached) $ac_c" 1>&6
12369 cat > conftest.
$ac_ext <<EOF
12370 #line 12371 "configure"
12371 #include "confdefs.h"
12374 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12375 { (eval echo configure
:12376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12376 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12377 if test -z "$ac_err"; then
12379 eval "ac_cv_header_$ac_safe=yes"
12382 echo "configure: failed program was:" >&5
12383 cat conftest.
$ac_ext >&5
12385 eval "ac_cv_header_$ac_safe=no"
12389 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12390 echo "$ac_t""yes" 1>&6
12391 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12392 cat >> confdefs.h
<<EOF
12393 #define $ac_tr_hdr 1
12397 echo "$ac_t""no" 1>&6
12401 for ac_hdr
in langinfo.h
12403 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12404 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12405 echo "configure:12406: checking for $ac_hdr" >&5
12406 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12407 echo $ac_n "(cached) $ac_c" 1>&6
12409 cat > conftest.
$ac_ext <<EOF
12410 #line 12411 "configure"
12411 #include "confdefs.h"
12414 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12415 { (eval echo configure
:12416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12416 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12417 if test -z "$ac_err"; then
12419 eval "ac_cv_header_$ac_safe=yes"
12422 echo "configure: failed program was:" >&5
12423 cat conftest.
$ac_ext >&5
12425 eval "ac_cv_header_$ac_safe=no"
12429 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12430 echo "$ac_t""yes" 1>&6
12431 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12432 cat >> confdefs.h
<<EOF
12433 #define $ac_tr_hdr 1
12437 echo "$ac_t""no" 1>&6
12442 if test "$wxUSE_GUI" = "yes"; then
12443 if test "$wxUSE_UNIX" = "yes"; then
12444 for ac_hdr
in X
11/XKBlib.h
12446 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12447 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12448 echo "configure:12449: checking for $ac_hdr" >&5
12449 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12450 echo $ac_n "(cached) $ac_c" 1>&6
12452 cat > conftest.
$ac_ext <<EOF
12453 #line 12454 "configure"
12454 #include "confdefs.h"
12457 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12458 { (eval echo configure
:12459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12459 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12460 if test -z "$ac_err"; then
12462 eval "ac_cv_header_$ac_safe=yes"
12465 echo "configure: failed program was:" >&5
12466 cat conftest.
$ac_ext >&5
12468 eval "ac_cv_header_$ac_safe=no"
12472 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12473 echo "$ac_t""yes" 1>&6
12474 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12475 cat >> confdefs.h
<<EOF
12476 #define $ac_tr_hdr 1
12480 echo "$ac_t""no" 1>&6
12488 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
12489 echo "configure:12490: checking for ANSI C header files" >&5
12490 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12491 echo $ac_n "(cached) $ac_c" 1>&6
12493 cat > conftest.
$ac_ext <<EOF
12494 #line 12495 "configure"
12495 #include "confdefs.h"
12496 #include <stdlib.h>
12497 #include <stdarg.h>
12498 #include <string.h>
12501 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12502 { (eval echo configure
:12503: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12503 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12504 if test -z "$ac_err"; then
12506 ac_cv_header_stdc
=yes
12509 echo "configure: failed program was:" >&5
12510 cat conftest.
$ac_ext >&5
12512 ac_cv_header_stdc
=no
12516 if test $ac_cv_header_stdc = yes; then
12517 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12518 cat > conftest.
$ac_ext <<EOF
12519 #line 12520 "configure"
12520 #include "confdefs.h"
12521 #include <string.h>
12523 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12524 egrep "memchr" >/dev
/null
2>&1; then
12528 ac_cv_header_stdc
=no
12534 if test $ac_cv_header_stdc = yes; then
12535 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12536 cat > conftest.
$ac_ext <<EOF
12537 #line 12538 "configure"
12538 #include "confdefs.h"
12539 #include <stdlib.h>
12541 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12542 egrep "free" >/dev
/null
2>&1; then
12546 ac_cv_header_stdc
=no
12552 if test $ac_cv_header_stdc = yes; then
12553 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12554 if test "$cross_compiling" = yes; then
12557 cat > conftest.
$ac_ext <<EOF
12558 #line 12559 "configure"
12559 #include "confdefs.h"
12561 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12562 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12563 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12564 int main () { int i; for (i = 0; i < 256; i++)
12565 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12569 if { (eval echo configure
:12570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12573 echo "configure: failed program was:" >&5
12574 cat conftest.
$ac_ext >&5
12576 ac_cv_header_stdc
=no
12584 echo "$ac_t""$ac_cv_header_stdc" 1>&6
12585 if test $ac_cv_header_stdc = yes; then
12586 cat >> confdefs.h
<<\EOF
12587 #define STDC_HEADERS 1
12592 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
12593 echo "configure:12594: checking for mode_t" >&5
12594 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
12595 echo $ac_n "(cached) $ac_c" 1>&6
12597 cat > conftest.
$ac_ext <<EOF
12598 #line 12599 "configure"
12599 #include "confdefs.h"
12600 #include <sys/types.h>
12602 #include <stdlib.h>
12603 #include <stddef.h>
12606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12607 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12609 ac_cv_type_mode_t
=yes
12612 ac_cv_type_mode_t
=no
12617 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
12618 if test $ac_cv_type_mode_t = no
; then
12619 cat >> confdefs.h
<<\EOF
12625 echo $ac_n "checking for off_t""... $ac_c" 1>&6
12626 echo "configure:12627: checking for off_t" >&5
12627 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
12628 echo $ac_n "(cached) $ac_c" 1>&6
12630 cat > conftest.
$ac_ext <<EOF
12631 #line 12632 "configure"
12632 #include "confdefs.h"
12633 #include <sys/types.h>
12635 #include <stdlib.h>
12636 #include <stddef.h>
12639 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12640 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12642 ac_cv_type_off_t
=yes
12645 ac_cv_type_off_t
=no
12650 echo "$ac_t""$ac_cv_type_off_t" 1>&6
12651 if test $ac_cv_type_off_t = no
; then
12652 cat >> confdefs.h
<<\EOF
12658 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
12659 echo "configure:12660: checking for pid_t" >&5
12660 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12661 echo $ac_n "(cached) $ac_c" 1>&6
12663 cat > conftest.
$ac_ext <<EOF
12664 #line 12665 "configure"
12665 #include "confdefs.h"
12666 #include <sys/types.h>
12668 #include <stdlib.h>
12669 #include <stddef.h>
12672 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12673 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12675 ac_cv_type_pid_t
=yes
12678 ac_cv_type_pid_t
=no
12683 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12684 if test $ac_cv_type_pid_t = no
; then
12685 cat >> confdefs.h
<<\EOF
12691 echo $ac_n "checking for size_t""... $ac_c" 1>&6
12692 echo "configure:12693: checking for size_t" >&5
12693 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12694 echo $ac_n "(cached) $ac_c" 1>&6
12696 cat > conftest.
$ac_ext <<EOF
12697 #line 12698 "configure"
12698 #include "confdefs.h"
12699 #include <sys/types.h>
12701 #include <stdlib.h>
12702 #include <stddef.h>
12705 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12706 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12708 ac_cv_type_size_t
=yes
12711 ac_cv_type_size_t
=no
12716 echo "$ac_t""$ac_cv_type_size_t" 1>&6
12717 if test $ac_cv_type_size_t = no
; then
12718 cat >> confdefs.h
<<\EOF
12719 #define size_t unsigned
12724 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
12725 echo "configure:12726: checking for uid_t in sys/types.h" >&5
12726 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12727 echo $ac_n "(cached) $ac_c" 1>&6
12729 cat > conftest.
$ac_ext <<EOF
12730 #line 12731 "configure"
12731 #include "confdefs.h"
12732 #include <sys/types.h>
12734 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12735 egrep "uid_t" >/dev
/null
2>&1; then
12737 ac_cv_type_uid_t
=yes
12740 ac_cv_type_uid_t
=no
12746 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12747 if test $ac_cv_type_uid_t = no
; then
12748 cat >> confdefs.h
<<\EOF
12752 cat >> confdefs.h
<<\EOF
12759 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
12760 echo "configure:12761: checking for wchar_t" >&5
12761 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12762 echo $ac_n "(cached) $ac_c" 1>&6
12765 cat > conftest.
$ac_ext <<EOF
12766 #line 12767 "configure"
12767 #include "confdefs.h"
12769 #ifdef HAVE_WCHAR_H
12771 # include <stddef.h>
12773 # include <wchar.h>
12775 #ifdef HAVE_STDLIB_H
12776 # include <stdlib.h>
12783 ws = L"Hello, world!";
12787 if { (eval echo configure
:12788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12789 wx_cv_type_wchar_t
=yes
12791 echo "configure: failed program was:" >&5
12792 cat conftest.
$ac_ext >&5
12794 wx_cv_type_wchar_t
=no
12801 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
12803 if test "$wx_cv_type_wchar_t" = "yes"; then
12804 cat >> confdefs.h
<<\EOF
12805 #define wxUSE_WCHAR_T 1
12812 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12813 ac_cpp
='$CXXCPP $CPPFLAGS'
12814 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12815 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12816 cross_compiling
=$ac_cv_prog_cxx_cross
12818 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
12819 echo "configure:12820: checking if size_t is unsigned int" >&5
12820 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12821 echo $ac_n "(cached) $ac_c" 1>&6
12823 cat > conftest.
$ac_ext <<EOF
12824 #line 12825 "configure"
12825 #include "confdefs.h"
12826 #include <stddef.h>
12831 struct Foo { void foo(size_t); void foo(unsigned int); };
12837 if { (eval echo configure
:12838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12839 wx_cv_size_t_is_uint
=no
12841 echo "configure: failed program was:" >&5
12842 cat conftest.
$ac_ext >&5
12844 wx_cv_size_t_is_uint
=yes
12851 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12853 if test "$wx_cv_size_t_is_uint" = "yes"; then
12854 cat >> confdefs.h
<<\EOF
12855 #define wxSIZE_T_IS_UINT 1
12859 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
12860 echo "configure:12861: checking if size_t is unsigned long" >&5
12861 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12862 echo $ac_n "(cached) $ac_c" 1>&6
12864 cat > conftest.
$ac_ext <<EOF
12865 #line 12866 "configure"
12866 #include "confdefs.h"
12867 #include <stddef.h>
12872 struct Foo { void foo(size_t); void foo(unsigned long); };
12878 if { (eval echo configure
:12879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12880 wx_cv_size_t_is_ulong
=no
12882 echo "configure: failed program was:" >&5
12883 cat conftest.
$ac_ext >&5
12885 wx_cv_size_t_is_ulong
=yes
12892 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12894 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12895 cat >> confdefs.h
<<\EOF
12896 #define wxSIZE_T_IS_ULONG 1
12903 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12904 ac_cpp
='$CPP $CPPFLAGS'
12905 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12906 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12907 cross_compiling
=$ac_cv_prog_cc_cross
12911 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
12912 echo "configure:12913: checking for pw_gecos in struct passwd" >&5
12913 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12914 echo $ac_n "(cached) $ac_c" 1>&6
12917 cat > conftest.
$ac_ext <<EOF
12918 #line 12919 "configure"
12919 #include "confdefs.h"
12929 if { (eval echo configure
:12930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12932 wx_cv_struct_pw_gecos
=yes
12935 echo "configure: failed program was:" >&5
12936 cat conftest.
$ac_ext >&5
12939 wx_cv_struct_pw_gecos
=no
12948 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
12950 if test "$wx_cv_struct_pw_gecos" = "yes"; then
12951 cat >> confdefs.h
<<\EOF
12952 #define HAVE_PW_GECOS 1
12958 echo $ac_n "checking for working const""... $ac_c" 1>&6
12959 echo "configure:12960: checking for working const" >&5
12960 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12961 echo $ac_n "(cached) $ac_c" 1>&6
12963 cat > conftest.
$ac_ext <<EOF
12964 #line 12965 "configure"
12965 #include "confdefs.h"
12969 /* Ultrix mips cc rejects this. */
12970 typedef int charset[2]; const charset x = {0,0};
12971 /* SunOS 4.1.1 cc rejects this. */
12972 char const *const *ccp;
12974 /* NEC SVR4.0.2 mips cc rejects this. */
12975 struct point {int x, y;};
12976 static struct point const zero = {0,0};
12977 /* AIX XL C 1.02.0.0 rejects this.
12978 It does not let you subtract one const X* pointer from another in an arm
12979 of an if-expression whose if-part is not a constant expression */
12980 const char *g = "string";
12981 ccp = &g + (g ? g-g : 0);
12982 /* HPUX 7.0 cc rejects these. */
12985 ccp = (char const *const *) p;
12986 { /* SCO 3.2v4 cc rejects this. */
12988 char const *s = 0 ? (char *) 0 : (char const *) 0;
12992 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12993 int x[] = {25, 17};
12994 const int *foo = &x[0];
12997 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12998 typedef const int *iptr;
13002 { /* AIX XL C 1.02.0.0 rejects this saying
13003 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13004 struct s { int j; const int *ap[3]; };
13005 struct s *b; b->j = 5;
13007 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13008 const int foo = 10;
13013 if { (eval echo configure
:13014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13017 echo "configure: failed program was:" >&5
13018 cat conftest.
$ac_ext >&5
13025 echo "$ac_t""$ac_cv_c_const" 1>&6
13026 if test $ac_cv_c_const = no
; then
13027 cat >> confdefs.h
<<\EOF
13033 echo $ac_n "checking for inline""... $ac_c" 1>&6
13034 echo "configure:13035: checking for inline" >&5
13035 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
13036 echo $ac_n "(cached) $ac_c" 1>&6
13039 for ac_kw
in inline __inline__ __inline
; do
13040 cat > conftest.
$ac_ext <<EOF
13041 #line 13042 "configure"
13042 #include "confdefs.h"
13045 } int $ac_kw foo() {
13048 if { (eval echo configure
:13049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13050 ac_cv_c_inline
=$ac_kw; break
13052 echo "configure: failed program was:" >&5
13053 cat conftest.
$ac_ext >&5
13060 echo "$ac_t""$ac_cv_c_inline" 1>&6
13061 case "$ac_cv_c_inline" in
13063 no
) cat >> confdefs.h
<<\EOF
13067 *) cat >> confdefs.h
<<EOF
13068 #define inline $ac_cv_c_inline
13074 echo $ac_n "checking size of char""... $ac_c" 1>&6
13075 echo "configure:13076: checking size of char" >&5
13076 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
13077 echo $ac_n "(cached) $ac_c" 1>&6
13079 if test "$cross_compiling" = yes; then
13080 ac_cv_sizeof_char
=1
13082 cat > conftest.
$ac_ext <<EOF
13083 #line 13084 "configure"
13084 #include "confdefs.h"
13088 FILE *f=fopen("conftestval", "w");
13090 fprintf(f, "%d\n", sizeof(char));
13094 if { (eval echo configure
:13095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13096 ac_cv_sizeof_char
=`cat conftestval`
13098 echo "configure: failed program was:" >&5
13099 cat conftest.
$ac_ext >&5
13101 ac_cv_sizeof_char
=0
13107 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
13108 cat >> confdefs.h
<<EOF
13109 #define SIZEOF_CHAR $ac_cv_sizeof_char
13113 echo $ac_n "checking size of short""... $ac_c" 1>&6
13114 echo "configure:13115: checking size of short" >&5
13115 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
13116 echo $ac_n "(cached) $ac_c" 1>&6
13118 if test "$cross_compiling" = yes; then
13119 ac_cv_sizeof_short
=2
13121 cat > conftest.
$ac_ext <<EOF
13122 #line 13123 "configure"
13123 #include "confdefs.h"
13127 FILE *f=fopen("conftestval", "w");
13129 fprintf(f, "%d\n", sizeof(short));
13133 if { (eval echo configure
:13134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13135 ac_cv_sizeof_short
=`cat conftestval`
13137 echo "configure: failed program was:" >&5
13138 cat conftest.
$ac_ext >&5
13140 ac_cv_sizeof_short
=0
13146 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
13147 cat >> confdefs.h
<<EOF
13148 #define SIZEOF_SHORT $ac_cv_sizeof_short
13152 echo $ac_n "checking size of int *""... $ac_c" 1>&6
13153 echo "configure:13154: checking size of int *" >&5
13154 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
13155 echo $ac_n "(cached) $ac_c" 1>&6
13157 if test "$cross_compiling" = yes; then
13158 ac_cv_sizeof_int_p
=4
13160 cat > conftest.
$ac_ext <<EOF
13161 #line 13162 "configure"
13162 #include "confdefs.h"
13166 FILE *f=fopen("conftestval", "w");
13168 fprintf(f, "%d\n", sizeof(int *));
13172 if { (eval echo configure
:13173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13174 ac_cv_sizeof_int_p
=`cat conftestval`
13176 echo "configure: failed program was:" >&5
13177 cat conftest.
$ac_ext >&5
13179 ac_cv_sizeof_int_p
=0
13185 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
13186 cat >> confdefs.h
<<EOF
13187 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
13191 echo $ac_n "checking size of int""... $ac_c" 1>&6
13192 echo "configure:13193: checking size of int" >&5
13193 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
13194 echo $ac_n "(cached) $ac_c" 1>&6
13196 if test "$cross_compiling" = yes; then
13199 cat > conftest.
$ac_ext <<EOF
13200 #line 13201 "configure"
13201 #include "confdefs.h"
13205 FILE *f=fopen("conftestval", "w");
13207 fprintf(f, "%d\n", sizeof(int));
13211 if { (eval echo configure
:13212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13213 ac_cv_sizeof_int
=`cat conftestval`
13215 echo "configure: failed program was:" >&5
13216 cat conftest.
$ac_ext >&5
13224 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
13225 cat >> confdefs.h
<<EOF
13226 #define SIZEOF_INT $ac_cv_sizeof_int
13230 echo $ac_n "checking size of long""... $ac_c" 1>&6
13231 echo "configure:13232: checking size of long" >&5
13232 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
13233 echo $ac_n "(cached) $ac_c" 1>&6
13235 if test "$cross_compiling" = yes; then
13236 ac_cv_sizeof_long
=4
13238 cat > conftest.
$ac_ext <<EOF
13239 #line 13240 "configure"
13240 #include "confdefs.h"
13244 FILE *f=fopen("conftestval", "w");
13246 fprintf(f, "%d\n", sizeof(long));
13250 if { (eval echo configure
:13251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13252 ac_cv_sizeof_long
=`cat conftestval`
13254 echo "configure: failed program was:" >&5
13255 cat conftest.
$ac_ext >&5
13257 ac_cv_sizeof_long
=0
13263 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
13264 cat >> confdefs.h
<<EOF
13265 #define SIZEOF_LONG $ac_cv_sizeof_long
13269 echo $ac_n "checking size of long long""... $ac_c" 1>&6
13270 echo "configure:13271: checking size of long long" >&5
13271 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
13272 echo $ac_n "(cached) $ac_c" 1>&6
13274 if test "$cross_compiling" = yes; then
13275 ac_cv_sizeof_long_long
=0
13277 cat > conftest.
$ac_ext <<EOF
13278 #line 13279 "configure"
13279 #include "confdefs.h"
13283 FILE *f=fopen("conftestval", "w");
13285 fprintf(f, "%d\n", sizeof(long long));
13289 if { (eval echo configure
:13290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13291 ac_cv_sizeof_long_long
=`cat conftestval`
13293 echo "configure: failed program was:" >&5
13294 cat conftest.
$ac_ext >&5
13296 ac_cv_sizeof_long_long
=0
13302 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
13303 cat >> confdefs.h
<<EOF
13304 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13309 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
13310 echo "configure:13311: checking size of wchar_t" >&5
13311 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
13312 echo $ac_n "(cached) $ac_c" 1>&6
13315 if test "$cross_compiling" = yes; then
13316 wx_cv_sizeof_wchar_t
=4
13319 cat > conftest.
$ac_ext <<EOF
13320 #line 13321 "configure"
13321 #include "confdefs.h"
13323 #ifdef HAVE_WCHAR_H
13325 # include <stddef.h>
13327 # include <wchar.h>
13329 #ifdef HAVE_STDLIB_H
13330 # include <stdlib.h>
13335 FILE *f=fopen("conftestval", "w");
13337 fprintf(f, "%i", sizeof(wchar_t));
13342 if { (eval echo configure
:13343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13344 wx_cv_sizeof_wchar_t
=`cat conftestval`
13346 echo "configure: failed program was:" >&5
13347 cat conftest.
$ac_ext >&5
13349 wx_cv_sizeof_wchar_t
=0
13357 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
13359 cat >> confdefs.h
<<EOF
13360 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
13364 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
13365 echo "configure:13366: checking whether byte ordering is bigendian" >&5
13366 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
13367 echo $ac_n "(cached) $ac_c" 1>&6
13369 ac_cv_c_bigendian
=unknown
13370 # See if sys/param.h defines the BYTE_ORDER macro.
13371 cat > conftest.
$ac_ext <<EOF
13372 #line 13373 "configure"
13373 #include "confdefs.h"
13374 #include <sys/types.h>
13375 #include <sys/param.h>
13378 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13379 bogus endian macros
13383 if { (eval echo configure
:13384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13385 # It does; now see whether it defined to BIG_ENDIAN or not.
13386 cat > conftest.
$ac_ext <<EOF
13387 #line 13388 "configure"
13388 #include "confdefs.h"
13389 #include <sys/types.h>
13390 #include <sys/param.h>
13393 #if BYTE_ORDER != BIG_ENDIAN
13398 if { (eval echo configure
:13399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13400 ac_cv_c_bigendian
=yes
13402 echo "configure: failed program was:" >&5
13403 cat conftest.
$ac_ext >&5
13405 ac_cv_c_bigendian
=no
13409 echo "configure: failed program was:" >&5
13410 cat conftest.
$ac_ext >&5
13413 if test $ac_cv_c_bigendian = unknown
; then
13414 if test "$cross_compiling" = yes; then
13415 ac_cv_c_bigendian
=unknown
13417 cat > conftest.
$ac_ext <<EOF
13418 #line 13419 "configure"
13419 #include "confdefs.h"
13421 /* Are we little or big endian? From Harbison&Steele. */
13425 char c[sizeof (long)];
13428 exit (u.c[sizeof (long) - 1] == 1);
13431 if { (eval echo configure
:13432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13433 ac_cv_c_bigendian
=no
13435 echo "configure: failed program was:" >&5
13436 cat conftest.
$ac_ext >&5
13438 ac_cv_c_bigendian
=yes
13446 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
13447 if test $ac_cv_c_bigendian = unknown
; then
13448 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
13450 if test $ac_cv_c_bigendian = yes; then
13451 cat >> confdefs.h
<<\EOF
13452 #define WORDS_BIGENDIAN 1
13458 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
13459 echo "configure:13460: checking how to run the C++ preprocessor" >&5
13460 if test -z "$CXXCPP"; then
13461 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
13462 echo $ac_n "(cached) $ac_c" 1>&6
13465 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13466 ac_cpp
='$CXXCPP $CPPFLAGS'
13467 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13468 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13469 cross_compiling
=$ac_cv_prog_cxx_cross
13470 CXXCPP
="${CXX-g++} -E"
13471 cat > conftest.
$ac_ext <<EOF
13472 #line 13473 "configure"
13473 #include "confdefs.h"
13474 #include <stdlib.h>
13476 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13477 { (eval echo configure
:13478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13478 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13479 if test -z "$ac_err"; then
13483 echo "configure: failed program was:" >&5
13484 cat conftest.
$ac_ext >&5
13489 ac_cv_prog_CXXCPP
="$CXXCPP"
13491 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13492 ac_cpp
='$CXXCPP $CPPFLAGS'
13493 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13494 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13495 cross_compiling
=$ac_cv_prog_cxx_cross
13498 CXXCPP
="$ac_cv_prog_CXXCPP"
13499 echo "$ac_t""$CXXCPP" 1>&6
13502 if test "$cross_compiling" = "yes"; then
13503 cat >> confdefs.h
<<\EOF
13504 #define wxUSE_IOSTREAMH 1
13510 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13511 ac_cpp
='$CXXCPP $CPPFLAGS'
13512 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13513 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13514 cross_compiling
=$ac_cv_prog_cxx_cross
13517 for ac_hdr
in iostream
13519 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13520 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13521 echo "configure:13522: checking for $ac_hdr" >&5
13522 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13523 echo $ac_n "(cached) $ac_c" 1>&6
13525 cat > conftest.
$ac_ext <<EOF
13526 #line 13527 "configure"
13527 #include "confdefs.h"
13530 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13531 { (eval echo configure
:13532: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13532 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13533 if test -z "$ac_err"; then
13535 eval "ac_cv_header_$ac_safe=yes"
13538 echo "configure: failed program was:" >&5
13539 cat conftest.
$ac_ext >&5
13541 eval "ac_cv_header_$ac_safe=no"
13545 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13546 echo "$ac_t""yes" 1>&6
13547 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13548 cat >> confdefs.h
<<EOF
13549 #define $ac_tr_hdr 1
13553 echo "$ac_t""no" 1>&6
13558 if test "$ac_cv_header_iostream" = "yes" ; then
13561 cat >> confdefs.h
<<\EOF
13562 #define wxUSE_IOSTREAMH 1
13568 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13569 ac_cpp
='$CPP $CPPFLAGS'
13570 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13571 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13572 cross_compiling
=$ac_cv_prog_cc_cross
13578 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
13579 echo "configure:13580: checking if C++ compiler supports bool" >&5
13580 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
13581 echo $ac_n "(cached) $ac_c" 1>&6
13586 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13587 ac_cpp
='$CXXCPP $CPPFLAGS'
13588 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13589 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13590 cross_compiling
=$ac_cv_prog_cxx_cross
13593 cat > conftest.
$ac_ext <<EOF
13594 #line 13595 "configure"
13595 #include "confdefs.h"
13606 if { (eval echo configure
:13607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13612 echo "configure: failed program was:" >&5
13613 cat conftest.
$ac_ext >&5
13623 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13624 ac_cpp
='$CPP $CPPFLAGS'
13625 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13626 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13627 cross_compiling
=$ac_cv_prog_cc_cross
13632 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
13634 if test "$wx_cv_cpp_bool" = "yes"; then
13635 cat >> confdefs.h
<<\EOF
13636 #define HAVE_BOOL 1
13643 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
13644 echo "configure:13645: checking for wcslen in -lc" >&5
13645 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13646 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13647 echo $ac_n "(cached) $ac_c" 1>&6
13649 ac_save_LIBS
="$LIBS"
13651 cat > conftest.
$ac_ext <<EOF
13652 #line 13653 "configure"
13653 #include "confdefs.h"
13654 /* Override any gcc2 internal prototype to avoid an error. */
13655 /* We use char because int might match the return type of a gcc2
13656 builtin and then its argument prototype would still apply. */
13663 if { (eval echo configure
:13664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13665 eval "ac_cv_lib_$ac_lib_var=yes"
13667 echo "configure: failed program was:" >&5
13668 cat conftest.
$ac_ext >&5
13670 eval "ac_cv_lib_$ac_lib_var=no"
13673 LIBS
="$ac_save_LIBS"
13676 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13677 echo "$ac_t""yes" 1>&6
13679 cat >> confdefs.h
<<\EOF
13680 #define HAVE_WCSLEN 1
13686 echo "$ac_t""no" 1>&6
13688 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
13689 echo "configure:13690: checking for wcslen in -lw" >&5
13690 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13691 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13692 echo $ac_n "(cached) $ac_c" 1>&6
13694 ac_save_LIBS
="$LIBS"
13696 cat > conftest.
$ac_ext <<EOF
13697 #line 13698 "configure"
13698 #include "confdefs.h"
13699 /* Override any gcc2 internal prototype to avoid an error. */
13700 /* We use char because int might match the return type of a gcc2
13701 builtin and then its argument prototype would still apply. */
13708 if { (eval echo configure
:13709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13710 eval "ac_cv_lib_$ac_lib_var=yes"
13712 echo "configure: failed program was:" >&5
13713 cat conftest.
$ac_ext >&5
13715 eval "ac_cv_lib_$ac_lib_var=no"
13718 LIBS
="$ac_save_LIBS"
13721 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13722 echo "$ac_t""yes" 1>&6
13724 cat >> confdefs.h
<<\EOF
13725 #define HAVE_WCSLEN 1
13731 echo "$ac_t""no" 1>&6
13733 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
13734 echo "configure:13735: checking for wcslen in -lmsvcrt" >&5
13735 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13736 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13737 echo $ac_n "(cached) $ac_c" 1>&6
13739 ac_save_LIBS
="$LIBS"
13740 LIBS
="-lmsvcrt $LIBS"
13741 cat > conftest.
$ac_ext <<EOF
13742 #line 13743 "configure"
13743 #include "confdefs.h"
13744 /* Override any gcc2 internal prototype to avoid an error. */
13745 /* We use char because int might match the return type of a gcc2
13746 builtin and then its argument prototype would still apply. */
13753 if { (eval echo configure
:13754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13755 eval "ac_cv_lib_$ac_lib_var=yes"
13757 echo "configure: failed program was:" >&5
13758 cat conftest.
$ac_ext >&5
13760 eval "ac_cv_lib_$ac_lib_var=no"
13763 LIBS
="$ac_save_LIBS"
13766 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13767 echo "$ac_t""yes" 1>&6
13769 cat >> confdefs.h
<<\EOF
13770 #define HAVE_WCSLEN 1
13776 echo "$ac_t""no" 1>&6
13786 for ac_func
in wcsrtombs
13788 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13789 echo "configure:13790: checking for $ac_func" >&5
13790 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13791 echo $ac_n "(cached) $ac_c" 1>&6
13793 cat > conftest.
$ac_ext <<EOF
13794 #line 13795 "configure"
13795 #include "confdefs.h"
13796 /* System header to define __stub macros and hopefully few prototypes,
13797 which can conflict with char $ac_func(); below. */
13798 #include <assert.h>
13799 /* Override any gcc2 internal prototype to avoid an error. */
13800 /* We use char because int might match the return type of a gcc2
13801 builtin and then its argument prototype would still apply. */
13806 /* The GNU C library defines this for functions which it implements
13807 to always fail with ENOSYS. Some functions are actually named
13808 something starting with __ and the normal name is an alias. */
13809 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13817 if { (eval echo configure
:13818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13819 eval "ac_cv_func_$ac_func=yes"
13821 echo "configure: failed program was:" >&5
13822 cat conftest.
$ac_ext >&5
13824 eval "ac_cv_func_$ac_func=no"
13829 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13830 echo "$ac_t""yes" 1>&6
13831 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13832 cat >> confdefs.h
<<EOF
13833 #define $ac_tr_func 1
13837 echo "$ac_t""no" 1>&6
13842 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
13843 echo "configure:13844: checking for vprintf" >&5
13844 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
13845 echo $ac_n "(cached) $ac_c" 1>&6
13847 cat > conftest.
$ac_ext <<EOF
13848 #line 13849 "configure"
13849 #include "confdefs.h"
13850 /* System header to define __stub macros and hopefully few prototypes,
13851 which can conflict with char vprintf(); below. */
13852 #include <assert.h>
13853 /* Override any gcc2 internal prototype to avoid an error. */
13854 /* We use char because int might match the return type of a gcc2
13855 builtin and then its argument prototype would still apply. */
13860 /* The GNU C library defines this for functions which it implements
13861 to always fail with ENOSYS. Some functions are actually named
13862 something starting with __ and the normal name is an alias. */
13863 #if defined (__stub_vprintf) || defined (__stub___vprintf)
13871 if { (eval echo configure
:13872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13873 eval "ac_cv_func_vprintf=yes"
13875 echo "configure: failed program was:" >&5
13876 cat conftest.
$ac_ext >&5
13878 eval "ac_cv_func_vprintf=no"
13883 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13884 echo "$ac_t""yes" 1>&6
13885 cat >> confdefs.h
<<\EOF
13886 #define HAVE_VPRINTF 1
13890 echo "$ac_t""no" 1>&6
13893 if test "$ac_cv_func_vprintf" != yes; then
13894 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
13895 echo "configure:13896: checking for _doprnt" >&5
13896 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
13897 echo $ac_n "(cached) $ac_c" 1>&6
13899 cat > conftest.
$ac_ext <<EOF
13900 #line 13901 "configure"
13901 #include "confdefs.h"
13902 /* System header to define __stub macros and hopefully few prototypes,
13903 which can conflict with char _doprnt(); below. */
13904 #include <assert.h>
13905 /* Override any gcc2 internal prototype to avoid an error. */
13906 /* We use char because int might match the return type of a gcc2
13907 builtin and then its argument prototype would still apply. */
13912 /* The GNU C library defines this for functions which it implements
13913 to always fail with ENOSYS. Some functions are actually named
13914 something starting with __ and the normal name is an alias. */
13915 #if defined (__stub__doprnt) || defined (__stub____doprnt)
13923 if { (eval echo configure
:13924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13925 eval "ac_cv_func__doprnt=yes"
13927 echo "configure: failed program was:" >&5
13928 cat conftest.
$ac_ext >&5
13930 eval "ac_cv_func__doprnt=no"
13935 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
13936 echo "$ac_t""yes" 1>&6
13937 cat >> confdefs.h
<<\EOF
13938 #define HAVE_DOPRNT 1
13942 echo "$ac_t""no" 1>&6
13952 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
13953 echo "configure:13954: checking for vsnprintf" >&5
13954 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
13955 echo $ac_n "(cached) $ac_c" 1>&6
13958 cat > conftest.
$ac_ext <<EOF
13959 #line 13960 "configure"
13960 #include "confdefs.h"
13963 #include <stdarg.h>
13967 int wx_test_vsnprintf(const char *, ...);
13969 wx_test_vsnprintf("%s");
13973 int wx_test_vsnprintf(const char *fmt, ...)
13978 va_start(argp, fmt);
13979 vsnprintf(s, 42, fmt, argp);
13984 if { (eval echo configure
:13985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13987 wx_cv_func_vsnprintf
=yes
13990 echo "configure: failed program was:" >&5
13991 cat conftest.
$ac_ext >&5
13994 cat > conftest.
$ac_ext <<EOF
13995 #line 13996 "configure"
13996 #include "confdefs.h"
13999 #include <stdarg.h>
14003 int wx_test_vsnprintf(const char *, ...);
14005 wx_test_vsnprintf("%s");
14009 int wx_test_vsnprintf(const char *fmt, ...)
14014 va_start(argp, fmt);
14015 _vsnprintf(s, 42, fmt, argp);
14020 if { (eval echo configure
:14021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14023 wx_cv_func_vsnprintf
=yes
14026 echo "configure: failed program was:" >&5
14027 cat conftest.
$ac_ext >&5
14030 wx_cv_func_vsnprintf
=no
14040 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
14042 if test "$wx_cv_func_vsnprintf" = yes; then
14043 cat >> confdefs.h
<<\EOF
14044 #define HAVE_VSNPRINTF 1
14048 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
14051 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
14052 echo "configure:14053: checking for vsscanf" >&5
14053 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
14054 echo $ac_n "(cached) $ac_c" 1>&6
14057 cat > conftest.
$ac_ext <<EOF
14058 #line 14059 "configure"
14059 #include "confdefs.h"
14062 #include <stdarg.h>
14066 int wx_test_vsscanf(const char *, ...);
14068 wx_test_vsscanf("%d");
14072 int wx_test_vsscanf(const char *fmt, ...)
14075 va_start(argp, fmt);
14076 vsscanf("42", fmt, argp);
14081 if { (eval echo configure
:14082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14084 wx_cv_func_vsscanf
=yes
14087 echo "configure: failed program was:" >&5
14088 cat conftest.
$ac_ext >&5
14091 wx_cv_func_vsscanf
=no
14098 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
14100 if test "$wx_cv_func_vsscanf" = yes; then
14101 cat >> confdefs.h
<<\EOF
14102 #define HAVE_VSSCANF 1
14107 if test "$TOOLKIT" != "MSW"; then
14112 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14113 ac_cpp
='$CXXCPP $CPPFLAGS'
14114 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14115 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14116 cross_compiling
=$ac_cv_prog_cxx_cross
14118 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
14119 echo "configure:14120: checking if iconv() takes char**" >&5
14120 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
14121 echo $ac_n "(cached) $ac_c" 1>&6
14124 cat > conftest.
$ac_ext <<EOF
14125 #line 14126 "configure"
14126 #include "confdefs.h"
14130 char **inbuf, **outbuf;
14132 size_t insz, outsz;
14133 iconv(cd, inbuf, &insz, outbuf, &outsz);
14137 if { (eval echo configure
:14138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14139 wx_cv_iconv_takes_char
=yes
14141 echo "configure: failed program was:" >&5
14142 cat conftest.
$ac_ext >&5
14144 wx_cv_iconv_takes_char
=no
14150 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
14152 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14153 ac_cpp
='$CPP $CPPFLAGS'
14154 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14155 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14156 cross_compiling
=$ac_cv_prog_cc_cross
14158 if test "$wx_cv_iconv_takes_char" = yes ; then
14159 cat >> confdefs.h
<<\EOF
14160 #define WX_ICONV_TAKES_CHAR 1
14166 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
14167 for ac_func
in sigaction
14169 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14170 echo "configure:14171: checking for $ac_func" >&5
14171 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14172 echo $ac_n "(cached) $ac_c" 1>&6
14174 cat > conftest.
$ac_ext <<EOF
14175 #line 14176 "configure"
14176 #include "confdefs.h"
14177 /* System header to define __stub macros and hopefully few prototypes,
14178 which can conflict with char $ac_func(); below. */
14179 #include <assert.h>
14180 /* Override any gcc2 internal prototype to avoid an error. */
14181 /* We use char because int might match the return type of a gcc2
14182 builtin and then its argument prototype would still apply. */
14187 /* The GNU C library defines this for functions which it implements
14188 to always fail with ENOSYS. Some functions are actually named
14189 something starting with __ and the normal name is an alias. */
14190 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14198 if { (eval echo configure
:14199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14200 eval "ac_cv_func_$ac_func=yes"
14202 echo "configure: failed program was:" >&5
14203 cat conftest.
$ac_ext >&5
14205 eval "ac_cv_func_$ac_func=no"
14210 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14211 echo "$ac_t""yes" 1>&6
14212 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14213 cat >> confdefs.h
<<EOF
14214 #define $ac_tr_func 1
14218 echo "$ac_t""no" 1>&6
14223 if test "$ac_cv_func_sigaction" = "no"; then
14224 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
14225 wxUSE_ON_FATAL_EXCEPTION
=no
14228 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
14231 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14232 ac_cpp
='$CXXCPP $CPPFLAGS'
14233 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14234 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14235 cross_compiling
=$ac_cv_prog_cxx_cross
14238 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
14239 echo "configure:14240: checking for sa_handler type" >&5
14240 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
14241 echo $ac_n "(cached) $ac_c" 1>&6
14244 cat > conftest.
$ac_ext <<EOF
14245 #line 14246 "configure"
14246 #include "confdefs.h"
14247 #include <signal.h>
14250 extern void testSigHandler(int);
14252 struct sigaction sa;
14253 sa.sa_handler = testSigHandler;
14257 if { (eval echo configure
:14258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14260 wx_cv_type_sa_handler
=int
14263 echo "configure: failed program was:" >&5
14264 cat conftest.
$ac_ext >&5
14267 wx_cv_type_sa_handler
=void
14274 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
14277 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14278 ac_cpp
='$CPP $CPPFLAGS'
14279 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14280 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14281 cross_compiling
=$ac_cv_prog_cc_cross
14284 cat >> confdefs.h
<<EOF
14285 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
14291 for ac_func
in vfork
14293 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14294 echo "configure:14295: checking for $ac_func" >&5
14295 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14296 echo $ac_n "(cached) $ac_c" 1>&6
14298 cat > conftest.
$ac_ext <<EOF
14299 #line 14300 "configure"
14300 #include "confdefs.h"
14301 /* System header to define __stub macros and hopefully few prototypes,
14302 which can conflict with char $ac_func(); below. */
14303 #include <assert.h>
14304 /* Override any gcc2 internal prototype to avoid an error. */
14305 /* We use char because int might match the return type of a gcc2
14306 builtin and then its argument prototype would still apply. */
14311 /* The GNU C library defines this for functions which it implements
14312 to always fail with ENOSYS. Some functions are actually named
14313 something starting with __ and the normal name is an alias. */
14314 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14322 if { (eval echo configure
:14323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14324 eval "ac_cv_func_$ac_func=yes"
14326 echo "configure: failed program was:" >&5
14327 cat conftest.
$ac_ext >&5
14329 eval "ac_cv_func_$ac_func=no"
14334 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14335 echo "$ac_t""yes" 1>&6
14336 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14337 cat >> confdefs.h
<<EOF
14338 #define $ac_tr_func 1
14342 echo "$ac_t""no" 1>&6
14347 echo $ac_n "checking for statfs""... $ac_c" 1>&6
14348 echo "configure:14349: checking for statfs" >&5
14349 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
14350 echo $ac_n "(cached) $ac_c" 1>&6
14352 cat > conftest.
$ac_ext <<EOF
14353 #line 14354 "configure"
14354 #include "confdefs.h"
14356 #if defined(__BSD__)
14357 #include <sys/param.h>
14358 #include <sys/mount.h>
14360 #include <sys/vfs.h>
14374 if { (eval echo configure
:14375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14377 wx_cv_func_statfs
=yes
14380 echo "configure: failed program was:" >&5
14381 cat conftest.
$ac_ext >&5
14384 wx_cv_func_statfs
=no
14392 echo "$ac_t""$wx_cv_func_statfs" 1>&6
14394 if test "$wx_cv_func_statfs" = "yes"; then
14395 cat >> confdefs.h
<<\EOF
14396 #define HAVE_STATFS 1
14400 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
14401 echo "configure:14402: checking for statvfs" >&5
14402 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
14403 echo $ac_n "(cached) $ac_c" 1>&6
14405 cat > conftest.
$ac_ext <<EOF
14406 #line 14407 "configure"
14407 #include "confdefs.h"
14409 #include <sys/statvfs.h>
14422 if { (eval echo configure
:14423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14425 wx_cv_func_statvfs
=yes
14428 echo "configure: failed program was:" >&5
14429 cat conftest.
$ac_ext >&5
14432 wx_cv_func_statvfs
=no
14440 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
14442 if test "$wx_cv_func_statvfs" = "yes"; then
14443 cat >> confdefs.h
<<\EOF
14444 #define HAVE_STATVFS 1
14448 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
14452 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
14453 for ac_func
in fcntl flock
14455 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14456 echo "configure:14457: checking for $ac_func" >&5
14457 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14458 echo $ac_n "(cached) $ac_c" 1>&6
14460 cat > conftest.
$ac_ext <<EOF
14461 #line 14462 "configure"
14462 #include "confdefs.h"
14463 /* System header to define __stub macros and hopefully few prototypes,
14464 which can conflict with char $ac_func(); below. */
14465 #include <assert.h>
14466 /* Override any gcc2 internal prototype to avoid an error. */
14467 /* We use char because int might match the return type of a gcc2
14468 builtin and then its argument prototype would still apply. */
14473 /* The GNU C library defines this for functions which it implements
14474 to always fail with ENOSYS. Some functions are actually named
14475 something starting with __ and the normal name is an alias. */
14476 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14484 if { (eval echo configure
:14485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14486 eval "ac_cv_func_$ac_func=yes"
14488 echo "configure: failed program was:" >&5
14489 cat conftest.
$ac_ext >&5
14491 eval "ac_cv_func_$ac_func=no"
14496 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14497 echo "$ac_t""yes" 1>&6
14498 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14499 cat >> confdefs.h
<<EOF
14500 #define $ac_tr_func 1
14504 echo "$ac_t""no" 1>&6
14509 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
14510 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
14511 wxUSE_SNGLINST_CHECKER
=no
14515 for ac_func
in timegm
14517 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14518 echo "configure:14519: checking for $ac_func" >&5
14519 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14520 echo $ac_n "(cached) $ac_c" 1>&6
14522 cat > conftest.
$ac_ext <<EOF
14523 #line 14524 "configure"
14524 #include "confdefs.h"
14525 /* System header to define __stub macros and hopefully few prototypes,
14526 which can conflict with char $ac_func(); below. */
14527 #include <assert.h>
14528 /* Override any gcc2 internal prototype to avoid an error. */
14529 /* We use char because int might match the return type of a gcc2
14530 builtin and then its argument prototype would still apply. */
14535 /* The GNU C library defines this for functions which it implements
14536 to always fail with ENOSYS. Some functions are actually named
14537 something starting with __ and the normal name is an alias. */
14538 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14546 if { (eval echo configure
:14547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14548 eval "ac_cv_func_$ac_func=yes"
14550 echo "configure: failed program was:" >&5
14551 cat conftest.
$ac_ext >&5
14553 eval "ac_cv_func_$ac_func=no"
14558 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14559 echo "$ac_t""yes" 1>&6
14560 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14561 cat >> confdefs.h
<<EOF
14562 #define $ac_tr_func 1
14566 echo "$ac_t""no" 1>&6
14571 for ac_func
in putenv setenv
14573 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14574 echo "configure:14575: checking for $ac_func" >&5
14575 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14576 echo $ac_n "(cached) $ac_c" 1>&6
14578 cat > conftest.
$ac_ext <<EOF
14579 #line 14580 "configure"
14580 #include "confdefs.h"
14581 /* System header to define __stub macros and hopefully few prototypes,
14582 which can conflict with char $ac_func(); below. */
14583 #include <assert.h>
14584 /* Override any gcc2 internal prototype to avoid an error. */
14585 /* We use char because int might match the return type of a gcc2
14586 builtin and then its argument prototype would still apply. */
14591 /* The GNU C library defines this for functions which it implements
14592 to always fail with ENOSYS. Some functions are actually named
14593 something starting with __ and the normal name is an alias. */
14594 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14602 if { (eval echo configure
:14603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14604 eval "ac_cv_func_$ac_func=yes"
14606 echo "configure: failed program was:" >&5
14607 cat conftest.
$ac_ext >&5
14609 eval "ac_cv_func_$ac_func=no"
14614 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14615 echo "$ac_t""yes" 1>&6
14616 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14617 cat >> confdefs.h
<<EOF
14618 #define $ac_tr_func 1
14622 echo "$ac_t""no" 1>&6
14627 HAVE_SOME_SLEEP_FUNC
=0
14628 if test "$USE_BEOS" = 1; then
14629 cat >> confdefs.h
<<\EOF
14630 #define HAVE_SLEEP 1
14633 HAVE_SOME_SLEEP_FUNC
=1
14636 if test "$USE_DARWIN" = 1; then
14637 cat >> confdefs.h
<<\EOF
14638 #define HAVE_USLEEP 1
14641 HAVE_SOME_SLEEP_FUNC
=1
14644 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
14646 for ac_func
in nanosleep
14648 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14649 echo "configure:14650: checking for $ac_func" >&5
14650 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14651 echo $ac_n "(cached) $ac_c" 1>&6
14653 cat > conftest.
$ac_ext <<EOF
14654 #line 14655 "configure"
14655 #include "confdefs.h"
14656 /* System header to define __stub macros and hopefully few prototypes,
14657 which can conflict with char $ac_func(); below. */
14658 #include <assert.h>
14659 /* Override any gcc2 internal prototype to avoid an error. */
14660 /* We use char because int might match the return type of a gcc2
14661 builtin and then its argument prototype would still apply. */
14666 /* The GNU C library defines this for functions which it implements
14667 to always fail with ENOSYS. Some functions are actually named
14668 something starting with __ and the normal name is an alias. */
14669 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14677 if { (eval echo configure
:14678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14679 eval "ac_cv_func_$ac_func=yes"
14681 echo "configure: failed program was:" >&5
14682 cat conftest.
$ac_ext >&5
14684 eval "ac_cv_func_$ac_func=no"
14689 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14690 echo "$ac_t""yes" 1>&6
14691 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14692 cat >> confdefs.h
<<EOF
14693 #define $ac_tr_func 1
14695 cat >> confdefs.h
<<\EOF
14696 #define HAVE_NANOSLEEP 1
14700 echo "$ac_t""no" 1>&6
14701 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
14702 echo "configure:14703: checking for nanosleep in -lposix4" >&5
14703 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
14704 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14705 echo $ac_n "(cached) $ac_c" 1>&6
14707 ac_save_LIBS
="$LIBS"
14708 LIBS
="-lposix4 $LIBS"
14709 cat > conftest.
$ac_ext <<EOF
14710 #line 14711 "configure"
14711 #include "confdefs.h"
14712 /* Override any gcc2 internal prototype to avoid an error. */
14713 /* We use char because int might match the return type of a gcc2
14714 builtin and then its argument prototype would still apply. */
14721 if { (eval echo configure
:14722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14723 eval "ac_cv_lib_$ac_lib_var=yes"
14725 echo "configure: failed program was:" >&5
14726 cat conftest.
$ac_ext >&5
14728 eval "ac_cv_lib_$ac_lib_var=no"
14731 LIBS
="$ac_save_LIBS"
14734 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14735 echo "$ac_t""yes" 1>&6
14737 cat >> confdefs.h
<<\EOF
14738 #define HAVE_NANOSLEEP 1
14741 POSIX4_LINK
=" -lposix4"
14744 echo "$ac_t""no" 1>&6
14746 for ac_func
in usleep
14748 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14749 echo "configure:14750: checking for $ac_func" >&5
14750 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14751 echo $ac_n "(cached) $ac_c" 1>&6
14753 cat > conftest.
$ac_ext <<EOF
14754 #line 14755 "configure"
14755 #include "confdefs.h"
14756 /* System header to define __stub macros and hopefully few prototypes,
14757 which can conflict with char $ac_func(); below. */
14758 #include <assert.h>
14759 /* Override any gcc2 internal prototype to avoid an error. */
14760 /* We use char because int might match the return type of a gcc2
14761 builtin and then its argument prototype would still apply. */
14766 /* The GNU C library defines this for functions which it implements
14767 to always fail with ENOSYS. Some functions are actually named
14768 something starting with __ and the normal name is an alias. */
14769 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14777 if { (eval echo configure
:14778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14779 eval "ac_cv_func_$ac_func=yes"
14781 echo "configure: failed program was:" >&5
14782 cat conftest.
$ac_ext >&5
14784 eval "ac_cv_func_$ac_func=no"
14789 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14790 echo "$ac_t""yes" 1>&6
14791 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14792 cat >> confdefs.h
<<EOF
14793 #define $ac_tr_func 1
14795 cat >> confdefs.h
<<\EOF
14796 #define HAVE_USLEEP 1
14800 echo "$ac_t""no" 1>&6
14801 echo "configure: warning: wxSleep() function will not work" 1>&2
14817 for ac_func
in uname gethostname
14819 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14820 echo "configure:14821: checking for $ac_func" >&5
14821 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14822 echo $ac_n "(cached) $ac_c" 1>&6
14824 cat > conftest.
$ac_ext <<EOF
14825 #line 14826 "configure"
14826 #include "confdefs.h"
14827 /* System header to define __stub macros and hopefully few prototypes,
14828 which can conflict with char $ac_func(); below. */
14829 #include <assert.h>
14830 /* Override any gcc2 internal prototype to avoid an error. */
14831 /* We use char because int might match the return type of a gcc2
14832 builtin and then its argument prototype would still apply. */
14837 /* The GNU C library defines this for functions which it implements
14838 to always fail with ENOSYS. Some functions are actually named
14839 something starting with __ and the normal name is an alias. */
14840 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14848 if { (eval echo configure
:14849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14850 eval "ac_cv_func_$ac_func=yes"
14852 echo "configure: failed program was:" >&5
14853 cat conftest.
$ac_ext >&5
14855 eval "ac_cv_func_$ac_func=no"
14860 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14861 echo "$ac_t""yes" 1>&6
14862 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14863 cat >> confdefs.h
<<EOF
14864 #define $ac_tr_func 1
14868 echo "$ac_t""no" 1>&6
14875 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14876 ac_cpp
='$CXXCPP $CPPFLAGS'
14877 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14878 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14879 cross_compiling
=$ac_cv_prog_cxx_cross
14882 for ac_func
in strtok_r
14884 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14885 echo "configure:14886: checking for $ac_func" >&5
14886 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14887 echo $ac_n "(cached) $ac_c" 1>&6
14889 cat > conftest.
$ac_ext <<EOF
14890 #line 14891 "configure"
14891 #include "confdefs.h"
14892 /* System header to define __stub macros and hopefully few prototypes,
14893 which can conflict with char $ac_func(); below. */
14894 #include <assert.h>
14895 /* Override any gcc2 internal prototype to avoid an error. */
14899 /* We use char because int might match the return type of a gcc2
14900 builtin and then its argument prototype would still apply. */
14905 /* The GNU C library defines this for functions which it implements
14906 to always fail with ENOSYS. Some functions are actually named
14907 something starting with __ and the normal name is an alias. */
14908 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14916 if { (eval echo configure
:14917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14918 eval "ac_cv_func_$ac_func=yes"
14920 echo "configure: failed program was:" >&5
14921 cat conftest.
$ac_ext >&5
14923 eval "ac_cv_func_$ac_func=no"
14928 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14929 echo "$ac_t""yes" 1>&6
14930 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14931 cat >> confdefs.h
<<EOF
14932 #define $ac_tr_func 1
14936 echo "$ac_t""no" 1>&6
14942 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14943 ac_cpp
='$CPP $CPPFLAGS'
14944 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14945 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14946 cross_compiling
=$ac_cv_prog_cc_cross
14950 for ac_func
in inet_addr
14952 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14953 echo "configure:14954: checking for $ac_func" >&5
14954 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14955 echo $ac_n "(cached) $ac_c" 1>&6
14957 cat > conftest.
$ac_ext <<EOF
14958 #line 14959 "configure"
14959 #include "confdefs.h"
14960 /* System header to define __stub macros and hopefully few prototypes,
14961 which can conflict with char $ac_func(); below. */
14962 #include <assert.h>
14963 /* Override any gcc2 internal prototype to avoid an error. */
14964 /* We use char because int might match the return type of a gcc2
14965 builtin and then its argument prototype would still apply. */
14970 /* The GNU C library defines this for functions which it implements
14971 to always fail with ENOSYS. Some functions are actually named
14972 something starting with __ and the normal name is an alias. */
14973 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14981 if { (eval echo configure
:14982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14983 eval "ac_cv_func_$ac_func=yes"
14985 echo "configure: failed program was:" >&5
14986 cat conftest.
$ac_ext >&5
14988 eval "ac_cv_func_$ac_func=no"
14993 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14994 echo "$ac_t""yes" 1>&6
14995 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14996 cat >> confdefs.h
<<EOF
14997 #define $ac_tr_func 1
14999 cat >> confdefs.h
<<\EOF
15000 #define HAVE_INET_ADDR 1
15004 echo "$ac_t""no" 1>&6
15005 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
15006 echo "configure:15007: checking for inet_addr in -lnsl" >&5
15007 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
15008 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15009 echo $ac_n "(cached) $ac_c" 1>&6
15011 ac_save_LIBS
="$LIBS"
15013 cat > conftest.
$ac_ext <<EOF
15014 #line 15015 "configure"
15015 #include "confdefs.h"
15016 /* Override any gcc2 internal prototype to avoid an error. */
15017 /* We use char because int might match the return type of a gcc2
15018 builtin and then its argument prototype would still apply. */
15025 if { (eval echo configure
:15026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15027 eval "ac_cv_lib_$ac_lib_var=yes"
15029 echo "configure: failed program was:" >&5
15030 cat conftest.
$ac_ext >&5
15032 eval "ac_cv_lib_$ac_lib_var=no"
15035 LIBS
="$ac_save_LIBS"
15038 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15039 echo "$ac_t""yes" 1>&6
15042 echo "$ac_t""no" 1>&6
15043 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
15044 echo "configure:15045: checking for inet_addr in -lresolv" >&5
15045 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
15046 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15047 echo $ac_n "(cached) $ac_c" 1>&6
15049 ac_save_LIBS
="$LIBS"
15050 LIBS
="-lresolv $LIBS"
15051 cat > conftest.
$ac_ext <<EOF
15052 #line 15053 "configure"
15053 #include "confdefs.h"
15054 /* Override any gcc2 internal prototype to avoid an error. */
15055 /* We use char because int might match the return type of a gcc2
15056 builtin and then its argument prototype would still apply. */
15063 if { (eval echo configure
:15064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15065 eval "ac_cv_lib_$ac_lib_var=yes"
15067 echo "configure: failed program was:" >&5
15068 cat conftest.
$ac_ext >&5
15070 eval "ac_cv_lib_$ac_lib_var=no"
15073 LIBS
="$ac_save_LIBS"
15076 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15077 echo "$ac_t""yes" 1>&6
15081 echo "$ac_t""no" 1>&6
15093 for ac_func
in inet_aton
15095 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15096 echo "configure:15097: checking for $ac_func" >&5
15097 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15098 echo $ac_n "(cached) $ac_c" 1>&6
15100 cat > conftest.
$ac_ext <<EOF
15101 #line 15102 "configure"
15102 #include "confdefs.h"
15103 /* System header to define __stub macros and hopefully few prototypes,
15104 which can conflict with char $ac_func(); below. */
15105 #include <assert.h>
15106 /* Override any gcc2 internal prototype to avoid an error. */
15107 /* We use char because int might match the return type of a gcc2
15108 builtin and then its argument prototype would still apply. */
15113 /* The GNU C library defines this for functions which it implements
15114 to always fail with ENOSYS. Some functions are actually named
15115 something starting with __ and the normal name is an alias. */
15116 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15124 if { (eval echo configure
:15125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15126 eval "ac_cv_func_$ac_func=yes"
15128 echo "configure: failed program was:" >&5
15129 cat conftest.
$ac_ext >&5
15131 eval "ac_cv_func_$ac_func=no"
15136 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15137 echo "$ac_t""yes" 1>&6
15138 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15139 cat >> confdefs.h
<<EOF
15140 #define $ac_tr_func 1
15142 cat >> confdefs.h
<<\EOF
15143 #define HAVE_INET_ATON 1
15147 echo "$ac_t""no" 1>&6
15148 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
15149 echo "configure:15150: checking for inet_aton in -l$INET_LINK" >&5
15150 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
15151 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15152 echo $ac_n "(cached) $ac_c" 1>&6
15154 ac_save_LIBS
="$LIBS"
15155 LIBS
="-l$INET_LINK $LIBS"
15156 cat > conftest.
$ac_ext <<EOF
15157 #line 15158 "configure"
15158 #include "confdefs.h"
15159 /* Override any gcc2 internal prototype to avoid an error. */
15160 /* We use char because int might match the return type of a gcc2
15161 builtin and then its argument prototype would still apply. */
15168 if { (eval echo configure
:15169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15170 eval "ac_cv_lib_$ac_lib_var=yes"
15172 echo "configure: failed program was:" >&5
15173 cat conftest.
$ac_ext >&5
15175 eval "ac_cv_lib_$ac_lib_var=no"
15178 LIBS
="$ac_save_LIBS"
15181 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15182 echo "$ac_t""yes" 1>&6
15183 cat >> confdefs.h
<<\EOF
15184 #define HAVE_INET_ATON 1
15188 echo "$ac_t""no" 1>&6
15196 if test "x$INET_LINK" != "x"; then
15197 cat >> confdefs.h
<<\EOF
15198 #define HAVE_INET_ADDR 1
15201 INET_LINK
=" -l$INET_LINK"
15207 cat > confcache
<<\EOF
15208 # This file is a shell script that caches the results of configure
15209 # tests run on this system so they can be shared between configure
15210 # scripts and configure runs. It is not useful on other systems.
15211 # If it contains results you don't want to keep, you may remove or edit it.
15213 # By default, configure uses ./config.cache as the cache file,
15214 # creating it if it does not exist already. You can give configure
15215 # the --cache-file=FILE option to use a different cache file; that is
15216 # what configure does when it calls configure scripts in
15217 # subdirectories, so they share the cache.
15218 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15219 # config.status only pays attention to the cache file if you give it the
15220 # --recheck option to rerun configure.
15223 # The following way of writing the cache mishandles newlines in values,
15224 # but we know of no workaround that is simple, portable, and efficient.
15225 # So, don't put newlines in cache variables' values.
15226 # Ultrix sh set writes to stderr and can't be redirected directly,
15227 # and sets the high bit in the cache file unless we assign to the vars.
15229 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15231 # `set' does not quote correctly, so add quotes (double-quote substitution
15232 # turns \\\\ into \\, and sed turns \\ into \).
15234 -e "s/'/'\\\\''/g" \
15235 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15238 # `set' quotes correctly as required by POSIX, so do not add quotes.
15239 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15242 if cmp -s $cache_file confcache
; then
15245 if test -w $cache_file; then
15246 echo "updating cache $cache_file"
15247 cat confcache
> $cache_file
15249 echo "not updating unwritable cache $cache_file"
15256 if test "$TOOLKIT" != "MSW"; then
15262 CODE_GEN_FLAGS_CXX
=
15264 if test "$wxUSE_THREADS" = "yes" ; then
15265 if test "$wxUSE_WINE" = 1 ; then
15266 echo "configure: warning: Threads are not supported under WINE" 1>&2
15268 elif test "$USE_BEOS" = 1; then
15269 echo "configure: warning: BeOS threads are not yet supported" 1>&2
15274 if test "$wxUSE_THREADS" = "yes" ; then
15276 if test "$USE_AIX" = 1; then
15277 THREADS_LIB
=pthreads
15279 THREADS_LIB
=pthread
15282 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
15283 echo "configure:15284: checking for pthread_create in -l$THREADS_LIB" >&5
15284 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
15285 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15286 echo $ac_n "(cached) $ac_c" 1>&6
15288 ac_save_LIBS
="$LIBS"
15289 LIBS
="-l$THREADS_LIB $LIBS"
15290 cat > conftest.
$ac_ext <<EOF
15291 #line 15292 "configure"
15292 #include "confdefs.h"
15293 /* Override any gcc2 internal prototype to avoid an error. */
15294 /* We use char because int might match the return type of a gcc2
15295 builtin and then its argument prototype would still apply. */
15296 char pthread_create();
15302 if { (eval echo configure
:15303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15304 eval "ac_cv_lib_$ac_lib_var=yes"
15306 echo "configure: failed program was:" >&5
15307 cat conftest.
$ac_ext >&5
15309 eval "ac_cv_lib_$ac_lib_var=no"
15312 LIBS
="$ac_save_LIBS"
15315 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15316 echo "$ac_t""yes" 1>&6
15318 THREADS_OBJ
="threadpsx.lo"
15319 THREADS_LINK
=$THREADS_LIB
15322 echo "$ac_t""no" 1>&6
15324 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
15325 echo "configure:15326: checking for pthread_create in -lc_r" >&5
15326 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
15327 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15328 echo $ac_n "(cached) $ac_c" 1>&6
15330 ac_save_LIBS
="$LIBS"
15332 cat > conftest.
$ac_ext <<EOF
15333 #line 15334 "configure"
15334 #include "confdefs.h"
15335 /* Override any gcc2 internal prototype to avoid an error. */
15336 /* We use char because int might match the return type of a gcc2
15337 builtin and then its argument prototype would still apply. */
15338 char pthread_create();
15344 if { (eval echo configure
:15345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15346 eval "ac_cv_lib_$ac_lib_var=yes"
15348 echo "configure: failed program was:" >&5
15349 cat conftest.
$ac_ext >&5
15351 eval "ac_cv_lib_$ac_lib_var=no"
15354 LIBS
="$ac_save_LIBS"
15357 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15358 echo "$ac_t""yes" 1>&6
15360 THREADS_OBJ
="threadpsx.lo"
15364 echo "$ac_t""no" 1>&6
15366 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
15367 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
15368 echo "configure:15369: checking for sys/prctl.h" >&5
15369 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15370 echo $ac_n "(cached) $ac_c" 1>&6
15372 cat > conftest.
$ac_ext <<EOF
15373 #line 15374 "configure"
15374 #include "confdefs.h"
15375 #include <sys/prctl.h>
15377 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15378 { (eval echo configure
:15379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15379 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15380 if test -z "$ac_err"; then
15382 eval "ac_cv_header_$ac_safe=yes"
15385 echo "configure: failed program was:" >&5
15386 cat conftest.
$ac_ext >&5
15388 eval "ac_cv_header_$ac_safe=no"
15392 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15393 echo "$ac_t""yes" 1>&6
15395 THREADS_OBJ
="threadsgi.lo"
15398 echo "$ac_t""no" 1>&6
15408 if test -z "$THREADS_OBJ" ; then
15410 echo "configure: warning: No thread support on this system" 1>&2
15414 if test "$wxUSE_THREADS" = "yes" ; then
15415 for ac_func
in thr_setconcurrency
15417 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15418 echo "configure:15419: checking for $ac_func" >&5
15419 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15420 echo $ac_n "(cached) $ac_c" 1>&6
15422 cat > conftest.
$ac_ext <<EOF
15423 #line 15424 "configure"
15424 #include "confdefs.h"
15425 /* System header to define __stub macros and hopefully few prototypes,
15426 which can conflict with char $ac_func(); below. */
15427 #include <assert.h>
15428 /* Override any gcc2 internal prototype to avoid an error. */
15429 /* We use char because int might match the return type of a gcc2
15430 builtin and then its argument prototype would still apply. */
15435 /* The GNU C library defines this for functions which it implements
15436 to always fail with ENOSYS. Some functions are actually named
15437 something starting with __ and the normal name is an alias. */
15438 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15446 if { (eval echo configure
:15447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15448 eval "ac_cv_func_$ac_func=yes"
15450 echo "configure: failed program was:" >&5
15451 cat conftest.
$ac_ext >&5
15453 eval "ac_cv_func_$ac_func=no"
15458 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15459 echo "$ac_t""yes" 1>&6
15460 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15461 cat >> confdefs.h
<<EOF
15462 #define $ac_tr_func 1
15466 echo "$ac_t""no" 1>&6
15472 for ac_hdr
in sched.h
15474 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15475 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15476 echo "configure:15477: checking for $ac_hdr" >&5
15477 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15478 echo $ac_n "(cached) $ac_c" 1>&6
15480 cat > conftest.
$ac_ext <<EOF
15481 #line 15482 "configure"
15482 #include "confdefs.h"
15485 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15486 { (eval echo configure
:15487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15487 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15488 if test -z "$ac_err"; then
15490 eval "ac_cv_header_$ac_safe=yes"
15493 echo "configure: failed program was:" >&5
15494 cat conftest.
$ac_ext >&5
15496 eval "ac_cv_header_$ac_safe=no"
15500 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15501 echo "$ac_t""yes" 1>&6
15502 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15503 cat >> confdefs.h
<<EOF
15504 #define $ac_tr_hdr 1
15508 echo "$ac_t""no" 1>&6
15513 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
15514 echo "configure:15515: checking for sched_yield in -l$THREADS_LINK" >&5
15515 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
15516 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15517 echo $ac_n "(cached) $ac_c" 1>&6
15519 ac_save_LIBS
="$LIBS"
15520 LIBS
="-l$THREADS_LINK $LIBS"
15521 cat > conftest.
$ac_ext <<EOF
15522 #line 15523 "configure"
15523 #include "confdefs.h"
15524 /* Override any gcc2 internal prototype to avoid an error. */
15525 /* We use char because int might match the return type of a gcc2
15526 builtin and then its argument prototype would still apply. */
15527 char sched_yield();
15533 if { (eval echo configure
:15534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15535 eval "ac_cv_lib_$ac_lib_var=yes"
15537 echo "configure: failed program was:" >&5
15538 cat conftest.
$ac_ext >&5
15540 eval "ac_cv_lib_$ac_lib_var=no"
15543 LIBS
="$ac_save_LIBS"
15546 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15547 echo "$ac_t""yes" 1>&6
15548 cat >> confdefs.h
<<\EOF
15549 #define HAVE_SCHED_YIELD 1
15553 echo "$ac_t""no" 1>&6
15554 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
15555 echo "configure:15556: checking for sched_yield in -lposix4" >&5
15556 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
15557 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15558 echo $ac_n "(cached) $ac_c" 1>&6
15560 ac_save_LIBS
="$LIBS"
15561 LIBS
="-lposix4 $LIBS"
15562 cat > conftest.
$ac_ext <<EOF
15563 #line 15564 "configure"
15564 #include "confdefs.h"
15565 /* Override any gcc2 internal prototype to avoid an error. */
15566 /* We use char because int might match the return type of a gcc2
15567 builtin and then its argument prototype would still apply. */
15568 char sched_yield();
15574 if { (eval echo configure
:15575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15576 eval "ac_cv_lib_$ac_lib_var=yes"
15578 echo "configure: failed program was:" >&5
15579 cat conftest.
$ac_ext >&5
15581 eval "ac_cv_lib_$ac_lib_var=no"
15584 LIBS
="$ac_save_LIBS"
15587 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15588 echo "$ac_t""yes" 1>&6
15589 cat >> confdefs.h
<<\EOF
15590 #define HAVE_SCHED_YIELD 1
15592 POSIX4_LINK
=" -lposix4"
15594 echo "$ac_t""no" 1>&6
15595 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
15604 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
15605 echo "configure:15606: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
15606 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
15607 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15608 echo $ac_n "(cached) $ac_c" 1>&6
15610 ac_save_LIBS
="$LIBS"
15611 LIBS
="-l$THREADS_LINK $LIBS"
15612 cat > conftest.
$ac_ext <<EOF
15613 #line 15614 "configure"
15614 #include "confdefs.h"
15615 /* Override any gcc2 internal prototype to avoid an error. */
15616 /* We use char because int might match the return type of a gcc2
15617 builtin and then its argument prototype would still apply. */
15618 char pthread_attr_getschedpolicy();
15621 pthread_attr_getschedpolicy()
15624 if { (eval echo configure
:15625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15626 eval "ac_cv_lib_$ac_lib_var=yes"
15628 echo "configure: failed program was:" >&5
15629 cat conftest.
$ac_ext >&5
15631 eval "ac_cv_lib_$ac_lib_var=no"
15634 LIBS
="$ac_save_LIBS"
15637 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15638 echo "$ac_t""yes" 1>&6
15639 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
15640 echo "configure:15641: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
15641 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
15642 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15643 echo $ac_n "(cached) $ac_c" 1>&6
15645 ac_save_LIBS
="$LIBS"
15646 LIBS
="-l$THREADS_LINK $LIBS"
15647 cat > conftest.
$ac_ext <<EOF
15648 #line 15649 "configure"
15649 #include "confdefs.h"
15650 /* Override any gcc2 internal prototype to avoid an error. */
15651 /* We use char because int might match the return type of a gcc2
15652 builtin and then its argument prototype would still apply. */
15653 char pthread_attr_setschedparam();
15656 pthread_attr_setschedparam()
15659 if { (eval echo configure
:15660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15661 eval "ac_cv_lib_$ac_lib_var=yes"
15663 echo "configure: failed program was:" >&5
15664 cat conftest.
$ac_ext >&5
15666 eval "ac_cv_lib_$ac_lib_var=no"
15669 LIBS
="$ac_save_LIBS"
15672 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15673 echo "$ac_t""yes" 1>&6
15674 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
15675 echo "configure:15676: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
15676 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15677 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15678 echo $ac_n "(cached) $ac_c" 1>&6
15680 ac_save_LIBS
="$LIBS"
15681 LIBS
="-l$THREADS_LINK $LIBS"
15682 cat > conftest.
$ac_ext <<EOF
15683 #line 15684 "configure"
15684 #include "confdefs.h"
15685 /* Override any gcc2 internal prototype to avoid an error. */
15686 /* We use char because int might match the return type of a gcc2
15687 builtin and then its argument prototype would still apply. */
15688 char sched_get_priority_max();
15691 sched_get_priority_max()
15694 if { (eval echo configure
:15695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15696 eval "ac_cv_lib_$ac_lib_var=yes"
15698 echo "configure: failed program was:" >&5
15699 cat conftest.
$ac_ext >&5
15701 eval "ac_cv_lib_$ac_lib_var=no"
15704 LIBS
="$ac_save_LIBS"
15707 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15708 echo "$ac_t""yes" 1>&6
15711 echo "$ac_t""no" 1>&6
15712 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
15713 echo "configure:15714: checking for sched_get_priority_max in -lposix4" >&5
15714 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15715 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15716 echo $ac_n "(cached) $ac_c" 1>&6
15718 ac_save_LIBS
="$LIBS"
15719 LIBS
="-lposix4 $LIBS"
15720 cat > conftest.
$ac_ext <<EOF
15721 #line 15722 "configure"
15722 #include "confdefs.h"
15723 /* Override any gcc2 internal prototype to avoid an error. */
15724 /* We use char because int might match the return type of a gcc2
15725 builtin and then its argument prototype would still apply. */
15726 char sched_get_priority_max();
15729 sched_get_priority_max()
15732 if { (eval echo configure
:15733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15734 eval "ac_cv_lib_$ac_lib_var=yes"
15736 echo "configure: failed program was:" >&5
15737 cat conftest.
$ac_ext >&5
15739 eval "ac_cv_lib_$ac_lib_var=no"
15742 LIBS
="$ac_save_LIBS"
15745 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15746 echo "$ac_t""yes" 1>&6
15749 POSIX4_LINK
=" -lposix4"
15752 echo "$ac_t""no" 1>&6
15760 echo "$ac_t""no" 1>&6
15765 echo "$ac_t""no" 1>&6
15769 if test "$HAVE_PRIOR_FUNCS" = 1; then
15770 cat >> confdefs.h
<<\EOF
15771 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
15775 echo "configure: warning: Setting thread priority will not work" 1>&2
15778 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
15779 echo "configure:15780: checking for pthread_cancel in -l$THREADS_LINK" >&5
15780 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
15781 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15782 echo $ac_n "(cached) $ac_c" 1>&6
15784 ac_save_LIBS
="$LIBS"
15785 LIBS
="-l$THREADS_LINK $LIBS"
15786 cat > conftest.
$ac_ext <<EOF
15787 #line 15788 "configure"
15788 #include "confdefs.h"
15789 /* Override any gcc2 internal prototype to avoid an error. */
15790 /* We use char because int might match the return type of a gcc2
15791 builtin and then its argument prototype would still apply. */
15792 char pthread_cancel();
15798 if { (eval echo configure
:15799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15800 eval "ac_cv_lib_$ac_lib_var=yes"
15802 echo "configure: failed program was:" >&5
15803 cat conftest.
$ac_ext >&5
15805 eval "ac_cv_lib_$ac_lib_var=no"
15808 LIBS
="$ac_save_LIBS"
15811 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15812 echo "$ac_t""yes" 1>&6
15813 cat >> confdefs.h
<<\EOF
15814 #define HAVE_PTHREAD_CANCEL 1
15818 echo "$ac_t""no" 1>&6
15819 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
15823 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
15824 echo "configure:15825: checking for pthread_cleanup_push/pop" >&5
15825 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15826 echo $ac_n "(cached) $ac_c" 1>&6
15829 cat > conftest.
$ac_ext <<EOF
15830 #line 15831 "configure"
15831 #include "confdefs.h"
15832 #include <pthread.h>
15835 pthread_cleanup_push(NULL, NULL);
15836 pthread_cleanup_pop(0);
15840 if { (eval echo configure
:15841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15843 wx_cv_func_pthread_cleanup_push
=yes
15846 echo "configure: failed program was:" >&5
15847 cat conftest.
$ac_ext >&5
15850 wx_cv_func_pthread_cleanup_push
=no
15857 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15859 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15860 cat >> confdefs.h
<<\EOF
15861 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
15867 if test "x$wx_lib_glibc21" = "xyes"; then
15868 CPPFLAGS
="$CPPFLAGS -D_GNU_SOURCE"
15871 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
15872 echo "configure:15873: checking for pthread_mutexattr_t" >&5
15873 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
15874 echo $ac_n "(cached) $ac_c" 1>&6
15877 cat > conftest.
$ac_ext <<EOF
15878 #line 15879 "configure"
15879 #include "confdefs.h"
15880 #include <pthread.h>
15883 pthread_mutexattr_t attr;
15884 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15888 if { (eval echo configure
:15889: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15891 wx_cv_type_pthread_mutexattr_t
=yes
15894 echo "configure: failed program was:" >&5
15895 cat conftest.
$ac_ext >&5
15898 wx_cv_type_pthread_mutexattr_t
=no
15906 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15908 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15909 cat >> confdefs.h
<<\EOF
15910 #define HAVE_PTHREAD_MUTEXATTR_T 1
15914 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
15915 echo "configure:15916: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
15916 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
15917 echo $ac_n "(cached) $ac_c" 1>&6
15920 cat > conftest.
$ac_ext <<EOF
15921 #line 15922 "configure"
15922 #include "confdefs.h"
15923 #include <pthread.h>
15926 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15930 if { (eval echo configure
:15931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15933 wx_cv_type_pthread_rec_mutex_init
=yes
15936 echo "configure: failed program was:" >&5
15937 cat conftest.
$ac_ext >&5
15940 wx_cv_type_pthread_rec_mutex_init
=no
15948 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
15949 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15950 cat >> confdefs.h
<<\EOF
15951 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15955 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
15959 THREADS_LINK
=" -l$THREADS_LINK"
15961 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15962 CPPFLAGS
="$CFLAGS -mt"
15963 CXXFLAGS
="$CXXFLAGS -mt"
15964 LDFLAGS
="$LDFLAGS -mt"
15970 if test "$wxUSE_THREADS" = "yes"; then
15971 cat >> confdefs.h
<<\EOF
15972 #define wxUSE_THREADS 1
15976 if test "$USE_DARWIN" != 1; then
15977 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -D_REENTRANT"
15980 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
15982 if test "$ac_cv_func_strtok_r" = "yes"; then
15983 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
15984 echo "configure:15985: checking if -D_REENTRANT is needed" >&5
15985 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15986 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
15987 echo "$ac_t""yes" 1>&6
15989 echo "$ac_t""no" 1>&6
15994 if test "$WXGTK20" = 1 ; then
15995 cat >> confdefs.h
<<EOF
15996 #define __WXGTK20__ $WXGTK20
16002 if test "$WXGTK12" = 1 ; then
16003 cat >> confdefs.h
<<EOF
16004 #define __WXGTK12__ $WXGTK12
16009 if test "$WXGTK127" = 1 ; then
16010 cat >> confdefs.h
<<EOF
16011 #define __WXGTK127__ $WXGTK127
16018 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
16023 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
16024 wxUSE_DEBUG_INFO
=yes
16028 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
16029 cat >> confdefs.h
<<\EOF
16033 WXDEBUG_DEFINE
="-D__WXDEBUG__"
16035 if test "$wxUSE_GTK" = 1 ; then
16036 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
16040 if test "$wxUSE_MEM_TRACING" = "yes" ; then
16041 cat >> confdefs.h
<<\EOF
16042 #define wxUSE_MEMORY_TRACING 1
16045 cat >> confdefs.h
<<\EOF
16046 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
16049 cat >> confdefs.h
<<\EOF
16050 #define wxUSE_DEBUG_NEW_ALWAYS 1
16053 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
16056 if test "$wxUSE_DMALLOC" = "yes" ; then
16057 DMALLOC_LIBS
="-ldmalloc"
16061 if test "$wxUSE_PROFILE" = "yes" ; then
16065 if test "$GCC" = "yes" ; then
16066 if test "$wxUSE_NO_RTTI" = "yes" ; then
16067 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
16069 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
16070 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
16072 if test "$wxUSE_PERMISSIVE" = "yes" ; then
16073 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
16075 if test "$USE_WIN32" = 1 ; then
16076 # I'm not even really sure what this was ever added to solve,
16077 # but someone added it for mingw native builds, so I guess
16078 # they had a reason, right??
16079 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
16084 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
16085 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
16086 if test "$wxUSE_OPTIMISE" = "no" ; then
16089 if test "$GCC" = yes ; then
16092 i586
-*-*|i686
-*-* )
16093 OPTIMISE
="${OPTIMISE} "
16101 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
16102 cat >> confdefs.h
<<\EOF
16103 #define WXWIN_COMPATIBILITY_2 1
16107 WXWIN_COMPATIBILITY_2_2
="yes"
16110 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
16111 cat >> confdefs.h
<<\EOF
16112 #define WXWIN_COMPATIBILITY_2_2 1
16118 if test "$wxUSE_GUI" = "yes"; then
16119 cat >> confdefs.h
<<\EOF
16120 #define wxUSE_GUI 1
16125 cat >> confdefs.h
<<\EOF
16126 #define wxUSE_NOGUI 1
16132 if test "$wxUSE_UNIX" = "yes"; then
16133 cat >> confdefs.h
<<\EOF
16134 #define wxUSE_UNIX 1
16140 if test "$wxUSE_APPLE_IEEE" = "yes"; then
16141 cat >> confdefs.h
<<\EOF
16142 #define wxUSE_APPLE_IEEE 1
16147 if test "$wxUSE_TIMER" = "yes"; then
16148 cat >> confdefs.h
<<\EOF
16149 #define wxUSE_TIMER 1
16154 if test "$wxUSE_WAVE" = "yes"; then
16155 cat >> confdefs.h
<<\EOF
16156 #define wxUSE_WAVE 1
16161 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
16162 cat >> confdefs.h
<<\EOF
16163 #define wxUSE_CMDLINE_PARSER 1
16168 if test "$wxUSE_STOPWATCH" = "yes"; then
16169 cat >> confdefs.h
<<\EOF
16170 #define wxUSE_STOPWATCH 1
16175 if test "$wxUSE_DATETIME" = "yes"; then
16176 cat >> confdefs.h
<<\EOF
16177 #define wxUSE_DATETIME 1
16182 if test "$wxUSE_TIMEDATE" = "yes"; then
16183 cat >> confdefs.h
<<\EOF
16184 #define wxUSE_TIMEDATE 1
16189 if test "$wxUSE_FILE" = "yes"; then
16190 cat >> confdefs.h
<<\EOF
16191 #define wxUSE_FILE 1
16196 if test "$wxUSE_FFILE" = "yes"; then
16197 cat >> confdefs.h
<<\EOF
16198 #define wxUSE_FFILE 1
16203 if test "$wxUSE_FILESYSTEM" = "yes"; then
16204 cat >> confdefs.h
<<\EOF
16205 #define wxUSE_FILESYSTEM 1
16210 if test "$wxUSE_FS_INET" = "yes"; then
16211 cat >> confdefs.h
<<\EOF
16212 #define wxUSE_FS_INET 1
16217 if test "$wxUSE_FS_ZIP" = "yes"; then
16218 cat >> confdefs.h
<<\EOF
16219 #define wxUSE_FS_ZIP 1
16224 if test "$wxUSE_ZIPSTREAM" = "yes"; then
16225 cat >> confdefs.h
<<\EOF
16226 #define wxUSE_ZIPSTREAM 1
16231 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16232 cat >> confdefs.h
<<\EOF
16233 #define wxUSE_ON_FATAL_EXCEPTION 1
16238 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16239 cat >> confdefs.h
<<\EOF
16240 #define wxUSE_SNGLINST_CHECKER 1
16245 if test "$wxUSE_BUSYINFO" = "yes"; then
16246 cat >> confdefs.h
<<\EOF
16247 #define wxUSE_BUSYINFO 1
16252 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
16253 cat >> confdefs.h
<<\EOF
16254 #define wxUSE_STD_IOSTREAM 1
16259 if test "$wxUSE_TEXTBUFFER" = "yes"; then
16260 cat >> confdefs.h
<<\EOF
16261 #define wxUSE_TEXTBUFFER 1
16266 if test "$wxUSE_TEXTFILE" = "yes"; then
16267 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
16268 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer and won't be compiled without them" 1>&2
16270 cat >> confdefs.h
<<\EOF
16271 #define wxUSE_TEXTFILE 1
16277 if test "$wxUSE_CONFIG" = "yes" ; then
16278 if test "$wxUSE_TEXTFILE" != "yes"; then
16279 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
16281 cat >> confdefs.h
<<\EOF
16282 #define wxUSE_CONFIG 1
16285 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
16289 if test "$wxUSE_INTL" = "yes" ; then
16290 if test "$wxUSE_FILE" != "yes"; then
16291 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
16293 cat >> confdefs.h
<<\EOF
16294 #define wxUSE_INTL 1
16297 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
16298 GUIDIST
="$GUIDIST INTL_DIST"
16302 if test "$wxUSE_LOG" = "yes"; then
16303 cat >> confdefs.h
<<\EOF
16304 #define wxUSE_LOG 1
16308 if test "$wxUSE_LOGGUI" = "yes"; then
16309 cat >> confdefs.h
<<\EOF
16310 #define wxUSE_LOGGUI 1
16315 if test "$wxUSE_LOGWINDOW" = "yes"; then
16316 cat >> confdefs.h
<<\EOF
16317 #define wxUSE_LOGWINDOW 1
16323 if test "$wxUSE_LONGLONG" = "yes"; then
16324 cat >> confdefs.h
<<\EOF
16325 #define wxUSE_LONGLONG 1
16330 if test "$wxUSE_GEOMETRY" = "yes"; then
16331 cat >> confdefs.h
<<\EOF
16332 #define wxUSE_GEOMETRY 1
16337 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
16338 cat >> confdefs.h
<<\EOF
16339 #define wxUSE_DIALUP_MANAGER 1
16342 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
16345 if test "$wxUSE_STREAMS" = "yes" ; then
16346 cat >> confdefs.h
<<\EOF
16347 #define wxUSE_STREAMS 1
16353 if test "$wxUSE_DATETIME" = "yes"; then
16354 for ac_func
in strptime
16356 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16357 echo "configure:16358: checking for $ac_func" >&5
16358 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16359 echo $ac_n "(cached) $ac_c" 1>&6
16361 cat > conftest.
$ac_ext <<EOF
16362 #line 16363 "configure"
16363 #include "confdefs.h"
16364 /* System header to define __stub macros and hopefully few prototypes,
16365 which can conflict with char $ac_func(); below. */
16366 #include <assert.h>
16367 /* Override any gcc2 internal prototype to avoid an error. */
16368 /* We use char because int might match the return type of a gcc2
16369 builtin and then its argument prototype would still apply. */
16374 /* The GNU C library defines this for functions which it implements
16375 to always fail with ENOSYS. Some functions are actually named
16376 something starting with __ and the normal name is an alias. */
16377 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16385 if { (eval echo configure
:16386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16387 eval "ac_cv_func_$ac_func=yes"
16389 echo "configure: failed program was:" >&5
16390 cat conftest.
$ac_ext >&5
16392 eval "ac_cv_func_$ac_func=no"
16397 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16398 echo "$ac_t""yes" 1>&6
16399 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16400 cat >> confdefs.h
<<EOF
16401 #define $ac_tr_func 1
16405 echo "$ac_t""no" 1>&6
16410 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
16411 echo "configure:16412: checking for timezone variable in <time.h>" >&5
16412 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16413 echo $ac_n "(cached) $ac_c" 1>&6
16416 cat > conftest.
$ac_ext <<EOF
16417 #line 16418 "configure"
16418 #include "confdefs.h"
16429 if { (eval echo configure
:16430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16432 wx_cv_var_timezone
=timezone
16435 echo "configure: failed program was:" >&5
16436 cat conftest.
$ac_ext >&5
16439 cat > conftest.
$ac_ext <<EOF
16440 #line 16441 "configure"
16441 #include "confdefs.h"
16452 if { (eval echo configure
:16453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16455 wx_cv_var_timezone
=_timezone
16458 echo "configure: failed program was:" >&5
16459 cat conftest.
$ac_ext >&5
16462 cat > conftest.
$ac_ext <<EOF
16463 #line 16464 "configure"
16464 #include "confdefs.h"
16475 if { (eval echo configure
:16476: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16478 wx_cv_var_timezone
=__timezone
16481 echo "configure: failed program was:" >&5
16482 cat conftest.
$ac_ext >&5
16484 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16500 echo "$ac_t""$wx_cv_var_timezone" 1>&6
16502 cat >> confdefs.h
<<EOF
16503 #define WX_TIMEZONE $wx_cv_var_timezone
16507 for ac_func
in localtime
16509 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16510 echo "configure:16511: checking for $ac_func" >&5
16511 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16512 echo $ac_n "(cached) $ac_c" 1>&6
16514 cat > conftest.
$ac_ext <<EOF
16515 #line 16516 "configure"
16516 #include "confdefs.h"
16517 /* System header to define __stub macros and hopefully few prototypes,
16518 which can conflict with char $ac_func(); below. */
16519 #include <assert.h>
16520 /* Override any gcc2 internal prototype to avoid an error. */
16521 /* We use char because int might match the return type of a gcc2
16522 builtin and then its argument prototype would still apply. */
16527 /* The GNU C library defines this for functions which it implements
16528 to always fail with ENOSYS. Some functions are actually named
16529 something starting with __ and the normal name is an alias. */
16530 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16538 if { (eval echo configure
:16539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16540 eval "ac_cv_func_$ac_func=yes"
16542 echo "configure: failed program was:" >&5
16543 cat conftest.
$ac_ext >&5
16545 eval "ac_cv_func_$ac_func=no"
16550 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16551 echo "$ac_t""yes" 1>&6
16552 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16553 cat >> confdefs.h
<<EOF
16554 #define $ac_tr_func 1
16558 echo "$ac_t""no" 1>&6
16563 if test "$ac_cv_func_localtime" = "yes"; then
16564 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
16565 echo "configure:16566: checking for tm_gmtoff in struct tm" >&5
16566 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16567 echo $ac_n "(cached) $ac_c" 1>&6
16570 cat > conftest.
$ac_ext <<EOF
16571 #line 16572 "configure"
16572 #include "confdefs.h"
16583 if { (eval echo configure
:16584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16586 wx_cv_struct_tm_has_gmtoff
=yes
16589 echo "configure: failed program was:" >&5
16590 cat conftest.
$ac_ext >&5
16592 wx_cv_struct_tm_has_gmtoff
=no
16599 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
16602 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
16603 cat >> confdefs.h
<<\EOF
16604 #define WX_GMTOFF_IN_TM 1
16609 for ac_func
in gettimeofday ftime
16611 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16612 echo "configure:16613: checking for $ac_func" >&5
16613 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16614 echo $ac_n "(cached) $ac_c" 1>&6
16616 cat > conftest.
$ac_ext <<EOF
16617 #line 16618 "configure"
16618 #include "confdefs.h"
16619 /* System header to define __stub macros and hopefully few prototypes,
16620 which can conflict with char $ac_func(); below. */
16621 #include <assert.h>
16622 /* Override any gcc2 internal prototype to avoid an error. */
16623 /* We use char because int might match the return type of a gcc2
16624 builtin and then its argument prototype would still apply. */
16629 /* The GNU C library defines this for functions which it implements
16630 to always fail with ENOSYS. Some functions are actually named
16631 something starting with __ and the normal name is an alias. */
16632 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16640 if { (eval echo configure
:16641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16642 eval "ac_cv_func_$ac_func=yes"
16644 echo "configure: failed program was:" >&5
16645 cat conftest.
$ac_ext >&5
16647 eval "ac_cv_func_$ac_func=no"
16652 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16653 echo "$ac_t""yes" 1>&6
16654 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16655 cat >> confdefs.h
<<EOF
16656 #define $ac_tr_func 1
16660 echo "$ac_t""no" 1>&6
16665 if test "$ac_cv_func_gettimeofday" = "yes"; then
16666 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
16667 echo "configure:16668: checking whether gettimeofday takes two arguments" >&5
16668 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16669 echo $ac_n "(cached) $ac_c" 1>&6
16674 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16675 ac_cpp
='$CXXCPP $CPPFLAGS'
16676 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16677 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16678 cross_compiling
=$ac_cv_prog_cxx_cross
16681 cat > conftest.
$ac_ext <<EOF
16682 #line 16683 "configure"
16683 #include "confdefs.h"
16685 #include <sys/time.h>
16686 #include <unistd.h>
16691 gettimeofday(&tv, NULL);
16695 if { (eval echo configure
:16696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16697 wx_cv_func_gettimeofday_has_2_args
=yes
16699 echo "configure: failed program was:" >&5
16700 cat conftest.
$ac_ext >&5
16702 cat > conftest.
$ac_ext <<EOF
16703 #line 16704 "configure"
16704 #include "confdefs.h"
16706 #include <sys/time.h>
16707 #include <unistd.h>
16716 if { (eval echo configure
:16717: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16718 wx_cv_func_gettimeofday_has_2_args
=no
16720 echo "configure: failed program was:" >&5
16721 cat conftest.
$ac_ext >&5
16724 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16725 wx_cv_func_gettimeofday_has_2_args
=unknown
16734 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16735 ac_cpp
='$CPP $CPPFLAGS'
16736 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16737 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16738 cross_compiling
=$ac_cv_prog_cc_cross
16743 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
16745 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
16746 cat >> confdefs.h
<<\EOF
16747 #define WX_GETTIMEOFDAY_NO_TZ 1
16753 cat >> confdefs.h
<<\EOF
16754 #define wxUSE_TIMEDATE 1
16757 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
16761 if test "$TOOLKIT" != "MSW"; then
16763 if test "$wxUSE_SOCKETS" = "yes"; then
16764 echo $ac_n "checking for socket""... $ac_c" 1>&6
16765 echo "configure:16766: checking for socket" >&5
16766 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16767 echo $ac_n "(cached) $ac_c" 1>&6
16769 cat > conftest.
$ac_ext <<EOF
16770 #line 16771 "configure"
16771 #include "confdefs.h"
16772 /* System header to define __stub macros and hopefully few prototypes,
16773 which can conflict with char socket(); below. */
16774 #include <assert.h>
16775 /* Override any gcc2 internal prototype to avoid an error. */
16776 /* We use char because int might match the return type of a gcc2
16777 builtin and then its argument prototype would still apply. */
16782 /* The GNU C library defines this for functions which it implements
16783 to always fail with ENOSYS. Some functions are actually named
16784 something starting with __ and the normal name is an alias. */
16785 #if defined (__stub_socket) || defined (__stub___socket)
16793 if { (eval echo configure
:16794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16795 eval "ac_cv_func_socket=yes"
16797 echo "configure: failed program was:" >&5
16798 cat conftest.
$ac_ext >&5
16800 eval "ac_cv_func_socket=no"
16805 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16806 echo "$ac_t""yes" 1>&6
16809 echo "$ac_t""no" 1>&6
16810 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
16811 echo "configure:16812: checking for socket in -lsocket" >&5
16812 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16813 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16814 echo $ac_n "(cached) $ac_c" 1>&6
16816 ac_save_LIBS
="$LIBS"
16817 LIBS
="-lsocket $LIBS"
16818 cat > conftest.
$ac_ext <<EOF
16819 #line 16820 "configure"
16820 #include "confdefs.h"
16821 /* Override any gcc2 internal prototype to avoid an error. */
16822 /* We use char because int might match the return type of a gcc2
16823 builtin and then its argument prototype would still apply. */
16830 if { (eval echo configure
:16831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16832 eval "ac_cv_lib_$ac_lib_var=yes"
16834 echo "configure: failed program was:" >&5
16835 cat conftest.
$ac_ext >&5
16837 eval "ac_cv_lib_$ac_lib_var=no"
16840 LIBS
="$ac_save_LIBS"
16843 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16844 echo "$ac_t""yes" 1>&6
16845 INET_LINK
="$INET_LINK -lsocket"
16847 echo "$ac_t""no" 1>&6
16849 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16861 if test "$wxUSE_SOCKETS" = "yes" ; then
16862 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
16863 echo "configure:16864: checking what is the type of the third argument of getsockname" >&5
16864 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16865 echo $ac_n "(cached) $ac_c" 1>&6
16870 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16871 ac_cpp
='$CXXCPP $CPPFLAGS'
16872 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16873 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16874 cross_compiling
=$ac_cv_prog_cxx_cross
16877 cat > conftest.
$ac_ext <<EOF
16878 #line 16879 "configure"
16879 #include "confdefs.h"
16881 #include <sys/types.h>
16882 #include <sys/socket.h>
16887 getsockname(0, 0, &len);
16891 if { (eval echo configure
:16892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16893 wx_cv_type_getsockname3
=socklen_t
16895 echo "configure: failed program was:" >&5
16896 cat conftest.
$ac_ext >&5
16898 cat > conftest.
$ac_ext <<EOF
16899 #line 16900 "configure"
16900 #include "confdefs.h"
16902 #include <sys/types.h>
16903 #include <sys/socket.h>
16908 getsockname(0, 0, &len);
16912 if { (eval echo configure
:16913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16914 wx_cv_type_getsockname3
=size_t
16916 echo "configure: failed program was:" >&5
16917 cat conftest.
$ac_ext >&5
16919 cat > conftest.
$ac_ext <<EOF
16920 #line 16921 "configure"
16921 #include "confdefs.h"
16923 #include <sys/types.h>
16924 #include <sys/socket.h>
16929 getsockname(0, 0, &len);
16933 if { (eval echo configure
:16934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16935 wx_cv_type_getsockname3
=int
16937 echo "configure: failed program was:" >&5
16938 cat conftest.
$ac_ext >&5
16940 wx_cv_type_getsockname3
=unknown
16952 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16953 ac_cpp
='$CPP $CPPFLAGS'
16954 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16955 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16956 cross_compiling
=$ac_cv_prog_cc_cross
16961 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
16963 if test "$wx_cv_type_getsockname3" = "unknown"; then
16965 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16967 cat >> confdefs.h
<<EOF
16968 #define SOCKLEN_T $wx_cv_type_getsockname3
16975 if test "$wxUSE_SOCKETS" = "yes" ; then
16976 cat >> confdefs.h
<<\EOF
16977 #define wxUSE_SOCKETS 1
16980 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
16984 if test "$wxUSE_GUI" = "yes"; then
16986 if test "$TOOLKIT" != "MSW"; then
16987 if test "$wxUSE_JOYSTICK" = "yes"; then
16988 for ac_hdr
in linux
/joystick.h
16990 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16991 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16992 echo "configure:16993: checking for $ac_hdr" >&5
16993 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16994 echo $ac_n "(cached) $ac_c" 1>&6
16996 cat > conftest.
$ac_ext <<EOF
16997 #line 16998 "configure"
16998 #include "confdefs.h"
17001 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17002 { (eval echo configure
:17003: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17003 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17004 if test -z "$ac_err"; then
17006 eval "ac_cv_header_$ac_safe=yes"
17009 echo "configure: failed program was:" >&5
17010 cat conftest.
$ac_ext >&5
17012 eval "ac_cv_header_$ac_safe=no"
17016 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17017 echo "$ac_t""yes" 1>&6
17018 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17019 cat >> confdefs.h
<<EOF
17020 #define $ac_tr_hdr 1
17024 echo "$ac_t""no" 1>&6
17028 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
17030 echo "configure: warning: Joystick not supported by this system" 1>&2
17035 if test "$wxUSE_JOYSTICK" = "yes"; then
17036 cat >> confdefs.h
<<\EOF
17037 #define wxUSE_JOYSTICK 1
17040 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
17045 if test "$TOOLKIT" != "MSW"; then
17049 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
17050 if test "$USE_DARWIN" = 1; then
17053 for ac_func
in dlopen
17055 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17056 echo "configure:17057: checking for $ac_func" >&5
17057 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17058 echo $ac_n "(cached) $ac_c" 1>&6
17060 cat > conftest.
$ac_ext <<EOF
17061 #line 17062 "configure"
17062 #include "confdefs.h"
17063 /* System header to define __stub macros and hopefully few prototypes,
17064 which can conflict with char $ac_func(); below. */
17065 #include <assert.h>
17066 /* Override any gcc2 internal prototype to avoid an error. */
17067 /* We use char because int might match the return type of a gcc2
17068 builtin and then its argument prototype would still apply. */
17073 /* The GNU C library defines this for functions which it implements
17074 to always fail with ENOSYS. Some functions are actually named
17075 something starting with __ and the normal name is an alias. */
17076 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17084 if { (eval echo configure
:17085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17086 eval "ac_cv_func_$ac_func=yes"
17088 echo "configure: failed program was:" >&5
17089 cat conftest.
$ac_ext >&5
17091 eval "ac_cv_func_$ac_func=no"
17096 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17097 echo "$ac_t""yes" 1>&6
17098 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17099 cat >> confdefs.h
<<EOF
17100 #define $ac_tr_func 1
17103 cat >> confdefs.h
<<\EOF
17104 #define HAVE_DLOPEN 1
17110 echo "$ac_t""no" 1>&6
17111 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
17112 echo "configure:17113: checking for dlopen in -ldl" >&5
17113 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
17114 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17115 echo $ac_n "(cached) $ac_c" 1>&6
17117 ac_save_LIBS
="$LIBS"
17119 cat > conftest.
$ac_ext <<EOF
17120 #line 17121 "configure"
17121 #include "confdefs.h"
17122 /* Override any gcc2 internal prototype to avoid an error. */
17123 /* We use char because int might match the return type of a gcc2
17124 builtin and then its argument prototype would still apply. */
17131 if { (eval echo configure
:17132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17133 eval "ac_cv_lib_$ac_lib_var=yes"
17135 echo "configure: failed program was:" >&5
17136 cat conftest.
$ac_ext >&5
17138 eval "ac_cv_lib_$ac_lib_var=no"
17141 LIBS
="$ac_save_LIBS"
17144 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17145 echo "$ac_t""yes" 1>&6
17147 cat >> confdefs.h
<<\EOF
17148 #define HAVE_DLOPEN 1
17152 DL_LINK
=" -ldl$DL_LINK"
17155 echo "$ac_t""no" 1>&6
17157 for ac_func
in shl_load
17159 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17160 echo "configure:17161: checking for $ac_func" >&5
17161 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17162 echo $ac_n "(cached) $ac_c" 1>&6
17164 cat > conftest.
$ac_ext <<EOF
17165 #line 17166 "configure"
17166 #include "confdefs.h"
17167 /* System header to define __stub macros and hopefully few prototypes,
17168 which can conflict with char $ac_func(); below. */
17169 #include <assert.h>
17170 /* Override any gcc2 internal prototype to avoid an error. */
17171 /* We use char because int might match the return type of a gcc2
17172 builtin and then its argument prototype would still apply. */
17177 /* The GNU C library defines this for functions which it implements
17178 to always fail with ENOSYS. Some functions are actually named
17179 something starting with __ and the normal name is an alias. */
17180 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17188 if { (eval echo configure
:17189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17190 eval "ac_cv_func_$ac_func=yes"
17192 echo "configure: failed program was:" >&5
17193 cat conftest.
$ac_ext >&5
17195 eval "ac_cv_func_$ac_func=no"
17200 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17201 echo "$ac_t""yes" 1>&6
17202 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17203 cat >> confdefs.h
<<EOF
17204 #define $ac_tr_func 1
17207 cat >> confdefs.h
<<\EOF
17208 #define HAVE_SHL_LOAD 1
17214 echo "$ac_t""no" 1>&6
17215 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
17216 echo "configure:17217: checking for dld in -lshl_load" >&5
17217 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
17218 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17219 echo $ac_n "(cached) $ac_c" 1>&6
17221 ac_save_LIBS
="$LIBS"
17222 LIBS
="-lshl_load $LIBS"
17223 cat > conftest.
$ac_ext <<EOF
17224 #line 17225 "configure"
17225 #include "confdefs.h"
17226 /* Override any gcc2 internal prototype to avoid an error. */
17227 /* We use char because int might match the return type of a gcc2
17228 builtin and then its argument prototype would still apply. */
17235 if { (eval echo configure
:17236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17237 eval "ac_cv_lib_$ac_lib_var=yes"
17239 echo "configure: failed program was:" >&5
17240 cat conftest.
$ac_ext >&5
17242 eval "ac_cv_lib_$ac_lib_var=no"
17245 LIBS
="$ac_save_LIBS"
17248 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17249 echo "$ac_t""yes" 1>&6
17252 DL_LINK
=" -ldld$DL_LINK"
17255 echo "$ac_t""no" 1>&6
17270 if test "$HAVE_DL_FUNCS" = 1; then
17271 for ac_func
in dlerror
17273 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17274 echo "configure:17275: checking for $ac_func" >&5
17275 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17276 echo $ac_n "(cached) $ac_c" 1>&6
17278 cat > conftest.
$ac_ext <<EOF
17279 #line 17280 "configure"
17280 #include "confdefs.h"
17281 /* System header to define __stub macros and hopefully few prototypes,
17282 which can conflict with char $ac_func(); below. */
17283 #include <assert.h>
17284 /* Override any gcc2 internal prototype to avoid an error. */
17285 /* We use char because int might match the return type of a gcc2
17286 builtin and then its argument prototype would still apply. */
17291 /* The GNU C library defines this for functions which it implements
17292 to always fail with ENOSYS. Some functions are actually named
17293 something starting with __ and the normal name is an alias. */
17294 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17302 if { (eval echo configure
:17303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17304 eval "ac_cv_func_$ac_func=yes"
17306 echo "configure: failed program was:" >&5
17307 cat conftest.
$ac_ext >&5
17309 eval "ac_cv_func_$ac_func=no"
17314 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17315 echo "$ac_t""yes" 1>&6
17316 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17317 cat >> confdefs.h
<<EOF
17318 #define $ac_tr_func 1
17320 cat >> confdefs.h
<<\EOF
17321 #define HAVE_DLERROR 1
17325 echo "$ac_t""no" 1>&6
17326 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
17327 echo "configure:17328: checking for dlerror in -ldl" >&5
17328 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17329 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17330 echo $ac_n "(cached) $ac_c" 1>&6
17332 ac_save_LIBS
="$LIBS"
17334 cat > conftest.
$ac_ext <<EOF
17335 #line 17336 "configure"
17336 #include "confdefs.h"
17337 /* Override any gcc2 internal prototype to avoid an error. */
17338 /* We use char because int might match the return type of a gcc2
17339 builtin and then its argument prototype would still apply. */
17346 if { (eval echo configure
:17347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17348 eval "ac_cv_lib_$ac_lib_var=yes"
17350 echo "configure: failed program was:" >&5
17351 cat conftest.
$ac_ext >&5
17353 eval "ac_cv_lib_$ac_lib_var=no"
17356 LIBS
="$ac_save_LIBS"
17359 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17360 echo "$ac_t""yes" 1>&6
17361 cat >> confdefs.h
<<\EOF
17362 #define HAVE_DLERROR 1
17366 echo "$ac_t""no" 1>&6
17375 if test "$HAVE_DL_FUNCS" = 0; then
17376 if test "$HAVE_SHL_FUNCS" = 0; then
17377 if test "$USE_UNIX" = 1; then
17378 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17379 wxUSE_DYNLIB_CLASS
=no
17381 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17388 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
17389 cat >> confdefs.h
<<\EOF
17390 #define wxUSE_DYNLIB_CLASS 1
17399 if test "$wxUSE_FONTMAP" = "yes" ; then
17400 cat >> confdefs.h
<<\EOF
17401 #define wxUSE_FONTMAP 1
17406 if test "$wxUSE_UNICODE" = "yes" ; then
17407 cat >> confdefs.h
<<\EOF
17408 #define wxUSE_UNICODE 1
17413 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
17414 cat >> confdefs.h
<<\EOF
17415 #define wxUSE_EXPERIMENTAL_PRINTF 1
17421 if test "$wxUSE_SERIAL" = "yes" ; then
17422 cat >> confdefs.h
<<\EOF
17423 #define wxUSE_SERIAL 1
17430 if test "$wxUSE_ODBC" = "yes" ; then
17431 cat >> confdefs.h
<<\EOF
17432 #define wxUSE_ODBC 1
17435 WXODBCFLAG
="-D_IODBC_"
17436 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
17440 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
17441 cat >> confdefs.h
<<\EOF
17442 #define wxUSE_POSTSCRIPT 1
17447 cat >> confdefs.h
<<\EOF
17448 #define wxUSE_AFM_FOR_POSTSCRIPT 1
17452 cat >> confdefs.h
<<\EOF
17453 #define wxUSE_NORMALIZED_PS_FONTS 1
17458 if test "$wxUSE_CONSTRAINTS" = "yes"; then
17459 cat >> confdefs.h
<<\EOF
17460 #define wxUSE_CONSTRAINTS 1
17463 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
17466 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17467 if test "$wxUSE_UNIVERSAL" = "yes"; then
17468 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17469 wxUSE_MDI_ARCHITECTURE
=no
17472 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17473 cat >> confdefs.h
<<\EOF
17474 #define wxUSE_MDI_ARCHITECTURE 1
17477 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
17481 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
17482 cat >> confdefs.h
<<\EOF
17483 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
17486 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
17487 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17488 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
17492 if test "$wxUSE_HELP" = "yes"; then
17493 cat >> confdefs.h
<<\EOF
17494 #define wxUSE_HELP 1
17497 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
17499 if test "$wxUSE_MSW" = 1; then
17500 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
17501 ac_safe
=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17502 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
17503 echo "configure:17504: checking for htmlhelp.h" >&5
17504 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17505 echo $ac_n "(cached) $ac_c" 1>&6
17507 cat > conftest.
$ac_ext <<EOF
17508 #line 17509 "configure"
17509 #include "confdefs.h"
17510 #include <htmlhelp.h>
17512 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17513 { (eval echo configure
:17514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17514 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17515 if test -z "$ac_err"; then
17517 eval "ac_cv_header_$ac_safe=yes"
17520 echo "configure: failed program was:" >&5
17521 cat conftest.
$ac_ext >&5
17523 eval "ac_cv_header_$ac_safe=no"
17527 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17528 echo "$ac_t""yes" 1>&6
17530 cat >> confdefs.h
<<\EOF
17531 #define wxUSE_MS_HTML_HELP 1
17536 echo "$ac_t""no" 1>&6
17538 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
17539 wxUSE_MS_HTML_HELP
=no
17546 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17547 if test "$wxUSE_HTML" = "yes"; then
17548 cat >> confdefs.h
<<\EOF
17549 #define wxUSE_WXHTML_HELP 1
17553 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17554 wxUSE_WXHTML_HELP
=no
17559 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17560 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17561 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
17563 cat >> confdefs.h
<<\EOF
17564 #define wxUSE_PRINTING_ARCHITECTURE 1
17568 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
17571 if test "$wxUSE_PROLOGIO" = "yes" ; then
17572 cat >> confdefs.h
<<\EOF
17573 #define wxUSE_PROLOGIO 1
17578 if test "$wxUSE_RESOURCES" = "yes" ; then
17579 cat >> confdefs.h
<<\EOF
17580 #define wxUSE_RESOURCES 1
17583 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
17586 if test "$wxUSE_X_RESOURCES" = "yes"; then
17587 cat >> confdefs.h
<<\EOF
17588 #define wxUSE_X_RESOURCES 1
17594 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
17595 -o "$wxUSE_CLIPBOARD" = "yes" \
17596 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
17597 for ac_hdr
in ole2.h
17599 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17600 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17601 echo "configure:17602: checking for $ac_hdr" >&5
17602 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17603 echo $ac_n "(cached) $ac_c" 1>&6
17605 cat > conftest.
$ac_ext <<EOF
17606 #line 17607 "configure"
17607 #include "confdefs.h"
17610 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17611 { (eval echo configure
:17612: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17612 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17613 if test -z "$ac_err"; then
17615 eval "ac_cv_header_$ac_safe=yes"
17618 echo "configure: failed program was:" >&5
17619 cat conftest.
$ac_ext >&5
17621 eval "ac_cv_header_$ac_safe=no"
17625 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17626 echo "$ac_t""yes" 1>&6
17627 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17628 cat >> confdefs.h
<<EOF
17629 #define $ac_tr_hdr 1
17633 echo "$ac_t""no" 1>&6
17638 if test "$ac_cv_header_ole2_h" = "yes" ; then
17639 if test "$GCC" = yes ; then
17640 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
17641 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17642 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
17643 cat >> confdefs.h
<<\EOF
17644 #define wxUSE_OLE 1
17650 cat >> confdefs.h
<<\EOF
17651 #define wxUSE_DATAOBJ 1
17655 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17658 wxUSE_DRAG_AND_DROP
=no
17662 if test "$wxUSE_METAFILE" = "yes"; then
17663 cat >> confdefs.h
<<\EOF
17664 #define wxUSE_METAFILE 1
17668 cat >> confdefs.h
<<\EOF
17669 #define wxUSE_ENH_METAFILE 1
17675 if test "$wxUSE_IPC" = "yes"; then
17676 if test "$wxUSE_SOCKETS" != "yes"; then
17677 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17680 cat >> confdefs.h
<<\EOF
17681 #define wxUSE_IPC 1
17686 if test "$wxUSE_CLIPBOARD" = "yes"; then
17687 cat >> confdefs.h
<<\EOF
17688 #define wxUSE_CLIPBOARD 1
17692 cat >> confdefs.h
<<\EOF
17693 #define wxUSE_DATAOBJ 1
17698 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17699 if test "$wxUSE_GTK" = 1; then
17700 if test "$WXGTK12" != 1; then
17701 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
17702 wxUSE_DRAG_AND_DROP
=no
17706 if test "$wxUSE_MOTIF" = 1; then
17707 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17708 wxUSE_DRAG_AND_DROP
=no
17711 if test "$wxUSE_MAC" = 1; then
17712 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17713 wxUSE_DRAG_AND_DROP
=no
17716 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
17717 cat >> confdefs.h
<<\EOF
17718 #define wxUSE_DRAG_AND_DROP 1
17721 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
17726 if test "$wxUSE_SPLINES" = "yes" ; then
17727 cat >> confdefs.h
<<\EOF
17728 #define wxUSE_SPLINES 1
17735 if test "$wxUSE_CONTROLS" = "yes"; then
17739 if test "$wxUSE_ACCEL" = "yes"; then
17740 cat >> confdefs.h
<<\EOF
17741 #define wxUSE_ACCEL 1
17747 if test "$wxUSE_BUTTON" = "yes"; then
17748 cat >> confdefs.h
<<\EOF
17749 #define wxUSE_BUTTON 1
17755 if test "$wxUSE_BMPBUTTON" = "yes"; then
17756 cat >> confdefs.h
<<\EOF
17757 #define wxUSE_BMPBUTTON 1
17763 if test "$wxUSE_CALCTRL" = "yes"; then
17764 cat >> confdefs.h
<<\EOF
17765 #define wxUSE_CALENDARCTRL 1
17769 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
17772 if test "$wxUSE_CARET" = "yes"; then
17773 cat >> confdefs.h
<<\EOF
17774 #define wxUSE_CARET 1
17778 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
17781 if test "$wxUSE_COMBOBOX" = "yes"; then
17782 cat >> confdefs.h
<<\EOF
17783 #define wxUSE_COMBOBOX 1
17789 if test "$wxUSE_CHOICE" = "yes"; then
17790 cat >> confdefs.h
<<\EOF
17791 #define wxUSE_CHOICE 1
17797 if test "$wxUSE_CHECKBOX" = "yes"; then
17798 cat >> confdefs.h
<<\EOF
17799 #define wxUSE_CHECKBOX 1
17805 if test "$wxUSE_CHECKLST" = "yes"; then
17806 cat >> confdefs.h
<<\EOF
17807 #define wxUSE_CHECKLISTBOX 1
17811 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
17814 if test "$wxUSE_GAUGE" = "yes"; then
17815 cat >> confdefs.h
<<\EOF
17816 #define wxUSE_GAUGE 1
17822 if test "$wxUSE_NEW_GRID" = "yes"; then
17824 cat >> confdefs.h
<<\EOF
17825 #define wxUSE_NEW_GRID 1
17829 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
17832 if test "$wxUSE_GRID" = "yes"; then
17833 cat >> confdefs.h
<<\EOF
17834 #define wxUSE_GRID 1
17838 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
17841 if test "$wxUSE_IMAGLIST" = "yes"; then
17842 cat >> confdefs.h
<<\EOF
17843 #define wxUSE_IMAGLIST 1
17848 if test "$wxUSE_LISTBOX" = "yes"; then
17849 cat >> confdefs.h
<<\EOF
17850 #define wxUSE_LISTBOX 1
17856 if test "$wxUSE_LISTCTRL" = "yes"; then
17857 if test "$wxUSE_IMAGLIST" = "yes"; then
17858 cat >> confdefs.h
<<\EOF
17859 #define wxUSE_LISTCTRL 1
17863 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
17865 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
17869 if test "$wxUSE_NOTEBOOK" = "yes"; then
17870 cat >> confdefs.h
<<\EOF
17871 #define wxUSE_NOTEBOOK 1
17875 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
17878 if test "$wxUSE_PROPSHEET" = "yes"; then
17879 cat >> confdefs.h
<<\EOF
17880 #define wxUSE_PROPSHEET 1
17884 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS proplist"
17887 if test "$wxUSE_RADIOBOX" = "yes"; then
17888 cat >> confdefs.h
<<\EOF
17889 #define wxUSE_RADIOBOX 1
17895 if test "$wxUSE_RADIOBTN" = "yes"; then
17896 cat >> confdefs.h
<<\EOF
17897 #define wxUSE_RADIOBTN 1
17903 if test "$wxUSE_SASH" = "yes"; then
17904 cat >> confdefs.h
<<\EOF
17905 #define wxUSE_SASH 1
17908 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
17911 if test "$wxUSE_SCROLLBAR" = "yes"; then
17912 cat >> confdefs.h
<<\EOF
17913 #define wxUSE_SCROLLBAR 1
17917 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
17920 if test "$wxUSE_SLIDER" = "yes"; then
17921 cat >> confdefs.h
<<\EOF
17922 #define wxUSE_SLIDER 1
17928 if test "$wxUSE_SPINBTN" = "yes"; then
17929 cat >> confdefs.h
<<\EOF
17930 #define wxUSE_SPINBTN 1
17936 if test "$wxUSE_SPINCTRL" = "yes"; then
17937 cat >> confdefs.h
<<\EOF
17938 #define wxUSE_SPINCTRL 1
17944 if test "$wxUSE_SPLITTER" = "yes"; then
17945 cat >> confdefs.h
<<\EOF
17946 #define wxUSE_SPLITTER 1
17949 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
17952 if test "$wxUSE_STATBMP" = "yes"; then
17953 cat >> confdefs.h
<<\EOF
17954 #define wxUSE_STATBMP 1
17960 if test "$wxUSE_STATBOX" = "yes"; then
17961 cat >> confdefs.h
<<\EOF
17962 #define wxUSE_STATBOX 1
17968 if test "$wxUSE_STATTEXT" = "yes"; then
17969 cat >> confdefs.h
<<\EOF
17970 #define wxUSE_STATTEXT 1
17976 if test "$wxUSE_STATLINE" = "yes"; then
17977 if test "$wxUSE_WINE" = 1 ; then
17978 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
17980 cat >> confdefs.h
<<\EOF
17981 #define wxUSE_STATLINE 1
17988 if test "$wxUSE_STATUSBAR" = "yes"; then
17989 cat >> confdefs.h
<<\EOF
17990 #define wxUSE_STATUSBAR 1
17995 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
17998 if test "$wxUSE_TABDIALOG" = "yes"; then
17999 cat >> confdefs.h
<<\EOF
18000 #define wxUSE_TAB_DIALOG 1
18003 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
18006 if test "$wxUSE_TEXTCTRL" = "yes"; then
18007 cat >> confdefs.h
<<\EOF
18008 #define wxUSE_TEXTCTRL 1
18012 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
18015 if test "$wxUSE_TOGGLEBTN" = "yes"; then
18016 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
18017 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
18021 if test "$wxUSE_TOGGLEBTN" = "yes"; then
18022 cat >> confdefs.h
<<\EOF
18023 #define wxUSE_TOGGLEBTN 1
18030 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
18031 cat >> confdefs.h
<<\EOF
18032 #define wxUSE_TOOLBAR_SIMPLE 1
18035 wxUSE_TOOLBAR
="yes"
18039 if test "$wxUSE_TOOLBAR" = "yes"; then
18040 cat >> confdefs.h
<<\EOF
18041 #define wxUSE_TOOLBAR 1
18046 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
18047 wxUSE_TOOLBAR_NATIVE
="yes"
18050 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
18051 cat >> confdefs.h
<<\EOF
18052 #define wxUSE_TOOLBAR_NATIVE 1
18058 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
18061 if test "$wxUSE_TOOLTIPS" = "yes"; then
18062 if test "$wxUSE_MOTIF" = 1; then
18063 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
18065 if test "$wxUSE_WINE" = 1; then
18066 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
18068 cat >> confdefs.h
<<\EOF
18069 #define wxUSE_TOOLTIPS 1
18076 if test "$wxUSE_TREECTRL" = "yes"; then
18077 if test "$wxUSE_IMAGLIST" = "yes"; then
18078 cat >> confdefs.h
<<\EOF
18079 #define wxUSE_TREECTRL 1
18083 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
18085 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
18089 if test "$wxUSE_POPUPWIN" = "yes"; then
18090 if test "$wxUSE_MAC" = 1; then
18091 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
18093 cat >> confdefs.h
<<\EOF
18094 #define wxUSE_POPUPWIN 1
18101 if test "$USES_CONTROLS" = 1; then
18102 cat >> confdefs.h
<<\EOF
18103 #define wxUSE_CONTROLS 1
18109 if test "$wxUSE_TREELAYOUT" = "yes"; then
18110 cat >> confdefs.h
<<\EOF
18111 #define wxUSE_TREELAYOUT 1
18114 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelay"
18117 if test "$wxUSE_DRAGIMAGE" = "yes"; then
18118 cat >> confdefs.h
<<\EOF
18119 #define wxUSE_DRAGIMAGE 1
18122 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
18125 if test "$wxUSE_MENUS" = "yes"; then
18126 cat >> confdefs.h
<<\EOF
18127 #define wxUSE_MENUS 1
18130 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
18133 if test "$wxUSE_METAFILE" = "yes"; then
18134 cat >> confdefs.h
<<\EOF
18135 #define wxUSE_METAFILE 1
18140 if test "$wxUSE_MIMETYPE" = "yes"; then
18141 cat >> confdefs.h
<<\EOF
18142 #define wxUSE_MIMETYPE 1
18147 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
18148 cat >> confdefs.h
<<\EOF
18149 #define wxUSE_SYSTEM_OPTIONS 1
18154 if test "$wxUSE_MINIFRAME" = "yes"; then
18155 cat >> confdefs.h
<<\EOF
18156 #define wxUSE_MINIFRAME 1
18159 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
18162 if test "$wxUSE_HTML" = "yes"; then
18163 cat >> confdefs.h
<<\EOF
18164 #define wxUSE_HTML 1
18167 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
18170 if test "$wxUSE_VALIDATORS" = "yes"; then
18171 cat >> confdefs.h
<<\EOF
18172 #define wxUSE_VALIDATORS 1
18175 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
18178 if test "$wxUSE_PALETTE" = "yes" ; then
18179 cat >> confdefs.h
<<\EOF
18180 #define wxUSE_PALETTE 1
18185 if test "$wxUSE_IMAGE" = "yes" ; then
18186 cat >> confdefs.h
<<\EOF
18187 #define wxUSE_IMAGE 1
18192 if test "$wxUSE_GIF" = "yes" ; then
18193 cat >> confdefs.h
<<\EOF
18194 #define wxUSE_GIF 1
18199 if test "$wxUSE_PCX" = "yes" ; then
18200 cat >> confdefs.h
<<\EOF
18201 #define wxUSE_PCX 1
18206 if test "$wxUSE_PNM" = "yes" ; then
18207 cat >> confdefs.h
<<\EOF
18208 #define wxUSE_PNM 1
18213 if test "$wxUSE_XPM" = "yes" ; then
18214 cat >> confdefs.h
<<\EOF
18215 #define wxUSE_XPM 1
18221 if test "$wxUSE_CHOICEDLG" = "yes"; then
18222 cat >> confdefs.h
<<\EOF
18223 #define wxUSE_CHOICEDLG 1
18228 if test "$wxUSE_COLOURDLG" = "yes"; then
18229 cat >> confdefs.h
<<\EOF
18230 #define wxUSE_COLOURDLG 1
18235 if test "$wxUSE_FILEDLG" = "yes"; then
18236 cat >> confdefs.h
<<\EOF
18237 #define wxUSE_FILEDLG 1
18242 if test "$wxUSE_FINDREPLDLG" = "yes"; then
18243 cat >> confdefs.h
<<\EOF
18244 #define wxUSE_FINDREPLDLG 1
18249 if test "$wxUSE_FONTDLG" = "yes"; then
18250 cat >> confdefs.h
<<\EOF
18251 #define wxUSE_FONTDLG 1
18256 if test "$wxUSE_DIRDLG" = "yes"; then
18257 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18258 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18260 if test "$wxUSE_TREECTRL" != "yes"; then
18261 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18263 cat >> confdefs.h
<<\EOF
18264 #define wxUSE_DIRDLG 1
18271 if test "$wxUSE_MSGDLG" = "yes"; then
18272 cat >> confdefs.h
<<\EOF
18273 #define wxUSE_MSGDLG 1
18278 if test "$wxUSE_NUMBERDLG" = "yes"; then
18279 cat >> confdefs.h
<<\EOF
18280 #define wxUSE_NUMBERDLG 1
18285 if test "$wxUSE_PROGRESSDLG" = "yes"; then
18286 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18287 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18289 cat >> confdefs.h
<<\EOF
18290 #define wxUSE_PROGRESSDLG 1
18296 if test "$wxUSE_SPLASH" = "yes"; then
18297 cat >> confdefs.h
<<\EOF
18298 #define wxUSE_SPLASH 1
18303 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18304 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18305 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18307 cat >> confdefs.h
<<\EOF
18308 #define wxUSE_STARTUP_TIPS 1
18314 if test "$wxUSE_TEXTDLG" = "yes"; then
18315 cat >> confdefs.h
<<\EOF
18316 #define wxUSE_TEXTDLG 1
18321 if test "$wxUSE_WIZARDDLG" = "yes"; then
18322 cat >> confdefs.h
<<\EOF
18323 #define wxUSE_WIZARDDLG 1
18326 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
18330 if test "$cross_compiling" = "yes"; then
18333 OSINFO
=`uname -s -r -m`
18334 OSINFO
="\"$OSINFO\""
18337 cat >> confdefs.h
<<EOF
18338 #define WXWIN_OS_DESCRIPTION $OSINFO
18343 if test "x$prefix" != "xNONE"; then
18346 wxPREFIX
=$ac_default_prefix
18349 cat >> confdefs.h
<<EOF
18350 #define wxINSTALL_PREFIX "$wxPREFIX"
18357 if test "$wxUSE_MAC" = 1 ; then
18358 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
18362 LIBS
="$ZLIB_LINK$POSIX4_LINK$INET_LINK$WCHAR_LINK$THREADS_LINK$DL_LINK -lm$LIBS"
18364 if test "$wxUSE_GUI" = "yes"; then
18366 LIBS
=" $GUI_TK_LIBRARY$PNG_LINK$JPEG_LINK$TIFF_LINK$FREETYPE_LINK$LIBS"
18369 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs \
18370 drawing dynamic erase event exec font image \
18371 minimal richedit rotate widgets"
18373 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18375 SAMPLES_SUBDIRS
="console"
18379 INCLUDES
="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
18380 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18381 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
18383 if test "$wxUSE_GTK" = 1; then
18386 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
18389 if test "$GXX" = yes ; then
18390 CXXWARNINGS
="-Wall"
18392 if test "$wxUSE_NO_DEPS" = "no" ; then
18393 CFLAGS
="-MMD $CFLAGS"
18394 CXXFLAGS
="-MMD $CXXFLAGS"
18398 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG$PROFILE $OPTIMISE $INCLUDES"
18400 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18401 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18403 LDFLAGS
="$LDFLAGS$PROFILE"
18405 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18493 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
18494 echo "configure:18495: checking whether ${MAKE-make} sets \${MAKE}" >&5
18495 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
18496 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18497 echo $ac_n "(cached) $ac_c" 1>&6
18499 cat > conftestmake
<<\EOF
18501 @
echo 'ac_maketemp="${MAKE}"'
18503 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18504 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
18505 if test -n "$ac_maketemp"; then
18506 eval ac_cv_prog_make_
${ac_make}_set
=yes
18508 eval ac_cv_prog_make_
${ac_make}_set
=no
18512 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
18513 echo "$ac_t""yes" 1>&6
18516 echo "$ac_t""no" 1>&6
18517 SET_MAKE
="MAKE=${MAKE-make}"
18521 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
18522 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
18527 if test "$wxUSE_GUI" = "yes"; then
18528 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
18529 wx_cv_path_ifs
=$PATH_IFS
18530 wx_cv_program_ext
=$PROGRAM_EXT
18531 wx_cv_target_library
=$WX_TARGET_LIBRARY
18532 wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL
18533 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
18534 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
18535 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
18536 subdirs
="demos samples utils contrib"
18541 cat > confcache
<<\EOF
18542 # This file is a shell script that caches the results of configure
18543 # tests run on this system so they can be shared between configure
18544 # scripts and configure runs. It is not useful on other systems.
18545 # If it contains results you don't want to keep, you may remove or edit it.
18547 # By default, configure uses ./config.cache as the cache file,
18548 # creating it if it does not exist already. You can give configure
18549 # the --cache-file=FILE option to use a different cache file; that is
18550 # what configure does when it calls configure scripts in
18551 # subdirectories, so they share the cache.
18552 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18553 # config.status only pays attention to the cache file if you give it the
18554 # --recheck option to rerun configure.
18557 # The following way of writing the cache mishandles newlines in values,
18558 # but we know of no workaround that is simple, portable, and efficient.
18559 # So, don't put newlines in cache variables' values.
18560 # Ultrix sh set writes to stderr and can't be redirected directly,
18561 # and sets the high bit in the cache file unless we assign to the vars.
18563 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18565 # `set' does not quote correctly, so add quotes (double-quote substitution
18566 # turns \\\\ into \\, and sed turns \\ into \).
18568 -e "s/'/'\\\\''/g" \
18569 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18572 # `set' quotes correctly as required by POSIX, so do not add quotes.
18573 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18576 if cmp -s $cache_file confcache
; then
18579 if test -w $cache_file; then
18580 echo "updating cache $cache_file"
18581 cat confcache
> $cache_file
18583 echo "not updating unwritable cache $cache_file"
18588 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18590 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18591 # Let make expand exec_prefix.
18592 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18594 # Any assignment to VPATH causes Sun make to only execute
18595 # the first set of double-colon rules, so remove it if not needed.
18596 # If there is a colon in the path, we need to keep it.
18597 if test "x$srcdir" = x.
; then
18598 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
18601 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18603 DEFS
=-DHAVE_CONFIG_H
18605 # Without the "./", some shells look in PATH for config.status.
18606 : ${CONFIG_STATUS=./config.status}
18608 echo creating
$CONFIG_STATUS
18609 rm -f $CONFIG_STATUS
18610 cat > $CONFIG_STATUS <<EOF
18612 # Generated automatically by configure.
18613 # Run this file to recreate the current configuration.
18614 # This directory was configured as follows,
18615 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18617 # $0 $ac_configure_args
18619 # Compiler output produced by configure, useful for debugging
18620 # configure, is in ./config.log if it exists.
18622 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18625 case "\$ac_option" in
18626 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18627 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18628 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18629 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18630 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18632 -help | --help | --hel | --he | --h)
18633 echo "\$ac_cs_usage"; exit 0 ;;
18634 *) echo "\$ac_cs_usage"; exit 1 ;;
18638 ac_given_srcdir=$srcdir
18639 ac_given_INSTALL="$INSTALL"
18641 trap 'rm -fr `echo "
18647 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18649 cat >> $CONFIG_STATUS <<EOF
18651 # Protect against being on the right side of a sed subst in config.status.
18652 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18653 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18657 s%@CFLAGS@%$CFLAGS%g
18658 s%@CPPFLAGS@%$CPPFLAGS%g
18659 s%@CXXFLAGS@%$CXXFLAGS%g
18660 s%@FFLAGS@%$FFLAGS%g
18662 s%@LDFLAGS@%$LDFLAGS%g
18664 s%@exec_prefix@%$exec_prefix%g
18665 s%@prefix@%$prefix%g
18666 s%@program_transform_name@%$program_transform_name%g
18667 s%@bindir@%$bindir%g
18668 s%@sbindir@%$sbindir%g
18669 s%@libexecdir@%$libexecdir%g
18670 s%@datadir@%$datadir%g
18671 s%@sysconfdir@%$sysconfdir%g
18672 s%@sharedstatedir@%$sharedstatedir%g
18673 s%@localstatedir@%$localstatedir%g
18674 s%@libdir@%$libdir%g
18675 s%@includedir@%$includedir%g
18676 s%@oldincludedir@%$oldincludedir%g
18677 s%@infodir@%$infodir%g
18678 s%@mandir@%$mandir%g
18680 s%@host_alias@%$host_alias%g
18681 s%@host_cpu@%$host_cpu%g
18682 s%@host_vendor@%$host_vendor%g
18683 s%@host_os@%$host_os%g
18684 s%@target@%$target%g
18685 s%@target_alias@%$target_alias%g
18686 s%@target_cpu@%$target_cpu%g
18687 s%@target_vendor@%$target_vendor%g
18688 s%@target_os@%$target_os%g
18690 s%@build_alias@%$build_alias%g
18691 s%@build_cpu@%$build_cpu%g
18692 s%@build_vendor@%$build_vendor%g
18693 s%@build_os@%$build_os%g
18697 s%@RANLIB@%$RANLIB%g
18699 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18700 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18701 s%@INSTALL_DATA@%$INSTALL_DATA%g
18705 s%@LEXLIB@%$LEXLIB%g
18707 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
18708 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18709 s%@GTK_LIBS@%$GTK_LIBS%g
18710 s%@GTK_CONFIG@%$GTK_CONFIG%g
18711 s%@X_CFLAGS@%$X_CFLAGS%g
18712 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18713 s%@X_LIBS@%$X_LIBS%g
18714 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18715 s%@RESCOMP@%$RESCOMP%g
18717 s%@CXXCPP@%$CXXCPP%g
18718 s%@LEX_STEM@%$LEX_STEM%g
18719 s%@PATH_IFS@%$PATH_IFS%g
18720 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18721 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18722 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18723 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18724 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18725 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
18726 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18727 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18728 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18729 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18730 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18731 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18732 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18733 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18734 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18735 s%@WX_ALL@%$WX_ALL%g
18736 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18737 s%@SHARED_LD@%$SHARED_LD%g
18738 s%@PIC_FLAG@%$PIC_FLAG%g
18739 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18740 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18741 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18742 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
18743 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18744 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18745 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18746 s%@USE_GUI@%$USE_GUI%g
18747 s%@AFMINSTALL@%$AFMINSTALL%g
18748 s%@TOOLKIT@%$TOOLKIT%g
18749 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18750 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
18751 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18752 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
18753 s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
18754 s%@cross_compiling@%$cross_compiling%g
18755 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18756 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
18757 s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
18758 s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
18759 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18760 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18761 s%@GUIDIST@%$GUIDIST%g
18762 s%@PORT_FILES@%$PORT_FILES%g
18763 s%@DISTDIR@%$DISTDIR%g
18764 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18765 s%@LDFLAGS_GL@%$LDFLAGS_GL%g
18766 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18767 s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
18768 s%@EXTRADEFS@%$EXTRADEFS%g
18769 s%@RESFLAGS@%$RESFLAGS%g
18770 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
18771 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
18772 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
18773 s%@LIBWXMACRES@%$LIBWXMACRES%g
18774 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18775 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
18776 s%@DLLTOOL@%$DLLTOOL%g
18780 s%@MAKEINFO@%$MAKEINFO%g
18781 s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
18782 s%@SET_MAKE@%$SET_MAKE%g
18783 s%@subdirs@%$subdirs%g
18788 cat >> $CONFIG_STATUS <<\EOF
18790 # Split the substitutions into bite-sized pieces for seds with
18791 # small command number limits, like on Digital OSF/1 and HP-UX.
18792 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
18793 ac_file
=1 # Number of current file.
18794 ac_beg
=1 # First line for current file.
18795 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
18798 while $ac_more_lines; do
18799 if test $ac_beg -gt 1; then
18800 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
18802 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
18804 if test ! -s conftest.s
$ac_file; then
18805 ac_more_lines
=false
18806 rm -f conftest.s
$ac_file
18808 if test -z "$ac_sed_cmds"; then
18809 ac_sed_cmds
="sed -f conftest.s$ac_file"
18811 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
18813 ac_file
=`expr $ac_file + 1`
18815 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
18818 if test -z "$ac_sed_cmds"; then
18823 cat >> $CONFIG_STATUS <<EOF
18825 CONFIG_FILES=\${CONFIG_FILES-"wx-config
18832 cat >> $CONFIG_STATUS <<\EOF
18833 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
18834 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18836 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18837 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18838 *) ac_file_in
="${ac_file}.in" ;;
18841 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18843 # Remove last slash and all that follows it. Not all systems have dirname.
18844 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18845 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
18846 # The file is in a subdirectory.
18847 test ! -d "$ac_dir" && mkdir "$ac_dir"
18848 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
18849 # A "../" for each directory in $ac_dir_suffix.
18850 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18852 ac_dir_suffix
= ac_dots
=
18855 case "$ac_given_srcdir" in
18857 if test -z "$ac_dots"; then top_srcdir
=.
18858 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18859 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
18860 *) # Relative path.
18861 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18862 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
18865 case "$ac_given_INSTALL" in
18866 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
18867 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
18870 echo creating
"$ac_file"
18872 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18874 *Makefile
*) ac_comsub
="1i\\
18875 # $configure_input" ;;
18879 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18881 s%@configure_input@%$configure_input%g
18882 s%@srcdir@%$srcdir%g
18883 s%@top_srcdir@%$top_srcdir%g
18884 s%@INSTALL@%$INSTALL%g
18885 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18889 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18890 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18892 # ac_d sets the value in "#define NAME VALUE" lines.
18893 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18894 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
18897 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18898 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18899 ac_uB
='\([ ]\)%\1#\2define\3'
18902 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18903 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18904 ac_eB
='$%\1#\2define\3'
18908 if test "${CONFIG_HEADERS+set}" != set; then
18910 cat >> $CONFIG_STATUS <<EOF
18911 CONFIG_HEADERS="setup.h:setup.h.in"
18913 cat >> $CONFIG_STATUS <<\EOF
18915 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
18916 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18918 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18919 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18920 *) ac_file_in
="${ac_file}.in" ;;
18923 echo creating
$ac_file
18925 rm -f conftest.frag conftest.
in conftest.out
18926 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18927 cat $ac_file_inputs > conftest.
in
18931 # Transform confdefs.h into a sed script conftest.vals that substitutes
18932 # the proper values into config.h.in to produce config.h. And first:
18933 # Protect against being on the right side of a sed subst in config.status.
18934 # Protect against being in an unquoted here document in config.status.
18935 rm -f conftest.vals
18936 cat > conftest.hdr
<<\EOF
18939 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18943 sed -n -f conftest.hdr confdefs.h > conftest.vals
18946 # This sed command replaces #undef with comments. This is necessary, for
18947 # example, in the case of _POSIX_SOURCE, which is predefined and required
18948 # on some systems where configure will not decide to define it.
18949 cat >> conftest.vals <<\EOF
18950 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18953 # Break up conftest.vals because some shells have a limit on
18954 # the size of here documents, and old seds have small limits too.
18956 rm -f conftest.tail
18959 ac_lines=`grep -c . conftest.vals
`
18960 # grep -c gives empty output for an empty file on some AIX systems.
18961 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18962 # Write a limited-size here document to conftest.frag.
18963 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18964 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18966 sed -f conftest.frag conftest.in > conftest.out
18968 mv conftest.out conftest.in
18969 ' >> $CONFIG_STATUS
18970 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18971 rm -f conftest.vals
18972 mv conftest.tail conftest.vals
18974 rm -f conftest.vals
18976 cat >> $CONFIG_STATUS <<\EOF
18977 rm -f conftest.frag conftest.h
18978 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18979 cat conftest.in >> conftest.h
18981 if cmp -s $ac_file conftest.h 2>/dev/null; then
18982 echo "$ac_file is unchanged"
18985 # Remove last slash and all that follows it. Not all systems have dirname.
18986 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18987 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18988 # The file is in a subdirectory.
18989 test ! -d "$ac_dir" && mkdir "$ac_dir"
18992 mv conftest.h $ac_file
18997 cat >> $CONFIG_STATUS <<EOF
18999 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
19004 cat >> $CONFIG_STATUS <<\EOF
19006 if test ! -h wx-config; then
19008 mv wx-config wx${TOOLCHAIN_NAME}-config
19009 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
19012 if test ! -d lib; then
19015 if test ! -d lib/wx; then
19018 if test ! -d lib/wx/include; then
19019 mkdir lib/wx/include
19021 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
19022 mkdir lib/wx/include/${TOOLCHAIN_NAME}
19024 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
19025 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
19027 if test -f setup.h; then
19028 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
19033 chmod +x $CONFIG_STATUS
19034 rm -fr confdefs* $ac_clean_files
19035 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
19037 if test "$no_recursion" != yes; then
19039 # Remove --cache-file and --srcdir arguments so they do not pile up.
19040 ac_sub_configure_args=
19042 for ac_arg in $ac_configure_args; do
19043 if test -n "$ac_prev"; then
19048 -cache-file | --cache-file | --cache-fil | --cache-fi \
19049 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
19050 ac_prev=cache_file ;;
19051 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
19052 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
19054 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
19056 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
19058 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
19062 for ac_config_dir in demos samples utils contrib; do
19064 # Do not complain, so a configure script can configure whichever
19065 # parts of a large source tree are present.
19066 if test ! -d $srcdir/$ac_config_dir; then
19070 echo configuring in $ac_config_dir
19075 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
19077 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
19085 # A "../" for each directory in /$ac_config_dir.
19086 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
19089 .) # No --srcdir option. We are building in place.
19090 ac_sub_srcdir=$srcdir ;;
19091 /*) # Absolute path.
19092 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
19093 *) # Relative path.
19094 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
19097 # Check for guested configure; otherwise get Cygnus style configure.
19098 if test -f $ac_sub_srcdir/configure; then
19099 ac_sub_configure=$ac_sub_srcdir/configure
19100 elif test -f $ac_sub_srcdir/configure.in; then
19101 ac_sub_configure=$ac_configure
19103 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
19107 # The recursion is here.
19108 if test -n "$ac_sub_configure"; then
19110 # Make the cache file name correct relative to the subdirectory.
19111 case "$cache_file" in
19112 /*) ac_sub_cache_file=$cache_file ;;
19113 *) # Relative path.
19114 ac_sub_cache_file="$ac_dots$cache_file" ;;
19116 case "$ac_given_INSTALL" in
19117 [/$]*) INSTALL="$ac_given_INSTALL" ;;
19118 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
19121 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
19122 # The eval makes quoting arguments work.
19123 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
19126 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }