3 # From configure.in Id: configure.in
40 # Guess values for system-dependent variables and create Makefiles.
41 # Generated automatically using autoconf version 2.14
42 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
44 # This configure script is free software; the Free Software Foundation
45 # gives unlimited permission to copy, distribute and modify it.
49 ac_default_prefix
=/usr
/local
50 # Any additions from configure.in:
52 --enable-gui use GUI classes"
56 --with-motif use Motif/Lesstif"
60 --with-cygwin use Cygwin for MS-Windows"
62 --with-mingw use GCC Minimal MS-Windows"
64 --with-gtk-prefix=PFX Prefix where GTK is installed"
66 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
68 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
70 --with-zlib use zlib for LZW compression"
72 --with-libpng use libpng (PNG image format)"
74 --with-libjpeg use libjpeg (JPEG file format)"
76 --with-opengl use OpenGL (or Mesa)"
78 --with-odbc use the IODBC and wxODBC classes"
80 --enable-shared create shared library code"
82 --enable-optimise create optimised code"
84 --enable-debug same as debug_flag and debug_info"
86 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
88 --enable-debug_info create code with debugging information"
90 --enable-debug_gdb create code with extra GDB debugging information"
92 --enable-debug_cntxt use wxDebugContext"
94 --enable-mem_tracing create code with memory tracing"
96 --enable-profile create code with profiling information"
98 --enable-no_rtti create code without RTTI information"
100 --enable-no_exceptions create code without exceptions information"
102 --enable-permissive compile code disregarding strict ANSI"
104 --enable-no_deps create code without dependency information"
106 --enable-intl use internationalization system"
108 --enable-config use wxConfig (and derived) classes"
110 --enable-sockets use socket/network classes"
112 --enable-dialupman use dialup network classes"
114 --enable-ipc use interprocess communication (wxSocket etc.)"
116 --enable-apple_ieee use the Apple IEEE codec"
118 --enable-timedate use date/time classes"
120 --enable-wave use wxWave class"
122 --enable-fraction use wxFraction class"
124 --enable-dynlib use wxLibrary class for DLL loading"
126 --enable-longlong use wxLongLong class"
128 --enable-log use logging system"
130 --enable-streams use wxStream etc classes"
132 --enable-file use wxFile classes"
134 --enable-textfile use wxTextFile classes"
136 --enable-unicode compile wxString with Unicode support"
138 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
140 --enable-wxprintfv use wxWindows implementation of vprintf()"
142 --enable-joystick compile in joystick support (Linux only)"
144 --enable-std_iostreams use standard C++ stream classes"
146 --enable-fs_inet use virtual HTTP/FTP filesystems"
148 --enable-fs_zip use virtual ZIP filesystems"
150 --enable-zipstream use wxZipInputStream"
152 --enable-threads use threads"
154 --enable-serial use class serialization"
156 --enable-docview use document view architecture"
158 --enable-help use help (using external browser at present)"
160 --enable-constraints use layout-constraints system"
162 --enable-printarch use printing architecture"
164 --enable-mdi use multiple document interface architecture"
166 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
168 --enable-prologio use Prolog IO library"
170 --enable-resources use wxWindows resources"
172 --enable-xresources use X resources for save (default for gtk+)"
174 --enable-clipboard use wxClipboard classes"
176 --enable-dnd use Drag'n'Drop classes"
178 --enable-wxtree make wxTree library"
180 --enable-controls use all usual controls"
182 --enable-accel use accelerators"
184 --enable-caret use wxCaret class"
186 --enable-bmpbutton use wxBitmapButton class"
188 --enable-checkbox use wxCheckBox class"
190 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
192 --enable-choice use wxChoice class"
194 --enable-combobox use wxComboBox classes"
196 --enable-gauge use wxGauge class"
198 --enable-grid use wxGrid class"
200 --enable-newgrid use new wxGrid class"
202 --enable-imaglist use wxImageList class"
204 --enable-listbox use wxListBox class"
206 --enable-listctrl use wxListCtrl class"
208 --enable-notebook use wxNotebook class"
210 --enable-radiobox use wxRadioBox class"
212 --enable-radiobtn use wxRadioButton class"
214 --enable-sash use wxSashWindow class"
216 --enable-scrollbar use wxScrollBar class and scrollable windows"
218 --enable-slider use wxSlider class"
220 --enable-spinbtn use wxSpinButton class"
222 --enable-splitter use wxSplitterWindow class"
224 --enable-statbmp use wxStaticBitmap class"
226 --enable-statbox use wxStaticBox class"
228 --enable-statline use wxStaticLine class"
230 --enable-statusbar use wxStatusBar class"
232 --enable-tabdialog use wxTabControl class"
234 --enable-toolbar use wxToolBar class"
236 --enable-treectrl use wxTreeCtrl class"
238 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
240 --enable-dirdlg use wxDirDialog"
242 --enable-textdlg use wxTextDialog"
244 --enable-tipdlg use startup tips"
246 --enable-progressdlg use wxProgressDialog"
248 --enable-miniframe use wxMiniFrame class"
250 --enable-html use wxHTML sub-library"
252 --enable-tooltips use wxToolTip class"
254 --enable-splines use spline drawing code"
256 --enable-validators use wxValidator and derived classes"
258 --enable-busyinfo use wxBusyInfo"
260 --enable-gif use gif images (GIF file format)"
262 --enable-pcx use pcx images (PCX file format)"
264 --enable-pnm use pnm images (PNM file format)"
266 --with-x use the X Window System"
268 # Initialize some variables set by options.
269 # The variables have the same names as the options, with
270 # dashes changed to underlines.
272 cache_file
=.
/config.cache
281 program_transform_name
=s
,x
,x
,
289 bindir
='${exec_prefix}/bin'
290 sbindir
='${exec_prefix}/sbin'
291 libexecdir
='${exec_prefix}/libexec'
292 datadir
='${prefix}/share'
293 sysconfdir
='${prefix}/etc'
294 sharedstatedir
='${prefix}/com'
295 localstatedir
='${prefix}/var'
296 libdir
='${exec_prefix}/lib'
297 includedir
='${prefix}/include'
298 oldincludedir
='/usr/include'
299 infodir
='${prefix}/info'
300 mandir
='${prefix}/man'
302 # Initialize some other variables.
305 SHELL
=${CONFIG_SHELL-/bin/sh}
306 # Maximum number of lines to put in a shell here document.
313 # If the previous option needs an argument, assign it.
314 if test -n "$ac_prev"; then
315 eval "$ac_prev=\$ac_option"
321 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
325 # Accept the important Cygnus configure options, so we can diagnose typos.
329 -bindir | --bindir | --bindi | --bind | --bin | --bi)
331 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
332 bindir
="$ac_optarg" ;;
334 -build | --build | --buil | --bui | --bu)
336 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
337 build
="$ac_optarg" ;;
339 -cache-file | --cache-file | --cache-fil | --cache-fi \
340 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
341 ac_prev
=cache_file
;;
342 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
343 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
344 cache_file
="$ac_optarg" ;;
346 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
348 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
350 datadir
="$ac_optarg" ;;
352 -disable-* | --disable-*)
353 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
354 # Reject names that are not valid shell variable names.
355 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
356 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
358 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
359 eval "enable_${ac_feature}=no" ;;
361 -enable-* | --enable-*)
362 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
363 # Reject names that are not valid shell variable names.
364 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
365 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
367 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
372 eval "enable_${ac_feature}='$ac_optarg'" ;;
374 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
375 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
376 | --exec | --exe | --ex)
377 ac_prev
=exec_prefix
;;
378 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
379 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
380 | --exec=* | --exe=* | --ex=*)
381 exec_prefix
="$ac_optarg" ;;
383 -gas | --gas | --ga | --g)
384 # Obsolete; use --with-gas.
387 -help | --help | --hel | --he)
388 # Omit some internal or obsolete options to make the list less imposing.
389 # This message is too long to be a string in the A/UX 3.1 sh.
391 Usage: configure [options] [host]
392 Options: [defaults in brackets after descriptions]
394 --cache-file=FILE cache test results in FILE
395 --help print this message
396 --no-create do not create output files
397 --quiet, --silent do not print \`checking...' messages
398 --version print the version of autoconf that created configure
399 Directory and file names:
400 --prefix=PREFIX install architecture-independent files in PREFIX
402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
404 --bindir=DIR user executables in DIR [EPREFIX/bin]
405 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
406 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
407 --datadir=DIR read-only architecture-independent data in DIR
409 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
410 --sharedstatedir=DIR modifiable architecture-independent data in DIR
412 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
413 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
414 --includedir=DIR C header files in DIR [PREFIX/include]
415 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
416 --infodir=DIR info documentation in DIR [PREFIX/info]
417 --mandir=DIR man documentation in DIR [PREFIX/man]
418 --srcdir=DIR find the sources in DIR [configure dir or ..]
419 --program-prefix=PREFIX prepend PREFIX to installed program names
420 --program-suffix=SUFFIX append SUFFIX to installed program names
421 --program-transform-name=PROGRAM
422 run sed PROGRAM on installed program names
426 --build=BUILD configure for building on BUILD [BUILD=HOST]
427 --host=HOST configure for HOST [guessed]
428 --target=TARGET configure for TARGET [TARGET=HOST]
429 Features and packages:
430 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
431 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
432 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
433 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
434 --x-includes=DIR X include files are in DIR
435 --x-libraries=DIR X library files are in DIR
437 if test -n "$ac_help"; then
438 echo "--enable and --with options recognized:$ac_help"
442 -host | --host | --hos | --ho)
444 -host=* | --host=* | --hos=* | --ho=*)
447 -includedir | --includedir | --includedi | --included | --include \
448 | --includ | --inclu | --incl | --inc)
449 ac_prev
=includedir
;;
450 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
451 | --includ=* | --inclu=* | --incl=* | --inc=*)
452 includedir
="$ac_optarg" ;;
454 -infodir | --infodir | --infodi | --infod | --info | --inf)
456 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
457 infodir
="$ac_optarg" ;;
459 -libdir | --libdir | --libdi | --libd)
461 -libdir=* | --libdir=* | --libdi=* | --libd=*)
462 libdir
="$ac_optarg" ;;
464 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
465 | --libexe | --libex | --libe)
466 ac_prev
=libexecdir
;;
467 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
468 | --libexe=* | --libex=* | --libe=*)
469 libexecdir
="$ac_optarg" ;;
471 -localstatedir | --localstatedir | --localstatedi | --localstated \
472 | --localstate | --localstat | --localsta | --localst \
473 | --locals | --local | --loca | --loc | --lo)
474 ac_prev
=localstatedir
;;
475 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
476 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
477 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
478 localstatedir
="$ac_optarg" ;;
480 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
482 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
483 mandir
="$ac_optarg" ;;
486 # Obsolete; use --without-fp.
489 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
493 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
494 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
497 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
498 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
499 | --oldin | --oldi | --old | --ol | --o)
500 ac_prev
=oldincludedir
;;
501 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
502 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
503 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
504 oldincludedir
="$ac_optarg" ;;
506 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
508 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
509 prefix
="$ac_optarg" ;;
511 -program-prefix | --program-prefix | --program-prefi | --program-pref \
512 | --program-pre | --program-pr | --program-p)
513 ac_prev
=program_prefix
;;
514 -program-prefix=* | --program-prefix=* | --program-prefi=* \
515 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
516 program_prefix
="$ac_optarg" ;;
518 -program-suffix | --program-suffix | --program-suffi | --program-suff \
519 | --program-suf | --program-su | --program-s)
520 ac_prev
=program_suffix
;;
521 -program-suffix=* | --program-suffix=* | --program-suffi=* \
522 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
523 program_suffix
="$ac_optarg" ;;
525 -program-transform-name | --program-transform-name \
526 | --program-transform-nam | --program-transform-na \
527 | --program-transform-n | --program-transform- \
528 | --program-transform | --program-transfor \
529 | --program-transfo | --program-transf \
530 | --program-trans | --program-tran \
531 | --progr-tra | --program-tr | --program-t)
532 ac_prev
=program_transform_name
;;
533 -program-transform-name=* | --program-transform-name=* \
534 | --program-transform-nam=* | --program-transform-na=* \
535 | --program-transform-n=* | --program-transform-=* \
536 | --program-transform=* | --program-transfor=* \
537 | --program-transfo=* | --program-transf=* \
538 | --program-trans=* | --program-tran=* \
539 | --progr-tra=* | --program-tr=* | --program-t=*)
540 program_transform_name
="$ac_optarg" ;;
542 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
543 | -silent | --silent | --silen | --sile | --sil)
546 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
548 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
550 sbindir
="$ac_optarg" ;;
552 -sharedstatedir | --sharedstatedir | --sharedstatedi \
553 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
554 | --sharedst | --shareds | --shared | --share | --shar \
556 ac_prev
=sharedstatedir
;;
557 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
558 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
559 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
561 sharedstatedir
="$ac_optarg" ;;
563 -site | --site | --sit)
565 -site=* | --site=* | --sit=*)
568 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
570 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
571 srcdir
="$ac_optarg" ;;
573 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
574 | --syscon | --sysco | --sysc | --sys | --sy)
575 ac_prev
=sysconfdir
;;
576 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
577 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
578 sysconfdir
="$ac_optarg" ;;
580 -target | --target | --targe | --targ | --tar | --ta | --t)
582 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
583 target
="$ac_optarg" ;;
585 -v | -verbose | --verbose | --verbos | --verbo | --verb)
588 -version | --version | --versio | --versi | --vers)
589 echo "configure generated by autoconf version 2.14"
593 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
594 # Reject names that are not valid shell variable names.
595 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
596 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
598 ac_package
=`echo $ac_package| sed 's/-/_/g'`
603 eval "with_${ac_package}='$ac_optarg'" ;;
605 -without-* | --without-*)
606 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
607 # Reject names that are not valid shell variable names.
608 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
609 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
611 ac_package
=`echo $ac_package| sed 's/-/_/g'`
612 eval "with_${ac_package}=no" ;;
615 # Obsolete; use --with-x.
618 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
619 | --x-incl | --x-inc | --x-in | --x-i)
620 ac_prev
=x_includes
;;
621 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
622 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
623 x_includes
="$ac_optarg" ;;
625 -x-libraries | --x-libraries | --x-librarie | --x-librari \
626 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
627 ac_prev
=x_libraries
;;
628 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
629 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
630 x_libraries
="$ac_optarg" ;;
632 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
636 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
637 echo "configure: warning: $ac_option: invalid host type" 1>&2
639 if test "x$nonopt" != xNONE
; then
640 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
648 if test -n "$ac_prev"; then
649 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
652 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
654 # File descriptor usage:
657 # 2 errors and warnings
658 # 3 some systems may open it to /dev/tty
659 # 4 used on the Kubota Titan
660 # 6 checking for... messages and results
661 # 5 compiler messages saved in config.log
662 if test "$silent" = yes; then
670 This file contains any messages produced by compilers while
671 running configure, to aid debugging if configure makes a mistake.
674 # Strip out --no-create and --no-recursion so they do not pile up.
675 # Also quote any args containing shell metacharacters.
680 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
681 | --no-cr | --no-c) ;;
682 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
683 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
684 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
685 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
686 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
691 # Only set these to C if already set. These must not be set unconditionally
692 # because not all systems understand e.g. LANG=C (notably SCO).
693 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
694 # Non-C LC_CTYPE values break the ctype check.
695 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
696 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
697 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
698 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
700 # confdefs.h avoids OS command line length limits that DEFS can exceed.
701 rm -rf conftest
* confdefs.h
702 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
705 # A filename unique to this package, relative to the directory that
706 # configure is in, which we can look for to find out if srcdir is correct.
707 ac_unique_file
=wx
-config.
in
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted
=yes
712 # Try the directory containing this script, then its parent.
714 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
715 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
717 if test ! -r $srcdir/$ac_unique_file; then
721 ac_srcdir_defaulted
=no
723 if test ! -r $srcdir/$ac_unique_file; then
724 if test "$ac_srcdir_defaulted" = yes; then
725 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
727 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
730 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
732 # Prefer explicitly selected file to automatically selected ones.
733 if test -z "$CONFIG_SITE"; then
734 if test "x$prefix" != xNONE
; then
735 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
737 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
740 for ac_site_file
in $CONFIG_SITE; do
741 if test -r "$ac_site_file"; then
742 echo "loading site script $ac_site_file"
747 if test -r "$cache_file"; then
748 echo "loading cache $cache_file"
751 echo "creating cache $cache_file"
756 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
757 ac_cpp
='$CPP $CPPFLAGS'
758 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
759 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
760 cross_compiling
=$ac_cv_prog_cc_cross
764 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
765 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
766 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
773 ac_n
= ac_c
='\c' ac_t
=
779 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
780 if test -f $ac_dir/install-sh; then
782 ac_install_sh
="$ac_aux_dir/install-sh -c"
784 elif test -f $ac_dir/install.sh
; then
786 ac_install_sh
="$ac_aux_dir/install.sh -c"
790 if test -z "$ac_aux_dir"; then
791 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
793 ac_config_guess
=$ac_aux_dir/config.guess
794 ac_config_sub
=$ac_aux_dir/config.sub
795 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
798 # Do some error checking and defaulting for the host and target type.
800 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
803 # 1. You are not allowed to specify --host, --target, and nonopt at the
805 # 2. Host defaults to nonopt.
806 # 3. If nonopt is not specified, then host defaults to the current host,
807 # as determined by config.guess.
808 # 4. Target and build default to nonopt.
809 # 5. If nonopt is not specified, then target and build default to host.
811 # The aliases save the names the user supplied, while $host etc.
812 # will get canonicalized.
813 case $host---$target---$nonopt in
814 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
815 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
819 # Make sure we can run config.sub.
820 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
821 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
824 echo $ac_n "checking host system type""... $ac_c" 1>&6
825 echo "configure:826: checking host system type" >&5
828 case "$host_alias" in
832 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
833 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
835 *) host_alias
=$nonopt ;;
839 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
840 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
841 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
842 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
843 echo "$ac_t""$host" 1>&6
845 echo $ac_n "checking target system type""... $ac_c" 1>&6
846 echo "configure:847: checking target system type" >&5
849 case "$target_alias" in
852 NONE
) target_alias
=$host_alias ;;
853 *) target_alias
=$nonopt ;;
857 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
858 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
859 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
860 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
861 echo "$ac_t""$target" 1>&6
863 echo $ac_n "checking build system type""... $ac_c" 1>&6
864 echo "configure:865: checking build system type" >&5
867 case "$build_alias" in
870 NONE
) build_alias
=$host_alias ;;
871 *) build_alias
=$nonopt ;;
875 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
876 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
877 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
878 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
879 echo "$ac_t""$build" 1>&6
881 test "$host_alias" != "$target_alias" &&
882 test "$program_prefix$program_suffix$program_transform_name" = \
884 program_prefix
=${target_alias}-
888 WX_MAJOR_VERSION_NUMBER
=2
889 WX_MINOR_VERSION_NUMBER
=1
895 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
897 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
898 WX_CURRENT
=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE`
899 WX_REVISION
=$WX_INTERFACE_AGE
900 WX_AGE
=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE`
924 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
926 ALL_TOOLKITS
="CYGWIN GTK MINGW MOTIF WINE"
929 DEFAULT_wxUSE_MOTIF
=0
933 DEFAULT_DEFAULT_wxUSE_GTK
=0
934 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
935 DEFAULT_DEFAULT_wxUSE_MSW
=0
936 DEFAULT_DEFAULT_wxUSE_WINE
=0
941 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
942 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
943 cat >> confdefs.h
<<\EOF
950 cat >> confdefs.h
<<\EOF
955 if test "x$TMP" = "xalpha"; then
957 cat >> confdefs.h
<<\EOF
962 DEFAULT_DEFAULT_wxUSE_GTK
=1
964 *-*-irix5* | *-*-irix6* )
967 cat >> confdefs.h
<<\EOF
971 cat >> confdefs.h
<<\EOF
975 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
981 cat >> confdefs.h
<<\EOF
985 cat >> confdefs.h
<<\EOF
986 #define __SOLARIS__ 1
989 cat >> confdefs.h
<<\EOF
993 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
994 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1000 cat >> confdefs.h
<<\EOF
1004 cat >> confdefs.h
<<\EOF
1008 cat >> confdefs.h
<<\EOF
1012 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1014 *-*-freebsd* | *-*-netbsd*)
1017 cat >> confdefs.h
<<\EOF
1018 #define __FREEBSD__ 1
1021 cat >> confdefs.h
<<\EOF
1025 DEFAULT_DEFAULT_wxUSE_GTK
=1
1030 cat >> confdefs.h
<<\EOF
1034 cat >> confdefs.h
<<\EOF
1038 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1043 cat >> confdefs.h
<<\EOF
1047 cat >> confdefs.h
<<\EOF
1051 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1056 cat >> confdefs.h
<<\EOF
1060 cat >> confdefs.h
<<\EOF
1064 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1070 cat >> confdefs.h
<<\EOF
1074 cat >> confdefs.h
<<\EOF
1078 cat >> confdefs.h
<<\EOF
1082 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1088 cat >> confdefs.h
<<\EOF
1092 cat >> confdefs.h
<<\EOF
1096 cat >> confdefs.h
<<\EOF
1097 #define __WINDOWS__ 1
1100 cat >> confdefs.h
<<\EOF
1101 #define __GNUWIN32__ 1
1104 cat >> confdefs.h
<<\EOF
1108 cat >> confdefs.h
<<\EOF
1109 #define WINVER 0x0400
1112 DEFAULT_DEFAULT_wxUSE_MSW
=1
1117 cat >> confdefs.h
<<\EOF
1121 cat >> confdefs.h
<<\EOF
1125 cat >> confdefs.h
<<\EOF
1126 #define __WINDOWS__ 1
1129 cat >> confdefs.h
<<\EOF
1130 #define __GNUWIN32__ 1
1133 cat >> confdefs.h
<<\EOF
1137 cat >> confdefs.h
<<\EOF
1138 #define WINVER 0x0400
1141 DEFAULT_DEFAULT_wxUSE_MSW
=1
1145 cat >> confdefs.h
<<\EOF
1152 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1155 if test "$USE_UNIX" = 1 ; then
1157 cat >> confdefs.h
<<\EOF
1161 SRC_SUBDIRS
="$SRC_SUBDIRS unix"
1162 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS unix"
1165 if test "$USE_LINUX" = 1; then
1166 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1167 echo "configure:1168: checking for gettext in -lc" >&5
1168 ac_lib_var
=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1169 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1170 echo $ac_n "(cached) $ac_c" 1>&6
1172 ac_save_LIBS
="$LIBS"
1174 cat > conftest.
$ac_ext <<EOF
1175 #line 1176 "configure"
1176 #include "confdefs.h"
1177 /* Override any gcc2 internal prototype to avoid an error. */
1178 /* We use char because int might match the return type of a gcc2
1179 builtin and then its argument prototype would still apply. */
1186 if { (eval echo configure
:1187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1188 eval "ac_cv_lib_$ac_lib_var=yes"
1190 echo "configure: failed program was:" >&5
1191 cat conftest.
$ac_ext >&5
1193 eval "ac_cv_lib_$ac_lib_var=no"
1196 LIBS
="$ac_save_LIBS"
1199 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1200 echo "$ac_t""yes" 1>&6
1201 cat >> confdefs.h
<<\EOF
1202 #define wxHAVE_GLIBC2 1
1206 echo "$ac_t""no" 1>&6
1214 wx_arg_cache_file
="configarg.cache"
1215 echo "loading argument cache $wx_arg_cache_file"
1216 rm -f ${wx_arg_cache_file}.tmp
1217 touch ${wx_arg_cache_file}.tmp
1218 touch ${wx_arg_cache_file}
1222 if test $DEBUG_CONFIGURE = 1; then
1223 DEFAULT_wxUSE_THREADS
=yes
1225 DEFAULT_wxUSE_SHARED
=yes
1226 DEFAULT_wxUSE_OPTIMISE
=yes
1227 DEFAULT_wxUSE_PROFILE
=no
1228 DEFAULT_wxUSE_NO_DEPS
=no
1229 DEFAULT_wxUSE_NO_RTTI
=no
1230 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1231 DEFAULT_wxUSE_PERMISSIVE
=no
1232 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1233 DEFAULT_wxUSE_DEBUG_INFO
=yes
1234 DEFAULT_wxUSE_DEBUG_GDB
=yes
1235 DEFAULT_wxUSE_MEM_TRACING
=no
1236 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1237 DEFAULT_wxUSE_DMALLOC
=no
1238 DEFAULT_wxUSE_APPLE_IEEE
=no
1240 DEFAULT_wxUSE_LOG
=yes
1242 DEFAULT_wxUSE_GUI
=yes
1244 DEFAULT_wxUSE_ZLIB
=no
1245 DEFAULT_wxUSE_LIBPNG
=no
1246 DEFAULT_wxUSE_LIBJPEG
=no
1247 DEFAULT_wxUSE_ODBC
=no
1249 DEFAULT_wxUSE_STD_IOSTREAM
=no
1250 DEFAULT_wxUSE_FILE
=no
1251 DEFAULT_wxUSE_TEXTFILE
=no
1252 DEFAULT_wxUSE_TIMEDATE
=no
1253 DEFAULT_wxUSE_WAVE
=no
1254 DEFAULT_wxUSE_INTL
=no
1255 DEFAULT_wxUSE_CONFIG
=no
1256 DEFAULT_wxUSE_STREAMS
=no
1257 DEFAULT_wxUSE_SOCKETS
=no
1258 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1259 DEFAULT_wxUSE_SERIAL
=no
1260 DEFAULT_wxUSE_JOYSTICK
=no
1261 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1262 DEFAULT_wxUSE_LONGLONG
=no
1264 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1265 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1266 DEFAULT_wxUSE_POSTSCRIPT
=no
1268 DEFAULT_wxUSE_X_RESOURCES
=no
1269 DEFAULT_wxUSE_CLIPBOARD
=no
1270 DEFAULT_wxUSE_TOOLTIPS
=no
1271 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1272 DEFAULT_wxUSE_SPLINES
=no
1274 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1275 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1276 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1278 DEFAULT_wxUSE_PROLOGIO
=no
1279 DEFAULT_wxUSE_RESOURCES
=no
1280 DEFAULT_wxUSE_CONSTRAINTS
=no
1281 DEFAULT_wxUSE_IPC
=no
1282 DEFAULT_wxUSE_HELP
=no
1283 DEFAULT_wxUSE_WXTREE
=no
1284 DEFAULT_wxUSE_METAFILE
=no
1286 DEFAULT_wxUSE_COMMONDLGS
=no
1287 DEFAULT_wxUSE_DIRDLG
=no
1288 DEFAULT_wxUSE_TEXTDLG
=no
1289 DEFAULT_wxUSE_STARTUP_TIPS
=no
1290 DEFAULT_wxUSE_PROGRESSDLG
=no
1291 DEFAULT_wxUSE_MINIFRAME
=no
1292 DEFAULT_wxUSE_HTML
=no
1293 DEFAULT_wxUSE_FS_INET
=no
1294 DEFAULT_wxUSE_FS_ZIP
=no
1295 DEFAULT_wxUSE_BUSYINFO
=no
1296 DEFAULT_wxUSE_ZIPSTREAM
=no
1297 DEFAULT_wxUSE_VALIDATORS
=yes
1299 DEFAULT_wxUSE_ACCEL
=no
1300 DEFAULT_wxUSE_CARET
=no
1301 DEFAULT_wxUSE_BMPBUTTON
=no
1302 DEFAULT_wxUSE_CHECKBOX
=no
1303 DEFAULT_wxUSE_CHECKLST
=no
1304 DEFAULT_wxUSE_CHOICE
=yes
1305 DEFAULT_wxUSE_COMBOBOX
=no
1306 DEFAULT_wxUSE_GAUGE
=no
1307 DEFAULT_wxUSE_GRID
=no
1308 DEFAULT_wxUSE_NEW_GRID
=no
1309 DEFAULT_wxUSE_IMAGLIST
=no
1310 DEFAULT_wxUSE_LISTBOX
=no
1311 DEFAULT_wxUSE_LISTCTRL
=no
1312 DEFAULT_wxUSE_NOTEBOOK
=no
1313 DEFAULT_wxUSE_RADIOBOX
=no
1314 DEFAULT_wxUSE_RADIOBTN
=no
1315 DEFAULT_wxUSE_SASH
=no
1316 DEFAULT_wxUSE_SCROLLBAR
=no
1317 DEFAULT_wxUSE_SLIDER
=no
1318 DEFAULT_wxUSE_SPINBTN
=no
1319 DEFAULT_wxUSE_SPLITTER
=no
1320 DEFAULT_wxUSE_STATBMP
=no
1321 DEFAULT_wxUSE_STATBOX
=no
1322 DEFAULT_wxUSE_STATLINE
=no
1323 DEFAULT_wxUSE_STATUSBAR
=yes
1324 DEFAULT_wxUSE_TABDIALOG
=no
1325 DEFAULT_wxUSE_TOOLBAR
=no
1326 DEFAULT_wxUSE_TREECTRL
=no
1328 DEFAULT_wxUSE_UNICODE
=no
1329 DEFAULT_wxUSE_WCSRTOMBS
=no
1331 DEFAULT_wxUSE_GIF
=no
1332 DEFAULT_wxUSE_PCX
=no
1333 DEFAULT_wxUSE_PNM
=no
1335 DEFAULT_wxUSE_THREADS
=yes
1337 DEFAULT_wxUSE_SHARED
=yes
1338 DEFAULT_wxUSE_OPTIMISE
=yes
1339 DEFAULT_wxUSE_PROFILE
=no
1340 DEFAULT_wxUSE_NO_DEPS
=no
1341 DEFAULT_wxUSE_NO_RTTI
=no
1342 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1343 DEFAULT_wxUSE_PERMISSIVE
=no
1344 DEFAULT_wxUSE_DEBUG_FLAG
=no
1345 DEFAULT_wxUSE_DEBUG_INFO
=no
1346 DEFAULT_wxUSE_DEBUG_GDB
=no
1347 DEFAULT_wxUSE_MEM_TRACING
=no
1348 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1349 DEFAULT_wxUSE_DMALLOC
=no
1350 DEFAULT_wxUSE_APPLE_IEEE
=yes
1352 DEFAULT_wxUSE_LOG
=yes
1354 DEFAULT_wxUSE_GUI
=yes
1356 DEFAULT_wxUSE_ZLIB
=yes
1357 DEFAULT_wxUSE_LIBPNG
=yes
1358 DEFAULT_wxUSE_LIBJPEG
=yes
1359 DEFAULT_wxUSE_ODBC
=yes
1361 DEFAULT_wxUSE_STD_IOSTREAM
=no
1362 DEFAULT_wxUSE_FILE
=yes
1363 DEFAULT_wxUSE_TEXTFILE
=yes
1364 DEFAULT_wxUSE_TIMEDATE
=yes
1365 DEFAULT_wxUSE_WAVE
=no
1366 DEFAULT_wxUSE_INTL
=yes
1367 DEFAULT_wxUSE_CONFIG
=yes
1368 DEFAULT_wxUSE_STREAMS
=yes
1369 DEFAULT_wxUSE_SOCKETS
=yes
1370 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1371 DEFAULT_wxUSE_SERIAL
=yes
1372 DEFAULT_wxUSE_JOYSTICK
=yes
1373 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1374 DEFAULT_wxUSE_LONGLONG
=no
1376 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1377 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1378 DEFAULT_wxUSE_POSTSCRIPT
=yes
1380 DEFAULT_wxUSE_X_RESOURCES
=no
1381 DEFAULT_wxUSE_CLIPBOARD
=yes
1382 DEFAULT_wxUSE_TOOLTIPS
=yes
1383 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1384 DEFAULT_wxUSE_SPLINES
=yes
1386 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1387 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1388 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1390 DEFAULT_wxUSE_PROLOGIO
=yes
1391 DEFAULT_wxUSE_RESOURCES
=yes
1392 DEFAULT_wxUSE_CONSTRAINTS
=yes
1393 DEFAULT_wxUSE_IPC
=yes
1394 DEFAULT_wxUSE_HELP
=yes
1395 DEFAULT_wxUSE_WXTREE
=yes
1396 DEFAULT_wxUSE_METAFILE
=yes
1398 DEFAULT_wxUSE_COMMONDLGS
=yes
1399 DEFAULT_wxUSE_DIRDLG
=yes
1400 DEFAULT_wxUSE_TEXTDLG
=yes
1401 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1402 DEFAULT_wxUSE_PROGRESSDLG
=yes
1403 DEFAULT_wxUSE_MINIFRAME
=yes
1404 DEFAULT_wxUSE_HTML
=yes
1405 DEFAULT_wxUSE_FS_INET
=yes
1406 DEFAULT_wxUSE_FS_ZIP
=yes
1407 DEFAULT_wxUSE_BUSYINFO
=yes
1408 DEFAULT_wxUSE_ZIPSTREAM
=yes
1409 DEFAULT_wxUSE_VALIDATORS
=yes
1411 DEFAULT_wxUSE_ACCEL
=yes
1412 DEFAULT_wxUSE_CARET
=yes
1413 DEFAULT_wxUSE_BMPBUTTON
=yes
1414 DEFAULT_wxUSE_CHECKBOX
=yes
1415 DEFAULT_wxUSE_CHECKLST
=yes
1416 DEFAULT_wxUSE_CHOICE
=yes
1417 DEFAULT_wxUSE_COMBOBOX
=yes
1418 DEFAULT_wxUSE_GAUGE
=yes
1419 DEFAULT_wxUSE_GRID
=yes
1420 DEFAULT_wxUSE_NEW_GRID
=no
1421 DEFAULT_wxUSE_IMAGLIST
=yes
1422 DEFAULT_wxUSE_LISTBOX
=yes
1423 DEFAULT_wxUSE_LISTCTRL
=yes
1424 DEFAULT_wxUSE_NOTEBOOK
=yes
1425 DEFAULT_wxUSE_RADIOBOX
=yes
1426 DEFAULT_wxUSE_RADIOBTN
=yes
1427 DEFAULT_wxUSE_SASH
=yes
1428 DEFAULT_wxUSE_SCROLLBAR
=yes
1429 DEFAULT_wxUSE_SLIDER
=yes
1430 DEFAULT_wxUSE_SPINBTN
=yes
1431 DEFAULT_wxUSE_SPLITTER
=yes
1432 DEFAULT_wxUSE_STATBMP
=yes
1433 DEFAULT_wxUSE_STATBOX
=yes
1434 DEFAULT_wxUSE_STATLINE
=yes
1435 DEFAULT_wxUSE_STATUSBAR
=yes
1436 DEFAULT_wxUSE_TABDIALOG
=no
1437 DEFAULT_wxUSE_TOOLBAR
=yes
1438 DEFAULT_wxUSE_TREECTRL
=yes
1440 DEFAULT_wxUSE_UNICODE
=no
1441 DEFAULT_wxUSE_WCSRTOMBS
=no
1443 DEFAULT_wxUSE_GIF
=yes
1444 DEFAULT_wxUSE_PCX
=yes
1445 DEFAULT_wxUSE_PNM
=yes
1450 for toolkit
in `echo $ALL_TOOLKITS`; do
1451 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1452 if test "x$LINE" != x
; then
1453 has_toolkit_in_cache
=1
1454 eval "DEFAULT_$LINE"
1455 eval "CACHE_$toolkit=1"
1461 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
1462 echo "configure:1463: checking "for --enable-gui"" >&5
1464 # Check whether --enable-gui or --disable-gui was given.
1465 if test "${enable_gui+set}" = set; then
1466 enableval
="$enable_gui"
1468 if test "$enableval" = yes; then
1469 ac_cv_use_gui
='wxUSE_GUI=yes'
1471 ac_cv_use_gui
='wxUSE_GUI=no'
1476 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1477 if test "x$LINE" != x
; then
1478 eval "DEFAULT_$LINE"
1483 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1488 eval "$ac_cv_use_gui"
1489 if test "$no_cache" != 1; then
1490 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1493 if test "$wxUSE_GUI" = yes; then
1494 echo "$ac_t""yes" 1>&6
1496 echo "$ac_t""no" 1>&6
1500 if test "$wxUSE_GUI" = "no"; then
1501 DEFAULT_wxUSE_ZLIB
=no
1502 DEFAULT_wxUSE_LIBPNG
=no
1503 DEFAULT_wxUSE_LIBJPEG
=no
1504 DEFAULT_wxUSE_SOCKETS
=no
1505 DEFAULT_wxUSE_JOYSTICK
=no
1506 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1507 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1508 DEFAULT_wxUSE_POSTSCRIPT
=no
1509 DEFAULT_wxUSE_X_RESOURCES
=no
1510 DEFAULT_wxUSE_CLIPBOARD
=no
1511 DEFAULT_wxUSE_TOOLTIPS
=no
1512 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1513 DEFAULT_wxUSE_SPLINES
=no
1514 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1515 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1516 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1517 DEFAULT_wxUSE_PROLOGIO
=no
1518 DEFAULT_wxUSE_RESOURCES
=no
1519 DEFAULT_wxUSE_CONSTRAINTS
=no
1520 DEFAULT_wxUSE_IPC
=no
1521 DEFAULT_wxUSE_HELP
=no
1522 DEFAULT_wxUSE_WXTREE
=no
1523 DEFAULT_wxUSE_METAFILE
=no
1524 DEFAULT_wxUSE_COMMONDLGS
=no
1525 DEFAULT_wxUSE_DIRDLG
=no
1526 DEFAULT_wxUSE_TEXTDLG
=no
1527 DEFAULT_wxUSE_STARTUP_TIPS
=no
1528 DEFAULT_wxUSE_PROGRESSDLG
=no
1529 DEFAULT_wxUSE_MINIFRAME
=no
1530 DEFAULT_wxUSE_HTML
=no
1531 DEFAULT_wxUSE_FS_INET
=no
1532 DEFAULT_wxUSE_FS_ZIP
=no
1533 DEFAULT_wxUSE_BUSYINFO
=no
1534 DEFAULT_wxUSE_ZIPSTREAM
=no
1535 DEFAULT_wxUSE_VALIDATORS
=no
1536 DEFAULT_wxUSE_ACCEL
=no
1537 DEFAULT_wxUSE_CARET
=no
1538 DEFAULT_wxUSE_BMPBUTTON
=no
1539 DEFAULT_wxUSE_CHECKBOX
=no
1540 DEFAULT_wxUSE_CHECKLST
=no
1541 DEFAULT_wxUSE_CHOICE
=no
1542 DEFAULT_wxUSE_COMBOBOX
=no
1543 DEFAULT_wxUSE_GAUGE
=no
1544 DEFAULT_wxUSE_GRID
=no
1545 DEFAULT_wxUSE_NEW_GRID
=no
1546 DEFAULT_wxUSE_IMAGLIST
=no
1547 DEFAULT_wxUSE_LISTBOX
=no
1548 DEFAULT_wxUSE_LISTCTRL
=no
1549 DEFAULT_wxUSE_NOTEBOOK
=no
1550 DEFAULT_wxUSE_RADIOBOX
=no
1551 DEFAULT_wxUSE_RADIOBTN
=no
1552 DEFAULT_wxUSE_SASH
=no
1553 DEFAULT_wxUSE_SCROLLBAR
=no
1554 DEFAULT_wxUSE_SLIDER
=no
1555 DEFAULT_wxUSE_SPINBTN
=no
1556 DEFAULT_wxUSE_SPLITTER
=no
1557 DEFAULT_wxUSE_STATBMP
=no
1558 DEFAULT_wxUSE_STATBOX
=no
1559 DEFAULT_wxUSE_STATLINE
=no
1560 DEFAULT_wxUSE_STATUSBAR
=no
1561 DEFAULT_wxUSE_TABDIALOG
=no
1562 DEFAULT_wxUSE_TOOLBAR
=no
1563 DEFAULT_wxUSE_TREECTRL
=no
1564 DEFAULT_wxUSE_GIF
=no
1565 DEFAULT_wxUSE_PCX
=no
1566 DEFAULT_wxUSE_PNM
=no
1569 # Check whether --with-gtk or --without-gtk was given.
1570 if test "${with_gtk+set}" = set; then
1572 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1575 # Check whether --with-motif or --without-motif was given.
1576 if test "${with_motif+set}" = set; then
1577 withval
="$with_motif"
1578 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1581 # Check whether --with-wine or --without-wine was given.
1582 if test "${with_wine+set}" = set; then
1583 withval
="$with_wine"
1584 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1587 # Check whether --with-cygwin or --without-cygwin was given.
1588 if test "${with_cygwin+set}" = set; then
1589 withval
="$with_cygwin"
1590 wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1
1593 # Check whether --with-mingw or --without-mingw was given.
1594 if test "${with_mingw+set}" = set; then
1595 withval
="$with_mingw"
1596 wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1
1600 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1601 if test "${with_gtk_prefix+set}" = set; then
1602 withval
="$with_gtk_prefix"
1603 gtk_config_prefix
="$withval"
1605 gtk_config_prefix
=""
1608 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1609 if test "${with_gtk_exec_prefix+set}" = set; then
1610 withval
="$with_gtk_exec_prefix"
1611 gtk_config_exec_prefix
="$withval"
1613 gtk_config_exec_prefix
=""
1618 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
1619 echo "configure:1620: checking "for --with-dmalloc"" >&5
1621 # Check whether --with-dmalloc or --without-dmalloc was given.
1622 if test "${with_dmalloc+set}" = set; then
1623 withval
="$with_dmalloc"
1625 if test "$withval" = yes; then
1626 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
1628 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
1633 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1634 if test "x$LINE" != x
; then
1635 eval "DEFAULT_$LINE"
1640 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1645 eval "$ac_cv_use_dmalloc"
1646 if test "$no_cache" != 1; then
1647 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1650 if test "$wxUSE_DMALLOC" = yes; then
1651 echo "$ac_t""yes" 1>&6
1653 echo "$ac_t""no" 1>&6
1657 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
1658 echo "configure:1659: checking "for --with-zlib"" >&5
1660 # Check whether --with-zlib or --without-zlib was given.
1661 if test "${with_zlib+set}" = set; then
1662 withval
="$with_zlib"
1664 if test "$withval" = yes; then
1665 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
1667 ac_cv_use_zlib
='wxUSE_ZLIB=no'
1672 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1673 if test "x$LINE" != x
; then
1674 eval "DEFAULT_$LINE"
1679 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1684 eval "$ac_cv_use_zlib"
1685 if test "$no_cache" != 1; then
1686 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1689 if test "$wxUSE_ZLIB" = yes; then
1690 echo "$ac_t""yes" 1>&6
1692 echo "$ac_t""no" 1>&6
1696 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
1697 echo "configure:1698: checking "for --with-libpng"" >&5
1699 # Check whether --with-libpng or --without-libpng was given.
1700 if test "${with_libpng+set}" = set; then
1701 withval
="$with_libpng"
1703 if test "$withval" = yes; then
1704 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1706 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1711 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1712 if test "x$LINE" != x
; then
1713 eval "DEFAULT_$LINE"
1718 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1723 eval "$ac_cv_use_libpng"
1724 if test "$no_cache" != 1; then
1725 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1728 if test "$wxUSE_LIBPNG" = yes; then
1729 echo "$ac_t""yes" 1>&6
1731 echo "$ac_t""no" 1>&6
1735 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
1736 echo "configure:1737: checking "for --with-libjpeg"" >&5
1738 # Check whether --with-libjpeg or --without-libjpeg was given.
1739 if test "${with_libjpeg+set}" = set; then
1740 withval
="$with_libjpeg"
1742 if test "$withval" = yes; then
1743 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1745 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1750 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1751 if test "x$LINE" != x
; then
1752 eval "DEFAULT_$LINE"
1757 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1762 eval "$ac_cv_use_libjpeg"
1763 if test "$no_cache" != 1; then
1764 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1767 if test "$wxUSE_LIBJPEG" = yes; then
1768 echo "$ac_t""yes" 1>&6
1770 echo "$ac_t""no" 1>&6
1774 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
1775 echo "configure:1776: checking "for --with-opengl"" >&5
1777 # Check whether --with-opengl or --without-opengl was given.
1778 if test "${with_opengl+set}" = set; then
1779 withval
="$with_opengl"
1781 if test "$withval" = yes; then
1782 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
1784 ac_cv_use_opengl
='wxUSE_OPENGL=no'
1789 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1790 if test "x$LINE" != x
; then
1791 eval "DEFAULT_$LINE"
1796 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1801 eval "$ac_cv_use_opengl"
1802 if test "$no_cache" != 1; then
1803 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1806 if test "$wxUSE_OPENGL" = yes; then
1807 echo "$ac_t""yes" 1>&6
1809 echo "$ac_t""no" 1>&6
1813 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
1814 echo "configure:1815: checking "for --with-odbc"" >&5
1816 # Check whether --with-odbc or --without-odbc was given.
1817 if test "${with_odbc+set}" = set; then
1818 withval
="$with_odbc"
1820 if test "$withval" = yes; then
1821 ac_cv_use_odbc
='wxUSE_ODBC=yes'
1823 ac_cv_use_odbc
='wxUSE_ODBC=no'
1828 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1829 if test "x$LINE" != x
; then
1830 eval "DEFAULT_$LINE"
1835 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1840 eval "$ac_cv_use_odbc"
1841 if test "$no_cache" != 1; then
1842 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1845 if test "$wxUSE_ODBC" = yes; then
1846 echo "$ac_t""yes" 1>&6
1848 echo "$ac_t""no" 1>&6
1855 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
1856 echo "configure:1857: checking "for --enable-shared"" >&5
1858 # Check whether --enable-shared or --disable-shared was given.
1859 if test "${enable_shared+set}" = set; then
1860 enableval
="$enable_shared"
1862 if test "$enableval" = yes; then
1863 ac_cv_use_shared
='wxUSE_SHARED=yes'
1865 ac_cv_use_shared
='wxUSE_SHARED=no'
1870 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
1871 if test "x$LINE" != x
; then
1872 eval "DEFAULT_$LINE"
1877 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
1882 eval "$ac_cv_use_shared"
1883 if test "$no_cache" != 1; then
1884 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
1887 if test "$wxUSE_SHARED" = yes; then
1888 echo "$ac_t""yes" 1>&6
1890 echo "$ac_t""no" 1>&6
1894 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
1895 echo "configure:1896: checking "for --enable-optimise"" >&5
1897 # Check whether --enable-optimise or --disable-optimise was given.
1898 if test "${enable_optimise+set}" = set; then
1899 enableval
="$enable_optimise"
1901 if test "$enableval" = yes; then
1902 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
1904 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
1909 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
1910 if test "x$LINE" != x
; then
1911 eval "DEFAULT_$LINE"
1916 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
1921 eval "$ac_cv_use_optimise"
1922 if test "$no_cache" != 1; then
1923 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
1926 if test "$wxUSE_OPTIMISE" = yes; then
1927 echo "$ac_t""yes" 1>&6
1929 echo "$ac_t""no" 1>&6
1933 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
1934 echo "configure:1935: checking "for --enable-debug"" >&5
1936 # Check whether --enable-debug or --disable-debug was given.
1937 if test "${enable_debug+set}" = set; then
1938 enableval
="$enable_debug"
1940 if test "$enableval" = yes; then
1941 ac_cv_use_debug
='wxUSE_DEBUG=yes'
1943 ac_cv_use_debug
='wxUSE_DEBUG=no'
1948 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
1949 if test "x$LINE" != x
; then
1950 eval "DEFAULT_$LINE"
1955 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
1960 eval "$ac_cv_use_debug"
1961 if test "$no_cache" != 1; then
1962 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
1965 if test "$wxUSE_DEBUG" = yes; then
1966 echo "$ac_t""yes" 1>&6
1968 echo "$ac_t""no" 1>&6
1972 if test "$wxUSE_DEBUG" = "yes"; then
1973 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1974 DEFAULT_wxUSE_DEBUG_INFO
=yes
1975 elif test "$wxUSE_DEBUG" = "no"; then
1976 DEFAULT_wxUSE_DEBUG_FLAG
=no
1977 DEFAULT_wxUSE_DEBUG_INFO
=no
1981 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
1982 echo "configure:1983: checking "for --enable-debug_flag"" >&5
1984 # Check whether --enable-debug_flag or --disable-debug_flag was given.
1985 if test "${enable_debug_flag+set}" = set; then
1986 enableval
="$enable_debug_flag"
1988 if test "$enableval" = yes; then
1989 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
1991 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
1996 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
1997 if test "x$LINE" != x
; then
1998 eval "DEFAULT_$LINE"
2003 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2008 eval "$ac_cv_use_debug_flag"
2009 if test "$no_cache" != 1; then
2010 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2013 if test "$wxUSE_DEBUG_FLAG" = yes; then
2014 echo "$ac_t""yes" 1>&6
2016 echo "$ac_t""no" 1>&6
2020 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
2021 echo "configure:2022: checking "for --enable-debug_info"" >&5
2023 # Check whether --enable-debug_info or --disable-debug_info was given.
2024 if test "${enable_debug_info+set}" = set; then
2025 enableval
="$enable_debug_info"
2027 if test "$enableval" = yes; then
2028 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2030 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2035 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2036 if test "x$LINE" != x
; then
2037 eval "DEFAULT_$LINE"
2042 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2047 eval "$ac_cv_use_debug_info"
2048 if test "$no_cache" != 1; then
2049 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2052 if test "$wxUSE_DEBUG_INFO" = yes; then
2053 echo "$ac_t""yes" 1>&6
2055 echo "$ac_t""no" 1>&6
2059 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
2060 echo "configure:2061: checking "for --enable-debug_gdb"" >&5
2062 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2063 if test "${enable_debug_gdb+set}" = set; then
2064 enableval
="$enable_debug_gdb"
2066 if test "$enableval" = yes; then
2067 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2069 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2074 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2075 if test "x$LINE" != x
; then
2076 eval "DEFAULT_$LINE"
2081 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2086 eval "$ac_cv_use_debug_gdb"
2087 if test "$no_cache" != 1; then
2088 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2091 if test "$wxUSE_DEBUG_GDB" = yes; then
2092 echo "$ac_t""yes" 1>&6
2094 echo "$ac_t""no" 1>&6
2098 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
2099 echo "configure:2100: checking "for --enable-debug_cntxt"" >&5
2101 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2102 if test "${enable_debug_cntxt+set}" = set; then
2103 enableval
="$enable_debug_cntxt"
2105 if test "$enableval" = yes; then
2106 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2108 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2113 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2114 if test "x$LINE" != x
; then
2115 eval "DEFAULT_$LINE"
2120 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2125 eval "$ac_cv_use_debug_cntxt"
2126 if test "$no_cache" != 1; then
2127 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2130 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2131 echo "$ac_t""yes" 1>&6
2133 echo "$ac_t""no" 1>&6
2137 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
2138 echo "configure:2139: checking "for --enable-mem_tracing"" >&5
2140 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2141 if test "${enable_mem_tracing+set}" = set; then
2142 enableval
="$enable_mem_tracing"
2144 if test "$enableval" = yes; then
2145 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2147 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2152 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2153 if test "x$LINE" != x
; then
2154 eval "DEFAULT_$LINE"
2159 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2164 eval "$ac_cv_use_mem_tracing"
2165 if test "$no_cache" != 1; then
2166 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2169 if test "$wxUSE_MEM_TRACING" = yes; then
2170 echo "$ac_t""yes" 1>&6
2172 echo "$ac_t""no" 1>&6
2176 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
2177 echo "configure:2178: checking "for --enable-profile"" >&5
2179 # Check whether --enable-profile or --disable-profile was given.
2180 if test "${enable_profile+set}" = set; then
2181 enableval
="$enable_profile"
2183 if test "$enableval" = yes; then
2184 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2186 ac_cv_use_profile
='wxUSE_PROFILE=no'
2191 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2192 if test "x$LINE" != x
; then
2193 eval "DEFAULT_$LINE"
2198 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2203 eval "$ac_cv_use_profile"
2204 if test "$no_cache" != 1; then
2205 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2208 if test "$wxUSE_PROFILE" = yes; then
2209 echo "$ac_t""yes" 1>&6
2211 echo "$ac_t""no" 1>&6
2215 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
2216 echo "configure:2217: checking "for --enable-no_rtti"" >&5
2218 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2219 if test "${enable_no_rtti+set}" = set; then
2220 enableval
="$enable_no_rtti"
2222 if test "$enableval" = yes; then
2223 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2225 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2230 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2231 if test "x$LINE" != x
; then
2232 eval "DEFAULT_$LINE"
2237 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2242 eval "$ac_cv_use_no_rtti"
2243 if test "$no_cache" != 1; then
2244 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2247 if test "$wxUSE_NO_RTTI" = yes; then
2248 echo "$ac_t""yes" 1>&6
2250 echo "$ac_t""no" 1>&6
2254 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
2255 echo "configure:2256: checking "for --enable-no_exceptions"" >&5
2257 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2258 if test "${enable_no_exceptions+set}" = set; then
2259 enableval
="$enable_no_exceptions"
2261 if test "$enableval" = yes; then
2262 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2264 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2269 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2270 if test "x$LINE" != x
; then
2271 eval "DEFAULT_$LINE"
2276 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2281 eval "$ac_cv_use_no_exceptions"
2282 if test "$no_cache" != 1; then
2283 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2286 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2287 echo "$ac_t""yes" 1>&6
2289 echo "$ac_t""no" 1>&6
2293 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
2294 echo "configure:2295: checking "for --enable-permissive"" >&5
2296 # Check whether --enable-permissive or --disable-permissive was given.
2297 if test "${enable_permissive+set}" = set; then
2298 enableval
="$enable_permissive"
2300 if test "$enableval" = yes; then
2301 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2303 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2308 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2309 if test "x$LINE" != x
; then
2310 eval "DEFAULT_$LINE"
2315 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2320 eval "$ac_cv_use_permissive"
2321 if test "$no_cache" != 1; then
2322 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2325 if test "$wxUSE_PERMISSIVE" = yes; then
2326 echo "$ac_t""yes" 1>&6
2328 echo "$ac_t""no" 1>&6
2332 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
2333 echo "configure:2334: checking "for --enable-no_deps"" >&5
2335 # Check whether --enable-no_deps or --disable-no_deps was given.
2336 if test "${enable_no_deps+set}" = set; then
2337 enableval
="$enable_no_deps"
2339 if test "$enableval" = yes; then
2340 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2342 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2347 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2348 if test "x$LINE" != x
; then
2349 eval "DEFAULT_$LINE"
2354 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2359 eval "$ac_cv_use_no_deps"
2360 if test "$no_cache" != 1; then
2361 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2364 if test "$wxUSE_NO_DEPS" = yes; then
2365 echo "$ac_t""yes" 1>&6
2367 echo "$ac_t""no" 1>&6
2373 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
2374 echo "configure:2375: checking "for --enable-intl"" >&5
2376 # Check whether --enable-intl or --disable-intl was given.
2377 if test "${enable_intl+set}" = set; then
2378 enableval
="$enable_intl"
2380 if test "$enableval" = yes; then
2381 ac_cv_use_intl
='wxUSE_INTL=yes'
2383 ac_cv_use_intl
='wxUSE_INTL=no'
2388 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2389 if test "x$LINE" != x
; then
2390 eval "DEFAULT_$LINE"
2395 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2400 eval "$ac_cv_use_intl"
2401 if test "$no_cache" != 1; then
2402 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2405 if test "$wxUSE_INTL" = yes; then
2406 echo "$ac_t""yes" 1>&6
2408 echo "$ac_t""no" 1>&6
2412 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
2413 echo "configure:2414: checking "for --enable-config"" >&5
2415 # Check whether --enable-config or --disable-config was given.
2416 if test "${enable_config+set}" = set; then
2417 enableval
="$enable_config"
2419 if test "$enableval" = yes; then
2420 ac_cv_use_config
='wxUSE_CONFIG=yes'
2422 ac_cv_use_config
='wxUSE_CONFIG=no'
2427 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2428 if test "x$LINE" != x
; then
2429 eval "DEFAULT_$LINE"
2434 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2439 eval "$ac_cv_use_config"
2440 if test "$no_cache" != 1; then
2441 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2444 if test "$wxUSE_CONFIG" = yes; then
2445 echo "$ac_t""yes" 1>&6
2447 echo "$ac_t""no" 1>&6
2451 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
2452 echo "configure:2453: checking "for --enable-sockets"" >&5
2454 # Check whether --enable-sockets or --disable-sockets was given.
2455 if test "${enable_sockets+set}" = set; then
2456 enableval
="$enable_sockets"
2458 if test "$enableval" = yes; then
2459 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
2461 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
2466 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2467 if test "x$LINE" != x
; then
2468 eval "DEFAULT_$LINE"
2473 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2478 eval "$ac_cv_use_sockets"
2479 if test "$no_cache" != 1; then
2480 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2483 if test "$wxUSE_SOCKETS" = yes; then
2484 echo "$ac_t""yes" 1>&6
2486 echo "$ac_t""no" 1>&6
2490 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
2491 echo "configure:2492: checking "for --enable-dialupman"" >&5
2493 # Check whether --enable-dialupman or --disable-dialupman was given.
2494 if test "${enable_dialupman+set}" = set; then
2495 enableval
="$enable_dialupman"
2497 if test "$enableval" = yes; then
2498 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
2500 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
2505 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2506 if test "x$LINE" != x
; then
2507 eval "DEFAULT_$LINE"
2512 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2517 eval "$ac_cv_use_dialupman"
2518 if test "$no_cache" != 1; then
2519 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2522 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2523 echo "$ac_t""yes" 1>&6
2525 echo "$ac_t""no" 1>&6
2529 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
2530 echo "configure:2531: checking "for --enable-ipc"" >&5
2532 # Check whether --enable-ipc or --disable-ipc was given.
2533 if test "${enable_ipc+set}" = set; then
2534 enableval
="$enable_ipc"
2536 if test "$enableval" = yes; then
2537 ac_cv_use_ipc
='wxUSE_IPC=yes'
2539 ac_cv_use_ipc
='wxUSE_IPC=no'
2544 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2545 if test "x$LINE" != x
; then
2546 eval "DEFAULT_$LINE"
2551 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2556 eval "$ac_cv_use_ipc"
2557 if test "$no_cache" != 1; then
2558 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2561 if test "$wxUSE_IPC" = yes; then
2562 echo "$ac_t""yes" 1>&6
2564 echo "$ac_t""no" 1>&6
2568 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
2569 echo "configure:2570: checking "for --enable-apple_ieee"" >&5
2571 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2572 if test "${enable_apple_ieee+set}" = set; then
2573 enableval
="$enable_apple_ieee"
2575 if test "$enableval" = yes; then
2576 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
2578 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
2583 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2584 if test "x$LINE" != x
; then
2585 eval "DEFAULT_$LINE"
2590 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2595 eval "$ac_cv_use_apple_ieee"
2596 if test "$no_cache" != 1; then
2597 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2600 if test "$wxUSE_APPLE_IEEE" = yes; then
2601 echo "$ac_t""yes" 1>&6
2603 echo "$ac_t""no" 1>&6
2607 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
2608 echo "configure:2609: checking "for --enable-timedate"" >&5
2610 # Check whether --enable-timedate or --disable-timedate was given.
2611 if test "${enable_timedate+set}" = set; then
2612 enableval
="$enable_timedate"
2614 if test "$enableval" = yes; then
2615 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
2617 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
2622 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2623 if test "x$LINE" != x
; then
2624 eval "DEFAULT_$LINE"
2629 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2634 eval "$ac_cv_use_timedate"
2635 if test "$no_cache" != 1; then
2636 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2639 if test "$wxUSE_TIMEDATE" = yes; then
2640 echo "$ac_t""yes" 1>&6
2642 echo "$ac_t""no" 1>&6
2646 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
2647 echo "configure:2648: checking "for --enable-wave"" >&5
2649 # Check whether --enable-wave or --disable-wave was given.
2650 if test "${enable_wave+set}" = set; then
2651 enableval
="$enable_wave"
2653 if test "$enableval" = yes; then
2654 ac_cv_use_wave
='wxUSE_WAVE=yes'
2656 ac_cv_use_wave
='wxUSE_WAVE=no'
2661 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2662 if test "x$LINE" != x
; then
2663 eval "DEFAULT_$LINE"
2668 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2673 eval "$ac_cv_use_wave"
2674 if test "$no_cache" != 1; then
2675 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2678 if test "$wxUSE_WAVE" = yes; then
2679 echo "$ac_t""yes" 1>&6
2681 echo "$ac_t""no" 1>&6
2685 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
2686 echo "configure:2687: checking "for --enable-fraction"" >&5
2688 # Check whether --enable-fraction or --disable-fraction was given.
2689 if test "${enable_fraction+set}" = set; then
2690 enableval
="$enable_fraction"
2692 if test "$enableval" = yes; then
2693 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
2695 ac_cv_use_fraction
='wxUSE_FRACTION=no'
2700 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2701 if test "x$LINE" != x
; then
2702 eval "DEFAULT_$LINE"
2707 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2712 eval "$ac_cv_use_fraction"
2713 if test "$no_cache" != 1; then
2714 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2717 if test "$wxUSE_FRACTION" = yes; then
2718 echo "$ac_t""yes" 1>&6
2720 echo "$ac_t""no" 1>&6
2724 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
2725 echo "configure:2726: checking "for --enable-dynlib"" >&5
2727 # Check whether --enable-dynlib or --disable-dynlib was given.
2728 if test "${enable_dynlib+set}" = set; then
2729 enableval
="$enable_dynlib"
2731 if test "$enableval" = yes; then
2732 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
2734 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
2739 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2740 if test "x$LINE" != x
; then
2741 eval "DEFAULT_$LINE"
2746 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2751 eval "$ac_cv_use_dynlib"
2752 if test "$no_cache" != 1; then
2753 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2756 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2757 echo "$ac_t""yes" 1>&6
2759 echo "$ac_t""no" 1>&6
2763 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
2764 echo "configure:2765: checking "for --enable-longlong"" >&5
2766 # Check whether --enable-longlong or --disable-longlong was given.
2767 if test "${enable_longlong+set}" = set; then
2768 enableval
="$enable_longlong"
2770 if test "$enableval" = yes; then
2771 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
2773 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
2778 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2779 if test "x$LINE" != x
; then
2780 eval "DEFAULT_$LINE"
2785 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2790 eval "$ac_cv_use_longlong"
2791 if test "$no_cache" != 1; then
2792 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2795 if test "$wxUSE_LONGLONG" = yes; then
2796 echo "$ac_t""yes" 1>&6
2798 echo "$ac_t""no" 1>&6
2802 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
2803 echo "configure:2804: checking "for --enable-log"" >&5
2805 # Check whether --enable-log or --disable-log was given.
2806 if test "${enable_log+set}" = set; then
2807 enableval
="$enable_log"
2809 if test "$enableval" = yes; then
2810 ac_cv_use_log
='wxUSE_LOG=yes'
2812 ac_cv_use_log
='wxUSE_LOG=no'
2817 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
2818 if test "x$LINE" != x
; then
2819 eval "DEFAULT_$LINE"
2824 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
2829 eval "$ac_cv_use_log"
2830 if test "$no_cache" != 1; then
2831 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
2834 if test "$wxUSE_LOG" = yes; then
2835 echo "$ac_t""yes" 1>&6
2837 echo "$ac_t""no" 1>&6
2841 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
2842 echo "configure:2843: checking "for --enable-streams"" >&5
2844 # Check whether --enable-streams or --disable-streams was given.
2845 if test "${enable_streams+set}" = set; then
2846 enableval
="$enable_streams"
2848 if test "$enableval" = yes; then
2849 ac_cv_use_streams
='wxUSE_STREAMS=yes'
2851 ac_cv_use_streams
='wxUSE_STREAMS=no'
2856 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
2857 if test "x$LINE" != x
; then
2858 eval "DEFAULT_$LINE"
2863 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
2868 eval "$ac_cv_use_streams"
2869 if test "$no_cache" != 1; then
2870 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
2873 if test "$wxUSE_STREAMS" = yes; then
2874 echo "$ac_t""yes" 1>&6
2876 echo "$ac_t""no" 1>&6
2880 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
2881 echo "configure:2882: checking "for --enable-file"" >&5
2883 # Check whether --enable-file or --disable-file was given.
2884 if test "${enable_file+set}" = set; then
2885 enableval
="$enable_file"
2887 if test "$enableval" = yes; then
2888 ac_cv_use_file
='wxUSE_FILE=yes'
2890 ac_cv_use_file
='wxUSE_FILE=no'
2895 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
2896 if test "x$LINE" != x
; then
2897 eval "DEFAULT_$LINE"
2902 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
2907 eval "$ac_cv_use_file"
2908 if test "$no_cache" != 1; then
2909 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
2912 if test "$wxUSE_FILE" = yes; then
2913 echo "$ac_t""yes" 1>&6
2915 echo "$ac_t""no" 1>&6
2919 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
2920 echo "configure:2921: checking "for --enable-textfile"" >&5
2922 # Check whether --enable-textfile or --disable-textfile was given.
2923 if test "${enable_textfile+set}" = set; then
2924 enableval
="$enable_textfile"
2926 if test "$enableval" = yes; then
2927 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
2929 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
2934 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
2935 if test "x$LINE" != x
; then
2936 eval "DEFAULT_$LINE"
2941 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
2946 eval "$ac_cv_use_textfile"
2947 if test "$no_cache" != 1; then
2948 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
2951 if test "$wxUSE_TEXTFILE" = yes; then
2952 echo "$ac_t""yes" 1>&6
2954 echo "$ac_t""no" 1>&6
2958 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
2959 echo "configure:2960: checking "for --enable-unicode"" >&5
2961 # Check whether --enable-unicode or --disable-unicode was given.
2962 if test "${enable_unicode+set}" = set; then
2963 enableval
="$enable_unicode"
2965 if test "$enableval" = yes; then
2966 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
2968 ac_cv_use_unicode
='wxUSE_UNICODE=no'
2973 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
2974 if test "x$LINE" != x
; then
2975 eval "DEFAULT_$LINE"
2980 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
2985 eval "$ac_cv_use_unicode"
2986 if test "$no_cache" != 1; then
2987 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
2990 if test "$wxUSE_UNICODE" = yes; then
2991 echo "$ac_t""yes" 1>&6
2993 echo "$ac_t""no" 1>&6
2997 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
2998 echo "configure:2999: checking "for --enable-wcsrtombs"" >&5
3000 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3001 if test "${enable_wcsrtombs+set}" = set; then
3002 enableval
="$enable_wcsrtombs"
3004 if test "$enableval" = yes; then
3005 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=yes'
3007 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=no'
3012 LINE
=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3013 if test "x$LINE" != x
; then
3014 eval "DEFAULT_$LINE"
3019 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3024 eval "$ac_cv_use_wcsrtombs"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3029 if test "$wxUSE_WCSRTOMBS" = yes; then
3030 echo "$ac_t""yes" 1>&6
3032 echo "$ac_t""no" 1>&6
3036 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
3037 echo "configure:3038: checking "for --enable-wxprintfv"" >&5
3039 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3040 if test "${enable_wxprintfv+set}" = set; then
3041 enableval
="$enable_wxprintfv"
3043 if test "$enableval" = yes; then
3044 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3046 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3051 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3052 if test "x$LINE" != x
; then
3053 eval "DEFAULT_$LINE"
3058 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3063 eval "$ac_cv_use_wxprintfv"
3064 if test "$no_cache" != 1; then
3065 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3068 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3069 echo "$ac_t""yes" 1>&6
3071 echo "$ac_t""no" 1>&6
3075 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
3076 echo "configure:3077: checking "for --enable-joystick"" >&5
3078 # Check whether --enable-joystick or --disable-joystick was given.
3079 if test "${enable_joystick+set}" = set; then
3080 enableval
="$enable_joystick"
3082 if test "$enableval" = yes; then
3083 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
3085 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
3090 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
3091 if test "x$LINE" != x
; then
3092 eval "DEFAULT_$LINE"
3097 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
3102 eval "$ac_cv_use_joystick"
3103 if test "$no_cache" != 1; then
3104 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
3107 if test "$wxUSE_JOYSTICK" = yes; then
3108 echo "$ac_t""yes" 1>&6
3110 echo "$ac_t""no" 1>&6
3114 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
3115 echo "configure:3116: checking "for --enable-std_iostreams"" >&5
3117 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3118 if test "${enable_std_iostreams+set}" = set; then
3119 enableval
="$enable_std_iostreams"
3121 if test "$enableval" = yes; then
3122 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3124 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3129 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3130 if test "x$LINE" != x
; then
3131 eval "DEFAULT_$LINE"
3136 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3141 eval "$ac_cv_use_std_iostreams"
3142 if test "$no_cache" != 1; then
3143 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3146 if test "$wxUSE_STD_IOSTREAM" = yes; then
3147 echo "$ac_t""yes" 1>&6
3149 echo "$ac_t""no" 1>&6
3153 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
3154 echo "configure:3155: checking "for --enable-fs_inet"" >&5
3156 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3157 if test "${enable_fs_inet+set}" = set; then
3158 enableval
="$enable_fs_inet"
3160 if test "$enableval" = yes; then
3161 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3163 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3168 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3169 if test "x$LINE" != x
; then
3170 eval "DEFAULT_$LINE"
3175 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3180 eval "$ac_cv_use_fs_inet"
3181 if test "$no_cache" != 1; then
3182 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3185 if test "$wxUSE_FS_INET" = yes; then
3186 echo "$ac_t""yes" 1>&6
3188 echo "$ac_t""no" 1>&6
3192 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
3193 echo "configure:3194: checking "for --enable-fs_zip"" >&5
3195 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3196 if test "${enable_fs_zip+set}" = set; then
3197 enableval
="$enable_fs_zip"
3199 if test "$enableval" = yes; then
3200 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
3202 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
3207 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3208 if test "x$LINE" != x
; then
3209 eval "DEFAULT_$LINE"
3214 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3219 eval "$ac_cv_use_fs_zip"
3220 if test "$no_cache" != 1; then
3221 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3224 if test "$wxUSE_FS_ZIP" = yes; then
3225 echo "$ac_t""yes" 1>&6
3227 echo "$ac_t""no" 1>&6
3231 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
3232 echo "configure:3233: checking "for --enable-zipstream"" >&5
3234 # Check whether --enable-zipstream or --disable-zipstream was given.
3235 if test "${enable_zipstream+set}" = set; then
3236 enableval
="$enable_zipstream"
3238 if test "$enableval" = yes; then
3239 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
3241 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
3246 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3247 if test "x$LINE" != x
; then
3248 eval "DEFAULT_$LINE"
3253 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3258 eval "$ac_cv_use_zipstream"
3259 if test "$no_cache" != 1; then
3260 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3263 if test "$wxUSE_ZIPSTREAM" = yes; then
3264 echo "$ac_t""yes" 1>&6
3266 echo "$ac_t""no" 1>&6
3272 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
3273 echo "configure:3274: checking "for --enable-threads"" >&5
3275 # Check whether --enable-threads or --disable-threads was given.
3276 if test "${enable_threads+set}" = set; then
3277 enableval
="$enable_threads"
3279 if test "$enableval" = yes; then
3280 ac_cv_use_threads
='wxUSE_THREADS=yes'
3282 ac_cv_use_threads
='wxUSE_THREADS=no'
3287 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3288 if test "x$LINE" != x
; then
3289 eval "DEFAULT_$LINE"
3294 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3299 eval "$ac_cv_use_threads"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3304 if test "$wxUSE_THREADS" = yes; then
3305 echo "$ac_t""yes" 1>&6
3307 echo "$ac_t""no" 1>&6
3311 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
3312 echo "configure:3313: checking "for --enable-serial"" >&5
3314 # Check whether --enable-serial or --disable-serial was given.
3315 if test "${enable_serial+set}" = set; then
3316 enableval
="$enable_serial"
3318 if test "$enableval" = yes; then
3319 ac_cv_use_serial
='wxUSE_SERIAL=yes'
3321 ac_cv_use_serial
='wxUSE_SERIAL=no'
3326 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3327 if test "x$LINE" != x
; then
3328 eval "DEFAULT_$LINE"
3333 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3338 eval "$ac_cv_use_serial"
3339 if test "$no_cache" != 1; then
3340 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3343 if test "$wxUSE_SERIAL" = yes; then
3344 echo "$ac_t""yes" 1>&6
3346 echo "$ac_t""no" 1>&6
3352 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
3353 echo "configure:3354: checking "for --enable-docview"" >&5
3355 # Check whether --enable-docview or --disable-docview was given.
3356 if test "${enable_docview+set}" = set; then
3357 enableval
="$enable_docview"
3359 if test "$enableval" = yes; then
3360 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3362 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3367 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3368 if test "x$LINE" != x
; then
3369 eval "DEFAULT_$LINE"
3374 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3379 eval "$ac_cv_use_docview"
3380 if test "$no_cache" != 1; then
3381 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3384 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3385 echo "$ac_t""yes" 1>&6
3387 echo "$ac_t""no" 1>&6
3391 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
3392 echo "configure:3393: checking "for --enable-help"" >&5
3394 # Check whether --enable-help or --disable-help was given.
3395 if test "${enable_help+set}" = set; then
3396 enableval
="$enable_help"
3398 if test "$enableval" = yes; then
3399 ac_cv_use_help
='wxUSE_HELP=yes'
3401 ac_cv_use_help
='wxUSE_HELP=no'
3406 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x
; then
3408 eval "DEFAULT_$LINE"
3413 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3418 eval "$ac_cv_use_help"
3419 if test "$no_cache" != 1; then
3420 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3423 if test "$wxUSE_HELP" = yes; then
3424 echo "$ac_t""yes" 1>&6
3426 echo "$ac_t""no" 1>&6
3430 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
3431 echo "configure:3432: checking "for --enable-constraints"" >&5
3433 # Check whether --enable-constraints or --disable-constraints was given.
3434 if test "${enable_constraints+set}" = set; then
3435 enableval
="$enable_constraints"
3437 if test "$enableval" = yes; then
3438 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
3440 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
3445 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3446 if test "x$LINE" != x
; then
3447 eval "DEFAULT_$LINE"
3452 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3457 eval "$ac_cv_use_constraints"
3458 if test "$no_cache" != 1; then
3459 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3462 if test "$wxUSE_CONSTRAINTS" = yes; then
3463 echo "$ac_t""yes" 1>&6
3465 echo "$ac_t""no" 1>&6
3469 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
3470 echo "configure:3471: checking "for --enable-printarch"" >&5
3472 # Check whether --enable-printarch or --disable-printarch was given.
3473 if test "${enable_printarch+set}" = set; then
3474 enableval
="$enable_printarch"
3476 if test "$enableval" = yes; then
3477 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
3479 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
3484 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3485 if test "x$LINE" != x
; then
3486 eval "DEFAULT_$LINE"
3491 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3496 eval "$ac_cv_use_printarch"
3497 if test "$no_cache" != 1; then
3498 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3501 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3502 echo "$ac_t""yes" 1>&6
3504 echo "$ac_t""no" 1>&6
3508 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
3509 echo "configure:3510: checking "for --enable-mdi"" >&5
3511 # Check whether --enable-mdi or --disable-mdi was given.
3512 if test "${enable_mdi+set}" = set; then
3513 enableval
="$enable_mdi"
3515 if test "$enableval" = yes; then
3516 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
3518 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
3523 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3524 if test "x$LINE" != x
; then
3525 eval "DEFAULT_$LINE"
3530 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3535 eval "$ac_cv_use_mdi"
3536 if test "$no_cache" != 1; then
3537 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3540 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3541 echo "$ac_t""yes" 1>&6
3543 echo "$ac_t""no" 1>&6
3548 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
3549 echo "configure:3550: checking "for --enable-postscript"" >&5
3551 # Check whether --enable-postscript or --disable-postscript was given.
3552 if test "${enable_postscript+set}" = set; then
3553 enableval
="$enable_postscript"
3555 if test "$enableval" = yes; then
3556 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
3558 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
3563 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3564 if test "x$LINE" != x
; then
3565 eval "DEFAULT_$LINE"
3570 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3575 eval "$ac_cv_use_postscript"
3576 if test "$no_cache" != 1; then
3577 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3580 if test "$wxUSE_POSTSCRIPT" = yes; then
3581 echo "$ac_t""yes" 1>&6
3583 echo "$ac_t""no" 1>&6
3589 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
3590 echo "configure:3591: checking "for --enable-prologio"" >&5
3592 # Check whether --enable-prologio or --disable-prologio was given.
3593 if test "${enable_prologio+set}" = set; then
3594 enableval
="$enable_prologio"
3596 if test "$enableval" = yes; then
3597 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
3599 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
3604 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3605 if test "x$LINE" != x
; then
3606 eval "DEFAULT_$LINE"
3611 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3616 eval "$ac_cv_use_prologio"
3617 if test "$no_cache" != 1; then
3618 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3621 if test "$wxUSE_PROLOGIO" = yes; then
3622 echo "$ac_t""yes" 1>&6
3624 echo "$ac_t""no" 1>&6
3628 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
3629 echo "configure:3630: checking "for --enable-resources"" >&5
3631 # Check whether --enable-resources or --disable-resources was given.
3632 if test "${enable_resources+set}" = set; then
3633 enableval
="$enable_resources"
3635 if test "$enableval" = yes; then
3636 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
3638 ac_cv_use_resources
='wxUSE_RESOURCES=no'
3643 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3644 if test "x$LINE" != x
; then
3645 eval "DEFAULT_$LINE"
3650 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3655 eval "$ac_cv_use_resources"
3656 if test "$no_cache" != 1; then
3657 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3660 if test "$wxUSE_RESOURCES" = yes; then
3661 echo "$ac_t""yes" 1>&6
3663 echo "$ac_t""no" 1>&6
3668 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
3669 echo "configure:3670: checking "for --enable-xresources"" >&5
3671 # Check whether --enable-xresources or --disable-xresources was given.
3672 if test "${enable_xresources+set}" = set; then
3673 enableval
="$enable_xresources"
3675 if test "$enableval" = yes; then
3676 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
3678 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
3683 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3684 if test "x$LINE" != x
; then
3685 eval "DEFAULT_$LINE"
3690 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3695 eval "$ac_cv_use_xresources"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3700 if test "$wxUSE_X_RESOURCES" = yes; then
3701 echo "$ac_t""yes" 1>&6
3703 echo "$ac_t""no" 1>&6
3709 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
3710 echo "configure:3711: checking "for --enable-clipboard"" >&5
3712 # Check whether --enable-clipboard or --disable-clipboard was given.
3713 if test "${enable_clipboard+set}" = set; then
3714 enableval
="$enable_clipboard"
3716 if test "$enableval" = yes; then
3717 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
3719 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
3724 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
3725 if test "x$LINE" != x
; then
3726 eval "DEFAULT_$LINE"
3731 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
3736 eval "$ac_cv_use_clipboard"
3737 if test "$no_cache" != 1; then
3738 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
3741 if test "$wxUSE_CLIPBOARD" = yes; then
3742 echo "$ac_t""yes" 1>&6
3744 echo "$ac_t""no" 1>&6
3748 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
3749 echo "configure:3750: checking "for --enable-dnd"" >&5
3751 # Check whether --enable-dnd or --disable-dnd was given.
3752 if test "${enable_dnd+set}" = set; then
3753 enableval
="$enable_dnd"
3755 if test "$enableval" = yes; then
3756 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
3758 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
3763 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
3764 if test "x$LINE" != x
; then
3765 eval "DEFAULT_$LINE"
3770 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
3775 eval "$ac_cv_use_dnd"
3776 if test "$no_cache" != 1; then
3777 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
3780 if test "$wxUSE_DRAG_AND_DROP" = yes; then
3781 echo "$ac_t""yes" 1>&6
3783 echo "$ac_t""no" 1>&6
3788 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
3789 echo "configure:3790: checking "for --enable-wxtree"" >&5
3791 # Check whether --enable-wxtree or --disable-wxtree was given.
3792 if test "${enable_wxtree+set}" = set; then
3793 enableval
="$enable_wxtree"
3795 if test "$enableval" = yes; then
3796 ac_cv_use_wxtree
='wxUSE_WXTREE=yes'
3798 ac_cv_use_wxtree
='wxUSE_WXTREE=no'
3803 LINE
=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
3804 if test "x$LINE" != x
; then
3805 eval "DEFAULT_$LINE"
3810 ac_cv_use_wxtree
='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
3815 eval "$ac_cv_use_wxtree"
3816 if test "$no_cache" != 1; then
3817 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
3820 if test "$wxUSE_WXTREE" = yes; then
3821 echo "$ac_t""yes" 1>&6
3823 echo "$ac_t""no" 1>&6
3829 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
3830 echo "configure:3831: checking "for --enable-controls"" >&5
3832 # Check whether --enable-controls or --disable-controls was given.
3833 if test "${enable_controls+set}" = set; then
3834 enableval
="$enable_controls"
3836 if test "$enableval" = yes; then
3837 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
3839 ac_cv_use_controls
='wxUSE_CONTROLS=no'
3844 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
3845 if test "x$LINE" != x
; then
3846 eval "DEFAULT_$LINE"
3851 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
3856 eval "$ac_cv_use_controls"
3857 if test "$no_cache" != 1; then
3858 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
3861 if test "$wxUSE_CONTROLS" = yes; then
3862 echo "$ac_t""yes" 1>&6
3864 echo "$ac_t""no" 1>&6
3868 if test "$wxUSE_CONTROLS" = "yes"; then
3869 DEFAULT_wxUSE_ACCEL
=yes
3870 DEFAULT_wxUSE_CARET
=yes
3871 DEFAULT_wxUSE_COMBOBOX
=yes
3872 DEFAULT_wxUSE_BMPBUTTON
=yes
3873 DEFAULT_wxUSE_CHECKBOX
=yes
3874 DEFAULT_wxUSE_CHECKLISTBOX
=yes
3875 DEFAULT_wxUSE_CHOICE
=yes
3876 DEFAULT_wxUSE_GAUGE
=yes
3877 DEFAULT_wxUSE_GRID
=yes
3878 DEFAULT_wxUSE_NEW_GRID
=no
3879 DEFAULT_wxUSE_IMAGLIST
=yes
3880 DEFAULT_wxUSE_LISTBOX
=yes
3881 DEFAULT_wxUSE_LISTCTRL
=yes
3882 DEFAULT_wxUSE_NOTEBOOK
=yes
3883 DEFAULT_wxUSE_RADIOBOX
=yes
3884 DEFAULT_wxUSE_RADIOBTN
=yes
3885 DEFAULT_wxUSE_SASH
=yes
3886 DEFAULT_wxUSE_SCROLLBAR
=yes
3887 DEFAULT_wxUSE_SLIDER
=yes
3888 DEFAULT_wxUSE_SPINBTN
=yes
3889 DEFAULT_wxUSE_SPLITTER
=yes
3890 DEFAULT_wxUSE_STATBMP
=yes
3891 DEFAULT_wxUSE_STATBOX
=yes
3892 DEFAULT_wxUSE_STATLINE
=yes
3893 DEFAULT_wxUSE_STATUSBAR
=yes
3894 DEFAULT_wxUSE_TAB_DIALOG
=yes
3895 DEFAULT_wxUSE_TOOLBAR
=yes
3896 DEFAULT_wxUSE_TOOLTIPS
=yes
3897 DEFAULT_wxUSE_TREECTRL
=yes
3898 elif test "$wxUSE_CONTROLS" = "no"; then
3899 DEFAULT_wxUSE_ACCEL
=no
3900 DEFAULT_wxUSE_CARET
=no
3901 DEFAULT_wxUSE_COMBOBOX
=no
3902 DEFAULT_wxUSE_BMPBUTTON
=no
3903 DEFAULT_wxUSE_CHECKBOX
=no
3904 DEFAULT_wxUSE_CHECKLISTBOX
=no
3905 DEFAULT_wxUSE_CHOICE
=no
3906 DEFAULT_wxUSE_GAUGE
=no
3907 DEFAULT_wxUSE_GRID
=no
3908 DEFAULT_wxUSE_NEW_GRID
=no
3909 DEFAULT_wxUSE_IMAGLIST
=no
3910 DEFAULT_wxUSE_LISTBOX
=no
3911 DEFAULT_wxUSE_LISTCTRL
=no
3912 DEFAULT_wxUSE_NOTEBOOK
=no
3913 DEFAULT_wxUSE_RADIOBOX
=no
3914 DEFAULT_wxUSE_RADIOBTN
=no
3915 DEFAULT_wxUSE_SASH
=no
3916 DEFAULT_wxUSE_SCROLLBAR
=no
3917 DEFAULT_wxUSE_SLIDER
=no
3918 DEFAULT_wxUSE_SPINBTN
=no
3919 DEFAULT_wxUSE_SPLITTER
=no
3920 DEFAULT_wxUSE_STATBMP
=no
3921 DEFAULT_wxUSE_STATBOX
=no
3922 DEFAULT_wxUSE_STATLINE
=no
3923 DEFAULT_wxUSE_STATUSBAR
=no
3924 DEFAULT_wxUSE_TAB_DIALOG
=no
3925 DEFAULT_wxUSE_TOOLBAR
=no
3926 DEFAULT_wxUSE_TOOLTIPS
=no
3927 DEFAULT_wxUSE_TREECTRL
=no
3931 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
3932 echo "configure:3933: checking "for --enable-accel"" >&5
3934 # Check whether --enable-accel or --disable-accel was given.
3935 if test "${enable_accel+set}" = set; then
3936 enableval
="$enable_accel"
3938 if test "$enableval" = yes; then
3939 ac_cv_use_accel
='wxUSE_ACCEL=yes'
3941 ac_cv_use_accel
='wxUSE_ACCEL=no'
3946 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
3947 if test "x$LINE" != x
; then
3948 eval "DEFAULT_$LINE"
3953 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
3958 eval "$ac_cv_use_accel"
3959 if test "$no_cache" != 1; then
3960 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
3963 if test "$wxUSE_ACCEL" = yes; then
3964 echo "$ac_t""yes" 1>&6
3966 echo "$ac_t""no" 1>&6
3970 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
3971 echo "configure:3972: checking "for --enable-caret"" >&5
3973 # Check whether --enable-caret or --disable-caret was given.
3974 if test "${enable_caret+set}" = set; then
3975 enableval
="$enable_caret"
3977 if test "$enableval" = yes; then
3978 ac_cv_use_caret
='wxUSE_CARET=yes'
3980 ac_cv_use_caret
='wxUSE_CARET=no'
3985 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
3986 if test "x$LINE" != x
; then
3987 eval "DEFAULT_$LINE"
3992 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
3997 eval "$ac_cv_use_caret"
3998 if test "$no_cache" != 1; then
3999 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4002 if test "$wxUSE_CARET" = yes; then
4003 echo "$ac_t""yes" 1>&6
4005 echo "$ac_t""no" 1>&6
4009 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
4010 echo "configure:4011: checking "for --enable-bmpbutton"" >&5
4012 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4013 if test "${enable_bmpbutton+set}" = set; then
4014 enableval
="$enable_bmpbutton"
4016 if test "$enableval" = yes; then
4017 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
4019 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
4024 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4025 if test "x$LINE" != x
; then
4026 eval "DEFAULT_$LINE"
4031 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4036 eval "$ac_cv_use_bmpbutton"
4037 if test "$no_cache" != 1; then
4038 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4041 if test "$wxUSE_BMPBUTTON" = yes; then
4042 echo "$ac_t""yes" 1>&6
4044 echo "$ac_t""no" 1>&6
4048 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
4049 echo "configure:4050: checking "for --enable-checkbox"" >&5
4051 # Check whether --enable-checkbox or --disable-checkbox was given.
4052 if test "${enable_checkbox+set}" = set; then
4053 enableval
="$enable_checkbox"
4055 if test "$enableval" = yes; then
4056 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
4058 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
4063 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4064 if test "x$LINE" != x
; then
4065 eval "DEFAULT_$LINE"
4070 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4075 eval "$ac_cv_use_checkbox"
4076 if test "$no_cache" != 1; then
4077 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4080 if test "$wxUSE_CHECKBOX" = yes; then
4081 echo "$ac_t""yes" 1>&6
4083 echo "$ac_t""no" 1>&6
4087 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
4088 echo "configure:4089: checking "for --enable-checklst"" >&5
4090 # Check whether --enable-checklst or --disable-checklst was given.
4091 if test "${enable_checklst+set}" = set; then
4092 enableval
="$enable_checklst"
4094 if test "$enableval" = yes; then
4095 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
4097 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
4102 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4103 if test "x$LINE" != x
; then
4104 eval "DEFAULT_$LINE"
4109 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4114 eval "$ac_cv_use_checklst"
4115 if test "$no_cache" != 1; then
4116 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4119 if test "$wxUSE_CHECKLST" = yes; then
4120 echo "$ac_t""yes" 1>&6
4122 echo "$ac_t""no" 1>&6
4126 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
4127 echo "configure:4128: checking "for --enable-choice"" >&5
4129 # Check whether --enable-choice or --disable-choice was given.
4130 if test "${enable_choice+set}" = set; then
4131 enableval
="$enable_choice"
4133 if test "$enableval" = yes; then
4134 ac_cv_use_choice
='wxUSE_CHOICE=yes'
4136 ac_cv_use_choice
='wxUSE_CHOICE=no'
4141 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4142 if test "x$LINE" != x
; then
4143 eval "DEFAULT_$LINE"
4148 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4153 eval "$ac_cv_use_choice"
4154 if test "$no_cache" != 1; then
4155 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4158 if test "$wxUSE_CHOICE" = yes; then
4159 echo "$ac_t""yes" 1>&6
4161 echo "$ac_t""no" 1>&6
4165 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
4166 echo "configure:4167: checking "for --enable-combobox"" >&5
4168 # Check whether --enable-combobox or --disable-combobox was given.
4169 if test "${enable_combobox+set}" = set; then
4170 enableval
="$enable_combobox"
4172 if test "$enableval" = yes; then
4173 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
4175 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
4180 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4181 if test "x$LINE" != x
; then
4182 eval "DEFAULT_$LINE"
4187 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4192 eval "$ac_cv_use_combobox"
4193 if test "$no_cache" != 1; then
4194 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4197 if test "$wxUSE_COMBOBOX" = yes; then
4198 echo "$ac_t""yes" 1>&6
4200 echo "$ac_t""no" 1>&6
4204 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
4205 echo "configure:4206: checking "for --enable-gauge"" >&5
4207 # Check whether --enable-gauge or --disable-gauge was given.
4208 if test "${enable_gauge+set}" = set; then
4209 enableval
="$enable_gauge"
4211 if test "$enableval" = yes; then
4212 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
4214 ac_cv_use_gauge
='wxUSE_GAUGE=no'
4219 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4220 if test "x$LINE" != x
; then
4221 eval "DEFAULT_$LINE"
4226 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4231 eval "$ac_cv_use_gauge"
4232 if test "$no_cache" != 1; then
4233 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4236 if test "$wxUSE_GAUGE" = yes; then
4237 echo "$ac_t""yes" 1>&6
4239 echo "$ac_t""no" 1>&6
4243 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
4244 echo "configure:4245: checking "for --enable-grid"" >&5
4246 # Check whether --enable-grid or --disable-grid was given.
4247 if test "${enable_grid+set}" = set; then
4248 enableval
="$enable_grid"
4250 if test "$enableval" = yes; then
4251 ac_cv_use_grid
='wxUSE_GRID=yes'
4253 ac_cv_use_grid
='wxUSE_GRID=no'
4258 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4259 if test "x$LINE" != x
; then
4260 eval "DEFAULT_$LINE"
4265 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4270 eval "$ac_cv_use_grid"
4271 if test "$no_cache" != 1; then
4272 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4275 if test "$wxUSE_GRID" = yes; then
4276 echo "$ac_t""yes" 1>&6
4278 echo "$ac_t""no" 1>&6
4282 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
4283 echo "configure:4284: checking "for --enable-newgrid"" >&5
4285 # Check whether --enable-newgrid or --disable-newgrid was given.
4286 if test "${enable_newgrid+set}" = set; then
4287 enableval
="$enable_newgrid"
4289 if test "$enableval" = yes; then
4290 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
4292 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
4297 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4298 if test "x$LINE" != x
; then
4299 eval "DEFAULT_$LINE"
4304 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4309 eval "$ac_cv_use_newgrid"
4310 if test "$no_cache" != 1; then
4311 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4314 if test "$wxUSE_NEW_GRID" = yes; then
4315 echo "$ac_t""yes" 1>&6
4317 echo "$ac_t""no" 1>&6
4321 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
4322 echo "configure:4323: checking "for --enable-imaglist"" >&5
4324 # Check whether --enable-imaglist or --disable-imaglist was given.
4325 if test "${enable_imaglist+set}" = set; then
4326 enableval
="$enable_imaglist"
4328 if test "$enableval" = yes; then
4329 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
4331 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
4336 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4337 if test "x$LINE" != x
; then
4338 eval "DEFAULT_$LINE"
4343 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4348 eval "$ac_cv_use_imaglist"
4349 if test "$no_cache" != 1; then
4350 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4353 if test "$wxUSE_IMAGLIST" = yes; then
4354 echo "$ac_t""yes" 1>&6
4356 echo "$ac_t""no" 1>&6
4360 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
4361 echo "configure:4362: checking "for --enable-listbox"" >&5
4363 # Check whether --enable-listbox or --disable-listbox was given.
4364 if test "${enable_listbox+set}" = set; then
4365 enableval
="$enable_listbox"
4367 if test "$enableval" = yes; then
4368 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
4370 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
4375 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4376 if test "x$LINE" != x
; then
4377 eval "DEFAULT_$LINE"
4382 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4387 eval "$ac_cv_use_listbox"
4388 if test "$no_cache" != 1; then
4389 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4392 if test "$wxUSE_LISTBOX" = yes; then
4393 echo "$ac_t""yes" 1>&6
4395 echo "$ac_t""no" 1>&6
4399 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
4400 echo "configure:4401: checking "for --enable-listctrl"" >&5
4402 # Check whether --enable-listctrl or --disable-listctrl was given.
4403 if test "${enable_listctrl+set}" = set; then
4404 enableval
="$enable_listctrl"
4406 if test "$enableval" = yes; then
4407 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
4409 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
4414 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4415 if test "x$LINE" != x
; then
4416 eval "DEFAULT_$LINE"
4421 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4426 eval "$ac_cv_use_listctrl"
4427 if test "$no_cache" != 1; then
4428 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4431 if test "$wxUSE_LISTCTRL" = yes; then
4432 echo "$ac_t""yes" 1>&6
4434 echo "$ac_t""no" 1>&6
4438 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
4439 echo "configure:4440: checking "for --enable-notebook"" >&5
4441 # Check whether --enable-notebook or --disable-notebook was given.
4442 if test "${enable_notebook+set}" = set; then
4443 enableval
="$enable_notebook"
4445 if test "$enableval" = yes; then
4446 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
4448 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
4453 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4454 if test "x$LINE" != x
; then
4455 eval "DEFAULT_$LINE"
4460 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4465 eval "$ac_cv_use_notebook"
4466 if test "$no_cache" != 1; then
4467 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4470 if test "$wxUSE_NOTEBOOK" = yes; then
4471 echo "$ac_t""yes" 1>&6
4473 echo "$ac_t""no" 1>&6
4477 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
4478 echo "configure:4479: checking "for --enable-radiobox"" >&5
4480 # Check whether --enable-radiobox or --disable-radiobox was given.
4481 if test "${enable_radiobox+set}" = set; then
4482 enableval
="$enable_radiobox"
4484 if test "$enableval" = yes; then
4485 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
4487 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
4492 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4493 if test "x$LINE" != x
; then
4494 eval "DEFAULT_$LINE"
4499 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4504 eval "$ac_cv_use_radiobox"
4505 if test "$no_cache" != 1; then
4506 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4509 if test "$wxUSE_RADIOBOX" = yes; then
4510 echo "$ac_t""yes" 1>&6
4512 echo "$ac_t""no" 1>&6
4516 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
4517 echo "configure:4518: checking "for --enable-radiobtn"" >&5
4519 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4520 if test "${enable_radiobtn+set}" = set; then
4521 enableval
="$enable_radiobtn"
4523 if test "$enableval" = yes; then
4524 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
4526 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
4531 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4532 if test "x$LINE" != x
; then
4533 eval "DEFAULT_$LINE"
4538 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4543 eval "$ac_cv_use_radiobtn"
4544 if test "$no_cache" != 1; then
4545 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4548 if test "$wxUSE_RADIOBTN" = yes; then
4549 echo "$ac_t""yes" 1>&6
4551 echo "$ac_t""no" 1>&6
4555 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
4556 echo "configure:4557: checking "for --enable-sash"" >&5
4558 # Check whether --enable-sash or --disable-sash was given.
4559 if test "${enable_sash+set}" = set; then
4560 enableval
="$enable_sash"
4562 if test "$enableval" = yes; then
4563 ac_cv_use_sash
='wxUSE_SASH=yes'
4565 ac_cv_use_sash
='wxUSE_SASH=no'
4570 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4571 if test "x$LINE" != x
; then
4572 eval "DEFAULT_$LINE"
4577 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4582 eval "$ac_cv_use_sash"
4583 if test "$no_cache" != 1; then
4584 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4587 if test "$wxUSE_SASH" = yes; then
4588 echo "$ac_t""yes" 1>&6
4590 echo "$ac_t""no" 1>&6
4594 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
4595 echo "configure:4596: checking "for --enable-scrollbar"" >&5
4597 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4598 if test "${enable_scrollbar+set}" = set; then
4599 enableval
="$enable_scrollbar"
4601 if test "$enableval" = yes; then
4602 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
4604 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
4609 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4610 if test "x$LINE" != x
; then
4611 eval "DEFAULT_$LINE"
4616 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4621 eval "$ac_cv_use_scrollbar"
4622 if test "$no_cache" != 1; then
4623 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4626 if test "$wxUSE_SCROLLBAR" = yes; then
4627 echo "$ac_t""yes" 1>&6
4629 echo "$ac_t""no" 1>&6
4633 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
4634 echo "configure:4635: checking "for --enable-slider"" >&5
4636 # Check whether --enable-slider or --disable-slider was given.
4637 if test "${enable_slider+set}" = set; then
4638 enableval
="$enable_slider"
4640 if test "$enableval" = yes; then
4641 ac_cv_use_slider
='wxUSE_SLIDER=yes'
4643 ac_cv_use_slider
='wxUSE_SLIDER=no'
4648 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4649 if test "x$LINE" != x
; then
4650 eval "DEFAULT_$LINE"
4655 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4660 eval "$ac_cv_use_slider"
4661 if test "$no_cache" != 1; then
4662 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4665 if test "$wxUSE_SLIDER" = yes; then
4666 echo "$ac_t""yes" 1>&6
4668 echo "$ac_t""no" 1>&6
4672 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
4673 echo "configure:4674: checking "for --enable-spinbtn"" >&5
4675 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4676 if test "${enable_spinbtn+set}" = set; then
4677 enableval
="$enable_spinbtn"
4679 if test "$enableval" = yes; then
4680 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
4682 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
4687 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
4688 if test "x$LINE" != x
; then
4689 eval "DEFAULT_$LINE"
4694 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
4699 eval "$ac_cv_use_spinbtn"
4700 if test "$no_cache" != 1; then
4701 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
4704 if test "$wxUSE_SPINBTN" = yes; then
4705 echo "$ac_t""yes" 1>&6
4707 echo "$ac_t""no" 1>&6
4711 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
4712 echo "configure:4713: checking "for --enable-splitter"" >&5
4714 # Check whether --enable-splitter or --disable-splitter was given.
4715 if test "${enable_splitter+set}" = set; then
4716 enableval
="$enable_splitter"
4718 if test "$enableval" = yes; then
4719 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
4721 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
4726 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
4727 if test "x$LINE" != x
; then
4728 eval "DEFAULT_$LINE"
4733 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
4738 eval "$ac_cv_use_splitter"
4739 if test "$no_cache" != 1; then
4740 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
4743 if test "$wxUSE_SPLITTER" = yes; then
4744 echo "$ac_t""yes" 1>&6
4746 echo "$ac_t""no" 1>&6
4750 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
4751 echo "configure:4752: checking "for --enable-statbmp"" >&5
4753 # Check whether --enable-statbmp or --disable-statbmp was given.
4754 if test "${enable_statbmp+set}" = set; then
4755 enableval
="$enable_statbmp"
4757 if test "$enableval" = yes; then
4758 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
4760 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
4765 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
4766 if test "x$LINE" != x
; then
4767 eval "DEFAULT_$LINE"
4772 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
4777 eval "$ac_cv_use_statbmp"
4778 if test "$no_cache" != 1; then
4779 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
4782 if test "$wxUSE_STATBMP" = yes; then
4783 echo "$ac_t""yes" 1>&6
4785 echo "$ac_t""no" 1>&6
4789 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
4790 echo "configure:4791: checking "for --enable-statbox"" >&5
4792 # Check whether --enable-statbox or --disable-statbox was given.
4793 if test "${enable_statbox+set}" = set; then
4794 enableval
="$enable_statbox"
4796 if test "$enableval" = yes; then
4797 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
4799 ac_cv_use_statbox
='wxUSE_STATBOX=no'
4804 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
4805 if test "x$LINE" != x
; then
4806 eval "DEFAULT_$LINE"
4811 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
4816 eval "$ac_cv_use_statbox"
4817 if test "$no_cache" != 1; then
4818 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
4821 if test "$wxUSE_STATBOX" = yes; then
4822 echo "$ac_t""yes" 1>&6
4824 echo "$ac_t""no" 1>&6
4828 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
4829 echo "configure:4830: checking "for --enable-statline"" >&5
4831 # Check whether --enable-statline or --disable-statline was given.
4832 if test "${enable_statline+set}" = set; then
4833 enableval
="$enable_statline"
4835 if test "$enableval" = yes; then
4836 ac_cv_use_statline
='wxUSE_STATLINE=yes'
4838 ac_cv_use_statline
='wxUSE_STATLINE=no'
4843 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
4844 if test "x$LINE" != x
; then
4845 eval "DEFAULT_$LINE"
4850 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
4855 eval "$ac_cv_use_statline"
4856 if test "$no_cache" != 1; then
4857 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
4860 if test "$wxUSE_STATLINE" = yes; then
4861 echo "$ac_t""yes" 1>&6
4863 echo "$ac_t""no" 1>&6
4867 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
4868 echo "configure:4869: checking "for --enable-statusbar"" >&5
4870 # Check whether --enable-statusbar or --disable-statusbar was given.
4871 if test "${enable_statusbar+set}" = set; then
4872 enableval
="$enable_statusbar"
4874 if test "$enableval" = yes; then
4875 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
4877 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
4882 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
4883 if test "x$LINE" != x
; then
4884 eval "DEFAULT_$LINE"
4889 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
4894 eval "$ac_cv_use_statusbar"
4895 if test "$no_cache" != 1; then
4896 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
4899 if test "$wxUSE_STATUSBAR" = yes; then
4900 echo "$ac_t""yes" 1>&6
4902 echo "$ac_t""no" 1>&6
4906 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
4907 echo "configure:4908: checking "for --enable-tabdialog"" >&5
4909 # Check whether --enable-tabdialog or --disable-tabdialog was given.
4910 if test "${enable_tabdialog+set}" = set; then
4911 enableval
="$enable_tabdialog"
4913 if test "$enableval" = yes; then
4914 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
4916 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
4921 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
4922 if test "x$LINE" != x
; then
4923 eval "DEFAULT_$LINE"
4928 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
4933 eval "$ac_cv_use_tabdialog"
4934 if test "$no_cache" != 1; then
4935 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
4938 if test "$wxUSE_TABDIALOG" = yes; then
4939 echo "$ac_t""yes" 1>&6
4941 echo "$ac_t""no" 1>&6
4945 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
4946 echo "configure:4947: checking "for --enable-toolbar"" >&5
4948 # Check whether --enable-toolbar or --disable-toolbar was given.
4949 if test "${enable_toolbar+set}" = set; then
4950 enableval
="$enable_toolbar"
4952 if test "$enableval" = yes; then
4953 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
4955 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
4960 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
4961 if test "x$LINE" != x
; then
4962 eval "DEFAULT_$LINE"
4967 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
4972 eval "$ac_cv_use_toolbar"
4973 if test "$no_cache" != 1; then
4974 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
4977 if test "$wxUSE_TOOLBAR" = yes; then
4978 echo "$ac_t""yes" 1>&6
4980 echo "$ac_t""no" 1>&6
4984 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
4985 echo "configure:4986: checking "for --enable-treectrl"" >&5
4987 # Check whether --enable-treectrl or --disable-treectrl was given.
4988 if test "${enable_treectrl+set}" = set; then
4989 enableval
="$enable_treectrl"
4991 if test "$enableval" = yes; then
4992 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
4994 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
4999 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5000 if test "x$LINE" != x
; then
5001 eval "DEFAULT_$LINE"
5006 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5011 eval "$ac_cv_use_treectrl"
5012 if test "$no_cache" != 1; then
5013 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5016 if test "$wxUSE_TREECTRL" = yes; then
5017 echo "$ac_t""yes" 1>&6
5019 echo "$ac_t""no" 1>&6
5025 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
5026 echo "configure:5027: checking "for --enable-commondlg"" >&5
5028 # Check whether --enable-commondlg or --disable-commondlg was given.
5029 if test "${enable_commondlg+set}" = set; then
5030 enableval
="$enable_commondlg"
5032 if test "$enableval" = yes; then
5033 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
5035 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
5040 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5041 if test "x$LINE" != x
; then
5042 eval "DEFAULT_$LINE"
5047 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5052 eval "$ac_cv_use_commondlg"
5053 if test "$no_cache" != 1; then
5054 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5057 if test "$wxUSE_COMMONDLGS" = yes; then
5058 echo "$ac_t""yes" 1>&6
5060 echo "$ac_t""no" 1>&6
5064 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
5065 echo "configure:5066: checking "for --enable-dirdlg"" >&5
5067 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5068 if test "${enable_dirdlg+set}" = set; then
5069 enableval
="$enable_dirdlg"
5071 if test "$enableval" = yes; then
5072 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
5074 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
5079 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5080 if test "x$LINE" != x
; then
5081 eval "DEFAULT_$LINE"
5086 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5091 eval "$ac_cv_use_dirdlg"
5092 if test "$no_cache" != 1; then
5093 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5096 if test "$wxUSE_DIRDLG" = yes; then
5097 echo "$ac_t""yes" 1>&6
5099 echo "$ac_t""no" 1>&6
5103 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
5104 echo "configure:5105: checking "for --enable-textdlg"" >&5
5106 # Check whether --enable-textdlg or --disable-textdlg was given.
5107 if test "${enable_textdlg+set}" = set; then
5108 enableval
="$enable_textdlg"
5110 if test "$enableval" = yes; then
5111 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
5113 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
5118 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5119 if test "x$LINE" != x
; then
5120 eval "DEFAULT_$LINE"
5125 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5130 eval "$ac_cv_use_textdlg"
5131 if test "$no_cache" != 1; then
5132 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5135 if test "$wxUSE_TEXTDLG" = yes; then
5136 echo "$ac_t""yes" 1>&6
5138 echo "$ac_t""no" 1>&6
5142 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
5143 echo "configure:5144: checking "for --enable-tipdlg"" >&5
5145 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5146 if test "${enable_tipdlg+set}" = set; then
5147 enableval
="$enable_tipdlg"
5149 if test "$enableval" = yes; then
5150 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
5152 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
5157 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5158 if test "x$LINE" != x
; then
5159 eval "DEFAULT_$LINE"
5164 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5169 eval "$ac_cv_use_tipdlg"
5170 if test "$no_cache" != 1; then
5171 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5174 if test "$wxUSE_STARTUP_TIPS" = yes; then
5175 echo "$ac_t""yes" 1>&6
5177 echo "$ac_t""no" 1>&6
5181 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
5182 echo "configure:5183: checking "for --enable-progressdlg"" >&5
5184 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5185 if test "${enable_progressdlg+set}" = set; then
5186 enableval
="$enable_progressdlg"
5188 if test "$enableval" = yes; then
5189 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
5191 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
5196 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5197 if test "x$LINE" != x
; then
5198 eval "DEFAULT_$LINE"
5203 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5208 eval "$ac_cv_use_progressdlg"
5209 if test "$no_cache" != 1; then
5210 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5213 if test "$wxUSE_PROGRESSDLG" = yes; then
5214 echo "$ac_t""yes" 1>&6
5216 echo "$ac_t""no" 1>&6
5220 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
5221 echo "configure:5222: checking "for --enable-miniframe"" >&5
5223 # Check whether --enable-miniframe or --disable-miniframe was given.
5224 if test "${enable_miniframe+set}" = set; then
5225 enableval
="$enable_miniframe"
5227 if test "$enableval" = yes; then
5228 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
5230 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
5235 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5236 if test "x$LINE" != x
; then
5237 eval "DEFAULT_$LINE"
5242 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5247 eval "$ac_cv_use_miniframe"
5248 if test "$no_cache" != 1; then
5249 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5252 if test "$wxUSE_MINIFRAME" = yes; then
5253 echo "$ac_t""yes" 1>&6
5255 echo "$ac_t""no" 1>&6
5259 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
5260 echo "configure:5261: checking "for --enable-html"" >&5
5262 # Check whether --enable-html or --disable-html was given.
5263 if test "${enable_html+set}" = set; then
5264 enableval
="$enable_html"
5266 if test "$enableval" = yes; then
5267 ac_cv_use_html
='wxUSE_HTML=yes'
5269 ac_cv_use_html
='wxUSE_HTML=no'
5274 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5275 if test "x$LINE" != x
; then
5276 eval "DEFAULT_$LINE"
5281 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5286 eval "$ac_cv_use_html"
5287 if test "$no_cache" != 1; then
5288 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5291 if test "$wxUSE_HTML" = yes; then
5292 echo "$ac_t""yes" 1>&6
5294 echo "$ac_t""no" 1>&6
5298 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
5299 echo "configure:5300: checking "for --enable-tooltips"" >&5
5301 # Check whether --enable-tooltips or --disable-tooltips was given.
5302 if test "${enable_tooltips+set}" = set; then
5303 enableval
="$enable_tooltips"
5305 if test "$enableval" = yes; then
5306 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
5308 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
5313 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5314 if test "x$LINE" != x
; then
5315 eval "DEFAULT_$LINE"
5320 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5325 eval "$ac_cv_use_tooltips"
5326 if test "$no_cache" != 1; then
5327 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5330 if test "$wxUSE_TOOLTIPS" = yes; then
5331 echo "$ac_t""yes" 1>&6
5333 echo "$ac_t""no" 1>&6
5337 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
5338 echo "configure:5339: checking "for --enable-splines"" >&5
5340 # Check whether --enable-splines or --disable-splines was given.
5341 if test "${enable_splines+set}" = set; then
5342 enableval
="$enable_splines"
5344 if test "$enableval" = yes; then
5345 ac_cv_use_splines
='wxUSE_SPLINES=yes'
5347 ac_cv_use_splines
='wxUSE_SPLINES=no'
5352 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5353 if test "x$LINE" != x
; then
5354 eval "DEFAULT_$LINE"
5359 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5364 eval "$ac_cv_use_splines"
5365 if test "$no_cache" != 1; then
5366 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5369 if test "$wxUSE_SPLINES" = yes; then
5370 echo "$ac_t""yes" 1>&6
5372 echo "$ac_t""no" 1>&6
5376 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
5377 echo "configure:5378: checking "for --enable-validators"" >&5
5379 # Check whether --enable-validators or --disable-validators was given.
5380 if test "${enable_validators+set}" = set; then
5381 enableval
="$enable_validators"
5383 if test "$enableval" = yes; then
5384 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
5386 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
5391 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5392 if test "x$LINE" != x
; then
5393 eval "DEFAULT_$LINE"
5398 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5403 eval "$ac_cv_use_validators"
5404 if test "$no_cache" != 1; then
5405 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5408 if test "$wxUSE_VALIDATORS" = yes; then
5409 echo "$ac_t""yes" 1>&6
5411 echo "$ac_t""no" 1>&6
5415 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
5416 echo "configure:5417: checking "for --enable-busyinfo"" >&5
5418 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5419 if test "${enable_busyinfo+set}" = set; then
5420 enableval
="$enable_busyinfo"
5422 if test "$enableval" = yes; then
5423 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
5425 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
5430 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5431 if test "x$LINE" != x
; then
5432 eval "DEFAULT_$LINE"
5437 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5442 eval "$ac_cv_use_busyinfo"
5443 if test "$no_cache" != 1; then
5444 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5447 if test "$wxUSE_BUSYINFO" = yes; then
5448 echo "$ac_t""yes" 1>&6
5450 echo "$ac_t""no" 1>&6
5456 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
5457 echo "configure:5458: checking "for --enable-gif"" >&5
5459 # Check whether --enable-gif or --disable-gif was given.
5460 if test "${enable_gif+set}" = set; then
5461 enableval
="$enable_gif"
5463 if test "$enableval" = yes; then
5464 ac_cv_use_gif
='wxUSE_GIF=yes'
5466 ac_cv_use_gif
='wxUSE_GIF=no'
5471 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5472 if test "x$LINE" != x
; then
5473 eval "DEFAULT_$LINE"
5478 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
5483 eval "$ac_cv_use_gif"
5484 if test "$no_cache" != 1; then
5485 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
5488 if test "$wxUSE_GIF" = yes; then
5489 echo "$ac_t""yes" 1>&6
5491 echo "$ac_t""no" 1>&6
5495 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
5496 echo "configure:5497: checking "for --enable-pcx"" >&5
5498 # Check whether --enable-pcx or --disable-pcx was given.
5499 if test "${enable_pcx+set}" = set; then
5500 enableval
="$enable_pcx"
5502 if test "$enableval" = yes; then
5503 ac_cv_use_pcx
='wxUSE_PCX=yes'
5505 ac_cv_use_pcx
='wxUSE_PCX=no'
5510 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
5511 if test "x$LINE" != x
; then
5512 eval "DEFAULT_$LINE"
5517 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
5522 eval "$ac_cv_use_pcx"
5523 if test "$no_cache" != 1; then
5524 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
5527 if test "$wxUSE_PCX" = yes; then
5528 echo "$ac_t""yes" 1>&6
5530 echo "$ac_t""no" 1>&6
5534 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
5535 echo "configure:5536: checking "for --enable-pnm"" >&5
5537 # Check whether --enable-pnm or --disable-pnm was given.
5538 if test "${enable_pnm+set}" = set; then
5539 enableval
="$enable_pnm"
5541 if test "$enableval" = yes; then
5542 ac_cv_use_pnm
='wxUSE_PNM=yes'
5544 ac_cv_use_pnm
='wxUSE_PNM=no'
5549 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
5550 if test "x$LINE" != x
; then
5551 eval "DEFAULT_$LINE"
5556 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
5561 eval "$ac_cv_use_pnm"
5562 if test "$no_cache" != 1; then
5563 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
5566 if test "$wxUSE_PNM" = yes; then
5567 echo "$ac_t""yes" 1>&6
5569 echo "$ac_t""no" 1>&6
5574 echo "saving argument cache $wx_arg_cache_file"
5575 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
5579 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
5580 echo "configure:5581: checking for toolkit" >&5
5582 if test "$wxUSE_GUI" = "yes"; then
5584 if test "$TOOLKIT_GIVEN" = 1; then
5585 for toolkit
in `echo $ALL_TOOLKITS`; do
5587 eval "value=\$${var}"
5588 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
5591 for toolkit
in `echo $ALL_TOOLKITS`; do
5592 if test "$has_toolkit_in_cache" != 1; then
5593 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
5595 var
=DEFAULT_wxUSE_
$toolkit
5597 eval "wxUSE_$toolkit=\$${var}"
5601 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
5603 case "$NUM_TOOLKITS" in
5607 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
5610 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
5613 for toolkit
in `echo $ALL_TOOLKITS`; do
5615 eval "value=\$${var}"
5616 if test "x$value" != x
; then
5617 cache_var
=CACHE_
$toolkit
5618 eval "cache=\$${cache_var}"
5619 if test "$cache" = 1; then
5620 echo "$var=$value" >> ${wx_arg_cache_file}
5622 if test "$value" = 1; then
5623 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
5629 echo "$ac_t""base only" 1>&6
5633 cat > confcache
<<\EOF
5634 # This file is a shell script that caches the results of configure
5635 # tests run on this system so they can be shared between configure
5636 # scripts and configure runs. It is not useful on other systems.
5637 # If it contains results you don't want to keep, you may remove or edit it.
5639 # By default, configure uses ./config.cache as the cache file,
5640 # creating it if it does not exist already. You can give configure
5641 # the --cache-file=FILE option to use a different cache file; that is
5642 # what configure does when it calls configure scripts in
5643 # subdirectories, so they share the cache.
5644 # Giving --cache-file=/dev/null disables caching, for debugging configure.
5645 # config.status only pays attention to the cache file if you give it the
5646 # --recheck option to rerun configure.
5649 # The following way of writing the cache mishandles newlines in values,
5650 # but we know of no workaround that is simple, portable, and efficient.
5651 # So, don't put newlines in cache variables' values.
5652 # Ultrix sh set writes to stderr and can't be redirected directly,
5653 # and sets the high bit in the cache file unless we assign to the vars.
5655 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5657 # `set' does not quote correctly, so add quotes (double-quote substitution
5658 # turns \\\\ into \\, and sed turns \\ into \).
5660 -e "s/'/'\\\\''/g" \
5661 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5664 # `set' quotes correctly as required by POSIX, so do not add quotes.
5665 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5668 if cmp -s $cache_file confcache
; then
5671 if test -w $cache_file; then
5672 echo "updating cache $cache_file"
5673 cat confcache
> $cache_file
5675 echo "not updating unwritable cache $cache_file"
5681 if eval "test $host != $build"; then
5682 if eval "test $host_alias != NONE"; then
5686 RANLIB
=$host_alias-ranlib
5687 DLLTOOL
=$host_alias-dlltool
5690 STRIP
=$host_alias-strip
5694 # Extract the first word of "gcc", so it can be a program name with args.
5695 set dummy gcc
; ac_word
=$2
5696 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5697 echo "configure:5698: checking for $ac_word" >&5
5698 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5699 echo $ac_n "(cached) $ac_c" 1>&6
5701 if test -n "$CC"; then
5702 ac_cv_prog_CC
="$CC" # Let the user override the test.
5704 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5706 for ac_dir
in $ac_dummy; do
5707 test -z "$ac_dir" && ac_dir
=.
5708 if test -f $ac_dir/$ac_word; then
5717 if test -n "$CC"; then
5718 echo "$ac_t""$CC" 1>&6
5720 echo "$ac_t""no" 1>&6
5723 if test -z "$CC"; then
5724 # Extract the first word of "cc", so it can be a program name with args.
5725 set dummy cc
; ac_word
=$2
5726 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5727 echo "configure:5728: checking for $ac_word" >&5
5728 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5729 echo $ac_n "(cached) $ac_c" 1>&6
5731 if test -n "$CC"; then
5732 ac_cv_prog_CC
="$CC" # Let the user override the test.
5734 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5737 for ac_dir
in $ac_dummy; do
5738 test -z "$ac_dir" && ac_dir
=.
5739 if test -f $ac_dir/$ac_word; then
5740 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
5741 ac_prog_rejected
=yes
5749 if test $ac_prog_rejected = yes; then
5750 # We found a bogon in the path, so make sure we never use it.
5751 set dummy
$ac_cv_prog_CC
5753 if test $# -gt 0; then
5754 # We chose a different compiler from the bogus one.
5755 # However, it has the same basename, so the bogon will be chosen
5756 # first if we set CC to just the basename; use the full file name.
5758 set dummy
"$ac_dir/$ac_word" "$@"
5766 if test -n "$CC"; then
5767 echo "$ac_t""$CC" 1>&6
5769 echo "$ac_t""no" 1>&6
5772 if test -z "$CC"; then
5773 case "`uname -s`" in
5775 # Extract the first word of "cl", so it can be a program name with args.
5776 set dummy cl
; ac_word
=$2
5777 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5778 echo "configure:5779: checking for $ac_word" >&5
5779 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5780 echo $ac_n "(cached) $ac_c" 1>&6
5782 if test -n "$CC"; then
5783 ac_cv_prog_CC
="$CC" # Let the user override the test.
5785 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5787 for ac_dir
in $ac_dummy; do
5788 test -z "$ac_dir" && ac_dir
=.
5789 if test -f $ac_dir/$ac_word; then
5798 if test -n "$CC"; then
5799 echo "$ac_t""$CC" 1>&6
5801 echo "$ac_t""no" 1>&6
5806 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
5809 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
5810 echo "configure:5811: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
5813 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5814 ac_cpp
='$CPP $CPPFLAGS'
5815 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5816 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5817 cross_compiling
=$ac_cv_prog_cc_cross
5819 cat > conftest.
$ac_ext << EOF
5821 #line 5822 "configure"
5822 #include "confdefs.h"
5826 if { (eval echo configure
:5827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5827 ac_cv_prog_cc_works
=yes
5828 # If we can't run a trivial program, we are probably using a cross compiler.
5829 if (.
/conftest
; exit) 2>/dev
/null
; then
5830 ac_cv_prog_cc_cross
=no
5832 ac_cv_prog_cc_cross
=yes
5835 echo "configure: failed program was:" >&5
5836 cat conftest.
$ac_ext >&5
5837 ac_cv_prog_cc_works
=no
5841 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5842 ac_cpp
='$CPP $CPPFLAGS'
5843 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5844 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5845 cross_compiling
=$ac_cv_prog_cc_cross
5847 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
5848 if test $ac_cv_prog_cc_works = no
; then
5849 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
5851 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
5852 echo "configure:5853: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
5853 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
5854 cross_compiling
=$ac_cv_prog_cc_cross
5856 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
5857 echo "configure:5858: checking whether we are using GNU C" >&5
5858 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
5859 echo $ac_n "(cached) $ac_c" 1>&6
5861 cat > conftest.c
<<EOF
5866 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:5867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
5873 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
5875 if test $ac_cv_prog_gcc = yes; then
5881 ac_test_CFLAGS
="${CFLAGS+set}"
5882 ac_save_CFLAGS
="$CFLAGS"
5884 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
5885 echo "configure:5886: checking whether ${CC-cc} accepts -g" >&5
5886 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
5887 echo $ac_n "(cached) $ac_c" 1>&6
5889 echo 'void f(){}' > conftest.c
5890 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
5899 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
5900 if test "$ac_test_CFLAGS" = set; then
5901 CFLAGS
="$ac_save_CFLAGS"
5902 elif test $ac_cv_prog_cc_g = yes; then
5903 if test "$GCC" = yes; then
5909 if test "$GCC" = yes; then
5917 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
5919 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
5920 echo "configure:5921: checking how to run the C preprocessor" >&5
5921 # On Suns, sometimes $CPP names a directory.
5922 if test -n "$CPP" && test -d "$CPP"; then
5925 if test -z "$CPP"; then
5926 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
5927 echo $ac_n "(cached) $ac_c" 1>&6
5929 # This must be in double quotes, not single quotes, because CPP may get
5930 # substituted into the Makefile and "${CC-cc}" will confuse make.
5932 # On the NeXT, cc -E runs the code through the compiler's parser,
5933 # not just through cpp.
5934 cat > conftest.
$ac_ext <<EOF
5935 #line 5936 "configure"
5936 #include "confdefs.h"
5940 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5941 { (eval echo configure
:5942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5942 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5943 if test -z "$ac_err"; then
5947 echo "configure: failed program was:" >&5
5948 cat conftest.
$ac_ext >&5
5950 CPP
="${CC-cc} -E -traditional-cpp"
5951 cat > conftest.
$ac_ext <<EOF
5952 #line 5953 "configure"
5953 #include "confdefs.h"
5957 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5958 { (eval echo configure
:5959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5959 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5960 if test -z "$ac_err"; then
5964 echo "configure: failed program was:" >&5
5965 cat conftest.
$ac_ext >&5
5967 CPP
="${CC-cc} -nologo -E"
5968 cat > conftest.
$ac_ext <<EOF
5969 #line 5970 "configure"
5970 #include "confdefs.h"
5974 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5975 { (eval echo configure
:5976: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5976 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5977 if test -z "$ac_err"; then
5981 echo "configure: failed program was:" >&5
5982 cat conftest.
$ac_ext >&5
5991 ac_cv_prog_CPP
="$CPP"
5993 CPP
="$ac_cv_prog_CPP"
5995 ac_cv_prog_CPP
="$CPP"
5997 echo "$ac_t""$CPP" 1>&6
6000 if test $ac_cv_prog_gcc = yes; then
6001 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
6002 echo "configure:6003: checking whether ${CC-cc} needs -traditional" >&5
6003 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6004 echo $ac_n "(cached) $ac_c" 1>&6
6006 ac_pattern
="Autoconf.*'x'"
6007 cat > conftest.
$ac_ext <<EOF
6008 #line 6009 "configure"
6009 #include "confdefs.h"
6013 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6014 egrep "$ac_pattern" >/dev
/null
2>&1; then
6016 ac_cv_prog_gcc_traditional
=yes
6019 ac_cv_prog_gcc_traditional
=no
6024 if test $ac_cv_prog_gcc_traditional = no
; then
6025 cat > conftest.
$ac_ext <<EOF
6026 #line 6027 "configure"
6027 #include "confdefs.h"
6031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6032 egrep "$ac_pattern" >/dev
/null
2>&1; then
6034 ac_cv_prog_gcc_traditional
=yes
6041 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6042 if test $ac_cv_prog_gcc_traditional = yes; then
6043 CC
="$CC -traditional"
6050 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6051 ac_cpp
='$CXXCPP $CPPFLAGS'
6052 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6053 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6054 cross_compiling
=$ac_cv_prog_cxx_cross
6057 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
6059 # Extract the first word of "$ac_prog", so it can be a program name with args.
6060 set dummy
$ac_prog; ac_word
=$2
6061 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6062 echo "configure:6063: checking for $ac_word" >&5
6063 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6064 echo $ac_n "(cached) $ac_c" 1>&6
6066 if test -n "$CXX"; then
6067 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
6069 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6071 for ac_dir
in $ac_dummy; do
6072 test -z "$ac_dir" && ac_dir
=.
6073 if test -f $ac_dir/$ac_word; then
6074 ac_cv_prog_CXX
="$ac_prog"
6081 CXX
="$ac_cv_prog_CXX"
6082 if test -n "$CXX"; then
6083 echo "$ac_t""$CXX" 1>&6
6085 echo "$ac_t""no" 1>&6
6088 test -n "$CXX" && break
6090 test -n "$CXX" || CXX
="gcc"
6093 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6094 echo "configure:6095: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
6097 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6098 ac_cpp
='$CXXCPP $CPPFLAGS'
6099 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6100 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6101 cross_compiling
=$ac_cv_prog_cxx_cross
6103 cat > conftest.
$ac_ext << EOF
6105 #line 6106 "configure"
6106 #include "confdefs.h"
6108 int main(){return(0);}
6110 if { (eval echo configure
:6111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6111 ac_cv_prog_cxx_works
=yes
6112 # If we can't run a trivial program, we are probably using a cross compiler.
6113 if (.
/conftest
; exit) 2>/dev
/null
; then
6114 ac_cv_prog_cxx_cross
=no
6116 ac_cv_prog_cxx_cross
=yes
6119 echo "configure: failed program was:" >&5
6120 cat conftest.
$ac_ext >&5
6121 ac_cv_prog_cxx_works
=no
6125 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6126 ac_cpp
='$CXXCPP $CPPFLAGS'
6127 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6128 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6129 cross_compiling
=$ac_cv_prog_cxx_cross
6131 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6132 if test $ac_cv_prog_cxx_works = no
; then
6133 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6135 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6136 echo "configure:6137: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
6137 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6138 cross_compiling
=$ac_cv_prog_cxx_cross
6140 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
6141 echo "configure:6142: checking whether we are using GNU C++" >&5
6142 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6143 echo $ac_n "(cached) $ac_c" 1>&6
6145 cat > conftest.C
<<EOF
6150 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:6151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
6157 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6159 if test $ac_cv_prog_gxx = yes; then
6165 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
6166 ac_save_CXXFLAGS
="$CXXFLAGS"
6168 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
6169 echo "configure:6170: checking whether ${CXX-g++} accepts -g" >&5
6170 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6171 echo $ac_n "(cached) $ac_c" 1>&6
6173 echo 'void f(){}' > conftest.cc
6174 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6175 ac_cv_prog_cxx_g
=yes
6183 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6184 if test "$ac_test_CXXFLAGS" = set; then
6185 CXXFLAGS
="$ac_save_CXXFLAGS"
6186 elif test $ac_cv_prog_cxx_g = yes; then
6187 if test "$GXX" = yes; then
6193 if test "$GXX" = yes; then
6201 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6202 echo "configure:6203: checking how to run the C++ preprocessor" >&5
6203 if test -z "$CXXCPP"; then
6204 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6205 echo $ac_n "(cached) $ac_c" 1>&6
6208 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6209 ac_cpp
='$CXXCPP $CPPFLAGS'
6210 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6211 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6212 cross_compiling
=$ac_cv_prog_cxx_cross
6213 CXXCPP
="${CXX-g++} -E"
6214 cat > conftest.
$ac_ext <<EOF
6215 #line 6216 "configure"
6216 #include "confdefs.h"
6219 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6220 { (eval echo configure
:6221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6221 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6222 if test -z "$ac_err"; then
6226 echo "configure: failed program was:" >&5
6227 cat conftest.
$ac_ext >&5
6232 ac_cv_prog_CXXCPP
="$CXXCPP"
6234 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6235 ac_cpp
='$CXXCPP $CPPFLAGS'
6236 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6237 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6238 cross_compiling
=$ac_cv_prog_cxx_cross
6241 CXXCPP
="$ac_cv_prog_CXXCPP"
6242 echo "$ac_t""$CXXCPP" 1>&6
6245 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
6248 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6249 ac_cpp
='$CPP $CPPFLAGS'
6250 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6251 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6252 cross_compiling
=$ac_cv_prog_cc_cross
6255 # Extract the first word of "ranlib", so it can be a program name with args.
6256 set dummy ranlib
; ac_word
=$2
6257 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6258 echo "configure:6259: checking for $ac_word" >&5
6259 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6260 echo $ac_n "(cached) $ac_c" 1>&6
6262 if test -n "$RANLIB"; then
6263 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6265 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6267 for ac_dir
in $ac_dummy; do
6268 test -z "$ac_dir" && ac_dir
=.
6269 if test -f $ac_dir/$ac_word; then
6270 ac_cv_prog_RANLIB
="ranlib"
6275 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
6278 RANLIB
="$ac_cv_prog_RANLIB"
6279 if test -n "$RANLIB"; then
6280 echo "$ac_t""$RANLIB" 1>&6
6282 echo "$ac_t""no" 1>&6
6286 # Extract the first word of "ar", so it can be a program name with args.
6287 set dummy
ar; ac_word
=$2
6288 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6289 echo "configure:6290: checking for $ac_word" >&5
6290 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6291 echo $ac_n "(cached) $ac_c" 1>&6
6293 if test -n "$AR"; then
6294 ac_cv_prog_AR
="$AR" # Let the user override the test.
6296 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6298 for ac_dir
in $ac_dummy; do
6299 test -z "$ac_dir" && ac_dir
=.
6300 if test -f $ac_dir/$ac_word; then
6306 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
6310 if test -n "$AR"; then
6311 echo "$ac_t""$AR" 1>&6
6313 echo "$ac_t""no" 1>&6
6317 # Find a good install program. We prefer a C program (faster),
6318 # so one script is as good as another. But avoid the broken or
6319 # incompatible versions:
6320 # SysV /etc/install, /usr/sbin/install
6321 # SunOS /usr/etc/install
6322 # IRIX /sbin/install
6324 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6325 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6326 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6327 # ./install, which can be erroneously created by make from ./install.sh.
6328 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
6329 echo "configure:6330: checking for a BSD compatible install" >&5
6330 if test -z "$INSTALL"; then
6331 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6332 echo $ac_n "(cached) $ac_c" 1>&6
6334 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
6335 for ac_dir
in $PATH; do
6336 # Account for people who put trailing slashes in PATH elements.
6338 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
6340 # OSF1 and SCO ODT 3.0 have their own names for install.
6341 # Don't use installbsd from OSF since it installs stuff as root
6343 for ac_prog
in ginstall scoinst
install; do
6344 if test -f $ac_dir/$ac_prog; then
6345 if test $ac_prog = install &&
6346 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
6347 # AIX install. It has an incompatible calling convention.
6350 ac_cv_path_install
="$ac_dir/$ac_prog -c"
6361 if test "${ac_cv_path_install+set}" = set; then
6362 INSTALL
="$ac_cv_path_install"
6364 # As a last resort, use the slow shell script. We don't cache a
6365 # path for INSTALL within a source directory, because that will
6366 # break other packages using the cache if that directory is
6367 # removed, or if the path is relative.
6368 INSTALL
="$ac_install_sh"
6371 echo "$ac_t""$INSTALL" 1>&6
6373 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6374 # It thinks the first close brace ends the variable substitution.
6375 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6377 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
6379 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6382 # Extract the first word of "strip", so it can be a program name with args.
6383 set dummy strip
; ac_word
=$2
6384 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6385 echo "configure:6386: checking for $ac_word" >&5
6386 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6387 echo $ac_n "(cached) $ac_c" 1>&6
6389 if test -n "$STRIP"; then
6390 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6392 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6394 for ac_dir
in $ac_dummy; do
6395 test -z "$ac_dir" && ac_dir
=.
6396 if test -f $ac_dir/$ac_word; then
6397 ac_cv_prog_STRIP
="strip"
6402 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
6405 STRIP
="$ac_cv_prog_STRIP"
6406 if test -n "$STRIP"; then
6407 echo "$ac_t""$STRIP" 1>&6
6409 echo "$ac_t""no" 1>&6
6413 echo $ac_n "checking "make for VPATH support
"""... $ac_c" 1>&6
6414 echo "configure:6415: checking "make for VPATH support
"" >&5
6415 cat - << EOF > confMake
6421 if test ! -d sub
; then
6424 echo dummy
> sub
/file
6425 ${MAKE-make} -f confMake VPATH
=sub
2> config.log
> /dev
/null
6427 rm -f sub
/file check final_file confMake
6429 if test "$RESULT" = 0; then
6430 echo "$ac_t""yes" 1>&6
6432 echo "$ac_t""no" 1>&6
6433 { echo "configure: error: You need a make-utility that is able to use the variable
6435 If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6438 for ac_prog
in 'bison -y' byacc
6440 # Extract the first word of "$ac_prog", so it can be a program name with args.
6441 set dummy
$ac_prog; ac_word
=$2
6442 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6443 echo "configure:6444: checking for $ac_word" >&5
6444 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6445 echo $ac_n "(cached) $ac_c" 1>&6
6447 if test -n "$YACC"; then
6448 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
6450 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6452 for ac_dir
in $ac_dummy; do
6453 test -z "$ac_dir" && ac_dir
=.
6454 if test -f $ac_dir/$ac_word; then
6455 ac_cv_prog_YACC
="$ac_prog"
6462 YACC
="$ac_cv_prog_YACC"
6463 if test -n "$YACC"; then
6464 echo "$ac_t""$YACC" 1>&6
6466 echo "$ac_t""no" 1>&6
6469 test -n "$YACC" && break
6471 test -n "$YACC" || YACC
="yacc"
6474 # Extract the first word of "flex", so it can be a program name with args.
6475 set dummy flex
; ac_word
=$2
6476 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6477 echo "configure:6478: checking for $ac_word" >&5
6478 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
6479 echo $ac_n "(cached) $ac_c" 1>&6
6481 if test -n "$LEX"; then
6482 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
6484 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6486 for ac_dir
in $ac_dummy; do
6487 test -z "$ac_dir" && ac_dir
=.
6488 if test -f $ac_dir/$ac_word; then
6489 ac_cv_prog_LEX
="flex"
6494 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
6497 LEX
="$ac_cv_prog_LEX"
6498 if test -n "$LEX"; then
6499 echo "$ac_t""$LEX" 1>&6
6501 echo "$ac_t""no" 1>&6
6504 if test -z "$LEXLIB"
6510 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
6511 echo "configure:6512: checking for yywrap in -l$ac_lib" >&5
6512 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
6513 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6514 echo $ac_n "(cached) $ac_c" 1>&6
6516 ac_save_LIBS
="$LIBS"
6517 LIBS
="-l$ac_lib $LIBS"
6518 cat > conftest.
$ac_ext <<EOF
6519 #line 6520 "configure"
6520 #include "confdefs.h"
6521 /* Override any gcc2 internal prototype to avoid an error. */
6522 /* We use char because int might match the return type of a gcc2
6523 builtin and then its argument prototype would still apply. */
6530 if { (eval echo configure
:6531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6532 eval "ac_cv_lib_$ac_lib_var=yes"
6534 echo "configure: failed program was:" >&5
6535 cat conftest.
$ac_ext >&5
6537 eval "ac_cv_lib_$ac_lib_var=no"
6540 LIBS
="$ac_save_LIBS"
6543 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6544 echo "$ac_t""yes" 1>&6
6547 echo "$ac_t""no" 1>&6
6553 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
6554 echo "configure:6555: checking whether ln -s works" >&5
6555 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
6556 echo $ac_n "(cached) $ac_c" 1>&6
6559 if ln -s X conftestdata
2>/dev
/null
6562 ac_cv_prog_LN_S
="ln -s"
6567 LN_S
="$ac_cv_prog_LN_S"
6568 if test "$ac_cv_prog_LN_S" = "ln -s"; then
6569 echo "$ac_t""yes" 1>&6
6571 echo "$ac_t""no" 1>&6
6577 /usr/local/include \
6579 /usr/Motif-1.2/include \
6580 /usr/Motif-2.1/include \
6582 /usr/include/Motif1.2 \
6583 /opt/xpm/include/X11 \
6584 /opt/GBxpm/include/ \
6585 /opt/GBxpm/X11/include/ \
6587 /usr/Motif1.2/include \
6589 /usr/openwin/include \
6593 /usr/X11R6/include \
6594 /usr/X11R6.4/include \
6595 /usr/X11R5/include \
6596 /usr/X11R4/include \
6598 /usr/include/X11R6 \
6599 /usr/include/X11R5 \
6600 /usr/include/X11R4 \
6602 /usr/local/X11R6/include \
6603 /usr/local/X11R5/include \
6604 /usr/local/X11R4/include \
6606 /usr/local/include/X11R6 \
6607 /usr/local/include/X11R5 \
6608 /usr/local/include/X11R4 \
6612 /usr/local/X11/include \
6613 /usr/local/include/X11 \
6617 /usr/XFree86/include/X11 \
6620 /usr/local/include/gtk \
6622 /usr/local/include/glib \
6625 /usr/local/include/qt \
6627 /usr/include/windows \
6629 /usr/local/include/wine \
6631 /usr/unsupported/include \
6632 /usr/athena/include \
6633 /usr/local/x11r5/include \
6634 /usr/lpp/Xamples/include \
6636 /usr/openwin/share/include \
6640 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
6643 cat > confcache
<<\EOF
6644 # This file is a shell script that caches the results of configure
6645 # tests run on this system so they can be shared between configure
6646 # scripts and configure runs. It is not useful on other systems.
6647 # If it contains results you don't want to keep, you may remove or edit it.
6649 # By default, configure uses ./config.cache as the cache file,
6650 # creating it if it does not exist already. You can give configure
6651 # the --cache-file=FILE option to use a different cache file; that is
6652 # what configure does when it calls configure scripts in
6653 # subdirectories, so they share the cache.
6654 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6655 # config.status only pays attention to the cache file if you give it the
6656 # --recheck option to rerun configure.
6659 # The following way of writing the cache mishandles newlines in values,
6660 # but we know of no workaround that is simple, portable, and efficient.
6661 # So, don't put newlines in cache variables' values.
6662 # Ultrix sh set writes to stderr and can't be redirected directly,
6663 # and sets the high bit in the cache file unless we assign to the vars.
6665 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6667 # `set' does not quote correctly, so add quotes (double-quote substitution
6668 # turns \\\\ into \\, and sed turns \\ into \).
6670 -e "s/'/'\\\\''/g" \
6671 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6674 # `set' quotes correctly as required by POSIX, so do not add quotes.
6675 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6678 if cmp -s $cache_file confcache
; then
6681 if test -w $cache_file; then
6682 echo "updating cache $cache_file"
6683 cat confcache
> $cache_file
6685 echo "not updating unwritable cache $cache_file"
6692 if test "$wxUSE_GUI" = "yes"; then
6710 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
6711 if test "$cross_compiling" = "yes" ; then
6712 echo "configure: warning: Cross compiling --- skipping windows.h check" 1>&2
6714 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
6715 echo "configure:6716: checking for Windows headers" >&5
6718 for ac_dir
in $SEARCH_INCLUDE;
6720 if test -f "$ac_dir/windows.h"; then
6721 ac_find_includes
=$ac_dir
6726 if test "$ac_find_includes" != "" ; then
6727 echo "$ac_t""found $ac_find_includes" 1>&6
6728 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
6730 echo "$ac_t""no" 1>&6
6731 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6735 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS msw"
6736 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
6738 if test "$wxUSE_MINGW" = 1; then
6739 LDFLAGS
="$LDFLAGS -mwindows"
6744 GUIOBJS
="\$(MSW_GUIOBJS)"
6745 GUIHEADERS
="\$(MSW_HEADERS)"
6746 COMMONOBJS
="\$(MSW_COMMONOBJS)"
6747 GENERICOBJS
="\$(MSW_GENERICOBJS)"
6753 if test "$wxUSE_GTK" = 1; then
6755 if test x
$gtk_config_exec_prefix != x
; then
6756 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
6757 if test x
${GTK_CONFIG+set} != xset
; then
6758 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
6761 if test x
$gtk_config_prefix != x
; then
6762 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
6763 if test x
${GTK_CONFIG+set} != xset
; then
6764 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
6768 # Extract the first word of "gtk-config", so it can be a program name with args.
6769 set dummy gtk
-config; ac_word
=$2
6770 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6771 echo "configure:6772: checking for $ac_word" >&5
6772 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6773 echo $ac_n "(cached) $ac_c" 1>&6
6775 case "$GTK_CONFIG" in
6777 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
6780 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
6783 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6785 for ac_dir
in $ac_dummy; do
6786 test -z "$ac_dir" && ac_dir
=.
6787 if test -f $ac_dir/$ac_word; then
6788 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
6793 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
6797 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
6798 if test -n "$GTK_CONFIG"; then
6799 echo "$ac_t""$GTK_CONFIG" 1>&6
6801 echo "$ac_t""no" 1>&6
6804 min_gtk_version
=1.2.1
6805 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
6806 echo "configure:6807: checking for GTK - version >= $min_gtk_version" >&5
6808 if test "$GTK_CONFIG" != "no" ; then
6809 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
6810 GTK_LIBS
=`$GTK_CONFIG --libs`
6811 ac_save_CFLAGS
="$CFLAGS"
6812 ac_save_LIBS
="$LIBS"
6813 CFLAGS
="$CFLAGS $GTK_CFLAGS"
6814 LIBS
="$LIBS $GTK_LIBS"
6815 if test "$cross_compiling" = yes; then
6816 echo $ac_n "cross compiling; assumed OK... $ac_c"
6818 cat > conftest.
$ac_ext <<EOF
6819 #line 6820 "configure"
6820 #include "confdefs.h"
6822 #include <gtk/gtk.h>
6823 #include <gtk/gtkfeatures.h>
6829 int major, minor, micro;
6831 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
6832 printf("%s, bad version string\n", "$min_gtk_version");
6836 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
6837 (GTK_MINOR_VERSION != gtk_minor_version) ||
6838 (GTK_MICRO_VERSION != gtk_micro_version)) {
6839 printf("Headers vs. library version mismatch!\n");
6843 if (gtk_minor_version == 1) return FALSE;
6845 return !((gtk_major_version > major) ||
6846 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
6847 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
6851 if { (eval echo configure
:6852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
6855 echo "configure: failed program was:" >&5
6856 cat conftest.
$ac_ext >&5
6863 CFLAGS
="$ac_save_CFLAGS"
6864 LIBS
="$ac_save_LIBS"
6868 if test "x$no_gtk" = x
; then
6869 echo "$ac_t""yes" 1>&6
6872 echo "$ac_t""no" 1>&6
6875 { echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.1 or above?" 1>&2; exit 1; }
6881 TOOLKIT_INCLUDE
="$GTK_CFLAGS"
6882 GUI_TK_LIBRARY
="$GTK_LIBS"
6885 GUIOBJS
="\$(GTK_GUIOBJS)"
6886 GUIHEADERS
="\$(GTK_HEADERS)"
6887 COMMONOBJS
="\$(GTK_COMMONOBJS)"
6888 GENERICOBJS
="\$(GTK_GENERICOBJS)"
6889 GUIDEPS
="\$(GTK_GUIDEPS)"
6890 COMMONDEPS
="\$(GTK_COMMONDEPS)"
6891 GENERICDEPS
="\$(GTK_GENERICDEPS)"
6892 UNIXOBJS
="\$(UNIX_OBJS)"
6896 if test "$wxUSE_WINE" = 1; then
6897 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
6898 echo "configure:6899: checking for WINE includes" >&5
6901 for ac_dir
in $SEARCH_INCLUDE;
6903 if test -f "$ac_dir/windows.h"; then
6904 ac_find_includes
=$ac_dir
6909 if test "$ac_find_includes" != "" ; then
6910 echo "$ac_t""found $ac_find_includes" 1>&6
6911 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
6913 echo "$ac_t""no" 1>&6
6914 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6918 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
6919 echo "configure:6920: checking for Xpm library" >&5
6922 for ac_dir
in $SEARCH_LIB;
6924 for ac_extension
in a so sl
; do
6925 if test -f "$ac_dir/libXpm.$ac_extension"; then
6926 ac_find_libraries
=$ac_dir
6932 if test "$ac_find_libraries" != "" ; then
6933 GUI_TK_LIBRARY
="-L$ac_find_libraries"
6935 cat >> confdefs.h
<<\EOF
6936 #define wxHAVE_LIB_XPM 1
6939 echo "$ac_t""found at $ac_find_libraries" 1>&6
6941 echo "$ac_t""no" 1>&6
6942 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
6946 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
6947 echo "configure:6948: checking for Mesa library" >&5
6950 for ac_dir
in $SEARCH_LIB;
6952 for ac_extension
in a so sl
; do
6953 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
6954 ac_find_libraries
=$ac_dir
6960 if test "$ac_find_libraries" != "" ; then
6961 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
6962 MESA_LINK
="-lMesaGL"
6963 echo "$ac_t""found at $ac_find_libraries" 1>&6
6965 { echo "configure: error: no" 1>&2; exit 1; }
6968 GUI_TK_LINK
="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm"
6969 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
6973 GUIHEADERS
="\$(MSW_HEADERS)"
6974 GUIOBJS
="\$(MSW_GUIOBJS)"
6975 COMMONOBJS
="\$(MSW_COMMONOBJS)"
6976 GENERICOBJS
="\$(MSW_GENERICOBJS)"
6977 GUIDEPS
="\$(MSW_GUIDEPS)"
6978 COMMONDEPS
="\$(MSW_COMMONDEPS)"
6979 GENERICDEPS
="\$(MSW_GENERICDEPS)"
6980 UNIXOBJS
="\$(UNIX_OBJS)"
6984 if test "$wxUSE_MOTIF" = 1; then
6985 # If we find X, set shell vars x_includes and x_libraries to the
6986 # paths, otherwise set no_x=yes.
6987 # Uses ac_ vars as temps to allow command line to override cache and checks.
6988 # --without-x overrides everything else, but does not touch the cache.
6989 echo $ac_n "checking for X""... $ac_c" 1>&6
6990 echo "configure:6991: checking for X" >&5
6992 # Check whether --with-x or --without-x was given.
6993 if test "${with_x+set}" = set; then
6998 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
6999 if test "x$with_x" = xno
; then
7000 # The user explicitly disabled X.
7003 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
7004 # Both variables are already set.
7007 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
7008 echo $ac_n "(cached) $ac_c" 1>&6
7010 # One or both of the vars are not set, and there is no cached value.
7011 ac_x_includes
=NO ac_x_libraries
=NO
7013 if mkdir conftestdir
; then
7015 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7016 cat > Imakefile
<<'EOF'
7018 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7020 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
7021 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7022 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7023 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7024 for ac_extension
in a so sl
; do
7025 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
7026 test -f $ac_im_libdir/libX11.
$ac_extension; then
7027 ac_im_usrlibdir
=$ac_im_libdir; break
7030 # Screen out bogus values from the imake configuration. They are
7031 # bogus both because they are the default anyway, and because
7032 # using them would break gcc on systems where it needs fixed includes.
7033 case "$ac_im_incroot" in
7035 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
7037 case "$ac_im_usrlibdir" in
7039 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
7046 if test "$ac_x_includes" = NO
; then
7047 # Guess where to find include files, by looking for this one X11 .h file.
7048 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
7050 # First, try using that file with no special directory specified.
7051 cat > conftest.
$ac_ext <<EOF
7052 #line 7053 "configure"
7053 #include "confdefs.h"
7054 #include <$x_direct_test_include>
7056 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7057 { (eval echo configure
:7058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7058 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7059 if test -z "$ac_err"; then
7061 # We can compile using X headers with no special include directory.
7065 echo "configure: failed program was:" >&5
7066 cat conftest.
$ac_ext >&5
7068 # Look for the header file in a standard set of common directories.
7069 # Check X11 before X11Rn because it is often a symlink to the current release.
7072 /usr
/X
11R
6/include \
7073 /usr
/X
11R
5/include \
7074 /usr
/X
11R
4/include \
7077 /usr
/include
/X11R6 \
7078 /usr
/include
/X11R5 \
7079 /usr
/include
/X11R4 \
7081 /usr
/local
/X
11/include \
7082 /usr
/local
/X
11R
6/include \
7083 /usr
/local
/X
11R
5/include \
7084 /usr
/local
/X
11R
4/include \
7086 /usr
/local
/include
/X11 \
7087 /usr
/local
/include
/X11R6 \
7088 /usr
/local
/include
/X11R5 \
7089 /usr
/local
/include
/X11R4 \
7093 /usr
/XFree
86/include
/X11 \
7096 /usr
/local
/include \
7097 /usr
/unsupported
/include \
7098 /usr
/athena
/include \
7099 /usr
/local
/x
11r
5/include \
7100 /usr
/lpp
/Xamples
/include \
7102 /usr
/openwin
/include \
7103 /usr
/openwin
/share
/include \
7106 if test -r "$ac_dir/$x_direct_test_include"; then
7107 ac_x_includes
=$ac_dir
7113 fi # $ac_x_includes = NO
7115 if test "$ac_x_libraries" = NO
; then
7116 # Check for the libraries.
7118 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
7119 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
7121 # See if we find them without any special options.
7122 # Don't add to $LIBS permanently.
7123 ac_save_LIBS
="$LIBS"
7124 LIBS
="-l$x_direct_test_library $LIBS"
7125 cat > conftest.
$ac_ext <<EOF
7126 #line 7127 "configure"
7127 #include "confdefs.h"
7130 ${x_direct_test_function}()
7133 if { (eval echo configure
:7134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7135 LIBS
="$ac_save_LIBS"
7136 # We can link X programs with no special library path.
7139 echo "configure: failed program was:" >&5
7140 cat conftest.
$ac_ext >&5
7142 LIBS
="$ac_save_LIBS"
7143 # First see if replacing the include by lib works.
7144 # Check X11 before X11Rn because it is often a symlink to the current release.
7145 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
7156 /usr
/local
/X
11/lib \
7157 /usr
/local
/X
11R
6/lib \
7158 /usr
/local
/X
11R
5/lib \
7159 /usr
/local
/X
11R
4/lib \
7161 /usr
/local
/lib
/X11 \
7162 /usr
/local
/lib
/X11R6 \
7163 /usr
/local
/lib
/X11R5 \
7164 /usr
/local
/lib
/X11R4 \
7168 /usr
/XFree
86/lib
/X11 \
7172 /usr
/unsupported
/lib \
7174 /usr
/local
/x
11r
5/lib \
7175 /usr
/lpp
/Xamples
/lib \
7179 /usr
/openwin
/share
/lib \
7182 for ac_extension
in a so sl
; do
7183 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
7184 ac_x_libraries
=$ac_dir
7191 fi # $ac_x_libraries = NO
7193 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
7194 # Didn't find X anywhere. Cache the known absence of X.
7195 ac_cv_have_x
="have_x=no"
7197 # Record where we found X for the cache.
7198 ac_cv_have_x
="have_x=yes \
7199 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7203 eval "$ac_cv_have_x"
7206 if test "$have_x" != yes; then
7207 echo "$ac_t""$have_x" 1>&6
7210 # If each of the values was on the command line, it overrides each guess.
7211 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
7212 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
7213 # Update the cache value to reflect the command line values.
7214 ac_cv_have_x
="have_x=yes \
7215 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
7216 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
7219 if test "$no_x" = yes; then
7220 # Not all programs may use this symbol, but it does not hurt to define it.
7221 cat >> confdefs.h
<<\EOF
7222 #define X_DISPLAY_MISSING 1
7225 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
7227 if test -n "$x_includes"; then
7228 X_CFLAGS
="$X_CFLAGS -I$x_includes"
7231 # It would also be nice to do this for all -L options, not just this one.
7232 if test -n "$x_libraries"; then
7233 X_LIBS
="$X_LIBS -L$x_libraries"
7234 # For Solaris; some versions of Sun CC require a space after -R and
7235 # others require no space. Words are not sufficient . . . .
7236 case "`(uname -sr) 2>/dev/null`" in
7238 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
7239 echo "configure:7240: checking whether -R must be followed by a space" >&5
7240 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
7241 cat > conftest.
$ac_ext <<EOF
7242 #line 7243 "configure"
7243 #include "confdefs.h"
7249 if { (eval echo configure
:7250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7253 echo "configure: failed program was:" >&5
7254 cat conftest.
$ac_ext >&5
7259 if test $ac_R_nospace = yes; then
7260 echo "$ac_t""no" 1>&6
7261 X_LIBS
="$X_LIBS -R$x_libraries"
7263 LIBS
="$ac_xsave_LIBS -R $x_libraries"
7264 cat > conftest.
$ac_ext <<EOF
7265 #line 7266 "configure"
7266 #include "confdefs.h"
7272 if { (eval echo configure
:7273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7276 echo "configure: failed program was:" >&5
7277 cat conftest.
$ac_ext >&5
7282 if test $ac_R_space = yes; then
7283 echo "$ac_t""yes" 1>&6
7284 X_LIBS
="$X_LIBS -R $x_libraries"
7286 echo "$ac_t""neither works" 1>&6
7289 LIBS
="$ac_xsave_LIBS"
7293 # Check for system-dependent libraries X programs must link with.
7294 # Do this before checking for the system-independent R6 libraries
7295 # (-lICE), since we may need -lsocket or whatever for X linking.
7297 if test "$ISC" = yes; then
7298 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
7300 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
7301 # libraries were built with DECnet support. And karl@cs.umb.edu says
7302 # the Alpha needs dnet_stub (dnet does not exist).
7303 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
7304 echo "configure:7305: checking for dnet_ntoa in -ldnet" >&5
7305 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
7306 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7307 echo $ac_n "(cached) $ac_c" 1>&6
7309 ac_save_LIBS
="$LIBS"
7311 cat > conftest.
$ac_ext <<EOF
7312 #line 7313 "configure"
7313 #include "confdefs.h"
7314 /* Override any gcc2 internal prototype to avoid an error. */
7315 /* We use char because int might match the return type of a gcc2
7316 builtin and then its argument prototype would still apply. */
7323 if { (eval echo configure
:7324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7325 eval "ac_cv_lib_$ac_lib_var=yes"
7327 echo "configure: failed program was:" >&5
7328 cat conftest.
$ac_ext >&5
7330 eval "ac_cv_lib_$ac_lib_var=no"
7333 LIBS
="$ac_save_LIBS"
7336 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7337 echo "$ac_t""yes" 1>&6
7338 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
7340 echo "$ac_t""no" 1>&6
7343 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
7344 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
7345 echo "configure:7346: checking for dnet_ntoa in -ldnet_stub" >&5
7346 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
7347 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7348 echo $ac_n "(cached) $ac_c" 1>&6
7350 ac_save_LIBS
="$LIBS"
7351 LIBS
="-ldnet_stub $LIBS"
7352 cat > conftest.
$ac_ext <<EOF
7353 #line 7354 "configure"
7354 #include "confdefs.h"
7355 /* Override any gcc2 internal prototype to avoid an error. */
7356 /* We use char because int might match the return type of a gcc2
7357 builtin and then its argument prototype would still apply. */
7364 if { (eval echo configure
:7365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7366 eval "ac_cv_lib_$ac_lib_var=yes"
7368 echo "configure: failed program was:" >&5
7369 cat conftest.
$ac_ext >&5
7371 eval "ac_cv_lib_$ac_lib_var=no"
7374 LIBS
="$ac_save_LIBS"
7377 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7378 echo "$ac_t""yes" 1>&6
7379 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
7381 echo "$ac_t""no" 1>&6
7386 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7387 # to get the SysV transport functions.
7388 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
7390 # The nsl library prevents programs from opening the X display
7391 # on Irix 5.2, according to dickey@clark.net.
7392 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
7393 echo "configure:7394: checking for gethostbyname" >&5
7394 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
7395 echo $ac_n "(cached) $ac_c" 1>&6
7397 cat > conftest.
$ac_ext <<EOF
7398 #line 7399 "configure"
7399 #include "confdefs.h"
7400 /* System header to define __stub macros and hopefully few prototypes,
7401 which can conflict with char gethostbyname(); below. */
7403 /* Override any gcc2 internal prototype to avoid an error. */
7404 /* We use char because int might match the return type of a gcc2
7405 builtin and then its argument prototype would still apply. */
7406 char gethostbyname();
7411 /* The GNU C library defines this for functions which it implements
7412 to always fail with ENOSYS. Some functions are actually named
7413 something starting with __ and the normal name is an alias. */
7414 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
7422 if { (eval echo configure
:7423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7424 eval "ac_cv_func_gethostbyname=yes"
7426 echo "configure: failed program was:" >&5
7427 cat conftest.
$ac_ext >&5
7429 eval "ac_cv_func_gethostbyname=no"
7434 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
7435 echo "$ac_t""yes" 1>&6
7438 echo "$ac_t""no" 1>&6
7441 if test $ac_cv_func_gethostbyname = no
; then
7442 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
7443 echo "configure:7444: checking for gethostbyname in -lnsl" >&5
7444 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
7445 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7446 echo $ac_n "(cached) $ac_c" 1>&6
7448 ac_save_LIBS
="$LIBS"
7450 cat > conftest.
$ac_ext <<EOF
7451 #line 7452 "configure"
7452 #include "confdefs.h"
7453 /* Override any gcc2 internal prototype to avoid an error. */
7454 /* We use char because int might match the return type of a gcc2
7455 builtin and then its argument prototype would still apply. */
7456 char gethostbyname();
7462 if { (eval echo configure
:7463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7464 eval "ac_cv_lib_$ac_lib_var=yes"
7466 echo "configure: failed program was:" >&5
7467 cat conftest.
$ac_ext >&5
7469 eval "ac_cv_lib_$ac_lib_var=no"
7472 LIBS
="$ac_save_LIBS"
7475 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7476 echo "$ac_t""yes" 1>&6
7477 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
7479 echo "$ac_t""no" 1>&6
7484 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7485 # socket/setsockopt and other routines are undefined under SCO ODT
7486 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7487 # on later versions), says simon@lia.di.epfl.ch: it contains
7488 # gethostby* variants that don't use the nameserver (or something).
7489 # -lsocket must be given before -lnsl if both are needed.
7490 # We assume that if connect needs -lnsl, so does gethostbyname.
7491 echo $ac_n "checking for connect""... $ac_c" 1>&6
7492 echo "configure:7493: checking for connect" >&5
7493 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
7494 echo $ac_n "(cached) $ac_c" 1>&6
7496 cat > conftest.
$ac_ext <<EOF
7497 #line 7498 "configure"
7498 #include "confdefs.h"
7499 /* System header to define __stub macros and hopefully few prototypes,
7500 which can conflict with char connect(); below. */
7502 /* Override any gcc2 internal prototype to avoid an error. */
7503 /* We use char because int might match the return type of a gcc2
7504 builtin and then its argument prototype would still apply. */
7510 /* The GNU C library defines this for functions which it implements
7511 to always fail with ENOSYS. Some functions are actually named
7512 something starting with __ and the normal name is an alias. */
7513 #if defined (__stub_connect) || defined (__stub___connect)
7521 if { (eval echo configure
:7522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7523 eval "ac_cv_func_connect=yes"
7525 echo "configure: failed program was:" >&5
7526 cat conftest.
$ac_ext >&5
7528 eval "ac_cv_func_connect=no"
7533 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
7534 echo "$ac_t""yes" 1>&6
7537 echo "$ac_t""no" 1>&6
7540 if test $ac_cv_func_connect = no
; then
7541 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
7542 echo "configure:7543: checking for connect in -lsocket" >&5
7543 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
7544 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7545 echo $ac_n "(cached) $ac_c" 1>&6
7547 ac_save_LIBS
="$LIBS"
7548 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
7549 cat > conftest.
$ac_ext <<EOF
7550 #line 7551 "configure"
7551 #include "confdefs.h"
7552 /* Override any gcc2 internal prototype to avoid an error. */
7553 /* We use char because int might match the return type of a gcc2
7554 builtin and then its argument prototype would still apply. */
7561 if { (eval echo configure
:7562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7563 eval "ac_cv_lib_$ac_lib_var=yes"
7565 echo "configure: failed program was:" >&5
7566 cat conftest.
$ac_ext >&5
7568 eval "ac_cv_lib_$ac_lib_var=no"
7571 LIBS
="$ac_save_LIBS"
7574 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7575 echo "$ac_t""yes" 1>&6
7576 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
7578 echo "$ac_t""no" 1>&6
7583 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
7584 echo $ac_n "checking for remove""... $ac_c" 1>&6
7585 echo "configure:7586: checking for remove" >&5
7586 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
7587 echo $ac_n "(cached) $ac_c" 1>&6
7589 cat > conftest.
$ac_ext <<EOF
7590 #line 7591 "configure"
7591 #include "confdefs.h"
7592 /* System header to define __stub macros and hopefully few prototypes,
7593 which can conflict with char remove(); below. */
7595 /* Override any gcc2 internal prototype to avoid an error. */
7596 /* We use char because int might match the return type of a gcc2
7597 builtin and then its argument prototype would still apply. */
7603 /* The GNU C library defines this for functions which it implements
7604 to always fail with ENOSYS. Some functions are actually named
7605 something starting with __ and the normal name is an alias. */
7606 #if defined (__stub_remove) || defined (__stub___remove)
7614 if { (eval echo configure
:7615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7616 eval "ac_cv_func_remove=yes"
7618 echo "configure: failed program was:" >&5
7619 cat conftest.
$ac_ext >&5
7621 eval "ac_cv_func_remove=no"
7626 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
7627 echo "$ac_t""yes" 1>&6
7630 echo "$ac_t""no" 1>&6
7633 if test $ac_cv_func_remove = no
; then
7634 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
7635 echo "configure:7636: checking for remove in -lposix" >&5
7636 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
7637 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7638 echo $ac_n "(cached) $ac_c" 1>&6
7640 ac_save_LIBS
="$LIBS"
7641 LIBS
="-lposix $LIBS"
7642 cat > conftest.
$ac_ext <<EOF
7643 #line 7644 "configure"
7644 #include "confdefs.h"
7645 /* Override any gcc2 internal prototype to avoid an error. */
7646 /* We use char because int might match the return type of a gcc2
7647 builtin and then its argument prototype would still apply. */
7654 if { (eval echo configure
:7655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7656 eval "ac_cv_lib_$ac_lib_var=yes"
7658 echo "configure: failed program was:" >&5
7659 cat conftest.
$ac_ext >&5
7661 eval "ac_cv_lib_$ac_lib_var=no"
7664 LIBS
="$ac_save_LIBS"
7667 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7668 echo "$ac_t""yes" 1>&6
7669 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
7671 echo "$ac_t""no" 1>&6
7676 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7677 echo $ac_n "checking for shmat""... $ac_c" 1>&6
7678 echo "configure:7679: checking for shmat" >&5
7679 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
7680 echo $ac_n "(cached) $ac_c" 1>&6
7682 cat > conftest.
$ac_ext <<EOF
7683 #line 7684 "configure"
7684 #include "confdefs.h"
7685 /* System header to define __stub macros and hopefully few prototypes,
7686 which can conflict with char shmat(); below. */
7688 /* Override any gcc2 internal prototype to avoid an error. */
7689 /* We use char because int might match the return type of a gcc2
7690 builtin and then its argument prototype would still apply. */
7696 /* The GNU C library defines this for functions which it implements
7697 to always fail with ENOSYS. Some functions are actually named
7698 something starting with __ and the normal name is an alias. */
7699 #if defined (__stub_shmat) || defined (__stub___shmat)
7707 if { (eval echo configure
:7708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7709 eval "ac_cv_func_shmat=yes"
7711 echo "configure: failed program was:" >&5
7712 cat conftest.
$ac_ext >&5
7714 eval "ac_cv_func_shmat=no"
7719 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
7720 echo "$ac_t""yes" 1>&6
7723 echo "$ac_t""no" 1>&6
7726 if test $ac_cv_func_shmat = no
; then
7727 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
7728 echo "configure:7729: checking for shmat in -lipc" >&5
7729 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
7730 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7731 echo $ac_n "(cached) $ac_c" 1>&6
7733 ac_save_LIBS
="$LIBS"
7735 cat > conftest.
$ac_ext <<EOF
7736 #line 7737 "configure"
7737 #include "confdefs.h"
7738 /* Override any gcc2 internal prototype to avoid an error. */
7739 /* We use char because int might match the return type of a gcc2
7740 builtin and then its argument prototype would still apply. */
7747 if { (eval echo configure
:7748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7749 eval "ac_cv_lib_$ac_lib_var=yes"
7751 echo "configure: failed program was:" >&5
7752 cat conftest.
$ac_ext >&5
7754 eval "ac_cv_lib_$ac_lib_var=no"
7757 LIBS
="$ac_save_LIBS"
7760 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7761 echo "$ac_t""yes" 1>&6
7762 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
7764 echo "$ac_t""no" 1>&6
7770 # Check for libraries that X11R6 Xt/Xaw programs need.
7771 ac_save_LDFLAGS
="$LDFLAGS"
7772 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
7773 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7774 # check for ICE first), but we must link in the order -lSM -lICE or
7775 # we get undefined symbols. So assume we have SM if we have ICE.
7776 # These have to be linked with before -lX11, unlike the other
7777 # libraries we check for below, so use a different variable.
7778 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
7779 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
7780 echo "configure:7781: checking for IceConnectionNumber in -lICE" >&5
7781 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
7782 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7783 echo $ac_n "(cached) $ac_c" 1>&6
7785 ac_save_LIBS
="$LIBS"
7786 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
7787 cat > conftest.
$ac_ext <<EOF
7788 #line 7789 "configure"
7789 #include "confdefs.h"
7790 /* Override any gcc2 internal prototype to avoid an error. */
7791 /* We use char because int might match the return type of a gcc2
7792 builtin and then its argument prototype would still apply. */
7793 char IceConnectionNumber();
7796 IceConnectionNumber()
7799 if { (eval echo configure
:7800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7801 eval "ac_cv_lib_$ac_lib_var=yes"
7803 echo "configure: failed program was:" >&5
7804 cat conftest.
$ac_ext >&5
7806 eval "ac_cv_lib_$ac_lib_var=no"
7809 LIBS
="$ac_save_LIBS"
7812 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7813 echo "$ac_t""yes" 1>&6
7814 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
7816 echo "$ac_t""no" 1>&6
7819 LDFLAGS
="$ac_save_LDFLAGS"
7824 if test "$no_x" = "yes"; then
7825 { echo "configure: error: X11 not found" 1>&2; exit 1; }
7828 GUI_TK_LIBRARY
="$X_LIBS"
7829 TOOLKIT_INCLUDE
="$X_CFLAGS"
7832 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
7833 echo "configure:7834: checking for Motif/Lesstif headers" >&5
7836 for ac_dir
in $SEARCH_INCLUDE;
7838 if test -f "$ac_dir/Xm/Xm.h"; then
7839 ac_find_includes
=$ac_dir
7844 if test "$ac_find_includes" != "" ; then
7845 echo "$ac_t""found $ac_find_includes" 1>&6
7847 echo "$ac_t""no" 1>&6
7848 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
7851 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
7852 echo "configure:7853: checking for Motif/Lesstif library" >&5
7855 for ac_dir
in $SEARCH_LIB;
7857 for ac_extension
in a so sl
; do
7858 if test -f "$ac_dir/libXm.$ac_extension"; then
7859 ac_find_libraries
=$ac_dir
7865 if test "$ac_find_libraries" != "" ; then
7867 ac_path_to_include
=$ac_find_includes
7868 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
7870 if test $result = 0; then
7871 ac_path_to_include
=""
7873 ac_path_to_include
="-I$ac_find_includes"
7877 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7879 if test $result = 0; then
7882 ac_path_to_link
="-L$ac_find_libraries"
7886 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7887 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
7888 echo "$ac_t""found at $ac_find_libraries" 1>&6
7890 echo "$ac_t""no" 1>&6
7891 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
7894 echo $ac_n "checking for Xt library""... $ac_c" 1>&6
7895 echo "configure:7896: checking for Xt library" >&5
7898 for ac_dir
in $SEARCH_LIB;
7900 for ac_extension
in a so sl
; do
7901 if test -f "$ac_dir/libXt.$ac_extension"; then
7902 ac_find_libraries
=$ac_dir
7908 if test "$ac_find_libraries" != "" ; then
7910 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7912 if test $result = 0; then
7915 ac_path_to_link
="-L$ac_find_libraries"
7918 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7919 echo "$ac_t""found at $ac_find_libraries" 1>&6
7921 echo "$ac_t""no" 1>&6
7922 { echo "configure: error: please set LDFLAGS to contain the location of libXt" 1>&2; exit 1; }
7926 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
7927 echo "configure:7928: checking for Xpm library" >&5
7930 for ac_dir
in $SEARCH_LIB;
7932 for ac_extension
in a so sl
; do
7933 if test -f "$ac_dir/libXpm.$ac_extension"; then
7934 ac_find_libraries
=$ac_dir
7940 if test "$ac_find_libraries" != "" ; then
7942 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7944 if test $result = 0; then
7947 ac_path_to_link
="-L$ac_find_libraries"
7950 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7952 cat >> confdefs.h
<<\EOF
7953 #define wxHAVE_LIB_XPM 1
7956 echo "$ac_t""found at $ac_find_libraries" 1>&6
7958 echo "$ac_t""no" 1>&6
7959 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7962 GUI_TK_LINK
="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11 -lm"
7963 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
7966 GUIHEADERS
="\$(MOTIF_HEADERS)"
7967 GUIOBJS
="\$(MOTIF_GUIOBJS)"
7968 COMMONOBJS
="\$(MOTIF_COMMONOBJS)"
7969 GENERICOBJS
="\$(MOTIF_GENERICOBJS)"
7970 GUIDEPS
="\$(MOTIF_GUIDEPS)"
7971 COMMONDEPS
="\$(MOTIF_COMMONDEPS)"
7972 GENERICDEPS
="\$(MOTIF_GENERICDEPS)"
7973 UNIXOBJS
="\$(UNIX_OBJS)"
7977 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "A-Z" "a-z"`
7979 TOOLKIT_DEF
="-D__WX${TOOLKIT}__"
7981 WX_LIBRARY
="wx_${TOOLKIT_DIR}"
7983 ALL_OBJECTS
="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(JPEGOBJS) \$(PNGOBJS) \$(ZLIBOBJS) \$(IODBCOBJS)"
7984 ALL_DEPFILES
="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS)"
7985 ALL_HEADERS
="\$(GUIHEADERS) \$(HTML_HEADERS) \$(UNIX_HEADERS) \$(PROTOCOL_HEADERS) \$(GENERIC_HEADERS) \$(WX_HEADERS)"
7988 ALL_OBJECTS
="\$(BASE_OBJS)"
7989 ALL_DEPFILES
="\${BASE_DEPS}"
7990 ALL_HEADERS
="\${BASE_HEADERS}"
7995 WX_LIBRARY_NAME
="lib${WX_LIBRARY}.la"
7997 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
7999 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
8001 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
8002 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.so"
8003 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.so"
8010 if test "$wxUSE_SHARED" = "yes"; then
8013 if test "$GCC" = yes ; then
8014 SHARED_LD
="${CC} -shared -fPIC -o"
8017 SHARED_LD
="${CXX} -b -o"
8020 WX_LIBRARY_NAME_SHARED
="libwx_${TOOLKIT_DIR}.sl"
8021 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
8024 SHARED_LD
="${CC} -shared -o"
8026 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8027 WX_ALL
="CREATE_LINKS"
8029 *-*-irix5* | *-*-irix6* )
8030 if test "$GCC" = yes ; then
8031 SHARED_LD
="${CC} -shared -o"
8034 SHARED_LD
="${CXX} -shared -o"
8036 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8037 WX_ALL
="CREATE_LINKS"
8040 if test "$GCC" = yes ; then
8041 SHARED_LD
="${CC} -shared -o"
8044 SHARED_LD
="${CXX} -G -o"
8047 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8048 WX_ALL
="CREATE_LINKS"
8051 SHARED_LD
="${CC} -shared -o"
8053 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8054 WX_ALL
="CREATE_LINKS"
8056 *-*-freebsd* | *-*-netbsd*)
8057 SHARED_LD
="${CC} -shared -o"
8059 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8060 WX_ALL
="CREATE_LINKS"
8063 SHARED_LD
="${CXX} -shared -o"
8065 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8066 WX_ALL
="CREATE_LINKS"
8069 SHARED_LD
="${CXX} -shared -o"
8071 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8072 WX_ALL
="CREATE_LINKS"
8075 SHARED_LD
="${CC} -shared -o"
8077 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
8078 WX_ALL
="CREATE_LINKS"
8081 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
8082 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
8085 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
8086 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
8089 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
8090 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
8095 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
8098 if test "x$WX_TARGET_LIBRARY" = "x"; then
8099 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
8102 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
8103 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
8107 for ac_hdr
in strings.h
8109 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8110 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8111 echo "configure:8112: checking for $ac_hdr" >&5
8112 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8113 echo $ac_n "(cached) $ac_c" 1>&6
8115 cat > conftest.
$ac_ext <<EOF
8116 #line 8117 "configure"
8117 #include "confdefs.h"
8120 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8121 { (eval echo configure
:8122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8122 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8123 if test -z "$ac_err"; then
8125 eval "ac_cv_header_$ac_safe=yes"
8128 echo "configure: failed program was:" >&5
8129 cat conftest.
$ac_ext >&5
8131 eval "ac_cv_header_$ac_safe=no"
8135 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8136 echo "$ac_t""yes" 1>&6
8137 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8138 cat >> confdefs.h
<<EOF
8139 #define $ac_tr_hdr 1
8143 echo "$ac_t""no" 1>&6
8147 for ac_hdr
in unistd.h
8149 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8150 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8151 echo "configure:8152: checking for $ac_hdr" >&5
8152 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8153 echo $ac_n "(cached) $ac_c" 1>&6
8155 cat > conftest.
$ac_ext <<EOF
8156 #line 8157 "configure"
8157 #include "confdefs.h"
8160 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8161 { (eval echo configure
:8162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8162 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8163 if test -z "$ac_err"; then
8165 eval "ac_cv_header_$ac_safe=yes"
8168 echo "configure: failed program was:" >&5
8169 cat conftest.
$ac_ext >&5
8171 eval "ac_cv_header_$ac_safe=no"
8175 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8176 echo "$ac_t""yes" 1>&6
8177 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8178 cat >> confdefs.h
<<EOF
8179 #define $ac_tr_hdr 1
8183 echo "$ac_t""no" 1>&6
8187 for ac_hdr
in wchar.h
8189 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8190 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8191 echo "configure:8192: checking for $ac_hdr" >&5
8192 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8193 echo $ac_n "(cached) $ac_c" 1>&6
8195 cat > conftest.
$ac_ext <<EOF
8196 #line 8197 "configure"
8197 #include "confdefs.h"
8200 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8201 { (eval echo configure
:8202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8202 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8203 if test -z "$ac_err"; then
8205 eval "ac_cv_header_$ac_safe=yes"
8208 echo "configure: failed program was:" >&5
8209 cat conftest.
$ac_ext >&5
8211 eval "ac_cv_header_$ac_safe=no"
8215 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8216 echo "$ac_t""yes" 1>&6
8217 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8218 cat >> confdefs.h
<<EOF
8219 #define $ac_tr_hdr 1
8223 echo "$ac_t""no" 1>&6
8227 for ac_hdr
in wcstr.h
8229 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8230 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8231 echo "configure:8232: checking for $ac_hdr" >&5
8232 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8233 echo $ac_n "(cached) $ac_c" 1>&6
8235 cat > conftest.
$ac_ext <<EOF
8236 #line 8237 "configure"
8237 #include "confdefs.h"
8240 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8241 { (eval echo configure
:8242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8242 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8243 if test -z "$ac_err"; then
8245 eval "ac_cv_header_$ac_safe=yes"
8248 echo "configure: failed program was:" >&5
8249 cat conftest.
$ac_ext >&5
8251 eval "ac_cv_header_$ac_safe=no"
8255 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8256 echo "$ac_t""yes" 1>&6
8257 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8258 cat >> confdefs.h
<<EOF
8259 #define $ac_tr_hdr 1
8263 echo "$ac_t""no" 1>&6
8267 for ac_hdr
in fnmatch.h
8269 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8270 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8271 echo "configure:8272: checking for $ac_hdr" >&5
8272 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8273 echo $ac_n "(cached) $ac_c" 1>&6
8275 cat > conftest.
$ac_ext <<EOF
8276 #line 8277 "configure"
8277 #include "confdefs.h"
8280 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8281 { (eval echo configure
:8282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8282 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8283 if test -z "$ac_err"; then
8285 eval "ac_cv_header_$ac_safe=yes"
8288 echo "configure: failed program was:" >&5
8289 cat conftest.
$ac_ext >&5
8291 eval "ac_cv_header_$ac_safe=no"
8295 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8296 echo "$ac_t""yes" 1>&6
8297 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8298 cat >> confdefs.h
<<EOF
8299 #define $ac_tr_hdr 1
8303 echo "$ac_t""no" 1>&6
8308 if test "$wxUSE_GUI" = "yes"; then
8309 for ac_hdr
in X
11/XKBlib.h
8311 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8312 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8313 echo "configure:8314: checking for $ac_hdr" >&5
8314 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8315 echo $ac_n "(cached) $ac_c" 1>&6
8317 cat > conftest.
$ac_ext <<EOF
8318 #line 8319 "configure"
8319 #include "confdefs.h"
8322 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8323 { (eval echo configure
:8324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8324 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8325 if test -z "$ac_err"; then
8327 eval "ac_cv_header_$ac_safe=yes"
8330 echo "configure: failed program was:" >&5
8331 cat conftest.
$ac_ext >&5
8333 eval "ac_cv_header_$ac_safe=no"
8337 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8338 echo "$ac_t""yes" 1>&6
8339 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8340 cat >> confdefs.h
<<EOF
8341 #define $ac_tr_hdr 1
8345 echo "$ac_t""no" 1>&6
8352 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
8353 echo "configure:8354: checking for ANSI C header files" >&5
8354 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
8355 echo $ac_n "(cached) $ac_c" 1>&6
8357 cat > conftest.
$ac_ext <<EOF
8358 #line 8359 "configure"
8359 #include "confdefs.h"
8365 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8366 { (eval echo configure
:8367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8367 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8368 if test -z "$ac_err"; then
8370 ac_cv_header_stdc
=yes
8373 echo "configure: failed program was:" >&5
8374 cat conftest.
$ac_ext >&5
8376 ac_cv_header_stdc
=no
8380 if test $ac_cv_header_stdc = yes; then
8381 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8382 cat > conftest.
$ac_ext <<EOF
8383 #line 8384 "configure"
8384 #include "confdefs.h"
8387 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8388 egrep "memchr" >/dev
/null
2>&1; then
8392 ac_cv_header_stdc
=no
8398 if test $ac_cv_header_stdc = yes; then
8399 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8400 cat > conftest.
$ac_ext <<EOF
8401 #line 8402 "configure"
8402 #include "confdefs.h"
8405 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8406 egrep "free" >/dev
/null
2>&1; then
8410 ac_cv_header_stdc
=no
8416 if test $ac_cv_header_stdc = yes; then
8417 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8418 if test "$cross_compiling" = yes; then
8421 cat > conftest.
$ac_ext <<EOF
8422 #line 8423 "configure"
8423 #include "confdefs.h"
8425 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8426 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8427 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8428 int main () { int i; for (i = 0; i < 256; i++)
8429 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
8433 if { (eval echo configure
:8434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8437 echo "configure: failed program was:" >&5
8438 cat conftest.
$ac_ext >&5
8440 ac_cv_header_stdc
=no
8448 echo "$ac_t""$ac_cv_header_stdc" 1>&6
8449 if test $ac_cv_header_stdc = yes; then
8450 cat >> confdefs.h
<<\EOF
8451 #define STDC_HEADERS 1
8456 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
8457 echo "configure:8458: checking for mode_t" >&5
8458 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
8459 echo $ac_n "(cached) $ac_c" 1>&6
8461 cat > conftest.
$ac_ext <<EOF
8462 #line 8463 "configure"
8463 #include "confdefs.h"
8464 #include <sys/types.h>
8470 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8471 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
8473 ac_cv_type_mode_t
=yes
8476 ac_cv_type_mode_t
=no
8481 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
8482 if test $ac_cv_type_mode_t = no
; then
8483 cat >> confdefs.h
<<\EOF
8489 echo $ac_n "checking for off_t""... $ac_c" 1>&6
8490 echo "configure:8491: checking for off_t" >&5
8491 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
8492 echo $ac_n "(cached) $ac_c" 1>&6
8494 cat > conftest.
$ac_ext <<EOF
8495 #line 8496 "configure"
8496 #include "confdefs.h"
8497 #include <sys/types.h>
8503 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8504 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
8506 ac_cv_type_off_t
=yes
8514 echo "$ac_t""$ac_cv_type_off_t" 1>&6
8515 if test $ac_cv_type_off_t = no
; then
8516 cat >> confdefs.h
<<\EOF
8522 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
8523 echo "configure:8524: checking for pid_t" >&5
8524 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
8525 echo $ac_n "(cached) $ac_c" 1>&6
8527 cat > conftest.
$ac_ext <<EOF
8528 #line 8529 "configure"
8529 #include "confdefs.h"
8530 #include <sys/types.h>
8536 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8537 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
8539 ac_cv_type_pid_t
=yes
8547 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
8548 if test $ac_cv_type_pid_t = no
; then
8549 cat >> confdefs.h
<<\EOF
8555 echo $ac_n "checking for size_t""... $ac_c" 1>&6
8556 echo "configure:8557: checking for size_t" >&5
8557 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
8558 echo $ac_n "(cached) $ac_c" 1>&6
8560 cat > conftest.
$ac_ext <<EOF
8561 #line 8562 "configure"
8562 #include "confdefs.h"
8563 #include <sys/types.h>
8569 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8570 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
8572 ac_cv_type_size_t
=yes
8575 ac_cv_type_size_t
=no
8580 echo "$ac_t""$ac_cv_type_size_t" 1>&6
8581 if test $ac_cv_type_size_t = no
; then
8582 cat >> confdefs.h
<<\EOF
8583 #define size_t unsigned
8588 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
8589 echo "configure:8590: checking for uid_t in sys/types.h" >&5
8590 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
8591 echo $ac_n "(cached) $ac_c" 1>&6
8593 cat > conftest.
$ac_ext <<EOF
8594 #line 8595 "configure"
8595 #include "confdefs.h"
8596 #include <sys/types.h>
8598 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8599 egrep "uid_t" >/dev
/null
2>&1; then
8601 ac_cv_type_uid_t
=yes
8610 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
8611 if test $ac_cv_type_uid_t = no
; then
8612 cat >> confdefs.h
<<\EOF
8616 cat >> confdefs.h
<<\EOF
8625 echo $ac_n "checking for working const""... $ac_c" 1>&6
8626 echo "configure:8627: checking for working const" >&5
8627 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
8628 echo $ac_n "(cached) $ac_c" 1>&6
8630 cat > conftest.
$ac_ext <<EOF
8631 #line 8632 "configure"
8632 #include "confdefs.h"
8636 /* Ultrix mips cc rejects this. */
8637 typedef int charset[2]; const charset x;
8638 /* SunOS 4.1.1 cc rejects this. */
8639 char const *const *ccp;
8641 /* NEC SVR4.0.2 mips cc rejects this. */
8642 struct point {int x, y;};
8643 static struct point const zero = {0,0};
8644 /* AIX XL C 1.02.0.0 rejects this.
8645 It does not let you subtract one const X* pointer from another in an arm
8646 of an if-expression whose if-part is not a constant expression */
8647 const char *g = "string";
8648 ccp = &g + (g ? g-g : 0);
8649 /* HPUX 7.0 cc rejects these. */
8652 ccp = (char const *const *) p;
8653 { /* SCO 3.2v4 cc rejects this. */
8655 char const *s = 0 ? (char *) 0 : (char const *) 0;
8659 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
8661 const int *foo = &x[0];
8664 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
8665 typedef const int *iptr;
8669 { /* AIX XL C 1.02.0.0 rejects this saying
8670 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
8671 struct s { int j; const int *ap[3]; };
8672 struct s *b; b->j = 5;
8674 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8680 if { (eval echo configure
:8681: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8684 echo "configure: failed program was:" >&5
8685 cat conftest.
$ac_ext >&5
8692 echo "$ac_t""$ac_cv_c_const" 1>&6
8693 if test $ac_cv_c_const = no
; then
8694 cat >> confdefs.h
<<\EOF
8700 echo $ac_n "checking for inline""... $ac_c" 1>&6
8701 echo "configure:8702: checking for inline" >&5
8702 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
8703 echo $ac_n "(cached) $ac_c" 1>&6
8706 for ac_kw
in inline __inline__ __inline
; do
8707 cat > conftest.
$ac_ext <<EOF
8708 #line 8709 "configure"
8709 #include "confdefs.h"
8715 if { (eval echo configure
:8716: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8717 ac_cv_c_inline
=$ac_kw; break
8719 echo "configure: failed program was:" >&5
8720 cat conftest.
$ac_ext >&5
8727 echo "$ac_t""$ac_cv_c_inline" 1>&6
8728 case "$ac_cv_c_inline" in
8730 no
) cat >> confdefs.h
<<\EOF
8734 *) cat >> confdefs.h
<<EOF
8735 #define inline $ac_cv_c_inline
8741 echo $ac_n "checking size of char""... $ac_c" 1>&6
8742 echo "configure:8743: checking size of char" >&5
8743 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
8744 echo $ac_n "(cached) $ac_c" 1>&6
8746 if test "$cross_compiling" = yes; then
8749 cat > conftest.
$ac_ext <<EOF
8750 #line 8751 "configure"
8751 #include "confdefs.h"
8755 FILE *f=fopen("conftestval", "w");
8757 fprintf(f, "%d\n", sizeof(char));
8761 if { (eval echo configure
:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8763 ac_cv_sizeof_char
=`cat conftestval`
8765 echo "configure: failed program was:" >&5
8766 cat conftest.
$ac_ext >&5
8774 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
8775 cat >> confdefs.h
<<EOF
8776 #define SIZEOF_CHAR $ac_cv_sizeof_char
8780 echo $ac_n "checking size of short""... $ac_c" 1>&6
8781 echo "configure:8782: checking size of short" >&5
8782 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
8783 echo $ac_n "(cached) $ac_c" 1>&6
8785 if test "$cross_compiling" = yes; then
8786 ac_cv_sizeof_short
=2
8788 cat > conftest.
$ac_ext <<EOF
8789 #line 8790 "configure"
8790 #include "confdefs.h"
8794 FILE *f=fopen("conftestval", "w");
8796 fprintf(f, "%d\n", sizeof(short));
8800 if { (eval echo configure
:8801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8802 ac_cv_sizeof_short
=`cat conftestval`
8804 echo "configure: failed program was:" >&5
8805 cat conftest.
$ac_ext >&5
8807 ac_cv_sizeof_short
=0
8813 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
8814 cat >> confdefs.h
<<EOF
8815 #define SIZEOF_SHORT $ac_cv_sizeof_short
8819 echo $ac_n "checking size of int *""... $ac_c" 1>&6
8820 echo "configure:8821: checking size of int *" >&5
8821 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
8822 echo $ac_n "(cached) $ac_c" 1>&6
8824 if test "$cross_compiling" = yes; then
8825 ac_cv_sizeof_int_p
=4
8827 cat > conftest.
$ac_ext <<EOF
8828 #line 8829 "configure"
8829 #include "confdefs.h"
8833 FILE *f=fopen("conftestval", "w");
8835 fprintf(f, "%d\n", sizeof(int *));
8839 if { (eval echo configure
:8840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8841 ac_cv_sizeof_int_p
=`cat conftestval`
8843 echo "configure: failed program was:" >&5
8844 cat conftest.
$ac_ext >&5
8846 ac_cv_sizeof_int_p
=0
8852 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
8853 cat >> confdefs.h
<<EOF
8854 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
8858 echo $ac_n "checking size of int""... $ac_c" 1>&6
8859 echo "configure:8860: checking size of int" >&5
8860 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
8861 echo $ac_n "(cached) $ac_c" 1>&6
8863 if test "$cross_compiling" = yes; then
8866 cat > conftest.
$ac_ext <<EOF
8867 #line 8868 "configure"
8868 #include "confdefs.h"
8872 FILE *f=fopen("conftestval", "w");
8874 fprintf(f, "%d\n", sizeof(int));
8878 if { (eval echo configure
:8879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8880 ac_cv_sizeof_int
=`cat conftestval`
8882 echo "configure: failed program was:" >&5
8883 cat conftest.
$ac_ext >&5
8891 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
8892 cat >> confdefs.h
<<EOF
8893 #define SIZEOF_INT $ac_cv_sizeof_int
8897 echo $ac_n "checking size of long""... $ac_c" 1>&6
8898 echo "configure:8899: checking size of long" >&5
8899 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
8900 echo $ac_n "(cached) $ac_c" 1>&6
8902 if test "$cross_compiling" = yes; then
8905 cat > conftest.
$ac_ext <<EOF
8906 #line 8907 "configure"
8907 #include "confdefs.h"
8911 FILE *f=fopen("conftestval", "w");
8913 fprintf(f, "%d\n", sizeof(long));
8917 if { (eval echo configure
:8918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8919 ac_cv_sizeof_long
=`cat conftestval`
8921 echo "configure: failed program was:" >&5
8922 cat conftest.
$ac_ext >&5
8930 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
8931 cat >> confdefs.h
<<EOF
8932 #define SIZEOF_LONG $ac_cv_sizeof_long
8936 echo $ac_n "checking size of long long""... $ac_c" 1>&6
8937 echo "configure:8938: checking size of long long" >&5
8938 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
8939 echo $ac_n "(cached) $ac_c" 1>&6
8941 if test "$cross_compiling" = yes; then
8942 ac_cv_sizeof_long_long
=0
8944 cat > conftest.
$ac_ext <<EOF
8945 #line 8946 "configure"
8946 #include "confdefs.h"
8950 FILE *f=fopen("conftestval", "w");
8952 fprintf(f, "%d\n", sizeof(long long));
8956 if { (eval echo configure
:8957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8958 ac_cv_sizeof_long_long
=`cat conftestval`
8960 echo "configure: failed program was:" >&5
8961 cat conftest.
$ac_ext >&5
8963 ac_cv_sizeof_long_long
=0
8969 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
8970 cat >> confdefs.h
<<EOF
8971 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8976 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
8977 echo "configure:8978: checking whether byte ordering is bigendian" >&5
8978 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
8979 echo $ac_n "(cached) $ac_c" 1>&6
8981 ac_cv_c_bigendian
=unknown
8982 # See if sys/param.h defines the BYTE_ORDER macro.
8983 cat > conftest.
$ac_ext <<EOF
8984 #line 8985 "configure"
8985 #include "confdefs.h"
8986 #include <sys/types.h>
8987 #include <sys/param.h>
8990 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
8995 if { (eval echo configure
:8996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8997 # It does; now see whether it defined to BIG_ENDIAN or not.
8998 cat > conftest.
$ac_ext <<EOF
8999 #line 9000 "configure"
9000 #include "confdefs.h"
9001 #include <sys/types.h>
9002 #include <sys/param.h>
9005 #if BYTE_ORDER != BIG_ENDIAN
9010 if { (eval echo configure
:9011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9012 ac_cv_c_bigendian
=yes
9014 echo "configure: failed program was:" >&5
9015 cat conftest.
$ac_ext >&5
9017 ac_cv_c_bigendian
=no
9021 echo "configure: failed program was:" >&5
9022 cat conftest.
$ac_ext >&5
9025 if test $ac_cv_c_bigendian = unknown
; then
9026 if test "$cross_compiling" = yes; then
9027 ac_cv_c_bigendian
=unknown
9029 cat > conftest.
$ac_ext <<EOF
9030 #line 9031 "configure"
9031 #include "confdefs.h"
9033 /* Are we little or big endian? From Harbison&Steele. */
9037 char c[sizeof (long)];
9040 exit (u.c[sizeof (long) - 1] == 1);
9043 if { (eval echo configure
:9044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9045 ac_cv_c_bigendian
=no
9047 echo "configure: failed program was:" >&5
9048 cat conftest.
$ac_ext >&5
9050 ac_cv_c_bigendian
=yes
9058 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
9059 if test $ac_cv_c_bigendian = unknown
; then
9060 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
9062 if test $ac_cv_c_bigendian = yes; then
9063 cat >> confdefs.h
<<\EOF
9064 #define WORDS_BIGENDIAN 1
9071 if test "$cross_compiling" = "yes"; then
9072 cat >> confdefs.h
<<\EOF
9073 #define wxUSE_IOSTREAMH 1
9079 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9080 ac_cpp
='$CXXCPP $CPPFLAGS'
9081 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9082 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9083 cross_compiling
=$ac_cv_prog_cxx_cross
9086 for ac_hdr
in iostream
9088 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9089 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9090 echo "configure:9091: checking for $ac_hdr" >&5
9091 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9092 echo $ac_n "(cached) $ac_c" 1>&6
9094 cat > conftest.
$ac_ext <<EOF
9095 #line 9096 "configure"
9096 #include "confdefs.h"
9099 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9100 { (eval echo configure
:9101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9101 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9102 if test -z "$ac_err"; then
9104 eval "ac_cv_header_$ac_safe=yes"
9107 echo "configure: failed program was:" >&5
9108 cat conftest.
$ac_ext >&5
9110 eval "ac_cv_header_$ac_safe=no"
9114 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9115 echo "$ac_t""yes" 1>&6
9116 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9117 cat >> confdefs.h
<<EOF
9118 #define $ac_tr_hdr 1
9122 echo "$ac_t""no" 1>&6
9127 if test "x$HAVE_IOSTREAM" = x
; then
9128 cat >> confdefs.h
<<\EOF
9129 #define wxUSE_IOSTREAMH 1
9137 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9138 ac_cpp
='$CPP $CPPFLAGS'
9139 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9140 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9141 cross_compiling
=$ac_cv_prog_cc_cross
9147 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
9148 echo "configure:9149: checking if C++ compiler supports bool" >&5
9149 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
9150 echo $ac_n "(cached) $ac_c" 1>&6
9155 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9156 ac_cpp
='$CXXCPP $CPPFLAGS'
9157 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9158 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9159 cross_compiling
=$ac_cv_prog_cxx_cross
9162 cat > conftest.
$ac_ext <<EOF
9163 #line 9164 "configure"
9164 #include "confdefs.h"
9175 if { (eval echo configure
:9176: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9178 cat >> confdefs.h
<<\EOF
9185 echo "configure: failed program was:" >&5
9186 cat conftest.
$ac_ext >&5
9196 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9197 ac_cpp
='$CPP $CPPFLAGS'
9198 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9199 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9200 cross_compiling
=$ac_cv_prog_cc_cross
9205 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
9207 if test "$wx_cv_cpp_bool" = "yes"; then
9208 cat >> confdefs.h
<<\EOF
9216 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
9217 echo "configure:9218: checking if you need GNU extensions" >&5
9218 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
9219 echo $ac_n "(cached) $ac_c" 1>&6
9222 cat > conftest.
$ac_ext <<EOF
9223 #line 9224 "configure"
9224 #include "confdefs.h"
9225 #include <features.h>
9229 #ifndef __GNU_LIBRARY__
9230 Compile error wanted
9236 if { (eval echo configure
:9237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9238 wx_cv_gnu_extensions
=yes
9240 echo "configure: failed program was:" >&5
9241 cat conftest.
$ac_ext >&5
9243 wx_cv_gnu_extensions
=no
9250 echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
9251 if test "$wx_cv_gnu_extensions" = "yes"; then
9252 cat >> confdefs.h
<<EOF
9253 #define _GNU_SOURCE 1
9260 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
9261 echo "configure:9262: checking for wcslen in -lc" >&5
9262 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
9263 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9264 echo $ac_n "(cached) $ac_c" 1>&6
9266 ac_save_LIBS
="$LIBS"
9268 cat > conftest.
$ac_ext <<EOF
9269 #line 9270 "configure"
9270 #include "confdefs.h"
9271 /* Override any gcc2 internal prototype to avoid an error. */
9272 /* We use char because int might match the return type of a gcc2
9273 builtin and then its argument prototype would still apply. */
9280 if { (eval echo configure
:9281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9282 eval "ac_cv_lib_$ac_lib_var=yes"
9284 echo "configure: failed program was:" >&5
9285 cat conftest.
$ac_ext >&5
9287 eval "ac_cv_lib_$ac_lib_var=no"
9290 LIBS
="$ac_save_LIBS"
9293 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9294 echo "$ac_t""yes" 1>&6
9296 cat >> confdefs.h
<<\EOF
9297 #define HAVE_WCSLEN 1
9303 echo "$ac_t""no" 1>&6
9305 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
9306 echo "configure:9307: checking for wcslen in -lw" >&5
9307 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
9308 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9309 echo $ac_n "(cached) $ac_c" 1>&6
9311 ac_save_LIBS
="$LIBS"
9313 cat > conftest.
$ac_ext <<EOF
9314 #line 9315 "configure"
9315 #include "confdefs.h"
9316 /* Override any gcc2 internal prototype to avoid an error. */
9317 /* We use char because int might match the return type of a gcc2
9318 builtin and then its argument prototype would still apply. */
9325 if { (eval echo configure
:9326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9327 eval "ac_cv_lib_$ac_lib_var=yes"
9329 echo "configure: failed program was:" >&5
9330 cat conftest.
$ac_ext >&5
9332 eval "ac_cv_lib_$ac_lib_var=no"
9335 LIBS
="$ac_save_LIBS"
9338 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9339 echo "$ac_t""yes" 1>&6
9341 cat >> confdefs.h
<<\EOF
9342 #define HAVE_WCSLEN 1
9348 echo "$ac_t""no" 1>&6
9355 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
9356 echo "configure:9357: checking for vprintf" >&5
9357 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
9358 echo $ac_n "(cached) $ac_c" 1>&6
9360 cat > conftest.
$ac_ext <<EOF
9361 #line 9362 "configure"
9362 #include "confdefs.h"
9363 /* System header to define __stub macros and hopefully few prototypes,
9364 which can conflict with char vprintf(); below. */
9366 /* Override any gcc2 internal prototype to avoid an error. */
9367 /* We use char because int might match the return type of a gcc2
9368 builtin and then its argument prototype would still apply. */
9374 /* The GNU C library defines this for functions which it implements
9375 to always fail with ENOSYS. Some functions are actually named
9376 something starting with __ and the normal name is an alias. */
9377 #if defined (__stub_vprintf) || defined (__stub___vprintf)
9385 if { (eval echo configure
:9386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9387 eval "ac_cv_func_vprintf=yes"
9389 echo "configure: failed program was:" >&5
9390 cat conftest.
$ac_ext >&5
9392 eval "ac_cv_func_vprintf=no"
9397 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
9398 echo "$ac_t""yes" 1>&6
9399 cat >> confdefs.h
<<\EOF
9400 #define HAVE_VPRINTF 1
9404 echo "$ac_t""no" 1>&6
9407 if test "$ac_cv_func_vprintf" != yes; then
9408 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
9409 echo "configure:9410: checking for _doprnt" >&5
9410 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
9411 echo $ac_n "(cached) $ac_c" 1>&6
9413 cat > conftest.
$ac_ext <<EOF
9414 #line 9415 "configure"
9415 #include "confdefs.h"
9416 /* System header to define __stub macros and hopefully few prototypes,
9417 which can conflict with char _doprnt(); below. */
9419 /* Override any gcc2 internal prototype to avoid an error. */
9420 /* We use char because int might match the return type of a gcc2
9421 builtin and then its argument prototype would still apply. */
9427 /* The GNU C library defines this for functions which it implements
9428 to always fail with ENOSYS. Some functions are actually named
9429 something starting with __ and the normal name is an alias. */
9430 #if defined (__stub__doprnt) || defined (__stub____doprnt)
9438 if { (eval echo configure
:9439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9440 eval "ac_cv_func__doprnt=yes"
9442 echo "configure: failed program was:" >&5
9443 cat conftest.
$ac_ext >&5
9445 eval "ac_cv_func__doprnt=no"
9450 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
9451 echo "$ac_t""yes" 1>&6
9452 cat >> confdefs.h
<<\EOF
9453 #define HAVE_DOPRNT 1
9457 echo "$ac_t""no" 1>&6
9463 for ac_func
in vsnprintf
9465 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9466 echo "configure:9467: checking for $ac_func" >&5
9467 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9468 echo $ac_n "(cached) $ac_c" 1>&6
9470 cat > conftest.
$ac_ext <<EOF
9471 #line 9472 "configure"
9472 #include "confdefs.h"
9473 /* System header to define __stub macros and hopefully few prototypes,
9474 which can conflict with char $ac_func(); below. */
9476 /* Override any gcc2 internal prototype to avoid an error. */
9477 /* We use char because int might match the return type of a gcc2
9478 builtin and then its argument prototype would still apply. */
9484 /* The GNU C library defines this for functions which it implements
9485 to always fail with ENOSYS. Some functions are actually named
9486 something starting with __ and the normal name is an alias. */
9487 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9495 if { (eval echo configure
:9496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9497 eval "ac_cv_func_$ac_func=yes"
9499 echo "configure: failed program was:" >&5
9500 cat conftest.
$ac_ext >&5
9502 eval "ac_cv_func_$ac_func=no"
9507 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9508 echo "$ac_t""yes" 1>&6
9509 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9510 cat >> confdefs.h
<<EOF
9511 #define $ac_tr_func 1
9513 cat >> confdefs.h
<<\EOF
9514 #define HAVE_VSNPRINTF 1
9518 echo "$ac_t""no" 1>&6
9519 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
9527 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9528 ac_cpp
='$CXXCPP $CPPFLAGS'
9529 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9530 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9531 cross_compiling
=$ac_cv_prog_cxx_cross
9534 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
9535 echo "configure:9536: checking for vsscanf" >&5
9536 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
9537 echo $ac_n "(cached) $ac_c" 1>&6
9540 if test "$cross_compiling" = yes; then
9541 wx_cv_func_vsscanf
=no
9544 cat > conftest.
$ac_ext <<EOF
9545 #line 9546 "configure"
9546 #include "confdefs.h"
9548 extern "C" void exit(int);
9554 int try_vsscanf(const char *format, ...)
9557 va_start(ap, format);
9559 vsscanf("17", format, ap);
9567 try_vsscanf("%d", &i);
9568 return i == 17 ? 0 : 1;
9572 if { (eval echo configure
:9573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9575 cat >> confdefs.h
<<\EOF
9576 #define HAVE_VSSCANF 1
9579 wx_cv_func_vsscanf
=yes
9582 echo "configure: failed program was:" >&5
9583 cat conftest.
$ac_ext >&5
9585 wx_cv_func_vsscanf
=no
9593 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
9596 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9597 ac_cpp
='$CPP $CPPFLAGS'
9598 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9599 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9600 cross_compiling
=$ac_cv_prog_cc_cross
9603 if test "$USE_UNIX" = 1; then
9605 for ac_func
in vfork
9607 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9608 echo "configure:9609: checking for $ac_func" >&5
9609 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9610 echo $ac_n "(cached) $ac_c" 1>&6
9612 cat > conftest.
$ac_ext <<EOF
9613 #line 9614 "configure"
9614 #include "confdefs.h"
9615 /* System header to define __stub macros and hopefully few prototypes,
9616 which can conflict with char $ac_func(); below. */
9618 /* Override any gcc2 internal prototype to avoid an error. */
9619 /* We use char because int might match the return type of a gcc2
9620 builtin and then its argument prototype would still apply. */
9626 /* The GNU C library defines this for functions which it implements
9627 to always fail with ENOSYS. Some functions are actually named
9628 something starting with __ and the normal name is an alias. */
9629 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9637 if { (eval echo configure
:9638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9639 eval "ac_cv_func_$ac_func=yes"
9641 echo "configure: failed program was:" >&5
9642 cat conftest.
$ac_ext >&5
9644 eval "ac_cv_func_$ac_func=no"
9649 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9650 echo "$ac_t""yes" 1>&6
9651 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9652 cat >> confdefs.h
<<EOF
9653 #define $ac_tr_func 1
9657 echo "$ac_t""no" 1>&6
9663 for ac_func
in nanosleep
9665 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9666 echo "configure:9667: checking for $ac_func" >&5
9667 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9668 echo $ac_n "(cached) $ac_c" 1>&6
9670 cat > conftest.
$ac_ext <<EOF
9671 #line 9672 "configure"
9672 #include "confdefs.h"
9673 /* System header to define __stub macros and hopefully few prototypes,
9674 which can conflict with char $ac_func(); below. */
9676 /* Override any gcc2 internal prototype to avoid an error. */
9677 /* We use char because int might match the return type of a gcc2
9678 builtin and then its argument prototype would still apply. */
9684 /* The GNU C library defines this for functions which it implements
9685 to always fail with ENOSYS. Some functions are actually named
9686 something starting with __ and the normal name is an alias. */
9687 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9695 if { (eval echo configure
:9696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9697 eval "ac_cv_func_$ac_func=yes"
9699 echo "configure: failed program was:" >&5
9700 cat conftest.
$ac_ext >&5
9702 eval "ac_cv_func_$ac_func=no"
9707 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9708 echo "$ac_t""yes" 1>&6
9709 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9710 cat >> confdefs.h
<<EOF
9711 #define $ac_tr_func 1
9713 cat >> confdefs.h
<<\EOF
9714 #define HAVE_NANOSLEEP 1
9718 echo "$ac_t""no" 1>&6
9719 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
9720 echo "configure:9721: checking for nanosleep in -lposix4" >&5
9721 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
9722 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9723 echo $ac_n "(cached) $ac_c" 1>&6
9725 ac_save_LIBS
="$LIBS"
9726 LIBS
="-lposix4 $LIBS"
9727 cat > conftest.
$ac_ext <<EOF
9728 #line 9729 "configure"
9729 #include "confdefs.h"
9730 /* Override any gcc2 internal prototype to avoid an error. */
9731 /* We use char because int might match the return type of a gcc2
9732 builtin and then its argument prototype would still apply. */
9739 if { (eval echo configure
:9740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9741 eval "ac_cv_lib_$ac_lib_var=yes"
9743 echo "configure: failed program was:" >&5
9744 cat conftest.
$ac_ext >&5
9746 eval "ac_cv_lib_$ac_lib_var=no"
9749 LIBS
="$ac_save_LIBS"
9752 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9753 echo "$ac_t""yes" 1>&6
9755 cat >> confdefs.h
<<\EOF
9756 #define HAVE_NANOSLEEP 1
9759 POSIX4_LINK
="-lposix4"
9762 echo "$ac_t""no" 1>&6
9764 for ac_func
in usleep
9766 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9767 echo "configure:9768: checking for $ac_func" >&5
9768 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9769 echo $ac_n "(cached) $ac_c" 1>&6
9771 cat > conftest.
$ac_ext <<EOF
9772 #line 9773 "configure"
9773 #include "confdefs.h"
9774 /* System header to define __stub macros and hopefully few prototypes,
9775 which can conflict with char $ac_func(); below. */
9777 /* Override any gcc2 internal prototype to avoid an error. */
9778 /* We use char because int might match the return type of a gcc2
9779 builtin and then its argument prototype would still apply. */
9785 /* The GNU C library defines this for functions which it implements
9786 to always fail with ENOSYS. Some functions are actually named
9787 something starting with __ and the normal name is an alias. */
9788 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9796 if { (eval echo configure
:9797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9798 eval "ac_cv_func_$ac_func=yes"
9800 echo "configure: failed program was:" >&5
9801 cat conftest.
$ac_ext >&5
9803 eval "ac_cv_func_$ac_func=no"
9808 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9809 echo "$ac_t""yes" 1>&6
9810 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9811 cat >> confdefs.h
<<EOF
9812 #define $ac_tr_func 1
9814 cat >> confdefs.h
<<\EOF
9815 #define HAVE_USLEEP 1
9819 echo "$ac_t""no" 1>&6
9820 echo "configure: warning: wxSleep() function will not work" 1>&2
9832 for ac_func
in uname gethostname
9834 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9835 echo "configure:9836: checking for $ac_func" >&5
9836 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9837 echo $ac_n "(cached) $ac_c" 1>&6
9839 cat > conftest.
$ac_ext <<EOF
9840 #line 9841 "configure"
9841 #include "confdefs.h"
9842 /* System header to define __stub macros and hopefully few prototypes,
9843 which can conflict with char $ac_func(); below. */
9845 /* Override any gcc2 internal prototype to avoid an error. */
9846 /* We use char because int might match the return type of a gcc2
9847 builtin and then its argument prototype would still apply. */
9853 /* The GNU C library defines this for functions which it implements
9854 to always fail with ENOSYS. Some functions are actually named
9855 something starting with __ and the normal name is an alias. */
9856 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9864 if { (eval echo configure
:9865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9866 eval "ac_cv_func_$ac_func=yes"
9868 echo "configure: failed program was:" >&5
9869 cat conftest.
$ac_ext >&5
9871 eval "ac_cv_func_$ac_func=no"
9876 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9877 echo "$ac_t""yes" 1>&6
9878 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9879 cat >> confdefs.h
<<EOF
9880 #define $ac_tr_func 1
9884 echo "$ac_t""no" 1>&6
9889 for ac_func
in strtok_r
9891 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9892 echo "configure:9893: checking for $ac_func" >&5
9893 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9894 echo $ac_n "(cached) $ac_c" 1>&6
9896 cat > conftest.
$ac_ext <<EOF
9897 #line 9898 "configure"
9898 #include "confdefs.h"
9899 /* System header to define __stub macros and hopefully few prototypes,
9900 which can conflict with char $ac_func(); below. */
9902 /* Override any gcc2 internal prototype to avoid an error. */
9903 /* We use char because int might match the return type of a gcc2
9904 builtin and then its argument prototype would still apply. */
9910 /* The GNU C library defines this for functions which it implements
9911 to always fail with ENOSYS. Some functions are actually named
9912 something starting with __ and the normal name is an alias. */
9913 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9921 if { (eval echo configure
:9922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9923 eval "ac_cv_func_$ac_func=yes"
9925 echo "configure: failed program was:" >&5
9926 cat conftest.
$ac_ext >&5
9928 eval "ac_cv_func_$ac_func=no"
9933 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9934 echo "$ac_t""yes" 1>&6
9935 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9936 cat >> confdefs.h
<<EOF
9937 #define $ac_tr_func 1
9941 echo "$ac_t""no" 1>&6
9947 for ac_func
in inet_addr
9949 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9950 echo "configure:9951: checking for $ac_func" >&5
9951 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9952 echo $ac_n "(cached) $ac_c" 1>&6
9954 cat > conftest.
$ac_ext <<EOF
9955 #line 9956 "configure"
9956 #include "confdefs.h"
9957 /* System header to define __stub macros and hopefully few prototypes,
9958 which can conflict with char $ac_func(); below. */
9960 /* Override any gcc2 internal prototype to avoid an error. */
9961 /* We use char because int might match the return type of a gcc2
9962 builtin and then its argument prototype would still apply. */
9968 /* The GNU C library defines this for functions which it implements
9969 to always fail with ENOSYS. Some functions are actually named
9970 something starting with __ and the normal name is an alias. */
9971 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9979 if { (eval echo configure
:9980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9981 eval "ac_cv_func_$ac_func=yes"
9983 echo "configure: failed program was:" >&5
9984 cat conftest.
$ac_ext >&5
9986 eval "ac_cv_func_$ac_func=no"
9991 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9992 echo "$ac_t""yes" 1>&6
9993 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9994 cat >> confdefs.h
<<EOF
9995 #define $ac_tr_func 1
9997 cat >> confdefs.h
<<\EOF
9998 #define HAVE_INET_ADDR 1
10002 echo "$ac_t""no" 1>&6
10003 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
10004 echo "configure:10005: checking for inet_addr in -lnsl" >&5
10005 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
10006 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10007 echo $ac_n "(cached) $ac_c" 1>&6
10009 ac_save_LIBS
="$LIBS"
10011 cat > conftest.
$ac_ext <<EOF
10012 #line 10013 "configure"
10013 #include "confdefs.h"
10014 /* Override any gcc2 internal prototype to avoid an error. */
10015 /* We use char because int might match the return type of a gcc2
10016 builtin and then its argument prototype would still apply. */
10023 if { (eval echo configure
:10024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10025 eval "ac_cv_lib_$ac_lib_var=yes"
10027 echo "configure: failed program was:" >&5
10028 cat conftest.
$ac_ext >&5
10030 eval "ac_cv_lib_$ac_lib_var=no"
10033 LIBS
="$ac_save_LIBS"
10036 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10037 echo "$ac_t""yes" 1>&6
10040 echo "$ac_t""no" 1>&6
10041 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
10042 echo "configure:10043: checking for inet_addr in -lresolv" >&5
10043 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
10044 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10045 echo $ac_n "(cached) $ac_c" 1>&6
10047 ac_save_LIBS
="$LIBS"
10048 LIBS
="-lresolv $LIBS"
10049 cat > conftest.
$ac_ext <<EOF
10050 #line 10051 "configure"
10051 #include "confdefs.h"
10052 /* Override any gcc2 internal prototype to avoid an error. */
10053 /* We use char because int might match the return type of a gcc2
10054 builtin and then its argument prototype would still apply. */
10061 if { (eval echo configure
:10062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10063 eval "ac_cv_lib_$ac_lib_var=yes"
10065 echo "configure: failed program was:" >&5
10066 cat conftest.
$ac_ext >&5
10068 eval "ac_cv_lib_$ac_lib_var=no"
10071 LIBS
="$ac_save_LIBS"
10074 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10075 echo "$ac_t""yes" 1>&6
10079 echo "$ac_t""no" 1>&6
10091 for ac_func
in inet_aton
10093 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10094 echo "configure:10095: checking for $ac_func" >&5
10095 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10096 echo $ac_n "(cached) $ac_c" 1>&6
10098 cat > conftest.
$ac_ext <<EOF
10099 #line 10100 "configure"
10100 #include "confdefs.h"
10101 /* System header to define __stub macros and hopefully few prototypes,
10102 which can conflict with char $ac_func(); below. */
10103 #include <assert.h>
10104 /* Override any gcc2 internal prototype to avoid an error. */
10105 /* We use char because int might match the return type of a gcc2
10106 builtin and then its argument prototype would still apply. */
10112 /* The GNU C library defines this for functions which it implements
10113 to always fail with ENOSYS. Some functions are actually named
10114 something starting with __ and the normal name is an alias. */
10115 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10123 if { (eval echo configure
:10124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10125 eval "ac_cv_func_$ac_func=yes"
10127 echo "configure: failed program was:" >&5
10128 cat conftest.
$ac_ext >&5
10130 eval "ac_cv_func_$ac_func=no"
10135 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10136 echo "$ac_t""yes" 1>&6
10137 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10138 cat >> confdefs.h
<<EOF
10139 #define $ac_tr_func 1
10141 cat >> confdefs.h
<<\EOF
10142 #define HAVE_INET_ATON 1
10146 echo "$ac_t""no" 1>&6
10147 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
10148 echo "configure:10149: checking for inet_aton in -l$INET_LINK" >&5
10149 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
10150 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10151 echo $ac_n "(cached) $ac_c" 1>&6
10153 ac_save_LIBS
="$LIBS"
10154 LIBS
="-l$INET_LINK $LIBS"
10155 cat > conftest.
$ac_ext <<EOF
10156 #line 10157 "configure"
10157 #include "confdefs.h"
10158 /* Override any gcc2 internal prototype to avoid an error. */
10159 /* We use char because int might match the return type of a gcc2
10160 builtin and then its argument prototype would still apply. */
10167 if { (eval echo configure
:10168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10169 eval "ac_cv_lib_$ac_lib_var=yes"
10171 echo "configure: failed program was:" >&5
10172 cat conftest.
$ac_ext >&5
10174 eval "ac_cv_lib_$ac_lib_var=no"
10177 LIBS
="$ac_save_LIBS"
10180 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10181 echo "$ac_t""yes" 1>&6
10182 cat >> confdefs.h
<<\EOF
10183 #define HAVE_INET_ATON 1
10187 echo "$ac_t""no" 1>&6
10195 if test "x$INET_LINK" != "x"; then
10196 cat >> confdefs.h
<<\EOF
10197 #define HAVE_INET_ADDR 1
10200 INET_LINK
="-l$INET_LINK"
10206 cat > confcache
<<\EOF
10207 # This file is a shell script that caches the results of configure
10208 # tests run on this system so they can be shared between configure
10209 # scripts and configure runs. It is not useful on other systems.
10210 # If it contains results you don't want to keep, you may remove or edit it.
10212 # By default, configure uses ./config.cache as the cache file,
10213 # creating it if it does not exist already. You can give configure
10214 # the --cache-file=FILE option to use a different cache file; that is
10215 # what configure does when it calls configure scripts in
10216 # subdirectories, so they share the cache.
10217 # Giving --cache-file=/dev/null disables caching, for debugging configure.
10218 # config.status only pays attention to the cache file if you give it the
10219 # --recheck option to rerun configure.
10222 # The following way of writing the cache mishandles newlines in values,
10223 # but we know of no workaround that is simple, portable, and efficient.
10224 # So, don't put newlines in cache variables' values.
10225 # Ultrix sh set writes to stderr and can't be redirected directly,
10226 # and sets the high bit in the cache file unless we assign to the vars.
10228 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10230 # `set' does not quote correctly, so add quotes (double-quote substitution
10231 # turns \\\\ into \\, and sed turns \\ into \).
10233 -e "s/'/'\\\\''/g" \
10234 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
10237 # `set' quotes correctly as required by POSIX, so do not add quotes.
10238 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
10241 if cmp -s $cache_file confcache
; then
10244 if test -w $cache_file; then
10245 echo "updating cache $cache_file"
10246 cat confcache
> $cache_file
10248 echo "not updating unwritable cache $cache_file"
10255 if test "$USE_UNIX" = 1; then
10261 if test "$wxUSE_THREADS" = "yes" ; then
10262 if test "$wxUSE_WINE" = 1 ; then
10263 echo "configure: warning: Threads are not supported under WINE" 1>&2
10268 if test "$wxUSE_THREADS" = "yes" ; then
10270 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
10271 echo "configure:10272: checking for pthread_create in -lpthread" >&5
10272 ac_lib_var
=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
10273 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10274 echo $ac_n "(cached) $ac_c" 1>&6
10276 ac_save_LIBS
="$LIBS"
10277 LIBS
="-lpthread $LIBS"
10278 cat > conftest.
$ac_ext <<EOF
10279 #line 10280 "configure"
10280 #include "confdefs.h"
10281 /* Override any gcc2 internal prototype to avoid an error. */
10282 /* We use char because int might match the return type of a gcc2
10283 builtin and then its argument prototype would still apply. */
10284 char pthread_create();
10290 if { (eval echo configure
:10291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10292 eval "ac_cv_lib_$ac_lib_var=yes"
10294 echo "configure: failed program was:" >&5
10295 cat conftest.
$ac_ext >&5
10297 eval "ac_cv_lib_$ac_lib_var=no"
10300 LIBS
="$ac_save_LIBS"
10303 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10304 echo "$ac_t""yes" 1>&6
10306 THREADS_OBJ
="threadpsx.lo"
10307 THREADS_LINK
="pthread"
10310 echo "$ac_t""no" 1>&6
10312 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
10313 echo "configure:10314: checking for pthread_create in -lc_r" >&5
10314 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
10315 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10316 echo $ac_n "(cached) $ac_c" 1>&6
10318 ac_save_LIBS
="$LIBS"
10320 cat > conftest.
$ac_ext <<EOF
10321 #line 10322 "configure"
10322 #include "confdefs.h"
10323 /* Override any gcc2 internal prototype to avoid an error. */
10324 /* We use char because int might match the return type of a gcc2
10325 builtin and then its argument prototype would still apply. */
10326 char pthread_create();
10332 if { (eval echo configure
:10333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10334 eval "ac_cv_lib_$ac_lib_var=yes"
10336 echo "configure: failed program was:" >&5
10337 cat conftest.
$ac_ext >&5
10339 eval "ac_cv_lib_$ac_lib_var=no"
10342 LIBS
="$ac_save_LIBS"
10345 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10346 echo "$ac_t""yes" 1>&6
10348 THREADS_OBJ
="threadpsx.lo"
10352 echo "$ac_t""no" 1>&6
10354 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
10355 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
10356 echo "configure:10357: checking for sys/prctl.h" >&5
10357 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10358 echo $ac_n "(cached) $ac_c" 1>&6
10360 cat > conftest.
$ac_ext <<EOF
10361 #line 10362 "configure"
10362 #include "confdefs.h"
10363 #include <sys/prctl.h>
10365 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10366 { (eval echo configure
:10367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10367 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10368 if test -z "$ac_err"; then
10370 eval "ac_cv_header_$ac_safe=yes"
10373 echo "configure: failed program was:" >&5
10374 cat conftest.
$ac_ext >&5
10376 eval "ac_cv_header_$ac_safe=no"
10380 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10381 echo "$ac_t""yes" 1>&6
10383 THREADS_OBJ
="threadsgi.lo"
10386 echo "$ac_t""no" 1>&6
10396 if test -z "$THREADS_OBJ" ; then
10398 echo "configure: warning: No thread support on this system" 1>&2
10402 if test "$wxUSE_THREADS" = "yes" ; then
10404 for ac_hdr
in sched.h
10406 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10407 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10408 echo "configure:10409: checking for $ac_hdr" >&5
10409 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10410 echo $ac_n "(cached) $ac_c" 1>&6
10412 cat > conftest.
$ac_ext <<EOF
10413 #line 10414 "configure"
10414 #include "confdefs.h"
10417 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10418 { (eval echo configure
:10419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10419 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10420 if test -z "$ac_err"; then
10422 eval "ac_cv_header_$ac_safe=yes"
10425 echo "configure: failed program was:" >&5
10426 cat conftest.
$ac_ext >&5
10428 eval "ac_cv_header_$ac_safe=no"
10432 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10433 echo "$ac_t""yes" 1>&6
10434 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10435 cat >> confdefs.h
<<EOF
10436 #define $ac_tr_hdr 1
10440 echo "$ac_t""no" 1>&6
10445 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
10446 echo "configure:10447: checking for sched_yield in -l$THREADS_LINK" >&5
10447 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
10448 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10449 echo $ac_n "(cached) $ac_c" 1>&6
10451 ac_save_LIBS
="$LIBS"
10452 LIBS
="-l$THREADS_LINK $LIBS"
10453 cat > conftest.
$ac_ext <<EOF
10454 #line 10455 "configure"
10455 #include "confdefs.h"
10456 /* Override any gcc2 internal prototype to avoid an error. */
10457 /* We use char because int might match the return type of a gcc2
10458 builtin and then its argument prototype would still apply. */
10459 char sched_yield();
10465 if { (eval echo configure
:10466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10467 eval "ac_cv_lib_$ac_lib_var=yes"
10469 echo "configure: failed program was:" >&5
10470 cat conftest.
$ac_ext >&5
10472 eval "ac_cv_lib_$ac_lib_var=no"
10475 LIBS
="$ac_save_LIBS"
10478 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10479 echo "$ac_t""yes" 1>&6
10480 cat >> confdefs.h
<<\EOF
10481 #define HAVE_SCHED_YIELD 1
10485 echo "$ac_t""no" 1>&6
10486 echo $ac_n "checking for sched_yield in -l"posix4
"""... $ac_c" 1>&6
10487 echo "configure:10488: checking for sched_yield in -l"posix4
"" >&5
10488 ac_lib_var
=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
10489 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10490 echo $ac_n "(cached) $ac_c" 1>&6
10492 ac_save_LIBS
="$LIBS"
10493 LIBS
="-l"posix4
" $LIBS"
10494 cat > conftest.
$ac_ext <<EOF
10495 #line 10496 "configure"
10496 #include "confdefs.h"
10497 /* Override any gcc2 internal prototype to avoid an error. */
10498 /* We use char because int might match the return type of a gcc2
10499 builtin and then its argument prototype would still apply. */
10500 char sched_yield();
10506 if { (eval echo configure
:10507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10508 eval "ac_cv_lib_$ac_lib_var=yes"
10510 echo "configure: failed program was:" >&5
10511 cat conftest.
$ac_ext >&5
10513 eval "ac_cv_lib_$ac_lib_var=no"
10516 LIBS
="$ac_save_LIBS"
10519 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10520 echo "$ac_t""yes" 1>&6
10521 cat >> confdefs.h
<<\EOF
10522 #define HAVE_SCHED_YIELD 1
10524 POSIX4_LINK
="-lposix4"
10526 echo "$ac_t""no" 1>&6
10527 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
10535 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
10536 echo "configure:10537: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
10537 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
10538 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10539 echo $ac_n "(cached) $ac_c" 1>&6
10541 ac_save_LIBS
="$LIBS"
10542 LIBS
="-l$THREADS_LINK $LIBS"
10543 cat > conftest.
$ac_ext <<EOF
10544 #line 10545 "configure"
10545 #include "confdefs.h"
10546 /* Override any gcc2 internal prototype to avoid an error. */
10547 /* We use char because int might match the return type of a gcc2
10548 builtin and then its argument prototype would still apply. */
10549 char pthread_attr_getschedpolicy();
10552 pthread_attr_getschedpolicy()
10555 if { (eval echo configure
:10556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10557 eval "ac_cv_lib_$ac_lib_var=yes"
10559 echo "configure: failed program was:" >&5
10560 cat conftest.
$ac_ext >&5
10562 eval "ac_cv_lib_$ac_lib_var=no"
10565 LIBS
="$ac_save_LIBS"
10568 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10569 echo "$ac_t""yes" 1>&6
10570 cat >> confdefs.h
<<\EOF
10571 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
10575 echo "$ac_t""no" 1>&6
10576 echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4
"""... $ac_c" 1>&6
10577 echo "configure:10578: checking for pthread_attr_getschedpolicy in -l"posix4
"" >&5
10578 ac_lib_var
=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
10579 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10580 echo $ac_n "(cached) $ac_c" 1>&6
10582 ac_save_LIBS
="$LIBS"
10583 LIBS
="-l"posix4
" $LIBS"
10584 cat > conftest.
$ac_ext <<EOF
10585 #line 10586 "configure"
10586 #include "confdefs.h"
10587 /* Override any gcc2 internal prototype to avoid an error. */
10588 /* We use char because int might match the return type of a gcc2
10589 builtin and then its argument prototype would still apply. */
10590 char pthread_attr_getschedpolicy();
10593 pthread_attr_getschedpolicy()
10596 if { (eval echo configure
:10597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10598 eval "ac_cv_lib_$ac_lib_var=yes"
10600 echo "configure: failed program was:" >&5
10601 cat conftest.
$ac_ext >&5
10603 eval "ac_cv_lib_$ac_lib_var=no"
10606 LIBS
="$ac_save_LIBS"
10609 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10610 echo "$ac_t""yes" 1>&6
10611 cat >> confdefs.h
<<\EOF
10612 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
10614 POSIX4_LINK
="-lposix4"
10616 echo "$ac_t""no" 1>&6
10617 echo "configure: warning: Setting thread priority will not work" 1>&2
10625 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
10626 echo "configure:10627: checking for pthread_cancel in -l$THREADS_LINK" >&5
10627 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
10628 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10629 echo $ac_n "(cached) $ac_c" 1>&6
10631 ac_save_LIBS
="$LIBS"
10632 LIBS
="-l$THREADS_LINK $LIBS"
10633 cat > conftest.
$ac_ext <<EOF
10634 #line 10635 "configure"
10635 #include "confdefs.h"
10636 /* Override any gcc2 internal prototype to avoid an error. */
10637 /* We use char because int might match the return type of a gcc2
10638 builtin and then its argument prototype would still apply. */
10639 char pthread_cancel();
10645 if { (eval echo configure
:10646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10647 eval "ac_cv_lib_$ac_lib_var=yes"
10649 echo "configure: failed program was:" >&5
10650 cat conftest.
$ac_ext >&5
10652 eval "ac_cv_lib_$ac_lib_var=no"
10655 LIBS
="$ac_save_LIBS"
10658 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10659 echo "$ac_t""yes" 1>&6
10660 cat >> confdefs.h
<<\EOF
10661 #define HAVE_PTHREAD_CANCEL 1
10665 echo "$ac_t""no" 1>&6
10666 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
10670 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
10671 echo "configure:10672: checking for pthread_cleanup_push/pop" >&5
10672 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
10673 echo $ac_n "(cached) $ac_c" 1>&6
10676 cat > conftest.
$ac_ext <<EOF
10677 #line 10678 "configure"
10678 #include "confdefs.h"
10679 #include <pthread.h>
10682 pthread_cleanup_push(NULL, NULL);
10683 pthread_cleanup_pop(0);
10687 if { (eval echo configure
:10688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10690 wx_cv_func_pthread_cleanup_push
=yes
10691 cat >> confdefs.h
<<\EOF
10692 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
10697 echo "configure: failed program was:" >&5
10698 cat conftest.
$ac_ext >&5
10701 wx_cv_func_pthread_cleanup_push
=no
10708 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
10710 THREADS_LINK
="-l$THREADS_LINK"
10715 if test "$wxUSE_THREADS" = "yes"; then
10716 cat >> confdefs.h
<<\EOF
10717 #define wxUSE_THREADS 1
10721 CFLAGS
="${CFLAGS} -D_REENTRANT"
10722 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
10724 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
10726 if test "$ac_cv_func_strtok_r" = "yes"; then
10727 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
10728 echo "configure:10729: checking if -D_REENTRANT is needed" >&5
10729 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
10730 CFLAGS
="${CFLAGS} -D_REENTRANT"
10731 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
10732 echo "$ac_t""yes" 1>&6
10734 echo "$ac_t""no" 1>&6
10739 if test "$WXGTK12" = 1 ; then
10740 cat >> confdefs.h
<<EOF
10741 #define __WXGTK12__ $WXGTK12
10746 if test "$WXWINE" = 1 ; then
10747 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXWINE__"
10750 if test "$wxUSE_CYGWIN" = 1 ; then
10751 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WIN95__"
10756 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
10761 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
10762 wxUSE_DEBUG_INFO
=yes
10766 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
10767 cat >> confdefs.h
<<\EOF
10771 WXDEBUG_DEFINE
="-D__WXDEBUG__"
10773 if test "$wxUSE_GTK" = 1 ; then
10774 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
10778 if test "$wxUSE_MEM_TRACING" = "yes" ; then
10779 cat >> confdefs.h
<<\EOF
10780 #define wxUSE_MEMORY_TRACING 1
10783 cat >> confdefs.h
<<\EOF
10784 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
10787 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
10790 if test "$wxUSE_DMALLOC" = "yes" ; then
10791 DMALLOC_LINK
="-ldmalloc"
10795 if test "$wxUSE_PROFILE" = "yes" ; then
10800 if test "$GCC" = yes ; then
10801 if test "$wxUSE_NO_RTTI" = "yes" ; then
10802 WXDEBUG_DEFINE
="$WXDEBUG_DEFINE -fno-rtti"
10804 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
10805 WXDEBUG_DEFINE
="$WXDEBUG_DEFINE -fno-exceptions"
10807 if test "$wxUSE_PERMISSIVE" = "yes" ; then
10808 CFLAGS
="${CFLAGS} -fpermissive"
10809 CXXFLAGS
="${CXXFLAGS} -fpermissive"
10811 if test "$wxUSE_NO_DEPS" = "no" ; then
10812 DEP_INFO_FLAGS
="-MMD"
10817 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
10818 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
10819 if test "$wxUSE_OPTIMISE" = "no" ; then
10822 if test "$GCC" = yes ; then
10825 i586
-*-*|i686
-*-* )
10826 OPTIMISE
="${OPTIMISE} "
10836 if test "$wxUSE_ZLIB" = "yes" ; then
10837 cat >> confdefs.h
<<\EOF
10838 #define wxUSE_ZLIB 1
10841 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
10845 if test "$wxUSE_LIBPNG" = "yes" ; then
10846 cat >> confdefs.h
<<\EOF
10847 #define wxUSE_LIBPNG 1
10850 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
10851 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
10855 if test "$wxUSE_LIBJPEG" = "yes" ; then
10856 cat >> confdefs.h
<<\EOF
10857 #define wxUSE_LIBJPEG 1
10860 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
10863 if test "$wxUSE_OPENGL" = "yes"; then
10864 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
10865 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
10866 echo "configure:10867: checking for GL/gl.h" >&5
10867 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10868 echo $ac_n "(cached) $ac_c" 1>&6
10870 cat > conftest.
$ac_ext <<EOF
10871 #line 10872 "configure"
10872 #include "confdefs.h"
10875 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10876 { (eval echo configure
:10877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10877 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10878 if test -z "$ac_err"; then
10880 eval "ac_cv_header_$ac_safe=yes"
10883 echo "configure: failed program was:" >&5
10884 cat conftest.
$ac_ext >&5
10886 eval "ac_cv_header_$ac_safe=no"
10890 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10891 echo "$ac_t""yes" 1>&6
10893 echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6
10894 echo "configure:10895: checking for glInitNames in -lGL" >&5
10895 ac_lib_var
=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'`
10896 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10897 echo $ac_n "(cached) $ac_c" 1>&6
10899 ac_save_LIBS
="$LIBS"
10900 LIBS
="-lGL wxUSE_OPENGL=0 $LIBS"
10901 cat > conftest.
$ac_ext <<EOF
10902 #line 10903 "configure"
10903 #include "confdefs.h"
10904 /* Override any gcc2 internal prototype to avoid an error. */
10905 /* We use char because int might match the return type of a gcc2
10906 builtin and then its argument prototype would still apply. */
10907 char glInitNames();
10913 if { (eval echo configure
:10914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10915 eval "ac_cv_lib_$ac_lib_var=yes"
10917 echo "configure: failed program was:" >&5
10918 cat conftest.
$ac_ext >&5
10920 eval "ac_cv_lib_$ac_lib_var=no"
10923 LIBS
="$ac_save_LIBS"
10926 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10927 echo "$ac_t""yes" 1>&6
10930 cat >> confdefs.h
<<\EOF
10931 #define wxUSE_OPENGL 1
10934 UTILS_SUBDIRS
="$UTILS_SUBDIRS glcanvas/src"
10937 echo "$ac_t""no" 1>&6
10939 echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6
10940 echo "configure:10941: checking for glInitNames in -lMesaGL" >&5
10941 ac_lib_var
=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'`
10942 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10943 echo $ac_n "(cached) $ac_c" 1>&6
10945 ac_save_LIBS
="$LIBS"
10946 LIBS
="-lMesaGL $LIBS"
10947 cat > conftest.
$ac_ext <<EOF
10948 #line 10949 "configure"
10949 #include "confdefs.h"
10950 /* Override any gcc2 internal prototype to avoid an error. */
10951 /* We use char because int might match the return type of a gcc2
10952 builtin and then its argument prototype would still apply. */
10953 char glInitNames();
10959 if { (eval echo configure
:10960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10961 eval "ac_cv_lib_$ac_lib_var=yes"
10963 echo "configure: failed program was:" >&5
10964 cat conftest.
$ac_ext >&5
10966 eval "ac_cv_lib_$ac_lib_var=no"
10969 LIBS
="$ac_save_LIBS"
10972 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10973 echo "$ac_t""yes" 1>&6
10975 OPENGL_LINK
="-lMesaGL"
10976 cat >> confdefs.h
<<\EOF
10977 #define wxUSE_OPENGL 1
10980 UTILS_SUBDIRS
="$UTILS_SUBDIRS glcanvas/src"
10983 echo "$ac_t""no" 1>&6
10992 echo "$ac_t""no" 1>&6
10999 if test "$wxUSE_GUI" = "yes"; then
11000 cat >> confdefs.h
<<\EOF
11001 #define wxUSE_GUI 1
11006 cat >> confdefs.h
<<\EOF
11007 #define wxUSE_NOGUI 1
11013 if test "$wxUSE_UNIX" = "yes"; then
11014 cat >> confdefs.h
<<\EOF
11015 #define wxUSE_UNIX 1
11021 if test "$wxUSE_APPLE_IEEE" = "yes"; then
11022 cat >> confdefs.h
<<\EOF
11023 #define wxUSE_APPLE_IEEE 1
11028 if test "$wxUSE_WAVE" = "yes"; then
11029 cat >> confdefs.h
<<\EOF
11030 #define wxUSE_WAVE 1
11035 if test "$wxUSE_FILE" = "yes"; then
11036 cat >> confdefs.h
<<\EOF
11037 #define wxUSE_FILE 1
11042 if test "$wxUSE_FS_INET" = "yes"; then
11043 cat >> confdefs.h
<<\EOF
11044 #define wxUSE_FS_INET 1
11049 if test "$wxUSE_FS_ZIP" = "yes"; then
11050 cat >> confdefs.h
<<\EOF
11051 #define wxUSE_FS_ZIP 1
11056 if test "$wxUSE_ZIPSTREAM" = "yes"; then
11057 cat >> confdefs.h
<<\EOF
11058 #define wxUSE_ZIPSTREAM 1
11063 if test "$wxUSE_BUSYINFO" = "yes"; then
11064 cat >> confdefs.h
<<\EOF
11065 #define wxUSE_BUSYINFO 1
11070 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
11071 cat >> confdefs.h
<<\EOF
11072 #define wxUSE_STD_IOSTREAM 1
11077 if test "$wxUSE_TEXTFILE" = "yes"; then
11078 if test "$wxUSE_FILE" != "yes"; then
11079 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
11081 cat >> confdefs.h
<<\EOF
11082 #define wxUSE_TEXTFILE 1
11088 if test "$wxUSE_CONFIG" = "yes" ; then
11089 if test "$wxUSE_TEXTFILE" != "yes"; then
11090 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
11092 cat >> confdefs.h
<<\EOF
11093 #define wxUSE_CONFIG 1
11096 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
11100 if test "$wxUSE_INTL" = "yes" ; then
11101 if test "$wxUSE_FILE" != "yes"; then
11102 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
11104 cat >> confdefs.h
<<\EOF
11105 #define wxUSE_INTL 1
11108 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
11112 if test "$wxUSE_LOG" = "yes"; then
11113 cat >> confdefs.h
<<\EOF
11114 #define wxUSE_LOG 1
11119 if test "$wxUSE_LONGLONG" = "yes"; then
11120 cat >> confdefs.h
<<\EOF
11121 #define wxUSE_LONGLONG 1
11126 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
11127 cat >> confdefs.h
<<\EOF
11128 #define wxUSE_DIALUP_MANAGER 1
11131 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS nettest"
11134 if test "$wxUSE_STREAMS" = "yes" ; then
11135 cat >> confdefs.h
<<\EOF
11136 #define wxUSE_STREAMS 1
11141 if test "$wxUSE_SERIAL" = "yes" ; then
11142 cat >> confdefs.h
<<\EOF
11143 #define wxUSE_SERIAL 1
11149 if test "$wxUSE_TIMEDATE" = "yes"; then
11150 for ac_func
in localtime gettimeofday ftime
11152 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11153 echo "configure:11154: checking for $ac_func" >&5
11154 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11155 echo $ac_n "(cached) $ac_c" 1>&6
11157 cat > conftest.
$ac_ext <<EOF
11158 #line 11159 "configure"
11159 #include "confdefs.h"
11160 /* System header to define __stub macros and hopefully few prototypes,
11161 which can conflict with char $ac_func(); below. */
11162 #include <assert.h>
11163 /* Override any gcc2 internal prototype to avoid an error. */
11164 /* We use char because int might match the return type of a gcc2
11165 builtin and then its argument prototype would still apply. */
11171 /* The GNU C library defines this for functions which it implements
11172 to always fail with ENOSYS. Some functions are actually named
11173 something starting with __ and the normal name is an alias. */
11174 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11182 if { (eval echo configure
:11183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11184 eval "ac_cv_func_$ac_func=yes"
11186 echo "configure: failed program was:" >&5
11187 cat conftest.
$ac_ext >&5
11189 eval "ac_cv_func_$ac_func=no"
11194 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11195 echo "$ac_t""yes" 1>&6
11196 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11197 cat >> confdefs.h
<<EOF
11198 #define $ac_tr_func 1
11202 echo "$ac_t""no" 1>&6
11207 if test "$ac_cv_func_localtime" = "yes"; then
11208 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
11209 echo "configure:11210: checking for tm_gmtoff in struct tm" >&5
11210 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
11211 echo $ac_n "(cached) $ac_c" 1>&6
11214 cat > conftest.
$ac_ext <<EOF
11215 #line 11216 "configure"
11216 #include "confdefs.h"
11227 if { (eval echo configure
:11228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11230 wx_cv_struct_tm_has_gmtoff
=yes
11231 cat >> confdefs.h
<<\EOF
11232 #define WX_GMTOFF_IN_TM 1
11237 echo "configure: failed program was:" >&5
11238 cat conftest.
$ac_ext >&5
11240 wx_cv_struct_tm_has_gmtoff
=no
11247 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
11248 elif test "$ac_cv_func_gettimeofday" = "yes"; then
11249 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
11250 echo "configure:11251: checking whether gettimeofday takes two arguments" >&5
11251 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
11252 echo $ac_n "(cached) $ac_c" 1>&6
11257 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11258 ac_cpp
='$CXXCPP $CPPFLAGS'
11259 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11260 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11261 cross_compiling
=$ac_cv_prog_cxx_cross
11264 cat > conftest.
$ac_ext <<EOF
11265 #line 11266 "configure"
11266 #include "confdefs.h"
11268 #include <sys/time.h>
11269 #include <unistd.h>
11274 struct timezone tz;
11275 gettimeofday(&tv, &tz);
11279 if { (eval echo configure
:11280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11281 wx_cv_func_gettimeofday_has_2_args
=yes
11283 echo "configure: failed program was:" >&5
11284 cat conftest.
$ac_ext >&5
11286 cat > conftest.
$ac_ext <<EOF
11287 #line 11288 "configure"
11288 #include "confdefs.h"
11290 #include <sys/time.h>
11291 #include <unistd.h>
11300 if { (eval echo configure
:11301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11302 wx_cv_func_gettimeofday_has_2_args
=no
11304 echo "configure: failed program was:" >&5
11305 cat conftest.
$ac_ext >&5
11307 wx_cv_func_gettimeofday_has_2_args
=unknown
11315 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11316 ac_cpp
='$CPP $CPPFLAGS'
11317 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11318 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11319 cross_compiling
=$ac_cv_prog_cc_cross
11324 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
11326 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
11327 cat >> confdefs.h
<<\EOF
11328 #define WX_GETTIMEOFDAY_NO_TZ 1
11334 cat >> confdefs.h
<<\EOF
11335 #define wxUSE_TIMEDATE 1
11338 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
11342 if test "$wxUSE_SOCKETS" = "yes"; then
11343 echo $ac_n "checking for socket""... $ac_c" 1>&6
11344 echo "configure:11345: checking for socket" >&5
11345 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
11346 echo $ac_n "(cached) $ac_c" 1>&6
11348 cat > conftest.
$ac_ext <<EOF
11349 #line 11350 "configure"
11350 #include "confdefs.h"
11351 /* System header to define __stub macros and hopefully few prototypes,
11352 which can conflict with char socket(); below. */
11353 #include <assert.h>
11354 /* Override any gcc2 internal prototype to avoid an error. */
11355 /* We use char because int might match the return type of a gcc2
11356 builtin and then its argument prototype would still apply. */
11362 /* The GNU C library defines this for functions which it implements
11363 to always fail with ENOSYS. Some functions are actually named
11364 something starting with __ and the normal name is an alias. */
11365 #if defined (__stub_socket) || defined (__stub___socket)
11373 if { (eval echo configure
:11374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11375 eval "ac_cv_func_socket=yes"
11377 echo "configure: failed program was:" >&5
11378 cat conftest.
$ac_ext >&5
11380 eval "ac_cv_func_socket=no"
11385 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
11386 echo "$ac_t""yes" 1>&6
11389 echo "$ac_t""no" 1>&6
11390 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
11391 echo "configure:11392: checking for socket in -lsocket" >&5
11392 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
11393 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11394 echo $ac_n "(cached) $ac_c" 1>&6
11396 ac_save_LIBS
="$LIBS"
11397 LIBS
="-lsocket $LIBS"
11398 cat > conftest.
$ac_ext <<EOF
11399 #line 11400 "configure"
11400 #include "confdefs.h"
11401 /* Override any gcc2 internal prototype to avoid an error. */
11402 /* We use char because int might match the return type of a gcc2
11403 builtin and then its argument prototype would still apply. */
11410 if { (eval echo configure
:11411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11412 eval "ac_cv_lib_$ac_lib_var=yes"
11414 echo "configure: failed program was:" >&5
11415 cat conftest.
$ac_ext >&5
11417 eval "ac_cv_lib_$ac_lib_var=no"
11420 LIBS
="$ac_save_LIBS"
11423 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11424 echo "$ac_t""yes" 1>&6
11425 INET_LINK
="$INET_LINK -lsocket"
11427 echo "$ac_t""no" 1>&6
11429 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
11440 if test "$wxUSE_SOCKETS" = "yes" ; then
11443 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11444 ac_cpp
='$CXXCPP $CPPFLAGS'
11445 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11446 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11447 cross_compiling
=$ac_cv_prog_cxx_cross
11449 echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
11450 echo "configure:11451: checking the type of the third argument of getsockname" >&5
11451 cat > conftest.
$ac_ext <<EOF
11452 #line 11453 "configure"
11453 #include "confdefs.h"
11454 #include <sys/socket.h>
11456 socklen_t len; getsockname(0, 0, &len);
11459 if { (eval echo configure
:11460: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11461 cat >> confdefs.h
<<\EOF
11462 #define SOCKLEN_T socklen_t
11464 echo "$ac_t""socklen_t" 1>&6
11466 echo "configure: failed program was:" >&5
11467 cat conftest.
$ac_ext >&5
11469 cat > conftest.
$ac_ext <<EOF
11470 #line 11471 "configure"
11471 #include "confdefs.h"
11472 #include <sys/socket.h>
11474 size_t len; getsockname(0, 0, &len);
11477 if { (eval echo configure
:11478: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11479 cat >> confdefs.h
<<\EOF
11480 #define SOCKLEN_T size_t
11482 echo "$ac_t""size_t" 1>&6
11484 echo "configure: failed program was:" >&5
11485 cat conftest.
$ac_ext >&5
11487 cat > conftest.
$ac_ext <<EOF
11488 #line 11489 "configure"
11489 #include "confdefs.h"
11490 #include <sys/socket.h>
11492 int len; getsockname(0, 0, &len);
11495 if { (eval echo configure
:11496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11497 cat >> confdefs.h
<<\EOF
11498 #define SOCKLEN_T int
11500 echo "$ac_t""int" 1>&6
11502 echo "configure: failed program was:" >&5
11503 cat conftest.
$ac_ext >&5
11505 echo "$ac_t""unknown" 1>&6
11516 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11517 ac_cpp
='$CPP $CPPFLAGS'
11518 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11519 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11520 cross_compiling
=$ac_cv_prog_cc_cross
11523 cat >> confdefs.h
<<\EOF
11524 #define wxUSE_SOCKETS 1
11527 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wxsocket"
11528 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS protocol"
11532 if test "$wxUSE_JOYSTICK" = 1; then
11533 for ac_hdr
in linux
/joystick.h
11535 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11536 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11537 echo "configure:11538: checking for $ac_hdr" >&5
11538 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11539 echo $ac_n "(cached) $ac_c" 1>&6
11541 cat > conftest.
$ac_ext <<EOF
11542 #line 11543 "configure"
11543 #include "confdefs.h"
11546 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11547 { (eval echo configure
:11548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11548 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11549 if test -z "$ac_err"; then
11551 eval "ac_cv_header_$ac_safe=yes"
11554 echo "configure: failed program was:" >&5
11555 cat conftest.
$ac_ext >&5
11557 eval "ac_cv_header_$ac_safe=no"
11561 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11562 echo "$ac_t""yes" 1>&6
11563 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11564 cat >> confdefs.h
<<EOF
11565 #define $ac_tr_hdr 1
11569 echo "$ac_t""no" 1>&6
11573 if test "$ac_cv_header_linux_joystick_h" = "yes"; then
11574 cat >> confdefs.h
<<\EOF
11575 #define wxUSE_JOYSTICK 1
11578 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
11585 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
11586 for ac_func
in dlopen
11588 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11589 echo "configure:11590: checking for $ac_func" >&5
11590 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11591 echo $ac_n "(cached) $ac_c" 1>&6
11593 cat > conftest.
$ac_ext <<EOF
11594 #line 11595 "configure"
11595 #include "confdefs.h"
11596 /* System header to define __stub macros and hopefully few prototypes,
11597 which can conflict with char $ac_func(); below. */
11598 #include <assert.h>
11599 /* Override any gcc2 internal prototype to avoid an error. */
11600 /* We use char because int might match the return type of a gcc2
11601 builtin and then its argument prototype would still apply. */
11607 /* The GNU C library defines this for functions which it implements
11608 to always fail with ENOSYS. Some functions are actually named
11609 something starting with __ and the normal name is an alias. */
11610 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11618 if { (eval echo configure
:11619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11620 eval "ac_cv_func_$ac_func=yes"
11622 echo "configure: failed program was:" >&5
11623 cat conftest.
$ac_ext >&5
11625 eval "ac_cv_func_$ac_func=no"
11630 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11631 echo "$ac_t""yes" 1>&6
11632 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11633 cat >> confdefs.h
<<EOF
11634 #define $ac_tr_func 1
11637 cat >> confdefs.h
<<\EOF
11638 #define HAVE_DLOPEN 1
11644 echo "$ac_t""no" 1>&6
11645 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
11646 echo "configure:11647: checking for dlopen in -ldl" >&5
11647 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
11648 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11649 echo $ac_n "(cached) $ac_c" 1>&6
11651 ac_save_LIBS
="$LIBS"
11653 cat > conftest.
$ac_ext <<EOF
11654 #line 11655 "configure"
11655 #include "confdefs.h"
11656 /* Override any gcc2 internal prototype to avoid an error. */
11657 /* We use char because int might match the return type of a gcc2
11658 builtin and then its argument prototype would still apply. */
11665 if { (eval echo configure
:11666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11667 eval "ac_cv_lib_$ac_lib_var=yes"
11669 echo "configure: failed program was:" >&5
11670 cat conftest.
$ac_ext >&5
11672 eval "ac_cv_lib_$ac_lib_var=no"
11675 LIBS
="$ac_save_LIBS"
11678 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11679 echo "$ac_t""yes" 1>&6
11681 cat >> confdefs.h
<<\EOF
11682 #define HAVE_DLOPEN 1
11689 echo "$ac_t""no" 1>&6
11691 for ac_func
in shl_load
11693 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11694 echo "configure:11695: checking for $ac_func" >&5
11695 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11696 echo $ac_n "(cached) $ac_c" 1>&6
11698 cat > conftest.
$ac_ext <<EOF
11699 #line 11700 "configure"
11700 #include "confdefs.h"
11701 /* System header to define __stub macros and hopefully few prototypes,
11702 which can conflict with char $ac_func(); below. */
11703 #include <assert.h>
11704 /* Override any gcc2 internal prototype to avoid an error. */
11705 /* We use char because int might match the return type of a gcc2
11706 builtin and then its argument prototype would still apply. */
11712 /* The GNU C library defines this for functions which it implements
11713 to always fail with ENOSYS. Some functions are actually named
11714 something starting with __ and the normal name is an alias. */
11715 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11723 if { (eval echo configure
:11724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11725 eval "ac_cv_func_$ac_func=yes"
11727 echo "configure: failed program was:" >&5
11728 cat conftest.
$ac_ext >&5
11730 eval "ac_cv_func_$ac_func=no"
11735 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11736 echo "$ac_t""yes" 1>&6
11737 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11738 cat >> confdefs.h
<<EOF
11739 #define $ac_tr_func 1
11742 cat >> confdefs.h
<<\EOF
11743 #define HAVE_SHL_LOAD 1
11749 echo "$ac_t""no" 1>&6
11761 if test "$HAVE_DL_FUNCS" = 0; then
11762 if test "$HAVE_SHL_FUNCS" = 0; then
11763 if test "$USE_UNIX" = 1; then
11764 echo "configure: warning: "--with-dynlib and
--with-odbc will be disabled due to missing shared library support
"" 1>&2
11766 wxUSE_DYNLIB_CLASS
=no
11768 echo "configure: warning: "Cannot check dynlib requirements on non
-Unix platforms. dynlib remains enabled.
"" 1>&2
11774 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
11775 cat >> confdefs.h
<<\EOF
11776 #define wxUSE_DYNLIB_CLASS 1
11782 if test "$wxUSE_UNICODE" = "yes" ; then
11783 cat >> confdefs.h
<<\EOF
11784 #define wxUSE_UNICODE 1
11789 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
11790 cat >> confdefs.h
<<\EOF
11791 #define wxUSE_WCSRTOMBS 1
11796 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
11797 cat >> confdefs.h
<<\EOF
11798 #define wxUSE_EXPERIMENTAL_PRINTF 1
11805 if test "$wxUSE_ODBC" = "yes" ; then
11806 cat >> confdefs.h
<<\EOF
11807 #define wxUSE_ODBC 1
11810 WXODBCFLAG
="-D_IODBC_"
11811 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
11812 IODBCOBJS
="\$(IODBC_OBJS)"
11818 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
11819 cat >> confdefs.h
<<\EOF
11820 #define wxUSE_POSTSCRIPT 1
11825 cat >> confdefs.h
<<\EOF
11826 #define wxUSE_AFM_FOR_POSTSCRIPT 1
11830 cat >> confdefs.h
<<\EOF
11831 #define wxUSE_NORMALIZED_PS_FONTS 1
11836 if test "$wxUSE_CONSTRAINTS" = "yes"; then
11837 cat >> confdefs.h
<<\EOF
11838 #define wxUSE_CONSTRAINTS 1
11841 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
11844 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
11845 cat >> confdefs.h
<<\EOF
11846 #define wxUSE_MDI_ARCHITECTURE 1
11849 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
11852 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
11853 cat >> confdefs.h
<<\EOF
11854 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
11857 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
11858 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
11859 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
11863 if test "$wxUSE_HELP" = "yes"; then
11864 cat >> confdefs.h
<<\EOF
11865 #define wxUSE_HELP 1
11868 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
11871 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
11872 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11873 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
11875 cat >> confdefs.h
<<\EOF
11876 #define wxUSE_PRINTING_ARCHITECTURE 1
11880 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
11883 if test "$wxUSE_PROLOGIO" = "yes" ; then
11884 cat >> confdefs.h
<<\EOF
11885 #define wxUSE_PROLOGIO 1
11890 if test "$wxUSE_RESOURCES" = "yes" ; then
11891 if test "$wxUSE_PROLOGIO" = "yes" ; then
11892 cat >> confdefs.h
<<\EOF
11893 #define wxUSE_RESOURCES 1
11896 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
11898 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
11902 if test "$wxUSE_X_RESOURCES" = "yes"; then
11903 cat >> confdefs.h
<<\EOF
11904 #define wxUSE_X_RESOURCES 1
11910 if test "$wxUSE_IPC" = "yes"; then
11911 cat >> confdefs.h
<<\EOF
11912 #define wxUSE_IPC 1
11917 if test "$wxUSE_CLIPBOARD" = "yes"; then
11918 cat >> confdefs.h
<<\EOF
11919 #define wxUSE_CLIPBOARD 1
11924 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
11925 if test "$wxUSE_GTK" = 1; then
11926 if test "$WXGTK12" != 1; then
11927 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
11928 wxUSE_DRAG_AND_DROP
=no
11932 if test "$wxUSE_MOTIF" = 1; then
11933 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
11934 wxUSE_DRAG_AND_DROP
=no
11937 if test "$USE_WIN32" = 1; then
11938 for ac_hdr
in ole2.h
11940 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11941 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11942 echo "configure:11943: checking for $ac_hdr" >&5
11943 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11944 echo $ac_n "(cached) $ac_c" 1>&6
11946 cat > conftest.
$ac_ext <<EOF
11947 #line 11948 "configure"
11948 #include "confdefs.h"
11951 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11952 { (eval echo configure
:11953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11953 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11954 if test -z "$ac_err"; then
11956 eval "ac_cv_header_$ac_safe=yes"
11959 echo "configure: failed program was:" >&5
11960 cat conftest.
$ac_ext >&5
11962 eval "ac_cv_header_$ac_safe=no"
11966 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11967 echo "$ac_t""yes" 1>&6
11968 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11969 cat >> confdefs.h
<<EOF
11970 #define $ac_tr_hdr 1
11974 echo "$ac_t""no" 1>&6
11978 if test "x$HAVE_OLE2_H" = x
; then
11979 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
11980 wxUSE_DRAG_AND_DROP
=no
11984 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
11985 cat >> confdefs.h
<<\EOF
11986 #define wxUSE_DRAG_AND_DROP 1
11989 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
11994 if test "$wxUSE_SPLINES" = "yes" ; then
11995 cat >> confdefs.h
<<\EOF
11996 #define wxUSE_SPLINES 1
12002 if test "$wxUSE_ACCEL" = "yes"; then
12003 cat >> confdefs.h
<<\EOF
12004 #define wxUSE_ACCEL 1
12009 if test "$wxUSE_CARET" = "yes"; then
12010 cat >> confdefs.h
<<\EOF
12011 #define wxUSE_CARET 1
12014 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
12017 if test "$wxUSE_COMBOBOX" = "yes"; then
12018 cat >> confdefs.h
<<\EOF
12019 #define wxUSE_COMBOBOX 1
12024 if test "$wxUSE_CHOICE" = "yes"; then
12025 cat >> confdefs.h
<<\EOF
12026 #define wxUSE_CHOICE 1
12031 if test "$wxUSE_BMPBUTTON" = "yes"; then
12032 cat >> confdefs.h
<<\EOF
12033 #define wxUSE_BMPBUTTON 1
12038 if test "$wxUSE_CHECKBOX" = "yes"; then
12039 cat >> confdefs.h
<<\EOF
12040 #define wxUSE_CHECKBOX 1
12045 if test "$wxUSE_CHECKLST" = "yes"; then
12046 cat >> confdefs.h
<<\EOF
12047 #define wxUSE_CHECKLISTBOX 1
12050 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
12053 if test "$wxUSE_GAUGE" = "yes"; then
12054 cat >> confdefs.h
<<\EOF
12055 #define wxUSE_GAUGE 1
12060 if test "$wxUSE_GRID" = "yes"; then
12061 cat >> confdefs.h
<<\EOF
12062 #define wxUSE_GRID 1
12065 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
12068 if test "$wxUSE_NEW_GRID" = "yes"; then
12069 cat >> confdefs.h
<<\EOF
12070 #define wxUSE_NEW_GRID 1
12073 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
12076 if test "$wxUSE_IMAGLIST" = "yes"; then
12077 cat >> confdefs.h
<<\EOF
12078 #define wxUSE_IMAGLIST 1
12083 if test "$wxUSE_LISTBOX" = "yes"; then
12084 cat >> confdefs.h
<<\EOF
12085 #define wxUSE_LISTBOX 1
12090 if test "$wxUSE_LISTCTRL" = "yes"; then
12091 if test "$wxUSE_IMAGLIST" = "yes"; then
12092 cat >> confdefs.h
<<\EOF
12093 #define wxUSE_LISTCTRL 1
12096 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
12098 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
12102 if test "$wxUSE_NOTEBOOK" = "yes"; then
12103 cat >> confdefs.h
<<\EOF
12104 #define wxUSE_NOTEBOOK 1
12107 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
12110 if test "$wxUSE_RADIOBOX" = "yes"; then
12111 cat >> confdefs.h
<<\EOF
12112 #define wxUSE_RADIOBOX 1
12117 if test "$wxUSE_RADIOBTN" = "yes"; then
12118 cat >> confdefs.h
<<\EOF
12119 #define wxUSE_RADIOBTN 1
12124 if test "$wxUSE_SASH" = "yes"; then
12125 cat >> confdefs.h
<<\EOF
12126 #define wxUSE_SASH 1
12129 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
12132 if test "$wxUSE_SCROLLBAR" = "yes"; then
12133 cat >> confdefs.h
<<\EOF
12134 #define wxUSE_SCROLLBAR 1
12137 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
12140 if test "$wxUSE_SLIDER" = "yes"; then
12141 cat >> confdefs.h
<<\EOF
12142 #define wxUSE_SLIDER 1
12147 if test "$wxUSE_SPINBTN" = "yes"; then
12148 cat >> confdefs.h
<<\EOF
12149 #define wxUSE_SPINBTN 1
12154 if test "$wxUSE_SPLITTER" = "yes"; then
12155 cat >> confdefs.h
<<\EOF
12156 #define wxUSE_SPLITTER 1
12159 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
12162 if test "$wxUSE_STATBMP" = "yes"; then
12163 cat >> confdefs.h
<<\EOF
12164 #define wxUSE_STATBMP 1
12169 if test "$wxUSE_STATBOX" = "yes"; then
12170 cat >> confdefs.h
<<\EOF
12171 #define wxUSE_STATBOX 1
12176 if test "$wxUSE_STATLINE" = "yes"; then
12177 if test "$wxUSE_WINE" = 1 ; then
12178 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
12180 cat >> confdefs.h
<<\EOF
12181 #define wxUSE_STATLINE 1
12187 if test "$wxUSE_STATUSBAR" = "yes"; then
12188 cat >> confdefs.h
<<\EOF
12189 #define wxUSE_STATUSBAR 1
12194 if test "$wxUSE_TABDIALOG" = "yes"; then
12195 cat >> confdefs.h
<<\EOF
12196 #define wxUSE_TAB_DIALOG 1
12199 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
12202 if test "$wxUSE_TOOLBAR" = "yes"; then
12203 cat >> confdefs.h
<<\EOF
12204 #define wxUSE_TOOLBAR 1
12207 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
12210 if test "$wxUSE_TOOLTIPS" = "yes"; then
12211 if test "$wxUSE_MOTIF" = 1; then
12212 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
12214 if test "$wxUSE_WINE" = 1; then
12215 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
12217 cat >> confdefs.h
<<\EOF
12218 #define wxUSE_TOOLTIPS 1
12225 if test "$wxUSE_TREECTRL" = "yes"; then
12226 if test "$wxUSE_IMAGLIST" = "yes"; then
12227 cat >> confdefs.h
<<\EOF
12228 #define wxUSE_TREECTRL 1
12231 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
12233 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
12239 if test "$wxUSE_METAFILE" = "yes"; then
12240 cat >> confdefs.h
<<\EOF
12241 #define wxUSE_METAFILE 1
12246 if test "$wxUSE_DIRDLG" = "yes"; then
12247 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12248 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
12250 if test "$wxUSE_TREECTRL" != "yes"; then
12251 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
12253 cat >> confdefs.h
<<\EOF
12254 #define wxUSE_DIRDLG 1
12261 if test "$wxUSE_TEXTDLG" = "yes"; then
12262 cat >> confdefs.h
<<\EOF
12263 #define wxUSE_TEXTDLG 1
12268 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
12269 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12270 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
12272 cat >> confdefs.h
<<\EOF
12273 #define wxUSE_STARTUP_TIPS 1
12279 if test "$wxUSE_PROGRESSDLG" = "yes"; then
12280 if test "$wxUSE_CONSTRAINTS" != "yes"; then
12281 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
12283 cat >> confdefs.h
<<\EOF
12284 #define wxUSE_PROGRESSDLG 1
12290 if test "$wxUSE_MINIFRAME" = "yes"; then
12291 cat >> confdefs.h
<<\EOF
12292 #define wxUSE_MINIFRAME 1
12295 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
12298 if test "$wxUSE_HTML" = "yes"; then
12299 cat >> confdefs.h
<<\EOF
12300 #define wxUSE_HTML 1
12303 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
12304 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS html"
12307 if test "$wxUSE_VALIDATORS" = "yes"; then
12308 cat >> confdefs.h
<<\EOF
12309 #define wxUSE_VALIDATORS 1
12312 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
12315 if test "$wxUSE_GIF" = "yes" ; then
12316 cat >> confdefs.h
<<\EOF
12317 #define wxUSE_GIF 1
12322 if test "$wxUSE_PCX" = "yes" ; then
12323 cat >> confdefs.h
<<\EOF
12324 #define wxUSE_PCX 1
12329 if test "$wxUSE_PNM" = "yes" ; then
12330 cat >> confdefs.h
<<\EOF
12331 #define wxUSE_PNM 1
12337 GUILIBS
="$GUI_TK_LIBRARY $OPENGL_LINK $LIBPNG_LINK $ZLIB_LINK $TOOLKIT_LINK"
12339 EXTRA_LIBS
="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK"
12340 if test "$wxUSE_GUI" = "yes"; then
12341 EXTRA_LIBS
="$EXTRA_LIBS $GUILIBS"
12344 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
12346 INCLUDES
="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TOOLKIT_INCLUDE"
12348 if test "$GXX" = yes ; then
12349 CXXWARNINGS
="-Wall"
12351 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
12353 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS | sed 's/ \\+/ /g'`
12354 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
12356 if test "$wxUSE_GUI" = "yes"; then
12358 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS bombs controls dialogs drawing dynamic \
12359 font forty fractal image minimal richedit wxpoem"
12364 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '`"
12419 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
12420 echo "configure:12421: checking whether ${MAKE-make} sets \${MAKE}" >&5
12421 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
12422 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
12423 echo $ac_n "(cached) $ac_c" 1>&6
12425 cat > conftestmake
<<\EOF
12427 @
echo 'ac_maketemp="${MAKE}"'
12429 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
12430 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
12431 if test -n "$ac_maketemp"; then
12432 eval ac_cv_prog_make_
${ac_make}_set
=yes
12434 eval ac_cv_prog_make_
${ac_make}_set
=no
12438 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
12439 echo "$ac_t""yes" 1>&6
12442 echo "$ac_t""no" 1>&6
12443 SET_MAKE
="MAKE=${MAKE-make}"
12449 if test "${TOOLKIT_DIR}" = "msw" ; then
12450 GL_TOOLKIT_DIR
="win"
12452 GL_TOOLKIT_DIR
="${TOOLKIT_DIR}"
12457 cat > confcache
<<\EOF
12458 # This file is a shell script that caches the results of configure
12459 # tests run on this system so they can be shared between configure
12460 # scripts and configure runs. It is not useful on other systems.
12461 # If it contains results you don't want to keep, you may remove or edit it.
12463 # By default, configure uses ./config.cache as the cache file,
12464 # creating it if it does not exist already. You can give configure
12465 # the --cache-file=FILE option to use a different cache file; that is
12466 # what configure does when it calls configure scripts in
12467 # subdirectories, so they share the cache.
12468 # Giving --cache-file=/dev/null disables caching, for debugging configure.
12469 # config.status only pays attention to the cache file if you give it the
12470 # --recheck option to rerun configure.
12473 # The following way of writing the cache mishandles newlines in values,
12474 # but we know of no workaround that is simple, portable, and efficient.
12475 # So, don't put newlines in cache variables' values.
12476 # Ultrix sh set writes to stderr and can't be redirected directly,
12477 # and sets the high bit in the cache file unless we assign to the vars.
12479 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12481 # `set' does not quote correctly, so add quotes (double-quote substitution
12482 # turns \\\\ into \\, and sed turns \\ into \).
12484 -e "s/'/'\\\\''/g" \
12485 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
12488 # `set' quotes correctly as required by POSIX, so do not add quotes.
12489 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
12492 if cmp -s $cache_file confcache
; then
12495 if test -w $cache_file; then
12496 echo "updating cache $cache_file"
12497 cat confcache
> $cache_file
12499 echo "not updating unwritable cache $cache_file"
12504 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
12506 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12507 # Let make expand exec_prefix.
12508 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12510 # Any assignment to VPATH causes Sun make to only execute
12511 # the first set of double-colon rules, so remove it if not needed.
12512 # If there is a colon in the path, we need to keep it.
12513 if test "x$srcdir" = x.
; then
12514 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
12517 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
12519 DEFS
=-DHAVE_CONFIG_H
12521 # Without the "./", some shells look in PATH for config.status.
12522 : ${CONFIG_STATUS=./config.status}
12524 echo creating
$CONFIG_STATUS
12525 rm -f $CONFIG_STATUS
12526 cat > $CONFIG_STATUS <<EOF
12528 # Generated automatically by configure.
12529 # Run this file to recreate the current configuration.
12530 # This directory was configured as follows,
12531 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12533 # $0 $ac_configure_args
12535 # Compiler output produced by configure, useful for debugging
12536 # configure, is in ./config.log if it exists.
12538 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
12541 case "\$ac_option" in
12542 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12543 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
12544 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
12545 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
12546 echo "$CONFIG_STATUS generated by autoconf version 2.14"
12548 -help | --help | --hel | --he | --h)
12549 echo "\$ac_cs_usage"; exit 0 ;;
12550 *) echo "\$ac_cs_usage"; exit 1 ;;
12554 ac_given_srcdir=$srcdir
12555 ac_given_INSTALL="$INSTALL"
12557 trap 'rm -fr `echo "
12564 samples/bombs/Makefile
12565 samples/caret/Makefile
12566 samples/checklst/Makefile
12567 samples/config/Makefile
12568 samples/controls/Makefile
12569 samples/db/Makefile
12570 samples/dialogs/Makefile
12571 samples/docview/Makefile
12572 samples/docvwmdi/Makefile
12573 samples/dnd/Makefile
12574 samples/drawing/Makefile
12575 samples/forty/Makefile
12576 samples/font/Makefile
12577 samples/fractal/Makefile
12578 samples/image/Makefile
12579 samples/internat/Makefile
12580 samples/layout/Makefile
12581 samples/listctrl/Makefile
12582 samples/mdi/Makefile
12583 samples/minifram/Makefile
12584 samples/minimal/Makefile
12585 samples/nettest/Makefile
12586 samples/newgrid/Makefile
12587 samples/notebook/Makefile
12588 samples/png/Makefile
12589 samples/printing/Makefile
12590 samples/proplist/Makefile
12591 samples/richedit/Makefile
12592 samples/resource/Makefile
12593 samples/sashtest/Makefile
12594 samples/scroll/Makefile
12595 samples/scrollsub/Makefile
12596 samples/splitter/Makefile
12597 samples/text/Makefile
12598 samples/thread/Makefile
12599 samples/toolbar/Makefile
12600 samples/treectrl/Makefile
12601 samples/typetest/Makefile
12602 samples/validate/Makefile
12603 samples/wxpoem/Makefile
12604 samples/wxsocket/Makefile
12605 samples/wizard/Makefile
12606 samples/html/Makefile
12607 samples/html/about/Makefile
12608 samples/html/help/Makefile
12609 samples/html/printing/Makefile
12610 samples/html/helpview/Makefile
12611 samples/html/test/Makefile
12612 samples/html/zip/Makefile
12613 samples/html/virtual/Makefile
12614 samples/html/widget/Makefile
12616 utils/wxMMedia2/Makefile
12617 utils/wxMMedia2/lib/Makefile
12618 utils/wxMMedia2/sample/Makefile
12619 utils/glcanvas/Makefile
12620 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
12622 utils/ogl/src/Makefile
12623 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
12625 cat >> $CONFIG_STATUS <<EOF
12627 # Protect against being on the right side of a sed subst in config.status.
12628 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
12629 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
12633 s%@CFLAGS@%$CFLAGS%g
12634 s%@CPPFLAGS@%$CPPFLAGS%g
12635 s%@CXXFLAGS@%$CXXFLAGS%g
12636 s%@FFLAGS@%$FFLAGS%g
12638 s%@LDFLAGS@%$LDFLAGS%g
12640 s%@exec_prefix@%$exec_prefix%g
12641 s%@prefix@%$prefix%g
12642 s%@program_transform_name@%$program_transform_name%g
12643 s%@bindir@%$bindir%g
12644 s%@sbindir@%$sbindir%g
12645 s%@libexecdir@%$libexecdir%g
12646 s%@datadir@%$datadir%g
12647 s%@sysconfdir@%$sysconfdir%g
12648 s%@sharedstatedir@%$sharedstatedir%g
12649 s%@localstatedir@%$localstatedir%g
12650 s%@libdir@%$libdir%g
12651 s%@includedir@%$includedir%g
12652 s%@oldincludedir@%$oldincludedir%g
12653 s%@infodir@%$infodir%g
12654 s%@mandir@%$mandir%g
12656 s%@host_alias@%$host_alias%g
12657 s%@host_cpu@%$host_cpu%g
12658 s%@host_vendor@%$host_vendor%g
12659 s%@host_os@%$host_os%g
12660 s%@target@%$target%g
12661 s%@target_alias@%$target_alias%g
12662 s%@target_cpu@%$target_cpu%g
12663 s%@target_vendor@%$target_vendor%g
12664 s%@target_os@%$target_os%g
12666 s%@build_alias@%$build_alias%g
12667 s%@build_cpu@%$build_cpu%g
12668 s%@build_vendor@%$build_vendor%g
12669 s%@build_os@%$build_os%g
12673 s%@CXXCPP@%$CXXCPP%g
12674 s%@RANLIB@%$RANLIB%g
12676 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
12677 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
12678 s%@INSTALL_DATA@%$INSTALL_DATA%g
12682 s%@LEXLIB@%$LEXLIB%g
12684 s%@GTK_CONFIG@%$GTK_CONFIG%g
12685 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
12686 s%@GTK_LIBS@%$GTK_LIBS%g
12687 s%@X_CFLAGS@%$X_CFLAGS%g
12688 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
12689 s%@X_LIBS@%$X_LIBS%g
12690 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
12691 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
12692 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
12693 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
12694 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
12695 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
12696 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
12697 s%@WX_LIBRARY@%$WX_LIBRARY%g
12698 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
12699 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
12700 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
12701 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
12702 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
12703 s%@WX_ALL@%$WX_ALL%g
12704 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
12705 s%@SHARED_LD@%$SHARED_LD%g
12706 s%@PIC_FLAG@%$PIC_FLAG%g
12707 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
12708 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
12709 s%@TOOLKIT@%$TOOLKIT%g
12710 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
12711 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
12712 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
12713 s%@GUIHEADERS@%$GUIHEADERS%g
12714 s%@GUIOBJS@%$GUIOBJS%g
12715 s%@COMMONOBJS@%$COMMONOBJS%g
12716 s%@GENERICOBJS@%$GENERICOBJS%g
12717 s%@GUIDEPS@%$GUIDEPS%g
12718 s%@COMMONDEPS@%$COMMONDEPS%g
12719 s%@GENERICDEPS@%$GENERICDEPS%g
12720 s%@IODBCOBJS@%$IODBCOBJS%g
12721 s%@UNIXOBJS@%$UNIXOBJS%g
12722 s%@UNIXDEPS@%$UNIXDEPS%g
12723 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
12724 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
12725 s%@ALL_HEADERS@%$ALL_HEADERS%g
12726 s%@GUIDIST@%$GUIDIST%g
12727 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
12728 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
12729 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
12730 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
12731 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
12732 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
12733 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
12734 s%@LD_LIBS@%$LD_LIBS%g
12735 s%@SET_MAKE@%$SET_MAKE%g
12736 s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g
12741 cat >> $CONFIG_STATUS <<\EOF
12743 # Split the substitutions into bite-sized pieces for seds with
12744 # small command number limits, like on Digital OSF/1 and HP-UX.
12745 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
12746 ac_file
=1 # Number of current file.
12747 ac_beg
=1 # First line for current file.
12748 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
12751 while $ac_more_lines; do
12752 if test $ac_beg -gt 1; then
12753 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
12755 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
12757 if test ! -s conftest.s
$ac_file; then
12758 ac_more_lines
=false
12759 rm -f conftest.s
$ac_file
12761 if test -z "$ac_sed_cmds"; then
12762 ac_sed_cmds
="sed -f conftest.s$ac_file"
12764 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
12766 ac_file
=`expr $ac_file + 1`
12768 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
12771 if test -z "$ac_sed_cmds"; then
12776 cat >> $CONFIG_STATUS <<EOF
12778 CONFIG_FILES=\${CONFIG_FILES-"wx-config
12784 samples/bombs/Makefile
12785 samples/caret/Makefile
12786 samples/checklst/Makefile
12787 samples/config/Makefile
12788 samples/controls/Makefile
12789 samples/db/Makefile
12790 samples/dialogs/Makefile
12791 samples/docview/Makefile
12792 samples/docvwmdi/Makefile
12793 samples/dnd/Makefile
12794 samples/drawing/Makefile
12795 samples/forty/Makefile
12796 samples/font/Makefile
12797 samples/fractal/Makefile
12798 samples/image/Makefile
12799 samples/internat/Makefile
12800 samples/layout/Makefile
12801 samples/listctrl/Makefile
12802 samples/mdi/Makefile
12803 samples/minifram/Makefile
12804 samples/minimal/Makefile
12805 samples/nettest/Makefile
12806 samples/newgrid/Makefile
12807 samples/notebook/Makefile
12808 samples/png/Makefile
12809 samples/printing/Makefile
12810 samples/proplist/Makefile
12811 samples/richedit/Makefile
12812 samples/resource/Makefile
12813 samples/sashtest/Makefile
12814 samples/scroll/Makefile
12815 samples/scrollsub/Makefile
12816 samples/splitter/Makefile
12817 samples/text/Makefile
12818 samples/thread/Makefile
12819 samples/toolbar/Makefile
12820 samples/treectrl/Makefile
12821 samples/typetest/Makefile
12822 samples/validate/Makefile
12823 samples/wxpoem/Makefile
12824 samples/wxsocket/Makefile
12825 samples/wizard/Makefile
12826 samples/html/Makefile
12827 samples/html/about/Makefile
12828 samples/html/help/Makefile
12829 samples/html/printing/Makefile
12830 samples/html/helpview/Makefile
12831 samples/html/test/Makefile
12832 samples/html/zip/Makefile
12833 samples/html/virtual/Makefile
12834 samples/html/widget/Makefile
12836 utils/wxMMedia2/Makefile
12837 utils/wxMMedia2/lib/Makefile
12838 utils/wxMMedia2/sample/Makefile
12839 utils/glcanvas/Makefile
12840 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
12842 utils/ogl/src/Makefile
12845 cat >> $CONFIG_STATUS <<\EOF
12846 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
12847 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12849 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
12850 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
12851 *) ac_file_in
="${ac_file}.in" ;;
12854 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
12856 # Remove last slash and all that follows it. Not all systems have dirname.
12857 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
12858 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
12859 # The file is in a subdirectory.
12860 test ! -d "$ac_dir" && mkdir "$ac_dir"
12861 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
12862 # A "../" for each directory in $ac_dir_suffix.
12863 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
12865 ac_dir_suffix
= ac_dots
=
12868 case "$ac_given_srcdir" in
12870 if test -z "$ac_dots"; then top_srcdir
=.
12871 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
12872 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
12873 *) # Relative path.
12874 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
12875 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
12878 case "$ac_given_INSTALL" in
12879 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
12880 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
12883 echo creating
"$ac_file"
12885 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
12887 *Makefile
*) ac_comsub
="1i\\
12888 # $configure_input" ;;
12892 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
12894 s%@configure_input@%$configure_input%g
12895 s%@srcdir@%$srcdir%g
12896 s%@top_srcdir@%$top_srcdir%g
12897 s%@INSTALL@%$INSTALL%g
12898 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
12902 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
12903 # NAME is the cpp macro being defined and VALUE is the value it is being given.
12905 # ac_d sets the value in "#define NAME VALUE" lines.
12906 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
12907 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
12910 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
12911 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12912 ac_uB
='\([ ]\)%\1#\2define\3'
12915 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12916 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12917 ac_eB
='$%\1#\2define\3'
12921 if test "${CONFIG_HEADERS+set}" != set; then
12923 cat >> $CONFIG_STATUS <<EOF
12924 CONFIG_HEADERS="setup.h:setup.h.in"
12926 cat >> $CONFIG_STATUS <<\EOF
12928 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
12929 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12931 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
12932 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
12933 *) ac_file_in
="${ac_file}.in" ;;
12936 echo creating
$ac_file
12938 rm -f conftest.frag conftest.
in conftest.out
12939 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
12940 cat $ac_file_inputs > conftest.
in
12944 # Transform confdefs.h into a sed script conftest.vals that substitutes
12945 # the proper values into config.h.in to produce config.h. And first:
12946 # Protect against being on the right side of a sed subst in config.status.
12947 # Protect against being in an unquoted here document in config.status.
12948 rm -f conftest.vals
12949 cat > conftest.hdr
<<\EOF
12952 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
12956 sed -n -f conftest.hdr confdefs.h > conftest.vals
12959 # This sed command replaces #undef with comments. This is necessary, for
12960 # example, in the case of _POSIX_SOURCE, which is predefined and required
12961 # on some systems where configure will not decide to define it.
12962 cat >> conftest.vals <<\EOF
12963 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
12966 # Break up conftest.vals because some shells have a limit on
12967 # the size of here documents, and old seds have small limits too.
12969 rm -f conftest.tail
12972 ac_lines=`grep -c . conftest.vals
`
12973 # grep -c gives empty output for an empty file on some AIX systems.
12974 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
12975 # Write a limited-size here document to conftest.frag.
12976 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
12977 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
12979 sed -f conftest.frag conftest.in > conftest.out
12981 mv conftest.out conftest.in
12982 ' >> $CONFIG_STATUS
12983 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
12984 rm -f conftest.vals
12985 mv conftest.tail conftest.vals
12987 rm -f conftest.vals
12989 cat >> $CONFIG_STATUS <<\EOF
12990 rm -f conftest.frag conftest.h
12991 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
12992 cat conftest.in >> conftest.h
12994 if cmp -s $ac_file conftest.h 2>/dev/null; then
12995 echo "$ac_file is unchanged"
12998 # Remove last slash and all that follows it. Not all systems have dirname.
12999 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
13000 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
13001 # The file is in a subdirectory.
13002 test ! -d "$ac_dir" && mkdir "$ac_dir"
13005 mv conftest.h $ac_file
13010 cat >> $CONFIG_STATUS <<EOF
13012 TOOLKIT_DIR="${TOOLKIT_DIR}"
13016 cat >> $CONFIG_STATUS <<\EOF
13019 if test ! -d include; then
13022 if test ! -d include/wx; then
13025 if test ! -d include/wx/${TOOLKIT_DIR}; then
13026 mkdir include/wx/${TOOLKIT_DIR}
13028 if test -f setup.h; then
13029 mv -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
13034 chmod +x $CONFIG_STATUS
13035 rm -fr confdefs* $ac_clean_files
13036 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1