3 # From configure.in Id: configure.in
42 # Configure paths for GTK+
46 # Guess values for system-dependent variables and create Makefiles.
47 # Generated automatically using autoconf version 2.13
48 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
50 # This configure script is free software; the Free Software Foundation
51 # gives unlimited permission to copy, distribute and modify it.
55 ac_default_prefix
=/usr
/local
56 # Any additions from configure.in:
58 --enable-gui use GUI classes"
62 --with-motif use Motif/Lesstif"
64 --with-mac use Mac OS X"
68 --with-cygwin use Cygwin for MS-Windows"
70 --with-mingw use GCC Minimal MS-Windows"
72 --with-pm use OS/2 Presentation Manager"
74 --with-gtk-prefix=PFX Prefix where GTK is installed"
76 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
78 --with-libpng use libpng (PNG image format)"
80 --with-libjpeg use libjpeg (JPEG file format)"
82 --with-libtiff use libtiff (TIFF file format)"
84 --with-freetype use freetype (font rasterizer)"
86 --with-opengl use OpenGL (or Mesa)"
88 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
90 --with-zlib use zlib for LZW compression"
92 --with-odbc use the IODBC and wxODBC classes"
94 --enable-shared create shared library code"
96 --enable-burnt_name create set name in shared library "
98 --enable-optimise create optimised code"
100 --enable-debug same as debug_flag and debug_info"
102 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
104 --enable-debug_info create code with debugging information"
106 --enable-debug_gdb create code with extra GDB debugging information"
108 --enable-debug_cntxt use wxDebugContext"
110 --enable-mem_tracing create code with memory tracing"
112 --enable-profile create code with profiling information"
114 --enable-no_rtti create code without RTTI information"
116 --enable-no_exceptions create code without exceptions information"
118 --enable-permissive compile code disregarding strict ANSI"
120 --enable-no_deps create code without dependency information"
122 --enable-intl use internationalization system"
124 --enable-config use wxConfig (and derived) classes"
126 --enable-sockets use socket/network classes"
128 --enable-ipc use interprocess communication (wxSocket etc.)"
130 --enable-dialupman use dialup network classes"
132 --enable-apple_ieee use the Apple IEEE codec"
134 --enable-timedate use date/time classes"
136 --enable-wave use wxWave class"
138 --enable-fraction use wxFraction class"
140 --enable-dynlib use wxLibrary class for DLL loading"
142 --enable-longlong use wxLongLong class"
144 --enable-geometry use geometry class"
146 --enable-log use logging system"
148 --enable-streams use wxStream etc classes"
150 --enable-file use wxFile classes"
152 --enable-textfile use wxTextFile classes"
154 --enable-unicode compile wxString with Unicode support"
156 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
158 --enable-wxprintfv use wxWindows implementation of vprintf()"
160 --enable-std_iostreams use standard C++ stream classes"
162 --enable-filesystem use virtual file systems classes"
164 --enable-fs_inet use virtual HTTP/FTP filesystems"
166 --enable-fs_zip use virtual ZIP filesystems"
168 --enable-zipstream use wxZipInputStream"
170 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
172 --enable-threads use threads"
174 --enable-serial use class serialization"
176 --enable-docview use document view architecture"
178 --enable-help use help (using external browser at present)"
180 --enable-constraints use layout-constraints system"
182 --enable-printarch use printing architecture"
184 --enable-mdi use multiple document interface architecture"
186 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
188 --enable-prologio use Prolog IO library"
190 --enable-resources use wxWindows resources"
192 --enable-xresources use X resources for save (default for gtk+)"
194 --enable-clipboard use wxClipboard classes"
196 --enable-dnd use Drag'n'Drop classes"
198 --enable-metafile use win32 metafiles"
200 --enable-wxtree make wxTree library"
202 --enable-controls use all usual controls"
204 --enable-accel use accelerators"
206 --enable-caret use wxCaret class"
208 --enable-bmpbutton use wxBitmapButton class"
210 --enable-checkbox use wxCheckBox class"
212 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
214 --enable-choice use wxChoice class"
216 --enable-combobox use wxComboBox classes"
218 --enable-gauge use wxGauge class"
220 --enable-grid use wxGrid class"
222 --enable-newgrid use new wxGrid class"
224 --enable-imaglist use wxImageList class"
226 --enable-listbox use wxListBox class"
228 --enable-listctrl use wxListCtrl class"
230 --enable-notebook use wxNotebook class"
232 --enable-radiobox use wxRadioBox class"
234 --enable-radiobtn use wxRadioButton class"
236 --enable-sash use wxSashWindow class"
238 --enable-scrollbar use wxScrollBar class and scrollable windows"
240 --enable-slider use wxSlider class"
242 --enable-spinbtn use wxSpinButton class"
244 --enable-spinctrl use wxSpinCtrl class"
246 --enable-splitter use wxSplitterWindow class"
248 --enable-statbmp use wxStaticBitmap class"
250 --enable-statbox use wxStaticBox class"
252 --enable-statline use wxStaticLine class"
254 --enable-statusbar use wxStatusBar class"
256 --enable-tabdialog use wxTabControl class"
258 --enable-togglebtn use wxToggleButton class"
260 --enable-toolbar use wxToolBar class"
262 --enable-tbarnative use native wxToolBar class"
264 --enable-tbarsmpl use wxToolBarSimple class"
266 --enable-treectrl use wxTreeCtrl class"
268 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
270 --enable-dirdlg use wxDirDialog"
272 --enable-textdlg use wxTextDialog"
274 --enable-tipdlg use startup tips"
276 --enable-progressdlg use wxProgressDialog"
278 --enable-miniframe use wxMiniFrame class"
280 --enable-html use wxHTML sub-library"
282 --enable-tooltips use wxToolTip class"
284 --enable-splines use spline drawing code"
286 --enable-validators use wxValidator and derived classes"
288 --enable-busyinfo use wxBusyInfo"
290 --enable-joystick compile in joystick support (Linux only)"
292 --enable-gif use gif images (GIF file format)"
294 --enable-pcx use pcx images (PCX file format)"
296 --enable-pnm use pnm images (PNM file format)"
298 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
300 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
302 --disable-gtktest Do not try to compile and run a test GTK program"
304 --with-x use the X Window System"
306 # Initialize some variables set by options.
307 # The variables have the same names as the options, with
308 # dashes changed to underlines.
310 cache_file
=.
/config.cache
319 program_transform_name
=s
,x
,x
,
327 bindir
='${exec_prefix}/bin'
328 sbindir
='${exec_prefix}/sbin'
329 libexecdir
='${exec_prefix}/libexec'
330 datadir
='${prefix}/share'
331 sysconfdir
='${prefix}/etc'
332 sharedstatedir
='${prefix}/com'
333 localstatedir
='${prefix}/var'
334 libdir
='${exec_prefix}/lib'
335 includedir
='${prefix}/include'
336 oldincludedir
='/usr/include'
337 infodir
='${prefix}/info'
338 mandir
='${prefix}/man'
340 # Initialize some other variables.
343 SHELL
=${CONFIG_SHELL-/bin/sh}
344 # Maximum number of lines to put in a shell here document.
351 # If the previous option needs an argument, assign it.
352 if test -n "$ac_prev"; then
353 eval "$ac_prev=\$ac_option"
359 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
363 # Accept the important Cygnus configure options, so we can diagnose typos.
367 -bindir | --bindir | --bindi | --bind | --bin | --bi)
369 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
370 bindir
="$ac_optarg" ;;
372 -build | --build | --buil | --bui | --bu)
374 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
375 build
="$ac_optarg" ;;
377 -cache-file | --cache-file | --cache-fil | --cache-fi \
378 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
379 ac_prev
=cache_file
;;
380 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
381 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
382 cache_file
="$ac_optarg" ;;
384 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
386 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
388 datadir
="$ac_optarg" ;;
390 -disable-* | --disable-*)
391 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
392 # Reject names that are not valid shell variable names.
393 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
394 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
396 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
397 eval "enable_${ac_feature}=no" ;;
399 -enable-* | --enable-*)
400 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
401 # Reject names that are not valid shell variable names.
402 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
403 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
405 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
410 eval "enable_${ac_feature}='$ac_optarg'" ;;
412 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
413 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
414 | --exec | --exe | --ex)
415 ac_prev
=exec_prefix
;;
416 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
417 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
418 | --exec=* | --exe=* | --ex=*)
419 exec_prefix
="$ac_optarg" ;;
421 -gas | --gas | --ga | --g)
422 # Obsolete; use --with-gas.
425 -help | --help | --hel | --he)
426 # Omit some internal or obsolete options to make the list less imposing.
427 # This message is too long to be a string in the A/UX 3.1 sh.
429 Usage: configure [options] [host]
430 Options: [defaults in brackets after descriptions]
432 --cache-file=FILE cache test results in FILE
433 --help print this message
434 --no-create do not create output files
435 --quiet, --silent do not print \`checking...' messages
436 --version print the version of autoconf that created configure
437 Directory and file names:
438 --prefix=PREFIX install architecture-independent files in PREFIX
440 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
442 --bindir=DIR user executables in DIR [EPREFIX/bin]
443 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
444 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
445 --datadir=DIR read-only architecture-independent data in DIR
447 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
448 --sharedstatedir=DIR modifiable architecture-independent data in DIR
450 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
451 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
452 --includedir=DIR C header files in DIR [PREFIX/include]
453 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
454 --infodir=DIR info documentation in DIR [PREFIX/info]
455 --mandir=DIR man documentation in DIR [PREFIX/man]
456 --srcdir=DIR find the sources in DIR [configure dir or ..]
457 --program-prefix=PREFIX prepend PREFIX to installed program names
458 --program-suffix=SUFFIX append SUFFIX to installed program names
459 --program-transform-name=PROGRAM
460 run sed PROGRAM on installed program names
464 --build=BUILD configure for building on BUILD [BUILD=HOST]
465 --host=HOST configure for HOST [guessed]
466 --target=TARGET configure for TARGET [TARGET=HOST]
467 Features and packages:
468 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
469 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
470 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
471 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
472 --x-includes=DIR X include files are in DIR
473 --x-libraries=DIR X library files are in DIR
475 if test -n "$ac_help"; then
476 echo "--enable and --with options recognized:$ac_help"
480 -host | --host | --hos | --ho)
482 -host=* | --host=* | --hos=* | --ho=*)
485 -includedir | --includedir | --includedi | --included | --include \
486 | --includ | --inclu | --incl | --inc)
487 ac_prev
=includedir
;;
488 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
489 | --includ=* | --inclu=* | --incl=* | --inc=*)
490 includedir
="$ac_optarg" ;;
492 -infodir | --infodir | --infodi | --infod | --info | --inf)
494 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
495 infodir
="$ac_optarg" ;;
497 -libdir | --libdir | --libdi | --libd)
499 -libdir=* | --libdir=* | --libdi=* | --libd=*)
500 libdir
="$ac_optarg" ;;
502 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
503 | --libexe | --libex | --libe)
504 ac_prev
=libexecdir
;;
505 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
506 | --libexe=* | --libex=* | --libe=*)
507 libexecdir
="$ac_optarg" ;;
509 -localstatedir | --localstatedir | --localstatedi | --localstated \
510 | --localstate | --localstat | --localsta | --localst \
511 | --locals | --local | --loca | --loc | --lo)
512 ac_prev
=localstatedir
;;
513 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
514 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
515 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
516 localstatedir
="$ac_optarg" ;;
518 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
520 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
521 mandir
="$ac_optarg" ;;
524 # Obsolete; use --without-fp.
527 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
531 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
532 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
535 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
536 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
537 | --oldin | --oldi | --old | --ol | --o)
538 ac_prev
=oldincludedir
;;
539 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
540 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
541 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
542 oldincludedir
="$ac_optarg" ;;
544 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
546 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
547 prefix
="$ac_optarg" ;;
549 -program-prefix | --program-prefix | --program-prefi | --program-pref \
550 | --program-pre | --program-pr | --program-p)
551 ac_prev
=program_prefix
;;
552 -program-prefix=* | --program-prefix=* | --program-prefi=* \
553 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
554 program_prefix
="$ac_optarg" ;;
556 -program-suffix | --program-suffix | --program-suffi | --program-suff \
557 | --program-suf | --program-su | --program-s)
558 ac_prev
=program_suffix
;;
559 -program-suffix=* | --program-suffix=* | --program-suffi=* \
560 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
561 program_suffix
="$ac_optarg" ;;
563 -program-transform-name | --program-transform-name \
564 | --program-transform-nam | --program-transform-na \
565 | --program-transform-n | --program-transform- \
566 | --program-transform | --program-transfor \
567 | --program-transfo | --program-transf \
568 | --program-trans | --program-tran \
569 | --progr-tra | --program-tr | --program-t)
570 ac_prev
=program_transform_name
;;
571 -program-transform-name=* | --program-transform-name=* \
572 | --program-transform-nam=* | --program-transform-na=* \
573 | --program-transform-n=* | --program-transform-=* \
574 | --program-transform=* | --program-transfor=* \
575 | --program-transfo=* | --program-transf=* \
576 | --program-trans=* | --program-tran=* \
577 | --progr-tra=* | --program-tr=* | --program-t=*)
578 program_transform_name
="$ac_optarg" ;;
580 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
581 | -silent | --silent | --silen | --sile | --sil)
584 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
586 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
588 sbindir
="$ac_optarg" ;;
590 -sharedstatedir | --sharedstatedir | --sharedstatedi \
591 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
592 | --sharedst | --shareds | --shared | --share | --shar \
594 ac_prev
=sharedstatedir
;;
595 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
596 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
597 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
599 sharedstatedir
="$ac_optarg" ;;
601 -site | --site | --sit)
603 -site=* | --site=* | --sit=*)
606 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
608 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
609 srcdir
="$ac_optarg" ;;
611 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
612 | --syscon | --sysco | --sysc | --sys | --sy)
613 ac_prev
=sysconfdir
;;
614 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
615 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
616 sysconfdir
="$ac_optarg" ;;
618 -target | --target | --targe | --targ | --tar | --ta | --t)
620 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
621 target
="$ac_optarg" ;;
623 -v | -verbose | --verbose | --verbos | --verbo | --verb)
626 -version | --version | --versio | --versi | --vers)
627 echo "configure generated by autoconf version 2.13"
631 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
632 # Reject names that are not valid shell variable names.
633 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
634 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
636 ac_package
=`echo $ac_package| sed 's/-/_/g'`
641 eval "with_${ac_package}='$ac_optarg'" ;;
643 -without-* | --without-*)
644 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
645 # Reject names that are not valid shell variable names.
646 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
647 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
649 ac_package
=`echo $ac_package| sed 's/-/_/g'`
650 eval "with_${ac_package}=no" ;;
653 # Obsolete; use --with-x.
656 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
657 | --x-incl | --x-inc | --x-in | --x-i)
658 ac_prev
=x_includes
;;
659 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
660 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
661 x_includes
="$ac_optarg" ;;
663 -x-libraries | --x-libraries | --x-librarie | --x-librari \
664 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
665 ac_prev
=x_libraries
;;
666 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
667 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
668 x_libraries
="$ac_optarg" ;;
670 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
674 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
675 echo "configure: warning: $ac_option: invalid host type" 1>&2
677 if test "x$nonopt" != xNONE
; then
678 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
686 if test -n "$ac_prev"; then
687 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
690 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
692 # File descriptor usage:
695 # 2 errors and warnings
696 # 3 some systems may open it to /dev/tty
697 # 4 used on the Kubota Titan
698 # 6 checking for... messages and results
699 # 5 compiler messages saved in config.log
700 if test "$silent" = yes; then
708 This file contains any messages produced by compilers while
709 running configure, to aid debugging if configure makes a mistake.
712 # Strip out --no-create and --no-recursion so they do not pile up.
713 # Also quote any args containing shell metacharacters.
718 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
719 | --no-cr | --no-c) ;;
720 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
721 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
722 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
723 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
724 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
729 # Only set these to C if already set. These must not be set unconditionally
730 # because not all systems understand e.g. LANG=C (notably SCO).
731 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
732 # Non-C LC_CTYPE values break the ctype check.
733 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
734 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
735 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
736 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
738 # confdefs.h avoids OS command line length limits that DEFS can exceed.
739 rm -rf conftest
* confdefs.h
740 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
743 # A filename unique to this package, relative to the directory that
744 # configure is in, which we can look for to find out if srcdir is correct.
745 ac_unique_file
=wx
-config.
in
747 # Find the source files, if location was not specified.
748 if test -z "$srcdir"; then
749 ac_srcdir_defaulted
=yes
750 # Try the directory containing this script, then its parent.
752 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
753 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
755 if test ! -r $srcdir/$ac_unique_file; then
759 ac_srcdir_defaulted
=no
761 if test ! -r $srcdir/$ac_unique_file; then
762 if test "$ac_srcdir_defaulted" = yes; then
763 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
765 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
768 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
770 # Prefer explicitly selected file to automatically selected ones.
771 if test -z "$CONFIG_SITE"; then
772 if test "x$prefix" != xNONE
; then
773 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
775 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
778 for ac_site_file
in $CONFIG_SITE; do
779 if test -r "$ac_site_file"; then
780 echo "loading site script $ac_site_file"
785 if test -r "$cache_file"; then
786 echo "loading cache $cache_file"
789 echo "creating cache $cache_file"
794 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
795 ac_cpp
='$CPP $CPPFLAGS'
796 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
797 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
798 cross_compiling
=$ac_cv_prog_cc_cross
802 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
803 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
804 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
811 ac_n
= ac_c
='\c' ac_t
=
817 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
818 if test -f $ac_dir/install-sh; then
820 ac_install_sh
="$ac_aux_dir/install-sh -c"
822 elif test -f $ac_dir/install.sh
; then
824 ac_install_sh
="$ac_aux_dir/install.sh -c"
828 if test -z "$ac_aux_dir"; then
829 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
831 ac_config_guess
=$ac_aux_dir/config.guess
832 ac_config_sub
=$ac_aux_dir/config.sub
833 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
836 # Do some error checking and defaulting for the host and target type.
838 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
841 # 1. You are not allowed to specify --host, --target, and nonopt at the
843 # 2. Host defaults to nonopt.
844 # 3. If nonopt is not specified, then host defaults to the current host,
845 # as determined by config.guess.
846 # 4. Target and build default to nonopt.
847 # 5. If nonopt is not specified, then target and build default to host.
849 # The aliases save the names the user supplied, while $host etc.
850 # will get canonicalized.
851 case $host---$target---$nonopt in
852 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
853 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
857 # Make sure we can run config.sub.
858 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
859 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
862 echo $ac_n "checking host system type""... $ac_c" 1>&6
863 echo "configure:864: checking host system type" >&5
866 case "$host_alias" in
870 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
871 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
873 *) host_alias
=$nonopt ;;
877 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
878 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
879 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
880 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
881 echo "$ac_t""$host" 1>&6
883 echo $ac_n "checking target system type""... $ac_c" 1>&6
884 echo "configure:885: checking target system type" >&5
887 case "$target_alias" in
890 NONE
) target_alias
=$host_alias ;;
891 *) target_alias
=$nonopt ;;
895 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
896 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
897 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
898 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
899 echo "$ac_t""$target" 1>&6
901 echo $ac_n "checking build system type""... $ac_c" 1>&6
902 echo "configure:903: checking build system type" >&5
905 case "$build_alias" in
908 NONE
) build_alias
=$host_alias ;;
909 *) build_alias
=$nonopt ;;
913 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
914 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
915 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
916 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
917 echo "$ac_t""$build" 1>&6
919 test "$host_alias" != "$target_alias" &&
920 test "$program_prefix$program_suffix$program_transform_name" = \
922 program_prefix
=${target_alias}-
926 WX_MAJOR_VERSION_NUMBER
=2
927 WX_MINOR_VERSION_NUMBER
=3
930 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
931 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
963 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
965 ALL_TOOLKITS
="CYGWIN GTK MINGW MOTIF MAC WINE PM"
968 DEFAULT_wxUSE_MOTIF
=0
974 DEFAULT_DEFAULT_wxUSE_GTK
=0
975 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
976 DEFAULT_DEFAULT_wxUSE_MSW
=0
977 DEFAULT_DEFAULT_wxUSE_MAC
=0
978 DEFAULT_DEFAULT_wxUSE_WINE
=0
979 DEFAULT_DEFAULT_wxUSE_PM
=0
986 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
987 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
988 cat >> confdefs.h
<<\EOF
995 cat >> confdefs.h
<<\EOF
1000 if test "x$TMP" = "xalpha"; then
1002 cat >> confdefs.h
<<\EOF
1007 DEFAULT_DEFAULT_wxUSE_GTK
=1
1009 *-*-irix5* | *-*-irix6* )
1012 cat >> confdefs.h
<<\EOF
1016 cat >> confdefs.h
<<\EOF
1020 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1026 cat >> confdefs.h
<<\EOF
1030 cat >> confdefs.h
<<\EOF
1031 #define __SOLARIS__ 1
1034 cat >> confdefs.h
<<\EOF
1038 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1039 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1045 cat >> confdefs.h
<<\EOF
1049 cat >> confdefs.h
<<\EOF
1053 cat >> confdefs.h
<<\EOF
1057 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1062 cat >> confdefs.h
<<\EOF
1063 #define __FREEBSD__ 1
1066 cat >> confdefs.h
<<\EOF
1070 DEFAULT_DEFAULT_wxUSE_GTK
=1
1075 cat >> confdefs.h
<<\EOF
1076 #define __FREEBSD__ 1
1079 cat >> confdefs.h
<<\EOF
1080 #define __NETBSD__ 1
1083 DEFAULT_DEFAULT_wxUSE_GTK
=1
1088 cat >> confdefs.h
<<\EOF
1092 cat >> confdefs.h
<<\EOF
1096 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1097 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1102 cat >> confdefs.h
<<\EOF
1106 cat >> confdefs.h
<<\EOF
1110 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1115 cat >> confdefs.h
<<\EOF
1119 cat >> confdefs.h
<<\EOF
1123 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1129 cat >> confdefs.h
<<\EOF
1133 cat >> confdefs.h
<<\EOF
1137 cat >> confdefs.h
<<\EOF
1141 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1144 *-*-cygwin32* | *-*-mingw32* )
1147 cat >> confdefs.h
<<\EOF
1151 cat >> confdefs.h
<<\EOF
1155 cat >> confdefs.h
<<\EOF
1156 #define __WINDOWS__ 1
1159 cat >> confdefs.h
<<\EOF
1160 #define __GNUWIN32__ 1
1163 cat >> confdefs.h
<<\EOF
1167 cat >> confdefs.h
<<\EOF
1168 #define WINVER 0x0400
1172 DEFAULT_DEFAULT_wxUSE_MSW
=1
1176 cat >> confdefs.h
<<\EOF
1181 DEFAULT_DEFAULT_wxUSE_PM
=1
1187 cat >> confdefs.h
<<\EOF
1191 cat >> confdefs.h
<<\EOF
1195 cat >> confdefs.h
<<\EOF
1199 DEFAULT_DEFAULT_wxUSE_MAC
=1
1204 cat >> confdefs.h
<<\EOF
1211 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1214 if test "$USE_UNIX" = 1 ; then
1216 cat >> confdefs.h
<<\EOF
1221 SRC_SUBDIRS
="$SRC_SUBDIRS unix"
1222 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS unix"
1225 if test "$USE_BEOS" = 1; then
1226 SRC_SUBDIRS
="$SRC_SUBDIRS be"
1227 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS be"
1230 if test "$USE_LINUX" = 1; then
1231 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1232 echo "configure:1233: checking for gettext in -lc" >&5
1233 ac_lib_var
=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1234 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1235 echo $ac_n "(cached) $ac_c" 1>&6
1237 ac_save_LIBS
="$LIBS"
1239 cat > conftest.
$ac_ext <<EOF
1240 #line 1241 "configure"
1241 #include "confdefs.h"
1242 /* Override any gcc2 internal prototype to avoid an error. */
1243 /* We use char because int might match the return type of a gcc2
1244 builtin and then its argument prototype would still apply. */
1251 if { (eval echo configure
:1252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1253 eval "ac_cv_lib_$ac_lib_var=yes"
1255 echo "configure: failed program was:" >&5
1256 cat conftest.
$ac_ext >&5
1258 eval "ac_cv_lib_$ac_lib_var=no"
1261 LIBS
="$ac_save_LIBS"
1264 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1265 echo "$ac_t""yes" 1>&6
1266 cat >> confdefs.h
<<\EOF
1267 #define wxHAVE_GLIBC2 1
1271 echo "$ac_t""no" 1>&6
1279 wx_arg_cache_file
="configarg.cache"
1280 echo "loading argument cache $wx_arg_cache_file"
1281 rm -f ${wx_arg_cache_file}.tmp
1282 touch ${wx_arg_cache_file}.tmp
1283 touch ${wx_arg_cache_file}
1287 if test $DEBUG_CONFIGURE = 1; then
1288 DEFAULT_wxUSE_THREADS
=yes
1290 DEFAULT_wxUSE_SHARED
=yes
1291 DEFAULT_wxUSE_BURNT_NAME
=no
1292 DEFAULT_wxUSE_OPTIMISE
=yes
1293 DEFAULT_wxUSE_PROFILE
=no
1294 DEFAULT_wxUSE_NO_DEPS
=no
1295 DEFAULT_wxUSE_NO_RTTI
=no
1296 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1297 DEFAULT_wxUSE_PERMISSIVE
=no
1298 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1299 DEFAULT_wxUSE_DEBUG_INFO
=yes
1300 DEFAULT_wxUSE_DEBUG_GDB
=yes
1301 DEFAULT_wxUSE_MEM_TRACING
=no
1302 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1303 DEFAULT_wxUSE_DMALLOC
=no
1304 DEFAULT_wxUSE_APPLE_IEEE
=no
1306 DEFAULT_wxUSE_LOG
=yes
1308 DEFAULT_wxUSE_GUI
=yes
1310 DEFAULT_wxUSE_ZLIB
=no
1311 DEFAULT_wxUSE_LIBPNG
=no
1312 DEFAULT_wxUSE_LIBJPEG
=no
1313 DEFAULT_wxUSE_LIBTIFF
=no
1314 DEFAULT_wxUSE_ODBC
=no
1315 DEFAULT_wxUSE_FREETYPE
=no
1316 DEFAULT_wxUSE_OPENGL
=no
1318 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1319 DEFAULT_wxUSE_STD_IOSTREAM
=no
1320 DEFAULT_wxUSE_FILE
=no
1321 DEFAULT_wxUSE_TEXTFILE
=no
1322 DEFAULT_wxUSE_TIMEDATE
=no
1323 DEFAULT_wxUSE_WAVE
=no
1324 DEFAULT_wxUSE_INTL
=no
1325 DEFAULT_wxUSE_CONFIG
=no
1326 DEFAULT_wxUSE_STREAMS
=no
1327 DEFAULT_wxUSE_SOCKETS
=no
1328 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1329 DEFAULT_wxUSE_SERIAL
=no
1330 DEFAULT_wxUSE_JOYSTICK
=no
1331 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1332 DEFAULT_wxUSE_LONGLONG
=no
1333 DEFAULT_wxUSE_GEOMETRY
=no
1335 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1336 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1337 DEFAULT_wxUSE_POSTSCRIPT
=no
1339 DEFAULT_wxUSE_X_RESOURCES
=no
1340 DEFAULT_wxUSE_CLIPBOARD
=no
1341 DEFAULT_wxUSE_TOOLTIPS
=no
1342 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1343 DEFAULT_wxUSE_SPLINES
=no
1345 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1346 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1347 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1349 DEFAULT_wxUSE_PROLOGIO
=no
1350 DEFAULT_wxUSE_RESOURCES
=no
1351 DEFAULT_wxUSE_CONSTRAINTS
=no
1352 DEFAULT_wxUSE_IPC
=no
1353 DEFAULT_wxUSE_HELP
=no
1354 DEFAULT_wxUSE_WXTREE
=no
1355 DEFAULT_wxUSE_METAFILE
=no
1357 DEFAULT_wxUSE_COMMONDLGS
=no
1358 DEFAULT_wxUSE_DIRDLG
=no
1359 DEFAULT_wxUSE_TEXTDLG
=no
1360 DEFAULT_wxUSE_STARTUP_TIPS
=no
1361 DEFAULT_wxUSE_PROGRESSDLG
=no
1362 DEFAULT_wxUSE_MINIFRAME
=no
1363 DEFAULT_wxUSE_HTML
=no
1364 DEFAULT_wxUSE_FILESYSTEM
=no
1365 DEFAULT_wxUSE_FS_INET
=no
1366 DEFAULT_wxUSE_FS_ZIP
=no
1367 DEFAULT_wxUSE_BUSYINFO
=no
1368 DEFAULT_wxUSE_ZIPSTREAM
=no
1369 DEFAULT_wxUSE_VALIDATORS
=yes
1371 DEFAULT_wxUSE_ACCEL
=no
1372 DEFAULT_wxUSE_CARET
=no
1373 DEFAULT_wxUSE_BMPBUTTON
=no
1374 DEFAULT_wxUSE_CHECKBOX
=no
1375 DEFAULT_wxUSE_CHECKLST
=no
1376 DEFAULT_wxUSE_CHOICE
=yes
1377 DEFAULT_wxUSE_COMBOBOX
=no
1378 DEFAULT_wxUSE_GAUGE
=no
1379 DEFAULT_wxUSE_GRID
=no
1380 DEFAULT_wxUSE_NEW_GRID
=no
1381 DEFAULT_wxUSE_IMAGLIST
=no
1382 DEFAULT_wxUSE_LISTBOX
=no
1383 DEFAULT_wxUSE_LISTCTRL
=no
1384 DEFAULT_wxUSE_NOTEBOOK
=no
1385 DEFAULT_wxUSE_RADIOBOX
=no
1386 DEFAULT_wxUSE_RADIOBTN
=no
1387 DEFAULT_wxUSE_SASH
=no
1388 DEFAULT_wxUSE_SCROLLBAR
=no
1389 DEFAULT_wxUSE_SLIDER
=no
1390 DEFAULT_wxUSE_SPINBTN
=no
1391 DEFAULT_wxUSE_SPINCTRL
=no
1392 DEFAULT_wxUSE_SPLITTER
=no
1393 DEFAULT_wxUSE_STATBMP
=no
1394 DEFAULT_wxUSE_STATBOX
=no
1395 DEFAULT_wxUSE_STATLINE
=no
1396 DEFAULT_wxUSE_STATUSBAR
=yes
1397 DEFAULT_wxUSE_TABDIALOG
=no
1398 DEFAULT_wxUSE_TOGGLEBTN
=no
1399 DEFAULT_wxUSE_TOOLBAR
=no
1400 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1401 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1402 DEFAULT_wxUSE_TREECTRL
=no
1404 DEFAULT_wxUSE_UNICODE
=no
1405 DEFAULT_wxUSE_WCSRTOMBS
=no
1407 DEFAULT_wxUSE_GIF
=no
1408 DEFAULT_wxUSE_PCX
=no
1409 DEFAULT_wxUSE_PNM
=no
1411 DEFAULT_wxUSE_THREADS
=yes
1413 DEFAULT_wxUSE_SHARED
=yes
1414 DEFAULT_wxUSE_BURNT_NAME
=no
1415 DEFAULT_wxUSE_OPTIMISE
=yes
1416 DEFAULT_wxUSE_PROFILE
=no
1417 DEFAULT_wxUSE_NO_DEPS
=no
1418 DEFAULT_wxUSE_NO_RTTI
=no
1419 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1420 DEFAULT_wxUSE_PERMISSIVE
=no
1421 DEFAULT_wxUSE_DEBUG_FLAG
=no
1422 DEFAULT_wxUSE_DEBUG_INFO
=no
1423 DEFAULT_wxUSE_DEBUG_GDB
=no
1424 DEFAULT_wxUSE_MEM_TRACING
=no
1425 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1426 DEFAULT_wxUSE_DMALLOC
=no
1427 DEFAULT_wxUSE_APPLE_IEEE
=yes
1429 DEFAULT_wxUSE_LOG
=yes
1431 DEFAULT_wxUSE_GUI
=yes
1433 DEFAULT_wxUSE_ZLIB
=yes
1434 DEFAULT_wxUSE_LIBPNG
=yes
1435 DEFAULT_wxUSE_LIBJPEG
=yes
1436 DEFAULT_wxUSE_LIBTIFF
=yes
1437 DEFAULT_wxUSE_ODBC
=no
1438 DEFAULT_wxUSE_FREETYPE
=no
1439 DEFAULT_wxUSE_OPENGL
=no
1441 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1442 DEFAULT_wxUSE_STD_IOSTREAM
=no
1443 DEFAULT_wxUSE_FILE
=yes
1444 DEFAULT_wxUSE_TEXTFILE
=yes
1445 DEFAULT_wxUSE_TIMEDATE
=yes
1446 DEFAULT_wxUSE_WAVE
=no
1447 DEFAULT_wxUSE_INTL
=yes
1448 DEFAULT_wxUSE_CONFIG
=yes
1449 DEFAULT_wxUSE_STREAMS
=yes
1450 DEFAULT_wxUSE_SOCKETS
=yes
1451 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1452 DEFAULT_wxUSE_SERIAL
=yes
1453 DEFAULT_wxUSE_JOYSTICK
=yes
1454 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1455 DEFAULT_wxUSE_LONGLONG
=yes
1456 DEFAULT_wxUSE_GEOMETRY
=yes
1458 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1459 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1460 DEFAULT_wxUSE_POSTSCRIPT
=yes
1462 DEFAULT_wxUSE_X_RESOURCES
=no
1463 DEFAULT_wxUSE_CLIPBOARD
=yes
1464 DEFAULT_wxUSE_TOOLTIPS
=yes
1465 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1466 DEFAULT_wxUSE_SPLINES
=yes
1468 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1469 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1470 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1472 DEFAULT_wxUSE_PROLOGIO
=yes
1473 DEFAULT_wxUSE_RESOURCES
=yes
1474 DEFAULT_wxUSE_CONSTRAINTS
=yes
1475 DEFAULT_wxUSE_IPC
=yes
1476 DEFAULT_wxUSE_HELP
=yes
1477 DEFAULT_wxUSE_WXTREE
=yes
1478 DEFAULT_wxUSE_METAFILE
=yes
1480 DEFAULT_wxUSE_COMMONDLGS
=yes
1481 DEFAULT_wxUSE_DIRDLG
=yes
1482 DEFAULT_wxUSE_TEXTDLG
=yes
1483 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1484 DEFAULT_wxUSE_PROGRESSDLG
=yes
1485 DEFAULT_wxUSE_MINIFRAME
=yes
1486 DEFAULT_wxUSE_HTML
=yes
1487 DEFAULT_wxUSE_FILESYSTEM
=yes
1488 DEFAULT_wxUSE_FS_INET
=yes
1489 DEFAULT_wxUSE_FS_ZIP
=yes
1490 DEFAULT_wxUSE_BUSYINFO
=yes
1491 DEFAULT_wxUSE_ZIPSTREAM
=yes
1492 DEFAULT_wxUSE_VALIDATORS
=yes
1494 DEFAULT_wxUSE_ACCEL
=yes
1495 DEFAULT_wxUSE_CARET
=yes
1496 DEFAULT_wxUSE_BMPBUTTON
=yes
1497 DEFAULT_wxUSE_CHECKBOX
=yes
1498 DEFAULT_wxUSE_CHECKLST
=yes
1499 DEFAULT_wxUSE_CHOICE
=yes
1500 DEFAULT_wxUSE_COMBOBOX
=yes
1501 DEFAULT_wxUSE_GAUGE
=yes
1502 DEFAULT_wxUSE_GRID
=yes
1503 DEFAULT_wxUSE_NEW_GRID
=yes
1504 DEFAULT_wxUSE_IMAGLIST
=yes
1505 DEFAULT_wxUSE_LISTBOX
=yes
1506 DEFAULT_wxUSE_LISTCTRL
=yes
1507 DEFAULT_wxUSE_NOTEBOOK
=yes
1508 DEFAULT_wxUSE_RADIOBOX
=yes
1509 DEFAULT_wxUSE_RADIOBTN
=yes
1510 DEFAULT_wxUSE_SASH
=yes
1511 DEFAULT_wxUSE_SCROLLBAR
=yes
1512 DEFAULT_wxUSE_SLIDER
=yes
1513 DEFAULT_wxUSE_SPINBTN
=yes
1514 DEFAULT_wxUSE_SPINCTRL
=yes
1515 DEFAULT_wxUSE_SPLITTER
=yes
1516 DEFAULT_wxUSE_STATBMP
=yes
1517 DEFAULT_wxUSE_STATBOX
=yes
1518 DEFAULT_wxUSE_STATLINE
=yes
1519 DEFAULT_wxUSE_STATUSBAR
=yes
1520 DEFAULT_wxUSE_TABDIALOG
=no
1521 DEFAULT_wxUSE_TOGGLEBTN
=yes
1522 DEFAULT_wxUSE_TOOLBAR
=yes
1523 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1524 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1525 DEFAULT_wxUSE_TREECTRL
=yes
1527 DEFAULT_wxUSE_UNICODE
=no
1528 DEFAULT_wxUSE_WCSRTOMBS
=no
1530 DEFAULT_wxUSE_GIF
=yes
1531 DEFAULT_wxUSE_PCX
=yes
1532 DEFAULT_wxUSE_PNM
=yes
1537 for toolkit
in `echo $ALL_TOOLKITS`; do
1538 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1539 if test "x$LINE" != x
; then
1540 has_toolkit_in_cache
=1
1541 eval "DEFAULT_$LINE"
1542 eval "CACHE_$toolkit=1"
1548 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
1549 echo "configure:1550: checking "for --enable-gui"" >&5
1551 # Check whether --enable-gui or --disable-gui was given.
1552 if test "${enable_gui+set}" = set; then
1553 enableval
="$enable_gui"
1555 if test "$enableval" = yes; then
1556 ac_cv_use_gui
='wxUSE_GUI=yes'
1558 ac_cv_use_gui
='wxUSE_GUI=no'
1563 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1564 if test "x$LINE" != x
; then
1565 eval "DEFAULT_$LINE"
1570 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1575 eval "$ac_cv_use_gui"
1576 if test "$no_cache" != 1; then
1577 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1580 if test "$wxUSE_GUI" = yes; then
1581 echo "$ac_t""yes" 1>&6
1583 echo "$ac_t""no" 1>&6
1587 if test "$wxUSE_GUI" = "yes"; then
1589 # Check whether --with-gtk or --without-gtk was given.
1590 if test "${with_gtk+set}" = set; then
1592 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1595 # Check whether --with-motif or --without-motif was given.
1596 if test "${with_motif+set}" = set; then
1597 withval
="$with_motif"
1598 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1601 # Check whether --with-mac or --without-mac was given.
1602 if test "${with_mac+set}" = set; then
1604 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1607 # Check whether --with-wine or --without-wine was given.
1608 if test "${with_wine+set}" = set; then
1609 withval
="$with_wine"
1610 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1613 # Check whether --with-cygwin or --without-cygwin was given.
1614 if test "${with_cygwin+set}" = set; then
1615 withval
="$with_cygwin"
1616 wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1
1619 # Check whether --with-mingw or --without-mingw was given.
1620 if test "${with_mingw+set}" = set; then
1621 withval
="$with_mingw"
1622 wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1
1625 # Check whether --with-pm or --without-pm was given.
1626 if test "${with_pm+set}" = set; then
1628 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1632 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1633 if test "${with_gtk_prefix+set}" = set; then
1634 withval
="$with_gtk_prefix"
1635 gtk_config_prefix
="$withval"
1637 gtk_config_prefix
=""
1640 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1641 if test "${with_gtk_exec_prefix+set}" = set; then
1642 withval
="$with_gtk_exec_prefix"
1643 gtk_config_exec_prefix
="$withval"
1645 gtk_config_exec_prefix
=""
1650 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
1651 echo "configure:1652: checking "for --with-libpng"" >&5
1653 # Check whether --with-libpng or --without-libpng was given.
1654 if test "${with_libpng+set}" = set; then
1655 withval
="$with_libpng"
1657 if test "$withval" = yes; then
1658 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1659 elif test "$withval" = no
; then
1660 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1661 elif test "$withval" = sys
; then
1662 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1664 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1669 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1670 if test "x$LINE" != x
; then
1671 eval "DEFAULT_$LINE"
1676 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1681 eval "$ac_cv_use_libpng"
1682 if test "$no_cache" != 1; then
1683 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1686 if test "$wxUSE_LIBPNG" = yes; then
1687 echo "$ac_t""yes" 1>&6
1688 elif test "$wxUSE_LIBPNG" = no
; then
1689 echo "$ac_t""no" 1>&6
1690 elif test "$wxUSE_LIBPNG" = sys
; then
1691 echo "$ac_t""system version" 1>&6
1693 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1697 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
1698 echo "configure:1699: checking "for --with-libjpeg"" >&5
1700 # Check whether --with-libjpeg or --without-libjpeg was given.
1701 if test "${with_libjpeg+set}" = set; then
1702 withval
="$with_libjpeg"
1704 if test "$withval" = yes; then
1705 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1706 elif test "$withval" = no
; then
1707 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1708 elif test "$withval" = sys
; then
1709 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
1711 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1716 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1717 if test "x$LINE" != x
; then
1718 eval "DEFAULT_$LINE"
1723 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1728 eval "$ac_cv_use_libjpeg"
1729 if test "$no_cache" != 1; then
1730 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1733 if test "$wxUSE_LIBJPEG" = yes; then
1734 echo "$ac_t""yes" 1>&6
1735 elif test "$wxUSE_LIBJPEG" = no
; then
1736 echo "$ac_t""no" 1>&6
1737 elif test "$wxUSE_LIBJPEG" = sys
; then
1738 echo "$ac_t""system version" 1>&6
1740 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1744 echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
1745 echo "configure:1746: checking "for --with-libtiff"" >&5
1747 # Check whether --with-libtiff or --without-libtiff was given.
1748 if test "${with_libtiff+set}" = set; then
1749 withval
="$with_libtiff"
1751 if test "$withval" = yes; then
1752 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
1753 elif test "$withval" = no
; then
1754 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
1755 elif test "$withval" = sys
; then
1756 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
1758 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1763 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1764 if test "x$LINE" != x
; then
1765 eval "DEFAULT_$LINE"
1770 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1775 eval "$ac_cv_use_libtiff"
1776 if test "$no_cache" != 1; then
1777 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1780 if test "$wxUSE_LIBTIFF" = yes; then
1781 echo "$ac_t""yes" 1>&6
1782 elif test "$wxUSE_LIBTIFF" = no
; then
1783 echo "$ac_t""no" 1>&6
1784 elif test "$wxUSE_LIBTIFF" = sys
; then
1785 echo "$ac_t""system version" 1>&6
1787 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1791 echo $ac_n "checking "for --with-freetype"""... $ac_c" 1>&6
1792 echo "configure:1793: checking "for --with-freetype"" >&5
1794 # Check whether --with-freetype or --without-freetype was given.
1795 if test "${with_freetype+set}" = set; then
1796 withval
="$with_freetype"
1798 if test "$withval" = yes; then
1799 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
1800 elif test "$withval" = no
; then
1801 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
1802 elif test "$withval" = sys
; then
1803 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
1805 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1810 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
1811 if test "x$LINE" != x
; then
1812 eval "DEFAULT_$LINE"
1817 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
1822 eval "$ac_cv_use_freetype"
1823 if test "$no_cache" != 1; then
1824 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
1827 if test "$wxUSE_FREETYPE" = yes; then
1828 echo "$ac_t""yes" 1>&6
1829 elif test "$wxUSE_FREETYPE" = no
; then
1830 echo "$ac_t""no" 1>&6
1831 elif test "$wxUSE_FREETYPE" = sys
; then
1832 echo "$ac_t""system version" 1>&6
1834 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1838 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
1839 echo "configure:1840: checking "for --with-opengl"" >&5
1841 # Check whether --with-opengl or --without-opengl was given.
1842 if test "${with_opengl+set}" = set; then
1843 withval
="$with_opengl"
1845 if test "$withval" = yes; then
1846 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
1848 ac_cv_use_opengl
='wxUSE_OPENGL=no'
1853 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1854 if test "x$LINE" != x
; then
1855 eval "DEFAULT_$LINE"
1860 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1865 eval "$ac_cv_use_opengl"
1866 if test "$no_cache" != 1; then
1867 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1870 if test "$wxUSE_OPENGL" = yes; then
1871 echo "$ac_t""yes" 1>&6
1873 echo "$ac_t""no" 1>&6
1880 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
1881 echo "configure:1882: checking "for --with-dmalloc"" >&5
1883 # Check whether --with-dmalloc or --without-dmalloc was given.
1884 if test "${with_dmalloc+set}" = set; then
1885 withval
="$with_dmalloc"
1887 if test "$withval" = yes; then
1888 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
1890 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
1895 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1896 if test "x$LINE" != x
; then
1897 eval "DEFAULT_$LINE"
1902 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1907 eval "$ac_cv_use_dmalloc"
1908 if test "$no_cache" != 1; then
1909 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1912 if test "$wxUSE_DMALLOC" = yes; then
1913 echo "$ac_t""yes" 1>&6
1915 echo "$ac_t""no" 1>&6
1919 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
1920 echo "configure:1921: checking "for --with-zlib"" >&5
1922 # Check whether --with-zlib or --without-zlib was given.
1923 if test "${with_zlib+set}" = set; then
1924 withval
="$with_zlib"
1926 if test "$withval" = yes; then
1927 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
1928 elif test "$withval" = no
; then
1929 ac_cv_use_zlib
='wxUSE_ZLIB=no'
1930 elif test "$withval" = sys
; then
1931 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
1933 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1938 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1939 if test "x$LINE" != x
; then
1940 eval "DEFAULT_$LINE"
1945 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1950 eval "$ac_cv_use_zlib"
1951 if test "$no_cache" != 1; then
1952 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1955 if test "$wxUSE_ZLIB" = yes; then
1956 echo "$ac_t""yes" 1>&6
1957 elif test "$wxUSE_ZLIB" = no
; then
1958 echo "$ac_t""no" 1>&6
1959 elif test "$wxUSE_ZLIB" = sys
; then
1960 echo "$ac_t""system version" 1>&6
1962 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1966 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
1967 echo "configure:1968: checking "for --with-odbc"" >&5
1969 # Check whether --with-odbc or --without-odbc was given.
1970 if test "${with_odbc+set}" = set; then
1971 withval
="$with_odbc"
1973 if test "$withval" = yes; then
1974 ac_cv_use_odbc
='wxUSE_ODBC=yes'
1976 ac_cv_use_odbc
='wxUSE_ODBC=no'
1981 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1982 if test "x$LINE" != x
; then
1983 eval "DEFAULT_$LINE"
1988 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1993 eval "$ac_cv_use_odbc"
1994 if test "$no_cache" != 1; then
1995 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1998 if test "$wxUSE_ODBC" = yes; then
1999 echo "$ac_t""yes" 1>&6
2001 echo "$ac_t""no" 1>&6
2008 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
2009 echo "configure:2010: checking "for --enable-shared"" >&5
2011 # Check whether --enable-shared or --disable-shared was given.
2012 if test "${enable_shared+set}" = set; then
2013 enableval
="$enable_shared"
2015 if test "$enableval" = yes; then
2016 ac_cv_use_shared
='wxUSE_SHARED=yes'
2018 ac_cv_use_shared
='wxUSE_SHARED=no'
2023 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2024 if test "x$LINE" != x
; then
2025 eval "DEFAULT_$LINE"
2030 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2035 eval "$ac_cv_use_shared"
2036 if test "$no_cache" != 1; then
2037 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2040 if test "$wxUSE_SHARED" = yes; then
2041 echo "$ac_t""yes" 1>&6
2043 echo "$ac_t""no" 1>&6
2047 echo $ac_n "checking "for --enable-burnt_name"""... $ac_c" 1>&6
2048 echo "configure:2049: checking "for --enable-burnt_name"" >&5
2050 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2051 if test "${enable_burnt_name+set}" = set; then
2052 enableval
="$enable_burnt_name"
2054 if test "$enableval" = yes; then
2055 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=yes'
2057 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=no'
2062 LINE
=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2063 if test "x$LINE" != x
; then
2064 eval "DEFAULT_$LINE"
2069 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2074 eval "$ac_cv_use_burnt_name"
2075 if test "$no_cache" != 1; then
2076 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2079 if test "$wxUSE_BURNT_NAME" = yes; then
2080 echo "$ac_t""yes" 1>&6
2082 echo "$ac_t""no" 1>&6
2086 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
2087 echo "configure:2088: checking "for --enable-optimise"" >&5
2089 # Check whether --enable-optimise or --disable-optimise was given.
2090 if test "${enable_optimise+set}" = set; then
2091 enableval
="$enable_optimise"
2093 if test "$enableval" = yes; then
2094 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2096 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2101 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2102 if test "x$LINE" != x
; then
2103 eval "DEFAULT_$LINE"
2108 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2113 eval "$ac_cv_use_optimise"
2114 if test "$no_cache" != 1; then
2115 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2118 if test "$wxUSE_OPTIMISE" = yes; then
2119 echo "$ac_t""yes" 1>&6
2121 echo "$ac_t""no" 1>&6
2125 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
2126 echo "configure:2127: checking "for --enable-debug"" >&5
2128 # Check whether --enable-debug or --disable-debug was given.
2129 if test "${enable_debug+set}" = set; then
2130 enableval
="$enable_debug"
2132 if test "$enableval" = yes; then
2133 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2135 ac_cv_use_debug
='wxUSE_DEBUG=no'
2140 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2141 if test "x$LINE" != x
; then
2142 eval "DEFAULT_$LINE"
2147 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2152 eval "$ac_cv_use_debug"
2153 if test "$no_cache" != 1; then
2154 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2157 if test "$wxUSE_DEBUG" = yes; then
2158 echo "$ac_t""yes" 1>&6
2160 echo "$ac_t""no" 1>&6
2164 if test "$wxUSE_DEBUG" = "yes"; then
2165 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2166 DEFAULT_wxUSE_DEBUG_INFO
=yes
2167 elif test "$wxUSE_DEBUG" = "no"; then
2168 DEFAULT_wxUSE_DEBUG_FLAG
=no
2169 DEFAULT_wxUSE_DEBUG_INFO
=no
2173 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
2174 echo "configure:2175: checking "for --enable-debug_flag"" >&5
2176 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2177 if test "${enable_debug_flag+set}" = set; then
2178 enableval
="$enable_debug_flag"
2180 if test "$enableval" = yes; then
2181 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2183 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2188 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2189 if test "x$LINE" != x
; then
2190 eval "DEFAULT_$LINE"
2195 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2200 eval "$ac_cv_use_debug_flag"
2201 if test "$no_cache" != 1; then
2202 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2205 if test "$wxUSE_DEBUG_FLAG" = yes; then
2206 echo "$ac_t""yes" 1>&6
2208 echo "$ac_t""no" 1>&6
2212 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
2213 echo "configure:2214: checking "for --enable-debug_info"" >&5
2215 # Check whether --enable-debug_info or --disable-debug_info was given.
2216 if test "${enable_debug_info+set}" = set; then
2217 enableval
="$enable_debug_info"
2219 if test "$enableval" = yes; then
2220 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2222 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2227 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2228 if test "x$LINE" != x
; then
2229 eval "DEFAULT_$LINE"
2234 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2239 eval "$ac_cv_use_debug_info"
2240 if test "$no_cache" != 1; then
2241 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2244 if test "$wxUSE_DEBUG_INFO" = yes; then
2245 echo "$ac_t""yes" 1>&6
2247 echo "$ac_t""no" 1>&6
2251 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
2252 echo "configure:2253: checking "for --enable-debug_gdb"" >&5
2254 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2255 if test "${enable_debug_gdb+set}" = set; then
2256 enableval
="$enable_debug_gdb"
2258 if test "$enableval" = yes; then
2259 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2261 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2266 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2267 if test "x$LINE" != x
; then
2268 eval "DEFAULT_$LINE"
2273 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2278 eval "$ac_cv_use_debug_gdb"
2279 if test "$no_cache" != 1; then
2280 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2283 if test "$wxUSE_DEBUG_GDB" = yes; then
2284 echo "$ac_t""yes" 1>&6
2286 echo "$ac_t""no" 1>&6
2290 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
2291 echo "configure:2292: checking "for --enable-debug_cntxt"" >&5
2293 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2294 if test "${enable_debug_cntxt+set}" = set; then
2295 enableval
="$enable_debug_cntxt"
2297 if test "$enableval" = yes; then
2298 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2300 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2305 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2306 if test "x$LINE" != x
; then
2307 eval "DEFAULT_$LINE"
2312 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2317 eval "$ac_cv_use_debug_cntxt"
2318 if test "$no_cache" != 1; then
2319 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2322 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2323 echo "$ac_t""yes" 1>&6
2325 echo "$ac_t""no" 1>&6
2329 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
2330 echo "configure:2331: checking "for --enable-mem_tracing"" >&5
2332 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2333 if test "${enable_mem_tracing+set}" = set; then
2334 enableval
="$enable_mem_tracing"
2336 if test "$enableval" = yes; then
2337 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2339 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2344 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2345 if test "x$LINE" != x
; then
2346 eval "DEFAULT_$LINE"
2351 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2356 eval "$ac_cv_use_mem_tracing"
2357 if test "$no_cache" != 1; then
2358 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2361 if test "$wxUSE_MEM_TRACING" = yes; then
2362 echo "$ac_t""yes" 1>&6
2364 echo "$ac_t""no" 1>&6
2368 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
2369 echo "configure:2370: checking "for --enable-profile"" >&5
2371 # Check whether --enable-profile or --disable-profile was given.
2372 if test "${enable_profile+set}" = set; then
2373 enableval
="$enable_profile"
2375 if test "$enableval" = yes; then
2376 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2378 ac_cv_use_profile
='wxUSE_PROFILE=no'
2383 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2384 if test "x$LINE" != x
; then
2385 eval "DEFAULT_$LINE"
2390 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2395 eval "$ac_cv_use_profile"
2396 if test "$no_cache" != 1; then
2397 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2400 if test "$wxUSE_PROFILE" = yes; then
2401 echo "$ac_t""yes" 1>&6
2403 echo "$ac_t""no" 1>&6
2407 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
2408 echo "configure:2409: checking "for --enable-no_rtti"" >&5
2410 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2411 if test "${enable_no_rtti+set}" = set; then
2412 enableval
="$enable_no_rtti"
2414 if test "$enableval" = yes; then
2415 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2417 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2422 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2423 if test "x$LINE" != x
; then
2424 eval "DEFAULT_$LINE"
2429 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2434 eval "$ac_cv_use_no_rtti"
2435 if test "$no_cache" != 1; then
2436 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2439 if test "$wxUSE_NO_RTTI" = yes; then
2440 echo "$ac_t""yes" 1>&6
2442 echo "$ac_t""no" 1>&6
2446 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
2447 echo "configure:2448: checking "for --enable-no_exceptions"" >&5
2449 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2450 if test "${enable_no_exceptions+set}" = set; then
2451 enableval
="$enable_no_exceptions"
2453 if test "$enableval" = yes; then
2454 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2456 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2461 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2462 if test "x$LINE" != x
; then
2463 eval "DEFAULT_$LINE"
2468 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2473 eval "$ac_cv_use_no_exceptions"
2474 if test "$no_cache" != 1; then
2475 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2478 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2479 echo "$ac_t""yes" 1>&6
2481 echo "$ac_t""no" 1>&6
2485 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
2486 echo "configure:2487: checking "for --enable-permissive"" >&5
2488 # Check whether --enable-permissive or --disable-permissive was given.
2489 if test "${enable_permissive+set}" = set; then
2490 enableval
="$enable_permissive"
2492 if test "$enableval" = yes; then
2493 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2495 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2500 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2501 if test "x$LINE" != x
; then
2502 eval "DEFAULT_$LINE"
2507 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2512 eval "$ac_cv_use_permissive"
2513 if test "$no_cache" != 1; then
2514 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2517 if test "$wxUSE_PERMISSIVE" = yes; then
2518 echo "$ac_t""yes" 1>&6
2520 echo "$ac_t""no" 1>&6
2524 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
2525 echo "configure:2526: checking "for --enable-no_deps"" >&5
2527 # Check whether --enable-no_deps or --disable-no_deps was given.
2528 if test "${enable_no_deps+set}" = set; then
2529 enableval
="$enable_no_deps"
2531 if test "$enableval" = yes; then
2532 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2534 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2539 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2540 if test "x$LINE" != x
; then
2541 eval "DEFAULT_$LINE"
2546 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2551 eval "$ac_cv_use_no_deps"
2552 if test "$no_cache" != 1; then
2553 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2556 if test "$wxUSE_NO_DEPS" = yes; then
2557 echo "$ac_t""yes" 1>&6
2559 echo "$ac_t""no" 1>&6
2565 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
2566 echo "configure:2567: checking "for --enable-intl"" >&5
2568 # Check whether --enable-intl or --disable-intl was given.
2569 if test "${enable_intl+set}" = set; then
2570 enableval
="$enable_intl"
2572 if test "$enableval" = yes; then
2573 ac_cv_use_intl
='wxUSE_INTL=yes'
2575 ac_cv_use_intl
='wxUSE_INTL=no'
2580 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2581 if test "x$LINE" != x
; then
2582 eval "DEFAULT_$LINE"
2587 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2592 eval "$ac_cv_use_intl"
2593 if test "$no_cache" != 1; then
2594 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2597 if test "$wxUSE_INTL" = yes; then
2598 echo "$ac_t""yes" 1>&6
2600 echo "$ac_t""no" 1>&6
2604 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
2605 echo "configure:2606: checking "for --enable-config"" >&5
2607 # Check whether --enable-config or --disable-config was given.
2608 if test "${enable_config+set}" = set; then
2609 enableval
="$enable_config"
2611 if test "$enableval" = yes; then
2612 ac_cv_use_config
='wxUSE_CONFIG=yes'
2614 ac_cv_use_config
='wxUSE_CONFIG=no'
2619 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2620 if test "x$LINE" != x
; then
2621 eval "DEFAULT_$LINE"
2626 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2631 eval "$ac_cv_use_config"
2632 if test "$no_cache" != 1; then
2633 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2636 if test "$wxUSE_CONFIG" = yes; then
2637 echo "$ac_t""yes" 1>&6
2639 echo "$ac_t""no" 1>&6
2644 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
2645 echo "configure:2646: checking "for --enable-sockets"" >&5
2647 # Check whether --enable-sockets or --disable-sockets was given.
2648 if test "${enable_sockets+set}" = set; then
2649 enableval
="$enable_sockets"
2651 if test "$enableval" = yes; then
2652 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
2654 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
2659 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2660 if test "x$LINE" != x
; then
2661 eval "DEFAULT_$LINE"
2666 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2671 eval "$ac_cv_use_sockets"
2672 if test "$no_cache" != 1; then
2673 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2676 if test "$wxUSE_SOCKETS" = yes; then
2677 echo "$ac_t""yes" 1>&6
2679 echo "$ac_t""no" 1>&6
2684 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
2685 echo "configure:2686: checking "for --enable-ipc"" >&5
2687 # Check whether --enable-ipc or --disable-ipc was given.
2688 if test "${enable_ipc+set}" = set; then
2689 enableval
="$enable_ipc"
2691 if test "$enableval" = yes; then
2692 ac_cv_use_ipc
='wxUSE_IPC=yes'
2694 ac_cv_use_ipc
='wxUSE_IPC=no'
2699 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2700 if test "x$LINE" != x
; then
2701 eval "DEFAULT_$LINE"
2706 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2711 eval "$ac_cv_use_ipc"
2712 if test "$no_cache" != 1; then
2713 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2716 if test "$wxUSE_IPC" = yes; then
2717 echo "$ac_t""yes" 1>&6
2719 echo "$ac_t""no" 1>&6
2724 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
2725 echo "configure:2726: checking "for --enable-dialupman"" >&5
2727 # Check whether --enable-dialupman or --disable-dialupman was given.
2728 if test "${enable_dialupman+set}" = set; then
2729 enableval
="$enable_dialupman"
2731 if test "$enableval" = yes; then
2732 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
2734 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
2739 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2740 if test "x$LINE" != x
; then
2741 eval "DEFAULT_$LINE"
2746 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2751 eval "$ac_cv_use_dialupman"
2752 if test "$no_cache" != 1; then
2753 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2756 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2757 echo "$ac_t""yes" 1>&6
2759 echo "$ac_t""no" 1>&6
2763 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
2764 echo "configure:2765: checking "for --enable-apple_ieee"" >&5
2766 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2767 if test "${enable_apple_ieee+set}" = set; then
2768 enableval
="$enable_apple_ieee"
2770 if test "$enableval" = yes; then
2771 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
2773 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
2778 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2779 if test "x$LINE" != x
; then
2780 eval "DEFAULT_$LINE"
2785 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2790 eval "$ac_cv_use_apple_ieee"
2791 if test "$no_cache" != 1; then
2792 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2795 if test "$wxUSE_APPLE_IEEE" = yes; then
2796 echo "$ac_t""yes" 1>&6
2798 echo "$ac_t""no" 1>&6
2802 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
2803 echo "configure:2804: checking "for --enable-timedate"" >&5
2805 # Check whether --enable-timedate or --disable-timedate was given.
2806 if test "${enable_timedate+set}" = set; then
2807 enableval
="$enable_timedate"
2809 if test "$enableval" = yes; then
2810 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
2812 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
2817 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2818 if test "x$LINE" != x
; then
2819 eval "DEFAULT_$LINE"
2824 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2829 eval "$ac_cv_use_timedate"
2830 if test "$no_cache" != 1; then
2831 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2834 if test "$wxUSE_TIMEDATE" = yes; then
2835 echo "$ac_t""yes" 1>&6
2837 echo "$ac_t""no" 1>&6
2841 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
2842 echo "configure:2843: checking "for --enable-wave"" >&5
2844 # Check whether --enable-wave or --disable-wave was given.
2845 if test "${enable_wave+set}" = set; then
2846 enableval
="$enable_wave"
2848 if test "$enableval" = yes; then
2849 ac_cv_use_wave
='wxUSE_WAVE=yes'
2851 ac_cv_use_wave
='wxUSE_WAVE=no'
2856 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2857 if test "x$LINE" != x
; then
2858 eval "DEFAULT_$LINE"
2863 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2868 eval "$ac_cv_use_wave"
2869 if test "$no_cache" != 1; then
2870 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2873 if test "$wxUSE_WAVE" = yes; then
2874 echo "$ac_t""yes" 1>&6
2876 echo "$ac_t""no" 1>&6
2880 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
2881 echo "configure:2882: checking "for --enable-fraction"" >&5
2883 # Check whether --enable-fraction or --disable-fraction was given.
2884 if test "${enable_fraction+set}" = set; then
2885 enableval
="$enable_fraction"
2887 if test "$enableval" = yes; then
2888 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
2890 ac_cv_use_fraction
='wxUSE_FRACTION=no'
2895 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2896 if test "x$LINE" != x
; then
2897 eval "DEFAULT_$LINE"
2902 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2907 eval "$ac_cv_use_fraction"
2908 if test "$no_cache" != 1; then
2909 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2912 if test "$wxUSE_FRACTION" = yes; then
2913 echo "$ac_t""yes" 1>&6
2915 echo "$ac_t""no" 1>&6
2919 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
2920 echo "configure:2921: checking "for --enable-dynlib"" >&5
2922 # Check whether --enable-dynlib or --disable-dynlib was given.
2923 if test "${enable_dynlib+set}" = set; then
2924 enableval
="$enable_dynlib"
2926 if test "$enableval" = yes; then
2927 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
2929 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
2934 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2935 if test "x$LINE" != x
; then
2936 eval "DEFAULT_$LINE"
2941 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2946 eval "$ac_cv_use_dynlib"
2947 if test "$no_cache" != 1; then
2948 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2951 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2952 echo "$ac_t""yes" 1>&6
2954 echo "$ac_t""no" 1>&6
2958 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
2959 echo "configure:2960: checking "for --enable-longlong"" >&5
2961 # Check whether --enable-longlong or --disable-longlong was given.
2962 if test "${enable_longlong+set}" = set; then
2963 enableval
="$enable_longlong"
2965 if test "$enableval" = yes; then
2966 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
2968 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
2973 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2974 if test "x$LINE" != x
; then
2975 eval "DEFAULT_$LINE"
2980 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2985 eval "$ac_cv_use_longlong"
2986 if test "$no_cache" != 1; then
2987 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2990 if test "$wxUSE_LONGLONG" = yes; then
2991 echo "$ac_t""yes" 1>&6
2993 echo "$ac_t""no" 1>&6
2997 echo $ac_n "checking "for --enable-geometry"""... $ac_c" 1>&6
2998 echo "configure:2999: checking "for --enable-geometry"" >&5
3000 # Check whether --enable-geometry or --disable-geometry was given.
3001 if test "${enable_geometry+set}" = set; then
3002 enableval
="$enable_geometry"
3004 if test "$enableval" = yes; then
3005 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3007 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3012 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3013 if test "x$LINE" != x
; then
3014 eval "DEFAULT_$LINE"
3019 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3024 eval "$ac_cv_use_geometry"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3029 if test "$wxUSE_GEOMETRY" = yes; then
3030 echo "$ac_t""yes" 1>&6
3032 echo "$ac_t""no" 1>&6
3036 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
3037 echo "configure:3038: checking "for --enable-log"" >&5
3039 # Check whether --enable-log or --disable-log was given.
3040 if test "${enable_log+set}" = set; then
3041 enableval
="$enable_log"
3043 if test "$enableval" = yes; then
3044 ac_cv_use_log
='wxUSE_LOG=yes'
3046 ac_cv_use_log
='wxUSE_LOG=no'
3051 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3052 if test "x$LINE" != x
; then
3053 eval "DEFAULT_$LINE"
3058 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3063 eval "$ac_cv_use_log"
3064 if test "$no_cache" != 1; then
3065 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3068 if test "$wxUSE_LOG" = yes; then
3069 echo "$ac_t""yes" 1>&6
3071 echo "$ac_t""no" 1>&6
3075 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
3076 echo "configure:3077: checking "for --enable-streams"" >&5
3078 # Check whether --enable-streams or --disable-streams was given.
3079 if test "${enable_streams+set}" = set; then
3080 enableval
="$enable_streams"
3082 if test "$enableval" = yes; then
3083 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3085 ac_cv_use_streams
='wxUSE_STREAMS=no'
3090 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3091 if test "x$LINE" != x
; then
3092 eval "DEFAULT_$LINE"
3097 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3102 eval "$ac_cv_use_streams"
3103 if test "$no_cache" != 1; then
3104 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3107 if test "$wxUSE_STREAMS" = yes; then
3108 echo "$ac_t""yes" 1>&6
3110 echo "$ac_t""no" 1>&6
3114 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
3115 echo "configure:3116: checking "for --enable-file"" >&5
3117 # Check whether --enable-file or --disable-file was given.
3118 if test "${enable_file+set}" = set; then
3119 enableval
="$enable_file"
3121 if test "$enableval" = yes; then
3122 ac_cv_use_file
='wxUSE_FILE=yes'
3124 ac_cv_use_file
='wxUSE_FILE=no'
3129 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3130 if test "x$LINE" != x
; then
3131 eval "DEFAULT_$LINE"
3136 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3141 eval "$ac_cv_use_file"
3142 if test "$no_cache" != 1; then
3143 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3146 if test "$wxUSE_FILE" = yes; then
3147 echo "$ac_t""yes" 1>&6
3149 echo "$ac_t""no" 1>&6
3153 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
3154 echo "configure:3155: checking "for --enable-textfile"" >&5
3156 # Check whether --enable-textfile or --disable-textfile was given.
3157 if test "${enable_textfile+set}" = set; then
3158 enableval
="$enable_textfile"
3160 if test "$enableval" = yes; then
3161 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
3163 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
3168 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3169 if test "x$LINE" != x
; then
3170 eval "DEFAULT_$LINE"
3175 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3180 eval "$ac_cv_use_textfile"
3181 if test "$no_cache" != 1; then
3182 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3185 if test "$wxUSE_TEXTFILE" = yes; then
3186 echo "$ac_t""yes" 1>&6
3188 echo "$ac_t""no" 1>&6
3192 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
3193 echo "configure:3194: checking "for --enable-unicode"" >&5
3195 # Check whether --enable-unicode or --disable-unicode was given.
3196 if test "${enable_unicode+set}" = set; then
3197 enableval
="$enable_unicode"
3199 if test "$enableval" = yes; then
3200 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
3202 ac_cv_use_unicode
='wxUSE_UNICODE=no'
3207 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3208 if test "x$LINE" != x
; then
3209 eval "DEFAULT_$LINE"
3214 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3219 eval "$ac_cv_use_unicode"
3220 if test "$no_cache" != 1; then
3221 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3224 if test "$wxUSE_UNICODE" = yes; then
3225 echo "$ac_t""yes" 1>&6
3227 echo "$ac_t""no" 1>&6
3231 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
3232 echo "configure:3233: checking "for --enable-wcsrtombs"" >&5
3234 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3235 if test "${enable_wcsrtombs+set}" = set; then
3236 enableval
="$enable_wcsrtombs"
3238 if test "$enableval" = yes; then
3239 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=yes'
3241 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=no'
3246 LINE
=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3247 if test "x$LINE" != x
; then
3248 eval "DEFAULT_$LINE"
3253 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3258 eval "$ac_cv_use_wcsrtombs"
3259 if test "$no_cache" != 1; then
3260 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3263 if test "$wxUSE_WCSRTOMBS" = yes; then
3264 echo "$ac_t""yes" 1>&6
3266 echo "$ac_t""no" 1>&6
3270 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
3271 echo "configure:3272: checking "for --enable-wxprintfv"" >&5
3273 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3274 if test "${enable_wxprintfv+set}" = set; then
3275 enableval
="$enable_wxprintfv"
3277 if test "$enableval" = yes; then
3278 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3280 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3285 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3286 if test "x$LINE" != x
; then
3287 eval "DEFAULT_$LINE"
3292 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3297 eval "$ac_cv_use_wxprintfv"
3298 if test "$no_cache" != 1; then
3299 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3302 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3303 echo "$ac_t""yes" 1>&6
3305 echo "$ac_t""no" 1>&6
3309 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
3310 echo "configure:3311: checking "for --enable-std_iostreams"" >&5
3312 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3313 if test "${enable_std_iostreams+set}" = set; then
3314 enableval
="$enable_std_iostreams"
3316 if test "$enableval" = yes; then
3317 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3319 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3324 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3325 if test "x$LINE" != x
; then
3326 eval "DEFAULT_$LINE"
3331 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3336 eval "$ac_cv_use_std_iostreams"
3337 if test "$no_cache" != 1; then
3338 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3341 if test "$wxUSE_STD_IOSTREAM" = yes; then
3342 echo "$ac_t""yes" 1>&6
3344 echo "$ac_t""no" 1>&6
3348 echo $ac_n "checking "for --enable-filesystem"""... $ac_c" 1>&6
3349 echo "configure:3350: checking "for --enable-filesystem"" >&5
3351 # Check whether --enable-filesystem or --disable-filesystem was given.
3352 if test "${enable_filesystem+set}" = set; then
3353 enableval
="$enable_filesystem"
3355 if test "$enableval" = yes; then
3356 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
3358 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
3363 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3364 if test "x$LINE" != x
; then
3365 eval "DEFAULT_$LINE"
3370 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3375 eval "$ac_cv_use_filesystem"
3376 if test "$no_cache" != 1; then
3377 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3380 if test "$wxUSE_FILESYSTEM" = yes; then
3381 echo "$ac_t""yes" 1>&6
3383 echo "$ac_t""no" 1>&6
3387 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
3388 echo "configure:3389: checking "for --enable-fs_inet"" >&5
3390 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3391 if test "${enable_fs_inet+set}" = set; then
3392 enableval
="$enable_fs_inet"
3394 if test "$enableval" = yes; then
3395 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3397 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3402 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3403 if test "x$LINE" != x
; then
3404 eval "DEFAULT_$LINE"
3409 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3414 eval "$ac_cv_use_fs_inet"
3415 if test "$no_cache" != 1; then
3416 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3419 if test "$wxUSE_FS_INET" = yes; then
3420 echo "$ac_t""yes" 1>&6
3422 echo "$ac_t""no" 1>&6
3426 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
3427 echo "configure:3428: checking "for --enable-fs_zip"" >&5
3429 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3430 if test "${enable_fs_zip+set}" = set; then
3431 enableval
="$enable_fs_zip"
3433 if test "$enableval" = yes; then
3434 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
3436 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
3441 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3442 if test "x$LINE" != x
; then
3443 eval "DEFAULT_$LINE"
3448 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3453 eval "$ac_cv_use_fs_zip"
3454 if test "$no_cache" != 1; then
3455 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3458 if test "$wxUSE_FS_ZIP" = yes; then
3459 echo "$ac_t""yes" 1>&6
3461 echo "$ac_t""no" 1>&6
3465 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
3466 echo "configure:3467: checking "for --enable-zipstream"" >&5
3468 # Check whether --enable-zipstream or --disable-zipstream was given.
3469 if test "${enable_zipstream+set}" = set; then
3470 enableval
="$enable_zipstream"
3472 if test "$enableval" = yes; then
3473 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
3475 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
3480 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3481 if test "x$LINE" != x
; then
3482 eval "DEFAULT_$LINE"
3487 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3492 eval "$ac_cv_use_zipstream"
3493 if test "$no_cache" != 1; then
3494 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3497 if test "$wxUSE_ZIPSTREAM" = yes; then
3498 echo "$ac_t""yes" 1>&6
3500 echo "$ac_t""no" 1>&6
3505 echo $ac_n "checking "for --enable-catch_segvs"""... $ac_c" 1>&6
3506 echo "configure:3507: checking "for --enable-catch_segvs"" >&5
3508 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3509 if test "${enable_catch_segvs+set}" = set; then
3510 enableval
="$enable_catch_segvs"
3512 if test "$enableval" = yes; then
3513 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
3515 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
3520 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3521 if test "x$LINE" != x
; then
3522 eval "DEFAULT_$LINE"
3527 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
3532 eval "$ac_cv_use_catch_segvs"
3533 if test "$no_cache" != 1; then
3534 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
3537 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
3538 echo "$ac_t""yes" 1>&6
3540 echo "$ac_t""no" 1>&6
3546 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
3547 echo "configure:3548: checking "for --enable-threads"" >&5
3549 # Check whether --enable-threads or --disable-threads was given.
3550 if test "${enable_threads+set}" = set; then
3551 enableval
="$enable_threads"
3553 if test "$enableval" = yes; then
3554 ac_cv_use_threads
='wxUSE_THREADS=yes'
3556 ac_cv_use_threads
='wxUSE_THREADS=no'
3561 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3562 if test "x$LINE" != x
; then
3563 eval "DEFAULT_$LINE"
3568 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3573 eval "$ac_cv_use_threads"
3574 if test "$no_cache" != 1; then
3575 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3578 if test "$wxUSE_THREADS" = yes; then
3579 echo "$ac_t""yes" 1>&6
3581 echo "$ac_t""no" 1>&6
3585 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
3586 echo "configure:3587: checking "for --enable-serial"" >&5
3588 # Check whether --enable-serial or --disable-serial was given.
3589 if test "${enable_serial+set}" = set; then
3590 enableval
="$enable_serial"
3592 if test "$enableval" = yes; then
3593 ac_cv_use_serial
='wxUSE_SERIAL=yes'
3595 ac_cv_use_serial
='wxUSE_SERIAL=no'
3600 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3601 if test "x$LINE" != x
; then
3602 eval "DEFAULT_$LINE"
3607 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3612 eval "$ac_cv_use_serial"
3613 if test "$no_cache" != 1; then
3614 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3617 if test "$wxUSE_SERIAL" = yes; then
3618 echo "$ac_t""yes" 1>&6
3620 echo "$ac_t""no" 1>&6
3624 if test "$wxUSE_GUI" = "yes"; then
3628 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
3629 echo "configure:3630: checking "for --enable-docview"" >&5
3631 # Check whether --enable-docview or --disable-docview was given.
3632 if test "${enable_docview+set}" = set; then
3633 enableval
="$enable_docview"
3635 if test "$enableval" = yes; then
3636 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3638 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3643 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3644 if test "x$LINE" != x
; then
3645 eval "DEFAULT_$LINE"
3650 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3655 eval "$ac_cv_use_docview"
3656 if test "$no_cache" != 1; then
3657 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3660 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3661 echo "$ac_t""yes" 1>&6
3663 echo "$ac_t""no" 1>&6
3667 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
3668 echo "configure:3669: checking "for --enable-help"" >&5
3670 # Check whether --enable-help or --disable-help was given.
3671 if test "${enable_help+set}" = set; then
3672 enableval
="$enable_help"
3674 if test "$enableval" = yes; then
3675 ac_cv_use_help
='wxUSE_HELP=yes'
3677 ac_cv_use_help
='wxUSE_HELP=no'
3682 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3683 if test "x$LINE" != x
; then
3684 eval "DEFAULT_$LINE"
3689 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3694 eval "$ac_cv_use_help"
3695 if test "$no_cache" != 1; then
3696 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3699 if test "$wxUSE_HELP" = yes; then
3700 echo "$ac_t""yes" 1>&6
3702 echo "$ac_t""no" 1>&6
3706 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
3707 echo "configure:3708: checking "for --enable-constraints"" >&5
3709 # Check whether --enable-constraints or --disable-constraints was given.
3710 if test "${enable_constraints+set}" = set; then
3711 enableval
="$enable_constraints"
3713 if test "$enableval" = yes; then
3714 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
3716 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
3721 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3722 if test "x$LINE" != x
; then
3723 eval "DEFAULT_$LINE"
3728 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3733 eval "$ac_cv_use_constraints"
3734 if test "$no_cache" != 1; then
3735 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3738 if test "$wxUSE_CONSTRAINTS" = yes; then
3739 echo "$ac_t""yes" 1>&6
3741 echo "$ac_t""no" 1>&6
3745 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
3746 echo "configure:3747: checking "for --enable-printarch"" >&5
3748 # Check whether --enable-printarch or --disable-printarch was given.
3749 if test "${enable_printarch+set}" = set; then
3750 enableval
="$enable_printarch"
3752 if test "$enableval" = yes; then
3753 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
3755 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
3760 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x
; then
3762 eval "DEFAULT_$LINE"
3767 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3772 eval "$ac_cv_use_printarch"
3773 if test "$no_cache" != 1; then
3774 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3777 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3778 echo "$ac_t""yes" 1>&6
3780 echo "$ac_t""no" 1>&6
3784 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
3785 echo "configure:3786: checking "for --enable-mdi"" >&5
3787 # Check whether --enable-mdi or --disable-mdi was given.
3788 if test "${enable_mdi+set}" = set; then
3789 enableval
="$enable_mdi"
3791 if test "$enableval" = yes; then
3792 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
3794 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
3799 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3800 if test "x$LINE" != x
; then
3801 eval "DEFAULT_$LINE"
3806 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3811 eval "$ac_cv_use_mdi"
3812 if test "$no_cache" != 1; then
3813 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3816 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3817 echo "$ac_t""yes" 1>&6
3819 echo "$ac_t""no" 1>&6
3824 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
3825 echo "configure:3826: checking "for --enable-postscript"" >&5
3827 # Check whether --enable-postscript or --disable-postscript was given.
3828 if test "${enable_postscript+set}" = set; then
3829 enableval
="$enable_postscript"
3831 if test "$enableval" = yes; then
3832 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
3834 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
3839 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3840 if test "x$LINE" != x
; then
3841 eval "DEFAULT_$LINE"
3846 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3851 eval "$ac_cv_use_postscript"
3852 if test "$no_cache" != 1; then
3853 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3856 if test "$wxUSE_POSTSCRIPT" = yes; then
3857 echo "$ac_t""yes" 1>&6
3859 echo "$ac_t""no" 1>&6
3865 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
3866 echo "configure:3867: checking "for --enable-prologio"" >&5
3868 # Check whether --enable-prologio or --disable-prologio was given.
3869 if test "${enable_prologio+set}" = set; then
3870 enableval
="$enable_prologio"
3872 if test "$enableval" = yes; then
3873 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
3875 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
3880 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3881 if test "x$LINE" != x
; then
3882 eval "DEFAULT_$LINE"
3887 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3892 eval "$ac_cv_use_prologio"
3893 if test "$no_cache" != 1; then
3894 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3897 if test "$wxUSE_PROLOGIO" = yes; then
3898 echo "$ac_t""yes" 1>&6
3900 echo "$ac_t""no" 1>&6
3904 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
3905 echo "configure:3906: checking "for --enable-resources"" >&5
3907 # Check whether --enable-resources or --disable-resources was given.
3908 if test "${enable_resources+set}" = set; then
3909 enableval
="$enable_resources"
3911 if test "$enableval" = yes; then
3912 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
3914 ac_cv_use_resources
='wxUSE_RESOURCES=no'
3919 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3920 if test "x$LINE" != x
; then
3921 eval "DEFAULT_$LINE"
3926 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3931 eval "$ac_cv_use_resources"
3932 if test "$no_cache" != 1; then
3933 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3936 if test "$wxUSE_RESOURCES" = yes; then
3937 echo "$ac_t""yes" 1>&6
3939 echo "$ac_t""no" 1>&6
3944 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
3945 echo "configure:3946: checking "for --enable-xresources"" >&5
3947 # Check whether --enable-xresources or --disable-xresources was given.
3948 if test "${enable_xresources+set}" = set; then
3949 enableval
="$enable_xresources"
3951 if test "$enableval" = yes; then
3952 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
3954 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
3959 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3960 if test "x$LINE" != x
; then
3961 eval "DEFAULT_$LINE"
3966 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3971 eval "$ac_cv_use_xresources"
3972 if test "$no_cache" != 1; then
3973 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3976 if test "$wxUSE_X_RESOURCES" = yes; then
3977 echo "$ac_t""yes" 1>&6
3979 echo "$ac_t""no" 1>&6
3985 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
3986 echo "configure:3987: checking "for --enable-clipboard"" >&5
3988 # Check whether --enable-clipboard or --disable-clipboard was given.
3989 if test "${enable_clipboard+set}" = set; then
3990 enableval
="$enable_clipboard"
3992 if test "$enableval" = yes; then
3993 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
3995 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
4000 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4001 if test "x$LINE" != x
; then
4002 eval "DEFAULT_$LINE"
4007 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4012 eval "$ac_cv_use_clipboard"
4013 if test "$no_cache" != 1; then
4014 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4017 if test "$wxUSE_CLIPBOARD" = yes; then
4018 echo "$ac_t""yes" 1>&6
4020 echo "$ac_t""no" 1>&6
4024 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
4025 echo "configure:4026: checking "for --enable-dnd"" >&5
4027 # Check whether --enable-dnd or --disable-dnd was given.
4028 if test "${enable_dnd+set}" = set; then
4029 enableval
="$enable_dnd"
4031 if test "$enableval" = yes; then
4032 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
4034 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
4039 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4040 if test "x$LINE" != x
; then
4041 eval "DEFAULT_$LINE"
4046 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4051 eval "$ac_cv_use_dnd"
4052 if test "$no_cache" != 1; then
4053 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4056 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4057 echo "$ac_t""yes" 1>&6
4059 echo "$ac_t""no" 1>&6
4063 echo $ac_n "checking "for --enable-metafile"""... $ac_c" 1>&6
4064 echo "configure:4065: checking "for --enable-metafile"" >&5
4066 # Check whether --enable-metafile or --disable-metafile was given.
4067 if test "${enable_metafile+set}" = set; then
4068 enableval
="$enable_metafile"
4070 if test "$enableval" = yes; then
4071 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
4073 ac_cv_use_metafile
='wxUSE_METAFILE=no'
4078 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4079 if test "x$LINE" != x
; then
4080 eval "DEFAULT_$LINE"
4085 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4090 eval "$ac_cv_use_metafile"
4091 if test "$no_cache" != 1; then
4092 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4095 if test "$wxUSE_METAFILE" = yes; then
4096 echo "$ac_t""yes" 1>&6
4098 echo "$ac_t""no" 1>&6
4103 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
4104 echo "configure:4105: checking "for --enable-wxtree"" >&5
4106 # Check whether --enable-wxtree or --disable-wxtree was given.
4107 if test "${enable_wxtree+set}" = set; then
4108 enableval
="$enable_wxtree"
4110 if test "$enableval" = yes; then
4111 ac_cv_use_wxtree
='wxUSE_WXTREE=yes'
4113 ac_cv_use_wxtree
='wxUSE_WXTREE=no'
4118 LINE
=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
4119 if test "x$LINE" != x
; then
4120 eval "DEFAULT_$LINE"
4125 ac_cv_use_wxtree
='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
4130 eval "$ac_cv_use_wxtree"
4131 if test "$no_cache" != 1; then
4132 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
4135 if test "$wxUSE_WXTREE" = yes; then
4136 echo "$ac_t""yes" 1>&6
4138 echo "$ac_t""no" 1>&6
4144 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
4145 echo "configure:4146: checking "for --enable-controls"" >&5
4147 # Check whether --enable-controls or --disable-controls was given.
4148 if test "${enable_controls+set}" = set; then
4149 enableval
="$enable_controls"
4151 if test "$enableval" = yes; then
4152 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
4154 ac_cv_use_controls
='wxUSE_CONTROLS=no'
4159 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4160 if test "x$LINE" != x
; then
4161 eval "DEFAULT_$LINE"
4166 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4171 eval "$ac_cv_use_controls"
4172 if test "$no_cache" != 1; then
4173 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4176 if test "$wxUSE_CONTROLS" = yes; then
4177 echo "$ac_t""yes" 1>&6
4179 echo "$ac_t""no" 1>&6
4183 if test "$wxUSE_CONTROLS" = "yes"; then
4184 DEFAULT_wxUSE_ACCEL
=yes
4185 DEFAULT_wxUSE_CARET
=yes
4186 DEFAULT_wxUSE_COMBOBOX
=yes
4187 DEFAULT_wxUSE_BMPBUTTON
=yes
4188 DEFAULT_wxUSE_CHECKBOX
=yes
4189 DEFAULT_wxUSE_CHECKLISTBOX
=yes
4190 DEFAULT_wxUSE_CHOICE
=yes
4191 DEFAULT_wxUSE_GAUGE
=yes
4192 DEFAULT_wxUSE_GRID
=yes
4193 DEFAULT_wxUSE_NEW_GRID
=yes
4194 DEFAULT_wxUSE_IMAGLIST
=yes
4195 DEFAULT_wxUSE_LISTBOX
=yes
4196 DEFAULT_wxUSE_LISTCTRL
=yes
4197 DEFAULT_wxUSE_NOTEBOOK
=yes
4198 DEFAULT_wxUSE_RADIOBOX
=yes
4199 DEFAULT_wxUSE_RADIOBTN
=yes
4200 DEFAULT_wxUSE_SASH
=yes
4201 DEFAULT_wxUSE_SCROLLBAR
=yes
4202 DEFAULT_wxUSE_SLIDER
=yes
4203 DEFAULT_wxUSE_SPINBTN
=yes
4204 DEFAULT_wxUSE_SPINCTRL
=yes
4205 DEFAULT_wxUSE_SPLITTER
=yes
4206 DEFAULT_wxUSE_STATBMP
=yes
4207 DEFAULT_wxUSE_STATBOX
=yes
4208 DEFAULT_wxUSE_STATLINE
=yes
4209 DEFAULT_wxUSE_STATUSBAR
=yes
4210 DEFAULT_wxUSE_TAB_DIALOG
=yes
4211 DEFAULT_wxUSE_TOGGLEBTN
=yes
4212 DEFAULT_wxUSE_TOOLBAR
=yes
4213 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
4214 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
4215 DEFAULT_wxUSE_TOOLTIPS
=yes
4216 DEFAULT_wxUSE_TREECTRL
=yes
4217 elif test "$wxUSE_CONTROLS" = "no"; then
4218 DEFAULT_wxUSE_ACCEL
=no
4219 DEFAULT_wxUSE_CARET
=no
4220 DEFAULT_wxUSE_COMBOBOX
=no
4221 DEFAULT_wxUSE_BMPBUTTON
=no
4222 DEFAULT_wxUSE_CHECKBOX
=no
4223 DEFAULT_wxUSE_CHECKLISTBOX
=no
4224 DEFAULT_wxUSE_CHOICE
=no
4225 DEFAULT_wxUSE_GAUGE
=no
4226 DEFAULT_wxUSE_GRID
=no
4227 DEFAULT_wxUSE_NEW_GRID
=no
4228 DEFAULT_wxUSE_IMAGLIST
=no
4229 DEFAULT_wxUSE_LISTBOX
=no
4230 DEFAULT_wxUSE_LISTCTRL
=no
4231 DEFAULT_wxUSE_NOTEBOOK
=no
4232 DEFAULT_wxUSE_RADIOBOX
=no
4233 DEFAULT_wxUSE_RADIOBTN
=no
4234 DEFAULT_wxUSE_SASH
=no
4235 DEFAULT_wxUSE_SCROLLBAR
=no
4236 DEFAULT_wxUSE_SLIDER
=no
4237 DEFAULT_wxUSE_SPINBTN
=no
4238 DEFAULT_wxUSE_SPINCTRL
=no
4239 DEFAULT_wxUSE_SPLITTER
=no
4240 DEFAULT_wxUSE_STATBMP
=no
4241 DEFAULT_wxUSE_STATBOX
=no
4242 DEFAULT_wxUSE_STATLINE
=no
4243 DEFAULT_wxUSE_STATUSBAR
=no
4244 DEFAULT_wxUSE_TAB_DIALOG
=no
4245 DEFAULT_wxUSE_TOGGLEBTN
=no
4246 DEFAULT_wxUSE_TOOLBAR
=no
4247 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
4248 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
4249 DEFAULT_wxUSE_TOOLTIPS
=no
4250 DEFAULT_wxUSE_TREECTRL
=no
4254 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
4255 echo "configure:4256: checking "for --enable-accel"" >&5
4257 # Check whether --enable-accel or --disable-accel was given.
4258 if test "${enable_accel+set}" = set; then
4259 enableval
="$enable_accel"
4261 if test "$enableval" = yes; then
4262 ac_cv_use_accel
='wxUSE_ACCEL=yes'
4264 ac_cv_use_accel
='wxUSE_ACCEL=no'
4269 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4270 if test "x$LINE" != x
; then
4271 eval "DEFAULT_$LINE"
4276 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4281 eval "$ac_cv_use_accel"
4282 if test "$no_cache" != 1; then
4283 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4286 if test "$wxUSE_ACCEL" = yes; then
4287 echo "$ac_t""yes" 1>&6
4289 echo "$ac_t""no" 1>&6
4293 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
4294 echo "configure:4295: checking "for --enable-caret"" >&5
4296 # Check whether --enable-caret or --disable-caret was given.
4297 if test "${enable_caret+set}" = set; then
4298 enableval
="$enable_caret"
4300 if test "$enableval" = yes; then
4301 ac_cv_use_caret
='wxUSE_CARET=yes'
4303 ac_cv_use_caret
='wxUSE_CARET=no'
4308 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
4309 if test "x$LINE" != x
; then
4310 eval "DEFAULT_$LINE"
4315 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
4320 eval "$ac_cv_use_caret"
4321 if test "$no_cache" != 1; then
4322 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4325 if test "$wxUSE_CARET" = yes; then
4326 echo "$ac_t""yes" 1>&6
4328 echo "$ac_t""no" 1>&6
4332 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
4333 echo "configure:4334: checking "for --enable-bmpbutton"" >&5
4335 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4336 if test "${enable_bmpbutton+set}" = set; then
4337 enableval
="$enable_bmpbutton"
4339 if test "$enableval" = yes; then
4340 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
4342 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
4347 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4348 if test "x$LINE" != x
; then
4349 eval "DEFAULT_$LINE"
4354 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4359 eval "$ac_cv_use_bmpbutton"
4360 if test "$no_cache" != 1; then
4361 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4364 if test "$wxUSE_BMPBUTTON" = yes; then
4365 echo "$ac_t""yes" 1>&6
4367 echo "$ac_t""no" 1>&6
4371 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
4372 echo "configure:4373: checking "for --enable-checkbox"" >&5
4374 # Check whether --enable-checkbox or --disable-checkbox was given.
4375 if test "${enable_checkbox+set}" = set; then
4376 enableval
="$enable_checkbox"
4378 if test "$enableval" = yes; then
4379 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
4381 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
4386 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4387 if test "x$LINE" != x
; then
4388 eval "DEFAULT_$LINE"
4393 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4398 eval "$ac_cv_use_checkbox"
4399 if test "$no_cache" != 1; then
4400 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4403 if test "$wxUSE_CHECKBOX" = yes; then
4404 echo "$ac_t""yes" 1>&6
4406 echo "$ac_t""no" 1>&6
4410 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
4411 echo "configure:4412: checking "for --enable-checklst"" >&5
4413 # Check whether --enable-checklst or --disable-checklst was given.
4414 if test "${enable_checklst+set}" = set; then
4415 enableval
="$enable_checklst"
4417 if test "$enableval" = yes; then
4418 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
4420 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
4425 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4426 if test "x$LINE" != x
; then
4427 eval "DEFAULT_$LINE"
4432 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4437 eval "$ac_cv_use_checklst"
4438 if test "$no_cache" != 1; then
4439 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4442 if test "$wxUSE_CHECKLST" = yes; then
4443 echo "$ac_t""yes" 1>&6
4445 echo "$ac_t""no" 1>&6
4449 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
4450 echo "configure:4451: checking "for --enable-choice"" >&5
4452 # Check whether --enable-choice or --disable-choice was given.
4453 if test "${enable_choice+set}" = set; then
4454 enableval
="$enable_choice"
4456 if test "$enableval" = yes; then
4457 ac_cv_use_choice
='wxUSE_CHOICE=yes'
4459 ac_cv_use_choice
='wxUSE_CHOICE=no'
4464 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4465 if test "x$LINE" != x
; then
4466 eval "DEFAULT_$LINE"
4471 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4476 eval "$ac_cv_use_choice"
4477 if test "$no_cache" != 1; then
4478 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4481 if test "$wxUSE_CHOICE" = yes; then
4482 echo "$ac_t""yes" 1>&6
4484 echo "$ac_t""no" 1>&6
4488 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
4489 echo "configure:4490: checking "for --enable-combobox"" >&5
4491 # Check whether --enable-combobox or --disable-combobox was given.
4492 if test "${enable_combobox+set}" = set; then
4493 enableval
="$enable_combobox"
4495 if test "$enableval" = yes; then
4496 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
4498 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
4503 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4504 if test "x$LINE" != x
; then
4505 eval "DEFAULT_$LINE"
4510 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4515 eval "$ac_cv_use_combobox"
4516 if test "$no_cache" != 1; then
4517 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4520 if test "$wxUSE_COMBOBOX" = yes; then
4521 echo "$ac_t""yes" 1>&6
4523 echo "$ac_t""no" 1>&6
4527 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
4528 echo "configure:4529: checking "for --enable-gauge"" >&5
4530 # Check whether --enable-gauge or --disable-gauge was given.
4531 if test "${enable_gauge+set}" = set; then
4532 enableval
="$enable_gauge"
4534 if test "$enableval" = yes; then
4535 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
4537 ac_cv_use_gauge
='wxUSE_GAUGE=no'
4542 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4543 if test "x$LINE" != x
; then
4544 eval "DEFAULT_$LINE"
4549 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4554 eval "$ac_cv_use_gauge"
4555 if test "$no_cache" != 1; then
4556 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4559 if test "$wxUSE_GAUGE" = yes; then
4560 echo "$ac_t""yes" 1>&6
4562 echo "$ac_t""no" 1>&6
4566 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
4567 echo "configure:4568: checking "for --enable-grid"" >&5
4569 # Check whether --enable-grid or --disable-grid was given.
4570 if test "${enable_grid+set}" = set; then
4571 enableval
="$enable_grid"
4573 if test "$enableval" = yes; then
4574 ac_cv_use_grid
='wxUSE_GRID=yes'
4576 ac_cv_use_grid
='wxUSE_GRID=no'
4581 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4582 if test "x$LINE" != x
; then
4583 eval "DEFAULT_$LINE"
4588 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4593 eval "$ac_cv_use_grid"
4594 if test "$no_cache" != 1; then
4595 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4598 if test "$wxUSE_GRID" = yes; then
4599 echo "$ac_t""yes" 1>&6
4601 echo "$ac_t""no" 1>&6
4605 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
4606 echo "configure:4607: checking "for --enable-newgrid"" >&5
4608 # Check whether --enable-newgrid or --disable-newgrid was given.
4609 if test "${enable_newgrid+set}" = set; then
4610 enableval
="$enable_newgrid"
4612 if test "$enableval" = yes; then
4613 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
4615 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
4620 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4621 if test "x$LINE" != x
; then
4622 eval "DEFAULT_$LINE"
4627 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4632 eval "$ac_cv_use_newgrid"
4633 if test "$no_cache" != 1; then
4634 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4637 if test "$wxUSE_NEW_GRID" = yes; then
4638 echo "$ac_t""yes" 1>&6
4640 echo "$ac_t""no" 1>&6
4644 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
4645 echo "configure:4646: checking "for --enable-imaglist"" >&5
4647 # Check whether --enable-imaglist or --disable-imaglist was given.
4648 if test "${enable_imaglist+set}" = set; then
4649 enableval
="$enable_imaglist"
4651 if test "$enableval" = yes; then
4652 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
4654 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
4659 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4660 if test "x$LINE" != x
; then
4661 eval "DEFAULT_$LINE"
4666 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4671 eval "$ac_cv_use_imaglist"
4672 if test "$no_cache" != 1; then
4673 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4676 if test "$wxUSE_IMAGLIST" = yes; then
4677 echo "$ac_t""yes" 1>&6
4679 echo "$ac_t""no" 1>&6
4683 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
4684 echo "configure:4685: checking "for --enable-listbox"" >&5
4686 # Check whether --enable-listbox or --disable-listbox was given.
4687 if test "${enable_listbox+set}" = set; then
4688 enableval
="$enable_listbox"
4690 if test "$enableval" = yes; then
4691 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
4693 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
4698 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4699 if test "x$LINE" != x
; then
4700 eval "DEFAULT_$LINE"
4705 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4710 eval "$ac_cv_use_listbox"
4711 if test "$no_cache" != 1; then
4712 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4715 if test "$wxUSE_LISTBOX" = yes; then
4716 echo "$ac_t""yes" 1>&6
4718 echo "$ac_t""no" 1>&6
4722 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
4723 echo "configure:4724: checking "for --enable-listctrl"" >&5
4725 # Check whether --enable-listctrl or --disable-listctrl was given.
4726 if test "${enable_listctrl+set}" = set; then
4727 enableval
="$enable_listctrl"
4729 if test "$enableval" = yes; then
4730 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
4732 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
4737 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4738 if test "x$LINE" != x
; then
4739 eval "DEFAULT_$LINE"
4744 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4749 eval "$ac_cv_use_listctrl"
4750 if test "$no_cache" != 1; then
4751 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4754 if test "$wxUSE_LISTCTRL" = yes; then
4755 echo "$ac_t""yes" 1>&6
4757 echo "$ac_t""no" 1>&6
4761 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
4762 echo "configure:4763: checking "for --enable-notebook"" >&5
4764 # Check whether --enable-notebook or --disable-notebook was given.
4765 if test "${enable_notebook+set}" = set; then
4766 enableval
="$enable_notebook"
4768 if test "$enableval" = yes; then
4769 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
4771 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
4776 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4777 if test "x$LINE" != x
; then
4778 eval "DEFAULT_$LINE"
4783 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4788 eval "$ac_cv_use_notebook"
4789 if test "$no_cache" != 1; then
4790 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4793 if test "$wxUSE_NOTEBOOK" = yes; then
4794 echo "$ac_t""yes" 1>&6
4796 echo "$ac_t""no" 1>&6
4800 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
4801 echo "configure:4802: checking "for --enable-radiobox"" >&5
4803 # Check whether --enable-radiobox or --disable-radiobox was given.
4804 if test "${enable_radiobox+set}" = set; then
4805 enableval
="$enable_radiobox"
4807 if test "$enableval" = yes; then
4808 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
4810 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
4815 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4816 if test "x$LINE" != x
; then
4817 eval "DEFAULT_$LINE"
4822 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4827 eval "$ac_cv_use_radiobox"
4828 if test "$no_cache" != 1; then
4829 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4832 if test "$wxUSE_RADIOBOX" = yes; then
4833 echo "$ac_t""yes" 1>&6
4835 echo "$ac_t""no" 1>&6
4839 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
4840 echo "configure:4841: checking "for --enable-radiobtn"" >&5
4842 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4843 if test "${enable_radiobtn+set}" = set; then
4844 enableval
="$enable_radiobtn"
4846 if test "$enableval" = yes; then
4847 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
4849 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
4854 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4855 if test "x$LINE" != x
; then
4856 eval "DEFAULT_$LINE"
4861 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4866 eval "$ac_cv_use_radiobtn"
4867 if test "$no_cache" != 1; then
4868 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4871 if test "$wxUSE_RADIOBTN" = yes; then
4872 echo "$ac_t""yes" 1>&6
4874 echo "$ac_t""no" 1>&6
4878 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
4879 echo "configure:4880: checking "for --enable-sash"" >&5
4881 # Check whether --enable-sash or --disable-sash was given.
4882 if test "${enable_sash+set}" = set; then
4883 enableval
="$enable_sash"
4885 if test "$enableval" = yes; then
4886 ac_cv_use_sash
='wxUSE_SASH=yes'
4888 ac_cv_use_sash
='wxUSE_SASH=no'
4893 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4894 if test "x$LINE" != x
; then
4895 eval "DEFAULT_$LINE"
4900 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4905 eval "$ac_cv_use_sash"
4906 if test "$no_cache" != 1; then
4907 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4910 if test "$wxUSE_SASH" = yes; then
4911 echo "$ac_t""yes" 1>&6
4913 echo "$ac_t""no" 1>&6
4917 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
4918 echo "configure:4919: checking "for --enable-scrollbar"" >&5
4920 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4921 if test "${enable_scrollbar+set}" = set; then
4922 enableval
="$enable_scrollbar"
4924 if test "$enableval" = yes; then
4925 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
4927 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
4932 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4933 if test "x$LINE" != x
; then
4934 eval "DEFAULT_$LINE"
4939 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4944 eval "$ac_cv_use_scrollbar"
4945 if test "$no_cache" != 1; then
4946 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4949 if test "$wxUSE_SCROLLBAR" = yes; then
4950 echo "$ac_t""yes" 1>&6
4952 echo "$ac_t""no" 1>&6
4956 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
4957 echo "configure:4958: checking "for --enable-slider"" >&5
4959 # Check whether --enable-slider or --disable-slider was given.
4960 if test "${enable_slider+set}" = set; then
4961 enableval
="$enable_slider"
4963 if test "$enableval" = yes; then
4964 ac_cv_use_slider
='wxUSE_SLIDER=yes'
4966 ac_cv_use_slider
='wxUSE_SLIDER=no'
4971 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4972 if test "x$LINE" != x
; then
4973 eval "DEFAULT_$LINE"
4978 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4983 eval "$ac_cv_use_slider"
4984 if test "$no_cache" != 1; then
4985 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4988 if test "$wxUSE_SLIDER" = yes; then
4989 echo "$ac_t""yes" 1>&6
4991 echo "$ac_t""no" 1>&6
4995 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
4996 echo "configure:4997: checking "for --enable-spinbtn"" >&5
4998 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4999 if test "${enable_spinbtn+set}" = set; then
5000 enableval
="$enable_spinbtn"
5002 if test "$enableval" = yes; then
5003 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
5005 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
5010 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
5011 if test "x$LINE" != x
; then
5012 eval "DEFAULT_$LINE"
5017 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
5022 eval "$ac_cv_use_spinbtn"
5023 if test "$no_cache" != 1; then
5024 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
5027 if test "$wxUSE_SPINBTN" = yes; then
5028 echo "$ac_t""yes" 1>&6
5030 echo "$ac_t""no" 1>&6
5034 echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6
5035 echo "configure:5036: checking "for --enable-spinctrl"" >&5
5037 # Check whether --enable-spinctrl or --disable-spinctrl was given.
5038 if test "${enable_spinctrl+set}" = set; then
5039 enableval
="$enable_spinctrl"
5041 if test "$enableval" = yes; then
5042 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
5044 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
5049 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
5050 if test "x$LINE" != x
; then
5051 eval "DEFAULT_$LINE"
5056 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
5061 eval "$ac_cv_use_spinctrl"
5062 if test "$no_cache" != 1; then
5063 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
5066 if test "$wxUSE_SPINCTRL" = yes; then
5067 echo "$ac_t""yes" 1>&6
5069 echo "$ac_t""no" 1>&6
5073 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
5074 echo "configure:5075: checking "for --enable-splitter"" >&5
5076 # Check whether --enable-splitter or --disable-splitter was given.
5077 if test "${enable_splitter+set}" = set; then
5078 enableval
="$enable_splitter"
5080 if test "$enableval" = yes; then
5081 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
5083 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
5088 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
5089 if test "x$LINE" != x
; then
5090 eval "DEFAULT_$LINE"
5095 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
5100 eval "$ac_cv_use_splitter"
5101 if test "$no_cache" != 1; then
5102 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
5105 if test "$wxUSE_SPLITTER" = yes; then
5106 echo "$ac_t""yes" 1>&6
5108 echo "$ac_t""no" 1>&6
5112 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
5113 echo "configure:5114: checking "for --enable-statbmp"" >&5
5115 # Check whether --enable-statbmp or --disable-statbmp was given.
5116 if test "${enable_statbmp+set}" = set; then
5117 enableval
="$enable_statbmp"
5119 if test "$enableval" = yes; then
5120 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
5122 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
5127 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
5128 if test "x$LINE" != x
; then
5129 eval "DEFAULT_$LINE"
5134 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
5139 eval "$ac_cv_use_statbmp"
5140 if test "$no_cache" != 1; then
5141 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
5144 if test "$wxUSE_STATBMP" = yes; then
5145 echo "$ac_t""yes" 1>&6
5147 echo "$ac_t""no" 1>&6
5151 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
5152 echo "configure:5153: checking "for --enable-statbox"" >&5
5154 # Check whether --enable-statbox or --disable-statbox was given.
5155 if test "${enable_statbox+set}" = set; then
5156 enableval
="$enable_statbox"
5158 if test "$enableval" = yes; then
5159 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
5161 ac_cv_use_statbox
='wxUSE_STATBOX=no'
5166 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5167 if test "x$LINE" != x
; then
5168 eval "DEFAULT_$LINE"
5173 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5178 eval "$ac_cv_use_statbox"
5179 if test "$no_cache" != 1; then
5180 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5183 if test "$wxUSE_STATBOX" = yes; then
5184 echo "$ac_t""yes" 1>&6
5186 echo "$ac_t""no" 1>&6
5190 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
5191 echo "configure:5192: checking "for --enable-statline"" >&5
5193 # Check whether --enable-statline or --disable-statline was given.
5194 if test "${enable_statline+set}" = set; then
5195 enableval
="$enable_statline"
5197 if test "$enableval" = yes; then
5198 ac_cv_use_statline
='wxUSE_STATLINE=yes'
5200 ac_cv_use_statline
='wxUSE_STATLINE=no'
5205 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5206 if test "x$LINE" != x
; then
5207 eval "DEFAULT_$LINE"
5212 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5217 eval "$ac_cv_use_statline"
5218 if test "$no_cache" != 1; then
5219 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5222 if test "$wxUSE_STATLINE" = yes; then
5223 echo "$ac_t""yes" 1>&6
5225 echo "$ac_t""no" 1>&6
5229 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
5230 echo "configure:5231: checking "for --enable-statusbar"" >&5
5232 # Check whether --enable-statusbar or --disable-statusbar was given.
5233 if test "${enable_statusbar+set}" = set; then
5234 enableval
="$enable_statusbar"
5236 if test "$enableval" = yes; then
5237 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
5239 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
5244 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5245 if test "x$LINE" != x
; then
5246 eval "DEFAULT_$LINE"
5251 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
5256 eval "$ac_cv_use_statusbar"
5257 if test "$no_cache" != 1; then
5258 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
5261 if test "$wxUSE_STATUSBAR" = yes; then
5262 echo "$ac_t""yes" 1>&6
5264 echo "$ac_t""no" 1>&6
5268 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
5269 echo "configure:5270: checking "for --enable-tabdialog"" >&5
5271 # Check whether --enable-tabdialog or --disable-tabdialog was given.
5272 if test "${enable_tabdialog+set}" = set; then
5273 enableval
="$enable_tabdialog"
5275 if test "$enableval" = yes; then
5276 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
5278 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
5283 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
5284 if test "x$LINE" != x
; then
5285 eval "DEFAULT_$LINE"
5290 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
5295 eval "$ac_cv_use_tabdialog"
5296 if test "$no_cache" != 1; then
5297 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
5300 if test "$wxUSE_TABDIALOG" = yes; then
5301 echo "$ac_t""yes" 1>&6
5303 echo "$ac_t""no" 1>&6
5307 echo $ac_n "checking "for --enable-togglebtn"""... $ac_c" 1>&6
5308 echo "configure:5309: checking "for --enable-togglebtn"" >&5
5310 # Check whether --enable-togglebtn or --disable-togglebtn was given.
5311 if test "${enable_togglebtn+set}" = set; then
5312 enableval
="$enable_togglebtn"
5314 if test "$enableval" = yes; then
5315 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
5317 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
5322 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
5323 if test "x$LINE" != x
; then
5324 eval "DEFAULT_$LINE"
5329 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
5334 eval "$ac_cv_use_togglebtn"
5335 if test "$no_cache" != 1; then
5336 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
5339 if test "$wxUSE_TOGGLEBTN" = yes; then
5340 echo "$ac_t""yes" 1>&6
5342 echo "$ac_t""no" 1>&6
5346 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
5347 echo "configure:5348: checking "for --enable-toolbar"" >&5
5349 # Check whether --enable-toolbar or --disable-toolbar was given.
5350 if test "${enable_toolbar+set}" = set; then
5351 enableval
="$enable_toolbar"
5353 if test "$enableval" = yes; then
5354 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
5356 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
5361 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5362 if test "x$LINE" != x
; then
5363 eval "DEFAULT_$LINE"
5368 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5373 eval "$ac_cv_use_toolbar"
5374 if test "$no_cache" != 1; then
5375 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5378 if test "$wxUSE_TOOLBAR" = yes; then
5379 echo "$ac_t""yes" 1>&6
5381 echo "$ac_t""no" 1>&6
5385 echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6
5386 echo "configure:5387: checking "for --enable-tbarnative"" >&5
5388 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5389 if test "${enable_tbarnative+set}" = set; then
5390 enableval
="$enable_tbarnative"
5392 if test "$enableval" = yes; then
5393 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
5395 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
5400 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5401 if test "x$LINE" != x
; then
5402 eval "DEFAULT_$LINE"
5407 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5412 eval "$ac_cv_use_tbarnative"
5413 if test "$no_cache" != 1; then
5414 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5417 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5418 echo "$ac_t""yes" 1>&6
5420 echo "$ac_t""no" 1>&6
5424 echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6
5425 echo "configure:5426: checking "for --enable-tbarsmpl"" >&5
5427 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5428 if test "${enable_tbarsmpl+set}" = set; then
5429 enableval
="$enable_tbarsmpl"
5431 if test "$enableval" = yes; then
5432 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
5434 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
5439 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5440 if test "x$LINE" != x
; then
5441 eval "DEFAULT_$LINE"
5446 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5451 eval "$ac_cv_use_tbarsmpl"
5452 if test "$no_cache" != 1; then
5453 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5456 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5457 echo "$ac_t""yes" 1>&6
5459 echo "$ac_t""no" 1>&6
5463 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
5464 echo "configure:5465: checking "for --enable-treectrl"" >&5
5466 # Check whether --enable-treectrl or --disable-treectrl was given.
5467 if test "${enable_treectrl+set}" = set; then
5468 enableval
="$enable_treectrl"
5470 if test "$enableval" = yes; then
5471 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
5473 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
5478 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5479 if test "x$LINE" != x
; then
5480 eval "DEFAULT_$LINE"
5485 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5490 eval "$ac_cv_use_treectrl"
5491 if test "$no_cache" != 1; then
5492 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5495 if test "$wxUSE_TREECTRL" = yes; then
5496 echo "$ac_t""yes" 1>&6
5498 echo "$ac_t""no" 1>&6
5504 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
5505 echo "configure:5506: checking "for --enable-commondlg"" >&5
5507 # Check whether --enable-commondlg or --disable-commondlg was given.
5508 if test "${enable_commondlg+set}" = set; then
5509 enableval
="$enable_commondlg"
5511 if test "$enableval" = yes; then
5512 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
5514 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
5519 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5520 if test "x$LINE" != x
; then
5521 eval "DEFAULT_$LINE"
5526 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5531 eval "$ac_cv_use_commondlg"
5532 if test "$no_cache" != 1; then
5533 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5536 if test "$wxUSE_COMMONDLGS" = yes; then
5537 echo "$ac_t""yes" 1>&6
5539 echo "$ac_t""no" 1>&6
5543 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
5544 echo "configure:5545: checking "for --enable-dirdlg"" >&5
5546 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5547 if test "${enable_dirdlg+set}" = set; then
5548 enableval
="$enable_dirdlg"
5550 if test "$enableval" = yes; then
5551 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
5553 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
5558 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5559 if test "x$LINE" != x
; then
5560 eval "DEFAULT_$LINE"
5565 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5570 eval "$ac_cv_use_dirdlg"
5571 if test "$no_cache" != 1; then
5572 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5575 if test "$wxUSE_DIRDLG" = yes; then
5576 echo "$ac_t""yes" 1>&6
5578 echo "$ac_t""no" 1>&6
5582 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
5583 echo "configure:5584: checking "for --enable-textdlg"" >&5
5585 # Check whether --enable-textdlg or --disable-textdlg was given.
5586 if test "${enable_textdlg+set}" = set; then
5587 enableval
="$enable_textdlg"
5589 if test "$enableval" = yes; then
5590 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
5592 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
5597 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5598 if test "x$LINE" != x
; then
5599 eval "DEFAULT_$LINE"
5604 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5609 eval "$ac_cv_use_textdlg"
5610 if test "$no_cache" != 1; then
5611 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5614 if test "$wxUSE_TEXTDLG" = yes; then
5615 echo "$ac_t""yes" 1>&6
5617 echo "$ac_t""no" 1>&6
5621 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
5622 echo "configure:5623: checking "for --enable-tipdlg"" >&5
5624 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5625 if test "${enable_tipdlg+set}" = set; then
5626 enableval
="$enable_tipdlg"
5628 if test "$enableval" = yes; then
5629 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
5631 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
5636 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5637 if test "x$LINE" != x
; then
5638 eval "DEFAULT_$LINE"
5643 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5648 eval "$ac_cv_use_tipdlg"
5649 if test "$no_cache" != 1; then
5650 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5653 if test "$wxUSE_STARTUP_TIPS" = yes; then
5654 echo "$ac_t""yes" 1>&6
5656 echo "$ac_t""no" 1>&6
5660 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
5661 echo "configure:5662: checking "for --enable-progressdlg"" >&5
5663 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5664 if test "${enable_progressdlg+set}" = set; then
5665 enableval
="$enable_progressdlg"
5667 if test "$enableval" = yes; then
5668 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
5670 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
5675 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5676 if test "x$LINE" != x
; then
5677 eval "DEFAULT_$LINE"
5682 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5687 eval "$ac_cv_use_progressdlg"
5688 if test "$no_cache" != 1; then
5689 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5692 if test "$wxUSE_PROGRESSDLG" = yes; then
5693 echo "$ac_t""yes" 1>&6
5695 echo "$ac_t""no" 1>&6
5699 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
5700 echo "configure:5701: checking "for --enable-miniframe"" >&5
5702 # Check whether --enable-miniframe or --disable-miniframe was given.
5703 if test "${enable_miniframe+set}" = set; then
5704 enableval
="$enable_miniframe"
5706 if test "$enableval" = yes; then
5707 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
5709 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
5714 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5715 if test "x$LINE" != x
; then
5716 eval "DEFAULT_$LINE"
5721 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5726 eval "$ac_cv_use_miniframe"
5727 if test "$no_cache" != 1; then
5728 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5731 if test "$wxUSE_MINIFRAME" = yes; then
5732 echo "$ac_t""yes" 1>&6
5734 echo "$ac_t""no" 1>&6
5738 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
5739 echo "configure:5740: checking "for --enable-html"" >&5
5741 # Check whether --enable-html or --disable-html was given.
5742 if test "${enable_html+set}" = set; then
5743 enableval
="$enable_html"
5745 if test "$enableval" = yes; then
5746 ac_cv_use_html
='wxUSE_HTML=yes'
5748 ac_cv_use_html
='wxUSE_HTML=no'
5753 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5754 if test "x$LINE" != x
; then
5755 eval "DEFAULT_$LINE"
5760 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5765 eval "$ac_cv_use_html"
5766 if test "$no_cache" != 1; then
5767 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5770 if test "$wxUSE_HTML" = yes; then
5771 echo "$ac_t""yes" 1>&6
5773 echo "$ac_t""no" 1>&6
5777 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
5778 echo "configure:5779: checking "for --enable-tooltips"" >&5
5780 # Check whether --enable-tooltips or --disable-tooltips was given.
5781 if test "${enable_tooltips+set}" = set; then
5782 enableval
="$enable_tooltips"
5784 if test "$enableval" = yes; then
5785 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
5787 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
5792 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5793 if test "x$LINE" != x
; then
5794 eval "DEFAULT_$LINE"
5799 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5804 eval "$ac_cv_use_tooltips"
5805 if test "$no_cache" != 1; then
5806 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5809 if test "$wxUSE_TOOLTIPS" = yes; then
5810 echo "$ac_t""yes" 1>&6
5812 echo "$ac_t""no" 1>&6
5816 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
5817 echo "configure:5818: checking "for --enable-splines"" >&5
5819 # Check whether --enable-splines or --disable-splines was given.
5820 if test "${enable_splines+set}" = set; then
5821 enableval
="$enable_splines"
5823 if test "$enableval" = yes; then
5824 ac_cv_use_splines
='wxUSE_SPLINES=yes'
5826 ac_cv_use_splines
='wxUSE_SPLINES=no'
5831 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5832 if test "x$LINE" != x
; then
5833 eval "DEFAULT_$LINE"
5838 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5843 eval "$ac_cv_use_splines"
5844 if test "$no_cache" != 1; then
5845 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5848 if test "$wxUSE_SPLINES" = yes; then
5849 echo "$ac_t""yes" 1>&6
5851 echo "$ac_t""no" 1>&6
5855 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
5856 echo "configure:5857: checking "for --enable-validators"" >&5
5858 # Check whether --enable-validators or --disable-validators was given.
5859 if test "${enable_validators+set}" = set; then
5860 enableval
="$enable_validators"
5862 if test "$enableval" = yes; then
5863 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
5865 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
5870 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5871 if test "x$LINE" != x
; then
5872 eval "DEFAULT_$LINE"
5877 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5882 eval "$ac_cv_use_validators"
5883 if test "$no_cache" != 1; then
5884 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5887 if test "$wxUSE_VALIDATORS" = yes; then
5888 echo "$ac_t""yes" 1>&6
5890 echo "$ac_t""no" 1>&6
5894 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
5895 echo "configure:5896: checking "for --enable-busyinfo"" >&5
5897 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5898 if test "${enable_busyinfo+set}" = set; then
5899 enableval
="$enable_busyinfo"
5901 if test "$enableval" = yes; then
5902 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
5904 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
5909 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5910 if test "x$LINE" != x
; then
5911 eval "DEFAULT_$LINE"
5916 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5921 eval "$ac_cv_use_busyinfo"
5922 if test "$no_cache" != 1; then
5923 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5926 if test "$wxUSE_BUSYINFO" = yes; then
5927 echo "$ac_t""yes" 1>&6
5929 echo "$ac_t""no" 1>&6
5933 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
5934 echo "configure:5935: checking "for --enable-joystick"" >&5
5936 # Check whether --enable-joystick or --disable-joystick was given.
5937 if test "${enable_joystick+set}" = set; then
5938 enableval
="$enable_joystick"
5940 if test "$enableval" = yes; then
5941 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
5943 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
5948 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
5949 if test "x$LINE" != x
; then
5950 eval "DEFAULT_$LINE"
5955 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
5960 eval "$ac_cv_use_joystick"
5961 if test "$no_cache" != 1; then
5962 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
5965 if test "$wxUSE_JOYSTICK" = yes; then
5966 echo "$ac_t""yes" 1>&6
5968 echo "$ac_t""no" 1>&6
5974 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
5975 echo "configure:5976: checking "for --enable-gif"" >&5
5977 # Check whether --enable-gif or --disable-gif was given.
5978 if test "${enable_gif+set}" = set; then
5979 enableval
="$enable_gif"
5981 if test "$enableval" = yes; then
5982 ac_cv_use_gif
='wxUSE_GIF=yes'
5984 ac_cv_use_gif
='wxUSE_GIF=no'
5989 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5990 if test "x$LINE" != x
; then
5991 eval "DEFAULT_$LINE"
5996 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
6001 eval "$ac_cv_use_gif"
6002 if test "$no_cache" != 1; then
6003 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
6006 if test "$wxUSE_GIF" = yes; then
6007 echo "$ac_t""yes" 1>&6
6009 echo "$ac_t""no" 1>&6
6013 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
6014 echo "configure:6015: checking "for --enable-pcx"" >&5
6016 # Check whether --enable-pcx or --disable-pcx was given.
6017 if test "${enable_pcx+set}" = set; then
6018 enableval
="$enable_pcx"
6020 if test "$enableval" = yes; then
6021 ac_cv_use_pcx
='wxUSE_PCX=yes'
6023 ac_cv_use_pcx
='wxUSE_PCX=no'
6028 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
6029 if test "x$LINE" != x
; then
6030 eval "DEFAULT_$LINE"
6035 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
6040 eval "$ac_cv_use_pcx"
6041 if test "$no_cache" != 1; then
6042 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
6045 if test "$wxUSE_PCX" = yes; then
6046 echo "$ac_t""yes" 1>&6
6048 echo "$ac_t""no" 1>&6
6052 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
6053 echo "configure:6054: checking "for --enable-pnm"" >&5
6055 # Check whether --enable-pnm or --disable-pnm was given.
6056 if test "${enable_pnm+set}" = set; then
6057 enableval
="$enable_pnm"
6059 if test "$enableval" = yes; then
6060 ac_cv_use_pnm
='wxUSE_PNM=yes'
6062 ac_cv_use_pnm
='wxUSE_PNM=no'
6067 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
6068 if test "x$LINE" != x
; then
6069 eval "DEFAULT_$LINE"
6074 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
6079 eval "$ac_cv_use_pnm"
6080 if test "$no_cache" != 1; then
6081 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6084 if test "$wxUSE_PNM" = yes; then
6085 echo "$ac_t""yes" 1>&6
6087 echo "$ac_t""no" 1>&6
6094 echo "saving argument cache $wx_arg_cache_file"
6095 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
6099 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
6100 echo "configure:6101: checking for toolkit" >&5
6102 if test "$wxUSE_GUI" = "yes"; then
6104 if test "$USE_BEOS" = 1; then
6105 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
6108 if test "$TOOLKIT_GIVEN" = 1; then
6109 for toolkit
in `echo $ALL_TOOLKITS`; do
6111 eval "value=\$${var}"
6112 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
6115 for toolkit
in `echo $ALL_TOOLKITS`; do
6116 if test "$has_toolkit_in_cache" != 1; then
6117 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
6119 var
=DEFAULT_wxUSE_
$toolkit
6121 eval "wxUSE_$toolkit=\$${var}"
6125 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
6129 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
6130 # PATH_IFS is autodetected by OS/2's configure (usually ';')
6139 case "$NUM_TOOLKITS" in
6143 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
6146 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
6149 for toolkit
in `echo $ALL_TOOLKITS`; do
6151 eval "value=\$${var}"
6152 if test "x$value" != x
; then
6153 cache_var
=CACHE_
$toolkit
6154 eval "cache=\$${cache_var}"
6155 if test "$cache" = 1; then
6156 echo "$var=$value" >> ${wx_arg_cache_file}
6158 if test "$value" = 1; then
6159 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
6166 echo "$ac_t""base only" 1>&6
6170 cat > confcache
<<\EOF
6171 # This file is a shell script that caches the results of configure
6172 # tests run on this system so they can be shared between configure
6173 # scripts and configure runs. It is not useful on other systems.
6174 # If it contains results you don't want to keep, you may remove or edit it.
6176 # By default, configure uses ./config.cache as the cache file,
6177 # creating it if it does not exist already. You can give configure
6178 # the --cache-file=FILE option to use a different cache file; that is
6179 # what configure does when it calls configure scripts in
6180 # subdirectories, so they share the cache.
6181 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6182 # config.status only pays attention to the cache file if you give it the
6183 # --recheck option to rerun configure.
6186 # The following way of writing the cache mishandles newlines in values,
6187 # but we know of no workaround that is simple, portable, and efficient.
6188 # So, don't put newlines in cache variables' values.
6189 # Ultrix sh set writes to stderr and can't be redirected directly,
6190 # and sets the high bit in the cache file unless we assign to the vars.
6192 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6194 # `set' does not quote correctly, so add quotes (double-quote substitution
6195 # turns \\\\ into \\, and sed turns \\ into \).
6197 -e "s/'/'\\\\''/g" \
6198 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6201 # `set' quotes correctly as required by POSIX, so do not add quotes.
6202 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6205 if cmp -s $cache_file confcache
; then
6208 if test -w $cache_file; then
6209 echo "updating cache $cache_file"
6210 cat confcache
> $cache_file
6212 echo "not updating unwritable cache $cache_file"
6218 if test "$build" != "$host" ; then
6222 RANLIB
=$host_alias-ranlib
6223 DLLTOOL
=$host_alias-dlltool
6224 RESCOMP
=$host_alias-windres
6227 STRIP
=$host_alias-strip
6230 # Extract the first word of "gcc", so it can be a program name with args.
6231 set dummy gcc
; ac_word
=$2
6232 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6233 echo "configure:6234: checking for $ac_word" >&5
6234 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6235 echo $ac_n "(cached) $ac_c" 1>&6
6237 if test -n "$CC"; then
6238 ac_cv_prog_CC
="$CC" # Let the user override the test.
6240 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6242 for ac_dir
in $ac_dummy; do
6243 test -z "$ac_dir" && ac_dir
=.
6244 if test -f $ac_dir/$ac_word; then
6253 if test -n "$CC"; then
6254 echo "$ac_t""$CC" 1>&6
6256 echo "$ac_t""no" 1>&6
6259 if test -z "$CC"; then
6260 # Extract the first word of "cc", so it can be a program name with args.
6261 set dummy cc
; ac_word
=$2
6262 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6263 echo "configure:6264: checking for $ac_word" >&5
6264 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6265 echo $ac_n "(cached) $ac_c" 1>&6
6267 if test -n "$CC"; then
6268 ac_cv_prog_CC
="$CC" # Let the user override the test.
6270 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6273 for ac_dir
in $ac_dummy; do
6274 test -z "$ac_dir" && ac_dir
=.
6275 if test -f $ac_dir/$ac_word; then
6276 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
6277 ac_prog_rejected
=yes
6285 if test $ac_prog_rejected = yes; then
6286 # We found a bogon in the path, so make sure we never use it.
6287 set dummy
$ac_cv_prog_CC
6289 if test $# -gt 0; then
6290 # We chose a different compiler from the bogus one.
6291 # However, it has the same basename, so the bogon will be chosen
6292 # first if we set CC to just the basename; use the full file name.
6294 set dummy
"$ac_dir/$ac_word" "$@"
6302 if test -n "$CC"; then
6303 echo "$ac_t""$CC" 1>&6
6305 echo "$ac_t""no" 1>&6
6308 if test -z "$CC"; then
6309 case "`uname -s`" in
6311 # Extract the first word of "cl", so it can be a program name with args.
6312 set dummy cl
; ac_word
=$2
6313 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6314 echo "configure:6315: checking for $ac_word" >&5
6315 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6316 echo $ac_n "(cached) $ac_c" 1>&6
6318 if test -n "$CC"; then
6319 ac_cv_prog_CC
="$CC" # Let the user override the test.
6321 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6323 for ac_dir
in $ac_dummy; do
6324 test -z "$ac_dir" && ac_dir
=.
6325 if test -f $ac_dir/$ac_word; then
6334 if test -n "$CC"; then
6335 echo "$ac_t""$CC" 1>&6
6337 echo "$ac_t""no" 1>&6
6342 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
6345 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6346 echo "configure:6347: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
6349 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6350 ac_cpp
='$CPP $CPPFLAGS'
6351 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6352 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6353 cross_compiling
=$ac_cv_prog_cc_cross
6355 cat > conftest.
$ac_ext << EOF
6357 #line 6358 "configure"
6358 #include "confdefs.h"
6362 if { (eval echo configure
:6363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6363 ac_cv_prog_cc_works
=yes
6364 # If we can't run a trivial program, we are probably using a cross compiler.
6365 if (.
/conftest
; exit) 2>/dev
/null
; then
6366 ac_cv_prog_cc_cross
=no
6368 ac_cv_prog_cc_cross
=yes
6371 echo "configure: failed program was:" >&5
6372 cat conftest.
$ac_ext >&5
6373 ac_cv_prog_cc_works
=no
6377 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6378 ac_cpp
='$CPP $CPPFLAGS'
6379 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6380 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6381 cross_compiling
=$ac_cv_prog_cc_cross
6383 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
6384 if test $ac_cv_prog_cc_works = no
; then
6385 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
6387 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6388 echo "configure:6389: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
6389 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
6390 cross_compiling
=$ac_cv_prog_cc_cross
6392 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
6393 echo "configure:6394: checking whether we are using GNU C" >&5
6394 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
6395 echo $ac_n "(cached) $ac_c" 1>&6
6397 cat > conftest.c
<<EOF
6402 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:6403: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
6409 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6411 if test $ac_cv_prog_gcc = yes; then
6417 ac_test_CFLAGS
="${CFLAGS+set}"
6418 ac_save_CFLAGS
="$CFLAGS"
6420 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
6421 echo "configure:6422: checking whether ${CC-cc} accepts -g" >&5
6422 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6423 echo $ac_n "(cached) $ac_c" 1>&6
6425 echo 'void f(){}' > conftest.c
6426 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6435 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6436 if test "$ac_test_CFLAGS" = set; then
6437 CFLAGS
="$ac_save_CFLAGS"
6438 elif test $ac_cv_prog_cc_g = yes; then
6439 if test "$GCC" = yes; then
6445 if test "$GCC" = yes; then
6453 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
6455 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
6456 echo "configure:6457: checking how to run the C preprocessor" >&5
6457 # On Suns, sometimes $CPP names a directory.
6458 if test -n "$CPP" && test -d "$CPP"; then
6461 if test -z "$CPP"; then
6462 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6463 echo $ac_n "(cached) $ac_c" 1>&6
6465 # This must be in double quotes, not single quotes, because CPP may get
6466 # substituted into the Makefile and "${CC-cc}" will confuse make.
6468 # On the NeXT, cc -E runs the code through the compiler's parser,
6469 # not just through cpp.
6470 cat > conftest.
$ac_ext <<EOF
6471 #line 6472 "configure"
6472 #include "confdefs.h"
6476 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6477 { (eval echo configure
:6478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6478 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6479 if test -z "$ac_err"; then
6483 echo "configure: failed program was:" >&5
6484 cat conftest.
$ac_ext >&5
6486 CPP
="${CC-cc} -E -traditional-cpp"
6487 cat > conftest.
$ac_ext <<EOF
6488 #line 6489 "configure"
6489 #include "confdefs.h"
6493 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6494 { (eval echo configure
:6495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6495 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6496 if test -z "$ac_err"; then
6500 echo "configure: failed program was:" >&5
6501 cat conftest.
$ac_ext >&5
6503 CPP
="${CC-cc} -nologo -E"
6504 cat > conftest.
$ac_ext <<EOF
6505 #line 6506 "configure"
6506 #include "confdefs.h"
6510 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6511 { (eval echo configure
:6512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6512 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6513 if test -z "$ac_err"; then
6517 echo "configure: failed program was:" >&5
6518 cat conftest.
$ac_ext >&5
6527 ac_cv_prog_CPP
="$CPP"
6529 CPP
="$ac_cv_prog_CPP"
6531 ac_cv_prog_CPP
="$CPP"
6533 echo "$ac_t""$CPP" 1>&6
6536 if test $ac_cv_prog_gcc = yes; then
6537 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
6538 echo "configure:6539: checking whether ${CC-cc} needs -traditional" >&5
6539 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6540 echo $ac_n "(cached) $ac_c" 1>&6
6542 ac_pattern
="Autoconf.*'x'"
6543 cat > conftest.
$ac_ext <<EOF
6544 #line 6545 "configure"
6545 #include "confdefs.h"
6549 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6550 egrep "$ac_pattern" >/dev
/null
2>&1; then
6552 ac_cv_prog_gcc_traditional
=yes
6555 ac_cv_prog_gcc_traditional
=no
6560 if test $ac_cv_prog_gcc_traditional = no
; then
6561 cat > conftest.
$ac_ext <<EOF
6562 #line 6563 "configure"
6563 #include "confdefs.h"
6567 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6568 egrep "$ac_pattern" >/dev
/null
2>&1; then
6570 ac_cv_prog_gcc_traditional
=yes
6577 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6578 if test $ac_cv_prog_gcc_traditional = yes; then
6579 CC
="$CC -traditional"
6586 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6587 ac_cpp
='$CXXCPP $CPPFLAGS'
6588 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6589 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6590 cross_compiling
=$ac_cv_prog_cxx_cross
6593 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
6595 # Extract the first word of "$ac_prog", so it can be a program name with args.
6596 set dummy
$ac_prog; ac_word
=$2
6597 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6598 echo "configure:6599: checking for $ac_word" >&5
6599 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6600 echo $ac_n "(cached) $ac_c" 1>&6
6602 if test -n "$CXX"; then
6603 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
6605 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6607 for ac_dir
in $ac_dummy; do
6608 test -z "$ac_dir" && ac_dir
=.
6609 if test -f $ac_dir/$ac_word; then
6610 ac_cv_prog_CXX
="$ac_prog"
6617 CXX
="$ac_cv_prog_CXX"
6618 if test -n "$CXX"; then
6619 echo "$ac_t""$CXX" 1>&6
6621 echo "$ac_t""no" 1>&6
6624 test -n "$CXX" && break
6626 test -n "$CXX" || CXX
="gcc"
6629 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6630 echo "configure:6631: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
6633 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6634 ac_cpp
='$CXXCPP $CPPFLAGS'
6635 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6636 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6637 cross_compiling
=$ac_cv_prog_cxx_cross
6639 cat > conftest.
$ac_ext << EOF
6641 #line 6642 "configure"
6642 #include "confdefs.h"
6644 int main(){return(0);}
6646 if { (eval echo configure
:6647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6647 ac_cv_prog_cxx_works
=yes
6648 # If we can't run a trivial program, we are probably using a cross compiler.
6649 if (.
/conftest
; exit) 2>/dev
/null
; then
6650 ac_cv_prog_cxx_cross
=no
6652 ac_cv_prog_cxx_cross
=yes
6655 echo "configure: failed program was:" >&5
6656 cat conftest.
$ac_ext >&5
6657 ac_cv_prog_cxx_works
=no
6661 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6662 ac_cpp
='$CXXCPP $CPPFLAGS'
6663 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6664 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6665 cross_compiling
=$ac_cv_prog_cxx_cross
6667 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6668 if test $ac_cv_prog_cxx_works = no
; then
6669 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6671 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6672 echo "configure:6673: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
6673 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6674 cross_compiling
=$ac_cv_prog_cxx_cross
6676 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
6677 echo "configure:6678: checking whether we are using GNU C++" >&5
6678 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6679 echo $ac_n "(cached) $ac_c" 1>&6
6681 cat > conftest.C
<<EOF
6686 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:6687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
6693 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6695 if test $ac_cv_prog_gxx = yes; then
6701 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
6702 ac_save_CXXFLAGS
="$CXXFLAGS"
6704 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
6705 echo "configure:6706: checking whether ${CXX-g++} accepts -g" >&5
6706 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6707 echo $ac_n "(cached) $ac_c" 1>&6
6709 echo 'void f(){}' > conftest.cc
6710 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6711 ac_cv_prog_cxx_g
=yes
6719 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6720 if test "$ac_test_CXXFLAGS" = set; then
6721 CXXFLAGS
="$ac_save_CXXFLAGS"
6722 elif test $ac_cv_prog_cxx_g = yes; then
6723 if test "$GXX" = yes; then
6729 if test "$GXX" = yes; then
6737 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6738 echo "configure:6739: checking how to run the C++ preprocessor" >&5
6739 if test -z "$CXXCPP"; then
6740 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6741 echo $ac_n "(cached) $ac_c" 1>&6
6744 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6745 ac_cpp
='$CXXCPP $CPPFLAGS'
6746 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6747 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6748 cross_compiling
=$ac_cv_prog_cxx_cross
6749 CXXCPP
="${CXX-g++} -E"
6750 cat > conftest.
$ac_ext <<EOF
6751 #line 6752 "configure"
6752 #include "confdefs.h"
6755 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6756 { (eval echo configure
:6757: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6757 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6758 if test -z "$ac_err"; then
6762 echo "configure: failed program was:" >&5
6763 cat conftest.
$ac_ext >&5
6768 ac_cv_prog_CXXCPP
="$CXXCPP"
6770 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6771 ac_cpp
='$CXXCPP $CPPFLAGS'
6772 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6773 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6774 cross_compiling
=$ac_cv_prog_cxx_cross
6777 CXXCPP
="$ac_cv_prog_CXXCPP"
6778 echo "$ac_t""$CXXCPP" 1>&6
6781 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
6784 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6785 ac_cpp
='$CPP $CPPFLAGS'
6786 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6787 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6788 cross_compiling
=$ac_cv_prog_cc_cross
6791 # Extract the first word of "ranlib", so it can be a program name with args.
6792 set dummy ranlib
; ac_word
=$2
6793 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6794 echo "configure:6795: checking for $ac_word" >&5
6795 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6796 echo $ac_n "(cached) $ac_c" 1>&6
6798 if test -n "$RANLIB"; then
6799 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6801 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6803 for ac_dir
in $ac_dummy; do
6804 test -z "$ac_dir" && ac_dir
=.
6805 if test -f $ac_dir/$ac_word; then
6806 ac_cv_prog_RANLIB
="ranlib"
6811 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
6814 RANLIB
="$ac_cv_prog_RANLIB"
6815 if test -n "$RANLIB"; then
6816 echo "$ac_t""$RANLIB" 1>&6
6818 echo "$ac_t""no" 1>&6
6822 # Extract the first word of "ar", so it can be a program name with args.
6823 set dummy
ar; ac_word
=$2
6824 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6825 echo "configure:6826: checking for $ac_word" >&5
6826 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6827 echo $ac_n "(cached) $ac_c" 1>&6
6829 if test -n "$AR"; then
6830 ac_cv_prog_AR
="$AR" # Let the user override the test.
6832 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6834 for ac_dir
in $ac_dummy; do
6835 test -z "$ac_dir" && ac_dir
=.
6836 if test -f $ac_dir/$ac_word; then
6842 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
6846 if test -n "$AR"; then
6847 echo "$ac_t""$AR" 1>&6
6849 echo "$ac_t""no" 1>&6
6853 # Find a good install program. We prefer a C program (faster),
6854 # so one script is as good as another. But avoid the broken or
6855 # incompatible versions:
6856 # SysV /etc/install, /usr/sbin/install
6857 # SunOS /usr/etc/install
6858 # IRIX /sbin/install
6860 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6861 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6862 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6863 # ./install, which can be erroneously created by make from ./install.sh.
6864 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
6865 echo "configure:6866: checking for a BSD compatible install" >&5
6866 if test -z "$INSTALL"; then
6867 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6868 echo $ac_n "(cached) $ac_c" 1>&6
6870 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
6871 for ac_dir
in $PATH; do
6872 # Account for people who put trailing slashes in PATH elements.
6874 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
6876 # OSF1 and SCO ODT 3.0 have their own names for install.
6877 # Don't use installbsd from OSF since it installs stuff as root
6879 for ac_prog
in ginstall scoinst
install; do
6880 if test -f $ac_dir/$ac_prog; then
6881 if test $ac_prog = install &&
6882 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
6883 # AIX install. It has an incompatible calling convention.
6886 ac_cv_path_install
="$ac_dir/$ac_prog -c"
6897 if test "${ac_cv_path_install+set}" = set; then
6898 INSTALL
="$ac_cv_path_install"
6900 # As a last resort, use the slow shell script. We don't cache a
6901 # path for INSTALL within a source directory, because that will
6902 # break other packages using the cache if that directory is
6903 # removed, or if the path is relative.
6904 INSTALL
="$ac_install_sh"
6907 echo "$ac_t""$INSTALL" 1>&6
6909 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6910 # It thinks the first close brace ends the variable substitution.
6911 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6913 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
6915 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6918 # Extract the first word of "strip", so it can be a program name with args.
6919 set dummy strip
; ac_word
=$2
6920 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6921 echo "configure:6922: checking for $ac_word" >&5
6922 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6923 echo $ac_n "(cached) $ac_c" 1>&6
6925 if test -n "$STRIP"; then
6926 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6928 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6930 for ac_dir
in $ac_dummy; do
6931 test -z "$ac_dir" && ac_dir
=.
6932 if test -f $ac_dir/$ac_word; then
6933 ac_cv_prog_STRIP
="strip"
6938 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
6941 STRIP
="$ac_cv_prog_STRIP"
6942 if test -n "$STRIP"; then
6943 echo "$ac_t""$STRIP" 1>&6
6945 echo "$ac_t""no" 1>&6
6949 echo $ac_n "checking "make for VPATH support
"""... $ac_c" 1>&6
6950 echo "configure:6951: checking "make for VPATH support
"" >&5
6951 cat - << EOF > confMake
6957 if test ! -d sub
; then
6960 echo dummy
> sub
/file
6961 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
6963 rm -f sub
/file check final_file confMake
6965 if test "$RESULT" = 0; then
6966 echo "$ac_t""yes" 1>&6
6968 echo "$ac_t""no" 1>&6
6969 { echo "configure: error: You need a make-utility that is able to use the variable
6971 If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6974 for ac_prog
in 'bison -y' byacc
6976 # Extract the first word of "$ac_prog", so it can be a program name with args.
6977 set dummy
$ac_prog; ac_word
=$2
6978 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6979 echo "configure:6980: checking for $ac_word" >&5
6980 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6981 echo $ac_n "(cached) $ac_c" 1>&6
6983 if test -n "$YACC"; then
6984 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
6986 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6988 for ac_dir
in $ac_dummy; do
6989 test -z "$ac_dir" && ac_dir
=.
6990 if test -f $ac_dir/$ac_word; then
6991 ac_cv_prog_YACC
="$ac_prog"
6998 YACC
="$ac_cv_prog_YACC"
6999 if test -n "$YACC"; then
7000 echo "$ac_t""$YACC" 1>&6
7002 echo "$ac_t""no" 1>&6
7005 test -n "$YACC" && break
7007 test -n "$YACC" || YACC
="yacc"
7010 # Extract the first word of "flex", so it can be a program name with args.
7011 set dummy flex
; ac_word
=$2
7012 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7013 echo "configure:7014: checking for $ac_word" >&5
7014 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
7015 echo $ac_n "(cached) $ac_c" 1>&6
7017 if test -n "$LEX"; then
7018 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
7020 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7022 for ac_dir
in $ac_dummy; do
7023 test -z "$ac_dir" && ac_dir
=.
7024 if test -f $ac_dir/$ac_word; then
7025 ac_cv_prog_LEX
="flex"
7030 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
7033 LEX
="$ac_cv_prog_LEX"
7034 if test -n "$LEX"; then
7035 echo "$ac_t""$LEX" 1>&6
7037 echo "$ac_t""no" 1>&6
7040 if test -z "$LEXLIB"
7046 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
7047 echo "configure:7048: checking for yywrap in -l$ac_lib" >&5
7048 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
7049 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7050 echo $ac_n "(cached) $ac_c" 1>&6
7052 ac_save_LIBS
="$LIBS"
7053 LIBS
="-l$ac_lib $LIBS"
7054 cat > conftest.
$ac_ext <<EOF
7055 #line 7056 "configure"
7056 #include "confdefs.h"
7057 /* Override any gcc2 internal prototype to avoid an error. */
7058 /* We use char because int might match the return type of a gcc2
7059 builtin and then its argument prototype would still apply. */
7066 if { (eval echo configure
:7067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7068 eval "ac_cv_lib_$ac_lib_var=yes"
7070 echo "configure: failed program was:" >&5
7071 cat conftest.
$ac_ext >&5
7073 eval "ac_cv_lib_$ac_lib_var=no"
7076 LIBS
="$ac_save_LIBS"
7079 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7080 echo "$ac_t""yes" 1>&6
7083 echo "$ac_t""no" 1>&6
7089 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
7090 echo "configure:7091: checking whether ln -s works" >&5
7091 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
7092 echo $ac_n "(cached) $ac_c" 1>&6
7095 if ln -s X conftestdata
2>/dev
/null
7098 ac_cv_prog_LN_S
="ln -s"
7103 LN_S
="$ac_cv_prog_LN_S"
7104 if test "$ac_cv_prog_LN_S" = "ln -s"; then
7105 echo "$ac_t""yes" 1>&6
7107 echo "$ac_t""no" 1>&6
7113 /usr/local/include \
7115 /usr/Motif-1.2/include \
7116 /usr/Motif-2.1/include \
7118 /usr/include/Motif1.2 \
7119 /opt/xpm/include/X11 \
7120 /opt/GBxpm/include/ \
7121 /opt/GBxpm/X11/include/ \
7123 /usr/Motif1.2/include \
7125 /usr/openwin/include \
7129 /usr/X11R6/include \
7130 /usr/X11R6.4/include \
7131 /usr/X11R5/include \
7132 /usr/X11R4/include \
7134 /usr/include/X11R6 \
7135 /usr/include/X11R5 \
7136 /usr/include/X11R4 \
7138 /usr/local/X11R6/include \
7139 /usr/local/X11R5/include \
7140 /usr/local/X11R4/include \
7142 /usr/local/include/X11R6 \
7143 /usr/local/include/X11R5 \
7144 /usr/local/include/X11R4 \
7148 /usr/local/X11/include \
7149 /usr/local/include/X11 \
7153 /usr/XFree86/include/X11 \
7155 X:/XFree86/include \
7156 X:/XFree86/include/X11 \
7159 /usr/local/include/gtk \
7161 /usr/local/include/glib \
7164 /usr/local/include/qt \
7166 /usr/include/windows \
7168 /usr/local/include/wine \
7170 /usr/unsupported/include \
7171 /usr/athena/include \
7172 /usr/local/x11r5/include \
7173 /usr/lpp/Xamples/include \
7175 /usr/openwin/share/include \
7179 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
7182 cat > confcache
<<\EOF
7183 # This file is a shell script that caches the results of configure
7184 # tests run on this system so they can be shared between configure
7185 # scripts and configure runs. It is not useful on other systems.
7186 # If it contains results you don't want to keep, you may remove or edit it.
7188 # By default, configure uses ./config.cache as the cache file,
7189 # creating it if it does not exist already. You can give configure
7190 # the --cache-file=FILE option to use a different cache file; that is
7191 # what configure does when it calls configure scripts in
7192 # subdirectories, so they share the cache.
7193 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7194 # config.status only pays attention to the cache file if you give it the
7195 # --recheck option to rerun configure.
7198 # The following way of writing the cache mishandles newlines in values,
7199 # but we know of no workaround that is simple, portable, and efficient.
7200 # So, don't put newlines in cache variables' values.
7201 # Ultrix sh set writes to stderr and can't be redirected directly,
7202 # and sets the high bit in the cache file unless we assign to the vars.
7204 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7206 # `set' does not quote correctly, so add quotes (double-quote substitution
7207 # turns \\\\ into \\, and sed turns \\ into \).
7209 -e "s/'/'\\\\''/g" \
7210 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7213 # `set' quotes correctly as required by POSIX, so do not add quotes.
7214 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7217 if cmp -s $cache_file confcache
; then
7220 if test -w $cache_file; then
7221 echo "updating cache $cache_file"
7222 cat confcache
> $cache_file
7224 echo "not updating unwritable cache $cache_file"
7233 if test "$wxUSE_GUI" = "yes"; then
7249 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
7250 if test "$cross_compiling" = "yes" ; then
7251 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
7253 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
7254 echo "configure:7255: checking for Windows headers" >&5
7257 for ac_dir
in $SEARCH_INCLUDE;
7259 if test -f "$ac_dir/windows.h"; then
7260 ac_find_includes
=$ac_dir
7265 if test "$ac_find_includes" != "" ; then
7266 echo "$ac_t""found $ac_find_includes" 1>&6
7267 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
7269 echo "$ac_t""no" 1>&6
7270 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7274 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS msw"
7275 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
7277 if test "$wxUSE_ODBC" = "yes" ; then
7278 LIBS
="$LIBS -lodbc32 -lole32 -loleaut32"
7281 if test "$wxUSE_MINGW" = 1; then
7282 LDFLAGS
="$LDFLAGS -mwindows"
7288 RCINCSWITCH
="--include-dir"
7289 RCDEFSWITCH
="--define"
7290 RCPREPROCESSOR
="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
7293 RESFLAGS
="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
7295 RESPROGRAM
="\$(RES_PROGRAM)"
7299 if test "$wxUSE_GTK" = 1; then
7300 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
7301 if test "${with_gtk_prefix+set}" = set; then
7302 withval
="$with_gtk_prefix"
7303 gtk_config_prefix
="$withval"
7305 gtk_config_prefix
=""
7308 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
7309 if test "${with_gtk_exec_prefix+set}" = set; then
7310 withval
="$with_gtk_exec_prefix"
7311 gtk_config_exec_prefix
="$withval"
7313 gtk_config_exec_prefix
=""
7316 # Check whether --enable-gtktest or --disable-gtktest was given.
7317 if test "${enable_gtktest+set}" = set; then
7318 enableval
="$enable_gtktest"
7325 for module
in . gthread
7329 gtk_config_args
="$gtk_config_args gthread"
7334 if test x
$gtk_config_exec_prefix != x
; then
7335 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7336 if test x
${GTK_CONFIG_2_0+set} != xset
; then
7337 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
7340 if test x
$gtk_config_prefix != x
; then
7341 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
7342 if test x
${GTK_CONFIG_2_0+set} != xset
; then
7343 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
7347 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
7348 set dummy gtk
-config-2.0
; ac_word
=$2
7349 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7350 echo "configure:7351: checking for $ac_word" >&5
7351 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
7352 echo $ac_n "(cached) $ac_c" 1>&6
7354 case "$GTK_CONFIG_2_0" in
7356 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
7359 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
7362 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7364 for ac_dir
in $ac_dummy; do
7365 test -z "$ac_dir" && ac_dir
=.
7366 if test -f $ac_dir/$ac_word; then
7367 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
7372 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
7376 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
7377 if test -n "$GTK_CONFIG_2_0"; then
7378 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
7380 echo "$ac_t""no" 1>&6
7383 min_gtk_version
=1.3.1
7384 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7385 echo "configure:7386: checking for GTK - version >= $min_gtk_version" >&5
7387 if test "$GTK_CONFIG_2_0" = "no" ; then
7390 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
7391 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
7392 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7393 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7394 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7395 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7396 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7397 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7398 if test "x$enable_gtktest" = "xyes" ; then
7399 ac_save_CFLAGS
="$CFLAGS"
7400 ac_save_LIBS
="$LIBS"
7401 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7402 LIBS
="$GTK_LIBS $LIBS"
7404 if test "$cross_compiling" = yes; then
7405 echo $ac_n "cross compiling; assumed OK... $ac_c"
7407 cat > conftest.
$ac_ext <<EOF
7408 #line 7409 "configure"
7409 #include "confdefs.h"
7411 #include <gtk/gtk.h>
7418 int major, minor, micro;
7421 system ("touch conf.gtktest");
7423 /* HP/UX 9 (%@#!) writes to sscanf strings */
7424 tmp_version = g_strdup("$min_gtk_version");
7425 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
7426 printf("%s, bad version string\n", "$min_gtk_version");
7430 if ((gtk_major_version != $gtk_config_major_version) ||
7431 (gtk_minor_version != $gtk_config_minor_version) ||
7432 (gtk_micro_version != $gtk_config_micro_version))
7434 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
7435 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
7436 gtk_major_version, gtk_minor_version, gtk_micro_version);
7437 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
7438 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
7439 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
7440 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
7441 printf("*** required on your system.\n");
7442 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
7443 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
7444 printf("*** before re-running configure\n");
7446 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
7447 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
7448 (gtk_minor_version != GTK_MINOR_VERSION) ||
7449 (gtk_micro_version != GTK_MICRO_VERSION))
7451 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
7452 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
7453 printf("*** library (version %d.%d.%d)\n",
7454 gtk_major_version, gtk_minor_version, gtk_micro_version);
7456 #endif /* defined (GTK_MAJOR_VERSION) ... */
7459 if ((gtk_major_version > major) ||
7460 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7461 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
7467 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
7468 gtk_major_version, gtk_minor_version, gtk_micro_version);
7469 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
7470 major, minor, micro);
7471 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
7473 printf("*** If you have already installed a sufficiently new version, this error\n");
7474 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
7475 printf("*** being found. The easiest way to fix this is to remove the old version\n");
7476 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
7477 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
7478 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
7479 printf("*** so that the correct libraries are found at run-time))\n");
7486 if { (eval echo configure
:7487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7490 echo "configure: failed program was:" >&5
7491 cat conftest.
$ac_ext >&5
7498 CFLAGS
="$ac_save_CFLAGS"
7499 LIBS
="$ac_save_LIBS"
7502 if test "x$no_gtk" = x
; then
7503 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
7506 echo "$ac_t""no" 1>&6
7507 if test "$GTK_CONFIG_2_0" = "no" ; then
7508 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
7509 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
7510 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
7511 echo "*** full path to gtk-config-2.0."
7513 if test -f conf.gtktest
; then
7516 echo "*** Could not run GTK test program, checking why..."
7517 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7518 LIBS
="$LIBS $GTK_LIBS"
7519 cat > conftest.
$ac_ext <<EOF
7520 #line 7521 "configure"
7521 #include "confdefs.h"
7523 #include <gtk/gtk.h>
7527 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
7530 if { (eval echo configure
:7531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7532 echo "*** The test program compiled, but did not run. This usually means"
7533 echo "*** that the run-time linker is not finding GTK or finding the wrong"
7534 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
7535 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
7536 echo "*** to the installed location Also, make sure you have run ldconfig if that"
7537 echo "*** is required on your system"
7539 echo "*** If you have an old version installed, it is best to remove it, although"
7540 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
7542 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
7543 echo "*** came with the system with the command"
7545 echo "*** rpm --erase --nodeps gtk gtk-devel"
7547 echo "configure: failed program was:" >&5
7548 cat conftest.
$ac_ext >&5
7550 echo "*** The test program failed to compile or link. See the file config.log for the"
7551 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
7552 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
7553 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
7556 CFLAGS
="$ac_save_CFLAGS"
7557 LIBS
="$ac_save_LIBS"
7564 if test x
$gtk_config_exec_prefix != x
; then
7565 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7566 if test x
${GTK_CONFIG+set} != xset
; then
7567 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
7570 if test x
$gtk_config_prefix != x
; then
7571 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
7572 if test x
${GTK_CONFIG+set} != xset
; then
7573 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
7577 # Extract the first word of "gtk-config", so it can be a program name with args.
7578 set dummy gtk
-config; ac_word
=$2
7579 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7580 echo "configure:7581: checking for $ac_word" >&5
7581 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7582 echo $ac_n "(cached) $ac_c" 1>&6
7584 case "$GTK_CONFIG" in
7586 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
7589 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
7592 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7594 for ac_dir
in $ac_dummy; do
7595 test -z "$ac_dir" && ac_dir
=.
7596 if test -f $ac_dir/$ac_word; then
7597 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
7602 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
7606 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
7607 if test -n "$GTK_CONFIG"; then
7608 echo "$ac_t""$GTK_CONFIG" 1>&6
7610 echo "$ac_t""no" 1>&6
7613 min_gtk_version
=1.2.7
7614 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7615 echo "configure:7616: checking for GTK - version >= $min_gtk_version" >&5
7617 if test "$GTK_CONFIG" != "no" ; then
7618 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
7619 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
7620 ac_save_CFLAGS
="$CFLAGS"
7621 ac_save_LIBS
="$LIBS"
7622 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7623 LIBS
="$LIBS $GTK_LIBS"
7624 if test "$cross_compiling" = yes; then
7625 echo $ac_n "cross compiling; assumed OK... $ac_c"
7627 cat > conftest.
$ac_ext <<EOF
7628 #line 7629 "configure"
7629 #include "confdefs.h"
7631 #include <gtk/gtk.h>
7632 #include <gtk/gtkfeatures.h>
7639 int major, minor, micro;
7641 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
7642 printf("%s, bad version string\n", "$min_gtk_version");
7646 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7647 (GTK_MINOR_VERSION != gtk_minor_version) ||
7648 (GTK_MICRO_VERSION != gtk_micro_version)) {
7649 printf("Headers vs. library version mismatch!\n");
7653 if (gtk_minor_version == 1) return FALSE;
7655 return !((gtk_major_version > major) ||
7656 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7657 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7661 if { (eval echo configure
:7662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7665 echo "configure: failed program was:" >&5
7666 cat conftest.
$ac_ext >&5
7673 CFLAGS
="$ac_save_CFLAGS"
7674 LIBS
="$ac_save_LIBS"
7678 if test "x$no_gtk" = x
; then
7679 echo "$ac_t""yes" 1>&6
7682 echo "$ac_t""no" 1>&6
7691 if test x
$gtk_config_exec_prefix != x
; then
7692 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7693 if test x
${GTK_CONFIG+set} != xset
; then
7694 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
7697 if test x
$gtk_config_prefix != x
; then
7698 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
7699 if test x
${GTK_CONFIG+set} != xset
; then
7700 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
7704 # Extract the first word of "gtk-config", so it can be a program name with args.
7705 set dummy gtk
-config; ac_word
=$2
7706 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7707 echo "configure:7708: checking for $ac_word" >&5
7708 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7709 echo $ac_n "(cached) $ac_c" 1>&6
7711 case "$GTK_CONFIG" in
7713 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
7716 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
7719 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7721 for ac_dir
in $ac_dummy; do
7722 test -z "$ac_dir" && ac_dir
=.
7723 if test -f $ac_dir/$ac_word; then
7724 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
7729 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
7733 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
7734 if test -n "$GTK_CONFIG"; then
7735 echo "$ac_t""$GTK_CONFIG" 1>&6
7737 echo "$ac_t""no" 1>&6
7740 min_gtk_version
=1.2.3
7741 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7742 echo "configure:7743: checking for GTK - version >= $min_gtk_version" >&5
7744 if test "$GTK_CONFIG" != "no" ; then
7745 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
7746 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
7747 ac_save_CFLAGS
="$CFLAGS"
7748 ac_save_LIBS
="$LIBS"
7749 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7750 LIBS
="$LIBS $GTK_LIBS"
7751 if test "$cross_compiling" = yes; then
7752 echo $ac_n "cross compiling; assumed OK... $ac_c"
7754 cat > conftest.
$ac_ext <<EOF
7755 #line 7756 "configure"
7756 #include "confdefs.h"
7758 #include <gtk/gtk.h>
7759 #include <gtk/gtkfeatures.h>
7766 int major, minor, micro;
7768 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
7769 printf("%s, bad version string\n", "$min_gtk_version");
7773 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7774 (GTK_MINOR_VERSION != gtk_minor_version) ||
7775 (GTK_MICRO_VERSION != gtk_micro_version)) {
7776 printf("Headers vs. library version mismatch!\n");
7780 if (gtk_minor_version == 1) return FALSE;
7782 return !((gtk_major_version > major) ||
7783 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7784 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7788 if { (eval echo configure
:7789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7792 echo "configure: failed program was:" >&5
7793 cat conftest.
$ac_ext >&5
7800 CFLAGS
="$ac_save_CFLAGS"
7801 LIBS
="$ac_save_LIBS"
7805 if test "x$no_gtk" = x
; then
7806 echo "$ac_t""yes" 1>&6
7809 echo "$ac_t""no" 1>&6
7824 if test "$WXGTK12" != 1 -a "$WXGTK20" != 1; then
7825 { echo "configure: error:
7826 Please check that gtk-config is in path, the directory
7827 where GTK+ libraries are installed (returned by
7828 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
7829 equivalent variable and GTK+ is version 1.2.3 or above.
7833 TOOLKIT_INCLUDE
="$GTK_CFLAGS"
7836 GUI_TK_LIBRARY
="$GTK_LIBS"
7839 AFMINSTALL
=afminstall
7843 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
7844 echo "configure:7845: checking for gdk_im_open in -lgdk" >&5
7845 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7846 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7847 echo $ac_n "(cached) $ac_c" 1>&6
7849 ac_save_LIBS
="$LIBS"
7851 cat > conftest.
$ac_ext <<EOF
7852 #line 7853 "configure"
7853 #include "confdefs.h"
7854 /* Override any gcc2 internal prototype to avoid an error. */
7855 /* We use char because int might match the return type of a gcc2
7856 builtin and then its argument prototype would still apply. */
7863 if { (eval echo configure
:7864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7865 eval "ac_cv_lib_$ac_lib_var=yes"
7867 echo "configure: failed program was:" >&5
7868 cat conftest.
$ac_ext >&5
7870 eval "ac_cv_lib_$ac_lib_var=no"
7873 LIBS
="$ac_save_LIBS"
7876 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7877 echo "$ac_t""yes" 1>&6
7878 cat >> confdefs.h
<<\EOF
7883 echo "$ac_t""no" 1>&6
7888 if test "$wxUSE_WINE" = 1; then
7889 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
7890 echo "configure:7891: checking for WINE includes" >&5
7893 for ac_dir
in $SEARCH_INCLUDE;
7895 if test -f "$ac_dir/windows.h"; then
7896 ac_find_includes
=$ac_dir
7901 if test "$ac_find_includes" != "" ; then
7902 echo "$ac_t""found $ac_find_includes" 1>&6
7903 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
7905 echo "$ac_t""no" 1>&6
7906 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7910 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
7911 echo "configure:7912: checking for Xpm library" >&5
7914 for ac_dir
in $SEARCH_LIB;
7916 for ac_extension
in a so sl
; do
7917 if test -f "$ac_dir/libXpm.$ac_extension"; then
7918 ac_find_libraries
=$ac_dir
7924 if test "$ac_find_libraries" != "" ; then
7925 GUI_TK_LIBRARY
="-L$ac_find_libraries"
7927 cat >> confdefs.h
<<\EOF
7928 #define wxHAVE_LIB_XPM 1
7931 echo "$ac_t""found at $ac_find_libraries" 1>&6
7933 echo "$ac_t""no" 1>&6
7934 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7938 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
7939 echo "configure:7940: checking for Mesa library" >&5
7942 for ac_dir
in $SEARCH_LIB;
7944 for ac_extension
in a so sl
; do
7945 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
7946 ac_find_libraries
=$ac_dir
7952 if test "$ac_find_libraries" != "" ; then
7953 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
7954 MESA_LINK
="-lMesaGL"
7955 echo "$ac_t""found at $ac_find_libraries" 1>&6
7957 { echo "configure: error: no" 1>&2; exit 1; }
7960 GUI_TK_LINK
="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
7961 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
7968 # If we find X, set shell vars x_includes and x_libraries to the
7969 # paths, otherwise set no_x=yes.
7970 # Uses ac_ vars as temps to allow command line to override cache and checks.
7971 # --without-x overrides everything else, but does not touch the cache.
7972 echo $ac_n "checking for X""... $ac_c" 1>&6
7973 echo "configure:7974: checking for X" >&5
7975 # Check whether --with-x or --without-x was given.
7976 if test "${with_x+set}" = set; then
7981 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7982 if test "x$with_x" = xno
; then
7983 # The user explicitly disabled X.
7986 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
7987 # Both variables are already set.
7990 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
7991 echo $ac_n "(cached) $ac_c" 1>&6
7993 # One or both of the vars are not set, and there is no cached value.
7994 ac_x_includes
=NO ac_x_libraries
=NO
7996 if mkdir conftestdir
; then
7998 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7999 cat > Imakefile
<<'EOF'
8001 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
8003 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8004 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8005 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
8006 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8007 for ac_extension
in a so sl
; do
8008 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
8009 test -f $ac_im_libdir/libX11.
$ac_extension; then
8010 ac_im_usrlibdir
=$ac_im_libdir; break
8013 # Screen out bogus values from the imake configuration. They are
8014 # bogus both because they are the default anyway, and because
8015 # using them would break gcc on systems where it needs fixed includes.
8016 case "$ac_im_incroot" in
8018 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
8020 case "$ac_im_usrlibdir" in
8022 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
8029 if test "$ac_x_includes" = NO
; then
8030 # Guess where to find include files, by looking for this one X11 .h file.
8031 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
8033 # First, try using that file with no special directory specified.
8034 cat > conftest.
$ac_ext <<EOF
8035 #line 8036 "configure"
8036 #include "confdefs.h"
8037 #include <$x_direct_test_include>
8039 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8040 { (eval echo configure
:8041: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8041 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8042 if test -z "$ac_err"; then
8044 # We can compile using X headers with no special include directory.
8048 echo "configure: failed program was:" >&5
8049 cat conftest.
$ac_ext >&5
8051 # Look for the header file in a standard set of common directories.
8052 # Check X11 before X11Rn because it is often a symlink to the current release.
8055 /usr
/X
11R
6/include \
8056 /usr
/X
11R
5/include \
8057 /usr
/X
11R
4/include \
8060 /usr
/include
/X11R6 \
8061 /usr
/include
/X11R5 \
8062 /usr
/include
/X11R4 \
8064 /usr
/local
/X
11/include \
8065 /usr
/local
/X
11R
6/include \
8066 /usr
/local
/X
11R
5/include \
8067 /usr
/local
/X
11R
4/include \
8069 /usr
/local
/include
/X11 \
8070 /usr
/local
/include
/X11R6 \
8071 /usr
/local
/include
/X11R5 \
8072 /usr
/local
/include
/X11R4 \
8076 /usr
/XFree
86/include
/X11 \
8079 /usr
/local
/include \
8080 /usr
/unsupported
/include \
8081 /usr
/athena
/include \
8082 /usr
/local
/x
11r
5/include \
8083 /usr
/lpp
/Xamples
/include \
8085 /usr
/openwin
/include \
8086 /usr
/openwin
/share
/include \
8089 if test -r "$ac_dir/$x_direct_test_include"; then
8090 ac_x_includes
=$ac_dir
8096 fi # $ac_x_includes = NO
8098 if test "$ac_x_libraries" = NO
; then
8099 # Check for the libraries.
8101 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
8102 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
8104 # See if we find them without any special options.
8105 # Don't add to $LIBS permanently.
8106 ac_save_LIBS
="$LIBS"
8107 LIBS
="-l$x_direct_test_library $LIBS"
8108 cat > conftest.
$ac_ext <<EOF
8109 #line 8110 "configure"
8110 #include "confdefs.h"
8113 ${x_direct_test_function}()
8116 if { (eval echo configure
:8117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8118 LIBS
="$ac_save_LIBS"
8119 # We can link X programs with no special library path.
8122 echo "configure: failed program was:" >&5
8123 cat conftest.
$ac_ext >&5
8125 LIBS
="$ac_save_LIBS"
8126 # First see if replacing the include by lib works.
8127 # Check X11 before X11Rn because it is often a symlink to the current release.
8128 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
8139 /usr
/local
/X
11/lib \
8140 /usr
/local
/X
11R
6/lib \
8141 /usr
/local
/X
11R
5/lib \
8142 /usr
/local
/X
11R
4/lib \
8144 /usr
/local
/lib
/X11 \
8145 /usr
/local
/lib
/X11R6 \
8146 /usr
/local
/lib
/X11R5 \
8147 /usr
/local
/lib
/X11R4 \
8151 /usr
/XFree
86/lib
/X11 \
8155 /usr
/unsupported
/lib \
8157 /usr
/local
/x
11r
5/lib \
8158 /usr
/lpp
/Xamples
/lib \
8162 /usr
/openwin
/share
/lib \
8165 for ac_extension
in a so sl
; do
8166 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
8167 ac_x_libraries
=$ac_dir
8174 fi # $ac_x_libraries = NO
8176 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
8177 # Didn't find X anywhere. Cache the known absence of X.
8178 ac_cv_have_x
="have_x=no"
8180 # Record where we found X for the cache.
8181 ac_cv_have_x
="have_x=yes \
8182 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8186 eval "$ac_cv_have_x"
8189 if test "$have_x" != yes; then
8190 echo "$ac_t""$have_x" 1>&6
8193 # If each of the values was on the command line, it overrides each guess.
8194 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8195 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8196 # Update the cache value to reflect the command line values.
8197 ac_cv_have_x
="have_x=yes \
8198 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8199 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
8202 if test "$no_x" = yes; then
8203 # Not all programs may use this symbol, but it does not hurt to define it.
8204 cat >> confdefs.h
<<\EOF
8205 #define X_DISPLAY_MISSING 1
8208 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8210 if test -n "$x_includes"; then
8211 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8214 # It would also be nice to do this for all -L options, not just this one.
8215 if test -n "$x_libraries"; then
8216 X_LIBS
="$X_LIBS -L$x_libraries"
8217 # For Solaris; some versions of Sun CC require a space after -R and
8218 # others require no space. Words are not sufficient . . . .
8219 case "`(uname -sr) 2>/dev/null`" in
8221 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
8222 echo "configure:8223: checking whether -R must be followed by a space" >&5
8223 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
8224 cat > conftest.
$ac_ext <<EOF
8225 #line 8226 "configure"
8226 #include "confdefs.h"
8232 if { (eval echo configure
:8233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8236 echo "configure: failed program was:" >&5
8237 cat conftest.
$ac_ext >&5
8242 if test $ac_R_nospace = yes; then
8243 echo "$ac_t""no" 1>&6
8244 X_LIBS
="$X_LIBS -R$x_libraries"
8246 LIBS
="$ac_xsave_LIBS -R $x_libraries"
8247 cat > conftest.
$ac_ext <<EOF
8248 #line 8249 "configure"
8249 #include "confdefs.h"
8255 if { (eval echo configure
:8256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8259 echo "configure: failed program was:" >&5
8260 cat conftest.
$ac_ext >&5
8265 if test $ac_R_space = yes; then
8266 echo "$ac_t""yes" 1>&6
8267 X_LIBS
="$X_LIBS -R $x_libraries"
8269 echo "$ac_t""neither works" 1>&6
8272 LIBS
="$ac_xsave_LIBS"
8276 # Check for system-dependent libraries X programs must link with.
8277 # Do this before checking for the system-independent R6 libraries
8278 # (-lICE), since we may need -lsocket or whatever for X linking.
8280 if test "$ISC" = yes; then
8281 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8283 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
8284 # libraries were built with DECnet support. And karl@cs.umb.edu says
8285 # the Alpha needs dnet_stub (dnet does not exist).
8286 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
8287 echo "configure:8288: checking for dnet_ntoa in -ldnet" >&5
8288 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8289 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8290 echo $ac_n "(cached) $ac_c" 1>&6
8292 ac_save_LIBS
="$LIBS"
8294 cat > conftest.
$ac_ext <<EOF
8295 #line 8296 "configure"
8296 #include "confdefs.h"
8297 /* Override any gcc2 internal prototype to avoid an error. */
8298 /* We use char because int might match the return type of a gcc2
8299 builtin and then its argument prototype would still apply. */
8306 if { (eval echo configure
:8307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8308 eval "ac_cv_lib_$ac_lib_var=yes"
8310 echo "configure: failed program was:" >&5
8311 cat conftest.
$ac_ext >&5
8313 eval "ac_cv_lib_$ac_lib_var=no"
8316 LIBS
="$ac_save_LIBS"
8319 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8320 echo "$ac_t""yes" 1>&6
8321 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
8323 echo "$ac_t""no" 1>&6
8326 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
8327 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
8328 echo "configure:8329: checking for dnet_ntoa in -ldnet_stub" >&5
8329 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8330 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8331 echo $ac_n "(cached) $ac_c" 1>&6
8333 ac_save_LIBS
="$LIBS"
8334 LIBS
="-ldnet_stub $LIBS"
8335 cat > conftest.
$ac_ext <<EOF
8336 #line 8337 "configure"
8337 #include "confdefs.h"
8338 /* Override any gcc2 internal prototype to avoid an error. */
8339 /* We use char because int might match the return type of a gcc2
8340 builtin and then its argument prototype would still apply. */
8347 if { (eval echo configure
:8348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8349 eval "ac_cv_lib_$ac_lib_var=yes"
8351 echo "configure: failed program was:" >&5
8352 cat conftest.
$ac_ext >&5
8354 eval "ac_cv_lib_$ac_lib_var=no"
8357 LIBS
="$ac_save_LIBS"
8360 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8361 echo "$ac_t""yes" 1>&6
8362 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
8364 echo "$ac_t""no" 1>&6
8369 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8370 # to get the SysV transport functions.
8371 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
8373 # The nsl library prevents programs from opening the X display
8374 # on Irix 5.2, according to dickey@clark.net.
8375 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
8376 echo "configure:8377: checking for gethostbyname" >&5
8377 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
8378 echo $ac_n "(cached) $ac_c" 1>&6
8380 cat > conftest.
$ac_ext <<EOF
8381 #line 8382 "configure"
8382 #include "confdefs.h"
8383 /* System header to define __stub macros and hopefully few prototypes,
8384 which can conflict with char gethostbyname(); below. */
8386 /* Override any gcc2 internal prototype to avoid an error. */
8387 /* We use char because int might match the return type of a gcc2
8388 builtin and then its argument prototype would still apply. */
8389 char gethostbyname();
8393 /* The GNU C library defines this for functions which it implements
8394 to always fail with ENOSYS. Some functions are actually named
8395 something starting with __ and the normal name is an alias. */
8396 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8404 if { (eval echo configure
:8405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8406 eval "ac_cv_func_gethostbyname=yes"
8408 echo "configure: failed program was:" >&5
8409 cat conftest.
$ac_ext >&5
8411 eval "ac_cv_func_gethostbyname=no"
8416 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
8417 echo "$ac_t""yes" 1>&6
8420 echo "$ac_t""no" 1>&6
8423 if test $ac_cv_func_gethostbyname = no
; then
8424 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
8425 echo "configure:8426: checking for gethostbyname in -lnsl" >&5
8426 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
8427 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8428 echo $ac_n "(cached) $ac_c" 1>&6
8430 ac_save_LIBS
="$LIBS"
8432 cat > conftest.
$ac_ext <<EOF
8433 #line 8434 "configure"
8434 #include "confdefs.h"
8435 /* Override any gcc2 internal prototype to avoid an error. */
8436 /* We use char because int might match the return type of a gcc2
8437 builtin and then its argument prototype would still apply. */
8438 char gethostbyname();
8444 if { (eval echo configure
:8445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8446 eval "ac_cv_lib_$ac_lib_var=yes"
8448 echo "configure: failed program was:" >&5
8449 cat conftest.
$ac_ext >&5
8451 eval "ac_cv_lib_$ac_lib_var=no"
8454 LIBS
="$ac_save_LIBS"
8457 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8458 echo "$ac_t""yes" 1>&6
8459 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
8461 echo "$ac_t""no" 1>&6
8466 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8467 # socket/setsockopt and other routines are undefined under SCO ODT
8468 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8469 # on later versions), says simon@lia.di.epfl.ch: it contains
8470 # gethostby* variants that don't use the nameserver (or something).
8471 # -lsocket must be given before -lnsl if both are needed.
8472 # We assume that if connect needs -lnsl, so does gethostbyname.
8473 echo $ac_n "checking for connect""... $ac_c" 1>&6
8474 echo "configure:8475: checking for connect" >&5
8475 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
8476 echo $ac_n "(cached) $ac_c" 1>&6
8478 cat > conftest.
$ac_ext <<EOF
8479 #line 8480 "configure"
8480 #include "confdefs.h"
8481 /* System header to define __stub macros and hopefully few prototypes,
8482 which can conflict with char connect(); below. */
8484 /* Override any gcc2 internal prototype to avoid an error. */
8485 /* We use char because int might match the return type of a gcc2
8486 builtin and then its argument prototype would still apply. */
8491 /* The GNU C library defines this for functions which it implements
8492 to always fail with ENOSYS. Some functions are actually named
8493 something starting with __ and the normal name is an alias. */
8494 #if defined (__stub_connect) || defined (__stub___connect)
8502 if { (eval echo configure
:8503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8504 eval "ac_cv_func_connect=yes"
8506 echo "configure: failed program was:" >&5
8507 cat conftest.
$ac_ext >&5
8509 eval "ac_cv_func_connect=no"
8514 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
8515 echo "$ac_t""yes" 1>&6
8518 echo "$ac_t""no" 1>&6
8521 if test $ac_cv_func_connect = no
; then
8522 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
8523 echo "configure:8524: checking for connect in -lsocket" >&5
8524 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
8525 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8526 echo $ac_n "(cached) $ac_c" 1>&6
8528 ac_save_LIBS
="$LIBS"
8529 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
8530 cat > conftest.
$ac_ext <<EOF
8531 #line 8532 "configure"
8532 #include "confdefs.h"
8533 /* Override any gcc2 internal prototype to avoid an error. */
8534 /* We use char because int might match the return type of a gcc2
8535 builtin and then its argument prototype would still apply. */
8542 if { (eval echo configure
:8543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8544 eval "ac_cv_lib_$ac_lib_var=yes"
8546 echo "configure: failed program was:" >&5
8547 cat conftest.
$ac_ext >&5
8549 eval "ac_cv_lib_$ac_lib_var=no"
8552 LIBS
="$ac_save_LIBS"
8555 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8556 echo "$ac_t""yes" 1>&6
8557 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
8559 echo "$ac_t""no" 1>&6
8564 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
8565 echo $ac_n "checking for remove""... $ac_c" 1>&6
8566 echo "configure:8567: checking for remove" >&5
8567 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
8568 echo $ac_n "(cached) $ac_c" 1>&6
8570 cat > conftest.
$ac_ext <<EOF
8571 #line 8572 "configure"
8572 #include "confdefs.h"
8573 /* System header to define __stub macros and hopefully few prototypes,
8574 which can conflict with char remove(); below. */
8576 /* Override any gcc2 internal prototype to avoid an error. */
8577 /* We use char because int might match the return type of a gcc2
8578 builtin and then its argument prototype would still apply. */
8583 /* The GNU C library defines this for functions which it implements
8584 to always fail with ENOSYS. Some functions are actually named
8585 something starting with __ and the normal name is an alias. */
8586 #if defined (__stub_remove) || defined (__stub___remove)
8594 if { (eval echo configure
:8595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8596 eval "ac_cv_func_remove=yes"
8598 echo "configure: failed program was:" >&5
8599 cat conftest.
$ac_ext >&5
8601 eval "ac_cv_func_remove=no"
8606 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
8607 echo "$ac_t""yes" 1>&6
8610 echo "$ac_t""no" 1>&6
8613 if test $ac_cv_func_remove = no
; then
8614 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
8615 echo "configure:8616: checking for remove in -lposix" >&5
8616 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
8617 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8618 echo $ac_n "(cached) $ac_c" 1>&6
8620 ac_save_LIBS
="$LIBS"
8621 LIBS
="-lposix $LIBS"
8622 cat > conftest.
$ac_ext <<EOF
8623 #line 8624 "configure"
8624 #include "confdefs.h"
8625 /* Override any gcc2 internal prototype to avoid an error. */
8626 /* We use char because int might match the return type of a gcc2
8627 builtin and then its argument prototype would still apply. */
8634 if { (eval echo configure
:8635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8636 eval "ac_cv_lib_$ac_lib_var=yes"
8638 echo "configure: failed program was:" >&5
8639 cat conftest.
$ac_ext >&5
8641 eval "ac_cv_lib_$ac_lib_var=no"
8644 LIBS
="$ac_save_LIBS"
8647 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8648 echo "$ac_t""yes" 1>&6
8649 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
8651 echo "$ac_t""no" 1>&6
8656 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8657 echo $ac_n "checking for shmat""... $ac_c" 1>&6
8658 echo "configure:8659: checking for shmat" >&5
8659 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
8660 echo $ac_n "(cached) $ac_c" 1>&6
8662 cat > conftest.
$ac_ext <<EOF
8663 #line 8664 "configure"
8664 #include "confdefs.h"
8665 /* System header to define __stub macros and hopefully few prototypes,
8666 which can conflict with char shmat(); below. */
8668 /* Override any gcc2 internal prototype to avoid an error. */
8669 /* We use char because int might match the return type of a gcc2
8670 builtin and then its argument prototype would still apply. */
8675 /* The GNU C library defines this for functions which it implements
8676 to always fail with ENOSYS. Some functions are actually named
8677 something starting with __ and the normal name is an alias. */
8678 #if defined (__stub_shmat) || defined (__stub___shmat)
8686 if { (eval echo configure
:8687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8688 eval "ac_cv_func_shmat=yes"
8690 echo "configure: failed program was:" >&5
8691 cat conftest.
$ac_ext >&5
8693 eval "ac_cv_func_shmat=no"
8698 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
8699 echo "$ac_t""yes" 1>&6
8702 echo "$ac_t""no" 1>&6
8705 if test $ac_cv_func_shmat = no
; then
8706 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
8707 echo "configure:8708: checking for shmat in -lipc" >&5
8708 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
8709 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8710 echo $ac_n "(cached) $ac_c" 1>&6
8712 ac_save_LIBS
="$LIBS"
8714 cat > conftest.
$ac_ext <<EOF
8715 #line 8716 "configure"
8716 #include "confdefs.h"
8717 /* Override any gcc2 internal prototype to avoid an error. */
8718 /* We use char because int might match the return type of a gcc2
8719 builtin and then its argument prototype would still apply. */
8726 if { (eval echo configure
:8727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8728 eval "ac_cv_lib_$ac_lib_var=yes"
8730 echo "configure: failed program was:" >&5
8731 cat conftest.
$ac_ext >&5
8733 eval "ac_cv_lib_$ac_lib_var=no"
8736 LIBS
="$ac_save_LIBS"
8739 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8740 echo "$ac_t""yes" 1>&6
8741 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
8743 echo "$ac_t""no" 1>&6
8749 # Check for libraries that X11R6 Xt/Xaw programs need.
8750 ac_save_LDFLAGS
="$LDFLAGS"
8751 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
8752 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8753 # check for ICE first), but we must link in the order -lSM -lICE or
8754 # we get undefined symbols. So assume we have SM if we have ICE.
8755 # These have to be linked with before -lX11, unlike the other
8756 # libraries we check for below, so use a different variable.
8757 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
8758 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
8759 echo "configure:8760: checking for IceConnectionNumber in -lICE" >&5
8760 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
8761 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8762 echo $ac_n "(cached) $ac_c" 1>&6
8764 ac_save_LIBS
="$LIBS"
8765 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
8766 cat > conftest.
$ac_ext <<EOF
8767 #line 8768 "configure"
8768 #include "confdefs.h"
8769 /* Override any gcc2 internal prototype to avoid an error. */
8770 /* We use char because int might match the return type of a gcc2
8771 builtin and then its argument prototype would still apply. */
8772 char IceConnectionNumber();
8775 IceConnectionNumber()
8778 if { (eval echo configure
:8779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8780 eval "ac_cv_lib_$ac_lib_var=yes"
8782 echo "configure: failed program was:" >&5
8783 cat conftest.
$ac_ext >&5
8785 eval "ac_cv_lib_$ac_lib_var=no"
8788 LIBS
="$ac_save_LIBS"
8791 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8792 echo "$ac_t""yes" 1>&6
8793 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
8795 echo "$ac_t""no" 1>&6
8798 LDFLAGS
="$ac_save_LDFLAGS"
8802 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
8803 LDFLAGS
="$LDFLAGS $X_LIBS"
8805 if test "$wxUSE_MOTIF" = 1; then
8806 if test "$no_x" = "yes"; then
8807 { echo "configure: error: X11 not found" 1>&2; exit 1; }
8810 GUI_TK_LIBRARY
="$X_LIBS"
8811 TOOLKIT_INCLUDE
="$X_CFLAGS"
8813 AFMINSTALL
=afminstall
8816 COMPILED_X_PROGRAM
=0
8818 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
8819 echo "configure:8820: checking for Motif/Lesstif headers" >&5
8822 for ac_dir
in $SEARCH_INCLUDE;
8824 if test -f "$ac_dir/Xm/Xm.h"; then
8825 ac_find_includes
=$ac_dir
8830 if test "$ac_find_includes" != "" ; then
8831 echo "$ac_t""found $ac_find_includes" 1>&6
8833 cat > conftest.
$ac_ext <<EOF
8834 #line 8835 "configure"
8835 #include "confdefs.h"
8843 version = xmUseVersion;
8847 if { (eval echo configure
:8848: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8850 echo "$ac_t""found in default search path" 1>&6
8851 COMPILED_X_PROGRAM
=1
8854 echo "configure: failed program was:" >&5
8855 cat conftest.
$ac_ext >&5
8858 echo "$ac_t""no" 1>&6
8859 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
8866 if test "$COMPILED_X_PROGRAM" = 0; then
8867 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
8868 echo "configure:8869: checking for Motif/Lesstif library" >&5
8871 for ac_dir
in $SEARCH_LIB;
8873 for ac_extension
in a so sl
; do
8874 if test -f "$ac_dir/libXm.$ac_extension"; then
8875 ac_find_libraries
=$ac_dir
8881 if test "$ac_find_libraries" != "" ; then
8883 ac_path_to_include
=$ac_find_includes
8884 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
8886 if test $result = 0; then
8887 ac_path_to_include
=""
8889 ac_path_to_include
="-I$ac_find_includes"
8893 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
8895 if test $result = 0; then
8898 ac_path_to_link
="-L$ac_find_libraries"
8902 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
8903 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
8904 echo "$ac_t""found at $ac_find_libraries" 1>&6
8906 cat > conftest.
$ac_ext <<EOF
8907 #line 8908 "configure"
8908 #include "confdefs.h"
8916 version = xmUseVersion;
8920 if { (eval echo configure
:8921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8923 echo "$ac_t""found in default search path" 1>&6
8924 COMPILED_X_PROGRAM
=1
8927 echo "configure: failed program was:" >&5
8928 cat conftest.
$ac_ext >&5
8931 echo "$ac_t""no" 1>&6
8932 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
8942 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
8943 echo "configure:8944: checking for Xpm library" >&5
8946 for ac_dir
in $SEARCH_LIB;
8948 for ac_extension
in a so sl
; do
8949 if test -f "$ac_dir/libXpm.$ac_extension"; then
8950 ac_find_libraries
=$ac_dir
8956 if test "$ac_find_libraries" != "" ; then
8958 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
8960 if test $result = 0; then
8963 ac_path_to_link
="-L$ac_find_libraries"
8966 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
8968 cat >> confdefs.h
<<\EOF
8969 #define wxHAVE_LIB_XPM 1
8972 echo "$ac_t""found at $ac_find_libraries" 1>&6
8974 cat > conftest.
$ac_ext <<EOF
8975 #line 8976 "configure"
8976 #include "confdefs.h"
8978 #include <X11/xpm.h>
8984 version = XpmLibraryVersion();
8988 if { (eval echo configure
:8989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8992 cat >> confdefs.h
<<\EOF
8993 #define wxHAVE_LIB_XPM 1
8996 echo "$ac_t""found in default search path" 1>&6
8997 COMPILED_X_PROGRAM
=0
9000 echo "configure: failed program was:" >&5
9001 cat conftest.
$ac_ext >&5
9004 echo "$ac_t""no" 1>&6
9005 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9012 GUI_TK_LINK
="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
9013 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
9018 if test "$wxUSE_MAC" = 1; then
9023 if test "$wxUSE_PM" = 1; then
9028 if test "$TOOLKIT" != "PM" ; then
9029 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
9034 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9035 TOOLKIT_NAME
="${TOOLKIT_DIR}d"
9037 TOOLKIT_NAME
="${TOOLKIT_DIR}"
9040 TOOLKIT_DEF
="-D__WX${TOOLKIT}__"
9042 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
9044 ALL_OBJECTS
="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)"
9046 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
9047 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
9050 if test "$wxUSE_LIBJPEG" = "yes" ; then
9051 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
9053 if test "$wxUSE_LIBTIFF" = "yes" ; then
9054 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
9056 if test "$wxUSE_LIBPNG" = "yes" ; then
9057 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
9059 if test "$wxUSE_ZLIB" = "yes" ; then
9060 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
9062 if test "$wxUSE_FREETYPE" = "yes" ; then
9063 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
9065 ALL_DEPFILES
="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)"
9067 PORT_FILES
="src/\$(TOOLKITDIR)/files.lst"
9068 RPM_FILES
="src/\$(TOOLKITDIR)/rpmfiles.lst"
9069 RPM_SPEC
="wx\$(TOOLKIT).spec"
9071 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
9072 DISTDIR
="wx\$(TOOLKIT)"
9078 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9079 TOOLKIT_NAME
="${TOOLKIT_DIR}d"
9081 TOOLKIT_NAME
="${TOOLKIT_DIR}"
9084 TOOLKIT_DEF
="-D__WXBASE__"
9086 ALL_OBJECTS
="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
9087 ALL_DEPFILES
="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
9089 if test "$wxUSE_ZLIB" = "yes" ; then
9090 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
9093 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
9095 PORT_FILES
="src/files.lst"
9096 RPM_FILES
="src/rpmfiles.lst"
9097 RPM_SPEC
="wxBase.spec"
9103 WX_LIBRARY_NAME
="lib${WX_LIBRARY}.la"
9104 WX_LIBRARY_NAME_GL
="lib${WX_LIBRARY}_gl.la"
9106 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
9107 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY}_gl.a"
9109 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9110 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9112 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
9113 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.so"
9114 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.so"
9115 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
9116 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
9117 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.so"
9124 WX_TARGET_LIBRARY_SONAME
=
9127 if test "$wxUSE_SHARED" = "yes"; then
9130 if test "$GCC" = yes ; then
9131 SHARED_LD
="${CC} -shared -fPIC -o"
9134 LDFLAGS
="-L/usr/lib"
9136 SHARED_LD
="${CXX} -b -o"
9139 WX_LIBRARY_NAME_SHARED
="libwx_${TOOLKIT_NAME}.sl"
9140 WX_LIBRARY_NAME_SHARED_GL
="libwx_${TOOLKIT_NAME}_gl.sl"
9141 if test "$wxUSE_OPENGL" = "yes"; then
9142 WX_ALL_INSTALLED
="preinstall_gl"
9143 WX_ALL
="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
9145 WX_ALL
="${WX_LIBRARY_NAME_SHARED}"
9150 SHARED_LD
="${CC} -shared -o"
9152 if test "$wxUSE_BURNT_NAME" = "yes" ; then
9153 BURNT_LIBRARY_NAME
="-Wl,-soname,${WX_LIBRARY_LINK1}"
9154 BURNT_LIBRARY_NAME_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
9155 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
9157 if test "$wxUSE_OPENGL" = "yes"; then
9158 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9159 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9161 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9162 WX_ALL
="CREATE_LINKS"
9165 *-*-irix5* | *-*-irix6* )
9166 if test "$GCC" = yes ; then
9167 SHARED_LD
="${CC} -shared -o"
9170 SHARED_LD
="${CXX} -shared -o"
9172 if test "$wxUSE_OPENGL" = "yes"; then
9173 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9174 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9176 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9177 WX_ALL
="CREATE_LINKS"
9181 if test "$GCC" = yes ; then
9182 SHARED_LD
="${CC} -shared -o"
9185 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
9187 SHARED_LD
="${CXX} -G -o"
9190 if test "$wxUSE_OPENGL" = "yes"; then
9191 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9192 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9194 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9195 WX_ALL
="CREATE_LINKS"
9199 SHARED_LD
="${CC} -shared -o"
9201 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9202 WX_ALL
="CREATE_LINKS"
9204 *-*-freebsd* | *-*-netbsd* )
9205 SHARED_LD
="${CC} -shared -o"
9207 if test "$wxUSE_OPENGL" = "yes"; then
9208 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9209 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9211 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9212 WX_ALL
="CREATE_LINKS"
9216 SHARED_LD
="${CXX} -dynamiclib -o"
9217 PIC_FLAG
="-dynamic -fPIC"
9218 if test "$wxUSE_OPENGL" = "yes"; then
9219 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9220 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9222 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9223 WX_ALL
="CREATE_LINKS"
9225 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.dylib"
9226 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.dylib"
9227 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.dylib"
9228 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.dylib"
9229 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.dylib"
9230 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${WX_CURRENT}.dylib"
9231 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib"
9232 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.dylib"
9235 SHARED_LD
="${CXX} -shared -o"
9237 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9238 WX_ALL
="CREATE_LINKS"
9241 SHARED_LD
="${CXX} -shared -o"
9243 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9244 WX_ALL
="CREATE_LINKS"
9247 SHARED_LD
="${CC} -shared -o"
9249 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9250 WX_ALL
="CREATE_LINKS"
9253 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
9254 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
9257 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9258 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
9259 if test "$wxUSE_OPENGL" = "yes"; then
9260 WX_ALL_INSTALLED
="preinstall_gl"
9261 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9263 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9267 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9268 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
9269 if test "$wxUSE_OPENGL" = "yes"; then
9270 WX_ALL_INSTALLED
="preinstall_gl"
9271 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9273 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9277 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9278 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9281 SHARED_LD
="${LD} -shared -o"
9283 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9284 WX_ALL
="CREATE_LINKS"
9287 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
9290 if test "x$WX_TARGET_LIBRARY" = "x"; then
9291 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
9292 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
9294 WX_TARGET_LIBRARY_TYPE
="so"
9296 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9297 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
9299 if test "$wxUSE_OPENGL" = "yes"; then
9300 WX_ALL_INSTALLED
="preinstall_gl"
9301 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9303 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9306 if test "$wxUSE_GUI" = "no"; then
9307 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
9310 WX_TARGET_LIBRARY_TYPE
="a"
9314 for ac_hdr
in strings.h
9316 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9317 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9318 echo "configure:9319: checking for $ac_hdr" >&5
9319 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9320 echo $ac_n "(cached) $ac_c" 1>&6
9322 cat > conftest.
$ac_ext <<EOF
9323 #line 9324 "configure"
9324 #include "confdefs.h"
9327 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9328 { (eval echo configure
:9329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9329 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9330 if test -z "$ac_err"; then
9332 eval "ac_cv_header_$ac_safe=yes"
9335 echo "configure: failed program was:" >&5
9336 cat conftest.
$ac_ext >&5
9338 eval "ac_cv_header_$ac_safe=no"
9342 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9343 echo "$ac_t""yes" 1>&6
9344 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9345 cat >> confdefs.h
<<EOF
9346 #define $ac_tr_hdr 1
9350 echo "$ac_t""no" 1>&6
9354 for ac_hdr
in unistd.h
9356 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9357 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9358 echo "configure:9359: checking for $ac_hdr" >&5
9359 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9360 echo $ac_n "(cached) $ac_c" 1>&6
9362 cat > conftest.
$ac_ext <<EOF
9363 #line 9364 "configure"
9364 #include "confdefs.h"
9367 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9368 { (eval echo configure
:9369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9369 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9370 if test -z "$ac_err"; then
9372 eval "ac_cv_header_$ac_safe=yes"
9375 echo "configure: failed program was:" >&5
9376 cat conftest.
$ac_ext >&5
9378 eval "ac_cv_header_$ac_safe=no"
9382 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9383 echo "$ac_t""yes" 1>&6
9384 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9385 cat >> confdefs.h
<<EOF
9386 #define $ac_tr_hdr 1
9390 echo "$ac_t""no" 1>&6
9394 for ac_hdr
in fcntl.h
9396 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9397 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9398 echo "configure:9399: checking for $ac_hdr" >&5
9399 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9400 echo $ac_n "(cached) $ac_c" 1>&6
9402 cat > conftest.
$ac_ext <<EOF
9403 #line 9404 "configure"
9404 #include "confdefs.h"
9407 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9408 { (eval echo configure
:9409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9409 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9410 if test -z "$ac_err"; then
9412 eval "ac_cv_header_$ac_safe=yes"
9415 echo "configure: failed program was:" >&5
9416 cat conftest.
$ac_ext >&5
9418 eval "ac_cv_header_$ac_safe=no"
9422 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9423 echo "$ac_t""yes" 1>&6
9424 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9425 cat >> confdefs.h
<<EOF
9426 #define $ac_tr_hdr 1
9430 echo "$ac_t""no" 1>&6
9434 for ac_hdr
in wchar.h
9436 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9437 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9438 echo "configure:9439: checking for $ac_hdr" >&5
9439 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9440 echo $ac_n "(cached) $ac_c" 1>&6
9442 cat > conftest.
$ac_ext <<EOF
9443 #line 9444 "configure"
9444 #include "confdefs.h"
9447 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9448 { (eval echo configure
:9449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9449 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9450 if test -z "$ac_err"; then
9452 eval "ac_cv_header_$ac_safe=yes"
9455 echo "configure: failed program was:" >&5
9456 cat conftest.
$ac_ext >&5
9458 eval "ac_cv_header_$ac_safe=no"
9462 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9463 echo "$ac_t""yes" 1>&6
9464 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9465 cat >> confdefs.h
<<EOF
9466 #define $ac_tr_hdr 1
9470 echo "$ac_t""no" 1>&6
9474 for ac_hdr
in wcstr.h
9476 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9477 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9478 echo "configure:9479: checking for $ac_hdr" >&5
9479 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9480 echo $ac_n "(cached) $ac_c" 1>&6
9482 cat > conftest.
$ac_ext <<EOF
9483 #line 9484 "configure"
9484 #include "confdefs.h"
9487 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9488 { (eval echo configure
:9489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9489 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9490 if test -z "$ac_err"; then
9492 eval "ac_cv_header_$ac_safe=yes"
9495 echo "configure: failed program was:" >&5
9496 cat conftest.
$ac_ext >&5
9498 eval "ac_cv_header_$ac_safe=no"
9502 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9503 echo "$ac_t""yes" 1>&6
9504 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9505 cat >> confdefs.h
<<EOF
9506 #define $ac_tr_hdr 1
9510 echo "$ac_t""no" 1>&6
9514 for ac_hdr
in fnmatch.h
9516 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9517 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9518 echo "configure:9519: checking for $ac_hdr" >&5
9519 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9520 echo $ac_n "(cached) $ac_c" 1>&6
9522 cat > conftest.
$ac_ext <<EOF
9523 #line 9524 "configure"
9524 #include "confdefs.h"
9527 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9528 { (eval echo configure
:9529: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9529 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9530 if test -z "$ac_err"; then
9532 eval "ac_cv_header_$ac_safe=yes"
9535 echo "configure: failed program was:" >&5
9536 cat conftest.
$ac_ext >&5
9538 eval "ac_cv_header_$ac_safe=no"
9542 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9543 echo "$ac_t""yes" 1>&6
9544 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9545 cat >> confdefs.h
<<EOF
9546 #define $ac_tr_hdr 1
9550 echo "$ac_t""no" 1>&6
9554 for ac_hdr
in iconv.h
9556 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9557 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9558 echo "configure:9559: checking for $ac_hdr" >&5
9559 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9560 echo $ac_n "(cached) $ac_c" 1>&6
9562 cat > conftest.
$ac_ext <<EOF
9563 #line 9564 "configure"
9564 #include "confdefs.h"
9567 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9568 { (eval echo configure
:9569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9569 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9570 if test -z "$ac_err"; then
9572 eval "ac_cv_header_$ac_safe=yes"
9575 echo "configure: failed program was:" >&5
9576 cat conftest.
$ac_ext >&5
9578 eval "ac_cv_header_$ac_safe=no"
9582 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9583 echo "$ac_t""yes" 1>&6
9584 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9585 cat >> confdefs.h
<<EOF
9586 #define $ac_tr_hdr 1
9590 echo "$ac_t""no" 1>&6
9594 for ac_hdr
in langinfo.h
9596 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9597 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9598 echo "configure:9599: checking for $ac_hdr" >&5
9599 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9600 echo $ac_n "(cached) $ac_c" 1>&6
9602 cat > conftest.
$ac_ext <<EOF
9603 #line 9604 "configure"
9604 #include "confdefs.h"
9607 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9608 { (eval echo configure
:9609: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9609 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9610 if test -z "$ac_err"; then
9612 eval "ac_cv_header_$ac_safe=yes"
9615 echo "configure: failed program was:" >&5
9616 cat conftest.
$ac_ext >&5
9618 eval "ac_cv_header_$ac_safe=no"
9622 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9623 echo "$ac_t""yes" 1>&6
9624 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9625 cat >> confdefs.h
<<EOF
9626 #define $ac_tr_hdr 1
9630 echo "$ac_t""no" 1>&6
9635 if test "$wxUSE_GUI" = "yes"; then
9636 if test "$wxUSE_UNIX" = "yes"; then
9637 for ac_hdr
in X
11/XKBlib.h
9639 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9640 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9641 echo "configure:9642: checking for $ac_hdr" >&5
9642 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9643 echo $ac_n "(cached) $ac_c" 1>&6
9645 cat > conftest.
$ac_ext <<EOF
9646 #line 9647 "configure"
9647 #include "confdefs.h"
9650 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9651 { (eval echo configure
:9652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9652 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9653 if test -z "$ac_err"; then
9655 eval "ac_cv_header_$ac_safe=yes"
9658 echo "configure: failed program was:" >&5
9659 cat conftest.
$ac_ext >&5
9661 eval "ac_cv_header_$ac_safe=no"
9665 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9666 echo "$ac_t""yes" 1>&6
9667 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9668 cat >> confdefs.h
<<EOF
9669 #define $ac_tr_hdr 1
9673 echo "$ac_t""no" 1>&6
9681 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
9682 echo "configure:9683: checking for ANSI C header files" >&5
9683 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
9684 echo $ac_n "(cached) $ac_c" 1>&6
9686 cat > conftest.
$ac_ext <<EOF
9687 #line 9688 "configure"
9688 #include "confdefs.h"
9694 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9695 { (eval echo configure
:9696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9696 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9697 if test -z "$ac_err"; then
9699 ac_cv_header_stdc
=yes
9702 echo "configure: failed program was:" >&5
9703 cat conftest.
$ac_ext >&5
9705 ac_cv_header_stdc
=no
9709 if test $ac_cv_header_stdc = yes; then
9710 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9711 cat > conftest.
$ac_ext <<EOF
9712 #line 9713 "configure"
9713 #include "confdefs.h"
9716 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9717 egrep "memchr" >/dev
/null
2>&1; then
9721 ac_cv_header_stdc
=no
9727 if test $ac_cv_header_stdc = yes; then
9728 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9729 cat > conftest.
$ac_ext <<EOF
9730 #line 9731 "configure"
9731 #include "confdefs.h"
9734 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9735 egrep "free" >/dev
/null
2>&1; then
9739 ac_cv_header_stdc
=no
9745 if test $ac_cv_header_stdc = yes; then
9746 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9747 if test "$cross_compiling" = yes; then
9750 cat > conftest.
$ac_ext <<EOF
9751 #line 9752 "configure"
9752 #include "confdefs.h"
9754 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9755 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9756 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9757 int main () { int i; for (i = 0; i < 256; i++)
9758 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9762 if { (eval echo configure
:9763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9766 echo "configure: failed program was:" >&5
9767 cat conftest.
$ac_ext >&5
9769 ac_cv_header_stdc
=no
9777 echo "$ac_t""$ac_cv_header_stdc" 1>&6
9778 if test $ac_cv_header_stdc = yes; then
9779 cat >> confdefs.h
<<\EOF
9780 #define STDC_HEADERS 1
9785 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
9786 echo "configure:9787: checking for mode_t" >&5
9787 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9788 echo $ac_n "(cached) $ac_c" 1>&6
9790 cat > conftest.
$ac_ext <<EOF
9791 #line 9792 "configure"
9792 #include "confdefs.h"
9793 #include <sys/types.h>
9799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9800 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9802 ac_cv_type_mode_t
=yes
9805 ac_cv_type_mode_t
=no
9810 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9811 if test $ac_cv_type_mode_t = no
; then
9812 cat >> confdefs.h
<<\EOF
9818 echo $ac_n "checking for off_t""... $ac_c" 1>&6
9819 echo "configure:9820: checking for off_t" >&5
9820 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9821 echo $ac_n "(cached) $ac_c" 1>&6
9823 cat > conftest.
$ac_ext <<EOF
9824 #line 9825 "configure"
9825 #include "confdefs.h"
9826 #include <sys/types.h>
9832 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9833 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9835 ac_cv_type_off_t
=yes
9843 echo "$ac_t""$ac_cv_type_off_t" 1>&6
9844 if test $ac_cv_type_off_t = no
; then
9845 cat >> confdefs.h
<<\EOF
9851 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
9852 echo "configure:9853: checking for pid_t" >&5
9853 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
9854 echo $ac_n "(cached) $ac_c" 1>&6
9856 cat > conftest.
$ac_ext <<EOF
9857 #line 9858 "configure"
9858 #include "confdefs.h"
9859 #include <sys/types.h>
9865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9866 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9868 ac_cv_type_pid_t
=yes
9876 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
9877 if test $ac_cv_type_pid_t = no
; then
9878 cat >> confdefs.h
<<\EOF
9884 echo $ac_n "checking for size_t""... $ac_c" 1>&6
9885 echo "configure:9886: checking for size_t" >&5
9886 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
9887 echo $ac_n "(cached) $ac_c" 1>&6
9889 cat > conftest.
$ac_ext <<EOF
9890 #line 9891 "configure"
9891 #include "confdefs.h"
9892 #include <sys/types.h>
9898 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9899 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9901 ac_cv_type_size_t
=yes
9904 ac_cv_type_size_t
=no
9909 echo "$ac_t""$ac_cv_type_size_t" 1>&6
9910 if test $ac_cv_type_size_t = no
; then
9911 cat >> confdefs.h
<<\EOF
9912 #define size_t unsigned
9917 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
9918 echo "configure:9919: checking for uid_t in sys/types.h" >&5
9919 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
9920 echo $ac_n "(cached) $ac_c" 1>&6
9922 cat > conftest.
$ac_ext <<EOF
9923 #line 9924 "configure"
9924 #include "confdefs.h"
9925 #include <sys/types.h>
9927 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9928 egrep "uid_t" >/dev
/null
2>&1; then
9930 ac_cv_type_uid_t
=yes
9939 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
9940 if test $ac_cv_type_uid_t = no
; then
9941 cat >> confdefs.h
<<\EOF
9945 cat >> confdefs.h
<<\EOF
9953 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
9954 echo "configure:9955: checking for pw_gecos in struct passwd" >&5
9955 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
9956 echo $ac_n "(cached) $ac_c" 1>&6
9959 cat > conftest.
$ac_ext <<EOF
9960 #line 9961 "configure"
9961 #include "confdefs.h"
9971 if { (eval echo configure
:9972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9974 wx_cv_struct_pw_gecos
=yes
9977 echo "configure: failed program was:" >&5
9978 cat conftest.
$ac_ext >&5
9981 wx_cv_struct_pw_gecos
=no
9990 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
9992 if test "$wx_cv_struct_pw_gecos" = "yes"; then
9993 cat >> confdefs.h
<<\EOF
9994 #define HAVE_PW_GECOS 1
10000 echo $ac_n "checking for working const""... $ac_c" 1>&6
10001 echo "configure:10002: checking for working const" >&5
10002 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
10003 echo $ac_n "(cached) $ac_c" 1>&6
10005 cat > conftest.
$ac_ext <<EOF
10006 #line 10007 "configure"
10007 #include "confdefs.h"
10011 /* Ultrix mips cc rejects this. */
10012 typedef int charset[2]; const charset x;
10013 /* SunOS 4.1.1 cc rejects this. */
10014 char const *const *ccp;
10016 /* NEC SVR4.0.2 mips cc rejects this. */
10017 struct point {int x, y;};
10018 static struct point const zero = {0,0};
10019 /* AIX XL C 1.02.0.0 rejects this.
10020 It does not let you subtract one const X* pointer from another in an arm
10021 of an if-expression whose if-part is not a constant expression */
10022 const char *g = "string";
10023 ccp = &g + (g ? g-g : 0);
10024 /* HPUX 7.0 cc rejects these. */
10027 ccp = (char const *const *) p;
10028 { /* SCO 3.2v4 cc rejects this. */
10030 char const *s = 0 ? (char *) 0 : (char const *) 0;
10034 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10035 int x[] = {25, 17};
10036 const int *foo = &x[0];
10039 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10040 typedef const int *iptr;
10044 { /* AIX XL C 1.02.0.0 rejects this saying
10045 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10046 struct s { int j; const int *ap[3]; };
10047 struct s *b; b->j = 5;
10049 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10050 const int foo = 10;
10055 if { (eval echo configure
:10056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10059 echo "configure: failed program was:" >&5
10060 cat conftest.
$ac_ext >&5
10067 echo "$ac_t""$ac_cv_c_const" 1>&6
10068 if test $ac_cv_c_const = no
; then
10069 cat >> confdefs.h
<<\EOF
10075 echo $ac_n "checking for inline""... $ac_c" 1>&6
10076 echo "configure:10077: checking for inline" >&5
10077 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10078 echo $ac_n "(cached) $ac_c" 1>&6
10081 for ac_kw
in inline __inline__ __inline
; do
10082 cat > conftest.
$ac_ext <<EOF
10083 #line 10084 "configure"
10084 #include "confdefs.h"
10090 if { (eval echo configure
:10091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10092 ac_cv_c_inline
=$ac_kw; break
10094 echo "configure: failed program was:" >&5
10095 cat conftest.
$ac_ext >&5
10102 echo "$ac_t""$ac_cv_c_inline" 1>&6
10103 case "$ac_cv_c_inline" in
10105 no
) cat >> confdefs.h
<<\EOF
10109 *) cat >> confdefs.h
<<EOF
10110 #define inline $ac_cv_c_inline
10116 echo $ac_n "checking size of char""... $ac_c" 1>&6
10117 echo "configure:10118: checking size of char" >&5
10118 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10119 echo $ac_n "(cached) $ac_c" 1>&6
10121 if test "$cross_compiling" = yes; then
10122 ac_cv_sizeof_char
=1
10124 cat > conftest.
$ac_ext <<EOF
10125 #line 10126 "configure"
10126 #include "confdefs.h"
10128 #include <sys/types.h>
10131 FILE *f=fopen("conftestval", "w");
10133 fprintf(f, "%d\n", sizeof(char));
10137 if { (eval echo configure
:10138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10139 ac_cv_sizeof_char
=`cat conftestval`
10141 echo "configure: failed program was:" >&5
10142 cat conftest.
$ac_ext >&5
10144 ac_cv_sizeof_char
=0
10150 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10151 cat >> confdefs.h
<<EOF
10152 #define SIZEOF_CHAR $ac_cv_sizeof_char
10156 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10157 echo "configure:10158: checking size of wchar_t" >&5
10158 if eval "test \"`echo '$''{'ac_cv_sizeof_wchar_t'+set}'`\" = set"; then
10159 echo $ac_n "(cached) $ac_c" 1>&6
10161 if test "$cross_compiling" = yes; then
10162 ac_cv_sizeof_wchar_t
=4
10164 cat > conftest.
$ac_ext <<EOF
10165 #line 10166 "configure"
10166 #include "confdefs.h"
10168 #include <sys/types.h>
10171 FILE *f=fopen("conftestval", "w");
10173 fprintf(f, "%d\n", sizeof(wchar_t));
10177 if { (eval echo configure
:10178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10179 ac_cv_sizeof_wchar_t
=`cat conftestval`
10181 echo "configure: failed program was:" >&5
10182 cat conftest.
$ac_ext >&5
10184 ac_cv_sizeof_wchar_t
=0
10190 echo "$ac_t""$ac_cv_sizeof_wchar_t" 1>&6
10191 cat >> confdefs.h
<<EOF
10192 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
10196 echo $ac_n "checking size of short""... $ac_c" 1>&6
10197 echo "configure:10198: checking size of short" >&5
10198 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10199 echo $ac_n "(cached) $ac_c" 1>&6
10201 if test "$cross_compiling" = yes; then
10202 ac_cv_sizeof_short
=2
10204 cat > conftest.
$ac_ext <<EOF
10205 #line 10206 "configure"
10206 #include "confdefs.h"
10208 #include <sys/types.h>
10211 FILE *f=fopen("conftestval", "w");
10213 fprintf(f, "%d\n", sizeof(short));
10217 if { (eval echo configure
:10218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10219 ac_cv_sizeof_short
=`cat conftestval`
10221 echo "configure: failed program was:" >&5
10222 cat conftest.
$ac_ext >&5
10224 ac_cv_sizeof_short
=0
10230 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10231 cat >> confdefs.h
<<EOF
10232 #define SIZEOF_SHORT $ac_cv_sizeof_short
10236 echo $ac_n "checking size of int *""... $ac_c" 1>&6
10237 echo "configure:10238: checking size of int *" >&5
10238 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
10239 echo $ac_n "(cached) $ac_c" 1>&6
10241 if test "$cross_compiling" = yes; then
10242 ac_cv_sizeof_int_p
=4
10244 cat > conftest.
$ac_ext <<EOF
10245 #line 10246 "configure"
10246 #include "confdefs.h"
10248 #include <sys/types.h>
10251 FILE *f=fopen("conftestval", "w");
10253 fprintf(f, "%d\n", sizeof(int *));
10257 if { (eval echo configure
:10258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10259 ac_cv_sizeof_int_p
=`cat conftestval`
10261 echo "configure: failed program was:" >&5
10262 cat conftest.
$ac_ext >&5
10264 ac_cv_sizeof_int_p
=0
10270 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
10271 cat >> confdefs.h
<<EOF
10272 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
10276 echo $ac_n "checking size of int""... $ac_c" 1>&6
10277 echo "configure:10278: checking size of int" >&5
10278 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10279 echo $ac_n "(cached) $ac_c" 1>&6
10281 if test "$cross_compiling" = yes; then
10284 cat > conftest.
$ac_ext <<EOF
10285 #line 10286 "configure"
10286 #include "confdefs.h"
10288 #include <sys/types.h>
10291 FILE *f=fopen("conftestval", "w");
10293 fprintf(f, "%d\n", sizeof(int));
10297 if { (eval echo configure
:10298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10299 ac_cv_sizeof_int
=`cat conftestval`
10301 echo "configure: failed program was:" >&5
10302 cat conftest.
$ac_ext >&5
10310 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10311 cat >> confdefs.h
<<EOF
10312 #define SIZEOF_INT $ac_cv_sizeof_int
10316 echo $ac_n "checking size of long""... $ac_c" 1>&6
10317 echo "configure:10318: checking size of long" >&5
10318 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10319 echo $ac_n "(cached) $ac_c" 1>&6
10321 if test "$cross_compiling" = yes; then
10322 ac_cv_sizeof_long
=4
10324 cat > conftest.
$ac_ext <<EOF
10325 #line 10326 "configure"
10326 #include "confdefs.h"
10328 #include <sys/types.h>
10331 FILE *f=fopen("conftestval", "w");
10333 fprintf(f, "%d\n", sizeof(long));
10337 if { (eval echo configure
:10338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10339 ac_cv_sizeof_long
=`cat conftestval`
10341 echo "configure: failed program was:" >&5
10342 cat conftest.
$ac_ext >&5
10344 ac_cv_sizeof_long
=0
10350 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10351 cat >> confdefs.h
<<EOF
10352 #define SIZEOF_LONG $ac_cv_sizeof_long
10356 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10357 echo "configure:10358: checking size of long long" >&5
10358 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10359 echo $ac_n "(cached) $ac_c" 1>&6
10361 if test "$cross_compiling" = yes; then
10362 ac_cv_sizeof_long_long
=0
10364 cat > conftest.
$ac_ext <<EOF
10365 #line 10366 "configure"
10366 #include "confdefs.h"
10368 #include <sys/types.h>
10371 FILE *f=fopen("conftestval", "w");
10373 fprintf(f, "%d\n", sizeof(long long));
10377 if { (eval echo configure
:10378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10379 ac_cv_sizeof_long_long
=`cat conftestval`
10381 echo "configure: failed program was:" >&5
10382 cat conftest.
$ac_ext >&5
10384 ac_cv_sizeof_long_long
=0
10390 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10391 cat >> confdefs.h
<<EOF
10392 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10397 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10398 echo "configure:10399: checking whether byte ordering is bigendian" >&5
10399 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10400 echo $ac_n "(cached) $ac_c" 1>&6
10402 ac_cv_c_bigendian
=unknown
10403 # See if sys/param.h defines the BYTE_ORDER macro.
10404 cat > conftest.
$ac_ext <<EOF
10405 #line 10406 "configure"
10406 #include "confdefs.h"
10407 #include <sys/types.h>
10408 #include <sys/param.h>
10411 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10412 bogus endian macros
10416 if { (eval echo configure
:10417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10418 # It does; now see whether it defined to BIG_ENDIAN or not.
10419 cat > conftest.
$ac_ext <<EOF
10420 #line 10421 "configure"
10421 #include "confdefs.h"
10422 #include <sys/types.h>
10423 #include <sys/param.h>
10426 #if BYTE_ORDER != BIG_ENDIAN
10431 if { (eval echo configure
:10432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10433 ac_cv_c_bigendian
=yes
10435 echo "configure: failed program was:" >&5
10436 cat conftest.
$ac_ext >&5
10438 ac_cv_c_bigendian
=no
10442 echo "configure: failed program was:" >&5
10443 cat conftest.
$ac_ext >&5
10446 if test $ac_cv_c_bigendian = unknown
; then
10447 if test "$cross_compiling" = yes; then
10448 ac_cv_c_bigendian
=unknown
10450 cat > conftest.
$ac_ext <<EOF
10451 #line 10452 "configure"
10452 #include "confdefs.h"
10454 /* Are we little or big endian? From Harbison&Steele. */
10458 char c[sizeof (long)];
10461 exit (u.c[sizeof (long) - 1] == 1);
10464 if { (eval echo configure
:10465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10466 ac_cv_c_bigendian
=no
10468 echo "configure: failed program was:" >&5
10469 cat conftest.
$ac_ext >&5
10471 ac_cv_c_bigendian
=yes
10479 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10480 if test $ac_cv_c_bigendian = unknown
; then
10481 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
10483 if test $ac_cv_c_bigendian = yes; then
10484 cat >> confdefs.h
<<\EOF
10485 #define WORDS_BIGENDIAN 1
10492 if test "$cross_compiling" = "yes"; then
10493 cat >> confdefs.h
<<\EOF
10494 #define wxUSE_IOSTREAMH 1
10500 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10501 ac_cpp
='$CXXCPP $CPPFLAGS'
10502 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10503 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10504 cross_compiling
=$ac_cv_prog_cxx_cross
10507 for ac_hdr
in iostream
10509 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10510 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10511 echo "configure:10512: checking for $ac_hdr" >&5
10512 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10513 echo $ac_n "(cached) $ac_c" 1>&6
10515 cat > conftest.
$ac_ext <<EOF
10516 #line 10517 "configure"
10517 #include "confdefs.h"
10520 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10521 { (eval echo configure
:10522: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10522 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10523 if test -z "$ac_err"; then
10525 eval "ac_cv_header_$ac_safe=yes"
10528 echo "configure: failed program was:" >&5
10529 cat conftest.
$ac_ext >&5
10531 eval "ac_cv_header_$ac_safe=no"
10535 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10536 echo "$ac_t""yes" 1>&6
10537 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10538 cat >> confdefs.h
<<EOF
10539 #define $ac_tr_hdr 1
10543 echo "$ac_t""no" 1>&6
10548 if test "x$HAVE_IOSTREAM" = x
; then
10549 cat >> confdefs.h
<<\EOF
10550 #define wxUSE_IOSTREAMH 1
10558 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10559 ac_cpp
='$CPP $CPPFLAGS'
10560 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10561 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10562 cross_compiling
=$ac_cv_prog_cc_cross
10568 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
10569 echo "configure:10570: checking if C++ compiler supports bool" >&5
10570 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10571 echo $ac_n "(cached) $ac_c" 1>&6
10576 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10577 ac_cpp
='$CXXCPP $CPPFLAGS'
10578 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10579 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10580 cross_compiling
=$ac_cv_prog_cxx_cross
10583 cat > conftest.
$ac_ext <<EOF
10584 #line 10585 "configure"
10585 #include "confdefs.h"
10596 if { (eval echo configure
:10597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10599 cat >> confdefs.h
<<\EOF
10600 #define HAVE_BOOL 1
10606 echo "configure: failed program was:" >&5
10607 cat conftest.
$ac_ext >&5
10617 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10618 ac_cpp
='$CPP $CPPFLAGS'
10619 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10620 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10621 cross_compiling
=$ac_cv_prog_cc_cross
10626 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10628 if test "$wx_cv_cpp_bool" = "yes"; then
10629 cat >> confdefs.h
<<\EOF
10630 #define HAVE_BOOL 1
10637 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
10638 echo "configure:10639: checking if you need GNU extensions" >&5
10639 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
10640 echo $ac_n "(cached) $ac_c" 1>&6
10643 cat > conftest.
$ac_ext <<EOF
10644 #line 10645 "configure"
10645 #include "confdefs.h"
10646 #include <features.h>
10650 #ifndef __GNU_LIBRARY__
10651 Compile error wanted
10657 if { (eval echo configure
:10658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10659 wx_cv_gnu_extensions
=yes
10661 echo "configure: failed program was:" >&5
10662 cat conftest.
$ac_ext >&5
10664 wx_cv_gnu_extensions
=no
10671 echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
10672 if test "$wx_cv_gnu_extensions" = "yes"; then
10673 cat >> confdefs.h
<<EOF
10674 #define _GNU_SOURCE 1
10681 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
10682 echo "configure:10683: checking for wcslen in -lc" >&5
10683 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
10684 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10685 echo $ac_n "(cached) $ac_c" 1>&6
10687 ac_save_LIBS
="$LIBS"
10689 cat > conftest.
$ac_ext <<EOF
10690 #line 10691 "configure"
10691 #include "confdefs.h"
10692 /* Override any gcc2 internal prototype to avoid an error. */
10693 /* We use char because int might match the return type of a gcc2
10694 builtin and then its argument prototype would still apply. */
10701 if { (eval echo configure
:10702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10703 eval "ac_cv_lib_$ac_lib_var=yes"
10705 echo "configure: failed program was:" >&5
10706 cat conftest.
$ac_ext >&5
10708 eval "ac_cv_lib_$ac_lib_var=no"
10711 LIBS
="$ac_save_LIBS"
10714 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10715 echo "$ac_t""yes" 1>&6
10717 cat >> confdefs.h
<<\EOF
10718 #define HAVE_WCSLEN 1
10724 echo "$ac_t""no" 1>&6
10726 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
10727 echo "configure:10728: checking for wcslen in -lw" >&5
10728 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
10729 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10730 echo $ac_n "(cached) $ac_c" 1>&6
10732 ac_save_LIBS
="$LIBS"
10734 cat > conftest.
$ac_ext <<EOF
10735 #line 10736 "configure"
10736 #include "confdefs.h"
10737 /* Override any gcc2 internal prototype to avoid an error. */
10738 /* We use char because int might match the return type of a gcc2
10739 builtin and then its argument prototype would still apply. */
10746 if { (eval echo configure
:10747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10748 eval "ac_cv_lib_$ac_lib_var=yes"
10750 echo "configure: failed program was:" >&5
10751 cat conftest.
$ac_ext >&5
10753 eval "ac_cv_lib_$ac_lib_var=no"
10756 LIBS
="$ac_save_LIBS"
10759 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10760 echo "$ac_t""yes" 1>&6
10762 cat >> confdefs.h
<<\EOF
10763 #define HAVE_WCSLEN 1
10769 echo "$ac_t""no" 1>&6
10776 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
10777 echo "configure:10778: checking for vprintf" >&5
10778 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
10779 echo $ac_n "(cached) $ac_c" 1>&6
10781 cat > conftest.
$ac_ext <<EOF
10782 #line 10783 "configure"
10783 #include "confdefs.h"
10784 /* System header to define __stub macros and hopefully few prototypes,
10785 which can conflict with char vprintf(); below. */
10786 #include <assert.h>
10787 /* Override any gcc2 internal prototype to avoid an error. */
10788 /* We use char because int might match the return type of a gcc2
10789 builtin and then its argument prototype would still apply. */
10794 /* The GNU C library defines this for functions which it implements
10795 to always fail with ENOSYS. Some functions are actually named
10796 something starting with __ and the normal name is an alias. */
10797 #if defined (__stub_vprintf) || defined (__stub___vprintf)
10805 if { (eval echo configure
:10806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10807 eval "ac_cv_func_vprintf=yes"
10809 echo "configure: failed program was:" >&5
10810 cat conftest.
$ac_ext >&5
10812 eval "ac_cv_func_vprintf=no"
10817 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
10818 echo "$ac_t""yes" 1>&6
10819 cat >> confdefs.h
<<\EOF
10820 #define HAVE_VPRINTF 1
10824 echo "$ac_t""no" 1>&6
10827 if test "$ac_cv_func_vprintf" != yes; then
10828 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
10829 echo "configure:10830: checking for _doprnt" >&5
10830 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
10831 echo $ac_n "(cached) $ac_c" 1>&6
10833 cat > conftest.
$ac_ext <<EOF
10834 #line 10835 "configure"
10835 #include "confdefs.h"
10836 /* System header to define __stub macros and hopefully few prototypes,
10837 which can conflict with char _doprnt(); below. */
10838 #include <assert.h>
10839 /* Override any gcc2 internal prototype to avoid an error. */
10840 /* We use char because int might match the return type of a gcc2
10841 builtin and then its argument prototype would still apply. */
10846 /* The GNU C library defines this for functions which it implements
10847 to always fail with ENOSYS. Some functions are actually named
10848 something starting with __ and the normal name is an alias. */
10849 #if defined (__stub__doprnt) || defined (__stub____doprnt)
10857 if { (eval echo configure
:10858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10859 eval "ac_cv_func__doprnt=yes"
10861 echo "configure: failed program was:" >&5
10862 cat conftest.
$ac_ext >&5
10864 eval "ac_cv_func__doprnt=no"
10869 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
10870 echo "$ac_t""yes" 1>&6
10871 cat >> confdefs.h
<<\EOF
10872 #define HAVE_DOPRNT 1
10876 echo "$ac_t""no" 1>&6
10884 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10885 ac_cpp
='$CXXCPP $CPPFLAGS'
10886 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10887 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10888 cross_compiling
=$ac_cv_prog_cxx_cross
10895 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
10896 echo "configure:10897: checking for vsnprintf" >&5
10897 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
10898 echo $ac_n "(cached) $ac_c" 1>&6
10901 cat > conftest.
$ac_ext <<EOF
10902 #line 10903 "configure"
10903 #include "confdefs.h"
10906 #include <stdarg.h>
10910 int wx_test_vsnprintf(const char *, ...);
10912 wx_test_vsnprintf("%s");
10916 int wx_test_vsnprintf(const char *fmt, ...)
10921 va_start(argp, fmt);
10922 vsnprintf(s, 42, fmt, argp);
10927 if { (eval echo configure
:10928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10930 wx_cv_func_vsnprintf
=yes
10933 echo "configure: failed program was:" >&5
10934 cat conftest.
$ac_ext >&5
10937 cat > conftest.
$ac_ext <<EOF
10938 #line 10939 "configure"
10939 #include "confdefs.h"
10942 #include <stdarg.h>
10946 int wx_test_vsnprintf(const char *, ...);
10948 wx_test_vsnprintf("%s");
10952 int wx_test_vsnprintf(const char *fmt, ...)
10957 va_start(argp, fmt);
10958 _vsnprintf(s, 42, fmt, argp);
10963 if { (eval echo configure
:10964: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10966 wx_cv_func_vsnprintf
=yes
10969 echo "configure: failed program was:" >&5
10970 cat conftest.
$ac_ext >&5
10973 wx_cv_func_vsnprintf
=no
10983 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
10985 if test "$wx_cv_func_vsnprintf" = yes; then
10986 cat >> confdefs.h
<<\EOF
10987 #define HAVE_VSNPRINTF 1
10991 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
10994 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
10995 echo "configure:10996: checking for vsscanf" >&5
10996 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
10997 echo $ac_n "(cached) $ac_c" 1>&6
11000 cat > conftest.
$ac_ext <<EOF
11001 #line 11002 "configure"
11002 #include "confdefs.h"
11005 #include <stdarg.h>
11009 int wx_test_vsscanf(const char *, ...);
11011 wx_test_vsscanf("%d");
11015 int wx_test_vsscanf(const char *fmt, ...)
11018 va_start(argp, fmt);
11019 vsscanf("42", fmt, argp);
11024 if { (eval echo configure
:11025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11027 wx_cv_func_vsscanf
=yes
11030 echo "configure: failed program was:" >&5
11031 cat conftest.
$ac_ext >&5
11034 wx_cv_func_vsscanf
=no
11041 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
11043 if test "$wx_cv_func_vsscanf" = yes; then
11044 cat >> confdefs.h
<<\EOF
11045 #define HAVE_VSSCANF 1
11051 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11052 ac_cpp
='$CPP $CPPFLAGS'
11053 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11054 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11055 cross_compiling
=$ac_cv_prog_cc_cross
11058 if test "$TOOLKIT" != "MSW"; then
11060 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
11061 for ac_func
in sigaction
11063 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11064 echo "configure:11065: checking for $ac_func" >&5
11065 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11066 echo $ac_n "(cached) $ac_c" 1>&6
11068 cat > conftest.
$ac_ext <<EOF
11069 #line 11070 "configure"
11070 #include "confdefs.h"
11071 /* System header to define __stub macros and hopefully few prototypes,
11072 which can conflict with char $ac_func(); below. */
11073 #include <assert.h>
11074 /* Override any gcc2 internal prototype to avoid an error. */
11075 /* We use char because int might match the return type of a gcc2
11076 builtin and then its argument prototype would still apply. */
11081 /* The GNU C library defines this for functions which it implements
11082 to always fail with ENOSYS. Some functions are actually named
11083 something starting with __ and the normal name is an alias. */
11084 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11092 if { (eval echo configure
:11093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11094 eval "ac_cv_func_$ac_func=yes"
11096 echo "configure: failed program was:" >&5
11097 cat conftest.
$ac_ext >&5
11099 eval "ac_cv_func_$ac_func=no"
11104 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11105 echo "$ac_t""yes" 1>&6
11106 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11107 cat >> confdefs.h
<<EOF
11108 #define $ac_tr_func 1
11112 echo "$ac_t""no" 1>&6
11117 if test "$ac_cv_func_sigaction" = "no"; then
11118 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
11119 wxUSE_ON_FATAL_EXCEPTION
=no
11122 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
11125 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11126 ac_cpp
='$CXXCPP $CPPFLAGS'
11127 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11128 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11129 cross_compiling
=$ac_cv_prog_cxx_cross
11132 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
11133 echo "configure:11134: checking for sa_handler type" >&5
11134 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
11135 echo $ac_n "(cached) $ac_c" 1>&6
11138 cat > conftest.
$ac_ext <<EOF
11139 #line 11140 "configure"
11140 #include "confdefs.h"
11141 #include <signal.h>
11144 extern void testSigHandler(int);
11146 struct sigaction sa;
11147 sa.sa_handler = testSigHandler;
11151 if { (eval echo configure
:11152: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11154 wx_cv_type_sa_handler
=int
11157 echo "configure: failed program was:" >&5
11158 cat conftest.
$ac_ext >&5
11161 wx_cv_type_sa_handler
=void
11168 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
11171 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11172 ac_cpp
='$CPP $CPPFLAGS'
11173 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11174 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11175 cross_compiling
=$ac_cv_prog_cc_cross
11178 cat >> confdefs.h
<<EOF
11179 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
11185 for ac_func
in vfork
11187 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11188 echo "configure:11189: checking for $ac_func" >&5
11189 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11190 echo $ac_n "(cached) $ac_c" 1>&6
11192 cat > conftest.
$ac_ext <<EOF
11193 #line 11194 "configure"
11194 #include "confdefs.h"
11195 /* System header to define __stub macros and hopefully few prototypes,
11196 which can conflict with char $ac_func(); below. */
11197 #include <assert.h>
11198 /* Override any gcc2 internal prototype to avoid an error. */
11199 /* We use char because int might match the return type of a gcc2
11200 builtin and then its argument prototype would still apply. */
11205 /* The GNU C library defines this for functions which it implements
11206 to always fail with ENOSYS. Some functions are actually named
11207 something starting with __ and the normal name is an alias. */
11208 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11216 if { (eval echo configure
:11217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11218 eval "ac_cv_func_$ac_func=yes"
11220 echo "configure: failed program was:" >&5
11221 cat conftest.
$ac_ext >&5
11223 eval "ac_cv_func_$ac_func=no"
11228 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11229 echo "$ac_t""yes" 1>&6
11230 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11231 cat >> confdefs.h
<<EOF
11232 #define $ac_tr_func 1
11236 echo "$ac_t""no" 1>&6
11241 for ac_func
in timegm
11243 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11244 echo "configure:11245: checking for $ac_func" >&5
11245 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11246 echo $ac_n "(cached) $ac_c" 1>&6
11248 cat > conftest.
$ac_ext <<EOF
11249 #line 11250 "configure"
11250 #include "confdefs.h"
11251 /* System header to define __stub macros and hopefully few prototypes,
11252 which can conflict with char $ac_func(); below. */
11253 #include <assert.h>
11254 /* Override any gcc2 internal prototype to avoid an error. */
11255 /* We use char because int might match the return type of a gcc2
11256 builtin and then its argument prototype would still apply. */
11261 /* The GNU C library defines this for functions which it implements
11262 to always fail with ENOSYS. Some functions are actually named
11263 something starting with __ and the normal name is an alias. */
11264 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11272 if { (eval echo configure
:11273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11274 eval "ac_cv_func_$ac_func=yes"
11276 echo "configure: failed program was:" >&5
11277 cat conftest.
$ac_ext >&5
11279 eval "ac_cv_func_$ac_func=no"
11284 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11285 echo "$ac_t""yes" 1>&6
11286 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11287 cat >> confdefs.h
<<EOF
11288 #define $ac_tr_func 1
11292 echo "$ac_t""no" 1>&6
11297 for ac_func
in putenv setenv
11299 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11300 echo "configure:11301: checking for $ac_func" >&5
11301 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11302 echo $ac_n "(cached) $ac_c" 1>&6
11304 cat > conftest.
$ac_ext <<EOF
11305 #line 11306 "configure"
11306 #include "confdefs.h"
11307 /* System header to define __stub macros and hopefully few prototypes,
11308 which can conflict with char $ac_func(); below. */
11309 #include <assert.h>
11310 /* Override any gcc2 internal prototype to avoid an error. */
11311 /* We use char because int might match the return type of a gcc2
11312 builtin and then its argument prototype would still apply. */
11317 /* The GNU C library defines this for functions which it implements
11318 to always fail with ENOSYS. Some functions are actually named
11319 something starting with __ and the normal name is an alias. */
11320 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11328 if { (eval echo configure
:11329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11330 eval "ac_cv_func_$ac_func=yes"
11332 echo "configure: failed program was:" >&5
11333 cat conftest.
$ac_ext >&5
11335 eval "ac_cv_func_$ac_func=no"
11340 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11341 echo "$ac_t""yes" 1>&6
11342 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11343 cat >> confdefs.h
<<EOF
11344 #define $ac_tr_func 1
11348 echo "$ac_t""no" 1>&6
11353 HAVE_SOME_SLEEP_FUNC
=0
11354 if test "$USE_BEOS" = 1; then
11355 cat >> confdefs.h
<<\EOF
11356 #define HAVE_SLEEP 1
11359 HAVE_SOME_SLEEP_FUNC
=1
11362 if test "$USE_MAC" = 1; then
11363 cat >> confdefs.h
<<\EOF
11364 #define HAVE_USLEEP 1
11367 HAVE_SOME_SLEEP_FUNC
=1
11370 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
11372 for ac_func
in nanosleep
11374 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11375 echo "configure:11376: checking for $ac_func" >&5
11376 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11377 echo $ac_n "(cached) $ac_c" 1>&6
11379 cat > conftest.
$ac_ext <<EOF
11380 #line 11381 "configure"
11381 #include "confdefs.h"
11382 /* System header to define __stub macros and hopefully few prototypes,
11383 which can conflict with char $ac_func(); below. */
11384 #include <assert.h>
11385 /* Override any gcc2 internal prototype to avoid an error. */
11386 /* We use char because int might match the return type of a gcc2
11387 builtin and then its argument prototype would still apply. */
11392 /* The GNU C library defines this for functions which it implements
11393 to always fail with ENOSYS. Some functions are actually named
11394 something starting with __ and the normal name is an alias. */
11395 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11403 if { (eval echo configure
:11404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11405 eval "ac_cv_func_$ac_func=yes"
11407 echo "configure: failed program was:" >&5
11408 cat conftest.
$ac_ext >&5
11410 eval "ac_cv_func_$ac_func=no"
11415 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11416 echo "$ac_t""yes" 1>&6
11417 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11418 cat >> confdefs.h
<<EOF
11419 #define $ac_tr_func 1
11421 cat >> confdefs.h
<<\EOF
11422 #define HAVE_NANOSLEEP 1
11426 echo "$ac_t""no" 1>&6
11427 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
11428 echo "configure:11429: checking for nanosleep in -lposix4" >&5
11429 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
11430 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11431 echo $ac_n "(cached) $ac_c" 1>&6
11433 ac_save_LIBS
="$LIBS"
11434 LIBS
="-lposix4 $LIBS"
11435 cat > conftest.
$ac_ext <<EOF
11436 #line 11437 "configure"
11437 #include "confdefs.h"
11438 /* Override any gcc2 internal prototype to avoid an error. */
11439 /* We use char because int might match the return type of a gcc2
11440 builtin and then its argument prototype would still apply. */
11447 if { (eval echo configure
:11448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11449 eval "ac_cv_lib_$ac_lib_var=yes"
11451 echo "configure: failed program was:" >&5
11452 cat conftest.
$ac_ext >&5
11454 eval "ac_cv_lib_$ac_lib_var=no"
11457 LIBS
="$ac_save_LIBS"
11460 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11461 echo "$ac_t""yes" 1>&6
11463 cat >> confdefs.h
<<\EOF
11464 #define HAVE_NANOSLEEP 1
11467 POSIX4_LINK
="-lposix4"
11470 echo "$ac_t""no" 1>&6
11472 for ac_func
in usleep
11474 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11475 echo "configure:11476: checking for $ac_func" >&5
11476 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+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"
11482 /* System header to define __stub macros and hopefully few prototypes,
11483 which can conflict with char $ac_func(); below. */
11484 #include <assert.h>
11485 /* Override any gcc2 internal prototype to avoid an error. */
11486 /* We use char because int might match the return type of a gcc2
11487 builtin and then its argument prototype would still apply. */
11492 /* The GNU C library defines this for functions which it implements
11493 to always fail with ENOSYS. Some functions are actually named
11494 something starting with __ and the normal name is an alias. */
11495 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11503 if { (eval echo configure
:11504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11505 eval "ac_cv_func_$ac_func=yes"
11507 echo "configure: failed program was:" >&5
11508 cat conftest.
$ac_ext >&5
11510 eval "ac_cv_func_$ac_func=no"
11515 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11516 echo "$ac_t""yes" 1>&6
11517 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11518 cat >> confdefs.h
<<EOF
11519 #define $ac_tr_func 1
11521 cat >> confdefs.h
<<\EOF
11522 #define HAVE_USLEEP 1
11526 echo "$ac_t""no" 1>&6
11530 echo "configure: warning: wxSleep() function will not work" 1>&2
11542 for ac_func
in uname gethostname
11544 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11545 echo "configure:11546: checking for $ac_func" >&5
11546 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11547 echo $ac_n "(cached) $ac_c" 1>&6
11549 cat > conftest.
$ac_ext <<EOF
11550 #line 11551 "configure"
11551 #include "confdefs.h"
11552 /* System header to define __stub macros and hopefully few prototypes,
11553 which can conflict with char $ac_func(); below. */
11554 #include <assert.h>
11555 /* Override any gcc2 internal prototype to avoid an error. */
11556 /* We use char because int might match the return type of a gcc2
11557 builtin and then its argument prototype would still apply. */
11562 /* The GNU C library defines this for functions which it implements
11563 to always fail with ENOSYS. Some functions are actually named
11564 something starting with __ and the normal name is an alias. */
11565 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11573 if { (eval echo configure
:11574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11575 eval "ac_cv_func_$ac_func=yes"
11577 echo "configure: failed program was:" >&5
11578 cat conftest.
$ac_ext >&5
11580 eval "ac_cv_func_$ac_func=no"
11585 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11586 echo "$ac_t""yes" 1>&6
11587 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11588 cat >> confdefs.h
<<EOF
11589 #define $ac_tr_func 1
11593 echo "$ac_t""no" 1>&6
11600 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11601 ac_cpp
='$CXXCPP $CPPFLAGS'
11602 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11603 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11604 cross_compiling
=$ac_cv_prog_cxx_cross
11607 for ac_func
in strtok_r
11609 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11610 echo "configure:11611: checking for $ac_func" >&5
11611 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11612 echo $ac_n "(cached) $ac_c" 1>&6
11614 cat > conftest.
$ac_ext <<EOF
11615 #line 11616 "configure"
11616 #include "confdefs.h"
11617 /* System header to define __stub macros and hopefully few prototypes,
11618 which can conflict with char $ac_func(); below. */
11619 #include <assert.h>
11620 /* Override any gcc2 internal prototype to avoid an error. */
11624 /* We use char because int might match the return type of a gcc2
11625 builtin and then its argument prototype would still apply. */
11630 /* The GNU C library defines this for functions which it implements
11631 to always fail with ENOSYS. Some functions are actually named
11632 something starting with __ and the normal name is an alias. */
11633 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11641 if { (eval echo configure
:11642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11643 eval "ac_cv_func_$ac_func=yes"
11645 echo "configure: failed program was:" >&5
11646 cat conftest.
$ac_ext >&5
11648 eval "ac_cv_func_$ac_func=no"
11653 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11654 echo "$ac_t""yes" 1>&6
11655 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11656 cat >> confdefs.h
<<EOF
11657 #define $ac_tr_func 1
11661 echo "$ac_t""no" 1>&6
11667 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11668 ac_cpp
='$CPP $CPPFLAGS'
11669 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11670 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11671 cross_compiling
=$ac_cv_prog_cc_cross
11675 for ac_func
in inet_addr
11677 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11678 echo "configure:11679: checking for $ac_func" >&5
11679 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11680 echo $ac_n "(cached) $ac_c" 1>&6
11682 cat > conftest.
$ac_ext <<EOF
11683 #line 11684 "configure"
11684 #include "confdefs.h"
11685 /* System header to define __stub macros and hopefully few prototypes,
11686 which can conflict with char $ac_func(); below. */
11687 #include <assert.h>
11688 /* Override any gcc2 internal prototype to avoid an error. */
11689 /* We use char because int might match the return type of a gcc2
11690 builtin and then its argument prototype would still apply. */
11695 /* The GNU C library defines this for functions which it implements
11696 to always fail with ENOSYS. Some functions are actually named
11697 something starting with __ and the normal name is an alias. */
11698 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11706 if { (eval echo configure
:11707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11708 eval "ac_cv_func_$ac_func=yes"
11710 echo "configure: failed program was:" >&5
11711 cat conftest.
$ac_ext >&5
11713 eval "ac_cv_func_$ac_func=no"
11718 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11719 echo "$ac_t""yes" 1>&6
11720 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11721 cat >> confdefs.h
<<EOF
11722 #define $ac_tr_func 1
11724 cat >> confdefs.h
<<\EOF
11725 #define HAVE_INET_ADDR 1
11729 echo "$ac_t""no" 1>&6
11730 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
11731 echo "configure:11732: checking for inet_addr in -lnsl" >&5
11732 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
11733 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11734 echo $ac_n "(cached) $ac_c" 1>&6
11736 ac_save_LIBS
="$LIBS"
11738 cat > conftest.
$ac_ext <<EOF
11739 #line 11740 "configure"
11740 #include "confdefs.h"
11741 /* Override any gcc2 internal prototype to avoid an error. */
11742 /* We use char because int might match the return type of a gcc2
11743 builtin and then its argument prototype would still apply. */
11750 if { (eval echo configure
:11751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11752 eval "ac_cv_lib_$ac_lib_var=yes"
11754 echo "configure: failed program was:" >&5
11755 cat conftest.
$ac_ext >&5
11757 eval "ac_cv_lib_$ac_lib_var=no"
11760 LIBS
="$ac_save_LIBS"
11763 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11764 echo "$ac_t""yes" 1>&6
11767 echo "$ac_t""no" 1>&6
11768 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
11769 echo "configure:11770: checking for inet_addr in -lresolv" >&5
11770 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
11771 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11772 echo $ac_n "(cached) $ac_c" 1>&6
11774 ac_save_LIBS
="$LIBS"
11775 LIBS
="-lresolv $LIBS"
11776 cat > conftest.
$ac_ext <<EOF
11777 #line 11778 "configure"
11778 #include "confdefs.h"
11779 /* Override any gcc2 internal prototype to avoid an error. */
11780 /* We use char because int might match the return type of a gcc2
11781 builtin and then its argument prototype would still apply. */
11788 if { (eval echo configure
:11789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11790 eval "ac_cv_lib_$ac_lib_var=yes"
11792 echo "configure: failed program was:" >&5
11793 cat conftest.
$ac_ext >&5
11795 eval "ac_cv_lib_$ac_lib_var=no"
11798 LIBS
="$ac_save_LIBS"
11801 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11802 echo "$ac_t""yes" 1>&6
11806 echo "$ac_t""no" 1>&6
11818 for ac_func
in inet_aton
11820 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11821 echo "configure:11822: checking for $ac_func" >&5
11822 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11823 echo $ac_n "(cached) $ac_c" 1>&6
11825 cat > conftest.
$ac_ext <<EOF
11826 #line 11827 "configure"
11827 #include "confdefs.h"
11828 /* System header to define __stub macros and hopefully few prototypes,
11829 which can conflict with char $ac_func(); below. */
11830 #include <assert.h>
11831 /* Override any gcc2 internal prototype to avoid an error. */
11832 /* We use char because int might match the return type of a gcc2
11833 builtin and then its argument prototype would still apply. */
11838 /* The GNU C library defines this for functions which it implements
11839 to always fail with ENOSYS. Some functions are actually named
11840 something starting with __ and the normal name is an alias. */
11841 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11849 if { (eval echo configure
:11850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11851 eval "ac_cv_func_$ac_func=yes"
11853 echo "configure: failed program was:" >&5
11854 cat conftest.
$ac_ext >&5
11856 eval "ac_cv_func_$ac_func=no"
11861 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11862 echo "$ac_t""yes" 1>&6
11863 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11864 cat >> confdefs.h
<<EOF
11865 #define $ac_tr_func 1
11867 cat >> confdefs.h
<<\EOF
11868 #define HAVE_INET_ATON 1
11872 echo "$ac_t""no" 1>&6
11873 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
11874 echo "configure:11875: checking for inet_aton in -l$INET_LINK" >&5
11875 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
11876 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11877 echo $ac_n "(cached) $ac_c" 1>&6
11879 ac_save_LIBS
="$LIBS"
11880 LIBS
="-l$INET_LINK $LIBS"
11881 cat > conftest.
$ac_ext <<EOF
11882 #line 11883 "configure"
11883 #include "confdefs.h"
11884 /* Override any gcc2 internal prototype to avoid an error. */
11885 /* We use char because int might match the return type of a gcc2
11886 builtin and then its argument prototype would still apply. */
11893 if { (eval echo configure
:11894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11895 eval "ac_cv_lib_$ac_lib_var=yes"
11897 echo "configure: failed program was:" >&5
11898 cat conftest.
$ac_ext >&5
11900 eval "ac_cv_lib_$ac_lib_var=no"
11903 LIBS
="$ac_save_LIBS"
11906 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11907 echo "$ac_t""yes" 1>&6
11908 cat >> confdefs.h
<<\EOF
11909 #define HAVE_INET_ATON 1
11913 echo "$ac_t""no" 1>&6
11921 if test "x$INET_LINK" != "x"; then
11922 cat >> confdefs.h
<<\EOF
11923 #define HAVE_INET_ADDR 1
11926 INET_LINK
="-l$INET_LINK"
11932 cat > confcache
<<\EOF
11933 # This file is a shell script that caches the results of configure
11934 # tests run on this system so they can be shared between configure
11935 # scripts and configure runs. It is not useful on other systems.
11936 # If it contains results you don't want to keep, you may remove or edit it.
11938 # By default, configure uses ./config.cache as the cache file,
11939 # creating it if it does not exist already. You can give configure
11940 # the --cache-file=FILE option to use a different cache file; that is
11941 # what configure does when it calls configure scripts in
11942 # subdirectories, so they share the cache.
11943 # Giving --cache-file=/dev/null disables caching, for debugging configure.
11944 # config.status only pays attention to the cache file if you give it the
11945 # --recheck option to rerun configure.
11948 # The following way of writing the cache mishandles newlines in values,
11949 # but we know of no workaround that is simple, portable, and efficient.
11950 # So, don't put newlines in cache variables' values.
11951 # Ultrix sh set writes to stderr and can't be redirected directly,
11952 # and sets the high bit in the cache file unless we assign to the vars.
11954 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11956 # `set' does not quote correctly, so add quotes (double-quote substitution
11957 # turns \\\\ into \\, and sed turns \\ into \).
11959 -e "s/'/'\\\\''/g" \
11960 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11963 # `set' quotes correctly as required by POSIX, so do not add quotes.
11964 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11967 if cmp -s $cache_file confcache
; then
11970 if test -w $cache_file; then
11971 echo "updating cache $cache_file"
11972 cat confcache
> $cache_file
11974 echo "not updating unwritable cache $cache_file"
11981 if test "$TOOLKIT" != "MSW"; then
11987 if test "$wxUSE_THREADS" = "yes" ; then
11988 if test "$wxUSE_WINE" = 1 ; then
11989 echo "configure: warning: Threads are not supported under WINE" 1>&2
11991 elif test "$USE_BEOS" = 1; then
11992 echo "configure: warning: BeOS threads are not yet supported" 1>&2
11997 if test "$wxUSE_THREADS" = "yes" ; then
11999 if test "$USE_AIX" = 1; then
12000 THREADS_LIB
=pthreads
12001 elif test "$USE_MAC" = 1; then
12002 THREADS_LIB
=cc_dynamic
12004 THREADS_LIB
=pthread
12007 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
12008 echo "configure:12009: checking for pthread_create in -l$THREADS_LIB" >&5
12009 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
12010 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12011 echo $ac_n "(cached) $ac_c" 1>&6
12013 ac_save_LIBS
="$LIBS"
12014 LIBS
="-l$THREADS_LIB $LIBS"
12015 cat > conftest.
$ac_ext <<EOF
12016 #line 12017 "configure"
12017 #include "confdefs.h"
12018 /* Override any gcc2 internal prototype to avoid an error. */
12019 /* We use char because int might match the return type of a gcc2
12020 builtin and then its argument prototype would still apply. */
12021 char pthread_create();
12027 if { (eval echo configure
:12028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12029 eval "ac_cv_lib_$ac_lib_var=yes"
12031 echo "configure: failed program was:" >&5
12032 cat conftest.
$ac_ext >&5
12034 eval "ac_cv_lib_$ac_lib_var=no"
12037 LIBS
="$ac_save_LIBS"
12040 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12041 echo "$ac_t""yes" 1>&6
12043 THREADS_OBJ
="threadpsx.lo"
12044 THREADS_LINK
=$THREADS_LIB
12047 echo "$ac_t""no" 1>&6
12049 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
12050 echo "configure:12051: checking for pthread_create in -lc_r" >&5
12051 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
12052 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12053 echo $ac_n "(cached) $ac_c" 1>&6
12055 ac_save_LIBS
="$LIBS"
12057 cat > conftest.
$ac_ext <<EOF
12058 #line 12059 "configure"
12059 #include "confdefs.h"
12060 /* Override any gcc2 internal prototype to avoid an error. */
12061 /* We use char because int might match the return type of a gcc2
12062 builtin and then its argument prototype would still apply. */
12063 char pthread_create();
12069 if { (eval echo configure
:12070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12071 eval "ac_cv_lib_$ac_lib_var=yes"
12073 echo "configure: failed program was:" >&5
12074 cat conftest.
$ac_ext >&5
12076 eval "ac_cv_lib_$ac_lib_var=no"
12079 LIBS
="$ac_save_LIBS"
12082 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12083 echo "$ac_t""yes" 1>&6
12085 THREADS_OBJ
="threadpsx.lo"
12089 echo "$ac_t""no" 1>&6
12091 echo $ac_n "checking for pthread_create in -lcc_dynamic""... $ac_c" 1>&6
12092 echo "configure:12093: checking for pthread_create in -lcc_dynamic" >&5
12093 ac_lib_var
=`echo cc_dynamic'_'pthread_create | sed 'y%./+-%__p_%'`
12094 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12095 echo $ac_n "(cached) $ac_c" 1>&6
12097 ac_save_LIBS
="$LIBS"
12098 LIBS
="-lcc_dynamic $LIBS"
12099 cat > conftest.
$ac_ext <<EOF
12100 #line 12101 "configure"
12101 #include "confdefs.h"
12102 /* Override any gcc2 internal prototype to avoid an error. */
12103 /* We use char because int might match the return type of a gcc2
12104 builtin and then its argument prototype would still apply. */
12105 char pthread_create();
12111 if { (eval echo configure
:12112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12113 eval "ac_cv_lib_$ac_lib_var=yes"
12115 echo "configure: failed program was:" >&5
12116 cat conftest.
$ac_ext >&5
12118 eval "ac_cv_lib_$ac_lib_var=no"
12121 LIBS
="$ac_save_LIBS"
12124 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12125 echo "$ac_t""yes" 1>&6
12127 THREADS_OBJ
="threadpsx.lo"
12128 THREADS_LINK
="cc_dynamic"
12131 echo "$ac_t""no" 1>&6
12133 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
12134 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
12135 echo "configure:12136: checking for sys/prctl.h" >&5
12136 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12137 echo $ac_n "(cached) $ac_c" 1>&6
12139 cat > conftest.
$ac_ext <<EOF
12140 #line 12141 "configure"
12141 #include "confdefs.h"
12142 #include <sys/prctl.h>
12144 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12145 { (eval echo configure
:12146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12146 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12147 if test -z "$ac_err"; then
12149 eval "ac_cv_header_$ac_safe=yes"
12152 echo "configure: failed program was:" >&5
12153 cat conftest.
$ac_ext >&5
12155 eval "ac_cv_header_$ac_safe=no"
12159 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12160 echo "$ac_t""yes" 1>&6
12162 THREADS_OBJ
="threadsgi.lo"
12165 echo "$ac_t""no" 1>&6
12178 if test -z "$THREADS_OBJ" ; then
12180 echo "configure: warning: No thread support on this system" 1>&2
12184 if test "$wxUSE_THREADS" = "yes" ; then
12185 for ac_func
in thr_setconcurrency
12187 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12188 echo "configure:12189: checking for $ac_func" >&5
12189 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12190 echo $ac_n "(cached) $ac_c" 1>&6
12192 cat > conftest.
$ac_ext <<EOF
12193 #line 12194 "configure"
12194 #include "confdefs.h"
12195 /* System header to define __stub macros and hopefully few prototypes,
12196 which can conflict with char $ac_func(); below. */
12197 #include <assert.h>
12198 /* Override any gcc2 internal prototype to avoid an error. */
12199 /* We use char because int might match the return type of a gcc2
12200 builtin and then its argument prototype would still apply. */
12205 /* The GNU C library defines this for functions which it implements
12206 to always fail with ENOSYS. Some functions are actually named
12207 something starting with __ and the normal name is an alias. */
12208 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12216 if { (eval echo configure
:12217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12218 eval "ac_cv_func_$ac_func=yes"
12220 echo "configure: failed program was:" >&5
12221 cat conftest.
$ac_ext >&5
12223 eval "ac_cv_func_$ac_func=no"
12228 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12229 echo "$ac_t""yes" 1>&6
12230 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12231 cat >> confdefs.h
<<EOF
12232 #define $ac_tr_func 1
12236 echo "$ac_t""no" 1>&6
12242 for ac_hdr
in sched.h
12244 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12245 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12246 echo "configure:12247: checking for $ac_hdr" >&5
12247 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12248 echo $ac_n "(cached) $ac_c" 1>&6
12250 cat > conftest.
$ac_ext <<EOF
12251 #line 12252 "configure"
12252 #include "confdefs.h"
12255 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12256 { (eval echo configure
:12257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12257 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12258 if test -z "$ac_err"; then
12260 eval "ac_cv_header_$ac_safe=yes"
12263 echo "configure: failed program was:" >&5
12264 cat conftest.
$ac_ext >&5
12266 eval "ac_cv_header_$ac_safe=no"
12270 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12271 echo "$ac_t""yes" 1>&6
12272 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12273 cat >> confdefs.h
<<EOF
12274 #define $ac_tr_hdr 1
12278 echo "$ac_t""no" 1>&6
12283 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
12284 echo "configure:12285: checking for sched_yield in -l$THREADS_LINK" >&5
12285 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
12286 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12287 echo $ac_n "(cached) $ac_c" 1>&6
12289 ac_save_LIBS
="$LIBS"
12290 LIBS
="-l$THREADS_LINK $LIBS"
12291 cat > conftest.
$ac_ext <<EOF
12292 #line 12293 "configure"
12293 #include "confdefs.h"
12294 /* Override any gcc2 internal prototype to avoid an error. */
12295 /* We use char because int might match the return type of a gcc2
12296 builtin and then its argument prototype would still apply. */
12297 char sched_yield();
12303 if { (eval echo configure
:12304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12305 eval "ac_cv_lib_$ac_lib_var=yes"
12307 echo "configure: failed program was:" >&5
12308 cat conftest.
$ac_ext >&5
12310 eval "ac_cv_lib_$ac_lib_var=no"
12313 LIBS
="$ac_save_LIBS"
12316 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12317 echo "$ac_t""yes" 1>&6
12318 cat >> confdefs.h
<<\EOF
12319 #define HAVE_SCHED_YIELD 1
12323 echo "$ac_t""no" 1>&6
12324 echo $ac_n "checking for sched_yield in -l"posix4
"""... $ac_c" 1>&6
12325 echo "configure:12326: checking for sched_yield in -l"posix4
"" >&5
12326 ac_lib_var
=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
12327 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12328 echo $ac_n "(cached) $ac_c" 1>&6
12330 ac_save_LIBS
="$LIBS"
12331 LIBS
="-l"posix4
" $LIBS"
12332 cat > conftest.
$ac_ext <<EOF
12333 #line 12334 "configure"
12334 #include "confdefs.h"
12335 /* Override any gcc2 internal prototype to avoid an error. */
12336 /* We use char because int might match the return type of a gcc2
12337 builtin and then its argument prototype would still apply. */
12338 char sched_yield();
12344 if { (eval echo configure
:12345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12346 eval "ac_cv_lib_$ac_lib_var=yes"
12348 echo "configure: failed program was:" >&5
12349 cat conftest.
$ac_ext >&5
12351 eval "ac_cv_lib_$ac_lib_var=no"
12354 LIBS
="$ac_save_LIBS"
12357 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12358 echo "$ac_t""yes" 1>&6
12359 cat >> confdefs.h
<<\EOF
12360 #define HAVE_SCHED_YIELD 1
12362 POSIX4_LINK
="-lposix4"
12364 echo "$ac_t""no" 1>&6
12365 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
12374 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
12375 echo "configure:12376: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
12376 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
12377 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12378 echo $ac_n "(cached) $ac_c" 1>&6
12380 ac_save_LIBS
="$LIBS"
12381 LIBS
="-l$THREADS_LINK $LIBS"
12382 cat > conftest.
$ac_ext <<EOF
12383 #line 12384 "configure"
12384 #include "confdefs.h"
12385 /* Override any gcc2 internal prototype to avoid an error. */
12386 /* We use char because int might match the return type of a gcc2
12387 builtin and then its argument prototype would still apply. */
12388 char pthread_attr_getschedpolicy();
12391 pthread_attr_getschedpolicy()
12394 if { (eval echo configure
:12395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12396 eval "ac_cv_lib_$ac_lib_var=yes"
12398 echo "configure: failed program was:" >&5
12399 cat conftest.
$ac_ext >&5
12401 eval "ac_cv_lib_$ac_lib_var=no"
12404 LIBS
="$ac_save_LIBS"
12407 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12408 echo "$ac_t""yes" 1>&6
12409 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
12410 echo "configure:12411: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
12411 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
12412 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12413 echo $ac_n "(cached) $ac_c" 1>&6
12415 ac_save_LIBS
="$LIBS"
12416 LIBS
="-l$THREADS_LINK $LIBS"
12417 cat > conftest.
$ac_ext <<EOF
12418 #line 12419 "configure"
12419 #include "confdefs.h"
12420 /* Override any gcc2 internal prototype to avoid an error. */
12421 /* We use char because int might match the return type of a gcc2
12422 builtin and then its argument prototype would still apply. */
12423 char pthread_attr_setschedparam();
12426 pthread_attr_setschedparam()
12429 if { (eval echo configure
:12430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12431 eval "ac_cv_lib_$ac_lib_var=yes"
12433 echo "configure: failed program was:" >&5
12434 cat conftest.
$ac_ext >&5
12436 eval "ac_cv_lib_$ac_lib_var=no"
12439 LIBS
="$ac_save_LIBS"
12442 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12443 echo "$ac_t""yes" 1>&6
12444 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
12445 echo "configure:12446: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
12446 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12447 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12448 echo $ac_n "(cached) $ac_c" 1>&6
12450 ac_save_LIBS
="$LIBS"
12451 LIBS
="-l$THREADS_LINK $LIBS"
12452 cat > conftest.
$ac_ext <<EOF
12453 #line 12454 "configure"
12454 #include "confdefs.h"
12455 /* Override any gcc2 internal prototype to avoid an error. */
12456 /* We use char because int might match the return type of a gcc2
12457 builtin and then its argument prototype would still apply. */
12458 char sched_get_priority_max();
12461 sched_get_priority_max()
12464 if { (eval echo configure
:12465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12466 eval "ac_cv_lib_$ac_lib_var=yes"
12468 echo "configure: failed program was:" >&5
12469 cat conftest.
$ac_ext >&5
12471 eval "ac_cv_lib_$ac_lib_var=no"
12474 LIBS
="$ac_save_LIBS"
12477 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12478 echo "$ac_t""yes" 1>&6
12481 echo "$ac_t""no" 1>&6
12482 echo $ac_n "checking for sched_get_priority_max in -l"posix4
"""... $ac_c" 1>&6
12483 echo "configure:12484: checking for sched_get_priority_max in -l"posix4
"" >&5
12484 ac_lib_var
=`echo "posix4"'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12485 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12486 echo $ac_n "(cached) $ac_c" 1>&6
12488 ac_save_LIBS
="$LIBS"
12489 LIBS
="-l"posix4
" $LIBS"
12490 cat > conftest.
$ac_ext <<EOF
12491 #line 12492 "configure"
12492 #include "confdefs.h"
12493 /* Override any gcc2 internal prototype to avoid an error. */
12494 /* We use char because int might match the return type of a gcc2
12495 builtin and then its argument prototype would still apply. */
12496 char sched_get_priority_max();
12499 sched_get_priority_max()
12502 if { (eval echo configure
:12503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12504 eval "ac_cv_lib_$ac_lib_var=yes"
12506 echo "configure: failed program was:" >&5
12507 cat conftest.
$ac_ext >&5
12509 eval "ac_cv_lib_$ac_lib_var=no"
12512 LIBS
="$ac_save_LIBS"
12515 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12516 echo "$ac_t""yes" 1>&6
12519 POSIX4_LINK
="-lposix4"
12522 echo "$ac_t""no" 1>&6
12530 echo "$ac_t""no" 1>&6
12535 echo "$ac_t""no" 1>&6
12539 if test "$HAVE_PRIOR_FUNCS" = 1; then
12540 cat >> confdefs.h
<<\EOF
12541 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
12545 echo "configure: warning: Setting thread priority will not work" 1>&2
12548 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
12549 echo "configure:12550: checking for pthread_cancel in -l$THREADS_LINK" >&5
12550 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
12551 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12552 echo $ac_n "(cached) $ac_c" 1>&6
12554 ac_save_LIBS
="$LIBS"
12555 LIBS
="-l$THREADS_LINK $LIBS"
12556 cat > conftest.
$ac_ext <<EOF
12557 #line 12558 "configure"
12558 #include "confdefs.h"
12559 /* Override any gcc2 internal prototype to avoid an error. */
12560 /* We use char because int might match the return type of a gcc2
12561 builtin and then its argument prototype would still apply. */
12562 char pthread_cancel();
12568 if { (eval echo configure
:12569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12570 eval "ac_cv_lib_$ac_lib_var=yes"
12572 echo "configure: failed program was:" >&5
12573 cat conftest.
$ac_ext >&5
12575 eval "ac_cv_lib_$ac_lib_var=no"
12578 LIBS
="$ac_save_LIBS"
12581 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12582 echo "$ac_t""yes" 1>&6
12583 cat >> confdefs.h
<<\EOF
12584 #define HAVE_PTHREAD_CANCEL 1
12588 echo "$ac_t""no" 1>&6
12589 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
12593 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
12594 echo "configure:12595: checking for pthread_cleanup_push/pop" >&5
12595 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
12596 echo $ac_n "(cached) $ac_c" 1>&6
12599 cat > conftest.
$ac_ext <<EOF
12600 #line 12601 "configure"
12601 #include "confdefs.h"
12602 #include <pthread.h>
12605 pthread_cleanup_push(NULL, NULL);
12606 pthread_cleanup_pop(0);
12610 if { (eval echo configure
:12611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12613 wx_cv_func_pthread_cleanup_push
=yes
12616 echo "configure: failed program was:" >&5
12617 cat conftest.
$ac_ext >&5
12620 wx_cv_func_pthread_cleanup_push
=no
12627 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
12629 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
12630 cat >> confdefs.h
<<\EOF
12631 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
12637 #ifdef HAVE_PTHREAD_MUTEXATTR_T
12638 #elif defined(HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER)
12640 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
12641 echo "configure:12642: checking for pthread_mutexattr_t" >&5
12642 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
12643 echo $ac_n "(cached) $ac_c" 1>&6
12646 cat > conftest.
$ac_ext <<EOF
12647 #line 12648 "configure"
12648 #include "confdefs.h"
12649 #include <pthread.h>
12652 pthread_mutexattr_t attr;
12653 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
12657 if { (eval echo configure
:12658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12660 wx_cv_type_pthread_mutexattr_t
=yes
12663 echo "configure: failed program was:" >&5
12664 cat conftest.
$ac_ext >&5
12667 wx_cv_type_pthread_mutexattr_t
=no
12675 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
12677 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
12678 cat >> confdefs.h
<<\EOF
12679 #define HAVE_PTHREAD_MUTEXATTR_T 1
12683 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
12684 echo "configure:12685: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
12685 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
12686 echo $ac_n "(cached) $ac_c" 1>&6
12689 cat > conftest.
$ac_ext <<EOF
12690 #line 12691 "configure"
12691 #include "confdefs.h"
12692 #include <pthread.h>
12695 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
12699 if { (eval echo configure
:12700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12702 wx_cv_type_pthread_rec_mutex_init
=yes
12705 echo "configure: failed program was:" >&5
12706 cat conftest.
$ac_ext >&5
12709 wx_cv_type_pthread_rec_mutex_init
=no
12717 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
12718 if test "$wx_cv_type_pthread_rec_mutex_init"="yes"; then
12719 cat >> confdefs.h
<<\EOF
12720 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
12724 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
12728 THREADS_LINK
="-l$THREADS_LINK"
12730 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
12731 CFLAGS
="${CFLAGS} -mt"
12732 CXXFLAGS
="${CXXFLAGS} -mt"
12733 LDFLAGS
="${LDFLAGS} -mt"
12739 if test "$wxUSE_THREADS" = "yes"; then
12740 cat >> confdefs.h
<<\EOF
12741 #define wxUSE_THREADS 1
12745 if test "$wxUSE_MAC" = "0"; then
12746 CFLAGS
="${CFLAGS} -D_REENTRANT"
12747 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
12750 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
12752 if test "$ac_cv_func_strtok_r" = "yes"; then
12753 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
12754 echo "configure:12755: checking if -D_REENTRANT is needed" >&5
12755 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
12756 CFLAGS
="${CFLAGS} -D_REENTRANT"
12757 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
12758 echo "$ac_t""yes" 1>&6
12760 echo "$ac_t""no" 1>&6
12765 if test "$WXGTK20" = 1 ; then
12766 cat >> confdefs.h
<<EOF
12767 #define __WXGTK20__ $WXGTK20
12773 if test "$WXGTK12" = 1 ; then
12774 cat >> confdefs.h
<<EOF
12775 #define __WXGTK12__ $WXGTK12
12780 if test "$WXGTK127" = 1 ; then
12781 cat >> confdefs.h
<<EOF
12782 #define __WXGTK127__ $WXGTK127
12787 if test "$WXWINE" = 1 ; then
12788 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXWINE__"
12791 if test "$wxUSE_MAC" = 1 ; then
12792 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON"
12793 CFLAGS
="${CFLAGS} -fno-common -fpascal-strings"
12794 CPPFLAGS
="${CPPFLAGS} -fno-common -fpascal-strings"
12797 if test "$wxUSE_CYGWIN" = 1 ; then
12798 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WIN95__"
12803 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
12808 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
12809 wxUSE_DEBUG_INFO
=yes
12813 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
12814 cat >> confdefs.h
<<\EOF
12818 WXDEBUG_DEFINE
="-D__WXDEBUG__"
12820 if test "$wxUSE_GTK" = 1 ; then
12821 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
12825 if test "$wxUSE_MEM_TRACING" = "yes" ; then
12826 cat >> confdefs.h
<<\EOF
12827 #define wxUSE_MEMORY_TRACING 1
12830 cat >> confdefs.h
<<\EOF
12831 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
12834 cat >> confdefs.h
<<\EOF
12835 #define wxUSE_DEBUG_NEW_ALWAYS 1
12838 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
12841 if test "$wxUSE_DMALLOC" = "yes" ; then
12842 DMALLOC_LINK
="-ldmalloc"
12846 if test "$wxUSE_PROFILE" = "yes" ; then
12852 CODE_GEN_FLAGS_CXX
=
12853 if test "$GCC" = yes ; then
12854 if test "$wxUSE_NO_RTTI" = "yes" ; then
12855 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-rtti"
12857 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
12858 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-exceptions"
12860 if test "$wxUSE_PERMISSIVE" = "yes" ; then
12861 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
12863 if test "$wxUSE_NO_DEPS" = "no" ; then
12864 DEP_INFO_FLAGS
="-MMD"
12869 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
12870 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
12871 if test "$wxUSE_OPTIMISE" = "no" ; then
12874 if test "$GCC" = yes ; then
12877 i586
-*-*|i686
-*-* )
12878 OPTIMISE
="${OPTIMISE} "
12888 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
12889 cat >> confdefs.h
<<\EOF
12890 #define wxUSE_ZLIB 1
12893 if test "$wxUSE_ZLIB" = "yes" ; then
12894 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
12897 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
12898 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
12899 echo "configure:12900: checking for zlib.h" >&5
12900 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12901 echo $ac_n "(cached) $ac_c" 1>&6
12903 cat > conftest.
$ac_ext <<EOF
12904 #line 12905 "configure"
12905 #include "confdefs.h"
12908 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12909 { (eval echo configure
:12910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12910 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12911 if test -z "$ac_err"; then
12913 eval "ac_cv_header_$ac_safe=yes"
12916 echo "configure: failed program was:" >&5
12917 cat conftest.
$ac_ext >&5
12919 eval "ac_cv_header_$ac_safe=no"
12923 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12924 echo "$ac_t""yes" 1>&6
12925 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
12926 echo "configure:12927: checking for deflate in -lz" >&5
12927 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
12928 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12929 echo $ac_n "(cached) $ac_c" 1>&6
12931 ac_save_LIBS
="$LIBS"
12933 cat > conftest.
$ac_ext <<EOF
12934 #line 12935 "configure"
12935 #include "confdefs.h"
12936 /* Override any gcc2 internal prototype to avoid an error. */
12937 /* We use char because int might match the return type of a gcc2
12938 builtin and then its argument prototype would still apply. */
12945 if { (eval echo configure
:12946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12947 eval "ac_cv_lib_$ac_lib_var=yes"
12949 echo "configure: failed program was:" >&5
12950 cat conftest.
$ac_ext >&5
12952 eval "ac_cv_lib_$ac_lib_var=no"
12955 LIBS
="$ac_save_LIBS"
12958 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12959 echo "$ac_t""yes" 1>&6
12962 echo "$ac_t""no" 1>&6
12966 echo "$ac_t""no" 1>&6
12969 if test "x$ZLIB_LINK" = "x" ; then
12970 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
12976 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
12977 cat >> confdefs.h
<<\EOF
12978 #define wxUSE_LIBPNG 1
12981 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
12982 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
12986 if test "$wxUSE_LIBPNG" = "yes" ; then
12987 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
12990 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
12991 echo $ac_n "checking for png.h""... $ac_c" 1>&6
12992 echo "configure:12993: checking for png.h" >&5
12993 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12994 echo $ac_n "(cached) $ac_c" 1>&6
12996 cat > conftest.
$ac_ext <<EOF
12997 #line 12998 "configure"
12998 #include "confdefs.h"
13001 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13002 { (eval echo configure
:13003: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13003 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13004 if test -z "$ac_err"; then
13006 eval "ac_cv_header_$ac_safe=yes"
13009 echo "configure: failed program was:" >&5
13010 cat conftest.
$ac_ext >&5
13012 eval "ac_cv_header_$ac_safe=no"
13016 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13017 echo "$ac_t""yes" 1>&6
13018 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
13019 echo "configure:13020: checking for png_check_sig in -lpng" >&5
13020 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
13021 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13022 echo $ac_n "(cached) $ac_c" 1>&6
13024 ac_save_LIBS
="$LIBS"
13025 LIBS
="-lpng -lz -lm $LIBS"
13026 cat > conftest.
$ac_ext <<EOF
13027 #line 13028 "configure"
13028 #include "confdefs.h"
13029 /* Override any gcc2 internal prototype to avoid an error. */
13030 /* We use char because int might match the return type of a gcc2
13031 builtin and then its argument prototype would still apply. */
13032 char png_check_sig();
13038 if { (eval echo configure
:13039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13040 eval "ac_cv_lib_$ac_lib_var=yes"
13042 echo "configure: failed program was:" >&5
13043 cat conftest.
$ac_ext >&5
13045 eval "ac_cv_lib_$ac_lib_var=no"
13048 LIBS
="$ac_save_LIBS"
13051 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13052 echo "$ac_t""yes" 1>&6
13055 echo "$ac_t""no" 1>&6
13060 echo "$ac_t""no" 1>&6
13063 if test "x$PNG_LINK" = "x" ; then
13064 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
13068 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
13072 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
13073 cat >> confdefs.h
<<\EOF
13074 #define wxUSE_LIBJPEG 1
13077 if test "$wxUSE_LIBJPEG" = "yes" ; then
13078 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
13081 ac_safe
=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`
13082 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
13083 echo "configure:13084: checking for jpeglib.h" >&5
13084 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13085 echo $ac_n "(cached) $ac_c" 1>&6
13087 cat > conftest.
$ac_ext <<EOF
13088 #line 13089 "configure"
13089 #include "confdefs.h"
13090 #include <jpeglib.h>
13092 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13093 { (eval echo configure
:13094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13094 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13095 if test -z "$ac_err"; then
13097 eval "ac_cv_header_$ac_safe=yes"
13100 echo "configure: failed program was:" >&5
13101 cat conftest.
$ac_ext >&5
13103 eval "ac_cv_header_$ac_safe=no"
13107 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13108 echo "$ac_t""yes" 1>&6
13109 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
13110 echo "configure:13111: checking for jpeg_read_header in -ljpeg" >&5
13111 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
13112 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13113 echo $ac_n "(cached) $ac_c" 1>&6
13115 ac_save_LIBS
="$LIBS"
13116 LIBS
="-ljpeg $LIBS"
13117 cat > conftest.
$ac_ext <<EOF
13118 #line 13119 "configure"
13119 #include "confdefs.h"
13120 /* Override any gcc2 internal prototype to avoid an error. */
13121 /* We use char because int might match the return type of a gcc2
13122 builtin and then its argument prototype would still apply. */
13123 char jpeg_read_header();
13129 if { (eval echo configure
:13130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13131 eval "ac_cv_lib_$ac_lib_var=yes"
13133 echo "configure: failed program was:" >&5
13134 cat conftest.
$ac_ext >&5
13136 eval "ac_cv_lib_$ac_lib_var=no"
13139 LIBS
="$ac_save_LIBS"
13142 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13143 echo "$ac_t""yes" 1>&6
13146 echo "$ac_t""no" 1>&6
13150 echo "$ac_t""no" 1>&6
13153 if test "x$JPEG_LINK" = "x" ; then
13154 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
13160 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
13161 cat >> confdefs.h
<<\EOF
13162 #define wxUSE_LIBTIFF 1
13165 if test "$wxUSE_LIBTIFF" = "yes" ; then
13166 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
13169 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
13170 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
13171 echo "configure:13172: checking for tiffio.h" >&5
13172 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13173 echo $ac_n "(cached) $ac_c" 1>&6
13175 cat > conftest.
$ac_ext <<EOF
13176 #line 13177 "configure"
13177 #include "confdefs.h"
13178 #include <tiffio.h>
13180 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13181 { (eval echo configure
:13182: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13182 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13183 if test -z "$ac_err"; then
13185 eval "ac_cv_header_$ac_safe=yes"
13188 echo "configure: failed program was:" >&5
13189 cat conftest.
$ac_ext >&5
13191 eval "ac_cv_header_$ac_safe=no"
13195 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13196 echo "$ac_t""yes" 1>&6
13197 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
13198 echo "configure:13199: checking for TIFFError in -ltiff" >&5
13199 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
13200 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13201 echo $ac_n "(cached) $ac_c" 1>&6
13203 ac_save_LIBS
="$LIBS"
13204 LIBS
="-ltiff -lm $LIBS"
13205 cat > conftest.
$ac_ext <<EOF
13206 #line 13207 "configure"
13207 #include "confdefs.h"
13208 /* Override any gcc2 internal prototype to avoid an error. */
13209 /* We use char because int might match the return type of a gcc2
13210 builtin and then its argument prototype would still apply. */
13217 if { (eval echo configure
:13218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13219 eval "ac_cv_lib_$ac_lib_var=yes"
13221 echo "configure: failed program was:" >&5
13222 cat conftest.
$ac_ext >&5
13224 eval "ac_cv_lib_$ac_lib_var=no"
13227 LIBS
="$ac_save_LIBS"
13230 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13231 echo "$ac_t""yes" 1>&6
13234 echo "$ac_t""no" 1>&6
13238 echo "$ac_t""no" 1>&6
13241 if test "x$TIFF_LINK" = "x" ; then
13242 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
13248 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
13249 cat >> confdefs.h
<<\EOF
13250 #define wxUSE_FREETYPE 1
13253 if test "$wxUSE_FREETYPE" = "yes" ; then
13254 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
13257 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
13258 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
13259 echo "configure:13260: checking for freetype.h" >&5
13260 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13261 echo $ac_n "(cached) $ac_c" 1>&6
13263 cat > conftest.
$ac_ext <<EOF
13264 #line 13265 "configure"
13265 #include "confdefs.h"
13266 #include <freetype.h>
13268 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13269 { (eval echo configure
:13270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13270 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13271 if test -z "$ac_err"; then
13273 eval "ac_cv_header_$ac_safe=yes"
13276 echo "configure: failed program was:" >&5
13277 cat conftest.
$ac_ext >&5
13279 eval "ac_cv_header_$ac_safe=no"
13283 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13284 echo "$ac_t""yes" 1>&6
13285 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
13286 echo "configure:13287: checking for FT_Render_Glyph in -lfreetype" >&5
13287 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
13288 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13289 echo $ac_n "(cached) $ac_c" 1>&6
13291 ac_save_LIBS
="$LIBS"
13292 LIBS
="-lfreetype -lm $LIBS"
13293 cat > conftest.
$ac_ext <<EOF
13294 #line 13295 "configure"
13295 #include "confdefs.h"
13296 /* Override any gcc2 internal prototype to avoid an error. */
13297 /* We use char because int might match the return type of a gcc2
13298 builtin and then its argument prototype would still apply. */
13299 char FT_Render_Glyph();
13305 if { (eval echo configure
:13306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13307 eval "ac_cv_lib_$ac_lib_var=yes"
13309 echo "configure: failed program was:" >&5
13310 cat conftest.
$ac_ext >&5
13312 eval "ac_cv_lib_$ac_lib_var=no"
13315 LIBS
="$ac_save_LIBS"
13318 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13319 echo "$ac_t""yes" 1>&6
13320 FREETYPE_LINK
="-lfreetype"
13322 echo "$ac_t""no" 1>&6
13327 echo "$ac_t""no" 1>&6
13330 if test "x$FREETYPE_LINK" = "x" ; then
13331 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
13336 if test "$wxUSE_OPENGL" = "yes"; then
13337 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13338 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
13339 echo "configure:13340: checking for GL/gl.h" >&5
13340 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13341 echo $ac_n "(cached) $ac_c" 1>&6
13343 cat > conftest.
$ac_ext <<EOF
13344 #line 13345 "configure"
13345 #include "confdefs.h"
13348 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13349 { (eval echo configure
:13350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13350 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13351 if test -z "$ac_err"; then
13353 eval "ac_cv_header_$ac_safe=yes"
13356 echo "configure: failed program was:" >&5
13357 cat conftest.
$ac_ext >&5
13359 eval "ac_cv_header_$ac_safe=no"
13363 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13364 echo "$ac_t""yes" 1>&6
13366 cat >> confdefs.h
<<\EOF
13367 #define wxUSE_OPENGL 1
13370 cat >> confdefs.h
<<\EOF
13371 #define wxUSE_GLCANVAS 1
13374 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
13375 echo "configure:13376: checking for glFlush in -lGL" >&5
13376 ac_lib_var
=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
13377 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13378 echo $ac_n "(cached) $ac_c" 1>&6
13380 ac_save_LIBS
="$LIBS"
13382 cat > conftest.
$ac_ext <<EOF
13383 #line 13384 "configure"
13384 #include "confdefs.h"
13385 /* Override any gcc2 internal prototype to avoid an error. */
13386 /* We use char because int might match the return type of a gcc2
13387 builtin and then its argument prototype would still apply. */
13394 if { (eval echo configure
:13395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13396 eval "ac_cv_lib_$ac_lib_var=yes"
13398 echo "configure: failed program was:" >&5
13399 cat conftest.
$ac_ext >&5
13401 eval "ac_cv_lib_$ac_lib_var=no"
13404 LIBS
="$ac_save_LIBS"
13407 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13408 echo "$ac_t""yes" 1>&6
13410 OPENGL_LINK
="-lGL -lGLU"
13413 echo "$ac_t""no" 1>&6
13415 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
13416 echo "configure:13417: checking for glFlush in -lMesaGL" >&5
13417 ac_lib_var
=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
13418 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13419 echo $ac_n "(cached) $ac_c" 1>&6
13421 ac_save_LIBS
="$LIBS"
13422 LIBS
="-lMesaGL $LIBS"
13423 cat > conftest.
$ac_ext <<EOF
13424 #line 13425 "configure"
13425 #include "confdefs.h"
13426 /* Override any gcc2 internal prototype to avoid an error. */
13427 /* We use char because int might match the return type of a gcc2
13428 builtin and then its argument prototype would still apply. */
13435 if { (eval echo configure
:13436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13437 eval "ac_cv_lib_$ac_lib_var=yes"
13439 echo "configure: failed program was:" >&5
13440 cat conftest.
$ac_ext >&5
13442 eval "ac_cv_lib_$ac_lib_var=no"
13445 LIBS
="$ac_save_LIBS"
13448 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13449 echo "$ac_t""yes" 1>&6
13451 OPENGL_LINK
="-lMesaGL -lMesaGLU"
13454 echo "$ac_t""no" 1>&6
13462 echo "$ac_t""no" 1>&6
13469 if test "$wxUSE_GUI" = "yes"; then
13470 cat >> confdefs.h
<<\EOF
13471 #define wxUSE_GUI 1
13476 cat >> confdefs.h
<<\EOF
13477 #define wxUSE_NOGUI 1
13483 if test "$wxUSE_UNIX" = "yes"; then
13484 cat >> confdefs.h
<<\EOF
13485 #define wxUSE_UNIX 1
13491 if test "$wxUSE_APPLE_IEEE" = "yes"; then
13492 cat >> confdefs.h
<<\EOF
13493 #define wxUSE_APPLE_IEEE 1
13498 if test "$wxUSE_WAVE" = "yes"; then
13499 cat >> confdefs.h
<<\EOF
13500 #define wxUSE_WAVE 1
13505 if test "$wxUSE_FILE" = "yes"; then
13506 cat >> confdefs.h
<<\EOF
13507 #define wxUSE_FILE 1
13512 if test "$wxUSE_FILESYSTEM" = "yes"; then
13513 cat >> confdefs.h
<<\EOF
13514 #define wxUSE_FILESYSTEM 1
13519 if test "$wxUSE_FS_INET" = "yes"; then
13520 cat >> confdefs.h
<<\EOF
13521 #define wxUSE_FS_INET 1
13526 if test "$wxUSE_FS_ZIP" = "yes"; then
13527 cat >> confdefs.h
<<\EOF
13528 #define wxUSE_FS_ZIP 1
13533 if test "$wxUSE_ZIPSTREAM" = "yes"; then
13534 cat >> confdefs.h
<<\EOF
13535 #define wxUSE_ZIPSTREAM 1
13540 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13541 cat >> confdefs.h
<<\EOF
13542 #define wxUSE_ON_FATAL_EXCEPTION 1
13547 if test "$wxUSE_BUSYINFO" = "yes"; then
13548 cat >> confdefs.h
<<\EOF
13549 #define wxUSE_BUSYINFO 1
13554 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
13555 cat >> confdefs.h
<<\EOF
13556 #define wxUSE_STD_IOSTREAM 1
13561 if test "$wxUSE_TEXTFILE" = "yes"; then
13562 if test "$wxUSE_FILE" != "yes"; then
13563 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
13565 cat >> confdefs.h
<<\EOF
13566 #define wxUSE_TEXTFILE 1
13572 if test "$wxUSE_CONFIG" = "yes" ; then
13573 if test "$wxUSE_TEXTFILE" != "yes"; then
13574 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
13576 cat >> confdefs.h
<<\EOF
13577 #define wxUSE_CONFIG 1
13580 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
13584 if test "$wxUSE_INTL" = "yes" ; then
13585 if test "$wxUSE_FILE" != "yes"; then
13586 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
13588 cat >> confdefs.h
<<\EOF
13589 #define wxUSE_INTL 1
13592 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
13593 GUIDIST
="$GUIDIST INTL_DIST"
13597 if test "$wxUSE_LOG" = "yes"; then
13598 cat >> confdefs.h
<<\EOF
13599 #define wxUSE_LOG 1
13604 if test "$wxUSE_LONGLONG" = "yes"; then
13605 cat >> confdefs.h
<<\EOF
13606 #define wxUSE_LONGLONG 1
13611 if test "$wxUSE_GEOMETRY" = "yes"; then
13612 cat >> confdefs.h
<<\EOF
13613 #define wxUSE_GEOMETRY 1
13618 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
13619 cat >> confdefs.h
<<\EOF
13620 #define wxUSE_DIALUP_MANAGER 1
13623 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
13626 if test "$wxUSE_STREAMS" = "yes" ; then
13627 cat >> confdefs.h
<<\EOF
13628 #define wxUSE_STREAMS 1
13634 if test "$wxUSE_TIMEDATE" = "yes"; then
13635 for ac_func
in strptime
13637 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13638 echo "configure:13639: checking for $ac_func" >&5
13639 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13640 echo $ac_n "(cached) $ac_c" 1>&6
13642 cat > conftest.
$ac_ext <<EOF
13643 #line 13644 "configure"
13644 #include "confdefs.h"
13645 /* System header to define __stub macros and hopefully few prototypes,
13646 which can conflict with char $ac_func(); below. */
13647 #include <assert.h>
13648 /* Override any gcc2 internal prototype to avoid an error. */
13649 /* We use char because int might match the return type of a gcc2
13650 builtin and then its argument prototype would still apply. */
13655 /* The GNU C library defines this for functions which it implements
13656 to always fail with ENOSYS. Some functions are actually named
13657 something starting with __ and the normal name is an alias. */
13658 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13666 if { (eval echo configure
:13667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13668 eval "ac_cv_func_$ac_func=yes"
13670 echo "configure: failed program was:" >&5
13671 cat conftest.
$ac_ext >&5
13673 eval "ac_cv_func_$ac_func=no"
13678 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13679 echo "$ac_t""yes" 1>&6
13680 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13681 cat >> confdefs.h
<<EOF
13682 #define $ac_tr_func 1
13686 echo "$ac_t""no" 1>&6
13691 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
13692 echo "configure:13693: checking for timezone variable in <time.h>" >&5
13693 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
13694 echo $ac_n "(cached) $ac_c" 1>&6
13697 cat > conftest.
$ac_ext <<EOF
13698 #line 13699 "configure"
13699 #include "confdefs.h"
13710 if { (eval echo configure
:13711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13713 wx_cv_var_timezone
=__timezone
13716 echo "configure: failed program was:" >&5
13717 cat conftest.
$ac_ext >&5
13720 cat > conftest.
$ac_ext <<EOF
13721 #line 13722 "configure"
13722 #include "confdefs.h"
13733 if { (eval echo configure
:13734: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13736 wx_cv_var_timezone
=_timezone
13739 echo "configure: failed program was:" >&5
13740 cat conftest.
$ac_ext >&5
13743 cat > conftest.
$ac_ext <<EOF
13744 #line 13745 "configure"
13745 #include "confdefs.h"
13756 if { (eval echo configure
:13757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13759 wx_cv_var_timezone
=timezone
13762 echo "configure: failed program was:" >&5
13763 cat conftest.
$ac_ext >&5
13765 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
13781 echo "$ac_t""$wx_cv_var_timezone" 1>&6
13783 cat >> confdefs.h
<<EOF
13784 #define WX_TIMEZONE $wx_cv_var_timezone
13788 for ac_func
in localtime
13790 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13791 echo "configure:13792: checking for $ac_func" >&5
13792 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13793 echo $ac_n "(cached) $ac_c" 1>&6
13795 cat > conftest.
$ac_ext <<EOF
13796 #line 13797 "configure"
13797 #include "confdefs.h"
13798 /* System header to define __stub macros and hopefully few prototypes,
13799 which can conflict with char $ac_func(); below. */
13800 #include <assert.h>
13801 /* Override any gcc2 internal prototype to avoid an error. */
13802 /* We use char because int might match the return type of a gcc2
13803 builtin and then its argument prototype would still apply. */
13808 /* The GNU C library defines this for functions which it implements
13809 to always fail with ENOSYS. Some functions are actually named
13810 something starting with __ and the normal name is an alias. */
13811 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13819 if { (eval echo configure
:13820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13821 eval "ac_cv_func_$ac_func=yes"
13823 echo "configure: failed program was:" >&5
13824 cat conftest.
$ac_ext >&5
13826 eval "ac_cv_func_$ac_func=no"
13831 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13832 echo "$ac_t""yes" 1>&6
13833 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13834 cat >> confdefs.h
<<EOF
13835 #define $ac_tr_func 1
13839 echo "$ac_t""no" 1>&6
13844 if test "$ac_cv_func_localtime" = "yes"; then
13845 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
13846 echo "configure:13847: checking for tm_gmtoff in struct tm" >&5
13847 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
13848 echo $ac_n "(cached) $ac_c" 1>&6
13851 cat > conftest.
$ac_ext <<EOF
13852 #line 13853 "configure"
13853 #include "confdefs.h"
13864 if { (eval echo configure
:13865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13867 wx_cv_struct_tm_has_gmtoff
=yes
13868 cat >> confdefs.h
<<\EOF
13869 #define WX_GMTOFF_IN_TM 1
13874 echo "configure: failed program was:" >&5
13875 cat conftest.
$ac_ext >&5
13877 wx_cv_struct_tm_has_gmtoff
=no
13884 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
13887 for ac_func
in gettimeofday ftime
13889 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13890 echo "configure:13891: checking for $ac_func" >&5
13891 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13892 echo $ac_n "(cached) $ac_c" 1>&6
13894 cat > conftest.
$ac_ext <<EOF
13895 #line 13896 "configure"
13896 #include "confdefs.h"
13897 /* System header to define __stub macros and hopefully few prototypes,
13898 which can conflict with char $ac_func(); below. */
13899 #include <assert.h>
13900 /* Override any gcc2 internal prototype to avoid an error. */
13901 /* We use char because int might match the return type of a gcc2
13902 builtin and then its argument prototype would still apply. */
13907 /* The GNU C library defines this for functions which it implements
13908 to always fail with ENOSYS. Some functions are actually named
13909 something starting with __ and the normal name is an alias. */
13910 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13918 if { (eval echo configure
:13919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13920 eval "ac_cv_func_$ac_func=yes"
13922 echo "configure: failed program was:" >&5
13923 cat conftest.
$ac_ext >&5
13925 eval "ac_cv_func_$ac_func=no"
13930 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13931 echo "$ac_t""yes" 1>&6
13932 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13933 cat >> confdefs.h
<<EOF
13934 #define $ac_tr_func 1
13938 echo "$ac_t""no" 1>&6
13943 if test "$ac_cv_func_gettimeofday" = "yes"; then
13944 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
13945 echo "configure:13946: checking whether gettimeofday takes two arguments" >&5
13946 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
13947 echo $ac_n "(cached) $ac_c" 1>&6
13952 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13953 ac_cpp
='$CXXCPP $CPPFLAGS'
13954 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13955 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13956 cross_compiling
=$ac_cv_prog_cxx_cross
13959 cat > conftest.
$ac_ext <<EOF
13960 #line 13961 "configure"
13961 #include "confdefs.h"
13963 #include <sys/time.h>
13964 #include <unistd.h>
13969 struct timezone tz;
13970 gettimeofday(&tv, &tz);
13974 if { (eval echo configure
:13975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13976 wx_cv_func_gettimeofday_has_2_args
=yes
13978 echo "configure: failed program was:" >&5
13979 cat conftest.
$ac_ext >&5
13981 cat > conftest.
$ac_ext <<EOF
13982 #line 13983 "configure"
13983 #include "confdefs.h"
13985 #include <sys/time.h>
13986 #include <unistd.h>
13995 if { (eval echo configure
:13996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13997 wx_cv_func_gettimeofday_has_2_args
=no
13999 echo "configure: failed program was:" >&5
14000 cat conftest.
$ac_ext >&5
14002 wx_cv_func_gettimeofday_has_2_args
=unknown
14010 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14011 ac_cpp
='$CPP $CPPFLAGS'
14012 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14013 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14014 cross_compiling
=$ac_cv_prog_cc_cross
14019 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
14021 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
14022 cat >> confdefs.h
<<\EOF
14023 #define WX_GETTIMEOFDAY_NO_TZ 1
14029 cat >> confdefs.h
<<\EOF
14030 #define wxUSE_TIMEDATE 1
14033 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
14037 if test "$TOOLKIT" != "MSW"; then
14039 if test "$wxUSE_SOCKETS" = "yes"; then
14040 echo $ac_n "checking for socket""... $ac_c" 1>&6
14041 echo "configure:14042: checking for socket" >&5
14042 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
14043 echo $ac_n "(cached) $ac_c" 1>&6
14045 cat > conftest.
$ac_ext <<EOF
14046 #line 14047 "configure"
14047 #include "confdefs.h"
14048 /* System header to define __stub macros and hopefully few prototypes,
14049 which can conflict with char socket(); below. */
14050 #include <assert.h>
14051 /* Override any gcc2 internal prototype to avoid an error. */
14052 /* We use char because int might match the return type of a gcc2
14053 builtin and then its argument prototype would still apply. */
14058 /* The GNU C library defines this for functions which it implements
14059 to always fail with ENOSYS. Some functions are actually named
14060 something starting with __ and the normal name is an alias. */
14061 #if defined (__stub_socket) || defined (__stub___socket)
14069 if { (eval echo configure
:14070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14071 eval "ac_cv_func_socket=yes"
14073 echo "configure: failed program was:" >&5
14074 cat conftest.
$ac_ext >&5
14076 eval "ac_cv_func_socket=no"
14081 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
14082 echo "$ac_t""yes" 1>&6
14085 echo "$ac_t""no" 1>&6
14086 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
14087 echo "configure:14088: checking for socket in -lsocket" >&5
14088 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
14089 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14090 echo $ac_n "(cached) $ac_c" 1>&6
14092 ac_save_LIBS
="$LIBS"
14093 LIBS
="-lsocket $LIBS"
14094 cat > conftest.
$ac_ext <<EOF
14095 #line 14096 "configure"
14096 #include "confdefs.h"
14097 /* Override any gcc2 internal prototype to avoid an error. */
14098 /* We use char because int might match the return type of a gcc2
14099 builtin and then its argument prototype would still apply. */
14106 if { (eval echo configure
:14107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14108 eval "ac_cv_lib_$ac_lib_var=yes"
14110 echo "configure: failed program was:" >&5
14111 cat conftest.
$ac_ext >&5
14113 eval "ac_cv_lib_$ac_lib_var=no"
14116 LIBS
="$ac_save_LIBS"
14119 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14120 echo "$ac_t""yes" 1>&6
14121 INET_LINK
="$INET_LINK -lsocket"
14123 echo "$ac_t""no" 1>&6
14125 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
14137 if test "$wxUSE_SOCKETS" = "yes" ; then
14138 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
14139 echo "configure:14140: checking what is the type of the third argument of getsockname" >&5
14140 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
14141 echo $ac_n "(cached) $ac_c" 1>&6
14146 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14147 ac_cpp
='$CXXCPP $CPPFLAGS'
14148 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14149 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14150 cross_compiling
=$ac_cv_prog_cxx_cross
14153 cat > conftest.
$ac_ext <<EOF
14154 #line 14155 "configure"
14155 #include "confdefs.h"
14157 #include <sys/types.h>
14158 #include <sys/socket.h>
14163 getsockname(0, 0, &len);
14167 if { (eval echo configure
:14168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14169 wx_cv_type_getsockname3
=socklen_t
14171 echo "configure: failed program was:" >&5
14172 cat conftest.
$ac_ext >&5
14174 cat > conftest.
$ac_ext <<EOF
14175 #line 14176 "configure"
14176 #include "confdefs.h"
14178 #include <sys/types.h>
14179 #include <sys/socket.h>
14184 getsockname(0, 0, &len);
14188 if { (eval echo configure
:14189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14190 wx_cv_type_getsockname3
=size_t
14192 echo "configure: failed program was:" >&5
14193 cat conftest.
$ac_ext >&5
14195 cat > conftest.
$ac_ext <<EOF
14196 #line 14197 "configure"
14197 #include "confdefs.h"
14199 #include <sys/types.h>
14200 #include <sys/socket.h>
14205 getsockname(0, 0, &len);
14209 if { (eval echo configure
:14210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14211 wx_cv_type_getsockname3
=int
14213 echo "configure: failed program was:" >&5
14214 cat conftest.
$ac_ext >&5
14216 wx_cv_type_getsockname3
=unknown
14228 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14229 ac_cpp
='$CPP $CPPFLAGS'
14230 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14231 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14232 cross_compiling
=$ac_cv_prog_cc_cross
14237 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
14239 if test "$wx_cv_type_getsockname3" = "unknown"; then
14241 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
14243 cat >> confdefs.h
<<EOF
14244 #define SOCKLEN_T $wx_cv_type_getsockname3
14252 if test "$wxUSE_SOCKETS" = "yes" ; then
14253 cat >> confdefs.h
<<\EOF
14254 #define wxUSE_SOCKETS 1
14257 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
14258 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS protocol"
14262 if test "$wxUSE_GUI" = "yes"; then
14264 if test "$TOOLKIT" != "MSW"; then
14266 if test "$wxUSE_JOYSTICK" = "yes"; then
14267 for ac_hdr
in linux
/joystick.h
14269 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14270 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14271 echo "configure:14272: checking for $ac_hdr" >&5
14272 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14273 echo $ac_n "(cached) $ac_c" 1>&6
14275 cat > conftest.
$ac_ext <<EOF
14276 #line 14277 "configure"
14277 #include "confdefs.h"
14280 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14281 { (eval echo configure
:14282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14282 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14283 if test -z "$ac_err"; then
14285 eval "ac_cv_header_$ac_safe=yes"
14288 echo "configure: failed program was:" >&5
14289 cat conftest.
$ac_ext >&5
14291 eval "ac_cv_header_$ac_safe=no"
14295 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14296 echo "$ac_t""yes" 1>&6
14297 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14298 cat >> confdefs.h
<<EOF
14299 #define $ac_tr_hdr 1
14303 echo "$ac_t""no" 1>&6
14307 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
14309 echo "configure: warning: Joystick not supported by this system" 1>&2
14315 if test "$wxUSE_JOYSTICK" = "yes"; then
14316 cat >> confdefs.h
<<\EOF
14317 #define wxUSE_JOYSTICK 1
14320 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
14326 if test "$TOOLKIT" != "MSW"; then
14330 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
14331 if test "$USE_MAC" = 1; then
14334 for ac_func
in dlopen
14336 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14337 echo "configure:14338: checking for $ac_func" >&5
14338 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14339 echo $ac_n "(cached) $ac_c" 1>&6
14341 cat > conftest.
$ac_ext <<EOF
14342 #line 14343 "configure"
14343 #include "confdefs.h"
14344 /* System header to define __stub macros and hopefully few prototypes,
14345 which can conflict with char $ac_func(); below. */
14346 #include <assert.h>
14347 /* Override any gcc2 internal prototype to avoid an error. */
14348 /* We use char because int might match the return type of a gcc2
14349 builtin and then its argument prototype would still apply. */
14354 /* The GNU C library defines this for functions which it implements
14355 to always fail with ENOSYS. Some functions are actually named
14356 something starting with __ and the normal name is an alias. */
14357 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14365 if { (eval echo configure
:14366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14367 eval "ac_cv_func_$ac_func=yes"
14369 echo "configure: failed program was:" >&5
14370 cat conftest.
$ac_ext >&5
14372 eval "ac_cv_func_$ac_func=no"
14377 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14378 echo "$ac_t""yes" 1>&6
14379 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14380 cat >> confdefs.h
<<EOF
14381 #define $ac_tr_func 1
14384 cat >> confdefs.h
<<\EOF
14385 #define HAVE_DLOPEN 1
14391 echo "$ac_t""no" 1>&6
14392 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
14393 echo "configure:14394: checking for dlopen in -ldl" >&5
14394 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
14395 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14396 echo $ac_n "(cached) $ac_c" 1>&6
14398 ac_save_LIBS
="$LIBS"
14400 cat > conftest.
$ac_ext <<EOF
14401 #line 14402 "configure"
14402 #include "confdefs.h"
14403 /* Override any gcc2 internal prototype to avoid an error. */
14404 /* We use char because int might match the return type of a gcc2
14405 builtin and then its argument prototype would still apply. */
14412 if { (eval echo configure
:14413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14414 eval "ac_cv_lib_$ac_lib_var=yes"
14416 echo "configure: failed program was:" >&5
14417 cat conftest.
$ac_ext >&5
14419 eval "ac_cv_lib_$ac_lib_var=no"
14422 LIBS
="$ac_save_LIBS"
14425 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14426 echo "$ac_t""yes" 1>&6
14428 cat >> confdefs.h
<<\EOF
14429 #define HAVE_DLOPEN 1
14436 echo "$ac_t""no" 1>&6
14438 for ac_func
in shl_load
14440 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14441 echo "configure:14442: checking for $ac_func" >&5
14442 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14443 echo $ac_n "(cached) $ac_c" 1>&6
14445 cat > conftest.
$ac_ext <<EOF
14446 #line 14447 "configure"
14447 #include "confdefs.h"
14448 /* System header to define __stub macros and hopefully few prototypes,
14449 which can conflict with char $ac_func(); below. */
14450 #include <assert.h>
14451 /* Override any gcc2 internal prototype to avoid an error. */
14452 /* We use char because int might match the return type of a gcc2
14453 builtin and then its argument prototype would still apply. */
14458 /* The GNU C library defines this for functions which it implements
14459 to always fail with ENOSYS. Some functions are actually named
14460 something starting with __ and the normal name is an alias. */
14461 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14469 if { (eval echo configure
:14470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14471 eval "ac_cv_func_$ac_func=yes"
14473 echo "configure: failed program was:" >&5
14474 cat conftest.
$ac_ext >&5
14476 eval "ac_cv_func_$ac_func=no"
14481 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14482 echo "$ac_t""yes" 1>&6
14483 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14484 cat >> confdefs.h
<<EOF
14485 #define $ac_tr_func 1
14488 cat >> confdefs.h
<<\EOF
14489 #define HAVE_SHL_LOAD 1
14495 echo "$ac_t""no" 1>&6
14496 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
14497 echo "configure:14498: checking for dld in -lshl_load" >&5
14498 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
14499 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14500 echo $ac_n "(cached) $ac_c" 1>&6
14502 ac_save_LIBS
="$LIBS"
14503 LIBS
="-lshl_load $LIBS"
14504 cat > conftest.
$ac_ext <<EOF
14505 #line 14506 "configure"
14506 #include "confdefs.h"
14507 /* Override any gcc2 internal prototype to avoid an error. */
14508 /* We use char because int might match the return type of a gcc2
14509 builtin and then its argument prototype would still apply. */
14516 if { (eval echo configure
:14517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14518 eval "ac_cv_lib_$ac_lib_var=yes"
14520 echo "configure: failed program was:" >&5
14521 cat conftest.
$ac_ext >&5
14523 eval "ac_cv_lib_$ac_lib_var=no"
14526 LIBS
="$ac_save_LIBS"
14529 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14530 echo "$ac_t""yes" 1>&6
14536 echo "$ac_t""no" 1>&6
14551 if test "$HAVE_DL_FUNCS" = 1; then
14552 for ac_func
in dlerror
14554 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14555 echo "configure:14556: checking for $ac_func" >&5
14556 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14557 echo $ac_n "(cached) $ac_c" 1>&6
14559 cat > conftest.
$ac_ext <<EOF
14560 #line 14561 "configure"
14561 #include "confdefs.h"
14562 /* System header to define __stub macros and hopefully few prototypes,
14563 which can conflict with char $ac_func(); below. */
14564 #include <assert.h>
14565 /* Override any gcc2 internal prototype to avoid an error. */
14566 /* We use char because int might match the return type of a gcc2
14567 builtin and then its argument prototype would still apply. */
14572 /* The GNU C library defines this for functions which it implements
14573 to always fail with ENOSYS. Some functions are actually named
14574 something starting with __ and the normal name is an alias. */
14575 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14583 if { (eval echo configure
:14584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14585 eval "ac_cv_func_$ac_func=yes"
14587 echo "configure: failed program was:" >&5
14588 cat conftest.
$ac_ext >&5
14590 eval "ac_cv_func_$ac_func=no"
14595 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14596 echo "$ac_t""yes" 1>&6
14597 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14598 cat >> confdefs.h
<<EOF
14599 #define $ac_tr_func 1
14601 cat >> confdefs.h
<<\EOF
14602 #define HAVE_DLERROR 1
14606 echo "$ac_t""no" 1>&6
14607 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
14608 echo "configure:14609: checking for dlerror in -ldl" >&5
14609 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
14610 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14611 echo $ac_n "(cached) $ac_c" 1>&6
14613 ac_save_LIBS
="$LIBS"
14615 cat > conftest.
$ac_ext <<EOF
14616 #line 14617 "configure"
14617 #include "confdefs.h"
14618 /* Override any gcc2 internal prototype to avoid an error. */
14619 /* We use char because int might match the return type of a gcc2
14620 builtin and then its argument prototype would still apply. */
14627 if { (eval echo configure
:14628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14629 eval "ac_cv_lib_$ac_lib_var=yes"
14631 echo "configure: failed program was:" >&5
14632 cat conftest.
$ac_ext >&5
14634 eval "ac_cv_lib_$ac_lib_var=no"
14637 LIBS
="$ac_save_LIBS"
14640 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14641 echo "$ac_t""yes" 1>&6
14642 cat >> confdefs.h
<<\EOF
14643 #define HAVE_DLERROR 1
14647 echo "$ac_t""no" 1>&6
14656 if test "$HAVE_DL_FUNCS" = 0; then
14657 if test "$HAVE_SHL_FUNCS" = 0; then
14658 if test "$USE_UNIX" = 1; then
14659 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
14660 wxUSE_DYNLIB_CLASS
=no
14662 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
14670 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
14671 cat >> confdefs.h
<<\EOF
14672 #define wxUSE_DYNLIB_CLASS 1
14681 if test "$wxUSE_UNICODE" = "yes" ; then
14682 cat >> confdefs.h
<<\EOF
14683 #define wxUSE_UNICODE 1
14688 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
14689 cat >> confdefs.h
<<\EOF
14690 #define wxUSE_WCSRTOMBS 1
14695 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
14696 cat >> confdefs.h
<<\EOF
14697 #define wxUSE_EXPERIMENTAL_PRINTF 1
14703 if test "$wxUSE_SERIAL" = "yes" ; then
14704 cat >> confdefs.h
<<\EOF
14705 #define wxUSE_SERIAL 1
14712 if test "$wxUSE_ODBC" = "yes" ; then
14713 cat >> confdefs.h
<<\EOF
14714 #define wxUSE_ODBC 1
14717 WXODBCFLAG
="-D_IODBC_"
14718 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
14722 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
14723 cat >> confdefs.h
<<\EOF
14724 #define wxUSE_POSTSCRIPT 1
14729 cat >> confdefs.h
<<\EOF
14730 #define wxUSE_AFM_FOR_POSTSCRIPT 1
14734 cat >> confdefs.h
<<\EOF
14735 #define wxUSE_NORMALIZED_PS_FONTS 1
14740 if test "$wxUSE_CONSTRAINTS" = "yes"; then
14741 cat >> confdefs.h
<<\EOF
14742 #define wxUSE_CONSTRAINTS 1
14745 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
14748 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
14749 cat >> confdefs.h
<<\EOF
14750 #define wxUSE_MDI_ARCHITECTURE 1
14753 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
14756 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
14757 cat >> confdefs.h
<<\EOF
14758 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
14761 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
14762 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
14763 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
14767 if test "$wxUSE_HELP" = "yes"; then
14768 cat >> confdefs.h
<<\EOF
14769 #define wxUSE_HELP 1
14772 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
14775 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
14776 if test "$wxUSE_CONSTRAINTS" != "yes"; then
14777 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
14779 cat >> confdefs.h
<<\EOF
14780 #define wxUSE_PRINTING_ARCHITECTURE 1
14784 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
14787 if test "$wxUSE_PROLOGIO" = "yes" ; then
14788 cat >> confdefs.h
<<\EOF
14789 #define wxUSE_PROLOGIO 1
14794 if test "$wxUSE_RESOURCES" = "yes" ; then
14795 if test "$wxUSE_PROLOGIO" = "yes" ; then
14796 cat >> confdefs.h
<<\EOF
14797 #define wxUSE_RESOURCES 1
14800 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
14802 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
14806 if test "$wxUSE_X_RESOURCES" = "yes"; then
14807 cat >> confdefs.h
<<\EOF
14808 #define wxUSE_X_RESOURCES 1
14814 if test "$wxUSE_IPC" = "yes"; then
14815 if test "$wxUSE_SOCKETS" != "yes"; then
14816 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
14819 cat >> confdefs.h
<<\EOF
14820 #define wxUSE_IPC 1
14825 if test "$wxUSE_CLIPBOARD" = "yes"; then
14826 cat >> confdefs.h
<<\EOF
14827 #define wxUSE_CLIPBOARD 1
14832 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
14833 if test "$wxUSE_GTK" = 1; then
14834 if test "$WXGTK12" != 1; then
14835 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
14836 wxUSE_DRAG_AND_DROP
=no
14840 if test "$wxUSE_MOTIF" = 1; then
14841 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
14842 wxUSE_DRAG_AND_DROP
=no
14845 if test "$wxUSE_MAC" = 1; then
14846 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
14847 wxUSE_DRAG_AND_DROP
=no
14850 if test "$USE_WIN32" = 1; then
14852 for ac_hdr
in ole2.h
14854 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14855 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14856 echo "configure:14857: checking for $ac_hdr" >&5
14857 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14858 echo $ac_n "(cached) $ac_c" 1>&6
14860 cat > conftest.
$ac_ext <<EOF
14861 #line 14862 "configure"
14862 #include "confdefs.h"
14865 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14866 { (eval echo configure
:14867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14867 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14868 if test -z "$ac_err"; then
14870 eval "ac_cv_header_$ac_safe=yes"
14873 echo "configure: failed program was:" >&5
14874 cat conftest.
$ac_ext >&5
14876 eval "ac_cv_header_$ac_safe=no"
14880 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14881 echo "$ac_t""yes" 1>&6
14882 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14883 cat >> confdefs.h
<<EOF
14884 #define $ac_tr_hdr 1
14888 echo "$ac_t""no" 1>&6
14893 if test "$ac_cv_header_ole2_h" = "yes" ; then
14894 if test "$GCC" = yes ; then
14895 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
14896 ALL_DEPFILES
="$ALL_DEPFILES \$(OLEDEPS)"
14897 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
14898 LIBS
="$LIBS -lole32 -luuid"
14900 if test "$wxUSE_METAFILE" = "yes"; then
14901 cat >> confdefs.h
<<\EOF
14902 #define wxUSE_METAFILE 1
14905 cat >> confdefs.h
<<\EOF
14906 #define wxUSE_ENH_METAFILE 1
14912 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
14913 wxUSE_DRAG_AND_DROP
=no
14917 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
14918 cat >> confdefs.h
<<\EOF
14919 #define wxUSE_DRAG_AND_DROP 1
14922 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
14927 if test "$wxUSE_SPLINES" = "yes" ; then
14928 cat >> confdefs.h
<<\EOF
14929 #define wxUSE_SPLINES 1
14935 if test "$wxUSE_ACCEL" = "yes"; then
14936 cat >> confdefs.h
<<\EOF
14937 #define wxUSE_ACCEL 1
14942 if test "$wxUSE_CARET" = "yes"; then
14943 cat >> confdefs.h
<<\EOF
14944 #define wxUSE_CARET 1
14947 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
14950 if test "$wxUSE_COMBOBOX" = "yes"; then
14951 cat >> confdefs.h
<<\EOF
14952 #define wxUSE_COMBOBOX 1
14957 if test "$wxUSE_CHOICE" = "yes"; then
14958 cat >> confdefs.h
<<\EOF
14959 #define wxUSE_CHOICE 1
14964 if test "$wxUSE_BMPBUTTON" = "yes"; then
14965 cat >> confdefs.h
<<\EOF
14966 #define wxUSE_BMPBUTTON 1
14971 if test "$wxUSE_CHECKBOX" = "yes"; then
14972 cat >> confdefs.h
<<\EOF
14973 #define wxUSE_CHECKBOX 1
14978 if test "$wxUSE_CHECKLST" = "yes"; then
14979 cat >> confdefs.h
<<\EOF
14980 #define wxUSE_CHECKLISTBOX 1
14983 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
14986 if test "$wxUSE_GAUGE" = "yes"; then
14987 cat >> confdefs.h
<<\EOF
14988 #define wxUSE_GAUGE 1
14993 if test "$wxUSE_NEW_GRID" = "yes"; then
14995 cat >> confdefs.h
<<\EOF
14996 #define wxUSE_NEW_GRID 1
14999 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
15002 if test "$wxUSE_GRID" = "yes"; then
15003 cat >> confdefs.h
<<\EOF
15004 #define wxUSE_GRID 1
15007 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
15010 if test "$wxUSE_IMAGLIST" = "yes"; then
15011 cat >> confdefs.h
<<\EOF
15012 #define wxUSE_IMAGLIST 1
15017 if test "$wxUSE_LISTBOX" = "yes"; then
15018 cat >> confdefs.h
<<\EOF
15019 #define wxUSE_LISTBOX 1
15024 if test "$wxUSE_LISTCTRL" = "yes"; then
15025 if test "$wxUSE_IMAGLIST" = "yes"; then
15026 cat >> confdefs.h
<<\EOF
15027 #define wxUSE_LISTCTRL 1
15030 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
15032 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
15036 if test "$wxUSE_NOTEBOOK" = "yes"; then
15037 cat >> confdefs.h
<<\EOF
15038 #define wxUSE_NOTEBOOK 1
15041 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
15044 if test "$wxUSE_RADIOBOX" = "yes"; then
15045 cat >> confdefs.h
<<\EOF
15046 #define wxUSE_RADIOBOX 1
15051 if test "$wxUSE_RADIOBTN" = "yes"; then
15052 cat >> confdefs.h
<<\EOF
15053 #define wxUSE_RADIOBTN 1
15058 if test "$wxUSE_SASH" = "yes"; then
15059 cat >> confdefs.h
<<\EOF
15060 #define wxUSE_SASH 1
15063 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
15066 if test "$wxUSE_SCROLLBAR" = "yes"; then
15067 cat >> confdefs.h
<<\EOF
15068 #define wxUSE_SCROLLBAR 1
15071 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
15074 if test "$wxUSE_SLIDER" = "yes"; then
15075 cat >> confdefs.h
<<\EOF
15076 #define wxUSE_SLIDER 1
15081 if test "$wxUSE_SPINBTN" = "yes"; then
15082 cat >> confdefs.h
<<\EOF
15083 #define wxUSE_SPINBTN 1
15088 if test "$wxUSE_SPINCTRL" = "yes"; then
15089 cat >> confdefs.h
<<\EOF
15090 #define wxUSE_SPINCTRL 1
15095 if test "$wxUSE_SPLITTER" = "yes"; then
15096 cat >> confdefs.h
<<\EOF
15097 #define wxUSE_SPLITTER 1
15100 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
15103 if test "$wxUSE_STATBMP" = "yes"; then
15104 cat >> confdefs.h
<<\EOF
15105 #define wxUSE_STATBMP 1
15110 if test "$wxUSE_STATBOX" = "yes"; then
15111 cat >> confdefs.h
<<\EOF
15112 #define wxUSE_STATBOX 1
15117 if test "$wxUSE_STATLINE" = "yes"; then
15118 if test "$wxUSE_WINE" = 1 ; then
15119 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
15121 cat >> confdefs.h
<<\EOF
15122 #define wxUSE_STATLINE 1
15128 if test "$wxUSE_STATUSBAR" = "yes"; then
15129 cat >> confdefs.h
<<\EOF
15130 #define wxUSE_STATUSBAR 1
15134 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
15137 if test "$wxUSE_TABDIALOG" = "yes"; then
15138 cat >> confdefs.h
<<\EOF
15139 #define wxUSE_TAB_DIALOG 1
15142 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
15145 if test "$wxUSE_TOGGLEBTN" = "yes"; then
15146 cat >> confdefs.h
<<\EOF
15147 #define wxUSE_TOGGLEBTN 1
15152 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
15153 cat >> confdefs.h
<<\EOF
15154 #define wxUSE_TOOLBAR_SIMPLE 1
15157 wxUSE_TOOLBAR
="yes"
15160 if test "$wxUSE_TOOLBAR" = "yes"; then
15161 cat >> confdefs.h
<<\EOF
15162 #define wxUSE_TOOLBAR 1
15166 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
15167 wxUSE_TOOLBAR_NATIVE
="yes"
15170 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
15173 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
15174 cat >> confdefs.h
<<\EOF
15175 #define wxUSE_TOOLBAR_NATIVE 1
15180 if test "$wxUSE_TOOLTIPS" = "yes"; then
15181 if test "$wxUSE_MOTIF" = 1; then
15182 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
15184 if test "$wxUSE_WINE" = 1; then
15185 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
15187 cat >> confdefs.h
<<\EOF
15188 #define wxUSE_TOOLTIPS 1
15195 if test "$wxUSE_TREECTRL" = "yes"; then
15196 if test "$wxUSE_IMAGLIST" = "yes"; then
15197 cat >> confdefs.h
<<\EOF
15198 #define wxUSE_TREECTRL 1
15201 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
15203 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
15209 if test "$wxUSE_DIRDLG" = "yes"; then
15210 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15211 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
15213 if test "$wxUSE_TREECTRL" != "yes"; then
15214 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
15216 cat >> confdefs.h
<<\EOF
15217 #define wxUSE_DIRDLG 1
15224 if test "$wxUSE_TEXTDLG" = "yes"; then
15225 cat >> confdefs.h
<<\EOF
15226 #define wxUSE_TEXTDLG 1
15231 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
15232 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15233 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
15235 cat >> confdefs.h
<<\EOF
15236 #define wxUSE_STARTUP_TIPS 1
15242 if test "$wxUSE_PROGRESSDLG" = "yes"; then
15243 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15244 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
15246 cat >> confdefs.h
<<\EOF
15247 #define wxUSE_PROGRESSDLG 1
15253 if test "$wxUSE_MINIFRAME" = "yes"; then
15254 cat >> confdefs.h
<<\EOF
15255 #define wxUSE_MINIFRAME 1
15258 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
15261 if test "$wxUSE_HTML" = "yes"; then
15262 cat >> confdefs.h
<<\EOF
15263 #define wxUSE_HTML 1
15266 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
15267 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS html"
15270 if test "$wxUSE_VALIDATORS" = "yes"; then
15271 cat >> confdefs.h
<<\EOF
15272 #define wxUSE_VALIDATORS 1
15275 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
15278 if test "$wxUSE_GIF" = "yes" ; then
15279 cat >> confdefs.h
<<\EOF
15280 #define wxUSE_GIF 1
15285 if test "$wxUSE_PCX" = "yes" ; then
15286 cat >> confdefs.h
<<\EOF
15287 #define wxUSE_PCX 1
15292 if test "$wxUSE_PNM" = "yes" ; then
15293 cat >> confdefs.h
<<\EOF
15294 #define wxUSE_PNM 1
15300 if test "$cross_compiling" = "yes"; then
15303 OSINFO
=`uname -s -r -m`
15304 OSINFO
="\"$OSINFO\""
15307 cat >> confdefs.h
<<EOF
15308 #define WXWIN_OS_DESCRIPTION $OSINFO
15313 GUILIBS
="$GUI_TK_LIBRARY $TOOLKIT_LINK"
15314 OPENGL_LIBS
="$OPENGL_LINK"
15316 EXTRA_LIBS
="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
15317 if test "$USE_MAC" = 1 ; then
15318 EXTRA_LIBS
="$EXTRA_LIBS -framework Carbon -framework System"
15320 if test "$wxUSE_GUI" = "yes"; then
15321 EXTRA_LIBS
="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
15324 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
15326 INCLUDES
="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
15328 if test "$wxUSE_GTK" = 1; then
15329 WXCONFIG_INCLUDE
=""
15331 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
15334 if test "$GXX" = yes ; then
15335 CXXWARNINGS
="-Wall"
15337 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
15339 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
15340 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
15342 LDFLAGS
="$LDFLAGS $PROFILE"
15344 if test "$wxUSE_GUI" = "yes"; then
15346 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs dragimag \
15347 drawing dynamic event font fractal image menu \
15350 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
15355 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
15442 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
15443 echo "configure:15444: checking whether ${MAKE-make} sets \${MAKE}" >&5
15444 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
15445 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
15446 echo $ac_n "(cached) $ac_c" 1>&6
15448 cat > conftestmake
<<\EOF
15450 @
echo 'ac_maketemp="${MAKE}"'
15452 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
15453 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
15454 if test -n "$ac_maketemp"; then
15455 eval ac_cv_prog_make_
${ac_make}_set
=yes
15457 eval ac_cv_prog_make_
${ac_make}_set
=no
15461 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
15462 echo "$ac_t""yes" 1>&6
15465 echo "$ac_t""no" 1>&6
15466 SET_MAKE
="MAKE=${MAKE-make}"
15470 if test -d include
; then
15471 if test -d include
/wx
; then
15472 if test -d include
/wx
/${TOOLKIT_DIR}; then
15473 if test -f include
/wx
/${TOOLKIT_DIR}/setup.h
; then
15474 mv -f include
/wx
/${TOOLKIT_DIR}/setup.h setup.h
15482 if test "$wxUSE_GUI" = "yes"; then
15483 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
15484 wx_cv_path_ifs
=$PATH_IFS
15485 wx_cv_program_ext
=$PROGRAM_EXT
15486 wx_cv_target_library
=$WX_TARGET_LIBRARY
15487 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
15488 subdirs
="demos samples utils contrib"
15493 cat > confcache
<<\EOF
15494 # This file is a shell script that caches the results of configure
15495 # tests run on this system so they can be shared between configure
15496 # scripts and configure runs. It is not useful on other systems.
15497 # If it contains results you don't want to keep, you may remove or edit it.
15499 # By default, configure uses ./config.cache as the cache file,
15500 # creating it if it does not exist already. You can give configure
15501 # the --cache-file=FILE option to use a different cache file; that is
15502 # what configure does when it calls configure scripts in
15503 # subdirectories, so they share the cache.
15504 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15505 # config.status only pays attention to the cache file if you give it the
15506 # --recheck option to rerun configure.
15509 # The following way of writing the cache mishandles newlines in values,
15510 # but we know of no workaround that is simple, portable, and efficient.
15511 # So, don't put newlines in cache variables' values.
15512 # Ultrix sh set writes to stderr and can't be redirected directly,
15513 # and sets the high bit in the cache file unless we assign to the vars.
15515 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15517 # `set' does not quote correctly, so add quotes (double-quote substitution
15518 # turns \\\\ into \\, and sed turns \\ into \).
15520 -e "s/'/'\\\\''/g" \
15521 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15524 # `set' quotes correctly as required by POSIX, so do not add quotes.
15525 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15528 if cmp -s $cache_file confcache
; then
15531 if test -w $cache_file; then
15532 echo "updating cache $cache_file"
15533 cat confcache
> $cache_file
15535 echo "not updating unwritable cache $cache_file"
15540 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
15542 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15543 # Let make expand exec_prefix.
15544 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15546 # Any assignment to VPATH causes Sun make to only execute
15547 # the first set of double-colon rules, so remove it if not needed.
15548 # If there is a colon in the path, we need to keep it.
15549 if test "x$srcdir" = x.
; then
15550 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
15553 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
15555 DEFS
=-DHAVE_CONFIG_H
15557 # Without the "./", some shells look in PATH for config.status.
15558 : ${CONFIG_STATUS=./config.status}
15560 echo creating
$CONFIG_STATUS
15561 rm -f $CONFIG_STATUS
15562 cat > $CONFIG_STATUS <<EOF
15564 # Generated automatically by configure.
15565 # Run this file to recreate the current configuration.
15566 # This directory was configured as follows,
15567 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15569 # $0 $ac_configure_args
15571 # Compiler output produced by configure, useful for debugging
15572 # configure, is in ./config.log if it exists.
15574 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
15577 case "\$ac_option" in
15578 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15579 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
15580 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
15581 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
15582 echo "$CONFIG_STATUS generated by autoconf version 2.13"
15584 -help | --help | --hel | --he | --h)
15585 echo "\$ac_cs_usage"; exit 0 ;;
15586 *) echo "\$ac_cs_usage"; exit 1 ;;
15590 ac_given_srcdir=$srcdir
15591 ac_given_INSTALL="$INSTALL"
15593 trap 'rm -fr `echo "
15599 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
15601 cat >> $CONFIG_STATUS <<EOF
15603 # Protect against being on the right side of a sed subst in config.status.
15604 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
15605 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
15609 s%@CFLAGS@%$CFLAGS%g
15610 s%@CPPFLAGS@%$CPPFLAGS%g
15611 s%@CXXFLAGS@%$CXXFLAGS%g
15612 s%@FFLAGS@%$FFLAGS%g
15614 s%@LDFLAGS@%$LDFLAGS%g
15616 s%@exec_prefix@%$exec_prefix%g
15617 s%@prefix@%$prefix%g
15618 s%@program_transform_name@%$program_transform_name%g
15619 s%@bindir@%$bindir%g
15620 s%@sbindir@%$sbindir%g
15621 s%@libexecdir@%$libexecdir%g
15622 s%@datadir@%$datadir%g
15623 s%@sysconfdir@%$sysconfdir%g
15624 s%@sharedstatedir@%$sharedstatedir%g
15625 s%@localstatedir@%$localstatedir%g
15626 s%@libdir@%$libdir%g
15627 s%@includedir@%$includedir%g
15628 s%@oldincludedir@%$oldincludedir%g
15629 s%@infodir@%$infodir%g
15630 s%@mandir@%$mandir%g
15632 s%@host_alias@%$host_alias%g
15633 s%@host_cpu@%$host_cpu%g
15634 s%@host_vendor@%$host_vendor%g
15635 s%@host_os@%$host_os%g
15636 s%@target@%$target%g
15637 s%@target_alias@%$target_alias%g
15638 s%@target_cpu@%$target_cpu%g
15639 s%@target_vendor@%$target_vendor%g
15640 s%@target_os@%$target_os%g
15642 s%@build_alias@%$build_alias%g
15643 s%@build_cpu@%$build_cpu%g
15644 s%@build_vendor@%$build_vendor%g
15645 s%@build_os@%$build_os%g
15649 s%@CXXCPP@%$CXXCPP%g
15650 s%@RANLIB@%$RANLIB%g
15652 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
15653 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
15654 s%@INSTALL_DATA@%$INSTALL_DATA%g
15658 s%@LEXLIB@%$LEXLIB%g
15660 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
15661 s%@GTK_CONFIG@%$GTK_CONFIG%g
15662 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
15663 s%@GTK_LIBS@%$GTK_LIBS%g
15664 s%@X_CFLAGS@%$X_CFLAGS%g
15665 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
15666 s%@X_LIBS@%$X_LIBS%g
15667 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
15668 s%@LEX_STEM@%$LEX_STEM%g
15669 s%@PATH_IFS@%$PATH_IFS%g
15670 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
15671 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
15672 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
15673 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
15674 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
15675 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
15676 s%@WX_LIBRARY@%$WX_LIBRARY%g
15677 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
15678 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
15679 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
15680 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
15681 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
15682 s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
15683 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
15684 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
15685 s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
15686 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
15687 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
15688 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
15689 s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
15690 s%@WX_ALL@%$WX_ALL%g
15691 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
15692 s%@SHARED_LD@%$SHARED_LD%g
15693 s%@PIC_FLAG@%$PIC_FLAG%g
15694 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
15695 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
15696 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
15697 s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
15698 s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
15699 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
15700 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
15701 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
15702 s%@USE_GUI@%$USE_GUI%g
15703 s%@AFMINSTALL@%$AFMINSTALL%g
15704 s%@TOOLKIT@%$TOOLKIT%g
15705 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
15706 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
15707 s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
15708 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
15709 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
15710 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
15711 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
15712 s%@GUIDIST@%$GUIDIST%g
15713 s%@PORT_FILES@%$PORT_FILES%g
15714 s%@DISTDIR@%$DISTDIR%g
15715 s%@RPM_SPEC@%$RPM_SPEC%g
15716 s%@RPM_FILES@%$RPM_FILES%g
15717 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
15718 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
15719 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
15720 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
15721 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
15722 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
15723 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
15724 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
15725 s%@EXTRADEFS@%$EXTRADEFS%g
15726 s%@LD_LIBS@%$LD_LIBS%g
15727 s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
15728 s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
15729 s%@RESPROGRAM@%$RESPROGRAM%g
15730 s%@RESCOMP@%$RESCOMP%g
15731 s%@RESFLAGS@%$RESFLAGS%g
15732 s%@DLLTOOL@%$DLLTOOL%g
15736 s%@MAKEINFO@%$MAKEINFO%g
15737 s%@SET_MAKE@%$SET_MAKE%g
15738 s%@subdirs@%$subdirs%g
15743 cat >> $CONFIG_STATUS <<\EOF
15745 # Split the substitutions into bite-sized pieces for seds with
15746 # small command number limits, like on Digital OSF/1 and HP-UX.
15747 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
15748 ac_file
=1 # Number of current file.
15749 ac_beg
=1 # First line for current file.
15750 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
15753 while $ac_more_lines; do
15754 if test $ac_beg -gt 1; then
15755 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
15757 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
15759 if test ! -s conftest.s
$ac_file; then
15760 ac_more_lines
=false
15761 rm -f conftest.s
$ac_file
15763 if test -z "$ac_sed_cmds"; then
15764 ac_sed_cmds
="sed -f conftest.s$ac_file"
15766 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
15768 ac_file
=`expr $ac_file + 1`
15770 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
15773 if test -z "$ac_sed_cmds"; then
15778 cat >> $CONFIG_STATUS <<EOF
15780 CONFIG_FILES=\${CONFIG_FILES-"wx-config
15787 cat >> $CONFIG_STATUS <<\EOF
15788 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
15789 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15791 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
15792 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
15793 *) ac_file_in
="${ac_file}.in" ;;
15796 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
15798 # Remove last slash and all that follows it. Not all systems have dirname.
15799 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
15800 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
15801 # The file is in a subdirectory.
15802 test ! -d "$ac_dir" && mkdir "$ac_dir"
15803 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
15804 # A "../" for each directory in $ac_dir_suffix.
15805 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
15807 ac_dir_suffix
= ac_dots
=
15810 case "$ac_given_srcdir" in
15812 if test -z "$ac_dots"; then top_srcdir
=.
15813 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
15814 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
15815 *) # Relative path.
15816 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
15817 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
15820 case "$ac_given_INSTALL" in
15821 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
15822 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
15825 echo creating
"$ac_file"
15827 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
15829 *Makefile
*) ac_comsub
="1i\\
15830 # $configure_input" ;;
15834 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
15836 s%@configure_input@%$configure_input%g
15837 s%@srcdir@%$srcdir%g
15838 s%@top_srcdir@%$top_srcdir%g
15839 s%@INSTALL@%$INSTALL%g
15840 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
15844 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
15845 # NAME is the cpp macro being defined and VALUE is the value it is being given.
15847 # ac_d sets the value in "#define NAME VALUE" lines.
15848 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
15849 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
15852 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
15853 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
15854 ac_uB
='\([ ]\)%\1#\2define\3'
15857 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
15858 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
15859 ac_eB
='$%\1#\2define\3'
15863 if test "${CONFIG_HEADERS+set}" != set; then
15865 cat >> $CONFIG_STATUS <<EOF
15866 CONFIG_HEADERS="setup.h:setup.h.in"
15868 cat >> $CONFIG_STATUS <<\EOF
15870 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
15871 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15873 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
15874 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
15875 *) ac_file_in
="${ac_file}.in" ;;
15878 echo creating
$ac_file
15880 rm -f conftest.frag conftest.
in conftest.out
15881 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
15882 cat $ac_file_inputs > conftest.
in
15886 # Transform confdefs.h into a sed script conftest.vals that substitutes
15887 # the proper values into config.h.in to produce config.h. And first:
15888 # Protect against being on the right side of a sed subst in config.status.
15889 # Protect against being in an unquoted here document in config.status.
15890 rm -f conftest.vals
15891 cat > conftest.hdr
<<\EOF
15894 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
15898 sed -n -f conftest.hdr confdefs.h > conftest.vals
15901 # This sed command replaces #undef with comments. This is necessary, for
15902 # example, in the case of _POSIX_SOURCE, which is predefined and required
15903 # on some systems where configure will not decide to define it.
15904 cat >> conftest.vals <<\EOF
15905 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
15908 # Break up conftest.vals because some shells have a limit on
15909 # the size of here documents, and old seds have small limits too.
15911 rm -f conftest.tail
15914 ac_lines=`grep -c . conftest.vals
`
15915 # grep -c gives empty output for an empty file on some AIX systems.
15916 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
15917 # Write a limited-size here document to conftest.frag.
15918 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
15919 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
15921 sed -f conftest.frag conftest.in > conftest.out
15923 mv conftest.out conftest.in
15924 ' >> $CONFIG_STATUS
15925 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
15926 rm -f conftest.vals
15927 mv conftest.tail conftest.vals
15929 rm -f conftest.vals
15931 cat >> $CONFIG_STATUS <<\EOF
15932 rm -f conftest.frag conftest.h
15933 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
15934 cat conftest.in >> conftest.h
15936 if cmp -s $ac_file conftest.h 2>/dev/null; then
15937 echo "$ac_file is unchanged"
15940 # Remove last slash and all that follows it. Not all systems have dirname.
15941 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
15942 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
15943 # The file is in a subdirectory.
15944 test ! -d "$ac_dir" && mkdir "$ac_dir"
15947 mv conftest.h $ac_file
15952 cat >> $CONFIG_STATUS <<EOF
15954 TOOLKIT_DIR="${TOOLKIT_DIR}"
15955 TOOLKIT_NAME="${TOOLKIT_NAME}"
15960 cat >> $CONFIG_STATUS <<\EOF
15963 mv wx-config wx${TOOLKIT_NAME}-config
15964 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
15967 if test ! -d lib; then
15970 if test ! -d lib/wx; then
15973 if test ! -d lib/wx/include; then
15974 mkdir lib/wx/include
15976 if test ! -d lib/wx/include/wx; then
15977 mkdir lib/wx/include/wx
15979 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
15980 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
15982 if test -f setup.h; then
15983 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
15987 if test ! -d include; then
15990 if test ! -d include/wx; then
15993 if test ! -d include/wx/${TOOLKIT_DIR}; then
15994 mkdir include/wx/${TOOLKIT_DIR}
15996 if test -f setup.h; then
15997 cp -fp setup.h include/wx/${TOOLKIT_DIR}/setup.h
16003 chmod +x $CONFIG_STATUS
16004 rm -fr confdefs* $ac_clean_files
16005 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
16007 if test "$no_recursion" != yes; then
16009 # Remove --cache-file and --srcdir arguments so they do not pile up.
16010 ac_sub_configure_args=
16012 for ac_arg in $ac_configure_args; do
16013 if test -n "$ac_prev"; then
16018 -cache-file | --cache-file | --cache-fil | --cache-fi \
16019 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16020 ac_prev=cache_file ;;
16021 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
16022 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
16024 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16026 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16028 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
16032 for ac_config_dir in demos samples utils contrib; do
16034 # Do not complain, so a configure script can configure whichever
16035 # parts of a large source tree are present.
16036 if test ! -d $srcdir/$ac_config_dir; then
16040 echo configuring in $ac_config_dir
16045 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
16047 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
16055 # A "../" for each directory in /$ac_config_dir.
16056 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
16059 .) # No --srcdir option. We are building in place.
16060 ac_sub_srcdir=$srcdir ;;
16061 /*) # Absolute path.
16062 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
16063 *) # Relative path.
16064 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
16067 # Check for guested configure; otherwise get Cygnus style configure.
16068 if test -f $ac_sub_srcdir/configure; then
16069 ac_sub_configure=$ac_sub_srcdir/configure
16070 elif test -f $ac_sub_srcdir/configure.in; then
16071 ac_sub_configure=$ac_configure
16073 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
16077 # The recursion is here.
16078 if test -n "$ac_sub_configure"; then
16080 # Make the cache file name correct relative to the subdirectory.
16081 case "$cache_file" in
16082 /*) ac_sub_cache_file=$cache_file ;;
16083 *) # Relative path.
16084 ac_sub_cache_file="$ac_dots$cache_file" ;;
16086 case "$ac_given_INSTALL" in
16087 [/$]*) INSTALL="$ac_given_INSTALL" ;;
16088 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
16091 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
16092 # The eval makes quoting arguments work.
16093 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
16096 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }