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-textfile use wxTextFile classes"
173 --enable-fontmap use font encodings conversion classes"
175 --enable-unicode compile wxString with Unicode support"
177 --enable-wxprintfv use wxWindows implementation of vprintf()"
179 --enable-std_iostreams use standard C++ stream classes"
181 --enable-filesystem use virtual file systems classes"
183 --enable-fs_inet use virtual HTTP/FTP filesystems"
185 --enable-fs_zip use virtual ZIP filesystems"
187 --enable-zipstream use wxZipInputStream"
189 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
191 --enable-snglinst use wxSingleInstanceChecker class"
193 --enable-mimetypes use wxMimeTypesManager"
195 --enable-sysoptions use wxSystemOptions"
197 --enable-threads use threads"
199 --enable-serial use class serialization"
201 --enable-docview use document view architecture"
203 --enable-help use help subsystem"
205 --enable-mshtmlhelp use MS HTML Help (win32)"
207 --enable-html use wxHTML sub-library"
209 --enable-htmlhelp use wxHTML-based help"
211 --enable-constraints use layout-constraints system"
213 --enable-printarch use printing architecture"
215 --enable-mdi use multiple document interface architecture"
217 --enable-loggui use standard GUI logger"
219 --enable-logwin use wxLogWindow"
221 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
223 --enable-prologio use Prolog IO library"
225 --enable-resources use wxWindows resources"
227 --enable-xresources use X resources for save (default for gtk+)"
229 --enable-clipboard use wxClipboard classes"
231 --enable-dnd use Drag'n'Drop classes"
233 --enable-metafile use win32 metafiles"
235 --enable-treelayout use wxTreeLayout classes"
237 --enable-controls use all usual controls"
239 --enable-accel use accelerators"
241 --enable-button use wxButton class"
243 --enable-bmpbutton use wxBitmapButton class"
245 --enable-calendar use wxCalendarCtrl class"
247 --enable-caret use wxCaret class"
249 --enable-checkbox use wxCheckBox class"
251 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
253 --enable-choice use wxChoice class"
255 --enable-combobox use wxComboBox classes"
257 --enable-gauge use wxGauge class"
259 --enable-grid use wxGrid class"
261 --enable-newgrid use new wxGrid class"
263 --enable-imaglist use wxImageList class"
265 --enable-listbox use wxListBox class"
267 --enable-listctrl use wxListCtrl class"
269 --enable-notebook use wxNotebook class"
271 --enable-propsheet use wxPropertySheet class"
273 --enable-radiobox use wxRadioBox class"
275 --enable-radiobtn use wxRadioButton class"
277 --enable-sash use wxSashWindow class"
279 --enable-scrollbar use wxScrollBar class and scrollable windows"
281 --enable-slider use wxSlider class"
283 --enable-spinbtn use wxSpinButton class"
285 --enable-spinctrl use wxSpinCtrl class"
287 --enable-splitter use wxSplitterWindow class"
289 --enable-statbmp use wxStaticBitmap class"
291 --enable-statbox use wxStaticBox class"
293 --enable-statline use wxStaticLine class"
295 --enable-stattext use wxStaticText class"
297 --enable-statusbar use wxStatusBar class"
299 --enable-tabdialog use wxTabControl class"
301 --enable-textctrl use wxTextCtrl class"
303 --enable-togglebtn use wxToggleButton class"
305 --enable-toolbar use wxToolBar class"
307 --enable-tbarnative use native wxToolBar class"
309 --enable-tbarsmpl use wxToolBarSimple class"
311 --enable-treectrl use wxTreeCtrl class"
313 --enable-popupwin use wxPopUpWindow class"
315 --enable-commondlg use all common dialogs"
317 --enable-choicedlg use wxChoiceDialog"
319 --enable-coldlg use wxColourDialog"
321 --enable-filedlg use wxFileDialog"
323 --enable-finddlg use wxFindReplaceDialog"
325 --enable-fontdlg use wxFontDialog"
327 --enable-dirdlg use wxDirDialog"
329 --enable-msgdlg use wxMessageDialog"
331 --enable-numberdlg use wxNumberEntryDialog"
333 --enable-splash use wxSplashScreen"
335 --enable-textdlg use wxTextDialog"
337 --enable-tipdlg use startup tips"
339 --enable-progressdlg use wxProgressDialog"
341 --enable-wizarddlg use wxWizard"
343 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
345 --enable-miniframe use wxMiniFrame class"
347 --enable-tooltips use wxToolTip class"
349 --enable-splines use spline drawing code"
351 --enable-validators use wxValidator and derived classes"
353 --enable-busyinfo use wxBusyInfo"
355 --enable-joystick use wxJoystick (Linux only)"
357 --enable-metafiles use wxMetaFile (Windows only)"
359 --enable-dragimage use wxDragImage"
361 --enable-palette use wxPalette class"
363 --enable-image use wxImage class"
365 --enable-gif use gif images (GIF file format)"
367 --enable-pcx use pcx images (PCX file format)"
369 --enable-pnm use pnm images (PNM file format)"
371 --enable-xpm use xpm images (XPM file format)"
373 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
375 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
377 --disable-gtktest Do not try to compile and run a test GTK program"
379 --with-x use the X Window System"
381 # Initialize some variables set by options.
382 # The variables have the same names as the options, with
383 # dashes changed to underlines.
385 cache_file
=.
/config.cache
394 program_transform_name
=s
,x
,x
,
402 bindir
='${exec_prefix}/bin'
403 sbindir
='${exec_prefix}/sbin'
404 libexecdir
='${exec_prefix}/libexec'
405 datadir
='${prefix}/share'
406 sysconfdir
='${prefix}/etc'
407 sharedstatedir
='${prefix}/com'
408 localstatedir
='${prefix}/var'
409 libdir
='${exec_prefix}/lib'
410 includedir
='${prefix}/include'
411 oldincludedir
='/usr/include'
412 infodir
='${prefix}/info'
413 mandir
='${prefix}/man'
415 # Initialize some other variables.
418 SHELL
=${CONFIG_SHELL-/bin/sh}
419 # Maximum number of lines to put in a shell here document.
426 # If the previous option needs an argument, assign it.
427 if test -n "$ac_prev"; then
428 eval "$ac_prev=\$ac_option"
434 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
438 # Accept the important Cygnus configure options, so we can diagnose typos.
442 -bindir | --bindir | --bindi | --bind | --bin | --bi)
444 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
445 bindir
="$ac_optarg" ;;
447 -build | --build | --buil | --bui | --bu)
449 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
450 build
="$ac_optarg" ;;
452 -cache-file | --cache-file | --cache-fil | --cache-fi \
453 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
454 ac_prev
=cache_file
;;
455 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
456 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
457 cache_file
="$ac_optarg" ;;
459 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
461 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
463 datadir
="$ac_optarg" ;;
465 -disable-* | --disable-*)
466 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
467 # Reject names that are not valid shell variable names.
468 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
469 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
471 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
472 eval "enable_${ac_feature}=no" ;;
474 -enable-* | --enable-*)
475 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
476 # Reject names that are not valid shell variable names.
477 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
478 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
480 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
485 eval "enable_${ac_feature}='$ac_optarg'" ;;
487 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
488 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
489 | --exec | --exe | --ex)
490 ac_prev
=exec_prefix
;;
491 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
492 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
493 | --exec=* | --exe=* | --ex=*)
494 exec_prefix
="$ac_optarg" ;;
496 -gas | --gas | --ga | --g)
497 # Obsolete; use --with-gas.
500 -help | --help | --hel | --he)
501 # Omit some internal or obsolete options to make the list less imposing.
502 # This message is too long to be a string in the A/UX 3.1 sh.
504 Usage: configure [options] [host]
505 Options: [defaults in brackets after descriptions]
507 --cache-file=FILE cache test results in FILE
508 --help print this message
509 --no-create do not create output files
510 --quiet, --silent do not print \`checking...' messages
511 --version print the version of autoconf that created configure
512 Directory and file names:
513 --prefix=PREFIX install architecture-independent files in PREFIX
515 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
517 --bindir=DIR user executables in DIR [EPREFIX/bin]
518 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
519 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
520 --datadir=DIR read-only architecture-independent data in DIR
522 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
523 --sharedstatedir=DIR modifiable architecture-independent data in DIR
525 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
526 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
527 --includedir=DIR C header files in DIR [PREFIX/include]
528 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
529 --infodir=DIR info documentation in DIR [PREFIX/info]
530 --mandir=DIR man documentation in DIR [PREFIX/man]
531 --srcdir=DIR find the sources in DIR [configure dir or ..]
532 --program-prefix=PREFIX prepend PREFIX to installed program names
533 --program-suffix=SUFFIX append SUFFIX to installed program names
534 --program-transform-name=PROGRAM
535 run sed PROGRAM on installed program names
539 --build=BUILD configure for building on BUILD [BUILD=HOST]
540 --host=HOST configure for HOST [guessed]
541 --target=TARGET configure for TARGET [TARGET=HOST]
542 Features and packages:
543 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
544 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
545 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
546 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
547 --x-includes=DIR X include files are in DIR
548 --x-libraries=DIR X library files are in DIR
550 if test -n "$ac_help"; then
551 echo "--enable and --with options recognized:$ac_help"
555 -host | --host | --hos | --ho)
557 -host=* | --host=* | --hos=* | --ho=*)
560 -includedir | --includedir | --includedi | --included | --include \
561 | --includ | --inclu | --incl | --inc)
562 ac_prev
=includedir
;;
563 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
564 | --includ=* | --inclu=* | --incl=* | --inc=*)
565 includedir
="$ac_optarg" ;;
567 -infodir | --infodir | --infodi | --infod | --info | --inf)
569 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
570 infodir
="$ac_optarg" ;;
572 -libdir | --libdir | --libdi | --libd)
574 -libdir=* | --libdir=* | --libdi=* | --libd=*)
575 libdir
="$ac_optarg" ;;
577 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
578 | --libexe | --libex | --libe)
579 ac_prev
=libexecdir
;;
580 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
581 | --libexe=* | --libex=* | --libe=*)
582 libexecdir
="$ac_optarg" ;;
584 -localstatedir | --localstatedir | --localstatedi | --localstated \
585 | --localstate | --localstat | --localsta | --localst \
586 | --locals | --local | --loca | --loc | --lo)
587 ac_prev
=localstatedir
;;
588 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
589 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
590 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
591 localstatedir
="$ac_optarg" ;;
593 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
595 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
596 mandir
="$ac_optarg" ;;
599 # Obsolete; use --without-fp.
602 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
606 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
607 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
610 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
611 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
612 | --oldin | --oldi | --old | --ol | --o)
613 ac_prev
=oldincludedir
;;
614 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
615 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
616 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
617 oldincludedir
="$ac_optarg" ;;
619 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
621 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
622 prefix
="$ac_optarg" ;;
624 -program-prefix | --program-prefix | --program-prefi | --program-pref \
625 | --program-pre | --program-pr | --program-p)
626 ac_prev
=program_prefix
;;
627 -program-prefix=* | --program-prefix=* | --program-prefi=* \
628 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
629 program_prefix
="$ac_optarg" ;;
631 -program-suffix | --program-suffix | --program-suffi | --program-suff \
632 | --program-suf | --program-su | --program-s)
633 ac_prev
=program_suffix
;;
634 -program-suffix=* | --program-suffix=* | --program-suffi=* \
635 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
636 program_suffix
="$ac_optarg" ;;
638 -program-transform-name | --program-transform-name \
639 | --program-transform-nam | --program-transform-na \
640 | --program-transform-n | --program-transform- \
641 | --program-transform | --program-transfor \
642 | --program-transfo | --program-transf \
643 | --program-trans | --program-tran \
644 | --progr-tra | --program-tr | --program-t)
645 ac_prev
=program_transform_name
;;
646 -program-transform-name=* | --program-transform-name=* \
647 | --program-transform-nam=* | --program-transform-na=* \
648 | --program-transform-n=* | --program-transform-=* \
649 | --program-transform=* | --program-transfor=* \
650 | --program-transfo=* | --program-transf=* \
651 | --program-trans=* | --program-tran=* \
652 | --progr-tra=* | --program-tr=* | --program-t=*)
653 program_transform_name
="$ac_optarg" ;;
655 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
656 | -silent | --silent | --silen | --sile | --sil)
659 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
661 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
663 sbindir
="$ac_optarg" ;;
665 -sharedstatedir | --sharedstatedir | --sharedstatedi \
666 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
667 | --sharedst | --shareds | --shared | --share | --shar \
669 ac_prev
=sharedstatedir
;;
670 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
671 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
672 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
674 sharedstatedir
="$ac_optarg" ;;
676 -site | --site | --sit)
678 -site=* | --site=* | --sit=*)
681 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
683 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
684 srcdir
="$ac_optarg" ;;
686 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
687 | --syscon | --sysco | --sysc | --sys | --sy)
688 ac_prev
=sysconfdir
;;
689 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
690 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
691 sysconfdir
="$ac_optarg" ;;
693 -target | --target | --targe | --targ | --tar | --ta | --t)
695 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
696 target
="$ac_optarg" ;;
698 -v | -verbose | --verbose | --verbos | --verbo | --verb)
701 -version | --version | --versio | --versi | --vers)
702 echo "configure generated by autoconf version 2.13"
706 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
707 # Reject names that are not valid shell variable names.
708 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
709 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
711 ac_package
=`echo $ac_package| sed 's/-/_/g'`
716 eval "with_${ac_package}='$ac_optarg'" ;;
718 -without-* | --without-*)
719 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
720 # Reject names that are not valid shell variable names.
721 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
722 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
724 ac_package
=`echo $ac_package| sed 's/-/_/g'`
725 eval "with_${ac_package}=no" ;;
728 # Obsolete; use --with-x.
731 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
732 | --x-incl | --x-inc | --x-in | --x-i)
733 ac_prev
=x_includes
;;
734 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
735 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
736 x_includes
="$ac_optarg" ;;
738 -x-libraries | --x-libraries | --x-librarie | --x-librari \
739 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
740 ac_prev
=x_libraries
;;
741 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
742 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
743 x_libraries
="$ac_optarg" ;;
745 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
749 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
750 echo "configure: warning: $ac_option: invalid host type" 1>&2
752 if test "x$nonopt" != xNONE
; then
753 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
761 if test -n "$ac_prev"; then
762 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
765 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
767 # File descriptor usage:
770 # 2 errors and warnings
771 # 3 some systems may open it to /dev/tty
772 # 4 used on the Kubota Titan
773 # 6 checking for... messages and results
774 # 5 compiler messages saved in config.log
775 if test "$silent" = yes; then
783 This file contains any messages produced by compilers while
784 running configure, to aid debugging if configure makes a mistake.
787 # Strip out --no-create and --no-recursion so they do not pile up.
788 # Also quote any args containing shell metacharacters.
793 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
794 | --no-cr | --no-c) ;;
795 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
796 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
797 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
798 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
799 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
804 # Only set these to C if already set. These must not be set unconditionally
805 # because not all systems understand e.g. LANG=C (notably SCO).
806 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
807 # Non-C LC_CTYPE values break the ctype check.
808 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
809 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
810 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
811 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
813 # confdefs.h avoids OS command line length limits that DEFS can exceed.
814 rm -rf conftest
* confdefs.h
815 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
818 # A filename unique to this package, relative to the directory that
819 # configure is in, which we can look for to find out if srcdir is correct.
820 ac_unique_file
=wx
-config.
in
822 # Find the source files, if location was not specified.
823 if test -z "$srcdir"; then
824 ac_srcdir_defaulted
=yes
825 # Try the directory containing this script, then its parent.
827 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
828 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
830 if test ! -r $srcdir/$ac_unique_file; then
834 ac_srcdir_defaulted
=no
836 if test ! -r $srcdir/$ac_unique_file; then
837 if test "$ac_srcdir_defaulted" = yes; then
838 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
840 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
843 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
845 # Prefer explicitly selected file to automatically selected ones.
846 if test -z "$CONFIG_SITE"; then
847 if test "x$prefix" != xNONE
; then
848 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
850 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
853 for ac_site_file
in $CONFIG_SITE; do
854 if test -r "$ac_site_file"; then
855 echo "loading site script $ac_site_file"
860 if test -r "$cache_file"; then
861 echo "loading cache $cache_file"
864 echo "creating cache $cache_file"
869 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
870 ac_cpp
='$CPP $CPPFLAGS'
871 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
872 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
873 cross_compiling
=$ac_cv_prog_cc_cross
877 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
878 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
879 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
886 ac_n
= ac_c
='\c' ac_t
=
892 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
893 if test -f $ac_dir/install-sh; then
895 ac_install_sh
="$ac_aux_dir/install-sh -c"
897 elif test -f $ac_dir/install.sh
; then
899 ac_install_sh
="$ac_aux_dir/install.sh -c"
903 if test -z "$ac_aux_dir"; then
904 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
906 ac_config_guess
=$ac_aux_dir/config.guess
907 ac_config_sub
=$ac_aux_dir/config.sub
908 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
911 # Do some error checking and defaulting for the host and target type.
913 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
916 # 1. You are not allowed to specify --host, --target, and nonopt at the
918 # 2. Host defaults to nonopt.
919 # 3. If nonopt is not specified, then host defaults to the current host,
920 # as determined by config.guess.
921 # 4. Target and build default to nonopt.
922 # 5. If nonopt is not specified, then target and build default to host.
924 # The aliases save the names the user supplied, while $host etc.
925 # will get canonicalized.
926 case $host---$target---$nonopt in
927 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
928 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
932 # Make sure we can run config.sub.
933 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
934 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
937 echo $ac_n "checking host system type""... $ac_c" 1>&6
938 echo "configure:939: checking host system type" >&5
941 case "$host_alias" in
945 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
946 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
948 *) host_alias
=$nonopt ;;
952 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
953 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
954 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
955 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
956 echo "$ac_t""$host" 1>&6
958 echo $ac_n "checking target system type""... $ac_c" 1>&6
959 echo "configure:960: checking target system type" >&5
962 case "$target_alias" in
965 NONE
) target_alias
=$host_alias ;;
966 *) target_alias
=$nonopt ;;
970 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
971 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
972 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
973 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
974 echo "$ac_t""$target" 1>&6
976 echo $ac_n "checking build system type""... $ac_c" 1>&6
977 echo "configure:978: checking build system type" >&5
980 case "$build_alias" in
983 NONE
) build_alias
=$host_alias ;;
984 *) build_alias
=$nonopt ;;
988 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
989 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
990 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
991 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
992 echo "$ac_t""$build" 1>&6
994 test "$host_alias" != "$target_alias" &&
995 test "$program_prefix$program_suffix$program_transform_name" = \
997 program_prefix
=${target_alias}-
1001 WX_MAJOR_VERSION_NUMBER
=2
1002 WX_MINOR_VERSION_NUMBER
=3
1005 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1006 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1040 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1042 ALL_TOOLKITS
="GTK MAC MGL MOTIF MSW PM WINE"
1047 DEFAULT_wxUSE_MOTIF
=0
1050 DEFAULT_wxUSE_WINE
=0
1052 DEFAULT_DEFAULT_wxUSE_GTK
=0
1053 DEFAULT_DEFAULT_wxUSE_MAC
=0
1054 DEFAULT_DEFAULT_wxUSE_MGL
=0
1055 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1056 DEFAULT_DEFAULT_wxUSE_MSW
=0
1057 DEFAULT_DEFAULT_wxUSE_PM
=0
1058 DEFAULT_DEFAULT_wxUSE_WINE
=0
1066 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1067 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1069 cat >> confdefs.h
<<\EOF
1076 cat >> confdefs.h
<<\EOF
1081 if test "x$TMP" = "xalpha"; then
1083 cat >> confdefs.h
<<\EOF
1088 if test "x$TMP" = "xia64"; then
1090 cat >> confdefs.h
<<\EOF
1095 DEFAULT_DEFAULT_wxUSE_GTK
=1
1097 *-*-irix5* | *-*-irix6* )
1100 cat >> confdefs.h
<<\EOF
1104 cat >> confdefs.h
<<\EOF
1108 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1114 cat >> confdefs.h
<<\EOF
1118 cat >> confdefs.h
<<\EOF
1119 #define __SOLARIS__ 1
1122 cat >> confdefs.h
<<\EOF
1126 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1127 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1133 cat >> confdefs.h
<<\EOF
1137 cat >> confdefs.h
<<\EOF
1141 cat >> confdefs.h
<<\EOF
1145 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1150 cat >> confdefs.h
<<\EOF
1151 #define __FREEBSD__ 1
1154 cat >> confdefs.h
<<\EOF
1158 DEFAULT_DEFAULT_wxUSE_GTK
=1
1163 cat >> confdefs.h
<<\EOF
1164 #define __FREEBSD__ 1
1167 cat >> confdefs.h
<<\EOF
1168 #define __OPENBSD__ 1
1171 DEFAULT_DEFAULT_wxUSE_GTK
=1
1176 cat >> confdefs.h
<<\EOF
1177 #define __FREEBSD__ 1
1180 cat >> confdefs.h
<<\EOF
1181 #define __NETBSD__ 1
1184 DEFAULT_DEFAULT_wxUSE_GTK
=1
1189 cat >> confdefs.h
<<\EOF
1193 cat >> confdefs.h
<<\EOF
1197 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1198 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1203 cat >> confdefs.h
<<\EOF
1207 cat >> confdefs.h
<<\EOF
1211 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1216 cat >> confdefs.h
<<\EOF
1220 cat >> confdefs.h
<<\EOF
1224 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1230 cat >> confdefs.h
<<\EOF
1234 cat >> confdefs.h
<<\EOF
1238 cat >> confdefs.h
<<\EOF
1242 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1245 *-*-cygwin* | *-*-mingw32* )
1249 cat >> confdefs.h
<<\EOF
1253 cat >> confdefs.h
<<\EOF
1257 cat >> confdefs.h
<<\EOF
1258 #define __WINDOWS__ 1
1261 cat >> confdefs.h
<<\EOF
1262 #define __GNUWIN32__ 1
1265 cat >> confdefs.h
<<\EOF
1269 cat >> confdefs.h
<<\EOF
1270 #define WINVER 0x0400
1275 DEFAULT_DEFAULT_wxUSE_MSW
=1
1278 *-pc-os2_emx | *-pc-os2-emx )
1279 cat >> confdefs.h
<<\EOF
1284 DEFAULT_DEFAULT_wxUSE_PM
=1
1291 cat >> confdefs.h
<<\EOF
1295 cat >> confdefs.h
<<\EOF
1296 #define __DARWIN__ 1
1299 cat >> confdefs.h
<<\EOF
1300 #define __POWERPC__ 1
1303 DEFAULT_DEFAULT_wxUSE_MAC
=1
1308 cat >> confdefs.h
<<\EOF
1315 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1318 if test "$USE_UNIX" = 1 ; then
1320 cat >> confdefs.h
<<\EOF
1326 if test "$USE_LINUX" = 1; then
1327 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1328 echo "configure:1329: checking for glibc 2.1 or later" >&5
1329 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1330 echo $ac_n "(cached) $ac_c" 1>&6
1332 cat > conftest.
$ac_ext <<EOF
1333 #line 1334 "configure"
1334 #include "confdefs.h"
1335 #include <features.h>
1338 #if !__GLIBC_PREREQ(2, 1)
1344 if { (eval echo configure
:1345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1350 echo "configure: failed program was:" >&5
1351 cat conftest.
$ac_ext >&5
1362 echo "$ac_t""$wx_lib_glibc21" 1>&6
1363 if test "$wx_lib_glibc21" = "yes"; then
1364 cat >> confdefs.h
<<\EOF
1365 #define wxHAVE_GLIBC2 1
1374 wx_arg_cache_file
="configarg.cache"
1375 echo "loading argument cache $wx_arg_cache_file"
1376 rm -f ${wx_arg_cache_file}.tmp
1377 touch ${wx_arg_cache_file}.tmp
1378 touch ${wx_arg_cache_file}
1382 if test $DEBUG_CONFIGURE = 1; then
1383 DEFAULT_wxUSE_UNIVERSAL
=no
1385 DEFAULT_wxUSE_THREADS
=yes
1387 DEFAULT_wxUSE_SHARED
=yes
1388 DEFAULT_wxUSE_SONAME
=no
1389 DEFAULT_wxUSE_OPTIMISE
=no
1390 DEFAULT_wxUSE_PROFILE
=no
1391 DEFAULT_wxUSE_NO_DEPS
=no
1392 DEFAULT_wxUSE_NO_RTTI
=yes
1393 DEFAULT_wxUSE_NO_EXCEPTIONS
=yes
1394 DEFAULT_wxUSE_PERMISSIVE
=no
1395 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1396 DEFAULT_wxUSE_DEBUG_INFO
=yes
1397 DEFAULT_wxUSE_DEBUG_GDB
=yes
1398 DEFAULT_wxUSE_MEM_TRACING
=no
1399 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1400 DEFAULT_wxUSE_DMALLOC
=no
1401 DEFAULT_wxUSE_PRECOMP
=yes
1402 DEFAULT_wxUSE_APPLE_IEEE
=no
1404 DEFAULT_wxUSE_LOG
=yes
1405 DEFAULT_wxUSE_LOGWINDOW
=no
1406 DEFAULT_wxUSE_LOGGUI
=no
1408 DEFAULT_wxUSE_GUI
=yes
1409 DEFAULT_wxUSE_CONTROLS
=no
1411 DEFAULT_wxUSE_REGEX
=no
1412 DEFAULT_wxUSE_ZLIB
=no
1413 DEFAULT_wxUSE_LIBPNG
=no
1414 DEFAULT_wxUSE_LIBJPEG
=no
1415 DEFAULT_wxUSE_LIBTIFF
=no
1416 DEFAULT_wxUSE_ODBC
=no
1417 DEFAULT_wxUSE_FREETYPE
=no
1418 DEFAULT_wxUSE_OPENGL
=no
1420 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1421 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1422 DEFAULT_wxUSE_STD_IOSTREAM
=no
1423 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1424 DEFAULT_wxUSE_DATETIME
=no
1425 DEFAULT_wxUSE_TIMEDATE
=no
1426 DEFAULT_wxUSE_TIMER
=no
1427 DEFAULT_wxUSE_STOPWATCH
=no
1428 DEFAULT_wxUSE_FILE
=no
1429 DEFAULT_wxUSE_FFILE
=no
1430 DEFAULT_wxUSE_TEXTFILE
=no
1431 DEFAULT_wxUSE_WAVE
=no
1432 DEFAULT_wxUSE_INTL
=no
1433 DEFAULT_wxUSE_CONFIG
=no
1434 DEFAULT_wxUSE_FONTMAP
=no
1435 DEFAULT_wxUSE_STREAMS
=no
1436 DEFAULT_wxUSE_SOCKETS
=no
1437 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1438 DEFAULT_wxUSE_SERIAL
=no
1439 DEFAULT_wxUSE_JOYSTICK
=no
1440 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1441 DEFAULT_wxUSE_LONGLONG
=no
1442 DEFAULT_wxUSE_GEOMETRY
=no
1444 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1445 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1446 DEFAULT_wxUSE_POSTSCRIPT
=no
1448 DEFAULT_wxUSE_X_RESOURCES
=no
1449 DEFAULT_wxUSE_CLIPBOARD
=no
1450 DEFAULT_wxUSE_TOOLTIPS
=no
1451 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1452 DEFAULT_wxUSE_DRAGIMAGE
=no
1453 DEFAULT_wxUSE_SPLINES
=no
1455 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1456 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1457 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1459 DEFAULT_wxUSE_PROLOGIO
=no
1460 DEFAULT_wxUSE_RESOURCES
=no
1461 DEFAULT_wxUSE_CONSTRAINTS
=no
1462 DEFAULT_wxUSE_IPC
=no
1463 DEFAULT_wxUSE_HELP
=no
1464 DEFAULT_wxUSE_MS_HTML_HELP
=no
1465 DEFAULT_wxUSE_WXHTML_HELP
=no
1466 DEFAULT_wxUSE_TREELAYOUT
=no
1467 DEFAULT_wxUSE_METAFILE
=no
1468 DEFAULT_wxUSE_MIMETYPE
=no
1469 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1471 DEFAULT_wxUSE_COMMONDLGS
=no
1472 DEFAULT_wxUSE_CHOICEDLG
=no
1473 DEFAULT_wxUSE_COLOURDLG
=no
1474 DEFAULT_wxUSE_DIRDLG
=no
1475 DEFAULT_wxUSE_FILEDLG
=no
1476 DEFAULT_wxUSE_FINDREPLDLG
=no
1477 DEFAULT_wxUSE_FONTDLG
=no
1478 DEFAULT_wxUSE_MSGDLG
=no
1479 DEFAULT_wxUSE_NUMBERDLG
=no
1480 DEFAULT_wxUSE_TEXTDLG
=no
1481 DEFAULT_wxUSE_SPLASH
=no
1482 DEFAULT_wxUSE_STARTUP_TIPS
=no
1483 DEFAULT_wxUSE_PROGRESSDLG
=no
1484 DEFAULT_wxUSE_WIZARDDLG
=no
1486 DEFAULT_wxUSE_MENUS
=no
1487 DEFAULT_wxUSE_MINIFRAME
=no
1488 DEFAULT_wxUSE_HTML
=no
1489 DEFAULT_wxUSE_FILESYSTEM
=no
1490 DEFAULT_wxUSE_FS_INET
=no
1491 DEFAULT_wxUSE_FS_ZIP
=no
1492 DEFAULT_wxUSE_BUSYINFO
=no
1493 DEFAULT_wxUSE_ZIPSTREAM
=no
1494 DEFAULT_wxUSE_VALIDATORS
=no
1496 DEFAULT_wxUSE_ACCEL
=no
1497 DEFAULT_wxUSE_BUTTON
=no
1498 DEFAULT_wxUSE_BMPBUTTON
=no
1499 DEFAULT_wxUSE_CALCTRL
=no
1500 DEFAULT_wxUSE_CARET
=no
1501 DEFAULT_wxUSE_CHECKBOX
=no
1502 DEFAULT_wxUSE_CHECKLST
=no
1503 DEFAULT_wxUSE_CHOICE
=no
1504 DEFAULT_wxUSE_COMBOBOX
=no
1505 DEFAULT_wxUSE_GAUGE
=no
1506 DEFAULT_wxUSE_GRID
=no
1507 DEFAULT_wxUSE_NEW_GRID
=no
1508 DEFAULT_wxUSE_IMAGLIST
=no
1509 DEFAULT_wxUSE_LISTBOX
=no
1510 DEFAULT_wxUSE_LISTCTRL
=no
1511 DEFAULT_wxUSE_NOTEBOOK
=no
1512 DEFAULT_wxUSE_PROPSHEET
=no
1513 DEFAULT_wxUSE_RADIOBOX
=no
1514 DEFAULT_wxUSE_RADIOBTN
=no
1515 DEFAULT_wxUSE_SASH
=no
1516 DEFAULT_wxUSE_SCROLLBAR
=no
1517 DEFAULT_wxUSE_SLIDER
=no
1518 DEFAULT_wxUSE_SPINBTN
=no
1519 DEFAULT_wxUSE_SPINCTRL
=no
1520 DEFAULT_wxUSE_SPLITTER
=no
1521 DEFAULT_wxUSE_STATBMP
=no
1522 DEFAULT_wxUSE_STATBOX
=no
1523 DEFAULT_wxUSE_STATLINE
=no
1524 DEFAULT_wxUSE_STATTEXT
=no
1525 DEFAULT_wxUSE_STATUSBAR
=yes
1526 DEFAULT_wxUSE_TABDIALOG
=no
1527 DEFAULT_wxUSE_TEXTCTRL
=no
1528 DEFAULT_wxUSE_TOGGLEBTN
=no
1529 DEFAULT_wxUSE_TOOLBAR
=no
1530 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1531 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1532 DEFAULT_wxUSE_TREECTRL
=no
1533 DEFAULT_wxUSE_POPUPWIN
=no
1535 DEFAULT_wxUSE_UNICODE
=no
1536 DEFAULT_wxUSE_WCSRTOMBS
=no
1538 DEFAULT_wxUSE_PALETTE
=no
1539 DEFAULT_wxUSE_IMAGE
=no
1540 DEFAULT_wxUSE_GIF
=no
1541 DEFAULT_wxUSE_PCX
=no
1542 DEFAULT_wxUSE_PNM
=no
1543 DEFAULT_wxUSE_XPM
=no
1545 DEFAULT_wxUSE_UNIVERSAL
=no
1547 DEFAULT_wxUSE_THREADS
=yes
1549 DEFAULT_wxUSE_SHARED
=yes
1550 DEFAULT_wxUSE_SONAME
=no
1551 DEFAULT_wxUSE_OPTIMISE
=yes
1552 DEFAULT_wxUSE_PROFILE
=no
1553 DEFAULT_wxUSE_NO_DEPS
=no
1554 DEFAULT_wxUSE_NO_RTTI
=yes
1555 DEFAULT_wxUSE_NO_EXCEPTIONS
=yes
1556 DEFAULT_wxUSE_PERMISSIVE
=no
1557 DEFAULT_wxUSE_DEBUG_FLAG
=no
1558 DEFAULT_wxUSE_DEBUG_INFO
=no
1559 DEFAULT_wxUSE_DEBUG_GDB
=no
1560 DEFAULT_wxUSE_MEM_TRACING
=no
1561 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1562 DEFAULT_wxUSE_DMALLOC
=no
1563 DEFAULT_wxUSE_PRECOMP
=yes
1564 DEFAULT_wxUSE_APPLE_IEEE
=yes
1566 DEFAULT_wxUSE_LOG
=yes
1567 DEFAULT_wxUSE_LOGWINDOW
=yes
1568 DEFAULT_wxUSE_LOGGUI
=yes
1570 DEFAULT_wxUSE_GUI
=yes
1572 DEFAULT_wxUSE_REGEX
=yes
1573 DEFAULT_wxUSE_ZLIB
=yes
1574 DEFAULT_wxUSE_LIBPNG
=yes
1575 DEFAULT_wxUSE_LIBJPEG
=yes
1576 DEFAULT_wxUSE_LIBTIFF
=yes
1577 DEFAULT_wxUSE_ODBC
=no
1578 DEFAULT_wxUSE_FREETYPE
=no
1579 DEFAULT_wxUSE_OPENGL
=no
1581 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1582 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1583 DEFAULT_wxUSE_STD_IOSTREAM
=no
1584 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1585 DEFAULT_wxUSE_DATETIME
=yes
1586 DEFAULT_wxUSE_TIMEDATE
=no
1587 DEFAULT_wxUSE_TIMER
=yes
1588 DEFAULT_wxUSE_STOPWATCH
=yes
1589 DEFAULT_wxUSE_FILE
=yes
1590 DEFAULT_wxUSE_FFILE
=yes
1591 DEFAULT_wxUSE_TEXTFILE
=yes
1592 DEFAULT_wxUSE_WAVE
=no
1593 DEFAULT_wxUSE_INTL
=yes
1594 DEFAULT_wxUSE_CONFIG
=yes
1595 DEFAULT_wxUSE_FONTMAP
=yes
1596 DEFAULT_wxUSE_STREAMS
=yes
1597 DEFAULT_wxUSE_SOCKETS
=yes
1598 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1599 DEFAULT_wxUSE_SERIAL
=yes
1600 DEFAULT_wxUSE_JOYSTICK
=yes
1601 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1602 DEFAULT_wxUSE_LONGLONG
=yes
1603 DEFAULT_wxUSE_GEOMETRY
=yes
1605 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1606 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1607 DEFAULT_wxUSE_POSTSCRIPT
=yes
1609 DEFAULT_wxUSE_X_RESOURCES
=no
1610 DEFAULT_wxUSE_CLIPBOARD
=yes
1611 DEFAULT_wxUSE_TOOLTIPS
=yes
1612 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1613 DEFAULT_wxUSE_DRAGIMAGE
=yes
1614 DEFAULT_wxUSE_SPLINES
=yes
1616 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1617 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1618 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1620 DEFAULT_wxUSE_PROLOGIO
=yes
1621 DEFAULT_wxUSE_RESOURCES
=yes
1622 DEFAULT_wxUSE_CONSTRAINTS
=yes
1623 DEFAULT_wxUSE_IPC
=yes
1624 DEFAULT_wxUSE_HELP
=yes
1625 DEFAULT_wxUSE_MS_HTML_HELP
=yes
1626 DEFAULT_wxUSE_WXHTML_HELP
=yes
1627 DEFAULT_wxUSE_TREELAYOUT
=yes
1628 DEFAULT_wxUSE_METAFILE
=yes
1629 DEFAULT_wxUSE_MIMETYPE
=yes
1630 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1632 DEFAULT_wxUSE_COMMONDLGS
=yes
1633 DEFAULT_wxUSE_CHOICEDLG
=yes
1634 DEFAULT_wxUSE_COLOURDLG
=yes
1635 DEFAULT_wxUSE_DIRDLG
=yes
1636 DEFAULT_wxUSE_FILEDLG
=yes
1637 DEFAULT_wxUSE_FINDREPLDLG
=yes
1638 DEFAULT_wxUSE_FONTDLG
=yes
1639 DEFAULT_wxUSE_MSGDLG
=yes
1640 DEFAULT_wxUSE_NUMBERDLG
=yes
1641 DEFAULT_wxUSE_TEXTDLG
=yes
1642 DEFAULT_wxUSE_SPLASH
=yes
1643 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1644 DEFAULT_wxUSE_PROGRESSDLG
=yes
1645 DEFAULT_wxUSE_WIZARDDLG
=yes
1647 DEFAULT_wxUSE_MENUS
=yes
1648 DEFAULT_wxUSE_MINIFRAME
=yes
1649 DEFAULT_wxUSE_HTML
=yes
1650 DEFAULT_wxUSE_FILESYSTEM
=yes
1651 DEFAULT_wxUSE_FS_INET
=yes
1652 DEFAULT_wxUSE_FS_ZIP
=yes
1653 DEFAULT_wxUSE_BUSYINFO
=yes
1654 DEFAULT_wxUSE_ZIPSTREAM
=yes
1655 DEFAULT_wxUSE_VALIDATORS
=yes
1657 DEFAULT_wxUSE_ACCEL
=yes
1658 DEFAULT_wxUSE_BUTTON
=yes
1659 DEFAULT_wxUSE_BMPBUTTON
=yes
1660 DEFAULT_wxUSE_CALCTRL
=yes
1661 DEFAULT_wxUSE_CARET
=yes
1662 DEFAULT_wxUSE_CHECKBOX
=yes
1663 DEFAULT_wxUSE_CHECKLST
=yes
1664 DEFAULT_wxUSE_CHOICE
=yes
1665 DEFAULT_wxUSE_COMBOBOX
=yes
1666 DEFAULT_wxUSE_GAUGE
=yes
1667 DEFAULT_wxUSE_GRID
=yes
1668 DEFAULT_wxUSE_NEW_GRID
=yes
1669 DEFAULT_wxUSE_IMAGLIST
=yes
1670 DEFAULT_wxUSE_LISTBOX
=yes
1671 DEFAULT_wxUSE_LISTCTRL
=yes
1672 DEFAULT_wxUSE_NOTEBOOK
=yes
1673 DEFAULT_wxUSE_PROPSHEET
=yes
1674 DEFAULT_wxUSE_RADIOBOX
=yes
1675 DEFAULT_wxUSE_RADIOBTN
=yes
1676 DEFAULT_wxUSE_SASH
=yes
1677 DEFAULT_wxUSE_SCROLLBAR
=yes
1678 DEFAULT_wxUSE_SLIDER
=yes
1679 DEFAULT_wxUSE_SPINBTN
=yes
1680 DEFAULT_wxUSE_SPINCTRL
=yes
1681 DEFAULT_wxUSE_SPLITTER
=yes
1682 DEFAULT_wxUSE_STATBMP
=yes
1683 DEFAULT_wxUSE_STATBOX
=yes
1684 DEFAULT_wxUSE_STATLINE
=yes
1685 DEFAULT_wxUSE_STATTEXT
=yes
1686 DEFAULT_wxUSE_STATUSBAR
=yes
1687 DEFAULT_wxUSE_TABDIALOG
=no
1688 DEFAULT_wxUSE_TEXTCTRL
=yes
1689 DEFAULT_wxUSE_TOGGLEBTN
=yes
1690 DEFAULT_wxUSE_TOOLBAR
=yes
1691 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1692 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1693 DEFAULT_wxUSE_TREECTRL
=yes
1694 DEFAULT_wxUSE_POPUPWIN
=yes
1696 DEFAULT_wxUSE_UNICODE
=no
1697 DEFAULT_wxUSE_WCSRTOMBS
=no
1699 DEFAULT_wxUSE_PALETTE
=yes
1700 DEFAULT_wxUSE_IMAGE
=yes
1701 DEFAULT_wxUSE_GIF
=yes
1702 DEFAULT_wxUSE_PCX
=yes
1703 DEFAULT_wxUSE_PNM
=yes
1704 DEFAULT_wxUSE_XPM
=yes
1709 for toolkit
in `echo $ALL_TOOLKITS`; do
1710 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1711 if test "x$LINE" != x
; then
1712 has_toolkit_in_cache
=1
1713 eval "DEFAULT_$LINE"
1714 eval "CACHE_$toolkit=1"
1720 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1721 echo "configure:1722: checking for --enable-gui" >&5
1723 # Check whether --enable-gui or --disable-gui was given.
1724 if test "${enable_gui+set}" = set; then
1725 enableval
="$enable_gui"
1727 if test "$enableval" = yes; then
1728 ac_cv_use_gui
='wxUSE_GUI=yes'
1730 ac_cv_use_gui
='wxUSE_GUI=no'
1735 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1736 if test "x$LINE" != x
; then
1737 eval "DEFAULT_$LINE"
1742 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1747 eval "$ac_cv_use_gui"
1748 if test "$no_cache" != 1; then
1749 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1752 if test "$wxUSE_GUI" = yes; then
1753 echo "$ac_t""yes" 1>&6
1755 echo "$ac_t""no" 1>&6
1759 if test "$wxUSE_GUI" = "yes"; then
1762 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1763 echo "configure:1764: checking for --enable-universal" >&5
1765 # Check whether --enable-universal or --disable-universal was given.
1766 if test "${enable_universal+set}" = set; then
1767 enableval
="$enable_universal"
1769 if test "$enableval" = yes; then
1770 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1772 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1777 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1778 if test "x$LINE" != x
; then
1779 eval "DEFAULT_$LINE"
1784 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1789 eval "$ac_cv_use_universal"
1790 if test "$no_cache" != 1; then
1791 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1794 if test "$wxUSE_UNIVERSAL" = yes; then
1795 echo "$ac_t""yes" 1>&6
1797 echo "$ac_t""no" 1>&6
1800 # Check whether --with-gtk or --without-gtk was given.
1801 if test "${with_gtk+set}" = set; then
1803 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1806 # Check whether --with-motif or --without-motif was given.
1807 if test "${with_motif+set}" = set; then
1808 withval
="$with_motif"
1809 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1812 # Check whether --with-mac or --without-mac was given.
1813 if test "${with_mac+set}" = set; then
1815 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1818 # Check whether --with-wine or --without-wine was given.
1819 if test "${with_wine+set}" = set; then
1820 withval
="$with_wine"
1821 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1824 # Check whether --with-msw or --without-msw was given.
1825 if test "${with_msw+set}" = set; then
1827 wxUSE_MSW
="$withval" CACHE_MSW TOOLKIT_GIVEN
=1
1830 # Check whether --with-pm or --without-pm was given.
1831 if test "${with_pm+set}" = set; then
1833 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1836 # Check whether --with-mgl or --without-mgl was given.
1837 if test "${with_mgl+set}" = set; then
1839 wxUSE_MGL
="$withval" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1843 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1844 if test "${enable_gtk2+set}" = set; then
1845 enableval
="$enable_gtk2"
1853 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1854 echo "configure:1855: checking for --with-libpng" >&5
1856 # Check whether --with-libpng or --without-libpng was given.
1857 if test "${with_libpng+set}" = set; then
1858 withval
="$with_libpng"
1860 if test "$withval" = yes; then
1861 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1862 elif test "$withval" = no
; then
1863 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1864 elif test "$withval" = sys
; then
1865 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1866 elif test "$withval" = builtin; then
1867 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
1869 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1874 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1875 if test "x$LINE" != x
; then
1876 eval "DEFAULT_$LINE"
1881 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1886 eval "$ac_cv_use_libpng"
1887 if test "$no_cache" != 1; then
1888 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1891 if test "$wxUSE_LIBPNG" = yes; then
1892 echo "$ac_t""yes" 1>&6
1893 elif test "$wxUSE_LIBPNG" = no
; then
1894 echo "$ac_t""no" 1>&6
1895 elif test "$wxUSE_LIBPNG" = sys
; then
1896 echo "$ac_t""system version" 1>&6
1897 elif test "$wxUSE_LIBPNG" = builtin; then
1898 echo "$ac_t""builtin version" 1>&6
1900 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1904 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1905 echo "configure:1906: checking for --with-libjpeg" >&5
1907 # Check whether --with-libjpeg or --without-libjpeg was given.
1908 if test "${with_libjpeg+set}" = set; then
1909 withval
="$with_libjpeg"
1911 if test "$withval" = yes; then
1912 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1913 elif test "$withval" = no
; then
1914 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1915 elif test "$withval" = sys
; then
1916 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
1917 elif test "$withval" = builtin; then
1918 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
1920 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1925 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1926 if test "x$LINE" != x
; then
1927 eval "DEFAULT_$LINE"
1932 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1937 eval "$ac_cv_use_libjpeg"
1938 if test "$no_cache" != 1; then
1939 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1942 if test "$wxUSE_LIBJPEG" = yes; then
1943 echo "$ac_t""yes" 1>&6
1944 elif test "$wxUSE_LIBJPEG" = no
; then
1945 echo "$ac_t""no" 1>&6
1946 elif test "$wxUSE_LIBJPEG" = sys
; then
1947 echo "$ac_t""system version" 1>&6
1948 elif test "$wxUSE_LIBJPEG" = builtin; then
1949 echo "$ac_t""builtin version" 1>&6
1951 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1955 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1956 echo "configure:1957: checking for --with-libtiff" >&5
1958 # Check whether --with-libtiff or --without-libtiff was given.
1959 if test "${with_libtiff+set}" = set; then
1960 withval
="$with_libtiff"
1962 if test "$withval" = yes; then
1963 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
1964 elif test "$withval" = no
; then
1965 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
1966 elif test "$withval" = sys
; then
1967 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
1968 elif test "$withval" = builtin; then
1969 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
1971 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1976 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1977 if test "x$LINE" != x
; then
1978 eval "DEFAULT_$LINE"
1983 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1988 eval "$ac_cv_use_libtiff"
1989 if test "$no_cache" != 1; then
1990 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1993 if test "$wxUSE_LIBTIFF" = yes; then
1994 echo "$ac_t""yes" 1>&6
1995 elif test "$wxUSE_LIBTIFF" = no
; then
1996 echo "$ac_t""no" 1>&6
1997 elif test "$wxUSE_LIBTIFF" = sys
; then
1998 echo "$ac_t""system version" 1>&6
1999 elif test "$wxUSE_LIBTIFF" = builtin; then
2000 echo "$ac_t""builtin version" 1>&6
2002 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2006 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2007 echo "configure:2008: checking for --with-freetype" >&5
2009 # Check whether --with-freetype or --without-freetype was given.
2010 if test "${with_freetype+set}" = set; then
2011 withval
="$with_freetype"
2013 if test "$withval" = yes; then
2014 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
2015 elif test "$withval" = no
; then
2016 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
2017 elif test "$withval" = sys
; then
2018 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
2019 elif test "$withval" = builtin; then
2020 ac_cv_use_freetype
='wxUSE_FREETYPE=builtin'
2022 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2027 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2028 if test "x$LINE" != x
; then
2029 eval "DEFAULT_$LINE"
2034 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2039 eval "$ac_cv_use_freetype"
2040 if test "$no_cache" != 1; then
2041 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2044 if test "$wxUSE_FREETYPE" = yes; then
2045 echo "$ac_t""yes" 1>&6
2046 elif test "$wxUSE_FREETYPE" = no
; then
2047 echo "$ac_t""no" 1>&6
2048 elif test "$wxUSE_FREETYPE" = sys
; then
2049 echo "$ac_t""system version" 1>&6
2050 elif test "$wxUSE_FREETYPE" = builtin; then
2051 echo "$ac_t""builtin version" 1>&6
2053 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2057 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2058 echo "configure:2059: checking for --with-opengl" >&5
2060 # Check whether --with-opengl or --without-opengl was given.
2061 if test "${with_opengl+set}" = set; then
2062 withval
="$with_opengl"
2064 if test "$withval" = yes; then
2065 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2067 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2072 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2073 if test "x$LINE" != x
; then
2074 eval "DEFAULT_$LINE"
2079 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2084 eval "$ac_cv_use_opengl"
2085 if test "$no_cache" != 1; then
2086 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2089 if test "$wxUSE_OPENGL" = yes; then
2090 echo "$ac_t""yes" 1>&6
2092 echo "$ac_t""no" 1>&6
2099 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2100 echo "configure:2101: checking for --with-dmalloc" >&5
2102 # Check whether --with-dmalloc or --without-dmalloc was given.
2103 if test "${with_dmalloc+set}" = set; then
2104 withval
="$with_dmalloc"
2106 if test "$withval" = yes; then
2107 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2109 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2114 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2115 if test "x$LINE" != x
; then
2116 eval "DEFAULT_$LINE"
2121 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2126 eval "$ac_cv_use_dmalloc"
2127 if test "$no_cache" != 1; then
2128 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2131 if test "$wxUSE_DMALLOC" = yes; then
2132 echo "$ac_t""yes" 1>&6
2134 echo "$ac_t""no" 1>&6
2138 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2139 echo "configure:2140: checking for --with-regex" >&5
2141 # Check whether --with-regex or --without-regex was given.
2142 if test "${with_regex+set}" = set; then
2143 withval
="$with_regex"
2145 if test "$withval" = yes; then
2146 ac_cv_use_regex
='wxUSE_REGEX=yes'
2147 elif test "$withval" = no
; then
2148 ac_cv_use_regex
='wxUSE_REGEX=no'
2149 elif test "$withval" = sys
; then
2150 ac_cv_use_regex
='wxUSE_REGEX=sys'
2151 elif test "$withval" = builtin; then
2152 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2154 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2159 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2160 if test "x$LINE" != x
; then
2161 eval "DEFAULT_$LINE"
2166 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2171 eval "$ac_cv_use_regex"
2172 if test "$no_cache" != 1; then
2173 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2176 if test "$wxUSE_REGEX" = yes; then
2177 echo "$ac_t""yes" 1>&6
2178 elif test "$wxUSE_REGEX" = no
; then
2179 echo "$ac_t""no" 1>&6
2180 elif test "$wxUSE_REGEX" = sys
; then
2181 echo "$ac_t""system version" 1>&6
2182 elif test "$wxUSE_REGEX" = builtin; then
2183 echo "$ac_t""builtin version" 1>&6
2185 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2189 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2190 echo "configure:2191: checking for --with-zlib" >&5
2192 # Check whether --with-zlib or --without-zlib was given.
2193 if test "${with_zlib+set}" = set; then
2194 withval
="$with_zlib"
2196 if test "$withval" = yes; then
2197 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2198 elif test "$withval" = no
; then
2199 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2200 elif test "$withval" = sys
; then
2201 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2202 elif test "$withval" = builtin; then
2203 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2205 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2210 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2211 if test "x$LINE" != x
; then
2212 eval "DEFAULT_$LINE"
2217 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2222 eval "$ac_cv_use_zlib"
2223 if test "$no_cache" != 1; then
2224 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2227 if test "$wxUSE_ZLIB" = yes; then
2228 echo "$ac_t""yes" 1>&6
2229 elif test "$wxUSE_ZLIB" = no
; then
2230 echo "$ac_t""no" 1>&6
2231 elif test "$wxUSE_ZLIB" = sys
; then
2232 echo "$ac_t""system version" 1>&6
2233 elif test "$wxUSE_ZLIB" = builtin; then
2234 echo "$ac_t""builtin version" 1>&6
2236 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2240 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2241 echo "configure:2242: checking for --with-odbc" >&5
2243 # Check whether --with-odbc or --without-odbc was given.
2244 if test "${with_odbc+set}" = set; then
2245 withval
="$with_odbc"
2247 if test "$withval" = yes; then
2248 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2250 ac_cv_use_odbc
='wxUSE_ODBC=no'
2255 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2256 if test "x$LINE" != x
; then
2257 eval "DEFAULT_$LINE"
2262 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2267 eval "$ac_cv_use_odbc"
2268 if test "$no_cache" != 1; then
2269 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2272 if test "$wxUSE_ODBC" = yes; then
2273 echo "$ac_t""yes" 1>&6
2275 echo "$ac_t""no" 1>&6
2281 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2282 echo "configure:2283: checking for --enable-shared" >&5
2284 # Check whether --enable-shared or --disable-shared was given.
2285 if test "${enable_shared+set}" = set; then
2286 enableval
="$enable_shared"
2288 if test "$enableval" = yes; then
2289 ac_cv_use_shared
='wxUSE_SHARED=yes'
2291 ac_cv_use_shared
='wxUSE_SHARED=no'
2296 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2297 if test "x$LINE" != x
; then
2298 eval "DEFAULT_$LINE"
2303 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2308 eval "$ac_cv_use_shared"
2309 if test "$no_cache" != 1; then
2310 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2313 if test "$wxUSE_SHARED" = yes; then
2314 echo "$ac_t""yes" 1>&6
2316 echo "$ac_t""no" 1>&6
2320 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2321 echo "configure:2322: checking for --enable-soname" >&5
2323 # Check whether --enable-soname or --disable-soname was given.
2324 if test "${enable_soname+set}" = set; then
2325 enableval
="$enable_soname"
2327 if test "$enableval" = yes; then
2328 ac_cv_use_soname
='wxUSE_SONAME=yes'
2330 ac_cv_use_soname
='wxUSE_SONAME=no'
2335 LINE
=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2336 if test "x$LINE" != x
; then
2337 eval "DEFAULT_$LINE"
2342 ac_cv_use_soname
='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2347 eval "$ac_cv_use_soname"
2348 if test "$no_cache" != 1; then
2349 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2352 if test "$wxUSE_SONAME" = yes; then
2353 echo "$ac_t""yes" 1>&6
2355 echo "$ac_t""no" 1>&6
2359 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2360 echo "configure:2361: checking for --enable-optimise" >&5
2362 # Check whether --enable-optimise or --disable-optimise was given.
2363 if test "${enable_optimise+set}" = set; then
2364 enableval
="$enable_optimise"
2366 if test "$enableval" = yes; then
2367 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2369 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2374 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2375 if test "x$LINE" != x
; then
2376 eval "DEFAULT_$LINE"
2381 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2386 eval "$ac_cv_use_optimise"
2387 if test "$no_cache" != 1; then
2388 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2391 if test "$wxUSE_OPTIMISE" = yes; then
2392 echo "$ac_t""yes" 1>&6
2394 echo "$ac_t""no" 1>&6
2398 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2399 echo "configure:2400: checking for --enable-debug" >&5
2401 # Check whether --enable-debug or --disable-debug was given.
2402 if test "${enable_debug+set}" = set; then
2403 enableval
="$enable_debug"
2405 if test "$enableval" = yes; then
2406 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2408 ac_cv_use_debug
='wxUSE_DEBUG=no'
2413 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2414 if test "x$LINE" != x
; then
2415 eval "DEFAULT_$LINE"
2420 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2425 eval "$ac_cv_use_debug"
2426 if test "$no_cache" != 1; then
2427 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2430 if test "$wxUSE_DEBUG" = yes; then
2431 echo "$ac_t""yes" 1>&6
2433 echo "$ac_t""no" 1>&6
2438 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2439 echo "configure:2440: checking for --enable-precomp" >&5
2441 # Check whether --enable-precomp or --disable-precomp was given.
2442 if test "${enable_precomp+set}" = set; then
2443 enableval
="$enable_precomp"
2445 if test "$enableval" = yes; then
2446 ac_cv_use_precomp
='wxUSE_PRECOMP=yes'
2448 ac_cv_use_precomp
='wxUSE_PRECOMP=no'
2453 LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2454 if test "x$LINE" != x
; then
2455 eval "DEFAULT_$LINE"
2460 ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2465 eval "$ac_cv_use_precomp"
2466 if test "$no_cache" != 1; then
2467 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2470 if test "$wxUSE_PRECOMP" = yes; then
2471 echo "$ac_t""yes" 1>&6
2473 echo "$ac_t""no" 1>&6
2477 if test "$wxUSE_DEBUG" = "yes"; then
2478 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2479 DEFAULT_wxUSE_DEBUG_INFO
=yes
2480 elif test "$wxUSE_DEBUG" = "no"; then
2481 DEFAULT_wxUSE_DEBUG_FLAG
=no
2482 DEFAULT_wxUSE_DEBUG_INFO
=no
2486 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2487 echo "configure:2488: checking for --enable-debug_flag" >&5
2489 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2490 if test "${enable_debug_flag+set}" = set; then
2491 enableval
="$enable_debug_flag"
2493 if test "$enableval" = yes; then
2494 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2496 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2501 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2502 if test "x$LINE" != x
; then
2503 eval "DEFAULT_$LINE"
2508 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2513 eval "$ac_cv_use_debug_flag"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2518 if test "$wxUSE_DEBUG_FLAG" = yes; then
2519 echo "$ac_t""yes" 1>&6
2521 echo "$ac_t""no" 1>&6
2525 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2526 echo "configure:2527: checking for --enable-debug_info" >&5
2528 # Check whether --enable-debug_info or --disable-debug_info was given.
2529 if test "${enable_debug_info+set}" = set; then
2530 enableval
="$enable_debug_info"
2532 if test "$enableval" = yes; then
2533 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2535 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2540 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2541 if test "x$LINE" != x
; then
2542 eval "DEFAULT_$LINE"
2547 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2552 eval "$ac_cv_use_debug_info"
2553 if test "$no_cache" != 1; then
2554 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2557 if test "$wxUSE_DEBUG_INFO" = yes; then
2558 echo "$ac_t""yes" 1>&6
2560 echo "$ac_t""no" 1>&6
2564 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2565 echo "configure:2566: checking for --enable-debug_gdb" >&5
2567 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2568 if test "${enable_debug_gdb+set}" = set; then
2569 enableval
="$enable_debug_gdb"
2571 if test "$enableval" = yes; then
2572 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2574 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2579 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2580 if test "x$LINE" != x
; then
2581 eval "DEFAULT_$LINE"
2586 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2591 eval "$ac_cv_use_debug_gdb"
2592 if test "$no_cache" != 1; then
2593 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2596 if test "$wxUSE_DEBUG_GDB" = yes; then
2597 echo "$ac_t""yes" 1>&6
2599 echo "$ac_t""no" 1>&6
2603 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2604 echo "configure:2605: checking for --enable-debug_cntxt" >&5
2606 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2607 if test "${enable_debug_cntxt+set}" = set; then
2608 enableval
="$enable_debug_cntxt"
2610 if test "$enableval" = yes; then
2611 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2613 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2618 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2619 if test "x$LINE" != x
; then
2620 eval "DEFAULT_$LINE"
2625 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2630 eval "$ac_cv_use_debug_cntxt"
2631 if test "$no_cache" != 1; then
2632 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2635 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2636 echo "$ac_t""yes" 1>&6
2638 echo "$ac_t""no" 1>&6
2642 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2643 echo "configure:2644: checking for --enable-mem_tracing" >&5
2645 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2646 if test "${enable_mem_tracing+set}" = set; then
2647 enableval
="$enable_mem_tracing"
2649 if test "$enableval" = yes; then
2650 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2652 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2657 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2658 if test "x$LINE" != x
; then
2659 eval "DEFAULT_$LINE"
2664 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2669 eval "$ac_cv_use_mem_tracing"
2670 if test "$no_cache" != 1; then
2671 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2674 if test "$wxUSE_MEM_TRACING" = yes; then
2675 echo "$ac_t""yes" 1>&6
2677 echo "$ac_t""no" 1>&6
2681 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2682 echo "configure:2683: checking for --enable-profile" >&5
2684 # Check whether --enable-profile or --disable-profile was given.
2685 if test "${enable_profile+set}" = set; then
2686 enableval
="$enable_profile"
2688 if test "$enableval" = yes; then
2689 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2691 ac_cv_use_profile
='wxUSE_PROFILE=no'
2696 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2697 if test "x$LINE" != x
; then
2698 eval "DEFAULT_$LINE"
2703 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2708 eval "$ac_cv_use_profile"
2709 if test "$no_cache" != 1; then
2710 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2713 if test "$wxUSE_PROFILE" = yes; then
2714 echo "$ac_t""yes" 1>&6
2716 echo "$ac_t""no" 1>&6
2720 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2721 echo "configure:2722: checking for --enable-no_rtti" >&5
2723 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2724 if test "${enable_no_rtti+set}" = set; then
2725 enableval
="$enable_no_rtti"
2727 if test "$enableval" = yes; then
2728 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2730 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2735 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2736 if test "x$LINE" != x
; then
2737 eval "DEFAULT_$LINE"
2742 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2747 eval "$ac_cv_use_no_rtti"
2748 if test "$no_cache" != 1; then
2749 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2752 if test "$wxUSE_NO_RTTI" = yes; then
2753 echo "$ac_t""yes" 1>&6
2755 echo "$ac_t""no" 1>&6
2759 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2760 echo "configure:2761: checking for --enable-no_exceptions" >&5
2762 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2763 if test "${enable_no_exceptions+set}" = set; then
2764 enableval
="$enable_no_exceptions"
2766 if test "$enableval" = yes; then
2767 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2769 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2774 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2775 if test "x$LINE" != x
; then
2776 eval "DEFAULT_$LINE"
2781 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2786 eval "$ac_cv_use_no_exceptions"
2787 if test "$no_cache" != 1; then
2788 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2791 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2792 echo "$ac_t""yes" 1>&6
2794 echo "$ac_t""no" 1>&6
2798 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2799 echo "configure:2800: checking for --enable-permissive" >&5
2801 # Check whether --enable-permissive or --disable-permissive was given.
2802 if test "${enable_permissive+set}" = set; then
2803 enableval
="$enable_permissive"
2805 if test "$enableval" = yes; then
2806 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2808 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2813 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2814 if test "x$LINE" != x
; then
2815 eval "DEFAULT_$LINE"
2820 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2825 eval "$ac_cv_use_permissive"
2826 if test "$no_cache" != 1; then
2827 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2830 if test "$wxUSE_PERMISSIVE" = yes; then
2831 echo "$ac_t""yes" 1>&6
2833 echo "$ac_t""no" 1>&6
2837 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2838 echo "configure:2839: checking for --enable-no_deps" >&5
2840 # Check whether --enable-no_deps or --disable-no_deps was given.
2841 if test "${enable_no_deps+set}" = set; then
2842 enableval
="$enable_no_deps"
2844 if test "$enableval" = yes; then
2845 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2847 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2852 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2853 if test "x$LINE" != x
; then
2854 eval "DEFAULT_$LINE"
2859 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2864 eval "$ac_cv_use_no_deps"
2865 if test "$no_cache" != 1; then
2866 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2869 if test "$wxUSE_NO_DEPS" = yes; then
2870 echo "$ac_t""yes" 1>&6
2872 echo "$ac_t""no" 1>&6
2877 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2878 echo "configure:2879: checking for --enable-compat20" >&5
2880 # Check whether --enable-compat20 or --disable-compat20 was given.
2881 if test "${enable_compat20+set}" = set; then
2882 enableval
="$enable_compat20"
2884 if test "$enableval" = yes; then
2885 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2887 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
2892 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2893 if test "x$LINE" != x
; then
2894 eval "DEFAULT_$LINE"
2899 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2904 eval "$ac_cv_use_compat20"
2905 if test "$no_cache" != 1; then
2906 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2909 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2910 echo "$ac_t""yes" 1>&6
2912 echo "$ac_t""no" 1>&6
2916 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2917 echo "configure:2918: checking for --enable-compat22" >&5
2919 # Check whether --enable-compat22 or --disable-compat22 was given.
2920 if test "${enable_compat22+set}" = set; then
2921 enableval
="$enable_compat22"
2923 if test "$enableval" = yes; then
2924 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
2926 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
2931 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2932 if test "x$LINE" != x
; then
2933 eval "DEFAULT_$LINE"
2938 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2943 eval "$ac_cv_use_compat22"
2944 if test "$no_cache" != 1; then
2945 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2948 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2949 echo "$ac_t""yes" 1>&6
2951 echo "$ac_t""no" 1>&6
2957 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2958 echo "configure:2959: checking for --enable-intl" >&5
2960 # Check whether --enable-intl or --disable-intl was given.
2961 if test "${enable_intl+set}" = set; then
2962 enableval
="$enable_intl"
2964 if test "$enableval" = yes; then
2965 ac_cv_use_intl
='wxUSE_INTL=yes'
2967 ac_cv_use_intl
='wxUSE_INTL=no'
2972 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2973 if test "x$LINE" != x
; then
2974 eval "DEFAULT_$LINE"
2979 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2984 eval "$ac_cv_use_intl"
2985 if test "$no_cache" != 1; then
2986 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2989 if test "$wxUSE_INTL" = yes; then
2990 echo "$ac_t""yes" 1>&6
2992 echo "$ac_t""no" 1>&6
2996 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2997 echo "configure:2998: checking for --enable-config" >&5
2999 # Check whether --enable-config or --disable-config was given.
3000 if test "${enable_config+set}" = set; then
3001 enableval
="$enable_config"
3003 if test "$enableval" = yes; then
3004 ac_cv_use_config
='wxUSE_CONFIG=yes'
3006 ac_cv_use_config
='wxUSE_CONFIG=no'
3011 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3012 if test "x$LINE" != x
; then
3013 eval "DEFAULT_$LINE"
3018 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3023 eval "$ac_cv_use_config"
3024 if test "$no_cache" != 1; then
3025 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3028 if test "$wxUSE_CONFIG" = yes; then
3029 echo "$ac_t""yes" 1>&6
3031 echo "$ac_t""no" 1>&6
3036 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3037 echo "configure:3038: checking for --enable-sockets" >&5
3039 # Check whether --enable-sockets or --disable-sockets was given.
3040 if test "${enable_sockets+set}" = set; then
3041 enableval
="$enable_sockets"
3043 if test "$enableval" = yes; then
3044 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
3046 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
3051 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3052 if test "x$LINE" != x
; then
3053 eval "DEFAULT_$LINE"
3058 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3063 eval "$ac_cv_use_sockets"
3064 if test "$no_cache" != 1; then
3065 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3068 if test "$wxUSE_SOCKETS" = yes; then
3069 echo "$ac_t""yes" 1>&6
3071 echo "$ac_t""no" 1>&6
3076 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3077 echo "configure:3078: checking for --enable-ipc" >&5
3079 # Check whether --enable-ipc or --disable-ipc was given.
3080 if test "${enable_ipc+set}" = set; then
3081 enableval
="$enable_ipc"
3083 if test "$enableval" = yes; then
3084 ac_cv_use_ipc
='wxUSE_IPC=yes'
3086 ac_cv_use_ipc
='wxUSE_IPC=no'
3091 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3092 if test "x$LINE" != x
; then
3093 eval "DEFAULT_$LINE"
3098 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3103 eval "$ac_cv_use_ipc"
3104 if test "$no_cache" != 1; then
3105 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3108 if test "$wxUSE_IPC" = yes; then
3109 echo "$ac_t""yes" 1>&6
3111 echo "$ac_t""no" 1>&6
3116 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3117 echo "configure:3118: checking for --enable-cmdline" >&5
3119 # Check whether --enable-cmdline or --disable-cmdline was given.
3120 if test "${enable_cmdline+set}" = set; then
3121 enableval
="$enable_cmdline"
3123 if test "$enableval" = yes; then
3124 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
3126 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
3131 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3132 if test "x$LINE" != x
; then
3133 eval "DEFAULT_$LINE"
3138 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3143 eval "$ac_cv_use_cmdline"
3144 if test "$no_cache" != 1; then
3145 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3148 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3149 echo "$ac_t""yes" 1>&6
3151 echo "$ac_t""no" 1>&6
3155 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3156 echo "configure:3157: checking for --enable-datetime" >&5
3158 # Check whether --enable-datetime or --disable-datetime was given.
3159 if test "${enable_datetime+set}" = set; then
3160 enableval
="$enable_datetime"
3162 if test "$enableval" = yes; then
3163 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3165 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3170 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3171 if test "x$LINE" != x
; then
3172 eval "DEFAULT_$LINE"
3177 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3182 eval "$ac_cv_use_datetime"
3183 if test "$no_cache" != 1; then
3184 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3187 if test "$wxUSE_DATETIME" = yes; then
3188 echo "$ac_t""yes" 1>&6
3190 echo "$ac_t""no" 1>&6
3194 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3195 echo "configure:3196: checking for --enable-timedate" >&5
3197 # Check whether --enable-timedate or --disable-timedate was given.
3198 if test "${enable_timedate+set}" = set; then
3199 enableval
="$enable_timedate"
3201 if test "$enableval" = yes; then
3202 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
3204 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
3209 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3210 if test "x$LINE" != x
; then
3211 eval "DEFAULT_$LINE"
3216 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3221 eval "$ac_cv_use_timedate"
3222 if test "$no_cache" != 1; then
3223 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3226 if test "$wxUSE_TIMEDATE" = yes; then
3227 echo "$ac_t""yes" 1>&6
3229 echo "$ac_t""no" 1>&6
3233 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3234 echo "configure:3235: checking for --enable-stopwatch" >&5
3236 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3237 if test "${enable_stopwatch+set}" = set; then
3238 enableval
="$enable_stopwatch"
3240 if test "$enableval" = yes; then
3241 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3243 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3248 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3249 if test "x$LINE" != x
; then
3250 eval "DEFAULT_$LINE"
3255 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3260 eval "$ac_cv_use_stopwatch"
3261 if test "$no_cache" != 1; then
3262 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3265 if test "$wxUSE_STOPWATCH" = yes; then
3266 echo "$ac_t""yes" 1>&6
3268 echo "$ac_t""no" 1>&6
3272 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3273 echo "configure:3274: checking for --enable-dialupman" >&5
3275 # Check whether --enable-dialupman or --disable-dialupman was given.
3276 if test "${enable_dialupman+set}" = set; then
3277 enableval
="$enable_dialupman"
3279 if test "$enableval" = yes; then
3280 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3282 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3287 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3288 if test "x$LINE" != x
; then
3289 eval "DEFAULT_$LINE"
3294 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3299 eval "$ac_cv_use_dialupman"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3304 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3305 echo "$ac_t""yes" 1>&6
3307 echo "$ac_t""no" 1>&6
3311 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3312 echo "configure:3313: checking for --enable-apple_ieee" >&5
3314 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3315 if test "${enable_apple_ieee+set}" = set; then
3316 enableval
="$enable_apple_ieee"
3318 if test "$enableval" = yes; then
3319 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3321 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3326 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3327 if test "x$LINE" != x
; then
3328 eval "DEFAULT_$LINE"
3333 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3338 eval "$ac_cv_use_apple_ieee"
3339 if test "$no_cache" != 1; then
3340 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3343 if test "$wxUSE_APPLE_IEEE" = yes; then
3344 echo "$ac_t""yes" 1>&6
3346 echo "$ac_t""no" 1>&6
3350 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3351 echo "configure:3352: checking for --enable-timer" >&5
3353 # Check whether --enable-timer or --disable-timer was given.
3354 if test "${enable_timer+set}" = set; then
3355 enableval
="$enable_timer"
3357 if test "$enableval" = yes; then
3358 ac_cv_use_timer
='wxUSE_TIMER=yes'
3360 ac_cv_use_timer
='wxUSE_TIMER=no'
3365 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3366 if test "x$LINE" != x
; then
3367 eval "DEFAULT_$LINE"
3372 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3377 eval "$ac_cv_use_timer"
3378 if test "$no_cache" != 1; then
3379 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3382 if test "$wxUSE_TIMER" = yes; then
3383 echo "$ac_t""yes" 1>&6
3385 echo "$ac_t""no" 1>&6
3389 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3390 echo "configure:3391: checking for --enable-wave" >&5
3392 # Check whether --enable-wave or --disable-wave was given.
3393 if test "${enable_wave+set}" = set; then
3394 enableval
="$enable_wave"
3396 if test "$enableval" = yes; then
3397 ac_cv_use_wave
='wxUSE_WAVE=yes'
3399 ac_cv_use_wave
='wxUSE_WAVE=no'
3404 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3405 if test "x$LINE" != x
; then
3406 eval "DEFAULT_$LINE"
3411 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3416 eval "$ac_cv_use_wave"
3417 if test "$no_cache" != 1; then
3418 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3421 if test "$wxUSE_WAVE" = yes; then
3422 echo "$ac_t""yes" 1>&6
3424 echo "$ac_t""no" 1>&6
3428 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3429 echo "configure:3430: checking for --enable-fraction" >&5
3431 # Check whether --enable-fraction or --disable-fraction was given.
3432 if test "${enable_fraction+set}" = set; then
3433 enableval
="$enable_fraction"
3435 if test "$enableval" = yes; then
3436 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3438 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3443 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3444 if test "x$LINE" != x
; then
3445 eval "DEFAULT_$LINE"
3450 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3455 eval "$ac_cv_use_fraction"
3456 if test "$no_cache" != 1; then
3457 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3460 if test "$wxUSE_FRACTION" = yes; then
3461 echo "$ac_t""yes" 1>&6
3463 echo "$ac_t""no" 1>&6
3467 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3468 echo "configure:3469: checking for --enable-dynlib" >&5
3470 # Check whether --enable-dynlib or --disable-dynlib was given.
3471 if test "${enable_dynlib+set}" = set; then
3472 enableval
="$enable_dynlib"
3474 if test "$enableval" = yes; then
3475 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3477 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3482 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3483 if test "x$LINE" != x
; then
3484 eval "DEFAULT_$LINE"
3489 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3494 eval "$ac_cv_use_dynlib"
3495 if test "$no_cache" != 1; then
3496 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3499 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3500 echo "$ac_t""yes" 1>&6
3502 echo "$ac_t""no" 1>&6
3506 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3507 echo "configure:3508: checking for --enable-longlong" >&5
3509 # Check whether --enable-longlong or --disable-longlong was given.
3510 if test "${enable_longlong+set}" = set; then
3511 enableval
="$enable_longlong"
3513 if test "$enableval" = yes; then
3514 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3516 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3521 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3522 if test "x$LINE" != x
; then
3523 eval "DEFAULT_$LINE"
3528 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3533 eval "$ac_cv_use_longlong"
3534 if test "$no_cache" != 1; then
3535 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3538 if test "$wxUSE_LONGLONG" = yes; then
3539 echo "$ac_t""yes" 1>&6
3541 echo "$ac_t""no" 1>&6
3545 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3546 echo "configure:3547: checking for --enable-geometry" >&5
3548 # Check whether --enable-geometry or --disable-geometry was given.
3549 if test "${enable_geometry+set}" = set; then
3550 enableval
="$enable_geometry"
3552 if test "$enableval" = yes; then
3553 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3555 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3560 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3561 if test "x$LINE" != x
; then
3562 eval "DEFAULT_$LINE"
3567 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3572 eval "$ac_cv_use_geometry"
3573 if test "$no_cache" != 1; then
3574 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3577 if test "$wxUSE_GEOMETRY" = yes; then
3578 echo "$ac_t""yes" 1>&6
3580 echo "$ac_t""no" 1>&6
3584 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3585 echo "configure:3586: checking for --enable-log" >&5
3587 # Check whether --enable-log or --disable-log was given.
3588 if test "${enable_log+set}" = set; then
3589 enableval
="$enable_log"
3591 if test "$enableval" = yes; then
3592 ac_cv_use_log
='wxUSE_LOG=yes'
3594 ac_cv_use_log
='wxUSE_LOG=no'
3599 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3600 if test "x$LINE" != x
; then
3601 eval "DEFAULT_$LINE"
3606 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3611 eval "$ac_cv_use_log"
3612 if test "$no_cache" != 1; then
3613 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3616 if test "$wxUSE_LOG" = yes; then
3617 echo "$ac_t""yes" 1>&6
3619 echo "$ac_t""no" 1>&6
3623 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3624 echo "configure:3625: checking for --enable-streams" >&5
3626 # Check whether --enable-streams or --disable-streams was given.
3627 if test "${enable_streams+set}" = set; then
3628 enableval
="$enable_streams"
3630 if test "$enableval" = yes; then
3631 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3633 ac_cv_use_streams
='wxUSE_STREAMS=no'
3638 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x
; then
3640 eval "DEFAULT_$LINE"
3645 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3650 eval "$ac_cv_use_streams"
3651 if test "$no_cache" != 1; then
3652 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3655 if test "$wxUSE_STREAMS" = yes; then
3656 echo "$ac_t""yes" 1>&6
3658 echo "$ac_t""no" 1>&6
3662 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3663 echo "configure:3664: checking for --enable-file" >&5
3665 # Check whether --enable-file or --disable-file was given.
3666 if test "${enable_file+set}" = set; then
3667 enableval
="$enable_file"
3669 if test "$enableval" = yes; then
3670 ac_cv_use_file
='wxUSE_FILE=yes'
3672 ac_cv_use_file
='wxUSE_FILE=no'
3677 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3678 if test "x$LINE" != x
; then
3679 eval "DEFAULT_$LINE"
3684 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3689 eval "$ac_cv_use_file"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3694 if test "$wxUSE_FILE" = yes; then
3695 echo "$ac_t""yes" 1>&6
3697 echo "$ac_t""no" 1>&6
3701 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3702 echo "configure:3703: checking for --enable-ffile" >&5
3704 # Check whether --enable-ffile or --disable-ffile was given.
3705 if test "${enable_ffile+set}" = set; then
3706 enableval
="$enable_ffile"
3708 if test "$enableval" = yes; then
3709 ac_cv_use_ffile
='wxUSE_FFILE=yes'
3711 ac_cv_use_ffile
='wxUSE_FFILE=no'
3716 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3717 if test "x$LINE" != x
; then
3718 eval "DEFAULT_$LINE"
3723 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3728 eval "$ac_cv_use_ffile"
3729 if test "$no_cache" != 1; then
3730 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3733 if test "$wxUSE_FFILE" = yes; then
3734 echo "$ac_t""yes" 1>&6
3736 echo "$ac_t""no" 1>&6
3740 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3741 echo "configure:3742: checking for --enable-textfile" >&5
3743 # Check whether --enable-textfile or --disable-textfile was given.
3744 if test "${enable_textfile+set}" = set; then
3745 enableval
="$enable_textfile"
3747 if test "$enableval" = yes; then
3748 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
3750 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
3755 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3756 if test "x$LINE" != x
; then
3757 eval "DEFAULT_$LINE"
3762 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3767 eval "$ac_cv_use_textfile"
3768 if test "$no_cache" != 1; then
3769 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3772 if test "$wxUSE_TEXTFILE" = yes; then
3773 echo "$ac_t""yes" 1>&6
3775 echo "$ac_t""no" 1>&6
3779 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3780 echo "configure:3781: checking for --enable-fontmap" >&5
3782 # Check whether --enable-fontmap or --disable-fontmap was given.
3783 if test "${enable_fontmap+set}" = set; then
3784 enableval
="$enable_fontmap"
3786 if test "$enableval" = yes; then
3787 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
3789 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
3794 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3795 if test "x$LINE" != x
; then
3796 eval "DEFAULT_$LINE"
3801 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3806 eval "$ac_cv_use_fontmap"
3807 if test "$no_cache" != 1; then
3808 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3811 if test "$wxUSE_FONTMAP" = yes; then
3812 echo "$ac_t""yes" 1>&6
3814 echo "$ac_t""no" 1>&6
3818 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3819 echo "configure:3820: checking for --enable-unicode" >&5
3821 # Check whether --enable-unicode or --disable-unicode was given.
3822 if test "${enable_unicode+set}" = set; then
3823 enableval
="$enable_unicode"
3825 if test "$enableval" = yes; then
3826 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
3828 ac_cv_use_unicode
='wxUSE_UNICODE=no'
3833 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3834 if test "x$LINE" != x
; then
3835 eval "DEFAULT_$LINE"
3840 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3845 eval "$ac_cv_use_unicode"
3846 if test "$no_cache" != 1; then
3847 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3850 if test "$wxUSE_UNICODE" = yes; then
3851 echo "$ac_t""yes" 1>&6
3853 echo "$ac_t""no" 1>&6
3857 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3858 echo "configure:3859: checking for --enable-wxprintfv" >&5
3860 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3861 if test "${enable_wxprintfv+set}" = set; then
3862 enableval
="$enable_wxprintfv"
3864 if test "$enableval" = yes; then
3865 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3867 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3872 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3873 if test "x$LINE" != x
; then
3874 eval "DEFAULT_$LINE"
3879 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3884 eval "$ac_cv_use_wxprintfv"
3885 if test "$no_cache" != 1; then
3886 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3889 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3890 echo "$ac_t""yes" 1>&6
3892 echo "$ac_t""no" 1>&6
3896 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3897 echo "configure:3898: checking for --enable-std_iostreams" >&5
3899 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3900 if test "${enable_std_iostreams+set}" = set; then
3901 enableval
="$enable_std_iostreams"
3903 if test "$enableval" = yes; then
3904 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3906 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3911 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3912 if test "x$LINE" != x
; then
3913 eval "DEFAULT_$LINE"
3918 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3923 eval "$ac_cv_use_std_iostreams"
3924 if test "$no_cache" != 1; then
3925 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3928 if test "$wxUSE_STD_IOSTREAM" = yes; then
3929 echo "$ac_t""yes" 1>&6
3931 echo "$ac_t""no" 1>&6
3935 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3936 echo "configure:3937: checking for --enable-filesystem" >&5
3938 # Check whether --enable-filesystem or --disable-filesystem was given.
3939 if test "${enable_filesystem+set}" = set; then
3940 enableval
="$enable_filesystem"
3942 if test "$enableval" = yes; then
3943 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
3945 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
3950 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3951 if test "x$LINE" != x
; then
3952 eval "DEFAULT_$LINE"
3957 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3962 eval "$ac_cv_use_filesystem"
3963 if test "$no_cache" != 1; then
3964 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3967 if test "$wxUSE_FILESYSTEM" = yes; then
3968 echo "$ac_t""yes" 1>&6
3970 echo "$ac_t""no" 1>&6
3974 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3975 echo "configure:3976: checking for --enable-fs_inet" >&5
3977 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3978 if test "${enable_fs_inet+set}" = set; then
3979 enableval
="$enable_fs_inet"
3981 if test "$enableval" = yes; then
3982 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3984 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3989 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3990 if test "x$LINE" != x
; then
3991 eval "DEFAULT_$LINE"
3996 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4001 eval "$ac_cv_use_fs_inet"
4002 if test "$no_cache" != 1; then
4003 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4006 if test "$wxUSE_FS_INET" = yes; then
4007 echo "$ac_t""yes" 1>&6
4009 echo "$ac_t""no" 1>&6
4013 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4014 echo "configure:4015: checking for --enable-fs_zip" >&5
4016 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4017 if test "${enable_fs_zip+set}" = set; then
4018 enableval
="$enable_fs_zip"
4020 if test "$enableval" = yes; then
4021 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
4023 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
4028 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4029 if test "x$LINE" != x
; then
4030 eval "DEFAULT_$LINE"
4035 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4040 eval "$ac_cv_use_fs_zip"
4041 if test "$no_cache" != 1; then
4042 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4045 if test "$wxUSE_FS_ZIP" = yes; then
4046 echo "$ac_t""yes" 1>&6
4048 echo "$ac_t""no" 1>&6
4052 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4053 echo "configure:4054: checking for --enable-zipstream" >&5
4055 # Check whether --enable-zipstream or --disable-zipstream was given.
4056 if test "${enable_zipstream+set}" = set; then
4057 enableval
="$enable_zipstream"
4059 if test "$enableval" = yes; then
4060 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
4062 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
4067 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4068 if test "x$LINE" != x
; then
4069 eval "DEFAULT_$LINE"
4074 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4079 eval "$ac_cv_use_zipstream"
4080 if test "$no_cache" != 1; then
4081 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4084 if test "$wxUSE_ZIPSTREAM" = yes; then
4085 echo "$ac_t""yes" 1>&6
4087 echo "$ac_t""no" 1>&6
4092 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4093 echo "configure:4094: checking for --enable-catch_segvs" >&5
4095 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4096 if test "${enable_catch_segvs+set}" = set; then
4097 enableval
="$enable_catch_segvs"
4099 if test "$enableval" = yes; then
4100 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4102 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4107 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4108 if test "x$LINE" != x
; then
4109 eval "DEFAULT_$LINE"
4114 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4119 eval "$ac_cv_use_catch_segvs"
4120 if test "$no_cache" != 1; then
4121 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4124 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4125 echo "$ac_t""yes" 1>&6
4127 echo "$ac_t""no" 1>&6
4131 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4132 echo "configure:4133: checking for --enable-snglinst" >&5
4134 # Check whether --enable-snglinst or --disable-snglinst was given.
4135 if test "${enable_snglinst+set}" = set; then
4136 enableval
="$enable_snglinst"
4138 if test "$enableval" = yes; then
4139 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4141 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4146 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4147 if test "x$LINE" != x
; then
4148 eval "DEFAULT_$LINE"
4153 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4158 eval "$ac_cv_use_snglinst"
4159 if test "$no_cache" != 1; then
4160 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4163 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4164 echo "$ac_t""yes" 1>&6
4166 echo "$ac_t""no" 1>&6
4171 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4172 echo "configure:4173: checking for --enable-mimetype" >&5
4174 # Check whether --enable-mimetype or --disable-mimetype was given.
4175 if test "${enable_mimetype+set}" = set; then
4176 enableval
="$enable_mimetype"
4178 if test "$enableval" = yes; then
4179 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4181 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4186 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4187 if test "x$LINE" != x
; then
4188 eval "DEFAULT_$LINE"
4193 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4198 eval "$ac_cv_use_mimetype"
4199 if test "$no_cache" != 1; then
4200 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4203 if test "$wxUSE_MIMETYPE" = yes; then
4204 echo "$ac_t""yes" 1>&6
4206 echo "$ac_t""no" 1>&6
4210 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4211 echo "configure:4212: checking for --enable-system_options" >&5
4213 # Check whether --enable-system_options or --disable-system_options was given.
4214 if test "${enable_system_options+set}" = set; then
4215 enableval
="$enable_system_options"
4217 if test "$enableval" = yes; then
4218 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
4220 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
4225 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4226 if test "x$LINE" != x
; then
4227 eval "DEFAULT_$LINE"
4232 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4237 eval "$ac_cv_use_system_options"
4238 if test "$no_cache" != 1; then
4239 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4242 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4243 echo "$ac_t""yes" 1>&6
4245 echo "$ac_t""no" 1>&6
4251 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4252 echo "configure:4253: checking for --enable-threads" >&5
4254 # Check whether --enable-threads or --disable-threads was given.
4255 if test "${enable_threads+set}" = set; then
4256 enableval
="$enable_threads"
4258 if test "$enableval" = yes; then
4259 ac_cv_use_threads
='wxUSE_THREADS=yes'
4261 ac_cv_use_threads
='wxUSE_THREADS=no'
4266 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4267 if test "x$LINE" != x
; then
4268 eval "DEFAULT_$LINE"
4273 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4278 eval "$ac_cv_use_threads"
4279 if test "$no_cache" != 1; then
4280 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4283 if test "$wxUSE_THREADS" = yes; then
4284 echo "$ac_t""yes" 1>&6
4286 echo "$ac_t""no" 1>&6
4290 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4291 echo "configure:4292: checking for --enable-serial" >&5
4293 # Check whether --enable-serial or --disable-serial was given.
4294 if test "${enable_serial+set}" = set; then
4295 enableval
="$enable_serial"
4297 if test "$enableval" = yes; then
4298 ac_cv_use_serial
='wxUSE_SERIAL=yes'
4300 ac_cv_use_serial
='wxUSE_SERIAL=no'
4305 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4306 if test "x$LINE" != x
; then
4307 eval "DEFAULT_$LINE"
4312 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4317 eval "$ac_cv_use_serial"
4318 if test "$no_cache" != 1; then
4319 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4322 if test "$wxUSE_SERIAL" = yes; then
4323 echo "$ac_t""yes" 1>&6
4325 echo "$ac_t""no" 1>&6
4329 if test "$wxUSE_GUI" = "yes"; then
4333 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4334 echo "configure:4335: checking for --enable-docview" >&5
4336 # Check whether --enable-docview or --disable-docview was given.
4337 if test "${enable_docview+set}" = set; then
4338 enableval
="$enable_docview"
4340 if test "$enableval" = yes; then
4341 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4343 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4348 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4349 if test "x$LINE" != x
; then
4350 eval "DEFAULT_$LINE"
4355 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4360 eval "$ac_cv_use_docview"
4361 if test "$no_cache" != 1; then
4362 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4365 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4366 echo "$ac_t""yes" 1>&6
4368 echo "$ac_t""no" 1>&6
4372 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4373 echo "configure:4374: checking for --enable-help" >&5
4375 # Check whether --enable-help or --disable-help was given.
4376 if test "${enable_help+set}" = set; then
4377 enableval
="$enable_help"
4379 if test "$enableval" = yes; then
4380 ac_cv_use_help
='wxUSE_HELP=yes'
4382 ac_cv_use_help
='wxUSE_HELP=no'
4387 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4388 if test "x$LINE" != x
; then
4389 eval "DEFAULT_$LINE"
4394 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4399 eval "$ac_cv_use_help"
4400 if test "$no_cache" != 1; then
4401 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4404 if test "$wxUSE_HELP" = yes; then
4405 echo "$ac_t""yes" 1>&6
4407 echo "$ac_t""no" 1>&6
4411 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4412 echo "configure:4413: checking for --enable-mshtmlhelp" >&5
4414 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4415 if test "${enable_mshtmlhelp+set}" = set; then
4416 enableval
="$enable_mshtmlhelp"
4418 if test "$enableval" = yes; then
4419 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
4421 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
4426 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4427 if test "x$LINE" != x
; then
4428 eval "DEFAULT_$LINE"
4433 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4438 eval "$ac_cv_use_mshtmlhelp"
4439 if test "$no_cache" != 1; then
4440 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4443 if test "$wxUSE_MS_HTML_HELP" = yes; then
4444 echo "$ac_t""yes" 1>&6
4446 echo "$ac_t""no" 1>&6
4450 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4451 echo "configure:4452: checking for --enable-html" >&5
4453 # Check whether --enable-html or --disable-html was given.
4454 if test "${enable_html+set}" = set; then
4455 enableval
="$enable_html"
4457 if test "$enableval" = yes; then
4458 ac_cv_use_html
='wxUSE_HTML=yes'
4460 ac_cv_use_html
='wxUSE_HTML=no'
4465 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4466 if test "x$LINE" != x
; then
4467 eval "DEFAULT_$LINE"
4472 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4477 eval "$ac_cv_use_html"
4478 if test "$no_cache" != 1; then
4479 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4482 if test "$wxUSE_HTML" = yes; then
4483 echo "$ac_t""yes" 1>&6
4485 echo "$ac_t""no" 1>&6
4489 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4490 echo "configure:4491: checking for --enable-htmlhelp" >&5
4492 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4493 if test "${enable_htmlhelp+set}" = set; then
4494 enableval
="$enable_htmlhelp"
4496 if test "$enableval" = yes; then
4497 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
4499 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
4504 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x
; then
4506 eval "DEFAULT_$LINE"
4511 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4516 eval "$ac_cv_use_htmlhelp"
4517 if test "$no_cache" != 1; then
4518 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4521 if test "$wxUSE_WXHTML_HELP" = yes; then
4522 echo "$ac_t""yes" 1>&6
4524 echo "$ac_t""no" 1>&6
4528 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4529 echo "configure:4530: checking for --enable-constraints" >&5
4531 # Check whether --enable-constraints or --disable-constraints was given.
4532 if test "${enable_constraints+set}" = set; then
4533 enableval
="$enable_constraints"
4535 if test "$enableval" = yes; then
4536 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
4538 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
4543 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4544 if test "x$LINE" != x
; then
4545 eval "DEFAULT_$LINE"
4550 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4555 eval "$ac_cv_use_constraints"
4556 if test "$no_cache" != 1; then
4557 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4560 if test "$wxUSE_CONSTRAINTS" = yes; then
4561 echo "$ac_t""yes" 1>&6
4563 echo "$ac_t""no" 1>&6
4567 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4568 echo "configure:4569: checking for --enable-printarch" >&5
4570 # Check whether --enable-printarch or --disable-printarch was given.
4571 if test "${enable_printarch+set}" = set; then
4572 enableval
="$enable_printarch"
4574 if test "$enableval" = yes; then
4575 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
4577 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
4582 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4583 if test "x$LINE" != x
; then
4584 eval "DEFAULT_$LINE"
4589 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4594 eval "$ac_cv_use_printarch"
4595 if test "$no_cache" != 1; then
4596 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4599 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4600 echo "$ac_t""yes" 1>&6
4602 echo "$ac_t""no" 1>&6
4606 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4607 echo "configure:4608: checking for --enable-mdi" >&5
4609 # Check whether --enable-mdi or --disable-mdi was given.
4610 if test "${enable_mdi+set}" = set; then
4611 enableval
="$enable_mdi"
4613 if test "$enableval" = yes; then
4614 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
4616 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
4621 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4622 if test "x$LINE" != x
; then
4623 eval "DEFAULT_$LINE"
4628 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4633 eval "$ac_cv_use_mdi"
4634 if test "$no_cache" != 1; then
4635 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4638 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4639 echo "$ac_t""yes" 1>&6
4641 echo "$ac_t""no" 1>&6
4645 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4646 echo "configure:4647: checking for --enable-loggui" >&5
4648 # Check whether --enable-loggui or --disable-loggui was given.
4649 if test "${enable_loggui+set}" = set; then
4650 enableval
="$enable_loggui"
4652 if test "$enableval" = yes; then
4653 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
4655 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
4660 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4661 if test "x$LINE" != x
; then
4662 eval "DEFAULT_$LINE"
4667 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4672 eval "$ac_cv_use_loggui"
4673 if test "$no_cache" != 1; then
4674 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4677 if test "$wxUSE_LOGGUI" = yes; then
4678 echo "$ac_t""yes" 1>&6
4680 echo "$ac_t""no" 1>&6
4684 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4685 echo "configure:4686: checking for --enable-logwin" >&5
4687 # Check whether --enable-logwin or --disable-logwin was given.
4688 if test "${enable_logwin+set}" = set; then
4689 enableval
="$enable_logwin"
4691 if test "$enableval" = yes; then
4692 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
4694 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
4699 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4700 if test "x$LINE" != x
; then
4701 eval "DEFAULT_$LINE"
4706 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4711 eval "$ac_cv_use_logwin"
4712 if test "$no_cache" != 1; then
4713 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4716 if test "$wxUSE_LOGWINDOW" = yes; then
4717 echo "$ac_t""yes" 1>&6
4719 echo "$ac_t""no" 1>&6
4724 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4725 echo "configure:4726: checking for --enable-postscript" >&5
4727 # Check whether --enable-postscript or --disable-postscript was given.
4728 if test "${enable_postscript+set}" = set; then
4729 enableval
="$enable_postscript"
4731 if test "$enableval" = yes; then
4732 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
4734 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
4739 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4740 if test "x$LINE" != x
; then
4741 eval "DEFAULT_$LINE"
4746 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4751 eval "$ac_cv_use_postscript"
4752 if test "$no_cache" != 1; then
4753 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4756 if test "$wxUSE_POSTSCRIPT" = yes; then
4757 echo "$ac_t""yes" 1>&6
4759 echo "$ac_t""no" 1>&6
4766 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4767 echo "configure:4768: checking for --enable-prologio" >&5
4769 # Check whether --enable-prologio or --disable-prologio was given.
4770 if test "${enable_prologio+set}" = set; then
4771 enableval
="$enable_prologio"
4773 if test "$enableval" = yes; then
4774 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
4776 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
4781 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4782 if test "x$LINE" != x
; then
4783 eval "DEFAULT_$LINE"
4788 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4793 eval "$ac_cv_use_prologio"
4794 if test "$no_cache" != 1; then
4795 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4798 if test "$wxUSE_PROLOGIO" = yes; then
4799 echo "$ac_t""yes" 1>&6
4801 echo "$ac_t""no" 1>&6
4805 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4806 echo "configure:4807: checking for --enable-resources" >&5
4808 # Check whether --enable-resources or --disable-resources was given.
4809 if test "${enable_resources+set}" = set; then
4810 enableval
="$enable_resources"
4812 if test "$enableval" = yes; then
4813 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
4815 ac_cv_use_resources
='wxUSE_RESOURCES=no'
4820 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4821 if test "x$LINE" != x
; then
4822 eval "DEFAULT_$LINE"
4827 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4832 eval "$ac_cv_use_resources"
4833 if test "$no_cache" != 1; then
4834 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4837 if test "$wxUSE_RESOURCES" = yes; then
4838 echo "$ac_t""yes" 1>&6
4840 echo "$ac_t""no" 1>&6
4845 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4846 echo "configure:4847: checking for --enable-xresources" >&5
4848 # Check whether --enable-xresources or --disable-xresources was given.
4849 if test "${enable_xresources+set}" = set; then
4850 enableval
="$enable_xresources"
4852 if test "$enableval" = yes; then
4853 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
4855 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
4860 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4861 if test "x$LINE" != x
; then
4862 eval "DEFAULT_$LINE"
4867 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4872 eval "$ac_cv_use_xresources"
4873 if test "$no_cache" != 1; then
4874 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4877 if test "$wxUSE_X_RESOURCES" = yes; then
4878 echo "$ac_t""yes" 1>&6
4880 echo "$ac_t""no" 1>&6
4886 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4887 echo "configure:4888: checking for --enable-clipboard" >&5
4889 # Check whether --enable-clipboard or --disable-clipboard was given.
4890 if test "${enable_clipboard+set}" = set; then
4891 enableval
="$enable_clipboard"
4893 if test "$enableval" = yes; then
4894 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
4896 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
4901 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4902 if test "x$LINE" != x
; then
4903 eval "DEFAULT_$LINE"
4908 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4913 eval "$ac_cv_use_clipboard"
4914 if test "$no_cache" != 1; then
4915 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4918 if test "$wxUSE_CLIPBOARD" = yes; then
4919 echo "$ac_t""yes" 1>&6
4921 echo "$ac_t""no" 1>&6
4925 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4926 echo "configure:4927: checking for --enable-dnd" >&5
4928 # Check whether --enable-dnd or --disable-dnd was given.
4929 if test "${enable_dnd+set}" = set; then
4930 enableval
="$enable_dnd"
4932 if test "$enableval" = yes; then
4933 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
4935 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
4940 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x
; then
4942 eval "DEFAULT_$LINE"
4947 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4952 eval "$ac_cv_use_dnd"
4953 if test "$no_cache" != 1; then
4954 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4957 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4958 echo "$ac_t""yes" 1>&6
4960 echo "$ac_t""no" 1>&6
4964 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4965 echo "configure:4966: checking for --enable-metafile" >&5
4967 # Check whether --enable-metafile or --disable-metafile was given.
4968 if test "${enable_metafile+set}" = set; then
4969 enableval
="$enable_metafile"
4971 if test "$enableval" = yes; then
4972 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
4974 ac_cv_use_metafile
='wxUSE_METAFILE=no'
4979 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4980 if test "x$LINE" != x
; then
4981 eval "DEFAULT_$LINE"
4986 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4991 eval "$ac_cv_use_metafile"
4992 if test "$no_cache" != 1; then
4993 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4996 if test "$wxUSE_METAFILE" = yes; then
4997 echo "$ac_t""yes" 1>&6
4999 echo "$ac_t""no" 1>&6
5004 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5005 echo "configure:5006: checking for --enable-treelayout" >&5
5007 # Check whether --enable-treelayout or --disable-treelayout was given.
5008 if test "${enable_treelayout+set}" = set; then
5009 enableval
="$enable_treelayout"
5011 if test "$enableval" = yes; then
5012 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=yes'
5014 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=no'
5019 LINE
=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5020 if test "x$LINE" != x
; then
5021 eval "DEFAULT_$LINE"
5026 ac_cv_use_treelayout
='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5031 eval "$ac_cv_use_treelayout"
5032 if test "$no_cache" != 1; then
5033 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5036 if test "$wxUSE_TREELAYOUT" = yes; then
5037 echo "$ac_t""yes" 1>&6
5039 echo "$ac_t""no" 1>&6
5045 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5046 echo "configure:5047: checking for --enable-controls" >&5
5048 # Check whether --enable-controls or --disable-controls was given.
5049 if test "${enable_controls+set}" = set; then
5050 enableval
="$enable_controls"
5052 if test "$enableval" = yes; then
5053 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
5055 ac_cv_use_controls
='wxUSE_CONTROLS=no'
5060 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5061 if test "x$LINE" != x
; then
5062 eval "DEFAULT_$LINE"
5067 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5072 eval "$ac_cv_use_controls"
5073 if test "$no_cache" != 1; then
5074 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5077 if test "$wxUSE_CONTROLS" = yes; then
5078 echo "$ac_t""yes" 1>&6
5080 echo "$ac_t""no" 1>&6
5084 if test "$wxUSE_CONTROLS" = "yes"; then
5085 DEFAULT_wxUSE_ACCEL
=yes
5086 DEFAULT_wxUSE_BMPBUTTON
=yes
5087 DEFAULT_wxUSE_BUTTON
=yes
5088 DEFAULT_wxUSE_CALCTRL
=no
5089 DEFAULT_wxUSE_CARET
=yes
5090 DEFAULT_wxUSE_COMBOBOX
=yes
5091 DEFAULT_wxUSE_CHECKBOX
=yes
5092 DEFAULT_wxUSE_CHECKLISTBOX
=yes
5093 DEFAULT_wxUSE_CHOICE
=yes
5094 DEFAULT_wxUSE_GAUGE
=yes
5095 DEFAULT_wxUSE_GRID
=yes
5096 DEFAULT_wxUSE_NEW_GRID
=yes
5097 DEFAULT_wxUSE_IMAGLIST
=yes
5098 DEFAULT_wxUSE_LISTBOX
=yes
5099 DEFAULT_wxUSE_LISTCTRL
=yes
5100 DEFAULT_wxUSE_NOTEBOOK
=yes
5101 DEFAULT_wxUSE_PROPSHEET
=yes
5102 DEFAULT_wxUSE_RADIOBOX
=yes
5103 DEFAULT_wxUSE_RADIOBTN
=yes
5104 DEFAULT_wxUSE_SASH
=yes
5105 DEFAULT_wxUSE_SCROLLBAR
=yes
5106 DEFAULT_wxUSE_SLIDER
=yes
5107 DEFAULT_wxUSE_SPINBTN
=yes
5108 DEFAULT_wxUSE_SPINCTRL
=yes
5109 DEFAULT_wxUSE_SPLITTER
=yes
5110 DEFAULT_wxUSE_STATBMP
=yes
5111 DEFAULT_wxUSE_STATBOX
=yes
5112 DEFAULT_wxUSE_STATLINE
=yes
5113 DEFAULT_wxUSE_STATUSBAR
=yes
5114 DEFAULT_wxUSE_TAB_DIALOG
=yes
5115 DEFAULT_wxUSE_TOGGLEBTN
=yes
5116 DEFAULT_wxUSE_TOOLBAR
=yes
5117 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
5118 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
5119 DEFAULT_wxUSE_TOOLTIPS
=yes
5120 DEFAULT_wxUSE_TREECTRL
=yes
5121 DEFAULT_wxUSE_POPUPWIN
=yes
5122 elif test "$wxUSE_CONTROLS" = "no"; then
5123 DEFAULT_wxUSE_ACCEL
=no
5124 DEFAULT_wxUSE_BMPBUTTON
=no
5125 DEFAULT_wxUSE_BUTTON
=no
5126 DEFAULT_wxUSE_CALCTRL
=no
5127 DEFAULT_wxUSE_CARET
=no
5128 DEFAULT_wxUSE_COMBOBOX
=no
5129 DEFAULT_wxUSE_CHECKBOX
=no
5130 DEFAULT_wxUSE_CHECKLISTBOX
=no
5131 DEFAULT_wxUSE_CHOICE
=no
5132 DEFAULT_wxUSE_GAUGE
=no
5133 DEFAULT_wxUSE_GRID
=no
5134 DEFAULT_wxUSE_NEW_GRID
=no
5135 DEFAULT_wxUSE_IMAGLIST
=no
5136 DEFAULT_wxUSE_LISTBOX
=no
5137 DEFAULT_wxUSE_LISTCTRL
=no
5138 DEFAULT_wxUSE_NOTEBOOK
=no
5139 DEFAULT_wxUSE_PROPSHEET
=no
5140 DEFAULT_wxUSE_RADIOBOX
=no
5141 DEFAULT_wxUSE_RADIOBTN
=no
5142 DEFAULT_wxUSE_SASH
=no
5143 DEFAULT_wxUSE_SCROLLBAR
=no
5144 DEFAULT_wxUSE_SLIDER
=no
5145 DEFAULT_wxUSE_SPINBTN
=no
5146 DEFAULT_wxUSE_SPINCTRL
=no
5147 DEFAULT_wxUSE_SPLITTER
=no
5148 DEFAULT_wxUSE_STATBMP
=no
5149 DEFAULT_wxUSE_STATBOX
=no
5150 DEFAULT_wxUSE_STATLINE
=no
5151 DEFAULT_wxUSE_STATUSBAR
=no
5152 DEFAULT_wxUSE_TAB_DIALOG
=no
5153 DEFAULT_wxUSE_TOGGLEBTN
=no
5154 DEFAULT_wxUSE_TOOLBAR
=no
5155 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5156 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
5157 DEFAULT_wxUSE_TOOLTIPS
=no
5158 DEFAULT_wxUSE_TREECTRL
=no
5159 DEFAULT_wxUSE_POPUPWIN
=no
5163 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5164 echo "configure:5165: checking for --enable-accel" >&5
5166 # Check whether --enable-accel or --disable-accel was given.
5167 if test "${enable_accel+set}" = set; then
5168 enableval
="$enable_accel"
5170 if test "$enableval" = yes; then
5171 ac_cv_use_accel
='wxUSE_ACCEL=yes'
5173 ac_cv_use_accel
='wxUSE_ACCEL=no'
5178 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5179 if test "x$LINE" != x
; then
5180 eval "DEFAULT_$LINE"
5185 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5190 eval "$ac_cv_use_accel"
5191 if test "$no_cache" != 1; then
5192 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5195 if test "$wxUSE_ACCEL" = yes; then
5196 echo "$ac_t""yes" 1>&6
5198 echo "$ac_t""no" 1>&6
5202 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5203 echo "configure:5204: checking for --enable-button" >&5
5205 # Check whether --enable-button or --disable-button was given.
5206 if test "${enable_button+set}" = set; then
5207 enableval
="$enable_button"
5209 if test "$enableval" = yes; then
5210 ac_cv_use_button
='wxUSE_BUTTON=yes'
5212 ac_cv_use_button
='wxUSE_BUTTON=no'
5217 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5218 if test "x$LINE" != x
; then
5219 eval "DEFAULT_$LINE"
5224 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5229 eval "$ac_cv_use_button"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5234 if test "$wxUSE_BUTTON" = yes; then
5235 echo "$ac_t""yes" 1>&6
5237 echo "$ac_t""no" 1>&6
5241 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5242 echo "configure:5243: checking for --enable-bmpbutton" >&5
5244 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5245 if test "${enable_bmpbutton+set}" = set; then
5246 enableval
="$enable_bmpbutton"
5248 if test "$enableval" = yes; then
5249 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
5251 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
5256 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5257 if test "x$LINE" != x
; then
5258 eval "DEFAULT_$LINE"
5263 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5268 eval "$ac_cv_use_bmpbutton"
5269 if test "$no_cache" != 1; then
5270 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5273 if test "$wxUSE_BMPBUTTON" = yes; then
5274 echo "$ac_t""yes" 1>&6
5276 echo "$ac_t""no" 1>&6
5280 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5281 echo "configure:5282: checking for --enable-calendar" >&5
5283 # Check whether --enable-calendar or --disable-calendar was given.
5284 if test "${enable_calendar+set}" = set; then
5285 enableval
="$enable_calendar"
5287 if test "$enableval" = yes; then
5288 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5290 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5295 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5296 if test "x$LINE" != x
; then
5297 eval "DEFAULT_$LINE"
5302 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5307 eval "$ac_cv_use_calendar"
5308 if test "$no_cache" != 1; then
5309 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5312 if test "$wxUSE_CALCTRL" = yes; then
5313 echo "$ac_t""yes" 1>&6
5315 echo "$ac_t""no" 1>&6
5319 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5320 echo "configure:5321: checking for --enable-caret" >&5
5322 # Check whether --enable-caret or --disable-caret was given.
5323 if test "${enable_caret+set}" = set; then
5324 enableval
="$enable_caret"
5326 if test "$enableval" = yes; then
5327 ac_cv_use_caret
='wxUSE_CARET=yes'
5329 ac_cv_use_caret
='wxUSE_CARET=no'
5334 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5335 if test "x$LINE" != x
; then
5336 eval "DEFAULT_$LINE"
5341 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5346 eval "$ac_cv_use_caret"
5347 if test "$no_cache" != 1; then
5348 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5351 if test "$wxUSE_CARET" = yes; then
5352 echo "$ac_t""yes" 1>&6
5354 echo "$ac_t""no" 1>&6
5358 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5359 echo "configure:5360: checking for --enable-checkbox" >&5
5361 # Check whether --enable-checkbox or --disable-checkbox was given.
5362 if test "${enable_checkbox+set}" = set; then
5363 enableval
="$enable_checkbox"
5365 if test "$enableval" = yes; then
5366 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
5368 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
5373 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5374 if test "x$LINE" != x
; then
5375 eval "DEFAULT_$LINE"
5380 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5385 eval "$ac_cv_use_checkbox"
5386 if test "$no_cache" != 1; then
5387 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5390 if test "$wxUSE_CHECKBOX" = yes; then
5391 echo "$ac_t""yes" 1>&6
5393 echo "$ac_t""no" 1>&6
5397 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5398 echo "configure:5399: checking for --enable-checklst" >&5
5400 # Check whether --enable-checklst or --disable-checklst was given.
5401 if test "${enable_checklst+set}" = set; then
5402 enableval
="$enable_checklst"
5404 if test "$enableval" = yes; then
5405 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
5407 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
5412 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5413 if test "x$LINE" != x
; then
5414 eval "DEFAULT_$LINE"
5419 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5424 eval "$ac_cv_use_checklst"
5425 if test "$no_cache" != 1; then
5426 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5429 if test "$wxUSE_CHECKLST" = yes; then
5430 echo "$ac_t""yes" 1>&6
5432 echo "$ac_t""no" 1>&6
5436 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5437 echo "configure:5438: checking for --enable-choice" >&5
5439 # Check whether --enable-choice or --disable-choice was given.
5440 if test "${enable_choice+set}" = set; then
5441 enableval
="$enable_choice"
5443 if test "$enableval" = yes; then
5444 ac_cv_use_choice
='wxUSE_CHOICE=yes'
5446 ac_cv_use_choice
='wxUSE_CHOICE=no'
5451 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5452 if test "x$LINE" != x
; then
5453 eval "DEFAULT_$LINE"
5458 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5463 eval "$ac_cv_use_choice"
5464 if test "$no_cache" != 1; then
5465 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5468 if test "$wxUSE_CHOICE" = yes; then
5469 echo "$ac_t""yes" 1>&6
5471 echo "$ac_t""no" 1>&6
5475 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5476 echo "configure:5477: checking for --enable-combobox" >&5
5478 # Check whether --enable-combobox or --disable-combobox was given.
5479 if test "${enable_combobox+set}" = set; then
5480 enableval
="$enable_combobox"
5482 if test "$enableval" = yes; then
5483 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
5485 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
5490 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5491 if test "x$LINE" != x
; then
5492 eval "DEFAULT_$LINE"
5497 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5502 eval "$ac_cv_use_combobox"
5503 if test "$no_cache" != 1; then
5504 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5507 if test "$wxUSE_COMBOBOX" = yes; then
5508 echo "$ac_t""yes" 1>&6
5510 echo "$ac_t""no" 1>&6
5514 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5515 echo "configure:5516: checking for --enable-gauge" >&5
5517 # Check whether --enable-gauge or --disable-gauge was given.
5518 if test "${enable_gauge+set}" = set; then
5519 enableval
="$enable_gauge"
5521 if test "$enableval" = yes; then
5522 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
5524 ac_cv_use_gauge
='wxUSE_GAUGE=no'
5529 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5530 if test "x$LINE" != x
; then
5531 eval "DEFAULT_$LINE"
5536 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5541 eval "$ac_cv_use_gauge"
5542 if test "$no_cache" != 1; then
5543 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5546 if test "$wxUSE_GAUGE" = yes; then
5547 echo "$ac_t""yes" 1>&6
5549 echo "$ac_t""no" 1>&6
5553 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5554 echo "configure:5555: checking for --enable-grid" >&5
5556 # Check whether --enable-grid or --disable-grid was given.
5557 if test "${enable_grid+set}" = set; then
5558 enableval
="$enable_grid"
5560 if test "$enableval" = yes; then
5561 ac_cv_use_grid
='wxUSE_GRID=yes'
5563 ac_cv_use_grid
='wxUSE_GRID=no'
5568 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5569 if test "x$LINE" != x
; then
5570 eval "DEFAULT_$LINE"
5575 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5580 eval "$ac_cv_use_grid"
5581 if test "$no_cache" != 1; then
5582 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5585 if test "$wxUSE_GRID" = yes; then
5586 echo "$ac_t""yes" 1>&6
5588 echo "$ac_t""no" 1>&6
5592 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5593 echo "configure:5594: checking for --enable-newgrid" >&5
5595 # Check whether --enable-newgrid or --disable-newgrid was given.
5596 if test "${enable_newgrid+set}" = set; then
5597 enableval
="$enable_newgrid"
5599 if test "$enableval" = yes; then
5600 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
5602 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
5607 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5608 if test "x$LINE" != x
; then
5609 eval "DEFAULT_$LINE"
5614 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5619 eval "$ac_cv_use_newgrid"
5620 if test "$no_cache" != 1; then
5621 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5624 if test "$wxUSE_NEW_GRID" = yes; then
5625 echo "$ac_t""yes" 1>&6
5627 echo "$ac_t""no" 1>&6
5631 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5632 echo "configure:5633: checking for --enable-imaglist" >&5
5634 # Check whether --enable-imaglist or --disable-imaglist was given.
5635 if test "${enable_imaglist+set}" = set; then
5636 enableval
="$enable_imaglist"
5638 if test "$enableval" = yes; then
5639 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
5641 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
5646 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5647 if test "x$LINE" != x
; then
5648 eval "DEFAULT_$LINE"
5653 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5658 eval "$ac_cv_use_imaglist"
5659 if test "$no_cache" != 1; then
5660 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5663 if test "$wxUSE_IMAGLIST" = yes; then
5664 echo "$ac_t""yes" 1>&6
5666 echo "$ac_t""no" 1>&6
5670 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5671 echo "configure:5672: checking for --enable-listbox" >&5
5673 # Check whether --enable-listbox or --disable-listbox was given.
5674 if test "${enable_listbox+set}" = set; then
5675 enableval
="$enable_listbox"
5677 if test "$enableval" = yes; then
5678 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
5680 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
5685 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5686 if test "x$LINE" != x
; then
5687 eval "DEFAULT_$LINE"
5692 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5697 eval "$ac_cv_use_listbox"
5698 if test "$no_cache" != 1; then
5699 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5702 if test "$wxUSE_LISTBOX" = yes; then
5703 echo "$ac_t""yes" 1>&6
5705 echo "$ac_t""no" 1>&6
5709 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5710 echo "configure:5711: checking for --enable-listctrl" >&5
5712 # Check whether --enable-listctrl or --disable-listctrl was given.
5713 if test "${enable_listctrl+set}" = set; then
5714 enableval
="$enable_listctrl"
5716 if test "$enableval" = yes; then
5717 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
5719 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
5724 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5725 if test "x$LINE" != x
; then
5726 eval "DEFAULT_$LINE"
5731 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5736 eval "$ac_cv_use_listctrl"
5737 if test "$no_cache" != 1; then
5738 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5741 if test "$wxUSE_LISTCTRL" = yes; then
5742 echo "$ac_t""yes" 1>&6
5744 echo "$ac_t""no" 1>&6
5748 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5749 echo "configure:5750: checking for --enable-notebook" >&5
5751 # Check whether --enable-notebook or --disable-notebook was given.
5752 if test "${enable_notebook+set}" = set; then
5753 enableval
="$enable_notebook"
5755 if test "$enableval" = yes; then
5756 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
5758 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
5763 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5764 if test "x$LINE" != x
; then
5765 eval "DEFAULT_$LINE"
5770 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5775 eval "$ac_cv_use_notebook"
5776 if test "$no_cache" != 1; then
5777 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5780 if test "$wxUSE_NOTEBOOK" = yes; then
5781 echo "$ac_t""yes" 1>&6
5783 echo "$ac_t""no" 1>&6
5787 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
5788 echo "configure:5789: checking for --enable-propsheet" >&5
5790 # Check whether --enable-propsheet or --disable-propsheet was given.
5791 if test "${enable_propsheet+set}" = set; then
5792 enableval
="$enable_propsheet"
5794 if test "$enableval" = yes; then
5795 ac_cv_use_propsheet
='wxUSE_PROPSHEET=yes'
5797 ac_cv_use_propsheet
='wxUSE_PROPSHEET=no'
5802 LINE
=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5803 if test "x$LINE" != x
; then
5804 eval "DEFAULT_$LINE"
5809 ac_cv_use_propsheet
='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5814 eval "$ac_cv_use_propsheet"
5815 if test "$no_cache" != 1; then
5816 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5819 if test "$wxUSE_PROPSHEET" = yes; then
5820 echo "$ac_t""yes" 1>&6
5822 echo "$ac_t""no" 1>&6
5826 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5827 echo "configure:5828: checking for --enable-radiobox" >&5
5829 # Check whether --enable-radiobox or --disable-radiobox was given.
5830 if test "${enable_radiobox+set}" = set; then
5831 enableval
="$enable_radiobox"
5833 if test "$enableval" = yes; then
5834 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
5836 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
5841 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5842 if test "x$LINE" != x
; then
5843 eval "DEFAULT_$LINE"
5848 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5853 eval "$ac_cv_use_radiobox"
5854 if test "$no_cache" != 1; then
5855 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5858 if test "$wxUSE_RADIOBOX" = yes; then
5859 echo "$ac_t""yes" 1>&6
5861 echo "$ac_t""no" 1>&6
5865 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5866 echo "configure:5867: checking for --enable-radiobtn" >&5
5868 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5869 if test "${enable_radiobtn+set}" = set; then
5870 enableval
="$enable_radiobtn"
5872 if test "$enableval" = yes; then
5873 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
5875 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
5880 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5881 if test "x$LINE" != x
; then
5882 eval "DEFAULT_$LINE"
5887 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5892 eval "$ac_cv_use_radiobtn"
5893 if test "$no_cache" != 1; then
5894 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5897 if test "$wxUSE_RADIOBTN" = yes; then
5898 echo "$ac_t""yes" 1>&6
5900 echo "$ac_t""no" 1>&6
5904 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5905 echo "configure:5906: checking for --enable-sash" >&5
5907 # Check whether --enable-sash or --disable-sash was given.
5908 if test "${enable_sash+set}" = set; then
5909 enableval
="$enable_sash"
5911 if test "$enableval" = yes; then
5912 ac_cv_use_sash
='wxUSE_SASH=yes'
5914 ac_cv_use_sash
='wxUSE_SASH=no'
5919 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5920 if test "x$LINE" != x
; then
5921 eval "DEFAULT_$LINE"
5926 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5931 eval "$ac_cv_use_sash"
5932 if test "$no_cache" != 1; then
5933 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5936 if test "$wxUSE_SASH" = yes; then
5937 echo "$ac_t""yes" 1>&6
5939 echo "$ac_t""no" 1>&6
5943 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5944 echo "configure:5945: checking for --enable-scrollbar" >&5
5946 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5947 if test "${enable_scrollbar+set}" = set; then
5948 enableval
="$enable_scrollbar"
5950 if test "$enableval" = yes; then
5951 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
5953 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
5958 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5959 if test "x$LINE" != x
; then
5960 eval "DEFAULT_$LINE"
5965 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5970 eval "$ac_cv_use_scrollbar"
5971 if test "$no_cache" != 1; then
5972 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5975 if test "$wxUSE_SCROLLBAR" = yes; then
5976 echo "$ac_t""yes" 1>&6
5978 echo "$ac_t""no" 1>&6
5982 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5983 echo "configure:5984: checking for --enable-slider" >&5
5985 # Check whether --enable-slider or --disable-slider was given.
5986 if test "${enable_slider+set}" = set; then
5987 enableval
="$enable_slider"
5989 if test "$enableval" = yes; then
5990 ac_cv_use_slider
='wxUSE_SLIDER=yes'
5992 ac_cv_use_slider
='wxUSE_SLIDER=no'
5997 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5998 if test "x$LINE" != x
; then
5999 eval "DEFAULT_$LINE"
6004 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6009 eval "$ac_cv_use_slider"
6010 if test "$no_cache" != 1; then
6011 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6014 if test "$wxUSE_SLIDER" = yes; then
6015 echo "$ac_t""yes" 1>&6
6017 echo "$ac_t""no" 1>&6
6021 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6022 echo "configure:6023: checking for --enable-spinbtn" >&5
6024 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6025 if test "${enable_spinbtn+set}" = set; then
6026 enableval
="$enable_spinbtn"
6028 if test "$enableval" = yes; then
6029 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
6031 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
6036 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6037 if test "x$LINE" != x
; then
6038 eval "DEFAULT_$LINE"
6043 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6048 eval "$ac_cv_use_spinbtn"
6049 if test "$no_cache" != 1; then
6050 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6053 if test "$wxUSE_SPINBTN" = yes; then
6054 echo "$ac_t""yes" 1>&6
6056 echo "$ac_t""no" 1>&6
6060 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6061 echo "configure:6062: checking for --enable-spinctrl" >&5
6063 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6064 if test "${enable_spinctrl+set}" = set; then
6065 enableval
="$enable_spinctrl"
6067 if test "$enableval" = yes; then
6068 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
6070 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
6075 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6076 if test "x$LINE" != x
; then
6077 eval "DEFAULT_$LINE"
6082 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6087 eval "$ac_cv_use_spinctrl"
6088 if test "$no_cache" != 1; then
6089 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6092 if test "$wxUSE_SPINCTRL" = yes; then
6093 echo "$ac_t""yes" 1>&6
6095 echo "$ac_t""no" 1>&6
6099 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6100 echo "configure:6101: checking for --enable-splitter" >&5
6102 # Check whether --enable-splitter or --disable-splitter was given.
6103 if test "${enable_splitter+set}" = set; then
6104 enableval
="$enable_splitter"
6106 if test "$enableval" = yes; then
6107 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
6109 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
6114 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6115 if test "x$LINE" != x
; then
6116 eval "DEFAULT_$LINE"
6121 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6126 eval "$ac_cv_use_splitter"
6127 if test "$no_cache" != 1; then
6128 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6131 if test "$wxUSE_SPLITTER" = yes; then
6132 echo "$ac_t""yes" 1>&6
6134 echo "$ac_t""no" 1>&6
6138 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6139 echo "configure:6140: checking for --enable-statbmp" >&5
6141 # Check whether --enable-statbmp or --disable-statbmp was given.
6142 if test "${enable_statbmp+set}" = set; then
6143 enableval
="$enable_statbmp"
6145 if test "$enableval" = yes; then
6146 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
6148 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
6153 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6154 if test "x$LINE" != x
; then
6155 eval "DEFAULT_$LINE"
6160 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6165 eval "$ac_cv_use_statbmp"
6166 if test "$no_cache" != 1; then
6167 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6170 if test "$wxUSE_STATBMP" = yes; then
6171 echo "$ac_t""yes" 1>&6
6173 echo "$ac_t""no" 1>&6
6177 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6178 echo "configure:6179: checking for --enable-statbox" >&5
6180 # Check whether --enable-statbox or --disable-statbox was given.
6181 if test "${enable_statbox+set}" = set; then
6182 enableval
="$enable_statbox"
6184 if test "$enableval" = yes; then
6185 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
6187 ac_cv_use_statbox
='wxUSE_STATBOX=no'
6192 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6193 if test "x$LINE" != x
; then
6194 eval "DEFAULT_$LINE"
6199 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6204 eval "$ac_cv_use_statbox"
6205 if test "$no_cache" != 1; then
6206 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6209 if test "$wxUSE_STATBOX" = yes; then
6210 echo "$ac_t""yes" 1>&6
6212 echo "$ac_t""no" 1>&6
6216 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6217 echo "configure:6218: checking for --enable-statline" >&5
6219 # Check whether --enable-statline or --disable-statline was given.
6220 if test "${enable_statline+set}" = set; then
6221 enableval
="$enable_statline"
6223 if test "$enableval" = yes; then
6224 ac_cv_use_statline
='wxUSE_STATLINE=yes'
6226 ac_cv_use_statline
='wxUSE_STATLINE=no'
6231 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6232 if test "x$LINE" != x
; then
6233 eval "DEFAULT_$LINE"
6238 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6243 eval "$ac_cv_use_statline"
6244 if test "$no_cache" != 1; then
6245 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6248 if test "$wxUSE_STATLINE" = yes; then
6249 echo "$ac_t""yes" 1>&6
6251 echo "$ac_t""no" 1>&6
6255 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6256 echo "configure:6257: checking for --enable-stattext" >&5
6258 # Check whether --enable-stattext or --disable-stattext was given.
6259 if test "${enable_stattext+set}" = set; then
6260 enableval
="$enable_stattext"
6262 if test "$enableval" = yes; then
6263 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
6265 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
6270 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x
; then
6272 eval "DEFAULT_$LINE"
6277 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6282 eval "$ac_cv_use_stattext"
6283 if test "$no_cache" != 1; then
6284 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6287 if test "$wxUSE_STATTEXT" = yes; then
6288 echo "$ac_t""yes" 1>&6
6290 echo "$ac_t""no" 1>&6
6294 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6295 echo "configure:6296: checking for --enable-statusbar" >&5
6297 # Check whether --enable-statusbar or --disable-statusbar was given.
6298 if test "${enable_statusbar+set}" = set; then
6299 enableval
="$enable_statusbar"
6301 if test "$enableval" = yes; then
6302 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
6304 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
6309 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6310 if test "x$LINE" != x
; then
6311 eval "DEFAULT_$LINE"
6316 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6321 eval "$ac_cv_use_statusbar"
6322 if test "$no_cache" != 1; then
6323 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6326 if test "$wxUSE_STATUSBAR" = yes; then
6327 echo "$ac_t""yes" 1>&6
6329 echo "$ac_t""no" 1>&6
6333 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6334 echo "configure:6335: checking for --enable-tabdialog" >&5
6336 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6337 if test "${enable_tabdialog+set}" = set; then
6338 enableval
="$enable_tabdialog"
6340 if test "$enableval" = yes; then
6341 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
6343 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
6348 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6349 if test "x$LINE" != x
; then
6350 eval "DEFAULT_$LINE"
6355 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6360 eval "$ac_cv_use_tabdialog"
6361 if test "$no_cache" != 1; then
6362 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6365 if test "$wxUSE_TABDIALOG" = yes; then
6366 echo "$ac_t""yes" 1>&6
6368 echo "$ac_t""no" 1>&6
6372 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6373 echo "configure:6374: checking for --enable-textctrl" >&5
6375 # Check whether --enable-textctrl or --disable-textctrl was given.
6376 if test "${enable_textctrl+set}" = set; then
6377 enableval
="$enable_textctrl"
6379 if test "$enableval" = yes; then
6380 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
6382 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
6387 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6388 if test "x$LINE" != x
; then
6389 eval "DEFAULT_$LINE"
6394 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6399 eval "$ac_cv_use_textctrl"
6400 if test "$no_cache" != 1; then
6401 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6404 if test "$wxUSE_TEXTCTRL" = yes; then
6405 echo "$ac_t""yes" 1>&6
6407 echo "$ac_t""no" 1>&6
6411 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6412 echo "configure:6413: checking for --enable-togglebtn" >&5
6414 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6415 if test "${enable_togglebtn+set}" = set; then
6416 enableval
="$enable_togglebtn"
6418 if test "$enableval" = yes; then
6419 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
6421 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
6426 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6427 if test "x$LINE" != x
; then
6428 eval "DEFAULT_$LINE"
6433 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6438 eval "$ac_cv_use_togglebtn"
6439 if test "$no_cache" != 1; then
6440 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6443 if test "$wxUSE_TOGGLEBTN" = yes; then
6444 echo "$ac_t""yes" 1>&6
6446 echo "$ac_t""no" 1>&6
6450 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6451 echo "configure:6452: checking for --enable-toolbar" >&5
6453 # Check whether --enable-toolbar or --disable-toolbar was given.
6454 if test "${enable_toolbar+set}" = set; then
6455 enableval
="$enable_toolbar"
6457 if test "$enableval" = yes; then
6458 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
6460 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
6465 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6466 if test "x$LINE" != x
; then
6467 eval "DEFAULT_$LINE"
6472 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6477 eval "$ac_cv_use_toolbar"
6478 if test "$no_cache" != 1; then
6479 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6482 if test "$wxUSE_TOOLBAR" = yes; then
6483 echo "$ac_t""yes" 1>&6
6485 echo "$ac_t""no" 1>&6
6489 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6490 echo "configure:6491: checking for --enable-tbarnative" >&5
6492 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6493 if test "${enable_tbarnative+set}" = set; then
6494 enableval
="$enable_tbarnative"
6496 if test "$enableval" = yes; then
6497 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
6499 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
6504 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6505 if test "x$LINE" != x
; then
6506 eval "DEFAULT_$LINE"
6511 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6516 eval "$ac_cv_use_tbarnative"
6517 if test "$no_cache" != 1; then
6518 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6521 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6522 echo "$ac_t""yes" 1>&6
6524 echo "$ac_t""no" 1>&6
6528 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6529 echo "configure:6530: checking for --enable-tbarsmpl" >&5
6531 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6532 if test "${enable_tbarsmpl+set}" = set; then
6533 enableval
="$enable_tbarsmpl"
6535 if test "$enableval" = yes; then
6536 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
6538 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
6543 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6544 if test "x$LINE" != x
; then
6545 eval "DEFAULT_$LINE"
6550 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6555 eval "$ac_cv_use_tbarsmpl"
6556 if test "$no_cache" != 1; then
6557 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6560 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6561 echo "$ac_t""yes" 1>&6
6563 echo "$ac_t""no" 1>&6
6567 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6568 echo "configure:6569: checking for --enable-treectrl" >&5
6570 # Check whether --enable-treectrl or --disable-treectrl was given.
6571 if test "${enable_treectrl+set}" = set; then
6572 enableval
="$enable_treectrl"
6574 if test "$enableval" = yes; then
6575 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
6577 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
6582 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6583 if test "x$LINE" != x
; then
6584 eval "DEFAULT_$LINE"
6589 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6594 eval "$ac_cv_use_treectrl"
6595 if test "$no_cache" != 1; then
6596 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6599 if test "$wxUSE_TREECTRL" = yes; then
6600 echo "$ac_t""yes" 1>&6
6602 echo "$ac_t""no" 1>&6
6606 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
6607 echo "configure:6608: checking for --enable-popupwin" >&5
6609 # Check whether --enable-popupwin or --disable-popupwin was given.
6610 if test "${enable_popupwin+set}" = set; then
6611 enableval
="$enable_popupwin"
6613 if test "$enableval" = yes; then
6614 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
6616 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
6621 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6622 if test "x$LINE" != x
; then
6623 eval "DEFAULT_$LINE"
6628 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6633 eval "$ac_cv_use_popupwin"
6634 if test "$no_cache" != 1; then
6635 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6638 if test "$wxUSE_POPUPWIN" = yes; then
6639 echo "$ac_t""yes" 1>&6
6641 echo "$ac_t""no" 1>&6
6647 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6648 echo "configure:6649: checking for --enable-commondlg" >&5
6650 # Check whether --enable-commondlg or --disable-commondlg was given.
6651 if test "${enable_commondlg+set}" = set; then
6652 enableval
="$enable_commondlg"
6654 if test "$enableval" = yes; then
6655 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
6657 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
6662 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6663 if test "x$LINE" != x
; then
6664 eval "DEFAULT_$LINE"
6669 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6674 eval "$ac_cv_use_commondlg"
6675 if test "$no_cache" != 1; then
6676 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6679 if test "$wxUSE_COMMONDLGS" = yes; then
6680 echo "$ac_t""yes" 1>&6
6682 echo "$ac_t""no" 1>&6
6686 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6687 echo "configure:6688: checking for --enable-choicedlg" >&5
6689 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6690 if test "${enable_choicedlg+set}" = set; then
6691 enableval
="$enable_choicedlg"
6693 if test "$enableval" = yes; then
6694 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
6696 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
6701 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6702 if test "x$LINE" != x
; then
6703 eval "DEFAULT_$LINE"
6708 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6713 eval "$ac_cv_use_choicedlg"
6714 if test "$no_cache" != 1; then
6715 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6718 if test "$wxUSE_CHOICEDLG" = yes; then
6719 echo "$ac_t""yes" 1>&6
6721 echo "$ac_t""no" 1>&6
6725 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6726 echo "configure:6727: checking for --enable-coldlg" >&5
6728 # Check whether --enable-coldlg or --disable-coldlg was given.
6729 if test "${enable_coldlg+set}" = set; then
6730 enableval
="$enable_coldlg"
6732 if test "$enableval" = yes; then
6733 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
6735 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
6740 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6741 if test "x$LINE" != x
; then
6742 eval "DEFAULT_$LINE"
6747 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6752 eval "$ac_cv_use_coldlg"
6753 if test "$no_cache" != 1; then
6754 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6757 if test "$wxUSE_COLOURDLG" = yes; then
6758 echo "$ac_t""yes" 1>&6
6760 echo "$ac_t""no" 1>&6
6764 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6765 echo "configure:6766: checking for --enable-filedlg" >&5
6767 # Check whether --enable-filedlg or --disable-filedlg was given.
6768 if test "${enable_filedlg+set}" = set; then
6769 enableval
="$enable_filedlg"
6771 if test "$enableval" = yes; then
6772 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
6774 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
6779 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6780 if test "x$LINE" != x
; then
6781 eval "DEFAULT_$LINE"
6786 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6791 eval "$ac_cv_use_filedlg"
6792 if test "$no_cache" != 1; then
6793 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6796 if test "$wxUSE_FILEDLG" = yes; then
6797 echo "$ac_t""yes" 1>&6
6799 echo "$ac_t""no" 1>&6
6803 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6804 echo "configure:6805: checking for --enable-filedlg" >&5
6806 # Check whether --enable-filedlg or --disable-filedlg was given.
6807 if test "${enable_filedlg+set}" = set; then
6808 enableval
="$enable_filedlg"
6810 if test "$enableval" = yes; then
6811 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=yes'
6813 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=no'
6818 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6819 if test "x$LINE" != x
; then
6820 eval "DEFAULT_$LINE"
6825 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6830 eval "$ac_cv_use_filedlg"
6831 if test "$no_cache" != 1; then
6832 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6835 if test "$wxUSE_FINDREPLDLG" = yes; then
6836 echo "$ac_t""yes" 1>&6
6838 echo "$ac_t""no" 1>&6
6842 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6843 echo "configure:6844: checking for --enable-fontdlg" >&5
6845 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6846 if test "${enable_fontdlg+set}" = set; then
6847 enableval
="$enable_fontdlg"
6849 if test "$enableval" = yes; then
6850 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
6852 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
6857 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6858 if test "x$LINE" != x
; then
6859 eval "DEFAULT_$LINE"
6864 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6869 eval "$ac_cv_use_fontdlg"
6870 if test "$no_cache" != 1; then
6871 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6874 if test "$wxUSE_FONTDLG" = yes; then
6875 echo "$ac_t""yes" 1>&6
6877 echo "$ac_t""no" 1>&6
6881 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6882 echo "configure:6883: checking for --enable-dirdlg" >&5
6884 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6885 if test "${enable_dirdlg+set}" = set; then
6886 enableval
="$enable_dirdlg"
6888 if test "$enableval" = yes; then
6889 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
6891 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
6896 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6897 if test "x$LINE" != x
; then
6898 eval "DEFAULT_$LINE"
6903 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6908 eval "$ac_cv_use_dirdlg"
6909 if test "$no_cache" != 1; then
6910 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6913 if test "$wxUSE_DIRDLG" = yes; then
6914 echo "$ac_t""yes" 1>&6
6916 echo "$ac_t""no" 1>&6
6920 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6921 echo "configure:6922: checking for --enable-msgdlg" >&5
6923 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6924 if test "${enable_msgdlg+set}" = set; then
6925 enableval
="$enable_msgdlg"
6927 if test "$enableval" = yes; then
6928 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
6930 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
6935 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6936 if test "x$LINE" != x
; then
6937 eval "DEFAULT_$LINE"
6942 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6947 eval "$ac_cv_use_msgdlg"
6948 if test "$no_cache" != 1; then
6949 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6952 if test "$wxUSE_MSGDLG" = yes; then
6953 echo "$ac_t""yes" 1>&6
6955 echo "$ac_t""no" 1>&6
6959 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
6960 echo "configure:6961: checking for --enable-numberdlg" >&5
6962 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6963 if test "${enable_numberdlg+set}" = set; then
6964 enableval
="$enable_numberdlg"
6966 if test "$enableval" = yes; then
6967 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
6969 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
6974 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
6975 if test "x$LINE" != x
; then
6976 eval "DEFAULT_$LINE"
6981 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
6986 eval "$ac_cv_use_numberdlg"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
6991 if test "$wxUSE_NUMBERDLG" = yes; then
6992 echo "$ac_t""yes" 1>&6
6994 echo "$ac_t""no" 1>&6
6998 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
6999 echo "configure:7000: checking for --enable-splash" >&5
7001 # Check whether --enable-splash or --disable-splash was given.
7002 if test "${enable_splash+set}" = set; then
7003 enableval
="$enable_splash"
7005 if test "$enableval" = yes; then
7006 ac_cv_use_splash
='wxUSE_SPLASH=yes'
7008 ac_cv_use_splash
='wxUSE_SPLASH=no'
7013 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7014 if test "x$LINE" != x
; then
7015 eval "DEFAULT_$LINE"
7020 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7025 eval "$ac_cv_use_splash"
7026 if test "$no_cache" != 1; then
7027 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7030 if test "$wxUSE_SPLASH" = yes; then
7031 echo "$ac_t""yes" 1>&6
7033 echo "$ac_t""no" 1>&6
7037 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7038 echo "configure:7039: checking for --enable-textdlg" >&5
7040 # Check whether --enable-textdlg or --disable-textdlg was given.
7041 if test "${enable_textdlg+set}" = set; then
7042 enableval
="$enable_textdlg"
7044 if test "$enableval" = yes; then
7045 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
7047 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
7052 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7053 if test "x$LINE" != x
; then
7054 eval "DEFAULT_$LINE"
7059 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7064 eval "$ac_cv_use_textdlg"
7065 if test "$no_cache" != 1; then
7066 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7069 if test "$wxUSE_TEXTDLG" = yes; then
7070 echo "$ac_t""yes" 1>&6
7072 echo "$ac_t""no" 1>&6
7076 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7077 echo "configure:7078: checking for --enable-tipdlg" >&5
7079 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7080 if test "${enable_tipdlg+set}" = set; then
7081 enableval
="$enable_tipdlg"
7083 if test "$enableval" = yes; then
7084 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
7086 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
7091 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7092 if test "x$LINE" != x
; then
7093 eval "DEFAULT_$LINE"
7098 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7103 eval "$ac_cv_use_tipdlg"
7104 if test "$no_cache" != 1; then
7105 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7108 if test "$wxUSE_STARTUP_TIPS" = yes; then
7109 echo "$ac_t""yes" 1>&6
7111 echo "$ac_t""no" 1>&6
7115 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7116 echo "configure:7117: checking for --enable-progressdlg" >&5
7118 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7119 if test "${enable_progressdlg+set}" = set; then
7120 enableval
="$enable_progressdlg"
7122 if test "$enableval" = yes; then
7123 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
7125 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
7130 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7131 if test "x$LINE" != x
; then
7132 eval "DEFAULT_$LINE"
7137 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7142 eval "$ac_cv_use_progressdlg"
7143 if test "$no_cache" != 1; then
7144 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7147 if test "$wxUSE_PROGRESSDLG" = yes; then
7148 echo "$ac_t""yes" 1>&6
7150 echo "$ac_t""no" 1>&6
7154 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7155 echo "configure:7156: checking for --enable-wizarddlg" >&5
7157 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7158 if test "${enable_wizarddlg+set}" = set; then
7159 enableval
="$enable_wizarddlg"
7161 if test "$enableval" = yes; then
7162 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
7164 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
7169 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7170 if test "x$LINE" != x
; then
7171 eval "DEFAULT_$LINE"
7176 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7181 eval "$ac_cv_use_wizarddlg"
7182 if test "$no_cache" != 1; then
7183 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7186 if test "$wxUSE_WIZARDDLG" = yes; then
7187 echo "$ac_t""yes" 1>&6
7189 echo "$ac_t""no" 1>&6
7195 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7196 echo "configure:7197: checking for --enable-menus" >&5
7198 # Check whether --enable-menus or --disable-menus was given.
7199 if test "${enable_menus+set}" = set; then
7200 enableval
="$enable_menus"
7202 if test "$enableval" = yes; then
7203 ac_cv_use_menus
='wxUSE_MENUS=yes'
7205 ac_cv_use_menus
='wxUSE_MENUS=no'
7210 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7211 if test "x$LINE" != x
; then
7212 eval "DEFAULT_$LINE"
7217 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7222 eval "$ac_cv_use_menus"
7223 if test "$no_cache" != 1; then
7224 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7227 if test "$wxUSE_MENUS" = yes; then
7228 echo "$ac_t""yes" 1>&6
7230 echo "$ac_t""no" 1>&6
7234 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7235 echo "configure:7236: checking for --enable-miniframe" >&5
7237 # Check whether --enable-miniframe or --disable-miniframe was given.
7238 if test "${enable_miniframe+set}" = set; then
7239 enableval
="$enable_miniframe"
7241 if test "$enableval" = yes; then
7242 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
7244 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
7249 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7250 if test "x$LINE" != x
; then
7251 eval "DEFAULT_$LINE"
7256 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7261 eval "$ac_cv_use_miniframe"
7262 if test "$no_cache" != 1; then
7263 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7266 if test "$wxUSE_MINIFRAME" = yes; then
7267 echo "$ac_t""yes" 1>&6
7269 echo "$ac_t""no" 1>&6
7273 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7274 echo "configure:7275: checking for --enable-tooltips" >&5
7276 # Check whether --enable-tooltips or --disable-tooltips was given.
7277 if test "${enable_tooltips+set}" = set; then
7278 enableval
="$enable_tooltips"
7280 if test "$enableval" = yes; then
7281 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
7283 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
7288 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7289 if test "x$LINE" != x
; then
7290 eval "DEFAULT_$LINE"
7295 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7300 eval "$ac_cv_use_tooltips"
7301 if test "$no_cache" != 1; then
7302 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7305 if test "$wxUSE_TOOLTIPS" = yes; then
7306 echo "$ac_t""yes" 1>&6
7308 echo "$ac_t""no" 1>&6
7312 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7313 echo "configure:7314: checking for --enable-splines" >&5
7315 # Check whether --enable-splines or --disable-splines was given.
7316 if test "${enable_splines+set}" = set; then
7317 enableval
="$enable_splines"
7319 if test "$enableval" = yes; then
7320 ac_cv_use_splines
='wxUSE_SPLINES=yes'
7322 ac_cv_use_splines
='wxUSE_SPLINES=no'
7327 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7328 if test "x$LINE" != x
; then
7329 eval "DEFAULT_$LINE"
7334 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7339 eval "$ac_cv_use_splines"
7340 if test "$no_cache" != 1; then
7341 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7344 if test "$wxUSE_SPLINES" = yes; then
7345 echo "$ac_t""yes" 1>&6
7347 echo "$ac_t""no" 1>&6
7351 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7352 echo "configure:7353: checking for --enable-validators" >&5
7354 # Check whether --enable-validators or --disable-validators was given.
7355 if test "${enable_validators+set}" = set; then
7356 enableval
="$enable_validators"
7358 if test "$enableval" = yes; then
7359 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
7361 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
7366 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7367 if test "x$LINE" != x
; then
7368 eval "DEFAULT_$LINE"
7373 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7378 eval "$ac_cv_use_validators"
7379 if test "$no_cache" != 1; then
7380 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7383 if test "$wxUSE_VALIDATORS" = yes; then
7384 echo "$ac_t""yes" 1>&6
7386 echo "$ac_t""no" 1>&6
7390 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7391 echo "configure:7392: checking for --enable-busyinfo" >&5
7393 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7394 if test "${enable_busyinfo+set}" = set; then
7395 enableval
="$enable_busyinfo"
7397 if test "$enableval" = yes; then
7398 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
7400 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
7405 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7406 if test "x$LINE" != x
; then
7407 eval "DEFAULT_$LINE"
7412 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7417 eval "$ac_cv_use_busyinfo"
7418 if test "$no_cache" != 1; then
7419 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7422 if test "$wxUSE_BUSYINFO" = yes; then
7423 echo "$ac_t""yes" 1>&6
7425 echo "$ac_t""no" 1>&6
7429 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7430 echo "configure:7431: checking for --enable-joystick" >&5
7432 # Check whether --enable-joystick or --disable-joystick was given.
7433 if test "${enable_joystick+set}" = set; then
7434 enableval
="$enable_joystick"
7436 if test "$enableval" = yes; then
7437 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
7439 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
7444 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7445 if test "x$LINE" != x
; then
7446 eval "DEFAULT_$LINE"
7451 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7456 eval "$ac_cv_use_joystick"
7457 if test "$no_cache" != 1; then
7458 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7461 if test "$wxUSE_JOYSTICK" = yes; then
7462 echo "$ac_t""yes" 1>&6
7464 echo "$ac_t""no" 1>&6
7468 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7469 echo "configure:7470: checking for --enable-metafile" >&5
7471 # Check whether --enable-metafile or --disable-metafile was given.
7472 if test "${enable_metafile+set}" = set; then
7473 enableval
="$enable_metafile"
7475 if test "$enableval" = yes; then
7476 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7478 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7483 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7484 if test "x$LINE" != x
; then
7485 eval "DEFAULT_$LINE"
7490 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7495 eval "$ac_cv_use_metafile"
7496 if test "$no_cache" != 1; then
7497 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7500 if test "$wxUSE_METAFILE" = yes; then
7501 echo "$ac_t""yes" 1>&6
7503 echo "$ac_t""no" 1>&6
7507 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
7508 echo "configure:7509: checking for --enable-dragimage" >&5
7510 # Check whether --enable-dragimage or --disable-dragimage was given.
7511 if test "${enable_dragimage+set}" = set; then
7512 enableval
="$enable_dragimage"
7514 if test "$enableval" = yes; then
7515 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
7517 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
7522 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7523 if test "x$LINE" != x
; then
7524 eval "DEFAULT_$LINE"
7529 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7534 eval "$ac_cv_use_dragimage"
7535 if test "$no_cache" != 1; then
7536 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7539 if test "$wxUSE_DRAGIMAGE" = yes; then
7540 echo "$ac_t""yes" 1>&6
7542 echo "$ac_t""no" 1>&6
7548 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
7549 echo "configure:7550: checking for --enable-palette" >&5
7551 # Check whether --enable-palette or --disable-palette was given.
7552 if test "${enable_palette+set}" = set; then
7553 enableval
="$enable_palette"
7555 if test "$enableval" = yes; then
7556 ac_cv_use_palette
='wxUSE_PALETTE=yes'
7558 ac_cv_use_palette
='wxUSE_PALETTE=no'
7563 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7564 if test "x$LINE" != x
; then
7565 eval "DEFAULT_$LINE"
7570 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7575 eval "$ac_cv_use_palette"
7576 if test "$no_cache" != 1; then
7577 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7580 if test "$wxUSE_PALETTE" = yes; then
7581 echo "$ac_t""yes" 1>&6
7583 echo "$ac_t""no" 1>&6
7587 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7588 echo "configure:7589: checking for --enable-image" >&5
7590 # Check whether --enable-image or --disable-image was given.
7591 if test "${enable_image+set}" = set; then
7592 enableval
="$enable_image"
7594 if test "$enableval" = yes; then
7595 ac_cv_use_image
='wxUSE_IMAGE=yes'
7597 ac_cv_use_image
='wxUSE_IMAGE=no'
7602 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7603 if test "x$LINE" != x
; then
7604 eval "DEFAULT_$LINE"
7609 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7614 eval "$ac_cv_use_image"
7615 if test "$no_cache" != 1; then
7616 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7619 if test "$wxUSE_IMAGE" = yes; then
7620 echo "$ac_t""yes" 1>&6
7622 echo "$ac_t""no" 1>&6
7626 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7627 echo "configure:7628: checking for --enable-gif" >&5
7629 # Check whether --enable-gif or --disable-gif was given.
7630 if test "${enable_gif+set}" = set; then
7631 enableval
="$enable_gif"
7633 if test "$enableval" = yes; then
7634 ac_cv_use_gif
='wxUSE_GIF=yes'
7636 ac_cv_use_gif
='wxUSE_GIF=no'
7641 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7642 if test "x$LINE" != x
; then
7643 eval "DEFAULT_$LINE"
7648 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7653 eval "$ac_cv_use_gif"
7654 if test "$no_cache" != 1; then
7655 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7658 if test "$wxUSE_GIF" = yes; then
7659 echo "$ac_t""yes" 1>&6
7661 echo "$ac_t""no" 1>&6
7665 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7666 echo "configure:7667: checking for --enable-pcx" >&5
7668 # Check whether --enable-pcx or --disable-pcx was given.
7669 if test "${enable_pcx+set}" = set; then
7670 enableval
="$enable_pcx"
7672 if test "$enableval" = yes; then
7673 ac_cv_use_pcx
='wxUSE_PCX=yes'
7675 ac_cv_use_pcx
='wxUSE_PCX=no'
7680 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7681 if test "x$LINE" != x
; then
7682 eval "DEFAULT_$LINE"
7687 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7692 eval "$ac_cv_use_pcx"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7697 if test "$wxUSE_PCX" = yes; then
7698 echo "$ac_t""yes" 1>&6
7700 echo "$ac_t""no" 1>&6
7704 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7705 echo "configure:7706: checking for --enable-pnm" >&5
7707 # Check whether --enable-pnm or --disable-pnm was given.
7708 if test "${enable_pnm+set}" = set; then
7709 enableval
="$enable_pnm"
7711 if test "$enableval" = yes; then
7712 ac_cv_use_pnm
='wxUSE_PNM=yes'
7714 ac_cv_use_pnm
='wxUSE_PNM=no'
7719 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7720 if test "x$LINE" != x
; then
7721 eval "DEFAULT_$LINE"
7726 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7731 eval "$ac_cv_use_pnm"
7732 if test "$no_cache" != 1; then
7733 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7736 if test "$wxUSE_PNM" = yes; then
7737 echo "$ac_t""yes" 1>&6
7739 echo "$ac_t""no" 1>&6
7743 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7744 echo "configure:7745: checking for --enable-pnm" >&5
7746 # Check whether --enable-pnm or --disable-pnm was given.
7747 if test "${enable_pnm+set}" = set; then
7748 enableval
="$enable_pnm"
7750 if test "$enableval" = yes; then
7751 ac_cv_use_pnm
='wxUSE_XPM=yes'
7753 ac_cv_use_pnm
='wxUSE_XPM=no'
7758 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7759 if test "x$LINE" != x
; then
7760 eval "DEFAULT_$LINE"
7765 ac_cv_use_pnm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7770 eval "$ac_cv_use_pnm"
7771 if test "$no_cache" != 1; then
7772 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7775 if test "$wxUSE_XPM" = yes; then
7776 echo "$ac_t""yes" 1>&6
7778 echo "$ac_t""no" 1>&6
7785 echo "saving argument cache $wx_arg_cache_file"
7786 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
7790 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7791 echo "configure:7792: checking for toolkit" >&5
7793 if test "$wxUSE_GUI" = "yes"; then
7795 if test "$USE_BEOS" = 1; then
7796 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7799 if test "$TOOLKIT_GIVEN" = 1; then
7800 for toolkit
in `echo $ALL_TOOLKITS`; do
7802 eval "value=\$${var}"
7803 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
7806 for toolkit
in `echo $ALL_TOOLKITS`; do
7807 if test "$has_toolkit_in_cache" != 1; then
7808 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
7810 var
=DEFAULT_wxUSE_
$toolkit
7812 eval "wxUSE_$toolkit=\$${var}"
7816 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
7817 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0}`
7820 *-pc-os2_emx | *-pc-os2-emx )
7821 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7822 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7831 case "$NUM_TOOLKITS" in
7835 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7838 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7841 for toolkit
in `echo $ALL_TOOLKITS`; do
7843 eval "value=\$${var}"
7844 if test "x$value" != x
; then
7845 cache_var
=CACHE_
$toolkit
7846 eval "cache=\$${cache_var}"
7847 if test "$cache" = 1; then
7848 echo "$var=$value" >> ${wx_arg_cache_file}
7850 if test "$value" = 1; then
7851 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
7852 echo "$ac_t""$toolkit_echo" 1>&6
7858 echo "$ac_t""base ($host_alias hosted) only" 1>&6
7862 cat > confcache
<<\EOF
7863 # This file is a shell script that caches the results of configure
7864 # tests run on this system so they can be shared between configure
7865 # scripts and configure runs. It is not useful on other systems.
7866 # If it contains results you don't want to keep, you may remove or edit it.
7868 # By default, configure uses ./config.cache as the cache file,
7869 # creating it if it does not exist already. You can give configure
7870 # the --cache-file=FILE option to use a different cache file; that is
7871 # what configure does when it calls configure scripts in
7872 # subdirectories, so they share the cache.
7873 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7874 # config.status only pays attention to the cache file if you give it the
7875 # --recheck option to rerun configure.
7878 # The following way of writing the cache mishandles newlines in values,
7879 # but we know of no workaround that is simple, portable, and efficient.
7880 # So, don't put newlines in cache variables' values.
7881 # Ultrix sh set writes to stderr and can't be redirected directly,
7882 # and sets the high bit in the cache file unless we assign to the vars.
7884 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7886 # `set' does not quote correctly, so add quotes (double-quote substitution
7887 # turns \\\\ into \\, and sed turns \\ into \).
7889 -e "s/'/'\\\\''/g" \
7890 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7893 # `set' quotes correctly as required by POSIX, so do not add quotes.
7894 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7897 if cmp -s $cache_file confcache
; then
7900 if test -w $cache_file; then
7901 echo "updating cache $cache_file"
7902 cat confcache
> $cache_file
7904 echo "not updating unwritable cache $cache_file"
7910 if test "$build" != "$host" ; then
7911 if test "$USE_WIN32" = 1 ; then
7915 RANLIB
=$host_alias-ranlib
7916 DLLTOOL
=$host_alias-dlltool
7917 RESCOMP
=$host_alias-windres
7920 STRIP
=$host_alias-strip
7922 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7926 # Extract the first word of "gcc", so it can be a program name with args.
7927 set dummy gcc
; ac_word
=$2
7928 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7929 echo "configure:7930: checking for $ac_word" >&5
7930 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7931 echo $ac_n "(cached) $ac_c" 1>&6
7933 if test -n "$CC"; then
7934 ac_cv_prog_CC
="$CC" # Let the user override the test.
7936 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7938 for ac_dir
in $ac_dummy; do
7939 test -z "$ac_dir" && ac_dir
=.
7940 if test -f $ac_dir/$ac_word; then
7949 if test -n "$CC"; then
7950 echo "$ac_t""$CC" 1>&6
7952 echo "$ac_t""no" 1>&6
7955 if test -z "$CC"; then
7956 # Extract the first word of "cc", so it can be a program name with args.
7957 set dummy cc
; ac_word
=$2
7958 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7959 echo "configure:7960: checking for $ac_word" >&5
7960 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7961 echo $ac_n "(cached) $ac_c" 1>&6
7963 if test -n "$CC"; then
7964 ac_cv_prog_CC
="$CC" # Let the user override the test.
7966 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7969 for ac_dir
in $ac_dummy; do
7970 test -z "$ac_dir" && ac_dir
=.
7971 if test -f $ac_dir/$ac_word; then
7972 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7973 ac_prog_rejected
=yes
7981 if test $ac_prog_rejected = yes; then
7982 # We found a bogon in the path, so make sure we never use it.
7983 set dummy
$ac_cv_prog_CC
7985 if test $# -gt 0; then
7986 # We chose a different compiler from the bogus one.
7987 # However, it has the same basename, so the bogon will be chosen
7988 # first if we set CC to just the basename; use the full file name.
7990 set dummy
"$ac_dir/$ac_word" "$@"
7998 if test -n "$CC"; then
7999 echo "$ac_t""$CC" 1>&6
8001 echo "$ac_t""no" 1>&6
8004 if test -z "$CC"; then
8005 case "`uname -s`" in
8007 # Extract the first word of "cl", so it can be a program name with args.
8008 set dummy cl
; ac_word
=$2
8009 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8010 echo "configure:8011: checking for $ac_word" >&5
8011 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8012 echo $ac_n "(cached) $ac_c" 1>&6
8014 if test -n "$CC"; then
8015 ac_cv_prog_CC
="$CC" # Let the user override the test.
8017 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8019 for ac_dir
in $ac_dummy; do
8020 test -z "$ac_dir" && ac_dir
=.
8021 if test -f $ac_dir/$ac_word; then
8030 if test -n "$CC"; then
8031 echo "$ac_t""$CC" 1>&6
8033 echo "$ac_t""no" 1>&6
8038 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8041 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8042 echo "configure:8043: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8045 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8046 ac_cpp
='$CPP $CPPFLAGS'
8047 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8048 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8049 cross_compiling
=$ac_cv_prog_cc_cross
8051 cat > conftest.
$ac_ext << EOF
8053 #line 8054 "configure"
8054 #include "confdefs.h"
8058 if { (eval echo configure
:8059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8059 ac_cv_prog_cc_works
=yes
8060 # If we can't run a trivial program, we are probably using a cross compiler.
8061 if (.
/conftest
; exit) 2>/dev
/null
; then
8062 ac_cv_prog_cc_cross
=no
8064 ac_cv_prog_cc_cross
=yes
8067 echo "configure: failed program was:" >&5
8068 cat conftest.
$ac_ext >&5
8069 ac_cv_prog_cc_works
=no
8073 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8074 ac_cpp
='$CPP $CPPFLAGS'
8075 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8076 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8077 cross_compiling
=$ac_cv_prog_cc_cross
8079 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8080 if test $ac_cv_prog_cc_works = no
; then
8081 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8083 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8084 echo "configure:8085: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8085 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8086 cross_compiling
=$ac_cv_prog_cc_cross
8088 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8089 echo "configure:8090: checking whether we are using GNU C" >&5
8090 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8091 echo $ac_n "(cached) $ac_c" 1>&6
8093 cat > conftest.c
<<EOF
8098 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:8099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8105 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8107 if test $ac_cv_prog_gcc = yes; then
8113 ac_test_CFLAGS
="${CFLAGS+set}"
8114 ac_save_CFLAGS
="$CFLAGS"
8116 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8117 echo "configure:8118: checking whether ${CC-cc} accepts -g" >&5
8118 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8119 echo $ac_n "(cached) $ac_c" 1>&6
8121 echo 'void f(){}' > conftest.c
8122 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8131 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8132 if test "$ac_test_CFLAGS" = set; then
8133 CFLAGS
="$ac_save_CFLAGS"
8134 elif test $ac_cv_prog_cc_g = yes; then
8135 if test "$GCC" = yes; then
8141 if test "$GCC" = yes; then
8149 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
8151 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8152 echo "configure:8153: checking how to run the C preprocessor" >&5
8153 # On Suns, sometimes $CPP names a directory.
8154 if test -n "$CPP" && test -d "$CPP"; then
8157 if test -z "$CPP"; then
8158 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8159 echo $ac_n "(cached) $ac_c" 1>&6
8161 # This must be in double quotes, not single quotes, because CPP may get
8162 # substituted into the Makefile and "${CC-cc}" will confuse make.
8164 # On the NeXT, cc -E runs the code through the compiler's parser,
8165 # not just through cpp.
8166 cat > conftest.
$ac_ext <<EOF
8167 #line 8168 "configure"
8168 #include "confdefs.h"
8172 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8173 { (eval echo configure
:8174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8174 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8175 if test -z "$ac_err"; then
8179 echo "configure: failed program was:" >&5
8180 cat conftest.
$ac_ext >&5
8182 CPP
="${CC-cc} -E -traditional-cpp"
8183 cat > conftest.
$ac_ext <<EOF
8184 #line 8185 "configure"
8185 #include "confdefs.h"
8189 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8190 { (eval echo configure
:8191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8191 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8192 if test -z "$ac_err"; then
8196 echo "configure: failed program was:" >&5
8197 cat conftest.
$ac_ext >&5
8199 CPP
="${CC-cc} -nologo -E"
8200 cat > conftest.
$ac_ext <<EOF
8201 #line 8202 "configure"
8202 #include "confdefs.h"
8206 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8207 { (eval echo configure
:8208: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8208 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8209 if test -z "$ac_err"; then
8213 echo "configure: failed program was:" >&5
8214 cat conftest.
$ac_ext >&5
8223 ac_cv_prog_CPP
="$CPP"
8225 CPP
="$ac_cv_prog_CPP"
8227 ac_cv_prog_CPP
="$CPP"
8229 echo "$ac_t""$CPP" 1>&6
8231 if test $ac_cv_prog_gcc = yes; then
8232 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8233 echo "configure:8234: checking whether ${CC-cc} needs -traditional" >&5
8234 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8235 echo $ac_n "(cached) $ac_c" 1>&6
8237 ac_pattern
="Autoconf.*'x'"
8238 cat > conftest.
$ac_ext <<EOF
8239 #line 8240 "configure"
8240 #include "confdefs.h"
8244 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8245 egrep "$ac_pattern" >/dev
/null
2>&1; then
8247 ac_cv_prog_gcc_traditional
=yes
8250 ac_cv_prog_gcc_traditional
=no
8255 if test $ac_cv_prog_gcc_traditional = no
; then
8256 cat > conftest.
$ac_ext <<EOF
8257 #line 8258 "configure"
8258 #include "confdefs.h"
8262 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8263 egrep "$ac_pattern" >/dev
/null
2>&1; then
8265 ac_cv_prog_gcc_traditional
=yes
8272 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8273 if test $ac_cv_prog_gcc_traditional = yes; then
8274 CC
="$CC -traditional"
8281 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8282 ac_cpp
='$CXXCPP $CPPFLAGS'
8283 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8284 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8285 cross_compiling
=$ac_cv_prog_cxx_cross
8288 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
8290 # Extract the first word of "$ac_prog", so it can be a program name with args.
8291 set dummy
$ac_prog; ac_word
=$2
8292 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8293 echo "configure:8294: checking for $ac_word" >&5
8294 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8295 echo $ac_n "(cached) $ac_c" 1>&6
8297 if test -n "$CXX"; then
8298 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
8300 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8302 for ac_dir
in $ac_dummy; do
8303 test -z "$ac_dir" && ac_dir
=.
8304 if test -f $ac_dir/$ac_word; then
8305 ac_cv_prog_CXX
="$ac_prog"
8312 CXX
="$ac_cv_prog_CXX"
8313 if test -n "$CXX"; then
8314 echo "$ac_t""$CXX" 1>&6
8316 echo "$ac_t""no" 1>&6
8319 test -n "$CXX" && break
8321 test -n "$CXX" || CXX
="gcc"
8324 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8325 echo "configure:8326: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
8328 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8329 ac_cpp
='$CXXCPP $CPPFLAGS'
8330 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8331 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8332 cross_compiling
=$ac_cv_prog_cxx_cross
8334 cat > conftest.
$ac_ext << EOF
8336 #line 8337 "configure"
8337 #include "confdefs.h"
8339 int main(){return(0);}
8341 if { (eval echo configure
:8342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8342 ac_cv_prog_cxx_works
=yes
8343 # If we can't run a trivial program, we are probably using a cross compiler.
8344 if (.
/conftest
; exit) 2>/dev
/null
; then
8345 ac_cv_prog_cxx_cross
=no
8347 ac_cv_prog_cxx_cross
=yes
8350 echo "configure: failed program was:" >&5
8351 cat conftest.
$ac_ext >&5
8352 ac_cv_prog_cxx_works
=no
8356 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8357 ac_cpp
='$CXXCPP $CPPFLAGS'
8358 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8359 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8360 cross_compiling
=$ac_cv_prog_cxx_cross
8362 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8363 if test $ac_cv_prog_cxx_works = no
; then
8364 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8366 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8367 echo "configure:8368: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
8368 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8369 cross_compiling
=$ac_cv_prog_cxx_cross
8371 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
8372 echo "configure:8373: checking whether we are using GNU C++" >&5
8373 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8374 echo $ac_n "(cached) $ac_c" 1>&6
8376 cat > conftest.C
<<EOF
8381 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:8382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8388 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
8390 if test $ac_cv_prog_gxx = yes; then
8396 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
8397 ac_save_CXXFLAGS
="$CXXFLAGS"
8399 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
8400 echo "configure:8401: checking whether ${CXX-g++} accepts -g" >&5
8401 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8402 echo $ac_n "(cached) $ac_c" 1>&6
8404 echo 'void f(){}' > conftest.cc
8405 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
8406 ac_cv_prog_cxx_g
=yes
8414 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
8415 if test "$ac_test_CXXFLAGS" = set; then
8416 CXXFLAGS
="$ac_save_CXXFLAGS"
8417 elif test $ac_cv_prog_cxx_g = yes; then
8418 if test "$GXX" = yes; then
8424 if test "$GXX" = yes; then
8432 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
8435 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8436 ac_cpp
='$CPP $CPPFLAGS'
8437 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8438 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8439 cross_compiling
=$ac_cv_prog_cc_cross
8442 # Extract the first word of "ranlib", so it can be a program name with args.
8443 set dummy ranlib
; ac_word
=$2
8444 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8445 echo "configure:8446: checking for $ac_word" >&5
8446 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8447 echo $ac_n "(cached) $ac_c" 1>&6
8449 if test -n "$RANLIB"; then
8450 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
8452 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8454 for ac_dir
in $ac_dummy; do
8455 test -z "$ac_dir" && ac_dir
=.
8456 if test -f $ac_dir/$ac_word; then
8457 ac_cv_prog_RANLIB
="ranlib"
8462 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
8465 RANLIB
="$ac_cv_prog_RANLIB"
8466 if test -n "$RANLIB"; then
8467 echo "$ac_t""$RANLIB" 1>&6
8469 echo "$ac_t""no" 1>&6
8473 # Extract the first word of "ar", so it can be a program name with args.
8474 set dummy
ar; ac_word
=$2
8475 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8476 echo "configure:8477: checking for $ac_word" >&5
8477 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8478 echo $ac_n "(cached) $ac_c" 1>&6
8480 if test -n "$AR"; then
8481 ac_cv_prog_AR
="$AR" # Let the user override the test.
8483 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8485 for ac_dir
in $ac_dummy; do
8486 test -z "$ac_dir" && ac_dir
=.
8487 if test -f $ac_dir/$ac_word; then
8493 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
8497 if test -n "$AR"; then
8498 echo "$ac_t""$AR" 1>&6
8500 echo "$ac_t""no" 1>&6
8508 INSTALL_PROGRAM
="cp -p"
8509 INSTALL_DATA
="cp -p"
8515 # Find a good install program. We prefer a C program (faster),
8516 # so one script is as good as another. But avoid the broken or
8517 # incompatible versions:
8518 # SysV /etc/install, /usr/sbin/install
8519 # SunOS /usr/etc/install
8520 # IRIX /sbin/install
8522 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8523 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8524 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8525 # ./install, which can be erroneously created by make from ./install.sh.
8526 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8527 echo "configure:8528: checking for a BSD compatible install" >&5
8528 if test -z "$INSTALL"; then
8529 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8530 echo $ac_n "(cached) $ac_c" 1>&6
8532 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
8533 for ac_dir
in $PATH; do
8534 # Account for people who put trailing slashes in PATH elements.
8536 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
8538 # OSF1 and SCO ODT 3.0 have their own names for install.
8539 # Don't use installbsd from OSF since it installs stuff as root
8541 for ac_prog
in ginstall scoinst
install; do
8542 if test -f $ac_dir/$ac_prog; then
8543 if test $ac_prog = install &&
8544 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
8545 # AIX install. It has an incompatible calling convention.
8548 ac_cv_path_install
="$ac_dir/$ac_prog -c"
8559 if test "${ac_cv_path_install+set}" = set; then
8560 INSTALL
="$ac_cv_path_install"
8562 # As a last resort, use the slow shell script. We don't cache a
8563 # path for INSTALL within a source directory, because that will
8564 # break other packages using the cache if that directory is
8565 # removed, or if the path is relative.
8566 INSTALL
="$ac_install_sh"
8569 echo "$ac_t""$INSTALL" 1>&6
8571 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8572 # It thinks the first close brace ends the variable substitution.
8573 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
8575 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
8577 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
8581 # Extract the first word of "strip", so it can be a program name with args.
8582 set dummy strip
; ac_word
=$2
8583 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8584 echo "configure:8585: checking for $ac_word" >&5
8585 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8586 echo $ac_n "(cached) $ac_c" 1>&6
8588 if test -n "$STRIP"; then
8589 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
8591 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8593 for ac_dir
in $ac_dummy; do
8594 test -z "$ac_dir" && ac_dir
=.
8595 if test -f $ac_dir/$ac_word; then
8596 ac_cv_prog_STRIP
="strip"
8601 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
8604 STRIP
="$ac_cv_prog_STRIP"
8605 if test -n "$STRIP"; then
8606 echo "$ac_t""$STRIP" 1>&6
8608 echo "$ac_t""no" 1>&6
8612 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8613 echo "configure:8614: checking make for VPATH support" >&5
8614 cat - << EOF > confMake
8620 if test ! -d sub
; then
8623 echo dummy
> sub
/file
8624 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
8626 rm -f sub
/file check final_file confMake
8628 if test "$RESULT" = 0; then
8629 echo "$ac_t""yes" 1>&6
8631 echo "$ac_t""no" 1>&6
8632 { echo "configure: error:
8633 You need a make-utility that is able to use the variable
8635 If your version of make does not support VPATH correctly,
8636 please install GNU-make (possibly as gmake), and start
8637 configure with the following command:
8638 export MAKE=gmake; ./configure for sh-type shells
8639 setenv MAKE gmake; ./configure for csh-type shells
8640 Also please do remember to use gmake in this case every time
8641 you are trying to compile.
8645 for ac_prog
in 'bison -y' byacc
8647 # Extract the first word of "$ac_prog", so it can be a program name with args.
8648 set dummy
$ac_prog; ac_word
=$2
8649 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8650 echo "configure:8651: checking for $ac_word" >&5
8651 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8652 echo $ac_n "(cached) $ac_c" 1>&6
8654 if test -n "$YACC"; then
8655 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
8657 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8659 for ac_dir
in $ac_dummy; do
8660 test -z "$ac_dir" && ac_dir
=.
8661 if test -f $ac_dir/$ac_word; then
8662 ac_cv_prog_YACC
="$ac_prog"
8669 YACC
="$ac_cv_prog_YACC"
8670 if test -n "$YACC"; then
8671 echo "$ac_t""$YACC" 1>&6
8673 echo "$ac_t""no" 1>&6
8676 test -n "$YACC" && break
8678 test -n "$YACC" || YACC
="yacc"
8681 # Extract the first word of "flex", so it can be a program name with args.
8682 set dummy flex
; ac_word
=$2
8683 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8684 echo "configure:8685: checking for $ac_word" >&5
8685 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8686 echo $ac_n "(cached) $ac_c" 1>&6
8688 if test -n "$LEX"; then
8689 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
8691 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8693 for ac_dir
in $ac_dummy; do
8694 test -z "$ac_dir" && ac_dir
=.
8695 if test -f $ac_dir/$ac_word; then
8696 ac_cv_prog_LEX
="flex"
8701 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
8704 LEX
="$ac_cv_prog_LEX"
8705 if test -n "$LEX"; then
8706 echo "$ac_t""$LEX" 1>&6
8708 echo "$ac_t""no" 1>&6
8711 if test -z "$LEXLIB"
8717 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8718 echo "configure:8719: checking for yywrap in -l$ac_lib" >&5
8719 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8720 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8721 echo $ac_n "(cached) $ac_c" 1>&6
8723 ac_save_LIBS
="$LIBS"
8724 LIBS
="-l$ac_lib $LIBS"
8725 cat > conftest.
$ac_ext <<EOF
8726 #line 8727 "configure"
8727 #include "confdefs.h"
8728 /* Override any gcc2 internal prototype to avoid an error. */
8729 /* We use char because int might match the return type of a gcc2
8730 builtin and then its argument prototype would still apply. */
8737 if { (eval echo configure
:8738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8739 eval "ac_cv_lib_$ac_lib_var=yes"
8741 echo "configure: failed program was:" >&5
8742 cat conftest.
$ac_ext >&5
8744 eval "ac_cv_lib_$ac_lib_var=no"
8747 LIBS
="$ac_save_LIBS"
8750 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8751 echo "$ac_t""yes" 1>&6
8754 echo "$ac_t""no" 1>&6
8760 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8761 echo "configure:8762: checking whether ln -s works" >&5
8762 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8763 echo $ac_n "(cached) $ac_c" 1>&6
8766 if ln -s X conftestdata
2>/dev
/null
8769 ac_cv_prog_LN_S
="ln -s"
8774 LN_S
="$ac_cv_prog_LN_S"
8775 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8776 echo "$ac_t""yes" 1>&6
8778 echo "$ac_t""no" 1>&6
8784 /usr/local/include \
8786 /usr/Motif-1.2/include \
8787 /usr/Motif-2.1/include \
8789 /usr/include/Motif1.2 \
8790 /opt/xpm/include/X11 \
8791 /opt/GBxpm/include/ \
8792 /opt/GBxpm/X11/include/ \
8794 /usr/Motif1.2/include \
8796 /usr/openwin/include \
8800 /usr/X11R6/include \
8801 /usr/X11R6.4/include \
8802 /usr/X11R5/include \
8803 /usr/X11R4/include \
8805 /usr/include/X11R6 \
8806 /usr/include/X11R5 \
8807 /usr/include/X11R4 \
8809 /usr/local/X11R6/include \
8810 /usr/local/X11R5/include \
8811 /usr/local/X11R4/include \
8813 /usr/local/include/X11R6 \
8814 /usr/local/include/X11R5 \
8815 /usr/local/include/X11R4 \
8819 /usr/local/X11/include \
8820 /usr/local/include/X11 \
8824 /usr/XFree86/include/X11 \
8826 X:/XFree86/include \
8827 X:/XFree86/include/X11 \
8830 /usr/local/include/gtk \
8832 /usr/local/include/glib \
8835 /usr/local/include/qt \
8837 /usr/include/windows \
8839 /usr/local/include/wine \
8841 /usr/unsupported/include \
8842 /usr/athena/include \
8843 /usr/local/x11r5/include \
8844 /usr/lpp/Xamples/include \
8846 /usr/openwin/share/include \
8850 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8853 cat > confcache
<<\EOF
8854 # This file is a shell script that caches the results of configure
8855 # tests run on this system so they can be shared between configure
8856 # scripts and configure runs. It is not useful on other systems.
8857 # If it contains results you don't want to keep, you may remove or edit it.
8859 # By default, configure uses ./config.cache as the cache file,
8860 # creating it if it does not exist already. You can give configure
8861 # the --cache-file=FILE option to use a different cache file; that is
8862 # what configure does when it calls configure scripts in
8863 # subdirectories, so they share the cache.
8864 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8865 # config.status only pays attention to the cache file if you give it the
8866 # --recheck option to rerun configure.
8869 # The following way of writing the cache mishandles newlines in values,
8870 # but we know of no workaround that is simple, portable, and efficient.
8871 # So, don't put newlines in cache variables' values.
8872 # Ultrix sh set writes to stderr and can't be redirected directly,
8873 # and sets the high bit in the cache file unless we assign to the vars.
8875 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8877 # `set' does not quote correctly, so add quotes (double-quote substitution
8878 # turns \\\\ into \\, and sed turns \\ into \).
8880 -e "s/'/'\\\\''/g" \
8881 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8884 # `set' quotes correctly as required by POSIX, so do not add quotes.
8885 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8888 if cmp -s $cache_file confcache
; then
8891 if test -w $cache_file; then
8892 echo "updating cache $cache_file"
8893 cat confcache
> $cache_file
8895 echo "not updating unwritable cache $cache_file"
8904 if test "$wxUSE_REGEX" != "no"; then
8905 cat >> confdefs.h
<<\EOF
8906 #define wxUSE_REGEX 1
8910 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
8911 ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'`
8912 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
8913 echo "configure:8914: checking for regex.h" >&5
8914 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8915 echo $ac_n "(cached) $ac_c" 1>&6
8917 cat > conftest.
$ac_ext <<EOF
8918 #line 8919 "configure"
8919 #include "confdefs.h"
8922 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8923 { (eval echo configure
:8924: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8924 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8925 if test -z "$ac_err"; then
8927 eval "ac_cv_header_$ac_safe=yes"
8930 echo "configure: failed program was:" >&5
8931 cat conftest.
$ac_ext >&5
8933 eval "ac_cv_header_$ac_safe=no"
8937 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8938 echo "$ac_t""yes" 1>&6
8939 for ac_func
in regcomp
8941 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8942 echo "configure:8943: checking for $ac_func" >&5
8943 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8944 echo $ac_n "(cached) $ac_c" 1>&6
8946 cat > conftest.
$ac_ext <<EOF
8947 #line 8948 "configure"
8948 #include "confdefs.h"
8949 /* System header to define __stub macros and hopefully few prototypes,
8950 which can conflict with char $ac_func(); below. */
8952 /* Override any gcc2 internal prototype to avoid an error. */
8953 /* We use char because int might match the return type of a gcc2
8954 builtin and then its argument prototype would still apply. */
8959 /* The GNU C library defines this for functions which it implements
8960 to always fail with ENOSYS. Some functions are actually named
8961 something starting with __ and the normal name is an alias. */
8962 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8970 if { (eval echo configure
:8971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8972 eval "ac_cv_func_$ac_func=yes"
8974 echo "configure: failed program was:" >&5
8975 cat conftest.
$ac_ext >&5
8977 eval "ac_cv_func_$ac_func=no"
8982 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8983 echo "$ac_t""yes" 1>&6
8984 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8985 cat >> confdefs.h
<<EOF
8986 #define $ac_tr_func 1
8990 echo "$ac_t""no" 1>&6
8995 echo "$ac_t""no" 1>&6
8999 if test "x$ac_cv_func_regcomp" != "xyes"; then
9000 if test "$wxUSE_REGEX" = "sys" ; then
9001 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9003 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
9011 if test "$wxUSE_REGEX" = "builtin" ; then
9012 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
9019 if test "$wxUSE_ZLIB" != "no" ; then
9020 cat >> confdefs.h
<<\EOF
9021 #define wxUSE_ZLIB 1
9025 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9026 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9027 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9028 echo "configure:9029: checking for zlib.h" >&5
9029 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9030 echo $ac_n "(cached) $ac_c" 1>&6
9032 cat > conftest.
$ac_ext <<EOF
9033 #line 9034 "configure"
9034 #include "confdefs.h"
9037 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9038 { (eval echo configure
:9039: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9039 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9040 if test -z "$ac_err"; then
9042 eval "ac_cv_header_$ac_safe=yes"
9045 echo "configure: failed program was:" >&5
9046 cat conftest.
$ac_ext >&5
9048 eval "ac_cv_header_$ac_safe=no"
9052 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9053 echo "$ac_t""yes" 1>&6
9054 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9055 echo "configure:9056: checking for deflate in -lz" >&5
9056 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9057 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9058 echo $ac_n "(cached) $ac_c" 1>&6
9060 ac_save_LIBS
="$LIBS"
9062 cat > conftest.
$ac_ext <<EOF
9063 #line 9064 "configure"
9064 #include "confdefs.h"
9065 /* Override any gcc2 internal prototype to avoid an error. */
9066 /* We use char because int might match the return type of a gcc2
9067 builtin and then its argument prototype would still apply. */
9074 if { (eval echo configure
:9075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9076 eval "ac_cv_lib_$ac_lib_var=yes"
9078 echo "configure: failed program was:" >&5
9079 cat conftest.
$ac_ext >&5
9081 eval "ac_cv_lib_$ac_lib_var=no"
9084 LIBS
="$ac_save_LIBS"
9087 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9088 echo "$ac_t""yes" 1>&6
9091 echo "$ac_t""no" 1>&6
9095 echo "$ac_t""no" 1>&6
9099 if test "x$ZLIB_LINK" = "x" ; then
9100 if test "$wxUSE_ZLIB" = "sys" ; then
9101 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9103 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9111 if test "$wxUSE_ZLIB" = "builtin" ; then
9112 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
9119 if test "$wxUSE_LIBPNG" != "no" ; then
9120 cat >> confdefs.h
<<\EOF
9121 #define wxUSE_LIBPNG 1
9125 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9126 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9127 wxUSE_LIBPNG
=builtin
9130 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9131 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
9132 echo $ac_n "checking for png.h""... $ac_c" 1>&6
9133 echo "configure:9134: checking for png.h" >&5
9134 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9135 echo $ac_n "(cached) $ac_c" 1>&6
9137 cat > conftest.
$ac_ext <<EOF
9138 #line 9139 "configure"
9139 #include "confdefs.h"
9142 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9143 { (eval echo configure
:9144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9144 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9145 if test -z "$ac_err"; then
9147 eval "ac_cv_header_$ac_safe=yes"
9150 echo "configure: failed program was:" >&5
9151 cat conftest.
$ac_ext >&5
9153 eval "ac_cv_header_$ac_safe=no"
9157 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9158 echo "$ac_t""yes" 1>&6
9159 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9160 echo "configure:9161: checking for png_check_sig in -lpng" >&5
9161 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9162 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9163 echo $ac_n "(cached) $ac_c" 1>&6
9165 ac_save_LIBS
="$LIBS"
9166 LIBS
="-lpng -lz -lm $LIBS"
9167 cat > conftest.
$ac_ext <<EOF
9168 #line 9169 "configure"
9169 #include "confdefs.h"
9170 /* Override any gcc2 internal prototype to avoid an error. */
9171 /* We use char because int might match the return type of a gcc2
9172 builtin and then its argument prototype would still apply. */
9173 char png_check_sig();
9179 if { (eval echo configure
:9180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9181 eval "ac_cv_lib_$ac_lib_var=yes"
9183 echo "configure: failed program was:" >&5
9184 cat conftest.
$ac_ext >&5
9186 eval "ac_cv_lib_$ac_lib_var=no"
9189 LIBS
="$ac_save_LIBS"
9192 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9193 echo "$ac_t""yes" 1>&6
9196 echo "$ac_t""no" 1>&6
9201 echo "$ac_t""no" 1>&6
9205 if test "x$PNG_LINK" = "x" ; then
9206 if test "$wxUSE_LIBPNG" = "sys" ; then
9207 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9209 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9210 wxUSE_LIBPNG
=builtin
9217 if test "$wxUSE_LIBPNG" = "builtin" ; then
9218 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
9221 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
9227 if test "$wxUSE_LIBJPEG" != "no" ; then
9228 cat >> confdefs.h
<<\EOF
9229 #define wxUSE_LIBJPEG 1
9233 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9234 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9235 echo "configure:9236: checking for jpeglib.h" >&5
9236 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9237 echo $ac_n "(cached) $ac_c" 1>&6
9239 cat > conftest.
$ac_ext <<EOF
9240 #line 9241 "configure"
9241 #include "confdefs.h"
9243 #undef HAVE_STDLIB_H
9245 #include <jpeglib.h>
9252 if { (eval echo configure
:9253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9254 ac_cv_header_jpeglib_h
=yes
9256 echo "configure: failed program was:" >&5
9257 cat conftest.
$ac_ext >&5
9259 ac_cv_header_jpeglib_h
=no
9266 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9268 if test "$ac_cv_header_jpeglib_h" = "yes"; then
9269 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
9270 echo "configure:9271: checking for jpeg_read_header in -ljpeg" >&5
9271 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9272 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9273 echo $ac_n "(cached) $ac_c" 1>&6
9275 ac_save_LIBS
="$LIBS"
9277 cat > conftest.
$ac_ext <<EOF
9278 #line 9279 "configure"
9279 #include "confdefs.h"
9280 /* Override any gcc2 internal prototype to avoid an error. */
9281 /* We use char because int might match the return type of a gcc2
9282 builtin and then its argument prototype would still apply. */
9283 char jpeg_read_header();
9289 if { (eval echo configure
:9290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9291 eval "ac_cv_lib_$ac_lib_var=yes"
9293 echo "configure: failed program was:" >&5
9294 cat conftest.
$ac_ext >&5
9296 eval "ac_cv_lib_$ac_lib_var=no"
9299 LIBS
="$ac_save_LIBS"
9302 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9303 echo "$ac_t""yes" 1>&6
9306 echo "$ac_t""no" 1>&6
9311 if test "x$JPEG_LINK" = "x" ; then
9312 if test "$wxUSE_LIBJPEG" = "sys" ; then
9313 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
9315 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
9316 wxUSE_LIBJPEG
=builtin
9323 if test "$wxUSE_LIBJPEG" = "builtin" ; then
9324 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
9331 if test "$wxUSE_LIBTIFF" != "no" ; then
9332 cat >> confdefs.h
<<\EOF
9333 #define wxUSE_LIBTIFF 1
9337 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
9338 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
9339 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
9340 echo "configure:9341: checking for tiffio.h" >&5
9341 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9342 echo $ac_n "(cached) $ac_c" 1>&6
9344 cat > conftest.
$ac_ext <<EOF
9345 #line 9346 "configure"
9346 #include "confdefs.h"
9349 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9350 { (eval echo configure
:9351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9351 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9352 if test -z "$ac_err"; then
9354 eval "ac_cv_header_$ac_safe=yes"
9357 echo "configure: failed program was:" >&5
9358 cat conftest.
$ac_ext >&5
9360 eval "ac_cv_header_$ac_safe=no"
9364 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9365 echo "$ac_t""yes" 1>&6
9366 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
9367 echo "configure:9368: checking for TIFFError in -ltiff" >&5
9368 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
9369 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9370 echo $ac_n "(cached) $ac_c" 1>&6
9372 ac_save_LIBS
="$LIBS"
9373 LIBS
="-ltiff -lm $LIBS"
9374 cat > conftest.
$ac_ext <<EOF
9375 #line 9376 "configure"
9376 #include "confdefs.h"
9377 /* Override any gcc2 internal prototype to avoid an error. */
9378 /* We use char because int might match the return type of a gcc2
9379 builtin and then its argument prototype would still apply. */
9386 if { (eval echo configure
:9387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9388 eval "ac_cv_lib_$ac_lib_var=yes"
9390 echo "configure: failed program was:" >&5
9391 cat conftest.
$ac_ext >&5
9393 eval "ac_cv_lib_$ac_lib_var=no"
9396 LIBS
="$ac_save_LIBS"
9399 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9400 echo "$ac_t""yes" 1>&6
9403 echo "$ac_t""no" 1>&6
9408 echo "$ac_t""no" 1>&6
9412 if test "x$TIFF_LINK" = "x" ; then
9413 if test "$wxUSE_LIBTIFF" = "sys" ; then
9414 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
9416 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
9417 wxUSE_LIBTIFF
=builtin
9424 if test "$wxUSE_LIBTIFF" = "builtin" ; then
9425 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
9432 if test "$wxUSE_FREETYPE" != "no" ; then
9433 cat >> confdefs.h
<<\EOF
9434 #define wxUSE_FREETYPE 1
9438 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
9439 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
9440 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
9441 echo "configure:9442: checking for freetype.h" >&5
9442 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9443 echo $ac_n "(cached) $ac_c" 1>&6
9445 cat > conftest.
$ac_ext <<EOF
9446 #line 9447 "configure"
9447 #include "confdefs.h"
9448 #include <freetype.h>
9450 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9451 { (eval echo configure
:9452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9452 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9453 if test -z "$ac_err"; then
9455 eval "ac_cv_header_$ac_safe=yes"
9458 echo "configure: failed program was:" >&5
9459 cat conftest.
$ac_ext >&5
9461 eval "ac_cv_header_$ac_safe=no"
9465 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9466 echo "$ac_t""yes" 1>&6
9467 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
9468 echo "configure:9469: checking for FT_Render_Glyph in -lfreetype" >&5
9469 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
9470 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9471 echo $ac_n "(cached) $ac_c" 1>&6
9473 ac_save_LIBS
="$LIBS"
9474 LIBS
="-lfreetype -lm $LIBS"
9475 cat > conftest.
$ac_ext <<EOF
9476 #line 9477 "configure"
9477 #include "confdefs.h"
9478 /* Override any gcc2 internal prototype to avoid an error. */
9479 /* We use char because int might match the return type of a gcc2
9480 builtin and then its argument prototype would still apply. */
9481 char FT_Render_Glyph();
9487 if { (eval echo configure
:9488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9489 eval "ac_cv_lib_$ac_lib_var=yes"
9491 echo "configure: failed program was:" >&5
9492 cat conftest.
$ac_ext >&5
9494 eval "ac_cv_lib_$ac_lib_var=no"
9497 LIBS
="$ac_save_LIBS"
9500 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9501 echo "$ac_t""yes" 1>&6
9502 FREETYPE_LINK
="-lfreetype"
9504 echo "$ac_t""no" 1>&6
9509 echo "$ac_t""no" 1>&6
9513 if test "x$FREETYPE_LINK" = "x" ; then
9514 if test "$wxUSE_FREETYPE" = "sys" ; then
9515 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; }
9517 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
9518 wxUSE_FREETYPE
=builtin
9525 if test "$wxUSE_FREETYPE" = "builtin" ; then
9526 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
9537 if test "$USE_WIN32" = 1 ; then
9538 for ac_hdr
in w32api.h
9540 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9541 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9542 echo "configure:9543: checking for $ac_hdr" >&5
9543 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9544 echo $ac_n "(cached) $ac_c" 1>&6
9546 cat > conftest.
$ac_ext <<EOF
9547 #line 9548 "configure"
9548 #include "confdefs.h"
9551 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9552 { (eval echo configure
:9553: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9553 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9554 if test -z "$ac_err"; then
9556 eval "ac_cv_header_$ac_safe=yes"
9559 echo "configure: failed program was:" >&5
9560 cat conftest.
$ac_ext >&5
9562 eval "ac_cv_header_$ac_safe=no"
9566 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9567 echo "$ac_t""yes" 1>&6
9568 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9569 cat >> confdefs.h
<<EOF
9570 #define $ac_tr_hdr 1
9574 echo "$ac_t""no" 1>&6
9578 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
9579 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9580 echo "configure:9581: checking for windows.h" >&5
9581 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9582 echo $ac_n "(cached) $ac_c" 1>&6
9584 cat > conftest.
$ac_ext <<EOF
9585 #line 9586 "configure"
9586 #include "confdefs.h"
9587 #include <windows.h>
9589 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9590 { (eval echo configure
:9591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9591 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9592 if test -z "$ac_err"; then
9594 eval "ac_cv_header_$ac_safe=yes"
9597 echo "configure: failed program was:" >&5
9598 cat conftest.
$ac_ext >&5
9600 eval "ac_cv_header_$ac_safe=no"
9604 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9605 echo "$ac_t""yes" 1>&6
9608 echo "$ac_t""no" 1>&6
9610 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9615 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
9616 echo "configure:9617: checking if w32api has good enough MSIE support" >&5
9617 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
9618 echo $ac_n "(cached) $ac_c" 1>&6
9621 cat > conftest.
$ac_ext <<EOF
9622 #line 9623 "configure"
9623 #include "confdefs.h"
9627 #define wxCHECK_W32API_VERSION( major, minor ) \
9628 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
9629 && ( ( __W32API_MAJOR_VERSION > (major) ) \
9630 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
9632 #if !wxCHECK_W32API_VERSION(1,1)
9633 #error You need w32api 1.1 or newer
9638 if { (eval echo configure
:9639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9641 wx_cv_w32api_win32_ie
=yes
9644 echo "configure: failed program was:" >&5
9645 cat conftest.
$ac_ext >&5
9648 wx_cv_w32api_win32_ie
=no
9655 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
9656 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
9657 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
9660 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9664 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9665 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
9668 if test "$wxUSE_ODBC" = "yes" ; then
9669 LIBS
="$LIBS -lodbc32 -lole32 -loleaut32"
9672 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9673 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
9676 if test "$wxUSE_GUI" = "yes"; then
9685 if test "$wxUSE_MSW" = 1 ; then
9691 EXTRA_LIBS
="$EXTRA_LIBS -Wl,--subsystem,windows -mwindows"
9695 if test "$wxUSE_GTK" = 1; then
9696 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9697 echo "configure:9698: checking for GTK+ version" >&5
9699 gtk_version_cached
=1
9700 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9701 echo $ac_n "(cached) $ac_c" 1>&6
9704 gtk_version_cached
=0
9705 echo "$ac_t""""" 1>&6
9708 if test "x$wxUSE_GTK2" = "xyes"; then
9709 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9710 if test "${with_gtk_prefix+set}" = set; then
9711 withval
="$with_gtk_prefix"
9712 gtk_config_prefix
="$withval"
9714 gtk_config_prefix
=""
9717 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9718 if test "${with_gtk_exec_prefix+set}" = set; then
9719 withval
="$with_gtk_exec_prefix"
9720 gtk_config_exec_prefix
="$withval"
9722 gtk_config_exec_prefix
=""
9725 # Check whether --enable-gtktest or --disable-gtktest was given.
9726 if test "${enable_gtktest+set}" = set; then
9727 enableval
="$enable_gtktest"
9738 gtk_config_args
="$gtk_config_args gthread"
9743 if test x
$gtk_config_exec_prefix != x
; then
9744 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9745 if test x
${GTK_CONFIG_2_0+set} != xset
; then
9746 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
9749 if test x
$gtk_config_prefix != x
; then
9750 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
9751 if test x
${GTK_CONFIG_2_0+set} != xset
; then
9752 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
9756 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9757 set dummy gtk
-config-2.0
; ac_word
=$2
9758 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9759 echo "configure:9760: checking for $ac_word" >&5
9760 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9761 echo $ac_n "(cached) $ac_c" 1>&6
9763 case "$GTK_CONFIG_2_0" in
9765 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9768 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9771 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9773 for ac_dir
in $ac_dummy; do
9774 test -z "$ac_dir" && ac_dir
=.
9775 if test -f $ac_dir/$ac_word; then
9776 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
9781 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
9785 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
9786 if test -n "$GTK_CONFIG_2_0"; then
9787 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
9789 echo "$ac_t""no" 1>&6
9792 min_gtk_version
=1.3.1
9793 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9794 echo "configure:9795: checking for GTK - version >= $min_gtk_version" >&5
9796 if test "$GTK_CONFIG_2_0" = "no" ; then
9799 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9800 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9801 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9802 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9803 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9804 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9805 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9806 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9807 if test "x$enable_gtktest" = "xyes" ; then
9808 ac_save_CFLAGS
="$CFLAGS"
9809 ac_save_LIBS
="$LIBS"
9810 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9811 LIBS
="$GTK_LIBS $LIBS"
9813 if test "$cross_compiling" = yes; then
9814 echo $ac_n "cross compiling; assumed OK... $ac_c"
9816 cat > conftest.
$ac_ext <<EOF
9817 #line 9818 "configure"
9818 #include "confdefs.h"
9820 #include <gtk/gtk.h>
9827 int major, minor, micro;
9830 system ("touch conf.gtktest");
9832 /* HP/UX 9 (%@#!) writes to sscanf strings */
9833 tmp_version = g_strdup("$min_gtk_version");
9834 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
9835 printf("%s, bad version string\n", "$min_gtk_version");
9839 if ((gtk_major_version != $gtk_config_major_version) ||
9840 (gtk_minor_version != $gtk_config_minor_version) ||
9841 (gtk_micro_version != $gtk_config_micro_version))
9843 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
9844 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9845 gtk_major_version, gtk_minor_version, gtk_micro_version);
9846 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9847 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9848 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9849 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9850 printf("*** required on your system.\n");
9851 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9852 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9853 printf("*** before re-running configure\n");
9855 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9856 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
9857 (gtk_minor_version != GTK_MINOR_VERSION) ||
9858 (gtk_micro_version != GTK_MICRO_VERSION))
9860 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
9861 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
9862 printf("*** library (version %d.%d.%d)\n",
9863 gtk_major_version, gtk_minor_version, gtk_micro_version);
9865 #endif /* defined (GTK_MAJOR_VERSION) ... */
9868 if ((gtk_major_version > major) ||
9869 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9870 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9876 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9877 gtk_major_version, gtk_minor_version, gtk_micro_version);
9878 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
9879 major, minor, micro);
9880 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9882 printf("*** If you have already installed a sufficiently new version, this error\n");
9883 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9884 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9885 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9886 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9887 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9888 printf("*** so that the correct libraries are found at run-time))\n");
9895 if { (eval echo configure
:9896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9899 echo "configure: failed program was:" >&5
9900 cat conftest.
$ac_ext >&5
9907 CFLAGS
="$ac_save_CFLAGS"
9908 LIBS
="$ac_save_LIBS"
9911 if test "x$no_gtk" = x
; then
9912 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
9915 echo "$ac_t""no" 1>&6
9916 if test "$GTK_CONFIG_2_0" = "no" ; then
9917 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9918 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9919 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9920 echo "*** full path to gtk-config-2.0."
9922 if test -f conf.gtktest
; then
9925 echo "*** Could not run GTK test program, checking why..."
9926 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9927 LIBS
="$LIBS $GTK_LIBS"
9928 cat > conftest.
$ac_ext <<EOF
9929 #line 9930 "configure"
9930 #include "confdefs.h"
9932 #include <gtk/gtk.h>
9936 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9939 if { (eval echo configure
:9940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9941 echo "*** The test program compiled, but did not run. This usually means"
9942 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9943 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9944 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9945 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9946 echo "*** is required on your system"
9948 echo "*** If you have an old version installed, it is best to remove it, although"
9949 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9951 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9952 echo "*** came with the system with the command"
9954 echo "*** rpm --erase --nodeps gtk gtk-devel"
9956 echo "configure: failed program was:" >&5
9957 cat conftest.
$ac_ext >&5
9959 echo "*** The test program failed to compile or link. See the file config.log for the"
9960 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
9961 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
9962 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
9965 CFLAGS
="$ac_save_CFLAGS"
9966 LIBS
="$ac_save_LIBS"
9979 if test -z "$wx_cv_lib_gtk"; then
9981 if test x
$gtk_config_exec_prefix != x
; then
9982 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9983 if test x
${GTK_CONFIG+set} != xset
; then
9984 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
9987 if test x
$gtk_config_prefix != x
; then
9988 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
9989 if test x
${GTK_CONFIG+set} != xset
; then
9990 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
9994 # Extract the first word of "gtk-config", so it can be a program name with args.
9995 set dummy gtk
-config; ac_word
=$2
9996 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9997 echo "configure:9998: checking for $ac_word" >&5
9998 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9999 echo $ac_n "(cached) $ac_c" 1>&6
10001 case "$GTK_CONFIG" in
10003 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
10006 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
10009 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
10011 for ac_dir
in $ac_dummy; do
10012 test -z "$ac_dir" && ac_dir
=.
10013 if test -f $ac_dir/$ac_word; then
10014 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
10019 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
10023 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
10024 if test -n "$GTK_CONFIG"; then
10025 echo "$ac_t""$GTK_CONFIG" 1>&6
10027 echo "$ac_t""no" 1>&6
10030 min_gtk_version
=1.2.7
10031 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10032 echo "configure:10033: checking for GTK - version >= $min_gtk_version" >&5
10034 if test "$GTK_CONFIG" != "no" ; then
10035 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
10036 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
10037 ac_save_CFLAGS
="$CFLAGS"
10038 ac_save_LIBS
="$LIBS"
10039 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10040 LIBS
="$LIBS $GTK_LIBS"
10041 if test "$cross_compiling" = yes; then
10042 echo $ac_n "cross compiling; assumed OK... $ac_c"
10044 cat > conftest.
$ac_ext <<EOF
10045 #line 10046 "configure"
10046 #include "confdefs.h"
10048 #include <gtk/gtk.h>
10049 #include <gtk/gtkfeatures.h>
10051 #include <stdlib.h>
10056 int major, minor, micro;
10058 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
10059 printf("%s, bad version string\n", "$min_gtk_version");
10063 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10064 (GTK_MINOR_VERSION != gtk_minor_version) ||
10065 (GTK_MICRO_VERSION != gtk_micro_version)) {
10066 printf("Headers vs. library version mismatch!\n");
10070 if (gtk_minor_version == 1) return FALSE;
10072 return !((gtk_major_version > major) ||
10073 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10074 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10078 if { (eval echo configure
:10079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10082 echo "configure: failed program was:" >&5
10083 cat conftest.
$ac_ext >&5
10090 CFLAGS
="$ac_save_CFLAGS"
10091 LIBS
="$ac_save_LIBS"
10095 if test "x$no_gtk" = x
; then
10096 echo "$ac_t""yes" 1>&6
10097 wx_cv_lib_gtk
=1.2.7
10099 echo "$ac_t""no" 1>&6
10109 if test -z "$wx_cv_lib_gtk"; then
10111 if test x
$gtk_config_exec_prefix != x
; then
10112 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10113 if test x
${GTK_CONFIG+set} != xset
; then
10114 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
10117 if test x
$gtk_config_prefix != x
; then
10118 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
10119 if test x
${GTK_CONFIG+set} != xset
; then
10120 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
10124 # Extract the first word of "gtk-config", so it can be a program name with args.
10125 set dummy gtk
-config; ac_word
=$2
10126 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10127 echo "configure:10128: checking for $ac_word" >&5
10128 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10129 echo $ac_n "(cached) $ac_c" 1>&6
10131 case "$GTK_CONFIG" in
10133 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
10136 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
10139 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
10141 for ac_dir
in $ac_dummy; do
10142 test -z "$ac_dir" && ac_dir
=.
10143 if test -f $ac_dir/$ac_word; then
10144 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
10149 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
10153 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
10154 if test -n "$GTK_CONFIG"; then
10155 echo "$ac_t""$GTK_CONFIG" 1>&6
10157 echo "$ac_t""no" 1>&6
10160 min_gtk_version
=1.2.3
10161 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10162 echo "configure:10163: checking for GTK - version >= $min_gtk_version" >&5
10164 if test "$GTK_CONFIG" != "no" ; then
10165 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
10166 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
10167 ac_save_CFLAGS
="$CFLAGS"
10168 ac_save_LIBS
="$LIBS"
10169 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10170 LIBS
="$LIBS $GTK_LIBS"
10171 if test "$cross_compiling" = yes; then
10172 echo $ac_n "cross compiling; assumed OK... $ac_c"
10174 cat > conftest.
$ac_ext <<EOF
10175 #line 10176 "configure"
10176 #include "confdefs.h"
10178 #include <gtk/gtk.h>
10179 #include <gtk/gtkfeatures.h>
10181 #include <stdlib.h>
10186 int major, minor, micro;
10188 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
10189 printf("%s, bad version string\n", "$min_gtk_version");
10193 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10194 (GTK_MINOR_VERSION != gtk_minor_version) ||
10195 (GTK_MICRO_VERSION != gtk_micro_version)) {
10196 printf("Headers vs. library version mismatch!\n");
10200 if (gtk_minor_version == 1) return FALSE;
10202 return !((gtk_major_version > major) ||
10203 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10204 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10208 if { (eval echo configure
:10209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10212 echo "configure: failed program was:" >&5
10213 cat conftest.
$ac_ext >&5
10220 CFLAGS
="$ac_save_CFLAGS"
10221 LIBS
="$ac_save_LIBS"
10225 if test "x$no_gtk" = x
; then
10226 echo "$ac_t""yes" 1>&6
10227 wx_cv_lib_gtk
=1.2.3
10229 echo "$ac_t""no" 1>&6
10239 if test -z "$wx_cv_lib_gtk"; then
10242 wx_cv_cflags_gtk
=$GTK_CFLAGS
10243 wx_cv_libs_gtk
=$GTK_LIBS
10250 if test "$gtk_version_cached" = 1; then
10251 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
10254 case "$wx_cv_lib_gtk" in
10262 *) { echo "configure: error:
10263 Please check that gtk-config is in path, the directory
10264 where GTK+ libraries are installed (returned by
10265 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
10266 equivalent variable and GTK+ is version 1.2.3 or above.
10271 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
10272 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
10274 AFMINSTALL
=afminstall
10278 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
10279 echo "configure:10280: checking for gdk_im_open in -lgdk" >&5
10280 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
10281 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10282 echo $ac_n "(cached) $ac_c" 1>&6
10284 ac_save_LIBS
="$LIBS"
10286 cat > conftest.
$ac_ext <<EOF
10287 #line 10288 "configure"
10288 #include "confdefs.h"
10289 /* Override any gcc2 internal prototype to avoid an error. */
10290 /* We use char because int might match the return type of a gcc2
10291 builtin and then its argument prototype would still apply. */
10292 char gdk_im_open();
10298 if { (eval echo configure
:10299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10300 eval "ac_cv_lib_$ac_lib_var=yes"
10302 echo "configure: failed program was:" >&5
10303 cat conftest.
$ac_ext >&5
10305 eval "ac_cv_lib_$ac_lib_var=no"
10308 LIBS
="$ac_save_LIBS"
10311 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10312 echo "$ac_t""yes" 1>&6
10313 cat >> confdefs.h
<<\EOF
10318 echo "$ac_t""no" 1>&6
10323 if test "$wxUSE_MGL" = 1; then
10325 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
10326 echo "configure:10327: checking for SciTech MGL library" >&5
10327 if test "x$MGL_ROOT" = x
; then
10328 echo "$ac_t""not found" 1>&6
10329 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
10331 echo "$ac_t""$MGL_ROOT" 1>&6
10334 mgl_os
=linux
/gcc
/glibc
10337 if test "$wxUSE_DEBUG_FLAG" = yes ; then
10338 if test -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.a
; then
10342 if test "x$mgl_lib_type" = x
; then
10343 if test -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.a
; then
10344 mgl_lib_type
=release
10346 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
10350 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
10351 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
10353 AFMINSTALL
=afminstall
10358 if test "$wxUSE_WINE" = 1; then
10359 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
10360 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10361 echo "configure:10362: checking for windows.h" >&5
10362 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10363 echo $ac_n "(cached) $ac_c" 1>&6
10365 cat > conftest.
$ac_ext <<EOF
10366 #line 10367 "configure"
10367 #include "confdefs.h"
10368 #include <windows.h>
10370 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10371 { (eval echo configure
:10372: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10372 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10373 if test -z "$ac_err"; then
10375 eval "ac_cv_header_$ac_safe=yes"
10378 echo "configure: failed program was:" >&5
10379 cat conftest.
$ac_ext >&5
10381 eval "ac_cv_header_$ac_safe=no"
10385 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10386 echo "$ac_t""yes" 1>&6
10389 echo "$ac_t""no" 1>&6
10391 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10397 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10398 echo "configure:10399: checking for Xpm library" >&5
10401 for ac_dir
in $SEARCH_LIB;
10403 for ac_extension
in a so sl dylib
; do
10404 if test -f "$ac_dir/libXpm.$ac_extension"; then
10405 ac_find_libraries
=$ac_dir
10411 if test "$ac_find_libraries" != "" ; then
10412 GUI_TK_LIBRARY
="-L$ac_find_libraries"
10414 cat >> confdefs.h
<<\EOF
10415 #define wxHAVE_LIB_XPM 1
10418 echo "$ac_t""found at $ac_find_libraries" 1>&6
10420 echo "$ac_t""no" 1>&6
10421 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10425 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
10426 echo "configure:10427: checking for Mesa library" >&5
10429 for ac_dir
in $SEARCH_LIB;
10431 for ac_extension
in a so sl dylib
; do
10432 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
10433 ac_find_libraries
=$ac_dir
10439 if test "$ac_find_libraries" != "" ; then
10440 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
10441 mesa_link
="-lMesaGL"
10442 echo "$ac_t""found at $ac_find_libraries" 1>&6
10444 { echo "configure: error: no" 1>&2; exit 1; }
10447 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lwine $mesa_link $xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
10450 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXWINE__"
10453 if test "$wxUSE_MOTIF" = 1; then
10454 # If we find X, set shell vars x_includes and x_libraries to the
10455 # paths, otherwise set no_x=yes.
10456 # Uses ac_ vars as temps to allow command line to override cache and checks.
10457 # --without-x overrides everything else, but does not touch the cache.
10458 echo $ac_n "checking for X""... $ac_c" 1>&6
10459 echo "configure:10460: checking for X" >&5
10461 # Check whether --with-x or --without-x was given.
10462 if test "${with_x+set}" = set; then
10467 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10468 if test "x$with_x" = xno
; then
10469 # The user explicitly disabled X.
10472 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
10473 # Both variables are already set.
10476 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
10477 echo $ac_n "(cached) $ac_c" 1>&6
10479 # One or both of the vars are not set, and there is no cached value.
10480 ac_x_includes
=NO ac_x_libraries
=NO
10482 if mkdir conftestdir
; then
10484 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
10485 cat > Imakefile
<<'EOF'
10487 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
10489 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10490 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10491 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
10492 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10493 for ac_extension
in a so sl
; do
10494 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
10495 test -f $ac_im_libdir/libX11.
$ac_extension; then
10496 ac_im_usrlibdir
=$ac_im_libdir; break
10499 # Screen out bogus values from the imake configuration. They are
10500 # bogus both because they are the default anyway, and because
10501 # using them would break gcc on systems where it needs fixed includes.
10502 case "$ac_im_incroot" in
10504 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
10506 case "$ac_im_usrlibdir" in
10507 /usr
/lib
| /lib
) ;;
10508 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
10515 if test "$ac_x_includes" = NO
; then
10516 # Guess where to find include files, by looking for this one X11 .h file.
10517 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
10519 # First, try using that file with no special directory specified.
10520 cat > conftest.
$ac_ext <<EOF
10521 #line 10522 "configure"
10522 #include "confdefs.h"
10523 #include <$x_direct_test_include>
10525 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10526 { (eval echo configure
:10527: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10527 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10528 if test -z "$ac_err"; then
10530 # We can compile using X headers with no special include directory.
10534 echo "configure: failed program was:" >&5
10535 cat conftest.
$ac_ext >&5
10537 # Look for the header file in a standard set of common directories.
10538 # Check X11 before X11Rn because it is often a symlink to the current release.
10541 /usr
/X
11R
6/include \
10542 /usr
/X
11R
5/include \
10543 /usr
/X
11R
4/include \
10546 /usr
/include
/X11R6 \
10547 /usr
/include
/X11R5 \
10548 /usr
/include
/X11R4 \
10550 /usr
/local
/X
11/include \
10551 /usr
/local
/X
11R
6/include \
10552 /usr
/local
/X
11R
5/include \
10553 /usr
/local
/X
11R
4/include \
10555 /usr
/local
/include
/X11 \
10556 /usr
/local
/include
/X11R6 \
10557 /usr
/local
/include
/X11R5 \
10558 /usr
/local
/include
/X11R4 \
10560 /usr
/X
386/include \
10561 /usr
/x
386/include \
10562 /usr
/XFree
86/include
/X11 \
10565 /usr
/local
/include \
10566 /usr
/unsupported
/include \
10567 /usr
/athena
/include \
10568 /usr
/local
/x
11r
5/include \
10569 /usr
/lpp
/Xamples
/include \
10571 /usr
/openwin
/include \
10572 /usr
/openwin
/share
/include \
10575 if test -r "$ac_dir/$x_direct_test_include"; then
10576 ac_x_includes
=$ac_dir
10582 fi # $ac_x_includes = NO
10584 if test "$ac_x_libraries" = NO
; then
10585 # Check for the libraries.
10587 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
10588 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
10590 # See if we find them without any special options.
10591 # Don't add to $LIBS permanently.
10592 ac_save_LIBS
="$LIBS"
10593 LIBS
="-l$x_direct_test_library $LIBS"
10594 cat > conftest.
$ac_ext <<EOF
10595 #line 10596 "configure"
10596 #include "confdefs.h"
10599 ${x_direct_test_function}()
10602 if { (eval echo configure
:10603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10604 LIBS
="$ac_save_LIBS"
10605 # We can link X programs with no special library path.
10608 echo "configure: failed program was:" >&5
10609 cat conftest.
$ac_ext >&5
10611 LIBS
="$ac_save_LIBS"
10612 # First see if replacing the include by lib works.
10613 # Check X11 before X11Rn because it is often a symlink to the current release.
10614 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
10625 /usr
/local
/X
11/lib \
10626 /usr
/local
/X
11R
6/lib \
10627 /usr
/local
/X
11R
5/lib \
10628 /usr
/local
/X
11R
4/lib \
10630 /usr
/local
/lib
/X11 \
10631 /usr
/local
/lib
/X11R6 \
10632 /usr
/local
/lib
/X11R5 \
10633 /usr
/local
/lib
/X11R4 \
10637 /usr
/XFree
86/lib
/X11 \
10641 /usr
/unsupported
/lib \
10643 /usr
/local
/x
11r
5/lib \
10644 /usr
/lpp
/Xamples
/lib \
10648 /usr
/openwin
/share
/lib \
10651 for ac_extension
in a so sl
; do
10652 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
10653 ac_x_libraries
=$ac_dir
10660 fi # $ac_x_libraries = NO
10662 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
10663 # Didn't find X anywhere. Cache the known absence of X.
10664 ac_cv_have_x
="have_x=no"
10666 # Record where we found X for the cache.
10667 ac_cv_have_x
="have_x=yes \
10668 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10672 eval "$ac_cv_have_x"
10675 if test "$have_x" != yes; then
10676 echo "$ac_t""$have_x" 1>&6
10679 # If each of the values was on the command line, it overrides each guess.
10680 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10681 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10682 # Update the cache value to reflect the command line values.
10683 ac_cv_have_x
="have_x=yes \
10684 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
10685 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
10688 if test "$no_x" = yes; then
10689 # Not all programs may use this symbol, but it does not hurt to define it.
10690 cat >> confdefs.h
<<\EOF
10691 #define X_DISPLAY_MISSING 1
10694 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10696 if test -n "$x_includes"; then
10697 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10700 # It would also be nice to do this for all -L options, not just this one.
10701 if test -n "$x_libraries"; then
10702 X_LIBS
="$X_LIBS -L$x_libraries"
10703 # For Solaris; some versions of Sun CC require a space after -R and
10704 # others require no space. Words are not sufficient . . . .
10705 case "`(uname -sr) 2>/dev/null`" in
10707 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
10708 echo "configure:10709: checking whether -R must be followed by a space" >&5
10709 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
10710 cat > conftest.
$ac_ext <<EOF
10711 #line 10712 "configure"
10712 #include "confdefs.h"
10718 if { (eval echo configure
:10719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10722 echo "configure: failed program was:" >&5
10723 cat conftest.
$ac_ext >&5
10728 if test $ac_R_nospace = yes; then
10729 echo "$ac_t""no" 1>&6
10730 X_LIBS
="$X_LIBS -R$x_libraries"
10732 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10733 cat > conftest.
$ac_ext <<EOF
10734 #line 10735 "configure"
10735 #include "confdefs.h"
10741 if { (eval echo configure
:10742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10745 echo "configure: failed program was:" >&5
10746 cat conftest.
$ac_ext >&5
10751 if test $ac_R_space = yes; then
10752 echo "$ac_t""yes" 1>&6
10753 X_LIBS
="$X_LIBS -R $x_libraries"
10755 echo "$ac_t""neither works" 1>&6
10758 LIBS
="$ac_xsave_LIBS"
10762 # Check for system-dependent libraries X programs must link with.
10763 # Do this before checking for the system-independent R6 libraries
10764 # (-lICE), since we may need -lsocket or whatever for X linking.
10766 if test "$ISC" = yes; then
10767 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
10769 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10770 # libraries were built with DECnet support. And karl@cs.umb.edu says
10771 # the Alpha needs dnet_stub (dnet does not exist).
10772 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
10773 echo "configure:10774: checking for dnet_ntoa in -ldnet" >&5
10774 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10775 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10776 echo $ac_n "(cached) $ac_c" 1>&6
10778 ac_save_LIBS
="$LIBS"
10779 LIBS
="-ldnet $LIBS"
10780 cat > conftest.
$ac_ext <<EOF
10781 #line 10782 "configure"
10782 #include "confdefs.h"
10783 /* Override any gcc2 internal prototype to avoid an error. */
10784 /* We use char because int might match the return type of a gcc2
10785 builtin and then its argument prototype would still apply. */
10792 if { (eval echo configure
:10793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10794 eval "ac_cv_lib_$ac_lib_var=yes"
10796 echo "configure: failed program was:" >&5
10797 cat conftest.
$ac_ext >&5
10799 eval "ac_cv_lib_$ac_lib_var=no"
10802 LIBS
="$ac_save_LIBS"
10805 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10806 echo "$ac_t""yes" 1>&6
10807 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
10809 echo "$ac_t""no" 1>&6
10812 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
10813 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
10814 echo "configure:10815: checking for dnet_ntoa in -ldnet_stub" >&5
10815 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10816 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10817 echo $ac_n "(cached) $ac_c" 1>&6
10819 ac_save_LIBS
="$LIBS"
10820 LIBS
="-ldnet_stub $LIBS"
10821 cat > conftest.
$ac_ext <<EOF
10822 #line 10823 "configure"
10823 #include "confdefs.h"
10824 /* Override any gcc2 internal prototype to avoid an error. */
10825 /* We use char because int might match the return type of a gcc2
10826 builtin and then its argument prototype would still apply. */
10833 if { (eval echo configure
:10834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10835 eval "ac_cv_lib_$ac_lib_var=yes"
10837 echo "configure: failed program was:" >&5
10838 cat conftest.
$ac_ext >&5
10840 eval "ac_cv_lib_$ac_lib_var=no"
10843 LIBS
="$ac_save_LIBS"
10846 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10847 echo "$ac_t""yes" 1>&6
10848 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
10850 echo "$ac_t""no" 1>&6
10855 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10856 # to get the SysV transport functions.
10857 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
10859 # The nsl library prevents programs from opening the X display
10860 # on Irix 5.2, according to dickey@clark.net.
10861 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
10862 echo "configure:10863: checking for gethostbyname" >&5
10863 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10864 echo $ac_n "(cached) $ac_c" 1>&6
10866 cat > conftest.
$ac_ext <<EOF
10867 #line 10868 "configure"
10868 #include "confdefs.h"
10869 /* System header to define __stub macros and hopefully few prototypes,
10870 which can conflict with char gethostbyname(); below. */
10871 #include <assert.h>
10872 /* Override any gcc2 internal prototype to avoid an error. */
10873 /* We use char because int might match the return type of a gcc2
10874 builtin and then its argument prototype would still apply. */
10875 char gethostbyname();
10879 /* The GNU C library defines this for functions which it implements
10880 to always fail with ENOSYS. Some functions are actually named
10881 something starting with __ and the normal name is an alias. */
10882 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10890 if { (eval echo configure
:10891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10892 eval "ac_cv_func_gethostbyname=yes"
10894 echo "configure: failed program was:" >&5
10895 cat conftest.
$ac_ext >&5
10897 eval "ac_cv_func_gethostbyname=no"
10902 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10903 echo "$ac_t""yes" 1>&6
10906 echo "$ac_t""no" 1>&6
10909 if test $ac_cv_func_gethostbyname = no
; then
10910 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
10911 echo "configure:10912: checking for gethostbyname in -lnsl" >&5
10912 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10913 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10914 echo $ac_n "(cached) $ac_c" 1>&6
10916 ac_save_LIBS
="$LIBS"
10918 cat > conftest.
$ac_ext <<EOF
10919 #line 10920 "configure"
10920 #include "confdefs.h"
10921 /* Override any gcc2 internal prototype to avoid an error. */
10922 /* We use char because int might match the return type of a gcc2
10923 builtin and then its argument prototype would still apply. */
10924 char gethostbyname();
10930 if { (eval echo configure
:10931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10932 eval "ac_cv_lib_$ac_lib_var=yes"
10934 echo "configure: failed program was:" >&5
10935 cat conftest.
$ac_ext >&5
10937 eval "ac_cv_lib_$ac_lib_var=no"
10940 LIBS
="$ac_save_LIBS"
10943 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10944 echo "$ac_t""yes" 1>&6
10945 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
10947 echo "$ac_t""no" 1>&6
10952 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10953 # socket/setsockopt and other routines are undefined under SCO ODT
10954 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10955 # on later versions), says simon@lia.di.epfl.ch: it contains
10956 # gethostby* variants that don't use the nameserver (or something).
10957 # -lsocket must be given before -lnsl if both are needed.
10958 # We assume that if connect needs -lnsl, so does gethostbyname.
10959 echo $ac_n "checking for connect""... $ac_c" 1>&6
10960 echo "configure:10961: checking for connect" >&5
10961 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10962 echo $ac_n "(cached) $ac_c" 1>&6
10964 cat > conftest.
$ac_ext <<EOF
10965 #line 10966 "configure"
10966 #include "confdefs.h"
10967 /* System header to define __stub macros and hopefully few prototypes,
10968 which can conflict with char connect(); below. */
10969 #include <assert.h>
10970 /* Override any gcc2 internal prototype to avoid an error. */
10971 /* We use char because int might match the return type of a gcc2
10972 builtin and then its argument prototype would still apply. */
10977 /* The GNU C library defines this for functions which it implements
10978 to always fail with ENOSYS. Some functions are actually named
10979 something starting with __ and the normal name is an alias. */
10980 #if defined (__stub_connect) || defined (__stub___connect)
10988 if { (eval echo configure
:10989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10990 eval "ac_cv_func_connect=yes"
10992 echo "configure: failed program was:" >&5
10993 cat conftest.
$ac_ext >&5
10995 eval "ac_cv_func_connect=no"
11000 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
11001 echo "$ac_t""yes" 1>&6
11004 echo "$ac_t""no" 1>&6
11007 if test $ac_cv_func_connect = no
; then
11008 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
11009 echo "configure:11010: checking for connect in -lsocket" >&5
11010 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11011 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11012 echo $ac_n "(cached) $ac_c" 1>&6
11014 ac_save_LIBS
="$LIBS"
11015 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11016 cat > conftest.
$ac_ext <<EOF
11017 #line 11018 "configure"
11018 #include "confdefs.h"
11019 /* Override any gcc2 internal prototype to avoid an error. */
11020 /* We use char because int might match the return type of a gcc2
11021 builtin and then its argument prototype would still apply. */
11028 if { (eval echo configure
:11029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11030 eval "ac_cv_lib_$ac_lib_var=yes"
11032 echo "configure: failed program was:" >&5
11033 cat conftest.
$ac_ext >&5
11035 eval "ac_cv_lib_$ac_lib_var=no"
11038 LIBS
="$ac_save_LIBS"
11041 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11042 echo "$ac_t""yes" 1>&6
11043 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11045 echo "$ac_t""no" 1>&6
11050 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11051 echo $ac_n "checking for remove""... $ac_c" 1>&6
11052 echo "configure:11053: checking for remove" >&5
11053 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11054 echo $ac_n "(cached) $ac_c" 1>&6
11056 cat > conftest.
$ac_ext <<EOF
11057 #line 11058 "configure"
11058 #include "confdefs.h"
11059 /* System header to define __stub macros and hopefully few prototypes,
11060 which can conflict with char remove(); below. */
11061 #include <assert.h>
11062 /* Override any gcc2 internal prototype to avoid an error. */
11063 /* We use char because int might match the return type of a gcc2
11064 builtin and then its argument prototype would still apply. */
11069 /* The GNU C library defines this for functions which it implements
11070 to always fail with ENOSYS. Some functions are actually named
11071 something starting with __ and the normal name is an alias. */
11072 #if defined (__stub_remove) || defined (__stub___remove)
11080 if { (eval echo configure
:11081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11082 eval "ac_cv_func_remove=yes"
11084 echo "configure: failed program was:" >&5
11085 cat conftest.
$ac_ext >&5
11087 eval "ac_cv_func_remove=no"
11092 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11093 echo "$ac_t""yes" 1>&6
11096 echo "$ac_t""no" 1>&6
11099 if test $ac_cv_func_remove = no
; then
11100 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
11101 echo "configure:11102: checking for remove in -lposix" >&5
11102 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11103 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11104 echo $ac_n "(cached) $ac_c" 1>&6
11106 ac_save_LIBS
="$LIBS"
11107 LIBS
="-lposix $LIBS"
11108 cat > conftest.
$ac_ext <<EOF
11109 #line 11110 "configure"
11110 #include "confdefs.h"
11111 /* Override any gcc2 internal prototype to avoid an error. */
11112 /* We use char because int might match the return type of a gcc2
11113 builtin and then its argument prototype would still apply. */
11120 if { (eval echo configure
:11121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11122 eval "ac_cv_lib_$ac_lib_var=yes"
11124 echo "configure: failed program was:" >&5
11125 cat conftest.
$ac_ext >&5
11127 eval "ac_cv_lib_$ac_lib_var=no"
11130 LIBS
="$ac_save_LIBS"
11133 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11134 echo "$ac_t""yes" 1>&6
11135 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11137 echo "$ac_t""no" 1>&6
11142 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11143 echo $ac_n "checking for shmat""... $ac_c" 1>&6
11144 echo "configure:11145: checking for shmat" >&5
11145 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
11146 echo $ac_n "(cached) $ac_c" 1>&6
11148 cat > conftest.
$ac_ext <<EOF
11149 #line 11150 "configure"
11150 #include "confdefs.h"
11151 /* System header to define __stub macros and hopefully few prototypes,
11152 which can conflict with char shmat(); below. */
11153 #include <assert.h>
11154 /* Override any gcc2 internal prototype to avoid an error. */
11155 /* We use char because int might match the return type of a gcc2
11156 builtin and then its argument prototype would still apply. */
11161 /* The GNU C library defines this for functions which it implements
11162 to always fail with ENOSYS. Some functions are actually named
11163 something starting with __ and the normal name is an alias. */
11164 #if defined (__stub_shmat) || defined (__stub___shmat)
11172 if { (eval echo configure
:11173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11174 eval "ac_cv_func_shmat=yes"
11176 echo "configure: failed program was:" >&5
11177 cat conftest.
$ac_ext >&5
11179 eval "ac_cv_func_shmat=no"
11184 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
11185 echo "$ac_t""yes" 1>&6
11188 echo "$ac_t""no" 1>&6
11191 if test $ac_cv_func_shmat = no
; then
11192 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
11193 echo "configure:11194: checking for shmat in -lipc" >&5
11194 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
11195 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11196 echo $ac_n "(cached) $ac_c" 1>&6
11198 ac_save_LIBS
="$LIBS"
11200 cat > conftest.
$ac_ext <<EOF
11201 #line 11202 "configure"
11202 #include "confdefs.h"
11203 /* Override any gcc2 internal prototype to avoid an error. */
11204 /* We use char because int might match the return type of a gcc2
11205 builtin and then its argument prototype would still apply. */
11212 if { (eval echo configure
:11213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11214 eval "ac_cv_lib_$ac_lib_var=yes"
11216 echo "configure: failed program was:" >&5
11217 cat conftest.
$ac_ext >&5
11219 eval "ac_cv_lib_$ac_lib_var=no"
11222 LIBS
="$ac_save_LIBS"
11225 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11226 echo "$ac_t""yes" 1>&6
11227 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11229 echo "$ac_t""no" 1>&6
11235 # Check for libraries that X11R6 Xt/Xaw programs need.
11236 ac_save_LDFLAGS
="$LDFLAGS"
11237 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11238 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11239 # check for ICE first), but we must link in the order -lSM -lICE or
11240 # we get undefined symbols. So assume we have SM if we have ICE.
11241 # These have to be linked with before -lX11, unlike the other
11242 # libraries we check for below, so use a different variable.
11243 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
11244 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
11245 echo "configure:11246: checking for IceConnectionNumber in -lICE" >&5
11246 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
11247 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11248 echo $ac_n "(cached) $ac_c" 1>&6
11250 ac_save_LIBS
="$LIBS"
11251 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11252 cat > conftest.
$ac_ext <<EOF
11253 #line 11254 "configure"
11254 #include "confdefs.h"
11255 /* Override any gcc2 internal prototype to avoid an error. */
11256 /* We use char because int might match the return type of a gcc2
11257 builtin and then its argument prototype would still apply. */
11258 char IceConnectionNumber();
11261 IceConnectionNumber()
11264 if { (eval echo configure
:11265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11266 eval "ac_cv_lib_$ac_lib_var=yes"
11268 echo "configure: failed program was:" >&5
11269 cat conftest.
$ac_ext >&5
11271 eval "ac_cv_lib_$ac_lib_var=no"
11274 LIBS
="$ac_save_LIBS"
11277 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11278 echo "$ac_t""yes" 1>&6
11279 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11281 echo "$ac_t""no" 1>&6
11284 LDFLAGS
="$ac_save_LDFLAGS"
11289 if test "$no_x" = "yes"; then
11290 { echo "configure: error: X11 not found" 1>&2; exit 1; }
11293 GUI_TK_LIBRARY
="$X_LIBS"
11294 TOOLKIT_INCLUDE
="$X_CFLAGS"
11295 AFMINSTALL
=afminstall
11296 COMPILED_X_PROGRAM
=0
11298 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
11299 echo "configure:11300: checking for Motif/Lesstif headers" >&5
11302 for ac_dir
in $SEARCH_INCLUDE;
11304 if test -f "$ac_dir/Xm/Xm.h"; then
11305 ac_find_includes
=$ac_dir
11310 if test "$ac_find_includes" != "" ; then
11311 echo "$ac_t""found $ac_find_includes" 1>&6
11313 cat > conftest.
$ac_ext <<EOF
11314 #line 11315 "configure"
11315 #include "confdefs.h"
11322 version = xmUseVersion;
11326 if { (eval echo configure
:11327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11329 echo "$ac_t""found in default search path" 1>&6
11330 COMPILED_X_PROGRAM
=1
11333 echo "configure: failed program was:" >&5
11334 cat conftest.
$ac_ext >&5
11337 echo "$ac_t""no" 1>&6
11338 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
11345 if test "$COMPILED_X_PROGRAM" = 0; then
11346 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
11347 echo "configure:11348: checking for Motif/Lesstif library" >&5
11350 for ac_dir
in $SEARCH_LIB;
11352 for ac_extension
in a so sl dylib
; do
11353 if test -f "$ac_dir/libXm.$ac_extension"; then
11354 ac_find_libraries
=$ac_dir
11360 if test "$ac_find_libraries" != "" ; then
11362 ac_path_to_include
=$ac_find_includes
11363 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
11365 if test $result = 0; then
11366 ac_path_to_include
=""
11368 ac_path_to_include
="-I$ac_find_includes"
11372 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
11374 if test $result = 0; then
11377 ac_path_to_link
="-L$ac_find_libraries"
11381 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
11382 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
11383 echo "$ac_t""found at $ac_find_libraries" 1>&6
11385 cat > conftest.
$ac_ext <<EOF
11386 #line 11387 "configure"
11387 #include "confdefs.h"
11394 version = xmUseVersion;
11398 if { (eval echo configure
:11399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11401 echo "$ac_t""found in default search path" 1>&6
11402 COMPILED_X_PROGRAM
=1
11405 echo "configure: failed program was:" >&5
11406 cat conftest.
$ac_ext >&5
11409 echo "$ac_t""no" 1>&6
11410 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
11419 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
11420 echo "configure:11421: checking for Xpm library" >&5
11423 for ac_dir
in $SEARCH_LIB;
11425 for ac_extension
in a so sl dylib
; do
11426 if test -f "$ac_dir/libXpm.$ac_extension"; then
11427 ac_find_libraries
=$ac_dir
11433 if test "$ac_find_libraries" != "" ; then
11435 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
11437 if test $result = 0; then
11440 ac_path_to_link
="-L$ac_find_libraries"
11443 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
11445 cat >> confdefs.h
<<\EOF
11446 #define wxHAVE_LIB_XPM 1
11449 echo "$ac_t""found at $ac_find_libraries" 1>&6
11451 cat > conftest.
$ac_ext <<EOF
11452 #line 11453 "configure"
11453 #include "confdefs.h"
11455 #include <X11/xpm.h>
11460 version = XpmLibraryVersion();
11464 if { (eval echo configure
:11465: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11468 cat >> confdefs.h
<<\EOF
11469 #define wxHAVE_LIB_XPM 1
11472 echo "$ac_t""found in default search path" 1>&6
11473 COMPILED_X_PROGRAM
=0
11476 echo "configure: failed program was:" >&5
11477 cat conftest.
$ac_ext >&5
11480 echo "$ac_t""no" 1>&6
11481 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11488 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11"
11489 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
11494 if test "$wxUSE_MAC" = 1; then
11495 if test "$wxUSE_PRECOMP" = "yes"; then
11496 CPPFLAGS
="${CPPFLAGS} -cpp-precomp"
11498 CPPFLAGS
="${CPPFLAGS} -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
11499 CFLAGS
="${CFLAGS} -fpascal-strings"
11500 CXXFLAGS
="${CXXFLAGS} -fpascal-strings"
11501 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DTARGET_CARBON"
11503 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
11508 if test "$wxUSE_PM" = 1; then
11513 if test "$TOOLKIT" = "PM" ; then
11516 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
11519 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
11521 if test "$wxUSE_UNIVERSAL" = "yes"; then
11522 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
11523 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
11524 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
11525 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
11528 ALL_OBJECTS
="\$(GUIOBJS)"
11531 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
11533 if test "$TOOLKIT" != "MSW"; then
11534 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
11537 if test "$wxUSE_HTML" = "yes"; then
11538 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
11541 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
11542 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
11544 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11545 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
11547 if test "$wxUSE_LIBTIFF" = "builtin" ; then
11548 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
11550 if test "$wxUSE_LIBPNG" = "builtin" ; then
11551 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
11553 if test "$wxUSE_FREETYPE" = "builtin" ; then
11554 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11557 RPM_FILES
="src/\$(TOOLKITDIR)/rpmfiles.lst"
11558 RPM_SPEC
="wx\$(TOOLKIT).spec"
11560 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11561 DISTDIR
="wx\$(TOOLKIT)"
11567 if test "$USE_WIN32" = 1 ; then
11568 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11569 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
11573 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11574 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
11577 PORT_FILES
="\${top_srcdir}/src/files.lst"
11578 RPM_FILES
="src/rpmfiles.lst"
11579 RPM_SPEC
="wxBase.spec"
11581 GUIDIST
="BASE_DIST"
11585 if test "$wxUSE_REGEX" = "builtin" ; then
11586 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
11588 if test "$wxUSE_ZLIB" = "builtin" ; then
11589 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
11592 if test "$wxUSE_OPENGL" = "yes"; then
11593 if test "$wxUSE_MAC" = 1; then
11594 OPENGL_LIBS
="-framework OpenGL -framework AGL"
11596 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
11597 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
11598 echo "configure:11599: checking for GL/gl.h" >&5
11599 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11600 echo $ac_n "(cached) $ac_c" 1>&6
11602 cat > conftest.
$ac_ext <<EOF
11603 #line 11604 "configure"
11604 #include "confdefs.h"
11607 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11608 { (eval echo configure
:11609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11609 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11610 if test -z "$ac_err"; then
11612 eval "ac_cv_header_$ac_safe=yes"
11615 echo "configure: failed program was:" >&5
11616 cat conftest.
$ac_ext >&5
11618 eval "ac_cv_header_$ac_safe=no"
11622 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11623 echo "$ac_t""yes" 1>&6
11625 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
11626 echo "configure:11627: checking for glFlush in -lGL" >&5
11627 ac_lib_var
=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
11628 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11629 echo $ac_n "(cached) $ac_c" 1>&6
11631 ac_save_LIBS
="$LIBS"
11633 cat > conftest.
$ac_ext <<EOF
11634 #line 11635 "configure"
11635 #include "confdefs.h"
11636 /* Override any gcc2 internal prototype to avoid an error. */
11637 /* We use char because int might match the return type of a gcc2
11638 builtin and then its argument prototype would still apply. */
11645 if { (eval echo configure
:11646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11647 eval "ac_cv_lib_$ac_lib_var=yes"
11649 echo "configure: failed program was:" >&5
11650 cat conftest.
$ac_ext >&5
11652 eval "ac_cv_lib_$ac_lib_var=no"
11655 LIBS
="$ac_save_LIBS"
11658 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11659 echo "$ac_t""yes" 1>&6
11661 OPENGL_LIBS
="-lGL -lGLU"
11664 echo "$ac_t""no" 1>&6
11666 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
11667 echo "configure:11668: checking for glFlush in -lMesaGL" >&5
11668 ac_lib_var
=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
11669 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11670 echo $ac_n "(cached) $ac_c" 1>&6
11672 ac_save_LIBS
="$LIBS"
11673 LIBS
="-lMesaGL $LIBS"
11674 cat > conftest.
$ac_ext <<EOF
11675 #line 11676 "configure"
11676 #include "confdefs.h"
11677 /* Override any gcc2 internal prototype to avoid an error. */
11678 /* We use char because int might match the return type of a gcc2
11679 builtin and then its argument prototype would still apply. */
11686 if { (eval echo configure
:11687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11688 eval "ac_cv_lib_$ac_lib_var=yes"
11690 echo "configure: failed program was:" >&5
11691 cat conftest.
$ac_ext >&5
11693 eval "ac_cv_lib_$ac_lib_var=no"
11696 LIBS
="$ac_save_LIBS"
11699 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11700 echo "$ac_t""yes" 1>&6
11702 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
11705 echo "$ac_t""no" 1>&6
11713 echo "$ac_t""no" 1>&6
11717 if test "x$OPENGL_LIBS" = "x"; then
11718 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
11722 if test "$wxUSE_OPENGL" = "yes"; then
11723 cat >> confdefs.h
<<\EOF
11724 #define wxUSE_OPENGL 1
11727 cat >> confdefs.h
<<\EOF
11728 #define wxUSE_GLCANVAS 1
11731 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
11735 if test -z "$TOOLKIT_VPATH" ; then
11736 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
11739 if test -n "$TOOLKIT" ; then
11740 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11743 lib_unicode_suffix
=
11744 if test "$wxUSE_UNICODE" = "yes"; then
11745 lib_unicode_suffix
=u
11749 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11753 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
11754 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
11756 if test "$cross_compiling" = "yes"; then
11757 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
11758 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
11761 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
11762 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
11764 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
11766 if test "$wxUSE_OPENGL" = "yes"; then
11767 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} $OPENGL_LIBS"
11770 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
11771 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
11773 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11774 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11776 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11777 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
11778 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11779 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11781 WX_RESOURCES_MACOSX
="lib${WX_LIBRARY}.rsrc"
11782 WX_RESOURCES_MACOSX_COMPILED
="lib${WX_LIBRARY}.r"
11785 if test "$wxUSE_SHARED" = "yes"; then
11787 if test "$wxUSE_OPENGL" = "yes"; then
11788 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11789 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
11791 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
11792 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
11795 if test "$GCC" = "yes"; then
11799 SHARED_LD
="${CXX} -shared -o"
11803 if test "$GCC" != "yes"; then
11804 LDFLAGS
="-L/usr/lib"
11806 SHARED_LD
="${CXX} -b -o"
11810 if test "$wxUSE_OPENGL" = "yes"; then
11811 WX_ALL_INSTALLED
="preinstall_gl"
11812 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11814 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11819 if test "$GCC" != "yes"; then
11820 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
11821 echo "configure:11822: checking for Intel compiler" >&5
11822 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11823 echo $ac_n "(cached) $ac_c" 1>&6
11826 cat > conftest.
$ac_ext <<EOF
11827 #line 11828 "configure"
11828 #include "confdefs.h"
11832 #ifndef __INTEL_COMPILER
11838 if { (eval echo configure
:11839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11842 echo "configure: failed program was:" >&5
11843 cat conftest.
$ac_ext >&5
11852 echo "$ac_t""$wx_cv_prog_icc" 1>&6
11853 if test "$wx_cv_prog_icc" = "yes"; then
11858 if test "$wxUSE_SONAME" = "yes" ; then
11859 SONAME_FLAGS
="-Wl,-soname,${WX_LIBRARY_LINK1}"
11860 SONAME_FLAGS_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
11861 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
11866 if test "$GCC" = yes ; then
11867 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
11869 SHARED_LD
="${CXX} -G -o"
11871 SONAME_FLAGS
="-h ${WX_LIBRARY_NAME_SHARED}"
11872 SONAME_FLAGS_GL
="-h ${WX_LIBRARY_NAME_SHARED}"
11877 CFLAGS
="${CFLAGS} -fno-common"
11878 CXXFLAGS
="${CXXFLAGS} -fno-common"
11879 SHARED_LD
="${CXX} -dynamiclib -o"
11880 PIC_FLAG
="-dynamic -fPIC"
11884 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
11887 *-*-cygwin* | *-*-mingw32* )
11889 if test "$cross_compiling" != "yes"; then
11890 WX_LIBRARY
="wxmsw${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}${WX_RELEASE_NUMBER}${lib_unicode_suffix}${lib_debug_suffix}"
11891 WX_LIBRARY_GL
=${WX_LIBRARY} "wxmsw${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}${WX_RELEASE_NUMBER}${lib_unicode_suffix}${lib_debug_suffix}"
11892 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
11893 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
11894 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
11895 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
11898 WX_LIBRARY_IMPORTLIB
="lib${WX_LIBRARY}.lib"
11900 if test "$wxUSE_SHARED" = "yes" ; then
11901 WXCONFIG_LIBS
="${WX_LIBRARY_IMPORTLIB}"
11903 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
11906 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
11907 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1"
11908 WXMSW_DLL_DEFINES
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11910 if test "$wxUSE_OPENGL" = "yes"; then
11911 WX_ALL_INSTALLED
="preinstall_gl"
11912 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11914 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
11919 *-pc-os2_emx | *-pc-os2-emx )
11924 SHARED_LD
="${LD} -shared -o"
11927 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11929 *-*-irix5* | *-*-irix6* | \
11936 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
11939 if test "x$WX_TARGET_LIBRARY" = "x"; then
11940 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
11941 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
11944 WX_TARGET_LIBRARY_TYPE
="so"
11947 if test "$wxUSE_SHARED" = "no"; then
11949 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
11950 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
11953 if test "$wxUSE_MAC" = 1; then
11954 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
11957 if test "$wxUSE_OPENGL" = "yes"; then
11958 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
11959 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11961 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
11964 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
11965 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
11967 WX_TARGET_LIBRARY_TYPE
="a"
11970 if test "$wxUSE_MAC" = 1; then
11971 WX_ALL
="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
11972 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
11973 # Extract the first word of "Rez", so it can be a program name with args.
11974 set dummy Rez
; ac_word
=$2
11975 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11976 echo "configure:11977: checking for $ac_word" >&5
11977 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
11978 echo $ac_n "(cached) $ac_c" 1>&6
11980 if test -n "$RESCOMP"; then
11981 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
11983 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
11985 for ac_dir
in $ac_dummy; do
11986 test -z "$ac_dir" && ac_dir
=.
11987 if test -f $ac_dir/$ac_word; then
11988 ac_cv_prog_RESCOMP
="Rez"
11993 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
11996 RESCOMP
="$ac_cv_prog_RESCOMP"
11997 if test -n "$RESCOMP"; then
11998 echo "$ac_t""$RESCOMP" 1>&6
12000 echo "$ac_t""no" 1>&6
12003 # Extract the first word of "Derez", so it can be a program name with args.
12004 set dummy Derez
; ac_word
=$2
12005 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12006 echo "configure:12007: checking for $ac_word" >&5
12007 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
12008 echo $ac_n "(cached) $ac_c" 1>&6
12010 if test -n "$DEREZ"; then
12011 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
12013 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12015 for ac_dir
in $ac_dummy; do
12016 test -z "$ac_dir" && ac_dir
=.
12017 if test -f $ac_dir/$ac_word; then
12018 ac_cv_prog_DEREZ
="Derez"
12023 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/Derez"
12026 DEREZ
="$ac_cv_prog_DEREZ"
12027 if test -n "$DEREZ"; then
12028 echo "$ac_t""$DEREZ" 1>&6
12030 echo "$ac_t""no" 1>&6
12033 LIBWXMACRES
="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
12034 LIBWXMACRESCOMP
="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
12035 LIBWXMACRESWXCONFIG
="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
12039 if test "$wxUSE_MAC" != 1; then
12040 for ac_hdr
in strings.h
12042 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12043 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12044 echo "configure:12045: checking for $ac_hdr" >&5
12045 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12046 echo $ac_n "(cached) $ac_c" 1>&6
12048 cat > conftest.
$ac_ext <<EOF
12049 #line 12050 "configure"
12050 #include "confdefs.h"
12053 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12054 { (eval echo configure
:12055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12055 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12056 if test -z "$ac_err"; then
12058 eval "ac_cv_header_$ac_safe=yes"
12061 echo "configure: failed program was:" >&5
12062 cat conftest.
$ac_ext >&5
12064 eval "ac_cv_header_$ac_safe=no"
12068 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12069 echo "$ac_t""yes" 1>&6
12070 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12071 cat >> confdefs.h
<<EOF
12072 #define $ac_tr_hdr 1
12076 echo "$ac_t""no" 1>&6
12082 for ac_hdr
in stdlib.h
12084 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12085 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12086 echo "configure:12087: checking for $ac_hdr" >&5
12087 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12088 echo $ac_n "(cached) $ac_c" 1>&6
12090 cat > conftest.
$ac_ext <<EOF
12091 #line 12092 "configure"
12092 #include "confdefs.h"
12095 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12096 { (eval echo configure
:12097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12097 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12098 if test -z "$ac_err"; then
12100 eval "ac_cv_header_$ac_safe=yes"
12103 echo "configure: failed program was:" >&5
12104 cat conftest.
$ac_ext >&5
12106 eval "ac_cv_header_$ac_safe=no"
12110 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12111 echo "$ac_t""yes" 1>&6
12112 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12113 cat >> confdefs.h
<<EOF
12114 #define $ac_tr_hdr 1
12118 echo "$ac_t""no" 1>&6
12122 for ac_hdr
in unistd.h
12124 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12125 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12126 echo "configure:12127: checking for $ac_hdr" >&5
12127 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12128 echo $ac_n "(cached) $ac_c" 1>&6
12130 cat > conftest.
$ac_ext <<EOF
12131 #line 12132 "configure"
12132 #include "confdefs.h"
12135 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12136 { (eval echo configure
:12137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12137 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12138 if test -z "$ac_err"; then
12140 eval "ac_cv_header_$ac_safe=yes"
12143 echo "configure: failed program was:" >&5
12144 cat conftest.
$ac_ext >&5
12146 eval "ac_cv_header_$ac_safe=no"
12150 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12151 echo "$ac_t""yes" 1>&6
12152 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12153 cat >> confdefs.h
<<EOF
12154 #define $ac_tr_hdr 1
12158 echo "$ac_t""no" 1>&6
12162 for ac_hdr
in wchar.h
12164 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12165 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12166 echo "configure:12167: checking for $ac_hdr" >&5
12167 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12168 echo $ac_n "(cached) $ac_c" 1>&6
12170 cat > conftest.
$ac_ext <<EOF
12171 #line 12172 "configure"
12172 #include "confdefs.h"
12175 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12176 { (eval echo configure
:12177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12177 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12178 if test -z "$ac_err"; then
12180 eval "ac_cv_header_$ac_safe=yes"
12183 echo "configure: failed program was:" >&5
12184 cat conftest.
$ac_ext >&5
12186 eval "ac_cv_header_$ac_safe=no"
12190 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12191 echo "$ac_t""yes" 1>&6
12192 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12193 cat >> confdefs.h
<<EOF
12194 #define $ac_tr_hdr 1
12198 echo "$ac_t""no" 1>&6
12202 for ac_hdr
in wcstr.h
12204 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12205 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12206 echo "configure:12207: checking for $ac_hdr" >&5
12207 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12208 echo $ac_n "(cached) $ac_c" 1>&6
12210 cat > conftest.
$ac_ext <<EOF
12211 #line 12212 "configure"
12212 #include "confdefs.h"
12215 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12216 { (eval echo configure
:12217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12217 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12218 if test -z "$ac_err"; then
12220 eval "ac_cv_header_$ac_safe=yes"
12223 echo "configure: failed program was:" >&5
12224 cat conftest.
$ac_ext >&5
12226 eval "ac_cv_header_$ac_safe=no"
12230 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12231 echo "$ac_t""yes" 1>&6
12232 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12233 cat >> confdefs.h
<<EOF
12234 #define $ac_tr_hdr 1
12238 echo "$ac_t""no" 1>&6
12242 for ac_hdr
in fnmatch.h
12244 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12245 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12246 echo "configure:12247: checking for $ac_hdr" >&5
12247 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12248 echo $ac_n "(cached) $ac_c" 1>&6
12250 cat > conftest.
$ac_ext <<EOF
12251 #line 12252 "configure"
12252 #include "confdefs.h"
12255 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12256 { (eval echo configure
:12257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12257 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12258 if test -z "$ac_err"; then
12260 eval "ac_cv_header_$ac_safe=yes"
12263 echo "configure: failed program was:" >&5
12264 cat conftest.
$ac_ext >&5
12266 eval "ac_cv_header_$ac_safe=no"
12270 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12271 echo "$ac_t""yes" 1>&6
12272 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12273 cat >> confdefs.h
<<EOF
12274 #define $ac_tr_hdr 1
12278 echo "$ac_t""no" 1>&6
12282 for ac_hdr
in iconv.h
12284 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12285 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12286 echo "configure:12287: checking for $ac_hdr" >&5
12287 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12288 echo $ac_n "(cached) $ac_c" 1>&6
12290 cat > conftest.
$ac_ext <<EOF
12291 #line 12292 "configure"
12292 #include "confdefs.h"
12295 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12296 { (eval echo configure
:12297: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12297 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12298 if test -z "$ac_err"; then
12300 eval "ac_cv_header_$ac_safe=yes"
12303 echo "configure: failed program was:" >&5
12304 cat conftest.
$ac_ext >&5
12306 eval "ac_cv_header_$ac_safe=no"
12310 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12311 echo "$ac_t""yes" 1>&6
12312 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12313 cat >> confdefs.h
<<EOF
12314 #define $ac_tr_hdr 1
12318 echo "$ac_t""no" 1>&6
12322 for ac_hdr
in langinfo.h
12324 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12325 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12326 echo "configure:12327: checking for $ac_hdr" >&5
12327 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12328 echo $ac_n "(cached) $ac_c" 1>&6
12330 cat > conftest.
$ac_ext <<EOF
12331 #line 12332 "configure"
12332 #include "confdefs.h"
12335 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12336 { (eval echo configure
:12337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12337 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12338 if test -z "$ac_err"; then
12340 eval "ac_cv_header_$ac_safe=yes"
12343 echo "configure: failed program was:" >&5
12344 cat conftest.
$ac_ext >&5
12346 eval "ac_cv_header_$ac_safe=no"
12350 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12351 echo "$ac_t""yes" 1>&6
12352 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12353 cat >> confdefs.h
<<EOF
12354 #define $ac_tr_hdr 1
12358 echo "$ac_t""no" 1>&6
12363 if test "$wxUSE_GUI" = "yes"; then
12364 if test "$wxUSE_UNIX" = "yes"; then
12365 for ac_hdr
in X
11/XKBlib.h
12367 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12368 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12369 echo "configure:12370: checking for $ac_hdr" >&5
12370 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12371 echo $ac_n "(cached) $ac_c" 1>&6
12373 cat > conftest.
$ac_ext <<EOF
12374 #line 12375 "configure"
12375 #include "confdefs.h"
12378 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12379 { (eval echo configure
:12380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12380 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12381 if test -z "$ac_err"; then
12383 eval "ac_cv_header_$ac_safe=yes"
12386 echo "configure: failed program was:" >&5
12387 cat conftest.
$ac_ext >&5
12389 eval "ac_cv_header_$ac_safe=no"
12393 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12394 echo "$ac_t""yes" 1>&6
12395 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12396 cat >> confdefs.h
<<EOF
12397 #define $ac_tr_hdr 1
12401 echo "$ac_t""no" 1>&6
12409 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
12410 echo "configure:12411: checking for ANSI C header files" >&5
12411 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12412 echo $ac_n "(cached) $ac_c" 1>&6
12414 cat > conftest.
$ac_ext <<EOF
12415 #line 12416 "configure"
12416 #include "confdefs.h"
12417 #include <stdlib.h>
12418 #include <stdarg.h>
12419 #include <string.h>
12422 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12423 { (eval echo configure
:12424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12424 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12425 if test -z "$ac_err"; then
12427 ac_cv_header_stdc
=yes
12430 echo "configure: failed program was:" >&5
12431 cat conftest.
$ac_ext >&5
12433 ac_cv_header_stdc
=no
12437 if test $ac_cv_header_stdc = yes; then
12438 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12439 cat > conftest.
$ac_ext <<EOF
12440 #line 12441 "configure"
12441 #include "confdefs.h"
12442 #include <string.h>
12444 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12445 egrep "memchr" >/dev
/null
2>&1; then
12449 ac_cv_header_stdc
=no
12455 if test $ac_cv_header_stdc = yes; then
12456 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12457 cat > conftest.
$ac_ext <<EOF
12458 #line 12459 "configure"
12459 #include "confdefs.h"
12460 #include <stdlib.h>
12462 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12463 egrep "free" >/dev
/null
2>&1; then
12467 ac_cv_header_stdc
=no
12473 if test $ac_cv_header_stdc = yes; then
12474 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12475 if test "$cross_compiling" = yes; then
12478 cat > conftest.
$ac_ext <<EOF
12479 #line 12480 "configure"
12480 #include "confdefs.h"
12482 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12483 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12484 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12485 int main () { int i; for (i = 0; i < 256; i++)
12486 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12490 if { (eval echo configure
:12491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12494 echo "configure: failed program was:" >&5
12495 cat conftest.
$ac_ext >&5
12497 ac_cv_header_stdc
=no
12505 echo "$ac_t""$ac_cv_header_stdc" 1>&6
12506 if test $ac_cv_header_stdc = yes; then
12507 cat >> confdefs.h
<<\EOF
12508 #define STDC_HEADERS 1
12513 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
12514 echo "configure:12515: checking for mode_t" >&5
12515 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
12516 echo $ac_n "(cached) $ac_c" 1>&6
12518 cat > conftest.
$ac_ext <<EOF
12519 #line 12520 "configure"
12520 #include "confdefs.h"
12521 #include <sys/types.h>
12523 #include <stdlib.h>
12524 #include <stddef.h>
12527 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12528 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12530 ac_cv_type_mode_t
=yes
12533 ac_cv_type_mode_t
=no
12538 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
12539 if test $ac_cv_type_mode_t = no
; then
12540 cat >> confdefs.h
<<\EOF
12546 echo $ac_n "checking for off_t""... $ac_c" 1>&6
12547 echo "configure:12548: checking for off_t" >&5
12548 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
12549 echo $ac_n "(cached) $ac_c" 1>&6
12551 cat > conftest.
$ac_ext <<EOF
12552 #line 12553 "configure"
12553 #include "confdefs.h"
12554 #include <sys/types.h>
12556 #include <stdlib.h>
12557 #include <stddef.h>
12560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12561 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12563 ac_cv_type_off_t
=yes
12566 ac_cv_type_off_t
=no
12571 echo "$ac_t""$ac_cv_type_off_t" 1>&6
12572 if test $ac_cv_type_off_t = no
; then
12573 cat >> confdefs.h
<<\EOF
12579 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
12580 echo "configure:12581: checking for pid_t" >&5
12581 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12582 echo $ac_n "(cached) $ac_c" 1>&6
12584 cat > conftest.
$ac_ext <<EOF
12585 #line 12586 "configure"
12586 #include "confdefs.h"
12587 #include <sys/types.h>
12589 #include <stdlib.h>
12590 #include <stddef.h>
12593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12594 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12596 ac_cv_type_pid_t
=yes
12599 ac_cv_type_pid_t
=no
12604 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12605 if test $ac_cv_type_pid_t = no
; then
12606 cat >> confdefs.h
<<\EOF
12612 echo $ac_n "checking for size_t""... $ac_c" 1>&6
12613 echo "configure:12614: checking for size_t" >&5
12614 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12615 echo $ac_n "(cached) $ac_c" 1>&6
12617 cat > conftest.
$ac_ext <<EOF
12618 #line 12619 "configure"
12619 #include "confdefs.h"
12620 #include <sys/types.h>
12622 #include <stdlib.h>
12623 #include <stddef.h>
12626 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12627 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
12629 ac_cv_type_size_t
=yes
12632 ac_cv_type_size_t
=no
12637 echo "$ac_t""$ac_cv_type_size_t" 1>&6
12638 if test $ac_cv_type_size_t = no
; then
12639 cat >> confdefs.h
<<\EOF
12640 #define size_t unsigned
12645 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
12646 echo "configure:12647: checking for uid_t in sys/types.h" >&5
12647 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12648 echo $ac_n "(cached) $ac_c" 1>&6
12650 cat > conftest.
$ac_ext <<EOF
12651 #line 12652 "configure"
12652 #include "confdefs.h"
12653 #include <sys/types.h>
12655 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12656 egrep "uid_t" >/dev
/null
2>&1; then
12658 ac_cv_type_uid_t
=yes
12661 ac_cv_type_uid_t
=no
12667 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12668 if test $ac_cv_type_uid_t = no
; then
12669 cat >> confdefs.h
<<\EOF
12673 cat >> confdefs.h
<<\EOF
12680 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
12681 echo "configure:12682: checking for wchar_t" >&5
12682 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12683 echo $ac_n "(cached) $ac_c" 1>&6
12686 cat > conftest.
$ac_ext <<EOF
12687 #line 12688 "configure"
12688 #include "confdefs.h"
12694 ws = L"Hello, world!";
12698 if { (eval echo configure
:12699: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12700 wx_cv_type_wchar_t
=yes
12702 echo "configure: failed program was:" >&5
12703 cat conftest.
$ac_ext >&5
12705 wx_cv_type_wchar_t
=no
12712 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
12714 if test "$wx_cv_type_wchar_t" = "yes"; then
12715 cat >> confdefs.h
<<\EOF
12716 #define wxUSE_WCHAR_T 1
12723 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12724 ac_cpp
='$CXXCPP $CPPFLAGS'
12725 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12726 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12727 cross_compiling
=$ac_cv_prog_cxx_cross
12729 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
12730 echo "configure:12731: checking if size_t is unsigned int" >&5
12731 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12732 echo $ac_n "(cached) $ac_c" 1>&6
12734 cat > conftest.
$ac_ext <<EOF
12735 #line 12736 "configure"
12736 #include "confdefs.h"
12737 #include <stddef.h>
12742 struct Foo { void foo(size_t); void foo(unsigned int); };
12748 if { (eval echo configure
:12749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12750 wx_cv_size_t_is_uint
=no
12752 echo "configure: failed program was:" >&5
12753 cat conftest.
$ac_ext >&5
12755 wx_cv_size_t_is_uint
=yes
12762 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12764 if test "$wx_cv_size_t_is_uint" = "yes"; then
12765 cat >> confdefs.h
<<\EOF
12766 #define wxSIZE_T_IS_UINT 1
12770 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
12771 echo "configure:12772: checking if size_t is unsigned long" >&5
12772 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12773 echo $ac_n "(cached) $ac_c" 1>&6
12775 cat > conftest.
$ac_ext <<EOF
12776 #line 12777 "configure"
12777 #include "confdefs.h"
12778 #include <stddef.h>
12783 struct Foo { void foo(size_t); void foo(unsigned long); };
12789 if { (eval echo configure
:12790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12791 wx_cv_size_t_is_ulong
=no
12793 echo "configure: failed program was:" >&5
12794 cat conftest.
$ac_ext >&5
12796 wx_cv_size_t_is_ulong
=yes
12803 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12805 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12806 cat >> confdefs.h
<<\EOF
12807 #define wxSIZE_T_IS_ULONG 1
12814 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12815 ac_cpp
='$CPP $CPPFLAGS'
12816 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12817 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12818 cross_compiling
=$ac_cv_prog_cc_cross
12822 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
12823 echo "configure:12824: checking for pw_gecos in struct passwd" >&5
12824 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12825 echo $ac_n "(cached) $ac_c" 1>&6
12828 cat > conftest.
$ac_ext <<EOF
12829 #line 12830 "configure"
12830 #include "confdefs.h"
12840 if { (eval echo configure
:12841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12843 wx_cv_struct_pw_gecos
=yes
12846 echo "configure: failed program was:" >&5
12847 cat conftest.
$ac_ext >&5
12850 wx_cv_struct_pw_gecos
=no
12859 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
12861 if test "$wx_cv_struct_pw_gecos" = "yes"; then
12862 cat >> confdefs.h
<<\EOF
12863 #define HAVE_PW_GECOS 1
12869 echo $ac_n "checking for working const""... $ac_c" 1>&6
12870 echo "configure:12871: checking for working const" >&5
12871 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12872 echo $ac_n "(cached) $ac_c" 1>&6
12874 cat > conftest.
$ac_ext <<EOF
12875 #line 12876 "configure"
12876 #include "confdefs.h"
12880 /* Ultrix mips cc rejects this. */
12881 typedef int charset[2]; const charset x;
12882 /* SunOS 4.1.1 cc rejects this. */
12883 char const *const *ccp;
12885 /* NEC SVR4.0.2 mips cc rejects this. */
12886 struct point {int x, y;};
12887 static struct point const zero = {0,0};
12888 /* AIX XL C 1.02.0.0 rejects this.
12889 It does not let you subtract one const X* pointer from another in an arm
12890 of an if-expression whose if-part is not a constant expression */
12891 const char *g = "string";
12892 ccp = &g + (g ? g-g : 0);
12893 /* HPUX 7.0 cc rejects these. */
12896 ccp = (char const *const *) p;
12897 { /* SCO 3.2v4 cc rejects this. */
12899 char const *s = 0 ? (char *) 0 : (char const *) 0;
12903 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12904 int x[] = {25, 17};
12905 const int *foo = &x[0];
12908 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12909 typedef const int *iptr;
12913 { /* AIX XL C 1.02.0.0 rejects this saying
12914 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12915 struct s { int j; const int *ap[3]; };
12916 struct s *b; b->j = 5;
12918 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12919 const int foo = 10;
12924 if { (eval echo configure
:12925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12928 echo "configure: failed program was:" >&5
12929 cat conftest.
$ac_ext >&5
12936 echo "$ac_t""$ac_cv_c_const" 1>&6
12937 if test $ac_cv_c_const = no
; then
12938 cat >> confdefs.h
<<\EOF
12944 echo $ac_n "checking for inline""... $ac_c" 1>&6
12945 echo "configure:12946: checking for inline" >&5
12946 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
12947 echo $ac_n "(cached) $ac_c" 1>&6
12950 for ac_kw
in inline __inline__ __inline
; do
12951 cat > conftest.
$ac_ext <<EOF
12952 #line 12953 "configure"
12953 #include "confdefs.h"
12959 if { (eval echo configure
:12960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12961 ac_cv_c_inline
=$ac_kw; break
12963 echo "configure: failed program was:" >&5
12964 cat conftest.
$ac_ext >&5
12971 echo "$ac_t""$ac_cv_c_inline" 1>&6
12972 case "$ac_cv_c_inline" in
12974 no
) cat >> confdefs.h
<<\EOF
12978 *) cat >> confdefs.h
<<EOF
12979 #define inline $ac_cv_c_inline
12985 echo $ac_n "checking size of char""... $ac_c" 1>&6
12986 echo "configure:12987: checking size of char" >&5
12987 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
12988 echo $ac_n "(cached) $ac_c" 1>&6
12990 if test "$cross_compiling" = yes; then
12991 ac_cv_sizeof_char
=1
12993 cat > conftest.
$ac_ext <<EOF
12994 #line 12995 "configure"
12995 #include "confdefs.h"
12999 FILE *f=fopen("conftestval", "w");
13001 fprintf(f, "%d\n", sizeof(char));
13005 if { (eval echo configure
:13006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13007 ac_cv_sizeof_char
=`cat conftestval`
13009 echo "configure: failed program was:" >&5
13010 cat conftest.
$ac_ext >&5
13012 ac_cv_sizeof_char
=0
13018 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
13019 cat >> confdefs.h
<<EOF
13020 #define SIZEOF_CHAR $ac_cv_sizeof_char
13024 echo $ac_n "checking size of short""... $ac_c" 1>&6
13025 echo "configure:13026: checking size of short" >&5
13026 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
13027 echo $ac_n "(cached) $ac_c" 1>&6
13029 if test "$cross_compiling" = yes; then
13030 ac_cv_sizeof_short
=2
13032 cat > conftest.
$ac_ext <<EOF
13033 #line 13034 "configure"
13034 #include "confdefs.h"
13038 FILE *f=fopen("conftestval", "w");
13040 fprintf(f, "%d\n", sizeof(short));
13044 if { (eval echo configure
:13045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13046 ac_cv_sizeof_short
=`cat conftestval`
13048 echo "configure: failed program was:" >&5
13049 cat conftest.
$ac_ext >&5
13051 ac_cv_sizeof_short
=0
13057 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
13058 cat >> confdefs.h
<<EOF
13059 #define SIZEOF_SHORT $ac_cv_sizeof_short
13063 echo $ac_n "checking size of int *""... $ac_c" 1>&6
13064 echo "configure:13065: checking size of int *" >&5
13065 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
13066 echo $ac_n "(cached) $ac_c" 1>&6
13068 if test "$cross_compiling" = yes; then
13069 ac_cv_sizeof_int_p
=4
13071 cat > conftest.
$ac_ext <<EOF
13072 #line 13073 "configure"
13073 #include "confdefs.h"
13077 FILE *f=fopen("conftestval", "w");
13079 fprintf(f, "%d\n", sizeof(int *));
13083 if { (eval echo configure
:13084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13085 ac_cv_sizeof_int_p
=`cat conftestval`
13087 echo "configure: failed program was:" >&5
13088 cat conftest.
$ac_ext >&5
13090 ac_cv_sizeof_int_p
=0
13096 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
13097 cat >> confdefs.h
<<EOF
13098 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
13102 echo $ac_n "checking size of int""... $ac_c" 1>&6
13103 echo "configure:13104: checking size of int" >&5
13104 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
13105 echo $ac_n "(cached) $ac_c" 1>&6
13107 if test "$cross_compiling" = yes; then
13110 cat > conftest.
$ac_ext <<EOF
13111 #line 13112 "configure"
13112 #include "confdefs.h"
13116 FILE *f=fopen("conftestval", "w");
13118 fprintf(f, "%d\n", sizeof(int));
13122 if { (eval echo configure
:13123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13124 ac_cv_sizeof_int
=`cat conftestval`
13126 echo "configure: failed program was:" >&5
13127 cat conftest.
$ac_ext >&5
13135 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
13136 cat >> confdefs.h
<<EOF
13137 #define SIZEOF_INT $ac_cv_sizeof_int
13141 echo $ac_n "checking size of long""... $ac_c" 1>&6
13142 echo "configure:13143: checking size of long" >&5
13143 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
13144 echo $ac_n "(cached) $ac_c" 1>&6
13146 if test "$cross_compiling" = yes; then
13147 ac_cv_sizeof_long
=4
13149 cat > conftest.
$ac_ext <<EOF
13150 #line 13151 "configure"
13151 #include "confdefs.h"
13155 FILE *f=fopen("conftestval", "w");
13157 fprintf(f, "%d\n", sizeof(long));
13161 if { (eval echo configure
:13162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13163 ac_cv_sizeof_long
=`cat conftestval`
13165 echo "configure: failed program was:" >&5
13166 cat conftest.
$ac_ext >&5
13168 ac_cv_sizeof_long
=0
13174 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
13175 cat >> confdefs.h
<<EOF
13176 #define SIZEOF_LONG $ac_cv_sizeof_long
13180 echo $ac_n "checking size of long long""... $ac_c" 1>&6
13181 echo "configure:13182: checking size of long long" >&5
13182 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
13183 echo $ac_n "(cached) $ac_c" 1>&6
13185 if test "$cross_compiling" = yes; then
13186 ac_cv_sizeof_long_long
=0
13188 cat > conftest.
$ac_ext <<EOF
13189 #line 13190 "configure"
13190 #include "confdefs.h"
13194 FILE *f=fopen("conftestval", "w");
13196 fprintf(f, "%d\n", sizeof(long long));
13200 if { (eval echo configure
:13201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13202 ac_cv_sizeof_long_long
=`cat conftestval`
13204 echo "configure: failed program was:" >&5
13205 cat conftest.
$ac_ext >&5
13207 ac_cv_sizeof_long_long
=0
13213 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
13214 cat >> confdefs.h
<<EOF
13215 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13220 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
13221 echo "configure:13222: checking size of wchar_t" >&5
13222 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
13223 echo $ac_n "(cached) $ac_c" 1>&6
13226 if test "$cross_compiling" = yes; then
13227 wx_cv_sizeof_wchar_t
=4
13230 cat > conftest.
$ac_ext <<EOF
13231 #line 13232 "configure"
13232 #include "confdefs.h"
13234 #ifdef HAVE_WCHAR_H
13235 # include <wchar.h>
13237 #ifdef HAVE_STDLIB_H
13238 # include <stdlib.h>
13243 FILE *f=fopen("conftestval", "w");
13245 fprintf(f, "%i", sizeof(wchar_t));
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 wx_cv_sizeof_wchar_t
=`cat conftestval`
13254 echo "configure: failed program was:" >&5
13255 cat conftest.
$ac_ext >&5
13257 wx_cv_sizeof_wchar_t
=0
13265 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
13267 cat >> confdefs.h
<<EOF
13268 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
13272 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
13273 echo "configure:13274: checking whether byte ordering is bigendian" >&5
13274 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
13275 echo $ac_n "(cached) $ac_c" 1>&6
13277 ac_cv_c_bigendian
=unknown
13278 # See if sys/param.h defines the BYTE_ORDER macro.
13279 cat > conftest.
$ac_ext <<EOF
13280 #line 13281 "configure"
13281 #include "confdefs.h"
13282 #include <sys/types.h>
13283 #include <sys/param.h>
13286 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13287 bogus endian macros
13291 if { (eval echo configure
:13292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13293 # It does; now see whether it defined to BIG_ENDIAN or not.
13294 cat > conftest.
$ac_ext <<EOF
13295 #line 13296 "configure"
13296 #include "confdefs.h"
13297 #include <sys/types.h>
13298 #include <sys/param.h>
13301 #if BYTE_ORDER != BIG_ENDIAN
13306 if { (eval echo configure
:13307: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13308 ac_cv_c_bigendian
=yes
13310 echo "configure: failed program was:" >&5
13311 cat conftest.
$ac_ext >&5
13313 ac_cv_c_bigendian
=no
13317 echo "configure: failed program was:" >&5
13318 cat conftest.
$ac_ext >&5
13321 if test $ac_cv_c_bigendian = unknown
; then
13322 if test "$cross_compiling" = yes; then
13323 ac_cv_c_bigendian
=unknown
13325 cat > conftest.
$ac_ext <<EOF
13326 #line 13327 "configure"
13327 #include "confdefs.h"
13329 /* Are we little or big endian? From Harbison&Steele. */
13333 char c[sizeof (long)];
13336 exit (u.c[sizeof (long) - 1] == 1);
13339 if { (eval echo configure
:13340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13341 ac_cv_c_bigendian
=no
13343 echo "configure: failed program was:" >&5
13344 cat conftest.
$ac_ext >&5
13346 ac_cv_c_bigendian
=yes
13354 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
13355 if test $ac_cv_c_bigendian = unknown
; then
13356 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
13358 if test $ac_cv_c_bigendian = yes; then
13359 cat >> confdefs.h
<<\EOF
13360 #define WORDS_BIGENDIAN 1
13366 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
13367 echo "configure:13368: checking how to run the C++ preprocessor" >&5
13368 if test -z "$CXXCPP"; then
13369 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
13370 echo $ac_n "(cached) $ac_c" 1>&6
13373 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13374 ac_cpp
='$CXXCPP $CPPFLAGS'
13375 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13376 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13377 cross_compiling
=$ac_cv_prog_cxx_cross
13378 CXXCPP
="${CXX-g++} -E"
13379 cat > conftest.
$ac_ext <<EOF
13380 #line 13381 "configure"
13381 #include "confdefs.h"
13382 #include <stdlib.h>
13384 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13385 { (eval echo configure
:13386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13386 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13387 if test -z "$ac_err"; then
13391 echo "configure: failed program was:" >&5
13392 cat conftest.
$ac_ext >&5
13397 ac_cv_prog_CXXCPP
="$CXXCPP"
13399 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13400 ac_cpp
='$CXXCPP $CPPFLAGS'
13401 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13402 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13403 cross_compiling
=$ac_cv_prog_cxx_cross
13406 CXXCPP
="$ac_cv_prog_CXXCPP"
13407 echo "$ac_t""$CXXCPP" 1>&6
13410 if test "$cross_compiling" = "yes"; then
13411 cat >> confdefs.h
<<\EOF
13412 #define wxUSE_IOSTREAMH 1
13418 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13419 ac_cpp
='$CXXCPP $CPPFLAGS'
13420 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13421 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13422 cross_compiling
=$ac_cv_prog_cxx_cross
13425 for ac_hdr
in iostream
13427 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13428 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13429 echo "configure:13430: checking for $ac_hdr" >&5
13430 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13431 echo $ac_n "(cached) $ac_c" 1>&6
13433 cat > conftest.
$ac_ext <<EOF
13434 #line 13435 "configure"
13435 #include "confdefs.h"
13438 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13439 { (eval echo configure
:13440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13440 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13441 if test -z "$ac_err"; then
13443 eval "ac_cv_header_$ac_safe=yes"
13446 echo "configure: failed program was:" >&5
13447 cat conftest.
$ac_ext >&5
13449 eval "ac_cv_header_$ac_safe=no"
13453 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13454 echo "$ac_t""yes" 1>&6
13455 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13456 cat >> confdefs.h
<<EOF
13457 #define $ac_tr_hdr 1
13461 echo "$ac_t""no" 1>&6
13466 if test "$ac_cv_header_iostream" = "yes" ; then
13469 cat >> confdefs.h
<<\EOF
13470 #define wxUSE_IOSTREAMH 1
13476 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13477 ac_cpp
='$CPP $CPPFLAGS'
13478 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13479 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13480 cross_compiling
=$ac_cv_prog_cc_cross
13486 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
13487 echo "configure:13488: checking if C++ compiler supports bool" >&5
13488 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
13489 echo $ac_n "(cached) $ac_c" 1>&6
13494 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13495 ac_cpp
='$CXXCPP $CPPFLAGS'
13496 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13497 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13498 cross_compiling
=$ac_cv_prog_cxx_cross
13501 cat > conftest.
$ac_ext <<EOF
13502 #line 13503 "configure"
13503 #include "confdefs.h"
13514 if { (eval echo configure
:13515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13520 echo "configure: failed program was:" >&5
13521 cat conftest.
$ac_ext >&5
13531 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13532 ac_cpp
='$CPP $CPPFLAGS'
13533 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13534 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13535 cross_compiling
=$ac_cv_prog_cc_cross
13540 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
13542 if test "$wx_cv_cpp_bool" = "yes"; then
13543 cat >> confdefs.h
<<\EOF
13544 #define HAVE_BOOL 1
13551 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
13552 echo "configure:13553: checking for wcslen in -lc" >&5
13553 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13554 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13555 echo $ac_n "(cached) $ac_c" 1>&6
13557 ac_save_LIBS
="$LIBS"
13559 cat > conftest.
$ac_ext <<EOF
13560 #line 13561 "configure"
13561 #include "confdefs.h"
13562 /* Override any gcc2 internal prototype to avoid an error. */
13563 /* We use char because int might match the return type of a gcc2
13564 builtin and then its argument prototype would still apply. */
13571 if { (eval echo configure
:13572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13573 eval "ac_cv_lib_$ac_lib_var=yes"
13575 echo "configure: failed program was:" >&5
13576 cat conftest.
$ac_ext >&5
13578 eval "ac_cv_lib_$ac_lib_var=no"
13581 LIBS
="$ac_save_LIBS"
13584 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13585 echo "$ac_t""yes" 1>&6
13587 cat >> confdefs.h
<<\EOF
13588 #define HAVE_WCSLEN 1
13594 echo "$ac_t""no" 1>&6
13596 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
13597 echo "configure:13598: checking for wcslen in -lw" >&5
13598 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13599 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13600 echo $ac_n "(cached) $ac_c" 1>&6
13602 ac_save_LIBS
="$LIBS"
13604 cat > conftest.
$ac_ext <<EOF
13605 #line 13606 "configure"
13606 #include "confdefs.h"
13607 /* Override any gcc2 internal prototype to avoid an error. */
13608 /* We use char because int might match the return type of a gcc2
13609 builtin and then its argument prototype would still apply. */
13616 if { (eval echo configure
:13617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13618 eval "ac_cv_lib_$ac_lib_var=yes"
13620 echo "configure: failed program was:" >&5
13621 cat conftest.
$ac_ext >&5
13623 eval "ac_cv_lib_$ac_lib_var=no"
13626 LIBS
="$ac_save_LIBS"
13629 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13630 echo "$ac_t""yes" 1>&6
13632 cat >> confdefs.h
<<\EOF
13633 #define HAVE_WCSLEN 1
13639 echo "$ac_t""no" 1>&6
13641 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
13642 echo "configure:13643: checking for wcslen in -lmsvcrt" >&5
13643 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13644 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13645 echo $ac_n "(cached) $ac_c" 1>&6
13647 ac_save_LIBS
="$LIBS"
13648 LIBS
="-lmsvcrt $LIBS"
13649 cat > conftest.
$ac_ext <<EOF
13650 #line 13651 "configure"
13651 #include "confdefs.h"
13652 /* Override any gcc2 internal prototype to avoid an error. */
13653 /* We use char because int might match the return type of a gcc2
13654 builtin and then its argument prototype would still apply. */
13661 if { (eval echo configure
:13662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13663 eval "ac_cv_lib_$ac_lib_var=yes"
13665 echo "configure: failed program was:" >&5
13666 cat conftest.
$ac_ext >&5
13668 eval "ac_cv_lib_$ac_lib_var=no"
13671 LIBS
="$ac_save_LIBS"
13674 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13675 echo "$ac_t""yes" 1>&6
13677 cat >> confdefs.h
<<\EOF
13678 #define HAVE_WCSLEN 1
13684 echo "$ac_t""no" 1>&6
13694 for ac_func
in wcsrtombs
13696 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13697 echo "configure:13698: checking for $ac_func" >&5
13698 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13699 echo $ac_n "(cached) $ac_c" 1>&6
13701 cat > conftest.
$ac_ext <<EOF
13702 #line 13703 "configure"
13703 #include "confdefs.h"
13704 /* System header to define __stub macros and hopefully few prototypes,
13705 which can conflict with char $ac_func(); below. */
13706 #include <assert.h>
13707 /* Override any gcc2 internal prototype to avoid an error. */
13708 /* We use char because int might match the return type of a gcc2
13709 builtin and then its argument prototype would still apply. */
13714 /* The GNU C library defines this for functions which it implements
13715 to always fail with ENOSYS. Some functions are actually named
13716 something starting with __ and the normal name is an alias. */
13717 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13725 if { (eval echo configure
:13726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13727 eval "ac_cv_func_$ac_func=yes"
13729 echo "configure: failed program was:" >&5
13730 cat conftest.
$ac_ext >&5
13732 eval "ac_cv_func_$ac_func=no"
13737 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13738 echo "$ac_t""yes" 1>&6
13739 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13740 cat >> confdefs.h
<<EOF
13741 #define $ac_tr_func 1
13745 echo "$ac_t""no" 1>&6
13750 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
13751 echo "configure:13752: checking for vprintf" >&5
13752 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
13753 echo $ac_n "(cached) $ac_c" 1>&6
13755 cat > conftest.
$ac_ext <<EOF
13756 #line 13757 "configure"
13757 #include "confdefs.h"
13758 /* System header to define __stub macros and hopefully few prototypes,
13759 which can conflict with char vprintf(); below. */
13760 #include <assert.h>
13761 /* Override any gcc2 internal prototype to avoid an error. */
13762 /* We use char because int might match the return type of a gcc2
13763 builtin and then its argument prototype would still apply. */
13768 /* The GNU C library defines this for functions which it implements
13769 to always fail with ENOSYS. Some functions are actually named
13770 something starting with __ and the normal name is an alias. */
13771 #if defined (__stub_vprintf) || defined (__stub___vprintf)
13779 if { (eval echo configure
:13780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13781 eval "ac_cv_func_vprintf=yes"
13783 echo "configure: failed program was:" >&5
13784 cat conftest.
$ac_ext >&5
13786 eval "ac_cv_func_vprintf=no"
13791 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13792 echo "$ac_t""yes" 1>&6
13793 cat >> confdefs.h
<<\EOF
13794 #define HAVE_VPRINTF 1
13798 echo "$ac_t""no" 1>&6
13801 if test "$ac_cv_func_vprintf" != yes; then
13802 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
13803 echo "configure:13804: checking for _doprnt" >&5
13804 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
13805 echo $ac_n "(cached) $ac_c" 1>&6
13807 cat > conftest.
$ac_ext <<EOF
13808 #line 13809 "configure"
13809 #include "confdefs.h"
13810 /* System header to define __stub macros and hopefully few prototypes,
13811 which can conflict with char _doprnt(); below. */
13812 #include <assert.h>
13813 /* Override any gcc2 internal prototype to avoid an error. */
13814 /* We use char because int might match the return type of a gcc2
13815 builtin and then its argument prototype would still apply. */
13820 /* The GNU C library defines this for functions which it implements
13821 to always fail with ENOSYS. Some functions are actually named
13822 something starting with __ and the normal name is an alias. */
13823 #if defined (__stub__doprnt) || defined (__stub____doprnt)
13831 if { (eval echo configure
:13832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13833 eval "ac_cv_func__doprnt=yes"
13835 echo "configure: failed program was:" >&5
13836 cat conftest.
$ac_ext >&5
13838 eval "ac_cv_func__doprnt=no"
13843 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
13844 echo "$ac_t""yes" 1>&6
13845 cat >> confdefs.h
<<\EOF
13846 #define HAVE_DOPRNT 1
13850 echo "$ac_t""no" 1>&6
13860 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
13861 echo "configure:13862: checking for vsnprintf" >&5
13862 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
13863 echo $ac_n "(cached) $ac_c" 1>&6
13866 cat > conftest.
$ac_ext <<EOF
13867 #line 13868 "configure"
13868 #include "confdefs.h"
13871 #include <stdarg.h>
13875 int wx_test_vsnprintf(const char *, ...);
13877 wx_test_vsnprintf("%s");
13881 int wx_test_vsnprintf(const char *fmt, ...)
13886 va_start(argp, fmt);
13887 vsnprintf(s, 42, fmt, argp);
13892 if { (eval echo configure
:13893: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13895 wx_cv_func_vsnprintf
=yes
13898 echo "configure: failed program was:" >&5
13899 cat conftest.
$ac_ext >&5
13902 cat > conftest.
$ac_ext <<EOF
13903 #line 13904 "configure"
13904 #include "confdefs.h"
13907 #include <stdarg.h>
13911 int wx_test_vsnprintf(const char *, ...);
13913 wx_test_vsnprintf("%s");
13917 int wx_test_vsnprintf(const char *fmt, ...)
13922 va_start(argp, fmt);
13923 _vsnprintf(s, 42, fmt, argp);
13928 if { (eval echo configure
:13929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13931 wx_cv_func_vsnprintf
=yes
13934 echo "configure: failed program was:" >&5
13935 cat conftest.
$ac_ext >&5
13938 wx_cv_func_vsnprintf
=no
13948 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
13950 if test "$wx_cv_func_vsnprintf" = yes; then
13951 cat >> confdefs.h
<<\EOF
13952 #define HAVE_VSNPRINTF 1
13956 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
13959 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
13960 echo "configure:13961: checking for vsscanf" >&5
13961 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
13962 echo $ac_n "(cached) $ac_c" 1>&6
13965 cat > conftest.
$ac_ext <<EOF
13966 #line 13967 "configure"
13967 #include "confdefs.h"
13970 #include <stdarg.h>
13974 int wx_test_vsscanf(const char *, ...);
13976 wx_test_vsscanf("%d");
13980 int wx_test_vsscanf(const char *fmt, ...)
13983 va_start(argp, fmt);
13984 vsscanf("42", fmt, argp);
13989 if { (eval echo configure
:13990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13992 wx_cv_func_vsscanf
=yes
13995 echo "configure: failed program was:" >&5
13996 cat conftest.
$ac_ext >&5
13999 wx_cv_func_vsscanf
=no
14006 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
14008 if test "$wx_cv_func_vsscanf" = yes; then
14009 cat >> confdefs.h
<<\EOF
14010 #define HAVE_VSSCANF 1
14015 if test "$TOOLKIT" != "MSW"; then
14020 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14021 ac_cpp
='$CXXCPP $CPPFLAGS'
14022 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14023 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14024 cross_compiling
=$ac_cv_prog_cxx_cross
14026 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
14027 echo "configure:14028: checking if iconv() takes char**" >&5
14028 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
14029 echo $ac_n "(cached) $ac_c" 1>&6
14032 cat > conftest.
$ac_ext <<EOF
14033 #line 14034 "configure"
14034 #include "confdefs.h"
14038 char **inbuf, **outbuf;
14040 size_t insz, outsz;
14041 iconv(cd, inbuf, &insz, outbuf, &outsz);
14045 if { (eval echo configure
:14046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14047 wx_cv_iconv_takes_char
=yes
14049 echo "configure: failed program was:" >&5
14050 cat conftest.
$ac_ext >&5
14052 wx_cv_iconv_takes_char
=no
14058 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
14060 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14061 ac_cpp
='$CPP $CPPFLAGS'
14062 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14063 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14064 cross_compiling
=$ac_cv_prog_cc_cross
14066 if test "$wx_cv_iconv_takes_char" = yes ; then
14067 cat >> confdefs.h
<<\EOF
14068 #define WX_ICONV_TAKES_CHAR 1
14074 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
14075 for ac_func
in sigaction
14077 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14078 echo "configure:14079: checking for $ac_func" >&5
14079 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14080 echo $ac_n "(cached) $ac_c" 1>&6
14082 cat > conftest.
$ac_ext <<EOF
14083 #line 14084 "configure"
14084 #include "confdefs.h"
14085 /* System header to define __stub macros and hopefully few prototypes,
14086 which can conflict with char $ac_func(); below. */
14087 #include <assert.h>
14088 /* Override any gcc2 internal prototype to avoid an error. */
14089 /* We use char because int might match the return type of a gcc2
14090 builtin and then its argument prototype would still apply. */
14095 /* The GNU C library defines this for functions which it implements
14096 to always fail with ENOSYS. Some functions are actually named
14097 something starting with __ and the normal name is an alias. */
14098 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14106 if { (eval echo configure
:14107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14108 eval "ac_cv_func_$ac_func=yes"
14110 echo "configure: failed program was:" >&5
14111 cat conftest.
$ac_ext >&5
14113 eval "ac_cv_func_$ac_func=no"
14118 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14119 echo "$ac_t""yes" 1>&6
14120 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14121 cat >> confdefs.h
<<EOF
14122 #define $ac_tr_func 1
14126 echo "$ac_t""no" 1>&6
14131 if test "$ac_cv_func_sigaction" = "no"; then
14132 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
14133 wxUSE_ON_FATAL_EXCEPTION
=no
14136 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
14139 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14140 ac_cpp
='$CXXCPP $CPPFLAGS'
14141 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14142 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14143 cross_compiling
=$ac_cv_prog_cxx_cross
14146 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
14147 echo "configure:14148: checking for sa_handler type" >&5
14148 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
14149 echo $ac_n "(cached) $ac_c" 1>&6
14152 cat > conftest.
$ac_ext <<EOF
14153 #line 14154 "configure"
14154 #include "confdefs.h"
14155 #include <signal.h>
14158 extern void testSigHandler(int);
14160 struct sigaction sa;
14161 sa.sa_handler = testSigHandler;
14165 if { (eval echo configure
:14166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14168 wx_cv_type_sa_handler
=int
14171 echo "configure: failed program was:" >&5
14172 cat conftest.
$ac_ext >&5
14175 wx_cv_type_sa_handler
=void
14182 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
14185 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14186 ac_cpp
='$CPP $CPPFLAGS'
14187 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14188 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14189 cross_compiling
=$ac_cv_prog_cc_cross
14192 cat >> confdefs.h
<<EOF
14193 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
14199 for ac_func
in vfork
14201 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14202 echo "configure:14203: checking for $ac_func" >&5
14203 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14204 echo $ac_n "(cached) $ac_c" 1>&6
14206 cat > conftest.
$ac_ext <<EOF
14207 #line 14208 "configure"
14208 #include "confdefs.h"
14209 /* System header to define __stub macros and hopefully few prototypes,
14210 which can conflict with char $ac_func(); below. */
14211 #include <assert.h>
14212 /* Override any gcc2 internal prototype to avoid an error. */
14213 /* We use char because int might match the return type of a gcc2
14214 builtin and then its argument prototype would still apply. */
14219 /* The GNU C library defines this for functions which it implements
14220 to always fail with ENOSYS. Some functions are actually named
14221 something starting with __ and the normal name is an alias. */
14222 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14230 if { (eval echo configure
:14231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14232 eval "ac_cv_func_$ac_func=yes"
14234 echo "configure: failed program was:" >&5
14235 cat conftest.
$ac_ext >&5
14237 eval "ac_cv_func_$ac_func=no"
14242 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14243 echo "$ac_t""yes" 1>&6
14244 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14245 cat >> confdefs.h
<<EOF
14246 #define $ac_tr_func 1
14250 echo "$ac_t""no" 1>&6
14255 echo $ac_n "checking for statfs""... $ac_c" 1>&6
14256 echo "configure:14257: checking for statfs" >&5
14257 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
14258 echo $ac_n "(cached) $ac_c" 1>&6
14260 cat > conftest.
$ac_ext <<EOF
14261 #line 14262 "configure"
14262 #include "confdefs.h"
14264 #if defined(__BSD__)
14265 #include <sys/param.h>
14266 #include <sys/mount.h>
14268 #include <sys/vfs.h>
14282 if { (eval echo configure
:14283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14285 wx_cv_func_statfs
=yes
14288 echo "configure: failed program was:" >&5
14289 cat conftest.
$ac_ext >&5
14292 wx_cv_func_statfs
=no
14300 echo "$ac_t""$wx_cv_func_statfs" 1>&6
14302 if test "$wx_cv_func_statfs" = "yes"; then
14303 cat >> confdefs.h
<<\EOF
14304 #define HAVE_STATFS 1
14308 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
14309 echo "configure:14310: checking for statvfs" >&5
14310 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
14311 echo $ac_n "(cached) $ac_c" 1>&6
14313 cat > conftest.
$ac_ext <<EOF
14314 #line 14315 "configure"
14315 #include "confdefs.h"
14317 #include <sys/statvfs.h>
14330 if { (eval echo configure
:14331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14333 wx_cv_func_statvfs
=yes
14336 echo "configure: failed program was:" >&5
14337 cat conftest.
$ac_ext >&5
14340 wx_cv_func_statvfs
=no
14348 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
14350 if test "$wx_cv_func_statvfs" = "yes"; then
14351 cat >> confdefs.h
<<\EOF
14352 #define HAVE_STATVFS 1
14356 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
14360 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
14361 for ac_func
in fcntl flock
14363 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14364 echo "configure:14365: checking for $ac_func" >&5
14365 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14366 echo $ac_n "(cached) $ac_c" 1>&6
14368 cat > conftest.
$ac_ext <<EOF
14369 #line 14370 "configure"
14370 #include "confdefs.h"
14371 /* System header to define __stub macros and hopefully few prototypes,
14372 which can conflict with char $ac_func(); below. */
14373 #include <assert.h>
14374 /* Override any gcc2 internal prototype to avoid an error. */
14375 /* We use char because int might match the return type of a gcc2
14376 builtin and then its argument prototype would still apply. */
14381 /* The GNU C library defines this for functions which it implements
14382 to always fail with ENOSYS. Some functions are actually named
14383 something starting with __ and the normal name is an alias. */
14384 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14392 if { (eval echo configure
:14393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14394 eval "ac_cv_func_$ac_func=yes"
14396 echo "configure: failed program was:" >&5
14397 cat conftest.
$ac_ext >&5
14399 eval "ac_cv_func_$ac_func=no"
14404 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14405 echo "$ac_t""yes" 1>&6
14406 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14407 cat >> confdefs.h
<<EOF
14408 #define $ac_tr_func 1
14412 echo "$ac_t""no" 1>&6
14417 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
14418 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
14419 wxUSE_SNGLINST_CHECKER
=no
14423 for ac_func
in timegm
14425 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14426 echo "configure:14427: checking for $ac_func" >&5
14427 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14428 echo $ac_n "(cached) $ac_c" 1>&6
14430 cat > conftest.
$ac_ext <<EOF
14431 #line 14432 "configure"
14432 #include "confdefs.h"
14433 /* System header to define __stub macros and hopefully few prototypes,
14434 which can conflict with char $ac_func(); below. */
14435 #include <assert.h>
14436 /* Override any gcc2 internal prototype to avoid an error. */
14437 /* We use char because int might match the return type of a gcc2
14438 builtin and then its argument prototype would still apply. */
14443 /* The GNU C library defines this for functions which it implements
14444 to always fail with ENOSYS. Some functions are actually named
14445 something starting with __ and the normal name is an alias. */
14446 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14454 if { (eval echo configure
:14455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14456 eval "ac_cv_func_$ac_func=yes"
14458 echo "configure: failed program was:" >&5
14459 cat conftest.
$ac_ext >&5
14461 eval "ac_cv_func_$ac_func=no"
14466 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14467 echo "$ac_t""yes" 1>&6
14468 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14469 cat >> confdefs.h
<<EOF
14470 #define $ac_tr_func 1
14474 echo "$ac_t""no" 1>&6
14479 for ac_func
in putenv setenv
14481 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14482 echo "configure:14483: checking for $ac_func" >&5
14483 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14484 echo $ac_n "(cached) $ac_c" 1>&6
14486 cat > conftest.
$ac_ext <<EOF
14487 #line 14488 "configure"
14488 #include "confdefs.h"
14489 /* System header to define __stub macros and hopefully few prototypes,
14490 which can conflict with char $ac_func(); below. */
14491 #include <assert.h>
14492 /* Override any gcc2 internal prototype to avoid an error. */
14493 /* We use char because int might match the return type of a gcc2
14494 builtin and then its argument prototype would still apply. */
14499 /* The GNU C library defines this for functions which it implements
14500 to always fail with ENOSYS. Some functions are actually named
14501 something starting with __ and the normal name is an alias. */
14502 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14510 if { (eval echo configure
:14511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14512 eval "ac_cv_func_$ac_func=yes"
14514 echo "configure: failed program was:" >&5
14515 cat conftest.
$ac_ext >&5
14517 eval "ac_cv_func_$ac_func=no"
14522 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14523 echo "$ac_t""yes" 1>&6
14524 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14525 cat >> confdefs.h
<<EOF
14526 #define $ac_tr_func 1
14530 echo "$ac_t""no" 1>&6
14535 HAVE_SOME_SLEEP_FUNC
=0
14536 if test "$USE_BEOS" = 1; then
14537 cat >> confdefs.h
<<\EOF
14538 #define HAVE_SLEEP 1
14541 HAVE_SOME_SLEEP_FUNC
=1
14544 if test "$USE_DARWIN" = 1; then
14545 cat >> confdefs.h
<<\EOF
14546 #define HAVE_USLEEP 1
14549 HAVE_SOME_SLEEP_FUNC
=1
14552 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
14554 for ac_func
in nanosleep
14556 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14557 echo "configure:14558: checking for $ac_func" >&5
14558 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14559 echo $ac_n "(cached) $ac_c" 1>&6
14561 cat > conftest.
$ac_ext <<EOF
14562 #line 14563 "configure"
14563 #include "confdefs.h"
14564 /* System header to define __stub macros and hopefully few prototypes,
14565 which can conflict with char $ac_func(); below. */
14566 #include <assert.h>
14567 /* Override any gcc2 internal prototype to avoid an error. */
14568 /* We use char because int might match the return type of a gcc2
14569 builtin and then its argument prototype would still apply. */
14574 /* The GNU C library defines this for functions which it implements
14575 to always fail with ENOSYS. Some functions are actually named
14576 something starting with __ and the normal name is an alias. */
14577 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14585 if { (eval echo configure
:14586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14587 eval "ac_cv_func_$ac_func=yes"
14589 echo "configure: failed program was:" >&5
14590 cat conftest.
$ac_ext >&5
14592 eval "ac_cv_func_$ac_func=no"
14597 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14598 echo "$ac_t""yes" 1>&6
14599 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14600 cat >> confdefs.h
<<EOF
14601 #define $ac_tr_func 1
14603 cat >> confdefs.h
<<\EOF
14604 #define HAVE_NANOSLEEP 1
14608 echo "$ac_t""no" 1>&6
14609 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
14610 echo "configure:14611: checking for nanosleep in -lposix4" >&5
14611 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
14612 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14613 echo $ac_n "(cached) $ac_c" 1>&6
14615 ac_save_LIBS
="$LIBS"
14616 LIBS
="-lposix4 $LIBS"
14617 cat > conftest.
$ac_ext <<EOF
14618 #line 14619 "configure"
14619 #include "confdefs.h"
14620 /* Override any gcc2 internal prototype to avoid an error. */
14621 /* We use char because int might match the return type of a gcc2
14622 builtin and then its argument prototype would still apply. */
14629 if { (eval echo configure
:14630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14631 eval "ac_cv_lib_$ac_lib_var=yes"
14633 echo "configure: failed program was:" >&5
14634 cat conftest.
$ac_ext >&5
14636 eval "ac_cv_lib_$ac_lib_var=no"
14639 LIBS
="$ac_save_LIBS"
14642 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14643 echo "$ac_t""yes" 1>&6
14645 cat >> confdefs.h
<<\EOF
14646 #define HAVE_NANOSLEEP 1
14649 POSIX4_LINK
="-lposix4"
14652 echo "$ac_t""no" 1>&6
14654 for ac_func
in usleep
14656 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14657 echo "configure:14658: checking for $ac_func" >&5
14658 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14659 echo $ac_n "(cached) $ac_c" 1>&6
14661 cat > conftest.
$ac_ext <<EOF
14662 #line 14663 "configure"
14663 #include "confdefs.h"
14664 /* System header to define __stub macros and hopefully few prototypes,
14665 which can conflict with char $ac_func(); below. */
14666 #include <assert.h>
14667 /* Override any gcc2 internal prototype to avoid an error. */
14668 /* We use char because int might match the return type of a gcc2
14669 builtin and then its argument prototype would still apply. */
14674 /* The GNU C library defines this for functions which it implements
14675 to always fail with ENOSYS. Some functions are actually named
14676 something starting with __ and the normal name is an alias. */
14677 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14685 if { (eval echo configure
:14686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14687 eval "ac_cv_func_$ac_func=yes"
14689 echo "configure: failed program was:" >&5
14690 cat conftest.
$ac_ext >&5
14692 eval "ac_cv_func_$ac_func=no"
14697 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14698 echo "$ac_t""yes" 1>&6
14699 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14700 cat >> confdefs.h
<<EOF
14701 #define $ac_tr_func 1
14703 cat >> confdefs.h
<<\EOF
14704 #define HAVE_USLEEP 1
14708 echo "$ac_t""no" 1>&6
14709 echo "configure: warning: wxSleep() function will not work" 1>&2
14725 for ac_func
in uname gethostname
14727 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14728 echo "configure:14729: checking for $ac_func" >&5
14729 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14730 echo $ac_n "(cached) $ac_c" 1>&6
14732 cat > conftest.
$ac_ext <<EOF
14733 #line 14734 "configure"
14734 #include "confdefs.h"
14735 /* System header to define __stub macros and hopefully few prototypes,
14736 which can conflict with char $ac_func(); below. */
14737 #include <assert.h>
14738 /* Override any gcc2 internal prototype to avoid an error. */
14739 /* We use char because int might match the return type of a gcc2
14740 builtin and then its argument prototype would still apply. */
14745 /* The GNU C library defines this for functions which it implements
14746 to always fail with ENOSYS. Some functions are actually named
14747 something starting with __ and the normal name is an alias. */
14748 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14756 if { (eval echo configure
:14757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14758 eval "ac_cv_func_$ac_func=yes"
14760 echo "configure: failed program was:" >&5
14761 cat conftest.
$ac_ext >&5
14763 eval "ac_cv_func_$ac_func=no"
14768 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14769 echo "$ac_t""yes" 1>&6
14770 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14771 cat >> confdefs.h
<<EOF
14772 #define $ac_tr_func 1
14776 echo "$ac_t""no" 1>&6
14783 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14784 ac_cpp
='$CXXCPP $CPPFLAGS'
14785 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14786 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14787 cross_compiling
=$ac_cv_prog_cxx_cross
14790 for ac_func
in strtok_r
14792 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14793 echo "configure:14794: checking for $ac_func" >&5
14794 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14795 echo $ac_n "(cached) $ac_c" 1>&6
14797 cat > conftest.
$ac_ext <<EOF
14798 #line 14799 "configure"
14799 #include "confdefs.h"
14800 /* System header to define __stub macros and hopefully few prototypes,
14801 which can conflict with char $ac_func(); below. */
14802 #include <assert.h>
14803 /* Override any gcc2 internal prototype to avoid an error. */
14807 /* We use char because int might match the return type of a gcc2
14808 builtin and then its argument prototype would still apply. */
14813 /* The GNU C library defines this for functions which it implements
14814 to always fail with ENOSYS. Some functions are actually named
14815 something starting with __ and the normal name is an alias. */
14816 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14824 if { (eval echo configure
:14825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14826 eval "ac_cv_func_$ac_func=yes"
14828 echo "configure: failed program was:" >&5
14829 cat conftest.
$ac_ext >&5
14831 eval "ac_cv_func_$ac_func=no"
14836 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14837 echo "$ac_t""yes" 1>&6
14838 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14839 cat >> confdefs.h
<<EOF
14840 #define $ac_tr_func 1
14844 echo "$ac_t""no" 1>&6
14850 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14851 ac_cpp
='$CPP $CPPFLAGS'
14852 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14853 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14854 cross_compiling
=$ac_cv_prog_cc_cross
14858 for ac_func
in inet_addr
14860 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14861 echo "configure:14862: checking for $ac_func" >&5
14862 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14863 echo $ac_n "(cached) $ac_c" 1>&6
14865 cat > conftest.
$ac_ext <<EOF
14866 #line 14867 "configure"
14867 #include "confdefs.h"
14868 /* System header to define __stub macros and hopefully few prototypes,
14869 which can conflict with char $ac_func(); below. */
14870 #include <assert.h>
14871 /* Override any gcc2 internal prototype to avoid an error. */
14872 /* We use char because int might match the return type of a gcc2
14873 builtin and then its argument prototype would still apply. */
14878 /* The GNU C library defines this for functions which it implements
14879 to always fail with ENOSYS. Some functions are actually named
14880 something starting with __ and the normal name is an alias. */
14881 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14889 if { (eval echo configure
:14890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14891 eval "ac_cv_func_$ac_func=yes"
14893 echo "configure: failed program was:" >&5
14894 cat conftest.
$ac_ext >&5
14896 eval "ac_cv_func_$ac_func=no"
14901 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14902 echo "$ac_t""yes" 1>&6
14903 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14904 cat >> confdefs.h
<<EOF
14905 #define $ac_tr_func 1
14907 cat >> confdefs.h
<<\EOF
14908 #define HAVE_INET_ADDR 1
14912 echo "$ac_t""no" 1>&6
14913 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
14914 echo "configure:14915: checking for inet_addr in -lnsl" >&5
14915 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
14916 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14917 echo $ac_n "(cached) $ac_c" 1>&6
14919 ac_save_LIBS
="$LIBS"
14921 cat > conftest.
$ac_ext <<EOF
14922 #line 14923 "configure"
14923 #include "confdefs.h"
14924 /* Override any gcc2 internal prototype to avoid an error. */
14925 /* We use char because int might match the return type of a gcc2
14926 builtin and then its argument prototype would still apply. */
14933 if { (eval echo configure
:14934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14935 eval "ac_cv_lib_$ac_lib_var=yes"
14937 echo "configure: failed program was:" >&5
14938 cat conftest.
$ac_ext >&5
14940 eval "ac_cv_lib_$ac_lib_var=no"
14943 LIBS
="$ac_save_LIBS"
14946 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14947 echo "$ac_t""yes" 1>&6
14950 echo "$ac_t""no" 1>&6
14951 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
14952 echo "configure:14953: checking for inet_addr in -lresolv" >&5
14953 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
14954 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14955 echo $ac_n "(cached) $ac_c" 1>&6
14957 ac_save_LIBS
="$LIBS"
14958 LIBS
="-lresolv $LIBS"
14959 cat > conftest.
$ac_ext <<EOF
14960 #line 14961 "configure"
14961 #include "confdefs.h"
14962 /* Override any gcc2 internal prototype to avoid an error. */
14963 /* We use char because int might match the return type of a gcc2
14964 builtin and then its argument prototype would still apply. */
14971 if { (eval echo configure
:14972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14973 eval "ac_cv_lib_$ac_lib_var=yes"
14975 echo "configure: failed program was:" >&5
14976 cat conftest.
$ac_ext >&5
14978 eval "ac_cv_lib_$ac_lib_var=no"
14981 LIBS
="$ac_save_LIBS"
14984 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14985 echo "$ac_t""yes" 1>&6
14989 echo "$ac_t""no" 1>&6
15001 for ac_func
in inet_aton
15003 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15004 echo "configure:15005: checking for $ac_func" >&5
15005 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15006 echo $ac_n "(cached) $ac_c" 1>&6
15008 cat > conftest.
$ac_ext <<EOF
15009 #line 15010 "configure"
15010 #include "confdefs.h"
15011 /* System header to define __stub macros and hopefully few prototypes,
15012 which can conflict with char $ac_func(); below. */
15013 #include <assert.h>
15014 /* Override any gcc2 internal prototype to avoid an error. */
15015 /* We use char because int might match the return type of a gcc2
15016 builtin and then its argument prototype would still apply. */
15021 /* The GNU C library defines this for functions which it implements
15022 to always fail with ENOSYS. Some functions are actually named
15023 something starting with __ and the normal name is an alias. */
15024 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15032 if { (eval echo configure
:15033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15034 eval "ac_cv_func_$ac_func=yes"
15036 echo "configure: failed program was:" >&5
15037 cat conftest.
$ac_ext >&5
15039 eval "ac_cv_func_$ac_func=no"
15044 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15045 echo "$ac_t""yes" 1>&6
15046 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15047 cat >> confdefs.h
<<EOF
15048 #define $ac_tr_func 1
15050 cat >> confdefs.h
<<\EOF
15051 #define HAVE_INET_ATON 1
15055 echo "$ac_t""no" 1>&6
15056 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
15057 echo "configure:15058: checking for inet_aton in -l$INET_LINK" >&5
15058 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
15059 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15060 echo $ac_n "(cached) $ac_c" 1>&6
15062 ac_save_LIBS
="$LIBS"
15063 LIBS
="-l$INET_LINK $LIBS"
15064 cat > conftest.
$ac_ext <<EOF
15065 #line 15066 "configure"
15066 #include "confdefs.h"
15067 /* Override any gcc2 internal prototype to avoid an error. */
15068 /* We use char because int might match the return type of a gcc2
15069 builtin and then its argument prototype would still apply. */
15076 if { (eval echo configure
:15077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15078 eval "ac_cv_lib_$ac_lib_var=yes"
15080 echo "configure: failed program was:" >&5
15081 cat conftest.
$ac_ext >&5
15083 eval "ac_cv_lib_$ac_lib_var=no"
15086 LIBS
="$ac_save_LIBS"
15089 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15090 echo "$ac_t""yes" 1>&6
15091 cat >> confdefs.h
<<\EOF
15092 #define HAVE_INET_ATON 1
15096 echo "$ac_t""no" 1>&6
15104 if test "x$INET_LINK" != "x"; then
15105 cat >> confdefs.h
<<\EOF
15106 #define HAVE_INET_ADDR 1
15109 INET_LINK
="-l$INET_LINK"
15115 cat > confcache
<<\EOF
15116 # This file is a shell script that caches the results of configure
15117 # tests run on this system so they can be shared between configure
15118 # scripts and configure runs. It is not useful on other systems.
15119 # If it contains results you don't want to keep, you may remove or edit it.
15121 # By default, configure uses ./config.cache as the cache file,
15122 # creating it if it does not exist already. You can give configure
15123 # the --cache-file=FILE option to use a different cache file; that is
15124 # what configure does when it calls configure scripts in
15125 # subdirectories, so they share the cache.
15126 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15127 # config.status only pays attention to the cache file if you give it the
15128 # --recheck option to rerun configure.
15131 # The following way of writing the cache mishandles newlines in values,
15132 # but we know of no workaround that is simple, portable, and efficient.
15133 # So, don't put newlines in cache variables' values.
15134 # Ultrix sh set writes to stderr and can't be redirected directly,
15135 # and sets the high bit in the cache file unless we assign to the vars.
15137 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15139 # `set' does not quote correctly, so add quotes (double-quote substitution
15140 # turns \\\\ into \\, and sed turns \\ into \).
15142 -e "s/'/'\\\\''/g" \
15143 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15146 # `set' quotes correctly as required by POSIX, so do not add quotes.
15147 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15150 if cmp -s $cache_file confcache
; then
15153 if test -w $cache_file; then
15154 echo "updating cache $cache_file"
15155 cat confcache
> $cache_file
15157 echo "not updating unwritable cache $cache_file"
15164 if test "$TOOLKIT" != "MSW"; then
15170 CODE_GEN_FLAGS_CXX
=
15172 if test "$wxUSE_THREADS" = "yes" ; then
15173 if test "$wxUSE_WINE" = 1 ; then
15174 echo "configure: warning: Threads are not supported under WINE" 1>&2
15176 elif test "$USE_BEOS" = 1; then
15177 echo "configure: warning: BeOS threads are not yet supported" 1>&2
15182 if test "$wxUSE_THREADS" = "yes" ; then
15184 if test "$USE_AIX" = 1; then
15185 THREADS_LIB
=pthreads
15187 THREADS_LIB
=pthread
15190 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
15191 echo "configure:15192: checking for pthread_create in -l$THREADS_LIB" >&5
15192 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
15193 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15194 echo $ac_n "(cached) $ac_c" 1>&6
15196 ac_save_LIBS
="$LIBS"
15197 LIBS
="-l$THREADS_LIB $LIBS"
15198 cat > conftest.
$ac_ext <<EOF
15199 #line 15200 "configure"
15200 #include "confdefs.h"
15201 /* Override any gcc2 internal prototype to avoid an error. */
15202 /* We use char because int might match the return type of a gcc2
15203 builtin and then its argument prototype would still apply. */
15204 char pthread_create();
15210 if { (eval echo configure
:15211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15212 eval "ac_cv_lib_$ac_lib_var=yes"
15214 echo "configure: failed program was:" >&5
15215 cat conftest.
$ac_ext >&5
15217 eval "ac_cv_lib_$ac_lib_var=no"
15220 LIBS
="$ac_save_LIBS"
15223 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15224 echo "$ac_t""yes" 1>&6
15226 THREADS_OBJ
="threadpsx.lo"
15227 THREADS_LINK
=$THREADS_LIB
15230 echo "$ac_t""no" 1>&6
15232 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
15233 echo "configure:15234: checking for pthread_create in -lc_r" >&5
15234 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
15235 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15236 echo $ac_n "(cached) $ac_c" 1>&6
15238 ac_save_LIBS
="$LIBS"
15240 cat > conftest.
$ac_ext <<EOF
15241 #line 15242 "configure"
15242 #include "confdefs.h"
15243 /* Override any gcc2 internal prototype to avoid an error. */
15244 /* We use char because int might match the return type of a gcc2
15245 builtin and then its argument prototype would still apply. */
15246 char pthread_create();
15252 if { (eval echo configure
:15253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15254 eval "ac_cv_lib_$ac_lib_var=yes"
15256 echo "configure: failed program was:" >&5
15257 cat conftest.
$ac_ext >&5
15259 eval "ac_cv_lib_$ac_lib_var=no"
15262 LIBS
="$ac_save_LIBS"
15265 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15266 echo "$ac_t""yes" 1>&6
15268 THREADS_OBJ
="threadpsx.lo"
15272 echo "$ac_t""no" 1>&6
15274 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
15275 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
15276 echo "configure:15277: checking for sys/prctl.h" >&5
15277 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15278 echo $ac_n "(cached) $ac_c" 1>&6
15280 cat > conftest.
$ac_ext <<EOF
15281 #line 15282 "configure"
15282 #include "confdefs.h"
15283 #include <sys/prctl.h>
15285 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15286 { (eval echo configure
:15287: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15287 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15288 if test -z "$ac_err"; then
15290 eval "ac_cv_header_$ac_safe=yes"
15293 echo "configure: failed program was:" >&5
15294 cat conftest.
$ac_ext >&5
15296 eval "ac_cv_header_$ac_safe=no"
15300 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15301 echo "$ac_t""yes" 1>&6
15303 THREADS_OBJ
="threadsgi.lo"
15306 echo "$ac_t""no" 1>&6
15316 if test -z "$THREADS_OBJ" ; then
15318 echo "configure: warning: No thread support on this system" 1>&2
15322 if test "$wxUSE_THREADS" = "yes" ; then
15323 for ac_func
in thr_setconcurrency
15325 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15326 echo "configure:15327: checking for $ac_func" >&5
15327 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15328 echo $ac_n "(cached) $ac_c" 1>&6
15330 cat > conftest.
$ac_ext <<EOF
15331 #line 15332 "configure"
15332 #include "confdefs.h"
15333 /* System header to define __stub macros and hopefully few prototypes,
15334 which can conflict with char $ac_func(); below. */
15335 #include <assert.h>
15336 /* Override any gcc2 internal prototype to avoid an error. */
15337 /* We use char because int might match the return type of a gcc2
15338 builtin and then its argument prototype would still apply. */
15343 /* The GNU C library defines this for functions which it implements
15344 to always fail with ENOSYS. Some functions are actually named
15345 something starting with __ and the normal name is an alias. */
15346 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15354 if { (eval echo configure
:15355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15356 eval "ac_cv_func_$ac_func=yes"
15358 echo "configure: failed program was:" >&5
15359 cat conftest.
$ac_ext >&5
15361 eval "ac_cv_func_$ac_func=no"
15366 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15367 echo "$ac_t""yes" 1>&6
15368 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15369 cat >> confdefs.h
<<EOF
15370 #define $ac_tr_func 1
15374 echo "$ac_t""no" 1>&6
15380 for ac_hdr
in sched.h
15382 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15383 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15384 echo "configure:15385: checking for $ac_hdr" >&5
15385 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15386 echo $ac_n "(cached) $ac_c" 1>&6
15388 cat > conftest.
$ac_ext <<EOF
15389 #line 15390 "configure"
15390 #include "confdefs.h"
15393 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15394 { (eval echo configure
:15395: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15395 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15396 if test -z "$ac_err"; then
15398 eval "ac_cv_header_$ac_safe=yes"
15401 echo "configure: failed program was:" >&5
15402 cat conftest.
$ac_ext >&5
15404 eval "ac_cv_header_$ac_safe=no"
15408 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15409 echo "$ac_t""yes" 1>&6
15410 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15411 cat >> confdefs.h
<<EOF
15412 #define $ac_tr_hdr 1
15416 echo "$ac_t""no" 1>&6
15421 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
15422 echo "configure:15423: checking for sched_yield in -l$THREADS_LINK" >&5
15423 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
15424 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15425 echo $ac_n "(cached) $ac_c" 1>&6
15427 ac_save_LIBS
="$LIBS"
15428 LIBS
="-l$THREADS_LINK $LIBS"
15429 cat > conftest.
$ac_ext <<EOF
15430 #line 15431 "configure"
15431 #include "confdefs.h"
15432 /* Override any gcc2 internal prototype to avoid an error. */
15433 /* We use char because int might match the return type of a gcc2
15434 builtin and then its argument prototype would still apply. */
15435 char sched_yield();
15441 if { (eval echo configure
:15442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15443 eval "ac_cv_lib_$ac_lib_var=yes"
15445 echo "configure: failed program was:" >&5
15446 cat conftest.
$ac_ext >&5
15448 eval "ac_cv_lib_$ac_lib_var=no"
15451 LIBS
="$ac_save_LIBS"
15454 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15455 echo "$ac_t""yes" 1>&6
15456 cat >> confdefs.h
<<\EOF
15457 #define HAVE_SCHED_YIELD 1
15461 echo "$ac_t""no" 1>&6
15462 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
15463 echo "configure:15464: checking for sched_yield in -lposix4" >&5
15464 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
15465 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15466 echo $ac_n "(cached) $ac_c" 1>&6
15468 ac_save_LIBS
="$LIBS"
15469 LIBS
="-lposix4 $LIBS"
15470 cat > conftest.
$ac_ext <<EOF
15471 #line 15472 "configure"
15472 #include "confdefs.h"
15473 /* Override any gcc2 internal prototype to avoid an error. */
15474 /* We use char because int might match the return type of a gcc2
15475 builtin and then its argument prototype would still apply. */
15476 char sched_yield();
15482 if { (eval echo configure
:15483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15484 eval "ac_cv_lib_$ac_lib_var=yes"
15486 echo "configure: failed program was:" >&5
15487 cat conftest.
$ac_ext >&5
15489 eval "ac_cv_lib_$ac_lib_var=no"
15492 LIBS
="$ac_save_LIBS"
15495 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15496 echo "$ac_t""yes" 1>&6
15497 cat >> confdefs.h
<<\EOF
15498 #define HAVE_SCHED_YIELD 1
15500 POSIX4_LINK
="-lposix4"
15502 echo "$ac_t""no" 1>&6
15503 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
15512 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
15513 echo "configure:15514: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
15514 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
15515 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15516 echo $ac_n "(cached) $ac_c" 1>&6
15518 ac_save_LIBS
="$LIBS"
15519 LIBS
="-l$THREADS_LINK $LIBS"
15520 cat > conftest.
$ac_ext <<EOF
15521 #line 15522 "configure"
15522 #include "confdefs.h"
15523 /* Override any gcc2 internal prototype to avoid an error. */
15524 /* We use char because int might match the return type of a gcc2
15525 builtin and then its argument prototype would still apply. */
15526 char pthread_attr_getschedpolicy();
15529 pthread_attr_getschedpolicy()
15532 if { (eval echo configure
:15533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15534 eval "ac_cv_lib_$ac_lib_var=yes"
15536 echo "configure: failed program was:" >&5
15537 cat conftest.
$ac_ext >&5
15539 eval "ac_cv_lib_$ac_lib_var=no"
15542 LIBS
="$ac_save_LIBS"
15545 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15546 echo "$ac_t""yes" 1>&6
15547 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
15548 echo "configure:15549: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
15549 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
15550 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15551 echo $ac_n "(cached) $ac_c" 1>&6
15553 ac_save_LIBS
="$LIBS"
15554 LIBS
="-l$THREADS_LINK $LIBS"
15555 cat > conftest.
$ac_ext <<EOF
15556 #line 15557 "configure"
15557 #include "confdefs.h"
15558 /* Override any gcc2 internal prototype to avoid an error. */
15559 /* We use char because int might match the return type of a gcc2
15560 builtin and then its argument prototype would still apply. */
15561 char pthread_attr_setschedparam();
15564 pthread_attr_setschedparam()
15567 if { (eval echo configure
:15568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15569 eval "ac_cv_lib_$ac_lib_var=yes"
15571 echo "configure: failed program was:" >&5
15572 cat conftest.
$ac_ext >&5
15574 eval "ac_cv_lib_$ac_lib_var=no"
15577 LIBS
="$ac_save_LIBS"
15580 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15581 echo "$ac_t""yes" 1>&6
15582 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
15583 echo "configure:15584: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
15584 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15585 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15586 echo $ac_n "(cached) $ac_c" 1>&6
15588 ac_save_LIBS
="$LIBS"
15589 LIBS
="-l$THREADS_LINK $LIBS"
15590 cat > conftest.
$ac_ext <<EOF
15591 #line 15592 "configure"
15592 #include "confdefs.h"
15593 /* Override any gcc2 internal prototype to avoid an error. */
15594 /* We use char because int might match the return type of a gcc2
15595 builtin and then its argument prototype would still apply. */
15596 char sched_get_priority_max();
15599 sched_get_priority_max()
15602 if { (eval echo configure
:15603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15604 eval "ac_cv_lib_$ac_lib_var=yes"
15606 echo "configure: failed program was:" >&5
15607 cat conftest.
$ac_ext >&5
15609 eval "ac_cv_lib_$ac_lib_var=no"
15612 LIBS
="$ac_save_LIBS"
15615 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15616 echo "$ac_t""yes" 1>&6
15619 echo "$ac_t""no" 1>&6
15620 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
15621 echo "configure:15622: checking for sched_get_priority_max in -lposix4" >&5
15622 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15623 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15624 echo $ac_n "(cached) $ac_c" 1>&6
15626 ac_save_LIBS
="$LIBS"
15627 LIBS
="-lposix4 $LIBS"
15628 cat > conftest.
$ac_ext <<EOF
15629 #line 15630 "configure"
15630 #include "confdefs.h"
15631 /* Override any gcc2 internal prototype to avoid an error. */
15632 /* We use char because int might match the return type of a gcc2
15633 builtin and then its argument prototype would still apply. */
15634 char sched_get_priority_max();
15637 sched_get_priority_max()
15640 if { (eval echo configure
:15641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15642 eval "ac_cv_lib_$ac_lib_var=yes"
15644 echo "configure: failed program was:" >&5
15645 cat conftest.
$ac_ext >&5
15647 eval "ac_cv_lib_$ac_lib_var=no"
15650 LIBS
="$ac_save_LIBS"
15653 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15654 echo "$ac_t""yes" 1>&6
15657 POSIX4_LINK
="-lposix4"
15660 echo "$ac_t""no" 1>&6
15668 echo "$ac_t""no" 1>&6
15673 echo "$ac_t""no" 1>&6
15677 if test "$HAVE_PRIOR_FUNCS" = 1; then
15678 cat >> confdefs.h
<<\EOF
15679 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
15683 echo "configure: warning: Setting thread priority will not work" 1>&2
15686 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
15687 echo "configure:15688: checking for pthread_cancel in -l$THREADS_LINK" >&5
15688 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
15689 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15690 echo $ac_n "(cached) $ac_c" 1>&6
15692 ac_save_LIBS
="$LIBS"
15693 LIBS
="-l$THREADS_LINK $LIBS"
15694 cat > conftest.
$ac_ext <<EOF
15695 #line 15696 "configure"
15696 #include "confdefs.h"
15697 /* Override any gcc2 internal prototype to avoid an error. */
15698 /* We use char because int might match the return type of a gcc2
15699 builtin and then its argument prototype would still apply. */
15700 char pthread_cancel();
15706 if { (eval echo configure
:15707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15708 eval "ac_cv_lib_$ac_lib_var=yes"
15710 echo "configure: failed program was:" >&5
15711 cat conftest.
$ac_ext >&5
15713 eval "ac_cv_lib_$ac_lib_var=no"
15716 LIBS
="$ac_save_LIBS"
15719 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15720 echo "$ac_t""yes" 1>&6
15721 cat >> confdefs.h
<<\EOF
15722 #define HAVE_PTHREAD_CANCEL 1
15726 echo "$ac_t""no" 1>&6
15727 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
15731 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
15732 echo "configure:15733: checking for pthread_cleanup_push/pop" >&5
15733 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15734 echo $ac_n "(cached) $ac_c" 1>&6
15737 cat > conftest.
$ac_ext <<EOF
15738 #line 15739 "configure"
15739 #include "confdefs.h"
15740 #include <pthread.h>
15743 pthread_cleanup_push(NULL, NULL);
15744 pthread_cleanup_pop(0);
15748 if { (eval echo configure
:15749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15751 wx_cv_func_pthread_cleanup_push
=yes
15754 echo "configure: failed program was:" >&5
15755 cat conftest.
$ac_ext >&5
15758 wx_cv_func_pthread_cleanup_push
=no
15765 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15767 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15768 cat >> confdefs.h
<<\EOF
15769 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
15775 if test "x$wx_lib_glibc21" = "xyes"; then
15776 CPPFLAGS
="$CPPFLAGS -D_GNU_SOURCE"
15779 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
15780 echo "configure:15781: checking for pthread_mutexattr_t" >&5
15781 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
15782 echo $ac_n "(cached) $ac_c" 1>&6
15785 cat > conftest.
$ac_ext <<EOF
15786 #line 15787 "configure"
15787 #include "confdefs.h"
15788 #include <pthread.h>
15791 pthread_mutexattr_t attr;
15792 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15796 if { (eval echo configure
:15797: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15799 wx_cv_type_pthread_mutexattr_t
=yes
15802 echo "configure: failed program was:" >&5
15803 cat conftest.
$ac_ext >&5
15806 wx_cv_type_pthread_mutexattr_t
=no
15814 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15816 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15817 cat >> confdefs.h
<<\EOF
15818 #define HAVE_PTHREAD_MUTEXATTR_T 1
15822 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
15823 echo "configure:15824: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
15824 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
15825 echo $ac_n "(cached) $ac_c" 1>&6
15828 cat > conftest.
$ac_ext <<EOF
15829 #line 15830 "configure"
15830 #include "confdefs.h"
15831 #include <pthread.h>
15834 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15838 if { (eval echo configure
:15839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15841 wx_cv_type_pthread_rec_mutex_init
=yes
15844 echo "configure: failed program was:" >&5
15845 cat conftest.
$ac_ext >&5
15848 wx_cv_type_pthread_rec_mutex_init
=no
15856 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
15857 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15858 cat >> confdefs.h
<<\EOF
15859 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15863 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
15867 THREADS_LINK
="-l$THREADS_LINK"
15869 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15870 CPPFLAGS
="${CFLAGS} -mt"
15871 CXXFLAGS
="${CXXFLAGS} -mt"
15872 LDFLAGS
="${LDFLAGS} -mt"
15878 if test "$wxUSE_THREADS" = "yes"; then
15879 cat >> confdefs.h
<<\EOF
15880 #define wxUSE_THREADS 1
15884 if test "$USE_DARWIN" != 1; then
15885 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
15888 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
15890 if test "$ac_cv_func_strtok_r" = "yes"; then
15891 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
15892 echo "configure:15893: checking if -D_REENTRANT is needed" >&5
15893 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15894 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
15895 echo "$ac_t""yes" 1>&6
15897 echo "$ac_t""no" 1>&6
15902 if test "$WXGTK20" = 1 ; then
15903 cat >> confdefs.h
<<EOF
15904 #define __WXGTK20__ $WXGTK20
15910 if test "$WXGTK12" = 1 ; then
15911 cat >> confdefs.h
<<EOF
15912 #define __WXGTK12__ $WXGTK12
15917 if test "$WXGTK127" = 1 ; then
15918 cat >> confdefs.h
<<EOF
15919 #define __WXGTK127__ $WXGTK127
15926 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15931 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15932 wxUSE_DEBUG_INFO
=yes
15936 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
15937 cat >> confdefs.h
<<\EOF
15941 WXDEBUG_DEFINE
="-D__WXDEBUG__"
15943 if test "$wxUSE_GTK" = 1 ; then
15944 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
15948 if test "$wxUSE_MEM_TRACING" = "yes" ; then
15949 cat >> confdefs.h
<<\EOF
15950 #define wxUSE_MEMORY_TRACING 1
15953 cat >> confdefs.h
<<\EOF
15954 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
15957 cat >> confdefs.h
<<\EOF
15958 #define wxUSE_DEBUG_NEW_ALWAYS 1
15961 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
15964 if test "$wxUSE_DMALLOC" = "yes" ; then
15965 DMALLOC_LINK
="-ldmalloc"
15969 if test "$wxUSE_PROFILE" = "yes" ; then
15973 if test "$GCC" = yes ; then
15974 if test "$wxUSE_NO_RTTI" = "yes" ; then
15975 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
15977 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
15978 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
15980 if test "$wxUSE_PERMISSIVE" = "yes" ; then
15981 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
15983 if test "$wxUSE_NO_DEPS" = "no" ; then
15984 CFLAGS
="-MMD ${CFLAGS}"
15985 CXXFLAGS
="-MMD ${CXXFLAGS}"
15987 if test "$USE_WIN32" = 1 ; then
15988 # I'm not even really sure what this was ever added to solve,
15989 # but someone added it for mingw native builds, so I guess
15990 # they had a reason, right??
15991 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
15996 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
15997 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
15998 if test "$wxUSE_OPTIMISE" = "no" ; then
16001 if test "$GCC" = yes ; then
16004 i586
-*-*|i686
-*-* )
16005 OPTIMISE
="${OPTIMISE} "
16013 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
16014 cat >> confdefs.h
<<\EOF
16015 #define WXWIN_COMPATIBILITY_2 1
16019 WXWIN_COMPATIBILITY_2_2
="yes"
16022 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
16023 cat >> confdefs.h
<<\EOF
16024 #define WXWIN_COMPATIBILITY_2_2 1
16030 if test "$wxUSE_GUI" = "yes"; then
16031 cat >> confdefs.h
<<\EOF
16032 #define wxUSE_GUI 1
16037 cat >> confdefs.h
<<\EOF
16038 #define wxUSE_NOGUI 1
16044 if test "$wxUSE_UNIX" = "yes"; then
16045 cat >> confdefs.h
<<\EOF
16046 #define wxUSE_UNIX 1
16052 if test "$wxUSE_APPLE_IEEE" = "yes"; then
16053 cat >> confdefs.h
<<\EOF
16054 #define wxUSE_APPLE_IEEE 1
16059 if test "$wxUSE_TIMER" = "yes"; then
16060 cat >> confdefs.h
<<\EOF
16061 #define wxUSE_TIMER 1
16066 if test "$wxUSE_WAVE" = "yes"; then
16067 cat >> confdefs.h
<<\EOF
16068 #define wxUSE_WAVE 1
16073 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
16074 cat >> confdefs.h
<<\EOF
16075 #define wxUSE_CMDLINE_PARSER 1
16080 if test "$wxUSE_STOPWATCH" = "yes"; then
16081 cat >> confdefs.h
<<\EOF
16082 #define wxUSE_STOPWATCH 1
16087 if test "$wxUSE_DATETIME" = "yes"; then
16088 cat >> confdefs.h
<<\EOF
16089 #define wxUSE_DATETIME 1
16094 if test "$wxUSE_TIMEDATE" = "yes"; then
16095 cat >> confdefs.h
<<\EOF
16096 #define wxUSE_TIMEDATE 1
16101 if test "$wxUSE_FILE" = "yes"; then
16102 cat >> confdefs.h
<<\EOF
16103 #define wxUSE_FILE 1
16108 if test "$wxUSE_FFILE" = "yes"; then
16109 cat >> confdefs.h
<<\EOF
16110 #define wxUSE_FFILE 1
16115 if test "$wxUSE_FILESYSTEM" = "yes"; then
16116 cat >> confdefs.h
<<\EOF
16117 #define wxUSE_FILESYSTEM 1
16122 if test "$wxUSE_FS_INET" = "yes"; then
16123 cat >> confdefs.h
<<\EOF
16124 #define wxUSE_FS_INET 1
16129 if test "$wxUSE_FS_ZIP" = "yes"; then
16130 cat >> confdefs.h
<<\EOF
16131 #define wxUSE_FS_ZIP 1
16136 if test "$wxUSE_ZIPSTREAM" = "yes"; then
16137 cat >> confdefs.h
<<\EOF
16138 #define wxUSE_ZIPSTREAM 1
16143 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16144 cat >> confdefs.h
<<\EOF
16145 #define wxUSE_ON_FATAL_EXCEPTION 1
16150 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16151 cat >> confdefs.h
<<\EOF
16152 #define wxUSE_SNGLINST_CHECKER 1
16157 if test "$wxUSE_BUSYINFO" = "yes"; then
16158 cat >> confdefs.h
<<\EOF
16159 #define wxUSE_BUSYINFO 1
16164 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
16165 cat >> confdefs.h
<<\EOF
16166 #define wxUSE_STD_IOSTREAM 1
16171 if test "$wxUSE_TEXTFILE" = "yes"; then
16172 if test "$wxUSE_FILE" != "yes"; then
16173 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
16175 cat >> confdefs.h
<<\EOF
16176 #define wxUSE_TEXTFILE 1
16182 if test "$wxUSE_CONFIG" = "yes" ; then
16183 if test "$wxUSE_TEXTFILE" != "yes"; then
16184 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
16186 cat >> confdefs.h
<<\EOF
16187 #define wxUSE_CONFIG 1
16190 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
16194 if test "$wxUSE_INTL" = "yes" ; then
16195 if test "$wxUSE_FILE" != "yes"; then
16196 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
16198 cat >> confdefs.h
<<\EOF
16199 #define wxUSE_INTL 1
16202 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
16203 GUIDIST
="$GUIDIST INTL_DIST"
16207 if test "$wxUSE_LOG" = "yes"; then
16208 cat >> confdefs.h
<<\EOF
16209 #define wxUSE_LOG 1
16213 if test "$wxUSE_LOGGUI" = "yes"; then
16214 cat >> confdefs.h
<<\EOF
16215 #define wxUSE_LOGGUI 1
16220 if test "$wxUSE_LOGWINDOW" = "yes"; then
16221 cat >> confdefs.h
<<\EOF
16222 #define wxUSE_LOGWINDOW 1
16228 if test "$wxUSE_LONGLONG" = "yes"; then
16229 cat >> confdefs.h
<<\EOF
16230 #define wxUSE_LONGLONG 1
16235 if test "$wxUSE_GEOMETRY" = "yes"; then
16236 cat >> confdefs.h
<<\EOF
16237 #define wxUSE_GEOMETRY 1
16242 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
16243 cat >> confdefs.h
<<\EOF
16244 #define wxUSE_DIALUP_MANAGER 1
16247 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
16250 if test "$wxUSE_STREAMS" = "yes" ; then
16251 cat >> confdefs.h
<<\EOF
16252 #define wxUSE_STREAMS 1
16258 if test "$wxUSE_DATETIME" = "yes"; then
16259 for ac_func
in strptime
16261 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16262 echo "configure:16263: checking for $ac_func" >&5
16263 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16264 echo $ac_n "(cached) $ac_c" 1>&6
16266 cat > conftest.
$ac_ext <<EOF
16267 #line 16268 "configure"
16268 #include "confdefs.h"
16269 /* System header to define __stub macros and hopefully few prototypes,
16270 which can conflict with char $ac_func(); below. */
16271 #include <assert.h>
16272 /* Override any gcc2 internal prototype to avoid an error. */
16273 /* We use char because int might match the return type of a gcc2
16274 builtin and then its argument prototype would still apply. */
16279 /* The GNU C library defines this for functions which it implements
16280 to always fail with ENOSYS. Some functions are actually named
16281 something starting with __ and the normal name is an alias. */
16282 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16290 if { (eval echo configure
:16291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16292 eval "ac_cv_func_$ac_func=yes"
16294 echo "configure: failed program was:" >&5
16295 cat conftest.
$ac_ext >&5
16297 eval "ac_cv_func_$ac_func=no"
16302 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16303 echo "$ac_t""yes" 1>&6
16304 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16305 cat >> confdefs.h
<<EOF
16306 #define $ac_tr_func 1
16310 echo "$ac_t""no" 1>&6
16315 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
16316 echo "configure:16317: checking for timezone variable in <time.h>" >&5
16317 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16318 echo $ac_n "(cached) $ac_c" 1>&6
16321 cat > conftest.
$ac_ext <<EOF
16322 #line 16323 "configure"
16323 #include "confdefs.h"
16334 if { (eval echo configure
:16335: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16337 wx_cv_var_timezone
=timezone
16340 echo "configure: failed program was:" >&5
16341 cat conftest.
$ac_ext >&5
16344 cat > conftest.
$ac_ext <<EOF
16345 #line 16346 "configure"
16346 #include "confdefs.h"
16357 if { (eval echo configure
:16358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16360 wx_cv_var_timezone
=_timezone
16363 echo "configure: failed program was:" >&5
16364 cat conftest.
$ac_ext >&5
16367 cat > conftest.
$ac_ext <<EOF
16368 #line 16369 "configure"
16369 #include "confdefs.h"
16380 if { (eval echo configure
:16381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16383 wx_cv_var_timezone
=__timezone
16386 echo "configure: failed program was:" >&5
16387 cat conftest.
$ac_ext >&5
16389 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16405 echo "$ac_t""$wx_cv_var_timezone" 1>&6
16407 cat >> confdefs.h
<<EOF
16408 #define WX_TIMEZONE $wx_cv_var_timezone
16412 for ac_func
in localtime
16414 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16415 echo "configure:16416: checking for $ac_func" >&5
16416 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16417 echo $ac_n "(cached) $ac_c" 1>&6
16419 cat > conftest.
$ac_ext <<EOF
16420 #line 16421 "configure"
16421 #include "confdefs.h"
16422 /* System header to define __stub macros and hopefully few prototypes,
16423 which can conflict with char $ac_func(); below. */
16424 #include <assert.h>
16425 /* Override any gcc2 internal prototype to avoid an error. */
16426 /* We use char because int might match the return type of a gcc2
16427 builtin and then its argument prototype would still apply. */
16432 /* The GNU C library defines this for functions which it implements
16433 to always fail with ENOSYS. Some functions are actually named
16434 something starting with __ and the normal name is an alias. */
16435 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16443 if { (eval echo configure
:16444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16445 eval "ac_cv_func_$ac_func=yes"
16447 echo "configure: failed program was:" >&5
16448 cat conftest.
$ac_ext >&5
16450 eval "ac_cv_func_$ac_func=no"
16455 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16456 echo "$ac_t""yes" 1>&6
16457 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16458 cat >> confdefs.h
<<EOF
16459 #define $ac_tr_func 1
16463 echo "$ac_t""no" 1>&6
16468 if test "$ac_cv_func_localtime" = "yes"; then
16469 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
16470 echo "configure:16471: checking for tm_gmtoff in struct tm" >&5
16471 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16472 echo $ac_n "(cached) $ac_c" 1>&6
16475 cat > conftest.
$ac_ext <<EOF
16476 #line 16477 "configure"
16477 #include "confdefs.h"
16488 if { (eval echo configure
:16489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16491 wx_cv_struct_tm_has_gmtoff
=yes
16494 echo "configure: failed program was:" >&5
16495 cat conftest.
$ac_ext >&5
16497 wx_cv_struct_tm_has_gmtoff
=no
16504 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
16507 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
16508 cat >> confdefs.h
<<\EOF
16509 #define WX_GMTOFF_IN_TM 1
16514 for ac_func
in gettimeofday ftime
16516 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16517 echo "configure:16518: checking for $ac_func" >&5
16518 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16519 echo $ac_n "(cached) $ac_c" 1>&6
16521 cat > conftest.
$ac_ext <<EOF
16522 #line 16523 "configure"
16523 #include "confdefs.h"
16524 /* System header to define __stub macros and hopefully few prototypes,
16525 which can conflict with char $ac_func(); below. */
16526 #include <assert.h>
16527 /* Override any gcc2 internal prototype to avoid an error. */
16528 /* We use char because int might match the return type of a gcc2
16529 builtin and then its argument prototype would still apply. */
16534 /* The GNU C library defines this for functions which it implements
16535 to always fail with ENOSYS. Some functions are actually named
16536 something starting with __ and the normal name is an alias. */
16537 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16545 if { (eval echo configure
:16546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16547 eval "ac_cv_func_$ac_func=yes"
16549 echo "configure: failed program was:" >&5
16550 cat conftest.
$ac_ext >&5
16552 eval "ac_cv_func_$ac_func=no"
16557 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16558 echo "$ac_t""yes" 1>&6
16559 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16560 cat >> confdefs.h
<<EOF
16561 #define $ac_tr_func 1
16565 echo "$ac_t""no" 1>&6
16570 if test "$ac_cv_func_gettimeofday" = "yes"; then
16571 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
16572 echo "configure:16573: checking whether gettimeofday takes two arguments" >&5
16573 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16574 echo $ac_n "(cached) $ac_c" 1>&6
16579 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16580 ac_cpp
='$CXXCPP $CPPFLAGS'
16581 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16582 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16583 cross_compiling
=$ac_cv_prog_cxx_cross
16586 cat > conftest.
$ac_ext <<EOF
16587 #line 16588 "configure"
16588 #include "confdefs.h"
16590 #include <sys/time.h>
16591 #include <unistd.h>
16596 gettimeofday(&tv, NULL);
16600 if { (eval echo configure
:16601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16602 wx_cv_func_gettimeofday_has_2_args
=yes
16604 echo "configure: failed program was:" >&5
16605 cat conftest.
$ac_ext >&5
16607 cat > conftest.
$ac_ext <<EOF
16608 #line 16609 "configure"
16609 #include "confdefs.h"
16611 #include <sys/time.h>
16612 #include <unistd.h>
16621 if { (eval echo configure
:16622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16623 wx_cv_func_gettimeofday_has_2_args
=no
16625 echo "configure: failed program was:" >&5
16626 cat conftest.
$ac_ext >&5
16629 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16630 wx_cv_func_gettimeofday_has_2_args
=unknown
16639 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16640 ac_cpp
='$CPP $CPPFLAGS'
16641 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16642 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16643 cross_compiling
=$ac_cv_prog_cc_cross
16648 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
16650 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
16651 cat >> confdefs.h
<<\EOF
16652 #define WX_GETTIMEOFDAY_NO_TZ 1
16658 cat >> confdefs.h
<<\EOF
16659 #define wxUSE_TIMEDATE 1
16662 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
16666 if test "$TOOLKIT" != "MSW"; then
16668 if test "$wxUSE_SOCKETS" = "yes"; then
16669 echo $ac_n "checking for socket""... $ac_c" 1>&6
16670 echo "configure:16671: checking for socket" >&5
16671 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16672 echo $ac_n "(cached) $ac_c" 1>&6
16674 cat > conftest.
$ac_ext <<EOF
16675 #line 16676 "configure"
16676 #include "confdefs.h"
16677 /* System header to define __stub macros and hopefully few prototypes,
16678 which can conflict with char socket(); below. */
16679 #include <assert.h>
16680 /* Override any gcc2 internal prototype to avoid an error. */
16681 /* We use char because int might match the return type of a gcc2
16682 builtin and then its argument prototype would still apply. */
16687 /* The GNU C library defines this for functions which it implements
16688 to always fail with ENOSYS. Some functions are actually named
16689 something starting with __ and the normal name is an alias. */
16690 #if defined (__stub_socket) || defined (__stub___socket)
16698 if { (eval echo configure
:16699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16700 eval "ac_cv_func_socket=yes"
16702 echo "configure: failed program was:" >&5
16703 cat conftest.
$ac_ext >&5
16705 eval "ac_cv_func_socket=no"
16710 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16711 echo "$ac_t""yes" 1>&6
16714 echo "$ac_t""no" 1>&6
16715 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
16716 echo "configure:16717: checking for socket in -lsocket" >&5
16717 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16718 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16719 echo $ac_n "(cached) $ac_c" 1>&6
16721 ac_save_LIBS
="$LIBS"
16722 LIBS
="-lsocket $LIBS"
16723 cat > conftest.
$ac_ext <<EOF
16724 #line 16725 "configure"
16725 #include "confdefs.h"
16726 /* Override any gcc2 internal prototype to avoid an error. */
16727 /* We use char because int might match the return type of a gcc2
16728 builtin and then its argument prototype would still apply. */
16735 if { (eval echo configure
:16736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16737 eval "ac_cv_lib_$ac_lib_var=yes"
16739 echo "configure: failed program was:" >&5
16740 cat conftest.
$ac_ext >&5
16742 eval "ac_cv_lib_$ac_lib_var=no"
16745 LIBS
="$ac_save_LIBS"
16748 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16749 echo "$ac_t""yes" 1>&6
16750 INET_LINK
="$INET_LINK -lsocket"
16752 echo "$ac_t""no" 1>&6
16754 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16766 if test "$wxUSE_SOCKETS" = "yes" ; then
16767 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
16768 echo "configure:16769: checking what is the type of the third argument of getsockname" >&5
16769 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16770 echo $ac_n "(cached) $ac_c" 1>&6
16775 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16776 ac_cpp
='$CXXCPP $CPPFLAGS'
16777 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16778 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16779 cross_compiling
=$ac_cv_prog_cxx_cross
16782 cat > conftest.
$ac_ext <<EOF
16783 #line 16784 "configure"
16784 #include "confdefs.h"
16786 #include <sys/types.h>
16787 #include <sys/socket.h>
16792 getsockname(0, 0, &len);
16796 if { (eval echo configure
:16797: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16798 wx_cv_type_getsockname3
=socklen_t
16800 echo "configure: failed program was:" >&5
16801 cat conftest.
$ac_ext >&5
16803 cat > conftest.
$ac_ext <<EOF
16804 #line 16805 "configure"
16805 #include "confdefs.h"
16807 #include <sys/types.h>
16808 #include <sys/socket.h>
16813 getsockname(0, 0, &len);
16817 if { (eval echo configure
:16818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16819 wx_cv_type_getsockname3
=size_t
16821 echo "configure: failed program was:" >&5
16822 cat conftest.
$ac_ext >&5
16824 cat > conftest.
$ac_ext <<EOF
16825 #line 16826 "configure"
16826 #include "confdefs.h"
16828 #include <sys/types.h>
16829 #include <sys/socket.h>
16834 getsockname(0, 0, &len);
16838 if { (eval echo configure
:16839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16840 wx_cv_type_getsockname3
=int
16842 echo "configure: failed program was:" >&5
16843 cat conftest.
$ac_ext >&5
16845 wx_cv_type_getsockname3
=unknown
16857 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16858 ac_cpp
='$CPP $CPPFLAGS'
16859 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16860 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16861 cross_compiling
=$ac_cv_prog_cc_cross
16866 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
16868 if test "$wx_cv_type_getsockname3" = "unknown"; then
16870 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16872 cat >> confdefs.h
<<EOF
16873 #define SOCKLEN_T $wx_cv_type_getsockname3
16880 if test "$wxUSE_SOCKETS" = "yes" ; then
16881 cat >> confdefs.h
<<\EOF
16882 #define wxUSE_SOCKETS 1
16885 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
16889 if test "$wxUSE_GUI" = "yes"; then
16891 if test "$TOOLKIT" != "MSW"; then
16892 if test "$wxUSE_JOYSTICK" = "yes"; then
16893 for ac_hdr
in linux
/joystick.h
16895 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16896 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16897 echo "configure:16898: checking for $ac_hdr" >&5
16898 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16899 echo $ac_n "(cached) $ac_c" 1>&6
16901 cat > conftest.
$ac_ext <<EOF
16902 #line 16903 "configure"
16903 #include "confdefs.h"
16906 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16907 { (eval echo configure
:16908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16908 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16909 if test -z "$ac_err"; then
16911 eval "ac_cv_header_$ac_safe=yes"
16914 echo "configure: failed program was:" >&5
16915 cat conftest.
$ac_ext >&5
16917 eval "ac_cv_header_$ac_safe=no"
16921 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16922 echo "$ac_t""yes" 1>&6
16923 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16924 cat >> confdefs.h
<<EOF
16925 #define $ac_tr_hdr 1
16929 echo "$ac_t""no" 1>&6
16933 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
16935 echo "configure: warning: Joystick not supported by this system" 1>&2
16940 if test "$wxUSE_JOYSTICK" = "yes"; then
16941 cat >> confdefs.h
<<\EOF
16942 #define wxUSE_JOYSTICK 1
16945 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
16950 if test "$TOOLKIT" != "MSW"; then
16954 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
16955 if test "$USE_DARWIN" = 1; then
16958 for ac_func
in dlopen
16960 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16961 echo "configure:16962: checking for $ac_func" >&5
16962 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16963 echo $ac_n "(cached) $ac_c" 1>&6
16965 cat > conftest.
$ac_ext <<EOF
16966 #line 16967 "configure"
16967 #include "confdefs.h"
16968 /* System header to define __stub macros and hopefully few prototypes,
16969 which can conflict with char $ac_func(); below. */
16970 #include <assert.h>
16971 /* Override any gcc2 internal prototype to avoid an error. */
16972 /* We use char because int might match the return type of a gcc2
16973 builtin and then its argument prototype would still apply. */
16978 /* The GNU C library defines this for functions which it implements
16979 to always fail with ENOSYS. Some functions are actually named
16980 something starting with __ and the normal name is an alias. */
16981 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16989 if { (eval echo configure
:16990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16991 eval "ac_cv_func_$ac_func=yes"
16993 echo "configure: failed program was:" >&5
16994 cat conftest.
$ac_ext >&5
16996 eval "ac_cv_func_$ac_func=no"
17001 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17002 echo "$ac_t""yes" 1>&6
17003 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17004 cat >> confdefs.h
<<EOF
17005 #define $ac_tr_func 1
17008 cat >> confdefs.h
<<\EOF
17009 #define HAVE_DLOPEN 1
17015 echo "$ac_t""no" 1>&6
17016 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
17017 echo "configure:17018: checking for dlopen in -ldl" >&5
17018 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
17019 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17020 echo $ac_n "(cached) $ac_c" 1>&6
17022 ac_save_LIBS
="$LIBS"
17024 cat > conftest.
$ac_ext <<EOF
17025 #line 17026 "configure"
17026 #include "confdefs.h"
17027 /* Override any gcc2 internal prototype to avoid an error. */
17028 /* We use char because int might match the return type of a gcc2
17029 builtin and then its argument prototype would still apply. */
17036 if { (eval echo configure
:17037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17038 eval "ac_cv_lib_$ac_lib_var=yes"
17040 echo "configure: failed program was:" >&5
17041 cat conftest.
$ac_ext >&5
17043 eval "ac_cv_lib_$ac_lib_var=no"
17046 LIBS
="$ac_save_LIBS"
17049 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17050 echo "$ac_t""yes" 1>&6
17052 cat >> confdefs.h
<<\EOF
17053 #define HAVE_DLOPEN 1
17060 echo "$ac_t""no" 1>&6
17062 for ac_func
in shl_load
17064 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17065 echo "configure:17066: checking for $ac_func" >&5
17066 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17067 echo $ac_n "(cached) $ac_c" 1>&6
17069 cat > conftest.
$ac_ext <<EOF
17070 #line 17071 "configure"
17071 #include "confdefs.h"
17072 /* System header to define __stub macros and hopefully few prototypes,
17073 which can conflict with char $ac_func(); below. */
17074 #include <assert.h>
17075 /* Override any gcc2 internal prototype to avoid an error. */
17076 /* We use char because int might match the return type of a gcc2
17077 builtin and then its argument prototype would still apply. */
17082 /* The GNU C library defines this for functions which it implements
17083 to always fail with ENOSYS. Some functions are actually named
17084 something starting with __ and the normal name is an alias. */
17085 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17093 if { (eval echo configure
:17094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17095 eval "ac_cv_func_$ac_func=yes"
17097 echo "configure: failed program was:" >&5
17098 cat conftest.
$ac_ext >&5
17100 eval "ac_cv_func_$ac_func=no"
17105 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17106 echo "$ac_t""yes" 1>&6
17107 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17108 cat >> confdefs.h
<<EOF
17109 #define $ac_tr_func 1
17112 cat >> confdefs.h
<<\EOF
17113 #define HAVE_SHL_LOAD 1
17119 echo "$ac_t""no" 1>&6
17120 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
17121 echo "configure:17122: checking for dld in -lshl_load" >&5
17122 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
17123 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17124 echo $ac_n "(cached) $ac_c" 1>&6
17126 ac_save_LIBS
="$LIBS"
17127 LIBS
="-lshl_load $LIBS"
17128 cat > conftest.
$ac_ext <<EOF
17129 #line 17130 "configure"
17130 #include "confdefs.h"
17131 /* Override any gcc2 internal prototype to avoid an error. */
17132 /* We use char because int might match the return type of a gcc2
17133 builtin and then its argument prototype would still apply. */
17140 if { (eval echo configure
:17141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17142 eval "ac_cv_lib_$ac_lib_var=yes"
17144 echo "configure: failed program was:" >&5
17145 cat conftest.
$ac_ext >&5
17147 eval "ac_cv_lib_$ac_lib_var=no"
17150 LIBS
="$ac_save_LIBS"
17153 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17154 echo "$ac_t""yes" 1>&6
17160 echo "$ac_t""no" 1>&6
17175 if test "$HAVE_DL_FUNCS" = 1; then
17176 for ac_func
in dlerror
17178 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17179 echo "configure:17180: checking for $ac_func" >&5
17180 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17181 echo $ac_n "(cached) $ac_c" 1>&6
17183 cat > conftest.
$ac_ext <<EOF
17184 #line 17185 "configure"
17185 #include "confdefs.h"
17186 /* System header to define __stub macros and hopefully few prototypes,
17187 which can conflict with char $ac_func(); below. */
17188 #include <assert.h>
17189 /* Override any gcc2 internal prototype to avoid an error. */
17190 /* We use char because int might match the return type of a gcc2
17191 builtin and then its argument prototype would still apply. */
17196 /* The GNU C library defines this for functions which it implements
17197 to always fail with ENOSYS. Some functions are actually named
17198 something starting with __ and the normal name is an alias. */
17199 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17207 if { (eval echo configure
:17208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17209 eval "ac_cv_func_$ac_func=yes"
17211 echo "configure: failed program was:" >&5
17212 cat conftest.
$ac_ext >&5
17214 eval "ac_cv_func_$ac_func=no"
17219 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17220 echo "$ac_t""yes" 1>&6
17221 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17222 cat >> confdefs.h
<<EOF
17223 #define $ac_tr_func 1
17225 cat >> confdefs.h
<<\EOF
17226 #define HAVE_DLERROR 1
17230 echo "$ac_t""no" 1>&6
17231 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
17232 echo "configure:17233: checking for dlerror in -ldl" >&5
17233 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17234 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17235 echo $ac_n "(cached) $ac_c" 1>&6
17237 ac_save_LIBS
="$LIBS"
17239 cat > conftest.
$ac_ext <<EOF
17240 #line 17241 "configure"
17241 #include "confdefs.h"
17242 /* Override any gcc2 internal prototype to avoid an error. */
17243 /* We use char because int might match the return type of a gcc2
17244 builtin and then its argument prototype would still apply. */
17251 if { (eval echo configure
:17252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17253 eval "ac_cv_lib_$ac_lib_var=yes"
17255 echo "configure: failed program was:" >&5
17256 cat conftest.
$ac_ext >&5
17258 eval "ac_cv_lib_$ac_lib_var=no"
17261 LIBS
="$ac_save_LIBS"
17264 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17265 echo "$ac_t""yes" 1>&6
17266 cat >> confdefs.h
<<\EOF
17267 #define HAVE_DLERROR 1
17271 echo "$ac_t""no" 1>&6
17280 if test "$HAVE_DL_FUNCS" = 0; then
17281 if test "$HAVE_SHL_FUNCS" = 0; then
17282 if test "$USE_UNIX" = 1; then
17283 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17284 wxUSE_DYNLIB_CLASS
=no
17286 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17293 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
17294 cat >> confdefs.h
<<\EOF
17295 #define wxUSE_DYNLIB_CLASS 1
17304 if test "$wxUSE_FONTMAP" = "yes" ; then
17305 cat >> confdefs.h
<<\EOF
17306 #define wxUSE_FONTMAP 1
17311 if test "$wxUSE_UNICODE" = "yes" ; then
17312 cat >> confdefs.h
<<\EOF
17313 #define wxUSE_UNICODE 1
17318 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
17319 cat >> confdefs.h
<<\EOF
17320 #define wxUSE_EXPERIMENTAL_PRINTF 1
17326 if test "$wxUSE_SERIAL" = "yes" ; then
17327 cat >> confdefs.h
<<\EOF
17328 #define wxUSE_SERIAL 1
17335 if test "$wxUSE_ODBC" = "yes" ; then
17336 cat >> confdefs.h
<<\EOF
17337 #define wxUSE_ODBC 1
17340 WXODBCFLAG
="-D_IODBC_"
17341 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
17345 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
17346 cat >> confdefs.h
<<\EOF
17347 #define wxUSE_POSTSCRIPT 1
17352 cat >> confdefs.h
<<\EOF
17353 #define wxUSE_AFM_FOR_POSTSCRIPT 1
17357 cat >> confdefs.h
<<\EOF
17358 #define wxUSE_NORMALIZED_PS_FONTS 1
17363 if test "$wxUSE_CONSTRAINTS" = "yes"; then
17364 cat >> confdefs.h
<<\EOF
17365 #define wxUSE_CONSTRAINTS 1
17368 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
17371 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17372 if test "$wxUSE_UNIVERSAL" = "yes"; then
17373 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17374 wxUSE_MDI_ARCHITECTURE
=no
17377 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17378 cat >> confdefs.h
<<\EOF
17379 #define wxUSE_MDI_ARCHITECTURE 1
17382 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
17386 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
17387 cat >> confdefs.h
<<\EOF
17388 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
17391 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
17392 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17393 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
17397 if test "$wxUSE_HELP" = "yes"; then
17398 cat >> confdefs.h
<<\EOF
17399 #define wxUSE_HELP 1
17402 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
17404 if test "$wxUSE_MSW" = 1; then
17405 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
17406 ac_safe
=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17407 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
17408 echo "configure:17409: checking for htmlhelp.h" >&5
17409 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17410 echo $ac_n "(cached) $ac_c" 1>&6
17412 cat > conftest.
$ac_ext <<EOF
17413 #line 17414 "configure"
17414 #include "confdefs.h"
17415 #include <htmlhelp.h>
17417 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17418 { (eval echo configure
:17419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17419 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17420 if test -z "$ac_err"; then
17422 eval "ac_cv_header_$ac_safe=yes"
17425 echo "configure: failed program was:" >&5
17426 cat conftest.
$ac_ext >&5
17428 eval "ac_cv_header_$ac_safe=no"
17432 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17433 echo "$ac_t""yes" 1>&6
17435 cat >> confdefs.h
<<\EOF
17436 #define wxUSE_MS_HTML_HELP 1
17441 echo "$ac_t""no" 1>&6
17443 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
17444 wxUSE_MS_HTML_HELP
=no
17451 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17452 if test "$wxUSE_HTML" = "yes"; then
17453 cat >> confdefs.h
<<\EOF
17454 #define wxUSE_WXHTML_HELP 1
17458 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17459 wxUSE_WXHTML_HELP
=no
17464 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17465 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17466 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
17468 cat >> confdefs.h
<<\EOF
17469 #define wxUSE_PRINTING_ARCHITECTURE 1
17473 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
17476 if test "$wxUSE_PROLOGIO" = "yes" ; then
17477 cat >> confdefs.h
<<\EOF
17478 #define wxUSE_PROLOGIO 1
17483 if test "$wxUSE_RESOURCES" = "yes" ; then
17484 cat >> confdefs.h
<<\EOF
17485 #define wxUSE_RESOURCES 1
17488 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
17491 if test "$wxUSE_X_RESOURCES" = "yes"; then
17492 cat >> confdefs.h
<<\EOF
17493 #define wxUSE_X_RESOURCES 1
17499 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
17500 -o "$wxUSE_CLIPBOARD" = "yes" \
17501 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
17502 for ac_hdr
in ole2.h
17504 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17505 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17506 echo "configure:17507: checking for $ac_hdr" >&5
17507 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17508 echo $ac_n "(cached) $ac_c" 1>&6
17510 cat > conftest.
$ac_ext <<EOF
17511 #line 17512 "configure"
17512 #include "confdefs.h"
17515 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17516 { (eval echo configure
:17517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17517 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17518 if test -z "$ac_err"; then
17520 eval "ac_cv_header_$ac_safe=yes"
17523 echo "configure: failed program was:" >&5
17524 cat conftest.
$ac_ext >&5
17526 eval "ac_cv_header_$ac_safe=no"
17530 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17531 echo "$ac_t""yes" 1>&6
17532 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17533 cat >> confdefs.h
<<EOF
17534 #define $ac_tr_hdr 1
17538 echo "$ac_t""no" 1>&6
17543 if test "$ac_cv_header_ole2_h" = "yes" ; then
17544 if test "$GCC" = yes ; then
17545 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
17546 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17547 LIBS
="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17548 cat >> confdefs.h
<<\EOF
17549 #define wxUSE_OLE 1
17555 cat >> confdefs.h
<<\EOF
17556 #define wxUSE_DATAOBJ 1
17560 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17563 wxUSE_DRAG_AND_DROP
=no
17567 if test "$wxUSE_METAFILE" = "yes"; then
17568 cat >> confdefs.h
<<\EOF
17569 #define wxUSE_METAFILE 1
17573 cat >> confdefs.h
<<\EOF
17574 #define wxUSE_ENH_METAFILE 1
17580 if test "$wxUSE_IPC" = "yes"; then
17581 if test "$wxUSE_SOCKETS" != "yes"; then
17582 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17585 cat >> confdefs.h
<<\EOF
17586 #define wxUSE_IPC 1
17591 if test "$wxUSE_CLIPBOARD" = "yes"; then
17592 cat >> confdefs.h
<<\EOF
17593 #define wxUSE_CLIPBOARD 1
17597 cat >> confdefs.h
<<\EOF
17598 #define wxUSE_DATAOBJ 1
17603 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17604 if test "$wxUSE_GTK" = 1; then
17605 if test "$WXGTK12" != 1; then
17606 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
17607 wxUSE_DRAG_AND_DROP
=no
17611 if test "$wxUSE_MOTIF" = 1; then
17612 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17613 wxUSE_DRAG_AND_DROP
=no
17616 if test "$wxUSE_MAC" = 1; then
17617 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17618 wxUSE_DRAG_AND_DROP
=no
17621 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
17622 cat >> confdefs.h
<<\EOF
17623 #define wxUSE_DRAG_AND_DROP 1
17626 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
17631 if test "$wxUSE_SPLINES" = "yes" ; then
17632 cat >> confdefs.h
<<\EOF
17633 #define wxUSE_SPLINES 1
17640 if test "$wxUSE_CONTROLS" = "yes"; then
17644 if test "$wxUSE_ACCEL" = "yes"; then
17645 cat >> confdefs.h
<<\EOF
17646 #define wxUSE_ACCEL 1
17652 if test "$wxUSE_BUTTON" = "yes"; then
17653 cat >> confdefs.h
<<\EOF
17654 #define wxUSE_BUTTON 1
17660 if test "$wxUSE_BMPBUTTON" = "yes"; then
17661 cat >> confdefs.h
<<\EOF
17662 #define wxUSE_BMPBUTTON 1
17668 if test "$wxUSE_CALCTRL" = "yes"; then
17669 cat >> confdefs.h
<<\EOF
17670 #define wxUSE_CALENDARCTRL 1
17674 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
17677 if test "$wxUSE_CARET" = "yes"; then
17678 cat >> confdefs.h
<<\EOF
17679 #define wxUSE_CARET 1
17683 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
17686 if test "$wxUSE_COMBOBOX" = "yes"; then
17687 cat >> confdefs.h
<<\EOF
17688 #define wxUSE_COMBOBOX 1
17694 if test "$wxUSE_CHOICE" = "yes"; then
17695 cat >> confdefs.h
<<\EOF
17696 #define wxUSE_CHOICE 1
17702 if test "$wxUSE_CHECKBOX" = "yes"; then
17703 cat >> confdefs.h
<<\EOF
17704 #define wxUSE_CHECKBOX 1
17710 if test "$wxUSE_CHECKLST" = "yes"; then
17711 cat >> confdefs.h
<<\EOF
17712 #define wxUSE_CHECKLISTBOX 1
17716 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
17719 if test "$wxUSE_GAUGE" = "yes"; then
17720 cat >> confdefs.h
<<\EOF
17721 #define wxUSE_GAUGE 1
17727 if test "$wxUSE_NEW_GRID" = "yes"; then
17729 cat >> confdefs.h
<<\EOF
17730 #define wxUSE_NEW_GRID 1
17734 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
17737 if test "$wxUSE_GRID" = "yes"; then
17738 cat >> confdefs.h
<<\EOF
17739 #define wxUSE_GRID 1
17743 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
17746 if test "$wxUSE_IMAGLIST" = "yes"; then
17747 cat >> confdefs.h
<<\EOF
17748 #define wxUSE_IMAGLIST 1
17753 if test "$wxUSE_LISTBOX" = "yes"; then
17754 cat >> confdefs.h
<<\EOF
17755 #define wxUSE_LISTBOX 1
17761 if test "$wxUSE_LISTCTRL" = "yes"; then
17762 if test "$wxUSE_IMAGLIST" = "yes"; then
17763 cat >> confdefs.h
<<\EOF
17764 #define wxUSE_LISTCTRL 1
17768 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
17770 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
17774 if test "$wxUSE_NOTEBOOK" = "yes"; then
17775 cat >> confdefs.h
<<\EOF
17776 #define wxUSE_NOTEBOOK 1
17780 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
17783 if test "$wxUSE_PROPSHEET" = "yes"; then
17784 cat >> confdefs.h
<<\EOF
17785 #define wxUSE_PROPSHEET 1
17789 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS proplist"
17792 if test "$wxUSE_RADIOBOX" = "yes"; then
17793 cat >> confdefs.h
<<\EOF
17794 #define wxUSE_RADIOBOX 1
17800 if test "$wxUSE_RADIOBTN" = "yes"; then
17801 cat >> confdefs.h
<<\EOF
17802 #define wxUSE_RADIOBTN 1
17808 if test "$wxUSE_SASH" = "yes"; then
17809 cat >> confdefs.h
<<\EOF
17810 #define wxUSE_SASH 1
17813 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
17816 if test "$wxUSE_SCROLLBAR" = "yes"; then
17817 cat >> confdefs.h
<<\EOF
17818 #define wxUSE_SCROLLBAR 1
17822 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
17825 if test "$wxUSE_SLIDER" = "yes"; then
17826 cat >> confdefs.h
<<\EOF
17827 #define wxUSE_SLIDER 1
17833 if test "$wxUSE_SPINBTN" = "yes"; then
17834 cat >> confdefs.h
<<\EOF
17835 #define wxUSE_SPINBTN 1
17841 if test "$wxUSE_SPINCTRL" = "yes"; then
17842 cat >> confdefs.h
<<\EOF
17843 #define wxUSE_SPINCTRL 1
17849 if test "$wxUSE_SPLITTER" = "yes"; then
17850 cat >> confdefs.h
<<\EOF
17851 #define wxUSE_SPLITTER 1
17854 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
17857 if test "$wxUSE_STATBMP" = "yes"; then
17858 cat >> confdefs.h
<<\EOF
17859 #define wxUSE_STATBMP 1
17865 if test "$wxUSE_STATBOX" = "yes"; then
17866 cat >> confdefs.h
<<\EOF
17867 #define wxUSE_STATBOX 1
17873 if test "$wxUSE_STATTEXT" = "yes"; then
17874 cat >> confdefs.h
<<\EOF
17875 #define wxUSE_STATTEXT 1
17881 if test "$wxUSE_STATLINE" = "yes"; then
17882 if test "$wxUSE_WINE" = 1 ; then
17883 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
17885 cat >> confdefs.h
<<\EOF
17886 #define wxUSE_STATLINE 1
17893 if test "$wxUSE_STATUSBAR" = "yes"; then
17894 cat >> confdefs.h
<<\EOF
17895 #define wxUSE_STATUSBAR 1
17900 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
17903 if test "$wxUSE_TABDIALOG" = "yes"; then
17904 cat >> confdefs.h
<<\EOF
17905 #define wxUSE_TAB_DIALOG 1
17908 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
17911 if test "$wxUSE_TEXTCTRL" = "yes"; then
17912 cat >> confdefs.h
<<\EOF
17913 #define wxUSE_TEXTCTRL 1
17917 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
17920 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17921 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
17922 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
17926 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17927 cat >> confdefs.h
<<\EOF
17928 #define wxUSE_TOGGLEBTN 1
17935 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
17936 cat >> confdefs.h
<<\EOF
17937 #define wxUSE_TOOLBAR_SIMPLE 1
17940 wxUSE_TOOLBAR
="yes"
17944 if test "$wxUSE_TOOLBAR" = "yes"; then
17945 cat >> confdefs.h
<<\EOF
17946 #define wxUSE_TOOLBAR 1
17951 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17952 wxUSE_TOOLBAR_NATIVE
="yes"
17955 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17956 cat >> confdefs.h
<<\EOF
17957 #define wxUSE_TOOLBAR_NATIVE 1
17963 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
17966 if test "$wxUSE_TOOLTIPS" = "yes"; then
17967 if test "$wxUSE_MOTIF" = 1; then
17968 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
17970 if test "$wxUSE_WINE" = 1; then
17971 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
17973 cat >> confdefs.h
<<\EOF
17974 #define wxUSE_TOOLTIPS 1
17981 if test "$wxUSE_TREECTRL" = "yes"; then
17982 if test "$wxUSE_IMAGLIST" = "yes"; then
17983 cat >> confdefs.h
<<\EOF
17984 #define wxUSE_TREECTRL 1
17988 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
17990 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
17994 if test "$wxUSE_POPUPWIN" = "yes"; then
17995 if test "$wxUSE_MAC" = 1; then
17996 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
17998 cat >> confdefs.h
<<\EOF
17999 #define wxUSE_POPUPWIN 1
18006 if test "$USES_CONTROLS" = 1; then
18007 cat >> confdefs.h
<<\EOF
18008 #define wxUSE_CONTROLS 1
18014 if test "$wxUSE_TREELAYOUT" = "yes"; then
18015 cat >> confdefs.h
<<\EOF
18016 #define wxUSE_TREELAYOUT 1
18019 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelay"
18022 if test "$wxUSE_DRAGIMAGE" = "yes"; then
18023 cat >> confdefs.h
<<\EOF
18024 #define wxUSE_DRAGIMAGE 1
18027 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
18030 if test "$wxUSE_MENUS" = "yes"; then
18031 cat >> confdefs.h
<<\EOF
18032 #define wxUSE_MENUS 1
18035 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
18038 if test "$wxUSE_METAFILE" = "yes"; then
18039 cat >> confdefs.h
<<\EOF
18040 #define wxUSE_METAFILE 1
18045 if test "$wxUSE_MIMETYPE" = "yes"; then
18046 cat >> confdefs.h
<<\EOF
18047 #define wxUSE_MIMETYPE 1
18052 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
18053 cat >> confdefs.h
<<\EOF
18054 #define wxUSE_SYSTEM_OPTIONS 1
18059 if test "$wxUSE_MINIFRAME" = "yes"; then
18060 cat >> confdefs.h
<<\EOF
18061 #define wxUSE_MINIFRAME 1
18064 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
18067 if test "$wxUSE_HTML" = "yes"; then
18068 cat >> confdefs.h
<<\EOF
18069 #define wxUSE_HTML 1
18072 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
18075 if test "$wxUSE_VALIDATORS" = "yes"; then
18076 cat >> confdefs.h
<<\EOF
18077 #define wxUSE_VALIDATORS 1
18080 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
18083 if test "$wxUSE_PALETTE" = "yes" ; then
18084 cat >> confdefs.h
<<\EOF
18085 #define wxUSE_PALETTE 1
18090 if test "$wxUSE_IMAGE" = "yes" ; then
18091 cat >> confdefs.h
<<\EOF
18092 #define wxUSE_IMAGE 1
18097 if test "$wxUSE_GIF" = "yes" ; then
18098 cat >> confdefs.h
<<\EOF
18099 #define wxUSE_GIF 1
18104 if test "$wxUSE_PCX" = "yes" ; then
18105 cat >> confdefs.h
<<\EOF
18106 #define wxUSE_PCX 1
18111 if test "$wxUSE_PNM" = "yes" ; then
18112 cat >> confdefs.h
<<\EOF
18113 #define wxUSE_PNM 1
18118 if test "$wxUSE_XPM" = "yes" ; then
18119 cat >> confdefs.h
<<\EOF
18120 #define wxUSE_XPM 1
18126 if test "$wxUSE_CHOICEDLG" = "yes"; then
18127 cat >> confdefs.h
<<\EOF
18128 #define wxUSE_CHOICEDLG 1
18133 if test "$wxUSE_COLOURDLG" = "yes"; then
18134 cat >> confdefs.h
<<\EOF
18135 #define wxUSE_COLOURDLG 1
18140 if test "$wxUSE_FILEDLG" = "yes"; then
18141 cat >> confdefs.h
<<\EOF
18142 #define wxUSE_FILEDLG 1
18147 if test "$wxUSE_FINDREPLDLG" = "yes"; then
18148 cat >> confdefs.h
<<\EOF
18149 #define wxUSE_FINDREPLDLG 1
18154 if test "$wxUSE_FONTDLG" = "yes"; then
18155 cat >> confdefs.h
<<\EOF
18156 #define wxUSE_FONTDLG 1
18161 if test "$wxUSE_DIRDLG" = "yes"; then
18162 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18163 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18165 if test "$wxUSE_TREECTRL" != "yes"; then
18166 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18168 cat >> confdefs.h
<<\EOF
18169 #define wxUSE_DIRDLG 1
18176 if test "$wxUSE_MSGDLG" = "yes"; then
18177 cat >> confdefs.h
<<\EOF
18178 #define wxUSE_MSGDLG 1
18183 if test "$wxUSE_NUMBERDLG" = "yes"; then
18184 cat >> confdefs.h
<<\EOF
18185 #define wxUSE_NUMBERDLG 1
18190 if test "$wxUSE_PROGRESSDLG" = "yes"; then
18191 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18192 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18194 cat >> confdefs.h
<<\EOF
18195 #define wxUSE_PROGRESSDLG 1
18201 if test "$wxUSE_SPLASH" = "yes"; then
18202 cat >> confdefs.h
<<\EOF
18203 #define wxUSE_SPLASH 1
18208 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18209 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18210 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18212 cat >> confdefs.h
<<\EOF
18213 #define wxUSE_STARTUP_TIPS 1
18219 if test "$wxUSE_TEXTDLG" = "yes"; then
18220 cat >> confdefs.h
<<\EOF
18221 #define wxUSE_TEXTDLG 1
18226 if test "$wxUSE_WIZARDDLG" = "yes"; then
18227 cat >> confdefs.h
<<\EOF
18228 #define wxUSE_WIZARDDLG 1
18231 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
18235 if test "$cross_compiling" = "yes"; then
18238 OSINFO
=`uname -s -r -m`
18239 OSINFO
="\"$OSINFO\""
18242 cat >> confdefs.h
<<EOF
18243 #define WXWIN_OS_DESCRIPTION $OSINFO
18248 if test "x$prefix" != "xNONE"; then
18251 wxPREFIX
=$ac_default_prefix
18254 cat >> confdefs.h
<<EOF
18255 #define wxINSTALL_PREFIX "$wxPREFIX"
18260 GUILIBS
="$GUI_TK_LIBRARY $TOOLKIT_LINK"
18262 EXTRA_LIBS
="$EXTRA_LIBS $LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
18264 if test "$wxUSE_MAC" = 1 ; then
18265 EXTRA_LIBS
="$EXTRA_LIBS -framework Carbon -framework System"
18268 if test "$wxUSE_GUI" = "yes"; then
18269 EXTRA_LIBS
="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
18272 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs \
18273 drawing dynamic erase event exec font image \
18274 minimal richedit rotate widgets"
18276 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18278 SAMPLES_SUBDIRS
="console"
18281 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18283 INCLUDES
="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
18284 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18285 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
18287 if test "$wxUSE_GTK" = 1; then
18288 WXCONFIG_INCLUDE
=""
18290 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
18293 if test "$GXX" = yes ; then
18294 CXXWARNINGS
="-Wall"
18296 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18298 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18299 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18301 LDFLAGS
="$LDFLAGS $PROFILE"
18303 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18390 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
18391 echo "configure:18392: checking whether ${MAKE-make} sets \${MAKE}" >&5
18392 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
18393 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18394 echo $ac_n "(cached) $ac_c" 1>&6
18396 cat > conftestmake
<<\EOF
18398 @
echo 'ac_maketemp="${MAKE}"'
18400 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18401 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
18402 if test -n "$ac_maketemp"; then
18403 eval ac_cv_prog_make_
${ac_make}_set
=yes
18405 eval ac_cv_prog_make_
${ac_make}_set
=no
18409 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
18410 echo "$ac_t""yes" 1>&6
18413 echo "$ac_t""no" 1>&6
18414 SET_MAKE
="MAKE=${MAKE-make}"
18418 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
18419 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
18424 if test "$wxUSE_GUI" = "yes"; then
18425 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
18426 wx_cv_path_ifs
=$PATH_IFS
18427 wx_cv_program_ext
=$PROGRAM_EXT
18428 wx_cv_target_library
=$WX_TARGET_LIBRARY
18429 wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL
18430 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
18431 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
18432 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
18433 subdirs
="demos samples utils contrib"
18438 cat > confcache
<<\EOF
18439 # This file is a shell script that caches the results of configure
18440 # tests run on this system so they can be shared between configure
18441 # scripts and configure runs. It is not useful on other systems.
18442 # If it contains results you don't want to keep, you may remove or edit it.
18444 # By default, configure uses ./config.cache as the cache file,
18445 # creating it if it does not exist already. You can give configure
18446 # the --cache-file=FILE option to use a different cache file; that is
18447 # what configure does when it calls configure scripts in
18448 # subdirectories, so they share the cache.
18449 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18450 # config.status only pays attention to the cache file if you give it the
18451 # --recheck option to rerun configure.
18454 # The following way of writing the cache mishandles newlines in values,
18455 # but we know of no workaround that is simple, portable, and efficient.
18456 # So, don't put newlines in cache variables' values.
18457 # Ultrix sh set writes to stderr and can't be redirected directly,
18458 # and sets the high bit in the cache file unless we assign to the vars.
18460 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18462 # `set' does not quote correctly, so add quotes (double-quote substitution
18463 # turns \\\\ into \\, and sed turns \\ into \).
18465 -e "s/'/'\\\\''/g" \
18466 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18469 # `set' quotes correctly as required by POSIX, so do not add quotes.
18470 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18473 if cmp -s $cache_file confcache
; then
18476 if test -w $cache_file; then
18477 echo "updating cache $cache_file"
18478 cat confcache
> $cache_file
18480 echo "not updating unwritable cache $cache_file"
18485 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18487 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18488 # Let make expand exec_prefix.
18489 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18491 # Any assignment to VPATH causes Sun make to only execute
18492 # the first set of double-colon rules, so remove it if not needed.
18493 # If there is a colon in the path, we need to keep it.
18494 if test "x$srcdir" = x.
; then
18495 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
18498 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18500 DEFS
=-DHAVE_CONFIG_H
18502 # Without the "./", some shells look in PATH for config.status.
18503 : ${CONFIG_STATUS=./config.status}
18505 echo creating
$CONFIG_STATUS
18506 rm -f $CONFIG_STATUS
18507 cat > $CONFIG_STATUS <<EOF
18509 # Generated automatically by configure.
18510 # Run this file to recreate the current configuration.
18511 # This directory was configured as follows,
18512 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18514 # $0 $ac_configure_args
18516 # Compiler output produced by configure, useful for debugging
18517 # configure, is in ./config.log if it exists.
18519 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18522 case "\$ac_option" in
18523 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18524 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18525 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18526 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18527 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18529 -help | --help | --hel | --he | --h)
18530 echo "\$ac_cs_usage"; exit 0 ;;
18531 *) echo "\$ac_cs_usage"; exit 1 ;;
18535 ac_given_srcdir=$srcdir
18536 ac_given_INSTALL="$INSTALL"
18538 trap 'rm -fr `echo "
18544 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18546 cat >> $CONFIG_STATUS <<EOF
18548 # Protect against being on the right side of a sed subst in config.status.
18549 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18550 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18554 s%@CFLAGS@%$CFLAGS%g
18555 s%@CPPFLAGS@%$CPPFLAGS%g
18556 s%@CXXFLAGS@%$CXXFLAGS%g
18557 s%@FFLAGS@%$FFLAGS%g
18559 s%@LDFLAGS@%$LDFLAGS%g
18561 s%@exec_prefix@%$exec_prefix%g
18562 s%@prefix@%$prefix%g
18563 s%@program_transform_name@%$program_transform_name%g
18564 s%@bindir@%$bindir%g
18565 s%@sbindir@%$sbindir%g
18566 s%@libexecdir@%$libexecdir%g
18567 s%@datadir@%$datadir%g
18568 s%@sysconfdir@%$sysconfdir%g
18569 s%@sharedstatedir@%$sharedstatedir%g
18570 s%@localstatedir@%$localstatedir%g
18571 s%@libdir@%$libdir%g
18572 s%@includedir@%$includedir%g
18573 s%@oldincludedir@%$oldincludedir%g
18574 s%@infodir@%$infodir%g
18575 s%@mandir@%$mandir%g
18577 s%@host_alias@%$host_alias%g
18578 s%@host_cpu@%$host_cpu%g
18579 s%@host_vendor@%$host_vendor%g
18580 s%@host_os@%$host_os%g
18581 s%@target@%$target%g
18582 s%@target_alias@%$target_alias%g
18583 s%@target_cpu@%$target_cpu%g
18584 s%@target_vendor@%$target_vendor%g
18585 s%@target_os@%$target_os%g
18587 s%@build_alias@%$build_alias%g
18588 s%@build_cpu@%$build_cpu%g
18589 s%@build_vendor@%$build_vendor%g
18590 s%@build_os@%$build_os%g
18594 s%@RANLIB@%$RANLIB%g
18596 s%@INSTALL@%$INSTALL%g
18597 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18598 s%@INSTALL_DATA@%$INSTALL_DATA%g
18599 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18603 s%@LEXLIB@%$LEXLIB%g
18605 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
18606 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18607 s%@GTK_LIBS@%$GTK_LIBS%g
18608 s%@GTK_CONFIG@%$GTK_CONFIG%g
18609 s%@X_CFLAGS@%$X_CFLAGS%g
18610 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18611 s%@X_LIBS@%$X_LIBS%g
18612 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18613 s%@RESCOMP@%$RESCOMP%g
18615 s%@CXXCPP@%$CXXCPP%g
18616 s%@LEX_STEM@%$LEX_STEM%g
18617 s%@PATH_IFS@%$PATH_IFS%g
18618 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18619 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18620 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18621 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18622 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18623 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
18624 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18625 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18626 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18627 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18628 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18629 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18630 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18631 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18632 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18633 s%@WX_ALL@%$WX_ALL%g
18634 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18635 s%@SHARED_LD@%$SHARED_LD%g
18636 s%@PIC_FLAG@%$PIC_FLAG%g
18637 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18638 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18639 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18640 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
18641 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18642 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18643 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18644 s%@USE_GUI@%$USE_GUI%g
18645 s%@AFMINSTALL@%$AFMINSTALL%g
18646 s%@TOOLKIT@%$TOOLKIT%g
18647 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18648 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
18649 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18650 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
18651 s%@cross_compiling@%$cross_compiling%g
18652 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18653 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
18654 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18655 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18656 s%@GUIDIST@%$GUIDIST%g
18657 s%@PORT_FILES@%$PORT_FILES%g
18658 s%@DISTDIR@%$DISTDIR%g
18659 s%@RPM_SPEC@%$RPM_SPEC%g
18660 s%@RPM_FILES@%$RPM_FILES%g
18661 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18662 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18663 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18664 s%@EXTRADEFS@%$EXTRADEFS%g
18665 s%@LD_LIBS@%$LD_LIBS%g
18666 s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g
18667 s%@RESFLAGS@%$RESFLAGS%g
18668 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
18669 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
18670 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
18671 s%@LIBWXMACRES@%$LIBWXMACRES%g
18672 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18673 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
18674 s%@DLLTOOL@%$DLLTOOL%g
18678 s%@MAKEINFO@%$MAKEINFO%g
18679 s%@SET_MAKE@%$SET_MAKE%g
18680 s%@subdirs@%$subdirs%g
18685 cat >> $CONFIG_STATUS <<\EOF
18687 # Split the substitutions into bite-sized pieces for seds with
18688 # small command number limits, like on Digital OSF/1 and HP-UX.
18689 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
18690 ac_file
=1 # Number of current file.
18691 ac_beg
=1 # First line for current file.
18692 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
18695 while $ac_more_lines; do
18696 if test $ac_beg -gt 1; then
18697 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
18699 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
18701 if test ! -s conftest.s
$ac_file; then
18702 ac_more_lines
=false
18703 rm -f conftest.s
$ac_file
18705 if test -z "$ac_sed_cmds"; then
18706 ac_sed_cmds
="sed -f conftest.s$ac_file"
18708 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
18710 ac_file
=`expr $ac_file + 1`
18712 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
18715 if test -z "$ac_sed_cmds"; then
18720 cat >> $CONFIG_STATUS <<EOF
18722 CONFIG_FILES=\${CONFIG_FILES-"wx-config
18729 cat >> $CONFIG_STATUS <<\EOF
18730 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
18731 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18733 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18734 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18735 *) ac_file_in
="${ac_file}.in" ;;
18738 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18740 # Remove last slash and all that follows it. Not all systems have dirname.
18741 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18742 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
18743 # The file is in a subdirectory.
18744 test ! -d "$ac_dir" && mkdir "$ac_dir"
18745 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
18746 # A "../" for each directory in $ac_dir_suffix.
18747 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18749 ac_dir_suffix
= ac_dots
=
18752 case "$ac_given_srcdir" in
18754 if test -z "$ac_dots"; then top_srcdir
=.
18755 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18756 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
18757 *) # Relative path.
18758 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18759 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
18762 case "$ac_given_INSTALL" in
18763 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
18764 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
18767 echo creating
"$ac_file"
18769 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18771 *Makefile
*) ac_comsub
="1i\\
18772 # $configure_input" ;;
18776 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18778 s%@configure_input@%$configure_input%g
18779 s%@srcdir@%$srcdir%g
18780 s%@top_srcdir@%$top_srcdir%g
18781 s%@INSTALL@%$INSTALL%g
18782 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18786 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18787 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18789 # ac_d sets the value in "#define NAME VALUE" lines.
18790 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18791 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
18794 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18795 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18796 ac_uB
='\([ ]\)%\1#\2define\3'
18799 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18800 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18801 ac_eB
='$%\1#\2define\3'
18805 if test "${CONFIG_HEADERS+set}" != set; then
18807 cat >> $CONFIG_STATUS <<EOF
18808 CONFIG_HEADERS="setup.h:setup.h.in"
18810 cat >> $CONFIG_STATUS <<\EOF
18812 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
18813 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18815 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18816 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18817 *) ac_file_in
="${ac_file}.in" ;;
18820 echo creating
$ac_file
18822 rm -f conftest.frag conftest.
in conftest.out
18823 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18824 cat $ac_file_inputs > conftest.
in
18828 # Transform confdefs.h into a sed script conftest.vals that substitutes
18829 # the proper values into config.h.in to produce config.h. And first:
18830 # Protect against being on the right side of a sed subst in config.status.
18831 # Protect against being in an unquoted here document in config.status.
18832 rm -f conftest.vals
18833 cat > conftest.hdr
<<\EOF
18836 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18840 sed -n -f conftest.hdr confdefs.h > conftest.vals
18843 # This sed command replaces #undef with comments. This is necessary, for
18844 # example, in the case of _POSIX_SOURCE, which is predefined and required
18845 # on some systems where configure will not decide to define it.
18846 cat >> conftest.vals <<\EOF
18847 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18850 # Break up conftest.vals because some shells have a limit on
18851 # the size of here documents, and old seds have small limits too.
18853 rm -f conftest.tail
18856 ac_lines=`grep -c . conftest.vals
`
18857 # grep -c gives empty output for an empty file on some AIX systems.
18858 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18859 # Write a limited-size here document to conftest.frag.
18860 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18861 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18863 sed -f conftest.frag conftest.in > conftest.out
18865 mv conftest.out conftest.in
18866 ' >> $CONFIG_STATUS
18867 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18868 rm -f conftest.vals
18869 mv conftest.tail conftest.vals
18871 rm -f conftest.vals
18873 cat >> $CONFIG_STATUS <<\EOF
18874 rm -f conftest.frag conftest.h
18875 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18876 cat conftest.in >> conftest.h
18878 if cmp -s $ac_file conftest.h 2>/dev/null; then
18879 echo "$ac_file is unchanged"
18882 # Remove last slash and all that follows it. Not all systems have dirname.
18883 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18884 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18885 # The file is in a subdirectory.
18886 test ! -d "$ac_dir" && mkdir "$ac_dir"
18889 mv conftest.h $ac_file
18894 cat >> $CONFIG_STATUS <<EOF
18896 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
18901 cat >> $CONFIG_STATUS <<\EOF
18903 if test ! -h wx-config; then
18905 mv wx-config wx${TOOLCHAIN_NAME}-config
18906 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
18909 if test ! -d lib; then
18912 if test ! -d lib/wx; then
18915 if test ! -d lib/wx/include; then
18916 mkdir lib/wx/include
18918 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
18919 mkdir lib/wx/include/${TOOLCHAIN_NAME}
18921 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
18922 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
18924 if test -f setup.h; then
18925 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
18930 chmod +x $CONFIG_STATUS
18931 rm -fr confdefs* $ac_clean_files
18932 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
18934 if test "$no_recursion" != yes; then
18936 # Remove --cache-file and --srcdir arguments so they do not pile up.
18937 ac_sub_configure_args=
18939 for ac_arg in $ac_configure_args; do
18940 if test -n "$ac_prev"; then
18945 -cache-file | --cache-file | --cache-fil | --cache-fi \
18946 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18947 ac_prev=cache_file ;;
18948 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
18949 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
18951 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18953 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18955 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18959 for ac_config_dir in demos samples utils contrib; do
18961 # Do not complain, so a configure script can configure whichever
18962 # parts of a large source tree are present.
18963 if test ! -d $srcdir/$ac_config_dir; then
18967 echo configuring in $ac_config_dir
18972 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18974 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18982 # A "../" for each directory in /$ac_config_dir.
18983 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
18986 .) # No --srcdir option. We are building in place.
18987 ac_sub_srcdir=$srcdir ;;
18988 /*) # Absolute path.
18989 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
18990 *) # Relative path.
18991 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
18994 # Check for guested configure; otherwise get Cygnus style configure.
18995 if test -f $ac_sub_srcdir/configure; then
18996 ac_sub_configure=$ac_sub_srcdir/configure
18997 elif test -f $ac_sub_srcdir/configure.in; then
18998 ac_sub_configure=$ac_configure
19000 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
19004 # The recursion is here.
19005 if test -n "$ac_sub_configure"; then
19007 # Make the cache file name correct relative to the subdirectory.
19008 case "$cache_file" in
19009 /*) ac_sub_cache_file=$cache_file ;;
19010 *) # Relative path.
19011 ac_sub_cache_file="$ac_dots$cache_file" ;;
19013 case "$ac_given_INSTALL" in
19014 [/$]*) INSTALL="$ac_given_INSTALL" ;;
19015 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
19018 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
19019 # The eval makes quoting arguments work.
19020 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
19023 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }