]> git.saurik.com Git - wxWidgets.git/blame - configure
added missing header
[wxWidgets.git] / configure
CommitLineData
10f2d63a
VZ
1#! /bin/sh
2
698dcdb6 3# From configure.in Id: configure.in
703e0a69
VZ
4
5
6
7
8
703e0a69
VZ
9
10
1e487827 11
1e487827 12
698dcdb6
VZ
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
8168de4c
VZ
38
39# Configure paths for GTK+
40# Owen Taylor 97-11-3
698dcdb6
VZ
41
42
43
44
698dcdb6
VZ
45
46
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.
50#
51# This configure script is free software; the Free Software Foundation
52# gives unlimited permission to copy, distribute and modify it.
53
54# Defaults:
55ac_help=
56ac_default_prefix=/usr/local
57# Any additions from configure.in:
58ac_help="$ac_help
8168de4c 59 --enable-gui use GUI classes"
1e6feb95 60ac_help="$ac_help
8168de4c 61 --enable-universal use wxWindows GUI controls instead of native ones"
698dcdb6
VZ
62ac_help="$ac_help
63 --with-gtk use GTK+"
64ac_help="$ac_help
65 --with-motif use Motif/Lesstif"
66ac_help="$ac_help
67 --with-mac use Mac OS X"
68ac_help="$ac_help
69 --with-wine use WINE"
70ac_help="$ac_help
71 --with-cygwin use Cygwin for MS-Windows"
72ac_help="$ac_help
73 --with-mingw use GCC Minimal MS-Windows"
74ac_help="$ac_help
75 --with-pm use OS/2 Presentation Manager"
1e6feb95 76ac_help="$ac_help
b3e8d00a 77 --with-mgl use SciTech MGL"
698dcdb6 78ac_help="$ac_help
8168de4c 79 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
698dcdb6 80ac_help="$ac_help
8168de4c 81 --with-libpng use libpng (PNG image format)"
698dcdb6 82ac_help="$ac_help
8168de4c 83 --with-libjpeg use libjpeg (JPEG file format)"
698dcdb6 84ac_help="$ac_help
8168de4c 85 --with-libtiff use libtiff (TIFF file format)"
698dcdb6 86ac_help="$ac_help
8168de4c 87 --with-freetype use freetype (font rasterizer)"
698dcdb6 88ac_help="$ac_help
8168de4c 89 --with-opengl use OpenGL (or Mesa)"
698dcdb6 90ac_help="$ac_help
8168de4c 91 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
3e44f09d
VZ
92ac_help="$ac_help
93 --with-regex enable support for wxRegEx class"
698dcdb6 94ac_help="$ac_help
8168de4c 95 --with-zlib use zlib for LZW compression"
698dcdb6 96ac_help="$ac_help
8168de4c 97 --with-odbc use the IODBC and wxODBC classes"
698dcdb6 98ac_help="$ac_help
8168de4c 99 --enable-shared create shared library code"
698dcdb6 100ac_help="$ac_help
3a922bb4 101 --enable-soname set the DT_SONAME field in ELF shared libraries"
698dcdb6 102ac_help="$ac_help
8168de4c 103 --enable-optimise create optimised code"
698dcdb6 104ac_help="$ac_help
8168de4c 105 --enable-debug same as debug_flag and debug_info"
683dccda
GD
106ac_help="$ac_help
107 --enable-precomp enable use of precompiled headers (Mac OS X)"
698dcdb6 108ac_help="$ac_help
8168de4c 109 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
698dcdb6 110ac_help="$ac_help
8168de4c 111 --enable-debug_info create code with debugging information"
698dcdb6 112ac_help="$ac_help
8168de4c 113 --enable-debug_gdb create code with extra GDB debugging information"
698dcdb6 114ac_help="$ac_help
8168de4c 115 --enable-debug_cntxt use wxDebugContext"
698dcdb6 116ac_help="$ac_help
8168de4c 117 --enable-mem_tracing create code with memory tracing"
698dcdb6 118ac_help="$ac_help
8168de4c 119 --enable-profile create code with profiling information"
698dcdb6 120ac_help="$ac_help
8168de4c 121 --enable-no_rtti create code without RTTI information"
698dcdb6 122ac_help="$ac_help
b3e8d00a 123 --enable-no_exceptions create code without C++ exceptions handling"
698dcdb6 124ac_help="$ac_help
8168de4c 125 --enable-permissive compile code disregarding strict ANSI"
698dcdb6 126ac_help="$ac_help
8168de4c 127 --enable-no_deps create code without dependency information"
54276ccf 128ac_help="$ac_help
b3e8d00a 129 --enable-compat20 enable wxWindows 2.0 compatibility"
54276ccf 130ac_help="$ac_help
b3e8d00a 131 --enable-compat22 enable wxWindows 2.2 compatibility"
698dcdb6 132ac_help="$ac_help
8168de4c 133 --enable-intl use internationalization system"
698dcdb6 134ac_help="$ac_help
8168de4c 135 --enable-config use wxConfig (and derived) classes"
698dcdb6 136ac_help="$ac_help
8168de4c 137 --enable-sockets use socket/network classes"
698dcdb6 138ac_help="$ac_help
8168de4c 139 --enable-ipc use interprocess communication (wxSocket etc.)"
698dcdb6 140ac_help="$ac_help
8168de4c 141 --enable-cmdline use wxCmdLineParser class"
1e6feb95 142ac_help="$ac_help
8168de4c 143 --enable-datetime use wxDateTime class"
1e6feb95 144ac_help="$ac_help
8168de4c 145 --enable-timedate use obsolete wxDate/wxTime classes"
1e6feb95 146ac_help="$ac_help
8168de4c 147 --enable-stopwatch use wxStopWatch class"
1e6feb95 148ac_help="$ac_help
8168de4c 149 --enable-dialupman use dialup network classes"
698dcdb6 150ac_help="$ac_help
8168de4c 151 --enable-apple_ieee use the Apple IEEE codec"
698dcdb6 152ac_help="$ac_help
8168de4c 153 --enable-timer use wxTimer class"
698dcdb6 154ac_help="$ac_help
8168de4c 155 --enable-wave use wxWave class"
698dcdb6 156ac_help="$ac_help
8168de4c 157 --enable-fraction use wxFraction class"
698dcdb6 158ac_help="$ac_help
8168de4c 159 --enable-dynlib use wxLibrary class for DLL loading"
698dcdb6 160ac_help="$ac_help
8168de4c 161 --enable-longlong use wxLongLong class"
698dcdb6 162ac_help="$ac_help
8168de4c 163 --enable-geometry use geometry class"
698dcdb6 164ac_help="$ac_help
8168de4c 165 --enable-log use logging system"
698dcdb6 166ac_help="$ac_help
8168de4c 167 --enable-streams use wxStream etc classes"
698dcdb6 168ac_help="$ac_help
8168de4c 169 --enable-file use wxFile classes"
698dcdb6 170ac_help="$ac_help
8168de4c 171 --enable-ffile use wxFFile classes"
1e6feb95 172ac_help="$ac_help
8168de4c 173 --enable-textfile use wxTextFile classes"
698dcdb6 174ac_help="$ac_help
8168de4c 175 --enable-fontmap use font encodings conversion classes"
1e6feb95 176ac_help="$ac_help
8168de4c 177 --enable-unicode compile wxString with Unicode support"
698dcdb6 178ac_help="$ac_help
8168de4c 179 --enable-wxprintfv use wxWindows implementation of vprintf()"
698dcdb6 180ac_help="$ac_help
8168de4c 181 --enable-std_iostreams use standard C++ stream classes"
698dcdb6 182ac_help="$ac_help
8168de4c 183 --enable-filesystem use virtual file systems classes"
698dcdb6 184ac_help="$ac_help
8168de4c 185 --enable-fs_inet use virtual HTTP/FTP filesystems"
698dcdb6 186ac_help="$ac_help
8168de4c 187 --enable-fs_zip use virtual ZIP filesystems"
698dcdb6 188ac_help="$ac_help
8168de4c 189 --enable-zipstream use wxZipInputStream"
698dcdb6 190ac_help="$ac_help
8168de4c 191 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
698dcdb6 192ac_help="$ac_help
8168de4c 193 --enable-snglinst use wxSingleInstanceChecker class"
698dcdb6 194ac_help="$ac_help
8168de4c 195 --enable-mimetypes use wxMimeTypesManager"
3e44f09d 196ac_help="$ac_help
b3e8d00a 197 --enable-sysoptions use wxSystemOptions"
1e6feb95 198ac_help="$ac_help
8168de4c 199 --enable-threads use threads"
698dcdb6 200ac_help="$ac_help
8168de4c 201 --enable-serial use class serialization"
698dcdb6 202ac_help="$ac_help
8168de4c 203 --enable-docview use document view architecture"
698dcdb6 204ac_help="$ac_help
3379ed37 205 --enable-help use help subsystem"
29fd3c0c
VS
206ac_help="$ac_help
207 --enable-mshtmlhelp use MS HTML Help (win32)"
3379ed37
VZ
208ac_help="$ac_help
209 --enable-html use wxHTML sub-library"
210ac_help="$ac_help
211 --enable-htmlhelp use wxHTML-based help"
698dcdb6 212ac_help="$ac_help
8168de4c 213 --enable-constraints use layout-constraints system"
698dcdb6 214ac_help="$ac_help
8168de4c 215 --enable-printarch use printing architecture"
698dcdb6 216ac_help="$ac_help
8168de4c 217 --enable-mdi use multiple document interface architecture"
698dcdb6 218ac_help="$ac_help
8168de4c 219 --enable-loggui use standard GUI logger"
1e6feb95 220ac_help="$ac_help
8168de4c 221 --enable-logwin use wxLogWindow"
1e6feb95 222ac_help="$ac_help
8168de4c 223 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
698dcdb6 224ac_help="$ac_help
8168de4c 225 --enable-prologio use Prolog IO library"
698dcdb6 226ac_help="$ac_help
8168de4c 227 --enable-resources use wxWindows resources"
698dcdb6 228ac_help="$ac_help
8168de4c 229 --enable-xresources use X resources for save (default for gtk+)"
698dcdb6 230ac_help="$ac_help
8168de4c 231 --enable-clipboard use wxClipboard classes"
698dcdb6 232ac_help="$ac_help
8168de4c 233 --enable-dnd use Drag'n'Drop classes"
698dcdb6 234ac_help="$ac_help
8168de4c 235 --enable-metafile use win32 metafiles"
698dcdb6 236ac_help="$ac_help
24176f2c 237 --enable-treelayout use wxTreeLayout classes"
698dcdb6 238ac_help="$ac_help
8168de4c 239 --enable-controls use all usual controls"
698dcdb6 240ac_help="$ac_help
8168de4c 241 --enable-accel use accelerators"
698dcdb6 242ac_help="$ac_help
8168de4c 243 --enable-button use wxButton class"
698dcdb6 244ac_help="$ac_help
8168de4c 245 --enable-bmpbutton use wxBitmapButton class"
698dcdb6 246ac_help="$ac_help
8168de4c 247 --enable-calendar use wxCalendarCtrl class"
1e6feb95 248ac_help="$ac_help
8168de4c 249 --enable-caret use wxCaret class"
1e6feb95 250ac_help="$ac_help
8168de4c 251 --enable-checkbox use wxCheckBox class"
698dcdb6 252ac_help="$ac_help
8168de4c 253 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
698dcdb6 254ac_help="$ac_help
8168de4c 255 --enable-choice use wxChoice class"
698dcdb6 256ac_help="$ac_help
8168de4c 257 --enable-combobox use wxComboBox classes"
698dcdb6 258ac_help="$ac_help
8168de4c 259 --enable-gauge use wxGauge class"
698dcdb6 260ac_help="$ac_help
8168de4c 261 --enable-grid use wxGrid class"
698dcdb6 262ac_help="$ac_help
8168de4c 263 --enable-newgrid use new wxGrid class"
698dcdb6 264ac_help="$ac_help
8168de4c 265 --enable-imaglist use wxImageList class"
698dcdb6 266ac_help="$ac_help
8168de4c 267 --enable-listbox use wxListBox class"
698dcdb6 268ac_help="$ac_help
8168de4c 269 --enable-listctrl use wxListCtrl class"
698dcdb6 270ac_help="$ac_help
8168de4c 271 --enable-notebook use wxNotebook class"
24176f2c
GD
272ac_help="$ac_help
273 --enable-propsheet use wxPropertySheet class"
698dcdb6 274ac_help="$ac_help
8168de4c 275 --enable-radiobox use wxRadioBox class"
698dcdb6 276ac_help="$ac_help
8168de4c 277 --enable-radiobtn use wxRadioButton class"
698dcdb6 278ac_help="$ac_help
8168de4c 279 --enable-sash use wxSashWindow class"
698dcdb6 280ac_help="$ac_help
8168de4c 281 --enable-scrollbar use wxScrollBar class and scrollable windows"
698dcdb6 282ac_help="$ac_help
8168de4c 283 --enable-slider use wxSlider class"
698dcdb6 284ac_help="$ac_help
8168de4c 285 --enable-spinbtn use wxSpinButton class"
698dcdb6 286ac_help="$ac_help
8168de4c 287 --enable-spinctrl use wxSpinCtrl class"
698dcdb6 288ac_help="$ac_help
8168de4c 289 --enable-splitter use wxSplitterWindow class"
698dcdb6 290ac_help="$ac_help
8168de4c 291 --enable-statbmp use wxStaticBitmap class"
698dcdb6 292ac_help="$ac_help
8168de4c 293 --enable-statbox use wxStaticBox class"
698dcdb6 294ac_help="$ac_help
8168de4c 295 --enable-statline use wxStaticLine class"
698dcdb6 296ac_help="$ac_help
8168de4c 297 --enable-stattext use wxStaticText class"
1e6feb95 298ac_help="$ac_help
8168de4c 299 --enable-statusbar use wxStatusBar class"
698dcdb6 300ac_help="$ac_help
8168de4c 301 --enable-tabdialog use wxTabControl class"
698dcdb6 302ac_help="$ac_help
8168de4c 303 --enable-textctrl use wxTextCtrl class"
1e6feb95 304ac_help="$ac_help
8168de4c 305 --enable-togglebtn use wxToggleButton class"
698dcdb6 306ac_help="$ac_help
8168de4c 307 --enable-toolbar use wxToolBar class"
698dcdb6 308ac_help="$ac_help
8168de4c 309 --enable-tbarnative use native wxToolBar class"
698dcdb6 310ac_help="$ac_help
8168de4c 311 --enable-tbarsmpl use wxToolBarSimple class"
698dcdb6 312ac_help="$ac_help
8168de4c 313 --enable-treectrl use wxTreeCtrl class"
9f41d601
RR
314ac_help="$ac_help
315 --enable-popupwin use wxPopUpWindow class"
698dcdb6 316ac_help="$ac_help
b3e8d00a 317 --enable-commondlg use all common dialogs"
698dcdb6 318ac_help="$ac_help
8168de4c 319 --enable-choicedlg use wxChoiceDialog"
1e6feb95 320ac_help="$ac_help
8168de4c 321 --enable-coldlg use wxColourDialog"
1e6feb95 322ac_help="$ac_help
8168de4c 323 --enable-filedlg use wxFileDialog"
8db37e06
VZ
324ac_help="$ac_help
325 --enable-finddlg use wxFindReplaceDialog"
1e6feb95 326ac_help="$ac_help
8168de4c 327 --enable-fontdlg use wxFontDialog"
1e6feb95 328ac_help="$ac_help
8168de4c 329 --enable-dirdlg use wxDirDialog"
698dcdb6 330ac_help="$ac_help
8168de4c 331 --enable-msgdlg use wxMessageDialog"
1e6feb95 332ac_help="$ac_help
8168de4c 333 --enable-numberdlg use wxNumberEntryDialog"
cbca9943
VZ
334ac_help="$ac_help
335 --enable-splash use wxSplashScreen"
1e6feb95 336ac_help="$ac_help
8168de4c 337 --enable-textdlg use wxTextDialog"
698dcdb6 338ac_help="$ac_help
8168de4c 339 --enable-tipdlg use startup tips"
698dcdb6 340ac_help="$ac_help
8168de4c 341 --enable-progressdlg use wxProgressDialog"
b1f5d087
VZ
342ac_help="$ac_help
343 --enable-wizarddlg use wxWizard"
698dcdb6 344ac_help="$ac_help
8168de4c 345 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
1e6feb95 346ac_help="$ac_help
8168de4c 347 --enable-miniframe use wxMiniFrame class"
698dcdb6 348ac_help="$ac_help
8168de4c 349 --enable-tooltips use wxToolTip class"
698dcdb6 350ac_help="$ac_help
8168de4c 351 --enable-splines use spline drawing code"
698dcdb6 352ac_help="$ac_help
8168de4c 353 --enable-validators use wxValidator and derived classes"
698dcdb6 354ac_help="$ac_help
8168de4c 355 --enable-busyinfo use wxBusyInfo"
698dcdb6 356ac_help="$ac_help
b3e8d00a 357 --enable-joystick use wxJoystick (Linux only)"
698dcdb6 358ac_help="$ac_help
8168de4c 359 --enable-metafiles use wxMetaFile (Windows only)"
24fd6d87
VZ
360ac_help="$ac_help
361 --enable-dragimage use wxDragImage"
edae8572
VZ
362ac_help="$ac_help
363 --enable-palette use wxPalette class"
1e6feb95 364ac_help="$ac_help
8168de4c 365 --enable-image use wxImage class"
698dcdb6 366ac_help="$ac_help
8168de4c 367 --enable-gif use gif images (GIF file format)"
698dcdb6 368ac_help="$ac_help
8168de4c 369 --enable-pcx use pcx images (PCX file format)"
698dcdb6 370ac_help="$ac_help
8168de4c 371 --enable-pnm use pnm images (PNM file format)"
698dcdb6 372ac_help="$ac_help
8168de4c 373 --enable-xpm use xpm images (XPM file format)"
698dcdb6
VZ
374ac_help="$ac_help
375 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
376ac_help="$ac_help
377 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
378ac_help="$ac_help
379 --disable-gtktest Do not try to compile and run a test GTK program"
380ac_help="$ac_help
381 --with-x use the X Window System"
10f2d63a
VZ
382
383# Initialize some variables set by options.
384# The variables have the same names as the options, with
385# dashes changed to underlines.
698dcdb6
VZ
386build=NONE
387cache_file=./config.cache
10f2d63a 388exec_prefix=NONE
698dcdb6 389host=NONE
10f2d63a 390no_create=
698dcdb6 391nonopt=NONE
10f2d63a
VZ
392no_recursion=
393prefix=NONE
394program_prefix=NONE
395program_suffix=NONE
396program_transform_name=s,x,x,
397silent=
398site=
399srcdir=
698dcdb6 400target=NONE
10f2d63a
VZ
401verbose=
402x_includes=NONE
403x_libraries=NONE
404bindir='${exec_prefix}/bin'
405sbindir='${exec_prefix}/sbin'
406libexecdir='${exec_prefix}/libexec'
407datadir='${prefix}/share'
408sysconfdir='${prefix}/etc'
409sharedstatedir='${prefix}/com'
410localstatedir='${prefix}/var'
411libdir='${exec_prefix}/lib'
412includedir='${prefix}/include'
413oldincludedir='/usr/include'
414infodir='${prefix}/info'
415mandir='${prefix}/man'
416
698dcdb6
VZ
417# Initialize some other variables.
418subdirs=
419MFLAGS= MAKEFLAGS=
420SHELL=${CONFIG_SHELL-/bin/sh}
421# Maximum number of lines to put in a shell here document.
422ac_max_here_lines=12
10f2d63a
VZ
423
424ac_prev=
425for ac_option
426do
698dcdb6 427
10f2d63a
VZ
428 # If the previous option needs an argument, assign it.
429 if test -n "$ac_prev"; then
430 eval "$ac_prev=\$ac_option"
431 ac_prev=
432 continue
433 fi
434
698dcdb6
VZ
435 case "$ac_option" in
436 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
437 *) ac_optarg= ;;
438 esac
10f2d63a
VZ
439
440 # Accept the important Cygnus configure options, so we can diagnose typos.
441
698dcdb6 442 case "$ac_option" in
10f2d63a
VZ
443
444 -bindir | --bindir | --bindi | --bind | --bin | --bi)
445 ac_prev=bindir ;;
446 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
698dcdb6 447 bindir="$ac_optarg" ;;
10f2d63a
VZ
448
449 -build | --build | --buil | --bui | --bu)
698dcdb6 450 ac_prev=build ;;
10f2d63a 451 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
698dcdb6 452 build="$ac_optarg" ;;
10f2d63a
VZ
453
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=*)
698dcdb6 459 cache_file="$ac_optarg" ;;
10f2d63a
VZ
460
461 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
462 ac_prev=datadir ;;
463 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
464 | --da=*)
698dcdb6 465 datadir="$ac_optarg" ;;
10f2d63a
VZ
466
467 -disable-* | --disable-*)
698dcdb6 468 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
10f2d63a 469 # Reject names that are not valid shell variable names.
698dcdb6
VZ
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; }
472 fi
473 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
474 eval "enable_${ac_feature}=no" ;;
10f2d63a
VZ
475
476 -enable-* | --enable-*)
698dcdb6 477 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
10f2d63a 478 # Reject names that are not valid shell variable names.
698dcdb6
VZ
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; }
481 fi
482 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
483 case "$ac_option" in
484 *=*) ;;
10f2d63a
VZ
485 *) ac_optarg=yes ;;
486 esac
698dcdb6 487 eval "enable_${ac_feature}='$ac_optarg'" ;;
10f2d63a
VZ
488
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=*)
698dcdb6 496 exec_prefix="$ac_optarg" ;;
10f2d63a
VZ
497
498 -gas | --gas | --ga | --g)
499 # Obsolete; use --with-gas.
500 with_gas=yes ;;
501
698dcdb6
VZ
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.
505 cat << EOF
506Usage: configure [options] [host]
507Options: [defaults in brackets after descriptions]
508Configuration:
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
514Directory and file names:
515 --prefix=PREFIX install architecture-independent files in PREFIX
516 [$ac_default_prefix]
517 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
518 [same as prefix]
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
523 [PREFIX/share]
524 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
525 --sharedstatedir=DIR modifiable architecture-independent data in DIR
526 [PREFIX/com]
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
538EOF
539 cat << EOF
540Host type:
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]
544Features 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
551EOF
552 if test -n "$ac_help"; then
553 echo "--enable and --with options recognized:$ac_help"
554 fi
555 exit 0 ;;
10f2d63a
VZ
556
557 -host | --host | --hos | --ho)
698dcdb6 558 ac_prev=host ;;
10f2d63a 559 -host=* | --host=* | --hos=* | --ho=*)
698dcdb6 560 host="$ac_optarg" ;;
10f2d63a
VZ
561
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=*)
698dcdb6 567 includedir="$ac_optarg" ;;
10f2d63a
VZ
568
569 -infodir | --infodir | --infodi | --infod | --info | --inf)
570 ac_prev=infodir ;;
571 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
698dcdb6 572 infodir="$ac_optarg" ;;
10f2d63a
VZ
573
574 -libdir | --libdir | --libdi | --libd)
575 ac_prev=libdir ;;
576 -libdir=* | --libdir=* | --libdi=* | --libd=*)
698dcdb6 577 libdir="$ac_optarg" ;;
10f2d63a
VZ
578
579 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
580 | --libexe | --libex | --libe)
581 ac_prev=libexecdir ;;
582 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
583 | --libexe=* | --libex=* | --libe=*)
698dcdb6 584 libexecdir="$ac_optarg" ;;
10f2d63a
VZ
585
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=*)
698dcdb6 593 localstatedir="$ac_optarg" ;;
10f2d63a
VZ
594
595 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
596 ac_prev=mandir ;;
597 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
698dcdb6 598 mandir="$ac_optarg" ;;
10f2d63a
VZ
599
600 -nfp | --nfp | --nf)
601 # Obsolete; use --without-fp.
602 with_fp=no ;;
603
604 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
605 | --no-cr | --no-c)
606 no_create=yes ;;
607
608 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
609 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
610 no_recursion=yes ;;
611
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=*)
698dcdb6 619 oldincludedir="$ac_optarg" ;;
10f2d63a
VZ
620
621 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
622 ac_prev=prefix ;;
623 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
698dcdb6 624 prefix="$ac_optarg" ;;
10f2d63a
VZ
625
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=*)
698dcdb6 631 program_prefix="$ac_optarg" ;;
10f2d63a
VZ
632
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=*)
698dcdb6 638 program_suffix="$ac_optarg" ;;
10f2d63a
VZ
639
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=*)
698dcdb6 655 program_transform_name="$ac_optarg" ;;
10f2d63a
VZ
656
657 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
658 | -silent | --silent | --silen | --sile | --sil)
659 silent=yes ;;
660
661 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
662 ac_prev=sbindir ;;
663 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
664 | --sbi=* | --sb=*)
698dcdb6 665 sbindir="$ac_optarg" ;;
10f2d63a
VZ
666
667 -sharedstatedir | --sharedstatedir | --sharedstatedi \
668 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
669 | --sharedst | --shareds | --shared | --share | --shar \
670 | --sha | --sh)
671 ac_prev=sharedstatedir ;;
672 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
673 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
674 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
675 | --sha=* | --sh=*)
698dcdb6 676 sharedstatedir="$ac_optarg" ;;
10f2d63a
VZ
677
678 -site | --site | --sit)
679 ac_prev=site ;;
680 -site=* | --site=* | --sit=*)
698dcdb6 681 site="$ac_optarg" ;;
10f2d63a
VZ
682
683 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
684 ac_prev=srcdir ;;
685 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
698dcdb6 686 srcdir="$ac_optarg" ;;
10f2d63a
VZ
687
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=*)
698dcdb6 693 sysconfdir="$ac_optarg" ;;
10f2d63a
VZ
694
695 -target | --target | --targe | --targ | --tar | --ta | --t)
698dcdb6 696 ac_prev=target ;;
10f2d63a 697 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
698dcdb6 698 target="$ac_optarg" ;;
10f2d63a
VZ
699
700 -v | -verbose | --verbose | --verbos | --verbo | --verb)
701 verbose=yes ;;
702
698dcdb6
VZ
703 -version | --version | --versio | --versi | --vers)
704 echo "configure generated by autoconf version 2.13"
705 exit 0 ;;
10f2d63a
VZ
706
707 -with-* | --with-*)
698dcdb6 708 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
10f2d63a 709 # Reject names that are not valid shell variable names.
698dcdb6
VZ
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; }
712 fi
10f2d63a 713 ac_package=`echo $ac_package| sed 's/-/_/g'`
698dcdb6
VZ
714 case "$ac_option" in
715 *=*) ;;
10f2d63a
VZ
716 *) ac_optarg=yes ;;
717 esac
698dcdb6 718 eval "with_${ac_package}='$ac_optarg'" ;;
10f2d63a
VZ
719
720 -without-* | --without-*)
698dcdb6 721 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
10f2d63a 722 # Reject names that are not valid shell variable names.
698dcdb6
VZ
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; }
725 fi
726 ac_package=`echo $ac_package| sed 's/-/_/g'`
727 eval "with_${ac_package}=no" ;;
10f2d63a
VZ
728
729 --x)
730 # Obsolete; use --with-x.
731 with_x=yes ;;
732
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=*)
698dcdb6 738 x_includes="$ac_optarg" ;;
10f2d63a
VZ
739
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=*)
698dcdb6 745 x_libraries="$ac_optarg" ;;
10f2d63a 746
698dcdb6 747 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
10f2d63a
VZ
748 ;;
749
750 *)
698dcdb6
VZ
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
753 fi
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; }
756 fi
757 nonopt="$ac_option"
10f2d63a
VZ
758 ;;
759
760 esac
761done
762
763if test -n "$ac_prev"; then
698dcdb6
VZ
764 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
765fi
766
767trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
768
769# File descriptor usage:
770# 0 standard input
771# 1 file creation
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
777if test "$silent" = yes; then
778 exec 6>/dev/null
779else
780 exec 6>&1
10f2d63a 781fi
698dcdb6
VZ
782exec 5>./config.log
783
784echo "\
785This file contains any messages produced by compilers while
786running configure, to aid debugging if configure makes a mistake.
787" 1>&5
10f2d63a 788
698dcdb6
VZ
789# Strip out --no-create and --no-recursion so they do not pile up.
790# Also quote any args containing shell metacharacters.
791ac_configure_args=
792for ac_arg
10f2d63a 793do
698dcdb6
VZ
794 case "$ac_arg" in
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" ;;
10f2d63a
VZ
802 esac
803done
804
698dcdb6
VZ
805# NLS nuisances.
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.
810if test "${LANG+set}" = set; then LANG=C; export LANG; fi
811if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
812if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
813if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
10f2d63a 814
698dcdb6
VZ
815# confdefs.h avoids OS command line length limits that DEFS can exceed.
816rm -rf conftest* confdefs.h
817# AIX cpp loses on an empty file, so make sure it contains at least a newline.
818echo > confdefs.h
10f2d63a 819
698dcdb6
VZ
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.
822ac_unique_file=wx-config.in
10f2d63a
VZ
823
824# Find the source files, if location was not specified.
825if test -z "$srcdir"; then
826 ac_srcdir_defaulted=yes
827 # Try the directory containing this script, then its parent.
828 ac_prog=$0
698dcdb6 829 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
10f2d63a
VZ
830 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
831 srcdir=$ac_confdir
832 if test ! -r $srcdir/$ac_unique_file; then
833 srcdir=..
834 fi
835else
836 ac_srcdir_defaulted=no
837fi
838if test ! -r $srcdir/$ac_unique_file; then
839 if test "$ac_srcdir_defaulted" = yes; then
698dcdb6 840 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
10f2d63a 841 else
698dcdb6 842 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
10f2d63a
VZ
843 fi
844fi
698dcdb6 845srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
10f2d63a
VZ
846
847# Prefer explicitly selected file to automatically selected ones.
848if test -z "$CONFIG_SITE"; then
849 if test "x$prefix" != xNONE; then
850 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
851 else
852 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
853 fi
854fi
855for ac_site_file in $CONFIG_SITE; do
856 if test -r "$ac_site_file"; then
698dcdb6 857 echo "loading site script $ac_site_file"
10f2d63a
VZ
858 . "$ac_site_file"
859 fi
860done
861
862if test -r "$cache_file"; then
698dcdb6
VZ
863 echo "loading cache $cache_file"
864 . $cache_file
10f2d63a 865else
698dcdb6
VZ
866 echo "creating cache $cache_file"
867 > $cache_file
10f2d63a
VZ
868fi
869
870ac_ext=c
698dcdb6 871# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 872ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
873ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
874ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
875cross_compiling=$ac_cv_prog_cc_cross
876
877ac_exeext=
878ac_objext=o
879if (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
882 ac_n= ac_c='
883' ac_t=' '
884 else
885 ac_n=-n ac_c= ac_t=
886 fi
10f2d63a 887else
698dcdb6 888 ac_n= ac_c='\c' ac_t=
10f2d63a 889fi
698dcdb6
VZ
890
891
10f2d63a 892
7c66a493
VZ
893ac_aux_dir=
894for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
895 if test -f $ac_dir/install-sh; then
896 ac_aux_dir=$ac_dir
897 ac_install_sh="$ac_aux_dir/install-sh -c"
898 break
899 elif test -f $ac_dir/install.sh; then
900 ac_aux_dir=$ac_dir
901 ac_install_sh="$ac_aux_dir/install.sh -c"
902 break
903 fi
904done
905if test -z "$ac_aux_dir"; then
698dcdb6 906 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
7c66a493 907fi
698dcdb6
VZ
908ac_config_guess=$ac_aux_dir/config.guess
909ac_config_sub=$ac_aux_dir/config.sub
910ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
703e0a69 911
698dcdb6
VZ
912
913# Do some error checking and defaulting for the host and target type.
914# The inputs are:
915# configure --host=HOST --target=TARGET --build=BUILD NONOPT
916#
917# The rules are:
918# 1. You are not allowed to specify --host, --target, and nonopt at the
919# same time.
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.
7c66a493
VZ
925
926# The aliases save the names the user supplied, while $host etc.
927# will get canonicalized.
698dcdb6
VZ
928case $host---$target---$nonopt in
929NONE---*---* | *---NONE---* | *---*---NONE) ;;
930*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
931esac
932
933
934# Make sure we can run config.sub.
935if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
936else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
937fi
938
939echo $ac_n "checking host system type""... $ac_c" 1>&6
683dccda 940echo "configure:941: checking host system type" >&5
698dcdb6
VZ
941
942host_alias=$host
943case "$host_alias" in
944NONE)
945 case $nonopt in
946 NONE)
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; }
949 fi ;;
950 *) host_alias=$nonopt ;;
951 esac ;;
952esac
953
954host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
955host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
956host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
957host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
958echo "$ac_t""$host" 1>&6
959
960echo $ac_n "checking target system type""... $ac_c" 1>&6
683dccda 961echo "configure:962: checking target system type" >&5
698dcdb6
VZ
962
963target_alias=$target
964case "$target_alias" in
965NONE)
966 case $nonopt in
967 NONE) target_alias=$host_alias ;;
968 *) target_alias=$nonopt ;;
969 esac ;;
970esac
971
972target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
973target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
974target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
975target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
976echo "$ac_t""$target" 1>&6
977
978echo $ac_n "checking build system type""... $ac_c" 1>&6
683dccda 979echo "configure:980: checking build system type" >&5
698dcdb6
VZ
980
981build_alias=$build
982case "$build_alias" in
983NONE)
984 case $nonopt in
985 NONE) build_alias=$host_alias ;;
986 *) build_alias=$nonopt ;;
987 esac ;;
988esac
989
990build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
991build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
992build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
993build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
994echo "$ac_t""$build" 1>&6
995
996test "$host_alias" != "$target_alias" &&
7c66a493
VZ
997 test "$program_prefix$program_suffix$program_transform_name" = \
998 NONENONEs,x,x, &&
999 program_prefix=${target_alias}-
1000
698dcdb6
VZ
1001
1002
10f2d63a 1003WX_MAJOR_VERSION_NUMBER=2
37d403aa 1004WX_MINOR_VERSION_NUMBER=3
6c01ec02 1005WX_RELEASE_NUMBER=2
10f2d63a 1006
10f2d63a 1007WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
10f2d63a 1008WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
6426998c 1009
6c01ec02 1010WX_CURRENT=1
6426998c
RL
1011WX_REVISION=0
1012WX_AGE=0
1013
698dcdb6
VZ
1014
1015
10f2d63a
VZ
1016USE_UNIX=1
1017USE_WIN32=0
b12915c1 1018USE_BEOS=0
1216f52d 1019USE_MAC=0
b12915c1 1020
10f2d63a
VZ
1021USE_LINUX=
1022USE_SGI=
1023USE_HPUX=
1024USE_SYSV=
1025USE_SVR4=
1026USE_AIX=
1027USE_SUN=
1028USE_SOLARIS=
1029USE_SUNOS=
1030USE_ALPHA=
7cf43d5e 1031USE_IA64=
10f2d63a
VZ
1032USE_OSF=
1033USE_BSD=
f11bdd03 1034USE_DARWIN=
10f2d63a 1035USE_FREEBSD=
95c8801c 1036USE_OPENBSD=
f6bcfd97 1037USE_NETBSD=
10f2d63a
VZ
1038USE_VMS=
1039USE_ULTRIX=
1040USE_CYGWIN=
1041USE_MINGW=
1042USE_DATA_GENERAL=
1043
ab9b9eab
VZ
1044NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1045
1e6feb95 1046ALL_TOOLKITS="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE"
10f2d63a
VZ
1047
1048DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1049DEFAULT_wxUSE_MAC=0
1050DEFAULT_wxUSE_MGL=0
10f2d63a
VZ
1051DEFAULT_wxUSE_MOTIF=0
1052DEFAULT_wxUSE_MSW=0
e07802fc 1053DEFAULT_wxUSE_PM=0
1e6feb95 1054DEFAULT_wxUSE_WINE=0
10f2d63a
VZ
1055
1056DEFAULT_DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1057DEFAULT_DEFAULT_wxUSE_MAC=0
1058DEFAULT_DEFAULT_wxUSE_MGL=0
10f2d63a
VZ
1059DEFAULT_DEFAULT_wxUSE_MOTIF=0
1060DEFAULT_DEFAULT_wxUSE_MSW=0
e07802fc 1061DEFAULT_DEFAULT_wxUSE_PM=0
1e6feb95 1062DEFAULT_DEFAULT_wxUSE_WINE=0
10f2d63a 1063
d6a55c4b 1064PROGRAM_EXT=
3a922bb4 1065SO_SUFFIX=so
d6a55c4b 1066
10f2d63a
VZ
1067case "${host}" in
1068 *-hp-hpux* )
1069 USE_HPUX=1
1070 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1071 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3a922bb4 1072 SO_SUFFIX=sl
698dcdb6 1073 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1074#define __HPUX__ 1
1075EOF
1076
1077 ;;
1078 *-*-linux* )
1079 USE_LINUX=1
698dcdb6 1080 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1081#define __LINUX__ 1
1082EOF
1083
1084 TMP=`uname -m`
1085 if test "x$TMP" = "xalpha"; then
1086 USE_ALPHA=1
698dcdb6 1087 cat >> confdefs.h <<\EOF
10f2d63a 1088#define __ALPHA__ 1
7cf43d5e
RL
1089EOF
1090
1091 fi
1092 if test "x$TMP" = "xia64"; then
1093 USE_IA64=1
1094 cat >> confdefs.h <<\EOF
1095#define __IA64__ 1
10f2d63a
VZ
1096EOF
1097
1098 fi
1099 DEFAULT_DEFAULT_wxUSE_GTK=1
1100 ;;
1101 *-*-irix5* | *-*-irix6* )
1102 USE_SGI=1
1103 USE_SVR4=1
698dcdb6 1104 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1105#define __SGI__ 1
1106EOF
1107
698dcdb6 1108 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1109#define __SVR4__ 1
1110EOF
1111
1112 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1113 ;;
1114 *-*-solaris2* )
1115 USE_SUN=1
1116 USE_SOLARIS=1
1117 USE_SVR4=1
698dcdb6 1118 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1119#define __SUN__ 1
1120EOF
1121
698dcdb6 1122 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1123#define __SOLARIS__ 1
1124EOF
1125
698dcdb6 1126 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1127#define __SVR4__ 1
1128EOF
1129
1130 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1131 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1132 ;;
1133 *-*-sunos4* )
1134 USE_SUN=1
1135 USE_SUNOS=1
1136 USE_BSD=1
698dcdb6 1137 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1138#define __SUN__ 1
1139EOF
1140
698dcdb6 1141 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1142#define __SUNOS__ 1
1143EOF
1144
698dcdb6 1145 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1146#define __BSD__ 1
1147EOF
1148
1149 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1150 ;;
f6bcfd97 1151 *-*-freebsd*)
10f2d63a
VZ
1152 USE_BSD=1
1153 USE_FREEBSD=1
698dcdb6 1154 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1155#define __FREEBSD__ 1
1156EOF
1157
698dcdb6 1158 cat >> confdefs.h <<\EOF
10f2d63a 1159#define __BSD__ 1
95c8801c
VS
1160EOF
1161
1162 DEFAULT_DEFAULT_wxUSE_GTK=1
1163 ;;
1164 *-*-openbsd*)
1165 USE_BSD=1
1166 USE_OPENBSD=1
698dcdb6 1167 cat >> confdefs.h <<\EOF
95c8801c
VS
1168#define __FREEBSD__ 1
1169EOF
1170
698dcdb6 1171 cat >> confdefs.h <<\EOF
95c8801c 1172#define __OPENBSD__ 1
f6bcfd97
BP
1173EOF
1174
1175 DEFAULT_DEFAULT_wxUSE_GTK=1
1176 ;;
1177 *-*-netbsd*)
1178 USE_BSD=1
1179 USE_NETBSD=1
698dcdb6 1180 cat >> confdefs.h <<\EOF
f6bcfd97
BP
1181#define __FREEBSD__ 1
1182EOF
1183
698dcdb6 1184 cat >> confdefs.h <<\EOF
f6bcfd97 1185#define __NETBSD__ 1
10f2d63a
VZ
1186EOF
1187
1188 DEFAULT_DEFAULT_wxUSE_GTK=1
1189 ;;
1190 *-*-osf* )
1191 USE_ALPHA=1
1192 USE_OSF=1
698dcdb6 1193 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1194#define __ALPHA__ 1
1195EOF
1196
698dcdb6 1197 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1198#define __OSF__ 1
1199EOF
1200
1201 DEFAULT_DEFAULT_wxUSE_MOTIF=1
f6bcfd97 1202 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1203 ;;
1204 *-*-dgux5* )
1205 USE_ALPHA=1
1206 USE_SVR4=1
698dcdb6 1207 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1208#define __ALPHA__ 1
1209EOF
1210
698dcdb6 1211 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1212#define __SVR4__ 1
1213EOF
1214
1215 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1216 ;;
1217 *-*-sysv5* )
1218 USE_SYSV=1
1219 USE_SVR4=1
698dcdb6 1220 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1221#define __SYSV__ 1
1222EOF
1223
698dcdb6 1224 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1225#define __SVR4__ 1
1226EOF
1227
1228 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1229 ;;
1230 *-*-aix* )
1231 USE_AIX=1
1232 USE_SYSV=1
1233 USE_SVR4=1
698dcdb6 1234 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1235#define __AIX__ 1
1236EOF
1237
698dcdb6 1238 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1239#define __SYSV__ 1
1240EOF
1241
698dcdb6 1242 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1243#define __SVR4__ 1
1244EOF
1245
1246 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1247 ;;
1248
1c8183e2 1249 *-*-cygwin* | *-*-mingw32* )
10f2d63a
VZ
1250 USE_UNIX=0
1251 USE_WIN32=1
3a922bb4 1252 SO_SUFFIX=dll
698dcdb6 1253 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1254#define __WIN32__ 1
1255EOF
1256
698dcdb6 1257 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1258#define __WIN95__ 1
1259EOF
1260
698dcdb6 1261 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1262#define __WINDOWS__ 1
1263EOF
1264
698dcdb6 1265 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1266#define __GNUWIN32__ 1
1267EOF
1268
698dcdb6 1269 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1270#define STRICT 1
1271EOF
1272
698dcdb6 1273 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1274#define WINVER 0x0400
1275EOF
1276
cf27ef00 1277 PROGRAM_EXT=".exe"
7b7a7637 1278 RESCOMP=windres
10f2d63a
VZ
1279 DEFAULT_DEFAULT_wxUSE_MSW=1
1280 ;;
1281
6fa882bd 1282 *-pc-os2_emx | *-pc-os2-emx )
698dcdb6 1283 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1284#define __EMX__ 1
1285EOF
1286
cf27ef00 1287 PROGRAM_EXT=".exe"
e07802fc 1288 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1289 ;;
1290
d08b457b
GD
1291 powerpc-*-darwin* )
1292 USE_BSD=1
f11bdd03 1293 USE_DARWIN=1
3a922bb4 1294 SO_SUFFIX=dylib
698dcdb6 1295 cat >> confdefs.h <<\EOF
f11bdd03 1296#define __BSD__ 1
b4085ce6
GD
1297EOF
1298
698dcdb6 1299 cat >> confdefs.h <<\EOF
f11bdd03 1300#define __DARWIN__ 1
d08b457b
GD
1301EOF
1302
1303 cat >> confdefs.h <<\EOF
1304#define __POWERPC__ 1
b4085ce6
GD
1305EOF
1306
1307 DEFAULT_DEFAULT_wxUSE_MAC=1
1308 ;;
1309
b12915c1
VZ
1310 *-*-beos* )
1311 USE_BEOS=1
698dcdb6 1312 cat >> confdefs.h <<\EOF
b12915c1
VZ
1313#define __BEOS__ 1
1314EOF
1315
1316 ;;
1317
10f2d63a 1318 *)
698dcdb6 1319 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
10f2d63a
VZ
1320esac
1321
1322if test "$USE_UNIX" = 1 ; then
b12915c1 1323 wxUSE_UNIX=yes
698dcdb6 1324 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1325#define __UNIX__ 1
1326EOF
1327
10f2d63a
VZ
1328fi
1329
2389f33b
VZ
1330if test "$USE_LINUX" = 1; then
1331 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
7cf43d5e 1332echo "configure:1333: checking for glibc 2.1 or later" >&5
2389f33b
VZ
1333if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1334 echo $ac_n "(cached) $ac_c" 1>&6
1335else
1336 cat > conftest.$ac_ext <<EOF
7cf43d5e 1337#line 1338 "configure"
2389f33b
VZ
1338#include "confdefs.h"
1339#include <features.h>
1340int main() {
1341
1342 #if !__GLIBC_PREREQ(2, 1)
1343 #error not glibc2.1
1344 #endif
1345
1346; return 0; }
1347EOF
7cf43d5e 1348if { (eval echo configure:1349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2389f33b
VZ
1349 rm -rf conftest*
1350
1351 wx_lib_glibc21=yes
1352
1353else
1354 echo "configure: failed program was:" >&5
1355 cat conftest.$ac_ext >&5
1356 rm -rf conftest*
1357
1358 wx_lib_glibc21=no
1359
1360
1361fi
1362rm -f conftest*
1363
1364fi
1365
1366echo "$ac_t""$wx_lib_glibc21" 1>&6
2389f33b
VZ
1367 if test "$wx_lib_glibc21" = "yes"; then
1368 cat >> confdefs.h <<\EOF
1369#define wxHAVE_GLIBC2 1
1370EOF
1371
1372 fi
1373fi
10f2d63a 1374
1e487827 1375
1e487827 1376
6232543b 1377
10f2d63a
VZ
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}
698dcdb6 1383
10f2d63a
VZ
1384
1385DEBUG_CONFIGURE=0
1386if test $DEBUG_CONFIGURE = 1; then
1e6feb95
VZ
1387 DEFAULT_wxUSE_UNIVERSAL=no
1388
10f2d63a
VZ
1389 DEFAULT_wxUSE_THREADS=yes
1390
1391 DEFAULT_wxUSE_SHARED=yes
3a922bb4 1392 DEFAULT_wxUSE_SONAME=no
1e6feb95 1393 DEFAULT_wxUSE_OPTIMISE=no
10f2d63a
VZ
1394 DEFAULT_wxUSE_PROFILE=no
1395 DEFAULT_wxUSE_NO_DEPS=no
f676c7ff
MB
1396 DEFAULT_wxUSE_NO_RTTI=yes
1397 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
10f2d63a
VZ
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
683dccda 1405 DEFAULT_wxUSE_PRECOMP=yes
10f2d63a
VZ
1406 DEFAULT_wxUSE_APPLE_IEEE=no
1407
1408 DEFAULT_wxUSE_LOG=yes
1e6feb95
VZ
1409 DEFAULT_wxUSE_LOGWINDOW=no
1410 DEFAULT_wxUSE_LOGGUI=no
10f2d63a
VZ
1411
1412 DEFAULT_wxUSE_GUI=yes
1e6feb95 1413 DEFAULT_wxUSE_CONTROLS=no
10f2d63a 1414
3e44f09d 1415 DEFAULT_wxUSE_REGEX=no
10f2d63a
VZ
1416 DEFAULT_wxUSE_ZLIB=no
1417 DEFAULT_wxUSE_LIBPNG=no
1418 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1419 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a 1420 DEFAULT_wxUSE_ODBC=no
3fed1840 1421 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1422 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1423
eb4efbdc 1424 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
4f3c5f06 1425 DEFAULT_wxUSE_SNGLINST_CHECKER=no
10f2d63a 1426 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
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
10f2d63a 1432 DEFAULT_wxUSE_FILE=no
1e6feb95 1433 DEFAULT_wxUSE_FFILE=no
10f2d63a 1434 DEFAULT_wxUSE_TEXTFILE=no
10f2d63a
VZ
1435 DEFAULT_wxUSE_WAVE=no
1436 DEFAULT_wxUSE_INTL=no
1437 DEFAULT_wxUSE_CONFIG=no
1e6feb95 1438 DEFAULT_wxUSE_FONTMAP=no
10f2d63a
VZ
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
e8f65ba6 1446 DEFAULT_wxUSE_GEOMETRY=no
10f2d63a
VZ
1447
1448 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1449 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1450 DEFAULT_wxUSE_POSTSCRIPT=no
1451
1452 DEFAULT_wxUSE_X_RESOURCES=no
1453 DEFAULT_wxUSE_CLIPBOARD=no
1454 DEFAULT_wxUSE_TOOLTIPS=no
1455 DEFAULT_wxUSE_DRAG_AND_DROP=no
24fd6d87 1456 DEFAULT_wxUSE_DRAGIMAGE=no
10f2d63a
VZ
1457 DEFAULT_wxUSE_SPLINES=no
1458
1459 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1460 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1461 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1462
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
29fd3c0c 1468 DEFAULT_wxUSE_MS_HTML_HELP=no
3379ed37 1469 DEFAULT_wxUSE_WXHTML_HELP=no
24176f2c 1470 DEFAULT_wxUSE_TREELAYOUT=no
10f2d63a 1471 DEFAULT_wxUSE_METAFILE=no
1e6feb95 1472 DEFAULT_wxUSE_MIMETYPE=no
3e44f09d 1473 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
10f2d63a
VZ
1474
1475 DEFAULT_wxUSE_COMMONDLGS=no
1e6feb95
VZ
1476 DEFAULT_wxUSE_CHOICEDLG=no
1477 DEFAULT_wxUSE_COLOURDLG=no
10f2d63a 1478 DEFAULT_wxUSE_DIRDLG=no
1e6feb95 1479 DEFAULT_wxUSE_FILEDLG=no
8db37e06 1480 DEFAULT_wxUSE_FINDREPLDLG=no
1e6feb95
VZ
1481 DEFAULT_wxUSE_FONTDLG=no
1482 DEFAULT_wxUSE_MSGDLG=no
1483 DEFAULT_wxUSE_NUMBERDLG=no
10f2d63a 1484 DEFAULT_wxUSE_TEXTDLG=no
cbca9943 1485 DEFAULT_wxUSE_SPLASH=no
10f2d63a
VZ
1486 DEFAULT_wxUSE_STARTUP_TIPS=no
1487 DEFAULT_wxUSE_PROGRESSDLG=no
b1f5d087
VZ
1488 DEFAULT_wxUSE_WIZARDDLG=no
1489
1e6feb95 1490 DEFAULT_wxUSE_MENUS=no
10f2d63a
VZ
1491 DEFAULT_wxUSE_MINIFRAME=no
1492 DEFAULT_wxUSE_HTML=no
24528b0c 1493 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
1494 DEFAULT_wxUSE_FS_INET=no
1495 DEFAULT_wxUSE_FS_ZIP=no
1496 DEFAULT_wxUSE_BUSYINFO=no
1497 DEFAULT_wxUSE_ZIPSTREAM=no
1e6feb95 1498 DEFAULT_wxUSE_VALIDATORS=no
10f2d63a
VZ
1499
1500 DEFAULT_wxUSE_ACCEL=no
1e6feb95 1501 DEFAULT_wxUSE_BUTTON=no
10f2d63a 1502 DEFAULT_wxUSE_BMPBUTTON=no
1e6feb95
VZ
1503 DEFAULT_wxUSE_CALCTRL=no
1504 DEFAULT_wxUSE_CARET=no
10f2d63a
VZ
1505 DEFAULT_wxUSE_CHECKBOX=no
1506 DEFAULT_wxUSE_CHECKLST=no
1e6feb95 1507 DEFAULT_wxUSE_CHOICE=no
10f2d63a
VZ
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
24176f2c 1516 DEFAULT_wxUSE_PROPSHEET=no
10f2d63a
VZ
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
56cfaa52 1523 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
1524 DEFAULT_wxUSE_SPLITTER=no
1525 DEFAULT_wxUSE_STATBMP=no
1526 DEFAULT_wxUSE_STATBOX=no
1527 DEFAULT_wxUSE_STATLINE=no
1e6feb95 1528 DEFAULT_wxUSE_STATTEXT=no
10f2d63a
VZ
1529 DEFAULT_wxUSE_STATUSBAR=yes
1530 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 1531 DEFAULT_wxUSE_TEXTCTRL=no
1db8dc4a 1532 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 1533 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
1534 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1535 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a 1536 DEFAULT_wxUSE_TREECTRL=no
9f41d601 1537 DEFAULT_wxUSE_POPUPWIN=no
10f2d63a
VZ
1538
1539 DEFAULT_wxUSE_UNICODE=no
1540 DEFAULT_wxUSE_WCSRTOMBS=no
1541
edae8572 1542 DEFAULT_wxUSE_PALETTE=no
0046ff7c 1543 DEFAULT_wxUSE_IMAGE=no
10f2d63a
VZ
1544 DEFAULT_wxUSE_GIF=no
1545 DEFAULT_wxUSE_PCX=no
1546 DEFAULT_wxUSE_PNM=no
0046ff7c 1547 DEFAULT_wxUSE_XPM=no
10f2d63a 1548else
1e6feb95
VZ
1549 DEFAULT_wxUSE_UNIVERSAL=no
1550
10f2d63a
VZ
1551 DEFAULT_wxUSE_THREADS=yes
1552
1553 DEFAULT_wxUSE_SHARED=yes
3a922bb4 1554 DEFAULT_wxUSE_SONAME=no
10f2d63a
VZ
1555 DEFAULT_wxUSE_OPTIMISE=yes
1556 DEFAULT_wxUSE_PROFILE=no
1557 DEFAULT_wxUSE_NO_DEPS=no
f676c7ff
MB
1558 DEFAULT_wxUSE_NO_RTTI=yes
1559 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
10f2d63a
VZ
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
683dccda 1567 DEFAULT_wxUSE_PRECOMP=yes
10f2d63a
VZ
1568 DEFAULT_wxUSE_APPLE_IEEE=yes
1569
1570 DEFAULT_wxUSE_LOG=yes
d73be714
VZ
1571 DEFAULT_wxUSE_LOGWINDOW=yes
1572 DEFAULT_wxUSE_LOGGUI=yes
10f2d63a
VZ
1573
1574 DEFAULT_wxUSE_GUI=yes
1575
831b3152 1576 DEFAULT_wxUSE_REGEX=yes
10f2d63a
VZ
1577 DEFAULT_wxUSE_ZLIB=yes
1578 DEFAULT_wxUSE_LIBPNG=yes
1579 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 1580 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 1581 DEFAULT_wxUSE_ODBC=no
3fed1840 1582 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1583 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1584
eb4efbdc 1585 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
4f3c5f06 1586 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
10f2d63a 1587 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
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
10f2d63a 1593 DEFAULT_wxUSE_FILE=yes
1e6feb95 1594 DEFAULT_wxUSE_FFILE=yes
10f2d63a 1595 DEFAULT_wxUSE_TEXTFILE=yes
10f2d63a
VZ
1596 DEFAULT_wxUSE_WAVE=no
1597 DEFAULT_wxUSE_INTL=yes
1598 DEFAULT_wxUSE_CONFIG=yes
1e6feb95 1599 DEFAULT_wxUSE_FONTMAP=yes
10f2d63a
VZ
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
b685cd9b 1606 DEFAULT_wxUSE_LONGLONG=yes
e8f65ba6 1607 DEFAULT_wxUSE_GEOMETRY=yes
10f2d63a
VZ
1608
1609 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1610 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1611 DEFAULT_wxUSE_POSTSCRIPT=yes
1612
1613 DEFAULT_wxUSE_X_RESOURCES=no
1614 DEFAULT_wxUSE_CLIPBOARD=yes
1615 DEFAULT_wxUSE_TOOLTIPS=yes
1616 DEFAULT_wxUSE_DRAG_AND_DROP=yes
24fd6d87 1617 DEFAULT_wxUSE_DRAGIMAGE=yes
10f2d63a
VZ
1618 DEFAULT_wxUSE_SPLINES=yes
1619
1620 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1621 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1622 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1623
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
29fd3c0c 1629 DEFAULT_wxUSE_MS_HTML_HELP=yes
3379ed37 1630 DEFAULT_wxUSE_WXHTML_HELP=yes
24176f2c 1631 DEFAULT_wxUSE_TREELAYOUT=yes
10f2d63a 1632 DEFAULT_wxUSE_METAFILE=yes
1e6feb95 1633 DEFAULT_wxUSE_MIMETYPE=yes
3e44f09d 1634 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
10f2d63a
VZ
1635
1636 DEFAULT_wxUSE_COMMONDLGS=yes
1e6feb95
VZ
1637 DEFAULT_wxUSE_CHOICEDLG=yes
1638 DEFAULT_wxUSE_COLOURDLG=yes
10f2d63a 1639 DEFAULT_wxUSE_DIRDLG=yes
1e6feb95 1640 DEFAULT_wxUSE_FILEDLG=yes
8db37e06 1641 DEFAULT_wxUSE_FINDREPLDLG=yes
1e6feb95
VZ
1642 DEFAULT_wxUSE_FONTDLG=yes
1643 DEFAULT_wxUSE_MSGDLG=yes
1644 DEFAULT_wxUSE_NUMBERDLG=yes
10f2d63a 1645 DEFAULT_wxUSE_TEXTDLG=yes
cbca9943 1646 DEFAULT_wxUSE_SPLASH=yes
10f2d63a
VZ
1647 DEFAULT_wxUSE_STARTUP_TIPS=yes
1648 DEFAULT_wxUSE_PROGRESSDLG=yes
f33f19dd
VZ
1649 DEFAULT_wxUSE_WIZARDDLG=yes
1650
1e6feb95 1651 DEFAULT_wxUSE_MENUS=yes
10f2d63a
VZ
1652 DEFAULT_wxUSE_MINIFRAME=yes
1653 DEFAULT_wxUSE_HTML=yes
24528b0c 1654 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
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
1660
1661 DEFAULT_wxUSE_ACCEL=yes
1e6feb95 1662 DEFAULT_wxUSE_BUTTON=yes
10f2d63a 1663 DEFAULT_wxUSE_BMPBUTTON=yes
1e6feb95
VZ
1664 DEFAULT_wxUSE_CALCTRL=yes
1665 DEFAULT_wxUSE_CARET=yes
10f2d63a
VZ
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
cc977e5f 1672 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
1673 DEFAULT_wxUSE_IMAGLIST=yes
1674 DEFAULT_wxUSE_LISTBOX=yes
1675 DEFAULT_wxUSE_LISTCTRL=yes
1676 DEFAULT_wxUSE_NOTEBOOK=yes
24176f2c 1677 DEFAULT_wxUSE_PROPSHEET=yes
10f2d63a
VZ
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
56cfaa52 1684 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
1685 DEFAULT_wxUSE_SPLITTER=yes
1686 DEFAULT_wxUSE_STATBMP=yes
1687 DEFAULT_wxUSE_STATBOX=yes
1688 DEFAULT_wxUSE_STATLINE=yes
1e6feb95 1689 DEFAULT_wxUSE_STATTEXT=yes
10f2d63a
VZ
1690 DEFAULT_wxUSE_STATUSBAR=yes
1691 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 1692 DEFAULT_wxUSE_TEXTCTRL=yes
1db8dc4a 1693 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 1694 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
1695 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1696 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a 1697 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 1698 DEFAULT_wxUSE_POPUPWIN=yes
10f2d63a
VZ
1699
1700 DEFAULT_wxUSE_UNICODE=no
1701 DEFAULT_wxUSE_WCSRTOMBS=no
1702
edae8572 1703 DEFAULT_wxUSE_PALETTE=yes
0046ff7c 1704 DEFAULT_wxUSE_IMAGE=yes
10f2d63a
VZ
1705 DEFAULT_wxUSE_GIF=yes
1706 DEFAULT_wxUSE_PCX=yes
1707 DEFAULT_wxUSE_PNM=yes
0046ff7c 1708 DEFAULT_wxUSE_XPM=yes
10f2d63a
VZ
1709fi
1710
698dcdb6
VZ
1711
1712
10f2d63a
VZ
1713for 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"
1719 fi
1720done
1721
698dcdb6
VZ
1722
1723
1724 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
7cf43d5e 1725echo "configure:1726: checking for --enable-gui" >&5
10f2d63a
VZ
1726 no_cache=0
1727 # Check whether --enable-gui or --disable-gui was given.
1728if test "${enable_gui+set}" = set; then
1729 enableval="$enable_gui"
698dcdb6 1730
10f2d63a
VZ
1731 if test "$enableval" = yes; then
1732 ac_cv_use_gui='wxUSE_GUI=yes'
1733 else
1734 ac_cv_use_gui='wxUSE_GUI=no'
1735 fi
698dcdb6 1736
10f2d63a 1737else
698dcdb6 1738
10f2d63a
VZ
1739 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1740 if test "x$LINE" != x ; then
1741 eval "DEFAULT_$LINE"
1742 else
1743 no_cache=1
1744 fi
1745
1746 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
698dcdb6
VZ
1747
1748fi
10f2d63a
VZ
1749
1750
1751 eval "$ac_cv_use_gui"
1752 if test "$no_cache" != 1; then
1753 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1754 fi
1755
1756 if test "$wxUSE_GUI" = yes; then
698dcdb6 1757 echo "$ac_t""yes" 1>&6
10f2d63a 1758 else
698dcdb6 1759 echo "$ac_t""no" 1>&6
10f2d63a 1760 fi
698dcdb6 1761
10f2d63a 1762
b12915c1 1763if test "$wxUSE_GUI" = "yes"; then
10f2d63a 1764
1e6feb95
VZ
1765
1766 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
7cf43d5e 1767echo "configure:1768: checking for --enable-universal" >&5
1e6feb95
VZ
1768 no_cache=0
1769 # Check whether --enable-universal or --disable-universal was given.
1770if test "${enable_universal+set}" = set; then
1771 enableval="$enable_universal"
1772
1773 if test "$enableval" = yes; then
1774 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1775 else
1776 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1777 fi
1778
1779else
1780
1781 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1782 if test "x$LINE" != x ; then
1783 eval "DEFAULT_$LINE"
1784 else
1785 no_cache=1
1786 fi
1787
1788 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1789
1790fi
1791
1792
1793 eval "$ac_cv_use_universal"
1794 if test "$no_cache" != 1; then
1795 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1796 fi
1797
1798 if test "$wxUSE_UNIVERSAL" = yes; then
1799 echo "$ac_t""yes" 1>&6
1800 else
1801 echo "$ac_t""no" 1>&6
1802 fi
1803
10f2d63a
VZ
1804# Check whether --with-gtk or --without-gtk was given.
1805if test "${with_gtk+set}" = set; then
1806 withval="$with_gtk"
1807 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
698dcdb6 1808fi
10f2d63a
VZ
1809
1810# Check whether --with-motif or --without-motif was given.
1811if test "${with_motif+set}" = set; then
1812 withval="$with_motif"
1813 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
698dcdb6 1814fi
10f2d63a 1815
b4085ce6
GD
1816# Check whether --with-mac or --without-mac was given.
1817if test "${with_mac+set}" = set; then
1818 withval="$with_mac"
1819 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
698dcdb6 1820fi
b4085ce6 1821
10f2d63a
VZ
1822# Check whether --with-wine or --without-wine was given.
1823if test "${with_wine+set}" = set; then
1824 withval="$with_wine"
1825 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
698dcdb6 1826fi
10f2d63a
VZ
1827
1828# Check whether --with-cygwin or --without-cygwin was given.
1829if test "${with_cygwin+set}" = set; then
1830 withval="$with_cygwin"
1831 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
698dcdb6 1832fi
10f2d63a
VZ
1833
1834# Check whether --with-mingw or --without-mingw was given.
1835if test "${with_mingw+set}" = set; then
1836 withval="$with_mingw"
1837 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
698dcdb6 1838fi
10f2d63a 1839
e07802fc
VZ
1840# Check whether --with-pm or --without-pm was given.
1841if test "${with_pm+set}" = set; then
1842 withval="$with_pm"
1843 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
698dcdb6
VZ
1844fi
1845
1e6feb95
VZ
1846# Check whether --with-mgl or --without-mgl was given.
1847if test "${with_mgl+set}" = set; then
1848 withval="$with_mgl"
1849 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1850fi
1851
10f2d63a 1852
8168de4c
VZ
1853# Check whether --enable-gtk2 or --disable-gtk2 was given.
1854if test "${enable_gtk2+set}" = set; then
1855 enableval="$enable_gtk2"
1856 wxUSE_GTK2=1
10f2d63a 1857else
8168de4c 1858 wxUSE_GTK2=0
698dcdb6
VZ
1859fi
1860
703e0a69 1861
1e487827 1862
698dcdb6 1863 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
7cf43d5e 1864echo "configure:1865: checking for --with-libpng" >&5
698dcdb6
VZ
1865 no_cache=0
1866 # Check whether --with-libpng or --without-libpng was given.
b12915c1
VZ
1867if test "${with_libpng+set}" = set; then
1868 withval="$with_libpng"
698dcdb6 1869
10f2d63a 1870 if test "$withval" = yes; then
b12915c1 1871 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 1872 elif test "$withval" = no; then
b12915c1 1873 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
1874 elif test "$withval" = sys; then
1875 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
4f14bcd8
GD
1876 elif test "$withval" = builtin; then
1877 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
422107f9 1878 else
4f14bcd8 1879 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1880 fi
698dcdb6 1881
10f2d63a 1882else
698dcdb6 1883
b12915c1 1884 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
1885 if test "x$LINE" != x ; then
1886 eval "DEFAULT_$LINE"
1887 else
1888 no_cache=1
1889 fi
1890
b12915c1 1891 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
698dcdb6
VZ
1892
1893fi
10f2d63a
VZ
1894
1895
b12915c1 1896 eval "$ac_cv_use_libpng"
10f2d63a 1897 if test "$no_cache" != 1; then
b12915c1 1898 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1899 fi
1900
b12915c1 1901 if test "$wxUSE_LIBPNG" = yes; then
698dcdb6 1902 echo "$ac_t""yes" 1>&6
422107f9 1903 elif test "$wxUSE_LIBPNG" = no; then
698dcdb6 1904 echo "$ac_t""no" 1>&6
422107f9 1905 elif test "$wxUSE_LIBPNG" = sys; then
698dcdb6 1906 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
1907 elif test "$wxUSE_LIBPNG" = builtin; then
1908 echo "$ac_t""builtin version" 1>&6
422107f9 1909 else
4f14bcd8 1910 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1911 fi
698dcdb6 1912
10f2d63a 1913
698dcdb6 1914 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
4f14bcd8 1915echo "configure:1916: checking for --with-libjpeg" >&5
10f2d63a 1916 no_cache=0
698dcdb6 1917 # Check whether --with-libjpeg or --without-libjpeg was given.
b12915c1
VZ
1918if test "${with_libjpeg+set}" = set; then
1919 withval="$with_libjpeg"
698dcdb6 1920
10f2d63a 1921 if test "$withval" = yes; then
b12915c1 1922 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 1923 elif test "$withval" = no; then
b12915c1 1924 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
1925 elif test "$withval" = sys; then
1926 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
4f14bcd8
GD
1927 elif test "$withval" = builtin; then
1928 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
422107f9 1929 else
4f14bcd8 1930 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1931 fi
698dcdb6 1932
10f2d63a 1933else
698dcdb6 1934
b12915c1 1935 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
1936 if test "x$LINE" != x ; then
1937 eval "DEFAULT_$LINE"
1938 else
1939 no_cache=1
1940 fi
1941
b12915c1 1942 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
698dcdb6
VZ
1943
1944fi
10f2d63a
VZ
1945
1946
b12915c1 1947 eval "$ac_cv_use_libjpeg"
10f2d63a 1948 if test "$no_cache" != 1; then
b12915c1 1949 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1950 fi
1951
b12915c1 1952 if test "$wxUSE_LIBJPEG" = yes; then
698dcdb6 1953 echo "$ac_t""yes" 1>&6
422107f9 1954 elif test "$wxUSE_LIBJPEG" = no; then
698dcdb6 1955 echo "$ac_t""no" 1>&6
422107f9 1956 elif test "$wxUSE_LIBJPEG" = sys; then
698dcdb6 1957 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
1958 elif test "$wxUSE_LIBJPEG" = builtin; then
1959 echo "$ac_t""builtin version" 1>&6
422107f9 1960 else
4f14bcd8 1961 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1962 fi
698dcdb6 1963
10f2d63a 1964
698dcdb6 1965 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
4f14bcd8 1966echo "configure:1967: checking for --with-libtiff" >&5
10f2d63a 1967 no_cache=0
698dcdb6 1968 # Check whether --with-libtiff or --without-libtiff was given.
b12915c1
VZ
1969if test "${with_libtiff+set}" = set; then
1970 withval="$with_libtiff"
698dcdb6 1971
10f2d63a 1972 if test "$withval" = yes; then
b12915c1 1973 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 1974 elif test "$withval" = no; then
b12915c1 1975 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
1976 elif test "$withval" = sys; then
1977 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4f14bcd8
GD
1978 elif test "$withval" = builtin; then
1979 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
0dcf9893 1980 else
4f14bcd8 1981 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1982 fi
698dcdb6 1983
10f2d63a 1984else
698dcdb6 1985
b12915c1 1986 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
1987 if test "x$LINE" != x ; then
1988 eval "DEFAULT_$LINE"
1989 else
1990 no_cache=1
1991 fi
1992
b12915c1 1993 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
698dcdb6
VZ
1994
1995fi
10f2d63a
VZ
1996
1997
b12915c1 1998 eval "$ac_cv_use_libtiff"
10f2d63a 1999 if test "$no_cache" != 1; then
b12915c1 2000 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2001 fi
2002
b12915c1 2003 if test "$wxUSE_LIBTIFF" = yes; then
698dcdb6 2004 echo "$ac_t""yes" 1>&6
0dcf9893 2005 elif test "$wxUSE_LIBTIFF" = no; then
698dcdb6 2006 echo "$ac_t""no" 1>&6
0dcf9893 2007 elif test "$wxUSE_LIBTIFF" = sys; then
698dcdb6 2008 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2009 elif test "$wxUSE_LIBTIFF" = builtin; then
2010 echo "$ac_t""builtin version" 1>&6
0dcf9893 2011 else
4f14bcd8 2012 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 2013 fi
698dcdb6 2014
10f2d63a 2015
698dcdb6 2016 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
4f14bcd8 2017echo "configure:2018: checking for --with-freetype" >&5
3fed1840 2018 no_cache=0
698dcdb6 2019 # Check whether --with-freetype or --without-freetype was given.
3fed1840
RR
2020if test "${with_freetype+set}" = set; then
2021 withval="$with_freetype"
698dcdb6 2022
3fed1840
RR
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'
4f14bcd8
GD
2029 elif test "$withval" = builtin; then
2030 ac_cv_use_freetype='wxUSE_FREETYPE=builtin'
3fed1840 2031 else
4f14bcd8 2032 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3fed1840 2033 fi
698dcdb6 2034
3fed1840 2035else
698dcdb6 2036
3fed1840
RR
2037 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2038 if test "x$LINE" != x ; then
2039 eval "DEFAULT_$LINE"
2040 else
2041 no_cache=1
2042 fi
2043
2044 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
698dcdb6
VZ
2045
2046fi
3fed1840
RR
2047
2048
2049 eval "$ac_cv_use_freetype"
2050 if test "$no_cache" != 1; then
2051 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2052 fi
2053
2054 if test "$wxUSE_FREETYPE" = yes; then
698dcdb6 2055 echo "$ac_t""yes" 1>&6
3fed1840 2056 elif test "$wxUSE_FREETYPE" = no; then
698dcdb6 2057 echo "$ac_t""no" 1>&6
3fed1840 2058 elif test "$wxUSE_FREETYPE" = sys; then
698dcdb6 2059 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2060 elif test "$wxUSE_FREETYPE" = builtin; then
2061 echo "$ac_t""builtin version" 1>&6
3fed1840 2062 else
4f14bcd8 2063 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3fed1840 2064 fi
698dcdb6 2065
3fed1840 2066
698dcdb6 2067 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
4f14bcd8 2068echo "configure:2069: checking for --with-opengl" >&5
10f2d63a 2069 no_cache=0
698dcdb6 2070 # Check whether --with-opengl or --without-opengl was given.
b12915c1
VZ
2071if test "${with_opengl+set}" = set; then
2072 withval="$with_opengl"
698dcdb6 2073
10f2d63a 2074 if test "$withval" = yes; then
b12915c1 2075 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 2076 else
b12915c1 2077 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a 2078 fi
698dcdb6 2079
10f2d63a 2080else
698dcdb6 2081
b12915c1 2082 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
2083 if test "x$LINE" != x ; then
2084 eval "DEFAULT_$LINE"
2085 else
2086 no_cache=1
2087 fi
2088
b12915c1 2089 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
698dcdb6
VZ
2090
2091fi
10f2d63a
VZ
2092
2093
b12915c1 2094 eval "$ac_cv_use_opengl"
10f2d63a 2095 if test "$no_cache" != 1; then
b12915c1 2096 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2097 fi
2098
b12915c1 2099 if test "$wxUSE_OPENGL" = yes; then
698dcdb6 2100 echo "$ac_t""yes" 1>&6
10f2d63a 2101 else
698dcdb6 2102 echo "$ac_t""no" 1>&6
10f2d63a 2103 fi
698dcdb6 2104
10f2d63a 2105
b12915c1
VZ
2106fi
2107
1e487827 2108
698dcdb6 2109 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
4f14bcd8 2110echo "configure:2111: checking for --with-dmalloc" >&5
698dcdb6
VZ
2111 no_cache=0
2112 # Check whether --with-dmalloc or --without-dmalloc was given.
b12915c1
VZ
2113if test "${with_dmalloc+set}" = set; then
2114 withval="$with_dmalloc"
698dcdb6 2115
c7a2bf27 2116 if test "$withval" = yes; then
b12915c1 2117 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 2118 else
b12915c1 2119 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27 2120 fi
698dcdb6 2121
c7a2bf27 2122else
698dcdb6 2123
b12915c1 2124 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
2125 if test "x$LINE" != x ; then
2126 eval "DEFAULT_$LINE"
2127 else
2128 no_cache=1
2129 fi
2130
b12915c1 2131 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
698dcdb6
VZ
2132
2133fi
c7a2bf27
RR
2134
2135
b12915c1 2136 eval "$ac_cv_use_dmalloc"
c7a2bf27 2137 if test "$no_cache" != 1; then
b12915c1 2138 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
2139 fi
2140
b12915c1 2141 if test "$wxUSE_DMALLOC" = yes; then
698dcdb6 2142 echo "$ac_t""yes" 1>&6
c7a2bf27 2143 else
698dcdb6 2144 echo "$ac_t""no" 1>&6
c7a2bf27 2145 fi
698dcdb6 2146
c7a2bf27 2147
3e44f09d 2148 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
4f14bcd8 2149echo "configure:2150: checking for --with-regex" >&5
3e44f09d
VZ
2150 no_cache=0
2151 # Check whether --with-regex or --without-regex was given.
2152if test "${with_regex+set}" = set; then
2153 withval="$with_regex"
2154
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'
4f14bcd8
GD
2161 elif test "$withval" = builtin; then
2162 ac_cv_use_regex='wxUSE_REGEX=builtin'
3e44f09d 2163 else
4f14bcd8 2164 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3e44f09d
VZ
2165 fi
2166
2167else
2168
2169 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2170 if test "x$LINE" != x ; then
2171 eval "DEFAULT_$LINE"
2172 else
2173 no_cache=1
2174 fi
2175
2176 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2177
2178fi
2179
2180
2181 eval "$ac_cv_use_regex"
2182 if test "$no_cache" != 1; then
2183 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2184 fi
2185
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
4f14bcd8
GD
2192 elif test "$wxUSE_REGEX" = builtin; then
2193 echo "$ac_t""builtin version" 1>&6
3e44f09d 2194 else
4f14bcd8 2195 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3e44f09d
VZ
2196 fi
2197
2198
698dcdb6 2199 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
4f14bcd8 2200echo "configure:2201: checking for --with-zlib" >&5
10f2d63a 2201 no_cache=0
698dcdb6 2202 # Check whether --with-zlib or --without-zlib was given.
b12915c1
VZ
2203if test "${with_zlib+set}" = set; then
2204 withval="$with_zlib"
698dcdb6 2205
10f2d63a 2206 if test "$withval" = yes; then
b12915c1 2207 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 2208 elif test "$withval" = no; then
b12915c1 2209 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
2210 elif test "$withval" = sys; then
2211 ac_cv_use_zlib='wxUSE_ZLIB=sys'
4f14bcd8
GD
2212 elif test "$withval" = builtin; then
2213 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
422107f9 2214 else
4f14bcd8 2215 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 2216 fi
698dcdb6 2217
10f2d63a 2218else
698dcdb6 2219
b12915c1 2220 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
2221 if test "x$LINE" != x ; then
2222 eval "DEFAULT_$LINE"
2223 else
2224 no_cache=1
2225 fi
2226
b12915c1 2227 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
698dcdb6
VZ
2228
2229fi
10f2d63a
VZ
2230
2231
b12915c1 2232 eval "$ac_cv_use_zlib"
10f2d63a 2233 if test "$no_cache" != 1; then
b12915c1 2234 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2235 fi
2236
b12915c1 2237 if test "$wxUSE_ZLIB" = yes; then
698dcdb6 2238 echo "$ac_t""yes" 1>&6
422107f9 2239 elif test "$wxUSE_ZLIB" = no; then
698dcdb6 2240 echo "$ac_t""no" 1>&6
422107f9 2241 elif test "$wxUSE_ZLIB" = sys; then
698dcdb6 2242 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2243 elif test "$wxUSE_ZLIB" = builtin; then
2244 echo "$ac_t""builtin version" 1>&6
422107f9 2245 else
4f14bcd8 2246 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 2247 fi
698dcdb6 2248
10f2d63a 2249
698dcdb6 2250 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
4f14bcd8 2251echo "configure:2252: checking for --with-odbc" >&5
10f2d63a 2252 no_cache=0
698dcdb6 2253 # Check whether --with-odbc or --without-odbc was given.
10f2d63a
VZ
2254if test "${with_odbc+set}" = set; then
2255 withval="$with_odbc"
698dcdb6 2256
10f2d63a
VZ
2257 if test "$withval" = yes; then
2258 ac_cv_use_odbc='wxUSE_ODBC=yes'
2259 else
2260 ac_cv_use_odbc='wxUSE_ODBC=no'
2261 fi
698dcdb6 2262
10f2d63a 2263else
698dcdb6 2264
10f2d63a
VZ
2265 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2266 if test "x$LINE" != x ; then
2267 eval "DEFAULT_$LINE"
2268 else
2269 no_cache=1
2270 fi
2271
2272 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
698dcdb6
VZ
2273
2274fi
10f2d63a
VZ
2275
2276
2277 eval "$ac_cv_use_odbc"
2278 if test "$no_cache" != 1; then
2279 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2280 fi
2281
2282 if test "$wxUSE_ODBC" = yes; then
698dcdb6 2283 echo "$ac_t""yes" 1>&6
10f2d63a 2284 else
698dcdb6 2285 echo "$ac_t""no" 1>&6
10f2d63a 2286 fi
698dcdb6
VZ
2287
2288
10f2d63a 2289
698dcdb6 2290
698dcdb6 2291 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
4f14bcd8 2292echo "configure:2293: checking for --enable-shared" >&5
10f2d63a
VZ
2293 no_cache=0
2294 # Check whether --enable-shared or --disable-shared was given.
2295if test "${enable_shared+set}" = set; then
2296 enableval="$enable_shared"
698dcdb6 2297
10f2d63a
VZ
2298 if test "$enableval" = yes; then
2299 ac_cv_use_shared='wxUSE_SHARED=yes'
2300 else
2301 ac_cv_use_shared='wxUSE_SHARED=no'
2302 fi
698dcdb6 2303
10f2d63a 2304else
698dcdb6 2305
10f2d63a
VZ
2306 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2307 if test "x$LINE" != x ; then
2308 eval "DEFAULT_$LINE"
2309 else
2310 no_cache=1
2311 fi
2312
2313 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
698dcdb6
VZ
2314
2315fi
10f2d63a
VZ
2316
2317
2318 eval "$ac_cv_use_shared"
2319 if test "$no_cache" != 1; then
2320 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2321 fi
2322
2323 if test "$wxUSE_SHARED" = yes; then
698dcdb6 2324 echo "$ac_t""yes" 1>&6
10f2d63a 2325 else
698dcdb6 2326 echo "$ac_t""no" 1>&6
10f2d63a 2327 fi
698dcdb6 2328
10f2d63a 2329
3a922bb4 2330 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
4f14bcd8 2331echo "configure:2332: checking for --enable-soname" >&5
00cf1208 2332 no_cache=0
3a922bb4
RL
2333 # Check whether --enable-soname or --disable-soname was given.
2334if test "${enable_soname+set}" = set; then
2335 enableval="$enable_soname"
698dcdb6 2336
00cf1208 2337 if test "$enableval" = yes; then
3a922bb4 2338 ac_cv_use_soname='wxUSE_SONAME=yes'
00cf1208 2339 else
3a922bb4 2340 ac_cv_use_soname='wxUSE_SONAME=no'
00cf1208 2341 fi
698dcdb6 2342
00cf1208 2343else
698dcdb6 2344
3a922bb4 2345 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
00cf1208
RR
2346 if test "x$LINE" != x ; then
2347 eval "DEFAULT_$LINE"
2348 else
2349 no_cache=1
2350 fi
2351
3a922bb4 2352 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
698dcdb6
VZ
2353
2354fi
00cf1208
RR
2355
2356
3a922bb4 2357 eval "$ac_cv_use_soname"
00cf1208 2358 if test "$no_cache" != 1; then
3a922bb4 2359 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
00cf1208
RR
2360 fi
2361
3a922bb4 2362 if test "$wxUSE_SONAME" = yes; then
698dcdb6 2363 echo "$ac_t""yes" 1>&6
00cf1208 2364 else
698dcdb6 2365 echo "$ac_t""no" 1>&6
00cf1208 2366 fi
698dcdb6 2367
00cf1208 2368
698dcdb6 2369 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
4f14bcd8 2370echo "configure:2371: checking for --enable-optimise" >&5
10f2d63a
VZ
2371 no_cache=0
2372 # Check whether --enable-optimise or --disable-optimise was given.
2373if test "${enable_optimise+set}" = set; then
2374 enableval="$enable_optimise"
698dcdb6 2375
10f2d63a
VZ
2376 if test "$enableval" = yes; then
2377 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2378 else
2379 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2380 fi
698dcdb6 2381
10f2d63a 2382else
698dcdb6 2383
10f2d63a
VZ
2384 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2385 if test "x$LINE" != x ; then
2386 eval "DEFAULT_$LINE"
2387 else
2388 no_cache=1
2389 fi
2390
2391 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
698dcdb6
VZ
2392
2393fi
10f2d63a
VZ
2394
2395
2396 eval "$ac_cv_use_optimise"
2397 if test "$no_cache" != 1; then
2398 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2399 fi
2400
2401 if test "$wxUSE_OPTIMISE" = yes; then
698dcdb6 2402 echo "$ac_t""yes" 1>&6
10f2d63a 2403 else
698dcdb6 2404 echo "$ac_t""no" 1>&6
10f2d63a 2405 fi
698dcdb6 2406
10f2d63a 2407
698dcdb6 2408 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
4f14bcd8 2409echo "configure:2410: checking for --enable-debug" >&5
10f2d63a
VZ
2410 no_cache=0
2411 # Check whether --enable-debug or --disable-debug was given.
2412if test "${enable_debug+set}" = set; then
2413 enableval="$enable_debug"
698dcdb6 2414
10f2d63a
VZ
2415 if test "$enableval" = yes; then
2416 ac_cv_use_debug='wxUSE_DEBUG=yes'
2417 else
2418 ac_cv_use_debug='wxUSE_DEBUG=no'
2419 fi
698dcdb6 2420
10f2d63a 2421else
698dcdb6 2422
10f2d63a
VZ
2423 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2424 if test "x$LINE" != x ; then
2425 eval "DEFAULT_$LINE"
2426 else
2427 no_cache=1
2428 fi
2429
2430 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
698dcdb6
VZ
2431
2432fi
10f2d63a
VZ
2433
2434
2435 eval "$ac_cv_use_debug"
2436 if test "$no_cache" != 1; then
2437 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2438 fi
2439
2440 if test "$wxUSE_DEBUG" = yes; then
698dcdb6 2441 echo "$ac_t""yes" 1>&6
10f2d63a 2442 else
698dcdb6 2443 echo "$ac_t""no" 1>&6
10f2d63a 2444 fi
698dcdb6 2445
10f2d63a 2446
683dccda
GD
2447
2448 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
4f14bcd8 2449echo "configure:2450: checking for --enable-precomp" >&5
683dccda
GD
2450 no_cache=0
2451 # Check whether --enable-precomp or --disable-precomp was given.
2452if test "${enable_precomp+set}" = set; then
2453 enableval="$enable_precomp"
2454
2455 if test "$enableval" = yes; then
2456 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2457 else
2458 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2459 fi
2460
2461else
2462
2463 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2464 if test "x$LINE" != x ; then
2465 eval "DEFAULT_$LINE"
2466 else
2467 no_cache=1
2468 fi
2469
2470 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2471
2472fi
2473
2474
2475 eval "$ac_cv_use_precomp"
2476 if test "$no_cache" != 1; then
2477 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2478 fi
2479
2480 if test "$wxUSE_PRECOMP" = yes; then
2481 echo "$ac_t""yes" 1>&6
2482 else
2483 echo "$ac_t""no" 1>&6
2484 fi
2485
2486
10f2d63a
VZ
2487if test "$wxUSE_DEBUG" = "yes"; then
2488 DEFAULT_wxUSE_DEBUG_FLAG=yes
2489 DEFAULT_wxUSE_DEBUG_INFO=yes
2490elif test "$wxUSE_DEBUG" = "no"; then
2491 DEFAULT_wxUSE_DEBUG_FLAG=no
2492 DEFAULT_wxUSE_DEBUG_INFO=no
2493fi
2494
698dcdb6
VZ
2495
2496 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
4f14bcd8 2497echo "configure:2498: checking for --enable-debug_flag" >&5
10f2d63a
VZ
2498 no_cache=0
2499 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2500if test "${enable_debug_flag+set}" = set; then
2501 enableval="$enable_debug_flag"
698dcdb6 2502
10f2d63a
VZ
2503 if test "$enableval" = yes; then
2504 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2505 else
2506 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2507 fi
698dcdb6 2508
10f2d63a 2509else
698dcdb6 2510
10f2d63a
VZ
2511 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2514 else
2515 no_cache=1
2516 fi
2517
2518 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
698dcdb6
VZ
2519
2520fi
10f2d63a
VZ
2521
2522
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
2526 fi
2527
2528 if test "$wxUSE_DEBUG_FLAG" = yes; then
698dcdb6 2529 echo "$ac_t""yes" 1>&6
10f2d63a 2530 else
698dcdb6 2531 echo "$ac_t""no" 1>&6
10f2d63a 2532 fi
698dcdb6 2533
10f2d63a 2534
698dcdb6 2535 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
4f14bcd8 2536echo "configure:2537: checking for --enable-debug_info" >&5
10f2d63a
VZ
2537 no_cache=0
2538 # Check whether --enable-debug_info or --disable-debug_info was given.
2539if test "${enable_debug_info+set}" = set; then
2540 enableval="$enable_debug_info"
698dcdb6 2541
10f2d63a
VZ
2542 if test "$enableval" = yes; then
2543 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2544 else
2545 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2546 fi
698dcdb6 2547
10f2d63a 2548else
698dcdb6 2549
10f2d63a
VZ
2550 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2551 if test "x$LINE" != x ; then
2552 eval "DEFAULT_$LINE"
2553 else
2554 no_cache=1
2555 fi
2556
2557 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
698dcdb6
VZ
2558
2559fi
10f2d63a
VZ
2560
2561
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
2565 fi
2566
2567 if test "$wxUSE_DEBUG_INFO" = yes; then
698dcdb6 2568 echo "$ac_t""yes" 1>&6
10f2d63a 2569 else
698dcdb6 2570 echo "$ac_t""no" 1>&6
10f2d63a 2571 fi
698dcdb6 2572
10f2d63a 2573
698dcdb6 2574 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
4f14bcd8 2575echo "configure:2576: checking for --enable-debug_gdb" >&5
10f2d63a
VZ
2576 no_cache=0
2577 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2578if test "${enable_debug_gdb+set}" = set; then
2579 enableval="$enable_debug_gdb"
698dcdb6 2580
10f2d63a
VZ
2581 if test "$enableval" = yes; then
2582 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2583 else
2584 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2585 fi
698dcdb6 2586
10f2d63a 2587else
698dcdb6 2588
10f2d63a
VZ
2589 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2590 if test "x$LINE" != x ; then
2591 eval "DEFAULT_$LINE"
2592 else
2593 no_cache=1
2594 fi
2595
2596 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
698dcdb6
VZ
2597
2598fi
10f2d63a
VZ
2599
2600
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
2604 fi
2605
2606 if test "$wxUSE_DEBUG_GDB" = yes; then
698dcdb6 2607 echo "$ac_t""yes" 1>&6
10f2d63a 2608 else
698dcdb6 2609 echo "$ac_t""no" 1>&6
10f2d63a 2610 fi
698dcdb6 2611
10f2d63a 2612
698dcdb6 2613 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
4f14bcd8 2614echo "configure:2615: checking for --enable-debug_cntxt" >&5
10f2d63a
VZ
2615 no_cache=0
2616 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2617if test "${enable_debug_cntxt+set}" = set; then
2618 enableval="$enable_debug_cntxt"
698dcdb6 2619
10f2d63a
VZ
2620 if test "$enableval" = yes; then
2621 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2622 else
2623 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2624 fi
698dcdb6 2625
10f2d63a 2626else
698dcdb6 2627
10f2d63a
VZ
2628 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2629 if test "x$LINE" != x ; then
2630 eval "DEFAULT_$LINE"
2631 else
2632 no_cache=1
2633 fi
2634
2635 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
698dcdb6
VZ
2636
2637fi
10f2d63a
VZ
2638
2639
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
2643 fi
2644
2645 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
698dcdb6 2646 echo "$ac_t""yes" 1>&6
10f2d63a 2647 else
698dcdb6 2648 echo "$ac_t""no" 1>&6
10f2d63a 2649 fi
698dcdb6 2650
10f2d63a 2651
698dcdb6 2652 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
4f14bcd8 2653echo "configure:2654: checking for --enable-mem_tracing" >&5
10f2d63a
VZ
2654 no_cache=0
2655 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2656if test "${enable_mem_tracing+set}" = set; then
2657 enableval="$enable_mem_tracing"
698dcdb6 2658
10f2d63a
VZ
2659 if test "$enableval" = yes; then
2660 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2661 else
2662 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2663 fi
698dcdb6 2664
10f2d63a 2665else
698dcdb6 2666
10f2d63a
VZ
2667 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2668 if test "x$LINE" != x ; then
2669 eval "DEFAULT_$LINE"
2670 else
2671 no_cache=1
2672 fi
2673
2674 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
698dcdb6
VZ
2675
2676fi
10f2d63a
VZ
2677
2678
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
2682 fi
2683
2684 if test "$wxUSE_MEM_TRACING" = yes; then
698dcdb6 2685 echo "$ac_t""yes" 1>&6
10f2d63a 2686 else
698dcdb6 2687 echo "$ac_t""no" 1>&6
10f2d63a 2688 fi
698dcdb6 2689
10f2d63a 2690
698dcdb6 2691 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
4f14bcd8 2692echo "configure:2693: checking for --enable-profile" >&5
10f2d63a
VZ
2693 no_cache=0
2694 # Check whether --enable-profile or --disable-profile was given.
2695if test "${enable_profile+set}" = set; then
2696 enableval="$enable_profile"
698dcdb6 2697
10f2d63a
VZ
2698 if test "$enableval" = yes; then
2699 ac_cv_use_profile='wxUSE_PROFILE=yes'
2700 else
2701 ac_cv_use_profile='wxUSE_PROFILE=no'
2702 fi
698dcdb6 2703
10f2d63a 2704else
698dcdb6 2705
10f2d63a
VZ
2706 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2707 if test "x$LINE" != x ; then
2708 eval "DEFAULT_$LINE"
2709 else
2710 no_cache=1
2711 fi
2712
2713 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
698dcdb6
VZ
2714
2715fi
10f2d63a
VZ
2716
2717
2718 eval "$ac_cv_use_profile"
2719 if test "$no_cache" != 1; then
2720 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2721 fi
2722
2723 if test "$wxUSE_PROFILE" = yes; then
698dcdb6 2724 echo "$ac_t""yes" 1>&6
10f2d63a 2725 else
698dcdb6 2726 echo "$ac_t""no" 1>&6
10f2d63a 2727 fi
698dcdb6 2728
10f2d63a 2729
698dcdb6 2730 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
4f14bcd8 2731echo "configure:2732: checking for --enable-no_rtti" >&5
10f2d63a
VZ
2732 no_cache=0
2733 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2734if test "${enable_no_rtti+set}" = set; then
2735 enableval="$enable_no_rtti"
698dcdb6 2736
10f2d63a
VZ
2737 if test "$enableval" = yes; then
2738 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2739 else
2740 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2741 fi
698dcdb6 2742
10f2d63a 2743else
698dcdb6 2744
10f2d63a
VZ
2745 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2746 if test "x$LINE" != x ; then
2747 eval "DEFAULT_$LINE"
2748 else
2749 no_cache=1
2750 fi
2751
2752 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
698dcdb6
VZ
2753
2754fi
10f2d63a
VZ
2755
2756
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
2760 fi
2761
2762 if test "$wxUSE_NO_RTTI" = yes; then
698dcdb6 2763 echo "$ac_t""yes" 1>&6
10f2d63a 2764 else
698dcdb6 2765 echo "$ac_t""no" 1>&6
10f2d63a 2766 fi
698dcdb6 2767
10f2d63a 2768
698dcdb6 2769 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
4f14bcd8 2770echo "configure:2771: checking for --enable-no_exceptions" >&5
10f2d63a
VZ
2771 no_cache=0
2772 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2773if test "${enable_no_exceptions+set}" = set; then
2774 enableval="$enable_no_exceptions"
698dcdb6 2775
10f2d63a
VZ
2776 if test "$enableval" = yes; then
2777 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2778 else
2779 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2780 fi
698dcdb6 2781
10f2d63a 2782else
698dcdb6 2783
10f2d63a
VZ
2784 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2785 if test "x$LINE" != x ; then
2786 eval "DEFAULT_$LINE"
2787 else
2788 no_cache=1
2789 fi
2790
2791 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
698dcdb6
VZ
2792
2793fi
10f2d63a
VZ
2794
2795
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
2799 fi
2800
2801 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
698dcdb6 2802 echo "$ac_t""yes" 1>&6
10f2d63a 2803 else
698dcdb6 2804 echo "$ac_t""no" 1>&6
10f2d63a 2805 fi
698dcdb6 2806
10f2d63a 2807
698dcdb6 2808 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
4f14bcd8 2809echo "configure:2810: checking for --enable-permissive" >&5
10f2d63a
VZ
2810 no_cache=0
2811 # Check whether --enable-permissive or --disable-permissive was given.
2812if test "${enable_permissive+set}" = set; then
2813 enableval="$enable_permissive"
698dcdb6 2814
10f2d63a
VZ
2815 if test "$enableval" = yes; then
2816 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2817 else
2818 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2819 fi
698dcdb6 2820
10f2d63a 2821else
698dcdb6 2822
10f2d63a
VZ
2823 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2824 if test "x$LINE" != x ; then
2825 eval "DEFAULT_$LINE"
2826 else
2827 no_cache=1
2828 fi
2829
2830 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
698dcdb6
VZ
2831
2832fi
10f2d63a
VZ
2833
2834
2835 eval "$ac_cv_use_permissive"
2836 if test "$no_cache" != 1; then
2837 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2838 fi
2839
2840 if test "$wxUSE_PERMISSIVE" = yes; then
698dcdb6 2841 echo "$ac_t""yes" 1>&6
10f2d63a 2842 else
698dcdb6 2843 echo "$ac_t""no" 1>&6
10f2d63a 2844 fi
698dcdb6 2845
10f2d63a 2846
698dcdb6 2847 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
4f14bcd8 2848echo "configure:2849: checking for --enable-no_deps" >&5
10f2d63a
VZ
2849 no_cache=0
2850 # Check whether --enable-no_deps or --disable-no_deps was given.
2851if test "${enable_no_deps+set}" = set; then
2852 enableval="$enable_no_deps"
698dcdb6 2853
10f2d63a
VZ
2854 if test "$enableval" = yes; then
2855 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2856 else
2857 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2858 fi
698dcdb6 2859
10f2d63a 2860else
698dcdb6 2861
10f2d63a
VZ
2862 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2863 if test "x$LINE" != x ; then
2864 eval "DEFAULT_$LINE"
2865 else
2866 no_cache=1
2867 fi
2868
2869 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
698dcdb6
VZ
2870
2871fi
10f2d63a
VZ
2872
2873
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
2877 fi
2878
2879 if test "$wxUSE_NO_DEPS" = yes; then
698dcdb6 2880 echo "$ac_t""yes" 1>&6
10f2d63a 2881 else
698dcdb6 2882 echo "$ac_t""no" 1>&6
10f2d63a 2883 fi
698dcdb6
VZ
2884
2885
10f2d63a 2886
54276ccf 2887 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
4f14bcd8 2888echo "configure:2889: checking for --enable-compat20" >&5
54276ccf
VZ
2889 no_cache=0
2890 # Check whether --enable-compat20 or --disable-compat20 was given.
2891if test "${enable_compat20+set}" = set; then
2892 enableval="$enable_compat20"
2893
2894 if test "$enableval" = yes; then
2895 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2896 else
2897 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2898 fi
2899
2900else
2901
2902 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2903 if test "x$LINE" != x ; then
2904 eval "DEFAULT_$LINE"
2905 else
2906 no_cache=1
2907 fi
2908
2909 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2910
2911fi
2912
2913
2914 eval "$ac_cv_use_compat20"
2915 if test "$no_cache" != 1; then
2916 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2917 fi
2918
2919 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2920 echo "$ac_t""yes" 1>&6
2921 else
2922 echo "$ac_t""no" 1>&6
2923 fi
2924
2925
2926 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
4f14bcd8 2927echo "configure:2928: checking for --enable-compat22" >&5
54276ccf
VZ
2928 no_cache=0
2929 # Check whether --enable-compat22 or --disable-compat22 was given.
2930if test "${enable_compat22+set}" = set; then
2931 enableval="$enable_compat22"
2932
2933 if test "$enableval" = yes; then
2934 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2935 else
2936 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2937 fi
2938
2939else
2940
2941 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2942 if test "x$LINE" != x ; then
2943 eval "DEFAULT_$LINE"
2944 else
2945 no_cache=1
2946 fi
2947
2948 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2949
2950fi
2951
2952
2953 eval "$ac_cv_use_compat22"
2954 if test "$no_cache" != 1; then
2955 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2956 fi
2957
2958 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2959 echo "$ac_t""yes" 1>&6
2960 else
2961 echo "$ac_t""no" 1>&6
2962 fi
2963
2964
2965
698dcdb6
VZ
2966
2967 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
4f14bcd8 2968echo "configure:2969: checking for --enable-intl" >&5
10f2d63a
VZ
2969 no_cache=0
2970 # Check whether --enable-intl or --disable-intl was given.
2971if test "${enable_intl+set}" = set; then
2972 enableval="$enable_intl"
698dcdb6 2973
10f2d63a
VZ
2974 if test "$enableval" = yes; then
2975 ac_cv_use_intl='wxUSE_INTL=yes'
2976 else
2977 ac_cv_use_intl='wxUSE_INTL=no'
2978 fi
698dcdb6 2979
10f2d63a 2980else
698dcdb6 2981
10f2d63a
VZ
2982 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2983 if test "x$LINE" != x ; then
2984 eval "DEFAULT_$LINE"
2985 else
2986 no_cache=1
2987 fi
2988
2989 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
698dcdb6
VZ
2990
2991fi
10f2d63a
VZ
2992
2993
2994 eval "$ac_cv_use_intl"
2995 if test "$no_cache" != 1; then
2996 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2997 fi
2998
2999 if test "$wxUSE_INTL" = yes; then
698dcdb6 3000 echo "$ac_t""yes" 1>&6
10f2d63a 3001 else
698dcdb6 3002 echo "$ac_t""no" 1>&6
10f2d63a 3003 fi
698dcdb6 3004
10f2d63a 3005
698dcdb6 3006 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
4f14bcd8 3007echo "configure:3008: checking for --enable-config" >&5
10f2d63a
VZ
3008 no_cache=0
3009 # Check whether --enable-config or --disable-config was given.
3010if test "${enable_config+set}" = set; then
3011 enableval="$enable_config"
698dcdb6 3012
10f2d63a
VZ
3013 if test "$enableval" = yes; then
3014 ac_cv_use_config='wxUSE_CONFIG=yes'
3015 else
3016 ac_cv_use_config='wxUSE_CONFIG=no'
3017 fi
698dcdb6 3018
10f2d63a 3019else
698dcdb6 3020
10f2d63a
VZ
3021 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3022 if test "x$LINE" != x ; then
3023 eval "DEFAULT_$LINE"
3024 else
3025 no_cache=1
3026 fi
3027
3028 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
698dcdb6
VZ
3029
3030fi
10f2d63a
VZ
3031
3032
3033 eval "$ac_cv_use_config"
3034 if test "$no_cache" != 1; then
3035 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3036 fi
3037
3038 if test "$wxUSE_CONFIG" = yes; then
698dcdb6 3039 echo "$ac_t""yes" 1>&6
10f2d63a 3040 else
698dcdb6 3041 echo "$ac_t""no" 1>&6
10f2d63a 3042 fi
698dcdb6
VZ
3043
3044
b12915c1 3045
698dcdb6 3046 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
4f14bcd8 3047echo "configure:3048: checking for --enable-sockets" >&5
10f2d63a
VZ
3048 no_cache=0
3049 # Check whether --enable-sockets or --disable-sockets was given.
3050if test "${enable_sockets+set}" = set; then
3051 enableval="$enable_sockets"
698dcdb6 3052
10f2d63a
VZ
3053 if test "$enableval" = yes; then
3054 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3055 else
3056 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3057 fi
698dcdb6 3058
10f2d63a 3059else
698dcdb6 3060
10f2d63a
VZ
3061 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3062 if test "x$LINE" != x ; then
3063 eval "DEFAULT_$LINE"
3064 else
3065 no_cache=1
3066 fi
3067
3068 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
698dcdb6
VZ
3069
3070fi
10f2d63a
VZ
3071
3072
3073 eval "$ac_cv_use_sockets"
3074 if test "$no_cache" != 1; then
3075 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3076 fi
3077
3078 if test "$wxUSE_SOCKETS" = yes; then
698dcdb6 3079 echo "$ac_t""yes" 1>&6
10f2d63a 3080 else
698dcdb6 3081 echo "$ac_t""no" 1>&6
10f2d63a 3082 fi
698dcdb6 3083
b12915c1 3084
698dcdb6
VZ
3085
3086 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
4f14bcd8 3087echo "configure:3088: checking for --enable-ipc" >&5
10f2d63a 3088 no_cache=0
eb4efbdc
VZ
3089 # Check whether --enable-ipc or --disable-ipc was given.
3090if test "${enable_ipc+set}" = set; then
3091 enableval="$enable_ipc"
698dcdb6 3092
10f2d63a 3093 if test "$enableval" = yes; then
eb4efbdc 3094 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 3095 else
eb4efbdc 3096 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a 3097 fi
698dcdb6 3098
10f2d63a 3099else
698dcdb6 3100
eb4efbdc 3101 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
3102 if test "x$LINE" != x ; then
3103 eval "DEFAULT_$LINE"
3104 else
3105 no_cache=1
3106 fi
3107
eb4efbdc 3108 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
698dcdb6
VZ
3109
3110fi
10f2d63a
VZ
3111
3112
eb4efbdc 3113 eval "$ac_cv_use_ipc"
10f2d63a 3114 if test "$no_cache" != 1; then
eb4efbdc 3115 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3116 fi
3117
eb4efbdc 3118 if test "$wxUSE_IPC" = yes; then
698dcdb6 3119 echo "$ac_t""yes" 1>&6
10f2d63a 3120 else
698dcdb6 3121 echo "$ac_t""no" 1>&6
10f2d63a 3122 fi
698dcdb6
VZ
3123
3124
eb4efbdc 3125
1e6feb95 3126 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
4f14bcd8 3127echo "configure:3128: checking for --enable-cmdline" >&5
1e6feb95
VZ
3128 no_cache=0
3129 # Check whether --enable-cmdline or --disable-cmdline was given.
3130if test "${enable_cmdline+set}" = set; then
3131 enableval="$enable_cmdline"
3132
3133 if test "$enableval" = yes; then
3134 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3135 else
3136 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3137 fi
3138
3139else
3140
3141 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3142 if test "x$LINE" != x ; then
3143 eval "DEFAULT_$LINE"
3144 else
3145 no_cache=1
3146 fi
3147
3148 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3149
3150fi
3151
3152
3153 eval "$ac_cv_use_cmdline"
3154 if test "$no_cache" != 1; then
3155 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3156 fi
3157
3158 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3159 echo "$ac_t""yes" 1>&6
3160 else
3161 echo "$ac_t""no" 1>&6
3162 fi
3163
3164
3165 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
4f14bcd8 3166echo "configure:3167: checking for --enable-datetime" >&5
1e6feb95
VZ
3167 no_cache=0
3168 # Check whether --enable-datetime or --disable-datetime was given.
3169if test "${enable_datetime+set}" = set; then
3170 enableval="$enable_datetime"
3171
3172 if test "$enableval" = yes; then
3173 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3174 else
3175 ac_cv_use_datetime='wxUSE_DATETIME=no'
3176 fi
3177
3178else
3179
3180 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3181 if test "x$LINE" != x ; then
3182 eval "DEFAULT_$LINE"
3183 else
3184 no_cache=1
3185 fi
3186
3187 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3188
3189fi
3190
3191
3192 eval "$ac_cv_use_datetime"
3193 if test "$no_cache" != 1; then
3194 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3195 fi
3196
3197 if test "$wxUSE_DATETIME" = yes; then
3198 echo "$ac_t""yes" 1>&6
3199 else
3200 echo "$ac_t""no" 1>&6
3201 fi
3202
3203
3204 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
4f14bcd8 3205echo "configure:3206: checking for --enable-timedate" >&5
1e6feb95
VZ
3206 no_cache=0
3207 # Check whether --enable-timedate or --disable-timedate was given.
3208if test "${enable_timedate+set}" = set; then
3209 enableval="$enable_timedate"
3210
3211 if test "$enableval" = yes; then
3212 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3213 else
3214 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3215 fi
3216
3217else
3218
3219 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3220 if test "x$LINE" != x ; then
3221 eval "DEFAULT_$LINE"
3222 else
3223 no_cache=1
3224 fi
3225
3226 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3227
3228fi
3229
3230
3231 eval "$ac_cv_use_timedate"
3232 if test "$no_cache" != 1; then
3233 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3234 fi
3235
3236 if test "$wxUSE_TIMEDATE" = yes; then
3237 echo "$ac_t""yes" 1>&6
3238 else
3239 echo "$ac_t""no" 1>&6
3240 fi
3241
3242
3243 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
4f14bcd8 3244echo "configure:3245: checking for --enable-stopwatch" >&5
1e6feb95
VZ
3245 no_cache=0
3246 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3247if test "${enable_stopwatch+set}" = set; then
3248 enableval="$enable_stopwatch"
3249
3250 if test "$enableval" = yes; then
3251 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3252 else
3253 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3254 fi
3255
3256else
3257
3258 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3259 if test "x$LINE" != x ; then
3260 eval "DEFAULT_$LINE"
3261 else
3262 no_cache=1
3263 fi
3264
3265 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3266
3267fi
3268
3269
3270 eval "$ac_cv_use_stopwatch"
3271 if test "$no_cache" != 1; then
3272 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3273 fi
3274
3275 if test "$wxUSE_STOPWATCH" = yes; then
3276 echo "$ac_t""yes" 1>&6
3277 else
3278 echo "$ac_t""no" 1>&6
3279 fi
3280
3281
698dcdb6 3282 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
4f14bcd8 3283echo "configure:3284: checking for --enable-dialupman" >&5
10f2d63a 3284 no_cache=0
eb4efbdc
VZ
3285 # Check whether --enable-dialupman or --disable-dialupman was given.
3286if test "${enable_dialupman+set}" = set; then
3287 enableval="$enable_dialupman"
698dcdb6 3288
10f2d63a 3289 if test "$enableval" = yes; then
eb4efbdc 3290 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 3291 else
eb4efbdc 3292 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a 3293 fi
698dcdb6 3294
10f2d63a 3295else
698dcdb6 3296
eb4efbdc 3297 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
3298 if test "x$LINE" != x ; then
3299 eval "DEFAULT_$LINE"
3300 else
3301 no_cache=1
3302 fi
3303
eb4efbdc 3304 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
698dcdb6
VZ
3305
3306fi
10f2d63a
VZ
3307
3308
eb4efbdc 3309 eval "$ac_cv_use_dialupman"
10f2d63a 3310 if test "$no_cache" != 1; then
eb4efbdc 3311 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3312 fi
3313
eb4efbdc 3314 if test "$wxUSE_DIALUP_MANAGER" = yes; then
698dcdb6 3315 echo "$ac_t""yes" 1>&6
10f2d63a 3316 else
698dcdb6 3317 echo "$ac_t""no" 1>&6
10f2d63a 3318 fi
698dcdb6 3319
10f2d63a 3320
698dcdb6 3321 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
4f14bcd8 3322echo "configure:3323: checking for --enable-apple_ieee" >&5
10f2d63a
VZ
3323 no_cache=0
3324 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3325if test "${enable_apple_ieee+set}" = set; then
3326 enableval="$enable_apple_ieee"
698dcdb6 3327
10f2d63a
VZ
3328 if test "$enableval" = yes; then
3329 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3330 else
3331 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3332 fi
698dcdb6 3333
10f2d63a 3334else
698dcdb6 3335
10f2d63a
VZ
3336 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3337 if test "x$LINE" != x ; then
3338 eval "DEFAULT_$LINE"
3339 else
3340 no_cache=1
3341 fi
3342
3343 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
698dcdb6
VZ
3344
3345fi
10f2d63a
VZ
3346
3347
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
3351 fi
3352
3353 if test "$wxUSE_APPLE_IEEE" = yes; then
698dcdb6 3354 echo "$ac_t""yes" 1>&6
10f2d63a 3355 else
698dcdb6 3356 echo "$ac_t""no" 1>&6
10f2d63a 3357 fi
698dcdb6 3358
10f2d63a 3359
1e6feb95 3360 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
4f14bcd8 3361echo "configure:3362: checking for --enable-timer" >&5
10f2d63a 3362 no_cache=0
1e6feb95
VZ
3363 # Check whether --enable-timer or --disable-timer was given.
3364if test "${enable_timer+set}" = set; then
3365 enableval="$enable_timer"
698dcdb6 3366
10f2d63a 3367 if test "$enableval" = yes; then
1e6feb95 3368 ac_cv_use_timer='wxUSE_TIMER=yes'
10f2d63a 3369 else
1e6feb95 3370 ac_cv_use_timer='wxUSE_TIMER=no'
10f2d63a 3371 fi
698dcdb6 3372
10f2d63a 3373else
698dcdb6 3374
1e6feb95 3375 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
10f2d63a
VZ
3376 if test "x$LINE" != x ; then
3377 eval "DEFAULT_$LINE"
3378 else
3379 no_cache=1
3380 fi
3381
1e6feb95 3382 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
698dcdb6
VZ
3383
3384fi
10f2d63a
VZ
3385
3386
1e6feb95 3387 eval "$ac_cv_use_timer"
10f2d63a 3388 if test "$no_cache" != 1; then
1e6feb95 3389 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3390 fi
3391
1e6feb95 3392 if test "$wxUSE_TIMER" = yes; then
698dcdb6 3393 echo "$ac_t""yes" 1>&6
10f2d63a 3394 else
698dcdb6 3395 echo "$ac_t""no" 1>&6
10f2d63a 3396 fi
698dcdb6 3397
10f2d63a 3398
698dcdb6 3399 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
4f14bcd8 3400echo "configure:3401: checking for --enable-wave" >&5
10f2d63a
VZ
3401 no_cache=0
3402 # Check whether --enable-wave or --disable-wave was given.
3403if test "${enable_wave+set}" = set; then
3404 enableval="$enable_wave"
698dcdb6 3405
10f2d63a
VZ
3406 if test "$enableval" = yes; then
3407 ac_cv_use_wave='wxUSE_WAVE=yes'
3408 else
3409 ac_cv_use_wave='wxUSE_WAVE=no'
3410 fi
698dcdb6 3411
10f2d63a 3412else
698dcdb6 3413
10f2d63a
VZ
3414 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3415 if test "x$LINE" != x ; then
3416 eval "DEFAULT_$LINE"
3417 else
3418 no_cache=1
3419 fi
3420
3421 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
698dcdb6
VZ
3422
3423fi
10f2d63a
VZ
3424
3425
3426 eval "$ac_cv_use_wave"
3427 if test "$no_cache" != 1; then
3428 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3429 fi
3430
3431 if test "$wxUSE_WAVE" = yes; then
698dcdb6 3432 echo "$ac_t""yes" 1>&6
10f2d63a 3433 else
698dcdb6 3434 echo "$ac_t""no" 1>&6
10f2d63a 3435 fi
698dcdb6 3436
10f2d63a 3437
698dcdb6 3438 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
4f14bcd8 3439echo "configure:3440: checking for --enable-fraction" >&5
10f2d63a
VZ
3440 no_cache=0
3441 # Check whether --enable-fraction or --disable-fraction was given.
3442if test "${enable_fraction+set}" = set; then
3443 enableval="$enable_fraction"
698dcdb6 3444
10f2d63a
VZ
3445 if test "$enableval" = yes; then
3446 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3447 else
3448 ac_cv_use_fraction='wxUSE_FRACTION=no'
3449 fi
698dcdb6 3450
10f2d63a 3451else
698dcdb6 3452
10f2d63a
VZ
3453 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3454 if test "x$LINE" != x ; then
3455 eval "DEFAULT_$LINE"
3456 else
3457 no_cache=1
3458 fi
3459
3460 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
698dcdb6
VZ
3461
3462fi
10f2d63a
VZ
3463
3464
3465 eval "$ac_cv_use_fraction"
3466 if test "$no_cache" != 1; then
3467 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3468 fi
3469
3470 if test "$wxUSE_FRACTION" = yes; then
698dcdb6 3471 echo "$ac_t""yes" 1>&6
10f2d63a 3472 else
698dcdb6 3473 echo "$ac_t""no" 1>&6
10f2d63a 3474 fi
698dcdb6 3475
10f2d63a 3476
698dcdb6 3477 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
4f14bcd8 3478echo "configure:3479: checking for --enable-dynlib" >&5
10f2d63a
VZ
3479 no_cache=0
3480 # Check whether --enable-dynlib or --disable-dynlib was given.
3481if test "${enable_dynlib+set}" = set; then
3482 enableval="$enable_dynlib"
698dcdb6 3483
10f2d63a
VZ
3484 if test "$enableval" = yes; then
3485 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3486 else
3487 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3488 fi
698dcdb6 3489
10f2d63a 3490else
698dcdb6 3491
10f2d63a
VZ
3492 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3493 if test "x$LINE" != x ; then
3494 eval "DEFAULT_$LINE"
3495 else
3496 no_cache=1
3497 fi
3498
3499 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
698dcdb6
VZ
3500
3501fi
10f2d63a
VZ
3502
3503
3504 eval "$ac_cv_use_dynlib"
3505 if test "$no_cache" != 1; then
3506 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3507 fi
3508
3509 if test "$wxUSE_DYNLIB_CLASS" = yes; then
698dcdb6 3510 echo "$ac_t""yes" 1>&6
10f2d63a 3511 else
698dcdb6 3512 echo "$ac_t""no" 1>&6
10f2d63a 3513 fi
698dcdb6 3514
10f2d63a 3515
698dcdb6 3516 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
4f14bcd8 3517echo "configure:3518: checking for --enable-longlong" >&5
10f2d63a
VZ
3518 no_cache=0
3519 # Check whether --enable-longlong or --disable-longlong was given.
3520if test "${enable_longlong+set}" = set; then
3521 enableval="$enable_longlong"
698dcdb6 3522
10f2d63a
VZ
3523 if test "$enableval" = yes; then
3524 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3525 else
3526 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3527 fi
698dcdb6 3528
10f2d63a 3529else
698dcdb6 3530
10f2d63a
VZ
3531 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3532 if test "x$LINE" != x ; then
3533 eval "DEFAULT_$LINE"
3534 else
3535 no_cache=1
3536 fi
3537
3538 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
698dcdb6
VZ
3539
3540fi
10f2d63a
VZ
3541
3542
3543 eval "$ac_cv_use_longlong"
3544 if test "$no_cache" != 1; then
3545 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3546 fi
3547
3548 if test "$wxUSE_LONGLONG" = yes; then
698dcdb6 3549 echo "$ac_t""yes" 1>&6
10f2d63a 3550 else
698dcdb6 3551 echo "$ac_t""no" 1>&6
10f2d63a 3552 fi
698dcdb6 3553
10f2d63a 3554
698dcdb6 3555 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
4f14bcd8 3556echo "configure:3557: checking for --enable-geometry" >&5
e8f65ba6
RR
3557 no_cache=0
3558 # Check whether --enable-geometry or --disable-geometry was given.
3559if test "${enable_geometry+set}" = set; then
3560 enableval="$enable_geometry"
698dcdb6 3561
e8f65ba6
RR
3562 if test "$enableval" = yes; then
3563 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3564 else
3565 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3566 fi
698dcdb6 3567
e8f65ba6 3568else
698dcdb6 3569
e8f65ba6
RR
3570 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3571 if test "x$LINE" != x ; then
3572 eval "DEFAULT_$LINE"
3573 else
3574 no_cache=1
3575 fi
3576
3577 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
698dcdb6
VZ
3578
3579fi
e8f65ba6
RR
3580
3581
3582 eval "$ac_cv_use_geometry"
3583 if test "$no_cache" != 1; then
3584 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3585 fi
3586
3587 if test "$wxUSE_GEOMETRY" = yes; then
698dcdb6 3588 echo "$ac_t""yes" 1>&6
e8f65ba6 3589 else
698dcdb6 3590 echo "$ac_t""no" 1>&6
e8f65ba6 3591 fi
698dcdb6 3592
e8f65ba6 3593
698dcdb6 3594 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
4f14bcd8 3595echo "configure:3596: checking for --enable-log" >&5
10f2d63a
VZ
3596 no_cache=0
3597 # Check whether --enable-log or --disable-log was given.
3598if test "${enable_log+set}" = set; then
3599 enableval="$enable_log"
698dcdb6 3600
10f2d63a
VZ
3601 if test "$enableval" = yes; then
3602 ac_cv_use_log='wxUSE_LOG=yes'
3603 else
3604 ac_cv_use_log='wxUSE_LOG=no'
3605 fi
698dcdb6 3606
10f2d63a 3607else
698dcdb6 3608
10f2d63a
VZ
3609 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3610 if test "x$LINE" != x ; then
3611 eval "DEFAULT_$LINE"
3612 else
3613 no_cache=1
3614 fi
3615
3616 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
698dcdb6
VZ
3617
3618fi
10f2d63a
VZ
3619
3620
3621 eval "$ac_cv_use_log"
3622 if test "$no_cache" != 1; then
3623 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3624 fi
3625
3626 if test "$wxUSE_LOG" = yes; then
698dcdb6 3627 echo "$ac_t""yes" 1>&6
10f2d63a 3628 else
698dcdb6 3629 echo "$ac_t""no" 1>&6
10f2d63a 3630 fi
698dcdb6 3631
10f2d63a 3632
698dcdb6 3633 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
4f14bcd8 3634echo "configure:3635: checking for --enable-streams" >&5
10f2d63a
VZ
3635 no_cache=0
3636 # Check whether --enable-streams or --disable-streams was given.
3637if test "${enable_streams+set}" = set; then
3638 enableval="$enable_streams"
698dcdb6 3639
10f2d63a
VZ
3640 if test "$enableval" = yes; then
3641 ac_cv_use_streams='wxUSE_STREAMS=yes'
3642 else
3643 ac_cv_use_streams='wxUSE_STREAMS=no'
3644 fi
698dcdb6 3645
10f2d63a 3646else
698dcdb6 3647
10f2d63a
VZ
3648 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3649 if test "x$LINE" != x ; then
3650 eval "DEFAULT_$LINE"
3651 else
3652 no_cache=1
3653 fi
3654
3655 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
698dcdb6
VZ
3656
3657fi
10f2d63a
VZ
3658
3659
3660 eval "$ac_cv_use_streams"
3661 if test "$no_cache" != 1; then
3662 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3663 fi
3664
3665 if test "$wxUSE_STREAMS" = yes; then
698dcdb6 3666 echo "$ac_t""yes" 1>&6
10f2d63a 3667 else
698dcdb6 3668 echo "$ac_t""no" 1>&6
10f2d63a 3669 fi
698dcdb6 3670
10f2d63a 3671
698dcdb6 3672 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
4f14bcd8 3673echo "configure:3674: checking for --enable-file" >&5
10f2d63a
VZ
3674 no_cache=0
3675 # Check whether --enable-file or --disable-file was given.
3676if test "${enable_file+set}" = set; then
3677 enableval="$enable_file"
698dcdb6 3678
10f2d63a
VZ
3679 if test "$enableval" = yes; then
3680 ac_cv_use_file='wxUSE_FILE=yes'
3681 else
3682 ac_cv_use_file='wxUSE_FILE=no'
3683 fi
698dcdb6 3684
10f2d63a 3685else
698dcdb6 3686
10f2d63a
VZ
3687 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3688 if test "x$LINE" != x ; then
3689 eval "DEFAULT_$LINE"
3690 else
3691 no_cache=1
3692 fi
3693
3694 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
698dcdb6
VZ
3695
3696fi
10f2d63a
VZ
3697
3698
3699 eval "$ac_cv_use_file"
3700 if test "$no_cache" != 1; then
3701 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3702 fi
3703
3704 if test "$wxUSE_FILE" = yes; then
698dcdb6 3705 echo "$ac_t""yes" 1>&6
10f2d63a 3706 else
698dcdb6 3707 echo "$ac_t""no" 1>&6
10f2d63a 3708 fi
698dcdb6 3709
10f2d63a 3710
1e6feb95 3711 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
4f14bcd8 3712echo "configure:3713: checking for --enable-ffile" >&5
10f2d63a 3713 no_cache=0
1e6feb95
VZ
3714 # Check whether --enable-ffile or --disable-ffile was given.
3715if test "${enable_ffile+set}" = set; then
3716 enableval="$enable_ffile"
698dcdb6 3717
10f2d63a 3718 if test "$enableval" = yes; then
1e6feb95 3719 ac_cv_use_ffile='wxUSE_FFILE=yes'
10f2d63a 3720 else
1e6feb95 3721 ac_cv_use_ffile='wxUSE_FFILE=no'
10f2d63a 3722 fi
698dcdb6 3723
10f2d63a 3724else
698dcdb6 3725
1e6feb95 3726 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
3727 if test "x$LINE" != x ; then
3728 eval "DEFAULT_$LINE"
3729 else
3730 no_cache=1
3731 fi
3732
1e6feb95 3733 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
698dcdb6
VZ
3734
3735fi
10f2d63a
VZ
3736
3737
1e6feb95 3738 eval "$ac_cv_use_ffile"
10f2d63a 3739 if test "$no_cache" != 1; then
1e6feb95 3740 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3741 fi
3742
1e6feb95 3743 if test "$wxUSE_FFILE" = yes; then
698dcdb6 3744 echo "$ac_t""yes" 1>&6
10f2d63a 3745 else
698dcdb6 3746 echo "$ac_t""no" 1>&6
10f2d63a 3747 fi
698dcdb6 3748
10f2d63a 3749
1e6feb95 3750 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
4f14bcd8 3751echo "configure:3752: checking for --enable-textfile" >&5
10f2d63a 3752 no_cache=0
1e6feb95
VZ
3753 # Check whether --enable-textfile or --disable-textfile was given.
3754if test "${enable_textfile+set}" = set; then
3755 enableval="$enable_textfile"
698dcdb6 3756
10f2d63a 3757 if test "$enableval" = yes; then
1e6feb95 3758 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
10f2d63a 3759 else
1e6feb95 3760 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
10f2d63a 3761 fi
698dcdb6 3762
10f2d63a 3763else
698dcdb6 3764
1e6feb95 3765 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
3766 if test "x$LINE" != x ; then
3767 eval "DEFAULT_$LINE"
3768 else
3769 no_cache=1
3770 fi
3771
1e6feb95 3772 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
698dcdb6
VZ
3773
3774fi
10f2d63a
VZ
3775
3776
1e6feb95 3777 eval "$ac_cv_use_textfile"
10f2d63a 3778 if test "$no_cache" != 1; then
1e6feb95 3779 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3780 fi
3781
1e6feb95 3782 if test "$wxUSE_TEXTFILE" = yes; then
698dcdb6 3783 echo "$ac_t""yes" 1>&6
10f2d63a 3784 else
698dcdb6 3785 echo "$ac_t""no" 1>&6
10f2d63a 3786 fi
698dcdb6 3787
10f2d63a 3788
1e6feb95 3789 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
4f14bcd8 3790echo "configure:3791: checking for --enable-fontmap" >&5
10f2d63a 3791 no_cache=0
1e6feb95
VZ
3792 # Check whether --enable-fontmap or --disable-fontmap was given.
3793if test "${enable_fontmap+set}" = set; then
3794 enableval="$enable_fontmap"
698dcdb6 3795
10f2d63a 3796 if test "$enableval" = yes; then
1e6feb95 3797 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
10f2d63a 3798 else
1e6feb95 3799 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
10f2d63a 3800 fi
698dcdb6 3801
10f2d63a 3802else
698dcdb6 3803
1e6feb95 3804 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
10f2d63a
VZ
3805 if test "x$LINE" != x ; then
3806 eval "DEFAULT_$LINE"
3807 else
3808 no_cache=1
3809 fi
3810
1e6feb95 3811 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
698dcdb6
VZ
3812
3813fi
10f2d63a
VZ
3814
3815
1e6feb95 3816 eval "$ac_cv_use_fontmap"
10f2d63a 3817 if test "$no_cache" != 1; then
1e6feb95 3818 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3819 fi
3820
1e6feb95 3821 if test "$wxUSE_FONTMAP" = yes; then
698dcdb6 3822 echo "$ac_t""yes" 1>&6
10f2d63a 3823 else
698dcdb6 3824 echo "$ac_t""no" 1>&6
10f2d63a 3825 fi
698dcdb6 3826
10f2d63a 3827
1e6feb95 3828 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
4f14bcd8 3829echo "configure:3830: checking for --enable-unicode" >&5
10f2d63a 3830 no_cache=0
1e6feb95
VZ
3831 # Check whether --enable-unicode or --disable-unicode was given.
3832if test "${enable_unicode+set}" = set; then
3833 enableval="$enable_unicode"
3834
3835 if test "$enableval" = yes; then
3836 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3837 else
3838 ac_cv_use_unicode='wxUSE_UNICODE=no'
3839 fi
3840
3841else
3842
3843 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3844 if test "x$LINE" != x ; then
3845 eval "DEFAULT_$LINE"
3846 else
3847 no_cache=1
3848 fi
3849
3850 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3851
3852fi
3853
3854
3855 eval "$ac_cv_use_unicode"
3856 if test "$no_cache" != 1; then
3857 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3858 fi
3859
3860 if test "$wxUSE_UNICODE" = yes; then
3861 echo "$ac_t""yes" 1>&6
3862 else
3863 echo "$ac_t""no" 1>&6
3864 fi
3865
3866
1e6feb95 3867 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
4f14bcd8 3868echo "configure:3869: checking for --enable-wxprintfv" >&5
1e6feb95
VZ
3869 no_cache=0
3870 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3871if test "${enable_wxprintfv+set}" = set; then
3872 enableval="$enable_wxprintfv"
3873
3874 if test "$enableval" = yes; then
10f2d63a
VZ
3875 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3876 else
3877 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3878 fi
698dcdb6 3879
10f2d63a 3880else
698dcdb6 3881
10f2d63a
VZ
3882 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3883 if test "x$LINE" != x ; then
3884 eval "DEFAULT_$LINE"
3885 else
3886 no_cache=1
3887 fi
3888
3889 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
698dcdb6
VZ
3890
3891fi
10f2d63a
VZ
3892
3893
3894 eval "$ac_cv_use_wxprintfv"
3895 if test "$no_cache" != 1; then
3896 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3897 fi
3898
3899 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
698dcdb6 3900 echo "$ac_t""yes" 1>&6
10f2d63a 3901 else
698dcdb6 3902 echo "$ac_t""no" 1>&6
10f2d63a 3903 fi
698dcdb6 3904
10f2d63a 3905
698dcdb6 3906 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
4f14bcd8 3907echo "configure:3908: checking for --enable-std_iostreams" >&5
10f2d63a
VZ
3908 no_cache=0
3909 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3910if test "${enable_std_iostreams+set}" = set; then
3911 enableval="$enable_std_iostreams"
698dcdb6 3912
10f2d63a
VZ
3913 if test "$enableval" = yes; then
3914 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3915 else
3916 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3917 fi
698dcdb6 3918
10f2d63a 3919else
698dcdb6 3920
10f2d63a
VZ
3921 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3922 if test "x$LINE" != x ; then
3923 eval "DEFAULT_$LINE"
3924 else
3925 no_cache=1
3926 fi
3927
3928 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
698dcdb6
VZ
3929
3930fi
10f2d63a
VZ
3931
3932
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
3936 fi
3937
3938 if test "$wxUSE_STD_IOSTREAM" = yes; then
698dcdb6 3939 echo "$ac_t""yes" 1>&6
10f2d63a 3940 else
698dcdb6 3941 echo "$ac_t""no" 1>&6
10f2d63a 3942 fi
698dcdb6 3943
10f2d63a 3944
698dcdb6 3945 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
4f14bcd8 3946echo "configure:3947: checking for --enable-filesystem" >&5
24528b0c
VS
3947 no_cache=0
3948 # Check whether --enable-filesystem or --disable-filesystem was given.
3949if test "${enable_filesystem+set}" = set; then
3950 enableval="$enable_filesystem"
698dcdb6 3951
24528b0c
VS
3952 if test "$enableval" = yes; then
3953 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3954 else
3955 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3956 fi
698dcdb6 3957
24528b0c 3958else
698dcdb6 3959
24528b0c
VS
3960 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3961 if test "x$LINE" != x ; then
3962 eval "DEFAULT_$LINE"
3963 else
3964 no_cache=1
3965 fi
3966
3967 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
698dcdb6
VZ
3968
3969fi
24528b0c
VS
3970
3971
3972 eval "$ac_cv_use_filesystem"
3973 if test "$no_cache" != 1; then
3974 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3975 fi
3976
3977 if test "$wxUSE_FILESYSTEM" = yes; then
698dcdb6 3978 echo "$ac_t""yes" 1>&6
24528b0c 3979 else
698dcdb6 3980 echo "$ac_t""no" 1>&6
24528b0c 3981 fi
698dcdb6 3982
24528b0c 3983
698dcdb6 3984 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4f14bcd8 3985echo "configure:3986: checking for --enable-fs_inet" >&5
10f2d63a
VZ
3986 no_cache=0
3987 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3988if test "${enable_fs_inet+set}" = set; then
3989 enableval="$enable_fs_inet"
698dcdb6 3990
10f2d63a
VZ
3991 if test "$enableval" = yes; then
3992 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3993 else
3994 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3995 fi
698dcdb6 3996
10f2d63a 3997else
698dcdb6 3998
10f2d63a
VZ
3999 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4000 if test "x$LINE" != x ; then
4001 eval "DEFAULT_$LINE"
4002 else
4003 no_cache=1
4004 fi
4005
4006 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
698dcdb6
VZ
4007
4008fi
10f2d63a
VZ
4009
4010
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
4014 fi
4015
4016 if test "$wxUSE_FS_INET" = yes; then
698dcdb6 4017 echo "$ac_t""yes" 1>&6
10f2d63a 4018 else
698dcdb6 4019 echo "$ac_t""no" 1>&6
10f2d63a 4020 fi
698dcdb6 4021
10f2d63a 4022
698dcdb6 4023 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4f14bcd8 4024echo "configure:4025: checking for --enable-fs_zip" >&5
10f2d63a
VZ
4025 no_cache=0
4026 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4027if test "${enable_fs_zip+set}" = set; then
4028 enableval="$enable_fs_zip"
698dcdb6 4029
10f2d63a
VZ
4030 if test "$enableval" = yes; then
4031 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4032 else
4033 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4034 fi
698dcdb6 4035
10f2d63a 4036else
698dcdb6 4037
10f2d63a
VZ
4038 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4039 if test "x$LINE" != x ; then
4040 eval "DEFAULT_$LINE"
4041 else
4042 no_cache=1
4043 fi
4044
4045 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
698dcdb6
VZ
4046
4047fi
10f2d63a
VZ
4048
4049
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
4053 fi
4054
4055 if test "$wxUSE_FS_ZIP" = yes; then
698dcdb6 4056 echo "$ac_t""yes" 1>&6
10f2d63a 4057 else
698dcdb6 4058 echo "$ac_t""no" 1>&6
10f2d63a 4059 fi
698dcdb6 4060
10f2d63a 4061
698dcdb6 4062 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4f14bcd8 4063echo "configure:4064: checking for --enable-zipstream" >&5
10f2d63a
VZ
4064 no_cache=0
4065 # Check whether --enable-zipstream or --disable-zipstream was given.
4066if test "${enable_zipstream+set}" = set; then
4067 enableval="$enable_zipstream"
698dcdb6 4068
10f2d63a
VZ
4069 if test "$enableval" = yes; then
4070 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4071 else
4072 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4073 fi
698dcdb6 4074
10f2d63a 4075else
698dcdb6 4076
10f2d63a
VZ
4077 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4078 if test "x$LINE" != x ; then
4079 eval "DEFAULT_$LINE"
4080 else
4081 no_cache=1
4082 fi
4083
4084 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
698dcdb6
VZ
4085
4086fi
10f2d63a
VZ
4087
4088
4089 eval "$ac_cv_use_zipstream"
4090 if test "$no_cache" != 1; then
4091 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4092 fi
4093
4094 if test "$wxUSE_ZIPSTREAM" = yes; then
698dcdb6 4095 echo "$ac_t""yes" 1>&6
10f2d63a 4096 else
698dcdb6 4097 echo "$ac_t""no" 1>&6
10f2d63a 4098 fi
698dcdb6 4099
10f2d63a 4100
698dcdb6
VZ
4101
4102 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4f14bcd8 4103echo "configure:4104: checking for --enable-catch_segvs" >&5
eb4efbdc
VZ
4104 no_cache=0
4105 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4106if test "${enable_catch_segvs+set}" = set; then
4107 enableval="$enable_catch_segvs"
698dcdb6 4108
eb4efbdc
VZ
4109 if test "$enableval" = yes; then
4110 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4111 else
4112 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4113 fi
698dcdb6 4114
eb4efbdc 4115else
698dcdb6 4116
eb4efbdc
VZ
4117 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4118 if test "x$LINE" != x ; then
4119 eval "DEFAULT_$LINE"
4120 else
4121 no_cache=1
4122 fi
4123
4124 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
698dcdb6
VZ
4125
4126fi
eb4efbdc
VZ
4127
4128
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
4132 fi
4133
4134 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
698dcdb6 4135 echo "$ac_t""yes" 1>&6
eb4efbdc 4136 else
698dcdb6 4137 echo "$ac_t""no" 1>&6
eb4efbdc 4138 fi
698dcdb6 4139
eb4efbdc 4140
698dcdb6 4141 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4f14bcd8 4142echo "configure:4143: checking for --enable-snglinst" >&5
4f3c5f06
VZ
4143 no_cache=0
4144 # Check whether --enable-snglinst or --disable-snglinst was given.
4145if test "${enable_snglinst+set}" = set; then
4146 enableval="$enable_snglinst"
698dcdb6 4147
4f3c5f06
VZ
4148 if test "$enableval" = yes; then
4149 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4150 else
4151 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4152 fi
698dcdb6 4153
4f3c5f06 4154else
698dcdb6 4155
4f3c5f06
VZ
4156 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4157 if test "x$LINE" != x ; then
4158 eval "DEFAULT_$LINE"
4159 else
4160 no_cache=1
4161 fi
4162
4163 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
698dcdb6
VZ
4164
4165fi
4f3c5f06
VZ
4166
4167
4168 eval "$ac_cv_use_snglinst"
4169 if test "$no_cache" != 1; then
4170 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4171 fi
4172
4173 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
698dcdb6 4174 echo "$ac_t""yes" 1>&6
4f3c5f06 4175 else
698dcdb6 4176 echo "$ac_t""no" 1>&6
4f3c5f06 4177 fi
698dcdb6
VZ
4178
4179
eb4efbdc 4180
1e6feb95 4181 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4f14bcd8 4182echo "configure:4183: checking for --enable-mimetype" >&5
1e6feb95
VZ
4183 no_cache=0
4184 # Check whether --enable-mimetype or --disable-mimetype was given.
4185if test "${enable_mimetype+set}" = set; then
4186 enableval="$enable_mimetype"
4187
4188 if test "$enableval" = yes; then
4189 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4190 else
4191 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4192 fi
4193
4194else
4195
4196 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4197 if test "x$LINE" != x ; then
4198 eval "DEFAULT_$LINE"
4199 else
4200 no_cache=1
4201 fi
4202
4203 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4204
4205fi
4206
4207
4208 eval "$ac_cv_use_mimetype"
4209 if test "$no_cache" != 1; then
4210 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4211 fi
4212
4213 if test "$wxUSE_MIMETYPE" = yes; then
4214 echo "$ac_t""yes" 1>&6
4215 else
4216 echo "$ac_t""no" 1>&6
4217 fi
4218
4219
3e44f09d 4220 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4f14bcd8 4221echo "configure:4222: checking for --enable-system_options" >&5
3e44f09d
VZ
4222 no_cache=0
4223 # Check whether --enable-system_options or --disable-system_options was given.
4224if test "${enable_system_options+set}" = set; then
4225 enableval="$enable_system_options"
4226
4227 if test "$enableval" = yes; then
4228 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4229 else
4230 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4231 fi
4232
4233else
4234
4235 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4236 if test "x$LINE" != x ; then
4237 eval "DEFAULT_$LINE"
4238 else
4239 no_cache=1
4240 fi
4241
4242 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4243
4244fi
4245
4246
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
4250 fi
4251
4252 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4253 echo "$ac_t""yes" 1>&6
4254 else
4255 echo "$ac_t""no" 1>&6
4256 fi
4257
4258
1e6feb95 4259
698dcdb6
VZ
4260
4261 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4f14bcd8 4262echo "configure:4263: checking for --enable-threads" >&5
10f2d63a
VZ
4263 no_cache=0
4264 # Check whether --enable-threads or --disable-threads was given.
4265if test "${enable_threads+set}" = set; then
4266 enableval="$enable_threads"
698dcdb6 4267
10f2d63a
VZ
4268 if test "$enableval" = yes; then
4269 ac_cv_use_threads='wxUSE_THREADS=yes'
4270 else
4271 ac_cv_use_threads='wxUSE_THREADS=no'
4272 fi
698dcdb6 4273
10f2d63a 4274else
698dcdb6 4275
10f2d63a
VZ
4276 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4277 if test "x$LINE" != x ; then
4278 eval "DEFAULT_$LINE"
4279 else
4280 no_cache=1
4281 fi
4282
4283 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
698dcdb6
VZ
4284
4285fi
10f2d63a
VZ
4286
4287
4288 eval "$ac_cv_use_threads"
4289 if test "$no_cache" != 1; then
4290 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4291 fi
4292
4293 if test "$wxUSE_THREADS" = yes; then
698dcdb6 4294 echo "$ac_t""yes" 1>&6
10f2d63a 4295 else
698dcdb6 4296 echo "$ac_t""no" 1>&6
10f2d63a 4297 fi
698dcdb6 4298
10f2d63a 4299
698dcdb6 4300 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4f14bcd8 4301echo "configure:4302: checking for --enable-serial" >&5
10f2d63a
VZ
4302 no_cache=0
4303 # Check whether --enable-serial or --disable-serial was given.
4304if test "${enable_serial+set}" = set; then
4305 enableval="$enable_serial"
698dcdb6 4306
10f2d63a
VZ
4307 if test "$enableval" = yes; then
4308 ac_cv_use_serial='wxUSE_SERIAL=yes'
4309 else
4310 ac_cv_use_serial='wxUSE_SERIAL=no'
4311 fi
698dcdb6 4312
10f2d63a 4313else
698dcdb6 4314
10f2d63a
VZ
4315 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4316 if test "x$LINE" != x ; then
4317 eval "DEFAULT_$LINE"
4318 else
4319 no_cache=1
4320 fi
4321
4322 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
698dcdb6
VZ
4323
4324fi
10f2d63a
VZ
4325
4326
4327 eval "$ac_cv_use_serial"
4328 if test "$no_cache" != 1; then
4329 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4330 fi
4331
4332 if test "$wxUSE_SERIAL" = yes; then
698dcdb6 4333 echo "$ac_t""yes" 1>&6
10f2d63a 4334 else
698dcdb6 4335 echo "$ac_t""no" 1>&6
10f2d63a 4336 fi
698dcdb6 4337
10f2d63a 4338
b12915c1
VZ
4339if test "$wxUSE_GUI" = "yes"; then
4340
698dcdb6
VZ
4341
4342
4343 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4f14bcd8 4344echo "configure:4345: checking for --enable-docview" >&5
10f2d63a
VZ
4345 no_cache=0
4346 # Check whether --enable-docview or --disable-docview was given.
4347if test "${enable_docview+set}" = set; then
4348 enableval="$enable_docview"
698dcdb6 4349
10f2d63a
VZ
4350 if test "$enableval" = yes; then
4351 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4352 else
4353 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4354 fi
698dcdb6 4355
10f2d63a 4356else
698dcdb6 4357
10f2d63a
VZ
4358 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4359 if test "x$LINE" != x ; then
4360 eval "DEFAULT_$LINE"
4361 else
4362 no_cache=1
4363 fi
4364
4365 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
698dcdb6
VZ
4366
4367fi
10f2d63a
VZ
4368
4369
4370 eval "$ac_cv_use_docview"
4371 if test "$no_cache" != 1; then
4372 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4373 fi
4374
4375 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
698dcdb6 4376 echo "$ac_t""yes" 1>&6
10f2d63a 4377 else
698dcdb6 4378 echo "$ac_t""no" 1>&6
10f2d63a 4379 fi
698dcdb6 4380
10f2d63a 4381
698dcdb6 4382 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4f14bcd8 4383echo "configure:4384: checking for --enable-help" >&5
10f2d63a
VZ
4384 no_cache=0
4385 # Check whether --enable-help or --disable-help was given.
4386if test "${enable_help+set}" = set; then
4387 enableval="$enable_help"
698dcdb6 4388
10f2d63a
VZ
4389 if test "$enableval" = yes; then
4390 ac_cv_use_help='wxUSE_HELP=yes'
4391 else
4392 ac_cv_use_help='wxUSE_HELP=no'
4393 fi
698dcdb6 4394
10f2d63a 4395else
698dcdb6 4396
10f2d63a
VZ
4397 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4398 if test "x$LINE" != x ; then
4399 eval "DEFAULT_$LINE"
4400 else
4401 no_cache=1
4402 fi
4403
4404 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
698dcdb6
VZ
4405
4406fi
10f2d63a
VZ
4407
4408
4409 eval "$ac_cv_use_help"
4410 if test "$no_cache" != 1; then
4411 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4412 fi
4413
4414 if test "$wxUSE_HELP" = yes; then
698dcdb6 4415 echo "$ac_t""yes" 1>&6
10f2d63a 4416 else
698dcdb6 4417 echo "$ac_t""no" 1>&6
10f2d63a 4418 fi
698dcdb6 4419
10f2d63a 4420
29fd3c0c 4421 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4f14bcd8 4422echo "configure:4423: checking for --enable-mshtmlhelp" >&5
29fd3c0c
VS
4423 no_cache=0
4424 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4425if test "${enable_mshtmlhelp+set}" = set; then
4426 enableval="$enable_mshtmlhelp"
4427
4428 if test "$enableval" = yes; then
4429 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4430 else
4431 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4432 fi
4433
4434else
4435
4436 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4437 if test "x$LINE" != x ; then
4438 eval "DEFAULT_$LINE"
4439 else
4440 no_cache=1
4441 fi
4442
4443 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4444
4445fi
4446
4447
4448 eval "$ac_cv_use_mshtmlhelp"
4449 if test "$no_cache" != 1; then
4450 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4451 fi
4452
4453 if test "$wxUSE_MS_HTML_HELP" = yes; then
4454 echo "$ac_t""yes" 1>&6
4455 else
4456 echo "$ac_t""no" 1>&6
4457 fi
4458
4459
3379ed37 4460 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4f14bcd8 4461echo "configure:4462: checking for --enable-html" >&5
3379ed37
VZ
4462 no_cache=0
4463 # Check whether --enable-html or --disable-html was given.
4464if test "${enable_html+set}" = set; then
4465 enableval="$enable_html"
4466
4467 if test "$enableval" = yes; then
4468 ac_cv_use_html='wxUSE_HTML=yes'
4469 else
4470 ac_cv_use_html='wxUSE_HTML=no'
4471 fi
4472
4473else
4474
4475 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4476 if test "x$LINE" != x ; then
4477 eval "DEFAULT_$LINE"
4478 else
4479 no_cache=1
4480 fi
4481
4482 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4483
4484fi
4485
4486
4487 eval "$ac_cv_use_html"
4488 if test "$no_cache" != 1; then
4489 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4490 fi
4491
4492 if test "$wxUSE_HTML" = yes; then
4493 echo "$ac_t""yes" 1>&6
4494 else
4495 echo "$ac_t""no" 1>&6
4496 fi
4497
4498
4499 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4f14bcd8 4500echo "configure:4501: checking for --enable-htmlhelp" >&5
3379ed37
VZ
4501 no_cache=0
4502 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4503if test "${enable_htmlhelp+set}" = set; then
4504 enableval="$enable_htmlhelp"
4505
4506 if test "$enableval" = yes; then
4507 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4508 else
4509 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4510 fi
4511
4512else
4513
4514 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4515 if test "x$LINE" != x ; then
4516 eval "DEFAULT_$LINE"
4517 else
4518 no_cache=1
4519 fi
4520
4521 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4522
4523fi
4524
4525
4526 eval "$ac_cv_use_htmlhelp"
4527 if test "$no_cache" != 1; then
4528 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4529 fi
4530
4531 if test "$wxUSE_WXHTML_HELP" = yes; then
4532 echo "$ac_t""yes" 1>&6
4533 else
4534 echo "$ac_t""no" 1>&6
4535 fi
4536
4537
698dcdb6 4538 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4f14bcd8 4539echo "configure:4540: checking for --enable-constraints" >&5
10f2d63a
VZ
4540 no_cache=0
4541 # Check whether --enable-constraints or --disable-constraints was given.
4542if test "${enable_constraints+set}" = set; then
4543 enableval="$enable_constraints"
698dcdb6 4544
10f2d63a
VZ
4545 if test "$enableval" = yes; then
4546 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
4547 else
4548 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
4549 fi
698dcdb6 4550
10f2d63a 4551else
698dcdb6 4552
10f2d63a
VZ
4553 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4554 if test "x$LINE" != x ; then
4555 eval "DEFAULT_$LINE"
4556 else
4557 no_cache=1
4558 fi
4559
4560 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
698dcdb6
VZ
4561
4562fi
10f2d63a
VZ
4563
4564
4565 eval "$ac_cv_use_constraints"
4566 if test "$no_cache" != 1; then
4567 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4568 fi
4569
4570 if test "$wxUSE_CONSTRAINTS" = yes; then
698dcdb6 4571 echo "$ac_t""yes" 1>&6
10f2d63a 4572 else
698dcdb6 4573 echo "$ac_t""no" 1>&6
10f2d63a 4574 fi
698dcdb6 4575
10f2d63a 4576
698dcdb6 4577 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4f14bcd8 4578echo "configure:4579: checking for --enable-printarch" >&5
10f2d63a
VZ
4579 no_cache=0
4580 # Check whether --enable-printarch or --disable-printarch was given.
4581if test "${enable_printarch+set}" = set; then
4582 enableval="$enable_printarch"
698dcdb6 4583
10f2d63a
VZ
4584 if test "$enableval" = yes; then
4585 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
4586 else
4587 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
4588 fi
698dcdb6 4589
10f2d63a 4590else
698dcdb6 4591
10f2d63a
VZ
4592 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4593 if test "x$LINE" != x ; then
4594 eval "DEFAULT_$LINE"
4595 else
4596 no_cache=1
4597 fi
4598
4599 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
698dcdb6
VZ
4600
4601fi
10f2d63a
VZ
4602
4603
4604 eval "$ac_cv_use_printarch"
4605 if test "$no_cache" != 1; then
4606 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4607 fi
4608
4609 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
698dcdb6 4610 echo "$ac_t""yes" 1>&6
10f2d63a 4611 else
698dcdb6 4612 echo "$ac_t""no" 1>&6
10f2d63a 4613 fi
698dcdb6 4614
10f2d63a 4615
698dcdb6 4616 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4f14bcd8 4617echo "configure:4618: checking for --enable-mdi" >&5
10f2d63a
VZ
4618 no_cache=0
4619 # Check whether --enable-mdi or --disable-mdi was given.
4620if test "${enable_mdi+set}" = set; then
4621 enableval="$enable_mdi"
698dcdb6 4622
10f2d63a
VZ
4623 if test "$enableval" = yes; then
4624 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
4625 else
4626 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
4627 fi
698dcdb6 4628
10f2d63a 4629else
698dcdb6 4630
10f2d63a
VZ
4631 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4632 if test "x$LINE" != x ; then
4633 eval "DEFAULT_$LINE"
4634 else
4635 no_cache=1
4636 fi
4637
4638 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
698dcdb6
VZ
4639
4640fi
10f2d63a
VZ
4641
4642
4643 eval "$ac_cv_use_mdi"
4644 if test "$no_cache" != 1; then
4645 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4646 fi
4647
4648 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
698dcdb6 4649 echo "$ac_t""yes" 1>&6
10f2d63a 4650 else
698dcdb6 4651 echo "$ac_t""no" 1>&6
10f2d63a 4652 fi
698dcdb6
VZ
4653
4654
1e6feb95 4655 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4f14bcd8 4656echo "configure:4657: checking for --enable-loggui" >&5
1e6feb95
VZ
4657 no_cache=0
4658 # Check whether --enable-loggui or --disable-loggui was given.
4659if test "${enable_loggui+set}" = set; then
4660 enableval="$enable_loggui"
4661
4662 if test "$enableval" = yes; then
4663 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
4664 else
4665 ac_cv_use_loggui='wxUSE_LOGGUI=no'
4666 fi
4667
4668else
4669
4670 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4671 if test "x$LINE" != x ; then
4672 eval "DEFAULT_$LINE"
4673 else
4674 no_cache=1
4675 fi
4676
4677 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4678
4679fi
4680
4681
4682 eval "$ac_cv_use_loggui"
4683 if test "$no_cache" != 1; then
4684 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4685 fi
4686
4687 if test "$wxUSE_LOGGUI" = yes; then
4688 echo "$ac_t""yes" 1>&6
4689 else
4690 echo "$ac_t""no" 1>&6
4691 fi
4692
4693
4694 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4f14bcd8 4695echo "configure:4696: checking for --enable-logwin" >&5
1e6feb95
VZ
4696 no_cache=0
4697 # Check whether --enable-logwin or --disable-logwin was given.
4698if test "${enable_logwin+set}" = set; then
4699 enableval="$enable_logwin"
4700
4701 if test "$enableval" = yes; then
4702 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
4703 else
4704 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
4705 fi
4706
4707else
4708
4709 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4710 if test "x$LINE" != x ; then
4711 eval "DEFAULT_$LINE"
4712 else
4713 no_cache=1
4714 fi
4715
4716 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4717
4718fi
4719
4720
4721 eval "$ac_cv_use_logwin"
4722 if test "$no_cache" != 1; then
4723 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4724 fi
4725
4726 if test "$wxUSE_LOGWINDOW" = yes; then
4727 echo "$ac_t""yes" 1>&6
4728 else
4729 echo "$ac_t""no" 1>&6
4730 fi
4731
4732
10f2d63a 4733
698dcdb6 4734 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4f14bcd8 4735echo "configure:4736: checking for --enable-postscript" >&5
10f2d63a
VZ
4736 no_cache=0
4737 # Check whether --enable-postscript or --disable-postscript was given.
4738if test "${enable_postscript+set}" = set; then
4739 enableval="$enable_postscript"
698dcdb6 4740
10f2d63a
VZ
4741 if test "$enableval" = yes; then
4742 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
4743 else
4744 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
4745 fi
698dcdb6 4746
10f2d63a 4747else
698dcdb6 4748
10f2d63a
VZ
4749 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4750 if test "x$LINE" != x ; then
4751 eval "DEFAULT_$LINE"
4752 else
4753 no_cache=1
4754 fi
4755
4756 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
698dcdb6
VZ
4757
4758fi
10f2d63a
VZ
4759
4760
4761 eval "$ac_cv_use_postscript"
4762 if test "$no_cache" != 1; then
4763 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4764 fi
4765
4766 if test "$wxUSE_POSTSCRIPT" = yes; then
698dcdb6 4767 echo "$ac_t""yes" 1>&6
10f2d63a 4768 else
698dcdb6 4769 echo "$ac_t""no" 1>&6
10f2d63a 4770 fi
698dcdb6
VZ
4771
4772
4773
10f2d63a 4774
1e6feb95 4775
698dcdb6 4776 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4f14bcd8 4777echo "configure:4778: checking for --enable-prologio" >&5
10f2d63a
VZ
4778 no_cache=0
4779 # Check whether --enable-prologio or --disable-prologio was given.
4780if test "${enable_prologio+set}" = set; then
4781 enableval="$enable_prologio"
698dcdb6 4782
10f2d63a
VZ
4783 if test "$enableval" = yes; then
4784 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
4785 else
4786 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
4787 fi
698dcdb6 4788
10f2d63a 4789else
698dcdb6 4790
10f2d63a
VZ
4791 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4792 if test "x$LINE" != x ; then
4793 eval "DEFAULT_$LINE"
4794 else
4795 no_cache=1
4796 fi
4797
4798 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
698dcdb6
VZ
4799
4800fi
10f2d63a
VZ
4801
4802
4803 eval "$ac_cv_use_prologio"
4804 if test "$no_cache" != 1; then
4805 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4806 fi
4807
4808 if test "$wxUSE_PROLOGIO" = yes; then
698dcdb6 4809 echo "$ac_t""yes" 1>&6
10f2d63a 4810 else
698dcdb6 4811 echo "$ac_t""no" 1>&6
10f2d63a 4812 fi
698dcdb6 4813
10f2d63a 4814
698dcdb6 4815 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4f14bcd8 4816echo "configure:4817: checking for --enable-resources" >&5
10f2d63a
VZ
4817 no_cache=0
4818 # Check whether --enable-resources or --disable-resources was given.
4819if test "${enable_resources+set}" = set; then
4820 enableval="$enable_resources"
698dcdb6 4821
10f2d63a
VZ
4822 if test "$enableval" = yes; then
4823 ac_cv_use_resources='wxUSE_RESOURCES=yes'
4824 else
4825 ac_cv_use_resources='wxUSE_RESOURCES=no'
4826 fi
698dcdb6 4827
10f2d63a 4828else
698dcdb6 4829
10f2d63a
VZ
4830 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4831 if test "x$LINE" != x ; then
4832 eval "DEFAULT_$LINE"
4833 else
4834 no_cache=1
4835 fi
4836
4837 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
698dcdb6
VZ
4838
4839fi
10f2d63a
VZ
4840
4841
4842 eval "$ac_cv_use_resources"
4843 if test "$no_cache" != 1; then
4844 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4845 fi
4846
4847 if test "$wxUSE_RESOURCES" = yes; then
698dcdb6 4848 echo "$ac_t""yes" 1>&6
10f2d63a 4849 else
698dcdb6 4850 echo "$ac_t""no" 1>&6
10f2d63a 4851 fi
698dcdb6 4852
10f2d63a 4853
698dcdb6
VZ
4854
4855 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4f14bcd8 4856echo "configure:4857: checking for --enable-xresources" >&5
10f2d63a
VZ
4857 no_cache=0
4858 # Check whether --enable-xresources or --disable-xresources was given.
4859if test "${enable_xresources+set}" = set; then
4860 enableval="$enable_xresources"
698dcdb6 4861
10f2d63a
VZ
4862 if test "$enableval" = yes; then
4863 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4864 else
4865 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4866 fi
698dcdb6 4867
10f2d63a 4868else
698dcdb6 4869
10f2d63a
VZ
4870 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4871 if test "x$LINE" != x ; then
4872 eval "DEFAULT_$LINE"
4873 else
4874 no_cache=1
4875 fi
4876
4877 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
698dcdb6
VZ
4878
4879fi
10f2d63a
VZ
4880
4881
4882 eval "$ac_cv_use_xresources"
4883 if test "$no_cache" != 1; then
4884 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4885 fi
4886
4887 if test "$wxUSE_X_RESOURCES" = yes; then
698dcdb6 4888 echo "$ac_t""yes" 1>&6
10f2d63a 4889 else
698dcdb6 4890 echo "$ac_t""no" 1>&6
10f2d63a 4891 fi
698dcdb6
VZ
4892
4893
10f2d63a 4894
698dcdb6
VZ
4895
4896 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4f14bcd8 4897echo "configure:4898: checking for --enable-clipboard" >&5
10f2d63a
VZ
4898 no_cache=0
4899 # Check whether --enable-clipboard or --disable-clipboard was given.
4900if test "${enable_clipboard+set}" = set; then
4901 enableval="$enable_clipboard"
698dcdb6 4902
10f2d63a
VZ
4903 if test "$enableval" = yes; then
4904 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4905 else
4906 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4907 fi
698dcdb6 4908
10f2d63a 4909else
698dcdb6 4910
10f2d63a
VZ
4911 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4912 if test "x$LINE" != x ; then
4913 eval "DEFAULT_$LINE"
4914 else
4915 no_cache=1
4916 fi
4917
4918 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
698dcdb6
VZ
4919
4920fi
10f2d63a
VZ
4921
4922
4923 eval "$ac_cv_use_clipboard"
4924 if test "$no_cache" != 1; then
4925 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4926 fi
4927
4928 if test "$wxUSE_CLIPBOARD" = yes; then
698dcdb6 4929 echo "$ac_t""yes" 1>&6
10f2d63a 4930 else
698dcdb6 4931 echo "$ac_t""no" 1>&6
10f2d63a 4932 fi
698dcdb6 4933
10f2d63a 4934
698dcdb6 4935 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4f14bcd8 4936echo "configure:4937: checking for --enable-dnd" >&5
10f2d63a
VZ
4937 no_cache=0
4938 # Check whether --enable-dnd or --disable-dnd was given.
4939if test "${enable_dnd+set}" = set; then
4940 enableval="$enable_dnd"
698dcdb6 4941
10f2d63a
VZ
4942 if test "$enableval" = yes; then
4943 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4944 else
4945 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4946 fi
698dcdb6 4947
10f2d63a 4948else
698dcdb6 4949
10f2d63a
VZ
4950 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4951 if test "x$LINE" != x ; then
4952 eval "DEFAULT_$LINE"
4953 else
4954 no_cache=1
4955 fi
4956
4957 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
698dcdb6
VZ
4958
4959fi
10f2d63a
VZ
4960
4961
4962 eval "$ac_cv_use_dnd"
4963 if test "$no_cache" != 1; then
4964 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4965 fi
4966
4967 if test "$wxUSE_DRAG_AND_DROP" = yes; then
698dcdb6 4968 echo "$ac_t""yes" 1>&6
10f2d63a 4969 else
698dcdb6 4970 echo "$ac_t""no" 1>&6
10f2d63a 4971 fi
698dcdb6 4972
10f2d63a 4973
698dcdb6 4974 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4f14bcd8 4975echo "configure:4976: checking for --enable-metafile" >&5
b64f0a5f
RL
4976 no_cache=0
4977 # Check whether --enable-metafile or --disable-metafile was given.
4978if test "${enable_metafile+set}" = set; then
4979 enableval="$enable_metafile"
698dcdb6 4980
b64f0a5f
RL
4981 if test "$enableval" = yes; then
4982 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4983 else
4984 ac_cv_use_metafile='wxUSE_METAFILE=no'
4985 fi
698dcdb6 4986
b64f0a5f 4987else
698dcdb6 4988
b64f0a5f
RL
4989 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4990 if test "x$LINE" != x ; then
4991 eval "DEFAULT_$LINE"
4992 else
4993 no_cache=1
4994 fi
4995
4996 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
698dcdb6
VZ
4997
4998fi
b64f0a5f
RL
4999
5000
5001 eval "$ac_cv_use_metafile"
5002 if test "$no_cache" != 1; then
5003 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5004 fi
5005
5006 if test "$wxUSE_METAFILE" = yes; then
698dcdb6 5007 echo "$ac_t""yes" 1>&6
b64f0a5f 5008 else
698dcdb6 5009 echo "$ac_t""no" 1>&6
b64f0a5f 5010 fi
698dcdb6
VZ
5011
5012
10f2d63a 5013
24176f2c 5014 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
4f14bcd8 5015echo "configure:5016: checking for --enable-treelayout" >&5
10f2d63a 5016 no_cache=0
24176f2c
GD
5017 # Check whether --enable-treelayout or --disable-treelayout was given.
5018if test "${enable_treelayout+set}" = set; then
5019 enableval="$enable_treelayout"
698dcdb6 5020
10f2d63a 5021 if test "$enableval" = yes; then
24176f2c 5022 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
10f2d63a 5023 else
24176f2c 5024 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
10f2d63a 5025 fi
698dcdb6 5026
10f2d63a 5027else
698dcdb6 5028
24176f2c 5029 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
10f2d63a
VZ
5030 if test "x$LINE" != x ; then
5031 eval "DEFAULT_$LINE"
5032 else
5033 no_cache=1
5034 fi
5035
24176f2c 5036 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
698dcdb6
VZ
5037
5038fi
10f2d63a
VZ
5039
5040
24176f2c 5041 eval "$ac_cv_use_treelayout"
10f2d63a 5042 if test "$no_cache" != 1; then
24176f2c 5043 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
5044 fi
5045
24176f2c 5046 if test "$wxUSE_TREELAYOUT" = yes; then
698dcdb6 5047 echo "$ac_t""yes" 1>&6
10f2d63a 5048 else
698dcdb6 5049 echo "$ac_t""no" 1>&6
10f2d63a 5050 fi
698dcdb6 5051
10f2d63a 5052
698dcdb6
VZ
5053
5054
5055 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
4f14bcd8 5056echo "configure:5057: checking for --enable-controls" >&5
10f2d63a
VZ
5057 no_cache=0
5058 # Check whether --enable-controls or --disable-controls was given.
5059if test "${enable_controls+set}" = set; then
5060 enableval="$enable_controls"
698dcdb6 5061
10f2d63a
VZ
5062 if test "$enableval" = yes; then
5063 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5064 else
5065 ac_cv_use_controls='wxUSE_CONTROLS=no'
5066 fi
698dcdb6 5067
10f2d63a 5068else
698dcdb6 5069
10f2d63a
VZ
5070 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5071 if test "x$LINE" != x ; then
5072 eval "DEFAULT_$LINE"
5073 else
5074 no_cache=1
5075 fi
5076
5077 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
698dcdb6
VZ
5078
5079fi
10f2d63a
VZ
5080
5081
5082 eval "$ac_cv_use_controls"
5083 if test "$no_cache" != 1; then
5084 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5085 fi
5086
5087 if test "$wxUSE_CONTROLS" = yes; then
698dcdb6 5088 echo "$ac_t""yes" 1>&6
10f2d63a 5089 else
698dcdb6 5090 echo "$ac_t""no" 1>&6
10f2d63a 5091 fi
698dcdb6 5092
10f2d63a
VZ
5093
5094if test "$wxUSE_CONTROLS" = "yes"; then
5095 DEFAULT_wxUSE_ACCEL=yes
1e6feb95
VZ
5096 DEFAULT_wxUSE_BMPBUTTON=yes
5097 DEFAULT_wxUSE_BUTTON=yes
5098 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
5099 DEFAULT_wxUSE_CARET=yes
5100 DEFAULT_wxUSE_COMBOBOX=yes
10f2d63a
VZ
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
cc977e5f 5106 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
5107 DEFAULT_wxUSE_IMAGLIST=yes
5108 DEFAULT_wxUSE_LISTBOX=yes
5109 DEFAULT_wxUSE_LISTCTRL=yes
5110 DEFAULT_wxUSE_NOTEBOOK=yes
24176f2c 5111 DEFAULT_wxUSE_PROPSHEET=yes
10f2d63a
VZ
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
56cfaa52 5118 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
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
1db8dc4a 5125 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 5126 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
5127 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5128 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
5129 DEFAULT_wxUSE_TOOLTIPS=yes
5130 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 5131 DEFAULT_wxUSE_POPUPWIN=yes
10f2d63a
VZ
5132elif test "$wxUSE_CONTROLS" = "no"; then
5133 DEFAULT_wxUSE_ACCEL=no
1e6feb95
VZ
5134 DEFAULT_wxUSE_BMPBUTTON=no
5135 DEFAULT_wxUSE_BUTTON=no
5136 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
5137 DEFAULT_wxUSE_CARET=no
5138 DEFAULT_wxUSE_COMBOBOX=no
10f2d63a
VZ
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
24176f2c 5149 DEFAULT_wxUSE_PROPSHEET=no
10f2d63a
VZ
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
56cfaa52 5156 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
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
1db8dc4a 5163 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 5164 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
5165 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5166 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
5167 DEFAULT_wxUSE_TOOLTIPS=no
5168 DEFAULT_wxUSE_TREECTRL=no
9f41d601 5169 DEFAULT_wxUSE_POPUPWIN=no
10f2d63a
VZ
5170fi
5171
698dcdb6
VZ
5172
5173 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
4f14bcd8 5174echo "configure:5175: checking for --enable-accel" >&5
10f2d63a
VZ
5175 no_cache=0
5176 # Check whether --enable-accel or --disable-accel was given.
5177if test "${enable_accel+set}" = set; then
5178 enableval="$enable_accel"
698dcdb6 5179
10f2d63a
VZ
5180 if test "$enableval" = yes; then
5181 ac_cv_use_accel='wxUSE_ACCEL=yes'
5182 else
5183 ac_cv_use_accel='wxUSE_ACCEL=no'
5184 fi
698dcdb6 5185
10f2d63a 5186else
698dcdb6 5187
10f2d63a
VZ
5188 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5189 if test "x$LINE" != x ; then
5190 eval "DEFAULT_$LINE"
5191 else
5192 no_cache=1
5193 fi
5194
5195 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
698dcdb6
VZ
5196
5197fi
10f2d63a
VZ
5198
5199
5200 eval "$ac_cv_use_accel"
5201 if test "$no_cache" != 1; then
5202 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5203 fi
5204
5205 if test "$wxUSE_ACCEL" = yes; then
698dcdb6 5206 echo "$ac_t""yes" 1>&6
10f2d63a 5207 else
698dcdb6 5208 echo "$ac_t""no" 1>&6
10f2d63a 5209 fi
698dcdb6 5210
10f2d63a 5211
1e6feb95 5212 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
4f14bcd8 5213echo "configure:5214: checking for --enable-button" >&5
10f2d63a 5214 no_cache=0
1e6feb95
VZ
5215 # Check whether --enable-button or --disable-button was given.
5216if test "${enable_button+set}" = set; then
5217 enableval="$enable_button"
698dcdb6 5218
10f2d63a 5219 if test "$enableval" = yes; then
1e6feb95 5220 ac_cv_use_button='wxUSE_BUTTON=yes'
10f2d63a 5221 else
1e6feb95 5222 ac_cv_use_button='wxUSE_BUTTON=no'
10f2d63a 5223 fi
698dcdb6 5224
10f2d63a 5225else
698dcdb6 5226
1e6feb95 5227 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
10f2d63a
VZ
5228 if test "x$LINE" != x ; then
5229 eval "DEFAULT_$LINE"
5230 else
5231 no_cache=1
5232 fi
5233
1e6feb95 5234 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
698dcdb6
VZ
5235
5236fi
10f2d63a
VZ
5237
5238
1e6feb95 5239 eval "$ac_cv_use_button"
10f2d63a 5240 if test "$no_cache" != 1; then
1e6feb95 5241 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
5242 fi
5243
1e6feb95 5244 if test "$wxUSE_BUTTON" = yes; then
698dcdb6 5245 echo "$ac_t""yes" 1>&6
10f2d63a 5246 else
698dcdb6 5247 echo "$ac_t""no" 1>&6
10f2d63a 5248 fi
698dcdb6 5249
10f2d63a 5250
698dcdb6 5251 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
4f14bcd8 5252echo "configure:5253: checking for --enable-bmpbutton" >&5
10f2d63a
VZ
5253 no_cache=0
5254 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5255if test "${enable_bmpbutton+set}" = set; then
5256 enableval="$enable_bmpbutton"
698dcdb6 5257
10f2d63a
VZ
5258 if test "$enableval" = yes; then
5259 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5260 else
5261 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5262 fi
698dcdb6 5263
10f2d63a 5264else
698dcdb6 5265
10f2d63a
VZ
5266 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5267 if test "x$LINE" != x ; then
5268 eval "DEFAULT_$LINE"
5269 else
5270 no_cache=1
5271 fi
5272
5273 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
698dcdb6
VZ
5274
5275fi
10f2d63a
VZ
5276
5277
5278 eval "$ac_cv_use_bmpbutton"
5279 if test "$no_cache" != 1; then
5280 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5281 fi
5282
5283 if test "$wxUSE_BMPBUTTON" = yes; then
698dcdb6 5284 echo "$ac_t""yes" 1>&6
10f2d63a 5285 else
698dcdb6 5286 echo "$ac_t""no" 1>&6
10f2d63a 5287 fi
698dcdb6 5288
10f2d63a 5289
1e6feb95 5290 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
4f14bcd8 5291echo "configure:5292: checking for --enable-calendar" >&5
1e6feb95
VZ
5292 no_cache=0
5293 # Check whether --enable-calendar or --disable-calendar was given.
5294if test "${enable_calendar+set}" = set; then
5295 enableval="$enable_calendar"
5296
5297 if test "$enableval" = yes; then
5298 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5299 else
5300 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5301 fi
5302
5303else
5304
5305 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5306 if test "x$LINE" != x ; then
5307 eval "DEFAULT_$LINE"
5308 else
5309 no_cache=1
5310 fi
5311
5312 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5313
5314fi
5315
5316
5317 eval "$ac_cv_use_calendar"
5318 if test "$no_cache" != 1; then
5319 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5320 fi
5321
5322 if test "$wxUSE_CALCTRL" = yes; then
5323 echo "$ac_t""yes" 1>&6
5324 else
5325 echo "$ac_t""no" 1>&6
5326 fi
5327
5328
5329 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
4f14bcd8 5330echo "configure:5331: checking for --enable-caret" >&5
1e6feb95
VZ
5331 no_cache=0
5332 # Check whether --enable-caret or --disable-caret was given.
5333if test "${enable_caret+set}" = set; then
5334 enableval="$enable_caret"
5335
5336 if test "$enableval" = yes; then
5337 ac_cv_use_caret='wxUSE_CARET=yes'
5338 else
5339 ac_cv_use_caret='wxUSE_CARET=no'
5340 fi
5341
5342else
5343
5344 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5345 if test "x$LINE" != x ; then
5346 eval "DEFAULT_$LINE"
5347 else
5348 no_cache=1
5349 fi
5350
5351 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5352
5353fi
5354
5355
5356 eval "$ac_cv_use_caret"
5357 if test "$no_cache" != 1; then
5358 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5359 fi
5360
5361 if test "$wxUSE_CARET" = yes; then
5362 echo "$ac_t""yes" 1>&6
5363 else
5364 echo "$ac_t""no" 1>&6
5365 fi
5366
5367
698dcdb6 5368 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
4f14bcd8 5369echo "configure:5370: checking for --enable-checkbox" >&5
10f2d63a
VZ
5370 no_cache=0
5371 # Check whether --enable-checkbox or --disable-checkbox was given.
5372if test "${enable_checkbox+set}" = set; then
5373 enableval="$enable_checkbox"
698dcdb6 5374
10f2d63a
VZ
5375 if test "$enableval" = yes; then
5376 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5377 else
5378 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5379 fi
698dcdb6 5380
10f2d63a 5381else
698dcdb6 5382
10f2d63a
VZ
5383 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5384 if test "x$LINE" != x ; then
5385 eval "DEFAULT_$LINE"
5386 else
5387 no_cache=1
5388 fi
5389
5390 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
698dcdb6
VZ
5391
5392fi
10f2d63a
VZ
5393
5394
5395 eval "$ac_cv_use_checkbox"
5396 if test "$no_cache" != 1; then
5397 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5398 fi
5399
5400 if test "$wxUSE_CHECKBOX" = yes; then
698dcdb6 5401 echo "$ac_t""yes" 1>&6
10f2d63a 5402 else
698dcdb6 5403 echo "$ac_t""no" 1>&6
10f2d63a 5404 fi
698dcdb6 5405
10f2d63a 5406
698dcdb6 5407 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
4f14bcd8 5408echo "configure:5409: checking for --enable-checklst" >&5
10f2d63a
VZ
5409 no_cache=0
5410 # Check whether --enable-checklst or --disable-checklst was given.
5411if test "${enable_checklst+set}" = set; then
5412 enableval="$enable_checklst"
698dcdb6 5413
10f2d63a
VZ
5414 if test "$enableval" = yes; then
5415 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5416 else
5417 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5418 fi
698dcdb6 5419
10f2d63a 5420else
698dcdb6 5421
10f2d63a
VZ
5422 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5423 if test "x$LINE" != x ; then
5424 eval "DEFAULT_$LINE"
5425 else
5426 no_cache=1
5427 fi
5428
5429 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
698dcdb6
VZ
5430
5431fi
10f2d63a
VZ
5432
5433
5434 eval "$ac_cv_use_checklst"
5435 if test "$no_cache" != 1; then
5436 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5437 fi
5438
5439 if test "$wxUSE_CHECKLST" = yes; then
698dcdb6 5440 echo "$ac_t""yes" 1>&6
10f2d63a 5441 else
698dcdb6 5442 echo "$ac_t""no" 1>&6
10f2d63a 5443 fi
698dcdb6 5444
10f2d63a 5445
698dcdb6 5446 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
4f14bcd8 5447echo "configure:5448: checking for --enable-choice" >&5
10f2d63a
VZ
5448 no_cache=0
5449 # Check whether --enable-choice or --disable-choice was given.
5450if test "${enable_choice+set}" = set; then
5451 enableval="$enable_choice"
698dcdb6 5452
10f2d63a
VZ
5453 if test "$enableval" = yes; then
5454 ac_cv_use_choice='wxUSE_CHOICE=yes'
5455 else
5456 ac_cv_use_choice='wxUSE_CHOICE=no'
5457 fi
698dcdb6 5458
10f2d63a 5459else
698dcdb6 5460
10f2d63a
VZ
5461 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5462 if test "x$LINE" != x ; then
5463 eval "DEFAULT_$LINE"
5464 else
5465 no_cache=1
5466 fi
5467
5468 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
698dcdb6
VZ
5469
5470fi
10f2d63a
VZ
5471
5472
5473 eval "$ac_cv_use_choice"
5474 if test "$no_cache" != 1; then
5475 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5476 fi
5477
5478 if test "$wxUSE_CHOICE" = yes; then
698dcdb6 5479 echo "$ac_t""yes" 1>&6
10f2d63a 5480 else
698dcdb6 5481 echo "$ac_t""no" 1>&6
10f2d63a 5482 fi
698dcdb6 5483
10f2d63a 5484
698dcdb6 5485 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
4f14bcd8 5486echo "configure:5487: checking for --enable-combobox" >&5
10f2d63a
VZ
5487 no_cache=0
5488 # Check whether --enable-combobox or --disable-combobox was given.
5489if test "${enable_combobox+set}" = set; then
5490 enableval="$enable_combobox"
698dcdb6 5491
10f2d63a
VZ
5492 if test "$enableval" = yes; then
5493 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
5494 else
5495 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
5496 fi
698dcdb6 5497
10f2d63a 5498else
698dcdb6 5499
10f2d63a
VZ
5500 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5501 if test "x$LINE" != x ; then
5502 eval "DEFAULT_$LINE"
5503 else
5504 no_cache=1
5505 fi
5506
5507 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
698dcdb6
VZ
5508
5509fi
10f2d63a
VZ
5510
5511
5512 eval "$ac_cv_use_combobox"
5513 if test "$no_cache" != 1; then
5514 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5515 fi
5516
5517 if test "$wxUSE_COMBOBOX" = yes; then
698dcdb6 5518 echo "$ac_t""yes" 1>&6
10f2d63a 5519 else
698dcdb6 5520 echo "$ac_t""no" 1>&6
10f2d63a 5521 fi
698dcdb6 5522
10f2d63a 5523
698dcdb6 5524 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
4f14bcd8 5525echo "configure:5526: checking for --enable-gauge" >&5
10f2d63a
VZ
5526 no_cache=0
5527 # Check whether --enable-gauge or --disable-gauge was given.
5528if test "${enable_gauge+set}" = set; then
5529 enableval="$enable_gauge"
698dcdb6 5530
10f2d63a
VZ
5531 if test "$enableval" = yes; then
5532 ac_cv_use_gauge='wxUSE_GAUGE=yes'
5533 else
5534 ac_cv_use_gauge='wxUSE_GAUGE=no'
5535 fi
698dcdb6 5536
10f2d63a 5537else
698dcdb6 5538
10f2d63a
VZ
5539 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5540 if test "x$LINE" != x ; then
5541 eval "DEFAULT_$LINE"
5542 else
5543 no_cache=1
5544 fi
5545
5546 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
698dcdb6
VZ
5547
5548fi
10f2d63a
VZ
5549
5550
5551 eval "$ac_cv_use_gauge"
5552 if test "$no_cache" != 1; then
5553 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5554 fi
5555
5556 if test "$wxUSE_GAUGE" = yes; then
698dcdb6 5557 echo "$ac_t""yes" 1>&6
10f2d63a 5558 else
698dcdb6 5559 echo "$ac_t""no" 1>&6
10f2d63a 5560 fi
698dcdb6 5561
10f2d63a 5562
698dcdb6 5563 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
4f14bcd8 5564echo "configure:5565: checking for --enable-grid" >&5
10f2d63a
VZ
5565 no_cache=0
5566 # Check whether --enable-grid or --disable-grid was given.
5567if test "${enable_grid+set}" = set; then
5568 enableval="$enable_grid"
698dcdb6 5569
10f2d63a
VZ
5570 if test "$enableval" = yes; then
5571 ac_cv_use_grid='wxUSE_GRID=yes'
5572 else
5573 ac_cv_use_grid='wxUSE_GRID=no'
5574 fi
698dcdb6 5575
10f2d63a 5576else
698dcdb6 5577
10f2d63a
VZ
5578 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5579 if test "x$LINE" != x ; then
5580 eval "DEFAULT_$LINE"
5581 else
5582 no_cache=1
5583 fi
5584
5585 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
698dcdb6
VZ
5586
5587fi
10f2d63a
VZ
5588
5589
5590 eval "$ac_cv_use_grid"
5591 if test "$no_cache" != 1; then
5592 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5593 fi
5594
5595 if test "$wxUSE_GRID" = yes; then
698dcdb6 5596 echo "$ac_t""yes" 1>&6
10f2d63a 5597 else
698dcdb6 5598 echo "$ac_t""no" 1>&6
10f2d63a 5599 fi
698dcdb6 5600
10f2d63a 5601
698dcdb6 5602 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
4f14bcd8 5603echo "configure:5604: checking for --enable-newgrid" >&5
10f2d63a
VZ
5604 no_cache=0
5605 # Check whether --enable-newgrid or --disable-newgrid was given.
5606if test "${enable_newgrid+set}" = set; then
5607 enableval="$enable_newgrid"
698dcdb6 5608
10f2d63a
VZ
5609 if test "$enableval" = yes; then
5610 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
5611 else
5612 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
5613 fi
698dcdb6 5614
10f2d63a 5615else
698dcdb6 5616
10f2d63a
VZ
5617 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5618 if test "x$LINE" != x ; then
5619 eval "DEFAULT_$LINE"
5620 else
5621 no_cache=1
5622 fi
5623
5624 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
698dcdb6
VZ
5625
5626fi
10f2d63a
VZ
5627
5628
5629 eval "$ac_cv_use_newgrid"
5630 if test "$no_cache" != 1; then
5631 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5632 fi
5633
5634 if test "$wxUSE_NEW_GRID" = yes; then
698dcdb6 5635 echo "$ac_t""yes" 1>&6
10f2d63a 5636 else
698dcdb6 5637 echo "$ac_t""no" 1>&6
10f2d63a 5638 fi
698dcdb6 5639
10f2d63a 5640
698dcdb6 5641 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
4f14bcd8 5642echo "configure:5643: checking for --enable-imaglist" >&5
10f2d63a
VZ
5643 no_cache=0
5644 # Check whether --enable-imaglist or --disable-imaglist was given.
5645if test "${enable_imaglist+set}" = set; then
5646 enableval="$enable_imaglist"
698dcdb6 5647
10f2d63a
VZ
5648 if test "$enableval" = yes; then
5649 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
5650 else
5651 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
5652 fi
698dcdb6 5653
10f2d63a 5654else
698dcdb6 5655
10f2d63a
VZ
5656 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5657 if test "x$LINE" != x ; then
5658 eval "DEFAULT_$LINE"
5659 else
5660 no_cache=1
5661 fi
5662
5663 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
698dcdb6
VZ
5664
5665fi
10f2d63a
VZ
5666
5667
5668 eval "$ac_cv_use_imaglist"
5669 if test "$no_cache" != 1; then
5670 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5671 fi
5672
5673 if test "$wxUSE_IMAGLIST" = yes; then
698dcdb6 5674 echo "$ac_t""yes" 1>&6
10f2d63a 5675 else
698dcdb6 5676 echo "$ac_t""no" 1>&6
10f2d63a 5677 fi
698dcdb6 5678
10f2d63a 5679
698dcdb6 5680 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
4f14bcd8 5681echo "configure:5682: checking for --enable-listbox" >&5
10f2d63a
VZ
5682 no_cache=0
5683 # Check whether --enable-listbox or --disable-listbox was given.
5684if test "${enable_listbox+set}" = set; then
5685 enableval="$enable_listbox"
698dcdb6 5686
10f2d63a
VZ
5687 if test "$enableval" = yes; then
5688 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
5689 else
5690 ac_cv_use_listbox='wxUSE_LISTBOX=no'
5691 fi
698dcdb6 5692
10f2d63a 5693else
698dcdb6 5694
10f2d63a
VZ
5695 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x ; then
5697 eval "DEFAULT_$LINE"
5698 else
5699 no_cache=1
5700 fi
5701
5702 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
698dcdb6
VZ
5703
5704fi
10f2d63a
VZ
5705
5706
5707 eval "$ac_cv_use_listbox"
5708 if test "$no_cache" != 1; then
5709 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5710 fi
5711
5712 if test "$wxUSE_LISTBOX" = yes; then
698dcdb6 5713 echo "$ac_t""yes" 1>&6
10f2d63a 5714 else
698dcdb6 5715 echo "$ac_t""no" 1>&6
10f2d63a 5716 fi
698dcdb6 5717
10f2d63a 5718
698dcdb6 5719 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
4f14bcd8 5720echo "configure:5721: checking for --enable-listctrl" >&5
10f2d63a
VZ
5721 no_cache=0
5722 # Check whether --enable-listctrl or --disable-listctrl was given.
5723if test "${enable_listctrl+set}" = set; then
5724 enableval="$enable_listctrl"
698dcdb6 5725
10f2d63a
VZ
5726 if test "$enableval" = yes; then
5727 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
5728 else
5729 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
5730 fi
698dcdb6 5731
10f2d63a 5732else
698dcdb6 5733
10f2d63a
VZ
5734 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5735 if test "x$LINE" != x ; then
5736 eval "DEFAULT_$LINE"
5737 else
5738 no_cache=1
5739 fi
5740
5741 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
698dcdb6
VZ
5742
5743fi
10f2d63a
VZ
5744
5745
5746 eval "$ac_cv_use_listctrl"
5747 if test "$no_cache" != 1; then
5748 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5749 fi
5750
5751 if test "$wxUSE_LISTCTRL" = yes; then
698dcdb6 5752 echo "$ac_t""yes" 1>&6
10f2d63a 5753 else
698dcdb6 5754 echo "$ac_t""no" 1>&6
10f2d63a 5755 fi
698dcdb6 5756
10f2d63a 5757
698dcdb6 5758 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
4f14bcd8 5759echo "configure:5760: checking for --enable-notebook" >&5
10f2d63a
VZ
5760 no_cache=0
5761 # Check whether --enable-notebook or --disable-notebook was given.
5762if test "${enable_notebook+set}" = set; then
5763 enableval="$enable_notebook"
698dcdb6 5764
10f2d63a
VZ
5765 if test "$enableval" = yes; then
5766 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
5767 else
5768 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
5769 fi
698dcdb6 5770
10f2d63a 5771else
698dcdb6 5772
10f2d63a
VZ
5773 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5774 if test "x$LINE" != x ; then
5775 eval "DEFAULT_$LINE"
5776 else
5777 no_cache=1
5778 fi
5779
5780 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
698dcdb6
VZ
5781
5782fi
10f2d63a
VZ
5783
5784
5785 eval "$ac_cv_use_notebook"
5786 if test "$no_cache" != 1; then
5787 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5788 fi
5789
5790 if test "$wxUSE_NOTEBOOK" = yes; then
698dcdb6 5791 echo "$ac_t""yes" 1>&6
10f2d63a 5792 else
698dcdb6 5793 echo "$ac_t""no" 1>&6
10f2d63a 5794 fi
698dcdb6 5795
10f2d63a 5796
24176f2c 5797 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
4f14bcd8 5798echo "configure:5799: checking for --enable-propsheet" >&5
24176f2c
GD
5799 no_cache=0
5800 # Check whether --enable-propsheet or --disable-propsheet was given.
5801if test "${enable_propsheet+set}" = set; then
5802 enableval="$enable_propsheet"
5803
5804 if test "$enableval" = yes; then
5805 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
5806 else
5807 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
5808 fi
5809
5810else
5811
5812 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5813 if test "x$LINE" != x ; then
5814 eval "DEFAULT_$LINE"
5815 else
5816 no_cache=1
5817 fi
5818
5819 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5820
5821fi
5822
5823
5824 eval "$ac_cv_use_propsheet"
5825 if test "$no_cache" != 1; then
5826 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5827 fi
5828
5829 if test "$wxUSE_PROPSHEET" = yes; then
5830 echo "$ac_t""yes" 1>&6
5831 else
5832 echo "$ac_t""no" 1>&6
5833 fi
5834
5835
698dcdb6 5836 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
4f14bcd8 5837echo "configure:5838: checking for --enable-radiobox" >&5
10f2d63a
VZ
5838 no_cache=0
5839 # Check whether --enable-radiobox or --disable-radiobox was given.
5840if test "${enable_radiobox+set}" = set; then
5841 enableval="$enable_radiobox"
698dcdb6 5842
10f2d63a
VZ
5843 if test "$enableval" = yes; then
5844 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
5845 else
5846 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
5847 fi
698dcdb6 5848
10f2d63a 5849else
698dcdb6 5850
10f2d63a
VZ
5851 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5852 if test "x$LINE" != x ; then
5853 eval "DEFAULT_$LINE"
5854 else
5855 no_cache=1
5856 fi
5857
5858 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
698dcdb6
VZ
5859
5860fi
10f2d63a
VZ
5861
5862
5863 eval "$ac_cv_use_radiobox"
5864 if test "$no_cache" != 1; then
5865 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5866 fi
5867
5868 if test "$wxUSE_RADIOBOX" = yes; then
698dcdb6 5869 echo "$ac_t""yes" 1>&6
10f2d63a 5870 else
698dcdb6 5871 echo "$ac_t""no" 1>&6
10f2d63a 5872 fi
698dcdb6 5873
10f2d63a 5874
698dcdb6 5875 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
4f14bcd8 5876echo "configure:5877: checking for --enable-radiobtn" >&5
10f2d63a
VZ
5877 no_cache=0
5878 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5879if test "${enable_radiobtn+set}" = set; then
5880 enableval="$enable_radiobtn"
698dcdb6 5881
10f2d63a
VZ
5882 if test "$enableval" = yes; then
5883 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
5884 else
5885 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
5886 fi
698dcdb6 5887
10f2d63a 5888else
698dcdb6 5889
10f2d63a
VZ
5890 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5891 if test "x$LINE" != x ; then
5892 eval "DEFAULT_$LINE"
5893 else
5894 no_cache=1
5895 fi
5896
5897 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
698dcdb6
VZ
5898
5899fi
10f2d63a
VZ
5900
5901
5902 eval "$ac_cv_use_radiobtn"
5903 if test "$no_cache" != 1; then
5904 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5905 fi
5906
5907 if test "$wxUSE_RADIOBTN" = yes; then
698dcdb6 5908 echo "$ac_t""yes" 1>&6
10f2d63a 5909 else
698dcdb6 5910 echo "$ac_t""no" 1>&6
10f2d63a 5911 fi
698dcdb6 5912
10f2d63a 5913
698dcdb6 5914 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
4f14bcd8 5915echo "configure:5916: checking for --enable-sash" >&5
10f2d63a
VZ
5916 no_cache=0
5917 # Check whether --enable-sash or --disable-sash was given.
5918if test "${enable_sash+set}" = set; then
5919 enableval="$enable_sash"
698dcdb6 5920
10f2d63a
VZ
5921 if test "$enableval" = yes; then
5922 ac_cv_use_sash='wxUSE_SASH=yes'
5923 else
5924 ac_cv_use_sash='wxUSE_SASH=no'
5925 fi
698dcdb6 5926
10f2d63a 5927else
698dcdb6 5928
10f2d63a
VZ
5929 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5930 if test "x$LINE" != x ; then
5931 eval "DEFAULT_$LINE"
5932 else
5933 no_cache=1
5934 fi
5935
5936 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
698dcdb6
VZ
5937
5938fi
10f2d63a
VZ
5939
5940
5941 eval "$ac_cv_use_sash"
5942 if test "$no_cache" != 1; then
5943 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5944 fi
5945
5946 if test "$wxUSE_SASH" = yes; then
698dcdb6 5947 echo "$ac_t""yes" 1>&6
10f2d63a 5948 else
698dcdb6 5949 echo "$ac_t""no" 1>&6
10f2d63a 5950 fi
698dcdb6 5951
10f2d63a 5952
698dcdb6 5953 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
4f14bcd8 5954echo "configure:5955: checking for --enable-scrollbar" >&5
10f2d63a
VZ
5955 no_cache=0
5956 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5957if test "${enable_scrollbar+set}" = set; then
5958 enableval="$enable_scrollbar"
698dcdb6 5959
10f2d63a
VZ
5960 if test "$enableval" = yes; then
5961 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
5962 else
5963 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
5964 fi
698dcdb6 5965
10f2d63a 5966else
698dcdb6 5967
10f2d63a
VZ
5968 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5969 if test "x$LINE" != x ; then
5970 eval "DEFAULT_$LINE"
5971 else
5972 no_cache=1
5973 fi
5974
5975 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
698dcdb6
VZ
5976
5977fi
10f2d63a
VZ
5978
5979
5980 eval "$ac_cv_use_scrollbar"
5981 if test "$no_cache" != 1; then
5982 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5983 fi
5984
5985 if test "$wxUSE_SCROLLBAR" = yes; then
698dcdb6 5986 echo "$ac_t""yes" 1>&6
10f2d63a 5987 else
698dcdb6 5988 echo "$ac_t""no" 1>&6
10f2d63a 5989 fi
698dcdb6 5990
10f2d63a 5991
698dcdb6 5992 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
4f14bcd8 5993echo "configure:5994: checking for --enable-slider" >&5
10f2d63a
VZ
5994 no_cache=0
5995 # Check whether --enable-slider or --disable-slider was given.
5996if test "${enable_slider+set}" = set; then
5997 enableval="$enable_slider"
698dcdb6 5998
10f2d63a
VZ
5999 if test "$enableval" = yes; then
6000 ac_cv_use_slider='wxUSE_SLIDER=yes'
6001 else
6002 ac_cv_use_slider='wxUSE_SLIDER=no'
6003 fi
698dcdb6 6004
10f2d63a 6005else
698dcdb6 6006
10f2d63a
VZ
6007 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6008 if test "x$LINE" != x ; then
6009 eval "DEFAULT_$LINE"
6010 else
6011 no_cache=1
6012 fi
6013
6014 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
698dcdb6
VZ
6015
6016fi
10f2d63a
VZ
6017
6018
6019 eval "$ac_cv_use_slider"
6020 if test "$no_cache" != 1; then
6021 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6022 fi
6023
6024 if test "$wxUSE_SLIDER" = yes; then
698dcdb6 6025 echo "$ac_t""yes" 1>&6
10f2d63a 6026 else
698dcdb6 6027 echo "$ac_t""no" 1>&6
10f2d63a 6028 fi
698dcdb6 6029
10f2d63a 6030
698dcdb6 6031 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
4f14bcd8 6032echo "configure:6033: checking for --enable-spinbtn" >&5
10f2d63a
VZ
6033 no_cache=0
6034 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6035if test "${enable_spinbtn+set}" = set; then
6036 enableval="$enable_spinbtn"
698dcdb6 6037
10f2d63a
VZ
6038 if test "$enableval" = yes; then
6039 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6040 else
6041 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6042 fi
698dcdb6 6043
10f2d63a 6044else
698dcdb6 6045
10f2d63a
VZ
6046 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6047 if test "x$LINE" != x ; then
6048 eval "DEFAULT_$LINE"
6049 else
6050 no_cache=1
6051 fi
6052
6053 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
698dcdb6
VZ
6054
6055fi
10f2d63a
VZ
6056
6057
6058 eval "$ac_cv_use_spinbtn"
6059 if test "$no_cache" != 1; then
6060 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6061 fi
6062
6063 if test "$wxUSE_SPINBTN" = yes; then
698dcdb6 6064 echo "$ac_t""yes" 1>&6
10f2d63a 6065 else
698dcdb6 6066 echo "$ac_t""no" 1>&6
10f2d63a 6067 fi
698dcdb6 6068
10f2d63a 6069
698dcdb6 6070 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
4f14bcd8 6071echo "configure:6072: checking for --enable-spinctrl" >&5
56cfaa52
RR
6072 no_cache=0
6073 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6074if test "${enable_spinctrl+set}" = set; then
6075 enableval="$enable_spinctrl"
698dcdb6 6076
56cfaa52
RR
6077 if test "$enableval" = yes; then
6078 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6079 else
6080 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6081 fi
698dcdb6 6082
56cfaa52 6083else
698dcdb6 6084
56cfaa52
RR
6085 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6086 if test "x$LINE" != x ; then
6087 eval "DEFAULT_$LINE"
6088 else
6089 no_cache=1
6090 fi
6091
6092 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
698dcdb6
VZ
6093
6094fi
56cfaa52
RR
6095
6096
6097 eval "$ac_cv_use_spinctrl"
6098 if test "$no_cache" != 1; then
6099 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6100 fi
6101
6102 if test "$wxUSE_SPINCTRL" = yes; then
698dcdb6 6103 echo "$ac_t""yes" 1>&6
56cfaa52 6104 else
698dcdb6 6105 echo "$ac_t""no" 1>&6
56cfaa52 6106 fi
698dcdb6 6107
56cfaa52 6108
698dcdb6 6109 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
4f14bcd8 6110echo "configure:6111: checking for --enable-splitter" >&5
10f2d63a
VZ
6111 no_cache=0
6112 # Check whether --enable-splitter or --disable-splitter was given.
6113if test "${enable_splitter+set}" = set; then
6114 enableval="$enable_splitter"
698dcdb6 6115
10f2d63a
VZ
6116 if test "$enableval" = yes; then
6117 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6118 else
6119 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6120 fi
698dcdb6 6121
10f2d63a 6122else
698dcdb6 6123
10f2d63a
VZ
6124 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6125 if test "x$LINE" != x ; then
6126 eval "DEFAULT_$LINE"
6127 else
6128 no_cache=1
6129 fi
6130
6131 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
698dcdb6
VZ
6132
6133fi
10f2d63a
VZ
6134
6135
6136 eval "$ac_cv_use_splitter"
6137 if test "$no_cache" != 1; then
6138 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6139 fi
6140
6141 if test "$wxUSE_SPLITTER" = yes; then
698dcdb6 6142 echo "$ac_t""yes" 1>&6
10f2d63a 6143 else
698dcdb6 6144 echo "$ac_t""no" 1>&6
10f2d63a 6145 fi
698dcdb6 6146
10f2d63a 6147
698dcdb6 6148 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
4f14bcd8 6149echo "configure:6150: checking for --enable-statbmp" >&5
10f2d63a
VZ
6150 no_cache=0
6151 # Check whether --enable-statbmp or --disable-statbmp was given.
6152if test "${enable_statbmp+set}" = set; then
6153 enableval="$enable_statbmp"
698dcdb6 6154
10f2d63a
VZ
6155 if test "$enableval" = yes; then
6156 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6157 else
6158 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6159 fi
698dcdb6 6160
10f2d63a 6161else
698dcdb6 6162
10f2d63a
VZ
6163 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6164 if test "x$LINE" != x ; then
6165 eval "DEFAULT_$LINE"
6166 else
6167 no_cache=1
6168 fi
6169
6170 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
698dcdb6
VZ
6171
6172fi
10f2d63a
VZ
6173
6174
6175 eval "$ac_cv_use_statbmp"
6176 if test "$no_cache" != 1; then
6177 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6178 fi
6179
6180 if test "$wxUSE_STATBMP" = yes; then
698dcdb6 6181 echo "$ac_t""yes" 1>&6
10f2d63a 6182 else
698dcdb6 6183 echo "$ac_t""no" 1>&6
10f2d63a 6184 fi
698dcdb6 6185
10f2d63a 6186
698dcdb6 6187 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
4f14bcd8 6188echo "configure:6189: checking for --enable-statbox" >&5
10f2d63a
VZ
6189 no_cache=0
6190 # Check whether --enable-statbox or --disable-statbox was given.
6191if test "${enable_statbox+set}" = set; then
6192 enableval="$enable_statbox"
698dcdb6 6193
10f2d63a
VZ
6194 if test "$enableval" = yes; then
6195 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6196 else
6197 ac_cv_use_statbox='wxUSE_STATBOX=no'
6198 fi
698dcdb6 6199
10f2d63a 6200else
698dcdb6 6201
10f2d63a
VZ
6202 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6203 if test "x$LINE" != x ; then
6204 eval "DEFAULT_$LINE"
6205 else
6206 no_cache=1
6207 fi
6208
6209 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
698dcdb6
VZ
6210
6211fi
10f2d63a
VZ
6212
6213
6214 eval "$ac_cv_use_statbox"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6217 fi
6218
6219 if test "$wxUSE_STATBOX" = yes; then
698dcdb6 6220 echo "$ac_t""yes" 1>&6
10f2d63a 6221 else
698dcdb6 6222 echo "$ac_t""no" 1>&6
10f2d63a 6223 fi
698dcdb6 6224
10f2d63a 6225
698dcdb6 6226 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
4f14bcd8 6227echo "configure:6228: checking for --enable-statline" >&5
10f2d63a
VZ
6228 no_cache=0
6229 # Check whether --enable-statline or --disable-statline was given.
6230if test "${enable_statline+set}" = set; then
6231 enableval="$enable_statline"
698dcdb6 6232
10f2d63a
VZ
6233 if test "$enableval" = yes; then
6234 ac_cv_use_statline='wxUSE_STATLINE=yes'
6235 else
6236 ac_cv_use_statline='wxUSE_STATLINE=no'
6237 fi
698dcdb6 6238
10f2d63a 6239else
698dcdb6 6240
10f2d63a
VZ
6241 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6242 if test "x$LINE" != x ; then
6243 eval "DEFAULT_$LINE"
6244 else
6245 no_cache=1
6246 fi
6247
6248 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
698dcdb6
VZ
6249
6250fi
10f2d63a
VZ
6251
6252
6253 eval "$ac_cv_use_statline"
6254 if test "$no_cache" != 1; then
6255 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6256 fi
6257
6258 if test "$wxUSE_STATLINE" = yes; then
698dcdb6 6259 echo "$ac_t""yes" 1>&6
10f2d63a 6260 else
698dcdb6 6261 echo "$ac_t""no" 1>&6
10f2d63a 6262 fi
698dcdb6 6263
10f2d63a 6264
1e6feb95 6265 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
4f14bcd8 6266echo "configure:6267: checking for --enable-stattext" >&5
1e6feb95
VZ
6267 no_cache=0
6268 # Check whether --enable-stattext or --disable-stattext was given.
6269if test "${enable_stattext+set}" = set; then
6270 enableval="$enable_stattext"
6271
6272 if test "$enableval" = yes; then
6273 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6274 else
6275 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6276 fi
6277
6278else
6279
6280 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6281 if test "x$LINE" != x ; then
6282 eval "DEFAULT_$LINE"
6283 else
6284 no_cache=1
6285 fi
6286
6287 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6288
6289fi
6290
6291
6292 eval "$ac_cv_use_stattext"
6293 if test "$no_cache" != 1; then
6294 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6295 fi
6296
6297 if test "$wxUSE_STATTEXT" = yes; then
6298 echo "$ac_t""yes" 1>&6
6299 else
6300 echo "$ac_t""no" 1>&6
6301 fi
6302
6303
698dcdb6 6304 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
4f14bcd8 6305echo "configure:6306: checking for --enable-statusbar" >&5
10f2d63a
VZ
6306 no_cache=0
6307 # Check whether --enable-statusbar or --disable-statusbar was given.
6308if test "${enable_statusbar+set}" = set; then
6309 enableval="$enable_statusbar"
698dcdb6 6310
10f2d63a
VZ
6311 if test "$enableval" = yes; then
6312 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6313 else
6314 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6315 fi
698dcdb6 6316
10f2d63a 6317else
698dcdb6 6318
10f2d63a
VZ
6319 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6320 if test "x$LINE" != x ; then
6321 eval "DEFAULT_$LINE"
6322 else
6323 no_cache=1
6324 fi
6325
6326 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
698dcdb6
VZ
6327
6328fi
10f2d63a
VZ
6329
6330
6331 eval "$ac_cv_use_statusbar"
6332 if test "$no_cache" != 1; then
6333 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6334 fi
6335
6336 if test "$wxUSE_STATUSBAR" = yes; then
698dcdb6 6337 echo "$ac_t""yes" 1>&6
10f2d63a 6338 else
698dcdb6 6339 echo "$ac_t""no" 1>&6
10f2d63a 6340 fi
698dcdb6 6341
10f2d63a 6342
698dcdb6 6343 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
4f14bcd8 6344echo "configure:6345: checking for --enable-tabdialog" >&5
10f2d63a
VZ
6345 no_cache=0
6346 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6347if test "${enable_tabdialog+set}" = set; then
6348 enableval="$enable_tabdialog"
698dcdb6 6349
10f2d63a
VZ
6350 if test "$enableval" = yes; then
6351 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6352 else
6353 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6354 fi
698dcdb6 6355
10f2d63a 6356else
698dcdb6 6357
10f2d63a
VZ
6358 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6359 if test "x$LINE" != x ; then
6360 eval "DEFAULT_$LINE"
6361 else
6362 no_cache=1
6363 fi
6364
6365 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
698dcdb6
VZ
6366
6367fi
10f2d63a
VZ
6368
6369
6370 eval "$ac_cv_use_tabdialog"
6371 if test "$no_cache" != 1; then
6372 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6373 fi
6374
6375 if test "$wxUSE_TABDIALOG" = yes; then
698dcdb6 6376 echo "$ac_t""yes" 1>&6
10f2d63a 6377 else
698dcdb6 6378 echo "$ac_t""no" 1>&6
10f2d63a 6379 fi
698dcdb6 6380
10f2d63a 6381
1e6feb95 6382 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
4f14bcd8 6383echo "configure:6384: checking for --enable-textctrl" >&5
1e6feb95
VZ
6384 no_cache=0
6385 # Check whether --enable-textctrl or --disable-textctrl was given.
6386if test "${enable_textctrl+set}" = set; then
6387 enableval="$enable_textctrl"
6388
6389 if test "$enableval" = yes; then
6390 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6391 else
6392 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6393 fi
6394
6395else
6396
6397 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6398 if test "x$LINE" != x ; then
6399 eval "DEFAULT_$LINE"
6400 else
6401 no_cache=1
6402 fi
6403
6404 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6405
6406fi
6407
6408
6409 eval "$ac_cv_use_textctrl"
6410 if test "$no_cache" != 1; then
6411 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6412 fi
6413
6414 if test "$wxUSE_TEXTCTRL" = yes; then
6415 echo "$ac_t""yes" 1>&6
6416 else
6417 echo "$ac_t""no" 1>&6
6418 fi
6419
6420
698dcdb6 6421 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
4f14bcd8 6422echo "configure:6423: checking for --enable-togglebtn" >&5
1db8dc4a
VZ
6423 no_cache=0
6424 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6425if test "${enable_togglebtn+set}" = set; then
6426 enableval="$enable_togglebtn"
698dcdb6 6427
1db8dc4a
VZ
6428 if test "$enableval" = yes; then
6429 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6430 else
6431 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6432 fi
698dcdb6 6433
1db8dc4a 6434else
698dcdb6 6435
1db8dc4a
VZ
6436 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6437 if test "x$LINE" != x ; then
6438 eval "DEFAULT_$LINE"
6439 else
6440 no_cache=1
6441 fi
6442
6443 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
698dcdb6
VZ
6444
6445fi
1db8dc4a
VZ
6446
6447
6448 eval "$ac_cv_use_togglebtn"
6449 if test "$no_cache" != 1; then
6450 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6451 fi
6452
6453 if test "$wxUSE_TOGGLEBTN" = yes; then
698dcdb6 6454 echo "$ac_t""yes" 1>&6
1db8dc4a 6455 else
698dcdb6 6456 echo "$ac_t""no" 1>&6
1db8dc4a 6457 fi
698dcdb6 6458
1db8dc4a 6459
698dcdb6 6460 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
4f14bcd8 6461echo "configure:6462: checking for --enable-toolbar" >&5
10f2d63a
VZ
6462 no_cache=0
6463 # Check whether --enable-toolbar or --disable-toolbar was given.
6464if test "${enable_toolbar+set}" = set; then
6465 enableval="$enable_toolbar"
698dcdb6 6466
10f2d63a
VZ
6467 if test "$enableval" = yes; then
6468 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6469 else
6470 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6471 fi
698dcdb6 6472
10f2d63a 6473else
698dcdb6 6474
10f2d63a
VZ
6475 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6476 if test "x$LINE" != x ; then
6477 eval "DEFAULT_$LINE"
6478 else
6479 no_cache=1
6480 fi
6481
6482 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
698dcdb6
VZ
6483
6484fi
10f2d63a
VZ
6485
6486
6487 eval "$ac_cv_use_toolbar"
6488 if test "$no_cache" != 1; then
6489 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6490 fi
6491
6492 if test "$wxUSE_TOOLBAR" = yes; then
698dcdb6 6493 echo "$ac_t""yes" 1>&6
10f2d63a 6494 else
698dcdb6 6495 echo "$ac_t""no" 1>&6
10f2d63a 6496 fi
698dcdb6 6497
10f2d63a 6498
698dcdb6 6499 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
4f14bcd8 6500echo "configure:6501: checking for --enable-tbarnative" >&5
360d6699
VZ
6501 no_cache=0
6502 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6503if test "${enable_tbarnative+set}" = set; then
6504 enableval="$enable_tbarnative"
698dcdb6 6505
360d6699
VZ
6506 if test "$enableval" = yes; then
6507 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
6508 else
6509 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
6510 fi
698dcdb6 6511
360d6699 6512else
698dcdb6 6513
360d6699
VZ
6514 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6515 if test "x$LINE" != x ; then
6516 eval "DEFAULT_$LINE"
6517 else
6518 no_cache=1
6519 fi
6520
6521 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
698dcdb6
VZ
6522
6523fi
360d6699
VZ
6524
6525
6526 eval "$ac_cv_use_tbarnative"
6527 if test "$no_cache" != 1; then
6528 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6529 fi
6530
6531 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
698dcdb6 6532 echo "$ac_t""yes" 1>&6
360d6699 6533 else
698dcdb6 6534 echo "$ac_t""no" 1>&6
360d6699 6535 fi
698dcdb6 6536
360d6699 6537
698dcdb6 6538 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
4f14bcd8 6539echo "configure:6540: checking for --enable-tbarsmpl" >&5
360d6699
VZ
6540 no_cache=0
6541 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6542if test "${enable_tbarsmpl+set}" = set; then
6543 enableval="$enable_tbarsmpl"
698dcdb6 6544
360d6699
VZ
6545 if test "$enableval" = yes; then
6546 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
6547 else
6548 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
6549 fi
698dcdb6 6550
360d6699 6551else
698dcdb6 6552
360d6699
VZ
6553 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6554 if test "x$LINE" != x ; then
6555 eval "DEFAULT_$LINE"
6556 else
6557 no_cache=1
6558 fi
6559
6560 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
698dcdb6
VZ
6561
6562fi
360d6699
VZ
6563
6564
6565 eval "$ac_cv_use_tbarsmpl"
6566 if test "$no_cache" != 1; then
6567 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6568 fi
6569
6570 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
698dcdb6 6571 echo "$ac_t""yes" 1>&6
360d6699 6572 else
698dcdb6 6573 echo "$ac_t""no" 1>&6
360d6699 6574 fi
698dcdb6 6575
360d6699 6576
698dcdb6 6577 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
4f14bcd8 6578echo "configure:6579: checking for --enable-treectrl" >&5
10f2d63a
VZ
6579 no_cache=0
6580 # Check whether --enable-treectrl or --disable-treectrl was given.
6581if test "${enable_treectrl+set}" = set; then
6582 enableval="$enable_treectrl"
698dcdb6 6583
10f2d63a
VZ
6584 if test "$enableval" = yes; then
6585 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
6586 else
6587 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
6588 fi
698dcdb6 6589
10f2d63a 6590else
698dcdb6 6591
10f2d63a
VZ
6592 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6593 if test "x$LINE" != x ; then
6594 eval "DEFAULT_$LINE"
6595 else
6596 no_cache=1
6597 fi
6598
6599 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
698dcdb6
VZ
6600
6601fi
10f2d63a
VZ
6602
6603
1e6feb95
VZ
6604 eval "$ac_cv_use_treectrl"
6605 if test "$no_cache" != 1; then
6606 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6607 fi
6608
6609 if test "$wxUSE_TREECTRL" = yes; then
6610 echo "$ac_t""yes" 1>&6
6611 else
6612 echo "$ac_t""no" 1>&6
6613 fi
6614
6615
9f41d601 6616 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
4f14bcd8 6617echo "configure:6618: checking for --enable-popupwin" >&5
9f41d601
RR
6618 no_cache=0
6619 # Check whether --enable-popupwin or --disable-popupwin was given.
6620if test "${enable_popupwin+set}" = set; then
6621 enableval="$enable_popupwin"
6622
6623 if test "$enableval" = yes; then
6624 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
6625 else
6626 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
6627 fi
6628
6629else
6630
6631 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6632 if test "x$LINE" != x ; then
6633 eval "DEFAULT_$LINE"
6634 else
6635 no_cache=1
6636 fi
6637
6638 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6639
6640fi
6641
6642
6643 eval "$ac_cv_use_popupwin"
6644 if test "$no_cache" != 1; then
6645 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6646 fi
6647
6648 if test "$wxUSE_POPUPWIN" = yes; then
6649 echo "$ac_t""yes" 1>&6
6650 else
6651 echo "$ac_t""no" 1>&6
6652 fi
6653
6654
1e6feb95
VZ
6655
6656
6657 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
4f14bcd8 6658echo "configure:6659: checking for --enable-commondlg" >&5
1e6feb95
VZ
6659 no_cache=0
6660 # Check whether --enable-commondlg or --disable-commondlg was given.
6661if test "${enable_commondlg+set}" = set; then
6662 enableval="$enable_commondlg"
6663
6664 if test "$enableval" = yes; then
6665 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
6666 else
6667 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
6668 fi
6669
6670else
6671
6672 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6673 if test "x$LINE" != x ; then
6674 eval "DEFAULT_$LINE"
6675 else
6676 no_cache=1
6677 fi
6678
6679 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6680
6681fi
6682
6683
6684 eval "$ac_cv_use_commondlg"
6685 if test "$no_cache" != 1; then
6686 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6687 fi
6688
6689 if test "$wxUSE_COMMONDLGS" = yes; then
6690 echo "$ac_t""yes" 1>&6
6691 else
6692 echo "$ac_t""no" 1>&6
6693 fi
6694
6695
6696 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
4f14bcd8 6697echo "configure:6698: checking for --enable-choicedlg" >&5
1e6feb95
VZ
6698 no_cache=0
6699 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6700if test "${enable_choicedlg+set}" = set; then
6701 enableval="$enable_choicedlg"
6702
6703 if test "$enableval" = yes; then
6704 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
6705 else
6706 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
6707 fi
6708
6709else
6710
6711 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6712 if test "x$LINE" != x ; then
6713 eval "DEFAULT_$LINE"
6714 else
6715 no_cache=1
6716 fi
6717
6718 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6719
6720fi
6721
6722
6723 eval "$ac_cv_use_choicedlg"
6724 if test "$no_cache" != 1; then
6725 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6726 fi
6727
6728 if test "$wxUSE_CHOICEDLG" = yes; then
6729 echo "$ac_t""yes" 1>&6
6730 else
6731 echo "$ac_t""no" 1>&6
6732 fi
6733
6734
6735 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
4f14bcd8 6736echo "configure:6737: checking for --enable-coldlg" >&5
1e6feb95
VZ
6737 no_cache=0
6738 # Check whether --enable-coldlg or --disable-coldlg was given.
6739if test "${enable_coldlg+set}" = set; then
6740 enableval="$enable_coldlg"
6741
6742 if test "$enableval" = yes; then
6743 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
6744 else
6745 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
6746 fi
6747
6748else
6749
6750 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6751 if test "x$LINE" != x ; then
6752 eval "DEFAULT_$LINE"
6753 else
6754 no_cache=1
6755 fi
6756
6757 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6758
6759fi
6760
6761
6762 eval "$ac_cv_use_coldlg"
6763 if test "$no_cache" != 1; then
6764 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6765 fi
6766
6767 if test "$wxUSE_COLOURDLG" = yes; then
6768 echo "$ac_t""yes" 1>&6
6769 else
6770 echo "$ac_t""no" 1>&6
6771 fi
6772
6773
6774 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
4f14bcd8 6775echo "configure:6776: checking for --enable-filedlg" >&5
1e6feb95
VZ
6776 no_cache=0
6777 # Check whether --enable-filedlg or --disable-filedlg was given.
6778if test "${enable_filedlg+set}" = set; then
6779 enableval="$enable_filedlg"
6780
6781 if test "$enableval" = yes; then
6782 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
6783 else
6784 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
6785 fi
6786
6787else
6788
6789 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6790 if test "x$LINE" != x ; then
6791 eval "DEFAULT_$LINE"
6792 else
6793 no_cache=1
6794 fi
6795
6796 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6797
6798fi
6799
6800
6801 eval "$ac_cv_use_filedlg"
6802 if test "$no_cache" != 1; then
6803 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6804 fi
6805
6806 if test "$wxUSE_FILEDLG" = yes; then
6807 echo "$ac_t""yes" 1>&6
6808 else
6809 echo "$ac_t""no" 1>&6
6810 fi
6811
6812
8db37e06 6813 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
4f14bcd8 6814echo "configure:6815: checking for --enable-filedlg" >&5
8db37e06
VZ
6815 no_cache=0
6816 # Check whether --enable-filedlg or --disable-filedlg was given.
6817if test "${enable_filedlg+set}" = set; then
6818 enableval="$enable_filedlg"
6819
6820 if test "$enableval" = yes; then
6821 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=yes'
6822 else
6823 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=no'
6824 fi
6825
6826else
6827
6828 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6829 if test "x$LINE" != x ; then
6830 eval "DEFAULT_$LINE"
6831 else
6832 no_cache=1
6833 fi
6834
6835 ac_cv_use_filedlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6836
6837fi
6838
6839
6840 eval "$ac_cv_use_filedlg"
6841 if test "$no_cache" != 1; then
6842 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6843 fi
6844
6845 if test "$wxUSE_FINDREPLDLG" = yes; then
6846 echo "$ac_t""yes" 1>&6
6847 else
6848 echo "$ac_t""no" 1>&6
6849 fi
6850
6851
1e6feb95 6852 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
4f14bcd8 6853echo "configure:6854: checking for --enable-fontdlg" >&5
1e6feb95
VZ
6854 no_cache=0
6855 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6856if test "${enable_fontdlg+set}" = set; then
6857 enableval="$enable_fontdlg"
6858
6859 if test "$enableval" = yes; then
6860 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
6861 else
6862 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
6863 fi
6864
6865else
6866
6867 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6868 if test "x$LINE" != x ; then
6869 eval "DEFAULT_$LINE"
6870 else
6871 no_cache=1
6872 fi
6873
6874 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6875
6876fi
6877
6878
6879 eval "$ac_cv_use_fontdlg"
6880 if test "$no_cache" != 1; then
6881 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6882 fi
6883
6884 if test "$wxUSE_FONTDLG" = yes; then
6885 echo "$ac_t""yes" 1>&6
6886 else
6887 echo "$ac_t""no" 1>&6
6888 fi
6889
6890
6891 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
4f14bcd8 6892echo "configure:6893: checking for --enable-dirdlg" >&5
1e6feb95
VZ
6893 no_cache=0
6894 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6895if test "${enable_dirdlg+set}" = set; then
6896 enableval="$enable_dirdlg"
6897
6898 if test "$enableval" = yes; then
6899 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
6900 else
6901 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
6902 fi
6903
6904else
6905
6906 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6907 if test "x$LINE" != x ; then
6908 eval "DEFAULT_$LINE"
6909 else
6910 no_cache=1
6911 fi
6912
6913 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6914
6915fi
6916
6917
6918 eval "$ac_cv_use_dirdlg"
10f2d63a 6919 if test "$no_cache" != 1; then
1e6feb95 6920 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6921 fi
6922
1e6feb95 6923 if test "$wxUSE_DIRDLG" = yes; then
698dcdb6 6924 echo "$ac_t""yes" 1>&6
10f2d63a 6925 else
698dcdb6 6926 echo "$ac_t""no" 1>&6
10f2d63a 6927 fi
698dcdb6
VZ
6928
6929
1e6feb95 6930 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
4f14bcd8 6931echo "configure:6932: checking for --enable-msgdlg" >&5
10f2d63a 6932 no_cache=0
1e6feb95
VZ
6933 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6934if test "${enable_msgdlg+set}" = set; then
6935 enableval="$enable_msgdlg"
698dcdb6 6936
10f2d63a 6937 if test "$enableval" = yes; then
1e6feb95 6938 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
10f2d63a 6939 else
1e6feb95 6940 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
10f2d63a 6941 fi
698dcdb6 6942
10f2d63a 6943else
698dcdb6 6944
1e6feb95 6945 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
6946 if test "x$LINE" != x ; then
6947 eval "DEFAULT_$LINE"
6948 else
6949 no_cache=1
6950 fi
6951
1e6feb95 6952 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
698dcdb6
VZ
6953
6954fi
10f2d63a
VZ
6955
6956
1e6feb95 6957 eval "$ac_cv_use_msgdlg"
10f2d63a 6958 if test "$no_cache" != 1; then
1e6feb95 6959 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6960 fi
6961
1e6feb95 6962 if test "$wxUSE_MSGDLG" = yes; then
698dcdb6 6963 echo "$ac_t""yes" 1>&6
10f2d63a 6964 else
698dcdb6 6965 echo "$ac_t""no" 1>&6
10f2d63a 6966 fi
698dcdb6 6967
10f2d63a 6968
1e6feb95 6969 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
4f14bcd8 6970echo "configure:6971: checking for --enable-numberdlg" >&5
10f2d63a 6971 no_cache=0
1e6feb95
VZ
6972 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6973if test "${enable_numberdlg+set}" = set; then
6974 enableval="$enable_numberdlg"
698dcdb6 6975
10f2d63a 6976 if test "$enableval" = yes; then
1e6feb95 6977 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
10f2d63a 6978 else
1e6feb95 6979 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
10f2d63a 6980 fi
698dcdb6 6981
10f2d63a 6982else
698dcdb6 6983
1e6feb95 6984 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
6985 if test "x$LINE" != x ; then
6986 eval "DEFAULT_$LINE"
6987 else
6988 no_cache=1
6989 fi
6990
1e6feb95 6991 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
698dcdb6
VZ
6992
6993fi
10f2d63a
VZ
6994
6995
1e6feb95 6996 eval "$ac_cv_use_numberdlg"
10f2d63a 6997 if test "$no_cache" != 1; then
1e6feb95 6998 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6999 fi
7000
1e6feb95 7001 if test "$wxUSE_NUMBERDLG" = yes; then
698dcdb6 7002 echo "$ac_t""yes" 1>&6
10f2d63a 7003 else
698dcdb6 7004 echo "$ac_t""no" 1>&6
10f2d63a 7005 fi
698dcdb6 7006
10f2d63a 7007
cbca9943 7008 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
4f14bcd8 7009echo "configure:7010: checking for --enable-splash" >&5
cbca9943
VZ
7010 no_cache=0
7011 # Check whether --enable-splash or --disable-splash was given.
7012if test "${enable_splash+set}" = set; then
7013 enableval="$enable_splash"
7014
7015 if test "$enableval" = yes; then
7016 ac_cv_use_splash='wxUSE_SPLASH=yes'
7017 else
7018 ac_cv_use_splash='wxUSE_SPLASH=no'
7019 fi
7020
7021else
7022
7023 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7024 if test "x$LINE" != x ; then
7025 eval "DEFAULT_$LINE"
7026 else
7027 no_cache=1
7028 fi
7029
7030 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7031
7032fi
7033
7034
7035 eval "$ac_cv_use_splash"
7036 if test "$no_cache" != 1; then
7037 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7038 fi
7039
7040 if test "$wxUSE_SPLASH" = yes; then
7041 echo "$ac_t""yes" 1>&6
7042 else
7043 echo "$ac_t""no" 1>&6
7044 fi
7045
7046
698dcdb6 7047 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
4f14bcd8 7048echo "configure:7049: checking for --enable-textdlg" >&5
10f2d63a
VZ
7049 no_cache=0
7050 # Check whether --enable-textdlg or --disable-textdlg was given.
7051if test "${enable_textdlg+set}" = set; then
7052 enableval="$enable_textdlg"
698dcdb6 7053
10f2d63a
VZ
7054 if test "$enableval" = yes; then
7055 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7056 else
7057 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7058 fi
698dcdb6 7059
10f2d63a 7060else
698dcdb6 7061
10f2d63a
VZ
7062 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7063 if test "x$LINE" != x ; then
7064 eval "DEFAULT_$LINE"
7065 else
7066 no_cache=1
7067 fi
7068
7069 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
698dcdb6
VZ
7070
7071fi
10f2d63a
VZ
7072
7073
7074 eval "$ac_cv_use_textdlg"
7075 if test "$no_cache" != 1; then
7076 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7077 fi
7078
7079 if test "$wxUSE_TEXTDLG" = yes; then
698dcdb6 7080 echo "$ac_t""yes" 1>&6
10f2d63a 7081 else
698dcdb6 7082 echo "$ac_t""no" 1>&6
10f2d63a 7083 fi
698dcdb6 7084
10f2d63a 7085
698dcdb6 7086 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
4f14bcd8 7087echo "configure:7088: checking for --enable-tipdlg" >&5
10f2d63a
VZ
7088 no_cache=0
7089 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7090if test "${enable_tipdlg+set}" = set; then
7091 enableval="$enable_tipdlg"
698dcdb6 7092
10f2d63a
VZ
7093 if test "$enableval" = yes; then
7094 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7095 else
7096 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7097 fi
698dcdb6 7098
10f2d63a 7099else
698dcdb6 7100
10f2d63a
VZ
7101 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7102 if test "x$LINE" != x ; then
7103 eval "DEFAULT_$LINE"
7104 else
7105 no_cache=1
7106 fi
7107
7108 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
698dcdb6
VZ
7109
7110fi
10f2d63a
VZ
7111
7112
7113 eval "$ac_cv_use_tipdlg"
7114 if test "$no_cache" != 1; then
7115 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7116 fi
7117
7118 if test "$wxUSE_STARTUP_TIPS" = yes; then
698dcdb6 7119 echo "$ac_t""yes" 1>&6
10f2d63a 7120 else
698dcdb6 7121 echo "$ac_t""no" 1>&6
10f2d63a 7122 fi
698dcdb6 7123
10f2d63a 7124
698dcdb6 7125 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
4f14bcd8 7126echo "configure:7127: checking for --enable-progressdlg" >&5
10f2d63a
VZ
7127 no_cache=0
7128 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7129if test "${enable_progressdlg+set}" = set; then
7130 enableval="$enable_progressdlg"
698dcdb6 7131
10f2d63a
VZ
7132 if test "$enableval" = yes; then
7133 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7134 else
7135 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7136 fi
698dcdb6 7137
10f2d63a 7138else
698dcdb6 7139
10f2d63a
VZ
7140 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7141 if test "x$LINE" != x ; then
7142 eval "DEFAULT_$LINE"
7143 else
7144 no_cache=1
7145 fi
7146
7147 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
698dcdb6
VZ
7148
7149fi
10f2d63a
VZ
7150
7151
7152 eval "$ac_cv_use_progressdlg"
7153 if test "$no_cache" != 1; then
7154 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7155 fi
7156
7157 if test "$wxUSE_PROGRESSDLG" = yes; then
698dcdb6 7158 echo "$ac_t""yes" 1>&6
10f2d63a 7159 else
698dcdb6 7160 echo "$ac_t""no" 1>&6
10f2d63a 7161 fi
698dcdb6 7162
10f2d63a 7163
b1f5d087 7164 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
4f14bcd8 7165echo "configure:7166: checking for --enable-wizarddlg" >&5
b1f5d087
VZ
7166 no_cache=0
7167 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7168if test "${enable_wizarddlg+set}" = set; then
7169 enableval="$enable_wizarddlg"
7170
7171 if test "$enableval" = yes; then
7172 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7173 else
7174 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7175 fi
7176
7177else
7178
7179 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7180 if test "x$LINE" != x ; then
7181 eval "DEFAULT_$LINE"
7182 else
7183 no_cache=1
7184 fi
7185
7186 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7187
7188fi
7189
7190
7191 eval "$ac_cv_use_wizarddlg"
7192 if test "$no_cache" != 1; then
7193 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7194 fi
7195
7196 if test "$wxUSE_WIZARDDLG" = yes; then
7197 echo "$ac_t""yes" 1>&6
7198 else
7199 echo "$ac_t""no" 1>&6
7200 fi
7201
7202
7203
7204
1e6feb95 7205 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
4f14bcd8 7206echo "configure:7207: checking for --enable-menus" >&5
1e6feb95
VZ
7207 no_cache=0
7208 # Check whether --enable-menus or --disable-menus was given.
7209if test "${enable_menus+set}" = set; then
7210 enableval="$enable_menus"
7211
7212 if test "$enableval" = yes; then
7213 ac_cv_use_menus='wxUSE_MENUS=yes'
7214 else
7215 ac_cv_use_menus='wxUSE_MENUS=no'
7216 fi
7217
7218else
7219
7220 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7221 if test "x$LINE" != x ; then
7222 eval "DEFAULT_$LINE"
7223 else
7224 no_cache=1
7225 fi
7226
7227 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7228
7229fi
7230
7231
7232 eval "$ac_cv_use_menus"
7233 if test "$no_cache" != 1; then
7234 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7235 fi
7236
7237 if test "$wxUSE_MENUS" = yes; then
7238 echo "$ac_t""yes" 1>&6
7239 else
7240 echo "$ac_t""no" 1>&6
7241 fi
7242
7243
698dcdb6 7244 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
4f14bcd8 7245echo "configure:7246: checking for --enable-miniframe" >&5
10f2d63a
VZ
7246 no_cache=0
7247 # Check whether --enable-miniframe or --disable-miniframe was given.
7248if test "${enable_miniframe+set}" = set; then
7249 enableval="$enable_miniframe"
698dcdb6 7250
10f2d63a
VZ
7251 if test "$enableval" = yes; then
7252 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7253 else
7254 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7255 fi
698dcdb6 7256
10f2d63a 7257else
698dcdb6 7258
10f2d63a
VZ
7259 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7260 if test "x$LINE" != x ; then
7261 eval "DEFAULT_$LINE"
7262 else
7263 no_cache=1
7264 fi
7265
7266 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
698dcdb6
VZ
7267
7268fi
10f2d63a
VZ
7269
7270
7271 eval "$ac_cv_use_miniframe"
7272 if test "$no_cache" != 1; then
7273 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7274 fi
7275
7276 if test "$wxUSE_MINIFRAME" = yes; then
698dcdb6 7277 echo "$ac_t""yes" 1>&6
10f2d63a 7278 else
698dcdb6 7279 echo "$ac_t""no" 1>&6
10f2d63a 7280 fi
698dcdb6 7281
10f2d63a 7282
698dcdb6 7283 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
4f14bcd8 7284echo "configure:7285: checking for --enable-tooltips" >&5
10f2d63a
VZ
7285 no_cache=0
7286 # Check whether --enable-tooltips or --disable-tooltips was given.
7287if test "${enable_tooltips+set}" = set; then
7288 enableval="$enable_tooltips"
698dcdb6 7289
10f2d63a
VZ
7290 if test "$enableval" = yes; then
7291 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7292 else
7293 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7294 fi
698dcdb6 7295
10f2d63a 7296else
698dcdb6 7297
10f2d63a
VZ
7298 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7299 if test "x$LINE" != x ; then
7300 eval "DEFAULT_$LINE"
7301 else
7302 no_cache=1
7303 fi
7304
7305 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
698dcdb6
VZ
7306
7307fi
10f2d63a
VZ
7308
7309
7310 eval "$ac_cv_use_tooltips"
7311 if test "$no_cache" != 1; then
7312 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7313 fi
7314
7315 if test "$wxUSE_TOOLTIPS" = yes; then
698dcdb6 7316 echo "$ac_t""yes" 1>&6
10f2d63a 7317 else
698dcdb6 7318 echo "$ac_t""no" 1>&6
10f2d63a 7319 fi
698dcdb6 7320
10f2d63a 7321
698dcdb6 7322 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
4f14bcd8 7323echo "configure:7324: checking for --enable-splines" >&5
10f2d63a
VZ
7324 no_cache=0
7325 # Check whether --enable-splines or --disable-splines was given.
7326if test "${enable_splines+set}" = set; then
7327 enableval="$enable_splines"
698dcdb6 7328
10f2d63a
VZ
7329 if test "$enableval" = yes; then
7330 ac_cv_use_splines='wxUSE_SPLINES=yes'
7331 else
7332 ac_cv_use_splines='wxUSE_SPLINES=no'
7333 fi
698dcdb6 7334
10f2d63a 7335else
698dcdb6 7336
10f2d63a
VZ
7337 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7338 if test "x$LINE" != x ; then
7339 eval "DEFAULT_$LINE"
7340 else
7341 no_cache=1
7342 fi
7343
7344 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
698dcdb6
VZ
7345
7346fi
10f2d63a
VZ
7347
7348
7349 eval "$ac_cv_use_splines"
7350 if test "$no_cache" != 1; then
7351 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7352 fi
7353
7354 if test "$wxUSE_SPLINES" = yes; then
698dcdb6 7355 echo "$ac_t""yes" 1>&6
10f2d63a 7356 else
698dcdb6 7357 echo "$ac_t""no" 1>&6
10f2d63a 7358 fi
698dcdb6 7359
10f2d63a 7360
698dcdb6 7361 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
4f14bcd8 7362echo "configure:7363: checking for --enable-validators" >&5
10f2d63a
VZ
7363 no_cache=0
7364 # Check whether --enable-validators or --disable-validators was given.
7365if test "${enable_validators+set}" = set; then
7366 enableval="$enable_validators"
698dcdb6 7367
10f2d63a
VZ
7368 if test "$enableval" = yes; then
7369 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7370 else
7371 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7372 fi
698dcdb6 7373
10f2d63a 7374else
698dcdb6 7375
10f2d63a
VZ
7376 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7377 if test "x$LINE" != x ; then
7378 eval "DEFAULT_$LINE"
7379 else
7380 no_cache=1
7381 fi
7382
7383 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
698dcdb6
VZ
7384
7385fi
10f2d63a
VZ
7386
7387
7388 eval "$ac_cv_use_validators"
7389 if test "$no_cache" != 1; then
7390 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7391 fi
7392
7393 if test "$wxUSE_VALIDATORS" = yes; then
698dcdb6 7394 echo "$ac_t""yes" 1>&6
10f2d63a 7395 else
698dcdb6 7396 echo "$ac_t""no" 1>&6
10f2d63a 7397 fi
698dcdb6 7398
10f2d63a 7399
698dcdb6 7400 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
4f14bcd8 7401echo "configure:7402: checking for --enable-busyinfo" >&5
10f2d63a
VZ
7402 no_cache=0
7403 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7404if test "${enable_busyinfo+set}" = set; then
7405 enableval="$enable_busyinfo"
698dcdb6 7406
10f2d63a
VZ
7407 if test "$enableval" = yes; then
7408 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7409 else
7410 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7411 fi
698dcdb6 7412
10f2d63a 7413else
698dcdb6 7414
10f2d63a
VZ
7415 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7416 if test "x$LINE" != x ; then
7417 eval "DEFAULT_$LINE"
7418 else
7419 no_cache=1
7420 fi
7421
7422 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
698dcdb6
VZ
7423
7424fi
10f2d63a
VZ
7425
7426
7427 eval "$ac_cv_use_busyinfo"
7428 if test "$no_cache" != 1; then
7429 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7430 fi
7431
7432 if test "$wxUSE_BUSYINFO" = yes; then
698dcdb6 7433 echo "$ac_t""yes" 1>&6
10f2d63a 7434 else
698dcdb6 7435 echo "$ac_t""no" 1>&6
10f2d63a 7436 fi
698dcdb6 7437
10f2d63a 7438
698dcdb6 7439 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
4f14bcd8 7440echo "configure:7441: checking for --enable-joystick" >&5
f6bcfd97
BP
7441 no_cache=0
7442 # Check whether --enable-joystick or --disable-joystick was given.
7443if test "${enable_joystick+set}" = set; then
7444 enableval="$enable_joystick"
698dcdb6 7445
f6bcfd97
BP
7446 if test "$enableval" = yes; then
7447 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7448 else
7449 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7450 fi
698dcdb6 7451
f6bcfd97 7452else
698dcdb6 7453
f6bcfd97
BP
7454 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7455 if test "x$LINE" != x ; then
7456 eval "DEFAULT_$LINE"
7457 else
7458 no_cache=1
7459 fi
7460
7461 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
698dcdb6
VZ
7462
7463fi
f6bcfd97
BP
7464
7465
7466 eval "$ac_cv_use_joystick"
7467 if test "$no_cache" != 1; then
7468 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7469 fi
7470
7471 if test "$wxUSE_JOYSTICK" = yes; then
698dcdb6 7472 echo "$ac_t""yes" 1>&6
f6bcfd97 7473 else
698dcdb6 7474 echo "$ac_t""no" 1>&6
f6bcfd97 7475 fi
698dcdb6
VZ
7476
7477
1e6feb95 7478 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4f14bcd8 7479echo "configure:7480: checking for --enable-metafile" >&5
1e6feb95
VZ
7480 no_cache=0
7481 # Check whether --enable-metafile or --disable-metafile was given.
7482if test "${enable_metafile+set}" = set; then
7483 enableval="$enable_metafile"
7484
7485 if test "$enableval" = yes; then
7486 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7487 else
7488 ac_cv_use_metafile='wxUSE_METAFILE=no'
7489 fi
7490
7491else
7492
7493 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7494 if test "x$LINE" != x ; then
7495 eval "DEFAULT_$LINE"
7496 else
7497 no_cache=1
7498 fi
7499
7500 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7501
7502fi
7503
7504
7505 eval "$ac_cv_use_metafile"
7506 if test "$no_cache" != 1; then
7507 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7508 fi
7509
7510 if test "$wxUSE_METAFILE" = yes; then
7511 echo "$ac_t""yes" 1>&6
7512 else
7513 echo "$ac_t""no" 1>&6
7514 fi
7515
7516
24fd6d87 7517 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
4f14bcd8 7518echo "configure:7519: checking for --enable-dragimage" >&5
24fd6d87
VZ
7519 no_cache=0
7520 # Check whether --enable-dragimage or --disable-dragimage was given.
7521if test "${enable_dragimage+set}" = set; then
7522 enableval="$enable_dragimage"
7523
7524 if test "$enableval" = yes; then
7525 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
7526 else
7527 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
7528 fi
7529
7530else
7531
7532 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7533 if test "x$LINE" != x ; then
7534 eval "DEFAULT_$LINE"
7535 else
7536 no_cache=1
7537 fi
7538
7539 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7540
7541fi
7542
7543
7544 eval "$ac_cv_use_dragimage"
7545 if test "$no_cache" != 1; then
7546 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7547 fi
7548
7549 if test "$wxUSE_DRAGIMAGE" = yes; then
7550 echo "$ac_t""yes" 1>&6
7551 else
7552 echo "$ac_t""no" 1>&6
7553 fi
7554
7555
10f2d63a 7556
698dcdb6 7557
edae8572 7558 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
4f14bcd8 7559echo "configure:7560: checking for --enable-palette" >&5
edae8572
VZ
7560 no_cache=0
7561 # Check whether --enable-palette or --disable-palette was given.
7562if test "${enable_palette+set}" = set; then
7563 enableval="$enable_palette"
7564
7565 if test "$enableval" = yes; then
7566 ac_cv_use_palette='wxUSE_PALETTE=yes'
7567 else
7568 ac_cv_use_palette='wxUSE_PALETTE=no'
7569 fi
7570
7571else
7572
7573 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7574 if test "x$LINE" != x ; then
7575 eval "DEFAULT_$LINE"
7576 else
7577 no_cache=1
7578 fi
7579
7580 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7581
7582fi
7583
7584
7585 eval "$ac_cv_use_palette"
7586 if test "$no_cache" != 1; then
7587 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7588 fi
7589
7590 if test "$wxUSE_PALETTE" = yes; then
7591 echo "$ac_t""yes" 1>&6
7592 else
7593 echo "$ac_t""no" 1>&6
7594 fi
7595
7596
698dcdb6 7597 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
4f14bcd8 7598echo "configure:7599: checking for --enable-image" >&5
0046ff7c
VS
7599 no_cache=0
7600 # Check whether --enable-image or --disable-image was given.
7601if test "${enable_image+set}" = set; then
7602 enableval="$enable_image"
698dcdb6 7603
0046ff7c
VS
7604 if test "$enableval" = yes; then
7605 ac_cv_use_image='wxUSE_IMAGE=yes'
7606 else
7607 ac_cv_use_image='wxUSE_IMAGE=no'
7608 fi
698dcdb6 7609
0046ff7c 7610else
698dcdb6 7611
0046ff7c
VS
7612 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7613 if test "x$LINE" != x ; then
7614 eval "DEFAULT_$LINE"
7615 else
7616 no_cache=1
7617 fi
7618
7619 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
698dcdb6
VZ
7620
7621fi
0046ff7c
VS
7622
7623
7624 eval "$ac_cv_use_image"
7625 if test "$no_cache" != 1; then
7626 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7627 fi
7628
7629 if test "$wxUSE_IMAGE" = yes; then
698dcdb6 7630 echo "$ac_t""yes" 1>&6
0046ff7c 7631 else
698dcdb6 7632 echo "$ac_t""no" 1>&6
0046ff7c 7633 fi
698dcdb6 7634
0046ff7c 7635
698dcdb6 7636 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
4f14bcd8 7637echo "configure:7638: checking for --enable-gif" >&5
10f2d63a
VZ
7638 no_cache=0
7639 # Check whether --enable-gif or --disable-gif was given.
7640if test "${enable_gif+set}" = set; then
7641 enableval="$enable_gif"
698dcdb6 7642
10f2d63a
VZ
7643 if test "$enableval" = yes; then
7644 ac_cv_use_gif='wxUSE_GIF=yes'
7645 else
7646 ac_cv_use_gif='wxUSE_GIF=no'
7647 fi
698dcdb6 7648
10f2d63a 7649else
698dcdb6 7650
10f2d63a
VZ
7651 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7652 if test "x$LINE" != x ; then
7653 eval "DEFAULT_$LINE"
7654 else
7655 no_cache=1
7656 fi
7657
7658 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
698dcdb6
VZ
7659
7660fi
10f2d63a
VZ
7661
7662
7663 eval "$ac_cv_use_gif"
7664 if test "$no_cache" != 1; then
7665 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7666 fi
7667
7668 if test "$wxUSE_GIF" = yes; then
698dcdb6 7669 echo "$ac_t""yes" 1>&6
10f2d63a 7670 else
698dcdb6 7671 echo "$ac_t""no" 1>&6
10f2d63a 7672 fi
698dcdb6 7673
10f2d63a 7674
698dcdb6 7675 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
4f14bcd8 7676echo "configure:7677: checking for --enable-pcx" >&5
10f2d63a
VZ
7677 no_cache=0
7678 # Check whether --enable-pcx or --disable-pcx was given.
7679if test "${enable_pcx+set}" = set; then
7680 enableval="$enable_pcx"
698dcdb6 7681
10f2d63a
VZ
7682 if test "$enableval" = yes; then
7683 ac_cv_use_pcx='wxUSE_PCX=yes'
7684 else
7685 ac_cv_use_pcx='wxUSE_PCX=no'
7686 fi
698dcdb6 7687
10f2d63a 7688else
698dcdb6 7689
10f2d63a
VZ
7690 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7691 if test "x$LINE" != x ; then
7692 eval "DEFAULT_$LINE"
7693 else
7694 no_cache=1
7695 fi
7696
7697 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
698dcdb6
VZ
7698
7699fi
10f2d63a
VZ
7700
7701
7702 eval "$ac_cv_use_pcx"
7703 if test "$no_cache" != 1; then
7704 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7705 fi
7706
7707 if test "$wxUSE_PCX" = yes; then
698dcdb6 7708 echo "$ac_t""yes" 1>&6
10f2d63a 7709 else
698dcdb6 7710 echo "$ac_t""no" 1>&6
10f2d63a 7711 fi
698dcdb6 7712
10f2d63a 7713
698dcdb6 7714 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
4f14bcd8 7715echo "configure:7716: checking for --enable-pnm" >&5
10f2d63a
VZ
7716 no_cache=0
7717 # Check whether --enable-pnm or --disable-pnm was given.
7718if test "${enable_pnm+set}" = set; then
7719 enableval="$enable_pnm"
698dcdb6 7720
10f2d63a
VZ
7721 if test "$enableval" = yes; then
7722 ac_cv_use_pnm='wxUSE_PNM=yes'
7723 else
7724 ac_cv_use_pnm='wxUSE_PNM=no'
7725 fi
698dcdb6 7726
10f2d63a 7727else
698dcdb6 7728
10f2d63a
VZ
7729 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7730 if test "x$LINE" != x ; then
7731 eval "DEFAULT_$LINE"
7732 else
7733 no_cache=1
7734 fi
7735
7736 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
698dcdb6
VZ
7737
7738fi
10f2d63a
VZ
7739
7740
7741 eval "$ac_cv_use_pnm"
7742 if test "$no_cache" != 1; then
7743 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7744 fi
7745
7746 if test "$wxUSE_PNM" = yes; then
698dcdb6 7747 echo "$ac_t""yes" 1>&6
10f2d63a 7748 else
698dcdb6 7749 echo "$ac_t""no" 1>&6
10f2d63a 7750 fi
698dcdb6 7751
10f2d63a 7752
698dcdb6 7753 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
4f14bcd8 7754echo "configure:7755: checking for --enable-pnm" >&5
0046ff7c
VS
7755 no_cache=0
7756 # Check whether --enable-pnm or --disable-pnm was given.
7757if test "${enable_pnm+set}" = set; then
7758 enableval="$enable_pnm"
698dcdb6 7759
0046ff7c
VS
7760 if test "$enableval" = yes; then
7761 ac_cv_use_pnm='wxUSE_XPM=yes'
7762 else
7763 ac_cv_use_pnm='wxUSE_XPM=no'
7764 fi
698dcdb6 7765
0046ff7c 7766else
698dcdb6 7767
0046ff7c
VS
7768 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7769 if test "x$LINE" != x ; then
7770 eval "DEFAULT_$LINE"
7771 else
7772 no_cache=1
7773 fi
7774
7775 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
698dcdb6
VZ
7776
7777fi
0046ff7c
VS
7778
7779
7780 eval "$ac_cv_use_pnm"
7781 if test "$no_cache" != 1; then
7782 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7783 fi
7784
7785 if test "$wxUSE_XPM" = yes; then
698dcdb6 7786 echo "$ac_t""yes" 1>&6
0046ff7c 7787 else
698dcdb6 7788 echo "$ac_t""no" 1>&6
0046ff7c 7789 fi
698dcdb6 7790
0046ff7c 7791
b12915c1
VZ
7792fi
7793
698dcdb6 7794
10f2d63a
VZ
7795 echo "saving argument cache $wx_arg_cache_file"
7796 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
698dcdb6 7797
10f2d63a 7798
698dcdb6
VZ
7799
7800echo $ac_n "checking for toolkit""... $ac_c" 1>&6
4f14bcd8 7801echo "configure:7802: checking for toolkit" >&5
10f2d63a
VZ
7802
7803if test "$wxUSE_GUI" = "yes"; then
7804
3a922bb4
RL
7805 if test "$USE_BEOS" = 1; then
7806 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7807 fi
b12915c1 7808
3a922bb4
RL
7809 if test "$TOOLKIT_GIVEN" = 1; then
7810 for toolkit in `echo $ALL_TOOLKITS`; do
7811 var=wxUSE_$toolkit
7812 eval "value=\$${var}"
7813 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
7814 done
10f2d63a 7815 else
3a922bb4
RL
7816 for toolkit in `echo $ALL_TOOLKITS`; do
7817 if test "$has_toolkit_in_cache" != 1; then
7818 var=DEFAULT_DEFAULT_wxUSE_$toolkit
7819 else
7820 var=DEFAULT_wxUSE_$toolkit
7821 fi
7822 eval "wxUSE_$toolkit=\$${var}"
7823 done
10f2d63a 7824 fi
10f2d63a 7825
3a922bb4
RL
7826 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
7827 + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} \
7828 + ${wxUSE_MGL:-0}`
10f2d63a 7829
3a922bb4 7830 case "${host}" in
6fa882bd 7831 *-pc-os2_emx | *-pc-os2-emx )
3a922bb4
RL
7832 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7833 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7834 LEX_STEM="lexyy"
7835 ;;
7836 *)
7837 PATH_IFS=':'
7838 LEX_STEM="lex.yy"
7839 ;;
7840 esac
10f2d63a 7841
3a922bb4
RL
7842 case "$NUM_TOOLKITS" in
7843 1)
7844 ;;
7845 0)
7846 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7847 ;;
7848 *)
7849 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7850 esac
10f2d63a 7851
3a922bb4
RL
7852 for toolkit in `echo $ALL_TOOLKITS`; do
7853 var=wxUSE_$toolkit
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}
7860 fi
7861 if test "$value" = 1; then
7862 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
7863 echo "$ac_t""$toolkit_echo" 1>&6
7864 fi
7865 fi
7866 done
10f2d63a 7867else
cf27ef00 7868 PATH_IFS=':'
3a922bb4 7869 echo "$ac_t""base ($host_alias hosted) only" 1>&6
10f2d63a
VZ
7870fi
7871
698dcdb6
VZ
7872
7873cat > confcache <<\EOF
10f2d63a
VZ
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
698dcdb6
VZ
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.
10f2d63a 7878#
698dcdb6
VZ
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.
10f2d63a 7887#
698dcdb6 7888EOF
10f2d63a
VZ
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.
698dcdb6
VZ
7894(set) 2>&1 |
7895 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7896 *ac_space=\ *)
7897 # `set' does not quote correctly, so add quotes (double-quote substitution
7898 # turns \\\\ into \\, and sed turns \\ into \).
7899 sed -n \
7900 -e "s/'/'\\\\''/g" \
7901 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7902 ;;
7903 *)
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'
7906 ;;
7907 esac >> confcache
7908if cmp -s $cache_file confcache; then
7909 :
7910else
10f2d63a 7911 if test -w $cache_file; then
698dcdb6
VZ
7912 echo "updating cache $cache_file"
7913 cat confcache > $cache_file
10f2d63a
VZ
7914 else
7915 echo "not updating unwritable cache $cache_file"
7916 fi
7917fi
7918rm -f confcache
7919
698dcdb6 7920
e59890c3 7921if test "$build" != "$host" ; then
3a922bb4
RL
7922 if test "$USE_WIN32" = 1 ; then
7923 CC=$host_alias-gcc
7924 CXX=$host_alias-c++
7925 AR=$host_alias-ar
7926 RANLIB=$host_alias-ranlib
7927 DLLTOOL=$host_alias-dlltool
7928 RESCOMP=$host_alias-windres
7929 LD=$host_alias-ld
7930 NM=$host_alias-nm
7931 STRIP=$host_alias-strip
7932 else
7933 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7934 fi
10f2d63a
VZ
7935fi
7936
698dcdb6 7937# Extract the first word of "gcc", so it can be a program name with args.
1e487827 7938set dummy gcc; ac_word=$2
698dcdb6 7939echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 7940echo "configure:7941: checking for $ac_word" >&5
698dcdb6
VZ
7941if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7942 echo $ac_n "(cached) $ac_c" 1>&6
6232543b
VS
7943else
7944 if test -n "$CC"; then
7945 ac_cv_prog_CC="$CC" # Let the user override the test.
10f2d63a 7946else
698dcdb6
VZ
7947 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7948 ac_dummy="$PATH"
7949 for ac_dir in $ac_dummy; do
7950 test -z "$ac_dir" && ac_dir=.
7951 if test -f $ac_dir/$ac_word; then
7952 ac_cv_prog_CC="gcc"
7953 break
7954 fi
7955 done
7956 IFS="$ac_save_ifs"
10f2d63a 7957fi
6232543b 7958fi
698dcdb6 7959CC="$ac_cv_prog_CC"
6232543b 7960if test -n "$CC"; then
698dcdb6 7961 echo "$ac_t""$CC" 1>&6
1e487827 7962else
698dcdb6 7963 echo "$ac_t""no" 1>&6
1e487827 7964fi
6232543b 7965
1e487827
VS
7966if test -z "$CC"; then
7967 # Extract the first word of "cc", so it can be a program name with args.
7968set dummy cc; ac_word=$2
698dcdb6 7969echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 7970echo "configure:7971: checking for $ac_word" >&5
698dcdb6
VZ
7971if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7972 echo $ac_n "(cached) $ac_c" 1>&6
1e487827
VS
7973else
7974 if test -n "$CC"; then
7975 ac_cv_prog_CC="$CC" # Let the user override the test.
7976else
698dcdb6 7977 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1e487827 7978 ac_prog_rejected=no
698dcdb6
VZ
7979 ac_dummy="$PATH"
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
7985 continue
7986 fi
7987 ac_cv_prog_CC="cc"
7988 break
7989 fi
7990 done
7991 IFS="$ac_save_ifs"
1e487827
VS
7992if 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
7995 shift
698dcdb6 7996 if test $# -gt 0; then
1e487827
VS
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.
8000 shift
698dcdb6 8001 set dummy "$ac_dir/$ac_word" "$@"
1e487827
VS
8002 shift
8003 ac_cv_prog_CC="$@"
703e0a69 8004 fi
1e487827
VS
8005fi
8006fi
8007fi
698dcdb6 8008CC="$ac_cv_prog_CC"
1e487827 8009if test -n "$CC"; then
698dcdb6 8010 echo "$ac_t""$CC" 1>&6
703e0a69 8011else
698dcdb6 8012 echo "$ac_t""no" 1>&6
703e0a69 8013fi
1e487827 8014
698dcdb6
VZ
8015 if test -z "$CC"; then
8016 case "`uname -s`" in
8017 *win32* | *WIN32*)
8018 # Extract the first word of "cl", so it can be a program name with args.
8019set dummy cl; ac_word=$2
8020echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8021echo "configure:8022: checking for $ac_word" >&5
698dcdb6
VZ
8022if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8023 echo $ac_n "(cached) $ac_c" 1>&6
1e487827
VS
8024else
8025 if test -n "$CC"; then
8026 ac_cv_prog_CC="$CC" # Let the user override the test.
703e0a69 8027else
698dcdb6
VZ
8028 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8029 ac_dummy="$PATH"
8030 for ac_dir in $ac_dummy; do
8031 test -z "$ac_dir" && ac_dir=.
8032 if test -f $ac_dir/$ac_word; then
8033 ac_cv_prog_CC="cl"
8034 break
8035 fi
8036 done
8037 IFS="$ac_save_ifs"
703e0a69 8038fi
1e487827 8039fi
698dcdb6 8040CC="$ac_cv_prog_CC"
1e487827 8041if test -n "$CC"; then
698dcdb6 8042 echo "$ac_t""$CC" 1>&6
1e487827 8043else
698dcdb6 8044 echo "$ac_t""no" 1>&6
1e487827 8045fi
698dcdb6
VZ
8046 ;;
8047 esac
8048 fi
8049 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1e487827
VS
8050fi
8051
698dcdb6 8052echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
4f14bcd8 8053echo "configure:8054: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1e487827 8054
698dcdb6
VZ
8055ac_ext=c
8056# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8057ac_cpp='$CPP $CPPFLAGS'
8058ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8059ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8060cross_compiling=$ac_cv_prog_cc_cross
6232543b 8061
698dcdb6 8062cat > conftest.$ac_ext << EOF
1e487827 8063
4f14bcd8 8064#line 8065 "configure"
1e487827
VS
8065#include "confdefs.h"
8066
698dcdb6
VZ
8067main(){return(0);}
8068EOF
4f14bcd8 8069if { (eval echo configure:8070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
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
8074 else
8075 ac_cv_prog_cc_cross=yes
8076 fi
8077else
8078 echo "configure: failed program was:" >&5
8079 cat conftest.$ac_ext >&5
8080 ac_cv_prog_cc_works=no
8081fi
8082rm -fr conftest*
8083ac_ext=c
8084# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8085ac_cpp='$CPP $CPPFLAGS'
8086ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8087ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8088cross_compiling=$ac_cv_prog_cc_cross
8089
8090echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8091if 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; }
8093fi
8094echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
4f14bcd8 8095echo "configure:8096: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
698dcdb6
VZ
8096echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8097cross_compiling=$ac_cv_prog_cc_cross
8098
8099echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
4f14bcd8 8100echo "configure:8101: checking whether we are using GNU C" >&5
698dcdb6
VZ
8101if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8102 echo $ac_n "(cached) $ac_c" 1>&6
8103else
8104 cat > conftest.c <<EOF
8105#ifdef __GNUC__
8106 yes;
1e487827 8107#endif
698dcdb6 8108EOF
4f14bcd8 8109if { 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
698dcdb6
VZ
8110 ac_cv_prog_gcc=yes
8111else
8112 ac_cv_prog_gcc=no
8113fi
8114fi
1e487827 8115
698dcdb6 8116echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1e487827 8117
698dcdb6
VZ
8118if test $ac_cv_prog_gcc = yes; then
8119 GCC=yes
8120else
8121 GCC=
8122fi
1e487827 8123
698dcdb6
VZ
8124ac_test_CFLAGS="${CFLAGS+set}"
8125ac_save_CFLAGS="$CFLAGS"
8126CFLAGS=
8127echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
4f14bcd8 8128echo "configure:8129: checking whether ${CC-cc} accepts -g" >&5
698dcdb6
VZ
8129if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8130 echo $ac_n "(cached) $ac_c" 1>&6
8131else
8132 echo 'void f(){}' > conftest.c
8133if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
10f2d63a
VZ
8134 ac_cv_prog_cc_g=yes
8135else
698dcdb6 8136 ac_cv_prog_cc_g=no
10f2d63a 8137fi
698dcdb6
VZ
8138rm -f conftest*
8139
10f2d63a 8140fi
698dcdb6
VZ
8141
8142echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
10f2d63a 8143if test "$ac_test_CFLAGS" = set; then
698dcdb6 8144 CFLAGS="$ac_save_CFLAGS"
10f2d63a
VZ
8145elif test $ac_cv_prog_cc_g = yes; then
8146 if test "$GCC" = yes; then
8147 CFLAGS="-g -O2"
8148 else
8149 CFLAGS="-g"
8150 fi
8151else
8152 if test "$GCC" = yes; then
8153 CFLAGS="-O2"
8154 else
8155 CFLAGS=
8156 fi
8157fi
8158
8159
8160CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8161
698dcdb6 8162echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
4f14bcd8 8163echo "configure:8164: checking how to run the C preprocessor" >&5
10f2d63a
VZ
8164# On Suns, sometimes $CPP names a directory.
8165if test -n "$CPP" && test -d "$CPP"; then
8166 CPP=
8167fi
8168if test -z "$CPP"; then
698dcdb6
VZ
8169if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8170 echo $ac_n "(cached) $ac_c" 1>&6
8171else
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.
8174 CPP="${CC-cc} -E"
10f2d63a 8175 # On the NeXT, cc -E runs the code through the compiler's parser,
698dcdb6
VZ
8176 # not just through cpp.
8177 cat > conftest.$ac_ext <<EOF
4f14bcd8 8178#line 8179 "configure"
10f2d63a
VZ
8179#include "confdefs.h"
8180#include <assert.h>
698dcdb6
VZ
8181Syntax Error
8182EOF
8183ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 8184{ (eval echo configure:8185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8185ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8186if test -z "$ac_err"; then
10f2d63a
VZ
8187 :
8188else
698dcdb6
VZ
8189 echo "$ac_err" >&5
8190 echo "configure: failed program was:" >&5
10f2d63a 8191 cat conftest.$ac_ext >&5
698dcdb6
VZ
8192 rm -rf conftest*
8193 CPP="${CC-cc} -E -traditional-cpp"
8194 cat > conftest.$ac_ext <<EOF
4f14bcd8 8195#line 8196 "configure"
10f2d63a 8196#include "confdefs.h"
698dcdb6
VZ
8197#include <assert.h>
8198Syntax Error
8199EOF
8200ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 8201{ (eval echo configure:8202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8202ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8203if test -z "$ac_err"; then
8204 :
10f2d63a 8205else
698dcdb6
VZ
8206 echo "$ac_err" >&5
8207 echo "configure: failed program was:" >&5
10f2d63a 8208 cat conftest.$ac_ext >&5
698dcdb6
VZ
8209 rm -rf conftest*
8210 CPP="${CC-cc} -nologo -E"
8211 cat > conftest.$ac_ext <<EOF
4f14bcd8 8212#line 8213 "configure"
10f2d63a
VZ
8213#include "confdefs.h"
8214#include <assert.h>
698dcdb6
VZ
8215Syntax Error
8216EOF
8217ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 8218{ (eval echo configure:8219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8219ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8220if test -z "$ac_err"; then
10f2d63a
VZ
8221 :
8222else
698dcdb6
VZ
8223 echo "$ac_err" >&5
8224 echo "configure: failed program was:" >&5
10f2d63a 8225 cat conftest.$ac_ext >&5
698dcdb6
VZ
8226 rm -rf conftest*
8227 CPP=/lib/cpp
10f2d63a 8228fi
698dcdb6 8229rm -f conftest*
10f2d63a 8230fi
698dcdb6 8231rm -f conftest*
703e0a69 8232fi
698dcdb6
VZ
8233rm -f conftest*
8234 ac_cv_prog_CPP="$CPP"
8235fi
8236 CPP="$ac_cv_prog_CPP"
10f2d63a 8237else
698dcdb6 8238 ac_cv_prog_CPP="$CPP"
10f2d63a 8239fi
698dcdb6 8240echo "$ac_t""$CPP" 1>&6
10f2d63a 8241
698dcdb6
VZ
8242if test $ac_cv_prog_gcc = yes; then
8243 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
4f14bcd8 8244echo "configure:8245: checking whether ${CC-cc} needs -traditional" >&5
698dcdb6
VZ
8245if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8246 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8247else
8248 ac_pattern="Autoconf.*'x'"
698dcdb6 8249 cat > conftest.$ac_ext <<EOF
4f14bcd8 8250#line 8251 "configure"
10f2d63a
VZ
8251#include "confdefs.h"
8252#include <sgtty.h>
8253Autoconf TIOCGETP
698dcdb6 8254EOF
10f2d63a
VZ
8255if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8256 egrep "$ac_pattern" >/dev/null 2>&1; then
698dcdb6 8257 rm -rf conftest*
10f2d63a
VZ
8258 ac_cv_prog_gcc_traditional=yes
8259else
698dcdb6 8260 rm -rf conftest*
10f2d63a
VZ
8261 ac_cv_prog_gcc_traditional=no
8262fi
8263rm -f conftest*
8264
698dcdb6 8265
10f2d63a 8266 if test $ac_cv_prog_gcc_traditional = no; then
698dcdb6 8267 cat > conftest.$ac_ext <<EOF
4f14bcd8 8268#line 8269 "configure"
10f2d63a
VZ
8269#include "confdefs.h"
8270#include <termio.h>
8271Autoconf TCGETA
698dcdb6 8272EOF
10f2d63a
VZ
8273if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8274 egrep "$ac_pattern" >/dev/null 2>&1; then
698dcdb6 8275 rm -rf conftest*
10f2d63a
VZ
8276 ac_cv_prog_gcc_traditional=yes
8277fi
8278rm -f conftest*
8279
8280 fi
8281fi
698dcdb6
VZ
8282
8283echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
10f2d63a
VZ
8284 if test $ac_cv_prog_gcc_traditional = yes; then
8285 CC="$CC -traditional"
8286 fi
8287fi
8288
703e0a69 8289
698dcdb6
VZ
8290
8291ac_ext=C
8292# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 8293ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
8294ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8295ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8296cross_compiling=$ac_cv_prog_cxx_cross
8297
8298
8299for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8300do
8301# Extract the first word of "$ac_prog", so it can be a program name with args.
8302set dummy $ac_prog; ac_word=$2
8303echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8304echo "configure:8305: checking for $ac_word" >&5
698dcdb6
VZ
8305if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8306 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8307else
8308 if test -n "$CXX"; then
8309 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8310else
698dcdb6
VZ
8311 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8312 ac_dummy="$PATH"
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"
8317 break
8318 fi
8319 done
8320 IFS="$ac_save_ifs"
10f2d63a
VZ
8321fi
8322fi
698dcdb6 8323CXX="$ac_cv_prog_CXX"
10f2d63a 8324if test -n "$CXX"; then
698dcdb6 8325 echo "$ac_t""$CXX" 1>&6
10f2d63a 8326else
698dcdb6 8327 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8328fi
8329
698dcdb6 8330test -n "$CXX" && break
10f2d63a 8331done
698dcdb6 8332test -n "$CXX" || CXX="gcc"
10f2d63a
VZ
8333
8334
698dcdb6 8335echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
4f14bcd8 8336echo "configure:8337: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a 8337
698dcdb6
VZ
8338ac_ext=C
8339# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8340ac_cpp='$CXXCPP $CPPFLAGS'
8341ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8342ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8343cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 8344
698dcdb6
VZ
8345cat > conftest.$ac_ext << EOF
8346
4f14bcd8 8347#line 8348 "configure"
10f2d63a
VZ
8348#include "confdefs.h"
8349
698dcdb6
VZ
8350int main(){return(0);}
8351EOF
4f14bcd8 8352if { (eval echo configure:8353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
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
8357 else
8358 ac_cv_prog_cxx_cross=yes
8359 fi
8360else
8361 echo "configure: failed program was:" >&5
8362 cat conftest.$ac_ext >&5
8363 ac_cv_prog_cxx_works=no
8364fi
8365rm -fr conftest*
8366ac_ext=C
8367# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8368ac_cpp='$CXXCPP $CPPFLAGS'
8369ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8370ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8371cross_compiling=$ac_cv_prog_cxx_cross
8372
8373echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8374if 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; }
8376fi
8377echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
4f14bcd8 8378echo "configure:8379: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
698dcdb6
VZ
8379echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8380cross_compiling=$ac_cv_prog_cxx_cross
8381
8382echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
4f14bcd8 8383echo "configure:8384: checking whether we are using GNU C++" >&5
698dcdb6
VZ
8384if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8385 echo $ac_n "(cached) $ac_c" 1>&6
8386else
8387 cat > conftest.C <<EOF
8388#ifdef __GNUC__
8389 yes;
10f2d63a 8390#endif
698dcdb6 8391EOF
4f14bcd8 8392if { 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
698dcdb6
VZ
8393 ac_cv_prog_gxx=yes
8394else
8395 ac_cv_prog_gxx=no
8396fi
8397fi
10f2d63a 8398
698dcdb6 8399echo "$ac_t""$ac_cv_prog_gxx" 1>&6
10f2d63a 8400
698dcdb6
VZ
8401if test $ac_cv_prog_gxx = yes; then
8402 GXX=yes
8403else
8404 GXX=
8405fi
10f2d63a 8406
698dcdb6
VZ
8407ac_test_CXXFLAGS="${CXXFLAGS+set}"
8408ac_save_CXXFLAGS="$CXXFLAGS"
8409CXXFLAGS=
8410echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
4f14bcd8 8411echo "configure:8412: checking whether ${CXX-g++} accepts -g" >&5
698dcdb6
VZ
8412if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8413 echo $ac_n "(cached) $ac_c" 1>&6
8414else
8415 echo 'void f(){}' > conftest.cc
8416if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
10f2d63a
VZ
8417 ac_cv_prog_cxx_g=yes
8418else
698dcdb6 8419 ac_cv_prog_cxx_g=no
10f2d63a 8420fi
698dcdb6
VZ
8421rm -f conftest*
8422
10f2d63a 8423fi
698dcdb6
VZ
8424
8425echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
10f2d63a 8426if test "$ac_test_CXXFLAGS" = set; then
698dcdb6 8427 CXXFLAGS="$ac_save_CXXFLAGS"
10f2d63a
VZ
8428elif test $ac_cv_prog_cxx_g = yes; then
8429 if test "$GXX" = yes; then
8430 CXXFLAGS="-g -O2"
8431 else
8432 CXXFLAGS="-g"
8433 fi
8434else
8435 if test "$GXX" = yes; then
8436 CXXFLAGS="-O2"
8437 else
8438 CXXFLAGS=
8439 fi
8440fi
8441
8442
10f2d63a
VZ
8443CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
8444
8445ac_ext=c
698dcdb6 8446# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 8447ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
8448ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8449ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8450cross_compiling=$ac_cv_prog_cc_cross
8451
8452
8453# Extract the first word of "ranlib", so it can be a program name with args.
8454set dummy ranlib; ac_word=$2
8455echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8456echo "configure:8457: checking for $ac_word" >&5
698dcdb6
VZ
8457if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8458 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8459else
8460 if test -n "$RANLIB"; then
8461 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8462else
698dcdb6
VZ
8463 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8464 ac_dummy="$PATH"
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"
8469 break
8470 fi
8471 done
8472 IFS="$ac_save_ifs"
8473 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
10f2d63a
VZ
8474fi
8475fi
698dcdb6 8476RANLIB="$ac_cv_prog_RANLIB"
10f2d63a 8477if test -n "$RANLIB"; then
698dcdb6 8478 echo "$ac_t""$RANLIB" 1>&6
10f2d63a 8479else
698dcdb6 8480 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8481fi
8482
8483
8484# Extract the first word of "ar", so it can be a program name with args.
8485set dummy ar; ac_word=$2
698dcdb6 8486echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8487echo "configure:8488: checking for $ac_word" >&5
698dcdb6
VZ
8488if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8489 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8490else
8491 if test -n "$AR"; then
8492 ac_cv_prog_AR="$AR" # Let the user override the test.
8493else
698dcdb6
VZ
8494 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8495 ac_dummy="$PATH"
8496 for ac_dir in $ac_dummy; do
8497 test -z "$ac_dir" && ac_dir=.
8498 if test -f $ac_dir/$ac_word; then
8499 ac_cv_prog_AR="ar"
8500 break
8501 fi
8502 done
8503 IFS="$ac_save_ifs"
10f2d63a
VZ
8504 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
8505fi
8506fi
698dcdb6 8507AR="$ac_cv_prog_AR"
10f2d63a 8508if test -n "$AR"; then
698dcdb6 8509 echo "$ac_t""$AR" 1>&6
10f2d63a 8510else
698dcdb6 8511 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8512fi
8513
698dcdb6 8514
10f2d63a
VZ
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
8521# AIX /bin/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.
698dcdb6 8526echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
4f14bcd8 8527echo "configure:8528: checking for a BSD compatible install" >&5
10f2d63a 8528if test -z "$INSTALL"; then
698dcdb6
VZ
8529if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8530 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 8531else
698dcdb6 8532 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
10f2d63a
VZ
8533 for ac_dir in $PATH; do
8534 # Account for people who put trailing slashes in PATH elements.
698dcdb6
VZ
8535 case "$ac_dir/" in
8536 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
10f2d63a
VZ
8537 *)
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
8540 # by default.
8541 for ac_prog in ginstall scoinst install; do
698dcdb6 8542 if test -f $ac_dir/$ac_prog; then
10f2d63a 8543 if test $ac_prog = install &&
698dcdb6 8544 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
10f2d63a
VZ
8545 # AIX install. It has an incompatible calling convention.
8546 :
8547 else
8548 ac_cv_path_install="$ac_dir/$ac_prog -c"
8549 break 2
8550 fi
8551 fi
8552 done
8553 ;;
8554 esac
8555 done
698dcdb6 8556 IFS="$ac_save_IFS"
10f2d63a
VZ
8557
8558fi
8559 if test "${ac_cv_path_install+set}" = set; then
698dcdb6 8560 INSTALL="$ac_cv_path_install"
10f2d63a
VZ
8561 else
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.
698dcdb6 8566 INSTALL="$ac_install_sh"
10f2d63a
VZ
8567 fi
8568fi
698dcdb6 8569echo "$ac_t""$INSTALL" 1>&6
10f2d63a
VZ
8570
8571# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8572# It thinks the first close brace ends the variable substitution.
8573test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8574
698dcdb6 8575test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
10f2d63a
VZ
8576
8577test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8578
698dcdb6 8579
10f2d63a
VZ
8580# Extract the first word of "strip", so it can be a program name with args.
8581set dummy strip; ac_word=$2
698dcdb6 8582echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8583echo "configure:8584: checking for $ac_word" >&5
698dcdb6
VZ
8584if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8585 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8586else
8587 if test -n "$STRIP"; then
8588 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8589else
698dcdb6
VZ
8590 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8591 ac_dummy="$PATH"
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"
8596 break
8597 fi
8598 done
8599 IFS="$ac_save_ifs"
10f2d63a
VZ
8600 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
8601fi
8602fi
698dcdb6 8603STRIP="$ac_cv_prog_STRIP"
10f2d63a 8604if test -n "$STRIP"; then
698dcdb6 8605 echo "$ac_t""$STRIP" 1>&6
10f2d63a 8606else
698dcdb6 8607 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8608fi
8609
698dcdb6
VZ
8610
8611echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
4f14bcd8 8612echo "configure:8613: checking make for VPATH support" >&5
10f2d63a
VZ
8613cat - << EOF > confMake
8614check : file
8615 cp \$? \$@
8616 cp \$? final_file
8617EOF
8618
8619if test ! -d sub ; then
8620 mkdir sub
8621fi
8622echo dummy > sub/file
f6bcfd97 8623${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
10f2d63a
VZ
8624RESULT=$?
8625rm -f sub/file check final_file confMake
8626rmdir sub
8627if test "$RESULT" = 0; then
698dcdb6 8628 echo "$ac_t""yes" 1>&6
10f2d63a 8629else
698dcdb6
VZ
8630 echo "$ac_t""no" 1>&6
8631 { echo "configure: error:
1e487827
VS
8632You need a make-utility that is able to use the variable
8633VPATH correctly.
8634If your version of make does not support VPATH correctly,
8635please install GNU-make (possibly as gmake), and start
8636configure with the following command:
8637export MAKE=gmake; ./configure for sh-type shells
8638setenv MAKE gmake; ./configure for csh-type shells
8639Also please do remember to use gmake in this case every time
8640you are trying to compile.
698dcdb6 8641" 1>&2; exit 1; }
10f2d63a
VZ
8642fi
8643
8644for ac_prog in 'bison -y' byacc
8645do
698dcdb6 8646# Extract the first word of "$ac_prog", so it can be a program name with args.
10f2d63a 8647set dummy $ac_prog; ac_word=$2
698dcdb6 8648echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8649echo "configure:8650: checking for $ac_word" >&5
698dcdb6
VZ
8650if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8651 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8652else
8653 if test -n "$YACC"; then
8654 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8655else
698dcdb6
VZ
8656 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8657 ac_dummy="$PATH"
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"
8662 break
8663 fi
8664 done
8665 IFS="$ac_save_ifs"
10f2d63a
VZ
8666fi
8667fi
698dcdb6 8668YACC="$ac_cv_prog_YACC"
10f2d63a 8669if test -n "$YACC"; then
698dcdb6 8670 echo "$ac_t""$YACC" 1>&6
10f2d63a 8671else
698dcdb6 8672 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8673fi
8674
698dcdb6 8675test -n "$YACC" && break
10f2d63a
VZ
8676done
8677test -n "$YACC" || YACC="yacc"
8678
698dcdb6
VZ
8679
8680# Extract the first word of "flex", so it can be a program name with args.
8681set dummy flex; ac_word=$2
8682echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 8683echo "configure:8684: checking for $ac_word" >&5
698dcdb6
VZ
8684if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8685 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8686else
8687 if test -n "$LEX"; then
8688 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8689else
698dcdb6
VZ
8690 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8691 ac_dummy="$PATH"
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"
8696 break
8697 fi
8698 done
8699 IFS="$ac_save_ifs"
8700 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
10f2d63a
VZ
8701fi
8702fi
698dcdb6 8703LEX="$ac_cv_prog_LEX"
10f2d63a 8704if test -n "$LEX"; then
698dcdb6 8705 echo "$ac_t""$LEX" 1>&6
10f2d63a 8706else
698dcdb6 8707 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8708fi
8709
8710if test -z "$LEXLIB"
8711then
698dcdb6
VZ
8712 case "$LEX" in
8713 flex*) ac_lib=fl ;;
8714 *) ac_lib=l ;;
8715 esac
8716 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
4f14bcd8 8717echo "configure:8718: checking for yywrap in -l$ac_lib" >&5
698dcdb6
VZ
8718ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8719if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8720 echo $ac_n "(cached) $ac_c" 1>&6
8721else
8722 ac_save_LIBS="$LIBS"
8723LIBS="-l$ac_lib $LIBS"
8724cat > conftest.$ac_ext <<EOF
4f14bcd8 8725#line 8726 "configure"
10f2d63a
VZ
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
698dcdb6
VZ
8729 builtin and then its argument prototype would still apply. */
8730char yywrap();
10f2d63a 8731
698dcdb6
VZ
8732int main() {
8733yywrap()
8734; return 0; }
8735EOF
4f14bcd8 8736if { (eval echo configure:8737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
8737 rm -rf conftest*
8738 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 8739else
698dcdb6
VZ
8740 echo "configure: failed program was:" >&5
8741 cat conftest.$ac_ext >&5
8742 rm -rf conftest*
8743 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 8744fi
698dcdb6
VZ
8745rm -f conftest*
8746LIBS="$ac_save_LIBS"
8747
10f2d63a 8748fi
698dcdb6
VZ
8749if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8750 echo "$ac_t""yes" 1>&6
8751 LEXLIB="-l$ac_lib"
8752else
8753 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8754fi
8755
8756fi
8757
8758
698dcdb6 8759echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
4f14bcd8 8760echo "configure:8761: checking whether ln -s works" >&5
698dcdb6
VZ
8761if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8762 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 8763else
698dcdb6
VZ
8764 rm -f conftestdata
8765if ln -s X conftestdata 2>/dev/null
8766then
8767 rm -f conftestdata
8768 ac_cv_prog_LN_S="ln -s"
10f2d63a 8769else
698dcdb6 8770 ac_cv_prog_LN_S=ln
10f2d63a
VZ
8771fi
8772fi
698dcdb6
VZ
8773LN_S="$ac_cv_prog_LN_S"
8774if test "$ac_cv_prog_LN_S" = "ln -s"; then
8775 echo "$ac_t""yes" 1>&6
10f2d63a 8776else
698dcdb6 8777 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8778fi
8779
8780
8781
8782SEARCH_INCLUDE="\
8783 /usr/local/include \
8784 \
8785 /usr/Motif-1.2/include \
8786 /usr/Motif-2.1/include \
8787 \
8788 /usr/include/Motif1.2 \
8789 /opt/xpm/include/X11 \
8790 /opt/GBxpm/include/ \
8791 /opt/GBxpm/X11/include/ \
8792 \
8793 /usr/Motif1.2/include \
8794 /usr/dt/include \
afc31813
VZ
8795 /usr/openwin/include \
8796 \
10f2d63a
VZ
8797 /usr/include/Xm \
8798 \
8799 /usr/X11R6/include \
afc31813 8800 /usr/X11R6.4/include \
10f2d63a
VZ
8801 /usr/X11R5/include \
8802 /usr/X11R4/include \
8803 \
10f2d63a
VZ
8804 /usr/include/X11R6 \
8805 /usr/include/X11R5 \
8806 /usr/include/X11R4 \
8807 \
8808 /usr/local/X11R6/include \
8809 /usr/local/X11R5/include \
8810 /usr/local/X11R4/include \
8811 \
8812 /usr/local/include/X11R6 \
8813 /usr/local/include/X11R5 \
8814 /usr/local/include/X11R4 \
8815 \
8816 /usr/X11/include \
8817 /usr/include/X11 \
8818 /usr/local/X11/include \
8819 /usr/local/include/X11 \
8820 \
8821 /usr/X386/include \
8822 /usr/x386/include \
8823 /usr/XFree86/include/X11 \
8824 \
cf27ef00 8825 X:/XFree86/include \
ec14dd32
VZ
8826 X:/XFree86/include/X11 \
8827 \
10f2d63a
VZ
8828 /usr/include/gtk \
8829 /usr/local/include/gtk \
8830 /usr/include/glib \
8831 /usr/local/include/glib \
8832 \
8833 /usr/include/qt \
8834 /usr/local/include/qt \
8835 \
8836 /usr/include/windows \
8837 /usr/include/wine \
8838 /usr/local/include/wine \
8839 \
8840 /usr/unsupported/include \
8841 /usr/athena/include \
8842 /usr/local/x11r5/include \
8843 /usr/lpp/Xamples/include \
8844 \
10f2d63a 8845 /usr/openwin/share/include \
928b5c08
VZ
8846 \
8847 /usr/include"
10f2d63a
VZ
8848
8849SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8850
698dcdb6
VZ
8851
8852cat > confcache <<\EOF
10f2d63a
VZ
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
698dcdb6
VZ
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.
10f2d63a 8857#
698dcdb6
VZ
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.
10f2d63a 8866#
698dcdb6 8867EOF
10f2d63a
VZ
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.
698dcdb6
VZ
8873(set) 2>&1 |
8874 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8875 *ac_space=\ *)
8876 # `set' does not quote correctly, so add quotes (double-quote substitution
8877 # turns \\\\ into \\, and sed turns \\ into \).
8878 sed -n \
8879 -e "s/'/'\\\\''/g" \
8880 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8881 ;;
8882 *)
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'
8885 ;;
8886 esac >> confcache
8887if cmp -s $cache_file confcache; then
8888 :
8889else
10f2d63a 8890 if test -w $cache_file; then
698dcdb6
VZ
8891 echo "updating cache $cache_file"
8892 cat confcache > $cache_file
10f2d63a
VZ
8893 else
8894 echo "not updating unwritable cache $cache_file"
8895 fi
8896fi
8897rm -f confcache
8898
698dcdb6
VZ
8899
8900
4f14bcd8 8901
18dbb1f6
VZ
8902REGEX_INCLUDE=
8903if test "$wxUSE_REGEX" != "no"; then
4f14bcd8
GD
8904 cat >> confdefs.h <<\EOF
8905#define wxUSE_REGEX 1
8906EOF
8907
8908
8909 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
8910 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
18dbb1f6 8911echo $ac_n "checking for regex.h""... $ac_c" 1>&6
4f14bcd8 8912echo "configure:8913: checking for regex.h" >&5
18dbb1f6
VZ
8913if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8914 echo $ac_n "(cached) $ac_c" 1>&6
8915else
8916 cat > conftest.$ac_ext <<EOF
4f14bcd8 8917#line 8918 "configure"
18dbb1f6
VZ
8918#include "confdefs.h"
8919#include <regex.h>
8920EOF
8921ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 8922{ (eval echo configure:8923: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18dbb1f6
VZ
8923ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8924if test -z "$ac_err"; then
8925 rm -rf conftest*
8926 eval "ac_cv_header_$ac_safe=yes"
8927else
8928 echo "$ac_err" >&5
8929 echo "configure: failed program was:" >&5
8930 cat conftest.$ac_ext >&5
8931 rm -rf conftest*
8932 eval "ac_cv_header_$ac_safe=no"
8933fi
8934rm -f conftest*
8935fi
8936if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8937 echo "$ac_t""yes" 1>&6
8938 for ac_func in regcomp
8939do
8940echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4f14bcd8 8941echo "configure:8942: checking for $ac_func" >&5
18dbb1f6
VZ
8942if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8943 echo $ac_n "(cached) $ac_c" 1>&6
8944else
8945 cat > conftest.$ac_ext <<EOF
4f14bcd8 8946#line 8947 "configure"
18dbb1f6
VZ
8947#include "confdefs.h"
8948/* System header to define __stub macros and hopefully few prototypes,
8949 which can conflict with char $ac_func(); below. */
8950#include <assert.h>
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. */
8954char $ac_func();
8955
8956int main() {
8957
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)
8962choke me
8963#else
8964$ac_func();
8965#endif
8966
8967; return 0; }
8968EOF
4f14bcd8 8969if { (eval echo configure:8970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18dbb1f6
VZ
8970 rm -rf conftest*
8971 eval "ac_cv_func_$ac_func=yes"
8972else
8973 echo "configure: failed program was:" >&5
8974 cat conftest.$ac_ext >&5
8975 rm -rf conftest*
8976 eval "ac_cv_func_$ac_func=no"
8977fi
8978rm -f conftest*
8979fi
8980
8981if 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
8986EOF
8987
8988else
8989 echo "$ac_t""no" 1>&6
8990fi
8991done
8992
8993else
8994 echo "$ac_t""no" 1>&6
8995fi
8996
8997
4f14bcd8
GD
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; }
9001 else
a3df447d 9002 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9003 wxUSE_REGEX=builtin
9004 fi
9005 else
9006 wxUSE_REGEX=sys
18dbb1f6 9007 fi
18dbb1f6
VZ
9008 fi
9009
4f14bcd8
GD
9010 if test "$wxUSE_REGEX" = "builtin" ; then
9011 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
9012 fi
18dbb1f6
VZ
9013fi
9014
9015
4f14bcd8
GD
9016ZLIB_INCLUDE=
9017ZLIB_LINK=
9018if test "$wxUSE_ZLIB" != "no" ; then
9019 cat >> confdefs.h <<\EOF
9020#define wxUSE_ZLIB 1
9021EOF
dad6c0ea 9022
10f2d63a 9023
4f14bcd8
GD
9024 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9025 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9026echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9027echo "configure:9028: checking for zlib.h" >&5
3a922bb4
RL
9028if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9029 echo $ac_n "(cached) $ac_c" 1>&6
9030else
9031 cat > conftest.$ac_ext <<EOF
4f14bcd8 9032#line 9033 "configure"
3a922bb4 9033#include "confdefs.h"
4f14bcd8 9034#include <zlib.h>
3a922bb4
RL
9035EOF
9036ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 9037{ (eval echo configure:9038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3a922bb4
RL
9038ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9039if test -z "$ac_err"; then
9040 rm -rf conftest*
9041 eval "ac_cv_header_$ac_safe=yes"
9042else
9043 echo "$ac_err" >&5
9044 echo "configure: failed program was:" >&5
9045 cat conftest.$ac_ext >&5
9046 rm -rf conftest*
9047 eval "ac_cv_header_$ac_safe=no"
9048fi
9049rm -f conftest*
9050fi
9051if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9052 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
9053 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9054echo "configure:9055: checking for deflate in -lz" >&5
9055ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9056if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9057 echo $ac_n "(cached) $ac_c" 1>&6
9058else
9059 ac_save_LIBS="$LIBS"
9060LIBS="-lz $LIBS"
9061cat > 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. */
9067char deflate();
9068
9069int main() {
9070deflate()
9071; return 0; }
3a922bb4 9072EOF
4f14bcd8
GD
9073if { (eval echo configure:9074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9074 rm -rf conftest*
9075 eval "ac_cv_lib_$ac_lib_var=yes"
9076else
9077 echo "configure: failed program was:" >&5
9078 cat conftest.$ac_ext >&5
9079 rm -rf conftest*
9080 eval "ac_cv_lib_$ac_lib_var=no"
9081fi
9082rm -f conftest*
9083LIBS="$ac_save_LIBS"
9084
9085fi
9086if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9087 echo "$ac_t""yes" 1>&6
9088 ZLIB_LINK="-lz"
3a922bb4
RL
9089else
9090 echo "$ac_t""no" 1>&6
9091fi
10f2d63a 9092
4f14bcd8
GD
9093else
9094 echo "$ac_t""no" 1>&6
9095fi
9096
9097
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; }
9101 else
a3df447d 9102 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9103 wxUSE_ZLIB=builtin
9104 fi
9105 else
9106 wxUSE_ZLIB=sys
9107 fi
9108 fi
9109
9110 if test "$wxUSE_ZLIB" = "builtin" ; then
9111 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
9112 fi
9113fi
9114
9115
9116PNG_INCLUDE=
9117PNG_LINK=
9118if test "$wxUSE_LIBPNG" != "no" ; then
9119 cat >> confdefs.h <<\EOF
9120#define wxUSE_LIBPNG 1
9121EOF
9122
9123
9124 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
a3df447d 9125 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
4f14bcd8
GD
9126 wxUSE_LIBPNG=builtin
9127 fi
9128
9129 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9130 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
9131echo $ac_n "checking for png.h""... $ac_c" 1>&6
9132echo "configure:9133: checking for png.h" >&5
d4158b5d
VS
9133if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9134 echo $ac_n "(cached) $ac_c" 1>&6
9135else
9136 cat > conftest.$ac_ext <<EOF
4f14bcd8 9137#line 9138 "configure"
d4158b5d 9138#include "confdefs.h"
4f14bcd8 9139#include <png.h>
d4158b5d
VS
9140EOF
9141ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 9142{ (eval echo configure:9143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
d4158b5d
VS
9143ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9144if test -z "$ac_err"; then
9145 rm -rf conftest*
9146 eval "ac_cv_header_$ac_safe=yes"
9147else
9148 echo "$ac_err" >&5
9149 echo "configure: failed program was:" >&5
9150 cat conftest.$ac_ext >&5
9151 rm -rf conftest*
9152 eval "ac_cv_header_$ac_safe=no"
9153fi
9154rm -f conftest*
9155fi
9156if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9157 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
9158 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9159echo "configure:9160: checking for png_check_sig in -lpng" >&5
9160ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9161if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3a922bb4
RL
9162 echo $ac_n "(cached) $ac_c" 1>&6
9163else
4f14bcd8
GD
9164 ac_save_LIBS="$LIBS"
9165LIBS="-lpng -lz -lm $LIBS"
9166cat > conftest.$ac_ext <<EOF
9167#line 9168 "configure"
3a922bb4 9168#include "confdefs.h"
4f14bcd8
GD
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. */
9172char png_check_sig();
f6bcfd97 9173
4f14bcd8
GD
9174int main() {
9175png_check_sig()
3a922bb4
RL
9176; return 0; }
9177EOF
4f14bcd8 9178if { (eval echo configure:9179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3a922bb4 9179 rm -rf conftest*
4f14bcd8 9180 eval "ac_cv_lib_$ac_lib_var=yes"
3a922bb4
RL
9181else
9182 echo "configure: failed program was:" >&5
9183 cat conftest.$ac_ext >&5
9184 rm -rf conftest*
4f14bcd8 9185 eval "ac_cv_lib_$ac_lib_var=no"
3a922bb4
RL
9186fi
9187rm -f conftest*
4f14bcd8 9188LIBS="$ac_save_LIBS"
10f2d63a 9189
4f14bcd8
GD
9190fi
9191if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9192 echo "$ac_t""yes" 1>&6
9193 PNG_LINK="-lpng"
9194else
9195 echo "$ac_t""no" 1>&6
9196fi
32832908 9197
4f14bcd8
GD
9198
9199else
9200 echo "$ac_t""no" 1>&6
9201fi
3a922bb4 9202
7b7a7637 9203
4f14bcd8
GD
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; }
9207 else
a3df447d 9208 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9209 wxUSE_LIBPNG=builtin
9210 fi
9211 else
9212 wxUSE_LIBPNG=yes
9213 fi
3a922bb4
RL
9214 fi
9215
4f14bcd8
GD
9216 if test "$wxUSE_LIBPNG" = "builtin" ; then
9217 PNG_INCLUDE="-I\${top_srcdir}/src/png"
3a922bb4
RL
9218 fi
9219
4f14bcd8 9220 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
3a922bb4
RL
9221fi
9222
32832908 9223
4f14bcd8
GD
9224JPEG_INCLUDE=
9225JPEG_LINK=
9226if test "$wxUSE_LIBJPEG" != "no" ; then
9227 cat >> confdefs.h <<\EOF
9228#define wxUSE_LIBJPEG 1
9229EOF
10f2d63a 9230
8168de4c 9231
4f14bcd8
GD
9232 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9233 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9234echo "configure:9235: checking for jpeglib.h" >&5
9235 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
8168de4c
VZ
9236 echo $ac_n "(cached) $ac_c" 1>&6
9237else
4f14bcd8
GD
9238 cat > conftest.$ac_ext <<EOF
9239#line 9240 "configure"
9240#include "confdefs.h"
8168de4c 9241
4f14bcd8
GD
9242 #undef HAVE_STDLIB_H
9243 #include <stdio.h>
9244 #include <jpeglib.h>
9245
9246int main() {
9247
9248
9249; return 0; }
9250EOF
9251if { (eval echo configure:9252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9252 rm -rf conftest*
9253 ac_cv_header_jpeglib_h=yes
6f72b082 9254else
4f14bcd8
GD
9255 echo "configure: failed program was:" >&5
9256 cat conftest.$ac_ext >&5
9257 rm -rf conftest*
9258 ac_cv_header_jpeglib_h=no
9259
9260fi
9261rm -f conftest*
9262
698dcdb6 9263fi
6f72b082 9264
4f14bcd8
GD
9265 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9266
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
9269echo "configure:9270: checking for jpeg_read_header in -ljpeg" >&5
9270ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9271if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9272 echo $ac_n "(cached) $ac_c" 1>&6
6f72b082 9273else
4f14bcd8
GD
9274 ac_save_LIBS="$LIBS"
9275LIBS="-ljpeg $LIBS"
9276cat > 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. */
9282char jpeg_read_header();
698dcdb6 9283
4f14bcd8
GD
9284int main() {
9285jpeg_read_header()
9286; return 0; }
9287EOF
9288if { (eval echo configure:9289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9289 rm -rf conftest*
9290 eval "ac_cv_lib_$ac_lib_var=yes"
6f72b082 9291else
4f14bcd8
GD
9292 echo "configure: failed program was:" >&5
9293 cat conftest.$ac_ext >&5
9294 rm -rf conftest*
9295 eval "ac_cv_lib_$ac_lib_var=no"
698dcdb6 9296fi
4f14bcd8
GD
9297rm -f conftest*
9298LIBS="$ac_save_LIBS"
698dcdb6 9299
4f14bcd8
GD
9300fi
9301if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9302 echo "$ac_t""yes" 1>&6
9303 JPEG_LINK="-ljpeg"
9304else
9305 echo "$ac_t""no" 1>&6
9306fi
9307
9308 fi
9309
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; }
9313 else
a3df447d 9314 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9315 wxUSE_LIBJPEG=builtin
9316 fi
9317 else
9318 wxUSE_LIBJPEG=sys
9319 fi
9320 fi
9321
9322 if test "$wxUSE_LIBJPEG" = "builtin" ; then
9323 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
9324 fi
9325fi
9326
9327
9328TIFF_INCLUDE=
9329TIFF_LINK=
9330if test "$wxUSE_LIBTIFF" != "no" ; then
9331 cat >> confdefs.h <<\EOF
9332#define wxUSE_LIBTIFF 1
9333EOF
9334
9335
9336 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
9337 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
9338echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
9339echo "configure:9340: checking for tiffio.h" >&5
9340if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9341 echo $ac_n "(cached) $ac_c" 1>&6
9342else
9343 cat > conftest.$ac_ext <<EOF
9344#line 9345 "configure"
9345#include "confdefs.h"
9346#include <tiffio.h>
9347EOF
9348ac_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; }
9350ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9351if test -z "$ac_err"; then
9352 rm -rf conftest*
9353 eval "ac_cv_header_$ac_safe=yes"
9354else
9355 echo "$ac_err" >&5
9356 echo "configure: failed program was:" >&5
9357 cat conftest.$ac_ext >&5
9358 rm -rf conftest*
9359 eval "ac_cv_header_$ac_safe=no"
9360fi
9361rm -f conftest*
9362fi
9363if 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
9366echo "configure:9367: checking for TIFFError in -ltiff" >&5
9367ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
9368if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9369 echo $ac_n "(cached) $ac_c" 1>&6
9370else
9371 ac_save_LIBS="$LIBS"
9372LIBS="-ltiff -lm $LIBS"
9373cat > 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. */
9379char TIFFError();
9380
9381int main() {
9382TIFFError()
9383; return 0; }
9384EOF
9385if { (eval echo configure:9386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9386 rm -rf conftest*
9387 eval "ac_cv_lib_$ac_lib_var=yes"
9388else
9389 echo "configure: failed program was:" >&5
9390 cat conftest.$ac_ext >&5
9391 rm -rf conftest*
9392 eval "ac_cv_lib_$ac_lib_var=no"
9393fi
9394rm -f conftest*
9395LIBS="$ac_save_LIBS"
9396
9397fi
9398if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9399 echo "$ac_t""yes" 1>&6
9400 TIFF_LINK="-ltiff"
9401else
9402 echo "$ac_t""no" 1>&6
9403fi
9404
9405
9406else
9407 echo "$ac_t""no" 1>&6
9408fi
9409
9410
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; }
9414 else
a3df447d 9415 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9416 wxUSE_LIBTIFF=builtin
9417 fi
9418 else
9419 wxUSE_LIBTIFF=sys
9420 fi
9421 fi
9422
9423 if test "$wxUSE_LIBTIFF" = "builtin" ; then
9424 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
9425 fi
9426fi
9427
9428
9429FREETYPE_INCLUDE=
9430FREETYPE_LINK=
9431if test "$wxUSE_FREETYPE" != "no" ; then
9432 cat >> confdefs.h <<\EOF
9433#define wxUSE_FREETYPE 1
9434EOF
9435
9436
9437 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
9438 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
9439echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
9440echo "configure:9441: checking for freetype.h" >&5
9441if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9442 echo $ac_n "(cached) $ac_c" 1>&6
9443else
9444 cat > conftest.$ac_ext <<EOF
9445#line 9446 "configure"
9446#include "confdefs.h"
9447#include <freetype.h>
9448EOF
9449ac_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; }
9451ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9452if test -z "$ac_err"; then
9453 rm -rf conftest*
9454 eval "ac_cv_header_$ac_safe=yes"
9455else
9456 echo "$ac_err" >&5
9457 echo "configure: failed program was:" >&5
9458 cat conftest.$ac_ext >&5
9459 rm -rf conftest*
9460 eval "ac_cv_header_$ac_safe=no"
9461fi
9462rm -f conftest*
9463fi
9464if 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
9467echo "configure:9468: checking for FT_Render_Glyph in -lfreetype" >&5
9468ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
9469if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9470 echo $ac_n "(cached) $ac_c" 1>&6
9471else
9472 ac_save_LIBS="$LIBS"
9473LIBS="-lfreetype -lm $LIBS"
9474cat > 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. */
9480char FT_Render_Glyph();
9481
9482int main() {
9483FT_Render_Glyph()
9484; return 0; }
9485EOF
9486if { (eval echo configure:9487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9487 rm -rf conftest*
9488 eval "ac_cv_lib_$ac_lib_var=yes"
9489else
9490 echo "configure: failed program was:" >&5
9491 cat conftest.$ac_ext >&5
9492 rm -rf conftest*
9493 eval "ac_cv_lib_$ac_lib_var=no"
9494fi
9495rm -f conftest*
9496LIBS="$ac_save_LIBS"
9497
9498fi
9499if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9500 echo "$ac_t""yes" 1>&6
9501 FREETYPE_LINK="-lfreetype"
9502else
9503 echo "$ac_t""no" 1>&6
9504fi
9505
9506
9507else
9508 echo "$ac_t""no" 1>&6
9509fi
9510
9511
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; }
9515 else
a3df447d 9516 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9517 wxUSE_FREETYPE=builtin
9518 fi
9519 else
9520 wxUSE_FREETYPE=sys
9521 fi
9522 fi
9523
9524 if test "$wxUSE_FREETYPE" = "builtin" ; then
9525 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
9526 fi
9527fi
9528
9529
9530AFMINSTALL=
9531
9532TOOLKIT=
9533TOOLKIT_INCLUDE=
9534WIDGET_SET=
9535
9536if test "$USE_WIN32" = 1 ; then
9537 for ac_hdr in w32api.h
9538do
9539ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9540echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9541echo "configure:9542: checking for $ac_hdr" >&5
9542if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9543 echo $ac_n "(cached) $ac_c" 1>&6
9544else
9545 cat > conftest.$ac_ext <<EOF
9546#line 9547 "configure"
9547#include "confdefs.h"
9548#include <$ac_hdr>
9549EOF
9550ac_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; }
9552ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9553if test -z "$ac_err"; then
9554 rm -rf conftest*
9555 eval "ac_cv_header_$ac_safe=yes"
9556else
9557 echo "$ac_err" >&5
9558 echo "configure: failed program was:" >&5
9559 cat conftest.$ac_ext >&5
9560 rm -rf conftest*
9561 eval "ac_cv_header_$ac_safe=no"
9562fi
9563rm -f conftest*
9564fi
9565if 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
9570EOF
9571
9572else
9573 echo "$ac_t""no" 1>&6
9574fi
9575done
9576
9577 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
9578echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9579echo "configure:9580: checking for windows.h" >&5
9580if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9581 echo $ac_n "(cached) $ac_c" 1>&6
9582else
9583 cat > conftest.$ac_ext <<EOF
9584#line 9585 "configure"
9585#include "confdefs.h"
9586#include <windows.h>
9587EOF
9588ac_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; }
9590ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9591if test -z "$ac_err"; then
9592 rm -rf conftest*
9593 eval "ac_cv_header_$ac_safe=yes"
9594else
9595 echo "$ac_err" >&5
9596 echo "configure: failed program was:" >&5
9597 cat conftest.$ac_ext >&5
9598 rm -rf conftest*
9599 eval "ac_cv_header_$ac_safe=no"
9600fi
9601rm -f conftest*
9602fi
9603if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9604 echo "$ac_t""yes" 1>&6
9605 :
9606else
9607 echo "$ac_t""no" 1>&6
9608
9609 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9610
9611fi
9612
9613
9614 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
9615echo "configure:9616: checking if w32api has good enough MSIE support" >&5
9616if eval "test \"`echo '$''{'wx_cv_w32api_win_ie'+set}'`\" = set"; then
9617 echo $ac_n "(cached) $ac_c" 1>&6
9618else
9619
9620 cat > conftest.$ac_ext <<EOF
9621#line 9622 "configure"
9622#include "confdefs.h"
9623#include <w32api.h>
9624int main() {
9625
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))))
9630
9631 #if !wxCHECK_W32API_VERSION(1,1)
9632 #error You need w32api 1.1 or newer
9633 #endif
9634
9635; return 0; }
9636EOF
9637if { (eval echo configure:9638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9638 rm -rf conftest*
9639
9640 wx_cv_w32api_win_ie=yes
9641 CPPFLAGS="$CPPFLAGS -D_WIN_IE=0x400"
9642
9643else
9644 echo "configure: failed program was:" >&5
9645 cat conftest.$ac_ext >&5
9646 rm -rf conftest*
9647
9648 wx_cv_w32api_win_ie=no
9649
9650fi
9651rm -f conftest*
9652
9653fi
9654
9655echo "$ac_t""$wx_cv_w32api_win_ie" 1>&6
9656
9657 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9658
9659 if test "$wxUSE_CYGWIN" = 1; then
9660 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9661 fi
9662
9663 if test "$wxUSE_ODBC" = "yes" ; then
9664 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
9665 fi
9666
9667 if test "$wxUSE_MINGW" = 1; then
9668 LDFLAGS="$LDFLAGS -mwindows"
9669 fi
9670
9671 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9672 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
9673fi
9674
9675if test "$wxUSE_GUI" = "yes"; then
9676 USE_GUI=1
9677
9678 GUI_TK_LIBRARY=
9679
9680 WXGTK12=
9681 WXGTK127=
9682 WXGTK20=
9683
9684 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
9685 TOOLKIT=MSW
9686 GUIDIST=MSW_DIST
9687 fi
9688
9689 if test "$wxUSE_GTK" = 1; then
9690 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9691echo "configure:9692: checking for GTK+ version" >&5
9692
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
9696else
9697
9698 gtk_version_cached=0
9699 echo "$ac_t""""" 1>&6
9700
9701 wx_cv_lib_gtk=
9702 if test "x$wxUSE_GTK2" = "xyes"; then
9703 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9704if test "${with_gtk_prefix+set}" = set; then
9705 withval="$with_gtk_prefix"
9706 gtk_config_prefix="$withval"
9707else
9708 gtk_config_prefix=""
9709fi
9710
9711# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9712if test "${with_gtk_exec_prefix+set}" = set; then
9713 withval="$with_gtk_exec_prefix"
9714 gtk_config_exec_prefix="$withval"
9715else
9716 gtk_config_exec_prefix=""
9717fi
9718
9719# Check whether --enable-gtktest or --disable-gtktest was given.
9720if test "${enable_gtktest+set}" = set; then
9721 enableval="$enable_gtktest"
9722 :
9723else
9724 enable_gtktest=yes
9725fi
9726
9727
9728 for module in .
9729 do
6f72b082 9730 case "$module" in
8168de4c 9731 gthread)
6f72b082
OK
9732 gtk_config_args="$gtk_config_args gthread"
9733 ;;
9734 esac
9735 done
9736
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
9741 fi
9742 fi
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
9747 fi
9748 fi
9749
9750 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9751set dummy gtk-config-2.0; ac_word=$2
698dcdb6 9752echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 9753echo "configure:9754: checking for $ac_word" >&5
698dcdb6
VZ
9754if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9755 echo $ac_n "(cached) $ac_c" 1>&6
6f72b082 9756else
698dcdb6
VZ
9757 case "$GTK_CONFIG_2_0" in
9758 /*)
6f72b082
OK
9759 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9760 ;;
698dcdb6
VZ
9761 ?:/*)
9762 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9763 ;;
6f72b082 9764 *)
698dcdb6
VZ
9765 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9766 ac_dummy="$PATH"
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"
9771 break
9772 fi
9773 done
9774 IFS="$ac_save_ifs"
6f72b082
OK
9775 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
9776 ;;
9777esac
9778fi
698dcdb6 9779GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
6f72b082 9780if test -n "$GTK_CONFIG_2_0"; then
698dcdb6 9781 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
6f72b082 9782else
698dcdb6 9783 echo "$ac_t""no" 1>&6
6f72b082
OK
9784fi
9785
9786 min_gtk_version=1.3.1
698dcdb6 9787 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
4f14bcd8 9788echo "configure:9789: checking for GTK - version >= $min_gtk_version" >&5
6f72b082
OK
9789 no_gtk=""
9790 if test "$GTK_CONFIG_2_0" = "no" ; then
9791 no_gtk=yes
9792 else
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"
9806 rm -f conf.gtktest
9807 if test "$cross_compiling" = yes; then
9808 echo $ac_n "cross compiling; assumed OK... $ac_c"
9809else
698dcdb6 9810 cat > conftest.$ac_ext <<EOF
4f14bcd8 9811#line 9812 "configure"
6f72b082
OK
9812#include "confdefs.h"
9813
9814#include <gtk/gtk.h>
9815#include <stdio.h>
9816#include <stdlib.h>
9817
8168de4c 9818int
6f72b082
OK
9819main ()
9820{
9821 int major, minor, micro;
9822 char *tmp_version;
9823
9824 system ("touch conf.gtktest");
9825
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, &micro) != 3) {
9829 printf("%s, bad version string\n", "$min_gtk_version");
9830 exit(1);
9831 }
9832
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))
9836 {
8168de4c 9837 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
6f72b082
OK
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");
8168de4c 9848 }
6f72b082
OK
9849#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9850 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
8168de4c 9851 (gtk_minor_version != GTK_MINOR_VERSION) ||
6f72b082
OK
9852 (gtk_micro_version != GTK_MICRO_VERSION))
9853 {
9854 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
8168de4c 9855 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
6f72b082 9856 printf("*** library (version %d.%d.%d)\n",
8168de4c 9857 gtk_major_version, gtk_minor_version, gtk_micro_version);
6f72b082
OK
9858 }
9859#endif /* defined (GTK_MAJOR_VERSION) ... */
9860 else
9861 {
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)))
9865 {
9866 return 0;
9867 }
9868 else
9869 {
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",
8168de4c 9873 major, minor, micro);
6f72b082
OK
9874 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9875 printf("***\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");
9883 }
9884 }
9885 return 1;
9886}
9887
698dcdb6 9888EOF
4f14bcd8 9889if { (eval echo configure:9890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 9890then
6f72b082
OK
9891 :
9892else
698dcdb6
VZ
9893 echo "configure: failed program was:" >&5
9894 cat conftest.$ac_ext >&5
9895 rm -fr conftest*
9896 no_gtk=yes
6f72b082 9897fi
698dcdb6 9898rm -fr conftest*
6f72b082 9899fi
698dcdb6 9900
6f72b082
OK
9901 CFLAGS="$ac_save_CFLAGS"
9902 LIBS="$ac_save_LIBS"
9903 fi
9904 fi
9905 if test "x$no_gtk" = x ; then
698dcdb6 9906 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
8168de4c 9907 wx_cv_lib_gtk=2.0
6f72b082 9908 else
698dcdb6 9909 echo "$ac_t""no" 1>&6
6f72b082
OK
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."
9915 else
9916 if test -f conf.gtktest ; then
9917 :
9918 else
9919 echo "*** Could not run GTK test program, checking why..."
9920 CFLAGS="$CFLAGS $GTK_CFLAGS"
9921 LIBS="$LIBS $GTK_LIBS"
698dcdb6 9922 cat > conftest.$ac_ext <<EOF
4f14bcd8 9923#line 9924 "configure"
6f72b082
OK
9924#include "confdefs.h"
9925
9926#include <gtk/gtk.h>
9927#include <stdio.h>
9928
698dcdb6
VZ
9929int main() {
9930 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9931; return 0; }
9932EOF
4f14bcd8 9933if { (eval echo configure:9934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 9934 rm -rf conftest*
6f72b082
OK
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"
8168de4c 9941 echo "***"
6f72b082
OK
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"
9944 echo "***"
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"
9947 echo "***"
698dcdb6 9948 echo "*** rpm --erase --nodeps gtk gtk-devel"
6f72b082 9949else
698dcdb6
VZ
9950 echo "configure: failed program was:" >&5
9951 cat conftest.$ac_ext >&5
9952 rm -rf conftest*
9953 echo "*** The test program failed to compile or link. See the file config.log for the"
6f72b082
OK
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"
698dcdb6 9956 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
6f72b082 9957fi
698dcdb6 9958rm -f conftest*
6f72b082
OK
9959 CFLAGS="$ac_save_CFLAGS"
9960 LIBS="$ac_save_LIBS"
9961 fi
9962 fi
9963 GTK_CFLAGS=""
9964 GTK_LIBS=""
8168de4c
VZ
9965 gthread
9966 fi
9967
9968
9969 rm -f conf.gtktest
9970
9971 fi
9972
9973 if test -z "$wx_cv_lib_gtk"; then
9974
10f2d63a
VZ
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
9979 fi
9980 fi
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
9985 fi
9986 fi
9987
9988 # Extract the first word of "gtk-config", so it can be a program name with args.
9989set dummy gtk-config; ac_word=$2
698dcdb6 9990echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 9991echo "configure:9992: checking for $ac_word" >&5
698dcdb6
VZ
9992if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9993 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 9994else
698dcdb6
VZ
9995 case "$GTK_CONFIG" in
9996 /*)
f6bcfd97
BP
9997 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
9998 ;;
698dcdb6
VZ
9999 ?:/*)
10000 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10001 ;;
f6bcfd97 10002 *)
698dcdb6
VZ
10003 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10004 ac_dummy="$PATH"
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"
10009 break
10010 fi
10011 done
10012 IFS="$ac_save_ifs"
f6bcfd97
BP
10013 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10014 ;;
10015esac
10016fi
698dcdb6 10017GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
f6bcfd97 10018if test -n "$GTK_CONFIG"; then
698dcdb6 10019 echo "$ac_t""$GTK_CONFIG" 1>&6
f6bcfd97 10020else
698dcdb6 10021 echo "$ac_t""no" 1>&6
f6bcfd97
BP
10022fi
10023
10024 min_gtk_version=1.2.7
698dcdb6 10025 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
4f14bcd8 10026echo "configure:10027: checking for GTK - version >= $min_gtk_version" >&5
f6bcfd97
BP
10027 no_gtk=""
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"
10037else
698dcdb6 10038 cat > conftest.$ac_ext <<EOF
4f14bcd8 10039#line 10040 "configure"
f6bcfd97
BP
10040#include "confdefs.h"
10041
10042#include <gtk/gtk.h>
10043#include <gtk/gtkfeatures.h>
10044#include <stdio.h>
10045#include <stdlib.h>
10046
10047int
10048main ()
10049{
10050 int major, minor, micro;
10051
10052 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10053 printf("%s, bad version string\n", "$min_gtk_version");
10054 exit(1);
10055 }
10056
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");
10061 exit(1);
10062 }
10063
10064 if (gtk_minor_version == 1) return FALSE;
10065
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)));
10069}
10070
698dcdb6 10071EOF
4f14bcd8 10072if { (eval echo configure:10073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 10073then
f6bcfd97
BP
10074 :
10075else
698dcdb6
VZ
10076 echo "configure: failed program was:" >&5
10077 cat conftest.$ac_ext >&5
10078 rm -fr conftest*
10079 no_gtk=yes
f6bcfd97 10080fi
698dcdb6 10081rm -fr conftest*
f6bcfd97 10082fi
698dcdb6 10083
f6bcfd97
BP
10084 CFLAGS="$ac_save_CFLAGS"
10085 LIBS="$ac_save_LIBS"
10086 else
10087 no_gtk=yes
10088 fi
10089 if test "x$no_gtk" = x ; then
698dcdb6 10090 echo "$ac_t""yes" 1>&6
8168de4c 10091 wx_cv_lib_gtk=1.2.7
f6bcfd97 10092 else
698dcdb6 10093 echo "$ac_t""no" 1>&6
f6bcfd97
BP
10094 GTK_CFLAGS=""
10095 GTK_LIBS=""
10096 :
10097 fi
698dcdb6
VZ
10098
10099
f6bcfd97 10100
8168de4c
VZ
10101 fi
10102
10103 if test -z "$wx_cv_lib_gtk"; then
10104
f6bcfd97
BP
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
10109 fi
10110 fi
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
10115 fi
10116 fi
10117
10118 # Extract the first word of "gtk-config", so it can be a program name with args.
10119set dummy gtk-config; ac_word=$2
698dcdb6 10120echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4f14bcd8 10121echo "configure:10122: checking for $ac_word" >&5
698dcdb6
VZ
10122if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10123 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 10124else
698dcdb6
VZ
10125 case "$GTK_CONFIG" in
10126 /*)
10f2d63a
VZ
10127 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10128 ;;
698dcdb6
VZ
10129 ?:/*)
10130 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10131 ;;
10f2d63a 10132 *)
698dcdb6
VZ
10133 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10134 ac_dummy="$PATH"
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"
10139 break
10140 fi
10141 done
10142 IFS="$ac_save_ifs"
10f2d63a
VZ
10143 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10144 ;;
10145esac
10146fi
698dcdb6 10147GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10f2d63a 10148if test -n "$GTK_CONFIG"; then
698dcdb6 10149 echo "$ac_t""$GTK_CONFIG" 1>&6
10f2d63a 10150else
698dcdb6 10151 echo "$ac_t""no" 1>&6
10f2d63a
VZ
10152fi
10153
04165bec 10154 min_gtk_version=1.2.3
698dcdb6 10155 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
4f14bcd8 10156echo "configure:10157: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
10157 no_gtk=""
10158 if test "$GTK_CONFIG" != "no" ; then
10159 GTK_CFLAGS=`$GTK_CONFIG --cflags`
2224580a 10160 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10f2d63a
VZ
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"
10167else
698dcdb6 10168 cat > conftest.$ac_ext <<EOF
4f14bcd8 10169#line 10170 "configure"
10f2d63a
VZ
10170#include "confdefs.h"
10171
10172#include <gtk/gtk.h>
f49f2b0c 10173#include <gtk/gtkfeatures.h>
10f2d63a 10174#include <stdio.h>
32832908 10175#include <stdlib.h>
10f2d63a
VZ
10176
10177int
10178main ()
10179{
10180 int major, minor, micro;
10181
10182 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10183 printf("%s, bad version string\n", "$min_gtk_version");
10184 exit(1);
10185 }
10186
f49f2b0c
RR
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");
10191 exit(1);
10192 }
10193
10f2d63a
VZ
10194 if (gtk_minor_version == 1) return FALSE;
10195
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)));
10199}
10200
698dcdb6 10201EOF
4f14bcd8 10202if { (eval echo configure:10203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 10203then
10f2d63a
VZ
10204 :
10205else
698dcdb6
VZ
10206 echo "configure: failed program was:" >&5
10207 cat conftest.$ac_ext >&5
10208 rm -fr conftest*
10209 no_gtk=yes
10f2d63a 10210fi
698dcdb6 10211rm -fr conftest*
10f2d63a 10212fi
698dcdb6 10213
10f2d63a
VZ
10214 CFLAGS="$ac_save_CFLAGS"
10215 LIBS="$ac_save_LIBS"
10216 else
10217 no_gtk=yes
10218 fi
10219 if test "x$no_gtk" = x ; then
698dcdb6 10220 echo "$ac_t""yes" 1>&6
8168de4c 10221 wx_cv_lib_gtk=1.2.3
10f2d63a 10222 else
698dcdb6 10223 echo "$ac_t""no" 1>&6
10f2d63a
VZ
10224 GTK_CFLAGS=""
10225 GTK_LIBS=""
7e99ad86 10226 :
10f2d63a 10227 fi
698dcdb6
VZ
10228
10229
10f2d63a 10230
8168de4c
VZ
10231 fi
10232
10233 if test -z "$wx_cv_lib_gtk"; then
10234 wx_cv_lib_gtk=none
138be253
VZ
10235 else
10236 wx_cv_cflags_gtk=$GTK_CFLAGS
10237 wx_cv_libs_gtk=$GTK_LIBS
8168de4c
VZ
10238 fi
10239
1e6feb95 10240
8168de4c 10241fi
703e0a69 10242
698dcdb6 10243
8168de4c
VZ
10244 if test "$gtk_version_cached" = 1; then
10245 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
1e6feb95 10246 fi
698dcdb6 10247
8168de4c
VZ
10248 case "$wx_cv_lib_gtk" in
10249 2.0) WXGTK20=1
10250 ;;
10251 1.2.7) WXGTK127=1
d1a8d972 10252 WXGTK12=1
8168de4c
VZ
10253 ;;
10254 1.2.3) WXGTK12=1
10255 ;;
10256 *) { echo "configure: error:
10257Please check that gtk-config is in path, the directory
10258where GTK+ libraries are installed (returned by
10259'gtk-config --libs' command) is in LD_LIBRARY_PATH or
10260equivalent variable and GTK+ is version 1.2.3 or above.
10261 " 1>&2; exit 1; }
10262 ;;
10263 esac
2224580a 10264
138be253 10265 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
11dfaa5f 10266 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
698dcdb6 10267
1e6feb95
VZ
10268 AFMINSTALL=afminstall
10269 TOOLKIT=GTK
10270 GUIDIST=GTK_DIST
7ec2881a 10271
1e6feb95 10272 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
4f14bcd8 10273echo "configure:10274: checking for gdk_im_open in -lgdk" >&5
698dcdb6
VZ
10274ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
10275if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10276 echo $ac_n "(cached) $ac_c" 1>&6
7ec2881a 10277else
698dcdb6 10278 ac_save_LIBS="$LIBS"
7ec2881a 10279LIBS="-lgdk $LIBS"
698dcdb6 10280cat > conftest.$ac_ext <<EOF
4f14bcd8 10281#line 10282 "configure"
7ec2881a
RR
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
698dcdb6
VZ
10285 builtin and then its argument prototype would still apply. */
10286char gdk_im_open();
10287
10288int main() {
10289gdk_im_open()
10290; return 0; }
10291EOF
4f14bcd8 10292if { (eval echo configure:10293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10293 rm -rf conftest*
10294 eval "ac_cv_lib_$ac_lib_var=yes"
10295else
10296 echo "configure: failed program was:" >&5
10297 cat conftest.$ac_ext >&5
10298 rm -rf conftest*
10299 eval "ac_cv_lib_$ac_lib_var=no"
10300fi
10301rm -f conftest*
10302LIBS="$ac_save_LIBS"
10303
10304fi
10305if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10306 echo "$ac_t""yes" 1>&6
10307 cat >> confdefs.h <<\EOF
7ec2881a
RR
10308#define HAVE_XIM 1
10309EOF
10310
698dcdb6
VZ
10311else
10312 echo "$ac_t""no" 1>&6
7ec2881a
RR
10313fi
10314
1e6feb95 10315 fi
10f2d63a 10316
1e6feb95
VZ
10317 if test "$wxUSE_MGL" = 1; then
10318
10319 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
4f14bcd8 10320echo "configure:10321: checking for SciTech MGL library" >&5
1e6feb95
VZ
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; }
10324 else
10325 echo "$ac_t""$MGL_ROOT" 1>&6
10326 fi
10327
3a922bb4
RL
10328 mgl_os=linux/gcc/glibc
10329 mgl_lib_type=""
1e6feb95
VZ
10330
10331 if test "$wxUSE_DEBUG_FLAG" = yes ; then
3a922bb4
RL
10332 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a ; then
10333 mgl_lib_type=debug
1e6feb95
VZ
10334 fi
10335 fi
3a922bb4
RL
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
1e6feb95
VZ
10339 else
10340 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
10341 fi
10342 fi
10343
10344 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
3a922bb4 10345 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
1e6feb95
VZ
10346
10347 AFMINSTALL=afminstall
10348 TOOLKIT=MGL
10349 GUIDIST=MGL_DIST
10350 fi
10351
10352 if test "$wxUSE_WINE" = 1; then
3a922bb4
RL
10353 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
10354echo $ac_n "checking for windows.h""... $ac_c" 1>&6
4f14bcd8 10355echo "configure:10356: checking for windows.h" >&5
3a922bb4
RL
10356if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10357 echo $ac_n "(cached) $ac_c" 1>&6
10358else
10359 cat > conftest.$ac_ext <<EOF
4f14bcd8 10360#line 10361 "configure"
3a922bb4
RL
10361#include "confdefs.h"
10362#include <windows.h>
10363EOF
10364ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 10365{ (eval echo configure:10366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3a922bb4
RL
10366ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10367if test -z "$ac_err"; then
10368 rm -rf conftest*
10369 eval "ac_cv_header_$ac_safe=yes"
10370else
10371 echo "$ac_err" >&5
10372 echo "configure: failed program was:" >&5
10373 cat conftest.$ac_ext >&5
10374 rm -rf conftest*
10375 eval "ac_cv_header_$ac_safe=no"
10376fi
10377rm -f conftest*
10378fi
10379if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10380 echo "$ac_t""yes" 1>&6
10381 :
10382else
10383 echo "$ac_t""no" 1>&6
10f2d63a 10384
1e6feb95 10385 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
3a922bb4
RL
10386
10387fi
10388
10f2d63a 10389
3a922bb4 10390 xpm_link=""
1e6feb95 10391 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
4f14bcd8 10392echo "configure:10393: checking for Xpm library" >&5
1e6feb95 10393
10f2d63a
VZ
10394ac_find_libraries=
10395for ac_dir in $SEARCH_LIB;
10396 do
f11bdd03 10397 for ac_extension in a so sl dylib; do
10f2d63a
VZ
10398 if test -f "$ac_dir/libXpm.$ac_extension"; then
10399 ac_find_libraries=$ac_dir
10400 break 2
10401 fi
10402 done
10403 done
10404
1e6feb95
VZ
10405 if test "$ac_find_libraries" != "" ; then
10406 GUI_TK_LIBRARY="-L$ac_find_libraries"
3a922bb4 10407 xpm_link="-lXpm"
1e6feb95 10408 cat >> confdefs.h <<\EOF
10f2d63a
VZ
10409#define wxHAVE_LIB_XPM 1
10410EOF
10411
1e6feb95
VZ
10412 echo "$ac_t""found at $ac_find_libraries" 1>&6
10413 else
10414 echo "$ac_t""no" 1>&6
10415 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10416 fi
10f2d63a 10417
3a922bb4 10418 mesa_link=""
1e6feb95 10419 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
4f14bcd8 10420echo "configure:10421: checking for Mesa library" >&5
1e6feb95 10421
10f2d63a
VZ
10422ac_find_libraries=
10423for ac_dir in $SEARCH_LIB;
10424 do
f11bdd03 10425 for ac_extension in a so sl dylib; do
10f2d63a
VZ
10426 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
10427 ac_find_libraries=$ac_dir
10428 break 2
10429 fi
10430 done
10431 done
10432
1e6feb95
VZ
10433 if test "$ac_find_libraries" != "" ; then
10434 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
3a922bb4 10435 mesa_link="-lMesaGL"
1e6feb95
VZ
10436 echo "$ac_t""found at $ac_find_libraries" 1>&6
10437 else
10438 { echo "configure: error: no" 1>&2; exit 1; }
10439 fi
10f2d63a 10440
3a922bb4 10441 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine $mesa_link $xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
1e6feb95
VZ
10442 TOOLKIT=MSW
10443 GUIDIST=MSW_DIST
3a922bb4 10444 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
1e6feb95 10445 fi
698dcdb6 10446
d714471b
VZ
10447 if test "$wxUSE_MOTIF" = 1; then
10448 # If we find X, set shell vars x_includes and x_libraries to the
698dcdb6
VZ
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.
10452echo $ac_n "checking for X""... $ac_c" 1>&6
4f14bcd8 10453echo "configure:10454: checking for X" >&5
ab9b9eab
VZ
10454
10455# Check whether --with-x or --without-x was given.
10456if test "${with_x+set}" = set; then
10457 withval="$with_x"
698dcdb6
VZ
10458 :
10459fi
ba337fe7 10460
ab9b9eab
VZ
10461# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10462if test "x$with_x" = xno; then
10463 # The user explicitly disabled X.
10464 have_x=disabled
10465else
10466 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
10467 # Both variables are already set.
10468 have_x=yes
10469 else
698dcdb6
VZ
10470if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
10471 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab
VZ
10472else
10473 # One or both of the vars are not set, and there is no cached value.
698dcdb6
VZ
10474ac_x_includes=NO ac_x_libraries=NO
10475rm -fr conftestdir
10476if mkdir conftestdir; then
10477 cd conftestdir
ab9b9eab 10478 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
698dcdb6 10479 cat > Imakefile <<'EOF'
ab9b9eab
VZ
10480acfindx:
10481 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
10482EOF
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.
10f2d63a 10487 for ac_extension in a so sl; do
ab9b9eab 10488 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
698dcdb6 10489 test -f $ac_im_libdir/libX11.$ac_extension; then
ab9b9eab 10490 ac_im_usrlibdir=$ac_im_libdir; break
10f2d63a
VZ
10491 fi
10492 done
ab9b9eab
VZ
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.
698dcdb6 10496 case "$ac_im_incroot" in
ab9b9eab 10497 /usr/include) ;;
698dcdb6 10498 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
ab9b9eab 10499 esac
698dcdb6 10500 case "$ac_im_usrlibdir" in
ab9b9eab 10501 /usr/lib | /lib) ;;
698dcdb6 10502 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
ab9b9eab 10503 esac
ba337fe7 10504 fi
ab9b9eab 10505 cd ..
698dcdb6 10506 rm -fr conftestdir
ab9b9eab 10507fi
10f2d63a 10508
698dcdb6
VZ
10509if 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=X11/Intrinsic.h
10512
ab9b9eab 10513 # First, try using that file with no special directory specified.
698dcdb6 10514cat > conftest.$ac_ext <<EOF
4f14bcd8 10515#line 10516 "configure"
ab9b9eab 10516#include "confdefs.h"
698dcdb6
VZ
10517#include <$x_direct_test_include>
10518EOF
10519ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4f14bcd8 10520{ (eval echo configure:10521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
10521ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10522if test -z "$ac_err"; then
10523 rm -rf conftest*
ab9b9eab
VZ
10524 # We can compile using X headers with no special include directory.
10525ac_x_includes=
10526else
698dcdb6
VZ
10527 echo "$ac_err" >&5
10528 echo "configure: failed program was:" >&5
ab9b9eab 10529 cat conftest.$ac_ext >&5
698dcdb6
VZ
10530 rm -rf conftest*
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.
10533 for ac_dir in \
10534 /usr/X11/include \
10535 /usr/X11R6/include \
10536 /usr/X11R5/include \
10537 /usr/X11R4/include \
10538 \
10539 /usr/include/X11 \
10540 /usr/include/X11R6 \
10541 /usr/include/X11R5 \
10542 /usr/include/X11R4 \
10543 \
10544 /usr/local/X11/include \
10545 /usr/local/X11R6/include \
10546 /usr/local/X11R5/include \
10547 /usr/local/X11R4/include \
10548 \
10549 /usr/local/include/X11 \
10550 /usr/local/include/X11R6 \
10551 /usr/local/include/X11R5 \
10552 /usr/local/include/X11R4 \
10553 \
10554 /usr/X386/include \
10555 /usr/x386/include \
10556 /usr/XFree86/include/X11 \
10557 \
10558 /usr/include \
10559 /usr/local/include \
10560 /usr/unsupported/include \
10561 /usr/athena/include \
10562 /usr/local/x11r5/include \
10563 /usr/lpp/Xamples/include \
10564 \
10565 /usr/openwin/include \
10566 /usr/openwin/share/include \
10567 ; \
10568 do
10569 if test -r "$ac_dir/$x_direct_test_include"; then
10570 ac_x_includes=$ac_dir
10571 break
10572 fi
10573 done
ab9b9eab 10574fi
698dcdb6
VZ
10575rm -f conftest*
10576fi # $ac_x_includes = NO
10f2d63a 10577
698dcdb6 10578if test "$ac_x_libraries" = NO; then
ab9b9eab 10579 # Check for the libraries.
698dcdb6
VZ
10580
10581 test -z "$x_direct_test_library" && x_direct_test_library=Xt
10582 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10583
ab9b9eab
VZ
10584 # See if we find them without any special options.
10585 # Don't add to $LIBS permanently.
698dcdb6
VZ
10586 ac_save_LIBS="$LIBS"
10587 LIBS="-l$x_direct_test_library $LIBS"
10588cat > conftest.$ac_ext <<EOF
4f14bcd8 10589#line 10590 "configure"
ab9b9eab 10590#include "confdefs.h"
698dcdb6
VZ
10591
10592int main() {
10593${x_direct_test_function}()
10594; return 0; }
10595EOF
4f14bcd8 10596if { (eval echo configure:10597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10597 rm -rf conftest*
10598 LIBS="$ac_save_LIBS"
ab9b9eab
VZ
10599# We can link X programs with no special library path.
10600ac_x_libraries=
10601else
698dcdb6
VZ
10602 echo "configure: failed program was:" >&5
10603 cat conftest.$ac_ext >&5
10604 rm -rf conftest*
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.
10608for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
10609 /usr/X11/lib \
10610 /usr/X11R6/lib \
10611 /usr/X11R5/lib \
10612 /usr/X11R4/lib \
10613 \
10614 /usr/lib/X11 \
10615 /usr/lib/X11R6 \
10616 /usr/lib/X11R5 \
10617 /usr/lib/X11R4 \
10618 \
10619 /usr/local/X11/lib \
10620 /usr/local/X11R6/lib \
10621 /usr/local/X11R5/lib \
10622 /usr/local/X11R4/lib \
10623 \
10624 /usr/local/lib/X11 \
10625 /usr/local/lib/X11R6 \
10626 /usr/local/lib/X11R5 \
10627 /usr/local/lib/X11R4 \
10628 \
10629 /usr/X386/lib \
10630 /usr/x386/lib \
10631 /usr/XFree86/lib/X11 \
10632 \
10633 /usr/lib \
10634 /usr/local/lib \
10635 /usr/unsupported/lib \
10636 /usr/athena/lib \
10637 /usr/local/x11r5/lib \
10638 /usr/lpp/Xamples/lib \
10639 /lib/usr/lib/X11 \
10640 \
10641 /usr/openwin/lib \
10642 /usr/openwin/share/lib \
10643 ; \
ab9b9eab
VZ
10644do
10645 for ac_extension in a so sl; do
698dcdb6 10646 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
ab9b9eab
VZ
10647 ac_x_libraries=$ac_dir
10648 break 2
10f2d63a 10649 fi
10f2d63a 10650 done
ab9b9eab
VZ
10651done
10652fi
698dcdb6
VZ
10653rm -f conftest*
10654fi # $ac_x_libraries = NO
10f2d63a 10655
698dcdb6 10656if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
ab9b9eab
VZ
10657 # Didn't find X anywhere. Cache the known absence of X.
10658 ac_cv_have_x="have_x=no"
10659else
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"
10663fi
10664fi
10f2d63a 10665 fi
ab9b9eab
VZ
10666 eval "$ac_cv_have_x"
10667fi # $with_x != no
10f2d63a 10668
ab9b9eab 10669if test "$have_x" != yes; then
698dcdb6 10670 echo "$ac_t""$have_x" 1>&6
ab9b9eab
VZ
10671 no_x=yes
10672else
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"
698dcdb6 10679 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
ab9b9eab 10680fi
10f2d63a 10681
ab9b9eab
VZ
10682if test "$no_x" = yes; then
10683 # Not all programs may use this symbol, but it does not hurt to define it.
698dcdb6 10684 cat >> confdefs.h <<\EOF
ab9b9eab
VZ
10685#define X_DISPLAY_MISSING 1
10686EOF
10f2d63a 10687
ab9b9eab
VZ
10688 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
10689else
10690 if test -n "$x_includes"; then
10691 X_CFLAGS="$X_CFLAGS -I$x_includes"
10f2d63a
VZ
10692 fi
10693
ab9b9eab
VZ
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 . . . .
698dcdb6 10699 case "`(uname -sr) 2>/dev/null`" in
ab9b9eab 10700 "SunOS 5"*)
698dcdb6 10701 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
4f14bcd8 10702echo "configure:10703: checking whether -R must be followed by a space" >&5
698dcdb6
VZ
10703 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
10704 cat > conftest.$ac_ext <<EOF
4f14bcd8 10705#line 10706 "configure"
ab9b9eab 10706#include "confdefs.h"
10f2d63a 10707
698dcdb6 10708int main() {
788deba1 10709
698dcdb6
VZ
10710; return 0; }
10711EOF
4f14bcd8 10712if { (eval echo configure:10713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 10713 rm -rf conftest*
ab9b9eab
VZ
10714 ac_R_nospace=yes
10715else
698dcdb6
VZ
10716 echo "configure: failed program was:" >&5
10717 cat conftest.$ac_ext >&5
10718 rm -rf conftest*
10719 ac_R_nospace=no
ab9b9eab 10720fi
698dcdb6 10721rm -f conftest*
ab9b9eab 10722 if test $ac_R_nospace = yes; then
698dcdb6 10723 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10724 X_LIBS="$X_LIBS -R$x_libraries"
10725 else
10726 LIBS="$ac_xsave_LIBS -R $x_libraries"
698dcdb6 10727 cat > conftest.$ac_ext <<EOF
4f14bcd8 10728#line 10729 "configure"
ab9b9eab 10729#include "confdefs.h"
788deba1 10730
698dcdb6 10731int main() {
ab9b9eab 10732
698dcdb6
VZ
10733; return 0; }
10734EOF
4f14bcd8 10735if { (eval echo configure:10736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 10736 rm -rf conftest*
ab9b9eab
VZ
10737 ac_R_space=yes
10738else
698dcdb6
VZ
10739 echo "configure: failed program was:" >&5
10740 cat conftest.$ac_ext >&5
10741 rm -rf conftest*
10742 ac_R_space=no
ab9b9eab 10743fi
698dcdb6 10744rm -f conftest*
ab9b9eab 10745 if test $ac_R_space = yes; then
698dcdb6 10746 echo "$ac_t""yes" 1>&6
ab9b9eab
VZ
10747 X_LIBS="$X_LIBS -R $x_libraries"
10748 else
698dcdb6 10749 echo "$ac_t""neither works" 1>&6
ab9b9eab
VZ
10750 fi
10751 fi
698dcdb6 10752 LIBS="$ac_xsave_LIBS"
ab9b9eab
VZ
10753 esac
10754 fi
10755
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.
10759
10760 if test "$ISC" = yes; then
10761 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
10762 else
698dcdb6
VZ
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
ab9b9eab 10765 # the Alpha needs dnet_stub (dnet does not exist).
698dcdb6 10766 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
4f14bcd8 10767echo "configure:10768: checking for dnet_ntoa in -ldnet" >&5
698dcdb6
VZ
10768ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10769if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10770 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10771else
698dcdb6 10772 ac_save_LIBS="$LIBS"
ab9b9eab 10773LIBS="-ldnet $LIBS"
698dcdb6 10774cat > conftest.$ac_ext <<EOF
4f14bcd8 10775#line 10776 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
10779 builtin and then its argument prototype would still apply. */
10780char dnet_ntoa();
10781
10782int main() {
10783dnet_ntoa()
10784; return 0; }
10785EOF
4f14bcd8 10786if { (eval echo configure:10787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10787 rm -rf conftest*
10788 eval "ac_cv_lib_$ac_lib_var=yes"
10789else
10790 echo "configure: failed program was:" >&5
10791 cat conftest.$ac_ext >&5
10792 rm -rf conftest*
10793 eval "ac_cv_lib_$ac_lib_var=no"
10794fi
10795rm -f conftest*
10796LIBS="$ac_save_LIBS"
10797
10798fi
10799if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10800 echo "$ac_t""yes" 1>&6
ab9b9eab 10801 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
698dcdb6
VZ
10802else
10803 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10804fi
10805
10806 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
698dcdb6 10807 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
4f14bcd8 10808echo "configure:10809: checking for dnet_ntoa in -ldnet_stub" >&5
698dcdb6
VZ
10809ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10810if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10811 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10812else
698dcdb6 10813 ac_save_LIBS="$LIBS"
ab9b9eab 10814LIBS="-ldnet_stub $LIBS"
698dcdb6 10815cat > conftest.$ac_ext <<EOF
4f14bcd8 10816#line 10817 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
10820 builtin and then its argument prototype would still apply. */
10821char dnet_ntoa();
10822
10823int main() {
10824dnet_ntoa()
10825; return 0; }
10826EOF
4f14bcd8 10827if { (eval echo configure:10828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10828 rm -rf conftest*
10829 eval "ac_cv_lib_$ac_lib_var=yes"
10830else
10831 echo "configure: failed program was:" >&5
10832 cat conftest.$ac_ext >&5
10833 rm -rf conftest*
10834 eval "ac_cv_lib_$ac_lib_var=no"
10835fi
10836rm -f conftest*
10837LIBS="$ac_save_LIBS"
10838
10839fi
10840if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10841 echo "$ac_t""yes" 1>&6
ab9b9eab 10842 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
698dcdb6
VZ
10843else
10844 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10845fi
10846
10847 fi
10848
10849 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10850 # to get the SysV transport functions.
698dcdb6 10851 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
ab9b9eab
VZ
10852 # needs -lnsl.
10853 # The nsl library prevents programs from opening the X display
698dcdb6
VZ
10854 # on Irix 5.2, according to dickey@clark.net.
10855 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
4f14bcd8 10856echo "configure:10857: checking for gethostbyname" >&5
698dcdb6
VZ
10857if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10858 echo $ac_n "(cached) $ac_c" 1>&6
10859else
10860 cat > conftest.$ac_ext <<EOF
4f14bcd8 10861#line 10862 "configure"
ab9b9eab
VZ
10862#include "confdefs.h"
10863/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10864 which can conflict with char gethostbyname(); below. */
ab9b9eab
VZ
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
698dcdb6
VZ
10868 builtin and then its argument prototype would still apply. */
10869char gethostbyname();
10870
10871int main() {
ab9b9eab
VZ
10872
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)
10877choke me
10878#else
698dcdb6 10879gethostbyname();
ab9b9eab
VZ
10880#endif
10881
698dcdb6
VZ
10882; return 0; }
10883EOF
4f14bcd8 10884if { (eval echo configure:10885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10885 rm -rf conftest*
10886 eval "ac_cv_func_gethostbyname=yes"
10887else
10888 echo "configure: failed program was:" >&5
10889 cat conftest.$ac_ext >&5
10890 rm -rf conftest*
10891 eval "ac_cv_func_gethostbyname=no"
10892fi
10893rm -f conftest*
10894fi
10895
10896if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10897 echo "$ac_t""yes" 1>&6
10898 :
10899else
10900 echo "$ac_t""no" 1>&6
10901fi
ab9b9eab
VZ
10902
10903 if test $ac_cv_func_gethostbyname = no; then
698dcdb6 10904 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
4f14bcd8 10905echo "configure:10906: checking for gethostbyname in -lnsl" >&5
698dcdb6
VZ
10906ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10907if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10908 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10909else
698dcdb6 10910 ac_save_LIBS="$LIBS"
ab9b9eab 10911LIBS="-lnsl $LIBS"
698dcdb6 10912cat > conftest.$ac_ext <<EOF
4f14bcd8 10913#line 10914 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
10917 builtin and then its argument prototype would still apply. */
10918char gethostbyname();
6232543b 10919
698dcdb6
VZ
10920int main() {
10921gethostbyname()
10922; return 0; }
10923EOF
4f14bcd8 10924if { (eval echo configure:10925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10925 rm -rf conftest*
10926 eval "ac_cv_lib_$ac_lib_var=yes"
703e0a69 10927else
698dcdb6
VZ
10928 echo "configure: failed program was:" >&5
10929 cat conftest.$ac_ext >&5
10930 rm -rf conftest*
10931 eval "ac_cv_lib_$ac_lib_var=no"
10932fi
10933rm -f conftest*
10934LIBS="$ac_save_LIBS"
1e487827 10935
698dcdb6
VZ
10936fi
10937if 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"
10940else
10941 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10942fi
10943
10944 fi
10945
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
698dcdb6
VZ
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
4f14bcd8 10954echo "configure:10955: checking for connect" >&5
698dcdb6
VZ
10955if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10956 echo $ac_n "(cached) $ac_c" 1>&6
10957else
10958 cat > conftest.$ac_ext <<EOF
4f14bcd8 10959#line 10960 "configure"
ab9b9eab
VZ
10960#include "confdefs.h"
10961/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10962 which can conflict with char connect(); below. */
ab9b9eab
VZ
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
698dcdb6
VZ
10966 builtin and then its argument prototype would still apply. */
10967char connect();
10968
10969int main() {
ab9b9eab
VZ
10970
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)
10975choke me
10976#else
698dcdb6 10977connect();
ab9b9eab
VZ
10978#endif
10979
698dcdb6
VZ
10980; return 0; }
10981EOF
4f14bcd8 10982if { (eval echo configure:10983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10983 rm -rf conftest*
10984 eval "ac_cv_func_connect=yes"
10985else
10986 echo "configure: failed program was:" >&5
10987 cat conftest.$ac_ext >&5
10988 rm -rf conftest*
10989 eval "ac_cv_func_connect=no"
10990fi
10991rm -f conftest*
10992fi
10993
10994if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
10995 echo "$ac_t""yes" 1>&6
10996 :
10997else
10998 echo "$ac_t""no" 1>&6
10999fi
ab9b9eab
VZ
11000
11001 if test $ac_cv_func_connect = no; then
698dcdb6 11002 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
4f14bcd8 11003echo "configure:11004: checking for connect in -lsocket" >&5
698dcdb6
VZ
11004ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11005if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11006 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11007else
698dcdb6 11008 ac_save_LIBS="$LIBS"
ab9b9eab 11009LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
698dcdb6 11010cat > conftest.$ac_ext <<EOF
4f14bcd8 11011#line 11012 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
11015 builtin and then its argument prototype would still apply. */
11016char connect();
11017
11018int main() {
11019connect()
11020; return 0; }
11021EOF
4f14bcd8 11022if { (eval echo configure:11023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11023 rm -rf conftest*
11024 eval "ac_cv_lib_$ac_lib_var=yes"
11025else
11026 echo "configure: failed program was:" >&5
11027 cat conftest.$ac_ext >&5
11028 rm -rf conftest*
11029 eval "ac_cv_lib_$ac_lib_var=no"
11030fi
11031rm -f conftest*
11032LIBS="$ac_save_LIBS"
11033
11034fi
11035if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11036 echo "$ac_t""yes" 1>&6
ab9b9eab 11037 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
698dcdb6
VZ
11038else
11039 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11040fi
11041
11042 fi
11043
698dcdb6
VZ
11044 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11045 echo $ac_n "checking for remove""... $ac_c" 1>&6
4f14bcd8 11046echo "configure:11047: checking for remove" >&5
698dcdb6
VZ
11047if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11048 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11049else
698dcdb6 11050 cat > conftest.$ac_ext <<EOF
4f14bcd8 11051#line 11052 "configure"
ab9b9eab
VZ
11052#include "confdefs.h"
11053/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 11054 which can conflict with char remove(); below. */
ab9b9eab
VZ
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
698dcdb6
VZ
11058 builtin and then its argument prototype would still apply. */
11059char remove();
11060
11061int main() {
ab9b9eab
VZ
11062
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)
11067choke me
11068#else
698dcdb6 11069remove();
ab9b9eab
VZ
11070#endif
11071
698dcdb6
VZ
11072; return 0; }
11073EOF
4f14bcd8 11074if { (eval echo configure:11075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11075 rm -rf conftest*
11076 eval "ac_cv_func_remove=yes"
11077else
11078 echo "configure: failed program was:" >&5
11079 cat conftest.$ac_ext >&5
11080 rm -rf conftest*
11081 eval "ac_cv_func_remove=no"
11082fi
11083rm -f conftest*
11084fi
11085
11086if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11087 echo "$ac_t""yes" 1>&6
11088 :
11089else
11090 echo "$ac_t""no" 1>&6
11091fi
ab9b9eab
VZ
11092
11093 if test $ac_cv_func_remove = no; then
698dcdb6 11094 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
4f14bcd8 11095echo "configure:11096: checking for remove in -lposix" >&5
698dcdb6
VZ
11096ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11097if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11098 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11099else
698dcdb6 11100 ac_save_LIBS="$LIBS"
ab9b9eab 11101LIBS="-lposix $LIBS"
698dcdb6 11102cat > conftest.$ac_ext <<EOF
4f14bcd8 11103#line 11104 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
11107 builtin and then its argument prototype would still apply. */
11108char remove();
11109
11110int main() {
11111remove()
11112; return 0; }
11113EOF
4f14bcd8 11114if { (eval echo configure:11115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11115 rm -rf conftest*
11116 eval "ac_cv_lib_$ac_lib_var=yes"
11117else
11118 echo "configure: failed program was:" >&5
11119 cat conftest.$ac_ext >&5
11120 rm -rf conftest*
11121 eval "ac_cv_lib_$ac_lib_var=no"
11122fi
11123rm -f conftest*
11124LIBS="$ac_save_LIBS"
11125
11126fi
11127if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11128 echo "$ac_t""yes" 1>&6
ab9b9eab 11129 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
698dcdb6
VZ
11130else
11131 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11132fi
11133
11134 fi
11135
11136 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
698dcdb6 11137 echo $ac_n "checking for shmat""... $ac_c" 1>&6
4f14bcd8 11138echo "configure:11139: checking for shmat" >&5
698dcdb6
VZ
11139if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
11140 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11141else
698dcdb6 11142 cat > conftest.$ac_ext <<EOF
4f14bcd8 11143#line 11144 "configure"
ab9b9eab
VZ
11144#include "confdefs.h"
11145/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 11146 which can conflict with char shmat(); below. */
ab9b9eab
VZ
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
698dcdb6
VZ
11150 builtin and then its argument prototype would still apply. */
11151char shmat();
11152
11153int main() {
ab9b9eab
VZ
11154
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)
11159choke me
11160#else
698dcdb6 11161shmat();
ab9b9eab
VZ
11162#endif
11163
698dcdb6
VZ
11164; return 0; }
11165EOF
4f14bcd8 11166if { (eval echo configure:11167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11167 rm -rf conftest*
11168 eval "ac_cv_func_shmat=yes"
11169else
11170 echo "configure: failed program was:" >&5
11171 cat conftest.$ac_ext >&5
11172 rm -rf conftest*
11173 eval "ac_cv_func_shmat=no"
11174fi
11175rm -f conftest*
11176fi
11177
11178if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
11179 echo "$ac_t""yes" 1>&6
11180 :
11181else
11182 echo "$ac_t""no" 1>&6
11183fi
ab9b9eab
VZ
11184
11185 if test $ac_cv_func_shmat = no; then
698dcdb6 11186 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
4f14bcd8 11187echo "configure:11188: checking for shmat in -lipc" >&5
698dcdb6
VZ
11188ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
11189if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11190 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11191else
698dcdb6 11192 ac_save_LIBS="$LIBS"
ab9b9eab 11193LIBS="-lipc $LIBS"
698dcdb6 11194cat > conftest.$ac_ext <<EOF
4f14bcd8 11195#line 11196 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
11199 builtin and then its argument prototype would still apply. */
11200char shmat();
11201
11202int main() {
11203shmat()
11204; return 0; }
11205EOF
4f14bcd8 11206if { (eval echo configure:11207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11207 rm -rf conftest*
11208 eval "ac_cv_lib_$ac_lib_var=yes"
11209else
11210 echo "configure: failed program was:" >&5
11211 cat conftest.$ac_ext >&5
11212 rm -rf conftest*
11213 eval "ac_cv_lib_$ac_lib_var=no"
11214fi
11215rm -f conftest*
11216LIBS="$ac_save_LIBS"
11217
11218fi
11219if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11220 echo "$ac_t""yes" 1>&6
ab9b9eab 11221 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
698dcdb6
VZ
11222else
11223 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11224fi
11225
11226 fi
11227 fi
11228
11229 # Check for libraries that X11R6 Xt/Xaw programs need.
698dcdb6 11230 ac_save_LDFLAGS="$LDFLAGS"
ab9b9eab
VZ
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.
698dcdb6
VZ
11237 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
11238 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
4f14bcd8 11239echo "configure:11240: checking for IceConnectionNumber in -lICE" >&5
698dcdb6
VZ
11240ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
11241if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11242 echo $ac_n "(cached) $ac_c" 1>&6
11243else
11244 ac_save_LIBS="$LIBS"
ab9b9eab 11245LIBS="-lICE $X_EXTRA_LIBS $LIBS"
698dcdb6 11246cat > conftest.$ac_ext <<EOF
4f14bcd8 11247#line 11248 "configure"
ab9b9eab
VZ
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
698dcdb6
VZ
11251 builtin and then its argument prototype would still apply. */
11252char IceConnectionNumber();
11253
11254int main() {
11255IceConnectionNumber()
11256; return 0; }
11257EOF
4f14bcd8 11258if { (eval echo configure:11259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11259 rm -rf conftest*
11260 eval "ac_cv_lib_$ac_lib_var=yes"
11261else
11262 echo "configure: failed program was:" >&5
11263 cat conftest.$ac_ext >&5
11264 rm -rf conftest*
11265 eval "ac_cv_lib_$ac_lib_var=no"
11266fi
11267rm -f conftest*
11268LIBS="$ac_save_LIBS"
11269
11270fi
11271if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11272 echo "$ac_t""yes" 1>&6
ab9b9eab 11273 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
698dcdb6
VZ
11274else
11275 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11276fi
11277
698dcdb6 11278 LDFLAGS="$ac_save_LDFLAGS"
ab9b9eab
VZ
11279
11280fi
11281
11282
1e6feb95
VZ
11283 if test "$no_x" = "yes"; then
11284 { echo "configure: error: X11 not found" 1>&2; exit 1; }
11285 fi
ab9b9eab 11286
1e6feb95
VZ
11287 GUI_TK_LIBRARY="$X_LIBS"
11288 TOOLKIT_INCLUDE="$X_CFLAGS"
1e6feb95 11289 AFMINSTALL=afminstall
1e6feb95 11290 COMPILED_X_PROGRAM=0
cd6d6d5b 11291
1e6feb95 11292 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
4f14bcd8 11293echo "configure:11294: checking for Motif/Lesstif headers" >&5
1e6feb95 11294
ab9b9eab
VZ
11295ac_find_includes=
11296for ac_dir in $SEARCH_INCLUDE;
11297 do
11298 if test -f "$ac_dir/Xm/Xm.h"; then
11299 ac_find_includes=$ac_dir
11300 break
11301 fi
11302 done
11303
1e6feb95
VZ
11304 if test "$ac_find_includes" != "" ; then
11305 echo "$ac_t""found $ac_find_includes" 1>&6
11306 else
11307 cat > conftest.$ac_ext <<EOF
4f14bcd8 11308#line 11309 "configure"
cd6d6d5b
VZ
11309#include "confdefs.h"
11310
1e6feb95
VZ
11311 #include <Xm/Xm.h>
11312
698dcdb6 11313int main() {
cd6d6d5b 11314
1e6feb95 11315 int version;
1e6feb95
VZ
11316 version = xmUseVersion;
11317
698dcdb6
VZ
11318; return 0; }
11319EOF
4f14bcd8 11320if { (eval echo configure:11321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
11321 rm -rf conftest*
11322
1e6feb95
VZ
11323 echo "$ac_t""found in default search path" 1>&6
11324 COMPILED_X_PROGRAM=1
11325
cd6d6d5b 11326else
698dcdb6
VZ
11327 echo "configure: failed program was:" >&5
11328 cat conftest.$ac_ext >&5
11329 rm -rf conftest*
11330
1e6feb95
VZ
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; }
11333
698dcdb6 11334
cd6d6d5b 11335fi
698dcdb6 11336rm -f conftest*
1e6feb95 11337 fi
ab9b9eab 11338
1e6feb95
VZ
11339 if test "$COMPILED_X_PROGRAM" = 0; then
11340 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
4f14bcd8 11341echo "configure:11342: checking for Motif/Lesstif library" >&5
1e6feb95 11342
ab9b9eab
VZ
11343ac_find_libraries=
11344for ac_dir in $SEARCH_LIB;
11345 do
f11bdd03 11346 for ac_extension in a so sl dylib; do
ab9b9eab
VZ
11347 if test -f "$ac_dir/libXm.$ac_extension"; then
11348 ac_find_libraries=$ac_dir
11349 break 2
11350 fi
11351 done
11352 done
11353
1e6feb95
VZ
11354 if test "$ac_find_libraries" != "" ; then
11355
ab9b9eab
VZ
11356 ac_path_to_include=$ac_find_includes
11357 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
11358 result=$?
11359 if test $result = 0; then
11360 ac_path_to_include=""
11361 else
11362 ac_path_to_include="-I$ac_find_includes"
11363 fi
11364
1e6feb95 11365
ab9b9eab
VZ
11366 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11367 result=$?
11368 if test $result = 0; then
11369 ac_path_to_link=""
11370 else
11371 ac_path_to_link="-L$ac_find_libraries"
11372 fi
11373
698dcdb6 11374
1e6feb95
VZ
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
11378 else
11379 cat > conftest.$ac_ext <<EOF
4f14bcd8 11380#line 11381 "configure"
cd6d6d5b 11381#include "confdefs.h"
ab9b9eab 11382
1e6feb95
VZ
11383 #include <Xm/Xm.h>
11384
698dcdb6 11385int main() {
ab9b9eab 11386
1e6feb95 11387 int version;
1e6feb95
VZ
11388 version = xmUseVersion;
11389
698dcdb6
VZ
11390; return 0; }
11391EOF
4f14bcd8 11392if { (eval echo configure:11393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
11393 rm -rf conftest*
11394
1e6feb95
VZ
11395 echo "$ac_t""found in default search path" 1>&6
11396 COMPILED_X_PROGRAM=1
11397
cd6d6d5b 11398else
698dcdb6
VZ
11399 echo "configure: failed program was:" >&5
11400 cat conftest.$ac_ext >&5
11401 rm -rf conftest*
11402
1e6feb95
VZ
11403 echo "$ac_t""no" 1>&6
11404 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
11405
698dcdb6 11406
cd6d6d5b 11407fi
698dcdb6 11408rm -f conftest*
1e6feb95 11409 fi
cd6d6d5b 11410 fi
ab9b9eab 11411
3a922bb4 11412 xpm_link=""
1e6feb95 11413 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
4f14bcd8 11414echo "configure:11415: checking for Xpm library" >&5
1e6feb95 11415
ab9b9eab
VZ
11416ac_find_libraries=
11417for ac_dir in $SEARCH_LIB;
11418 do
f11bdd03 11419 for ac_extension in a so sl dylib; do
ab9b9eab
VZ
11420 if test -f "$ac_dir/libXpm.$ac_extension"; then
11421 ac_find_libraries=$ac_dir
11422 break 2
11423 fi
11424 done
11425 done
11426
1e6feb95
VZ
11427 if test "$ac_find_libraries" != "" ; then
11428
ab9b9eab
VZ
11429 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11430 result=$?
11431 if test $result = 0; then
11432 ac_path_to_link=""
11433 else
11434 ac_path_to_link="-L$ac_find_libraries"
11435 fi
11436
1e6feb95 11437 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
3a922bb4 11438 xpm_link="-lXpm "
1e6feb95 11439 cat >> confdefs.h <<\EOF
ab9b9eab
VZ
11440#define wxHAVE_LIB_XPM 1
11441EOF
11442
1e6feb95
VZ
11443 echo "$ac_t""found at $ac_find_libraries" 1>&6
11444 else
11445 cat > conftest.$ac_ext <<EOF
4f14bcd8 11446#line 11447 "configure"
cd6d6d5b
VZ
11447#include "confdefs.h"
11448
1e6feb95
VZ
11449 #include <X11/xpm.h>
11450
698dcdb6 11451int main() {
cd6d6d5b 11452
1e6feb95 11453 int version;
1e6feb95
VZ
11454 version = XpmLibraryVersion();
11455
698dcdb6
VZ
11456; return 0; }
11457EOF
4f14bcd8 11458if { (eval echo configure:11459: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
11459 rm -rf conftest*
11460
3a922bb4
RL
11461 xpm_link="-lXpm "
11462 cat >> confdefs.h <<\EOF
3ace2e6d
SN
11463#define wxHAVE_LIB_XPM 1
11464EOF
11465
1e6feb95
VZ
11466 echo "$ac_t""found in default search path" 1>&6
11467 COMPILED_X_PROGRAM=0
11468
cd6d6d5b 11469else
698dcdb6
VZ
11470 echo "configure: failed program was:" >&5
11471 cat conftest.$ac_ext >&5
11472 rm -rf conftest*
11473
1e6feb95
VZ
11474 echo "$ac_t""no" 1>&6
11475 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11476
698dcdb6 11477
cd6d6d5b 11478fi
698dcdb6 11479rm -f conftest*
1e6feb95
VZ
11480 fi
11481
3a922bb4 11482 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11"
334f0d2c 11483 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
1e6feb95
VZ
11484 TOOLKIT=MOTIF
11485 GUIDIST=MOTIF_DIST
ab9b9eab
VZ
11486 fi
11487
683dccda
GD
11488 if test "$wxUSE_MAC" = 1; then
11489 if test "$wxUSE_PRECOMP" = "yes"; then
11490 CPPFLAGS="${CPPFLAGS} -cpp-precomp"
11491 fi
13c0541d 11492 CPPFLAGS="${CPPFLAGS} -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
d08b457b
GD
11493 CFLAGS="${CFLAGS} -fpascal-strings"
11494 CXXFLAGS="${CXXFLAGS} -fpascal-strings"
11495 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DTARGET_CARBON"
11496
13c0541d 11497 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
1e6feb95 11498 TOOLKIT=MAC
683dccda 11499 GUIDIST=MACX_DIST
1e6feb95 11500 fi
10f2d63a 11501
1e6feb95
VZ
11502 if test "$wxUSE_PM" = 1; then
11503 TOOLKIT=PM
11504 GUIDIST=GTK_DIST
11505 fi
b4085ce6 11506
3a922bb4 11507 if test "$TOOLKIT" = "PM" ; then
1e6feb95 11508 TOOLKIT_DIR="os2"
3a922bb4
RL
11509 else
11510 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
1e6feb95 11511 fi
e07802fc 11512
3a922bb4 11513 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
1e6feb95 11514
3a922bb4
RL
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__"
11520 WIDGET_SET=univ
f6bcfd97 11521 else
3a922bb4 11522 ALL_OBJECTS="\$(GUIOBJS)"
1e6feb95
VZ
11523 fi
11524
11525 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
11526
11527 if test "$TOOLKIT" != "MSW"; then
11528 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
11529 fi
11530
11531 if test "$wxUSE_HTML" = "yes"; then
11532 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
11533 fi
3fcdd07b 11534
3a922bb4
RL
11535 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
11536 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
831b3152 11537 fi
4f14bcd8 11538 if test "$wxUSE_LIBJPEG" = "builtin" ; then
2224580a 11539 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
d9d8273d 11540 fi
4f14bcd8 11541 if test "$wxUSE_LIBTIFF" = "builtin" ; then
d9d8273d
RR
11542 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
11543 fi
4f14bcd8 11544 if test "$wxUSE_LIBPNG" = "builtin" ; then
d9d8273d
RR
11545 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
11546 fi
4f14bcd8 11547 if test "$wxUSE_FREETYPE" = "builtin" ; then
3fed1840
RR
11548 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11549 fi
2224580a 11550
2224580a
VZ
11551 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
11552 RPM_SPEC="wx\$(TOOLKIT).spec"
11553
11554 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11555 DISTDIR="wx\$(TOOLKIT)"
10f2d63a 11556else
dad6c0ea
VZ
11557 USE_GUI=0
11558
3a922bb4 11559 TOOLKIT_DIR="base"
f6bcfd97 11560
3a922bb4
RL
11561 if test "$USE_WIN32" = 1 ; then
11562 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11563 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
0b2effe9 11564
3a922bb4 11565 TOOLKIT="MSW"
f6bcfd97 11566 else
3a922bb4
RL
11567 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11568 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
f6bcfd97
BP
11569 fi
11570
831b3152 11571 PORT_FILES="\${top_srcdir}/src/files.lst"
2224580a
VZ
11572 RPM_FILES="src/rpmfiles.lst"
11573 RPM_SPEC="wxBase.spec"
11574
11575 GUIDIST="BASE_DIST"
11576 DISTDIR="wxBase"
10f2d63a
VZ
11577fi
11578
4f14bcd8 11579if test "$wxUSE_REGEX" = "builtin" ; then
3a922bb4
RL
11580 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
11581fi
4f14bcd8 11582if test "$wxUSE_ZLIB" = "builtin" ; then
3a922bb4
RL
11583 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
11584fi
10f2d63a 11585
3a922bb4
RL
11586if test "$wxUSE_OPENGL" = "yes"; then
11587 if test "$wxUSE_MAC" = 1; then
3a922bb4 11588 OPENGL_LIBS="-framework OpenGL -framework AGL"
3a922bb4 11589 else
6f754473 11590 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
3a922bb4 11591echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
6f754473 11592echo "configure:11593: checking for GL/gl.h" >&5
3a922bb4
RL
11593if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11594 echo $ac_n "(cached) $ac_c" 1>&6
11595else
11596 cat > conftest.$ac_ext <<EOF
6f754473 11597#line 11598 "configure"
3a922bb4
RL
11598#include "confdefs.h"
11599#include <GL/gl.h>
11600EOF
11601ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 11602{ (eval echo configure:11603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3a922bb4
RL
11603ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11604if test -z "$ac_err"; then
11605 rm -rf conftest*
11606 eval "ac_cv_header_$ac_safe=yes"
11607else
11608 echo "$ac_err" >&5
11609 echo "configure: failed program was:" >&5
11610 cat conftest.$ac_ext >&5
11611 rm -rf conftest*
11612 eval "ac_cv_header_$ac_safe=no"
11613fi
11614rm -f conftest*
11615fi
11616if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11617 echo "$ac_t""yes" 1>&6
11618
3a922bb4 11619 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
6f754473 11620echo "configure:11621: checking for glFlush in -lGL" >&5
3a922bb4
RL
11621ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
11622if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11623 echo $ac_n "(cached) $ac_c" 1>&6
11624else
11625 ac_save_LIBS="$LIBS"
11626LIBS="-lGL $LIBS"
11627cat > conftest.$ac_ext <<EOF
6f754473 11628#line 11629 "configure"
3a922bb4
RL
11629#include "confdefs.h"
11630/* Override any gcc2 internal prototype to avoid an error. */
11631/* We use char because int might match the return type of a gcc2
11632 builtin and then its argument prototype would still apply. */
11633char glFlush();
55e80573 11634
3a922bb4
RL
11635int main() {
11636glFlush()
11637; return 0; }
11638EOF
6f754473 11639if { (eval echo configure:11640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3a922bb4
RL
11640 rm -rf conftest*
11641 eval "ac_cv_lib_$ac_lib_var=yes"
11642else
11643 echo "configure: failed program was:" >&5
11644 cat conftest.$ac_ext >&5
11645 rm -rf conftest*
11646 eval "ac_cv_lib_$ac_lib_var=no"
11647fi
11648rm -f conftest*
11649LIBS="$ac_save_LIBS"
55e80573 11650
3a922bb4
RL
11651fi
11652if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11653 echo "$ac_t""yes" 1>&6
11654
11655 OPENGL_LIBS="-lGL -lGLU"
11656
11657else
11658 echo "$ac_t""no" 1>&6
11659
6f754473
VZ
11660 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
11661echo "configure:11662: checking for glFlush in -lMesaGL" >&5
3a922bb4
RL
11662ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
11663if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11664 echo $ac_n "(cached) $ac_c" 1>&6
11665else
11666 ac_save_LIBS="$LIBS"
11667LIBS="-lMesaGL $LIBS"
11668cat > conftest.$ac_ext <<EOF
6f754473 11669#line 11670 "configure"
3a922bb4
RL
11670#include "confdefs.h"
11671/* Override any gcc2 internal prototype to avoid an error. */
11672/* We use char because int might match the return type of a gcc2
11673 builtin and then its argument prototype would still apply. */
11674char glFlush();
11675
11676int main() {
11677glFlush()
11678; return 0; }
11679EOF
6f754473 11680if { (eval echo configure:11681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3a922bb4
RL
11681 rm -rf conftest*
11682 eval "ac_cv_lib_$ac_lib_var=yes"
11683else
11684 echo "configure: failed program was:" >&5
11685 cat conftest.$ac_ext >&5
11686 rm -rf conftest*
11687 eval "ac_cv_lib_$ac_lib_var=no"
11688fi
11689rm -f conftest*
11690LIBS="$ac_save_LIBS"
11691
11692fi
11693if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11694 echo "$ac_t""yes" 1>&6
11695
11696 OPENGL_LIBS="-lMesaGL -lMesaGLU"
11697
11698else
11699 echo "$ac_t""no" 1>&6
11700fi
55e80573 11701
6f754473 11702
3a922bb4
RL
11703fi
11704
6f754473 11705
3a922bb4
RL
11706else
11707 echo "$ac_t""no" 1>&6
3a922bb4
RL
11708fi
11709
6f754473
VZ
11710
11711 if test "x$OPENGL_LIBS" = "x"; then
11712 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
11713 fi
11714 fi
11715
11716 if test "$wxUSE_OPENGL" = "yes"; then
11717 cat >> confdefs.h <<\EOF
11718#define wxUSE_OPENGL 1
11719EOF
11720
11721 cat >> confdefs.h <<\EOF
11722#define wxUSE_GLCANVAS 1
11723EOF
11724
11725 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
3a922bb4
RL
11726 fi
11727fi
11728
11729if test -z "$TOOLKIT_VPATH" ; then
11730 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
11731fi
11732
11733if test -n "$TOOLKIT" ; then
11734 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11735fi
11736
11737if test "$wxUSE_CYGWIN" = 1 ; then
11738 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
11739fi
11740
f676c7ff
MB
11741lib_unicode_suffix=
11742if test "$wxUSE_UNICODE" = "yes"; then
11743 lib_unicode_suffix=u
11744fi
11745
3a922bb4
RL
11746lib_debug_suffix=
11747if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11748 lib_debug_suffix=d
11749 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}d"
11750fi
11751
f676c7ff
MB
11752TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
11753TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
3a922bb4
RL
11754
11755if test "$cross_compiling" = "yes"; then
11756 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
11757 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
11758fi
11759
11760WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
11761WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
11762
11763WXCONFIG_LIBS="-l${WX_LIBRARY}"
11764
11765if test "$wxUSE_OPENGL" = "yes"; then
11766 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} $OPENGL_LIBS"
11767fi
11768
11769WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11770WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
11771
11772WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11773WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11774
11775WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11776WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
11777WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11778WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11779
d08b457b 11780WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
e23081de 11781WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r"
3a922bb4
RL
11782
11783
11784if test "$wxUSE_SHARED" = "yes"; then
55e80573
VZ
11785
11786 if test "$wxUSE_OPENGL" = "yes"; then
11787 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
3a922bb4 11788 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
55e80573
VZ
11789 else
11790 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
3a922bb4 11791 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
55e80573
VZ
11792 fi
11793
dd4f7467 11794 if test "$GCC" = "yes"; then
55e80573 11795 PIC_FLAG="-fPIC"
dd4f7467 11796 fi
55e80573
VZ
11797
11798 SHARED_LD="${CXX} -shared -o"
698dcdb6 11799
10f2d63a
VZ
11800 case "${host}" in
11801 *-hp-hpux* )
55e80573 11802 if test "$GCC" != "yes"; then
f6bcfd97
BP
11803 LDFLAGS="-L/usr/lib"
11804
10f2d63a
VZ
11805 SHARED_LD="${CXX} -b -o"
11806 PIC_FLAG="+Z"
11807 fi
55e80573 11808
7b7a7637
RL
11809 if test "$wxUSE_OPENGL" = "yes"; then
11810 WX_ALL_INSTALLED="preinstall_gl"
11811 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11812 else
11813 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11814 fi
10f2d63a 11815 ;;
b12915c1 11816
55e80573
VZ
11817 *-*-linux* )
11818 if test "$GCC" != "yes"; then
11819 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
6f754473 11820echo "configure:11821: checking for Intel compiler" >&5
55e80573
VZ
11821if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11822 echo $ac_n "(cached) $ac_c" 1>&6
11823else
11824
11825 cat > conftest.$ac_ext <<EOF
6f754473 11826#line 11827 "configure"
55e80573
VZ
11827#include "confdefs.h"
11828
11829int main() {
11830
11831 #ifndef __INTEL_COMPILER
dd4f7467 11832 #error Not icc
55e80573
VZ
11833 #endif
11834
11835; return 0; }
11836EOF
6f754473 11837if { (eval echo configure:11838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
55e80573
VZ
11838 rm -rf conftest*
11839 wx_cv_prog_icc=yes
11840else
11841 echo "configure: failed program was:" >&5
11842 cat conftest.$ac_ext >&5
11843 rm -rf conftest*
11844 wx_cv_prog_icc=no
11845
11846fi
11847rm -f conftest*
11848
11849fi
11850
11851echo "$ac_t""$wx_cv_prog_icc" 1>&6
55e80573
VZ
11852 if test "$wx_cv_prog_icc" = "yes"; then
11853 PIC_FLAG="-KPIC"
11854 fi
11855 fi
11856
3a922bb4
RL
11857 if test "$wxUSE_SONAME" = "yes" ; then
11858 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
11859 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
f6bcfd97 11860 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
00cf1208 11861 fi
10f2d63a 11862 ;;
55e80573 11863
10f2d63a
VZ
11864 *-*-solaris2* )
11865 if test "$GCC" = yes ; then
f6bcfd97 11866 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
10f2d63a
VZ
11867 else
11868 SHARED_LD="${CXX} -G -o"
11869 PIC_FLAG="-KPIC"
7b7a7637
RL
11870 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
11871 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED}"
10f2d63a 11872 fi
10f2d63a 11873 ;;
55e80573 11874
b4085ce6 11875 *-*-darwin* )
d08b457b
GD
11876 CFLAGS="${CFLAGS} -fno-common"
11877 CXXFLAGS="${CXXFLAGS} -fno-common"
ea5999b9
GD
11878 SHARED_LD="${CXX} -dynamiclib -o"
11879 PIC_FLAG="-dynamic -fPIC"
10f2d63a 11880 ;;
55e80573 11881
10f2d63a
VZ
11882 *-*-aix* )
11883 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
10f2d63a 11884 ;;
55e80573 11885
7b7a7637 11886 *-*-cygwin* | *-*-mingw32* )
f676c7ff
MB
11887 WX_LIBRARY="wxmsw${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}${WX_RELEASE_NUMBER}${lib_unicode_suffix}${lib_debug_suffix}"
11888 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.dll"
11889 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11890 WXCONFIG_LIBS="-l${WX_LIBRARY}"
3a922bb4
RL
11891 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_NAME_STATIC} -o"
11892 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1"
18dbb1f6 11893 WXMSW_DLL_DEFINES="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
7b7a7637
RL
11894
11895 if test "$wxUSE_OPENGL" = "yes"; then
f6bcfd97 11896 WX_ALL_INSTALLED="preinstall_gl"
3a922bb4 11897 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
f6bcfd97 11898 else
3a922bb4 11899 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
f6bcfd97 11900 fi
7b7a7637 11901 PIC_FLAG=
10f2d63a 11902 ;;
55e80573 11903
6fa882bd 11904 *-pc-os2_emx | *-pc-os2-emx )
7b7a7637 11905 wxUSE_SHARED=no
10f2d63a 11906 ;;
55e80573 11907
b12915c1 11908 *-*-beos* )
e2b8b066 11909 SHARED_LD="${LD} -shared -o"
b12915c1 11910 ;;
55e80573
VZ
11911
11912 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11913 *-*-sunos4* | \
11914 *-*-irix5* | *-*-irix6* | \
11915 *-*-osf* | \
11916 *-*-dgux5* | \
11917 *-*-sysv5* )
11918 ;;
11919
10f2d63a 11920 *)
7b7a7637 11921 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
10f2d63a
VZ
11922 esac
11923
11924 if test "x$WX_TARGET_LIBRARY" = "x"; then
11925 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
bdad4e7e 11926 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
10f2d63a 11927 fi
55e80573 11928
3711412e 11929 WX_TARGET_LIBRARY_TYPE="so"
3a922bb4 11930fi
f6bcfd97 11931
3a922bb4 11932if test "$wxUSE_SHARED" = "no"; then
f6bcfd97 11933
3a922bb4 11934 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
f6bcfd97
BP
11935 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11936 fi
11937
6fa882bd
RR
11938 if test "$wxUSE_MAC" = 1; then
11939 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11940 fi
11941
3a922bb4
RL
11942 if test "$wxUSE_OPENGL" = "yes"; then
11943 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
11944 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11945 else
11946 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
11947 fi
698dcdb6 11948
3a922bb4
RL
11949 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
11950 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
11951
11952 WX_TARGET_LIBRARY_TYPE="a"
10f2d63a 11953fi
10f2d63a 11954
d08b457b
GD
11955if test "$wxUSE_MAC" = 1; then
11956 WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
e23081de 11957 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
d08b457b
GD
11958 # Extract the first word of "Rez", so it can be a program name with args.
11959set dummy Rez; ac_word=$2
11960echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6f754473 11961echo "configure:11962: checking for $ac_word" >&5
d08b457b
GD
11962if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
11963 echo $ac_n "(cached) $ac_c" 1>&6
11964else
11965 if test -n "$RESCOMP"; then
11966 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
11967else
11968 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11969 ac_dummy="$PATH"
11970 for ac_dir in $ac_dummy; do
11971 test -z "$ac_dir" && ac_dir=.
11972 if test -f $ac_dir/$ac_word; then
11973 ac_cv_prog_RESCOMP="Rez"
11974 break
11975 fi
11976 done
11977 IFS="$ac_save_ifs"
11978 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
11979fi
11980fi
11981RESCOMP="$ac_cv_prog_RESCOMP"
11982if test -n "$RESCOMP"; then
11983 echo "$ac_t""$RESCOMP" 1>&6
11984else
11985 echo "$ac_t""no" 1>&6
11986fi
11987
11988 # Extract the first word of "Derez", so it can be a program name with args.
11989set dummy Derez; ac_word=$2
11990echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6f754473 11991echo "configure:11992: checking for $ac_word" >&5
d08b457b
GD
11992if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
11993 echo $ac_n "(cached) $ac_c" 1>&6
11994else
11995 if test -n "$DEREZ"; then
11996 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
11997else
11998 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11999 ac_dummy="$PATH"
12000 for ac_dir in $ac_dummy; do
12001 test -z "$ac_dir" && ac_dir=.
12002 if test -f $ac_dir/$ac_word; then
12003 ac_cv_prog_DEREZ="Derez"
12004 break
12005 fi
12006 done
12007 IFS="$ac_save_ifs"
12008 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
12009fi
12010fi
12011DEREZ="$ac_cv_prog_DEREZ"
12012if test -n "$DEREZ"; then
12013 echo "$ac_t""$DEREZ" 1>&6
12014else
12015 echo "$ac_t""no" 1>&6
12016fi
12017
12018 LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
12019 LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
e23081de 12020 LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
d08b457b
GD
12021fi
12022
3a922bb4 12023
13c0541d
GD
12024if test "$wxUSE_MAC" != 1; then
12025 for ac_hdr in strings.h
9cfadba2 12026do
698dcdb6
VZ
12027ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12028echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12029echo "configure:12030: checking for $ac_hdr" >&5
698dcdb6
VZ
12030if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12031 echo $ac_n "(cached) $ac_c" 1>&6
12032else
12033 cat > conftest.$ac_ext <<EOF
6f754473 12034#line 12035 "configure"
9cfadba2 12035#include "confdefs.h"
698dcdb6
VZ
12036#include <$ac_hdr>
12037EOF
12038ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12039{ (eval echo configure:12040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12040ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12041if test -z "$ac_err"; then
12042 rm -rf conftest*
12043 eval "ac_cv_header_$ac_safe=yes"
6232543b 12044else
698dcdb6
VZ
12045 echo "$ac_err" >&5
12046 echo "configure: failed program was:" >&5
9cfadba2 12047 cat conftest.$ac_ext >&5
698dcdb6
VZ
12048 rm -rf conftest*
12049 eval "ac_cv_header_$ac_safe=no"
9cfadba2 12050fi
698dcdb6 12051rm -f conftest*
9cfadba2 12052fi
698dcdb6
VZ
12053if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12054 echo "$ac_t""yes" 1>&6
12055 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12056 cat >> confdefs.h <<EOF
12057#define $ac_tr_hdr 1
9cfadba2 12058EOF
698dcdb6
VZ
12059
12060else
12061 echo "$ac_t""no" 1>&6
9cfadba2
VZ
12062fi
12063done
10f2d63a 12064
13c0541d
GD
12065fi
12066
3a922bb4 12067for ac_hdr in stdlib.h
10f2d63a 12068do
698dcdb6
VZ
12069ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12070echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12071echo "configure:12072: checking for $ac_hdr" >&5
698dcdb6
VZ
12072if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12073 echo $ac_n "(cached) $ac_c" 1>&6
12074else
12075 cat > conftest.$ac_ext <<EOF
6f754473 12076#line 12077 "configure"
10f2d63a 12077#include "confdefs.h"
698dcdb6
VZ
12078#include <$ac_hdr>
12079EOF
12080ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12081{ (eval echo configure:12082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12082ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12083if test -z "$ac_err"; then
12084 rm -rf conftest*
12085 eval "ac_cv_header_$ac_safe=yes"
6232543b 12086else
698dcdb6
VZ
12087 echo "$ac_err" >&5
12088 echo "configure: failed program was:" >&5
10f2d63a 12089 cat conftest.$ac_ext >&5
698dcdb6
VZ
12090 rm -rf conftest*
12091 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12092fi
698dcdb6 12093rm -f conftest*
10f2d63a 12094fi
698dcdb6
VZ
12095if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12096 echo "$ac_t""yes" 1>&6
12097 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12098 cat >> confdefs.h <<EOF
12099#define $ac_tr_hdr 1
10f2d63a 12100EOF
698dcdb6
VZ
12101
12102else
12103 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12104fi
12105done
12106
3a922bb4 12107for ac_hdr in unistd.h
10f2d63a 12108do
698dcdb6
VZ
12109ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12110echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12111echo "configure:12112: checking for $ac_hdr" >&5
698dcdb6
VZ
12112if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12113 echo $ac_n "(cached) $ac_c" 1>&6
12114else
12115 cat > conftest.$ac_ext <<EOF
6f754473 12116#line 12117 "configure"
10f2d63a 12117#include "confdefs.h"
698dcdb6
VZ
12118#include <$ac_hdr>
12119EOF
12120ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12121{ (eval echo configure:12122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12122ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12123if test -z "$ac_err"; then
12124 rm -rf conftest*
12125 eval "ac_cv_header_$ac_safe=yes"
6f72b082 12126else
698dcdb6
VZ
12127 echo "$ac_err" >&5
12128 echo "configure: failed program was:" >&5
6f72b082 12129 cat conftest.$ac_ext >&5
698dcdb6
VZ
12130 rm -rf conftest*
12131 eval "ac_cv_header_$ac_safe=no"
6f72b082 12132fi
698dcdb6 12133rm -f conftest*
6f72b082 12134fi
698dcdb6
VZ
12135if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12136 echo "$ac_t""yes" 1>&6
12137 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12138 cat >> confdefs.h <<EOF
12139#define $ac_tr_hdr 1
6f72b082 12140EOF
698dcdb6
VZ
12141
12142else
12143 echo "$ac_t""no" 1>&6
6f72b082
OK
12144fi
12145done
12146
3a922bb4 12147for ac_hdr in wchar.h
6f72b082 12148do
698dcdb6
VZ
12149ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12150echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12151echo "configure:12152: checking for $ac_hdr" >&5
698dcdb6
VZ
12152if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12153 echo $ac_n "(cached) $ac_c" 1>&6
12154else
12155 cat > conftest.$ac_ext <<EOF
6f754473 12156#line 12157 "configure"
6f72b082 12157#include "confdefs.h"
698dcdb6
VZ
12158#include <$ac_hdr>
12159EOF
12160ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12161{ (eval echo configure:12162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12162ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12163if test -z "$ac_err"; then
12164 rm -rf conftest*
12165 eval "ac_cv_header_$ac_safe=yes"
6f72b082 12166else
698dcdb6
VZ
12167 echo "$ac_err" >&5
12168 echo "configure: failed program was:" >&5
6f72b082 12169 cat conftest.$ac_ext >&5
698dcdb6
VZ
12170 rm -rf conftest*
12171 eval "ac_cv_header_$ac_safe=no"
6f72b082 12172fi
698dcdb6 12173rm -f conftest*
6f72b082 12174fi
698dcdb6
VZ
12175if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12176 echo "$ac_t""yes" 1>&6
12177 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12178 cat >> confdefs.h <<EOF
12179#define $ac_tr_hdr 1
6f72b082 12180EOF
698dcdb6
VZ
12181
12182else
12183 echo "$ac_t""no" 1>&6
6f72b082
OK
12184fi
12185done
12186
3a922bb4 12187for ac_hdr in wcstr.h
6f72b082 12188do
698dcdb6
VZ
12189ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12190echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12191echo "configure:12192: checking for $ac_hdr" >&5
698dcdb6
VZ
12192if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12193 echo $ac_n "(cached) $ac_c" 1>&6
12194else
12195 cat > conftest.$ac_ext <<EOF
6f754473 12196#line 12197 "configure"
6f72b082 12197#include "confdefs.h"
698dcdb6
VZ
12198#include <$ac_hdr>
12199EOF
12200ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12201{ (eval echo configure:12202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12202ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12203if test -z "$ac_err"; then
12204 rm -rf conftest*
12205 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 12206else
698dcdb6
VZ
12207 echo "$ac_err" >&5
12208 echo "configure: failed program was:" >&5
10f2d63a 12209 cat conftest.$ac_ext >&5
698dcdb6
VZ
12210 rm -rf conftest*
12211 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12212fi
698dcdb6 12213rm -f conftest*
10f2d63a 12214fi
698dcdb6
VZ
12215if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12216 echo "$ac_t""yes" 1>&6
12217 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12218 cat >> confdefs.h <<EOF
12219#define $ac_tr_hdr 1
10f2d63a 12220EOF
698dcdb6
VZ
12221
12222else
12223 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12224fi
12225done
12226
3a922bb4 12227for ac_hdr in fnmatch.h
0fb0dd83 12228do
698dcdb6
VZ
12229ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12230echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12231echo "configure:12232: checking for $ac_hdr" >&5
698dcdb6
VZ
12232if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12233 echo $ac_n "(cached) $ac_c" 1>&6
12234else
12235 cat > conftest.$ac_ext <<EOF
6f754473 12236#line 12237 "configure"
0fb0dd83 12237#include "confdefs.h"
698dcdb6
VZ
12238#include <$ac_hdr>
12239EOF
12240ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12241{ (eval echo configure:12242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12242ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12243if test -z "$ac_err"; then
12244 rm -rf conftest*
12245 eval "ac_cv_header_$ac_safe=yes"
0fb0dd83 12246else
698dcdb6
VZ
12247 echo "$ac_err" >&5
12248 echo "configure: failed program was:" >&5
0fb0dd83 12249 cat conftest.$ac_ext >&5
698dcdb6
VZ
12250 rm -rf conftest*
12251 eval "ac_cv_header_$ac_safe=no"
0fb0dd83 12252fi
698dcdb6 12253rm -f conftest*
0fb0dd83 12254fi
698dcdb6
VZ
12255if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12256 echo "$ac_t""yes" 1>&6
12257 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12258 cat >> confdefs.h <<EOF
12259#define $ac_tr_hdr 1
0fb0dd83 12260EOF
698dcdb6
VZ
12261
12262else
12263 echo "$ac_t""no" 1>&6
0fb0dd83
RR
12264fi
12265done
12266
3a922bb4 12267for ac_hdr in iconv.h
1f8ae82f 12268do
698dcdb6
VZ
12269ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12270echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12271echo "configure:12272: checking for $ac_hdr" >&5
698dcdb6
VZ
12272if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12273 echo $ac_n "(cached) $ac_c" 1>&6
12274else
12275 cat > conftest.$ac_ext <<EOF
6f754473 12276#line 12277 "configure"
1f8ae82f 12277#include "confdefs.h"
698dcdb6
VZ
12278#include <$ac_hdr>
12279EOF
12280ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12281{ (eval echo configure:12282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12282ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12283if test -z "$ac_err"; then
12284 rm -rf conftest*
12285 eval "ac_cv_header_$ac_safe=yes"
1f8ae82f 12286else
698dcdb6
VZ
12287 echo "$ac_err" >&5
12288 echo "configure: failed program was:" >&5
1f8ae82f 12289 cat conftest.$ac_ext >&5
698dcdb6
VZ
12290 rm -rf conftest*
12291 eval "ac_cv_header_$ac_safe=no"
1f8ae82f 12292fi
698dcdb6 12293rm -f conftest*
1f8ae82f 12294fi
698dcdb6
VZ
12295if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12296 echo "$ac_t""yes" 1>&6
12297 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12298 cat >> confdefs.h <<EOF
12299#define $ac_tr_hdr 1
1f8ae82f 12300EOF
698dcdb6
VZ
12301
12302else
12303 echo "$ac_t""no" 1>&6
1f8ae82f
GD
12304fi
12305done
12306
3a922bb4 12307for ac_hdr in langinfo.h
10f2d63a 12308do
698dcdb6
VZ
12309ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12310echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12311echo "configure:12312: checking for $ac_hdr" >&5
698dcdb6
VZ
12312if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12313 echo $ac_n "(cached) $ac_c" 1>&6
12314else
12315 cat > conftest.$ac_ext <<EOF
6f754473 12316#line 12317 "configure"
10f2d63a 12317#include "confdefs.h"
698dcdb6
VZ
12318#include <$ac_hdr>
12319EOF
12320ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12321{ (eval echo configure:12322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12322ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12323if test -z "$ac_err"; then
12324 rm -rf conftest*
12325 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 12326else
698dcdb6
VZ
12327 echo "$ac_err" >&5
12328 echo "configure: failed program was:" >&5
10f2d63a 12329 cat conftest.$ac_ext >&5
698dcdb6
VZ
12330 rm -rf conftest*
12331 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12332fi
698dcdb6 12333rm -f conftest*
10f2d63a 12334fi
698dcdb6
VZ
12335if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12336 echo "$ac_t""yes" 1>&6
12337 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12338 cat >> confdefs.h <<EOF
12339#define $ac_tr_hdr 1
10f2d63a 12340EOF
698dcdb6
VZ
12341
12342else
12343 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12344fi
12345done
12346
10f2d63a 12347
3a922bb4
RL
12348if test "$wxUSE_GUI" = "yes"; then
12349 if test "$wxUSE_UNIX" = "yes"; then
12350 for ac_hdr in X11/XKBlib.h
29fd3c0c
VS
12351do
12352ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12353echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 12354echo "configure:12355: checking for $ac_hdr" >&5
29fd3c0c
VS
12355if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12356 echo $ac_n "(cached) $ac_c" 1>&6
12357else
12358 cat > conftest.$ac_ext <<EOF
6f754473 12359#line 12360 "configure"
29fd3c0c
VS
12360#include "confdefs.h"
12361#include <$ac_hdr>
12362EOF
12363ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12364{ (eval echo configure:12365: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
29fd3c0c
VS
12365ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12366if test -z "$ac_err"; then
12367 rm -rf conftest*
12368 eval "ac_cv_header_$ac_safe=yes"
12369else
12370 echo "$ac_err" >&5
12371 echo "configure: failed program was:" >&5
12372 cat conftest.$ac_ext >&5
12373 rm -rf conftest*
12374 eval "ac_cv_header_$ac_safe=no"
12375fi
12376rm -f conftest*
12377fi
12378if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12379 echo "$ac_t""yes" 1>&6
12380 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12381 cat >> confdefs.h <<EOF
12382#define $ac_tr_hdr 1
12383EOF
12384
12385else
12386 echo "$ac_t""no" 1>&6
12387fi
12388done
12389
3a922bb4 12390 fi
29fd3c0c
VS
12391fi
12392
698dcdb6
VZ
12393
12394echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
6f754473 12395echo "configure:12396: checking for ANSI C header files" >&5
698dcdb6
VZ
12396if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12397 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12398else
698dcdb6 12399 cat > conftest.$ac_ext <<EOF
6f754473 12400#line 12401 "configure"
10f2d63a
VZ
12401#include "confdefs.h"
12402#include <stdlib.h>
12403#include <stdarg.h>
12404#include <string.h>
12405#include <float.h>
698dcdb6
VZ
12406EOF
12407ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 12408{ (eval echo configure:12409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12409ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12410if test -z "$ac_err"; then
12411 rm -rf conftest*
10f2d63a
VZ
12412 ac_cv_header_stdc=yes
12413else
698dcdb6
VZ
12414 echo "$ac_err" >&5
12415 echo "configure: failed program was:" >&5
10f2d63a 12416 cat conftest.$ac_ext >&5
698dcdb6 12417 rm -rf conftest*
10f2d63a
VZ
12418 ac_cv_header_stdc=no
12419fi
698dcdb6 12420rm -f conftest*
10f2d63a
VZ
12421
12422if test $ac_cv_header_stdc = yes; then
12423 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
698dcdb6 12424cat > conftest.$ac_ext <<EOF
6f754473 12425#line 12426 "configure"
10f2d63a
VZ
12426#include "confdefs.h"
12427#include <string.h>
698dcdb6 12428EOF
10f2d63a
VZ
12429if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12430 egrep "memchr" >/dev/null 2>&1; then
12431 :
12432else
698dcdb6 12433 rm -rf conftest*
10f2d63a
VZ
12434 ac_cv_header_stdc=no
12435fi
12436rm -f conftest*
12437
12438fi
12439
12440if test $ac_cv_header_stdc = yes; then
12441 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
698dcdb6 12442cat > conftest.$ac_ext <<EOF
6f754473 12443#line 12444 "configure"
10f2d63a
VZ
12444#include "confdefs.h"
12445#include <stdlib.h>
698dcdb6 12446EOF
10f2d63a
VZ
12447if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12448 egrep "free" >/dev/null 2>&1; then
12449 :
12450else
698dcdb6 12451 rm -rf conftest*
10f2d63a
VZ
12452 ac_cv_header_stdc=no
12453fi
12454rm -f conftest*
12455
12456fi
12457
12458if test $ac_cv_header_stdc = yes; then
12459 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
698dcdb6 12460if test "$cross_compiling" = yes; then
10f2d63a
VZ
12461 :
12462else
698dcdb6 12463 cat > conftest.$ac_ext <<EOF
6f754473 12464#line 12465 "configure"
10f2d63a
VZ
12465#include "confdefs.h"
12466#include <ctype.h>
698dcdb6
VZ
12467#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12468#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1e487827 12469#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
698dcdb6
VZ
12470int main () { int i; for (i = 0; i < 256; i++)
12471if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12472exit (0); }
12473
12474EOF
6f754473 12475if { (eval echo configure:12476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 12476then
10f2d63a
VZ
12477 :
12478else
698dcdb6
VZ
12479 echo "configure: failed program was:" >&5
12480 cat conftest.$ac_ext >&5
12481 rm -fr conftest*
12482 ac_cv_header_stdc=no
10f2d63a 12483fi
698dcdb6 12484rm -fr conftest*
10f2d63a 12485fi
698dcdb6 12486
10f2d63a
VZ
12487fi
12488fi
1e487827 12489
698dcdb6
VZ
12490echo "$ac_t""$ac_cv_header_stdc" 1>&6
12491if test $ac_cv_header_stdc = yes; then
12492 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12493#define STDC_HEADERS 1
12494EOF
12495
12496fi
12497
698dcdb6 12498echo $ac_n "checking for mode_t""... $ac_c" 1>&6
6f754473 12499echo "configure:12500: checking for mode_t" >&5
698dcdb6
VZ
12500if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
12501 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 12502else
698dcdb6 12503 cat > conftest.$ac_ext <<EOF
6f754473 12504#line 12505 "configure"
1e487827 12505#include "confdefs.h"
698dcdb6
VZ
12506#include <sys/types.h>
12507#if STDC_HEADERS
12508#include <stdlib.h>
12509#include <stddef.h>
12510#endif
12511EOF
12512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12513 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12514 rm -rf conftest*
10f2d63a
VZ
12515 ac_cv_type_mode_t=yes
12516else
698dcdb6
VZ
12517 rm -rf conftest*
12518 ac_cv_type_mode_t=no
703e0a69 12519fi
698dcdb6 12520rm -f conftest*
1e487827 12521
698dcdb6
VZ
12522fi
12523echo "$ac_t""$ac_cv_type_mode_t" 1>&6
12524if test $ac_cv_type_mode_t = no; then
12525 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12526#define mode_t int
12527EOF
12528
12529fi
12530
698dcdb6 12531echo $ac_n "checking for off_t""... $ac_c" 1>&6
6f754473 12532echo "configure:12533: checking for off_t" >&5
698dcdb6
VZ
12533if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
12534 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12535else
698dcdb6 12536 cat > conftest.$ac_ext <<EOF
6f754473 12537#line 12538 "configure"
10f2d63a 12538#include "confdefs.h"
698dcdb6
VZ
12539#include <sys/types.h>
12540#if STDC_HEADERS
12541#include <stdlib.h>
12542#include <stddef.h>
12543#endif
12544EOF
12545if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12546 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12547 rm -rf conftest*
10f2d63a
VZ
12548 ac_cv_type_off_t=yes
12549else
698dcdb6
VZ
12550 rm -rf conftest*
12551 ac_cv_type_off_t=no
703e0a69 12552fi
698dcdb6 12553rm -f conftest*
1e487827 12554
698dcdb6
VZ
12555fi
12556echo "$ac_t""$ac_cv_type_off_t" 1>&6
12557if test $ac_cv_type_off_t = no; then
12558 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12559#define off_t long
12560EOF
12561
12562fi
12563
698dcdb6 12564echo $ac_n "checking for pid_t""... $ac_c" 1>&6
6f754473 12565echo "configure:12566: checking for pid_t" >&5
698dcdb6
VZ
12566if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12567 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12568else
698dcdb6 12569 cat > conftest.$ac_ext <<EOF
6f754473 12570#line 12571 "configure"
10f2d63a 12571#include "confdefs.h"
698dcdb6
VZ
12572#include <sys/types.h>
12573#if STDC_HEADERS
12574#include <stdlib.h>
12575#include <stddef.h>
12576#endif
12577EOF
12578if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12579 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12580 rm -rf conftest*
10f2d63a
VZ
12581 ac_cv_type_pid_t=yes
12582else
698dcdb6
VZ
12583 rm -rf conftest*
12584 ac_cv_type_pid_t=no
703e0a69 12585fi
698dcdb6 12586rm -f conftest*
1e487827 12587
698dcdb6
VZ
12588fi
12589echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12590if test $ac_cv_type_pid_t = no; then
12591 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12592#define pid_t int
12593EOF
12594
12595fi
12596
698dcdb6 12597echo $ac_n "checking for size_t""... $ac_c" 1>&6
6f754473 12598echo "configure:12599: checking for size_t" >&5
698dcdb6
VZ
12599if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12600 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12601else
698dcdb6 12602 cat > conftest.$ac_ext <<EOF
6f754473 12603#line 12604 "configure"
10f2d63a 12604#include "confdefs.h"
698dcdb6
VZ
12605#include <sys/types.h>
12606#if STDC_HEADERS
12607#include <stdlib.h>
12608#include <stddef.h>
12609#endif
12610EOF
12611if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12612 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12613 rm -rf conftest*
10f2d63a
VZ
12614 ac_cv_type_size_t=yes
12615else
698dcdb6
VZ
12616 rm -rf conftest*
12617 ac_cv_type_size_t=no
703e0a69 12618fi
698dcdb6 12619rm -f conftest*
1e487827 12620
698dcdb6
VZ
12621fi
12622echo "$ac_t""$ac_cv_type_size_t" 1>&6
12623if test $ac_cv_type_size_t = no; then
12624 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12625#define size_t unsigned
12626EOF
12627
12628fi
12629
698dcdb6 12630echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
6f754473 12631echo "configure:12632: checking for uid_t in sys/types.h" >&5
698dcdb6
VZ
12632if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12633 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12634else
698dcdb6 12635 cat > conftest.$ac_ext <<EOF
6f754473 12636#line 12637 "configure"
10f2d63a
VZ
12637#include "confdefs.h"
12638#include <sys/types.h>
698dcdb6 12639EOF
10f2d63a
VZ
12640if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12641 egrep "uid_t" >/dev/null 2>&1; then
698dcdb6 12642 rm -rf conftest*
10f2d63a
VZ
12643 ac_cv_type_uid_t=yes
12644else
698dcdb6 12645 rm -rf conftest*
10f2d63a
VZ
12646 ac_cv_type_uid_t=no
12647fi
12648rm -f conftest*
12649
12650fi
1e487827 12651
698dcdb6
VZ
12652echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12653if test $ac_cv_type_uid_t = no; then
12654 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12655#define uid_t int
12656EOF
12657
698dcdb6 12658 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12659#define gid_t int
12660EOF
12661
12662fi
12663
1e487827 12664
698dcdb6 12665echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
6f754473 12666echo "configure:12667: checking for wchar_t" >&5
698dcdb6
VZ
12667if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12668 echo $ac_n "(cached) $ac_c" 1>&6
12669else
12670
12671 cat > conftest.$ac_ext <<EOF
6f754473 12672#line 12673 "configure"
0046ff7c
VS
12673#include "confdefs.h"
12674#include <wchar.h>
698dcdb6 12675int main() {
0046ff7c 12676
d836ee96
VZ
12677 wchar_t wc, *ws;
12678 wc = L'a';
12679 ws = L"Hello, world!";
698dcdb6
VZ
12680
12681; return 0; }
12682EOF
6f754473 12683if { (eval echo configure:12684: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 12684 rm -rf conftest*
1f8ae82f 12685 wx_cv_type_wchar_t=yes
0046ff7c 12686else
698dcdb6
VZ
12687 echo "configure: failed program was:" >&5
12688 cat conftest.$ac_ext >&5
12689 rm -rf conftest*
12690 wx_cv_type_wchar_t=no
d836ee96 12691
6232543b 12692fi
698dcdb6 12693rm -f conftest*
703e0a69 12694
1e487827 12695fi
698dcdb6
VZ
12696
12697echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
d836ee96
VZ
12698
12699if test "$wx_cv_type_wchar_t" = "yes"; then
698dcdb6 12700 cat >> confdefs.h <<\EOF
0046ff7c
VS
12701#define wxUSE_WCHAR_T 1
12702EOF
12703
12704fi
12705
19af3b06
VZ
12706
12707ac_ext=C
12708# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12709ac_cpp='$CXXCPP $CPPFLAGS'
12710ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12711ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12712cross_compiling=$ac_cv_prog_cxx_cross
12713
d836ee96 12714echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
6f754473 12715echo "configure:12716: checking if size_t is unsigned int" >&5
d836ee96
VZ
12716if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12717 echo $ac_n "(cached) $ac_c" 1>&6
12718else
dd2c8b7c 12719 cat > conftest.$ac_ext <<EOF
6f754473 12720#line 12721 "configure"
d836ee96
VZ
12721#include "confdefs.h"
12722#include <stddef.h>
12723int main() {
12724
dd2c8b7c
VZ
12725 return 0; }
12726
d836ee96 12727 struct Foo { void foo(size_t); void foo(unsigned int); };
dd2c8b7c
VZ
12728
12729 int bar() {
d836ee96
VZ
12730
12731; return 0; }
12732EOF
6f754473 12733if { (eval echo configure:12734: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d836ee96
VZ
12734 rm -rf conftest*
12735 wx_cv_size_t_is_uint=no
12736else
12737 echo "configure: failed program was:" >&5
12738 cat conftest.$ac_ext >&5
12739 rm -rf conftest*
12740 wx_cv_size_t_is_uint=yes
12741
12742fi
12743rm -f conftest*
12744
12745fi
12746
12747echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12748
12749if test "$wx_cv_size_t_is_uint" = "yes"; then
12750 cat >> confdefs.h <<\EOF
12751#define wxSIZE_T_IS_UINT 1
12752EOF
12753
12754else
12755 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
6f754473 12756echo "configure:12757: checking if size_t is unsigned long" >&5
d836ee96
VZ
12757if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12758 echo $ac_n "(cached) $ac_c" 1>&6
12759else
12760 cat > conftest.$ac_ext <<EOF
6f754473 12761#line 12762 "configure"
d836ee96
VZ
12762#include "confdefs.h"
12763#include <stddef.h>
12764int main() {
12765
dd2c8b7c
VZ
12766 return 0; }
12767
d836ee96 12768 struct Foo { void foo(size_t); void foo(unsigned long); };
dd2c8b7c
VZ
12769
12770 int bar() {
d836ee96
VZ
12771
12772; return 0; }
12773EOF
6f754473 12774if { (eval echo configure:12775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d836ee96
VZ
12775 rm -rf conftest*
12776 wx_cv_size_t_is_ulong=no
12777else
12778 echo "configure: failed program was:" >&5
12779 cat conftest.$ac_ext >&5
12780 rm -rf conftest*
12781 wx_cv_size_t_is_ulong=yes
12782
12783fi
12784rm -f conftest*
12785
12786fi
12787
12788echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12789
12790 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12791 cat >> confdefs.h <<\EOF
12792#define wxSIZE_T_IS_ULONG 1
12793EOF
12794
12795 fi
12796fi
12797
19af3b06
VZ
12798ac_ext=c
12799# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12800ac_cpp='$CPP $CPPFLAGS'
12801ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12802ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12803cross_compiling=$ac_cv_prog_cc_cross
12804
12805
1e487827 12806
698dcdb6 12807echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
6f754473 12808echo "configure:12809: checking for pw_gecos in struct passwd" >&5
698dcdb6
VZ
12809if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12810 echo $ac_n "(cached) $ac_c" 1>&6
12811else
12812
12813 cat > conftest.$ac_ext <<EOF
6f754473 12814#line 12815 "configure"
b12915c1
VZ
12815#include "confdefs.h"
12816#include <pwd.h>
698dcdb6 12817int main() {
b12915c1
VZ
12818
12819 char *p;
12820 struct passwd *pw;
12821 p = pw->pw_gecos;
698dcdb6
VZ
12822
12823; return 0; }
12824EOF
6f754473 12825if { (eval echo configure:12826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
12826 rm -rf conftest*
12827
b12915c1 12828 wx_cv_struct_pw_gecos=yes
698dcdb6 12829
b12915c1 12830else
698dcdb6
VZ
12831 echo "configure: failed program was:" >&5
12832 cat conftest.$ac_ext >&5
12833 rm -rf conftest*
12834
b12915c1 12835 wx_cv_struct_pw_gecos=no
698dcdb6
VZ
12836
12837
6232543b 12838fi
698dcdb6
VZ
12839rm -f conftest*
12840
703e0a69 12841
1e487827 12842fi
698dcdb6
VZ
12843
12844echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
b12915c1 12845
bd3277fe 12846if test "$wx_cv_struct_pw_gecos" = "yes"; then
698dcdb6 12847 cat >> confdefs.h <<\EOF
bd3277fe
VZ
12848#define HAVE_PW_GECOS 1
12849EOF
12850
12851fi
12852
698dcdb6
VZ
12853
12854echo $ac_n "checking for working const""... $ac_c" 1>&6
6f754473 12855echo "configure:12856: checking for working const" >&5
698dcdb6
VZ
12856if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12857 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12858else
698dcdb6 12859 cat > conftest.$ac_ext <<EOF
6f754473 12860#line 12861 "configure"
10f2d63a 12861#include "confdefs.h"
698dcdb6
VZ
12862
12863int main() {
12864
12865/* Ultrix mips cc rejects this. */
a3df447d 12866typedef int charset[2]; const charset x;
698dcdb6
VZ
12867/* SunOS 4.1.1 cc rejects this. */
12868char const *const *ccp;
12869char **p;
12870/* NEC SVR4.0.2 mips cc rejects this. */
12871struct point {int x, y;};
12872static struct point const zero = {0,0};
12873/* AIX XL C 1.02.0.0 rejects this.
12874 It does not let you subtract one const X* pointer from another in an arm
12875 of an if-expression whose if-part is not a constant expression */
12876const char *g = "string";
12877ccp = &g + (g ? g-g : 0);
12878/* HPUX 7.0 cc rejects these. */
12879++ccp;
12880p = (char**) ccp;
12881ccp = (char const *const *) p;
12882{ /* SCO 3.2v4 cc rejects this. */
12883 char *t;
12884 char const *s = 0 ? (char *) 0 : (char const *) 0;
12885
12886 *t++ = 0;
10f2d63a 12887}
698dcdb6
VZ
12888{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12889 int x[] = {25, 17};
12890 const int *foo = &x[0];
12891 ++foo;
703e0a69 12892}
698dcdb6
VZ
12893{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12894 typedef const int *iptr;
12895 iptr p = 0;
12896 ++p;
6232543b 12897}
698dcdb6
VZ
12898{ /* AIX XL C 1.02.0.0 rejects this saying
12899 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12900 struct s { int j; const int *ap[3]; };
12901 struct s *b; b->j = 5;
1e487827 12902}
698dcdb6
VZ
12903{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12904 const int foo = 10;
12905}
4f14bcd8
GD
12906
12907; return 0; }
698dcdb6 12908EOF
6f754473 12909if { (eval echo configure:12910: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
12910 rm -rf conftest*
12911 ac_cv_c_const=yes
698dcdb6
VZ
12912else
12913 echo "configure: failed program was:" >&5
12914 cat conftest.$ac_ext >&5
4f14bcd8
GD
12915 rm -rf conftest*
12916 ac_cv_c_const=no
703e0a69 12917fi
4f14bcd8 12918rm -f conftest*
698dcdb6
VZ
12919fi
12920
4f14bcd8
GD
12921echo "$ac_t""$ac_cv_c_const" 1>&6
12922if test $ac_cv_c_const = no; then
12923 cat >> confdefs.h <<\EOF
12924#define const
698dcdb6
VZ
12925EOF
12926
4f14bcd8 12927fi
698dcdb6 12928
4f14bcd8 12929echo $ac_n "checking for inline""... $ac_c" 1>&6
6f754473 12930echo "configure:12931: checking for inline" >&5
4f14bcd8 12931if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
698dcdb6 12932 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12933else
4f14bcd8
GD
12934 ac_cv_c_inline=no
12935for ac_kw in inline __inline__ __inline; do
698dcdb6 12936 cat > conftest.$ac_ext <<EOF
6f754473 12937#line 12938 "configure"
10f2d63a 12938#include "confdefs.h"
4f14bcd8
GD
12939
12940int main() {
a3df447d 12941} $ac_kw foo() {
4f14bcd8 12942; return 0; }
698dcdb6 12943EOF
6f754473 12944if { (eval echo configure:12945: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
12945 rm -rf conftest*
12946 ac_cv_c_inline=$ac_kw; break
10f2d63a 12947else
698dcdb6
VZ
12948 echo "configure: failed program was:" >&5
12949 cat conftest.$ac_ext >&5
10f2d63a 12950fi
4f14bcd8
GD
12951rm -f conftest*
12952done
698dcdb6 12953
10f2d63a 12954fi
4f14bcd8
GD
12955
12956echo "$ac_t""$ac_cv_c_inline" 1>&6
12957case "$ac_cv_c_inline" in
12958 inline | yes) ;;
12959 no) cat >> confdefs.h <<\EOF
12960#define inline
12961EOF
12962 ;;
12963 *) cat >> confdefs.h <<EOF
12964#define inline $ac_cv_c_inline
698dcdb6 12965EOF
4f14bcd8
GD
12966 ;;
12967esac
698dcdb6
VZ
12968
12969
4f14bcd8 12970echo $ac_n "checking size of char""... $ac_c" 1>&6
6f754473 12971echo "configure:12972: checking size of char" >&5
4f14bcd8 12972if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
698dcdb6
VZ
12973 echo $ac_n "(cached) $ac_c" 1>&6
12974else
12975 if test "$cross_compiling" = yes; then
4f14bcd8 12976 ac_cv_sizeof_char=1
698dcdb6
VZ
12977else
12978 cat > conftest.$ac_ext <<EOF
6f754473 12979#line 12980 "configure"
698dcdb6
VZ
12980#include "confdefs.h"
12981#include <stdio.h>
12982main()
12983{
12984 FILE *f=fopen("conftestval", "w");
12985 if (!f) exit(1);
4f14bcd8 12986 fprintf(f, "%d\n", sizeof(char));
698dcdb6
VZ
12987 exit(0);
12988}
12989EOF
6f754473 12990if { (eval echo configure:12991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 12991then
4f14bcd8 12992 ac_cv_sizeof_char=`cat conftestval`
6232543b 12993else
698dcdb6
VZ
12994 echo "configure: failed program was:" >&5
12995 cat conftest.$ac_ext >&5
12996 rm -fr conftest*
4f14bcd8 12997 ac_cv_sizeof_char=0
6232543b 12998fi
698dcdb6
VZ
12999rm -fr conftest*
13000fi
13001
703e0a69 13002fi
4f14bcd8 13003echo "$ac_t""$ac_cv_sizeof_char" 1>&6
698dcdb6 13004cat >> confdefs.h <<EOF
4f14bcd8 13005#define SIZEOF_CHAR $ac_cv_sizeof_char
10f2d63a
VZ
13006EOF
13007
1e487827 13008
4f14bcd8 13009echo $ac_n "checking size of short""... $ac_c" 1>&6
6f754473 13010echo "configure:13011: checking size of short" >&5
4f14bcd8 13011if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
698dcdb6
VZ
13012 echo $ac_n "(cached) $ac_c" 1>&6
13013else
4f14bcd8
GD
13014 if test "$cross_compiling" = yes; then
13015 ac_cv_sizeof_short=2
b93d0d08 13016else
698dcdb6 13017 cat > conftest.$ac_ext <<EOF
6f754473 13018#line 13019 "configure"
b93d0d08 13019#include "confdefs.h"
4f14bcd8
GD
13020#include <stdio.h>
13021main()
13022{
13023 FILE *f=fopen("conftestval", "w");
13024 if (!f) exit(1);
13025 fprintf(f, "%d\n", sizeof(short));
13026 exit(0);
13027}
698dcdb6 13028EOF
6f754473 13029if { (eval echo configure:13030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 13030then
4f14bcd8 13031 ac_cv_sizeof_short=`cat conftestval`
b93d0d08 13032else
698dcdb6
VZ
13033 echo "configure: failed program was:" >&5
13034 cat conftest.$ac_ext >&5
13035 rm -fr conftest*
4f14bcd8 13036 ac_cv_sizeof_short=0
b93d0d08 13037fi
698dcdb6 13038rm -fr conftest*
b93d0d08
VS
13039fi
13040
b93d0d08 13041fi
4f14bcd8 13042echo "$ac_t""$ac_cv_sizeof_short" 1>&6
698dcdb6 13043cat >> confdefs.h <<EOF
4f14bcd8 13044#define SIZEOF_SHORT $ac_cv_sizeof_short
b93d0d08
VS
13045EOF
13046
698dcdb6 13047
4f14bcd8 13048echo $ac_n "checking size of int *""... $ac_c" 1>&6
6f754473 13049echo "configure:13050: checking size of int *" >&5
4f14bcd8 13050if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
698dcdb6 13051 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13052else
4f14bcd8
GD
13053 if test "$cross_compiling" = yes; then
13054 ac_cv_sizeof_int_p=4
3a922bb4 13055else
3a922bb4 13056 cat > conftest.$ac_ext <<EOF
6f754473 13057#line 13058 "configure"
3a922bb4 13058#include "confdefs.h"
4f14bcd8
GD
13059#include <stdio.h>
13060main()
13061{
13062 FILE *f=fopen("conftestval", "w");
13063 if (!f) exit(1);
13064 fprintf(f, "%d\n", sizeof(int *));
13065 exit(0);
13066}
13067EOF
6f754473 13068if { (eval echo configure:13069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13069then
13070 ac_cv_sizeof_int_p=`cat conftestval`
13071else
13072 echo "configure: failed program was:" >&5
13073 cat conftest.$ac_ext >&5
13074 rm -fr conftest*
13075 ac_cv_sizeof_int_p=0
3a922bb4 13076fi
4f14bcd8 13077rm -fr conftest*
3a922bb4 13078fi
698dcdb6 13079
4f14bcd8
GD
13080fi
13081echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
13082cat >> confdefs.h <<EOF
13083#define SIZEOF_INT_P $ac_cv_sizeof_int_p
10f2d63a
VZ
13084EOF
13085
703e0a69 13086
4f14bcd8 13087echo $ac_n "checking size of int""... $ac_c" 1>&6
6f754473 13088echo "configure:13089: checking size of int" >&5
4f14bcd8 13089if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
698dcdb6 13090 echo $ac_n "(cached) $ac_c" 1>&6
4f14bcd8
GD
13091else
13092 if test "$cross_compiling" = yes; then
13093 ac_cv_sizeof_int=4
698dcdb6
VZ
13094else
13095 cat > conftest.$ac_ext <<EOF
6f754473 13096#line 13097 "configure"
10f2d63a 13097#include "confdefs.h"
4f14bcd8
GD
13098#include <stdio.h>
13099main()
13100{
13101 FILE *f=fopen("conftestval", "w");
13102 if (!f) exit(1);
13103 fprintf(f, "%d\n", sizeof(int));
13104 exit(0);
13105}
698dcdb6 13106EOF
6f754473 13107if { (eval echo configure:13108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13108then
13109 ac_cv_sizeof_int=`cat conftestval`
10f2d63a 13110else
698dcdb6 13111 echo "configure: failed program was:" >&5
10f2d63a 13112 cat conftest.$ac_ext >&5
4f14bcd8
GD
13113 rm -fr conftest*
13114 ac_cv_sizeof_int=0
10f2d63a 13115fi
4f14bcd8 13116rm -fr conftest*
10f2d63a 13117fi
10f2d63a 13118
4f14bcd8
GD
13119fi
13120echo "$ac_t""$ac_cv_sizeof_int" 1>&6
13121cat >> confdefs.h <<EOF
13122#define SIZEOF_INT $ac_cv_sizeof_int
10f2d63a
VZ
13123EOF
13124
698dcdb6 13125
4f14bcd8 13126echo $ac_n "checking size of long""... $ac_c" 1>&6
6f754473 13127echo "configure:13128: checking size of long" >&5
4f14bcd8 13128if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
698dcdb6
VZ
13129 echo $ac_n "(cached) $ac_c" 1>&6
13130else
4f14bcd8
GD
13131 if test "$cross_compiling" = yes; then
13132 ac_cv_sizeof_long=4
13133else
13134 cat > conftest.$ac_ext <<EOF
6f754473 13135#line 13136 "configure"
10f2d63a 13136#include "confdefs.h"
4f14bcd8
GD
13137#include <stdio.h>
13138main()
13139{
13140 FILE *f=fopen("conftestval", "w");
13141 if (!f) exit(1);
13142 fprintf(f, "%d\n", sizeof(long));
13143 exit(0);
13144}
698dcdb6 13145EOF
6f754473 13146if { (eval echo configure:13147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13147then
13148 ac_cv_sizeof_long=`cat conftestval`
10f2d63a 13149else
698dcdb6
VZ
13150 echo "configure: failed program was:" >&5
13151 cat conftest.$ac_ext >&5
4f14bcd8
GD
13152 rm -fr conftest*
13153 ac_cv_sizeof_long=0
10f2d63a 13154fi
4f14bcd8 13155rm -fr conftest*
10f2d63a 13156fi
698dcdb6 13157
4f14bcd8
GD
13158fi
13159echo "$ac_t""$ac_cv_sizeof_long" 1>&6
13160cat >> confdefs.h <<EOF
13161#define SIZEOF_LONG $ac_cv_sizeof_long
10f2d63a
VZ
13162EOF
13163
698dcdb6 13164
4f14bcd8 13165echo $ac_n "checking size of long long""... $ac_c" 1>&6
6f754473 13166echo "configure:13167: checking size of long long" >&5
4f14bcd8 13167if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
698dcdb6 13168 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13169else
4f14bcd8
GD
13170 if test "$cross_compiling" = yes; then
13171 ac_cv_sizeof_long_long=0
13172else
13173 cat > conftest.$ac_ext <<EOF
6f754473 13174#line 13175 "configure"
10f2d63a 13175#include "confdefs.h"
4f14bcd8
GD
13176#include <stdio.h>
13177main()
13178{
13179 FILE *f=fopen("conftestval", "w");
13180 if (!f) exit(1);
13181 fprintf(f, "%d\n", sizeof(long long));
13182 exit(0);
13183}
698dcdb6 13184EOF
6f754473 13185if { (eval echo configure:13186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13186then
13187 ac_cv_sizeof_long_long=`cat conftestval`
698dcdb6
VZ
13188else
13189 echo "configure: failed program was:" >&5
13190 cat conftest.$ac_ext >&5
4f14bcd8
GD
13191 rm -fr conftest*
13192 ac_cv_sizeof_long_long=0
13193fi
13194rm -fr conftest*
698dcdb6 13195fi
698dcdb6
VZ
13196
13197fi
4f14bcd8
GD
13198echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
13199cat >> confdefs.h <<EOF
13200#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10f2d63a
VZ
13201EOF
13202
10f2d63a 13203
4f14bcd8
GD
13204
13205echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
6f754473 13206echo "configure:13207: checking size of wchar_t" >&5
4f14bcd8 13207if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
698dcdb6 13208 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13209else
4f14bcd8
GD
13210
13211 if test "$cross_compiling" = yes; then
13212 wx_cv_sizeof_wchar_t=4
13213
13214else
13215 cat > conftest.$ac_ext <<EOF
6f754473 13216#line 13217 "configure"
10f2d63a 13217#include "confdefs.h"
698dcdb6 13218
4f14bcd8
GD
13219 #ifdef HAVE_WCHAR_H
13220 # include <wchar.h>
13221 #endif
13222 #ifdef HAVE_STDLIB_H
13223 # include <stdlib.h>
13224 #endif
13225 #include <stdio.h>
13226 int main()
13227 {
13228 FILE *f=fopen("conftestval", "w");
13229 if (!f) exit(1);
13230 fprintf(f, "%i", sizeof(wchar_t));
13231 exit(0);
13232 }
13233
698dcdb6 13234EOF
6f754473 13235if { (eval echo configure:13236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13236then
13237 wx_cv_sizeof_wchar_t=`cat conftestval`
698dcdb6
VZ
13238else
13239 echo "configure: failed program was:" >&5
13240 cat conftest.$ac_ext >&5
4f14bcd8
GD
13241 rm -fr conftest*
13242 wx_cv_sizeof_wchar_t=0
698dcdb6 13243fi
4f14bcd8
GD
13244rm -fr conftest*
13245fi
13246
698dcdb6
VZ
13247
13248fi
4f14bcd8
GD
13249
13250echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
13251
13252cat >> confdefs.h <<EOF
13253#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10f2d63a
VZ
13254EOF
13255
18dbb1f6 13256
4f14bcd8 13257echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
6f754473 13258echo "configure:13259: checking whether byte ordering is bigendian" >&5
4f14bcd8 13259if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
18dbb1f6
VZ
13260 echo $ac_n "(cached) $ac_c" 1>&6
13261else
4f14bcd8
GD
13262 ac_cv_c_bigendian=unknown
13263# See if sys/param.h defines the BYTE_ORDER macro.
18dbb1f6 13264cat > conftest.$ac_ext <<EOF
6f754473 13265#line 13266 "configure"
18dbb1f6 13266#include "confdefs.h"
4f14bcd8
GD
13267#include <sys/types.h>
13268#include <sys/param.h>
13269int main() {
18dbb1f6 13270
4f14bcd8
GD
13271#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13272 bogus endian macros
13273#endif
13274; return 0; }
13275EOF
6f754473 13276if { (eval echo configure:13277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
13277 rm -rf conftest*
13278 # It does; now see whether it defined to BIG_ENDIAN or not.
13279cat > conftest.$ac_ext <<EOF
6f754473 13280#line 13281 "configure"
4f14bcd8
GD
13281#include "confdefs.h"
13282#include <sys/types.h>
13283#include <sys/param.h>
18dbb1f6 13284int main() {
4f14bcd8
GD
13285
13286#if BYTE_ORDER != BIG_ENDIAN
13287 not big endian
13288#endif
18dbb1f6
VZ
13289; return 0; }
13290EOF
6f754473 13291if { (eval echo configure:13292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18dbb1f6 13292 rm -rf conftest*
4f14bcd8 13293 ac_cv_c_bigendian=yes
18dbb1f6
VZ
13294else
13295 echo "configure: failed program was:" >&5
13296 cat conftest.$ac_ext >&5
13297 rm -rf conftest*
4f14bcd8 13298 ac_cv_c_bigendian=no
18dbb1f6
VZ
13299fi
13300rm -f conftest*
698dcdb6 13301else
4f14bcd8
GD
13302 echo "configure: failed program was:" >&5
13303 cat conftest.$ac_ext >&5
1e487827 13304fi
4f14bcd8
GD
13305rm -f conftest*
13306if test $ac_cv_c_bigendian = unknown; then
13307if test "$cross_compiling" = yes; then
13308 ac_cv_c_bigendian=unknown
b3e8d00a
VZ
13309else
13310 cat > conftest.$ac_ext <<EOF
6f754473 13311#line 13312 "configure"
b3e8d00a 13312#include "confdefs.h"
4f14bcd8
GD
13313main () {
13314 /* Are we little or big endian? From Harbison&Steele. */
13315 union
13316 {
13317 long l;
13318 char c[sizeof (long)];
13319 } u;
13320 u.l = 1;
13321 exit (u.c[sizeof (long) - 1] == 1);
13322}
b3e8d00a 13323EOF
6f754473 13324if { (eval echo configure:13325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13325then
13326 ac_cv_c_bigendian=no
b3e8d00a
VZ
13327else
13328 echo "configure: failed program was:" >&5
13329 cat conftest.$ac_ext >&5
4f14bcd8
GD
13330 rm -fr conftest*
13331 ac_cv_c_bigendian=yes
b3e8d00a 13332fi
4f14bcd8 13333rm -fr conftest*
b3e8d00a
VZ
13334fi
13335
4f14bcd8
GD
13336fi
13337fi
13338
13339echo "$ac_t""$ac_cv_c_bigendian" 1>&6
13340if test $ac_cv_c_bigendian = unknown; then
13341 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
13342fi
13343if test $ac_cv_c_bigendian = yes; then
13344 cat >> confdefs.h <<\EOF
13345#define WORDS_BIGENDIAN 1
b3e8d00a 13346EOF
4f14bcd8 13347
b3e8d00a 13348fi
b3e8d00a
VZ
13349
13350
4f14bcd8 13351echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6f754473 13352echo "configure:13353: checking how to run the C++ preprocessor" >&5
4f14bcd8
GD
13353if test -z "$CXXCPP"; then
13354if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
698dcdb6
VZ
13355 echo $ac_n "(cached) $ac_c" 1>&6
13356else
4f14bcd8
GD
13357 ac_ext=C
13358# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13359ac_cpp='$CXXCPP $CPPFLAGS'
13360ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13361ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13362cross_compiling=$ac_cv_prog_cxx_cross
13363 CXXCPP="${CXX-g++} -E"
698dcdb6 13364 cat > conftest.$ac_ext <<EOF
6f754473 13365#line 13366 "configure"
10f2d63a 13366#include "confdefs.h"
4f14bcd8 13367#include <stdlib.h>
698dcdb6 13368EOF
4f14bcd8 13369ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 13370{ (eval echo configure:13371: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
13371ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13372if test -z "$ac_err"; then
13373 :
698dcdb6 13374else
4f14bcd8 13375 echo "$ac_err" >&5
698dcdb6
VZ
13376 echo "configure: failed program was:" >&5
13377 cat conftest.$ac_ext >&5
13378 rm -rf conftest*
4f14bcd8 13379 CXXCPP=/lib/cpp
698dcdb6
VZ
13380fi
13381rm -f conftest*
4f14bcd8
GD
13382 ac_cv_prog_CXXCPP="$CXXCPP"
13383ac_ext=C
13384# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13385ac_cpp='$CXXCPP $CPPFLAGS'
13386ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13387ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13388cross_compiling=$ac_cv_prog_cxx_cross
13389fi
698dcdb6 13390fi
4f14bcd8
GD
13391CXXCPP="$ac_cv_prog_CXXCPP"
13392echo "$ac_t""$CXXCPP" 1>&6
698dcdb6 13393
4f14bcd8
GD
13394
13395 if test "$cross_compiling" = "yes"; then
13396 cat >> confdefs.h <<\EOF
13397#define wxUSE_IOSTREAMH 1
698dcdb6
VZ
13398EOF
13399
4f14bcd8
GD
13400 else
13401
13402 ac_ext=C
13403# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13404ac_cpp='$CXXCPP $CPPFLAGS'
13405ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13406ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13407cross_compiling=$ac_cv_prog_cxx_cross
698dcdb6 13408
4f14bcd8
GD
13409
13410 for ac_hdr in iostream
13411do
13412ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13413echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 13414echo "configure:13415: checking for $ac_hdr" >&5
4f14bcd8 13415if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
698dcdb6
VZ
13416 echo $ac_n "(cached) $ac_c" 1>&6
13417else
13418 cat > conftest.$ac_ext <<EOF
6f754473 13419#line 13420 "configure"
10f2d63a 13420#include "confdefs.h"
4f14bcd8 13421#include <$ac_hdr>
698dcdb6 13422EOF
4f14bcd8 13423ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 13424{ (eval echo configure:13425: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
13425ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13426if test -z "$ac_err"; then
698dcdb6 13427 rm -rf conftest*
4f14bcd8 13428 eval "ac_cv_header_$ac_safe=yes"
698dcdb6 13429else
4f14bcd8 13430 echo "$ac_err" >&5
698dcdb6
VZ
13431 echo "configure: failed program was:" >&5
13432 cat conftest.$ac_ext >&5
13433 rm -rf conftest*
4f14bcd8 13434 eval "ac_cv_header_$ac_safe=no"
698dcdb6
VZ
13435fi
13436rm -f conftest*
13437fi
4f14bcd8 13438if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
698dcdb6 13439 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
13440 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13441 cat >> confdefs.h <<EOF
13442#define $ac_tr_hdr 1
10f2d63a 13443EOF
4f14bcd8 13444
698dcdb6
VZ
13445else
13446 echo "$ac_t""no" 1>&6
10f2d63a 13447fi
4f14bcd8 13448done
10f2d63a 13449
10f2d63a 13450
4f14bcd8
GD
13451 if test "$ac_cv_header_iostream" = "yes" ; then
13452 :
13453 else
13454 cat >> confdefs.h <<\EOF
13455#define wxUSE_IOSTREAMH 1
13456EOF
13457
13458 fi
1e487827 13459
4f14bcd8
GD
13460 ac_ext=c
13461# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13462ac_cpp='$CPP $CPPFLAGS'
13463ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13464ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13465cross_compiling=$ac_cv_prog_cc_cross
698dcdb6 13466
4f14bcd8 13467 fi
698dcdb6
VZ
13468
13469
13470
4f14bcd8 13471 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
6f754473 13472echo "configure:13473: checking if C++ compiler supports bool" >&5
4f14bcd8 13473if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
698dcdb6
VZ
13474 echo $ac_n "(cached) $ac_c" 1>&6
13475else
13476
4f14bcd8
GD
13477
13478 ac_ext=C
13479# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13480ac_cpp='$CXXCPP $CPPFLAGS'
13481ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13482ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13483cross_compiling=$ac_cv_prog_cxx_cross
f6bcfd97 13484
10f2d63a 13485
4f14bcd8 13486 cat > conftest.$ac_ext <<EOF
6f754473 13487#line 13488 "configure"
4f14bcd8 13488#include "confdefs.h"
10f2d63a 13489
4f14bcd8
GD
13490
13491int main() {
f6bcfd97 13492
4f14bcd8 13493 bool b = true;
f6bcfd97 13494
4f14bcd8
GD
13495 return 0;
13496
698dcdb6
VZ
13497; return 0; }
13498EOF
6f754473 13499if { (eval echo configure:13500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
13500 rm -rf conftest*
13501
4f14bcd8
GD
13502 wx_cv_cpp_bool=yes
13503
10f2d63a 13504else
698dcdb6
VZ
13505 echo "configure: failed program was:" >&5
13506 cat conftest.$ac_ext >&5
13507 rm -rf conftest*
13508
4f14bcd8
GD
13509 wx_cv_cpp_bool=no
13510
13511
13512fi
13513rm -f conftest*
c521c494 13514
4f14bcd8
GD
13515 ac_ext=c
13516# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13517ac_cpp='$CPP $CPPFLAGS'
13518ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13519ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13520cross_compiling=$ac_cv_prog_cc_cross
c521c494 13521
4f14bcd8
GD
13522
13523fi
c521c494 13524
4f14bcd8 13525echo "$ac_t""$wx_cv_cpp_bool" 1>&6
c521c494 13526
4f14bcd8
GD
13527 if test "$wx_cv_cpp_bool" = "yes"; then
13528 cat >> confdefs.h <<\EOF
13529#define HAVE_BOOL 1
13530EOF
c521c494 13531
4f14bcd8
GD
13532 fi
13533
13534
13535
13536echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
6f754473 13537echo "configure:13538: checking for wcslen in -lc" >&5
4f14bcd8
GD
13538ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13539if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13540 echo $ac_n "(cached) $ac_c" 1>&6
13541else
13542 ac_save_LIBS="$LIBS"
13543LIBS="-lc $LIBS"
13544cat > conftest.$ac_ext <<EOF
6f754473 13545#line 13546 "configure"
4f14bcd8
GD
13546#include "confdefs.h"
13547/* Override any gcc2 internal prototype to avoid an error. */
13548/* We use char because int might match the return type of a gcc2
13549 builtin and then its argument prototype would still apply. */
13550char wcslen();
13551
13552int main() {
13553wcslen()
698dcdb6
VZ
13554; return 0; }
13555EOF
6f754473 13556if { (eval echo configure:13557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13557 rm -rf conftest*
4f14bcd8 13558 eval "ac_cv_lib_$ac_lib_var=yes"
c521c494 13559else
698dcdb6
VZ
13560 echo "configure: failed program was:" >&5
13561 cat conftest.$ac_ext >&5
13562 rm -rf conftest*
4f14bcd8 13563 eval "ac_cv_lib_$ac_lib_var=no"
6232543b 13564fi
698dcdb6 13565rm -f conftest*
4f14bcd8 13566LIBS="$ac_save_LIBS"
703e0a69 13567
1e487827 13568fi
4f14bcd8
GD
13569if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13570 echo "$ac_t""yes" 1>&6
13571
13572 cat >> confdefs.h <<\EOF
13573#define HAVE_WCSLEN 1
9d8deca0
VZ
13574EOF
13575
4f14bcd8
GD
13576 WCHAR_LINK=""
13577
9d8deca0 13578else
4f14bcd8 13579 echo "$ac_t""no" 1>&6
9d8deca0 13580
4f14bcd8 13581 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
6f754473 13582echo "configure:13583: checking for wcslen in -lw" >&5
4f14bcd8
GD
13583ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13584if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6 13585 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13586else
4f14bcd8
GD
13587 ac_save_LIBS="$LIBS"
13588LIBS="-lw $LIBS"
13589cat > conftest.$ac_ext <<EOF
6f754473 13590#line 13591 "configure"
10f2d63a 13591#include "confdefs.h"
4f14bcd8
GD
13592/* Override any gcc2 internal prototype to avoid an error. */
13593/* We use char because int might match the return type of a gcc2
13594 builtin and then its argument prototype would still apply. */
13595char wcslen();
10f2d63a 13596
698dcdb6 13597int main() {
4f14bcd8 13598wcslen()
698dcdb6
VZ
13599; return 0; }
13600EOF
6f754473 13601if { (eval echo configure:13602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13602 rm -rf conftest*
4f14bcd8 13603 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 13604else
698dcdb6
VZ
13605 echo "configure: failed program was:" >&5
13606 cat conftest.$ac_ext >&5
13607 rm -rf conftest*
4f14bcd8 13608 eval "ac_cv_lib_$ac_lib_var=no"
6232543b 13609fi
698dcdb6 13610rm -f conftest*
4f14bcd8 13611LIBS="$ac_save_LIBS"
703e0a69 13612
1e487827 13613fi
4f14bcd8
GD
13614if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13615 echo "$ac_t""yes" 1>&6
13616
13617 cat >> confdefs.h <<\EOF
13618#define HAVE_WCSLEN 1
9d8deca0
VZ
13619EOF
13620
4f14bcd8
GD
13621 WCHAR_LINK="-lw"
13622
13623else
13624 echo "$ac_t""no" 1>&6
698dcdb6 13625
4f14bcd8 13626 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
6f754473 13627echo "configure:13628: checking for wcslen in -lmsvcrt" >&5
4f14bcd8
GD
13628ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13629if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
13630 echo $ac_n "(cached) $ac_c" 1>&6
13631else
4f14bcd8
GD
13632 ac_save_LIBS="$LIBS"
13633LIBS="-lmsvcrt $LIBS"
13634cat > conftest.$ac_ext <<EOF
6f754473 13635#line 13636 "configure"
95c8801c 13636#include "confdefs.h"
4f14bcd8
GD
13637/* Override any gcc2 internal prototype to avoid an error. */
13638/* We use char because int might match the return type of a gcc2
13639 builtin and then its argument prototype would still apply. */
13640char wcslen();
95c8801c 13641
4f14bcd8
GD
13642int main() {
13643wcslen()
698dcdb6
VZ
13644; return 0; }
13645EOF
6f754473 13646if { (eval echo configure:13647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13647 rm -rf conftest*
4f14bcd8 13648 eval "ac_cv_lib_$ac_lib_var=yes"
95c8801c 13649else
698dcdb6
VZ
13650 echo "configure: failed program was:" >&5
13651 cat conftest.$ac_ext >&5
13652 rm -rf conftest*
4f14bcd8 13653 eval "ac_cv_lib_$ac_lib_var=no"
95c8801c 13654fi
698dcdb6 13655rm -f conftest*
4f14bcd8 13656LIBS="$ac_save_LIBS"
95c8801c
VS
13657
13658fi
4f14bcd8
GD
13659if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13660 echo "$ac_t""yes" 1>&6
13661
13662 cat >> confdefs.h <<\EOF
13663#define HAVE_WCSLEN 1
13664EOF
698dcdb6 13665
4f14bcd8
GD
13666 WCHAR_LINK=""
13667
13668else
13669 echo "$ac_t""no" 1>&6
13670fi
10f2d63a 13671
4f14bcd8
GD
13672
13673fi
95c8801c 13674
4f14bcd8 13675
95c8801c 13676fi
10f2d63a 13677
1e487827 13678
4f14bcd8 13679for ac_func in wcsrtombs
eb4efbdc 13680do
698dcdb6 13681echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 13682echo "configure:13683: checking for $ac_func" >&5
698dcdb6
VZ
13683if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13684 echo $ac_n "(cached) $ac_c" 1>&6
13685else
13686 cat > conftest.$ac_ext <<EOF
6f754473 13687#line 13688 "configure"
eb4efbdc
VZ
13688#include "confdefs.h"
13689/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13690 which can conflict with char $ac_func(); below. */
eb4efbdc
VZ
13691#include <assert.h>
13692/* Override any gcc2 internal prototype to avoid an error. */
13693/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13694 builtin and then its argument prototype would still apply. */
13695char $ac_func();
13696
13697int main() {
eb4efbdc
VZ
13698
13699/* The GNU C library defines this for functions which it implements
13700 to always fail with ENOSYS. Some functions are actually named
13701 something starting with __ and the normal name is an alias. */
13702#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13703choke me
13704#else
698dcdb6 13705$ac_func();
eb4efbdc
VZ
13706#endif
13707
698dcdb6 13708; return 0; }
eb4efbdc 13709EOF
6f754473 13710if { (eval echo configure:13711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13711 rm -rf conftest*
13712 eval "ac_cv_func_$ac_func=yes"
13713else
13714 echo "configure: failed program was:" >&5
13715 cat conftest.$ac_ext >&5
13716 rm -rf conftest*
13717 eval "ac_cv_func_$ac_func=no"
13718fi
13719rm -f conftest*
13720fi
eb4efbdc 13721
698dcdb6
VZ
13722if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13723 echo "$ac_t""yes" 1>&6
13724 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13725 cat >> confdefs.h <<EOF
13726#define $ac_tr_func 1
13727EOF
13728
13729else
13730 echo "$ac_t""no" 1>&6
eb4efbdc
VZ
13731fi
13732done
13733
698dcdb6 13734
4f14bcd8 13735echo $ac_n "checking for vprintf""... $ac_c" 1>&6
6f754473 13736echo "configure:13737: checking for vprintf" >&5
4f14bcd8 13737if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
698dcdb6
VZ
13738 echo $ac_n "(cached) $ac_c" 1>&6
13739else
4f14bcd8 13740 cat > conftest.$ac_ext <<EOF
6f754473 13741#line 13742 "configure"
f6bcfd97 13742#include "confdefs.h"
4f14bcd8
GD
13743/* System header to define __stub macros and hopefully few prototypes,
13744 which can conflict with char vprintf(); below. */
13745#include <assert.h>
13746/* Override any gcc2 internal prototype to avoid an error. */
13747/* We use char because int might match the return type of a gcc2
13748 builtin and then its argument prototype would still apply. */
13749char vprintf();
13750
698dcdb6 13751int main() {
f6bcfd97 13752
4f14bcd8
GD
13753/* The GNU C library defines this for functions which it implements
13754 to always fail with ENOSYS. Some functions are actually named
13755 something starting with __ and the normal name is an alias. */
13756#if defined (__stub_vprintf) || defined (__stub___vprintf)
13757choke me
13758#else
13759vprintf();
13760#endif
f6bcfd97 13761
698dcdb6
VZ
13762; return 0; }
13763EOF
6f754473 13764if { (eval echo configure:13765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13765 rm -rf conftest*
4f14bcd8 13766 eval "ac_cv_func_vprintf=yes"
f6bcfd97 13767else
698dcdb6
VZ
13768 echo "configure: failed program was:" >&5
13769 cat conftest.$ac_ext >&5
13770 rm -rf conftest*
4f14bcd8 13771 eval "ac_cv_func_vprintf=no"
6232543b 13772fi
698dcdb6 13773rm -f conftest*
1e487827 13774fi
698dcdb6 13775
4f14bcd8
GD
13776if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13777 echo "$ac_t""yes" 1>&6
13778 cat >> confdefs.h <<\EOF
13779#define HAVE_VPRINTF 1
f6bcfd97
BP
13780EOF
13781
4f14bcd8
GD
13782else
13783 echo "$ac_t""no" 1>&6
eb4efbdc
VZ
13784fi
13785
4f14bcd8
GD
13786if test "$ac_cv_func_vprintf" != yes; then
13787echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
6f754473 13788echo "configure:13789: checking for _doprnt" >&5
4f14bcd8 13789if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
698dcdb6
VZ
13790 echo $ac_n "(cached) $ac_c" 1>&6
13791else
13792 cat > conftest.$ac_ext <<EOF
6f754473 13793#line 13794 "configure"
10f2d63a
VZ
13794#include "confdefs.h"
13795/* System header to define __stub macros and hopefully few prototypes,
4f14bcd8 13796 which can conflict with char _doprnt(); below. */
10f2d63a
VZ
13797#include <assert.h>
13798/* Override any gcc2 internal prototype to avoid an error. */
13799/* We use char because int might match the return type of a gcc2
698dcdb6 13800 builtin and then its argument prototype would still apply. */
4f14bcd8 13801char _doprnt();
698dcdb6
VZ
13802
13803int main() {
10f2d63a
VZ
13804
13805/* The GNU C library defines this for functions which it implements
13806 to always fail with ENOSYS. Some functions are actually named
13807 something starting with __ and the normal name is an alias. */
4f14bcd8 13808#if defined (__stub__doprnt) || defined (__stub____doprnt)
10f2d63a
VZ
13809choke me
13810#else
4f14bcd8 13811_doprnt();
10f2d63a
VZ
13812#endif
13813
698dcdb6 13814; return 0; }
10f2d63a 13815EOF
6f754473 13816if { (eval echo configure:13817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13817 rm -rf conftest*
4f14bcd8 13818 eval "ac_cv_func__doprnt=yes"
698dcdb6
VZ
13819else
13820 echo "configure: failed program was:" >&5
13821 cat conftest.$ac_ext >&5
13822 rm -rf conftest*
4f14bcd8 13823 eval "ac_cv_func__doprnt=no"
698dcdb6
VZ
13824fi
13825rm -f conftest*
13826fi
270a909e 13827
4f14bcd8 13828if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
698dcdb6 13829 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
13830 cat >> confdefs.h <<\EOF
13831#define HAVE_DOPRNT 1
698dcdb6 13832EOF
4f14bcd8 13833
698dcdb6
VZ
13834else
13835 echo "$ac_t""no" 1>&6
270a909e 13836fi
270a909e 13837
4f14bcd8 13838fi
1e487827 13839
52e8b690 13840
52e8b690 13841
52e8b690 13842
52e8b690 13843
52e8b690 13844
4f14bcd8 13845echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
6f754473 13846echo "configure:13847: checking for vsnprintf" >&5
4f14bcd8 13847if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
698dcdb6 13848 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 13849else
4f14bcd8 13850
af15babd 13851 cat > conftest.$ac_ext <<EOF
6f754473 13852#line 13853 "configure"
c63c7106 13853#include "confdefs.h"
698dcdb6 13854
4f14bcd8
GD
13855 #include <stdio.h>
13856 #include <stdarg.h>
13857
af15babd
VZ
13858int main() {
13859
4f14bcd8
GD
13860 int wx_test_vsnprintf(const char *, ...);
13861
13862 wx_test_vsnprintf("%s");
13863 return 0;
13864 }
13865
13866 int wx_test_vsnprintf(const char *fmt, ...)
13867 {
13868 char *s;
13869
13870 va_list argp;
13871 va_start(argp, fmt);
13872 vsnprintf(s, 42, fmt, argp);
13873 va_end(argp);
13874
af15babd
VZ
13875; return 0; }
13876EOF
6f754473 13877if { (eval echo configure:13878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd
VZ
13878 rm -rf conftest*
13879
4f14bcd8
GD
13880 wx_cv_func_vsnprintf=yes
13881
af15babd
VZ
13882else
13883 echo "configure: failed program was:" >&5
13884 cat conftest.$ac_ext >&5
13885 rm -rf conftest*
13886
4f14bcd8 13887 cat > conftest.$ac_ext <<EOF
6f754473 13888#line 13889 "configure"
af15babd 13889#include "confdefs.h"
af15babd 13890
4f14bcd8
GD
13891 #include <stdio.h>
13892 #include <stdarg.h>
13893
af15babd
VZ
13894int main() {
13895
4f14bcd8
GD
13896 int wx_test_vsnprintf(const char *, ...);
13897
13898 wx_test_vsnprintf("%s");
13899 return 0;
13900 }
13901
13902 int wx_test_vsnprintf(const char *fmt, ...)
13903 {
13904 char *s;
af15babd 13905
4f14bcd8
GD
13906 va_list argp;
13907 va_start(argp, fmt);
13908 _vsnprintf(s, 42, fmt, argp);
13909 va_end(argp);
13910
af15babd
VZ
13911; return 0; }
13912EOF
6f754473 13913if { (eval echo configure:13914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 13914 rm -rf conftest*
4f14bcd8
GD
13915
13916 wx_cv_func_vsnprintf=yes
13917
af15babd
VZ
13918else
13919 echo "configure: failed program was:" >&5
13920 cat conftest.$ac_ext >&5
13921 rm -rf conftest*
4f14bcd8
GD
13922
13923 wx_cv_func_vsnprintf=no
13924
af15babd
VZ
13925fi
13926rm -f conftest*
4f14bcd8 13927
af15babd 13928fi
4f14bcd8 13929rm -f conftest*
af15babd 13930
af15babd 13931fi
af15babd 13932
4f14bcd8 13933echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
af15babd 13934
4f14bcd8
GD
13935if test "$wx_cv_func_vsnprintf" = yes; then
13936 cat >> confdefs.h <<\EOF
13937#define HAVE_VSNPRINTF 1
13938EOF
13939
13940else
13941 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
af15babd
VZ
13942fi
13943
4f14bcd8 13944echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
6f754473 13945echo "configure:13946: checking for vsscanf" >&5
4f14bcd8 13946if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
af15babd
VZ
13947 echo $ac_n "(cached) $ac_c" 1>&6
13948else
4f14bcd8 13949
af15babd 13950 cat > conftest.$ac_ext <<EOF
6f754473 13951#line 13952 "configure"
af15babd 13952#include "confdefs.h"
af15babd 13953
4f14bcd8
GD
13954 #include <stdio.h>
13955 #include <stdarg.h>
13956
af15babd
VZ
13957int main() {
13958
4f14bcd8
GD
13959 int wx_test_vsscanf(const char *, ...);
13960
13961 wx_test_vsscanf("%d");
13962 return 0;
13963 }
af15babd 13964
4f14bcd8
GD
13965 int wx_test_vsscanf(const char *fmt, ...)
13966 {
13967 va_list argp;
13968 va_start(argp, fmt);
13969 vsscanf("42", fmt, argp);
13970 va_end(argp);
13971
af15babd
VZ
13972; return 0; }
13973EOF
6f754473 13974if { (eval echo configure:13975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 13975 rm -rf conftest*
4f14bcd8
GD
13976
13977 wx_cv_func_vsscanf=yes
13978
af15babd
VZ
13979else
13980 echo "configure: failed program was:" >&5
13981 cat conftest.$ac_ext >&5
13982 rm -rf conftest*
4f14bcd8
GD
13983
13984 wx_cv_func_vsscanf=no
13985
af15babd
VZ
13986fi
13987rm -f conftest*
4f14bcd8 13988
af15babd
VZ
13989fi
13990
4f14bcd8
GD
13991echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
13992
13993if test "$wx_cv_func_vsscanf" = yes; then
13994 cat >> confdefs.h <<\EOF
13995#define HAVE_VSSCANF 1
af15babd 13996EOF
4f14bcd8 13997
af15babd 13998fi
af15babd 13999
4f14bcd8 14000if test "$TOOLKIT" != "MSW"; then
af15babd 14001
4f14bcd8
GD
14002
14003
14004ac_ext=C
14005# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14006ac_cpp='$CXXCPP $CPPFLAGS'
14007ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14008ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14009cross_compiling=$ac_cv_prog_cxx_cross
14010
14011echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
6f754473 14012echo "configure:14013: checking if iconv() takes char**" >&5
4f14bcd8 14013if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
af15babd
VZ
14014 echo $ac_n "(cached) $ac_c" 1>&6
14015else
4f14bcd8
GD
14016
14017 cat > conftest.$ac_ext <<EOF
6f754473 14018#line 14019 "configure"
af15babd 14019#include "confdefs.h"
4f14bcd8 14020#include <iconv.h>
af15babd
VZ
14021int main() {
14022
4f14bcd8
GD
14023 char **inbuf, **outbuf;
14024 iconv_t cd;
14025 size_t insz, outsz;
14026 iconv(cd, inbuf, &insz, outbuf, &outsz);
14027
af15babd
VZ
14028; return 0; }
14029EOF
6f754473 14030if { (eval echo configure:14031: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14031 rm -rf conftest*
4f14bcd8 14032 wx_cv_iconv_takes_char=yes
af15babd
VZ
14033else
14034 echo "configure: failed program was:" >&5
14035 cat conftest.$ac_ext >&5
14036 rm -rf conftest*
4f14bcd8 14037 wx_cv_iconv_takes_char=no
af15babd
VZ
14038fi
14039rm -f conftest*
af15babd 14040
af15babd 14041fi
af15babd 14042
4f14bcd8
GD
14043echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
14044ac_ext=c
14045# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14046ac_cpp='$CPP $CPPFLAGS'
14047ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14048ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14049cross_compiling=$ac_cv_prog_cc_cross
af15babd 14050
4f14bcd8
GD
14051if test "$wx_cv_iconv_takes_char" = yes ; then
14052 cat >> confdefs.h <<\EOF
14053#define WX_ICONV_TAKES_CHAR 1
af15babd
VZ
14054EOF
14055
af15babd
VZ
14056fi
14057
af15babd 14058
4f14bcd8
GD
14059if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
14060 for ac_func in sigaction
af15babd
VZ
14061do
14062echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14063echo "configure:14064: checking for $ac_func" >&5
af15babd
VZ
14064if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14065 echo $ac_n "(cached) $ac_c" 1>&6
14066else
14067 cat > conftest.$ac_ext <<EOF
6f754473 14068#line 14069 "configure"
af15babd
VZ
14069#include "confdefs.h"
14070/* System header to define __stub macros and hopefully few prototypes,
14071 which can conflict with char $ac_func(); below. */
14072#include <assert.h>
14073/* Override any gcc2 internal prototype to avoid an error. */
14074/* We use char because int might match the return type of a gcc2
14075 builtin and then its argument prototype would still apply. */
14076char $ac_func();
14077
14078int main() {
14079
14080/* The GNU C library defines this for functions which it implements
14081 to always fail with ENOSYS. Some functions are actually named
14082 something starting with __ and the normal name is an alias. */
14083#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14084choke me
14085#else
14086$ac_func();
14087#endif
14088
14089; return 0; }
14090EOF
6f754473 14091if { (eval echo configure:14092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14092 rm -rf conftest*
14093 eval "ac_cv_func_$ac_func=yes"
14094else
14095 echo "configure: failed program was:" >&5
14096 cat conftest.$ac_ext >&5
14097 rm -rf conftest*
14098 eval "ac_cv_func_$ac_func=no"
14099fi
14100rm -f conftest*
14101fi
14102
14103if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14104 echo "$ac_t""yes" 1>&6
14105 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14106 cat >> confdefs.h <<EOF
14107#define $ac_tr_func 1
14108EOF
4f14bcd8 14109
af15babd
VZ
14110else
14111 echo "$ac_t""no" 1>&6
4f14bcd8
GD
14112fi
14113done
14114
14115
14116 if test "$ac_cv_func_sigaction" = "no"; then
14117 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
14118 wxUSE_ON_FATAL_EXCEPTION=no
14119 fi
14120
14121 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
14122
14123 ac_ext=C
14124# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14125ac_cpp='$CXXCPP $CPPFLAGS'
14126ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14127ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14128cross_compiling=$ac_cv_prog_cxx_cross
14129
14130
14131 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
6f754473 14132echo "configure:14133: checking for sa_handler type" >&5
4f14bcd8 14133if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
af15babd
VZ
14134 echo $ac_n "(cached) $ac_c" 1>&6
14135else
4f14bcd8
GD
14136
14137 cat > conftest.$ac_ext <<EOF
6f754473 14138#line 14139 "configure"
af15babd 14139#include "confdefs.h"
4f14bcd8 14140#include <signal.h>
af15babd 14141int main() {
4f14bcd8
GD
14142
14143 extern void testSigHandler(int);
14144
14145 struct sigaction sa;
14146 sa.sa_handler = testSigHandler;
14147
af15babd
VZ
14148; return 0; }
14149EOF
6f754473 14150if { (eval echo configure:14151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14151 rm -rf conftest*
4f14bcd8
GD
14152
14153 wx_cv_type_sa_handler=int
14154
af15babd
VZ
14155else
14156 echo "configure: failed program was:" >&5
14157 cat conftest.$ac_ext >&5
14158 rm -rf conftest*
4f14bcd8
GD
14159
14160 wx_cv_type_sa_handler=void
14161
af15babd
VZ
14162fi
14163rm -f conftest*
4f14bcd8
GD
14164
14165fi
14166
14167echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
14168
14169 ac_ext=c
14170# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14171ac_cpp='$CPP $CPPFLAGS'
14172ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14173ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14174cross_compiling=$ac_cv_prog_cc_cross
af15babd 14175
4f14bcd8
GD
14176
14177 cat >> confdefs.h <<EOF
14178#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
af15babd
VZ
14179EOF
14180
4f14bcd8
GD
14181 fi
14182fi
af15babd 14183
4f14bcd8 14184for ac_func in vfork
af15babd
VZ
14185do
14186echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14187echo "configure:14188: checking for $ac_func" >&5
af15babd
VZ
14188if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14189 echo $ac_n "(cached) $ac_c" 1>&6
14190else
14191 cat > conftest.$ac_ext <<EOF
6f754473 14192#line 14193 "configure"
af15babd
VZ
14193#include "confdefs.h"
14194/* System header to define __stub macros and hopefully few prototypes,
14195 which can conflict with char $ac_func(); below. */
14196#include <assert.h>
14197/* Override any gcc2 internal prototype to avoid an error. */
14198/* We use char because int might match the return type of a gcc2
14199 builtin and then its argument prototype would still apply. */
14200char $ac_func();
14201
14202int main() {
14203
14204/* The GNU C library defines this for functions which it implements
14205 to always fail with ENOSYS. Some functions are actually named
14206 something starting with __ and the normal name is an alias. */
14207#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14208choke me
14209#else
14210$ac_func();
14211#endif
14212
14213; return 0; }
14214EOF
6f754473 14215if { (eval echo configure:14216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14216 rm -rf conftest*
14217 eval "ac_cv_func_$ac_func=yes"
14218else
14219 echo "configure: failed program was:" >&5
14220 cat conftest.$ac_ext >&5
14221 rm -rf conftest*
14222 eval "ac_cv_func_$ac_func=no"
14223fi
14224rm -f conftest*
14225fi
14226
14227if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14228 echo "$ac_t""yes" 1>&6
14229 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14230 cat >> confdefs.h <<EOF
14231#define $ac_tr_func 1
14232EOF
4f14bcd8 14233
af15babd
VZ
14234else
14235 echo "$ac_t""no" 1>&6
af15babd
VZ
14236fi
14237done
14238
af15babd 14239
4f14bcd8 14240echo $ac_n "checking for statfs""... $ac_c" 1>&6
6f754473 14241echo "configure:14242: checking for statfs" >&5
4f14bcd8
GD
14242if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
14243 echo $ac_n "(cached) $ac_c" 1>&6
14244else
14245 cat > conftest.$ac_ext <<EOF
6f754473 14246#line 14247 "configure"
4f14bcd8
GD
14247#include "confdefs.h"
14248
14249 #if defined(__BSD__)
14250 #include <sys/param.h>
14251 #include <sys/mount.h>
14252 #else
14253 #include <sys/vfs.h>
14254 #endif
14255
14256int main() {
14257
14258 long l;
14259 struct statfs fs;
14260 statfs("/", &fs);
14261 l = fs.f_bsize;
14262 l += fs.f_blocks;
14263 l += fs.f_bavail;
14264
14265; return 0; }
14266EOF
6f754473 14267if { (eval echo configure:14268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
14268 rm -rf conftest*
14269
14270 wx_cv_func_statfs=yes
14271
14272else
14273 echo "configure: failed program was:" >&5
14274 cat conftest.$ac_ext >&5
14275 rm -rf conftest*
14276
14277 wx_cv_func_statfs=no
af15babd
VZ
14278
14279
14280fi
4f14bcd8 14281rm -f conftest*
af15babd
VZ
14282
14283fi
14284
4f14bcd8
GD
14285echo "$ac_t""$wx_cv_func_statfs" 1>&6
14286
14287if test "$wx_cv_func_statfs" = "yes"; then
14288 cat >> confdefs.h <<\EOF
14289#define HAVE_STATFS 1
14290EOF
14291
14292else
14293 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
6f754473 14294echo "configure:14295: checking for statvfs" >&5
4f14bcd8 14295if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
af15babd
VZ
14296 echo $ac_n "(cached) $ac_c" 1>&6
14297else
14298 cat > conftest.$ac_ext <<EOF
6f754473 14299#line 14300 "configure"
af15babd 14300#include "confdefs.h"
af15babd 14301
4f14bcd8
GD
14302 #include <sys/statvfs.h>
14303
af15babd
VZ
14304int main() {
14305
4f14bcd8
GD
14306 long l;
14307 struct statvfs fs;
14308 statvfs("/", &fs);
14309 l = fs.f_bsize;
14310 l += fs.f_blocks;
14311 l += fs.f_bavail;
14312
af15babd
VZ
14313; return 0; }
14314EOF
6f754473 14315if { (eval echo configure:14316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14316 rm -rf conftest*
4f14bcd8
GD
14317
14318 wx_cv_func_statvfs=yes
14319
af15babd
VZ
14320else
14321 echo "configure: failed program was:" >&5
14322 cat conftest.$ac_ext >&5
14323 rm -rf conftest*
4f14bcd8
GD
14324
14325 wx_cv_func_statvfs=no
14326
14327
af15babd
VZ
14328fi
14329rm -f conftest*
4f14bcd8 14330
af15babd
VZ
14331fi
14332
4f14bcd8 14333echo "$ac_t""$wx_cv_func_statvfs" 1>&6
af15babd 14334
4f14bcd8
GD
14335 if test "$wx_cv_func_statvfs" = "yes"; then
14336 cat >> confdefs.h <<\EOF
14337#define HAVE_STATVFS 1
14338EOF
af15babd 14339
4f14bcd8
GD
14340 else
14341 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
14342 fi
14343fi
af15babd 14344
4f14bcd8
GD
14345if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
14346 for ac_func in fcntl flock
af15babd
VZ
14347do
14348echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14349echo "configure:14350: checking for $ac_func" >&5
af15babd
VZ
14350if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14351 echo $ac_n "(cached) $ac_c" 1>&6
14352else
14353 cat > conftest.$ac_ext <<EOF
6f754473 14354#line 14355 "configure"
af15babd
VZ
14355#include "confdefs.h"
14356/* System header to define __stub macros and hopefully few prototypes,
14357 which can conflict with char $ac_func(); below. */
14358#include <assert.h>
14359/* Override any gcc2 internal prototype to avoid an error. */
af15babd
VZ
14360/* We use char because int might match the return type of a gcc2
14361 builtin and then its argument prototype would still apply. */
14362char $ac_func();
14363
14364int main() {
14365
14366/* The GNU C library defines this for functions which it implements
14367 to always fail with ENOSYS. Some functions are actually named
14368 something starting with __ and the normal name is an alias. */
14369#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14370choke me
14371#else
14372$ac_func();
14373#endif
14374
14375; return 0; }
14376EOF
6f754473 14377if { (eval echo configure:14378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14378 rm -rf conftest*
14379 eval "ac_cv_func_$ac_func=yes"
14380else
14381 echo "configure: failed program was:" >&5
14382 cat conftest.$ac_ext >&5
14383 rm -rf conftest*
14384 eval "ac_cv_func_$ac_func=no"
14385fi
14386rm -f conftest*
14387fi
14388
14389if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14390 echo "$ac_t""yes" 1>&6
14391 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14392 cat >> confdefs.h <<EOF
14393#define $ac_tr_func 1
14394EOF
4f14bcd8 14395 break
af15babd
VZ
14396else
14397 echo "$ac_t""no" 1>&6
14398fi
14399done
14400
14401
4f14bcd8
GD
14402 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
14403 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
14404 wxUSE_SNGLINST_CHECKER=no
14405 fi
14406fi
af15babd 14407
4f14bcd8 14408for ac_func in timegm
af15babd
VZ
14409do
14410echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14411echo "configure:14412: checking for $ac_func" >&5
af15babd
VZ
14412if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14413 echo $ac_n "(cached) $ac_c" 1>&6
14414else
14415 cat > conftest.$ac_ext <<EOF
6f754473 14416#line 14417 "configure"
af15babd
VZ
14417#include "confdefs.h"
14418/* System header to define __stub macros and hopefully few prototypes,
14419 which can conflict with char $ac_func(); below. */
14420#include <assert.h>
14421/* Override any gcc2 internal prototype to avoid an error. */
14422/* We use char because int might match the return type of a gcc2
14423 builtin and then its argument prototype would still apply. */
14424char $ac_func();
14425
698dcdb6 14426int main() {
698dcdb6 14427
af15babd
VZ
14428/* The GNU C library defines this for functions which it implements
14429 to always fail with ENOSYS. Some functions are actually named
14430 something starting with __ and the normal name is an alias. */
14431#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14432choke me
14433#else
14434$ac_func();
14435#endif
14436
698dcdb6
VZ
14437; return 0; }
14438EOF
6f754473 14439if { (eval echo configure:14440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14440 rm -rf conftest*
af15babd 14441 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
14442else
14443 echo "configure: failed program was:" >&5
14444 cat conftest.$ac_ext >&5
14445 rm -rf conftest*
af15babd 14446 eval "ac_cv_func_$ac_func=no"
1e487827 14447fi
9952adac 14448rm -f conftest*
af15babd 14449fi
703e0a69 14450
af15babd
VZ
14451if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14452 echo "$ac_t""yes" 1>&6
14453 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4f14bcd8
GD
14454 cat >> confdefs.h <<EOF
14455#define $ac_tr_func 1
14456EOF
14457
14458else
14459 echo "$ac_t""no" 1>&6
af15babd
VZ
14460fi
14461done
14462
14463
4f14bcd8 14464for ac_func in putenv setenv
10f2d63a 14465do
698dcdb6 14466echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14467echo "configure:14468: checking for $ac_func" >&5
698dcdb6
VZ
14468if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14469 echo $ac_n "(cached) $ac_c" 1>&6
14470else
14471 cat > conftest.$ac_ext <<EOF
6f754473 14472#line 14473 "configure"
af15babd
VZ
14473#include "confdefs.h"
14474/* System header to define __stub macros and hopefully few prototypes,
14475 which can conflict with char $ac_func(); below. */
14476#include <assert.h>
14477/* Override any gcc2 internal prototype to avoid an error. */
14478/* We use char because int might match the return type of a gcc2
14479 builtin and then its argument prototype would still apply. */
14480char $ac_func();
14481
14482int main() {
14483
14484/* The GNU C library defines this for functions which it implements
14485 to always fail with ENOSYS. Some functions are actually named
14486 something starting with __ and the normal name is an alias. */
14487#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14488choke me
14489#else
14490$ac_func();
14491#endif
14492
14493; return 0; }
14494EOF
6f754473 14495if { (eval echo configure:14496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14496 rm -rf conftest*
14497 eval "ac_cv_func_$ac_func=yes"
14498else
14499 echo "configure: failed program was:" >&5
14500 cat conftest.$ac_ext >&5
14501 rm -rf conftest*
14502 eval "ac_cv_func_$ac_func=no"
14503fi
14504rm -f conftest*
14505fi
14506
14507if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14508 echo "$ac_t""yes" 1>&6
14509 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14510 cat >> confdefs.h <<EOF
14511#define $ac_tr_func 1
14512EOF
4f14bcd8 14513 break
af15babd
VZ
14514else
14515 echo "$ac_t""no" 1>&6
14516fi
af15babd
VZ
14517done
14518
14519
4f14bcd8
GD
14520HAVE_SOME_SLEEP_FUNC=0
14521if test "$USE_BEOS" = 1; then
14522 cat >> confdefs.h <<\EOF
14523#define HAVE_SLEEP 1
af15babd
VZ
14524EOF
14525
4f14bcd8 14526 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
14527fi
14528
4f14bcd8
GD
14529if test "$USE_DARWIN" = 1; then
14530 cat >> confdefs.h <<\EOF
14531#define HAVE_USLEEP 1
af15babd 14532EOF
10f2d63a 14533
4f14bcd8 14534 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
14535fi
14536
4f14bcd8
GD
14537if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
14538 POSIX4_LINK=
14539 for ac_func in nanosleep
14540do
14541echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14542echo "configure:14543: checking for $ac_func" >&5
4f14bcd8 14543if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6 14544 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14545else
4f14bcd8 14546 cat > conftest.$ac_ext <<EOF
6f754473 14547#line 14548 "configure"
10f2d63a 14548#include "confdefs.h"
4f14bcd8
GD
14549/* System header to define __stub macros and hopefully few prototypes,
14550 which can conflict with char $ac_func(); below. */
14551#include <assert.h>
10f2d63a
VZ
14552/* Override any gcc2 internal prototype to avoid an error. */
14553/* We use char because int might match the return type of a gcc2
698dcdb6 14554 builtin and then its argument prototype would still apply. */
4f14bcd8 14555char $ac_func();
698dcdb6
VZ
14556
14557int main() {
4f14bcd8
GD
14558
14559/* The GNU C library defines this for functions which it implements
14560 to always fail with ENOSYS. Some functions are actually named
14561 something starting with __ and the normal name is an alias. */
14562#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14563choke me
14564#else
14565$ac_func();
14566#endif
14567
698dcdb6
VZ
14568; return 0; }
14569EOF
6f754473 14570if { (eval echo configure:14571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14571 rm -rf conftest*
4f14bcd8 14572 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
14573else
14574 echo "configure: failed program was:" >&5
14575 cat conftest.$ac_ext >&5
14576 rm -rf conftest*
4f14bcd8 14577 eval "ac_cv_func_$ac_func=no"
698dcdb6
VZ
14578fi
14579rm -f conftest*
698dcdb6 14580fi
4f14bcd8
GD
14581
14582if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14583 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14584 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14585 cat >> confdefs.h <<EOF
14586#define $ac_tr_func 1
14587EOF
14588 cat >> confdefs.h <<\EOF
14589#define HAVE_NANOSLEEP 1
14590EOF
14591
10f2d63a 14592else
698dcdb6 14593 echo "$ac_t""no" 1>&6
4f14bcd8 14594echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
6f754473 14595echo "configure:14596: checking for nanosleep in -lposix4" >&5
4f14bcd8 14596ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
698dcdb6
VZ
14597if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14598 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14599else
698dcdb6 14600 ac_save_LIBS="$LIBS"
4f14bcd8 14601LIBS="-lposix4 $LIBS"
698dcdb6 14602cat > conftest.$ac_ext <<EOF
6f754473 14603#line 14604 "configure"
10f2d63a
VZ
14604#include "confdefs.h"
14605/* Override any gcc2 internal prototype to avoid an error. */
14606/* We use char because int might match the return type of a gcc2
698dcdb6 14607 builtin and then its argument prototype would still apply. */
4f14bcd8 14608char nanosleep();
698dcdb6
VZ
14609
14610int main() {
4f14bcd8 14611nanosleep()
698dcdb6
VZ
14612; return 0; }
14613EOF
6f754473 14614if { (eval echo configure:14615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14615 rm -rf conftest*
14616 eval "ac_cv_lib_$ac_lib_var=yes"
14617else
14618 echo "configure: failed program was:" >&5
14619 cat conftest.$ac_ext >&5
14620 rm -rf conftest*
14621 eval "ac_cv_lib_$ac_lib_var=no"
14622fi
14623rm -f conftest*
14624LIBS="$ac_save_LIBS"
10f2d63a 14625
698dcdb6
VZ
14626fi
14627if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14628 echo "$ac_t""yes" 1>&6
14629
4f14bcd8
GD
14630 cat >> confdefs.h <<\EOF
14631#define HAVE_NANOSLEEP 1
14632EOF
14633
14634 POSIX4_LINK="-lposix4"
14635
10f2d63a 14636else
698dcdb6 14637 echo "$ac_t""no" 1>&6
10f2d63a 14638
4f14bcd8
GD
14639 for ac_func in usleep
14640do
14641echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14642echo "configure:14643: checking for $ac_func" >&5
4f14bcd8 14643if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6 14644 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14645else
698dcdb6 14646 cat > conftest.$ac_ext <<EOF
6f754473 14647#line 14648 "configure"
10f2d63a 14648#include "confdefs.h"
4f14bcd8
GD
14649/* System header to define __stub macros and hopefully few prototypes,
14650 which can conflict with char $ac_func(); below. */
14651#include <assert.h>
14652/* Override any gcc2 internal prototype to avoid an error. */
14653/* We use char because int might match the return type of a gcc2
14654 builtin and then its argument prototype would still apply. */
14655char $ac_func();
14656
14657int main() {
14658
14659/* The GNU C library defines this for functions which it implements
14660 to always fail with ENOSYS. Some functions are actually named
14661 something starting with __ and the normal name is an alias. */
14662#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14663choke me
14664#else
14665$ac_func();
14666#endif
14667
14668; return 0; }
698dcdb6 14669EOF
6f754473 14670if { (eval echo configure:14671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14671 rm -rf conftest*
4f14bcd8 14672 eval "ac_cv_func_$ac_func=yes"
1e487827 14673else
698dcdb6 14674 echo "configure: failed program was:" >&5
10f2d63a 14675 cat conftest.$ac_ext >&5
698dcdb6 14676 rm -rf conftest*
4f14bcd8 14677 eval "ac_cv_func_$ac_func=no"
10f2d63a 14678fi
698dcdb6 14679rm -f conftest*
10f2d63a 14680fi
4f14bcd8
GD
14681
14682if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14683 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14684 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14685 cat >> confdefs.h <<EOF
14686#define $ac_tr_func 1
14687EOF
14688 cat >> confdefs.h <<\EOF
14689#define HAVE_USLEEP 1
14690EOF
14691
698dcdb6
VZ
14692else
14693 echo "$ac_t""no" 1>&6
4f14bcd8
GD
14694echo "configure: warning: wxSleep() function will not work" 1>&2
14695
10f2d63a 14696fi
4f14bcd8 14697done
10f2d63a 14698
4f14bcd8 14699
698dcdb6 14700
6232543b 14701fi
10f2d63a 14702
698dcdb6 14703
4f14bcd8 14704
1e487827 14705fi
4f14bcd8 14706done
703e0a69 14707
10f2d63a
VZ
14708fi
14709
4f14bcd8 14710for ac_func in uname gethostname
70846f0a 14711do
698dcdb6 14712echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14713echo "configure:14714: checking for $ac_func" >&5
698dcdb6
VZ
14714if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14715 echo $ac_n "(cached) $ac_c" 1>&6
14716else
14717 cat > conftest.$ac_ext <<EOF
6f754473 14718#line 14719 "configure"
70846f0a
VZ
14719#include "confdefs.h"
14720/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 14721 which can conflict with char $ac_func(); below. */
70846f0a
VZ
14722#include <assert.h>
14723/* Override any gcc2 internal prototype to avoid an error. */
14724/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14725 builtin and then its argument prototype would still apply. */
14726char $ac_func();
14727
14728int main() {
70846f0a
VZ
14729
14730/* The GNU C library defines this for functions which it implements
14731 to always fail with ENOSYS. Some functions are actually named
14732 something starting with __ and the normal name is an alias. */
14733#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14734choke me
14735#else
698dcdb6 14736$ac_func();
70846f0a
VZ
14737#endif
14738
698dcdb6 14739; return 0; }
70846f0a 14740EOF
6f754473 14741if { (eval echo configure:14742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14742 rm -rf conftest*
14743 eval "ac_cv_func_$ac_func=yes"
14744else
14745 echo "configure: failed program was:" >&5
14746 cat conftest.$ac_ext >&5
14747 rm -rf conftest*
14748 eval "ac_cv_func_$ac_func=no"
14749fi
14750rm -f conftest*
14751fi
70846f0a 14752
698dcdb6
VZ
14753if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14754 echo "$ac_t""yes" 1>&6
14755 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14756 cat >> confdefs.h <<EOF
14757#define $ac_tr_func 1
14758EOF
4f14bcd8 14759 break
698dcdb6
VZ
14760else
14761 echo "$ac_t""no" 1>&6
70846f0a
VZ
14762fi
14763done
14764
698dcdb6 14765
4f14bcd8
GD
14766
14767ac_ext=C
14768# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14769ac_cpp='$CXXCPP $CPPFLAGS'
14770ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14771ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14772cross_compiling=$ac_cv_prog_cxx_cross
14773
14774
14775for ac_func in strtok_r
10f2d63a 14776do
4f14bcd8 14777echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14778echo "configure:14779: checking for $ac_func" >&5
4f14bcd8 14779if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6
VZ
14780 echo $ac_n "(cached) $ac_c" 1>&6
14781else
14782 cat > conftest.$ac_ext <<EOF
6f754473 14783#line 14784 "configure"
10f2d63a 14784#include "confdefs.h"
4f14bcd8
GD
14785/* System header to define __stub macros and hopefully few prototypes,
14786 which can conflict with char $ac_func(); below. */
14787#include <assert.h>
14788/* Override any gcc2 internal prototype to avoid an error. */
14789#ifdef __cplusplus
14790extern "C"
14791#endif
14792/* We use char because int might match the return type of a gcc2
14793 builtin and then its argument prototype would still apply. */
14794char $ac_func();
14795
14796int main() {
14797
14798/* The GNU C library defines this for functions which it implements
14799 to always fail with ENOSYS. Some functions are actually named
14800 something starting with __ and the normal name is an alias. */
14801#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14802choke me
14803#else
14804$ac_func();
14805#endif
14806
14807; return 0; }
698dcdb6 14808EOF
6f754473 14809if { (eval echo configure:14810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14810 rm -rf conftest*
4f14bcd8 14811 eval "ac_cv_func_$ac_func=yes"
1e487827 14812else
698dcdb6 14813 echo "configure: failed program was:" >&5
10f2d63a 14814 cat conftest.$ac_ext >&5
698dcdb6 14815 rm -rf conftest*
4f14bcd8 14816 eval "ac_cv_func_$ac_func=no"
10f2d63a 14817fi
698dcdb6 14818rm -f conftest*
10f2d63a 14819fi
4f14bcd8
GD
14820
14821if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14822 echo "$ac_t""yes" 1>&6
4f14bcd8 14823 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
698dcdb6 14824 cat >> confdefs.h <<EOF
4f14bcd8 14825#define $ac_tr_func 1
10f2d63a 14826EOF
698dcdb6
VZ
14827
14828else
14829 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14830fi
14831done
14832
698dcdb6 14833
4f14bcd8
GD
14834ac_ext=c
14835# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14836ac_cpp='$CPP $CPPFLAGS'
14837ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14838ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14839cross_compiling=$ac_cv_prog_cc_cross
14840
14841
14842INET_LINK=
14843for ac_func in inet_addr
14844do
14845echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14846echo "configure:14847: checking for $ac_func" >&5
4f14bcd8 14847if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6 14848 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14849else
4f14bcd8 14850 cat > conftest.$ac_ext <<EOF
6f754473 14851#line 14852 "configure"
10f2d63a 14852#include "confdefs.h"
4f14bcd8
GD
14853/* System header to define __stub macros and hopefully few prototypes,
14854 which can conflict with char $ac_func(); below. */
14855#include <assert.h>
10f2d63a
VZ
14856/* Override any gcc2 internal prototype to avoid an error. */
14857/* We use char because int might match the return type of a gcc2
698dcdb6 14858 builtin and then its argument prototype would still apply. */
4f14bcd8 14859char $ac_func();
698dcdb6
VZ
14860
14861int main() {
4f14bcd8
GD
14862
14863/* The GNU C library defines this for functions which it implements
14864 to always fail with ENOSYS. Some functions are actually named
14865 something starting with __ and the normal name is an alias. */
14866#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14867choke me
14868#else
14869$ac_func();
14870#endif
14871
698dcdb6
VZ
14872; return 0; }
14873EOF
6f754473 14874if { (eval echo configure:14875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14875 rm -rf conftest*
4f14bcd8 14876 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
14877else
14878 echo "configure: failed program was:" >&5
14879 cat conftest.$ac_ext >&5
14880 rm -rf conftest*
4f14bcd8 14881 eval "ac_cv_func_$ac_func=no"
698dcdb6
VZ
14882fi
14883rm -f conftest*
698dcdb6 14884fi
4f14bcd8
GD
14885
14886if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14887 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14888 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14889 cat >> confdefs.h <<EOF
14890#define $ac_tr_func 1
14891EOF
14892 cat >> confdefs.h <<\EOF
14893#define HAVE_INET_ADDR 1
10f2d63a
VZ
14894EOF
14895
14896else
698dcdb6 14897 echo "$ac_t""no" 1>&6
4f14bcd8 14898echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
6f754473 14899echo "configure:14900: checking for inet_addr in -lnsl" >&5
4f14bcd8 14900ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
698dcdb6
VZ
14901if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14902 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14903else
698dcdb6 14904 ac_save_LIBS="$LIBS"
4f14bcd8 14905LIBS="-lnsl $LIBS"
698dcdb6 14906cat > conftest.$ac_ext <<EOF
6f754473 14907#line 14908 "configure"
10f2d63a
VZ
14908#include "confdefs.h"
14909/* Override any gcc2 internal prototype to avoid an error. */
14910/* We use char because int might match the return type of a gcc2
698dcdb6 14911 builtin and then its argument prototype would still apply. */
4f14bcd8 14912char inet_addr();
698dcdb6
VZ
14913
14914int main() {
4f14bcd8 14915inet_addr()
698dcdb6
VZ
14916; return 0; }
14917EOF
6f754473 14918if { (eval echo configure:14919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14919 rm -rf conftest*
14920 eval "ac_cv_lib_$ac_lib_var=yes"
14921else
14922 echo "configure: failed program was:" >&5
14923 cat conftest.$ac_ext >&5
14924 rm -rf conftest*
14925 eval "ac_cv_lib_$ac_lib_var=no"
14926fi
14927rm -f conftest*
14928LIBS="$ac_save_LIBS"
14929
14930fi
14931if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14932 echo "$ac_t""yes" 1>&6
4f14bcd8 14933 INET_LINK="nsl"
10f2d63a 14934else
698dcdb6 14935 echo "$ac_t""no" 1>&6
4f14bcd8 14936echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
6f754473 14937echo "configure:14938: checking for inet_addr in -lresolv" >&5
4f14bcd8 14938ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
698dcdb6
VZ
14939if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14940 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14941else
698dcdb6 14942 ac_save_LIBS="$LIBS"
4f14bcd8 14943LIBS="-lresolv $LIBS"
698dcdb6 14944cat > conftest.$ac_ext <<EOF
6f754473 14945#line 14946 "configure"
10f2d63a
VZ
14946#include "confdefs.h"
14947/* Override any gcc2 internal prototype to avoid an error. */
14948/* We use char because int might match the return type of a gcc2
698dcdb6 14949 builtin and then its argument prototype would still apply. */
4f14bcd8 14950char inet_addr();
698dcdb6
VZ
14951
14952int main() {
4f14bcd8 14953inet_addr()
698dcdb6
VZ
14954; return 0; }
14955EOF
6f754473 14956if { (eval echo configure:14957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14957 rm -rf conftest*
14958 eval "ac_cv_lib_$ac_lib_var=yes"
14959else
14960 echo "configure: failed program was:" >&5
14961 cat conftest.$ac_ext >&5
14962 rm -rf conftest*
14963 eval "ac_cv_lib_$ac_lib_var=no"
14964fi
14965rm -f conftest*
14966LIBS="$ac_save_LIBS"
14967
14968fi
14969if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14970 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14971 INET_LINK="resolv"
14972
698dcdb6 14973else
4f14bcd8
GD
14974 echo "$ac_t""no" 1>&6
14975fi
698dcdb6 14976
4f14bcd8 14977
698dcdb6 14978fi
4f14bcd8
GD
14979
14980
698dcdb6
VZ
14981
14982fi
4f14bcd8
GD
14983done
14984
14985
14986for ac_func in inet_aton
14987do
14988echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 14989echo "configure:14990: checking for $ac_func" >&5
4f14bcd8 14990if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6
VZ
14991 echo $ac_n "(cached) $ac_c" 1>&6
14992else
4f14bcd8 14993 cat > conftest.$ac_ext <<EOF
6f754473 14994#line 14995 "configure"
f6bcfd97 14995#include "confdefs.h"
4f14bcd8
GD
14996/* System header to define __stub macros and hopefully few prototypes,
14997 which can conflict with char $ac_func(); below. */
14998#include <assert.h>
f6bcfd97
BP
14999/* Override any gcc2 internal prototype to avoid an error. */
15000/* We use char because int might match the return type of a gcc2
698dcdb6 15001 builtin and then its argument prototype would still apply. */
4f14bcd8 15002char $ac_func();
698dcdb6
VZ
15003
15004int main() {
4f14bcd8
GD
15005
15006/* The GNU C library defines this for functions which it implements
15007 to always fail with ENOSYS. Some functions are actually named
15008 something starting with __ and the normal name is an alias. */
15009#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15010choke me
15011#else
15012$ac_func();
15013#endif
15014
698dcdb6
VZ
15015; return 0; }
15016EOF
6f754473 15017if { (eval echo configure:15018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15018 rm -rf conftest*
4f14bcd8 15019 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
15020else
15021 echo "configure: failed program was:" >&5
15022 cat conftest.$ac_ext >&5
15023 rm -rf conftest*
4f14bcd8 15024 eval "ac_cv_func_$ac_func=no"
698dcdb6
VZ
15025fi
15026rm -f conftest*
698dcdb6 15027fi
4f14bcd8
GD
15028
15029if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 15030 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15031 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15032 cat >> confdefs.h <<EOF
15033#define $ac_tr_func 1
15034EOF
15035 cat >> confdefs.h <<\EOF
15036#define HAVE_INET_ATON 1
15037EOF
15038
10f2d63a 15039else
698dcdb6 15040 echo "$ac_t""no" 1>&6
4f14bcd8 15041 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
6f754473 15042echo "configure:15043: checking for inet_aton in -l$INET_LINK" >&5
4f14bcd8 15043ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15044if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15045 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 15046else
698dcdb6 15047 ac_save_LIBS="$LIBS"
4f14bcd8 15048LIBS="-l$INET_LINK $LIBS"
698dcdb6 15049cat > conftest.$ac_ext <<EOF
6f754473 15050#line 15051 "configure"
10f2d63a 15051#include "confdefs.h"
6232543b 15052/* Override any gcc2 internal prototype to avoid an error. */
6232543b 15053/* We use char because int might match the return type of a gcc2
698dcdb6 15054 builtin and then its argument prototype would still apply. */
4f14bcd8 15055char inet_aton();
698dcdb6
VZ
15056
15057int main() {
4f14bcd8 15058inet_aton()
698dcdb6
VZ
15059; return 0; }
15060EOF
6f754473 15061if { (eval echo configure:15062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15062 rm -rf conftest*
15063 eval "ac_cv_lib_$ac_lib_var=yes"
15064else
15065 echo "configure: failed program was:" >&5
15066 cat conftest.$ac_ext >&5
15067 rm -rf conftest*
15068 eval "ac_cv_lib_$ac_lib_var=no"
15069fi
15070rm -f conftest*
15071LIBS="$ac_save_LIBS"
10f2d63a 15072
698dcdb6
VZ
15073fi
15074if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15075 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15076 cat >> confdefs.h <<\EOF
15077#define HAVE_INET_ATON 1
15078EOF
15079
698dcdb6
VZ
15080else
15081 echo "$ac_t""no" 1>&6
10f2d63a
VZ
15082fi
15083
4f14bcd8 15084
10f2d63a 15085fi
4f14bcd8 15086done
10f2d63a 15087
4f14bcd8
GD
15088
15089if test "x$INET_LINK" != "x"; then
15090 cat >> confdefs.h <<\EOF
15091#define HAVE_INET_ADDR 1
15092EOF
15093
15094 INET_LINK="-l$INET_LINK"
6232543b 15095fi
10f2d63a 15096
1e487827 15097fi
703e0a69 15098
698dcdb6 15099
4f14bcd8
GD
15100cat > confcache <<\EOF
15101# This file is a shell script that caches the results of configure
15102# tests run on this system so they can be shared between configure
15103# scripts and configure runs. It is not useful on other systems.
15104# If it contains results you don't want to keep, you may remove or edit it.
15105#
15106# By default, configure uses ./config.cache as the cache file,
15107# creating it if it does not exist already. You can give configure
15108# the --cache-file=FILE option to use a different cache file; that is
15109# what configure does when it calls configure scripts in
15110# subdirectories, so they share the cache.
15111# Giving --cache-file=/dev/null disables caching, for debugging configure.
15112# config.status only pays attention to the cache file if you give it the
15113# --recheck option to rerun configure.
15114#
f6bcfd97 15115EOF
4f14bcd8
GD
15116# The following way of writing the cache mishandles newlines in values,
15117# but we know of no workaround that is simple, portable, and efficient.
15118# So, don't put newlines in cache variables' values.
15119# Ultrix sh set writes to stderr and can't be redirected directly,
15120# and sets the high bit in the cache file unless we assign to the vars.
15121(set) 2>&1 |
15122 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15123 *ac_space=\ *)
15124 # `set' does not quote correctly, so add quotes (double-quote substitution
15125 # turns \\\\ into \\, and sed turns \\ into \).
15126 sed -n \
15127 -e "s/'/'\\\\''/g" \
15128 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15129 ;;
15130 *)
15131 # `set' quotes correctly as required by POSIX, so do not add quotes.
15132 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15133 ;;
15134 esac >> confcache
15135if cmp -s $cache_file confcache; then
15136 :
15137else
15138 if test -w $cache_file; then
15139 echo "updating cache $cache_file"
15140 cat confcache > $cache_file
f6bcfd97 15141 else
4f14bcd8 15142 echo "not updating unwritable cache $cache_file"
f6bcfd97 15143 fi
4f14bcd8
GD
15144fi
15145rm -f confcache
f6bcfd97 15146
4f14bcd8
GD
15147
15148
15149if test "$TOOLKIT" != "MSW"; then
15150
15151
15152THREADS_LINK=
15153THREADS_OBJ=
15154CODE_GEN_FLAGS=
15155CODE_GEN_FLAGS_CXX=
15156
15157if test "$wxUSE_THREADS" = "yes" ; then
15158 if test "$wxUSE_WINE" = 1 ; then
15159 echo "configure: warning: Threads are not supported under WINE" 1>&2
15160 wxUSE_THREADS="no"
15161 elif test "$USE_BEOS" = 1; then
15162 echo "configure: warning: BeOS threads are not yet supported" 1>&2
15163 wxUSE_THREADS="no"
15164 fi
15165fi
15166
15167if test "$wxUSE_THREADS" = "yes" ; then
15168
15169 if test "$USE_AIX" = 1; then
15170 THREADS_LIB=pthreads
15171 else
15172 THREADS_LIB=pthread
15173 fi
15174
15175 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
6f754473 15176echo "configure:15177: checking for pthread_create in -l$THREADS_LIB" >&5
4f14bcd8 15177ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15178if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15179 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15180else
698dcdb6 15181 ac_save_LIBS="$LIBS"
4f14bcd8 15182LIBS="-l$THREADS_LIB $LIBS"
698dcdb6 15183cat > conftest.$ac_ext <<EOF
6f754473 15184#line 15185 "configure"
10f2d63a
VZ
15185#include "confdefs.h"
15186/* Override any gcc2 internal prototype to avoid an error. */
15187/* We use char because int might match the return type of a gcc2
698dcdb6 15188 builtin and then its argument prototype would still apply. */
4f14bcd8 15189char pthread_create();
698dcdb6
VZ
15190
15191int main() {
4f14bcd8 15192pthread_create()
698dcdb6
VZ
15193; return 0; }
15194EOF
6f754473 15195if { (eval echo configure:15196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15196 rm -rf conftest*
15197 eval "ac_cv_lib_$ac_lib_var=yes"
15198else
15199 echo "configure: failed program was:" >&5
15200 cat conftest.$ac_ext >&5
15201 rm -rf conftest*
15202 eval "ac_cv_lib_$ac_lib_var=no"
15203fi
15204rm -f conftest*
15205LIBS="$ac_save_LIBS"
15206
15207fi
15208if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15209 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15210
15211 THREADS_OBJ="threadpsx.lo"
15212 THREADS_LINK=$THREADS_LIB
15213
10f2d63a 15214else
698dcdb6 15215 echo "$ac_t""no" 1>&6
10f2d63a 15216
4f14bcd8 15217 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
6f754473 15218echo "configure:15219: checking for pthread_create in -lc_r" >&5
4f14bcd8
GD
15219ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
15220if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
15221 echo $ac_n "(cached) $ac_c" 1>&6
15222else
4f14bcd8
GD
15223 ac_save_LIBS="$LIBS"
15224LIBS="-lc_r $LIBS"
15225cat > conftest.$ac_ext <<EOF
6f754473 15226#line 15227 "configure"
10f2d63a 15227#include "confdefs.h"
4f14bcd8
GD
15228/* Override any gcc2 internal prototype to avoid an error. */
15229/* We use char because int might match the return type of a gcc2
15230 builtin and then its argument prototype would still apply. */
15231char pthread_create();
10f2d63a 15232
4f14bcd8
GD
15233int main() {
15234pthread_create()
698dcdb6
VZ
15235; return 0; }
15236EOF
6f754473 15237if { (eval echo configure:15238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15238 rm -rf conftest*
4f14bcd8 15239 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 15240else
698dcdb6
VZ
15241 echo "configure: failed program was:" >&5
15242 cat conftest.$ac_ext >&5
15243 rm -rf conftest*
4f14bcd8 15244 eval "ac_cv_lib_$ac_lib_var=no"
6232543b 15245fi
698dcdb6 15246rm -f conftest*
4f14bcd8 15247LIBS="$ac_save_LIBS"
d9b9876f 15248
4f14bcd8
GD
15249fi
15250if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15251 echo "$ac_t""yes" 1>&6
15252
15253 THREADS_OBJ="threadpsx.lo"
15254 THREADS_LINK="c_r"
15255
15256else
15257 echo "$ac_t""no" 1>&6
ab252f7b 15258
4f14bcd8
GD
15259 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
15260echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
6f754473 15261echo "configure:15262: checking for sys/prctl.h" >&5
4f14bcd8 15262if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
698dcdb6 15263 echo $ac_n "(cached) $ac_c" 1>&6
d9b9876f 15264else
4f14bcd8 15265 cat > conftest.$ac_ext <<EOF
6f754473 15266#line 15267 "configure"
d9b9876f 15267#include "confdefs.h"
4f14bcd8 15268#include <sys/prctl.h>
698dcdb6 15269EOF
4f14bcd8 15270ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 15271{ (eval echo configure:15272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
15272ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15273if test -z "$ac_err"; then
698dcdb6 15274 rm -rf conftest*
4f14bcd8 15275 eval "ac_cv_header_$ac_safe=yes"
d9b9876f 15276else
4f14bcd8 15277 echo "$ac_err" >&5
698dcdb6
VZ
15278 echo "configure: failed program was:" >&5
15279 cat conftest.$ac_ext >&5
15280 rm -rf conftest*
4f14bcd8 15281 eval "ac_cv_header_$ac_safe=no"
6232543b 15282fi
698dcdb6 15283rm -f conftest*
4f14bcd8
GD
15284fi
15285if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15286 echo "$ac_t""yes" 1>&6
698dcdb6 15287
4f14bcd8
GD
15288 THREADS_OBJ="threadsgi.lo"
15289
15290else
15291 echo "$ac_t""no" 1>&6
1e487827 15292fi
698dcdb6 15293
4f14bcd8
GD
15294
15295fi
d9b9876f 15296
4f14bcd8
GD
15297
15298fi
d9b9876f 15299
4f14bcd8
GD
15300
15301 if test -z "$THREADS_OBJ" ; then
15302 wxUSE_THREADS=no
15303 echo "configure: warning: No thread support on this system" 1>&2
15304 fi
15305fi
15306
15307if test "$wxUSE_THREADS" = "yes" ; then
15308 for ac_func in thr_setconcurrency
15309do
15310echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 15311echo "configure:15312: checking for $ac_func" >&5
4f14bcd8 15312if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6
VZ
15313 echo $ac_n "(cached) $ac_c" 1>&6
15314else
4f14bcd8 15315 cat > conftest.$ac_ext <<EOF
6f754473 15316#line 15317 "configure"
d9b9876f 15317#include "confdefs.h"
4f14bcd8
GD
15318/* System header to define __stub macros and hopefully few prototypes,
15319 which can conflict with char $ac_func(); below. */
15320#include <assert.h>
15321/* Override any gcc2 internal prototype to avoid an error. */
15322/* We use char because int might match the return type of a gcc2
15323 builtin and then its argument prototype would still apply. */
15324char $ac_func();
15325
698dcdb6 15326int main() {
d9b9876f 15327
4f14bcd8
GD
15328/* The GNU C library defines this for functions which it implements
15329 to always fail with ENOSYS. Some functions are actually named
15330 something starting with __ and the normal name is an alias. */
15331#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15332choke me
15333#else
15334$ac_func();
15335#endif
15336
698dcdb6
VZ
15337; return 0; }
15338EOF
6f754473 15339if { (eval echo configure:15340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15340 rm -rf conftest*
4f14bcd8 15341 eval "ac_cv_func_$ac_func=yes"
d9b9876f 15342else
698dcdb6
VZ
15343 echo "configure: failed program was:" >&5
15344 cat conftest.$ac_ext >&5
15345 rm -rf conftest*
4f14bcd8 15346 eval "ac_cv_func_$ac_func=no"
6232543b 15347fi
698dcdb6 15348rm -f conftest*
1e487827 15349fi
698dcdb6 15350
4f14bcd8
GD
15351if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15352 echo "$ac_t""yes" 1>&6
15353 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15354 cat >> confdefs.h <<EOF
15355#define $ac_tr_func 1
d9b9876f 15356EOF
4f14bcd8
GD
15357
15358else
15359 echo "$ac_t""no" 1>&6
10f2d63a 15360fi
4f14bcd8 15361done
10f2d63a 15362
10f2d63a 15363
4f14bcd8
GD
15364
15365 for ac_hdr in sched.h
15366do
15367ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15368echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 15369echo "configure:15370: checking for $ac_hdr" >&5
4f14bcd8
GD
15370if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15371 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15372else
4f14bcd8 15373 cat > conftest.$ac_ext <<EOF
6f754473 15374#line 15375 "configure"
4f14bcd8
GD
15375#include "confdefs.h"
15376#include <$ac_hdr>
13111b2a 15377EOF
4f14bcd8 15378ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 15379{ (eval echo configure:15380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
15380ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15381if test -z "$ac_err"; then
15382 rm -rf conftest*
15383 eval "ac_cv_header_$ac_safe=yes"
15384else
15385 echo "$ac_err" >&5
15386 echo "configure: failed program was:" >&5
15387 cat conftest.$ac_ext >&5
15388 rm -rf conftest*
15389 eval "ac_cv_header_$ac_safe=no"
13111b2a 15390fi
4f14bcd8 15391rm -f conftest*
10f2d63a 15392fi
4f14bcd8
GD
15393if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15394 echo "$ac_t""yes" 1>&6
15395 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
698dcdb6 15396 cat >> confdefs.h <<EOF
4f14bcd8 15397#define $ac_tr_hdr 1
f6bcfd97 15398EOF
4f14bcd8
GD
15399
15400else
15401 echo "$ac_t""no" 1>&6
f6bcfd97 15402fi
4f14bcd8 15403done
f6bcfd97 15404
10f2d63a 15405
4f14bcd8 15406 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
6f754473 15407echo "configure:15408: checking for sched_yield in -l$THREADS_LINK" >&5
4f14bcd8
GD
15408ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
15409if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15410 echo $ac_n "(cached) $ac_c" 1>&6
15411else
15412 ac_save_LIBS="$LIBS"
15413LIBS="-l$THREADS_LINK $LIBS"
15414cat > conftest.$ac_ext <<EOF
6f754473 15415#line 15416 "configure"
4f14bcd8
GD
15416#include "confdefs.h"
15417/* Override any gcc2 internal prototype to avoid an error. */
15418/* We use char because int might match the return type of a gcc2
15419 builtin and then its argument prototype would still apply. */
15420char sched_yield();
10f2d63a 15421
4f14bcd8
GD
15422int main() {
15423sched_yield()
15424; return 0; }
10f2d63a 15425EOF
6f754473 15426if { (eval echo configure:15427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
15427 rm -rf conftest*
15428 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 15429else
4f14bcd8
GD
15430 echo "configure: failed program was:" >&5
15431 cat conftest.$ac_ext >&5
15432 rm -rf conftest*
15433 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 15434fi
4f14bcd8
GD
15435rm -f conftest*
15436LIBS="$ac_save_LIBS"
10f2d63a 15437
4f14bcd8
GD
15438fi
15439if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15440 echo "$ac_t""yes" 1>&6
15441 cat >> confdefs.h <<\EOF
15442#define HAVE_SCHED_YIELD 1
10f2d63a
VZ
15443EOF
15444
4f14bcd8
GD
15445else
15446 echo "$ac_t""no" 1>&6
15447echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
6f754473 15448echo "configure:15449: checking for sched_yield in -lposix4" >&5
4f14bcd8
GD
15449ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
15450if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15451 echo $ac_n "(cached) $ac_c" 1>&6
15452else
15453 ac_save_LIBS="$LIBS"
15454LIBS="-lposix4 $LIBS"
15455cat > conftest.$ac_ext <<EOF
6f754473 15456#line 15457 "configure"
4f14bcd8
GD
15457#include "confdefs.h"
15458/* Override any gcc2 internal prototype to avoid an error. */
15459/* We use char because int might match the return type of a gcc2
15460 builtin and then its argument prototype would still apply. */
15461char sched_yield();
47c13eb7 15462
4f14bcd8
GD
15463int main() {
15464sched_yield()
15465; return 0; }
10f2d63a 15466EOF
6f754473 15467if { (eval echo configure:15468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
15468 rm -rf conftest*
15469 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 15470else
4f14bcd8
GD
15471 echo "configure: failed program was:" >&5
15472 cat conftest.$ac_ext >&5
15473 rm -rf conftest*
15474 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 15475fi
4f14bcd8
GD
15476rm -f conftest*
15477LIBS="$ac_save_LIBS"
10f2d63a 15478
54276ccf 15479fi
4f14bcd8
GD
15480if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15481 echo "$ac_t""yes" 1>&6
15482 cat >> confdefs.h <<\EOF
15483#define HAVE_SCHED_YIELD 1
54276ccf 15484EOF
4f14bcd8
GD
15485 POSIX4_LINK="-lposix4"
15486else
15487 echo "$ac_t""no" 1>&6
15488echo "configure: warning: wxThread::Yield will not work properly" 1>&2
15489
54276ccf
VZ
15490fi
15491
4f14bcd8
GD
15492
15493fi
698dcdb6 15494
10f2d63a 15495
4f14bcd8
GD
15496 HAVE_PRIOR_FUNCS=0
15497 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
6f754473 15498echo "configure:15499: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
4f14bcd8
GD
15499ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
15500if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
15501 echo $ac_n "(cached) $ac_c" 1>&6
15502else
4f14bcd8
GD
15503 ac_save_LIBS="$LIBS"
15504LIBS="-l$THREADS_LINK $LIBS"
15505cat > conftest.$ac_ext <<EOF
6f754473 15506#line 15507 "configure"
422107f9 15507#include "confdefs.h"
4f14bcd8
GD
15508/* Override any gcc2 internal prototype to avoid an error. */
15509/* We use char because int might match the return type of a gcc2
15510 builtin and then its argument prototype would still apply. */
15511char pthread_attr_getschedpolicy();
15512
15513int main() {
15514pthread_attr_getschedpolicy()
15515; return 0; }
698dcdb6 15516EOF
6f754473 15517if { (eval echo configure:15518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15518 rm -rf conftest*
4f14bcd8 15519 eval "ac_cv_lib_$ac_lib_var=yes"
422107f9 15520else
698dcdb6 15521 echo "configure: failed program was:" >&5
422107f9 15522 cat conftest.$ac_ext >&5
698dcdb6 15523 rm -rf conftest*
4f14bcd8 15524 eval "ac_cv_lib_$ac_lib_var=no"
422107f9 15525fi
698dcdb6 15526rm -f conftest*
4f14bcd8
GD
15527LIBS="$ac_save_LIBS"
15528
422107f9 15529fi
4f14bcd8 15530if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
698dcdb6 15531 echo "$ac_t""yes" 1>&6
4f14bcd8 15532 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
6f754473 15533echo "configure:15534: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
4f14bcd8 15534ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15535if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15536 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15537else
698dcdb6 15538 ac_save_LIBS="$LIBS"
4f14bcd8 15539LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 15540cat > conftest.$ac_ext <<EOF
6f754473 15541#line 15542 "configure"
422107f9
VZ
15542#include "confdefs.h"
15543/* Override any gcc2 internal prototype to avoid an error. */
15544/* We use char because int might match the return type of a gcc2
698dcdb6 15545 builtin and then its argument prototype would still apply. */
4f14bcd8 15546char pthread_attr_setschedparam();
698dcdb6
VZ
15547
15548int main() {
4f14bcd8 15549pthread_attr_setschedparam()
698dcdb6
VZ
15550; return 0; }
15551EOF
6f754473 15552if { (eval echo configure:15553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15553 rm -rf conftest*
15554 eval "ac_cv_lib_$ac_lib_var=yes"
15555else
15556 echo "configure: failed program was:" >&5
15557 cat conftest.$ac_ext >&5
15558 rm -rf conftest*
15559 eval "ac_cv_lib_$ac_lib_var=no"
15560fi
15561rm -f conftest*
15562LIBS="$ac_save_LIBS"
15563
15564fi
15565if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15566 echo "$ac_t""yes" 1>&6
4f14bcd8 15567 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
6f754473 15568echo "configure:15569: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
4f14bcd8
GD
15569ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15570if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
15571 echo $ac_n "(cached) $ac_c" 1>&6
15572else
4f14bcd8
GD
15573 ac_save_LIBS="$LIBS"
15574LIBS="-l$THREADS_LINK $LIBS"
15575cat > conftest.$ac_ext <<EOF
6f754473 15576#line 15577 "configure"
422107f9 15577#include "confdefs.h"
4f14bcd8
GD
15578/* Override any gcc2 internal prototype to avoid an error. */
15579/* We use char because int might match the return type of a gcc2
15580 builtin and then its argument prototype would still apply. */
15581char sched_get_priority_max();
15582
15583int main() {
15584sched_get_priority_max()
15585; return 0; }
698dcdb6 15586EOF
6f754473 15587if { (eval echo configure:15588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15588 rm -rf conftest*
4f14bcd8 15589 eval "ac_cv_lib_$ac_lib_var=yes"
422107f9 15590else
698dcdb6 15591 echo "configure: failed program was:" >&5
422107f9 15592 cat conftest.$ac_ext >&5
698dcdb6 15593 rm -rf conftest*
4f14bcd8 15594 eval "ac_cv_lib_$ac_lib_var=no"
422107f9 15595fi
698dcdb6 15596rm -f conftest*
4f14bcd8
GD
15597LIBS="$ac_save_LIBS"
15598
422107f9 15599fi
4f14bcd8 15600if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
698dcdb6 15601 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15602 HAVE_PRIOR_FUNCS=1
15603else
15604 echo "$ac_t""no" 1>&6
15605echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
6f754473 15606echo "configure:15607: checking for sched_get_priority_max in -lposix4" >&5
4f14bcd8 15607ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15608if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15609 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15610else
698dcdb6 15611 ac_save_LIBS="$LIBS"
4f14bcd8 15612LIBS="-lposix4 $LIBS"
698dcdb6 15613cat > conftest.$ac_ext <<EOF
6f754473 15614#line 15615 "configure"
422107f9
VZ
15615#include "confdefs.h"
15616/* Override any gcc2 internal prototype to avoid an error. */
15617/* We use char because int might match the return type of a gcc2
698dcdb6 15618 builtin and then its argument prototype would still apply. */
4f14bcd8 15619char sched_get_priority_max();
698dcdb6
VZ
15620
15621int main() {
4f14bcd8 15622sched_get_priority_max()
698dcdb6
VZ
15623; return 0; }
15624EOF
6f754473 15625if { (eval echo configure:15626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15626 rm -rf conftest*
15627 eval "ac_cv_lib_$ac_lib_var=yes"
15628else
15629 echo "configure: failed program was:" >&5
15630 cat conftest.$ac_ext >&5
15631 rm -rf conftest*
15632 eval "ac_cv_lib_$ac_lib_var=no"
15633fi
15634rm -f conftest*
15635LIBS="$ac_save_LIBS"
15636
15637fi
15638if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15639 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15640
15641 HAVE_PRIOR_FUNCS=1
15642 POSIX4_LINK="-lposix4"
15643
698dcdb6
VZ
15644else
15645 echo "$ac_t""no" 1>&6
422107f9
VZ
15646fi
15647
698dcdb6 15648
422107f9
VZ
15649fi
15650
4f14bcd8
GD
15651
15652else
15653 echo "$ac_t""no" 1>&6
10f2d63a
VZ
15654fi
15655
4f14bcd8 15656
698dcdb6 15657else
4f14bcd8
GD
15658 echo "$ac_t""no" 1>&6
15659fi
463abc64 15660
463abc64 15661
4f14bcd8
GD
15662 if test "$HAVE_PRIOR_FUNCS" = 1; then
15663 cat >> confdefs.h <<\EOF
15664#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
698dcdb6 15665EOF
463abc64 15666
4f14bcd8
GD
15667 else
15668 echo "configure: warning: Setting thread priority will not work" 1>&2
15669 fi
463abc64 15670
4f14bcd8 15671 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
6f754473 15672echo "configure:15673: checking for pthread_cancel in -l$THREADS_LINK" >&5
4f14bcd8 15673ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15674if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15675 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15676else
698dcdb6 15677 ac_save_LIBS="$LIBS"
4f14bcd8 15678LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 15679cat > conftest.$ac_ext <<EOF
6f754473 15680#line 15681 "configure"
422107f9
VZ
15681#include "confdefs.h"
15682/* Override any gcc2 internal prototype to avoid an error. */
15683/* We use char because int might match the return type of a gcc2
698dcdb6 15684 builtin and then its argument prototype would still apply. */
4f14bcd8 15685char pthread_cancel();
698dcdb6
VZ
15686
15687int main() {
4f14bcd8 15688pthread_cancel()
698dcdb6
VZ
15689; return 0; }
15690EOF
6f754473 15691if { (eval echo configure:15692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15692 rm -rf conftest*
15693 eval "ac_cv_lib_$ac_lib_var=yes"
15694else
15695 echo "configure: failed program was:" >&5
15696 cat conftest.$ac_ext >&5
15697 rm -rf conftest*
15698 eval "ac_cv_lib_$ac_lib_var=no"
15699fi
15700rm -f conftest*
15701LIBS="$ac_save_LIBS"
15702
15703fi
15704if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15705 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15706 cat >> confdefs.h <<\EOF
15707#define HAVE_PTHREAD_CANCEL 1
15708EOF
15709
698dcdb6
VZ
15710else
15711 echo "$ac_t""no" 1>&6
4f14bcd8 15712echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
422107f9
VZ
15713fi
15714
422107f9 15715
4f14bcd8 15716 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
6f754473 15717echo "configure:15718: checking for pthread_cleanup_push/pop" >&5
4f14bcd8
GD
15718if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15719 echo $ac_n "(cached) $ac_c" 1>&6
15720else
15721
15722 cat > conftest.$ac_ext <<EOF
6f754473 15723#line 15724 "configure"
4f14bcd8
GD
15724#include "confdefs.h"
15725#include <pthread.h>
15726int main() {
15727
15728 pthread_cleanup_push(NULL, NULL);
15729 pthread_cleanup_pop(0);
15730
15731; return 0; }
15732EOF
6f754473 15733if { (eval echo configure:15734: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
15734 rm -rf conftest*
15735
15736 wx_cv_func_pthread_cleanup_push=yes
15737
15738else
15739 echo "configure: failed program was:" >&5
15740 cat conftest.$ac_ext >&5
15741 rm -rf conftest*
15742
15743 wx_cv_func_pthread_cleanup_push=no
15744
15745fi
15746rm -f conftest*
15747
10f2d63a
VZ
15748fi
15749
4f14bcd8
GD
15750echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15751
15752 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15753 cat >> confdefs.h <<\EOF
15754#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
c7a2bf27
RR
15755EOF
15756
4f14bcd8
GD
15757 fi
15758
15759
15760 if test "x$wx_lib_glibc21" = "xyes"; then
15761 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
15762 fi
15763
15764 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
6f754473 15765echo "configure:15766: checking for pthread_mutexattr_t" >&5
4f14bcd8 15766if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
698dcdb6
VZ
15767 echo $ac_n "(cached) $ac_c" 1>&6
15768else
4f14bcd8
GD
15769
15770 cat > conftest.$ac_ext <<EOF
6f754473 15771#line 15772 "configure"
0dcf9893 15772#include "confdefs.h"
4f14bcd8
GD
15773#include <pthread.h>
15774int main() {
15775
15776 pthread_mutexattr_t attr;
15777 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15778
15779; return 0; }
698dcdb6 15780EOF
6f754473 15781if { (eval echo configure:15782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 15782 rm -rf conftest*
4f14bcd8
GD
15783
15784 wx_cv_type_pthread_mutexattr_t=yes
15785
3fed1840 15786else
698dcdb6 15787 echo "configure: failed program was:" >&5
3fed1840 15788 cat conftest.$ac_ext >&5
698dcdb6 15789 rm -rf conftest*
4f14bcd8
GD
15790
15791 wx_cv_type_pthread_mutexattr_t=no
15792
15793
3fed1840 15794fi
698dcdb6 15795rm -f conftest*
4f14bcd8 15796
3fed1840 15797fi
4f14bcd8
GD
15798
15799echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15800
15801 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15802 cat >> confdefs.h <<\EOF
15803#define HAVE_PTHREAD_MUTEXATTR_T 1
15804EOF
15805
15806 else
15807 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
6f754473 15808echo "configure:15809: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
4f14bcd8 15809if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
698dcdb6 15810 echo $ac_n "(cached) $ac_c" 1>&6
3fed1840 15811else
4f14bcd8
GD
15812
15813 cat > conftest.$ac_ext <<EOF
6f754473 15814#line 15815 "configure"
3fed1840 15815#include "confdefs.h"
4f14bcd8 15816#include <pthread.h>
698dcdb6 15817int main() {
4f14bcd8
GD
15818
15819 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15820
698dcdb6
VZ
15821; return 0; }
15822EOF
6f754473 15823if { (eval echo configure:15824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 15824 rm -rf conftest*
4f14bcd8
GD
15825
15826 wx_cv_type_pthread_rec_mutex_init=yes
15827
698dcdb6
VZ
15828else
15829 echo "configure: failed program was:" >&5
15830 cat conftest.$ac_ext >&5
15831 rm -rf conftest*
4f14bcd8
GD
15832
15833 wx_cv_type_pthread_rec_mutex_init=no
15834
15835
698dcdb6
VZ
15836fi
15837rm -f conftest*
4f14bcd8 15838
3fed1840
RR
15839fi
15840
4f14bcd8
GD
15841echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
15842 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15843 cat >> confdefs.h <<\EOF
15844#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15845EOF
3fed1840 15846
4f14bcd8
GD
15847 else
15848 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
3fed1840
RR
15849 fi
15850 fi
4f14bcd8
GD
15851
15852 THREADS_LINK="-l$THREADS_LINK"
15853
15854 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15855 CPPFLAGS="${CFLAGS} -mt"
15856 CXXFLAGS="${CXXFLAGS} -mt"
15857 LDFLAGS="${LDFLAGS} -mt"
15858 fi
3fed1840
RR
15859fi
15860
4f14bcd8
GD
15861fi
15862
15863if test "$wxUSE_THREADS" = "yes"; then
3a922bb4 15864 cat >> confdefs.h <<\EOF
4f14bcd8 15865#define wxUSE_THREADS 1
7b6058cd
GD
15866EOF
15867
4f14bcd8
GD
15868
15869 if test "$USE_DARWIN" != 1; then
15870 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15871 fi
15872
15873 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
698dcdb6 15874else
4f14bcd8
GD
15875 if test "$ac_cv_func_strtok_r" = "yes"; then
15876 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
6f754473 15877echo "configure:15878: checking if -D_REENTRANT is needed" >&5
4f14bcd8
GD
15878 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15879 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15880 echo "$ac_t""yes" 1>&6
15881 else
15882 echo "$ac_t""no" 1>&6
15883 fi
15884 fi
15885fi
15886
15887if test "$WXGTK20" = 1 ; then
15888 cat >> confdefs.h <<EOF
15889#define __WXGTK20__ $WXGTK20
698dcdb6 15890EOF
4f14bcd8
GD
15891
15892 WXGTK12=1
10f2d63a 15893fi
4f14bcd8
GD
15894
15895if test "$WXGTK12" = 1 ; then
15896 cat >> confdefs.h <<EOF
15897#define __WXGTK12__ $WXGTK12
15898EOF
15899
10f2d63a 15900fi
698dcdb6 15901
4f14bcd8
GD
15902if test "$WXGTK127" = 1 ; then
15903 cat >> confdefs.h <<EOF
15904#define __WXGTK127__ $WXGTK127
698dcdb6 15905EOF
4f14bcd8 15906
698dcdb6 15907fi
10f2d63a 15908
4f14bcd8
GD
15909WXDEBUG=
15910
15911if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15912 WXDEBUG="-g"
15913 wxUSE_OPTIMISE=no
698dcdb6 15914fi
4f14bcd8
GD
15915
15916if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15917 wxUSE_DEBUG_INFO=yes
15918 WXDEBUG="-ggdb"
10f2d63a
VZ
15919fi
15920
4f14bcd8
GD
15921if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
15922 cat >> confdefs.h <<\EOF
15923#define WXDEBUG 1
15924EOF
15925
15926 WXDEBUG_DEFINE="-D__WXDEBUG__"
10f2d63a 15927else
4f14bcd8
GD
15928 if test "$wxUSE_GTK" = 1 ; then
15929 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
15930 fi
15931fi
15932
15933if test "$wxUSE_MEM_TRACING" = "yes" ; then
15934 cat >> confdefs.h <<\EOF
15935#define wxUSE_MEMORY_TRACING 1
15936EOF
15937
15938 cat >> confdefs.h <<\EOF
15939#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
15940EOF
15941
15942 cat >> confdefs.h <<\EOF
15943#define wxUSE_DEBUG_NEW_ALWAYS 1
15944EOF
15945
15946 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
15947fi
15948
15949if test "$wxUSE_DMALLOC" = "yes" ; then
15950 DMALLOC_LINK="-ldmalloc"
15951fi
15952
15953PROFILE=
15954if test "$wxUSE_PROFILE" = "yes" ; then
15955 PROFILE="-pg"
10f2d63a
VZ
15956fi
15957
4f14bcd8
GD
15958if test "$GCC" = yes ; then
15959 if test "$wxUSE_NO_RTTI" = "yes" ; then
15960 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
3a922bb4 15961 fi
4f14bcd8
GD
15962 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
15963 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
15964 fi
15965 if test "$wxUSE_PERMISSIVE" = "yes" ; then
15966 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
15967 fi
15968 if test "$wxUSE_NO_DEPS" = "no" ; then
15969 CFLAGS="-MMD ${CFLAGS}"
15970 CXXFLAGS="-MMD ${CXXFLAGS}"
15971 fi
15972 if test "$USE_WIN32" = 1 ; then
15973 # I'm not even really sure what this was ever added to solve,
15974 # but someone added it for mingw native builds, so I guess
15975 # they had a reason, right??
15976 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
15977 fi
15978fi
15979
15980
15981CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
15982CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
15983if test "$wxUSE_OPTIMISE" = "no" ; then
15984 OPTIMISE=
15985else
15986 if test "$GCC" = yes ; then
15987 OPTIMISE="-O2"
15988 case "${host}" in
15989 i586-*-*|i686-*-* )
15990 OPTIMISE="${OPTIMISE} "
15991 ;;
15992 esac
15993 else
15994 OPTIMISE="-O"
15995 fi
15996fi
15997
15998if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
15999 cat >> confdefs.h <<\EOF
16000#define WXWIN_COMPATIBILITY_2 1
16001EOF
16002
16003
16004 WXWIN_COMPATIBILITY_2_2="yes"
16005fi
16006
16007if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
16008 cat >> confdefs.h <<\EOF
16009#define WXWIN_COMPATIBILITY_2_2 1
16010EOF
16011
10f2d63a
VZ
16012fi
16013
698dcdb6 16014
10f2d63a 16015if test "$wxUSE_GUI" = "yes"; then
698dcdb6 16016 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16017#define wxUSE_GUI 1
16018EOF
16019
698dcdb6 16020
10f2d63a 16021 else
698dcdb6 16022 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16023#define wxUSE_NOGUI 1
16024EOF
16025
16026fi
16027
698dcdb6 16028
10f2d63a 16029if test "$wxUSE_UNIX" = "yes"; then
698dcdb6 16030 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16031#define wxUSE_UNIX 1
16032EOF
16033
16034fi
16035
698dcdb6 16036
10f2d63a 16037if test "$wxUSE_APPLE_IEEE" = "yes"; then
698dcdb6 16038 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16039#define wxUSE_APPLE_IEEE 1
16040EOF
16041
16042fi
16043
1e6feb95
VZ
16044if test "$wxUSE_TIMER" = "yes"; then
16045 cat >> confdefs.h <<\EOF
16046#define wxUSE_TIMER 1
16047EOF
16048
16049fi
16050
10f2d63a 16051if test "$wxUSE_WAVE" = "yes"; then
698dcdb6 16052 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16053#define wxUSE_WAVE 1
16054EOF
16055
16056fi
16057
1e6feb95
VZ
16058if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
16059 cat >> confdefs.h <<\EOF
16060#define wxUSE_CMDLINE_PARSER 1
16061EOF
16062
16063fi
16064
16065if test "$wxUSE_STOPWATCH" = "yes"; then
16066 cat >> confdefs.h <<\EOF
16067#define wxUSE_STOPWATCH 1
16068EOF
16069
16070fi
16071
16072if test "$wxUSE_DATETIME" = "yes"; then
16073 cat >> confdefs.h <<\EOF
16074#define wxUSE_DATETIME 1
16075EOF
16076
16077fi
16078
16079if test "$wxUSE_TIMEDATE" = "yes"; then
16080 cat >> confdefs.h <<\EOF
16081#define wxUSE_TIMEDATE 1
16082EOF
16083
16084fi
16085
10f2d63a 16086if test "$wxUSE_FILE" = "yes"; then
698dcdb6 16087 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16088#define wxUSE_FILE 1
16089EOF
16090
16091fi
16092
1e6feb95
VZ
16093if test "$wxUSE_FFILE" = "yes"; then
16094 cat >> confdefs.h <<\EOF
16095#define wxUSE_FFILE 1
16096EOF
16097
16098fi
16099
24528b0c 16100if test "$wxUSE_FILESYSTEM" = "yes"; then
698dcdb6 16101 cat >> confdefs.h <<\EOF
24528b0c
VS
16102#define wxUSE_FILESYSTEM 1
16103EOF
16104
16105fi
16106
10f2d63a 16107if test "$wxUSE_FS_INET" = "yes"; then
698dcdb6 16108 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16109#define wxUSE_FS_INET 1
16110EOF
16111
16112fi
16113
16114if test "$wxUSE_FS_ZIP" = "yes"; then
698dcdb6 16115 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16116#define wxUSE_FS_ZIP 1
16117EOF
16118
16119fi
16120
16121if test "$wxUSE_ZIPSTREAM" = "yes"; then
698dcdb6 16122 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16123#define wxUSE_ZIPSTREAM 1
16124EOF
16125
16126fi
16127
eb4efbdc 16128if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
698dcdb6 16129 cat >> confdefs.h <<\EOF
eb4efbdc
VZ
16130#define wxUSE_ON_FATAL_EXCEPTION 1
16131EOF
16132
16133fi
16134
4f3c5f06 16135if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
698dcdb6 16136 cat >> confdefs.h <<\EOF
4f3c5f06
VZ
16137#define wxUSE_SNGLINST_CHECKER 1
16138EOF
16139
16140fi
16141
10f2d63a 16142if test "$wxUSE_BUSYINFO" = "yes"; then
698dcdb6 16143 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16144#define wxUSE_BUSYINFO 1
16145EOF
16146
16147fi
16148
16149if test "$wxUSE_STD_IOSTREAM" = "yes"; then
698dcdb6 16150 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16151#define wxUSE_STD_IOSTREAM 1
16152EOF
16153
16154fi
16155
16156if test "$wxUSE_TEXTFILE" = "yes"; then
16157 if test "$wxUSE_FILE" != "yes"; then
698dcdb6 16158 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
10f2d63a 16159 else
698dcdb6 16160 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16161#define wxUSE_TEXTFILE 1
16162EOF
16163
16164 fi
16165fi
16166
16167if test "$wxUSE_CONFIG" = "yes" ; then
16168 if test "$wxUSE_TEXTFILE" != "yes"; then
698dcdb6 16169 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
10f2d63a 16170 else
698dcdb6 16171 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16172#define wxUSE_CONFIG 1
16173EOF
16174
16175 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
16176 fi
16177fi
16178
16179if test "$wxUSE_INTL" = "yes" ; then
16180 if test "$wxUSE_FILE" != "yes"; then
698dcdb6 16181 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
10f2d63a 16182 else
698dcdb6 16183 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16184#define wxUSE_INTL 1
16185EOF
16186
16187 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
f6bcfd97 16188 GUIDIST="$GUIDIST INTL_DIST"
10f2d63a
VZ
16189 fi
16190fi
16191
16192if test "$wxUSE_LOG" = "yes"; then
698dcdb6 16193 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16194#define wxUSE_LOG 1
16195EOF
16196
d73be714
VZ
16197
16198 if test "$wxUSE_LOGGUI" = "yes"; then
16199 cat >> confdefs.h <<\EOF
16200#define wxUSE_LOGGUI 1
16201EOF
16202
16203 fi
16204
16205 if test "$wxUSE_LOGWINDOW" = "yes"; then
16206 cat >> confdefs.h <<\EOF
16207#define wxUSE_LOGWINDOW 1
16208EOF
16209
16210 fi
10f2d63a
VZ
16211fi
16212
16213if test "$wxUSE_LONGLONG" = "yes"; then
698dcdb6 16214 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16215#define wxUSE_LONGLONG 1
16216EOF
16217
16218fi
16219
e8f65ba6 16220if test "$wxUSE_GEOMETRY" = "yes"; then
698dcdb6 16221 cat >> confdefs.h <<\EOF
e8f65ba6
RR
16222#define wxUSE_GEOMETRY 1
16223EOF
16224
16225fi
16226
10f2d63a 16227if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
698dcdb6 16228 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16229#define wxUSE_DIALUP_MANAGER 1
16230EOF
16231
70f7a477 16232 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
16233fi
16234
16235if test "$wxUSE_STREAMS" = "yes" ; then
698dcdb6 16236 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16237#define wxUSE_STREAMS 1
16238EOF
16239
16240fi
16241
1e487827 16242
1e6feb95 16243if test "$wxUSE_DATETIME" = "yes"; then
698dcdb6 16244 for ac_func in strptime
83307f33 16245do
698dcdb6 16246echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 16247echo "configure:16248: checking for $ac_func" >&5
698dcdb6
VZ
16248if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16249 echo $ac_n "(cached) $ac_c" 1>&6
16250else
16251 cat > conftest.$ac_ext <<EOF
6f754473 16252#line 16253 "configure"
83307f33
VZ
16253#include "confdefs.h"
16254/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16255 which can conflict with char $ac_func(); below. */
83307f33
VZ
16256#include <assert.h>
16257/* Override any gcc2 internal prototype to avoid an error. */
16258/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16259 builtin and then its argument prototype would still apply. */
16260char $ac_func();
16261
16262int main() {
83307f33
VZ
16263
16264/* The GNU C library defines this for functions which it implements
16265 to always fail with ENOSYS. Some functions are actually named
16266 something starting with __ and the normal name is an alias. */
16267#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16268choke me
16269#else
698dcdb6 16270$ac_func();
83307f33
VZ
16271#endif
16272
698dcdb6 16273; return 0; }
83307f33 16274EOF
6f754473 16275if { (eval echo configure:16276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16276 rm -rf conftest*
16277 eval "ac_cv_func_$ac_func=yes"
16278else
16279 echo "configure: failed program was:" >&5
16280 cat conftest.$ac_ext >&5
16281 rm -rf conftest*
16282 eval "ac_cv_func_$ac_func=no"
16283fi
16284rm -f conftest*
16285fi
83307f33 16286
698dcdb6
VZ
16287if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16288 echo "$ac_t""yes" 1>&6
16289 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16290 cat >> confdefs.h <<EOF
16291#define $ac_tr_func 1
16292EOF
16293
16294else
16295 echo "$ac_t""no" 1>&6
83307f33
VZ
16296fi
16297done
16298
1e487827 16299
698dcdb6 16300 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
6f754473 16301echo "configure:16302: checking for timezone variable in <time.h>" >&5
698dcdb6
VZ
16302if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16303 echo $ac_n "(cached) $ac_c" 1>&6
16304else
16305
16306 cat > conftest.$ac_ext <<EOF
6f754473 16307#line 16308 "configure"
360d6699
VZ
16308#include "confdefs.h"
16309
b4085ce6 16310 #include <time.h>
698dcdb6
VZ
16311
16312int main() {
360d6699
VZ
16313
16314 int tz;
4f11a343 16315 tz = timezone;
698dcdb6
VZ
16316
16317; return 0; }
16318EOF
6f754473 16319if { (eval echo configure:16320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16320 rm -rf conftest*
16321
4f11a343 16322 wx_cv_var_timezone=timezone
698dcdb6 16323
360d6699 16324else
698dcdb6
VZ
16325 echo "configure: failed program was:" >&5
16326 cat conftest.$ac_ext >&5
16327 rm -rf conftest*
16328
16329 cat > conftest.$ac_ext <<EOF
6f754473 16330#line 16331 "configure"
360d6699
VZ
16331#include "confdefs.h"
16332
b4085ce6 16333 #include <time.h>
698dcdb6
VZ
16334
16335int main() {
360d6699
VZ
16336
16337 int tz;
16338 tz = _timezone;
698dcdb6
VZ
16339
16340; return 0; }
16341EOF
6f754473 16342if { (eval echo configure:16343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16343 rm -rf conftest*
16344
360d6699 16345 wx_cv_var_timezone=_timezone
698dcdb6 16346
5357c8e8 16347else
698dcdb6
VZ
16348 echo "configure: failed program was:" >&5
16349 cat conftest.$ac_ext >&5
16350 rm -rf conftest*
16351
16352 cat > conftest.$ac_ext <<EOF
6f754473 16353#line 16354 "configure"
5357c8e8
VZ
16354#include "confdefs.h"
16355
b4085ce6 16356 #include <time.h>
698dcdb6
VZ
16357
16358int main() {
5357c8e8
VZ
16359
16360 int tz;
4f11a343 16361 tz = __timezone;
698dcdb6
VZ
16362
16363; return 0; }
16364EOF
6f754473 16365if { (eval echo configure:16366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16366 rm -rf conftest*
16367
4f11a343 16368 wx_cv_var_timezone=__timezone
698dcdb6 16369
360d6699 16370else
698dcdb6
VZ
16371 echo "configure: failed program was:" >&5
16372 cat conftest.$ac_ext >&5
16373 rm -rf conftest*
16374 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16375
360d6699 16376fi
698dcdb6
VZ
16377rm -f conftest*
16378
16379
360d6699 16380fi
698dcdb6
VZ
16381rm -f conftest*
16382
16383
6232543b 16384fi
698dcdb6
VZ
16385rm -f conftest*
16386
16387
1e487827 16388fi
703e0a69 16389
698dcdb6
VZ
16390echo "$ac_t""$wx_cv_var_timezone" 1>&6
16391
16392 cat >> confdefs.h <<EOF
360d6699
VZ
16393#define WX_TIMEZONE $wx_cv_var_timezone
16394EOF
16395
698dcdb6
VZ
16396
16397 for ac_func in localtime
afc31813 16398do
698dcdb6 16399echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 16400echo "configure:16401: checking for $ac_func" >&5
698dcdb6
VZ
16401if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16402 echo $ac_n "(cached) $ac_c" 1>&6
16403else
16404 cat > conftest.$ac_ext <<EOF
6f754473 16405#line 16406 "configure"
10f2d63a 16406#include "confdefs.h"
afc31813 16407/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16408 which can conflict with char $ac_func(); below. */
afc31813
VZ
16409#include <assert.h>
16410/* Override any gcc2 internal prototype to avoid an error. */
16411/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16412 builtin and then its argument prototype would still apply. */
16413char $ac_func();
16414
16415int main() {
afc31813
VZ
16416
16417/* The GNU C library defines this for functions which it implements
16418 to always fail with ENOSYS. Some functions are actually named
16419 something starting with __ and the normal name is an alias. */
16420#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16421choke me
16422#else
698dcdb6 16423$ac_func();
afc31813
VZ
16424#endif
16425
698dcdb6 16426; return 0; }
10f2d63a 16427EOF
6f754473 16428if { (eval echo configure:16429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16429 rm -rf conftest*
16430 eval "ac_cv_func_$ac_func=yes"
16431else
16432 echo "configure: failed program was:" >&5
16433 cat conftest.$ac_ext >&5
16434 rm -rf conftest*
16435 eval "ac_cv_func_$ac_func=no"
16436fi
16437rm -f conftest*
16438fi
afc31813 16439
698dcdb6
VZ
16440if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16441 echo "$ac_t""yes" 1>&6
16442 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16443 cat >> confdefs.h <<EOF
16444#define $ac_tr_func 1
16445EOF
16446
16447else
16448 echo "$ac_t""no" 1>&6
afc31813
VZ
16449fi
16450done
16451
1e487827 16452
698dcdb6
VZ
16453 if test "$ac_cv_func_localtime" = "yes"; then
16454 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
6f754473 16455echo "configure:16456: checking for tm_gmtoff in struct tm" >&5
698dcdb6
VZ
16456if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16457 echo $ac_n "(cached) $ac_c" 1>&6
16458else
16459
16460 cat > conftest.$ac_ext <<EOF
6f754473 16461#line 16462 "configure"
0470b1e6
VZ
16462#include "confdefs.h"
16463
b4085ce6 16464 #include <time.h>
698dcdb6
VZ
16465
16466int main() {
0470b1e6
VZ
16467
16468 struct tm tm;
16469 tm.tm_gmtoff++;
698dcdb6
VZ
16470
16471; return 0; }
16472EOF
6f754473 16473if { (eval echo configure:16474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16474 rm -rf conftest*
16475
f03a98d8 16476 wx_cv_struct_tm_has_gmtoff=yes
698dcdb6 16477
0470b1e6 16478else
698dcdb6
VZ
16479 echo "configure: failed program was:" >&5
16480 cat conftest.$ac_ext >&5
16481 rm -rf conftest*
16482 wx_cv_struct_tm_has_gmtoff=no
16483
0470b1e6 16484fi
698dcdb6
VZ
16485rm -f conftest*
16486
1e487827 16487fi
698dcdb6
VZ
16488
16489echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
6232543b
VS
16490 fi
16491
16492 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
698dcdb6 16493 cat >> confdefs.h <<\EOF
6232543b
VS
16494#define WX_GMTOFF_IN_TM 1
16495EOF
0470b1e6 16496
3fcdd07b
VZ
16497 fi
16498
698dcdb6 16499 for ac_func in gettimeofday ftime
3fcdd07b 16500do
698dcdb6 16501echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 16502echo "configure:16503: checking for $ac_func" >&5
698dcdb6
VZ
16503if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16504 echo $ac_n "(cached) $ac_c" 1>&6
16505else
16506 cat > conftest.$ac_ext <<EOF
6f754473 16507#line 16508 "configure"
3fcdd07b
VZ
16508#include "confdefs.h"
16509/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16510 which can conflict with char $ac_func(); below. */
3fcdd07b
VZ
16511#include <assert.h>
16512/* Override any gcc2 internal prototype to avoid an error. */
16513/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16514 builtin and then its argument prototype would still apply. */
16515char $ac_func();
16516
16517int main() {
3fcdd07b
VZ
16518
16519/* The GNU C library defines this for functions which it implements
16520 to always fail with ENOSYS. Some functions are actually named
16521 something starting with __ and the normal name is an alias. */
16522#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16523choke me
16524#else
698dcdb6 16525$ac_func();
3fcdd07b
VZ
16526#endif
16527
698dcdb6
VZ
16528; return 0; }
16529EOF
6f754473 16530if { (eval echo configure:16531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16531 rm -rf conftest*
16532 eval "ac_cv_func_$ac_func=yes"
16533else
16534 echo "configure: failed program was:" >&5
16535 cat conftest.$ac_ext >&5
16536 rm -rf conftest*
16537 eval "ac_cv_func_$ac_func=no"
16538fi
16539rm -f conftest*
16540fi
16541
16542if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16543 echo "$ac_t""yes" 1>&6
16544 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16545 cat >> confdefs.h <<EOF
16546#define $ac_tr_func 1
3fcdd07b
VZ
16547EOF
16548 break
698dcdb6
VZ
16549else
16550 echo "$ac_t""no" 1>&6
3fcdd07b
VZ
16551fi
16552done
16553
afc31813 16554
698dcdb6
VZ
16555 if test "$ac_cv_func_gettimeofday" = "yes"; then
16556 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
6f754473 16557echo "configure:16558: checking whether gettimeofday takes two arguments" >&5
698dcdb6
VZ
16558if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16559 echo $ac_n "(cached) $ac_c" 1>&6
16560else
16561
16562
16563 ac_ext=C
16564# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 16565ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
16566ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16567ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16568cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 16569
698dcdb6
VZ
16570
16571 cat > conftest.$ac_ext <<EOF
6f754473 16572#line 16573 "configure"
10f2d63a 16573#include "confdefs.h"
afc31813
VZ
16574
16575 #include <sys/time.h>
16576 #include <unistd.h>
698dcdb6
VZ
16577
16578int main() {
afc31813
VZ
16579
16580 struct timeval tv;
776862b4 16581 gettimeofday(&tv, NULL);
698dcdb6
VZ
16582
16583; return 0; }
16584EOF
6f754473 16585if { (eval echo configure:16586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16586 rm -rf conftest*
afc31813 16587 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a 16588else
698dcdb6
VZ
16589 echo "configure: failed program was:" >&5
16590 cat conftest.$ac_ext >&5
16591 rm -rf conftest*
16592 cat > conftest.$ac_ext <<EOF
6f754473 16593#line 16594 "configure"
10f2d63a 16594#include "confdefs.h"
afc31813
VZ
16595
16596 #include <sys/time.h>
16597 #include <unistd.h>
698dcdb6
VZ
16598
16599int main() {
afc31813
VZ
16600
16601 struct timeval tv;
16602 gettimeofday(&tv);
698dcdb6
VZ
16603
16604; return 0; }
16605EOF
6f754473 16606if { (eval echo configure:16607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16607 rm -rf conftest*
afc31813 16608 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a 16609else
698dcdb6
VZ
16610 echo "configure: failed program was:" >&5
16611 cat conftest.$ac_ext >&5
16612 rm -rf conftest*
776862b4
VZ
16613
16614 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16615 wx_cv_func_gettimeofday_has_2_args=unknown
16616
698dcdb6 16617
10f2d63a 16618fi
698dcdb6
VZ
16619rm -f conftest*
16620
10f2d63a 16621fi
698dcdb6 16622rm -f conftest*
afc31813 16623 ac_ext=c
698dcdb6 16624# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 16625ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
16626ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16627ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16628cross_compiling=$ac_cv_prog_cc_cross
10f2d63a 16629
698dcdb6 16630
afc31813 16631fi
698dcdb6
VZ
16632
16633echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 16634
afc31813 16635 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
698dcdb6 16636 cat >> confdefs.h <<\EOF
afc31813
VZ
16637#define WX_GETTIMEOFDAY_NO_TZ 1
16638EOF
16639
16640 fi
16641 fi
16642
698dcdb6 16643 cat >> confdefs.h <<\EOF
afc31813
VZ
16644#define wxUSE_TIMEDATE 1
16645EOF
16646
16647 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
16648fi
16649
698dcdb6 16650
b089607b
VZ
16651if test "$TOOLKIT" != "MSW"; then
16652
3a922bb4
RL
16653 if test "$wxUSE_SOCKETS" = "yes"; then
16654 echo $ac_n "checking for socket""... $ac_c" 1>&6
6f754473 16655echo "configure:16656: checking for socket" >&5
698dcdb6
VZ
16656if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16657 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 16658else
698dcdb6 16659 cat > conftest.$ac_ext <<EOF
6f754473 16660#line 16661 "configure"
c63c7106
VZ
16661#include "confdefs.h"
16662/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16663 which can conflict with char socket(); below. */
c63c7106
VZ
16664#include <assert.h>
16665/* Override any gcc2 internal prototype to avoid an error. */
16666/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16667 builtin and then its argument prototype would still apply. */
16668char socket();
16669
16670int main() {
c63c7106
VZ
16671
16672/* The GNU C library defines this for functions which it implements
16673 to always fail with ENOSYS. Some functions are actually named
16674 something starting with __ and the normal name is an alias. */
16675#if defined (__stub_socket) || defined (__stub___socket)
16676choke me
16677#else
698dcdb6 16678socket();
c63c7106
VZ
16679#endif
16680
698dcdb6
VZ
16681; return 0; }
16682EOF
6f754473 16683if { (eval echo configure:16684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16684 rm -rf conftest*
16685 eval "ac_cv_func_socket=yes"
16686else
16687 echo "configure: failed program was:" >&5
16688 cat conftest.$ac_ext >&5
16689 rm -rf conftest*
16690 eval "ac_cv_func_socket=no"
16691fi
16692rm -f conftest*
16693fi
16694
16695if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16696 echo "$ac_t""yes" 1>&6
c63c7106
VZ
16697 :
16698else
698dcdb6
VZ
16699 echo "$ac_t""no" 1>&6
16700echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
6f754473 16701echo "configure:16702: checking for socket in -lsocket" >&5
698dcdb6
VZ
16702ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16703if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16704 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 16705else
698dcdb6 16706 ac_save_LIBS="$LIBS"
c63c7106 16707LIBS="-lsocket $LIBS"
698dcdb6 16708cat > conftest.$ac_ext <<EOF
6f754473 16709#line 16710 "configure"
c63c7106
VZ
16710#include "confdefs.h"
16711/* Override any gcc2 internal prototype to avoid an error. */
16712/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16713 builtin and then its argument prototype would still apply. */
16714char socket();
16715
16716int main() {
16717socket()
16718; return 0; }
16719EOF
6f754473 16720if { (eval echo configure:16721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16721 rm -rf conftest*
16722 eval "ac_cv_lib_$ac_lib_var=yes"
16723else
16724 echo "configure: failed program was:" >&5
16725 cat conftest.$ac_ext >&5
16726 rm -rf conftest*
16727 eval "ac_cv_lib_$ac_lib_var=no"
16728fi
16729rm -f conftest*
16730LIBS="$ac_save_LIBS"
16731
16732fi
16733if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16734 echo "$ac_t""yes" 1>&6
c63c7106 16735 INET_LINK="$INET_LINK -lsocket"
c63c7106 16736else
698dcdb6 16737 echo "$ac_t""no" 1>&6
afc31813 16738
3a922bb4
RL
16739 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16740 wxUSE_SOCKETS=no
16741
698dcdb6 16742
6232543b 16743fi
b089607b 16744
3a922bb4 16745
1e487827 16746fi
afc31813 16747
3a922bb4 16748 fi
51a9faba 16749
3a922bb4
RL
16750
16751 if test "$wxUSE_SOCKETS" = "yes" ; then
16752 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
6f754473 16753echo "configure:16754: checking what is the type of the third argument of getsockname" >&5
698dcdb6
VZ
16754if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16755 echo $ac_n "(cached) $ac_c" 1>&6
16756else
16757
3a922bb4
RL
16758
16759 ac_ext=C
698dcdb6 16760# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 16761ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
16762ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16763ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16764cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 16765
698dcdb6 16766
3a922bb4 16767 cat > conftest.$ac_ext <<EOF
6f754473 16768#line 16769 "configure"
afc31813 16769#include "confdefs.h"
51a9faba 16770
3a922bb4
RL
16771 #include <sys/types.h>
16772 #include <sys/socket.h>
16773
698dcdb6 16774int main() {
51a9faba 16775
3a922bb4
RL
16776 socklen_t len;
16777 getsockname(0, 0, &len);
16778
698dcdb6
VZ
16779; return 0; }
16780EOF
6f754473 16781if { (eval echo configure:16782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16782 rm -rf conftest*
51a9faba 16783 wx_cv_type_getsockname3=socklen_t
afc31813 16784else
698dcdb6
VZ
16785 echo "configure: failed program was:" >&5
16786 cat conftest.$ac_ext >&5
16787 rm -rf conftest*
16788 cat > conftest.$ac_ext <<EOF
6f754473 16789#line 16790 "configure"
afc31813 16790#include "confdefs.h"
51a9faba 16791
3a922bb4
RL
16792 #include <sys/types.h>
16793 #include <sys/socket.h>
16794
698dcdb6 16795int main() {
51a9faba 16796
3a922bb4
RL
16797 size_t len;
16798 getsockname(0, 0, &len);
16799
698dcdb6
VZ
16800; return 0; }
16801EOF
6f754473 16802if { (eval echo configure:16803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16803 rm -rf conftest*
51a9faba 16804 wx_cv_type_getsockname3=size_t
afc31813 16805else
698dcdb6
VZ
16806 echo "configure: failed program was:" >&5
16807 cat conftest.$ac_ext >&5
16808 rm -rf conftest*
16809 cat > conftest.$ac_ext <<EOF
6f754473 16810#line 16811 "configure"
afc31813 16811#include "confdefs.h"
51a9faba 16812
3a922bb4
RL
16813 #include <sys/types.h>
16814 #include <sys/socket.h>
16815
698dcdb6 16816int main() {
51a9faba 16817
3a922bb4
RL
16818 int len;
16819 getsockname(0, 0, &len);
16820
698dcdb6
VZ
16821; return 0; }
16822EOF
6f754473 16823if { (eval echo configure:16824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16824 rm -rf conftest*
51a9faba 16825 wx_cv_type_getsockname3=int
afc31813 16826else
698dcdb6
VZ
16827 echo "configure: failed program was:" >&5
16828 cat conftest.$ac_ext >&5
16829 rm -rf conftest*
16830 wx_cv_type_getsockname3=unknown
3a922bb4 16831
afc31813 16832fi
698dcdb6 16833rm -f conftest*
3a922bb4 16834
afc31813 16835fi
698dcdb6 16836rm -f conftest*
3a922bb4 16837
afc31813 16838fi
698dcdb6 16839rm -f conftest*
51a9faba 16840
3a922bb4 16841 ac_ext=c
698dcdb6 16842# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
afc31813 16843ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
16844ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16845ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16846cross_compiling=$ac_cv_prog_cc_cross
afc31813 16847
3a922bb4 16848
51a9faba 16849fi
698dcdb6
VZ
16850
16851echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
51a9faba 16852
3a922bb4
RL
16853 if test "$wx_cv_type_getsockname3" = "unknown"; then
16854 wxUSE_SOCKETS=no
16855 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16856 else
16857 cat >> confdefs.h <<EOF
51a9faba
VZ
16858#define SOCKLEN_T $wx_cv_type_getsockname3
16859EOF
16860
3a922bb4 16861 fi
51a9faba
VZ
16862 fi
16863fi
afc31813 16864
51a9faba 16865if test "$wxUSE_SOCKETS" = "yes" ; then
698dcdb6 16866 cat >> confdefs.h <<\EOF
afc31813
VZ
16867#define wxUSE_SOCKETS 1
16868EOF
16869
70f7a477 16870 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
16871fi
16872
698dcdb6 16873
dc3d889d
VZ
16874if test "$wxUSE_GUI" = "yes"; then
16875
3a922bb4
RL
16876 if test "$TOOLKIT" != "MSW"; then
16877 if test "$wxUSE_JOYSTICK" = "yes"; then
16878 for ac_hdr in linux/joystick.h
10f2d63a 16879do
698dcdb6
VZ
16880ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16881echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 16882echo "configure:16883: checking for $ac_hdr" >&5
698dcdb6
VZ
16883if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16884 echo $ac_n "(cached) $ac_c" 1>&6
16885else
16886 cat > conftest.$ac_ext <<EOF
6f754473 16887#line 16888 "configure"
10f2d63a 16888#include "confdefs.h"
698dcdb6
VZ
16889#include <$ac_hdr>
16890EOF
16891ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 16892{ (eval echo configure:16893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
16893ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16894if test -z "$ac_err"; then
16895 rm -rf conftest*
16896 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 16897else
698dcdb6
VZ
16898 echo "$ac_err" >&5
16899 echo "configure: failed program was:" >&5
10f2d63a 16900 cat conftest.$ac_ext >&5
698dcdb6
VZ
16901 rm -rf conftest*
16902 eval "ac_cv_header_$ac_safe=no"
10f2d63a 16903fi
698dcdb6 16904rm -f conftest*
10f2d63a 16905fi
698dcdb6
VZ
16906if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16907 echo "$ac_t""yes" 1>&6
16908 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16909 cat >> confdefs.h <<EOF
16910#define $ac_tr_hdr 1
10f2d63a 16911EOF
698dcdb6
VZ
16912
16913else
16914 echo "$ac_t""no" 1>&6
10f2d63a
VZ
16915fi
16916done
16917
3a922bb4
RL
16918 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
16919 wxUSE_JOYSTICK=no
16920 echo "configure: warning: Joystick not supported by this system" 1>&2
16921 fi
16922 fi
16923 fi
b089607b 16924
3a922bb4
RL
16925 if test "$wxUSE_JOYSTICK" = "yes"; then
16926 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16927#define wxUSE_JOYSTICK 1
16928EOF
16929
3a922bb4
RL
16930 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
16931 fi
dc3d889d
VZ
16932fi
16933
698dcdb6 16934
b089607b
VZ
16935if test "$TOOLKIT" != "MSW"; then
16936
3a922bb4
RL
16937 HAVE_DL_FUNCS=0
16938 HAVE_SHL_FUNCS=0
16939 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
16940 if test "$USE_DARWIN" = 1; then
16941 HAVE_DL_FUNCS=1
16942 else
16943 for ac_func in dlopen
10f2d63a 16944do
698dcdb6 16945echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 16946echo "configure:16947: checking for $ac_func" >&5
698dcdb6
VZ
16947if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16948 echo $ac_n "(cached) $ac_c" 1>&6
16949else
16950 cat > conftest.$ac_ext <<EOF
6f754473 16951#line 16952 "configure"
10f2d63a
VZ
16952#include "confdefs.h"
16953/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16954 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
16955#include <assert.h>
16956/* Override any gcc2 internal prototype to avoid an error. */
16957/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16958 builtin and then its argument prototype would still apply. */
16959char $ac_func();
16960
16961int main() {
10f2d63a
VZ
16962
16963/* The GNU C library defines this for functions which it implements
16964 to always fail with ENOSYS. Some functions are actually named
16965 something starting with __ and the normal name is an alias. */
16966#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16967choke me
16968#else
698dcdb6 16969$ac_func();
10f2d63a
VZ
16970#endif
16971
698dcdb6
VZ
16972; return 0; }
16973EOF
6f754473 16974if { (eval echo configure:16975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16975 rm -rf conftest*
16976 eval "ac_cv_func_$ac_func=yes"
16977else
16978 echo "configure: failed program was:" >&5
16979 cat conftest.$ac_ext >&5
16980 rm -rf conftest*
16981 eval "ac_cv_func_$ac_func=no"
16982fi
16983rm -f conftest*
16984fi
16985
16986if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16987 echo "$ac_t""yes" 1>&6
16988 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16989 cat >> confdefs.h <<EOF
16990#define $ac_tr_func 1
16991EOF
16992
3a922bb4 16993 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16994#define HAVE_DLOPEN 1
16995EOF
16996
3a922bb4
RL
16997 HAVE_DL_FUNCS=1
16998
10f2d63a 16999else
698dcdb6
VZ
17000 echo "$ac_t""no" 1>&6
17001echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
6f754473 17002echo "configure:17003: checking for dlopen in -ldl" >&5
698dcdb6
VZ
17003ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
17004if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17005 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 17006else
698dcdb6 17007 ac_save_LIBS="$LIBS"
10f2d63a 17008LIBS="-ldl $LIBS"
698dcdb6 17009cat > conftest.$ac_ext <<EOF
6f754473 17010#line 17011 "configure"
10f2d63a
VZ
17011#include "confdefs.h"
17012/* Override any gcc2 internal prototype to avoid an error. */
17013/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17014 builtin and then its argument prototype would still apply. */
17015char dlopen();
17016
17017int main() {
17018dlopen()
17019; return 0; }
17020EOF
6f754473 17021if { (eval echo configure:17022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17022 rm -rf conftest*
17023 eval "ac_cv_lib_$ac_lib_var=yes"
17024else
17025 echo "configure: failed program was:" >&5
17026 cat conftest.$ac_ext >&5
17027 rm -rf conftest*
17028 eval "ac_cv_lib_$ac_lib_var=no"
17029fi
17030rm -f conftest*
17031LIBS="$ac_save_LIBS"
17032
17033fi
17034if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17035 echo "$ac_t""yes" 1>&6
17036
3a922bb4 17037 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17038#define HAVE_DLOPEN 1
17039EOF
17040
3a922bb4
RL
17041 HAVE_DL_FUNCS=1
17042 LIBS="$LIBS -ldl"
17043
10f2d63a 17044else
698dcdb6 17045 echo "$ac_t""no" 1>&6
10f2d63a 17046
3a922bb4 17047 for ac_func in shl_load
10f2d63a 17048do
698dcdb6 17049echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 17050echo "configure:17051: checking for $ac_func" >&5
698dcdb6
VZ
17051if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17052 echo $ac_n "(cached) $ac_c" 1>&6
17053else
17054 cat > conftest.$ac_ext <<EOF
6f754473 17055#line 17056 "configure"
10f2d63a
VZ
17056#include "confdefs.h"
17057/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 17058 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
17059#include <assert.h>
17060/* Override any gcc2 internal prototype to avoid an error. */
17061/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17062 builtin and then its argument prototype would still apply. */
17063char $ac_func();
17064
17065int main() {
10f2d63a
VZ
17066
17067/* The GNU C library defines this for functions which it implements
17068 to always fail with ENOSYS. Some functions are actually named
17069 something starting with __ and the normal name is an alias. */
17070#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17071choke me
17072#else
698dcdb6 17073$ac_func();
10f2d63a
VZ
17074#endif
17075
698dcdb6
VZ
17076; return 0; }
17077EOF
6f754473 17078if { (eval echo configure:17079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17079 rm -rf conftest*
17080 eval "ac_cv_func_$ac_func=yes"
17081else
17082 echo "configure: failed program was:" >&5
17083 cat conftest.$ac_ext >&5
17084 rm -rf conftest*
17085 eval "ac_cv_func_$ac_func=no"
17086fi
17087rm -f conftest*
17088fi
17089
17090if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17091 echo "$ac_t""yes" 1>&6
17092 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17093 cat >> confdefs.h <<EOF
17094#define $ac_tr_func 1
17095EOF
17096
3a922bb4 17097 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17098#define HAVE_SHL_LOAD 1
17099EOF
17100
3a922bb4
RL
17101 HAVE_SHL_FUNCS=1
17102
10f2d63a 17103else
698dcdb6
VZ
17104 echo "$ac_t""no" 1>&6
17105echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
6f754473 17106echo "configure:17107: checking for dld in -lshl_load" >&5
698dcdb6
VZ
17107ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
17108if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17109 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 17110else
698dcdb6 17111 ac_save_LIBS="$LIBS"
f6bcfd97 17112LIBS="-lshl_load $LIBS"
698dcdb6 17113cat > conftest.$ac_ext <<EOF
6f754473 17114#line 17115 "configure"
f6bcfd97
BP
17115#include "confdefs.h"
17116/* Override any gcc2 internal prototype to avoid an error. */
17117/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17118 builtin and then its argument prototype would still apply. */
17119char dld();
17120
17121int main() {
17122dld()
17123; return 0; }
17124EOF
6f754473 17125if { (eval echo configure:17126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17126 rm -rf conftest*
17127 eval "ac_cv_lib_$ac_lib_var=yes"
17128else
17129 echo "configure: failed program was:" >&5
17130 cat conftest.$ac_ext >&5
17131 rm -rf conftest*
17132 eval "ac_cv_lib_$ac_lib_var=no"
17133fi
17134rm -f conftest*
17135LIBS="$ac_save_LIBS"
f6bcfd97 17136
698dcdb6
VZ
17137fi
17138if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17139 echo "$ac_t""yes" 1>&6
17140
3a922bb4
RL
17141 HAVE_SHL_FUNCS=1
17142 LIBS="$LIBS -ldld"
17143
698dcdb6
VZ
17144else
17145 echo "$ac_t""no" 1>&6
f6bcfd97
BP
17146fi
17147
3a922bb4 17148
10f2d63a
VZ
17149fi
17150done
17151
3a922bb4 17152
10f2d63a
VZ
17153fi
17154
3a922bb4 17155
10f2d63a
VZ
17156fi
17157done
17158
1e487827 17159
3a922bb4
RL
17160 if test "$HAVE_DL_FUNCS" = 1; then
17161 for ac_func in dlerror
f6bcfd97 17162do
698dcdb6 17163echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6f754473 17164echo "configure:17165: checking for $ac_func" >&5
698dcdb6
VZ
17165if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17166 echo $ac_n "(cached) $ac_c" 1>&6
17167else
17168 cat > conftest.$ac_ext <<EOF
6f754473 17169#line 17170 "configure"
f6bcfd97
BP
17170#include "confdefs.h"
17171/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 17172 which can conflict with char $ac_func(); below. */
f6bcfd97
BP
17173#include <assert.h>
17174/* Override any gcc2 internal prototype to avoid an error. */
17175/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17176 builtin and then its argument prototype would still apply. */
17177char $ac_func();
17178
17179int main() {
f6bcfd97
BP
17180
17181/* The GNU C library defines this for functions which it implements
17182 to always fail with ENOSYS. Some functions are actually named
17183 something starting with __ and the normal name is an alias. */
17184#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17185choke me
17186#else
698dcdb6 17187$ac_func();
f6bcfd97
BP
17188#endif
17189
698dcdb6
VZ
17190; return 0; }
17191EOF
6f754473 17192if { (eval echo configure:17193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17193 rm -rf conftest*
17194 eval "ac_cv_func_$ac_func=yes"
17195else
17196 echo "configure: failed program was:" >&5
17197 cat conftest.$ac_ext >&5
17198 rm -rf conftest*
17199 eval "ac_cv_func_$ac_func=no"
17200fi
17201rm -f conftest*
17202fi
17203
17204if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17205 echo "$ac_t""yes" 1>&6
17206 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17207 cat >> confdefs.h <<EOF
17208#define $ac_tr_func 1
17209EOF
17210 cat >> confdefs.h <<\EOF
f6bcfd97
BP
17211#define HAVE_DLERROR 1
17212EOF
17213
17214else
698dcdb6
VZ
17215 echo "$ac_t""no" 1>&6
17216echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
6f754473 17217echo "configure:17218: checking for dlerror in -ldl" >&5
698dcdb6
VZ
17218ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17219if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17220 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 17221else
698dcdb6 17222 ac_save_LIBS="$LIBS"
f6bcfd97 17223LIBS="-ldl $LIBS"
698dcdb6 17224cat > conftest.$ac_ext <<EOF
6f754473 17225#line 17226 "configure"
f6bcfd97
BP
17226#include "confdefs.h"
17227/* Override any gcc2 internal prototype to avoid an error. */
17228/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17229 builtin and then its argument prototype would still apply. */
17230char dlerror();
17231
17232int main() {
17233dlerror()
17234; return 0; }
17235EOF
6f754473 17236if { (eval echo configure:17237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17237 rm -rf conftest*
17238 eval "ac_cv_lib_$ac_lib_var=yes"
17239else
17240 echo "configure: failed program was:" >&5
17241 cat conftest.$ac_ext >&5
17242 rm -rf conftest*
17243 eval "ac_cv_lib_$ac_lib_var=no"
17244fi
17245rm -f conftest*
17246LIBS="$ac_save_LIBS"
17247
17248fi
17249if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17250 echo "$ac_t""yes" 1>&6
17251 cat >> confdefs.h <<\EOF
f6bcfd97
BP
17252#define HAVE_DLERROR 1
17253EOF
17254
698dcdb6
VZ
17255else
17256 echo "$ac_t""no" 1>&6
f6bcfd97
BP
17257fi
17258
17259fi
17260done
17261
3a922bb4
RL
17262 fi
17263 fi
f6bcfd97 17264
3a922bb4
RL
17265 if test "$HAVE_DL_FUNCS" = 0; then
17266 if test "$HAVE_SHL_FUNCS" = 0; then
17267 if test "$USE_UNIX" = 1; then
17268 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17269 wxUSE_DYNLIB_CLASS=no
17270 else
17271 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17272 fi
17273 fi
10f2d63a
VZ
17274 fi
17275 fi
17276fi
17277
17278if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
698dcdb6 17279 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17280#define wxUSE_DYNLIB_CLASS 1
17281EOF
17282
b12915c1
VZ
17283else
17284 wxUSE_ODBC=no
17285 wxUSE_SERIAL=no
10f2d63a
VZ
17286fi
17287
698dcdb6 17288
1e6feb95
VZ
17289if test "$wxUSE_FONTMAP" = "yes" ; then
17290 cat >> confdefs.h <<\EOF
17291#define wxUSE_FONTMAP 1
17292EOF
17293
17294fi
17295
10f2d63a 17296if test "$wxUSE_UNICODE" = "yes" ; then
698dcdb6 17297 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17298#define wxUSE_UNICODE 1
17299EOF
17300
17301fi
17302
10f2d63a 17303if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
698dcdb6 17304 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17305#define wxUSE_EXPERIMENTAL_PRINTF 1
17306EOF
17307
17308fi
17309
698dcdb6 17310
b12915c1 17311if test "$wxUSE_SERIAL" = "yes" ; then
698dcdb6 17312 cat >> confdefs.h <<\EOF
b12915c1
VZ
17313#define wxUSE_SERIAL 1
17314EOF
17315
17316fi
17317
698dcdb6 17318
10f2d63a
VZ
17319IODBC_C_SRC=""
17320if test "$wxUSE_ODBC" = "yes" ; then
698dcdb6 17321 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17322#define wxUSE_ODBC 1
17323EOF
17324
17325 WXODBCFLAG="-D_IODBC_"
17326 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
10f2d63a
VZ
17327fi
17328
698dcdb6 17329
10f2d63a 17330if test "$wxUSE_POSTSCRIPT" = "yes" ; then
698dcdb6 17331 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17332#define wxUSE_POSTSCRIPT 1
17333EOF
17334
17335fi
17336
698dcdb6 17337cat >> confdefs.h <<\EOF
10f2d63a
VZ
17338#define wxUSE_AFM_FOR_POSTSCRIPT 1
17339EOF
17340
698dcdb6
VZ
17341
17342cat >> confdefs.h <<\EOF
10f2d63a
VZ
17343#define wxUSE_NORMALIZED_PS_FONTS 1
17344EOF
17345
698dcdb6
VZ
17346
17347
10f2d63a 17348if test "$wxUSE_CONSTRAINTS" = "yes"; then
698dcdb6 17349 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17350#define wxUSE_CONSTRAINTS 1
17351EOF
17352
17353 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
17354fi
17355
17356if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
fc26f4ab
RL
17357 if test "$wxUSE_UNIVERSAL" = "yes"; then
17358 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17359 wxUSE_MDI_ARCHITECTURE=no
17360 fi
17361
17362 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17363 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17364#define wxUSE_MDI_ARCHITECTURE 1
17365EOF
17366
fc26f4ab
RL
17367 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
17368 fi
10f2d63a
VZ
17369fi
17370
17371if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
698dcdb6 17372 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17373#define wxUSE_DOC_VIEW_ARCHITECTURE 1
17374EOF
17375
17376 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
17377 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17378 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
17379 fi
17380fi
17381
17382if test "$wxUSE_HELP" = "yes"; then
698dcdb6 17383 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17384#define wxUSE_HELP 1
17385EOF
17386
17387 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
3379ed37 17388
3e44f09d 17389 if test "$USE_WIN32" = 1; then
031d8228 17390 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
29fd3c0c
VS
17391 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17392echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
6f754473 17393echo "configure:17394: checking for htmlhelp.h" >&5
29fd3c0c
VS
17394if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17395 echo $ac_n "(cached) $ac_c" 1>&6
17396else
17397 cat > conftest.$ac_ext <<EOF
6f754473 17398#line 17399 "configure"
29fd3c0c
VS
17399#include "confdefs.h"
17400#include <htmlhelp.h>
17401EOF
17402ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 17403{ (eval echo configure:17404: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
29fd3c0c
VS
17404ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17405if test -z "$ac_err"; then
17406 rm -rf conftest*
17407 eval "ac_cv_header_$ac_safe=yes"
17408else
17409 echo "$ac_err" >&5
17410 echo "configure: failed program was:" >&5
17411 cat conftest.$ac_ext >&5
17412 rm -rf conftest*
17413 eval "ac_cv_header_$ac_safe=no"
17414fi
17415rm -f conftest*
17416fi
17417if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17418 echo "$ac_t""yes" 1>&6
17419
17420 cat >> confdefs.h <<\EOF
17421#define wxUSE_MS_HTML_HELP 1
17422EOF
17423
17424
17425else
17426 echo "$ac_t""no" 1>&6
17427
fc26f4ab 17428 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
29fd3c0c
VS
17429 wxUSE_MS_HTML_HELP=no
17430
17431fi
17432
3e44f09d 17433 fi
3379ed37 17434 fi
031d8228
VS
17435
17436 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17437 if test "$wxUSE_HTML" = "yes"; then
17438 cat >> confdefs.h <<\EOF
17439#define wxUSE_WXHTML_HELP 1
17440EOF
17441
17442 else
17443 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17444 wxUSE_WXHTML_HELP=no
17445 fi
17446 fi
10f2d63a
VZ
17447fi
17448
17449if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17450 if test "$wxUSE_CONSTRAINTS" != "yes"; then
698dcdb6 17451 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
10f2d63a 17452 else
698dcdb6 17453 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17454#define wxUSE_PRINTING_ARCHITECTURE 1
17455EOF
17456
17457 fi
17458 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
17459fi
17460
17461if test "$wxUSE_PROLOGIO" = "yes" ; then
698dcdb6 17462 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17463#define wxUSE_PROLOGIO 1
17464EOF
17465
17466fi
17467
17468if test "$wxUSE_RESOURCES" = "yes" ; then
3379ed37 17469 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17470#define wxUSE_RESOURCES 1
17471EOF
17472
3379ed37 17473 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
10f2d63a
VZ
17474fi
17475
17476if test "$wxUSE_X_RESOURCES" = "yes"; then
698dcdb6 17477 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17478#define wxUSE_X_RESOURCES 1
17479EOF
17480
17481fi
17482
698dcdb6 17483
3a922bb4
RL
17484if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
17485 -o "$wxUSE_CLIPBOARD" = "yes" \
17486 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
2b9bdf71 17487 for ac_hdr in ole2.h
10f2d63a 17488do
698dcdb6
VZ
17489ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17490echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6f754473 17491echo "configure:17492: checking for $ac_hdr" >&5
698dcdb6
VZ
17492if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17493 echo $ac_n "(cached) $ac_c" 1>&6
17494else
17495 cat > conftest.$ac_ext <<EOF
6f754473 17496#line 17497 "configure"
10f2d63a 17497#include "confdefs.h"
698dcdb6
VZ
17498#include <$ac_hdr>
17499EOF
17500ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6f754473 17501{ (eval echo configure:17502: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
17502ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17503if test -z "$ac_err"; then
17504 rm -rf conftest*
17505 eval "ac_cv_header_$ac_safe=yes"
1e487827 17506else
698dcdb6
VZ
17507 echo "$ac_err" >&5
17508 echo "configure: failed program was:" >&5
10f2d63a 17509 cat conftest.$ac_ext >&5
698dcdb6
VZ
17510 rm -rf conftest*
17511 eval "ac_cv_header_$ac_safe=no"
10f2d63a 17512fi
698dcdb6 17513rm -f conftest*
10f2d63a 17514fi
698dcdb6
VZ
17515if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17516 echo "$ac_t""yes" 1>&6
17517 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17518 cat >> confdefs.h <<EOF
17519#define $ac_tr_hdr 1
10f2d63a 17520EOF
698dcdb6
VZ
17521
17522else
17523 echo "$ac_t""no" 1>&6
10f2d63a
VZ
17524fi
17525done
17526
698dcdb6 17527
2b9bdf71
VZ
17528 if test "$ac_cv_header_ole2_h" = "yes" ; then
17529 if test "$GCC" = yes ; then
17530 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
2b9bdf71
VZ
17531 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17532 LIBS="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17533 cat >> confdefs.h <<\EOF
4f11a343
VS
17534#define wxUSE_OLE 1
17535EOF
17536
b64f0a5f 17537
2b9bdf71
VZ
17538 fi
17539
17540 cat >> confdefs.h <<\EOF
17541#define wxUSE_DATAOBJ 1
17542EOF
17543
17544 else
17545 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17546
17547 wxUSE_CLIPBOARD=no
17548 wxUSE_DRAG_AND_DROP=no
17549 wxUSE_DATAOBJ=no
17550 fi
17551
17552 if test "$wxUSE_METAFILE" = "yes"; then
17553 cat >> confdefs.h <<\EOF
b64f0a5f
RL
17554#define wxUSE_METAFILE 1
17555EOF
17556
2b9bdf71
VZ
17557
17558 cat >> confdefs.h <<\EOF
b64f0a5f
RL
17559#define wxUSE_ENH_METAFILE 1
17560EOF
17561
2b9bdf71
VZ
17562 fi
17563fi
17564
17565if test "$wxUSE_IPC" = "yes"; then
17566 if test "$wxUSE_SOCKETS" != "yes"; then
17567 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17568 fi
17569
17570 cat >> confdefs.h <<\EOF
17571#define wxUSE_IPC 1
17572EOF
17573
17574fi
17575
17576if test "$wxUSE_CLIPBOARD" = "yes"; then
17577 cat >> confdefs.h <<\EOF
17578#define wxUSE_CLIPBOARD 1
17579EOF
17580
673f4220 17581
e33ef661 17582 cat >> confdefs.h <<\EOF
673f4220
VZ
17583#define wxUSE_DATAOBJ 1
17584EOF
17585
2b9bdf71
VZ
17586fi
17587
17588if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17589 if test "$wxUSE_GTK" = 1; then
17590 if test "$WXGTK12" != 1; then
17591 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
10f2d63a
VZ
17592 wxUSE_DRAG_AND_DROP=no
17593 fi
17594 fi
17595
2b9bdf71
VZ
17596 if test "$wxUSE_MOTIF" = 1; then
17597 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17598 wxUSE_DRAG_AND_DROP=no
17599 fi
17600
17601 if test "$wxUSE_MAC" = 1; then
17602 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17603 wxUSE_DRAG_AND_DROP=no
17604 fi
17605
10f2d63a 17606 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
698dcdb6 17607 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17608#define wxUSE_DRAG_AND_DROP 1
17609EOF
17610
17611 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
17612 fi
17613
17614fi
17615
17616if test "$wxUSE_SPLINES" = "yes" ; then
698dcdb6 17617 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17618#define wxUSE_SPLINES 1
17619EOF
17620
17621fi
17622
698dcdb6 17623
1e6feb95
VZ
17624USES_CONTROLS=0
17625if test "$wxUSE_CONTROLS" = "yes"; then
17626 USES_CONTROLS=1
17627fi
17628
10f2d63a 17629if test "$wxUSE_ACCEL" = "yes"; then
698dcdb6 17630 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17631#define wxUSE_ACCEL 1
17632EOF
17633
1e6feb95
VZ
17634 USES_CONTROLS=1
17635fi
17636
17637if test "$wxUSE_BUTTON" = "yes"; then
17638 cat >> confdefs.h <<\EOF
17639#define wxUSE_BUTTON 1
17640EOF
17641
17642 USES_CONTROLS=1
17643fi
17644
17645if test "$wxUSE_BMPBUTTON" = "yes"; then
17646 cat >> confdefs.h <<\EOF
17647#define wxUSE_BMPBUTTON 1
17648EOF
17649
17650 USES_CONTROLS=1
17651fi
17652
17653if test "$wxUSE_CALCTRL" = "yes"; then
17654 cat >> confdefs.h <<\EOF
17655#define wxUSE_CALENDARCTRL 1
17656EOF
17657
17658 USES_CONTROLS=1
17659 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
10f2d63a
VZ
17660fi
17661
17662if test "$wxUSE_CARET" = "yes"; then
698dcdb6 17663 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17664#define wxUSE_CARET 1
17665EOF
17666
1e6feb95 17667 USES_CONTROLS=1
10f2d63a
VZ
17668 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
17669fi
17670
17671if test "$wxUSE_COMBOBOX" = "yes"; then
698dcdb6 17672 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17673#define wxUSE_COMBOBOX 1
17674EOF
17675
1e6feb95 17676 USES_CONTROLS=1
10f2d63a
VZ
17677fi
17678
17679if test "$wxUSE_CHOICE" = "yes"; then
698dcdb6 17680 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17681#define wxUSE_CHOICE 1
17682EOF
17683
1e6feb95 17684 USES_CONTROLS=1
10f2d63a
VZ
17685fi
17686
17687if test "$wxUSE_CHECKBOX" = "yes"; then
698dcdb6 17688 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17689#define wxUSE_CHECKBOX 1
17690EOF
17691
1e6feb95 17692 USES_CONTROLS=1
10f2d63a
VZ
17693fi
17694
17695if test "$wxUSE_CHECKLST" = "yes"; then
698dcdb6 17696 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17697#define wxUSE_CHECKLISTBOX 1
17698EOF
17699
1e6feb95 17700 USES_CONTROLS=1
10f2d63a
VZ
17701 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
17702fi
17703
17704if test "$wxUSE_GAUGE" = "yes"; then
698dcdb6 17705 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17706#define wxUSE_GAUGE 1
17707EOF
17708
1e6feb95 17709 USES_CONTROLS=1
10f2d63a
VZ
17710fi
17711
d6a55c4b
VZ
17712if test "$wxUSE_NEW_GRID" = "yes"; then
17713 wxUSE_GRID="yes"
698dcdb6 17714 cat >> confdefs.h <<\EOF
d6a55c4b 17715#define wxUSE_NEW_GRID 1
10f2d63a
VZ
17716EOF
17717
1e6feb95 17718 USES_CONTROLS=1
d6a55c4b 17719 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
10f2d63a
VZ
17720fi
17721
d6a55c4b 17722if test "$wxUSE_GRID" = "yes"; then
698dcdb6 17723 cat >> confdefs.h <<\EOF
d6a55c4b 17724#define wxUSE_GRID 1
10f2d63a
VZ
17725EOF
17726
1e6feb95 17727 USES_CONTROLS=1
d6a55c4b 17728 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
17729fi
17730
17731if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17732 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17733#define wxUSE_IMAGLIST 1
17734EOF
17735
17736fi
17737
17738if test "$wxUSE_LISTBOX" = "yes"; then
698dcdb6 17739 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17740#define wxUSE_LISTBOX 1
17741EOF
17742
1e6feb95 17743 USES_CONTROLS=1
10f2d63a
VZ
17744fi
17745
17746if test "$wxUSE_LISTCTRL" = "yes"; then
17747 if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17748 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17749#define wxUSE_LISTCTRL 1
17750EOF
17751
1e6feb95 17752 USES_CONTROLS=1
10f2d63a
VZ
17753 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
17754 else
698dcdb6 17755 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
10f2d63a
VZ
17756 fi
17757fi
17758
17759if test "$wxUSE_NOTEBOOK" = "yes"; then
698dcdb6 17760 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17761#define wxUSE_NOTEBOOK 1
17762EOF
17763
1e6feb95 17764 USES_CONTROLS=1
10f2d63a
VZ
17765 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
17766fi
17767
24176f2c
GD
17768if test "$wxUSE_PROPSHEET" = "yes"; then
17769 cat >> confdefs.h <<\EOF
17770#define wxUSE_PROPSHEET 1
17771EOF
17772
17773 USES_CONTROLS=1
17774 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
17775fi
17776
10f2d63a 17777if test "$wxUSE_RADIOBOX" = "yes"; then
698dcdb6 17778 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17779#define wxUSE_RADIOBOX 1
17780EOF
17781
1e6feb95 17782 USES_CONTROLS=1
10f2d63a
VZ
17783fi
17784
17785if test "$wxUSE_RADIOBTN" = "yes"; then
698dcdb6 17786 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17787#define wxUSE_RADIOBTN 1
17788EOF
17789
1e6feb95 17790 USES_CONTROLS=1
10f2d63a
VZ
17791fi
17792
17793if test "$wxUSE_SASH" = "yes"; then
698dcdb6 17794 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17795#define wxUSE_SASH 1
17796EOF
17797
17798 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
17799fi
17800
17801if test "$wxUSE_SCROLLBAR" = "yes"; then
698dcdb6 17802 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17803#define wxUSE_SCROLLBAR 1
17804EOF
17805
1e6feb95 17806 USES_CONTROLS=1
741a9306 17807 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
17808fi
17809
17810if test "$wxUSE_SLIDER" = "yes"; then
698dcdb6 17811 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17812#define wxUSE_SLIDER 1
17813EOF
17814
1e6feb95 17815 USES_CONTROLS=1
10f2d63a
VZ
17816fi
17817
17818if test "$wxUSE_SPINBTN" = "yes"; then
698dcdb6 17819 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17820#define wxUSE_SPINBTN 1
17821EOF
17822
1e6feb95 17823 USES_CONTROLS=1
10f2d63a
VZ
17824fi
17825
56cfaa52 17826if test "$wxUSE_SPINCTRL" = "yes"; then
698dcdb6 17827 cat >> confdefs.h <<\EOF
56cfaa52
RR
17828#define wxUSE_SPINCTRL 1
17829EOF
17830
1e6feb95 17831 USES_CONTROLS=1
56cfaa52
RR
17832fi
17833
10f2d63a 17834if test "$wxUSE_SPLITTER" = "yes"; then
698dcdb6 17835 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17836#define wxUSE_SPLITTER 1
17837EOF
17838
17839 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
17840fi
17841
17842if test "$wxUSE_STATBMP" = "yes"; then
698dcdb6 17843 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17844#define wxUSE_STATBMP 1
17845EOF
17846
1e6feb95 17847 USES_CONTROLS=1
10f2d63a
VZ
17848fi
17849
17850if test "$wxUSE_STATBOX" = "yes"; then
698dcdb6 17851 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17852#define wxUSE_STATBOX 1
17853EOF
17854
1e6feb95
VZ
17855 USES_CONTROLS=1
17856fi
17857
17858if test "$wxUSE_STATTEXT" = "yes"; then
17859 cat >> confdefs.h <<\EOF
17860#define wxUSE_STATTEXT 1
17861EOF
17862
17863 USES_CONTROLS=1
10f2d63a
VZ
17864fi
17865
17866if test "$wxUSE_STATLINE" = "yes"; then
17867 if test "$wxUSE_WINE" = 1 ; then
698dcdb6 17868 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
10f2d63a 17869 else
698dcdb6 17870 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17871#define wxUSE_STATLINE 1
17872EOF
17873
1e6feb95 17874 USES_CONTROLS=1
10f2d63a
VZ
17875 fi
17876fi
17877
17878if test "$wxUSE_STATUSBAR" = "yes"; then
698dcdb6 17879 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17880#define wxUSE_STATUSBAR 1
17881EOF
17882
1e6feb95 17883 USES_CONTROLS=1
698dcdb6 17884
2286341c 17885 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
17886fi
17887
17888if test "$wxUSE_TABDIALOG" = "yes"; then
698dcdb6 17889 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17890#define wxUSE_TAB_DIALOG 1
17891EOF
17892
17893 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
17894fi
17895
1e6feb95
VZ
17896if test "$wxUSE_TEXTCTRL" = "yes"; then
17897 cat >> confdefs.h <<\EOF
17898#define wxUSE_TEXTCTRL 1
17899EOF
17900
17901 USES_CONTROLS=1
17902 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
17903fi
17904
1db8dc4a 17905if test "$wxUSE_TOGGLEBTN" = "yes"; then
fc26f4ab
RL
17906 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
17907 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
a45d7ab7
GD
17908 wxUSE_TOGGLEBTN=no
17909 fi
17910
17911 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17912 cat >> confdefs.h <<\EOF
1db8dc4a
VZ
17913#define wxUSE_TOGGLEBTN 1
17914EOF
17915
1e6feb95 17916 USES_CONTROLS=1
a45d7ab7 17917 fi
1db8dc4a
VZ
17918fi
17919
360d6699 17920if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
698dcdb6 17921 cat >> confdefs.h <<\EOF
360d6699
VZ
17922#define wxUSE_TOOLBAR_SIMPLE 1
17923EOF
17924
17925 wxUSE_TOOLBAR="yes"
1e6feb95 17926 USES_CONTROLS=1
360d6699
VZ
17927fi
17928
10f2d63a 17929if test "$wxUSE_TOOLBAR" = "yes"; then
698dcdb6 17930 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17931#define wxUSE_TOOLBAR 1
17932EOF
17933
1e6feb95 17934 USES_CONTROLS=1
698dcdb6 17935
360d6699
VZ
17936 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17937 wxUSE_TOOLBAR_NATIVE="yes"
17938 fi
17939
1e6feb95
VZ
17940 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17941 cat >> confdefs.h <<\EOF
360d6699
VZ
17942#define wxUSE_TOOLBAR_NATIVE 1
17943EOF
17944
1e6feb95
VZ
17945 USES_CONTROLS=1
17946 fi
17947
17948 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
360d6699
VZ
17949fi
17950
10f2d63a
VZ
17951if test "$wxUSE_TOOLTIPS" = "yes"; then
17952 if test "$wxUSE_MOTIF" = 1; then
698dcdb6 17953 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
10f2d63a
VZ
17954 else
17955 if test "$wxUSE_WINE" = 1; then
698dcdb6 17956 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
10f2d63a 17957 else
698dcdb6 17958 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17959#define wxUSE_TOOLTIPS 1
17960EOF
17961
17962 fi
17963 fi
17964fi
17965
17966if test "$wxUSE_TREECTRL" = "yes"; then
17967 if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17968 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17969#define wxUSE_TREECTRL 1
17970EOF
17971
1e6feb95 17972 USES_CONTROLS=1
10f2d63a
VZ
17973 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
17974 else
698dcdb6 17975 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
10f2d63a
VZ
17976 fi
17977fi
17978
9f41d601 17979if test "$wxUSE_POPUPWIN" = "yes"; then
6abe4b65
GD
17980 if test "$wxUSE_MAC" = 1; then
17981 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
17982 else
17983 cat >> confdefs.h <<\EOF
9f41d601
RR
17984#define wxUSE_POPUPWIN 1
17985EOF
17986
6abe4b65
GD
17987 USES_CONTROLS=1
17988 fi
9f41d601
RR
17989fi
17990
1e6feb95
VZ
17991if test "$USES_CONTROLS" = 1; then
17992 cat >> confdefs.h <<\EOF
17993#define wxUSE_CONTROLS 1
10f2d63a
VZ
17994EOF
17995
10f2d63a
VZ
17996fi
17997
1e6feb95 17998
24176f2c
GD
17999if test "$wxUSE_TREELAYOUT" = "yes"; then
18000 cat >> confdefs.h <<\EOF
18001#define wxUSE_TREELAYOUT 1
18002EOF
18003
18004 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
18005fi
1e6feb95 18006
24fd6d87
VZ
18007if test "$wxUSE_DRAGIMAGE" = "yes"; then
18008 cat >> confdefs.h <<\EOF
18009#define wxUSE_DRAGIMAGE 1
18010EOF
18011
18012 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
18013fi
18014
1e6feb95 18015if test "$wxUSE_MENUS" = "yes"; then
698dcdb6 18016 cat >> confdefs.h <<\EOF
1e6feb95 18017#define wxUSE_MENUS 1
10f2d63a
VZ
18018EOF
18019
1e6feb95 18020 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
10f2d63a
VZ
18021fi
18022
1e6feb95
VZ
18023if test "$wxUSE_METAFILE" = "yes"; then
18024 cat >> confdefs.h <<\EOF
18025#define wxUSE_METAFILE 1
10f2d63a
VZ
18026EOF
18027
10f2d63a
VZ
18028fi
18029
1e6feb95
VZ
18030if test "$wxUSE_MIMETYPE" = "yes"; then
18031 cat >> confdefs.h <<\EOF
18032#define wxUSE_MIMETYPE 1
10f2d63a
VZ
18033EOF
18034
10f2d63a
VZ
18035fi
18036
3e44f09d
VZ
18037if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
18038 cat >> confdefs.h <<\EOF
18039#define wxUSE_SYSTEM_OPTIONS 1
18040EOF
18041
18042fi
18043
10f2d63a 18044if test "$wxUSE_MINIFRAME" = "yes"; then
698dcdb6 18045 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18046#define wxUSE_MINIFRAME 1
18047EOF
18048
18049 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
18050fi
18051
18052if test "$wxUSE_HTML" = "yes"; then
698dcdb6 18053 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18054#define wxUSE_HTML 1
18055EOF
18056
18057 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
10f2d63a
VZ
18058fi
18059
18060if test "$wxUSE_VALIDATORS" = "yes"; then
698dcdb6 18061 cat >> confdefs.h <<\EOF
1e487827
VS
18062#define wxUSE_VALIDATORS 1
18063EOF
703e0a69 18064
698dcdb6
VZ
18065 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
18066fi
18067
edae8572
VZ
18068if test "$wxUSE_PALETTE" = "yes" ; then
18069 cat >> confdefs.h <<\EOF
18070#define wxUSE_PALETTE 1
18071EOF
18072
18073fi
18074
698dcdb6
VZ
18075if test "$wxUSE_IMAGE" = "yes" ; then
18076 cat >> confdefs.h <<\EOF
18077#define wxUSE_IMAGE 1
18078EOF
18079
18080fi
18081
18082if test "$wxUSE_GIF" = "yes" ; then
18083 cat >> confdefs.h <<\EOF
18084#define wxUSE_GIF 1
18085EOF
18086
18087fi
18088
18089if test "$wxUSE_PCX" = "yes" ; then
18090 cat >> confdefs.h <<\EOF
18091#define wxUSE_PCX 1
18092EOF
18093
18094fi
18095
18096if test "$wxUSE_PNM" = "yes" ; then
18097 cat >> confdefs.h <<\EOF
18098#define wxUSE_PNM 1
18099EOF
18100
18101fi
18102
18103if test "$wxUSE_XPM" = "yes" ; then
18104 cat >> confdefs.h <<\EOF
18105#define wxUSE_XPM 1
18106EOF
18107
18108fi
18109
18110
1e6feb95
VZ
18111if test "$wxUSE_CHOICEDLG" = "yes"; then
18112 cat >> confdefs.h <<\EOF
18113#define wxUSE_CHOICEDLG 1
18114EOF
18115
18116fi
18117
18118if test "$wxUSE_COLOURDLG" = "yes"; then
18119 cat >> confdefs.h <<\EOF
18120#define wxUSE_COLOURDLG 1
18121EOF
18122
18123fi
18124
18125if test "$wxUSE_FILEDLG" = "yes"; then
18126 cat >> confdefs.h <<\EOF
18127#define wxUSE_FILEDLG 1
18128EOF
18129
18130fi
18131
8db37e06
VZ
18132if test "$wxUSE_FINDREPLDLG" = "yes"; then
18133 cat >> confdefs.h <<\EOF
18134#define wxUSE_FINDREPLDLG 1
18135EOF
18136
18137fi
18138
1e6feb95
VZ
18139if test "$wxUSE_FONTDLG" = "yes"; then
18140 cat >> confdefs.h <<\EOF
18141#define wxUSE_FONTDLG 1
18142EOF
18143
18144fi
18145
18146if test "$wxUSE_DIRDLG" = "yes"; then
18147 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18148 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18149 else
18150 if test "$wxUSE_TREECTRL" != "yes"; then
18151 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18152 else
18153 cat >> confdefs.h <<\EOF
18154#define wxUSE_DIRDLG 1
18155EOF
18156
18157 fi
18158 fi
18159fi
18160
18161if test "$wxUSE_MSGDLG" = "yes"; then
18162 cat >> confdefs.h <<\EOF
18163#define wxUSE_MSGDLG 1
18164EOF
18165
18166fi
18167
18168if test "$wxUSE_NUMBERDLG" = "yes"; then
18169 cat >> confdefs.h <<\EOF
18170#define wxUSE_NUMBERDLG 1
18171EOF
18172
18173fi
18174
18175if test "$wxUSE_PROGRESSDLG" = "yes"; then
18176 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18177 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18178 else
18179 cat >> confdefs.h <<\EOF
18180#define wxUSE_PROGRESSDLG 1
18181EOF
18182
18183 fi
18184fi
18185
cbca9943
VZ
18186if test "$wxUSE_SPLASH" = "yes"; then
18187 cat >> confdefs.h <<\EOF
18188#define wxUSE_SPLASH 1
18189EOF
18190
18191fi
18192
1e6feb95
VZ
18193if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18194 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18195 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18196 else
18197 cat >> confdefs.h <<\EOF
18198#define wxUSE_STARTUP_TIPS 1
18199EOF
18200
18201 fi
18202fi
18203
18204if test "$wxUSE_TEXTDLG" = "yes"; then
18205 cat >> confdefs.h <<\EOF
18206#define wxUSE_TEXTDLG 1
18207EOF
18208
18209fi
18210
b1f5d087
VZ
18211if test "$wxUSE_WIZARDDLG" = "yes"; then
18212 cat >> confdefs.h <<\EOF
18213#define wxUSE_WIZARDDLG 1
18214EOF
18215
18216 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
18217fi
18218
1e6feb95 18219
698dcdb6
VZ
18220if test "$cross_compiling" = "yes"; then
18221 OSINFO="\"$host\""
18222else
18223 OSINFO=`uname -s -r -m`
18224 OSINFO="\"$OSINFO\""
18225fi
18226
18227cat >> confdefs.h <<EOF
18228#define WXWIN_OS_DESCRIPTION $OSINFO
18229EOF
18230
18231
18232
06dda230
VZ
18233if test "x$prefix" != "xNONE"; then
18234 wxPREFIX=$prefix
18235else
18236 wxPREFIX=$ac_default_prefix
18237fi
18238
7e67ed0d 18239cat >> confdefs.h <<EOF
06dda230 18240#define wxINSTALL_PREFIX "$wxPREFIX"
7e67ed0d
VZ
18241EOF
18242
18243
18244
698dcdb6 18245GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
698dcdb6
VZ
18246
18247EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
3a922bb4 18248
f11bdd03 18249if test "$wxUSE_MAC" = 1 ; then
698dcdb6
VZ
18250 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
18251fi
3a922bb4 18252
698dcdb6
VZ
18253if test "$wxUSE_GUI" = "yes"; then
18254 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
3a922bb4
RL
18255
18256
18257 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
18258 drawing dynamic erase event exec font image \
18259 minimal richedit rotate widgets"
18260
3a922bb4
RL
18261 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18262else
18263 SAMPLES_SUBDIRS="console"
698dcdb6
VZ
18264fi
18265
18266LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18267
d714471b 18268INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
3e44f09d
VZ
18269$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18270$FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
698dcdb6
VZ
18271
18272if test "$wxUSE_GTK" = 1; then
18273 WXCONFIG_INCLUDE=""
18274else
18275 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
18276fi
18277
18278if test "$GXX" = yes ; then
18279 CXXWARNINGS="-Wall"
18280 fi
18281EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18282
18283CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18284CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18285
18286LDFLAGS="$LDFLAGS $PROFILE"
18287
698dcdb6
VZ
18288SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18289
18290
18291
18292
18293
18294
18295
18296
18297
18298
18299
18300
18301
18302
18303
18304
18305
18306
18307
18308
18309
18310
18311
18312
18313
18314
18315
18316
18317
18318
18319
18320
18321
18322
18323
18324
18325
18326
18327
18328
18329
18330
18331
18332
18333
18334
18335
18336
18337
18338
18339
18340
18341
18342
18343
18344
18345
18346
18347
18348
18349
18350
18351
18352
18353
18354
18355
32832908 18356
2f51a9ec
GD
18357
18358
18359
18360
f6bcfd97 18361
dad6c0ea 18362
caa2c79b 18363
3711412e 18364
1e6feb95
VZ
18365
18366
0f3f1cbc 18367
18dbb1f6 18368
2baaf735 18369
e23081de 18370
10f2d63a
VZ
18371
18372
698dcdb6 18373echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
6f754473 18374echo "configure:18375: checking whether ${MAKE-make} sets \${MAKE}" >&5
698dcdb6
VZ
18375set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
18376if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18377 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 18378else
698dcdb6 18379 cat > conftestmake <<\EOF
10f2d63a
VZ
18380all:
18381 @echo 'ac_maketemp="${MAKE}"'
18382EOF
18383# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
698dcdb6 18384eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
10f2d63a
VZ
18385if test -n "$ac_maketemp"; then
18386 eval ac_cv_prog_make_${ac_make}_set=yes
18387else
18388 eval ac_cv_prog_make_${ac_make}_set=no
18389fi
698dcdb6 18390rm -f conftestmake
10f2d63a
VZ
18391fi
18392if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
698dcdb6 18393 echo "$ac_t""yes" 1>&6
10f2d63a
VZ
18394 SET_MAKE=
18395else
698dcdb6 18396 echo "$ac_t""no" 1>&6
10f2d63a
VZ
18397 SET_MAKE="MAKE=${MAKE-make}"
18398fi
18399
698dcdb6 18400
3a922bb4
RL
18401if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
18402 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
00cf1208 18403fi
665bbe97 18404
698dcdb6 18405
10f2d63a 18406
2224580a 18407if test "$wxUSE_GUI" = "yes"; then
ec90f5e5 18408 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
e8482f24
GL
18409 wx_cv_path_ifs=$PATH_IFS
18410 wx_cv_program_ext=$PROGRAM_EXT
18411 wx_cv_target_library=$WX_TARGET_LIBRARY
7b6058cd 18412 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
3711412e 18413 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
93a20a27 18414 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
7b6058cd 18415 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
698dcdb6 18416 subdirs="demos samples utils contrib"
2224580a
VZ
18417
18418fi
10f2d63a 18419
698dcdb6
VZ
18420trap '' 1 2 15
18421cat > confcache <<\EOF
10f2d63a
VZ
18422# This file is a shell script that caches the results of configure
18423# tests run on this system so they can be shared between configure
698dcdb6
VZ
18424# scripts and configure runs. It is not useful on other systems.
18425# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 18426#
698dcdb6
VZ
18427# By default, configure uses ./config.cache as the cache file,
18428# creating it if it does not exist already. You can give configure
18429# the --cache-file=FILE option to use a different cache file; that is
18430# what configure does when it calls configure scripts in
18431# subdirectories, so they share the cache.
18432# Giving --cache-file=/dev/null disables caching, for debugging configure.
18433# config.status only pays attention to the cache file if you give it the
18434# --recheck option to rerun configure.
10f2d63a 18435#
698dcdb6 18436EOF
10f2d63a
VZ
18437# The following way of writing the cache mishandles newlines in values,
18438# but we know of no workaround that is simple, portable, and efficient.
18439# So, don't put newlines in cache variables' values.
18440# Ultrix sh set writes to stderr and can't be redirected directly,
18441# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
18442(set) 2>&1 |
18443 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18444 *ac_space=\ *)
18445 # `set' does not quote correctly, so add quotes (double-quote substitution
18446 # turns \\\\ into \\, and sed turns \\ into \).
18447 sed -n \
18448 -e "s/'/'\\\\''/g" \
18449 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18450 ;;
18451 *)
18452 # `set' quotes correctly as required by POSIX, so do not add quotes.
18453 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18454 ;;
18455 esac >> confcache
18456if cmp -s $cache_file confcache; then
18457 :
18458else
10f2d63a 18459 if test -w $cache_file; then
698dcdb6
VZ
18460 echo "updating cache $cache_file"
18461 cat confcache > $cache_file
10f2d63a
VZ
18462 else
18463 echo "not updating unwritable cache $cache_file"
18464 fi
18465fi
18466rm -f confcache
18467
698dcdb6
VZ
18468trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18469
10f2d63a
VZ
18470test "x$prefix" = xNONE && prefix=$ac_default_prefix
18471# Let make expand exec_prefix.
18472test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18473
698dcdb6
VZ
18474# Any assignment to VPATH causes Sun make to only execute
18475# the first set of double-colon rules, so remove it if not needed.
18476# If there is a colon in the path, we need to keep it.
10f2d63a 18477if test "x$srcdir" = x.; then
698dcdb6 18478 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
10f2d63a
VZ
18479fi
18480
698dcdb6
VZ
18481trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18482
10f2d63a
VZ
18483DEFS=-DHAVE_CONFIG_H
18484
698dcdb6 18485# Without the "./", some shells look in PATH for config.status.
10f2d63a 18486: ${CONFIG_STATUS=./config.status}
698dcdb6
VZ
18487
18488echo creating $CONFIG_STATUS
18489rm -f $CONFIG_STATUS
18490cat > $CONFIG_STATUS <<EOF
18491#! /bin/sh
10f2d63a
VZ
18492# Generated automatically by configure.
18493# Run this file to recreate the current configuration.
698dcdb6
VZ
18494# This directory was configured as follows,
18495# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18496#
18497# $0 $ac_configure_args
18498#
10f2d63a 18499# Compiler output produced by configure, useful for debugging
698dcdb6 18500# configure, is in ./config.log if it exists.
1e487827 18501
698dcdb6
VZ
18502ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18503for ac_option
10f2d63a 18504do
698dcdb6 18505 case "\$ac_option" in
10f2d63a 18506 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
698dcdb6
VZ
18507 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18508 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18509 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18510 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18511 exit 0 ;;
18512 -help | --help | --hel | --he | --h)
18513 echo "\$ac_cs_usage"; exit 0 ;;
18514 *) echo "\$ac_cs_usage"; exit 1 ;;
10f2d63a
VZ
18515 esac
18516done
18517
698dcdb6
VZ
18518ac_given_srcdir=$srcdir
18519ac_given_INSTALL="$INSTALL"
703e0a69 18520
698dcdb6
VZ
18521trap 'rm -fr `echo "
18522 wx-config
18523 src/make.env
18524 src/makeprog.env
18525 src/makelib.env
18526 Makefile
18527 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1e487827 18528EOF
698dcdb6 18529cat >> $CONFIG_STATUS <<EOF
1e487827 18530
698dcdb6
VZ
18531# Protect against being on the right side of a sed subst in config.status.
18532sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18533 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18534$ac_vpsub
18535$extrasub
18536s%@SHELL@%$SHELL%g
18537s%@CFLAGS@%$CFLAGS%g
18538s%@CPPFLAGS@%$CPPFLAGS%g
18539s%@CXXFLAGS@%$CXXFLAGS%g
18540s%@FFLAGS@%$FFLAGS%g
18541s%@DEFS@%$DEFS%g
18542s%@LDFLAGS@%$LDFLAGS%g
18543s%@LIBS@%$LIBS%g
18544s%@exec_prefix@%$exec_prefix%g
18545s%@prefix@%$prefix%g
18546s%@program_transform_name@%$program_transform_name%g
18547s%@bindir@%$bindir%g
18548s%@sbindir@%$sbindir%g
18549s%@libexecdir@%$libexecdir%g
18550s%@datadir@%$datadir%g
18551s%@sysconfdir@%$sysconfdir%g
18552s%@sharedstatedir@%$sharedstatedir%g
18553s%@localstatedir@%$localstatedir%g
18554s%@libdir@%$libdir%g
18555s%@includedir@%$includedir%g
18556s%@oldincludedir@%$oldincludedir%g
18557s%@infodir@%$infodir%g
18558s%@mandir@%$mandir%g
18559s%@host@%$host%g
18560s%@host_alias@%$host_alias%g
18561s%@host_cpu@%$host_cpu%g
18562s%@host_vendor@%$host_vendor%g
18563s%@host_os@%$host_os%g
18564s%@target@%$target%g
18565s%@target_alias@%$target_alias%g
18566s%@target_cpu@%$target_cpu%g
18567s%@target_vendor@%$target_vendor%g
18568s%@target_os@%$target_os%g
18569s%@build@%$build%g
18570s%@build_alias@%$build_alias%g
18571s%@build_cpu@%$build_cpu%g
18572s%@build_vendor@%$build_vendor%g
18573s%@build_os@%$build_os%g
18574s%@CC@%$CC%g
18575s%@CPP@%$CPP%g
18576s%@CXX@%$CXX%g
698dcdb6
VZ
18577s%@RANLIB@%$RANLIB%g
18578s%@AR@%$AR%g
18579s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18580s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18581s%@INSTALL_DATA@%$INSTALL_DATA%g
18582s%@STRIP@%$STRIP%g
18583s%@YACC@%$YACC%g
18584s%@LEX@%$LEX%g
18585s%@LEXLIB@%$LEXLIB%g
18586s%@LN_S@%$LN_S%g
18587s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
698dcdb6
VZ
18588s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18589s%@GTK_LIBS@%$GTK_LIBS%g
8168de4c 18590s%@GTK_CONFIG@%$GTK_CONFIG%g
698dcdb6
VZ
18591s%@X_CFLAGS@%$X_CFLAGS%g
18592s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18593s%@X_LIBS@%$X_LIBS%g
18594s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
3a922bb4 18595s%@RESCOMP@%$RESCOMP%g
698dcdb6 18596s%@DEREZ@%$DEREZ%g
3a922bb4 18597s%@CXXCPP@%$CXXCPP%g
698dcdb6
VZ
18598s%@LEX_STEM@%$LEX_STEM%g
18599s%@PATH_IFS@%$PATH_IFS%g
18600s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18601s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18602s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
698dcdb6
VZ
18603s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18604s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
698dcdb6
VZ
18605s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18606s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18607s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
698dcdb6 18608s%@PROGRAM_EXT@%$PROGRAM_EXT%g
698dcdb6
VZ
18609s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18610s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
698dcdb6
VZ
18611s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18612s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18613s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
698dcdb6
VZ
18614s%@WX_ALL@%$WX_ALL%g
18615s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18616s%@SHARED_LD@%$SHARED_LD%g
18617s%@PIC_FLAG@%$PIC_FLAG%g
698dcdb6
VZ
18618s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18619s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
3a922bb4
RL
18620s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18621s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
698dcdb6
VZ
18622s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18623s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18624s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18625s%@USE_GUI@%$USE_GUI%g
18626s%@AFMINSTALL@%$AFMINSTALL%g
18627s%@TOOLKIT@%$TOOLKIT%g
698dcdb6 18628s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
1e6feb95 18629s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
3a922bb4
RL
18630s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18631s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
18632s%@cross_compiling@%$cross_compiling%g
18633s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18634s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
698dcdb6
VZ
18635s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18636s%@ALL_OBJECTS@%$ALL_OBJECTS%g
698dcdb6
VZ
18637s%@GUIDIST@%$GUIDIST%g
18638s%@PORT_FILES@%$PORT_FILES%g
18639s%@DISTDIR@%$DISTDIR%g
18640s%@RPM_SPEC@%$RPM_SPEC%g
18641s%@RPM_FILES@%$RPM_FILES%g
698dcdb6 18642s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
698dcdb6
VZ
18643s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18644s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18645s%@EXTRADEFS@%$EXTRADEFS%g
18646s%@LD_LIBS@%$LD_LIBS%g
18dbb1f6 18647s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g
698dcdb6 18648s%@RESFLAGS@%$RESFLAGS%g
3a922bb4 18649s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
d08b457b 18650s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
e23081de 18651s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
698dcdb6
VZ
18652s%@LIBWXMACRES@%$LIBWXMACRES%g
18653s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
2baaf735 18654s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
698dcdb6
VZ
18655s%@DLLTOOL@%$DLLTOOL%g
18656s%@AS@%$AS%g
18657s%@NM@%$NM%g
18658s%@LD@%$LD%g
18659s%@MAKEINFO@%$MAKEINFO%g
18660s%@SET_MAKE@%$SET_MAKE%g
18661s%@subdirs@%$subdirs%g
1e487827 18662
1e487827 18663CEOF
1e487827
VS
18664EOF
18665
698dcdb6
VZ
18666cat >> $CONFIG_STATUS <<\EOF
18667
18668# Split the substitutions into bite-sized pieces for seds with
18669# small command number limits, like on Digital OSF/1 and HP-UX.
18670ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
18671ac_file=1 # Number of current file.
18672ac_beg=1 # First line for current file.
18673ac_end=$ac_max_sed_cmds # Line after last line for current file.
18674ac_more_lines=:
18675ac_sed_cmds=""
18676while $ac_more_lines; do
18677 if test $ac_beg -gt 1; then
18678 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
18679 else
18680 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
18681 fi
18682 if test ! -s conftest.s$ac_file; then
18683 ac_more_lines=false
18684 rm -f conftest.s$ac_file
18685 else
18686 if test -z "$ac_sed_cmds"; then
18687 ac_sed_cmds="sed -f conftest.s$ac_file"
10f2d63a 18688 else
698dcdb6 18689 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
10f2d63a 18690 fi
698dcdb6
VZ
18691 ac_file=`expr $ac_file + 1`
18692 ac_beg=$ac_end
18693 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10f2d63a 18694 fi
698dcdb6
VZ
18695done
18696if test -z "$ac_sed_cmds"; then
18697 ac_sed_cmds=cat
18698fi
18699EOF
10f2d63a 18700
698dcdb6
VZ
18701cat >> $CONFIG_STATUS <<EOF
18702
18703CONFIG_FILES=\${CONFIG_FILES-"wx-config
18704 src/make.env
18705 src/makeprog.env
18706 src/makelib.env
18707 Makefile
18708 "}
10f2d63a 18709EOF
698dcdb6
VZ
18710cat >> $CONFIG_STATUS <<\EOF
18711for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10f2d63a 18712 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
698dcdb6
VZ
18713 case "$ac_file" in
18714 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18715 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18716 *) ac_file_in="${ac_file}.in" ;;
10f2d63a
VZ
18717 esac
18718
698dcdb6 18719 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1e487827 18720
698dcdb6
VZ
18721 # Remove last slash and all that follows it. Not all systems have dirname.
18722 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18723 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18724 # The file is in a subdirectory.
18725 test ! -d "$ac_dir" && mkdir "$ac_dir"
18726 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10f2d63a 18727 # A "../" for each directory in $ac_dir_suffix.
698dcdb6 18728 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10f2d63a
VZ
18729 else
18730 ac_dir_suffix= ac_dots=
18731 fi
18732
698dcdb6
VZ
18733 case "$ac_given_srcdir" in
18734 .) srcdir=.
18735 if test -z "$ac_dots"; then top_srcdir=.
18736 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18737 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10f2d63a 18738 *) # Relative path.
698dcdb6
VZ
18739 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18740 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10f2d63a
VZ
18741 esac
18742
698dcdb6
VZ
18743 case "$ac_given_INSTALL" in
18744 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18745 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10f2d63a
VZ
18746 esac
18747
698dcdb6
VZ
18748 echo creating "$ac_file"
18749 rm -f "$ac_file"
18750 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18751 case "$ac_file" in
18752 *Makefile*) ac_comsub="1i\\
18753# $configure_input" ;;
18754 *) ac_comsub= ;;
18755 esac
10f2d63a 18756
698dcdb6
VZ
18757 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18758 sed -e "$ac_comsub
18759s%@configure_input@%$configure_input%g
18760s%@srcdir@%$srcdir%g
18761s%@top_srcdir@%$top_srcdir%g
18762s%@INSTALL@%$INSTALL%g
18763" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18764fi; done
18765rm -f conftest.s*
10f2d63a
VZ
18766
18767# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18768# NAME is the cpp macro being defined and VALUE is the value it is being given.
18769#
18770# ac_d sets the value in "#define NAME VALUE" lines.
698dcdb6
VZ
18771ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18772ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
18773ac_dC='\3'
18774ac_dD='%g'
18775# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18776ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18777ac_uB='\([ ]\)%\1#\2define\3'
10f2d63a 18778ac_uC=' '
698dcdb6
VZ
18779ac_uD='\4%g'
18780# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18781ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18782ac_eB='$%\1#\2define\3'
18783ac_eC=' '
18784ac_eD='%g'
10f2d63a 18785
698dcdb6
VZ
18786if test "${CONFIG_HEADERS+set}" != set; then
18787EOF
18788cat >> $CONFIG_STATUS <<EOF
18789 CONFIG_HEADERS="setup.h:setup.h.in"
18790EOF
18791cat >> $CONFIG_STATUS <<\EOF
18792fi
18793for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
10f2d63a 18794 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
698dcdb6
VZ
18795 case "$ac_file" in
18796 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18797 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18798 *) ac_file_in="${ac_file}.in" ;;
10f2d63a
VZ
18799 esac
18800
698dcdb6
VZ
18801 echo creating $ac_file
18802
18803 rm -f conftest.frag conftest.in conftest.out
18804 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18805 cat $ac_file_inputs > conftest.in
18806
18807EOF
18808
18809# Transform confdefs.h into a sed script conftest.vals that substitutes
18810# the proper values into config.h.in to produce config.h. And first:
18811# Protect against being on the right side of a sed subst in config.status.
18812# Protect against being in an unquoted here document in config.status.
18813rm -f conftest.vals
18814cat > conftest.hdr <<\EOF
18815s/[\\&%]/\\&/g
18816s%[\\$`]%\\&%g
18817s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18818s%ac_d%ac_u%gp
18819s%ac_u%ac_e%gp
18820EOF
18821sed -n -f conftest.hdr confdefs.h > conftest.vals
18822rm -f conftest.hdr
10f2d63a
VZ
18823
18824# This sed command replaces #undef with comments. This is necessary, for
18825# example, in the case of _POSIX_SOURCE, which is predefined and required
18826# on some systems where configure will not decide to define it.
698dcdb6
VZ
18827cat >> conftest.vals <<\EOF
18828s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
10f2d63a
VZ
18829EOF
18830
698dcdb6
VZ
18831# Break up conftest.vals because some shells have a limit on
18832# the size of here documents, and old seds have small limits too.
10f2d63a
VZ
18833
18834rm -f conftest.tail
698dcdb6 18835while :
10f2d63a 18836do
698dcdb6
VZ
18837 ac_lines=`grep -c . conftest.vals`
18838 # grep -c gives empty output for an empty file on some AIX systems.
18839 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18840 # Write a limited-size here document to conftest.frag.
18841 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18842 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
10f2d63a 18843 echo 'CEOF
698dcdb6
VZ
18844 sed -f conftest.frag conftest.in > conftest.out
18845 rm -f conftest.in
18846 mv conftest.out conftest.in
18847' >> $CONFIG_STATUS
18848 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18849 rm -f conftest.vals
18850 mv conftest.tail conftest.vals
10f2d63a 18851done
698dcdb6
VZ
18852rm -f conftest.vals
18853
18854cat >> $CONFIG_STATUS <<\EOF
18855 rm -f conftest.frag conftest.h
18856 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18857 cat conftest.in >> conftest.h
18858 rm -f conftest.in
18859 if cmp -s $ac_file conftest.h 2>/dev/null; then
18860 echo "$ac_file is unchanged"
18861 rm -f conftest.h
10f2d63a 18862 else
698dcdb6
VZ
18863 # Remove last slash and all that follows it. Not all systems have dirname.
18864 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10f2d63a 18865 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
698dcdb6
VZ
18866 # The file is in a subdirectory.
18867 test ! -d "$ac_dir" && mkdir "$ac_dir"
10f2d63a 18868 fi
698dcdb6
VZ
18869 rm -f $ac_file
18870 mv conftest.h $ac_file
10f2d63a 18871 fi
698dcdb6
VZ
18872fi; done
18873
10f2d63a 18874EOF
698dcdb6 18875cat >> $CONFIG_STATUS <<EOF
10f2d63a 18876
3a922bb4 18877 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
698dcdb6
VZ
18878 LN_S="${LN_S}"
18879
18880
18881EOF
18882cat >> $CONFIG_STATUS <<\EOF
10f2d63a 18883
652d930d 18884 if test ! -h wx-config; then
991a5759 18885 chmod +x wx-config
3a922bb4
RL
18886 mv wx-config wx${TOOLCHAIN_NAME}-config
18887 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
991a5759 18888 fi
665bbe97 18889
00cf1208
RR
18890 if test ! -d lib; then
18891 mkdir lib
18892 fi
18893 if test ! -d lib/wx; then
18894 mkdir lib/wx
18895 fi
18896 if test ! -d lib/wx/include; then
18897 mkdir lib/wx/include
18898 fi
3a922bb4
RL
18899 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
18900 mkdir lib/wx/include/${TOOLCHAIN_NAME}
00cf1208 18901 fi
3a922bb4
RL
18902 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
18903 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
00cf1208
RR
18904 fi
18905 if test -f setup.h; then
3a922bb4 18906 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
00cf1208 18907 fi
698dcdb6
VZ
18908
18909exit 0
10f2d63a
VZ
18910EOF
18911chmod +x $CONFIG_STATUS
698dcdb6
VZ
18912rm -fr confdefs* $ac_clean_files
18913test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
10f2d63a 18914
2224580a
VZ
18915if test "$no_recursion" != yes; then
18916
18917 # Remove --cache-file and --srcdir arguments so they do not pile up.
18918 ac_sub_configure_args=
18919 ac_prev=
18920 for ac_arg in $ac_configure_args; do
18921 if test -n "$ac_prev"; then
18922 ac_prev=
18923 continue
18924 fi
698dcdb6 18925 case "$ac_arg" in
2224580a
VZ
18926 -cache-file | --cache-file | --cache-fil | --cache-fi \
18927 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18928 ac_prev=cache_file ;;
18929 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
698dcdb6 18930 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2224580a
VZ
18931 ;;
18932 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18933 ac_prev=srcdir ;;
18934 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18935 ;;
18936 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18937 esac
18938 done
18939
698dcdb6 18940 for ac_config_dir in demos samples utils contrib; do
2224580a
VZ
18941
18942 # Do not complain, so a configure script can configure whichever
18943 # parts of a large source tree are present.
698dcdb6
VZ
18944 if test ! -d $srcdir/$ac_config_dir; then
18945 continue
18946 fi
18947
18948 echo configuring in $ac_config_dir
2224580a 18949
698dcdb6 18950 case "$srcdir" in
2224580a
VZ
18951 .) ;;
18952 *)
698dcdb6
VZ
18953 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18954 else
18955 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18956 fi
18957 ;;
2224580a
VZ
18958 esac
18959
18960 ac_popdir=`pwd`
698dcdb6 18961 cd $ac_config_dir
2224580a 18962
698dcdb6
VZ
18963 # A "../" for each directory in /$ac_config_dir.
18964 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
2224580a 18965
698dcdb6 18966 case "$srcdir" in
2224580a
VZ
18967 .) # No --srcdir option. We are building in place.
18968 ac_sub_srcdir=$srcdir ;;
698dcdb6
VZ
18969 /*) # Absolute path.
18970 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
2224580a 18971 *) # Relative path.
698dcdb6 18972 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
2224580a
VZ
18973 esac
18974
18975 # Check for guested configure; otherwise get Cygnus style configure.
698dcdb6
VZ
18976 if test -f $ac_sub_srcdir/configure; then
18977 ac_sub_configure=$ac_sub_srcdir/configure
2224580a
VZ
18978 elif test -f $ac_sub_srcdir/configure.in; then
18979 ac_sub_configure=$ac_configure
18980 else
698dcdb6 18981 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
2224580a
VZ
18982 ac_sub_configure=
18983 fi
18984
18985 # The recursion is here.
18986 if test -n "$ac_sub_configure"; then
698dcdb6 18987
2224580a 18988 # Make the cache file name correct relative to the subdirectory.
698dcdb6
VZ
18989 case "$cache_file" in
18990 /*) ac_sub_cache_file=$cache_file ;;
2224580a 18991 *) # Relative path.
698dcdb6 18992 ac_sub_cache_file="$ac_dots$cache_file" ;;
2224580a 18993 esac
698dcdb6
VZ
18994 case "$ac_given_INSTALL" in
18995 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18996 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18997 esac
2224580a 18998
698dcdb6 18999 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
2224580a 19000 # The eval makes quoting arguments work.
698dcdb6
VZ
19001 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
19002 then :
19003 else
19004 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
19005 fi
2224580a
VZ
19006 fi
19007
19008 cd $ac_popdir
19009 done
19010fi
19011
698dcdb6 19012