3 # From configure.in Id: configure.in 
  39 # Configure paths for GTK+ 
  47 # Guess values for system-dependent variables and create Makefiles. 
  48 # Generated automatically using autoconf version 2.13  
  49 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 
  51 # This configure script is free software; the Free Software Foundation 
  52 # gives unlimited permission to copy, distribute and modify it. 
  56 ac_default_prefix
=/usr
/local 
  57 # Any additions from configure.in: 
  59   --enable-gui            use GUI classes" 
  61   --enable-universal      use wxWindows GUI controls instead of native ones" 
  65   --with-motif            use Motif/Lesstif" 
  67   --with-mac              use Mac OS X" 
  71   --with-cygwin           use Cygwin for MS-Windows" 
  73   --with-mingw            use GCC Minimal MS-Windows" 
  75   --with-pm               use OS/2 Presentation Manager" 
  77   --with-mgl              use SciTech MGL" 
  79   --enable-gtk2           use GTK+ 2.0 if available (EXPERIMENTAL)" 
  81   --with-libpng           use libpng (PNG image format)" 
  83   --with-libjpeg          use libjpeg (JPEG file format)" 
  85   --with-libtiff          use libtiff (TIFF file format)" 
  87   --with-freetype         use freetype (font rasterizer)" 
  89   --with-opengl           use OpenGL (or Mesa)" 
  91   --with-dmalloc          use dmalloc library (www.letters.com/dmalloc)" 
  93   --with-regex            enable support for wxRegEx class" 
  95   --with-zlib             use zlib for LZW compression" 
  97   --with-odbc             use the IODBC and wxODBC classes" 
  99   --enable-shared         create shared library code" 
 101   --enable-soname         set the DT_SONAME field in ELF shared libraries" 
 103   --enable-optimise       create optimised code" 
 105   --enable-debug          same as debug_flag and debug_info" 
 107   --enable-precomp        enable use of precompiled headers (Mac OS X)" 
 109   --enable-debug_flag     set __WXDEBUG__ flag (recommended for developers!)" 
 111   --enable-debug_info     create code with debugging information" 
 113   --enable-debug_gdb      create code with extra GDB debugging information" 
 115   --enable-debug_cntxt    use wxDebugContext" 
 117   --enable-mem_tracing    create code with memory tracing" 
 119   --enable-profile        create code with profiling information" 
 121   --enable-no_rtti        create code without RTTI information" 
 123   --enable-no_exceptions  create code without C++ exceptions handling" 
 125   --enable-permissive     compile code disregarding strict ANSI" 
 127   --enable-no_deps        create code without dependency information" 
 129   --enable-compat20       enable wxWindows 2.0 compatibility" 
 131   --enable-compat22       enable wxWindows 2.2 compatibility" 
 133   --enable-intl           use internationalization system" 
 135   --enable-config         use wxConfig (and derived) classes" 
 137   --enable-sockets        use socket/network classes" 
 139   --enable-ipc            use interprocess communication (wxSocket etc.)" 
 141   --enable-cmdline        use wxCmdLineParser class" 
 143   --enable-datetime       use wxDateTime class" 
 145   --enable-timedate       use obsolete wxDate/wxTime classes" 
 147   --enable-stopwatch      use wxStopWatch class" 
 149   --enable-dialupman      use dialup network classes" 
 151   --enable-apple_ieee     use the Apple IEEE codec" 
 153   --enable-timer          use wxTimer class" 
 155   --enable-wave           use wxWave class" 
 157   --enable-fraction       use wxFraction class" 
 159   --enable-dynlib         use wxLibrary class for DLL loading" 
 161   --enable-longlong       use wxLongLong class" 
 163   --enable-geometry       use geometry class" 
 165   --enable-log            use logging system" 
 167   --enable-streams        use wxStream etc classes" 
 169   --enable-file           use wxFile classes" 
 171   --enable-ffile          use wxFFile classes" 
 173   --enable-textfile       use wxTextFile classes" 
 175   --enable-fontmap        use font encodings conversion classes" 
 177   --enable-unicode        compile wxString with Unicode support" 
 179   --enable-wxprintfv      use wxWindows implementation of vprintf()" 
 181   --enable-std_iostreams  use standard C++ stream classes" 
 183   --enable-filesystem     use virtual file systems classes" 
 185   --enable-fs_inet        use virtual HTTP/FTP filesystems" 
 187   --enable-fs_zip         use virtual ZIP filesystems" 
 189   --enable-zipstream      use wxZipInputStream" 
 191   --enable-catch_segvs    catch signals and pass them to wxApp::OnFatalException" 
 193   --enable-snglinst       use wxSingleInstanceChecker class" 
 195   --enable-mimetypes      use wxMimeTypesManager" 
 197   --enable-sysoptions     use wxSystemOptions" 
 199   --enable-threads        use threads" 
 201   --enable-serial         use class serialization" 
 203   --enable-docview        use document view architecture" 
 205   --enable-help           use help subsystem" 
 207   --enable-mshtmlhelp     use MS HTML Help (win32)" 
 209   --enable-html           use wxHTML sub-library" 
 211   --enable-htmlhelp       use wxHTML-based help" 
 213   --enable-constraints    use layout-constraints system" 
 215   --enable-printarch      use printing architecture" 
 217   --enable-mdi            use multiple document interface architecture" 
 219   --enable-loggui         use standard GUI logger" 
 221   --enable-logwin         use wxLogWindow" 
 223   --enable-postscript     use wxPostscriptDC device context (default for gtk+)" 
 225   --enable-prologio       use Prolog IO library" 
 227   --enable-resources      use wxWindows resources" 
 229   --enable-xresources     use X resources for save (default for gtk+)" 
 231   --enable-clipboard      use wxClipboard classes" 
 233   --enable-dnd            use Drag'n'Drop classes" 
 235   --enable-metafile       use win32 metafiles" 
 237   --enable-treelayout     use wxTreeLayout classes" 
 239   --enable-controls       use all usual controls" 
 241   --enable-accel          use accelerators" 
 243   --enable-button         use wxButton class" 
 245   --enable-bmpbutton      use wxBitmapButton class" 
 247   --enable-calendar       use wxCalendarCtrl class" 
 249   --enable-caret          use wxCaret class" 
 251   --enable-checkbox       use wxCheckBox class" 
 253   --enable-checklst       use wxCheckListBox (listbox with checkboxes) class" 
 255   --enable-choice         use wxChoice class" 
 257   --enable-combobox       use wxComboBox classes" 
 259   --enable-gauge          use wxGauge class" 
 261   --enable-grid           use wxGrid class" 
 263   --enable-newgrid        use new wxGrid class" 
 265   --enable-imaglist       use wxImageList class" 
 267   --enable-listbox        use wxListBox class" 
 269   --enable-listctrl       use wxListCtrl class" 
 271   --enable-notebook       use wxNotebook class" 
 273   --enable-propsheet      use wxPropertySheet class" 
 275   --enable-radiobox       use wxRadioBox class" 
 277   --enable-radiobtn       use wxRadioButton class" 
 279   --enable-sash           use wxSashWindow class" 
 281   --enable-scrollbar      use wxScrollBar class and scrollable windows" 
 283   --enable-slider         use wxSlider class" 
 285   --enable-spinbtn        use wxSpinButton class" 
 287   --enable-spinctrl       use wxSpinCtrl class" 
 289   --enable-splitter       use wxSplitterWindow class" 
 291   --enable-statbmp        use wxStaticBitmap class" 
 293   --enable-statbox        use wxStaticBox class" 
 295   --enable-statline       use wxStaticLine class" 
 297   --enable-stattext       use wxStaticText class" 
 299   --enable-statusbar      use wxStatusBar class" 
 301   --enable-tabdialog      use wxTabControl class" 
 303   --enable-textctrl       use wxTextCtrl class" 
 305   --enable-togglebtn      use wxToggleButton class" 
 307   --enable-toolbar        use wxToolBar class" 
 309   --enable-tbarnative     use native wxToolBar class" 
 311   --enable-tbarsmpl       use wxToolBarSimple class" 
 313   --enable-treectrl       use wxTreeCtrl class" 
 315   --enable-popupwin       use wxPopUpWindow class" 
 317   --enable-commondlg      use all common dialogs" 
 319   --enable-choicedlg      use wxChoiceDialog" 
 321   --enable-coldlg         use wxColourDialog" 
 323   --enable-filedlg        use wxFileDialog" 
 325   --enable-finddlg        use wxFindReplaceDialog" 
 327   --enable-fontdlg        use wxFontDialog" 
 329   --enable-dirdlg         use wxDirDialog" 
 331   --enable-msgdlg         use wxMessageDialog" 
 333   --enable-numberdlg      use wxNumberEntryDialog" 
 335   --enable-splash         use wxSplashScreen" 
 337   --enable-textdlg        use wxTextDialog" 
 339   --enable-tipdlg         use startup tips" 
 341   --enable-progressdlg    use wxProgressDialog" 
 343   --enable-wizarddlg      use wxWizard" 
 345   --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes" 
 347   --enable-miniframe      use wxMiniFrame class" 
 349   --enable-tooltips       use wxToolTip class" 
 351   --enable-splines        use spline drawing code" 
 353   --enable-validators     use wxValidator and derived classes" 
 355   --enable-busyinfo       use wxBusyInfo" 
 357   --enable-joystick       use wxJoystick (Linux only)" 
 359   --enable-metafiles      use wxMetaFile (Windows only)" 
 361   --enable-dragimage      use wxDragImage" 
 363   --enable-palette        use wxPalette class" 
 365   --enable-image          use wxImage class" 
 367   --enable-gif            use gif images (GIF file format)" 
 369   --enable-pcx            use pcx images (PCX file format)" 
 371   --enable-pnm            use pnm images (PNM file format)" 
 373   --enable-xpm            use xpm images (XPM file format)" 
 375   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)" 
 377   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" 
 379   --disable-gtktest       Do not try to compile and run a test GTK program" 
 381   --with-x                use the X Window System" 
 383 # Initialize some variables set by options. 
 384 # The variables have the same names as the options, with 
 385 # dashes changed to underlines. 
 387 cache_file
=.
/config.cache
 
 396 program_transform_name
=s
,x
,x
, 
 404 bindir
='${exec_prefix}/bin' 
 405 sbindir
='${exec_prefix}/sbin' 
 406 libexecdir
='${exec_prefix}/libexec' 
 407 datadir
='${prefix}/share' 
 408 sysconfdir
='${prefix}/etc' 
 409 sharedstatedir
='${prefix}/com' 
 410 localstatedir
='${prefix}/var' 
 411 libdir
='${exec_prefix}/lib' 
 412 includedir
='${prefix}/include' 
 413 oldincludedir
='/usr/include' 
 414 infodir
='${prefix}/info' 
 415 mandir
='${prefix}/man' 
 417 # Initialize some other variables. 
 420 SHELL
=${CONFIG_SHELL-/bin/sh} 
 421 # Maximum number of lines to put in a shell here document. 
 428   # If the previous option needs an argument, assign it. 
 429   if test -n "$ac_prev"; then 
 430     eval "$ac_prev=\$ac_option" 
 436   -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 
 440   # Accept the important Cygnus configure options, so we can diagnose typos. 
 444   -bindir | --bindir | --bindi | --bind | --bin | --bi) 
 446   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 
 447     bindir
="$ac_optarg" ;; 
 449   -build | --build | --buil | --bui | --bu) 
 451   -build=* | --build=* | --buil=* | --bui=* | --bu=*) 
 452     build
="$ac_optarg" ;; 
 454   -cache-file | --cache-file | --cache-fil | --cache-fi \
 
 455   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 
 456     ac_prev
=cache_file 
;; 
 457   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
 458   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 
 459     cache_file
="$ac_optarg" ;; 
 461   -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 
 463   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
 
 465     datadir
="$ac_optarg" ;; 
 467   -disable-* | --disable-*) 
 468     ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'` 
 469     # Reject names that are not valid shell variable names. 
 470     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then 
 471       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 
 473     ac_feature
=`echo $ac_feature| sed 's/-/_/g'` 
 474     eval "enable_${ac_feature}=no" ;; 
 476   -enable-* | --enable-*) 
 477     ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 
 478     # Reject names that are not valid shell variable names. 
 479     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then 
 480       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 
 482     ac_feature
=`echo $ac_feature| sed 's/-/_/g'` 
 487     eval "enable_${ac_feature}='$ac_optarg'" ;; 
 489   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
 490   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
 491   | --exec | --exe | --ex) 
 492     ac_prev
=exec_prefix 
;; 
 493   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
 
 494   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
 
 495   | --exec=* | --exe=* | --ex=*) 
 496     exec_prefix
="$ac_optarg" ;; 
 498   -gas | --gas | --ga | --g) 
 499     # Obsolete; use --with-gas. 
 502   -help | --help | --hel | --he) 
 503     # Omit some internal or obsolete options to make the list less imposing. 
 504     # This message is too long to be a string in the A/UX 3.1 sh. 
 506 Usage: configure [options] [host] 
 507 Options: [defaults in brackets after descriptions] 
 509   --cache-file=FILE       cache test results in FILE 
 510   --help                  print this message 
 511   --no-create             do not create output files 
 512   --quiet, --silent       do not print \`checking...' messages 
 513   --version               print the version of autoconf that created configure 
 514 Directory and file names: 
 515   --prefix=PREFIX         install architecture-independent files in PREFIX 
 517   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
 519   --bindir=DIR            user executables in DIR [EPREFIX/bin] 
 520   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin] 
 521   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec] 
 522   --datadir=DIR           read-only architecture-independent data in DIR 
 524   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc] 
 525   --sharedstatedir=DIR    modifiable architecture-independent data in DIR 
 527   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var] 
 528   --libdir=DIR            object code libraries in DIR [EPREFIX/lib] 
 529   --includedir=DIR        C header files in DIR [PREFIX/include] 
 530   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include] 
 531   --infodir=DIR           info documentation in DIR [PREFIX/info] 
 532   --mandir=DIR            man documentation in DIR [PREFIX/man] 
 533   --srcdir=DIR            find the sources in DIR [configure dir or ..] 
 534   --program-prefix=PREFIX prepend PREFIX to installed program names 
 535   --program-suffix=SUFFIX append SUFFIX to installed program names 
 536   --program-transform-name=PROGRAM 
 537                           run sed PROGRAM on installed program names 
 541   --build=BUILD           configure for building on BUILD [BUILD=HOST] 
 542   --host=HOST             configure for HOST [guessed] 
 543   --target=TARGET         configure for TARGET [TARGET=HOST] 
 544 Features and packages: 
 545   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
 546   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
 547   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes] 
 548   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no) 
 549   --x-includes=DIR        X include files are in DIR 
 550   --x-libraries=DIR       X library files are in DIR 
 552     if test -n "$ac_help"; then 
 553       echo "--enable and --with options recognized:$ac_help" 
 557   -host | --host | --hos | --ho) 
 559   -host=* | --host=* | --hos=* | --ho=*) 
 562   -includedir | --includedir | --includedi | --included | --include \
 
 563   | --includ | --inclu | --incl | --inc) 
 564     ac_prev
=includedir 
;; 
 565   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
 
 566   | --includ=* | --inclu=* | --incl=* | --inc=*) 
 567     includedir
="$ac_optarg" ;; 
 569   -infodir | --infodir | --infodi | --infod | --info | --inf) 
 571   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 
 572     infodir
="$ac_optarg" ;; 
 574   -libdir | --libdir | --libdi | --libd) 
 576   -libdir=* | --libdir=* | --libdi=* | --libd=*) 
 577     libdir
="$ac_optarg" ;; 
 579   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
 
 580   | --libexe | --libex | --libe) 
 581     ac_prev
=libexecdir 
;; 
 582   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 
 583   | --libexe=* | --libex=* | --libe=*) 
 584     libexecdir
="$ac_optarg" ;; 
 586   -localstatedir | --localstatedir | --localstatedi | --localstated \
 
 587   | --localstate | --localstat | --localsta | --localst \
 
 588   | --locals | --local | --loca | --loc | --lo) 
 589     ac_prev
=localstatedir 
;; 
 590   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 
 591   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
 
 592   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 
 593     localstatedir
="$ac_optarg" ;; 
 595   -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 
 597   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 
 598     mandir
="$ac_optarg" ;; 
 601     # Obsolete; use --without-fp. 
 604   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 
 608   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 
 609   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 
 612   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
 
 613   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
 
 614   | --oldin | --oldi | --old | --ol | --o) 
 615     ac_prev
=oldincludedir 
;; 
 616   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
 
 617   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
 
 618   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 
 619     oldincludedir
="$ac_optarg" ;; 
 621   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 
 623   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 
 624     prefix
="$ac_optarg" ;; 
 626   -program-prefix | --program-prefix | --program-prefi | --program-pref \
 
 627   | --program-pre | --program-pr | --program-p) 
 628     ac_prev
=program_prefix 
;; 
 629   -program-prefix=* | --program-prefix=* | --program-prefi=* \
 
 630   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 
 631     program_prefix
="$ac_optarg" ;; 
 633   -program-suffix | --program-suffix | --program-suffi | --program-suff \
 
 634   | --program-suf | --program-su | --program-s) 
 635     ac_prev
=program_suffix 
;; 
 636   -program-suffix=* | --program-suffix=* | --program-suffi=* \
 
 637   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 
 638     program_suffix
="$ac_optarg" ;; 
 640   -program-transform-name | --program-transform-name \
 
 641   | --program-transform-nam | --program-transform-na \
 
 642   | --program-transform-n | --program-transform- \
 
 643   | --program-transform | --program-transfor \
 
 644   | --program-transfo | --program-transf \
 
 645   | --program-trans | --program-tran \
 
 646   | --progr-tra | --program-tr | --program-t) 
 647     ac_prev
=program_transform_name 
;; 
 648   -program-transform-name=* | --program-transform-name=* \
 
 649   | --program-transform-nam=* | --program-transform-na=* \
 
 650   | --program-transform-n=* | --program-transform-=* \
 
 651   | --program-transform=* | --program-transfor=* \
 
 652   | --program-transfo=* | --program-transf=* \
 
 653   | --program-trans=* | --program-tran=* \
 
 654   | --progr-tra=* | --program-tr=* | --program-t=*) 
 655     program_transform_name
="$ac_optarg" ;; 
 657   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
 658   | -silent | --silent | --silen | --sile | --sil) 
 661   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 
 663   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
 
 665     sbindir
="$ac_optarg" ;; 
 667   -sharedstatedir | --sharedstatedir | --sharedstatedi \
 
 668   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 
 669   | --sharedst | --shareds | --shared | --share | --shar \
 
 671     ac_prev
=sharedstatedir 
;; 
 672   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 
 673   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 
 674   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 
 676     sharedstatedir
="$ac_optarg" ;; 
 678   -site | --site | --sit) 
 680   -site=* | --site=* | --sit=*) 
 683   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 
 685   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 
 686     srcdir
="$ac_optarg" ;; 
 688   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 
 689   | --syscon | --sysco | --sysc | --sys | --sy) 
 690     ac_prev
=sysconfdir 
;; 
 691   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 
 692   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 
 693     sysconfdir
="$ac_optarg" ;; 
 695   -target | --target | --targe | --targ | --tar | --ta | --t) 
 697   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 
 698     target
="$ac_optarg" ;; 
 700   -v | -verbose | --verbose | --verbos | --verbo | --verb) 
 703   -version | --version | --versio | --versi | --vers) 
 704     echo "configure generated by autoconf version 2.13" 
 708     ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` 
 709     # Reject names that are not valid shell variable names. 
 710     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then 
 711       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 
 713     ac_package
=`echo $ac_package| sed 's/-/_/g'` 
 718     eval "with_${ac_package}='$ac_optarg'" ;; 
 720   -without-* | --without-*) 
 721     ac_package
=`echo $ac_option|sed -e 's/-*without-//'` 
 722     # Reject names that are not valid shell variable names. 
 723     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then 
 724       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } 
 726     ac_package
=`echo $ac_package| sed 's/-/_/g'` 
 727     eval "with_${ac_package}=no" ;; 
 730     # Obsolete; use --with-x. 
 733   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 
 734   | --x-incl | --x-inc | --x-in | --x-i) 
 735     ac_prev
=x_includes 
;; 
 736   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 
 737   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 
 738     x_includes
="$ac_optarg" ;; 
 740   -x-libraries | --x-libraries | --x-librarie | --x-librari \
 
 741   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 
 742     ac_prev
=x_libraries 
;; 
 743   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 
 744   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 
 745     x_libraries
="$ac_optarg" ;; 
 747   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } 
 751     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then 
 752       echo "configure: warning: $ac_option: invalid host type" 1>&2 
 754     if test "x$nonopt" != xNONE
; then 
 755       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } 
 763 if test -n "$ac_prev"; then 
 764   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } 
 767 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 
 769 # File descriptor usage: 
 772 # 2 errors and warnings 
 773 # 3 some systems may open it to /dev/tty 
 774 # 4 used on the Kubota Titan 
 775 # 6 checking for... messages and results 
 776 # 5 compiler messages saved in config.log 
 777 if test "$silent" = yes; then 
 785 This file contains any messages produced by compilers while 
 786 running configure, to aid debugging if configure makes a mistake. 
 789 # Strip out --no-create and --no-recursion so they do not pile up. 
 790 # Also quote any args containing shell metacharacters. 
 795   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 
 796   | --no-cr | --no-c) ;; 
 797   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 
 798   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; 
 799   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) 
 800   ac_configure_args
="$ac_configure_args '$ac_arg'" ;; 
 801   *) ac_configure_args
="$ac_configure_args $ac_arg" ;; 
 806 # Only set these to C if already set.  These must not be set unconditionally 
 807 # because not all systems understand e.g. LANG=C (notably SCO). 
 808 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! 
 809 # Non-C LC_CTYPE values break the ctype check. 
 810 if test "${LANG+set}"   = set; then LANG
=C
;   export LANG
;   fi 
 811 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi 
 812 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi 
 813 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE
=C
;    export LC_CTYPE
;    fi 
 815 # confdefs.h avoids OS command line length limits that DEFS can exceed. 
 816 rm -rf conftest
* confdefs.h
 
 817 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 
 820 # A filename unique to this package, relative to the directory that 
 821 # configure is in, which we can look for to find out if srcdir is correct. 
 822 ac_unique_file
=wx
-config.
in 
 824 # Find the source files, if location was not specified. 
 825 if test -z "$srcdir"; then 
 826   ac_srcdir_defaulted
=yes 
 827   # Try the directory containing this script, then its parent. 
 829   ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` 
 830   test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
 
 832   if test ! -r $srcdir/$ac_unique_file; then 
 836   ac_srcdir_defaulted
=no
 
 838 if test ! -r $srcdir/$ac_unique_file; then 
 839   if test "$ac_srcdir_defaulted" = yes; then 
 840     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } 
 842     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } 
 845 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` 
 847 # Prefer explicitly selected file to automatically selected ones. 
 848 if test -z "$CONFIG_SITE"; then 
 849   if test "x$prefix" != xNONE
; then 
 850     CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site" 
 852     CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 
 855 for ac_site_file 
in $CONFIG_SITE; do 
 856   if test -r "$ac_site_file"; then 
 857     echo "loading site script $ac_site_file" 
 862 if test -r "$cache_file"; then 
 863   echo "loading cache $cache_file" 
 866   echo "creating cache $cache_file" 
 871 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
 872 ac_cpp
='$CPP $CPPFLAGS' 
 873 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
 874 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
 875 cross_compiling
=$ac_cv_prog_cc_cross 
 879 if (echo "testing\c"; echo 1,2,3) | grep c 
>/dev
/null
; then 
 880   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. 
 881   if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn 
>/dev
/null
; then 
 888   ac_n
= ac_c
='\c' ac_t
= 
 894 for ac_dir 
in $srcdir $srcdir/.. 
$srcdir/..
/..
; do 
 895   if test -f $ac_dir/install-sh; then 
 897     ac_install_sh
="$ac_aux_dir/install-sh -c" 
 899   elif test -f $ac_dir/install.sh
; then 
 901     ac_install_sh
="$ac_aux_dir/install.sh -c" 
 905 if test -z "$ac_aux_dir"; then 
 906   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } 
 908 ac_config_guess
=$ac_aux_dir/config.guess
 
 909 ac_config_sub
=$ac_aux_dir/config.sub
 
 910 ac_configure
=$ac_aux_dir/configure 
# This should be Cygnus configure. 
 913 # Do some error checking and defaulting for the host and target type. 
 915 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT 
 918 # 1. You are not allowed to specify --host, --target, and nonopt at the 
 920 # 2. Host defaults to nonopt. 
 921 # 3. If nonopt is not specified, then host defaults to the current host, 
 922 #    as determined by config.guess. 
 923 # 4. Target and build default to nonopt. 
 924 # 5. If nonopt is not specified, then target and build default to host. 
 926 # The aliases save the names the user supplied, while $host etc. 
 927 # will get canonicalized. 
 928 case $host---$target---$nonopt in 
 929 NONE
---*---* | *---NONE---* | *---*---NONE) ;; 
 930 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; 
 934 # Make sure we can run config.sub. 
 935 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 
>/dev
/null 
2>&1; then : 
 936 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } 
 939 echo $ac_n "checking host system type""... $ac_c" 1>&6 
 940 echo "configure:941: checking host system type" >&5 
 943 case "$host_alias" in 
 947     if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : 
 948     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } 
 950   *) host_alias
=$nonopt ;; 
 954 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` 
 955 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
 956 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
 957 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
 958 echo "$ac_t""$host" 1>&6 
 960 echo $ac_n "checking target system type""... $ac_c" 1>&6 
 961 echo "configure:962: checking target system type" >&5 
 964 case "$target_alias" in 
 967   NONE
) target_alias
=$host_alias ;; 
 968   *) target_alias
=$nonopt ;; 
 972 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` 
 973 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
 974 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
 975 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
 976 echo "$ac_t""$target" 1>&6 
 978 echo $ac_n "checking build system type""... $ac_c" 1>&6 
 979 echo "configure:980: checking build system type" >&5 
 982 case "$build_alias" in 
 985   NONE
) build_alias
=$host_alias ;; 
 986   *) build_alias
=$nonopt ;; 
 990 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` 
 991 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
 992 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
 993 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
 994 echo "$ac_t""$build" 1>&6 
 996 test "$host_alias" != "$target_alias" && 
 997   test "$program_prefix$program_suffix$program_transform_name" = \
 
 999   program_prefix
=${target_alias}- 
1003 WX_MAJOR_VERSION_NUMBER
=2 
1004 WX_MINOR_VERSION_NUMBER
=3 
1007 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER 
1008 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER 
1044 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0 
1046 ALL_TOOLKITS
="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE" 
1051 DEFAULT_wxUSE_MOTIF
=0 
1054 DEFAULT_wxUSE_WINE
=0 
1056 DEFAULT_DEFAULT_wxUSE_GTK
=0 
1057 DEFAULT_DEFAULT_wxUSE_MAC
=0 
1058 DEFAULT_DEFAULT_wxUSE_MGL
=0 
1059 DEFAULT_DEFAULT_wxUSE_MOTIF
=0 
1060 DEFAULT_DEFAULT_wxUSE_MSW
=0 
1061 DEFAULT_DEFAULT_wxUSE_PM
=0 
1062 DEFAULT_DEFAULT_wxUSE_WINE
=0 
1070     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1071     NEEDS_D_REENTRANT_FOR_R_FUNCS
=1 
1073     cat >> confdefs.h 
<<\EOF
 
1080     cat >> confdefs.h 
<<\EOF
 
1085     if test "x$TMP" = "xalpha"; then 
1087       cat >> confdefs.h 
<<\EOF
 
1092     if test "x$TMP" = "xia64"; then 
1094       cat >> confdefs.h 
<<\EOF
 
1099     DEFAULT_DEFAULT_wxUSE_GTK
=1 
1101   *-*-irix5* | *-*-irix6* ) 
1104     cat >> confdefs.h 
<<\EOF
 
1108     cat >> confdefs.h 
<<\EOF
 
1112     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1118     cat >> confdefs.h 
<<\EOF
 
1122     cat >> confdefs.h 
<<\EOF
 
1123 #define __SOLARIS__ 1 
1126     cat >> confdefs.h 
<<\EOF
 
1130     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1131     NEEDS_D_REENTRANT_FOR_R_FUNCS
=1 
1137     cat >> confdefs.h 
<<\EOF
 
1141     cat >> confdefs.h 
<<\EOF
 
1145     cat >> confdefs.h 
<<\EOF
 
1149     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1154     cat >> confdefs.h 
<<\EOF
 
1155 #define __FREEBSD__ 1 
1158     cat >> confdefs.h 
<<\EOF
 
1162     DEFAULT_DEFAULT_wxUSE_GTK
=1 
1167     cat >> confdefs.h 
<<\EOF
 
1168 #define __FREEBSD__ 1 
1171     cat >> confdefs.h 
<<\EOF
 
1172 #define __OPENBSD__ 1 
1175     DEFAULT_DEFAULT_wxUSE_GTK
=1 
1180     cat >> confdefs.h 
<<\EOF
 
1181 #define __FREEBSD__ 1 
1184     cat >> confdefs.h 
<<\EOF
 
1185 #define __NETBSD__ 1 
1188     DEFAULT_DEFAULT_wxUSE_GTK
=1 
1193     cat >> confdefs.h 
<<\EOF
 
1197     cat >> confdefs.h 
<<\EOF
 
1201     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1202     NEEDS_D_REENTRANT_FOR_R_FUNCS
=1 
1207     cat >> confdefs.h 
<<\EOF
 
1211     cat >> confdefs.h 
<<\EOF
 
1215     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1220     cat >> confdefs.h 
<<\EOF
 
1224     cat >> confdefs.h 
<<\EOF
 
1228     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1234     cat >> confdefs.h 
<<\EOF
 
1238     cat >> confdefs.h 
<<\EOF
 
1242     cat >> confdefs.h 
<<\EOF
 
1246     DEFAULT_DEFAULT_wxUSE_MOTIF
=1 
1249   *-*-cygwin* | *-*-mingw32* ) 
1253     cat >> confdefs.h 
<<\EOF
 
1257     cat >> confdefs.h 
<<\EOF
 
1261     cat >> confdefs.h 
<<\EOF
 
1262 #define __WINDOWS__ 1 
1265     cat >> confdefs.h 
<<\EOF
 
1266 #define __GNUWIN32__ 1 
1269     cat >> confdefs.h 
<<\EOF
 
1273     cat >> confdefs.h 
<<\EOF
 
1274 #define WINVER 0x0400 
1279     DEFAULT_DEFAULT_wxUSE_MSW
=1 
1282   *-pc-os2_emx | *-pc-os2-emx ) 
1283     cat >> confdefs.h 
<<\EOF
 
1288     DEFAULT_DEFAULT_wxUSE_PM
=1 
1295     cat >> confdefs.h 
<<\EOF
 
1299     cat >> confdefs.h 
<<\EOF
 
1300 #define __DARWIN__ 1 
1303     cat >> confdefs.h 
<<\EOF
 
1304 #define __POWERPC__ 1 
1307     DEFAULT_DEFAULT_wxUSE_MAC
=1 
1312     cat >> confdefs.h 
<<\EOF
 
1319     { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } 
1322 if test "$USE_UNIX" = 1 ; then 
1324     cat >> confdefs.h 
<<\EOF
 
1330 if test "$USE_LINUX" = 1; then 
1331     echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6 
1332 echo "configure:1333: checking for glibc 2.1 or later" >&5 
1333 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then 
1334   echo $ac_n "(cached) $ac_c" 1>&6 
1336   cat > conftest.
$ac_ext <<EOF 
1337 #line 1338 "configure" 
1338 #include "confdefs.h" 
1339 #include <features.h> 
1342                 #if !__GLIBC_PREREQ(2, 1) 
1348 if { (eval echo configure
:1349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
1354   echo "configure: failed program was:" >&5 
1355   cat conftest.
$ac_ext >&5 
1366 echo "$ac_t""$wx_lib_glibc21" 1>&6 
1367     if test "$wx_lib_glibc21" = "yes"; then 
1368         cat >> confdefs.h 
<<\EOF
 
1369 #define wxHAVE_GLIBC2 1 
1378           wx_arg_cache_file
="configarg.cache" 
1379           echo "loading argument cache $wx_arg_cache_file" 
1380           rm -f ${wx_arg_cache_file}.tmp
 
1381           touch ${wx_arg_cache_file}.tmp
 
1382           touch ${wx_arg_cache_file} 
1386 if test $DEBUG_CONFIGURE = 1; then 
1387   DEFAULT_wxUSE_UNIVERSAL
=no
 
1389   DEFAULT_wxUSE_THREADS
=yes 
1391   DEFAULT_wxUSE_SHARED
=yes 
1392   DEFAULT_wxUSE_SONAME
=no
 
1393   DEFAULT_wxUSE_OPTIMISE
=no
 
1394   DEFAULT_wxUSE_PROFILE
=no
 
1395   DEFAULT_wxUSE_NO_DEPS
=no
 
1396   DEFAULT_wxUSE_NO_RTTI
=yes 
1397   DEFAULT_wxUSE_NO_EXCEPTIONS
=yes 
1398   DEFAULT_wxUSE_PERMISSIVE
=no
 
1399   DEFAULT_wxUSE_DEBUG_FLAG
=yes 
1400   DEFAULT_wxUSE_DEBUG_INFO
=yes 
1401   DEFAULT_wxUSE_DEBUG_GDB
=yes 
1402   DEFAULT_wxUSE_MEM_TRACING
=no
 
1403   DEFAULT_wxUSE_DEBUG_CONTEXT
=no
 
1404   DEFAULT_wxUSE_DMALLOC
=no
 
1405   DEFAULT_wxUSE_PRECOMP
=yes 
1406   DEFAULT_wxUSE_APPLE_IEEE
=no
 
1408   DEFAULT_wxUSE_LOG
=yes 
1409   DEFAULT_wxUSE_LOGWINDOW
=no
 
1410   DEFAULT_wxUSE_LOGGUI
=no
 
1412   DEFAULT_wxUSE_GUI
=yes 
1413   DEFAULT_wxUSE_CONTROLS
=no
 
1415   DEFAULT_wxUSE_REGEX
=no
 
1416   DEFAULT_wxUSE_ZLIB
=no
 
1417   DEFAULT_wxUSE_LIBPNG
=no
 
1418   DEFAULT_wxUSE_LIBJPEG
=no
 
1419   DEFAULT_wxUSE_LIBTIFF
=no
 
1420   DEFAULT_wxUSE_ODBC
=no
 
1421   DEFAULT_wxUSE_FREETYPE
=no
 
1422   DEFAULT_wxUSE_OPENGL
=no
 
1424   DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
 
1425   DEFAULT_wxUSE_SNGLINST_CHECKER
=no
 
1426   DEFAULT_wxUSE_STD_IOSTREAM
=no
 
1427   DEFAULT_wxUSE_CMDLINE_PARSER
=no
 
1428   DEFAULT_wxUSE_DATETIME
=no
 
1429   DEFAULT_wxUSE_TIMEDATE
=no
 
1430   DEFAULT_wxUSE_TIMER
=no
 
1431   DEFAULT_wxUSE_STOPWATCH
=no
 
1432   DEFAULT_wxUSE_FILE
=no
 
1433   DEFAULT_wxUSE_FFILE
=no
 
1434   DEFAULT_wxUSE_TEXTFILE
=no
 
1435   DEFAULT_wxUSE_WAVE
=no
 
1436   DEFAULT_wxUSE_INTL
=no
 
1437   DEFAULT_wxUSE_CONFIG
=no
 
1438   DEFAULT_wxUSE_FONTMAP
=no
 
1439   DEFAULT_wxUSE_STREAMS
=no
 
1440   DEFAULT_wxUSE_SOCKETS
=no
 
1441   DEFAULT_wxUSE_DIALUP_MANAGER
=no
 
1442   DEFAULT_wxUSE_SERIAL
=no
 
1443   DEFAULT_wxUSE_JOYSTICK
=no
 
1444   DEFAULT_wxUSE_DYNLIB_CLASS
=no
 
1445   DEFAULT_wxUSE_LONGLONG
=no
 
1446   DEFAULT_wxUSE_GEOMETRY
=no
 
1448   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
 
1449   DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
 
1450   DEFAULT_wxUSE_POSTSCRIPT
=no
 
1452   DEFAULT_wxUSE_X_RESOURCES
=no
 
1453   DEFAULT_wxUSE_CLIPBOARD
=no
 
1454   DEFAULT_wxUSE_TOOLTIPS
=no
 
1455   DEFAULT_wxUSE_DRAG_AND_DROP
=no
 
1456   DEFAULT_wxUSE_DRAGIMAGE
=no
 
1457   DEFAULT_wxUSE_SPLINES
=no
 
1459   DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
 
1460   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
 
1461   DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
 
1463   DEFAULT_wxUSE_PROLOGIO
=no
 
1464   DEFAULT_wxUSE_RESOURCES
=no
 
1465   DEFAULT_wxUSE_CONSTRAINTS
=no
 
1466   DEFAULT_wxUSE_IPC
=no
 
1467   DEFAULT_wxUSE_HELP
=no
 
1468   DEFAULT_wxUSE_MS_HTML_HELP
=no
 
1469   DEFAULT_wxUSE_WXHTML_HELP
=no
 
1470   DEFAULT_wxUSE_TREELAYOUT
=no
 
1471   DEFAULT_wxUSE_METAFILE
=no
 
1472   DEFAULT_wxUSE_MIMETYPE
=no
 
1473   DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes 
1475   DEFAULT_wxUSE_COMMONDLGS
=no
 
1476   DEFAULT_wxUSE_CHOICEDLG
=no
 
1477   DEFAULT_wxUSE_COLOURDLG
=no
 
1478   DEFAULT_wxUSE_DIRDLG
=no
 
1479   DEFAULT_wxUSE_FILEDLG
=no
 
1480   DEFAULT_wxUSE_FINDREPLDLG
=no
 
1481   DEFAULT_wxUSE_FONTDLG
=no
 
1482   DEFAULT_wxUSE_MSGDLG
=no
 
1483   DEFAULT_wxUSE_NUMBERDLG
=no
 
1484   DEFAULT_wxUSE_TEXTDLG
=no
 
1485   DEFAULT_wxUSE_SPLASH
=no
 
1486   DEFAULT_wxUSE_STARTUP_TIPS
=no
 
1487   DEFAULT_wxUSE_PROGRESSDLG
=no
 
1488   DEFAULT_wxUSE_WIZARDDLG
=no
 
1490   DEFAULT_wxUSE_MENUS
=no
 
1491   DEFAULT_wxUSE_MINIFRAME
=no
 
1492   DEFAULT_wxUSE_HTML
=no
 
1493   DEFAULT_wxUSE_FILESYSTEM
=no
 
1494   DEFAULT_wxUSE_FS_INET
=no
 
1495   DEFAULT_wxUSE_FS_ZIP
=no
 
1496   DEFAULT_wxUSE_BUSYINFO
=no
 
1497   DEFAULT_wxUSE_ZIPSTREAM
=no
 
1498   DEFAULT_wxUSE_VALIDATORS
=no
 
1500   DEFAULT_wxUSE_ACCEL
=no
 
1501   DEFAULT_wxUSE_BUTTON
=no
 
1502   DEFAULT_wxUSE_BMPBUTTON
=no
 
1503   DEFAULT_wxUSE_CALCTRL
=no
 
1504   DEFAULT_wxUSE_CARET
=no
 
1505   DEFAULT_wxUSE_CHECKBOX
=no
 
1506   DEFAULT_wxUSE_CHECKLST
=no
 
1507   DEFAULT_wxUSE_CHOICE
=no
 
1508   DEFAULT_wxUSE_COMBOBOX
=no
 
1509   DEFAULT_wxUSE_GAUGE
=no
 
1510   DEFAULT_wxUSE_GRID
=no
 
1511   DEFAULT_wxUSE_NEW_GRID
=no
 
1512   DEFAULT_wxUSE_IMAGLIST
=no
 
1513   DEFAULT_wxUSE_LISTBOX
=no
 
1514   DEFAULT_wxUSE_LISTCTRL
=no
 
1515   DEFAULT_wxUSE_NOTEBOOK
=no
 
1516   DEFAULT_wxUSE_PROPSHEET
=no
 
1517   DEFAULT_wxUSE_RADIOBOX
=no
 
1518   DEFAULT_wxUSE_RADIOBTN
=no
 
1519   DEFAULT_wxUSE_SASH
=no
 
1520   DEFAULT_wxUSE_SCROLLBAR
=no
 
1521   DEFAULT_wxUSE_SLIDER
=no
 
1522   DEFAULT_wxUSE_SPINBTN
=no
 
1523   DEFAULT_wxUSE_SPINCTRL
=no
 
1524   DEFAULT_wxUSE_SPLITTER
=no
 
1525   DEFAULT_wxUSE_STATBMP
=no
 
1526   DEFAULT_wxUSE_STATBOX
=no
 
1527   DEFAULT_wxUSE_STATLINE
=no
 
1528   DEFAULT_wxUSE_STATTEXT
=no
 
1529   DEFAULT_wxUSE_STATUSBAR
=yes 
1530   DEFAULT_wxUSE_TABDIALOG
=no
 
1531   DEFAULT_wxUSE_TEXTCTRL
=no
 
1532   DEFAULT_wxUSE_TOGGLEBTN
=no
 
1533   DEFAULT_wxUSE_TOOLBAR
=no
 
1534   DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
 
1535   DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
 
1536   DEFAULT_wxUSE_TREECTRL
=no
 
1537   DEFAULT_wxUSE_POPUPWIN
=no
 
1539   DEFAULT_wxUSE_UNICODE
=no
 
1540   DEFAULT_wxUSE_WCSRTOMBS
=no
 
1542   DEFAULT_wxUSE_PALETTE
=no
 
1543   DEFAULT_wxUSE_IMAGE
=no
 
1544   DEFAULT_wxUSE_GIF
=no
 
1545   DEFAULT_wxUSE_PCX
=no
 
1546   DEFAULT_wxUSE_PNM
=no
 
1547   DEFAULT_wxUSE_XPM
=no
 
1549   DEFAULT_wxUSE_UNIVERSAL
=no
 
1551   DEFAULT_wxUSE_THREADS
=yes 
1553   DEFAULT_wxUSE_SHARED
=yes 
1554   DEFAULT_wxUSE_SONAME
=no
 
1555   DEFAULT_wxUSE_OPTIMISE
=yes 
1556   DEFAULT_wxUSE_PROFILE
=no
 
1557   DEFAULT_wxUSE_NO_DEPS
=no
 
1558   DEFAULT_wxUSE_NO_RTTI
=yes 
1559   DEFAULT_wxUSE_NO_EXCEPTIONS
=yes 
1560   DEFAULT_wxUSE_PERMISSIVE
=no
 
1561   DEFAULT_wxUSE_DEBUG_FLAG
=no
 
1562   DEFAULT_wxUSE_DEBUG_INFO
=no
 
1563   DEFAULT_wxUSE_DEBUG_GDB
=no
 
1564   DEFAULT_wxUSE_MEM_TRACING
=no
 
1565   DEFAULT_wxUSE_DEBUG_CONTEXT
=no
 
1566   DEFAULT_wxUSE_DMALLOC
=no
 
1567   DEFAULT_wxUSE_PRECOMP
=yes 
1568   DEFAULT_wxUSE_APPLE_IEEE
=yes 
1570   DEFAULT_wxUSE_LOG
=yes 
1571   DEFAULT_wxUSE_LOGWINDOW
=yes 
1572   DEFAULT_wxUSE_LOGGUI
=yes 
1574   DEFAULT_wxUSE_GUI
=yes 
1576   DEFAULT_wxUSE_REGEX
=yes 
1577   DEFAULT_wxUSE_ZLIB
=yes 
1578   DEFAULT_wxUSE_LIBPNG
=yes 
1579   DEFAULT_wxUSE_LIBJPEG
=yes 
1580   DEFAULT_wxUSE_LIBTIFF
=yes 
1581   DEFAULT_wxUSE_ODBC
=no
 
1582   DEFAULT_wxUSE_FREETYPE
=no
 
1583   DEFAULT_wxUSE_OPENGL
=no
 
1585   DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes 
1586   DEFAULT_wxUSE_SNGLINST_CHECKER
=yes 
1587   DEFAULT_wxUSE_STD_IOSTREAM
=no
 
1588   DEFAULT_wxUSE_CMDLINE_PARSER
=yes 
1589   DEFAULT_wxUSE_DATETIME
=yes 
1590   DEFAULT_wxUSE_TIMEDATE
=no
 
1591   DEFAULT_wxUSE_TIMER
=yes 
1592   DEFAULT_wxUSE_STOPWATCH
=yes 
1593   DEFAULT_wxUSE_FILE
=yes 
1594   DEFAULT_wxUSE_FFILE
=yes 
1595   DEFAULT_wxUSE_TEXTFILE
=yes 
1596   DEFAULT_wxUSE_WAVE
=no
 
1597   DEFAULT_wxUSE_INTL
=yes 
1598   DEFAULT_wxUSE_CONFIG
=yes 
1599   DEFAULT_wxUSE_FONTMAP
=yes 
1600   DEFAULT_wxUSE_STREAMS
=yes 
1601   DEFAULT_wxUSE_SOCKETS
=yes 
1602   DEFAULT_wxUSE_DIALUP_MANAGER
=yes 
1603   DEFAULT_wxUSE_SERIAL
=yes 
1604   DEFAULT_wxUSE_JOYSTICK
=yes 
1605   DEFAULT_wxUSE_DYNLIB_CLASS
=yes 
1606   DEFAULT_wxUSE_LONGLONG
=yes 
1607   DEFAULT_wxUSE_GEOMETRY
=yes 
1609   DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes 
1610   DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes 
1611   DEFAULT_wxUSE_POSTSCRIPT
=yes 
1613   DEFAULT_wxUSE_X_RESOURCES
=no
 
1614   DEFAULT_wxUSE_CLIPBOARD
=yes 
1615   DEFAULT_wxUSE_TOOLTIPS
=yes 
1616   DEFAULT_wxUSE_DRAG_AND_DROP
=yes 
1617   DEFAULT_wxUSE_DRAGIMAGE
=yes 
1618   DEFAULT_wxUSE_SPLINES
=yes 
1620   DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes 
1621   DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes 
1622   DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes 
1624   DEFAULT_wxUSE_PROLOGIO
=yes 
1625   DEFAULT_wxUSE_RESOURCES
=yes 
1626   DEFAULT_wxUSE_CONSTRAINTS
=yes 
1627   DEFAULT_wxUSE_IPC
=yes 
1628   DEFAULT_wxUSE_HELP
=yes 
1629   DEFAULT_wxUSE_MS_HTML_HELP
=yes 
1630   DEFAULT_wxUSE_WXHTML_HELP
=yes 
1631   DEFAULT_wxUSE_TREELAYOUT
=yes 
1632   DEFAULT_wxUSE_METAFILE
=yes 
1633   DEFAULT_wxUSE_MIMETYPE
=yes 
1634   DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes 
1636   DEFAULT_wxUSE_COMMONDLGS
=yes 
1637   DEFAULT_wxUSE_CHOICEDLG
=yes 
1638   DEFAULT_wxUSE_COLOURDLG
=yes 
1639   DEFAULT_wxUSE_DIRDLG
=yes 
1640   DEFAULT_wxUSE_FILEDLG
=yes 
1641   DEFAULT_wxUSE_FINDREPLDLG
=yes 
1642   DEFAULT_wxUSE_FONTDLG
=yes 
1643   DEFAULT_wxUSE_MSGDLG
=yes 
1644   DEFAULT_wxUSE_NUMBERDLG
=yes 
1645   DEFAULT_wxUSE_TEXTDLG
=yes 
1646   DEFAULT_wxUSE_SPLASH
=yes 
1647   DEFAULT_wxUSE_STARTUP_TIPS
=yes 
1648   DEFAULT_wxUSE_PROGRESSDLG
=yes 
1649   DEFAULT_wxUSE_WIZARDDLG
=yes 
1651   DEFAULT_wxUSE_MENUS
=yes 
1652   DEFAULT_wxUSE_MINIFRAME
=yes 
1653   DEFAULT_wxUSE_HTML
=yes 
1654   DEFAULT_wxUSE_FILESYSTEM
=yes 
1655   DEFAULT_wxUSE_FS_INET
=yes 
1656   DEFAULT_wxUSE_FS_ZIP
=yes 
1657   DEFAULT_wxUSE_BUSYINFO
=yes 
1658   DEFAULT_wxUSE_ZIPSTREAM
=yes 
1659   DEFAULT_wxUSE_VALIDATORS
=yes 
1661   DEFAULT_wxUSE_ACCEL
=yes 
1662   DEFAULT_wxUSE_BUTTON
=yes 
1663   DEFAULT_wxUSE_BMPBUTTON
=yes 
1664   DEFAULT_wxUSE_CALCTRL
=yes 
1665   DEFAULT_wxUSE_CARET
=yes 
1666   DEFAULT_wxUSE_CHECKBOX
=yes 
1667   DEFAULT_wxUSE_CHECKLST
=yes 
1668   DEFAULT_wxUSE_CHOICE
=yes 
1669   DEFAULT_wxUSE_COMBOBOX
=yes 
1670   DEFAULT_wxUSE_GAUGE
=yes 
1671   DEFAULT_wxUSE_GRID
=yes 
1672   DEFAULT_wxUSE_NEW_GRID
=yes 
1673   DEFAULT_wxUSE_IMAGLIST
=yes 
1674   DEFAULT_wxUSE_LISTBOX
=yes 
1675   DEFAULT_wxUSE_LISTCTRL
=yes 
1676   DEFAULT_wxUSE_NOTEBOOK
=yes 
1677   DEFAULT_wxUSE_PROPSHEET
=yes 
1678   DEFAULT_wxUSE_RADIOBOX
=yes 
1679   DEFAULT_wxUSE_RADIOBTN
=yes 
1680   DEFAULT_wxUSE_SASH
=yes 
1681   DEFAULT_wxUSE_SCROLLBAR
=yes 
1682   DEFAULT_wxUSE_SLIDER
=yes 
1683   DEFAULT_wxUSE_SPINBTN
=yes 
1684   DEFAULT_wxUSE_SPINCTRL
=yes 
1685   DEFAULT_wxUSE_SPLITTER
=yes 
1686   DEFAULT_wxUSE_STATBMP
=yes 
1687   DEFAULT_wxUSE_STATBOX
=yes 
1688   DEFAULT_wxUSE_STATLINE
=yes 
1689   DEFAULT_wxUSE_STATTEXT
=yes 
1690   DEFAULT_wxUSE_STATUSBAR
=yes 
1691   DEFAULT_wxUSE_TABDIALOG
=no
 
1692   DEFAULT_wxUSE_TEXTCTRL
=yes 
1693   DEFAULT_wxUSE_TOGGLEBTN
=yes 
1694   DEFAULT_wxUSE_TOOLBAR
=yes 
1695   DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes 
1696   DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes 
1697   DEFAULT_wxUSE_TREECTRL
=yes 
1698   DEFAULT_wxUSE_POPUPWIN
=yes 
1700   DEFAULT_wxUSE_UNICODE
=no
 
1701   DEFAULT_wxUSE_WCSRTOMBS
=no
 
1703   DEFAULT_wxUSE_PALETTE
=yes 
1704   DEFAULT_wxUSE_IMAGE
=yes 
1705   DEFAULT_wxUSE_GIF
=yes 
1706   DEFAULT_wxUSE_PCX
=yes 
1707   DEFAULT_wxUSE_PNM
=yes 
1708   DEFAULT_wxUSE_XPM
=yes 
1713 for toolkit 
in `echo $ALL_TOOLKITS`; do 
1714   LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}` 
1715   if test "x$LINE" != x 
; then 
1716     has_toolkit_in_cache
=1 
1717     eval "DEFAULT_$LINE" 
1718     eval "CACHE_$toolkit=1" 
1724           echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6 
1725 echo "configure:1726: checking for --enable-gui" >&5 
1727           # Check whether --enable-gui or --disable-gui was given. 
1728 if test "${enable_gui+set}" = set; then 
1729   enableval
="$enable_gui" 
1731                           if test "$enableval" = yes; then 
1732                             ac_cv_use_gui
='wxUSE_GUI=yes' 
1734                             ac_cv_use_gui
='wxUSE_GUI=no' 
1739                           LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}` 
1740                           if test "x$LINE" != x 
; then 
1741                             eval "DEFAULT_$LINE" 
1746                           ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI 
1751           eval "$ac_cv_use_gui" 
1752           if test "$no_cache" != 1; then 
1753             echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
 
1756           if test "$wxUSE_GUI" = yes; then 
1757             echo "$ac_t""yes" 1>&6 
1759             echo "$ac_t""no" 1>&6 
1763 if test "$wxUSE_GUI" = "yes"; then 
1766           echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6 
1767 echo "configure:1768: checking for --enable-universal" >&5 
1769           # Check whether --enable-universal or --disable-universal was given. 
1770 if test "${enable_universal+set}" = set; then 
1771   enableval
="$enable_universal" 
1773                           if test "$enableval" = yes; then 
1774                             ac_cv_use_universal
='wxUSE_UNIVERSAL=yes' 
1776                             ac_cv_use_universal
='wxUSE_UNIVERSAL=no' 
1781                           LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` 
1782                           if test "x$LINE" != x 
; then 
1783                             eval "DEFAULT_$LINE" 
1788                           ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL 
1793           eval "$ac_cv_use_universal" 
1794           if test "$no_cache" != 1; then 
1795             echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
 
1798           if test "$wxUSE_UNIVERSAL" = yes; then 
1799             echo "$ac_t""yes" 1>&6 
1801             echo "$ac_t""no" 1>&6 
1804 # Check whether --with-gtk or --without-gtk was given. 
1805 if test "${with_gtk+set}" = set; then 
1807   wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1 
1810 # Check whether --with-motif or --without-motif was given. 
1811 if test "${with_motif+set}" = set; then 
1812   withval
="$with_motif" 
1813   wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1 
1816 # Check whether --with-mac or --without-mac was given. 
1817 if test "${with_mac+set}" = set; then 
1819   wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1 
1822 # Check whether --with-wine or --without-wine was given. 
1823 if test "${with_wine+set}" = set; then 
1824   withval
="$with_wine" 
1825   wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1 
1828 # Check whether --with-cygwin or --without-cygwin was given. 
1829 if test "${with_cygwin+set}" = set; then 
1830   withval
="$with_cygwin" 
1831   wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1 
1834 # Check whether --with-mingw or --without-mingw was given. 
1835 if test "${with_mingw+set}" = set; then 
1836   withval
="$with_mingw" 
1837   wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1 
1840 # Check whether --with-pm or --without-pm was given. 
1841 if test "${with_pm+set}" = set; then 
1843   wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1 
1846 # Check whether --with-mgl or --without-mgl was given. 
1847 if test "${with_mgl+set}" = set; then 
1849   wxUSE_MGL
="$withval" CACHE_MGL
=1 TOOLKIT_GIVEN
=1 
1853 # Check whether --enable-gtk2 or --disable-gtk2 was given. 
1854 if test "${enable_gtk2+set}" = set; then 
1855   enableval
="$enable_gtk2" 
1863           echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6 
1864 echo "configure:1865: checking for --with-libpng" >&5 
1866           # Check whether --with-libpng or --without-libpng was given. 
1867 if test "${with_libpng+set}" = set; then 
1868   withval
="$with_libpng" 
1870                         if test "$withval" = yes; then 
1871                           ac_cv_use_libpng
='wxUSE_LIBPNG=yes' 
1872                         elif test "$withval" = no
; then 
1873                           ac_cv_use_libpng
='wxUSE_LIBPNG=no' 
1874                         elif test "$withval" = sys
; then 
1875                           ac_cv_use_libpng
='wxUSE_LIBPNG=sys' 
1876                         elif test "$withval" = builtin; then 
1877                           ac_cv_use_libpng
='wxUSE_LIBPNG=builtin' 
1879                           { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
1884                         LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` 
1885                         if test "x$LINE" != x 
; then 
1886                           eval "DEFAULT_$LINE" 
1891                         ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG 
1896           eval "$ac_cv_use_libpng" 
1897           if test "$no_cache" != 1; then 
1898             echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
 
1901           if test "$wxUSE_LIBPNG" = yes; then 
1902             echo "$ac_t""yes" 1>&6 
1903           elif test "$wxUSE_LIBPNG" = no
; then 
1904             echo "$ac_t""no" 1>&6 
1905           elif test "$wxUSE_LIBPNG" = sys
; then 
1906             echo "$ac_t""system version" 1>&6 
1907           elif test "$wxUSE_LIBPNG" = builtin; then 
1908             echo "$ac_t""builtin version" 1>&6 
1910             { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
1914           echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6 
1915 echo "configure:1916: checking for --with-libjpeg" >&5 
1917           # Check whether --with-libjpeg or --without-libjpeg was given. 
1918 if test "${with_libjpeg+set}" = set; then 
1919   withval
="$with_libjpeg" 
1921                         if test "$withval" = yes; then 
1922                           ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes' 
1923                         elif test "$withval" = no
; then 
1924                           ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no' 
1925                         elif test "$withval" = sys
; then 
1926                           ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys' 
1927                         elif test "$withval" = builtin; then 
1928                           ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin' 
1930                           { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
1935                         LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` 
1936                         if test "x$LINE" != x 
; then 
1937                           eval "DEFAULT_$LINE" 
1942                         ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG 
1947           eval "$ac_cv_use_libjpeg" 
1948           if test "$no_cache" != 1; then 
1949             echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
 
1952           if test "$wxUSE_LIBJPEG" = yes; then 
1953             echo "$ac_t""yes" 1>&6 
1954           elif test "$wxUSE_LIBJPEG" = no
; then 
1955             echo "$ac_t""no" 1>&6 
1956           elif test "$wxUSE_LIBJPEG" = sys
; then 
1957             echo "$ac_t""system version" 1>&6 
1958           elif test "$wxUSE_LIBJPEG" = builtin; then 
1959             echo "$ac_t""builtin version" 1>&6 
1961             { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
1965           echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6 
1966 echo "configure:1967: checking for --with-libtiff" >&5 
1968           # Check whether --with-libtiff or --without-libtiff was given. 
1969 if test "${with_libtiff+set}" = set; then 
1970   withval
="$with_libtiff" 
1972                         if test "$withval" = yes; then 
1973                           ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes' 
1974                         elif test "$withval" = no
; then 
1975                           ac_cv_use_libtiff
='wxUSE_LIBTIFF=no' 
1976                         elif test "$withval" = sys
; then 
1977                           ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys' 
1978                         elif test "$withval" = builtin; then 
1979                           ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin' 
1981                           { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
1986                         LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` 
1987                         if test "x$LINE" != x 
; then 
1988                           eval "DEFAULT_$LINE" 
1993                         ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF 
1998           eval "$ac_cv_use_libtiff" 
1999           if test "$no_cache" != 1; then 
2000             echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
 
2003           if test "$wxUSE_LIBTIFF" = yes; then 
2004             echo "$ac_t""yes" 1>&6 
2005           elif test "$wxUSE_LIBTIFF" = no
; then 
2006             echo "$ac_t""no" 1>&6 
2007           elif test "$wxUSE_LIBTIFF" = sys
; then 
2008             echo "$ac_t""system version" 1>&6 
2009           elif test "$wxUSE_LIBTIFF" = builtin; then 
2010             echo "$ac_t""builtin version" 1>&6 
2012             { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2016           echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6 
2017 echo "configure:2018: checking for --with-freetype" >&5 
2019           # Check whether --with-freetype or --without-freetype was given. 
2020 if test "${with_freetype+set}" = set; then 
2021   withval
="$with_freetype" 
2023                         if test "$withval" = yes; then 
2024                           ac_cv_use_freetype
='wxUSE_FREETYPE=yes' 
2025                         elif test "$withval" = no
; then 
2026                           ac_cv_use_freetype
='wxUSE_FREETYPE=no' 
2027                         elif test "$withval" = sys
; then 
2028                           ac_cv_use_freetype
='wxUSE_FREETYPE=sys' 
2029                         elif test "$withval" = builtin; then 
2030                           ac_cv_use_freetype
='wxUSE_FREETYPE=builtin' 
2032                           { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2037                         LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}` 
2038                         if test "x$LINE" != x 
; then 
2039                           eval "DEFAULT_$LINE" 
2044                         ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE 
2049           eval "$ac_cv_use_freetype" 
2050           if test "$no_cache" != 1; then 
2051             echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
 
2054           if test "$wxUSE_FREETYPE" = yes; then 
2055             echo "$ac_t""yes" 1>&6 
2056           elif test "$wxUSE_FREETYPE" = no
; then 
2057             echo "$ac_t""no" 1>&6 
2058           elif test "$wxUSE_FREETYPE" = sys
; then 
2059             echo "$ac_t""system version" 1>&6 
2060           elif test "$wxUSE_FREETYPE" = builtin; then 
2061             echo "$ac_t""builtin version" 1>&6 
2063             { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2067           echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6 
2068 echo "configure:2069: checking for --with-opengl" >&5 
2070           # Check whether --with-opengl or --without-opengl was given. 
2071 if test "${with_opengl+set}" = set; then 
2072   withval
="$with_opengl" 
2074                         if test "$withval" = yes; then 
2075                           ac_cv_use_opengl
='wxUSE_OPENGL=yes' 
2077                           ac_cv_use_opengl
='wxUSE_OPENGL=no' 
2082                         LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` 
2083                         if test "x$LINE" != x 
; then 
2084                           eval "DEFAULT_$LINE" 
2089                         ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL 
2094           eval "$ac_cv_use_opengl" 
2095           if test "$no_cache" != 1; then 
2096             echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
 
2099           if test "$wxUSE_OPENGL" = yes; then 
2100             echo "$ac_t""yes" 1>&6 
2102             echo "$ac_t""no" 1>&6 
2109           echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6 
2110 echo "configure:2111: checking for --with-dmalloc" >&5 
2112           # Check whether --with-dmalloc or --without-dmalloc was given. 
2113 if test "${with_dmalloc+set}" = set; then 
2114   withval
="$with_dmalloc" 
2116                         if test "$withval" = yes; then 
2117                           ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes' 
2119                           ac_cv_use_dmalloc
='wxUSE_DMALLOC=no' 
2124                         LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` 
2125                         if test "x$LINE" != x 
; then 
2126                           eval "DEFAULT_$LINE" 
2131                         ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC 
2136           eval "$ac_cv_use_dmalloc" 
2137           if test "$no_cache" != 1; then 
2138             echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
 
2141           if test "$wxUSE_DMALLOC" = yes; then 
2142             echo "$ac_t""yes" 1>&6 
2144             echo "$ac_t""no" 1>&6 
2148           echo $ac_n "checking for --with-regex""... $ac_c" 1>&6 
2149 echo "configure:2150: checking for --with-regex" >&5 
2151           # Check whether --with-regex or --without-regex was given. 
2152 if test "${with_regex+set}" = set; then 
2153   withval
="$with_regex" 
2155                         if test "$withval" = yes; then 
2156                           ac_cv_use_regex
='wxUSE_REGEX=yes' 
2157                         elif test "$withval" = no
; then 
2158                           ac_cv_use_regex
='wxUSE_REGEX=no' 
2159                         elif test "$withval" = sys
; then 
2160                           ac_cv_use_regex
='wxUSE_REGEX=sys' 
2161                         elif test "$withval" = builtin; then 
2162                           ac_cv_use_regex
='wxUSE_REGEX=builtin' 
2164                           { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2169                         LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` 
2170                         if test "x$LINE" != x 
; then 
2171                           eval "DEFAULT_$LINE" 
2176                         ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX 
2181           eval "$ac_cv_use_regex" 
2182           if test "$no_cache" != 1; then 
2183             echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
 
2186           if test "$wxUSE_REGEX" = yes; then 
2187             echo "$ac_t""yes" 1>&6 
2188           elif test "$wxUSE_REGEX" = no
; then 
2189             echo "$ac_t""no" 1>&6 
2190           elif test "$wxUSE_REGEX" = sys
; then 
2191             echo "$ac_t""system version" 1>&6 
2192           elif test "$wxUSE_REGEX" = builtin; then 
2193             echo "$ac_t""builtin version" 1>&6 
2195             { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2199           echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6 
2200 echo "configure:2201: checking for --with-zlib" >&5 
2202           # Check whether --with-zlib or --without-zlib was given. 
2203 if test "${with_zlib+set}" = set; then 
2204   withval
="$with_zlib" 
2206                         if test "$withval" = yes; then 
2207                           ac_cv_use_zlib
='wxUSE_ZLIB=yes' 
2208                         elif test "$withval" = no
; then 
2209                           ac_cv_use_zlib
='wxUSE_ZLIB=no' 
2210                         elif test "$withval" = sys
; then 
2211                           ac_cv_use_zlib
='wxUSE_ZLIB=sys' 
2212                         elif test "$withval" = builtin; then 
2213                           ac_cv_use_zlib
='wxUSE_ZLIB=builtin' 
2215                           { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2220                         LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` 
2221                         if test "x$LINE" != x 
; then 
2222                           eval "DEFAULT_$LINE" 
2227                         ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB 
2232           eval "$ac_cv_use_zlib" 
2233           if test "$no_cache" != 1; then 
2234             echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
 
2237           if test "$wxUSE_ZLIB" = yes; then 
2238             echo "$ac_t""yes" 1>&6 
2239           elif test "$wxUSE_ZLIB" = no
; then 
2240             echo "$ac_t""no" 1>&6 
2241           elif test "$wxUSE_ZLIB" = sys
; then 
2242             echo "$ac_t""system version" 1>&6 
2243           elif test "$wxUSE_ZLIB" = builtin; then 
2244             echo "$ac_t""builtin version" 1>&6 
2246             { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } 
2250           echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6 
2251 echo "configure:2252: checking for --with-odbc" >&5 
2253           # Check whether --with-odbc or --without-odbc was given. 
2254 if test "${with_odbc+set}" = set; then 
2255   withval
="$with_odbc" 
2257                         if test "$withval" = yes; then 
2258                           ac_cv_use_odbc
='wxUSE_ODBC=yes' 
2260                           ac_cv_use_odbc
='wxUSE_ODBC=no' 
2265                         LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` 
2266                         if test "x$LINE" != x 
; then 
2267                           eval "DEFAULT_$LINE" 
2272                         ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC 
2277           eval "$ac_cv_use_odbc" 
2278           if test "$no_cache" != 1; then 
2279             echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
 
2282           if test "$wxUSE_ODBC" = yes; then 
2283             echo "$ac_t""yes" 1>&6 
2285             echo "$ac_t""no" 1>&6 
2291           echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6 
2292 echo "configure:2293: checking for --enable-shared" >&5 
2294           # Check whether --enable-shared or --disable-shared was given. 
2295 if test "${enable_shared+set}" = set; then 
2296   enableval
="$enable_shared" 
2298                           if test "$enableval" = yes; then 
2299                             ac_cv_use_shared
='wxUSE_SHARED=yes' 
2301                             ac_cv_use_shared
='wxUSE_SHARED=no' 
2306                           LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` 
2307                           if test "x$LINE" != x 
; then 
2308                             eval "DEFAULT_$LINE" 
2313                           ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED 
2318           eval "$ac_cv_use_shared" 
2319           if test "$no_cache" != 1; then 
2320             echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
 
2323           if test "$wxUSE_SHARED" = yes; then 
2324             echo "$ac_t""yes" 1>&6 
2326             echo "$ac_t""no" 1>&6 
2330           echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6 
2331 echo "configure:2332: checking for --enable-soname" >&5 
2333           # Check whether --enable-soname or --disable-soname was given. 
2334 if test "${enable_soname+set}" = set; then 
2335   enableval
="$enable_soname" 
2337                           if test "$enableval" = yes; then 
2338                             ac_cv_use_soname
='wxUSE_SONAME=yes' 
2340                             ac_cv_use_soname
='wxUSE_SONAME=no' 
2345                           LINE
=`grep "wxUSE_SONAME" ${wx_arg_cache_file}` 
2346                           if test "x$LINE" != x 
; then 
2347                             eval "DEFAULT_$LINE" 
2352                           ac_cv_use_soname
='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME 
2357           eval "$ac_cv_use_soname" 
2358           if test "$no_cache" != 1; then 
2359             echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
 
2362           if test "$wxUSE_SONAME" = yes; then 
2363             echo "$ac_t""yes" 1>&6 
2365             echo "$ac_t""no" 1>&6 
2369           echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6 
2370 echo "configure:2371: checking for --enable-optimise" >&5 
2372           # Check whether --enable-optimise or --disable-optimise was given. 
2373 if test "${enable_optimise+set}" = set; then 
2374   enableval
="$enable_optimise" 
2376                           if test "$enableval" = yes; then 
2377                             ac_cv_use_optimise
='wxUSE_OPTIMISE=yes' 
2379                             ac_cv_use_optimise
='wxUSE_OPTIMISE=no' 
2384                           LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` 
2385                           if test "x$LINE" != x 
; then 
2386                             eval "DEFAULT_$LINE" 
2391                           ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE 
2396           eval "$ac_cv_use_optimise" 
2397           if test "$no_cache" != 1; then 
2398             echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
 
2401           if test "$wxUSE_OPTIMISE" = yes; then 
2402             echo "$ac_t""yes" 1>&6 
2404             echo "$ac_t""no" 1>&6 
2408           echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6 
2409 echo "configure:2410: checking for --enable-debug" >&5 
2411           # Check whether --enable-debug or --disable-debug was given. 
2412 if test "${enable_debug+set}" = set; then 
2413   enableval
="$enable_debug" 
2415                           if test "$enableval" = yes; then 
2416                             ac_cv_use_debug
='wxUSE_DEBUG=yes' 
2418                             ac_cv_use_debug
='wxUSE_DEBUG=no' 
2423                           LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` 
2424                           if test "x$LINE" != x 
; then 
2425                             eval "DEFAULT_$LINE" 
2430                           ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG 
2435           eval "$ac_cv_use_debug" 
2436           if test "$no_cache" != 1; then 
2437             echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
 
2440           if test "$wxUSE_DEBUG" = yes; then 
2441             echo "$ac_t""yes" 1>&6 
2443             echo "$ac_t""no" 1>&6 
2448           echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6 
2449 echo "configure:2450: checking for --enable-precomp" >&5 
2451           # Check whether --enable-precomp or --disable-precomp was given. 
2452 if test "${enable_precomp+set}" = set; then 
2453   enableval
="$enable_precomp" 
2455                           if test "$enableval" = yes; then 
2456                             ac_cv_use_precomp
='wxUSE_PRECOMP=yes' 
2458                             ac_cv_use_precomp
='wxUSE_PRECOMP=no' 
2463                           LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}` 
2464                           if test "x$LINE" != x 
; then 
2465                             eval "DEFAULT_$LINE" 
2470                           ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP 
2475           eval "$ac_cv_use_precomp" 
2476           if test "$no_cache" != 1; then 
2477             echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
 
2480           if test "$wxUSE_PRECOMP" = yes; then 
2481             echo "$ac_t""yes" 1>&6 
2483             echo "$ac_t""no" 1>&6 
2487 if test "$wxUSE_DEBUG" = "yes"; then 
2488   DEFAULT_wxUSE_DEBUG_FLAG
=yes 
2489   DEFAULT_wxUSE_DEBUG_INFO
=yes 
2490 elif test "$wxUSE_DEBUG" = "no"; then 
2491   DEFAULT_wxUSE_DEBUG_FLAG
=no
 
2492   DEFAULT_wxUSE_DEBUG_INFO
=no
 
2496           echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6 
2497 echo "configure:2498: checking for --enable-debug_flag" >&5 
2499           # Check whether --enable-debug_flag or --disable-debug_flag was given. 
2500 if test "${enable_debug_flag+set}" = set; then 
2501   enableval
="$enable_debug_flag" 
2503                           if test "$enableval" = yes; then 
2504                             ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes' 
2506                             ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no' 
2511                           LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` 
2512                           if test "x$LINE" != x 
; then 
2513                             eval "DEFAULT_$LINE" 
2518                           ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG 
2523           eval "$ac_cv_use_debug_flag" 
2524           if test "$no_cache" != 1; then 
2525             echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
 
2528           if test "$wxUSE_DEBUG_FLAG" = yes; then 
2529             echo "$ac_t""yes" 1>&6 
2531             echo "$ac_t""no" 1>&6 
2535           echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6 
2536 echo "configure:2537: checking for --enable-debug_info" >&5 
2538           # Check whether --enable-debug_info or --disable-debug_info was given. 
2539 if test "${enable_debug_info+set}" = set; then 
2540   enableval
="$enable_debug_info" 
2542                           if test "$enableval" = yes; then 
2543                             ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes' 
2545                             ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no' 
2550                           LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` 
2551                           if test "x$LINE" != x 
; then 
2552                             eval "DEFAULT_$LINE" 
2557                           ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO 
2562           eval "$ac_cv_use_debug_info" 
2563           if test "$no_cache" != 1; then 
2564             echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
 
2567           if test "$wxUSE_DEBUG_INFO" = yes; then 
2568             echo "$ac_t""yes" 1>&6 
2570             echo "$ac_t""no" 1>&6 
2574           echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6 
2575 echo "configure:2576: checking for --enable-debug_gdb" >&5 
2577           # Check whether --enable-debug_gdb or --disable-debug_gdb was given. 
2578 if test "${enable_debug_gdb+set}" = set; then 
2579   enableval
="$enable_debug_gdb" 
2581                           if test "$enableval" = yes; then 
2582                             ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes' 
2584                             ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no' 
2589                           LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` 
2590                           if test "x$LINE" != x 
; then 
2591                             eval "DEFAULT_$LINE" 
2596                           ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB 
2601           eval "$ac_cv_use_debug_gdb" 
2602           if test "$no_cache" != 1; then 
2603             echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
 
2606           if test "$wxUSE_DEBUG_GDB" = yes; then 
2607             echo "$ac_t""yes" 1>&6 
2609             echo "$ac_t""no" 1>&6 
2613           echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6 
2614 echo "configure:2615: checking for --enable-debug_cntxt" >&5 
2616           # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. 
2617 if test "${enable_debug_cntxt+set}" = set; then 
2618   enableval
="$enable_debug_cntxt" 
2620                           if test "$enableval" = yes; then 
2621                             ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes' 
2623                             ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no' 
2628                           LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` 
2629                           if test "x$LINE" != x 
; then 
2630                             eval "DEFAULT_$LINE" 
2635                           ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT 
2640           eval "$ac_cv_use_debug_cntxt" 
2641           if test "$no_cache" != 1; then 
2642             echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
 
2645           if test "$wxUSE_DEBUG_CONTEXT" = yes; then 
2646             echo "$ac_t""yes" 1>&6 
2648             echo "$ac_t""no" 1>&6 
2652           echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6 
2653 echo "configure:2654: checking for --enable-mem_tracing" >&5 
2655           # Check whether --enable-mem_tracing or --disable-mem_tracing was given. 
2656 if test "${enable_mem_tracing+set}" = set; then 
2657   enableval
="$enable_mem_tracing" 
2659                           if test "$enableval" = yes; then 
2660                             ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes' 
2662                             ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no' 
2667                           LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` 
2668                           if test "x$LINE" != x 
; then 
2669                             eval "DEFAULT_$LINE" 
2674                           ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING 
2679           eval "$ac_cv_use_mem_tracing" 
2680           if test "$no_cache" != 1; then 
2681             echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
 
2684           if test "$wxUSE_MEM_TRACING" = yes; then 
2685             echo "$ac_t""yes" 1>&6 
2687             echo "$ac_t""no" 1>&6 
2691           echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6 
2692 echo "configure:2693: checking for --enable-profile" >&5 
2694           # Check whether --enable-profile or --disable-profile was given. 
2695 if test "${enable_profile+set}" = set; then 
2696   enableval
="$enable_profile" 
2698                           if test "$enableval" = yes; then 
2699                             ac_cv_use_profile
='wxUSE_PROFILE=yes' 
2701                             ac_cv_use_profile
='wxUSE_PROFILE=no' 
2706                           LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` 
2707                           if test "x$LINE" != x 
; then 
2708                             eval "DEFAULT_$LINE" 
2713                           ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE 
2718           eval "$ac_cv_use_profile" 
2719           if test "$no_cache" != 1; then 
2720             echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
 
2723           if test "$wxUSE_PROFILE" = yes; then 
2724             echo "$ac_t""yes" 1>&6 
2726             echo "$ac_t""no" 1>&6 
2730           echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6 
2731 echo "configure:2732: checking for --enable-no_rtti" >&5 
2733           # Check whether --enable-no_rtti or --disable-no_rtti was given. 
2734 if test "${enable_no_rtti+set}" = set; then 
2735   enableval
="$enable_no_rtti" 
2737                           if test "$enableval" = yes; then 
2738                             ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes' 
2740                             ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no' 
2745                           LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` 
2746                           if test "x$LINE" != x 
; then 
2747                             eval "DEFAULT_$LINE" 
2752                           ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI 
2757           eval "$ac_cv_use_no_rtti" 
2758           if test "$no_cache" != 1; then 
2759             echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
 
2762           if test "$wxUSE_NO_RTTI" = yes; then 
2763             echo "$ac_t""yes" 1>&6 
2765             echo "$ac_t""no" 1>&6 
2769           echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6 
2770 echo "configure:2771: checking for --enable-no_exceptions" >&5 
2772           # Check whether --enable-no_exceptions or --disable-no_exceptions was given. 
2773 if test "${enable_no_exceptions+set}" = set; then 
2774   enableval
="$enable_no_exceptions" 
2776                           if test "$enableval" = yes; then 
2777                             ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes' 
2779                             ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no' 
2784                           LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` 
2785                           if test "x$LINE" != x 
; then 
2786                             eval "DEFAULT_$LINE" 
2791                           ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS 
2796           eval "$ac_cv_use_no_exceptions" 
2797           if test "$no_cache" != 1; then 
2798             echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
 
2801           if test "$wxUSE_NO_EXCEPTIONS" = yes; then 
2802             echo "$ac_t""yes" 1>&6 
2804             echo "$ac_t""no" 1>&6 
2808           echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6 
2809 echo "configure:2810: checking for --enable-permissive" >&5 
2811           # Check whether --enable-permissive or --disable-permissive was given. 
2812 if test "${enable_permissive+set}" = set; then 
2813   enableval
="$enable_permissive" 
2815                           if test "$enableval" = yes; then 
2816                             ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes' 
2818                             ac_cv_use_permissive
='wxUSE_PERMISSIVE=no' 
2823                           LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` 
2824                           if test "x$LINE" != x 
; then 
2825                             eval "DEFAULT_$LINE" 
2830                           ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE 
2835           eval "$ac_cv_use_permissive" 
2836           if test "$no_cache" != 1; then 
2837             echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
 
2840           if test "$wxUSE_PERMISSIVE" = yes; then 
2841             echo "$ac_t""yes" 1>&6 
2843             echo "$ac_t""no" 1>&6 
2847           echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6 
2848 echo "configure:2849: checking for --enable-no_deps" >&5 
2850           # Check whether --enable-no_deps or --disable-no_deps was given. 
2851 if test "${enable_no_deps+set}" = set; then 
2852   enableval
="$enable_no_deps" 
2854                           if test "$enableval" = yes; then 
2855                             ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes' 
2857                             ac_cv_use_no_deps
='wxUSE_NO_DEPS=no' 
2862                           LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` 
2863                           if test "x$LINE" != x 
; then 
2864                             eval "DEFAULT_$LINE" 
2869                           ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS 
2874           eval "$ac_cv_use_no_deps" 
2875           if test "$no_cache" != 1; then 
2876             echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
 
2879           if test "$wxUSE_NO_DEPS" = yes; then 
2880             echo "$ac_t""yes" 1>&6 
2882             echo "$ac_t""no" 1>&6 
2887           echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6 
2888 echo "configure:2889: checking for --enable-compat20" >&5 
2890           # Check whether --enable-compat20 or --disable-compat20 was given. 
2891 if test "${enable_compat20+set}" = set; then 
2892   enableval
="$enable_compat20" 
2894                           if test "$enableval" = yes; then 
2895                             ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes' 
2897                             ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no' 
2902                           LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}` 
2903                           if test "x$LINE" != x 
; then 
2904                             eval "DEFAULT_$LINE" 
2909                           ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2 
2914           eval "$ac_cv_use_compat20" 
2915           if test "$no_cache" != 1; then 
2916             echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
 
2919           if test "$WXWIN_COMPATIBILITY_2" = yes; then 
2920             echo "$ac_t""yes" 1>&6 
2922             echo "$ac_t""no" 1>&6 
2926           echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6 
2927 echo "configure:2928: checking for --enable-compat22" >&5 
2929           # Check whether --enable-compat22 or --disable-compat22 was given. 
2930 if test "${enable_compat22+set}" = set; then 
2931   enableval
="$enable_compat22" 
2933                           if test "$enableval" = yes; then 
2934                             ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes' 
2936                             ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no' 
2941                           LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` 
2942                           if test "x$LINE" != x 
; then 
2943                             eval "DEFAULT_$LINE" 
2948                           ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 
2953           eval "$ac_cv_use_compat22" 
2954           if test "$no_cache" != 1; then 
2955             echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
 
2958           if test "$WXWIN_COMPATIBILITY_2_2" = yes; then 
2959             echo "$ac_t""yes" 1>&6 
2961             echo "$ac_t""no" 1>&6 
2967           echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6 
2968 echo "configure:2969: checking for --enable-intl" >&5 
2970           # Check whether --enable-intl or --disable-intl was given. 
2971 if test "${enable_intl+set}" = set; then 
2972   enableval
="$enable_intl" 
2974                           if test "$enableval" = yes; then 
2975                             ac_cv_use_intl
='wxUSE_INTL=yes' 
2977                             ac_cv_use_intl
='wxUSE_INTL=no' 
2982                           LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}` 
2983                           if test "x$LINE" != x 
; then 
2984                             eval "DEFAULT_$LINE" 
2989                           ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL 
2994           eval "$ac_cv_use_intl" 
2995           if test "$no_cache" != 1; then 
2996             echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
 
2999           if test "$wxUSE_INTL" = yes; then 
3000             echo "$ac_t""yes" 1>&6 
3002             echo "$ac_t""no" 1>&6 
3006           echo $ac_n "checking for --enable-config""... $ac_c" 1>&6 
3007 echo "configure:3008: checking for --enable-config" >&5 
3009           # Check whether --enable-config or --disable-config was given. 
3010 if test "${enable_config+set}" = set; then 
3011   enableval
="$enable_config" 
3013                           if test "$enableval" = yes; then 
3014                             ac_cv_use_config
='wxUSE_CONFIG=yes' 
3016                             ac_cv_use_config
='wxUSE_CONFIG=no' 
3021                           LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` 
3022                           if test "x$LINE" != x 
; then 
3023                             eval "DEFAULT_$LINE" 
3028                           ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG 
3033           eval "$ac_cv_use_config" 
3034           if test "$no_cache" != 1; then 
3035             echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
 
3038           if test "$wxUSE_CONFIG" = yes; then 
3039             echo "$ac_t""yes" 1>&6 
3041             echo "$ac_t""no" 1>&6 
3046           echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6 
3047 echo "configure:3048: checking for --enable-sockets" >&5 
3049           # Check whether --enable-sockets or --disable-sockets was given. 
3050 if test "${enable_sockets+set}" = set; then 
3051   enableval
="$enable_sockets" 
3053                           if test "$enableval" = yes; then 
3054                             ac_cv_use_sockets
='wxUSE_SOCKETS=yes' 
3056                             ac_cv_use_sockets
='wxUSE_SOCKETS=no' 
3061                           LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` 
3062                           if test "x$LINE" != x 
; then 
3063                             eval "DEFAULT_$LINE" 
3068                           ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS 
3073           eval "$ac_cv_use_sockets" 
3074           if test "$no_cache" != 1; then 
3075             echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
 
3078           if test "$wxUSE_SOCKETS" = yes; then 
3079             echo "$ac_t""yes" 1>&6 
3081             echo "$ac_t""no" 1>&6 
3086           echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6 
3087 echo "configure:3088: checking for --enable-ipc" >&5 
3089           # Check whether --enable-ipc or --disable-ipc was given. 
3090 if test "${enable_ipc+set}" = set; then 
3091   enableval
="$enable_ipc" 
3093                           if test "$enableval" = yes; then 
3094                             ac_cv_use_ipc
='wxUSE_IPC=yes' 
3096                             ac_cv_use_ipc
='wxUSE_IPC=no' 
3101                           LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}` 
3102                           if test "x$LINE" != x 
; then 
3103                             eval "DEFAULT_$LINE" 
3108                           ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC 
3113           eval "$ac_cv_use_ipc" 
3114           if test "$no_cache" != 1; then 
3115             echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
 
3118           if test "$wxUSE_IPC" = yes; then 
3119             echo "$ac_t""yes" 1>&6 
3121             echo "$ac_t""no" 1>&6 
3126           echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6 
3127 echo "configure:3128: checking for --enable-cmdline" >&5 
3129           # Check whether --enable-cmdline or --disable-cmdline was given. 
3130 if test "${enable_cmdline+set}" = set; then 
3131   enableval
="$enable_cmdline" 
3133                           if test "$enableval" = yes; then 
3134                             ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes' 
3136                             ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no' 
3141                           LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` 
3142                           if test "x$LINE" != x 
; then 
3143                             eval "DEFAULT_$LINE" 
3148                           ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER 
3153           eval "$ac_cv_use_cmdline" 
3154           if test "$no_cache" != 1; then 
3155             echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
 
3158           if test "$wxUSE_CMDLINE_PARSER" = yes; then 
3159             echo "$ac_t""yes" 1>&6 
3161             echo "$ac_t""no" 1>&6 
3165           echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6 
3166 echo "configure:3167: checking for --enable-datetime" >&5 
3168           # Check whether --enable-datetime or --disable-datetime was given. 
3169 if test "${enable_datetime+set}" = set; then 
3170   enableval
="$enable_datetime" 
3172                           if test "$enableval" = yes; then 
3173                             ac_cv_use_datetime
='wxUSE_DATETIME=yes' 
3175                             ac_cv_use_datetime
='wxUSE_DATETIME=no' 
3180                           LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` 
3181                           if test "x$LINE" != x 
; then 
3182                             eval "DEFAULT_$LINE" 
3187                           ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME 
3192           eval "$ac_cv_use_datetime" 
3193           if test "$no_cache" != 1; then 
3194             echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
 
3197           if test "$wxUSE_DATETIME" = yes; then 
3198             echo "$ac_t""yes" 1>&6 
3200             echo "$ac_t""no" 1>&6 
3204           echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6 
3205 echo "configure:3206: checking for --enable-timedate" >&5 
3207           # Check whether --enable-timedate or --disable-timedate was given. 
3208 if test "${enable_timedate+set}" = set; then 
3209   enableval
="$enable_timedate" 
3211                           if test "$enableval" = yes; then 
3212                             ac_cv_use_timedate
='wxUSE_TIMEDATE=yes' 
3214                             ac_cv_use_timedate
='wxUSE_TIMEDATE=no' 
3219                           LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}` 
3220                           if test "x$LINE" != x 
; then 
3221                             eval "DEFAULT_$LINE" 
3226                           ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE 
3231           eval "$ac_cv_use_timedate" 
3232           if test "$no_cache" != 1; then 
3233             echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
 
3236           if test "$wxUSE_TIMEDATE" = yes; then 
3237             echo "$ac_t""yes" 1>&6 
3239             echo "$ac_t""no" 1>&6 
3243           echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6 
3244 echo "configure:3245: checking for --enable-stopwatch" >&5 
3246           # Check whether --enable-stopwatch or --disable-stopwatch was given. 
3247 if test "${enable_stopwatch+set}" = set; then 
3248   enableval
="$enable_stopwatch" 
3250                           if test "$enableval" = yes; then 
3251                             ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes' 
3253                             ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no' 
3258                           LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` 
3259                           if test "x$LINE" != x 
; then 
3260                             eval "DEFAULT_$LINE" 
3265                           ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH 
3270           eval "$ac_cv_use_stopwatch" 
3271           if test "$no_cache" != 1; then 
3272             echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
 
3275           if test "$wxUSE_STOPWATCH" = yes; then 
3276             echo "$ac_t""yes" 1>&6 
3278             echo "$ac_t""no" 1>&6 
3282           echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6 
3283 echo "configure:3284: checking for --enable-dialupman" >&5 
3285           # Check whether --enable-dialupman or --disable-dialupman was given. 
3286 if test "${enable_dialupman+set}" = set; then 
3287   enableval
="$enable_dialupman" 
3289                           if test "$enableval" = yes; then 
3290                             ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes' 
3292                             ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no' 
3297                           LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` 
3298                           if test "x$LINE" != x 
; then 
3299                             eval "DEFAULT_$LINE" 
3304                           ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER 
3309           eval "$ac_cv_use_dialupman" 
3310           if test "$no_cache" != 1; then 
3311             echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
 
3314           if test "$wxUSE_DIALUP_MANAGER" = yes; then 
3315             echo "$ac_t""yes" 1>&6 
3317             echo "$ac_t""no" 1>&6 
3321           echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6 
3322 echo "configure:3323: checking for --enable-apple_ieee" >&5 
3324           # Check whether --enable-apple_ieee or --disable-apple_ieee was given. 
3325 if test "${enable_apple_ieee+set}" = set; then 
3326   enableval
="$enable_apple_ieee" 
3328                           if test "$enableval" = yes; then 
3329                             ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes' 
3331                             ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no' 
3336                           LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` 
3337                           if test "x$LINE" != x 
; then 
3338                             eval "DEFAULT_$LINE" 
3343                           ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE 
3348           eval "$ac_cv_use_apple_ieee" 
3349           if test "$no_cache" != 1; then 
3350             echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
 
3353           if test "$wxUSE_APPLE_IEEE" = yes; then 
3354             echo "$ac_t""yes" 1>&6 
3356             echo "$ac_t""no" 1>&6 
3360           echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6 
3361 echo "configure:3362: checking for --enable-timer" >&5 
3363           # Check whether --enable-timer or --disable-timer was given. 
3364 if test "${enable_timer+set}" = set; then 
3365   enableval
="$enable_timer" 
3367                           if test "$enableval" = yes; then 
3368                             ac_cv_use_timer
='wxUSE_TIMER=yes' 
3370                             ac_cv_use_timer
='wxUSE_TIMER=no' 
3375                           LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` 
3376                           if test "x$LINE" != x 
; then 
3377                             eval "DEFAULT_$LINE" 
3382                           ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER 
3387           eval "$ac_cv_use_timer" 
3388           if test "$no_cache" != 1; then 
3389             echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
 
3392           if test "$wxUSE_TIMER" = yes; then 
3393             echo "$ac_t""yes" 1>&6 
3395             echo "$ac_t""no" 1>&6 
3399           echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6 
3400 echo "configure:3401: checking for --enable-wave" >&5 
3402           # Check whether --enable-wave or --disable-wave was given. 
3403 if test "${enable_wave+set}" = set; then 
3404   enableval
="$enable_wave" 
3406                           if test "$enableval" = yes; then 
3407                             ac_cv_use_wave
='wxUSE_WAVE=yes' 
3409                             ac_cv_use_wave
='wxUSE_WAVE=no' 
3414                           LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` 
3415                           if test "x$LINE" != x 
; then 
3416                             eval "DEFAULT_$LINE" 
3421                           ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE 
3426           eval "$ac_cv_use_wave" 
3427           if test "$no_cache" != 1; then 
3428             echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
 
3431           if test "$wxUSE_WAVE" = yes; then 
3432             echo "$ac_t""yes" 1>&6 
3434             echo "$ac_t""no" 1>&6 
3438           echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6 
3439 echo "configure:3440: checking for --enable-fraction" >&5 
3441           # Check whether --enable-fraction or --disable-fraction was given. 
3442 if test "${enable_fraction+set}" = set; then 
3443   enableval
="$enable_fraction" 
3445                           if test "$enableval" = yes; then 
3446                             ac_cv_use_fraction
='wxUSE_FRACTION=yes' 
3448                             ac_cv_use_fraction
='wxUSE_FRACTION=no' 
3453                           LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` 
3454                           if test "x$LINE" != x 
; then 
3455                             eval "DEFAULT_$LINE" 
3460                           ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION 
3465           eval "$ac_cv_use_fraction" 
3466           if test "$no_cache" != 1; then 
3467             echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
 
3470           if test "$wxUSE_FRACTION" = yes; then 
3471             echo "$ac_t""yes" 1>&6 
3473             echo "$ac_t""no" 1>&6 
3477           echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6 
3478 echo "configure:3479: checking for --enable-dynlib" >&5 
3480           # Check whether --enable-dynlib or --disable-dynlib was given. 
3481 if test "${enable_dynlib+set}" = set; then 
3482   enableval
="$enable_dynlib" 
3484                           if test "$enableval" = yes; then 
3485                             ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes' 
3487                             ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no' 
3492                           LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` 
3493                           if test "x$LINE" != x 
; then 
3494                             eval "DEFAULT_$LINE" 
3499                           ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS 
3504           eval "$ac_cv_use_dynlib" 
3505           if test "$no_cache" != 1; then 
3506             echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
 
3509           if test "$wxUSE_DYNLIB_CLASS" = yes; then 
3510             echo "$ac_t""yes" 1>&6 
3512             echo "$ac_t""no" 1>&6 
3516           echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6 
3517 echo "configure:3518: checking for --enable-longlong" >&5 
3519           # Check whether --enable-longlong or --disable-longlong was given. 
3520 if test "${enable_longlong+set}" = set; then 
3521   enableval
="$enable_longlong" 
3523                           if test "$enableval" = yes; then 
3524                             ac_cv_use_longlong
='wxUSE_LONGLONG=yes' 
3526                             ac_cv_use_longlong
='wxUSE_LONGLONG=no' 
3531                           LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` 
3532                           if test "x$LINE" != x 
; then 
3533                             eval "DEFAULT_$LINE" 
3538                           ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG 
3543           eval "$ac_cv_use_longlong" 
3544           if test "$no_cache" != 1; then 
3545             echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
 
3548           if test "$wxUSE_LONGLONG" = yes; then 
3549             echo "$ac_t""yes" 1>&6 
3551             echo "$ac_t""no" 1>&6 
3555           echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6 
3556 echo "configure:3557: checking for --enable-geometry" >&5 
3558           # Check whether --enable-geometry or --disable-geometry was given. 
3559 if test "${enable_geometry+set}" = set; then 
3560   enableval
="$enable_geometry" 
3562                           if test "$enableval" = yes; then 
3563                             ac_cv_use_geometry
='wxUSE_GEOMETRY=yes' 
3565                             ac_cv_use_geometry
='wxUSE_GEOMETRY=no' 
3570                           LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` 
3571                           if test "x$LINE" != x 
; then 
3572                             eval "DEFAULT_$LINE" 
3577                           ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY 
3582           eval "$ac_cv_use_geometry" 
3583           if test "$no_cache" != 1; then 
3584             echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
 
3587           if test "$wxUSE_GEOMETRY" = yes; then 
3588             echo "$ac_t""yes" 1>&6 
3590             echo "$ac_t""no" 1>&6 
3594           echo $ac_n "checking for --enable-log""... $ac_c" 1>&6 
3595 echo "configure:3596: checking for --enable-log" >&5 
3597           # Check whether --enable-log or --disable-log was given. 
3598 if test "${enable_log+set}" = set; then 
3599   enableval
="$enable_log" 
3601                           if test "$enableval" = yes; then 
3602                             ac_cv_use_log
='wxUSE_LOG=yes' 
3604                             ac_cv_use_log
='wxUSE_LOG=no' 
3609                           LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}` 
3610                           if test "x$LINE" != x 
; then 
3611                             eval "DEFAULT_$LINE" 
3616                           ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG 
3621           eval "$ac_cv_use_log" 
3622           if test "$no_cache" != 1; then 
3623             echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
 
3626           if test "$wxUSE_LOG" = yes; then 
3627             echo "$ac_t""yes" 1>&6 
3629             echo "$ac_t""no" 1>&6 
3633           echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6 
3634 echo "configure:3635: checking for --enable-streams" >&5 
3636           # Check whether --enable-streams or --disable-streams was given. 
3637 if test "${enable_streams+set}" = set; then 
3638   enableval
="$enable_streams" 
3640                           if test "$enableval" = yes; then 
3641                             ac_cv_use_streams
='wxUSE_STREAMS=yes' 
3643                             ac_cv_use_streams
='wxUSE_STREAMS=no' 
3648                           LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` 
3649                           if test "x$LINE" != x 
; then 
3650                             eval "DEFAULT_$LINE" 
3655                           ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS 
3660           eval "$ac_cv_use_streams" 
3661           if test "$no_cache" != 1; then 
3662             echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
 
3665           if test "$wxUSE_STREAMS" = yes; then 
3666             echo "$ac_t""yes" 1>&6 
3668             echo "$ac_t""no" 1>&6 
3672           echo $ac_n "checking for --enable-file""... $ac_c" 1>&6 
3673 echo "configure:3674: checking for --enable-file" >&5 
3675           # Check whether --enable-file or --disable-file was given. 
3676 if test "${enable_file+set}" = set; then 
3677   enableval
="$enable_file" 
3679                           if test "$enableval" = yes; then 
3680                             ac_cv_use_file
='wxUSE_FILE=yes' 
3682                             ac_cv_use_file
='wxUSE_FILE=no' 
3687                           LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}` 
3688                           if test "x$LINE" != x 
; then 
3689                             eval "DEFAULT_$LINE" 
3694                           ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE 
3699           eval "$ac_cv_use_file" 
3700           if test "$no_cache" != 1; then 
3701             echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
 
3704           if test "$wxUSE_FILE" = yes; then 
3705             echo "$ac_t""yes" 1>&6 
3707             echo "$ac_t""no" 1>&6 
3711           echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6 
3712 echo "configure:3713: checking for --enable-ffile" >&5 
3714           # Check whether --enable-ffile or --disable-ffile was given. 
3715 if test "${enable_ffile+set}" = set; then 
3716   enableval
="$enable_ffile" 
3718                           if test "$enableval" = yes; then 
3719                             ac_cv_use_ffile
='wxUSE_FFILE=yes' 
3721                             ac_cv_use_ffile
='wxUSE_FFILE=no' 
3726                           LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` 
3727                           if test "x$LINE" != x 
; then 
3728                             eval "DEFAULT_$LINE" 
3733                           ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE 
3738           eval "$ac_cv_use_ffile" 
3739           if test "$no_cache" != 1; then 
3740             echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
 
3743           if test "$wxUSE_FFILE" = yes; then 
3744             echo "$ac_t""yes" 1>&6 
3746             echo "$ac_t""no" 1>&6 
3750           echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6 
3751 echo "configure:3752: checking for --enable-textfile" >&5 
3753           # Check whether --enable-textfile or --disable-textfile was given. 
3754 if test "${enable_textfile+set}" = set; then 
3755   enableval
="$enable_textfile" 
3757                           if test "$enableval" = yes; then 
3758                             ac_cv_use_textfile
='wxUSE_TEXTFILE=yes' 
3760                             ac_cv_use_textfile
='wxUSE_TEXTFILE=no' 
3765                           LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` 
3766                           if test "x$LINE" != x 
; then 
3767                             eval "DEFAULT_$LINE" 
3772                           ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE 
3777           eval "$ac_cv_use_textfile" 
3778           if test "$no_cache" != 1; then 
3779             echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
 
3782           if test "$wxUSE_TEXTFILE" = yes; then 
3783             echo "$ac_t""yes" 1>&6 
3785             echo "$ac_t""no" 1>&6 
3789           echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6 
3790 echo "configure:3791: checking for --enable-fontmap" >&5 
3792           # Check whether --enable-fontmap or --disable-fontmap was given. 
3793 if test "${enable_fontmap+set}" = set; then 
3794   enableval
="$enable_fontmap" 
3796                           if test "$enableval" = yes; then 
3797                             ac_cv_use_fontmap
='wxUSE_FONTMAP=yes' 
3799                             ac_cv_use_fontmap
='wxUSE_FONTMAP=no' 
3804                           LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` 
3805                           if test "x$LINE" != x 
; then 
3806                             eval "DEFAULT_$LINE" 
3811                           ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP 
3816           eval "$ac_cv_use_fontmap" 
3817           if test "$no_cache" != 1; then 
3818             echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
 
3821           if test "$wxUSE_FONTMAP" = yes; then 
3822             echo "$ac_t""yes" 1>&6 
3824             echo "$ac_t""no" 1>&6 
3828           echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6 
3829 echo "configure:3830: checking for --enable-unicode" >&5 
3831           # Check whether --enable-unicode or --disable-unicode was given. 
3832 if test "${enable_unicode+set}" = set; then 
3833   enableval
="$enable_unicode" 
3835                           if test "$enableval" = yes; then 
3836                             ac_cv_use_unicode
='wxUSE_UNICODE=yes' 
3838                             ac_cv_use_unicode
='wxUSE_UNICODE=no' 
3843                           LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` 
3844                           if test "x$LINE" != x 
; then 
3845                             eval "DEFAULT_$LINE" 
3850                           ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE 
3855           eval "$ac_cv_use_unicode" 
3856           if test "$no_cache" != 1; then 
3857             echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
 
3860           if test "$wxUSE_UNICODE" = yes; then 
3861             echo "$ac_t""yes" 1>&6 
3863             echo "$ac_t""no" 1>&6 
3867           echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6 
3868 echo "configure:3869: checking for --enable-wxprintfv" >&5 
3870           # Check whether --enable-wxprintfv or --disable-wxprintfv was given. 
3871 if test "${enable_wxprintfv+set}" = set; then 
3872   enableval
="$enable_wxprintfv" 
3874                           if test "$enableval" = yes; then 
3875                             ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes' 
3877                             ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no' 
3882                           LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` 
3883                           if test "x$LINE" != x 
; then 
3884                             eval "DEFAULT_$LINE" 
3889                           ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF 
3894           eval "$ac_cv_use_wxprintfv" 
3895           if test "$no_cache" != 1; then 
3896             echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
 
3899           if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then 
3900             echo "$ac_t""yes" 1>&6 
3902             echo "$ac_t""no" 1>&6 
3906           echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6 
3907 echo "configure:3908: checking for --enable-std_iostreams" >&5 
3909           # Check whether --enable-std_iostreams or --disable-std_iostreams was given. 
3910 if test "${enable_std_iostreams+set}" = set; then 
3911   enableval
="$enable_std_iostreams" 
3913                           if test "$enableval" = yes; then 
3914                             ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes' 
3916                             ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no' 
3921                           LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` 
3922                           if test "x$LINE" != x 
; then 
3923                             eval "DEFAULT_$LINE" 
3928                           ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM 
3933           eval "$ac_cv_use_std_iostreams" 
3934           if test "$no_cache" != 1; then 
3935             echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
 
3938           if test "$wxUSE_STD_IOSTREAM" = yes; then 
3939             echo "$ac_t""yes" 1>&6 
3941             echo "$ac_t""no" 1>&6 
3945           echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6 
3946 echo "configure:3947: checking for --enable-filesystem" >&5 
3948           # Check whether --enable-filesystem or --disable-filesystem was given. 
3949 if test "${enable_filesystem+set}" = set; then 
3950   enableval
="$enable_filesystem" 
3952                           if test "$enableval" = yes; then 
3953                             ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes' 
3955                             ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no' 
3960                           LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` 
3961                           if test "x$LINE" != x 
; then 
3962                             eval "DEFAULT_$LINE" 
3967                           ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM 
3972           eval "$ac_cv_use_filesystem" 
3973           if test "$no_cache" != 1; then 
3974             echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
 
3977           if test "$wxUSE_FILESYSTEM" = yes; then 
3978             echo "$ac_t""yes" 1>&6 
3980             echo "$ac_t""no" 1>&6 
3984           echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6 
3985 echo "configure:3986: checking for --enable-fs_inet" >&5 
3987           # Check whether --enable-fs_inet or --disable-fs_inet was given. 
3988 if test "${enable_fs_inet+set}" = set; then 
3989   enableval
="$enable_fs_inet" 
3991                           if test "$enableval" = yes; then 
3992                             ac_cv_use_fs_inet
='wxUSE_FS_INET=yes' 
3994                             ac_cv_use_fs_inet
='wxUSE_FS_INET=no' 
3999                           LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` 
4000                           if test "x$LINE" != x 
; then 
4001                             eval "DEFAULT_$LINE" 
4006                           ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET 
4011           eval "$ac_cv_use_fs_inet" 
4012           if test "$no_cache" != 1; then 
4013             echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
 
4016           if test "$wxUSE_FS_INET" = yes; then 
4017             echo "$ac_t""yes" 1>&6 
4019             echo "$ac_t""no" 1>&6 
4023           echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6 
4024 echo "configure:4025: checking for --enable-fs_zip" >&5 
4026           # Check whether --enable-fs_zip or --disable-fs_zip was given. 
4027 if test "${enable_fs_zip+set}" = set; then 
4028   enableval
="$enable_fs_zip" 
4030                           if test "$enableval" = yes; then 
4031                             ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes' 
4033                             ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no' 
4038                           LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` 
4039                           if test "x$LINE" != x 
; then 
4040                             eval "DEFAULT_$LINE" 
4045                           ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP 
4050           eval "$ac_cv_use_fs_zip" 
4051           if test "$no_cache" != 1; then 
4052             echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
 
4055           if test "$wxUSE_FS_ZIP" = yes; then 
4056             echo "$ac_t""yes" 1>&6 
4058             echo "$ac_t""no" 1>&6 
4062           echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6 
4063 echo "configure:4064: checking for --enable-zipstream" >&5 
4065           # Check whether --enable-zipstream or --disable-zipstream was given. 
4066 if test "${enable_zipstream+set}" = set; then 
4067   enableval
="$enable_zipstream" 
4069                           if test "$enableval" = yes; then 
4070                             ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes' 
4072                             ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no' 
4077                           LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` 
4078                           if test "x$LINE" != x 
; then 
4079                             eval "DEFAULT_$LINE" 
4084                           ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM 
4089           eval "$ac_cv_use_zipstream" 
4090           if test "$no_cache" != 1; then 
4091             echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
 
4094           if test "$wxUSE_ZIPSTREAM" = yes; then 
4095             echo "$ac_t""yes" 1>&6 
4097             echo "$ac_t""no" 1>&6 
4102           echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6 
4103 echo "configure:4104: checking for --enable-catch_segvs" >&5 
4105           # Check whether --enable-catch_segvs or --disable-catch_segvs was given. 
4106 if test "${enable_catch_segvs+set}" = set; then 
4107   enableval
="$enable_catch_segvs" 
4109                           if test "$enableval" = yes; then 
4110                             ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes' 
4112                             ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no' 
4117                           LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` 
4118                           if test "x$LINE" != x 
; then 
4119                             eval "DEFAULT_$LINE" 
4124                           ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION 
4129           eval "$ac_cv_use_catch_segvs" 
4130           if test "$no_cache" != 1; then 
4131             echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
 
4134           if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then 
4135             echo "$ac_t""yes" 1>&6 
4137             echo "$ac_t""no" 1>&6 
4141           echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6 
4142 echo "configure:4143: checking for --enable-snglinst" >&5 
4144           # Check whether --enable-snglinst or --disable-snglinst was given. 
4145 if test "${enable_snglinst+set}" = set; then 
4146   enableval
="$enable_snglinst" 
4148                           if test "$enableval" = yes; then 
4149                             ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes' 
4151                             ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no' 
4156                           LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` 
4157                           if test "x$LINE" != x 
; then 
4158                             eval "DEFAULT_$LINE" 
4163                           ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER 
4168           eval "$ac_cv_use_snglinst" 
4169           if test "$no_cache" != 1; then 
4170             echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
 
4173           if test "$wxUSE_SNGLINST_CHECKER" = yes; then 
4174             echo "$ac_t""yes" 1>&6 
4176             echo "$ac_t""no" 1>&6 
4181           echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6 
4182 echo "configure:4183: checking for --enable-mimetype" >&5 
4184           # Check whether --enable-mimetype or --disable-mimetype was given. 
4185 if test "${enable_mimetype+set}" = set; then 
4186   enableval
="$enable_mimetype" 
4188                           if test "$enableval" = yes; then 
4189                             ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes' 
4191                             ac_cv_use_mimetype
='wxUSE_MIMETYPE=no' 
4196                           LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` 
4197                           if test "x$LINE" != x 
; then 
4198                             eval "DEFAULT_$LINE" 
4203                           ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE 
4208           eval "$ac_cv_use_mimetype" 
4209           if test "$no_cache" != 1; then 
4210             echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
 
4213           if test "$wxUSE_MIMETYPE" = yes; then 
4214             echo "$ac_t""yes" 1>&6 
4216             echo "$ac_t""no" 1>&6 
4220           echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6 
4221 echo "configure:4222: checking for --enable-system_options" >&5 
4223           # Check whether --enable-system_options or --disable-system_options was given. 
4224 if test "${enable_system_options+set}" = set; then 
4225   enableval
="$enable_system_options" 
4227                           if test "$enableval" = yes; then 
4228                             ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes' 
4230                             ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no' 
4235                           LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` 
4236                           if test "x$LINE" != x 
; then 
4237                             eval "DEFAULT_$LINE" 
4242                           ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS 
4247           eval "$ac_cv_use_system_options" 
4248           if test "$no_cache" != 1; then 
4249             echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
 
4252           if test "$wxUSE_SYSTEM_OPTIONS" = yes; then 
4253             echo "$ac_t""yes" 1>&6 
4255             echo "$ac_t""no" 1>&6 
4261           echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6 
4262 echo "configure:4263: checking for --enable-threads" >&5 
4264           # Check whether --enable-threads or --disable-threads was given. 
4265 if test "${enable_threads+set}" = set; then 
4266   enableval
="$enable_threads" 
4268                           if test "$enableval" = yes; then 
4269                             ac_cv_use_threads
='wxUSE_THREADS=yes' 
4271                             ac_cv_use_threads
='wxUSE_THREADS=no' 
4276                           LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` 
4277                           if test "x$LINE" != x 
; then 
4278                             eval "DEFAULT_$LINE" 
4283                           ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS 
4288           eval "$ac_cv_use_threads" 
4289           if test "$no_cache" != 1; then 
4290             echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
 
4293           if test "$wxUSE_THREADS" = yes; then 
4294             echo "$ac_t""yes" 1>&6 
4296             echo "$ac_t""no" 1>&6 
4300           echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6 
4301 echo "configure:4302: checking for --enable-serial" >&5 
4303           # Check whether --enable-serial or --disable-serial was given. 
4304 if test "${enable_serial+set}" = set; then 
4305   enableval
="$enable_serial" 
4307                           if test "$enableval" = yes; then 
4308                             ac_cv_use_serial
='wxUSE_SERIAL=yes' 
4310                             ac_cv_use_serial
='wxUSE_SERIAL=no' 
4315                           LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}` 
4316                           if test "x$LINE" != x 
; then 
4317                             eval "DEFAULT_$LINE" 
4322                           ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL 
4327           eval "$ac_cv_use_serial" 
4328           if test "$no_cache" != 1; then 
4329             echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
 
4332           if test "$wxUSE_SERIAL" = yes; then 
4333             echo "$ac_t""yes" 1>&6 
4335             echo "$ac_t""no" 1>&6 
4339 if test "$wxUSE_GUI" = "yes"; then 
4343           echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6 
4344 echo "configure:4345: checking for --enable-docview" >&5 
4346           # Check whether --enable-docview or --disable-docview was given. 
4347 if test "${enable_docview+set}" = set; then 
4348   enableval
="$enable_docview" 
4350                           if test "$enableval" = yes; then 
4351                             ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes' 
4353                             ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no' 
4358                           LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` 
4359                           if test "x$LINE" != x 
; then 
4360                             eval "DEFAULT_$LINE" 
4365                           ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE 
4370           eval "$ac_cv_use_docview" 
4371           if test "$no_cache" != 1; then 
4372             echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
 
4375           if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then 
4376             echo "$ac_t""yes" 1>&6 
4378             echo "$ac_t""no" 1>&6 
4382           echo $ac_n "checking for --enable-help""... $ac_c" 1>&6 
4383 echo "configure:4384: checking for --enable-help" >&5 
4385           # Check whether --enable-help or --disable-help was given. 
4386 if test "${enable_help+set}" = set; then 
4387   enableval
="$enable_help" 
4389                           if test "$enableval" = yes; then 
4390                             ac_cv_use_help
='wxUSE_HELP=yes' 
4392                             ac_cv_use_help
='wxUSE_HELP=no' 
4397                           LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}` 
4398                           if test "x$LINE" != x 
; then 
4399                             eval "DEFAULT_$LINE" 
4404                           ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP 
4409           eval "$ac_cv_use_help" 
4410           if test "$no_cache" != 1; then 
4411             echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
 
4414           if test "$wxUSE_HELP" = yes; then 
4415             echo "$ac_t""yes" 1>&6 
4417             echo "$ac_t""no" 1>&6 
4421           echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6 
4422 echo "configure:4423: checking for --enable-mshtmlhelp" >&5 
4424           # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. 
4425 if test "${enable_mshtmlhelp+set}" = set; then 
4426   enableval
="$enable_mshtmlhelp" 
4428                           if test "$enableval" = yes; then 
4429                             ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes' 
4431                             ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no' 
4436                           LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` 
4437                           if test "x$LINE" != x 
; then 
4438                             eval "DEFAULT_$LINE" 
4443                           ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP 
4448           eval "$ac_cv_use_mshtmlhelp" 
4449           if test "$no_cache" != 1; then 
4450             echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
 
4453           if test "$wxUSE_MS_HTML_HELP" = yes; then 
4454             echo "$ac_t""yes" 1>&6 
4456             echo "$ac_t""no" 1>&6 
4460           echo $ac_n "checking for --enable-html""... $ac_c" 1>&6 
4461 echo "configure:4462: checking for --enable-html" >&5 
4463           # Check whether --enable-html or --disable-html was given. 
4464 if test "${enable_html+set}" = set; then 
4465   enableval
="$enable_html" 
4467                           if test "$enableval" = yes; then 
4468                             ac_cv_use_html
='wxUSE_HTML=yes' 
4470                             ac_cv_use_html
='wxUSE_HTML=no' 
4475                           LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}` 
4476                           if test "x$LINE" != x 
; then 
4477                             eval "DEFAULT_$LINE" 
4482                           ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML 
4487           eval "$ac_cv_use_html" 
4488           if test "$no_cache" != 1; then 
4489             echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
 
4492           if test "$wxUSE_HTML" = yes; then 
4493             echo "$ac_t""yes" 1>&6 
4495             echo "$ac_t""no" 1>&6 
4499           echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6 
4500 echo "configure:4501: checking for --enable-htmlhelp" >&5 
4502           # Check whether --enable-htmlhelp or --disable-htmlhelp was given. 
4503 if test "${enable_htmlhelp+set}" = set; then 
4504   enableval
="$enable_htmlhelp" 
4506                           if test "$enableval" = yes; then 
4507                             ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes' 
4509                             ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no' 
4514                           LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` 
4515                           if test "x$LINE" != x 
; then 
4516                             eval "DEFAULT_$LINE" 
4521                           ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP 
4526           eval "$ac_cv_use_htmlhelp" 
4527           if test "$no_cache" != 1; then 
4528             echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
 
4531           if test "$wxUSE_WXHTML_HELP" = yes; then 
4532             echo "$ac_t""yes" 1>&6 
4534             echo "$ac_t""no" 1>&6 
4538           echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6 
4539 echo "configure:4540: checking for --enable-constraints" >&5 
4541           # Check whether --enable-constraints or --disable-constraints was given. 
4542 if test "${enable_constraints+set}" = set; then 
4543   enableval
="$enable_constraints" 
4545                           if test "$enableval" = yes; then 
4546                             ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes' 
4548                             ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no' 
4553                           LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` 
4554                           if test "x$LINE" != x 
; then 
4555                             eval "DEFAULT_$LINE" 
4560                           ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS 
4565           eval "$ac_cv_use_constraints" 
4566           if test "$no_cache" != 1; then 
4567             echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
 
4570           if test "$wxUSE_CONSTRAINTS" = yes; then 
4571             echo "$ac_t""yes" 1>&6 
4573             echo "$ac_t""no" 1>&6 
4577           echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6 
4578 echo "configure:4579: checking for --enable-printarch" >&5 
4580           # Check whether --enable-printarch or --disable-printarch was given. 
4581 if test "${enable_printarch+set}" = set; then 
4582   enableval
="$enable_printarch" 
4584                           if test "$enableval" = yes; then 
4585                             ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes' 
4587                             ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no' 
4592                           LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` 
4593                           if test "x$LINE" != x 
; then 
4594                             eval "DEFAULT_$LINE" 
4599                           ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE 
4604           eval "$ac_cv_use_printarch" 
4605           if test "$no_cache" != 1; then 
4606             echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
 
4609           if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then 
4610             echo "$ac_t""yes" 1>&6 
4612             echo "$ac_t""no" 1>&6 
4616           echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6 
4617 echo "configure:4618: checking for --enable-mdi" >&5 
4619           # Check whether --enable-mdi or --disable-mdi was given. 
4620 if test "${enable_mdi+set}" = set; then 
4621   enableval
="$enable_mdi" 
4623                           if test "$enableval" = yes; then 
4624                             ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes' 
4626                             ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no' 
4631                           LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` 
4632                           if test "x$LINE" != x 
; then 
4633                             eval "DEFAULT_$LINE" 
4638                           ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE 
4643           eval "$ac_cv_use_mdi" 
4644           if test "$no_cache" != 1; then 
4645             echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
 
4648           if test "$wxUSE_MDI_ARCHITECTURE" = yes; then 
4649             echo "$ac_t""yes" 1>&6 
4651             echo "$ac_t""no" 1>&6 
4655           echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6 
4656 echo "configure:4657: checking for --enable-loggui" >&5 
4658           # Check whether --enable-loggui or --disable-loggui was given. 
4659 if test "${enable_loggui+set}" = set; then 
4660   enableval
="$enable_loggui" 
4662                           if test "$enableval" = yes; then 
4663                             ac_cv_use_loggui
='wxUSE_LOGGUI=yes' 
4665                             ac_cv_use_loggui
='wxUSE_LOGGUI=no' 
4670                           LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` 
4671                           if test "x$LINE" != x 
; then 
4672                             eval "DEFAULT_$LINE" 
4677                           ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI 
4682           eval "$ac_cv_use_loggui" 
4683           if test "$no_cache" != 1; then 
4684             echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
 
4687           if test "$wxUSE_LOGGUI" = yes; then 
4688             echo "$ac_t""yes" 1>&6 
4690             echo "$ac_t""no" 1>&6 
4694           echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6 
4695 echo "configure:4696: checking for --enable-logwin" >&5 
4697           # Check whether --enable-logwin or --disable-logwin was given. 
4698 if test "${enable_logwin+set}" = set; then 
4699   enableval
="$enable_logwin" 
4701                           if test "$enableval" = yes; then 
4702                             ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes' 
4704                             ac_cv_use_logwin
='wxUSE_LOGWINDOW=no' 
4709                           LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` 
4710                           if test "x$LINE" != x 
; then 
4711                             eval "DEFAULT_$LINE" 
4716                           ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW 
4721           eval "$ac_cv_use_logwin" 
4722           if test "$no_cache" != 1; then 
4723             echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
 
4726           if test "$wxUSE_LOGWINDOW" = yes; then 
4727             echo "$ac_t""yes" 1>&6 
4729             echo "$ac_t""no" 1>&6 
4734           echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6 
4735 echo "configure:4736: checking for --enable-postscript" >&5 
4737           # Check whether --enable-postscript or --disable-postscript was given. 
4738 if test "${enable_postscript+set}" = set; then 
4739   enableval
="$enable_postscript" 
4741                           if test "$enableval" = yes; then 
4742                             ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes' 
4744                             ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no' 
4749                           LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` 
4750                           if test "x$LINE" != x 
; then 
4751                             eval "DEFAULT_$LINE" 
4756                           ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT 
4761           eval "$ac_cv_use_postscript" 
4762           if test "$no_cache" != 1; then 
4763             echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
 
4766           if test "$wxUSE_POSTSCRIPT" = yes; then 
4767             echo "$ac_t""yes" 1>&6 
4769             echo "$ac_t""no" 1>&6 
4776           echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6 
4777 echo "configure:4778: checking for --enable-prologio" >&5 
4779           # Check whether --enable-prologio or --disable-prologio was given. 
4780 if test "${enable_prologio+set}" = set; then 
4781   enableval
="$enable_prologio" 
4783                           if test "$enableval" = yes; then 
4784                             ac_cv_use_prologio
='wxUSE_PROLOGIO=yes' 
4786                             ac_cv_use_prologio
='wxUSE_PROLOGIO=no' 
4791                           LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` 
4792                           if test "x$LINE" != x 
; then 
4793                             eval "DEFAULT_$LINE" 
4798                           ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO 
4803           eval "$ac_cv_use_prologio" 
4804           if test "$no_cache" != 1; then 
4805             echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
 
4808           if test "$wxUSE_PROLOGIO" = yes; then 
4809             echo "$ac_t""yes" 1>&6 
4811             echo "$ac_t""no" 1>&6 
4815           echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6 
4816 echo "configure:4817: checking for --enable-resources" >&5 
4818           # Check whether --enable-resources or --disable-resources was given. 
4819 if test "${enable_resources+set}" = set; then 
4820   enableval
="$enable_resources" 
4822                           if test "$enableval" = yes; then 
4823                             ac_cv_use_resources
='wxUSE_RESOURCES=yes' 
4825                             ac_cv_use_resources
='wxUSE_RESOURCES=no' 
4830                           LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` 
4831                           if test "x$LINE" != x 
; then 
4832                             eval "DEFAULT_$LINE" 
4837                           ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES 
4842           eval "$ac_cv_use_resources" 
4843           if test "$no_cache" != 1; then 
4844             echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
 
4847           if test "$wxUSE_RESOURCES" = yes; then 
4848             echo "$ac_t""yes" 1>&6 
4850             echo "$ac_t""no" 1>&6 
4855           echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6 
4856 echo "configure:4857: checking for --enable-xresources" >&5 
4858           # Check whether --enable-xresources or --disable-xresources was given. 
4859 if test "${enable_xresources+set}" = set; then 
4860   enableval
="$enable_xresources" 
4862                           if test "$enableval" = yes; then 
4863                             ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes' 
4865                             ac_cv_use_xresources
='wxUSE_X_RESOURCES=no' 
4870                           LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}` 
4871                           if test "x$LINE" != x 
; then 
4872                             eval "DEFAULT_$LINE" 
4877                           ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES 
4882           eval "$ac_cv_use_xresources" 
4883           if test "$no_cache" != 1; then 
4884             echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
 
4887           if test "$wxUSE_X_RESOURCES" = yes; then 
4888             echo "$ac_t""yes" 1>&6 
4890             echo "$ac_t""no" 1>&6 
4896           echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6 
4897 echo "configure:4898: checking for --enable-clipboard" >&5 
4899           # Check whether --enable-clipboard or --disable-clipboard was given. 
4900 if test "${enable_clipboard+set}" = set; then 
4901   enableval
="$enable_clipboard" 
4903                           if test "$enableval" = yes; then 
4904                             ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes' 
4906                             ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no' 
4911                           LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` 
4912                           if test "x$LINE" != x 
; then 
4913                             eval "DEFAULT_$LINE" 
4918                           ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD 
4923           eval "$ac_cv_use_clipboard" 
4924           if test "$no_cache" != 1; then 
4925             echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
 
4928           if test "$wxUSE_CLIPBOARD" = yes; then 
4929             echo "$ac_t""yes" 1>&6 
4931             echo "$ac_t""no" 1>&6 
4935           echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6 
4936 echo "configure:4937: checking for --enable-dnd" >&5 
4938           # Check whether --enable-dnd or --disable-dnd was given. 
4939 if test "${enable_dnd+set}" = set; then 
4940   enableval
="$enable_dnd" 
4942                           if test "$enableval" = yes; then 
4943                             ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes' 
4945                             ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no' 
4950                           LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` 
4951                           if test "x$LINE" != x 
; then 
4952                             eval "DEFAULT_$LINE" 
4957                           ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP 
4962           eval "$ac_cv_use_dnd" 
4963           if test "$no_cache" != 1; then 
4964             echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
 
4967           if test "$wxUSE_DRAG_AND_DROP" = yes; then 
4968             echo "$ac_t""yes" 1>&6 
4970             echo "$ac_t""no" 1>&6 
4974           echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 
4975 echo "configure:4976: checking for --enable-metafile" >&5 
4977           # Check whether --enable-metafile or --disable-metafile was given. 
4978 if test "${enable_metafile+set}" = set; then 
4979   enableval
="$enable_metafile" 
4981                           if test "$enableval" = yes; then 
4982                             ac_cv_use_metafile
='wxUSE_METAFILE=yes' 
4984                             ac_cv_use_metafile
='wxUSE_METAFILE=no' 
4989                           LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` 
4990                           if test "x$LINE" != x 
; then 
4991                             eval "DEFAULT_$LINE" 
4996                           ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE 
5001           eval "$ac_cv_use_metafile" 
5002           if test "$no_cache" != 1; then 
5003             echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
 
5006           if test "$wxUSE_METAFILE" = yes; then 
5007             echo "$ac_t""yes" 1>&6 
5009             echo "$ac_t""no" 1>&6 
5014           echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6 
5015 echo "configure:5016: checking for --enable-treelayout" >&5 
5017           # Check whether --enable-treelayout or --disable-treelayout was given. 
5018 if test "${enable_treelayout+set}" = set; then 
5019   enableval
="$enable_treelayout" 
5021                           if test "$enableval" = yes; then 
5022                             ac_cv_use_treelayout
='wxUSE_TREELAYOUT=yes' 
5024                             ac_cv_use_treelayout
='wxUSE_TREELAYOUT=no' 
5029                           LINE
=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}` 
5030                           if test "x$LINE" != x 
; then 
5031                             eval "DEFAULT_$LINE" 
5036                           ac_cv_use_treelayout
='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT 
5041           eval "$ac_cv_use_treelayout" 
5042           if test "$no_cache" != 1; then 
5043             echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
 
5046           if test "$wxUSE_TREELAYOUT" = yes; then 
5047             echo "$ac_t""yes" 1>&6 
5049             echo "$ac_t""no" 1>&6 
5055           echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6 
5056 echo "configure:5057: checking for --enable-controls" >&5 
5058           # Check whether --enable-controls or --disable-controls was given. 
5059 if test "${enable_controls+set}" = set; then 
5060   enableval
="$enable_controls" 
5062                           if test "$enableval" = yes; then 
5063                             ac_cv_use_controls
='wxUSE_CONTROLS=yes' 
5065                             ac_cv_use_controls
='wxUSE_CONTROLS=no' 
5070                           LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` 
5071                           if test "x$LINE" != x 
; then 
5072                             eval "DEFAULT_$LINE" 
5077                           ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS 
5082           eval "$ac_cv_use_controls" 
5083           if test "$no_cache" != 1; then 
5084             echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
 
5087           if test "$wxUSE_CONTROLS" = yes; then 
5088             echo "$ac_t""yes" 1>&6 
5090             echo "$ac_t""no" 1>&6 
5094 if test "$wxUSE_CONTROLS" = "yes"; then 
5095   DEFAULT_wxUSE_ACCEL
=yes 
5096   DEFAULT_wxUSE_BMPBUTTON
=yes 
5097   DEFAULT_wxUSE_BUTTON
=yes 
5098   DEFAULT_wxUSE_CALCTRL
=no
 
5099   DEFAULT_wxUSE_CARET
=yes 
5100   DEFAULT_wxUSE_COMBOBOX
=yes 
5101   DEFAULT_wxUSE_CHECKBOX
=yes 
5102   DEFAULT_wxUSE_CHECKLISTBOX
=yes 
5103   DEFAULT_wxUSE_CHOICE
=yes 
5104   DEFAULT_wxUSE_GAUGE
=yes 
5105   DEFAULT_wxUSE_GRID
=yes 
5106   DEFAULT_wxUSE_NEW_GRID
=yes 
5107   DEFAULT_wxUSE_IMAGLIST
=yes 
5108   DEFAULT_wxUSE_LISTBOX
=yes 
5109   DEFAULT_wxUSE_LISTCTRL
=yes 
5110   DEFAULT_wxUSE_NOTEBOOK
=yes 
5111   DEFAULT_wxUSE_PROPSHEET
=yes 
5112   DEFAULT_wxUSE_RADIOBOX
=yes 
5113   DEFAULT_wxUSE_RADIOBTN
=yes 
5114   DEFAULT_wxUSE_SASH
=yes 
5115   DEFAULT_wxUSE_SCROLLBAR
=yes 
5116   DEFAULT_wxUSE_SLIDER
=yes 
5117   DEFAULT_wxUSE_SPINBTN
=yes 
5118   DEFAULT_wxUSE_SPINCTRL
=yes 
5119   DEFAULT_wxUSE_SPLITTER
=yes 
5120   DEFAULT_wxUSE_STATBMP
=yes 
5121   DEFAULT_wxUSE_STATBOX
=yes 
5122   DEFAULT_wxUSE_STATLINE
=yes 
5123   DEFAULT_wxUSE_STATUSBAR
=yes 
5124   DEFAULT_wxUSE_TAB_DIALOG
=yes 
5125   DEFAULT_wxUSE_TOGGLEBTN
=yes 
5126   DEFAULT_wxUSE_TOOLBAR
=yes 
5127   DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes 
5128   DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes 
5129   DEFAULT_wxUSE_TOOLTIPS
=yes 
5130   DEFAULT_wxUSE_TREECTRL
=yes 
5131   DEFAULT_wxUSE_POPUPWIN
=yes 
5132 elif test "$wxUSE_CONTROLS" = "no"; then 
5133   DEFAULT_wxUSE_ACCEL
=no
 
5134   DEFAULT_wxUSE_BMPBUTTON
=no
 
5135   DEFAULT_wxUSE_BUTTON
=no
 
5136   DEFAULT_wxUSE_CALCTRL
=no
 
5137   DEFAULT_wxUSE_CARET
=no
 
5138   DEFAULT_wxUSE_COMBOBOX
=no
 
5139   DEFAULT_wxUSE_CHECKBOX
=no
 
5140   DEFAULT_wxUSE_CHECKLISTBOX
=no
 
5141   DEFAULT_wxUSE_CHOICE
=no
 
5142   DEFAULT_wxUSE_GAUGE
=no
 
5143   DEFAULT_wxUSE_GRID
=no
 
5144   DEFAULT_wxUSE_NEW_GRID
=no
 
5145   DEFAULT_wxUSE_IMAGLIST
=no
 
5146   DEFAULT_wxUSE_LISTBOX
=no
 
5147   DEFAULT_wxUSE_LISTCTRL
=no
 
5148   DEFAULT_wxUSE_NOTEBOOK
=no
 
5149   DEFAULT_wxUSE_PROPSHEET
=no
 
5150   DEFAULT_wxUSE_RADIOBOX
=no
 
5151   DEFAULT_wxUSE_RADIOBTN
=no
 
5152   DEFAULT_wxUSE_SASH
=no
 
5153   DEFAULT_wxUSE_SCROLLBAR
=no
 
5154   DEFAULT_wxUSE_SLIDER
=no
 
5155   DEFAULT_wxUSE_SPINBTN
=no
 
5156   DEFAULT_wxUSE_SPINCTRL
=no
 
5157   DEFAULT_wxUSE_SPLITTER
=no
 
5158   DEFAULT_wxUSE_STATBMP
=no
 
5159   DEFAULT_wxUSE_STATBOX
=no
 
5160   DEFAULT_wxUSE_STATLINE
=no
 
5161   DEFAULT_wxUSE_STATUSBAR
=no
 
5162   DEFAULT_wxUSE_TAB_DIALOG
=no
 
5163   DEFAULT_wxUSE_TOGGLEBTN
=no
 
5164   DEFAULT_wxUSE_TOOLBAR
=no
 
5165   DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
 
5166   DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
 
5167   DEFAULT_wxUSE_TOOLTIPS
=no
 
5168   DEFAULT_wxUSE_TREECTRL
=no
 
5169   DEFAULT_wxUSE_POPUPWIN
=no
 
5173           echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6 
5174 echo "configure:5175: checking for --enable-accel" >&5 
5176           # Check whether --enable-accel or --disable-accel was given. 
5177 if test "${enable_accel+set}" = set; then 
5178   enableval
="$enable_accel" 
5180                           if test "$enableval" = yes; then 
5181                             ac_cv_use_accel
='wxUSE_ACCEL=yes' 
5183                             ac_cv_use_accel
='wxUSE_ACCEL=no' 
5188                           LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` 
5189                           if test "x$LINE" != x 
; then 
5190                             eval "DEFAULT_$LINE" 
5195                           ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL 
5200           eval "$ac_cv_use_accel" 
5201           if test "$no_cache" != 1; then 
5202             echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
 
5205           if test "$wxUSE_ACCEL" = yes; then 
5206             echo "$ac_t""yes" 1>&6 
5208             echo "$ac_t""no" 1>&6 
5212           echo $ac_n "checking for --enable-button""... $ac_c" 1>&6 
5213 echo "configure:5214: checking for --enable-button" >&5 
5215           # Check whether --enable-button or --disable-button was given. 
5216 if test "${enable_button+set}" = set; then 
5217   enableval
="$enable_button" 
5219                           if test "$enableval" = yes; then 
5220                             ac_cv_use_button
='wxUSE_BUTTON=yes' 
5222                             ac_cv_use_button
='wxUSE_BUTTON=no' 
5227                           LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` 
5228                           if test "x$LINE" != x 
; then 
5229                             eval "DEFAULT_$LINE" 
5234                           ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON 
5239           eval "$ac_cv_use_button" 
5240           if test "$no_cache" != 1; then 
5241             echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
 
5244           if test "$wxUSE_BUTTON" = yes; then 
5245             echo "$ac_t""yes" 1>&6 
5247             echo "$ac_t""no" 1>&6 
5251           echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6 
5252 echo "configure:5253: checking for --enable-bmpbutton" >&5 
5254           # Check whether --enable-bmpbutton or --disable-bmpbutton was given. 
5255 if test "${enable_bmpbutton+set}" = set; then 
5256   enableval
="$enable_bmpbutton" 
5258                           if test "$enableval" = yes; then 
5259                             ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes' 
5261                             ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no' 
5266                           LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` 
5267                           if test "x$LINE" != x 
; then 
5268                             eval "DEFAULT_$LINE" 
5273                           ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON 
5278           eval "$ac_cv_use_bmpbutton" 
5279           if test "$no_cache" != 1; then 
5280             echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
 
5283           if test "$wxUSE_BMPBUTTON" = yes; then 
5284             echo "$ac_t""yes" 1>&6 
5286             echo "$ac_t""no" 1>&6 
5290           echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6 
5291 echo "configure:5292: checking for --enable-calendar" >&5 
5293           # Check whether --enable-calendar or --disable-calendar was given. 
5294 if test "${enable_calendar+set}" = set; then 
5295   enableval
="$enable_calendar" 
5297                           if test "$enableval" = yes; then 
5298                             ac_cv_use_calendar
='wxUSE_CALCTRL=yes' 
5300                             ac_cv_use_calendar
='wxUSE_CALCTRL=no' 
5305                           LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` 
5306                           if test "x$LINE" != x 
; then 
5307                             eval "DEFAULT_$LINE" 
5312                           ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL 
5317           eval "$ac_cv_use_calendar" 
5318           if test "$no_cache" != 1; then 
5319             echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
 
5322           if test "$wxUSE_CALCTRL" = yes; then 
5323             echo "$ac_t""yes" 1>&6 
5325             echo "$ac_t""no" 1>&6 
5329           echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6 
5330 echo "configure:5331: checking for --enable-caret" >&5 
5332           # Check whether --enable-caret or --disable-caret was given. 
5333 if test "${enable_caret+set}" = set; then 
5334   enableval
="$enable_caret" 
5336                           if test "$enableval" = yes; then 
5337                             ac_cv_use_caret
='wxUSE_CARET=yes' 
5339                             ac_cv_use_caret
='wxUSE_CARET=no' 
5344                           LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}` 
5345                           if test "x$LINE" != x 
; then 
5346                             eval "DEFAULT_$LINE" 
5351                           ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET 
5356           eval "$ac_cv_use_caret" 
5357           if test "$no_cache" != 1; then 
5358             echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
 
5361           if test "$wxUSE_CARET" = yes; then 
5362             echo "$ac_t""yes" 1>&6 
5364             echo "$ac_t""no" 1>&6 
5368           echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6 
5369 echo "configure:5370: checking for --enable-checkbox" >&5 
5371           # Check whether --enable-checkbox or --disable-checkbox was given. 
5372 if test "${enable_checkbox+set}" = set; then 
5373   enableval
="$enable_checkbox" 
5375                           if test "$enableval" = yes; then 
5376                             ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes' 
5378                             ac_cv_use_checkbox
='wxUSE_CHECKBOX=no' 
5383                           LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` 
5384                           if test "x$LINE" != x 
; then 
5385                             eval "DEFAULT_$LINE" 
5390                           ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX 
5395           eval "$ac_cv_use_checkbox" 
5396           if test "$no_cache" != 1; then 
5397             echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
 
5400           if test "$wxUSE_CHECKBOX" = yes; then 
5401             echo "$ac_t""yes" 1>&6 
5403             echo "$ac_t""no" 1>&6 
5407           echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6 
5408 echo "configure:5409: checking for --enable-checklst" >&5 
5410           # Check whether --enable-checklst or --disable-checklst was given. 
5411 if test "${enable_checklst+set}" = set; then 
5412   enableval
="$enable_checklst" 
5414                           if test "$enableval" = yes; then 
5415                             ac_cv_use_checklst
='wxUSE_CHECKLST=yes' 
5417                             ac_cv_use_checklst
='wxUSE_CHECKLST=no' 
5422                           LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` 
5423                           if test "x$LINE" != x 
; then 
5424                             eval "DEFAULT_$LINE" 
5429                           ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST 
5434           eval "$ac_cv_use_checklst" 
5435           if test "$no_cache" != 1; then 
5436             echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
 
5439           if test "$wxUSE_CHECKLST" = yes; then 
5440             echo "$ac_t""yes" 1>&6 
5442             echo "$ac_t""no" 1>&6 
5446           echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6 
5447 echo "configure:5448: checking for --enable-choice" >&5 
5449           # Check whether --enable-choice or --disable-choice was given. 
5450 if test "${enable_choice+set}" = set; then 
5451   enableval
="$enable_choice" 
5453                           if test "$enableval" = yes; then 
5454                             ac_cv_use_choice
='wxUSE_CHOICE=yes' 
5456                             ac_cv_use_choice
='wxUSE_CHOICE=no' 
5461                           LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` 
5462                           if test "x$LINE" != x 
; then 
5463                             eval "DEFAULT_$LINE" 
5468                           ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE 
5473           eval "$ac_cv_use_choice" 
5474           if test "$no_cache" != 1; then 
5475             echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
 
5478           if test "$wxUSE_CHOICE" = yes; then 
5479             echo "$ac_t""yes" 1>&6 
5481             echo "$ac_t""no" 1>&6 
5485           echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6 
5486 echo "configure:5487: checking for --enable-combobox" >&5 
5488           # Check whether --enable-combobox or --disable-combobox was given. 
5489 if test "${enable_combobox+set}" = set; then 
5490   enableval
="$enable_combobox" 
5492                           if test "$enableval" = yes; then 
5493                             ac_cv_use_combobox
='wxUSE_COMBOBOX=yes' 
5495                             ac_cv_use_combobox
='wxUSE_COMBOBOX=no' 
5500                           LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` 
5501                           if test "x$LINE" != x 
; then 
5502                             eval "DEFAULT_$LINE" 
5507                           ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX 
5512           eval "$ac_cv_use_combobox" 
5513           if test "$no_cache" != 1; then 
5514             echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
 
5517           if test "$wxUSE_COMBOBOX" = yes; then 
5518             echo "$ac_t""yes" 1>&6 
5520             echo "$ac_t""no" 1>&6 
5524           echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6 
5525 echo "configure:5526: checking for --enable-gauge" >&5 
5527           # Check whether --enable-gauge or --disable-gauge was given. 
5528 if test "${enable_gauge+set}" = set; then 
5529   enableval
="$enable_gauge" 
5531                           if test "$enableval" = yes; then 
5532                             ac_cv_use_gauge
='wxUSE_GAUGE=yes' 
5534                             ac_cv_use_gauge
='wxUSE_GAUGE=no' 
5539                           LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` 
5540                           if test "x$LINE" != x 
; then 
5541                             eval "DEFAULT_$LINE" 
5546                           ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE 
5551           eval "$ac_cv_use_gauge" 
5552           if test "$no_cache" != 1; then 
5553             echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
 
5556           if test "$wxUSE_GAUGE" = yes; then 
5557             echo "$ac_t""yes" 1>&6 
5559             echo "$ac_t""no" 1>&6 
5563           echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6 
5564 echo "configure:5565: checking for --enable-grid" >&5 
5566           # Check whether --enable-grid or --disable-grid was given. 
5567 if test "${enable_grid+set}" = set; then 
5568   enableval
="$enable_grid" 
5570                           if test "$enableval" = yes; then 
5571                             ac_cv_use_grid
='wxUSE_GRID=yes' 
5573                             ac_cv_use_grid
='wxUSE_GRID=no' 
5578                           LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}` 
5579                           if test "x$LINE" != x 
; then 
5580                             eval "DEFAULT_$LINE" 
5585                           ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID 
5590           eval "$ac_cv_use_grid" 
5591           if test "$no_cache" != 1; then 
5592             echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
 
5595           if test "$wxUSE_GRID" = yes; then 
5596             echo "$ac_t""yes" 1>&6 
5598             echo "$ac_t""no" 1>&6 
5602           echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6 
5603 echo "configure:5604: checking for --enable-newgrid" >&5 
5605           # Check whether --enable-newgrid or --disable-newgrid was given. 
5606 if test "${enable_newgrid+set}" = set; then 
5607   enableval
="$enable_newgrid" 
5609                           if test "$enableval" = yes; then 
5610                             ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes' 
5612                             ac_cv_use_newgrid
='wxUSE_NEW_GRID=no' 
5617                           LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` 
5618                           if test "x$LINE" != x 
; then 
5619                             eval "DEFAULT_$LINE" 
5624                           ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID 
5629           eval "$ac_cv_use_newgrid" 
5630           if test "$no_cache" != 1; then 
5631             echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
 
5634           if test "$wxUSE_NEW_GRID" = yes; then 
5635             echo "$ac_t""yes" 1>&6 
5637             echo "$ac_t""no" 1>&6 
5641           echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6 
5642 echo "configure:5643: checking for --enable-imaglist" >&5 
5644           # Check whether --enable-imaglist or --disable-imaglist was given. 
5645 if test "${enable_imaglist+set}" = set; then 
5646   enableval
="$enable_imaglist" 
5648                           if test "$enableval" = yes; then 
5649                             ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes' 
5651                             ac_cv_use_imaglist
='wxUSE_IMAGLIST=no' 
5656                           LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` 
5657                           if test "x$LINE" != x 
; then 
5658                             eval "DEFAULT_$LINE" 
5663                           ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST 
5668           eval "$ac_cv_use_imaglist" 
5669           if test "$no_cache" != 1; then 
5670             echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
 
5673           if test "$wxUSE_IMAGLIST" = yes; then 
5674             echo "$ac_t""yes" 1>&6 
5676             echo "$ac_t""no" 1>&6 
5680           echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6 
5681 echo "configure:5682: checking for --enable-listbox" >&5 
5683           # Check whether --enable-listbox or --disable-listbox was given. 
5684 if test "${enable_listbox+set}" = set; then 
5685   enableval
="$enable_listbox" 
5687                           if test "$enableval" = yes; then 
5688                             ac_cv_use_listbox
='wxUSE_LISTBOX=yes' 
5690                             ac_cv_use_listbox
='wxUSE_LISTBOX=no' 
5695                           LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` 
5696                           if test "x$LINE" != x 
; then 
5697                             eval "DEFAULT_$LINE" 
5702                           ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX 
5707           eval "$ac_cv_use_listbox" 
5708           if test "$no_cache" != 1; then 
5709             echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
 
5712           if test "$wxUSE_LISTBOX" = yes; then 
5713             echo "$ac_t""yes" 1>&6 
5715             echo "$ac_t""no" 1>&6 
5719           echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6 
5720 echo "configure:5721: checking for --enable-listctrl" >&5 
5722           # Check whether --enable-listctrl or --disable-listctrl was given. 
5723 if test "${enable_listctrl+set}" = set; then 
5724   enableval
="$enable_listctrl" 
5726                           if test "$enableval" = yes; then 
5727                             ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes' 
5729                             ac_cv_use_listctrl
='wxUSE_LISTCTRL=no' 
5734                           LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` 
5735                           if test "x$LINE" != x 
; then 
5736                             eval "DEFAULT_$LINE" 
5741                           ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL 
5746           eval "$ac_cv_use_listctrl" 
5747           if test "$no_cache" != 1; then 
5748             echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
 
5751           if test "$wxUSE_LISTCTRL" = yes; then 
5752             echo "$ac_t""yes" 1>&6 
5754             echo "$ac_t""no" 1>&6 
5758           echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6 
5759 echo "configure:5760: checking for --enable-notebook" >&5 
5761           # Check whether --enable-notebook or --disable-notebook was given. 
5762 if test "${enable_notebook+set}" = set; then 
5763   enableval
="$enable_notebook" 
5765                           if test "$enableval" = yes; then 
5766                             ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes' 
5768                             ac_cv_use_notebook
='wxUSE_NOTEBOOK=no' 
5773                           LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` 
5774                           if test "x$LINE" != x 
; then 
5775                             eval "DEFAULT_$LINE" 
5780                           ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK 
5785           eval "$ac_cv_use_notebook" 
5786           if test "$no_cache" != 1; then 
5787             echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
 
5790           if test "$wxUSE_NOTEBOOK" = yes; then 
5791             echo "$ac_t""yes" 1>&6 
5793             echo "$ac_t""no" 1>&6 
5797           echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6 
5798 echo "configure:5799: checking for --enable-propsheet" >&5 
5800           # Check whether --enable-propsheet or --disable-propsheet was given. 
5801 if test "${enable_propsheet+set}" = set; then 
5802   enableval
="$enable_propsheet" 
5804                           if test "$enableval" = yes; then 
5805                             ac_cv_use_propsheet
='wxUSE_PROPSHEET=yes' 
5807                             ac_cv_use_propsheet
='wxUSE_PROPSHEET=no' 
5812                           LINE
=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}` 
5813                           if test "x$LINE" != x 
; then 
5814                             eval "DEFAULT_$LINE" 
5819                           ac_cv_use_propsheet
='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET 
5824           eval "$ac_cv_use_propsheet" 
5825           if test "$no_cache" != 1; then 
5826             echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
 
5829           if test "$wxUSE_PROPSHEET" = yes; then 
5830             echo "$ac_t""yes" 1>&6 
5832             echo "$ac_t""no" 1>&6 
5836           echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6 
5837 echo "configure:5838: checking for --enable-radiobox" >&5 
5839           # Check whether --enable-radiobox or --disable-radiobox was given. 
5840 if test "${enable_radiobox+set}" = set; then 
5841   enableval
="$enable_radiobox" 
5843                           if test "$enableval" = yes; then 
5844                             ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes' 
5846                             ac_cv_use_radiobox
='wxUSE_RADIOBOX=no' 
5851                           LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` 
5852                           if test "x$LINE" != x 
; then 
5853                             eval "DEFAULT_$LINE" 
5858                           ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX 
5863           eval "$ac_cv_use_radiobox" 
5864           if test "$no_cache" != 1; then 
5865             echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
 
5868           if test "$wxUSE_RADIOBOX" = yes; then 
5869             echo "$ac_t""yes" 1>&6 
5871             echo "$ac_t""no" 1>&6 
5875           echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6 
5876 echo "configure:5877: checking for --enable-radiobtn" >&5 
5878           # Check whether --enable-radiobtn or --disable-radiobtn was given. 
5879 if test "${enable_radiobtn+set}" = set; then 
5880   enableval
="$enable_radiobtn" 
5882                           if test "$enableval" = yes; then 
5883                             ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes' 
5885                             ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no' 
5890                           LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` 
5891                           if test "x$LINE" != x 
; then 
5892                             eval "DEFAULT_$LINE" 
5897                           ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN 
5902           eval "$ac_cv_use_radiobtn" 
5903           if test "$no_cache" != 1; then 
5904             echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
 
5907           if test "$wxUSE_RADIOBTN" = yes; then 
5908             echo "$ac_t""yes" 1>&6 
5910             echo "$ac_t""no" 1>&6 
5914           echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6 
5915 echo "configure:5916: checking for --enable-sash" >&5 
5917           # Check whether --enable-sash or --disable-sash was given. 
5918 if test "${enable_sash+set}" = set; then 
5919   enableval
="$enable_sash" 
5921                           if test "$enableval" = yes; then 
5922                             ac_cv_use_sash
='wxUSE_SASH=yes' 
5924                             ac_cv_use_sash
='wxUSE_SASH=no' 
5929                           LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}` 
5930                           if test "x$LINE" != x 
; then 
5931                             eval "DEFAULT_$LINE" 
5936                           ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH 
5941           eval "$ac_cv_use_sash" 
5942           if test "$no_cache" != 1; then 
5943             echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
 
5946           if test "$wxUSE_SASH" = yes; then 
5947             echo "$ac_t""yes" 1>&6 
5949             echo "$ac_t""no" 1>&6 
5953           echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6 
5954 echo "configure:5955: checking for --enable-scrollbar" >&5 
5956           # Check whether --enable-scrollbar or --disable-scrollbar was given. 
5957 if test "${enable_scrollbar+set}" = set; then 
5958   enableval
="$enable_scrollbar" 
5960                           if test "$enableval" = yes; then 
5961                             ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes' 
5963                             ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no' 
5968                           LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` 
5969                           if test "x$LINE" != x 
; then 
5970                             eval "DEFAULT_$LINE" 
5975                           ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR 
5980           eval "$ac_cv_use_scrollbar" 
5981           if test "$no_cache" != 1; then 
5982             echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
 
5985           if test "$wxUSE_SCROLLBAR" = yes; then 
5986             echo "$ac_t""yes" 1>&6 
5988             echo "$ac_t""no" 1>&6 
5992           echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6 
5993 echo "configure:5994: checking for --enable-slider" >&5 
5995           # Check whether --enable-slider or --disable-slider was given. 
5996 if test "${enable_slider+set}" = set; then 
5997   enableval
="$enable_slider" 
5999                           if test "$enableval" = yes; then 
6000                             ac_cv_use_slider
='wxUSE_SLIDER=yes' 
6002                             ac_cv_use_slider
='wxUSE_SLIDER=no' 
6007                           LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` 
6008                           if test "x$LINE" != x 
; then 
6009                             eval "DEFAULT_$LINE" 
6014                           ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER 
6019           eval "$ac_cv_use_slider" 
6020           if test "$no_cache" != 1; then 
6021             echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
 
6024           if test "$wxUSE_SLIDER" = yes; then 
6025             echo "$ac_t""yes" 1>&6 
6027             echo "$ac_t""no" 1>&6 
6031           echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6 
6032 echo "configure:6033: checking for --enable-spinbtn" >&5 
6034           # Check whether --enable-spinbtn or --disable-spinbtn was given. 
6035 if test "${enable_spinbtn+set}" = set; then 
6036   enableval
="$enable_spinbtn" 
6038                           if test "$enableval" = yes; then 
6039                             ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes' 
6041                             ac_cv_use_spinbtn
='wxUSE_SPINBTN=no' 
6046                           LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` 
6047                           if test "x$LINE" != x 
; then 
6048                             eval "DEFAULT_$LINE" 
6053                           ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN 
6058           eval "$ac_cv_use_spinbtn" 
6059           if test "$no_cache" != 1; then 
6060             echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
 
6063           if test "$wxUSE_SPINBTN" = yes; then 
6064             echo "$ac_t""yes" 1>&6 
6066             echo "$ac_t""no" 1>&6 
6070           echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6 
6071 echo "configure:6072: checking for --enable-spinctrl" >&5 
6073           # Check whether --enable-spinctrl or --disable-spinctrl was given. 
6074 if test "${enable_spinctrl+set}" = set; then 
6075   enableval
="$enable_spinctrl" 
6077                           if test "$enableval" = yes; then 
6078                             ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes' 
6080                             ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no' 
6085                           LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` 
6086                           if test "x$LINE" != x 
; then 
6087                             eval "DEFAULT_$LINE" 
6092                           ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL 
6097           eval "$ac_cv_use_spinctrl" 
6098           if test "$no_cache" != 1; then 
6099             echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
 
6102           if test "$wxUSE_SPINCTRL" = yes; then 
6103             echo "$ac_t""yes" 1>&6 
6105             echo "$ac_t""no" 1>&6 
6109           echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6 
6110 echo "configure:6111: checking for --enable-splitter" >&5 
6112           # Check whether --enable-splitter or --disable-splitter was given. 
6113 if test "${enable_splitter+set}" = set; then 
6114   enableval
="$enable_splitter" 
6116                           if test "$enableval" = yes; then 
6117                             ac_cv_use_splitter
='wxUSE_SPLITTER=yes' 
6119                             ac_cv_use_splitter
='wxUSE_SPLITTER=no' 
6124                           LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` 
6125                           if test "x$LINE" != x 
; then 
6126                             eval "DEFAULT_$LINE" 
6131                           ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER 
6136           eval "$ac_cv_use_splitter" 
6137           if test "$no_cache" != 1; then 
6138             echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
 
6141           if test "$wxUSE_SPLITTER" = yes; then 
6142             echo "$ac_t""yes" 1>&6 
6144             echo "$ac_t""no" 1>&6 
6148           echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6 
6149 echo "configure:6150: checking for --enable-statbmp" >&5 
6151           # Check whether --enable-statbmp or --disable-statbmp was given. 
6152 if test "${enable_statbmp+set}" = set; then 
6153   enableval
="$enable_statbmp" 
6155                           if test "$enableval" = yes; then 
6156                             ac_cv_use_statbmp
='wxUSE_STATBMP=yes' 
6158                             ac_cv_use_statbmp
='wxUSE_STATBMP=no' 
6163                           LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` 
6164                           if test "x$LINE" != x 
; then 
6165                             eval "DEFAULT_$LINE" 
6170                           ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP 
6175           eval "$ac_cv_use_statbmp" 
6176           if test "$no_cache" != 1; then 
6177             echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
 
6180           if test "$wxUSE_STATBMP" = yes; then 
6181             echo "$ac_t""yes" 1>&6 
6183             echo "$ac_t""no" 1>&6 
6187           echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6 
6188 echo "configure:6189: checking for --enable-statbox" >&5 
6190           # Check whether --enable-statbox or --disable-statbox was given. 
6191 if test "${enable_statbox+set}" = set; then 
6192   enableval
="$enable_statbox" 
6194                           if test "$enableval" = yes; then 
6195                             ac_cv_use_statbox
='wxUSE_STATBOX=yes' 
6197                             ac_cv_use_statbox
='wxUSE_STATBOX=no' 
6202                           LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` 
6203                           if test "x$LINE" != x 
; then 
6204                             eval "DEFAULT_$LINE" 
6209                           ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX 
6214           eval "$ac_cv_use_statbox" 
6215           if test "$no_cache" != 1; then 
6216             echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
 
6219           if test "$wxUSE_STATBOX" = yes; then 
6220             echo "$ac_t""yes" 1>&6 
6222             echo "$ac_t""no" 1>&6 
6226           echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6 
6227 echo "configure:6228: checking for --enable-statline" >&5 
6229           # Check whether --enable-statline or --disable-statline was given. 
6230 if test "${enable_statline+set}" = set; then 
6231   enableval
="$enable_statline" 
6233                           if test "$enableval" = yes; then 
6234                             ac_cv_use_statline
='wxUSE_STATLINE=yes' 
6236                             ac_cv_use_statline
='wxUSE_STATLINE=no' 
6241                           LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` 
6242                           if test "x$LINE" != x 
; then 
6243                             eval "DEFAULT_$LINE" 
6248                           ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE 
6253           eval "$ac_cv_use_statline" 
6254           if test "$no_cache" != 1; then 
6255             echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
 
6258           if test "$wxUSE_STATLINE" = yes; then 
6259             echo "$ac_t""yes" 1>&6 
6261             echo "$ac_t""no" 1>&6 
6265           echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6 
6266 echo "configure:6267: checking for --enable-stattext" >&5 
6268           # Check whether --enable-stattext or --disable-stattext was given. 
6269 if test "${enable_stattext+set}" = set; then 
6270   enableval
="$enable_stattext" 
6272                           if test "$enableval" = yes; then 
6273                             ac_cv_use_stattext
='wxUSE_STATTEXT=yes' 
6275                             ac_cv_use_stattext
='wxUSE_STATTEXT=no' 
6280                           LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` 
6281                           if test "x$LINE" != x 
; then 
6282                             eval "DEFAULT_$LINE" 
6287                           ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT 
6292           eval "$ac_cv_use_stattext" 
6293           if test "$no_cache" != 1; then 
6294             echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
 
6297           if test "$wxUSE_STATTEXT" = yes; then 
6298             echo "$ac_t""yes" 1>&6 
6300             echo "$ac_t""no" 1>&6 
6304           echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6 
6305 echo "configure:6306: checking for --enable-statusbar" >&5 
6307           # Check whether --enable-statusbar or --disable-statusbar was given. 
6308 if test "${enable_statusbar+set}" = set; then 
6309   enableval
="$enable_statusbar" 
6311                           if test "$enableval" = yes; then 
6312                             ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes' 
6314                             ac_cv_use_statusbar
='wxUSE_STATUSBAR=no' 
6319                           LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` 
6320                           if test "x$LINE" != x 
; then 
6321                             eval "DEFAULT_$LINE" 
6326                           ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR 
6331           eval "$ac_cv_use_statusbar" 
6332           if test "$no_cache" != 1; then 
6333             echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
 
6336           if test "$wxUSE_STATUSBAR" = yes; then 
6337             echo "$ac_t""yes" 1>&6 
6339             echo "$ac_t""no" 1>&6 
6343           echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6 
6344 echo "configure:6345: checking for --enable-tabdialog" >&5 
6346           # Check whether --enable-tabdialog or --disable-tabdialog was given. 
6347 if test "${enable_tabdialog+set}" = set; then 
6348   enableval
="$enable_tabdialog" 
6350                           if test "$enableval" = yes; then 
6351                             ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes' 
6353                             ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no' 
6358                           LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` 
6359                           if test "x$LINE" != x 
; then 
6360                             eval "DEFAULT_$LINE" 
6365                           ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG 
6370           eval "$ac_cv_use_tabdialog" 
6371           if test "$no_cache" != 1; then 
6372             echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
 
6375           if test "$wxUSE_TABDIALOG" = yes; then 
6376             echo "$ac_t""yes" 1>&6 
6378             echo "$ac_t""no" 1>&6 
6382           echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6 
6383 echo "configure:6384: checking for --enable-textctrl" >&5 
6385           # Check whether --enable-textctrl or --disable-textctrl was given. 
6386 if test "${enable_textctrl+set}" = set; then 
6387   enableval
="$enable_textctrl" 
6389                           if test "$enableval" = yes; then 
6390                             ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes' 
6392                             ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no' 
6397                           LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` 
6398                           if test "x$LINE" != x 
; then 
6399                             eval "DEFAULT_$LINE" 
6404                           ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL 
6409           eval "$ac_cv_use_textctrl" 
6410           if test "$no_cache" != 1; then 
6411             echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
 
6414           if test "$wxUSE_TEXTCTRL" = yes; then 
6415             echo "$ac_t""yes" 1>&6 
6417             echo "$ac_t""no" 1>&6 
6421           echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6 
6422 echo "configure:6423: checking for --enable-togglebtn" >&5 
6424           # Check whether --enable-togglebtn or --disable-togglebtn was given. 
6425 if test "${enable_togglebtn+set}" = set; then 
6426   enableval
="$enable_togglebtn" 
6428                           if test "$enableval" = yes; then 
6429                             ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes' 
6431                             ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no' 
6436                           LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` 
6437                           if test "x$LINE" != x 
; then 
6438                             eval "DEFAULT_$LINE" 
6443                           ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN 
6448           eval "$ac_cv_use_togglebtn" 
6449           if test "$no_cache" != 1; then 
6450             echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
 
6453           if test "$wxUSE_TOGGLEBTN" = yes; then 
6454             echo "$ac_t""yes" 1>&6 
6456             echo "$ac_t""no" 1>&6 
6460           echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6 
6461 echo "configure:6462: checking for --enable-toolbar" >&5 
6463           # Check whether --enable-toolbar or --disable-toolbar was given. 
6464 if test "${enable_toolbar+set}" = set; then 
6465   enableval
="$enable_toolbar" 
6467                           if test "$enableval" = yes; then 
6468                             ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes' 
6470                             ac_cv_use_toolbar
='wxUSE_TOOLBAR=no' 
6475                           LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` 
6476                           if test "x$LINE" != x 
; then 
6477                             eval "DEFAULT_$LINE" 
6482                           ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR 
6487           eval "$ac_cv_use_toolbar" 
6488           if test "$no_cache" != 1; then 
6489             echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
 
6492           if test "$wxUSE_TOOLBAR" = yes; then 
6493             echo "$ac_t""yes" 1>&6 
6495             echo "$ac_t""no" 1>&6 
6499           echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6 
6500 echo "configure:6501: checking for --enable-tbarnative" >&5 
6502           # Check whether --enable-tbarnative or --disable-tbarnative was given. 
6503 if test "${enable_tbarnative+set}" = set; then 
6504   enableval
="$enable_tbarnative" 
6506                           if test "$enableval" = yes; then 
6507                             ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes' 
6509                             ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no' 
6514                           LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` 
6515                           if test "x$LINE" != x 
; then 
6516                             eval "DEFAULT_$LINE" 
6521                           ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE 
6526           eval "$ac_cv_use_tbarnative" 
6527           if test "$no_cache" != 1; then 
6528             echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
 
6531           if test "$wxUSE_TOOLBAR_NATIVE" = yes; then 
6532             echo "$ac_t""yes" 1>&6 
6534             echo "$ac_t""no" 1>&6 
6538           echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6 
6539 echo "configure:6540: checking for --enable-tbarsmpl" >&5 
6541           # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. 
6542 if test "${enable_tbarsmpl+set}" = set; then 
6543   enableval
="$enable_tbarsmpl" 
6545                           if test "$enableval" = yes; then 
6546                             ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes' 
6548                             ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no' 
6553                           LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` 
6554                           if test "x$LINE" != x 
; then 
6555                             eval "DEFAULT_$LINE" 
6560                           ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE 
6565           eval "$ac_cv_use_tbarsmpl" 
6566           if test "$no_cache" != 1; then 
6567             echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
 
6570           if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then 
6571             echo "$ac_t""yes" 1>&6 
6573             echo "$ac_t""no" 1>&6 
6577           echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6 
6578 echo "configure:6579: checking for --enable-treectrl" >&5 
6580           # Check whether --enable-treectrl or --disable-treectrl was given. 
6581 if test "${enable_treectrl+set}" = set; then 
6582   enableval
="$enable_treectrl" 
6584                           if test "$enableval" = yes; then 
6585                             ac_cv_use_treectrl
='wxUSE_TREECTRL=yes' 
6587                             ac_cv_use_treectrl
='wxUSE_TREECTRL=no' 
6592                           LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` 
6593                           if test "x$LINE" != x 
; then 
6594                             eval "DEFAULT_$LINE" 
6599                           ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL 
6604           eval "$ac_cv_use_treectrl" 
6605           if test "$no_cache" != 1; then 
6606             echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
 
6609           if test "$wxUSE_TREECTRL" = yes; then 
6610             echo "$ac_t""yes" 1>&6 
6612             echo "$ac_t""no" 1>&6 
6616           echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6 
6617 echo "configure:6618: checking for --enable-popupwin" >&5 
6619           # Check whether --enable-popupwin or --disable-popupwin was given. 
6620 if test "${enable_popupwin+set}" = set; then 
6621   enableval
="$enable_popupwin" 
6623                           if test "$enableval" = yes; then 
6624                             ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes' 
6626                             ac_cv_use_popupwin
='wxUSE_POPUPWIN=no' 
6631                           LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` 
6632                           if test "x$LINE" != x 
; then 
6633                             eval "DEFAULT_$LINE" 
6638                           ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN 
6643           eval "$ac_cv_use_popupwin" 
6644           if test "$no_cache" != 1; then 
6645             echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
 
6648           if test "$wxUSE_POPUPWIN" = yes; then 
6649             echo "$ac_t""yes" 1>&6 
6651             echo "$ac_t""no" 1>&6 
6657           echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6 
6658 echo "configure:6659: checking for --enable-commondlg" >&5 
6660           # Check whether --enable-commondlg or --disable-commondlg was given. 
6661 if test "${enable_commondlg+set}" = set; then 
6662   enableval
="$enable_commondlg" 
6664                           if test "$enableval" = yes; then 
6665                             ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes' 
6667                             ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no' 
6672                           LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` 
6673                           if test "x$LINE" != x 
; then 
6674                             eval "DEFAULT_$LINE" 
6679                           ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS 
6684           eval "$ac_cv_use_commondlg" 
6685           if test "$no_cache" != 1; then 
6686             echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
 
6689           if test "$wxUSE_COMMONDLGS" = yes; then 
6690             echo "$ac_t""yes" 1>&6 
6692             echo "$ac_t""no" 1>&6 
6696           echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6 
6697 echo "configure:6698: checking for --enable-choicedlg" >&5 
6699           # Check whether --enable-choicedlg or --disable-choicedlg was given. 
6700 if test "${enable_choicedlg+set}" = set; then 
6701   enableval
="$enable_choicedlg" 
6703                           if test "$enableval" = yes; then 
6704                             ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes' 
6706                             ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no' 
6711                           LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` 
6712                           if test "x$LINE" != x 
; then 
6713                             eval "DEFAULT_$LINE" 
6718                           ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG 
6723           eval "$ac_cv_use_choicedlg" 
6724           if test "$no_cache" != 1; then 
6725             echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
 
6728           if test "$wxUSE_CHOICEDLG" = yes; then 
6729             echo "$ac_t""yes" 1>&6 
6731             echo "$ac_t""no" 1>&6 
6735           echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6 
6736 echo "configure:6737: checking for --enable-coldlg" >&5 
6738           # Check whether --enable-coldlg or --disable-coldlg was given. 
6739 if test "${enable_coldlg+set}" = set; then 
6740   enableval
="$enable_coldlg" 
6742                           if test "$enableval" = yes; then 
6743                             ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes' 
6745                             ac_cv_use_coldlg
='wxUSE_COLOURDLG=no' 
6750                           LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` 
6751                           if test "x$LINE" != x 
; then 
6752                             eval "DEFAULT_$LINE" 
6757                           ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG 
6762           eval "$ac_cv_use_coldlg" 
6763           if test "$no_cache" != 1; then 
6764             echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
 
6767           if test "$wxUSE_COLOURDLG" = yes; then 
6768             echo "$ac_t""yes" 1>&6 
6770             echo "$ac_t""no" 1>&6 
6774           echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6 
6775 echo "configure:6776: checking for --enable-filedlg" >&5 
6777           # Check whether --enable-filedlg or --disable-filedlg was given. 
6778 if test "${enable_filedlg+set}" = set; then 
6779   enableval
="$enable_filedlg" 
6781                           if test "$enableval" = yes; then 
6782                             ac_cv_use_filedlg
='wxUSE_FILEDLG=yes' 
6784                             ac_cv_use_filedlg
='wxUSE_FILEDLG=no' 
6789                           LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` 
6790                           if test "x$LINE" != x 
; then 
6791                             eval "DEFAULT_$LINE" 
6796                           ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG 
6801           eval "$ac_cv_use_filedlg" 
6802           if test "$no_cache" != 1; then 
6803             echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
 
6806           if test "$wxUSE_FILEDLG" = yes; then 
6807             echo "$ac_t""yes" 1>&6 
6809             echo "$ac_t""no" 1>&6 
6813           echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6 
6814 echo "configure:6815: checking for --enable-filedlg" >&5 
6816           # Check whether --enable-filedlg or --disable-filedlg was given. 
6817 if test "${enable_filedlg+set}" = set; then 
6818   enableval
="$enable_filedlg" 
6820                           if test "$enableval" = yes; then 
6821                             ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=yes' 
6823                             ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=no' 
6828                           LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` 
6829                           if test "x$LINE" != x 
; then 
6830                             eval "DEFAULT_$LINE" 
6835                           ac_cv_use_filedlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG 
6840           eval "$ac_cv_use_filedlg" 
6841           if test "$no_cache" != 1; then 
6842             echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
 
6845           if test "$wxUSE_FINDREPLDLG" = yes; then 
6846             echo "$ac_t""yes" 1>&6 
6848             echo "$ac_t""no" 1>&6 
6852           echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6 
6853 echo "configure:6854: checking for --enable-fontdlg" >&5 
6855           # Check whether --enable-fontdlg or --disable-fontdlg was given. 
6856 if test "${enable_fontdlg+set}" = set; then 
6857   enableval
="$enable_fontdlg" 
6859                           if test "$enableval" = yes; then 
6860                             ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes' 
6862                             ac_cv_use_fontdlg
='wxUSE_FONTDLG=no' 
6867                           LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` 
6868                           if test "x$LINE" != x 
; then 
6869                             eval "DEFAULT_$LINE" 
6874                           ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG 
6879           eval "$ac_cv_use_fontdlg" 
6880           if test "$no_cache" != 1; then 
6881             echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
 
6884           if test "$wxUSE_FONTDLG" = yes; then 
6885             echo "$ac_t""yes" 1>&6 
6887             echo "$ac_t""no" 1>&6 
6891           echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6 
6892 echo "configure:6893: checking for --enable-dirdlg" >&5 
6894           # Check whether --enable-dirdlg or --disable-dirdlg was given. 
6895 if test "${enable_dirdlg+set}" = set; then 
6896   enableval
="$enable_dirdlg" 
6898                           if test "$enableval" = yes; then 
6899                             ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes' 
6901                             ac_cv_use_dirdlg
='wxUSE_DIRDLG=no' 
6906                           LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` 
6907                           if test "x$LINE" != x 
; then 
6908                             eval "DEFAULT_$LINE" 
6913                           ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG 
6918           eval "$ac_cv_use_dirdlg" 
6919           if test "$no_cache" != 1; then 
6920             echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
 
6923           if test "$wxUSE_DIRDLG" = yes; then 
6924             echo "$ac_t""yes" 1>&6 
6926             echo "$ac_t""no" 1>&6 
6930           echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6 
6931 echo "configure:6932: checking for --enable-msgdlg" >&5 
6933           # Check whether --enable-msgdlg or --disable-msgdlg was given. 
6934 if test "${enable_msgdlg+set}" = set; then 
6935   enableval
="$enable_msgdlg" 
6937                           if test "$enableval" = yes; then 
6938                             ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes' 
6940                             ac_cv_use_msgdlg
='wxUSE_MSGDLG=no' 
6945                           LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` 
6946                           if test "x$LINE" != x 
; then 
6947                             eval "DEFAULT_$LINE" 
6952                           ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG 
6957           eval "$ac_cv_use_msgdlg" 
6958           if test "$no_cache" != 1; then 
6959             echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
 
6962           if test "$wxUSE_MSGDLG" = yes; then 
6963             echo "$ac_t""yes" 1>&6 
6965             echo "$ac_t""no" 1>&6 
6969           echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6 
6970 echo "configure:6971: checking for --enable-numberdlg" >&5 
6972           # Check whether --enable-numberdlg or --disable-numberdlg was given. 
6973 if test "${enable_numberdlg+set}" = set; then 
6974   enableval
="$enable_numberdlg" 
6976                           if test "$enableval" = yes; then 
6977                             ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes' 
6979                             ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no' 
6984                           LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` 
6985                           if test "x$LINE" != x 
; then 
6986                             eval "DEFAULT_$LINE" 
6991                           ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG 
6996           eval "$ac_cv_use_numberdlg" 
6997           if test "$no_cache" != 1; then 
6998             echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
 
7001           if test "$wxUSE_NUMBERDLG" = yes; then 
7002             echo "$ac_t""yes" 1>&6 
7004             echo "$ac_t""no" 1>&6 
7008           echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6 
7009 echo "configure:7010: checking for --enable-splash" >&5 
7011           # Check whether --enable-splash or --disable-splash was given. 
7012 if test "${enable_splash+set}" = set; then 
7013   enableval
="$enable_splash" 
7015                           if test "$enableval" = yes; then 
7016                             ac_cv_use_splash
='wxUSE_SPLASH=yes' 
7018                             ac_cv_use_splash
='wxUSE_SPLASH=no' 
7023                           LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` 
7024                           if test "x$LINE" != x 
; then 
7025                             eval "DEFAULT_$LINE" 
7030                           ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH 
7035           eval "$ac_cv_use_splash" 
7036           if test "$no_cache" != 1; then 
7037             echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
 
7040           if test "$wxUSE_SPLASH" = yes; then 
7041             echo "$ac_t""yes" 1>&6 
7043             echo "$ac_t""no" 1>&6 
7047           echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6 
7048 echo "configure:7049: checking for --enable-textdlg" >&5 
7050           # Check whether --enable-textdlg or --disable-textdlg was given. 
7051 if test "${enable_textdlg+set}" = set; then 
7052   enableval
="$enable_textdlg" 
7054                           if test "$enableval" = yes; then 
7055                             ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes' 
7057                             ac_cv_use_textdlg
='wxUSE_TEXTDLG=no' 
7062                           LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` 
7063                           if test "x$LINE" != x 
; then 
7064                             eval "DEFAULT_$LINE" 
7069                           ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG 
7074           eval "$ac_cv_use_textdlg" 
7075           if test "$no_cache" != 1; then 
7076             echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
 
7079           if test "$wxUSE_TEXTDLG" = yes; then 
7080             echo "$ac_t""yes" 1>&6 
7082             echo "$ac_t""no" 1>&6 
7086           echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6 
7087 echo "configure:7088: checking for --enable-tipdlg" >&5 
7089           # Check whether --enable-tipdlg or --disable-tipdlg was given. 
7090 if test "${enable_tipdlg+set}" = set; then 
7091   enableval
="$enable_tipdlg" 
7093                           if test "$enableval" = yes; then 
7094                             ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes' 
7096                             ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no' 
7101                           LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` 
7102                           if test "x$LINE" != x 
; then 
7103                             eval "DEFAULT_$LINE" 
7108                           ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS 
7113           eval "$ac_cv_use_tipdlg" 
7114           if test "$no_cache" != 1; then 
7115             echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
 
7118           if test "$wxUSE_STARTUP_TIPS" = yes; then 
7119             echo "$ac_t""yes" 1>&6 
7121             echo "$ac_t""no" 1>&6 
7125           echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6 
7126 echo "configure:7127: checking for --enable-progressdlg" >&5 
7128           # Check whether --enable-progressdlg or --disable-progressdlg was given. 
7129 if test "${enable_progressdlg+set}" = set; then 
7130   enableval
="$enable_progressdlg" 
7132                           if test "$enableval" = yes; then 
7133                             ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes' 
7135                             ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no' 
7140                           LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` 
7141                           if test "x$LINE" != x 
; then 
7142                             eval "DEFAULT_$LINE" 
7147                           ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG 
7152           eval "$ac_cv_use_progressdlg" 
7153           if test "$no_cache" != 1; then 
7154             echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
 
7157           if test "$wxUSE_PROGRESSDLG" = yes; then 
7158             echo "$ac_t""yes" 1>&6 
7160             echo "$ac_t""no" 1>&6 
7164           echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6 
7165 echo "configure:7166: checking for --enable-wizarddlg" >&5 
7167           # Check whether --enable-wizarddlg or --disable-wizarddlg was given. 
7168 if test "${enable_wizarddlg+set}" = set; then 
7169   enableval
="$enable_wizarddlg" 
7171                           if test "$enableval" = yes; then 
7172                             ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes' 
7174                             ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no' 
7179                           LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` 
7180                           if test "x$LINE" != x 
; then 
7181                             eval "DEFAULT_$LINE" 
7186                           ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG 
7191           eval "$ac_cv_use_wizarddlg" 
7192           if test "$no_cache" != 1; then 
7193             echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
 
7196           if test "$wxUSE_WIZARDDLG" = yes; then 
7197             echo "$ac_t""yes" 1>&6 
7199             echo "$ac_t""no" 1>&6 
7205           echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6 
7206 echo "configure:7207: checking for --enable-menus" >&5 
7208           # Check whether --enable-menus or --disable-menus was given. 
7209 if test "${enable_menus+set}" = set; then 
7210   enableval
="$enable_menus" 
7212                           if test "$enableval" = yes; then 
7213                             ac_cv_use_menus
='wxUSE_MENUS=yes' 
7215                             ac_cv_use_menus
='wxUSE_MENUS=no' 
7220                           LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` 
7221                           if test "x$LINE" != x 
; then 
7222                             eval "DEFAULT_$LINE" 
7227                           ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS 
7232           eval "$ac_cv_use_menus" 
7233           if test "$no_cache" != 1; then 
7234             echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
 
7237           if test "$wxUSE_MENUS" = yes; then 
7238             echo "$ac_t""yes" 1>&6 
7240             echo "$ac_t""no" 1>&6 
7244           echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6 
7245 echo "configure:7246: checking for --enable-miniframe" >&5 
7247           # Check whether --enable-miniframe or --disable-miniframe was given. 
7248 if test "${enable_miniframe+set}" = set; then 
7249   enableval
="$enable_miniframe" 
7251                           if test "$enableval" = yes; then 
7252                             ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes' 
7254                             ac_cv_use_miniframe
='wxUSE_MINIFRAME=no' 
7259                           LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` 
7260                           if test "x$LINE" != x 
; then 
7261                             eval "DEFAULT_$LINE" 
7266                           ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME 
7271           eval "$ac_cv_use_miniframe" 
7272           if test "$no_cache" != 1; then 
7273             echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
 
7276           if test "$wxUSE_MINIFRAME" = yes; then 
7277             echo "$ac_t""yes" 1>&6 
7279             echo "$ac_t""no" 1>&6 
7283           echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6 
7284 echo "configure:7285: checking for --enable-tooltips" >&5 
7286           # Check whether --enable-tooltips or --disable-tooltips was given. 
7287 if test "${enable_tooltips+set}" = set; then 
7288   enableval
="$enable_tooltips" 
7290                           if test "$enableval" = yes; then 
7291                             ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes' 
7293                             ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no' 
7298                           LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` 
7299                           if test "x$LINE" != x 
; then 
7300                             eval "DEFAULT_$LINE" 
7305                           ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS 
7310           eval "$ac_cv_use_tooltips" 
7311           if test "$no_cache" != 1; then 
7312             echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
 
7315           if test "$wxUSE_TOOLTIPS" = yes; then 
7316             echo "$ac_t""yes" 1>&6 
7318             echo "$ac_t""no" 1>&6 
7322           echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6 
7323 echo "configure:7324: checking for --enable-splines" >&5 
7325           # Check whether --enable-splines or --disable-splines was given. 
7326 if test "${enable_splines+set}" = set; then 
7327   enableval
="$enable_splines" 
7329                           if test "$enableval" = yes; then 
7330                             ac_cv_use_splines
='wxUSE_SPLINES=yes' 
7332                             ac_cv_use_splines
='wxUSE_SPLINES=no' 
7337                           LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` 
7338                           if test "x$LINE" != x 
; then 
7339                             eval "DEFAULT_$LINE" 
7344                           ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES 
7349           eval "$ac_cv_use_splines" 
7350           if test "$no_cache" != 1; then 
7351             echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
 
7354           if test "$wxUSE_SPLINES" = yes; then 
7355             echo "$ac_t""yes" 1>&6 
7357             echo "$ac_t""no" 1>&6 
7361           echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6 
7362 echo "configure:7363: checking for --enable-validators" >&5 
7364           # Check whether --enable-validators or --disable-validators was given. 
7365 if test "${enable_validators+set}" = set; then 
7366   enableval
="$enable_validators" 
7368                           if test "$enableval" = yes; then 
7369                             ac_cv_use_validators
='wxUSE_VALIDATORS=yes' 
7371                             ac_cv_use_validators
='wxUSE_VALIDATORS=no' 
7376                           LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` 
7377                           if test "x$LINE" != x 
; then 
7378                             eval "DEFAULT_$LINE" 
7383                           ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS 
7388           eval "$ac_cv_use_validators" 
7389           if test "$no_cache" != 1; then 
7390             echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
 
7393           if test "$wxUSE_VALIDATORS" = yes; then 
7394             echo "$ac_t""yes" 1>&6 
7396             echo "$ac_t""no" 1>&6 
7400           echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6 
7401 echo "configure:7402: checking for --enable-busyinfo" >&5 
7403           # Check whether --enable-busyinfo or --disable-busyinfo was given. 
7404 if test "${enable_busyinfo+set}" = set; then 
7405   enableval
="$enable_busyinfo" 
7407                           if test "$enableval" = yes; then 
7408                             ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes' 
7410                             ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no' 
7415                           LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` 
7416                           if test "x$LINE" != x 
; then 
7417                             eval "DEFAULT_$LINE" 
7422                           ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO 
7427           eval "$ac_cv_use_busyinfo" 
7428           if test "$no_cache" != 1; then 
7429             echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
 
7432           if test "$wxUSE_BUSYINFO" = yes; then 
7433             echo "$ac_t""yes" 1>&6 
7435             echo "$ac_t""no" 1>&6 
7439           echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6 
7440 echo "configure:7441: checking for --enable-joystick" >&5 
7442           # Check whether --enable-joystick or --disable-joystick was given. 
7443 if test "${enable_joystick+set}" = set; then 
7444   enableval
="$enable_joystick" 
7446                           if test "$enableval" = yes; then 
7447                             ac_cv_use_joystick
='wxUSE_JOYSTICK=yes' 
7449                             ac_cv_use_joystick
='wxUSE_JOYSTICK=no' 
7454                           LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` 
7455                           if test "x$LINE" != x 
; then 
7456                             eval "DEFAULT_$LINE" 
7461                           ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK 
7466           eval "$ac_cv_use_joystick" 
7467           if test "$no_cache" != 1; then 
7468             echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
 
7471           if test "$wxUSE_JOYSTICK" = yes; then 
7472             echo "$ac_t""yes" 1>&6 
7474             echo "$ac_t""no" 1>&6 
7478           echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 
7479 echo "configure:7480: checking for --enable-metafile" >&5 
7481           # Check whether --enable-metafile or --disable-metafile was given. 
7482 if test "${enable_metafile+set}" = set; then 
7483   enableval
="$enable_metafile" 
7485                           if test "$enableval" = yes; then 
7486                             ac_cv_use_metafile
='wxUSE_METAFILE=yes' 
7488                             ac_cv_use_metafile
='wxUSE_METAFILE=no' 
7493                           LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` 
7494                           if test "x$LINE" != x 
; then 
7495                             eval "DEFAULT_$LINE" 
7500                           ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE 
7505           eval "$ac_cv_use_metafile" 
7506           if test "$no_cache" != 1; then 
7507             echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
 
7510           if test "$wxUSE_METAFILE" = yes; then 
7511             echo "$ac_t""yes" 1>&6 
7513             echo "$ac_t""no" 1>&6 
7517           echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6 
7518 echo "configure:7519: checking for --enable-dragimage" >&5 
7520           # Check whether --enable-dragimage or --disable-dragimage was given. 
7521 if test "${enable_dragimage+set}" = set; then 
7522   enableval
="$enable_dragimage" 
7524                           if test "$enableval" = yes; then 
7525                             ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes' 
7527                             ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no' 
7532                           LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` 
7533                           if test "x$LINE" != x 
; then 
7534                             eval "DEFAULT_$LINE" 
7539                           ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE 
7544           eval "$ac_cv_use_dragimage" 
7545           if test "$no_cache" != 1; then 
7546             echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
 
7549           if test "$wxUSE_DRAGIMAGE" = yes; then 
7550             echo "$ac_t""yes" 1>&6 
7552             echo "$ac_t""no" 1>&6 
7558           echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6 
7559 echo "configure:7560: checking for --enable-palette" >&5 
7561           # Check whether --enable-palette or --disable-palette was given. 
7562 if test "${enable_palette+set}" = set; then 
7563   enableval
="$enable_palette" 
7565                           if test "$enableval" = yes; then 
7566                             ac_cv_use_palette
='wxUSE_PALETTE=yes' 
7568                             ac_cv_use_palette
='wxUSE_PALETTE=no' 
7573                           LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` 
7574                           if test "x$LINE" != x 
; then 
7575                             eval "DEFAULT_$LINE" 
7580                           ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE 
7585           eval "$ac_cv_use_palette" 
7586           if test "$no_cache" != 1; then 
7587             echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
 
7590           if test "$wxUSE_PALETTE" = yes; then 
7591             echo "$ac_t""yes" 1>&6 
7593             echo "$ac_t""no" 1>&6 
7597           echo $ac_n "checking for --enable-image""... $ac_c" 1>&6 
7598 echo "configure:7599: checking for --enable-image" >&5 
7600           # Check whether --enable-image or --disable-image was given. 
7601 if test "${enable_image+set}" = set; then 
7602   enableval
="$enable_image" 
7604                           if test "$enableval" = yes; then 
7605                             ac_cv_use_image
='wxUSE_IMAGE=yes' 
7607                             ac_cv_use_image
='wxUSE_IMAGE=no' 
7612                           LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` 
7613                           if test "x$LINE" != x 
; then 
7614                             eval "DEFAULT_$LINE" 
7619                           ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE 
7624           eval "$ac_cv_use_image" 
7625           if test "$no_cache" != 1; then 
7626             echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
 
7629           if test "$wxUSE_IMAGE" = yes; then 
7630             echo "$ac_t""yes" 1>&6 
7632             echo "$ac_t""no" 1>&6 
7636           echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6 
7637 echo "configure:7638: checking for --enable-gif" >&5 
7639           # Check whether --enable-gif or --disable-gif was given. 
7640 if test "${enable_gif+set}" = set; then 
7641   enableval
="$enable_gif" 
7643                           if test "$enableval" = yes; then 
7644                             ac_cv_use_gif
='wxUSE_GIF=yes' 
7646                             ac_cv_use_gif
='wxUSE_GIF=no' 
7651                           LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}` 
7652                           if test "x$LINE" != x 
; then 
7653                             eval "DEFAULT_$LINE" 
7658                           ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF 
7663           eval "$ac_cv_use_gif" 
7664           if test "$no_cache" != 1; then 
7665             echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
 
7668           if test "$wxUSE_GIF" = yes; then 
7669             echo "$ac_t""yes" 1>&6 
7671             echo "$ac_t""no" 1>&6 
7675           echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6 
7676 echo "configure:7677: checking for --enable-pcx" >&5 
7678           # Check whether --enable-pcx or --disable-pcx was given. 
7679 if test "${enable_pcx+set}" = set; then 
7680   enableval
="$enable_pcx" 
7682                           if test "$enableval" = yes; then 
7683                             ac_cv_use_pcx
='wxUSE_PCX=yes' 
7685                             ac_cv_use_pcx
='wxUSE_PCX=no' 
7690                           LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}` 
7691                           if test "x$LINE" != x 
; then 
7692                             eval "DEFAULT_$LINE" 
7697                           ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX 
7702           eval "$ac_cv_use_pcx" 
7703           if test "$no_cache" != 1; then 
7704             echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
 
7707           if test "$wxUSE_PCX" = yes; then 
7708             echo "$ac_t""yes" 1>&6 
7710             echo "$ac_t""no" 1>&6 
7714           echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6 
7715 echo "configure:7716: checking for --enable-pnm" >&5 
7717           # Check whether --enable-pnm or --disable-pnm was given. 
7718 if test "${enable_pnm+set}" = set; then 
7719   enableval
="$enable_pnm" 
7721                           if test "$enableval" = yes; then 
7722                             ac_cv_use_pnm
='wxUSE_PNM=yes' 
7724                             ac_cv_use_pnm
='wxUSE_PNM=no' 
7729                           LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}` 
7730                           if test "x$LINE" != x 
; then 
7731                             eval "DEFAULT_$LINE" 
7736                           ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM 
7741           eval "$ac_cv_use_pnm" 
7742           if test "$no_cache" != 1; then 
7743             echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
 
7746           if test "$wxUSE_PNM" = yes; then 
7747             echo "$ac_t""yes" 1>&6 
7749             echo "$ac_t""no" 1>&6 
7753           echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6 
7754 echo "configure:7755: checking for --enable-pnm" >&5 
7756           # Check whether --enable-pnm or --disable-pnm was given. 
7757 if test "${enable_pnm+set}" = set; then 
7758   enableval
="$enable_pnm" 
7760                           if test "$enableval" = yes; then 
7761                             ac_cv_use_pnm
='wxUSE_XPM=yes' 
7763                             ac_cv_use_pnm
='wxUSE_XPM=no' 
7768                           LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}` 
7769                           if test "x$LINE" != x 
; then 
7770                             eval "DEFAULT_$LINE" 
7775                           ac_cv_use_pnm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM 
7780           eval "$ac_cv_use_pnm" 
7781           if test "$no_cache" != 1; then 
7782             echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
 
7785           if test "$wxUSE_XPM" = yes; then 
7786             echo "$ac_t""yes" 1>&6 
7788             echo "$ac_t""no" 1>&6 
7795           echo "saving argument cache $wx_arg_cache_file" 
7796           mv ${wx_arg_cache_file}.tmp 
${wx_arg_cache_file} 
7800 echo $ac_n "checking for toolkit""... $ac_c" 1>&6 
7801 echo "configure:7802: checking for toolkit" >&5 
7803 if test "$wxUSE_GUI" = "yes"; then 
7805     if test "$USE_BEOS" = 1; then 
7806         { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } 
7809     if test "$TOOLKIT_GIVEN" = 1; then 
7810             for toolkit 
in `echo $ALL_TOOLKITS`; do 
7812         eval "value=\$${var}" 
7813         eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`" 
7816             for toolkit 
in `echo $ALL_TOOLKITS`; do 
7817         if test "$has_toolkit_in_cache" != 1; then 
7818           var
=DEFAULT_DEFAULT_wxUSE_
$toolkit 
7820           var
=DEFAULT_wxUSE_
$toolkit 
7822         eval "wxUSE_$toolkit=\$${var}" 
7826             NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0}  \ 
7827                   + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} \ 
7831       *-pc-os2_emx | *-pc-os2-emx ) 
7832         # PATH_IFS is autodetected by OS/2's configure (usually ';') 
7833         NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` 
7842     case "$NUM_TOOLKITS" in 
7846         { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; } 
7849         { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; } 
7852         for toolkit 
in `echo $ALL_TOOLKITS`; do 
7854       eval "value=\$${var}" 
7855       if test "x$value" != x
; then 
7856         cache_var
=CACHE_
$toolkit 
7857         eval "cache=\$${cache_var}" 
7858         if test "$cache" = 1; then 
7859           echo "$var=$value" >> ${wx_arg_cache_file} 
7861         if test "$value" = 1; then 
7862           toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]` 
7863           echo "$ac_t""$toolkit_echo" 1>&6 
7869     echo "$ac_t""base ($host_alias hosted) only" 1>&6 
7873 cat > confcache 
<<\EOF
 
7874 # This file is a shell script that caches the results of configure 
7875 # tests run on this system so they can be shared between configure 
7876 # scripts and configure runs.  It is not useful on other systems. 
7877 # If it contains results you don't want to keep, you may remove or edit it. 
7879 # By default, configure uses ./config.cache as the cache file, 
7880 # creating it if it does not exist already.  You can give configure 
7881 # the --cache-file=FILE option to use a different cache file; that is 
7882 # what configure does when it calls configure scripts in 
7883 # subdirectories, so they share the cache. 
7884 # Giving --cache-file=/dev/null disables caching, for debugging configure. 
7885 # config.status only pays attention to the cache file if you give it the 
7886 # --recheck option to rerun configure. 
7889 # The following way of writing the cache mishandles newlines in values, 
7890 # but we know of no workaround that is simple, portable, and efficient. 
7891 # So, don't put newlines in cache variables' values. 
7892 # Ultrix sh set writes to stderr and can't be redirected directly, 
7893 # and sets the high bit in the cache file unless we assign to the vars. 
7895   case `(ac_space=' '; set | grep ac_space) 2>&1` in 
7897     # `set' does not quote correctly, so add quotes (double-quote substitution 
7898     # turns \\\\ into \\, and sed turns \\ into \). 
7900       -e "s/'/'\\\\''/g" \
 
7901       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 
7904     # `set' quotes correctly as required by POSIX, so do not add quotes. 
7905     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 
7908 if cmp -s $cache_file confcache
; then 
7911   if test -w $cache_file; then 
7912     echo "updating cache $cache_file" 
7913     cat confcache 
> $cache_file 
7915     echo "not updating unwritable cache $cache_file" 
7921 if test "$build" != "$host" ; then 
7922     if test "$USE_WIN32" = 1 ; then 
7926         RANLIB
=$host_alias-ranlib 
7927         DLLTOOL
=$host_alias-dlltool 
7928         RESCOMP
=$host_alias-windres 
7931         STRIP
=$host_alias-strip 
7933         { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; } 
7937 # Extract the first word of "gcc", so it can be a program name with args. 
7938 set dummy gcc
; ac_word
=$2 
7939 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
7940 echo "configure:7941: checking for $ac_word" >&5 
7941 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
7942   echo $ac_n "(cached) $ac_c" 1>&6 
7944   if test -n "$CC"; then 
7945   ac_cv_prog_CC
="$CC" # Let the user override the test. 
7947   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
7949   for ac_dir 
in $ac_dummy; do 
7950     test -z "$ac_dir" && ac_dir
=.
 
7951     if test -f $ac_dir/$ac_word; then 
7960 if test -n "$CC"; then 
7961   echo "$ac_t""$CC" 1>&6 
7963   echo "$ac_t""no" 1>&6 
7966 if test -z "$CC"; then 
7967   # Extract the first word of "cc", so it can be a program name with args. 
7968 set dummy cc
; ac_word
=$2 
7969 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
7970 echo "configure:7971: checking for $ac_word" >&5 
7971 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
7972   echo $ac_n "(cached) $ac_c" 1>&6 
7974   if test -n "$CC"; then 
7975   ac_cv_prog_CC
="$CC" # Let the user override the test. 
7977   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
7980   for ac_dir 
in $ac_dummy; do 
7981     test -z "$ac_dir" && ac_dir
=.
 
7982     if test -f $ac_dir/$ac_word; then 
7983       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 
7984         ac_prog_rejected
=yes 
7992 if test $ac_prog_rejected = yes; then 
7993   # We found a bogon in the path, so make sure we never use it. 
7994   set dummy 
$ac_cv_prog_CC 
7996   if test $# -gt 0; then 
7997     # We chose a different compiler from the bogus one. 
7998     # However, it has the same basename, so the bogon will be chosen 
7999     # first if we set CC to just the basename; use the full file name. 
8001     set dummy 
"$ac_dir/$ac_word" "$@" 
8009 if test -n "$CC"; then 
8010   echo "$ac_t""$CC" 1>&6 
8012   echo "$ac_t""no" 1>&6 
8015   if test -z "$CC"; then 
8016     case "`uname -s`" in 
8018       # Extract the first word of "cl", so it can be a program name with args. 
8019 set dummy cl
; ac_word
=$2 
8020 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8021 echo "configure:8022: checking for $ac_word" >&5 
8022 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 
8023   echo $ac_n "(cached) $ac_c" 1>&6 
8025   if test -n "$CC"; then 
8026   ac_cv_prog_CC
="$CC" # Let the user override the test. 
8028   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8030   for ac_dir 
in $ac_dummy; do 
8031     test -z "$ac_dir" && ac_dir
=.
 
8032     if test -f $ac_dir/$ac_word; then 
8041 if test -n "$CC"; then 
8042   echo "$ac_t""$CC" 1>&6 
8044   echo "$ac_t""no" 1>&6 
8049   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 
8052 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
8053 echo "configure:8054: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 
8056 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
8057 ac_cpp
='$CPP $CPPFLAGS' 
8058 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
8059 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
8060 cross_compiling
=$ac_cv_prog_cc_cross 
8062 cat > conftest.
$ac_ext << EOF 
8064 #line 8065 "configure" 
8065 #include "confdefs.h" 
8069 if { (eval echo configure
:8070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
8070   ac_cv_prog_cc_works
=yes 
8071   # If we can't run a trivial program, we are probably using a cross compiler. 
8072   if (.
/conftest
; exit) 2>/dev
/null
; then 
8073     ac_cv_prog_cc_cross
=no
 
8075     ac_cv_prog_cc_cross
=yes 
8078   echo "configure: failed program was:" >&5 
8079   cat conftest.
$ac_ext >&5 
8080   ac_cv_prog_cc_works
=no
 
8084 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
8085 ac_cpp
='$CPP $CPPFLAGS' 
8086 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
8087 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
8088 cross_compiling
=$ac_cv_prog_cc_cross 
8090 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 
8091 if test $ac_cv_prog_cc_works = no
; then 
8092   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } 
8094 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
8095 echo "configure:8096: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 
8096 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 
8097 cross_compiling
=$ac_cv_prog_cc_cross 
8099 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 
8100 echo "configure:8101: checking whether we are using GNU C" >&5 
8101 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 
8102   echo $ac_n "(cached) $ac_c" 1>&6 
8104   cat > conftest.c 
<<EOF 
8109 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:8110: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null 
2>&1; then 
8116 echo "$ac_t""$ac_cv_prog_gcc" 1>&6 
8118 if test $ac_cv_prog_gcc = yes; then 
8124 ac_test_CFLAGS
="${CFLAGS+set}" 
8125 ac_save_CFLAGS
="$CFLAGS" 
8127 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 
8128 echo "configure:8129: checking whether ${CC-cc} accepts -g" >&5 
8129 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 
8130   echo $ac_n "(cached) $ac_c" 1>&6 
8132   echo 'void f(){}' > conftest.c
 
8133 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then 
8142 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 
8143 if test "$ac_test_CFLAGS" = set; then 
8144   CFLAGS
="$ac_save_CFLAGS" 
8145 elif test $ac_cv_prog_cc_g = yes; then 
8146   if test "$GCC" = yes; then 
8152   if test "$GCC" = yes; then 
8160 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'` 
8162 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 
8163 echo "configure:8164: checking how to run the C preprocessor" >&5 
8164 # On Suns, sometimes $CPP names a directory. 
8165 if test -n "$CPP" && test -d "$CPP"; then 
8168 if test -z "$CPP"; then 
8169 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then 
8170   echo $ac_n "(cached) $ac_c" 1>&6 
8172     # This must be in double quotes, not single quotes, because CPP may get 
8173   # substituted into the Makefile and "${CC-cc}" will confuse make. 
8175   # On the NeXT, cc -E runs the code through the compiler's parser, 
8176   # not just through cpp. 
8177   cat > conftest.
$ac_ext <<EOF 
8178 #line 8179 "configure" 
8179 #include "confdefs.h" 
8183 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
8184 { (eval echo configure
:8185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
8185 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
8186 if test -z "$ac_err"; then 
8190   echo "configure: failed program was:" >&5 
8191   cat conftest.
$ac_ext >&5 
8193   CPP
="${CC-cc} -E -traditional-cpp" 
8194   cat > conftest.
$ac_ext <<EOF 
8195 #line 8196 "configure" 
8196 #include "confdefs.h" 
8200 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
8201 { (eval echo configure
:8202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
8202 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
8203 if test -z "$ac_err"; then 
8207   echo "configure: failed program was:" >&5 
8208   cat conftest.
$ac_ext >&5 
8210   CPP
="${CC-cc} -nologo -E" 
8211   cat > conftest.
$ac_ext <<EOF 
8212 #line 8213 "configure" 
8213 #include "confdefs.h" 
8217 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
8218 { (eval echo configure
:8219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
8219 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
8220 if test -z "$ac_err"; then 
8224   echo "configure: failed program was:" >&5 
8225   cat conftest.
$ac_ext >&5 
8234   ac_cv_prog_CPP
="$CPP" 
8236   CPP
="$ac_cv_prog_CPP" 
8238   ac_cv_prog_CPP
="$CPP" 
8240 echo "$ac_t""$CPP" 1>&6 
8242 if test $ac_cv_prog_gcc = yes; then 
8243     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 
8244 echo "configure:8245: checking whether ${CC-cc} needs -traditional" >&5 
8245 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 
8246   echo $ac_n "(cached) $ac_c" 1>&6 
8248     ac_pattern
="Autoconf.*'x'" 
8249   cat > conftest.
$ac_ext <<EOF 
8250 #line 8251 "configure" 
8251 #include "confdefs.h" 
8255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
8256   egrep "$ac_pattern" >/dev
/null 
2>&1; then 
8258   ac_cv_prog_gcc_traditional
=yes 
8261   ac_cv_prog_gcc_traditional
=no
 
8266   if test $ac_cv_prog_gcc_traditional = no
; then 
8267     cat > conftest.
$ac_ext <<EOF 
8268 #line 8269 "configure" 
8269 #include "confdefs.h" 
8273 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
8274   egrep "$ac_pattern" >/dev
/null 
2>&1; then 
8276   ac_cv_prog_gcc_traditional
=yes 
8283 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 
8284   if test $ac_cv_prog_gcc_traditional = yes; then 
8285     CC
="$CC -traditional" 
8292 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
8293 ac_cpp
='$CXXCPP $CPPFLAGS' 
8294 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
8295 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
8296 cross_compiling
=$ac_cv_prog_cxx_cross 
8299 for ac_prog 
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
 
8301 # Extract the first word of "$ac_prog", so it can be a program name with args. 
8302 set dummy 
$ac_prog; ac_word
=$2 
8303 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8304 echo "configure:8305: checking for $ac_word" >&5 
8305 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 
8306   echo $ac_n "(cached) $ac_c" 1>&6 
8308   if test -n "$CXX"; then 
8309   ac_cv_prog_CXX
="$CXX" # Let the user override the test. 
8311   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8313   for ac_dir 
in $ac_dummy; do 
8314     test -z "$ac_dir" && ac_dir
=.
 
8315     if test -f $ac_dir/$ac_word; then 
8316       ac_cv_prog_CXX
="$ac_prog" 
8323 CXX
="$ac_cv_prog_CXX" 
8324 if test -n "$CXX"; then 
8325   echo "$ac_t""$CXX" 1>&6 
8327   echo "$ac_t""no" 1>&6 
8330 test -n "$CXX" && break 
8332 test -n "$CXX" || CXX
="gcc" 
8335 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 
8336 echo "configure:8337: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 
8339 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
8340 ac_cpp
='$CXXCPP $CPPFLAGS' 
8341 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
8342 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
8343 cross_compiling
=$ac_cv_prog_cxx_cross 
8345 cat > conftest.
$ac_ext << EOF 
8347 #line 8348 "configure" 
8348 #include "confdefs.h" 
8350 int main(){return(0);} 
8352 if { (eval echo configure
:8353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
8353   ac_cv_prog_cxx_works
=yes 
8354   # If we can't run a trivial program, we are probably using a cross compiler. 
8355   if (.
/conftest
; exit) 2>/dev
/null
; then 
8356     ac_cv_prog_cxx_cross
=no
 
8358     ac_cv_prog_cxx_cross
=yes 
8361   echo "configure: failed program was:" >&5 
8362   cat conftest.
$ac_ext >&5 
8363   ac_cv_prog_cxx_works
=no
 
8367 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
8368 ac_cpp
='$CXXCPP $CPPFLAGS' 
8369 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
8370 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
8371 cross_compiling
=$ac_cv_prog_cxx_cross 
8373 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 
8374 if test $ac_cv_prog_cxx_works = no
; then 
8375   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } 
8377 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 
8378 echo "configure:8379: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 
8379 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 
8380 cross_compiling
=$ac_cv_prog_cxx_cross 
8382 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 
8383 echo "configure:8384: checking whether we are using GNU C++" >&5 
8384 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 
8385   echo $ac_n "(cached) $ac_c" 1>&6 
8387   cat > conftest.C 
<<EOF 
8392 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:8393: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null 
2>&1; then 
8399 echo "$ac_t""$ac_cv_prog_gxx" 1>&6 
8401 if test $ac_cv_prog_gxx = yes; then 
8407 ac_test_CXXFLAGS
="${CXXFLAGS+set}" 
8408 ac_save_CXXFLAGS
="$CXXFLAGS" 
8410 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 
8411 echo "configure:8412: checking whether ${CXX-g++} accepts -g" >&5 
8412 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 
8413   echo $ac_n "(cached) $ac_c" 1>&6 
8415   echo 'void f(){}' > conftest.cc
 
8416 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then 
8417   ac_cv_prog_cxx_g
=yes 
8425 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 
8426 if test "$ac_test_CXXFLAGS" = set; then 
8427   CXXFLAGS
="$ac_save_CXXFLAGS" 
8428 elif test $ac_cv_prog_cxx_g = yes; then 
8429   if test "$GXX" = yes; then 
8435   if test "$GXX" = yes; then 
8443 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'` 
8446 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
8447 ac_cpp
='$CPP $CPPFLAGS' 
8448 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
8449 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
8450 cross_compiling
=$ac_cv_prog_cc_cross 
8453 # Extract the first word of "ranlib", so it can be a program name with args. 
8454 set dummy ranlib
; ac_word
=$2 
8455 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8456 echo "configure:8457: checking for $ac_word" >&5 
8457 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
8458   echo $ac_n "(cached) $ac_c" 1>&6 
8460   if test -n "$RANLIB"; then 
8461   ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test. 
8463   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8465   for ac_dir 
in $ac_dummy; do 
8466     test -z "$ac_dir" && ac_dir
=.
 
8467     if test -f $ac_dir/$ac_word; then 
8468       ac_cv_prog_RANLIB
="ranlib" 
8473   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":" 
8476 RANLIB
="$ac_cv_prog_RANLIB" 
8477 if test -n "$RANLIB"; then 
8478   echo "$ac_t""$RANLIB" 1>&6 
8480   echo "$ac_t""no" 1>&6 
8484 # Extract the first word of "ar", so it can be a program name with args. 
8485 set dummy 
ar; ac_word
=$2 
8486 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8487 echo "configure:8488: checking for $ac_word" >&5 
8488 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 
8489   echo $ac_n "(cached) $ac_c" 1>&6 
8491   if test -n "$AR"; then 
8492   ac_cv_prog_AR
="$AR" # Let the user override the test. 
8494   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8496   for ac_dir 
in $ac_dummy; do 
8497     test -z "$ac_dir" && ac_dir
=.
 
8498     if test -f $ac_dir/$ac_word; then 
8504   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar" 
8508 if test -n "$AR"; then 
8509   echo "$ac_t""$AR" 1>&6 
8511   echo "$ac_t""no" 1>&6 
8515 # Find a good install program.  We prefer a C program (faster), 
8516 # so one script is as good as another.  But avoid the broken or 
8517 # incompatible versions: 
8518 # SysV /etc/install, /usr/sbin/install 
8519 # SunOS /usr/etc/install 
8520 # IRIX /sbin/install 
8522 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 
8523 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 
8524 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 
8525 # ./install, which can be erroneously created by make from ./install.sh. 
8526 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 
8527 echo "configure:8528: checking for a BSD compatible install" >&5 
8528 if test -z "$INSTALL"; then 
8529 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 
8530   echo $ac_n "(cached) $ac_c" 1>&6 
8532     IFS
="${IFS=         }"; ac_save_IFS
="$IFS"; IFS
=":" 
8533   for ac_dir 
in $PATH; do 
8534     # Account for people who put trailing slashes in PATH elements. 
8536     /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;; 
8538       # OSF1 and SCO ODT 3.0 have their own names for install. 
8539       # Don't use installbsd from OSF since it installs stuff as root 
8541       for ac_prog 
in ginstall scoinst 
install; do 
8542         if test -f $ac_dir/$ac_prog; then 
8543           if test $ac_prog = install && 
8544             grep dspmsg 
$ac_dir/$ac_prog >/dev
/null 
2>&1; then 
8545             # AIX install.  It has an incompatible calling convention. 
8548             ac_cv_path_install
="$ac_dir/$ac_prog -c" 
8559   if test "${ac_cv_path_install+set}" = set; then 
8560     INSTALL
="$ac_cv_path_install" 
8562     # As a last resort, use the slow shell script.  We don't cache a 
8563     # path for INSTALL within a source directory, because that will 
8564     # break other packages using the cache if that directory is 
8565     # removed, or if the path is relative. 
8566     INSTALL
="$ac_install_sh" 
8569 echo "$ac_t""$INSTALL" 1>&6 
8571 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 
8572 # It thinks the first close brace ends the variable substitution. 
8573 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}' 
8575 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}' 
8577 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644' 
8580 # Extract the first word of "strip", so it can be a program name with args. 
8581 set dummy strip
; ac_word
=$2 
8582 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8583 echo "configure:8584: checking for $ac_word" >&5 
8584 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 
8585   echo $ac_n "(cached) $ac_c" 1>&6 
8587   if test -n "$STRIP"; then 
8588   ac_cv_prog_STRIP
="$STRIP" # Let the user override the test. 
8590   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8592   for ac_dir 
in $ac_dummy; do 
8593     test -z "$ac_dir" && ac_dir
=.
 
8594     if test -f $ac_dir/$ac_word; then 
8595       ac_cv_prog_STRIP
="strip" 
8600   test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true" 
8603 STRIP
="$ac_cv_prog_STRIP" 
8604 if test -n "$STRIP"; then 
8605   echo "$ac_t""$STRIP" 1>&6 
8607   echo "$ac_t""no" 1>&6 
8611 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6 
8612 echo "configure:8613: checking make for VPATH support" >&5 
8613 cat - << EOF > confMake 
8619 if test ! -d sub 
; then 
8622 echo dummy 
> sub
/file 
8623 ${MAKE-make} -f confMake VPATH
=sub 
2>&5 > /dev
/null
 
8625 rm -f sub
/file check final_file confMake
 
8627 if test "$RESULT" = 0; then 
8628   echo "$ac_t""yes" 1>&6 
8630   echo "$ac_t""no" 1>&6 
8631   { echo "configure: error:  
8632 You need a make-utility that is able to use the variable 
8634 If your version of make does not support VPATH correctly, 
8635 please install GNU-make (possibly as gmake), and start 
8636 configure with the following command: 
8637 export MAKE=gmake; ./configure  for sh-type shells 
8638 setenv MAKE gmake; ./configure  for csh-type shells 
8639 Also please do remember to use gmake in this case every time 
8640 you are trying to compile. 
8644 for ac_prog 
in 'bison -y' byacc
 
8646 # Extract the first word of "$ac_prog", so it can be a program name with args. 
8647 set dummy 
$ac_prog; ac_word
=$2 
8648 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8649 echo "configure:8650: checking for $ac_word" >&5 
8650 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 
8651   echo $ac_n "(cached) $ac_c" 1>&6 
8653   if test -n "$YACC"; then 
8654   ac_cv_prog_YACC
="$YACC" # Let the user override the test. 
8656   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8658   for ac_dir 
in $ac_dummy; do 
8659     test -z "$ac_dir" && ac_dir
=.
 
8660     if test -f $ac_dir/$ac_word; then 
8661       ac_cv_prog_YACC
="$ac_prog" 
8668 YACC
="$ac_cv_prog_YACC" 
8669 if test -n "$YACC"; then 
8670   echo "$ac_t""$YACC" 1>&6 
8672   echo "$ac_t""no" 1>&6 
8675 test -n "$YACC" && break 
8677 test -n "$YACC" || YACC
="yacc" 
8680 # Extract the first word of "flex", so it can be a program name with args. 
8681 set dummy flex
; ac_word
=$2 
8682 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
8683 echo "configure:8684: checking for $ac_word" >&5 
8684 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 
8685   echo $ac_n "(cached) $ac_c" 1>&6 
8687   if test -n "$LEX"; then 
8688   ac_cv_prog_LEX
="$LEX" # Let the user override the test. 
8690   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
8692   for ac_dir 
in $ac_dummy; do 
8693     test -z "$ac_dir" && ac_dir
=.
 
8694     if test -f $ac_dir/$ac_word; then 
8695       ac_cv_prog_LEX
="flex" 
8700   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex" 
8703 LEX
="$ac_cv_prog_LEX" 
8704 if test -n "$LEX"; then 
8705   echo "$ac_t""$LEX" 1>&6 
8707   echo "$ac_t""no" 1>&6 
8710 if test -z "$LEXLIB" 
8716   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 
8717 echo "configure:8718: checking for yywrap in -l$ac_lib" >&5 
8718 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 
8719 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
8720   echo $ac_n "(cached) $ac_c" 1>&6 
8722   ac_save_LIBS
="$LIBS" 
8723 LIBS
="-l$ac_lib  $LIBS" 
8724 cat > conftest.
$ac_ext <<EOF 
8725 #line 8726 "configure" 
8726 #include "confdefs.h" 
8727 /* Override any gcc2 internal prototype to avoid an error.  */ 
8728 /* We use char because int might match the return type of a gcc2 
8729     builtin and then its argument prototype would still apply.  */ 
8736 if { (eval echo configure
:8737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
8738   eval "ac_cv_lib_$ac_lib_var=yes" 
8740   echo "configure: failed program was:" >&5 
8741   cat conftest.
$ac_ext >&5 
8743   eval "ac_cv_lib_$ac_lib_var=no" 
8746 LIBS
="$ac_save_LIBS" 
8749 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
8750   echo "$ac_t""yes" 1>&6 
8753   echo "$ac_t""no" 1>&6 
8759 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 
8760 echo "configure:8761: checking whether ln -s works" >&5 
8761 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 
8762   echo $ac_n "(cached) $ac_c" 1>&6 
8765 if ln -s X conftestdata 
2>/dev
/null
 
8768   ac_cv_prog_LN_S
="ln -s" 
8773 LN_S
="$ac_cv_prog_LN_S" 
8774 if test "$ac_cv_prog_LN_S" = "ln -s"; then 
8775   echo "$ac_t""yes" 1>&6 
8777   echo "$ac_t""no" 1>&6 
8783     /usr/local/include        \ 
8785     /usr/Motif-1.2/include    \ 
8786     /usr/Motif-2.1/include    \ 
8788     /usr/include/Motif1.2     \ 
8789     /opt/xpm/include/X11      \ 
8790     /opt/GBxpm/include/       \ 
8791     /opt/GBxpm/X11/include/   \ 
8793     /usr/Motif1.2/include     \ 
8795     /usr/openwin/include      \ 
8799     /usr/X11R6/include        \ 
8800     /usr/X11R6.4/include      \ 
8801     /usr/X11R5/include        \ 
8802     /usr/X11R4/include        \ 
8804     /usr/include/X11R6        \ 
8805     /usr/include/X11R5        \ 
8806     /usr/include/X11R4        \ 
8808     /usr/local/X11R6/include  \ 
8809     /usr/local/X11R5/include  \ 
8810     /usr/local/X11R4/include  \ 
8812     /usr/local/include/X11R6  \ 
8813     /usr/local/include/X11R5  \ 
8814     /usr/local/include/X11R4  \ 
8818     /usr/local/X11/include    \ 
8819     /usr/local/include/X11    \ 
8823     /usr/XFree86/include/X11  \ 
8825     X:/XFree86/include        \ 
8826     X:/XFree86/include/X11    \ 
8829     /usr/local/include/gtk    \ 
8831     /usr/local/include/glib   \ 
8834     /usr/local/include/qt     \ 
8836     /usr/include/windows      \ 
8838     /usr/local/include/wine   \ 
8840     /usr/unsupported/include  \ 
8841     /usr/athena/include       \ 
8842     /usr/local/x11r5/include  \ 
8843     /usr/lpp/Xamples/include  \ 
8845     /usr/openwin/share/include \ 
8849 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " 
8852 cat > confcache 
<<\EOF
 
8853 # This file is a shell script that caches the results of configure 
8854 # tests run on this system so they can be shared between configure 
8855 # scripts and configure runs.  It is not useful on other systems. 
8856 # If it contains results you don't want to keep, you may remove or edit it. 
8858 # By default, configure uses ./config.cache as the cache file, 
8859 # creating it if it does not exist already.  You can give configure 
8860 # the --cache-file=FILE option to use a different cache file; that is 
8861 # what configure does when it calls configure scripts in 
8862 # subdirectories, so they share the cache. 
8863 # Giving --cache-file=/dev/null disables caching, for debugging configure. 
8864 # config.status only pays attention to the cache file if you give it the 
8865 # --recheck option to rerun configure. 
8868 # The following way of writing the cache mishandles newlines in values, 
8869 # but we know of no workaround that is simple, portable, and efficient. 
8870 # So, don't put newlines in cache variables' values. 
8871 # Ultrix sh set writes to stderr and can't be redirected directly, 
8872 # and sets the high bit in the cache file unless we assign to the vars. 
8874   case `(ac_space=' '; set | grep ac_space) 2>&1` in 
8876     # `set' does not quote correctly, so add quotes (double-quote substitution 
8877     # turns \\\\ into \\, and sed turns \\ into \). 
8879       -e "s/'/'\\\\''/g" \
 
8880       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 
8883     # `set' quotes correctly as required by POSIX, so do not add quotes. 
8884     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 
8887 if cmp -s $cache_file confcache
; then 
8890   if test -w $cache_file; then 
8891     echo "updating cache $cache_file" 
8892     cat confcache 
> $cache_file 
8894     echo "not updating unwritable cache $cache_file" 
8903 if test "$wxUSE_REGEX" != "no"; then 
8904     cat >> confdefs.h 
<<\EOF
 
8905 #define wxUSE_REGEX 1 
8909     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then 
8910                         ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'` 
8911 echo $ac_n "checking for regex.h""... $ac_c" 1>&6 
8912 echo "configure:8913: checking for regex.h" >&5 
8913 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
8914   echo $ac_n "(cached) $ac_c" 1>&6 
8916   cat > conftest.
$ac_ext <<EOF 
8917 #line 8918 "configure" 
8918 #include "confdefs.h" 
8921 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
8922 { (eval echo configure
:8923: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
8923 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
8924 if test -z "$ac_err"; then 
8926   eval "ac_cv_header_$ac_safe=yes" 
8929   echo "configure: failed program was:" >&5 
8930   cat conftest.
$ac_ext >&5 
8932   eval "ac_cv_header_$ac_safe=no" 
8936 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
8937   echo "$ac_t""yes" 1>&6 
8938   for ac_func 
in regcomp
 
8940 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
8941 echo "configure:8942: checking for $ac_func" >&5 
8942 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
8943   echo $ac_n "(cached) $ac_c" 1>&6 
8945   cat > conftest.
$ac_ext <<EOF 
8946 #line 8947 "configure" 
8947 #include "confdefs.h" 
8948 /* System header to define __stub macros and hopefully few prototypes, 
8949     which can conflict with char $ac_func(); below.  */ 
8951 /* Override any gcc2 internal prototype to avoid an error.  */ 
8952 /* We use char because int might match the return type of a gcc2 
8953     builtin and then its argument prototype would still apply.  */ 
8958 /* The GNU C library defines this for functions which it implements 
8959     to always fail with ENOSYS.  Some functions are actually named 
8960     something starting with __ and the normal name is an alias.  */ 
8961 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
8969 if { (eval echo configure
:8970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
8971   eval "ac_cv_func_$ac_func=yes" 
8973   echo "configure: failed program was:" >&5 
8974   cat conftest.
$ac_ext >&5 
8976   eval "ac_cv_func_$ac_func=no" 
8981 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
8982   echo "$ac_t""yes" 1>&6 
8983     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
8984   cat >> confdefs.h 
<<EOF 
8985 #define $ac_tr_func 1 
8989   echo "$ac_t""no" 1>&6 
8994   echo "$ac_t""no" 1>&6 
8998         if test "x$ac_cv_func_regcomp" != "xyes"; then 
8999             if test "$wxUSE_REGEX" = "sys" ; then 
9000                 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; } 
9002                 echo "configure: warning: system regex library not found, will compile built-in version instead" 1>&2 
9010     if test "$wxUSE_REGEX" = "builtin" ; then 
9011         REGEX_INCLUDE
="-I\${top_srcdir}/src/regex" 
9018 if test "$wxUSE_ZLIB" != "no" ; then 
9019     cat >> confdefs.h 
<<\EOF
 
9020 #define wxUSE_ZLIB 1 
9024     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then 
9025         ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'` 
9026 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6 
9027 echo "configure:9028: checking for zlib.h" >&5 
9028 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
9029   echo $ac_n "(cached) $ac_c" 1>&6 
9031   cat > conftest.
$ac_ext <<EOF 
9032 #line 9033 "configure" 
9033 #include "confdefs.h" 
9036 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
9037 { (eval echo configure
:9038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
9038 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
9039 if test -z "$ac_err"; then 
9041   eval "ac_cv_header_$ac_safe=yes" 
9044   echo "configure: failed program was:" >&5 
9045   cat conftest.
$ac_ext >&5 
9047   eval "ac_cv_header_$ac_safe=no" 
9051 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
9052   echo "$ac_t""yes" 1>&6 
9053   echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 
9054 echo "configure:9055: checking for deflate in -lz" >&5 
9055 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'` 
9056 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
9057   echo $ac_n "(cached) $ac_c" 1>&6 
9059   ac_save_LIBS
="$LIBS" 
9061 cat > conftest.
$ac_ext <<EOF 
9062 #line 9063 "configure" 
9063 #include "confdefs.h" 
9064 /* Override any gcc2 internal prototype to avoid an error.  */ 
9065 /* We use char because int might match the return type of a gcc2 
9066     builtin and then its argument prototype would still apply.  */ 
9073 if { (eval echo configure
:9074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
9075   eval "ac_cv_lib_$ac_lib_var=yes" 
9077   echo "configure: failed program was:" >&5 
9078   cat conftest.
$ac_ext >&5 
9080   eval "ac_cv_lib_$ac_lib_var=no" 
9083 LIBS
="$ac_save_LIBS" 
9086 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
9087   echo "$ac_t""yes" 1>&6 
9090   echo "$ac_t""no" 1>&6 
9094   echo "$ac_t""no" 1>&6 
9098         if test "x$ZLIB_LINK" = "x" ; then 
9099             if test "$wxUSE_ZLIB" = "sys" ; then 
9100                 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; } 
9102                 echo "configure: warning: system zlib compression library not found, will compile built-in version instead" 1>&2 
9110     if test "$wxUSE_ZLIB" = "builtin" ; then 
9111         ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib" 
9118 if test "$wxUSE_LIBPNG" != "no" ; then 
9119     cat >> confdefs.h 
<<\EOF
 
9120 #define wxUSE_LIBPNG 1 
9124             if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then 
9125         echo "configure: warning: system png library doesn't work without system zlib, will compile built-in instead" 1>&2 
9126         wxUSE_LIBPNG
=builtin 
9129     if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then 
9130         ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'` 
9131 echo $ac_n "checking for png.h""... $ac_c" 1>&6 
9132 echo "configure:9133: checking for png.h" >&5 
9133 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
9134   echo $ac_n "(cached) $ac_c" 1>&6 
9136   cat > conftest.
$ac_ext <<EOF 
9137 #line 9138 "configure" 
9138 #include "confdefs.h" 
9141 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
9142 { (eval echo configure
:9143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
9143 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
9144 if test -z "$ac_err"; then 
9146   eval "ac_cv_header_$ac_safe=yes" 
9149   echo "configure: failed program was:" >&5 
9150   cat conftest.
$ac_ext >&5 
9152   eval "ac_cv_header_$ac_safe=no" 
9156 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
9157   echo "$ac_t""yes" 1>&6 
9158   echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6 
9159 echo "configure:9160: checking for png_check_sig in -lpng" >&5 
9160 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'` 
9161 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
9162   echo $ac_n "(cached) $ac_c" 1>&6 
9164   ac_save_LIBS
="$LIBS" 
9165 LIBS
="-lpng -lz -lm $LIBS" 
9166 cat > conftest.
$ac_ext <<EOF 
9167 #line 9168 "configure" 
9168 #include "confdefs.h" 
9169 /* Override any gcc2 internal prototype to avoid an error.  */ 
9170 /* We use char because int might match the return type of a gcc2 
9171     builtin and then its argument prototype would still apply.  */ 
9172 char png_check_sig(); 
9178 if { (eval echo configure
:9179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
9180   eval "ac_cv_lib_$ac_lib_var=yes" 
9182   echo "configure: failed program was:" >&5 
9183   cat conftest.
$ac_ext >&5 
9185   eval "ac_cv_lib_$ac_lib_var=no" 
9188 LIBS
="$ac_save_LIBS" 
9191 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
9192   echo "$ac_t""yes" 1>&6 
9195   echo "$ac_t""no" 1>&6 
9200   echo "$ac_t""no" 1>&6 
9204         if test "x$PNG_LINK" = "x" ; then 
9205             if test "$wxUSE_LIBPNG" = "sys" ; then 
9206                 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; } 
9208                 echo "configure: warning: system png library not found, will compile built-in version instead" 1>&2 
9209                 wxUSE_LIBPNG
=builtin 
9216     if test "$wxUSE_LIBPNG" = "builtin" ; then 
9217         PNG_INCLUDE
="-I\${top_srcdir}/src/png" 
9220     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png" 
9226 if test "$wxUSE_LIBJPEG" != "no" ; then 
9227     cat >> confdefs.h 
<<\EOF
 
9228 #define wxUSE_LIBJPEG 1 
9232     if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then 
9233                                 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 
9234 echo "configure:9235: checking for jpeglib.h" >&5 
9235         if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then 
9236   echo $ac_n "(cached) $ac_c" 1>&6 
9238   cat > conftest.
$ac_ext <<EOF 
9239 #line 9240 "configure" 
9240 #include "confdefs.h" 
9242                     #undef HAVE_STDLIB_H 
9244                     #include <jpeglib.h> 
9251 if { (eval echo configure
:9252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
9253   ac_cv_header_jpeglib_h
=yes 
9255   echo "configure: failed program was:" >&5 
9256   cat conftest.
$ac_ext >&5 
9258   ac_cv_header_jpeglib_h
=no
 
9265         echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6 
9267         if test "$ac_cv_header_jpeglib_h" = "yes"; then 
9268             echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 
9269 echo "configure:9270: checking for jpeg_read_header in -ljpeg" >&5 
9270 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` 
9271 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
9272   echo $ac_n "(cached) $ac_c" 1>&6 
9274   ac_save_LIBS
="$LIBS" 
9276 cat > conftest.
$ac_ext <<EOF 
9277 #line 9278 "configure" 
9278 #include "confdefs.h" 
9279 /* Override any gcc2 internal prototype to avoid an error.  */ 
9280 /* We use char because int might match the return type of a gcc2 
9281     builtin and then its argument prototype would still apply.  */ 
9282 char jpeg_read_header(); 
9288 if { (eval echo configure
:9289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
9290   eval "ac_cv_lib_$ac_lib_var=yes" 
9292   echo "configure: failed program was:" >&5 
9293   cat conftest.
$ac_ext >&5 
9295   eval "ac_cv_lib_$ac_lib_var=no" 
9298 LIBS
="$ac_save_LIBS" 
9301 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
9302   echo "$ac_t""yes" 1>&6 
9305   echo "$ac_t""no" 1>&6 
9310         if test "x$JPEG_LINK" = "x" ; then 
9311             if test "$wxUSE_LIBJPEG" = "sys" ; then 
9312                 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; } 
9314                 echo "configure: warning: system jpeg library not found, will compile built-in version instead" 1>&2 
9315                 wxUSE_LIBJPEG
=builtin 
9322     if test "$wxUSE_LIBJPEG" = "builtin" ; then 
9323         JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg" 
9330 if test "$wxUSE_LIBTIFF" != "no" ; then 
9331     cat >> confdefs.h 
<<\EOF
 
9332 #define wxUSE_LIBTIFF 1 
9336     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then 
9337         ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 
9338 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 
9339 echo "configure:9340: checking for tiffio.h" >&5 
9340 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
9341   echo $ac_n "(cached) $ac_c" 1>&6 
9343   cat > conftest.
$ac_ext <<EOF 
9344 #line 9345 "configure" 
9345 #include "confdefs.h" 
9348 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
9349 { (eval echo configure
:9350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
9350 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
9351 if test -z "$ac_err"; then 
9353   eval "ac_cv_header_$ac_safe=yes" 
9356   echo "configure: failed program was:" >&5 
9357   cat conftest.
$ac_ext >&5 
9359   eval "ac_cv_header_$ac_safe=no" 
9363 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
9364   echo "$ac_t""yes" 1>&6 
9365   echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6 
9366 echo "configure:9367: checking for TIFFError in -ltiff" >&5 
9367 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'` 
9368 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
9369   echo $ac_n "(cached) $ac_c" 1>&6 
9371   ac_save_LIBS
="$LIBS" 
9372 LIBS
="-ltiff -lm $LIBS" 
9373 cat > conftest.
$ac_ext <<EOF 
9374 #line 9375 "configure" 
9375 #include "confdefs.h" 
9376 /* Override any gcc2 internal prototype to avoid an error.  */ 
9377 /* We use char because int might match the return type of a gcc2 
9378     builtin and then its argument prototype would still apply.  */ 
9385 if { (eval echo configure
:9386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
9387   eval "ac_cv_lib_$ac_lib_var=yes" 
9389   echo "configure: failed program was:" >&5 
9390   cat conftest.
$ac_ext >&5 
9392   eval "ac_cv_lib_$ac_lib_var=no" 
9395 LIBS
="$ac_save_LIBS" 
9398 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
9399   echo "$ac_t""yes" 1>&6 
9402   echo "$ac_t""no" 1>&6 
9407   echo "$ac_t""no" 1>&6 
9411         if test "x$TIFF_LINK" = "x" ; then 
9412             if test "$wxUSE_LIBTIFF" = "sys" ; then 
9413                 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; } 
9415                 echo "configure: warning: system tiff library not found, will compile built-in version instead" 1>&2 
9416                 wxUSE_LIBTIFF
=builtin 
9423     if test "$wxUSE_LIBTIFF" = "builtin" ; then 
9424         TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff" 
9431 if test "$wxUSE_FREETYPE" != "no" ; then 
9432     cat >> confdefs.h 
<<\EOF
 
9433 #define wxUSE_FREETYPE 1 
9437     if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then 
9438         ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'` 
9439 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6 
9440 echo "configure:9441: checking for freetype.h" >&5 
9441 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
9442   echo $ac_n "(cached) $ac_c" 1>&6 
9444   cat > conftest.
$ac_ext <<EOF 
9445 #line 9446 "configure" 
9446 #include "confdefs.h" 
9447 #include <freetype.h> 
9449 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
9450 { (eval echo configure
:9451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
9451 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
9452 if test -z "$ac_err"; then 
9454   eval "ac_cv_header_$ac_safe=yes" 
9457   echo "configure: failed program was:" >&5 
9458   cat conftest.
$ac_ext >&5 
9460   eval "ac_cv_header_$ac_safe=no" 
9464 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
9465   echo "$ac_t""yes" 1>&6 
9466   echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6 
9467 echo "configure:9468: checking for FT_Render_Glyph in -lfreetype" >&5 
9468 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'` 
9469 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
9470   echo $ac_n "(cached) $ac_c" 1>&6 
9472   ac_save_LIBS
="$LIBS" 
9473 LIBS
="-lfreetype -lm $LIBS" 
9474 cat > conftest.
$ac_ext <<EOF 
9475 #line 9476 "configure" 
9476 #include "confdefs.h" 
9477 /* Override any gcc2 internal prototype to avoid an error.  */ 
9478 /* We use char because int might match the return type of a gcc2 
9479     builtin and then its argument prototype would still apply.  */ 
9480 char FT_Render_Glyph(); 
9486 if { (eval echo configure
:9487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
9488   eval "ac_cv_lib_$ac_lib_var=yes" 
9490   echo "configure: failed program was:" >&5 
9491   cat conftest.
$ac_ext >&5 
9493   eval "ac_cv_lib_$ac_lib_var=no" 
9496 LIBS
="$ac_save_LIBS" 
9499 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
9500   echo "$ac_t""yes" 1>&6 
9501   FREETYPE_LINK
="-lfreetype" 
9503   echo "$ac_t""no" 1>&6 
9508   echo "$ac_t""no" 1>&6 
9512         if test "x$FREETYPE_LINK" = "x" ; then 
9513             if test "$wxUSE_FREETYPE" = "sys" ; then 
9514                 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; } 
9516                 echo "configure: warning: system freetype library not found, will compile built-in version instead" 1>&2 
9517                 wxUSE_FREETYPE
=builtin 
9524     if test "$wxUSE_FREETYPE" = "builtin" ; then 
9525         FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype" 
9536 if test "$USE_WIN32" = 1 ; then 
9537     for ac_hdr 
in w32api.h
 
9539 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
9540 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
9541 echo "configure:9542: checking for $ac_hdr" >&5 
9542 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
9543   echo $ac_n "(cached) $ac_c" 1>&6 
9545   cat > conftest.
$ac_ext <<EOF 
9546 #line 9547 "configure" 
9547 #include "confdefs.h" 
9550 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
9551 { (eval echo configure
:9552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
9552 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
9553 if test -z "$ac_err"; then 
9555   eval "ac_cv_header_$ac_safe=yes" 
9558   echo "configure: failed program was:" >&5 
9559   cat conftest.
$ac_ext >&5 
9561   eval "ac_cv_header_$ac_safe=no" 
9565 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
9566   echo "$ac_t""yes" 1>&6 
9567     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
9568   cat >> confdefs.h 
<<EOF 
9569 #define $ac_tr_hdr 1 
9573   echo "$ac_t""no" 1>&6 
9577     ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'` 
9578 echo $ac_n "checking for windows.h""... $ac_c" 1>&6 
9579 echo "configure:9580: checking for windows.h" >&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" 
9586 #include <windows.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 
9607   echo "$ac_t""no" 1>&6 
9609         { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } 
9614         echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6 
9615 echo "configure:9616: checking if w32api has good enough MSIE support" >&5 
9616 if eval "test \"`echo '$''{'wx_cv_w32api_win_ie'+set}'`\" = set"; then 
9617   echo $ac_n "(cached) $ac_c" 1>&6 
9620       cat > conftest.
$ac_ext <<EOF 
9621 #line 9622 "configure" 
9622 #include "confdefs.h" 
9626                        #define wxCHECK_W32API_VERSION( major, minor ) \ 
9627                        ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \ 
9628                        && ( ( __W32API_MAJOR_VERSION > (major) ) \ 
9629                        || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor)))) 
9631                        #if !wxCHECK_W32API_VERSION(1,1) 
9632                        #error You need w32api 1.1 or newer 
9637 if { (eval echo configure
:9638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
9640                         wx_cv_w32api_win_ie
=yes 
9641                         CPPFLAGS
="$CPPFLAGS -D_WIN_IE=0x400" 
9644   echo "configure: failed program was:" >&5 
9645   cat conftest.
$ac_ext >&5 
9648                         wx_cv_w32api_win_ie
=no
 
9655 echo "$ac_t""$wx_cv_w32api_win_ie" 1>&6 
9657             LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32" 
9659         if test "$wxUSE_CYGWIN" = 1; then 
9660         LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32" 
9663         if test "$wxUSE_ODBC" = "yes" ; then 
9664         LIBS
="$LIBS -lodbc32 -lole32 -loleaut32" 
9667                         if test "$wxUSE_MINGW" = 1; then 
9668         LDFLAGS
="$LDFLAGS -mwindows" 
9671     RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" 
9672     RESPROGRAMOBJ
="\$(PROGRAM)_resources.o" 
9675 if test "$wxUSE_GUI" = "yes"; then 
9684     if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then 
9689     if test "$wxUSE_GTK" = 1; then 
9690         echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6 
9691 echo "configure:9692: checking for GTK+ version" >&5 
9693         gtk_version_cached
=1 
9694         if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then 
9695   echo $ac_n "(cached) $ac_c" 1>&6 
9698                                                 gtk_version_cached
=0 
9699                 echo "$ac_t""""" 1>&6 
9702                 if test "x$wxUSE_GTK2" = "xyes"; then 
9703                     # Check whether --with-gtk-prefix or --without-gtk-prefix was given. 
9704 if test "${with_gtk_prefix+set}" = set; then 
9705   withval
="$with_gtk_prefix" 
9706   gtk_config_prefix
="$withval" 
9708   gtk_config_prefix
="" 
9711 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. 
9712 if test "${with_gtk_exec_prefix+set}" = set; then 
9713   withval
="$with_gtk_exec_prefix" 
9714   gtk_config_exec_prefix
="$withval" 
9716   gtk_config_exec_prefix
="" 
9719 # Check whether --enable-gtktest or --disable-gtktest was given. 
9720 if test "${enable_gtktest+set}" = set; then 
9721   enableval
="$enable_gtktest" 
9732              gtk_config_args
="$gtk_config_args gthread" 
9737   if test x
$gtk_config_exec_prefix != x 
; then 
9738      gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" 
9739      if test x
${GTK_CONFIG_2_0+set} != xset 
; then 
9740         GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
 
9743   if test x
$gtk_config_prefix != x 
; then 
9744      gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix" 
9745      if test x
${GTK_CONFIG_2_0+set} != xset 
; then 
9746         GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
 
9750   # Extract the first word of "gtk-config-2.0", so it can be a program name with args. 
9751 set dummy gtk
-config-2.0
; ac_word
=$2 
9752 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
9753 echo "configure:9754: checking for $ac_word" >&5 
9754 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then 
9755   echo $ac_n "(cached) $ac_c" 1>&6 
9757   case "$GTK_CONFIG_2_0" in 
9759   ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path. 
9762   ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path. 
9765   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
9767   for ac_dir 
in $ac_dummy; do  
9768     test -z "$ac_dir" && ac_dir
=.
 
9769     if test -f $ac_dir/$ac_word; then 
9770       ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word" 
9775   test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no" 
9779 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0" 
9780 if test -n "$GTK_CONFIG_2_0"; then 
9781   echo "$ac_t""$GTK_CONFIG_2_0" 1>&6 
9783   echo "$ac_t""no" 1>&6 
9786   min_gtk_version
=1.3.1 
9787   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 
9788 echo "configure:9789: checking for GTK - version >= $min_gtk_version" >&5 
9790   if test "$GTK_CONFIG_2_0" = "no" ; then 
9793     GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags` 
9794     GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs` 
9795     gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ 
9796            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` 
9797     gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ 
9798            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` 
9799     gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ 
9800            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` 
9801     if test "x$enable_gtktest" = "xyes" ; then 
9802       ac_save_CFLAGS
="$CFLAGS" 
9803       ac_save_LIBS
="$LIBS" 
9804       CFLAGS
="$CFLAGS $GTK_CFLAGS" 
9805       LIBS
="$GTK_LIBS $LIBS" 
9807       if test "$cross_compiling" = yes; then 
9808   echo $ac_n "cross compiling; assumed OK... $ac_c" 
9810   cat > conftest.
$ac_ext <<EOF 
9811 #line 9812 "configure" 
9812 #include "confdefs.h" 
9814 #include <gtk/gtk.h> 
9821   int major, minor, micro; 
9824   system ("touch conf.gtktest"); 
9826   /* HP/UX 9 (%@#!) writes to sscanf strings */ 
9827   tmp_version = g_strdup("$min_gtk_version"); 
9828   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 
9829      printf("%s, bad version string\n", "$min_gtk_version"); 
9833   if ((gtk_major_version != $gtk_config_major_version) || 
9834       (gtk_minor_version != $gtk_config_minor_version) || 
9835       (gtk_micro_version != $gtk_config_micro_version)) 
9837       printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", 
9838              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, 
9839              gtk_major_version, gtk_minor_version, gtk_micro_version); 
9840       printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n"); 
9841       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); 
9842       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); 
9843       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); 
9844       printf("*** required on your system.\n"); 
9845       printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n"); 
9846       printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n"); 
9847       printf("*** before re-running configure\n"); 
9849 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) 
9850   else if ((gtk_major_version != GTK_MAJOR_VERSION) || 
9851            (gtk_minor_version != GTK_MINOR_VERSION) || 
9852            (gtk_micro_version != GTK_MICRO_VERSION)) 
9854       printf("*** GTK+ header files (version %d.%d.%d) do not match\n", 
9855              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); 
9856       printf("*** library (version %d.%d.%d)\n", 
9857              gtk_major_version, gtk_minor_version, gtk_micro_version); 
9859 #endif /* defined (GTK_MAJOR_VERSION) ... */ 
9862       if ((gtk_major_version > major) || 
9863         ((gtk_major_version == major) && (gtk_minor_version > minor)) || 
9864         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) 
9870         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", 
9871                gtk_major_version, gtk_minor_version, gtk_micro_version); 
9872         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", 
9873                major, minor, micro); 
9874         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); 
9876         printf("*** If you have already installed a sufficiently new version, this error\n"); 
9877         printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n"); 
9878         printf("*** being found. The easiest way to fix this is to remove the old version\n"); 
9879         printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n"); 
9880         printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n"); 
9881         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); 
9882         printf("*** so that the correct libraries are found at run-time))\n"); 
9889 if { (eval echo configure
:9890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
9893   echo "configure: failed program was:" >&5 
9894   cat conftest.
$ac_ext >&5 
9901        CFLAGS
="$ac_save_CFLAGS" 
9902        LIBS
="$ac_save_LIBS" 
9905   if test "x$no_gtk" = x 
; then 
9906      echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6 
9909      echo "$ac_t""no" 1>&6 
9910      if test "$GTK_CONFIG_2_0" = "no" ; then 
9911        echo "*** The gtk-config-2.0 script installed by GTK could not be found" 
9912        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" 
9913        echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the" 
9914        echo "*** full path to gtk-config-2.0." 
9916        if test -f conf.gtktest 
; then 
9919           echo "*** Could not run GTK test program, checking why..." 
9920           CFLAGS
="$CFLAGS $GTK_CFLAGS" 
9921           LIBS
="$LIBS $GTK_LIBS" 
9922           cat > conftest.
$ac_ext <<EOF 
9923 #line 9924 "configure" 
9924 #include "confdefs.h" 
9926 #include <gtk/gtk.h> 
9930  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));  
9933 if { (eval echo configure
:9934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
9935    echo "*** The test program compiled, but did not run. This usually means" 
9936           echo "*** that the run-time linker is not finding GTK or finding the wrong" 
9937           echo "*** version of GTK. If it is not finding GTK, you'll need to set your" 
9938           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" 
9939           echo "*** to the installed location  Also, make sure you have run ldconfig if that" 
9940           echo "*** is required on your system" 
9942           echo "*** If you have an old version installed, it is best to remove it, although" 
9943           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" 
9945           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" 
9946           echo "*** came with the system with the command" 
9948           echo "***    rpm --erase --nodeps gtk gtk-devel"  
9950   echo "configure: failed program was:" >&5 
9951   cat conftest.
$ac_ext >&5 
9953    echo "*** The test program failed to compile or link. See the file config.log for the" 
9954           echo "*** exact error that occured. This usually means GTK was incorrectly installed" 
9955           echo "*** or that you have moved GTK since it was installed. In the latter case, you" 
9956           echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"  
9959           CFLAGS
="$ac_save_CFLAGS" 
9960           LIBS
="$ac_save_LIBS" 
9973                 if test -z "$wx_cv_lib_gtk"; then 
9975   if test x
$gtk_config_exec_prefix != x 
; then 
9976      gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" 
9977      if test x
${GTK_CONFIG+set} != xset 
; then 
9978         GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config 
9981   if test x
$gtk_config_prefix != x 
; then 
9982      gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix" 
9983      if test x
${GTK_CONFIG+set} != xset 
; then 
9984         GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config 
9988   # Extract the first word of "gtk-config", so it can be a program name with args. 
9989 set dummy gtk
-config; ac_word
=$2 
9990 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
9991 echo "configure:9992: checking for $ac_word" >&5 
9992 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then 
9993   echo $ac_n "(cached) $ac_c" 1>&6 
9995   case "$GTK_CONFIG" in 
9997   ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path. 
10000   ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path. 
10003   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
10005   for ac_dir 
in $ac_dummy; do  
10006     test -z "$ac_dir" && ac_dir
=.
 
10007     if test -f $ac_dir/$ac_word; then 
10008       ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word" 
10013   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no" 
10017 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG" 
10018 if test -n "$GTK_CONFIG"; then 
10019   echo "$ac_t""$GTK_CONFIG" 1>&6 
10021   echo "$ac_t""no" 1>&6 
10024   min_gtk_version
=1.2.7 
10025   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 
10026 echo "configure:10027: checking for GTK - version >= $min_gtk_version" >&5 
10028   if test "$GTK_CONFIG" != "no" ; then 
10029     GTK_CFLAGS
=`$GTK_CONFIG --cflags` 
10030     GTK_LIBS
=`$GTK_CONFIG --libs gthread` 
10031     ac_save_CFLAGS
="$CFLAGS" 
10032     ac_save_LIBS
="$LIBS" 
10033     CFLAGS
="$CFLAGS $GTK_CFLAGS" 
10034     LIBS
="$LIBS $GTK_LIBS" 
10035     if test "$cross_compiling" = yes; then 
10036   echo $ac_n "cross compiling; assumed OK... $ac_c" 
10038   cat > conftest.
$ac_ext <<EOF 
10039 #line 10040 "configure" 
10040 #include "confdefs.h" 
10042 #include <gtk/gtk.h> 
10043 #include <gtk/gtkfeatures.h> 
10045 #include <stdlib.h> 
10050   int major, minor, micro; 
10052   if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) { 
10053      printf("%s, bad version string\n", "$min_gtk_version"); 
10057    if ((GTK_MAJOR_VERSION != gtk_major_version) || 
10058        (GTK_MINOR_VERSION != gtk_minor_version) || 
10059        (GTK_MICRO_VERSION != gtk_micro_version)) { 
10060      printf("Headers vs. library version mismatch!\n"); 
10064    if (gtk_minor_version == 1) return FALSE; 
10066    return !((gtk_major_version > major) || 
10067     ((gtk_major_version == major) && (gtk_minor_version > minor)) || 
10068     ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))); 
10072 if { (eval echo configure
:10073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
10076   echo "configure: failed program was:" >&5 
10077   cat conftest.
$ac_ext >&5 
10084      CFLAGS
="$ac_save_CFLAGS" 
10085      LIBS
="$ac_save_LIBS" 
10089   if test "x$no_gtk" = x 
; then 
10090      echo "$ac_t""yes" 1>&6 
10091      wx_cv_lib_gtk
=1.2.7 
10093      echo "$ac_t""no" 1>&6 
10103                 if test -z "$wx_cv_lib_gtk"; then 
10105   if test x
$gtk_config_exec_prefix != x 
; then 
10106      gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" 
10107      if test x
${GTK_CONFIG+set} != xset 
; then 
10108         GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config 
10111   if test x
$gtk_config_prefix != x 
; then 
10112      gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix" 
10113      if test x
${GTK_CONFIG+set} != xset 
; then 
10114         GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config 
10118   # Extract the first word of "gtk-config", so it can be a program name with args. 
10119 set dummy gtk
-config; ac_word
=$2 
10120 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
10121 echo "configure:10122: checking for $ac_word" >&5 
10122 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then 
10123   echo $ac_n "(cached) $ac_c" 1>&6 
10125   case "$GTK_CONFIG" in 
10127   ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path. 
10130   ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path. 
10133   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
10135   for ac_dir 
in $ac_dummy; do  
10136     test -z "$ac_dir" && ac_dir
=.
 
10137     if test -f $ac_dir/$ac_word; then 
10138       ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word" 
10143   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no" 
10147 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG" 
10148 if test -n "$GTK_CONFIG"; then 
10149   echo "$ac_t""$GTK_CONFIG" 1>&6 
10151   echo "$ac_t""no" 1>&6 
10154   min_gtk_version
=1.2.3 
10155   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 
10156 echo "configure:10157: checking for GTK - version >= $min_gtk_version" >&5 
10158   if test "$GTK_CONFIG" != "no" ; then 
10159     GTK_CFLAGS
=`$GTK_CONFIG --cflags` 
10160     GTK_LIBS
=`$GTK_CONFIG --libs gthread` 
10161     ac_save_CFLAGS
="$CFLAGS" 
10162     ac_save_LIBS
="$LIBS" 
10163     CFLAGS
="$CFLAGS $GTK_CFLAGS" 
10164     LIBS
="$LIBS $GTK_LIBS" 
10165     if test "$cross_compiling" = yes; then 
10166   echo $ac_n "cross compiling; assumed OK... $ac_c" 
10168   cat > conftest.
$ac_ext <<EOF 
10169 #line 10170 "configure" 
10170 #include "confdefs.h" 
10172 #include <gtk/gtk.h> 
10173 #include <gtk/gtkfeatures.h> 
10175 #include <stdlib.h> 
10180   int major, minor, micro; 
10182   if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) { 
10183      printf("%s, bad version string\n", "$min_gtk_version"); 
10187    if ((GTK_MAJOR_VERSION != gtk_major_version) || 
10188        (GTK_MINOR_VERSION != gtk_minor_version) || 
10189        (GTK_MICRO_VERSION != gtk_micro_version)) { 
10190      printf("Headers vs. library version mismatch!\n"); 
10194    if (gtk_minor_version == 1) return FALSE; 
10196    return !((gtk_major_version > major) || 
10197     ((gtk_major_version == major) && (gtk_minor_version > minor)) || 
10198     ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))); 
10202 if { (eval echo configure
:10203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
10206   echo "configure: failed program was:" >&5 
10207   cat conftest.
$ac_ext >&5 
10214      CFLAGS
="$ac_save_CFLAGS" 
10215      LIBS
="$ac_save_LIBS" 
10219   if test "x$no_gtk" = x 
; then 
10220      echo "$ac_t""yes" 1>&6 
10221      wx_cv_lib_gtk
=1.2.3 
10223      echo "$ac_t""no" 1>&6 
10233                 if test -z "$wx_cv_lib_gtk"; then 
10236                                                             wx_cv_cflags_gtk
=$GTK_CFLAGS 
10237                     wx_cv_libs_gtk
=$GTK_LIBS 
10244                         if test "$gtk_version_cached" = 1; then 
10245             echo "$ac_t""$wx_cv_lib_gtk" 1>&6 
10248         case "$wx_cv_lib_gtk" in 
10256             *)      { echo "configure: error:  
10257 Please check that gtk-config is in path, the directory 
10258 where GTK+ libraries are installed (returned by 
10259 'gtk-config --libs' command) is in LD_LIBRARY_PATH or 
10260 equivalent variable and GTK+ is version 1.2.3 or above. 
10265         TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk" 
10266         GUI_TK_LIBRARY
="$wx_cv_libs_gtk" 
10268         AFMINSTALL
=afminstall
 
10272                 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 
10273 echo "configure:10274: checking for gdk_im_open in -lgdk" >&5 
10274 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` 
10275 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
10276   echo $ac_n "(cached) $ac_c" 1>&6 
10278   ac_save_LIBS
="$LIBS" 
10280 cat > conftest.
$ac_ext <<EOF 
10281 #line 10282 "configure" 
10282 #include "confdefs.h" 
10283 /* Override any gcc2 internal prototype to avoid an error.  */ 
10284 /* We use char because int might match the return type of a gcc2 
10285     builtin and then its argument prototype would still apply.  */ 
10286 char gdk_im_open(); 
10292 if { (eval echo configure
:10293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10294   eval "ac_cv_lib_$ac_lib_var=yes" 
10296   echo "configure: failed program was:" >&5 
10297   cat conftest.
$ac_ext >&5 
10299   eval "ac_cv_lib_$ac_lib_var=no" 
10302 LIBS
="$ac_save_LIBS" 
10305 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
10306   echo "$ac_t""yes" 1>&6 
10307   cat >> confdefs.h 
<<\EOF
 
10312   echo "$ac_t""no" 1>&6 
10317     if test "$wxUSE_MGL" = 1; then 
10319         echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6 
10320 echo "configure:10321: checking for SciTech MGL library" >&5 
10321         if test "x$MGL_ROOT" = x 
; then 
10322             echo "$ac_t""not found" 1>&6 
10323             { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; } 
10325             echo "$ac_t""$MGL_ROOT" 1>&6 
10328         mgl_os
=linux
/gcc
/glibc
 
10331         if test "$wxUSE_DEBUG_FLAG" = yes ; then 
10332             if test -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.a 
; then 
10336         if test "x$mgl_lib_type" = x 
; then 
10337             if test -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.a 
; then 
10338                 mgl_lib_type
=release
 
10340                 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; } 
10344         TOOLKIT_INCLUDE
="-I$MGL_ROOT/include" 
10345         GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" 
10347         AFMINSTALL
=afminstall
 
10352     if test "$wxUSE_WINE" = 1; then 
10353         ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'` 
10354 echo $ac_n "checking for windows.h""... $ac_c" 1>&6 
10355 echo "configure:10356: checking for windows.h" >&5 
10356 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
10357   echo $ac_n "(cached) $ac_c" 1>&6 
10359   cat > conftest.
$ac_ext <<EOF 
10360 #line 10361 "configure" 
10361 #include "confdefs.h" 
10362 #include <windows.h> 
10364 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
10365 { (eval echo configure
:10366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
10366 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
10367 if test -z "$ac_err"; then 
10369   eval "ac_cv_header_$ac_safe=yes" 
10372   echo "configure: failed program was:" >&5 
10373   cat conftest.
$ac_ext >&5 
10375   eval "ac_cv_header_$ac_safe=no" 
10379 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
10380   echo "$ac_t""yes" 1>&6 
10383   echo "$ac_t""no" 1>&6 
10385             { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } 
10391         echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 
10392 echo "configure:10393: checking for Xpm library" >&5 
10395 for ac_dir 
in $SEARCH_LIB; 
10397     for ac_extension 
in a so sl dylib
; do 
10398       if test -f "$ac_dir/libXpm.$ac_extension"; then 
10399         ac_find_libraries
=$ac_dir 
10405         if test "$ac_find_libraries" != "" ; then 
10406             GUI_TK_LIBRARY
="-L$ac_find_libraries" 
10408             cat >> confdefs.h 
<<\EOF
 
10409 #define wxHAVE_LIB_XPM 1 
10412             echo "$ac_t""found at $ac_find_libraries" 1>&6 
10414             echo "$ac_t""no" 1>&6 
10415             echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 
10419         echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 
10420 echo "configure:10421: checking for Mesa library" >&5 
10423 for ac_dir 
in $SEARCH_LIB; 
10425     for ac_extension 
in a so sl dylib
; do 
10426       if test -f "$ac_dir/libMesaGL.$ac_extension"; then 
10427         ac_find_libraries
=$ac_dir 
10433         if test "$ac_find_libraries" != "" ; then 
10434             GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries" 
10435             mesa_link
="-lMesaGL" 
10436             echo "$ac_t""found at $ac_find_libraries" 1>&6 
10438             { echo "configure: error: no" 1>&2; exit 1; } 
10441         GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lwine $mesa_link $xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses" 
10444         TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXWINE__" 
10447     if test "$wxUSE_MOTIF" = 1; then 
10448                         # If we find X, set shell vars x_includes and x_libraries to the 
10449 # paths, otherwise set no_x=yes. 
10450 # Uses ac_ vars as temps to allow command line to override cache and checks. 
10451 # --without-x overrides everything else, but does not touch the cache. 
10452 echo $ac_n "checking for X""... $ac_c" 1>&6 
10453 echo "configure:10454: checking for X" >&5 
10455 # Check whether --with-x or --without-x was given. 
10456 if test "${with_x+set}" = set; then 
10461 # $have_x is `yes', `no', `disabled', or empty when we do not yet know. 
10462 if test "x$with_x" = xno
; then 
10463   # The user explicitly disabled X. 
10466   if test "x$x_includes" != xNONE 
&& test "x$x_libraries" != xNONE
; then 
10467     # Both variables are already set. 
10470 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then 
10471   echo $ac_n "(cached) $ac_c" 1>&6 
10473   # One or both of the vars are not set, and there is no cached value. 
10474 ac_x_includes
=NO ac_x_libraries
=NO
 
10476 if mkdir conftestdir
; then 
10478   # Make sure to not put "make" in the Imakefile rules, since we grep it out. 
10479   cat > Imakefile 
<<'EOF' 
10481         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' 
10483   if (xmkmf
) >/dev
/null 
2>/dev
/null 
&& test -f Makefile
; then 
10484     # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 
10485     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` 
10486     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 
10487     for ac_extension 
in a so sl
; do 
10488       if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension && 
10489         test -f $ac_im_libdir/libX11.
$ac_extension; then 
10490         ac_im_usrlibdir
=$ac_im_libdir; break 
10493     # Screen out bogus values from the imake configuration.  They are 
10494     # bogus both because they are the default anyway, and because 
10495     # using them would break gcc on systems where it needs fixed includes. 
10496     case "$ac_im_incroot" in 
10498         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;; 
10500     case "$ac_im_usrlibdir" in 
10501         /usr
/lib 
| /lib
) ;; 
10502         *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;; 
10509 if test "$ac_x_includes" = NO
; then 
10510   # Guess where to find include files, by looking for this one X11 .h file. 
10511   test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
 
10513   # First, try using that file with no special directory specified. 
10514 cat > conftest.
$ac_ext <<EOF 
10515 #line 10516 "configure" 
10516 #include "confdefs.h" 
10517 #include <$x_direct_test_include> 
10519 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
10520 { (eval echo configure
:10521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
10521 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
10522 if test -z "$ac_err"; then 
10524   # We can compile using X headers with no special include directory. 
10528   echo "configure: failed program was:" >&5 
10529   cat conftest.
$ac_ext >&5 
10531   # Look for the header file in a standard set of common directories. 
10532 # Check X11 before X11Rn because it is often a symlink to the current release. 
10535     /usr
/X
11R
6/include        \
 
10536     /usr
/X
11R
5/include        \
 
10537     /usr
/X
11R
4/include        \
 
10540     /usr
/include
/X11R6        \
 
10541     /usr
/include
/X11R5        \
 
10542     /usr
/include
/X11R4        \
 
10544     /usr
/local
/X
11/include    \
 
10545     /usr
/local
/X
11R
6/include  \
 
10546     /usr
/local
/X
11R
5/include  \
 
10547     /usr
/local
/X
11R
4/include  \
 
10549     /usr
/local
/include
/X11    \
 
10550     /usr
/local
/include
/X11R6  \
 
10551     /usr
/local
/include
/X11R5  \
 
10552     /usr
/local
/include
/X11R4  \
 
10554     /usr
/X
386/include         \
 
10555     /usr
/x
386/include         \
 
10556     /usr
/XFree
86/include
/X11  \
 
10559     /usr
/local
/include        \
 
10560     /usr
/unsupported
/include  \
 
10561     /usr
/athena
/include       \
 
10562     /usr
/local
/x
11r
5/include  \
 
10563     /usr
/lpp
/Xamples
/include  \
 
10565     /usr
/openwin
/include      \
 
10566     /usr
/openwin
/share
/include \
 
10569     if test -r "$ac_dir/$x_direct_test_include"; then 
10570       ac_x_includes
=$ac_dir 
10576 fi # $ac_x_includes = NO 
10578 if test "$ac_x_libraries" = NO
; then 
10579   # Check for the libraries. 
10581   test -z "$x_direct_test_library" && x_direct_test_library
=Xt
 
10582   test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
 
10584   # See if we find them without any special options. 
10585   # Don't add to $LIBS permanently. 
10586   ac_save_LIBS
="$LIBS" 
10587   LIBS
="-l$x_direct_test_library $LIBS" 
10588 cat > conftest.
$ac_ext <<EOF 
10589 #line 10590 "configure" 
10590 #include "confdefs.h" 
10593 ${x_direct_test_function}() 
10596 if { (eval echo configure
:10597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10598   LIBS
="$ac_save_LIBS" 
10599 # We can link X programs with no special library path. 
10602   echo "configure: failed program was:" >&5 
10603   cat conftest.
$ac_ext >&5 
10605   LIBS
="$ac_save_LIBS" 
10606 # First see if replacing the include by lib works. 
10607 # Check X11 before X11Rn because it is often a symlink to the current release. 
10608 for ac_dir 
in `echo "$ac_x_includes" | sed s/include/lib/` \
 
10619     /usr
/local
/X
11/lib    \
 
10620     /usr
/local
/X
11R
6/lib  \
 
10621     /usr
/local
/X
11R
5/lib  \
 
10622     /usr
/local
/X
11R
4/lib  \
 
10624     /usr
/local
/lib
/X11    \
 
10625     /usr
/local
/lib
/X11R6  \
 
10626     /usr
/local
/lib
/X11R5  \
 
10627     /usr
/local
/lib
/X11R4  \
 
10631     /usr
/XFree
86/lib
/X11  \
 
10635     /usr
/unsupported
/lib  \
 
10637     /usr
/local
/x
11r
5/lib  \
 
10638     /usr
/lpp
/Xamples
/lib  \
 
10642     /usr
/openwin
/share
/lib \
 
10645   for ac_extension 
in a so sl
; do 
10646     if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then 
10647       ac_x_libraries
=$ac_dir 
10654 fi # $ac_x_libraries = NO 
10656 if test "$ac_x_includes" = NO 
|| test "$ac_x_libraries" = NO
; then 
10657   # Didn't find X anywhere.  Cache the known absence of X. 
10658   ac_cv_have_x
="have_x=no" 
10660   # Record where we found X for the cache. 
10661   ac_cv_have_x
="have_x=yes \ 
10662                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 
10666   eval "$ac_cv_have_x" 
10669 if test "$have_x" != yes; then 
10670   echo "$ac_t""$have_x" 1>&6 
10673   # If each of the values was on the command line, it overrides each guess. 
10674   test "x$x_includes" = xNONE 
&& x_includes
=$ac_x_includes 
10675   test "x$x_libraries" = xNONE 
&& x_libraries
=$ac_x_libraries 
10676   # Update the cache value to reflect the command line values. 
10677   ac_cv_have_x
="have_x=yes \ 
10678                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 
10679   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 
10682 if test "$no_x" = yes; then 
10683   # Not all programs may use this symbol, but it does not hurt to define it. 
10684   cat >> confdefs.h 
<<\EOF
 
10685 #define X_DISPLAY_MISSING 1 
10688   X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
= 
10690   if test -n "$x_includes"; then 
10691     X_CFLAGS
="$X_CFLAGS -I$x_includes" 
10694   # It would also be nice to do this for all -L options, not just this one. 
10695   if test -n "$x_libraries"; then 
10696     X_LIBS
="$X_LIBS -L$x_libraries" 
10697     # For Solaris; some versions of Sun CC require a space after -R and 
10698     # others require no space.  Words are not sufficient . . . . 
10699     case "`(uname -sr) 2>/dev/null`" in 
10701       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 
10702 echo "configure:10703: checking whether -R must be followed by a space" >&5 
10703       ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries" 
10704       cat > conftest.
$ac_ext <<EOF 
10705 #line 10706 "configure" 
10706 #include "confdefs.h" 
10712 if { (eval echo configure
:10713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10716   echo "configure: failed program was:" >&5 
10717   cat conftest.
$ac_ext >&5 
10722       if test $ac_R_nospace = yes; then 
10723         echo "$ac_t""no" 1>&6 
10724         X_LIBS
="$X_LIBS -R$x_libraries" 
10726         LIBS
="$ac_xsave_LIBS -R $x_libraries" 
10727         cat > conftest.
$ac_ext <<EOF 
10728 #line 10729 "configure" 
10729 #include "confdefs.h" 
10735 if { (eval echo configure
:10736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10739   echo "configure: failed program was:" >&5 
10740   cat conftest.
$ac_ext >&5 
10745         if test $ac_R_space = yes; then 
10746           echo "$ac_t""yes" 1>&6 
10747           X_LIBS
="$X_LIBS -R $x_libraries" 
10749           echo "$ac_t""neither works" 1>&6 
10752       LIBS
="$ac_xsave_LIBS" 
10756   # Check for system-dependent libraries X programs must link with. 
10757   # Do this before checking for the system-independent R6 libraries 
10758   # (-lICE), since we may need -lsocket or whatever for X linking. 
10760   if test "$ISC" = yes; then 
10761     X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet" 
10763     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X 
10764     # libraries were built with DECnet support.  And karl@cs.umb.edu says 
10765     # the Alpha needs dnet_stub (dnet does not exist). 
10766     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 
10767 echo "configure:10768: checking for dnet_ntoa in -ldnet" >&5 
10768 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 
10769 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
10770   echo $ac_n "(cached) $ac_c" 1>&6 
10772   ac_save_LIBS
="$LIBS" 
10773 LIBS
="-ldnet  $LIBS" 
10774 cat > conftest.
$ac_ext <<EOF 
10775 #line 10776 "configure" 
10776 #include "confdefs.h" 
10777 /* Override any gcc2 internal prototype to avoid an error.  */ 
10778 /* We use char because int might match the return type of a gcc2 
10779     builtin and then its argument prototype would still apply.  */ 
10786 if { (eval echo configure
:10787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10788   eval "ac_cv_lib_$ac_lib_var=yes" 
10790   echo "configure: failed program was:" >&5 
10791   cat conftest.
$ac_ext >&5 
10793   eval "ac_cv_lib_$ac_lib_var=no" 
10796 LIBS
="$ac_save_LIBS" 
10799 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
10800   echo "$ac_t""yes" 1>&6 
10801   X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet" 
10803   echo "$ac_t""no" 1>&6 
10806     if test $ac_cv_lib_dnet_dnet_ntoa = no
; then 
10807       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 
10808 echo "configure:10809: checking for dnet_ntoa in -ldnet_stub" >&5 
10809 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` 
10810 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
10811   echo $ac_n "(cached) $ac_c" 1>&6 
10813   ac_save_LIBS
="$LIBS" 
10814 LIBS
="-ldnet_stub  $LIBS" 
10815 cat > conftest.
$ac_ext <<EOF 
10816 #line 10817 "configure" 
10817 #include "confdefs.h" 
10818 /* Override any gcc2 internal prototype to avoid an error.  */ 
10819 /* We use char because int might match the return type of a gcc2 
10820     builtin and then its argument prototype would still apply.  */ 
10827 if { (eval echo configure
:10828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10829   eval "ac_cv_lib_$ac_lib_var=yes" 
10831   echo "configure: failed program was:" >&5 
10832   cat conftest.
$ac_ext >&5 
10834   eval "ac_cv_lib_$ac_lib_var=no" 
10837 LIBS
="$ac_save_LIBS" 
10840 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
10841   echo "$ac_t""yes" 1>&6 
10842   X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub" 
10844   echo "$ac_t""no" 1>&6 
10849     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, 
10850     # to get the SysV transport functions. 
10851     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) 
10853     # The nsl library prevents programs from opening the X display 
10854     # on Irix 5.2, according to dickey@clark.net. 
10855     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 
10856 echo "configure:10857: checking for gethostbyname" >&5 
10857 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 
10858   echo $ac_n "(cached) $ac_c" 1>&6 
10860   cat > conftest.
$ac_ext <<EOF 
10861 #line 10862 "configure" 
10862 #include "confdefs.h" 
10863 /* System header to define __stub macros and hopefully few prototypes, 
10864     which can conflict with char gethostbyname(); below.  */ 
10865 #include <assert.h> 
10866 /* Override any gcc2 internal prototype to avoid an error.  */ 
10867 /* We use char because int might match the return type of a gcc2 
10868     builtin and then its argument prototype would still apply.  */ 
10869 char gethostbyname(); 
10873 /* The GNU C library defines this for functions which it implements 
10874     to always fail with ENOSYS.  Some functions are actually named 
10875     something starting with __ and the normal name is an alias.  */ 
10876 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 
10884 if { (eval echo configure
:10885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10886   eval "ac_cv_func_gethostbyname=yes" 
10888   echo "configure: failed program was:" >&5 
10889   cat conftest.
$ac_ext >&5 
10891   eval "ac_cv_func_gethostbyname=no" 
10896 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 
10897   echo "$ac_t""yes" 1>&6 
10900   echo "$ac_t""no" 1>&6 
10903     if test $ac_cv_func_gethostbyname = no
; then 
10904       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 
10905 echo "configure:10906: checking for gethostbyname in -lnsl" >&5 
10906 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 
10907 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
10908   echo $ac_n "(cached) $ac_c" 1>&6 
10910   ac_save_LIBS
="$LIBS" 
10912 cat > conftest.
$ac_ext <<EOF 
10913 #line 10914 "configure" 
10914 #include "confdefs.h" 
10915 /* Override any gcc2 internal prototype to avoid an error.  */ 
10916 /* We use char because int might match the return type of a gcc2 
10917     builtin and then its argument prototype would still apply.  */ 
10918 char gethostbyname(); 
10924 if { (eval echo configure
:10925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10926   eval "ac_cv_lib_$ac_lib_var=yes" 
10928   echo "configure: failed program was:" >&5 
10929   cat conftest.
$ac_ext >&5 
10931   eval "ac_cv_lib_$ac_lib_var=no" 
10934 LIBS
="$ac_save_LIBS" 
10937 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
10938   echo "$ac_t""yes" 1>&6 
10939   X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl" 
10941   echo "$ac_t""no" 1>&6 
10946     # lieder@skyler.mavd.honeywell.com says without -lsocket, 
10947     # socket/setsockopt and other routines are undefined under SCO ODT 
10948     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary 
10949     # on later versions), says simon@lia.di.epfl.ch: it contains 
10950     # gethostby* variants that don't use the nameserver (or something). 
10951     # -lsocket must be given before -lnsl if both are needed. 
10952     # We assume that if connect needs -lnsl, so does gethostbyname. 
10953     echo $ac_n "checking for connect""... $ac_c" 1>&6 
10954 echo "configure:10955: checking for connect" >&5 
10955 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then 
10956   echo $ac_n "(cached) $ac_c" 1>&6 
10958   cat > conftest.
$ac_ext <<EOF 
10959 #line 10960 "configure" 
10960 #include "confdefs.h" 
10961 /* System header to define __stub macros and hopefully few prototypes, 
10962     which can conflict with char connect(); below.  */ 
10963 #include <assert.h> 
10964 /* Override any gcc2 internal prototype to avoid an error.  */ 
10965 /* We use char because int might match the return type of a gcc2 
10966     builtin and then its argument prototype would still apply.  */ 
10971 /* The GNU C library defines this for functions which it implements 
10972     to always fail with ENOSYS.  Some functions are actually named 
10973     something starting with __ and the normal name is an alias.  */ 
10974 #if defined (__stub_connect) || defined (__stub___connect) 
10982 if { (eval echo configure
:10983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
10984   eval "ac_cv_func_connect=yes" 
10986   echo "configure: failed program was:" >&5 
10987   cat conftest.
$ac_ext >&5 
10989   eval "ac_cv_func_connect=no" 
10994 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then 
10995   echo "$ac_t""yes" 1>&6 
10998   echo "$ac_t""no" 1>&6 
11001     if test $ac_cv_func_connect = no
; then 
11002       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 
11003 echo "configure:11004: checking for connect in -lsocket" >&5 
11004 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'` 
11005 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
11006   echo $ac_n "(cached) $ac_c" 1>&6 
11008   ac_save_LIBS
="$LIBS" 
11009 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS" 
11010 cat > conftest.
$ac_ext <<EOF 
11011 #line 11012 "configure" 
11012 #include "confdefs.h" 
11013 /* Override any gcc2 internal prototype to avoid an error.  */ 
11014 /* We use char because int might match the return type of a gcc2 
11015     builtin and then its argument prototype would still apply.  */ 
11022 if { (eval echo configure
:11023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11024   eval "ac_cv_lib_$ac_lib_var=yes" 
11026   echo "configure: failed program was:" >&5 
11027   cat conftest.
$ac_ext >&5 
11029   eval "ac_cv_lib_$ac_lib_var=no" 
11032 LIBS
="$ac_save_LIBS" 
11035 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
11036   echo "$ac_t""yes" 1>&6 
11037   X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS" 
11039   echo "$ac_t""no" 1>&6 
11044     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 
11045     echo $ac_n "checking for remove""... $ac_c" 1>&6 
11046 echo "configure:11047: checking for remove" >&5 
11047 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then 
11048   echo $ac_n "(cached) $ac_c" 1>&6 
11050   cat > conftest.
$ac_ext <<EOF 
11051 #line 11052 "configure" 
11052 #include "confdefs.h" 
11053 /* System header to define __stub macros and hopefully few prototypes, 
11054     which can conflict with char remove(); below.  */ 
11055 #include <assert.h> 
11056 /* Override any gcc2 internal prototype to avoid an error.  */ 
11057 /* We use char because int might match the return type of a gcc2 
11058     builtin and then its argument prototype would still apply.  */ 
11063 /* The GNU C library defines this for functions which it implements 
11064     to always fail with ENOSYS.  Some functions are actually named 
11065     something starting with __ and the normal name is an alias.  */ 
11066 #if defined (__stub_remove) || defined (__stub___remove) 
11074 if { (eval echo configure
:11075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11076   eval "ac_cv_func_remove=yes" 
11078   echo "configure: failed program was:" >&5 
11079   cat conftest.
$ac_ext >&5 
11081   eval "ac_cv_func_remove=no" 
11086 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then 
11087   echo "$ac_t""yes" 1>&6 
11090   echo "$ac_t""no" 1>&6 
11093     if test $ac_cv_func_remove = no
; then 
11094       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 
11095 echo "configure:11096: checking for remove in -lposix" >&5 
11096 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'` 
11097 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
11098   echo $ac_n "(cached) $ac_c" 1>&6 
11100   ac_save_LIBS
="$LIBS" 
11101 LIBS
="-lposix  $LIBS" 
11102 cat > conftest.
$ac_ext <<EOF 
11103 #line 11104 "configure" 
11104 #include "confdefs.h" 
11105 /* Override any gcc2 internal prototype to avoid an error.  */ 
11106 /* We use char because int might match the return type of a gcc2 
11107     builtin and then its argument prototype would still apply.  */ 
11114 if { (eval echo configure
:11115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11116   eval "ac_cv_lib_$ac_lib_var=yes" 
11118   echo "configure: failed program was:" >&5 
11119   cat conftest.
$ac_ext >&5 
11121   eval "ac_cv_lib_$ac_lib_var=no" 
11124 LIBS
="$ac_save_LIBS" 
11127 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
11128   echo "$ac_t""yes" 1>&6 
11129   X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix" 
11131   echo "$ac_t""no" 1>&6 
11136     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 
11137     echo $ac_n "checking for shmat""... $ac_c" 1>&6 
11138 echo "configure:11139: checking for shmat" >&5 
11139 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then 
11140   echo $ac_n "(cached) $ac_c" 1>&6 
11142   cat > conftest.
$ac_ext <<EOF 
11143 #line 11144 "configure" 
11144 #include "confdefs.h" 
11145 /* System header to define __stub macros and hopefully few prototypes, 
11146     which can conflict with char shmat(); below.  */ 
11147 #include <assert.h> 
11148 /* Override any gcc2 internal prototype to avoid an error.  */ 
11149 /* We use char because int might match the return type of a gcc2 
11150     builtin and then its argument prototype would still apply.  */ 
11155 /* The GNU C library defines this for functions which it implements 
11156     to always fail with ENOSYS.  Some functions are actually named 
11157     something starting with __ and the normal name is an alias.  */ 
11158 #if defined (__stub_shmat) || defined (__stub___shmat) 
11166 if { (eval echo configure
:11167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11168   eval "ac_cv_func_shmat=yes" 
11170   echo "configure: failed program was:" >&5 
11171   cat conftest.
$ac_ext >&5 
11173   eval "ac_cv_func_shmat=no" 
11178 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then 
11179   echo "$ac_t""yes" 1>&6 
11182   echo "$ac_t""no" 1>&6 
11185     if test $ac_cv_func_shmat = no
; then 
11186       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 
11187 echo "configure:11188: checking for shmat in -lipc" >&5 
11188 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` 
11189 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
11190   echo $ac_n "(cached) $ac_c" 1>&6 
11192   ac_save_LIBS
="$LIBS" 
11194 cat > conftest.
$ac_ext <<EOF 
11195 #line 11196 "configure" 
11196 #include "confdefs.h" 
11197 /* Override any gcc2 internal prototype to avoid an error.  */ 
11198 /* We use char because int might match the return type of a gcc2 
11199     builtin and then its argument prototype would still apply.  */ 
11206 if { (eval echo configure
:11207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11208   eval "ac_cv_lib_$ac_lib_var=yes" 
11210   echo "configure: failed program was:" >&5 
11211   cat conftest.
$ac_ext >&5 
11213   eval "ac_cv_lib_$ac_lib_var=no" 
11216 LIBS
="$ac_save_LIBS" 
11219 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
11220   echo "$ac_t""yes" 1>&6 
11221   X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc" 
11223   echo "$ac_t""no" 1>&6 
11229   # Check for libraries that X11R6 Xt/Xaw programs need. 
11230   ac_save_LDFLAGS
="$LDFLAGS" 
11231   test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries" 
11232   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to 
11233   # check for ICE first), but we must link in the order -lSM -lICE or 
11234   # we get undefined symbols.  So assume we have SM if we have ICE. 
11235   # These have to be linked with before -lX11, unlike the other 
11236   # libraries we check for below, so use a different variable. 
11237   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 
11238   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 
11239 echo "configure:11240: checking for IceConnectionNumber in -lICE" >&5 
11240 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` 
11241 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
11242   echo $ac_n "(cached) $ac_c" 1>&6 
11244   ac_save_LIBS
="$LIBS" 
11245 LIBS
="-lICE $X_EXTRA_LIBS $LIBS" 
11246 cat > conftest.
$ac_ext <<EOF 
11247 #line 11248 "configure" 
11248 #include "confdefs.h" 
11249 /* Override any gcc2 internal prototype to avoid an error.  */ 
11250 /* We use char because int might match the return type of a gcc2 
11251     builtin and then its argument prototype would still apply.  */ 
11252 char IceConnectionNumber(); 
11255 IceConnectionNumber() 
11258 if { (eval echo configure
:11259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11260   eval "ac_cv_lib_$ac_lib_var=yes" 
11262   echo "configure: failed program was:" >&5 
11263   cat conftest.
$ac_ext >&5 
11265   eval "ac_cv_lib_$ac_lib_var=no" 
11268 LIBS
="$ac_save_LIBS" 
11271 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
11272   echo "$ac_t""yes" 1>&6 
11273   X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE" 
11275   echo "$ac_t""no" 1>&6 
11278   LDFLAGS
="$ac_save_LDFLAGS" 
11283         if test "$no_x" = "yes"; then 
11284           { echo "configure: error: X11 not found" 1>&2; exit 1; } 
11287         GUI_TK_LIBRARY
="$X_LIBS" 
11288         TOOLKIT_INCLUDE
="$X_CFLAGS" 
11289         AFMINSTALL
=afminstall
 
11290         COMPILED_X_PROGRAM
=0 
11292         echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 
11293 echo "configure:11294: checking for Motif/Lesstif headers" >&5 
11296 for ac_dir 
in $SEARCH_INCLUDE; 
11298     if test -f "$ac_dir/Xm/Xm.h"; then 
11299       ac_find_includes
=$ac_dir 
11304         if test "$ac_find_includes" != "" ; then 
11305             echo "$ac_t""found $ac_find_includes" 1>&6 
11307             cat > conftest.
$ac_ext <<EOF 
11308 #line 11309 "configure" 
11309 #include "confdefs.h" 
11316                     version = xmUseVersion; 
11320 if { (eval echo configure
:11321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
11323                     echo "$ac_t""found in default search path" 1>&6 
11324                     COMPILED_X_PROGRAM
=1 
11327   echo "configure: failed program was:" >&5 
11328   cat conftest.
$ac_ext >&5 
11331                     echo "$ac_t""no" 1>&6 
11332                     { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } 
11339         if test "$COMPILED_X_PROGRAM" = 0; then 
11340             echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 
11341 echo "configure:11342: checking for Motif/Lesstif library" >&5 
11344 for ac_dir 
in $SEARCH_LIB; 
11346     for ac_extension 
in a so sl dylib
; do 
11347       if test -f "$ac_dir/libXm.$ac_extension"; then 
11348         ac_find_libraries
=$ac_dir 
11354             if test "$ac_find_libraries" != "" ; then 
11356   ac_path_to_include
=$ac_find_includes 
11357   echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
 
11359   if test $result = 0; then 
11360     ac_path_to_include
="" 
11362     ac_path_to_include
="-I$ac_find_includes" 
11366   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
 
11368   if test $result = 0; then 
11371     ac_path_to_link
="-L$ac_find_libraries" 
11375                 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link" 
11376                 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include" 
11377                 echo "$ac_t""found at $ac_find_libraries" 1>&6 
11379                                                                 cat > conftest.
$ac_ext <<EOF 
11380 #line 11381 "configure" 
11381 #include "confdefs.h" 
11388                         version = xmUseVersion; 
11392 if { (eval echo configure
:11393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
11395                         echo "$ac_t""found in default search path" 1>&6 
11396                         COMPILED_X_PROGRAM
=1 
11399   echo "configure: failed program was:" >&5 
11400   cat conftest.
$ac_ext >&5 
11403                         echo "$ac_t""no" 1>&6 
11404                         { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } 
11413         echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 
11414 echo "configure:11415: checking for Xpm library" >&5 
11417 for ac_dir 
in $SEARCH_LIB; 
11419     for ac_extension 
in a so sl dylib
; do 
11420       if test -f "$ac_dir/libXpm.$ac_extension"; then 
11421         ac_find_libraries
=$ac_dir 
11427         if test "$ac_find_libraries" != "" ; then 
11429   echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
 
11431   if test $result = 0; then 
11434     ac_path_to_link
="-L$ac_find_libraries" 
11437             GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link" 
11439             cat >> confdefs.h 
<<\EOF
 
11440 #define wxHAVE_LIB_XPM 1 
11443             echo "$ac_t""found at $ac_find_libraries" 1>&6 
11445             cat > conftest.
$ac_ext <<EOF 
11446 #line 11447 "configure" 
11447 #include "confdefs.h" 
11449                     #include <X11/xpm.h> 
11454                     version = XpmLibraryVersion(); 
11458 if { (eval echo configure
:11459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
11462                     cat >> confdefs.h 
<<\EOF
 
11463 #define wxHAVE_LIB_XPM 1 
11466                     echo "$ac_t""found in default search path" 1>&6 
11467                     COMPILED_X_PROGRAM
=0 
11470   echo "configure: failed program was:" >&5 
11471   cat conftest.
$ac_ext >&5 
11474                     echo "$ac_t""no" 1>&6 
11475                     echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 
11482         GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11" 
11483         TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" 
11488     if test "$wxUSE_MAC" = 1; then 
11489         if test "$wxUSE_PRECOMP" = "yes"; then 
11490             CPPFLAGS
="${CPPFLAGS} -cpp-precomp" 
11492         CPPFLAGS
="${CPPFLAGS} -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile" 
11493         CFLAGS
="${CFLAGS} -fpascal-strings" 
11494         CXXFLAGS
="${CXXFLAGS} -fpascal-strings" 
11495         TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DTARGET_CARBON" 
11497         TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile" 
11502     if test "$wxUSE_PM" = 1; then 
11507         if test "$TOOLKIT" = "PM" ; then 
11510         TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` 
11513         PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst" 
11515     if test "$wxUSE_UNIVERSAL" = "yes"; then 
11516         ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}" 
11517         PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst" 
11518         TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}" 
11519         TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" 
11522         ALL_OBJECTS
="\$(GUIOBJS)" 
11525     ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)" 
11527     if test "$TOOLKIT" != "MSW"; then 
11528         ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)" 
11531     if test "$wxUSE_HTML" = "yes"; then 
11532         ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)" 
11535         if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then 
11536         ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)" 
11538     if test "$wxUSE_LIBJPEG" = "builtin" ; then 
11539         ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)" 
11541     if test "$wxUSE_LIBTIFF" = "builtin" ; then 
11542         ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)" 
11544     if test "$wxUSE_LIBPNG" = "builtin" ; then 
11545         ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)" 
11547     if test "$wxUSE_FREETYPE" = "builtin" ; then 
11548         ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)" 
11551     RPM_FILES
="src/\$(TOOLKITDIR)/rpmfiles.lst" 
11552     RPM_SPEC
="wx\$(TOOLKIT).spec" 
11554         GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" 
11555     DISTDIR
="wx\$(TOOLKIT)" 
11561         if test "$USE_WIN32" = 1 ; then 
11562         ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}" 
11563         TOOLKIT_VPATH
="\${top_srcdir}/src/msw" 
11567         ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}" 
11568         TOOLKIT_VPATH
="\${top_srcdir}/src/unix" 
11571     PORT_FILES
="\${top_srcdir}/src/files.lst" 
11572     RPM_FILES
="src/rpmfiles.lst" 
11573     RPM_SPEC
="wxBase.spec" 
11575         GUIDIST
="BASE_DIST" 
11579 if test "$wxUSE_REGEX" = "builtin" ; then 
11580     ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)" 
11582 if test "$wxUSE_ZLIB" = "builtin" ; then 
11583     ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)" 
11586 if test "$wxUSE_OPENGL" = "yes"; then 
11587   if test "$wxUSE_MAC" = 1; then 
11588     cat >> confdefs.h 
<<\EOF
 
11589 #define wxUSE_OPENGL 1 
11592     cat >> confdefs.h 
<<\EOF
 
11593 #define wxUSE_GLCANVAS 1 
11596     OPENGL_LIBS
="-framework OpenGL -framework AGL" 
11597     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl" 
11599     ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` 
11600 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 
11601 echo "configure:11602: checking for GL/gl.h" >&5 
11602 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
11603   echo $ac_n "(cached) $ac_c" 1>&6 
11605   cat > conftest.
$ac_ext <<EOF 
11606 #line 11607 "configure" 
11607 #include "confdefs.h" 
11610 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
11611 { (eval echo configure
:11612: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
11612 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
11613 if test -z "$ac_err"; then 
11615   eval "ac_cv_header_$ac_safe=yes" 
11618   echo "configure: failed program was:" >&5 
11619   cat conftest.
$ac_ext >&5 
11621   eval "ac_cv_header_$ac_safe=no" 
11625 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
11626   echo "$ac_t""yes" 1>&6 
11628       cat >> confdefs.h 
<<\EOF
 
11629 #define wxUSE_OPENGL 1 
11632       cat >> confdefs.h 
<<\EOF
 
11633 #define wxUSE_GLCANVAS 1 
11636       SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl" 
11637       echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6 
11638 echo "configure:11639: checking for glFlush in -lGL" >&5 
11639 ac_lib_var
=`echo GL'_'glFlush | sed 'y%./+-%__p_%'` 
11640 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
11641   echo $ac_n "(cached) $ac_c" 1>&6 
11643   ac_save_LIBS
="$LIBS" 
11645 cat > conftest.
$ac_ext <<EOF 
11646 #line 11647 "configure" 
11647 #include "confdefs.h" 
11648 /* Override any gcc2 internal prototype to avoid an error.  */ 
11649 /* We use char because int might match the return type of a gcc2 
11650     builtin and then its argument prototype would still apply.  */ 
11657 if { (eval echo configure
:11658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11659   eval "ac_cv_lib_$ac_lib_var=yes" 
11661   echo "configure: failed program was:" >&5 
11662   cat conftest.
$ac_ext >&5 
11664   eval "ac_cv_lib_$ac_lib_var=no" 
11667 LIBS
="$ac_save_LIBS" 
11670 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
11671   echo "$ac_t""yes" 1>&6 
11673         OPENGL_LIBS
="-lGL -lGLU" 
11676   echo "$ac_t""no" 1>&6 
11678           echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6 
11679 echo "configure:11680: checking for glFlush in -lMesaGL" >&5 
11680 ac_lib_var
=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'` 
11681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
11682   echo $ac_n "(cached) $ac_c" 1>&6 
11684   ac_save_LIBS
="$LIBS" 
11685 LIBS
="-lMesaGL  $LIBS" 
11686 cat > conftest.
$ac_ext <<EOF 
11687 #line 11688 "configure" 
11688 #include "confdefs.h" 
11689 /* Override any gcc2 internal prototype to avoid an error.  */ 
11690 /* We use char because int might match the return type of a gcc2 
11691     builtin and then its argument prototype would still apply.  */ 
11698 if { (eval echo configure
:11699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
11700   eval "ac_cv_lib_$ac_lib_var=yes" 
11702   echo "configure: failed program was:" >&5 
11703   cat conftest.
$ac_ext >&5 
11705   eval "ac_cv_lib_$ac_lib_var=no" 
11708 LIBS
="$ac_save_LIBS" 
11711 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
11712   echo "$ac_t""yes" 1>&6 
11714           OPENGL_LIBS
="-lMesaGL -lMesaGLU" 
11717   echo "$ac_t""no" 1>&6 
11725   echo "$ac_t""no" 1>&6 
11732 if test -z "$TOOLKIT_VPATH" ; then 
11733     TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}" 
11736 if test -n "$TOOLKIT" ; then 
11737     TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" 
11740 if test "$wxUSE_CYGWIN" = 1 ; then 
11741   TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__" 
11744 lib_unicode_suffix
= 
11745 if test "$wxUSE_UNICODE" = "yes"; then 
11746     lib_unicode_suffix
=u
 
11750 if test "$wxUSE_DEBUG_FLAG" = "yes"; then 
11752     TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}d" 
11755 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}" 
11756 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}" 
11758 if test "$cross_compiling" = "yes"; then 
11759     TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}" 
11760     TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}" 
11763 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}" 
11764 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}" 
11766 WXCONFIG_LIBS
="-l${WX_LIBRARY}" 
11768 if test "$wxUSE_OPENGL" = "yes"; then 
11769     WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} $OPENGL_LIBS" 
11772 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a" 
11773 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a" 
11775 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" 
11776 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" 
11778 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" 
11779 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}" 
11780 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" 
11781 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" 
11783 WX_RESOURCES_MACOSX
="lib${WX_LIBRARY}.rsrc" 
11784 WX_RESOURCES_MACOSX_COMPILED
="lib${WX_LIBRARY}.r" 
11787 if test "$wxUSE_SHARED" = "yes"; then 
11789         if test "$wxUSE_OPENGL" = "yes"; then 
11790         WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" 
11791         WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}" 
11793         WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS" 
11794         WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}" 
11797         if test "$GCC" = "yes"; then 
11801         SHARED_LD
="${CXX} -shared -o" 
11805                 if test "$GCC" != "yes"; then 
11806                         LDFLAGS
="-L/usr/lib" 
11808             SHARED_LD
="${CXX} -b -o" 
11812                 if test "$wxUSE_OPENGL" = "yes"; then 
11813             WX_ALL_INSTALLED
="preinstall_gl" 
11814             WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" 
11816             WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" 
11821         if test "$GCC" != "yes"; then 
11822             echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6 
11823 echo "configure:11824: checking for Intel compiler" >&5 
11824 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then 
11825   echo $ac_n "(cached) $ac_c" 1>&6 
11828                 cat > conftest.
$ac_ext <<EOF 
11829 #line 11830 "configure" 
11830 #include "confdefs.h" 
11834                         #ifndef __INTEL_COMPILER 
11840 if { (eval echo configure
:11841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
11844   echo "configure: failed program was:" >&5 
11845   cat conftest.
$ac_ext >&5 
11854 echo "$ac_t""$wx_cv_prog_icc" 1>&6 
11855             if test "$wx_cv_prog_icc" = "yes"; then 
11860         if test "$wxUSE_SONAME" = "yes" ; then 
11861             SONAME_FLAGS
="-Wl,-soname,${WX_LIBRARY_LINK1}" 
11862             SONAME_FLAGS_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}" 
11863                         WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)" 
11868         if test "$GCC" = yes ; then 
11869                                     CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include" 
11871             SHARED_LD
="${CXX} -G -o" 
11873             SONAME_FLAGS
="-h ${WX_LIBRARY_NAME_SHARED}" 
11874             SONAME_FLAGS_GL
="-h ${WX_LIBRARY_NAME_SHARED}" 
11879         CFLAGS
="${CFLAGS} -fno-common" 
11880         CXXFLAGS
="${CXXFLAGS} -fno-common" 
11881         SHARED_LD
="${CXX} -dynamiclib -o" 
11882         PIC_FLAG
="-dynamic -fPIC" 
11886         SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o" 
11889       *-*-cygwin* | *-*-mingw32* ) 
11890         WX_LIBRARY
="wxmsw${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}${WX_RELEASE_NUMBER}${lib_unicode_suffix}${lib_debug_suffix}" 
11891         WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.dll" 
11892         WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a" 
11893         WXCONFIG_LIBS
="-l${WX_LIBRARY}" 
11894         SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_NAME_STATIC} -o" 
11895         TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1" 
11896         WXMSW_DLL_DEFINES
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1" 
11898                 if test "$wxUSE_OPENGL" = "yes"; then 
11899             WX_ALL_INSTALLED
="preinstall_gl" 
11900             WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" 
11902             WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" 
11907       *-pc-os2_emx | *-pc-os2-emx ) 
11912                         SHARED_LD
="${LD} -shared -o" 
11915       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
 
11917       *-*-irix5* | *-*-irix6* | \
 
11924         { echo "configure: error: unknown system type $host." 1>&2; exit 1; } 
11927         if test "x$WX_TARGET_LIBRARY" = "x"; then 
11928         WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}" 
11929         WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}" 
11932         WX_TARGET_LIBRARY_TYPE
="so" 
11935 if test "$wxUSE_SHARED" = "no"; then 
11937         if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then 
11938                 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall" 
11941     if test "$wxUSE_MAC" = 1; then 
11942         WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall" 
11945     if test "$wxUSE_OPENGL" = "yes"; then 
11946         WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl" 
11947         WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}" 
11949         WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}" 
11952     WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}" 
11953     WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}" 
11955     WX_TARGET_LIBRARY_TYPE
="a" 
11958 if test "$wxUSE_MAC" = 1; then 
11959         WX_ALL
="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r" 
11960     WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res" 
11961     # Extract the first word of "Rez", so it can be a program name with args. 
11962 set dummy Rez
; ac_word
=$2 
11963 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
11964 echo "configure:11965: checking for $ac_word" >&5 
11965 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then 
11966   echo $ac_n "(cached) $ac_c" 1>&6 
11968   if test -n "$RESCOMP"; then 
11969   ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test. 
11971   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
11973   for ac_dir 
in $ac_dummy; do 
11974     test -z "$ac_dir" && ac_dir
=.
 
11975     if test -f $ac_dir/$ac_word; then 
11976       ac_cv_prog_RESCOMP
="Rez" 
11981   test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez" 
11984 RESCOMP
="$ac_cv_prog_RESCOMP" 
11985 if test -n "$RESCOMP"; then 
11986   echo "$ac_t""$RESCOMP" 1>&6 
11988   echo "$ac_t""no" 1>&6 
11991     # Extract the first word of "Derez", so it can be a program name with args. 
11992 set dummy Derez
; ac_word
=$2 
11993 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
11994 echo "configure:11995: checking for $ac_word" >&5 
11995 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then 
11996   echo $ac_n "(cached) $ac_c" 1>&6 
11998   if test -n "$DEREZ"; then 
11999   ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test. 
12001   IFS
="${IFS=   }"; ac_save_ifs
="$IFS"; IFS
=":" 
12003   for ac_dir 
in $ac_dummy; do 
12004     test -z "$ac_dir" && ac_dir
=.
 
12005     if test -f $ac_dir/$ac_word; then 
12006       ac_cv_prog_DEREZ
="Derez" 
12011   test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/Derez" 
12014 DEREZ
="$ac_cv_prog_DEREZ" 
12015 if test -n "$DEREZ"; then 
12016   echo "$ac_t""$DEREZ" 1>&6 
12018   echo "$ac_t""no" 1>&6 
12021     LIBWXMACRES
="\$(top_builddir)/lib/lib${WX_LIBRARY}.r" 
12022     LIBWXMACRESCOMP
="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)" 
12023     LIBWXMACRESWXCONFIG
="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o" 
12027 if test "$wxUSE_MAC" != 1; then 
12028     for ac_hdr 
in strings.h
 
12030 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12031 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12032 echo "configure:12033: checking for $ac_hdr" >&5 
12033 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12034   echo $ac_n "(cached) $ac_c" 1>&6 
12036   cat > conftest.
$ac_ext <<EOF 
12037 #line 12038 "configure" 
12038 #include "confdefs.h" 
12041 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12042 { (eval echo configure
:12043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12043 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12044 if test -z "$ac_err"; then 
12046   eval "ac_cv_header_$ac_safe=yes" 
12049   echo "configure: failed program was:" >&5 
12050   cat conftest.
$ac_ext >&5 
12052   eval "ac_cv_header_$ac_safe=no" 
12056 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12057   echo "$ac_t""yes" 1>&6 
12058     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12059   cat >> confdefs.h 
<<EOF 
12060 #define $ac_tr_hdr 1 
12064   echo "$ac_t""no" 1>&6 
12070 for ac_hdr 
in stdlib.h
 
12072 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12073 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12074 echo "configure:12075: checking for $ac_hdr" >&5 
12075 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12076   echo $ac_n "(cached) $ac_c" 1>&6 
12078   cat > conftest.
$ac_ext <<EOF 
12079 #line 12080 "configure" 
12080 #include "confdefs.h" 
12083 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12084 { (eval echo configure
:12085: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12085 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12086 if test -z "$ac_err"; then 
12088   eval "ac_cv_header_$ac_safe=yes" 
12091   echo "configure: failed program was:" >&5 
12092   cat conftest.
$ac_ext >&5 
12094   eval "ac_cv_header_$ac_safe=no" 
12098 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12099   echo "$ac_t""yes" 1>&6 
12100     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12101   cat >> confdefs.h 
<<EOF 
12102 #define $ac_tr_hdr 1 
12106   echo "$ac_t""no" 1>&6 
12110 for ac_hdr 
in unistd.h
 
12112 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12113 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12114 echo "configure:12115: checking for $ac_hdr" >&5 
12115 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12116   echo $ac_n "(cached) $ac_c" 1>&6 
12118   cat > conftest.
$ac_ext <<EOF 
12119 #line 12120 "configure" 
12120 #include "confdefs.h" 
12123 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12124 { (eval echo configure
:12125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12125 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12126 if test -z "$ac_err"; then 
12128   eval "ac_cv_header_$ac_safe=yes" 
12131   echo "configure: failed program was:" >&5 
12132   cat conftest.
$ac_ext >&5 
12134   eval "ac_cv_header_$ac_safe=no" 
12138 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12139   echo "$ac_t""yes" 1>&6 
12140     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12141   cat >> confdefs.h 
<<EOF 
12142 #define $ac_tr_hdr 1 
12146   echo "$ac_t""no" 1>&6 
12150 for ac_hdr 
in wchar.h
 
12152 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12153 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12154 echo "configure:12155: checking for $ac_hdr" >&5 
12155 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12156   echo $ac_n "(cached) $ac_c" 1>&6 
12158   cat > conftest.
$ac_ext <<EOF 
12159 #line 12160 "configure" 
12160 #include "confdefs.h" 
12163 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12164 { (eval echo configure
:12165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12165 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12166 if test -z "$ac_err"; then 
12168   eval "ac_cv_header_$ac_safe=yes" 
12171   echo "configure: failed program was:" >&5 
12172   cat conftest.
$ac_ext >&5 
12174   eval "ac_cv_header_$ac_safe=no" 
12178 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12179   echo "$ac_t""yes" 1>&6 
12180     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12181   cat >> confdefs.h 
<<EOF 
12182 #define $ac_tr_hdr 1 
12186   echo "$ac_t""no" 1>&6 
12190 for ac_hdr 
in wcstr.h
 
12192 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12193 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12194 echo "configure:12195: checking for $ac_hdr" >&5 
12195 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12196   echo $ac_n "(cached) $ac_c" 1>&6 
12198   cat > conftest.
$ac_ext <<EOF 
12199 #line 12200 "configure" 
12200 #include "confdefs.h" 
12203 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12204 { (eval echo configure
:12205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12205 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12206 if test -z "$ac_err"; then 
12208   eval "ac_cv_header_$ac_safe=yes" 
12211   echo "configure: failed program was:" >&5 
12212   cat conftest.
$ac_ext >&5 
12214   eval "ac_cv_header_$ac_safe=no" 
12218 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12219   echo "$ac_t""yes" 1>&6 
12220     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12221   cat >> confdefs.h 
<<EOF 
12222 #define $ac_tr_hdr 1 
12226   echo "$ac_t""no" 1>&6 
12230 for ac_hdr 
in fnmatch.h
 
12232 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12233 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12234 echo "configure:12235: checking for $ac_hdr" >&5 
12235 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12236   echo $ac_n "(cached) $ac_c" 1>&6 
12238   cat > conftest.
$ac_ext <<EOF 
12239 #line 12240 "configure" 
12240 #include "confdefs.h" 
12243 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12244 { (eval echo configure
:12245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12245 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12246 if test -z "$ac_err"; then 
12248   eval "ac_cv_header_$ac_safe=yes" 
12251   echo "configure: failed program was:" >&5 
12252   cat conftest.
$ac_ext >&5 
12254   eval "ac_cv_header_$ac_safe=no" 
12258 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12259   echo "$ac_t""yes" 1>&6 
12260     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12261   cat >> confdefs.h 
<<EOF 
12262 #define $ac_tr_hdr 1 
12266   echo "$ac_t""no" 1>&6 
12270 for ac_hdr 
in iconv.h
 
12272 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12273 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12274 echo "configure:12275: checking for $ac_hdr" >&5 
12275 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12276   echo $ac_n "(cached) $ac_c" 1>&6 
12278   cat > conftest.
$ac_ext <<EOF 
12279 #line 12280 "configure" 
12280 #include "confdefs.h" 
12283 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12284 { (eval echo configure
:12285: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12285 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12286 if test -z "$ac_err"; then 
12288   eval "ac_cv_header_$ac_safe=yes" 
12291   echo "configure: failed program was:" >&5 
12292   cat conftest.
$ac_ext >&5 
12294   eval "ac_cv_header_$ac_safe=no" 
12298 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12299   echo "$ac_t""yes" 1>&6 
12300     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12301   cat >> confdefs.h 
<<EOF 
12302 #define $ac_tr_hdr 1 
12306   echo "$ac_t""no" 1>&6 
12310 for ac_hdr 
in langinfo.h
 
12312 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12313 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12314 echo "configure:12315: checking for $ac_hdr" >&5 
12315 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12316   echo $ac_n "(cached) $ac_c" 1>&6 
12318   cat > conftest.
$ac_ext <<EOF 
12319 #line 12320 "configure" 
12320 #include "confdefs.h" 
12323 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12324 { (eval echo configure
:12325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12325 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12326 if test -z "$ac_err"; then 
12328   eval "ac_cv_header_$ac_safe=yes" 
12331   echo "configure: failed program was:" >&5 
12332   cat conftest.
$ac_ext >&5 
12334   eval "ac_cv_header_$ac_safe=no" 
12338 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12339   echo "$ac_t""yes" 1>&6 
12340     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12341   cat >> confdefs.h 
<<EOF 
12342 #define $ac_tr_hdr 1 
12346   echo "$ac_t""no" 1>&6 
12351 if test "$wxUSE_GUI" = "yes"; then 
12352     if test "$wxUSE_UNIX" = "yes"; then 
12353                 for ac_hdr 
in X
11/XKBlib.h
 
12355 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
12356 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
12357 echo "configure:12358: checking for $ac_hdr" >&5 
12358 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
12359   echo $ac_n "(cached) $ac_c" 1>&6 
12361   cat > conftest.
$ac_ext <<EOF 
12362 #line 12363 "configure" 
12363 #include "confdefs.h" 
12366 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12367 { (eval echo configure
:12368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12368 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12369 if test -z "$ac_err"; then 
12371   eval "ac_cv_header_$ac_safe=yes" 
12374   echo "configure: failed program was:" >&5 
12375   cat conftest.
$ac_ext >&5 
12377   eval "ac_cv_header_$ac_safe=no" 
12381 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
12382   echo "$ac_t""yes" 1>&6 
12383     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
12384   cat >> confdefs.h 
<<EOF 
12385 #define $ac_tr_hdr 1 
12389   echo "$ac_t""no" 1>&6 
12397 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 
12398 echo "configure:12399: checking for ANSI C header files" >&5 
12399 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 
12400   echo $ac_n "(cached) $ac_c" 1>&6 
12402   cat > conftest.
$ac_ext <<EOF 
12403 #line 12404 "configure" 
12404 #include "confdefs.h" 
12405 #include <stdlib.h> 
12406 #include <stdarg.h> 
12407 #include <string.h> 
12410 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
12411 { (eval echo configure
:12412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
12412 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
12413 if test -z "$ac_err"; then 
12415   ac_cv_header_stdc
=yes 
12418   echo "configure: failed program was:" >&5 
12419   cat conftest.
$ac_ext >&5 
12421   ac_cv_header_stdc
=no
 
12425 if test $ac_cv_header_stdc = yes; then 
12426   # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 
12427 cat > conftest.
$ac_ext <<EOF 
12428 #line 12429 "configure" 
12429 #include "confdefs.h" 
12430 #include <string.h> 
12432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12433   egrep "memchr" >/dev
/null 
2>&1; then 
12437   ac_cv_header_stdc
=no
 
12443 if test $ac_cv_header_stdc = yes; then 
12444   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 
12445 cat > conftest.
$ac_ext <<EOF 
12446 #line 12447 "configure" 
12447 #include "confdefs.h" 
12448 #include <stdlib.h> 
12450 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12451   egrep "free" >/dev
/null 
2>&1; then 
12455   ac_cv_header_stdc
=no
 
12461 if test $ac_cv_header_stdc = yes; then 
12462   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 
12463 if test "$cross_compiling" = yes; then 
12466   cat > conftest.
$ac_ext <<EOF 
12467 #line 12468 "configure" 
12468 #include "confdefs.h" 
12470 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 
12471 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 
12472 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 
12473 int main () { int i; for (i = 0; i < 256; i++) 
12474 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 
12478 if { (eval echo configure
:12479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
12482   echo "configure: failed program was:" >&5 
12483   cat conftest.
$ac_ext >&5 
12485   ac_cv_header_stdc
=no
 
12493 echo "$ac_t""$ac_cv_header_stdc" 1>&6 
12494 if test $ac_cv_header_stdc = yes; then 
12495   cat >> confdefs.h 
<<\EOF
 
12496 #define STDC_HEADERS 1 
12501 echo $ac_n "checking for mode_t""... $ac_c" 1>&6 
12502 echo "configure:12503: checking for mode_t" >&5 
12503 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then 
12504   echo $ac_n "(cached) $ac_c" 1>&6 
12506   cat > conftest.
$ac_ext <<EOF 
12507 #line 12508 "configure" 
12508 #include "confdefs.h" 
12509 #include <sys/types.h> 
12511 #include <stdlib.h> 
12512 #include <stddef.h> 
12515 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12516   egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null 
2>&1; then 
12518   ac_cv_type_mode_t
=yes 
12521   ac_cv_type_mode_t
=no
 
12526 echo "$ac_t""$ac_cv_type_mode_t" 1>&6 
12527 if test $ac_cv_type_mode_t = no
; then 
12528   cat >> confdefs.h 
<<\EOF
 
12534 echo $ac_n "checking for off_t""... $ac_c" 1>&6 
12535 echo "configure:12536: checking for off_t" >&5 
12536 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 
12537   echo $ac_n "(cached) $ac_c" 1>&6 
12539   cat > conftest.
$ac_ext <<EOF 
12540 #line 12541 "configure" 
12541 #include "confdefs.h" 
12542 #include <sys/types.h> 
12544 #include <stdlib.h> 
12545 #include <stddef.h> 
12548 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12549   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null 
2>&1; then 
12551   ac_cv_type_off_t
=yes 
12554   ac_cv_type_off_t
=no
 
12559 echo "$ac_t""$ac_cv_type_off_t" 1>&6 
12560 if test $ac_cv_type_off_t = no
; then 
12561   cat >> confdefs.h 
<<\EOF
 
12567 echo $ac_n "checking for pid_t""... $ac_c" 1>&6 
12568 echo "configure:12569: checking for pid_t" >&5 
12569 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 
12570   echo $ac_n "(cached) $ac_c" 1>&6 
12572   cat > conftest.
$ac_ext <<EOF 
12573 #line 12574 "configure" 
12574 #include "confdefs.h" 
12575 #include <sys/types.h> 
12577 #include <stdlib.h> 
12578 #include <stddef.h> 
12581 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12582   egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null 
2>&1; then 
12584   ac_cv_type_pid_t
=yes 
12587   ac_cv_type_pid_t
=no
 
12592 echo "$ac_t""$ac_cv_type_pid_t" 1>&6 
12593 if test $ac_cv_type_pid_t = no
; then 
12594   cat >> confdefs.h 
<<\EOF
 
12600 echo $ac_n "checking for size_t""... $ac_c" 1>&6 
12601 echo "configure:12602: checking for size_t" >&5 
12602 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 
12603   echo $ac_n "(cached) $ac_c" 1>&6 
12605   cat > conftest.
$ac_ext <<EOF 
12606 #line 12607 "configure" 
12607 #include "confdefs.h" 
12608 #include <sys/types.h> 
12610 #include <stdlib.h> 
12611 #include <stddef.h> 
12614 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12615   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null 
2>&1; then 
12617   ac_cv_type_size_t
=yes 
12620   ac_cv_type_size_t
=no
 
12625 echo "$ac_t""$ac_cv_type_size_t" 1>&6 
12626 if test $ac_cv_type_size_t = no
; then 
12627   cat >> confdefs.h 
<<\EOF
 
12628 #define size_t unsigned 
12633 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 
12634 echo "configure:12635: checking for uid_t in sys/types.h" >&5 
12635 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 
12636   echo $ac_n "(cached) $ac_c" 1>&6 
12638   cat > conftest.
$ac_ext <<EOF 
12639 #line 12640 "configure" 
12640 #include "confdefs.h" 
12641 #include <sys/types.h> 
12643 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 
12644   egrep "uid_t" >/dev
/null 
2>&1; then 
12646   ac_cv_type_uid_t
=yes 
12649   ac_cv_type_uid_t
=no
 
12655 echo "$ac_t""$ac_cv_type_uid_t" 1>&6 
12656 if test $ac_cv_type_uid_t = no
; then 
12657   cat >> confdefs.h 
<<\EOF
 
12661   cat >> confdefs.h 
<<\EOF
 
12668 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6 
12669 echo "configure:12670: checking for wchar_t" >&5 
12670 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then 
12671   echo $ac_n "(cached) $ac_c" 1>&6 
12674     cat > conftest.
$ac_ext <<EOF 
12675 #line 12676 "configure" 
12676 #include "confdefs.h" 
12682             ws = L"Hello, world!"; 
12686 if { (eval echo configure
:12687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
12688   wx_cv_type_wchar_t
=yes 
12690   echo "configure: failed program was:" >&5 
12691   cat conftest.
$ac_ext >&5 
12693   wx_cv_type_wchar_t
=no
 
12700 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6 
12702 if test "$wx_cv_type_wchar_t" = "yes"; then 
12703     cat >> confdefs.h 
<<\EOF
 
12704 #define wxUSE_WCHAR_T 1 
12711 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
12712 ac_cpp
='$CXXCPP $CPPFLAGS' 
12713 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
12714 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
12715 cross_compiling
=$ac_cv_prog_cxx_cross 
12717 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6 
12718 echo "configure:12719: checking if size_t is unsigned int" >&5 
12719 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then 
12720   echo $ac_n "(cached) $ac_c" 1>&6 
12722                           cat > conftest.
$ac_ext <<EOF 
12723 #line 12724 "configure" 
12724 #include "confdefs.h" 
12725 #include <stddef.h> 
12730             struct Foo { void foo(size_t); void foo(unsigned int); }; 
12736 if { (eval echo configure
:12737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
12738   wx_cv_size_t_is_uint
=no
 
12740   echo "configure: failed program was:" >&5 
12741   cat conftest.
$ac_ext >&5 
12743   wx_cv_size_t_is_uint
=yes 
12750 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6 
12752 if test "$wx_cv_size_t_is_uint" = "yes"; then 
12753     cat >> confdefs.h 
<<\EOF
 
12754 #define wxSIZE_T_IS_UINT 1 
12758     echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6 
12759 echo "configure:12760: checking if size_t is unsigned long" >&5 
12760 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then 
12761   echo $ac_n "(cached) $ac_c" 1>&6 
12763   cat > conftest.
$ac_ext <<EOF 
12764 #line 12765 "configure" 
12765 #include "confdefs.h" 
12766 #include <stddef.h> 
12771                 struct Foo { void foo(size_t); void foo(unsigned long); }; 
12777 if { (eval echo configure
:12778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
12779   wx_cv_size_t_is_ulong
=no
 
12781   echo "configure: failed program was:" >&5 
12782   cat conftest.
$ac_ext >&5 
12784   wx_cv_size_t_is_ulong
=yes 
12791 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6 
12793     if test "$wx_cv_size_t_is_ulong" = "yes"; then 
12794         cat >> confdefs.h 
<<\EOF
 
12795 #define wxSIZE_T_IS_ULONG 1 
12802 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
12803 ac_cpp
='$CPP $CPPFLAGS' 
12804 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
12805 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
12806 cross_compiling
=$ac_cv_prog_cc_cross 
12810 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 
12811 echo "configure:12812: checking for pw_gecos in struct passwd" >&5 
12812 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then 
12813   echo $ac_n "(cached) $ac_c" 1>&6 
12816         cat > conftest.
$ac_ext <<EOF 
12817 #line 12818 "configure" 
12818 #include "confdefs.h" 
12828 if { (eval echo configure
:12829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
12831                 wx_cv_struct_pw_gecos
=yes 
12834   echo "configure: failed program was:" >&5 
12835   cat conftest.
$ac_ext >&5 
12838                 wx_cv_struct_pw_gecos
=no
 
12847 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 
12849 if test "$wx_cv_struct_pw_gecos" = "yes"; then 
12850     cat >> confdefs.h 
<<\EOF
 
12851 #define HAVE_PW_GECOS 1 
12857 echo $ac_n "checking for working const""... $ac_c" 1>&6 
12858 echo "configure:12859: checking for working const" >&5 
12859 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 
12860   echo $ac_n "(cached) $ac_c" 1>&6 
12862   cat > conftest.
$ac_ext <<EOF 
12863 #line 12864 "configure" 
12864 #include "confdefs.h" 
12868 /* Ultrix mips cc rejects this.  */ 
12869 typedef int charset[2]; const charset x = {0,0}; 
12870 /* SunOS 4.1.1 cc rejects this.  */ 
12871 char const *const *ccp; 
12873 /* NEC SVR4.0.2 mips cc rejects this.  */ 
12874 struct point {int x, y;}; 
12875 static struct point const zero = {0,0}; 
12876 /* AIX XL C 1.02.0.0 rejects this. 
12877    It does not let you subtract one const X* pointer from another in an arm 
12878    of an if-expression whose if-part is not a constant expression */ 
12879 const char *g = "string"; 
12880 ccp = &g + (g ? g-g : 0); 
12881 /* HPUX 7.0 cc rejects these. */ 
12884 ccp = (char const *const *) p; 
12885 { /* SCO 3.2v4 cc rejects this.  */ 
12887   char const *s = 0 ? (char *) 0 : (char const *) 0; 
12891 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */ 
12892   int x[] = {25, 17}; 
12893   const int *foo = &x[0]; 
12896 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ 
12897   typedef const int *iptr; 
12901 { /* AIX XL C 1.02.0.0 rejects this saying 
12902      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 
12903   struct s { int j; const int *ap[3]; }; 
12904   struct s *b; b->j = 5; 
12906 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 
12907   const int foo = 10; 
12912 if { (eval echo configure
:12913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
12916   echo "configure: failed program was:" >&5 
12917   cat conftest.
$ac_ext >&5 
12924 echo "$ac_t""$ac_cv_c_const" 1>&6 
12925 if test $ac_cv_c_const = no
; then 
12926   cat >> confdefs.h 
<<\EOF
 
12932 echo $ac_n "checking for inline""... $ac_c" 1>&6 
12933 echo "configure:12934: checking for inline" >&5 
12934 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
12935   echo $ac_n "(cached) $ac_c" 1>&6 
12938 for ac_kw 
in inline __inline__ __inline
; do 
12939   cat > conftest.
$ac_ext <<EOF 
12940 #line 12941 "configure" 
12941 #include "confdefs.h" 
12944 } int $ac_kw foo() { 
12947 if { (eval echo configure
:12948: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
12949   ac_cv_c_inline
=$ac_kw; break 
12951   echo "configure: failed program was:" >&5 
12952   cat conftest.
$ac_ext >&5 
12959 echo "$ac_t""$ac_cv_c_inline" 1>&6 
12960 case "$ac_cv_c_inline" in 
12962   no
) cat >> confdefs.h 
<<\EOF
 
12966   *)  cat >> confdefs.h 
<<EOF 
12967 #define inline $ac_cv_c_inline 
12973 echo $ac_n "checking size of char""... $ac_c" 1>&6 
12974 echo "configure:12975: checking size of char" >&5 
12975 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 
12976   echo $ac_n "(cached) $ac_c" 1>&6 
12978   if test "$cross_compiling" = yes; then 
12979   ac_cv_sizeof_char
=1 
12981   cat > conftest.
$ac_ext <<EOF 
12982 #line 12983 "configure" 
12983 #include "confdefs.h" 
12987   FILE *f=fopen("conftestval", "w"); 
12989   fprintf(f, "%d\n", sizeof(char)); 
12993 if { (eval echo configure
:12994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
12995   ac_cv_sizeof_char
=`cat conftestval` 
12997   echo "configure: failed program was:" >&5 
12998   cat conftest.
$ac_ext >&5 
13000   ac_cv_sizeof_char
=0 
13006 echo "$ac_t""$ac_cv_sizeof_char" 1>&6 
13007 cat >> confdefs.h 
<<EOF 
13008 #define SIZEOF_CHAR $ac_cv_sizeof_char 
13012 echo $ac_n "checking size of short""... $ac_c" 1>&6 
13013 echo "configure:13014: checking size of short" >&5 
13014 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 
13015   echo $ac_n "(cached) $ac_c" 1>&6 
13017   if test "$cross_compiling" = yes; then 
13018   ac_cv_sizeof_short
=2 
13020   cat > conftest.
$ac_ext <<EOF 
13021 #line 13022 "configure" 
13022 #include "confdefs.h" 
13026   FILE *f=fopen("conftestval", "w"); 
13028   fprintf(f, "%d\n", sizeof(short)); 
13032 if { (eval echo configure
:13033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13034   ac_cv_sizeof_short
=`cat conftestval` 
13036   echo "configure: failed program was:" >&5 
13037   cat conftest.
$ac_ext >&5 
13039   ac_cv_sizeof_short
=0 
13045 echo "$ac_t""$ac_cv_sizeof_short" 1>&6 
13046 cat >> confdefs.h 
<<EOF 
13047 #define SIZEOF_SHORT $ac_cv_sizeof_short 
13051 echo $ac_n "checking size of int *""... $ac_c" 1>&6 
13052 echo "configure:13053: checking size of int *" >&5 
13053 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then 
13054   echo $ac_n "(cached) $ac_c" 1>&6 
13056   if test "$cross_compiling" = yes; then 
13057   ac_cv_sizeof_int_p
=4 
13059   cat > conftest.
$ac_ext <<EOF 
13060 #line 13061 "configure" 
13061 #include "confdefs.h" 
13065   FILE *f=fopen("conftestval", "w"); 
13067   fprintf(f, "%d\n", sizeof(int *)); 
13071 if { (eval echo configure
:13072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13073   ac_cv_sizeof_int_p
=`cat conftestval` 
13075   echo "configure: failed program was:" >&5 
13076   cat conftest.
$ac_ext >&5 
13078   ac_cv_sizeof_int_p
=0 
13084 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6 
13085 cat >> confdefs.h 
<<EOF 
13086 #define SIZEOF_INT_P $ac_cv_sizeof_int_p 
13090 echo $ac_n "checking size of int""... $ac_c" 1>&6 
13091 echo "configure:13092: checking size of int" >&5 
13092 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 
13093   echo $ac_n "(cached) $ac_c" 1>&6 
13095   if test "$cross_compiling" = yes; then 
13098   cat > conftest.
$ac_ext <<EOF 
13099 #line 13100 "configure" 
13100 #include "confdefs.h" 
13104   FILE *f=fopen("conftestval", "w"); 
13106   fprintf(f, "%d\n", sizeof(int)); 
13110 if { (eval echo configure
:13111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13112   ac_cv_sizeof_int
=`cat conftestval` 
13114   echo "configure: failed program was:" >&5 
13115   cat conftest.
$ac_ext >&5 
13123 echo "$ac_t""$ac_cv_sizeof_int" 1>&6 
13124 cat >> confdefs.h 
<<EOF 
13125 #define SIZEOF_INT $ac_cv_sizeof_int 
13129 echo $ac_n "checking size of long""... $ac_c" 1>&6 
13130 echo "configure:13131: checking size of long" >&5 
13131 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 
13132   echo $ac_n "(cached) $ac_c" 1>&6 
13134   if test "$cross_compiling" = yes; then 
13135   ac_cv_sizeof_long
=4 
13137   cat > conftest.
$ac_ext <<EOF 
13138 #line 13139 "configure" 
13139 #include "confdefs.h" 
13143   FILE *f=fopen("conftestval", "w"); 
13145   fprintf(f, "%d\n", sizeof(long)); 
13149 if { (eval echo configure
:13150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13151   ac_cv_sizeof_long
=`cat conftestval` 
13153   echo "configure: failed program was:" >&5 
13154   cat conftest.
$ac_ext >&5 
13156   ac_cv_sizeof_long
=0 
13162 echo "$ac_t""$ac_cv_sizeof_long" 1>&6 
13163 cat >> confdefs.h 
<<EOF 
13164 #define SIZEOF_LONG $ac_cv_sizeof_long 
13168 echo $ac_n "checking size of long long""... $ac_c" 1>&6 
13169 echo "configure:13170: checking size of long long" >&5 
13170 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 
13171   echo $ac_n "(cached) $ac_c" 1>&6 
13173   if test "$cross_compiling" = yes; then 
13174   ac_cv_sizeof_long_long
=0 
13176   cat > conftest.
$ac_ext <<EOF 
13177 #line 13178 "configure" 
13178 #include "confdefs.h" 
13182   FILE *f=fopen("conftestval", "w"); 
13184   fprintf(f, "%d\n", sizeof(long long)); 
13188 if { (eval echo configure
:13189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13190   ac_cv_sizeof_long_long
=`cat conftestval` 
13192   echo "configure: failed program was:" >&5 
13193   cat conftest.
$ac_ext >&5 
13195   ac_cv_sizeof_long_long
=0 
13201 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 
13202 cat >> confdefs.h 
<<EOF 
13203 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long 
13208 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6 
13209 echo "configure:13210: checking size of wchar_t" >&5 
13210 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then 
13211   echo $ac_n "(cached) $ac_c" 1>&6 
13214     if test "$cross_compiling" = yes; then 
13215   wx_cv_sizeof_wchar_t
=4 
13218   cat > conftest.
$ac_ext <<EOF 
13219 #line 13220 "configure" 
13220 #include "confdefs.h" 
13222             #ifdef HAVE_WCHAR_H 
13223             #  include <wchar.h> 
13225             #ifdef HAVE_STDLIB_H 
13226             #  include <stdlib.h> 
13231                 FILE *f=fopen("conftestval", "w"); 
13233                 fprintf(f, "%i", sizeof(wchar_t)); 
13238 if { (eval echo configure
:13239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13240   wx_cv_sizeof_wchar_t
=`cat conftestval` 
13242   echo "configure: failed program was:" >&5 
13243   cat conftest.
$ac_ext >&5 
13245   wx_cv_sizeof_wchar_t
=0 
13253 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6 
13255 cat >> confdefs.h 
<<EOF 
13256 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t 
13260 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 
13261 echo "configure:13262: checking whether byte ordering is bigendian" >&5 
13262 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 
13263   echo $ac_n "(cached) $ac_c" 1>&6 
13265   ac_cv_c_bigendian
=unknown
 
13266 # See if sys/param.h defines the BYTE_ORDER macro. 
13267 cat > conftest.
$ac_ext <<EOF 
13268 #line 13269 "configure" 
13269 #include "confdefs.h" 
13270 #include <sys/types.h> 
13271 #include <sys/param.h> 
13274 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 
13275  bogus endian macros 
13279 if { (eval echo configure
:13280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
13281   # It does; now see whether it defined to BIG_ENDIAN or not. 
13282 cat > conftest.
$ac_ext <<EOF 
13283 #line 13284 "configure" 
13284 #include "confdefs.h" 
13285 #include <sys/types.h> 
13286 #include <sys/param.h> 
13289 #if BYTE_ORDER != BIG_ENDIAN 
13294 if { (eval echo configure
:13295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
13296   ac_cv_c_bigendian
=yes 
13298   echo "configure: failed program was:" >&5 
13299   cat conftest.
$ac_ext >&5 
13301   ac_cv_c_bigendian
=no
 
13305   echo "configure: failed program was:" >&5 
13306   cat conftest.
$ac_ext >&5 
13309 if test $ac_cv_c_bigendian = unknown
; then 
13310 if test "$cross_compiling" = yes; then 
13311   ac_cv_c_bigendian
=unknown
 
13313   cat > conftest.
$ac_ext <<EOF 
13314 #line 13315 "configure" 
13315 #include "confdefs.h" 
13317   /* Are we little or big endian?  From Harbison&Steele.  */ 
13321     char c[sizeof (long)]; 
13324   exit (u.c[sizeof (long) - 1] == 1); 
13327 if { (eval echo configure
:13328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
 
13329   ac_cv_c_bigendian
=no
 
13331   echo "configure: failed program was:" >&5 
13332   cat conftest.
$ac_ext >&5 
13334   ac_cv_c_bigendian
=yes 
13342 echo "$ac_t""$ac_cv_c_bigendian" 1>&6 
13343 if test $ac_cv_c_bigendian = unknown
; then 
13344   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 
13346 if test $ac_cv_c_bigendian = yes; then 
13347   cat >> confdefs.h 
<<\EOF
 
13348 #define WORDS_BIGENDIAN 1 
13354 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 
13355 echo "configure:13356: checking how to run the C++ preprocessor" >&5 
13356 if test -z "$CXXCPP"; then 
13357 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then 
13358   echo $ac_n "(cached) $ac_c" 1>&6 
13361 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
13362 ac_cpp
='$CXXCPP $CPPFLAGS' 
13363 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
13364 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
13365 cross_compiling
=$ac_cv_prog_cxx_cross 
13366   CXXCPP
="${CXX-g++} -E" 
13367   cat > conftest.
$ac_ext <<EOF 
13368 #line 13369 "configure" 
13369 #include "confdefs.h" 
13370 #include <stdlib.h> 
13372 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
13373 { (eval echo configure
:13374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
13374 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
13375 if test -z "$ac_err"; then 
13379   echo "configure: failed program was:" >&5 
13380   cat conftest.
$ac_ext >&5 
13385   ac_cv_prog_CXXCPP
="$CXXCPP" 
13387 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
13388 ac_cpp
='$CXXCPP $CPPFLAGS' 
13389 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
13390 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
13391 cross_compiling
=$ac_cv_prog_cxx_cross 
13394 CXXCPP
="$ac_cv_prog_CXXCPP" 
13395 echo "$ac_t""$CXXCPP" 1>&6 
13398   if test "$cross_compiling" = "yes"; then 
13399     cat >> confdefs.h 
<<\EOF
 
13400 #define wxUSE_IOSTREAMH 1 
13406 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
13407 ac_cpp
='$CXXCPP $CPPFLAGS' 
13408 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
13409 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
13410 cross_compiling
=$ac_cv_prog_cxx_cross 
13413     for ac_hdr 
in iostream
 
13415 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
13416 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
13417 echo "configure:13418: checking for $ac_hdr" >&5 
13418 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
13419   echo $ac_n "(cached) $ac_c" 1>&6 
13421   cat > conftest.
$ac_ext <<EOF 
13422 #line 13423 "configure" 
13423 #include "confdefs.h" 
13426 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
13427 { (eval echo configure
:13428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
13428 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
13429 if test -z "$ac_err"; then 
13431   eval "ac_cv_header_$ac_safe=yes" 
13434   echo "configure: failed program was:" >&5 
13435   cat conftest.
$ac_ext >&5 
13437   eval "ac_cv_header_$ac_safe=no" 
13441 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
13442   echo "$ac_t""yes" 1>&6 
13443     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
13444   cat >> confdefs.h 
<<EOF 
13445 #define $ac_tr_hdr 1 
13449   echo "$ac_t""no" 1>&6 
13454     if test "$ac_cv_header_iostream" = "yes" ; then 
13457       cat >> confdefs.h 
<<\EOF
 
13458 #define wxUSE_IOSTREAMH 1 
13464 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
13465 ac_cpp
='$CPP $CPPFLAGS' 
13466 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
13467 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
13468 cross_compiling
=$ac_cv_prog_cc_cross 
13474   echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 
13475 echo "configure:13476: checking if C++ compiler supports bool" >&5 
13476 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then 
13477   echo $ac_n "(cached) $ac_c" 1>&6 
13482 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
13483 ac_cpp
='$CXXCPP $CPPFLAGS' 
13484 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
13485 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
13486 cross_compiling
=$ac_cv_prog_cxx_cross 
13489     cat > conftest.
$ac_ext <<EOF 
13490 #line 13491 "configure" 
13491 #include "confdefs.h" 
13502 if { (eval echo configure
:13503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
13508   echo "configure: failed program was:" >&5 
13509   cat conftest.
$ac_ext >&5 
13519 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
13520 ac_cpp
='$CPP $CPPFLAGS' 
13521 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
13522 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
13523 cross_compiling
=$ac_cv_prog_cc_cross 
13528 echo "$ac_t""$wx_cv_cpp_bool" 1>&6 
13530   if test "$wx_cv_cpp_bool" = "yes"; then 
13531     cat >> confdefs.h 
<<\EOF
 
13532 #define HAVE_BOOL 1 
13539 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6 
13540 echo "configure:13541: checking for wcslen in -lc" >&5 
13541 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'` 
13542 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
13543   echo $ac_n "(cached) $ac_c" 1>&6 
13545   ac_save_LIBS
="$LIBS" 
13547 cat > conftest.
$ac_ext <<EOF 
13548 #line 13549 "configure" 
13549 #include "confdefs.h" 
13550 /* Override any gcc2 internal prototype to avoid an error.  */ 
13551 /* We use char because int might match the return type of a gcc2 
13552     builtin and then its argument prototype would still apply.  */ 
13559 if { (eval echo configure
:13560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
13561   eval "ac_cv_lib_$ac_lib_var=yes" 
13563   echo "configure: failed program was:" >&5 
13564   cat conftest.
$ac_ext >&5 
13566   eval "ac_cv_lib_$ac_lib_var=no" 
13569 LIBS
="$ac_save_LIBS" 
13572 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
13573   echo "$ac_t""yes" 1>&6 
13575             cat >> confdefs.h 
<<\EOF
 
13576 #define HAVE_WCSLEN 1 
13582   echo "$ac_t""no" 1>&6 
13584             echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 
13585 echo "configure:13586: checking for wcslen in -lw" >&5 
13586 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'` 
13587 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
13588   echo $ac_n "(cached) $ac_c" 1>&6 
13590   ac_save_LIBS
="$LIBS" 
13592 cat > conftest.
$ac_ext <<EOF 
13593 #line 13594 "configure" 
13594 #include "confdefs.h" 
13595 /* Override any gcc2 internal prototype to avoid an error.  */ 
13596 /* We use char because int might match the return type of a gcc2 
13597     builtin and then its argument prototype would still apply.  */ 
13604 if { (eval echo configure
:13605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
13606   eval "ac_cv_lib_$ac_lib_var=yes" 
13608   echo "configure: failed program was:" >&5 
13609   cat conftest.
$ac_ext >&5 
13611   eval "ac_cv_lib_$ac_lib_var=no" 
13614 LIBS
="$ac_save_LIBS" 
13617 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
13618   echo "$ac_t""yes" 1>&6 
13620                 cat >> confdefs.h 
<<\EOF
 
13621 #define HAVE_WCSLEN 1 
13627   echo "$ac_t""no" 1>&6 
13629                 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6 
13630 echo "configure:13631: checking for wcslen in -lmsvcrt" >&5 
13631 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'` 
13632 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
13633   echo $ac_n "(cached) $ac_c" 1>&6 
13635   ac_save_LIBS
="$LIBS" 
13636 LIBS
="-lmsvcrt  $LIBS" 
13637 cat > conftest.
$ac_ext <<EOF 
13638 #line 13639 "configure" 
13639 #include "confdefs.h" 
13640 /* Override any gcc2 internal prototype to avoid an error.  */ 
13641 /* We use char because int might match the return type of a gcc2 
13642     builtin and then its argument prototype would still apply.  */ 
13649 if { (eval echo configure
:13650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
13651   eval "ac_cv_lib_$ac_lib_var=yes" 
13653   echo "configure: failed program was:" >&5 
13654   cat conftest.
$ac_ext >&5 
13656   eval "ac_cv_lib_$ac_lib_var=no" 
13659 LIBS
="$ac_save_LIBS" 
13662 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
13663   echo "$ac_t""yes" 1>&6 
13665                     cat >> confdefs.h 
<<\EOF
 
13666 #define HAVE_WCSLEN 1 
13672   echo "$ac_t""no" 1>&6 
13682 for ac_func 
in wcsrtombs
 
13684 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
13685 echo "configure:13686: checking for $ac_func" >&5 
13686 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
13687   echo $ac_n "(cached) $ac_c" 1>&6 
13689   cat > conftest.
$ac_ext <<EOF 
13690 #line 13691 "configure" 
13691 #include "confdefs.h" 
13692 /* System header to define __stub macros and hopefully few prototypes, 
13693     which can conflict with char $ac_func(); below.  */ 
13694 #include <assert.h> 
13695 /* Override any gcc2 internal prototype to avoid an error.  */ 
13696 /* We use char because int might match the return type of a gcc2 
13697     builtin and then its argument prototype would still apply.  */ 
13702 /* The GNU C library defines this for functions which it implements 
13703     to always fail with ENOSYS.  Some functions are actually named 
13704     something starting with __ and the normal name is an alias.  */ 
13705 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
13713 if { (eval echo configure
:13714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
13715   eval "ac_cv_func_$ac_func=yes" 
13717   echo "configure: failed program was:" >&5 
13718   cat conftest.
$ac_ext >&5 
13720   eval "ac_cv_func_$ac_func=no" 
13725 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
13726   echo "$ac_t""yes" 1>&6 
13727     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
13728   cat >> confdefs.h 
<<EOF 
13729 #define $ac_tr_func 1 
13733   echo "$ac_t""no" 1>&6 
13738 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 
13739 echo "configure:13740: checking for vprintf" >&5 
13740 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 
13741   echo $ac_n "(cached) $ac_c" 1>&6 
13743   cat > conftest.
$ac_ext <<EOF 
13744 #line 13745 "configure" 
13745 #include "confdefs.h" 
13746 /* System header to define __stub macros and hopefully few prototypes, 
13747     which can conflict with char vprintf(); below.  */ 
13748 #include <assert.h> 
13749 /* Override any gcc2 internal prototype to avoid an error.  */ 
13750 /* We use char because int might match the return type of a gcc2 
13751     builtin and then its argument prototype would still apply.  */ 
13756 /* The GNU C library defines this for functions which it implements 
13757     to always fail with ENOSYS.  Some functions are actually named 
13758     something starting with __ and the normal name is an alias.  */ 
13759 #if defined (__stub_vprintf) || defined (__stub___vprintf) 
13767 if { (eval echo configure
:13768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
13769   eval "ac_cv_func_vprintf=yes" 
13771   echo "configure: failed program was:" >&5 
13772   cat conftest.
$ac_ext >&5 
13774   eval "ac_cv_func_vprintf=no" 
13779 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then 
13780   echo "$ac_t""yes" 1>&6 
13781   cat >> confdefs.h 
<<\EOF
 
13782 #define HAVE_VPRINTF 1 
13786   echo "$ac_t""no" 1>&6 
13789 if test "$ac_cv_func_vprintf" != yes; then 
13790 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 
13791 echo "configure:13792: checking for _doprnt" >&5 
13792 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 
13793   echo $ac_n "(cached) $ac_c" 1>&6 
13795   cat > conftest.
$ac_ext <<EOF 
13796 #line 13797 "configure" 
13797 #include "confdefs.h" 
13798 /* System header to define __stub macros and hopefully few prototypes, 
13799     which can conflict with char _doprnt(); below.  */ 
13800 #include <assert.h> 
13801 /* Override any gcc2 internal prototype to avoid an error.  */ 
13802 /* We use char because int might match the return type of a gcc2 
13803     builtin and then its argument prototype would still apply.  */ 
13808 /* The GNU C library defines this for functions which it implements 
13809     to always fail with ENOSYS.  Some functions are actually named 
13810     something starting with __ and the normal name is an alias.  */ 
13811 #if defined (__stub__doprnt) || defined (__stub____doprnt) 
13819 if { (eval echo configure
:13820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
13821   eval "ac_cv_func__doprnt=yes" 
13823   echo "configure: failed program was:" >&5 
13824   cat conftest.
$ac_ext >&5 
13826   eval "ac_cv_func__doprnt=no" 
13831 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then 
13832   echo "$ac_t""yes" 1>&6 
13833   cat >> confdefs.h 
<<\EOF
 
13834 #define HAVE_DOPRNT 1 
13838   echo "$ac_t""no" 1>&6 
13848 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6 
13849 echo "configure:13850: checking for vsnprintf" >&5 
13850 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then 
13851   echo $ac_n "(cached) $ac_c" 1>&6 
13854   cat > conftest.
$ac_ext <<EOF 
13855 #line 13856 "configure" 
13856 #include "confdefs.h" 
13859                     #include <stdarg.h> 
13863                     int wx_test_vsnprintf(const char *, ...); 
13865                     wx_test_vsnprintf("%s"); 
13869                  int wx_test_vsnprintf(const char *fmt, ...) 
13874                     va_start(argp, fmt); 
13875                     vsnprintf(s, 42, fmt, argp); 
13880 if { (eval echo configure
:13881: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
13883                     wx_cv_func_vsnprintf
=yes 
13886   echo "configure: failed program was:" >&5 
13887   cat conftest.
$ac_ext >&5 
13890                     cat > conftest.
$ac_ext <<EOF 
13891 #line 13892 "configure" 
13892 #include "confdefs.h" 
13895                                       #include <stdarg.h> 
13899                                       int wx_test_vsnprintf(const char *, ...); 
13901                                       wx_test_vsnprintf("%s"); 
13905                                    int wx_test_vsnprintf(const char *fmt, ...) 
13910                                       va_start(argp, fmt); 
13911                                       _vsnprintf(s, 42, fmt, argp); 
13916 if { (eval echo configure
:13917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
13919                                       wx_cv_func_vsnprintf
=yes 
13922   echo "configure: failed program was:" >&5 
13923   cat conftest.
$ac_ext >&5 
13926                                       wx_cv_func_vsnprintf
=no
 
13936 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6 
13938 if test "$wx_cv_func_vsnprintf" = yes; then 
13939     cat >> confdefs.h 
<<\EOF
 
13940 #define HAVE_VSNPRINTF 1 
13944     echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2 
13947 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6 
13948 echo "configure:13949: checking for vsscanf" >&5 
13949 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then 
13950   echo $ac_n "(cached) $ac_c" 1>&6 
13953   cat > conftest.
$ac_ext <<EOF 
13954 #line 13955 "configure" 
13955 #include "confdefs.h" 
13958                     #include <stdarg.h> 
13962                     int wx_test_vsscanf(const char *, ...); 
13964                     wx_test_vsscanf("%d"); 
13968                 int wx_test_vsscanf(const char *fmt, ...) 
13971                     va_start(argp, fmt); 
13972                     vsscanf("42", fmt, argp); 
13977 if { (eval echo configure
:13978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
13980                     wx_cv_func_vsscanf
=yes 
13983   echo "configure: failed program was:" >&5 
13984   cat conftest.
$ac_ext >&5 
13987                     wx_cv_func_vsscanf
=no
 
13994 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6 
13996 if test "$wx_cv_func_vsscanf" = yes; then 
13997     cat >> confdefs.h 
<<\EOF
 
13998 #define HAVE_VSSCANF 1 
14003 if test "$TOOLKIT" != "MSW"; then 
14008 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
14009 ac_cpp
='$CXXCPP $CPPFLAGS' 
14010 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
14011 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
14012 cross_compiling
=$ac_cv_prog_cxx_cross 
14014 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6 
14015 echo "configure:14016: checking if iconv() takes char**" >&5 
14016 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then 
14017   echo $ac_n "(cached) $ac_c" 1>&6 
14020     cat > conftest.
$ac_ext <<EOF 
14021 #line 14022 "configure" 
14022 #include "confdefs.h" 
14026         char **inbuf, **outbuf; 
14028         size_t insz, outsz; 
14029         iconv(cd, inbuf, &insz, outbuf, &outsz); 
14033 if { (eval echo configure
:14034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
14035   wx_cv_iconv_takes_char
=yes 
14037   echo "configure: failed program was:" >&5 
14038   cat conftest.
$ac_ext >&5 
14040   wx_cv_iconv_takes_char
=no
 
14046 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6 
14048 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
14049 ac_cpp
='$CPP $CPPFLAGS' 
14050 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
14051 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
14052 cross_compiling
=$ac_cv_prog_cc_cross 
14054 if test "$wx_cv_iconv_takes_char" = yes ; then 
14055     cat >> confdefs.h 
<<\EOF
 
14056 #define WX_ICONV_TAKES_CHAR 1 
14062 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then 
14063     for ac_func 
in sigaction
 
14065 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14066 echo "configure:14067: checking for $ac_func" >&5 
14067 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14068   echo $ac_n "(cached) $ac_c" 1>&6 
14070   cat > conftest.
$ac_ext <<EOF 
14071 #line 14072 "configure" 
14072 #include "confdefs.h" 
14073 /* System header to define __stub macros and hopefully few prototypes, 
14074     which can conflict with char $ac_func(); below.  */ 
14075 #include <assert.h> 
14076 /* Override any gcc2 internal prototype to avoid an error.  */ 
14077 /* We use char because int might match the return type of a gcc2 
14078     builtin and then its argument prototype would still apply.  */ 
14083 /* The GNU C library defines this for functions which it implements 
14084     to always fail with ENOSYS.  Some functions are actually named 
14085     something starting with __ and the normal name is an alias.  */ 
14086 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14094 if { (eval echo configure
:14095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14096   eval "ac_cv_func_$ac_func=yes" 
14098   echo "configure: failed program was:" >&5 
14099   cat conftest.
$ac_ext >&5 
14101   eval "ac_cv_func_$ac_func=no" 
14106 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14107   echo "$ac_t""yes" 1>&6 
14108     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14109   cat >> confdefs.h 
<<EOF 
14110 #define $ac_tr_func 1 
14114   echo "$ac_t""no" 1>&6 
14119     if test "$ac_cv_func_sigaction" = "no"; then 
14120         echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2 
14121         wxUSE_ON_FATAL_EXCEPTION
=no
 
14124     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then 
14127 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
14128 ac_cpp
='$CXXCPP $CPPFLAGS' 
14129 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
14130 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
14131 cross_compiling
=$ac_cv_prog_cxx_cross 
14134       echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6 
14135 echo "configure:14136: checking for sa_handler type" >&5 
14136 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then 
14137   echo $ac_n "(cached) $ac_c" 1>&6 
14140         cat > conftest.
$ac_ext <<EOF 
14141 #line 14142 "configure" 
14142 #include "confdefs.h" 
14143 #include <signal.h> 
14146                         extern void testSigHandler(int); 
14148                         struct sigaction sa; 
14149                         sa.sa_handler = testSigHandler; 
14153 if { (eval echo configure
:14154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
14156                         wx_cv_type_sa_handler
=int
 
14159   echo "configure: failed program was:" >&5 
14160   cat conftest.
$ac_ext >&5 
14163                         wx_cv_type_sa_handler
=void
 
14170 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6 
14173 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
14174 ac_cpp
='$CPP $CPPFLAGS' 
14175 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
14176 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
14177 cross_compiling
=$ac_cv_prog_cc_cross 
14180       cat >> confdefs.h 
<<EOF 
14181 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler 
14187 for ac_func 
in vfork
 
14189 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14190 echo "configure:14191: checking for $ac_func" >&5 
14191 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14192   echo $ac_n "(cached) $ac_c" 1>&6 
14194   cat > conftest.
$ac_ext <<EOF 
14195 #line 14196 "configure" 
14196 #include "confdefs.h" 
14197 /* System header to define __stub macros and hopefully few prototypes, 
14198     which can conflict with char $ac_func(); below.  */ 
14199 #include <assert.h> 
14200 /* Override any gcc2 internal prototype to avoid an error.  */ 
14201 /* We use char because int might match the return type of a gcc2 
14202     builtin and then its argument prototype would still apply.  */ 
14207 /* The GNU C library defines this for functions which it implements 
14208     to always fail with ENOSYS.  Some functions are actually named 
14209     something starting with __ and the normal name is an alias.  */ 
14210 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14218 if { (eval echo configure
:14219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14220   eval "ac_cv_func_$ac_func=yes" 
14222   echo "configure: failed program was:" >&5 
14223   cat conftest.
$ac_ext >&5 
14225   eval "ac_cv_func_$ac_func=no" 
14230 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14231   echo "$ac_t""yes" 1>&6 
14232     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14233   cat >> confdefs.h 
<<EOF 
14234 #define $ac_tr_func 1 
14238   echo "$ac_t""no" 1>&6 
14243 echo $ac_n "checking for statfs""... $ac_c" 1>&6 
14244 echo "configure:14245: checking for statfs" >&5 
14245 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then 
14246   echo $ac_n "(cached) $ac_c" 1>&6 
14248   cat > conftest.
$ac_ext <<EOF 
14249 #line 14250 "configure" 
14250 #include "confdefs.h" 
14252              #if defined(__BSD__) 
14253                #include <sys/param.h> 
14254                #include <sys/mount.h> 
14256                #include <sys/vfs.h> 
14270 if { (eval echo configure
:14271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
14273              wx_cv_func_statfs
=yes 
14276   echo "configure: failed program was:" >&5 
14277   cat conftest.
$ac_ext >&5 
14280              wx_cv_func_statfs
=no
 
14288 echo "$ac_t""$wx_cv_func_statfs" 1>&6 
14290 if test "$wx_cv_func_statfs" = "yes"; then 
14291     cat >> confdefs.h 
<<\EOF
 
14292 #define HAVE_STATFS 1 
14296     echo $ac_n "checking for statvfs""... $ac_c" 1>&6 
14297 echo "configure:14298: checking for statvfs" >&5 
14298 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then 
14299   echo $ac_n "(cached) $ac_c" 1>&6 
14301   cat > conftest.
$ac_ext <<EOF 
14302 #line 14303 "configure" 
14303 #include "confdefs.h" 
14305                  #include <sys/statvfs.h> 
14318 if { (eval echo configure
:14319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
14321                  wx_cv_func_statvfs
=yes 
14324   echo "configure: failed program was:" >&5 
14325   cat conftest.
$ac_ext >&5 
14328                  wx_cv_func_statvfs
=no
 
14336 echo "$ac_t""$wx_cv_func_statvfs" 1>&6 
14338     if test "$wx_cv_func_statvfs" = "yes"; then 
14339         cat >> confdefs.h 
<<\EOF
 
14340 #define HAVE_STATVFS 1 
14344         echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2 
14348 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then 
14349     for ac_func 
in fcntl flock
 
14351 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14352 echo "configure:14353: checking for $ac_func" >&5 
14353 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14354   echo $ac_n "(cached) $ac_c" 1>&6 
14356   cat > conftest.
$ac_ext <<EOF 
14357 #line 14358 "configure" 
14358 #include "confdefs.h" 
14359 /* System header to define __stub macros and hopefully few prototypes, 
14360     which can conflict with char $ac_func(); below.  */ 
14361 #include <assert.h> 
14362 /* Override any gcc2 internal prototype to avoid an error.  */ 
14363 /* We use char because int might match the return type of a gcc2 
14364     builtin and then its argument prototype would still apply.  */ 
14369 /* The GNU C library defines this for functions which it implements 
14370     to always fail with ENOSYS.  Some functions are actually named 
14371     something starting with __ and the normal name is an alias.  */ 
14372 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14380 if { (eval echo configure
:14381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14382   eval "ac_cv_func_$ac_func=yes" 
14384   echo "configure: failed program was:" >&5 
14385   cat conftest.
$ac_ext >&5 
14387   eval "ac_cv_func_$ac_func=no" 
14392 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14393   echo "$ac_t""yes" 1>&6 
14394     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14395   cat >> confdefs.h 
<<EOF 
14396 #define $ac_tr_func 1 
14400   echo "$ac_t""no" 1>&6 
14405     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then 
14406         echo "configure: warning: wxSingleInstanceChecker not available" 1>&2 
14407         wxUSE_SNGLINST_CHECKER
=no
 
14411 for ac_func 
in timegm
 
14413 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14414 echo "configure:14415: checking for $ac_func" >&5 
14415 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14416   echo $ac_n "(cached) $ac_c" 1>&6 
14418   cat > conftest.
$ac_ext <<EOF 
14419 #line 14420 "configure" 
14420 #include "confdefs.h" 
14421 /* System header to define __stub macros and hopefully few prototypes, 
14422     which can conflict with char $ac_func(); below.  */ 
14423 #include <assert.h> 
14424 /* Override any gcc2 internal prototype to avoid an error.  */ 
14425 /* We use char because int might match the return type of a gcc2 
14426     builtin and then its argument prototype would still apply.  */ 
14431 /* The GNU C library defines this for functions which it implements 
14432     to always fail with ENOSYS.  Some functions are actually named 
14433     something starting with __ and the normal name is an alias.  */ 
14434 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14442 if { (eval echo configure
:14443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14444   eval "ac_cv_func_$ac_func=yes" 
14446   echo "configure: failed program was:" >&5 
14447   cat conftest.
$ac_ext >&5 
14449   eval "ac_cv_func_$ac_func=no" 
14454 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14455   echo "$ac_t""yes" 1>&6 
14456     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14457   cat >> confdefs.h 
<<EOF 
14458 #define $ac_tr_func 1 
14462   echo "$ac_t""no" 1>&6 
14467 for ac_func 
in putenv setenv
 
14469 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14470 echo "configure:14471: checking for $ac_func" >&5 
14471 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14472   echo $ac_n "(cached) $ac_c" 1>&6 
14474   cat > conftest.
$ac_ext <<EOF 
14475 #line 14476 "configure" 
14476 #include "confdefs.h" 
14477 /* System header to define __stub macros and hopefully few prototypes, 
14478     which can conflict with char $ac_func(); below.  */ 
14479 #include <assert.h> 
14480 /* Override any gcc2 internal prototype to avoid an error.  */ 
14481 /* We use char because int might match the return type of a gcc2 
14482     builtin and then its argument prototype would still apply.  */ 
14487 /* The GNU C library defines this for functions which it implements 
14488     to always fail with ENOSYS.  Some functions are actually named 
14489     something starting with __ and the normal name is an alias.  */ 
14490 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14498 if { (eval echo configure
:14499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14500   eval "ac_cv_func_$ac_func=yes" 
14502   echo "configure: failed program was:" >&5 
14503   cat conftest.
$ac_ext >&5 
14505   eval "ac_cv_func_$ac_func=no" 
14510 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14511   echo "$ac_t""yes" 1>&6 
14512     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14513   cat >> confdefs.h 
<<EOF 
14514 #define $ac_tr_func 1 
14518   echo "$ac_t""no" 1>&6 
14523 HAVE_SOME_SLEEP_FUNC
=0 
14524 if test "$USE_BEOS" = 1; then 
14525             cat >> confdefs.h 
<<\EOF
 
14526 #define HAVE_SLEEP 1 
14529     HAVE_SOME_SLEEP_FUNC
=1 
14532 if test "$USE_DARWIN" = 1; then 
14533             cat >> confdefs.h 
<<\EOF
 
14534 #define HAVE_USLEEP 1 
14537     HAVE_SOME_SLEEP_FUNC
=1 
14540 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then 
14542     for ac_func 
in nanosleep
 
14544 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14545 echo "configure:14546: checking for $ac_func" >&5 
14546 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14547   echo $ac_n "(cached) $ac_c" 1>&6 
14549   cat > conftest.
$ac_ext <<EOF 
14550 #line 14551 "configure" 
14551 #include "confdefs.h" 
14552 /* System header to define __stub macros and hopefully few prototypes, 
14553     which can conflict with char $ac_func(); below.  */ 
14554 #include <assert.h> 
14555 /* Override any gcc2 internal prototype to avoid an error.  */ 
14556 /* We use char because int might match the return type of a gcc2 
14557     builtin and then its argument prototype would still apply.  */ 
14562 /* The GNU C library defines this for functions which it implements 
14563     to always fail with ENOSYS.  Some functions are actually named 
14564     something starting with __ and the normal name is an alias.  */ 
14565 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14573 if { (eval echo configure
:14574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14575   eval "ac_cv_func_$ac_func=yes" 
14577   echo "configure: failed program was:" >&5 
14578   cat conftest.
$ac_ext >&5 
14580   eval "ac_cv_func_$ac_func=no" 
14585 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14586   echo "$ac_t""yes" 1>&6 
14587     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14588   cat >> confdefs.h 
<<EOF 
14589 #define $ac_tr_func 1 
14591  cat >> confdefs.h 
<<\EOF
 
14592 #define HAVE_NANOSLEEP 1 
14596   echo "$ac_t""no" 1>&6 
14597 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 
14598 echo "configure:14599: checking for nanosleep in -lposix4" >&5 
14599 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` 
14600 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
14601   echo $ac_n "(cached) $ac_c" 1>&6 
14603   ac_save_LIBS
="$LIBS" 
14604 LIBS
="-lposix4  $LIBS" 
14605 cat > conftest.
$ac_ext <<EOF 
14606 #line 14607 "configure" 
14607 #include "confdefs.h" 
14608 /* Override any gcc2 internal prototype to avoid an error.  */ 
14609 /* We use char because int might match the return type of a gcc2 
14610     builtin and then its argument prototype would still apply.  */ 
14617 if { (eval echo configure
:14618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14619   eval "ac_cv_lib_$ac_lib_var=yes" 
14621   echo "configure: failed program was:" >&5 
14622   cat conftest.
$ac_ext >&5 
14624   eval "ac_cv_lib_$ac_lib_var=no" 
14627 LIBS
="$ac_save_LIBS" 
14630 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
14631   echo "$ac_t""yes" 1>&6 
14633                     cat >> confdefs.h 
<<\EOF
 
14634 #define HAVE_NANOSLEEP 1 
14637                     POSIX4_LINK
="-lposix4" 
14640   echo "$ac_t""no" 1>&6 
14642                     for ac_func 
in usleep 
14644 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14645 echo "configure:14646: checking for $ac_func" >&5 
14646 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14647   echo $ac_n "(cached) $ac_c" 1>&6 
14649   cat > conftest.
$ac_ext <<EOF 
14650 #line 14651 "configure" 
14651 #include "confdefs.h" 
14652 /* System header to define __stub macros and hopefully few prototypes, 
14653     which can conflict with char $ac_func(); below.  */ 
14654 #include <assert.h> 
14655 /* Override any gcc2 internal prototype to avoid an error.  */ 
14656 /* We use char because int might match the return type of a gcc2 
14657     builtin and then its argument prototype would still apply.  */ 
14662 /* The GNU C library defines this for functions which it implements 
14663     to always fail with ENOSYS.  Some functions are actually named 
14664     something starting with __ and the normal name is an alias.  */ 
14665 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14673 if { (eval echo configure
:14674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14675   eval "ac_cv_func_$ac_func=yes" 
14677   echo "configure: failed program was:" >&5 
14678   cat conftest.
$ac_ext >&5 
14680   eval "ac_cv_func_$ac_func=no" 
14685 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14686   echo "$ac_t""yes" 1>&6 
14687     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14688   cat >> confdefs.h 
<<EOF 
14689 #define $ac_tr_func 1 
14691  cat >> confdefs.h 
<<\EOF
 
14692 #define HAVE_USLEEP 1 
14696   echo "$ac_t""no" 1>&6 
14697 echo "configure: warning: wxSleep() function will not work" 1>&2 
14713 for ac_func 
in uname gethostname
 
14715 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14716 echo "configure:14717: checking for $ac_func" >&5 
14717 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14718   echo $ac_n "(cached) $ac_c" 1>&6 
14720   cat > conftest.
$ac_ext <<EOF 
14721 #line 14722 "configure" 
14722 #include "confdefs.h" 
14723 /* System header to define __stub macros and hopefully few prototypes, 
14724     which can conflict with char $ac_func(); below.  */ 
14725 #include <assert.h> 
14726 /* Override any gcc2 internal prototype to avoid an error.  */ 
14727 /* We use char because int might match the return type of a gcc2 
14728     builtin and then its argument prototype would still apply.  */ 
14733 /* The GNU C library defines this for functions which it implements 
14734     to always fail with ENOSYS.  Some functions are actually named 
14735     something starting with __ and the normal name is an alias.  */ 
14736 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14744 if { (eval echo configure
:14745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14746   eval "ac_cv_func_$ac_func=yes" 
14748   echo "configure: failed program was:" >&5 
14749   cat conftest.
$ac_ext >&5 
14751   eval "ac_cv_func_$ac_func=no" 
14756 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14757   echo "$ac_t""yes" 1>&6 
14758     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14759   cat >> confdefs.h 
<<EOF 
14760 #define $ac_tr_func 1 
14764   echo "$ac_t""no" 1>&6 
14771 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
14772 ac_cpp
='$CXXCPP $CPPFLAGS' 
14773 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
14774 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
14775 cross_compiling
=$ac_cv_prog_cxx_cross 
14778 for ac_func 
in strtok_r
 
14780 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14781 echo "configure:14782: checking for $ac_func" >&5 
14782 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14783   echo $ac_n "(cached) $ac_c" 1>&6 
14785   cat > conftest.
$ac_ext <<EOF 
14786 #line 14787 "configure" 
14787 #include "confdefs.h" 
14788 /* System header to define __stub macros and hopefully few prototypes, 
14789     which can conflict with char $ac_func(); below.  */ 
14790 #include <assert.h> 
14791 /* Override any gcc2 internal prototype to avoid an error.  */ 
14795 /* We use char because int might match the return type of a gcc2 
14796     builtin and then its argument prototype would still apply.  */ 
14801 /* The GNU C library defines this for functions which it implements 
14802     to always fail with ENOSYS.  Some functions are actually named 
14803     something starting with __ and the normal name is an alias.  */ 
14804 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14812 if { (eval echo configure
:14813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14814   eval "ac_cv_func_$ac_func=yes" 
14816   echo "configure: failed program was:" >&5 
14817   cat conftest.
$ac_ext >&5 
14819   eval "ac_cv_func_$ac_func=no" 
14824 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14825   echo "$ac_t""yes" 1>&6 
14826     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14827   cat >> confdefs.h 
<<EOF 
14828 #define $ac_tr_func 1 
14832   echo "$ac_t""no" 1>&6 
14838 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
14839 ac_cpp
='$CPP $CPPFLAGS' 
14840 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
14841 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
14842 cross_compiling
=$ac_cv_prog_cc_cross 
14846 for ac_func 
in inet_addr
 
14848 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14849 echo "configure:14850: checking for $ac_func" >&5 
14850 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14851   echo $ac_n "(cached) $ac_c" 1>&6 
14853   cat > conftest.
$ac_ext <<EOF 
14854 #line 14855 "configure" 
14855 #include "confdefs.h" 
14856 /* System header to define __stub macros and hopefully few prototypes, 
14857     which can conflict with char $ac_func(); below.  */ 
14858 #include <assert.h> 
14859 /* Override any gcc2 internal prototype to avoid an error.  */ 
14860 /* We use char because int might match the return type of a gcc2 
14861     builtin and then its argument prototype would still apply.  */ 
14866 /* The GNU C library defines this for functions which it implements 
14867     to always fail with ENOSYS.  Some functions are actually named 
14868     something starting with __ and the normal name is an alias.  */ 
14869 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
14877 if { (eval echo configure
:14878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14879   eval "ac_cv_func_$ac_func=yes" 
14881   echo "configure: failed program was:" >&5 
14882   cat conftest.
$ac_ext >&5 
14884   eval "ac_cv_func_$ac_func=no" 
14889 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
14890   echo "$ac_t""yes" 1>&6 
14891     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
14892   cat >> confdefs.h 
<<EOF 
14893 #define $ac_tr_func 1 
14895  cat >> confdefs.h 
<<\EOF
 
14896 #define HAVE_INET_ADDR 1 
14900   echo "$ac_t""no" 1>&6 
14901 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 
14902 echo "configure:14903: checking for inet_addr in -lnsl" >&5 
14903 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` 
14904 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
14905   echo $ac_n "(cached) $ac_c" 1>&6 
14907   ac_save_LIBS
="$LIBS" 
14909 cat > conftest.
$ac_ext <<EOF 
14910 #line 14911 "configure" 
14911 #include "confdefs.h" 
14912 /* Override any gcc2 internal prototype to avoid an error.  */ 
14913 /* We use char because int might match the return type of a gcc2 
14914     builtin and then its argument prototype would still apply.  */ 
14921 if { (eval echo configure
:14922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14923   eval "ac_cv_lib_$ac_lib_var=yes" 
14925   echo "configure: failed program was:" >&5 
14926   cat conftest.
$ac_ext >&5 
14928   eval "ac_cv_lib_$ac_lib_var=no" 
14931 LIBS
="$ac_save_LIBS" 
14934 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
14935   echo "$ac_t""yes" 1>&6 
14938   echo "$ac_t""no" 1>&6 
14939 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 
14940 echo "configure:14941: checking for inet_addr in -lresolv" >&5 
14941 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` 
14942 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
14943   echo $ac_n "(cached) $ac_c" 1>&6 
14945   ac_save_LIBS
="$LIBS" 
14946 LIBS
="-lresolv  $LIBS" 
14947 cat > conftest.
$ac_ext <<EOF 
14948 #line 14949 "configure" 
14949 #include "confdefs.h" 
14950 /* Override any gcc2 internal prototype to avoid an error.  */ 
14951 /* We use char because int might match the return type of a gcc2 
14952     builtin and then its argument prototype would still apply.  */ 
14959 if { (eval echo configure
:14960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
14961   eval "ac_cv_lib_$ac_lib_var=yes" 
14963   echo "configure: failed program was:" >&5 
14964   cat conftest.
$ac_ext >&5 
14966   eval "ac_cv_lib_$ac_lib_var=no" 
14969 LIBS
="$ac_save_LIBS" 
14972 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
14973   echo "$ac_t""yes" 1>&6 
14977   echo "$ac_t""no" 1>&6 
14989 for ac_func 
in inet_aton
 
14991 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
14992 echo "configure:14993: checking for $ac_func" >&5 
14993 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
14994   echo $ac_n "(cached) $ac_c" 1>&6 
14996   cat > conftest.
$ac_ext <<EOF 
14997 #line 14998 "configure" 
14998 #include "confdefs.h" 
14999 /* System header to define __stub macros and hopefully few prototypes, 
15000     which can conflict with char $ac_func(); below.  */ 
15001 #include <assert.h> 
15002 /* Override any gcc2 internal prototype to avoid an error.  */ 
15003 /* We use char because int might match the return type of a gcc2 
15004     builtin and then its argument prototype would still apply.  */ 
15009 /* The GNU C library defines this for functions which it implements 
15010     to always fail with ENOSYS.  Some functions are actually named 
15011     something starting with __ and the normal name is an alias.  */ 
15012 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
15020 if { (eval echo configure
:15021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15022   eval "ac_cv_func_$ac_func=yes" 
15024   echo "configure: failed program was:" >&5 
15025   cat conftest.
$ac_ext >&5 
15027   eval "ac_cv_func_$ac_func=no" 
15032 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
15033   echo "$ac_t""yes" 1>&6 
15034     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
15035   cat >> confdefs.h 
<<EOF 
15036 #define $ac_tr_func 1 
15038  cat >> confdefs.h 
<<\EOF
 
15039 #define HAVE_INET_ATON 1 
15043   echo "$ac_t""no" 1>&6 
15044             echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 
15045 echo "configure:15046: checking for inet_aton in -l$INET_LINK" >&5 
15046 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` 
15047 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15048   echo $ac_n "(cached) $ac_c" 1>&6 
15050   ac_save_LIBS
="$LIBS" 
15051 LIBS
="-l$INET_LINK  $LIBS" 
15052 cat > conftest.
$ac_ext <<EOF 
15053 #line 15054 "configure" 
15054 #include "confdefs.h" 
15055 /* Override any gcc2 internal prototype to avoid an error.  */ 
15056 /* We use char because int might match the return type of a gcc2 
15057     builtin and then its argument prototype would still apply.  */ 
15064 if { (eval echo configure
:15065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15066   eval "ac_cv_lib_$ac_lib_var=yes" 
15068   echo "configure: failed program was:" >&5 
15069   cat conftest.
$ac_ext >&5 
15071   eval "ac_cv_lib_$ac_lib_var=no" 
15074 LIBS
="$ac_save_LIBS" 
15077 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15078   echo "$ac_t""yes" 1>&6 
15079   cat >> confdefs.h 
<<\EOF
 
15080 #define HAVE_INET_ATON 1 
15084   echo "$ac_t""no" 1>&6 
15092 if test "x$INET_LINK" != "x"; then 
15093     cat >> confdefs.h 
<<\EOF
 
15094 #define HAVE_INET_ADDR 1 
15097     INET_LINK
="-l$INET_LINK" 
15103 cat > confcache 
<<\EOF
 
15104 # This file is a shell script that caches the results of configure 
15105 # tests run on this system so they can be shared between configure 
15106 # scripts and configure runs.  It is not useful on other systems. 
15107 # If it contains results you don't want to keep, you may remove or edit it. 
15109 # By default, configure uses ./config.cache as the cache file, 
15110 # creating it if it does not exist already.  You can give configure 
15111 # the --cache-file=FILE option to use a different cache file; that is 
15112 # what configure does when it calls configure scripts in 
15113 # subdirectories, so they share the cache. 
15114 # Giving --cache-file=/dev/null disables caching, for debugging configure. 
15115 # config.status only pays attention to the cache file if you give it the 
15116 # --recheck option to rerun configure. 
15119 # The following way of writing the cache mishandles newlines in values, 
15120 # but we know of no workaround that is simple, portable, and efficient. 
15121 # So, don't put newlines in cache variables' values. 
15122 # Ultrix sh set writes to stderr and can't be redirected directly, 
15123 # and sets the high bit in the cache file unless we assign to the vars. 
15125   case `(ac_space=' '; set | grep ac_space) 2>&1` in 
15127     # `set' does not quote correctly, so add quotes (double-quote substitution 
15128     # turns \\\\ into \\, and sed turns \\ into \). 
15130       -e "s/'/'\\\\''/g" \
 
15131       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 
15134     # `set' quotes correctly as required by POSIX, so do not add quotes. 
15135     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 
15138 if cmp -s $cache_file confcache
; then 
15141   if test -w $cache_file; then 
15142     echo "updating cache $cache_file" 
15143     cat confcache 
> $cache_file 
15145     echo "not updating unwritable cache $cache_file" 
15152 if test "$TOOLKIT" != "MSW"; then 
15158 CODE_GEN_FLAGS_CXX
= 
15160 if test "$wxUSE_THREADS" = "yes" ; then 
15161     if test "$wxUSE_WINE" = 1 ; then 
15162         echo "configure: warning: Threads are not supported under WINE" 1>&2 
15164     elif test "$USE_BEOS" = 1; then 
15165         echo "configure: warning: BeOS threads are not yet supported" 1>&2 
15170 if test "$wxUSE_THREADS" = "yes" ; then 
15172         if test "$USE_AIX" = 1; then 
15173         THREADS_LIB
=pthreads
 
15175         THREADS_LIB
=pthread
 
15178                 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6 
15179 echo "configure:15180: checking for pthread_create in -l$THREADS_LIB" >&5 
15180 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'` 
15181 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15182   echo $ac_n "(cached) $ac_c" 1>&6 
15184   ac_save_LIBS
="$LIBS" 
15185 LIBS
="-l$THREADS_LIB  $LIBS" 
15186 cat > conftest.
$ac_ext <<EOF 
15187 #line 15188 "configure" 
15188 #include "confdefs.h" 
15189 /* Override any gcc2 internal prototype to avoid an error.  */ 
15190 /* We use char because int might match the return type of a gcc2 
15191     builtin and then its argument prototype would still apply.  */ 
15192 char pthread_create(); 
15198 if { (eval echo configure
:15199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15200   eval "ac_cv_lib_$ac_lib_var=yes" 
15202   echo "configure: failed program was:" >&5 
15203   cat conftest.
$ac_ext >&5 
15205   eval "ac_cv_lib_$ac_lib_var=no" 
15208 LIBS
="$ac_save_LIBS" 
15211 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15212   echo "$ac_t""yes" 1>&6 
15214             THREADS_OBJ
="threadpsx.lo" 
15215             THREADS_LINK
=$THREADS_LIB 
15218   echo "$ac_t""no" 1>&6 
15220                         echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 
15221 echo "configure:15222: checking for pthread_create in -lc_r" >&5 
15222 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` 
15223 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15224   echo $ac_n "(cached) $ac_c" 1>&6 
15226   ac_save_LIBS
="$LIBS" 
15228 cat > conftest.
$ac_ext <<EOF 
15229 #line 15230 "configure" 
15230 #include "confdefs.h" 
15231 /* Override any gcc2 internal prototype to avoid an error.  */ 
15232 /* We use char because int might match the return type of a gcc2 
15233     builtin and then its argument prototype would still apply.  */ 
15234 char pthread_create(); 
15240 if { (eval echo configure
:15241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15242   eval "ac_cv_lib_$ac_lib_var=yes" 
15244   echo "configure: failed program was:" >&5 
15245   cat conftest.
$ac_ext >&5 
15247   eval "ac_cv_lib_$ac_lib_var=no" 
15250 LIBS
="$ac_save_LIBS" 
15253 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15254   echo "$ac_t""yes" 1>&6 
15256                 THREADS_OBJ
="threadpsx.lo" 
15260   echo "$ac_t""no" 1>&6 
15262                                 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'` 
15263 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6 
15264 echo "configure:15265: checking for sys/prctl.h" >&5 
15265 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
15266   echo $ac_n "(cached) $ac_c" 1>&6 
15268   cat > conftest.
$ac_ext <<EOF 
15269 #line 15270 "configure" 
15270 #include "confdefs.h" 
15271 #include <sys/prctl.h> 
15273 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
15274 { (eval echo configure
:15275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
15275 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
15276 if test -z "$ac_err"; then 
15278   eval "ac_cv_header_$ac_safe=yes" 
15281   echo "configure: failed program was:" >&5 
15282   cat conftest.
$ac_ext >&5 
15284   eval "ac_cv_header_$ac_safe=no" 
15288 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
15289   echo "$ac_t""yes" 1>&6 
15291                     THREADS_OBJ
="threadsgi.lo" 
15294   echo "$ac_t""no" 1>&6 
15304     if test -z "$THREADS_OBJ" ; then 
15306         echo "configure: warning: No thread support on this system" 1>&2 
15310 if test "$wxUSE_THREADS" = "yes" ; then 
15311   for ac_func 
in thr_setconcurrency
 
15313 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
15314 echo "configure:15315: checking for $ac_func" >&5 
15315 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
15316   echo $ac_n "(cached) $ac_c" 1>&6 
15318   cat > conftest.
$ac_ext <<EOF 
15319 #line 15320 "configure" 
15320 #include "confdefs.h" 
15321 /* System header to define __stub macros and hopefully few prototypes, 
15322     which can conflict with char $ac_func(); below.  */ 
15323 #include <assert.h> 
15324 /* Override any gcc2 internal prototype to avoid an error.  */ 
15325 /* We use char because int might match the return type of a gcc2 
15326     builtin and then its argument prototype would still apply.  */ 
15331 /* The GNU C library defines this for functions which it implements 
15332     to always fail with ENOSYS.  Some functions are actually named 
15333     something starting with __ and the normal name is an alias.  */ 
15334 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
15342 if { (eval echo configure
:15343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15344   eval "ac_cv_func_$ac_func=yes" 
15346   echo "configure: failed program was:" >&5 
15347   cat conftest.
$ac_ext >&5 
15349   eval "ac_cv_func_$ac_func=no" 
15354 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
15355   echo "$ac_t""yes" 1>&6 
15356     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
15357   cat >> confdefs.h 
<<EOF 
15358 #define $ac_tr_func 1 
15362   echo "$ac_t""no" 1>&6 
15368   for ac_hdr 
in sched.h
 
15370 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
15371 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
15372 echo "configure:15373: checking for $ac_hdr" >&5 
15373 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
15374   echo $ac_n "(cached) $ac_c" 1>&6 
15376   cat > conftest.
$ac_ext <<EOF 
15377 #line 15378 "configure" 
15378 #include "confdefs.h" 
15381 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
15382 { (eval echo configure
:15383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
15383 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
15384 if test -z "$ac_err"; then 
15386   eval "ac_cv_header_$ac_safe=yes" 
15389   echo "configure: failed program was:" >&5 
15390   cat conftest.
$ac_ext >&5 
15392   eval "ac_cv_header_$ac_safe=no" 
15396 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
15397   echo "$ac_t""yes" 1>&6 
15398     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
15399   cat >> confdefs.h 
<<EOF 
15400 #define $ac_tr_hdr 1 
15404   echo "$ac_t""no" 1>&6 
15409   echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6 
15410 echo "configure:15411: checking for sched_yield in -l$THREADS_LINK" >&5 
15411 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'` 
15412 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15413   echo $ac_n "(cached) $ac_c" 1>&6 
15415   ac_save_LIBS
="$LIBS" 
15416 LIBS
="-l$THREADS_LINK  $LIBS" 
15417 cat > conftest.
$ac_ext <<EOF 
15418 #line 15419 "configure" 
15419 #include "confdefs.h" 
15420 /* Override any gcc2 internal prototype to avoid an error.  */ 
15421 /* We use char because int might match the return type of a gcc2 
15422     builtin and then its argument prototype would still apply.  */ 
15423 char sched_yield(); 
15429 if { (eval echo configure
:15430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15431   eval "ac_cv_lib_$ac_lib_var=yes" 
15433   echo "configure: failed program was:" >&5 
15434   cat conftest.
$ac_ext >&5 
15436   eval "ac_cv_lib_$ac_lib_var=no" 
15439 LIBS
="$ac_save_LIBS" 
15442 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15443   echo "$ac_t""yes" 1>&6 
15444   cat >> confdefs.h 
<<\EOF
 
15445 #define HAVE_SCHED_YIELD 1 
15449   echo "$ac_t""no" 1>&6 
15450 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6 
15451 echo "configure:15452: checking for sched_yield in -lposix4" >&5 
15452 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` 
15453 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15454   echo $ac_n "(cached) $ac_c" 1>&6 
15456   ac_save_LIBS
="$LIBS" 
15457 LIBS
="-lposix4  $LIBS" 
15458 cat > conftest.
$ac_ext <<EOF 
15459 #line 15460 "configure" 
15460 #include "confdefs.h" 
15461 /* Override any gcc2 internal prototype to avoid an error.  */ 
15462 /* We use char because int might match the return type of a gcc2 
15463     builtin and then its argument prototype would still apply.  */ 
15464 char sched_yield(); 
15470 if { (eval echo configure
:15471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15472   eval "ac_cv_lib_$ac_lib_var=yes" 
15474   echo "configure: failed program was:" >&5 
15475   cat conftest.
$ac_ext >&5 
15477   eval "ac_cv_lib_$ac_lib_var=no" 
15480 LIBS
="$ac_save_LIBS" 
15483 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15484   echo "$ac_t""yes" 1>&6 
15485   cat >> confdefs.h 
<<\EOF
 
15486 #define HAVE_SCHED_YIELD 1 
15488  POSIX4_LINK
="-lposix4" 
15490   echo "$ac_t""no" 1>&6 
15491 echo "configure: warning: wxThread::Yield will not work properly" 1>&2 
15500   echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6 
15501 echo "configure:15502: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5 
15502 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` 
15503 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15504   echo $ac_n "(cached) $ac_c" 1>&6 
15506   ac_save_LIBS
="$LIBS" 
15507 LIBS
="-l$THREADS_LINK  $LIBS" 
15508 cat > conftest.
$ac_ext <<EOF 
15509 #line 15510 "configure" 
15510 #include "confdefs.h" 
15511 /* Override any gcc2 internal prototype to avoid an error.  */ 
15512 /* We use char because int might match the return type of a gcc2 
15513     builtin and then its argument prototype would still apply.  */ 
15514 char pthread_attr_getschedpolicy(); 
15517 pthread_attr_getschedpolicy() 
15520 if { (eval echo configure
:15521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15522   eval "ac_cv_lib_$ac_lib_var=yes" 
15524   echo "configure: failed program was:" >&5 
15525   cat conftest.
$ac_ext >&5 
15527   eval "ac_cv_lib_$ac_lib_var=no" 
15530 LIBS
="$ac_save_LIBS" 
15533 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15534   echo "$ac_t""yes" 1>&6 
15535   echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6 
15536 echo "configure:15537: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5 
15537 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'` 
15538 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15539   echo $ac_n "(cached) $ac_c" 1>&6 
15541   ac_save_LIBS
="$LIBS" 
15542 LIBS
="-l$THREADS_LINK  $LIBS" 
15543 cat > conftest.
$ac_ext <<EOF 
15544 #line 15545 "configure" 
15545 #include "confdefs.h" 
15546 /* Override any gcc2 internal prototype to avoid an error.  */ 
15547 /* We use char because int might match the return type of a gcc2 
15548     builtin and then its argument prototype would still apply.  */ 
15549 char pthread_attr_setschedparam(); 
15552 pthread_attr_setschedparam() 
15555 if { (eval echo configure
:15556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15557   eval "ac_cv_lib_$ac_lib_var=yes" 
15559   echo "configure: failed program was:" >&5 
15560   cat conftest.
$ac_ext >&5 
15562   eval "ac_cv_lib_$ac_lib_var=no" 
15565 LIBS
="$ac_save_LIBS" 
15568 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15569   echo "$ac_t""yes" 1>&6 
15570   echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6 
15571 echo "configure:15572: checking for sched_get_priority_max in -l$THREADS_LINK" >&5 
15572 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'` 
15573 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15574   echo $ac_n "(cached) $ac_c" 1>&6 
15576   ac_save_LIBS
="$LIBS" 
15577 LIBS
="-l$THREADS_LINK  $LIBS" 
15578 cat > conftest.
$ac_ext <<EOF 
15579 #line 15580 "configure" 
15580 #include "confdefs.h" 
15581 /* Override any gcc2 internal prototype to avoid an error.  */ 
15582 /* We use char because int might match the return type of a gcc2 
15583     builtin and then its argument prototype would still apply.  */ 
15584 char sched_get_priority_max(); 
15587 sched_get_priority_max() 
15590 if { (eval echo configure
:15591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15592   eval "ac_cv_lib_$ac_lib_var=yes" 
15594   echo "configure: failed program was:" >&5 
15595   cat conftest.
$ac_ext >&5 
15597   eval "ac_cv_lib_$ac_lib_var=no" 
15600 LIBS
="$ac_save_LIBS" 
15603 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15604   echo "$ac_t""yes" 1>&6 
15607   echo "$ac_t""no" 1>&6 
15608 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6 
15609 echo "configure:15610: checking for sched_get_priority_max in -lposix4" >&5 
15610 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'` 
15611 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15612   echo $ac_n "(cached) $ac_c" 1>&6 
15614   ac_save_LIBS
="$LIBS" 
15615 LIBS
="-lposix4  $LIBS" 
15616 cat > conftest.
$ac_ext <<EOF 
15617 #line 15618 "configure" 
15618 #include "confdefs.h" 
15619 /* Override any gcc2 internal prototype to avoid an error.  */ 
15620 /* We use char because int might match the return type of a gcc2 
15621     builtin and then its argument prototype would still apply.  */ 
15622 char sched_get_priority_max(); 
15625 sched_get_priority_max() 
15628 if { (eval echo configure
:15629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15630   eval "ac_cv_lib_$ac_lib_var=yes" 
15632   echo "configure: failed program was:" >&5 
15633   cat conftest.
$ac_ext >&5 
15635   eval "ac_cv_lib_$ac_lib_var=no" 
15638 LIBS
="$ac_save_LIBS" 
15641 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15642   echo "$ac_t""yes" 1>&6 
15645                             POSIX4_LINK
="-lposix4" 
15648   echo "$ac_t""no" 1>&6 
15656   echo "$ac_t""no" 1>&6 
15661   echo "$ac_t""no" 1>&6 
15665   if test "$HAVE_PRIOR_FUNCS" = 1; then 
15666     cat >> confdefs.h 
<<\EOF
 
15667 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 
15671     echo "configure: warning: Setting thread priority will not work" 1>&2 
15674   echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6 
15675 echo "configure:15676: checking for pthread_cancel in -l$THREADS_LINK" >&5 
15676 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'` 
15677 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
15678   echo $ac_n "(cached) $ac_c" 1>&6 
15680   ac_save_LIBS
="$LIBS" 
15681 LIBS
="-l$THREADS_LINK  $LIBS" 
15682 cat > conftest.
$ac_ext <<EOF 
15683 #line 15684 "configure" 
15684 #include "confdefs.h" 
15685 /* Override any gcc2 internal prototype to avoid an error.  */ 
15686 /* We use char because int might match the return type of a gcc2 
15687     builtin and then its argument prototype would still apply.  */ 
15688 char pthread_cancel(); 
15694 if { (eval echo configure
:15695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
15696   eval "ac_cv_lib_$ac_lib_var=yes" 
15698   echo "configure: failed program was:" >&5 
15699   cat conftest.
$ac_ext >&5 
15701   eval "ac_cv_lib_$ac_lib_var=no" 
15704 LIBS
="$ac_save_LIBS" 
15707 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
15708   echo "$ac_t""yes" 1>&6 
15709   cat >> confdefs.h 
<<\EOF
 
15710 #define HAVE_PTHREAD_CANCEL 1 
15714   echo "$ac_t""no" 1>&6 
15715 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 
15719   echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 
15720 echo "configure:15721: checking for pthread_cleanup_push/pop" >&5 
15721 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then 
15722   echo $ac_n "(cached) $ac_c" 1>&6 
15725     cat > conftest.
$ac_ext <<EOF 
15726 #line 15727 "configure" 
15727 #include "confdefs.h" 
15728 #include <pthread.h> 
15731                     pthread_cleanup_push(NULL, NULL); 
15732                     pthread_cleanup_pop(0); 
15736 if { (eval echo configure
:15737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
15739                     wx_cv_func_pthread_cleanup_push
=yes 
15742   echo "configure: failed program was:" >&5 
15743   cat conftest.
$ac_ext >&5 
15746                     wx_cv_func_pthread_cleanup_push
=no
 
15753 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 
15755   if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then 
15756       cat >> confdefs.h 
<<\EOF
 
15757 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 
15763           if test "x$wx_lib_glibc21" = "xyes"; then 
15764       CPPFLAGS
="$CPPFLAGS -D_GNU_SOURCE" 
15767   echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6 
15768 echo "configure:15769: checking for pthread_mutexattr_t" >&5 
15769 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then 
15770   echo $ac_n "(cached) $ac_c" 1>&6 
15773     cat > conftest.
$ac_ext <<EOF 
15774 #line 15775 "configure" 
15775 #include "confdefs.h" 
15776 #include <pthread.h> 
15779            pthread_mutexattr_t attr; 
15780            pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); 
15784 if { (eval echo configure
:15785: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
15787            wx_cv_type_pthread_mutexattr_t
=yes 
15790   echo "configure: failed program was:" >&5 
15791   cat conftest.
$ac_ext >&5 
15794            wx_cv_type_pthread_mutexattr_t
=no
 
15802 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6 
15804   if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then 
15805     cat >> confdefs.h 
<<\EOF
 
15806 #define HAVE_PTHREAD_MUTEXATTR_T 1 
15810         echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6 
15811 echo "configure:15812: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 
15812 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then 
15813   echo $ac_n "(cached) $ac_c" 1>&6 
15816         cat > conftest.
$ac_ext <<EOF 
15817 #line 15818 "configure" 
15818 #include "confdefs.h" 
15819 #include <pthread.h> 
15822                 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; 
15826 if { (eval echo configure
:15827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
15829                 wx_cv_type_pthread_rec_mutex_init
=yes 
15832   echo "configure: failed program was:" >&5 
15833   cat conftest.
$ac_ext >&5 
15836                 wx_cv_type_pthread_rec_mutex_init
=no
 
15844 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6 
15845     if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then 
15846       cat >> confdefs.h 
<<\EOF
 
15847 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 
15851             echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2 
15855   THREADS_LINK
="-l$THREADS_LINK" 
15857       if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then 
15858       CPPFLAGS
="${CFLAGS} -mt" 
15859       CXXFLAGS
="${CXXFLAGS} -mt" 
15860       LDFLAGS
="${LDFLAGS} -mt" 
15866 if test "$wxUSE_THREADS" = "yes"; then 
15867   cat >> confdefs.h 
<<\EOF
 
15868 #define wxUSE_THREADS 1 
15872     if test "$USE_DARWIN" != 1; then 
15873     TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT" 
15876   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread" 
15878       if test "$ac_cv_func_strtok_r" = "yes"; then 
15879     echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 
15880 echo "configure:15881: checking if -D_REENTRANT is needed" >&5 
15881     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then 
15882         TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT" 
15883         echo "$ac_t""yes" 1>&6 
15885         echo "$ac_t""no" 1>&6 
15890 if test "$WXGTK20" = 1 ; then 
15891   cat >> confdefs.h 
<<EOF 
15892 #define __WXGTK20__ $WXGTK20 
15898 if test "$WXGTK12" = 1 ; then 
15899   cat >> confdefs.h 
<<EOF 
15900 #define __WXGTK12__ $WXGTK12 
15905 if test "$WXGTK127" = 1 ; then 
15906   cat >> confdefs.h 
<<EOF 
15907 #define __WXGTK127__ $WXGTK127 
15914 if test "$wxUSE_DEBUG_INFO" = "yes" ; then 
15919 if test "$wxUSE_DEBUG_GDB" = "yes" ; then 
15920     wxUSE_DEBUG_INFO
=yes 
15924 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then 
15925     cat >> confdefs.h 
<<\EOF
 
15929     WXDEBUG_DEFINE
="-D__WXDEBUG__" 
15931     if test "$wxUSE_GTK" = 1 ; then 
15932         WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS" 
15936 if test "$wxUSE_MEM_TRACING" = "yes" ; then 
15937     cat >> confdefs.h 
<<\EOF
 
15938 #define wxUSE_MEMORY_TRACING 1 
15941     cat >> confdefs.h 
<<\EOF
 
15942 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 
15945     cat >> confdefs.h 
<<\EOF
 
15946 #define wxUSE_DEBUG_NEW_ALWAYS 1 
15949     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck" 
15952 if test "$wxUSE_DMALLOC" = "yes" ; then 
15953     DMALLOC_LINK
="-ldmalloc" 
15957 if test "$wxUSE_PROFILE" = "yes" ; then 
15961 if test "$GCC" = yes ; then 
15962     if test "$wxUSE_NO_RTTI" = "yes" ; then 
15963         CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti" 
15965     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then 
15966         CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions" 
15968     if test "$wxUSE_PERMISSIVE" = "yes" ; then 
15969         CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive" 
15971     if test "$wxUSE_NO_DEPS" = "no" ; then 
15972         CFLAGS
="-MMD ${CFLAGS}" 
15973         CXXFLAGS
="-MMD ${CXXFLAGS}" 
15975     if test "$USE_WIN32" = 1 ; then 
15976         # I'm not even really sure what this was ever added to solve, 
15977         # but someone added it for mingw native builds, so I guess 
15978         # they had a reason, right?? 
15979         CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return" 
15984 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` 
15985 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" ` 
15986 if test "$wxUSE_OPTIMISE" = "no" ; then 
15989     if test "$GCC" = yes ; then 
15992             i586
-*-*|i686
-*-* ) 
15993             OPTIMISE
="${OPTIMISE} " 
16001 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then 
16002     cat >> confdefs.h 
<<\EOF
 
16003 #define WXWIN_COMPATIBILITY_2 1 
16007     WXWIN_COMPATIBILITY_2_2
="yes" 
16010 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then 
16011     cat >> confdefs.h 
<<\EOF
 
16012 #define WXWIN_COMPATIBILITY_2_2 1 
16018 if test "$wxUSE_GUI" = "yes"; then 
16019   cat >> confdefs.h 
<<\EOF
 
16020 #define wxUSE_GUI 1 
16025   cat >> confdefs.h 
<<\EOF
 
16026 #define wxUSE_NOGUI 1 
16032 if test "$wxUSE_UNIX" = "yes"; then 
16033   cat >> confdefs.h 
<<\EOF
 
16034 #define wxUSE_UNIX 1 
16040 if test "$wxUSE_APPLE_IEEE" = "yes"; then 
16041   cat >> confdefs.h 
<<\EOF
 
16042 #define wxUSE_APPLE_IEEE 1 
16047 if test "$wxUSE_TIMER" = "yes"; then 
16048   cat >> confdefs.h 
<<\EOF
 
16049 #define wxUSE_TIMER 1 
16054 if test "$wxUSE_WAVE" = "yes"; then 
16055   cat >> confdefs.h 
<<\EOF
 
16056 #define wxUSE_WAVE 1 
16061 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then 
16062   cat >> confdefs.h 
<<\EOF
 
16063 #define wxUSE_CMDLINE_PARSER 1 
16068 if test "$wxUSE_STOPWATCH" = "yes"; then 
16069   cat >> confdefs.h 
<<\EOF
 
16070 #define wxUSE_STOPWATCH 1 
16075 if test "$wxUSE_DATETIME" = "yes"; then 
16076   cat >> confdefs.h 
<<\EOF
 
16077 #define wxUSE_DATETIME 1 
16082 if test "$wxUSE_TIMEDATE" = "yes"; then 
16083   cat >> confdefs.h 
<<\EOF
 
16084 #define wxUSE_TIMEDATE 1 
16089 if test "$wxUSE_FILE" = "yes"; then 
16090   cat >> confdefs.h 
<<\EOF
 
16091 #define wxUSE_FILE 1 
16096 if test "$wxUSE_FFILE" = "yes"; then 
16097   cat >> confdefs.h 
<<\EOF
 
16098 #define wxUSE_FFILE 1 
16103 if test "$wxUSE_FILESYSTEM" = "yes"; then 
16104   cat >> confdefs.h 
<<\EOF
 
16105 #define wxUSE_FILESYSTEM 1 
16110 if test "$wxUSE_FS_INET" = "yes"; then 
16111   cat >> confdefs.h 
<<\EOF
 
16112 #define wxUSE_FS_INET 1 
16117 if test "$wxUSE_FS_ZIP" = "yes"; then 
16118   cat >> confdefs.h 
<<\EOF
 
16119 #define wxUSE_FS_ZIP 1 
16124 if test "$wxUSE_ZIPSTREAM" = "yes"; then 
16125   cat >> confdefs.h 
<<\EOF
 
16126 #define wxUSE_ZIPSTREAM 1 
16131 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then 
16132   cat >> confdefs.h 
<<\EOF
 
16133 #define wxUSE_ON_FATAL_EXCEPTION 1 
16138 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then 
16139   cat >> confdefs.h 
<<\EOF
 
16140 #define wxUSE_SNGLINST_CHECKER 1 
16145 if test "$wxUSE_BUSYINFO" = "yes"; then 
16146   cat >> confdefs.h 
<<\EOF
 
16147 #define wxUSE_BUSYINFO 1 
16152 if test "$wxUSE_STD_IOSTREAM" = "yes"; then 
16153   cat >> confdefs.h 
<<\EOF
 
16154 #define wxUSE_STD_IOSTREAM 1 
16159 if test "$wxUSE_TEXTFILE" = "yes"; then 
16160   if test "$wxUSE_FILE" != "yes"; then 
16161     echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2 
16163     cat >> confdefs.h 
<<\EOF
 
16164 #define wxUSE_TEXTFILE 1 
16170 if test "$wxUSE_CONFIG" = "yes" ; then 
16171   if test "$wxUSE_TEXTFILE" != "yes"; then 
16172     echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2 
16174     cat >> confdefs.h 
<<\EOF
 
16175 #define wxUSE_CONFIG 1 
16178     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config" 
16182 if test "$wxUSE_INTL" = "yes" ; then 
16183   if test "$wxUSE_FILE" != "yes"; then 
16184     echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2 
16186     cat >> confdefs.h 
<<\EOF
 
16187 #define wxUSE_INTL 1 
16190     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat" 
16191     GUIDIST
="$GUIDIST INTL_DIST" 
16195 if test "$wxUSE_LOG" = "yes"; then 
16196   cat >> confdefs.h 
<<\EOF
 
16197 #define wxUSE_LOG 1 
16201     if test "$wxUSE_LOGGUI" = "yes"; then 
16202       cat >> confdefs.h 
<<\EOF
 
16203 #define wxUSE_LOGGUI 1 
16208     if test "$wxUSE_LOGWINDOW" = "yes"; then 
16209       cat >> confdefs.h 
<<\EOF
 
16210 #define wxUSE_LOGWINDOW 1 
16216 if test "$wxUSE_LONGLONG" = "yes"; then 
16217   cat >> confdefs.h 
<<\EOF
 
16218 #define wxUSE_LONGLONG 1 
16223 if test "$wxUSE_GEOMETRY" = "yes"; then 
16224   cat >> confdefs.h 
<<\EOF
 
16225 #define wxUSE_GEOMETRY 1 
16230 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then 
16231   cat >> confdefs.h 
<<\EOF
 
16232 #define wxUSE_DIALUP_MANAGER 1 
16235   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup" 
16238 if test "$wxUSE_STREAMS" = "yes" ; then 
16239   cat >> confdefs.h 
<<\EOF
 
16240 #define wxUSE_STREAMS 1 
16246 if test "$wxUSE_DATETIME" = "yes"; then 
16247         for ac_func 
in strptime
 
16249 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
16250 echo "configure:16251: checking for $ac_func" >&5 
16251 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
16252   echo $ac_n "(cached) $ac_c" 1>&6 
16254   cat > conftest.
$ac_ext <<EOF 
16255 #line 16256 "configure" 
16256 #include "confdefs.h" 
16257 /* System header to define __stub macros and hopefully few prototypes, 
16258     which can conflict with char $ac_func(); below.  */ 
16259 #include <assert.h> 
16260 /* Override any gcc2 internal prototype to avoid an error.  */ 
16261 /* We use char because int might match the return type of a gcc2 
16262     builtin and then its argument prototype would still apply.  */ 
16267 /* The GNU C library defines this for functions which it implements 
16268     to always fail with ENOSYS.  Some functions are actually named 
16269     something starting with __ and the normal name is an alias.  */ 
16270 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
16278 if { (eval echo configure
:16279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
16280   eval "ac_cv_func_$ac_func=yes" 
16282   echo "configure: failed program was:" >&5 
16283   cat conftest.
$ac_ext >&5 
16285   eval "ac_cv_func_$ac_func=no" 
16290 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
16291   echo "$ac_t""yes" 1>&6 
16292     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
16293   cat >> confdefs.h 
<<EOF 
16294 #define $ac_tr_func 1 
16298   echo "$ac_t""no" 1>&6 
16303         echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 
16304 echo "configure:16305: checking for timezone variable in <time.h>" >&5 
16305 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then 
16306   echo $ac_n "(cached) $ac_c" 1>&6 
16309                         cat > conftest.
$ac_ext <<EOF 
16310 #line 16311 "configure" 
16311 #include "confdefs.h" 
16322 if { (eval echo configure
:16323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16325                                 wx_cv_var_timezone
=timezone
 
16328   echo "configure: failed program was:" >&5 
16329   cat conftest.
$ac_ext >&5 
16332                                 cat > conftest.
$ac_ext <<EOF 
16333 #line 16334 "configure" 
16334 #include "confdefs.h" 
16345 if { (eval echo configure
:16346: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16348                                         wx_cv_var_timezone
=_timezone
 
16351   echo "configure: failed program was:" >&5 
16352   cat conftest.
$ac_ext >&5 
16355                                         cat > conftest.
$ac_ext <<EOF 
16356 #line 16357 "configure" 
16357 #include "confdefs.h" 
16368 if { (eval echo configure
:16369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16371                                                 wx_cv_var_timezone
=__timezone
 
16374   echo "configure: failed program was:" >&5 
16375   cat conftest.
$ac_ext >&5 
16377   { echo "configure: error: no timezone variable" 1>&2; exit 1; } 
16393 echo "$ac_t""$wx_cv_var_timezone" 1>&6 
16395         cat >> confdefs.h 
<<EOF 
16396 #define WX_TIMEZONE $wx_cv_var_timezone 
16400         for ac_func 
in localtime
 
16402 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
16403 echo "configure:16404: checking for $ac_func" >&5 
16404 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
16405   echo $ac_n "(cached) $ac_c" 1>&6 
16407   cat > conftest.
$ac_ext <<EOF 
16408 #line 16409 "configure" 
16409 #include "confdefs.h" 
16410 /* System header to define __stub macros and hopefully few prototypes, 
16411     which can conflict with char $ac_func(); below.  */ 
16412 #include <assert.h> 
16413 /* Override any gcc2 internal prototype to avoid an error.  */ 
16414 /* We use char because int might match the return type of a gcc2 
16415     builtin and then its argument prototype would still apply.  */ 
16420 /* The GNU C library defines this for functions which it implements 
16421     to always fail with ENOSYS.  Some functions are actually named 
16422     something starting with __ and the normal name is an alias.  */ 
16423 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
16431 if { (eval echo configure
:16432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
16433   eval "ac_cv_func_$ac_func=yes" 
16435   echo "configure: failed program was:" >&5 
16436   cat conftest.
$ac_ext >&5 
16438   eval "ac_cv_func_$ac_func=no" 
16443 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
16444   echo "$ac_t""yes" 1>&6 
16445     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
16446   cat >> confdefs.h 
<<EOF 
16447 #define $ac_tr_func 1 
16451   echo "$ac_t""no" 1>&6 
16456     if test "$ac_cv_func_localtime" = "yes"; then 
16457         echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 
16458 echo "configure:16459: checking for tm_gmtoff in struct tm" >&5 
16459 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then 
16460   echo $ac_n "(cached) $ac_c" 1>&6 
16463             cat > conftest.
$ac_ext <<EOF 
16464 #line 16465 "configure" 
16465 #include "confdefs.h" 
16476 if { (eval echo configure
:16477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16479                     wx_cv_struct_tm_has_gmtoff
=yes 
16482   echo "configure: failed program was:" >&5 
16483   cat conftest.
$ac_ext >&5 
16485   wx_cv_struct_tm_has_gmtoff
=no
 
16492 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 
16495     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then 
16496         cat >> confdefs.h 
<<\EOF
 
16497 #define WX_GMTOFF_IN_TM 1 
16502             for ac_func 
in gettimeofday ftime
 
16504 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
16505 echo "configure:16506: checking for $ac_func" >&5 
16506 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
16507   echo $ac_n "(cached) $ac_c" 1>&6 
16509   cat > conftest.
$ac_ext <<EOF 
16510 #line 16511 "configure" 
16511 #include "confdefs.h" 
16512 /* System header to define __stub macros and hopefully few prototypes, 
16513     which can conflict with char $ac_func(); below.  */ 
16514 #include <assert.h> 
16515 /* Override any gcc2 internal prototype to avoid an error.  */ 
16516 /* We use char because int might match the return type of a gcc2 
16517     builtin and then its argument prototype would still apply.  */ 
16522 /* The GNU C library defines this for functions which it implements 
16523     to always fail with ENOSYS.  Some functions are actually named 
16524     something starting with __ and the normal name is an alias.  */ 
16525 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
16533 if { (eval echo configure
:16534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
16535   eval "ac_cv_func_$ac_func=yes" 
16537   echo "configure: failed program was:" >&5 
16538   cat conftest.
$ac_ext >&5 
16540   eval "ac_cv_func_$ac_func=no" 
16545 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
16546   echo "$ac_t""yes" 1>&6 
16547     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
16548   cat >> confdefs.h 
<<EOF 
16549 #define $ac_tr_func 1 
16553   echo "$ac_t""no" 1>&6 
16558     if test "$ac_cv_func_gettimeofday" = "yes"; then 
16559         echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 
16560 echo "configure:16561: checking whether gettimeofday takes two arguments" >&5 
16561 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then 
16562   echo $ac_n "(cached) $ac_c" 1>&6 
16567 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
16568 ac_cpp
='$CXXCPP $CPPFLAGS' 
16569 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
16570 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
16571 cross_compiling
=$ac_cv_prog_cxx_cross 
16574             cat > conftest.
$ac_ext <<EOF 
16575 #line 16576 "configure" 
16576 #include "confdefs.h" 
16578                     #include <sys/time.h> 
16579                     #include <unistd.h> 
16584                     gettimeofday(&tv, NULL); 
16588 if { (eval echo configure
:16589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16590   wx_cv_func_gettimeofday_has_2_args
=yes 
16592   echo "configure: failed program was:" >&5 
16593   cat conftest.
$ac_ext >&5 
16595   cat > conftest.
$ac_ext <<EOF 
16596 #line 16597 "configure" 
16597 #include "confdefs.h" 
16599                         #include <sys/time.h> 
16600                         #include <unistd.h> 
16609 if { (eval echo configure
:16610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16611   wx_cv_func_gettimeofday_has_2_args
=no
 
16613   echo "configure: failed program was:" >&5 
16614   cat conftest.
$ac_ext >&5 
16617                         echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2 
16618                         wx_cv_func_gettimeofday_has_2_args
=unknown
 
16627 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
16628 ac_cpp
='$CPP $CPPFLAGS' 
16629 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
16630 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
16631 cross_compiling
=$ac_cv_prog_cc_cross 
16636 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 
16638         if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then 
16639             cat >> confdefs.h 
<<\EOF
 
16640 #define WX_GETTIMEOFDAY_NO_TZ 1 
16646     cat >> confdefs.h 
<<\EOF
 
16647 #define wxUSE_TIMEDATE 1 
16650     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest" 
16654 if test "$TOOLKIT" != "MSW"; then 
16656     if test "$wxUSE_SOCKETS" = "yes"; then 
16657                 echo $ac_n "checking for socket""... $ac_c" 1>&6 
16658 echo "configure:16659: checking for socket" >&5 
16659 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 
16660   echo $ac_n "(cached) $ac_c" 1>&6 
16662   cat > conftest.
$ac_ext <<EOF 
16663 #line 16664 "configure" 
16664 #include "confdefs.h" 
16665 /* System header to define __stub macros and hopefully few prototypes, 
16666     which can conflict with char socket(); below.  */ 
16667 #include <assert.h> 
16668 /* Override any gcc2 internal prototype to avoid an error.  */ 
16669 /* We use char because int might match the return type of a gcc2 
16670     builtin and then its argument prototype would still apply.  */ 
16675 /* The GNU C library defines this for functions which it implements 
16676     to always fail with ENOSYS.  Some functions are actually named 
16677     something starting with __ and the normal name is an alias.  */ 
16678 #if defined (__stub_socket) || defined (__stub___socket) 
16686 if { (eval echo configure
:16687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
16688   eval "ac_cv_func_socket=yes" 
16690   echo "configure: failed program was:" >&5 
16691   cat conftest.
$ac_ext >&5 
16693   eval "ac_cv_func_socket=no" 
16698 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then 
16699   echo "$ac_t""yes" 1>&6 
16702   echo "$ac_t""no" 1>&6 
16703 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 
16704 echo "configure:16705: checking for socket in -lsocket" >&5 
16705 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'` 
16706 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
16707   echo $ac_n "(cached) $ac_c" 1>&6 
16709   ac_save_LIBS
="$LIBS" 
16710 LIBS
="-lsocket  $LIBS" 
16711 cat > conftest.
$ac_ext <<EOF 
16712 #line 16713 "configure" 
16713 #include "confdefs.h" 
16714 /* Override any gcc2 internal prototype to avoid an error.  */ 
16715 /* We use char because int might match the return type of a gcc2 
16716     builtin and then its argument prototype would still apply.  */ 
16723 if { (eval echo configure
:16724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
16725   eval "ac_cv_lib_$ac_lib_var=yes" 
16727   echo "configure: failed program was:" >&5 
16728   cat conftest.
$ac_ext >&5 
16730   eval "ac_cv_lib_$ac_lib_var=no" 
16733 LIBS
="$ac_save_LIBS" 
16736 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
16737   echo "$ac_t""yes" 1>&6 
16738   INET_LINK
="$INET_LINK -lsocket" 
16740   echo "$ac_t""no" 1>&6 
16742                     echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 
16754     if test "$wxUSE_SOCKETS" = "yes" ; then 
16755                 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6 
16756 echo "configure:16757: checking what is the type of the third argument of getsockname" >&5 
16757 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then 
16758   echo $ac_n "(cached) $ac_c" 1>&6 
16763 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
16764 ac_cpp
='$CXXCPP $CPPFLAGS' 
16765 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
16766 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
16767 cross_compiling
=$ac_cv_prog_cxx_cross 
16770                 cat > conftest.
$ac_ext <<EOF 
16771 #line 16772 "configure" 
16772 #include "confdefs.h" 
16774                         #include <sys/types.h> 
16775                         #include <sys/socket.h> 
16780                         getsockname(0, 0, &len); 
16784 if { (eval echo configure
:16785: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16786   wx_cv_type_getsockname3
=socklen_t
 
16788   echo "configure: failed program was:" >&5 
16789   cat conftest.
$ac_ext >&5 
16791   cat > conftest.
$ac_ext <<EOF 
16792 #line 16793 "configure" 
16793 #include "confdefs.h" 
16795                             #include <sys/types.h> 
16796                             #include <sys/socket.h> 
16801                             getsockname(0, 0, &len); 
16805 if { (eval echo configure
:16806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16807   wx_cv_type_getsockname3
=size_t
 
16809   echo "configure: failed program was:" >&5 
16810   cat conftest.
$ac_ext >&5 
16812   cat > conftest.
$ac_ext <<EOF 
16813 #line 16814 "configure" 
16814 #include "confdefs.h" 
16816                                 #include <sys/types.h> 
16817                                 #include <sys/socket.h> 
16822                                 getsockname(0, 0, &len); 
16826 if { (eval echo configure
:16827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
16828   wx_cv_type_getsockname3
=int
 
16830   echo "configure: failed program was:" >&5 
16831   cat conftest.
$ac_ext >&5 
16833   wx_cv_type_getsockname3
=unknown
 
16845 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 
16846 ac_cpp
='$CPP $CPPFLAGS' 
16847 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 
16848 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 
16849 cross_compiling
=$ac_cv_prog_cc_cross 
16854 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6 
16856         if test "$wx_cv_type_getsockname3" = "unknown"; then 
16858             echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2 
16860             cat >> confdefs.h 
<<EOF 
16861 #define SOCKLEN_T $wx_cv_type_getsockname3 
16868 if test "$wxUSE_SOCKETS" = "yes" ; then 
16869     cat >> confdefs.h 
<<\EOF
 
16870 #define wxUSE_SOCKETS 1 
16873     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets" 
16877 if test "$wxUSE_GUI" = "yes"; then 
16879         if test "$TOOLKIT" != "MSW"; then 
16880         if test "$wxUSE_JOYSTICK" = "yes"; then 
16881                         for ac_hdr 
in linux
/joystick.h
 
16883 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
16884 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
16885 echo "configure:16886: checking for $ac_hdr" >&5 
16886 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
16887   echo $ac_n "(cached) $ac_c" 1>&6 
16889   cat > conftest.
$ac_ext <<EOF 
16890 #line 16891 "configure" 
16891 #include "confdefs.h" 
16894 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
16895 { (eval echo configure
:16896: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
16896 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
16897 if test -z "$ac_err"; then 
16899   eval "ac_cv_header_$ac_safe=yes" 
16902   echo "configure: failed program was:" >&5 
16903   cat conftest.
$ac_ext >&5 
16905   eval "ac_cv_header_$ac_safe=no" 
16909 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
16910   echo "$ac_t""yes" 1>&6 
16911     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
16912   cat >> confdefs.h 
<<EOF 
16913 #define $ac_tr_hdr 1 
16917   echo "$ac_t""no" 1>&6 
16921             if test "$ac_cv_header_linux_joystick_h" != "yes"; then 
16923                 echo "configure: warning: Joystick not supported by this system" 1>&2 
16928     if test "$wxUSE_JOYSTICK" = "yes"; then 
16929         cat >> confdefs.h 
<<\EOF
 
16930 #define wxUSE_JOYSTICK 1 
16933         SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest" 
16938 if test "$TOOLKIT" != "MSW"; then 
16942     if test "$wxUSE_DYNLIB_CLASS" = "yes"; then 
16943         if test "$USE_DARWIN" = 1; then 
16946                                                 for ac_func 
in dlopen
 
16948 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
16949 echo "configure:16950: checking for $ac_func" >&5 
16950 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
16951   echo $ac_n "(cached) $ac_c" 1>&6 
16953   cat > conftest.
$ac_ext <<EOF 
16954 #line 16955 "configure" 
16955 #include "confdefs.h" 
16956 /* System header to define __stub macros and hopefully few prototypes, 
16957     which can conflict with char $ac_func(); below.  */ 
16958 #include <assert.h> 
16959 /* Override any gcc2 internal prototype to avoid an error.  */ 
16960 /* We use char because int might match the return type of a gcc2 
16961     builtin and then its argument prototype would still apply.  */ 
16966 /* The GNU C library defines this for functions which it implements 
16967     to always fail with ENOSYS.  Some functions are actually named 
16968     something starting with __ and the normal name is an alias.  */ 
16969 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
16977 if { (eval echo configure
:16978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
16979   eval "ac_cv_func_$ac_func=yes" 
16981   echo "configure: failed program was:" >&5 
16982   cat conftest.
$ac_ext >&5 
16984   eval "ac_cv_func_$ac_func=no" 
16989 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
16990   echo "$ac_t""yes" 1>&6 
16991     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
16992   cat >> confdefs.h 
<<EOF 
16993 #define $ac_tr_func 1 
16996                 cat >> confdefs.h 
<<\EOF
 
16997 #define HAVE_DLOPEN 1 
17003   echo "$ac_t""no" 1>&6 
17004 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 
17005 echo "configure:17006: checking for dlopen in -ldl" >&5 
17006 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 
17007 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
17008   echo $ac_n "(cached) $ac_c" 1>&6 
17010   ac_save_LIBS
="$LIBS" 
17012 cat > conftest.
$ac_ext <<EOF 
17013 #line 17014 "configure" 
17014 #include "confdefs.h" 
17015 /* Override any gcc2 internal prototype to avoid an error.  */ 
17016 /* We use char because int might match the return type of a gcc2 
17017     builtin and then its argument prototype would still apply.  */ 
17024 if { (eval echo configure
:17025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
17026   eval "ac_cv_lib_$ac_lib_var=yes" 
17028   echo "configure: failed program was:" >&5 
17029   cat conftest.
$ac_ext >&5 
17031   eval "ac_cv_lib_$ac_lib_var=no" 
17034 LIBS
="$ac_save_LIBS" 
17037 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
17038   echo "$ac_t""yes" 1>&6 
17040                                 cat >> confdefs.h 
<<\EOF
 
17041 #define HAVE_DLOPEN 1 
17048   echo "$ac_t""no" 1>&6 
17050                                 for ac_func 
in shl_load
 
17052 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
17053 echo "configure:17054: checking for $ac_func" >&5 
17054 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
17055   echo $ac_n "(cached) $ac_c" 1>&6 
17057   cat > conftest.
$ac_ext <<EOF 
17058 #line 17059 "configure" 
17059 #include "confdefs.h" 
17060 /* System header to define __stub macros and hopefully few prototypes, 
17061     which can conflict with char $ac_func(); below.  */ 
17062 #include <assert.h> 
17063 /* Override any gcc2 internal prototype to avoid an error.  */ 
17064 /* We use char because int might match the return type of a gcc2 
17065     builtin and then its argument prototype would still apply.  */ 
17070 /* The GNU C library defines this for functions which it implements 
17071     to always fail with ENOSYS.  Some functions are actually named 
17072     something starting with __ and the normal name is an alias.  */ 
17073 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
17081 if { (eval echo configure
:17082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
17083   eval "ac_cv_func_$ac_func=yes" 
17085   echo "configure: failed program was:" >&5 
17086   cat conftest.
$ac_ext >&5 
17088   eval "ac_cv_func_$ac_func=no" 
17093 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
17094   echo "$ac_t""yes" 1>&6 
17095     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
17096   cat >> confdefs.h 
<<EOF 
17097 #define $ac_tr_func 1 
17100                                                 cat >> confdefs.h 
<<\EOF
 
17101 #define HAVE_SHL_LOAD 1 
17107   echo "$ac_t""no" 1>&6 
17108 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6 
17109 echo "configure:17110: checking for dld in -lshl_load" >&5 
17110 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'` 
17111 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
17112   echo $ac_n "(cached) $ac_c" 1>&6 
17114   ac_save_LIBS
="$LIBS" 
17115 LIBS
="-lshl_load  $LIBS" 
17116 cat > conftest.
$ac_ext <<EOF 
17117 #line 17118 "configure" 
17118 #include "confdefs.h" 
17119 /* Override any gcc2 internal prototype to avoid an error.  */ 
17120 /* We use char because int might match the return type of a gcc2 
17121     builtin and then its argument prototype would still apply.  */ 
17128 if { (eval echo configure
:17129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
17130   eval "ac_cv_lib_$ac_lib_var=yes" 
17132   echo "configure: failed program was:" >&5 
17133   cat conftest.
$ac_ext >&5 
17135   eval "ac_cv_lib_$ac_lib_var=no" 
17138 LIBS
="$ac_save_LIBS" 
17141 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
17142   echo "$ac_t""yes" 1>&6 
17148   echo "$ac_t""no" 1>&6 
17163                 if test "$HAVE_DL_FUNCS" = 1; then 
17164             for ac_func 
in dlerror
 
17166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
17167 echo "configure:17168: checking for $ac_func" >&5 
17168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
17169   echo $ac_n "(cached) $ac_c" 1>&6 
17171   cat > conftest.
$ac_ext <<EOF 
17172 #line 17173 "configure" 
17173 #include "confdefs.h" 
17174 /* System header to define __stub macros and hopefully few prototypes, 
17175     which can conflict with char $ac_func(); below.  */ 
17176 #include <assert.h> 
17177 /* Override any gcc2 internal prototype to avoid an error.  */ 
17178 /* We use char because int might match the return type of a gcc2 
17179     builtin and then its argument prototype would still apply.  */ 
17184 /* The GNU C library defines this for functions which it implements 
17185     to always fail with ENOSYS.  Some functions are actually named 
17186     something starting with __ and the normal name is an alias.  */ 
17187 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
17195 if { (eval echo configure
:17196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
17197   eval "ac_cv_func_$ac_func=yes" 
17199   echo "configure: failed program was:" >&5 
17200   cat conftest.
$ac_ext >&5 
17202   eval "ac_cv_func_$ac_func=no" 
17207 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then 
17208   echo "$ac_t""yes" 1>&6 
17209     ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` 
17210   cat >> confdefs.h 
<<EOF 
17211 #define $ac_tr_func 1 
17213  cat >> confdefs.h 
<<\EOF
 
17214 #define HAVE_DLERROR 1 
17218   echo "$ac_t""no" 1>&6 
17219 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6 
17220 echo "configure:17221: checking for dlerror in -ldl" >&5 
17221 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'` 
17222 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
17223   echo $ac_n "(cached) $ac_c" 1>&6 
17225   ac_save_LIBS
="$LIBS" 
17227 cat > conftest.
$ac_ext <<EOF 
17228 #line 17229 "configure" 
17229 #include "confdefs.h" 
17230 /* Override any gcc2 internal prototype to avoid an error.  */ 
17231 /* We use char because int might match the return type of a gcc2 
17232     builtin and then its argument prototype would still apply.  */ 
17239 if { (eval echo configure
:17240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then 
17241   eval "ac_cv_lib_$ac_lib_var=yes" 
17243   echo "configure: failed program was:" >&5 
17244   cat conftest.
$ac_ext >&5 
17246   eval "ac_cv_lib_$ac_lib_var=no" 
17249 LIBS
="$ac_save_LIBS" 
17252 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
17253   echo "$ac_t""yes" 1>&6 
17254   cat >> confdefs.h 
<<\EOF
 
17255 #define HAVE_DLERROR 1 
17259   echo "$ac_t""no" 1>&6 
17268         if test "$HAVE_DL_FUNCS" = 0; then 
17269             if test "$HAVE_SHL_FUNCS" = 0; then 
17270               if test "$USE_UNIX" = 1; then 
17271                   echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 
17272                   wxUSE_DYNLIB_CLASS
=no
 
17274                   echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 
17281 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then 
17282     cat >> confdefs.h 
<<\EOF
 
17283 #define wxUSE_DYNLIB_CLASS 1 
17292 if test "$wxUSE_FONTMAP" = "yes" ; then 
17293   cat >> confdefs.h 
<<\EOF
 
17294 #define wxUSE_FONTMAP 1 
17299 if test "$wxUSE_UNICODE" = "yes" ; then 
17300   cat >> confdefs.h 
<<\EOF
 
17301 #define wxUSE_UNICODE 1 
17306 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then 
17307   cat >> confdefs.h 
<<\EOF
 
17308 #define wxUSE_EXPERIMENTAL_PRINTF 1 
17314 if test "$wxUSE_SERIAL" = "yes" ; then 
17315     cat >> confdefs.h 
<<\EOF
 
17316 #define wxUSE_SERIAL 1 
17323 if test "$wxUSE_ODBC" = "yes" ; then 
17324     cat >> confdefs.h 
<<\EOF
 
17325 #define wxUSE_ODBC 1 
17328     WXODBCFLAG
="-D_IODBC_" 
17329     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db" 
17333 if test "$wxUSE_POSTSCRIPT" = "yes" ; then 
17334   cat >> confdefs.h 
<<\EOF
 
17335 #define wxUSE_POSTSCRIPT 1 
17340 cat >> confdefs.h 
<<\EOF
 
17341 #define wxUSE_AFM_FOR_POSTSCRIPT 1 
17345 cat >> confdefs.h 
<<\EOF
 
17346 #define wxUSE_NORMALIZED_PS_FONTS 1 
17351 if test "$wxUSE_CONSTRAINTS" = "yes"; then 
17352     cat >> confdefs.h 
<<\EOF
 
17353 #define wxUSE_CONSTRAINTS 1 
17356     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout" 
17359 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then 
17360     if test "$wxUSE_UNIVERSAL" = "yes"; then 
17361         echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2 
17362         wxUSE_MDI_ARCHITECTURE
=no
 
17365     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then 
17366         cat >> confdefs.h 
<<\EOF
 
17367 #define wxUSE_MDI_ARCHITECTURE 1 
17370         SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi" 
17374 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then 
17375     cat >> confdefs.h 
<<\EOF
 
17376 #define wxUSE_DOC_VIEW_ARCHITECTURE 1 
17379     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview" 
17380     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then 
17381         SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi" 
17385 if test "$wxUSE_HELP" = "yes"; then 
17386     cat >> confdefs.h 
<<\EOF
 
17387 #define wxUSE_HELP 1 
17390     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help" 
17392     if test "$USE_WIN32" = 1; then 
17393       if test "$wxUSE_MS_HTML_HELP" = "yes"; then 
17394         ac_safe
=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'` 
17395 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6 
17396 echo "configure:17397: checking for htmlhelp.h" >&5 
17397 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
17398   echo $ac_n "(cached) $ac_c" 1>&6 
17400   cat > conftest.
$ac_ext <<EOF 
17401 #line 17402 "configure" 
17402 #include "confdefs.h" 
17403 #include <htmlhelp.h> 
17405 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
17406 { (eval echo configure
:17407: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
17407 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
17408 if test -z "$ac_err"; then 
17410   eval "ac_cv_header_$ac_safe=yes" 
17413   echo "configure: failed program was:" >&5 
17414   cat conftest.
$ac_ext >&5 
17416   eval "ac_cv_header_$ac_safe=no" 
17420 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
17421   echo "$ac_t""yes" 1>&6 
17423                 cat >> confdefs.h 
<<\EOF
 
17424 #define wxUSE_MS_HTML_HELP 1 
17429   echo "$ac_t""no" 1>&6 
17431                 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2 
17432                 wxUSE_MS_HTML_HELP
=no
 
17439     if test "$wxUSE_WXHTML_HELP" = "yes"; then 
17440       if test "$wxUSE_HTML" = "yes"; then 
17441         cat >> confdefs.h 
<<\EOF
 
17442 #define wxUSE_WXHTML_HELP 1 
17446         echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2 
17447         wxUSE_WXHTML_HELP
=no
 
17452 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then 
17453     if test "$wxUSE_CONSTRAINTS" != "yes"; then 
17454         echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 
17456         cat >> confdefs.h 
<<\EOF
 
17457 #define wxUSE_PRINTING_ARCHITECTURE 1 
17461     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing" 
17464 if test "$wxUSE_PROLOGIO" = "yes" ; then 
17465     cat >> confdefs.h 
<<\EOF
 
17466 #define wxUSE_PROLOGIO 1 
17471 if test "$wxUSE_RESOURCES" = "yes" ; then 
17472     cat >> confdefs.h 
<<\EOF
 
17473 #define wxUSE_RESOURCES 1 
17476     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource" 
17479 if test "$wxUSE_X_RESOURCES" = "yes"; then 
17480     cat >> confdefs.h 
<<\EOF
 
17481 #define wxUSE_X_RESOURCES 1 
17487 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ"       = "yes" \
 
17488                             -o "$wxUSE_CLIPBOARD"     = "yes" \
 
17489                             -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then 
17490     for ac_hdr 
in ole2.h
 
17492 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
17493 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
17494 echo "configure:17495: checking for $ac_hdr" >&5 
17495 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
17496   echo $ac_n "(cached) $ac_c" 1>&6 
17498   cat > conftest.
$ac_ext <<EOF 
17499 #line 17500 "configure" 
17500 #include "confdefs.h" 
17503 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
17504 { (eval echo configure
:17505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
17505 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
17506 if test -z "$ac_err"; then 
17508   eval "ac_cv_header_$ac_safe=yes" 
17511   echo "configure: failed program was:" >&5 
17512   cat conftest.
$ac_ext >&5 
17514   eval "ac_cv_header_$ac_safe=no" 
17518 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 
17519   echo "$ac_t""yes" 1>&6 
17520     ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` 
17521   cat >> confdefs.h 
<<EOF 
17522 #define $ac_tr_hdr 1 
17526   echo "$ac_t""no" 1>&6 
17531     if test "$ac_cv_header_ole2_h" = "yes" ; then 
17532         if test "$GCC" = yes ; then 
17533             ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)" 
17534             CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks" 
17535             LIBS
="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid" 
17536             cat >> confdefs.h 
<<\EOF
 
17537 #define wxUSE_OLE 1 
17543                 cat >> confdefs.h 
<<\EOF
 
17544 #define wxUSE_DATAOBJ 1 
17548         echo "configure: warning: Some features disabled because OLE headers not found" 1>&2 
17551         wxUSE_DRAG_AND_DROP
=no
 
17555         if test "$wxUSE_METAFILE" = "yes"; then 
17556         cat >> confdefs.h 
<<\EOF
 
17557 #define wxUSE_METAFILE 1 
17561                 cat >> confdefs.h 
<<\EOF
 
17562 #define wxUSE_ENH_METAFILE 1 
17568 if test "$wxUSE_IPC" = "yes"; then 
17569     if test "$wxUSE_SOCKETS" != "yes"; then 
17570         echo "configure: warning: wxWindows IPC classes require sockets" 1>&2 
17573     cat >> confdefs.h 
<<\EOF
 
17574 #define wxUSE_IPC 1 
17579 if test "$wxUSE_CLIPBOARD" = "yes"; then 
17580     cat >> confdefs.h 
<<\EOF
 
17581 #define wxUSE_CLIPBOARD 1 
17585         cat >> confdefs.h 
<<\EOF
 
17586 #define wxUSE_DATAOBJ 1 
17591 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then 
17592     if test "$wxUSE_GTK" = 1; then 
17593         if test "$WXGTK12" != 1; then 
17594             echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2 
17595             wxUSE_DRAG_AND_DROP
=no
 
17599     if test "$wxUSE_MOTIF" = 1; then 
17600         echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2 
17601         wxUSE_DRAG_AND_DROP
=no
 
17604     if test "$wxUSE_MAC" = 1; then 
17605         echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2 
17606         wxUSE_DRAG_AND_DROP
=no
 
17609     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then 
17610         cat >> confdefs.h 
<<\EOF
 
17611 #define wxUSE_DRAG_AND_DROP 1 
17614         SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd" 
17619 if test "$wxUSE_SPLINES" = "yes" ; then 
17620   cat >> confdefs.h 
<<\EOF
 
17621 #define wxUSE_SPLINES 1 
17628 if test "$wxUSE_CONTROLS" = "yes"; then 
17632 if test "$wxUSE_ACCEL" = "yes"; then 
17633   cat >> confdefs.h 
<<\EOF
 
17634 #define wxUSE_ACCEL 1 
17640 if test "$wxUSE_BUTTON" = "yes"; then 
17641   cat >> confdefs.h 
<<\EOF
 
17642 #define wxUSE_BUTTON 1 
17648 if test "$wxUSE_BMPBUTTON" = "yes"; then 
17649   cat >> confdefs.h 
<<\EOF
 
17650 #define wxUSE_BMPBUTTON 1 
17656 if test "$wxUSE_CALCTRL" = "yes"; then 
17657   cat >> confdefs.h 
<<\EOF
 
17658 #define wxUSE_CALENDARCTRL 1 
17662   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar" 
17665 if test "$wxUSE_CARET" = "yes"; then 
17666   cat >> confdefs.h 
<<\EOF
 
17667 #define wxUSE_CARET 1 
17671   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret" 
17674 if test "$wxUSE_COMBOBOX" = "yes"; then 
17675   cat >> confdefs.h 
<<\EOF
 
17676 #define wxUSE_COMBOBOX 1 
17682 if test "$wxUSE_CHOICE" = "yes"; then 
17683   cat >> confdefs.h 
<<\EOF
 
17684 #define wxUSE_CHOICE 1 
17690 if test "$wxUSE_CHECKBOX" = "yes"; then 
17691   cat >> confdefs.h 
<<\EOF
 
17692 #define wxUSE_CHECKBOX 1 
17698 if test "$wxUSE_CHECKLST" = "yes"; then 
17699   cat >> confdefs.h 
<<\EOF
 
17700 #define wxUSE_CHECKLISTBOX 1 
17704   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst" 
17707 if test "$wxUSE_GAUGE" = "yes"; then 
17708   cat >> confdefs.h 
<<\EOF
 
17709 #define wxUSE_GAUGE 1 
17715 if test "$wxUSE_NEW_GRID" = "yes"; then 
17717   cat >> confdefs.h 
<<\EOF
 
17718 #define wxUSE_NEW_GRID 1 
17722   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid" 
17725 if test "$wxUSE_GRID" = "yes"; then 
17726   cat >> confdefs.h 
<<\EOF
 
17727 #define wxUSE_GRID 1 
17731   SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid" 
17734 if test "$wxUSE_IMAGLIST" = "yes"; then 
17735     cat >> confdefs.h 
<<\EOF
 
17736 #define wxUSE_IMAGLIST 1 
17741 if test "$wxUSE_LISTBOX" = "yes"; then 
17742     cat >> confdefs.h 
<<\EOF
 
17743 #define wxUSE_LISTBOX 1 
17749 if test "$wxUSE_LISTCTRL" = "yes"; then 
17750     if test "$wxUSE_IMAGLIST" = "yes"; then 
17751         cat >> confdefs.h 
<<\EOF
 
17752 #define wxUSE_LISTCTRL 1 
17756         SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl" 
17758         echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 
17762 if test "$wxUSE_NOTEBOOK" = "yes"; then 
17763     cat >> confdefs.h 
<<\EOF
 
17764 #define wxUSE_NOTEBOOK 1 
17768     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook" 
17771 if test "$wxUSE_PROPSHEET" = "yes"; then 
17772     cat >> confdefs.h 
<<\EOF
 
17773 #define wxUSE_PROPSHEET 1 
17777     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS proplist" 
17780 if test "$wxUSE_RADIOBOX" = "yes"; then 
17781     cat >> confdefs.h 
<<\EOF
 
17782 #define wxUSE_RADIOBOX 1 
17788 if test "$wxUSE_RADIOBTN" = "yes"; then 
17789     cat >> confdefs.h 
<<\EOF
 
17790 #define wxUSE_RADIOBTN 1 
17796 if test "$wxUSE_SASH" = "yes"; then 
17797     cat >> confdefs.h 
<<\EOF
 
17798 #define wxUSE_SASH 1 
17801     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest" 
17804 if test "$wxUSE_SCROLLBAR" = "yes"; then 
17805     cat >> confdefs.h 
<<\EOF
 
17806 #define wxUSE_SCROLLBAR 1 
17810     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub" 
17813 if test "$wxUSE_SLIDER" = "yes"; then 
17814     cat >> confdefs.h 
<<\EOF
 
17815 #define wxUSE_SLIDER 1 
17821 if test "$wxUSE_SPINBTN" = "yes"; then 
17822     cat >> confdefs.h 
<<\EOF
 
17823 #define wxUSE_SPINBTN 1 
17829 if test "$wxUSE_SPINCTRL" = "yes"; then 
17830     cat >> confdefs.h 
<<\EOF
 
17831 #define wxUSE_SPINCTRL 1 
17837 if test "$wxUSE_SPLITTER" = "yes"; then 
17838     cat >> confdefs.h 
<<\EOF
 
17839 #define wxUSE_SPLITTER 1 
17842     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter" 
17845 if test "$wxUSE_STATBMP" = "yes"; then 
17846     cat >> confdefs.h 
<<\EOF
 
17847 #define wxUSE_STATBMP 1 
17853 if test "$wxUSE_STATBOX" = "yes"; then 
17854     cat >> confdefs.h 
<<\EOF
 
17855 #define wxUSE_STATBOX 1 
17861 if test "$wxUSE_STATTEXT" = "yes"; then 
17862     cat >> confdefs.h 
<<\EOF
 
17863 #define wxUSE_STATTEXT 1 
17869 if test "$wxUSE_STATLINE" = "yes"; then 
17870     if test "$wxUSE_WINE" = 1 ; then 
17871         echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 
17873         cat >> confdefs.h 
<<\EOF
 
17874 #define wxUSE_STATLINE 1 
17881 if test "$wxUSE_STATUSBAR" = "yes"; then 
17882     cat >> confdefs.h 
<<\EOF
 
17883 #define wxUSE_STATUSBAR 1 
17888     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar" 
17891 if test "$wxUSE_TABDIALOG" = "yes"; then 
17892     cat >> confdefs.h 
<<\EOF
 
17893 #define wxUSE_TAB_DIALOG 1 
17896     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab" 
17899 if test "$wxUSE_TEXTCTRL" = "yes"; then 
17900     cat >> confdefs.h 
<<\EOF
 
17901 #define wxUSE_TEXTCTRL 1 
17905     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text" 
17908 if test "$wxUSE_TOGGLEBTN" = "yes"; then 
17909     if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then 
17910         echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2 
17914     if test "$wxUSE_TOGGLEBTN" = "yes"; then 
17915         cat >> confdefs.h 
<<\EOF
 
17916 #define wxUSE_TOGGLEBTN 1 
17923 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then 
17924     cat >> confdefs.h 
<<\EOF
 
17925 #define wxUSE_TOOLBAR_SIMPLE 1 
17928     wxUSE_TOOLBAR
="yes" 
17932 if test "$wxUSE_TOOLBAR" = "yes"; then 
17933     cat >> confdefs.h 
<<\EOF
 
17934 #define wxUSE_TOOLBAR 1 
17939         if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then 
17940         wxUSE_TOOLBAR_NATIVE
="yes" 
17943     if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then 
17944         cat >> confdefs.h 
<<\EOF
 
17945 #define wxUSE_TOOLBAR_NATIVE 1 
17951     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar" 
17954 if test "$wxUSE_TOOLTIPS" = "yes"; then 
17955     if test "$wxUSE_MOTIF" = 1; then 
17956         echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2 
17958         if test "$wxUSE_WINE" = 1; then 
17959             echo "configure: warning: wxTooltip not supported under WINE" 1>&2 
17961             cat >> confdefs.h 
<<\EOF
 
17962 #define wxUSE_TOOLTIPS 1 
17969 if test "$wxUSE_TREECTRL" = "yes"; then 
17970     if test "$wxUSE_IMAGLIST" = "yes"; then 
17971         cat >> confdefs.h 
<<\EOF
 
17972 #define wxUSE_TREECTRL 1 
17976         SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl" 
17978         echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 
17982 if test "$wxUSE_POPUPWIN" = "yes"; then 
17983     if test "$wxUSE_MAC" = 1; then 
17984         echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2 
17986         cat >> confdefs.h 
<<\EOF
 
17987 #define wxUSE_POPUPWIN 1 
17994 if test "$USES_CONTROLS" = 1; then 
17995     cat >> confdefs.h 
<<\EOF
 
17996 #define wxUSE_CONTROLS 1 
18002 if test "$wxUSE_TREELAYOUT" = "yes"; then 
18003     cat >> confdefs.h 
<<\EOF
 
18004 #define wxUSE_TREELAYOUT 1 
18007     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelay" 
18010 if test "$wxUSE_DRAGIMAGE" = "yes"; then 
18011     cat >> confdefs.h 
<<\EOF
 
18012 #define wxUSE_DRAGIMAGE 1 
18015     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag" 
18018 if test "$wxUSE_MENUS" = "yes"; then 
18019     cat >> confdefs.h 
<<\EOF
 
18020 #define wxUSE_MENUS 1 
18023     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu" 
18026 if test "$wxUSE_METAFILE" = "yes"; then 
18027     cat >> confdefs.h 
<<\EOF
 
18028 #define wxUSE_METAFILE 1 
18033 if test "$wxUSE_MIMETYPE" = "yes"; then 
18034     cat >> confdefs.h 
<<\EOF
 
18035 #define wxUSE_MIMETYPE 1 
18040 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then 
18041     cat >> confdefs.h 
<<\EOF
 
18042 #define wxUSE_SYSTEM_OPTIONS 1 
18047 if test "$wxUSE_MINIFRAME" = "yes"; then 
18048     cat >> confdefs.h 
<<\EOF
 
18049 #define wxUSE_MINIFRAME 1 
18052     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram" 
18055 if test "$wxUSE_HTML" = "yes"; then 
18056     cat >> confdefs.h 
<<\EOF
 
18057 #define wxUSE_HTML 1 
18060     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html" 
18063 if test "$wxUSE_VALIDATORS" = "yes"; then 
18064     cat >> confdefs.h 
<<\EOF
 
18065 #define wxUSE_VALIDATORS 1 
18068     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate" 
18071 if test "$wxUSE_PALETTE" = "yes" ; then 
18072   cat >> confdefs.h 
<<\EOF
 
18073 #define wxUSE_PALETTE 1 
18078 if test "$wxUSE_IMAGE" = "yes" ; then 
18079   cat >> confdefs.h 
<<\EOF
 
18080 #define wxUSE_IMAGE 1 
18085 if test "$wxUSE_GIF" = "yes" ; then 
18086   cat >> confdefs.h 
<<\EOF
 
18087 #define wxUSE_GIF 1 
18092 if test "$wxUSE_PCX" = "yes" ; then 
18093   cat >> confdefs.h 
<<\EOF
 
18094 #define wxUSE_PCX 1 
18099 if test "$wxUSE_PNM" = "yes" ; then 
18100   cat >> confdefs.h 
<<\EOF
 
18101 #define wxUSE_PNM 1 
18106 if test "$wxUSE_XPM" = "yes" ; then 
18107   cat >> confdefs.h 
<<\EOF
 
18108 #define wxUSE_XPM 1 
18114 if test "$wxUSE_CHOICEDLG" = "yes"; then 
18115     cat >> confdefs.h 
<<\EOF
 
18116 #define wxUSE_CHOICEDLG 1 
18121 if test "$wxUSE_COLOURDLG" = "yes"; then 
18122     cat >> confdefs.h 
<<\EOF
 
18123 #define wxUSE_COLOURDLG 1 
18128 if test "$wxUSE_FILEDLG" = "yes"; then 
18129     cat >> confdefs.h 
<<\EOF
 
18130 #define wxUSE_FILEDLG 1 
18135 if test "$wxUSE_FINDREPLDLG" = "yes"; then 
18136     cat >> confdefs.h 
<<\EOF
 
18137 #define wxUSE_FINDREPLDLG 1 
18142 if test "$wxUSE_FONTDLG" = "yes"; then 
18143     cat >> confdefs.h 
<<\EOF
 
18144 #define wxUSE_FONTDLG 1 
18149 if test "$wxUSE_DIRDLG" = "yes"; then 
18150     if test "$wxUSE_CONSTRAINTS" != "yes"; then 
18151        echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2 
18153         if test "$wxUSE_TREECTRL" != "yes"; then 
18154             echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 
18156             cat >> confdefs.h 
<<\EOF
 
18157 #define wxUSE_DIRDLG 1 
18164 if test "$wxUSE_MSGDLG" = "yes"; then 
18165     cat >> confdefs.h 
<<\EOF
 
18166 #define wxUSE_MSGDLG 1 
18171 if test "$wxUSE_NUMBERDLG" = "yes"; then 
18172     cat >> confdefs.h 
<<\EOF
 
18173 #define wxUSE_NUMBERDLG 1 
18178 if test "$wxUSE_PROGRESSDLG" = "yes"; then 
18179     if test "$wxUSE_CONSTRAINTS" != "yes"; then 
18180        echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 
18182         cat >> confdefs.h 
<<\EOF
 
18183 #define wxUSE_PROGRESSDLG 1 
18189 if test "$wxUSE_SPLASH" = "yes"; then 
18190     cat >> confdefs.h 
<<\EOF
 
18191 #define wxUSE_SPLASH 1 
18196 if test "$wxUSE_STARTUP_TIPS" = "yes"; then 
18197     if test "$wxUSE_CONSTRAINTS" != "yes"; then 
18198        echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 
18200         cat >> confdefs.h 
<<\EOF
 
18201 #define wxUSE_STARTUP_TIPS 1 
18207 if test "$wxUSE_TEXTDLG" = "yes"; then 
18208     cat >> confdefs.h 
<<\EOF
 
18209 #define wxUSE_TEXTDLG 1 
18214 if test "$wxUSE_WIZARDDLG" = "yes"; then 
18215     cat >> confdefs.h 
<<\EOF
 
18216 #define wxUSE_WIZARDDLG 1 
18219     SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard" 
18223 if test "$cross_compiling" = "yes"; then 
18226         OSINFO
=`uname -s -r -m` 
18227     OSINFO
="\"$OSINFO\"" 
18230 cat >> confdefs.h 
<<EOF 
18231 #define WXWIN_OS_DESCRIPTION $OSINFO 
18236 if test "x$prefix" != "xNONE"; then 
18239     wxPREFIX
=$ac_default_prefix 
18242 cat >> confdefs.h 
<<EOF 
18243 #define wxINSTALL_PREFIX "$wxPREFIX" 
18248 GUILIBS
="$GUI_TK_LIBRARY $TOOLKIT_LINK" 
18250 EXTRA_LIBS
="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm" 
18252 if test "$wxUSE_MAC" = 1 ; then 
18253     EXTRA_LIBS
="$EXTRA_LIBS -framework Carbon -framework System" 
18256 if test "$wxUSE_GUI" = "yes"; then 
18257     EXTRA_LIBS
="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS" 
18260             SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs \ 
18261                      drawing dynamic erase event exec font image \ 
18262                      minimal richedit rotate widgets" 
18264         CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" 
18266     SAMPLES_SUBDIRS
="console" 
18269 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS" 
18271 INCLUDES
="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \ 
18272 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \ 
18273 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE" 
18275 if test "$wxUSE_GTK" = 1; then 
18276     WXCONFIG_INCLUDE
="" 
18278     WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE" 
18281 if test "$GXX" = yes ; then 
18282         CXXWARNINGS
="-Wall" 
18284 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES" 
18286 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'` 
18287 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` 
18289 LDFLAGS
="$LDFLAGS $PROFILE" 
18291 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" 
18376 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 
18377 echo "configure:18378: checking whether ${MAKE-make} sets \${MAKE}" >&5 
18378 set dummy 
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'` 
18379 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 
18380   echo $ac_n "(cached) $ac_c" 1>&6 
18382   cat > conftestmake 
<<\EOF
 
18384         @
echo 'ac_maketemp="${MAKE}"' 
18386 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 
18387 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 
18388 if test -n "$ac_maketemp"; then 
18389   eval ac_cv_prog_make_
${ac_make}_set
=yes 
18391   eval ac_cv_prog_make_
${ac_make}_set
=no
 
18395 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 
18396   echo "$ac_t""yes" 1>&6 
18399   echo "$ac_t""no" 1>&6 
18400   SET_MAKE
="MAKE=${MAKE-make}" 
18404 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then 
18405     mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
 
18410 if test "$wxUSE_GUI" = "yes"; then 
18411             wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS 
18412     wx_cv_path_ifs
=$PATH_IFS 
18413     wx_cv_program_ext
=$PROGRAM_EXT 
18414     wx_cv_target_library
=$WX_TARGET_LIBRARY 
18415     wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL 
18416     wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE 
18417             export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
 
18418            wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
 
18419     subdirs
="demos samples utils contrib" 
18424 cat > confcache 
<<\EOF
 
18425 # This file is a shell script that caches the results of configure 
18426 # tests run on this system so they can be shared between configure 
18427 # scripts and configure runs.  It is not useful on other systems. 
18428 # If it contains results you don't want to keep, you may remove or edit it. 
18430 # By default, configure uses ./config.cache as the cache file, 
18431 # creating it if it does not exist already.  You can give configure 
18432 # the --cache-file=FILE option to use a different cache file; that is 
18433 # what configure does when it calls configure scripts in 
18434 # subdirectories, so they share the cache. 
18435 # Giving --cache-file=/dev/null disables caching, for debugging configure. 
18436 # config.status only pays attention to the cache file if you give it the 
18437 # --recheck option to rerun configure. 
18440 # The following way of writing the cache mishandles newlines in values, 
18441 # but we know of no workaround that is simple, portable, and efficient. 
18442 # So, don't put newlines in cache variables' values. 
18443 # Ultrix sh set writes to stderr and can't be redirected directly, 
18444 # and sets the high bit in the cache file unless we assign to the vars. 
18446   case `(ac_space=' '; set | grep ac_space) 2>&1` in 
18448     # `set' does not quote correctly, so add quotes (double-quote substitution 
18449     # turns \\\\ into \\, and sed turns \\ into \). 
18451       -e "s/'/'\\\\''/g" \
 
18452       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" 
18455     # `set' quotes correctly as required by POSIX, so do not add quotes. 
18456     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' 
18459 if cmp -s $cache_file confcache
; then 
18462   if test -w $cache_file; then 
18463     echo "updating cache $cache_file" 
18464     cat confcache 
> $cache_file 
18466     echo "not updating unwritable cache $cache_file" 
18471 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 
18473 test "x$prefix" = xNONE 
&& prefix
=$ac_default_prefix 
18474 # Let make expand exec_prefix. 
18475 test "x$exec_prefix" = xNONE 
&& exec_prefix
='${prefix}' 
18477 # Any assignment to VPATH causes Sun make to only execute 
18478 # the first set of double-colon rules, so remove it if not needed. 
18479 # If there is a colon in the path, we need to keep it. 
18480 if test "x$srcdir" = x.
; then 
18481   ac_vpsub
='/^[         ]*VPATH[        ]*=[^:]*$/d' 
18484 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 
18486 DEFS
=-DHAVE_CONFIG_H 
18488 # Without the "./", some shells look in PATH for config.status. 
18489 : ${CONFIG_STATUS=./config.status} 
18491 echo creating 
$CONFIG_STATUS 
18492 rm -f $CONFIG_STATUS 
18493 cat > $CONFIG_STATUS <<EOF 
18495 # Generated automatically by configure. 
18496 # Run this file to recreate the current configuration. 
18497 # This directory was configured as follows, 
18498 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 
18500 # $0 $ac_configure_args 
18502 # Compiler output produced by configure, useful for debugging 
18503 # configure, is in ./config.log if it exists. 
18505 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" 
18508   case "\$ac_option" in 
18509   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 
18510     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" 
18511     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 
18512   -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 
18513     echo "$CONFIG_STATUS generated by autoconf version 2.13" 
18515   -help | --help | --hel | --he | --h) 
18516     echo "\$ac_cs_usage"; exit 0 ;; 
18517   *) echo "\$ac_cs_usage"; exit 1 ;; 
18521 ac_given_srcdir=$srcdir 
18522 ac_given_INSTALL="$INSTALL" 
18524 trap 'rm -fr `echo " 
18530            setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 
18532 cat >> $CONFIG_STATUS <<EOF 
18534 # Protect against being on the right side of a sed subst in config.status. 
18535 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; 
18536  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 
18540 s%@CFLAGS@%$CFLAGS%g 
18541 s%@CPPFLAGS@%$CPPFLAGS%g 
18542 s%@CXXFLAGS@%$CXXFLAGS%g 
18543 s%@FFLAGS@%$FFLAGS%g 
18545 s%@LDFLAGS@%$LDFLAGS%g 
18547 s%@exec_prefix@%$exec_prefix%g 
18548 s%@prefix@%$prefix%g 
18549 s%@program_transform_name@%$program_transform_name%g 
18550 s%@bindir@%$bindir%g 
18551 s%@sbindir@%$sbindir%g 
18552 s%@libexecdir@%$libexecdir%g 
18553 s%@datadir@%$datadir%g 
18554 s%@sysconfdir@%$sysconfdir%g 
18555 s%@sharedstatedir@%$sharedstatedir%g 
18556 s%@localstatedir@%$localstatedir%g 
18557 s%@libdir@%$libdir%g 
18558 s%@includedir@%$includedir%g 
18559 s%@oldincludedir@%$oldincludedir%g 
18560 s%@infodir@%$infodir%g 
18561 s%@mandir@%$mandir%g 
18563 s%@host_alias@%$host_alias%g 
18564 s%@host_cpu@%$host_cpu%g 
18565 s%@host_vendor@%$host_vendor%g 
18566 s%@host_os@%$host_os%g 
18567 s%@target@%$target%g 
18568 s%@target_alias@%$target_alias%g 
18569 s%@target_cpu@%$target_cpu%g 
18570 s%@target_vendor@%$target_vendor%g 
18571 s%@target_os@%$target_os%g 
18573 s%@build_alias@%$build_alias%g 
18574 s%@build_cpu@%$build_cpu%g 
18575 s%@build_vendor@%$build_vendor%g 
18576 s%@build_os@%$build_os%g 
18580 s%@RANLIB@%$RANLIB%g 
18582 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 
18583 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 
18584 s%@INSTALL_DATA@%$INSTALL_DATA%g 
18588 s%@LEXLIB@%$LEXLIB%g 
18590 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g 
18591 s%@GTK_CFLAGS@%$GTK_CFLAGS%g 
18592 s%@GTK_LIBS@%$GTK_LIBS%g 
18593 s%@GTK_CONFIG@%$GTK_CONFIG%g 
18594 s%@X_CFLAGS@%$X_CFLAGS%g 
18595 s%@X_PRE_LIBS@%$X_PRE_LIBS%g 
18596 s%@X_LIBS@%$X_LIBS%g 
18597 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g 
18598 s%@RESCOMP@%$RESCOMP%g 
18600 s%@CXXCPP@%$CXXCPP%g 
18601 s%@LEX_STEM@%$LEX_STEM%g 
18602 s%@PATH_IFS@%$PATH_IFS%g 
18603 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g 
18604 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g 
18605 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g 
18606 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g 
18607 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g 
18608 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g 
18609 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g 
18610 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g 
18611 s%@PROGRAM_EXT@%$PROGRAM_EXT%g 
18612 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g 
18613 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g 
18614 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g 
18615 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g 
18616 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g 
18617 s%@WX_ALL@%$WX_ALL%g 
18618 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g 
18619 s%@SHARED_LD@%$SHARED_LD%g 
18620 s%@PIC_FLAG@%$PIC_FLAG%g 
18621 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g 
18622 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g 
18623 s%@SONAME_FLAGS@%$SONAME_FLAGS%g 
18624 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g 
18625 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g 
18626 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g 
18627 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g 
18628 s%@USE_GUI@%$USE_GUI%g 
18629 s%@AFMINSTALL@%$AFMINSTALL%g 
18630 s%@TOOLKIT@%$TOOLKIT%g 
18631 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g 
18632 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g 
18633 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g 
18634 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g 
18635 s%@cross_compiling@%$cross_compiling%g 
18636 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g 
18637 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g 
18638 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g 
18639 s%@ALL_OBJECTS@%$ALL_OBJECTS%g 
18640 s%@GUIDIST@%$GUIDIST%g 
18641 s%@PORT_FILES@%$PORT_FILES%g 
18642 s%@DISTDIR@%$DISTDIR%g 
18643 s%@RPM_SPEC@%$RPM_SPEC%g 
18644 s%@RPM_FILES@%$RPM_FILES%g 
18645 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g 
18646 s%@EXTRA_LIBS@%$EXTRA_LIBS%g 
18647 s%@OPENGL_LIBS@%$OPENGL_LIBS%g 
18648 s%@EXTRADEFS@%$EXTRADEFS%g 
18649 s%@LD_LIBS@%$LD_LIBS%g 
18650 s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g 
18651 s%@RESFLAGS@%$RESFLAGS%g 
18652 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g 
18653 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g 
18654 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g 
18655 s%@LIBWXMACRES@%$LIBWXMACRES%g 
18656 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g 
18657 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g 
18658 s%@DLLTOOL@%$DLLTOOL%g 
18662 s%@MAKEINFO@%$MAKEINFO%g 
18663 s%@SET_MAKE@%$SET_MAKE%g 
18664 s%@subdirs@%$subdirs%g 
18669 cat >> $CONFIG_STATUS <<\EOF
 
18671 # Split the substitutions into bite-sized pieces for seds with 
18672 # small command number limits, like on Digital OSF/1 and HP-UX. 
18673 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script. 
18674 ac_file
=1 # Number of current file. 
18675 ac_beg
=1 # First line for current file. 
18676 ac_end
=$ac_max_sed_cmds # Line after last line for current file. 
18679 while $ac_more_lines; do 
18680   if test $ac_beg -gt 1; then 
18681     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs 
> conftest.s
$ac_file 
18683     sed "${ac_end}q" conftest.subs 
> conftest.s
$ac_file 
18685   if test ! -s conftest.s
$ac_file; then 
18686     ac_more_lines
=false
 
18687     rm -f conftest.s
$ac_file 
18689     if test -z "$ac_sed_cmds"; then 
18690       ac_sed_cmds
="sed -f conftest.s$ac_file" 
18692       ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file" 
18694     ac_file
=`expr $ac_file + 1` 
18696     ac_end
=`expr $ac_end + $ac_max_sed_cmds` 
18699 if test -z "$ac_sed_cmds"; then 
18704 cat >> $CONFIG_STATUS <<EOF 
18706 CONFIG_FILES=\${CONFIG_FILES-"wx-config 
18713 cat >> $CONFIG_STATUS <<\EOF
 
18714 for ac_file 
in .. 
$CONFIG_FILES; do if test "x$ac_file" != x..
; then 
18715   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 
18717   *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'` 
18718        ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;; 
18719   *) ac_file_in
="${ac_file}.in" ;; 
18722   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. 
18724   # Remove last slash and all that follows it.  Not all systems have dirname. 
18725   ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 
18726   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then 
18727     # The file is in a subdirectory. 
18728     test ! -d "$ac_dir" && mkdir "$ac_dir" 
18729     ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`" 
18730     # A "../" for each directory in $ac_dir_suffix. 
18731     ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` 
18733     ac_dir_suffix
= ac_dots
= 
18736   case "$ac_given_srcdir" in 
18738       if test -z "$ac_dots"; then top_srcdir
=.
 
18739       else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;; 
18740   /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;; 
18741   *) # Relative path. 
18742     srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix" 
18743     top_srcdir
="$ac_dots$ac_given_srcdir" ;; 
18746   case "$ac_given_INSTALL" in 
18747   [/$
]*) INSTALL
="$ac_given_INSTALL" ;; 
18748   *) INSTALL
="$ac_dots$ac_given_INSTALL" ;; 
18751   echo creating 
"$ac_file" 
18753   configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." 
18755   *Makefile
*) ac_comsub
="1i\\ 
18756 # $configure_input" ;; 
18760   ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 
18762 s%@configure_input@%$configure_input%g 
18763 s%@srcdir@%$srcdir%g 
18764 s%@top_srcdir@%$top_srcdir%g 
18765 s%@INSTALL@%$INSTALL%g 
18766 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file 
18770 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 
18771 # NAME is the cpp macro being defined and VALUE is the value it is being given. 
18773 # ac_d sets the value in "#define NAME VALUE" lines. 
18774 ac_dA
='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)' 
18775 ac_dB
='\([      ][      ]*\)[^  ]*%\1#\2' 
18778 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". 
18779 ac_uA
='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)' 
18780 ac_uB
='\([      ]\)%\1#\2define\3' 
18783 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 
18784 ac_eA
='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)' 
18785 ac_eB
='$%\1#\2define\3' 
18789 if test "${CONFIG_HEADERS+set}" != set; then 
18791 cat >> $CONFIG_STATUS <<EOF 
18792   CONFIG_HEADERS="setup.h:setup.h.in" 
18794 cat >> $CONFIG_STATUS <<\EOF
 
18796 for ac_file 
in .. 
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then 
18797   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 
18799   *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'` 
18800        ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;; 
18801   *) ac_file_in
="${ac_file}.in" ;; 
18804   echo creating 
$ac_file 
18806   rm -f conftest.frag conftest.
in conftest.out
 
18807   ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 
18808   cat $ac_file_inputs > conftest.
in 
18812 # Transform confdefs.h into a sed script conftest.vals that substitutes 
18813 # the proper values into config.h.in to produce config.h.  And first: 
18814 # Protect against being on the right side of a sed subst in config.status. 
18815 # Protect against being in an unquoted here document in config.status. 
18816 rm -f conftest.vals
 
18817 cat > conftest.hdr 
<<\EOF
 
18820 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp 
18824 sed -n -f conftest.hdr confdefs.h > conftest.vals 
18827 # This sed command replaces #undef with comments.  This is necessary, for 
18828 # example, in the case of _POSIX_SOURCE, which is predefined and required 
18829 # on some systems where configure will not decide to define it. 
18830 cat >> conftest.vals <<\EOF 
18831 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% 
18834 # Break up conftest.vals because some shells have a limit on 
18835 # the size of here documents, and old seds have small limits too. 
18837 rm -f conftest.tail 
18840   ac_lines=`grep -c . conftest.vals
` 
18841   # grep -c gives empty output for an empty file on some AIX systems. 
18842   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi 
18843   # Write a limited-size here document to conftest.frag. 
18844   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS 
18845   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS 
18847   sed -f conftest.frag conftest.in > conftest.out 
18849   mv conftest.out conftest.in 
18850 ' >> $CONFIG_STATUS 
18851   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail 
18852   rm -f conftest.vals 
18853   mv conftest.tail conftest.vals 
18855 rm -f conftest.vals 
18857 cat >> $CONFIG_STATUS <<\EOF 
18858   rm -f conftest.frag conftest.h 
18859   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h 
18860   cat conftest.in >> conftest.h 
18862   if cmp -s $ac_file conftest.h 2>/dev/null; then 
18863     echo "$ac_file is unchanged" 
18866     # Remove last slash and all that follows it.  Not all systems have dirname. 
18867       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` 
18868       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 
18869       # The file is in a subdirectory. 
18870       test ! -d "$ac_dir" && mkdir "$ac_dir" 
18873     mv conftest.h $ac_file 
18878 cat >> $CONFIG_STATUS <<EOF 
18880             TOOLCHAIN_NAME="${TOOLCHAIN_NAME}" 
18885 cat >> $CONFIG_STATUS <<\EOF 
18887                                                                                                 if test ! -h wx-config; then 
18889                 mv wx-config wx${TOOLCHAIN_NAME}-config 
18890                 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config 
18893             if test ! -d lib; then 
18896             if test ! -d lib/wx; then 
18899             if test ! -d lib/wx/include; then 
18900               mkdir lib/wx/include 
18902             if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then 
18903               mkdir lib/wx/include/${TOOLCHAIN_NAME} 
18905             if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then 
18906               mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx 
18908             if test -f setup.h; then 
18909               mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h 
18914 chmod +x $CONFIG_STATUS 
18915 rm -fr confdefs* $ac_clean_files 
18916 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 
18918 if test "$no_recursion" != yes; then 
18920   # Remove --cache-file and --srcdir arguments so they do not pile up. 
18921   ac_sub_configure_args= 
18923   for ac_arg in $ac_configure_args; do 
18924     if test -n "$ac_prev"; then 
18929     -cache-file | --cache-file | --cache-fil | --cache-fi \ 
18930     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 
18931       ac_prev=cache_file ;; 
18932     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 
18933     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 
18935     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 
18937     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 
18939     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; 
18943   for ac_config_dir in demos samples utils contrib; do 
18945     # Do not complain, so a configure script can configure whichever 
18946     # parts of a large source tree are present. 
18947     if test ! -d $srcdir/$ac_config_dir; then 
18951     echo configuring in $ac_config_dir 
18956       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; 
18958         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } 
18966       # A "../" for each directory in /$ac_config_dir. 
18967       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` 
18970     .) # No --srcdir option.  We are building in place. 
18971       ac_sub_srcdir=$srcdir ;; 
18972     /*) # Absolute path. 
18973       ac_sub_srcdir=$srcdir/$ac_config_dir ;; 
18974     *) # Relative path. 
18975       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; 
18978     # Check for guested configure; otherwise get Cygnus style configure. 
18979     if test -f $ac_sub_srcdir/configure; then 
18980       ac_sub_configure=$ac_sub_srcdir/configure 
18981     elif test -f $ac_sub_srcdir/configure.in; then 
18982       ac_sub_configure=$ac_configure 
18984       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 
18988     # The recursion is here. 
18989     if test -n "$ac_sub_configure"; then 
18991       # Make the cache file name correct relative to the subdirectory. 
18992       case "$cache_file" in 
18993       /*) ac_sub_cache_file=$cache_file ;; 
18994       *) # Relative path. 
18995         ac_sub_cache_file="$ac_dots$cache_file" ;; 
18997   case "$ac_given_INSTALL" in 
18998         [/$]*) INSTALL="$ac_given_INSTALL" ;; 
18999         *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 
19002       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" 
19003       # The eval makes quoting arguments work. 
19004       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir 
19007         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }