3 # From configure.in Id: configure.in
42 # Configure paths for GTK+
46 # Guess values for system-dependent variables and create Makefiles.
47 # Generated automatically using autoconf version 2.13
48 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
50 # This configure script is free software; the Free Software Foundation
51 # gives unlimited permission to copy, distribute and modify it.
55 ac_default_prefix
=/usr
/local
56 # Any additions from configure.in:
58 --enable-gui use GUI classes"
62 --with-motif use Motif/Lesstif"
64 --with-mac use Mac OS X"
68 --with-cygwin use Cygwin for MS-Windows"
70 --with-mingw use GCC Minimal MS-Windows"
72 --with-pm use OS/2 Presentation Manager"
74 --with-gtk-prefix=PFX Prefix where GTK is installed"
76 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
78 --with-libpng use libpng (PNG image format)"
80 --with-libjpeg use libjpeg (JPEG file format)"
82 --with-libtiff use libtiff (TIFF file format)"
84 --with-freetype use freetype (font rasterizer)"
86 --with-opengl use OpenGL (or Mesa)"
88 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
90 --with-zlib use zlib for LZW compression"
92 --with-odbc use the IODBC and wxODBC classes"
94 --enable-shared create shared library code"
96 --enable-burnt_name create set name in shared library "
98 --enable-optimise create optimised code"
100 --enable-debug same as debug_flag and debug_info"
102 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
104 --enable-debug_info create code with debugging information"
106 --enable-debug_gdb create code with extra GDB debugging information"
108 --enable-debug_cntxt use wxDebugContext"
110 --enable-mem_tracing create code with memory tracing"
112 --enable-profile create code with profiling information"
114 --enable-no_rtti create code without RTTI information"
116 --enable-no_exceptions create code without exceptions information"
118 --enable-permissive compile code disregarding strict ANSI"
120 --enable-no_deps create code without dependency information"
122 --enable-intl use internationalization system"
124 --enable-config use wxConfig (and derived) classes"
126 --enable-sockets use socket/network classes"
128 --enable-ipc use interprocess communication (wxSocket etc.)"
130 --enable-dialupman use dialup network classes"
132 --enable-apple_ieee use the Apple IEEE codec"
134 --enable-timedate use date/time classes"
136 --enable-wave use wxWave class"
138 --enable-fraction use wxFraction class"
140 --enable-dynlib use wxLibrary class for DLL loading"
142 --enable-longlong use wxLongLong class"
144 --enable-geometry use geometry class"
146 --enable-log use logging system"
148 --enable-streams use wxStream etc classes"
150 --enable-file use wxFile classes"
152 --enable-textfile use wxTextFile classes"
154 --enable-unicode compile wxString with Unicode support"
156 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
158 --enable-wxprintfv use wxWindows implementation of vprintf()"
160 --enable-std_iostreams use standard C++ stream classes"
162 --enable-filesystem use virtual file systems classes"
164 --enable-fs_inet use virtual HTTP/FTP filesystems"
166 --enable-fs_zip use virtual ZIP filesystems"
168 --enable-zipstream use wxZipInputStream"
170 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
172 --enable-threads use threads"
174 --enable-serial use class serialization"
176 --enable-docview use document view architecture"
178 --enable-help use help (using external browser at present)"
180 --enable-constraints use layout-constraints system"
182 --enable-printarch use printing architecture"
184 --enable-mdi use multiple document interface architecture"
186 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
188 --enable-prologio use Prolog IO library"
190 --enable-resources use wxWindows resources"
192 --enable-xresources use X resources for save (default for gtk+)"
194 --enable-clipboard use wxClipboard classes"
196 --enable-dnd use Drag'n'Drop classes"
198 --enable-metafile use win32 metafiles"
200 --enable-wxtree make wxTree library"
202 --enable-controls use all usual controls"
204 --enable-accel use accelerators"
206 --enable-caret use wxCaret class"
208 --enable-bmpbutton use wxBitmapButton class"
210 --enable-checkbox use wxCheckBox class"
212 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
214 --enable-choice use wxChoice class"
216 --enable-combobox use wxComboBox classes"
218 --enable-gauge use wxGauge class"
220 --enable-grid use wxGrid class"
222 --enable-newgrid use new wxGrid class"
224 --enable-imaglist use wxImageList class"
226 --enable-listbox use wxListBox class"
228 --enable-listctrl use wxListCtrl class"
230 --enable-notebook use wxNotebook class"
232 --enable-radiobox use wxRadioBox class"
234 --enable-radiobtn use wxRadioButton class"
236 --enable-sash use wxSashWindow class"
238 --enable-scrollbar use wxScrollBar class and scrollable windows"
240 --enable-slider use wxSlider class"
242 --enable-spinbtn use wxSpinButton class"
244 --enable-spinctrl use wxSpinCtrl class"
246 --enable-splitter use wxSplitterWindow class"
248 --enable-statbmp use wxStaticBitmap class"
250 --enable-statbox use wxStaticBox class"
252 --enable-statline use wxStaticLine class"
254 --enable-statusbar use wxStatusBar class"
256 --enable-tabdialog use wxTabControl class"
258 --enable-togglebtn use wxToggleButton class"
260 --enable-toolbar use wxToolBar class"
262 --enable-tbarnative use native wxToolBar class"
264 --enable-tbarsmpl use wxToolBarSimple class"
266 --enable-treectrl use wxTreeCtrl class"
268 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
270 --enable-dirdlg use wxDirDialog"
272 --enable-textdlg use wxTextDialog"
274 --enable-tipdlg use startup tips"
276 --enable-progressdlg use wxProgressDialog"
278 --enable-miniframe use wxMiniFrame class"
280 --enable-html use wxHTML sub-library"
282 --enable-tooltips use wxToolTip class"
284 --enable-splines use spline drawing code"
286 --enable-validators use wxValidator and derived classes"
288 --enable-busyinfo use wxBusyInfo"
290 --enable-joystick compile in joystick support (Linux only)"
292 --enable-image use wxImage class"
294 --enable-gif use gif images (GIF file format)"
296 --enable-pcx use pcx images (PCX file format)"
298 --enable-pnm use pnm images (PNM file format)"
300 --enable-xpm use xpm images (XPM file format)"
302 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
304 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
306 --disable-gtktest Do not try to compile and run a test GTK program"
308 --with-x use the X Window System"
310 # Initialize some variables set by options.
311 # The variables have the same names as the options, with
312 # dashes changed to underlines.
314 cache_file
=.
/config.cache
323 program_transform_name
=s
,x
,x
,
331 bindir
='${exec_prefix}/bin'
332 sbindir
='${exec_prefix}/sbin'
333 libexecdir
='${exec_prefix}/libexec'
334 datadir
='${prefix}/share'
335 sysconfdir
='${prefix}/etc'
336 sharedstatedir
='${prefix}/com'
337 localstatedir
='${prefix}/var'
338 libdir
='${exec_prefix}/lib'
339 includedir
='${prefix}/include'
340 oldincludedir
='/usr/include'
341 infodir
='${prefix}/info'
342 mandir
='${prefix}/man'
344 # Initialize some other variables.
347 SHELL
=${CONFIG_SHELL-/bin/sh}
348 # Maximum number of lines to put in a shell here document.
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
363 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
367 # Accept the important Cygnus configure options, so we can diagnose typos.
371 -bindir | --bindir | --bindi | --bind | --bin | --bi)
373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374 bindir
="$ac_optarg" ;;
376 -build | --build | --buil | --bui | --bu)
378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379 build
="$ac_optarg" ;;
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383 ac_prev
=cache_file
;;
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386 cache_file
="$ac_optarg" ;;
388 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 datadir
="$ac_optarg" ;;
394 -disable-* | --disable-*)
395 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
396 # Reject names that are not valid shell variable names.
397 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
398 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
400 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
401 eval "enable_${ac_feature}=no" ;;
403 -enable-* | --enable-*)
404 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
405 # Reject names that are not valid shell variable names.
406 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
407 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
409 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
414 eval "enable_${ac_feature}='$ac_optarg'" ;;
416 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
417 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
418 | --exec | --exe | --ex)
419 ac_prev
=exec_prefix
;;
420 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
421 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
422 | --exec=* | --exe=* | --ex=*)
423 exec_prefix
="$ac_optarg" ;;
425 -gas | --gas | --ga | --g)
426 # Obsolete; use --with-gas.
429 -help | --help | --hel | --he)
430 # Omit some internal or obsolete options to make the list less imposing.
431 # This message is too long to be a string in the A/UX 3.1 sh.
433 Usage: configure [options] [host]
434 Options: [defaults in brackets after descriptions]
436 --cache-file=FILE cache test results in FILE
437 --help print this message
438 --no-create do not create output files
439 --quiet, --silent do not print \`checking...' messages
440 --version print the version of autoconf that created configure
441 Directory and file names:
442 --prefix=PREFIX install architecture-independent files in PREFIX
444 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
446 --bindir=DIR user executables in DIR [EPREFIX/bin]
447 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
448 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
449 --datadir=DIR read-only architecture-independent data in DIR
451 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
452 --sharedstatedir=DIR modifiable architecture-independent data in DIR
454 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
455 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
456 --includedir=DIR C header files in DIR [PREFIX/include]
457 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
458 --infodir=DIR info documentation in DIR [PREFIX/info]
459 --mandir=DIR man documentation in DIR [PREFIX/man]
460 --srcdir=DIR find the sources in DIR [configure dir or ..]
461 --program-prefix=PREFIX prepend PREFIX to installed program names
462 --program-suffix=SUFFIX append SUFFIX to installed program names
463 --program-transform-name=PROGRAM
464 run sed PROGRAM on installed program names
468 --build=BUILD configure for building on BUILD [BUILD=HOST]
469 --host=HOST configure for HOST [guessed]
470 --target=TARGET configure for TARGET [TARGET=HOST]
471 Features and packages:
472 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
473 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
474 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
475 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
476 --x-includes=DIR X include files are in DIR
477 --x-libraries=DIR X library files are in DIR
479 if test -n "$ac_help"; then
480 echo "--enable and --with options recognized:$ac_help"
484 -host | --host | --hos | --ho)
486 -host=* | --host=* | --hos=* | --ho=*)
489 -includedir | --includedir | --includedi | --included | --include \
490 | --includ | --inclu | --incl | --inc)
491 ac_prev
=includedir
;;
492 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
493 | --includ=* | --inclu=* | --incl=* | --inc=*)
494 includedir
="$ac_optarg" ;;
496 -infodir | --infodir | --infodi | --infod | --info | --inf)
498 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
499 infodir
="$ac_optarg" ;;
501 -libdir | --libdir | --libdi | --libd)
503 -libdir=* | --libdir=* | --libdi=* | --libd=*)
504 libdir
="$ac_optarg" ;;
506 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
507 | --libexe | --libex | --libe)
508 ac_prev
=libexecdir
;;
509 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
510 | --libexe=* | --libex=* | --libe=*)
511 libexecdir
="$ac_optarg" ;;
513 -localstatedir | --localstatedir | --localstatedi | --localstated \
514 | --localstate | --localstat | --localsta | --localst \
515 | --locals | --local | --loca | --loc | --lo)
516 ac_prev
=localstatedir
;;
517 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
518 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
519 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
520 localstatedir
="$ac_optarg" ;;
522 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
524 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
525 mandir
="$ac_optarg" ;;
528 # Obsolete; use --without-fp.
531 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
535 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
536 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
539 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
540 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
541 | --oldin | --oldi | --old | --ol | --o)
542 ac_prev
=oldincludedir
;;
543 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
544 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
545 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
546 oldincludedir
="$ac_optarg" ;;
548 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
550 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
551 prefix
="$ac_optarg" ;;
553 -program-prefix | --program-prefix | --program-prefi | --program-pref \
554 | --program-pre | --program-pr | --program-p)
555 ac_prev
=program_prefix
;;
556 -program-prefix=* | --program-prefix=* | --program-prefi=* \
557 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
558 program_prefix
="$ac_optarg" ;;
560 -program-suffix | --program-suffix | --program-suffi | --program-suff \
561 | --program-suf | --program-su | --program-s)
562 ac_prev
=program_suffix
;;
563 -program-suffix=* | --program-suffix=* | --program-suffi=* \
564 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
565 program_suffix
="$ac_optarg" ;;
567 -program-transform-name | --program-transform-name \
568 | --program-transform-nam | --program-transform-na \
569 | --program-transform-n | --program-transform- \
570 | --program-transform | --program-transfor \
571 | --program-transfo | --program-transf \
572 | --program-trans | --program-tran \
573 | --progr-tra | --program-tr | --program-t)
574 ac_prev
=program_transform_name
;;
575 -program-transform-name=* | --program-transform-name=* \
576 | --program-transform-nam=* | --program-transform-na=* \
577 | --program-transform-n=* | --program-transform-=* \
578 | --program-transform=* | --program-transfor=* \
579 | --program-transfo=* | --program-transf=* \
580 | --program-trans=* | --program-tran=* \
581 | --progr-tra=* | --program-tr=* | --program-t=*)
582 program_transform_name
="$ac_optarg" ;;
584 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
585 | -silent | --silent | --silen | --sile | --sil)
588 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
590 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
592 sbindir
="$ac_optarg" ;;
594 -sharedstatedir | --sharedstatedir | --sharedstatedi \
595 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
596 | --sharedst | --shareds | --shared | --share | --shar \
598 ac_prev
=sharedstatedir
;;
599 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
600 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
601 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
603 sharedstatedir
="$ac_optarg" ;;
605 -site | --site | --sit)
607 -site=* | --site=* | --sit=*)
610 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
612 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
613 srcdir
="$ac_optarg" ;;
615 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
616 | --syscon | --sysco | --sysc | --sys | --sy)
617 ac_prev
=sysconfdir
;;
618 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
619 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
620 sysconfdir
="$ac_optarg" ;;
622 -target | --target | --targe | --targ | --tar | --ta | --t)
624 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
625 target
="$ac_optarg" ;;
627 -v | -verbose | --verbose | --verbos | --verbo | --verb)
630 -version | --version | --versio | --versi | --vers)
631 echo "configure generated by autoconf version 2.13"
635 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
636 # Reject names that are not valid shell variable names.
637 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
638 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
640 ac_package
=`echo $ac_package| sed 's/-/_/g'`
645 eval "with_${ac_package}='$ac_optarg'" ;;
647 -without-* | --without-*)
648 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
649 # Reject names that are not valid shell variable names.
650 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
651 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
653 ac_package
=`echo $ac_package| sed 's/-/_/g'`
654 eval "with_${ac_package}=no" ;;
657 # Obsolete; use --with-x.
660 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
661 | --x-incl | --x-inc | --x-in | --x-i)
662 ac_prev
=x_includes
;;
663 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
664 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
665 x_includes
="$ac_optarg" ;;
667 -x-libraries | --x-libraries | --x-librarie | --x-librari \
668 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
669 ac_prev
=x_libraries
;;
670 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
671 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
672 x_libraries
="$ac_optarg" ;;
674 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
678 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
679 echo "configure: warning: $ac_option: invalid host type" 1>&2
681 if test "x$nonopt" != xNONE
; then
682 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
690 if test -n "$ac_prev"; then
691 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
694 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
696 # File descriptor usage:
699 # 2 errors and warnings
700 # 3 some systems may open it to /dev/tty
701 # 4 used on the Kubota Titan
702 # 6 checking for... messages and results
703 # 5 compiler messages saved in config.log
704 if test "$silent" = yes; then
712 This file contains any messages produced by compilers while
713 running configure, to aid debugging if configure makes a mistake.
716 # Strip out --no-create and --no-recursion so they do not pile up.
717 # Also quote any args containing shell metacharacters.
722 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
723 | --no-cr | --no-c) ;;
724 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
725 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
726 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
727 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
728 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
733 # Only set these to C if already set. These must not be set unconditionally
734 # because not all systems understand e.g. LANG=C (notably SCO).
735 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
736 # Non-C LC_CTYPE values break the ctype check.
737 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
738 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
739 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
740 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
742 # confdefs.h avoids OS command line length limits that DEFS can exceed.
743 rm -rf conftest
* confdefs.h
744 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
747 # A filename unique to this package, relative to the directory that
748 # configure is in, which we can look for to find out if srcdir is correct.
749 ac_unique_file
=wx
-config.
in
751 # Find the source files, if location was not specified.
752 if test -z "$srcdir"; then
753 ac_srcdir_defaulted
=yes
754 # Try the directory containing this script, then its parent.
756 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
757 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
759 if test ! -r $srcdir/$ac_unique_file; then
763 ac_srcdir_defaulted
=no
765 if test ! -r $srcdir/$ac_unique_file; then
766 if test "$ac_srcdir_defaulted" = yes; then
767 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
769 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
772 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
774 # Prefer explicitly selected file to automatically selected ones.
775 if test -z "$CONFIG_SITE"; then
776 if test "x$prefix" != xNONE
; then
777 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
779 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
782 for ac_site_file
in $CONFIG_SITE; do
783 if test -r "$ac_site_file"; then
784 echo "loading site script $ac_site_file"
789 if test -r "$cache_file"; then
790 echo "loading cache $cache_file"
793 echo "creating cache $cache_file"
798 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
799 ac_cpp
='$CPP $CPPFLAGS'
800 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
801 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
802 cross_compiling
=$ac_cv_prog_cc_cross
806 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
807 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
808 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
815 ac_n
= ac_c
='\c' ac_t
=
821 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
822 if test -f $ac_dir/install-sh; then
824 ac_install_sh
="$ac_aux_dir/install-sh -c"
826 elif test -f $ac_dir/install.sh
; then
828 ac_install_sh
="$ac_aux_dir/install.sh -c"
832 if test -z "$ac_aux_dir"; then
833 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
835 ac_config_guess
=$ac_aux_dir/config.guess
836 ac_config_sub
=$ac_aux_dir/config.sub
837 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
840 # Do some error checking and defaulting for the host and target type.
842 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
845 # 1. You are not allowed to specify --host, --target, and nonopt at the
847 # 2. Host defaults to nonopt.
848 # 3. If nonopt is not specified, then host defaults to the current host,
849 # as determined by config.guess.
850 # 4. Target and build default to nonopt.
851 # 5. If nonopt is not specified, then target and build default to host.
853 # The aliases save the names the user supplied, while $host etc.
854 # will get canonicalized.
855 case $host---$target---$nonopt in
856 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
857 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
861 # Make sure we can run config.sub.
862 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
863 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
866 echo $ac_n "checking host system type""... $ac_c" 1>&6
867 echo "configure:868: checking host system type" >&5
870 case "$host_alias" in
874 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
875 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
877 *) host_alias
=$nonopt ;;
881 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
882 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
883 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
884 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
885 echo "$ac_t""$host" 1>&6
887 echo $ac_n "checking target system type""... $ac_c" 1>&6
888 echo "configure:889: checking target system type" >&5
891 case "$target_alias" in
894 NONE
) target_alias
=$host_alias ;;
895 *) target_alias
=$nonopt ;;
899 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
900 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
901 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
902 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
903 echo "$ac_t""$target" 1>&6
905 echo $ac_n "checking build system type""... $ac_c" 1>&6
906 echo "configure:907: checking build system type" >&5
909 case "$build_alias" in
912 NONE
) build_alias
=$host_alias ;;
913 *) build_alias
=$nonopt ;;
917 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
918 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
919 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
920 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
921 echo "$ac_t""$build" 1>&6
923 test "$host_alias" != "$target_alias" &&
924 test "$program_prefix$program_suffix$program_transform_name" = \
926 program_prefix
=${target_alias}-
930 WX_MAJOR_VERSION_NUMBER
=2
931 WX_MINOR_VERSION_NUMBER
=3
934 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
935 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
969 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
971 ALL_TOOLKITS
="CYGWIN GTK MINGW MOTIF MAC WINE PM"
974 DEFAULT_wxUSE_MOTIF
=0
980 DEFAULT_DEFAULT_wxUSE_GTK
=0
981 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
982 DEFAULT_DEFAULT_wxUSE_MSW
=0
983 DEFAULT_DEFAULT_wxUSE_MAC
=0
984 DEFAULT_DEFAULT_wxUSE_WINE
=0
985 DEFAULT_DEFAULT_wxUSE_PM
=0
992 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
993 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
994 cat >> confdefs.h
<<\EOF
1001 cat >> confdefs.h
<<\EOF
1006 if test "x$TMP" = "xalpha"; then
1008 cat >> confdefs.h
<<\EOF
1013 DEFAULT_DEFAULT_wxUSE_GTK
=1
1015 *-*-irix5* | *-*-irix6* )
1018 cat >> confdefs.h
<<\EOF
1022 cat >> confdefs.h
<<\EOF
1026 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1032 cat >> confdefs.h
<<\EOF
1036 cat >> confdefs.h
<<\EOF
1037 #define __SOLARIS__ 1
1040 cat >> confdefs.h
<<\EOF
1044 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1045 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1051 cat >> confdefs.h
<<\EOF
1055 cat >> confdefs.h
<<\EOF
1059 cat >> confdefs.h
<<\EOF
1063 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1068 cat >> confdefs.h
<<\EOF
1069 #define __FREEBSD__ 1
1072 cat >> confdefs.h
<<\EOF
1076 DEFAULT_DEFAULT_wxUSE_GTK
=1
1081 cat >> confdefs.h
<<\EOF
1082 #define __FREEBSD__ 1
1085 cat >> confdefs.h
<<\EOF
1086 #define __OPENBSD__ 1
1089 DEFAULT_DEFAULT_wxUSE_GTK
=1
1094 cat >> confdefs.h
<<\EOF
1095 #define __FREEBSD__ 1
1098 cat >> confdefs.h
<<\EOF
1099 #define __NETBSD__ 1
1102 DEFAULT_DEFAULT_wxUSE_GTK
=1
1107 cat >> confdefs.h
<<\EOF
1111 cat >> confdefs.h
<<\EOF
1115 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1116 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1121 cat >> confdefs.h
<<\EOF
1125 cat >> confdefs.h
<<\EOF
1129 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1134 cat >> confdefs.h
<<\EOF
1138 cat >> confdefs.h
<<\EOF
1142 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1148 cat >> confdefs.h
<<\EOF
1152 cat >> confdefs.h
<<\EOF
1156 cat >> confdefs.h
<<\EOF
1160 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1163 *-*-cygwin32* | *-*-mingw32* )
1166 cat >> confdefs.h
<<\EOF
1170 cat >> confdefs.h
<<\EOF
1174 cat >> confdefs.h
<<\EOF
1175 #define __WINDOWS__ 1
1178 cat >> confdefs.h
<<\EOF
1179 #define __GNUWIN32__ 1
1182 cat >> confdefs.h
<<\EOF
1186 cat >> confdefs.h
<<\EOF
1187 #define WINVER 0x0400
1191 DEFAULT_DEFAULT_wxUSE_MSW
=1
1195 cat >> confdefs.h
<<\EOF
1200 DEFAULT_DEFAULT_wxUSE_PM
=1
1206 cat >> confdefs.h
<<\EOF
1210 cat >> confdefs.h
<<\EOF
1214 cat >> confdefs.h
<<\EOF
1218 DEFAULT_DEFAULT_wxUSE_MAC
=1
1223 cat >> confdefs.h
<<\EOF
1230 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1233 if test "$USE_UNIX" = 1 ; then
1235 cat >> confdefs.h
<<\EOF
1240 SRC_SUBDIRS
="$SRC_SUBDIRS unix"
1241 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS unix"
1244 if test "$USE_BEOS" = 1; then
1245 SRC_SUBDIRS
="$SRC_SUBDIRS be"
1246 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS be"
1249 if test "$USE_LINUX" = 1; then
1250 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1251 echo "configure:1252: checking for gettext in -lc" >&5
1252 ac_lib_var
=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1253 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1254 echo $ac_n "(cached) $ac_c" 1>&6
1256 ac_save_LIBS
="$LIBS"
1258 cat > conftest.
$ac_ext <<EOF
1259 #line 1260 "configure"
1260 #include "confdefs.h"
1261 /* Override any gcc2 internal prototype to avoid an error. */
1262 /* We use char because int might match the return type of a gcc2
1263 builtin and then its argument prototype would still apply. */
1270 if { (eval echo configure
:1271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1272 eval "ac_cv_lib_$ac_lib_var=yes"
1274 echo "configure: failed program was:" >&5
1275 cat conftest.
$ac_ext >&5
1277 eval "ac_cv_lib_$ac_lib_var=no"
1280 LIBS
="$ac_save_LIBS"
1283 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1284 echo "$ac_t""yes" 1>&6
1285 cat >> confdefs.h
<<\EOF
1286 #define wxHAVE_GLIBC2 1
1290 echo "$ac_t""no" 1>&6
1298 wx_arg_cache_file
="configarg.cache"
1299 echo "loading argument cache $wx_arg_cache_file"
1300 rm -f ${wx_arg_cache_file}.tmp
1301 touch ${wx_arg_cache_file}.tmp
1302 touch ${wx_arg_cache_file}
1306 if test $DEBUG_CONFIGURE = 1; then
1307 DEFAULT_wxUSE_THREADS
=yes
1309 DEFAULT_wxUSE_SHARED
=yes
1310 DEFAULT_wxUSE_BURNT_NAME
=no
1311 DEFAULT_wxUSE_OPTIMISE
=yes
1312 DEFAULT_wxUSE_PROFILE
=no
1313 DEFAULT_wxUSE_NO_DEPS
=no
1314 DEFAULT_wxUSE_NO_RTTI
=no
1315 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1316 DEFAULT_wxUSE_PERMISSIVE
=no
1317 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1318 DEFAULT_wxUSE_DEBUG_INFO
=yes
1319 DEFAULT_wxUSE_DEBUG_GDB
=yes
1320 DEFAULT_wxUSE_MEM_TRACING
=no
1321 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1322 DEFAULT_wxUSE_DMALLOC
=no
1323 DEFAULT_wxUSE_APPLE_IEEE
=no
1325 DEFAULT_wxUSE_LOG
=yes
1327 DEFAULT_wxUSE_GUI
=yes
1329 DEFAULT_wxUSE_ZLIB
=no
1330 DEFAULT_wxUSE_LIBPNG
=no
1331 DEFAULT_wxUSE_LIBJPEG
=no
1332 DEFAULT_wxUSE_LIBTIFF
=no
1333 DEFAULT_wxUSE_ODBC
=no
1334 DEFAULT_wxUSE_FREETYPE
=no
1335 DEFAULT_wxUSE_OPENGL
=no
1337 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1338 DEFAULT_wxUSE_STD_IOSTREAM
=no
1339 DEFAULT_wxUSE_FILE
=no
1340 DEFAULT_wxUSE_TEXTFILE
=no
1341 DEFAULT_wxUSE_TIMEDATE
=no
1342 DEFAULT_wxUSE_WAVE
=no
1343 DEFAULT_wxUSE_INTL
=no
1344 DEFAULT_wxUSE_CONFIG
=no
1345 DEFAULT_wxUSE_STREAMS
=no
1346 DEFAULT_wxUSE_SOCKETS
=no
1347 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1348 DEFAULT_wxUSE_SERIAL
=no
1349 DEFAULT_wxUSE_JOYSTICK
=no
1350 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1351 DEFAULT_wxUSE_LONGLONG
=no
1352 DEFAULT_wxUSE_GEOMETRY
=no
1354 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1355 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1356 DEFAULT_wxUSE_POSTSCRIPT
=no
1358 DEFAULT_wxUSE_X_RESOURCES
=no
1359 DEFAULT_wxUSE_CLIPBOARD
=no
1360 DEFAULT_wxUSE_TOOLTIPS
=no
1361 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1362 DEFAULT_wxUSE_SPLINES
=no
1364 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1365 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1366 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1368 DEFAULT_wxUSE_PROLOGIO
=no
1369 DEFAULT_wxUSE_RESOURCES
=no
1370 DEFAULT_wxUSE_CONSTRAINTS
=no
1371 DEFAULT_wxUSE_IPC
=no
1372 DEFAULT_wxUSE_HELP
=no
1373 DEFAULT_wxUSE_WXTREE
=no
1374 DEFAULT_wxUSE_METAFILE
=no
1376 DEFAULT_wxUSE_COMMONDLGS
=no
1377 DEFAULT_wxUSE_DIRDLG
=no
1378 DEFAULT_wxUSE_TEXTDLG
=no
1379 DEFAULT_wxUSE_STARTUP_TIPS
=no
1380 DEFAULT_wxUSE_PROGRESSDLG
=no
1381 DEFAULT_wxUSE_MINIFRAME
=no
1382 DEFAULT_wxUSE_HTML
=no
1383 DEFAULT_wxUSE_FILESYSTEM
=no
1384 DEFAULT_wxUSE_FS_INET
=no
1385 DEFAULT_wxUSE_FS_ZIP
=no
1386 DEFAULT_wxUSE_BUSYINFO
=no
1387 DEFAULT_wxUSE_ZIPSTREAM
=no
1388 DEFAULT_wxUSE_VALIDATORS
=yes
1390 DEFAULT_wxUSE_ACCEL
=no
1391 DEFAULT_wxUSE_CARET
=no
1392 DEFAULT_wxUSE_BMPBUTTON
=no
1393 DEFAULT_wxUSE_CHECKBOX
=no
1394 DEFAULT_wxUSE_CHECKLST
=no
1395 DEFAULT_wxUSE_CHOICE
=yes
1396 DEFAULT_wxUSE_COMBOBOX
=no
1397 DEFAULT_wxUSE_GAUGE
=no
1398 DEFAULT_wxUSE_GRID
=no
1399 DEFAULT_wxUSE_NEW_GRID
=no
1400 DEFAULT_wxUSE_IMAGLIST
=no
1401 DEFAULT_wxUSE_LISTBOX
=no
1402 DEFAULT_wxUSE_LISTCTRL
=no
1403 DEFAULT_wxUSE_NOTEBOOK
=no
1404 DEFAULT_wxUSE_RADIOBOX
=no
1405 DEFAULT_wxUSE_RADIOBTN
=no
1406 DEFAULT_wxUSE_SASH
=no
1407 DEFAULT_wxUSE_SCROLLBAR
=no
1408 DEFAULT_wxUSE_SLIDER
=no
1409 DEFAULT_wxUSE_SPINBTN
=no
1410 DEFAULT_wxUSE_SPINCTRL
=no
1411 DEFAULT_wxUSE_SPLITTER
=no
1412 DEFAULT_wxUSE_STATBMP
=no
1413 DEFAULT_wxUSE_STATBOX
=no
1414 DEFAULT_wxUSE_STATLINE
=no
1415 DEFAULT_wxUSE_STATUSBAR
=yes
1416 DEFAULT_wxUSE_TABDIALOG
=no
1417 DEFAULT_wxUSE_TOGGLEBTN
=no
1418 DEFAULT_wxUSE_TOOLBAR
=no
1419 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1420 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1421 DEFAULT_wxUSE_TREECTRL
=no
1423 DEFAULT_wxUSE_UNICODE
=no
1424 DEFAULT_wxUSE_WCSRTOMBS
=no
1426 DEFAULT_wxUSE_IMAGE
=no
1427 DEFAULT_wxUSE_GIF
=no
1428 DEFAULT_wxUSE_PCX
=no
1429 DEFAULT_wxUSE_PNM
=no
1430 DEFAULT_wxUSE_XPM
=no
1432 DEFAULT_wxUSE_THREADS
=yes
1434 DEFAULT_wxUSE_SHARED
=yes
1435 DEFAULT_wxUSE_BURNT_NAME
=no
1436 DEFAULT_wxUSE_OPTIMISE
=yes
1437 DEFAULT_wxUSE_PROFILE
=no
1438 DEFAULT_wxUSE_NO_DEPS
=no
1439 DEFAULT_wxUSE_NO_RTTI
=no
1440 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1441 DEFAULT_wxUSE_PERMISSIVE
=no
1442 DEFAULT_wxUSE_DEBUG_FLAG
=no
1443 DEFAULT_wxUSE_DEBUG_INFO
=no
1444 DEFAULT_wxUSE_DEBUG_GDB
=no
1445 DEFAULT_wxUSE_MEM_TRACING
=no
1446 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1447 DEFAULT_wxUSE_DMALLOC
=no
1448 DEFAULT_wxUSE_APPLE_IEEE
=yes
1450 DEFAULT_wxUSE_LOG
=yes
1452 DEFAULT_wxUSE_GUI
=yes
1454 DEFAULT_wxUSE_ZLIB
=yes
1455 DEFAULT_wxUSE_LIBPNG
=yes
1456 DEFAULT_wxUSE_LIBJPEG
=yes
1457 DEFAULT_wxUSE_LIBTIFF
=yes
1458 DEFAULT_wxUSE_ODBC
=no
1459 DEFAULT_wxUSE_FREETYPE
=no
1460 DEFAULT_wxUSE_OPENGL
=no
1462 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1463 DEFAULT_wxUSE_STD_IOSTREAM
=no
1464 DEFAULT_wxUSE_FILE
=yes
1465 DEFAULT_wxUSE_TEXTFILE
=yes
1466 DEFAULT_wxUSE_TIMEDATE
=yes
1467 DEFAULT_wxUSE_WAVE
=no
1468 DEFAULT_wxUSE_INTL
=yes
1469 DEFAULT_wxUSE_CONFIG
=yes
1470 DEFAULT_wxUSE_STREAMS
=yes
1471 DEFAULT_wxUSE_SOCKETS
=yes
1472 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1473 DEFAULT_wxUSE_SERIAL
=yes
1474 DEFAULT_wxUSE_JOYSTICK
=yes
1475 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1476 DEFAULT_wxUSE_LONGLONG
=yes
1477 DEFAULT_wxUSE_GEOMETRY
=yes
1479 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1480 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1481 DEFAULT_wxUSE_POSTSCRIPT
=yes
1483 DEFAULT_wxUSE_X_RESOURCES
=no
1484 DEFAULT_wxUSE_CLIPBOARD
=yes
1485 DEFAULT_wxUSE_TOOLTIPS
=yes
1486 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1487 DEFAULT_wxUSE_SPLINES
=yes
1489 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1490 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1491 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1493 DEFAULT_wxUSE_PROLOGIO
=yes
1494 DEFAULT_wxUSE_RESOURCES
=yes
1495 DEFAULT_wxUSE_CONSTRAINTS
=yes
1496 DEFAULT_wxUSE_IPC
=yes
1497 DEFAULT_wxUSE_HELP
=yes
1498 DEFAULT_wxUSE_WXTREE
=yes
1499 DEFAULT_wxUSE_METAFILE
=yes
1501 DEFAULT_wxUSE_COMMONDLGS
=yes
1502 DEFAULT_wxUSE_DIRDLG
=yes
1503 DEFAULT_wxUSE_TEXTDLG
=yes
1504 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1505 DEFAULT_wxUSE_PROGRESSDLG
=yes
1506 DEFAULT_wxUSE_MINIFRAME
=yes
1507 DEFAULT_wxUSE_HTML
=yes
1508 DEFAULT_wxUSE_FILESYSTEM
=yes
1509 DEFAULT_wxUSE_FS_INET
=yes
1510 DEFAULT_wxUSE_FS_ZIP
=yes
1511 DEFAULT_wxUSE_BUSYINFO
=yes
1512 DEFAULT_wxUSE_ZIPSTREAM
=yes
1513 DEFAULT_wxUSE_VALIDATORS
=yes
1515 DEFAULT_wxUSE_ACCEL
=yes
1516 DEFAULT_wxUSE_CARET
=yes
1517 DEFAULT_wxUSE_BMPBUTTON
=yes
1518 DEFAULT_wxUSE_CHECKBOX
=yes
1519 DEFAULT_wxUSE_CHECKLST
=yes
1520 DEFAULT_wxUSE_CHOICE
=yes
1521 DEFAULT_wxUSE_COMBOBOX
=yes
1522 DEFAULT_wxUSE_GAUGE
=yes
1523 DEFAULT_wxUSE_GRID
=yes
1524 DEFAULT_wxUSE_NEW_GRID
=yes
1525 DEFAULT_wxUSE_IMAGLIST
=yes
1526 DEFAULT_wxUSE_LISTBOX
=yes
1527 DEFAULT_wxUSE_LISTCTRL
=yes
1528 DEFAULT_wxUSE_NOTEBOOK
=yes
1529 DEFAULT_wxUSE_RADIOBOX
=yes
1530 DEFAULT_wxUSE_RADIOBTN
=yes
1531 DEFAULT_wxUSE_SASH
=yes
1532 DEFAULT_wxUSE_SCROLLBAR
=yes
1533 DEFAULT_wxUSE_SLIDER
=yes
1534 DEFAULT_wxUSE_SPINBTN
=yes
1535 DEFAULT_wxUSE_SPINCTRL
=yes
1536 DEFAULT_wxUSE_SPLITTER
=yes
1537 DEFAULT_wxUSE_STATBMP
=yes
1538 DEFAULT_wxUSE_STATBOX
=yes
1539 DEFAULT_wxUSE_STATLINE
=yes
1540 DEFAULT_wxUSE_STATUSBAR
=yes
1541 DEFAULT_wxUSE_TABDIALOG
=no
1542 DEFAULT_wxUSE_TOGGLEBTN
=yes
1543 DEFAULT_wxUSE_TOOLBAR
=yes
1544 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1545 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1546 DEFAULT_wxUSE_TREECTRL
=yes
1548 DEFAULT_wxUSE_UNICODE
=no
1549 DEFAULT_wxUSE_WCSRTOMBS
=no
1551 DEFAULT_wxUSE_IMAGE
=yes
1552 DEFAULT_wxUSE_GIF
=yes
1553 DEFAULT_wxUSE_PCX
=yes
1554 DEFAULT_wxUSE_PNM
=yes
1555 DEFAULT_wxUSE_XPM
=yes
1560 for toolkit
in `echo $ALL_TOOLKITS`; do
1561 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1562 if test "x$LINE" != x
; then
1563 has_toolkit_in_cache
=1
1564 eval "DEFAULT_$LINE"
1565 eval "CACHE_$toolkit=1"
1571 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
1572 echo "configure:1573: checking "for --enable-gui"" >&5
1574 # Check whether --enable-gui or --disable-gui was given.
1575 if test "${enable_gui+set}" = set; then
1576 enableval
="$enable_gui"
1578 if test "$enableval" = yes; then
1579 ac_cv_use_gui
='wxUSE_GUI=yes'
1581 ac_cv_use_gui
='wxUSE_GUI=no'
1586 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1587 if test "x$LINE" != x
; then
1588 eval "DEFAULT_$LINE"
1593 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1598 eval "$ac_cv_use_gui"
1599 if test "$no_cache" != 1; then
1600 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1603 if test "$wxUSE_GUI" = yes; then
1604 echo "$ac_t""yes" 1>&6
1606 echo "$ac_t""no" 1>&6
1610 if test "$wxUSE_GUI" = "yes"; then
1612 # Check whether --with-gtk or --without-gtk was given.
1613 if test "${with_gtk+set}" = set; then
1615 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1618 # Check whether --with-motif or --without-motif was given.
1619 if test "${with_motif+set}" = set; then
1620 withval
="$with_motif"
1621 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1624 # Check whether --with-mac or --without-mac was given.
1625 if test "${with_mac+set}" = set; then
1627 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1630 # Check whether --with-wine or --without-wine was given.
1631 if test "${with_wine+set}" = set; then
1632 withval
="$with_wine"
1633 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1636 # Check whether --with-cygwin or --without-cygwin was given.
1637 if test "${with_cygwin+set}" = set; then
1638 withval
="$with_cygwin"
1639 wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1
1642 # Check whether --with-mingw or --without-mingw was given.
1643 if test "${with_mingw+set}" = set; then
1644 withval
="$with_mingw"
1645 wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1
1648 # Check whether --with-pm or --without-pm was given.
1649 if test "${with_pm+set}" = set; then
1651 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1655 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1656 if test "${with_gtk_prefix+set}" = set; then
1657 withval
="$with_gtk_prefix"
1658 gtk_config_prefix
="$withval"
1660 gtk_config_prefix
=""
1663 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1664 if test "${with_gtk_exec_prefix+set}" = set; then
1665 withval
="$with_gtk_exec_prefix"
1666 gtk_config_exec_prefix
="$withval"
1668 gtk_config_exec_prefix
=""
1673 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
1674 echo "configure:1675: checking "for --with-libpng"" >&5
1676 # Check whether --with-libpng or --without-libpng was given.
1677 if test "${with_libpng+set}" = set; then
1678 withval
="$with_libpng"
1680 if test "$withval" = yes; then
1681 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1682 elif test "$withval" = no
; then
1683 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1684 elif test "$withval" = sys
; then
1685 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1687 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1692 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1693 if test "x$LINE" != x
; then
1694 eval "DEFAULT_$LINE"
1699 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1704 eval "$ac_cv_use_libpng"
1705 if test "$no_cache" != 1; then
1706 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1709 if test "$wxUSE_LIBPNG" = yes; then
1710 echo "$ac_t""yes" 1>&6
1711 elif test "$wxUSE_LIBPNG" = no
; then
1712 echo "$ac_t""no" 1>&6
1713 elif test "$wxUSE_LIBPNG" = sys
; then
1714 echo "$ac_t""system version" 1>&6
1716 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1720 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
1721 echo "configure:1722: checking "for --with-libjpeg"" >&5
1723 # Check whether --with-libjpeg or --without-libjpeg was given.
1724 if test "${with_libjpeg+set}" = set; then
1725 withval
="$with_libjpeg"
1727 if test "$withval" = yes; then
1728 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1729 elif test "$withval" = no
; then
1730 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1731 elif test "$withval" = sys
; then
1732 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
1734 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1739 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1740 if test "x$LINE" != x
; then
1741 eval "DEFAULT_$LINE"
1746 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1751 eval "$ac_cv_use_libjpeg"
1752 if test "$no_cache" != 1; then
1753 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1756 if test "$wxUSE_LIBJPEG" = yes; then
1757 echo "$ac_t""yes" 1>&6
1758 elif test "$wxUSE_LIBJPEG" = no
; then
1759 echo "$ac_t""no" 1>&6
1760 elif test "$wxUSE_LIBJPEG" = sys
; then
1761 echo "$ac_t""system version" 1>&6
1763 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1767 echo $ac_n "checking "for --with-libtiff"""... $ac_c" 1>&6
1768 echo "configure:1769: checking "for --with-libtiff"" >&5
1770 # Check whether --with-libtiff or --without-libtiff was given.
1771 if test "${with_libtiff+set}" = set; then
1772 withval
="$with_libtiff"
1774 if test "$withval" = yes; then
1775 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
1776 elif test "$withval" = no
; then
1777 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
1778 elif test "$withval" = sys
; then
1779 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
1781 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1786 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1787 if test "x$LINE" != x
; then
1788 eval "DEFAULT_$LINE"
1793 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1798 eval "$ac_cv_use_libtiff"
1799 if test "$no_cache" != 1; then
1800 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1803 if test "$wxUSE_LIBTIFF" = yes; then
1804 echo "$ac_t""yes" 1>&6
1805 elif test "$wxUSE_LIBTIFF" = no
; then
1806 echo "$ac_t""no" 1>&6
1807 elif test "$wxUSE_LIBTIFF" = sys
; then
1808 echo "$ac_t""system version" 1>&6
1810 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1814 echo $ac_n "checking "for --with-freetype"""... $ac_c" 1>&6
1815 echo "configure:1816: checking "for --with-freetype"" >&5
1817 # Check whether --with-freetype or --without-freetype was given.
1818 if test "${with_freetype+set}" = set; then
1819 withval
="$with_freetype"
1821 if test "$withval" = yes; then
1822 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
1823 elif test "$withval" = no
; then
1824 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
1825 elif test "$withval" = sys
; then
1826 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
1828 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1833 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
1834 if test "x$LINE" != x
; then
1835 eval "DEFAULT_$LINE"
1840 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
1845 eval "$ac_cv_use_freetype"
1846 if test "$no_cache" != 1; then
1847 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
1850 if test "$wxUSE_FREETYPE" = yes; then
1851 echo "$ac_t""yes" 1>&6
1852 elif test "$wxUSE_FREETYPE" = no
; then
1853 echo "$ac_t""no" 1>&6
1854 elif test "$wxUSE_FREETYPE" = sys
; then
1855 echo "$ac_t""system version" 1>&6
1857 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
1861 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
1862 echo "configure:1863: checking "for --with-opengl"" >&5
1864 # Check whether --with-opengl or --without-opengl was given.
1865 if test "${with_opengl+set}" = set; then
1866 withval
="$with_opengl"
1868 if test "$withval" = yes; then
1869 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
1871 ac_cv_use_opengl
='wxUSE_OPENGL=no'
1876 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1877 if test "x$LINE" != x
; then
1878 eval "DEFAULT_$LINE"
1883 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1888 eval "$ac_cv_use_opengl"
1889 if test "$no_cache" != 1; then
1890 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1893 if test "$wxUSE_OPENGL" = yes; then
1894 echo "$ac_t""yes" 1>&6
1896 echo "$ac_t""no" 1>&6
1903 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
1904 echo "configure:1905: checking "for --with-dmalloc"" >&5
1906 # Check whether --with-dmalloc or --without-dmalloc was given.
1907 if test "${with_dmalloc+set}" = set; then
1908 withval
="$with_dmalloc"
1910 if test "$withval" = yes; then
1911 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
1913 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
1918 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1919 if test "x$LINE" != x
; then
1920 eval "DEFAULT_$LINE"
1925 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1930 eval "$ac_cv_use_dmalloc"
1931 if test "$no_cache" != 1; then
1932 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1935 if test "$wxUSE_DMALLOC" = yes; then
1936 echo "$ac_t""yes" 1>&6
1938 echo "$ac_t""no" 1>&6
1942 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
1943 echo "configure:1944: checking "for --with-zlib"" >&5
1945 # Check whether --with-zlib or --without-zlib was given.
1946 if test "${with_zlib+set}" = set; then
1947 withval
="$with_zlib"
1949 if test "$withval" = yes; then
1950 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
1951 elif test "$withval" = no
; then
1952 ac_cv_use_zlib
='wxUSE_ZLIB=no'
1953 elif test "$withval" = sys
; then
1954 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
1956 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1961 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1962 if test "x$LINE" != x
; then
1963 eval "DEFAULT_$LINE"
1968 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1973 eval "$ac_cv_use_zlib"
1974 if test "$no_cache" != 1; then
1975 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1978 if test "$wxUSE_ZLIB" = yes; then
1979 echo "$ac_t""yes" 1>&6
1980 elif test "$wxUSE_ZLIB" = no
; then
1981 echo "$ac_t""no" 1>&6
1982 elif test "$wxUSE_ZLIB" = sys
; then
1983 echo "$ac_t""system version" 1>&6
1985 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
1989 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
1990 echo "configure:1991: checking "for --with-odbc"" >&5
1992 # Check whether --with-odbc or --without-odbc was given.
1993 if test "${with_odbc+set}" = set; then
1994 withval
="$with_odbc"
1996 if test "$withval" = yes; then
1997 ac_cv_use_odbc
='wxUSE_ODBC=yes'
1999 ac_cv_use_odbc
='wxUSE_ODBC=no'
2004 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2005 if test "x$LINE" != x
; then
2006 eval "DEFAULT_$LINE"
2011 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2016 eval "$ac_cv_use_odbc"
2017 if test "$no_cache" != 1; then
2018 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2021 if test "$wxUSE_ODBC" = yes; then
2022 echo "$ac_t""yes" 1>&6
2024 echo "$ac_t""no" 1>&6
2031 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
2032 echo "configure:2033: checking "for --enable-shared"" >&5
2034 # Check whether --enable-shared or --disable-shared was given.
2035 if test "${enable_shared+set}" = set; then
2036 enableval
="$enable_shared"
2038 if test "$enableval" = yes; then
2039 ac_cv_use_shared
='wxUSE_SHARED=yes'
2041 ac_cv_use_shared
='wxUSE_SHARED=no'
2046 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2047 if test "x$LINE" != x
; then
2048 eval "DEFAULT_$LINE"
2053 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2058 eval "$ac_cv_use_shared"
2059 if test "$no_cache" != 1; then
2060 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2063 if test "$wxUSE_SHARED" = yes; then
2064 echo "$ac_t""yes" 1>&6
2066 echo "$ac_t""no" 1>&6
2070 echo $ac_n "checking "for --enable-burnt_name"""... $ac_c" 1>&6
2071 echo "configure:2072: checking "for --enable-burnt_name"" >&5
2073 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2074 if test "${enable_burnt_name+set}" = set; then
2075 enableval
="$enable_burnt_name"
2077 if test "$enableval" = yes; then
2078 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=yes'
2080 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=no'
2085 LINE
=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2086 if test "x$LINE" != x
; then
2087 eval "DEFAULT_$LINE"
2092 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2097 eval "$ac_cv_use_burnt_name"
2098 if test "$no_cache" != 1; then
2099 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2102 if test "$wxUSE_BURNT_NAME" = yes; then
2103 echo "$ac_t""yes" 1>&6
2105 echo "$ac_t""no" 1>&6
2109 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
2110 echo "configure:2111: checking "for --enable-optimise"" >&5
2112 # Check whether --enable-optimise or --disable-optimise was given.
2113 if test "${enable_optimise+set}" = set; then
2114 enableval
="$enable_optimise"
2116 if test "$enableval" = yes; then
2117 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2119 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2124 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2125 if test "x$LINE" != x
; then
2126 eval "DEFAULT_$LINE"
2131 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2136 eval "$ac_cv_use_optimise"
2137 if test "$no_cache" != 1; then
2138 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2141 if test "$wxUSE_OPTIMISE" = yes; then
2142 echo "$ac_t""yes" 1>&6
2144 echo "$ac_t""no" 1>&6
2148 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
2149 echo "configure:2150: checking "for --enable-debug"" >&5
2151 # Check whether --enable-debug or --disable-debug was given.
2152 if test "${enable_debug+set}" = set; then
2153 enableval
="$enable_debug"
2155 if test "$enableval" = yes; then
2156 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2158 ac_cv_use_debug
='wxUSE_DEBUG=no'
2163 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2164 if test "x$LINE" != x
; then
2165 eval "DEFAULT_$LINE"
2170 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2175 eval "$ac_cv_use_debug"
2176 if test "$no_cache" != 1; then
2177 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2180 if test "$wxUSE_DEBUG" = yes; then
2181 echo "$ac_t""yes" 1>&6
2183 echo "$ac_t""no" 1>&6
2187 if test "$wxUSE_DEBUG" = "yes"; then
2188 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2189 DEFAULT_wxUSE_DEBUG_INFO
=yes
2190 elif test "$wxUSE_DEBUG" = "no"; then
2191 DEFAULT_wxUSE_DEBUG_FLAG
=no
2192 DEFAULT_wxUSE_DEBUG_INFO
=no
2196 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
2197 echo "configure:2198: checking "for --enable-debug_flag"" >&5
2199 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2200 if test "${enable_debug_flag+set}" = set; then
2201 enableval
="$enable_debug_flag"
2203 if test "$enableval" = yes; then
2204 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2206 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2211 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2212 if test "x$LINE" != x
; then
2213 eval "DEFAULT_$LINE"
2218 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2223 eval "$ac_cv_use_debug_flag"
2224 if test "$no_cache" != 1; then
2225 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2228 if test "$wxUSE_DEBUG_FLAG" = yes; then
2229 echo "$ac_t""yes" 1>&6
2231 echo "$ac_t""no" 1>&6
2235 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
2236 echo "configure:2237: checking "for --enable-debug_info"" >&5
2238 # Check whether --enable-debug_info or --disable-debug_info was given.
2239 if test "${enable_debug_info+set}" = set; then
2240 enableval
="$enable_debug_info"
2242 if test "$enableval" = yes; then
2243 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2245 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2250 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2251 if test "x$LINE" != x
; then
2252 eval "DEFAULT_$LINE"
2257 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2262 eval "$ac_cv_use_debug_info"
2263 if test "$no_cache" != 1; then
2264 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2267 if test "$wxUSE_DEBUG_INFO" = yes; then
2268 echo "$ac_t""yes" 1>&6
2270 echo "$ac_t""no" 1>&6
2274 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
2275 echo "configure:2276: checking "for --enable-debug_gdb"" >&5
2277 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2278 if test "${enable_debug_gdb+set}" = set; then
2279 enableval
="$enable_debug_gdb"
2281 if test "$enableval" = yes; then
2282 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2284 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2289 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2290 if test "x$LINE" != x
; then
2291 eval "DEFAULT_$LINE"
2296 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2301 eval "$ac_cv_use_debug_gdb"
2302 if test "$no_cache" != 1; then
2303 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2306 if test "$wxUSE_DEBUG_GDB" = yes; then
2307 echo "$ac_t""yes" 1>&6
2309 echo "$ac_t""no" 1>&6
2313 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
2314 echo "configure:2315: checking "for --enable-debug_cntxt"" >&5
2316 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2317 if test "${enable_debug_cntxt+set}" = set; then
2318 enableval
="$enable_debug_cntxt"
2320 if test "$enableval" = yes; then
2321 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2323 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2328 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2329 if test "x$LINE" != x
; then
2330 eval "DEFAULT_$LINE"
2335 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2340 eval "$ac_cv_use_debug_cntxt"
2341 if test "$no_cache" != 1; then
2342 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2345 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2346 echo "$ac_t""yes" 1>&6
2348 echo "$ac_t""no" 1>&6
2352 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
2353 echo "configure:2354: checking "for --enable-mem_tracing"" >&5
2355 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2356 if test "${enable_mem_tracing+set}" = set; then
2357 enableval
="$enable_mem_tracing"
2359 if test "$enableval" = yes; then
2360 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2362 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2367 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2368 if test "x$LINE" != x
; then
2369 eval "DEFAULT_$LINE"
2374 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2379 eval "$ac_cv_use_mem_tracing"
2380 if test "$no_cache" != 1; then
2381 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2384 if test "$wxUSE_MEM_TRACING" = yes; then
2385 echo "$ac_t""yes" 1>&6
2387 echo "$ac_t""no" 1>&6
2391 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
2392 echo "configure:2393: checking "for --enable-profile"" >&5
2394 # Check whether --enable-profile or --disable-profile was given.
2395 if test "${enable_profile+set}" = set; then
2396 enableval
="$enable_profile"
2398 if test "$enableval" = yes; then
2399 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2401 ac_cv_use_profile
='wxUSE_PROFILE=no'
2406 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2407 if test "x$LINE" != x
; then
2408 eval "DEFAULT_$LINE"
2413 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2418 eval "$ac_cv_use_profile"
2419 if test "$no_cache" != 1; then
2420 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2423 if test "$wxUSE_PROFILE" = yes; then
2424 echo "$ac_t""yes" 1>&6
2426 echo "$ac_t""no" 1>&6
2430 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
2431 echo "configure:2432: checking "for --enable-no_rtti"" >&5
2433 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2434 if test "${enable_no_rtti+set}" = set; then
2435 enableval
="$enable_no_rtti"
2437 if test "$enableval" = yes; then
2438 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2440 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2445 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2446 if test "x$LINE" != x
; then
2447 eval "DEFAULT_$LINE"
2452 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2457 eval "$ac_cv_use_no_rtti"
2458 if test "$no_cache" != 1; then
2459 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2462 if test "$wxUSE_NO_RTTI" = yes; then
2463 echo "$ac_t""yes" 1>&6
2465 echo "$ac_t""no" 1>&6
2469 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
2470 echo "configure:2471: checking "for --enable-no_exceptions"" >&5
2472 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2473 if test "${enable_no_exceptions+set}" = set; then
2474 enableval
="$enable_no_exceptions"
2476 if test "$enableval" = yes; then
2477 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2479 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2484 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2485 if test "x$LINE" != x
; then
2486 eval "DEFAULT_$LINE"
2491 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2496 eval "$ac_cv_use_no_exceptions"
2497 if test "$no_cache" != 1; then
2498 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2501 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2502 echo "$ac_t""yes" 1>&6
2504 echo "$ac_t""no" 1>&6
2508 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
2509 echo "configure:2510: checking "for --enable-permissive"" >&5
2511 # Check whether --enable-permissive or --disable-permissive was given.
2512 if test "${enable_permissive+set}" = set; then
2513 enableval
="$enable_permissive"
2515 if test "$enableval" = yes; then
2516 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2518 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2523 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2524 if test "x$LINE" != x
; then
2525 eval "DEFAULT_$LINE"
2530 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2535 eval "$ac_cv_use_permissive"
2536 if test "$no_cache" != 1; then
2537 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2540 if test "$wxUSE_PERMISSIVE" = yes; then
2541 echo "$ac_t""yes" 1>&6
2543 echo "$ac_t""no" 1>&6
2547 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
2548 echo "configure:2549: checking "for --enable-no_deps"" >&5
2550 # Check whether --enable-no_deps or --disable-no_deps was given.
2551 if test "${enable_no_deps+set}" = set; then
2552 enableval
="$enable_no_deps"
2554 if test "$enableval" = yes; then
2555 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2557 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2562 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2563 if test "x$LINE" != x
; then
2564 eval "DEFAULT_$LINE"
2569 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2574 eval "$ac_cv_use_no_deps"
2575 if test "$no_cache" != 1; then
2576 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2579 if test "$wxUSE_NO_DEPS" = yes; then
2580 echo "$ac_t""yes" 1>&6
2582 echo "$ac_t""no" 1>&6
2588 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
2589 echo "configure:2590: checking "for --enable-intl"" >&5
2591 # Check whether --enable-intl or --disable-intl was given.
2592 if test "${enable_intl+set}" = set; then
2593 enableval
="$enable_intl"
2595 if test "$enableval" = yes; then
2596 ac_cv_use_intl
='wxUSE_INTL=yes'
2598 ac_cv_use_intl
='wxUSE_INTL=no'
2603 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2604 if test "x$LINE" != x
; then
2605 eval "DEFAULT_$LINE"
2610 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2615 eval "$ac_cv_use_intl"
2616 if test "$no_cache" != 1; then
2617 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2620 if test "$wxUSE_INTL" = yes; then
2621 echo "$ac_t""yes" 1>&6
2623 echo "$ac_t""no" 1>&6
2627 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
2628 echo "configure:2629: checking "for --enable-config"" >&5
2630 # Check whether --enable-config or --disable-config was given.
2631 if test "${enable_config+set}" = set; then
2632 enableval
="$enable_config"
2634 if test "$enableval" = yes; then
2635 ac_cv_use_config
='wxUSE_CONFIG=yes'
2637 ac_cv_use_config
='wxUSE_CONFIG=no'
2642 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2643 if test "x$LINE" != x
; then
2644 eval "DEFAULT_$LINE"
2649 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2654 eval "$ac_cv_use_config"
2655 if test "$no_cache" != 1; then
2656 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2659 if test "$wxUSE_CONFIG" = yes; then
2660 echo "$ac_t""yes" 1>&6
2662 echo "$ac_t""no" 1>&6
2667 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
2668 echo "configure:2669: checking "for --enable-sockets"" >&5
2670 # Check whether --enable-sockets or --disable-sockets was given.
2671 if test "${enable_sockets+set}" = set; then
2672 enableval
="$enable_sockets"
2674 if test "$enableval" = yes; then
2675 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
2677 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
2682 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2683 if test "x$LINE" != x
; then
2684 eval "DEFAULT_$LINE"
2689 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2694 eval "$ac_cv_use_sockets"
2695 if test "$no_cache" != 1; then
2696 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2699 if test "$wxUSE_SOCKETS" = yes; then
2700 echo "$ac_t""yes" 1>&6
2702 echo "$ac_t""no" 1>&6
2707 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
2708 echo "configure:2709: checking "for --enable-ipc"" >&5
2710 # Check whether --enable-ipc or --disable-ipc was given.
2711 if test "${enable_ipc+set}" = set; then
2712 enableval
="$enable_ipc"
2714 if test "$enableval" = yes; then
2715 ac_cv_use_ipc
='wxUSE_IPC=yes'
2717 ac_cv_use_ipc
='wxUSE_IPC=no'
2722 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2723 if test "x$LINE" != x
; then
2724 eval "DEFAULT_$LINE"
2729 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2734 eval "$ac_cv_use_ipc"
2735 if test "$no_cache" != 1; then
2736 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2739 if test "$wxUSE_IPC" = yes; then
2740 echo "$ac_t""yes" 1>&6
2742 echo "$ac_t""no" 1>&6
2747 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
2748 echo "configure:2749: checking "for --enable-dialupman"" >&5
2750 # Check whether --enable-dialupman or --disable-dialupman was given.
2751 if test "${enable_dialupman+set}" = set; then
2752 enableval
="$enable_dialupman"
2754 if test "$enableval" = yes; then
2755 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
2757 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
2762 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2763 if test "x$LINE" != x
; then
2764 eval "DEFAULT_$LINE"
2769 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2774 eval "$ac_cv_use_dialupman"
2775 if test "$no_cache" != 1; then
2776 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2779 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2780 echo "$ac_t""yes" 1>&6
2782 echo "$ac_t""no" 1>&6
2786 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
2787 echo "configure:2788: checking "for --enable-apple_ieee"" >&5
2789 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2790 if test "${enable_apple_ieee+set}" = set; then
2791 enableval
="$enable_apple_ieee"
2793 if test "$enableval" = yes; then
2794 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
2796 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
2801 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2802 if test "x$LINE" != x
; then
2803 eval "DEFAULT_$LINE"
2808 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2813 eval "$ac_cv_use_apple_ieee"
2814 if test "$no_cache" != 1; then
2815 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2818 if test "$wxUSE_APPLE_IEEE" = yes; then
2819 echo "$ac_t""yes" 1>&6
2821 echo "$ac_t""no" 1>&6
2825 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
2826 echo "configure:2827: checking "for --enable-timedate"" >&5
2828 # Check whether --enable-timedate or --disable-timedate was given.
2829 if test "${enable_timedate+set}" = set; then
2830 enableval
="$enable_timedate"
2832 if test "$enableval" = yes; then
2833 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
2835 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
2840 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2841 if test "x$LINE" != x
; then
2842 eval "DEFAULT_$LINE"
2847 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2852 eval "$ac_cv_use_timedate"
2853 if test "$no_cache" != 1; then
2854 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2857 if test "$wxUSE_TIMEDATE" = yes; then
2858 echo "$ac_t""yes" 1>&6
2860 echo "$ac_t""no" 1>&6
2864 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
2865 echo "configure:2866: checking "for --enable-wave"" >&5
2867 # Check whether --enable-wave or --disable-wave was given.
2868 if test "${enable_wave+set}" = set; then
2869 enableval
="$enable_wave"
2871 if test "$enableval" = yes; then
2872 ac_cv_use_wave
='wxUSE_WAVE=yes'
2874 ac_cv_use_wave
='wxUSE_WAVE=no'
2879 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2880 if test "x$LINE" != x
; then
2881 eval "DEFAULT_$LINE"
2886 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2891 eval "$ac_cv_use_wave"
2892 if test "$no_cache" != 1; then
2893 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2896 if test "$wxUSE_WAVE" = yes; then
2897 echo "$ac_t""yes" 1>&6
2899 echo "$ac_t""no" 1>&6
2903 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
2904 echo "configure:2905: checking "for --enable-fraction"" >&5
2906 # Check whether --enable-fraction or --disable-fraction was given.
2907 if test "${enable_fraction+set}" = set; then
2908 enableval
="$enable_fraction"
2910 if test "$enableval" = yes; then
2911 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
2913 ac_cv_use_fraction
='wxUSE_FRACTION=no'
2918 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2919 if test "x$LINE" != x
; then
2920 eval "DEFAULT_$LINE"
2925 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2930 eval "$ac_cv_use_fraction"
2931 if test "$no_cache" != 1; then
2932 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2935 if test "$wxUSE_FRACTION" = yes; then
2936 echo "$ac_t""yes" 1>&6
2938 echo "$ac_t""no" 1>&6
2942 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
2943 echo "configure:2944: checking "for --enable-dynlib"" >&5
2945 # Check whether --enable-dynlib or --disable-dynlib was given.
2946 if test "${enable_dynlib+set}" = set; then
2947 enableval
="$enable_dynlib"
2949 if test "$enableval" = yes; then
2950 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
2952 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
2957 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2958 if test "x$LINE" != x
; then
2959 eval "DEFAULT_$LINE"
2964 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2969 eval "$ac_cv_use_dynlib"
2970 if test "$no_cache" != 1; then
2971 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2974 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2975 echo "$ac_t""yes" 1>&6
2977 echo "$ac_t""no" 1>&6
2981 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
2982 echo "configure:2983: checking "for --enable-longlong"" >&5
2984 # Check whether --enable-longlong or --disable-longlong was given.
2985 if test "${enable_longlong+set}" = set; then
2986 enableval
="$enable_longlong"
2988 if test "$enableval" = yes; then
2989 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
2991 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
2996 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2997 if test "x$LINE" != x
; then
2998 eval "DEFAULT_$LINE"
3003 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3008 eval "$ac_cv_use_longlong"
3009 if test "$no_cache" != 1; then
3010 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3013 if test "$wxUSE_LONGLONG" = yes; then
3014 echo "$ac_t""yes" 1>&6
3016 echo "$ac_t""no" 1>&6
3020 echo $ac_n "checking "for --enable-geometry"""... $ac_c" 1>&6
3021 echo "configure:3022: checking "for --enable-geometry"" >&5
3023 # Check whether --enable-geometry or --disable-geometry was given.
3024 if test "${enable_geometry+set}" = set; then
3025 enableval
="$enable_geometry"
3027 if test "$enableval" = yes; then
3028 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3030 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3035 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3036 if test "x$LINE" != x
; then
3037 eval "DEFAULT_$LINE"
3042 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3047 eval "$ac_cv_use_geometry"
3048 if test "$no_cache" != 1; then
3049 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3052 if test "$wxUSE_GEOMETRY" = yes; then
3053 echo "$ac_t""yes" 1>&6
3055 echo "$ac_t""no" 1>&6
3059 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
3060 echo "configure:3061: checking "for --enable-log"" >&5
3062 # Check whether --enable-log or --disable-log was given.
3063 if test "${enable_log+set}" = set; then
3064 enableval
="$enable_log"
3066 if test "$enableval" = yes; then
3067 ac_cv_use_log
='wxUSE_LOG=yes'
3069 ac_cv_use_log
='wxUSE_LOG=no'
3074 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3075 if test "x$LINE" != x
; then
3076 eval "DEFAULT_$LINE"
3081 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3086 eval "$ac_cv_use_log"
3087 if test "$no_cache" != 1; then
3088 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3091 if test "$wxUSE_LOG" = yes; then
3092 echo "$ac_t""yes" 1>&6
3094 echo "$ac_t""no" 1>&6
3098 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
3099 echo "configure:3100: checking "for --enable-streams"" >&5
3101 # Check whether --enable-streams or --disable-streams was given.
3102 if test "${enable_streams+set}" = set; then
3103 enableval
="$enable_streams"
3105 if test "$enableval" = yes; then
3106 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3108 ac_cv_use_streams
='wxUSE_STREAMS=no'
3113 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3114 if test "x$LINE" != x
; then
3115 eval "DEFAULT_$LINE"
3120 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3125 eval "$ac_cv_use_streams"
3126 if test "$no_cache" != 1; then
3127 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3130 if test "$wxUSE_STREAMS" = yes; then
3131 echo "$ac_t""yes" 1>&6
3133 echo "$ac_t""no" 1>&6
3137 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
3138 echo "configure:3139: checking "for --enable-file"" >&5
3140 # Check whether --enable-file or --disable-file was given.
3141 if test "${enable_file+set}" = set; then
3142 enableval
="$enable_file"
3144 if test "$enableval" = yes; then
3145 ac_cv_use_file
='wxUSE_FILE=yes'
3147 ac_cv_use_file
='wxUSE_FILE=no'
3152 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3153 if test "x$LINE" != x
; then
3154 eval "DEFAULT_$LINE"
3159 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3164 eval "$ac_cv_use_file"
3165 if test "$no_cache" != 1; then
3166 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3169 if test "$wxUSE_FILE" = yes; then
3170 echo "$ac_t""yes" 1>&6
3172 echo "$ac_t""no" 1>&6
3176 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
3177 echo "configure:3178: checking "for --enable-textfile"" >&5
3179 # Check whether --enable-textfile or --disable-textfile was given.
3180 if test "${enable_textfile+set}" = set; then
3181 enableval
="$enable_textfile"
3183 if test "$enableval" = yes; then
3184 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
3186 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
3191 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3192 if test "x$LINE" != x
; then
3193 eval "DEFAULT_$LINE"
3198 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3203 eval "$ac_cv_use_textfile"
3204 if test "$no_cache" != 1; then
3205 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3208 if test "$wxUSE_TEXTFILE" = yes; then
3209 echo "$ac_t""yes" 1>&6
3211 echo "$ac_t""no" 1>&6
3215 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
3216 echo "configure:3217: checking "for --enable-unicode"" >&5
3218 # Check whether --enable-unicode or --disable-unicode was given.
3219 if test "${enable_unicode+set}" = set; then
3220 enableval
="$enable_unicode"
3222 if test "$enableval" = yes; then
3223 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
3225 ac_cv_use_unicode
='wxUSE_UNICODE=no'
3230 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3231 if test "x$LINE" != x
; then
3232 eval "DEFAULT_$LINE"
3237 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3242 eval "$ac_cv_use_unicode"
3243 if test "$no_cache" != 1; then
3244 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3247 if test "$wxUSE_UNICODE" = yes; then
3248 echo "$ac_t""yes" 1>&6
3250 echo "$ac_t""no" 1>&6
3254 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
3255 echo "configure:3256: checking "for --enable-wcsrtombs"" >&5
3257 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3258 if test "${enable_wcsrtombs+set}" = set; then
3259 enableval
="$enable_wcsrtombs"
3261 if test "$enableval" = yes; then
3262 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=yes'
3264 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=no'
3269 LINE
=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3270 if test "x$LINE" != x
; then
3271 eval "DEFAULT_$LINE"
3276 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3281 eval "$ac_cv_use_wcsrtombs"
3282 if test "$no_cache" != 1; then
3283 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3286 if test "$wxUSE_WCSRTOMBS" = yes; then
3287 echo "$ac_t""yes" 1>&6
3289 echo "$ac_t""no" 1>&6
3293 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
3294 echo "configure:3295: checking "for --enable-wxprintfv"" >&5
3296 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3297 if test "${enable_wxprintfv+set}" = set; then
3298 enableval
="$enable_wxprintfv"
3300 if test "$enableval" = yes; then
3301 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3303 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3308 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3309 if test "x$LINE" != x
; then
3310 eval "DEFAULT_$LINE"
3315 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3320 eval "$ac_cv_use_wxprintfv"
3321 if test "$no_cache" != 1; then
3322 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3325 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3326 echo "$ac_t""yes" 1>&6
3328 echo "$ac_t""no" 1>&6
3332 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
3333 echo "configure:3334: checking "for --enable-std_iostreams"" >&5
3335 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3336 if test "${enable_std_iostreams+set}" = set; then
3337 enableval
="$enable_std_iostreams"
3339 if test "$enableval" = yes; then
3340 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3342 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3347 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x
; then
3349 eval "DEFAULT_$LINE"
3354 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3359 eval "$ac_cv_use_std_iostreams"
3360 if test "$no_cache" != 1; then
3361 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3364 if test "$wxUSE_STD_IOSTREAM" = yes; then
3365 echo "$ac_t""yes" 1>&6
3367 echo "$ac_t""no" 1>&6
3371 echo $ac_n "checking "for --enable-filesystem"""... $ac_c" 1>&6
3372 echo "configure:3373: checking "for --enable-filesystem"" >&5
3374 # Check whether --enable-filesystem or --disable-filesystem was given.
3375 if test "${enable_filesystem+set}" = set; then
3376 enableval
="$enable_filesystem"
3378 if test "$enableval" = yes; then
3379 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
3381 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
3386 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3387 if test "x$LINE" != x
; then
3388 eval "DEFAULT_$LINE"
3393 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3398 eval "$ac_cv_use_filesystem"
3399 if test "$no_cache" != 1; then
3400 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3403 if test "$wxUSE_FILESYSTEM" = yes; then
3404 echo "$ac_t""yes" 1>&6
3406 echo "$ac_t""no" 1>&6
3410 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
3411 echo "configure:3412: checking "for --enable-fs_inet"" >&5
3413 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3414 if test "${enable_fs_inet+set}" = set; then
3415 enableval
="$enable_fs_inet"
3417 if test "$enableval" = yes; then
3418 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3420 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3425 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3426 if test "x$LINE" != x
; then
3427 eval "DEFAULT_$LINE"
3432 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3437 eval "$ac_cv_use_fs_inet"
3438 if test "$no_cache" != 1; then
3439 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3442 if test "$wxUSE_FS_INET" = yes; then
3443 echo "$ac_t""yes" 1>&6
3445 echo "$ac_t""no" 1>&6
3449 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
3450 echo "configure:3451: checking "for --enable-fs_zip"" >&5
3452 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3453 if test "${enable_fs_zip+set}" = set; then
3454 enableval
="$enable_fs_zip"
3456 if test "$enableval" = yes; then
3457 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
3459 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
3464 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3465 if test "x$LINE" != x
; then
3466 eval "DEFAULT_$LINE"
3471 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3476 eval "$ac_cv_use_fs_zip"
3477 if test "$no_cache" != 1; then
3478 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3481 if test "$wxUSE_FS_ZIP" = yes; then
3482 echo "$ac_t""yes" 1>&6
3484 echo "$ac_t""no" 1>&6
3488 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
3489 echo "configure:3490: checking "for --enable-zipstream"" >&5
3491 # Check whether --enable-zipstream or --disable-zipstream was given.
3492 if test "${enable_zipstream+set}" = set; then
3493 enableval
="$enable_zipstream"
3495 if test "$enableval" = yes; then
3496 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
3498 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
3503 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3504 if test "x$LINE" != x
; then
3505 eval "DEFAULT_$LINE"
3510 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3515 eval "$ac_cv_use_zipstream"
3516 if test "$no_cache" != 1; then
3517 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3520 if test "$wxUSE_ZIPSTREAM" = yes; then
3521 echo "$ac_t""yes" 1>&6
3523 echo "$ac_t""no" 1>&6
3528 echo $ac_n "checking "for --enable-catch_segvs"""... $ac_c" 1>&6
3529 echo "configure:3530: checking "for --enable-catch_segvs"" >&5
3531 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
3532 if test "${enable_catch_segvs+set}" = set; then
3533 enableval
="$enable_catch_segvs"
3535 if test "$enableval" = yes; then
3536 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
3538 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
3543 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
3544 if test "x$LINE" != x
; then
3545 eval "DEFAULT_$LINE"
3550 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
3555 eval "$ac_cv_use_catch_segvs"
3556 if test "$no_cache" != 1; then
3557 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
3560 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
3561 echo "$ac_t""yes" 1>&6
3563 echo "$ac_t""no" 1>&6
3569 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
3570 echo "configure:3571: checking "for --enable-threads"" >&5
3572 # Check whether --enable-threads or --disable-threads was given.
3573 if test "${enable_threads+set}" = set; then
3574 enableval
="$enable_threads"
3576 if test "$enableval" = yes; then
3577 ac_cv_use_threads
='wxUSE_THREADS=yes'
3579 ac_cv_use_threads
='wxUSE_THREADS=no'
3584 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3585 if test "x$LINE" != x
; then
3586 eval "DEFAULT_$LINE"
3591 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3596 eval "$ac_cv_use_threads"
3597 if test "$no_cache" != 1; then
3598 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3601 if test "$wxUSE_THREADS" = yes; then
3602 echo "$ac_t""yes" 1>&6
3604 echo "$ac_t""no" 1>&6
3608 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
3609 echo "configure:3610: checking "for --enable-serial"" >&5
3611 # Check whether --enable-serial or --disable-serial was given.
3612 if test "${enable_serial+set}" = set; then
3613 enableval
="$enable_serial"
3615 if test "$enableval" = yes; then
3616 ac_cv_use_serial
='wxUSE_SERIAL=yes'
3618 ac_cv_use_serial
='wxUSE_SERIAL=no'
3623 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3624 if test "x$LINE" != x
; then
3625 eval "DEFAULT_$LINE"
3630 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3635 eval "$ac_cv_use_serial"
3636 if test "$no_cache" != 1; then
3637 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3640 if test "$wxUSE_SERIAL" = yes; then
3641 echo "$ac_t""yes" 1>&6
3643 echo "$ac_t""no" 1>&6
3647 if test "$wxUSE_GUI" = "yes"; then
3651 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
3652 echo "configure:3653: checking "for --enable-docview"" >&5
3654 # Check whether --enable-docview or --disable-docview was given.
3655 if test "${enable_docview+set}" = set; then
3656 enableval
="$enable_docview"
3658 if test "$enableval" = yes; then
3659 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3661 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3666 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3667 if test "x$LINE" != x
; then
3668 eval "DEFAULT_$LINE"
3673 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3678 eval "$ac_cv_use_docview"
3679 if test "$no_cache" != 1; then
3680 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3683 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3684 echo "$ac_t""yes" 1>&6
3686 echo "$ac_t""no" 1>&6
3690 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
3691 echo "configure:3692: checking "for --enable-help"" >&5
3693 # Check whether --enable-help or --disable-help was given.
3694 if test "${enable_help+set}" = set; then
3695 enableval
="$enable_help"
3697 if test "$enableval" = yes; then
3698 ac_cv_use_help
='wxUSE_HELP=yes'
3700 ac_cv_use_help
='wxUSE_HELP=no'
3705 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3706 if test "x$LINE" != x
; then
3707 eval "DEFAULT_$LINE"
3712 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3717 eval "$ac_cv_use_help"
3718 if test "$no_cache" != 1; then
3719 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3722 if test "$wxUSE_HELP" = yes; then
3723 echo "$ac_t""yes" 1>&6
3725 echo "$ac_t""no" 1>&6
3729 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
3730 echo "configure:3731: checking "for --enable-constraints"" >&5
3732 # Check whether --enable-constraints or --disable-constraints was given.
3733 if test "${enable_constraints+set}" = set; then
3734 enableval
="$enable_constraints"
3736 if test "$enableval" = yes; then
3737 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
3739 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
3744 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3745 if test "x$LINE" != x
; then
3746 eval "DEFAULT_$LINE"
3751 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3756 eval "$ac_cv_use_constraints"
3757 if test "$no_cache" != 1; then
3758 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3761 if test "$wxUSE_CONSTRAINTS" = yes; then
3762 echo "$ac_t""yes" 1>&6
3764 echo "$ac_t""no" 1>&6
3768 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
3769 echo "configure:3770: checking "for --enable-printarch"" >&5
3771 # Check whether --enable-printarch or --disable-printarch was given.
3772 if test "${enable_printarch+set}" = set; then
3773 enableval
="$enable_printarch"
3775 if test "$enableval" = yes; then
3776 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
3778 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
3783 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3784 if test "x$LINE" != x
; then
3785 eval "DEFAULT_$LINE"
3790 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3795 eval "$ac_cv_use_printarch"
3796 if test "$no_cache" != 1; then
3797 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3800 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3801 echo "$ac_t""yes" 1>&6
3803 echo "$ac_t""no" 1>&6
3807 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
3808 echo "configure:3809: checking "for --enable-mdi"" >&5
3810 # Check whether --enable-mdi or --disable-mdi was given.
3811 if test "${enable_mdi+set}" = set; then
3812 enableval
="$enable_mdi"
3814 if test "$enableval" = yes; then
3815 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
3817 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
3822 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3823 if test "x$LINE" != x
; then
3824 eval "DEFAULT_$LINE"
3829 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3834 eval "$ac_cv_use_mdi"
3835 if test "$no_cache" != 1; then
3836 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3839 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3840 echo "$ac_t""yes" 1>&6
3842 echo "$ac_t""no" 1>&6
3847 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
3848 echo "configure:3849: checking "for --enable-postscript"" >&5
3850 # Check whether --enable-postscript or --disable-postscript was given.
3851 if test "${enable_postscript+set}" = set; then
3852 enableval
="$enable_postscript"
3854 if test "$enableval" = yes; then
3855 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
3857 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
3862 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3863 if test "x$LINE" != x
; then
3864 eval "DEFAULT_$LINE"
3869 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3874 eval "$ac_cv_use_postscript"
3875 if test "$no_cache" != 1; then
3876 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3879 if test "$wxUSE_POSTSCRIPT" = yes; then
3880 echo "$ac_t""yes" 1>&6
3882 echo "$ac_t""no" 1>&6
3888 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
3889 echo "configure:3890: checking "for --enable-prologio"" >&5
3891 # Check whether --enable-prologio or --disable-prologio was given.
3892 if test "${enable_prologio+set}" = set; then
3893 enableval
="$enable_prologio"
3895 if test "$enableval" = yes; then
3896 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
3898 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
3903 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3904 if test "x$LINE" != x
; then
3905 eval "DEFAULT_$LINE"
3910 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3915 eval "$ac_cv_use_prologio"
3916 if test "$no_cache" != 1; then
3917 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3920 if test "$wxUSE_PROLOGIO" = yes; then
3921 echo "$ac_t""yes" 1>&6
3923 echo "$ac_t""no" 1>&6
3927 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
3928 echo "configure:3929: checking "for --enable-resources"" >&5
3930 # Check whether --enable-resources or --disable-resources was given.
3931 if test "${enable_resources+set}" = set; then
3932 enableval
="$enable_resources"
3934 if test "$enableval" = yes; then
3935 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
3937 ac_cv_use_resources
='wxUSE_RESOURCES=no'
3942 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3943 if test "x$LINE" != x
; then
3944 eval "DEFAULT_$LINE"
3949 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3954 eval "$ac_cv_use_resources"
3955 if test "$no_cache" != 1; then
3956 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3959 if test "$wxUSE_RESOURCES" = yes; then
3960 echo "$ac_t""yes" 1>&6
3962 echo "$ac_t""no" 1>&6
3967 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
3968 echo "configure:3969: checking "for --enable-xresources"" >&5
3970 # Check whether --enable-xresources or --disable-xresources was given.
3971 if test "${enable_xresources+set}" = set; then
3972 enableval
="$enable_xresources"
3974 if test "$enableval" = yes; then
3975 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
3977 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
3982 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3983 if test "x$LINE" != x
; then
3984 eval "DEFAULT_$LINE"
3989 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3994 eval "$ac_cv_use_xresources"
3995 if test "$no_cache" != 1; then
3996 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3999 if test "$wxUSE_X_RESOURCES" = yes; then
4000 echo "$ac_t""yes" 1>&6
4002 echo "$ac_t""no" 1>&6
4008 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
4009 echo "configure:4010: checking "for --enable-clipboard"" >&5
4011 # Check whether --enable-clipboard or --disable-clipboard was given.
4012 if test "${enable_clipboard+set}" = set; then
4013 enableval
="$enable_clipboard"
4015 if test "$enableval" = yes; then
4016 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
4018 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
4023 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4024 if test "x$LINE" != x
; then
4025 eval "DEFAULT_$LINE"
4030 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4035 eval "$ac_cv_use_clipboard"
4036 if test "$no_cache" != 1; then
4037 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4040 if test "$wxUSE_CLIPBOARD" = yes; then
4041 echo "$ac_t""yes" 1>&6
4043 echo "$ac_t""no" 1>&6
4047 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
4048 echo "configure:4049: checking "for --enable-dnd"" >&5
4050 # Check whether --enable-dnd or --disable-dnd was given.
4051 if test "${enable_dnd+set}" = set; then
4052 enableval
="$enable_dnd"
4054 if test "$enableval" = yes; then
4055 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
4057 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
4062 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4063 if test "x$LINE" != x
; then
4064 eval "DEFAULT_$LINE"
4069 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4074 eval "$ac_cv_use_dnd"
4075 if test "$no_cache" != 1; then
4076 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4079 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4080 echo "$ac_t""yes" 1>&6
4082 echo "$ac_t""no" 1>&6
4086 echo $ac_n "checking "for --enable-metafile"""... $ac_c" 1>&6
4087 echo "configure:4088: checking "for --enable-metafile"" >&5
4089 # Check whether --enable-metafile or --disable-metafile was given.
4090 if test "${enable_metafile+set}" = set; then
4091 enableval
="$enable_metafile"
4093 if test "$enableval" = yes; then
4094 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
4096 ac_cv_use_metafile
='wxUSE_METAFILE=no'
4101 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4102 if test "x$LINE" != x
; then
4103 eval "DEFAULT_$LINE"
4108 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4113 eval "$ac_cv_use_metafile"
4114 if test "$no_cache" != 1; then
4115 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4118 if test "$wxUSE_METAFILE" = yes; then
4119 echo "$ac_t""yes" 1>&6
4121 echo "$ac_t""no" 1>&6
4126 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
4127 echo "configure:4128: checking "for --enable-wxtree"" >&5
4129 # Check whether --enable-wxtree or --disable-wxtree was given.
4130 if test "${enable_wxtree+set}" = set; then
4131 enableval
="$enable_wxtree"
4133 if test "$enableval" = yes; then
4134 ac_cv_use_wxtree
='wxUSE_WXTREE=yes'
4136 ac_cv_use_wxtree
='wxUSE_WXTREE=no'
4141 LINE
=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
4142 if test "x$LINE" != x
; then
4143 eval "DEFAULT_$LINE"
4148 ac_cv_use_wxtree
='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
4153 eval "$ac_cv_use_wxtree"
4154 if test "$no_cache" != 1; then
4155 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
4158 if test "$wxUSE_WXTREE" = yes; then
4159 echo "$ac_t""yes" 1>&6
4161 echo "$ac_t""no" 1>&6
4167 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
4168 echo "configure:4169: checking "for --enable-controls"" >&5
4170 # Check whether --enable-controls or --disable-controls was given.
4171 if test "${enable_controls+set}" = set; then
4172 enableval
="$enable_controls"
4174 if test "$enableval" = yes; then
4175 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
4177 ac_cv_use_controls
='wxUSE_CONTROLS=no'
4182 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
4183 if test "x$LINE" != x
; then
4184 eval "DEFAULT_$LINE"
4189 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
4194 eval "$ac_cv_use_controls"
4195 if test "$no_cache" != 1; then
4196 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
4199 if test "$wxUSE_CONTROLS" = yes; then
4200 echo "$ac_t""yes" 1>&6
4202 echo "$ac_t""no" 1>&6
4206 if test "$wxUSE_CONTROLS" = "yes"; then
4207 DEFAULT_wxUSE_ACCEL
=yes
4208 DEFAULT_wxUSE_CARET
=yes
4209 DEFAULT_wxUSE_COMBOBOX
=yes
4210 DEFAULT_wxUSE_BMPBUTTON
=yes
4211 DEFAULT_wxUSE_CHECKBOX
=yes
4212 DEFAULT_wxUSE_CHECKLISTBOX
=yes
4213 DEFAULT_wxUSE_CHOICE
=yes
4214 DEFAULT_wxUSE_GAUGE
=yes
4215 DEFAULT_wxUSE_GRID
=yes
4216 DEFAULT_wxUSE_NEW_GRID
=yes
4217 DEFAULT_wxUSE_IMAGLIST
=yes
4218 DEFAULT_wxUSE_LISTBOX
=yes
4219 DEFAULT_wxUSE_LISTCTRL
=yes
4220 DEFAULT_wxUSE_NOTEBOOK
=yes
4221 DEFAULT_wxUSE_RADIOBOX
=yes
4222 DEFAULT_wxUSE_RADIOBTN
=yes
4223 DEFAULT_wxUSE_SASH
=yes
4224 DEFAULT_wxUSE_SCROLLBAR
=yes
4225 DEFAULT_wxUSE_SLIDER
=yes
4226 DEFAULT_wxUSE_SPINBTN
=yes
4227 DEFAULT_wxUSE_SPINCTRL
=yes
4228 DEFAULT_wxUSE_SPLITTER
=yes
4229 DEFAULT_wxUSE_STATBMP
=yes
4230 DEFAULT_wxUSE_STATBOX
=yes
4231 DEFAULT_wxUSE_STATLINE
=yes
4232 DEFAULT_wxUSE_STATUSBAR
=yes
4233 DEFAULT_wxUSE_TAB_DIALOG
=yes
4234 DEFAULT_wxUSE_TOGGLEBTN
=yes
4235 DEFAULT_wxUSE_TOOLBAR
=yes
4236 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
4237 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
4238 DEFAULT_wxUSE_TOOLTIPS
=yes
4239 DEFAULT_wxUSE_TREECTRL
=yes
4240 elif test "$wxUSE_CONTROLS" = "no"; then
4241 DEFAULT_wxUSE_ACCEL
=no
4242 DEFAULT_wxUSE_CARET
=no
4243 DEFAULT_wxUSE_COMBOBOX
=no
4244 DEFAULT_wxUSE_BMPBUTTON
=no
4245 DEFAULT_wxUSE_CHECKBOX
=no
4246 DEFAULT_wxUSE_CHECKLISTBOX
=no
4247 DEFAULT_wxUSE_CHOICE
=no
4248 DEFAULT_wxUSE_GAUGE
=no
4249 DEFAULT_wxUSE_GRID
=no
4250 DEFAULT_wxUSE_NEW_GRID
=no
4251 DEFAULT_wxUSE_IMAGLIST
=no
4252 DEFAULT_wxUSE_LISTBOX
=no
4253 DEFAULT_wxUSE_LISTCTRL
=no
4254 DEFAULT_wxUSE_NOTEBOOK
=no
4255 DEFAULT_wxUSE_RADIOBOX
=no
4256 DEFAULT_wxUSE_RADIOBTN
=no
4257 DEFAULT_wxUSE_SASH
=no
4258 DEFAULT_wxUSE_SCROLLBAR
=no
4259 DEFAULT_wxUSE_SLIDER
=no
4260 DEFAULT_wxUSE_SPINBTN
=no
4261 DEFAULT_wxUSE_SPINCTRL
=no
4262 DEFAULT_wxUSE_SPLITTER
=no
4263 DEFAULT_wxUSE_STATBMP
=no
4264 DEFAULT_wxUSE_STATBOX
=no
4265 DEFAULT_wxUSE_STATLINE
=no
4266 DEFAULT_wxUSE_STATUSBAR
=no
4267 DEFAULT_wxUSE_TAB_DIALOG
=no
4268 DEFAULT_wxUSE_TOGGLEBTN
=no
4269 DEFAULT_wxUSE_TOOLBAR
=no
4270 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
4271 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
4272 DEFAULT_wxUSE_TOOLTIPS
=no
4273 DEFAULT_wxUSE_TREECTRL
=no
4277 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
4278 echo "configure:4279: checking "for --enable-accel"" >&5
4280 # Check whether --enable-accel or --disable-accel was given.
4281 if test "${enable_accel+set}" = set; then
4282 enableval
="$enable_accel"
4284 if test "$enableval" = yes; then
4285 ac_cv_use_accel
='wxUSE_ACCEL=yes'
4287 ac_cv_use_accel
='wxUSE_ACCEL=no'
4292 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
4293 if test "x$LINE" != x
; then
4294 eval "DEFAULT_$LINE"
4299 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
4304 eval "$ac_cv_use_accel"
4305 if test "$no_cache" != 1; then
4306 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
4309 if test "$wxUSE_ACCEL" = yes; then
4310 echo "$ac_t""yes" 1>&6
4312 echo "$ac_t""no" 1>&6
4316 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
4317 echo "configure:4318: checking "for --enable-caret"" >&5
4319 # Check whether --enable-caret or --disable-caret was given.
4320 if test "${enable_caret+set}" = set; then
4321 enableval
="$enable_caret"
4323 if test "$enableval" = yes; then
4324 ac_cv_use_caret
='wxUSE_CARET=yes'
4326 ac_cv_use_caret
='wxUSE_CARET=no'
4331 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
4332 if test "x$LINE" != x
; then
4333 eval "DEFAULT_$LINE"
4338 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
4343 eval "$ac_cv_use_caret"
4344 if test "$no_cache" != 1; then
4345 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
4348 if test "$wxUSE_CARET" = yes; then
4349 echo "$ac_t""yes" 1>&6
4351 echo "$ac_t""no" 1>&6
4355 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
4356 echo "configure:4357: checking "for --enable-bmpbutton"" >&5
4358 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4359 if test "${enable_bmpbutton+set}" = set; then
4360 enableval
="$enable_bmpbutton"
4362 if test "$enableval" = yes; then
4363 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
4365 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
4370 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4371 if test "x$LINE" != x
; then
4372 eval "DEFAULT_$LINE"
4377 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4382 eval "$ac_cv_use_bmpbutton"
4383 if test "$no_cache" != 1; then
4384 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4387 if test "$wxUSE_BMPBUTTON" = yes; then
4388 echo "$ac_t""yes" 1>&6
4390 echo "$ac_t""no" 1>&6
4394 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
4395 echo "configure:4396: checking "for --enable-checkbox"" >&5
4397 # Check whether --enable-checkbox or --disable-checkbox was given.
4398 if test "${enable_checkbox+set}" = set; then
4399 enableval
="$enable_checkbox"
4401 if test "$enableval" = yes; then
4402 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
4404 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
4409 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4410 if test "x$LINE" != x
; then
4411 eval "DEFAULT_$LINE"
4416 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4421 eval "$ac_cv_use_checkbox"
4422 if test "$no_cache" != 1; then
4423 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4426 if test "$wxUSE_CHECKBOX" = yes; then
4427 echo "$ac_t""yes" 1>&6
4429 echo "$ac_t""no" 1>&6
4433 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
4434 echo "configure:4435: checking "for --enable-checklst"" >&5
4436 # Check whether --enable-checklst or --disable-checklst was given.
4437 if test "${enable_checklst+set}" = set; then
4438 enableval
="$enable_checklst"
4440 if test "$enableval" = yes; then
4441 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
4443 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
4448 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4449 if test "x$LINE" != x
; then
4450 eval "DEFAULT_$LINE"
4455 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4460 eval "$ac_cv_use_checklst"
4461 if test "$no_cache" != 1; then
4462 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4465 if test "$wxUSE_CHECKLST" = yes; then
4466 echo "$ac_t""yes" 1>&6
4468 echo "$ac_t""no" 1>&6
4472 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
4473 echo "configure:4474: checking "for --enable-choice"" >&5
4475 # Check whether --enable-choice or --disable-choice was given.
4476 if test "${enable_choice+set}" = set; then
4477 enableval
="$enable_choice"
4479 if test "$enableval" = yes; then
4480 ac_cv_use_choice
='wxUSE_CHOICE=yes'
4482 ac_cv_use_choice
='wxUSE_CHOICE=no'
4487 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4488 if test "x$LINE" != x
; then
4489 eval "DEFAULT_$LINE"
4494 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4499 eval "$ac_cv_use_choice"
4500 if test "$no_cache" != 1; then
4501 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4504 if test "$wxUSE_CHOICE" = yes; then
4505 echo "$ac_t""yes" 1>&6
4507 echo "$ac_t""no" 1>&6
4511 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
4512 echo "configure:4513: checking "for --enable-combobox"" >&5
4514 # Check whether --enable-combobox or --disable-combobox was given.
4515 if test "${enable_combobox+set}" = set; then
4516 enableval
="$enable_combobox"
4518 if test "$enableval" = yes; then
4519 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
4521 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
4526 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4527 if test "x$LINE" != x
; then
4528 eval "DEFAULT_$LINE"
4533 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4538 eval "$ac_cv_use_combobox"
4539 if test "$no_cache" != 1; then
4540 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4543 if test "$wxUSE_COMBOBOX" = yes; then
4544 echo "$ac_t""yes" 1>&6
4546 echo "$ac_t""no" 1>&6
4550 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
4551 echo "configure:4552: checking "for --enable-gauge"" >&5
4553 # Check whether --enable-gauge or --disable-gauge was given.
4554 if test "${enable_gauge+set}" = set; then
4555 enableval
="$enable_gauge"
4557 if test "$enableval" = yes; then
4558 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
4560 ac_cv_use_gauge
='wxUSE_GAUGE=no'
4565 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4566 if test "x$LINE" != x
; then
4567 eval "DEFAULT_$LINE"
4572 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4577 eval "$ac_cv_use_gauge"
4578 if test "$no_cache" != 1; then
4579 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4582 if test "$wxUSE_GAUGE" = yes; then
4583 echo "$ac_t""yes" 1>&6
4585 echo "$ac_t""no" 1>&6
4589 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
4590 echo "configure:4591: checking "for --enable-grid"" >&5
4592 # Check whether --enable-grid or --disable-grid was given.
4593 if test "${enable_grid+set}" = set; then
4594 enableval
="$enable_grid"
4596 if test "$enableval" = yes; then
4597 ac_cv_use_grid
='wxUSE_GRID=yes'
4599 ac_cv_use_grid
='wxUSE_GRID=no'
4604 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4605 if test "x$LINE" != x
; then
4606 eval "DEFAULT_$LINE"
4611 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4616 eval "$ac_cv_use_grid"
4617 if test "$no_cache" != 1; then
4618 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4621 if test "$wxUSE_GRID" = yes; then
4622 echo "$ac_t""yes" 1>&6
4624 echo "$ac_t""no" 1>&6
4628 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
4629 echo "configure:4630: checking "for --enable-newgrid"" >&5
4631 # Check whether --enable-newgrid or --disable-newgrid was given.
4632 if test "${enable_newgrid+set}" = set; then
4633 enableval
="$enable_newgrid"
4635 if test "$enableval" = yes; then
4636 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
4638 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
4643 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4644 if test "x$LINE" != x
; then
4645 eval "DEFAULT_$LINE"
4650 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4655 eval "$ac_cv_use_newgrid"
4656 if test "$no_cache" != 1; then
4657 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4660 if test "$wxUSE_NEW_GRID" = yes; then
4661 echo "$ac_t""yes" 1>&6
4663 echo "$ac_t""no" 1>&6
4667 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
4668 echo "configure:4669: checking "for --enable-imaglist"" >&5
4670 # Check whether --enable-imaglist or --disable-imaglist was given.
4671 if test "${enable_imaglist+set}" = set; then
4672 enableval
="$enable_imaglist"
4674 if test "$enableval" = yes; then
4675 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
4677 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
4682 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4683 if test "x$LINE" != x
; then
4684 eval "DEFAULT_$LINE"
4689 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4694 eval "$ac_cv_use_imaglist"
4695 if test "$no_cache" != 1; then
4696 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4699 if test "$wxUSE_IMAGLIST" = yes; then
4700 echo "$ac_t""yes" 1>&6
4702 echo "$ac_t""no" 1>&6
4706 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
4707 echo "configure:4708: checking "for --enable-listbox"" >&5
4709 # Check whether --enable-listbox or --disable-listbox was given.
4710 if test "${enable_listbox+set}" = set; then
4711 enableval
="$enable_listbox"
4713 if test "$enableval" = yes; then
4714 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
4716 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
4721 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4722 if test "x$LINE" != x
; then
4723 eval "DEFAULT_$LINE"
4728 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4733 eval "$ac_cv_use_listbox"
4734 if test "$no_cache" != 1; then
4735 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4738 if test "$wxUSE_LISTBOX" = yes; then
4739 echo "$ac_t""yes" 1>&6
4741 echo "$ac_t""no" 1>&6
4745 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
4746 echo "configure:4747: checking "for --enable-listctrl"" >&5
4748 # Check whether --enable-listctrl or --disable-listctrl was given.
4749 if test "${enable_listctrl+set}" = set; then
4750 enableval
="$enable_listctrl"
4752 if test "$enableval" = yes; then
4753 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
4755 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
4760 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4761 if test "x$LINE" != x
; then
4762 eval "DEFAULT_$LINE"
4767 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4772 eval "$ac_cv_use_listctrl"
4773 if test "$no_cache" != 1; then
4774 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4777 if test "$wxUSE_LISTCTRL" = yes; then
4778 echo "$ac_t""yes" 1>&6
4780 echo "$ac_t""no" 1>&6
4784 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
4785 echo "configure:4786: checking "for --enable-notebook"" >&5
4787 # Check whether --enable-notebook or --disable-notebook was given.
4788 if test "${enable_notebook+set}" = set; then
4789 enableval
="$enable_notebook"
4791 if test "$enableval" = yes; then
4792 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
4794 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
4799 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4800 if test "x$LINE" != x
; then
4801 eval "DEFAULT_$LINE"
4806 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4811 eval "$ac_cv_use_notebook"
4812 if test "$no_cache" != 1; then
4813 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4816 if test "$wxUSE_NOTEBOOK" = yes; then
4817 echo "$ac_t""yes" 1>&6
4819 echo "$ac_t""no" 1>&6
4823 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
4824 echo "configure:4825: checking "for --enable-radiobox"" >&5
4826 # Check whether --enable-radiobox or --disable-radiobox was given.
4827 if test "${enable_radiobox+set}" = set; then
4828 enableval
="$enable_radiobox"
4830 if test "$enableval" = yes; then
4831 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
4833 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
4838 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4839 if test "x$LINE" != x
; then
4840 eval "DEFAULT_$LINE"
4845 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4850 eval "$ac_cv_use_radiobox"
4851 if test "$no_cache" != 1; then
4852 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4855 if test "$wxUSE_RADIOBOX" = yes; then
4856 echo "$ac_t""yes" 1>&6
4858 echo "$ac_t""no" 1>&6
4862 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
4863 echo "configure:4864: checking "for --enable-radiobtn"" >&5
4865 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4866 if test "${enable_radiobtn+set}" = set; then
4867 enableval
="$enable_radiobtn"
4869 if test "$enableval" = yes; then
4870 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
4872 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
4877 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4878 if test "x$LINE" != x
; then
4879 eval "DEFAULT_$LINE"
4884 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4889 eval "$ac_cv_use_radiobtn"
4890 if test "$no_cache" != 1; then
4891 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4894 if test "$wxUSE_RADIOBTN" = yes; then
4895 echo "$ac_t""yes" 1>&6
4897 echo "$ac_t""no" 1>&6
4901 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
4902 echo "configure:4903: checking "for --enable-sash"" >&5
4904 # Check whether --enable-sash or --disable-sash was given.
4905 if test "${enable_sash+set}" = set; then
4906 enableval
="$enable_sash"
4908 if test "$enableval" = yes; then
4909 ac_cv_use_sash
='wxUSE_SASH=yes'
4911 ac_cv_use_sash
='wxUSE_SASH=no'
4916 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x
; then
4918 eval "DEFAULT_$LINE"
4923 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4928 eval "$ac_cv_use_sash"
4929 if test "$no_cache" != 1; then
4930 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4933 if test "$wxUSE_SASH" = yes; then
4934 echo "$ac_t""yes" 1>&6
4936 echo "$ac_t""no" 1>&6
4940 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
4941 echo "configure:4942: checking "for --enable-scrollbar"" >&5
4943 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4944 if test "${enable_scrollbar+set}" = set; then
4945 enableval
="$enable_scrollbar"
4947 if test "$enableval" = yes; then
4948 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
4950 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
4955 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4956 if test "x$LINE" != x
; then
4957 eval "DEFAULT_$LINE"
4962 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4967 eval "$ac_cv_use_scrollbar"
4968 if test "$no_cache" != 1; then
4969 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4972 if test "$wxUSE_SCROLLBAR" = yes; then
4973 echo "$ac_t""yes" 1>&6
4975 echo "$ac_t""no" 1>&6
4979 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
4980 echo "configure:4981: checking "for --enable-slider"" >&5
4982 # Check whether --enable-slider or --disable-slider was given.
4983 if test "${enable_slider+set}" = set; then
4984 enableval
="$enable_slider"
4986 if test "$enableval" = yes; then
4987 ac_cv_use_slider
='wxUSE_SLIDER=yes'
4989 ac_cv_use_slider
='wxUSE_SLIDER=no'
4994 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4995 if test "x$LINE" != x
; then
4996 eval "DEFAULT_$LINE"
5001 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
5006 eval "$ac_cv_use_slider"
5007 if test "$no_cache" != 1; then
5008 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5011 if test "$wxUSE_SLIDER" = yes; then
5012 echo "$ac_t""yes" 1>&6
5014 echo "$ac_t""no" 1>&6
5018 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
5019 echo "configure:5020: checking "for --enable-spinbtn"" >&5
5021 # Check whether --enable-spinbtn or --disable-spinbtn was given.
5022 if test "${enable_spinbtn+set}" = set; then
5023 enableval
="$enable_spinbtn"
5025 if test "$enableval" = yes; then
5026 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
5028 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
5033 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
5034 if test "x$LINE" != x
; then
5035 eval "DEFAULT_$LINE"
5040 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
5045 eval "$ac_cv_use_spinbtn"
5046 if test "$no_cache" != 1; then
5047 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
5050 if test "$wxUSE_SPINBTN" = yes; then
5051 echo "$ac_t""yes" 1>&6
5053 echo "$ac_t""no" 1>&6
5057 echo $ac_n "checking "for --enable-spinctrl"""... $ac_c" 1>&6
5058 echo "configure:5059: checking "for --enable-spinctrl"" >&5
5060 # Check whether --enable-spinctrl or --disable-spinctrl was given.
5061 if test "${enable_spinctrl+set}" = set; then
5062 enableval
="$enable_spinctrl"
5064 if test "$enableval" = yes; then
5065 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
5067 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
5072 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
5073 if test "x$LINE" != x
; then
5074 eval "DEFAULT_$LINE"
5079 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
5084 eval "$ac_cv_use_spinctrl"
5085 if test "$no_cache" != 1; then
5086 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
5089 if test "$wxUSE_SPINCTRL" = yes; then
5090 echo "$ac_t""yes" 1>&6
5092 echo "$ac_t""no" 1>&6
5096 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
5097 echo "configure:5098: checking "for --enable-splitter"" >&5
5099 # Check whether --enable-splitter or --disable-splitter was given.
5100 if test "${enable_splitter+set}" = set; then
5101 enableval
="$enable_splitter"
5103 if test "$enableval" = yes; then
5104 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
5106 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
5111 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
5112 if test "x$LINE" != x
; then
5113 eval "DEFAULT_$LINE"
5118 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
5123 eval "$ac_cv_use_splitter"
5124 if test "$no_cache" != 1; then
5125 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
5128 if test "$wxUSE_SPLITTER" = yes; then
5129 echo "$ac_t""yes" 1>&6
5131 echo "$ac_t""no" 1>&6
5135 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
5136 echo "configure:5137: checking "for --enable-statbmp"" >&5
5138 # Check whether --enable-statbmp or --disable-statbmp was given.
5139 if test "${enable_statbmp+set}" = set; then
5140 enableval
="$enable_statbmp"
5142 if test "$enableval" = yes; then
5143 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
5145 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
5150 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
5151 if test "x$LINE" != x
; then
5152 eval "DEFAULT_$LINE"
5157 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
5162 eval "$ac_cv_use_statbmp"
5163 if test "$no_cache" != 1; then
5164 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
5167 if test "$wxUSE_STATBMP" = yes; then
5168 echo "$ac_t""yes" 1>&6
5170 echo "$ac_t""no" 1>&6
5174 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
5175 echo "configure:5176: checking "for --enable-statbox"" >&5
5177 # Check whether --enable-statbox or --disable-statbox was given.
5178 if test "${enable_statbox+set}" = set; then
5179 enableval
="$enable_statbox"
5181 if test "$enableval" = yes; then
5182 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
5184 ac_cv_use_statbox
='wxUSE_STATBOX=no'
5189 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
5190 if test "x$LINE" != x
; then
5191 eval "DEFAULT_$LINE"
5196 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
5201 eval "$ac_cv_use_statbox"
5202 if test "$no_cache" != 1; then
5203 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
5206 if test "$wxUSE_STATBOX" = yes; then
5207 echo "$ac_t""yes" 1>&6
5209 echo "$ac_t""no" 1>&6
5213 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
5214 echo "configure:5215: checking "for --enable-statline"" >&5
5216 # Check whether --enable-statline or --disable-statline was given.
5217 if test "${enable_statline+set}" = set; then
5218 enableval
="$enable_statline"
5220 if test "$enableval" = yes; then
5221 ac_cv_use_statline
='wxUSE_STATLINE=yes'
5223 ac_cv_use_statline
='wxUSE_STATLINE=no'
5228 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
5229 if test "x$LINE" != x
; then
5230 eval "DEFAULT_$LINE"
5235 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
5240 eval "$ac_cv_use_statline"
5241 if test "$no_cache" != 1; then
5242 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
5245 if test "$wxUSE_STATLINE" = yes; then
5246 echo "$ac_t""yes" 1>&6
5248 echo "$ac_t""no" 1>&6
5252 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
5253 echo "configure:5254: checking "for --enable-statusbar"" >&5
5255 # Check whether --enable-statusbar or --disable-statusbar was given.
5256 if test "${enable_statusbar+set}" = set; then
5257 enableval
="$enable_statusbar"
5259 if test "$enableval" = yes; then
5260 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
5262 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
5267 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
5268 if test "x$LINE" != x
; then
5269 eval "DEFAULT_$LINE"
5274 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
5279 eval "$ac_cv_use_statusbar"
5280 if test "$no_cache" != 1; then
5281 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
5284 if test "$wxUSE_STATUSBAR" = yes; then
5285 echo "$ac_t""yes" 1>&6
5287 echo "$ac_t""no" 1>&6
5291 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
5292 echo "configure:5293: checking "for --enable-tabdialog"" >&5
5294 # Check whether --enable-tabdialog or --disable-tabdialog was given.
5295 if test "${enable_tabdialog+set}" = set; then
5296 enableval
="$enable_tabdialog"
5298 if test "$enableval" = yes; then
5299 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
5301 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
5306 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
5307 if test "x$LINE" != x
; then
5308 eval "DEFAULT_$LINE"
5313 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
5318 eval "$ac_cv_use_tabdialog"
5319 if test "$no_cache" != 1; then
5320 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
5323 if test "$wxUSE_TABDIALOG" = yes; then
5324 echo "$ac_t""yes" 1>&6
5326 echo "$ac_t""no" 1>&6
5330 echo $ac_n "checking "for --enable-togglebtn"""... $ac_c" 1>&6
5331 echo "configure:5332: checking "for --enable-togglebtn"" >&5
5333 # Check whether --enable-togglebtn or --disable-togglebtn was given.
5334 if test "${enable_togglebtn+set}" = set; then
5335 enableval
="$enable_togglebtn"
5337 if test "$enableval" = yes; then
5338 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
5340 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
5345 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
5346 if test "x$LINE" != x
; then
5347 eval "DEFAULT_$LINE"
5352 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
5357 eval "$ac_cv_use_togglebtn"
5358 if test "$no_cache" != 1; then
5359 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
5362 if test "$wxUSE_TOGGLEBTN" = yes; then
5363 echo "$ac_t""yes" 1>&6
5365 echo "$ac_t""no" 1>&6
5369 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
5370 echo "configure:5371: checking "for --enable-toolbar"" >&5
5372 # Check whether --enable-toolbar or --disable-toolbar was given.
5373 if test "${enable_toolbar+set}" = set; then
5374 enableval
="$enable_toolbar"
5376 if test "$enableval" = yes; then
5377 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
5379 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
5384 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
5385 if test "x$LINE" != x
; then
5386 eval "DEFAULT_$LINE"
5391 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
5396 eval "$ac_cv_use_toolbar"
5397 if test "$no_cache" != 1; then
5398 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
5401 if test "$wxUSE_TOOLBAR" = yes; then
5402 echo "$ac_t""yes" 1>&6
5404 echo "$ac_t""no" 1>&6
5408 echo $ac_n "checking "for --enable-tbarnative"""... $ac_c" 1>&6
5409 echo "configure:5410: checking "for --enable-tbarnative"" >&5
5411 # Check whether --enable-tbarnative or --disable-tbarnative was given.
5412 if test "${enable_tbarnative+set}" = set; then
5413 enableval
="$enable_tbarnative"
5415 if test "$enableval" = yes; then
5416 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
5418 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
5423 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
5424 if test "x$LINE" != x
; then
5425 eval "DEFAULT_$LINE"
5430 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
5435 eval "$ac_cv_use_tbarnative"
5436 if test "$no_cache" != 1; then
5437 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
5440 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
5441 echo "$ac_t""yes" 1>&6
5443 echo "$ac_t""no" 1>&6
5447 echo $ac_n "checking "for --enable-tbarsmpl"""... $ac_c" 1>&6
5448 echo "configure:5449: checking "for --enable-tbarsmpl"" >&5
5450 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
5451 if test "${enable_tbarsmpl+set}" = set; then
5452 enableval
="$enable_tbarsmpl"
5454 if test "$enableval" = yes; then
5455 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
5457 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
5462 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
5463 if test "x$LINE" != x
; then
5464 eval "DEFAULT_$LINE"
5469 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
5474 eval "$ac_cv_use_tbarsmpl"
5475 if test "$no_cache" != 1; then
5476 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
5479 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
5480 echo "$ac_t""yes" 1>&6
5482 echo "$ac_t""no" 1>&6
5486 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
5487 echo "configure:5488: checking "for --enable-treectrl"" >&5
5489 # Check whether --enable-treectrl or --disable-treectrl was given.
5490 if test "${enable_treectrl+set}" = set; then
5491 enableval
="$enable_treectrl"
5493 if test "$enableval" = yes; then
5494 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
5496 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
5501 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
5502 if test "x$LINE" != x
; then
5503 eval "DEFAULT_$LINE"
5508 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5513 eval "$ac_cv_use_treectrl"
5514 if test "$no_cache" != 1; then
5515 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5518 if test "$wxUSE_TREECTRL" = yes; then
5519 echo "$ac_t""yes" 1>&6
5521 echo "$ac_t""no" 1>&6
5527 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
5528 echo "configure:5529: checking "for --enable-commondlg"" >&5
5530 # Check whether --enable-commondlg or --disable-commondlg was given.
5531 if test "${enable_commondlg+set}" = set; then
5532 enableval
="$enable_commondlg"
5534 if test "$enableval" = yes; then
5535 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
5537 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
5542 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5543 if test "x$LINE" != x
; then
5544 eval "DEFAULT_$LINE"
5549 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5554 eval "$ac_cv_use_commondlg"
5555 if test "$no_cache" != 1; then
5556 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5559 if test "$wxUSE_COMMONDLGS" = yes; then
5560 echo "$ac_t""yes" 1>&6
5562 echo "$ac_t""no" 1>&6
5566 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
5567 echo "configure:5568: checking "for --enable-dirdlg"" >&5
5569 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5570 if test "${enable_dirdlg+set}" = set; then
5571 enableval
="$enable_dirdlg"
5573 if test "$enableval" = yes; then
5574 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
5576 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
5581 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5582 if test "x$LINE" != x
; then
5583 eval "DEFAULT_$LINE"
5588 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5593 eval "$ac_cv_use_dirdlg"
5594 if test "$no_cache" != 1; then
5595 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5598 if test "$wxUSE_DIRDLG" = yes; then
5599 echo "$ac_t""yes" 1>&6
5601 echo "$ac_t""no" 1>&6
5605 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
5606 echo "configure:5607: checking "for --enable-textdlg"" >&5
5608 # Check whether --enable-textdlg or --disable-textdlg was given.
5609 if test "${enable_textdlg+set}" = set; then
5610 enableval
="$enable_textdlg"
5612 if test "$enableval" = yes; then
5613 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
5615 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
5620 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5621 if test "x$LINE" != x
; then
5622 eval "DEFAULT_$LINE"
5627 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5632 eval "$ac_cv_use_textdlg"
5633 if test "$no_cache" != 1; then
5634 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5637 if test "$wxUSE_TEXTDLG" = yes; then
5638 echo "$ac_t""yes" 1>&6
5640 echo "$ac_t""no" 1>&6
5644 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
5645 echo "configure:5646: checking "for --enable-tipdlg"" >&5
5647 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5648 if test "${enable_tipdlg+set}" = set; then
5649 enableval
="$enable_tipdlg"
5651 if test "$enableval" = yes; then
5652 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
5654 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
5659 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5660 if test "x$LINE" != x
; then
5661 eval "DEFAULT_$LINE"
5666 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5671 eval "$ac_cv_use_tipdlg"
5672 if test "$no_cache" != 1; then
5673 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5676 if test "$wxUSE_STARTUP_TIPS" = yes; then
5677 echo "$ac_t""yes" 1>&6
5679 echo "$ac_t""no" 1>&6
5683 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
5684 echo "configure:5685: checking "for --enable-progressdlg"" >&5
5686 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5687 if test "${enable_progressdlg+set}" = set; then
5688 enableval
="$enable_progressdlg"
5690 if test "$enableval" = yes; then
5691 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
5693 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
5698 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5699 if test "x$LINE" != x
; then
5700 eval "DEFAULT_$LINE"
5705 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5710 eval "$ac_cv_use_progressdlg"
5711 if test "$no_cache" != 1; then
5712 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5715 if test "$wxUSE_PROGRESSDLG" = yes; then
5716 echo "$ac_t""yes" 1>&6
5718 echo "$ac_t""no" 1>&6
5722 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
5723 echo "configure:5724: checking "for --enable-miniframe"" >&5
5725 # Check whether --enable-miniframe or --disable-miniframe was given.
5726 if test "${enable_miniframe+set}" = set; then
5727 enableval
="$enable_miniframe"
5729 if test "$enableval" = yes; then
5730 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
5732 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
5737 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5738 if test "x$LINE" != x
; then
5739 eval "DEFAULT_$LINE"
5744 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5749 eval "$ac_cv_use_miniframe"
5750 if test "$no_cache" != 1; then
5751 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5754 if test "$wxUSE_MINIFRAME" = yes; then
5755 echo "$ac_t""yes" 1>&6
5757 echo "$ac_t""no" 1>&6
5761 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
5762 echo "configure:5763: checking "for --enable-html"" >&5
5764 # Check whether --enable-html or --disable-html was given.
5765 if test "${enable_html+set}" = set; then
5766 enableval
="$enable_html"
5768 if test "$enableval" = yes; then
5769 ac_cv_use_html
='wxUSE_HTML=yes'
5771 ac_cv_use_html
='wxUSE_HTML=no'
5776 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5777 if test "x$LINE" != x
; then
5778 eval "DEFAULT_$LINE"
5783 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5788 eval "$ac_cv_use_html"
5789 if test "$no_cache" != 1; then
5790 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5793 if test "$wxUSE_HTML" = yes; then
5794 echo "$ac_t""yes" 1>&6
5796 echo "$ac_t""no" 1>&6
5800 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
5801 echo "configure:5802: checking "for --enable-tooltips"" >&5
5803 # Check whether --enable-tooltips or --disable-tooltips was given.
5804 if test "${enable_tooltips+set}" = set; then
5805 enableval
="$enable_tooltips"
5807 if test "$enableval" = yes; then
5808 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
5810 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
5815 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5816 if test "x$LINE" != x
; then
5817 eval "DEFAULT_$LINE"
5822 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5827 eval "$ac_cv_use_tooltips"
5828 if test "$no_cache" != 1; then
5829 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5832 if test "$wxUSE_TOOLTIPS" = yes; then
5833 echo "$ac_t""yes" 1>&6
5835 echo "$ac_t""no" 1>&6
5839 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
5840 echo "configure:5841: checking "for --enable-splines"" >&5
5842 # Check whether --enable-splines or --disable-splines was given.
5843 if test "${enable_splines+set}" = set; then
5844 enableval
="$enable_splines"
5846 if test "$enableval" = yes; then
5847 ac_cv_use_splines
='wxUSE_SPLINES=yes'
5849 ac_cv_use_splines
='wxUSE_SPLINES=no'
5854 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5855 if test "x$LINE" != x
; then
5856 eval "DEFAULT_$LINE"
5861 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5866 eval "$ac_cv_use_splines"
5867 if test "$no_cache" != 1; then
5868 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5871 if test "$wxUSE_SPLINES" = yes; then
5872 echo "$ac_t""yes" 1>&6
5874 echo "$ac_t""no" 1>&6
5878 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
5879 echo "configure:5880: checking "for --enable-validators"" >&5
5881 # Check whether --enable-validators or --disable-validators was given.
5882 if test "${enable_validators+set}" = set; then
5883 enableval
="$enable_validators"
5885 if test "$enableval" = yes; then
5886 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
5888 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
5893 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5894 if test "x$LINE" != x
; then
5895 eval "DEFAULT_$LINE"
5900 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5905 eval "$ac_cv_use_validators"
5906 if test "$no_cache" != 1; then
5907 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5910 if test "$wxUSE_VALIDATORS" = yes; then
5911 echo "$ac_t""yes" 1>&6
5913 echo "$ac_t""no" 1>&6
5917 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
5918 echo "configure:5919: checking "for --enable-busyinfo"" >&5
5920 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5921 if test "${enable_busyinfo+set}" = set; then
5922 enableval
="$enable_busyinfo"
5924 if test "$enableval" = yes; then
5925 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
5927 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
5932 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5933 if test "x$LINE" != x
; then
5934 eval "DEFAULT_$LINE"
5939 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5944 eval "$ac_cv_use_busyinfo"
5945 if test "$no_cache" != 1; then
5946 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5949 if test "$wxUSE_BUSYINFO" = yes; then
5950 echo "$ac_t""yes" 1>&6
5952 echo "$ac_t""no" 1>&6
5956 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
5957 echo "configure:5958: checking "for --enable-joystick"" >&5
5959 # Check whether --enable-joystick or --disable-joystick was given.
5960 if test "${enable_joystick+set}" = set; then
5961 enableval
="$enable_joystick"
5963 if test "$enableval" = yes; then
5964 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
5966 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
5971 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
5972 if test "x$LINE" != x
; then
5973 eval "DEFAULT_$LINE"
5978 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
5983 eval "$ac_cv_use_joystick"
5984 if test "$no_cache" != 1; then
5985 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
5988 if test "$wxUSE_JOYSTICK" = yes; then
5989 echo "$ac_t""yes" 1>&6
5991 echo "$ac_t""no" 1>&6
5997 echo $ac_n "checking "for --enable-image"""... $ac_c" 1>&6
5998 echo "configure:5999: checking "for --enable-image"" >&5
6000 # Check whether --enable-image or --disable-image was given.
6001 if test "${enable_image+set}" = set; then
6002 enableval
="$enable_image"
6004 if test "$enableval" = yes; then
6005 ac_cv_use_image
='wxUSE_IMAGE=yes'
6007 ac_cv_use_image
='wxUSE_IMAGE=no'
6012 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
6013 if test "x$LINE" != x
; then
6014 eval "DEFAULT_$LINE"
6019 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
6024 eval "$ac_cv_use_image"
6025 if test "$no_cache" != 1; then
6026 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
6029 if test "$wxUSE_IMAGE" = yes; then
6030 echo "$ac_t""yes" 1>&6
6032 echo "$ac_t""no" 1>&6
6036 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
6037 echo "configure:6038: checking "for --enable-gif"" >&5
6039 # Check whether --enable-gif or --disable-gif was given.
6040 if test "${enable_gif+set}" = set; then
6041 enableval
="$enable_gif"
6043 if test "$enableval" = yes; then
6044 ac_cv_use_gif
='wxUSE_GIF=yes'
6046 ac_cv_use_gif
='wxUSE_GIF=no'
6051 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
6052 if test "x$LINE" != x
; then
6053 eval "DEFAULT_$LINE"
6058 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
6063 eval "$ac_cv_use_gif"
6064 if test "$no_cache" != 1; then
6065 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
6068 if test "$wxUSE_GIF" = yes; then
6069 echo "$ac_t""yes" 1>&6
6071 echo "$ac_t""no" 1>&6
6075 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
6076 echo "configure:6077: checking "for --enable-pcx"" >&5
6078 # Check whether --enable-pcx or --disable-pcx was given.
6079 if test "${enable_pcx+set}" = set; then
6080 enableval
="$enable_pcx"
6082 if test "$enableval" = yes; then
6083 ac_cv_use_pcx
='wxUSE_PCX=yes'
6085 ac_cv_use_pcx
='wxUSE_PCX=no'
6090 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
6091 if test "x$LINE" != x
; then
6092 eval "DEFAULT_$LINE"
6097 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
6102 eval "$ac_cv_use_pcx"
6103 if test "$no_cache" != 1; then
6104 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
6107 if test "$wxUSE_PCX" = yes; then
6108 echo "$ac_t""yes" 1>&6
6110 echo "$ac_t""no" 1>&6
6114 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
6115 echo "configure:6116: checking "for --enable-pnm"" >&5
6117 # Check whether --enable-pnm or --disable-pnm was given.
6118 if test "${enable_pnm+set}" = set; then
6119 enableval
="$enable_pnm"
6121 if test "$enableval" = yes; then
6122 ac_cv_use_pnm
='wxUSE_PNM=yes'
6124 ac_cv_use_pnm
='wxUSE_PNM=no'
6129 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
6130 if test "x$LINE" != x
; then
6131 eval "DEFAULT_$LINE"
6136 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
6141 eval "$ac_cv_use_pnm"
6142 if test "$no_cache" != 1; then
6143 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6146 if test "$wxUSE_PNM" = yes; then
6147 echo "$ac_t""yes" 1>&6
6149 echo "$ac_t""no" 1>&6
6153 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
6154 echo "configure:6155: checking "for --enable-pnm"" >&5
6156 # Check whether --enable-pnm or --disable-pnm was given.
6157 if test "${enable_pnm+set}" = set; then
6158 enableval
="$enable_pnm"
6160 if test "$enableval" = yes; then
6161 ac_cv_use_pnm
='wxUSE_XPM=yes'
6163 ac_cv_use_pnm
='wxUSE_XPM=no'
6168 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
6169 if test "x$LINE" != x
; then
6170 eval "DEFAULT_$LINE"
6175 ac_cv_use_pnm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
6180 eval "$ac_cv_use_pnm"
6181 if test "$no_cache" != 1; then
6182 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
6185 if test "$wxUSE_XPM" = yes; then
6186 echo "$ac_t""yes" 1>&6
6188 echo "$ac_t""no" 1>&6
6195 echo "saving argument cache $wx_arg_cache_file"
6196 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
6200 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
6201 echo "configure:6202: checking for toolkit" >&5
6203 if test "$wxUSE_GUI" = "yes"; then
6205 if test "$USE_BEOS" = 1; then
6206 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
6209 if test "$TOOLKIT_GIVEN" = 1; then
6210 for toolkit
in `echo $ALL_TOOLKITS`; do
6212 eval "value=\$${var}"
6213 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
6216 for toolkit
in `echo $ALL_TOOLKITS`; do
6217 if test "$has_toolkit_in_cache" != 1; then
6218 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
6220 var
=DEFAULT_wxUSE_
$toolkit
6222 eval "wxUSE_$toolkit=\$${var}"
6226 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
6230 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
6231 # PATH_IFS is autodetected by OS/2's configure (usually ';')
6240 case "$NUM_TOOLKITS" in
6244 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
6247 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
6250 for toolkit
in `echo $ALL_TOOLKITS`; do
6252 eval "value=\$${var}"
6253 if test "x$value" != x
; then
6254 cache_var
=CACHE_
$toolkit
6255 eval "cache=\$${cache_var}"
6256 if test "$cache" = 1; then
6257 echo "$var=$value" >> ${wx_arg_cache_file}
6259 if test "$value" = 1; then
6260 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
6267 echo "$ac_t""base only" 1>&6
6271 cat > confcache
<<\EOF
6272 # This file is a shell script that caches the results of configure
6273 # tests run on this system so they can be shared between configure
6274 # scripts and configure runs. It is not useful on other systems.
6275 # If it contains results you don't want to keep, you may remove or edit it.
6277 # By default, configure uses ./config.cache as the cache file,
6278 # creating it if it does not exist already. You can give configure
6279 # the --cache-file=FILE option to use a different cache file; that is
6280 # what configure does when it calls configure scripts in
6281 # subdirectories, so they share the cache.
6282 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6283 # config.status only pays attention to the cache file if you give it the
6284 # --recheck option to rerun configure.
6287 # The following way of writing the cache mishandles newlines in values,
6288 # but we know of no workaround that is simple, portable, and efficient.
6289 # So, don't put newlines in cache variables' values.
6290 # Ultrix sh set writes to stderr and can't be redirected directly,
6291 # and sets the high bit in the cache file unless we assign to the vars.
6293 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6295 # `set' does not quote correctly, so add quotes (double-quote substitution
6296 # turns \\\\ into \\, and sed turns \\ into \).
6298 -e "s/'/'\\\\''/g" \
6299 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6302 # `set' quotes correctly as required by POSIX, so do not add quotes.
6303 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6306 if cmp -s $cache_file confcache
; then
6309 if test -w $cache_file; then
6310 echo "updating cache $cache_file"
6311 cat confcache
> $cache_file
6313 echo "not updating unwritable cache $cache_file"
6319 if test "$build" != "$host" ; then
6323 RANLIB
=$host_alias-ranlib
6324 DLLTOOL
=$host_alias-dlltool
6325 RESCOMP
=$host_alias-windres
6328 STRIP
=$host_alias-strip
6331 # Extract the first word of "gcc", so it can be a program name with args.
6332 set dummy gcc
; ac_word
=$2
6333 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6334 echo "configure:6335: checking for $ac_word" >&5
6335 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6336 echo $ac_n "(cached) $ac_c" 1>&6
6338 if test -n "$CC"; then
6339 ac_cv_prog_CC
="$CC" # Let the user override the test.
6341 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6343 for ac_dir
in $ac_dummy; do
6344 test -z "$ac_dir" && ac_dir
=.
6345 if test -f $ac_dir/$ac_word; then
6354 if test -n "$CC"; then
6355 echo "$ac_t""$CC" 1>&6
6357 echo "$ac_t""no" 1>&6
6360 if test -z "$CC"; then
6361 # Extract the first word of "cc", so it can be a program name with args.
6362 set dummy cc
; ac_word
=$2
6363 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6364 echo "configure:6365: checking for $ac_word" >&5
6365 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6366 echo $ac_n "(cached) $ac_c" 1>&6
6368 if test -n "$CC"; then
6369 ac_cv_prog_CC
="$CC" # Let the user override the test.
6371 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6374 for ac_dir
in $ac_dummy; do
6375 test -z "$ac_dir" && ac_dir
=.
6376 if test -f $ac_dir/$ac_word; then
6377 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
6378 ac_prog_rejected
=yes
6386 if test $ac_prog_rejected = yes; then
6387 # We found a bogon in the path, so make sure we never use it.
6388 set dummy
$ac_cv_prog_CC
6390 if test $# -gt 0; then
6391 # We chose a different compiler from the bogus one.
6392 # However, it has the same basename, so the bogon will be chosen
6393 # first if we set CC to just the basename; use the full file name.
6395 set dummy
"$ac_dir/$ac_word" "$@"
6403 if test -n "$CC"; then
6404 echo "$ac_t""$CC" 1>&6
6406 echo "$ac_t""no" 1>&6
6409 if test -z "$CC"; then
6410 case "`uname -s`" in
6412 # Extract the first word of "cl", so it can be a program name with args.
6413 set dummy cl
; ac_word
=$2
6414 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6415 echo "configure:6416: checking for $ac_word" >&5
6416 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
6417 echo $ac_n "(cached) $ac_c" 1>&6
6419 if test -n "$CC"; then
6420 ac_cv_prog_CC
="$CC" # Let the user override the test.
6422 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6424 for ac_dir
in $ac_dummy; do
6425 test -z "$ac_dir" && ac_dir
=.
6426 if test -f $ac_dir/$ac_word; then
6435 if test -n "$CC"; then
6436 echo "$ac_t""$CC" 1>&6
6438 echo "$ac_t""no" 1>&6
6443 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
6446 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6447 echo "configure:6448: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
6450 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6451 ac_cpp
='$CPP $CPPFLAGS'
6452 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6453 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6454 cross_compiling
=$ac_cv_prog_cc_cross
6456 cat > conftest.
$ac_ext << EOF
6458 #line 6459 "configure"
6459 #include "confdefs.h"
6463 if { (eval echo configure
:6464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6464 ac_cv_prog_cc_works
=yes
6465 # If we can't run a trivial program, we are probably using a cross compiler.
6466 if (.
/conftest
; exit) 2>/dev
/null
; then
6467 ac_cv_prog_cc_cross
=no
6469 ac_cv_prog_cc_cross
=yes
6472 echo "configure: failed program was:" >&5
6473 cat conftest.
$ac_ext >&5
6474 ac_cv_prog_cc_works
=no
6478 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6479 ac_cpp
='$CPP $CPPFLAGS'
6480 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6481 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6482 cross_compiling
=$ac_cv_prog_cc_cross
6484 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
6485 if test $ac_cv_prog_cc_works = no
; then
6486 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
6488 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6489 echo "configure:6490: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
6490 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
6491 cross_compiling
=$ac_cv_prog_cc_cross
6493 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
6494 echo "configure:6495: checking whether we are using GNU C" >&5
6495 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
6496 echo $ac_n "(cached) $ac_c" 1>&6
6498 cat > conftest.c
<<EOF
6503 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:6504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
6510 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
6512 if test $ac_cv_prog_gcc = yes; then
6518 ac_test_CFLAGS
="${CFLAGS+set}"
6519 ac_save_CFLAGS
="$CFLAGS"
6521 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
6522 echo "configure:6523: checking whether ${CC-cc} accepts -g" >&5
6523 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
6524 echo $ac_n "(cached) $ac_c" 1>&6
6526 echo 'void f(){}' > conftest.c
6527 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
6536 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
6537 if test "$ac_test_CFLAGS" = set; then
6538 CFLAGS
="$ac_save_CFLAGS"
6539 elif test $ac_cv_prog_cc_g = yes; then
6540 if test "$GCC" = yes; then
6546 if test "$GCC" = yes; then
6554 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
6556 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
6557 echo "configure:6558: checking how to run the C preprocessor" >&5
6558 # On Suns, sometimes $CPP names a directory.
6559 if test -n "$CPP" && test -d "$CPP"; then
6562 if test -z "$CPP"; then
6563 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
6564 echo $ac_n "(cached) $ac_c" 1>&6
6566 # This must be in double quotes, not single quotes, because CPP may get
6567 # substituted into the Makefile and "${CC-cc}" will confuse make.
6569 # On the NeXT, cc -E runs the code through the compiler's parser,
6570 # not just through cpp.
6571 cat > conftest.
$ac_ext <<EOF
6572 #line 6573 "configure"
6573 #include "confdefs.h"
6577 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6578 { (eval echo configure
:6579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6579 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6580 if test -z "$ac_err"; then
6584 echo "configure: failed program was:" >&5
6585 cat conftest.
$ac_ext >&5
6587 CPP
="${CC-cc} -E -traditional-cpp"
6588 cat > conftest.
$ac_ext <<EOF
6589 #line 6590 "configure"
6590 #include "confdefs.h"
6594 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6595 { (eval echo configure
:6596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6596 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6597 if test -z "$ac_err"; then
6601 echo "configure: failed program was:" >&5
6602 cat conftest.
$ac_ext >&5
6604 CPP
="${CC-cc} -nologo -E"
6605 cat > conftest.
$ac_ext <<EOF
6606 #line 6607 "configure"
6607 #include "confdefs.h"
6611 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6612 { (eval echo configure
:6613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6613 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6614 if test -z "$ac_err"; then
6618 echo "configure: failed program was:" >&5
6619 cat conftest.
$ac_ext >&5
6628 ac_cv_prog_CPP
="$CPP"
6630 CPP
="$ac_cv_prog_CPP"
6632 ac_cv_prog_CPP
="$CPP"
6634 echo "$ac_t""$CPP" 1>&6
6637 if test $ac_cv_prog_gcc = yes; then
6638 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
6639 echo "configure:6640: checking whether ${CC-cc} needs -traditional" >&5
6640 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6641 echo $ac_n "(cached) $ac_c" 1>&6
6643 ac_pattern
="Autoconf.*'x'"
6644 cat > conftest.
$ac_ext <<EOF
6645 #line 6646 "configure"
6646 #include "confdefs.h"
6650 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6651 egrep "$ac_pattern" >/dev
/null
2>&1; then
6653 ac_cv_prog_gcc_traditional
=yes
6656 ac_cv_prog_gcc_traditional
=no
6661 if test $ac_cv_prog_gcc_traditional = no
; then
6662 cat > conftest.
$ac_ext <<EOF
6663 #line 6664 "configure"
6664 #include "confdefs.h"
6668 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6669 egrep "$ac_pattern" >/dev
/null
2>&1; then
6671 ac_cv_prog_gcc_traditional
=yes
6678 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6679 if test $ac_cv_prog_gcc_traditional = yes; then
6680 CC
="$CC -traditional"
6687 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6688 ac_cpp
='$CXXCPP $CPPFLAGS'
6689 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6690 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6691 cross_compiling
=$ac_cv_prog_cxx_cross
6694 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
6696 # Extract the first word of "$ac_prog", so it can be a program name with args.
6697 set dummy
$ac_prog; ac_word
=$2
6698 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6699 echo "configure:6700: checking for $ac_word" >&5
6700 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6701 echo $ac_n "(cached) $ac_c" 1>&6
6703 if test -n "$CXX"; then
6704 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
6706 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6708 for ac_dir
in $ac_dummy; do
6709 test -z "$ac_dir" && ac_dir
=.
6710 if test -f $ac_dir/$ac_word; then
6711 ac_cv_prog_CXX
="$ac_prog"
6718 CXX
="$ac_cv_prog_CXX"
6719 if test -n "$CXX"; then
6720 echo "$ac_t""$CXX" 1>&6
6722 echo "$ac_t""no" 1>&6
6725 test -n "$CXX" && break
6727 test -n "$CXX" || CXX
="gcc"
6730 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6731 echo "configure:6732: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
6734 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6735 ac_cpp
='$CXXCPP $CPPFLAGS'
6736 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6737 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6738 cross_compiling
=$ac_cv_prog_cxx_cross
6740 cat > conftest.
$ac_ext << EOF
6742 #line 6743 "configure"
6743 #include "confdefs.h"
6745 int main(){return(0);}
6747 if { (eval echo configure
:6748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6748 ac_cv_prog_cxx_works
=yes
6749 # If we can't run a trivial program, we are probably using a cross compiler.
6750 if (.
/conftest
; exit) 2>/dev
/null
; then
6751 ac_cv_prog_cxx_cross
=no
6753 ac_cv_prog_cxx_cross
=yes
6756 echo "configure: failed program was:" >&5
6757 cat conftest.
$ac_ext >&5
6758 ac_cv_prog_cxx_works
=no
6762 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6763 ac_cpp
='$CXXCPP $CPPFLAGS'
6764 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6765 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6766 cross_compiling
=$ac_cv_prog_cxx_cross
6768 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6769 if test $ac_cv_prog_cxx_works = no
; then
6770 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6772 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6773 echo "configure:6774: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
6774 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6775 cross_compiling
=$ac_cv_prog_cxx_cross
6777 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
6778 echo "configure:6779: checking whether we are using GNU C++" >&5
6779 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6780 echo $ac_n "(cached) $ac_c" 1>&6
6782 cat > conftest.C
<<EOF
6787 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:6788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
6794 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6796 if test $ac_cv_prog_gxx = yes; then
6802 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
6803 ac_save_CXXFLAGS
="$CXXFLAGS"
6805 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
6806 echo "configure:6807: checking whether ${CXX-g++} accepts -g" >&5
6807 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6808 echo $ac_n "(cached) $ac_c" 1>&6
6810 echo 'void f(){}' > conftest.cc
6811 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6812 ac_cv_prog_cxx_g
=yes
6820 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6821 if test "$ac_test_CXXFLAGS" = set; then
6822 CXXFLAGS
="$ac_save_CXXFLAGS"
6823 elif test $ac_cv_prog_cxx_g = yes; then
6824 if test "$GXX" = yes; then
6830 if test "$GXX" = yes; then
6838 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6839 echo "configure:6840: checking how to run the C++ preprocessor" >&5
6840 if test -z "$CXXCPP"; then
6841 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6842 echo $ac_n "(cached) $ac_c" 1>&6
6845 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6846 ac_cpp
='$CXXCPP $CPPFLAGS'
6847 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6848 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6849 cross_compiling
=$ac_cv_prog_cxx_cross
6850 CXXCPP
="${CXX-g++} -E"
6851 cat > conftest.
$ac_ext <<EOF
6852 #line 6853 "configure"
6853 #include "confdefs.h"
6856 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6857 { (eval echo configure
:6858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6858 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6859 if test -z "$ac_err"; then
6863 echo "configure: failed program was:" >&5
6864 cat conftest.
$ac_ext >&5
6869 ac_cv_prog_CXXCPP
="$CXXCPP"
6871 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6872 ac_cpp
='$CXXCPP $CPPFLAGS'
6873 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6874 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6875 cross_compiling
=$ac_cv_prog_cxx_cross
6878 CXXCPP
="$ac_cv_prog_CXXCPP"
6879 echo "$ac_t""$CXXCPP" 1>&6
6882 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
6885 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6886 ac_cpp
='$CPP $CPPFLAGS'
6887 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6888 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6889 cross_compiling
=$ac_cv_prog_cc_cross
6892 # Extract the first word of "ranlib", so it can be a program name with args.
6893 set dummy ranlib
; ac_word
=$2
6894 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6895 echo "configure:6896: checking for $ac_word" >&5
6896 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6897 echo $ac_n "(cached) $ac_c" 1>&6
6899 if test -n "$RANLIB"; then
6900 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6902 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6904 for ac_dir
in $ac_dummy; do
6905 test -z "$ac_dir" && ac_dir
=.
6906 if test -f $ac_dir/$ac_word; then
6907 ac_cv_prog_RANLIB
="ranlib"
6912 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
6915 RANLIB
="$ac_cv_prog_RANLIB"
6916 if test -n "$RANLIB"; then
6917 echo "$ac_t""$RANLIB" 1>&6
6919 echo "$ac_t""no" 1>&6
6923 # Extract the first word of "ar", so it can be a program name with args.
6924 set dummy
ar; ac_word
=$2
6925 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6926 echo "configure:6927: checking for $ac_word" >&5
6927 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6928 echo $ac_n "(cached) $ac_c" 1>&6
6930 if test -n "$AR"; then
6931 ac_cv_prog_AR
="$AR" # Let the user override the test.
6933 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6935 for ac_dir
in $ac_dummy; do
6936 test -z "$ac_dir" && ac_dir
=.
6937 if test -f $ac_dir/$ac_word; then
6943 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
6947 if test -n "$AR"; then
6948 echo "$ac_t""$AR" 1>&6
6950 echo "$ac_t""no" 1>&6
6954 # Find a good install program. We prefer a C program (faster),
6955 # so one script is as good as another. But avoid the broken or
6956 # incompatible versions:
6957 # SysV /etc/install, /usr/sbin/install
6958 # SunOS /usr/etc/install
6959 # IRIX /sbin/install
6961 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6962 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6963 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6964 # ./install, which can be erroneously created by make from ./install.sh.
6965 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
6966 echo "configure:6967: checking for a BSD compatible install" >&5
6967 if test -z "$INSTALL"; then
6968 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6969 echo $ac_n "(cached) $ac_c" 1>&6
6971 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
6972 for ac_dir
in $PATH; do
6973 # Account for people who put trailing slashes in PATH elements.
6975 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
6977 # OSF1 and SCO ODT 3.0 have their own names for install.
6978 # Don't use installbsd from OSF since it installs stuff as root
6980 for ac_prog
in ginstall scoinst
install; do
6981 if test -f $ac_dir/$ac_prog; then
6982 if test $ac_prog = install &&
6983 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
6984 # AIX install. It has an incompatible calling convention.
6987 ac_cv_path_install
="$ac_dir/$ac_prog -c"
6998 if test "${ac_cv_path_install+set}" = set; then
6999 INSTALL
="$ac_cv_path_install"
7001 # As a last resort, use the slow shell script. We don't cache a
7002 # path for INSTALL within a source directory, because that will
7003 # break other packages using the cache if that directory is
7004 # removed, or if the path is relative.
7005 INSTALL
="$ac_install_sh"
7008 echo "$ac_t""$INSTALL" 1>&6
7010 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7011 # It thinks the first close brace ends the variable substitution.
7012 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
7014 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
7016 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
7019 # Extract the first word of "strip", so it can be a program name with args.
7020 set dummy strip
; ac_word
=$2
7021 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7022 echo "configure:7023: checking for $ac_word" >&5
7023 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
7024 echo $ac_n "(cached) $ac_c" 1>&6
7026 if test -n "$STRIP"; then
7027 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
7029 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7031 for ac_dir
in $ac_dummy; do
7032 test -z "$ac_dir" && ac_dir
=.
7033 if test -f $ac_dir/$ac_word; then
7034 ac_cv_prog_STRIP
="strip"
7039 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
7042 STRIP
="$ac_cv_prog_STRIP"
7043 if test -n "$STRIP"; then
7044 echo "$ac_t""$STRIP" 1>&6
7046 echo "$ac_t""no" 1>&6
7050 echo $ac_n "checking "make for VPATH support
"""... $ac_c" 1>&6
7051 echo "configure:7052: checking "make for VPATH support
"" >&5
7052 cat - << EOF > confMake
7058 if test ! -d sub
; then
7061 echo dummy
> sub
/file
7062 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
7064 rm -f sub
/file check final_file confMake
7066 if test "$RESULT" = 0; then
7067 echo "$ac_t""yes" 1>&6
7069 echo "$ac_t""no" 1>&6
7070 { echo "configure: error: You need a make-utility that is able to use the variable
7072 If your version of make does not support VPATH correctly" 1>&2; exit 1; }
7075 for ac_prog
in 'bison -y' byacc
7077 # Extract the first word of "$ac_prog", so it can be a program name with args.
7078 set dummy
$ac_prog; ac_word
=$2
7079 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7080 echo "configure:7081: checking for $ac_word" >&5
7081 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
7082 echo $ac_n "(cached) $ac_c" 1>&6
7084 if test -n "$YACC"; then
7085 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
7087 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7089 for ac_dir
in $ac_dummy; do
7090 test -z "$ac_dir" && ac_dir
=.
7091 if test -f $ac_dir/$ac_word; then
7092 ac_cv_prog_YACC
="$ac_prog"
7099 YACC
="$ac_cv_prog_YACC"
7100 if test -n "$YACC"; then
7101 echo "$ac_t""$YACC" 1>&6
7103 echo "$ac_t""no" 1>&6
7106 test -n "$YACC" && break
7108 test -n "$YACC" || YACC
="yacc"
7111 # Extract the first word of "flex", so it can be a program name with args.
7112 set dummy flex
; ac_word
=$2
7113 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7114 echo "configure:7115: checking for $ac_word" >&5
7115 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
7116 echo $ac_n "(cached) $ac_c" 1>&6
7118 if test -n "$LEX"; then
7119 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
7121 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7123 for ac_dir
in $ac_dummy; do
7124 test -z "$ac_dir" && ac_dir
=.
7125 if test -f $ac_dir/$ac_word; then
7126 ac_cv_prog_LEX
="flex"
7131 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
7134 LEX
="$ac_cv_prog_LEX"
7135 if test -n "$LEX"; then
7136 echo "$ac_t""$LEX" 1>&6
7138 echo "$ac_t""no" 1>&6
7141 if test -z "$LEXLIB"
7147 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
7148 echo "configure:7149: checking for yywrap in -l$ac_lib" >&5
7149 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
7150 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7151 echo $ac_n "(cached) $ac_c" 1>&6
7153 ac_save_LIBS
="$LIBS"
7154 LIBS
="-l$ac_lib $LIBS"
7155 cat > conftest.
$ac_ext <<EOF
7156 #line 7157 "configure"
7157 #include "confdefs.h"
7158 /* Override any gcc2 internal prototype to avoid an error. */
7159 /* We use char because int might match the return type of a gcc2
7160 builtin and then its argument prototype would still apply. */
7167 if { (eval echo configure
:7168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7169 eval "ac_cv_lib_$ac_lib_var=yes"
7171 echo "configure: failed program was:" >&5
7172 cat conftest.
$ac_ext >&5
7174 eval "ac_cv_lib_$ac_lib_var=no"
7177 LIBS
="$ac_save_LIBS"
7180 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7181 echo "$ac_t""yes" 1>&6
7184 echo "$ac_t""no" 1>&6
7190 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
7191 echo "configure:7192: checking whether ln -s works" >&5
7192 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
7193 echo $ac_n "(cached) $ac_c" 1>&6
7196 if ln -s X conftestdata
2>/dev
/null
7199 ac_cv_prog_LN_S
="ln -s"
7204 LN_S
="$ac_cv_prog_LN_S"
7205 if test "$ac_cv_prog_LN_S" = "ln -s"; then
7206 echo "$ac_t""yes" 1>&6
7208 echo "$ac_t""no" 1>&6
7214 /usr/local/include \
7216 /usr/Motif-1.2/include \
7217 /usr/Motif-2.1/include \
7219 /usr/include/Motif1.2 \
7220 /opt/xpm/include/X11 \
7221 /opt/GBxpm/include/ \
7222 /opt/GBxpm/X11/include/ \
7224 /usr/Motif1.2/include \
7226 /usr/openwin/include \
7230 /usr/X11R6/include \
7231 /usr/X11R6.4/include \
7232 /usr/X11R5/include \
7233 /usr/X11R4/include \
7235 /usr/include/X11R6 \
7236 /usr/include/X11R5 \
7237 /usr/include/X11R4 \
7239 /usr/local/X11R6/include \
7240 /usr/local/X11R5/include \
7241 /usr/local/X11R4/include \
7243 /usr/local/include/X11R6 \
7244 /usr/local/include/X11R5 \
7245 /usr/local/include/X11R4 \
7249 /usr/local/X11/include \
7250 /usr/local/include/X11 \
7254 /usr/XFree86/include/X11 \
7256 X:/XFree86/include \
7257 X:/XFree86/include/X11 \
7260 /usr/local/include/gtk \
7262 /usr/local/include/glib \
7265 /usr/local/include/qt \
7267 /usr/include/windows \
7269 /usr/local/include/wine \
7271 /usr/unsupported/include \
7272 /usr/athena/include \
7273 /usr/local/x11r5/include \
7274 /usr/lpp/Xamples/include \
7276 /usr/openwin/share/include \
7280 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
7283 cat > confcache
<<\EOF
7284 # This file is a shell script that caches the results of configure
7285 # tests run on this system so they can be shared between configure
7286 # scripts and configure runs. It is not useful on other systems.
7287 # If it contains results you don't want to keep, you may remove or edit it.
7289 # By default, configure uses ./config.cache as the cache file,
7290 # creating it if it does not exist already. You can give configure
7291 # the --cache-file=FILE option to use a different cache file; that is
7292 # what configure does when it calls configure scripts in
7293 # subdirectories, so they share the cache.
7294 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7295 # config.status only pays attention to the cache file if you give it the
7296 # --recheck option to rerun configure.
7299 # The following way of writing the cache mishandles newlines in values,
7300 # but we know of no workaround that is simple, portable, and efficient.
7301 # So, don't put newlines in cache variables' values.
7302 # Ultrix sh set writes to stderr and can't be redirected directly,
7303 # and sets the high bit in the cache file unless we assign to the vars.
7305 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7307 # `set' does not quote correctly, so add quotes (double-quote substitution
7308 # turns \\\\ into \\, and sed turns \\ into \).
7310 -e "s/'/'\\\\''/g" \
7311 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7314 # `set' quotes correctly as required by POSIX, so do not add quotes.
7315 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7318 if cmp -s $cache_file confcache
; then
7321 if test -w $cache_file; then
7322 echo "updating cache $cache_file"
7323 cat confcache
> $cache_file
7325 echo "not updating unwritable cache $cache_file"
7334 if test "$wxUSE_GUI" = "yes"; then
7350 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
7351 if test "$cross_compiling" = "yes" ; then
7352 echo "configure: warning: skipping windows.h check for cross-compilation" 1>&2
7354 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
7355 echo "configure:7356: checking for Windows headers" >&5
7358 for ac_dir
in $SEARCH_INCLUDE;
7360 if test -f "$ac_dir/windows.h"; then
7361 ac_find_includes
=$ac_dir
7366 if test "$ac_find_includes" != "" ; then
7367 echo "$ac_t""found $ac_find_includes" 1>&6
7368 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
7370 echo "$ac_t""no" 1>&6
7371 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
7375 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS msw"
7376 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
7378 if test "$wxUSE_ODBC" = "yes" ; then
7379 LIBS
="$LIBS -lodbc32 -lole32 -loleaut32"
7382 if test "$wxUSE_MINGW" = 1; then
7383 LDFLAGS
="$LDFLAGS -mwindows"
7389 RCINCSWITCH
="--include-dir"
7390 RCDEFSWITCH
="--define"
7391 RCPREPROCESSOR
="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
7394 RESFLAGS
="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
7396 RESPROGRAM
="\$(RES_PROGRAM)"
7400 if test "$wxUSE_GTK" = 1; then
7401 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
7402 if test "${with_gtk_prefix+set}" = set; then
7403 withval
="$with_gtk_prefix"
7404 gtk_config_prefix
="$withval"
7406 gtk_config_prefix
=""
7409 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
7410 if test "${with_gtk_exec_prefix+set}" = set; then
7411 withval
="$with_gtk_exec_prefix"
7412 gtk_config_exec_prefix
="$withval"
7414 gtk_config_exec_prefix
=""
7417 # Check whether --enable-gtktest or --disable-gtktest was given.
7418 if test "${enable_gtktest+set}" = set; then
7419 enableval
="$enable_gtktest"
7426 for module
in . gthread
7430 gtk_config_args
="$gtk_config_args gthread"
7435 if test x
$gtk_config_exec_prefix != x
; then
7436 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7437 if test x
${GTK_CONFIG_2_0+set} != xset
; then
7438 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
7441 if test x
$gtk_config_prefix != x
; then
7442 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
7443 if test x
${GTK_CONFIG_2_0+set} != xset
; then
7444 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
7448 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
7449 set dummy gtk
-config-2.0
; ac_word
=$2
7450 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7451 echo "configure:7452: checking for $ac_word" >&5
7452 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
7453 echo $ac_n "(cached) $ac_c" 1>&6
7455 case "$GTK_CONFIG_2_0" in
7457 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
7460 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
7463 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7465 for ac_dir
in $ac_dummy; do
7466 test -z "$ac_dir" && ac_dir
=.
7467 if test -f $ac_dir/$ac_word; then
7468 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
7473 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
7477 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
7478 if test -n "$GTK_CONFIG_2_0"; then
7479 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
7481 echo "$ac_t""no" 1>&6
7484 min_gtk_version
=1.3.1
7485 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7486 echo "configure:7487: checking for GTK - version >= $min_gtk_version" >&5
7488 if test "$GTK_CONFIG_2_0" = "no" ; then
7491 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
7492 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
7493 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7494 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7495 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7496 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7497 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
7498 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7499 if test "x$enable_gtktest" = "xyes" ; then
7500 ac_save_CFLAGS
="$CFLAGS"
7501 ac_save_LIBS
="$LIBS"
7502 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7503 LIBS
="$GTK_LIBS $LIBS"
7505 if test "$cross_compiling" = yes; then
7506 echo $ac_n "cross compiling; assumed OK... $ac_c"
7508 cat > conftest.
$ac_ext <<EOF
7509 #line 7510 "configure"
7510 #include "confdefs.h"
7512 #include <gtk/gtk.h>
7519 int major, minor, micro;
7522 system ("touch conf.gtktest");
7524 /* HP/UX 9 (%@#!) writes to sscanf strings */
7525 tmp_version = g_strdup("$min_gtk_version");
7526 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
7527 printf("%s, bad version string\n", "$min_gtk_version");
7531 if ((gtk_major_version != $gtk_config_major_version) ||
7532 (gtk_minor_version != $gtk_config_minor_version) ||
7533 (gtk_micro_version != $gtk_config_micro_version))
7535 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
7536 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
7537 gtk_major_version, gtk_minor_version, gtk_micro_version);
7538 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
7539 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
7540 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
7541 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
7542 printf("*** required on your system.\n");
7543 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
7544 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
7545 printf("*** before re-running configure\n");
7547 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
7548 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
7549 (gtk_minor_version != GTK_MINOR_VERSION) ||
7550 (gtk_micro_version != GTK_MICRO_VERSION))
7552 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
7553 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
7554 printf("*** library (version %d.%d.%d)\n",
7555 gtk_major_version, gtk_minor_version, gtk_micro_version);
7557 #endif /* defined (GTK_MAJOR_VERSION) ... */
7560 if ((gtk_major_version > major) ||
7561 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7562 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
7568 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
7569 gtk_major_version, gtk_minor_version, gtk_micro_version);
7570 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
7571 major, minor, micro);
7572 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
7574 printf("*** If you have already installed a sufficiently new version, this error\n");
7575 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
7576 printf("*** being found. The easiest way to fix this is to remove the old version\n");
7577 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
7578 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
7579 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
7580 printf("*** so that the correct libraries are found at run-time))\n");
7587 if { (eval echo configure
:7588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7591 echo "configure: failed program was:" >&5
7592 cat conftest.
$ac_ext >&5
7599 CFLAGS
="$ac_save_CFLAGS"
7600 LIBS
="$ac_save_LIBS"
7603 if test "x$no_gtk" = x
; then
7604 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
7607 echo "$ac_t""no" 1>&6
7608 if test "$GTK_CONFIG_2_0" = "no" ; then
7609 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
7610 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
7611 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
7612 echo "*** full path to gtk-config-2.0."
7614 if test -f conf.gtktest
; then
7617 echo "*** Could not run GTK test program, checking why..."
7618 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7619 LIBS
="$LIBS $GTK_LIBS"
7620 cat > conftest.
$ac_ext <<EOF
7621 #line 7622 "configure"
7622 #include "confdefs.h"
7624 #include <gtk/gtk.h>
7628 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
7631 if { (eval echo configure
:7632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7633 echo "*** The test program compiled, but did not run. This usually means"
7634 echo "*** that the run-time linker is not finding GTK or finding the wrong"
7635 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
7636 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
7637 echo "*** to the installed location Also, make sure you have run ldconfig if that"
7638 echo "*** is required on your system"
7640 echo "*** If you have an old version installed, it is best to remove it, although"
7641 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
7643 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
7644 echo "*** came with the system with the command"
7646 echo "*** rpm --erase --nodeps gtk gtk-devel"
7648 echo "configure: failed program was:" >&5
7649 cat conftest.
$ac_ext >&5
7651 echo "*** The test program failed to compile or link. See the file config.log for the"
7652 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
7653 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
7654 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
7657 CFLAGS
="$ac_save_CFLAGS"
7658 LIBS
="$ac_save_LIBS"
7665 if test x
$gtk_config_exec_prefix != x
; then
7666 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7667 if test x
${GTK_CONFIG+set} != xset
; then
7668 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
7671 if test x
$gtk_config_prefix != x
; then
7672 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
7673 if test x
${GTK_CONFIG+set} != xset
; then
7674 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
7678 # Extract the first word of "gtk-config", so it can be a program name with args.
7679 set dummy gtk
-config; ac_word
=$2
7680 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7681 echo "configure:7682: checking for $ac_word" >&5
7682 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7683 echo $ac_n "(cached) $ac_c" 1>&6
7685 case "$GTK_CONFIG" in
7687 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
7690 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
7693 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7695 for ac_dir
in $ac_dummy; do
7696 test -z "$ac_dir" && ac_dir
=.
7697 if test -f $ac_dir/$ac_word; then
7698 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
7703 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
7707 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
7708 if test -n "$GTK_CONFIG"; then
7709 echo "$ac_t""$GTK_CONFIG" 1>&6
7711 echo "$ac_t""no" 1>&6
7714 min_gtk_version
=1.2.7
7715 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7716 echo "configure:7717: checking for GTK - version >= $min_gtk_version" >&5
7718 if test "$GTK_CONFIG" != "no" ; then
7719 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
7720 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
7721 ac_save_CFLAGS
="$CFLAGS"
7722 ac_save_LIBS
="$LIBS"
7723 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7724 LIBS
="$LIBS $GTK_LIBS"
7725 if test "$cross_compiling" = yes; then
7726 echo $ac_n "cross compiling; assumed OK... $ac_c"
7728 cat > conftest.
$ac_ext <<EOF
7729 #line 7730 "configure"
7730 #include "confdefs.h"
7732 #include <gtk/gtk.h>
7733 #include <gtk/gtkfeatures.h>
7740 int major, minor, micro;
7742 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
7743 printf("%s, bad version string\n", "$min_gtk_version");
7747 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7748 (GTK_MINOR_VERSION != gtk_minor_version) ||
7749 (GTK_MICRO_VERSION != gtk_micro_version)) {
7750 printf("Headers vs. library version mismatch!\n");
7754 if (gtk_minor_version == 1) return FALSE;
7756 return !((gtk_major_version > major) ||
7757 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7758 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7762 if { (eval echo configure
:7763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7766 echo "configure: failed program was:" >&5
7767 cat conftest.
$ac_ext >&5
7774 CFLAGS
="$ac_save_CFLAGS"
7775 LIBS
="$ac_save_LIBS"
7779 if test "x$no_gtk" = x
; then
7780 echo "$ac_t""yes" 1>&6
7783 echo "$ac_t""no" 1>&6
7792 if test x
$gtk_config_exec_prefix != x
; then
7793 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
7794 if test x
${GTK_CONFIG+set} != xset
; then
7795 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
7798 if test x
$gtk_config_prefix != x
; then
7799 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
7800 if test x
${GTK_CONFIG+set} != xset
; then
7801 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
7805 # Extract the first word of "gtk-config", so it can be a program name with args.
7806 set dummy gtk
-config; ac_word
=$2
7807 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7808 echo "configure:7809: checking for $ac_word" >&5
7809 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
7810 echo $ac_n "(cached) $ac_c" 1>&6
7812 case "$GTK_CONFIG" in
7814 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
7817 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
7820 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7822 for ac_dir
in $ac_dummy; do
7823 test -z "$ac_dir" && ac_dir
=.
7824 if test -f $ac_dir/$ac_word; then
7825 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
7830 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
7834 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
7835 if test -n "$GTK_CONFIG"; then
7836 echo "$ac_t""$GTK_CONFIG" 1>&6
7838 echo "$ac_t""no" 1>&6
7841 min_gtk_version
=1.2.3
7842 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
7843 echo "configure:7844: checking for GTK - version >= $min_gtk_version" >&5
7845 if test "$GTK_CONFIG" != "no" ; then
7846 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
7847 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
7848 ac_save_CFLAGS
="$CFLAGS"
7849 ac_save_LIBS
="$LIBS"
7850 CFLAGS
="$CFLAGS $GTK_CFLAGS"
7851 LIBS
="$LIBS $GTK_LIBS"
7852 if test "$cross_compiling" = yes; then
7853 echo $ac_n "cross compiling; assumed OK... $ac_c"
7855 cat > conftest.
$ac_ext <<EOF
7856 #line 7857 "configure"
7857 #include "confdefs.h"
7859 #include <gtk/gtk.h>
7860 #include <gtk/gtkfeatures.h>
7867 int major, minor, micro;
7869 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
7870 printf("%s, bad version string\n", "$min_gtk_version");
7874 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
7875 (GTK_MINOR_VERSION != gtk_minor_version) ||
7876 (GTK_MICRO_VERSION != gtk_micro_version)) {
7877 printf("Headers vs. library version mismatch!\n");
7881 if (gtk_minor_version == 1) return FALSE;
7883 return !((gtk_major_version > major) ||
7884 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
7885 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
7889 if { (eval echo configure
:7890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7893 echo "configure: failed program was:" >&5
7894 cat conftest.
$ac_ext >&5
7901 CFLAGS
="$ac_save_CFLAGS"
7902 LIBS
="$ac_save_LIBS"
7906 if test "x$no_gtk" = x
; then
7907 echo "$ac_t""yes" 1>&6
7910 echo "$ac_t""no" 1>&6
7925 if test "$WXGTK12" != 1 -a "$WXGTK20" != 1; then
7926 { echo "configure: error:
7927 Please check that gtk-config is in path, the directory
7928 where GTK+ libraries are installed (returned by
7929 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
7930 equivalent variable and GTK+ is version 1.2.3 or above.
7934 TOOLKIT_INCLUDE
="$GTK_CFLAGS"
7937 GUI_TK_LIBRARY
="$GTK_LIBS"
7940 AFMINSTALL
=afminstall
7944 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
7945 echo "configure:7946: checking for gdk_im_open in -lgdk" >&5
7946 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
7947 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7948 echo $ac_n "(cached) $ac_c" 1>&6
7950 ac_save_LIBS
="$LIBS"
7952 cat > conftest.
$ac_ext <<EOF
7953 #line 7954 "configure"
7954 #include "confdefs.h"
7955 /* Override any gcc2 internal prototype to avoid an error. */
7956 /* We use char because int might match the return type of a gcc2
7957 builtin and then its argument prototype would still apply. */
7964 if { (eval echo configure
:7965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7966 eval "ac_cv_lib_$ac_lib_var=yes"
7968 echo "configure: failed program was:" >&5
7969 cat conftest.
$ac_ext >&5
7971 eval "ac_cv_lib_$ac_lib_var=no"
7974 LIBS
="$ac_save_LIBS"
7977 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7978 echo "$ac_t""yes" 1>&6
7979 cat >> confdefs.h
<<\EOF
7984 echo "$ac_t""no" 1>&6
7989 if test "$wxUSE_WINE" = 1; then
7990 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
7991 echo "configure:7992: checking for WINE includes" >&5
7994 for ac_dir
in $SEARCH_INCLUDE;
7996 if test -f "$ac_dir/windows.h"; then
7997 ac_find_includes
=$ac_dir
8002 if test "$ac_find_includes" != "" ; then
8003 echo "$ac_t""found $ac_find_includes" 1>&6
8004 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
8006 echo "$ac_t""no" 1>&6
8007 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
8011 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
8012 echo "configure:8013: checking for Xpm library" >&5
8015 for ac_dir
in $SEARCH_LIB;
8017 for ac_extension
in a so sl
; do
8018 if test -f "$ac_dir/libXpm.$ac_extension"; then
8019 ac_find_libraries
=$ac_dir
8025 if test "$ac_find_libraries" != "" ; then
8026 GUI_TK_LIBRARY
="-L$ac_find_libraries"
8028 cat >> confdefs.h
<<\EOF
8029 #define wxHAVE_LIB_XPM 1
8032 echo "$ac_t""found at $ac_find_libraries" 1>&6
8034 echo "$ac_t""no" 1>&6
8035 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
8039 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
8040 echo "configure:8041: checking for Mesa library" >&5
8043 for ac_dir
in $SEARCH_LIB;
8045 for ac_extension
in a so sl
; do
8046 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
8047 ac_find_libraries
=$ac_dir
8053 if test "$ac_find_libraries" != "" ; then
8054 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
8055 MESA_LINK
="-lMesaGL"
8056 echo "$ac_t""found at $ac_find_libraries" 1>&6
8058 { echo "configure: error: no" 1>&2; exit 1; }
8061 GUI_TK_LINK
="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
8062 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
8069 # If we find X, set shell vars x_includes and x_libraries to the
8070 # paths, otherwise set no_x=yes.
8071 # Uses ac_ vars as temps to allow command line to override cache and checks.
8072 # --without-x overrides everything else, but does not touch the cache.
8073 echo $ac_n "checking for X""... $ac_c" 1>&6
8074 echo "configure:8075: checking for X" >&5
8076 # Check whether --with-x or --without-x was given.
8077 if test "${with_x+set}" = set; then
8082 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8083 if test "x$with_x" = xno
; then
8084 # The user explicitly disabled X.
8087 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
8088 # Both variables are already set.
8091 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
8092 echo $ac_n "(cached) $ac_c" 1>&6
8094 # One or both of the vars are not set, and there is no cached value.
8095 ac_x_includes
=NO ac_x_libraries
=NO
8097 if mkdir conftestdir
; then
8099 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
8100 cat > Imakefile
<<'EOF'
8102 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
8104 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8105 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8106 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
8107 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8108 for ac_extension
in a so sl
; do
8109 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
8110 test -f $ac_im_libdir/libX11.
$ac_extension; then
8111 ac_im_usrlibdir
=$ac_im_libdir; break
8114 # Screen out bogus values from the imake configuration. They are
8115 # bogus both because they are the default anyway, and because
8116 # using them would break gcc on systems where it needs fixed includes.
8117 case "$ac_im_incroot" in
8119 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
8121 case "$ac_im_usrlibdir" in
8123 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
8130 if test "$ac_x_includes" = NO
; then
8131 # Guess where to find include files, by looking for this one X11 .h file.
8132 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
8134 # First, try using that file with no special directory specified.
8135 cat > conftest.
$ac_ext <<EOF
8136 #line 8137 "configure"
8137 #include "confdefs.h"
8138 #include <$x_direct_test_include>
8140 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8141 { (eval echo configure
:8142: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8142 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8143 if test -z "$ac_err"; then
8145 # We can compile using X headers with no special include directory.
8149 echo "configure: failed program was:" >&5
8150 cat conftest.
$ac_ext >&5
8152 # Look for the header file in a standard set of common directories.
8153 # Check X11 before X11Rn because it is often a symlink to the current release.
8156 /usr
/X
11R
6/include \
8157 /usr
/X
11R
5/include \
8158 /usr
/X
11R
4/include \
8161 /usr
/include
/X11R6 \
8162 /usr
/include
/X11R5 \
8163 /usr
/include
/X11R4 \
8165 /usr
/local
/X
11/include \
8166 /usr
/local
/X
11R
6/include \
8167 /usr
/local
/X
11R
5/include \
8168 /usr
/local
/X
11R
4/include \
8170 /usr
/local
/include
/X11 \
8171 /usr
/local
/include
/X11R6 \
8172 /usr
/local
/include
/X11R5 \
8173 /usr
/local
/include
/X11R4 \
8177 /usr
/XFree
86/include
/X11 \
8180 /usr
/local
/include \
8181 /usr
/unsupported
/include \
8182 /usr
/athena
/include \
8183 /usr
/local
/x
11r
5/include \
8184 /usr
/lpp
/Xamples
/include \
8186 /usr
/openwin
/include \
8187 /usr
/openwin
/share
/include \
8190 if test -r "$ac_dir/$x_direct_test_include"; then
8191 ac_x_includes
=$ac_dir
8197 fi # $ac_x_includes = NO
8199 if test "$ac_x_libraries" = NO
; then
8200 # Check for the libraries.
8202 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
8203 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
8205 # See if we find them without any special options.
8206 # Don't add to $LIBS permanently.
8207 ac_save_LIBS
="$LIBS"
8208 LIBS
="-l$x_direct_test_library $LIBS"
8209 cat > conftest.
$ac_ext <<EOF
8210 #line 8211 "configure"
8211 #include "confdefs.h"
8214 ${x_direct_test_function}()
8217 if { (eval echo configure
:8218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8219 LIBS
="$ac_save_LIBS"
8220 # We can link X programs with no special library path.
8223 echo "configure: failed program was:" >&5
8224 cat conftest.
$ac_ext >&5
8226 LIBS
="$ac_save_LIBS"
8227 # First see if replacing the include by lib works.
8228 # Check X11 before X11Rn because it is often a symlink to the current release.
8229 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
8240 /usr
/local
/X
11/lib \
8241 /usr
/local
/X
11R
6/lib \
8242 /usr
/local
/X
11R
5/lib \
8243 /usr
/local
/X
11R
4/lib \
8245 /usr
/local
/lib
/X11 \
8246 /usr
/local
/lib
/X11R6 \
8247 /usr
/local
/lib
/X11R5 \
8248 /usr
/local
/lib
/X11R4 \
8252 /usr
/XFree
86/lib
/X11 \
8256 /usr
/unsupported
/lib \
8258 /usr
/local
/x
11r
5/lib \
8259 /usr
/lpp
/Xamples
/lib \
8263 /usr
/openwin
/share
/lib \
8266 for ac_extension
in a so sl
; do
8267 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
8268 ac_x_libraries
=$ac_dir
8275 fi # $ac_x_libraries = NO
8277 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
8278 # Didn't find X anywhere. Cache the known absence of X.
8279 ac_cv_have_x
="have_x=no"
8281 # Record where we found X for the cache.
8282 ac_cv_have_x
="have_x=yes \
8283 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8287 eval "$ac_cv_have_x"
8290 if test "$have_x" != yes; then
8291 echo "$ac_t""$have_x" 1>&6
8294 # If each of the values was on the command line, it overrides each guess.
8295 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8296 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8297 # Update the cache value to reflect the command line values.
8298 ac_cv_have_x
="have_x=yes \
8299 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8300 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
8303 if test "$no_x" = yes; then
8304 # Not all programs may use this symbol, but it does not hurt to define it.
8305 cat >> confdefs.h
<<\EOF
8306 #define X_DISPLAY_MISSING 1
8309 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8311 if test -n "$x_includes"; then
8312 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8315 # It would also be nice to do this for all -L options, not just this one.
8316 if test -n "$x_libraries"; then
8317 X_LIBS
="$X_LIBS -L$x_libraries"
8318 # For Solaris; some versions of Sun CC require a space after -R and
8319 # others require no space. Words are not sufficient . . . .
8320 case "`(uname -sr) 2>/dev/null`" in
8322 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
8323 echo "configure:8324: checking whether -R must be followed by a space" >&5
8324 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
8325 cat > conftest.
$ac_ext <<EOF
8326 #line 8327 "configure"
8327 #include "confdefs.h"
8333 if { (eval echo configure
:8334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8337 echo "configure: failed program was:" >&5
8338 cat conftest.
$ac_ext >&5
8343 if test $ac_R_nospace = yes; then
8344 echo "$ac_t""no" 1>&6
8345 X_LIBS
="$X_LIBS -R$x_libraries"
8347 LIBS
="$ac_xsave_LIBS -R $x_libraries"
8348 cat > conftest.
$ac_ext <<EOF
8349 #line 8350 "configure"
8350 #include "confdefs.h"
8356 if { (eval echo configure
:8357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8360 echo "configure: failed program was:" >&5
8361 cat conftest.
$ac_ext >&5
8366 if test $ac_R_space = yes; then
8367 echo "$ac_t""yes" 1>&6
8368 X_LIBS
="$X_LIBS -R $x_libraries"
8370 echo "$ac_t""neither works" 1>&6
8373 LIBS
="$ac_xsave_LIBS"
8377 # Check for system-dependent libraries X programs must link with.
8378 # Do this before checking for the system-independent R6 libraries
8379 # (-lICE), since we may need -lsocket or whatever for X linking.
8381 if test "$ISC" = yes; then
8382 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8384 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
8385 # libraries were built with DECnet support. And karl@cs.umb.edu says
8386 # the Alpha needs dnet_stub (dnet does not exist).
8387 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
8388 echo "configure:8389: checking for dnet_ntoa in -ldnet" >&5
8389 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8390 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8391 echo $ac_n "(cached) $ac_c" 1>&6
8393 ac_save_LIBS
="$LIBS"
8395 cat > conftest.
$ac_ext <<EOF
8396 #line 8397 "configure"
8397 #include "confdefs.h"
8398 /* Override any gcc2 internal prototype to avoid an error. */
8399 /* We use char because int might match the return type of a gcc2
8400 builtin and then its argument prototype would still apply. */
8407 if { (eval echo configure
:8408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8409 eval "ac_cv_lib_$ac_lib_var=yes"
8411 echo "configure: failed program was:" >&5
8412 cat conftest.
$ac_ext >&5
8414 eval "ac_cv_lib_$ac_lib_var=no"
8417 LIBS
="$ac_save_LIBS"
8420 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8421 echo "$ac_t""yes" 1>&6
8422 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
8424 echo "$ac_t""no" 1>&6
8427 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
8428 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
8429 echo "configure:8430: checking for dnet_ntoa in -ldnet_stub" >&5
8430 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
8431 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8432 echo $ac_n "(cached) $ac_c" 1>&6
8434 ac_save_LIBS
="$LIBS"
8435 LIBS
="-ldnet_stub $LIBS"
8436 cat > conftest.
$ac_ext <<EOF
8437 #line 8438 "configure"
8438 #include "confdefs.h"
8439 /* Override any gcc2 internal prototype to avoid an error. */
8440 /* We use char because int might match the return type of a gcc2
8441 builtin and then its argument prototype would still apply. */
8448 if { (eval echo configure
:8449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8450 eval "ac_cv_lib_$ac_lib_var=yes"
8452 echo "configure: failed program was:" >&5
8453 cat conftest.
$ac_ext >&5
8455 eval "ac_cv_lib_$ac_lib_var=no"
8458 LIBS
="$ac_save_LIBS"
8461 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8462 echo "$ac_t""yes" 1>&6
8463 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
8465 echo "$ac_t""no" 1>&6
8470 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8471 # to get the SysV transport functions.
8472 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
8474 # The nsl library prevents programs from opening the X display
8475 # on Irix 5.2, according to dickey@clark.net.
8476 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
8477 echo "configure:8478: checking for gethostbyname" >&5
8478 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
8479 echo $ac_n "(cached) $ac_c" 1>&6
8481 cat > conftest.
$ac_ext <<EOF
8482 #line 8483 "configure"
8483 #include "confdefs.h"
8484 /* System header to define __stub macros and hopefully few prototypes,
8485 which can conflict with char gethostbyname(); below. */
8487 /* Override any gcc2 internal prototype to avoid an error. */
8488 /* We use char because int might match the return type of a gcc2
8489 builtin and then its argument prototype would still apply. */
8490 char gethostbyname();
8494 /* The GNU C library defines this for functions which it implements
8495 to always fail with ENOSYS. Some functions are actually named
8496 something starting with __ and the normal name is an alias. */
8497 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8505 if { (eval echo configure
:8506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8507 eval "ac_cv_func_gethostbyname=yes"
8509 echo "configure: failed program was:" >&5
8510 cat conftest.
$ac_ext >&5
8512 eval "ac_cv_func_gethostbyname=no"
8517 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
8518 echo "$ac_t""yes" 1>&6
8521 echo "$ac_t""no" 1>&6
8524 if test $ac_cv_func_gethostbyname = no
; then
8525 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
8526 echo "configure:8527: checking for gethostbyname in -lnsl" >&5
8527 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
8528 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8529 echo $ac_n "(cached) $ac_c" 1>&6
8531 ac_save_LIBS
="$LIBS"
8533 cat > conftest.
$ac_ext <<EOF
8534 #line 8535 "configure"
8535 #include "confdefs.h"
8536 /* Override any gcc2 internal prototype to avoid an error. */
8537 /* We use char because int might match the return type of a gcc2
8538 builtin and then its argument prototype would still apply. */
8539 char gethostbyname();
8545 if { (eval echo configure
:8546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8547 eval "ac_cv_lib_$ac_lib_var=yes"
8549 echo "configure: failed program was:" >&5
8550 cat conftest.
$ac_ext >&5
8552 eval "ac_cv_lib_$ac_lib_var=no"
8555 LIBS
="$ac_save_LIBS"
8558 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8559 echo "$ac_t""yes" 1>&6
8560 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
8562 echo "$ac_t""no" 1>&6
8567 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8568 # socket/setsockopt and other routines are undefined under SCO ODT
8569 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8570 # on later versions), says simon@lia.di.epfl.ch: it contains
8571 # gethostby* variants that don't use the nameserver (or something).
8572 # -lsocket must be given before -lnsl if both are needed.
8573 # We assume that if connect needs -lnsl, so does gethostbyname.
8574 echo $ac_n "checking for connect""... $ac_c" 1>&6
8575 echo "configure:8576: checking for connect" >&5
8576 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
8577 echo $ac_n "(cached) $ac_c" 1>&6
8579 cat > conftest.
$ac_ext <<EOF
8580 #line 8581 "configure"
8581 #include "confdefs.h"
8582 /* System header to define __stub macros and hopefully few prototypes,
8583 which can conflict with char connect(); below. */
8585 /* Override any gcc2 internal prototype to avoid an error. */
8586 /* We use char because int might match the return type of a gcc2
8587 builtin and then its argument prototype would still apply. */
8592 /* The GNU C library defines this for functions which it implements
8593 to always fail with ENOSYS. Some functions are actually named
8594 something starting with __ and the normal name is an alias. */
8595 #if defined (__stub_connect) || defined (__stub___connect)
8603 if { (eval echo configure
:8604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8605 eval "ac_cv_func_connect=yes"
8607 echo "configure: failed program was:" >&5
8608 cat conftest.
$ac_ext >&5
8610 eval "ac_cv_func_connect=no"
8615 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
8616 echo "$ac_t""yes" 1>&6
8619 echo "$ac_t""no" 1>&6
8622 if test $ac_cv_func_connect = no
; then
8623 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
8624 echo "configure:8625: checking for connect in -lsocket" >&5
8625 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
8626 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8627 echo $ac_n "(cached) $ac_c" 1>&6
8629 ac_save_LIBS
="$LIBS"
8630 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
8631 cat > conftest.
$ac_ext <<EOF
8632 #line 8633 "configure"
8633 #include "confdefs.h"
8634 /* Override any gcc2 internal prototype to avoid an error. */
8635 /* We use char because int might match the return type of a gcc2
8636 builtin and then its argument prototype would still apply. */
8643 if { (eval echo configure
:8644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8645 eval "ac_cv_lib_$ac_lib_var=yes"
8647 echo "configure: failed program was:" >&5
8648 cat conftest.
$ac_ext >&5
8650 eval "ac_cv_lib_$ac_lib_var=no"
8653 LIBS
="$ac_save_LIBS"
8656 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8657 echo "$ac_t""yes" 1>&6
8658 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
8660 echo "$ac_t""no" 1>&6
8665 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
8666 echo $ac_n "checking for remove""... $ac_c" 1>&6
8667 echo "configure:8668: checking for remove" >&5
8668 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
8669 echo $ac_n "(cached) $ac_c" 1>&6
8671 cat > conftest.
$ac_ext <<EOF
8672 #line 8673 "configure"
8673 #include "confdefs.h"
8674 /* System header to define __stub macros and hopefully few prototypes,
8675 which can conflict with char remove(); below. */
8677 /* Override any gcc2 internal prototype to avoid an error. */
8678 /* We use char because int might match the return type of a gcc2
8679 builtin and then its argument prototype would still apply. */
8684 /* The GNU C library defines this for functions which it implements
8685 to always fail with ENOSYS. Some functions are actually named
8686 something starting with __ and the normal name is an alias. */
8687 #if defined (__stub_remove) || defined (__stub___remove)
8695 if { (eval echo configure
:8696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8697 eval "ac_cv_func_remove=yes"
8699 echo "configure: failed program was:" >&5
8700 cat conftest.
$ac_ext >&5
8702 eval "ac_cv_func_remove=no"
8707 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
8708 echo "$ac_t""yes" 1>&6
8711 echo "$ac_t""no" 1>&6
8714 if test $ac_cv_func_remove = no
; then
8715 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
8716 echo "configure:8717: checking for remove in -lposix" >&5
8717 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
8718 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8719 echo $ac_n "(cached) $ac_c" 1>&6
8721 ac_save_LIBS
="$LIBS"
8722 LIBS
="-lposix $LIBS"
8723 cat > conftest.
$ac_ext <<EOF
8724 #line 8725 "configure"
8725 #include "confdefs.h"
8726 /* Override any gcc2 internal prototype to avoid an error. */
8727 /* We use char because int might match the return type of a gcc2
8728 builtin and then its argument prototype would still apply. */
8735 if { (eval echo configure
:8736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8737 eval "ac_cv_lib_$ac_lib_var=yes"
8739 echo "configure: failed program was:" >&5
8740 cat conftest.
$ac_ext >&5
8742 eval "ac_cv_lib_$ac_lib_var=no"
8745 LIBS
="$ac_save_LIBS"
8748 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8749 echo "$ac_t""yes" 1>&6
8750 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
8752 echo "$ac_t""no" 1>&6
8757 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8758 echo $ac_n "checking for shmat""... $ac_c" 1>&6
8759 echo "configure:8760: checking for shmat" >&5
8760 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
8761 echo $ac_n "(cached) $ac_c" 1>&6
8763 cat > conftest.
$ac_ext <<EOF
8764 #line 8765 "configure"
8765 #include "confdefs.h"
8766 /* System header to define __stub macros and hopefully few prototypes,
8767 which can conflict with char shmat(); below. */
8769 /* Override any gcc2 internal prototype to avoid an error. */
8770 /* We use char because int might match the return type of a gcc2
8771 builtin and then its argument prototype would still apply. */
8776 /* The GNU C library defines this for functions which it implements
8777 to always fail with ENOSYS. Some functions are actually named
8778 something starting with __ and the normal name is an alias. */
8779 #if defined (__stub_shmat) || defined (__stub___shmat)
8787 if { (eval echo configure
:8788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8789 eval "ac_cv_func_shmat=yes"
8791 echo "configure: failed program was:" >&5
8792 cat conftest.
$ac_ext >&5
8794 eval "ac_cv_func_shmat=no"
8799 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
8800 echo "$ac_t""yes" 1>&6
8803 echo "$ac_t""no" 1>&6
8806 if test $ac_cv_func_shmat = no
; then
8807 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
8808 echo "configure:8809: checking for shmat in -lipc" >&5
8809 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
8810 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8811 echo $ac_n "(cached) $ac_c" 1>&6
8813 ac_save_LIBS
="$LIBS"
8815 cat > conftest.
$ac_ext <<EOF
8816 #line 8817 "configure"
8817 #include "confdefs.h"
8818 /* Override any gcc2 internal prototype to avoid an error. */
8819 /* We use char because int might match the return type of a gcc2
8820 builtin and then its argument prototype would still apply. */
8827 if { (eval echo configure
:8828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8829 eval "ac_cv_lib_$ac_lib_var=yes"
8831 echo "configure: failed program was:" >&5
8832 cat conftest.
$ac_ext >&5
8834 eval "ac_cv_lib_$ac_lib_var=no"
8837 LIBS
="$ac_save_LIBS"
8840 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8841 echo "$ac_t""yes" 1>&6
8842 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
8844 echo "$ac_t""no" 1>&6
8850 # Check for libraries that X11R6 Xt/Xaw programs need.
8851 ac_save_LDFLAGS
="$LDFLAGS"
8852 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
8853 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8854 # check for ICE first), but we must link in the order -lSM -lICE or
8855 # we get undefined symbols. So assume we have SM if we have ICE.
8856 # These have to be linked with before -lX11, unlike the other
8857 # libraries we check for below, so use a different variable.
8858 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
8859 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
8860 echo "configure:8861: checking for IceConnectionNumber in -lICE" >&5
8861 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
8862 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8863 echo $ac_n "(cached) $ac_c" 1>&6
8865 ac_save_LIBS
="$LIBS"
8866 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
8867 cat > conftest.
$ac_ext <<EOF
8868 #line 8869 "configure"
8869 #include "confdefs.h"
8870 /* Override any gcc2 internal prototype to avoid an error. */
8871 /* We use char because int might match the return type of a gcc2
8872 builtin and then its argument prototype would still apply. */
8873 char IceConnectionNumber();
8876 IceConnectionNumber()
8879 if { (eval echo configure
:8880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8881 eval "ac_cv_lib_$ac_lib_var=yes"
8883 echo "configure: failed program was:" >&5
8884 cat conftest.
$ac_ext >&5
8886 eval "ac_cv_lib_$ac_lib_var=no"
8889 LIBS
="$ac_save_LIBS"
8892 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8893 echo "$ac_t""yes" 1>&6
8894 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
8896 echo "$ac_t""no" 1>&6
8899 LDFLAGS
="$ac_save_LDFLAGS"
8903 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
8904 LDFLAGS
="$LDFLAGS $X_LIBS"
8906 if test "$wxUSE_MOTIF" = 1; then
8907 if test "$no_x" = "yes"; then
8908 { echo "configure: error: X11 not found" 1>&2; exit 1; }
8911 GUI_TK_LIBRARY
="$X_LIBS"
8912 TOOLKIT_INCLUDE
="$X_CFLAGS"
8914 AFMINSTALL
=afminstall
8917 COMPILED_X_PROGRAM
=0
8919 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
8920 echo "configure:8921: checking for Motif/Lesstif headers" >&5
8923 for ac_dir
in $SEARCH_INCLUDE;
8925 if test -f "$ac_dir/Xm/Xm.h"; then
8926 ac_find_includes
=$ac_dir
8931 if test "$ac_find_includes" != "" ; then
8932 echo "$ac_t""found $ac_find_includes" 1>&6
8934 cat > conftest.
$ac_ext <<EOF
8935 #line 8936 "configure"
8936 #include "confdefs.h"
8944 version = xmUseVersion;
8948 if { (eval echo configure
:8949: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8951 echo "$ac_t""found in default search path" 1>&6
8952 COMPILED_X_PROGRAM
=1
8955 echo "configure: failed program was:" >&5
8956 cat conftest.
$ac_ext >&5
8959 echo "$ac_t""no" 1>&6
8960 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
8967 if test "$COMPILED_X_PROGRAM" = 0; then
8968 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
8969 echo "configure:8970: checking for Motif/Lesstif library" >&5
8972 for ac_dir
in $SEARCH_LIB;
8974 for ac_extension
in a so sl
; do
8975 if test -f "$ac_dir/libXm.$ac_extension"; then
8976 ac_find_libraries
=$ac_dir
8982 if test "$ac_find_libraries" != "" ; then
8984 ac_path_to_include
=$ac_find_includes
8985 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
8987 if test $result = 0; then
8988 ac_path_to_include
=""
8990 ac_path_to_include
="-I$ac_find_includes"
8994 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
8996 if test $result = 0; then
8999 ac_path_to_link
="-L$ac_find_libraries"
9003 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
9004 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
9005 echo "$ac_t""found at $ac_find_libraries" 1>&6
9007 cat > conftest.
$ac_ext <<EOF
9008 #line 9009 "configure"
9009 #include "confdefs.h"
9017 version = xmUseVersion;
9021 if { (eval echo configure
:9022: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9024 echo "$ac_t""found in default search path" 1>&6
9025 COMPILED_X_PROGRAM
=1
9028 echo "configure: failed program was:" >&5
9029 cat conftest.
$ac_ext >&5
9032 echo "$ac_t""no" 1>&6
9033 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
9043 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
9044 echo "configure:9045: checking for Xpm library" >&5
9047 for ac_dir
in $SEARCH_LIB;
9049 for ac_extension
in a so sl
; do
9050 if test -f "$ac_dir/libXpm.$ac_extension"; then
9051 ac_find_libraries
=$ac_dir
9057 if test "$ac_find_libraries" != "" ; then
9059 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
9061 if test $result = 0; then
9064 ac_path_to_link
="-L$ac_find_libraries"
9067 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
9069 cat >> confdefs.h
<<\EOF
9070 #define wxHAVE_LIB_XPM 1
9073 echo "$ac_t""found at $ac_find_libraries" 1>&6
9075 cat > conftest.
$ac_ext <<EOF
9076 #line 9077 "configure"
9077 #include "confdefs.h"
9079 #include <X11/xpm.h>
9085 version = XpmLibraryVersion();
9089 if { (eval echo configure
:9090: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9093 cat >> confdefs.h
<<\EOF
9094 #define wxHAVE_LIB_XPM 1
9097 echo "$ac_t""found in default search path" 1>&6
9098 COMPILED_X_PROGRAM
=0
9101 echo "configure: failed program was:" >&5
9102 cat conftest.
$ac_ext >&5
9105 echo "$ac_t""no" 1>&6
9106 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9113 GUI_TK_LINK
="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
9114 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
9119 if test "$wxUSE_MAC" = 1; then
9124 if test "$wxUSE_PM" = 1; then
9129 if test "$TOOLKIT" != "PM" ; then
9130 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
9135 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9136 TOOLKIT_NAME
="${TOOLKIT_DIR}d"
9138 TOOLKIT_NAME
="${TOOLKIT_DIR}"
9141 TOOLKIT_DEF
="-D__WX${TOOLKIT}__"
9143 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
9145 ALL_OBJECTS
="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(OGLOBJS)"
9147 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
9148 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
9151 if test "$wxUSE_LIBJPEG" = "yes" ; then
9152 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
9154 if test "$wxUSE_LIBTIFF" = "yes" ; then
9155 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
9157 if test "$wxUSE_LIBPNG" = "yes" ; then
9158 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
9160 if test "$wxUSE_ZLIB" = "yes" ; then
9161 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
9163 if test "$wxUSE_FREETYPE" = "yes" ; then
9164 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
9166 ALL_DEPFILES
="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS) \$(OGLDEPS)"
9168 PORT_FILES
="src/\$(TOOLKITDIR)/files.lst"
9169 RPM_FILES
="src/\$(TOOLKITDIR)/rpmfiles.lst"
9170 RPM_SPEC
="wx\$(TOOLKIT).spec"
9172 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
9173 DISTDIR
="wx\$(TOOLKIT)"
9179 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
9180 TOOLKIT_NAME
="${TOOLKIT_DIR}d"
9182 TOOLKIT_NAME
="${TOOLKIT_DIR}"
9185 TOOLKIT_DEF
="-D__WXBASE__"
9187 ALL_OBJECTS
="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
9188 ALL_DEPFILES
="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
9190 if test "$wxUSE_ZLIB" = "yes" ; then
9191 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
9194 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
9196 PORT_FILES
="src/files.lst"
9197 RPM_FILES
="src/rpmfiles.lst"
9198 RPM_SPEC
="wxBase.spec"
9204 WX_LIBRARY_NAME
="lib${WX_LIBRARY}.la"
9205 WX_LIBRARY_NAME_GL
="lib${WX_LIBRARY}_gl.la"
9207 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
9208 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY}_gl.a"
9210 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9211 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
9213 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
9214 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.so"
9215 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.so"
9216 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}"
9217 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so"
9218 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.so"
9225 WX_TARGET_LIBRARY_SONAME
=
9228 if test "$wxUSE_SHARED" = "yes"; then
9231 if test "$GCC" = yes ; then
9232 SHARED_LD
="${CC} -shared -fPIC -o"
9235 LDFLAGS
="-L/usr/lib"
9237 SHARED_LD
="${CXX} -b -o"
9240 WX_LIBRARY_NAME_SHARED
="libwx_${TOOLKIT_NAME}.sl"
9241 WX_LIBRARY_NAME_SHARED_GL
="libwx_${TOOLKIT_NAME}_gl.sl"
9242 if test "$wxUSE_OPENGL" = "yes"; then
9243 WX_ALL_INSTALLED
="preinstall_gl"
9244 WX_ALL
="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
9246 WX_ALL
="${WX_LIBRARY_NAME_SHARED}"
9251 SHARED_LD
="${CC} -shared -o"
9253 if test "$wxUSE_BURNT_NAME" = "yes" ; then
9254 BURNT_LIBRARY_NAME
="-Wl,-soname,${WX_LIBRARY_LINK1}"
9255 BURNT_LIBRARY_NAME_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
9256 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
9258 if test "$wxUSE_OPENGL" = "yes"; then
9259 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9260 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9262 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9263 WX_ALL
="CREATE_LINKS"
9266 *-*-irix5* | *-*-irix6* )
9267 if test "$GCC" = yes ; then
9268 SHARED_LD
="${CC} -shared -o"
9271 SHARED_LD
="${CXX} -shared -o"
9273 if test "$wxUSE_OPENGL" = "yes"; then
9274 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9275 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9277 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9278 WX_ALL
="CREATE_LINKS"
9282 if test "$GCC" = yes ; then
9283 SHARED_LD
="${CC} -shared -o"
9286 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
9288 SHARED_LD
="${CXX} -G -o"
9291 if test "$wxUSE_OPENGL" = "yes"; then
9292 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9293 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9295 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9296 WX_ALL
="CREATE_LINKS"
9300 SHARED_LD
="${CC} -shared -o"
9302 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9303 WX_ALL
="CREATE_LINKS"
9305 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* )
9306 SHARED_LD
="${CC} -shared -o"
9308 if test "$wxUSE_OPENGL" = "yes"; then
9309 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9310 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9312 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9313 WX_ALL
="CREATE_LINKS"
9317 SHARED_LD
="${CXX} -dynamiclib -o"
9318 PIC_FLAG
="-dynamic -fPIC"
9319 if test "$wxUSE_OPENGL" = "yes"; then
9320 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
9321 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
9323 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9324 WX_ALL
="CREATE_LINKS"
9326 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.dylib"
9327 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.dylib"
9328 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.${WX_CURRENT}.dylib"
9329 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.dylib"
9330 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.dylib"
9331 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${WX_CURRENT}.dylib"
9332 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib"
9333 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.dylib"
9336 SHARED_LD
="${CXX} -shared -o"
9338 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9339 WX_ALL
="CREATE_LINKS"
9342 SHARED_LD
="${CXX} -shared -o"
9344 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9345 WX_ALL
="CREATE_LINKS"
9348 SHARED_LD
="${CC} -shared -o"
9350 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9351 WX_ALL
="CREATE_LINKS"
9354 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
9355 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
9358 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9359 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
9360 if test "$wxUSE_OPENGL" = "yes"; then
9361 WX_ALL_INSTALLED
="preinstall_gl"
9362 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9364 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9368 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9369 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
9370 if test "$wxUSE_OPENGL" = "yes"; then
9371 WX_ALL_INSTALLED
="preinstall_gl"
9372 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9374 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9378 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9379 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9382 SHARED_LD
="${LD} -shared -o"
9384 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
9385 WX_ALL
="CREATE_LINKS"
9388 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
9391 if test "x$WX_TARGET_LIBRARY" = "x"; then
9392 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
9393 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
9395 WX_TARGET_LIBRARY_TYPE
="so"
9397 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
9398 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
9400 if test "$wxUSE_OPENGL" = "yes"; then
9401 WX_ALL_INSTALLED
="preinstall_gl"
9402 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
9404 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
9407 if test "$wxUSE_GUI" = "no"; then
9408 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
9411 WX_TARGET_LIBRARY_TYPE
="a"
9415 for ac_hdr
in strings.h
9417 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9418 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9419 echo "configure:9420: checking for $ac_hdr" >&5
9420 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9421 echo $ac_n "(cached) $ac_c" 1>&6
9423 cat > conftest.
$ac_ext <<EOF
9424 #line 9425 "configure"
9425 #include "confdefs.h"
9428 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9429 { (eval echo configure
:9430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9430 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9431 if test -z "$ac_err"; then
9433 eval "ac_cv_header_$ac_safe=yes"
9436 echo "configure: failed program was:" >&5
9437 cat conftest.
$ac_ext >&5
9439 eval "ac_cv_header_$ac_safe=no"
9443 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9444 echo "$ac_t""yes" 1>&6
9445 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9446 cat >> confdefs.h
<<EOF
9447 #define $ac_tr_hdr 1
9451 echo "$ac_t""no" 1>&6
9455 for ac_hdr
in unistd.h
9457 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9458 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9459 echo "configure:9460: checking for $ac_hdr" >&5
9460 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9461 echo $ac_n "(cached) $ac_c" 1>&6
9463 cat > conftest.
$ac_ext <<EOF
9464 #line 9465 "configure"
9465 #include "confdefs.h"
9468 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9469 { (eval echo configure
:9470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9470 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9471 if test -z "$ac_err"; then
9473 eval "ac_cv_header_$ac_safe=yes"
9476 echo "configure: failed program was:" >&5
9477 cat conftest.
$ac_ext >&5
9479 eval "ac_cv_header_$ac_safe=no"
9483 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9484 echo "$ac_t""yes" 1>&6
9485 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9486 cat >> confdefs.h
<<EOF
9487 #define $ac_tr_hdr 1
9491 echo "$ac_t""no" 1>&6
9495 for ac_hdr
in fcntl.h
9497 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9498 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9499 echo "configure:9500: checking for $ac_hdr" >&5
9500 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9501 echo $ac_n "(cached) $ac_c" 1>&6
9503 cat > conftest.
$ac_ext <<EOF
9504 #line 9505 "configure"
9505 #include "confdefs.h"
9508 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9509 { (eval echo configure
:9510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9510 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9511 if test -z "$ac_err"; then
9513 eval "ac_cv_header_$ac_safe=yes"
9516 echo "configure: failed program was:" >&5
9517 cat conftest.
$ac_ext >&5
9519 eval "ac_cv_header_$ac_safe=no"
9523 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9524 echo "$ac_t""yes" 1>&6
9525 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9526 cat >> confdefs.h
<<EOF
9527 #define $ac_tr_hdr 1
9531 echo "$ac_t""no" 1>&6
9535 for ac_hdr
in wchar.h
9537 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9538 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9539 echo "configure:9540: checking for $ac_hdr" >&5
9540 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9541 echo $ac_n "(cached) $ac_c" 1>&6
9543 cat > conftest.
$ac_ext <<EOF
9544 #line 9545 "configure"
9545 #include "confdefs.h"
9548 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9549 { (eval echo configure
:9550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9550 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9551 if test -z "$ac_err"; then
9553 eval "ac_cv_header_$ac_safe=yes"
9556 echo "configure: failed program was:" >&5
9557 cat conftest.
$ac_ext >&5
9559 eval "ac_cv_header_$ac_safe=no"
9563 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9564 echo "$ac_t""yes" 1>&6
9565 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9566 cat >> confdefs.h
<<EOF
9567 #define $ac_tr_hdr 1
9571 echo "$ac_t""no" 1>&6
9575 for ac_hdr
in wcstr.h
9577 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9578 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9579 echo "configure:9580: checking for $ac_hdr" >&5
9580 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9581 echo $ac_n "(cached) $ac_c" 1>&6
9583 cat > conftest.
$ac_ext <<EOF
9584 #line 9585 "configure"
9585 #include "confdefs.h"
9588 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9589 { (eval echo configure
:9590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9590 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9591 if test -z "$ac_err"; then
9593 eval "ac_cv_header_$ac_safe=yes"
9596 echo "configure: failed program was:" >&5
9597 cat conftest.
$ac_ext >&5
9599 eval "ac_cv_header_$ac_safe=no"
9603 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9604 echo "$ac_t""yes" 1>&6
9605 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9606 cat >> confdefs.h
<<EOF
9607 #define $ac_tr_hdr 1
9611 echo "$ac_t""no" 1>&6
9615 for ac_hdr
in fnmatch.h
9617 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9618 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9619 echo "configure:9620: checking for $ac_hdr" >&5
9620 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9621 echo $ac_n "(cached) $ac_c" 1>&6
9623 cat > conftest.
$ac_ext <<EOF
9624 #line 9625 "configure"
9625 #include "confdefs.h"
9628 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9629 { (eval echo configure
:9630: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9630 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9631 if test -z "$ac_err"; then
9633 eval "ac_cv_header_$ac_safe=yes"
9636 echo "configure: failed program was:" >&5
9637 cat conftest.
$ac_ext >&5
9639 eval "ac_cv_header_$ac_safe=no"
9643 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9644 echo "$ac_t""yes" 1>&6
9645 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9646 cat >> confdefs.h
<<EOF
9647 #define $ac_tr_hdr 1
9651 echo "$ac_t""no" 1>&6
9655 for ac_hdr
in iconv.h
9657 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9658 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9659 echo "configure:9660: checking for $ac_hdr" >&5
9660 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9661 echo $ac_n "(cached) $ac_c" 1>&6
9663 cat > conftest.
$ac_ext <<EOF
9664 #line 9665 "configure"
9665 #include "confdefs.h"
9668 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9669 { (eval echo configure
:9670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9670 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9671 if test -z "$ac_err"; then
9673 eval "ac_cv_header_$ac_safe=yes"
9676 echo "configure: failed program was:" >&5
9677 cat conftest.
$ac_ext >&5
9679 eval "ac_cv_header_$ac_safe=no"
9683 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9684 echo "$ac_t""yes" 1>&6
9685 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9686 cat >> confdefs.h
<<EOF
9687 #define $ac_tr_hdr 1
9691 echo "$ac_t""no" 1>&6
9695 for ac_hdr
in langinfo.h
9697 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9698 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9699 echo "configure:9700: checking for $ac_hdr" >&5
9700 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9701 echo $ac_n "(cached) $ac_c" 1>&6
9703 cat > conftest.
$ac_ext <<EOF
9704 #line 9705 "configure"
9705 #include "confdefs.h"
9708 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9709 { (eval echo configure
:9710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9710 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9711 if test -z "$ac_err"; then
9713 eval "ac_cv_header_$ac_safe=yes"
9716 echo "configure: failed program was:" >&5
9717 cat conftest.
$ac_ext >&5
9719 eval "ac_cv_header_$ac_safe=no"
9723 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9724 echo "$ac_t""yes" 1>&6
9725 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9726 cat >> confdefs.h
<<EOF
9727 #define $ac_tr_hdr 1
9731 echo "$ac_t""no" 1>&6
9736 if test "$wxUSE_GUI" = "yes"; then
9737 if test "$wxUSE_UNIX" = "yes"; then
9738 for ac_hdr
in X
11/XKBlib.h
9740 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9741 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9742 echo "configure:9743: checking for $ac_hdr" >&5
9743 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9744 echo $ac_n "(cached) $ac_c" 1>&6
9746 cat > conftest.
$ac_ext <<EOF
9747 #line 9748 "configure"
9748 #include "confdefs.h"
9751 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9752 { (eval echo configure
:9753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9753 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9754 if test -z "$ac_err"; then
9756 eval "ac_cv_header_$ac_safe=yes"
9759 echo "configure: failed program was:" >&5
9760 cat conftest.
$ac_ext >&5
9762 eval "ac_cv_header_$ac_safe=no"
9766 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9767 echo "$ac_t""yes" 1>&6
9768 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9769 cat >> confdefs.h
<<EOF
9770 #define $ac_tr_hdr 1
9774 echo "$ac_t""no" 1>&6
9782 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
9783 echo "configure:9784: checking for ANSI C header files" >&5
9784 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
9785 echo $ac_n "(cached) $ac_c" 1>&6
9787 cat > conftest.
$ac_ext <<EOF
9788 #line 9789 "configure"
9789 #include "confdefs.h"
9795 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9796 { (eval echo configure
:9797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9797 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9798 if test -z "$ac_err"; then
9800 ac_cv_header_stdc
=yes
9803 echo "configure: failed program was:" >&5
9804 cat conftest.
$ac_ext >&5
9806 ac_cv_header_stdc
=no
9810 if test $ac_cv_header_stdc = yes; then
9811 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9812 cat > conftest.
$ac_ext <<EOF
9813 #line 9814 "configure"
9814 #include "confdefs.h"
9817 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9818 egrep "memchr" >/dev
/null
2>&1; then
9822 ac_cv_header_stdc
=no
9828 if test $ac_cv_header_stdc = yes; then
9829 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9830 cat > conftest.
$ac_ext <<EOF
9831 #line 9832 "configure"
9832 #include "confdefs.h"
9835 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9836 egrep "free" >/dev
/null
2>&1; then
9840 ac_cv_header_stdc
=no
9846 if test $ac_cv_header_stdc = yes; then
9847 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9848 if test "$cross_compiling" = yes; then
9851 cat > conftest.
$ac_ext <<EOF
9852 #line 9853 "configure"
9853 #include "confdefs.h"
9855 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9856 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9857 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9858 int main () { int i; for (i = 0; i < 256; i++)
9859 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
9863 if { (eval echo configure
:9864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9867 echo "configure: failed program was:" >&5
9868 cat conftest.
$ac_ext >&5
9870 ac_cv_header_stdc
=no
9878 echo "$ac_t""$ac_cv_header_stdc" 1>&6
9879 if test $ac_cv_header_stdc = yes; then
9880 cat >> confdefs.h
<<\EOF
9881 #define STDC_HEADERS 1
9886 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
9887 echo "configure:9888: checking for mode_t" >&5
9888 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
9889 echo $ac_n "(cached) $ac_c" 1>&6
9891 cat > conftest.
$ac_ext <<EOF
9892 #line 9893 "configure"
9893 #include "confdefs.h"
9894 #include <sys/types.h>
9900 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9901 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9903 ac_cv_type_mode_t
=yes
9906 ac_cv_type_mode_t
=no
9911 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
9912 if test $ac_cv_type_mode_t = no
; then
9913 cat >> confdefs.h
<<\EOF
9919 echo $ac_n "checking for off_t""... $ac_c" 1>&6
9920 echo "configure:9921: checking for off_t" >&5
9921 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
9922 echo $ac_n "(cached) $ac_c" 1>&6
9924 cat > conftest.
$ac_ext <<EOF
9925 #line 9926 "configure"
9926 #include "confdefs.h"
9927 #include <sys/types.h>
9933 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9934 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9936 ac_cv_type_off_t
=yes
9944 echo "$ac_t""$ac_cv_type_off_t" 1>&6
9945 if test $ac_cv_type_off_t = no
; then
9946 cat >> confdefs.h
<<\EOF
9952 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
9953 echo "configure:9954: checking for pid_t" >&5
9954 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
9955 echo $ac_n "(cached) $ac_c" 1>&6
9957 cat > conftest.
$ac_ext <<EOF
9958 #line 9959 "configure"
9959 #include "confdefs.h"
9960 #include <sys/types.h>
9966 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9967 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
9969 ac_cv_type_pid_t
=yes
9977 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
9978 if test $ac_cv_type_pid_t = no
; then
9979 cat >> confdefs.h
<<\EOF
9985 echo $ac_n "checking for size_t""... $ac_c" 1>&6
9986 echo "configure:9987: checking for size_t" >&5
9987 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
9988 echo $ac_n "(cached) $ac_c" 1>&6
9990 cat > conftest.
$ac_ext <<EOF
9991 #line 9992 "configure"
9992 #include "confdefs.h"
9993 #include <sys/types.h>
9999 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10000 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
10002 ac_cv_type_size_t
=yes
10005 ac_cv_type_size_t
=no
10010 echo "$ac_t""$ac_cv_type_size_t" 1>&6
10011 if test $ac_cv_type_size_t = no
; then
10012 cat >> confdefs.h
<<\EOF
10013 #define size_t unsigned
10018 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
10019 echo "configure:10020: checking for uid_t in sys/types.h" >&5
10020 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
10021 echo $ac_n "(cached) $ac_c" 1>&6
10023 cat > conftest.
$ac_ext <<EOF
10024 #line 10025 "configure"
10025 #include "confdefs.h"
10026 #include <sys/types.h>
10028 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10029 egrep "uid_t" >/dev
/null
2>&1; then
10031 ac_cv_type_uid_t
=yes
10034 ac_cv_type_uid_t
=no
10040 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
10041 if test $ac_cv_type_uid_t = no
; then
10042 cat >> confdefs.h
<<\EOF
10046 cat >> confdefs.h
<<\EOF
10053 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
10054 echo "configure:10055: checking for wchar_t" >&5
10055 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
10056 echo $ac_n "(cached) $ac_c" 1>&6
10059 cat > conftest.
$ac_ext <<EOF
10060 #line 10061 "configure"
10061 #include "confdefs.h"
10067 ws = L"Hello, world!";
10071 if { (eval echo configure
:10072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10073 wx_cv_type_wchar_t
=yes
10075 echo "configure: failed program was:" >&5
10076 cat conftest.
$ac_ext >&5
10078 wx_cv_type_wchar_t
=no
10084 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
10085 if test "$wx_cv_type_wchar_t" = yes ; then
10086 cat >> confdefs.h
<<\EOF
10087 #define wxUSE_WCHAR_T 1
10093 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
10094 echo "configure:10095: checking for pw_gecos in struct passwd" >&5
10095 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
10096 echo $ac_n "(cached) $ac_c" 1>&6
10099 cat > conftest.
$ac_ext <<EOF
10100 #line 10101 "configure"
10101 #include "confdefs.h"
10111 if { (eval echo configure
:10112: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10114 wx_cv_struct_pw_gecos
=yes
10117 echo "configure: failed program was:" >&5
10118 cat conftest.
$ac_ext >&5
10121 wx_cv_struct_pw_gecos
=no
10130 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
10132 if test "$wx_cv_struct_pw_gecos" = "yes"; then
10133 cat >> confdefs.h
<<\EOF
10134 #define HAVE_PW_GECOS 1
10140 echo $ac_n "checking for working const""... $ac_c" 1>&6
10141 echo "configure:10142: checking for working const" >&5
10142 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
10143 echo $ac_n "(cached) $ac_c" 1>&6
10145 cat > conftest.
$ac_ext <<EOF
10146 #line 10147 "configure"
10147 #include "confdefs.h"
10151 /* Ultrix mips cc rejects this. */
10152 typedef int charset[2]; const charset x;
10153 /* SunOS 4.1.1 cc rejects this. */
10154 char const *const *ccp;
10156 /* NEC SVR4.0.2 mips cc rejects this. */
10157 struct point {int x, y;};
10158 static struct point const zero = {0,0};
10159 /* AIX XL C 1.02.0.0 rejects this.
10160 It does not let you subtract one const X* pointer from another in an arm
10161 of an if-expression whose if-part is not a constant expression */
10162 const char *g = "string";
10163 ccp = &g + (g ? g-g : 0);
10164 /* HPUX 7.0 cc rejects these. */
10167 ccp = (char const *const *) p;
10168 { /* SCO 3.2v4 cc rejects this. */
10170 char const *s = 0 ? (char *) 0 : (char const *) 0;
10174 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10175 int x[] = {25, 17};
10176 const int *foo = &x[0];
10179 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10180 typedef const int *iptr;
10184 { /* AIX XL C 1.02.0.0 rejects this saying
10185 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10186 struct s { int j; const int *ap[3]; };
10187 struct s *b; b->j = 5;
10189 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10190 const int foo = 10;
10195 if { (eval echo configure
:10196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10199 echo "configure: failed program was:" >&5
10200 cat conftest.
$ac_ext >&5
10207 echo "$ac_t""$ac_cv_c_const" 1>&6
10208 if test $ac_cv_c_const = no
; then
10209 cat >> confdefs.h
<<\EOF
10215 echo $ac_n "checking for inline""... $ac_c" 1>&6
10216 echo "configure:10217: checking for inline" >&5
10217 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10218 echo $ac_n "(cached) $ac_c" 1>&6
10221 for ac_kw
in inline __inline__ __inline
; do
10222 cat > conftest.
$ac_ext <<EOF
10223 #line 10224 "configure"
10224 #include "confdefs.h"
10230 if { (eval echo configure
:10231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10232 ac_cv_c_inline
=$ac_kw; break
10234 echo "configure: failed program was:" >&5
10235 cat conftest.
$ac_ext >&5
10242 echo "$ac_t""$ac_cv_c_inline" 1>&6
10243 case "$ac_cv_c_inline" in
10245 no
) cat >> confdefs.h
<<\EOF
10249 *) cat >> confdefs.h
<<EOF
10250 #define inline $ac_cv_c_inline
10256 echo $ac_n "checking size of char""... $ac_c" 1>&6
10257 echo "configure:10258: checking size of char" >&5
10258 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10259 echo $ac_n "(cached) $ac_c" 1>&6
10261 if test "$cross_compiling" = yes; then
10262 ac_cv_sizeof_char
=1
10264 cat > conftest.
$ac_ext <<EOF
10265 #line 10266 "configure"
10266 #include "confdefs.h"
10270 FILE *f=fopen("conftestval", "w");
10272 fprintf(f, "%d\n", sizeof(char));
10276 if { (eval echo configure
:10277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10278 ac_cv_sizeof_char
=`cat conftestval`
10280 echo "configure: failed program was:" >&5
10281 cat conftest.
$ac_ext >&5
10283 ac_cv_sizeof_char
=0
10289 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10290 cat >> confdefs.h
<<EOF
10291 #define SIZEOF_CHAR $ac_cv_sizeof_char
10295 echo $ac_n "checking size of short""... $ac_c" 1>&6
10296 echo "configure:10297: checking size of short" >&5
10297 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10298 echo $ac_n "(cached) $ac_c" 1>&6
10300 if test "$cross_compiling" = yes; then
10301 ac_cv_sizeof_short
=2
10303 cat > conftest.
$ac_ext <<EOF
10304 #line 10305 "configure"
10305 #include "confdefs.h"
10309 FILE *f=fopen("conftestval", "w");
10311 fprintf(f, "%d\n", sizeof(short));
10315 if { (eval echo configure
:10316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10317 ac_cv_sizeof_short
=`cat conftestval`
10319 echo "configure: failed program was:" >&5
10320 cat conftest.
$ac_ext >&5
10322 ac_cv_sizeof_short
=0
10328 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10329 cat >> confdefs.h
<<EOF
10330 #define SIZEOF_SHORT $ac_cv_sizeof_short
10334 echo $ac_n "checking size of int *""... $ac_c" 1>&6
10335 echo "configure:10336: checking size of int *" >&5
10336 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
10337 echo $ac_n "(cached) $ac_c" 1>&6
10339 if test "$cross_compiling" = yes; then
10340 ac_cv_sizeof_int_p
=4
10342 cat > conftest.
$ac_ext <<EOF
10343 #line 10344 "configure"
10344 #include "confdefs.h"
10348 FILE *f=fopen("conftestval", "w");
10350 fprintf(f, "%d\n", sizeof(int *));
10354 if { (eval echo configure
:10355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10356 ac_cv_sizeof_int_p
=`cat conftestval`
10358 echo "configure: failed program was:" >&5
10359 cat conftest.
$ac_ext >&5
10361 ac_cv_sizeof_int_p
=0
10367 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
10368 cat >> confdefs.h
<<EOF
10369 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
10373 echo $ac_n "checking size of int""... $ac_c" 1>&6
10374 echo "configure:10375: checking size of int" >&5
10375 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10376 echo $ac_n "(cached) $ac_c" 1>&6
10378 if test "$cross_compiling" = yes; then
10381 cat > conftest.
$ac_ext <<EOF
10382 #line 10383 "configure"
10383 #include "confdefs.h"
10387 FILE *f=fopen("conftestval", "w");
10389 fprintf(f, "%d\n", sizeof(int));
10393 if { (eval echo configure
:10394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10395 ac_cv_sizeof_int
=`cat conftestval`
10397 echo "configure: failed program was:" >&5
10398 cat conftest.
$ac_ext >&5
10406 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10407 cat >> confdefs.h
<<EOF
10408 #define SIZEOF_INT $ac_cv_sizeof_int
10412 echo $ac_n "checking size of long""... $ac_c" 1>&6
10413 echo "configure:10414: checking size of long" >&5
10414 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10415 echo $ac_n "(cached) $ac_c" 1>&6
10417 if test "$cross_compiling" = yes; then
10418 ac_cv_sizeof_long
=4
10420 cat > conftest.
$ac_ext <<EOF
10421 #line 10422 "configure"
10422 #include "confdefs.h"
10426 FILE *f=fopen("conftestval", "w");
10428 fprintf(f, "%d\n", sizeof(long));
10432 if { (eval echo configure
:10433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10434 ac_cv_sizeof_long
=`cat conftestval`
10436 echo "configure: failed program was:" >&5
10437 cat conftest.
$ac_ext >&5
10439 ac_cv_sizeof_long
=0
10445 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10446 cat >> confdefs.h
<<EOF
10447 #define SIZEOF_LONG $ac_cv_sizeof_long
10451 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10452 echo "configure:10453: checking size of long long" >&5
10453 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10454 echo $ac_n "(cached) $ac_c" 1>&6
10456 if test "$cross_compiling" = yes; then
10457 ac_cv_sizeof_long_long
=0
10459 cat > conftest.
$ac_ext <<EOF
10460 #line 10461 "configure"
10461 #include "confdefs.h"
10465 FILE *f=fopen("conftestval", "w");
10467 fprintf(f, "%d\n", sizeof(long long));
10471 if { (eval echo configure
:10472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10473 ac_cv_sizeof_long_long
=`cat conftestval`
10475 echo "configure: failed program was:" >&5
10476 cat conftest.
$ac_ext >&5
10478 ac_cv_sizeof_long_long
=0
10484 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10485 cat >> confdefs.h
<<EOF
10486 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10491 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10492 echo "configure:10493: checking size of wchar_t" >&5
10493 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10494 echo $ac_n "(cached) $ac_c" 1>&6
10497 if test "$cross_compiling" = yes; then
10498 wx_cv_sizeof_wchar_t
=4
10501 cat > conftest.
$ac_ext <<EOF
10502 #line 10503 "configure"
10503 #include "confdefs.h"
10509 FILE *f=fopen("conftestval", "w");
10511 fprintf(f, "%i", sizeof(wchar_t));
10516 if { (eval echo configure
:10517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10518 wx_cv_sizeof_wchar_t
=`cat conftestval`
10520 echo "configure: failed program was:" >&5
10521 cat conftest.
$ac_ext >&5
10523 wx_cv_sizeof_wchar_t
=0
10531 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10533 cat >> confdefs.h
<<EOF
10534 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10539 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10540 echo "configure:10541: checking whether byte ordering is bigendian" >&5
10541 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10542 echo $ac_n "(cached) $ac_c" 1>&6
10544 ac_cv_c_bigendian
=unknown
10545 # See if sys/param.h defines the BYTE_ORDER macro.
10546 cat > conftest.
$ac_ext <<EOF
10547 #line 10548 "configure"
10548 #include "confdefs.h"
10549 #include <sys/types.h>
10550 #include <sys/param.h>
10553 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10554 bogus endian macros
10558 if { (eval echo configure
:10559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10560 # It does; now see whether it defined to BIG_ENDIAN or not.
10561 cat > conftest.
$ac_ext <<EOF
10562 #line 10563 "configure"
10563 #include "confdefs.h"
10564 #include <sys/types.h>
10565 #include <sys/param.h>
10568 #if BYTE_ORDER != BIG_ENDIAN
10573 if { (eval echo configure
:10574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10575 ac_cv_c_bigendian
=yes
10577 echo "configure: failed program was:" >&5
10578 cat conftest.
$ac_ext >&5
10580 ac_cv_c_bigendian
=no
10584 echo "configure: failed program was:" >&5
10585 cat conftest.
$ac_ext >&5
10588 if test $ac_cv_c_bigendian = unknown
; then
10589 if test "$cross_compiling" = yes; then
10590 ac_cv_c_bigendian
=unknown
10592 cat > conftest.
$ac_ext <<EOF
10593 #line 10594 "configure"
10594 #include "confdefs.h"
10596 /* Are we little or big endian? From Harbison&Steele. */
10600 char c[sizeof (long)];
10603 exit (u.c[sizeof (long) - 1] == 1);
10606 if { (eval echo configure
:10607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10608 ac_cv_c_bigendian
=no
10610 echo "configure: failed program was:" >&5
10611 cat conftest.
$ac_ext >&5
10613 ac_cv_c_bigendian
=yes
10621 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10622 if test $ac_cv_c_bigendian = unknown
; then
10623 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
10625 if test $ac_cv_c_bigendian = yes; then
10626 cat >> confdefs.h
<<\EOF
10627 #define WORDS_BIGENDIAN 1
10634 if test "$cross_compiling" = "yes"; then
10635 cat >> confdefs.h
<<\EOF
10636 #define wxUSE_IOSTREAMH 1
10642 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10643 ac_cpp
='$CXXCPP $CPPFLAGS'
10644 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10645 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10646 cross_compiling
=$ac_cv_prog_cxx_cross
10649 for ac_hdr
in iostream
10651 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10652 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10653 echo "configure:10654: checking for $ac_hdr" >&5
10654 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10655 echo $ac_n "(cached) $ac_c" 1>&6
10657 cat > conftest.
$ac_ext <<EOF
10658 #line 10659 "configure"
10659 #include "confdefs.h"
10662 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10663 { (eval echo configure
:10664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10664 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10665 if test -z "$ac_err"; then
10667 eval "ac_cv_header_$ac_safe=yes"
10670 echo "configure: failed program was:" >&5
10671 cat conftest.
$ac_ext >&5
10673 eval "ac_cv_header_$ac_safe=no"
10677 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10678 echo "$ac_t""yes" 1>&6
10679 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10680 cat >> confdefs.h
<<EOF
10681 #define $ac_tr_hdr 1
10685 echo "$ac_t""no" 1>&6
10690 if test "x$HAVE_IOSTREAM" = x
; then
10691 cat >> confdefs.h
<<\EOF
10692 #define wxUSE_IOSTREAMH 1
10700 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10701 ac_cpp
='$CPP $CPPFLAGS'
10702 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10703 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10704 cross_compiling
=$ac_cv_prog_cc_cross
10710 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
10711 echo "configure:10712: checking if C++ compiler supports bool" >&5
10712 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10713 echo $ac_n "(cached) $ac_c" 1>&6
10718 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10719 ac_cpp
='$CXXCPP $CPPFLAGS'
10720 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10721 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10722 cross_compiling
=$ac_cv_prog_cxx_cross
10725 cat > conftest.
$ac_ext <<EOF
10726 #line 10727 "configure"
10727 #include "confdefs.h"
10738 if { (eval echo configure
:10739: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10741 cat >> confdefs.h
<<\EOF
10742 #define HAVE_BOOL 1
10748 echo "configure: failed program was:" >&5
10749 cat conftest.
$ac_ext >&5
10759 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10760 ac_cpp
='$CPP $CPPFLAGS'
10761 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10762 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10763 cross_compiling
=$ac_cv_prog_cc_cross
10768 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10770 if test "$wx_cv_cpp_bool" = "yes"; then
10771 cat >> confdefs.h
<<\EOF
10772 #define HAVE_BOOL 1
10779 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
10780 echo "configure:10781: checking if you need GNU extensions" >&5
10781 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
10782 echo $ac_n "(cached) $ac_c" 1>&6
10785 cat > conftest.
$ac_ext <<EOF
10786 #line 10787 "configure"
10787 #include "confdefs.h"
10788 #include <features.h>
10792 #ifndef __GNU_LIBRARY__
10793 Compile error wanted
10799 if { (eval echo configure
:10800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10801 wx_cv_gnu_extensions
=yes
10803 echo "configure: failed program was:" >&5
10804 cat conftest.
$ac_ext >&5
10806 wx_cv_gnu_extensions
=no
10813 echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
10814 if test "$wx_cv_gnu_extensions" = "yes"; then
10815 cat >> confdefs.h
<<EOF
10816 #define _GNU_SOURCE 1
10823 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
10824 echo "configure:10825: checking for wcslen in -lc" >&5
10825 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
10826 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10827 echo $ac_n "(cached) $ac_c" 1>&6
10829 ac_save_LIBS
="$LIBS"
10831 cat > conftest.
$ac_ext <<EOF
10832 #line 10833 "configure"
10833 #include "confdefs.h"
10834 /* Override any gcc2 internal prototype to avoid an error. */
10835 /* We use char because int might match the return type of a gcc2
10836 builtin and then its argument prototype would still apply. */
10843 if { (eval echo configure
:10844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10845 eval "ac_cv_lib_$ac_lib_var=yes"
10847 echo "configure: failed program was:" >&5
10848 cat conftest.
$ac_ext >&5
10850 eval "ac_cv_lib_$ac_lib_var=no"
10853 LIBS
="$ac_save_LIBS"
10856 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10857 echo "$ac_t""yes" 1>&6
10859 cat >> confdefs.h
<<\EOF
10860 #define HAVE_WCSLEN 1
10866 echo "$ac_t""no" 1>&6
10868 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
10869 echo "configure:10870: checking for wcslen in -lw" >&5
10870 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
10871 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10872 echo $ac_n "(cached) $ac_c" 1>&6
10874 ac_save_LIBS
="$LIBS"
10876 cat > conftest.
$ac_ext <<EOF
10877 #line 10878 "configure"
10878 #include "confdefs.h"
10879 /* Override any gcc2 internal prototype to avoid an error. */
10880 /* We use char because int might match the return type of a gcc2
10881 builtin and then its argument prototype would still apply. */
10888 if { (eval echo configure
:10889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10890 eval "ac_cv_lib_$ac_lib_var=yes"
10892 echo "configure: failed program was:" >&5
10893 cat conftest.
$ac_ext >&5
10895 eval "ac_cv_lib_$ac_lib_var=no"
10898 LIBS
="$ac_save_LIBS"
10901 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10902 echo "$ac_t""yes" 1>&6
10904 cat >> confdefs.h
<<\EOF
10905 #define HAVE_WCSLEN 1
10911 echo "$ac_t""no" 1>&6
10918 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
10919 echo "configure:10920: checking for vprintf" >&5
10920 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
10921 echo $ac_n "(cached) $ac_c" 1>&6
10923 cat > conftest.
$ac_ext <<EOF
10924 #line 10925 "configure"
10925 #include "confdefs.h"
10926 /* System header to define __stub macros and hopefully few prototypes,
10927 which can conflict with char vprintf(); below. */
10928 #include <assert.h>
10929 /* Override any gcc2 internal prototype to avoid an error. */
10930 /* We use char because int might match the return type of a gcc2
10931 builtin and then its argument prototype would still apply. */
10936 /* The GNU C library defines this for functions which it implements
10937 to always fail with ENOSYS. Some functions are actually named
10938 something starting with __ and the normal name is an alias. */
10939 #if defined (__stub_vprintf) || defined (__stub___vprintf)
10947 if { (eval echo configure
:10948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10949 eval "ac_cv_func_vprintf=yes"
10951 echo "configure: failed program was:" >&5
10952 cat conftest.
$ac_ext >&5
10954 eval "ac_cv_func_vprintf=no"
10959 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
10960 echo "$ac_t""yes" 1>&6
10961 cat >> confdefs.h
<<\EOF
10962 #define HAVE_VPRINTF 1
10966 echo "$ac_t""no" 1>&6
10969 if test "$ac_cv_func_vprintf" != yes; then
10970 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
10971 echo "configure:10972: checking for _doprnt" >&5
10972 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
10973 echo $ac_n "(cached) $ac_c" 1>&6
10975 cat > conftest.
$ac_ext <<EOF
10976 #line 10977 "configure"
10977 #include "confdefs.h"
10978 /* System header to define __stub macros and hopefully few prototypes,
10979 which can conflict with char _doprnt(); below. */
10980 #include <assert.h>
10981 /* Override any gcc2 internal prototype to avoid an error. */
10982 /* We use char because int might match the return type of a gcc2
10983 builtin and then its argument prototype would still apply. */
10988 /* The GNU C library defines this for functions which it implements
10989 to always fail with ENOSYS. Some functions are actually named
10990 something starting with __ and the normal name is an alias. */
10991 #if defined (__stub__doprnt) || defined (__stub____doprnt)
10999 if { (eval echo configure
:11000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11001 eval "ac_cv_func__doprnt=yes"
11003 echo "configure: failed program was:" >&5
11004 cat conftest.
$ac_ext >&5
11006 eval "ac_cv_func__doprnt=no"
11011 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
11012 echo "$ac_t""yes" 1>&6
11013 cat >> confdefs.h
<<\EOF
11014 #define HAVE_DOPRNT 1
11018 echo "$ac_t""no" 1>&6
11029 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
11030 echo "configure:11031: checking for vsnprintf" >&5
11031 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
11032 echo $ac_n "(cached) $ac_c" 1>&6
11035 cat > conftest.
$ac_ext <<EOF
11036 #line 11037 "configure"
11037 #include "confdefs.h"
11040 #include <stdarg.h>
11044 int wx_test_vsnprintf(const char *, ...);
11046 wx_test_vsnprintf("%s");
11050 int wx_test_vsnprintf(const char *fmt, ...)
11055 va_start(argp, fmt);
11056 vsnprintf(s, 42, fmt, argp);
11061 if { (eval echo configure
:11062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11064 wx_cv_func_vsnprintf
=yes
11067 echo "configure: failed program was:" >&5
11068 cat conftest.
$ac_ext >&5
11071 cat > conftest.
$ac_ext <<EOF
11072 #line 11073 "configure"
11073 #include "confdefs.h"
11076 #include <stdarg.h>
11080 int wx_test_vsnprintf(const char *, ...);
11082 wx_test_vsnprintf("%s");
11086 int wx_test_vsnprintf(const char *fmt, ...)
11091 va_start(argp, fmt);
11092 _vsnprintf(s, 42, fmt, argp);
11097 if { (eval echo configure
:11098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11100 wx_cv_func_vsnprintf
=yes
11103 echo "configure: failed program was:" >&5
11104 cat conftest.
$ac_ext >&5
11107 wx_cv_func_vsnprintf
=no
11117 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
11119 if test "$wx_cv_func_vsnprintf" = yes; then
11120 cat >> confdefs.h
<<\EOF
11121 #define HAVE_VSNPRINTF 1
11125 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
11128 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
11129 echo "configure:11130: checking for vsscanf" >&5
11130 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
11131 echo $ac_n "(cached) $ac_c" 1>&6
11134 cat > conftest.
$ac_ext <<EOF
11135 #line 11136 "configure"
11136 #include "confdefs.h"
11139 #include <stdarg.h>
11143 int wx_test_vsscanf(const char *, ...);
11145 wx_test_vsscanf("%d");
11149 int wx_test_vsscanf(const char *fmt, ...)
11152 va_start(argp, fmt);
11153 vsscanf("42", fmt, argp);
11158 if { (eval echo configure
:11159: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11161 wx_cv_func_vsscanf
=yes
11164 echo "configure: failed program was:" >&5
11165 cat conftest.
$ac_ext >&5
11168 wx_cv_func_vsscanf
=no
11175 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
11177 if test "$wx_cv_func_vsscanf" = yes; then
11178 cat >> confdefs.h
<<\EOF
11179 #define HAVE_VSSCANF 1
11186 if test "$TOOLKIT" != "MSW"; then
11191 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11192 ac_cpp
='$CXXCPP $CPPFLAGS'
11193 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11194 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11195 cross_compiling
=$ac_cv_prog_cxx_cross
11197 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
11198 echo "configure:11199: checking if iconv() takes char**" >&5
11199 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
11200 echo $ac_n "(cached) $ac_c" 1>&6
11203 cat > conftest.
$ac_ext <<EOF
11204 #line 11205 "configure"
11205 #include "confdefs.h"
11209 char **inbuf, **outbuf;
11211 size_t insz, outsz;
11212 iconv(cd, inbuf, &insz, outbuf, &outsz);
11216 if { (eval echo configure
:11217: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11218 wx_cv_iconv_takes_char
=yes
11220 echo "configure: failed program was:" >&5
11221 cat conftest.
$ac_ext >&5
11223 wx_cv_iconv_takes_char
=no
11229 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
11231 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11232 ac_cpp
='$CPP $CPPFLAGS'
11233 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11234 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11235 cross_compiling
=$ac_cv_prog_cc_cross
11237 if test "$wx_cv_iconv_takes_char" = yes ; then
11238 cat >> confdefs.h
<<\EOF
11239 #define WX_ICONV_TAKES_CHAR 1
11245 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
11246 for ac_func
in sigaction
11248 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11249 echo "configure:11250: checking for $ac_func" >&5
11250 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11251 echo $ac_n "(cached) $ac_c" 1>&6
11253 cat > conftest.
$ac_ext <<EOF
11254 #line 11255 "configure"
11255 #include "confdefs.h"
11256 /* System header to define __stub macros and hopefully few prototypes,
11257 which can conflict with char $ac_func(); below. */
11258 #include <assert.h>
11259 /* Override any gcc2 internal prototype to avoid an error. */
11260 /* We use char because int might match the return type of a gcc2
11261 builtin and then its argument prototype would still apply. */
11266 /* The GNU C library defines this for functions which it implements
11267 to always fail with ENOSYS. Some functions are actually named
11268 something starting with __ and the normal name is an alias. */
11269 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11277 if { (eval echo configure
:11278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11279 eval "ac_cv_func_$ac_func=yes"
11281 echo "configure: failed program was:" >&5
11282 cat conftest.
$ac_ext >&5
11284 eval "ac_cv_func_$ac_func=no"
11289 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11290 echo "$ac_t""yes" 1>&6
11291 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11292 cat >> confdefs.h
<<EOF
11293 #define $ac_tr_func 1
11297 echo "$ac_t""no" 1>&6
11302 if test "$ac_cv_func_sigaction" = "no"; then
11303 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
11304 wxUSE_ON_FATAL_EXCEPTION
=no
11307 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
11310 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11311 ac_cpp
='$CXXCPP $CPPFLAGS'
11312 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11313 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11314 cross_compiling
=$ac_cv_prog_cxx_cross
11317 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
11318 echo "configure:11319: checking for sa_handler type" >&5
11319 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
11320 echo $ac_n "(cached) $ac_c" 1>&6
11323 cat > conftest.
$ac_ext <<EOF
11324 #line 11325 "configure"
11325 #include "confdefs.h"
11326 #include <signal.h>
11329 extern void testSigHandler(int);
11331 struct sigaction sa;
11332 sa.sa_handler = testSigHandler;
11336 if { (eval echo configure
:11337: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11339 wx_cv_type_sa_handler
=int
11342 echo "configure: failed program was:" >&5
11343 cat conftest.
$ac_ext >&5
11346 wx_cv_type_sa_handler
=void
11353 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
11356 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11357 ac_cpp
='$CPP $CPPFLAGS'
11358 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11359 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11360 cross_compiling
=$ac_cv_prog_cc_cross
11363 cat >> confdefs.h
<<EOF
11364 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
11370 for ac_func
in vfork
11372 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11373 echo "configure:11374: checking for $ac_func" >&5
11374 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11375 echo $ac_n "(cached) $ac_c" 1>&6
11377 cat > conftest.
$ac_ext <<EOF
11378 #line 11379 "configure"
11379 #include "confdefs.h"
11380 /* System header to define __stub macros and hopefully few prototypes,
11381 which can conflict with char $ac_func(); below. */
11382 #include <assert.h>
11383 /* Override any gcc2 internal prototype to avoid an error. */
11384 /* We use char because int might match the return type of a gcc2
11385 builtin and then its argument prototype would still apply. */
11390 /* The GNU C library defines this for functions which it implements
11391 to always fail with ENOSYS. Some functions are actually named
11392 something starting with __ and the normal name is an alias. */
11393 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11401 if { (eval echo configure
:11402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11403 eval "ac_cv_func_$ac_func=yes"
11405 echo "configure: failed program was:" >&5
11406 cat conftest.
$ac_ext >&5
11408 eval "ac_cv_func_$ac_func=no"
11413 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11414 echo "$ac_t""yes" 1>&6
11415 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11416 cat >> confdefs.h
<<EOF
11417 #define $ac_tr_func 1
11421 echo "$ac_t""no" 1>&6
11426 for ac_func
in timegm
11428 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11429 echo "configure:11430: checking for $ac_func" >&5
11430 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11431 echo $ac_n "(cached) $ac_c" 1>&6
11433 cat > conftest.
$ac_ext <<EOF
11434 #line 11435 "configure"
11435 #include "confdefs.h"
11436 /* System header to define __stub macros and hopefully few prototypes,
11437 which can conflict with char $ac_func(); below. */
11438 #include <assert.h>
11439 /* Override any gcc2 internal prototype to avoid an error. */
11440 /* We use char because int might match the return type of a gcc2
11441 builtin and then its argument prototype would still apply. */
11446 /* The GNU C library defines this for functions which it implements
11447 to always fail with ENOSYS. Some functions are actually named
11448 something starting with __ and the normal name is an alias. */
11449 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11457 if { (eval echo configure
:11458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11459 eval "ac_cv_func_$ac_func=yes"
11461 echo "configure: failed program was:" >&5
11462 cat conftest.
$ac_ext >&5
11464 eval "ac_cv_func_$ac_func=no"
11469 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11470 echo "$ac_t""yes" 1>&6
11471 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11472 cat >> confdefs.h
<<EOF
11473 #define $ac_tr_func 1
11477 echo "$ac_t""no" 1>&6
11482 for ac_func
in putenv setenv
11484 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11485 echo "configure:11486: checking for $ac_func" >&5
11486 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11487 echo $ac_n "(cached) $ac_c" 1>&6
11489 cat > conftest.
$ac_ext <<EOF
11490 #line 11491 "configure"
11491 #include "confdefs.h"
11492 /* System header to define __stub macros and hopefully few prototypes,
11493 which can conflict with char $ac_func(); below. */
11494 #include <assert.h>
11495 /* Override any gcc2 internal prototype to avoid an error. */
11496 /* We use char because int might match the return type of a gcc2
11497 builtin and then its argument prototype would still apply. */
11502 /* The GNU C library defines this for functions which it implements
11503 to always fail with ENOSYS. Some functions are actually named
11504 something starting with __ and the normal name is an alias. */
11505 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11513 if { (eval echo configure
:11514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11515 eval "ac_cv_func_$ac_func=yes"
11517 echo "configure: failed program was:" >&5
11518 cat conftest.
$ac_ext >&5
11520 eval "ac_cv_func_$ac_func=no"
11525 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11526 echo "$ac_t""yes" 1>&6
11527 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11528 cat >> confdefs.h
<<EOF
11529 #define $ac_tr_func 1
11533 echo "$ac_t""no" 1>&6
11538 HAVE_SOME_SLEEP_FUNC
=0
11539 if test "$USE_BEOS" = 1; then
11540 cat >> confdefs.h
<<\EOF
11541 #define HAVE_SLEEP 1
11544 HAVE_SOME_SLEEP_FUNC
=1
11547 if test "$USE_MAC" = 1; then
11548 cat >> confdefs.h
<<\EOF
11549 #define HAVE_USLEEP 1
11552 HAVE_SOME_SLEEP_FUNC
=1
11555 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
11557 for ac_func
in nanosleep
11559 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11560 echo "configure:11561: checking for $ac_func" >&5
11561 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11562 echo $ac_n "(cached) $ac_c" 1>&6
11564 cat > conftest.
$ac_ext <<EOF
11565 #line 11566 "configure"
11566 #include "confdefs.h"
11567 /* System header to define __stub macros and hopefully few prototypes,
11568 which can conflict with char $ac_func(); below. */
11569 #include <assert.h>
11570 /* Override any gcc2 internal prototype to avoid an error. */
11571 /* We use char because int might match the return type of a gcc2
11572 builtin and then its argument prototype would still apply. */
11577 /* The GNU C library defines this for functions which it implements
11578 to always fail with ENOSYS. Some functions are actually named
11579 something starting with __ and the normal name is an alias. */
11580 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11588 if { (eval echo configure
:11589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11590 eval "ac_cv_func_$ac_func=yes"
11592 echo "configure: failed program was:" >&5
11593 cat conftest.
$ac_ext >&5
11595 eval "ac_cv_func_$ac_func=no"
11600 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11601 echo "$ac_t""yes" 1>&6
11602 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11603 cat >> confdefs.h
<<EOF
11604 #define $ac_tr_func 1
11606 cat >> confdefs.h
<<\EOF
11607 #define HAVE_NANOSLEEP 1
11611 echo "$ac_t""no" 1>&6
11612 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
11613 echo "configure:11614: checking for nanosleep in -lposix4" >&5
11614 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
11615 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11616 echo $ac_n "(cached) $ac_c" 1>&6
11618 ac_save_LIBS
="$LIBS"
11619 LIBS
="-lposix4 $LIBS"
11620 cat > conftest.
$ac_ext <<EOF
11621 #line 11622 "configure"
11622 #include "confdefs.h"
11623 /* Override any gcc2 internal prototype to avoid an error. */
11624 /* We use char because int might match the return type of a gcc2
11625 builtin and then its argument prototype would still apply. */
11632 if { (eval echo configure
:11633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11634 eval "ac_cv_lib_$ac_lib_var=yes"
11636 echo "configure: failed program was:" >&5
11637 cat conftest.
$ac_ext >&5
11639 eval "ac_cv_lib_$ac_lib_var=no"
11642 LIBS
="$ac_save_LIBS"
11645 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11646 echo "$ac_t""yes" 1>&6
11648 cat >> confdefs.h
<<\EOF
11649 #define HAVE_NANOSLEEP 1
11652 POSIX4_LINK
="-lposix4"
11655 echo "$ac_t""no" 1>&6
11657 for ac_func
in usleep
11659 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11660 echo "configure:11661: checking for $ac_func" >&5
11661 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11662 echo $ac_n "(cached) $ac_c" 1>&6
11664 cat > conftest.
$ac_ext <<EOF
11665 #line 11666 "configure"
11666 #include "confdefs.h"
11667 /* System header to define __stub macros and hopefully few prototypes,
11668 which can conflict with char $ac_func(); below. */
11669 #include <assert.h>
11670 /* Override any gcc2 internal prototype to avoid an error. */
11671 /* We use char because int might match the return type of a gcc2
11672 builtin and then its argument prototype would still apply. */
11677 /* The GNU C library defines this for functions which it implements
11678 to always fail with ENOSYS. Some functions are actually named
11679 something starting with __ and the normal name is an alias. */
11680 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11688 if { (eval echo configure
:11689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11690 eval "ac_cv_func_$ac_func=yes"
11692 echo "configure: failed program was:" >&5
11693 cat conftest.
$ac_ext >&5
11695 eval "ac_cv_func_$ac_func=no"
11700 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11701 echo "$ac_t""yes" 1>&6
11702 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11703 cat >> confdefs.h
<<EOF
11704 #define $ac_tr_func 1
11706 cat >> confdefs.h
<<\EOF
11707 #define HAVE_USLEEP 1
11711 echo "$ac_t""no" 1>&6
11715 echo "configure: warning: wxSleep() function will not work" 1>&2
11727 for ac_func
in uname gethostname
11729 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11730 echo "configure:11731: checking for $ac_func" >&5
11731 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11732 echo $ac_n "(cached) $ac_c" 1>&6
11734 cat > conftest.
$ac_ext <<EOF
11735 #line 11736 "configure"
11736 #include "confdefs.h"
11737 /* System header to define __stub macros and hopefully few prototypes,
11738 which can conflict with char $ac_func(); below. */
11739 #include <assert.h>
11740 /* Override any gcc2 internal prototype to avoid an error. */
11741 /* We use char because int might match the return type of a gcc2
11742 builtin and then its argument prototype would still apply. */
11747 /* The GNU C library defines this for functions which it implements
11748 to always fail with ENOSYS. Some functions are actually named
11749 something starting with __ and the normal name is an alias. */
11750 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11758 if { (eval echo configure
:11759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11760 eval "ac_cv_func_$ac_func=yes"
11762 echo "configure: failed program was:" >&5
11763 cat conftest.
$ac_ext >&5
11765 eval "ac_cv_func_$ac_func=no"
11770 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11771 echo "$ac_t""yes" 1>&6
11772 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11773 cat >> confdefs.h
<<EOF
11774 #define $ac_tr_func 1
11778 echo "$ac_t""no" 1>&6
11785 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11786 ac_cpp
='$CXXCPP $CPPFLAGS'
11787 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11788 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11789 cross_compiling
=$ac_cv_prog_cxx_cross
11792 for ac_func
in strtok_r
11794 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11795 echo "configure:11796: checking for $ac_func" >&5
11796 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11797 echo $ac_n "(cached) $ac_c" 1>&6
11799 cat > conftest.
$ac_ext <<EOF
11800 #line 11801 "configure"
11801 #include "confdefs.h"
11802 /* System header to define __stub macros and hopefully few prototypes,
11803 which can conflict with char $ac_func(); below. */
11804 #include <assert.h>
11805 /* Override any gcc2 internal prototype to avoid an error. */
11809 /* We use char because int might match the return type of a gcc2
11810 builtin and then its argument prototype would still apply. */
11815 /* The GNU C library defines this for functions which it implements
11816 to always fail with ENOSYS. Some functions are actually named
11817 something starting with __ and the normal name is an alias. */
11818 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11826 if { (eval echo configure
:11827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11828 eval "ac_cv_func_$ac_func=yes"
11830 echo "configure: failed program was:" >&5
11831 cat conftest.
$ac_ext >&5
11833 eval "ac_cv_func_$ac_func=no"
11838 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11839 echo "$ac_t""yes" 1>&6
11840 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11841 cat >> confdefs.h
<<EOF
11842 #define $ac_tr_func 1
11846 echo "$ac_t""no" 1>&6
11852 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11853 ac_cpp
='$CPP $CPPFLAGS'
11854 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11855 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11856 cross_compiling
=$ac_cv_prog_cc_cross
11860 for ac_func
in inet_addr
11862 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11863 echo "configure:11864: checking for $ac_func" >&5
11864 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11865 echo $ac_n "(cached) $ac_c" 1>&6
11867 cat > conftest.
$ac_ext <<EOF
11868 #line 11869 "configure"
11869 #include "confdefs.h"
11870 /* System header to define __stub macros and hopefully few prototypes,
11871 which can conflict with char $ac_func(); below. */
11872 #include <assert.h>
11873 /* Override any gcc2 internal prototype to avoid an error. */
11874 /* We use char because int might match the return type of a gcc2
11875 builtin and then its argument prototype would still apply. */
11880 /* The GNU C library defines this for functions which it implements
11881 to always fail with ENOSYS. Some functions are actually named
11882 something starting with __ and the normal name is an alias. */
11883 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11891 if { (eval echo configure
:11892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11893 eval "ac_cv_func_$ac_func=yes"
11895 echo "configure: failed program was:" >&5
11896 cat conftest.
$ac_ext >&5
11898 eval "ac_cv_func_$ac_func=no"
11903 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11904 echo "$ac_t""yes" 1>&6
11905 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11906 cat >> confdefs.h
<<EOF
11907 #define $ac_tr_func 1
11909 cat >> confdefs.h
<<\EOF
11910 #define HAVE_INET_ADDR 1
11914 echo "$ac_t""no" 1>&6
11915 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
11916 echo "configure:11917: checking for inet_addr in -lnsl" >&5
11917 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
11918 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11919 echo $ac_n "(cached) $ac_c" 1>&6
11921 ac_save_LIBS
="$LIBS"
11923 cat > conftest.
$ac_ext <<EOF
11924 #line 11925 "configure"
11925 #include "confdefs.h"
11926 /* Override any gcc2 internal prototype to avoid an error. */
11927 /* We use char because int might match the return type of a gcc2
11928 builtin and then its argument prototype would still apply. */
11935 if { (eval echo configure
:11936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11937 eval "ac_cv_lib_$ac_lib_var=yes"
11939 echo "configure: failed program was:" >&5
11940 cat conftest.
$ac_ext >&5
11942 eval "ac_cv_lib_$ac_lib_var=no"
11945 LIBS
="$ac_save_LIBS"
11948 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11949 echo "$ac_t""yes" 1>&6
11952 echo "$ac_t""no" 1>&6
11953 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
11954 echo "configure:11955: checking for inet_addr in -lresolv" >&5
11955 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
11956 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11957 echo $ac_n "(cached) $ac_c" 1>&6
11959 ac_save_LIBS
="$LIBS"
11960 LIBS
="-lresolv $LIBS"
11961 cat > conftest.
$ac_ext <<EOF
11962 #line 11963 "configure"
11963 #include "confdefs.h"
11964 /* Override any gcc2 internal prototype to avoid an error. */
11965 /* We use char because int might match the return type of a gcc2
11966 builtin and then its argument prototype would still apply. */
11973 if { (eval echo configure
:11974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11975 eval "ac_cv_lib_$ac_lib_var=yes"
11977 echo "configure: failed program was:" >&5
11978 cat conftest.
$ac_ext >&5
11980 eval "ac_cv_lib_$ac_lib_var=no"
11983 LIBS
="$ac_save_LIBS"
11986 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11987 echo "$ac_t""yes" 1>&6
11991 echo "$ac_t""no" 1>&6
12003 for ac_func
in inet_aton
12005 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12006 echo "configure:12007: checking for $ac_func" >&5
12007 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12008 echo $ac_n "(cached) $ac_c" 1>&6
12010 cat > conftest.
$ac_ext <<EOF
12011 #line 12012 "configure"
12012 #include "confdefs.h"
12013 /* System header to define __stub macros and hopefully few prototypes,
12014 which can conflict with char $ac_func(); below. */
12015 #include <assert.h>
12016 /* Override any gcc2 internal prototype to avoid an error. */
12017 /* We use char because int might match the return type of a gcc2
12018 builtin and then its argument prototype would still apply. */
12023 /* The GNU C library defines this for functions which it implements
12024 to always fail with ENOSYS. Some functions are actually named
12025 something starting with __ and the normal name is an alias. */
12026 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12034 if { (eval echo configure
:12035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12036 eval "ac_cv_func_$ac_func=yes"
12038 echo "configure: failed program was:" >&5
12039 cat conftest.
$ac_ext >&5
12041 eval "ac_cv_func_$ac_func=no"
12046 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12047 echo "$ac_t""yes" 1>&6
12048 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12049 cat >> confdefs.h
<<EOF
12050 #define $ac_tr_func 1
12052 cat >> confdefs.h
<<\EOF
12053 #define HAVE_INET_ATON 1
12057 echo "$ac_t""no" 1>&6
12058 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
12059 echo "configure:12060: checking for inet_aton in -l$INET_LINK" >&5
12060 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
12061 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12062 echo $ac_n "(cached) $ac_c" 1>&6
12064 ac_save_LIBS
="$LIBS"
12065 LIBS
="-l$INET_LINK $LIBS"
12066 cat > conftest.
$ac_ext <<EOF
12067 #line 12068 "configure"
12068 #include "confdefs.h"
12069 /* Override any gcc2 internal prototype to avoid an error. */
12070 /* We use char because int might match the return type of a gcc2
12071 builtin and then its argument prototype would still apply. */
12078 if { (eval echo configure
:12079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12080 eval "ac_cv_lib_$ac_lib_var=yes"
12082 echo "configure: failed program was:" >&5
12083 cat conftest.
$ac_ext >&5
12085 eval "ac_cv_lib_$ac_lib_var=no"
12088 LIBS
="$ac_save_LIBS"
12091 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12092 echo "$ac_t""yes" 1>&6
12093 cat >> confdefs.h
<<\EOF
12094 #define HAVE_INET_ATON 1
12098 echo "$ac_t""no" 1>&6
12106 if test "x$INET_LINK" != "x"; then
12107 cat >> confdefs.h
<<\EOF
12108 #define HAVE_INET_ADDR 1
12111 INET_LINK
="-l$INET_LINK"
12117 cat > confcache
<<\EOF
12118 # This file is a shell script that caches the results of configure
12119 # tests run on this system so they can be shared between configure
12120 # scripts and configure runs. It is not useful on other systems.
12121 # If it contains results you don't want to keep, you may remove or edit it.
12123 # By default, configure uses ./config.cache as the cache file,
12124 # creating it if it does not exist already. You can give configure
12125 # the --cache-file=FILE option to use a different cache file; that is
12126 # what configure does when it calls configure scripts in
12127 # subdirectories, so they share the cache.
12128 # Giving --cache-file=/dev/null disables caching, for debugging configure.
12129 # config.status only pays attention to the cache file if you give it the
12130 # --recheck option to rerun configure.
12133 # The following way of writing the cache mishandles newlines in values,
12134 # but we know of no workaround that is simple, portable, and efficient.
12135 # So, don't put newlines in cache variables' values.
12136 # Ultrix sh set writes to stderr and can't be redirected directly,
12137 # and sets the high bit in the cache file unless we assign to the vars.
12139 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12141 # `set' does not quote correctly, so add quotes (double-quote substitution
12142 # turns \\\\ into \\, and sed turns \\ into \).
12144 -e "s/'/'\\\\''/g" \
12145 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
12148 # `set' quotes correctly as required by POSIX, so do not add quotes.
12149 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
12152 if cmp -s $cache_file confcache
; then
12155 if test -w $cache_file; then
12156 echo "updating cache $cache_file"
12157 cat confcache
> $cache_file
12159 echo "not updating unwritable cache $cache_file"
12166 if test "$TOOLKIT" != "MSW"; then
12172 if test "$wxUSE_THREADS" = "yes" ; then
12173 if test "$wxUSE_WINE" = 1 ; then
12174 echo "configure: warning: Threads are not supported under WINE" 1>&2
12176 elif test "$USE_BEOS" = 1; then
12177 echo "configure: warning: BeOS threads are not yet supported" 1>&2
12182 if test "$wxUSE_THREADS" = "yes" ; then
12184 if test "$USE_AIX" = 1; then
12185 THREADS_LIB
=pthreads
12186 elif test "$USE_MAC" = 1; then
12187 THREADS_LIB
=cc_dynamic
12189 THREADS_LIB
=pthread
12192 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
12193 echo "configure:12194: checking for pthread_create in -l$THREADS_LIB" >&5
12194 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
12195 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12196 echo $ac_n "(cached) $ac_c" 1>&6
12198 ac_save_LIBS
="$LIBS"
12199 LIBS
="-l$THREADS_LIB $LIBS"
12200 cat > conftest.
$ac_ext <<EOF
12201 #line 12202 "configure"
12202 #include "confdefs.h"
12203 /* Override any gcc2 internal prototype to avoid an error. */
12204 /* We use char because int might match the return type of a gcc2
12205 builtin and then its argument prototype would still apply. */
12206 char pthread_create();
12212 if { (eval echo configure
:12213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12214 eval "ac_cv_lib_$ac_lib_var=yes"
12216 echo "configure: failed program was:" >&5
12217 cat conftest.
$ac_ext >&5
12219 eval "ac_cv_lib_$ac_lib_var=no"
12222 LIBS
="$ac_save_LIBS"
12225 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12226 echo "$ac_t""yes" 1>&6
12228 THREADS_OBJ
="threadpsx.lo"
12229 THREADS_LINK
=$THREADS_LIB
12232 echo "$ac_t""no" 1>&6
12234 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
12235 echo "configure:12236: checking for pthread_create in -lc_r" >&5
12236 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
12237 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12238 echo $ac_n "(cached) $ac_c" 1>&6
12240 ac_save_LIBS
="$LIBS"
12242 cat > conftest.
$ac_ext <<EOF
12243 #line 12244 "configure"
12244 #include "confdefs.h"
12245 /* Override any gcc2 internal prototype to avoid an error. */
12246 /* We use char because int might match the return type of a gcc2
12247 builtin and then its argument prototype would still apply. */
12248 char pthread_create();
12254 if { (eval echo configure
:12255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12256 eval "ac_cv_lib_$ac_lib_var=yes"
12258 echo "configure: failed program was:" >&5
12259 cat conftest.
$ac_ext >&5
12261 eval "ac_cv_lib_$ac_lib_var=no"
12264 LIBS
="$ac_save_LIBS"
12267 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12268 echo "$ac_t""yes" 1>&6
12270 THREADS_OBJ
="threadpsx.lo"
12274 echo "$ac_t""no" 1>&6
12276 echo $ac_n "checking for pthread_create in -lcc_dynamic""... $ac_c" 1>&6
12277 echo "configure:12278: checking for pthread_create in -lcc_dynamic" >&5
12278 ac_lib_var
=`echo cc_dynamic'_'pthread_create | sed 'y%./+-%__p_%'`
12279 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12280 echo $ac_n "(cached) $ac_c" 1>&6
12282 ac_save_LIBS
="$LIBS"
12283 LIBS
="-lcc_dynamic $LIBS"
12284 cat > conftest.
$ac_ext <<EOF
12285 #line 12286 "configure"
12286 #include "confdefs.h"
12287 /* Override any gcc2 internal prototype to avoid an error. */
12288 /* We use char because int might match the return type of a gcc2
12289 builtin and then its argument prototype would still apply. */
12290 char pthread_create();
12296 if { (eval echo configure
:12297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12298 eval "ac_cv_lib_$ac_lib_var=yes"
12300 echo "configure: failed program was:" >&5
12301 cat conftest.
$ac_ext >&5
12303 eval "ac_cv_lib_$ac_lib_var=no"
12306 LIBS
="$ac_save_LIBS"
12309 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12310 echo "$ac_t""yes" 1>&6
12312 THREADS_OBJ
="threadpsx.lo"
12313 THREADS_LINK
="cc_dynamic"
12316 echo "$ac_t""no" 1>&6
12318 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
12319 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
12320 echo "configure:12321: checking for sys/prctl.h" >&5
12321 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12322 echo $ac_n "(cached) $ac_c" 1>&6
12324 cat > conftest.
$ac_ext <<EOF
12325 #line 12326 "configure"
12326 #include "confdefs.h"
12327 #include <sys/prctl.h>
12329 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12330 { (eval echo configure
:12331: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12331 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12332 if test -z "$ac_err"; then
12334 eval "ac_cv_header_$ac_safe=yes"
12337 echo "configure: failed program was:" >&5
12338 cat conftest.
$ac_ext >&5
12340 eval "ac_cv_header_$ac_safe=no"
12344 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12345 echo "$ac_t""yes" 1>&6
12347 THREADS_OBJ
="threadsgi.lo"
12350 echo "$ac_t""no" 1>&6
12363 if test -z "$THREADS_OBJ" ; then
12365 echo "configure: warning: No thread support on this system" 1>&2
12369 if test "$wxUSE_THREADS" = "yes" ; then
12370 for ac_func
in thr_setconcurrency
12372 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12373 echo "configure:12374: checking for $ac_func" >&5
12374 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12375 echo $ac_n "(cached) $ac_c" 1>&6
12377 cat > conftest.
$ac_ext <<EOF
12378 #line 12379 "configure"
12379 #include "confdefs.h"
12380 /* System header to define __stub macros and hopefully few prototypes,
12381 which can conflict with char $ac_func(); below. */
12382 #include <assert.h>
12383 /* Override any gcc2 internal prototype to avoid an error. */
12384 /* We use char because int might match the return type of a gcc2
12385 builtin and then its argument prototype would still apply. */
12390 /* The GNU C library defines this for functions which it implements
12391 to always fail with ENOSYS. Some functions are actually named
12392 something starting with __ and the normal name is an alias. */
12393 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12401 if { (eval echo configure
:12402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12403 eval "ac_cv_func_$ac_func=yes"
12405 echo "configure: failed program was:" >&5
12406 cat conftest.
$ac_ext >&5
12408 eval "ac_cv_func_$ac_func=no"
12413 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12414 echo "$ac_t""yes" 1>&6
12415 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12416 cat >> confdefs.h
<<EOF
12417 #define $ac_tr_func 1
12421 echo "$ac_t""no" 1>&6
12427 for ac_hdr
in sched.h
12429 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12430 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12431 echo "configure:12432: checking for $ac_hdr" >&5
12432 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12433 echo $ac_n "(cached) $ac_c" 1>&6
12435 cat > conftest.
$ac_ext <<EOF
12436 #line 12437 "configure"
12437 #include "confdefs.h"
12440 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12441 { (eval echo configure
:12442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12442 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12443 if test -z "$ac_err"; then
12445 eval "ac_cv_header_$ac_safe=yes"
12448 echo "configure: failed program was:" >&5
12449 cat conftest.
$ac_ext >&5
12451 eval "ac_cv_header_$ac_safe=no"
12455 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12456 echo "$ac_t""yes" 1>&6
12457 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12458 cat >> confdefs.h
<<EOF
12459 #define $ac_tr_hdr 1
12463 echo "$ac_t""no" 1>&6
12468 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
12469 echo "configure:12470: checking for sched_yield in -l$THREADS_LINK" >&5
12470 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
12471 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12472 echo $ac_n "(cached) $ac_c" 1>&6
12474 ac_save_LIBS
="$LIBS"
12475 LIBS
="-l$THREADS_LINK $LIBS"
12476 cat > conftest.
$ac_ext <<EOF
12477 #line 12478 "configure"
12478 #include "confdefs.h"
12479 /* Override any gcc2 internal prototype to avoid an error. */
12480 /* We use char because int might match the return type of a gcc2
12481 builtin and then its argument prototype would still apply. */
12482 char sched_yield();
12488 if { (eval echo configure
:12489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12490 eval "ac_cv_lib_$ac_lib_var=yes"
12492 echo "configure: failed program was:" >&5
12493 cat conftest.
$ac_ext >&5
12495 eval "ac_cv_lib_$ac_lib_var=no"
12498 LIBS
="$ac_save_LIBS"
12501 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12502 echo "$ac_t""yes" 1>&6
12503 cat >> confdefs.h
<<\EOF
12504 #define HAVE_SCHED_YIELD 1
12508 echo "$ac_t""no" 1>&6
12509 echo $ac_n "checking for sched_yield in -l"posix4
"""... $ac_c" 1>&6
12510 echo "configure:12511: checking for sched_yield in -l"posix4
"" >&5
12511 ac_lib_var
=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
12512 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12513 echo $ac_n "(cached) $ac_c" 1>&6
12515 ac_save_LIBS
="$LIBS"
12516 LIBS
="-l"posix4
" $LIBS"
12517 cat > conftest.
$ac_ext <<EOF
12518 #line 12519 "configure"
12519 #include "confdefs.h"
12520 /* Override any gcc2 internal prototype to avoid an error. */
12521 /* We use char because int might match the return type of a gcc2
12522 builtin and then its argument prototype would still apply. */
12523 char sched_yield();
12529 if { (eval echo configure
:12530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12531 eval "ac_cv_lib_$ac_lib_var=yes"
12533 echo "configure: failed program was:" >&5
12534 cat conftest.
$ac_ext >&5
12536 eval "ac_cv_lib_$ac_lib_var=no"
12539 LIBS
="$ac_save_LIBS"
12542 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12543 echo "$ac_t""yes" 1>&6
12544 cat >> confdefs.h
<<\EOF
12545 #define HAVE_SCHED_YIELD 1
12547 POSIX4_LINK
="-lposix4"
12549 echo "$ac_t""no" 1>&6
12550 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
12559 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
12560 echo "configure:12561: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
12561 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
12562 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12563 echo $ac_n "(cached) $ac_c" 1>&6
12565 ac_save_LIBS
="$LIBS"
12566 LIBS
="-l$THREADS_LINK $LIBS"
12567 cat > conftest.
$ac_ext <<EOF
12568 #line 12569 "configure"
12569 #include "confdefs.h"
12570 /* Override any gcc2 internal prototype to avoid an error. */
12571 /* We use char because int might match the return type of a gcc2
12572 builtin and then its argument prototype would still apply. */
12573 char pthread_attr_getschedpolicy();
12576 pthread_attr_getschedpolicy()
12579 if { (eval echo configure
:12580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12581 eval "ac_cv_lib_$ac_lib_var=yes"
12583 echo "configure: failed program was:" >&5
12584 cat conftest.
$ac_ext >&5
12586 eval "ac_cv_lib_$ac_lib_var=no"
12589 LIBS
="$ac_save_LIBS"
12592 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12593 echo "$ac_t""yes" 1>&6
12594 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
12595 echo "configure:12596: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
12596 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
12597 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12598 echo $ac_n "(cached) $ac_c" 1>&6
12600 ac_save_LIBS
="$LIBS"
12601 LIBS
="-l$THREADS_LINK $LIBS"
12602 cat > conftest.
$ac_ext <<EOF
12603 #line 12604 "configure"
12604 #include "confdefs.h"
12605 /* Override any gcc2 internal prototype to avoid an error. */
12606 /* We use char because int might match the return type of a gcc2
12607 builtin and then its argument prototype would still apply. */
12608 char pthread_attr_setschedparam();
12611 pthread_attr_setschedparam()
12614 if { (eval echo configure
:12615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12616 eval "ac_cv_lib_$ac_lib_var=yes"
12618 echo "configure: failed program was:" >&5
12619 cat conftest.
$ac_ext >&5
12621 eval "ac_cv_lib_$ac_lib_var=no"
12624 LIBS
="$ac_save_LIBS"
12627 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12628 echo "$ac_t""yes" 1>&6
12629 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
12630 echo "configure:12631: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
12631 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12632 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12633 echo $ac_n "(cached) $ac_c" 1>&6
12635 ac_save_LIBS
="$LIBS"
12636 LIBS
="-l$THREADS_LINK $LIBS"
12637 cat > conftest.
$ac_ext <<EOF
12638 #line 12639 "configure"
12639 #include "confdefs.h"
12640 /* Override any gcc2 internal prototype to avoid an error. */
12641 /* We use char because int might match the return type of a gcc2
12642 builtin and then its argument prototype would still apply. */
12643 char sched_get_priority_max();
12646 sched_get_priority_max()
12649 if { (eval echo configure
:12650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12651 eval "ac_cv_lib_$ac_lib_var=yes"
12653 echo "configure: failed program was:" >&5
12654 cat conftest.
$ac_ext >&5
12656 eval "ac_cv_lib_$ac_lib_var=no"
12659 LIBS
="$ac_save_LIBS"
12662 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12663 echo "$ac_t""yes" 1>&6
12666 echo "$ac_t""no" 1>&6
12667 echo $ac_n "checking for sched_get_priority_max in -l"posix4
"""... $ac_c" 1>&6
12668 echo "configure:12669: checking for sched_get_priority_max in -l"posix4
"" >&5
12669 ac_lib_var
=`echo "posix4"'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
12670 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12671 echo $ac_n "(cached) $ac_c" 1>&6
12673 ac_save_LIBS
="$LIBS"
12674 LIBS
="-l"posix4
" $LIBS"
12675 cat > conftest.
$ac_ext <<EOF
12676 #line 12677 "configure"
12677 #include "confdefs.h"
12678 /* Override any gcc2 internal prototype to avoid an error. */
12679 /* We use char because int might match the return type of a gcc2
12680 builtin and then its argument prototype would still apply. */
12681 char sched_get_priority_max();
12684 sched_get_priority_max()
12687 if { (eval echo configure
:12688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12689 eval "ac_cv_lib_$ac_lib_var=yes"
12691 echo "configure: failed program was:" >&5
12692 cat conftest.
$ac_ext >&5
12694 eval "ac_cv_lib_$ac_lib_var=no"
12697 LIBS
="$ac_save_LIBS"
12700 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12701 echo "$ac_t""yes" 1>&6
12704 POSIX4_LINK
="-lposix4"
12707 echo "$ac_t""no" 1>&6
12715 echo "$ac_t""no" 1>&6
12720 echo "$ac_t""no" 1>&6
12724 if test "$HAVE_PRIOR_FUNCS" = 1; then
12725 cat >> confdefs.h
<<\EOF
12726 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
12730 echo "configure: warning: Setting thread priority will not work" 1>&2
12733 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
12734 echo "configure:12735: checking for pthread_cancel in -l$THREADS_LINK" >&5
12735 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
12736 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12737 echo $ac_n "(cached) $ac_c" 1>&6
12739 ac_save_LIBS
="$LIBS"
12740 LIBS
="-l$THREADS_LINK $LIBS"
12741 cat > conftest.
$ac_ext <<EOF
12742 #line 12743 "configure"
12743 #include "confdefs.h"
12744 /* Override any gcc2 internal prototype to avoid an error. */
12745 /* We use char because int might match the return type of a gcc2
12746 builtin and then its argument prototype would still apply. */
12747 char pthread_cancel();
12753 if { (eval echo configure
:12754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12755 eval "ac_cv_lib_$ac_lib_var=yes"
12757 echo "configure: failed program was:" >&5
12758 cat conftest.
$ac_ext >&5
12760 eval "ac_cv_lib_$ac_lib_var=no"
12763 LIBS
="$ac_save_LIBS"
12766 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12767 echo "$ac_t""yes" 1>&6
12768 cat >> confdefs.h
<<\EOF
12769 #define HAVE_PTHREAD_CANCEL 1
12773 echo "$ac_t""no" 1>&6
12774 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
12778 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
12779 echo "configure:12780: checking for pthread_cleanup_push/pop" >&5
12780 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
12781 echo $ac_n "(cached) $ac_c" 1>&6
12784 cat > conftest.
$ac_ext <<EOF
12785 #line 12786 "configure"
12786 #include "confdefs.h"
12787 #include <pthread.h>
12790 pthread_cleanup_push(NULL, NULL);
12791 pthread_cleanup_pop(0);
12795 if { (eval echo configure
:12796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12798 wx_cv_func_pthread_cleanup_push
=yes
12801 echo "configure: failed program was:" >&5
12802 cat conftest.
$ac_ext >&5
12805 wx_cv_func_pthread_cleanup_push
=no
12812 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
12814 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
12815 cat >> confdefs.h
<<\EOF
12816 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
12822 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
12823 echo "configure:12824: checking for pthread_mutexattr_t" >&5
12824 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
12825 echo $ac_n "(cached) $ac_c" 1>&6
12828 cat > conftest.
$ac_ext <<EOF
12829 #line 12830 "configure"
12830 #include "confdefs.h"
12831 #include <pthread.h>
12834 pthread_mutexattr_t attr;
12835 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
12839 if { (eval echo configure
:12840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12842 wx_cv_type_pthread_mutexattr_t
=yes
12845 echo "configure: failed program was:" >&5
12846 cat conftest.
$ac_ext >&5
12849 wx_cv_type_pthread_mutexattr_t
=no
12857 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
12859 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
12860 cat >> confdefs.h
<<\EOF
12861 #define HAVE_PTHREAD_MUTEXATTR_T 1
12865 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
12866 echo "configure:12867: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
12867 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
12868 echo $ac_n "(cached) $ac_c" 1>&6
12871 cat > conftest.
$ac_ext <<EOF
12872 #line 12873 "configure"
12873 #include "confdefs.h"
12874 #include <pthread.h>
12877 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
12881 if { (eval echo configure
:12882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12884 wx_cv_type_pthread_rec_mutex_init
=yes
12887 echo "configure: failed program was:" >&5
12888 cat conftest.
$ac_ext >&5
12891 wx_cv_type_pthread_rec_mutex_init
=no
12899 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
12900 if test "$wx_cv_type_pthread_rec_mutex_init"="yes"; then
12901 cat >> confdefs.h
<<\EOF
12902 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
12906 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
12910 THREADS_LINK
="-l$THREADS_LINK"
12912 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
12913 CFLAGS
="${CFLAGS} -mt"
12914 CXXFLAGS
="${CXXFLAGS} -mt"
12915 LDFLAGS
="${LDFLAGS} -mt"
12921 if test "$wxUSE_THREADS" = "yes"; then
12922 cat >> confdefs.h
<<\EOF
12923 #define wxUSE_THREADS 1
12927 if test "$wxUSE_MAC" = "0"; then
12928 CFLAGS
="${CFLAGS} -D_REENTRANT"
12929 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
12932 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
12934 if test "$ac_cv_func_strtok_r" = "yes"; then
12935 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
12936 echo "configure:12937: checking if -D_REENTRANT is needed" >&5
12937 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
12938 CFLAGS
="${CFLAGS} -D_REENTRANT"
12939 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
12940 echo "$ac_t""yes" 1>&6
12942 echo "$ac_t""no" 1>&6
12947 if test "$WXGTK20" = 1 ; then
12948 cat >> confdefs.h
<<EOF
12949 #define __WXGTK20__ $WXGTK20
12955 if test "$WXGTK12" = 1 ; then
12956 cat >> confdefs.h
<<EOF
12957 #define __WXGTK12__ $WXGTK12
12962 if test "$WXGTK127" = 1 ; then
12963 cat >> confdefs.h
<<EOF
12964 #define __WXGTK127__ $WXGTK127
12969 if test "$WXWINE" = 1 ; then
12970 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXWINE__"
12973 if test "$wxUSE_MAC" = 1 ; then
12974 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON"
12975 CFLAGS
="${CFLAGS} -fno-common -fpascal-strings"
12976 CPPFLAGS
="${CPPFLAGS} -fno-common -fpascal-strings"
12979 if test "$wxUSE_CYGWIN" = 1 ; then
12980 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WIN95__"
12985 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
12990 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
12991 wxUSE_DEBUG_INFO
=yes
12995 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
12996 cat >> confdefs.h
<<\EOF
13000 WXDEBUG_DEFINE
="-D__WXDEBUG__"
13002 if test "$wxUSE_GTK" = 1 ; then
13003 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
13007 if test "$wxUSE_MEM_TRACING" = "yes" ; then
13008 cat >> confdefs.h
<<\EOF
13009 #define wxUSE_MEMORY_TRACING 1
13012 cat >> confdefs.h
<<\EOF
13013 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
13016 cat >> confdefs.h
<<\EOF
13017 #define wxUSE_DEBUG_NEW_ALWAYS 1
13020 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
13023 if test "$wxUSE_DMALLOC" = "yes" ; then
13024 DMALLOC_LINK
="-ldmalloc"
13028 if test "$wxUSE_PROFILE" = "yes" ; then
13034 CODE_GEN_FLAGS_CXX
=
13035 if test "$GCC" = yes ; then
13036 if test "$wxUSE_NO_RTTI" = "yes" ; then
13037 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-rtti"
13039 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
13040 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-exceptions"
13042 if test "$wxUSE_PERMISSIVE" = "yes" ; then
13043 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
13045 if test "$wxUSE_NO_DEPS" = "no" ; then
13046 DEP_INFO_FLAGS
="-MMD"
13051 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
13052 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
13053 if test "$wxUSE_OPTIMISE" = "no" ; then
13056 if test "$GCC" = yes ; then
13059 i586
-*-*|i686
-*-* )
13060 OPTIMISE
="${OPTIMISE} "
13070 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
13071 cat >> confdefs.h
<<\EOF
13072 #define wxUSE_ZLIB 1
13075 if test "$wxUSE_ZLIB" = "yes" ; then
13076 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
13079 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
13080 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
13081 echo "configure:13082: checking for zlib.h" >&5
13082 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13083 echo $ac_n "(cached) $ac_c" 1>&6
13085 cat > conftest.
$ac_ext <<EOF
13086 #line 13087 "configure"
13087 #include "confdefs.h"
13090 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13091 { (eval echo configure
:13092: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13092 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13093 if test -z "$ac_err"; then
13095 eval "ac_cv_header_$ac_safe=yes"
13098 echo "configure: failed program was:" >&5
13099 cat conftest.
$ac_ext >&5
13101 eval "ac_cv_header_$ac_safe=no"
13105 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13106 echo "$ac_t""yes" 1>&6
13107 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
13108 echo "configure:13109: checking for deflate in -lz" >&5
13109 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
13110 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13111 echo $ac_n "(cached) $ac_c" 1>&6
13113 ac_save_LIBS
="$LIBS"
13115 cat > conftest.
$ac_ext <<EOF
13116 #line 13117 "configure"
13117 #include "confdefs.h"
13118 /* Override any gcc2 internal prototype to avoid an error. */
13119 /* We use char because int might match the return type of a gcc2
13120 builtin and then its argument prototype would still apply. */
13127 if { (eval echo configure
:13128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13129 eval "ac_cv_lib_$ac_lib_var=yes"
13131 echo "configure: failed program was:" >&5
13132 cat conftest.
$ac_ext >&5
13134 eval "ac_cv_lib_$ac_lib_var=no"
13137 LIBS
="$ac_save_LIBS"
13140 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13141 echo "$ac_t""yes" 1>&6
13144 echo "$ac_t""no" 1>&6
13148 echo "$ac_t""no" 1>&6
13151 if test "x$ZLIB_LINK" = "x" ; then
13152 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
13158 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
13159 cat >> confdefs.h
<<\EOF
13160 #define wxUSE_LIBPNG 1
13163 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
13164 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
13168 if test "$wxUSE_LIBPNG" = "yes" ; then
13169 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
13172 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
13173 echo $ac_n "checking for png.h""... $ac_c" 1>&6
13174 echo "configure:13175: checking for png.h" >&5
13175 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13176 echo $ac_n "(cached) $ac_c" 1>&6
13178 cat > conftest.
$ac_ext <<EOF
13179 #line 13180 "configure"
13180 #include "confdefs.h"
13183 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13184 { (eval echo configure
:13185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13185 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13186 if test -z "$ac_err"; then
13188 eval "ac_cv_header_$ac_safe=yes"
13191 echo "configure: failed program was:" >&5
13192 cat conftest.
$ac_ext >&5
13194 eval "ac_cv_header_$ac_safe=no"
13198 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13199 echo "$ac_t""yes" 1>&6
13200 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
13201 echo "configure:13202: checking for png_check_sig in -lpng" >&5
13202 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
13203 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13204 echo $ac_n "(cached) $ac_c" 1>&6
13206 ac_save_LIBS
="$LIBS"
13207 LIBS
="-lpng -lz -lm $LIBS"
13208 cat > conftest.
$ac_ext <<EOF
13209 #line 13210 "configure"
13210 #include "confdefs.h"
13211 /* Override any gcc2 internal prototype to avoid an error. */
13212 /* We use char because int might match the return type of a gcc2
13213 builtin and then its argument prototype would still apply. */
13214 char png_check_sig();
13220 if { (eval echo configure
:13221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13222 eval "ac_cv_lib_$ac_lib_var=yes"
13224 echo "configure: failed program was:" >&5
13225 cat conftest.
$ac_ext >&5
13227 eval "ac_cv_lib_$ac_lib_var=no"
13230 LIBS
="$ac_save_LIBS"
13233 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13234 echo "$ac_t""yes" 1>&6
13237 echo "$ac_t""no" 1>&6
13242 echo "$ac_t""no" 1>&6
13245 if test "x$PNG_LINK" = "x" ; then
13246 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
13250 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
13254 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
13255 cat >> confdefs.h
<<\EOF
13256 #define wxUSE_LIBJPEG 1
13259 if test "$wxUSE_LIBJPEG" = "yes" ; then
13260 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
13263 ac_safe
=`echo "jpeglib.h" | sed 'y%./+-%__p_%'`
13264 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
13265 echo "configure:13266: checking for jpeglib.h" >&5
13266 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13267 echo $ac_n "(cached) $ac_c" 1>&6
13269 cat > conftest.
$ac_ext <<EOF
13270 #line 13271 "configure"
13271 #include "confdefs.h"
13272 #include <jpeglib.h>
13274 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13275 { (eval echo configure
:13276: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13276 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13277 if test -z "$ac_err"; then
13279 eval "ac_cv_header_$ac_safe=yes"
13282 echo "configure: failed program was:" >&5
13283 cat conftest.
$ac_ext >&5
13285 eval "ac_cv_header_$ac_safe=no"
13289 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13290 echo "$ac_t""yes" 1>&6
13291 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
13292 echo "configure:13293: checking for jpeg_read_header in -ljpeg" >&5
13293 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
13294 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13295 echo $ac_n "(cached) $ac_c" 1>&6
13297 ac_save_LIBS
="$LIBS"
13298 LIBS
="-ljpeg $LIBS"
13299 cat > conftest.
$ac_ext <<EOF
13300 #line 13301 "configure"
13301 #include "confdefs.h"
13302 /* Override any gcc2 internal prototype to avoid an error. */
13303 /* We use char because int might match the return type of a gcc2
13304 builtin and then its argument prototype would still apply. */
13305 char jpeg_read_header();
13311 if { (eval echo configure
:13312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13313 eval "ac_cv_lib_$ac_lib_var=yes"
13315 echo "configure: failed program was:" >&5
13316 cat conftest.
$ac_ext >&5
13318 eval "ac_cv_lib_$ac_lib_var=no"
13321 LIBS
="$ac_save_LIBS"
13324 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13325 echo "$ac_t""yes" 1>&6
13328 echo "$ac_t""no" 1>&6
13332 echo "$ac_t""no" 1>&6
13335 if test "x$JPEG_LINK" = "x" ; then
13336 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
13342 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
13343 cat >> confdefs.h
<<\EOF
13344 #define wxUSE_LIBTIFF 1
13347 if test "$wxUSE_LIBTIFF" = "yes" ; then
13348 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
13351 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
13352 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
13353 echo "configure:13354: checking for tiffio.h" >&5
13354 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13355 echo $ac_n "(cached) $ac_c" 1>&6
13357 cat > conftest.
$ac_ext <<EOF
13358 #line 13359 "configure"
13359 #include "confdefs.h"
13360 #include <tiffio.h>
13362 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13363 { (eval echo configure
:13364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13364 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13365 if test -z "$ac_err"; then
13367 eval "ac_cv_header_$ac_safe=yes"
13370 echo "configure: failed program was:" >&5
13371 cat conftest.
$ac_ext >&5
13373 eval "ac_cv_header_$ac_safe=no"
13377 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13378 echo "$ac_t""yes" 1>&6
13379 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
13380 echo "configure:13381: checking for TIFFError in -ltiff" >&5
13381 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
13382 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13383 echo $ac_n "(cached) $ac_c" 1>&6
13385 ac_save_LIBS
="$LIBS"
13386 LIBS
="-ltiff -lm $LIBS"
13387 cat > conftest.
$ac_ext <<EOF
13388 #line 13389 "configure"
13389 #include "confdefs.h"
13390 /* Override any gcc2 internal prototype to avoid an error. */
13391 /* We use char because int might match the return type of a gcc2
13392 builtin and then its argument prototype would still apply. */
13399 if { (eval echo configure
:13400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13401 eval "ac_cv_lib_$ac_lib_var=yes"
13403 echo "configure: failed program was:" >&5
13404 cat conftest.
$ac_ext >&5
13406 eval "ac_cv_lib_$ac_lib_var=no"
13409 LIBS
="$ac_save_LIBS"
13412 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13413 echo "$ac_t""yes" 1>&6
13416 echo "$ac_t""no" 1>&6
13420 echo "$ac_t""no" 1>&6
13423 if test "x$TIFF_LINK" = "x" ; then
13424 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
13430 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
13431 cat >> confdefs.h
<<\EOF
13432 #define wxUSE_FREETYPE 1
13435 if test "$wxUSE_FREETYPE" = "yes" ; then
13436 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
13439 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
13440 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
13441 echo "configure:13442: checking for freetype.h" >&5
13442 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13443 echo $ac_n "(cached) $ac_c" 1>&6
13445 cat > conftest.
$ac_ext <<EOF
13446 #line 13447 "configure"
13447 #include "confdefs.h"
13448 #include <freetype.h>
13450 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13451 { (eval echo configure
:13452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13452 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13453 if test -z "$ac_err"; then
13455 eval "ac_cv_header_$ac_safe=yes"
13458 echo "configure: failed program was:" >&5
13459 cat conftest.
$ac_ext >&5
13461 eval "ac_cv_header_$ac_safe=no"
13465 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13466 echo "$ac_t""yes" 1>&6
13467 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
13468 echo "configure:13469: checking for FT_Render_Glyph in -lfreetype" >&5
13469 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
13470 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13471 echo $ac_n "(cached) $ac_c" 1>&6
13473 ac_save_LIBS
="$LIBS"
13474 LIBS
="-lfreetype -lm $LIBS"
13475 cat > conftest.
$ac_ext <<EOF
13476 #line 13477 "configure"
13477 #include "confdefs.h"
13478 /* Override any gcc2 internal prototype to avoid an error. */
13479 /* We use char because int might match the return type of a gcc2
13480 builtin and then its argument prototype would still apply. */
13481 char FT_Render_Glyph();
13487 if { (eval echo configure
:13488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13489 eval "ac_cv_lib_$ac_lib_var=yes"
13491 echo "configure: failed program was:" >&5
13492 cat conftest.
$ac_ext >&5
13494 eval "ac_cv_lib_$ac_lib_var=no"
13497 LIBS
="$ac_save_LIBS"
13500 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13501 echo "$ac_t""yes" 1>&6
13502 FREETYPE_LINK
="-lfreetype"
13504 echo "$ac_t""no" 1>&6
13509 echo "$ac_t""no" 1>&6
13512 if test "x$FREETYPE_LINK" = "x" ; then
13513 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
13518 if test "$wxUSE_OPENGL" = "yes"; then
13519 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
13520 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
13521 echo "configure:13522: checking for GL/gl.h" >&5
13522 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13523 echo $ac_n "(cached) $ac_c" 1>&6
13525 cat > conftest.
$ac_ext <<EOF
13526 #line 13527 "configure"
13527 #include "confdefs.h"
13530 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13531 { (eval echo configure
:13532: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13532 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13533 if test -z "$ac_err"; then
13535 eval "ac_cv_header_$ac_safe=yes"
13538 echo "configure: failed program was:" >&5
13539 cat conftest.
$ac_ext >&5
13541 eval "ac_cv_header_$ac_safe=no"
13545 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13546 echo "$ac_t""yes" 1>&6
13548 cat >> confdefs.h
<<\EOF
13549 #define wxUSE_OPENGL 1
13552 cat >> confdefs.h
<<\EOF
13553 #define wxUSE_GLCANVAS 1
13556 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
13557 echo "configure:13558: checking for glFlush in -lGL" >&5
13558 ac_lib_var
=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
13559 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13560 echo $ac_n "(cached) $ac_c" 1>&6
13562 ac_save_LIBS
="$LIBS"
13564 cat > conftest.
$ac_ext <<EOF
13565 #line 13566 "configure"
13566 #include "confdefs.h"
13567 /* Override any gcc2 internal prototype to avoid an error. */
13568 /* We use char because int might match the return type of a gcc2
13569 builtin and then its argument prototype would still apply. */
13576 if { (eval echo configure
:13577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13578 eval "ac_cv_lib_$ac_lib_var=yes"
13580 echo "configure: failed program was:" >&5
13581 cat conftest.
$ac_ext >&5
13583 eval "ac_cv_lib_$ac_lib_var=no"
13586 LIBS
="$ac_save_LIBS"
13589 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13590 echo "$ac_t""yes" 1>&6
13592 OPENGL_LINK
="-lGL -lGLU"
13595 echo "$ac_t""no" 1>&6
13597 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
13598 echo "configure:13599: checking for glFlush in -lMesaGL" >&5
13599 ac_lib_var
=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
13600 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13601 echo $ac_n "(cached) $ac_c" 1>&6
13603 ac_save_LIBS
="$LIBS"
13604 LIBS
="-lMesaGL $LIBS"
13605 cat > conftest.
$ac_ext <<EOF
13606 #line 13607 "configure"
13607 #include "confdefs.h"
13608 /* Override any gcc2 internal prototype to avoid an error. */
13609 /* We use char because int might match the return type of a gcc2
13610 builtin and then its argument prototype would still apply. */
13617 if { (eval echo configure
:13618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13619 eval "ac_cv_lib_$ac_lib_var=yes"
13621 echo "configure: failed program was:" >&5
13622 cat conftest.
$ac_ext >&5
13624 eval "ac_cv_lib_$ac_lib_var=no"
13627 LIBS
="$ac_save_LIBS"
13630 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13631 echo "$ac_t""yes" 1>&6
13633 OPENGL_LINK
="-lMesaGL -lMesaGLU"
13636 echo "$ac_t""no" 1>&6
13644 echo "$ac_t""no" 1>&6
13651 if test "$wxUSE_GUI" = "yes"; then
13652 cat >> confdefs.h
<<\EOF
13653 #define wxUSE_GUI 1
13658 cat >> confdefs.h
<<\EOF
13659 #define wxUSE_NOGUI 1
13665 if test "$wxUSE_UNIX" = "yes"; then
13666 cat >> confdefs.h
<<\EOF
13667 #define wxUSE_UNIX 1
13673 if test "$wxUSE_APPLE_IEEE" = "yes"; then
13674 cat >> confdefs.h
<<\EOF
13675 #define wxUSE_APPLE_IEEE 1
13680 if test "$wxUSE_WAVE" = "yes"; then
13681 cat >> confdefs.h
<<\EOF
13682 #define wxUSE_WAVE 1
13687 if test "$wxUSE_FILE" = "yes"; then
13688 cat >> confdefs.h
<<\EOF
13689 #define wxUSE_FILE 1
13694 if test "$wxUSE_FILESYSTEM" = "yes"; then
13695 cat >> confdefs.h
<<\EOF
13696 #define wxUSE_FILESYSTEM 1
13701 if test "$wxUSE_FS_INET" = "yes"; then
13702 cat >> confdefs.h
<<\EOF
13703 #define wxUSE_FS_INET 1
13708 if test "$wxUSE_FS_ZIP" = "yes"; then
13709 cat >> confdefs.h
<<\EOF
13710 #define wxUSE_FS_ZIP 1
13715 if test "$wxUSE_ZIPSTREAM" = "yes"; then
13716 cat >> confdefs.h
<<\EOF
13717 #define wxUSE_ZIPSTREAM 1
13722 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13723 cat >> confdefs.h
<<\EOF
13724 #define wxUSE_ON_FATAL_EXCEPTION 1
13729 if test "$wxUSE_BUSYINFO" = "yes"; then
13730 cat >> confdefs.h
<<\EOF
13731 #define wxUSE_BUSYINFO 1
13736 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
13737 cat >> confdefs.h
<<\EOF
13738 #define wxUSE_STD_IOSTREAM 1
13743 if test "$wxUSE_TEXTFILE" = "yes"; then
13744 if test "$wxUSE_FILE" != "yes"; then
13745 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
13747 cat >> confdefs.h
<<\EOF
13748 #define wxUSE_TEXTFILE 1
13754 if test "$wxUSE_CONFIG" = "yes" ; then
13755 if test "$wxUSE_TEXTFILE" != "yes"; then
13756 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
13758 cat >> confdefs.h
<<\EOF
13759 #define wxUSE_CONFIG 1
13762 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
13766 if test "$wxUSE_INTL" = "yes" ; then
13767 if test "$wxUSE_FILE" != "yes"; then
13768 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
13770 cat >> confdefs.h
<<\EOF
13771 #define wxUSE_INTL 1
13774 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
13775 GUIDIST
="$GUIDIST INTL_DIST"
13779 if test "$wxUSE_LOG" = "yes"; then
13780 cat >> confdefs.h
<<\EOF
13781 #define wxUSE_LOG 1
13786 if test "$wxUSE_LONGLONG" = "yes"; then
13787 cat >> confdefs.h
<<\EOF
13788 #define wxUSE_LONGLONG 1
13793 if test "$wxUSE_GEOMETRY" = "yes"; then
13794 cat >> confdefs.h
<<\EOF
13795 #define wxUSE_GEOMETRY 1
13800 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
13801 cat >> confdefs.h
<<\EOF
13802 #define wxUSE_DIALUP_MANAGER 1
13805 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
13808 if test "$wxUSE_STREAMS" = "yes" ; then
13809 cat >> confdefs.h
<<\EOF
13810 #define wxUSE_STREAMS 1
13816 if test "$wxUSE_TIMEDATE" = "yes"; then
13817 for ac_func
in strptime
13819 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13820 echo "configure:13821: checking for $ac_func" >&5
13821 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13822 echo $ac_n "(cached) $ac_c" 1>&6
13824 cat > conftest.
$ac_ext <<EOF
13825 #line 13826 "configure"
13826 #include "confdefs.h"
13827 /* System header to define __stub macros and hopefully few prototypes,
13828 which can conflict with char $ac_func(); below. */
13829 #include <assert.h>
13830 /* Override any gcc2 internal prototype to avoid an error. */
13831 /* We use char because int might match the return type of a gcc2
13832 builtin and then its argument prototype would still apply. */
13837 /* The GNU C library defines this for functions which it implements
13838 to always fail with ENOSYS. Some functions are actually named
13839 something starting with __ and the normal name is an alias. */
13840 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13848 if { (eval echo configure
:13849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13850 eval "ac_cv_func_$ac_func=yes"
13852 echo "configure: failed program was:" >&5
13853 cat conftest.
$ac_ext >&5
13855 eval "ac_cv_func_$ac_func=no"
13860 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13861 echo "$ac_t""yes" 1>&6
13862 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13863 cat >> confdefs.h
<<EOF
13864 #define $ac_tr_func 1
13868 echo "$ac_t""no" 1>&6
13873 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
13874 echo "configure:13875: checking for timezone variable in <time.h>" >&5
13875 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
13876 echo $ac_n "(cached) $ac_c" 1>&6
13879 cat > conftest.
$ac_ext <<EOF
13880 #line 13881 "configure"
13881 #include "confdefs.h"
13892 if { (eval echo configure
:13893: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13895 wx_cv_var_timezone
=__timezone
13898 echo "configure: failed program was:" >&5
13899 cat conftest.
$ac_ext >&5
13902 cat > conftest.
$ac_ext <<EOF
13903 #line 13904 "configure"
13904 #include "confdefs.h"
13915 if { (eval echo configure
:13916: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13918 wx_cv_var_timezone
=_timezone
13921 echo "configure: failed program was:" >&5
13922 cat conftest.
$ac_ext >&5
13925 cat > conftest.
$ac_ext <<EOF
13926 #line 13927 "configure"
13927 #include "confdefs.h"
13938 if { (eval echo configure
:13939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13941 wx_cv_var_timezone
=timezone
13944 echo "configure: failed program was:" >&5
13945 cat conftest.
$ac_ext >&5
13947 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
13963 echo "$ac_t""$wx_cv_var_timezone" 1>&6
13965 cat >> confdefs.h
<<EOF
13966 #define WX_TIMEZONE $wx_cv_var_timezone
13970 for ac_func
in localtime
13972 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13973 echo "configure:13974: checking for $ac_func" >&5
13974 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13975 echo $ac_n "(cached) $ac_c" 1>&6
13977 cat > conftest.
$ac_ext <<EOF
13978 #line 13979 "configure"
13979 #include "confdefs.h"
13980 /* System header to define __stub macros and hopefully few prototypes,
13981 which can conflict with char $ac_func(); below. */
13982 #include <assert.h>
13983 /* Override any gcc2 internal prototype to avoid an error. */
13984 /* We use char because int might match the return type of a gcc2
13985 builtin and then its argument prototype would still apply. */
13990 /* The GNU C library defines this for functions which it implements
13991 to always fail with ENOSYS. Some functions are actually named
13992 something starting with __ and the normal name is an alias. */
13993 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14001 if { (eval echo configure
:14002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14003 eval "ac_cv_func_$ac_func=yes"
14005 echo "configure: failed program was:" >&5
14006 cat conftest.
$ac_ext >&5
14008 eval "ac_cv_func_$ac_func=no"
14013 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14014 echo "$ac_t""yes" 1>&6
14015 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14016 cat >> confdefs.h
<<EOF
14017 #define $ac_tr_func 1
14021 echo "$ac_t""no" 1>&6
14026 if test "$ac_cv_func_localtime" = "yes"; then
14027 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
14028 echo "configure:14029: checking for tm_gmtoff in struct tm" >&5
14029 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
14030 echo $ac_n "(cached) $ac_c" 1>&6
14033 cat > conftest.
$ac_ext <<EOF
14034 #line 14035 "configure"
14035 #include "confdefs.h"
14046 if { (eval echo configure
:14047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14049 wx_cv_struct_tm_has_gmtoff
=yes
14050 cat >> confdefs.h
<<\EOF
14051 #define WX_GMTOFF_IN_TM 1
14056 echo "configure: failed program was:" >&5
14057 cat conftest.
$ac_ext >&5
14059 wx_cv_struct_tm_has_gmtoff
=no
14066 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
14069 for ac_func
in gettimeofday ftime
14071 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14072 echo "configure:14073: checking for $ac_func" >&5
14073 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14074 echo $ac_n "(cached) $ac_c" 1>&6
14076 cat > conftest.
$ac_ext <<EOF
14077 #line 14078 "configure"
14078 #include "confdefs.h"
14079 /* System header to define __stub macros and hopefully few prototypes,
14080 which can conflict with char $ac_func(); below. */
14081 #include <assert.h>
14082 /* Override any gcc2 internal prototype to avoid an error. */
14083 /* We use char because int might match the return type of a gcc2
14084 builtin and then its argument prototype would still apply. */
14089 /* The GNU C library defines this for functions which it implements
14090 to always fail with ENOSYS. Some functions are actually named
14091 something starting with __ and the normal name is an alias. */
14092 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14100 if { (eval echo configure
:14101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14102 eval "ac_cv_func_$ac_func=yes"
14104 echo "configure: failed program was:" >&5
14105 cat conftest.
$ac_ext >&5
14107 eval "ac_cv_func_$ac_func=no"
14112 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14113 echo "$ac_t""yes" 1>&6
14114 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14115 cat >> confdefs.h
<<EOF
14116 #define $ac_tr_func 1
14120 echo "$ac_t""no" 1>&6
14125 if test "$ac_cv_func_gettimeofday" = "yes"; then
14126 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
14127 echo "configure:14128: checking whether gettimeofday takes two arguments" >&5
14128 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
14129 echo $ac_n "(cached) $ac_c" 1>&6
14134 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14135 ac_cpp
='$CXXCPP $CPPFLAGS'
14136 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14137 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14138 cross_compiling
=$ac_cv_prog_cxx_cross
14141 cat > conftest.
$ac_ext <<EOF
14142 #line 14143 "configure"
14143 #include "confdefs.h"
14145 #include <sys/time.h>
14146 #include <unistd.h>
14151 struct timezone tz;
14152 gettimeofday(&tv, &tz);
14156 if { (eval echo configure
:14157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14158 wx_cv_func_gettimeofday_has_2_args
=yes
14160 echo "configure: failed program was:" >&5
14161 cat conftest.
$ac_ext >&5
14163 cat > conftest.
$ac_ext <<EOF
14164 #line 14165 "configure"
14165 #include "confdefs.h"
14167 #include <sys/time.h>
14168 #include <unistd.h>
14177 if { (eval echo configure
:14178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14179 wx_cv_func_gettimeofday_has_2_args
=no
14181 echo "configure: failed program was:" >&5
14182 cat conftest.
$ac_ext >&5
14184 wx_cv_func_gettimeofday_has_2_args
=unknown
14192 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14193 ac_cpp
='$CPP $CPPFLAGS'
14194 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14195 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14196 cross_compiling
=$ac_cv_prog_cc_cross
14201 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
14203 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
14204 cat >> confdefs.h
<<\EOF
14205 #define WX_GETTIMEOFDAY_NO_TZ 1
14211 cat >> confdefs.h
<<\EOF
14212 #define wxUSE_TIMEDATE 1
14215 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
14219 if test "$TOOLKIT" != "MSW"; then
14221 if test "$wxUSE_SOCKETS" = "yes"; then
14222 echo $ac_n "checking for socket""... $ac_c" 1>&6
14223 echo "configure:14224: checking for socket" >&5
14224 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
14225 echo $ac_n "(cached) $ac_c" 1>&6
14227 cat > conftest.
$ac_ext <<EOF
14228 #line 14229 "configure"
14229 #include "confdefs.h"
14230 /* System header to define __stub macros and hopefully few prototypes,
14231 which can conflict with char socket(); below. */
14232 #include <assert.h>
14233 /* Override any gcc2 internal prototype to avoid an error. */
14234 /* We use char because int might match the return type of a gcc2
14235 builtin and then its argument prototype would still apply. */
14240 /* The GNU C library defines this for functions which it implements
14241 to always fail with ENOSYS. Some functions are actually named
14242 something starting with __ and the normal name is an alias. */
14243 #if defined (__stub_socket) || defined (__stub___socket)
14251 if { (eval echo configure
:14252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14253 eval "ac_cv_func_socket=yes"
14255 echo "configure: failed program was:" >&5
14256 cat conftest.
$ac_ext >&5
14258 eval "ac_cv_func_socket=no"
14263 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
14264 echo "$ac_t""yes" 1>&6
14267 echo "$ac_t""no" 1>&6
14268 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
14269 echo "configure:14270: checking for socket in -lsocket" >&5
14270 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
14271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14272 echo $ac_n "(cached) $ac_c" 1>&6
14274 ac_save_LIBS
="$LIBS"
14275 LIBS
="-lsocket $LIBS"
14276 cat > conftest.
$ac_ext <<EOF
14277 #line 14278 "configure"
14278 #include "confdefs.h"
14279 /* Override any gcc2 internal prototype to avoid an error. */
14280 /* We use char because int might match the return type of a gcc2
14281 builtin and then its argument prototype would still apply. */
14288 if { (eval echo configure
:14289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14290 eval "ac_cv_lib_$ac_lib_var=yes"
14292 echo "configure: failed program was:" >&5
14293 cat conftest.
$ac_ext >&5
14295 eval "ac_cv_lib_$ac_lib_var=no"
14298 LIBS
="$ac_save_LIBS"
14301 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14302 echo "$ac_t""yes" 1>&6
14303 INET_LINK
="$INET_LINK -lsocket"
14305 echo "$ac_t""no" 1>&6
14307 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
14319 if test "$wxUSE_SOCKETS" = "yes" ; then
14320 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
14321 echo "configure:14322: checking what is the type of the third argument of getsockname" >&5
14322 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
14323 echo $ac_n "(cached) $ac_c" 1>&6
14328 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14329 ac_cpp
='$CXXCPP $CPPFLAGS'
14330 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14331 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14332 cross_compiling
=$ac_cv_prog_cxx_cross
14335 cat > conftest.
$ac_ext <<EOF
14336 #line 14337 "configure"
14337 #include "confdefs.h"
14339 #include <sys/types.h>
14340 #include <sys/socket.h>
14345 getsockname(0, 0, &len);
14349 if { (eval echo configure
:14350: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14351 wx_cv_type_getsockname3
=socklen_t
14353 echo "configure: failed program was:" >&5
14354 cat conftest.
$ac_ext >&5
14356 cat > conftest.
$ac_ext <<EOF
14357 #line 14358 "configure"
14358 #include "confdefs.h"
14360 #include <sys/types.h>
14361 #include <sys/socket.h>
14366 getsockname(0, 0, &len);
14370 if { (eval echo configure
:14371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14372 wx_cv_type_getsockname3
=size_t
14374 echo "configure: failed program was:" >&5
14375 cat conftest.
$ac_ext >&5
14377 cat > conftest.
$ac_ext <<EOF
14378 #line 14379 "configure"
14379 #include "confdefs.h"
14381 #include <sys/types.h>
14382 #include <sys/socket.h>
14387 getsockname(0, 0, &len);
14391 if { (eval echo configure
:14392: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14393 wx_cv_type_getsockname3
=int
14395 echo "configure: failed program was:" >&5
14396 cat conftest.
$ac_ext >&5
14398 wx_cv_type_getsockname3
=unknown
14410 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14411 ac_cpp
='$CPP $CPPFLAGS'
14412 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14413 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14414 cross_compiling
=$ac_cv_prog_cc_cross
14419 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
14421 if test "$wx_cv_type_getsockname3" = "unknown"; then
14423 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
14425 cat >> confdefs.h
<<EOF
14426 #define SOCKLEN_T $wx_cv_type_getsockname3
14434 if test "$wxUSE_SOCKETS" = "yes" ; then
14435 cat >> confdefs.h
<<\EOF
14436 #define wxUSE_SOCKETS 1
14439 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
14440 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS protocol"
14444 if test "$wxUSE_GUI" = "yes"; then
14446 if test "$TOOLKIT" != "MSW"; then
14448 if test "$wxUSE_JOYSTICK" = "yes"; then
14449 for ac_hdr
in linux
/joystick.h
14451 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14452 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14453 echo "configure:14454: checking for $ac_hdr" >&5
14454 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14455 echo $ac_n "(cached) $ac_c" 1>&6
14457 cat > conftest.
$ac_ext <<EOF
14458 #line 14459 "configure"
14459 #include "confdefs.h"
14462 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14463 { (eval echo configure
:14464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14464 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14465 if test -z "$ac_err"; then
14467 eval "ac_cv_header_$ac_safe=yes"
14470 echo "configure: failed program was:" >&5
14471 cat conftest.
$ac_ext >&5
14473 eval "ac_cv_header_$ac_safe=no"
14477 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14478 echo "$ac_t""yes" 1>&6
14479 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14480 cat >> confdefs.h
<<EOF
14481 #define $ac_tr_hdr 1
14485 echo "$ac_t""no" 1>&6
14489 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
14491 echo "configure: warning: Joystick not supported by this system" 1>&2
14497 if test "$wxUSE_JOYSTICK" = "yes"; then
14498 cat >> confdefs.h
<<\EOF
14499 #define wxUSE_JOYSTICK 1
14502 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
14508 if test "$TOOLKIT" != "MSW"; then
14512 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
14513 if test "$USE_MAC" = 1; then
14516 for ac_func
in dlopen
14518 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14519 echo "configure:14520: checking for $ac_func" >&5
14520 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14521 echo $ac_n "(cached) $ac_c" 1>&6
14523 cat > conftest.
$ac_ext <<EOF
14524 #line 14525 "configure"
14525 #include "confdefs.h"
14526 /* System header to define __stub macros and hopefully few prototypes,
14527 which can conflict with char $ac_func(); below. */
14528 #include <assert.h>
14529 /* Override any gcc2 internal prototype to avoid an error. */
14530 /* We use char because int might match the return type of a gcc2
14531 builtin and then its argument prototype would still apply. */
14536 /* The GNU C library defines this for functions which it implements
14537 to always fail with ENOSYS. Some functions are actually named
14538 something starting with __ and the normal name is an alias. */
14539 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14547 if { (eval echo configure
:14548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14549 eval "ac_cv_func_$ac_func=yes"
14551 echo "configure: failed program was:" >&5
14552 cat conftest.
$ac_ext >&5
14554 eval "ac_cv_func_$ac_func=no"
14559 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14560 echo "$ac_t""yes" 1>&6
14561 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14562 cat >> confdefs.h
<<EOF
14563 #define $ac_tr_func 1
14566 cat >> confdefs.h
<<\EOF
14567 #define HAVE_DLOPEN 1
14573 echo "$ac_t""no" 1>&6
14574 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
14575 echo "configure:14576: checking for dlopen in -ldl" >&5
14576 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
14577 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14578 echo $ac_n "(cached) $ac_c" 1>&6
14580 ac_save_LIBS
="$LIBS"
14582 cat > conftest.
$ac_ext <<EOF
14583 #line 14584 "configure"
14584 #include "confdefs.h"
14585 /* Override any gcc2 internal prototype to avoid an error. */
14586 /* We use char because int might match the return type of a gcc2
14587 builtin and then its argument prototype would still apply. */
14594 if { (eval echo configure
:14595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14596 eval "ac_cv_lib_$ac_lib_var=yes"
14598 echo "configure: failed program was:" >&5
14599 cat conftest.
$ac_ext >&5
14601 eval "ac_cv_lib_$ac_lib_var=no"
14604 LIBS
="$ac_save_LIBS"
14607 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14608 echo "$ac_t""yes" 1>&6
14610 cat >> confdefs.h
<<\EOF
14611 #define HAVE_DLOPEN 1
14618 echo "$ac_t""no" 1>&6
14620 for ac_func
in shl_load
14622 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14623 echo "configure:14624: checking for $ac_func" >&5
14624 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14625 echo $ac_n "(cached) $ac_c" 1>&6
14627 cat > conftest.
$ac_ext <<EOF
14628 #line 14629 "configure"
14629 #include "confdefs.h"
14630 /* System header to define __stub macros and hopefully few prototypes,
14631 which can conflict with char $ac_func(); below. */
14632 #include <assert.h>
14633 /* Override any gcc2 internal prototype to avoid an error. */
14634 /* We use char because int might match the return type of a gcc2
14635 builtin and then its argument prototype would still apply. */
14640 /* The GNU C library defines this for functions which it implements
14641 to always fail with ENOSYS. Some functions are actually named
14642 something starting with __ and the normal name is an alias. */
14643 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14651 if { (eval echo configure
:14652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14653 eval "ac_cv_func_$ac_func=yes"
14655 echo "configure: failed program was:" >&5
14656 cat conftest.
$ac_ext >&5
14658 eval "ac_cv_func_$ac_func=no"
14663 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14664 echo "$ac_t""yes" 1>&6
14665 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14666 cat >> confdefs.h
<<EOF
14667 #define $ac_tr_func 1
14670 cat >> confdefs.h
<<\EOF
14671 #define HAVE_SHL_LOAD 1
14677 echo "$ac_t""no" 1>&6
14678 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
14679 echo "configure:14680: checking for dld in -lshl_load" >&5
14680 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
14681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14682 echo $ac_n "(cached) $ac_c" 1>&6
14684 ac_save_LIBS
="$LIBS"
14685 LIBS
="-lshl_load $LIBS"
14686 cat > conftest.
$ac_ext <<EOF
14687 #line 14688 "configure"
14688 #include "confdefs.h"
14689 /* Override any gcc2 internal prototype to avoid an error. */
14690 /* We use char because int might match the return type of a gcc2
14691 builtin and then its argument prototype would still apply. */
14698 if { (eval echo configure
:14699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14700 eval "ac_cv_lib_$ac_lib_var=yes"
14702 echo "configure: failed program was:" >&5
14703 cat conftest.
$ac_ext >&5
14705 eval "ac_cv_lib_$ac_lib_var=no"
14708 LIBS
="$ac_save_LIBS"
14711 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14712 echo "$ac_t""yes" 1>&6
14718 echo "$ac_t""no" 1>&6
14733 if test "$HAVE_DL_FUNCS" = 1; then
14734 for ac_func
in dlerror
14736 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14737 echo "configure:14738: checking for $ac_func" >&5
14738 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14739 echo $ac_n "(cached) $ac_c" 1>&6
14741 cat > conftest.
$ac_ext <<EOF
14742 #line 14743 "configure"
14743 #include "confdefs.h"
14744 /* System header to define __stub macros and hopefully few prototypes,
14745 which can conflict with char $ac_func(); below. */
14746 #include <assert.h>
14747 /* Override any gcc2 internal prototype to avoid an error. */
14748 /* We use char because int might match the return type of a gcc2
14749 builtin and then its argument prototype would still apply. */
14754 /* The GNU C library defines this for functions which it implements
14755 to always fail with ENOSYS. Some functions are actually named
14756 something starting with __ and the normal name is an alias. */
14757 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14765 if { (eval echo configure
:14766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14767 eval "ac_cv_func_$ac_func=yes"
14769 echo "configure: failed program was:" >&5
14770 cat conftest.
$ac_ext >&5
14772 eval "ac_cv_func_$ac_func=no"
14777 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14778 echo "$ac_t""yes" 1>&6
14779 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14780 cat >> confdefs.h
<<EOF
14781 #define $ac_tr_func 1
14783 cat >> confdefs.h
<<\EOF
14784 #define HAVE_DLERROR 1
14788 echo "$ac_t""no" 1>&6
14789 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
14790 echo "configure:14791: checking for dlerror in -ldl" >&5
14791 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
14792 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14793 echo $ac_n "(cached) $ac_c" 1>&6
14795 ac_save_LIBS
="$LIBS"
14797 cat > conftest.
$ac_ext <<EOF
14798 #line 14799 "configure"
14799 #include "confdefs.h"
14800 /* Override any gcc2 internal prototype to avoid an error. */
14801 /* We use char because int might match the return type of a gcc2
14802 builtin and then its argument prototype would still apply. */
14809 if { (eval echo configure
:14810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14811 eval "ac_cv_lib_$ac_lib_var=yes"
14813 echo "configure: failed program was:" >&5
14814 cat conftest.
$ac_ext >&5
14816 eval "ac_cv_lib_$ac_lib_var=no"
14819 LIBS
="$ac_save_LIBS"
14822 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14823 echo "$ac_t""yes" 1>&6
14824 cat >> confdefs.h
<<\EOF
14825 #define HAVE_DLERROR 1
14829 echo "$ac_t""no" 1>&6
14838 if test "$HAVE_DL_FUNCS" = 0; then
14839 if test "$HAVE_SHL_FUNCS" = 0; then
14840 if test "$USE_UNIX" = 1; then
14841 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
14842 wxUSE_DYNLIB_CLASS
=no
14844 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
14852 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
14853 cat >> confdefs.h
<<\EOF
14854 #define wxUSE_DYNLIB_CLASS 1
14863 if test "$wxUSE_UNICODE" = "yes" ; then
14864 cat >> confdefs.h
<<\EOF
14865 #define wxUSE_UNICODE 1
14870 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
14871 cat >> confdefs.h
<<\EOF
14872 #define wxUSE_WCSRTOMBS 1
14877 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
14878 cat >> confdefs.h
<<\EOF
14879 #define wxUSE_EXPERIMENTAL_PRINTF 1
14885 if test "$wxUSE_SERIAL" = "yes" ; then
14886 cat >> confdefs.h
<<\EOF
14887 #define wxUSE_SERIAL 1
14894 if test "$wxUSE_ODBC" = "yes" ; then
14895 cat >> confdefs.h
<<\EOF
14896 #define wxUSE_ODBC 1
14899 WXODBCFLAG
="-D_IODBC_"
14900 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
14904 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
14905 cat >> confdefs.h
<<\EOF
14906 #define wxUSE_POSTSCRIPT 1
14911 cat >> confdefs.h
<<\EOF
14912 #define wxUSE_AFM_FOR_POSTSCRIPT 1
14916 cat >> confdefs.h
<<\EOF
14917 #define wxUSE_NORMALIZED_PS_FONTS 1
14922 if test "$wxUSE_CONSTRAINTS" = "yes"; then
14923 cat >> confdefs.h
<<\EOF
14924 #define wxUSE_CONSTRAINTS 1
14927 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
14930 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
14931 cat >> confdefs.h
<<\EOF
14932 #define wxUSE_MDI_ARCHITECTURE 1
14935 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
14938 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
14939 cat >> confdefs.h
<<\EOF
14940 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
14943 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
14944 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
14945 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
14949 if test "$wxUSE_HELP" = "yes"; then
14950 cat >> confdefs.h
<<\EOF
14951 #define wxUSE_HELP 1
14954 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
14957 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
14958 if test "$wxUSE_CONSTRAINTS" != "yes"; then
14959 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
14961 cat >> confdefs.h
<<\EOF
14962 #define wxUSE_PRINTING_ARCHITECTURE 1
14966 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
14969 if test "$wxUSE_PROLOGIO" = "yes" ; then
14970 cat >> confdefs.h
<<\EOF
14971 #define wxUSE_PROLOGIO 1
14976 if test "$wxUSE_RESOURCES" = "yes" ; then
14977 if test "$wxUSE_PROLOGIO" = "yes" ; then
14978 cat >> confdefs.h
<<\EOF
14979 #define wxUSE_RESOURCES 1
14982 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
14984 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
14988 if test "$wxUSE_X_RESOURCES" = "yes"; then
14989 cat >> confdefs.h
<<\EOF
14990 #define wxUSE_X_RESOURCES 1
14996 if test "$wxUSE_IPC" = "yes"; then
14997 if test "$wxUSE_SOCKETS" != "yes"; then
14998 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
15001 cat >> confdefs.h
<<\EOF
15002 #define wxUSE_IPC 1
15007 if test "$wxUSE_CLIPBOARD" = "yes"; then
15008 cat >> confdefs.h
<<\EOF
15009 #define wxUSE_CLIPBOARD 1
15014 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
15015 if test "$wxUSE_GTK" = 1; then
15016 if test "$WXGTK12" != 1; then
15017 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
15018 wxUSE_DRAG_AND_DROP
=no
15022 if test "$wxUSE_MOTIF" = 1; then
15023 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
15024 wxUSE_DRAG_AND_DROP
=no
15027 if test "$wxUSE_MAC" = 1; then
15028 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
15029 wxUSE_DRAG_AND_DROP
=no
15032 if test "$USE_WIN32" = 1; then
15034 for ac_hdr
in ole2.h
15036 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15037 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
15038 echo "configure:15039: checking for $ac_hdr" >&5
15039 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15040 echo $ac_n "(cached) $ac_c" 1>&6
15042 cat > conftest.
$ac_ext <<EOF
15043 #line 15044 "configure"
15044 #include "confdefs.h"
15047 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15048 { (eval echo configure
:15049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15049 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15050 if test -z "$ac_err"; then
15052 eval "ac_cv_header_$ac_safe=yes"
15055 echo "configure: failed program was:" >&5
15056 cat conftest.
$ac_ext >&5
15058 eval "ac_cv_header_$ac_safe=no"
15062 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15063 echo "$ac_t""yes" 1>&6
15064 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
15065 cat >> confdefs.h
<<EOF
15066 #define $ac_tr_hdr 1
15070 echo "$ac_t""no" 1>&6
15075 if test "$ac_cv_header_ole2_h" = "yes" ; then
15076 if test "$GCC" = yes ; then
15077 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
15078 ALL_DEPFILES
="$ALL_DEPFILES \$(OLEDEPS)"
15079 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
15080 LIBS
="$LIBS -lole32 -luuid"
15082 if test "$wxUSE_METAFILE" = "yes"; then
15083 cat >> confdefs.h
<<\EOF
15084 #define wxUSE_METAFILE 1
15087 cat >> confdefs.h
<<\EOF
15088 #define wxUSE_ENH_METAFILE 1
15094 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
15095 wxUSE_DRAG_AND_DROP
=no
15099 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
15100 cat >> confdefs.h
<<\EOF
15101 #define wxUSE_DRAG_AND_DROP 1
15104 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
15109 if test "$wxUSE_SPLINES" = "yes" ; then
15110 cat >> confdefs.h
<<\EOF
15111 #define wxUSE_SPLINES 1
15117 if test "$wxUSE_ACCEL" = "yes"; then
15118 cat >> confdefs.h
<<\EOF
15119 #define wxUSE_ACCEL 1
15124 if test "$wxUSE_CARET" = "yes"; then
15125 cat >> confdefs.h
<<\EOF
15126 #define wxUSE_CARET 1
15129 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
15132 if test "$wxUSE_COMBOBOX" = "yes"; then
15133 cat >> confdefs.h
<<\EOF
15134 #define wxUSE_COMBOBOX 1
15139 if test "$wxUSE_CHOICE" = "yes"; then
15140 cat >> confdefs.h
<<\EOF
15141 #define wxUSE_CHOICE 1
15146 if test "$wxUSE_BMPBUTTON" = "yes"; then
15147 cat >> confdefs.h
<<\EOF
15148 #define wxUSE_BMPBUTTON 1
15153 if test "$wxUSE_CHECKBOX" = "yes"; then
15154 cat >> confdefs.h
<<\EOF
15155 #define wxUSE_CHECKBOX 1
15160 if test "$wxUSE_CHECKLST" = "yes"; then
15161 cat >> confdefs.h
<<\EOF
15162 #define wxUSE_CHECKLISTBOX 1
15165 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
15168 if test "$wxUSE_GAUGE" = "yes"; then
15169 cat >> confdefs.h
<<\EOF
15170 #define wxUSE_GAUGE 1
15175 if test "$wxUSE_NEW_GRID" = "yes"; then
15177 cat >> confdefs.h
<<\EOF
15178 #define wxUSE_NEW_GRID 1
15181 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
15184 if test "$wxUSE_GRID" = "yes"; then
15185 cat >> confdefs.h
<<\EOF
15186 #define wxUSE_GRID 1
15189 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
15192 if test "$wxUSE_IMAGLIST" = "yes"; then
15193 cat >> confdefs.h
<<\EOF
15194 #define wxUSE_IMAGLIST 1
15199 if test "$wxUSE_LISTBOX" = "yes"; then
15200 cat >> confdefs.h
<<\EOF
15201 #define wxUSE_LISTBOX 1
15206 if test "$wxUSE_LISTCTRL" = "yes"; then
15207 if test "$wxUSE_IMAGLIST" = "yes"; then
15208 cat >> confdefs.h
<<\EOF
15209 #define wxUSE_LISTCTRL 1
15212 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
15214 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
15218 if test "$wxUSE_NOTEBOOK" = "yes"; then
15219 cat >> confdefs.h
<<\EOF
15220 #define wxUSE_NOTEBOOK 1
15223 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
15226 if test "$wxUSE_RADIOBOX" = "yes"; then
15227 cat >> confdefs.h
<<\EOF
15228 #define wxUSE_RADIOBOX 1
15233 if test "$wxUSE_RADIOBTN" = "yes"; then
15234 cat >> confdefs.h
<<\EOF
15235 #define wxUSE_RADIOBTN 1
15240 if test "$wxUSE_SASH" = "yes"; then
15241 cat >> confdefs.h
<<\EOF
15242 #define wxUSE_SASH 1
15245 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
15248 if test "$wxUSE_SCROLLBAR" = "yes"; then
15249 cat >> confdefs.h
<<\EOF
15250 #define wxUSE_SCROLLBAR 1
15253 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
15256 if test "$wxUSE_SLIDER" = "yes"; then
15257 cat >> confdefs.h
<<\EOF
15258 #define wxUSE_SLIDER 1
15263 if test "$wxUSE_SPINBTN" = "yes"; then
15264 cat >> confdefs.h
<<\EOF
15265 #define wxUSE_SPINBTN 1
15270 if test "$wxUSE_SPINCTRL" = "yes"; then
15271 cat >> confdefs.h
<<\EOF
15272 #define wxUSE_SPINCTRL 1
15277 if test "$wxUSE_SPLITTER" = "yes"; then
15278 cat >> confdefs.h
<<\EOF
15279 #define wxUSE_SPLITTER 1
15282 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
15285 if test "$wxUSE_STATBMP" = "yes"; then
15286 cat >> confdefs.h
<<\EOF
15287 #define wxUSE_STATBMP 1
15292 if test "$wxUSE_STATBOX" = "yes"; then
15293 cat >> confdefs.h
<<\EOF
15294 #define wxUSE_STATBOX 1
15299 if test "$wxUSE_STATLINE" = "yes"; then
15300 if test "$wxUSE_WINE" = 1 ; then
15301 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
15303 cat >> confdefs.h
<<\EOF
15304 #define wxUSE_STATLINE 1
15310 if test "$wxUSE_STATUSBAR" = "yes"; then
15311 cat >> confdefs.h
<<\EOF
15312 #define wxUSE_STATUSBAR 1
15316 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
15319 if test "$wxUSE_TABDIALOG" = "yes"; then
15320 cat >> confdefs.h
<<\EOF
15321 #define wxUSE_TAB_DIALOG 1
15324 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
15327 if test "$wxUSE_TOGGLEBTN" = "yes"; then
15328 cat >> confdefs.h
<<\EOF
15329 #define wxUSE_TOGGLEBTN 1
15334 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
15335 cat >> confdefs.h
<<\EOF
15336 #define wxUSE_TOOLBAR_SIMPLE 1
15339 wxUSE_TOOLBAR
="yes"
15342 if test "$wxUSE_TOOLBAR" = "yes"; then
15343 cat >> confdefs.h
<<\EOF
15344 #define wxUSE_TOOLBAR 1
15348 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
15349 wxUSE_TOOLBAR_NATIVE
="yes"
15352 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
15355 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
15356 cat >> confdefs.h
<<\EOF
15357 #define wxUSE_TOOLBAR_NATIVE 1
15362 if test "$wxUSE_TOOLTIPS" = "yes"; then
15363 if test "$wxUSE_MOTIF" = 1; then
15364 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
15366 if test "$wxUSE_WINE" = 1; then
15367 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
15369 cat >> confdefs.h
<<\EOF
15370 #define wxUSE_TOOLTIPS 1
15377 if test "$wxUSE_TREECTRL" = "yes"; then
15378 if test "$wxUSE_IMAGLIST" = "yes"; then
15379 cat >> confdefs.h
<<\EOF
15380 #define wxUSE_TREECTRL 1
15383 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
15385 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
15391 if test "$wxUSE_DIRDLG" = "yes"; then
15392 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15393 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
15395 if test "$wxUSE_TREECTRL" != "yes"; then
15396 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
15398 cat >> confdefs.h
<<\EOF
15399 #define wxUSE_DIRDLG 1
15406 if test "$wxUSE_TEXTDLG" = "yes"; then
15407 cat >> confdefs.h
<<\EOF
15408 #define wxUSE_TEXTDLG 1
15413 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
15414 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15415 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
15417 cat >> confdefs.h
<<\EOF
15418 #define wxUSE_STARTUP_TIPS 1
15424 if test "$wxUSE_PROGRESSDLG" = "yes"; then
15425 if test "$wxUSE_CONSTRAINTS" != "yes"; then
15426 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
15428 cat >> confdefs.h
<<\EOF
15429 #define wxUSE_PROGRESSDLG 1
15435 if test "$wxUSE_MINIFRAME" = "yes"; then
15436 cat >> confdefs.h
<<\EOF
15437 #define wxUSE_MINIFRAME 1
15440 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
15443 if test "$wxUSE_HTML" = "yes"; then
15444 cat >> confdefs.h
<<\EOF
15445 #define wxUSE_HTML 1
15448 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
15449 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS html"
15452 if test "$wxUSE_VALIDATORS" = "yes"; then
15453 cat >> confdefs.h
<<\EOF
15454 #define wxUSE_VALIDATORS 1
15457 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
15460 if test "$wxUSE_IMAGE" = "yes" ; then
15461 cat >> confdefs.h
<<\EOF
15462 #define wxUSE_IMAGE 1
15467 if test "$wxUSE_GIF" = "yes" ; then
15468 cat >> confdefs.h
<<\EOF
15469 #define wxUSE_GIF 1
15474 if test "$wxUSE_PCX" = "yes" ; then
15475 cat >> confdefs.h
<<\EOF
15476 #define wxUSE_PCX 1
15481 if test "$wxUSE_PNM" = "yes" ; then
15482 cat >> confdefs.h
<<\EOF
15483 #define wxUSE_PNM 1
15488 if test "$wxUSE_XPM" = "yes" ; then
15489 cat >> confdefs.h
<<\EOF
15490 #define wxUSE_XPM 1
15496 if test "$cross_compiling" = "yes"; then
15499 OSINFO
=`uname -s -r -m`
15500 OSINFO
="\"$OSINFO\""
15503 cat >> confdefs.h
<<EOF
15504 #define WXWIN_OS_DESCRIPTION $OSINFO
15509 GUILIBS
="$GUI_TK_LIBRARY $TOOLKIT_LINK"
15510 OPENGL_LIBS
="$OPENGL_LINK"
15512 EXTRA_LIBS
="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
15513 if test "$USE_MAC" = 1 ; then
15514 EXTRA_LIBS
="$EXTRA_LIBS -framework Carbon -framework System"
15516 if test "$wxUSE_GUI" = "yes"; then
15517 EXTRA_LIBS
="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
15520 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
15522 INCLUDES
="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
15524 if test "$wxUSE_GTK" = 1; then
15525 WXCONFIG_INCLUDE
=""
15527 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
15530 if test "$GXX" = yes ; then
15531 CXXWARNINGS
="-Wall"
15533 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
15535 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
15536 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
15538 LDFLAGS
="$LDFLAGS $PROFILE"
15540 if test "$wxUSE_GUI" = "yes"; then
15542 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs dragimag \
15543 drawing dynamic event font fractal image menu \
15546 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
15551 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
15638 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
15639 echo "configure:15640: checking whether ${MAKE-make} sets \${MAKE}" >&5
15640 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
15641 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
15642 echo $ac_n "(cached) $ac_c" 1>&6
15644 cat > conftestmake
<<\EOF
15646 @
echo 'ac_maketemp="${MAKE}"'
15648 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
15649 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
15650 if test -n "$ac_maketemp"; then
15651 eval ac_cv_prog_make_
${ac_make}_set
=yes
15653 eval ac_cv_prog_make_
${ac_make}_set
=no
15657 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
15658 echo "$ac_t""yes" 1>&6
15661 echo "$ac_t""no" 1>&6
15662 SET_MAKE
="MAKE=${MAKE-make}"
15666 if test -d include
; then
15667 if test -d include
/wx
; then
15668 if test -d include
/wx
/${TOOLKIT_DIR}; then
15669 if test -f include
/wx
/${TOOLKIT_DIR}/setup.h
; then
15670 mv -f include
/wx
/${TOOLKIT_DIR}/setup.h setup.h
15678 if test "$wxUSE_GUI" = "yes"; then
15679 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
15680 wx_cv_path_ifs
=$PATH_IFS
15681 wx_cv_program_ext
=$PROGRAM_EXT
15682 wx_cv_target_library
=$WX_TARGET_LIBRARY
15683 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
15684 subdirs
="demos samples utils contrib"
15689 cat > confcache
<<\EOF
15690 # This file is a shell script that caches the results of configure
15691 # tests run on this system so they can be shared between configure
15692 # scripts and configure runs. It is not useful on other systems.
15693 # If it contains results you don't want to keep, you may remove or edit it.
15695 # By default, configure uses ./config.cache as the cache file,
15696 # creating it if it does not exist already. You can give configure
15697 # the --cache-file=FILE option to use a different cache file; that is
15698 # what configure does when it calls configure scripts in
15699 # subdirectories, so they share the cache.
15700 # Giving --cache-file=/dev/null disables caching, for debugging configure.
15701 # config.status only pays attention to the cache file if you give it the
15702 # --recheck option to rerun configure.
15705 # The following way of writing the cache mishandles newlines in values,
15706 # but we know of no workaround that is simple, portable, and efficient.
15707 # So, don't put newlines in cache variables' values.
15708 # Ultrix sh set writes to stderr and can't be redirected directly,
15709 # and sets the high bit in the cache file unless we assign to the vars.
15711 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15713 # `set' does not quote correctly, so add quotes (double-quote substitution
15714 # turns \\\\ into \\, and sed turns \\ into \).
15716 -e "s/'/'\\\\''/g" \
15717 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15720 # `set' quotes correctly as required by POSIX, so do not add quotes.
15721 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15724 if cmp -s $cache_file confcache
; then
15727 if test -w $cache_file; then
15728 echo "updating cache $cache_file"
15729 cat confcache
> $cache_file
15731 echo "not updating unwritable cache $cache_file"
15736 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
15738 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15739 # Let make expand exec_prefix.
15740 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15742 # Any assignment to VPATH causes Sun make to only execute
15743 # the first set of double-colon rules, so remove it if not needed.
15744 # If there is a colon in the path, we need to keep it.
15745 if test "x$srcdir" = x.
; then
15746 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
15749 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
15751 DEFS
=-DHAVE_CONFIG_H
15753 # Without the "./", some shells look in PATH for config.status.
15754 : ${CONFIG_STATUS=./config.status}
15756 echo creating
$CONFIG_STATUS
15757 rm -f $CONFIG_STATUS
15758 cat > $CONFIG_STATUS <<EOF
15760 # Generated automatically by configure.
15761 # Run this file to recreate the current configuration.
15762 # This directory was configured as follows,
15763 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15765 # $0 $ac_configure_args
15767 # Compiler output produced by configure, useful for debugging
15768 # configure, is in ./config.log if it exists.
15770 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
15773 case "\$ac_option" in
15774 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15775 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
15776 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
15777 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
15778 echo "$CONFIG_STATUS generated by autoconf version 2.13"
15780 -help | --help | --hel | --he | --h)
15781 echo "\$ac_cs_usage"; exit 0 ;;
15782 *) echo "\$ac_cs_usage"; exit 1 ;;
15786 ac_given_srcdir=$srcdir
15787 ac_given_INSTALL="$INSTALL"
15789 trap 'rm -fr `echo "
15795 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
15797 cat >> $CONFIG_STATUS <<EOF
15799 # Protect against being on the right side of a sed subst in config.status.
15800 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
15801 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
15805 s%@CFLAGS@%$CFLAGS%g
15806 s%@CPPFLAGS@%$CPPFLAGS%g
15807 s%@CXXFLAGS@%$CXXFLAGS%g
15808 s%@FFLAGS@%$FFLAGS%g
15810 s%@LDFLAGS@%$LDFLAGS%g
15812 s%@exec_prefix@%$exec_prefix%g
15813 s%@prefix@%$prefix%g
15814 s%@program_transform_name@%$program_transform_name%g
15815 s%@bindir@%$bindir%g
15816 s%@sbindir@%$sbindir%g
15817 s%@libexecdir@%$libexecdir%g
15818 s%@datadir@%$datadir%g
15819 s%@sysconfdir@%$sysconfdir%g
15820 s%@sharedstatedir@%$sharedstatedir%g
15821 s%@localstatedir@%$localstatedir%g
15822 s%@libdir@%$libdir%g
15823 s%@includedir@%$includedir%g
15824 s%@oldincludedir@%$oldincludedir%g
15825 s%@infodir@%$infodir%g
15826 s%@mandir@%$mandir%g
15828 s%@host_alias@%$host_alias%g
15829 s%@host_cpu@%$host_cpu%g
15830 s%@host_vendor@%$host_vendor%g
15831 s%@host_os@%$host_os%g
15832 s%@target@%$target%g
15833 s%@target_alias@%$target_alias%g
15834 s%@target_cpu@%$target_cpu%g
15835 s%@target_vendor@%$target_vendor%g
15836 s%@target_os@%$target_os%g
15838 s%@build_alias@%$build_alias%g
15839 s%@build_cpu@%$build_cpu%g
15840 s%@build_vendor@%$build_vendor%g
15841 s%@build_os@%$build_os%g
15845 s%@CXXCPP@%$CXXCPP%g
15846 s%@RANLIB@%$RANLIB%g
15848 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
15849 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
15850 s%@INSTALL_DATA@%$INSTALL_DATA%g
15854 s%@LEXLIB@%$LEXLIB%g
15856 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
15857 s%@GTK_CONFIG@%$GTK_CONFIG%g
15858 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
15859 s%@GTK_LIBS@%$GTK_LIBS%g
15860 s%@X_CFLAGS@%$X_CFLAGS%g
15861 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
15862 s%@X_LIBS@%$X_LIBS%g
15863 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
15864 s%@LEX_STEM@%$LEX_STEM%g
15865 s%@PATH_IFS@%$PATH_IFS%g
15866 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
15867 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
15868 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
15869 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
15870 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
15871 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
15872 s%@WX_LIBRARY@%$WX_LIBRARY%g
15873 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
15874 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
15875 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
15876 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
15877 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
15878 s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
15879 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
15880 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
15881 s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
15882 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
15883 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
15884 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
15885 s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
15886 s%@WX_ALL@%$WX_ALL%g
15887 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
15888 s%@SHARED_LD@%$SHARED_LD%g
15889 s%@PIC_FLAG@%$PIC_FLAG%g
15890 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
15891 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
15892 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
15893 s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
15894 s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
15895 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
15896 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
15897 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
15898 s%@USE_GUI@%$USE_GUI%g
15899 s%@AFMINSTALL@%$AFMINSTALL%g
15900 s%@TOOLKIT@%$TOOLKIT%g
15901 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
15902 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
15903 s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
15904 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
15905 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
15906 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
15907 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
15908 s%@GUIDIST@%$GUIDIST%g
15909 s%@PORT_FILES@%$PORT_FILES%g
15910 s%@DISTDIR@%$DISTDIR%g
15911 s%@RPM_SPEC@%$RPM_SPEC%g
15912 s%@RPM_FILES@%$RPM_FILES%g
15913 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
15914 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
15915 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
15916 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
15917 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
15918 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
15919 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
15920 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
15921 s%@EXTRADEFS@%$EXTRADEFS%g
15922 s%@LD_LIBS@%$LD_LIBS%g
15923 s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
15924 s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
15925 s%@RESPROGRAM@%$RESPROGRAM%g
15926 s%@RESCOMP@%$RESCOMP%g
15927 s%@RESFLAGS@%$RESFLAGS%g
15928 s%@DLLTOOL@%$DLLTOOL%g
15932 s%@MAKEINFO@%$MAKEINFO%g
15933 s%@SET_MAKE@%$SET_MAKE%g
15934 s%@subdirs@%$subdirs%g
15939 cat >> $CONFIG_STATUS <<\EOF
15941 # Split the substitutions into bite-sized pieces for seds with
15942 # small command number limits, like on Digital OSF/1 and HP-UX.
15943 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
15944 ac_file
=1 # Number of current file.
15945 ac_beg
=1 # First line for current file.
15946 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
15949 while $ac_more_lines; do
15950 if test $ac_beg -gt 1; then
15951 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
15953 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
15955 if test ! -s conftest.s
$ac_file; then
15956 ac_more_lines
=false
15957 rm -f conftest.s
$ac_file
15959 if test -z "$ac_sed_cmds"; then
15960 ac_sed_cmds
="sed -f conftest.s$ac_file"
15962 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
15964 ac_file
=`expr $ac_file + 1`
15966 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
15969 if test -z "$ac_sed_cmds"; then
15974 cat >> $CONFIG_STATUS <<EOF
15976 CONFIG_FILES=\${CONFIG_FILES-"wx-config
15983 cat >> $CONFIG_STATUS <<\EOF
15984 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
15985 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15987 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
15988 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
15989 *) ac_file_in
="${ac_file}.in" ;;
15992 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
15994 # Remove last slash and all that follows it. Not all systems have dirname.
15995 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
15996 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
15997 # The file is in a subdirectory.
15998 test ! -d "$ac_dir" && mkdir "$ac_dir"
15999 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
16000 # A "../" for each directory in $ac_dir_suffix.
16001 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
16003 ac_dir_suffix
= ac_dots
=
16006 case "$ac_given_srcdir" in
16008 if test -z "$ac_dots"; then top_srcdir
=.
16009 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
16010 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
16011 *) # Relative path.
16012 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
16013 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
16016 case "$ac_given_INSTALL" in
16017 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
16018 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
16021 echo creating
"$ac_file"
16023 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
16025 *Makefile
*) ac_comsub
="1i\\
16026 # $configure_input" ;;
16030 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
16032 s%@configure_input@%$configure_input%g
16033 s%@srcdir@%$srcdir%g
16034 s%@top_srcdir@%$top_srcdir%g
16035 s%@INSTALL@%$INSTALL%g
16036 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
16040 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
16041 # NAME is the cpp macro being defined and VALUE is the value it is being given.
16043 # ac_d sets the value in "#define NAME VALUE" lines.
16044 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
16045 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
16048 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
16049 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16050 ac_uB
='\([ ]\)%\1#\2define\3'
16053 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
16054 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16055 ac_eB
='$%\1#\2define\3'
16059 if test "${CONFIG_HEADERS+set}" != set; then
16061 cat >> $CONFIG_STATUS <<EOF
16062 CONFIG_HEADERS="setup.h:setup.h.in"
16064 cat >> $CONFIG_STATUS <<\EOF
16066 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
16067 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16069 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
16070 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
16071 *) ac_file_in
="${ac_file}.in" ;;
16074 echo creating
$ac_file
16076 rm -f conftest.frag conftest.
in conftest.out
16077 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
16078 cat $ac_file_inputs > conftest.
in
16082 # Transform confdefs.h into a sed script conftest.vals that substitutes
16083 # the proper values into config.h.in to produce config.h. And first:
16084 # Protect against being on the right side of a sed subst in config.status.
16085 # Protect against being in an unquoted here document in config.status.
16086 rm -f conftest.vals
16087 cat > conftest.hdr
<<\EOF
16090 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
16094 sed -n -f conftest.hdr confdefs.h > conftest.vals
16097 # This sed command replaces #undef with comments. This is necessary, for
16098 # example, in the case of _POSIX_SOURCE, which is predefined and required
16099 # on some systems where configure will not decide to define it.
16100 cat >> conftest.vals <<\EOF
16101 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
16104 # Break up conftest.vals because some shells have a limit on
16105 # the size of here documents, and old seds have small limits too.
16107 rm -f conftest.tail
16110 ac_lines=`grep -c . conftest.vals
`
16111 # grep -c gives empty output for an empty file on some AIX systems.
16112 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
16113 # Write a limited-size here document to conftest.frag.
16114 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
16115 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
16117 sed -f conftest.frag conftest.in > conftest.out
16119 mv conftest.out conftest.in
16120 ' >> $CONFIG_STATUS
16121 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
16122 rm -f conftest.vals
16123 mv conftest.tail conftest.vals
16125 rm -f conftest.vals
16127 cat >> $CONFIG_STATUS <<\EOF
16128 rm -f conftest.frag conftest.h
16129 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
16130 cat conftest.in >> conftest.h
16132 if cmp -s $ac_file conftest.h 2>/dev/null; then
16133 echo "$ac_file is unchanged"
16136 # Remove last slash and all that follows it. Not all systems have dirname.
16137 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
16138 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
16139 # The file is in a subdirectory.
16140 test ! -d "$ac_dir" && mkdir "$ac_dir"
16143 mv conftest.h $ac_file
16148 cat >> $CONFIG_STATUS <<EOF
16150 TOOLKIT_DIR="${TOOLKIT_DIR}"
16151 TOOLKIT_NAME="${TOOLKIT_NAME}"
16156 cat >> $CONFIG_STATUS <<\EOF
16159 mv wx-config wx${TOOLKIT_NAME}-config
16160 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
16163 if test ! -d lib; then
16166 if test ! -d lib/wx; then
16169 if test ! -d lib/wx/include; then
16170 mkdir lib/wx/include
16172 if test ! -d lib/wx/include/wx; then
16173 mkdir lib/wx/include/wx
16175 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
16176 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
16178 if test -f setup.h; then
16179 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
16183 if test ! -d include; then
16186 if test ! -d include/wx; then
16189 if test ! -d include/wx/${TOOLKIT_DIR}; then
16190 mkdir include/wx/${TOOLKIT_DIR}
16192 if test -f setup.h; then
16193 cp -fp setup.h include/wx/${TOOLKIT_DIR}/setup.h
16199 chmod +x $CONFIG_STATUS
16200 rm -fr confdefs* $ac_clean_files
16201 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
16203 if test "$no_recursion" != yes; then
16205 # Remove --cache-file and --srcdir arguments so they do not pile up.
16206 ac_sub_configure_args=
16208 for ac_arg in $ac_configure_args; do
16209 if test -n "$ac_prev"; then
16214 -cache-file | --cache-file | --cache-fil | --cache-fi \
16215 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
16216 ac_prev=cache_file ;;
16217 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
16218 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
16220 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
16222 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
16224 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
16228 for ac_config_dir in demos samples utils contrib; do
16230 # Do not complain, so a configure script can configure whichever
16231 # parts of a large source tree are present.
16232 if test ! -d $srcdir/$ac_config_dir; then
16236 echo configuring in $ac_config_dir
16241 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
16243 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
16251 # A "../" for each directory in /$ac_config_dir.
16252 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
16255 .) # No --srcdir option. We are building in place.
16256 ac_sub_srcdir=$srcdir ;;
16257 /*) # Absolute path.
16258 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
16259 *) # Relative path.
16260 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
16263 # Check for guested configure; otherwise get Cygnus style configure.
16264 if test -f $ac_sub_srcdir/configure; then
16265 ac_sub_configure=$ac_sub_srcdir/configure
16266 elif test -f $ac_sub_srcdir/configure.in; then
16267 ac_sub_configure=$ac_configure
16269 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
16273 # The recursion is here.
16274 if test -n "$ac_sub_configure"; then
16276 # Make the cache file name correct relative to the subdirectory.
16277 case "$cache_file" in
16278 /*) ac_sub_cache_file=$cache_file ;;
16279 *) # Relative path.
16280 ac_sub_cache_file="$ac_dots$cache_file" ;;
16282 case "$ac_given_INSTALL" in
16283 [/$]*) INSTALL="$ac_given_INSTALL" ;;
16284 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
16287 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
16288 # The eval makes quoting arguments work.
16289 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
16292 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }