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-cygwin use Cygwin for MS-Windows"
73 --with-mingw use GCC Minimal MS-Windows"
75 --with-pm use OS/2 Presentation Manager"
79 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
81 --with-libpng use libpng (PNG image format)"
83 --with-libjpeg use libjpeg (JPEG file format)"
85 --with-libtiff use libtiff (TIFF file format)"
87 --with-freetype use freetype (font rasterizer)"
89 --with-opengl use OpenGL (or Mesa)"
91 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
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-burnt_name create set name in shared library "
101 --enable-optimise create optimised code"
103 --enable-debug same as debug_flag and debug_info"
105 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
107 --enable-debug_info create code with debugging information"
109 --enable-debug_gdb create code with extra GDB debugging information"
111 --enable-debug_cntxt use wxDebugContext"
113 --enable-mem_tracing create code with memory tracing"
115 --enable-profile create code with profiling information"
117 --enable-no_rtti create code without RTTI information"
119 --enable-no_exceptions create code without exceptions information"
121 --enable-permissive compile code disregarding strict ANSI"
123 --enable-no_deps create code without dependency information"
125 --enable-compat20 enable wxWin 2.0 compatibility"
127 --enable-compat22 enable wxWin 2.2 compatibility"
129 --enable-intl use internationalization system"
131 --enable-config use wxConfig (and derived) classes"
133 --enable-sockets use socket/network classes"
135 --enable-ipc use interprocess communication (wxSocket etc.)"
137 --enable-cmdline use wxCmdLineParser class"
139 --enable-datetime use wxDateTime class"
141 --enable-timedate use obsolete wxDate/wxTime classes"
143 --enable-stopwatch use wxStopWatch class"
145 --enable-dialupman use dialup network classes"
147 --enable-apple_ieee use the Apple IEEE codec"
149 --enable-timer use wxTimer class"
151 --enable-wave use wxWave class"
153 --enable-fraction use wxFraction class"
155 --enable-dynlib use wxLibrary class for DLL loading"
157 --enable-longlong use wxLongLong class"
159 --enable-geometry use geometry class"
161 --enable-log use logging system"
163 --enable-streams use wxStream etc classes"
165 --enable-file use wxFile classes"
167 --enable-ffile use wxFFile classes"
169 --enable-textfile use wxTextFile classes"
171 --enable-fontmap use font encodings conversion classes"
173 --enable-unicode compile wxString with Unicode support"
175 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
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-threads use threads"
197 --enable-serial use class serialization"
199 --enable-docview use document view architecture"
201 --enable-help use help (using external browser at present)"
203 --enable-constraints use layout-constraints system"
205 --enable-printarch use printing architecture"
207 --enable-mdi use multiple document interface architecture"
209 --enable-loggui use standard GUI logger"
211 --enable-logwin use wxLogWindow"
213 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
215 --enable-prologio use Prolog IO library"
217 --enable-resources use wxWindows resources"
219 --enable-xresources use X resources for save (default for gtk+)"
221 --enable-clipboard use wxClipboard classes"
223 --enable-dnd use Drag'n'Drop classes"
225 --enable-metafile use win32 metafiles"
227 --enable-wxtree make wxTree library"
229 --enable-controls use all usual controls"
231 --enable-accel use accelerators"
233 --enable-button use wxButton class"
235 --enable-bmpbutton use wxBitmapButton class"
237 --enable-calendar use wxCalendarCtrl class"
239 --enable-caret use wxCaret class"
241 --enable-checkbox use wxCheckBox class"
243 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
245 --enable-choice use wxChoice class"
247 --enable-combobox use wxComboBox classes"
249 --enable-gauge use wxGauge class"
251 --enable-grid use wxGrid class"
253 --enable-newgrid use new wxGrid class"
255 --enable-imaglist use wxImageList class"
257 --enable-listbox use wxListBox class"
259 --enable-listctrl use wxListCtrl class"
261 --enable-notebook use wxNotebook class"
263 --enable-radiobox use wxRadioBox class"
265 --enable-radiobtn use wxRadioButton class"
267 --enable-sash use wxSashWindow class"
269 --enable-scrollbar use wxScrollBar class and scrollable windows"
271 --enable-slider use wxSlider class"
273 --enable-spinbtn use wxSpinButton class"
275 --enable-spinctrl use wxSpinCtrl class"
277 --enable-splitter use wxSplitterWindow class"
279 --enable-statbmp use wxStaticBitmap class"
281 --enable-statbox use wxStaticBox class"
283 --enable-statline use wxStaticLine class"
285 --enable-stattext use wxStaticText class"
287 --enable-statusbar use wxStatusBar class"
289 --enable-tabdialog use wxTabControl class"
291 --enable-textctrl use wxTextCtrl class"
293 --enable-togglebtn use wxToggleButton class"
295 --enable-toolbar use wxToolBar class"
297 --enable-tbarnative use native wxToolBar class"
299 --enable-tbarsmpl use wxToolBarSimple class"
301 --enable-treectrl use wxTreeCtrl class"
303 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
305 --enable-choicedlg use wxChoiceDialog"
307 --enable-coldlg use wxColourDialog"
309 --enable-filedlg use wxFileDialog"
311 --enable-fontdlg use wxFontDialog"
313 --enable-dirdlg use wxDirDialog"
315 --enable-msgdlg use wxMessageDialog"
317 --enable-numberdlg use wxNumberEntryDialog"
319 --enable-textdlg use wxTextDialog"
321 --enable-tipdlg use startup tips"
323 --enable-progressdlg use wxProgressDialog"
325 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
327 --enable-miniframe use wxMiniFrame class"
329 --enable-html use wxHTML sub-library"
331 --enable-tooltips use wxToolTip class"
333 --enable-splines use spline drawing code"
335 --enable-validators use wxValidator and derived classes"
337 --enable-busyinfo use wxBusyInfo"
339 --enable-joystick compile in joystick support (Linux only)"
341 --enable-metafiles use wxMetaFile (Windows only)"
343 --enable-image use wxImage class"
345 --enable-gif use gif images (GIF file format)"
347 --enable-pcx use pcx images (PCX file format)"
349 --enable-pnm use pnm images (PNM file format)"
351 --enable-xpm use xpm images (XPM file format)"
353 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
355 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
357 --disable-gtktest Do not try to compile and run a test GTK program"
359 --with-x use the X Window System"
361 # Initialize some variables set by options.
362 # The variables have the same names as the options, with
363 # dashes changed to underlines.
365 cache_file
=.
/config.cache
374 program_transform_name
=s
,x
,x
,
382 bindir
='${exec_prefix}/bin'
383 sbindir
='${exec_prefix}/sbin'
384 libexecdir
='${exec_prefix}/libexec'
385 datadir
='${prefix}/share'
386 sysconfdir
='${prefix}/etc'
387 sharedstatedir
='${prefix}/com'
388 localstatedir
='${prefix}/var'
389 libdir
='${exec_prefix}/lib'
390 includedir
='${prefix}/include'
391 oldincludedir
='/usr/include'
392 infodir
='${prefix}/info'
393 mandir
='${prefix}/man'
395 # Initialize some other variables.
398 SHELL
=${CONFIG_SHELL-/bin/sh}
399 # Maximum number of lines to put in a shell here document.
406 # If the previous option needs an argument, assign it.
407 if test -n "$ac_prev"; then
408 eval "$ac_prev=\$ac_option"
414 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
418 # Accept the important Cygnus configure options, so we can diagnose typos.
422 -bindir | --bindir | --bindi | --bind | --bin | --bi)
424 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
425 bindir
="$ac_optarg" ;;
427 -build | --build | --buil | --bui | --bu)
429 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
430 build
="$ac_optarg" ;;
432 -cache-file | --cache-file | --cache-fil | --cache-fi \
433 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
434 ac_prev
=cache_file
;;
435 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
436 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
437 cache_file
="$ac_optarg" ;;
439 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
441 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
443 datadir
="$ac_optarg" ;;
445 -disable-* | --disable-*)
446 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
447 # Reject names that are not valid shell variable names.
448 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
449 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
451 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
452 eval "enable_${ac_feature}=no" ;;
454 -enable-* | --enable-*)
455 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
456 # Reject names that are not valid shell variable names.
457 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
458 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
460 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
465 eval "enable_${ac_feature}='$ac_optarg'" ;;
467 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
468 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
469 | --exec | --exe | --ex)
470 ac_prev
=exec_prefix
;;
471 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
472 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
473 | --exec=* | --exe=* | --ex=*)
474 exec_prefix
="$ac_optarg" ;;
476 -gas | --gas | --ga | --g)
477 # Obsolete; use --with-gas.
480 -help | --help | --hel | --he)
481 # Omit some internal or obsolete options to make the list less imposing.
482 # This message is too long to be a string in the A/UX 3.1 sh.
484 Usage: configure [options] [host]
485 Options: [defaults in brackets after descriptions]
487 --cache-file=FILE cache test results in FILE
488 --help print this message
489 --no-create do not create output files
490 --quiet, --silent do not print \`checking...' messages
491 --version print the version of autoconf that created configure
492 Directory and file names:
493 --prefix=PREFIX install architecture-independent files in PREFIX
495 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
497 --bindir=DIR user executables in DIR [EPREFIX/bin]
498 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
499 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
500 --datadir=DIR read-only architecture-independent data in DIR
502 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
503 --sharedstatedir=DIR modifiable architecture-independent data in DIR
505 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
506 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
507 --includedir=DIR C header files in DIR [PREFIX/include]
508 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
509 --infodir=DIR info documentation in DIR [PREFIX/info]
510 --mandir=DIR man documentation in DIR [PREFIX/man]
511 --srcdir=DIR find the sources in DIR [configure dir or ..]
512 --program-prefix=PREFIX prepend PREFIX to installed program names
513 --program-suffix=SUFFIX append SUFFIX to installed program names
514 --program-transform-name=PROGRAM
515 run sed PROGRAM on installed program names
519 --build=BUILD configure for building on BUILD [BUILD=HOST]
520 --host=HOST configure for HOST [guessed]
521 --target=TARGET configure for TARGET [TARGET=HOST]
522 Features and packages:
523 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
524 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
525 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
526 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
527 --x-includes=DIR X include files are in DIR
528 --x-libraries=DIR X library files are in DIR
530 if test -n "$ac_help"; then
531 echo "--enable and --with options recognized:$ac_help"
535 -host | --host | --hos | --ho)
537 -host=* | --host=* | --hos=* | --ho=*)
540 -includedir | --includedir | --includedi | --included | --include \
541 | --includ | --inclu | --incl | --inc)
542 ac_prev
=includedir
;;
543 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
544 | --includ=* | --inclu=* | --incl=* | --inc=*)
545 includedir
="$ac_optarg" ;;
547 -infodir | --infodir | --infodi | --infod | --info | --inf)
549 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
550 infodir
="$ac_optarg" ;;
552 -libdir | --libdir | --libdi | --libd)
554 -libdir=* | --libdir=* | --libdi=* | --libd=*)
555 libdir
="$ac_optarg" ;;
557 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
558 | --libexe | --libex | --libe)
559 ac_prev
=libexecdir
;;
560 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
561 | --libexe=* | --libex=* | --libe=*)
562 libexecdir
="$ac_optarg" ;;
564 -localstatedir | --localstatedir | --localstatedi | --localstated \
565 | --localstate | --localstat | --localsta | --localst \
566 | --locals | --local | --loca | --loc | --lo)
567 ac_prev
=localstatedir
;;
568 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
569 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
570 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
571 localstatedir
="$ac_optarg" ;;
573 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
575 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
576 mandir
="$ac_optarg" ;;
579 # Obsolete; use --without-fp.
582 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
586 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
587 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
590 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
591 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
592 | --oldin | --oldi | --old | --ol | --o)
593 ac_prev
=oldincludedir
;;
594 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
595 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
596 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
597 oldincludedir
="$ac_optarg" ;;
599 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
601 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
602 prefix
="$ac_optarg" ;;
604 -program-prefix | --program-prefix | --program-prefi | --program-pref \
605 | --program-pre | --program-pr | --program-p)
606 ac_prev
=program_prefix
;;
607 -program-prefix=* | --program-prefix=* | --program-prefi=* \
608 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
609 program_prefix
="$ac_optarg" ;;
611 -program-suffix | --program-suffix | --program-suffi | --program-suff \
612 | --program-suf | --program-su | --program-s)
613 ac_prev
=program_suffix
;;
614 -program-suffix=* | --program-suffix=* | --program-suffi=* \
615 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
616 program_suffix
="$ac_optarg" ;;
618 -program-transform-name | --program-transform-name \
619 | --program-transform-nam | --program-transform-na \
620 | --program-transform-n | --program-transform- \
621 | --program-transform | --program-transfor \
622 | --program-transfo | --program-transf \
623 | --program-trans | --program-tran \
624 | --progr-tra | --program-tr | --program-t)
625 ac_prev
=program_transform_name
;;
626 -program-transform-name=* | --program-transform-name=* \
627 | --program-transform-nam=* | --program-transform-na=* \
628 | --program-transform-n=* | --program-transform-=* \
629 | --program-transform=* | --program-transfor=* \
630 | --program-transfo=* | --program-transf=* \
631 | --program-trans=* | --program-tran=* \
632 | --progr-tra=* | --program-tr=* | --program-t=*)
633 program_transform_name
="$ac_optarg" ;;
635 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
636 | -silent | --silent | --silen | --sile | --sil)
639 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
641 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
643 sbindir
="$ac_optarg" ;;
645 -sharedstatedir | --sharedstatedir | --sharedstatedi \
646 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
647 | --sharedst | --shareds | --shared | --share | --shar \
649 ac_prev
=sharedstatedir
;;
650 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
651 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
652 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
654 sharedstatedir
="$ac_optarg" ;;
656 -site | --site | --sit)
658 -site=* | --site=* | --sit=*)
661 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
663 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
664 srcdir
="$ac_optarg" ;;
666 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
667 | --syscon | --sysco | --sysc | --sys | --sy)
668 ac_prev
=sysconfdir
;;
669 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
670 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
671 sysconfdir
="$ac_optarg" ;;
673 -target | --target | --targe | --targ | --tar | --ta | --t)
675 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
676 target
="$ac_optarg" ;;
678 -v | -verbose | --verbose | --verbos | --verbo | --verb)
681 -version | --version | --versio | --versi | --vers)
682 echo "configure generated by autoconf version 2.13"
686 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
687 # Reject names that are not valid shell variable names.
688 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
689 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
691 ac_package
=`echo $ac_package| sed 's/-/_/g'`
696 eval "with_${ac_package}='$ac_optarg'" ;;
698 -without-* | --without-*)
699 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
700 # Reject names that are not valid shell variable names.
701 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
702 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
704 ac_package
=`echo $ac_package| sed 's/-/_/g'`
705 eval "with_${ac_package}=no" ;;
708 # Obsolete; use --with-x.
711 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
712 | --x-incl | --x-inc | --x-in | --x-i)
713 ac_prev
=x_includes
;;
714 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
715 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
716 x_includes
="$ac_optarg" ;;
718 -x-libraries | --x-libraries | --x-librarie | --x-librari \
719 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
720 ac_prev
=x_libraries
;;
721 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
722 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
723 x_libraries
="$ac_optarg" ;;
725 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
729 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
730 echo "configure: warning: $ac_option: invalid host type" 1>&2
732 if test "x$nonopt" != xNONE
; then
733 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
741 if test -n "$ac_prev"; then
742 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
745 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
747 # File descriptor usage:
750 # 2 errors and warnings
751 # 3 some systems may open it to /dev/tty
752 # 4 used on the Kubota Titan
753 # 6 checking for... messages and results
754 # 5 compiler messages saved in config.log
755 if test "$silent" = yes; then
763 This file contains any messages produced by compilers while
764 running configure, to aid debugging if configure makes a mistake.
767 # Strip out --no-create and --no-recursion so they do not pile up.
768 # Also quote any args containing shell metacharacters.
773 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
774 | --no-cr | --no-c) ;;
775 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
776 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
777 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
778 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
779 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
784 # Only set these to C if already set. These must not be set unconditionally
785 # because not all systems understand e.g. LANG=C (notably SCO).
786 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
787 # Non-C LC_CTYPE values break the ctype check.
788 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
789 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
790 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
791 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
793 # confdefs.h avoids OS command line length limits that DEFS can exceed.
794 rm -rf conftest
* confdefs.h
795 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
798 # A filename unique to this package, relative to the directory that
799 # configure is in, which we can look for to find out if srcdir is correct.
800 ac_unique_file
=wx
-config.
in
802 # Find the source files, if location was not specified.
803 if test -z "$srcdir"; then
804 ac_srcdir_defaulted
=yes
805 # Try the directory containing this script, then its parent.
807 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
808 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
810 if test ! -r $srcdir/$ac_unique_file; then
814 ac_srcdir_defaulted
=no
816 if test ! -r $srcdir/$ac_unique_file; then
817 if test "$ac_srcdir_defaulted" = yes; then
818 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
820 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
823 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
825 # Prefer explicitly selected file to automatically selected ones.
826 if test -z "$CONFIG_SITE"; then
827 if test "x$prefix" != xNONE
; then
828 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
830 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
833 for ac_site_file
in $CONFIG_SITE; do
834 if test -r "$ac_site_file"; then
835 echo "loading site script $ac_site_file"
840 if test -r "$cache_file"; then
841 echo "loading cache $cache_file"
844 echo "creating cache $cache_file"
849 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
850 ac_cpp
='$CPP $CPPFLAGS'
851 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
852 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
853 cross_compiling
=$ac_cv_prog_cc_cross
857 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
858 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
859 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
866 ac_n
= ac_c
='\c' ac_t
=
872 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
873 if test -f $ac_dir/install-sh; then
875 ac_install_sh
="$ac_aux_dir/install-sh -c"
877 elif test -f $ac_dir/install.sh
; then
879 ac_install_sh
="$ac_aux_dir/install.sh -c"
883 if test -z "$ac_aux_dir"; then
884 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
886 ac_config_guess
=$ac_aux_dir/config.guess
887 ac_config_sub
=$ac_aux_dir/config.sub
888 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
891 # Do some error checking and defaulting for the host and target type.
893 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
896 # 1. You are not allowed to specify --host, --target, and nonopt at the
898 # 2. Host defaults to nonopt.
899 # 3. If nonopt is not specified, then host defaults to the current host,
900 # as determined by config.guess.
901 # 4. Target and build default to nonopt.
902 # 5. If nonopt is not specified, then target and build default to host.
904 # The aliases save the names the user supplied, while $host etc.
905 # will get canonicalized.
906 case $host---$target---$nonopt in
907 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
908 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
912 # Make sure we can run config.sub.
913 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
914 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
917 echo $ac_n "checking host system type""... $ac_c" 1>&6
918 echo "configure:919: checking host system type" >&5
921 case "$host_alias" in
925 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
926 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
928 *) host_alias
=$nonopt ;;
932 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
933 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
934 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
935 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
936 echo "$ac_t""$host" 1>&6
938 echo $ac_n "checking target system type""... $ac_c" 1>&6
939 echo "configure:940: checking target system type" >&5
942 case "$target_alias" in
945 NONE
) target_alias
=$host_alias ;;
946 *) target_alias
=$nonopt ;;
950 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
951 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
952 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
953 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
954 echo "$ac_t""$target" 1>&6
956 echo $ac_n "checking build system type""... $ac_c" 1>&6
957 echo "configure:958: checking build system type" >&5
960 case "$build_alias" in
963 NONE
) build_alias
=$host_alias ;;
964 *) build_alias
=$nonopt ;;
968 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
969 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
970 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
971 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
972 echo "$ac_t""$build" 1>&6
974 test "$host_alias" != "$target_alias" &&
975 test "$program_prefix$program_suffix$program_transform_name" = \
977 program_prefix
=${target_alias}-
981 WX_MAJOR_VERSION_NUMBER
=2
982 WX_MINOR_VERSION_NUMBER
=3
985 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
986 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1020 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1022 ALL_TOOLKITS
="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE"
1027 DEFAULT_wxUSE_MOTIF
=0
1030 DEFAULT_wxUSE_WINE
=0
1032 DEFAULT_DEFAULT_wxUSE_GTK
=0
1033 DEFAULT_DEFAULT_wxUSE_MAC
=0
1034 DEFAULT_DEFAULT_wxUSE_MGL
=0
1035 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1036 DEFAULT_DEFAULT_wxUSE_MSW
=0
1037 DEFAULT_DEFAULT_wxUSE_PM
=0
1038 DEFAULT_DEFAULT_wxUSE_WINE
=0
1045 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1046 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1047 cat >> confdefs.h
<<\EOF
1054 cat >> confdefs.h
<<\EOF
1059 if test "x$TMP" = "xalpha"; then
1061 cat >> confdefs.h
<<\EOF
1066 DEFAULT_DEFAULT_wxUSE_GTK
=1
1068 *-*-irix5* | *-*-irix6* )
1071 cat >> confdefs.h
<<\EOF
1075 cat >> confdefs.h
<<\EOF
1079 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1085 cat >> confdefs.h
<<\EOF
1089 cat >> confdefs.h
<<\EOF
1090 #define __SOLARIS__ 1
1093 cat >> confdefs.h
<<\EOF
1097 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1098 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1104 cat >> confdefs.h
<<\EOF
1108 cat >> confdefs.h
<<\EOF
1112 cat >> confdefs.h
<<\EOF
1116 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1121 cat >> confdefs.h
<<\EOF
1122 #define __FREEBSD__ 1
1125 cat >> confdefs.h
<<\EOF
1129 DEFAULT_DEFAULT_wxUSE_GTK
=1
1134 cat >> confdefs.h
<<\EOF
1135 #define __FREEBSD__ 1
1138 cat >> confdefs.h
<<\EOF
1139 #define __OPENBSD__ 1
1142 DEFAULT_DEFAULT_wxUSE_GTK
=1
1147 cat >> confdefs.h
<<\EOF
1148 #define __FREEBSD__ 1
1151 cat >> confdefs.h
<<\EOF
1152 #define __NETBSD__ 1
1155 DEFAULT_DEFAULT_wxUSE_GTK
=1
1160 cat >> confdefs.h
<<\EOF
1164 cat >> confdefs.h
<<\EOF
1168 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1169 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1174 cat >> confdefs.h
<<\EOF
1178 cat >> confdefs.h
<<\EOF
1182 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1187 cat >> confdefs.h
<<\EOF
1191 cat >> confdefs.h
<<\EOF
1195 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1201 cat >> confdefs.h
<<\EOF
1205 cat >> confdefs.h
<<\EOF
1209 cat >> confdefs.h
<<\EOF
1213 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1216 *-*-cygwin* | *-*-mingw32* )
1219 cat >> confdefs.h
<<\EOF
1223 cat >> confdefs.h
<<\EOF
1227 cat >> confdefs.h
<<\EOF
1228 #define __WINDOWS__ 1
1231 cat >> confdefs.h
<<\EOF
1232 #define __GNUWIN32__ 1
1235 cat >> confdefs.h
<<\EOF
1239 cat >> confdefs.h
<<\EOF
1240 #define WINVER 0x0400
1244 DEFAULT_DEFAULT_wxUSE_MSW
=1
1248 cat >> confdefs.h
<<\EOF
1253 DEFAULT_DEFAULT_wxUSE_PM
=1
1259 cat >> confdefs.h
<<\EOF
1263 cat >> confdefs.h
<<\EOF
1267 cat >> confdefs.h
<<\EOF
1271 DEFAULT_DEFAULT_wxUSE_MAC
=1
1276 cat >> confdefs.h
<<\EOF
1283 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1286 if test "$USE_UNIX" = 1 ; then
1288 cat >> confdefs.h
<<\EOF
1293 SRC_SUBDIRS
="$SRC_SUBDIRS unix"
1294 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS unix"
1297 if test "$USE_BEOS" = 1; then
1298 SRC_SUBDIRS
="$SRC_SUBDIRS be"
1299 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS be"
1302 if test "$USE_LINUX" = 1; then
1303 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1304 echo "configure:1305: checking for gettext in -lc" >&5
1305 ac_lib_var
=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1306 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1307 echo $ac_n "(cached) $ac_c" 1>&6
1309 ac_save_LIBS
="$LIBS"
1311 cat > conftest.
$ac_ext <<EOF
1312 #line 1313 "configure"
1313 #include "confdefs.h"
1314 /* Override any gcc2 internal prototype to avoid an error. */
1315 /* We use char because int might match the return type of a gcc2
1316 builtin and then its argument prototype would still apply. */
1323 if { (eval echo configure
:1324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1325 eval "ac_cv_lib_$ac_lib_var=yes"
1327 echo "configure: failed program was:" >&5
1328 cat conftest.
$ac_ext >&5
1330 eval "ac_cv_lib_$ac_lib_var=no"
1333 LIBS
="$ac_save_LIBS"
1336 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1337 echo "$ac_t""yes" 1>&6
1338 cat >> confdefs.h
<<\EOF
1339 #define wxHAVE_GLIBC2 1
1343 echo "$ac_t""no" 1>&6
1351 wx_arg_cache_file
="configarg.cache"
1352 echo "loading argument cache $wx_arg_cache_file"
1353 rm -f ${wx_arg_cache_file}.tmp
1354 touch ${wx_arg_cache_file}.tmp
1355 touch ${wx_arg_cache_file}
1359 if test $DEBUG_CONFIGURE = 1; then
1360 DEFAULT_wxUSE_UNIVERSAL
=no
1362 DEFAULT_wxUSE_THREADS
=yes
1364 DEFAULT_wxUSE_SHARED
=yes
1365 DEFAULT_wxUSE_BURNT_NAME
=no
1366 DEFAULT_wxUSE_OPTIMISE
=no
1367 DEFAULT_wxUSE_PROFILE
=no
1368 DEFAULT_wxUSE_NO_DEPS
=no
1369 DEFAULT_wxUSE_NO_RTTI
=no
1370 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1371 DEFAULT_wxUSE_PERMISSIVE
=no
1372 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1373 DEFAULT_wxUSE_DEBUG_INFO
=yes
1374 DEFAULT_wxUSE_DEBUG_GDB
=yes
1375 DEFAULT_wxUSE_MEM_TRACING
=no
1376 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1377 DEFAULT_wxUSE_DMALLOC
=no
1378 DEFAULT_wxUSE_APPLE_IEEE
=no
1380 DEFAULT_wxUSE_LOG
=yes
1381 DEFAULT_wxUSE_LOGWINDOW
=no
1382 DEFAULT_wxUSE_LOGGUI
=no
1384 DEFAULT_wxUSE_GUI
=yes
1385 DEFAULT_wxUSE_CONTROLS
=no
1387 DEFAULT_wxUSE_ZLIB
=no
1388 DEFAULT_wxUSE_LIBPNG
=no
1389 DEFAULT_wxUSE_LIBJPEG
=no
1390 DEFAULT_wxUSE_LIBTIFF
=no
1391 DEFAULT_wxUSE_ODBC
=no
1392 DEFAULT_wxUSE_FREETYPE
=no
1393 DEFAULT_wxUSE_OPENGL
=no
1395 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1396 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1397 DEFAULT_wxUSE_STD_IOSTREAM
=no
1398 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1399 DEFAULT_wxUSE_DATETIME
=no
1400 DEFAULT_wxUSE_TIMEDATE
=no
1401 DEFAULT_wxUSE_TIMER
=no
1402 DEFAULT_wxUSE_STOPWATCH
=no
1403 DEFAULT_wxUSE_FILE
=no
1404 DEFAULT_wxUSE_FFILE
=no
1405 DEFAULT_wxUSE_TEXTFILE
=no
1406 DEFAULT_wxUSE_WAVE
=no
1407 DEFAULT_wxUSE_INTL
=no
1408 DEFAULT_wxUSE_CONFIG
=no
1409 DEFAULT_wxUSE_FONTMAP
=no
1410 DEFAULT_wxUSE_STREAMS
=no
1411 DEFAULT_wxUSE_SOCKETS
=no
1412 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1413 DEFAULT_wxUSE_SERIAL
=no
1414 DEFAULT_wxUSE_JOYSTICK
=no
1415 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1416 DEFAULT_wxUSE_LONGLONG
=no
1417 DEFAULT_wxUSE_GEOMETRY
=no
1419 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1420 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1421 DEFAULT_wxUSE_POSTSCRIPT
=no
1423 DEFAULT_wxUSE_X_RESOURCES
=no
1424 DEFAULT_wxUSE_CLIPBOARD
=no
1425 DEFAULT_wxUSE_TOOLTIPS
=no
1426 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1427 DEFAULT_wxUSE_SPLINES
=no
1429 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1430 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1431 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1433 DEFAULT_wxUSE_PROLOGIO
=no
1434 DEFAULT_wxUSE_RESOURCES
=no
1435 DEFAULT_wxUSE_CONSTRAINTS
=no
1436 DEFAULT_wxUSE_IPC
=no
1437 DEFAULT_wxUSE_HELP
=no
1438 DEFAULT_wxUSE_WXTREE
=no
1439 DEFAULT_wxUSE_METAFILE
=no
1440 DEFAULT_wxUSE_MIMETYPE
=no
1442 DEFAULT_wxUSE_COMMONDLGS
=no
1443 DEFAULT_wxUSE_CHOICEDLG
=no
1444 DEFAULT_wxUSE_COLOURDLG
=no
1445 DEFAULT_wxUSE_DIRDLG
=no
1446 DEFAULT_wxUSE_FILEDLG
=no
1447 DEFAULT_wxUSE_FONTDLG
=no
1448 DEFAULT_wxUSE_MSGDLG
=no
1449 DEFAULT_wxUSE_NUMBERDLG
=no
1450 DEFAULT_wxUSE_TEXTDLG
=no
1451 DEFAULT_wxUSE_STARTUP_TIPS
=no
1452 DEFAULT_wxUSE_PROGRESSDLG
=no
1453 DEFAULT_wxUSE_MENUS
=no
1454 DEFAULT_wxUSE_MINIFRAME
=no
1455 DEFAULT_wxUSE_HTML
=no
1456 DEFAULT_wxUSE_FILESYSTEM
=no
1457 DEFAULT_wxUSE_FS_INET
=no
1458 DEFAULT_wxUSE_FS_ZIP
=no
1459 DEFAULT_wxUSE_BUSYINFO
=no
1460 DEFAULT_wxUSE_ZIPSTREAM
=no
1461 DEFAULT_wxUSE_VALIDATORS
=no
1463 DEFAULT_wxUSE_ACCEL
=no
1464 DEFAULT_wxUSE_BUTTON
=no
1465 DEFAULT_wxUSE_BMPBUTTON
=no
1466 DEFAULT_wxUSE_CALCTRL
=no
1467 DEFAULT_wxUSE_CARET
=no
1468 DEFAULT_wxUSE_CHECKBOX
=no
1469 DEFAULT_wxUSE_CHECKLST
=no
1470 DEFAULT_wxUSE_CHOICE
=no
1471 DEFAULT_wxUSE_COMBOBOX
=no
1472 DEFAULT_wxUSE_GAUGE
=no
1473 DEFAULT_wxUSE_GRID
=no
1474 DEFAULT_wxUSE_NEW_GRID
=no
1475 DEFAULT_wxUSE_IMAGLIST
=no
1476 DEFAULT_wxUSE_LISTBOX
=no
1477 DEFAULT_wxUSE_LISTCTRL
=no
1478 DEFAULT_wxUSE_NOTEBOOK
=no
1479 DEFAULT_wxUSE_RADIOBOX
=no
1480 DEFAULT_wxUSE_RADIOBTN
=no
1481 DEFAULT_wxUSE_SASH
=no
1482 DEFAULT_wxUSE_SCROLLBAR
=no
1483 DEFAULT_wxUSE_SLIDER
=no
1484 DEFAULT_wxUSE_SPINBTN
=no
1485 DEFAULT_wxUSE_SPINCTRL
=no
1486 DEFAULT_wxUSE_SPLITTER
=no
1487 DEFAULT_wxUSE_STATBMP
=no
1488 DEFAULT_wxUSE_STATBOX
=no
1489 DEFAULT_wxUSE_STATLINE
=no
1490 DEFAULT_wxUSE_STATTEXT
=no
1491 DEFAULT_wxUSE_STATUSBAR
=yes
1492 DEFAULT_wxUSE_TABDIALOG
=no
1493 DEFAULT_wxUSE_TEXTCTRL
=no
1494 DEFAULT_wxUSE_TOGGLEBTN
=no
1495 DEFAULT_wxUSE_TOOLBAR
=no
1496 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1497 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1498 DEFAULT_wxUSE_TREECTRL
=no
1500 DEFAULT_wxUSE_UNICODE
=no
1501 DEFAULT_wxUSE_WCSRTOMBS
=no
1503 DEFAULT_wxUSE_IMAGE
=no
1504 DEFAULT_wxUSE_GIF
=no
1505 DEFAULT_wxUSE_PCX
=no
1506 DEFAULT_wxUSE_PNM
=no
1507 DEFAULT_wxUSE_XPM
=no
1509 DEFAULT_wxUSE_UNIVERSAL
=no
1511 DEFAULT_wxUSE_THREADS
=yes
1513 DEFAULT_wxUSE_SHARED
=yes
1514 DEFAULT_wxUSE_BURNT_NAME
=no
1515 DEFAULT_wxUSE_OPTIMISE
=yes
1516 DEFAULT_wxUSE_PROFILE
=no
1517 DEFAULT_wxUSE_NO_DEPS
=no
1518 DEFAULT_wxUSE_NO_RTTI
=no
1519 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1520 DEFAULT_wxUSE_PERMISSIVE
=no
1521 DEFAULT_wxUSE_DEBUG_FLAG
=no
1522 DEFAULT_wxUSE_DEBUG_INFO
=no
1523 DEFAULT_wxUSE_DEBUG_GDB
=no
1524 DEFAULT_wxUSE_MEM_TRACING
=no
1525 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1526 DEFAULT_wxUSE_DMALLOC
=no
1527 DEFAULT_wxUSE_APPLE_IEEE
=yes
1529 DEFAULT_wxUSE_LOG
=yes
1531 DEFAULT_wxUSE_GUI
=yes
1533 DEFAULT_wxUSE_ZLIB
=yes
1534 DEFAULT_wxUSE_LIBPNG
=yes
1535 DEFAULT_wxUSE_LIBJPEG
=yes
1536 DEFAULT_wxUSE_LIBTIFF
=yes
1537 DEFAULT_wxUSE_ODBC
=no
1538 DEFAULT_wxUSE_FREETYPE
=no
1539 DEFAULT_wxUSE_OPENGL
=no
1541 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1542 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1543 DEFAULT_wxUSE_STD_IOSTREAM
=no
1544 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1545 DEFAULT_wxUSE_DATETIME
=yes
1546 DEFAULT_wxUSE_TIMEDATE
=no
1547 DEFAULT_wxUSE_TIMER
=yes
1548 DEFAULT_wxUSE_STOPWATCH
=yes
1549 DEFAULT_wxUSE_FILE
=yes
1550 DEFAULT_wxUSE_FFILE
=yes
1551 DEFAULT_wxUSE_TEXTFILE
=yes
1552 DEFAULT_wxUSE_WAVE
=no
1553 DEFAULT_wxUSE_INTL
=yes
1554 DEFAULT_wxUSE_CONFIG
=yes
1555 DEFAULT_wxUSE_FONTMAP
=yes
1556 DEFAULT_wxUSE_STREAMS
=yes
1557 DEFAULT_wxUSE_SOCKETS
=yes
1558 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1559 DEFAULT_wxUSE_SERIAL
=yes
1560 DEFAULT_wxUSE_JOYSTICK
=yes
1561 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1562 DEFAULT_wxUSE_LONGLONG
=yes
1563 DEFAULT_wxUSE_GEOMETRY
=yes
1565 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1566 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1567 DEFAULT_wxUSE_POSTSCRIPT
=yes
1569 DEFAULT_wxUSE_X_RESOURCES
=no
1570 DEFAULT_wxUSE_CLIPBOARD
=yes
1571 DEFAULT_wxUSE_TOOLTIPS
=yes
1572 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1573 DEFAULT_wxUSE_SPLINES
=yes
1575 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1576 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1577 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1579 DEFAULT_wxUSE_PROLOGIO
=yes
1580 DEFAULT_wxUSE_RESOURCES
=yes
1581 DEFAULT_wxUSE_CONSTRAINTS
=yes
1582 DEFAULT_wxUSE_IPC
=yes
1583 DEFAULT_wxUSE_HELP
=yes
1584 DEFAULT_wxUSE_WXTREE
=yes
1585 DEFAULT_wxUSE_METAFILE
=yes
1586 DEFAULT_wxUSE_MIMETYPE
=yes
1588 DEFAULT_wxUSE_COMMONDLGS
=yes
1589 DEFAULT_wxUSE_CHOICEDLG
=yes
1590 DEFAULT_wxUSE_COLOURDLG
=yes
1591 DEFAULT_wxUSE_DIRDLG
=yes
1592 DEFAULT_wxUSE_FILEDLG
=yes
1593 DEFAULT_wxUSE_FONTDLG
=yes
1594 DEFAULT_wxUSE_MSGDLG
=yes
1595 DEFAULT_wxUSE_NUMBERDLG
=yes
1596 DEFAULT_wxUSE_TEXTDLG
=yes
1597 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1598 DEFAULT_wxUSE_PROGRESSDLG
=yes
1599 DEFAULT_wxUSE_MENUS
=yes
1600 DEFAULT_wxUSE_MINIFRAME
=yes
1601 DEFAULT_wxUSE_HTML
=yes
1602 DEFAULT_wxUSE_FILESYSTEM
=yes
1603 DEFAULT_wxUSE_FS_INET
=yes
1604 DEFAULT_wxUSE_FS_ZIP
=yes
1605 DEFAULT_wxUSE_BUSYINFO
=yes
1606 DEFAULT_wxUSE_ZIPSTREAM
=yes
1607 DEFAULT_wxUSE_VALIDATORS
=yes
1609 DEFAULT_wxUSE_ACCEL
=yes
1610 DEFAULT_wxUSE_BUTTON
=yes
1611 DEFAULT_wxUSE_BMPBUTTON
=yes
1612 DEFAULT_wxUSE_CALCTRL
=yes
1613 DEFAULT_wxUSE_CARET
=yes
1614 DEFAULT_wxUSE_CHECKBOX
=yes
1615 DEFAULT_wxUSE_CHECKLST
=yes
1616 DEFAULT_wxUSE_CHOICE
=yes
1617 DEFAULT_wxUSE_COMBOBOX
=yes
1618 DEFAULT_wxUSE_GAUGE
=yes
1619 DEFAULT_wxUSE_GRID
=yes
1620 DEFAULT_wxUSE_NEW_GRID
=yes
1621 DEFAULT_wxUSE_IMAGLIST
=yes
1622 DEFAULT_wxUSE_LISTBOX
=yes
1623 DEFAULT_wxUSE_LISTCTRL
=yes
1624 DEFAULT_wxUSE_NOTEBOOK
=yes
1625 DEFAULT_wxUSE_RADIOBOX
=yes
1626 DEFAULT_wxUSE_RADIOBTN
=yes
1627 DEFAULT_wxUSE_SASH
=yes
1628 DEFAULT_wxUSE_SCROLLBAR
=yes
1629 DEFAULT_wxUSE_SLIDER
=yes
1630 DEFAULT_wxUSE_SPINBTN
=yes
1631 DEFAULT_wxUSE_SPINCTRL
=yes
1632 DEFAULT_wxUSE_SPLITTER
=yes
1633 DEFAULT_wxUSE_STATBMP
=yes
1634 DEFAULT_wxUSE_STATBOX
=yes
1635 DEFAULT_wxUSE_STATLINE
=yes
1636 DEFAULT_wxUSE_STATTEXT
=yes
1637 DEFAULT_wxUSE_STATUSBAR
=yes
1638 DEFAULT_wxUSE_TABDIALOG
=no
1639 DEFAULT_wxUSE_TEXTCTRL
=yes
1640 DEFAULT_wxUSE_TOGGLEBTN
=yes
1641 DEFAULT_wxUSE_TOOLBAR
=yes
1642 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1643 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1644 DEFAULT_wxUSE_TREECTRL
=yes
1646 DEFAULT_wxUSE_UNICODE
=no
1647 DEFAULT_wxUSE_WCSRTOMBS
=no
1649 DEFAULT_wxUSE_IMAGE
=yes
1650 DEFAULT_wxUSE_GIF
=yes
1651 DEFAULT_wxUSE_PCX
=yes
1652 DEFAULT_wxUSE_PNM
=yes
1653 DEFAULT_wxUSE_XPM
=yes
1658 for toolkit
in `echo $ALL_TOOLKITS`; do
1659 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1660 if test "x$LINE" != x
; then
1661 has_toolkit_in_cache
=1
1662 eval "DEFAULT_$LINE"
1663 eval "CACHE_$toolkit=1"
1669 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1670 echo "configure:1671: checking for --enable-gui" >&5
1672 # Check whether --enable-gui or --disable-gui was given.
1673 if test "${enable_gui+set}" = set; then
1674 enableval
="$enable_gui"
1676 if test "$enableval" = yes; then
1677 ac_cv_use_gui
='wxUSE_GUI=yes'
1679 ac_cv_use_gui
='wxUSE_GUI=no'
1684 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1685 if test "x$LINE" != x
; then
1686 eval "DEFAULT_$LINE"
1691 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1696 eval "$ac_cv_use_gui"
1697 if test "$no_cache" != 1; then
1698 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1701 if test "$wxUSE_GUI" = yes; then
1702 echo "$ac_t""yes" 1>&6
1704 echo "$ac_t""no" 1>&6
1708 if test "$wxUSE_GUI" = "yes"; then
1711 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1712 echo "configure:1713: checking for --enable-universal" >&5
1714 # Check whether --enable-universal or --disable-universal was given.
1715 if test "${enable_universal+set}" = set; then
1716 enableval
="$enable_universal"
1718 if test "$enableval" = yes; then
1719 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1721 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1726 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1727 if test "x$LINE" != x
; then
1728 eval "DEFAULT_$LINE"
1733 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1738 eval "$ac_cv_use_universal"
1739 if test "$no_cache" != 1; then
1740 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1743 if test "$wxUSE_UNIVERSAL" = yes; then
1744 echo "$ac_t""yes" 1>&6
1746 echo "$ac_t""no" 1>&6
1749 # Check whether --with-gtk or --without-gtk was given.
1750 if test "${with_gtk+set}" = set; then
1752 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1755 # Check whether --with-motif or --without-motif was given.
1756 if test "${with_motif+set}" = set; then
1757 withval
="$with_motif"
1758 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1761 # Check whether --with-mac or --without-mac was given.
1762 if test "${with_mac+set}" = set; then
1764 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1767 # Check whether --with-wine or --without-wine was given.
1768 if test "${with_wine+set}" = set; then
1769 withval
="$with_wine"
1770 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1773 # Check whether --with-cygwin or --without-cygwin was given.
1774 if test "${with_cygwin+set}" = set; then
1775 withval
="$with_cygwin"
1776 wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1
1779 # Check whether --with-mingw or --without-mingw was given.
1780 if test "${with_mingw+set}" = set; then
1781 withval
="$with_mingw"
1782 wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1
1785 # Check whether --with-pm or --without-pm was given.
1786 if test "${with_pm+set}" = set; then
1788 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1791 # Check whether --with-mgl or --without-mgl was given.
1792 if test "${with_mgl+set}" = set; then
1794 wxUSE_MGL
="$withval" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1798 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1799 if test "${enable_gtk2+set}" = set; then
1800 enableval
="$enable_gtk2"
1808 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1809 echo "configure:1810: checking for --with-libpng" >&5
1811 # Check whether --with-libpng or --without-libpng was given.
1812 if test "${with_libpng+set}" = set; then
1813 withval
="$with_libpng"
1815 if test "$withval" = yes; then
1816 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1817 elif test "$withval" = no
; then
1818 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1819 elif test "$withval" = sys
; then
1820 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1822 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1827 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1828 if test "x$LINE" != x
; then
1829 eval "DEFAULT_$LINE"
1834 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1839 eval "$ac_cv_use_libpng"
1840 if test "$no_cache" != 1; then
1841 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1844 if test "$wxUSE_LIBPNG" = yes; then
1845 echo "$ac_t""yes" 1>&6
1846 elif test "$wxUSE_LIBPNG" = no
; then
1847 echo "$ac_t""no" 1>&6
1848 elif test "$wxUSE_LIBPNG" = sys
; then
1849 echo "$ac_t""system version" 1>&6
1851 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1855 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1856 echo "configure:1857: checking for --with-libjpeg" >&5
1858 # Check whether --with-libjpeg or --without-libjpeg was given.
1859 if test "${with_libjpeg+set}" = set; then
1860 withval
="$with_libjpeg"
1862 if test "$withval" = yes; then
1863 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1864 elif test "$withval" = no
; then
1865 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1866 elif test "$withval" = sys
; then
1867 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
1869 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1874 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1875 if test "x$LINE" != x
; then
1876 eval "DEFAULT_$LINE"
1881 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1886 eval "$ac_cv_use_libjpeg"
1887 if test "$no_cache" != 1; then
1888 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1891 if test "$wxUSE_LIBJPEG" = yes; then
1892 echo "$ac_t""yes" 1>&6
1893 elif test "$wxUSE_LIBJPEG" = no
; then
1894 echo "$ac_t""no" 1>&6
1895 elif test "$wxUSE_LIBJPEG" = sys
; then
1896 echo "$ac_t""system version" 1>&6
1898 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1902 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1903 echo "configure:1904: checking for --with-libtiff" >&5
1905 # Check whether --with-libtiff or --without-libtiff was given.
1906 if test "${with_libtiff+set}" = set; then
1907 withval
="$with_libtiff"
1909 if test "$withval" = yes; then
1910 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
1911 elif test "$withval" = no
; then
1912 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
1913 elif test "$withval" = sys
; then
1914 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
1916 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1921 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1922 if test "x$LINE" != x
; then
1923 eval "DEFAULT_$LINE"
1928 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1933 eval "$ac_cv_use_libtiff"
1934 if test "$no_cache" != 1; then
1935 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1938 if test "$wxUSE_LIBTIFF" = yes; then
1939 echo "$ac_t""yes" 1>&6
1940 elif test "$wxUSE_LIBTIFF" = no
; then
1941 echo "$ac_t""no" 1>&6
1942 elif test "$wxUSE_LIBTIFF" = sys
; then
1943 echo "$ac_t""system version" 1>&6
1945 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1949 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
1950 echo "configure:1951: checking for --with-freetype" >&5
1952 # Check whether --with-freetype or --without-freetype was given.
1953 if test "${with_freetype+set}" = set; then
1954 withval
="$with_freetype"
1956 if test "$withval" = yes; then
1957 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
1958 elif test "$withval" = no
; then
1959 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
1960 elif test "$withval" = sys
; then
1961 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
1963 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1968 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
1969 if test "x$LINE" != x
; then
1970 eval "DEFAULT_$LINE"
1975 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
1980 eval "$ac_cv_use_freetype"
1981 if test "$no_cache" != 1; then
1982 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
1985 if test "$wxUSE_FREETYPE" = yes; then
1986 echo "$ac_t""yes" 1>&6
1987 elif test "$wxUSE_FREETYPE" = no
; then
1988 echo "$ac_t""no" 1>&6
1989 elif test "$wxUSE_FREETYPE" = sys
; then
1990 echo "$ac_t""system version" 1>&6
1992 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1996 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
1997 echo "configure:1998: checking for --with-opengl" >&5
1999 # Check whether --with-opengl or --without-opengl was given.
2000 if test "${with_opengl+set}" = set; then
2001 withval
="$with_opengl"
2003 if test "$withval" = yes; then
2004 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2006 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2011 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2012 if test "x$LINE" != x
; then
2013 eval "DEFAULT_$LINE"
2018 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2023 eval "$ac_cv_use_opengl"
2024 if test "$no_cache" != 1; then
2025 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2028 if test "$wxUSE_OPENGL" = yes; then
2029 echo "$ac_t""yes" 1>&6
2031 echo "$ac_t""no" 1>&6
2038 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2039 echo "configure:2040: checking for --with-dmalloc" >&5
2041 # Check whether --with-dmalloc or --without-dmalloc was given.
2042 if test "${with_dmalloc+set}" = set; then
2043 withval
="$with_dmalloc"
2045 if test "$withval" = yes; then
2046 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2048 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2053 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2054 if test "x$LINE" != x
; then
2055 eval "DEFAULT_$LINE"
2060 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2065 eval "$ac_cv_use_dmalloc"
2066 if test "$no_cache" != 1; then
2067 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2070 if test "$wxUSE_DMALLOC" = yes; then
2071 echo "$ac_t""yes" 1>&6
2073 echo "$ac_t""no" 1>&6
2077 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2078 echo "configure:2079: checking for --with-zlib" >&5
2080 # Check whether --with-zlib or --without-zlib was given.
2081 if test "${with_zlib+set}" = set; then
2082 withval
="$with_zlib"
2084 if test "$withval" = yes; then
2085 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2086 elif test "$withval" = no
; then
2087 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2088 elif test "$withval" = sys
; then
2089 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2091 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
2096 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2097 if test "x$LINE" != x
; then
2098 eval "DEFAULT_$LINE"
2103 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2108 eval "$ac_cv_use_zlib"
2109 if test "$no_cache" != 1; then
2110 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2113 if test "$wxUSE_ZLIB" = yes; then
2114 echo "$ac_t""yes" 1>&6
2115 elif test "$wxUSE_ZLIB" = no
; then
2116 echo "$ac_t""no" 1>&6
2117 elif test "$wxUSE_ZLIB" = sys
; then
2118 echo "$ac_t""system version" 1>&6
2120 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
2124 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2125 echo "configure:2126: checking for --with-odbc" >&5
2127 # Check whether --with-odbc or --without-odbc was given.
2128 if test "${with_odbc+set}" = set; then
2129 withval
="$with_odbc"
2131 if test "$withval" = yes; then
2132 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2134 ac_cv_use_odbc
='wxUSE_ODBC=no'
2139 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2140 if test "x$LINE" != x
; then
2141 eval "DEFAULT_$LINE"
2146 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2151 eval "$ac_cv_use_odbc"
2152 if test "$no_cache" != 1; then
2153 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2156 if test "$wxUSE_ODBC" = yes; then
2157 echo "$ac_t""yes" 1>&6
2159 echo "$ac_t""no" 1>&6
2166 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2167 echo "configure:2168: checking for --enable-shared" >&5
2169 # Check whether --enable-shared or --disable-shared was given.
2170 if test "${enable_shared+set}" = set; then
2171 enableval
="$enable_shared"
2173 if test "$enableval" = yes; then
2174 ac_cv_use_shared
='wxUSE_SHARED=yes'
2176 ac_cv_use_shared
='wxUSE_SHARED=no'
2181 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2182 if test "x$LINE" != x
; then
2183 eval "DEFAULT_$LINE"
2188 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2193 eval "$ac_cv_use_shared"
2194 if test "$no_cache" != 1; then
2195 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2198 if test "$wxUSE_SHARED" = yes; then
2199 echo "$ac_t""yes" 1>&6
2201 echo "$ac_t""no" 1>&6
2205 echo $ac_n "checking for --enable-burnt_name""... $ac_c" 1>&6
2206 echo "configure:2207: checking for --enable-burnt_name" >&5
2208 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2209 if test "${enable_burnt_name+set}" = set; then
2210 enableval
="$enable_burnt_name"
2212 if test "$enableval" = yes; then
2213 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=yes'
2215 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=no'
2220 LINE
=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2221 if test "x$LINE" != x
; then
2222 eval "DEFAULT_$LINE"
2227 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2232 eval "$ac_cv_use_burnt_name"
2233 if test "$no_cache" != 1; then
2234 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2237 if test "$wxUSE_BURNT_NAME" = yes; then
2238 echo "$ac_t""yes" 1>&6
2240 echo "$ac_t""no" 1>&6
2244 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2245 echo "configure:2246: checking for --enable-optimise" >&5
2247 # Check whether --enable-optimise or --disable-optimise was given.
2248 if test "${enable_optimise+set}" = set; then
2249 enableval
="$enable_optimise"
2251 if test "$enableval" = yes; then
2252 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2254 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2259 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2260 if test "x$LINE" != x
; then
2261 eval "DEFAULT_$LINE"
2266 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2271 eval "$ac_cv_use_optimise"
2272 if test "$no_cache" != 1; then
2273 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2276 if test "$wxUSE_OPTIMISE" = yes; then
2277 echo "$ac_t""yes" 1>&6
2279 echo "$ac_t""no" 1>&6
2283 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2284 echo "configure:2285: checking for --enable-debug" >&5
2286 # Check whether --enable-debug or --disable-debug was given.
2287 if test "${enable_debug+set}" = set; then
2288 enableval
="$enable_debug"
2290 if test "$enableval" = yes; then
2291 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2293 ac_cv_use_debug
='wxUSE_DEBUG=no'
2298 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2299 if test "x$LINE" != x
; then
2300 eval "DEFAULT_$LINE"
2305 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2310 eval "$ac_cv_use_debug"
2311 if test "$no_cache" != 1; then
2312 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2315 if test "$wxUSE_DEBUG" = yes; then
2316 echo "$ac_t""yes" 1>&6
2318 echo "$ac_t""no" 1>&6
2322 if test "$wxUSE_DEBUG" = "yes"; then
2323 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2324 DEFAULT_wxUSE_DEBUG_INFO
=yes
2325 elif test "$wxUSE_DEBUG" = "no"; then
2326 DEFAULT_wxUSE_DEBUG_FLAG
=no
2327 DEFAULT_wxUSE_DEBUG_INFO
=no
2331 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2332 echo "configure:2333: checking for --enable-debug_flag" >&5
2334 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2335 if test "${enable_debug_flag+set}" = set; then
2336 enableval
="$enable_debug_flag"
2338 if test "$enableval" = yes; then
2339 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2341 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2346 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2347 if test "x$LINE" != x
; then
2348 eval "DEFAULT_$LINE"
2353 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2358 eval "$ac_cv_use_debug_flag"
2359 if test "$no_cache" != 1; then
2360 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2363 if test "$wxUSE_DEBUG_FLAG" = yes; then
2364 echo "$ac_t""yes" 1>&6
2366 echo "$ac_t""no" 1>&6
2370 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2371 echo "configure:2372: checking for --enable-debug_info" >&5
2373 # Check whether --enable-debug_info or --disable-debug_info was given.
2374 if test "${enable_debug_info+set}" = set; then
2375 enableval
="$enable_debug_info"
2377 if test "$enableval" = yes; then
2378 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2380 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2385 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2386 if test "x$LINE" != x
; then
2387 eval "DEFAULT_$LINE"
2392 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2397 eval "$ac_cv_use_debug_info"
2398 if test "$no_cache" != 1; then
2399 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2402 if test "$wxUSE_DEBUG_INFO" = yes; then
2403 echo "$ac_t""yes" 1>&6
2405 echo "$ac_t""no" 1>&6
2409 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2410 echo "configure:2411: checking for --enable-debug_gdb" >&5
2412 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2413 if test "${enable_debug_gdb+set}" = set; then
2414 enableval
="$enable_debug_gdb"
2416 if test "$enableval" = yes; then
2417 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2419 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2424 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2425 if test "x$LINE" != x
; then
2426 eval "DEFAULT_$LINE"
2431 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2436 eval "$ac_cv_use_debug_gdb"
2437 if test "$no_cache" != 1; then
2438 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2441 if test "$wxUSE_DEBUG_GDB" = yes; then
2442 echo "$ac_t""yes" 1>&6
2444 echo "$ac_t""no" 1>&6
2448 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2449 echo "configure:2450: checking for --enable-debug_cntxt" >&5
2451 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2452 if test "${enable_debug_cntxt+set}" = set; then
2453 enableval
="$enable_debug_cntxt"
2455 if test "$enableval" = yes; then
2456 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2458 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2463 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2464 if test "x$LINE" != x
; then
2465 eval "DEFAULT_$LINE"
2470 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2475 eval "$ac_cv_use_debug_cntxt"
2476 if test "$no_cache" != 1; then
2477 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2480 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2481 echo "$ac_t""yes" 1>&6
2483 echo "$ac_t""no" 1>&6
2487 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2488 echo "configure:2489: checking for --enable-mem_tracing" >&5
2490 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2491 if test "${enable_mem_tracing+set}" = set; then
2492 enableval
="$enable_mem_tracing"
2494 if test "$enableval" = yes; then
2495 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2497 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2502 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x
; then
2504 eval "DEFAULT_$LINE"
2509 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2514 eval "$ac_cv_use_mem_tracing"
2515 if test "$no_cache" != 1; then
2516 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2519 if test "$wxUSE_MEM_TRACING" = yes; then
2520 echo "$ac_t""yes" 1>&6
2522 echo "$ac_t""no" 1>&6
2526 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2527 echo "configure:2528: checking for --enable-profile" >&5
2529 # Check whether --enable-profile or --disable-profile was given.
2530 if test "${enable_profile+set}" = set; then
2531 enableval
="$enable_profile"
2533 if test "$enableval" = yes; then
2534 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2536 ac_cv_use_profile
='wxUSE_PROFILE=no'
2541 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2542 if test "x$LINE" != x
; then
2543 eval "DEFAULT_$LINE"
2548 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2553 eval "$ac_cv_use_profile"
2554 if test "$no_cache" != 1; then
2555 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2558 if test "$wxUSE_PROFILE" = yes; then
2559 echo "$ac_t""yes" 1>&6
2561 echo "$ac_t""no" 1>&6
2565 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2566 echo "configure:2567: checking for --enable-no_rtti" >&5
2568 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2569 if test "${enable_no_rtti+set}" = set; then
2570 enableval
="$enable_no_rtti"
2572 if test "$enableval" = yes; then
2573 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2575 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2580 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2581 if test "x$LINE" != x
; then
2582 eval "DEFAULT_$LINE"
2587 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2592 eval "$ac_cv_use_no_rtti"
2593 if test "$no_cache" != 1; then
2594 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2597 if test "$wxUSE_NO_RTTI" = yes; then
2598 echo "$ac_t""yes" 1>&6
2600 echo "$ac_t""no" 1>&6
2604 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2605 echo "configure:2606: checking for --enable-no_exceptions" >&5
2607 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2608 if test "${enable_no_exceptions+set}" = set; then
2609 enableval
="$enable_no_exceptions"
2611 if test "$enableval" = yes; then
2612 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2614 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2619 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2620 if test "x$LINE" != x
; then
2621 eval "DEFAULT_$LINE"
2626 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2631 eval "$ac_cv_use_no_exceptions"
2632 if test "$no_cache" != 1; then
2633 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2636 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2637 echo "$ac_t""yes" 1>&6
2639 echo "$ac_t""no" 1>&6
2643 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2644 echo "configure:2645: checking for --enable-permissive" >&5
2646 # Check whether --enable-permissive or --disable-permissive was given.
2647 if test "${enable_permissive+set}" = set; then
2648 enableval
="$enable_permissive"
2650 if test "$enableval" = yes; then
2651 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2653 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2658 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2659 if test "x$LINE" != x
; then
2660 eval "DEFAULT_$LINE"
2665 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2670 eval "$ac_cv_use_permissive"
2671 if test "$no_cache" != 1; then
2672 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2675 if test "$wxUSE_PERMISSIVE" = yes; then
2676 echo "$ac_t""yes" 1>&6
2678 echo "$ac_t""no" 1>&6
2682 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2683 echo "configure:2684: checking for --enable-no_deps" >&5
2685 # Check whether --enable-no_deps or --disable-no_deps was given.
2686 if test "${enable_no_deps+set}" = set; then
2687 enableval
="$enable_no_deps"
2689 if test "$enableval" = yes; then
2690 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2692 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2697 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2698 if test "x$LINE" != x
; then
2699 eval "DEFAULT_$LINE"
2704 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2709 eval "$ac_cv_use_no_deps"
2710 if test "$no_cache" != 1; then
2711 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2714 if test "$wxUSE_NO_DEPS" = yes; then
2715 echo "$ac_t""yes" 1>&6
2717 echo "$ac_t""no" 1>&6
2722 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2723 echo "configure:2724: checking for --enable-compat20" >&5
2725 # Check whether --enable-compat20 or --disable-compat20 was given.
2726 if test "${enable_compat20+set}" = set; then
2727 enableval
="$enable_compat20"
2729 if test "$enableval" = yes; then
2730 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2732 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
2737 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2738 if test "x$LINE" != x
; then
2739 eval "DEFAULT_$LINE"
2744 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2749 eval "$ac_cv_use_compat20"
2750 if test "$no_cache" != 1; then
2751 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2754 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2755 echo "$ac_t""yes" 1>&6
2757 echo "$ac_t""no" 1>&6
2761 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2762 echo "configure:2763: checking for --enable-compat22" >&5
2764 # Check whether --enable-compat22 or --disable-compat22 was given.
2765 if test "${enable_compat22+set}" = set; then
2766 enableval
="$enable_compat22"
2768 if test "$enableval" = yes; then
2769 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
2771 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
2776 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2777 if test "x$LINE" != x
; then
2778 eval "DEFAULT_$LINE"
2783 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2788 eval "$ac_cv_use_compat22"
2789 if test "$no_cache" != 1; then
2790 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2793 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2794 echo "$ac_t""yes" 1>&6
2796 echo "$ac_t""no" 1>&6
2802 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2803 echo "configure:2804: checking for --enable-intl" >&5
2805 # Check whether --enable-intl or --disable-intl was given.
2806 if test "${enable_intl+set}" = set; then
2807 enableval
="$enable_intl"
2809 if test "$enableval" = yes; then
2810 ac_cv_use_intl
='wxUSE_INTL=yes'
2812 ac_cv_use_intl
='wxUSE_INTL=no'
2817 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2818 if test "x$LINE" != x
; then
2819 eval "DEFAULT_$LINE"
2824 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2829 eval "$ac_cv_use_intl"
2830 if test "$no_cache" != 1; then
2831 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2834 if test "$wxUSE_INTL" = yes; then
2835 echo "$ac_t""yes" 1>&6
2837 echo "$ac_t""no" 1>&6
2841 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2842 echo "configure:2843: checking for --enable-config" >&5
2844 # Check whether --enable-config or --disable-config was given.
2845 if test "${enable_config+set}" = set; then
2846 enableval
="$enable_config"
2848 if test "$enableval" = yes; then
2849 ac_cv_use_config
='wxUSE_CONFIG=yes'
2851 ac_cv_use_config
='wxUSE_CONFIG=no'
2856 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2857 if test "x$LINE" != x
; then
2858 eval "DEFAULT_$LINE"
2863 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2868 eval "$ac_cv_use_config"
2869 if test "$no_cache" != 1; then
2870 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2873 if test "$wxUSE_CONFIG" = yes; then
2874 echo "$ac_t""yes" 1>&6
2876 echo "$ac_t""no" 1>&6
2881 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
2882 echo "configure:2883: checking for --enable-sockets" >&5
2884 # Check whether --enable-sockets or --disable-sockets was given.
2885 if test "${enable_sockets+set}" = set; then
2886 enableval
="$enable_sockets"
2888 if test "$enableval" = yes; then
2889 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
2891 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
2896 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2897 if test "x$LINE" != x
; then
2898 eval "DEFAULT_$LINE"
2903 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2908 eval "$ac_cv_use_sockets"
2909 if test "$no_cache" != 1; then
2910 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2913 if test "$wxUSE_SOCKETS" = yes; then
2914 echo "$ac_t""yes" 1>&6
2916 echo "$ac_t""no" 1>&6
2921 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
2922 echo "configure:2923: checking for --enable-ipc" >&5
2924 # Check whether --enable-ipc or --disable-ipc was given.
2925 if test "${enable_ipc+set}" = set; then
2926 enableval
="$enable_ipc"
2928 if test "$enableval" = yes; then
2929 ac_cv_use_ipc
='wxUSE_IPC=yes'
2931 ac_cv_use_ipc
='wxUSE_IPC=no'
2936 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2937 if test "x$LINE" != x
; then
2938 eval "DEFAULT_$LINE"
2943 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2948 eval "$ac_cv_use_ipc"
2949 if test "$no_cache" != 1; then
2950 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2953 if test "$wxUSE_IPC" = yes; then
2954 echo "$ac_t""yes" 1>&6
2956 echo "$ac_t""no" 1>&6
2961 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
2962 echo "configure:2963: checking for --enable-cmdline" >&5
2964 # Check whether --enable-cmdline or --disable-cmdline was given.
2965 if test "${enable_cmdline+set}" = set; then
2966 enableval
="$enable_cmdline"
2968 if test "$enableval" = yes; then
2969 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
2971 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
2976 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
2977 if test "x$LINE" != x
; then
2978 eval "DEFAULT_$LINE"
2983 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
2988 eval "$ac_cv_use_cmdline"
2989 if test "$no_cache" != 1; then
2990 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
2993 if test "$wxUSE_CMDLINE_PARSER" = yes; then
2994 echo "$ac_t""yes" 1>&6
2996 echo "$ac_t""no" 1>&6
3000 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3001 echo "configure:3002: checking for --enable-datetime" >&5
3003 # Check whether --enable-datetime or --disable-datetime was given.
3004 if test "${enable_datetime+set}" = set; then
3005 enableval
="$enable_datetime"
3007 if test "$enableval" = yes; then
3008 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3010 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3015 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3016 if test "x$LINE" != x
; then
3017 eval "DEFAULT_$LINE"
3022 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3027 eval "$ac_cv_use_datetime"
3028 if test "$no_cache" != 1; then
3029 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3032 if test "$wxUSE_DATETIME" = yes; then
3033 echo "$ac_t""yes" 1>&6
3035 echo "$ac_t""no" 1>&6
3039 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3040 echo "configure:3041: checking for --enable-timedate" >&5
3042 # Check whether --enable-timedate or --disable-timedate was given.
3043 if test "${enable_timedate+set}" = set; then
3044 enableval
="$enable_timedate"
3046 if test "$enableval" = yes; then
3047 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
3049 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
3054 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3055 if test "x$LINE" != x
; then
3056 eval "DEFAULT_$LINE"
3061 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3066 eval "$ac_cv_use_timedate"
3067 if test "$no_cache" != 1; then
3068 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3071 if test "$wxUSE_TIMEDATE" = yes; then
3072 echo "$ac_t""yes" 1>&6
3074 echo "$ac_t""no" 1>&6
3078 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3079 echo "configure:3080: checking for --enable-stopwatch" >&5
3081 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3082 if test "${enable_stopwatch+set}" = set; then
3083 enableval
="$enable_stopwatch"
3085 if test "$enableval" = yes; then
3086 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3088 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3093 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3094 if test "x$LINE" != x
; then
3095 eval "DEFAULT_$LINE"
3100 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3105 eval "$ac_cv_use_stopwatch"
3106 if test "$no_cache" != 1; then
3107 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3110 if test "$wxUSE_STOPWATCH" = yes; then
3111 echo "$ac_t""yes" 1>&6
3113 echo "$ac_t""no" 1>&6
3117 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3118 echo "configure:3119: checking for --enable-dialupman" >&5
3120 # Check whether --enable-dialupman or --disable-dialupman was given.
3121 if test "${enable_dialupman+set}" = set; then
3122 enableval
="$enable_dialupman"
3124 if test "$enableval" = yes; then
3125 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3127 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3132 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3133 if test "x$LINE" != x
; then
3134 eval "DEFAULT_$LINE"
3139 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3144 eval "$ac_cv_use_dialupman"
3145 if test "$no_cache" != 1; then
3146 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3149 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3150 echo "$ac_t""yes" 1>&6
3152 echo "$ac_t""no" 1>&6
3156 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3157 echo "configure:3158: checking for --enable-apple_ieee" >&5
3159 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3160 if test "${enable_apple_ieee+set}" = set; then
3161 enableval
="$enable_apple_ieee"
3163 if test "$enableval" = yes; then
3164 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3166 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3171 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3172 if test "x$LINE" != x
; then
3173 eval "DEFAULT_$LINE"
3178 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3183 eval "$ac_cv_use_apple_ieee"
3184 if test "$no_cache" != 1; then
3185 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3188 if test "$wxUSE_APPLE_IEEE" = yes; then
3189 echo "$ac_t""yes" 1>&6
3191 echo "$ac_t""no" 1>&6
3195 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3196 echo "configure:3197: checking for --enable-timer" >&5
3198 # Check whether --enable-timer or --disable-timer was given.
3199 if test "${enable_timer+set}" = set; then
3200 enableval
="$enable_timer"
3202 if test "$enableval" = yes; then
3203 ac_cv_use_timer
='wxUSE_TIMER=yes'
3205 ac_cv_use_timer
='wxUSE_TIMER=no'
3210 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3211 if test "x$LINE" != x
; then
3212 eval "DEFAULT_$LINE"
3217 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3222 eval "$ac_cv_use_timer"
3223 if test "$no_cache" != 1; then
3224 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3227 if test "$wxUSE_TIMER" = yes; then
3228 echo "$ac_t""yes" 1>&6
3230 echo "$ac_t""no" 1>&6
3234 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3235 echo "configure:3236: checking for --enable-wave" >&5
3237 # Check whether --enable-wave or --disable-wave was given.
3238 if test "${enable_wave+set}" = set; then
3239 enableval
="$enable_wave"
3241 if test "$enableval" = yes; then
3242 ac_cv_use_wave
='wxUSE_WAVE=yes'
3244 ac_cv_use_wave
='wxUSE_WAVE=no'
3249 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3250 if test "x$LINE" != x
; then
3251 eval "DEFAULT_$LINE"
3256 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3261 eval "$ac_cv_use_wave"
3262 if test "$no_cache" != 1; then
3263 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3266 if test "$wxUSE_WAVE" = yes; then
3267 echo "$ac_t""yes" 1>&6
3269 echo "$ac_t""no" 1>&6
3273 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3274 echo "configure:3275: checking for --enable-fraction" >&5
3276 # Check whether --enable-fraction or --disable-fraction was given.
3277 if test "${enable_fraction+set}" = set; then
3278 enableval
="$enable_fraction"
3280 if test "$enableval" = yes; then
3281 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3283 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3288 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3289 if test "x$LINE" != x
; then
3290 eval "DEFAULT_$LINE"
3295 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3300 eval "$ac_cv_use_fraction"
3301 if test "$no_cache" != 1; then
3302 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3305 if test "$wxUSE_FRACTION" = yes; then
3306 echo "$ac_t""yes" 1>&6
3308 echo "$ac_t""no" 1>&6
3312 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3313 echo "configure:3314: checking for --enable-dynlib" >&5
3315 # Check whether --enable-dynlib or --disable-dynlib was given.
3316 if test "${enable_dynlib+set}" = set; then
3317 enableval
="$enable_dynlib"
3319 if test "$enableval" = yes; then
3320 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3322 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3327 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3328 if test "x$LINE" != x
; then
3329 eval "DEFAULT_$LINE"
3334 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3339 eval "$ac_cv_use_dynlib"
3340 if test "$no_cache" != 1; then
3341 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3344 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3345 echo "$ac_t""yes" 1>&6
3347 echo "$ac_t""no" 1>&6
3351 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3352 echo "configure:3353: checking for --enable-longlong" >&5
3354 # Check whether --enable-longlong or --disable-longlong was given.
3355 if test "${enable_longlong+set}" = set; then
3356 enableval
="$enable_longlong"
3358 if test "$enableval" = yes; then
3359 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3361 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3366 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3367 if test "x$LINE" != x
; then
3368 eval "DEFAULT_$LINE"
3373 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3378 eval "$ac_cv_use_longlong"
3379 if test "$no_cache" != 1; then
3380 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3383 if test "$wxUSE_LONGLONG" = yes; then
3384 echo "$ac_t""yes" 1>&6
3386 echo "$ac_t""no" 1>&6
3390 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3391 echo "configure:3392: checking for --enable-geometry" >&5
3393 # Check whether --enable-geometry or --disable-geometry was given.
3394 if test "${enable_geometry+set}" = set; then
3395 enableval
="$enable_geometry"
3397 if test "$enableval" = yes; then
3398 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3400 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3405 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3406 if test "x$LINE" != x
; then
3407 eval "DEFAULT_$LINE"
3412 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3417 eval "$ac_cv_use_geometry"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3422 if test "$wxUSE_GEOMETRY" = yes; then
3423 echo "$ac_t""yes" 1>&6
3425 echo "$ac_t""no" 1>&6
3429 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3430 echo "configure:3431: checking for --enable-log" >&5
3432 # Check whether --enable-log or --disable-log was given.
3433 if test "${enable_log+set}" = set; then
3434 enableval
="$enable_log"
3436 if test "$enableval" = yes; then
3437 ac_cv_use_log
='wxUSE_LOG=yes'
3439 ac_cv_use_log
='wxUSE_LOG=no'
3444 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3445 if test "x$LINE" != x
; then
3446 eval "DEFAULT_$LINE"
3451 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3456 eval "$ac_cv_use_log"
3457 if test "$no_cache" != 1; then
3458 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3461 if test "$wxUSE_LOG" = yes; then
3462 echo "$ac_t""yes" 1>&6
3464 echo "$ac_t""no" 1>&6
3468 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3469 echo "configure:3470: checking for --enable-streams" >&5
3471 # Check whether --enable-streams or --disable-streams was given.
3472 if test "${enable_streams+set}" = set; then
3473 enableval
="$enable_streams"
3475 if test "$enableval" = yes; then
3476 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3478 ac_cv_use_streams
='wxUSE_STREAMS=no'
3483 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3484 if test "x$LINE" != x
; then
3485 eval "DEFAULT_$LINE"
3490 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3495 eval "$ac_cv_use_streams"
3496 if test "$no_cache" != 1; then
3497 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3500 if test "$wxUSE_STREAMS" = yes; then
3501 echo "$ac_t""yes" 1>&6
3503 echo "$ac_t""no" 1>&6
3507 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3508 echo "configure:3509: checking for --enable-file" >&5
3510 # Check whether --enable-file or --disable-file was given.
3511 if test "${enable_file+set}" = set; then
3512 enableval
="$enable_file"
3514 if test "$enableval" = yes; then
3515 ac_cv_use_file
='wxUSE_FILE=yes'
3517 ac_cv_use_file
='wxUSE_FILE=no'
3522 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3523 if test "x$LINE" != x
; then
3524 eval "DEFAULT_$LINE"
3529 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3534 eval "$ac_cv_use_file"
3535 if test "$no_cache" != 1; then
3536 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3539 if test "$wxUSE_FILE" = yes; then
3540 echo "$ac_t""yes" 1>&6
3542 echo "$ac_t""no" 1>&6
3546 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3547 echo "configure:3548: checking for --enable-ffile" >&5
3549 # Check whether --enable-ffile or --disable-ffile was given.
3550 if test "${enable_ffile+set}" = set; then
3551 enableval
="$enable_ffile"
3553 if test "$enableval" = yes; then
3554 ac_cv_use_ffile
='wxUSE_FFILE=yes'
3556 ac_cv_use_ffile
='wxUSE_FFILE=no'
3561 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3562 if test "x$LINE" != x
; then
3563 eval "DEFAULT_$LINE"
3568 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3573 eval "$ac_cv_use_ffile"
3574 if test "$no_cache" != 1; then
3575 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3578 if test "$wxUSE_FFILE" = yes; then
3579 echo "$ac_t""yes" 1>&6
3581 echo "$ac_t""no" 1>&6
3585 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3586 echo "configure:3587: checking for --enable-textfile" >&5
3588 # Check whether --enable-textfile or --disable-textfile was given.
3589 if test "${enable_textfile+set}" = set; then
3590 enableval
="$enable_textfile"
3592 if test "$enableval" = yes; then
3593 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
3595 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
3600 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3601 if test "x$LINE" != x
; then
3602 eval "DEFAULT_$LINE"
3607 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3612 eval "$ac_cv_use_textfile"
3613 if test "$no_cache" != 1; then
3614 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3617 if test "$wxUSE_TEXTFILE" = yes; then
3618 echo "$ac_t""yes" 1>&6
3620 echo "$ac_t""no" 1>&6
3624 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3625 echo "configure:3626: checking for --enable-fontmap" >&5
3627 # Check whether --enable-fontmap or --disable-fontmap was given.
3628 if test "${enable_fontmap+set}" = set; then
3629 enableval
="$enable_fontmap"
3631 if test "$enableval" = yes; then
3632 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
3634 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
3639 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3640 if test "x$LINE" != x
; then
3641 eval "DEFAULT_$LINE"
3646 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3651 eval "$ac_cv_use_fontmap"
3652 if test "$no_cache" != 1; then
3653 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3656 if test "$wxUSE_FONTMAP" = yes; then
3657 echo "$ac_t""yes" 1>&6
3659 echo "$ac_t""no" 1>&6
3663 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3664 echo "configure:3665: checking for --enable-unicode" >&5
3666 # Check whether --enable-unicode or --disable-unicode was given.
3667 if test "${enable_unicode+set}" = set; then
3668 enableval
="$enable_unicode"
3670 if test "$enableval" = yes; then
3671 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
3673 ac_cv_use_unicode
='wxUSE_UNICODE=no'
3678 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3679 if test "x$LINE" != x
; then
3680 eval "DEFAULT_$LINE"
3685 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3690 eval "$ac_cv_use_unicode"
3691 if test "$no_cache" != 1; then
3692 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3695 if test "$wxUSE_UNICODE" = yes; then
3696 echo "$ac_t""yes" 1>&6
3698 echo "$ac_t""no" 1>&6
3702 echo $ac_n "checking for --enable-wcsrtombs""... $ac_c" 1>&6
3703 echo "configure:3704: checking for --enable-wcsrtombs" >&5
3705 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3706 if test "${enable_wcsrtombs+set}" = set; then
3707 enableval
="$enable_wcsrtombs"
3709 if test "$enableval" = yes; then
3710 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=yes'
3712 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=no'
3717 LINE
=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3718 if test "x$LINE" != x
; then
3719 eval "DEFAULT_$LINE"
3724 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3729 eval "$ac_cv_use_wcsrtombs"
3730 if test "$no_cache" != 1; then
3731 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3734 if test "$wxUSE_WCSRTOMBS" = yes; then
3735 echo "$ac_t""yes" 1>&6
3737 echo "$ac_t""no" 1>&6
3741 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3742 echo "configure:3743: checking for --enable-wxprintfv" >&5
3744 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3745 if test "${enable_wxprintfv+set}" = set; then
3746 enableval
="$enable_wxprintfv"
3748 if test "$enableval" = yes; then
3749 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3751 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3756 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3757 if test "x$LINE" != x
; then
3758 eval "DEFAULT_$LINE"
3763 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3768 eval "$ac_cv_use_wxprintfv"
3769 if test "$no_cache" != 1; then
3770 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3773 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3774 echo "$ac_t""yes" 1>&6
3776 echo "$ac_t""no" 1>&6
3780 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3781 echo "configure:3782: checking for --enable-std_iostreams" >&5
3783 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3784 if test "${enable_std_iostreams+set}" = set; then
3785 enableval
="$enable_std_iostreams"
3787 if test "$enableval" = yes; then
3788 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3790 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3795 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3796 if test "x$LINE" != x
; then
3797 eval "DEFAULT_$LINE"
3802 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3807 eval "$ac_cv_use_std_iostreams"
3808 if test "$no_cache" != 1; then
3809 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3812 if test "$wxUSE_STD_IOSTREAM" = yes; then
3813 echo "$ac_t""yes" 1>&6
3815 echo "$ac_t""no" 1>&6
3819 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3820 echo "configure:3821: checking for --enable-filesystem" >&5
3822 # Check whether --enable-filesystem or --disable-filesystem was given.
3823 if test "${enable_filesystem+set}" = set; then
3824 enableval
="$enable_filesystem"
3826 if test "$enableval" = yes; then
3827 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
3829 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
3834 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3835 if test "x$LINE" != x
; then
3836 eval "DEFAULT_$LINE"
3841 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3846 eval "$ac_cv_use_filesystem"
3847 if test "$no_cache" != 1; then
3848 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3851 if test "$wxUSE_FILESYSTEM" = yes; then
3852 echo "$ac_t""yes" 1>&6
3854 echo "$ac_t""no" 1>&6
3858 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3859 echo "configure:3860: checking for --enable-fs_inet" >&5
3861 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3862 if test "${enable_fs_inet+set}" = set; then
3863 enableval
="$enable_fs_inet"
3865 if test "$enableval" = yes; then
3866 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3868 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3873 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3874 if test "x$LINE" != x
; then
3875 eval "DEFAULT_$LINE"
3880 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3885 eval "$ac_cv_use_fs_inet"
3886 if test "$no_cache" != 1; then
3887 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3890 if test "$wxUSE_FS_INET" = yes; then
3891 echo "$ac_t""yes" 1>&6
3893 echo "$ac_t""no" 1>&6
3897 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
3898 echo "configure:3899: checking for --enable-fs_zip" >&5
3900 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3901 if test "${enable_fs_zip+set}" = set; then
3902 enableval
="$enable_fs_zip"
3904 if test "$enableval" = yes; then
3905 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
3907 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
3912 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3913 if test "x$LINE" != x
; then
3914 eval "DEFAULT_$LINE"
3919 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3924 eval "$ac_cv_use_fs_zip"
3925 if test "$no_cache" != 1; then
3926 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3929 if test "$wxUSE_FS_ZIP" = yes; then
3930 echo "$ac_t""yes" 1>&6
3932 echo "$ac_t""no" 1>&6
3936 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
3937 echo "configure:3938: checking for --enable-zipstream" >&5
3939 # Check whether --enable-zipstream or --disable-zipstream was given.
3940 if test "${enable_zipstream+set}" = set; then
3941 enableval
="$enable_zipstream"
3943 if test "$enableval" = yes; then
3944 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
3946 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
3951 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3952 if test "x$LINE" != x
; then
3953 eval "DEFAULT_$LINE"
3958 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3963 eval "$ac_cv_use_zipstream"
3964 if test "$no_cache" != 1; then
3965 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3968 if test "$wxUSE_ZIPSTREAM" = yes; then
3969 echo "$ac_t""yes" 1>&6
3971 echo "$ac_t""no" 1>&6
3976 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
3977 echo "configure:3978: checking for --enable-catch_segvs" >&5
3979 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3980 if test "${enable_catch_segvs+set}" = set; then
3981 enableval
="$enable_catch_segvs"
3983 if test "$enableval" = yes; then
3984 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
3986 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
3991 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3992 if test "x$LINE" != x
; then
3993 eval "DEFAULT_$LINE"
3998 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4003 eval "$ac_cv_use_catch_segvs"
4004 if test "$no_cache" != 1; then
4005 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4008 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4009 echo "$ac_t""yes" 1>&6
4011 echo "$ac_t""no" 1>&6
4015 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4016 echo "configure:4017: checking for --enable-snglinst" >&5
4018 # Check whether --enable-snglinst or --disable-snglinst was given.
4019 if test "${enable_snglinst+set}" = set; then
4020 enableval
="$enable_snglinst"
4022 if test "$enableval" = yes; then
4023 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4025 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4030 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4031 if test "x$LINE" != x
; then
4032 eval "DEFAULT_$LINE"
4037 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4042 eval "$ac_cv_use_snglinst"
4043 if test "$no_cache" != 1; then
4044 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4047 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4048 echo "$ac_t""yes" 1>&6
4050 echo "$ac_t""no" 1>&6
4055 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4056 echo "configure:4057: checking for --enable-mimetype" >&5
4058 # Check whether --enable-mimetype or --disable-mimetype was given.
4059 if test "${enable_mimetype+set}" = set; then
4060 enableval
="$enable_mimetype"
4062 if test "$enableval" = yes; then
4063 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4065 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4070 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4071 if test "x$LINE" != x
; then
4072 eval "DEFAULT_$LINE"
4077 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4082 eval "$ac_cv_use_mimetype"
4083 if test "$no_cache" != 1; then
4084 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4087 if test "$wxUSE_MIMETYPE" = yes; then
4088 echo "$ac_t""yes" 1>&6
4090 echo "$ac_t""no" 1>&6
4096 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4097 echo "configure:4098: checking for --enable-threads" >&5
4099 # Check whether --enable-threads or --disable-threads was given.
4100 if test "${enable_threads+set}" = set; then
4101 enableval
="$enable_threads"
4103 if test "$enableval" = yes; then
4104 ac_cv_use_threads
='wxUSE_THREADS=yes'
4106 ac_cv_use_threads
='wxUSE_THREADS=no'
4111 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4112 if test "x$LINE" != x
; then
4113 eval "DEFAULT_$LINE"
4118 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4123 eval "$ac_cv_use_threads"
4124 if test "$no_cache" != 1; then
4125 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4128 if test "$wxUSE_THREADS" = yes; then
4129 echo "$ac_t""yes" 1>&6
4131 echo "$ac_t""no" 1>&6
4135 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4136 echo "configure:4137: checking for --enable-serial" >&5
4138 # Check whether --enable-serial or --disable-serial was given.
4139 if test "${enable_serial+set}" = set; then
4140 enableval
="$enable_serial"
4142 if test "$enableval" = yes; then
4143 ac_cv_use_serial
='wxUSE_SERIAL=yes'
4145 ac_cv_use_serial
='wxUSE_SERIAL=no'
4150 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4151 if test "x$LINE" != x
; then
4152 eval "DEFAULT_$LINE"
4157 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4162 eval "$ac_cv_use_serial"
4163 if test "$no_cache" != 1; then
4164 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4167 if test "$wxUSE_SERIAL" = yes; then
4168 echo "$ac_t""yes" 1>&6
4170 echo "$ac_t""no" 1>&6
4174 if test "$wxUSE_GUI" = "yes"; then
4178 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4179 echo "configure:4180: checking for --enable-docview" >&5
4181 # Check whether --enable-docview or --disable-docview was given.
4182 if test "${enable_docview+set}" = set; then
4183 enableval
="$enable_docview"
4185 if test "$enableval" = yes; then
4186 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4188 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4193 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4194 if test "x$LINE" != x
; then
4195 eval "DEFAULT_$LINE"
4200 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4205 eval "$ac_cv_use_docview"
4206 if test "$no_cache" != 1; then
4207 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4210 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4211 echo "$ac_t""yes" 1>&6
4213 echo "$ac_t""no" 1>&6
4217 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4218 echo "configure:4219: checking for --enable-help" >&5
4220 # Check whether --enable-help or --disable-help was given.
4221 if test "${enable_help+set}" = set; then
4222 enableval
="$enable_help"
4224 if test "$enableval" = yes; then
4225 ac_cv_use_help
='wxUSE_HELP=yes'
4227 ac_cv_use_help
='wxUSE_HELP=no'
4232 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4233 if test "x$LINE" != x
; then
4234 eval "DEFAULT_$LINE"
4239 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4244 eval "$ac_cv_use_help"
4245 if test "$no_cache" != 1; then
4246 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4249 if test "$wxUSE_HELP" = yes; then
4250 echo "$ac_t""yes" 1>&6
4252 echo "$ac_t""no" 1>&6
4256 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4257 echo "configure:4258: checking for --enable-constraints" >&5
4259 # Check whether --enable-constraints or --disable-constraints was given.
4260 if test "${enable_constraints+set}" = set; then
4261 enableval
="$enable_constraints"
4263 if test "$enableval" = yes; then
4264 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
4266 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
4271 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4272 if test "x$LINE" != x
; then
4273 eval "DEFAULT_$LINE"
4278 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4283 eval "$ac_cv_use_constraints"
4284 if test "$no_cache" != 1; then
4285 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4288 if test "$wxUSE_CONSTRAINTS" = yes; then
4289 echo "$ac_t""yes" 1>&6
4291 echo "$ac_t""no" 1>&6
4295 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4296 echo "configure:4297: checking for --enable-printarch" >&5
4298 # Check whether --enable-printarch or --disable-printarch was given.
4299 if test "${enable_printarch+set}" = set; then
4300 enableval
="$enable_printarch"
4302 if test "$enableval" = yes; then
4303 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
4305 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
4310 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4311 if test "x$LINE" != x
; then
4312 eval "DEFAULT_$LINE"
4317 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4322 eval "$ac_cv_use_printarch"
4323 if test "$no_cache" != 1; then
4324 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4327 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4328 echo "$ac_t""yes" 1>&6
4330 echo "$ac_t""no" 1>&6
4334 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4335 echo "configure:4336: checking for --enable-mdi" >&5
4337 # Check whether --enable-mdi or --disable-mdi was given.
4338 if test "${enable_mdi+set}" = set; then
4339 enableval
="$enable_mdi"
4341 if test "$enableval" = yes; then
4342 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
4344 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
4349 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4350 if test "x$LINE" != x
; then
4351 eval "DEFAULT_$LINE"
4356 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4361 eval "$ac_cv_use_mdi"
4362 if test "$no_cache" != 1; then
4363 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4366 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4367 echo "$ac_t""yes" 1>&6
4369 echo "$ac_t""no" 1>&6
4373 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4374 echo "configure:4375: checking for --enable-loggui" >&5
4376 # Check whether --enable-loggui or --disable-loggui was given.
4377 if test "${enable_loggui+set}" = set; then
4378 enableval
="$enable_loggui"
4380 if test "$enableval" = yes; then
4381 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
4383 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
4388 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4389 if test "x$LINE" != x
; then
4390 eval "DEFAULT_$LINE"
4395 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4400 eval "$ac_cv_use_loggui"
4401 if test "$no_cache" != 1; then
4402 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4405 if test "$wxUSE_LOGGUI" = yes; then
4406 echo "$ac_t""yes" 1>&6
4408 echo "$ac_t""no" 1>&6
4412 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4413 echo "configure:4414: checking for --enable-logwin" >&5
4415 # Check whether --enable-logwin or --disable-logwin was given.
4416 if test "${enable_logwin+set}" = set; then
4417 enableval
="$enable_logwin"
4419 if test "$enableval" = yes; then
4420 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
4422 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
4427 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4428 if test "x$LINE" != x
; then
4429 eval "DEFAULT_$LINE"
4434 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4439 eval "$ac_cv_use_logwin"
4440 if test "$no_cache" != 1; then
4441 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4444 if test "$wxUSE_LOGWINDOW" = yes; then
4445 echo "$ac_t""yes" 1>&6
4447 echo "$ac_t""no" 1>&6
4452 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4453 echo "configure:4454: checking for --enable-postscript" >&5
4455 # Check whether --enable-postscript or --disable-postscript was given.
4456 if test "${enable_postscript+set}" = set; then
4457 enableval
="$enable_postscript"
4459 if test "$enableval" = yes; then
4460 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
4462 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
4467 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4468 if test "x$LINE" != x
; then
4469 eval "DEFAULT_$LINE"
4474 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4479 eval "$ac_cv_use_postscript"
4480 if test "$no_cache" != 1; then
4481 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4484 if test "$wxUSE_POSTSCRIPT" = yes; then
4485 echo "$ac_t""yes" 1>&6
4487 echo "$ac_t""no" 1>&6
4494 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4495 echo "configure:4496: checking for --enable-prologio" >&5
4497 # Check whether --enable-prologio or --disable-prologio was given.
4498 if test "${enable_prologio+set}" = set; then
4499 enableval
="$enable_prologio"
4501 if test "$enableval" = yes; then
4502 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
4504 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
4509 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4510 if test "x$LINE" != x
; then
4511 eval "DEFAULT_$LINE"
4516 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4521 eval "$ac_cv_use_prologio"
4522 if test "$no_cache" != 1; then
4523 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4526 if test "$wxUSE_PROLOGIO" = yes; then
4527 echo "$ac_t""yes" 1>&6
4529 echo "$ac_t""no" 1>&6
4533 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4534 echo "configure:4535: checking for --enable-resources" >&5
4536 # Check whether --enable-resources or --disable-resources was given.
4537 if test "${enable_resources+set}" = set; then
4538 enableval
="$enable_resources"
4540 if test "$enableval" = yes; then
4541 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
4543 ac_cv_use_resources
='wxUSE_RESOURCES=no'
4548 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4549 if test "x$LINE" != x
; then
4550 eval "DEFAULT_$LINE"
4555 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4560 eval "$ac_cv_use_resources"
4561 if test "$no_cache" != 1; then
4562 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4565 if test "$wxUSE_RESOURCES" = yes; then
4566 echo "$ac_t""yes" 1>&6
4568 echo "$ac_t""no" 1>&6
4573 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4574 echo "configure:4575: checking for --enable-xresources" >&5
4576 # Check whether --enable-xresources or --disable-xresources was given.
4577 if test "${enable_xresources+set}" = set; then
4578 enableval
="$enable_xresources"
4580 if test "$enableval" = yes; then
4581 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
4583 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
4588 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4589 if test "x$LINE" != x
; then
4590 eval "DEFAULT_$LINE"
4595 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4600 eval "$ac_cv_use_xresources"
4601 if test "$no_cache" != 1; then
4602 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4605 if test "$wxUSE_X_RESOURCES" = yes; then
4606 echo "$ac_t""yes" 1>&6
4608 echo "$ac_t""no" 1>&6
4614 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4615 echo "configure:4616: checking for --enable-clipboard" >&5
4617 # Check whether --enable-clipboard or --disable-clipboard was given.
4618 if test "${enable_clipboard+set}" = set; then
4619 enableval
="$enable_clipboard"
4621 if test "$enableval" = yes; then
4622 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
4624 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
4629 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4630 if test "x$LINE" != x
; then
4631 eval "DEFAULT_$LINE"
4636 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4641 eval "$ac_cv_use_clipboard"
4642 if test "$no_cache" != 1; then
4643 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4646 if test "$wxUSE_CLIPBOARD" = yes; then
4647 echo "$ac_t""yes" 1>&6
4649 echo "$ac_t""no" 1>&6
4653 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4654 echo "configure:4655: checking for --enable-dnd" >&5
4656 # Check whether --enable-dnd or --disable-dnd was given.
4657 if test "${enable_dnd+set}" = set; then
4658 enableval
="$enable_dnd"
4660 if test "$enableval" = yes; then
4661 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
4663 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
4668 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4669 if test "x$LINE" != x
; then
4670 eval "DEFAULT_$LINE"
4675 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4680 eval "$ac_cv_use_dnd"
4681 if test "$no_cache" != 1; then
4682 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4685 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4686 echo "$ac_t""yes" 1>&6
4688 echo "$ac_t""no" 1>&6
4692 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4693 echo "configure:4694: checking for --enable-metafile" >&5
4695 # Check whether --enable-metafile or --disable-metafile was given.
4696 if test "${enable_metafile+set}" = set; then
4697 enableval
="$enable_metafile"
4699 if test "$enableval" = yes; then
4700 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
4702 ac_cv_use_metafile
='wxUSE_METAFILE=no'
4707 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4708 if test "x$LINE" != x
; then
4709 eval "DEFAULT_$LINE"
4714 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4719 eval "$ac_cv_use_metafile"
4720 if test "$no_cache" != 1; then
4721 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4724 if test "$wxUSE_METAFILE" = yes; then
4725 echo "$ac_t""yes" 1>&6
4727 echo "$ac_t""no" 1>&6
4732 echo $ac_n "checking for --enable-wxtree""... $ac_c" 1>&6
4733 echo "configure:4734: checking for --enable-wxtree" >&5
4735 # Check whether --enable-wxtree or --disable-wxtree was given.
4736 if test "${enable_wxtree+set}" = set; then
4737 enableval
="$enable_wxtree"
4739 if test "$enableval" = yes; then
4740 ac_cv_use_wxtree
='wxUSE_WXTREE=yes'
4742 ac_cv_use_wxtree
='wxUSE_WXTREE=no'
4747 LINE
=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
4748 if test "x$LINE" != x
; then
4749 eval "DEFAULT_$LINE"
4754 ac_cv_use_wxtree
='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
4759 eval "$ac_cv_use_wxtree"
4760 if test "$no_cache" != 1; then
4761 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
4764 if test "$wxUSE_WXTREE" = yes; then
4765 echo "$ac_t""yes" 1>&6
4767 echo "$ac_t""no" 1>&6
4773 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
4774 echo "configure:4775: checking for --enable-controls" >&5
4776 # Check whether --enable-controls or --disable-controls was given.
4777 if test "${enable_controls+set}" = set; then
4778 enableval
="$enable_controls"
4780 if test "$enableval" = yes; then
4781 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
4783 ac_cv_use_controls
='wxUSE_CONTROLS=no'
4788 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4789 if test "x$LINE" != x
; then
4790 eval "DEFAULT_$LINE"
4795 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4800 eval "$ac_cv_use_controls"
4801 if test "$no_cache" != 1; then
4802 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4805 if test "$wxUSE_CONTROLS" = yes; then
4806 echo "$ac_t""yes" 1>&6
4808 echo "$ac_t""no" 1>&6
4812 if test "$wxUSE_CONTROLS" = "yes"; then
4813 DEFAULT_wxUSE_ACCEL
=yes
4814 DEFAULT_wxUSE_BMPBUTTON
=yes
4815 DEFAULT_wxUSE_BUTTON
=yes
4816 DEFAULT_wxUSE_CALCTRL
=no
4817 DEFAULT_wxUSE_CARET
=yes
4818 DEFAULT_wxUSE_COMBOBOX
=yes
4819 DEFAULT_wxUSE_CHECKBOX
=yes
4820 DEFAULT_wxUSE_CHECKLISTBOX
=yes
4821 DEFAULT_wxUSE_CHOICE
=yes
4822 DEFAULT_wxUSE_GAUGE
=yes
4823 DEFAULT_wxUSE_GRID
=yes
4824 DEFAULT_wxUSE_NEW_GRID
=yes
4825 DEFAULT_wxUSE_IMAGLIST
=yes
4826 DEFAULT_wxUSE_LISTBOX
=yes
4827 DEFAULT_wxUSE_LISTCTRL
=yes
4828 DEFAULT_wxUSE_NOTEBOOK
=yes
4829 DEFAULT_wxUSE_RADIOBOX
=yes
4830 DEFAULT_wxUSE_RADIOBTN
=yes
4831 DEFAULT_wxUSE_SASH
=yes
4832 DEFAULT_wxUSE_SCROLLBAR
=yes
4833 DEFAULT_wxUSE_SLIDER
=yes
4834 DEFAULT_wxUSE_SPINBTN
=yes
4835 DEFAULT_wxUSE_SPINCTRL
=yes
4836 DEFAULT_wxUSE_SPLITTER
=yes
4837 DEFAULT_wxUSE_STATBMP
=yes
4838 DEFAULT_wxUSE_STATBOX
=yes
4839 DEFAULT_wxUSE_STATLINE
=yes
4840 DEFAULT_wxUSE_STATUSBAR
=yes
4841 DEFAULT_wxUSE_TAB_DIALOG
=yes
4842 DEFAULT_wxUSE_TOGGLEBTN
=yes
4843 DEFAULT_wxUSE_TOOLBAR
=yes
4844 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
4845 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
4846 DEFAULT_wxUSE_TOOLTIPS
=yes
4847 DEFAULT_wxUSE_TREECTRL
=yes
4848 elif test "$wxUSE_CONTROLS" = "no"; then
4849 DEFAULT_wxUSE_ACCEL
=no
4850 DEFAULT_wxUSE_BMPBUTTON
=no
4851 DEFAULT_wxUSE_BUTTON
=no
4852 DEFAULT_wxUSE_CALCTRL
=no
4853 DEFAULT_wxUSE_CARET
=no
4854 DEFAULT_wxUSE_COMBOBOX
=no
4855 DEFAULT_wxUSE_CHECKBOX
=no
4856 DEFAULT_wxUSE_CHECKLISTBOX
=no
4857 DEFAULT_wxUSE_CHOICE
=no
4858 DEFAULT_wxUSE_GAUGE
=no
4859 DEFAULT_wxUSE_GRID
=no
4860 DEFAULT_wxUSE_NEW_GRID
=no
4861 DEFAULT_wxUSE_IMAGLIST
=no
4862 DEFAULT_wxUSE_LISTBOX
=no
4863 DEFAULT_wxUSE_LISTCTRL
=no
4864 DEFAULT_wxUSE_NOTEBOOK
=no
4865 DEFAULT_wxUSE_RADIOBOX
=no
4866 DEFAULT_wxUSE_RADIOBTN
=no
4867 DEFAULT_wxUSE_SASH
=no
4868 DEFAULT_wxUSE_SCROLLBAR
=no
4869 DEFAULT_wxUSE_SLIDER
=no
4870 DEFAULT_wxUSE_SPINBTN
=no
4871 DEFAULT_wxUSE_SPINCTRL
=no
4872 DEFAULT_wxUSE_SPLITTER
=no
4873 DEFAULT_wxUSE_STATBMP
=no
4874 DEFAULT_wxUSE_STATBOX
=no
4875 DEFAULT_wxUSE_STATLINE
=no
4876 DEFAULT_wxUSE_STATUSBAR
=no
4877 DEFAULT_wxUSE_TAB_DIALOG
=no
4878 DEFAULT_wxUSE_TOGGLEBTN
=no
4879 DEFAULT_wxUSE_TOOLBAR
=no
4880 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
4881 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
4882 DEFAULT_wxUSE_TOOLTIPS
=no
4883 DEFAULT_wxUSE_TREECTRL
=no
4887 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
4888 echo "configure:4889: checking for --enable-accel" >&5
4890 # Check whether --enable-accel or --disable-accel was given.
4891 if test "${enable_accel+set}" = set; then
4892 enableval
="$enable_accel"
4894 if test "$enableval" = yes; then
4895 ac_cv_use_accel
='wxUSE_ACCEL=yes'
4897 ac_cv_use_accel
='wxUSE_ACCEL=no'
4902 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4903 if test "x$LINE" != x
; then
4904 eval "DEFAULT_$LINE"
4909 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4914 eval "$ac_cv_use_accel"
4915 if test "$no_cache" != 1; then
4916 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4919 if test "$wxUSE_ACCEL" = yes; then
4920 echo "$ac_t""yes" 1>&6
4922 echo "$ac_t""no" 1>&6
4926 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
4927 echo "configure:4928: checking for --enable-button" >&5
4929 # Check whether --enable-button or --disable-button was given.
4930 if test "${enable_button+set}" = set; then
4931 enableval
="$enable_button"
4933 if test "$enableval" = yes; then
4934 ac_cv_use_button
='wxUSE_BUTTON=yes'
4936 ac_cv_use_button
='wxUSE_BUTTON=no'
4941 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
4942 if test "x$LINE" != x
; then
4943 eval "DEFAULT_$LINE"
4948 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
4953 eval "$ac_cv_use_button"
4954 if test "$no_cache" != 1; then
4955 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
4958 if test "$wxUSE_BUTTON" = yes; then
4959 echo "$ac_t""yes" 1>&6
4961 echo "$ac_t""no" 1>&6
4965 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
4966 echo "configure:4967: checking for --enable-bmpbutton" >&5
4968 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4969 if test "${enable_bmpbutton+set}" = set; then
4970 enableval
="$enable_bmpbutton"
4972 if test "$enableval" = yes; then
4973 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
4975 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
4980 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4981 if test "x$LINE" != x
; then
4982 eval "DEFAULT_$LINE"
4987 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4992 eval "$ac_cv_use_bmpbutton"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4997 if test "$wxUSE_BMPBUTTON" = yes; then
4998 echo "$ac_t""yes" 1>&6
5000 echo "$ac_t""no" 1>&6
5004 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5005 echo "configure:5006: checking for --enable-calendar" >&5
5007 # Check whether --enable-calendar or --disable-calendar was given.
5008 if test "${enable_calendar+set}" = set; then
5009 enableval
="$enable_calendar"
5011 if test "$enableval" = yes; then
5012 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5014 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5019 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5020 if test "x$LINE" != x
; then
5021 eval "DEFAULT_$LINE"
5026 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5031 eval "$ac_cv_use_calendar"
5032 if test "$no_cache" != 1; then
5033 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5036 if test "$wxUSE_CALCTRL" = yes; then
5037 echo "$ac_t""yes" 1>&6
5039 echo "$ac_t""no" 1>&6
5043 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5044 echo "configure:5045: checking for --enable-caret" >&5
5046 # Check whether --enable-caret or --disable-caret was given.
5047 if test "${enable_caret+set}" = set; then
5048 enableval
="$enable_caret"
5050 if test "$enableval" = yes; then
5051 ac_cv_use_caret
='wxUSE_CARET=yes'
5053 ac_cv_use_caret
='wxUSE_CARET=no'
5058 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5059 if test "x$LINE" != x
; then
5060 eval "DEFAULT_$LINE"
5065 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5070 eval "$ac_cv_use_caret"
5071 if test "$no_cache" != 1; then
5072 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5075 if test "$wxUSE_CARET" = yes; then
5076 echo "$ac_t""yes" 1>&6
5078 echo "$ac_t""no" 1>&6
5082 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5083 echo "configure:5084: checking for --enable-checkbox" >&5
5085 # Check whether --enable-checkbox or --disable-checkbox was given.
5086 if test "${enable_checkbox+set}" = set; then
5087 enableval
="$enable_checkbox"
5089 if test "$enableval" = yes; then
5090 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
5092 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
5097 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5098 if test "x$LINE" != x
; then
5099 eval "DEFAULT_$LINE"
5104 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5109 eval "$ac_cv_use_checkbox"
5110 if test "$no_cache" != 1; then
5111 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5114 if test "$wxUSE_CHECKBOX" = yes; then
5115 echo "$ac_t""yes" 1>&6
5117 echo "$ac_t""no" 1>&6
5121 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5122 echo "configure:5123: checking for --enable-checklst" >&5
5124 # Check whether --enable-checklst or --disable-checklst was given.
5125 if test "${enable_checklst+set}" = set; then
5126 enableval
="$enable_checklst"
5128 if test "$enableval" = yes; then
5129 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
5131 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
5136 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x
; then
5138 eval "DEFAULT_$LINE"
5143 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5148 eval "$ac_cv_use_checklst"
5149 if test "$no_cache" != 1; then
5150 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5153 if test "$wxUSE_CHECKLST" = yes; then
5154 echo "$ac_t""yes" 1>&6
5156 echo "$ac_t""no" 1>&6
5160 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5161 echo "configure:5162: checking for --enable-choice" >&5
5163 # Check whether --enable-choice or --disable-choice was given.
5164 if test "${enable_choice+set}" = set; then
5165 enableval
="$enable_choice"
5167 if test "$enableval" = yes; then
5168 ac_cv_use_choice
='wxUSE_CHOICE=yes'
5170 ac_cv_use_choice
='wxUSE_CHOICE=no'
5175 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5176 if test "x$LINE" != x
; then
5177 eval "DEFAULT_$LINE"
5182 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5187 eval "$ac_cv_use_choice"
5188 if test "$no_cache" != 1; then
5189 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5192 if test "$wxUSE_CHOICE" = yes; then
5193 echo "$ac_t""yes" 1>&6
5195 echo "$ac_t""no" 1>&6
5199 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5200 echo "configure:5201: checking for --enable-combobox" >&5
5202 # Check whether --enable-combobox or --disable-combobox was given.
5203 if test "${enable_combobox+set}" = set; then
5204 enableval
="$enable_combobox"
5206 if test "$enableval" = yes; then
5207 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
5209 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
5214 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5215 if test "x$LINE" != x
; then
5216 eval "DEFAULT_$LINE"
5221 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5226 eval "$ac_cv_use_combobox"
5227 if test "$no_cache" != 1; then
5228 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5231 if test "$wxUSE_COMBOBOX" = yes; then
5232 echo "$ac_t""yes" 1>&6
5234 echo "$ac_t""no" 1>&6
5238 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5239 echo "configure:5240: checking for --enable-gauge" >&5
5241 # Check whether --enable-gauge or --disable-gauge was given.
5242 if test "${enable_gauge+set}" = set; then
5243 enableval
="$enable_gauge"
5245 if test "$enableval" = yes; then
5246 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
5248 ac_cv_use_gauge
='wxUSE_GAUGE=no'
5253 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5254 if test "x$LINE" != x
; then
5255 eval "DEFAULT_$LINE"
5260 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5265 eval "$ac_cv_use_gauge"
5266 if test "$no_cache" != 1; then
5267 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5270 if test "$wxUSE_GAUGE" = yes; then
5271 echo "$ac_t""yes" 1>&6
5273 echo "$ac_t""no" 1>&6
5277 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5278 echo "configure:5279: checking for --enable-grid" >&5
5280 # Check whether --enable-grid or --disable-grid was given.
5281 if test "${enable_grid+set}" = set; then
5282 enableval
="$enable_grid"
5284 if test "$enableval" = yes; then
5285 ac_cv_use_grid
='wxUSE_GRID=yes'
5287 ac_cv_use_grid
='wxUSE_GRID=no'
5292 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5293 if test "x$LINE" != x
; then
5294 eval "DEFAULT_$LINE"
5299 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5304 eval "$ac_cv_use_grid"
5305 if test "$no_cache" != 1; then
5306 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5309 if test "$wxUSE_GRID" = yes; then
5310 echo "$ac_t""yes" 1>&6
5312 echo "$ac_t""no" 1>&6
5316 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5317 echo "configure:5318: checking for --enable-newgrid" >&5
5319 # Check whether --enable-newgrid or --disable-newgrid was given.
5320 if test "${enable_newgrid+set}" = set; then
5321 enableval
="$enable_newgrid"
5323 if test "$enableval" = yes; then
5324 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
5326 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
5331 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5332 if test "x$LINE" != x
; then
5333 eval "DEFAULT_$LINE"
5338 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5343 eval "$ac_cv_use_newgrid"
5344 if test "$no_cache" != 1; then
5345 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5348 if test "$wxUSE_NEW_GRID" = yes; then
5349 echo "$ac_t""yes" 1>&6
5351 echo "$ac_t""no" 1>&6
5355 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5356 echo "configure:5357: checking for --enable-imaglist" >&5
5358 # Check whether --enable-imaglist or --disable-imaglist was given.
5359 if test "${enable_imaglist+set}" = set; then
5360 enableval
="$enable_imaglist"
5362 if test "$enableval" = yes; then
5363 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
5365 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
5370 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5371 if test "x$LINE" != x
; then
5372 eval "DEFAULT_$LINE"
5377 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5382 eval "$ac_cv_use_imaglist"
5383 if test "$no_cache" != 1; then
5384 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5387 if test "$wxUSE_IMAGLIST" = yes; then
5388 echo "$ac_t""yes" 1>&6
5390 echo "$ac_t""no" 1>&6
5394 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5395 echo "configure:5396: checking for --enable-listbox" >&5
5397 # Check whether --enable-listbox or --disable-listbox was given.
5398 if test "${enable_listbox+set}" = set; then
5399 enableval
="$enable_listbox"
5401 if test "$enableval" = yes; then
5402 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
5404 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
5409 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5410 if test "x$LINE" != x
; then
5411 eval "DEFAULT_$LINE"
5416 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5421 eval "$ac_cv_use_listbox"
5422 if test "$no_cache" != 1; then
5423 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5426 if test "$wxUSE_LISTBOX" = yes; then
5427 echo "$ac_t""yes" 1>&6
5429 echo "$ac_t""no" 1>&6
5433 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5434 echo "configure:5435: checking for --enable-listctrl" >&5
5436 # Check whether --enable-listctrl or --disable-listctrl was given.
5437 if test "${enable_listctrl+set}" = set; then
5438 enableval
="$enable_listctrl"
5440 if test "$enableval" = yes; then
5441 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
5443 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
5448 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5449 if test "x$LINE" != x
; then
5450 eval "DEFAULT_$LINE"
5455 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5460 eval "$ac_cv_use_listctrl"
5461 if test "$no_cache" != 1; then
5462 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5465 if test "$wxUSE_LISTCTRL" = yes; then
5466 echo "$ac_t""yes" 1>&6
5468 echo "$ac_t""no" 1>&6
5472 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5473 echo "configure:5474: checking for --enable-notebook" >&5
5475 # Check whether --enable-notebook or --disable-notebook was given.
5476 if test "${enable_notebook+set}" = set; then
5477 enableval
="$enable_notebook"
5479 if test "$enableval" = yes; then
5480 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
5482 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
5487 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5488 if test "x$LINE" != x
; then
5489 eval "DEFAULT_$LINE"
5494 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5499 eval "$ac_cv_use_notebook"
5500 if test "$no_cache" != 1; then
5501 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5504 if test "$wxUSE_NOTEBOOK" = yes; then
5505 echo "$ac_t""yes" 1>&6
5507 echo "$ac_t""no" 1>&6
5511 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5512 echo "configure:5513: checking for --enable-radiobox" >&5
5514 # Check whether --enable-radiobox or --disable-radiobox was given.
5515 if test "${enable_radiobox+set}" = set; then
5516 enableval
="$enable_radiobox"
5518 if test "$enableval" = yes; then
5519 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
5521 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
5526 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5527 if test "x$LINE" != x
; then
5528 eval "DEFAULT_$LINE"
5533 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5538 eval "$ac_cv_use_radiobox"
5539 if test "$no_cache" != 1; then
5540 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5543 if test "$wxUSE_RADIOBOX" = yes; then
5544 echo "$ac_t""yes" 1>&6
5546 echo "$ac_t""no" 1>&6
5550 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5551 echo "configure:5552: checking for --enable-radiobtn" >&5
5553 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5554 if test "${enable_radiobtn+set}" = set; then
5555 enableval
="$enable_radiobtn"
5557 if test "$enableval" = yes; then
5558 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
5560 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
5565 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5566 if test "x$LINE" != x
; then
5567 eval "DEFAULT_$LINE"
5572 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5577 eval "$ac_cv_use_radiobtn"
5578 if test "$no_cache" != 1; then
5579 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5582 if test "$wxUSE_RADIOBTN" = yes; then
5583 echo "$ac_t""yes" 1>&6
5585 echo "$ac_t""no" 1>&6
5589 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5590 echo "configure:5591: checking for --enable-sash" >&5
5592 # Check whether --enable-sash or --disable-sash was given.
5593 if test "${enable_sash+set}" = set; then
5594 enableval
="$enable_sash"
5596 if test "$enableval" = yes; then
5597 ac_cv_use_sash
='wxUSE_SASH=yes'
5599 ac_cv_use_sash
='wxUSE_SASH=no'
5604 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5605 if test "x$LINE" != x
; then
5606 eval "DEFAULT_$LINE"
5611 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5616 eval "$ac_cv_use_sash"
5617 if test "$no_cache" != 1; then
5618 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5621 if test "$wxUSE_SASH" = yes; then
5622 echo "$ac_t""yes" 1>&6
5624 echo "$ac_t""no" 1>&6
5628 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5629 echo "configure:5630: checking for --enable-scrollbar" >&5
5631 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5632 if test "${enable_scrollbar+set}" = set; then
5633 enableval
="$enable_scrollbar"
5635 if test "$enableval" = yes; then
5636 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
5638 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
5643 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5644 if test "x$LINE" != x
; then
5645 eval "DEFAULT_$LINE"
5650 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5655 eval "$ac_cv_use_scrollbar"
5656 if test "$no_cache" != 1; then
5657 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5660 if test "$wxUSE_SCROLLBAR" = yes; then
5661 echo "$ac_t""yes" 1>&6
5663 echo "$ac_t""no" 1>&6
5667 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5668 echo "configure:5669: checking for --enable-slider" >&5
5670 # Check whether --enable-slider or --disable-slider was given.
5671 if test "${enable_slider+set}" = set; then
5672 enableval
="$enable_slider"
5674 if test "$enableval" = yes; then
5675 ac_cv_use_slider
='wxUSE_SLIDER=yes'
5677 ac_cv_use_slider
='wxUSE_SLIDER=no'
5682 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5683 if test "x$LINE" != x
; then
5684 eval "DEFAULT_$LINE"
5689 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
5694 eval "$ac_cv_use_slider"
5695 if test "$no_cache" != 1; then
5696 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5699 if test "$wxUSE_SLIDER" = yes; then
5700 echo "$ac_t""yes" 1>&6
5702 echo "$ac_t""no" 1>&6
5706 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
5707 echo "configure:5708: checking for --enable-spinbtn" >&5
5709 # Check whether --enable-spinbtn or --disable-spinbtn was given.
5710 if test "${enable_spinbtn+set}" = set; then
5711 enableval
="$enable_spinbtn"
5713 if test "$enableval" = yes; then
5714 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
5716 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
5721 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
5722 if test "x$LINE" != x
; then
5723 eval "DEFAULT_$LINE"
5728 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
5733 eval "$ac_cv_use_spinbtn"
5734 if test "$no_cache" != 1; then
5735 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
5738 if test "$wxUSE_SPINBTN" = yes; then
5739 echo "$ac_t""yes" 1>&6
5741 echo "$ac_t""no" 1>&6
5745 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
5746 echo "configure:5747: checking for --enable-spinctrl" >&5
5748 # Check whether --enable-spinctrl or --disable-spinctrl was given.
5749 if test "${enable_spinctrl+set}" = set; then
5750 enableval
="$enable_spinctrl"
5752 if test "$enableval" = yes; then
5753 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
5755 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
5760 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
5761 if test "x$LINE" != x
; then
5762 eval "DEFAULT_$LINE"
5767 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
5772 eval "$ac_cv_use_spinctrl"
5773 if test "$no_cache" != 1; then
5774 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
5777 if test "$wxUSE_SPINCTRL" = yes; then
5778 echo "$ac_t""yes" 1>&6
5780 echo "$ac_t""no" 1>&6
5784 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
5785 echo "configure:5786: checking for --enable-splitter" >&5
5787 # Check whether --enable-splitter or --disable-splitter was given.
5788 if test "${enable_splitter+set}" = set; then
5789 enableval
="$enable_splitter"
5791 if test "$enableval" = yes; then
5792 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
5794 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
5799 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
5800 if test "x$LINE" != x
; then
5801 eval "DEFAULT_$LINE"
5806 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
5811 eval "$ac_cv_use_splitter"
5812 if test "$no_cache" != 1; then
5813 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
5816 if test "$wxUSE_SPLITTER" = yes; then
5817 echo "$ac_t""yes" 1>&6
5819 echo "$ac_t""no" 1>&6
5823 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
5824 echo "configure:5825: checking for --enable-statbmp" >&5
5826 # Check whether --enable-statbmp or --disable-statbmp was given.
5827 if test "${enable_statbmp+set}" = set; then
5828 enableval
="$enable_statbmp"
5830 if test "$enableval" = yes; then
5831 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
5833 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
5838 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
5839 if test "x$LINE" != x
; then
5840 eval "DEFAULT_$LINE"
5845 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
5850 eval "$ac_cv_use_statbmp"
5851 if test "$no_cache" != 1; then
5852 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
5855 if test "$wxUSE_STATBMP" = yes; then
5856 echo "$ac_t""yes" 1>&6
5858 echo "$ac_t""no" 1>&6
5862 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
5863 echo "configure:5864: checking for --enable-statbox" >&5
5865 # Check whether --enable-statbox or --disable-statbox was given.
5866 if test "${enable_statbox+set}" = set; then
5867 enableval
="$enable_statbox"
5869 if test "$enableval" = yes; then
5870 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
5872 ac_cv_use_statbox
='wxUSE_STATBOX=no'
5877 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5878 if test "x$LINE" != x
; then
5879 eval "DEFAULT_$LINE"
5884 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5889 eval "$ac_cv_use_statbox"
5890 if test "$no_cache" != 1; then
5891 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5894 if test "$wxUSE_STATBOX" = yes; then
5895 echo "$ac_t""yes" 1>&6
5897 echo "$ac_t""no" 1>&6
5901 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
5902 echo "configure:5903: checking for --enable-statline" >&5
5904 # Check whether --enable-statline or --disable-statline was given.
5905 if test "${enable_statline+set}" = set; then
5906 enableval
="$enable_statline"
5908 if test "$enableval" = yes; then
5909 ac_cv_use_statline
='wxUSE_STATLINE=yes'
5911 ac_cv_use_statline
='wxUSE_STATLINE=no'
5916 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5917 if test "x$LINE" != x
; then
5918 eval "DEFAULT_$LINE"
5923 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5928 eval "$ac_cv_use_statline"
5929 if test "$no_cache" != 1; then
5930 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5933 if test "$wxUSE_STATLINE" = yes; then
5934 echo "$ac_t""yes" 1>&6
5936 echo "$ac_t""no" 1>&6
5940 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
5941 echo "configure:5942: checking for --enable-stattext" >&5
5943 # Check whether --enable-stattext or --disable-stattext was given.
5944 if test "${enable_stattext+set}" = set; then
5945 enableval
="$enable_stattext"
5947 if test "$enableval" = yes; then
5948 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
5950 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
5955 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
5956 if test "x$LINE" != x
; then
5957 eval "DEFAULT_$LINE"
5962 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
5967 eval "$ac_cv_use_stattext"
5968 if test "$no_cache" != 1; then
5969 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
5972 if test "$wxUSE_STATTEXT" = yes; then
5973 echo "$ac_t""yes" 1>&6
5975 echo "$ac_t""no" 1>&6
5979 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
5980 echo "configure:5981: checking for --enable-statusbar" >&5
5982 # Check whether --enable-statusbar or --disable-statusbar was given.
5983 if test "${enable_statusbar+set}" = set; then
5984 enableval
="$enable_statusbar"
5986 if test "$enableval" = yes; then
5987 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
5989 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
5994 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5995 if test "x$LINE" != x
; then
5996 eval "DEFAULT_$LINE"
6001 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6006 eval "$ac_cv_use_statusbar"
6007 if test "$no_cache" != 1; then
6008 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6011 if test "$wxUSE_STATUSBAR" = yes; then
6012 echo "$ac_t""yes" 1>&6
6014 echo "$ac_t""no" 1>&6
6018 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6019 echo "configure:6020: checking for --enable-tabdialog" >&5
6021 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6022 if test "${enable_tabdialog+set}" = set; then
6023 enableval
="$enable_tabdialog"
6025 if test "$enableval" = yes; then
6026 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
6028 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
6033 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6034 if test "x$LINE" != x
; then
6035 eval "DEFAULT_$LINE"
6040 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6045 eval "$ac_cv_use_tabdialog"
6046 if test "$no_cache" != 1; then
6047 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6050 if test "$wxUSE_TABDIALOG" = yes; then
6051 echo "$ac_t""yes" 1>&6
6053 echo "$ac_t""no" 1>&6
6057 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6058 echo "configure:6059: checking for --enable-textctrl" >&5
6060 # Check whether --enable-textctrl or --disable-textctrl was given.
6061 if test "${enable_textctrl+set}" = set; then
6062 enableval
="$enable_textctrl"
6064 if test "$enableval" = yes; then
6065 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
6067 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
6072 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6073 if test "x$LINE" != x
; then
6074 eval "DEFAULT_$LINE"
6079 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6084 eval "$ac_cv_use_textctrl"
6085 if test "$no_cache" != 1; then
6086 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6089 if test "$wxUSE_TEXTCTRL" = yes; then
6090 echo "$ac_t""yes" 1>&6
6092 echo "$ac_t""no" 1>&6
6096 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6097 echo "configure:6098: checking for --enable-togglebtn" >&5
6099 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6100 if test "${enable_togglebtn+set}" = set; then
6101 enableval
="$enable_togglebtn"
6103 if test "$enableval" = yes; then
6104 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
6106 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
6111 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6112 if test "x$LINE" != x
; then
6113 eval "DEFAULT_$LINE"
6118 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6123 eval "$ac_cv_use_togglebtn"
6124 if test "$no_cache" != 1; then
6125 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6128 if test "$wxUSE_TOGGLEBTN" = yes; then
6129 echo "$ac_t""yes" 1>&6
6131 echo "$ac_t""no" 1>&6
6135 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6136 echo "configure:6137: checking for --enable-toolbar" >&5
6138 # Check whether --enable-toolbar or --disable-toolbar was given.
6139 if test "${enable_toolbar+set}" = set; then
6140 enableval
="$enable_toolbar"
6142 if test "$enableval" = yes; then
6143 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
6145 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
6150 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6151 if test "x$LINE" != x
; then
6152 eval "DEFAULT_$LINE"
6157 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6162 eval "$ac_cv_use_toolbar"
6163 if test "$no_cache" != 1; then
6164 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6167 if test "$wxUSE_TOOLBAR" = yes; then
6168 echo "$ac_t""yes" 1>&6
6170 echo "$ac_t""no" 1>&6
6174 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6175 echo "configure:6176: checking for --enable-tbarnative" >&5
6177 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6178 if test "${enable_tbarnative+set}" = set; then
6179 enableval
="$enable_tbarnative"
6181 if test "$enableval" = yes; then
6182 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
6184 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
6189 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6190 if test "x$LINE" != x
; then
6191 eval "DEFAULT_$LINE"
6196 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6201 eval "$ac_cv_use_tbarnative"
6202 if test "$no_cache" != 1; then
6203 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6206 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6207 echo "$ac_t""yes" 1>&6
6209 echo "$ac_t""no" 1>&6
6213 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6214 echo "configure:6215: checking for --enable-tbarsmpl" >&5
6216 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6217 if test "${enable_tbarsmpl+set}" = set; then
6218 enableval
="$enable_tbarsmpl"
6220 if test "$enableval" = yes; then
6221 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
6223 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
6228 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6229 if test "x$LINE" != x
; then
6230 eval "DEFAULT_$LINE"
6235 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6240 eval "$ac_cv_use_tbarsmpl"
6241 if test "$no_cache" != 1; then
6242 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6245 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6246 echo "$ac_t""yes" 1>&6
6248 echo "$ac_t""no" 1>&6
6252 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6253 echo "configure:6254: checking for --enable-treectrl" >&5
6255 # Check whether --enable-treectrl or --disable-treectrl was given.
6256 if test "${enable_treectrl+set}" = set; then
6257 enableval
="$enable_treectrl"
6259 if test "$enableval" = yes; then
6260 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
6262 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
6267 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6268 if test "x$LINE" != x
; then
6269 eval "DEFAULT_$LINE"
6274 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6279 eval "$ac_cv_use_treectrl"
6280 if test "$no_cache" != 1; then
6281 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6284 if test "$wxUSE_TREECTRL" = yes; then
6285 echo "$ac_t""yes" 1>&6
6287 echo "$ac_t""no" 1>&6
6293 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6294 echo "configure:6295: checking for --enable-commondlg" >&5
6296 # Check whether --enable-commondlg or --disable-commondlg was given.
6297 if test "${enable_commondlg+set}" = set; then
6298 enableval
="$enable_commondlg"
6300 if test "$enableval" = yes; then
6301 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
6303 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
6308 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6309 if test "x$LINE" != x
; then
6310 eval "DEFAULT_$LINE"
6315 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6320 eval "$ac_cv_use_commondlg"
6321 if test "$no_cache" != 1; then
6322 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6325 if test "$wxUSE_COMMONDLGS" = yes; then
6326 echo "$ac_t""yes" 1>&6
6328 echo "$ac_t""no" 1>&6
6332 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6333 echo "configure:6334: checking for --enable-choicedlg" >&5
6335 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6336 if test "${enable_choicedlg+set}" = set; then
6337 enableval
="$enable_choicedlg"
6339 if test "$enableval" = yes; then
6340 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
6342 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
6347 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6348 if test "x$LINE" != x
; then
6349 eval "DEFAULT_$LINE"
6354 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6359 eval "$ac_cv_use_choicedlg"
6360 if test "$no_cache" != 1; then
6361 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6364 if test "$wxUSE_CHOICEDLG" = yes; then
6365 echo "$ac_t""yes" 1>&6
6367 echo "$ac_t""no" 1>&6
6371 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6372 echo "configure:6373: checking for --enable-coldlg" >&5
6374 # Check whether --enable-coldlg or --disable-coldlg was given.
6375 if test "${enable_coldlg+set}" = set; then
6376 enableval
="$enable_coldlg"
6378 if test "$enableval" = yes; then
6379 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
6381 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
6386 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6387 if test "x$LINE" != x
; then
6388 eval "DEFAULT_$LINE"
6393 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6398 eval "$ac_cv_use_coldlg"
6399 if test "$no_cache" != 1; then
6400 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6403 if test "$wxUSE_COLOURDLG" = yes; then
6404 echo "$ac_t""yes" 1>&6
6406 echo "$ac_t""no" 1>&6
6410 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6411 echo "configure:6412: checking for --enable-filedlg" >&5
6413 # Check whether --enable-filedlg or --disable-filedlg was given.
6414 if test "${enable_filedlg+set}" = set; then
6415 enableval
="$enable_filedlg"
6417 if test "$enableval" = yes; then
6418 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
6420 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
6425 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6426 if test "x$LINE" != x
; then
6427 eval "DEFAULT_$LINE"
6432 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6437 eval "$ac_cv_use_filedlg"
6438 if test "$no_cache" != 1; then
6439 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6442 if test "$wxUSE_FILEDLG" = yes; then
6443 echo "$ac_t""yes" 1>&6
6445 echo "$ac_t""no" 1>&6
6449 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6450 echo "configure:6451: checking for --enable-fontdlg" >&5
6452 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6453 if test "${enable_fontdlg+set}" = set; then
6454 enableval
="$enable_fontdlg"
6456 if test "$enableval" = yes; then
6457 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
6459 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
6464 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6465 if test "x$LINE" != x
; then
6466 eval "DEFAULT_$LINE"
6471 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6476 eval "$ac_cv_use_fontdlg"
6477 if test "$no_cache" != 1; then
6478 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6481 if test "$wxUSE_FONTDLG" = yes; then
6482 echo "$ac_t""yes" 1>&6
6484 echo "$ac_t""no" 1>&6
6488 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6489 echo "configure:6490: checking for --enable-dirdlg" >&5
6491 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6492 if test "${enable_dirdlg+set}" = set; then
6493 enableval
="$enable_dirdlg"
6495 if test "$enableval" = yes; then
6496 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
6498 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
6503 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6504 if test "x$LINE" != x
; then
6505 eval "DEFAULT_$LINE"
6510 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6515 eval "$ac_cv_use_dirdlg"
6516 if test "$no_cache" != 1; then
6517 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6520 if test "$wxUSE_DIRDLG" = yes; then
6521 echo "$ac_t""yes" 1>&6
6523 echo "$ac_t""no" 1>&6
6527 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6528 echo "configure:6529: checking for --enable-msgdlg" >&5
6530 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6531 if test "${enable_msgdlg+set}" = set; then
6532 enableval
="$enable_msgdlg"
6534 if test "$enableval" = yes; then
6535 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
6537 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
6542 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6543 if test "x$LINE" != x
; then
6544 eval "DEFAULT_$LINE"
6549 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6554 eval "$ac_cv_use_msgdlg"
6555 if test "$no_cache" != 1; then
6556 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6559 if test "$wxUSE_MSGDLG" = yes; then
6560 echo "$ac_t""yes" 1>&6
6562 echo "$ac_t""no" 1>&6
6566 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
6567 echo "configure:6568: checking for --enable-numberdlg" >&5
6569 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6570 if test "${enable_numberdlg+set}" = set; then
6571 enableval
="$enable_numberdlg"
6573 if test "$enableval" = yes; then
6574 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
6576 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
6581 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
6582 if test "x$LINE" != x
; then
6583 eval "DEFAULT_$LINE"
6588 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
6593 eval "$ac_cv_use_numberdlg"
6594 if test "$no_cache" != 1; then
6595 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
6598 if test "$wxUSE_NUMBERDLG" = yes; then
6599 echo "$ac_t""yes" 1>&6
6601 echo "$ac_t""no" 1>&6
6605 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
6606 echo "configure:6607: checking for --enable-textdlg" >&5
6608 # Check whether --enable-textdlg or --disable-textdlg was given.
6609 if test "${enable_textdlg+set}" = set; then
6610 enableval
="$enable_textdlg"
6612 if test "$enableval" = yes; then
6613 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
6615 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
6620 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
6621 if test "x$LINE" != x
; then
6622 eval "DEFAULT_$LINE"
6627 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
6632 eval "$ac_cv_use_textdlg"
6633 if test "$no_cache" != 1; then
6634 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
6637 if test "$wxUSE_TEXTDLG" = yes; then
6638 echo "$ac_t""yes" 1>&6
6640 echo "$ac_t""no" 1>&6
6644 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
6645 echo "configure:6646: checking for --enable-tipdlg" >&5
6647 # Check whether --enable-tipdlg or --disable-tipdlg was given.
6648 if test "${enable_tipdlg+set}" = set; then
6649 enableval
="$enable_tipdlg"
6651 if test "$enableval" = yes; then
6652 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
6654 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
6659 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
6660 if test "x$LINE" != x
; then
6661 eval "DEFAULT_$LINE"
6666 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
6671 eval "$ac_cv_use_tipdlg"
6672 if test "$no_cache" != 1; then
6673 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
6676 if test "$wxUSE_STARTUP_TIPS" = yes; then
6677 echo "$ac_t""yes" 1>&6
6679 echo "$ac_t""no" 1>&6
6683 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
6684 echo "configure:6685: checking for --enable-progressdlg" >&5
6686 # Check whether --enable-progressdlg or --disable-progressdlg was given.
6687 if test "${enable_progressdlg+set}" = set; then
6688 enableval
="$enable_progressdlg"
6690 if test "$enableval" = yes; then
6691 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
6693 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
6698 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
6699 if test "x$LINE" != x
; then
6700 eval "DEFAULT_$LINE"
6705 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
6710 eval "$ac_cv_use_progressdlg"
6711 if test "$no_cache" != 1; then
6712 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
6715 if test "$wxUSE_PROGRESSDLG" = yes; then
6716 echo "$ac_t""yes" 1>&6
6718 echo "$ac_t""no" 1>&6
6722 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
6723 echo "configure:6724: checking for --enable-menus" >&5
6725 # Check whether --enable-menus or --disable-menus was given.
6726 if test "${enable_menus+set}" = set; then
6727 enableval
="$enable_menus"
6729 if test "$enableval" = yes; then
6730 ac_cv_use_menus
='wxUSE_MENUS=yes'
6732 ac_cv_use_menus
='wxUSE_MENUS=no'
6737 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
6738 if test "x$LINE" != x
; then
6739 eval "DEFAULT_$LINE"
6744 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
6749 eval "$ac_cv_use_menus"
6750 if test "$no_cache" != 1; then
6751 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
6754 if test "$wxUSE_MENUS" = yes; then
6755 echo "$ac_t""yes" 1>&6
6757 echo "$ac_t""no" 1>&6
6761 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
6762 echo "configure:6763: checking for --enable-miniframe" >&5
6764 # Check whether --enable-miniframe or --disable-miniframe was given.
6765 if test "${enable_miniframe+set}" = set; then
6766 enableval
="$enable_miniframe"
6768 if test "$enableval" = yes; then
6769 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
6771 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
6776 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
6777 if test "x$LINE" != x
; then
6778 eval "DEFAULT_$LINE"
6783 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
6788 eval "$ac_cv_use_miniframe"
6789 if test "$no_cache" != 1; then
6790 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
6793 if test "$wxUSE_MINIFRAME" = yes; then
6794 echo "$ac_t""yes" 1>&6
6796 echo "$ac_t""no" 1>&6
6800 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
6801 echo "configure:6802: checking for --enable-html" >&5
6803 # Check whether --enable-html or --disable-html was given.
6804 if test "${enable_html+set}" = set; then
6805 enableval
="$enable_html"
6807 if test "$enableval" = yes; then
6808 ac_cv_use_html
='wxUSE_HTML=yes'
6810 ac_cv_use_html
='wxUSE_HTML=no'
6815 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6816 if test "x$LINE" != x
; then
6817 eval "DEFAULT_$LINE"
6822 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6827 eval "$ac_cv_use_html"
6828 if test "$no_cache" != 1; then
6829 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6832 if test "$wxUSE_HTML" = yes; then
6833 echo "$ac_t""yes" 1>&6
6835 echo "$ac_t""no" 1>&6
6839 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
6840 echo "configure:6841: checking for --enable-tooltips" >&5
6842 # Check whether --enable-tooltips or --disable-tooltips was given.
6843 if test "${enable_tooltips+set}" = set; then
6844 enableval
="$enable_tooltips"
6846 if test "$enableval" = yes; then
6847 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
6849 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
6854 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
6855 if test "x$LINE" != x
; then
6856 eval "DEFAULT_$LINE"
6861 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
6866 eval "$ac_cv_use_tooltips"
6867 if test "$no_cache" != 1; then
6868 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
6871 if test "$wxUSE_TOOLTIPS" = yes; then
6872 echo "$ac_t""yes" 1>&6
6874 echo "$ac_t""no" 1>&6
6878 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
6879 echo "configure:6880: checking for --enable-splines" >&5
6881 # Check whether --enable-splines or --disable-splines was given.
6882 if test "${enable_splines+set}" = set; then
6883 enableval
="$enable_splines"
6885 if test "$enableval" = yes; then
6886 ac_cv_use_splines
='wxUSE_SPLINES=yes'
6888 ac_cv_use_splines
='wxUSE_SPLINES=no'
6893 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
6894 if test "x$LINE" != x
; then
6895 eval "DEFAULT_$LINE"
6900 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
6905 eval "$ac_cv_use_splines"
6906 if test "$no_cache" != 1; then
6907 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
6910 if test "$wxUSE_SPLINES" = yes; then
6911 echo "$ac_t""yes" 1>&6
6913 echo "$ac_t""no" 1>&6
6917 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
6918 echo "configure:6919: checking for --enable-validators" >&5
6920 # Check whether --enable-validators or --disable-validators was given.
6921 if test "${enable_validators+set}" = set; then
6922 enableval
="$enable_validators"
6924 if test "$enableval" = yes; then
6925 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
6927 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
6932 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
6933 if test "x$LINE" != x
; then
6934 eval "DEFAULT_$LINE"
6939 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
6944 eval "$ac_cv_use_validators"
6945 if test "$no_cache" != 1; then
6946 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
6949 if test "$wxUSE_VALIDATORS" = yes; then
6950 echo "$ac_t""yes" 1>&6
6952 echo "$ac_t""no" 1>&6
6956 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
6957 echo "configure:6958: checking for --enable-busyinfo" >&5
6959 # Check whether --enable-busyinfo or --disable-busyinfo was given.
6960 if test "${enable_busyinfo+set}" = set; then
6961 enableval
="$enable_busyinfo"
6963 if test "$enableval" = yes; then
6964 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
6966 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
6971 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
6972 if test "x$LINE" != x
; then
6973 eval "DEFAULT_$LINE"
6978 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
6983 eval "$ac_cv_use_busyinfo"
6984 if test "$no_cache" != 1; then
6985 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
6988 if test "$wxUSE_BUSYINFO" = yes; then
6989 echo "$ac_t""yes" 1>&6
6991 echo "$ac_t""no" 1>&6
6995 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
6996 echo "configure:6997: checking for --enable-joystick" >&5
6998 # Check whether --enable-joystick or --disable-joystick was given.
6999 if test "${enable_joystick+set}" = set; then
7000 enableval
="$enable_joystick"
7002 if test "$enableval" = yes; then
7003 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
7005 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
7010 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7011 if test "x$LINE" != x
; then
7012 eval "DEFAULT_$LINE"
7017 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7022 eval "$ac_cv_use_joystick"
7023 if test "$no_cache" != 1; then
7024 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7027 if test "$wxUSE_JOYSTICK" = yes; then
7028 echo "$ac_t""yes" 1>&6
7030 echo "$ac_t""no" 1>&6
7034 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7035 echo "configure:7036: checking for --enable-metafile" >&5
7037 # Check whether --enable-metafile or --disable-metafile was given.
7038 if test "${enable_metafile+set}" = set; then
7039 enableval
="$enable_metafile"
7041 if test "$enableval" = yes; then
7042 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7044 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7049 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7050 if test "x$LINE" != x
; then
7051 eval "DEFAULT_$LINE"
7056 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7061 eval "$ac_cv_use_metafile"
7062 if test "$no_cache" != 1; then
7063 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7066 if test "$wxUSE_METAFILE" = yes; then
7067 echo "$ac_t""yes" 1>&6
7069 echo "$ac_t""no" 1>&6
7075 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7076 echo "configure:7077: checking for --enable-image" >&5
7078 # Check whether --enable-image or --disable-image was given.
7079 if test "${enable_image+set}" = set; then
7080 enableval
="$enable_image"
7082 if test "$enableval" = yes; then
7083 ac_cv_use_image
='wxUSE_IMAGE=yes'
7085 ac_cv_use_image
='wxUSE_IMAGE=no'
7090 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7091 if test "x$LINE" != x
; then
7092 eval "DEFAULT_$LINE"
7097 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7102 eval "$ac_cv_use_image"
7103 if test "$no_cache" != 1; then
7104 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7107 if test "$wxUSE_IMAGE" = yes; then
7108 echo "$ac_t""yes" 1>&6
7110 echo "$ac_t""no" 1>&6
7114 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7115 echo "configure:7116: checking for --enable-gif" >&5
7117 # Check whether --enable-gif or --disable-gif was given.
7118 if test "${enable_gif+set}" = set; then
7119 enableval
="$enable_gif"
7121 if test "$enableval" = yes; then
7122 ac_cv_use_gif
='wxUSE_GIF=yes'
7124 ac_cv_use_gif
='wxUSE_GIF=no'
7129 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7130 if test "x$LINE" != x
; then
7131 eval "DEFAULT_$LINE"
7136 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7141 eval "$ac_cv_use_gif"
7142 if test "$no_cache" != 1; then
7143 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7146 if test "$wxUSE_GIF" = yes; then
7147 echo "$ac_t""yes" 1>&6
7149 echo "$ac_t""no" 1>&6
7153 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7154 echo "configure:7155: checking for --enable-pcx" >&5
7156 # Check whether --enable-pcx or --disable-pcx was given.
7157 if test "${enable_pcx+set}" = set; then
7158 enableval
="$enable_pcx"
7160 if test "$enableval" = yes; then
7161 ac_cv_use_pcx
='wxUSE_PCX=yes'
7163 ac_cv_use_pcx
='wxUSE_PCX=no'
7168 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7169 if test "x$LINE" != x
; then
7170 eval "DEFAULT_$LINE"
7175 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7180 eval "$ac_cv_use_pcx"
7181 if test "$no_cache" != 1; then
7182 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7185 if test "$wxUSE_PCX" = yes; then
7186 echo "$ac_t""yes" 1>&6
7188 echo "$ac_t""no" 1>&6
7192 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7193 echo "configure:7194: checking for --enable-pnm" >&5
7195 # Check whether --enable-pnm or --disable-pnm was given.
7196 if test "${enable_pnm+set}" = set; then
7197 enableval
="$enable_pnm"
7199 if test "$enableval" = yes; then
7200 ac_cv_use_pnm
='wxUSE_PNM=yes'
7202 ac_cv_use_pnm
='wxUSE_PNM=no'
7207 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7208 if test "x$LINE" != x
; then
7209 eval "DEFAULT_$LINE"
7214 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7219 eval "$ac_cv_use_pnm"
7220 if test "$no_cache" != 1; then
7221 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7224 if test "$wxUSE_PNM" = yes; then
7225 echo "$ac_t""yes" 1>&6
7227 echo "$ac_t""no" 1>&6
7231 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7232 echo "configure:7233: checking for --enable-pnm" >&5
7234 # Check whether --enable-pnm or --disable-pnm was given.
7235 if test "${enable_pnm+set}" = set; then
7236 enableval
="$enable_pnm"
7238 if test "$enableval" = yes; then
7239 ac_cv_use_pnm
='wxUSE_XPM=yes'
7241 ac_cv_use_pnm
='wxUSE_XPM=no'
7246 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7247 if test "x$LINE" != x
; then
7248 eval "DEFAULT_$LINE"
7253 ac_cv_use_pnm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7258 eval "$ac_cv_use_pnm"
7259 if test "$no_cache" != 1; then
7260 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7263 if test "$wxUSE_XPM" = yes; then
7264 echo "$ac_t""yes" 1>&6
7266 echo "$ac_t""no" 1>&6
7273 echo "saving argument cache $wx_arg_cache_file"
7274 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
7278 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7279 echo "configure:7280: checking for toolkit" >&5
7281 if test "$wxUSE_GUI" = "yes"; then
7283 if test "$USE_BEOS" = 1; then
7284 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7287 if test "$TOOLKIT_GIVEN" = 1; then
7288 for toolkit
in `echo $ALL_TOOLKITS`; do
7290 eval "value=\$${var}"
7291 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
7294 for toolkit
in `echo $ALL_TOOLKITS`; do
7295 if test "$has_toolkit_in_cache" != 1; then
7296 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
7298 var
=DEFAULT_wxUSE_
$toolkit
7300 eval "wxUSE_$toolkit=\$${var}"
7304 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} + ${wxUSE_MGL:-0}`
7308 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7309 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7318 case "$NUM_TOOLKITS" in
7322 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7325 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7328 for toolkit
in `echo $ALL_TOOLKITS`; do
7330 eval "value=\$${var}"
7331 if test "x$value" != x
; then
7332 cache_var
=CACHE_
$toolkit
7333 eval "cache=\$${cache_var}"
7334 if test "$cache" = 1; then
7335 echo "$var=$value" >> ${wx_arg_cache_file}
7337 if test "$value" = 1; then
7338 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
7339 echo "$ac_t""$toolkit_echo" 1>&6
7346 echo "$ac_t""base only" 1>&6
7350 cat > confcache
<<\EOF
7351 # This file is a shell script that caches the results of configure
7352 # tests run on this system so they can be shared between configure
7353 # scripts and configure runs. It is not useful on other systems.
7354 # If it contains results you don't want to keep, you may remove or edit it.
7356 # By default, configure uses ./config.cache as the cache file,
7357 # creating it if it does not exist already. You can give configure
7358 # the --cache-file=FILE option to use a different cache file; that is
7359 # what configure does when it calls configure scripts in
7360 # subdirectories, so they share the cache.
7361 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7362 # config.status only pays attention to the cache file if you give it the
7363 # --recheck option to rerun configure.
7366 # The following way of writing the cache mishandles newlines in values,
7367 # but we know of no workaround that is simple, portable, and efficient.
7368 # So, don't put newlines in cache variables' values.
7369 # Ultrix sh set writes to stderr and can't be redirected directly,
7370 # and sets the high bit in the cache file unless we assign to the vars.
7372 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7374 # `set' does not quote correctly, so add quotes (double-quote substitution
7375 # turns \\\\ into \\, and sed turns \\ into \).
7377 -e "s/'/'\\\\''/g" \
7378 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7381 # `set' quotes correctly as required by POSIX, so do not add quotes.
7382 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7385 if cmp -s $cache_file confcache
; then
7388 if test -w $cache_file; then
7389 echo "updating cache $cache_file"
7390 cat confcache
> $cache_file
7392 echo "not updating unwritable cache $cache_file"
7398 if test "$build" != "$host" ; then
7402 RANLIB
=$host_alias-ranlib
7403 DLLTOOL
=$host_alias-dlltool
7404 RESCOMP
=$host_alias-windres
7407 STRIP
=$host_alias-strip
7410 # Extract the first word of "gcc", so it can be a program name with args.
7411 set dummy gcc
; ac_word
=$2
7412 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7413 echo "configure:7414: checking for $ac_word" >&5
7414 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7415 echo $ac_n "(cached) $ac_c" 1>&6
7417 if test -n "$CC"; then
7418 ac_cv_prog_CC
="$CC" # Let the user override the test.
7420 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7422 for ac_dir
in $ac_dummy; do
7423 test -z "$ac_dir" && ac_dir
=.
7424 if test -f $ac_dir/$ac_word; then
7433 if test -n "$CC"; then
7434 echo "$ac_t""$CC" 1>&6
7436 echo "$ac_t""no" 1>&6
7439 if test -z "$CC"; then
7440 # Extract the first word of "cc", so it can be a program name with args.
7441 set dummy cc
; ac_word
=$2
7442 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7443 echo "configure:7444: checking for $ac_word" >&5
7444 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7445 echo $ac_n "(cached) $ac_c" 1>&6
7447 if test -n "$CC"; then
7448 ac_cv_prog_CC
="$CC" # Let the user override the test.
7450 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7453 for ac_dir
in $ac_dummy; do
7454 test -z "$ac_dir" && ac_dir
=.
7455 if test -f $ac_dir/$ac_word; then
7456 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7457 ac_prog_rejected
=yes
7465 if test $ac_prog_rejected = yes; then
7466 # We found a bogon in the path, so make sure we never use it.
7467 set dummy
$ac_cv_prog_CC
7469 if test $# -gt 0; then
7470 # We chose a different compiler from the bogus one.
7471 # However, it has the same basename, so the bogon will be chosen
7472 # first if we set CC to just the basename; use the full file name.
7474 set dummy
"$ac_dir/$ac_word" "$@"
7482 if test -n "$CC"; then
7483 echo "$ac_t""$CC" 1>&6
7485 echo "$ac_t""no" 1>&6
7488 if test -z "$CC"; then
7489 case "`uname -s`" in
7491 # Extract the first word of "cl", so it can be a program name with args.
7492 set dummy cl
; ac_word
=$2
7493 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7494 echo "configure:7495: checking for $ac_word" >&5
7495 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7496 echo $ac_n "(cached) $ac_c" 1>&6
7498 if test -n "$CC"; then
7499 ac_cv_prog_CC
="$CC" # Let the user override the test.
7501 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7503 for ac_dir
in $ac_dummy; do
7504 test -z "$ac_dir" && ac_dir
=.
7505 if test -f $ac_dir/$ac_word; then
7514 if test -n "$CC"; then
7515 echo "$ac_t""$CC" 1>&6
7517 echo "$ac_t""no" 1>&6
7522 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
7525 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
7526 echo "configure:7527: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
7529 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7530 ac_cpp
='$CPP $CPPFLAGS'
7531 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7532 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7533 cross_compiling
=$ac_cv_prog_cc_cross
7535 cat > conftest.
$ac_ext << EOF
7537 #line 7538 "configure"
7538 #include "confdefs.h"
7542 if { (eval echo configure
:7543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7543 ac_cv_prog_cc_works
=yes
7544 # If we can't run a trivial program, we are probably using a cross compiler.
7545 if (.
/conftest
; exit) 2>/dev
/null
; then
7546 ac_cv_prog_cc_cross
=no
7548 ac_cv_prog_cc_cross
=yes
7551 echo "configure: failed program was:" >&5
7552 cat conftest.
$ac_ext >&5
7553 ac_cv_prog_cc_works
=no
7557 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7558 ac_cpp
='$CPP $CPPFLAGS'
7559 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7560 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7561 cross_compiling
=$ac_cv_prog_cc_cross
7563 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
7564 if test $ac_cv_prog_cc_works = no
; then
7565 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
7567 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
7568 echo "configure:7569: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
7569 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
7570 cross_compiling
=$ac_cv_prog_cc_cross
7572 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
7573 echo "configure:7574: checking whether we are using GNU C" >&5
7574 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
7575 echo $ac_n "(cached) $ac_c" 1>&6
7577 cat > conftest.c
<<EOF
7582 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:7583: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
7589 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
7591 if test $ac_cv_prog_gcc = yes; then
7597 ac_test_CFLAGS
="${CFLAGS+set}"
7598 ac_save_CFLAGS
="$CFLAGS"
7600 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
7601 echo "configure:7602: checking whether ${CC-cc} accepts -g" >&5
7602 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
7603 echo $ac_n "(cached) $ac_c" 1>&6
7605 echo 'void f(){}' > conftest.c
7606 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
7615 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
7616 if test "$ac_test_CFLAGS" = set; then
7617 CFLAGS
="$ac_save_CFLAGS"
7618 elif test $ac_cv_prog_cc_g = yes; then
7619 if test "$GCC" = yes; then
7625 if test "$GCC" = yes; then
7633 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
7635 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
7636 echo "configure:7637: checking how to run the C preprocessor" >&5
7637 # On Suns, sometimes $CPP names a directory.
7638 if test -n "$CPP" && test -d "$CPP"; then
7641 if test -z "$CPP"; then
7642 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
7643 echo $ac_n "(cached) $ac_c" 1>&6
7645 # This must be in double quotes, not single quotes, because CPP may get
7646 # substituted into the Makefile and "${CC-cc}" will confuse make.
7648 # On the NeXT, cc -E runs the code through the compiler's parser,
7649 # not just through cpp.
7650 cat > conftest.
$ac_ext <<EOF
7651 #line 7652 "configure"
7652 #include "confdefs.h"
7656 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7657 { (eval echo configure
:7658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7658 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7659 if test -z "$ac_err"; then
7663 echo "configure: failed program was:" >&5
7664 cat conftest.
$ac_ext >&5
7666 CPP
="${CC-cc} -E -traditional-cpp"
7667 cat > conftest.
$ac_ext <<EOF
7668 #line 7669 "configure"
7669 #include "confdefs.h"
7673 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7674 { (eval echo configure
:7675: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7675 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7676 if test -z "$ac_err"; then
7680 echo "configure: failed program was:" >&5
7681 cat conftest.
$ac_ext >&5
7683 CPP
="${CC-cc} -nologo -E"
7684 cat > conftest.
$ac_ext <<EOF
7685 #line 7686 "configure"
7686 #include "confdefs.h"
7690 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7691 { (eval echo configure
:7692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7692 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7693 if test -z "$ac_err"; then
7697 echo "configure: failed program was:" >&5
7698 cat conftest.
$ac_ext >&5
7707 ac_cv_prog_CPP
="$CPP"
7709 CPP
="$ac_cv_prog_CPP"
7711 ac_cv_prog_CPP
="$CPP"
7713 echo "$ac_t""$CPP" 1>&6
7716 if test $ac_cv_prog_gcc = yes; then
7717 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
7718 echo "configure:7719: checking whether ${CC-cc} needs -traditional" >&5
7719 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
7720 echo $ac_n "(cached) $ac_c" 1>&6
7722 ac_pattern
="Autoconf.*'x'"
7723 cat > conftest.
$ac_ext <<EOF
7724 #line 7725 "configure"
7725 #include "confdefs.h"
7729 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7730 egrep "$ac_pattern" >/dev
/null
2>&1; then
7732 ac_cv_prog_gcc_traditional
=yes
7735 ac_cv_prog_gcc_traditional
=no
7740 if test $ac_cv_prog_gcc_traditional = no
; then
7741 cat > conftest.
$ac_ext <<EOF
7742 #line 7743 "configure"
7743 #include "confdefs.h"
7747 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7748 egrep "$ac_pattern" >/dev
/null
2>&1; then
7750 ac_cv_prog_gcc_traditional
=yes
7757 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
7758 if test $ac_cv_prog_gcc_traditional = yes; then
7759 CC
="$CC -traditional"
7766 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7767 ac_cpp
='$CXXCPP $CPPFLAGS'
7768 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7769 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7770 cross_compiling
=$ac_cv_prog_cxx_cross
7773 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
7775 # Extract the first word of "$ac_prog", so it can be a program name with args.
7776 set dummy
$ac_prog; ac_word
=$2
7777 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7778 echo "configure:7779: checking for $ac_word" >&5
7779 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
7780 echo $ac_n "(cached) $ac_c" 1>&6
7782 if test -n "$CXX"; then
7783 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
7785 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7787 for ac_dir
in $ac_dummy; do
7788 test -z "$ac_dir" && ac_dir
=.
7789 if test -f $ac_dir/$ac_word; then
7790 ac_cv_prog_CXX
="$ac_prog"
7797 CXX
="$ac_cv_prog_CXX"
7798 if test -n "$CXX"; then
7799 echo "$ac_t""$CXX" 1>&6
7801 echo "$ac_t""no" 1>&6
7804 test -n "$CXX" && break
7806 test -n "$CXX" || CXX
="gcc"
7809 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
7810 echo "configure:7811: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
7813 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7814 ac_cpp
='$CXXCPP $CPPFLAGS'
7815 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7816 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7817 cross_compiling
=$ac_cv_prog_cxx_cross
7819 cat > conftest.
$ac_ext << EOF
7821 #line 7822 "configure"
7822 #include "confdefs.h"
7824 int main(){return(0);}
7826 if { (eval echo configure
:7827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7827 ac_cv_prog_cxx_works
=yes
7828 # If we can't run a trivial program, we are probably using a cross compiler.
7829 if (.
/conftest
; exit) 2>/dev
/null
; then
7830 ac_cv_prog_cxx_cross
=no
7832 ac_cv_prog_cxx_cross
=yes
7835 echo "configure: failed program was:" >&5
7836 cat conftest.
$ac_ext >&5
7837 ac_cv_prog_cxx_works
=no
7841 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7842 ac_cpp
='$CXXCPP $CPPFLAGS'
7843 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7844 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7845 cross_compiling
=$ac_cv_prog_cxx_cross
7847 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
7848 if test $ac_cv_prog_cxx_works = no
; then
7849 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
7851 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
7852 echo "configure:7853: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
7853 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
7854 cross_compiling
=$ac_cv_prog_cxx_cross
7856 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
7857 echo "configure:7858: checking whether we are using GNU C++" >&5
7858 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
7859 echo $ac_n "(cached) $ac_c" 1>&6
7861 cat > conftest.C
<<EOF
7866 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:7867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
7873 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
7875 if test $ac_cv_prog_gxx = yes; then
7881 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
7882 ac_save_CXXFLAGS
="$CXXFLAGS"
7884 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
7885 echo "configure:7886: checking whether ${CXX-g++} accepts -g" >&5
7886 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
7887 echo $ac_n "(cached) $ac_c" 1>&6
7889 echo 'void f(){}' > conftest.cc
7890 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
7891 ac_cv_prog_cxx_g
=yes
7899 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
7900 if test "$ac_test_CXXFLAGS" = set; then
7901 CXXFLAGS
="$ac_save_CXXFLAGS"
7902 elif test $ac_cv_prog_cxx_g = yes; then
7903 if test "$GXX" = yes; then
7909 if test "$GXX" = yes; then
7917 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
7918 echo "configure:7919: checking how to run the C++ preprocessor" >&5
7919 if test -z "$CXXCPP"; then
7920 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
7921 echo $ac_n "(cached) $ac_c" 1>&6
7924 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7925 ac_cpp
='$CXXCPP $CPPFLAGS'
7926 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7927 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7928 cross_compiling
=$ac_cv_prog_cxx_cross
7929 CXXCPP
="${CXX-g++} -E"
7930 cat > conftest.
$ac_ext <<EOF
7931 #line 7932 "configure"
7932 #include "confdefs.h"
7935 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7936 { (eval echo configure
:7937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7937 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7938 if test -z "$ac_err"; then
7942 echo "configure: failed program was:" >&5
7943 cat conftest.
$ac_ext >&5
7948 ac_cv_prog_CXXCPP
="$CXXCPP"
7950 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7951 ac_cpp
='$CXXCPP $CPPFLAGS'
7952 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7953 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7954 cross_compiling
=$ac_cv_prog_cxx_cross
7957 CXXCPP
="$ac_cv_prog_CXXCPP"
7958 echo "$ac_t""$CXXCPP" 1>&6
7961 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
7964 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7965 ac_cpp
='$CPP $CPPFLAGS'
7966 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7967 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7968 cross_compiling
=$ac_cv_prog_cc_cross
7971 # Extract the first word of "ranlib", so it can be a program name with args.
7972 set dummy ranlib
; ac_word
=$2
7973 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7974 echo "configure:7975: checking for $ac_word" >&5
7975 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
7976 echo $ac_n "(cached) $ac_c" 1>&6
7978 if test -n "$RANLIB"; then
7979 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
7981 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7983 for ac_dir
in $ac_dummy; do
7984 test -z "$ac_dir" && ac_dir
=.
7985 if test -f $ac_dir/$ac_word; then
7986 ac_cv_prog_RANLIB
="ranlib"
7991 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
7994 RANLIB
="$ac_cv_prog_RANLIB"
7995 if test -n "$RANLIB"; then
7996 echo "$ac_t""$RANLIB" 1>&6
7998 echo "$ac_t""no" 1>&6
8002 # Extract the first word of "ar", so it can be a program name with args.
8003 set dummy
ar; ac_word
=$2
8004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8005 echo "configure:8006: checking for $ac_word" >&5
8006 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8007 echo $ac_n "(cached) $ac_c" 1>&6
8009 if test -n "$AR"; then
8010 ac_cv_prog_AR
="$AR" # Let the user override the test.
8012 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8014 for ac_dir
in $ac_dummy; do
8015 test -z "$ac_dir" && ac_dir
=.
8016 if test -f $ac_dir/$ac_word; then
8022 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
8026 if test -n "$AR"; then
8027 echo "$ac_t""$AR" 1>&6
8029 echo "$ac_t""no" 1>&6
8033 # Find a good install program. We prefer a C program (faster),
8034 # so one script is as good as another. But avoid the broken or
8035 # incompatible versions:
8036 # SysV /etc/install, /usr/sbin/install
8037 # SunOS /usr/etc/install
8038 # IRIX /sbin/install
8040 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8041 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8042 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8043 # ./install, which can be erroneously created by make from ./install.sh.
8044 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8045 echo "configure:8046: checking for a BSD compatible install" >&5
8046 if test -z "$INSTALL"; then
8047 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8048 echo $ac_n "(cached) $ac_c" 1>&6
8050 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
8051 for ac_dir
in $PATH; do
8052 # Account for people who put trailing slashes in PATH elements.
8054 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
8056 # OSF1 and SCO ODT 3.0 have their own names for install.
8057 # Don't use installbsd from OSF since it installs stuff as root
8059 for ac_prog
in ginstall scoinst
install; do
8060 if test -f $ac_dir/$ac_prog; then
8061 if test $ac_prog = install &&
8062 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
8063 # AIX install. It has an incompatible calling convention.
8066 ac_cv_path_install
="$ac_dir/$ac_prog -c"
8077 if test "${ac_cv_path_install+set}" = set; then
8078 INSTALL
="$ac_cv_path_install"
8080 # As a last resort, use the slow shell script. We don't cache a
8081 # path for INSTALL within a source directory, because that will
8082 # break other packages using the cache if that directory is
8083 # removed, or if the path is relative.
8084 INSTALL
="$ac_install_sh"
8087 echo "$ac_t""$INSTALL" 1>&6
8089 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8090 # It thinks the first close brace ends the variable substitution.
8091 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
8093 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
8095 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
8098 # Extract the first word of "strip", so it can be a program name with args.
8099 set dummy strip
; ac_word
=$2
8100 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8101 echo "configure:8102: checking for $ac_word" >&5
8102 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8103 echo $ac_n "(cached) $ac_c" 1>&6
8105 if test -n "$STRIP"; then
8106 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
8108 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8110 for ac_dir
in $ac_dummy; do
8111 test -z "$ac_dir" && ac_dir
=.
8112 if test -f $ac_dir/$ac_word; then
8113 ac_cv_prog_STRIP
="strip"
8118 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
8121 STRIP
="$ac_cv_prog_STRIP"
8122 if test -n "$STRIP"; then
8123 echo "$ac_t""$STRIP" 1>&6
8125 echo "$ac_t""no" 1>&6
8129 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8130 echo "configure:8131: checking make for VPATH support" >&5
8131 cat - << EOF > confMake
8137 if test ! -d sub
; then
8140 echo dummy
> sub
/file
8141 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
8143 rm -f sub
/file check final_file confMake
8145 if test "$RESULT" = 0; then
8146 echo "$ac_t""yes" 1>&6
8148 echo "$ac_t""no" 1>&6
8149 { echo "configure: error:
8150 You need a make-utility that is able to use the variable
8152 If your version of make does not support VPATH correctly,
8153 please install GNU-make (possibly as gmake), and start
8154 configure with the following command:
8155 export MAKE=gmake; ./configure for sh-type shells
8156 setenv MAKE gmake; ./configure for csh-type shells
8157 Also please do remember to use gmake in this case every time
8158 you are trying to compile.
8162 for ac_prog
in 'bison -y' byacc
8164 # Extract the first word of "$ac_prog", so it can be a program name with args.
8165 set dummy
$ac_prog; ac_word
=$2
8166 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8167 echo "configure:8168: checking for $ac_word" >&5
8168 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8169 echo $ac_n "(cached) $ac_c" 1>&6
8171 if test -n "$YACC"; then
8172 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
8174 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8176 for ac_dir
in $ac_dummy; do
8177 test -z "$ac_dir" && ac_dir
=.
8178 if test -f $ac_dir/$ac_word; then
8179 ac_cv_prog_YACC
="$ac_prog"
8186 YACC
="$ac_cv_prog_YACC"
8187 if test -n "$YACC"; then
8188 echo "$ac_t""$YACC" 1>&6
8190 echo "$ac_t""no" 1>&6
8193 test -n "$YACC" && break
8195 test -n "$YACC" || YACC
="yacc"
8198 # Extract the first word of "flex", so it can be a program name with args.
8199 set dummy flex
; ac_word
=$2
8200 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8201 echo "configure:8202: checking for $ac_word" >&5
8202 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8203 echo $ac_n "(cached) $ac_c" 1>&6
8205 if test -n "$LEX"; then
8206 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
8208 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8210 for ac_dir
in $ac_dummy; do
8211 test -z "$ac_dir" && ac_dir
=.
8212 if test -f $ac_dir/$ac_word; then
8213 ac_cv_prog_LEX
="flex"
8218 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
8221 LEX
="$ac_cv_prog_LEX"
8222 if test -n "$LEX"; then
8223 echo "$ac_t""$LEX" 1>&6
8225 echo "$ac_t""no" 1>&6
8228 if test -z "$LEXLIB"
8234 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8235 echo "configure:8236: checking for yywrap in -l$ac_lib" >&5
8236 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8237 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8238 echo $ac_n "(cached) $ac_c" 1>&6
8240 ac_save_LIBS
="$LIBS"
8241 LIBS
="-l$ac_lib $LIBS"
8242 cat > conftest.
$ac_ext <<EOF
8243 #line 8244 "configure"
8244 #include "confdefs.h"
8245 /* Override any gcc2 internal prototype to avoid an error. */
8246 /* We use char because int might match the return type of a gcc2
8247 builtin and then its argument prototype would still apply. */
8254 if { (eval echo configure
:8255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8256 eval "ac_cv_lib_$ac_lib_var=yes"
8258 echo "configure: failed program was:" >&5
8259 cat conftest.
$ac_ext >&5
8261 eval "ac_cv_lib_$ac_lib_var=no"
8264 LIBS
="$ac_save_LIBS"
8267 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8268 echo "$ac_t""yes" 1>&6
8271 echo "$ac_t""no" 1>&6
8277 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8278 echo "configure:8279: checking whether ln -s works" >&5
8279 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8280 echo $ac_n "(cached) $ac_c" 1>&6
8283 if ln -s X conftestdata
2>/dev
/null
8286 ac_cv_prog_LN_S
="ln -s"
8291 LN_S
="$ac_cv_prog_LN_S"
8292 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8293 echo "$ac_t""yes" 1>&6
8295 echo "$ac_t""no" 1>&6
8301 /usr/local/include \
8303 /usr/Motif-1.2/include \
8304 /usr/Motif-2.1/include \
8306 /usr/include/Motif1.2 \
8307 /opt/xpm/include/X11 \
8308 /opt/GBxpm/include/ \
8309 /opt/GBxpm/X11/include/ \
8311 /usr/Motif1.2/include \
8313 /usr/openwin/include \
8317 /usr/X11R6/include \
8318 /usr/X11R6.4/include \
8319 /usr/X11R5/include \
8320 /usr/X11R4/include \
8322 /usr/include/X11R6 \
8323 /usr/include/X11R5 \
8324 /usr/include/X11R4 \
8326 /usr/local/X11R6/include \
8327 /usr/local/X11R5/include \
8328 /usr/local/X11R4/include \
8330 /usr/local/include/X11R6 \
8331 /usr/local/include/X11R5 \
8332 /usr/local/include/X11R4 \
8336 /usr/local/X11/include \
8337 /usr/local/include/X11 \
8341 /usr/XFree86/include/X11 \
8343 X:/XFree86/include \
8344 X:/XFree86/include/X11 \
8347 /usr/local/include/gtk \
8349 /usr/local/include/glib \
8352 /usr/local/include/qt \
8354 /usr/include/windows \
8356 /usr/local/include/wine \
8358 /usr/unsupported/include \
8359 /usr/athena/include \
8360 /usr/local/x11r5/include \
8361 /usr/lpp/Xamples/include \
8363 /usr/openwin/share/include \
8367 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8370 cat > confcache
<<\EOF
8371 # This file is a shell script that caches the results of configure
8372 # tests run on this system so they can be shared between configure
8373 # scripts and configure runs. It is not useful on other systems.
8374 # If it contains results you don't want to keep, you may remove or edit it.
8376 # By default, configure uses ./config.cache as the cache file,
8377 # creating it if it does not exist already. You can give configure
8378 # the --cache-file=FILE option to use a different cache file; that is
8379 # what configure does when it calls configure scripts in
8380 # subdirectories, so they share the cache.
8381 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8382 # config.status only pays attention to the cache file if you give it the
8383 # --recheck option to rerun configure.
8386 # The following way of writing the cache mishandles newlines in values,
8387 # but we know of no workaround that is simple, portable, and efficient.
8388 # So, don't put newlines in cache variables' values.
8389 # Ultrix sh set writes to stderr and can't be redirected directly,
8390 # and sets the high bit in the cache file unless we assign to the vars.
8392 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8394 # `set' does not quote correctly, so add quotes (double-quote substitution
8395 # turns \\\\ into \\, and sed turns \\ into \).
8397 -e "s/'/'\\\\''/g" \
8398 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8401 # `set' quotes correctly as required by POSIX, so do not add quotes.
8402 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8405 if cmp -s $cache_file confcache
; then
8408 if test -w $cache_file; then
8409 echo "updating cache $cache_file"
8410 cat confcache
> $cache_file
8412 echo "not updating unwritable cache $cache_file"
8421 if test "$wxUSE_GUI" = "yes"; then
8436 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
8437 if test "$cross_compiling" = "yes" ; then
8438 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
8440 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
8441 echo "configure:8442: checking for Windows headers" >&5
8444 for ac_dir
in $SEARCH_INCLUDE;
8446 if test -f "$ac_dir/windows.h"; then
8447 ac_find_includes
=$ac_dir
8452 if test "$ac_find_includes" != "" ; then
8453 echo "$ac_t""found $ac_find_includes" 1>&6
8454 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
8456 echo "$ac_t""no" 1>&6
8457 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
8461 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS msw"
8462 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
8464 if test "$wxUSE_ODBC" = "yes" ; then
8465 LIBS
="$LIBS -lodbc32 -lole32 -loleaut32"
8468 if test "$wxUSE_MINGW" = 1; then
8469 LDFLAGS
="$LDFLAGS -mwindows"
8475 RCINCSWITCH
="--include-dir"
8476 RCDEFSWITCH
="--define"
8477 RCPREPROCESSOR
="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
8480 RESFLAGS
="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
8482 RESPROGRAM
="\$(RES_PROGRAM)"
8485 if test "$wxUSE_GTK" = 1; then
8486 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
8487 echo "configure:8488: checking for GTK+ version" >&5
8489 gtk_version_cached
=1
8490 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
8491 echo $ac_n "(cached) $ac_c" 1>&6
8494 gtk_version_cached
=0
8495 echo "$ac_t""""" 1>&6
8498 if test "x$wxUSE_GTK2" = "xyes"; then
8499 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
8500 if test "${with_gtk_prefix+set}" = set; then
8501 withval
="$with_gtk_prefix"
8502 gtk_config_prefix
="$withval"
8504 gtk_config_prefix
=""
8507 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
8508 if test "${with_gtk_exec_prefix+set}" = set; then
8509 withval
="$with_gtk_exec_prefix"
8510 gtk_config_exec_prefix
="$withval"
8512 gtk_config_exec_prefix
=""
8515 # Check whether --enable-gtktest or --disable-gtktest was given.
8516 if test "${enable_gtktest+set}" = set; then
8517 enableval
="$enable_gtktest"
8528 gtk_config_args
="$gtk_config_args gthread"
8533 if test x
$gtk_config_exec_prefix != x
; then
8534 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
8535 if test x
${GTK_CONFIG_2_0+set} != xset
; then
8536 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
8539 if test x
$gtk_config_prefix != x
; then
8540 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
8541 if test x
${GTK_CONFIG_2_0+set} != xset
; then
8542 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
8546 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
8547 set dummy gtk
-config-2.0
; ac_word
=$2
8548 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8549 echo "configure:8550: checking for $ac_word" >&5
8550 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
8551 echo $ac_n "(cached) $ac_c" 1>&6
8553 case "$GTK_CONFIG_2_0" in
8555 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
8558 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
8561 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8563 for ac_dir
in $ac_dummy; do
8564 test -z "$ac_dir" && ac_dir
=.
8565 if test -f $ac_dir/$ac_word; then
8566 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
8571 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
8575 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
8576 if test -n "$GTK_CONFIG_2_0"; then
8577 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
8579 echo "$ac_t""no" 1>&6
8582 min_gtk_version
=1.3.1
8583 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
8584 echo "configure:8585: checking for GTK - version >= $min_gtk_version" >&5
8586 if test "$GTK_CONFIG_2_0" = "no" ; then
8589 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
8590 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
8591 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
8592 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8593 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
8594 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
8595 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
8596 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
8597 if test "x$enable_gtktest" = "xyes" ; then
8598 ac_save_CFLAGS
="$CFLAGS"
8599 ac_save_LIBS
="$LIBS"
8600 CFLAGS
="$CFLAGS $GTK_CFLAGS"
8601 LIBS
="$GTK_LIBS $LIBS"
8603 if test "$cross_compiling" = yes; then
8604 echo $ac_n "cross compiling; assumed OK... $ac_c"
8606 cat > conftest.
$ac_ext <<EOF
8607 #line 8608 "configure"
8608 #include "confdefs.h"
8610 #include <gtk/gtk.h>
8617 int major, minor, micro;
8620 system ("touch conf.gtktest");
8622 /* HP/UX 9 (%@#!) writes to sscanf strings */
8623 tmp_version = g_strdup("$min_gtk_version");
8624 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
8625 printf("%s, bad version string\n", "$min_gtk_version");
8629 if ((gtk_major_version != $gtk_config_major_version) ||
8630 (gtk_minor_version != $gtk_config_minor_version) ||
8631 (gtk_micro_version != $gtk_config_micro_version))
8633 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
8634 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
8635 gtk_major_version, gtk_minor_version, gtk_micro_version);
8636 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
8637 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
8638 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
8639 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
8640 printf("*** required on your system.\n");
8641 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
8642 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
8643 printf("*** before re-running configure\n");
8645 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
8646 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
8647 (gtk_minor_version != GTK_MINOR_VERSION) ||
8648 (gtk_micro_version != GTK_MICRO_VERSION))
8650 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
8651 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
8652 printf("*** library (version %d.%d.%d)\n",
8653 gtk_major_version, gtk_minor_version, gtk_micro_version);
8655 #endif /* defined (GTK_MAJOR_VERSION) ... */
8658 if ((gtk_major_version > major) ||
8659 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
8660 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
8666 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
8667 gtk_major_version, gtk_minor_version, gtk_micro_version);
8668 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
8669 major, minor, micro);
8670 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
8672 printf("*** If you have already installed a sufficiently new version, this error\n");
8673 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
8674 printf("*** being found. The easiest way to fix this is to remove the old version\n");
8675 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
8676 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
8677 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
8678 printf("*** so that the correct libraries are found at run-time))\n");
8685 if { (eval echo configure
:8686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8689 echo "configure: failed program was:" >&5
8690 cat conftest.
$ac_ext >&5
8697 CFLAGS
="$ac_save_CFLAGS"
8698 LIBS
="$ac_save_LIBS"
8701 if test "x$no_gtk" = x
; then
8702 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
8705 echo "$ac_t""no" 1>&6
8706 if test "$GTK_CONFIG_2_0" = "no" ; then
8707 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
8708 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
8709 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
8710 echo "*** full path to gtk-config-2.0."
8712 if test -f conf.gtktest
; then
8715 echo "*** Could not run GTK test program, checking why..."
8716 CFLAGS
="$CFLAGS $GTK_CFLAGS"
8717 LIBS
="$LIBS $GTK_LIBS"
8718 cat > conftest.
$ac_ext <<EOF
8719 #line 8720 "configure"
8720 #include "confdefs.h"
8722 #include <gtk/gtk.h>
8726 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
8729 if { (eval echo configure
:8730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8731 echo "*** The test program compiled, but did not run. This usually means"
8732 echo "*** that the run-time linker is not finding GTK or finding the wrong"
8733 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
8734 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
8735 echo "*** to the installed location Also, make sure you have run ldconfig if that"
8736 echo "*** is required on your system"
8738 echo "*** If you have an old version installed, it is best to remove it, although"
8739 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
8741 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
8742 echo "*** came with the system with the command"
8744 echo "*** rpm --erase --nodeps gtk gtk-devel"
8746 echo "configure: failed program was:" >&5
8747 cat conftest.
$ac_ext >&5
8749 echo "*** The test program failed to compile or link. See the file config.log for the"
8750 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
8751 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
8752 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
8755 CFLAGS
="$ac_save_CFLAGS"
8756 LIBS
="$ac_save_LIBS"
8769 if test -z "$wx_cv_lib_gtk"; then
8771 if test x
$gtk_config_exec_prefix != x
; then
8772 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
8773 if test x
${GTK_CONFIG+set} != xset
; then
8774 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
8777 if test x
$gtk_config_prefix != x
; then
8778 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
8779 if test x
${GTK_CONFIG+set} != xset
; then
8780 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
8784 # Extract the first word of "gtk-config", so it can be a program name with args.
8785 set dummy gtk
-config; ac_word
=$2
8786 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8787 echo "configure:8788: checking for $ac_word" >&5
8788 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
8789 echo $ac_n "(cached) $ac_c" 1>&6
8791 case "$GTK_CONFIG" in
8793 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
8796 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
8799 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8801 for ac_dir
in $ac_dummy; do
8802 test -z "$ac_dir" && ac_dir
=.
8803 if test -f $ac_dir/$ac_word; then
8804 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
8809 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
8813 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
8814 if test -n "$GTK_CONFIG"; then
8815 echo "$ac_t""$GTK_CONFIG" 1>&6
8817 echo "$ac_t""no" 1>&6
8820 min_gtk_version
=1.2.7
8821 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
8822 echo "configure:8823: checking for GTK - version >= $min_gtk_version" >&5
8824 if test "$GTK_CONFIG" != "no" ; then
8825 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
8826 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
8827 ac_save_CFLAGS
="$CFLAGS"
8828 ac_save_LIBS
="$LIBS"
8829 CFLAGS
="$CFLAGS $GTK_CFLAGS"
8830 LIBS
="$LIBS $GTK_LIBS"
8831 if test "$cross_compiling" = yes; then
8832 echo $ac_n "cross compiling; assumed OK... $ac_c"
8834 cat > conftest.
$ac_ext <<EOF
8835 #line 8836 "configure"
8836 #include "confdefs.h"
8838 #include <gtk/gtk.h>
8839 #include <gtk/gtkfeatures.h>
8846 int major, minor, micro;
8848 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
8849 printf("%s, bad version string\n", "$min_gtk_version");
8853 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
8854 (GTK_MINOR_VERSION != gtk_minor_version) ||
8855 (GTK_MICRO_VERSION != gtk_micro_version)) {
8856 printf("Headers vs. library version mismatch!\n");
8860 if (gtk_minor_version == 1) return FALSE;
8862 return !((gtk_major_version > major) ||
8863 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
8864 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
8868 if { (eval echo configure
:8869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8872 echo "configure: failed program was:" >&5
8873 cat conftest.
$ac_ext >&5
8880 CFLAGS
="$ac_save_CFLAGS"
8881 LIBS
="$ac_save_LIBS"
8885 if test "x$no_gtk" = x
; then
8886 echo "$ac_t""yes" 1>&6
8889 echo "$ac_t""no" 1>&6
8899 if test -z "$wx_cv_lib_gtk"; then
8901 if test x
$gtk_config_exec_prefix != x
; then
8902 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
8903 if test x
${GTK_CONFIG+set} != xset
; then
8904 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
8907 if test x
$gtk_config_prefix != x
; then
8908 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
8909 if test x
${GTK_CONFIG+set} != xset
; then
8910 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
8914 # Extract the first word of "gtk-config", so it can be a program name with args.
8915 set dummy gtk
-config; ac_word
=$2
8916 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8917 echo "configure:8918: checking for $ac_word" >&5
8918 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
8919 echo $ac_n "(cached) $ac_c" 1>&6
8921 case "$GTK_CONFIG" in
8923 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
8926 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
8929 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8931 for ac_dir
in $ac_dummy; do
8932 test -z "$ac_dir" && ac_dir
=.
8933 if test -f $ac_dir/$ac_word; then
8934 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
8939 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
8943 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
8944 if test -n "$GTK_CONFIG"; then
8945 echo "$ac_t""$GTK_CONFIG" 1>&6
8947 echo "$ac_t""no" 1>&6
8950 min_gtk_version
=1.2.3
8951 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
8952 echo "configure:8953: checking for GTK - version >= $min_gtk_version" >&5
8954 if test "$GTK_CONFIG" != "no" ; then
8955 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
8956 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
8957 ac_save_CFLAGS
="$CFLAGS"
8958 ac_save_LIBS
="$LIBS"
8959 CFLAGS
="$CFLAGS $GTK_CFLAGS"
8960 LIBS
="$LIBS $GTK_LIBS"
8961 if test "$cross_compiling" = yes; then
8962 echo $ac_n "cross compiling; assumed OK... $ac_c"
8964 cat > conftest.
$ac_ext <<EOF
8965 #line 8966 "configure"
8966 #include "confdefs.h"
8968 #include <gtk/gtk.h>
8969 #include <gtk/gtkfeatures.h>
8976 int major, minor, micro;
8978 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
8979 printf("%s, bad version string\n", "$min_gtk_version");
8983 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
8984 (GTK_MINOR_VERSION != gtk_minor_version) ||
8985 (GTK_MICRO_VERSION != gtk_micro_version)) {
8986 printf("Headers vs. library version mismatch!\n");
8990 if (gtk_minor_version == 1) return FALSE;
8992 return !((gtk_major_version > major) ||
8993 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
8994 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
8998 if { (eval echo configure
:8999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9002 echo "configure: failed program was:" >&5
9003 cat conftest.
$ac_ext >&5
9010 CFLAGS
="$ac_save_CFLAGS"
9011 LIBS
="$ac_save_LIBS"
9015 if test "x$no_gtk" = x
; then
9016 echo "$ac_t""yes" 1>&6
9019 echo "$ac_t""no" 1>&6
9029 if test -z "$wx_cv_lib_gtk"; then
9032 wx_cv_cflags_gtk
=$GTK_CFLAGS
9033 wx_cv_libs_gtk
=$GTK_LIBS
9040 if test "$gtk_version_cached" = 1; then
9041 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
9044 case "$wx_cv_lib_gtk" in
9051 *) { echo "configure: error:
9052 Please check that gtk-config is in path, the directory
9053 where GTK+ libraries are installed (returned by
9054 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
9055 equivalent variable and GTK+ is version 1.2.3 or above.
9060 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
9061 GUI_TK_LIBRARY
="$wx_cv_lib_gtk"
9063 AFMINSTALL
=afminstall
9067 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
9068 echo "configure:9069: checking for gdk_im_open in -lgdk" >&5
9069 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
9070 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9071 echo $ac_n "(cached) $ac_c" 1>&6
9073 ac_save_LIBS
="$LIBS"
9075 cat > conftest.
$ac_ext <<EOF
9076 #line 9077 "configure"
9077 #include "confdefs.h"
9078 /* Override any gcc2 internal prototype to avoid an error. */
9079 /* We use char because int might match the return type of a gcc2
9080 builtin and then its argument prototype would still apply. */
9087 if { (eval echo configure
:9088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9089 eval "ac_cv_lib_$ac_lib_var=yes"
9091 echo "configure: failed program was:" >&5
9092 cat conftest.
$ac_ext >&5
9094 eval "ac_cv_lib_$ac_lib_var=no"
9097 LIBS
="$ac_save_LIBS"
9100 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9101 echo "$ac_t""yes" 1>&6
9102 cat >> confdefs.h
<<\EOF
9107 echo "$ac_t""no" 1>&6
9112 if test "$wxUSE_MGL" = 1; then
9114 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
9115 echo "configure:9116: checking for SciTech MGL library" >&5
9116 if test "x$MGL_ROOT" = x
; then
9117 echo "$ac_t""not found" 1>&6
9118 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
9120 echo "$ac_t""$MGL_ROOT" 1>&6
9123 MGL_OS
=linux
/gcc
/glibc
9126 if test "$wxUSE_DEBUG_FLAG" = yes ; then
9127 if test -f $MGL_ROOT/lib
/debug
/$MGL_OS/libmgl.a
; then
9131 if test "x$MGL_LIB_TYPE" = x
; then
9132 if test -f $MGL_ROOT/lib
/release
/$MGL_OS/libmgl.a
; then
9133 MGL_LIB_TYPE
=release
9135 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
9139 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
9140 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$MGL_LIB_TYPE/$MGL_OS -lmgl -lmglcpp -lpm"
9142 AFMINSTALL
=afminstall
9147 if test "$wxUSE_WINE" = 1; then
9148 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
9149 echo "configure:9150: checking for WINE includes" >&5
9152 for ac_dir
in $SEARCH_INCLUDE;
9154 if test -f "$ac_dir/windows.h"; then
9155 ac_find_includes
=$ac_dir
9160 if test "$ac_find_includes" != "" ; then
9161 echo "$ac_t""found $ac_find_includes" 1>&6
9162 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
9164 echo "$ac_t""no" 1>&6
9165 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9169 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
9170 echo "configure:9171: checking for Xpm library" >&5
9173 for ac_dir
in $SEARCH_LIB;
9175 for ac_extension
in a so sl
; do
9176 if test -f "$ac_dir/libXpm.$ac_extension"; then
9177 ac_find_libraries
=$ac_dir
9183 if test "$ac_find_libraries" != "" ; then
9184 GUI_TK_LIBRARY
="-L$ac_find_libraries"
9186 cat >> confdefs.h
<<\EOF
9187 #define wxHAVE_LIB_XPM 1
9190 echo "$ac_t""found at $ac_find_libraries" 1>&6
9192 echo "$ac_t""no" 1>&6
9193 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9197 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
9198 echo "configure:9199: checking for Mesa library" >&5
9201 for ac_dir
in $SEARCH_LIB;
9203 for ac_extension
in a so sl
; do
9204 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
9205 ac_find_libraries
=$ac_dir
9211 if test "$ac_find_libraries" != "" ; then
9212 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
9213 MESA_LINK
="-lMesaGL"
9214 echo "$ac_t""found at $ac_find_libraries" 1>&6
9216 { echo "configure: error: no" 1>&2; exit 1; }
9219 GUI_TK_LINK
="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
9220 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
9227 # If we find X, set shell vars x_includes and x_libraries to the
9228 # paths, otherwise set no_x=yes.
9229 # Uses ac_ vars as temps to allow command line to override cache and checks.
9230 # --without-x overrides everything else, but does not touch the cache.
9231 echo $ac_n "checking for X""... $ac_c" 1>&6
9232 echo "configure:9233: checking for X" >&5
9234 # Check whether --with-x or --without-x was given.
9235 if test "${with_x+set}" = set; then
9240 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9241 if test "x$with_x" = xno
; then
9242 # The user explicitly disabled X.
9245 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
9246 # Both variables are already set.
9249 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
9250 echo $ac_n "(cached) $ac_c" 1>&6
9252 # One or both of the vars are not set, and there is no cached value.
9253 ac_x_includes
=NO ac_x_libraries
=NO
9255 if mkdir conftestdir
; then
9257 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
9258 cat > Imakefile
<<'EOF'
9260 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
9262 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9263 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9264 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
9265 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9266 for ac_extension
in a so sl
; do
9267 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
9268 test -f $ac_im_libdir/libX11.
$ac_extension; then
9269 ac_im_usrlibdir
=$ac_im_libdir; break
9272 # Screen out bogus values from the imake configuration. They are
9273 # bogus both because they are the default anyway, and because
9274 # using them would break gcc on systems where it needs fixed includes.
9275 case "$ac_im_incroot" in
9277 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
9279 case "$ac_im_usrlibdir" in
9281 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
9288 if test "$ac_x_includes" = NO
; then
9289 # Guess where to find include files, by looking for this one X11 .h file.
9290 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
9292 # First, try using that file with no special directory specified.
9293 cat > conftest.
$ac_ext <<EOF
9294 #line 9295 "configure"
9295 #include "confdefs.h"
9296 #include <$x_direct_test_include>
9298 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9299 { (eval echo configure
:9300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9300 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9301 if test -z "$ac_err"; then
9303 # We can compile using X headers with no special include directory.
9307 echo "configure: failed program was:" >&5
9308 cat conftest.
$ac_ext >&5
9310 # Look for the header file in a standard set of common directories.
9311 # Check X11 before X11Rn because it is often a symlink to the current release.
9314 /usr
/X
11R
6/include \
9315 /usr
/X
11R
5/include \
9316 /usr
/X
11R
4/include \
9319 /usr
/include
/X11R6 \
9320 /usr
/include
/X11R5 \
9321 /usr
/include
/X11R4 \
9323 /usr
/local
/X
11/include \
9324 /usr
/local
/X
11R
6/include \
9325 /usr
/local
/X
11R
5/include \
9326 /usr
/local
/X
11R
4/include \
9328 /usr
/local
/include
/X11 \
9329 /usr
/local
/include
/X11R6 \
9330 /usr
/local
/include
/X11R5 \
9331 /usr
/local
/include
/X11R4 \
9335 /usr
/XFree
86/include
/X11 \
9338 /usr
/local
/include \
9339 /usr
/unsupported
/include \
9340 /usr
/athena
/include \
9341 /usr
/local
/x
11r
5/include \
9342 /usr
/lpp
/Xamples
/include \
9344 /usr
/openwin
/include \
9345 /usr
/openwin
/share
/include \
9348 if test -r "$ac_dir/$x_direct_test_include"; then
9349 ac_x_includes
=$ac_dir
9355 fi # $ac_x_includes = NO
9357 if test "$ac_x_libraries" = NO
; then
9358 # Check for the libraries.
9360 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
9361 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
9363 # See if we find them without any special options.
9364 # Don't add to $LIBS permanently.
9365 ac_save_LIBS
="$LIBS"
9366 LIBS
="-l$x_direct_test_library $LIBS"
9367 cat > conftest.
$ac_ext <<EOF
9368 #line 9369 "configure"
9369 #include "confdefs.h"
9372 ${x_direct_test_function}()
9375 if { (eval echo configure
:9376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9377 LIBS
="$ac_save_LIBS"
9378 # We can link X programs with no special library path.
9381 echo "configure: failed program was:" >&5
9382 cat conftest.
$ac_ext >&5
9384 LIBS
="$ac_save_LIBS"
9385 # First see if replacing the include by lib works.
9386 # Check X11 before X11Rn because it is often a symlink to the current release.
9387 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
9398 /usr
/local
/X
11/lib \
9399 /usr
/local
/X
11R
6/lib \
9400 /usr
/local
/X
11R
5/lib \
9401 /usr
/local
/X
11R
4/lib \
9403 /usr
/local
/lib
/X11 \
9404 /usr
/local
/lib
/X11R6 \
9405 /usr
/local
/lib
/X11R5 \
9406 /usr
/local
/lib
/X11R4 \
9410 /usr
/XFree
86/lib
/X11 \
9414 /usr
/unsupported
/lib \
9416 /usr
/local
/x
11r
5/lib \
9417 /usr
/lpp
/Xamples
/lib \
9421 /usr
/openwin
/share
/lib \
9424 for ac_extension
in a so sl
; do
9425 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
9426 ac_x_libraries
=$ac_dir
9433 fi # $ac_x_libraries = NO
9435 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
9436 # Didn't find X anywhere. Cache the known absence of X.
9437 ac_cv_have_x
="have_x=no"
9439 # Record where we found X for the cache.
9440 ac_cv_have_x
="have_x=yes \
9441 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
9445 eval "$ac_cv_have_x"
9448 if test "$have_x" != yes; then
9449 echo "$ac_t""$have_x" 1>&6
9452 # If each of the values was on the command line, it overrides each guess.
9453 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9454 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9455 # Update the cache value to reflect the command line values.
9456 ac_cv_have_x
="have_x=yes \
9457 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9458 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
9461 if test "$no_x" = yes; then
9462 # Not all programs may use this symbol, but it does not hurt to define it.
9463 cat >> confdefs.h
<<\EOF
9464 #define X_DISPLAY_MISSING 1
9467 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9469 if test -n "$x_includes"; then
9470 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9473 # It would also be nice to do this for all -L options, not just this one.
9474 if test -n "$x_libraries"; then
9475 X_LIBS
="$X_LIBS -L$x_libraries"
9476 # For Solaris; some versions of Sun CC require a space after -R and
9477 # others require no space. Words are not sufficient . . . .
9478 case "`(uname -sr) 2>/dev/null`" in
9480 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
9481 echo "configure:9482: checking whether -R must be followed by a space" >&5
9482 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
9483 cat > conftest.
$ac_ext <<EOF
9484 #line 9485 "configure"
9485 #include "confdefs.h"
9491 if { (eval echo configure
:9492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9495 echo "configure: failed program was:" >&5
9496 cat conftest.
$ac_ext >&5
9501 if test $ac_R_nospace = yes; then
9502 echo "$ac_t""no" 1>&6
9503 X_LIBS
="$X_LIBS -R$x_libraries"
9505 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9506 cat > conftest.
$ac_ext <<EOF
9507 #line 9508 "configure"
9508 #include "confdefs.h"
9514 if { (eval echo configure
:9515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9518 echo "configure: failed program was:" >&5
9519 cat conftest.
$ac_ext >&5
9524 if test $ac_R_space = yes; then
9525 echo "$ac_t""yes" 1>&6
9526 X_LIBS
="$X_LIBS -R $x_libraries"
9528 echo "$ac_t""neither works" 1>&6
9531 LIBS
="$ac_xsave_LIBS"
9535 # Check for system-dependent libraries X programs must link with.
9536 # Do this before checking for the system-independent R6 libraries
9537 # (-lICE), since we may need -lsocket or whatever for X linking.
9539 if test "$ISC" = yes; then
9540 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9542 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
9543 # libraries were built with DECnet support. And karl@cs.umb.edu says
9544 # the Alpha needs dnet_stub (dnet does not exist).
9545 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
9546 echo "configure:9547: checking for dnet_ntoa in -ldnet" >&5
9547 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
9548 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9549 echo $ac_n "(cached) $ac_c" 1>&6
9551 ac_save_LIBS
="$LIBS"
9553 cat > conftest.
$ac_ext <<EOF
9554 #line 9555 "configure"
9555 #include "confdefs.h"
9556 /* Override any gcc2 internal prototype to avoid an error. */
9557 /* We use char because int might match the return type of a gcc2
9558 builtin and then its argument prototype would still apply. */
9565 if { (eval echo configure
:9566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9567 eval "ac_cv_lib_$ac_lib_var=yes"
9569 echo "configure: failed program was:" >&5
9570 cat conftest.
$ac_ext >&5
9572 eval "ac_cv_lib_$ac_lib_var=no"
9575 LIBS
="$ac_save_LIBS"
9578 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9579 echo "$ac_t""yes" 1>&6
9580 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9582 echo "$ac_t""no" 1>&6
9585 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9586 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
9587 echo "configure:9588: checking for dnet_ntoa in -ldnet_stub" >&5
9588 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
9589 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9590 echo $ac_n "(cached) $ac_c" 1>&6
9592 ac_save_LIBS
="$LIBS"
9593 LIBS
="-ldnet_stub $LIBS"
9594 cat > conftest.
$ac_ext <<EOF
9595 #line 9596 "configure"
9596 #include "confdefs.h"
9597 /* Override any gcc2 internal prototype to avoid an error. */
9598 /* We use char because int might match the return type of a gcc2
9599 builtin and then its argument prototype would still apply. */
9606 if { (eval echo configure
:9607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9608 eval "ac_cv_lib_$ac_lib_var=yes"
9610 echo "configure: failed program was:" >&5
9611 cat conftest.
$ac_ext >&5
9613 eval "ac_cv_lib_$ac_lib_var=no"
9616 LIBS
="$ac_save_LIBS"
9619 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9620 echo "$ac_t""yes" 1>&6
9621 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9623 echo "$ac_t""no" 1>&6
9628 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9629 # to get the SysV transport functions.
9630 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
9632 # The nsl library prevents programs from opening the X display
9633 # on Irix 5.2, according to dickey@clark.net.
9634 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
9635 echo "configure:9636: checking for gethostbyname" >&5
9636 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
9637 echo $ac_n "(cached) $ac_c" 1>&6
9639 cat > conftest.
$ac_ext <<EOF
9640 #line 9641 "configure"
9641 #include "confdefs.h"
9642 /* System header to define __stub macros and hopefully few prototypes,
9643 which can conflict with char gethostbyname(); below. */
9645 /* Override any gcc2 internal prototype to avoid an error. */
9646 /* We use char because int might match the return type of a gcc2
9647 builtin and then its argument prototype would still apply. */
9648 char gethostbyname();
9652 /* The GNU C library defines this for functions which it implements
9653 to always fail with ENOSYS. Some functions are actually named
9654 something starting with __ and the normal name is an alias. */
9655 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
9663 if { (eval echo configure
:9664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9665 eval "ac_cv_func_gethostbyname=yes"
9667 echo "configure: failed program was:" >&5
9668 cat conftest.
$ac_ext >&5
9670 eval "ac_cv_func_gethostbyname=no"
9675 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
9676 echo "$ac_t""yes" 1>&6
9679 echo "$ac_t""no" 1>&6
9682 if test $ac_cv_func_gethostbyname = no
; then
9683 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
9684 echo "configure:9685: checking for gethostbyname in -lnsl" >&5
9685 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
9686 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9687 echo $ac_n "(cached) $ac_c" 1>&6
9689 ac_save_LIBS
="$LIBS"
9691 cat > conftest.
$ac_ext <<EOF
9692 #line 9693 "configure"
9693 #include "confdefs.h"
9694 /* Override any gcc2 internal prototype to avoid an error. */
9695 /* We use char because int might match the return type of a gcc2
9696 builtin and then its argument prototype would still apply. */
9697 char gethostbyname();
9703 if { (eval echo configure
:9704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9705 eval "ac_cv_lib_$ac_lib_var=yes"
9707 echo "configure: failed program was:" >&5
9708 cat conftest.
$ac_ext >&5
9710 eval "ac_cv_lib_$ac_lib_var=no"
9713 LIBS
="$ac_save_LIBS"
9716 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9717 echo "$ac_t""yes" 1>&6
9718 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9720 echo "$ac_t""no" 1>&6
9725 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9726 # socket/setsockopt and other routines are undefined under SCO ODT
9727 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9728 # on later versions), says simon@lia.di.epfl.ch: it contains
9729 # gethostby* variants that don't use the nameserver (or something).
9730 # -lsocket must be given before -lnsl if both are needed.
9731 # We assume that if connect needs -lnsl, so does gethostbyname.
9732 echo $ac_n "checking for connect""... $ac_c" 1>&6
9733 echo "configure:9734: checking for connect" >&5
9734 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
9735 echo $ac_n "(cached) $ac_c" 1>&6
9737 cat > conftest.
$ac_ext <<EOF
9738 #line 9739 "configure"
9739 #include "confdefs.h"
9740 /* System header to define __stub macros and hopefully few prototypes,
9741 which can conflict with char connect(); below. */
9743 /* Override any gcc2 internal prototype to avoid an error. */
9744 /* We use char because int might match the return type of a gcc2
9745 builtin and then its argument prototype would still apply. */
9750 /* The GNU C library defines this for functions which it implements
9751 to always fail with ENOSYS. Some functions are actually named
9752 something starting with __ and the normal name is an alias. */
9753 #if defined (__stub_connect) || defined (__stub___connect)
9761 if { (eval echo configure
:9762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9763 eval "ac_cv_func_connect=yes"
9765 echo "configure: failed program was:" >&5
9766 cat conftest.
$ac_ext >&5
9768 eval "ac_cv_func_connect=no"
9773 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
9774 echo "$ac_t""yes" 1>&6
9777 echo "$ac_t""no" 1>&6
9780 if test $ac_cv_func_connect = no
; then
9781 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
9782 echo "configure:9783: checking for connect in -lsocket" >&5
9783 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
9784 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9785 echo $ac_n "(cached) $ac_c" 1>&6
9787 ac_save_LIBS
="$LIBS"
9788 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9789 cat > conftest.
$ac_ext <<EOF
9790 #line 9791 "configure"
9791 #include "confdefs.h"
9792 /* Override any gcc2 internal prototype to avoid an error. */
9793 /* We use char because int might match the return type of a gcc2
9794 builtin and then its argument prototype would still apply. */
9801 if { (eval echo configure
:9802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9803 eval "ac_cv_lib_$ac_lib_var=yes"
9805 echo "configure: failed program was:" >&5
9806 cat conftest.
$ac_ext >&5
9808 eval "ac_cv_lib_$ac_lib_var=no"
9811 LIBS
="$ac_save_LIBS"
9814 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9815 echo "$ac_t""yes" 1>&6
9816 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9818 echo "$ac_t""no" 1>&6
9823 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
9824 echo $ac_n "checking for remove""... $ac_c" 1>&6
9825 echo "configure:9826: checking for remove" >&5
9826 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
9827 echo $ac_n "(cached) $ac_c" 1>&6
9829 cat > conftest.
$ac_ext <<EOF
9830 #line 9831 "configure"
9831 #include "confdefs.h"
9832 /* System header to define __stub macros and hopefully few prototypes,
9833 which can conflict with char remove(); below. */
9835 /* Override any gcc2 internal prototype to avoid an error. */
9836 /* We use char because int might match the return type of a gcc2
9837 builtin and then its argument prototype would still apply. */
9842 /* The GNU C library defines this for functions which it implements
9843 to always fail with ENOSYS. Some functions are actually named
9844 something starting with __ and the normal name is an alias. */
9845 #if defined (__stub_remove) || defined (__stub___remove)
9853 if { (eval echo configure
:9854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9855 eval "ac_cv_func_remove=yes"
9857 echo "configure: failed program was:" >&5
9858 cat conftest.
$ac_ext >&5
9860 eval "ac_cv_func_remove=no"
9865 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
9866 echo "$ac_t""yes" 1>&6
9869 echo "$ac_t""no" 1>&6
9872 if test $ac_cv_func_remove = no
; then
9873 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
9874 echo "configure:9875: checking for remove in -lposix" >&5
9875 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
9876 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9877 echo $ac_n "(cached) $ac_c" 1>&6
9879 ac_save_LIBS
="$LIBS"
9880 LIBS
="-lposix $LIBS"
9881 cat > conftest.
$ac_ext <<EOF
9882 #line 9883 "configure"
9883 #include "confdefs.h"
9884 /* Override any gcc2 internal prototype to avoid an error. */
9885 /* We use char because int might match the return type of a gcc2
9886 builtin and then its argument prototype would still apply. */
9893 if { (eval echo configure
:9894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9895 eval "ac_cv_lib_$ac_lib_var=yes"
9897 echo "configure: failed program was:" >&5
9898 cat conftest.
$ac_ext >&5
9900 eval "ac_cv_lib_$ac_lib_var=no"
9903 LIBS
="$ac_save_LIBS"
9906 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9907 echo "$ac_t""yes" 1>&6
9908 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9910 echo "$ac_t""no" 1>&6
9915 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9916 echo $ac_n "checking for shmat""... $ac_c" 1>&6
9917 echo "configure:9918: checking for shmat" >&5
9918 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
9919 echo $ac_n "(cached) $ac_c" 1>&6
9921 cat > conftest.
$ac_ext <<EOF
9922 #line 9923 "configure"
9923 #include "confdefs.h"
9924 /* System header to define __stub macros and hopefully few prototypes,
9925 which can conflict with char shmat(); below. */
9927 /* Override any gcc2 internal prototype to avoid an error. */
9928 /* We use char because int might match the return type of a gcc2
9929 builtin and then its argument prototype would still apply. */
9934 /* The GNU C library defines this for functions which it implements
9935 to always fail with ENOSYS. Some functions are actually named
9936 something starting with __ and the normal name is an alias. */
9937 #if defined (__stub_shmat) || defined (__stub___shmat)
9945 if { (eval echo configure
:9946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9947 eval "ac_cv_func_shmat=yes"
9949 echo "configure: failed program was:" >&5
9950 cat conftest.
$ac_ext >&5
9952 eval "ac_cv_func_shmat=no"
9957 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
9958 echo "$ac_t""yes" 1>&6
9961 echo "$ac_t""no" 1>&6
9964 if test $ac_cv_func_shmat = no
; then
9965 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
9966 echo "configure:9967: checking for shmat in -lipc" >&5
9967 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
9968 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9969 echo $ac_n "(cached) $ac_c" 1>&6
9971 ac_save_LIBS
="$LIBS"
9973 cat > conftest.
$ac_ext <<EOF
9974 #line 9975 "configure"
9975 #include "confdefs.h"
9976 /* Override any gcc2 internal prototype to avoid an error. */
9977 /* We use char because int might match the return type of a gcc2
9978 builtin and then its argument prototype would still apply. */
9985 if { (eval echo configure
:9986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9987 eval "ac_cv_lib_$ac_lib_var=yes"
9989 echo "configure: failed program was:" >&5
9990 cat conftest.
$ac_ext >&5
9992 eval "ac_cv_lib_$ac_lib_var=no"
9995 LIBS
="$ac_save_LIBS"
9998 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9999 echo "$ac_t""yes" 1>&6
10000 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
10002 echo "$ac_t""no" 1>&6
10008 # Check for libraries that X11R6 Xt/Xaw programs need.
10009 ac_save_LDFLAGS
="$LDFLAGS"
10010 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
10011 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10012 # check for ICE first), but we must link in the order -lSM -lICE or
10013 # we get undefined symbols. So assume we have SM if we have ICE.
10014 # These have to be linked with before -lX11, unlike the other
10015 # libraries we check for below, so use a different variable.
10016 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
10017 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
10018 echo "configure:10019: checking for IceConnectionNumber in -lICE" >&5
10019 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
10020 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10021 echo $ac_n "(cached) $ac_c" 1>&6
10023 ac_save_LIBS
="$LIBS"
10024 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
10025 cat > conftest.
$ac_ext <<EOF
10026 #line 10027 "configure"
10027 #include "confdefs.h"
10028 /* Override any gcc2 internal prototype to avoid an error. */
10029 /* We use char because int might match the return type of a gcc2
10030 builtin and then its argument prototype would still apply. */
10031 char IceConnectionNumber();
10034 IceConnectionNumber()
10037 if { (eval echo configure
:10038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10039 eval "ac_cv_lib_$ac_lib_var=yes"
10041 echo "configure: failed program was:" >&5
10042 cat conftest.
$ac_ext >&5
10044 eval "ac_cv_lib_$ac_lib_var=no"
10047 LIBS
="$ac_save_LIBS"
10050 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10051 echo "$ac_t""yes" 1>&6
10052 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
10054 echo "$ac_t""no" 1>&6
10057 LDFLAGS
="$ac_save_LDFLAGS"
10061 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
10062 LDFLAGS
="$LDFLAGS $X_LIBS"
10064 if test "$wxUSE_MOTIF" = 1; then
10065 if test "$no_x" = "yes"; then
10066 { echo "configure: error: X11 not found" 1>&2; exit 1; }
10069 GUI_TK_LIBRARY
="$X_LIBS"
10070 TOOLKIT_INCLUDE
="$X_CFLAGS"
10072 AFMINSTALL
=afminstall
10075 COMPILED_X_PROGRAM
=0
10077 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
10078 echo "configure:10079: checking for Motif/Lesstif headers" >&5
10081 for ac_dir
in $SEARCH_INCLUDE;
10083 if test -f "$ac_dir/Xm/Xm.h"; then
10084 ac_find_includes
=$ac_dir
10089 if test "$ac_find_includes" != "" ; then
10090 echo "$ac_t""found $ac_find_includes" 1>&6
10092 cat > conftest.
$ac_ext <<EOF
10093 #line 10094 "configure"
10094 #include "confdefs.h"
10102 version = xmUseVersion;
10106 if { (eval echo configure
:10107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10109 echo "$ac_t""found in default search path" 1>&6
10110 COMPILED_X_PROGRAM
=1
10113 echo "configure: failed program was:" >&5
10114 cat conftest.
$ac_ext >&5
10117 echo "$ac_t""no" 1>&6
10118 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
10125 if test "$COMPILED_X_PROGRAM" = 0; then
10126 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
10127 echo "configure:10128: checking for Motif/Lesstif library" >&5
10130 for ac_dir
in $SEARCH_LIB;
10132 for ac_extension
in a so sl
; do
10133 if test -f "$ac_dir/libXm.$ac_extension"; then
10134 ac_find_libraries
=$ac_dir
10140 if test "$ac_find_libraries" != "" ; then
10142 ac_path_to_include
=$ac_find_includes
10143 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
10145 if test $result = 0; then
10146 ac_path_to_include
=""
10148 ac_path_to_include
="-I$ac_find_includes"
10152 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
10154 if test $result = 0; then
10157 ac_path_to_link
="-L$ac_find_libraries"
10161 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
10162 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
10163 echo "$ac_t""found at $ac_find_libraries" 1>&6
10165 cat > conftest.
$ac_ext <<EOF
10166 #line 10167 "configure"
10167 #include "confdefs.h"
10175 version = xmUseVersion;
10179 if { (eval echo configure
:10180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10182 echo "$ac_t""found in default search path" 1>&6
10183 COMPILED_X_PROGRAM
=1
10186 echo "configure: failed program was:" >&5
10187 cat conftest.
$ac_ext >&5
10190 echo "$ac_t""no" 1>&6
10191 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
10201 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10202 echo "configure:10203: checking for Xpm library" >&5
10205 for ac_dir
in $SEARCH_LIB;
10207 for ac_extension
in a so sl
; do
10208 if test -f "$ac_dir/libXpm.$ac_extension"; then
10209 ac_find_libraries
=$ac_dir
10215 if test "$ac_find_libraries" != "" ; then
10217 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
10219 if test $result = 0; then
10222 ac_path_to_link
="-L$ac_find_libraries"
10225 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
10227 cat >> confdefs.h
<<\EOF
10228 #define wxHAVE_LIB_XPM 1
10231 echo "$ac_t""found at $ac_find_libraries" 1>&6
10233 cat > conftest.
$ac_ext <<EOF
10234 #line 10235 "configure"
10235 #include "confdefs.h"
10237 #include <X11/xpm.h>
10243 version = XpmLibraryVersion();
10247 if { (eval echo configure
:10248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10251 cat >> confdefs.h
<<\EOF
10252 #define wxHAVE_LIB_XPM 1
10255 echo "$ac_t""found in default search path" 1>&6
10256 COMPILED_X_PROGRAM
=0
10259 echo "configure: failed program was:" >&5
10260 cat conftest.
$ac_ext >&5
10263 echo "$ac_t""no" 1>&6
10264 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10271 GUI_TK_LINK
="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
10272 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
10277 if test "$wxUSE_MAC" = 1; then
10282 if test "$wxUSE_PM" = 1; then
10287 if test "$TOOLKIT" != "PM" ; then
10288 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
10293 TOOLKIT_NAME
="${TOOLKIT_DIR}"
10295 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
10297 if test "$TOOLKIT_NAME" = "motif"; then
10298 TOOLKIT_VPATH
="${TOOLKIT_VPATH}${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
10301 if test "$wxUSE_UNIVERSAL" = "yes"; then
10302 TOOLKIT_NAME
="${TOOLKIT_NAME}univ"
10303 UNIV_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
10304 TOOLKIT_VPATH
="${UNIV_VPATH}${PATH_IFS}${TOOLKIT_VPATH}"
10307 SETUPH_DIR
="${TOOLKIT_DIR}"
10310 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
10311 TOOLKIT_NAME
="${TOOLKIT_NAME}d"
10314 TOOLKIT_DEF
="-D__WX${TOOLKIT}__"
10315 if test "$wxUSE_UNIVERSAL" = "yes"; then
10316 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXUNIVERSAL__"
10319 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
10321 if test "$wxUSE_UNIVERSAL" = "yes"; then
10322 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
10324 ALL_OBJECTS
="\$(GUIOBJS)"
10327 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
10329 if test "$TOOLKIT" != "MSW"; then
10330 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
10333 if test "$wxUSE_HTML" = "yes"; then
10334 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
10337 if test "$TOOLKIT" != "MSW"; then
10338 if test "$wxUSE_ODBC" = "yes" ; then
10339 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
10343 if test "$wxUSE_LIBJPEG" = "yes" ; then
10344 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
10346 if test "$wxUSE_LIBTIFF" = "yes" ; then
10347 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
10349 if test "$wxUSE_LIBPNG" = "yes" ; then
10350 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
10352 if test "$wxUSE_ZLIB" = "yes" ; then
10353 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
10355 if test "$wxUSE_FREETYPE" = "yes" ; then
10356 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
10359 if test "$wxUSE_UNIVERSAL" = "yes"; then
10360 ALL_DEPFILES
="\$(GUI_LOWLEVEL_DEPS) \$(UNIVDEPS)"
10362 ALL_DEPFILES
="\$(GUIDEPS)"
10365 ALL_DEPFILES
="${ALL_DEPFILES} \$(COMMONDEPS) \$(GENERICDEPS)"
10367 if test "$TOOLKIT" != "MSW"; then
10368 ALL_DEPFILES
="${ALL_DEPFILES} \$(UNIXDEPS)"
10371 if test "$wxUSE_HTML" = "yes"; then
10372 ALL_DEPFILES
="${ALL_DEPFILES} \$(HTMLDEPS)"
10375 PORT_FILES
="src/\$(TOOLKITDIR)/files.lst"
10376 if test "$wxUSE_UNIVERSAL" = "yes"; then
10377 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
10379 RPM_FILES
="src/\$(TOOLKITDIR)/rpmfiles.lst"
10380 RPM_SPEC
="wx\$(TOOLKIT).spec"
10382 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
10383 DISTDIR
="wx\$(TOOLKIT)"
10389 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
10390 TOOLKIT_NAME
="${TOOLKIT_DIR}d"
10392 TOOLKIT_NAME
="${TOOLKIT_DIR}"
10395 TOOLKIT_DEF
="-D__WXBASE__"
10397 ALL_OBJECTS
="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
10398 ALL_DEPFILES
="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
10400 if test "$wxUSE_ZLIB" = "yes" ; then
10401 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
10404 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
10406 PORT_FILES
="src/files.lst"
10407 RPM_FILES
="src/rpmfiles.lst"
10408 RPM_SPEC
="wxBase.spec"
10410 GUIDIST
="BASE_DIST"
10414 WX_LIBRARY_NAME
="lib${WX_LIBRARY}.la"
10415 WX_LIBRARY_NAME_GL
="lib${WX_LIBRARY}_gl.la"
10417 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
10418 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY}_gl.a"
10420 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
10421 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
10423 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
10424 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.so"
10425 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.so"
10426 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
10427 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
10428 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.so"
10434 BURNT_LIBRARY_NAME
=
10435 WX_TARGET_LIBRARY_SONAME
=
10438 if test "$wxUSE_SHARED" = "yes"; then
10441 if test "$GCC" = yes ; then
10442 SHARED_LD
="${CC} -shared -fPIC -o"
10445 LDFLAGS
="-L/usr/lib"
10447 SHARED_LD
="${CXX} -b -o"
10450 WX_LIBRARY_NAME_SHARED
="libwx_${TOOLKIT_NAME}.sl"
10451 WX_LIBRARY_NAME_SHARED_GL
="libwx_${TOOLKIT_NAME}_gl.sl"
10452 if test "$wxUSE_OPENGL" = "yes"; then
10453 WX_ALL_INSTALLED
="preinstall_gl"
10454 WX_ALL
="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
10456 WX_ALL
="${WX_LIBRARY_NAME_SHARED}"
10461 SHARED_LD
="${CC} -shared -o"
10463 if test "$wxUSE_BURNT_NAME" = "yes" ; then
10464 BURNT_LIBRARY_NAME
="-Wl,-soname,${WX_LIBRARY_LINK1}"
10465 BURNT_LIBRARY_NAME_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
10466 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
10468 if test "$wxUSE_OPENGL" = "yes"; then
10469 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
10470 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
10472 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10473 WX_ALL
="CREATE_LINKS"
10476 *-*-irix5* | *-*-irix6* )
10477 if test "$GCC" = yes ; then
10478 SHARED_LD
="${CC} -shared -o"
10481 SHARED_LD
="${CXX} -shared -o"
10483 if test "$wxUSE_OPENGL" = "yes"; then
10484 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
10485 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
10487 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10488 WX_ALL
="CREATE_LINKS"
10492 if test "$GCC" = yes ; then
10493 SHARED_LD
="${CC} -shared -o"
10496 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
10498 SHARED_LD
="${CXX} -G -o"
10501 if test "$wxUSE_OPENGL" = "yes"; then
10502 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
10503 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
10505 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10506 WX_ALL
="CREATE_LINKS"
10510 SHARED_LD
="${CC} -shared -o"
10512 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10513 WX_ALL
="CREATE_LINKS"
10515 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* )
10516 SHARED_LD
="${CC} -shared -o"
10518 if test "$wxUSE_OPENGL" = "yes"; then
10519 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
10520 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
10522 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10523 WX_ALL
="CREATE_LINKS"
10527 SHARED_LD
="${CXX} -dynamiclib -o"
10528 PIC_FLAG
="-dynamic -fPIC"
10529 if test "$wxUSE_OPENGL" = "yes"; then
10530 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
10531 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
10533 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10534 WX_ALL
="CREATE_LINKS"
10536 WX_ALL
="${WX_ALL} ./lib/lib${WX_LIBRARY}-${WX_RELEASE}.r"
10537 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.dylib.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
10538 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
10539 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.dylib.${WX_CURRENT}"
10540 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.dylib"
10541 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.dylib"
10542 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib.${WX_CURRENT}"
10543 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib"
10544 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.dylib"
10547 SHARED_LD
="${CXX} -shared -o"
10549 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10550 WX_ALL
="CREATE_LINKS"
10553 SHARED_LD
="${CXX} -shared -o"
10555 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10556 WX_ALL
="CREATE_LINKS"
10559 SHARED_LD
="${CC} -shared -o"
10561 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10562 WX_ALL
="CREATE_LINKS"
10565 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
10566 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
10569 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
10570 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
10571 if test "$wxUSE_OPENGL" = "yes"; then
10572 WX_ALL_INSTALLED
="preinstall_gl"
10573 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
10575 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
10579 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
10580 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
10581 if test "$wxUSE_OPENGL" = "yes"; then
10582 WX_ALL_INSTALLED
="preinstall_gl"
10583 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
10585 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
10589 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
10590 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
10593 SHARED_LD
="${LD} -shared -o"
10595 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
10596 WX_ALL
="CREATE_LINKS"
10599 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
10602 if test "x$WX_TARGET_LIBRARY" = "x"; then
10603 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
10604 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
10606 WX_TARGET_LIBRARY_TYPE
="so"
10608 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
10609 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
10611 if test "$wxUSE_OPENGL" = "yes"; then
10612 WX_ALL_INSTALLED
="preinstall_gl"
10613 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
10615 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
10618 if test "$wxUSE_GUI" = "no"; then
10619 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
10622 WX_TARGET_LIBRARY_TYPE
="a"
10626 for ac_hdr
in strings.h
10628 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10629 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10630 echo "configure:10631: checking for $ac_hdr" >&5
10631 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10632 echo $ac_n "(cached) $ac_c" 1>&6
10634 cat > conftest.
$ac_ext <<EOF
10635 #line 10636 "configure"
10636 #include "confdefs.h"
10639 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10640 { (eval echo configure
:10641: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10641 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10642 if test -z "$ac_err"; then
10644 eval "ac_cv_header_$ac_safe=yes"
10647 echo "configure: failed program was:" >&5
10648 cat conftest.
$ac_ext >&5
10650 eval "ac_cv_header_$ac_safe=no"
10654 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10655 echo "$ac_t""yes" 1>&6
10656 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10657 cat >> confdefs.h
<<EOF
10658 #define $ac_tr_hdr 1
10662 echo "$ac_t""no" 1>&6
10666 for ac_hdr
in stdlib.h
10668 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10669 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10670 echo "configure:10671: checking for $ac_hdr" >&5
10671 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10672 echo $ac_n "(cached) $ac_c" 1>&6
10674 cat > conftest.
$ac_ext <<EOF
10675 #line 10676 "configure"
10676 #include "confdefs.h"
10679 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10680 { (eval echo configure
:10681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10681 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10682 if test -z "$ac_err"; then
10684 eval "ac_cv_header_$ac_safe=yes"
10687 echo "configure: failed program was:" >&5
10688 cat conftest.
$ac_ext >&5
10690 eval "ac_cv_header_$ac_safe=no"
10694 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10695 echo "$ac_t""yes" 1>&6
10696 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10697 cat >> confdefs.h
<<EOF
10698 #define $ac_tr_hdr 1
10702 echo "$ac_t""no" 1>&6
10706 for ac_hdr
in unistd.h
10708 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10709 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10710 echo "configure:10711: checking for $ac_hdr" >&5
10711 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10712 echo $ac_n "(cached) $ac_c" 1>&6
10714 cat > conftest.
$ac_ext <<EOF
10715 #line 10716 "configure"
10716 #include "confdefs.h"
10719 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10720 { (eval echo configure
:10721: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10721 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10722 if test -z "$ac_err"; then
10724 eval "ac_cv_header_$ac_safe=yes"
10727 echo "configure: failed program was:" >&5
10728 cat conftest.
$ac_ext >&5
10730 eval "ac_cv_header_$ac_safe=no"
10734 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10735 echo "$ac_t""yes" 1>&6
10736 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10737 cat >> confdefs.h
<<EOF
10738 #define $ac_tr_hdr 1
10742 echo "$ac_t""no" 1>&6
10746 for ac_hdr
in wchar.h
10748 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10749 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10750 echo "configure:10751: checking for $ac_hdr" >&5
10751 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10752 echo $ac_n "(cached) $ac_c" 1>&6
10754 cat > conftest.
$ac_ext <<EOF
10755 #line 10756 "configure"
10756 #include "confdefs.h"
10759 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10760 { (eval echo configure
:10761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10761 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10762 if test -z "$ac_err"; then
10764 eval "ac_cv_header_$ac_safe=yes"
10767 echo "configure: failed program was:" >&5
10768 cat conftest.
$ac_ext >&5
10770 eval "ac_cv_header_$ac_safe=no"
10774 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10775 echo "$ac_t""yes" 1>&6
10776 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10777 cat >> confdefs.h
<<EOF
10778 #define $ac_tr_hdr 1
10782 echo "$ac_t""no" 1>&6
10786 for ac_hdr
in wcstr.h
10788 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10789 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10790 echo "configure:10791: checking for $ac_hdr" >&5
10791 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10792 echo $ac_n "(cached) $ac_c" 1>&6
10794 cat > conftest.
$ac_ext <<EOF
10795 #line 10796 "configure"
10796 #include "confdefs.h"
10799 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10800 { (eval echo configure
:10801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10801 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10802 if test -z "$ac_err"; then
10804 eval "ac_cv_header_$ac_safe=yes"
10807 echo "configure: failed program was:" >&5
10808 cat conftest.
$ac_ext >&5
10810 eval "ac_cv_header_$ac_safe=no"
10814 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10815 echo "$ac_t""yes" 1>&6
10816 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10817 cat >> confdefs.h
<<EOF
10818 #define $ac_tr_hdr 1
10822 echo "$ac_t""no" 1>&6
10826 for ac_hdr
in fnmatch.h
10828 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10829 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10830 echo "configure:10831: checking for $ac_hdr" >&5
10831 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10832 echo $ac_n "(cached) $ac_c" 1>&6
10834 cat > conftest.
$ac_ext <<EOF
10835 #line 10836 "configure"
10836 #include "confdefs.h"
10839 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10840 { (eval echo configure
:10841: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10841 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10842 if test -z "$ac_err"; then
10844 eval "ac_cv_header_$ac_safe=yes"
10847 echo "configure: failed program was:" >&5
10848 cat conftest.
$ac_ext >&5
10850 eval "ac_cv_header_$ac_safe=no"
10854 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10855 echo "$ac_t""yes" 1>&6
10856 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10857 cat >> confdefs.h
<<EOF
10858 #define $ac_tr_hdr 1
10862 echo "$ac_t""no" 1>&6
10866 for ac_hdr
in iconv.h
10868 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10869 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10870 echo "configure:10871: checking for $ac_hdr" >&5
10871 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10872 echo $ac_n "(cached) $ac_c" 1>&6
10874 cat > conftest.
$ac_ext <<EOF
10875 #line 10876 "configure"
10876 #include "confdefs.h"
10879 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10880 { (eval echo configure
:10881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10881 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10882 if test -z "$ac_err"; then
10884 eval "ac_cv_header_$ac_safe=yes"
10887 echo "configure: failed program was:" >&5
10888 cat conftest.
$ac_ext >&5
10890 eval "ac_cv_header_$ac_safe=no"
10894 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10895 echo "$ac_t""yes" 1>&6
10896 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10897 cat >> confdefs.h
<<EOF
10898 #define $ac_tr_hdr 1
10902 echo "$ac_t""no" 1>&6
10906 for ac_hdr
in langinfo.h
10908 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10909 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10910 echo "configure:10911: checking for $ac_hdr" >&5
10911 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10912 echo $ac_n "(cached) $ac_c" 1>&6
10914 cat > conftest.
$ac_ext <<EOF
10915 #line 10916 "configure"
10916 #include "confdefs.h"
10919 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10920 { (eval echo configure
:10921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10921 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10922 if test -z "$ac_err"; then
10924 eval "ac_cv_header_$ac_safe=yes"
10927 echo "configure: failed program was:" >&5
10928 cat conftest.
$ac_ext >&5
10930 eval "ac_cv_header_$ac_safe=no"
10934 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10935 echo "$ac_t""yes" 1>&6
10936 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10937 cat >> confdefs.h
<<EOF
10938 #define $ac_tr_hdr 1
10942 echo "$ac_t""no" 1>&6
10947 if test "$wxUSE_GUI" = "yes"; then
10948 if test "$wxUSE_UNIX" = "yes"; then
10949 for ac_hdr
in X
11/XKBlib.h
10951 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10952 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10953 echo "configure:10954: checking for $ac_hdr" >&5
10954 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10955 echo $ac_n "(cached) $ac_c" 1>&6
10957 cat > conftest.
$ac_ext <<EOF
10958 #line 10959 "configure"
10959 #include "confdefs.h"
10962 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10963 { (eval echo configure
:10964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10964 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10965 if test -z "$ac_err"; then
10967 eval "ac_cv_header_$ac_safe=yes"
10970 echo "configure: failed program was:" >&5
10971 cat conftest.
$ac_ext >&5
10973 eval "ac_cv_header_$ac_safe=no"
10977 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10978 echo "$ac_t""yes" 1>&6
10979 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10980 cat >> confdefs.h
<<EOF
10981 #define $ac_tr_hdr 1
10985 echo "$ac_t""no" 1>&6
10993 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
10994 echo "configure:10995: checking for ANSI C header files" >&5
10995 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
10996 echo $ac_n "(cached) $ac_c" 1>&6
10998 cat > conftest.
$ac_ext <<EOF
10999 #line 11000 "configure"
11000 #include "confdefs.h"
11001 #include <stdlib.h>
11002 #include <stdarg.h>
11003 #include <string.h>
11006 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11007 { (eval echo configure
:11008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11008 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11009 if test -z "$ac_err"; then
11011 ac_cv_header_stdc
=yes
11014 echo "configure: failed program was:" >&5
11015 cat conftest.
$ac_ext >&5
11017 ac_cv_header_stdc
=no
11021 if test $ac_cv_header_stdc = yes; then
11022 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11023 cat > conftest.
$ac_ext <<EOF
11024 #line 11025 "configure"
11025 #include "confdefs.h"
11026 #include <string.h>
11028 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11029 egrep "memchr" >/dev
/null
2>&1; then
11033 ac_cv_header_stdc
=no
11039 if test $ac_cv_header_stdc = yes; then
11040 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11041 cat > conftest.
$ac_ext <<EOF
11042 #line 11043 "configure"
11043 #include "confdefs.h"
11044 #include <stdlib.h>
11046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11047 egrep "free" >/dev
/null
2>&1; then
11051 ac_cv_header_stdc
=no
11057 if test $ac_cv_header_stdc = yes; then
11058 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11059 if test "$cross_compiling" = yes; then
11062 cat > conftest.
$ac_ext <<EOF
11063 #line 11064 "configure"
11064 #include "confdefs.h"
11066 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11067 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11068 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11069 int main () { int i; for (i = 0; i < 256; i++)
11070 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
11074 if { (eval echo configure
:11075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11078 echo "configure: failed program was:" >&5
11079 cat conftest.
$ac_ext >&5
11081 ac_cv_header_stdc
=no
11089 echo "$ac_t""$ac_cv_header_stdc" 1>&6
11090 if test $ac_cv_header_stdc = yes; then
11091 cat >> confdefs.h
<<\EOF
11092 #define STDC_HEADERS 1
11097 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
11098 echo "configure:11099: checking for mode_t" >&5
11099 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
11100 echo $ac_n "(cached) $ac_c" 1>&6
11102 cat > conftest.
$ac_ext <<EOF
11103 #line 11104 "configure"
11104 #include "confdefs.h"
11105 #include <sys/types.h>
11107 #include <stdlib.h>
11108 #include <stddef.h>
11111 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11112 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11114 ac_cv_type_mode_t
=yes
11117 ac_cv_type_mode_t
=no
11122 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
11123 if test $ac_cv_type_mode_t = no
; then
11124 cat >> confdefs.h
<<\EOF
11130 echo $ac_n "checking for off_t""... $ac_c" 1>&6
11131 echo "configure:11132: checking for off_t" >&5
11132 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
11133 echo $ac_n "(cached) $ac_c" 1>&6
11135 cat > conftest.
$ac_ext <<EOF
11136 #line 11137 "configure"
11137 #include "confdefs.h"
11138 #include <sys/types.h>
11140 #include <stdlib.h>
11141 #include <stddef.h>
11144 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11145 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11147 ac_cv_type_off_t
=yes
11150 ac_cv_type_off_t
=no
11155 echo "$ac_t""$ac_cv_type_off_t" 1>&6
11156 if test $ac_cv_type_off_t = no
; then
11157 cat >> confdefs.h
<<\EOF
11163 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
11164 echo "configure:11165: checking for pid_t" >&5
11165 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
11166 echo $ac_n "(cached) $ac_c" 1>&6
11168 cat > conftest.
$ac_ext <<EOF
11169 #line 11170 "configure"
11170 #include "confdefs.h"
11171 #include <sys/types.h>
11173 #include <stdlib.h>
11174 #include <stddef.h>
11177 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11178 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11180 ac_cv_type_pid_t
=yes
11183 ac_cv_type_pid_t
=no
11188 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
11189 if test $ac_cv_type_pid_t = no
; then
11190 cat >> confdefs.h
<<\EOF
11196 echo $ac_n "checking for size_t""... $ac_c" 1>&6
11197 echo "configure:11198: checking for size_t" >&5
11198 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
11199 echo $ac_n "(cached) $ac_c" 1>&6
11201 cat > conftest.
$ac_ext <<EOF
11202 #line 11203 "configure"
11203 #include "confdefs.h"
11204 #include <sys/types.h>
11206 #include <stdlib.h>
11207 #include <stddef.h>
11210 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11211 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11213 ac_cv_type_size_t
=yes
11216 ac_cv_type_size_t
=no
11221 echo "$ac_t""$ac_cv_type_size_t" 1>&6
11222 if test $ac_cv_type_size_t = no
; then
11223 cat >> confdefs.h
<<\EOF
11224 #define size_t unsigned
11229 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
11230 echo "configure:11231: checking for uid_t in sys/types.h" >&5
11231 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
11232 echo $ac_n "(cached) $ac_c" 1>&6
11234 cat > conftest.
$ac_ext <<EOF
11235 #line 11236 "configure"
11236 #include "confdefs.h"
11237 #include <sys/types.h>
11239 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11240 egrep "uid_t" >/dev
/null
2>&1; then
11242 ac_cv_type_uid_t
=yes
11245 ac_cv_type_uid_t
=no
11251 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
11252 if test $ac_cv_type_uid_t = no
; then
11253 cat >> confdefs.h
<<\EOF
11257 cat >> confdefs.h
<<\EOF
11264 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
11265 echo "configure:11266: checking for wchar_t" >&5
11266 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
11267 echo $ac_n "(cached) $ac_c" 1>&6
11270 cat > conftest.
$ac_ext <<EOF
11271 #line 11272 "configure"
11272 #include "confdefs.h"
11278 ws = L"Hello, world!";
11282 if { (eval echo configure
:11283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11284 wx_cv_type_wchar_t
=yes
11286 echo "configure: failed program was:" >&5
11287 cat conftest.
$ac_ext >&5
11289 cat > conftest.
$ac_ext <<EOF
11290 #line 11291 "configure"
11291 #include "confdefs.h"
11292 #include <stdlib.h>
11297 ws = L"Hello, world!";
11301 if { (eval echo configure
:11302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11303 wx_cv_type_wchar_t
=yes
11305 echo "configure: failed program was:" >&5
11306 cat conftest.
$ac_ext >&5
11308 wx_cv_type_wchar_t
=no
11317 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
11319 if test "$wx_cv_type_wchar_t" = "yes"; then
11320 cat >> confdefs.h
<<\EOF
11321 #define wxUSE_WCHAR_T 1
11328 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11329 ac_cpp
='$CXXCPP $CPPFLAGS'
11330 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11331 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11332 cross_compiling
=$ac_cv_prog_cxx_cross
11334 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
11335 echo "configure:11336: checking if size_t is unsigned int" >&5
11336 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
11337 echo $ac_n "(cached) $ac_c" 1>&6
11339 cat > conftest.
$ac_ext <<EOF
11340 #line 11341 "configure"
11341 #include "confdefs.h"
11342 #include <stddef.h>
11347 struct Foo { void foo(size_t); void foo(unsigned int); };
11353 if { (eval echo configure
:11354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11355 wx_cv_size_t_is_uint
=no
11357 echo "configure: failed program was:" >&5
11358 cat conftest.
$ac_ext >&5
11360 wx_cv_size_t_is_uint
=yes
11367 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
11369 if test "$wx_cv_size_t_is_uint" = "yes"; then
11370 cat >> confdefs.h
<<\EOF
11371 #define wxSIZE_T_IS_UINT 1
11375 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
11376 echo "configure:11377: checking if size_t is unsigned long" >&5
11377 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
11378 echo $ac_n "(cached) $ac_c" 1>&6
11380 cat > conftest.
$ac_ext <<EOF
11381 #line 11382 "configure"
11382 #include "confdefs.h"
11383 #include <stddef.h>
11388 struct Foo { void foo(size_t); void foo(unsigned long); };
11394 if { (eval echo configure
:11395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11396 wx_cv_size_t_is_ulong
=no
11398 echo "configure: failed program was:" >&5
11399 cat conftest.
$ac_ext >&5
11401 wx_cv_size_t_is_ulong
=yes
11408 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
11410 if test "$wx_cv_size_t_is_ulong" = "yes"; then
11411 cat >> confdefs.h
<<\EOF
11412 #define wxSIZE_T_IS_ULONG 1
11419 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11420 ac_cpp
='$CPP $CPPFLAGS'
11421 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11422 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11423 cross_compiling
=$ac_cv_prog_cc_cross
11427 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
11428 echo "configure:11429: checking for pw_gecos in struct passwd" >&5
11429 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
11430 echo $ac_n "(cached) $ac_c" 1>&6
11433 cat > conftest.
$ac_ext <<EOF
11434 #line 11435 "configure"
11435 #include "confdefs.h"
11445 if { (eval echo configure
:11446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11448 wx_cv_struct_pw_gecos
=yes
11451 echo "configure: failed program was:" >&5
11452 cat conftest.
$ac_ext >&5
11455 wx_cv_struct_pw_gecos
=no
11464 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
11466 if test "$wx_cv_struct_pw_gecos" = "yes"; then
11467 cat >> confdefs.h
<<\EOF
11468 #define HAVE_PW_GECOS 1
11474 echo $ac_n "checking for working const""... $ac_c" 1>&6
11475 echo "configure:11476: checking for working const" >&5
11476 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
11477 echo $ac_n "(cached) $ac_c" 1>&6
11479 cat > conftest.
$ac_ext <<EOF
11480 #line 11481 "configure"
11481 #include "confdefs.h"
11485 /* Ultrix mips cc rejects this. */
11486 typedef int charset[2]; const charset x;
11487 /* SunOS 4.1.1 cc rejects this. */
11488 char const *const *ccp;
11490 /* NEC SVR4.0.2 mips cc rejects this. */
11491 struct point {int x, y;};
11492 static struct point const zero = {0,0};
11493 /* AIX XL C 1.02.0.0 rejects this.
11494 It does not let you subtract one const X* pointer from another in an arm
11495 of an if-expression whose if-part is not a constant expression */
11496 const char *g = "string";
11497 ccp = &g + (g ? g-g : 0);
11498 /* HPUX 7.0 cc rejects these. */
11501 ccp = (char const *const *) p;
11502 { /* SCO 3.2v4 cc rejects this. */
11504 char const *s = 0 ? (char *) 0 : (char const *) 0;
11508 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
11509 int x[] = {25, 17};
11510 const int *foo = &x[0];
11513 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
11514 typedef const int *iptr;
11518 { /* AIX XL C 1.02.0.0 rejects this saying
11519 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
11520 struct s { int j; const int *ap[3]; };
11521 struct s *b; b->j = 5;
11523 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
11524 const int foo = 10;
11529 if { (eval echo configure
:11530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11533 echo "configure: failed program was:" >&5
11534 cat conftest.
$ac_ext >&5
11541 echo "$ac_t""$ac_cv_c_const" 1>&6
11542 if test $ac_cv_c_const = no
; then
11543 cat >> confdefs.h
<<\EOF
11549 echo $ac_n "checking for inline""... $ac_c" 1>&6
11550 echo "configure:11551: checking for inline" >&5
11551 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
11552 echo $ac_n "(cached) $ac_c" 1>&6
11555 for ac_kw
in inline __inline__ __inline
; do
11556 cat > conftest.
$ac_ext <<EOF
11557 #line 11558 "configure"
11558 #include "confdefs.h"
11564 if { (eval echo configure
:11565: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11566 ac_cv_c_inline
=$ac_kw; break
11568 echo "configure: failed program was:" >&5
11569 cat conftest.
$ac_ext >&5
11576 echo "$ac_t""$ac_cv_c_inline" 1>&6
11577 case "$ac_cv_c_inline" in
11579 no
) cat >> confdefs.h
<<\EOF
11583 *) cat >> confdefs.h
<<EOF
11584 #define inline $ac_cv_c_inline
11590 echo $ac_n "checking size of char""... $ac_c" 1>&6
11591 echo "configure:11592: checking size of char" >&5
11592 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
11593 echo $ac_n "(cached) $ac_c" 1>&6
11595 if test "$cross_compiling" = yes; then
11596 ac_cv_sizeof_char
=1
11598 cat > conftest.
$ac_ext <<EOF
11599 #line 11600 "configure"
11600 #include "confdefs.h"
11604 FILE *f=fopen("conftestval", "w");
11606 fprintf(f, "%d\n", sizeof(char));
11610 if { (eval echo configure
:11611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11612 ac_cv_sizeof_char
=`cat conftestval`
11614 echo "configure: failed program was:" >&5
11615 cat conftest.
$ac_ext >&5
11617 ac_cv_sizeof_char
=0
11623 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
11624 cat >> confdefs.h
<<EOF
11625 #define SIZEOF_CHAR $ac_cv_sizeof_char
11629 echo $ac_n "checking size of short""... $ac_c" 1>&6
11630 echo "configure:11631: checking size of short" >&5
11631 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
11632 echo $ac_n "(cached) $ac_c" 1>&6
11634 if test "$cross_compiling" = yes; then
11635 ac_cv_sizeof_short
=2
11637 cat > conftest.
$ac_ext <<EOF
11638 #line 11639 "configure"
11639 #include "confdefs.h"
11643 FILE *f=fopen("conftestval", "w");
11645 fprintf(f, "%d\n", sizeof(short));
11649 if { (eval echo configure
:11650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11651 ac_cv_sizeof_short
=`cat conftestval`
11653 echo "configure: failed program was:" >&5
11654 cat conftest.
$ac_ext >&5
11656 ac_cv_sizeof_short
=0
11662 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
11663 cat >> confdefs.h
<<EOF
11664 #define SIZEOF_SHORT $ac_cv_sizeof_short
11668 echo $ac_n "checking size of int *""... $ac_c" 1>&6
11669 echo "configure:11670: checking size of int *" >&5
11670 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
11671 echo $ac_n "(cached) $ac_c" 1>&6
11673 if test "$cross_compiling" = yes; then
11674 ac_cv_sizeof_int_p
=4
11676 cat > conftest.
$ac_ext <<EOF
11677 #line 11678 "configure"
11678 #include "confdefs.h"
11682 FILE *f=fopen("conftestval", "w");
11684 fprintf(f, "%d\n", sizeof(int *));
11688 if { (eval echo configure
:11689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11690 ac_cv_sizeof_int_p
=`cat conftestval`
11692 echo "configure: failed program was:" >&5
11693 cat conftest.
$ac_ext >&5
11695 ac_cv_sizeof_int_p
=0
11701 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
11702 cat >> confdefs.h
<<EOF
11703 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
11707 echo $ac_n "checking size of int""... $ac_c" 1>&6
11708 echo "configure:11709: checking size of int" >&5
11709 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
11710 echo $ac_n "(cached) $ac_c" 1>&6
11712 if test "$cross_compiling" = yes; then
11715 cat > conftest.
$ac_ext <<EOF
11716 #line 11717 "configure"
11717 #include "confdefs.h"
11721 FILE *f=fopen("conftestval", "w");
11723 fprintf(f, "%d\n", sizeof(int));
11727 if { (eval echo configure
:11728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11729 ac_cv_sizeof_int
=`cat conftestval`
11731 echo "configure: failed program was:" >&5
11732 cat conftest.
$ac_ext >&5
11740 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
11741 cat >> confdefs.h
<<EOF
11742 #define SIZEOF_INT $ac_cv_sizeof_int
11746 echo $ac_n "checking size of long""... $ac_c" 1>&6
11747 echo "configure:11748: checking size of long" >&5
11748 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
11749 echo $ac_n "(cached) $ac_c" 1>&6
11751 if test "$cross_compiling" = yes; then
11752 ac_cv_sizeof_long
=4
11754 cat > conftest.
$ac_ext <<EOF
11755 #line 11756 "configure"
11756 #include "confdefs.h"
11760 FILE *f=fopen("conftestval", "w");
11762 fprintf(f, "%d\n", sizeof(long));
11766 if { (eval echo configure
:11767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11768 ac_cv_sizeof_long
=`cat conftestval`
11770 echo "configure: failed program was:" >&5
11771 cat conftest.
$ac_ext >&5
11773 ac_cv_sizeof_long
=0
11779 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
11780 cat >> confdefs.h
<<EOF
11781 #define SIZEOF_LONG $ac_cv_sizeof_long
11785 echo $ac_n "checking size of long long""... $ac_c" 1>&6
11786 echo "configure:11787: checking size of long long" >&5
11787 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
11788 echo $ac_n "(cached) $ac_c" 1>&6
11790 if test "$cross_compiling" = yes; then
11791 ac_cv_sizeof_long_long
=0
11793 cat > conftest.
$ac_ext <<EOF
11794 #line 11795 "configure"
11795 #include "confdefs.h"
11799 FILE *f=fopen("conftestval", "w");
11801 fprintf(f, "%d\n", sizeof(long long));
11805 if { (eval echo configure
:11806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11807 ac_cv_sizeof_long_long
=`cat conftestval`
11809 echo "configure: failed program was:" >&5
11810 cat conftest.
$ac_ext >&5
11812 ac_cv_sizeof_long_long
=0
11818 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
11819 cat >> confdefs.h
<<EOF
11820 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
11825 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
11826 echo "configure:11827: checking size of wchar_t" >&5
11827 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
11828 echo $ac_n "(cached) $ac_c" 1>&6
11831 if test "$cross_compiling" = yes; then
11832 wx_cv_sizeof_wchar_t
=4
11835 cat > conftest.
$ac_ext <<EOF
11836 #line 11837 "configure"
11837 #include "confdefs.h"
11839 #ifdef HAVE_WCHAR_H
11840 # include <wchar.h>
11842 #ifdef HAVE_STDLIB_H
11843 # include <stdlib.h>
11848 FILE *f=fopen("conftestval", "w");
11850 fprintf(f, "%i", sizeof(wchar_t));
11855 if { (eval echo configure
:11856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11857 wx_cv_sizeof_wchar_t
=`cat conftestval`
11859 echo "configure: failed program was:" >&5
11860 cat conftest.
$ac_ext >&5
11862 wx_cv_sizeof_wchar_t
=0
11870 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
11872 cat >> confdefs.h
<<EOF
11873 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
11877 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
11878 echo "configure:11879: checking whether byte ordering is bigendian" >&5
11879 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
11880 echo $ac_n "(cached) $ac_c" 1>&6
11882 ac_cv_c_bigendian
=unknown
11883 # See if sys/param.h defines the BYTE_ORDER macro.
11884 cat > conftest.
$ac_ext <<EOF
11885 #line 11886 "configure"
11886 #include "confdefs.h"
11887 #include <sys/types.h>
11888 #include <sys/param.h>
11891 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
11892 bogus endian macros
11896 if { (eval echo configure
:11897: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11898 # It does; now see whether it defined to BIG_ENDIAN or not.
11899 cat > conftest.
$ac_ext <<EOF
11900 #line 11901 "configure"
11901 #include "confdefs.h"
11902 #include <sys/types.h>
11903 #include <sys/param.h>
11906 #if BYTE_ORDER != BIG_ENDIAN
11911 if { (eval echo configure
:11912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11913 ac_cv_c_bigendian
=yes
11915 echo "configure: failed program was:" >&5
11916 cat conftest.
$ac_ext >&5
11918 ac_cv_c_bigendian
=no
11922 echo "configure: failed program was:" >&5
11923 cat conftest.
$ac_ext >&5
11926 if test $ac_cv_c_bigendian = unknown
; then
11927 if test "$cross_compiling" = yes; then
11928 ac_cv_c_bigendian
=unknown
11930 cat > conftest.
$ac_ext <<EOF
11931 #line 11932 "configure"
11932 #include "confdefs.h"
11934 /* Are we little or big endian? From Harbison&Steele. */
11938 char c[sizeof (long)];
11941 exit (u.c[sizeof (long) - 1] == 1);
11944 if { (eval echo configure
:11945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11946 ac_cv_c_bigendian
=no
11948 echo "configure: failed program was:" >&5
11949 cat conftest.
$ac_ext >&5
11951 ac_cv_c_bigendian
=yes
11959 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
11960 if test $ac_cv_c_bigendian = unknown
; then
11961 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
11963 if test $ac_cv_c_bigendian = yes; then
11964 cat >> confdefs.h
<<\EOF
11965 #define WORDS_BIGENDIAN 1
11972 if test "$cross_compiling" = "yes"; then
11973 cat >> confdefs.h
<<\EOF
11974 #define wxUSE_IOSTREAMH 1
11980 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11981 ac_cpp
='$CXXCPP $CPPFLAGS'
11982 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11983 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11984 cross_compiling
=$ac_cv_prog_cxx_cross
11987 for ac_hdr
in iostream
11989 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11990 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11991 echo "configure:11992: checking for $ac_hdr" >&5
11992 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11993 echo $ac_n "(cached) $ac_c" 1>&6
11995 cat > conftest.
$ac_ext <<EOF
11996 #line 11997 "configure"
11997 #include "confdefs.h"
12000 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12001 { (eval echo configure
:12002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12002 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12003 if test -z "$ac_err"; then
12005 eval "ac_cv_header_$ac_safe=yes"
12008 echo "configure: failed program was:" >&5
12009 cat conftest.
$ac_ext >&5
12011 eval "ac_cv_header_$ac_safe=no"
12015 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12016 echo "$ac_t""yes" 1>&6
12017 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12018 cat >> confdefs.h
<<EOF
12019 #define $ac_tr_hdr 1
12023 echo "$ac_t""no" 1>&6
12028 if test "$ac_cv_header_iostream" = "yes" ; then
12031 cat >> confdefs.h
<<\EOF
12032 #define wxUSE_IOSTREAMH 1
12038 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12039 ac_cpp
='$CPP $CPPFLAGS'
12040 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12041 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12042 cross_compiling
=$ac_cv_prog_cc_cross
12048 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
12049 echo "configure:12050: checking if C++ compiler supports bool" >&5
12050 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
12051 echo $ac_n "(cached) $ac_c" 1>&6
12056 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12057 ac_cpp
='$CXXCPP $CPPFLAGS'
12058 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12059 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12060 cross_compiling
=$ac_cv_prog_cxx_cross
12063 cat > conftest.
$ac_ext <<EOF
12064 #line 12065 "configure"
12065 #include "confdefs.h"
12076 if { (eval echo configure
:12077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12082 echo "configure: failed program was:" >&5
12083 cat conftest.
$ac_ext >&5
12093 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12094 ac_cpp
='$CPP $CPPFLAGS'
12095 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12096 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12097 cross_compiling
=$ac_cv_prog_cc_cross
12102 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
12104 if test "$wx_cv_cpp_bool" = "yes"; then
12105 cat >> confdefs.h
<<\EOF
12106 #define HAVE_BOOL 1
12113 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
12114 echo "configure:12115: checking for wcslen in -lc" >&5
12115 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
12116 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12117 echo $ac_n "(cached) $ac_c" 1>&6
12119 ac_save_LIBS
="$LIBS"
12121 cat > conftest.
$ac_ext <<EOF
12122 #line 12123 "configure"
12123 #include "confdefs.h"
12124 /* Override any gcc2 internal prototype to avoid an error. */
12125 /* We use char because int might match the return type of a gcc2
12126 builtin and then its argument prototype would still apply. */
12133 if { (eval echo configure
:12134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12135 eval "ac_cv_lib_$ac_lib_var=yes"
12137 echo "configure: failed program was:" >&5
12138 cat conftest.
$ac_ext >&5
12140 eval "ac_cv_lib_$ac_lib_var=no"
12143 LIBS
="$ac_save_LIBS"
12146 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12147 echo "$ac_t""yes" 1>&6
12149 cat >> confdefs.h
<<\EOF
12150 #define HAVE_WCSLEN 1
12156 echo "$ac_t""no" 1>&6
12158 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
12159 echo "configure:12160: checking for wcslen in -lw" >&5
12160 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
12161 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12162 echo $ac_n "(cached) $ac_c" 1>&6
12164 ac_save_LIBS
="$LIBS"
12166 cat > conftest.
$ac_ext <<EOF
12167 #line 12168 "configure"
12168 #include "confdefs.h"
12169 /* Override any gcc2 internal prototype to avoid an error. */
12170 /* We use char because int might match the return type of a gcc2
12171 builtin and then its argument prototype would still apply. */
12178 if { (eval echo configure
:12179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12180 eval "ac_cv_lib_$ac_lib_var=yes"
12182 echo "configure: failed program was:" >&5
12183 cat conftest.
$ac_ext >&5
12185 eval "ac_cv_lib_$ac_lib_var=no"
12188 LIBS
="$ac_save_LIBS"
12191 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12192 echo "$ac_t""yes" 1>&6
12194 cat >> confdefs.h
<<\EOF
12195 #define HAVE_WCSLEN 1
12201 echo "$ac_t""no" 1>&6
12208 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
12209 echo "configure:12210: checking for vprintf" >&5
12210 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
12211 echo $ac_n "(cached) $ac_c" 1>&6
12213 cat > conftest.
$ac_ext <<EOF
12214 #line 12215 "configure"
12215 #include "confdefs.h"
12216 /* System header to define __stub macros and hopefully few prototypes,
12217 which can conflict with char vprintf(); below. */
12218 #include <assert.h>
12219 /* Override any gcc2 internal prototype to avoid an error. */
12220 /* We use char because int might match the return type of a gcc2
12221 builtin and then its argument prototype would still apply. */
12226 /* The GNU C library defines this for functions which it implements
12227 to always fail with ENOSYS. Some functions are actually named
12228 something starting with __ and the normal name is an alias. */
12229 #if defined (__stub_vprintf) || defined (__stub___vprintf)
12237 if { (eval echo configure
:12238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12239 eval "ac_cv_func_vprintf=yes"
12241 echo "configure: failed program was:" >&5
12242 cat conftest.
$ac_ext >&5
12244 eval "ac_cv_func_vprintf=no"
12249 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
12250 echo "$ac_t""yes" 1>&6
12251 cat >> confdefs.h
<<\EOF
12252 #define HAVE_VPRINTF 1
12256 echo "$ac_t""no" 1>&6
12259 if test "$ac_cv_func_vprintf" != yes; then
12260 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
12261 echo "configure:12262: checking for _doprnt" >&5
12262 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
12263 echo $ac_n "(cached) $ac_c" 1>&6
12265 cat > conftest.
$ac_ext <<EOF
12266 #line 12267 "configure"
12267 #include "confdefs.h"
12268 /* System header to define __stub macros and hopefully few prototypes,
12269 which can conflict with char _doprnt(); below. */
12270 #include <assert.h>
12271 /* Override any gcc2 internal prototype to avoid an error. */
12272 /* We use char because int might match the return type of a gcc2
12273 builtin and then its argument prototype would still apply. */
12278 /* The GNU C library defines this for functions which it implements
12279 to always fail with ENOSYS. Some functions are actually named
12280 something starting with __ and the normal name is an alias. */
12281 #if defined (__stub__doprnt) || defined (__stub____doprnt)
12289 if { (eval echo configure
:12290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12291 eval "ac_cv_func__doprnt=yes"
12293 echo "configure: failed program was:" >&5
12294 cat conftest.
$ac_ext >&5
12296 eval "ac_cv_func__doprnt=no"
12301 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
12302 echo "$ac_t""yes" 1>&6
12303 cat >> confdefs.h
<<\EOF
12304 #define HAVE_DOPRNT 1
12308 echo "$ac_t""no" 1>&6
12319 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
12320 echo "configure:12321: checking for vsnprintf" >&5
12321 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
12322 echo $ac_n "(cached) $ac_c" 1>&6
12325 cat > conftest.
$ac_ext <<EOF
12326 #line 12327 "configure"
12327 #include "confdefs.h"
12330 #include <stdarg.h>
12334 int wx_test_vsnprintf(const char *, ...);
12336 wx_test_vsnprintf("%s");
12340 int wx_test_vsnprintf(const char *fmt, ...)
12345 va_start(argp, fmt);
12346 vsnprintf(s, 42, fmt, argp);
12351 if { (eval echo configure
:12352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12354 wx_cv_func_vsnprintf
=yes
12357 echo "configure: failed program was:" >&5
12358 cat conftest.
$ac_ext >&5
12361 cat > conftest.
$ac_ext <<EOF
12362 #line 12363 "configure"
12363 #include "confdefs.h"
12366 #include <stdarg.h>
12370 int wx_test_vsnprintf(const char *, ...);
12372 wx_test_vsnprintf("%s");
12376 int wx_test_vsnprintf(const char *fmt, ...)
12381 va_start(argp, fmt);
12382 _vsnprintf(s, 42, fmt, argp);
12387 if { (eval echo configure
:12388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12390 wx_cv_func_vsnprintf
=yes
12393 echo "configure: failed program was:" >&5
12394 cat conftest.
$ac_ext >&5
12397 wx_cv_func_vsnprintf
=no
12407 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
12409 if test "$wx_cv_func_vsnprintf" = yes; then
12410 cat >> confdefs.h
<<\EOF
12411 #define HAVE_VSNPRINTF 1
12415 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
12418 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
12419 echo "configure:12420: checking for vsscanf" >&5
12420 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
12421 echo $ac_n "(cached) $ac_c" 1>&6
12424 cat > conftest.
$ac_ext <<EOF
12425 #line 12426 "configure"
12426 #include "confdefs.h"
12429 #include <stdarg.h>
12433 int wx_test_vsscanf(const char *, ...);
12435 wx_test_vsscanf("%d");
12439 int wx_test_vsscanf(const char *fmt, ...)
12442 va_start(argp, fmt);
12443 vsscanf("42", fmt, argp);
12448 if { (eval echo configure
:12449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12451 wx_cv_func_vsscanf
=yes
12454 echo "configure: failed program was:" >&5
12455 cat conftest.
$ac_ext >&5
12458 wx_cv_func_vsscanf
=no
12465 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
12467 if test "$wx_cv_func_vsscanf" = yes; then
12468 cat >> confdefs.h
<<\EOF
12469 #define HAVE_VSSCANF 1
12474 if test "$TOOLKIT" != "MSW"; then
12479 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12480 ac_cpp
='$CXXCPP $CPPFLAGS'
12481 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12482 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12483 cross_compiling
=$ac_cv_prog_cxx_cross
12485 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
12486 echo "configure:12487: checking if iconv() takes char**" >&5
12487 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
12488 echo $ac_n "(cached) $ac_c" 1>&6
12491 cat > conftest.
$ac_ext <<EOF
12492 #line 12493 "configure"
12493 #include "confdefs.h"
12497 char **inbuf, **outbuf;
12499 size_t insz, outsz;
12500 iconv(cd, inbuf, &insz, outbuf, &outsz);
12504 if { (eval echo configure
:12505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12506 wx_cv_iconv_takes_char
=yes
12508 echo "configure: failed program was:" >&5
12509 cat conftest.
$ac_ext >&5
12511 wx_cv_iconv_takes_char
=no
12517 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
12519 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12520 ac_cpp
='$CPP $CPPFLAGS'
12521 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12522 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12523 cross_compiling
=$ac_cv_prog_cc_cross
12525 if test "$wx_cv_iconv_takes_char" = yes ; then
12526 cat >> confdefs.h
<<\EOF
12527 #define WX_ICONV_TAKES_CHAR 1
12533 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
12534 for ac_func
in sigaction
12536 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12537 echo "configure:12538: checking for $ac_func" >&5
12538 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12539 echo $ac_n "(cached) $ac_c" 1>&6
12541 cat > conftest.
$ac_ext <<EOF
12542 #line 12543 "configure"
12543 #include "confdefs.h"
12544 /* System header to define __stub macros and hopefully few prototypes,
12545 which can conflict with char $ac_func(); below. */
12546 #include <assert.h>
12547 /* Override any gcc2 internal prototype to avoid an error. */
12548 /* We use char because int might match the return type of a gcc2
12549 builtin and then its argument prototype would still apply. */
12554 /* The GNU C library defines this for functions which it implements
12555 to always fail with ENOSYS. Some functions are actually named
12556 something starting with __ and the normal name is an alias. */
12557 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12565 if { (eval echo configure
:12566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12567 eval "ac_cv_func_$ac_func=yes"
12569 echo "configure: failed program was:" >&5
12570 cat conftest.
$ac_ext >&5
12572 eval "ac_cv_func_$ac_func=no"
12577 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12578 echo "$ac_t""yes" 1>&6
12579 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12580 cat >> confdefs.h
<<EOF
12581 #define $ac_tr_func 1
12585 echo "$ac_t""no" 1>&6
12590 if test "$ac_cv_func_sigaction" = "no"; then
12591 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
12592 wxUSE_ON_FATAL_EXCEPTION
=no
12595 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
12598 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12599 ac_cpp
='$CXXCPP $CPPFLAGS'
12600 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12601 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12602 cross_compiling
=$ac_cv_prog_cxx_cross
12605 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
12606 echo "configure:12607: checking for sa_handler type" >&5
12607 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
12608 echo $ac_n "(cached) $ac_c" 1>&6
12611 cat > conftest.
$ac_ext <<EOF
12612 #line 12613 "configure"
12613 #include "confdefs.h"
12614 #include <signal.h>
12617 extern void testSigHandler(int);
12619 struct sigaction sa;
12620 sa.sa_handler = testSigHandler;
12624 if { (eval echo configure
:12625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12627 wx_cv_type_sa_handler
=int
12630 echo "configure: failed program was:" >&5
12631 cat conftest.
$ac_ext >&5
12634 wx_cv_type_sa_handler
=void
12641 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
12644 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12645 ac_cpp
='$CPP $CPPFLAGS'
12646 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12647 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12648 cross_compiling
=$ac_cv_prog_cc_cross
12651 cat >> confdefs.h
<<EOF
12652 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
12658 for ac_func
in vfork
12660 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12661 echo "configure:12662: checking for $ac_func" >&5
12662 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12663 echo $ac_n "(cached) $ac_c" 1>&6
12665 cat > conftest.
$ac_ext <<EOF
12666 #line 12667 "configure"
12667 #include "confdefs.h"
12668 /* System header to define __stub macros and hopefully few prototypes,
12669 which can conflict with char $ac_func(); below. */
12670 #include <assert.h>
12671 /* Override any gcc2 internal prototype to avoid an error. */
12672 /* We use char because int might match the return type of a gcc2
12673 builtin and then its argument prototype would still apply. */
12678 /* The GNU C library defines this for functions which it implements
12679 to always fail with ENOSYS. Some functions are actually named
12680 something starting with __ and the normal name is an alias. */
12681 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12689 if { (eval echo configure
:12690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12691 eval "ac_cv_func_$ac_func=yes"
12693 echo "configure: failed program was:" >&5
12694 cat conftest.
$ac_ext >&5
12696 eval "ac_cv_func_$ac_func=no"
12701 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12702 echo "$ac_t""yes" 1>&6
12703 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12704 cat >> confdefs.h
<<EOF
12705 #define $ac_tr_func 1
12709 echo "$ac_t""no" 1>&6
12714 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
12715 for ac_func
in fcntl flock
12717 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12718 echo "configure:12719: checking for $ac_func" >&5
12719 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12720 echo $ac_n "(cached) $ac_c" 1>&6
12722 cat > conftest.
$ac_ext <<EOF
12723 #line 12724 "configure"
12724 #include "confdefs.h"
12725 /* System header to define __stub macros and hopefully few prototypes,
12726 which can conflict with char $ac_func(); below. */
12727 #include <assert.h>
12728 /* Override any gcc2 internal prototype to avoid an error. */
12729 /* We use char because int might match the return type of a gcc2
12730 builtin and then its argument prototype would still apply. */
12735 /* The GNU C library defines this for functions which it implements
12736 to always fail with ENOSYS. Some functions are actually named
12737 something starting with __ and the normal name is an alias. */
12738 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12746 if { (eval echo configure
:12747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12748 eval "ac_cv_func_$ac_func=yes"
12750 echo "configure: failed program was:" >&5
12751 cat conftest.
$ac_ext >&5
12753 eval "ac_cv_func_$ac_func=no"
12758 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12759 echo "$ac_t""yes" 1>&6
12760 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12761 cat >> confdefs.h
<<EOF
12762 #define $ac_tr_func 1
12766 echo "$ac_t""no" 1>&6
12771 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
12772 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
12773 wxUSE_SNGLINST_CHECKER
=no
12777 for ac_func
in timegm
12779 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12780 echo "configure:12781: checking for $ac_func" >&5
12781 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12782 echo $ac_n "(cached) $ac_c" 1>&6
12784 cat > conftest.
$ac_ext <<EOF
12785 #line 12786 "configure"
12786 #include "confdefs.h"
12787 /* System header to define __stub macros and hopefully few prototypes,
12788 which can conflict with char $ac_func(); below. */
12789 #include <assert.h>
12790 /* Override any gcc2 internal prototype to avoid an error. */
12791 /* We use char because int might match the return type of a gcc2
12792 builtin and then its argument prototype would still apply. */
12797 /* The GNU C library defines this for functions which it implements
12798 to always fail with ENOSYS. Some functions are actually named
12799 something starting with __ and the normal name is an alias. */
12800 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12808 if { (eval echo configure
:12809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12810 eval "ac_cv_func_$ac_func=yes"
12812 echo "configure: failed program was:" >&5
12813 cat conftest.
$ac_ext >&5
12815 eval "ac_cv_func_$ac_func=no"
12820 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12821 echo "$ac_t""yes" 1>&6
12822 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12823 cat >> confdefs.h
<<EOF
12824 #define $ac_tr_func 1
12828 echo "$ac_t""no" 1>&6
12833 for ac_func
in putenv setenv
12835 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12836 echo "configure:12837: checking for $ac_func" >&5
12837 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12838 echo $ac_n "(cached) $ac_c" 1>&6
12840 cat > conftest.
$ac_ext <<EOF
12841 #line 12842 "configure"
12842 #include "confdefs.h"
12843 /* System header to define __stub macros and hopefully few prototypes,
12844 which can conflict with char $ac_func(); below. */
12845 #include <assert.h>
12846 /* Override any gcc2 internal prototype to avoid an error. */
12847 /* We use char because int might match the return type of a gcc2
12848 builtin and then its argument prototype would still apply. */
12853 /* The GNU C library defines this for functions which it implements
12854 to always fail with ENOSYS. Some functions are actually named
12855 something starting with __ and the normal name is an alias. */
12856 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12864 if { (eval echo configure
:12865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12866 eval "ac_cv_func_$ac_func=yes"
12868 echo "configure: failed program was:" >&5
12869 cat conftest.
$ac_ext >&5
12871 eval "ac_cv_func_$ac_func=no"
12876 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12877 echo "$ac_t""yes" 1>&6
12878 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12879 cat >> confdefs.h
<<EOF
12880 #define $ac_tr_func 1
12884 echo "$ac_t""no" 1>&6
12889 HAVE_SOME_SLEEP_FUNC
=0
12890 if test "$USE_BEOS" = 1; then
12891 cat >> confdefs.h
<<\EOF
12892 #define HAVE_SLEEP 1
12895 HAVE_SOME_SLEEP_FUNC
=1
12898 if test "$USE_MAC" = 1; then
12899 cat >> confdefs.h
<<\EOF
12900 #define HAVE_USLEEP 1
12903 HAVE_SOME_SLEEP_FUNC
=1
12906 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
12908 for ac_func
in nanosleep
12910 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12911 echo "configure:12912: checking for $ac_func" >&5
12912 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12913 echo $ac_n "(cached) $ac_c" 1>&6
12915 cat > conftest.
$ac_ext <<EOF
12916 #line 12917 "configure"
12917 #include "confdefs.h"
12918 /* System header to define __stub macros and hopefully few prototypes,
12919 which can conflict with char $ac_func(); below. */
12920 #include <assert.h>
12921 /* Override any gcc2 internal prototype to avoid an error. */
12922 /* We use char because int might match the return type of a gcc2
12923 builtin and then its argument prototype would still apply. */
12928 /* The GNU C library defines this for functions which it implements
12929 to always fail with ENOSYS. Some functions are actually named
12930 something starting with __ and the normal name is an alias. */
12931 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12939 if { (eval echo configure
:12940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12941 eval "ac_cv_func_$ac_func=yes"
12943 echo "configure: failed program was:" >&5
12944 cat conftest.
$ac_ext >&5
12946 eval "ac_cv_func_$ac_func=no"
12951 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12952 echo "$ac_t""yes" 1>&6
12953 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12954 cat >> confdefs.h
<<EOF
12955 #define $ac_tr_func 1
12957 cat >> confdefs.h
<<\EOF
12958 #define HAVE_NANOSLEEP 1
12962 echo "$ac_t""no" 1>&6
12963 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
12964 echo "configure:12965: checking for nanosleep in -lposix4" >&5
12965 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
12966 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12967 echo $ac_n "(cached) $ac_c" 1>&6
12969 ac_save_LIBS
="$LIBS"
12970 LIBS
="-lposix4 $LIBS"
12971 cat > conftest.
$ac_ext <<EOF
12972 #line 12973 "configure"
12973 #include "confdefs.h"
12974 /* Override any gcc2 internal prototype to avoid an error. */
12975 /* We use char because int might match the return type of a gcc2
12976 builtin and then its argument prototype would still apply. */
12983 if { (eval echo configure
:12984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12985 eval "ac_cv_lib_$ac_lib_var=yes"
12987 echo "configure: failed program was:" >&5
12988 cat conftest.
$ac_ext >&5
12990 eval "ac_cv_lib_$ac_lib_var=no"
12993 LIBS
="$ac_save_LIBS"
12996 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12997 echo "$ac_t""yes" 1>&6
12999 cat >> confdefs.h
<<\EOF
13000 #define HAVE_NANOSLEEP 1
13003 POSIX4_LINK
="-lposix4"
13006 echo "$ac_t""no" 1>&6
13008 for ac_func
in usleep
13010 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13011 echo "configure:13012: checking for $ac_func" >&5
13012 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13013 echo $ac_n "(cached) $ac_c" 1>&6
13015 cat > conftest.
$ac_ext <<EOF
13016 #line 13017 "configure"
13017 #include "confdefs.h"
13018 /* System header to define __stub macros and hopefully few prototypes,
13019 which can conflict with char $ac_func(); below. */
13020 #include <assert.h>
13021 /* Override any gcc2 internal prototype to avoid an error. */
13022 /* We use char because int might match the return type of a gcc2
13023 builtin and then its argument prototype would still apply. */
13028 /* The GNU C library defines this for functions which it implements
13029 to always fail with ENOSYS. Some functions are actually named
13030 something starting with __ and the normal name is an alias. */
13031 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13039 if { (eval echo configure
:13040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13041 eval "ac_cv_func_$ac_func=yes"
13043 echo "configure: failed program was:" >&5
13044 cat conftest.
$ac_ext >&5
13046 eval "ac_cv_func_$ac_func=no"
13051 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13052 echo "$ac_t""yes" 1>&6
13053 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13054 cat >> confdefs.h
<<EOF
13055 #define $ac_tr_func 1
13057 cat >> confdefs.h
<<\EOF
13058 #define HAVE_USLEEP 1
13062 echo "$ac_t""no" 1>&6
13063 echo "configure: warning: wxSleep() function will not work" 1>&2
13079 for ac_func
in uname gethostname
13081 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13082 echo "configure:13083: checking for $ac_func" >&5
13083 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13084 echo $ac_n "(cached) $ac_c" 1>&6
13086 cat > conftest.
$ac_ext <<EOF
13087 #line 13088 "configure"
13088 #include "confdefs.h"
13089 /* System header to define __stub macros and hopefully few prototypes,
13090 which can conflict with char $ac_func(); below. */
13091 #include <assert.h>
13092 /* Override any gcc2 internal prototype to avoid an error. */
13093 /* We use char because int might match the return type of a gcc2
13094 builtin and then its argument prototype would still apply. */
13099 /* The GNU C library defines this for functions which it implements
13100 to always fail with ENOSYS. Some functions are actually named
13101 something starting with __ and the normal name is an alias. */
13102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13110 if { (eval echo configure
:13111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13112 eval "ac_cv_func_$ac_func=yes"
13114 echo "configure: failed program was:" >&5
13115 cat conftest.
$ac_ext >&5
13117 eval "ac_cv_func_$ac_func=no"
13122 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13123 echo "$ac_t""yes" 1>&6
13124 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13125 cat >> confdefs.h
<<EOF
13126 #define $ac_tr_func 1
13130 echo "$ac_t""no" 1>&6
13137 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13138 ac_cpp
='$CXXCPP $CPPFLAGS'
13139 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13140 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13141 cross_compiling
=$ac_cv_prog_cxx_cross
13144 for ac_func
in strtok_r
13146 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13147 echo "configure:13148: checking for $ac_func" >&5
13148 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13149 echo $ac_n "(cached) $ac_c" 1>&6
13151 cat > conftest.
$ac_ext <<EOF
13152 #line 13153 "configure"
13153 #include "confdefs.h"
13154 /* System header to define __stub macros and hopefully few prototypes,
13155 which can conflict with char $ac_func(); below. */
13156 #include <assert.h>
13157 /* Override any gcc2 internal prototype to avoid an error. */
13161 /* We use char because int might match the return type of a gcc2
13162 builtin and then its argument prototype would still apply. */
13167 /* The GNU C library defines this for functions which it implements
13168 to always fail with ENOSYS. Some functions are actually named
13169 something starting with __ and the normal name is an alias. */
13170 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13178 if { (eval echo configure
:13179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13180 eval "ac_cv_func_$ac_func=yes"
13182 echo "configure: failed program was:" >&5
13183 cat conftest.
$ac_ext >&5
13185 eval "ac_cv_func_$ac_func=no"
13190 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13191 echo "$ac_t""yes" 1>&6
13192 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13193 cat >> confdefs.h
<<EOF
13194 #define $ac_tr_func 1
13198 echo "$ac_t""no" 1>&6
13204 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13205 ac_cpp
='$CPP $CPPFLAGS'
13206 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13207 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13208 cross_compiling
=$ac_cv_prog_cc_cross
13212 for ac_func
in inet_addr
13214 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13215 echo "configure:13216: checking for $ac_func" >&5
13216 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13217 echo $ac_n "(cached) $ac_c" 1>&6
13219 cat > conftest.
$ac_ext <<EOF
13220 #line 13221 "configure"
13221 #include "confdefs.h"
13222 /* System header to define __stub macros and hopefully few prototypes,
13223 which can conflict with char $ac_func(); below. */
13224 #include <assert.h>
13225 /* Override any gcc2 internal prototype to avoid an error. */
13226 /* We use char because int might match the return type of a gcc2
13227 builtin and then its argument prototype would still apply. */
13232 /* The GNU C library defines this for functions which it implements
13233 to always fail with ENOSYS. Some functions are actually named
13234 something starting with __ and the normal name is an alias. */
13235 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13243 if { (eval echo configure
:13244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13245 eval "ac_cv_func_$ac_func=yes"
13247 echo "configure: failed program was:" >&5
13248 cat conftest.
$ac_ext >&5
13250 eval "ac_cv_func_$ac_func=no"
13255 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13256 echo "$ac_t""yes" 1>&6
13257 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13258 cat >> confdefs.h
<<EOF
13259 #define $ac_tr_func 1
13261 cat >> confdefs.h
<<\EOF
13262 #define HAVE_INET_ADDR 1
13266 echo "$ac_t""no" 1>&6
13267 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
13268 echo "configure:13269: checking for inet_addr in -lnsl" >&5
13269 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
13270 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13271 echo $ac_n "(cached) $ac_c" 1>&6
13273 ac_save_LIBS
="$LIBS"
13275 cat > conftest.
$ac_ext <<EOF
13276 #line 13277 "configure"
13277 #include "confdefs.h"
13278 /* Override any gcc2 internal prototype to avoid an error. */
13279 /* We use char because int might match the return type of a gcc2
13280 builtin and then its argument prototype would still apply. */
13287 if { (eval echo configure
:13288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13289 eval "ac_cv_lib_$ac_lib_var=yes"
13291 echo "configure: failed program was:" >&5
13292 cat conftest.
$ac_ext >&5
13294 eval "ac_cv_lib_$ac_lib_var=no"
13297 LIBS
="$ac_save_LIBS"
13300 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13301 echo "$ac_t""yes" 1>&6
13304 echo "$ac_t""no" 1>&6
13305 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
13306 echo "configure:13307: checking for inet_addr in -lresolv" >&5
13307 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
13308 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13309 echo $ac_n "(cached) $ac_c" 1>&6
13311 ac_save_LIBS
="$LIBS"
13312 LIBS
="-lresolv $LIBS"
13313 cat > conftest.
$ac_ext <<EOF
13314 #line 13315 "configure"
13315 #include "confdefs.h"
13316 /* Override any gcc2 internal prototype to avoid an error. */
13317 /* We use char because int might match the return type of a gcc2
13318 builtin and then its argument prototype would still apply. */
13325 if { (eval echo configure
:13326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13327 eval "ac_cv_lib_$ac_lib_var=yes"
13329 echo "configure: failed program was:" >&5
13330 cat conftest.
$ac_ext >&5
13332 eval "ac_cv_lib_$ac_lib_var=no"
13335 LIBS
="$ac_save_LIBS"
13338 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13339 echo "$ac_t""yes" 1>&6
13343 echo "$ac_t""no" 1>&6
13355 for ac_func
in inet_aton
13357 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13358 echo "configure:13359: checking for $ac_func" >&5
13359 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13360 echo $ac_n "(cached) $ac_c" 1>&6
13362 cat > conftest.
$ac_ext <<EOF
13363 #line 13364 "configure"
13364 #include "confdefs.h"
13365 /* System header to define __stub macros and hopefully few prototypes,
13366 which can conflict with char $ac_func(); below. */
13367 #include <assert.h>
13368 /* Override any gcc2 internal prototype to avoid an error. */
13369 /* We use char because int might match the return type of a gcc2
13370 builtin and then its argument prototype would still apply. */
13375 /* The GNU C library defines this for functions which it implements
13376 to always fail with ENOSYS. Some functions are actually named
13377 something starting with __ and the normal name is an alias. */
13378 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13386 if { (eval echo configure
:13387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13388 eval "ac_cv_func_$ac_func=yes"
13390 echo "configure: failed program was:" >&5
13391 cat conftest.
$ac_ext >&5
13393 eval "ac_cv_func_$ac_func=no"
13398 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13399 echo "$ac_t""yes" 1>&6
13400 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13401 cat >> confdefs.h
<<EOF
13402 #define $ac_tr_func 1
13404 cat >> confdefs.h
<<\EOF
13405 #define HAVE_INET_ATON 1
13409 echo "$ac_t""no" 1>&6
13410 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
13411 echo "configure:13412: checking for inet_aton in -l$INET_LINK" >&5
13412 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
13413 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13414 echo $ac_n "(cached) $ac_c" 1>&6
13416 ac_save_LIBS
="$LIBS"
13417 LIBS
="-l$INET_LINK $LIBS"
13418 cat > conftest.
$ac_ext <<EOF
13419 #line 13420 "configure"
13420 #include "confdefs.h"
13421 /* Override any gcc2 internal prototype to avoid an error. */
13422 /* We use char because int might match the return type of a gcc2
13423 builtin and then its argument prototype would still apply. */
13430 if { (eval echo configure
:13431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13432 eval "ac_cv_lib_$ac_lib_var=yes"
13434 echo "configure: failed program was:" >&5
13435 cat conftest.
$ac_ext >&5
13437 eval "ac_cv_lib_$ac_lib_var=no"
13440 LIBS
="$ac_save_LIBS"
13443 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13444 echo "$ac_t""yes" 1>&6
13445 cat >> confdefs.h
<<\EOF
13446 #define HAVE_INET_ATON 1
13450 echo "$ac_t""no" 1>&6
13458 if test "x$INET_LINK" != "x"; then
13459 cat >> confdefs.h
<<\EOF
13460 #define HAVE_INET_ADDR 1
13463 INET_LINK
="-l$INET_LINK"
13469 cat > confcache
<<\EOF
13470 # This file is a shell script that caches the results of configure
13471 # tests run on this system so they can be shared between configure
13472 # scripts and configure runs. It is not useful on other systems.
13473 # If it contains results you don't want to keep, you may remove or edit it.
13475 # By default, configure uses ./config.cache as the cache file,
13476 # creating it if it does not exist already. You can give configure
13477 # the --cache-file=FILE option to use a different cache file; that is
13478 # what configure does when it calls configure scripts in
13479 # subdirectories, so they share the cache.
13480 # Giving --cache-file=/dev/null disables caching, for debugging configure.
13481 # config.status only pays attention to the cache file if you give it the
13482 # --recheck option to rerun configure.
13485 # The following way of writing the cache mishandles newlines in values,
13486 # but we know of no workaround that is simple, portable, and efficient.
13487 # So, don't put newlines in cache variables' values.
13488 # Ultrix sh set writes to stderr and can't be redirected directly,
13489 # and sets the high bit in the cache file unless we assign to the vars.
13491 case `(ac_space=' '; set | grep ac_space) 2>&1` in
13493 # `set' does not quote correctly, so add quotes (double-quote substitution
13494 # turns \\\\ into \\, and sed turns \\ into \).
13496 -e "s/'/'\\\\''/g" \
13497 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
13500 # `set' quotes correctly as required by POSIX, so do not add quotes.
13501 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
13504 if cmp -s $cache_file confcache
; then
13507 if test -w $cache_file; then
13508 echo "updating cache $cache_file"
13509 cat confcache
> $cache_file
13511 echo "not updating unwritable cache $cache_file"
13518 if test "$TOOLKIT" != "MSW"; then
13524 if test "$wxUSE_THREADS" = "yes" ; then
13525 if test "$wxUSE_WINE" = 1 ; then
13526 echo "configure: warning: Threads are not supported under WINE" 1>&2
13528 elif test "$USE_BEOS" = 1; then
13529 echo "configure: warning: BeOS threads are not yet supported" 1>&2
13534 if test "$wxUSE_THREADS" = "yes" ; then
13536 if test "$USE_AIX" = 1; then
13537 THREADS_LIB
=pthreads
13539 THREADS_LIB
=pthread
13542 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
13543 echo "configure:13544: checking for pthread_create in -l$THREADS_LIB" >&5
13544 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
13545 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13546 echo $ac_n "(cached) $ac_c" 1>&6
13548 ac_save_LIBS
="$LIBS"
13549 LIBS
="-l$THREADS_LIB $LIBS"
13550 cat > conftest.
$ac_ext <<EOF
13551 #line 13552 "configure"
13552 #include "confdefs.h"
13553 /* Override any gcc2 internal prototype to avoid an error. */
13554 /* We use char because int might match the return type of a gcc2
13555 builtin and then its argument prototype would still apply. */
13556 char pthread_create();
13562 if { (eval echo configure
:13563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13564 eval "ac_cv_lib_$ac_lib_var=yes"
13566 echo "configure: failed program was:" >&5
13567 cat conftest.
$ac_ext >&5
13569 eval "ac_cv_lib_$ac_lib_var=no"
13572 LIBS
="$ac_save_LIBS"
13575 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13576 echo "$ac_t""yes" 1>&6
13578 THREADS_OBJ
="threadpsx.lo"
13579 THREADS_LINK
=$THREADS_LIB
13582 echo "$ac_t""no" 1>&6
13584 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
13585 echo "configure:13586: checking for pthread_create in -lc_r" >&5
13586 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
13587 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13588 echo $ac_n "(cached) $ac_c" 1>&6
13590 ac_save_LIBS
="$LIBS"
13592 cat > conftest.
$ac_ext <<EOF
13593 #line 13594 "configure"
13594 #include "confdefs.h"
13595 /* Override any gcc2 internal prototype to avoid an error. */
13596 /* We use char because int might match the return type of a gcc2
13597 builtin and then its argument prototype would still apply. */
13598 char pthread_create();
13604 if { (eval echo configure
:13605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13606 eval "ac_cv_lib_$ac_lib_var=yes"
13608 echo "configure: failed program was:" >&5
13609 cat conftest.
$ac_ext >&5
13611 eval "ac_cv_lib_$ac_lib_var=no"
13614 LIBS
="$ac_save_LIBS"
13617 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13618 echo "$ac_t""yes" 1>&6
13620 THREADS_OBJ
="threadpsx.lo"
13624 echo "$ac_t""no" 1>&6
13626 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
13627 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
13628 echo "configure:13629: checking for sys/prctl.h" >&5
13629 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13630 echo $ac_n "(cached) $ac_c" 1>&6
13632 cat > conftest.
$ac_ext <<EOF
13633 #line 13634 "configure"
13634 #include "confdefs.h"
13635 #include <sys/prctl.h>
13637 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13638 { (eval echo configure
:13639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13639 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13640 if test -z "$ac_err"; then
13642 eval "ac_cv_header_$ac_safe=yes"
13645 echo "configure: failed program was:" >&5
13646 cat conftest.
$ac_ext >&5
13648 eval "ac_cv_header_$ac_safe=no"
13652 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13653 echo "$ac_t""yes" 1>&6
13655 THREADS_OBJ
="threadsgi.lo"
13658 echo "$ac_t""no" 1>&6
13668 if test -z "$THREADS_OBJ" ; then
13670 echo "configure: warning: No thread support on this system" 1>&2
13674 if test "$wxUSE_THREADS" = "yes" ; then
13675 for ac_func
in thr_setconcurrency
13677 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13678 echo "configure:13679: checking for $ac_func" >&5
13679 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13680 echo $ac_n "(cached) $ac_c" 1>&6
13682 cat > conftest.
$ac_ext <<EOF
13683 #line 13684 "configure"
13684 #include "confdefs.h"
13685 /* System header to define __stub macros and hopefully few prototypes,
13686 which can conflict with char $ac_func(); below. */
13687 #include <assert.h>
13688 /* Override any gcc2 internal prototype to avoid an error. */
13689 /* We use char because int might match the return type of a gcc2
13690 builtin and then its argument prototype would still apply. */
13695 /* The GNU C library defines this for functions which it implements
13696 to always fail with ENOSYS. Some functions are actually named
13697 something starting with __ and the normal name is an alias. */
13698 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13706 if { (eval echo configure
:13707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13708 eval "ac_cv_func_$ac_func=yes"
13710 echo "configure: failed program was:" >&5
13711 cat conftest.
$ac_ext >&5
13713 eval "ac_cv_func_$ac_func=no"
13718 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13719 echo "$ac_t""yes" 1>&6
13720 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13721 cat >> confdefs.h
<<EOF
13722 #define $ac_tr_func 1
13726 echo "$ac_t""no" 1>&6
13732 for ac_hdr
in sched.h
13734 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13735 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13736 echo "configure:13737: checking for $ac_hdr" >&5
13737 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13738 echo $ac_n "(cached) $ac_c" 1>&6
13740 cat > conftest.
$ac_ext <<EOF
13741 #line 13742 "configure"
13742 #include "confdefs.h"
13745 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13746 { (eval echo configure
:13747: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13747 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13748 if test -z "$ac_err"; then
13750 eval "ac_cv_header_$ac_safe=yes"
13753 echo "configure: failed program was:" >&5
13754 cat conftest.
$ac_ext >&5
13756 eval "ac_cv_header_$ac_safe=no"
13760 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13761 echo "$ac_t""yes" 1>&6
13762 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13763 cat >> confdefs.h
<<EOF
13764 #define $ac_tr_hdr 1
13768 echo "$ac_t""no" 1>&6
13773 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
13774 echo "configure:13775: checking for sched_yield in -l$THREADS_LINK" >&5
13775 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
13776 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13777 echo $ac_n "(cached) $ac_c" 1>&6
13779 ac_save_LIBS
="$LIBS"
13780 LIBS
="-l$THREADS_LINK $LIBS"
13781 cat > conftest.
$ac_ext <<EOF
13782 #line 13783 "configure"
13783 #include "confdefs.h"
13784 /* Override any gcc2 internal prototype to avoid an error. */
13785 /* We use char because int might match the return type of a gcc2
13786 builtin and then its argument prototype would still apply. */
13787 char sched_yield();
13793 if { (eval echo configure
:13794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13795 eval "ac_cv_lib_$ac_lib_var=yes"
13797 echo "configure: failed program was:" >&5
13798 cat conftest.
$ac_ext >&5
13800 eval "ac_cv_lib_$ac_lib_var=no"
13803 LIBS
="$ac_save_LIBS"
13806 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13807 echo "$ac_t""yes" 1>&6
13808 cat >> confdefs.h
<<\EOF
13809 #define HAVE_SCHED_YIELD 1
13813 echo "$ac_t""no" 1>&6
13814 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
13815 echo "configure:13816: checking for sched_yield in -lposix4" >&5
13816 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
13817 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13818 echo $ac_n "(cached) $ac_c" 1>&6
13820 ac_save_LIBS
="$LIBS"
13821 LIBS
="-lposix4 $LIBS"
13822 cat > conftest.
$ac_ext <<EOF
13823 #line 13824 "configure"
13824 #include "confdefs.h"
13825 /* Override any gcc2 internal prototype to avoid an error. */
13826 /* We use char because int might match the return type of a gcc2
13827 builtin and then its argument prototype would still apply. */
13828 char sched_yield();
13834 if { (eval echo configure
:13835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13836 eval "ac_cv_lib_$ac_lib_var=yes"
13838 echo "configure: failed program was:" >&5
13839 cat conftest.
$ac_ext >&5
13841 eval "ac_cv_lib_$ac_lib_var=no"
13844 LIBS
="$ac_save_LIBS"
13847 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13848 echo "$ac_t""yes" 1>&6
13849 cat >> confdefs.h
<<\EOF
13850 #define HAVE_SCHED_YIELD 1
13852 POSIX4_LINK
="-lposix4"
13854 echo "$ac_t""no" 1>&6
13855 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
13864 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
13865 echo "configure:13866: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
13866 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
13867 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13868 echo $ac_n "(cached) $ac_c" 1>&6
13870 ac_save_LIBS
="$LIBS"
13871 LIBS
="-l$THREADS_LINK $LIBS"
13872 cat > conftest.
$ac_ext <<EOF
13873 #line 13874 "configure"
13874 #include "confdefs.h"
13875 /* Override any gcc2 internal prototype to avoid an error. */
13876 /* We use char because int might match the return type of a gcc2
13877 builtin and then its argument prototype would still apply. */
13878 char pthread_attr_getschedpolicy();
13881 pthread_attr_getschedpolicy()
13884 if { (eval echo configure
:13885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13886 eval "ac_cv_lib_$ac_lib_var=yes"
13888 echo "configure: failed program was:" >&5
13889 cat conftest.
$ac_ext >&5
13891 eval "ac_cv_lib_$ac_lib_var=no"
13894 LIBS
="$ac_save_LIBS"
13897 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13898 echo "$ac_t""yes" 1>&6
13899 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
13900 echo "configure:13901: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
13901 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
13902 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13903 echo $ac_n "(cached) $ac_c" 1>&6
13905 ac_save_LIBS
="$LIBS"
13906 LIBS
="-l$THREADS_LINK $LIBS"
13907 cat > conftest.
$ac_ext <<EOF
13908 #line 13909 "configure"
13909 #include "confdefs.h"
13910 /* Override any gcc2 internal prototype to avoid an error. */
13911 /* We use char because int might match the return type of a gcc2
13912 builtin and then its argument prototype would still apply. */
13913 char pthread_attr_setschedparam();
13916 pthread_attr_setschedparam()
13919 if { (eval echo configure
:13920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13921 eval "ac_cv_lib_$ac_lib_var=yes"
13923 echo "configure: failed program was:" >&5
13924 cat conftest.
$ac_ext >&5
13926 eval "ac_cv_lib_$ac_lib_var=no"
13929 LIBS
="$ac_save_LIBS"
13932 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13933 echo "$ac_t""yes" 1>&6
13934 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
13935 echo "configure:13936: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
13936 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
13937 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13938 echo $ac_n "(cached) $ac_c" 1>&6
13940 ac_save_LIBS
="$LIBS"
13941 LIBS
="-l$THREADS_LINK $LIBS"
13942 cat > conftest.
$ac_ext <<EOF
13943 #line 13944 "configure"
13944 #include "confdefs.h"
13945 /* Override any gcc2 internal prototype to avoid an error. */
13946 /* We use char because int might match the return type of a gcc2
13947 builtin and then its argument prototype would still apply. */
13948 char sched_get_priority_max();
13951 sched_get_priority_max()
13954 if { (eval echo configure
:13955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13956 eval "ac_cv_lib_$ac_lib_var=yes"
13958 echo "configure: failed program was:" >&5
13959 cat conftest.
$ac_ext >&5
13961 eval "ac_cv_lib_$ac_lib_var=no"
13964 LIBS
="$ac_save_LIBS"
13967 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13968 echo "$ac_t""yes" 1>&6
13971 echo "$ac_t""no" 1>&6
13972 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
13973 echo "configure:13974: checking for sched_get_priority_max in -lposix4" >&5
13974 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
13975 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13976 echo $ac_n "(cached) $ac_c" 1>&6
13978 ac_save_LIBS
="$LIBS"
13979 LIBS
="-lposix4 $LIBS"
13980 cat > conftest.
$ac_ext <<EOF
13981 #line 13982 "configure"
13982 #include "confdefs.h"
13983 /* Override any gcc2 internal prototype to avoid an error. */
13984 /* We use char because int might match the return type of a gcc2
13985 builtin and then its argument prototype would still apply. */
13986 char sched_get_priority_max();
13989 sched_get_priority_max()
13992 if { (eval echo configure
:13993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13994 eval "ac_cv_lib_$ac_lib_var=yes"
13996 echo "configure: failed program was:" >&5
13997 cat conftest.
$ac_ext >&5
13999 eval "ac_cv_lib_$ac_lib_var=no"
14002 LIBS
="$ac_save_LIBS"
14005 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14006 echo "$ac_t""yes" 1>&6
14009 POSIX4_LINK
="-lposix4"
14012 echo "$ac_t""no" 1>&6
14020 echo "$ac_t""no" 1>&6
14025 echo "$ac_t""no" 1>&6
14029 if test "$HAVE_PRIOR_FUNCS" = 1; then
14030 cat >> confdefs.h
<<\EOF
14031 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
14035 echo "configure: warning: Setting thread priority will not work" 1>&2
14038 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
14039 echo "configure:14040: checking for pthread_cancel in -l$THREADS_LINK" >&5
14040 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
14041 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14042 echo $ac_n "(cached) $ac_c" 1>&6
14044 ac_save_LIBS
="$LIBS"
14045 LIBS
="-l$THREADS_LINK $LIBS"
14046 cat > conftest.
$ac_ext <<EOF
14047 #line 14048 "configure"
14048 #include "confdefs.h"
14049 /* Override any gcc2 internal prototype to avoid an error. */
14050 /* We use char because int might match the return type of a gcc2
14051 builtin and then its argument prototype would still apply. */
14052 char pthread_cancel();
14058 if { (eval echo configure
:14059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14060 eval "ac_cv_lib_$ac_lib_var=yes"
14062 echo "configure: failed program was:" >&5
14063 cat conftest.
$ac_ext >&5
14065 eval "ac_cv_lib_$ac_lib_var=no"
14068 LIBS
="$ac_save_LIBS"
14071 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14072 echo "$ac_t""yes" 1>&6
14073 cat >> confdefs.h
<<\EOF
14074 #define HAVE_PTHREAD_CANCEL 1
14078 echo "$ac_t""no" 1>&6
14079 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
14083 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
14084 echo "configure:14085: checking for pthread_cleanup_push/pop" >&5
14085 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
14086 echo $ac_n "(cached) $ac_c" 1>&6
14089 cat > conftest.
$ac_ext <<EOF
14090 #line 14091 "configure"
14091 #include "confdefs.h"
14092 #include <pthread.h>
14095 pthread_cleanup_push(NULL, NULL);
14096 pthread_cleanup_pop(0);
14100 if { (eval echo configure
:14101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14103 wx_cv_func_pthread_cleanup_push
=yes
14106 echo "configure: failed program was:" >&5
14107 cat conftest.
$ac_ext >&5
14110 wx_cv_func_pthread_cleanup_push
=no
14117 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
14119 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
14120 cat >> confdefs.h
<<\EOF
14121 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
14127 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
14128 echo "configure:14129: checking for pthread_mutexattr_t" >&5
14129 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
14130 echo $ac_n "(cached) $ac_c" 1>&6
14133 cat > conftest.
$ac_ext <<EOF
14134 #line 14135 "configure"
14135 #include "confdefs.h"
14136 #include <pthread.h>
14139 pthread_mutexattr_t attr;
14140 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
14144 if { (eval echo configure
:14145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14147 wx_cv_type_pthread_mutexattr_t
=yes
14150 echo "configure: failed program was:" >&5
14151 cat conftest.
$ac_ext >&5
14154 wx_cv_type_pthread_mutexattr_t
=no
14162 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
14164 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
14165 cat >> confdefs.h
<<\EOF
14166 #define HAVE_PTHREAD_MUTEXATTR_T 1
14170 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
14171 echo "configure:14172: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
14172 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
14173 echo $ac_n "(cached) $ac_c" 1>&6
14176 cat > conftest.
$ac_ext <<EOF
14177 #line 14178 "configure"
14178 #include "confdefs.h"
14179 #include <pthread.h>
14182 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
14186 if { (eval echo configure
:14187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14189 wx_cv_type_pthread_rec_mutex_init
=yes
14192 echo "configure: failed program was:" >&5
14193 cat conftest.
$ac_ext >&5
14196 wx_cv_type_pthread_rec_mutex_init
=no
14204 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
14205 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
14206 cat >> confdefs.h
<<\EOF
14207 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
14211 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
14215 THREADS_LINK
="-l$THREADS_LINK"
14217 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
14218 CFLAGS
="${CFLAGS} -mt"
14219 CXXFLAGS
="${CXXFLAGS} -mt"
14220 LDFLAGS
="${LDFLAGS} -mt"
14226 if test "$wxUSE_THREADS" = "yes"; then
14227 cat >> confdefs.h
<<\EOF
14228 #define wxUSE_THREADS 1
14232 if test "$wxUSE_MAC" = "0"; then
14233 CFLAGS
="${CFLAGS} -D_REENTRANT"
14234 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
14237 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
14239 if test "$ac_cv_func_strtok_r" = "yes"; then
14240 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
14241 echo "configure:14242: checking if -D_REENTRANT is needed" >&5
14242 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
14243 CFLAGS
="${CFLAGS} -D_REENTRANT"
14244 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
14245 echo "$ac_t""yes" 1>&6
14247 echo "$ac_t""no" 1>&6
14252 if test "$WXGTK20" = 1 ; then
14253 cat >> confdefs.h
<<EOF
14254 #define __WXGTK20__ $WXGTK20
14260 if test "$WXGTK12" = 1 ; then
14261 cat >> confdefs.h
<<EOF
14262 #define __WXGTK12__ $WXGTK12
14267 if test "$WXGTK127" = 1 ; then
14268 cat >> confdefs.h
<<EOF
14269 #define __WXGTK127__ $WXGTK127
14274 if test "$WXWINE" = 1 ; then
14275 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXWINE__"
14278 if test "$wxUSE_MAC" = 1 ; then
14279 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON"
14280 CFLAGS
="${CFLAGS} -fno-common -fpascal-strings"
14281 CPPFLAGS
="${CPPFLAGS} -cpp-precomp -fno-common -fpascal-strings"
14282 # Extract the first word of "Rez", so it can be a program name with args.
14283 set dummy Rez
; ac_word
=$2
14284 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14285 echo "configure:14286: checking for $ac_word" >&5
14286 if eval "test \"`echo '$''{'ac_cv_prog_REZ'+set}'`\" = set"; then
14287 echo $ac_n "(cached) $ac_c" 1>&6
14289 if test -n "$REZ"; then
14290 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
14292 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
14294 for ac_dir
in $ac_dummy; do
14295 test -z "$ac_dir" && ac_dir
=.
14296 if test -f $ac_dir/$ac_word; then
14297 ac_cv_prog_REZ
="Rez"
14302 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
14305 REZ
="$ac_cv_prog_REZ"
14306 if test -n "$REZ"; then
14307 echo "$ac_t""$REZ" 1>&6
14309 echo "$ac_t""no" 1>&6
14312 # Extract the first word of "Derez", so it can be a program name with args.
14313 set dummy Derez
; ac_word
=$2
14314 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14315 echo "configure:14316: checking for $ac_word" >&5
14316 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
14317 echo $ac_n "(cached) $ac_c" 1>&6
14319 if test -n "$DEREZ"; then
14320 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
14322 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
14324 for ac_dir
in $ac_dummy; do
14325 test -z "$ac_dir" && ac_dir
=.
14326 if test -f $ac_dir/$ac_word; then
14327 ac_cv_prog_DEREZ
="Derez"
14332 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/Derez"
14335 DEREZ
="$ac_cv_prog_DEREZ"
14336 if test -n "$DEREZ"; then
14337 echo "$ac_t""$DEREZ" 1>&6
14339 echo "$ac_t""no" 1>&6
14343 REZFLAGS
="-d __UNIX__ -useDF"
14344 DEREZFLAGS
="Carbon.r -useDF"
14345 RESFLAGS
="Carbon.r -t APPL"
14346 LIBWXMACRES
="\$(LIBWX_MACRES)"
14347 LIBWXMACRESCOMP
="\$(LIBWX_MACRESCOMP)"
14350 if test "$wxUSE_CYGWIN" = 1 ; then
14351 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WIN95__"
14356 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
14361 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
14362 wxUSE_DEBUG_INFO
=yes
14366 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
14367 cat >> confdefs.h
<<\EOF
14371 WXDEBUG_DEFINE
="-D__WXDEBUG__"
14373 if test "$wxUSE_GTK" = 1 ; then
14374 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
14378 if test "$wxUSE_MEM_TRACING" = "yes" ; then
14379 cat >> confdefs.h
<<\EOF
14380 #define wxUSE_MEMORY_TRACING 1
14383 cat >> confdefs.h
<<\EOF
14384 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
14387 cat >> confdefs.h
<<\EOF
14388 #define wxUSE_DEBUG_NEW_ALWAYS 1
14391 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
14394 if test "$wxUSE_DMALLOC" = "yes" ; then
14395 DMALLOC_LINK
="-ldmalloc"
14399 if test "$wxUSE_PROFILE" = "yes" ; then
14405 CODE_GEN_FLAGS_CXX
=
14406 if test "$GCC" = yes ; then
14407 if test "$wxUSE_NO_RTTI" = "yes" ; then
14408 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-rtti"
14410 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
14411 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-exceptions"
14413 if test "$wxUSE_PERMISSIVE" = "yes" ; then
14414 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
14416 if test "$wxUSE_NO_DEPS" = "no" ; then
14417 DEP_INFO_FLAGS
="-MMD"
14422 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
14423 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
14424 if test "$wxUSE_OPTIMISE" = "no" ; then
14427 if test "$GCC" = yes ; then
14430 i586
-*-*|i686
-*-* )
14431 OPTIMISE
="${OPTIMISE} "
14439 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
14440 cat >> confdefs.h
<<\EOF
14441 #define WXWIN_COMPATIBILITY_2 1
14445 WXWIN_COMPATIBILITY_2_2
="yes"
14448 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
14449 cat >> confdefs.h
<<\EOF
14450 #define WXWIN_COMPATIBILITY_2_2 1
14457 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
14458 cat >> confdefs.h
<<\EOF
14459 #define wxUSE_ZLIB 1
14462 if test "$wxUSE_ZLIB" = "yes" ; then
14463 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
14466 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
14467 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
14468 echo "configure:14469: checking for zlib.h" >&5
14469 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14470 echo $ac_n "(cached) $ac_c" 1>&6
14472 cat > conftest.
$ac_ext <<EOF
14473 #line 14474 "configure"
14474 #include "confdefs.h"
14477 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14478 { (eval echo configure
:14479: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14479 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14480 if test -z "$ac_err"; then
14482 eval "ac_cv_header_$ac_safe=yes"
14485 echo "configure: failed program was:" >&5
14486 cat conftest.
$ac_ext >&5
14488 eval "ac_cv_header_$ac_safe=no"
14492 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14493 echo "$ac_t""yes" 1>&6
14494 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
14495 echo "configure:14496: checking for deflate in -lz" >&5
14496 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
14497 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14498 echo $ac_n "(cached) $ac_c" 1>&6
14500 ac_save_LIBS
="$LIBS"
14502 cat > conftest.
$ac_ext <<EOF
14503 #line 14504 "configure"
14504 #include "confdefs.h"
14505 /* Override any gcc2 internal prototype to avoid an error. */
14506 /* We use char because int might match the return type of a gcc2
14507 builtin and then its argument prototype would still apply. */
14514 if { (eval echo configure
:14515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14516 eval "ac_cv_lib_$ac_lib_var=yes"
14518 echo "configure: failed program was:" >&5
14519 cat conftest.
$ac_ext >&5
14521 eval "ac_cv_lib_$ac_lib_var=no"
14524 LIBS
="$ac_save_LIBS"
14527 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14528 echo "$ac_t""yes" 1>&6
14531 echo "$ac_t""no" 1>&6
14535 echo "$ac_t""no" 1>&6
14538 if test "x$ZLIB_LINK" = "x" ; then
14539 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
14545 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
14546 cat >> confdefs.h
<<\EOF
14547 #define wxUSE_LIBPNG 1
14550 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
14551 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
14555 if test "$wxUSE_LIBPNG" = "yes" ; then
14556 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
14559 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
14560 echo $ac_n "checking for png.h""... $ac_c" 1>&6
14561 echo "configure:14562: checking for png.h" >&5
14562 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14563 echo $ac_n "(cached) $ac_c" 1>&6
14565 cat > conftest.
$ac_ext <<EOF
14566 #line 14567 "configure"
14567 #include "confdefs.h"
14570 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14571 { (eval echo configure
:14572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14572 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14573 if test -z "$ac_err"; then
14575 eval "ac_cv_header_$ac_safe=yes"
14578 echo "configure: failed program was:" >&5
14579 cat conftest.
$ac_ext >&5
14581 eval "ac_cv_header_$ac_safe=no"
14585 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14586 echo "$ac_t""yes" 1>&6
14587 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
14588 echo "configure:14589: checking for png_check_sig in -lpng" >&5
14589 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
14590 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14591 echo $ac_n "(cached) $ac_c" 1>&6
14593 ac_save_LIBS
="$LIBS"
14594 LIBS
="-lpng -lz -lm $LIBS"
14595 cat > conftest.
$ac_ext <<EOF
14596 #line 14597 "configure"
14597 #include "confdefs.h"
14598 /* Override any gcc2 internal prototype to avoid an error. */
14599 /* We use char because int might match the return type of a gcc2
14600 builtin and then its argument prototype would still apply. */
14601 char png_check_sig();
14607 if { (eval echo configure
:14608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14609 eval "ac_cv_lib_$ac_lib_var=yes"
14611 echo "configure: failed program was:" >&5
14612 cat conftest.
$ac_ext >&5
14614 eval "ac_cv_lib_$ac_lib_var=no"
14617 LIBS
="$ac_save_LIBS"
14620 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14621 echo "$ac_t""yes" 1>&6
14624 echo "$ac_t""no" 1>&6
14629 echo "$ac_t""no" 1>&6
14632 if test "x$PNG_LINK" = "x" ; then
14633 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
14637 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
14641 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
14642 cat >> confdefs.h
<<\EOF
14643 #define wxUSE_LIBJPEG 1
14646 if test "$wxUSE_LIBJPEG" = "yes" ; then
14647 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
14650 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
14651 echo "configure:14652: checking for jpeglib.h" >&5
14652 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
14653 echo $ac_n "(cached) $ac_c" 1>&6
14655 cat > conftest.
$ac_ext <<EOF
14656 #line 14657 "configure"
14657 #include "confdefs.h"
14659 #undef HAVE_STDLIB_H
14661 #include <jpeglib.h>
14668 if { (eval echo configure
:14669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14670 ac_cv_header_jpeglib_h
=yes
14672 echo "configure: failed program was:" >&5
14673 cat conftest.
$ac_ext >&5
14675 ac_cv_header_jpeglib_h
=no
14682 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
14684 if test "$ac_cv_header_jpeglib_h" = "yes"; then
14685 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
14686 echo "configure:14687: checking for jpeg_read_header in -ljpeg" >&5
14687 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
14688 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14689 echo $ac_n "(cached) $ac_c" 1>&6
14691 ac_save_LIBS
="$LIBS"
14692 LIBS
="-ljpeg $LIBS"
14693 cat > conftest.
$ac_ext <<EOF
14694 #line 14695 "configure"
14695 #include "confdefs.h"
14696 /* Override any gcc2 internal prototype to avoid an error. */
14697 /* We use char because int might match the return type of a gcc2
14698 builtin and then its argument prototype would still apply. */
14699 char jpeg_read_header();
14705 if { (eval echo configure
:14706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14707 eval "ac_cv_lib_$ac_lib_var=yes"
14709 echo "configure: failed program was:" >&5
14710 cat conftest.
$ac_ext >&5
14712 eval "ac_cv_lib_$ac_lib_var=no"
14715 LIBS
="$ac_save_LIBS"
14718 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14719 echo "$ac_t""yes" 1>&6
14722 echo "$ac_t""no" 1>&6
14727 if test "x$JPEG_LINK" = "x" ; then
14728 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
14734 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
14735 cat >> confdefs.h
<<\EOF
14736 #define wxUSE_LIBTIFF 1
14739 if test "$wxUSE_LIBTIFF" = "yes" ; then
14740 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
14743 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
14744 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
14745 echo "configure:14746: checking for tiffio.h" >&5
14746 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14747 echo $ac_n "(cached) $ac_c" 1>&6
14749 cat > conftest.
$ac_ext <<EOF
14750 #line 14751 "configure"
14751 #include "confdefs.h"
14752 #include <tiffio.h>
14754 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14755 { (eval echo configure
:14756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14756 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14757 if test -z "$ac_err"; then
14759 eval "ac_cv_header_$ac_safe=yes"
14762 echo "configure: failed program was:" >&5
14763 cat conftest.
$ac_ext >&5
14765 eval "ac_cv_header_$ac_safe=no"
14769 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14770 echo "$ac_t""yes" 1>&6
14771 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
14772 echo "configure:14773: checking for TIFFError in -ltiff" >&5
14773 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
14774 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14775 echo $ac_n "(cached) $ac_c" 1>&6
14777 ac_save_LIBS
="$LIBS"
14778 LIBS
="-ltiff -lm $LIBS"
14779 cat > conftest.
$ac_ext <<EOF
14780 #line 14781 "configure"
14781 #include "confdefs.h"
14782 /* Override any gcc2 internal prototype to avoid an error. */
14783 /* We use char because int might match the return type of a gcc2
14784 builtin and then its argument prototype would still apply. */
14791 if { (eval echo configure
:14792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14793 eval "ac_cv_lib_$ac_lib_var=yes"
14795 echo "configure: failed program was:" >&5
14796 cat conftest.
$ac_ext >&5
14798 eval "ac_cv_lib_$ac_lib_var=no"
14801 LIBS
="$ac_save_LIBS"
14804 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14805 echo "$ac_t""yes" 1>&6
14808 echo "$ac_t""no" 1>&6
14812 echo "$ac_t""no" 1>&6
14815 if test "x$TIFF_LINK" = "x" ; then
14816 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
14822 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
14823 cat >> confdefs.h
<<\EOF
14824 #define wxUSE_FREETYPE 1
14827 if test "$wxUSE_FREETYPE" = "yes" ; then
14828 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
14831 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
14832 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
14833 echo "configure:14834: checking for freetype.h" >&5
14834 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14835 echo $ac_n "(cached) $ac_c" 1>&6
14837 cat > conftest.
$ac_ext <<EOF
14838 #line 14839 "configure"
14839 #include "confdefs.h"
14840 #include <freetype.h>
14842 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14843 { (eval echo configure
:14844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14844 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14845 if test -z "$ac_err"; then
14847 eval "ac_cv_header_$ac_safe=yes"
14850 echo "configure: failed program was:" >&5
14851 cat conftest.
$ac_ext >&5
14853 eval "ac_cv_header_$ac_safe=no"
14857 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14858 echo "$ac_t""yes" 1>&6
14859 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
14860 echo "configure:14861: checking for FT_Render_Glyph in -lfreetype" >&5
14861 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
14862 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14863 echo $ac_n "(cached) $ac_c" 1>&6
14865 ac_save_LIBS
="$LIBS"
14866 LIBS
="-lfreetype -lm $LIBS"
14867 cat > conftest.
$ac_ext <<EOF
14868 #line 14869 "configure"
14869 #include "confdefs.h"
14870 /* Override any gcc2 internal prototype to avoid an error. */
14871 /* We use char because int might match the return type of a gcc2
14872 builtin and then its argument prototype would still apply. */
14873 char FT_Render_Glyph();
14879 if { (eval echo configure
:14880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14881 eval "ac_cv_lib_$ac_lib_var=yes"
14883 echo "configure: failed program was:" >&5
14884 cat conftest.
$ac_ext >&5
14886 eval "ac_cv_lib_$ac_lib_var=no"
14889 LIBS
="$ac_save_LIBS"
14892 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14893 echo "$ac_t""yes" 1>&6
14894 FREETYPE_LINK
="-lfreetype"
14896 echo "$ac_t""no" 1>&6
14901 echo "$ac_t""no" 1>&6
14904 if test "x$FREETYPE_LINK" = "x" ; then
14905 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
14910 if test "$wxUSE_OPENGL" = "yes"; then
14911 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
14912 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
14913 echo "configure:14914: checking for GL/gl.h" >&5
14914 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14915 echo $ac_n "(cached) $ac_c" 1>&6
14917 cat > conftest.
$ac_ext <<EOF
14918 #line 14919 "configure"
14919 #include "confdefs.h"
14922 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14923 { (eval echo configure
:14924: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14924 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14925 if test -z "$ac_err"; then
14927 eval "ac_cv_header_$ac_safe=yes"
14930 echo "configure: failed program was:" >&5
14931 cat conftest.
$ac_ext >&5
14933 eval "ac_cv_header_$ac_safe=no"
14937 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14938 echo "$ac_t""yes" 1>&6
14940 cat >> confdefs.h
<<\EOF
14941 #define wxUSE_OPENGL 1
14944 cat >> confdefs.h
<<\EOF
14945 #define wxUSE_GLCANVAS 1
14948 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
14949 echo "configure:14950: checking for glFlush in -lGL" >&5
14950 ac_lib_var
=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
14951 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14952 echo $ac_n "(cached) $ac_c" 1>&6
14954 ac_save_LIBS
="$LIBS"
14956 cat > conftest.
$ac_ext <<EOF
14957 #line 14958 "configure"
14958 #include "confdefs.h"
14959 /* Override any gcc2 internal prototype to avoid an error. */
14960 /* We use char because int might match the return type of a gcc2
14961 builtin and then its argument prototype would still apply. */
14968 if { (eval echo configure
:14969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14970 eval "ac_cv_lib_$ac_lib_var=yes"
14972 echo "configure: failed program was:" >&5
14973 cat conftest.
$ac_ext >&5
14975 eval "ac_cv_lib_$ac_lib_var=no"
14978 LIBS
="$ac_save_LIBS"
14981 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14982 echo "$ac_t""yes" 1>&6
14984 OPENGL_LINK
="-lGL -lGLU"
14987 echo "$ac_t""no" 1>&6
14989 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
14990 echo "configure:14991: checking for glFlush in -lMesaGL" >&5
14991 ac_lib_var
=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
14992 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14993 echo $ac_n "(cached) $ac_c" 1>&6
14995 ac_save_LIBS
="$LIBS"
14996 LIBS
="-lMesaGL $LIBS"
14997 cat > conftest.
$ac_ext <<EOF
14998 #line 14999 "configure"
14999 #include "confdefs.h"
15000 /* Override any gcc2 internal prototype to avoid an error. */
15001 /* We use char because int might match the return type of a gcc2
15002 builtin and then its argument prototype would still apply. */
15009 if { (eval echo configure
:15010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15011 eval "ac_cv_lib_$ac_lib_var=yes"
15013 echo "configure: failed program was:" >&5
15014 cat conftest.
$ac_ext >&5
15016 eval "ac_cv_lib_$ac_lib_var=no"
15019 LIBS
="$ac_save_LIBS"
15022 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15023 echo "$ac_t""yes" 1>&6
15025 OPENGL_LINK
="-lMesaGL -lMesaGLU"
15028 echo "$ac_t""no" 1>&6
15036 echo "$ac_t""no" 1>&6
15043 if test "$wxUSE_GUI" = "yes"; then
15044 cat >> confdefs.h
<<\EOF
15045 #define wxUSE_GUI 1
15050 cat >> confdefs.h
<<\EOF
15051 #define wxUSE_NOGUI 1
15057 if test "$wxUSE_UNIX" = "yes"; then
15058 cat >> confdefs.h
<<\EOF
15059 #define wxUSE_UNIX 1
15065 if test "$wxUSE_APPLE_IEEE" = "yes"; then
15066 cat >> confdefs.h
<<\EOF
15067 #define wxUSE_APPLE_IEEE 1
15072 if test "$wxUSE_TIMER" = "yes"; then
15073 cat >> confdefs.h
<<\EOF
15074 #define wxUSE_TIMER 1
15079 if test "$wxUSE_WAVE" = "yes"; then
15080 cat >> confdefs.h
<<\EOF
15081 #define wxUSE_WAVE 1
15086 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
15087 cat >> confdefs.h
<<\EOF
15088 #define wxUSE_CMDLINE_PARSER 1
15093 if test "$wxUSE_STOPWATCH" = "yes"; then
15094 cat >> confdefs.h
<<\EOF
15095 #define wxUSE_STOPWATCH 1
15100 if test "$wxUSE_DATETIME" = "yes"; then
15101 cat >> confdefs.h
<<\EOF
15102 #define wxUSE_DATETIME 1
15107 if test "$wxUSE_TIMEDATE" = "yes"; then
15108 cat >> confdefs.h
<<\EOF
15109 #define wxUSE_TIMEDATE 1
15114 if test "$wxUSE_FILE" = "yes"; then
15115 cat >> confdefs.h
<<\EOF
15116 #define wxUSE_FILE 1
15121 if test "$wxUSE_FFILE" = "yes"; then
15122 cat >> confdefs.h
<<\EOF
15123 #define wxUSE_FFILE 1
15128 if test "$wxUSE_FILESYSTEM" = "yes"; then
15129 cat >> confdefs.h
<<\EOF
15130 #define wxUSE_FILESYSTEM 1
15135 if test "$wxUSE_FS_INET" = "yes"; then
15136 cat >> confdefs.h
<<\EOF
15137 #define wxUSE_FS_INET 1
15142 if test "$wxUSE_FS_ZIP" = "yes"; then
15143 cat >> confdefs.h
<<\EOF
15144 #define wxUSE_FS_ZIP 1
15149 if test "$wxUSE_ZIPSTREAM" = "yes"; then
15150 cat >> confdefs.h
<<\EOF
15151 #define wxUSE_ZIPSTREAM 1
15156 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
15157 cat >> confdefs.h
<<\EOF
15158 #define wxUSE_ON_FATAL_EXCEPTION 1
15163 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
15164 cat >> confdefs.h
<<\EOF
15165 #define wxUSE_SNGLINST_CHECKER 1
15170 if test "$wxUSE_BUSYINFO" = "yes"; then
15171 cat >> confdefs.h
<<\EOF
15172 #define wxUSE_BUSYINFO 1
15177 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
15178 cat >> confdefs.h
<<\EOF
15179 #define wxUSE_STD_IOSTREAM 1
15184 if test "$wxUSE_TEXTFILE" = "yes"; then
15185 if test "$wxUSE_FILE" != "yes"; then
15186 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
15188 cat >> confdefs.h
<<\EOF
15189 #define wxUSE_TEXTFILE 1
15195 if test "$wxUSE_CONFIG" = "yes" ; then
15196 if test "$wxUSE_TEXTFILE" != "yes"; then
15197 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
15199 cat >> confdefs.h
<<\EOF
15200 #define wxUSE_CONFIG 1
15203 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
15207 if test "$wxUSE_INTL" = "yes" ; then
15208 if test "$wxUSE_FILE" != "yes"; then
15209 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
15211 cat >> confdefs.h
<<\EOF
15212 #define wxUSE_INTL 1
15215 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
15216 GUIDIST
="$GUIDIST INTL_DIST"
15220 if test "$wxUSE_LOG" = "yes"; then
15221 cat >> confdefs.h
<<\EOF
15222 #define wxUSE_LOG 1
15227 if test "$wxUSE_LONGLONG" = "yes"; then
15228 cat >> confdefs.h
<<\EOF
15229 #define wxUSE_LONGLONG 1
15234 if test "$wxUSE_GEOMETRY" = "yes"; then
15235 cat >> confdefs.h
<<\EOF
15236 #define wxUSE_GEOMETRY 1
15241 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
15242 cat >> confdefs.h
<<\EOF
15243 #define wxUSE_DIALUP_MANAGER 1
15246 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
15249 if test "$wxUSE_STREAMS" = "yes" ; then
15250 cat >> confdefs.h
<<\EOF
15251 #define wxUSE_STREAMS 1
15257 if test "$wxUSE_DATETIME" = "yes"; then
15258 for ac_func
in strptime
15260 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15261 echo "configure:15262: checking for $ac_func" >&5
15262 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15263 echo $ac_n "(cached) $ac_c" 1>&6
15265 cat > conftest.
$ac_ext <<EOF
15266 #line 15267 "configure"
15267 #include "confdefs.h"
15268 /* System header to define __stub macros and hopefully few prototypes,
15269 which can conflict with char $ac_func(); below. */
15270 #include <assert.h>
15271 /* Override any gcc2 internal prototype to avoid an error. */
15272 /* We use char because int might match the return type of a gcc2
15273 builtin and then its argument prototype would still apply. */
15278 /* The GNU C library defines this for functions which it implements
15279 to always fail with ENOSYS. Some functions are actually named
15280 something starting with __ and the normal name is an alias. */
15281 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15289 if { (eval echo configure
:15290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15291 eval "ac_cv_func_$ac_func=yes"
15293 echo "configure: failed program was:" >&5
15294 cat conftest.
$ac_ext >&5
15296 eval "ac_cv_func_$ac_func=no"
15301 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15302 echo "$ac_t""yes" 1>&6
15303 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15304 cat >> confdefs.h
<<EOF
15305 #define $ac_tr_func 1
15309 echo "$ac_t""no" 1>&6
15314 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
15315 echo "configure:15316: checking for timezone variable in <time.h>" >&5
15316 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
15317 echo $ac_n "(cached) $ac_c" 1>&6
15320 cat > conftest.
$ac_ext <<EOF
15321 #line 15322 "configure"
15322 #include "confdefs.h"
15333 if { (eval echo configure
:15334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15336 wx_cv_var_timezone
=__timezone
15339 echo "configure: failed program was:" >&5
15340 cat conftest.
$ac_ext >&5
15343 cat > conftest.
$ac_ext <<EOF
15344 #line 15345 "configure"
15345 #include "confdefs.h"
15356 if { (eval echo configure
:15357: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15359 wx_cv_var_timezone
=_timezone
15362 echo "configure: failed program was:" >&5
15363 cat conftest.
$ac_ext >&5
15366 cat > conftest.
$ac_ext <<EOF
15367 #line 15368 "configure"
15368 #include "confdefs.h"
15379 if { (eval echo configure
:15380: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15382 wx_cv_var_timezone
=timezone
15385 echo "configure: failed program was:" >&5
15386 cat conftest.
$ac_ext >&5
15388 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
15404 echo "$ac_t""$wx_cv_var_timezone" 1>&6
15406 cat >> confdefs.h
<<EOF
15407 #define WX_TIMEZONE $wx_cv_var_timezone
15411 for ac_func
in localtime
15413 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15414 echo "configure:15415: checking for $ac_func" >&5
15415 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15416 echo $ac_n "(cached) $ac_c" 1>&6
15418 cat > conftest.
$ac_ext <<EOF
15419 #line 15420 "configure"
15420 #include "confdefs.h"
15421 /* System header to define __stub macros and hopefully few prototypes,
15422 which can conflict with char $ac_func(); below. */
15423 #include <assert.h>
15424 /* Override any gcc2 internal prototype to avoid an error. */
15425 /* We use char because int might match the return type of a gcc2
15426 builtin and then its argument prototype would still apply. */
15431 /* The GNU C library defines this for functions which it implements
15432 to always fail with ENOSYS. Some functions are actually named
15433 something starting with __ and the normal name is an alias. */
15434 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15442 if { (eval echo configure
:15443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15444 eval "ac_cv_func_$ac_func=yes"
15446 echo "configure: failed program was:" >&5
15447 cat conftest.
$ac_ext >&5
15449 eval "ac_cv_func_$ac_func=no"
15454 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15455 echo "$ac_t""yes" 1>&6
15456 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15457 cat >> confdefs.h
<<EOF
15458 #define $ac_tr_func 1
15462 echo "$ac_t""no" 1>&6
15467 if test "$ac_cv_func_localtime" = "yes"; then
15468 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
15469 echo "configure:15470: checking for tm_gmtoff in struct tm" >&5
15470 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
15471 echo $ac_n "(cached) $ac_c" 1>&6
15474 cat > conftest.
$ac_ext <<EOF
15475 #line 15476 "configure"
15476 #include "confdefs.h"
15487 if { (eval echo configure
:15488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15490 wx_cv_struct_tm_has_gmtoff
=yes
15493 echo "configure: failed program was:" >&5
15494 cat conftest.
$ac_ext >&5
15496 wx_cv_struct_tm_has_gmtoff
=no
15503 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
15506 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
15507 cat >> confdefs.h
<<\EOF
15508 #define WX_GMTOFF_IN_TM 1
15513 for ac_func
in gettimeofday ftime
15515 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15516 echo "configure:15517: checking for $ac_func" >&5
15517 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15518 echo $ac_n "(cached) $ac_c" 1>&6
15520 cat > conftest.
$ac_ext <<EOF
15521 #line 15522 "configure"
15522 #include "confdefs.h"
15523 /* System header to define __stub macros and hopefully few prototypes,
15524 which can conflict with char $ac_func(); below. */
15525 #include <assert.h>
15526 /* Override any gcc2 internal prototype to avoid an error. */
15527 /* We use char because int might match the return type of a gcc2
15528 builtin and then its argument prototype would still apply. */
15533 /* The GNU C library defines this for functions which it implements
15534 to always fail with ENOSYS. Some functions are actually named
15535 something starting with __ and the normal name is an alias. */
15536 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15544 if { (eval echo configure
:15545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15546 eval "ac_cv_func_$ac_func=yes"
15548 echo "configure: failed program was:" >&5
15549 cat conftest.
$ac_ext >&5
15551 eval "ac_cv_func_$ac_func=no"
15556 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15557 echo "$ac_t""yes" 1>&6
15558 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15559 cat >> confdefs.h
<<EOF
15560 #define $ac_tr_func 1
15564 echo "$ac_t""no" 1>&6
15569 if test "$ac_cv_func_gettimeofday" = "yes"; then
15570 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
15571 echo "configure:15572: checking whether gettimeofday takes two arguments" >&5
15572 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
15573 echo $ac_n "(cached) $ac_c" 1>&6
15578 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15579 ac_cpp
='$CXXCPP $CPPFLAGS'
15580 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15581 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15582 cross_compiling
=$ac_cv_prog_cxx_cross
15585 cat > conftest.
$ac_ext <<EOF
15586 #line 15587 "configure"
15587 #include "confdefs.h"
15589 #include <sys/time.h>
15590 #include <unistd.h>
15595 struct timezone tz;
15596 gettimeofday(&tv, &tz);
15600 if { (eval echo configure
:15601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15602 wx_cv_func_gettimeofday_has_2_args
=yes
15604 echo "configure: failed program was:" >&5
15605 cat conftest.
$ac_ext >&5
15607 cat > conftest.
$ac_ext <<EOF
15608 #line 15609 "configure"
15609 #include "confdefs.h"
15611 #include <sys/time.h>
15612 #include <unistd.h>
15621 if { (eval echo configure
:15622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15623 wx_cv_func_gettimeofday_has_2_args
=no
15625 echo "configure: failed program was:" >&5
15626 cat conftest.
$ac_ext >&5
15628 wx_cv_func_gettimeofday_has_2_args
=unknown
15636 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15637 ac_cpp
='$CPP $CPPFLAGS'
15638 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15639 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15640 cross_compiling
=$ac_cv_prog_cc_cross
15645 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
15647 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
15648 cat >> confdefs.h
<<\EOF
15649 #define WX_GETTIMEOFDAY_NO_TZ 1
15655 cat >> confdefs.h
<<\EOF
15656 #define wxUSE_TIMEDATE 1
15659 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
15663 if test "$TOOLKIT" != "MSW"; then
15665 if test "$wxUSE_SOCKETS" = "yes"; then
15666 echo $ac_n "checking for socket""... $ac_c" 1>&6
15667 echo "configure:15668: checking for socket" >&5
15668 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
15669 echo $ac_n "(cached) $ac_c" 1>&6
15671 cat > conftest.
$ac_ext <<EOF
15672 #line 15673 "configure"
15673 #include "confdefs.h"
15674 /* System header to define __stub macros and hopefully few prototypes,
15675 which can conflict with char socket(); below. */
15676 #include <assert.h>
15677 /* Override any gcc2 internal prototype to avoid an error. */
15678 /* We use char because int might match the return type of a gcc2
15679 builtin and then its argument prototype would still apply. */
15684 /* The GNU C library defines this for functions which it implements
15685 to always fail with ENOSYS. Some functions are actually named
15686 something starting with __ and the normal name is an alias. */
15687 #if defined (__stub_socket) || defined (__stub___socket)
15695 if { (eval echo configure
:15696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15697 eval "ac_cv_func_socket=yes"
15699 echo "configure: failed program was:" >&5
15700 cat conftest.
$ac_ext >&5
15702 eval "ac_cv_func_socket=no"
15707 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
15708 echo "$ac_t""yes" 1>&6
15711 echo "$ac_t""no" 1>&6
15712 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
15713 echo "configure:15714: checking for socket in -lsocket" >&5
15714 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
15715 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15716 echo $ac_n "(cached) $ac_c" 1>&6
15718 ac_save_LIBS
="$LIBS"
15719 LIBS
="-lsocket $LIBS"
15720 cat > conftest.
$ac_ext <<EOF
15721 #line 15722 "configure"
15722 #include "confdefs.h"
15723 /* Override any gcc2 internal prototype to avoid an error. */
15724 /* We use char because int might match the return type of a gcc2
15725 builtin and then its argument prototype would still apply. */
15732 if { (eval echo configure
:15733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15734 eval "ac_cv_lib_$ac_lib_var=yes"
15736 echo "configure: failed program was:" >&5
15737 cat conftest.
$ac_ext >&5
15739 eval "ac_cv_lib_$ac_lib_var=no"
15742 LIBS
="$ac_save_LIBS"
15745 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15746 echo "$ac_t""yes" 1>&6
15747 INET_LINK
="$INET_LINK -lsocket"
15749 echo "$ac_t""no" 1>&6
15751 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
15763 if test "$wxUSE_SOCKETS" = "yes" ; then
15764 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
15765 echo "configure:15766: checking what is the type of the third argument of getsockname" >&5
15766 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
15767 echo $ac_n "(cached) $ac_c" 1>&6
15772 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15773 ac_cpp
='$CXXCPP $CPPFLAGS'
15774 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15775 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15776 cross_compiling
=$ac_cv_prog_cxx_cross
15779 cat > conftest.
$ac_ext <<EOF
15780 #line 15781 "configure"
15781 #include "confdefs.h"
15783 #include <sys/types.h>
15784 #include <sys/socket.h>
15789 getsockname(0, 0, &len);
15793 if { (eval echo configure
:15794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15795 wx_cv_type_getsockname3
=socklen_t
15797 echo "configure: failed program was:" >&5
15798 cat conftest.
$ac_ext >&5
15800 cat > conftest.
$ac_ext <<EOF
15801 #line 15802 "configure"
15802 #include "confdefs.h"
15804 #include <sys/types.h>
15805 #include <sys/socket.h>
15810 getsockname(0, 0, &len);
15814 if { (eval echo configure
:15815: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15816 wx_cv_type_getsockname3
=size_t
15818 echo "configure: failed program was:" >&5
15819 cat conftest.
$ac_ext >&5
15821 cat > conftest.
$ac_ext <<EOF
15822 #line 15823 "configure"
15823 #include "confdefs.h"
15825 #include <sys/types.h>
15826 #include <sys/socket.h>
15831 getsockname(0, 0, &len);
15835 if { (eval echo configure
:15836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15837 wx_cv_type_getsockname3
=int
15839 echo "configure: failed program was:" >&5
15840 cat conftest.
$ac_ext >&5
15842 wx_cv_type_getsockname3
=unknown
15854 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15855 ac_cpp
='$CPP $CPPFLAGS'
15856 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15857 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15858 cross_compiling
=$ac_cv_prog_cc_cross
15863 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
15865 if test "$wx_cv_type_getsockname3" = "unknown"; then
15867 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
15869 cat >> confdefs.h
<<EOF
15870 #define SOCKLEN_T $wx_cv_type_getsockname3
15878 if test "$wxUSE_SOCKETS" = "yes" ; then
15879 cat >> confdefs.h
<<\EOF
15880 #define wxUSE_SOCKETS 1
15883 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
15884 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS protocol"
15888 if test "$wxUSE_GUI" = "yes"; then
15890 if test "$TOOLKIT" != "MSW"; then
15892 if test "$wxUSE_JOYSTICK" = "yes"; then
15893 for ac_hdr
in linux
/joystick.h
15895 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15896 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15897 echo "configure:15898: checking for $ac_hdr" >&5
15898 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15899 echo $ac_n "(cached) $ac_c" 1>&6
15901 cat > conftest.
$ac_ext <<EOF
15902 #line 15903 "configure"
15903 #include "confdefs.h"
15906 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15907 { (eval echo configure
:15908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15908 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15909 if test -z "$ac_err"; then
15911 eval "ac_cv_header_$ac_safe=yes"
15914 echo "configure: failed program was:" >&5
15915 cat conftest.
$ac_ext >&5
15917 eval "ac_cv_header_$ac_safe=no"
15921 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15922 echo "$ac_t""yes" 1>&6
15923 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15924 cat >> confdefs.h
<<EOF
15925 #define $ac_tr_hdr 1
15929 echo "$ac_t""no" 1>&6
15933 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
15935 echo "configure: warning: Joystick not supported by this system" 1>&2
15941 if test "$wxUSE_JOYSTICK" = "yes"; then
15942 cat >> confdefs.h
<<\EOF
15943 #define wxUSE_JOYSTICK 1
15946 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
15952 if test "$TOOLKIT" != "MSW"; then
15956 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
15957 if test "$USE_MAC" = 1; then
15960 for ac_func
in dlopen
15962 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15963 echo "configure:15964: checking for $ac_func" >&5
15964 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15965 echo $ac_n "(cached) $ac_c" 1>&6
15967 cat > conftest.
$ac_ext <<EOF
15968 #line 15969 "configure"
15969 #include "confdefs.h"
15970 /* System header to define __stub macros and hopefully few prototypes,
15971 which can conflict with char $ac_func(); below. */
15972 #include <assert.h>
15973 /* Override any gcc2 internal prototype to avoid an error. */
15974 /* We use char because int might match the return type of a gcc2
15975 builtin and then its argument prototype would still apply. */
15980 /* The GNU C library defines this for functions which it implements
15981 to always fail with ENOSYS. Some functions are actually named
15982 something starting with __ and the normal name is an alias. */
15983 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15991 if { (eval echo configure
:15992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15993 eval "ac_cv_func_$ac_func=yes"
15995 echo "configure: failed program was:" >&5
15996 cat conftest.
$ac_ext >&5
15998 eval "ac_cv_func_$ac_func=no"
16003 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16004 echo "$ac_t""yes" 1>&6
16005 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16006 cat >> confdefs.h
<<EOF
16007 #define $ac_tr_func 1
16010 cat >> confdefs.h
<<\EOF
16011 #define HAVE_DLOPEN 1
16017 echo "$ac_t""no" 1>&6
16018 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
16019 echo "configure:16020: checking for dlopen in -ldl" >&5
16020 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
16021 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16022 echo $ac_n "(cached) $ac_c" 1>&6
16024 ac_save_LIBS
="$LIBS"
16026 cat > conftest.
$ac_ext <<EOF
16027 #line 16028 "configure"
16028 #include "confdefs.h"
16029 /* Override any gcc2 internal prototype to avoid an error. */
16030 /* We use char because int might match the return type of a gcc2
16031 builtin and then its argument prototype would still apply. */
16038 if { (eval echo configure
:16039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16040 eval "ac_cv_lib_$ac_lib_var=yes"
16042 echo "configure: failed program was:" >&5
16043 cat conftest.
$ac_ext >&5
16045 eval "ac_cv_lib_$ac_lib_var=no"
16048 LIBS
="$ac_save_LIBS"
16051 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16052 echo "$ac_t""yes" 1>&6
16054 cat >> confdefs.h
<<\EOF
16055 #define HAVE_DLOPEN 1
16062 echo "$ac_t""no" 1>&6
16064 for ac_func
in shl_load
16066 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16067 echo "configure:16068: checking for $ac_func" >&5
16068 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16069 echo $ac_n "(cached) $ac_c" 1>&6
16071 cat > conftest.
$ac_ext <<EOF
16072 #line 16073 "configure"
16073 #include "confdefs.h"
16074 /* System header to define __stub macros and hopefully few prototypes,
16075 which can conflict with char $ac_func(); below. */
16076 #include <assert.h>
16077 /* Override any gcc2 internal prototype to avoid an error. */
16078 /* We use char because int might match the return type of a gcc2
16079 builtin and then its argument prototype would still apply. */
16084 /* The GNU C library defines this for functions which it implements
16085 to always fail with ENOSYS. Some functions are actually named
16086 something starting with __ and the normal name is an alias. */
16087 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16095 if { (eval echo configure
:16096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16097 eval "ac_cv_func_$ac_func=yes"
16099 echo "configure: failed program was:" >&5
16100 cat conftest.
$ac_ext >&5
16102 eval "ac_cv_func_$ac_func=no"
16107 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16108 echo "$ac_t""yes" 1>&6
16109 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16110 cat >> confdefs.h
<<EOF
16111 #define $ac_tr_func 1
16114 cat >> confdefs.h
<<\EOF
16115 #define HAVE_SHL_LOAD 1
16121 echo "$ac_t""no" 1>&6
16122 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
16123 echo "configure:16124: checking for dld in -lshl_load" >&5
16124 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
16125 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16126 echo $ac_n "(cached) $ac_c" 1>&6
16128 ac_save_LIBS
="$LIBS"
16129 LIBS
="-lshl_load $LIBS"
16130 cat > conftest.
$ac_ext <<EOF
16131 #line 16132 "configure"
16132 #include "confdefs.h"
16133 /* Override any gcc2 internal prototype to avoid an error. */
16134 /* We use char because int might match the return type of a gcc2
16135 builtin and then its argument prototype would still apply. */
16142 if { (eval echo configure
:16143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16144 eval "ac_cv_lib_$ac_lib_var=yes"
16146 echo "configure: failed program was:" >&5
16147 cat conftest.
$ac_ext >&5
16149 eval "ac_cv_lib_$ac_lib_var=no"
16152 LIBS
="$ac_save_LIBS"
16155 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16156 echo "$ac_t""yes" 1>&6
16162 echo "$ac_t""no" 1>&6
16177 if test "$HAVE_DL_FUNCS" = 1; then
16178 for ac_func
in dlerror
16180 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16181 echo "configure:16182: checking for $ac_func" >&5
16182 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16183 echo $ac_n "(cached) $ac_c" 1>&6
16185 cat > conftest.
$ac_ext <<EOF
16186 #line 16187 "configure"
16187 #include "confdefs.h"
16188 /* System header to define __stub macros and hopefully few prototypes,
16189 which can conflict with char $ac_func(); below. */
16190 #include <assert.h>
16191 /* Override any gcc2 internal prototype to avoid an error. */
16192 /* We use char because int might match the return type of a gcc2
16193 builtin and then its argument prototype would still apply. */
16198 /* The GNU C library defines this for functions which it implements
16199 to always fail with ENOSYS. Some functions are actually named
16200 something starting with __ and the normal name is an alias. */
16201 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16209 if { (eval echo configure
:16210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16211 eval "ac_cv_func_$ac_func=yes"
16213 echo "configure: failed program was:" >&5
16214 cat conftest.
$ac_ext >&5
16216 eval "ac_cv_func_$ac_func=no"
16221 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16222 echo "$ac_t""yes" 1>&6
16223 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16224 cat >> confdefs.h
<<EOF
16225 #define $ac_tr_func 1
16227 cat >> confdefs.h
<<\EOF
16228 #define HAVE_DLERROR 1
16232 echo "$ac_t""no" 1>&6
16233 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
16234 echo "configure:16235: checking for dlerror in -ldl" >&5
16235 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
16236 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16237 echo $ac_n "(cached) $ac_c" 1>&6
16239 ac_save_LIBS
="$LIBS"
16241 cat > conftest.
$ac_ext <<EOF
16242 #line 16243 "configure"
16243 #include "confdefs.h"
16244 /* Override any gcc2 internal prototype to avoid an error. */
16245 /* We use char because int might match the return type of a gcc2
16246 builtin and then its argument prototype would still apply. */
16253 if { (eval echo configure
:16254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16255 eval "ac_cv_lib_$ac_lib_var=yes"
16257 echo "configure: failed program was:" >&5
16258 cat conftest.
$ac_ext >&5
16260 eval "ac_cv_lib_$ac_lib_var=no"
16263 LIBS
="$ac_save_LIBS"
16266 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16267 echo "$ac_t""yes" 1>&6
16268 cat >> confdefs.h
<<\EOF
16269 #define HAVE_DLERROR 1
16273 echo "$ac_t""no" 1>&6
16282 if test "$HAVE_DL_FUNCS" = 0; then
16283 if test "$HAVE_SHL_FUNCS" = 0; then
16284 if test "$USE_UNIX" = 1; then
16285 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
16286 wxUSE_DYNLIB_CLASS
=no
16288 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
16296 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
16297 cat >> confdefs.h
<<\EOF
16298 #define wxUSE_DYNLIB_CLASS 1
16307 if test "$wxUSE_FONTMAP" = "yes" ; then
16308 cat >> confdefs.h
<<\EOF
16309 #define wxUSE_FONTMAP 1
16314 if test "$wxUSE_UNICODE" = "yes" ; then
16315 cat >> confdefs.h
<<\EOF
16316 #define wxUSE_UNICODE 1
16321 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
16322 cat >> confdefs.h
<<\EOF
16323 #define wxUSE_WCSRTOMBS 1
16328 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
16329 cat >> confdefs.h
<<\EOF
16330 #define wxUSE_EXPERIMENTAL_PRINTF 1
16336 if test "$wxUSE_SERIAL" = "yes" ; then
16337 cat >> confdefs.h
<<\EOF
16338 #define wxUSE_SERIAL 1
16345 if test "$wxUSE_ODBC" = "yes" ; then
16346 cat >> confdefs.h
<<\EOF
16347 #define wxUSE_ODBC 1
16350 WXODBCFLAG
="-D_IODBC_"
16351 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
16355 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
16356 cat >> confdefs.h
<<\EOF
16357 #define wxUSE_POSTSCRIPT 1
16362 cat >> confdefs.h
<<\EOF
16363 #define wxUSE_AFM_FOR_POSTSCRIPT 1
16367 cat >> confdefs.h
<<\EOF
16368 #define wxUSE_NORMALIZED_PS_FONTS 1
16373 if test "$wxUSE_CONSTRAINTS" = "yes"; then
16374 cat >> confdefs.h
<<\EOF
16375 #define wxUSE_CONSTRAINTS 1
16378 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
16381 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
16382 cat >> confdefs.h
<<\EOF
16383 #define wxUSE_MDI_ARCHITECTURE 1
16386 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
16389 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
16390 cat >> confdefs.h
<<\EOF
16391 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
16394 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
16395 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
16396 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
16400 if test "$wxUSE_HELP" = "yes"; then
16401 cat >> confdefs.h
<<\EOF
16402 #define wxUSE_HELP 1
16405 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
16408 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
16409 if test "$wxUSE_CONSTRAINTS" != "yes"; then
16410 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
16412 cat >> confdefs.h
<<\EOF
16413 #define wxUSE_PRINTING_ARCHITECTURE 1
16417 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
16420 if test "$wxUSE_PROLOGIO" = "yes" ; then
16421 cat >> confdefs.h
<<\EOF
16422 #define wxUSE_PROLOGIO 1
16427 if test "$wxUSE_RESOURCES" = "yes" ; then
16428 if test "$wxUSE_PROLOGIO" = "yes" ; then
16429 cat >> confdefs.h
<<\EOF
16430 #define wxUSE_RESOURCES 1
16433 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
16435 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
16439 if test "$wxUSE_X_RESOURCES" = "yes"; then
16440 cat >> confdefs.h
<<\EOF
16441 #define wxUSE_X_RESOURCES 1
16447 if test "$wxUSE_IPC" = "yes"; then
16448 if test "$wxUSE_SOCKETS" != "yes"; then
16449 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
16452 cat >> confdefs.h
<<\EOF
16453 #define wxUSE_IPC 1
16458 if test "$wxUSE_CLIPBOARD" = "yes"; then
16459 cat >> confdefs.h
<<\EOF
16460 #define wxUSE_CLIPBOARD 1
16463 cat >> confdefs.h
<<\EOF
16464 #define wxUSE_DATAOBJ 1
16469 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
16470 if test "$wxUSE_GTK" = 1; then
16471 if test "$WXGTK12" != 1; then
16472 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
16473 wxUSE_DRAG_AND_DROP
=no
16477 if test "$wxUSE_MOTIF" = 1; then
16478 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
16479 wxUSE_DRAG_AND_DROP
=no
16482 if test "$wxUSE_MAC" = 1; then
16483 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
16484 wxUSE_DRAG_AND_DROP
=no
16487 if test "$USE_WIN32" = 1; then
16489 for ac_hdr
in ole2.h
16491 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16492 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16493 echo "configure:16494: checking for $ac_hdr" >&5
16494 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16495 echo $ac_n "(cached) $ac_c" 1>&6
16497 cat > conftest.
$ac_ext <<EOF
16498 #line 16499 "configure"
16499 #include "confdefs.h"
16502 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16503 { (eval echo configure
:16504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16504 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16505 if test -z "$ac_err"; then
16507 eval "ac_cv_header_$ac_safe=yes"
16510 echo "configure: failed program was:" >&5
16511 cat conftest.
$ac_ext >&5
16513 eval "ac_cv_header_$ac_safe=no"
16517 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16518 echo "$ac_t""yes" 1>&6
16519 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16520 cat >> confdefs.h
<<EOF
16521 #define $ac_tr_hdr 1
16525 echo "$ac_t""no" 1>&6
16530 if test "$ac_cv_header_ole2_h" = "yes" ; then
16531 if test "$GCC" = yes ; then
16532 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
16533 ALL_DEPFILES
="$ALL_DEPFILES \$(OLEDEPS)"
16534 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
16535 LIBS
="$LIBS -lole32 -luuid"
16537 if test "$wxUSE_METAFILE" = "yes"; then
16538 cat >> confdefs.h
<<\EOF
16539 #define wxUSE_METAFILE 1
16542 cat >> confdefs.h
<<\EOF
16543 #define wxUSE_ENH_METAFILE 1
16549 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
16550 wxUSE_DRAG_AND_DROP
=no
16554 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
16555 cat >> confdefs.h
<<\EOF
16556 #define wxUSE_DRAG_AND_DROP 1
16559 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
16564 if test "$wxUSE_SPLINES" = "yes" ; then
16565 cat >> confdefs.h
<<\EOF
16566 #define wxUSE_SPLINES 1
16573 if test "$wxUSE_CONTROLS" = "yes"; then
16577 if test "$wxUSE_ACCEL" = "yes"; then
16578 cat >> confdefs.h
<<\EOF
16579 #define wxUSE_ACCEL 1
16585 if test "$wxUSE_BUTTON" = "yes"; then
16586 cat >> confdefs.h
<<\EOF
16587 #define wxUSE_BUTTON 1
16593 if test "$wxUSE_BMPBUTTON" = "yes"; then
16594 cat >> confdefs.h
<<\EOF
16595 #define wxUSE_BMPBUTTON 1
16601 if test "$wxUSE_CALCTRL" = "yes"; then
16602 cat >> confdefs.h
<<\EOF
16603 #define wxUSE_CALENDARCTRL 1
16607 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
16610 if test "$wxUSE_CARET" = "yes"; then
16611 cat >> confdefs.h
<<\EOF
16612 #define wxUSE_CARET 1
16616 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
16619 if test "$wxUSE_COMBOBOX" = "yes"; then
16620 cat >> confdefs.h
<<\EOF
16621 #define wxUSE_COMBOBOX 1
16627 if test "$wxUSE_CHOICE" = "yes"; then
16628 cat >> confdefs.h
<<\EOF
16629 #define wxUSE_CHOICE 1
16635 if test "$wxUSE_CHECKBOX" = "yes"; then
16636 cat >> confdefs.h
<<\EOF
16637 #define wxUSE_CHECKBOX 1
16643 if test "$wxUSE_CHECKLST" = "yes"; then
16644 cat >> confdefs.h
<<\EOF
16645 #define wxUSE_CHECKLISTBOX 1
16649 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
16652 if test "$wxUSE_GAUGE" = "yes"; then
16653 cat >> confdefs.h
<<\EOF
16654 #define wxUSE_GAUGE 1
16660 if test "$wxUSE_NEW_GRID" = "yes"; then
16662 cat >> confdefs.h
<<\EOF
16663 #define wxUSE_NEW_GRID 1
16667 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
16670 if test "$wxUSE_GRID" = "yes"; then
16671 cat >> confdefs.h
<<\EOF
16672 #define wxUSE_GRID 1
16676 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
16679 if test "$wxUSE_IMAGLIST" = "yes"; then
16680 cat >> confdefs.h
<<\EOF
16681 #define wxUSE_IMAGLIST 1
16686 if test "$wxUSE_LISTBOX" = "yes"; then
16687 cat >> confdefs.h
<<\EOF
16688 #define wxUSE_LISTBOX 1
16694 if test "$wxUSE_LISTCTRL" = "yes"; then
16695 if test "$wxUSE_IMAGLIST" = "yes"; then
16696 cat >> confdefs.h
<<\EOF
16697 #define wxUSE_LISTCTRL 1
16701 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
16703 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
16707 if test "$wxUSE_NOTEBOOK" = "yes"; then
16708 cat >> confdefs.h
<<\EOF
16709 #define wxUSE_NOTEBOOK 1
16713 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
16716 if test "$wxUSE_RADIOBOX" = "yes"; then
16717 cat >> confdefs.h
<<\EOF
16718 #define wxUSE_RADIOBOX 1
16724 if test "$wxUSE_RADIOBTN" = "yes"; then
16725 cat >> confdefs.h
<<\EOF
16726 #define wxUSE_RADIOBTN 1
16732 if test "$wxUSE_SASH" = "yes"; then
16733 cat >> confdefs.h
<<\EOF
16734 #define wxUSE_SASH 1
16737 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
16740 if test "$wxUSE_SCROLLBAR" = "yes"; then
16741 cat >> confdefs.h
<<\EOF
16742 #define wxUSE_SCROLLBAR 1
16746 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
16749 if test "$wxUSE_SLIDER" = "yes"; then
16750 cat >> confdefs.h
<<\EOF
16751 #define wxUSE_SLIDER 1
16757 if test "$wxUSE_SPINBTN" = "yes"; then
16758 cat >> confdefs.h
<<\EOF
16759 #define wxUSE_SPINBTN 1
16765 if test "$wxUSE_SPINCTRL" = "yes"; then
16766 cat >> confdefs.h
<<\EOF
16767 #define wxUSE_SPINCTRL 1
16773 if test "$wxUSE_SPLITTER" = "yes"; then
16774 cat >> confdefs.h
<<\EOF
16775 #define wxUSE_SPLITTER 1
16778 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
16781 if test "$wxUSE_STATBMP" = "yes"; then
16782 cat >> confdefs.h
<<\EOF
16783 #define wxUSE_STATBMP 1
16789 if test "$wxUSE_STATBOX" = "yes"; then
16790 cat >> confdefs.h
<<\EOF
16791 #define wxUSE_STATBOX 1
16797 if test "$wxUSE_STATTEXT" = "yes"; then
16798 cat >> confdefs.h
<<\EOF
16799 #define wxUSE_STATTEXT 1
16805 if test "$wxUSE_STATLINE" = "yes"; then
16806 if test "$wxUSE_WINE" = 1 ; then
16807 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
16809 cat >> confdefs.h
<<\EOF
16810 #define wxUSE_STATLINE 1
16817 if test "$wxUSE_STATUSBAR" = "yes"; then
16818 cat >> confdefs.h
<<\EOF
16819 #define wxUSE_STATUSBAR 1
16824 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
16827 if test "$wxUSE_TABDIALOG" = "yes"; then
16828 cat >> confdefs.h
<<\EOF
16829 #define wxUSE_TAB_DIALOG 1
16832 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
16835 if test "$wxUSE_TEXTCTRL" = "yes"; then
16836 cat >> confdefs.h
<<\EOF
16837 #define wxUSE_TEXTCTRL 1
16841 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
16844 if test "$wxUSE_TOGGLEBTN" = "yes"; then
16845 if test "$wxUSE_MAC" = 1; then
16846 echo "configure: warning: Toggle button is not yet supported under Mac OS X" 1>&2
16850 if test "$wxUSE_TOGGLEBTN" = "yes"; then
16851 cat >> confdefs.h
<<\EOF
16852 #define wxUSE_TOGGLEBTN 1
16859 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
16860 cat >> confdefs.h
<<\EOF
16861 #define wxUSE_TOOLBAR_SIMPLE 1
16864 wxUSE_TOOLBAR
="yes"
16868 if test "$wxUSE_TOOLBAR" = "yes"; then
16869 cat >> confdefs.h
<<\EOF
16870 #define wxUSE_TOOLBAR 1
16875 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
16876 wxUSE_TOOLBAR_NATIVE
="yes"
16879 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
16880 cat >> confdefs.h
<<\EOF
16881 #define wxUSE_TOOLBAR_NATIVE 1
16887 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
16890 if test "$wxUSE_TOOLTIPS" = "yes"; then
16891 if test "$wxUSE_MOTIF" = 1; then
16892 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
16894 if test "$wxUSE_WINE" = 1; then
16895 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
16897 cat >> confdefs.h
<<\EOF
16898 #define wxUSE_TOOLTIPS 1
16905 if test "$wxUSE_TREECTRL" = "yes"; then
16906 if test "$wxUSE_IMAGLIST" = "yes"; then
16907 cat >> confdefs.h
<<\EOF
16908 #define wxUSE_TREECTRL 1
16912 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
16914 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
16918 if test "$USES_CONTROLS" = 1; then
16919 cat >> confdefs.h
<<\EOF
16920 #define wxUSE_CONTROLS 1
16927 if test "$wxUSE_MENUS" = "yes"; then
16928 cat >> confdefs.h
<<\EOF
16929 #define wxUSE_MENUS 1
16932 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
16935 if test "$wxUSE_METAFILE" = "yes"; then
16936 cat >> confdefs.h
<<\EOF
16937 #define wxUSE_METAFILE 1
16942 if test "$wxUSE_MIMETYPE" = "yes"; then
16943 cat >> confdefs.h
<<\EOF
16944 #define wxUSE_MIMETYPE 1
16949 if test "$wxUSE_MINIFRAME" = "yes"; then
16950 cat >> confdefs.h
<<\EOF
16951 #define wxUSE_MINIFRAME 1
16954 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
16957 if test "$wxUSE_HTML" = "yes"; then
16958 cat >> confdefs.h
<<\EOF
16959 #define wxUSE_HTML 1
16962 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
16963 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS html"
16966 if test "$wxUSE_VALIDATORS" = "yes"; then
16967 cat >> confdefs.h
<<\EOF
16968 #define wxUSE_VALIDATORS 1
16971 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
16974 if test "$wxUSE_IMAGE" = "yes" ; then
16975 cat >> confdefs.h
<<\EOF
16976 #define wxUSE_IMAGE 1
16981 if test "$wxUSE_GIF" = "yes" ; then
16982 cat >> confdefs.h
<<\EOF
16983 #define wxUSE_GIF 1
16988 if test "$wxUSE_PCX" = "yes" ; then
16989 cat >> confdefs.h
<<\EOF
16990 #define wxUSE_PCX 1
16995 if test "$wxUSE_PNM" = "yes" ; then
16996 cat >> confdefs.h
<<\EOF
16997 #define wxUSE_PNM 1
17002 if test "$wxUSE_XPM" = "yes" ; then
17003 cat >> confdefs.h
<<\EOF
17004 #define wxUSE_XPM 1
17010 if test "$wxUSE_CHOICEDLG" = "yes"; then
17011 cat >> confdefs.h
<<\EOF
17012 #define wxUSE_CHOICEDLG 1
17017 if test "$wxUSE_COLOURDLG" = "yes"; then
17018 cat >> confdefs.h
<<\EOF
17019 #define wxUSE_COLOURDLG 1
17024 if test "$wxUSE_FILEDLG" = "yes"; then
17025 cat >> confdefs.h
<<\EOF
17026 #define wxUSE_FILEDLG 1
17031 if test "$wxUSE_FONTDLG" = "yes"; then
17032 cat >> confdefs.h
<<\EOF
17033 #define wxUSE_FONTDLG 1
17038 if test "$wxUSE_DIRDLG" = "yes"; then
17039 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17040 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
17042 if test "$wxUSE_TREECTRL" != "yes"; then
17043 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
17045 cat >> confdefs.h
<<\EOF
17046 #define wxUSE_DIRDLG 1
17053 if test "$wxUSE_MSGDLG" = "yes"; then
17054 cat >> confdefs.h
<<\EOF
17055 #define wxUSE_MSGDLG 1
17060 if test "$wxUSE_NUMBERDLG" = "yes"; then
17061 cat >> confdefs.h
<<\EOF
17062 #define wxUSE_NUMBERDLG 1
17067 if test "$wxUSE_PROGRESSDLG" = "yes"; then
17068 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17069 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
17071 cat >> confdefs.h
<<\EOF
17072 #define wxUSE_PROGRESSDLG 1
17078 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
17079 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17080 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
17082 cat >> confdefs.h
<<\EOF
17083 #define wxUSE_STARTUP_TIPS 1
17089 if test "$wxUSE_TEXTDLG" = "yes"; then
17090 cat >> confdefs.h
<<\EOF
17091 #define wxUSE_TEXTDLG 1
17097 if test "$cross_compiling" = "yes"; then
17100 OSINFO
=`uname -s -r -m`
17101 OSINFO
="\"$OSINFO\""
17104 cat >> confdefs.h
<<EOF
17105 #define WXWIN_OS_DESCRIPTION $OSINFO
17110 GUILIBS
="$GUI_TK_LIBRARY $TOOLKIT_LINK"
17111 OPENGL_LIBS
="$OPENGL_LINK"
17113 EXTRA_LIBS
="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
17114 if test "$USE_MAC" = 1 ; then
17115 EXTRA_LIBS
="$EXTRA_LIBS -framework Carbon -framework System"
17117 if test "$wxUSE_GUI" = "yes"; then
17118 EXTRA_LIBS
="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
17121 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
17123 INCLUDES
="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
17125 if test "$wxUSE_GTK" = 1; then
17126 WXCONFIG_INCLUDE
=""
17128 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
17131 if test "$GXX" = yes ; then
17132 CXXWARNINGS
="-Wall"
17134 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
17136 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
17137 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
17139 LDFLAGS
="$LDFLAGS $PROFILE"
17141 if test "$wxUSE_GUI" = "yes"; then
17143 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs dragimag \
17144 drawing dynamic event font fractal image \
17145 minimal richedit widgets"
17147 if test "$wxUSE_UNIVERSAL" = "yes" ; then
17148 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS univ"
17151 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
17156 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
17251 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
17252 echo "configure:17253: checking whether ${MAKE-make} sets \${MAKE}" >&5
17253 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
17254 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
17255 echo $ac_n "(cached) $ac_c" 1>&6
17257 cat > conftestmake
<<\EOF
17259 @
echo 'ac_maketemp="${MAKE}"'
17261 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
17262 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
17263 if test -n "$ac_maketemp"; then
17264 eval ac_cv_prog_make_
${ac_make}_set
=yes
17266 eval ac_cv_prog_make_
${ac_make}_set
=no
17270 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
17271 echo "$ac_t""yes" 1>&6
17274 echo "$ac_t""no" 1>&6
17275 SET_MAKE
="MAKE=${MAKE-make}"
17279 if test -d include
; then
17280 if test -d include
/wx
; then
17281 if test -d include
/wx
/${SETUPH_DIR}; then
17282 if test -f include
/wx
/${SETUPH_DIR}/setup.h
; then
17283 mv -f include
/wx
/${SETUPH_DIR}/setup.h setup.h
17291 if test "$wxUSE_GUI" = "yes"; then
17292 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
17293 wx_cv_path_ifs
=$PATH_IFS
17294 wx_cv_program_ext
=$PROGRAM_EXT
17295 wx_cv_target_library
=$WX_TARGET_LIBRARY
17296 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
17297 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
17298 wx_cv_target_library wx_cv_target_libtype
17299 subdirs
="demos samples utils contrib"
17304 cat > confcache
<<\EOF
17305 # This file is a shell script that caches the results of configure
17306 # tests run on this system so they can be shared between configure
17307 # scripts and configure runs. It is not useful on other systems.
17308 # If it contains results you don't want to keep, you may remove or edit it.
17310 # By default, configure uses ./config.cache as the cache file,
17311 # creating it if it does not exist already. You can give configure
17312 # the --cache-file=FILE option to use a different cache file; that is
17313 # what configure does when it calls configure scripts in
17314 # subdirectories, so they share the cache.
17315 # Giving --cache-file=/dev/null disables caching, for debugging configure.
17316 # config.status only pays attention to the cache file if you give it the
17317 # --recheck option to rerun configure.
17320 # The following way of writing the cache mishandles newlines in values,
17321 # but we know of no workaround that is simple, portable, and efficient.
17322 # So, don't put newlines in cache variables' values.
17323 # Ultrix sh set writes to stderr and can't be redirected directly,
17324 # and sets the high bit in the cache file unless we assign to the vars.
17326 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17328 # `set' does not quote correctly, so add quotes (double-quote substitution
17329 # turns \\\\ into \\, and sed turns \\ into \).
17331 -e "s/'/'\\\\''/g" \
17332 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
17335 # `set' quotes correctly as required by POSIX, so do not add quotes.
17336 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
17339 if cmp -s $cache_file confcache
; then
17342 if test -w $cache_file; then
17343 echo "updating cache $cache_file"
17344 cat confcache
> $cache_file
17346 echo "not updating unwritable cache $cache_file"
17351 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
17353 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
17354 # Let make expand exec_prefix.
17355 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
17357 # Any assignment to VPATH causes Sun make to only execute
17358 # the first set of double-colon rules, so remove it if not needed.
17359 # If there is a colon in the path, we need to keep it.
17360 if test "x$srcdir" = x.
; then
17361 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
17364 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
17366 DEFS
=-DHAVE_CONFIG_H
17368 # Without the "./", some shells look in PATH for config.status.
17369 : ${CONFIG_STATUS=./config.status}
17371 echo creating
$CONFIG_STATUS
17372 rm -f $CONFIG_STATUS
17373 cat > $CONFIG_STATUS <<EOF
17375 # Generated automatically by configure.
17376 # Run this file to recreate the current configuration.
17377 # This directory was configured as follows,
17378 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17380 # $0 $ac_configure_args
17382 # Compiler output produced by configure, useful for debugging
17383 # configure, is in ./config.log if it exists.
17385 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
17388 case "\$ac_option" in
17389 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17390 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
17391 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
17392 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
17393 echo "$CONFIG_STATUS generated by autoconf version 2.13"
17395 -help | --help | --hel | --he | --h)
17396 echo "\$ac_cs_usage"; exit 0 ;;
17397 *) echo "\$ac_cs_usage"; exit 1 ;;
17401 ac_given_srcdir=$srcdir
17402 ac_given_INSTALL="$INSTALL"
17404 trap 'rm -fr `echo "
17410 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
17412 cat >> $CONFIG_STATUS <<EOF
17414 # Protect against being on the right side of a sed subst in config.status.
17415 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
17416 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
17420 s%@CFLAGS@%$CFLAGS%g
17421 s%@CPPFLAGS@%$CPPFLAGS%g
17422 s%@CXXFLAGS@%$CXXFLAGS%g
17423 s%@FFLAGS@%$FFLAGS%g
17425 s%@LDFLAGS@%$LDFLAGS%g
17427 s%@exec_prefix@%$exec_prefix%g
17428 s%@prefix@%$prefix%g
17429 s%@program_transform_name@%$program_transform_name%g
17430 s%@bindir@%$bindir%g
17431 s%@sbindir@%$sbindir%g
17432 s%@libexecdir@%$libexecdir%g
17433 s%@datadir@%$datadir%g
17434 s%@sysconfdir@%$sysconfdir%g
17435 s%@sharedstatedir@%$sharedstatedir%g
17436 s%@localstatedir@%$localstatedir%g
17437 s%@libdir@%$libdir%g
17438 s%@includedir@%$includedir%g
17439 s%@oldincludedir@%$oldincludedir%g
17440 s%@infodir@%$infodir%g
17441 s%@mandir@%$mandir%g
17443 s%@host_alias@%$host_alias%g
17444 s%@host_cpu@%$host_cpu%g
17445 s%@host_vendor@%$host_vendor%g
17446 s%@host_os@%$host_os%g
17447 s%@target@%$target%g
17448 s%@target_alias@%$target_alias%g
17449 s%@target_cpu@%$target_cpu%g
17450 s%@target_vendor@%$target_vendor%g
17451 s%@target_os@%$target_os%g
17453 s%@build_alias@%$build_alias%g
17454 s%@build_cpu@%$build_cpu%g
17455 s%@build_vendor@%$build_vendor%g
17456 s%@build_os@%$build_os%g
17460 s%@CXXCPP@%$CXXCPP%g
17461 s%@RANLIB@%$RANLIB%g
17463 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
17464 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
17465 s%@INSTALL_DATA@%$INSTALL_DATA%g
17469 s%@LEXLIB@%$LEXLIB%g
17471 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
17472 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
17473 s%@GTK_LIBS@%$GTK_LIBS%g
17474 s%@GTK_CONFIG@%$GTK_CONFIG%g
17475 s%@X_CFLAGS@%$X_CFLAGS%g
17476 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
17477 s%@X_LIBS@%$X_LIBS%g
17478 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
17481 s%@LEX_STEM@%$LEX_STEM%g
17482 s%@PATH_IFS@%$PATH_IFS%g
17483 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
17484 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
17485 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
17486 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
17487 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
17488 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
17489 s%@WX_LIBRARY@%$WX_LIBRARY%g
17490 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
17491 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
17492 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
17493 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
17494 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
17495 s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
17496 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
17497 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
17498 s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
17499 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
17500 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
17501 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
17502 s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
17503 s%@WX_ALL@%$WX_ALL%g
17504 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
17505 s%@SHARED_LD@%$SHARED_LD%g
17506 s%@PIC_FLAG@%$PIC_FLAG%g
17507 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
17508 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
17509 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
17510 s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
17511 s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
17512 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
17513 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
17514 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
17515 s%@USE_GUI@%$USE_GUI%g
17516 s%@AFMINSTALL@%$AFMINSTALL%g
17517 s%@SETUPH_DIR@%$SETUPH_DIR%g
17518 s%@TOOLKIT@%$TOOLKIT%g
17519 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
17520 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
17521 s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
17522 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
17523 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
17524 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
17525 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
17526 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
17527 s%@GUIDIST@%$GUIDIST%g
17528 s%@PORT_FILES@%$PORT_FILES%g
17529 s%@DISTDIR@%$DISTDIR%g
17530 s%@RPM_SPEC@%$RPM_SPEC%g
17531 s%@RPM_FILES@%$RPM_FILES%g
17532 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
17533 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
17534 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
17535 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
17536 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
17537 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
17538 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
17539 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
17540 s%@EXTRADEFS@%$EXTRADEFS%g
17541 s%@LD_LIBS@%$LD_LIBS%g
17542 s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
17543 s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
17544 s%@RESPROGRAM@%$RESPROGRAM%g
17545 s%@RESCOMP@%$RESCOMP%g
17546 s%@RESFLAGS@%$RESFLAGS%g
17547 s%@REZFLAGS@%$REZFLAGS%g
17548 s%@DEREZFLAGS@%$DEREZFLAGS%g
17549 s%@LIBWXMACRES@%$LIBWXMACRES%g
17550 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
17551 s%@DLLTOOL@%$DLLTOOL%g
17555 s%@MAKEINFO@%$MAKEINFO%g
17556 s%@SET_MAKE@%$SET_MAKE%g
17557 s%@subdirs@%$subdirs%g
17562 cat >> $CONFIG_STATUS <<\EOF
17564 # Split the substitutions into bite-sized pieces for seds with
17565 # small command number limits, like on Digital OSF/1 and HP-UX.
17566 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
17567 ac_file
=1 # Number of current file.
17568 ac_beg
=1 # First line for current file.
17569 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
17572 while $ac_more_lines; do
17573 if test $ac_beg -gt 1; then
17574 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
17576 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
17578 if test ! -s conftest.s
$ac_file; then
17579 ac_more_lines
=false
17580 rm -f conftest.s
$ac_file
17582 if test -z "$ac_sed_cmds"; then
17583 ac_sed_cmds
="sed -f conftest.s$ac_file"
17585 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
17587 ac_file
=`expr $ac_file + 1`
17589 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
17592 if test -z "$ac_sed_cmds"; then
17597 cat >> $CONFIG_STATUS <<EOF
17599 CONFIG_FILES=\${CONFIG_FILES-"wx-config
17606 cat >> $CONFIG_STATUS <<\EOF
17607 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
17608 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17610 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
17611 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17612 *) ac_file_in
="${ac_file}.in" ;;
17615 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
17617 # Remove last slash and all that follows it. Not all systems have dirname.
17618 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
17619 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
17620 # The file is in a subdirectory.
17621 test ! -d "$ac_dir" && mkdir "$ac_dir"
17622 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
17623 # A "../" for each directory in $ac_dir_suffix.
17624 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
17626 ac_dir_suffix
= ac_dots
=
17629 case "$ac_given_srcdir" in
17631 if test -z "$ac_dots"; then top_srcdir
=.
17632 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
17633 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
17634 *) # Relative path.
17635 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
17636 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17639 case "$ac_given_INSTALL" in
17640 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
17641 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
17644 echo creating
"$ac_file"
17646 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
17648 *Makefile
*) ac_comsub
="1i\\
17649 # $configure_input" ;;
17653 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
17655 s%@configure_input@%$configure_input%g
17656 s%@srcdir@%$srcdir%g
17657 s%@top_srcdir@%$top_srcdir%g
17658 s%@INSTALL@%$INSTALL%g
17659 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
17663 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
17664 # NAME is the cpp macro being defined and VALUE is the value it is being given.
17666 # ac_d sets the value in "#define NAME VALUE" lines.
17667 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
17668 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
17671 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
17672 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
17673 ac_uB
='\([ ]\)%\1#\2define\3'
17676 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
17677 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
17678 ac_eB
='$%\1#\2define\3'
17682 if test "${CONFIG_HEADERS+set}" != set; then
17684 cat >> $CONFIG_STATUS <<EOF
17685 CONFIG_HEADERS="setup.h:setup.h.in"
17687 cat >> $CONFIG_STATUS <<\EOF
17689 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
17690 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17692 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
17693 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17694 *) ac_file_in
="${ac_file}.in" ;;
17697 echo creating
$ac_file
17699 rm -f conftest.frag conftest.
in conftest.out
17700 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
17701 cat $ac_file_inputs > conftest.
in
17705 # Transform confdefs.h into a sed script conftest.vals that substitutes
17706 # the proper values into config.h.in to produce config.h. And first:
17707 # Protect against being on the right side of a sed subst in config.status.
17708 # Protect against being in an unquoted here document in config.status.
17709 rm -f conftest.vals
17710 cat > conftest.hdr
<<\EOF
17713 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
17717 sed -n -f conftest.hdr confdefs.h > conftest.vals
17720 # This sed command replaces #undef with comments. This is necessary, for
17721 # example, in the case of _POSIX_SOURCE, which is predefined and required
17722 # on some systems where configure will not decide to define it.
17723 cat >> conftest.vals <<\EOF
17724 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
17727 # Break up conftest.vals because some shells have a limit on
17728 # the size of here documents, and old seds have small limits too.
17730 rm -f conftest.tail
17733 ac_lines=`grep -c . conftest.vals
`
17734 # grep -c gives empty output for an empty file on some AIX systems.
17735 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
17736 # Write a limited-size here document to conftest.frag.
17737 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
17738 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
17740 sed -f conftest.frag conftest.in > conftest.out
17742 mv conftest.out conftest.in
17743 ' >> $CONFIG_STATUS
17744 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
17745 rm -f conftest.vals
17746 mv conftest.tail conftest.vals
17748 rm -f conftest.vals
17750 cat >> $CONFIG_STATUS <<\EOF
17751 rm -f conftest.frag conftest.h
17752 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
17753 cat conftest.in >> conftest.h
17755 if cmp -s $ac_file conftest.h 2>/dev/null; then
17756 echo "$ac_file is unchanged"
17759 # Remove last slash and all that follows it. Not all systems have dirname.
17760 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
17761 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
17762 # The file is in a subdirectory.
17763 test ! -d "$ac_dir" && mkdir "$ac_dir"
17766 mv conftest.h $ac_file
17771 cat >> $CONFIG_STATUS <<EOF
17773 SETUPH_DIR="${SETUPH_DIR}"
17774 TOOLKIT_NAME="${TOOLKIT_NAME}"
17779 cat >> $CONFIG_STATUS <<\EOF
17781 if test ! -f wx${TOOLKIT_NAME}-config; then
17783 mv wx-config wx${TOOLKIT_NAME}-config
17784 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
17788 if test ! -d lib; then
17791 if test ! -d lib/wx; then
17794 if test ! -d lib/wx/include; then
17795 mkdir lib/wx/include
17797 if test ! -d lib/wx/include/wx; then
17798 mkdir lib/wx/include/wx
17800 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
17801 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
17803 if test -f setup.h; then
17804 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
17808 if test ! -d include; then
17811 if test ! -d include/wx; then
17814 if test ! -d include/wx/${SETUPH_DIR}; then
17815 mkdir include/wx/${SETUPH_DIR}
17817 if test -f setup.h; then
17818 cp -fp setup.h include/wx/${SETUPH_DIR}/setup.h
17824 chmod +x $CONFIG_STATUS
17825 rm -fr confdefs* $ac_clean_files
17826 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
17828 if test "$no_recursion" != yes; then
17830 # Remove --cache-file and --srcdir arguments so they do not pile up.
17831 ac_sub_configure_args=
17833 for ac_arg in $ac_configure_args; do
17834 if test -n "$ac_prev"; then
17839 -cache-file | --cache-file | --cache-fil | --cache-fi \
17840 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
17841 ac_prev=cache_file ;;
17842 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
17843 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
17845 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
17847 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
17849 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
17853 for ac_config_dir in demos samples utils contrib; do
17855 # Do not complain, so a configure script can configure whichever
17856 # parts of a large source tree are present.
17857 if test ! -d $srcdir/$ac_config_dir; then
17861 echo configuring in $ac_config_dir
17866 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
17868 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
17876 # A "../" for each directory in /$ac_config_dir.
17877 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
17880 .) # No --srcdir option. We are building in place.
17881 ac_sub_srcdir=$srcdir ;;
17882 /*) # Absolute path.
17883 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
17884 *) # Relative path.
17885 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
17888 # Check for guested configure; otherwise get Cygnus style configure.
17889 if test -f $ac_sub_srcdir/configure; then
17890 ac_sub_configure=$ac_sub_srcdir/configure
17891 elif test -f $ac_sub_srcdir/configure.in; then
17892 ac_sub_configure=$ac_configure
17894 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
17898 # The recursion is here.
17899 if test -n "$ac_sub_configure"; then
17901 # Make the cache file name correct relative to the subdirectory.
17902 case "$cache_file" in
17903 /*) ac_sub_cache_file=$cache_file ;;
17904 *) # Relative path.
17905 ac_sub_cache_file="$ac_dots$cache_file" ;;
17907 case "$ac_given_INSTALL" in
17908 [/$]*) INSTALL="$ac_given_INSTALL" ;;
17909 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
17912 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
17913 # The eval makes quoting arguments work.
17914 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
17917 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }