]> git.saurik.com Git - wxWidgets.git/blame - configure
added wxSockAddress copy ctor which, in particular, fixes Clone() and fixed its opera...
[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
77e13408 71 --with-msw use MS-Windows"
698dcdb6
VZ
72ac_help="$ac_help
73 --with-pm use OS/2 Presentation Manager"
1e6feb95 74ac_help="$ac_help
b3e8d00a 75 --with-mgl use SciTech MGL"
698dcdb6 76ac_help="$ac_help
8168de4c 77 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
698dcdb6 78ac_help="$ac_help
8168de4c 79 --with-libpng use libpng (PNG image format)"
698dcdb6 80ac_help="$ac_help
8168de4c 81 --with-libjpeg use libjpeg (JPEG file format)"
698dcdb6 82ac_help="$ac_help
8168de4c 83 --with-libtiff use libtiff (TIFF file format)"
698dcdb6 84ac_help="$ac_help
8168de4c 85 --with-freetype use freetype (font rasterizer)"
698dcdb6 86ac_help="$ac_help
8168de4c 87 --with-opengl use OpenGL (or Mesa)"
698dcdb6 88ac_help="$ac_help
8168de4c 89 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
3e44f09d
VZ
90ac_help="$ac_help
91 --with-regex enable support for wxRegEx class"
698dcdb6 92ac_help="$ac_help
8168de4c 93 --with-zlib use zlib for LZW compression"
698dcdb6 94ac_help="$ac_help
8168de4c 95 --with-odbc use the IODBC and wxODBC classes"
698dcdb6 96ac_help="$ac_help
8168de4c 97 --enable-shared create shared library code"
698dcdb6 98ac_help="$ac_help
3a922bb4 99 --enable-soname set the DT_SONAME field in ELF shared libraries"
698dcdb6 100ac_help="$ac_help
8168de4c 101 --enable-optimise create optimised code"
698dcdb6 102ac_help="$ac_help
8168de4c 103 --enable-debug same as debug_flag and debug_info"
683dccda
GD
104ac_help="$ac_help
105 --enable-precomp enable use of precompiled headers (Mac OS X)"
698dcdb6 106ac_help="$ac_help
8168de4c 107 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
698dcdb6 108ac_help="$ac_help
8168de4c 109 --enable-debug_info create code with debugging information"
698dcdb6 110ac_help="$ac_help
8168de4c 111 --enable-debug_gdb create code with extra GDB debugging information"
698dcdb6 112ac_help="$ac_help
8168de4c 113 --enable-debug_cntxt use wxDebugContext"
698dcdb6 114ac_help="$ac_help
8168de4c 115 --enable-mem_tracing create code with memory tracing"
698dcdb6 116ac_help="$ac_help
8168de4c 117 --enable-profile create code with profiling information"
698dcdb6 118ac_help="$ac_help
8168de4c 119 --enable-no_rtti create code without RTTI information"
698dcdb6 120ac_help="$ac_help
b3e8d00a 121 --enable-no_exceptions create code without C++ exceptions handling"
698dcdb6 122ac_help="$ac_help
8168de4c 123 --enable-permissive compile code disregarding strict ANSI"
698dcdb6 124ac_help="$ac_help
8168de4c 125 --enable-no_deps create code without dependency information"
54276ccf 126ac_help="$ac_help
b3e8d00a 127 --enable-compat20 enable wxWindows 2.0 compatibility"
54276ccf 128ac_help="$ac_help
b3e8d00a 129 --enable-compat22 enable wxWindows 2.2 compatibility"
698dcdb6 130ac_help="$ac_help
8168de4c 131 --enable-intl use internationalization system"
698dcdb6 132ac_help="$ac_help
8168de4c 133 --enable-config use wxConfig (and derived) classes"
698dcdb6 134ac_help="$ac_help
8168de4c 135 --enable-sockets use socket/network classes"
698dcdb6 136ac_help="$ac_help
8168de4c 137 --enable-ipc use interprocess communication (wxSocket etc.)"
698dcdb6 138ac_help="$ac_help
8168de4c 139 --enable-cmdline use wxCmdLineParser class"
1e6feb95 140ac_help="$ac_help
8168de4c 141 --enable-datetime use wxDateTime class"
1e6feb95 142ac_help="$ac_help
8168de4c 143 --enable-timedate use obsolete wxDate/wxTime classes"
1e6feb95 144ac_help="$ac_help
8168de4c 145 --enable-stopwatch use wxStopWatch class"
1e6feb95 146ac_help="$ac_help
8168de4c 147 --enable-dialupman use dialup network classes"
698dcdb6 148ac_help="$ac_help
8168de4c 149 --enable-apple_ieee use the Apple IEEE codec"
698dcdb6 150ac_help="$ac_help
8168de4c 151 --enable-timer use wxTimer class"
698dcdb6 152ac_help="$ac_help
8168de4c 153 --enable-wave use wxWave class"
698dcdb6 154ac_help="$ac_help
8168de4c 155 --enable-fraction use wxFraction class"
698dcdb6 156ac_help="$ac_help
8168de4c 157 --enable-dynlib use wxLibrary class for DLL loading"
698dcdb6 158ac_help="$ac_help
8168de4c 159 --enable-longlong use wxLongLong class"
698dcdb6 160ac_help="$ac_help
8168de4c 161 --enable-geometry use geometry class"
698dcdb6 162ac_help="$ac_help
8168de4c 163 --enable-log use logging system"
698dcdb6 164ac_help="$ac_help
8168de4c 165 --enable-streams use wxStream etc classes"
698dcdb6 166ac_help="$ac_help
8168de4c 167 --enable-file use wxFile classes"
698dcdb6 168ac_help="$ac_help
8168de4c 169 --enable-ffile use wxFFile classes"
1e6feb95 170ac_help="$ac_help
a3a584a7
VZ
171 --enable-textbuf use wxTextBuffer class"
172ac_help="$ac_help
173 --enable-textfile use wxTextFile class"
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
a3a584a7 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
a3a584a7 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
a3a584a7 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
978f1259
RL
1010WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1011
6c01ec02 1012WX_CURRENT=1
6426998c
RL
1013WX_REVISION=0
1014WX_AGE=0
1015
698dcdb6
VZ
1016
1017
10f2d63a
VZ
1018USE_UNIX=1
1019USE_WIN32=0
b12915c1 1020USE_BEOS=0
1216f52d 1021USE_MAC=0
b12915c1 1022
10f2d63a
VZ
1023USE_LINUX=
1024USE_SGI=
1025USE_HPUX=
1026USE_SYSV=
1027USE_SVR4=
1028USE_AIX=
1029USE_SUN=
1030USE_SOLARIS=
1031USE_SUNOS=
1032USE_ALPHA=
7cf43d5e 1033USE_IA64=
10f2d63a
VZ
1034USE_OSF=
1035USE_BSD=
f11bdd03 1036USE_DARWIN=
10f2d63a 1037USE_FREEBSD=
95c8801c 1038USE_OPENBSD=
f6bcfd97 1039USE_NETBSD=
10f2d63a
VZ
1040USE_VMS=
1041USE_ULTRIX=
10f2d63a
VZ
1042USE_DATA_GENERAL=
1043
ab9b9eab
VZ
1044NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1045
77e13408 1046ALL_TOOLKITS="GTK MAC MGL MOTIF MSW 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
a3a584a7 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
a3a584a7 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
a3a584a7 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
a3a584a7 1434 DEFAULT_wxUSE_TEXTBUFFER=no
10f2d63a 1435 DEFAULT_wxUSE_TEXTFILE=no
10f2d63a
VZ
1436 DEFAULT_wxUSE_WAVE=no
1437 DEFAULT_wxUSE_INTL=no
1438 DEFAULT_wxUSE_CONFIG=no
1e6feb95 1439 DEFAULT_wxUSE_FONTMAP=no
10f2d63a
VZ
1440 DEFAULT_wxUSE_STREAMS=no
1441 DEFAULT_wxUSE_SOCKETS=no
1442 DEFAULT_wxUSE_DIALUP_MANAGER=no
1443 DEFAULT_wxUSE_SERIAL=no
1444 DEFAULT_wxUSE_JOYSTICK=no
1445 DEFAULT_wxUSE_DYNLIB_CLASS=no
1446 DEFAULT_wxUSE_LONGLONG=no
e8f65ba6 1447 DEFAULT_wxUSE_GEOMETRY=no
10f2d63a
VZ
1448
1449 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1450 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1451 DEFAULT_wxUSE_POSTSCRIPT=no
1452
1453 DEFAULT_wxUSE_X_RESOURCES=no
1454 DEFAULT_wxUSE_CLIPBOARD=no
1455 DEFAULT_wxUSE_TOOLTIPS=no
1456 DEFAULT_wxUSE_DRAG_AND_DROP=no
24fd6d87 1457 DEFAULT_wxUSE_DRAGIMAGE=no
10f2d63a
VZ
1458 DEFAULT_wxUSE_SPLINES=no
1459
1460 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1461 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1462 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1463
1464 DEFAULT_wxUSE_PROLOGIO=no
1465 DEFAULT_wxUSE_RESOURCES=no
1466 DEFAULT_wxUSE_CONSTRAINTS=no
1467 DEFAULT_wxUSE_IPC=no
1468 DEFAULT_wxUSE_HELP=no
29fd3c0c 1469 DEFAULT_wxUSE_MS_HTML_HELP=no
3379ed37 1470 DEFAULT_wxUSE_WXHTML_HELP=no
24176f2c 1471 DEFAULT_wxUSE_TREELAYOUT=no
10f2d63a 1472 DEFAULT_wxUSE_METAFILE=no
1e6feb95 1473 DEFAULT_wxUSE_MIMETYPE=no
3e44f09d 1474 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
10f2d63a
VZ
1475
1476 DEFAULT_wxUSE_COMMONDLGS=no
1e6feb95
VZ
1477 DEFAULT_wxUSE_CHOICEDLG=no
1478 DEFAULT_wxUSE_COLOURDLG=no
10f2d63a 1479 DEFAULT_wxUSE_DIRDLG=no
1e6feb95 1480 DEFAULT_wxUSE_FILEDLG=no
8db37e06 1481 DEFAULT_wxUSE_FINDREPLDLG=no
1e6feb95
VZ
1482 DEFAULT_wxUSE_FONTDLG=no
1483 DEFAULT_wxUSE_MSGDLG=no
1484 DEFAULT_wxUSE_NUMBERDLG=no
10f2d63a 1485 DEFAULT_wxUSE_TEXTDLG=no
cbca9943 1486 DEFAULT_wxUSE_SPLASH=no
10f2d63a
VZ
1487 DEFAULT_wxUSE_STARTUP_TIPS=no
1488 DEFAULT_wxUSE_PROGRESSDLG=no
b1f5d087
VZ
1489 DEFAULT_wxUSE_WIZARDDLG=no
1490
1e6feb95 1491 DEFAULT_wxUSE_MENUS=no
10f2d63a
VZ
1492 DEFAULT_wxUSE_MINIFRAME=no
1493 DEFAULT_wxUSE_HTML=no
24528b0c 1494 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
1495 DEFAULT_wxUSE_FS_INET=no
1496 DEFAULT_wxUSE_FS_ZIP=no
1497 DEFAULT_wxUSE_BUSYINFO=no
1498 DEFAULT_wxUSE_ZIPSTREAM=no
1e6feb95 1499 DEFAULT_wxUSE_VALIDATORS=no
10f2d63a
VZ
1500
1501 DEFAULT_wxUSE_ACCEL=no
1e6feb95 1502 DEFAULT_wxUSE_BUTTON=no
10f2d63a 1503 DEFAULT_wxUSE_BMPBUTTON=no
1e6feb95
VZ
1504 DEFAULT_wxUSE_CALCTRL=no
1505 DEFAULT_wxUSE_CARET=no
10f2d63a
VZ
1506 DEFAULT_wxUSE_CHECKBOX=no
1507 DEFAULT_wxUSE_CHECKLST=no
1e6feb95 1508 DEFAULT_wxUSE_CHOICE=no
10f2d63a
VZ
1509 DEFAULT_wxUSE_COMBOBOX=no
1510 DEFAULT_wxUSE_GAUGE=no
1511 DEFAULT_wxUSE_GRID=no
1512 DEFAULT_wxUSE_NEW_GRID=no
1513 DEFAULT_wxUSE_IMAGLIST=no
1514 DEFAULT_wxUSE_LISTBOX=no
1515 DEFAULT_wxUSE_LISTCTRL=no
1516 DEFAULT_wxUSE_NOTEBOOK=no
24176f2c 1517 DEFAULT_wxUSE_PROPSHEET=no
10f2d63a
VZ
1518 DEFAULT_wxUSE_RADIOBOX=no
1519 DEFAULT_wxUSE_RADIOBTN=no
1520 DEFAULT_wxUSE_SASH=no
1521 DEFAULT_wxUSE_SCROLLBAR=no
1522 DEFAULT_wxUSE_SLIDER=no
1523 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 1524 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
1525 DEFAULT_wxUSE_SPLITTER=no
1526 DEFAULT_wxUSE_STATBMP=no
1527 DEFAULT_wxUSE_STATBOX=no
1528 DEFAULT_wxUSE_STATLINE=no
1e6feb95 1529 DEFAULT_wxUSE_STATTEXT=no
10f2d63a
VZ
1530 DEFAULT_wxUSE_STATUSBAR=yes
1531 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 1532 DEFAULT_wxUSE_TEXTCTRL=no
1db8dc4a 1533 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 1534 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
1535 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1536 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a 1537 DEFAULT_wxUSE_TREECTRL=no
9f41d601 1538 DEFAULT_wxUSE_POPUPWIN=no
10f2d63a
VZ
1539
1540 DEFAULT_wxUSE_UNICODE=no
1541 DEFAULT_wxUSE_WCSRTOMBS=no
1542
edae8572 1543 DEFAULT_wxUSE_PALETTE=no
0046ff7c 1544 DEFAULT_wxUSE_IMAGE=no
10f2d63a
VZ
1545 DEFAULT_wxUSE_GIF=no
1546 DEFAULT_wxUSE_PCX=no
1547 DEFAULT_wxUSE_PNM=no
0046ff7c 1548 DEFAULT_wxUSE_XPM=no
10f2d63a 1549else
1e6feb95
VZ
1550 DEFAULT_wxUSE_UNIVERSAL=no
1551
10f2d63a
VZ
1552 DEFAULT_wxUSE_THREADS=yes
1553
1554 DEFAULT_wxUSE_SHARED=yes
3a922bb4 1555 DEFAULT_wxUSE_SONAME=no
10f2d63a
VZ
1556 DEFAULT_wxUSE_OPTIMISE=yes
1557 DEFAULT_wxUSE_PROFILE=no
1558 DEFAULT_wxUSE_NO_DEPS=no
f676c7ff
MB
1559 DEFAULT_wxUSE_NO_RTTI=yes
1560 DEFAULT_wxUSE_NO_EXCEPTIONS=yes
10f2d63a
VZ
1561 DEFAULT_wxUSE_PERMISSIVE=no
1562 DEFAULT_wxUSE_DEBUG_FLAG=no
1563 DEFAULT_wxUSE_DEBUG_INFO=no
1564 DEFAULT_wxUSE_DEBUG_GDB=no
1565 DEFAULT_wxUSE_MEM_TRACING=no
1566 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1567 DEFAULT_wxUSE_DMALLOC=no
683dccda 1568 DEFAULT_wxUSE_PRECOMP=yes
10f2d63a
VZ
1569 DEFAULT_wxUSE_APPLE_IEEE=yes
1570
1571 DEFAULT_wxUSE_LOG=yes
d73be714
VZ
1572 DEFAULT_wxUSE_LOGWINDOW=yes
1573 DEFAULT_wxUSE_LOGGUI=yes
10f2d63a
VZ
1574
1575 DEFAULT_wxUSE_GUI=yes
1576
831b3152 1577 DEFAULT_wxUSE_REGEX=yes
10f2d63a
VZ
1578 DEFAULT_wxUSE_ZLIB=yes
1579 DEFAULT_wxUSE_LIBPNG=yes
1580 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 1581 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 1582 DEFAULT_wxUSE_ODBC=no
3fed1840 1583 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1584 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1585
eb4efbdc 1586 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
4f3c5f06 1587 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
10f2d63a 1588 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
1589 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1590 DEFAULT_wxUSE_DATETIME=yes
1591 DEFAULT_wxUSE_TIMEDATE=no
1592 DEFAULT_wxUSE_TIMER=yes
1593 DEFAULT_wxUSE_STOPWATCH=yes
10f2d63a 1594 DEFAULT_wxUSE_FILE=yes
1e6feb95 1595 DEFAULT_wxUSE_FFILE=yes
a3a584a7 1596 DEFAULT_wxUSE_TEXTBUFFER=yes
10f2d63a 1597 DEFAULT_wxUSE_TEXTFILE=yes
10f2d63a
VZ
1598 DEFAULT_wxUSE_WAVE=no
1599 DEFAULT_wxUSE_INTL=yes
1600 DEFAULT_wxUSE_CONFIG=yes
1e6feb95 1601 DEFAULT_wxUSE_FONTMAP=yes
10f2d63a
VZ
1602 DEFAULT_wxUSE_STREAMS=yes
1603 DEFAULT_wxUSE_SOCKETS=yes
1604 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1605 DEFAULT_wxUSE_SERIAL=yes
1606 DEFAULT_wxUSE_JOYSTICK=yes
1607 DEFAULT_wxUSE_DYNLIB_CLASS=yes
b685cd9b 1608 DEFAULT_wxUSE_LONGLONG=yes
e8f65ba6 1609 DEFAULT_wxUSE_GEOMETRY=yes
10f2d63a
VZ
1610
1611 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1612 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1613 DEFAULT_wxUSE_POSTSCRIPT=yes
1614
1615 DEFAULT_wxUSE_X_RESOURCES=no
1616 DEFAULT_wxUSE_CLIPBOARD=yes
1617 DEFAULT_wxUSE_TOOLTIPS=yes
1618 DEFAULT_wxUSE_DRAG_AND_DROP=yes
24fd6d87 1619 DEFAULT_wxUSE_DRAGIMAGE=yes
10f2d63a
VZ
1620 DEFAULT_wxUSE_SPLINES=yes
1621
1622 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1623 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1624 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1625
1626 DEFAULT_wxUSE_PROLOGIO=yes
1627 DEFAULT_wxUSE_RESOURCES=yes
1628 DEFAULT_wxUSE_CONSTRAINTS=yes
1629 DEFAULT_wxUSE_IPC=yes
1630 DEFAULT_wxUSE_HELP=yes
29fd3c0c 1631 DEFAULT_wxUSE_MS_HTML_HELP=yes
3379ed37 1632 DEFAULT_wxUSE_WXHTML_HELP=yes
24176f2c 1633 DEFAULT_wxUSE_TREELAYOUT=yes
10f2d63a 1634 DEFAULT_wxUSE_METAFILE=yes
1e6feb95 1635 DEFAULT_wxUSE_MIMETYPE=yes
3e44f09d 1636 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
10f2d63a
VZ
1637
1638 DEFAULT_wxUSE_COMMONDLGS=yes
1e6feb95
VZ
1639 DEFAULT_wxUSE_CHOICEDLG=yes
1640 DEFAULT_wxUSE_COLOURDLG=yes
10f2d63a 1641 DEFAULT_wxUSE_DIRDLG=yes
1e6feb95 1642 DEFAULT_wxUSE_FILEDLG=yes
8db37e06 1643 DEFAULT_wxUSE_FINDREPLDLG=yes
1e6feb95
VZ
1644 DEFAULT_wxUSE_FONTDLG=yes
1645 DEFAULT_wxUSE_MSGDLG=yes
1646 DEFAULT_wxUSE_NUMBERDLG=yes
10f2d63a 1647 DEFAULT_wxUSE_TEXTDLG=yes
cbca9943 1648 DEFAULT_wxUSE_SPLASH=yes
10f2d63a
VZ
1649 DEFAULT_wxUSE_STARTUP_TIPS=yes
1650 DEFAULT_wxUSE_PROGRESSDLG=yes
f33f19dd
VZ
1651 DEFAULT_wxUSE_WIZARDDLG=yes
1652
1e6feb95 1653 DEFAULT_wxUSE_MENUS=yes
10f2d63a
VZ
1654 DEFAULT_wxUSE_MINIFRAME=yes
1655 DEFAULT_wxUSE_HTML=yes
24528b0c 1656 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
1657 DEFAULT_wxUSE_FS_INET=yes
1658 DEFAULT_wxUSE_FS_ZIP=yes
1659 DEFAULT_wxUSE_BUSYINFO=yes
1660 DEFAULT_wxUSE_ZIPSTREAM=yes
1661 DEFAULT_wxUSE_VALIDATORS=yes
1662
1663 DEFAULT_wxUSE_ACCEL=yes
1e6feb95 1664 DEFAULT_wxUSE_BUTTON=yes
10f2d63a 1665 DEFAULT_wxUSE_BMPBUTTON=yes
1e6feb95
VZ
1666 DEFAULT_wxUSE_CALCTRL=yes
1667 DEFAULT_wxUSE_CARET=yes
10f2d63a
VZ
1668 DEFAULT_wxUSE_CHECKBOX=yes
1669 DEFAULT_wxUSE_CHECKLST=yes
1670 DEFAULT_wxUSE_CHOICE=yes
1671 DEFAULT_wxUSE_COMBOBOX=yes
1672 DEFAULT_wxUSE_GAUGE=yes
1673 DEFAULT_wxUSE_GRID=yes
cc977e5f 1674 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
1675 DEFAULT_wxUSE_IMAGLIST=yes
1676 DEFAULT_wxUSE_LISTBOX=yes
1677 DEFAULT_wxUSE_LISTCTRL=yes
1678 DEFAULT_wxUSE_NOTEBOOK=yes
24176f2c 1679 DEFAULT_wxUSE_PROPSHEET=yes
10f2d63a
VZ
1680 DEFAULT_wxUSE_RADIOBOX=yes
1681 DEFAULT_wxUSE_RADIOBTN=yes
1682 DEFAULT_wxUSE_SASH=yes
1683 DEFAULT_wxUSE_SCROLLBAR=yes
1684 DEFAULT_wxUSE_SLIDER=yes
1685 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 1686 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
1687 DEFAULT_wxUSE_SPLITTER=yes
1688 DEFAULT_wxUSE_STATBMP=yes
1689 DEFAULT_wxUSE_STATBOX=yes
1690 DEFAULT_wxUSE_STATLINE=yes
1e6feb95 1691 DEFAULT_wxUSE_STATTEXT=yes
10f2d63a
VZ
1692 DEFAULT_wxUSE_STATUSBAR=yes
1693 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 1694 DEFAULT_wxUSE_TEXTCTRL=yes
1db8dc4a 1695 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 1696 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
1697 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1698 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a 1699 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 1700 DEFAULT_wxUSE_POPUPWIN=yes
10f2d63a
VZ
1701
1702 DEFAULT_wxUSE_UNICODE=no
1703 DEFAULT_wxUSE_WCSRTOMBS=no
1704
edae8572 1705 DEFAULT_wxUSE_PALETTE=yes
0046ff7c 1706 DEFAULT_wxUSE_IMAGE=yes
10f2d63a
VZ
1707 DEFAULT_wxUSE_GIF=yes
1708 DEFAULT_wxUSE_PCX=yes
1709 DEFAULT_wxUSE_PNM=yes
0046ff7c 1710 DEFAULT_wxUSE_XPM=yes
10f2d63a
VZ
1711fi
1712
698dcdb6
VZ
1713
1714
10f2d63a
VZ
1715for toolkit in `echo $ALL_TOOLKITS`; do
1716 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1717 if test "x$LINE" != x ; then
1718 has_toolkit_in_cache=1
1719 eval "DEFAULT_$LINE"
1720 eval "CACHE_$toolkit=1"
1721 fi
1722done
1723
698dcdb6
VZ
1724
1725
1726 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
a3a584a7 1727echo "configure:1728: checking for --enable-gui" >&5
10f2d63a
VZ
1728 no_cache=0
1729 # Check whether --enable-gui or --disable-gui was given.
1730if test "${enable_gui+set}" = set; then
1731 enableval="$enable_gui"
698dcdb6 1732
10f2d63a
VZ
1733 if test "$enableval" = yes; then
1734 ac_cv_use_gui='wxUSE_GUI=yes'
1735 else
1736 ac_cv_use_gui='wxUSE_GUI=no'
1737 fi
698dcdb6 1738
10f2d63a 1739else
698dcdb6 1740
10f2d63a
VZ
1741 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1742 if test "x$LINE" != x ; then
1743 eval "DEFAULT_$LINE"
1744 else
1745 no_cache=1
1746 fi
1747
1748 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
698dcdb6
VZ
1749
1750fi
10f2d63a
VZ
1751
1752
1753 eval "$ac_cv_use_gui"
1754 if test "$no_cache" != 1; then
1755 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1756 fi
1757
1758 if test "$wxUSE_GUI" = yes; then
698dcdb6 1759 echo "$ac_t""yes" 1>&6
10f2d63a 1760 else
698dcdb6 1761 echo "$ac_t""no" 1>&6
10f2d63a 1762 fi
698dcdb6 1763
10f2d63a 1764
b12915c1 1765if test "$wxUSE_GUI" = "yes"; then
10f2d63a 1766
1e6feb95
VZ
1767
1768 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
a3a584a7 1769echo "configure:1770: checking for --enable-universal" >&5
1e6feb95
VZ
1770 no_cache=0
1771 # Check whether --enable-universal or --disable-universal was given.
1772if test "${enable_universal+set}" = set; then
1773 enableval="$enable_universal"
1774
1775 if test "$enableval" = yes; then
1776 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1777 else
1778 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1779 fi
1780
1781else
1782
1783 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1784 if test "x$LINE" != x ; then
1785 eval "DEFAULT_$LINE"
1786 else
1787 no_cache=1
1788 fi
1789
1790 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1791
1792fi
1793
1794
1795 eval "$ac_cv_use_universal"
1796 if test "$no_cache" != 1; then
1797 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1798 fi
1799
1800 if test "$wxUSE_UNIVERSAL" = yes; then
1801 echo "$ac_t""yes" 1>&6
1802 else
1803 echo "$ac_t""no" 1>&6
1804 fi
1805
10f2d63a
VZ
1806# Check whether --with-gtk or --without-gtk was given.
1807if test "${with_gtk+set}" = set; then
1808 withval="$with_gtk"
1809 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
698dcdb6 1810fi
10f2d63a
VZ
1811
1812# Check whether --with-motif or --without-motif was given.
1813if test "${with_motif+set}" = set; then
1814 withval="$with_motif"
1815 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
698dcdb6 1816fi
10f2d63a 1817
b4085ce6
GD
1818# Check whether --with-mac or --without-mac was given.
1819if test "${with_mac+set}" = set; then
1820 withval="$with_mac"
1821 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
698dcdb6 1822fi
b4085ce6 1823
10f2d63a
VZ
1824# Check whether --with-wine or --without-wine was given.
1825if test "${with_wine+set}" = set; then
1826 withval="$with_wine"
1827 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
698dcdb6 1828fi
10f2d63a 1829
77e13408
RL
1830# Check whether --with-msw or --without-msw was given.
1831if test "${with_msw+set}" = set; then
1832 withval="$with_msw"
1833 wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1
698dcdb6 1834fi
10f2d63a 1835
e07802fc
VZ
1836# Check whether --with-pm or --without-pm was given.
1837if test "${with_pm+set}" = set; then
1838 withval="$with_pm"
1839 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
698dcdb6
VZ
1840fi
1841
1e6feb95
VZ
1842# Check whether --with-mgl or --without-mgl was given.
1843if test "${with_mgl+set}" = set; then
1844 withval="$with_mgl"
1845 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1846fi
1847
10f2d63a 1848
8168de4c
VZ
1849# Check whether --enable-gtk2 or --disable-gtk2 was given.
1850if test "${enable_gtk2+set}" = set; then
1851 enableval="$enable_gtk2"
1852 wxUSE_GTK2=1
10f2d63a 1853else
8168de4c 1854 wxUSE_GTK2=0
698dcdb6
VZ
1855fi
1856
703e0a69 1857
1e487827 1858
698dcdb6 1859 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
a3a584a7 1860echo "configure:1861: checking for --with-libpng" >&5
698dcdb6
VZ
1861 no_cache=0
1862 # Check whether --with-libpng or --without-libpng was given.
b12915c1
VZ
1863if test "${with_libpng+set}" = set; then
1864 withval="$with_libpng"
698dcdb6 1865
10f2d63a 1866 if test "$withval" = yes; then
b12915c1 1867 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 1868 elif test "$withval" = no; then
b12915c1 1869 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
1870 elif test "$withval" = sys; then
1871 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
4f14bcd8
GD
1872 elif test "$withval" = builtin; then
1873 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
422107f9 1874 else
4f14bcd8 1875 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1876 fi
698dcdb6 1877
10f2d63a 1878else
698dcdb6 1879
b12915c1 1880 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
1881 if test "x$LINE" != x ; then
1882 eval "DEFAULT_$LINE"
1883 else
1884 no_cache=1
1885 fi
1886
b12915c1 1887 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
698dcdb6
VZ
1888
1889fi
10f2d63a
VZ
1890
1891
b12915c1 1892 eval "$ac_cv_use_libpng"
10f2d63a 1893 if test "$no_cache" != 1; then
b12915c1 1894 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1895 fi
1896
b12915c1 1897 if test "$wxUSE_LIBPNG" = yes; then
698dcdb6 1898 echo "$ac_t""yes" 1>&6
422107f9 1899 elif test "$wxUSE_LIBPNG" = no; then
698dcdb6 1900 echo "$ac_t""no" 1>&6
422107f9 1901 elif test "$wxUSE_LIBPNG" = sys; then
698dcdb6 1902 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
1903 elif test "$wxUSE_LIBPNG" = builtin; then
1904 echo "$ac_t""builtin version" 1>&6
422107f9 1905 else
4f14bcd8 1906 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1907 fi
698dcdb6 1908
10f2d63a 1909
698dcdb6 1910 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
a3a584a7 1911echo "configure:1912: checking for --with-libjpeg" >&5
10f2d63a 1912 no_cache=0
698dcdb6 1913 # Check whether --with-libjpeg or --without-libjpeg was given.
b12915c1
VZ
1914if test "${with_libjpeg+set}" = set; then
1915 withval="$with_libjpeg"
698dcdb6 1916
10f2d63a 1917 if test "$withval" = yes; then
b12915c1 1918 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 1919 elif test "$withval" = no; then
b12915c1 1920 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
1921 elif test "$withval" = sys; then
1922 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
4f14bcd8
GD
1923 elif test "$withval" = builtin; then
1924 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
422107f9 1925 else
4f14bcd8 1926 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1927 fi
698dcdb6 1928
10f2d63a 1929else
698dcdb6 1930
b12915c1 1931 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
1932 if test "x$LINE" != x ; then
1933 eval "DEFAULT_$LINE"
1934 else
1935 no_cache=1
1936 fi
1937
b12915c1 1938 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
698dcdb6
VZ
1939
1940fi
10f2d63a
VZ
1941
1942
b12915c1 1943 eval "$ac_cv_use_libjpeg"
10f2d63a 1944 if test "$no_cache" != 1; then
b12915c1 1945 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1946 fi
1947
b12915c1 1948 if test "$wxUSE_LIBJPEG" = yes; then
698dcdb6 1949 echo "$ac_t""yes" 1>&6
422107f9 1950 elif test "$wxUSE_LIBJPEG" = no; then
698dcdb6 1951 echo "$ac_t""no" 1>&6
422107f9 1952 elif test "$wxUSE_LIBJPEG" = sys; then
698dcdb6 1953 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
1954 elif test "$wxUSE_LIBJPEG" = builtin; then
1955 echo "$ac_t""builtin version" 1>&6
422107f9 1956 else
4f14bcd8 1957 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1958 fi
698dcdb6 1959
10f2d63a 1960
698dcdb6 1961 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
a3a584a7 1962echo "configure:1963: checking for --with-libtiff" >&5
10f2d63a 1963 no_cache=0
698dcdb6 1964 # Check whether --with-libtiff or --without-libtiff was given.
b12915c1
VZ
1965if test "${with_libtiff+set}" = set; then
1966 withval="$with_libtiff"
698dcdb6 1967
10f2d63a 1968 if test "$withval" = yes; then
b12915c1 1969 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 1970 elif test "$withval" = no; then
b12915c1 1971 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
1972 elif test "$withval" = sys; then
1973 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4f14bcd8
GD
1974 elif test "$withval" = builtin; then
1975 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
0dcf9893 1976 else
4f14bcd8 1977 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 1978 fi
698dcdb6 1979
10f2d63a 1980else
698dcdb6 1981
b12915c1 1982 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
1983 if test "x$LINE" != x ; then
1984 eval "DEFAULT_$LINE"
1985 else
1986 no_cache=1
1987 fi
1988
b12915c1 1989 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
698dcdb6
VZ
1990
1991fi
10f2d63a
VZ
1992
1993
b12915c1 1994 eval "$ac_cv_use_libtiff"
10f2d63a 1995 if test "$no_cache" != 1; then
b12915c1 1996 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1997 fi
1998
b12915c1 1999 if test "$wxUSE_LIBTIFF" = yes; then
698dcdb6 2000 echo "$ac_t""yes" 1>&6
0dcf9893 2001 elif test "$wxUSE_LIBTIFF" = no; then
698dcdb6 2002 echo "$ac_t""no" 1>&6
0dcf9893 2003 elif test "$wxUSE_LIBTIFF" = sys; then
698dcdb6 2004 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2005 elif test "$wxUSE_LIBTIFF" = builtin; then
2006 echo "$ac_t""builtin version" 1>&6
0dcf9893 2007 else
4f14bcd8 2008 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 2009 fi
698dcdb6 2010
10f2d63a 2011
698dcdb6 2012 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
a3a584a7 2013echo "configure:2014: checking for --with-freetype" >&5
3fed1840 2014 no_cache=0
698dcdb6 2015 # Check whether --with-freetype or --without-freetype was given.
3fed1840
RR
2016if test "${with_freetype+set}" = set; then
2017 withval="$with_freetype"
698dcdb6 2018
3fed1840
RR
2019 if test "$withval" = yes; then
2020 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
2021 elif test "$withval" = no; then
2022 ac_cv_use_freetype='wxUSE_FREETYPE=no'
2023 elif test "$withval" = sys; then
2024 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
4f14bcd8
GD
2025 elif test "$withval" = builtin; then
2026 ac_cv_use_freetype='wxUSE_FREETYPE=builtin'
3fed1840 2027 else
4f14bcd8 2028 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3fed1840 2029 fi
698dcdb6 2030
3fed1840 2031else
698dcdb6 2032
3fed1840
RR
2033 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2034 if test "x$LINE" != x ; then
2035 eval "DEFAULT_$LINE"
2036 else
2037 no_cache=1
2038 fi
2039
2040 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
698dcdb6
VZ
2041
2042fi
3fed1840
RR
2043
2044
2045 eval "$ac_cv_use_freetype"
2046 if test "$no_cache" != 1; then
2047 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2048 fi
2049
2050 if test "$wxUSE_FREETYPE" = yes; then
698dcdb6 2051 echo "$ac_t""yes" 1>&6
3fed1840 2052 elif test "$wxUSE_FREETYPE" = no; then
698dcdb6 2053 echo "$ac_t""no" 1>&6
3fed1840 2054 elif test "$wxUSE_FREETYPE" = sys; then
698dcdb6 2055 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2056 elif test "$wxUSE_FREETYPE" = builtin; then
2057 echo "$ac_t""builtin version" 1>&6
3fed1840 2058 else
4f14bcd8 2059 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3fed1840 2060 fi
698dcdb6 2061
3fed1840 2062
698dcdb6 2063 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
a3a584a7 2064echo "configure:2065: checking for --with-opengl" >&5
10f2d63a 2065 no_cache=0
698dcdb6 2066 # Check whether --with-opengl or --without-opengl was given.
b12915c1
VZ
2067if test "${with_opengl+set}" = set; then
2068 withval="$with_opengl"
698dcdb6 2069
10f2d63a 2070 if test "$withval" = yes; then
b12915c1 2071 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 2072 else
b12915c1 2073 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a 2074 fi
698dcdb6 2075
10f2d63a 2076else
698dcdb6 2077
b12915c1 2078 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
2079 if test "x$LINE" != x ; then
2080 eval "DEFAULT_$LINE"
2081 else
2082 no_cache=1
2083 fi
2084
b12915c1 2085 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
698dcdb6
VZ
2086
2087fi
10f2d63a
VZ
2088
2089
b12915c1 2090 eval "$ac_cv_use_opengl"
10f2d63a 2091 if test "$no_cache" != 1; then
b12915c1 2092 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2093 fi
2094
b12915c1 2095 if test "$wxUSE_OPENGL" = yes; then
698dcdb6 2096 echo "$ac_t""yes" 1>&6
10f2d63a 2097 else
698dcdb6 2098 echo "$ac_t""no" 1>&6
10f2d63a 2099 fi
698dcdb6 2100
10f2d63a 2101
b12915c1
VZ
2102fi
2103
1e487827 2104
698dcdb6 2105 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
a3a584a7 2106echo "configure:2107: checking for --with-dmalloc" >&5
698dcdb6
VZ
2107 no_cache=0
2108 # Check whether --with-dmalloc or --without-dmalloc was given.
b12915c1
VZ
2109if test "${with_dmalloc+set}" = set; then
2110 withval="$with_dmalloc"
698dcdb6 2111
c7a2bf27 2112 if test "$withval" = yes; then
b12915c1 2113 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 2114 else
b12915c1 2115 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27 2116 fi
698dcdb6 2117
c7a2bf27 2118else
698dcdb6 2119
b12915c1 2120 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
2121 if test "x$LINE" != x ; then
2122 eval "DEFAULT_$LINE"
2123 else
2124 no_cache=1
2125 fi
2126
b12915c1 2127 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
698dcdb6
VZ
2128
2129fi
c7a2bf27
RR
2130
2131
b12915c1 2132 eval "$ac_cv_use_dmalloc"
c7a2bf27 2133 if test "$no_cache" != 1; then
b12915c1 2134 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
2135 fi
2136
b12915c1 2137 if test "$wxUSE_DMALLOC" = yes; then
698dcdb6 2138 echo "$ac_t""yes" 1>&6
c7a2bf27 2139 else
698dcdb6 2140 echo "$ac_t""no" 1>&6
c7a2bf27 2141 fi
698dcdb6 2142
c7a2bf27 2143
3e44f09d 2144 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
a3a584a7 2145echo "configure:2146: checking for --with-regex" >&5
3e44f09d
VZ
2146 no_cache=0
2147 # Check whether --with-regex or --without-regex was given.
2148if test "${with_regex+set}" = set; then
2149 withval="$with_regex"
2150
2151 if test "$withval" = yes; then
2152 ac_cv_use_regex='wxUSE_REGEX=yes'
2153 elif test "$withval" = no; then
2154 ac_cv_use_regex='wxUSE_REGEX=no'
2155 elif test "$withval" = sys; then
2156 ac_cv_use_regex='wxUSE_REGEX=sys'
4f14bcd8
GD
2157 elif test "$withval" = builtin; then
2158 ac_cv_use_regex='wxUSE_REGEX=builtin'
3e44f09d 2159 else
4f14bcd8 2160 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3e44f09d
VZ
2161 fi
2162
2163else
2164
2165 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2166 if test "x$LINE" != x ; then
2167 eval "DEFAULT_$LINE"
2168 else
2169 no_cache=1
2170 fi
2171
2172 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2173
2174fi
2175
2176
2177 eval "$ac_cv_use_regex"
2178 if test "$no_cache" != 1; then
2179 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2180 fi
2181
2182 if test "$wxUSE_REGEX" = yes; then
2183 echo "$ac_t""yes" 1>&6
2184 elif test "$wxUSE_REGEX" = no; then
2185 echo "$ac_t""no" 1>&6
2186 elif test "$wxUSE_REGEX" = sys; then
2187 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2188 elif test "$wxUSE_REGEX" = builtin; then
2189 echo "$ac_t""builtin version" 1>&6
3e44f09d 2190 else
4f14bcd8 2191 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
3e44f09d
VZ
2192 fi
2193
2194
698dcdb6 2195 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
a3a584a7 2196echo "configure:2197: checking for --with-zlib" >&5
10f2d63a 2197 no_cache=0
698dcdb6 2198 # Check whether --with-zlib or --without-zlib was given.
b12915c1
VZ
2199if test "${with_zlib+set}" = set; then
2200 withval="$with_zlib"
698dcdb6 2201
10f2d63a 2202 if test "$withval" = yes; then
b12915c1 2203 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 2204 elif test "$withval" = no; then
b12915c1 2205 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
2206 elif test "$withval" = sys; then
2207 ac_cv_use_zlib='wxUSE_ZLIB=sys'
4f14bcd8
GD
2208 elif test "$withval" = builtin; then
2209 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
422107f9 2210 else
4f14bcd8 2211 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 2212 fi
698dcdb6 2213
10f2d63a 2214else
698dcdb6 2215
b12915c1 2216 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
2217 if test "x$LINE" != x ; then
2218 eval "DEFAULT_$LINE"
2219 else
2220 no_cache=1
2221 fi
2222
b12915c1 2223 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
698dcdb6
VZ
2224
2225fi
10f2d63a
VZ
2226
2227
b12915c1 2228 eval "$ac_cv_use_zlib"
10f2d63a 2229 if test "$no_cache" != 1; then
b12915c1 2230 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2231 fi
2232
b12915c1 2233 if test "$wxUSE_ZLIB" = yes; then
698dcdb6 2234 echo "$ac_t""yes" 1>&6
422107f9 2235 elif test "$wxUSE_ZLIB" = no; then
698dcdb6 2236 echo "$ac_t""no" 1>&6
422107f9 2237 elif test "$wxUSE_ZLIB" = sys; then
698dcdb6 2238 echo "$ac_t""system version" 1>&6
4f14bcd8
GD
2239 elif test "$wxUSE_ZLIB" = builtin; then
2240 echo "$ac_t""builtin version" 1>&6
422107f9 2241 else
4f14bcd8 2242 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
10f2d63a 2243 fi
698dcdb6 2244
10f2d63a 2245
698dcdb6 2246 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
a3a584a7 2247echo "configure:2248: checking for --with-odbc" >&5
10f2d63a 2248 no_cache=0
698dcdb6 2249 # Check whether --with-odbc or --without-odbc was given.
10f2d63a
VZ
2250if test "${with_odbc+set}" = set; then
2251 withval="$with_odbc"
698dcdb6 2252
10f2d63a
VZ
2253 if test "$withval" = yes; then
2254 ac_cv_use_odbc='wxUSE_ODBC=yes'
2255 else
2256 ac_cv_use_odbc='wxUSE_ODBC=no'
2257 fi
698dcdb6 2258
10f2d63a 2259else
698dcdb6 2260
10f2d63a
VZ
2261 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2262 if test "x$LINE" != x ; then
2263 eval "DEFAULT_$LINE"
2264 else
2265 no_cache=1
2266 fi
2267
2268 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
698dcdb6
VZ
2269
2270fi
10f2d63a
VZ
2271
2272
2273 eval "$ac_cv_use_odbc"
2274 if test "$no_cache" != 1; then
2275 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2276 fi
2277
2278 if test "$wxUSE_ODBC" = yes; then
698dcdb6 2279 echo "$ac_t""yes" 1>&6
10f2d63a 2280 else
698dcdb6 2281 echo "$ac_t""no" 1>&6
10f2d63a 2282 fi
698dcdb6
VZ
2283
2284
10f2d63a 2285
698dcdb6 2286
698dcdb6 2287 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
a3a584a7 2288echo "configure:2289: checking for --enable-shared" >&5
10f2d63a
VZ
2289 no_cache=0
2290 # Check whether --enable-shared or --disable-shared was given.
2291if test "${enable_shared+set}" = set; then
2292 enableval="$enable_shared"
698dcdb6 2293
10f2d63a
VZ
2294 if test "$enableval" = yes; then
2295 ac_cv_use_shared='wxUSE_SHARED=yes'
2296 else
2297 ac_cv_use_shared='wxUSE_SHARED=no'
2298 fi
698dcdb6 2299
10f2d63a 2300else
698dcdb6 2301
10f2d63a
VZ
2302 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2303 if test "x$LINE" != x ; then
2304 eval "DEFAULT_$LINE"
2305 else
2306 no_cache=1
2307 fi
2308
2309 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
698dcdb6
VZ
2310
2311fi
10f2d63a
VZ
2312
2313
2314 eval "$ac_cv_use_shared"
2315 if test "$no_cache" != 1; then
2316 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2317 fi
2318
2319 if test "$wxUSE_SHARED" = yes; then
698dcdb6 2320 echo "$ac_t""yes" 1>&6
10f2d63a 2321 else
698dcdb6 2322 echo "$ac_t""no" 1>&6
10f2d63a 2323 fi
698dcdb6 2324
10f2d63a 2325
3a922bb4 2326 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
a3a584a7 2327echo "configure:2328: checking for --enable-soname" >&5
00cf1208 2328 no_cache=0
3a922bb4
RL
2329 # Check whether --enable-soname or --disable-soname was given.
2330if test "${enable_soname+set}" = set; then
2331 enableval="$enable_soname"
698dcdb6 2332
00cf1208 2333 if test "$enableval" = yes; then
3a922bb4 2334 ac_cv_use_soname='wxUSE_SONAME=yes'
00cf1208 2335 else
3a922bb4 2336 ac_cv_use_soname='wxUSE_SONAME=no'
00cf1208 2337 fi
698dcdb6 2338
00cf1208 2339else
698dcdb6 2340
3a922bb4 2341 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
00cf1208
RR
2342 if test "x$LINE" != x ; then
2343 eval "DEFAULT_$LINE"
2344 else
2345 no_cache=1
2346 fi
2347
3a922bb4 2348 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
698dcdb6
VZ
2349
2350fi
00cf1208
RR
2351
2352
3a922bb4 2353 eval "$ac_cv_use_soname"
00cf1208 2354 if test "$no_cache" != 1; then
3a922bb4 2355 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
00cf1208
RR
2356 fi
2357
3a922bb4 2358 if test "$wxUSE_SONAME" = yes; then
698dcdb6 2359 echo "$ac_t""yes" 1>&6
00cf1208 2360 else
698dcdb6 2361 echo "$ac_t""no" 1>&6
00cf1208 2362 fi
698dcdb6 2363
00cf1208 2364
698dcdb6 2365 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
a3a584a7 2366echo "configure:2367: checking for --enable-optimise" >&5
10f2d63a
VZ
2367 no_cache=0
2368 # Check whether --enable-optimise or --disable-optimise was given.
2369if test "${enable_optimise+set}" = set; then
2370 enableval="$enable_optimise"
698dcdb6 2371
10f2d63a
VZ
2372 if test "$enableval" = yes; then
2373 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2374 else
2375 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2376 fi
698dcdb6 2377
10f2d63a 2378else
698dcdb6 2379
10f2d63a
VZ
2380 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2381 if test "x$LINE" != x ; then
2382 eval "DEFAULT_$LINE"
2383 else
2384 no_cache=1
2385 fi
2386
2387 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
698dcdb6
VZ
2388
2389fi
10f2d63a
VZ
2390
2391
2392 eval "$ac_cv_use_optimise"
2393 if test "$no_cache" != 1; then
2394 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2395 fi
2396
2397 if test "$wxUSE_OPTIMISE" = yes; then
698dcdb6 2398 echo "$ac_t""yes" 1>&6
10f2d63a 2399 else
698dcdb6 2400 echo "$ac_t""no" 1>&6
10f2d63a 2401 fi
698dcdb6 2402
10f2d63a 2403
698dcdb6 2404 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
a3a584a7 2405echo "configure:2406: checking for --enable-debug" >&5
10f2d63a
VZ
2406 no_cache=0
2407 # Check whether --enable-debug or --disable-debug was given.
2408if test "${enable_debug+set}" = set; then
2409 enableval="$enable_debug"
698dcdb6 2410
10f2d63a
VZ
2411 if test "$enableval" = yes; then
2412 ac_cv_use_debug='wxUSE_DEBUG=yes'
2413 else
2414 ac_cv_use_debug='wxUSE_DEBUG=no'
2415 fi
698dcdb6 2416
10f2d63a 2417else
698dcdb6 2418
10f2d63a
VZ
2419 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2420 if test "x$LINE" != x ; then
2421 eval "DEFAULT_$LINE"
2422 else
2423 no_cache=1
2424 fi
2425
2426 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
698dcdb6
VZ
2427
2428fi
10f2d63a
VZ
2429
2430
2431 eval "$ac_cv_use_debug"
2432 if test "$no_cache" != 1; then
2433 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2434 fi
2435
2436 if test "$wxUSE_DEBUG" = yes; then
698dcdb6 2437 echo "$ac_t""yes" 1>&6
10f2d63a 2438 else
698dcdb6 2439 echo "$ac_t""no" 1>&6
10f2d63a 2440 fi
698dcdb6 2441
10f2d63a 2442
683dccda
GD
2443
2444 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
a3a584a7 2445echo "configure:2446: checking for --enable-precomp" >&5
683dccda
GD
2446 no_cache=0
2447 # Check whether --enable-precomp or --disable-precomp was given.
2448if test "${enable_precomp+set}" = set; then
2449 enableval="$enable_precomp"
2450
2451 if test "$enableval" = yes; then
2452 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2453 else
2454 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2455 fi
2456
2457else
2458
2459 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2460 if test "x$LINE" != x ; then
2461 eval "DEFAULT_$LINE"
2462 else
2463 no_cache=1
2464 fi
2465
2466 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2467
2468fi
2469
2470
2471 eval "$ac_cv_use_precomp"
2472 if test "$no_cache" != 1; then
2473 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2474 fi
2475
2476 if test "$wxUSE_PRECOMP" = yes; then
2477 echo "$ac_t""yes" 1>&6
2478 else
2479 echo "$ac_t""no" 1>&6
2480 fi
2481
2482
10f2d63a
VZ
2483if test "$wxUSE_DEBUG" = "yes"; then
2484 DEFAULT_wxUSE_DEBUG_FLAG=yes
2485 DEFAULT_wxUSE_DEBUG_INFO=yes
2486elif test "$wxUSE_DEBUG" = "no"; then
2487 DEFAULT_wxUSE_DEBUG_FLAG=no
2488 DEFAULT_wxUSE_DEBUG_INFO=no
2489fi
2490
698dcdb6
VZ
2491
2492 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
a3a584a7 2493echo "configure:2494: checking for --enable-debug_flag" >&5
10f2d63a
VZ
2494 no_cache=0
2495 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2496if test "${enable_debug_flag+set}" = set; then
2497 enableval="$enable_debug_flag"
698dcdb6 2498
10f2d63a
VZ
2499 if test "$enableval" = yes; then
2500 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2501 else
2502 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2503 fi
698dcdb6 2504
10f2d63a 2505else
698dcdb6 2506
10f2d63a
VZ
2507 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2508 if test "x$LINE" != x ; then
2509 eval "DEFAULT_$LINE"
2510 else
2511 no_cache=1
2512 fi
2513
2514 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
698dcdb6
VZ
2515
2516fi
10f2d63a
VZ
2517
2518
2519 eval "$ac_cv_use_debug_flag"
2520 if test "$no_cache" != 1; then
2521 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2522 fi
2523
2524 if test "$wxUSE_DEBUG_FLAG" = yes; then
698dcdb6 2525 echo "$ac_t""yes" 1>&6
10f2d63a 2526 else
698dcdb6 2527 echo "$ac_t""no" 1>&6
10f2d63a 2528 fi
698dcdb6 2529
10f2d63a 2530
698dcdb6 2531 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
a3a584a7 2532echo "configure:2533: checking for --enable-debug_info" >&5
10f2d63a
VZ
2533 no_cache=0
2534 # Check whether --enable-debug_info or --disable-debug_info was given.
2535if test "${enable_debug_info+set}" = set; then
2536 enableval="$enable_debug_info"
698dcdb6 2537
10f2d63a
VZ
2538 if test "$enableval" = yes; then
2539 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2540 else
2541 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2542 fi
698dcdb6 2543
10f2d63a 2544else
698dcdb6 2545
10f2d63a
VZ
2546 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2547 if test "x$LINE" != x ; then
2548 eval "DEFAULT_$LINE"
2549 else
2550 no_cache=1
2551 fi
2552
2553 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
698dcdb6
VZ
2554
2555fi
10f2d63a
VZ
2556
2557
2558 eval "$ac_cv_use_debug_info"
2559 if test "$no_cache" != 1; then
2560 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2561 fi
2562
2563 if test "$wxUSE_DEBUG_INFO" = yes; then
698dcdb6 2564 echo "$ac_t""yes" 1>&6
10f2d63a 2565 else
698dcdb6 2566 echo "$ac_t""no" 1>&6
10f2d63a 2567 fi
698dcdb6 2568
10f2d63a 2569
698dcdb6 2570 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
a3a584a7 2571echo "configure:2572: checking for --enable-debug_gdb" >&5
10f2d63a
VZ
2572 no_cache=0
2573 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2574if test "${enable_debug_gdb+set}" = set; then
2575 enableval="$enable_debug_gdb"
698dcdb6 2576
10f2d63a
VZ
2577 if test "$enableval" = yes; then
2578 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2579 else
2580 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2581 fi
698dcdb6 2582
10f2d63a 2583else
698dcdb6 2584
10f2d63a
VZ
2585 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2586 if test "x$LINE" != x ; then
2587 eval "DEFAULT_$LINE"
2588 else
2589 no_cache=1
2590 fi
2591
2592 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
698dcdb6
VZ
2593
2594fi
10f2d63a
VZ
2595
2596
2597 eval "$ac_cv_use_debug_gdb"
2598 if test "$no_cache" != 1; then
2599 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2600 fi
2601
2602 if test "$wxUSE_DEBUG_GDB" = yes; then
698dcdb6 2603 echo "$ac_t""yes" 1>&6
10f2d63a 2604 else
698dcdb6 2605 echo "$ac_t""no" 1>&6
10f2d63a 2606 fi
698dcdb6 2607
10f2d63a 2608
698dcdb6 2609 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
a3a584a7 2610echo "configure:2611: checking for --enable-debug_cntxt" >&5
10f2d63a
VZ
2611 no_cache=0
2612 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2613if test "${enable_debug_cntxt+set}" = set; then
2614 enableval="$enable_debug_cntxt"
698dcdb6 2615
10f2d63a
VZ
2616 if test "$enableval" = yes; then
2617 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2618 else
2619 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2620 fi
698dcdb6 2621
10f2d63a 2622else
698dcdb6 2623
10f2d63a
VZ
2624 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2625 if test "x$LINE" != x ; then
2626 eval "DEFAULT_$LINE"
2627 else
2628 no_cache=1
2629 fi
2630
2631 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
698dcdb6
VZ
2632
2633fi
10f2d63a
VZ
2634
2635
2636 eval "$ac_cv_use_debug_cntxt"
2637 if test "$no_cache" != 1; then
2638 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2639 fi
2640
2641 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
698dcdb6 2642 echo "$ac_t""yes" 1>&6
10f2d63a 2643 else
698dcdb6 2644 echo "$ac_t""no" 1>&6
10f2d63a 2645 fi
698dcdb6 2646
10f2d63a 2647
698dcdb6 2648 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
a3a584a7 2649echo "configure:2650: checking for --enable-mem_tracing" >&5
10f2d63a
VZ
2650 no_cache=0
2651 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2652if test "${enable_mem_tracing+set}" = set; then
2653 enableval="$enable_mem_tracing"
698dcdb6 2654
10f2d63a
VZ
2655 if test "$enableval" = yes; then
2656 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2657 else
2658 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2659 fi
698dcdb6 2660
10f2d63a 2661else
698dcdb6 2662
10f2d63a
VZ
2663 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2664 if test "x$LINE" != x ; then
2665 eval "DEFAULT_$LINE"
2666 else
2667 no_cache=1
2668 fi
2669
2670 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
698dcdb6
VZ
2671
2672fi
10f2d63a
VZ
2673
2674
2675 eval "$ac_cv_use_mem_tracing"
2676 if test "$no_cache" != 1; then
2677 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2678 fi
2679
2680 if test "$wxUSE_MEM_TRACING" = yes; then
698dcdb6 2681 echo "$ac_t""yes" 1>&6
10f2d63a 2682 else
698dcdb6 2683 echo "$ac_t""no" 1>&6
10f2d63a 2684 fi
698dcdb6 2685
10f2d63a 2686
698dcdb6 2687 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
a3a584a7 2688echo "configure:2689: checking for --enable-profile" >&5
10f2d63a
VZ
2689 no_cache=0
2690 # Check whether --enable-profile or --disable-profile was given.
2691if test "${enable_profile+set}" = set; then
2692 enableval="$enable_profile"
698dcdb6 2693
10f2d63a
VZ
2694 if test "$enableval" = yes; then
2695 ac_cv_use_profile='wxUSE_PROFILE=yes'
2696 else
2697 ac_cv_use_profile='wxUSE_PROFILE=no'
2698 fi
698dcdb6 2699
10f2d63a 2700else
698dcdb6 2701
10f2d63a
VZ
2702 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2703 if test "x$LINE" != x ; then
2704 eval "DEFAULT_$LINE"
2705 else
2706 no_cache=1
2707 fi
2708
2709 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
698dcdb6
VZ
2710
2711fi
10f2d63a
VZ
2712
2713
2714 eval "$ac_cv_use_profile"
2715 if test "$no_cache" != 1; then
2716 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2717 fi
2718
2719 if test "$wxUSE_PROFILE" = yes; then
698dcdb6 2720 echo "$ac_t""yes" 1>&6
10f2d63a 2721 else
698dcdb6 2722 echo "$ac_t""no" 1>&6
10f2d63a 2723 fi
698dcdb6 2724
10f2d63a 2725
698dcdb6 2726 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
a3a584a7 2727echo "configure:2728: checking for --enable-no_rtti" >&5
10f2d63a
VZ
2728 no_cache=0
2729 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2730if test "${enable_no_rtti+set}" = set; then
2731 enableval="$enable_no_rtti"
698dcdb6 2732
10f2d63a
VZ
2733 if test "$enableval" = yes; then
2734 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2735 else
2736 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2737 fi
698dcdb6 2738
10f2d63a 2739else
698dcdb6 2740
10f2d63a
VZ
2741 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2742 if test "x$LINE" != x ; then
2743 eval "DEFAULT_$LINE"
2744 else
2745 no_cache=1
2746 fi
2747
2748 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
698dcdb6
VZ
2749
2750fi
10f2d63a
VZ
2751
2752
2753 eval "$ac_cv_use_no_rtti"
2754 if test "$no_cache" != 1; then
2755 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2756 fi
2757
2758 if test "$wxUSE_NO_RTTI" = yes; then
698dcdb6 2759 echo "$ac_t""yes" 1>&6
10f2d63a 2760 else
698dcdb6 2761 echo "$ac_t""no" 1>&6
10f2d63a 2762 fi
698dcdb6 2763
10f2d63a 2764
698dcdb6 2765 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
a3a584a7 2766echo "configure:2767: checking for --enable-no_exceptions" >&5
10f2d63a
VZ
2767 no_cache=0
2768 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2769if test "${enable_no_exceptions+set}" = set; then
2770 enableval="$enable_no_exceptions"
698dcdb6 2771
10f2d63a
VZ
2772 if test "$enableval" = yes; then
2773 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2774 else
2775 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2776 fi
698dcdb6 2777
10f2d63a 2778else
698dcdb6 2779
10f2d63a
VZ
2780 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2781 if test "x$LINE" != x ; then
2782 eval "DEFAULT_$LINE"
2783 else
2784 no_cache=1
2785 fi
2786
2787 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
698dcdb6
VZ
2788
2789fi
10f2d63a
VZ
2790
2791
2792 eval "$ac_cv_use_no_exceptions"
2793 if test "$no_cache" != 1; then
2794 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2795 fi
2796
2797 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
698dcdb6 2798 echo "$ac_t""yes" 1>&6
10f2d63a 2799 else
698dcdb6 2800 echo "$ac_t""no" 1>&6
10f2d63a 2801 fi
698dcdb6 2802
10f2d63a 2803
698dcdb6 2804 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
a3a584a7 2805echo "configure:2806: checking for --enable-permissive" >&5
10f2d63a
VZ
2806 no_cache=0
2807 # Check whether --enable-permissive or --disable-permissive was given.
2808if test "${enable_permissive+set}" = set; then
2809 enableval="$enable_permissive"
698dcdb6 2810
10f2d63a
VZ
2811 if test "$enableval" = yes; then
2812 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2813 else
2814 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2815 fi
698dcdb6 2816
10f2d63a 2817else
698dcdb6 2818
10f2d63a
VZ
2819 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2820 if test "x$LINE" != x ; then
2821 eval "DEFAULT_$LINE"
2822 else
2823 no_cache=1
2824 fi
2825
2826 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
698dcdb6
VZ
2827
2828fi
10f2d63a
VZ
2829
2830
2831 eval "$ac_cv_use_permissive"
2832 if test "$no_cache" != 1; then
2833 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2834 fi
2835
2836 if test "$wxUSE_PERMISSIVE" = yes; then
698dcdb6 2837 echo "$ac_t""yes" 1>&6
10f2d63a 2838 else
698dcdb6 2839 echo "$ac_t""no" 1>&6
10f2d63a 2840 fi
698dcdb6 2841
10f2d63a 2842
698dcdb6 2843 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
a3a584a7 2844echo "configure:2845: checking for --enable-no_deps" >&5
10f2d63a
VZ
2845 no_cache=0
2846 # Check whether --enable-no_deps or --disable-no_deps was given.
2847if test "${enable_no_deps+set}" = set; then
2848 enableval="$enable_no_deps"
698dcdb6 2849
10f2d63a
VZ
2850 if test "$enableval" = yes; then
2851 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2852 else
2853 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2854 fi
698dcdb6 2855
10f2d63a 2856else
698dcdb6 2857
10f2d63a
VZ
2858 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2859 if test "x$LINE" != x ; then
2860 eval "DEFAULT_$LINE"
2861 else
2862 no_cache=1
2863 fi
2864
2865 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
698dcdb6
VZ
2866
2867fi
10f2d63a
VZ
2868
2869
2870 eval "$ac_cv_use_no_deps"
2871 if test "$no_cache" != 1; then
2872 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2873 fi
2874
2875 if test "$wxUSE_NO_DEPS" = yes; then
698dcdb6 2876 echo "$ac_t""yes" 1>&6
10f2d63a 2877 else
698dcdb6 2878 echo "$ac_t""no" 1>&6
10f2d63a 2879 fi
698dcdb6
VZ
2880
2881
10f2d63a 2882
54276ccf 2883 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
a3a584a7 2884echo "configure:2885: checking for --enable-compat20" >&5
54276ccf
VZ
2885 no_cache=0
2886 # Check whether --enable-compat20 or --disable-compat20 was given.
2887if test "${enable_compat20+set}" = set; then
2888 enableval="$enable_compat20"
2889
2890 if test "$enableval" = yes; then
2891 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2892 else
2893 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2894 fi
2895
2896else
2897
2898 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2899 if test "x$LINE" != x ; then
2900 eval "DEFAULT_$LINE"
2901 else
2902 no_cache=1
2903 fi
2904
2905 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2906
2907fi
2908
2909
2910 eval "$ac_cv_use_compat20"
2911 if test "$no_cache" != 1; then
2912 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2913 fi
2914
2915 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2916 echo "$ac_t""yes" 1>&6
2917 else
2918 echo "$ac_t""no" 1>&6
2919 fi
2920
2921
2922 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
a3a584a7 2923echo "configure:2924: checking for --enable-compat22" >&5
54276ccf
VZ
2924 no_cache=0
2925 # Check whether --enable-compat22 or --disable-compat22 was given.
2926if test "${enable_compat22+set}" = set; then
2927 enableval="$enable_compat22"
2928
2929 if test "$enableval" = yes; then
2930 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2931 else
2932 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2933 fi
2934
2935else
2936
2937 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2938 if test "x$LINE" != x ; then
2939 eval "DEFAULT_$LINE"
2940 else
2941 no_cache=1
2942 fi
2943
2944 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2945
2946fi
2947
2948
2949 eval "$ac_cv_use_compat22"
2950 if test "$no_cache" != 1; then
2951 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2952 fi
2953
2954 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2955 echo "$ac_t""yes" 1>&6
2956 else
2957 echo "$ac_t""no" 1>&6
2958 fi
2959
2960
2961
698dcdb6
VZ
2962
2963 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
a3a584a7 2964echo "configure:2965: checking for --enable-intl" >&5
10f2d63a
VZ
2965 no_cache=0
2966 # Check whether --enable-intl or --disable-intl was given.
2967if test "${enable_intl+set}" = set; then
2968 enableval="$enable_intl"
698dcdb6 2969
10f2d63a
VZ
2970 if test "$enableval" = yes; then
2971 ac_cv_use_intl='wxUSE_INTL=yes'
2972 else
2973 ac_cv_use_intl='wxUSE_INTL=no'
2974 fi
698dcdb6 2975
10f2d63a 2976else
698dcdb6 2977
10f2d63a
VZ
2978 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2979 if test "x$LINE" != x ; then
2980 eval "DEFAULT_$LINE"
2981 else
2982 no_cache=1
2983 fi
2984
2985 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
698dcdb6
VZ
2986
2987fi
10f2d63a
VZ
2988
2989
2990 eval "$ac_cv_use_intl"
2991 if test "$no_cache" != 1; then
2992 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2993 fi
2994
2995 if test "$wxUSE_INTL" = yes; then
698dcdb6 2996 echo "$ac_t""yes" 1>&6
10f2d63a 2997 else
698dcdb6 2998 echo "$ac_t""no" 1>&6
10f2d63a 2999 fi
698dcdb6 3000
10f2d63a 3001
698dcdb6 3002 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
a3a584a7 3003echo "configure:3004: checking for --enable-config" >&5
10f2d63a
VZ
3004 no_cache=0
3005 # Check whether --enable-config or --disable-config was given.
3006if test "${enable_config+set}" = set; then
3007 enableval="$enable_config"
698dcdb6 3008
10f2d63a
VZ
3009 if test "$enableval" = yes; then
3010 ac_cv_use_config='wxUSE_CONFIG=yes'
3011 else
3012 ac_cv_use_config='wxUSE_CONFIG=no'
3013 fi
698dcdb6 3014
10f2d63a 3015else
698dcdb6 3016
10f2d63a
VZ
3017 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3018 if test "x$LINE" != x ; then
3019 eval "DEFAULT_$LINE"
3020 else
3021 no_cache=1
3022 fi
3023
3024 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
698dcdb6
VZ
3025
3026fi
10f2d63a
VZ
3027
3028
3029 eval "$ac_cv_use_config"
3030 if test "$no_cache" != 1; then
3031 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3032 fi
3033
3034 if test "$wxUSE_CONFIG" = yes; then
698dcdb6 3035 echo "$ac_t""yes" 1>&6
10f2d63a 3036 else
698dcdb6 3037 echo "$ac_t""no" 1>&6
10f2d63a 3038 fi
698dcdb6
VZ
3039
3040
b12915c1 3041
698dcdb6 3042 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
a3a584a7 3043echo "configure:3044: checking for --enable-sockets" >&5
10f2d63a
VZ
3044 no_cache=0
3045 # Check whether --enable-sockets or --disable-sockets was given.
3046if test "${enable_sockets+set}" = set; then
3047 enableval="$enable_sockets"
698dcdb6 3048
10f2d63a
VZ
3049 if test "$enableval" = yes; then
3050 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3051 else
3052 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3053 fi
698dcdb6 3054
10f2d63a 3055else
698dcdb6 3056
10f2d63a
VZ
3057 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3058 if test "x$LINE" != x ; then
3059 eval "DEFAULT_$LINE"
3060 else
3061 no_cache=1
3062 fi
3063
3064 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
698dcdb6
VZ
3065
3066fi
10f2d63a
VZ
3067
3068
3069 eval "$ac_cv_use_sockets"
3070 if test "$no_cache" != 1; then
3071 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3072 fi
3073
3074 if test "$wxUSE_SOCKETS" = yes; then
698dcdb6 3075 echo "$ac_t""yes" 1>&6
10f2d63a 3076 else
698dcdb6 3077 echo "$ac_t""no" 1>&6
10f2d63a 3078 fi
698dcdb6 3079
b12915c1 3080
698dcdb6
VZ
3081
3082 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
a3a584a7 3083echo "configure:3084: checking for --enable-ipc" >&5
10f2d63a 3084 no_cache=0
eb4efbdc
VZ
3085 # Check whether --enable-ipc or --disable-ipc was given.
3086if test "${enable_ipc+set}" = set; then
3087 enableval="$enable_ipc"
698dcdb6 3088
10f2d63a 3089 if test "$enableval" = yes; then
eb4efbdc 3090 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 3091 else
eb4efbdc 3092 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a 3093 fi
698dcdb6 3094
10f2d63a 3095else
698dcdb6 3096
eb4efbdc 3097 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
3098 if test "x$LINE" != x ; then
3099 eval "DEFAULT_$LINE"
3100 else
3101 no_cache=1
3102 fi
3103
eb4efbdc 3104 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
698dcdb6
VZ
3105
3106fi
10f2d63a
VZ
3107
3108
eb4efbdc 3109 eval "$ac_cv_use_ipc"
10f2d63a 3110 if test "$no_cache" != 1; then
eb4efbdc 3111 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3112 fi
3113
eb4efbdc 3114 if test "$wxUSE_IPC" = yes; then
698dcdb6 3115 echo "$ac_t""yes" 1>&6
10f2d63a 3116 else
698dcdb6 3117 echo "$ac_t""no" 1>&6
10f2d63a 3118 fi
698dcdb6
VZ
3119
3120
eb4efbdc 3121
1e6feb95 3122 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
a3a584a7 3123echo "configure:3124: checking for --enable-cmdline" >&5
1e6feb95
VZ
3124 no_cache=0
3125 # Check whether --enable-cmdline or --disable-cmdline was given.
3126if test "${enable_cmdline+set}" = set; then
3127 enableval="$enable_cmdline"
3128
3129 if test "$enableval" = yes; then
3130 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3131 else
3132 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3133 fi
3134
3135else
3136
3137 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3138 if test "x$LINE" != x ; then
3139 eval "DEFAULT_$LINE"
3140 else
3141 no_cache=1
3142 fi
3143
3144 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3145
3146fi
3147
3148
3149 eval "$ac_cv_use_cmdline"
3150 if test "$no_cache" != 1; then
3151 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3152 fi
3153
3154 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3155 echo "$ac_t""yes" 1>&6
3156 else
3157 echo "$ac_t""no" 1>&6
3158 fi
3159
3160
3161 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
a3a584a7 3162echo "configure:3163: checking for --enable-datetime" >&5
1e6feb95
VZ
3163 no_cache=0
3164 # Check whether --enable-datetime or --disable-datetime was given.
3165if test "${enable_datetime+set}" = set; then
3166 enableval="$enable_datetime"
3167
3168 if test "$enableval" = yes; then
3169 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3170 else
3171 ac_cv_use_datetime='wxUSE_DATETIME=no'
3172 fi
3173
3174else
3175
3176 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3177 if test "x$LINE" != x ; then
3178 eval "DEFAULT_$LINE"
3179 else
3180 no_cache=1
3181 fi
3182
3183 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3184
3185fi
3186
3187
3188 eval "$ac_cv_use_datetime"
3189 if test "$no_cache" != 1; then
3190 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3191 fi
3192
3193 if test "$wxUSE_DATETIME" = yes; then
3194 echo "$ac_t""yes" 1>&6
3195 else
3196 echo "$ac_t""no" 1>&6
3197 fi
3198
3199
3200 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
a3a584a7 3201echo "configure:3202: checking for --enable-timedate" >&5
1e6feb95
VZ
3202 no_cache=0
3203 # Check whether --enable-timedate or --disable-timedate was given.
3204if test "${enable_timedate+set}" = set; then
3205 enableval="$enable_timedate"
3206
3207 if test "$enableval" = yes; then
3208 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3209 else
3210 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3211 fi
3212
3213else
3214
3215 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3216 if test "x$LINE" != x ; then
3217 eval "DEFAULT_$LINE"
3218 else
3219 no_cache=1
3220 fi
3221
3222 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3223
3224fi
3225
3226
3227 eval "$ac_cv_use_timedate"
3228 if test "$no_cache" != 1; then
3229 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3230 fi
3231
3232 if test "$wxUSE_TIMEDATE" = yes; then
3233 echo "$ac_t""yes" 1>&6
3234 else
3235 echo "$ac_t""no" 1>&6
3236 fi
3237
3238
3239 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
a3a584a7 3240echo "configure:3241: checking for --enable-stopwatch" >&5
1e6feb95
VZ
3241 no_cache=0
3242 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3243if test "${enable_stopwatch+set}" = set; then
3244 enableval="$enable_stopwatch"
3245
3246 if test "$enableval" = yes; then
3247 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3248 else
3249 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3250 fi
3251
3252else
3253
3254 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3255 if test "x$LINE" != x ; then
3256 eval "DEFAULT_$LINE"
3257 else
3258 no_cache=1
3259 fi
3260
3261 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3262
3263fi
3264
3265
3266 eval "$ac_cv_use_stopwatch"
3267 if test "$no_cache" != 1; then
3268 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3269 fi
3270
3271 if test "$wxUSE_STOPWATCH" = yes; then
3272 echo "$ac_t""yes" 1>&6
3273 else
3274 echo "$ac_t""no" 1>&6
3275 fi
3276
3277
698dcdb6 3278 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
a3a584a7 3279echo "configure:3280: checking for --enable-dialupman" >&5
10f2d63a 3280 no_cache=0
eb4efbdc
VZ
3281 # Check whether --enable-dialupman or --disable-dialupman was given.
3282if test "${enable_dialupman+set}" = set; then
3283 enableval="$enable_dialupman"
698dcdb6 3284
10f2d63a 3285 if test "$enableval" = yes; then
eb4efbdc 3286 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 3287 else
eb4efbdc 3288 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a 3289 fi
698dcdb6 3290
10f2d63a 3291else
698dcdb6 3292
eb4efbdc 3293 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
3294 if test "x$LINE" != x ; then
3295 eval "DEFAULT_$LINE"
3296 else
3297 no_cache=1
3298 fi
3299
eb4efbdc 3300 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
698dcdb6
VZ
3301
3302fi
10f2d63a
VZ
3303
3304
eb4efbdc 3305 eval "$ac_cv_use_dialupman"
10f2d63a 3306 if test "$no_cache" != 1; then
eb4efbdc 3307 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3308 fi
3309
eb4efbdc 3310 if test "$wxUSE_DIALUP_MANAGER" = yes; then
698dcdb6 3311 echo "$ac_t""yes" 1>&6
10f2d63a 3312 else
698dcdb6 3313 echo "$ac_t""no" 1>&6
10f2d63a 3314 fi
698dcdb6 3315
10f2d63a 3316
698dcdb6 3317 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
a3a584a7 3318echo "configure:3319: checking for --enable-apple_ieee" >&5
10f2d63a
VZ
3319 no_cache=0
3320 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3321if test "${enable_apple_ieee+set}" = set; then
3322 enableval="$enable_apple_ieee"
698dcdb6 3323
10f2d63a
VZ
3324 if test "$enableval" = yes; then
3325 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3326 else
3327 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3328 fi
698dcdb6 3329
10f2d63a 3330else
698dcdb6 3331
10f2d63a
VZ
3332 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3333 if test "x$LINE" != x ; then
3334 eval "DEFAULT_$LINE"
3335 else
3336 no_cache=1
3337 fi
3338
3339 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
698dcdb6
VZ
3340
3341fi
10f2d63a
VZ
3342
3343
3344 eval "$ac_cv_use_apple_ieee"
3345 if test "$no_cache" != 1; then
3346 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3347 fi
3348
3349 if test "$wxUSE_APPLE_IEEE" = yes; then
698dcdb6 3350 echo "$ac_t""yes" 1>&6
10f2d63a 3351 else
698dcdb6 3352 echo "$ac_t""no" 1>&6
10f2d63a 3353 fi
698dcdb6 3354
10f2d63a 3355
1e6feb95 3356 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
a3a584a7 3357echo "configure:3358: checking for --enable-timer" >&5
10f2d63a 3358 no_cache=0
1e6feb95
VZ
3359 # Check whether --enable-timer or --disable-timer was given.
3360if test "${enable_timer+set}" = set; then
3361 enableval="$enable_timer"
698dcdb6 3362
10f2d63a 3363 if test "$enableval" = yes; then
1e6feb95 3364 ac_cv_use_timer='wxUSE_TIMER=yes'
10f2d63a 3365 else
1e6feb95 3366 ac_cv_use_timer='wxUSE_TIMER=no'
10f2d63a 3367 fi
698dcdb6 3368
10f2d63a 3369else
698dcdb6 3370
1e6feb95 3371 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
10f2d63a
VZ
3372 if test "x$LINE" != x ; then
3373 eval "DEFAULT_$LINE"
3374 else
3375 no_cache=1
3376 fi
3377
1e6feb95 3378 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
698dcdb6
VZ
3379
3380fi
10f2d63a
VZ
3381
3382
1e6feb95 3383 eval "$ac_cv_use_timer"
10f2d63a 3384 if test "$no_cache" != 1; then
1e6feb95 3385 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3386 fi
3387
1e6feb95 3388 if test "$wxUSE_TIMER" = yes; then
698dcdb6 3389 echo "$ac_t""yes" 1>&6
10f2d63a 3390 else
698dcdb6 3391 echo "$ac_t""no" 1>&6
10f2d63a 3392 fi
698dcdb6 3393
10f2d63a 3394
698dcdb6 3395 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
a3a584a7 3396echo "configure:3397: checking for --enable-wave" >&5
10f2d63a
VZ
3397 no_cache=0
3398 # Check whether --enable-wave or --disable-wave was given.
3399if test "${enable_wave+set}" = set; then
3400 enableval="$enable_wave"
698dcdb6 3401
10f2d63a
VZ
3402 if test "$enableval" = yes; then
3403 ac_cv_use_wave='wxUSE_WAVE=yes'
3404 else
3405 ac_cv_use_wave='wxUSE_WAVE=no'
3406 fi
698dcdb6 3407
10f2d63a 3408else
698dcdb6 3409
10f2d63a
VZ
3410 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3411 if test "x$LINE" != x ; then
3412 eval "DEFAULT_$LINE"
3413 else
3414 no_cache=1
3415 fi
3416
3417 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
698dcdb6
VZ
3418
3419fi
10f2d63a
VZ
3420
3421
3422 eval "$ac_cv_use_wave"
3423 if test "$no_cache" != 1; then
3424 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3425 fi
3426
3427 if test "$wxUSE_WAVE" = yes; then
698dcdb6 3428 echo "$ac_t""yes" 1>&6
10f2d63a 3429 else
698dcdb6 3430 echo "$ac_t""no" 1>&6
10f2d63a 3431 fi
698dcdb6 3432
10f2d63a 3433
698dcdb6 3434 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
a3a584a7 3435echo "configure:3436: checking for --enable-fraction" >&5
10f2d63a
VZ
3436 no_cache=0
3437 # Check whether --enable-fraction or --disable-fraction was given.
3438if test "${enable_fraction+set}" = set; then
3439 enableval="$enable_fraction"
698dcdb6 3440
10f2d63a
VZ
3441 if test "$enableval" = yes; then
3442 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3443 else
3444 ac_cv_use_fraction='wxUSE_FRACTION=no'
3445 fi
698dcdb6 3446
10f2d63a 3447else
698dcdb6 3448
10f2d63a
VZ
3449 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3450 if test "x$LINE" != x ; then
3451 eval "DEFAULT_$LINE"
3452 else
3453 no_cache=1
3454 fi
3455
3456 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
698dcdb6
VZ
3457
3458fi
10f2d63a
VZ
3459
3460
3461 eval "$ac_cv_use_fraction"
3462 if test "$no_cache" != 1; then
3463 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3464 fi
3465
3466 if test "$wxUSE_FRACTION" = yes; then
698dcdb6 3467 echo "$ac_t""yes" 1>&6
10f2d63a 3468 else
698dcdb6 3469 echo "$ac_t""no" 1>&6
10f2d63a 3470 fi
698dcdb6 3471
10f2d63a 3472
698dcdb6 3473 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
a3a584a7 3474echo "configure:3475: checking for --enable-dynlib" >&5
10f2d63a
VZ
3475 no_cache=0
3476 # Check whether --enable-dynlib or --disable-dynlib was given.
3477if test "${enable_dynlib+set}" = set; then
3478 enableval="$enable_dynlib"
698dcdb6 3479
10f2d63a
VZ
3480 if test "$enableval" = yes; then
3481 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3482 else
3483 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3484 fi
698dcdb6 3485
10f2d63a 3486else
698dcdb6 3487
10f2d63a
VZ
3488 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3489 if test "x$LINE" != x ; then
3490 eval "DEFAULT_$LINE"
3491 else
3492 no_cache=1
3493 fi
3494
3495 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
698dcdb6
VZ
3496
3497fi
10f2d63a
VZ
3498
3499
3500 eval "$ac_cv_use_dynlib"
3501 if test "$no_cache" != 1; then
3502 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3503 fi
3504
3505 if test "$wxUSE_DYNLIB_CLASS" = yes; then
698dcdb6 3506 echo "$ac_t""yes" 1>&6
10f2d63a 3507 else
698dcdb6 3508 echo "$ac_t""no" 1>&6
10f2d63a 3509 fi
698dcdb6 3510
10f2d63a 3511
698dcdb6 3512 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
a3a584a7 3513echo "configure:3514: checking for --enable-longlong" >&5
10f2d63a
VZ
3514 no_cache=0
3515 # Check whether --enable-longlong or --disable-longlong was given.
3516if test "${enable_longlong+set}" = set; then
3517 enableval="$enable_longlong"
698dcdb6 3518
10f2d63a
VZ
3519 if test "$enableval" = yes; then
3520 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3521 else
3522 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3523 fi
698dcdb6 3524
10f2d63a 3525else
698dcdb6 3526
10f2d63a
VZ
3527 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3528 if test "x$LINE" != x ; then
3529 eval "DEFAULT_$LINE"
3530 else
3531 no_cache=1
3532 fi
3533
3534 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
698dcdb6
VZ
3535
3536fi
10f2d63a
VZ
3537
3538
3539 eval "$ac_cv_use_longlong"
3540 if test "$no_cache" != 1; then
3541 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3542 fi
3543
3544 if test "$wxUSE_LONGLONG" = yes; then
698dcdb6 3545 echo "$ac_t""yes" 1>&6
10f2d63a 3546 else
698dcdb6 3547 echo "$ac_t""no" 1>&6
10f2d63a 3548 fi
698dcdb6 3549
10f2d63a 3550
698dcdb6 3551 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
a3a584a7 3552echo "configure:3553: checking for --enable-geometry" >&5
e8f65ba6
RR
3553 no_cache=0
3554 # Check whether --enable-geometry or --disable-geometry was given.
3555if test "${enable_geometry+set}" = set; then
3556 enableval="$enable_geometry"
698dcdb6 3557
e8f65ba6
RR
3558 if test "$enableval" = yes; then
3559 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3560 else
3561 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3562 fi
698dcdb6 3563
e8f65ba6 3564else
698dcdb6 3565
e8f65ba6
RR
3566 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3567 if test "x$LINE" != x ; then
3568 eval "DEFAULT_$LINE"
3569 else
3570 no_cache=1
3571 fi
3572
3573 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
698dcdb6
VZ
3574
3575fi
e8f65ba6
RR
3576
3577
3578 eval "$ac_cv_use_geometry"
3579 if test "$no_cache" != 1; then
3580 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3581 fi
3582
3583 if test "$wxUSE_GEOMETRY" = yes; then
698dcdb6 3584 echo "$ac_t""yes" 1>&6
e8f65ba6 3585 else
698dcdb6 3586 echo "$ac_t""no" 1>&6
e8f65ba6 3587 fi
698dcdb6 3588
e8f65ba6 3589
698dcdb6 3590 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
a3a584a7 3591echo "configure:3592: checking for --enable-log" >&5
10f2d63a
VZ
3592 no_cache=0
3593 # Check whether --enable-log or --disable-log was given.
3594if test "${enable_log+set}" = set; then
3595 enableval="$enable_log"
698dcdb6 3596
10f2d63a
VZ
3597 if test "$enableval" = yes; then
3598 ac_cv_use_log='wxUSE_LOG=yes'
3599 else
3600 ac_cv_use_log='wxUSE_LOG=no'
3601 fi
698dcdb6 3602
10f2d63a 3603else
698dcdb6 3604
10f2d63a
VZ
3605 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3606 if test "x$LINE" != x ; then
3607 eval "DEFAULT_$LINE"
3608 else
3609 no_cache=1
3610 fi
3611
3612 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
698dcdb6
VZ
3613
3614fi
10f2d63a
VZ
3615
3616
3617 eval "$ac_cv_use_log"
3618 if test "$no_cache" != 1; then
3619 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3620 fi
3621
3622 if test "$wxUSE_LOG" = yes; then
698dcdb6 3623 echo "$ac_t""yes" 1>&6
10f2d63a 3624 else
698dcdb6 3625 echo "$ac_t""no" 1>&6
10f2d63a 3626 fi
698dcdb6 3627
10f2d63a 3628
698dcdb6 3629 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
a3a584a7 3630echo "configure:3631: checking for --enable-streams" >&5
10f2d63a
VZ
3631 no_cache=0
3632 # Check whether --enable-streams or --disable-streams was given.
3633if test "${enable_streams+set}" = set; then
3634 enableval="$enable_streams"
698dcdb6 3635
10f2d63a
VZ
3636 if test "$enableval" = yes; then
3637 ac_cv_use_streams='wxUSE_STREAMS=yes'
3638 else
3639 ac_cv_use_streams='wxUSE_STREAMS=no'
3640 fi
698dcdb6 3641
10f2d63a 3642else
698dcdb6 3643
10f2d63a
VZ
3644 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3645 if test "x$LINE" != x ; then
3646 eval "DEFAULT_$LINE"
3647 else
3648 no_cache=1
3649 fi
3650
3651 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
698dcdb6
VZ
3652
3653fi
10f2d63a
VZ
3654
3655
3656 eval "$ac_cv_use_streams"
3657 if test "$no_cache" != 1; then
3658 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3659 fi
3660
3661 if test "$wxUSE_STREAMS" = yes; then
698dcdb6 3662 echo "$ac_t""yes" 1>&6
10f2d63a 3663 else
698dcdb6 3664 echo "$ac_t""no" 1>&6
10f2d63a 3665 fi
698dcdb6 3666
10f2d63a 3667
698dcdb6 3668 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
a3a584a7 3669echo "configure:3670: checking for --enable-file" >&5
10f2d63a
VZ
3670 no_cache=0
3671 # Check whether --enable-file or --disable-file was given.
3672if test "${enable_file+set}" = set; then
3673 enableval="$enable_file"
698dcdb6 3674
10f2d63a
VZ
3675 if test "$enableval" = yes; then
3676 ac_cv_use_file='wxUSE_FILE=yes'
3677 else
3678 ac_cv_use_file='wxUSE_FILE=no'
3679 fi
698dcdb6 3680
10f2d63a 3681else
698dcdb6 3682
10f2d63a
VZ
3683 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3684 if test "x$LINE" != x ; then
3685 eval "DEFAULT_$LINE"
3686 else
3687 no_cache=1
3688 fi
3689
3690 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
698dcdb6
VZ
3691
3692fi
10f2d63a
VZ
3693
3694
3695 eval "$ac_cv_use_file"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3698 fi
3699
3700 if test "$wxUSE_FILE" = yes; then
698dcdb6 3701 echo "$ac_t""yes" 1>&6
10f2d63a 3702 else
698dcdb6 3703 echo "$ac_t""no" 1>&6
10f2d63a 3704 fi
698dcdb6 3705
10f2d63a 3706
1e6feb95 3707 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
a3a584a7 3708echo "configure:3709: checking for --enable-ffile" >&5
10f2d63a 3709 no_cache=0
1e6feb95
VZ
3710 # Check whether --enable-ffile or --disable-ffile was given.
3711if test "${enable_ffile+set}" = set; then
3712 enableval="$enable_ffile"
698dcdb6 3713
10f2d63a 3714 if test "$enableval" = yes; then
1e6feb95 3715 ac_cv_use_ffile='wxUSE_FFILE=yes'
10f2d63a 3716 else
1e6feb95 3717 ac_cv_use_ffile='wxUSE_FFILE=no'
10f2d63a 3718 fi
698dcdb6 3719
10f2d63a 3720else
698dcdb6 3721
1e6feb95 3722 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
3723 if test "x$LINE" != x ; then
3724 eval "DEFAULT_$LINE"
3725 else
3726 no_cache=1
3727 fi
3728
1e6feb95 3729 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
698dcdb6
VZ
3730
3731fi
10f2d63a
VZ
3732
3733
1e6feb95 3734 eval "$ac_cv_use_ffile"
10f2d63a 3735 if test "$no_cache" != 1; then
1e6feb95 3736 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3737 fi
3738
1e6feb95 3739 if test "$wxUSE_FFILE" = yes; then
698dcdb6 3740 echo "$ac_t""yes" 1>&6
10f2d63a 3741 else
698dcdb6 3742 echo "$ac_t""no" 1>&6
10f2d63a 3743 fi
698dcdb6 3744
10f2d63a 3745
a3a584a7
VZ
3746 echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
3747echo "configure:3748: checking for --enable-textbuf" >&5
3748 no_cache=0
3749 # Check whether --enable-textbuf or --disable-textbuf was given.
3750if test "${enable_textbuf+set}" = set; then
3751 enableval="$enable_textbuf"
3752
3753 if test "$enableval" = yes; then
3754 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
3755 else
3756 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
3757 fi
3758
3759else
3760
3761 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
3762 if test "x$LINE" != x ; then
3763 eval "DEFAULT_$LINE"
3764 else
3765 no_cache=1
3766 fi
3767
3768 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
3769
3770fi
3771
3772
3773 eval "$ac_cv_use_textbuf"
3774 if test "$no_cache" != 1; then
3775 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
3776 fi
3777
3778 if test "$wxUSE_TEXTBUFFER" = yes; then
3779 echo "$ac_t""yes" 1>&6
3780 else
3781 echo "$ac_t""no" 1>&6
3782 fi
3783
3784
1e6feb95 3785 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
a3a584a7 3786echo "configure:3787: checking for --enable-textfile" >&5
10f2d63a 3787 no_cache=0
1e6feb95
VZ
3788 # Check whether --enable-textfile or --disable-textfile was given.
3789if test "${enable_textfile+set}" = set; then
3790 enableval="$enable_textfile"
698dcdb6 3791
10f2d63a 3792 if test "$enableval" = yes; then
1e6feb95 3793 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
10f2d63a 3794 else
1e6feb95 3795 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
10f2d63a 3796 fi
698dcdb6 3797
10f2d63a 3798else
698dcdb6 3799
1e6feb95 3800 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
3801 if test "x$LINE" != x ; then
3802 eval "DEFAULT_$LINE"
3803 else
3804 no_cache=1
3805 fi
3806
1e6feb95 3807 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
698dcdb6
VZ
3808
3809fi
10f2d63a
VZ
3810
3811
1e6feb95 3812 eval "$ac_cv_use_textfile"
10f2d63a 3813 if test "$no_cache" != 1; then
1e6feb95 3814 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3815 fi
3816
1e6feb95 3817 if test "$wxUSE_TEXTFILE" = yes; then
698dcdb6 3818 echo "$ac_t""yes" 1>&6
10f2d63a 3819 else
698dcdb6 3820 echo "$ac_t""no" 1>&6
10f2d63a 3821 fi
698dcdb6 3822
10f2d63a 3823
1e6feb95 3824 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
a3a584a7 3825echo "configure:3826: checking for --enable-fontmap" >&5
10f2d63a 3826 no_cache=0
1e6feb95
VZ
3827 # Check whether --enable-fontmap or --disable-fontmap was given.
3828if test "${enable_fontmap+set}" = set; then
3829 enableval="$enable_fontmap"
698dcdb6 3830
10f2d63a 3831 if test "$enableval" = yes; then
1e6feb95 3832 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
10f2d63a 3833 else
1e6feb95 3834 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
10f2d63a 3835 fi
698dcdb6 3836
10f2d63a 3837else
698dcdb6 3838
1e6feb95 3839 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
10f2d63a
VZ
3840 if test "x$LINE" != x ; then
3841 eval "DEFAULT_$LINE"
3842 else
3843 no_cache=1
3844 fi
3845
1e6feb95 3846 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
698dcdb6
VZ
3847
3848fi
10f2d63a
VZ
3849
3850
1e6feb95 3851 eval "$ac_cv_use_fontmap"
10f2d63a 3852 if test "$no_cache" != 1; then
1e6feb95 3853 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3854 fi
3855
1e6feb95 3856 if test "$wxUSE_FONTMAP" = yes; then
698dcdb6 3857 echo "$ac_t""yes" 1>&6
10f2d63a 3858 else
698dcdb6 3859 echo "$ac_t""no" 1>&6
10f2d63a 3860 fi
698dcdb6 3861
10f2d63a 3862
1e6feb95 3863 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
a3a584a7 3864echo "configure:3865: checking for --enable-unicode" >&5
10f2d63a 3865 no_cache=0
1e6feb95
VZ
3866 # Check whether --enable-unicode or --disable-unicode was given.
3867if test "${enable_unicode+set}" = set; then
3868 enableval="$enable_unicode"
3869
3870 if test "$enableval" = yes; then
3871 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3872 else
3873 ac_cv_use_unicode='wxUSE_UNICODE=no'
3874 fi
3875
3876else
3877
3878 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3879 if test "x$LINE" != x ; then
3880 eval "DEFAULT_$LINE"
3881 else
3882 no_cache=1
3883 fi
3884
3885 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3886
3887fi
3888
3889
3890 eval "$ac_cv_use_unicode"
3891 if test "$no_cache" != 1; then
3892 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3893 fi
3894
3895 if test "$wxUSE_UNICODE" = yes; then
3896 echo "$ac_t""yes" 1>&6
3897 else
3898 echo "$ac_t""no" 1>&6
3899 fi
3900
3901
1e6feb95 3902 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
a3a584a7 3903echo "configure:3904: checking for --enable-wxprintfv" >&5
1e6feb95
VZ
3904 no_cache=0
3905 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3906if test "${enable_wxprintfv+set}" = set; then
3907 enableval="$enable_wxprintfv"
3908
3909 if test "$enableval" = yes; then
10f2d63a
VZ
3910 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3911 else
3912 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3913 fi
698dcdb6 3914
10f2d63a 3915else
698dcdb6 3916
10f2d63a
VZ
3917 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3918 if test "x$LINE" != x ; then
3919 eval "DEFAULT_$LINE"
3920 else
3921 no_cache=1
3922 fi
3923
3924 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
698dcdb6
VZ
3925
3926fi
10f2d63a
VZ
3927
3928
3929 eval "$ac_cv_use_wxprintfv"
3930 if test "$no_cache" != 1; then
3931 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3932 fi
3933
3934 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
698dcdb6 3935 echo "$ac_t""yes" 1>&6
10f2d63a 3936 else
698dcdb6 3937 echo "$ac_t""no" 1>&6
10f2d63a 3938 fi
698dcdb6 3939
10f2d63a 3940
698dcdb6 3941 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
a3a584a7 3942echo "configure:3943: checking for --enable-std_iostreams" >&5
10f2d63a
VZ
3943 no_cache=0
3944 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3945if test "${enable_std_iostreams+set}" = set; then
3946 enableval="$enable_std_iostreams"
698dcdb6 3947
10f2d63a
VZ
3948 if test "$enableval" = yes; then
3949 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3950 else
3951 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3952 fi
698dcdb6 3953
10f2d63a 3954else
698dcdb6 3955
10f2d63a
VZ
3956 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3957 if test "x$LINE" != x ; then
3958 eval "DEFAULT_$LINE"
3959 else
3960 no_cache=1
3961 fi
3962
3963 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
698dcdb6
VZ
3964
3965fi
10f2d63a
VZ
3966
3967
3968 eval "$ac_cv_use_std_iostreams"
3969 if test "$no_cache" != 1; then
3970 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3971 fi
3972
3973 if test "$wxUSE_STD_IOSTREAM" = yes; then
698dcdb6 3974 echo "$ac_t""yes" 1>&6
10f2d63a 3975 else
698dcdb6 3976 echo "$ac_t""no" 1>&6
10f2d63a 3977 fi
698dcdb6 3978
10f2d63a 3979
698dcdb6 3980 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
a3a584a7 3981echo "configure:3982: checking for --enable-filesystem" >&5
24528b0c
VS
3982 no_cache=0
3983 # Check whether --enable-filesystem or --disable-filesystem was given.
3984if test "${enable_filesystem+set}" = set; then
3985 enableval="$enable_filesystem"
698dcdb6 3986
24528b0c
VS
3987 if test "$enableval" = yes; then
3988 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3989 else
3990 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3991 fi
698dcdb6 3992
24528b0c 3993else
698dcdb6 3994
24528b0c
VS
3995 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3996 if test "x$LINE" != x ; then
3997 eval "DEFAULT_$LINE"
3998 else
3999 no_cache=1
4000 fi
4001
4002 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
698dcdb6
VZ
4003
4004fi
24528b0c
VS
4005
4006
4007 eval "$ac_cv_use_filesystem"
4008 if test "$no_cache" != 1; then
4009 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4010 fi
4011
4012 if test "$wxUSE_FILESYSTEM" = yes; then
698dcdb6 4013 echo "$ac_t""yes" 1>&6
24528b0c 4014 else
698dcdb6 4015 echo "$ac_t""no" 1>&6
24528b0c 4016 fi
698dcdb6 4017
24528b0c 4018
698dcdb6 4019 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
a3a584a7 4020echo "configure:4021: checking for --enable-fs_inet" >&5
10f2d63a
VZ
4021 no_cache=0
4022 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4023if test "${enable_fs_inet+set}" = set; then
4024 enableval="$enable_fs_inet"
698dcdb6 4025
10f2d63a
VZ
4026 if test "$enableval" = yes; then
4027 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
4028 else
4029 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
4030 fi
698dcdb6 4031
10f2d63a 4032else
698dcdb6 4033
10f2d63a
VZ
4034 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4035 if test "x$LINE" != x ; then
4036 eval "DEFAULT_$LINE"
4037 else
4038 no_cache=1
4039 fi
4040
4041 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
698dcdb6
VZ
4042
4043fi
10f2d63a
VZ
4044
4045
4046 eval "$ac_cv_use_fs_inet"
4047 if test "$no_cache" != 1; then
4048 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4049 fi
4050
4051 if test "$wxUSE_FS_INET" = yes; then
698dcdb6 4052 echo "$ac_t""yes" 1>&6
10f2d63a 4053 else
698dcdb6 4054 echo "$ac_t""no" 1>&6
10f2d63a 4055 fi
698dcdb6 4056
10f2d63a 4057
698dcdb6 4058 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
a3a584a7 4059echo "configure:4060: checking for --enable-fs_zip" >&5
10f2d63a
VZ
4060 no_cache=0
4061 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4062if test "${enable_fs_zip+set}" = set; then
4063 enableval="$enable_fs_zip"
698dcdb6 4064
10f2d63a
VZ
4065 if test "$enableval" = yes; then
4066 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4067 else
4068 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4069 fi
698dcdb6 4070
10f2d63a 4071else
698dcdb6 4072
10f2d63a
VZ
4073 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4074 if test "x$LINE" != x ; then
4075 eval "DEFAULT_$LINE"
4076 else
4077 no_cache=1
4078 fi
4079
4080 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
698dcdb6
VZ
4081
4082fi
10f2d63a
VZ
4083
4084
4085 eval "$ac_cv_use_fs_zip"
4086 if test "$no_cache" != 1; then
4087 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4088 fi
4089
4090 if test "$wxUSE_FS_ZIP" = yes; then
698dcdb6 4091 echo "$ac_t""yes" 1>&6
10f2d63a 4092 else
698dcdb6 4093 echo "$ac_t""no" 1>&6
10f2d63a 4094 fi
698dcdb6 4095
10f2d63a 4096
698dcdb6 4097 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
a3a584a7 4098echo "configure:4099: checking for --enable-zipstream" >&5
10f2d63a
VZ
4099 no_cache=0
4100 # Check whether --enable-zipstream or --disable-zipstream was given.
4101if test "${enable_zipstream+set}" = set; then
4102 enableval="$enable_zipstream"
698dcdb6 4103
10f2d63a
VZ
4104 if test "$enableval" = yes; then
4105 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4106 else
4107 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4108 fi
698dcdb6 4109
10f2d63a 4110else
698dcdb6 4111
10f2d63a
VZ
4112 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4113 if test "x$LINE" != x ; then
4114 eval "DEFAULT_$LINE"
4115 else
4116 no_cache=1
4117 fi
4118
4119 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
698dcdb6
VZ
4120
4121fi
10f2d63a
VZ
4122
4123
4124 eval "$ac_cv_use_zipstream"
4125 if test "$no_cache" != 1; then
4126 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4127 fi
4128
4129 if test "$wxUSE_ZIPSTREAM" = yes; then
698dcdb6 4130 echo "$ac_t""yes" 1>&6
10f2d63a 4131 else
698dcdb6 4132 echo "$ac_t""no" 1>&6
10f2d63a 4133 fi
698dcdb6 4134
10f2d63a 4135
698dcdb6
VZ
4136
4137 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
a3a584a7 4138echo "configure:4139: checking for --enable-catch_segvs" >&5
eb4efbdc
VZ
4139 no_cache=0
4140 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4141if test "${enable_catch_segvs+set}" = set; then
4142 enableval="$enable_catch_segvs"
698dcdb6 4143
eb4efbdc
VZ
4144 if test "$enableval" = yes; then
4145 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4146 else
4147 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4148 fi
698dcdb6 4149
eb4efbdc 4150else
698dcdb6 4151
eb4efbdc
VZ
4152 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4153 if test "x$LINE" != x ; then
4154 eval "DEFAULT_$LINE"
4155 else
4156 no_cache=1
4157 fi
4158
4159 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
698dcdb6
VZ
4160
4161fi
eb4efbdc
VZ
4162
4163
4164 eval "$ac_cv_use_catch_segvs"
4165 if test "$no_cache" != 1; then
4166 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4167 fi
4168
4169 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
698dcdb6 4170 echo "$ac_t""yes" 1>&6
eb4efbdc 4171 else
698dcdb6 4172 echo "$ac_t""no" 1>&6
eb4efbdc 4173 fi
698dcdb6 4174
eb4efbdc 4175
698dcdb6 4176 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
a3a584a7 4177echo "configure:4178: checking for --enable-snglinst" >&5
4f3c5f06
VZ
4178 no_cache=0
4179 # Check whether --enable-snglinst or --disable-snglinst was given.
4180if test "${enable_snglinst+set}" = set; then
4181 enableval="$enable_snglinst"
698dcdb6 4182
4f3c5f06
VZ
4183 if test "$enableval" = yes; then
4184 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4185 else
4186 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4187 fi
698dcdb6 4188
4f3c5f06 4189else
698dcdb6 4190
4f3c5f06
VZ
4191 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4192 if test "x$LINE" != x ; then
4193 eval "DEFAULT_$LINE"
4194 else
4195 no_cache=1
4196 fi
4197
4198 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
698dcdb6
VZ
4199
4200fi
4f3c5f06
VZ
4201
4202
4203 eval "$ac_cv_use_snglinst"
4204 if test "$no_cache" != 1; then
4205 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4206 fi
4207
4208 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
698dcdb6 4209 echo "$ac_t""yes" 1>&6
4f3c5f06 4210 else
698dcdb6 4211 echo "$ac_t""no" 1>&6
4f3c5f06 4212 fi
698dcdb6
VZ
4213
4214
eb4efbdc 4215
1e6feb95 4216 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
a3a584a7 4217echo "configure:4218: checking for --enable-mimetype" >&5
1e6feb95
VZ
4218 no_cache=0
4219 # Check whether --enable-mimetype or --disable-mimetype was given.
4220if test "${enable_mimetype+set}" = set; then
4221 enableval="$enable_mimetype"
4222
4223 if test "$enableval" = yes; then
4224 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4225 else
4226 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4227 fi
4228
4229else
4230
4231 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4232 if test "x$LINE" != x ; then
4233 eval "DEFAULT_$LINE"
4234 else
4235 no_cache=1
4236 fi
4237
4238 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4239
4240fi
4241
4242
4243 eval "$ac_cv_use_mimetype"
4244 if test "$no_cache" != 1; then
4245 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4246 fi
4247
4248 if test "$wxUSE_MIMETYPE" = yes; then
4249 echo "$ac_t""yes" 1>&6
4250 else
4251 echo "$ac_t""no" 1>&6
4252 fi
4253
4254
3e44f09d 4255 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
a3a584a7 4256echo "configure:4257: checking for --enable-system_options" >&5
3e44f09d
VZ
4257 no_cache=0
4258 # Check whether --enable-system_options or --disable-system_options was given.
4259if test "${enable_system_options+set}" = set; then
4260 enableval="$enable_system_options"
4261
4262 if test "$enableval" = yes; then
4263 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4264 else
4265 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4266 fi
4267
4268else
4269
4270 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4271 if test "x$LINE" != x ; then
4272 eval "DEFAULT_$LINE"
4273 else
4274 no_cache=1
4275 fi
4276
4277 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4278
4279fi
4280
4281
4282 eval "$ac_cv_use_system_options"
4283 if test "$no_cache" != 1; then
4284 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4285 fi
4286
4287 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4288 echo "$ac_t""yes" 1>&6
4289 else
4290 echo "$ac_t""no" 1>&6
4291 fi
4292
4293
1e6feb95 4294
698dcdb6
VZ
4295
4296 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
a3a584a7 4297echo "configure:4298: checking for --enable-threads" >&5
10f2d63a
VZ
4298 no_cache=0
4299 # Check whether --enable-threads or --disable-threads was given.
4300if test "${enable_threads+set}" = set; then
4301 enableval="$enable_threads"
698dcdb6 4302
10f2d63a
VZ
4303 if test "$enableval" = yes; then
4304 ac_cv_use_threads='wxUSE_THREADS=yes'
4305 else
4306 ac_cv_use_threads='wxUSE_THREADS=no'
4307 fi
698dcdb6 4308
10f2d63a 4309else
698dcdb6 4310
10f2d63a
VZ
4311 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4312 if test "x$LINE" != x ; then
4313 eval "DEFAULT_$LINE"
4314 else
4315 no_cache=1
4316 fi
4317
4318 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
698dcdb6
VZ
4319
4320fi
10f2d63a
VZ
4321
4322
4323 eval "$ac_cv_use_threads"
4324 if test "$no_cache" != 1; then
4325 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4326 fi
4327
4328 if test "$wxUSE_THREADS" = yes; then
698dcdb6 4329 echo "$ac_t""yes" 1>&6
10f2d63a 4330 else
698dcdb6 4331 echo "$ac_t""no" 1>&6
10f2d63a 4332 fi
698dcdb6 4333
10f2d63a 4334
698dcdb6 4335 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
a3a584a7 4336echo "configure:4337: checking for --enable-serial" >&5
10f2d63a
VZ
4337 no_cache=0
4338 # Check whether --enable-serial or --disable-serial was given.
4339if test "${enable_serial+set}" = set; then
4340 enableval="$enable_serial"
698dcdb6 4341
10f2d63a
VZ
4342 if test "$enableval" = yes; then
4343 ac_cv_use_serial='wxUSE_SERIAL=yes'
4344 else
4345 ac_cv_use_serial='wxUSE_SERIAL=no'
4346 fi
698dcdb6 4347
10f2d63a 4348else
698dcdb6 4349
10f2d63a
VZ
4350 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4351 if test "x$LINE" != x ; then
4352 eval "DEFAULT_$LINE"
4353 else
4354 no_cache=1
4355 fi
4356
4357 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
698dcdb6
VZ
4358
4359fi
10f2d63a
VZ
4360
4361
4362 eval "$ac_cv_use_serial"
4363 if test "$no_cache" != 1; then
4364 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4365 fi
4366
4367 if test "$wxUSE_SERIAL" = yes; then
698dcdb6 4368 echo "$ac_t""yes" 1>&6
10f2d63a 4369 else
698dcdb6 4370 echo "$ac_t""no" 1>&6
10f2d63a 4371 fi
698dcdb6 4372
10f2d63a 4373
b12915c1
VZ
4374if test "$wxUSE_GUI" = "yes"; then
4375
698dcdb6
VZ
4376
4377
4378 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
a3a584a7 4379echo "configure:4380: checking for --enable-docview" >&5
10f2d63a
VZ
4380 no_cache=0
4381 # Check whether --enable-docview or --disable-docview was given.
4382if test "${enable_docview+set}" = set; then
4383 enableval="$enable_docview"
698dcdb6 4384
10f2d63a
VZ
4385 if test "$enableval" = yes; then
4386 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4387 else
4388 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4389 fi
698dcdb6 4390
10f2d63a 4391else
698dcdb6 4392
10f2d63a
VZ
4393 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4394 if test "x$LINE" != x ; then
4395 eval "DEFAULT_$LINE"
4396 else
4397 no_cache=1
4398 fi
4399
4400 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
698dcdb6
VZ
4401
4402fi
10f2d63a
VZ
4403
4404
4405 eval "$ac_cv_use_docview"
4406 if test "$no_cache" != 1; then
4407 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4408 fi
4409
4410 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
698dcdb6 4411 echo "$ac_t""yes" 1>&6
10f2d63a 4412 else
698dcdb6 4413 echo "$ac_t""no" 1>&6
10f2d63a 4414 fi
698dcdb6 4415
10f2d63a 4416
698dcdb6 4417 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
a3a584a7 4418echo "configure:4419: checking for --enable-help" >&5
10f2d63a
VZ
4419 no_cache=0
4420 # Check whether --enable-help or --disable-help was given.
4421if test "${enable_help+set}" = set; then
4422 enableval="$enable_help"
698dcdb6 4423
10f2d63a
VZ
4424 if test "$enableval" = yes; then
4425 ac_cv_use_help='wxUSE_HELP=yes'
4426 else
4427 ac_cv_use_help='wxUSE_HELP=no'
4428 fi
698dcdb6 4429
10f2d63a 4430else
698dcdb6 4431
10f2d63a
VZ
4432 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4433 if test "x$LINE" != x ; then
4434 eval "DEFAULT_$LINE"
4435 else
4436 no_cache=1
4437 fi
4438
4439 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
698dcdb6
VZ
4440
4441fi
10f2d63a
VZ
4442
4443
4444 eval "$ac_cv_use_help"
4445 if test "$no_cache" != 1; then
4446 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4447 fi
4448
4449 if test "$wxUSE_HELP" = yes; then
698dcdb6 4450 echo "$ac_t""yes" 1>&6
10f2d63a 4451 else
698dcdb6 4452 echo "$ac_t""no" 1>&6
10f2d63a 4453 fi
698dcdb6 4454
10f2d63a 4455
29fd3c0c 4456 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
a3a584a7 4457echo "configure:4458: checking for --enable-mshtmlhelp" >&5
29fd3c0c
VS
4458 no_cache=0
4459 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4460if test "${enable_mshtmlhelp+set}" = set; then
4461 enableval="$enable_mshtmlhelp"
4462
4463 if test "$enableval" = yes; then
4464 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4465 else
4466 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4467 fi
4468
4469else
4470
4471 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4472 if test "x$LINE" != x ; then
4473 eval "DEFAULT_$LINE"
4474 else
4475 no_cache=1
4476 fi
4477
4478 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4479
4480fi
4481
4482
4483 eval "$ac_cv_use_mshtmlhelp"
4484 if test "$no_cache" != 1; then
4485 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4486 fi
4487
4488 if test "$wxUSE_MS_HTML_HELP" = yes; then
4489 echo "$ac_t""yes" 1>&6
4490 else
4491 echo "$ac_t""no" 1>&6
4492 fi
4493
4494
3379ed37 4495 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
a3a584a7 4496echo "configure:4497: checking for --enable-html" >&5
3379ed37
VZ
4497 no_cache=0
4498 # Check whether --enable-html or --disable-html was given.
4499if test "${enable_html+set}" = set; then
4500 enableval="$enable_html"
4501
4502 if test "$enableval" = yes; then
4503 ac_cv_use_html='wxUSE_HTML=yes'
4504 else
4505 ac_cv_use_html='wxUSE_HTML=no'
4506 fi
4507
4508else
4509
4510 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4511 if test "x$LINE" != x ; then
4512 eval "DEFAULT_$LINE"
4513 else
4514 no_cache=1
4515 fi
4516
4517 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4518
4519fi
4520
4521
4522 eval "$ac_cv_use_html"
4523 if test "$no_cache" != 1; then
4524 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4525 fi
4526
4527 if test "$wxUSE_HTML" = yes; then
4528 echo "$ac_t""yes" 1>&6
4529 else
4530 echo "$ac_t""no" 1>&6
4531 fi
4532
4533
4534 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
a3a584a7 4535echo "configure:4536: checking for --enable-htmlhelp" >&5
3379ed37
VZ
4536 no_cache=0
4537 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4538if test "${enable_htmlhelp+set}" = set; then
4539 enableval="$enable_htmlhelp"
4540
4541 if test "$enableval" = yes; then
4542 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4543 else
4544 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4545 fi
4546
4547else
4548
4549 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4550 if test "x$LINE" != x ; then
4551 eval "DEFAULT_$LINE"
4552 else
4553 no_cache=1
4554 fi
4555
4556 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4557
4558fi
4559
4560
4561 eval "$ac_cv_use_htmlhelp"
4562 if test "$no_cache" != 1; then
4563 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4564 fi
4565
4566 if test "$wxUSE_WXHTML_HELP" = yes; then
4567 echo "$ac_t""yes" 1>&6
4568 else
4569 echo "$ac_t""no" 1>&6
4570 fi
4571
4572
698dcdb6 4573 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
a3a584a7 4574echo "configure:4575: checking for --enable-constraints" >&5
10f2d63a
VZ
4575 no_cache=0
4576 # Check whether --enable-constraints or --disable-constraints was given.
4577if test "${enable_constraints+set}" = set; then
4578 enableval="$enable_constraints"
698dcdb6 4579
10f2d63a
VZ
4580 if test "$enableval" = yes; then
4581 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
4582 else
4583 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
4584 fi
698dcdb6 4585
10f2d63a 4586else
698dcdb6 4587
10f2d63a
VZ
4588 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4589 if test "x$LINE" != x ; then
4590 eval "DEFAULT_$LINE"
4591 else
4592 no_cache=1
4593 fi
4594
4595 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
698dcdb6
VZ
4596
4597fi
10f2d63a
VZ
4598
4599
4600 eval "$ac_cv_use_constraints"
4601 if test "$no_cache" != 1; then
4602 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4603 fi
4604
4605 if test "$wxUSE_CONSTRAINTS" = yes; then
698dcdb6 4606 echo "$ac_t""yes" 1>&6
10f2d63a 4607 else
698dcdb6 4608 echo "$ac_t""no" 1>&6
10f2d63a 4609 fi
698dcdb6 4610
10f2d63a 4611
698dcdb6 4612 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
a3a584a7 4613echo "configure:4614: checking for --enable-printarch" >&5
10f2d63a
VZ
4614 no_cache=0
4615 # Check whether --enable-printarch or --disable-printarch was given.
4616if test "${enable_printarch+set}" = set; then
4617 enableval="$enable_printarch"
698dcdb6 4618
10f2d63a
VZ
4619 if test "$enableval" = yes; then
4620 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
4621 else
4622 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
4623 fi
698dcdb6 4624
10f2d63a 4625else
698dcdb6 4626
10f2d63a
VZ
4627 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4628 if test "x$LINE" != x ; then
4629 eval "DEFAULT_$LINE"
4630 else
4631 no_cache=1
4632 fi
4633
4634 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
698dcdb6
VZ
4635
4636fi
10f2d63a
VZ
4637
4638
4639 eval "$ac_cv_use_printarch"
4640 if test "$no_cache" != 1; then
4641 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4642 fi
4643
4644 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
698dcdb6 4645 echo "$ac_t""yes" 1>&6
10f2d63a 4646 else
698dcdb6 4647 echo "$ac_t""no" 1>&6
10f2d63a 4648 fi
698dcdb6 4649
10f2d63a 4650
698dcdb6 4651 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
a3a584a7 4652echo "configure:4653: checking for --enable-mdi" >&5
10f2d63a
VZ
4653 no_cache=0
4654 # Check whether --enable-mdi or --disable-mdi was given.
4655if test "${enable_mdi+set}" = set; then
4656 enableval="$enable_mdi"
698dcdb6 4657
10f2d63a
VZ
4658 if test "$enableval" = yes; then
4659 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
4660 else
4661 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
4662 fi
698dcdb6 4663
10f2d63a 4664else
698dcdb6 4665
10f2d63a
VZ
4666 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4667 if test "x$LINE" != x ; then
4668 eval "DEFAULT_$LINE"
4669 else
4670 no_cache=1
4671 fi
4672
4673 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
698dcdb6
VZ
4674
4675fi
10f2d63a
VZ
4676
4677
4678 eval "$ac_cv_use_mdi"
4679 if test "$no_cache" != 1; then
4680 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4681 fi
4682
4683 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
698dcdb6 4684 echo "$ac_t""yes" 1>&6
10f2d63a 4685 else
698dcdb6 4686 echo "$ac_t""no" 1>&6
10f2d63a 4687 fi
698dcdb6
VZ
4688
4689
1e6feb95 4690 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
a3a584a7 4691echo "configure:4692: checking for --enable-loggui" >&5
1e6feb95
VZ
4692 no_cache=0
4693 # Check whether --enable-loggui or --disable-loggui was given.
4694if test "${enable_loggui+set}" = set; then
4695 enableval="$enable_loggui"
4696
4697 if test "$enableval" = yes; then
4698 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
4699 else
4700 ac_cv_use_loggui='wxUSE_LOGGUI=no'
4701 fi
4702
4703else
4704
4705 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4706 if test "x$LINE" != x ; then
4707 eval "DEFAULT_$LINE"
4708 else
4709 no_cache=1
4710 fi
4711
4712 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4713
4714fi
4715
4716
4717 eval "$ac_cv_use_loggui"
4718 if test "$no_cache" != 1; then
4719 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4720 fi
4721
4722 if test "$wxUSE_LOGGUI" = yes; then
4723 echo "$ac_t""yes" 1>&6
4724 else
4725 echo "$ac_t""no" 1>&6
4726 fi
4727
4728
4729 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
a3a584a7 4730echo "configure:4731: checking for --enable-logwin" >&5
1e6feb95
VZ
4731 no_cache=0
4732 # Check whether --enable-logwin or --disable-logwin was given.
4733if test "${enable_logwin+set}" = set; then
4734 enableval="$enable_logwin"
4735
4736 if test "$enableval" = yes; then
4737 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
4738 else
4739 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
4740 fi
4741
4742else
4743
4744 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4745 if test "x$LINE" != x ; then
4746 eval "DEFAULT_$LINE"
4747 else
4748 no_cache=1
4749 fi
4750
4751 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4752
4753fi
4754
4755
4756 eval "$ac_cv_use_logwin"
4757 if test "$no_cache" != 1; then
4758 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4759 fi
4760
4761 if test "$wxUSE_LOGWINDOW" = yes; then
4762 echo "$ac_t""yes" 1>&6
4763 else
4764 echo "$ac_t""no" 1>&6
4765 fi
4766
4767
10f2d63a 4768
698dcdb6 4769 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
a3a584a7 4770echo "configure:4771: checking for --enable-postscript" >&5
10f2d63a
VZ
4771 no_cache=0
4772 # Check whether --enable-postscript or --disable-postscript was given.
4773if test "${enable_postscript+set}" = set; then
4774 enableval="$enable_postscript"
698dcdb6 4775
10f2d63a
VZ
4776 if test "$enableval" = yes; then
4777 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
4778 else
4779 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
4780 fi
698dcdb6 4781
10f2d63a 4782else
698dcdb6 4783
10f2d63a
VZ
4784 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4785 if test "x$LINE" != x ; then
4786 eval "DEFAULT_$LINE"
4787 else
4788 no_cache=1
4789 fi
4790
4791 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
698dcdb6
VZ
4792
4793fi
10f2d63a
VZ
4794
4795
4796 eval "$ac_cv_use_postscript"
4797 if test "$no_cache" != 1; then
4798 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4799 fi
4800
4801 if test "$wxUSE_POSTSCRIPT" = yes; then
698dcdb6 4802 echo "$ac_t""yes" 1>&6
10f2d63a 4803 else
698dcdb6 4804 echo "$ac_t""no" 1>&6
10f2d63a 4805 fi
698dcdb6
VZ
4806
4807
4808
10f2d63a 4809
1e6feb95 4810
698dcdb6 4811 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
a3a584a7 4812echo "configure:4813: checking for --enable-prologio" >&5
10f2d63a
VZ
4813 no_cache=0
4814 # Check whether --enable-prologio or --disable-prologio was given.
4815if test "${enable_prologio+set}" = set; then
4816 enableval="$enable_prologio"
698dcdb6 4817
10f2d63a
VZ
4818 if test "$enableval" = yes; then
4819 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
4820 else
4821 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
4822 fi
698dcdb6 4823
10f2d63a 4824else
698dcdb6 4825
10f2d63a
VZ
4826 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4827 if test "x$LINE" != x ; then
4828 eval "DEFAULT_$LINE"
4829 else
4830 no_cache=1
4831 fi
4832
4833 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
698dcdb6
VZ
4834
4835fi
10f2d63a
VZ
4836
4837
4838 eval "$ac_cv_use_prologio"
4839 if test "$no_cache" != 1; then
4840 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4841 fi
4842
4843 if test "$wxUSE_PROLOGIO" = yes; then
698dcdb6 4844 echo "$ac_t""yes" 1>&6
10f2d63a 4845 else
698dcdb6 4846 echo "$ac_t""no" 1>&6
10f2d63a 4847 fi
698dcdb6 4848
10f2d63a 4849
698dcdb6 4850 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
a3a584a7 4851echo "configure:4852: checking for --enable-resources" >&5
10f2d63a
VZ
4852 no_cache=0
4853 # Check whether --enable-resources or --disable-resources was given.
4854if test "${enable_resources+set}" = set; then
4855 enableval="$enable_resources"
698dcdb6 4856
10f2d63a
VZ
4857 if test "$enableval" = yes; then
4858 ac_cv_use_resources='wxUSE_RESOURCES=yes'
4859 else
4860 ac_cv_use_resources='wxUSE_RESOURCES=no'
4861 fi
698dcdb6 4862
10f2d63a 4863else
698dcdb6 4864
10f2d63a
VZ
4865 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4866 if test "x$LINE" != x ; then
4867 eval "DEFAULT_$LINE"
4868 else
4869 no_cache=1
4870 fi
4871
4872 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
698dcdb6
VZ
4873
4874fi
10f2d63a
VZ
4875
4876
4877 eval "$ac_cv_use_resources"
4878 if test "$no_cache" != 1; then
4879 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4880 fi
4881
4882 if test "$wxUSE_RESOURCES" = yes; then
698dcdb6 4883 echo "$ac_t""yes" 1>&6
10f2d63a 4884 else
698dcdb6 4885 echo "$ac_t""no" 1>&6
10f2d63a 4886 fi
698dcdb6 4887
10f2d63a 4888
698dcdb6
VZ
4889
4890 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
a3a584a7 4891echo "configure:4892: checking for --enable-xresources" >&5
10f2d63a
VZ
4892 no_cache=0
4893 # Check whether --enable-xresources or --disable-xresources was given.
4894if test "${enable_xresources+set}" = set; then
4895 enableval="$enable_xresources"
698dcdb6 4896
10f2d63a
VZ
4897 if test "$enableval" = yes; then
4898 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4899 else
4900 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4901 fi
698dcdb6 4902
10f2d63a 4903else
698dcdb6 4904
10f2d63a
VZ
4905 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4906 if test "x$LINE" != x ; then
4907 eval "DEFAULT_$LINE"
4908 else
4909 no_cache=1
4910 fi
4911
4912 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
698dcdb6
VZ
4913
4914fi
10f2d63a
VZ
4915
4916
4917 eval "$ac_cv_use_xresources"
4918 if test "$no_cache" != 1; then
4919 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4920 fi
4921
4922 if test "$wxUSE_X_RESOURCES" = yes; then
698dcdb6 4923 echo "$ac_t""yes" 1>&6
10f2d63a 4924 else
698dcdb6 4925 echo "$ac_t""no" 1>&6
10f2d63a 4926 fi
698dcdb6
VZ
4927
4928
10f2d63a 4929
698dcdb6
VZ
4930
4931 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
a3a584a7 4932echo "configure:4933: checking for --enable-clipboard" >&5
10f2d63a
VZ
4933 no_cache=0
4934 # Check whether --enable-clipboard or --disable-clipboard was given.
4935if test "${enable_clipboard+set}" = set; then
4936 enableval="$enable_clipboard"
698dcdb6 4937
10f2d63a
VZ
4938 if test "$enableval" = yes; then
4939 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4940 else
4941 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4942 fi
698dcdb6 4943
10f2d63a 4944else
698dcdb6 4945
10f2d63a
VZ
4946 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4947 if test "x$LINE" != x ; then
4948 eval "DEFAULT_$LINE"
4949 else
4950 no_cache=1
4951 fi
4952
4953 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
698dcdb6
VZ
4954
4955fi
10f2d63a
VZ
4956
4957
4958 eval "$ac_cv_use_clipboard"
4959 if test "$no_cache" != 1; then
4960 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4961 fi
4962
4963 if test "$wxUSE_CLIPBOARD" = yes; then
698dcdb6 4964 echo "$ac_t""yes" 1>&6
10f2d63a 4965 else
698dcdb6 4966 echo "$ac_t""no" 1>&6
10f2d63a 4967 fi
698dcdb6 4968
10f2d63a 4969
698dcdb6 4970 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
a3a584a7 4971echo "configure:4972: checking for --enable-dnd" >&5
10f2d63a
VZ
4972 no_cache=0
4973 # Check whether --enable-dnd or --disable-dnd was given.
4974if test "${enable_dnd+set}" = set; then
4975 enableval="$enable_dnd"
698dcdb6 4976
10f2d63a
VZ
4977 if test "$enableval" = yes; then
4978 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4979 else
4980 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4981 fi
698dcdb6 4982
10f2d63a 4983else
698dcdb6 4984
10f2d63a
VZ
4985 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4986 if test "x$LINE" != x ; then
4987 eval "DEFAULT_$LINE"
4988 else
4989 no_cache=1
4990 fi
4991
4992 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
698dcdb6
VZ
4993
4994fi
10f2d63a
VZ
4995
4996
4997 eval "$ac_cv_use_dnd"
4998 if test "$no_cache" != 1; then
4999 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5000 fi
5001
5002 if test "$wxUSE_DRAG_AND_DROP" = yes; then
698dcdb6 5003 echo "$ac_t""yes" 1>&6
10f2d63a 5004 else
698dcdb6 5005 echo "$ac_t""no" 1>&6
10f2d63a 5006 fi
698dcdb6 5007
10f2d63a 5008
698dcdb6 5009 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
a3a584a7 5010echo "configure:5011: checking for --enable-metafile" >&5
b64f0a5f
RL
5011 no_cache=0
5012 # Check whether --enable-metafile or --disable-metafile was given.
5013if test "${enable_metafile+set}" = set; then
5014 enableval="$enable_metafile"
698dcdb6 5015
b64f0a5f
RL
5016 if test "$enableval" = yes; then
5017 ac_cv_use_metafile='wxUSE_METAFILE=yes'
5018 else
5019 ac_cv_use_metafile='wxUSE_METAFILE=no'
5020 fi
698dcdb6 5021
b64f0a5f 5022else
698dcdb6 5023
b64f0a5f
RL
5024 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5025 if test "x$LINE" != x ; then
5026 eval "DEFAULT_$LINE"
5027 else
5028 no_cache=1
5029 fi
5030
5031 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
698dcdb6
VZ
5032
5033fi
b64f0a5f
RL
5034
5035
5036 eval "$ac_cv_use_metafile"
5037 if test "$no_cache" != 1; then
5038 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5039 fi
5040
5041 if test "$wxUSE_METAFILE" = yes; then
698dcdb6 5042 echo "$ac_t""yes" 1>&6
b64f0a5f 5043 else
698dcdb6 5044 echo "$ac_t""no" 1>&6
b64f0a5f 5045 fi
698dcdb6
VZ
5046
5047
10f2d63a 5048
24176f2c 5049 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
a3a584a7 5050echo "configure:5051: checking for --enable-treelayout" >&5
10f2d63a 5051 no_cache=0
24176f2c
GD
5052 # Check whether --enable-treelayout or --disable-treelayout was given.
5053if test "${enable_treelayout+set}" = set; then
5054 enableval="$enable_treelayout"
698dcdb6 5055
10f2d63a 5056 if test "$enableval" = yes; then
24176f2c 5057 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
10f2d63a 5058 else
24176f2c 5059 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
10f2d63a 5060 fi
698dcdb6 5061
10f2d63a 5062else
698dcdb6 5063
24176f2c 5064 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
10f2d63a
VZ
5065 if test "x$LINE" != x ; then
5066 eval "DEFAULT_$LINE"
5067 else
5068 no_cache=1
5069 fi
5070
24176f2c 5071 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
698dcdb6
VZ
5072
5073fi
10f2d63a
VZ
5074
5075
24176f2c 5076 eval "$ac_cv_use_treelayout"
10f2d63a 5077 if test "$no_cache" != 1; then
24176f2c 5078 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
5079 fi
5080
24176f2c 5081 if test "$wxUSE_TREELAYOUT" = yes; then
698dcdb6 5082 echo "$ac_t""yes" 1>&6
10f2d63a 5083 else
698dcdb6 5084 echo "$ac_t""no" 1>&6
10f2d63a 5085 fi
698dcdb6 5086
10f2d63a 5087
698dcdb6
VZ
5088
5089
5090 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
a3a584a7 5091echo "configure:5092: checking for --enable-controls" >&5
10f2d63a
VZ
5092 no_cache=0
5093 # Check whether --enable-controls or --disable-controls was given.
5094if test "${enable_controls+set}" = set; then
5095 enableval="$enable_controls"
698dcdb6 5096
10f2d63a
VZ
5097 if test "$enableval" = yes; then
5098 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5099 else
5100 ac_cv_use_controls='wxUSE_CONTROLS=no'
5101 fi
698dcdb6 5102
10f2d63a 5103else
698dcdb6 5104
10f2d63a
VZ
5105 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5106 if test "x$LINE" != x ; then
5107 eval "DEFAULT_$LINE"
5108 else
5109 no_cache=1
5110 fi
5111
5112 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
698dcdb6
VZ
5113
5114fi
10f2d63a
VZ
5115
5116
5117 eval "$ac_cv_use_controls"
5118 if test "$no_cache" != 1; then
5119 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5120 fi
5121
5122 if test "$wxUSE_CONTROLS" = yes; then
698dcdb6 5123 echo "$ac_t""yes" 1>&6
10f2d63a 5124 else
698dcdb6 5125 echo "$ac_t""no" 1>&6
10f2d63a 5126 fi
698dcdb6 5127
10f2d63a
VZ
5128
5129if test "$wxUSE_CONTROLS" = "yes"; then
5130 DEFAULT_wxUSE_ACCEL=yes
1e6feb95
VZ
5131 DEFAULT_wxUSE_BMPBUTTON=yes
5132 DEFAULT_wxUSE_BUTTON=yes
5133 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
5134 DEFAULT_wxUSE_CARET=yes
5135 DEFAULT_wxUSE_COMBOBOX=yes
10f2d63a
VZ
5136 DEFAULT_wxUSE_CHECKBOX=yes
5137 DEFAULT_wxUSE_CHECKLISTBOX=yes
5138 DEFAULT_wxUSE_CHOICE=yes
5139 DEFAULT_wxUSE_GAUGE=yes
5140 DEFAULT_wxUSE_GRID=yes
cc977e5f 5141 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
5142 DEFAULT_wxUSE_IMAGLIST=yes
5143 DEFAULT_wxUSE_LISTBOX=yes
5144 DEFAULT_wxUSE_LISTCTRL=yes
5145 DEFAULT_wxUSE_NOTEBOOK=yes
24176f2c 5146 DEFAULT_wxUSE_PROPSHEET=yes
10f2d63a
VZ
5147 DEFAULT_wxUSE_RADIOBOX=yes
5148 DEFAULT_wxUSE_RADIOBTN=yes
5149 DEFAULT_wxUSE_SASH=yes
5150 DEFAULT_wxUSE_SCROLLBAR=yes
5151 DEFAULT_wxUSE_SLIDER=yes
5152 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 5153 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
5154 DEFAULT_wxUSE_SPLITTER=yes
5155 DEFAULT_wxUSE_STATBMP=yes
5156 DEFAULT_wxUSE_STATBOX=yes
5157 DEFAULT_wxUSE_STATLINE=yes
5158 DEFAULT_wxUSE_STATUSBAR=yes
5159 DEFAULT_wxUSE_TAB_DIALOG=yes
1db8dc4a 5160 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 5161 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
5162 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5163 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
5164 DEFAULT_wxUSE_TOOLTIPS=yes
5165 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 5166 DEFAULT_wxUSE_POPUPWIN=yes
10f2d63a
VZ
5167elif test "$wxUSE_CONTROLS" = "no"; then
5168 DEFAULT_wxUSE_ACCEL=no
1e6feb95
VZ
5169 DEFAULT_wxUSE_BMPBUTTON=no
5170 DEFAULT_wxUSE_BUTTON=no
5171 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
5172 DEFAULT_wxUSE_CARET=no
5173 DEFAULT_wxUSE_COMBOBOX=no
10f2d63a
VZ
5174 DEFAULT_wxUSE_CHECKBOX=no
5175 DEFAULT_wxUSE_CHECKLISTBOX=no
5176 DEFAULT_wxUSE_CHOICE=no
5177 DEFAULT_wxUSE_GAUGE=no
5178 DEFAULT_wxUSE_GRID=no
5179 DEFAULT_wxUSE_NEW_GRID=no
5180 DEFAULT_wxUSE_IMAGLIST=no
5181 DEFAULT_wxUSE_LISTBOX=no
5182 DEFAULT_wxUSE_LISTCTRL=no
5183 DEFAULT_wxUSE_NOTEBOOK=no
24176f2c 5184 DEFAULT_wxUSE_PROPSHEET=no
10f2d63a
VZ
5185 DEFAULT_wxUSE_RADIOBOX=no
5186 DEFAULT_wxUSE_RADIOBTN=no
5187 DEFAULT_wxUSE_SASH=no
5188 DEFAULT_wxUSE_SCROLLBAR=no
5189 DEFAULT_wxUSE_SLIDER=no
5190 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 5191 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
5192 DEFAULT_wxUSE_SPLITTER=no
5193 DEFAULT_wxUSE_STATBMP=no
5194 DEFAULT_wxUSE_STATBOX=no
5195 DEFAULT_wxUSE_STATLINE=no
5196 DEFAULT_wxUSE_STATUSBAR=no
5197 DEFAULT_wxUSE_TAB_DIALOG=no
1db8dc4a 5198 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 5199 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
5200 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5201 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
5202 DEFAULT_wxUSE_TOOLTIPS=no
5203 DEFAULT_wxUSE_TREECTRL=no
9f41d601 5204 DEFAULT_wxUSE_POPUPWIN=no
10f2d63a
VZ
5205fi
5206
698dcdb6
VZ
5207
5208 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
a3a584a7 5209echo "configure:5210: checking for --enable-accel" >&5
10f2d63a
VZ
5210 no_cache=0
5211 # Check whether --enable-accel or --disable-accel was given.
5212if test "${enable_accel+set}" = set; then
5213 enableval="$enable_accel"
698dcdb6 5214
10f2d63a
VZ
5215 if test "$enableval" = yes; then
5216 ac_cv_use_accel='wxUSE_ACCEL=yes'
5217 else
5218 ac_cv_use_accel='wxUSE_ACCEL=no'
5219 fi
698dcdb6 5220
10f2d63a 5221else
698dcdb6 5222
10f2d63a
VZ
5223 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5224 if test "x$LINE" != x ; then
5225 eval "DEFAULT_$LINE"
5226 else
5227 no_cache=1
5228 fi
5229
5230 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
698dcdb6
VZ
5231
5232fi
10f2d63a
VZ
5233
5234
5235 eval "$ac_cv_use_accel"
5236 if test "$no_cache" != 1; then
5237 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5238 fi
5239
5240 if test "$wxUSE_ACCEL" = yes; then
698dcdb6 5241 echo "$ac_t""yes" 1>&6
10f2d63a 5242 else
698dcdb6 5243 echo "$ac_t""no" 1>&6
10f2d63a 5244 fi
698dcdb6 5245
10f2d63a 5246
1e6feb95 5247 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
a3a584a7 5248echo "configure:5249: checking for --enable-button" >&5
10f2d63a 5249 no_cache=0
1e6feb95
VZ
5250 # Check whether --enable-button or --disable-button was given.
5251if test "${enable_button+set}" = set; then
5252 enableval="$enable_button"
698dcdb6 5253
10f2d63a 5254 if test "$enableval" = yes; then
1e6feb95 5255 ac_cv_use_button='wxUSE_BUTTON=yes'
10f2d63a 5256 else
1e6feb95 5257 ac_cv_use_button='wxUSE_BUTTON=no'
10f2d63a 5258 fi
698dcdb6 5259
10f2d63a 5260else
698dcdb6 5261
1e6feb95 5262 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
10f2d63a
VZ
5263 if test "x$LINE" != x ; then
5264 eval "DEFAULT_$LINE"
5265 else
5266 no_cache=1
5267 fi
5268
1e6feb95 5269 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
698dcdb6
VZ
5270
5271fi
10f2d63a
VZ
5272
5273
1e6feb95 5274 eval "$ac_cv_use_button"
10f2d63a 5275 if test "$no_cache" != 1; then
1e6feb95 5276 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
5277 fi
5278
1e6feb95 5279 if test "$wxUSE_BUTTON" = yes; then
698dcdb6 5280 echo "$ac_t""yes" 1>&6
10f2d63a 5281 else
698dcdb6 5282 echo "$ac_t""no" 1>&6
10f2d63a 5283 fi
698dcdb6 5284
10f2d63a 5285
698dcdb6 5286 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
a3a584a7 5287echo "configure:5288: checking for --enable-bmpbutton" >&5
10f2d63a
VZ
5288 no_cache=0
5289 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5290if test "${enable_bmpbutton+set}" = set; then
5291 enableval="$enable_bmpbutton"
698dcdb6 5292
10f2d63a
VZ
5293 if test "$enableval" = yes; then
5294 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5295 else
5296 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5297 fi
698dcdb6 5298
10f2d63a 5299else
698dcdb6 5300
10f2d63a
VZ
5301 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5302 if test "x$LINE" != x ; then
5303 eval "DEFAULT_$LINE"
5304 else
5305 no_cache=1
5306 fi
5307
5308 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
698dcdb6
VZ
5309
5310fi
10f2d63a
VZ
5311
5312
5313 eval "$ac_cv_use_bmpbutton"
5314 if test "$no_cache" != 1; then
5315 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5316 fi
5317
5318 if test "$wxUSE_BMPBUTTON" = yes; then
698dcdb6 5319 echo "$ac_t""yes" 1>&6
10f2d63a 5320 else
698dcdb6 5321 echo "$ac_t""no" 1>&6
10f2d63a 5322 fi
698dcdb6 5323
10f2d63a 5324
1e6feb95 5325 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
a3a584a7 5326echo "configure:5327: checking for --enable-calendar" >&5
1e6feb95
VZ
5327 no_cache=0
5328 # Check whether --enable-calendar or --disable-calendar was given.
5329if test "${enable_calendar+set}" = set; then
5330 enableval="$enable_calendar"
5331
5332 if test "$enableval" = yes; then
5333 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5334 else
5335 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5336 fi
5337
5338else
5339
5340 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5341 if test "x$LINE" != x ; then
5342 eval "DEFAULT_$LINE"
5343 else
5344 no_cache=1
5345 fi
5346
5347 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5348
5349fi
5350
5351
5352 eval "$ac_cv_use_calendar"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5355 fi
5356
5357 if test "$wxUSE_CALCTRL" = yes; then
5358 echo "$ac_t""yes" 1>&6
5359 else
5360 echo "$ac_t""no" 1>&6
5361 fi
5362
5363
5364 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
a3a584a7 5365echo "configure:5366: checking for --enable-caret" >&5
1e6feb95
VZ
5366 no_cache=0
5367 # Check whether --enable-caret or --disable-caret was given.
5368if test "${enable_caret+set}" = set; then
5369 enableval="$enable_caret"
5370
5371 if test "$enableval" = yes; then
5372 ac_cv_use_caret='wxUSE_CARET=yes'
5373 else
5374 ac_cv_use_caret='wxUSE_CARET=no'
5375 fi
5376
5377else
5378
5379 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5380 if test "x$LINE" != x ; then
5381 eval "DEFAULT_$LINE"
5382 else
5383 no_cache=1
5384 fi
5385
5386 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5387
5388fi
5389
5390
5391 eval "$ac_cv_use_caret"
5392 if test "$no_cache" != 1; then
5393 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5394 fi
5395
5396 if test "$wxUSE_CARET" = yes; then
5397 echo "$ac_t""yes" 1>&6
5398 else
5399 echo "$ac_t""no" 1>&6
5400 fi
5401
5402
698dcdb6 5403 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
a3a584a7 5404echo "configure:5405: checking for --enable-checkbox" >&5
10f2d63a
VZ
5405 no_cache=0
5406 # Check whether --enable-checkbox or --disable-checkbox was given.
5407if test "${enable_checkbox+set}" = set; then
5408 enableval="$enable_checkbox"
698dcdb6 5409
10f2d63a
VZ
5410 if test "$enableval" = yes; then
5411 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5412 else
5413 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5414 fi
698dcdb6 5415
10f2d63a 5416else
698dcdb6 5417
10f2d63a
VZ
5418 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5419 if test "x$LINE" != x ; then
5420 eval "DEFAULT_$LINE"
5421 else
5422 no_cache=1
5423 fi
5424
5425 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
698dcdb6
VZ
5426
5427fi
10f2d63a
VZ
5428
5429
5430 eval "$ac_cv_use_checkbox"
5431 if test "$no_cache" != 1; then
5432 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5433 fi
5434
5435 if test "$wxUSE_CHECKBOX" = yes; then
698dcdb6 5436 echo "$ac_t""yes" 1>&6
10f2d63a 5437 else
698dcdb6 5438 echo "$ac_t""no" 1>&6
10f2d63a 5439 fi
698dcdb6 5440
10f2d63a 5441
698dcdb6 5442 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
a3a584a7 5443echo "configure:5444: checking for --enable-checklst" >&5
10f2d63a
VZ
5444 no_cache=0
5445 # Check whether --enable-checklst or --disable-checklst was given.
5446if test "${enable_checklst+set}" = set; then
5447 enableval="$enable_checklst"
698dcdb6 5448
10f2d63a
VZ
5449 if test "$enableval" = yes; then
5450 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5451 else
5452 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5453 fi
698dcdb6 5454
10f2d63a 5455else
698dcdb6 5456
10f2d63a
VZ
5457 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5458 if test "x$LINE" != x ; then
5459 eval "DEFAULT_$LINE"
5460 else
5461 no_cache=1
5462 fi
5463
5464 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
698dcdb6
VZ
5465
5466fi
10f2d63a
VZ
5467
5468
5469 eval "$ac_cv_use_checklst"
5470 if test "$no_cache" != 1; then
5471 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5472 fi
5473
5474 if test "$wxUSE_CHECKLST" = yes; then
698dcdb6 5475 echo "$ac_t""yes" 1>&6
10f2d63a 5476 else
698dcdb6 5477 echo "$ac_t""no" 1>&6
10f2d63a 5478 fi
698dcdb6 5479
10f2d63a 5480
698dcdb6 5481 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
a3a584a7 5482echo "configure:5483: checking for --enable-choice" >&5
10f2d63a
VZ
5483 no_cache=0
5484 # Check whether --enable-choice or --disable-choice was given.
5485if test "${enable_choice+set}" = set; then
5486 enableval="$enable_choice"
698dcdb6 5487
10f2d63a
VZ
5488 if test "$enableval" = yes; then
5489 ac_cv_use_choice='wxUSE_CHOICE=yes'
5490 else
5491 ac_cv_use_choice='wxUSE_CHOICE=no'
5492 fi
698dcdb6 5493
10f2d63a 5494else
698dcdb6 5495
10f2d63a
VZ
5496 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5497 if test "x$LINE" != x ; then
5498 eval "DEFAULT_$LINE"
5499 else
5500 no_cache=1
5501 fi
5502
5503 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
698dcdb6
VZ
5504
5505fi
10f2d63a
VZ
5506
5507
5508 eval "$ac_cv_use_choice"
5509 if test "$no_cache" != 1; then
5510 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5511 fi
5512
5513 if test "$wxUSE_CHOICE" = yes; then
698dcdb6 5514 echo "$ac_t""yes" 1>&6
10f2d63a 5515 else
698dcdb6 5516 echo "$ac_t""no" 1>&6
10f2d63a 5517 fi
698dcdb6 5518
10f2d63a 5519
698dcdb6 5520 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
a3a584a7 5521echo "configure:5522: checking for --enable-combobox" >&5
10f2d63a
VZ
5522 no_cache=0
5523 # Check whether --enable-combobox or --disable-combobox was given.
5524if test "${enable_combobox+set}" = set; then
5525 enableval="$enable_combobox"
698dcdb6 5526
10f2d63a
VZ
5527 if test "$enableval" = yes; then
5528 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
5529 else
5530 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
5531 fi
698dcdb6 5532
10f2d63a 5533else
698dcdb6 5534
10f2d63a
VZ
5535 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5536 if test "x$LINE" != x ; then
5537 eval "DEFAULT_$LINE"
5538 else
5539 no_cache=1
5540 fi
5541
5542 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
698dcdb6
VZ
5543
5544fi
10f2d63a
VZ
5545
5546
5547 eval "$ac_cv_use_combobox"
5548 if test "$no_cache" != 1; then
5549 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5550 fi
5551
5552 if test "$wxUSE_COMBOBOX" = yes; then
698dcdb6 5553 echo "$ac_t""yes" 1>&6
10f2d63a 5554 else
698dcdb6 5555 echo "$ac_t""no" 1>&6
10f2d63a 5556 fi
698dcdb6 5557
10f2d63a 5558
698dcdb6 5559 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
a3a584a7 5560echo "configure:5561: checking for --enable-gauge" >&5
10f2d63a
VZ
5561 no_cache=0
5562 # Check whether --enable-gauge or --disable-gauge was given.
5563if test "${enable_gauge+set}" = set; then
5564 enableval="$enable_gauge"
698dcdb6 5565
10f2d63a
VZ
5566 if test "$enableval" = yes; then
5567 ac_cv_use_gauge='wxUSE_GAUGE=yes'
5568 else
5569 ac_cv_use_gauge='wxUSE_GAUGE=no'
5570 fi
698dcdb6 5571
10f2d63a 5572else
698dcdb6 5573
10f2d63a
VZ
5574 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5575 if test "x$LINE" != x ; then
5576 eval "DEFAULT_$LINE"
5577 else
5578 no_cache=1
5579 fi
5580
5581 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
698dcdb6
VZ
5582
5583fi
10f2d63a
VZ
5584
5585
5586 eval "$ac_cv_use_gauge"
5587 if test "$no_cache" != 1; then
5588 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5589 fi
5590
5591 if test "$wxUSE_GAUGE" = yes; then
698dcdb6 5592 echo "$ac_t""yes" 1>&6
10f2d63a 5593 else
698dcdb6 5594 echo "$ac_t""no" 1>&6
10f2d63a 5595 fi
698dcdb6 5596
10f2d63a 5597
698dcdb6 5598 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
a3a584a7 5599echo "configure:5600: checking for --enable-grid" >&5
10f2d63a
VZ
5600 no_cache=0
5601 # Check whether --enable-grid or --disable-grid was given.
5602if test "${enable_grid+set}" = set; then
5603 enableval="$enable_grid"
698dcdb6 5604
10f2d63a
VZ
5605 if test "$enableval" = yes; then
5606 ac_cv_use_grid='wxUSE_GRID=yes'
5607 else
5608 ac_cv_use_grid='wxUSE_GRID=no'
5609 fi
698dcdb6 5610
10f2d63a 5611else
698dcdb6 5612
10f2d63a
VZ
5613 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5614 if test "x$LINE" != x ; then
5615 eval "DEFAULT_$LINE"
5616 else
5617 no_cache=1
5618 fi
5619
5620 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
698dcdb6
VZ
5621
5622fi
10f2d63a
VZ
5623
5624
5625 eval "$ac_cv_use_grid"
5626 if test "$no_cache" != 1; then
5627 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5628 fi
5629
5630 if test "$wxUSE_GRID" = yes; then
698dcdb6 5631 echo "$ac_t""yes" 1>&6
10f2d63a 5632 else
698dcdb6 5633 echo "$ac_t""no" 1>&6
10f2d63a 5634 fi
698dcdb6 5635
10f2d63a 5636
698dcdb6 5637 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
a3a584a7 5638echo "configure:5639: checking for --enable-newgrid" >&5
10f2d63a
VZ
5639 no_cache=0
5640 # Check whether --enable-newgrid or --disable-newgrid was given.
5641if test "${enable_newgrid+set}" = set; then
5642 enableval="$enable_newgrid"
698dcdb6 5643
10f2d63a
VZ
5644 if test "$enableval" = yes; then
5645 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
5646 else
5647 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
5648 fi
698dcdb6 5649
10f2d63a 5650else
698dcdb6 5651
10f2d63a
VZ
5652 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5653 if test "x$LINE" != x ; then
5654 eval "DEFAULT_$LINE"
5655 else
5656 no_cache=1
5657 fi
5658
5659 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
698dcdb6
VZ
5660
5661fi
10f2d63a
VZ
5662
5663
5664 eval "$ac_cv_use_newgrid"
5665 if test "$no_cache" != 1; then
5666 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5667 fi
5668
5669 if test "$wxUSE_NEW_GRID" = yes; then
698dcdb6 5670 echo "$ac_t""yes" 1>&6
10f2d63a 5671 else
698dcdb6 5672 echo "$ac_t""no" 1>&6
10f2d63a 5673 fi
698dcdb6 5674
10f2d63a 5675
698dcdb6 5676 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
a3a584a7 5677echo "configure:5678: checking for --enable-imaglist" >&5
10f2d63a
VZ
5678 no_cache=0
5679 # Check whether --enable-imaglist or --disable-imaglist was given.
5680if test "${enable_imaglist+set}" = set; then
5681 enableval="$enable_imaglist"
698dcdb6 5682
10f2d63a
VZ
5683 if test "$enableval" = yes; then
5684 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
5685 else
5686 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
5687 fi
698dcdb6 5688
10f2d63a 5689else
698dcdb6 5690
10f2d63a
VZ
5691 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5692 if test "x$LINE" != x ; then
5693 eval "DEFAULT_$LINE"
5694 else
5695 no_cache=1
5696 fi
5697
5698 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
698dcdb6
VZ
5699
5700fi
10f2d63a
VZ
5701
5702
5703 eval "$ac_cv_use_imaglist"
5704 if test "$no_cache" != 1; then
5705 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5706 fi
5707
5708 if test "$wxUSE_IMAGLIST" = yes; then
698dcdb6 5709 echo "$ac_t""yes" 1>&6
10f2d63a 5710 else
698dcdb6 5711 echo "$ac_t""no" 1>&6
10f2d63a 5712 fi
698dcdb6 5713
10f2d63a 5714
698dcdb6 5715 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
a3a584a7 5716echo "configure:5717: checking for --enable-listbox" >&5
10f2d63a
VZ
5717 no_cache=0
5718 # Check whether --enable-listbox or --disable-listbox was given.
5719if test "${enable_listbox+set}" = set; then
5720 enableval="$enable_listbox"
698dcdb6 5721
10f2d63a
VZ
5722 if test "$enableval" = yes; then
5723 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
5724 else
5725 ac_cv_use_listbox='wxUSE_LISTBOX=no'
5726 fi
698dcdb6 5727
10f2d63a 5728else
698dcdb6 5729
10f2d63a
VZ
5730 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5731 if test "x$LINE" != x ; then
5732 eval "DEFAULT_$LINE"
5733 else
5734 no_cache=1
5735 fi
5736
5737 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
698dcdb6
VZ
5738
5739fi
10f2d63a
VZ
5740
5741
5742 eval "$ac_cv_use_listbox"
5743 if test "$no_cache" != 1; then
5744 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5745 fi
5746
5747 if test "$wxUSE_LISTBOX" = yes; then
698dcdb6 5748 echo "$ac_t""yes" 1>&6
10f2d63a 5749 else
698dcdb6 5750 echo "$ac_t""no" 1>&6
10f2d63a 5751 fi
698dcdb6 5752
10f2d63a 5753
698dcdb6 5754 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
a3a584a7 5755echo "configure:5756: checking for --enable-listctrl" >&5
10f2d63a
VZ
5756 no_cache=0
5757 # Check whether --enable-listctrl or --disable-listctrl was given.
5758if test "${enable_listctrl+set}" = set; then
5759 enableval="$enable_listctrl"
698dcdb6 5760
10f2d63a
VZ
5761 if test "$enableval" = yes; then
5762 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
5763 else
5764 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
5765 fi
698dcdb6 5766
10f2d63a 5767else
698dcdb6 5768
10f2d63a
VZ
5769 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5770 if test "x$LINE" != x ; then
5771 eval "DEFAULT_$LINE"
5772 else
5773 no_cache=1
5774 fi
5775
5776 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
698dcdb6
VZ
5777
5778fi
10f2d63a
VZ
5779
5780
5781 eval "$ac_cv_use_listctrl"
5782 if test "$no_cache" != 1; then
5783 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5784 fi
5785
5786 if test "$wxUSE_LISTCTRL" = yes; then
698dcdb6 5787 echo "$ac_t""yes" 1>&6
10f2d63a 5788 else
698dcdb6 5789 echo "$ac_t""no" 1>&6
10f2d63a 5790 fi
698dcdb6 5791
10f2d63a 5792
698dcdb6 5793 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
a3a584a7 5794echo "configure:5795: checking for --enable-notebook" >&5
10f2d63a
VZ
5795 no_cache=0
5796 # Check whether --enable-notebook or --disable-notebook was given.
5797if test "${enable_notebook+set}" = set; then
5798 enableval="$enable_notebook"
698dcdb6 5799
10f2d63a
VZ
5800 if test "$enableval" = yes; then
5801 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
5802 else
5803 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
5804 fi
698dcdb6 5805
10f2d63a 5806else
698dcdb6 5807
10f2d63a
VZ
5808 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5809 if test "x$LINE" != x ; then
5810 eval "DEFAULT_$LINE"
5811 else
5812 no_cache=1
5813 fi
5814
5815 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
698dcdb6
VZ
5816
5817fi
10f2d63a
VZ
5818
5819
5820 eval "$ac_cv_use_notebook"
5821 if test "$no_cache" != 1; then
5822 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5823 fi
5824
5825 if test "$wxUSE_NOTEBOOK" = yes; then
698dcdb6 5826 echo "$ac_t""yes" 1>&6
10f2d63a 5827 else
698dcdb6 5828 echo "$ac_t""no" 1>&6
10f2d63a 5829 fi
698dcdb6 5830
10f2d63a 5831
24176f2c 5832 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
a3a584a7 5833echo "configure:5834: checking for --enable-propsheet" >&5
24176f2c
GD
5834 no_cache=0
5835 # Check whether --enable-propsheet or --disable-propsheet was given.
5836if test "${enable_propsheet+set}" = set; then
5837 enableval="$enable_propsheet"
5838
5839 if test "$enableval" = yes; then
5840 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
5841 else
5842 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
5843 fi
5844
5845else
5846
5847 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5848 if test "x$LINE" != x ; then
5849 eval "DEFAULT_$LINE"
5850 else
5851 no_cache=1
5852 fi
5853
5854 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5855
5856fi
5857
5858
5859 eval "$ac_cv_use_propsheet"
5860 if test "$no_cache" != 1; then
5861 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5862 fi
5863
5864 if test "$wxUSE_PROPSHEET" = yes; then
5865 echo "$ac_t""yes" 1>&6
5866 else
5867 echo "$ac_t""no" 1>&6
5868 fi
5869
5870
698dcdb6 5871 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
a3a584a7 5872echo "configure:5873: checking for --enable-radiobox" >&5
10f2d63a
VZ
5873 no_cache=0
5874 # Check whether --enable-radiobox or --disable-radiobox was given.
5875if test "${enable_radiobox+set}" = set; then
5876 enableval="$enable_radiobox"
698dcdb6 5877
10f2d63a
VZ
5878 if test "$enableval" = yes; then
5879 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
5880 else
5881 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
5882 fi
698dcdb6 5883
10f2d63a 5884else
698dcdb6 5885
10f2d63a
VZ
5886 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5887 if test "x$LINE" != x ; then
5888 eval "DEFAULT_$LINE"
5889 else
5890 no_cache=1
5891 fi
5892
5893 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
698dcdb6
VZ
5894
5895fi
10f2d63a
VZ
5896
5897
5898 eval "$ac_cv_use_radiobox"
5899 if test "$no_cache" != 1; then
5900 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5901 fi
5902
5903 if test "$wxUSE_RADIOBOX" = yes; then
698dcdb6 5904 echo "$ac_t""yes" 1>&6
10f2d63a 5905 else
698dcdb6 5906 echo "$ac_t""no" 1>&6
10f2d63a 5907 fi
698dcdb6 5908
10f2d63a 5909
698dcdb6 5910 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
a3a584a7 5911echo "configure:5912: checking for --enable-radiobtn" >&5
10f2d63a
VZ
5912 no_cache=0
5913 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5914if test "${enable_radiobtn+set}" = set; then
5915 enableval="$enable_radiobtn"
698dcdb6 5916
10f2d63a
VZ
5917 if test "$enableval" = yes; then
5918 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
5919 else
5920 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
5921 fi
698dcdb6 5922
10f2d63a 5923else
698dcdb6 5924
10f2d63a
VZ
5925 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5926 if test "x$LINE" != x ; then
5927 eval "DEFAULT_$LINE"
5928 else
5929 no_cache=1
5930 fi
5931
5932 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
698dcdb6
VZ
5933
5934fi
10f2d63a
VZ
5935
5936
5937 eval "$ac_cv_use_radiobtn"
5938 if test "$no_cache" != 1; then
5939 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5940 fi
5941
5942 if test "$wxUSE_RADIOBTN" = yes; then
698dcdb6 5943 echo "$ac_t""yes" 1>&6
10f2d63a 5944 else
698dcdb6 5945 echo "$ac_t""no" 1>&6
10f2d63a 5946 fi
698dcdb6 5947
10f2d63a 5948
698dcdb6 5949 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
a3a584a7 5950echo "configure:5951: checking for --enable-sash" >&5
10f2d63a
VZ
5951 no_cache=0
5952 # Check whether --enable-sash or --disable-sash was given.
5953if test "${enable_sash+set}" = set; then
5954 enableval="$enable_sash"
698dcdb6 5955
10f2d63a
VZ
5956 if test "$enableval" = yes; then
5957 ac_cv_use_sash='wxUSE_SASH=yes'
5958 else
5959 ac_cv_use_sash='wxUSE_SASH=no'
5960 fi
698dcdb6 5961
10f2d63a 5962else
698dcdb6 5963
10f2d63a
VZ
5964 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5965 if test "x$LINE" != x ; then
5966 eval "DEFAULT_$LINE"
5967 else
5968 no_cache=1
5969 fi
5970
5971 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
698dcdb6
VZ
5972
5973fi
10f2d63a
VZ
5974
5975
5976 eval "$ac_cv_use_sash"
5977 if test "$no_cache" != 1; then
5978 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5979 fi
5980
5981 if test "$wxUSE_SASH" = yes; then
698dcdb6 5982 echo "$ac_t""yes" 1>&6
10f2d63a 5983 else
698dcdb6 5984 echo "$ac_t""no" 1>&6
10f2d63a 5985 fi
698dcdb6 5986
10f2d63a 5987
698dcdb6 5988 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
a3a584a7 5989echo "configure:5990: checking for --enable-scrollbar" >&5
10f2d63a
VZ
5990 no_cache=0
5991 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5992if test "${enable_scrollbar+set}" = set; then
5993 enableval="$enable_scrollbar"
698dcdb6 5994
10f2d63a
VZ
5995 if test "$enableval" = yes; then
5996 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
5997 else
5998 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
5999 fi
698dcdb6 6000
10f2d63a 6001else
698dcdb6 6002
10f2d63a
VZ
6003 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6004 if test "x$LINE" != x ; then
6005 eval "DEFAULT_$LINE"
6006 else
6007 no_cache=1
6008 fi
6009
6010 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
698dcdb6
VZ
6011
6012fi
10f2d63a
VZ
6013
6014
6015 eval "$ac_cv_use_scrollbar"
6016 if test "$no_cache" != 1; then
6017 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6018 fi
6019
6020 if test "$wxUSE_SCROLLBAR" = yes; then
698dcdb6 6021 echo "$ac_t""yes" 1>&6
10f2d63a 6022 else
698dcdb6 6023 echo "$ac_t""no" 1>&6
10f2d63a 6024 fi
698dcdb6 6025
10f2d63a 6026
698dcdb6 6027 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
a3a584a7 6028echo "configure:6029: checking for --enable-slider" >&5
10f2d63a
VZ
6029 no_cache=0
6030 # Check whether --enable-slider or --disable-slider was given.
6031if test "${enable_slider+set}" = set; then
6032 enableval="$enable_slider"
698dcdb6 6033
10f2d63a
VZ
6034 if test "$enableval" = yes; then
6035 ac_cv_use_slider='wxUSE_SLIDER=yes'
6036 else
6037 ac_cv_use_slider='wxUSE_SLIDER=no'
6038 fi
698dcdb6 6039
10f2d63a 6040else
698dcdb6 6041
10f2d63a
VZ
6042 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6043 if test "x$LINE" != x ; then
6044 eval "DEFAULT_$LINE"
6045 else
6046 no_cache=1
6047 fi
6048
6049 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
698dcdb6
VZ
6050
6051fi
10f2d63a
VZ
6052
6053
6054 eval "$ac_cv_use_slider"
6055 if test "$no_cache" != 1; then
6056 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6057 fi
6058
6059 if test "$wxUSE_SLIDER" = yes; then
698dcdb6 6060 echo "$ac_t""yes" 1>&6
10f2d63a 6061 else
698dcdb6 6062 echo "$ac_t""no" 1>&6
10f2d63a 6063 fi
698dcdb6 6064
10f2d63a 6065
698dcdb6 6066 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
a3a584a7 6067echo "configure:6068: checking for --enable-spinbtn" >&5
10f2d63a
VZ
6068 no_cache=0
6069 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6070if test "${enable_spinbtn+set}" = set; then
6071 enableval="$enable_spinbtn"
698dcdb6 6072
10f2d63a
VZ
6073 if test "$enableval" = yes; then
6074 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6075 else
6076 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6077 fi
698dcdb6 6078
10f2d63a 6079else
698dcdb6 6080
10f2d63a
VZ
6081 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6082 if test "x$LINE" != x ; then
6083 eval "DEFAULT_$LINE"
6084 else
6085 no_cache=1
6086 fi
6087
6088 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
698dcdb6
VZ
6089
6090fi
10f2d63a
VZ
6091
6092
6093 eval "$ac_cv_use_spinbtn"
6094 if test "$no_cache" != 1; then
6095 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6096 fi
6097
6098 if test "$wxUSE_SPINBTN" = yes; then
698dcdb6 6099 echo "$ac_t""yes" 1>&6
10f2d63a 6100 else
698dcdb6 6101 echo "$ac_t""no" 1>&6
10f2d63a 6102 fi
698dcdb6 6103
10f2d63a 6104
698dcdb6 6105 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
a3a584a7 6106echo "configure:6107: checking for --enable-spinctrl" >&5
56cfaa52
RR
6107 no_cache=0
6108 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6109if test "${enable_spinctrl+set}" = set; then
6110 enableval="$enable_spinctrl"
698dcdb6 6111
56cfaa52
RR
6112 if test "$enableval" = yes; then
6113 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6114 else
6115 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6116 fi
698dcdb6 6117
56cfaa52 6118else
698dcdb6 6119
56cfaa52
RR
6120 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6121 if test "x$LINE" != x ; then
6122 eval "DEFAULT_$LINE"
6123 else
6124 no_cache=1
6125 fi
6126
6127 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
698dcdb6
VZ
6128
6129fi
56cfaa52
RR
6130
6131
6132 eval "$ac_cv_use_spinctrl"
6133 if test "$no_cache" != 1; then
6134 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6135 fi
6136
6137 if test "$wxUSE_SPINCTRL" = yes; then
698dcdb6 6138 echo "$ac_t""yes" 1>&6
56cfaa52 6139 else
698dcdb6 6140 echo "$ac_t""no" 1>&6
56cfaa52 6141 fi
698dcdb6 6142
56cfaa52 6143
698dcdb6 6144 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
a3a584a7 6145echo "configure:6146: checking for --enable-splitter" >&5
10f2d63a
VZ
6146 no_cache=0
6147 # Check whether --enable-splitter or --disable-splitter was given.
6148if test "${enable_splitter+set}" = set; then
6149 enableval="$enable_splitter"
698dcdb6 6150
10f2d63a
VZ
6151 if test "$enableval" = yes; then
6152 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6153 else
6154 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6155 fi
698dcdb6 6156
10f2d63a 6157else
698dcdb6 6158
10f2d63a
VZ
6159 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6160 if test "x$LINE" != x ; then
6161 eval "DEFAULT_$LINE"
6162 else
6163 no_cache=1
6164 fi
6165
6166 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
698dcdb6
VZ
6167
6168fi
10f2d63a
VZ
6169
6170
6171 eval "$ac_cv_use_splitter"
6172 if test "$no_cache" != 1; then
6173 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6174 fi
6175
6176 if test "$wxUSE_SPLITTER" = yes; then
698dcdb6 6177 echo "$ac_t""yes" 1>&6
10f2d63a 6178 else
698dcdb6 6179 echo "$ac_t""no" 1>&6
10f2d63a 6180 fi
698dcdb6 6181
10f2d63a 6182
698dcdb6 6183 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
a3a584a7 6184echo "configure:6185: checking for --enable-statbmp" >&5
10f2d63a
VZ
6185 no_cache=0
6186 # Check whether --enable-statbmp or --disable-statbmp was given.
6187if test "${enable_statbmp+set}" = set; then
6188 enableval="$enable_statbmp"
698dcdb6 6189
10f2d63a
VZ
6190 if test "$enableval" = yes; then
6191 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6192 else
6193 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6194 fi
698dcdb6 6195
10f2d63a 6196else
698dcdb6 6197
10f2d63a
VZ
6198 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6199 if test "x$LINE" != x ; then
6200 eval "DEFAULT_$LINE"
6201 else
6202 no_cache=1
6203 fi
6204
6205 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
698dcdb6
VZ
6206
6207fi
10f2d63a
VZ
6208
6209
6210 eval "$ac_cv_use_statbmp"
6211 if test "$no_cache" != 1; then
6212 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6213 fi
6214
6215 if test "$wxUSE_STATBMP" = yes; then
698dcdb6 6216 echo "$ac_t""yes" 1>&6
10f2d63a 6217 else
698dcdb6 6218 echo "$ac_t""no" 1>&6
10f2d63a 6219 fi
698dcdb6 6220
10f2d63a 6221
698dcdb6 6222 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
a3a584a7 6223echo "configure:6224: checking for --enable-statbox" >&5
10f2d63a
VZ
6224 no_cache=0
6225 # Check whether --enable-statbox or --disable-statbox was given.
6226if test "${enable_statbox+set}" = set; then
6227 enableval="$enable_statbox"
698dcdb6 6228
10f2d63a
VZ
6229 if test "$enableval" = yes; then
6230 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6231 else
6232 ac_cv_use_statbox='wxUSE_STATBOX=no'
6233 fi
698dcdb6 6234
10f2d63a 6235else
698dcdb6 6236
10f2d63a
VZ
6237 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6238 if test "x$LINE" != x ; then
6239 eval "DEFAULT_$LINE"
6240 else
6241 no_cache=1
6242 fi
6243
6244 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
698dcdb6
VZ
6245
6246fi
10f2d63a
VZ
6247
6248
6249 eval "$ac_cv_use_statbox"
6250 if test "$no_cache" != 1; then
6251 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6252 fi
6253
6254 if test "$wxUSE_STATBOX" = yes; then
698dcdb6 6255 echo "$ac_t""yes" 1>&6
10f2d63a 6256 else
698dcdb6 6257 echo "$ac_t""no" 1>&6
10f2d63a 6258 fi
698dcdb6 6259
10f2d63a 6260
698dcdb6 6261 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
a3a584a7 6262echo "configure:6263: checking for --enable-statline" >&5
10f2d63a
VZ
6263 no_cache=0
6264 # Check whether --enable-statline or --disable-statline was given.
6265if test "${enable_statline+set}" = set; then
6266 enableval="$enable_statline"
698dcdb6 6267
10f2d63a
VZ
6268 if test "$enableval" = yes; then
6269 ac_cv_use_statline='wxUSE_STATLINE=yes'
6270 else
6271 ac_cv_use_statline='wxUSE_STATLINE=no'
6272 fi
698dcdb6 6273
10f2d63a 6274else
698dcdb6 6275
10f2d63a
VZ
6276 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6277 if test "x$LINE" != x ; then
6278 eval "DEFAULT_$LINE"
6279 else
6280 no_cache=1
6281 fi
6282
6283 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
698dcdb6
VZ
6284
6285fi
10f2d63a
VZ
6286
6287
6288 eval "$ac_cv_use_statline"
6289 if test "$no_cache" != 1; then
6290 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6291 fi
6292
6293 if test "$wxUSE_STATLINE" = yes; then
698dcdb6 6294 echo "$ac_t""yes" 1>&6
10f2d63a 6295 else
698dcdb6 6296 echo "$ac_t""no" 1>&6
10f2d63a 6297 fi
698dcdb6 6298
10f2d63a 6299
1e6feb95 6300 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
a3a584a7 6301echo "configure:6302: checking for --enable-stattext" >&5
1e6feb95
VZ
6302 no_cache=0
6303 # Check whether --enable-stattext or --disable-stattext was given.
6304if test "${enable_stattext+set}" = set; then
6305 enableval="$enable_stattext"
6306
6307 if test "$enableval" = yes; then
6308 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6309 else
6310 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6311 fi
6312
6313else
6314
6315 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6316 if test "x$LINE" != x ; then
6317 eval "DEFAULT_$LINE"
6318 else
6319 no_cache=1
6320 fi
6321
6322 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6323
6324fi
6325
6326
6327 eval "$ac_cv_use_stattext"
6328 if test "$no_cache" != 1; then
6329 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6330 fi
6331
6332 if test "$wxUSE_STATTEXT" = yes; then
6333 echo "$ac_t""yes" 1>&6
6334 else
6335 echo "$ac_t""no" 1>&6
6336 fi
6337
6338
698dcdb6 6339 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
a3a584a7 6340echo "configure:6341: checking for --enable-statusbar" >&5
10f2d63a
VZ
6341 no_cache=0
6342 # Check whether --enable-statusbar or --disable-statusbar was given.
6343if test "${enable_statusbar+set}" = set; then
6344 enableval="$enable_statusbar"
698dcdb6 6345
10f2d63a
VZ
6346 if test "$enableval" = yes; then
6347 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6348 else
6349 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6350 fi
698dcdb6 6351
10f2d63a 6352else
698dcdb6 6353
10f2d63a
VZ
6354 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6355 if test "x$LINE" != x ; then
6356 eval "DEFAULT_$LINE"
6357 else
6358 no_cache=1
6359 fi
6360
6361 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
698dcdb6
VZ
6362
6363fi
10f2d63a
VZ
6364
6365
6366 eval "$ac_cv_use_statusbar"
6367 if test "$no_cache" != 1; then
6368 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6369 fi
6370
6371 if test "$wxUSE_STATUSBAR" = yes; then
698dcdb6 6372 echo "$ac_t""yes" 1>&6
10f2d63a 6373 else
698dcdb6 6374 echo "$ac_t""no" 1>&6
10f2d63a 6375 fi
698dcdb6 6376
10f2d63a 6377
698dcdb6 6378 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
a3a584a7 6379echo "configure:6380: checking for --enable-tabdialog" >&5
10f2d63a
VZ
6380 no_cache=0
6381 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6382if test "${enable_tabdialog+set}" = set; then
6383 enableval="$enable_tabdialog"
698dcdb6 6384
10f2d63a
VZ
6385 if test "$enableval" = yes; then
6386 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6387 else
6388 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6389 fi
698dcdb6 6390
10f2d63a 6391else
698dcdb6 6392
10f2d63a
VZ
6393 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6394 if test "x$LINE" != x ; then
6395 eval "DEFAULT_$LINE"
6396 else
6397 no_cache=1
6398 fi
6399
6400 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
698dcdb6
VZ
6401
6402fi
10f2d63a
VZ
6403
6404
6405 eval "$ac_cv_use_tabdialog"
6406 if test "$no_cache" != 1; then
6407 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6408 fi
6409
6410 if test "$wxUSE_TABDIALOG" = yes; then
698dcdb6 6411 echo "$ac_t""yes" 1>&6
10f2d63a 6412 else
698dcdb6 6413 echo "$ac_t""no" 1>&6
10f2d63a 6414 fi
698dcdb6 6415
10f2d63a 6416
1e6feb95 6417 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
a3a584a7 6418echo "configure:6419: checking for --enable-textctrl" >&5
1e6feb95
VZ
6419 no_cache=0
6420 # Check whether --enable-textctrl or --disable-textctrl was given.
6421if test "${enable_textctrl+set}" = set; then
6422 enableval="$enable_textctrl"
6423
6424 if test "$enableval" = yes; then
6425 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6426 else
6427 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6428 fi
6429
6430else
6431
6432 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6433 if test "x$LINE" != x ; then
6434 eval "DEFAULT_$LINE"
6435 else
6436 no_cache=1
6437 fi
6438
6439 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6440
6441fi
6442
6443
6444 eval "$ac_cv_use_textctrl"
6445 if test "$no_cache" != 1; then
6446 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6447 fi
6448
6449 if test "$wxUSE_TEXTCTRL" = yes; then
6450 echo "$ac_t""yes" 1>&6
6451 else
6452 echo "$ac_t""no" 1>&6
6453 fi
6454
6455
698dcdb6 6456 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
a3a584a7 6457echo "configure:6458: checking for --enable-togglebtn" >&5
1db8dc4a
VZ
6458 no_cache=0
6459 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6460if test "${enable_togglebtn+set}" = set; then
6461 enableval="$enable_togglebtn"
698dcdb6 6462
1db8dc4a
VZ
6463 if test "$enableval" = yes; then
6464 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6465 else
6466 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6467 fi
698dcdb6 6468
1db8dc4a 6469else
698dcdb6 6470
1db8dc4a
VZ
6471 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6472 if test "x$LINE" != x ; then
6473 eval "DEFAULT_$LINE"
6474 else
6475 no_cache=1
6476 fi
6477
6478 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
698dcdb6
VZ
6479
6480fi
1db8dc4a
VZ
6481
6482
6483 eval "$ac_cv_use_togglebtn"
6484 if test "$no_cache" != 1; then
6485 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6486 fi
6487
6488 if test "$wxUSE_TOGGLEBTN" = yes; then
698dcdb6 6489 echo "$ac_t""yes" 1>&6
1db8dc4a 6490 else
698dcdb6 6491 echo "$ac_t""no" 1>&6
1db8dc4a 6492 fi
698dcdb6 6493
1db8dc4a 6494
698dcdb6 6495 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
a3a584a7 6496echo "configure:6497: checking for --enable-toolbar" >&5
10f2d63a
VZ
6497 no_cache=0
6498 # Check whether --enable-toolbar or --disable-toolbar was given.
6499if test "${enable_toolbar+set}" = set; then
6500 enableval="$enable_toolbar"
698dcdb6 6501
10f2d63a
VZ
6502 if test "$enableval" = yes; then
6503 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6504 else
6505 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6506 fi
698dcdb6 6507
10f2d63a 6508else
698dcdb6 6509
10f2d63a
VZ
6510 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6511 if test "x$LINE" != x ; then
6512 eval "DEFAULT_$LINE"
6513 else
6514 no_cache=1
6515 fi
6516
6517 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
698dcdb6
VZ
6518
6519fi
10f2d63a
VZ
6520
6521
6522 eval "$ac_cv_use_toolbar"
6523 if test "$no_cache" != 1; then
6524 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6525 fi
6526
6527 if test "$wxUSE_TOOLBAR" = yes; then
698dcdb6 6528 echo "$ac_t""yes" 1>&6
10f2d63a 6529 else
698dcdb6 6530 echo "$ac_t""no" 1>&6
10f2d63a 6531 fi
698dcdb6 6532
10f2d63a 6533
698dcdb6 6534 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
a3a584a7 6535echo "configure:6536: checking for --enable-tbarnative" >&5
360d6699
VZ
6536 no_cache=0
6537 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6538if test "${enable_tbarnative+set}" = set; then
6539 enableval="$enable_tbarnative"
698dcdb6 6540
360d6699
VZ
6541 if test "$enableval" = yes; then
6542 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
6543 else
6544 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
6545 fi
698dcdb6 6546
360d6699 6547else
698dcdb6 6548
360d6699
VZ
6549 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6550 if test "x$LINE" != x ; then
6551 eval "DEFAULT_$LINE"
6552 else
6553 no_cache=1
6554 fi
6555
6556 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
698dcdb6
VZ
6557
6558fi
360d6699
VZ
6559
6560
6561 eval "$ac_cv_use_tbarnative"
6562 if test "$no_cache" != 1; then
6563 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6564 fi
6565
6566 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
698dcdb6 6567 echo "$ac_t""yes" 1>&6
360d6699 6568 else
698dcdb6 6569 echo "$ac_t""no" 1>&6
360d6699 6570 fi
698dcdb6 6571
360d6699 6572
698dcdb6 6573 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
a3a584a7 6574echo "configure:6575: checking for --enable-tbarsmpl" >&5
360d6699
VZ
6575 no_cache=0
6576 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6577if test "${enable_tbarsmpl+set}" = set; then
6578 enableval="$enable_tbarsmpl"
698dcdb6 6579
360d6699
VZ
6580 if test "$enableval" = yes; then
6581 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
6582 else
6583 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
6584 fi
698dcdb6 6585
360d6699 6586else
698dcdb6 6587
360d6699
VZ
6588 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6589 if test "x$LINE" != x ; then
6590 eval "DEFAULT_$LINE"
6591 else
6592 no_cache=1
6593 fi
6594
6595 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
698dcdb6
VZ
6596
6597fi
360d6699
VZ
6598
6599
6600 eval "$ac_cv_use_tbarsmpl"
6601 if test "$no_cache" != 1; then
6602 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6603 fi
6604
6605 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
698dcdb6 6606 echo "$ac_t""yes" 1>&6
360d6699 6607 else
698dcdb6 6608 echo "$ac_t""no" 1>&6
360d6699 6609 fi
698dcdb6 6610
360d6699 6611
698dcdb6 6612 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
a3a584a7 6613echo "configure:6614: checking for --enable-treectrl" >&5
10f2d63a
VZ
6614 no_cache=0
6615 # Check whether --enable-treectrl or --disable-treectrl was given.
6616if test "${enable_treectrl+set}" = set; then
6617 enableval="$enable_treectrl"
698dcdb6 6618
10f2d63a
VZ
6619 if test "$enableval" = yes; then
6620 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
6621 else
6622 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
6623 fi
698dcdb6 6624
10f2d63a 6625else
698dcdb6 6626
10f2d63a
VZ
6627 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6628 if test "x$LINE" != x ; then
6629 eval "DEFAULT_$LINE"
6630 else
6631 no_cache=1
6632 fi
6633
6634 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
698dcdb6
VZ
6635
6636fi
10f2d63a
VZ
6637
6638
1e6feb95
VZ
6639 eval "$ac_cv_use_treectrl"
6640 if test "$no_cache" != 1; then
6641 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6642 fi
6643
6644 if test "$wxUSE_TREECTRL" = yes; then
6645 echo "$ac_t""yes" 1>&6
6646 else
6647 echo "$ac_t""no" 1>&6
6648 fi
6649
6650
9f41d601 6651 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
a3a584a7 6652echo "configure:6653: checking for --enable-popupwin" >&5
9f41d601
RR
6653 no_cache=0
6654 # Check whether --enable-popupwin or --disable-popupwin was given.
6655if test "${enable_popupwin+set}" = set; then
6656 enableval="$enable_popupwin"
6657
6658 if test "$enableval" = yes; then
6659 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
6660 else
6661 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
6662 fi
6663
6664else
6665
6666 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6667 if test "x$LINE" != x ; then
6668 eval "DEFAULT_$LINE"
6669 else
6670 no_cache=1
6671 fi
6672
6673 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6674
6675fi
6676
6677
6678 eval "$ac_cv_use_popupwin"
6679 if test "$no_cache" != 1; then
6680 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6681 fi
6682
6683 if test "$wxUSE_POPUPWIN" = yes; then
6684 echo "$ac_t""yes" 1>&6
6685 else
6686 echo "$ac_t""no" 1>&6
6687 fi
6688
6689
1e6feb95
VZ
6690
6691
6692 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
a3a584a7 6693echo "configure:6694: checking for --enable-commondlg" >&5
1e6feb95
VZ
6694 no_cache=0
6695 # Check whether --enable-commondlg or --disable-commondlg was given.
6696if test "${enable_commondlg+set}" = set; then
6697 enableval="$enable_commondlg"
6698
6699 if test "$enableval" = yes; then
6700 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
6701 else
6702 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
6703 fi
6704
6705else
6706
6707 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6708 if test "x$LINE" != x ; then
6709 eval "DEFAULT_$LINE"
6710 else
6711 no_cache=1
6712 fi
6713
6714 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6715
6716fi
6717
6718
6719 eval "$ac_cv_use_commondlg"
6720 if test "$no_cache" != 1; then
6721 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6722 fi
6723
6724 if test "$wxUSE_COMMONDLGS" = yes; then
6725 echo "$ac_t""yes" 1>&6
6726 else
6727 echo "$ac_t""no" 1>&6
6728 fi
6729
6730
6731 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
a3a584a7 6732echo "configure:6733: checking for --enable-choicedlg" >&5
1e6feb95
VZ
6733 no_cache=0
6734 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6735if test "${enable_choicedlg+set}" = set; then
6736 enableval="$enable_choicedlg"
6737
6738 if test "$enableval" = yes; then
6739 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
6740 else
6741 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
6742 fi
6743
6744else
6745
6746 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6747 if test "x$LINE" != x ; then
6748 eval "DEFAULT_$LINE"
6749 else
6750 no_cache=1
6751 fi
6752
6753 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6754
6755fi
6756
6757
6758 eval "$ac_cv_use_choicedlg"
6759 if test "$no_cache" != 1; then
6760 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6761 fi
6762
6763 if test "$wxUSE_CHOICEDLG" = yes; then
6764 echo "$ac_t""yes" 1>&6
6765 else
6766 echo "$ac_t""no" 1>&6
6767 fi
6768
6769
6770 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
a3a584a7 6771echo "configure:6772: checking for --enable-coldlg" >&5
1e6feb95
VZ
6772 no_cache=0
6773 # Check whether --enable-coldlg or --disable-coldlg was given.
6774if test "${enable_coldlg+set}" = set; then
6775 enableval="$enable_coldlg"
6776
6777 if test "$enableval" = yes; then
6778 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
6779 else
6780 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
6781 fi
6782
6783else
6784
6785 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6786 if test "x$LINE" != x ; then
6787 eval "DEFAULT_$LINE"
6788 else
6789 no_cache=1
6790 fi
6791
6792 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6793
6794fi
6795
6796
6797 eval "$ac_cv_use_coldlg"
6798 if test "$no_cache" != 1; then
6799 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6800 fi
6801
6802 if test "$wxUSE_COLOURDLG" = yes; then
6803 echo "$ac_t""yes" 1>&6
6804 else
6805 echo "$ac_t""no" 1>&6
6806 fi
6807
6808
6809 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
a3a584a7 6810echo "configure:6811: checking for --enable-filedlg" >&5
1e6feb95
VZ
6811 no_cache=0
6812 # Check whether --enable-filedlg or --disable-filedlg was given.
6813if test "${enable_filedlg+set}" = set; then
6814 enableval="$enable_filedlg"
6815
6816 if test "$enableval" = yes; then
6817 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
6818 else
6819 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
6820 fi
6821
6822else
6823
6824 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6825 if test "x$LINE" != x ; then
6826 eval "DEFAULT_$LINE"
6827 else
6828 no_cache=1
6829 fi
6830
6831 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6832
6833fi
6834
6835
6836 eval "$ac_cv_use_filedlg"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6839 fi
6840
6841 if test "$wxUSE_FILEDLG" = yes; then
6842 echo "$ac_t""yes" 1>&6
6843 else
6844 echo "$ac_t""no" 1>&6
6845 fi
6846
6847
8db37e06 6848 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
a3a584a7 6849echo "configure:6850: checking for --enable-filedlg" >&5
8db37e06
VZ
6850 no_cache=0
6851 # Check whether --enable-filedlg or --disable-filedlg was given.
6852if test "${enable_filedlg+set}" = set; then
6853 enableval="$enable_filedlg"
6854
6855 if test "$enableval" = yes; then
6856 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=yes'
6857 else
6858 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=no'
6859 fi
6860
6861else
6862
6863 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6864 if test "x$LINE" != x ; then
6865 eval "DEFAULT_$LINE"
6866 else
6867 no_cache=1
6868 fi
6869
6870 ac_cv_use_filedlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6871
6872fi
6873
6874
6875 eval "$ac_cv_use_filedlg"
6876 if test "$no_cache" != 1; then
6877 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6878 fi
6879
6880 if test "$wxUSE_FINDREPLDLG" = yes; then
6881 echo "$ac_t""yes" 1>&6
6882 else
6883 echo "$ac_t""no" 1>&6
6884 fi
6885
6886
1e6feb95 6887 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
a3a584a7 6888echo "configure:6889: checking for --enable-fontdlg" >&5
1e6feb95
VZ
6889 no_cache=0
6890 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6891if test "${enable_fontdlg+set}" = set; then
6892 enableval="$enable_fontdlg"
6893
6894 if test "$enableval" = yes; then
6895 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
6896 else
6897 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
6898 fi
6899
6900else
6901
6902 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6903 if test "x$LINE" != x ; then
6904 eval "DEFAULT_$LINE"
6905 else
6906 no_cache=1
6907 fi
6908
6909 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6910
6911fi
6912
6913
6914 eval "$ac_cv_use_fontdlg"
6915 if test "$no_cache" != 1; then
6916 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6917 fi
6918
6919 if test "$wxUSE_FONTDLG" = yes; then
6920 echo "$ac_t""yes" 1>&6
6921 else
6922 echo "$ac_t""no" 1>&6
6923 fi
6924
6925
6926 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
a3a584a7 6927echo "configure:6928: checking for --enable-dirdlg" >&5
1e6feb95
VZ
6928 no_cache=0
6929 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6930if test "${enable_dirdlg+set}" = set; then
6931 enableval="$enable_dirdlg"
6932
6933 if test "$enableval" = yes; then
6934 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
6935 else
6936 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
6937 fi
6938
6939else
6940
6941 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6942 if test "x$LINE" != x ; then
6943 eval "DEFAULT_$LINE"
6944 else
6945 no_cache=1
6946 fi
6947
6948 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6949
6950fi
6951
6952
6953 eval "$ac_cv_use_dirdlg"
10f2d63a 6954 if test "$no_cache" != 1; then
1e6feb95 6955 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6956 fi
6957
1e6feb95 6958 if test "$wxUSE_DIRDLG" = yes; then
698dcdb6 6959 echo "$ac_t""yes" 1>&6
10f2d63a 6960 else
698dcdb6 6961 echo "$ac_t""no" 1>&6
10f2d63a 6962 fi
698dcdb6
VZ
6963
6964
1e6feb95 6965 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
a3a584a7 6966echo "configure:6967: checking for --enable-msgdlg" >&5
10f2d63a 6967 no_cache=0
1e6feb95
VZ
6968 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6969if test "${enable_msgdlg+set}" = set; then
6970 enableval="$enable_msgdlg"
698dcdb6 6971
10f2d63a 6972 if test "$enableval" = yes; then
1e6feb95 6973 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
10f2d63a 6974 else
1e6feb95 6975 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
10f2d63a 6976 fi
698dcdb6 6977
10f2d63a 6978else
698dcdb6 6979
1e6feb95 6980 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
6981 if test "x$LINE" != x ; then
6982 eval "DEFAULT_$LINE"
6983 else
6984 no_cache=1
6985 fi
6986
1e6feb95 6987 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
698dcdb6
VZ
6988
6989fi
10f2d63a
VZ
6990
6991
1e6feb95 6992 eval "$ac_cv_use_msgdlg"
10f2d63a 6993 if test "$no_cache" != 1; then
1e6feb95 6994 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6995 fi
6996
1e6feb95 6997 if test "$wxUSE_MSGDLG" = yes; then
698dcdb6 6998 echo "$ac_t""yes" 1>&6
10f2d63a 6999 else
698dcdb6 7000 echo "$ac_t""no" 1>&6
10f2d63a 7001 fi
698dcdb6 7002
10f2d63a 7003
1e6feb95 7004 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
a3a584a7 7005echo "configure:7006: checking for --enable-numberdlg" >&5
10f2d63a 7006 no_cache=0
1e6feb95
VZ
7007 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7008if test "${enable_numberdlg+set}" = set; then
7009 enableval="$enable_numberdlg"
698dcdb6 7010
10f2d63a 7011 if test "$enableval" = yes; then
1e6feb95 7012 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
10f2d63a 7013 else
1e6feb95 7014 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
10f2d63a 7015 fi
698dcdb6 7016
10f2d63a 7017else
698dcdb6 7018
1e6feb95 7019 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
7020 if test "x$LINE" != x ; then
7021 eval "DEFAULT_$LINE"
7022 else
7023 no_cache=1
7024 fi
7025
1e6feb95 7026 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
698dcdb6
VZ
7027
7028fi
10f2d63a
VZ
7029
7030
1e6feb95 7031 eval "$ac_cv_use_numberdlg"
10f2d63a 7032 if test "$no_cache" != 1; then
1e6feb95 7033 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
7034 fi
7035
1e6feb95 7036 if test "$wxUSE_NUMBERDLG" = yes; then
698dcdb6 7037 echo "$ac_t""yes" 1>&6
10f2d63a 7038 else
698dcdb6 7039 echo "$ac_t""no" 1>&6
10f2d63a 7040 fi
698dcdb6 7041
10f2d63a 7042
cbca9943 7043 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
a3a584a7 7044echo "configure:7045: checking for --enable-splash" >&5
cbca9943
VZ
7045 no_cache=0
7046 # Check whether --enable-splash or --disable-splash was given.
7047if test "${enable_splash+set}" = set; then
7048 enableval="$enable_splash"
7049
7050 if test "$enableval" = yes; then
7051 ac_cv_use_splash='wxUSE_SPLASH=yes'
7052 else
7053 ac_cv_use_splash='wxUSE_SPLASH=no'
7054 fi
7055
7056else
7057
7058 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7059 if test "x$LINE" != x ; then
7060 eval "DEFAULT_$LINE"
7061 else
7062 no_cache=1
7063 fi
7064
7065 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7066
7067fi
7068
7069
7070 eval "$ac_cv_use_splash"
7071 if test "$no_cache" != 1; then
7072 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7073 fi
7074
7075 if test "$wxUSE_SPLASH" = yes; then
7076 echo "$ac_t""yes" 1>&6
7077 else
7078 echo "$ac_t""no" 1>&6
7079 fi
7080
7081
698dcdb6 7082 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
a3a584a7 7083echo "configure:7084: checking for --enable-textdlg" >&5
10f2d63a
VZ
7084 no_cache=0
7085 # Check whether --enable-textdlg or --disable-textdlg was given.
7086if test "${enable_textdlg+set}" = set; then
7087 enableval="$enable_textdlg"
698dcdb6 7088
10f2d63a
VZ
7089 if test "$enableval" = yes; then
7090 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7091 else
7092 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7093 fi
698dcdb6 7094
10f2d63a 7095else
698dcdb6 7096
10f2d63a
VZ
7097 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7098 if test "x$LINE" != x ; then
7099 eval "DEFAULT_$LINE"
7100 else
7101 no_cache=1
7102 fi
7103
7104 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
698dcdb6
VZ
7105
7106fi
10f2d63a
VZ
7107
7108
7109 eval "$ac_cv_use_textdlg"
7110 if test "$no_cache" != 1; then
7111 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7112 fi
7113
7114 if test "$wxUSE_TEXTDLG" = yes; then
698dcdb6 7115 echo "$ac_t""yes" 1>&6
10f2d63a 7116 else
698dcdb6 7117 echo "$ac_t""no" 1>&6
10f2d63a 7118 fi
698dcdb6 7119
10f2d63a 7120
698dcdb6 7121 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
a3a584a7 7122echo "configure:7123: checking for --enable-tipdlg" >&5
10f2d63a
VZ
7123 no_cache=0
7124 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7125if test "${enable_tipdlg+set}" = set; then
7126 enableval="$enable_tipdlg"
698dcdb6 7127
10f2d63a
VZ
7128 if test "$enableval" = yes; then
7129 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7130 else
7131 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7132 fi
698dcdb6 7133
10f2d63a 7134else
698dcdb6 7135
10f2d63a
VZ
7136 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7137 if test "x$LINE" != x ; then
7138 eval "DEFAULT_$LINE"
7139 else
7140 no_cache=1
7141 fi
7142
7143 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
698dcdb6
VZ
7144
7145fi
10f2d63a
VZ
7146
7147
7148 eval "$ac_cv_use_tipdlg"
7149 if test "$no_cache" != 1; then
7150 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7151 fi
7152
7153 if test "$wxUSE_STARTUP_TIPS" = yes; then
698dcdb6 7154 echo "$ac_t""yes" 1>&6
10f2d63a 7155 else
698dcdb6 7156 echo "$ac_t""no" 1>&6
10f2d63a 7157 fi
698dcdb6 7158
10f2d63a 7159
698dcdb6 7160 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
a3a584a7 7161echo "configure:7162: checking for --enable-progressdlg" >&5
10f2d63a
VZ
7162 no_cache=0
7163 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7164if test "${enable_progressdlg+set}" = set; then
7165 enableval="$enable_progressdlg"
698dcdb6 7166
10f2d63a
VZ
7167 if test "$enableval" = yes; then
7168 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7169 else
7170 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7171 fi
698dcdb6 7172
10f2d63a 7173else
698dcdb6 7174
10f2d63a
VZ
7175 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7176 if test "x$LINE" != x ; then
7177 eval "DEFAULT_$LINE"
7178 else
7179 no_cache=1
7180 fi
7181
7182 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
698dcdb6
VZ
7183
7184fi
10f2d63a
VZ
7185
7186
7187 eval "$ac_cv_use_progressdlg"
7188 if test "$no_cache" != 1; then
7189 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7190 fi
7191
7192 if test "$wxUSE_PROGRESSDLG" = yes; then
698dcdb6 7193 echo "$ac_t""yes" 1>&6
10f2d63a 7194 else
698dcdb6 7195 echo "$ac_t""no" 1>&6
10f2d63a 7196 fi
698dcdb6 7197
10f2d63a 7198
b1f5d087 7199 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
a3a584a7 7200echo "configure:7201: checking for --enable-wizarddlg" >&5
b1f5d087
VZ
7201 no_cache=0
7202 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7203if test "${enable_wizarddlg+set}" = set; then
7204 enableval="$enable_wizarddlg"
7205
7206 if test "$enableval" = yes; then
7207 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7208 else
7209 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7210 fi
7211
7212else
7213
7214 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7215 if test "x$LINE" != x ; then
7216 eval "DEFAULT_$LINE"
7217 else
7218 no_cache=1
7219 fi
7220
7221 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7222
7223fi
7224
7225
7226 eval "$ac_cv_use_wizarddlg"
7227 if test "$no_cache" != 1; then
7228 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7229 fi
7230
7231 if test "$wxUSE_WIZARDDLG" = yes; then
7232 echo "$ac_t""yes" 1>&6
7233 else
7234 echo "$ac_t""no" 1>&6
7235 fi
7236
7237
7238
7239
1e6feb95 7240 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
a3a584a7 7241echo "configure:7242: checking for --enable-menus" >&5
1e6feb95
VZ
7242 no_cache=0
7243 # Check whether --enable-menus or --disable-menus was given.
7244if test "${enable_menus+set}" = set; then
7245 enableval="$enable_menus"
7246
7247 if test "$enableval" = yes; then
7248 ac_cv_use_menus='wxUSE_MENUS=yes'
7249 else
7250 ac_cv_use_menus='wxUSE_MENUS=no'
7251 fi
7252
7253else
7254
7255 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7256 if test "x$LINE" != x ; then
7257 eval "DEFAULT_$LINE"
7258 else
7259 no_cache=1
7260 fi
7261
7262 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7263
7264fi
7265
7266
7267 eval "$ac_cv_use_menus"
7268 if test "$no_cache" != 1; then
7269 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7270 fi
7271
7272 if test "$wxUSE_MENUS" = yes; then
7273 echo "$ac_t""yes" 1>&6
7274 else
7275 echo "$ac_t""no" 1>&6
7276 fi
7277
7278
698dcdb6 7279 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
a3a584a7 7280echo "configure:7281: checking for --enable-miniframe" >&5
10f2d63a
VZ
7281 no_cache=0
7282 # Check whether --enable-miniframe or --disable-miniframe was given.
7283if test "${enable_miniframe+set}" = set; then
7284 enableval="$enable_miniframe"
698dcdb6 7285
10f2d63a
VZ
7286 if test "$enableval" = yes; then
7287 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7288 else
7289 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7290 fi
698dcdb6 7291
10f2d63a 7292else
698dcdb6 7293
10f2d63a
VZ
7294 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7295 if test "x$LINE" != x ; then
7296 eval "DEFAULT_$LINE"
7297 else
7298 no_cache=1
7299 fi
7300
7301 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
698dcdb6
VZ
7302
7303fi
10f2d63a
VZ
7304
7305
7306 eval "$ac_cv_use_miniframe"
7307 if test "$no_cache" != 1; then
7308 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7309 fi
7310
7311 if test "$wxUSE_MINIFRAME" = yes; then
698dcdb6 7312 echo "$ac_t""yes" 1>&6
10f2d63a 7313 else
698dcdb6 7314 echo "$ac_t""no" 1>&6
10f2d63a 7315 fi
698dcdb6 7316
10f2d63a 7317
698dcdb6 7318 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
a3a584a7 7319echo "configure:7320: checking for --enable-tooltips" >&5
10f2d63a
VZ
7320 no_cache=0
7321 # Check whether --enable-tooltips or --disable-tooltips was given.
7322if test "${enable_tooltips+set}" = set; then
7323 enableval="$enable_tooltips"
698dcdb6 7324
10f2d63a
VZ
7325 if test "$enableval" = yes; then
7326 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7327 else
7328 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7329 fi
698dcdb6 7330
10f2d63a 7331else
698dcdb6 7332
10f2d63a
VZ
7333 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7334 if test "x$LINE" != x ; then
7335 eval "DEFAULT_$LINE"
7336 else
7337 no_cache=1
7338 fi
7339
7340 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
698dcdb6
VZ
7341
7342fi
10f2d63a
VZ
7343
7344
7345 eval "$ac_cv_use_tooltips"
7346 if test "$no_cache" != 1; then
7347 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7348 fi
7349
7350 if test "$wxUSE_TOOLTIPS" = yes; then
698dcdb6 7351 echo "$ac_t""yes" 1>&6
10f2d63a 7352 else
698dcdb6 7353 echo "$ac_t""no" 1>&6
10f2d63a 7354 fi
698dcdb6 7355
10f2d63a 7356
698dcdb6 7357 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
a3a584a7 7358echo "configure:7359: checking for --enable-splines" >&5
10f2d63a
VZ
7359 no_cache=0
7360 # Check whether --enable-splines or --disable-splines was given.
7361if test "${enable_splines+set}" = set; then
7362 enableval="$enable_splines"
698dcdb6 7363
10f2d63a
VZ
7364 if test "$enableval" = yes; then
7365 ac_cv_use_splines='wxUSE_SPLINES=yes'
7366 else
7367 ac_cv_use_splines='wxUSE_SPLINES=no'
7368 fi
698dcdb6 7369
10f2d63a 7370else
698dcdb6 7371
10f2d63a
VZ
7372 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7373 if test "x$LINE" != x ; then
7374 eval "DEFAULT_$LINE"
7375 else
7376 no_cache=1
7377 fi
7378
7379 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
698dcdb6
VZ
7380
7381fi
10f2d63a
VZ
7382
7383
7384 eval "$ac_cv_use_splines"
7385 if test "$no_cache" != 1; then
7386 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7387 fi
7388
7389 if test "$wxUSE_SPLINES" = yes; then
698dcdb6 7390 echo "$ac_t""yes" 1>&6
10f2d63a 7391 else
698dcdb6 7392 echo "$ac_t""no" 1>&6
10f2d63a 7393 fi
698dcdb6 7394
10f2d63a 7395
698dcdb6 7396 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
a3a584a7 7397echo "configure:7398: checking for --enable-validators" >&5
10f2d63a
VZ
7398 no_cache=0
7399 # Check whether --enable-validators or --disable-validators was given.
7400if test "${enable_validators+set}" = set; then
7401 enableval="$enable_validators"
698dcdb6 7402
10f2d63a
VZ
7403 if test "$enableval" = yes; then
7404 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7405 else
7406 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7407 fi
698dcdb6 7408
10f2d63a 7409else
698dcdb6 7410
10f2d63a
VZ
7411 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7412 if test "x$LINE" != x ; then
7413 eval "DEFAULT_$LINE"
7414 else
7415 no_cache=1
7416 fi
7417
7418 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
698dcdb6
VZ
7419
7420fi
10f2d63a
VZ
7421
7422
7423 eval "$ac_cv_use_validators"
7424 if test "$no_cache" != 1; then
7425 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7426 fi
7427
7428 if test "$wxUSE_VALIDATORS" = yes; then
698dcdb6 7429 echo "$ac_t""yes" 1>&6
10f2d63a 7430 else
698dcdb6 7431 echo "$ac_t""no" 1>&6
10f2d63a 7432 fi
698dcdb6 7433
10f2d63a 7434
698dcdb6 7435 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
a3a584a7 7436echo "configure:7437: checking for --enable-busyinfo" >&5
10f2d63a
VZ
7437 no_cache=0
7438 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7439if test "${enable_busyinfo+set}" = set; then
7440 enableval="$enable_busyinfo"
698dcdb6 7441
10f2d63a
VZ
7442 if test "$enableval" = yes; then
7443 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7444 else
7445 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7446 fi
698dcdb6 7447
10f2d63a 7448else
698dcdb6 7449
10f2d63a
VZ
7450 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7451 if test "x$LINE" != x ; then
7452 eval "DEFAULT_$LINE"
7453 else
7454 no_cache=1
7455 fi
7456
7457 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
698dcdb6
VZ
7458
7459fi
10f2d63a
VZ
7460
7461
7462 eval "$ac_cv_use_busyinfo"
7463 if test "$no_cache" != 1; then
7464 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7465 fi
7466
7467 if test "$wxUSE_BUSYINFO" = yes; then
698dcdb6 7468 echo "$ac_t""yes" 1>&6
10f2d63a 7469 else
698dcdb6 7470 echo "$ac_t""no" 1>&6
10f2d63a 7471 fi
698dcdb6 7472
10f2d63a 7473
698dcdb6 7474 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
a3a584a7 7475echo "configure:7476: checking for --enable-joystick" >&5
f6bcfd97
BP
7476 no_cache=0
7477 # Check whether --enable-joystick or --disable-joystick was given.
7478if test "${enable_joystick+set}" = set; then
7479 enableval="$enable_joystick"
698dcdb6 7480
f6bcfd97
BP
7481 if test "$enableval" = yes; then
7482 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7483 else
7484 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7485 fi
698dcdb6 7486
f6bcfd97 7487else
698dcdb6 7488
f6bcfd97
BP
7489 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7490 if test "x$LINE" != x ; then
7491 eval "DEFAULT_$LINE"
7492 else
7493 no_cache=1
7494 fi
7495
7496 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
698dcdb6
VZ
7497
7498fi
f6bcfd97
BP
7499
7500
7501 eval "$ac_cv_use_joystick"
7502 if test "$no_cache" != 1; then
7503 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7504 fi
7505
7506 if test "$wxUSE_JOYSTICK" = yes; then
698dcdb6 7507 echo "$ac_t""yes" 1>&6
f6bcfd97 7508 else
698dcdb6 7509 echo "$ac_t""no" 1>&6
f6bcfd97 7510 fi
698dcdb6
VZ
7511
7512
1e6feb95 7513 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
a3a584a7 7514echo "configure:7515: checking for --enable-metafile" >&5
1e6feb95
VZ
7515 no_cache=0
7516 # Check whether --enable-metafile or --disable-metafile was given.
7517if test "${enable_metafile+set}" = set; then
7518 enableval="$enable_metafile"
7519
7520 if test "$enableval" = yes; then
7521 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7522 else
7523 ac_cv_use_metafile='wxUSE_METAFILE=no'
7524 fi
7525
7526else
7527
7528 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7529 if test "x$LINE" != x ; then
7530 eval "DEFAULT_$LINE"
7531 else
7532 no_cache=1
7533 fi
7534
7535 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7536
7537fi
7538
7539
7540 eval "$ac_cv_use_metafile"
7541 if test "$no_cache" != 1; then
7542 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7543 fi
7544
7545 if test "$wxUSE_METAFILE" = yes; then
7546 echo "$ac_t""yes" 1>&6
7547 else
7548 echo "$ac_t""no" 1>&6
7549 fi
7550
7551
24fd6d87 7552 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
a3a584a7 7553echo "configure:7554: checking for --enable-dragimage" >&5
24fd6d87
VZ
7554 no_cache=0
7555 # Check whether --enable-dragimage or --disable-dragimage was given.
7556if test "${enable_dragimage+set}" = set; then
7557 enableval="$enable_dragimage"
7558
7559 if test "$enableval" = yes; then
7560 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
7561 else
7562 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
7563 fi
7564
7565else
7566
7567 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7568 if test "x$LINE" != x ; then
7569 eval "DEFAULT_$LINE"
7570 else
7571 no_cache=1
7572 fi
7573
7574 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7575
7576fi
7577
7578
7579 eval "$ac_cv_use_dragimage"
7580 if test "$no_cache" != 1; then
7581 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7582 fi
7583
7584 if test "$wxUSE_DRAGIMAGE" = yes; then
7585 echo "$ac_t""yes" 1>&6
7586 else
7587 echo "$ac_t""no" 1>&6
7588 fi
7589
7590
10f2d63a 7591
698dcdb6 7592
edae8572 7593 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
a3a584a7 7594echo "configure:7595: checking for --enable-palette" >&5
edae8572
VZ
7595 no_cache=0
7596 # Check whether --enable-palette or --disable-palette was given.
7597if test "${enable_palette+set}" = set; then
7598 enableval="$enable_palette"
7599
7600 if test "$enableval" = yes; then
7601 ac_cv_use_palette='wxUSE_PALETTE=yes'
7602 else
7603 ac_cv_use_palette='wxUSE_PALETTE=no'
7604 fi
7605
7606else
7607
7608 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7609 if test "x$LINE" != x ; then
7610 eval "DEFAULT_$LINE"
7611 else
7612 no_cache=1
7613 fi
7614
7615 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7616
7617fi
7618
7619
7620 eval "$ac_cv_use_palette"
7621 if test "$no_cache" != 1; then
7622 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7623 fi
7624
7625 if test "$wxUSE_PALETTE" = yes; then
7626 echo "$ac_t""yes" 1>&6
7627 else
7628 echo "$ac_t""no" 1>&6
7629 fi
7630
7631
698dcdb6 7632 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
a3a584a7 7633echo "configure:7634: checking for --enable-image" >&5
0046ff7c
VS
7634 no_cache=0
7635 # Check whether --enable-image or --disable-image was given.
7636if test "${enable_image+set}" = set; then
7637 enableval="$enable_image"
698dcdb6 7638
0046ff7c
VS
7639 if test "$enableval" = yes; then
7640 ac_cv_use_image='wxUSE_IMAGE=yes'
7641 else
7642 ac_cv_use_image='wxUSE_IMAGE=no'
7643 fi
698dcdb6 7644
0046ff7c 7645else
698dcdb6 7646
0046ff7c
VS
7647 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7648 if test "x$LINE" != x ; then
7649 eval "DEFAULT_$LINE"
7650 else
7651 no_cache=1
7652 fi
7653
7654 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
698dcdb6
VZ
7655
7656fi
0046ff7c
VS
7657
7658
7659 eval "$ac_cv_use_image"
7660 if test "$no_cache" != 1; then
7661 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7662 fi
7663
7664 if test "$wxUSE_IMAGE" = yes; then
698dcdb6 7665 echo "$ac_t""yes" 1>&6
0046ff7c 7666 else
698dcdb6 7667 echo "$ac_t""no" 1>&6
0046ff7c 7668 fi
698dcdb6 7669
0046ff7c 7670
698dcdb6 7671 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
a3a584a7 7672echo "configure:7673: checking for --enable-gif" >&5
10f2d63a
VZ
7673 no_cache=0
7674 # Check whether --enable-gif or --disable-gif was given.
7675if test "${enable_gif+set}" = set; then
7676 enableval="$enable_gif"
698dcdb6 7677
10f2d63a
VZ
7678 if test "$enableval" = yes; then
7679 ac_cv_use_gif='wxUSE_GIF=yes'
7680 else
7681 ac_cv_use_gif='wxUSE_GIF=no'
7682 fi
698dcdb6 7683
10f2d63a 7684else
698dcdb6 7685
10f2d63a
VZ
7686 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7687 if test "x$LINE" != x ; then
7688 eval "DEFAULT_$LINE"
7689 else
7690 no_cache=1
7691 fi
7692
7693 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
698dcdb6
VZ
7694
7695fi
10f2d63a
VZ
7696
7697
7698 eval "$ac_cv_use_gif"
7699 if test "$no_cache" != 1; then
7700 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7701 fi
7702
7703 if test "$wxUSE_GIF" = yes; then
698dcdb6 7704 echo "$ac_t""yes" 1>&6
10f2d63a 7705 else
698dcdb6 7706 echo "$ac_t""no" 1>&6
10f2d63a 7707 fi
698dcdb6 7708
10f2d63a 7709
698dcdb6 7710 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
a3a584a7 7711echo "configure:7712: checking for --enable-pcx" >&5
10f2d63a
VZ
7712 no_cache=0
7713 # Check whether --enable-pcx or --disable-pcx was given.
7714if test "${enable_pcx+set}" = set; then
7715 enableval="$enable_pcx"
698dcdb6 7716
10f2d63a
VZ
7717 if test "$enableval" = yes; then
7718 ac_cv_use_pcx='wxUSE_PCX=yes'
7719 else
7720 ac_cv_use_pcx='wxUSE_PCX=no'
7721 fi
698dcdb6 7722
10f2d63a 7723else
698dcdb6 7724
10f2d63a
VZ
7725 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7726 if test "x$LINE" != x ; then
7727 eval "DEFAULT_$LINE"
7728 else
7729 no_cache=1
7730 fi
7731
7732 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
698dcdb6
VZ
7733
7734fi
10f2d63a
VZ
7735
7736
7737 eval "$ac_cv_use_pcx"
7738 if test "$no_cache" != 1; then
7739 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7740 fi
7741
7742 if test "$wxUSE_PCX" = yes; then
698dcdb6 7743 echo "$ac_t""yes" 1>&6
10f2d63a 7744 else
698dcdb6 7745 echo "$ac_t""no" 1>&6
10f2d63a 7746 fi
698dcdb6 7747
10f2d63a 7748
698dcdb6 7749 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
a3a584a7 7750echo "configure:7751: checking for --enable-pnm" >&5
10f2d63a
VZ
7751 no_cache=0
7752 # Check whether --enable-pnm or --disable-pnm was given.
7753if test "${enable_pnm+set}" = set; then
7754 enableval="$enable_pnm"
698dcdb6 7755
10f2d63a
VZ
7756 if test "$enableval" = yes; then
7757 ac_cv_use_pnm='wxUSE_PNM=yes'
7758 else
7759 ac_cv_use_pnm='wxUSE_PNM=no'
7760 fi
698dcdb6 7761
10f2d63a 7762else
698dcdb6 7763
10f2d63a
VZ
7764 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7765 if test "x$LINE" != x ; then
7766 eval "DEFAULT_$LINE"
7767 else
7768 no_cache=1
7769 fi
7770
7771 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
698dcdb6
VZ
7772
7773fi
10f2d63a
VZ
7774
7775
7776 eval "$ac_cv_use_pnm"
7777 if test "$no_cache" != 1; then
7778 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7779 fi
7780
7781 if test "$wxUSE_PNM" = yes; then
698dcdb6 7782 echo "$ac_t""yes" 1>&6
10f2d63a 7783 else
698dcdb6 7784 echo "$ac_t""no" 1>&6
10f2d63a 7785 fi
698dcdb6 7786
10f2d63a 7787
698dcdb6 7788 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
a3a584a7 7789echo "configure:7790: checking for --enable-pnm" >&5
0046ff7c
VS
7790 no_cache=0
7791 # Check whether --enable-pnm or --disable-pnm was given.
7792if test "${enable_pnm+set}" = set; then
7793 enableval="$enable_pnm"
698dcdb6 7794
0046ff7c
VS
7795 if test "$enableval" = yes; then
7796 ac_cv_use_pnm='wxUSE_XPM=yes'
7797 else
7798 ac_cv_use_pnm='wxUSE_XPM=no'
7799 fi
698dcdb6 7800
0046ff7c 7801else
698dcdb6 7802
0046ff7c
VS
7803 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7804 if test "x$LINE" != x ; then
7805 eval "DEFAULT_$LINE"
7806 else
7807 no_cache=1
7808 fi
7809
7810 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
698dcdb6
VZ
7811
7812fi
0046ff7c
VS
7813
7814
7815 eval "$ac_cv_use_pnm"
7816 if test "$no_cache" != 1; then
7817 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7818 fi
7819
7820 if test "$wxUSE_XPM" = yes; then
698dcdb6 7821 echo "$ac_t""yes" 1>&6
0046ff7c 7822 else
698dcdb6 7823 echo "$ac_t""no" 1>&6
0046ff7c 7824 fi
698dcdb6 7825
0046ff7c 7826
b12915c1
VZ
7827fi
7828
698dcdb6 7829
10f2d63a
VZ
7830 echo "saving argument cache $wx_arg_cache_file"
7831 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
698dcdb6 7832
10f2d63a 7833
698dcdb6
VZ
7834
7835echo $ac_n "checking for toolkit""... $ac_c" 1>&6
a3a584a7 7836echo "configure:7837: checking for toolkit" >&5
10f2d63a
VZ
7837
7838if test "$wxUSE_GUI" = "yes"; then
7839
3a922bb4
RL
7840 if test "$USE_BEOS" = 1; then
7841 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7842 fi
b12915c1 7843
3a922bb4
RL
7844 if test "$TOOLKIT_GIVEN" = 1; then
7845 for toolkit in `echo $ALL_TOOLKITS`; do
7846 var=wxUSE_$toolkit
7847 eval "value=\$${var}"
7848 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
7849 done
10f2d63a 7850 else
3a922bb4
RL
7851 for toolkit in `echo $ALL_TOOLKITS`; do
7852 if test "$has_toolkit_in_cache" != 1; then
7853 var=DEFAULT_DEFAULT_wxUSE_$toolkit
7854 else
7855 var=DEFAULT_wxUSE_$toolkit
7856 fi
7857 eval "wxUSE_$toolkit=\$${var}"
7858 done
10f2d63a 7859 fi
10f2d63a 7860
3a922bb4 7861 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
77e13408 7862 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0}`
10f2d63a 7863
3a922bb4 7864 case "${host}" in
6fa882bd 7865 *-pc-os2_emx | *-pc-os2-emx )
3a922bb4
RL
7866 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7867 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7868 LEX_STEM="lexyy"
7869 ;;
7870 *)
7871 PATH_IFS=':'
7872 LEX_STEM="lex.yy"
7873 ;;
7874 esac
10f2d63a 7875
3a922bb4
RL
7876 case "$NUM_TOOLKITS" in
7877 1)
7878 ;;
7879 0)
7880 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7881 ;;
7882 *)
7883 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7884 esac
10f2d63a 7885
3a922bb4
RL
7886 for toolkit in `echo $ALL_TOOLKITS`; do
7887 var=wxUSE_$toolkit
7888 eval "value=\$${var}"
7889 if test "x$value" != x; then
7890 cache_var=CACHE_$toolkit
7891 eval "cache=\$${cache_var}"
7892 if test "$cache" = 1; then
7893 echo "$var=$value" >> ${wx_arg_cache_file}
7894 fi
7895 if test "$value" = 1; then
7896 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
7897 echo "$ac_t""$toolkit_echo" 1>&6
7898 fi
7899 fi
7900 done
10f2d63a 7901else
cf27ef00 7902 PATH_IFS=':'
3a922bb4 7903 echo "$ac_t""base ($host_alias hosted) only" 1>&6
10f2d63a
VZ
7904fi
7905
698dcdb6
VZ
7906
7907cat > confcache <<\EOF
10f2d63a
VZ
7908# This file is a shell script that caches the results of configure
7909# tests run on this system so they can be shared between configure
698dcdb6
VZ
7910# scripts and configure runs. It is not useful on other systems.
7911# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 7912#
698dcdb6
VZ
7913# By default, configure uses ./config.cache as the cache file,
7914# creating it if it does not exist already. You can give configure
7915# the --cache-file=FILE option to use a different cache file; that is
7916# what configure does when it calls configure scripts in
7917# subdirectories, so they share the cache.
7918# Giving --cache-file=/dev/null disables caching, for debugging configure.
7919# config.status only pays attention to the cache file if you give it the
7920# --recheck option to rerun configure.
10f2d63a 7921#
698dcdb6 7922EOF
10f2d63a
VZ
7923# The following way of writing the cache mishandles newlines in values,
7924# but we know of no workaround that is simple, portable, and efficient.
7925# So, don't put newlines in cache variables' values.
7926# Ultrix sh set writes to stderr and can't be redirected directly,
7927# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
7928(set) 2>&1 |
7929 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7930 *ac_space=\ *)
7931 # `set' does not quote correctly, so add quotes (double-quote substitution
7932 # turns \\\\ into \\, and sed turns \\ into \).
7933 sed -n \
7934 -e "s/'/'\\\\''/g" \
7935 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7936 ;;
7937 *)
7938 # `set' quotes correctly as required by POSIX, so do not add quotes.
7939 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7940 ;;
7941 esac >> confcache
7942if cmp -s $cache_file confcache; then
7943 :
7944else
10f2d63a 7945 if test -w $cache_file; then
698dcdb6
VZ
7946 echo "updating cache $cache_file"
7947 cat confcache > $cache_file
10f2d63a
VZ
7948 else
7949 echo "not updating unwritable cache $cache_file"
7950 fi
7951fi
7952rm -f confcache
7953
698dcdb6 7954
e59890c3 7955if test "$build" != "$host" ; then
3a922bb4
RL
7956 if test "$USE_WIN32" = 1 ; then
7957 CC=$host_alias-gcc
7958 CXX=$host_alias-c++
7959 AR=$host_alias-ar
7960 RANLIB=$host_alias-ranlib
7961 DLLTOOL=$host_alias-dlltool
7962 RESCOMP=$host_alias-windres
7963 LD=$host_alias-ld
7964 NM=$host_alias-nm
7965 STRIP=$host_alias-strip
7966 else
7967 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7968 fi
10f2d63a
VZ
7969fi
7970
698dcdb6 7971# Extract the first word of "gcc", so it can be a program name with args.
1e487827 7972set dummy gcc; ac_word=$2
698dcdb6 7973echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 7974echo "configure:7975: checking for $ac_word" >&5
698dcdb6
VZ
7975if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7976 echo $ac_n "(cached) $ac_c" 1>&6
6232543b
VS
7977else
7978 if test -n "$CC"; then
7979 ac_cv_prog_CC="$CC" # Let the user override the test.
10f2d63a 7980else
698dcdb6
VZ
7981 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7982 ac_dummy="$PATH"
7983 for ac_dir in $ac_dummy; do
7984 test -z "$ac_dir" && ac_dir=.
7985 if test -f $ac_dir/$ac_word; then
7986 ac_cv_prog_CC="gcc"
7987 break
7988 fi
7989 done
7990 IFS="$ac_save_ifs"
10f2d63a 7991fi
6232543b 7992fi
698dcdb6 7993CC="$ac_cv_prog_CC"
6232543b 7994if test -n "$CC"; then
698dcdb6 7995 echo "$ac_t""$CC" 1>&6
1e487827 7996else
698dcdb6 7997 echo "$ac_t""no" 1>&6
1e487827 7998fi
6232543b 7999
1e487827
VS
8000if test -z "$CC"; then
8001 # Extract the first word of "cc", so it can be a program name with args.
8002set dummy cc; ac_word=$2
698dcdb6 8003echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8004echo "configure:8005: checking for $ac_word" >&5
698dcdb6
VZ
8005if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8006 echo $ac_n "(cached) $ac_c" 1>&6
1e487827
VS
8007else
8008 if test -n "$CC"; then
8009 ac_cv_prog_CC="$CC" # Let the user override the test.
8010else
698dcdb6 8011 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1e487827 8012 ac_prog_rejected=no
698dcdb6
VZ
8013 ac_dummy="$PATH"
8014 for ac_dir in $ac_dummy; do
8015 test -z "$ac_dir" && ac_dir=.
8016 if test -f $ac_dir/$ac_word; then
8017 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8018 ac_prog_rejected=yes
8019 continue
8020 fi
8021 ac_cv_prog_CC="cc"
8022 break
8023 fi
8024 done
8025 IFS="$ac_save_ifs"
1e487827
VS
8026if test $ac_prog_rejected = yes; then
8027 # We found a bogon in the path, so make sure we never use it.
8028 set dummy $ac_cv_prog_CC
8029 shift
698dcdb6 8030 if test $# -gt 0; then
1e487827
VS
8031 # We chose a different compiler from the bogus one.
8032 # However, it has the same basename, so the bogon will be chosen
8033 # first if we set CC to just the basename; use the full file name.
8034 shift
698dcdb6 8035 set dummy "$ac_dir/$ac_word" "$@"
1e487827
VS
8036 shift
8037 ac_cv_prog_CC="$@"
703e0a69 8038 fi
1e487827
VS
8039fi
8040fi
8041fi
698dcdb6 8042CC="$ac_cv_prog_CC"
1e487827 8043if test -n "$CC"; then
698dcdb6 8044 echo "$ac_t""$CC" 1>&6
703e0a69 8045else
698dcdb6 8046 echo "$ac_t""no" 1>&6
703e0a69 8047fi
1e487827 8048
698dcdb6
VZ
8049 if test -z "$CC"; then
8050 case "`uname -s`" in
8051 *win32* | *WIN32*)
8052 # Extract the first word of "cl", so it can be a program name with args.
8053set dummy cl; ac_word=$2
8054echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8055echo "configure:8056: checking for $ac_word" >&5
698dcdb6
VZ
8056if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8057 echo $ac_n "(cached) $ac_c" 1>&6
1e487827
VS
8058else
8059 if test -n "$CC"; then
8060 ac_cv_prog_CC="$CC" # Let the user override the test.
703e0a69 8061else
698dcdb6
VZ
8062 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8063 ac_dummy="$PATH"
8064 for ac_dir in $ac_dummy; do
8065 test -z "$ac_dir" && ac_dir=.
8066 if test -f $ac_dir/$ac_word; then
8067 ac_cv_prog_CC="cl"
8068 break
8069 fi
8070 done
8071 IFS="$ac_save_ifs"
703e0a69 8072fi
1e487827 8073fi
698dcdb6 8074CC="$ac_cv_prog_CC"
1e487827 8075if test -n "$CC"; then
698dcdb6 8076 echo "$ac_t""$CC" 1>&6
1e487827 8077else
698dcdb6 8078 echo "$ac_t""no" 1>&6
1e487827 8079fi
698dcdb6
VZ
8080 ;;
8081 esac
8082 fi
8083 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1e487827
VS
8084fi
8085
698dcdb6 8086echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
a3a584a7 8087echo "configure:8088: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1e487827 8088
698dcdb6
VZ
8089ac_ext=c
8090# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8091ac_cpp='$CPP $CPPFLAGS'
8092ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8093ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8094cross_compiling=$ac_cv_prog_cc_cross
6232543b 8095
698dcdb6 8096cat > conftest.$ac_ext << EOF
1e487827 8097
a3a584a7 8098#line 8099 "configure"
1e487827
VS
8099#include "confdefs.h"
8100
698dcdb6
VZ
8101main(){return(0);}
8102EOF
a3a584a7 8103if { (eval echo configure:8104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
8104 ac_cv_prog_cc_works=yes
8105 # If we can't run a trivial program, we are probably using a cross compiler.
8106 if (./conftest; exit) 2>/dev/null; then
8107 ac_cv_prog_cc_cross=no
8108 else
8109 ac_cv_prog_cc_cross=yes
8110 fi
8111else
8112 echo "configure: failed program was:" >&5
8113 cat conftest.$ac_ext >&5
8114 ac_cv_prog_cc_works=no
8115fi
8116rm -fr conftest*
8117ac_ext=c
8118# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8119ac_cpp='$CPP $CPPFLAGS'
8120ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8121ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8122cross_compiling=$ac_cv_prog_cc_cross
8123
8124echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8125if test $ac_cv_prog_cc_works = no; then
8126 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8127fi
8128echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
a3a584a7 8129echo "configure:8130: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
698dcdb6
VZ
8130echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8131cross_compiling=$ac_cv_prog_cc_cross
8132
8133echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
a3a584a7 8134echo "configure:8135: checking whether we are using GNU C" >&5
698dcdb6
VZ
8135if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8136 echo $ac_n "(cached) $ac_c" 1>&6
8137else
8138 cat > conftest.c <<EOF
8139#ifdef __GNUC__
8140 yes;
1e487827 8141#endif
698dcdb6 8142EOF
a3a584a7 8143if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8144: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
698dcdb6
VZ
8144 ac_cv_prog_gcc=yes
8145else
8146 ac_cv_prog_gcc=no
8147fi
8148fi
1e487827 8149
698dcdb6 8150echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1e487827 8151
698dcdb6
VZ
8152if test $ac_cv_prog_gcc = yes; then
8153 GCC=yes
8154else
8155 GCC=
8156fi
1e487827 8157
698dcdb6
VZ
8158ac_test_CFLAGS="${CFLAGS+set}"
8159ac_save_CFLAGS="$CFLAGS"
8160CFLAGS=
8161echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
a3a584a7 8162echo "configure:8163: checking whether ${CC-cc} accepts -g" >&5
698dcdb6
VZ
8163if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8164 echo $ac_n "(cached) $ac_c" 1>&6
8165else
8166 echo 'void f(){}' > conftest.c
8167if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
10f2d63a
VZ
8168 ac_cv_prog_cc_g=yes
8169else
698dcdb6 8170 ac_cv_prog_cc_g=no
10f2d63a 8171fi
698dcdb6
VZ
8172rm -f conftest*
8173
10f2d63a 8174fi
698dcdb6
VZ
8175
8176echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
10f2d63a 8177if test "$ac_test_CFLAGS" = set; then
698dcdb6 8178 CFLAGS="$ac_save_CFLAGS"
10f2d63a
VZ
8179elif test $ac_cv_prog_cc_g = yes; then
8180 if test "$GCC" = yes; then
8181 CFLAGS="-g -O2"
8182 else
8183 CFLAGS="-g"
8184 fi
8185else
8186 if test "$GCC" = yes; then
8187 CFLAGS="-O2"
8188 else
8189 CFLAGS=
8190 fi
8191fi
8192
8193
8194CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8195
698dcdb6 8196echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
a3a584a7 8197echo "configure:8198: checking how to run the C preprocessor" >&5
10f2d63a
VZ
8198# On Suns, sometimes $CPP names a directory.
8199if test -n "$CPP" && test -d "$CPP"; then
8200 CPP=
8201fi
8202if test -z "$CPP"; then
698dcdb6
VZ
8203if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8204 echo $ac_n "(cached) $ac_c" 1>&6
8205else
8206 # This must be in double quotes, not single quotes, because CPP may get
8207 # substituted into the Makefile and "${CC-cc}" will confuse make.
8208 CPP="${CC-cc} -E"
10f2d63a 8209 # On the NeXT, cc -E runs the code through the compiler's parser,
698dcdb6
VZ
8210 # not just through cpp.
8211 cat > conftest.$ac_ext <<EOF
a3a584a7 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"
a3a584a7 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="${CC-cc} -E -traditional-cpp"
8228 cat > conftest.$ac_ext <<EOF
a3a584a7 8229#line 8230 "configure"
10f2d63a 8230#include "confdefs.h"
698dcdb6
VZ
8231#include <assert.h>
8232Syntax Error
8233EOF
8234ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 8235{ (eval echo configure:8236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8236ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8237if test -z "$ac_err"; then
8238 :
10f2d63a 8239else
698dcdb6
VZ
8240 echo "$ac_err" >&5
8241 echo "configure: failed program was:" >&5
10f2d63a 8242 cat conftest.$ac_ext >&5
698dcdb6
VZ
8243 rm -rf conftest*
8244 CPP="${CC-cc} -nologo -E"
8245 cat > conftest.$ac_ext <<EOF
a3a584a7 8246#line 8247 "configure"
10f2d63a
VZ
8247#include "confdefs.h"
8248#include <assert.h>
698dcdb6
VZ
8249Syntax Error
8250EOF
8251ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 8252{ (eval echo configure:8253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8253ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8254if test -z "$ac_err"; then
10f2d63a
VZ
8255 :
8256else
698dcdb6
VZ
8257 echo "$ac_err" >&5
8258 echo "configure: failed program was:" >&5
10f2d63a 8259 cat conftest.$ac_ext >&5
698dcdb6
VZ
8260 rm -rf conftest*
8261 CPP=/lib/cpp
10f2d63a 8262fi
698dcdb6 8263rm -f conftest*
10f2d63a 8264fi
698dcdb6 8265rm -f conftest*
703e0a69 8266fi
698dcdb6
VZ
8267rm -f conftest*
8268 ac_cv_prog_CPP="$CPP"
8269fi
8270 CPP="$ac_cv_prog_CPP"
10f2d63a 8271else
698dcdb6 8272 ac_cv_prog_CPP="$CPP"
10f2d63a 8273fi
698dcdb6 8274echo "$ac_t""$CPP" 1>&6
10f2d63a 8275
698dcdb6
VZ
8276if test $ac_cv_prog_gcc = yes; then
8277 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
a3a584a7 8278echo "configure:8279: checking whether ${CC-cc} needs -traditional" >&5
698dcdb6
VZ
8279if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8280 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8281else
8282 ac_pattern="Autoconf.*'x'"
698dcdb6 8283 cat > conftest.$ac_ext <<EOF
a3a584a7 8284#line 8285 "configure"
10f2d63a
VZ
8285#include "confdefs.h"
8286#include <sgtty.h>
8287Autoconf TIOCGETP
698dcdb6 8288EOF
10f2d63a
VZ
8289if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8290 egrep "$ac_pattern" >/dev/null 2>&1; then
698dcdb6 8291 rm -rf conftest*
10f2d63a
VZ
8292 ac_cv_prog_gcc_traditional=yes
8293else
698dcdb6 8294 rm -rf conftest*
10f2d63a
VZ
8295 ac_cv_prog_gcc_traditional=no
8296fi
8297rm -f conftest*
8298
698dcdb6 8299
10f2d63a 8300 if test $ac_cv_prog_gcc_traditional = no; then
698dcdb6 8301 cat > conftest.$ac_ext <<EOF
a3a584a7 8302#line 8303 "configure"
10f2d63a
VZ
8303#include "confdefs.h"
8304#include <termio.h>
8305Autoconf TCGETA
698dcdb6 8306EOF
10f2d63a
VZ
8307if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8308 egrep "$ac_pattern" >/dev/null 2>&1; then
698dcdb6 8309 rm -rf conftest*
10f2d63a
VZ
8310 ac_cv_prog_gcc_traditional=yes
8311fi
8312rm -f conftest*
8313
8314 fi
8315fi
698dcdb6
VZ
8316
8317echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
10f2d63a
VZ
8318 if test $ac_cv_prog_gcc_traditional = yes; then
8319 CC="$CC -traditional"
8320 fi
8321fi
8322
703e0a69 8323
698dcdb6
VZ
8324
8325ac_ext=C
8326# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 8327ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
8328ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8329ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8330cross_compiling=$ac_cv_prog_cxx_cross
8331
8332
8333for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8334do
8335# Extract the first word of "$ac_prog", so it can be a program name with args.
8336set dummy $ac_prog; ac_word=$2
8337echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8338echo "configure:8339: checking for $ac_word" >&5
698dcdb6
VZ
8339if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8340 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8341else
8342 if test -n "$CXX"; then
8343 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8344else
698dcdb6
VZ
8345 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8346 ac_dummy="$PATH"
8347 for ac_dir in $ac_dummy; do
8348 test -z "$ac_dir" && ac_dir=.
8349 if test -f $ac_dir/$ac_word; then
8350 ac_cv_prog_CXX="$ac_prog"
8351 break
8352 fi
8353 done
8354 IFS="$ac_save_ifs"
10f2d63a
VZ
8355fi
8356fi
698dcdb6 8357CXX="$ac_cv_prog_CXX"
10f2d63a 8358if test -n "$CXX"; then
698dcdb6 8359 echo "$ac_t""$CXX" 1>&6
10f2d63a 8360else
698dcdb6 8361 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8362fi
8363
698dcdb6 8364test -n "$CXX" && break
10f2d63a 8365done
698dcdb6 8366test -n "$CXX" || CXX="gcc"
10f2d63a
VZ
8367
8368
698dcdb6 8369echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
a3a584a7 8370echo "configure:8371: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a 8371
698dcdb6
VZ
8372ac_ext=C
8373# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8374ac_cpp='$CXXCPP $CPPFLAGS'
8375ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8376ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8377cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 8378
698dcdb6
VZ
8379cat > conftest.$ac_ext << EOF
8380
a3a584a7 8381#line 8382 "configure"
10f2d63a
VZ
8382#include "confdefs.h"
8383
698dcdb6
VZ
8384int main(){return(0);}
8385EOF
a3a584a7 8386if { (eval echo configure:8387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
8387 ac_cv_prog_cxx_works=yes
8388 # If we can't run a trivial program, we are probably using a cross compiler.
8389 if (./conftest; exit) 2>/dev/null; then
8390 ac_cv_prog_cxx_cross=no
8391 else
8392 ac_cv_prog_cxx_cross=yes
8393 fi
8394else
8395 echo "configure: failed program was:" >&5
8396 cat conftest.$ac_ext >&5
8397 ac_cv_prog_cxx_works=no
8398fi
8399rm -fr conftest*
8400ac_ext=C
8401# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8402ac_cpp='$CXXCPP $CPPFLAGS'
8403ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8404ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8405cross_compiling=$ac_cv_prog_cxx_cross
8406
8407echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8408if test $ac_cv_prog_cxx_works = no; then
8409 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8410fi
8411echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
a3a584a7 8412echo "configure:8413: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
698dcdb6
VZ
8413echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8414cross_compiling=$ac_cv_prog_cxx_cross
8415
8416echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
a3a584a7 8417echo "configure:8418: checking whether we are using GNU C++" >&5
698dcdb6
VZ
8418if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8419 echo $ac_n "(cached) $ac_c" 1>&6
8420else
8421 cat > conftest.C <<EOF
8422#ifdef __GNUC__
8423 yes;
10f2d63a 8424#endif
698dcdb6 8425EOF
a3a584a7 8426if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8427: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
698dcdb6
VZ
8427 ac_cv_prog_gxx=yes
8428else
8429 ac_cv_prog_gxx=no
8430fi
8431fi
10f2d63a 8432
698dcdb6 8433echo "$ac_t""$ac_cv_prog_gxx" 1>&6
10f2d63a 8434
698dcdb6
VZ
8435if test $ac_cv_prog_gxx = yes; then
8436 GXX=yes
8437else
8438 GXX=
8439fi
10f2d63a 8440
698dcdb6
VZ
8441ac_test_CXXFLAGS="${CXXFLAGS+set}"
8442ac_save_CXXFLAGS="$CXXFLAGS"
8443CXXFLAGS=
8444echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
a3a584a7 8445echo "configure:8446: checking whether ${CXX-g++} accepts -g" >&5
698dcdb6
VZ
8446if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8447 echo $ac_n "(cached) $ac_c" 1>&6
8448else
8449 echo 'void f(){}' > conftest.cc
8450if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
10f2d63a
VZ
8451 ac_cv_prog_cxx_g=yes
8452else
698dcdb6 8453 ac_cv_prog_cxx_g=no
10f2d63a 8454fi
698dcdb6
VZ
8455rm -f conftest*
8456
10f2d63a 8457fi
698dcdb6
VZ
8458
8459echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
10f2d63a 8460if test "$ac_test_CXXFLAGS" = set; then
698dcdb6 8461 CXXFLAGS="$ac_save_CXXFLAGS"
10f2d63a
VZ
8462elif test $ac_cv_prog_cxx_g = yes; then
8463 if test "$GXX" = yes; then
8464 CXXFLAGS="-g -O2"
8465 else
8466 CXXFLAGS="-g"
8467 fi
8468else
8469 if test "$GXX" = yes; then
8470 CXXFLAGS="-O2"
8471 else
8472 CXXFLAGS=
8473 fi
8474fi
8475
8476
10f2d63a
VZ
8477CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
8478
8479ac_ext=c
698dcdb6 8480# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 8481ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
8482ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8483ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8484cross_compiling=$ac_cv_prog_cc_cross
8485
8486
8487# Extract the first word of "ranlib", so it can be a program name with args.
8488set dummy ranlib; ac_word=$2
8489echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8490echo "configure:8491: checking for $ac_word" >&5
698dcdb6
VZ
8491if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8492 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8493else
8494 if test -n "$RANLIB"; then
8495 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8496else
698dcdb6
VZ
8497 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8498 ac_dummy="$PATH"
8499 for ac_dir in $ac_dummy; do
8500 test -z "$ac_dir" && ac_dir=.
8501 if test -f $ac_dir/$ac_word; then
8502 ac_cv_prog_RANLIB="ranlib"
8503 break
8504 fi
8505 done
8506 IFS="$ac_save_ifs"
8507 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
10f2d63a
VZ
8508fi
8509fi
698dcdb6 8510RANLIB="$ac_cv_prog_RANLIB"
10f2d63a 8511if test -n "$RANLIB"; then
698dcdb6 8512 echo "$ac_t""$RANLIB" 1>&6
10f2d63a 8513else
698dcdb6 8514 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8515fi
8516
8517
8518# Extract the first word of "ar", so it can be a program name with args.
8519set dummy ar; ac_word=$2
698dcdb6 8520echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8521echo "configure:8522: checking for $ac_word" >&5
698dcdb6
VZ
8522if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8523 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8524else
8525 if test -n "$AR"; then
8526 ac_cv_prog_AR="$AR" # Let the user override the test.
8527else
698dcdb6
VZ
8528 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8529 ac_dummy="$PATH"
8530 for ac_dir in $ac_dummy; do
8531 test -z "$ac_dir" && ac_dir=.
8532 if test -f $ac_dir/$ac_word; then
8533 ac_cv_prog_AR="ar"
8534 break
8535 fi
8536 done
8537 IFS="$ac_save_ifs"
10f2d63a
VZ
8538 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
8539fi
8540fi
698dcdb6 8541AR="$ac_cv_prog_AR"
10f2d63a 8542if test -n "$AR"; then
698dcdb6 8543 echo "$ac_t""$AR" 1>&6
10f2d63a 8544else
698dcdb6 8545 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8546fi
8547
698dcdb6 8548
6054113a 8549# Find a good install program. We prefer a C program (faster),
10f2d63a
VZ
8550# so one script is as good as another. But avoid the broken or
8551# incompatible versions:
8552# SysV /etc/install, /usr/sbin/install
8553# SunOS /usr/etc/install
8554# IRIX /sbin/install
8555# AIX /bin/install
8556# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8557# AFS /usr/afsws/bin/install, which mishandles nonexistent args
8558# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8559# ./install, which can be erroneously created by make from ./install.sh.
698dcdb6 8560echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
a3a584a7 8561echo "configure:8562: checking for a BSD compatible install" >&5
10f2d63a 8562if test -z "$INSTALL"; then
698dcdb6
VZ
8563if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8564 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 8565else
698dcdb6 8566 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
10f2d63a
VZ
8567 for ac_dir in $PATH; do
8568 # Account for people who put trailing slashes in PATH elements.
698dcdb6
VZ
8569 case "$ac_dir/" in
8570 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
10f2d63a
VZ
8571 *)
8572 # OSF1 and SCO ODT 3.0 have their own names for install.
8573 # Don't use installbsd from OSF since it installs stuff as root
8574 # by default.
8575 for ac_prog in ginstall scoinst install; do
698dcdb6 8576 if test -f $ac_dir/$ac_prog; then
10f2d63a 8577 if test $ac_prog = install &&
698dcdb6 8578 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
10f2d63a
VZ
8579 # AIX install. It has an incompatible calling convention.
8580 :
8581 else
8582 ac_cv_path_install="$ac_dir/$ac_prog -c"
8583 break 2
8584 fi
8585 fi
8586 done
8587 ;;
8588 esac
8589 done
698dcdb6 8590 IFS="$ac_save_IFS"
10f2d63a
VZ
8591
8592fi
8593 if test "${ac_cv_path_install+set}" = set; then
698dcdb6 8594 INSTALL="$ac_cv_path_install"
10f2d63a
VZ
8595 else
8596 # As a last resort, use the slow shell script. We don't cache a
8597 # path for INSTALL within a source directory, because that will
8598 # break other packages using the cache if that directory is
8599 # removed, or if the path is relative.
698dcdb6 8600 INSTALL="$ac_install_sh"
10f2d63a
VZ
8601 fi
8602fi
698dcdb6 8603echo "$ac_t""$INSTALL" 1>&6
10f2d63a
VZ
8604
8605# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8606# It thinks the first close brace ends the variable substitution.
8607test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8608
698dcdb6 8609test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
10f2d63a
VZ
8610
8611test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8612
6054113a
GD
8613case "${host}" in
8614
b5853384 8615 powerpc-*-darwin* )
eb99ae0b
GD
8616 INSTALL_PROGRAM="cp -fp"
8617 INSTALL_DATA="cp -fp"
6054113a
GD
8618 ;;
8619 *)
8620 ;;
d6853540 8621esac
698dcdb6 8622
10f2d63a
VZ
8623# Extract the first word of "strip", so it can be a program name with args.
8624set dummy strip; ac_word=$2
698dcdb6 8625echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8626echo "configure:8627: checking for $ac_word" >&5
698dcdb6
VZ
8627if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8628 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8629else
8630 if test -n "$STRIP"; then
8631 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8632else
698dcdb6
VZ
8633 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8634 ac_dummy="$PATH"
8635 for ac_dir in $ac_dummy; do
8636 test -z "$ac_dir" && ac_dir=.
8637 if test -f $ac_dir/$ac_word; then
8638 ac_cv_prog_STRIP="strip"
8639 break
8640 fi
8641 done
8642 IFS="$ac_save_ifs"
10f2d63a
VZ
8643 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
8644fi
8645fi
698dcdb6 8646STRIP="$ac_cv_prog_STRIP"
10f2d63a 8647if test -n "$STRIP"; then
698dcdb6 8648 echo "$ac_t""$STRIP" 1>&6
10f2d63a 8649else
698dcdb6 8650 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8651fi
8652
698dcdb6
VZ
8653
8654echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
a3a584a7 8655echo "configure:8656: checking make for VPATH support" >&5
10f2d63a
VZ
8656cat - << EOF > confMake
8657check : file
8658 cp \$? \$@
8659 cp \$? final_file
8660EOF
8661
8662if test ! -d sub ; then
8663 mkdir sub
8664fi
8665echo dummy > sub/file
f6bcfd97 8666${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
10f2d63a
VZ
8667RESULT=$?
8668rm -f sub/file check final_file confMake
8669rmdir sub
8670if test "$RESULT" = 0; then
698dcdb6 8671 echo "$ac_t""yes" 1>&6
10f2d63a 8672else
698dcdb6
VZ
8673 echo "$ac_t""no" 1>&6
8674 { echo "configure: error:
1e487827
VS
8675You need a make-utility that is able to use the variable
8676VPATH correctly.
8677If your version of make does not support VPATH correctly,
8678please install GNU-make (possibly as gmake), and start
8679configure with the following command:
8680export MAKE=gmake; ./configure for sh-type shells
8681setenv MAKE gmake; ./configure for csh-type shells
8682Also please do remember to use gmake in this case every time
8683you are trying to compile.
698dcdb6 8684" 1>&2; exit 1; }
10f2d63a
VZ
8685fi
8686
8687for ac_prog in 'bison -y' byacc
8688do
698dcdb6 8689# Extract the first word of "$ac_prog", so it can be a program name with args.
10f2d63a 8690set dummy $ac_prog; ac_word=$2
698dcdb6 8691echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8692echo "configure:8693: checking for $ac_word" >&5
698dcdb6
VZ
8693if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8694 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8695else
8696 if test -n "$YACC"; then
8697 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8698else
698dcdb6
VZ
8699 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8700 ac_dummy="$PATH"
8701 for ac_dir in $ac_dummy; do
8702 test -z "$ac_dir" && ac_dir=.
8703 if test -f $ac_dir/$ac_word; then
8704 ac_cv_prog_YACC="$ac_prog"
8705 break
8706 fi
8707 done
8708 IFS="$ac_save_ifs"
10f2d63a
VZ
8709fi
8710fi
698dcdb6 8711YACC="$ac_cv_prog_YACC"
10f2d63a 8712if test -n "$YACC"; then
698dcdb6 8713 echo "$ac_t""$YACC" 1>&6
10f2d63a 8714else
698dcdb6 8715 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8716fi
8717
698dcdb6 8718test -n "$YACC" && break
10f2d63a
VZ
8719done
8720test -n "$YACC" || YACC="yacc"
8721
698dcdb6
VZ
8722
8723# Extract the first word of "flex", so it can be a program name with args.
8724set dummy flex; ac_word=$2
8725echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 8726echo "configure:8727: checking for $ac_word" >&5
698dcdb6
VZ
8727if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8728 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8729else
8730 if test -n "$LEX"; then
8731 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8732else
698dcdb6
VZ
8733 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8734 ac_dummy="$PATH"
8735 for ac_dir in $ac_dummy; do
8736 test -z "$ac_dir" && ac_dir=.
8737 if test -f $ac_dir/$ac_word; then
8738 ac_cv_prog_LEX="flex"
8739 break
8740 fi
8741 done
8742 IFS="$ac_save_ifs"
8743 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
10f2d63a
VZ
8744fi
8745fi
698dcdb6 8746LEX="$ac_cv_prog_LEX"
10f2d63a 8747if test -n "$LEX"; then
698dcdb6 8748 echo "$ac_t""$LEX" 1>&6
10f2d63a 8749else
698dcdb6 8750 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8751fi
8752
8753if test -z "$LEXLIB"
8754then
698dcdb6
VZ
8755 case "$LEX" in
8756 flex*) ac_lib=fl ;;
8757 *) ac_lib=l ;;
8758 esac
8759 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
a3a584a7 8760echo "configure:8761: checking for yywrap in -l$ac_lib" >&5
698dcdb6
VZ
8761ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8762if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8763 echo $ac_n "(cached) $ac_c" 1>&6
8764else
8765 ac_save_LIBS="$LIBS"
8766LIBS="-l$ac_lib $LIBS"
8767cat > conftest.$ac_ext <<EOF
a3a584a7 8768#line 8769 "configure"
10f2d63a
VZ
8769#include "confdefs.h"
8770/* Override any gcc2 internal prototype to avoid an error. */
8771/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
8772 builtin and then its argument prototype would still apply. */
8773char yywrap();
10f2d63a 8774
698dcdb6
VZ
8775int main() {
8776yywrap()
8777; return 0; }
8778EOF
a3a584a7 8779if { (eval echo configure:8780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
8780 rm -rf conftest*
8781 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 8782else
698dcdb6
VZ
8783 echo "configure: failed program was:" >&5
8784 cat conftest.$ac_ext >&5
8785 rm -rf conftest*
8786 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 8787fi
698dcdb6
VZ
8788rm -f conftest*
8789LIBS="$ac_save_LIBS"
8790
10f2d63a 8791fi
698dcdb6
VZ
8792if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8793 echo "$ac_t""yes" 1>&6
8794 LEXLIB="-l$ac_lib"
8795else
8796 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8797fi
8798
8799fi
8800
8801
698dcdb6 8802echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
a3a584a7 8803echo "configure:8804: checking whether ln -s works" >&5
698dcdb6
VZ
8804if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8805 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 8806else
698dcdb6
VZ
8807 rm -f conftestdata
8808if ln -s X conftestdata 2>/dev/null
8809then
8810 rm -f conftestdata
8811 ac_cv_prog_LN_S="ln -s"
10f2d63a 8812else
698dcdb6 8813 ac_cv_prog_LN_S=ln
10f2d63a
VZ
8814fi
8815fi
698dcdb6
VZ
8816LN_S="$ac_cv_prog_LN_S"
8817if test "$ac_cv_prog_LN_S" = "ln -s"; then
8818 echo "$ac_t""yes" 1>&6
10f2d63a 8819else
698dcdb6 8820 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8821fi
8822
8823
8824
8825SEARCH_INCLUDE="\
8826 /usr/local/include \
8827 \
8828 /usr/Motif-1.2/include \
8829 /usr/Motif-2.1/include \
8830 \
8831 /usr/include/Motif1.2 \
8832 /opt/xpm/include/X11 \
8833 /opt/GBxpm/include/ \
8834 /opt/GBxpm/X11/include/ \
8835 \
8836 /usr/Motif1.2/include \
8837 /usr/dt/include \
afc31813
VZ
8838 /usr/openwin/include \
8839 \
10f2d63a
VZ
8840 /usr/include/Xm \
8841 \
8842 /usr/X11R6/include \
afc31813 8843 /usr/X11R6.4/include \
10f2d63a
VZ
8844 /usr/X11R5/include \
8845 /usr/X11R4/include \
8846 \
10f2d63a
VZ
8847 /usr/include/X11R6 \
8848 /usr/include/X11R5 \
8849 /usr/include/X11R4 \
8850 \
8851 /usr/local/X11R6/include \
8852 /usr/local/X11R5/include \
8853 /usr/local/X11R4/include \
8854 \
8855 /usr/local/include/X11R6 \
8856 /usr/local/include/X11R5 \
8857 /usr/local/include/X11R4 \
8858 \
8859 /usr/X11/include \
8860 /usr/include/X11 \
8861 /usr/local/X11/include \
8862 /usr/local/include/X11 \
8863 \
8864 /usr/X386/include \
8865 /usr/x386/include \
8866 /usr/XFree86/include/X11 \
8867 \
cf27ef00 8868 X:/XFree86/include \
ec14dd32
VZ
8869 X:/XFree86/include/X11 \
8870 \
10f2d63a
VZ
8871 /usr/include/gtk \
8872 /usr/local/include/gtk \
8873 /usr/include/glib \
8874 /usr/local/include/glib \
8875 \
8876 /usr/include/qt \
8877 /usr/local/include/qt \
8878 \
8879 /usr/include/windows \
8880 /usr/include/wine \
8881 /usr/local/include/wine \
8882 \
8883 /usr/unsupported/include \
8884 /usr/athena/include \
8885 /usr/local/x11r5/include \
8886 /usr/lpp/Xamples/include \
8887 \
10f2d63a 8888 /usr/openwin/share/include \
928b5c08
VZ
8889 \
8890 /usr/include"
10f2d63a
VZ
8891
8892SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8893
698dcdb6
VZ
8894
8895cat > confcache <<\EOF
10f2d63a
VZ
8896# This file is a shell script that caches the results of configure
8897# tests run on this system so they can be shared between configure
698dcdb6
VZ
8898# scripts and configure runs. It is not useful on other systems.
8899# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 8900#
698dcdb6
VZ
8901# By default, configure uses ./config.cache as the cache file,
8902# creating it if it does not exist already. You can give configure
8903# the --cache-file=FILE option to use a different cache file; that is
8904# what configure does when it calls configure scripts in
8905# subdirectories, so they share the cache.
8906# Giving --cache-file=/dev/null disables caching, for debugging configure.
8907# config.status only pays attention to the cache file if you give it the
8908# --recheck option to rerun configure.
10f2d63a 8909#
698dcdb6 8910EOF
10f2d63a
VZ
8911# The following way of writing the cache mishandles newlines in values,
8912# but we know of no workaround that is simple, portable, and efficient.
8913# So, don't put newlines in cache variables' values.
8914# Ultrix sh set writes to stderr and can't be redirected directly,
8915# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
8916(set) 2>&1 |
8917 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8918 *ac_space=\ *)
8919 # `set' does not quote correctly, so add quotes (double-quote substitution
8920 # turns \\\\ into \\, and sed turns \\ into \).
8921 sed -n \
8922 -e "s/'/'\\\\''/g" \
8923 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8924 ;;
8925 *)
8926 # `set' quotes correctly as required by POSIX, so do not add quotes.
8927 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8928 ;;
8929 esac >> confcache
8930if cmp -s $cache_file confcache; then
8931 :
8932else
10f2d63a 8933 if test -w $cache_file; then
698dcdb6
VZ
8934 echo "updating cache $cache_file"
8935 cat confcache > $cache_file
10f2d63a
VZ
8936 else
8937 echo "not updating unwritable cache $cache_file"
8938 fi
8939fi
8940rm -f confcache
8941
698dcdb6
VZ
8942
8943
4f14bcd8 8944
18dbb1f6
VZ
8945REGEX_INCLUDE=
8946if test "$wxUSE_REGEX" != "no"; then
4f14bcd8
GD
8947 cat >> confdefs.h <<\EOF
8948#define wxUSE_REGEX 1
8949EOF
8950
8951
8952 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
8953 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
18dbb1f6 8954echo $ac_n "checking for regex.h""... $ac_c" 1>&6
a3a584a7 8955echo "configure:8956: checking for regex.h" >&5
18dbb1f6
VZ
8956if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8957 echo $ac_n "(cached) $ac_c" 1>&6
8958else
8959 cat > conftest.$ac_ext <<EOF
a3a584a7 8960#line 8961 "configure"
18dbb1f6
VZ
8961#include "confdefs.h"
8962#include <regex.h>
8963EOF
8964ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 8965{ (eval echo configure:8966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18dbb1f6
VZ
8966ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8967if test -z "$ac_err"; then
8968 rm -rf conftest*
8969 eval "ac_cv_header_$ac_safe=yes"
8970else
8971 echo "$ac_err" >&5
8972 echo "configure: failed program was:" >&5
8973 cat conftest.$ac_ext >&5
8974 rm -rf conftest*
8975 eval "ac_cv_header_$ac_safe=no"
8976fi
8977rm -f conftest*
8978fi
8979if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8980 echo "$ac_t""yes" 1>&6
8981 for ac_func in regcomp
8982do
8983echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
a3a584a7 8984echo "configure:8985: checking for $ac_func" >&5
18dbb1f6
VZ
8985if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8986 echo $ac_n "(cached) $ac_c" 1>&6
8987else
8988 cat > conftest.$ac_ext <<EOF
a3a584a7 8989#line 8990 "configure"
18dbb1f6
VZ
8990#include "confdefs.h"
8991/* System header to define __stub macros and hopefully few prototypes,
8992 which can conflict with char $ac_func(); below. */
8993#include <assert.h>
8994/* Override any gcc2 internal prototype to avoid an error. */
8995/* We use char because int might match the return type of a gcc2
8996 builtin and then its argument prototype would still apply. */
8997char $ac_func();
8998
8999int main() {
9000
9001/* The GNU C library defines this for functions which it implements
9002 to always fail with ENOSYS. Some functions are actually named
9003 something starting with __ and the normal name is an alias. */
9004#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9005choke me
9006#else
9007$ac_func();
9008#endif
9009
9010; return 0; }
9011EOF
a3a584a7 9012if { (eval echo configure:9013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18dbb1f6
VZ
9013 rm -rf conftest*
9014 eval "ac_cv_func_$ac_func=yes"
9015else
9016 echo "configure: failed program was:" >&5
9017 cat conftest.$ac_ext >&5
9018 rm -rf conftest*
9019 eval "ac_cv_func_$ac_func=no"
9020fi
9021rm -f conftest*
9022fi
9023
9024if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9025 echo "$ac_t""yes" 1>&6
9026 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9027 cat >> confdefs.h <<EOF
9028#define $ac_tr_func 1
9029EOF
9030
9031else
9032 echo "$ac_t""no" 1>&6
9033fi
9034done
9035
9036else
9037 echo "$ac_t""no" 1>&6
9038fi
9039
9040
4f14bcd8
GD
9041 if test "x$ac_cv_func_regcomp" != "xyes"; then
9042 if test "$wxUSE_REGEX" = "sys" ; then
9043 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9044 else
a3df447d 9045 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9046 wxUSE_REGEX=builtin
9047 fi
9048 else
9049 wxUSE_REGEX=sys
18dbb1f6 9050 fi
18dbb1f6
VZ
9051 fi
9052
4f14bcd8
GD
9053 if test "$wxUSE_REGEX" = "builtin" ; then
9054 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
9055 fi
18dbb1f6
VZ
9056fi
9057
9058
4f14bcd8
GD
9059ZLIB_INCLUDE=
9060ZLIB_LINK=
9061if test "$wxUSE_ZLIB" != "no" ; then
9062 cat >> confdefs.h <<\EOF
9063#define wxUSE_ZLIB 1
9064EOF
dad6c0ea 9065
10f2d63a 9066
4f14bcd8
GD
9067 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9068 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9069echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
a3a584a7 9070echo "configure:9071: checking for zlib.h" >&5
3a922bb4
RL
9071if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9072 echo $ac_n "(cached) $ac_c" 1>&6
9073else
9074 cat > conftest.$ac_ext <<EOF
a3a584a7 9075#line 9076 "configure"
3a922bb4 9076#include "confdefs.h"
4f14bcd8 9077#include <zlib.h>
3a922bb4
RL
9078EOF
9079ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 9080{ (eval echo configure:9081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3a922bb4
RL
9081ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9082if test -z "$ac_err"; then
9083 rm -rf conftest*
9084 eval "ac_cv_header_$ac_safe=yes"
9085else
9086 echo "$ac_err" >&5
9087 echo "configure: failed program was:" >&5
9088 cat conftest.$ac_ext >&5
9089 rm -rf conftest*
9090 eval "ac_cv_header_$ac_safe=no"
9091fi
9092rm -f conftest*
9093fi
9094if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9095 echo "$ac_t""yes" 1>&6
4f14bcd8 9096 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
a3a584a7 9097echo "configure:9098: checking for deflate in -lz" >&5
4f14bcd8
GD
9098ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9099if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9100 echo $ac_n "(cached) $ac_c" 1>&6
9101else
9102 ac_save_LIBS="$LIBS"
9103LIBS="-lz $LIBS"
9104cat > conftest.$ac_ext <<EOF
a3a584a7 9105#line 9106 "configure"
4f14bcd8
GD
9106#include "confdefs.h"
9107/* Override any gcc2 internal prototype to avoid an error. */
9108/* We use char because int might match the return type of a gcc2
9109 builtin and then its argument prototype would still apply. */
9110char deflate();
9111
9112int main() {
9113deflate()
9114; return 0; }
3a922bb4 9115EOF
a3a584a7 9116if { (eval echo configure:9117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
9117 rm -rf conftest*
9118 eval "ac_cv_lib_$ac_lib_var=yes"
9119else
9120 echo "configure: failed program was:" >&5
9121 cat conftest.$ac_ext >&5
9122 rm -rf conftest*
9123 eval "ac_cv_lib_$ac_lib_var=no"
9124fi
9125rm -f conftest*
9126LIBS="$ac_save_LIBS"
9127
9128fi
9129if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9130 echo "$ac_t""yes" 1>&6
3d63bc3a 9131 ZLIB_LINK=" -lz"
3a922bb4
RL
9132else
9133 echo "$ac_t""no" 1>&6
9134fi
10f2d63a 9135
4f14bcd8
GD
9136else
9137 echo "$ac_t""no" 1>&6
9138fi
9139
9140
9141 if test "x$ZLIB_LINK" = "x" ; then
9142 if test "$wxUSE_ZLIB" = "sys" ; then
9143 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9144 else
a3df447d 9145 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9146 wxUSE_ZLIB=builtin
9147 fi
9148 else
9149 wxUSE_ZLIB=sys
9150 fi
9151 fi
9152
9153 if test "$wxUSE_ZLIB" = "builtin" ; then
9154 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
9155 fi
9156fi
9157
9158
9159PNG_INCLUDE=
9160PNG_LINK=
9161if test "$wxUSE_LIBPNG" != "no" ; then
9162 cat >> confdefs.h <<\EOF
9163#define wxUSE_LIBPNG 1
9164EOF
9165
9166
9167 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
a3df447d 9168 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
4f14bcd8
GD
9169 wxUSE_LIBPNG=builtin
9170 fi
9171
9172 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9173 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
9174echo $ac_n "checking for png.h""... $ac_c" 1>&6
a3a584a7 9175echo "configure:9176: checking for png.h" >&5
d4158b5d
VS
9176if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9177 echo $ac_n "(cached) $ac_c" 1>&6
9178else
9179 cat > conftest.$ac_ext <<EOF
a3a584a7 9180#line 9181 "configure"
d4158b5d 9181#include "confdefs.h"
4f14bcd8 9182#include <png.h>
d4158b5d
VS
9183EOF
9184ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 9185{ (eval echo configure:9186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
d4158b5d
VS
9186ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9187if test -z "$ac_err"; then
9188 rm -rf conftest*
9189 eval "ac_cv_header_$ac_safe=yes"
9190else
9191 echo "$ac_err" >&5
9192 echo "configure: failed program was:" >&5
9193 cat conftest.$ac_ext >&5
9194 rm -rf conftest*
9195 eval "ac_cv_header_$ac_safe=no"
9196fi
9197rm -f conftest*
9198fi
9199if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9200 echo "$ac_t""yes" 1>&6
4f14bcd8 9201 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
a3a584a7 9202echo "configure:9203: checking for png_check_sig in -lpng" >&5
4f14bcd8
GD
9203ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9204if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3a922bb4
RL
9205 echo $ac_n "(cached) $ac_c" 1>&6
9206else
4f14bcd8
GD
9207 ac_save_LIBS="$LIBS"
9208LIBS="-lpng -lz -lm $LIBS"
9209cat > conftest.$ac_ext <<EOF
a3a584a7 9210#line 9211 "configure"
3a922bb4 9211#include "confdefs.h"
4f14bcd8
GD
9212/* Override any gcc2 internal prototype to avoid an error. */
9213/* We use char because int might match the return type of a gcc2
9214 builtin and then its argument prototype would still apply. */
9215char png_check_sig();
f6bcfd97 9216
4f14bcd8
GD
9217int main() {
9218png_check_sig()
3a922bb4
RL
9219; return 0; }
9220EOF
a3a584a7 9221if { (eval echo configure:9222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3a922bb4 9222 rm -rf conftest*
4f14bcd8 9223 eval "ac_cv_lib_$ac_lib_var=yes"
3a922bb4
RL
9224else
9225 echo "configure: failed program was:" >&5
9226 cat conftest.$ac_ext >&5
9227 rm -rf conftest*
4f14bcd8 9228 eval "ac_cv_lib_$ac_lib_var=no"
3a922bb4
RL
9229fi
9230rm -f conftest*
4f14bcd8 9231LIBS="$ac_save_LIBS"
10f2d63a 9232
4f14bcd8
GD
9233fi
9234if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9235 echo "$ac_t""yes" 1>&6
3d63bc3a 9236 PNG_LINK=" -lpng"
4f14bcd8
GD
9237else
9238 echo "$ac_t""no" 1>&6
9239fi
32832908 9240
4f14bcd8
GD
9241
9242else
9243 echo "$ac_t""no" 1>&6
9244fi
3a922bb4 9245
7b7a7637 9246
4f14bcd8
GD
9247 if test "x$PNG_LINK" = "x" ; then
9248 if test "$wxUSE_LIBPNG" = "sys" ; then
9249 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9250 else
a3df447d 9251 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9252 wxUSE_LIBPNG=builtin
9253 fi
9254 else
9255 wxUSE_LIBPNG=yes
9256 fi
3a922bb4
RL
9257 fi
9258
4f14bcd8
GD
9259 if test "$wxUSE_LIBPNG" = "builtin" ; then
9260 PNG_INCLUDE="-I\${top_srcdir}/src/png"
3a922bb4
RL
9261 fi
9262
4f14bcd8 9263 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
3a922bb4
RL
9264fi
9265
32832908 9266
4f14bcd8
GD
9267JPEG_INCLUDE=
9268JPEG_LINK=
9269if test "$wxUSE_LIBJPEG" != "no" ; then
9270 cat >> confdefs.h <<\EOF
9271#define wxUSE_LIBJPEG 1
9272EOF
10f2d63a 9273
8168de4c 9274
4f14bcd8
GD
9275 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9276 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
a3a584a7 9277echo "configure:9278: checking for jpeglib.h" >&5
4f14bcd8 9278 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
8168de4c
VZ
9279 echo $ac_n "(cached) $ac_c" 1>&6
9280else
4f14bcd8 9281 cat > conftest.$ac_ext <<EOF
a3a584a7 9282#line 9283 "configure"
4f14bcd8 9283#include "confdefs.h"
8168de4c 9284
4f14bcd8
GD
9285 #undef HAVE_STDLIB_H
9286 #include <stdio.h>
9287 #include <jpeglib.h>
9288
9289int main() {
9290
9291
9292; return 0; }
9293EOF
a3a584a7 9294if { (eval echo configure:9295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
9295 rm -rf conftest*
9296 ac_cv_header_jpeglib_h=yes
6f72b082 9297else
4f14bcd8
GD
9298 echo "configure: failed program was:" >&5
9299 cat conftest.$ac_ext >&5
9300 rm -rf conftest*
9301 ac_cv_header_jpeglib_h=no
9302
9303fi
9304rm -f conftest*
9305
698dcdb6 9306fi
6f72b082 9307
4f14bcd8
GD
9308 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9309
9310 if test "$ac_cv_header_jpeglib_h" = "yes"; then
9311 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
a3a584a7 9312echo "configure:9313: checking for jpeg_read_header in -ljpeg" >&5
4f14bcd8
GD
9313ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9314if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9315 echo $ac_n "(cached) $ac_c" 1>&6
6f72b082 9316else
4f14bcd8
GD
9317 ac_save_LIBS="$LIBS"
9318LIBS="-ljpeg $LIBS"
9319cat > conftest.$ac_ext <<EOF
a3a584a7 9320#line 9321 "configure"
4f14bcd8
GD
9321#include "confdefs.h"
9322/* Override any gcc2 internal prototype to avoid an error. */
9323/* We use char because int might match the return type of a gcc2
9324 builtin and then its argument prototype would still apply. */
9325char jpeg_read_header();
698dcdb6 9326
4f14bcd8
GD
9327int main() {
9328jpeg_read_header()
9329; return 0; }
9330EOF
a3a584a7 9331if { (eval echo configure:9332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
9332 rm -rf conftest*
9333 eval "ac_cv_lib_$ac_lib_var=yes"
6f72b082 9334else
4f14bcd8
GD
9335 echo "configure: failed program was:" >&5
9336 cat conftest.$ac_ext >&5
9337 rm -rf conftest*
9338 eval "ac_cv_lib_$ac_lib_var=no"
698dcdb6 9339fi
4f14bcd8
GD
9340rm -f conftest*
9341LIBS="$ac_save_LIBS"
698dcdb6 9342
4f14bcd8
GD
9343fi
9344if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9345 echo "$ac_t""yes" 1>&6
3d63bc3a 9346 JPEG_LINK=" -ljpeg"
4f14bcd8
GD
9347else
9348 echo "$ac_t""no" 1>&6
9349fi
9350
9351 fi
9352
9353 if test "x$JPEG_LINK" = "x" ; then
9354 if test "$wxUSE_LIBJPEG" = "sys" ; then
9355 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
9356 else
a3df447d 9357 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9358 wxUSE_LIBJPEG=builtin
9359 fi
9360 else
9361 wxUSE_LIBJPEG=sys
9362 fi
9363 fi
9364
9365 if test "$wxUSE_LIBJPEG" = "builtin" ; then
9366 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
9367 fi
9368fi
9369
9370
9371TIFF_INCLUDE=
9372TIFF_LINK=
9373if test "$wxUSE_LIBTIFF" != "no" ; then
9374 cat >> confdefs.h <<\EOF
9375#define wxUSE_LIBTIFF 1
9376EOF
9377
9378
9379 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
9380 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
9381echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
a3a584a7 9382echo "configure:9383: checking for tiffio.h" >&5
4f14bcd8
GD
9383if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9384 echo $ac_n "(cached) $ac_c" 1>&6
9385else
9386 cat > conftest.$ac_ext <<EOF
a3a584a7 9387#line 9388 "configure"
4f14bcd8
GD
9388#include "confdefs.h"
9389#include <tiffio.h>
9390EOF
9391ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 9392{ (eval echo configure:9393: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
9393ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9394if test -z "$ac_err"; then
9395 rm -rf conftest*
9396 eval "ac_cv_header_$ac_safe=yes"
9397else
9398 echo "$ac_err" >&5
9399 echo "configure: failed program was:" >&5
9400 cat conftest.$ac_ext >&5
9401 rm -rf conftest*
9402 eval "ac_cv_header_$ac_safe=no"
9403fi
9404rm -f conftest*
9405fi
9406if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9407 echo "$ac_t""yes" 1>&6
9408 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
a3a584a7 9409echo "configure:9410: checking for TIFFError in -ltiff" >&5
4f14bcd8
GD
9410ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
9411if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9412 echo $ac_n "(cached) $ac_c" 1>&6
9413else
9414 ac_save_LIBS="$LIBS"
9415LIBS="-ltiff -lm $LIBS"
9416cat > conftest.$ac_ext <<EOF
a3a584a7 9417#line 9418 "configure"
4f14bcd8
GD
9418#include "confdefs.h"
9419/* Override any gcc2 internal prototype to avoid an error. */
9420/* We use char because int might match the return type of a gcc2
9421 builtin and then its argument prototype would still apply. */
9422char TIFFError();
9423
9424int main() {
9425TIFFError()
9426; return 0; }
9427EOF
a3a584a7 9428if { (eval echo configure:9429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
9429 rm -rf conftest*
9430 eval "ac_cv_lib_$ac_lib_var=yes"
9431else
9432 echo "configure: failed program was:" >&5
9433 cat conftest.$ac_ext >&5
9434 rm -rf conftest*
9435 eval "ac_cv_lib_$ac_lib_var=no"
9436fi
9437rm -f conftest*
9438LIBS="$ac_save_LIBS"
9439
9440fi
9441if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9442 echo "$ac_t""yes" 1>&6
3d63bc3a 9443 TIFF_LINK=" -ltiff"
4f14bcd8
GD
9444else
9445 echo "$ac_t""no" 1>&6
9446fi
9447
9448
9449else
9450 echo "$ac_t""no" 1>&6
9451fi
9452
9453
9454 if test "x$TIFF_LINK" = "x" ; then
9455 if test "$wxUSE_LIBTIFF" = "sys" ; then
9456 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
9457 else
a3df447d 9458 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9459 wxUSE_LIBTIFF=builtin
9460 fi
9461 else
9462 wxUSE_LIBTIFF=sys
9463 fi
9464 fi
9465
9466 if test "$wxUSE_LIBTIFF" = "builtin" ; then
9467 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
9468 fi
9469fi
9470
9471
9472FREETYPE_INCLUDE=
9473FREETYPE_LINK=
9474if test "$wxUSE_FREETYPE" != "no" ; then
9475 cat >> confdefs.h <<\EOF
9476#define wxUSE_FREETYPE 1
9477EOF
9478
9479
9480 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
9481 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
9482echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
a3a584a7 9483echo "configure:9484: checking for freetype.h" >&5
4f14bcd8
GD
9484if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9485 echo $ac_n "(cached) $ac_c" 1>&6
9486else
9487 cat > conftest.$ac_ext <<EOF
a3a584a7 9488#line 9489 "configure"
4f14bcd8
GD
9489#include "confdefs.h"
9490#include <freetype.h>
9491EOF
9492ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 9493{ (eval echo configure:9494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
9494ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9495if test -z "$ac_err"; then
9496 rm -rf conftest*
9497 eval "ac_cv_header_$ac_safe=yes"
9498else
9499 echo "$ac_err" >&5
9500 echo "configure: failed program was:" >&5
9501 cat conftest.$ac_ext >&5
9502 rm -rf conftest*
9503 eval "ac_cv_header_$ac_safe=no"
9504fi
9505rm -f conftest*
9506fi
9507if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9508 echo "$ac_t""yes" 1>&6
9509 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
a3a584a7 9510echo "configure:9511: checking for FT_Render_Glyph in -lfreetype" >&5
4f14bcd8
GD
9511ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
9512if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9513 echo $ac_n "(cached) $ac_c" 1>&6
9514else
9515 ac_save_LIBS="$LIBS"
9516LIBS="-lfreetype -lm $LIBS"
9517cat > conftest.$ac_ext <<EOF
a3a584a7 9518#line 9519 "configure"
4f14bcd8
GD
9519#include "confdefs.h"
9520/* Override any gcc2 internal prototype to avoid an error. */
9521/* We use char because int might match the return type of a gcc2
9522 builtin and then its argument prototype would still apply. */
9523char FT_Render_Glyph();
9524
9525int main() {
9526FT_Render_Glyph()
9527; return 0; }
9528EOF
a3a584a7 9529if { (eval echo configure:9530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
9530 rm -rf conftest*
9531 eval "ac_cv_lib_$ac_lib_var=yes"
9532else
9533 echo "configure: failed program was:" >&5
9534 cat conftest.$ac_ext >&5
9535 rm -rf conftest*
9536 eval "ac_cv_lib_$ac_lib_var=no"
9537fi
9538rm -f conftest*
9539LIBS="$ac_save_LIBS"
9540
9541fi
9542if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9543 echo "$ac_t""yes" 1>&6
3d63bc3a 9544 FREETYPE_LINK=" -lfreetype"
4f14bcd8
GD
9545else
9546 echo "$ac_t""no" 1>&6
9547fi
9548
9549
9550else
9551 echo "$ac_t""no" 1>&6
9552fi
9553
9554
9555 if test "x$FREETYPE_LINK" = "x" ; then
9556 if test "$wxUSE_FREETYPE" = "sys" ; then
9557 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; }
9558 else
a3df447d 9559 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
4f14bcd8
GD
9560 wxUSE_FREETYPE=builtin
9561 fi
9562 else
9563 wxUSE_FREETYPE=sys
9564 fi
9565 fi
9566
9567 if test "$wxUSE_FREETYPE" = "builtin" ; then
9568 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
9569 fi
9570fi
9571
9572
9573AFMINSTALL=
9574
9575TOOLKIT=
9576TOOLKIT_INCLUDE=
9577WIDGET_SET=
9578
9579if test "$USE_WIN32" = 1 ; then
9580 for ac_hdr in w32api.h
9581do
9582ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9583echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
a3a584a7 9584echo "configure:9585: checking for $ac_hdr" >&5
4f14bcd8
GD
9585if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9586 echo $ac_n "(cached) $ac_c" 1>&6
9587else
9588 cat > conftest.$ac_ext <<EOF
a3a584a7 9589#line 9590 "configure"
4f14bcd8
GD
9590#include "confdefs.h"
9591#include <$ac_hdr>
9592EOF
9593ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 9594{ (eval echo configure:9595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
9595ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9596if test -z "$ac_err"; then
9597 rm -rf conftest*
9598 eval "ac_cv_header_$ac_safe=yes"
9599else
9600 echo "$ac_err" >&5
9601 echo "configure: failed program was:" >&5
9602 cat conftest.$ac_ext >&5
9603 rm -rf conftest*
9604 eval "ac_cv_header_$ac_safe=no"
9605fi
9606rm -f conftest*
9607fi
9608if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9609 echo "$ac_t""yes" 1>&6
9610 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9611 cat >> confdefs.h <<EOF
9612#define $ac_tr_hdr 1
9613EOF
9614
9615else
9616 echo "$ac_t""no" 1>&6
9617fi
9618done
9619
9620 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
9621echo $ac_n "checking for windows.h""... $ac_c" 1>&6
a3a584a7 9622echo "configure:9623: checking for windows.h" >&5
4f14bcd8
GD
9623if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9624 echo $ac_n "(cached) $ac_c" 1>&6
9625else
9626 cat > conftest.$ac_ext <<EOF
a3a584a7 9627#line 9628 "configure"
4f14bcd8
GD
9628#include "confdefs.h"
9629#include <windows.h>
9630EOF
9631ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 9632{ (eval echo configure:9633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
9633ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9634if test -z "$ac_err"; then
9635 rm -rf conftest*
9636 eval "ac_cv_header_$ac_safe=yes"
9637else
9638 echo "$ac_err" >&5
9639 echo "configure: failed program was:" >&5
9640 cat conftest.$ac_ext >&5
9641 rm -rf conftest*
9642 eval "ac_cv_header_$ac_safe=no"
9643fi
9644rm -f conftest*
9645fi
9646if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9647 echo "$ac_t""yes" 1>&6
9648 :
9649else
9650 echo "$ac_t""no" 1>&6
9651
9652 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9653
9654fi
9655
9656
9657 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
a3a584a7 9658echo "configure:9659: checking if w32api has good enough MSIE support" >&5
ea7682f0 9659if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
4f14bcd8
GD
9660 echo $ac_n "(cached) $ac_c" 1>&6
9661else
9662
9663 cat > conftest.$ac_ext <<EOF
a3a584a7 9664#line 9665 "configure"
4f14bcd8
GD
9665#include "confdefs.h"
9666#include <w32api.h>
9667int main() {
9668
9669 #define wxCHECK_W32API_VERSION( major, minor ) \
9670 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
9671 && ( ( __W32API_MAJOR_VERSION > (major) ) \
9672 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
9673
9674 #if !wxCHECK_W32API_VERSION(1,1)
9675 #error You need w32api 1.1 or newer
9676 #endif
9677
9678; return 0; }
9679EOF
a3a584a7 9680if { (eval echo configure:9681: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
9681 rm -rf conftest*
9682
ea7682f0 9683 wx_cv_w32api_win32_ie=yes
4f14bcd8
GD
9684
9685else
9686 echo "configure: failed program was:" >&5
9687 cat conftest.$ac_ext >&5
9688 rm -rf conftest*
9689
ea7682f0 9690 wx_cv_w32api_win32_ie=no
4f14bcd8
GD
9691
9692fi
9693rm -f conftest*
9694
9695fi
9696
ea7682f0
VS
9697echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
9698 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
9699 CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
9700 fi
4f14bcd8
GD
9701
9702 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9703
77e13408
RL
9704 case "${host}" in
9705 *-*-cygwin* )
9706 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9707 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
9708 esac
4f14bcd8
GD
9709
9710 if test "$wxUSE_ODBC" = "yes" ; then
3d63bc3a 9711 LIBS=" -lodbc32 -lole32 -loleaut32$LIBS"
4f14bcd8
GD
9712 fi
9713
4f14bcd8
GD
9714 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9715 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
9716fi
9717
9718if test "$wxUSE_GUI" = "yes"; then
9719 USE_GUI=1
9720
9721 GUI_TK_LIBRARY=
9722
9723 WXGTK12=
9724 WXGTK127=
9725 WXGTK20=
9726
77e13408 9727 if test "$wxUSE_MSW" = 1 ; then
4f14bcd8
GD
9728 TOOLKIT=MSW
9729 GUIDIST=MSW_DIST
77e13408
RL
9730
9731 case "${host}" in
9732 *-*-mingw32* )
3d63bc3a 9733 LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows"
77e13408 9734 esac
4f14bcd8
GD
9735 fi
9736
9737 if test "$wxUSE_GTK" = 1; then
9738 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
a3a584a7 9739echo "configure:9740: checking for GTK+ version" >&5
4f14bcd8
GD
9740
9741 gtk_version_cached=1
9742 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9743 echo $ac_n "(cached) $ac_c" 1>&6
9744else
9745
9746 gtk_version_cached=0
d48ad9bd 9747 echo "$ac_t""" 1>&6
4f14bcd8
GD
9748
9749 wx_cv_lib_gtk=
9750 if test "x$wxUSE_GTK2" = "xyes"; then
9751 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9752if test "${with_gtk_prefix+set}" = set; then
9753 withval="$with_gtk_prefix"
9754 gtk_config_prefix="$withval"
9755else
9756 gtk_config_prefix=""
9757fi
9758
9759# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9760if test "${with_gtk_exec_prefix+set}" = set; then
9761 withval="$with_gtk_exec_prefix"
9762 gtk_config_exec_prefix="$withval"
9763else
9764 gtk_config_exec_prefix=""
9765fi
9766
9767# Check whether --enable-gtktest or --disable-gtktest was given.
9768if test "${enable_gtktest+set}" = set; then
9769 enableval="$enable_gtktest"
9770 :
9771else
9772 enable_gtktest=yes
9773fi
9774
9775
9776 for module in .
9777 do
6f72b082 9778 case "$module" in
8168de4c 9779 gthread)
6f72b082
OK
9780 gtk_config_args="$gtk_config_args gthread"
9781 ;;
9782 esac
9783 done
9784
9785 if test x$gtk_config_exec_prefix != x ; then
9786 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9787 if test x${GTK_CONFIG_2_0+set} != xset ; then
9788 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
9789 fi
9790 fi
9791 if test x$gtk_config_prefix != x ; then
9792 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9793 if test x${GTK_CONFIG_2_0+set} != xset ; then
9794 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
9795 fi
9796 fi
9797
9798 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9799set dummy gtk-config-2.0; ac_word=$2
698dcdb6 9800echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 9801echo "configure:9802: checking for $ac_word" >&5
698dcdb6
VZ
9802if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9803 echo $ac_n "(cached) $ac_c" 1>&6
6f72b082 9804else
698dcdb6
VZ
9805 case "$GTK_CONFIG_2_0" in
9806 /*)
6f72b082
OK
9807 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9808 ;;
698dcdb6
VZ
9809 ?:/*)
9810 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9811 ;;
6f72b082 9812 *)
698dcdb6
VZ
9813 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9814 ac_dummy="$PATH"
9815 for ac_dir in $ac_dummy; do
9816 test -z "$ac_dir" && ac_dir=.
9817 if test -f $ac_dir/$ac_word; then
9818 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
9819 break
9820 fi
9821 done
9822 IFS="$ac_save_ifs"
6f72b082
OK
9823 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
9824 ;;
9825esac
9826fi
698dcdb6 9827GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
6f72b082 9828if test -n "$GTK_CONFIG_2_0"; then
698dcdb6 9829 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
6f72b082 9830else
698dcdb6 9831 echo "$ac_t""no" 1>&6
6f72b082
OK
9832fi
9833
9834 min_gtk_version=1.3.1
698dcdb6 9835 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
a3a584a7 9836echo "configure:9837: checking for GTK - version >= $min_gtk_version" >&5
6f72b082
OK
9837 no_gtk=""
9838 if test "$GTK_CONFIG_2_0" = "no" ; then
9839 no_gtk=yes
9840 else
9841 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9842 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9843 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9844 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9845 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9846 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9847 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9848 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9849 if test "x$enable_gtktest" = "xyes" ; then
9850 ac_save_CFLAGS="$CFLAGS"
9851 ac_save_LIBS="$LIBS"
9852 CFLAGS="$CFLAGS $GTK_CFLAGS"
9853 LIBS="$GTK_LIBS $LIBS"
9854 rm -f conf.gtktest
9855 if test "$cross_compiling" = yes; then
9856 echo $ac_n "cross compiling; assumed OK... $ac_c"
9857else
698dcdb6 9858 cat > conftest.$ac_ext <<EOF
a3a584a7 9859#line 9860 "configure"
6f72b082
OK
9860#include "confdefs.h"
9861
9862#include <gtk/gtk.h>
9863#include <stdio.h>
9864#include <stdlib.h>
9865
8168de4c 9866int
6f72b082
OK
9867main ()
9868{
9869 int major, minor, micro;
9870 char *tmp_version;
9871
9872 system ("touch conf.gtktest");
9873
9874 /* HP/UX 9 (%@#!) writes to sscanf strings */
9875 tmp_version = g_strdup("$min_gtk_version");
9876 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
9877 printf("%s, bad version string\n", "$min_gtk_version");
9878 exit(1);
9879 }
9880
9881 if ((gtk_major_version != $gtk_config_major_version) ||
9882 (gtk_minor_version != $gtk_config_minor_version) ||
9883 (gtk_micro_version != $gtk_config_micro_version))
9884 {
8168de4c 9885 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
6f72b082
OK
9886 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9887 gtk_major_version, gtk_minor_version, gtk_micro_version);
9888 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9889 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9890 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9891 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9892 printf("*** required on your system.\n");
9893 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9894 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9895 printf("*** before re-running configure\n");
8168de4c 9896 }
6f72b082
OK
9897#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9898 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
8168de4c 9899 (gtk_minor_version != GTK_MINOR_VERSION) ||
6f72b082
OK
9900 (gtk_micro_version != GTK_MICRO_VERSION))
9901 {
9902 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
8168de4c 9903 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
6f72b082 9904 printf("*** library (version %d.%d.%d)\n",
8168de4c 9905 gtk_major_version, gtk_minor_version, gtk_micro_version);
6f72b082
OK
9906 }
9907#endif /* defined (GTK_MAJOR_VERSION) ... */
9908 else
9909 {
9910 if ((gtk_major_version > major) ||
9911 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9912 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9913 {
9914 return 0;
9915 }
9916 else
9917 {
9918 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9919 gtk_major_version, gtk_minor_version, gtk_micro_version);
9920 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
8168de4c 9921 major, minor, micro);
6f72b082
OK
9922 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9923 printf("***\n");
9924 printf("*** If you have already installed a sufficiently new version, this error\n");
9925 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9926 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9927 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9928 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9929 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9930 printf("*** so that the correct libraries are found at run-time))\n");
9931 }
9932 }
9933 return 1;
9934}
9935
698dcdb6 9936EOF
a3a584a7 9937if { (eval echo configure:9938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 9938then
6f72b082
OK
9939 :
9940else
698dcdb6
VZ
9941 echo "configure: failed program was:" >&5
9942 cat conftest.$ac_ext >&5
9943 rm -fr conftest*
9944 no_gtk=yes
6f72b082 9945fi
698dcdb6 9946rm -fr conftest*
6f72b082 9947fi
698dcdb6 9948
6f72b082
OK
9949 CFLAGS="$ac_save_CFLAGS"
9950 LIBS="$ac_save_LIBS"
9951 fi
9952 fi
9953 if test "x$no_gtk" = x ; then
698dcdb6 9954 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
8168de4c 9955 wx_cv_lib_gtk=2.0
6f72b082 9956 else
698dcdb6 9957 echo "$ac_t""no" 1>&6
6f72b082
OK
9958 if test "$GTK_CONFIG_2_0" = "no" ; then
9959 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9960 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9961 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9962 echo "*** full path to gtk-config-2.0."
9963 else
9964 if test -f conf.gtktest ; then
9965 :
9966 else
9967 echo "*** Could not run GTK test program, checking why..."
9968 CFLAGS="$CFLAGS $GTK_CFLAGS"
9969 LIBS="$LIBS $GTK_LIBS"
698dcdb6 9970 cat > conftest.$ac_ext <<EOF
a3a584a7 9971#line 9972 "configure"
6f72b082
OK
9972#include "confdefs.h"
9973
9974#include <gtk/gtk.h>
9975#include <stdio.h>
9976
698dcdb6
VZ
9977int main() {
9978 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9979; return 0; }
9980EOF
a3a584a7 9981if { (eval echo configure:9982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 9982 rm -rf conftest*
6f72b082
OK
9983 echo "*** The test program compiled, but did not run. This usually means"
9984 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9985 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9986 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9987 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9988 echo "*** is required on your system"
8168de4c 9989 echo "***"
6f72b082
OK
9990 echo "*** If you have an old version installed, it is best to remove it, although"
9991 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9992 echo "***"
9993 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9994 echo "*** came with the system with the command"
9995 echo "***"
698dcdb6 9996 echo "*** rpm --erase --nodeps gtk gtk-devel"
6f72b082 9997else
698dcdb6
VZ
9998 echo "configure: failed program was:" >&5
9999 cat conftest.$ac_ext >&5
10000 rm -rf conftest*
10001 echo "*** The test program failed to compile or link. See the file config.log for the"
6f72b082
OK
10002 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10003 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
698dcdb6 10004 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
6f72b082 10005fi
698dcdb6 10006rm -f conftest*
6f72b082
OK
10007 CFLAGS="$ac_save_CFLAGS"
10008 LIBS="$ac_save_LIBS"
10009 fi
10010 fi
10011 GTK_CFLAGS=""
10012 GTK_LIBS=""
8168de4c
VZ
10013 gthread
10014 fi
10015
10016
10017 rm -f conf.gtktest
10018
10019 fi
10020
10021 if test -z "$wx_cv_lib_gtk"; then
10022
10f2d63a
VZ
10023 if test x$gtk_config_exec_prefix != x ; then
10024 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10025 if test x${GTK_CONFIG+set} != xset ; then
10026 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10027 fi
10028 fi
10029 if test x$gtk_config_prefix != x ; then
10030 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10031 if test x${GTK_CONFIG+set} != xset ; then
10032 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10033 fi
10034 fi
10035
10036 # Extract the first word of "gtk-config", so it can be a program name with args.
10037set dummy gtk-config; ac_word=$2
698dcdb6 10038echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 10039echo "configure:10040: checking for $ac_word" >&5
698dcdb6
VZ
10040if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10041 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 10042else
698dcdb6
VZ
10043 case "$GTK_CONFIG" in
10044 /*)
f6bcfd97
BP
10045 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10046 ;;
698dcdb6
VZ
10047 ?:/*)
10048 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10049 ;;
f6bcfd97 10050 *)
698dcdb6
VZ
10051 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10052 ac_dummy="$PATH"
10053 for ac_dir in $ac_dummy; do
10054 test -z "$ac_dir" && ac_dir=.
10055 if test -f $ac_dir/$ac_word; then
10056 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10057 break
10058 fi
10059 done
10060 IFS="$ac_save_ifs"
f6bcfd97
BP
10061 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10062 ;;
10063esac
10064fi
698dcdb6 10065GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
f6bcfd97 10066if test -n "$GTK_CONFIG"; then
698dcdb6 10067 echo "$ac_t""$GTK_CONFIG" 1>&6
f6bcfd97 10068else
698dcdb6 10069 echo "$ac_t""no" 1>&6
f6bcfd97
BP
10070fi
10071
10072 min_gtk_version=1.2.7
698dcdb6 10073 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
a3a584a7 10074echo "configure:10075: checking for GTK - version >= $min_gtk_version" >&5
f6bcfd97
BP
10075 no_gtk=""
10076 if test "$GTK_CONFIG" != "no" ; then
10077 GTK_CFLAGS=`$GTK_CONFIG --cflags`
10078 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10079 ac_save_CFLAGS="$CFLAGS"
10080 ac_save_LIBS="$LIBS"
10081 CFLAGS="$CFLAGS $GTK_CFLAGS"
10082 LIBS="$LIBS $GTK_LIBS"
10083 if test "$cross_compiling" = yes; then
10084 echo $ac_n "cross compiling; assumed OK... $ac_c"
10085else
698dcdb6 10086 cat > conftest.$ac_ext <<EOF
a3a584a7 10087#line 10088 "configure"
f6bcfd97
BP
10088#include "confdefs.h"
10089
10090#include <gtk/gtk.h>
10091#include <gtk/gtkfeatures.h>
10092#include <stdio.h>
10093#include <stdlib.h>
10094
10095int
10096main ()
10097{
10098 int major, minor, micro;
10099
10100 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10101 printf("%s, bad version string\n", "$min_gtk_version");
10102 exit(1);
10103 }
10104
10105 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10106 (GTK_MINOR_VERSION != gtk_minor_version) ||
10107 (GTK_MICRO_VERSION != gtk_micro_version)) {
10108 printf("Headers vs. library version mismatch!\n");
10109 exit(1);
10110 }
10111
10112 if (gtk_minor_version == 1) return FALSE;
10113
10114 return !((gtk_major_version > major) ||
10115 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10116 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10117}
10118
698dcdb6 10119EOF
a3a584a7 10120if { (eval echo configure:10121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 10121then
f6bcfd97
BP
10122 :
10123else
698dcdb6
VZ
10124 echo "configure: failed program was:" >&5
10125 cat conftest.$ac_ext >&5
10126 rm -fr conftest*
10127 no_gtk=yes
f6bcfd97 10128fi
698dcdb6 10129rm -fr conftest*
f6bcfd97 10130fi
698dcdb6 10131
f6bcfd97
BP
10132 CFLAGS="$ac_save_CFLAGS"
10133 LIBS="$ac_save_LIBS"
10134 else
10135 no_gtk=yes
10136 fi
10137 if test "x$no_gtk" = x ; then
698dcdb6 10138 echo "$ac_t""yes" 1>&6
8168de4c 10139 wx_cv_lib_gtk=1.2.7
f6bcfd97 10140 else
698dcdb6 10141 echo "$ac_t""no" 1>&6
f6bcfd97
BP
10142 GTK_CFLAGS=""
10143 GTK_LIBS=""
10144 :
10145 fi
698dcdb6
VZ
10146
10147
f6bcfd97 10148
8168de4c
VZ
10149 fi
10150
10151 if test -z "$wx_cv_lib_gtk"; then
10152
f6bcfd97
BP
10153 if test x$gtk_config_exec_prefix != x ; then
10154 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10155 if test x${GTK_CONFIG+set} != xset ; then
10156 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
10157 fi
10158 fi
10159 if test x$gtk_config_prefix != x ; then
10160 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
10161 if test x${GTK_CONFIG+set} != xset ; then
10162 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
10163 fi
10164 fi
10165
10166 # Extract the first word of "gtk-config", so it can be a program name with args.
10167set dummy gtk-config; ac_word=$2
698dcdb6 10168echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a3a584a7 10169echo "configure:10170: checking for $ac_word" >&5
698dcdb6
VZ
10170if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10171 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 10172else
698dcdb6
VZ
10173 case "$GTK_CONFIG" in
10174 /*)
10f2d63a
VZ
10175 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
10176 ;;
698dcdb6
VZ
10177 ?:/*)
10178 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
10179 ;;
10f2d63a 10180 *)
698dcdb6
VZ
10181 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
10182 ac_dummy="$PATH"
10183 for ac_dir in $ac_dummy; do
10184 test -z "$ac_dir" && ac_dir=.
10185 if test -f $ac_dir/$ac_word; then
10186 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
10187 break
10188 fi
10189 done
10190 IFS="$ac_save_ifs"
10f2d63a
VZ
10191 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
10192 ;;
10193esac
10194fi
698dcdb6 10195GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10f2d63a 10196if test -n "$GTK_CONFIG"; then
698dcdb6 10197 echo "$ac_t""$GTK_CONFIG" 1>&6
10f2d63a 10198else
698dcdb6 10199 echo "$ac_t""no" 1>&6
10f2d63a
VZ
10200fi
10201
04165bec 10202 min_gtk_version=1.2.3
698dcdb6 10203 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
a3a584a7 10204echo "configure:10205: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
10205 no_gtk=""
10206 if test "$GTK_CONFIG" != "no" ; then
10207 GTK_CFLAGS=`$GTK_CONFIG --cflags`
2224580a 10208 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10f2d63a
VZ
10209 ac_save_CFLAGS="$CFLAGS"
10210 ac_save_LIBS="$LIBS"
10211 CFLAGS="$CFLAGS $GTK_CFLAGS"
10212 LIBS="$LIBS $GTK_LIBS"
10213 if test "$cross_compiling" = yes; then
10214 echo $ac_n "cross compiling; assumed OK... $ac_c"
10215else
698dcdb6 10216 cat > conftest.$ac_ext <<EOF
a3a584a7 10217#line 10218 "configure"
10f2d63a
VZ
10218#include "confdefs.h"
10219
10220#include <gtk/gtk.h>
f49f2b0c 10221#include <gtk/gtkfeatures.h>
10f2d63a 10222#include <stdio.h>
32832908 10223#include <stdlib.h>
10f2d63a
VZ
10224
10225int
10226main ()
10227{
10228 int major, minor, micro;
10229
10230 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
10231 printf("%s, bad version string\n", "$min_gtk_version");
10232 exit(1);
10233 }
10234
f49f2b0c
RR
10235 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
10236 (GTK_MINOR_VERSION != gtk_minor_version) ||
10237 (GTK_MICRO_VERSION != gtk_micro_version)) {
10238 printf("Headers vs. library version mismatch!\n");
10239 exit(1);
10240 }
10241
10f2d63a
VZ
10242 if (gtk_minor_version == 1) return FALSE;
10243
10244 return !((gtk_major_version > major) ||
10245 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10246 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
10247}
10248
698dcdb6 10249EOF
a3a584a7 10250if { (eval echo configure:10251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 10251then
10f2d63a
VZ
10252 :
10253else
698dcdb6
VZ
10254 echo "configure: failed program was:" >&5
10255 cat conftest.$ac_ext >&5
10256 rm -fr conftest*
10257 no_gtk=yes
10f2d63a 10258fi
698dcdb6 10259rm -fr conftest*
10f2d63a 10260fi
698dcdb6 10261
10f2d63a
VZ
10262 CFLAGS="$ac_save_CFLAGS"
10263 LIBS="$ac_save_LIBS"
10264 else
10265 no_gtk=yes
10266 fi
10267 if test "x$no_gtk" = x ; then
698dcdb6 10268 echo "$ac_t""yes" 1>&6
8168de4c 10269 wx_cv_lib_gtk=1.2.3
10f2d63a 10270 else
698dcdb6 10271 echo "$ac_t""no" 1>&6
10f2d63a
VZ
10272 GTK_CFLAGS=""
10273 GTK_LIBS=""
7e99ad86 10274 :
10f2d63a 10275 fi
698dcdb6
VZ
10276
10277
10f2d63a 10278
8168de4c
VZ
10279 fi
10280
10281 if test -z "$wx_cv_lib_gtk"; then
10282 wx_cv_lib_gtk=none
138be253
VZ
10283 else
10284 wx_cv_cflags_gtk=$GTK_CFLAGS
10285 wx_cv_libs_gtk=$GTK_LIBS
8168de4c
VZ
10286 fi
10287
1e6feb95 10288
8168de4c 10289fi
703e0a69 10290
698dcdb6 10291
8168de4c
VZ
10292 if test "$gtk_version_cached" = 1; then
10293 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
1e6feb95 10294 fi
698dcdb6 10295
8168de4c
VZ
10296 case "$wx_cv_lib_gtk" in
10297 2.0) WXGTK20=1
10298 ;;
10299 1.2.7) WXGTK127=1
d1a8d972 10300 WXGTK12=1
8168de4c
VZ
10301 ;;
10302 1.2.3) WXGTK12=1
10303 ;;
10304 *) { echo "configure: error:
10305Please check that gtk-config is in path, the directory
10306where GTK+ libraries are installed (returned by
10307'gtk-config --libs' command) is in LD_LIBRARY_PATH or
10308equivalent variable and GTK+ is version 1.2.3 or above.
10309 " 1>&2; exit 1; }
10310 ;;
10311 esac
2224580a 10312
138be253 10313 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
11dfaa5f 10314 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
698dcdb6 10315
1e6feb95
VZ
10316 AFMINSTALL=afminstall
10317 TOOLKIT=GTK
10318 GUIDIST=GTK_DIST
7ec2881a 10319
1e6feb95 10320 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
a3a584a7 10321echo "configure:10322: checking for gdk_im_open in -lgdk" >&5
698dcdb6
VZ
10322ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
10323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10324 echo $ac_n "(cached) $ac_c" 1>&6
7ec2881a 10325else
698dcdb6 10326 ac_save_LIBS="$LIBS"
7ec2881a 10327LIBS="-lgdk $LIBS"
698dcdb6 10328cat > conftest.$ac_ext <<EOF
a3a584a7 10329#line 10330 "configure"
7ec2881a
RR
10330#include "confdefs.h"
10331/* Override any gcc2 internal prototype to avoid an error. */
10332/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10333 builtin and then its argument prototype would still apply. */
10334char gdk_im_open();
10335
10336int main() {
10337gdk_im_open()
10338; return 0; }
10339EOF
a3a584a7 10340if { (eval echo configure:10341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10341 rm -rf conftest*
10342 eval "ac_cv_lib_$ac_lib_var=yes"
10343else
10344 echo "configure: failed program was:" >&5
10345 cat conftest.$ac_ext >&5
10346 rm -rf conftest*
10347 eval "ac_cv_lib_$ac_lib_var=no"
10348fi
10349rm -f conftest*
10350LIBS="$ac_save_LIBS"
10351
10352fi
10353if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10354 echo "$ac_t""yes" 1>&6
10355 cat >> confdefs.h <<\EOF
7ec2881a
RR
10356#define HAVE_XIM 1
10357EOF
10358
698dcdb6
VZ
10359else
10360 echo "$ac_t""no" 1>&6
7ec2881a
RR
10361fi
10362
1e6feb95 10363 fi
10f2d63a 10364
1e6feb95
VZ
10365 if test "$wxUSE_MGL" = 1; then
10366
10367 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
a3a584a7 10368echo "configure:10369: checking for SciTech MGL library" >&5
1e6feb95
VZ
10369 if test "x$MGL_ROOT" = x ; then
10370 echo "$ac_t""not found" 1>&6
10371 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
10372 else
10373 echo "$ac_t""$MGL_ROOT" 1>&6
10374 fi
10375
3a922bb4
RL
10376 mgl_os=linux/gcc/glibc
10377 mgl_lib_type=""
1e6feb95
VZ
10378
10379 if test "$wxUSE_DEBUG_FLAG" = yes ; then
223e7fbf
VS
10380 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \
10381 -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then
3a922bb4 10382 mgl_lib_type=debug
1e6feb95
VZ
10383 fi
10384 fi
3a922bb4 10385 if test "x$mgl_lib_type" = x ; then
223e7fbf
VS
10386 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \
10387 -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then
3a922bb4 10388 mgl_lib_type=release
1e6feb95
VZ
10389 else
10390 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
10391 fi
10392 fi
10393
10394 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
3a922bb4 10395 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
1e6feb95
VZ
10396
10397 AFMINSTALL=afminstall
10398 TOOLKIT=MGL
10399 GUIDIST=MGL_DIST
10400 fi
10401
10402 if test "$wxUSE_WINE" = 1; then
3a922bb4
RL
10403 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
10404echo $ac_n "checking for windows.h""... $ac_c" 1>&6
a3a584a7 10405echo "configure:10406: checking for windows.h" >&5
3a922bb4
RL
10406if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10407 echo $ac_n "(cached) $ac_c" 1>&6
10408else
10409 cat > conftest.$ac_ext <<EOF
a3a584a7 10410#line 10411 "configure"
3a922bb4
RL
10411#include "confdefs.h"
10412#include <windows.h>
10413EOF
10414ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 10415{ (eval echo configure:10416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3a922bb4
RL
10416ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10417if test -z "$ac_err"; then
10418 rm -rf conftest*
10419 eval "ac_cv_header_$ac_safe=yes"
10420else
10421 echo "$ac_err" >&5
10422 echo "configure: failed program was:" >&5
10423 cat conftest.$ac_ext >&5
10424 rm -rf conftest*
10425 eval "ac_cv_header_$ac_safe=no"
10426fi
10427rm -f conftest*
10428fi
10429if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10430 echo "$ac_t""yes" 1>&6
10431 :
10432else
10433 echo "$ac_t""no" 1>&6
10f2d63a 10434
1e6feb95 10435 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
3a922bb4
RL
10436
10437fi
10438
10f2d63a 10439
3d63bc3a 10440 xpm_link=
1e6feb95 10441 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
a3a584a7 10442echo "configure:10443: checking for Xpm library" >&5
1e6feb95 10443
10f2d63a
VZ
10444ac_find_libraries=
10445for ac_dir in $SEARCH_LIB;
10446 do
f11bdd03 10447 for ac_extension in a so sl dylib; do
10f2d63a
VZ
10448 if test -f "$ac_dir/libXpm.$ac_extension"; then
10449 ac_find_libraries=$ac_dir
10450 break 2
10451 fi
10452 done
10453 done
10454
1e6feb95
VZ
10455 if test "$ac_find_libraries" != "" ; then
10456 GUI_TK_LIBRARY="-L$ac_find_libraries"
3d63bc3a 10457 xpm_link=" -lXpm"
1e6feb95 10458 cat >> confdefs.h <<\EOF
10f2d63a
VZ
10459#define wxHAVE_LIB_XPM 1
10460EOF
10461
1e6feb95
VZ
10462 echo "$ac_t""found at $ac_find_libraries" 1>&6
10463 else
10464 echo "$ac_t""no" 1>&6
10465 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10466 fi
10f2d63a 10467
3d63bc3a 10468 mesa_link=
1e6feb95 10469 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
a3a584a7 10470echo "configure:10471: checking for Mesa library" >&5
1e6feb95 10471
10f2d63a
VZ
10472ac_find_libraries=
10473for ac_dir in $SEARCH_LIB;
10474 do
f11bdd03 10475 for ac_extension in a so sl dylib; do
10f2d63a
VZ
10476 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
10477 ac_find_libraries=$ac_dir
10478 break 2
10479 fi
10480 done
10481 done
10482
1e6feb95
VZ
10483 if test "$ac_find_libraries" != "" ; then
10484 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
3d63bc3a 10485 mesa_link=" -lMesaGL"
1e6feb95
VZ
10486 echo "$ac_t""found at $ac_find_libraries" 1>&6
10487 else
10488 { echo "configure: error: no" 1>&2; exit 1; }
10489 fi
10f2d63a 10490
3d63bc3a 10491 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
1e6feb95
VZ
10492 TOOLKIT=MSW
10493 GUIDIST=MSW_DIST
3a922bb4 10494 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
1e6feb95 10495 fi
698dcdb6 10496
d714471b
VZ
10497 if test "$wxUSE_MOTIF" = 1; then
10498 # If we find X, set shell vars x_includes and x_libraries to the
698dcdb6
VZ
10499# paths, otherwise set no_x=yes.
10500# Uses ac_ vars as temps to allow command line to override cache and checks.
10501# --without-x overrides everything else, but does not touch the cache.
10502echo $ac_n "checking for X""... $ac_c" 1>&6
a3a584a7 10503echo "configure:10504: checking for X" >&5
ab9b9eab
VZ
10504
10505# Check whether --with-x or --without-x was given.
10506if test "${with_x+set}" = set; then
10507 withval="$with_x"
698dcdb6
VZ
10508 :
10509fi
ba337fe7 10510
ab9b9eab
VZ
10511# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10512if test "x$with_x" = xno; then
10513 # The user explicitly disabled X.
10514 have_x=disabled
10515else
10516 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
10517 # Both variables are already set.
10518 have_x=yes
10519 else
698dcdb6
VZ
10520if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
10521 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab
VZ
10522else
10523 # One or both of the vars are not set, and there is no cached value.
698dcdb6
VZ
10524ac_x_includes=NO ac_x_libraries=NO
10525rm -fr conftestdir
10526if mkdir conftestdir; then
10527 cd conftestdir
ab9b9eab 10528 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
698dcdb6 10529 cat > Imakefile <<'EOF'
ab9b9eab
VZ
10530acfindx:
10531 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
10532EOF
10533 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
10534 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10535 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
10536 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10f2d63a 10537 for ac_extension in a so sl; do
ab9b9eab 10538 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
698dcdb6 10539 test -f $ac_im_libdir/libX11.$ac_extension; then
ab9b9eab 10540 ac_im_usrlibdir=$ac_im_libdir; break
10f2d63a
VZ
10541 fi
10542 done
ab9b9eab
VZ
10543 # Screen out bogus values from the imake configuration. They are
10544 # bogus both because they are the default anyway, and because
10545 # using them would break gcc on systems where it needs fixed includes.
698dcdb6 10546 case "$ac_im_incroot" in
ab9b9eab 10547 /usr/include) ;;
698dcdb6 10548 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
ab9b9eab 10549 esac
698dcdb6 10550 case "$ac_im_usrlibdir" in
ab9b9eab 10551 /usr/lib | /lib) ;;
698dcdb6 10552 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
ab9b9eab 10553 esac
ba337fe7 10554 fi
ab9b9eab 10555 cd ..
698dcdb6 10556 rm -fr conftestdir
ab9b9eab 10557fi
10f2d63a 10558
698dcdb6
VZ
10559if test "$ac_x_includes" = NO; then
10560 # Guess where to find include files, by looking for this one X11 .h file.
10561 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
10562
ab9b9eab 10563 # First, try using that file with no special directory specified.
698dcdb6 10564cat > conftest.$ac_ext <<EOF
a3a584a7 10565#line 10566 "configure"
ab9b9eab 10566#include "confdefs.h"
698dcdb6
VZ
10567#include <$x_direct_test_include>
10568EOF
10569ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
a3a584a7 10570{ (eval echo configure:10571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
10571ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10572if test -z "$ac_err"; then
10573 rm -rf conftest*
ab9b9eab
VZ
10574 # We can compile using X headers with no special include directory.
10575ac_x_includes=
10576else
698dcdb6
VZ
10577 echo "$ac_err" >&5
10578 echo "configure: failed program was:" >&5
ab9b9eab 10579 cat conftest.$ac_ext >&5
698dcdb6
VZ
10580 rm -rf conftest*
10581 # Look for the header file in a standard set of common directories.
10582# Check X11 before X11Rn because it is often a symlink to the current release.
10583 for ac_dir in \
10584 /usr/X11/include \
10585 /usr/X11R6/include \
10586 /usr/X11R5/include \
10587 /usr/X11R4/include \
10588 \
10589 /usr/include/X11 \
10590 /usr/include/X11R6 \
10591 /usr/include/X11R5 \
10592 /usr/include/X11R4 \
10593 \
10594 /usr/local/X11/include \
10595 /usr/local/X11R6/include \
10596 /usr/local/X11R5/include \
10597 /usr/local/X11R4/include \
10598 \
10599 /usr/local/include/X11 \
10600 /usr/local/include/X11R6 \
10601 /usr/local/include/X11R5 \
10602 /usr/local/include/X11R4 \
10603 \
10604 /usr/X386/include \
10605 /usr/x386/include \
10606 /usr/XFree86/include/X11 \
10607 \
10608 /usr/include \
10609 /usr/local/include \
10610 /usr/unsupported/include \
10611 /usr/athena/include \
10612 /usr/local/x11r5/include \
10613 /usr/lpp/Xamples/include \
10614 \
10615 /usr/openwin/include \
10616 /usr/openwin/share/include \
10617 ; \
10618 do
10619 if test -r "$ac_dir/$x_direct_test_include"; then
10620 ac_x_includes=$ac_dir
10621 break
10622 fi
10623 done
ab9b9eab 10624fi
698dcdb6
VZ
10625rm -f conftest*
10626fi # $ac_x_includes = NO
10f2d63a 10627
698dcdb6 10628if test "$ac_x_libraries" = NO; then
ab9b9eab 10629 # Check for the libraries.
698dcdb6
VZ
10630
10631 test -z "$x_direct_test_library" && x_direct_test_library=Xt
10632 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10633
ab9b9eab
VZ
10634 # See if we find them without any special options.
10635 # Don't add to $LIBS permanently.
698dcdb6
VZ
10636 ac_save_LIBS="$LIBS"
10637 LIBS="-l$x_direct_test_library $LIBS"
10638cat > conftest.$ac_ext <<EOF
a3a584a7 10639#line 10640 "configure"
ab9b9eab 10640#include "confdefs.h"
698dcdb6
VZ
10641
10642int main() {
10643${x_direct_test_function}()
10644; return 0; }
10645EOF
a3a584a7 10646if { (eval echo configure:10647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10647 rm -rf conftest*
10648 LIBS="$ac_save_LIBS"
ab9b9eab
VZ
10649# We can link X programs with no special library path.
10650ac_x_libraries=
10651else
698dcdb6
VZ
10652 echo "configure: failed program was:" >&5
10653 cat conftest.$ac_ext >&5
10654 rm -rf conftest*
10655 LIBS="$ac_save_LIBS"
10656# First see if replacing the include by lib works.
10657# Check X11 before X11Rn because it is often a symlink to the current release.
10658for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
10659 /usr/X11/lib \
10660 /usr/X11R6/lib \
10661 /usr/X11R5/lib \
10662 /usr/X11R4/lib \
10663 \
10664 /usr/lib/X11 \
10665 /usr/lib/X11R6 \
10666 /usr/lib/X11R5 \
10667 /usr/lib/X11R4 \
10668 \
10669 /usr/local/X11/lib \
10670 /usr/local/X11R6/lib \
10671 /usr/local/X11R5/lib \
10672 /usr/local/X11R4/lib \
10673 \
10674 /usr/local/lib/X11 \
10675 /usr/local/lib/X11R6 \
10676 /usr/local/lib/X11R5 \
10677 /usr/local/lib/X11R4 \
10678 \
10679 /usr/X386/lib \
10680 /usr/x386/lib \
10681 /usr/XFree86/lib/X11 \
10682 \
10683 /usr/lib \
10684 /usr/local/lib \
10685 /usr/unsupported/lib \
10686 /usr/athena/lib \
10687 /usr/local/x11r5/lib \
10688 /usr/lpp/Xamples/lib \
10689 /lib/usr/lib/X11 \
10690 \
10691 /usr/openwin/lib \
10692 /usr/openwin/share/lib \
10693 ; \
ab9b9eab
VZ
10694do
10695 for ac_extension in a so sl; do
698dcdb6 10696 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
ab9b9eab
VZ
10697 ac_x_libraries=$ac_dir
10698 break 2
10f2d63a 10699 fi
10f2d63a 10700 done
ab9b9eab
VZ
10701done
10702fi
698dcdb6
VZ
10703rm -f conftest*
10704fi # $ac_x_libraries = NO
10f2d63a 10705
698dcdb6 10706if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
ab9b9eab
VZ
10707 # Didn't find X anywhere. Cache the known absence of X.
10708 ac_cv_have_x="have_x=no"
10709else
10710 # Record where we found X for the cache.
10711 ac_cv_have_x="have_x=yes \
10712 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10713fi
10714fi
10f2d63a 10715 fi
ab9b9eab
VZ
10716 eval "$ac_cv_have_x"
10717fi # $with_x != no
10f2d63a 10718
ab9b9eab 10719if test "$have_x" != yes; then
698dcdb6 10720 echo "$ac_t""$have_x" 1>&6
ab9b9eab
VZ
10721 no_x=yes
10722else
10723 # If each of the values was on the command line, it overrides each guess.
10724 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
10725 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
10726 # Update the cache value to reflect the command line values.
10727 ac_cv_have_x="have_x=yes \
10728 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
698dcdb6 10729 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
ab9b9eab 10730fi
10f2d63a 10731
ab9b9eab
VZ
10732if test "$no_x" = yes; then
10733 # Not all programs may use this symbol, but it does not hurt to define it.
698dcdb6 10734 cat >> confdefs.h <<\EOF
ab9b9eab
VZ
10735#define X_DISPLAY_MISSING 1
10736EOF
10f2d63a 10737
ab9b9eab
VZ
10738 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
10739else
10740 if test -n "$x_includes"; then
10741 X_CFLAGS="$X_CFLAGS -I$x_includes"
10f2d63a
VZ
10742 fi
10743
ab9b9eab
VZ
10744 # It would also be nice to do this for all -L options, not just this one.
10745 if test -n "$x_libraries"; then
10746 X_LIBS="$X_LIBS -L$x_libraries"
10747 # For Solaris; some versions of Sun CC require a space after -R and
10748 # others require no space. Words are not sufficient . . . .
698dcdb6 10749 case "`(uname -sr) 2>/dev/null`" in
ab9b9eab 10750 "SunOS 5"*)
698dcdb6 10751 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
a3a584a7 10752echo "configure:10753: checking whether -R must be followed by a space" >&5
698dcdb6
VZ
10753 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
10754 cat > conftest.$ac_ext <<EOF
a3a584a7 10755#line 10756 "configure"
ab9b9eab 10756#include "confdefs.h"
10f2d63a 10757
698dcdb6 10758int main() {
788deba1 10759
698dcdb6
VZ
10760; return 0; }
10761EOF
a3a584a7 10762if { (eval echo configure:10763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 10763 rm -rf conftest*
ab9b9eab
VZ
10764 ac_R_nospace=yes
10765else
698dcdb6
VZ
10766 echo "configure: failed program was:" >&5
10767 cat conftest.$ac_ext >&5
10768 rm -rf conftest*
10769 ac_R_nospace=no
ab9b9eab 10770fi
698dcdb6 10771rm -f conftest*
ab9b9eab 10772 if test $ac_R_nospace = yes; then
698dcdb6 10773 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10774 X_LIBS="$X_LIBS -R$x_libraries"
10775 else
10776 LIBS="$ac_xsave_LIBS -R $x_libraries"
698dcdb6 10777 cat > conftest.$ac_ext <<EOF
a3a584a7 10778#line 10779 "configure"
ab9b9eab 10779#include "confdefs.h"
788deba1 10780
698dcdb6 10781int main() {
ab9b9eab 10782
698dcdb6
VZ
10783; return 0; }
10784EOF
a3a584a7 10785if { (eval echo configure:10786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 10786 rm -rf conftest*
ab9b9eab
VZ
10787 ac_R_space=yes
10788else
698dcdb6
VZ
10789 echo "configure: failed program was:" >&5
10790 cat conftest.$ac_ext >&5
10791 rm -rf conftest*
10792 ac_R_space=no
ab9b9eab 10793fi
698dcdb6 10794rm -f conftest*
ab9b9eab 10795 if test $ac_R_space = yes; then
698dcdb6 10796 echo "$ac_t""yes" 1>&6
ab9b9eab
VZ
10797 X_LIBS="$X_LIBS -R $x_libraries"
10798 else
698dcdb6 10799 echo "$ac_t""neither works" 1>&6
ab9b9eab
VZ
10800 fi
10801 fi
698dcdb6 10802 LIBS="$ac_xsave_LIBS"
ab9b9eab
VZ
10803 esac
10804 fi
10805
10806 # Check for system-dependent libraries X programs must link with.
10807 # Do this before checking for the system-independent R6 libraries
10808 # (-lICE), since we may need -lsocket or whatever for X linking.
10809
10810 if test "$ISC" = yes; then
10811 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
10812 else
698dcdb6
VZ
10813 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10814 # libraries were built with DECnet support. And karl@cs.umb.edu says
ab9b9eab 10815 # the Alpha needs dnet_stub (dnet does not exist).
698dcdb6 10816 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
a3a584a7 10817echo "configure:10818: checking for dnet_ntoa in -ldnet" >&5
698dcdb6
VZ
10818ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10819if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10820 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10821else
698dcdb6 10822 ac_save_LIBS="$LIBS"
ab9b9eab 10823LIBS="-ldnet $LIBS"
698dcdb6 10824cat > conftest.$ac_ext <<EOF
a3a584a7 10825#line 10826 "configure"
ab9b9eab
VZ
10826#include "confdefs.h"
10827/* Override any gcc2 internal prototype to avoid an error. */
10828/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10829 builtin and then its argument prototype would still apply. */
10830char dnet_ntoa();
10831
10832int main() {
10833dnet_ntoa()
10834; return 0; }
10835EOF
a3a584a7 10836if { (eval echo configure:10837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10837 rm -rf conftest*
10838 eval "ac_cv_lib_$ac_lib_var=yes"
10839else
10840 echo "configure: failed program was:" >&5
10841 cat conftest.$ac_ext >&5
10842 rm -rf conftest*
10843 eval "ac_cv_lib_$ac_lib_var=no"
10844fi
10845rm -f conftest*
10846LIBS="$ac_save_LIBS"
10847
10848fi
10849if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10850 echo "$ac_t""yes" 1>&6
ab9b9eab 10851 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
698dcdb6
VZ
10852else
10853 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10854fi
10855
10856 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
698dcdb6 10857 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
a3a584a7 10858echo "configure:10859: checking for dnet_ntoa in -ldnet_stub" >&5
698dcdb6
VZ
10859ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10860if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10861 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10862else
698dcdb6 10863 ac_save_LIBS="$LIBS"
ab9b9eab 10864LIBS="-ldnet_stub $LIBS"
698dcdb6 10865cat > conftest.$ac_ext <<EOF
a3a584a7 10866#line 10867 "configure"
ab9b9eab
VZ
10867#include "confdefs.h"
10868/* Override any gcc2 internal prototype to avoid an error. */
10869/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10870 builtin and then its argument prototype would still apply. */
10871char dnet_ntoa();
10872
10873int main() {
10874dnet_ntoa()
10875; return 0; }
10876EOF
a3a584a7 10877if { (eval echo configure:10878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10878 rm -rf conftest*
10879 eval "ac_cv_lib_$ac_lib_var=yes"
10880else
10881 echo "configure: failed program was:" >&5
10882 cat conftest.$ac_ext >&5
10883 rm -rf conftest*
10884 eval "ac_cv_lib_$ac_lib_var=no"
10885fi
10886rm -f conftest*
10887LIBS="$ac_save_LIBS"
10888
10889fi
10890if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10891 echo "$ac_t""yes" 1>&6
ab9b9eab 10892 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
698dcdb6
VZ
10893else
10894 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10895fi
10896
10897 fi
10898
10899 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10900 # to get the SysV transport functions.
698dcdb6 10901 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
ab9b9eab
VZ
10902 # needs -lnsl.
10903 # The nsl library prevents programs from opening the X display
698dcdb6
VZ
10904 # on Irix 5.2, according to dickey@clark.net.
10905 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
a3a584a7 10906echo "configure:10907: checking for gethostbyname" >&5
698dcdb6
VZ
10907if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10908 echo $ac_n "(cached) $ac_c" 1>&6
10909else
10910 cat > conftest.$ac_ext <<EOF
a3a584a7 10911#line 10912 "configure"
ab9b9eab
VZ
10912#include "confdefs.h"
10913/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10914 which can conflict with char gethostbyname(); below. */
ab9b9eab
VZ
10915#include <assert.h>
10916/* Override any gcc2 internal prototype to avoid an error. */
10917/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10918 builtin and then its argument prototype would still apply. */
10919char gethostbyname();
10920
10921int main() {
ab9b9eab
VZ
10922
10923/* The GNU C library defines this for functions which it implements
10924 to always fail with ENOSYS. Some functions are actually named
10925 something starting with __ and the normal name is an alias. */
10926#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10927choke me
10928#else
698dcdb6 10929gethostbyname();
ab9b9eab
VZ
10930#endif
10931
698dcdb6
VZ
10932; return 0; }
10933EOF
a3a584a7 10934if { (eval echo configure:10935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10935 rm -rf conftest*
10936 eval "ac_cv_func_gethostbyname=yes"
10937else
10938 echo "configure: failed program was:" >&5
10939 cat conftest.$ac_ext >&5
10940 rm -rf conftest*
10941 eval "ac_cv_func_gethostbyname=no"
10942fi
10943rm -f conftest*
10944fi
10945
10946if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10947 echo "$ac_t""yes" 1>&6
10948 :
10949else
10950 echo "$ac_t""no" 1>&6
10951fi
ab9b9eab
VZ
10952
10953 if test $ac_cv_func_gethostbyname = no; then
698dcdb6 10954 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
a3a584a7 10955echo "configure:10956: checking for gethostbyname in -lnsl" >&5
698dcdb6
VZ
10956ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10957if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10958 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10959else
698dcdb6 10960 ac_save_LIBS="$LIBS"
ab9b9eab 10961LIBS="-lnsl $LIBS"
698dcdb6 10962cat > conftest.$ac_ext <<EOF
a3a584a7 10963#line 10964 "configure"
ab9b9eab
VZ
10964#include "confdefs.h"
10965/* Override any gcc2 internal prototype to avoid an error. */
10966/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10967 builtin and then its argument prototype would still apply. */
10968char gethostbyname();
6232543b 10969
698dcdb6
VZ
10970int main() {
10971gethostbyname()
10972; return 0; }
10973EOF
a3a584a7 10974if { (eval echo configure:10975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10975 rm -rf conftest*
10976 eval "ac_cv_lib_$ac_lib_var=yes"
703e0a69 10977else
698dcdb6
VZ
10978 echo "configure: failed program was:" >&5
10979 cat conftest.$ac_ext >&5
10980 rm -rf conftest*
10981 eval "ac_cv_lib_$ac_lib_var=no"
10982fi
10983rm -f conftest*
10984LIBS="$ac_save_LIBS"
1e487827 10985
698dcdb6
VZ
10986fi
10987if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10988 echo "$ac_t""yes" 1>&6
10989 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
10990else
10991 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10992fi
10993
10994 fi
10995
10996 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10997 # socket/setsockopt and other routines are undefined under SCO ODT
10998 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
698dcdb6
VZ
10999 # on later versions), says simon@lia.di.epfl.ch: it contains
11000 # gethostby* variants that don't use the nameserver (or something).
11001 # -lsocket must be given before -lnsl if both are needed.
11002 # We assume that if connect needs -lnsl, so does gethostbyname.
11003 echo $ac_n "checking for connect""... $ac_c" 1>&6
a3a584a7 11004echo "configure:11005: checking for connect" >&5
698dcdb6
VZ
11005if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
11006 echo $ac_n "(cached) $ac_c" 1>&6
11007else
11008 cat > conftest.$ac_ext <<EOF
a3a584a7 11009#line 11010 "configure"
ab9b9eab
VZ
11010#include "confdefs.h"
11011/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 11012 which can conflict with char connect(); below. */
ab9b9eab
VZ
11013#include <assert.h>
11014/* Override any gcc2 internal prototype to avoid an error. */
11015/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11016 builtin and then its argument prototype would still apply. */
11017char connect();
11018
11019int main() {
ab9b9eab
VZ
11020
11021/* The GNU C library defines this for functions which it implements
11022 to always fail with ENOSYS. Some functions are actually named
11023 something starting with __ and the normal name is an alias. */
11024#if defined (__stub_connect) || defined (__stub___connect)
11025choke me
11026#else
698dcdb6 11027connect();
ab9b9eab
VZ
11028#endif
11029
698dcdb6
VZ
11030; return 0; }
11031EOF
a3a584a7 11032if { (eval echo configure:11033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11033 rm -rf conftest*
11034 eval "ac_cv_func_connect=yes"
11035else
11036 echo "configure: failed program was:" >&5
11037 cat conftest.$ac_ext >&5
11038 rm -rf conftest*
11039 eval "ac_cv_func_connect=no"
11040fi
11041rm -f conftest*
11042fi
11043
11044if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
11045 echo "$ac_t""yes" 1>&6
11046 :
11047else
11048 echo "$ac_t""no" 1>&6
11049fi
ab9b9eab
VZ
11050
11051 if test $ac_cv_func_connect = no; then
698dcdb6 11052 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
a3a584a7 11053echo "configure:11054: checking for connect in -lsocket" >&5
698dcdb6
VZ
11054ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
11055if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11056 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11057else
698dcdb6 11058 ac_save_LIBS="$LIBS"
ab9b9eab 11059LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
698dcdb6 11060cat > conftest.$ac_ext <<EOF
a3a584a7 11061#line 11062 "configure"
ab9b9eab
VZ
11062#include "confdefs.h"
11063/* Override any gcc2 internal prototype to avoid an error. */
11064/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11065 builtin and then its argument prototype would still apply. */
11066char connect();
11067
11068int main() {
11069connect()
11070; return 0; }
11071EOF
a3a584a7 11072if { (eval echo configure:11073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11073 rm -rf conftest*
11074 eval "ac_cv_lib_$ac_lib_var=yes"
11075else
11076 echo "configure: failed program was:" >&5
11077 cat conftest.$ac_ext >&5
11078 rm -rf conftest*
11079 eval "ac_cv_lib_$ac_lib_var=no"
11080fi
11081rm -f conftest*
11082LIBS="$ac_save_LIBS"
11083
11084fi
11085if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11086 echo "$ac_t""yes" 1>&6
ab9b9eab 11087 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
698dcdb6
VZ
11088else
11089 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11090fi
11091
11092 fi
11093
698dcdb6
VZ
11094 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
11095 echo $ac_n "checking for remove""... $ac_c" 1>&6
a3a584a7 11096echo "configure:11097: checking for remove" >&5
698dcdb6
VZ
11097if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
11098 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11099else
698dcdb6 11100 cat > conftest.$ac_ext <<EOF
a3a584a7 11101#line 11102 "configure"
ab9b9eab
VZ
11102#include "confdefs.h"
11103/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 11104 which can conflict with char remove(); below. */
ab9b9eab
VZ
11105#include <assert.h>
11106/* Override any gcc2 internal prototype to avoid an error. */
11107/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11108 builtin and then its argument prototype would still apply. */
11109char remove();
11110
11111int main() {
ab9b9eab
VZ
11112
11113/* The GNU C library defines this for functions which it implements
11114 to always fail with ENOSYS. Some functions are actually named
11115 something starting with __ and the normal name is an alias. */
11116#if defined (__stub_remove) || defined (__stub___remove)
11117choke me
11118#else
698dcdb6 11119remove();
ab9b9eab
VZ
11120#endif
11121
698dcdb6
VZ
11122; return 0; }
11123EOF
a3a584a7 11124if { (eval echo configure:11125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11125 rm -rf conftest*
11126 eval "ac_cv_func_remove=yes"
11127else
11128 echo "configure: failed program was:" >&5
11129 cat conftest.$ac_ext >&5
11130 rm -rf conftest*
11131 eval "ac_cv_func_remove=no"
11132fi
11133rm -f conftest*
11134fi
11135
11136if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
11137 echo "$ac_t""yes" 1>&6
11138 :
11139else
11140 echo "$ac_t""no" 1>&6
11141fi
ab9b9eab
VZ
11142
11143 if test $ac_cv_func_remove = no; then
698dcdb6 11144 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
a3a584a7 11145echo "configure:11146: checking for remove in -lposix" >&5
698dcdb6
VZ
11146ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
11147if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11148 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11149else
698dcdb6 11150 ac_save_LIBS="$LIBS"
ab9b9eab 11151LIBS="-lposix $LIBS"
698dcdb6 11152cat > conftest.$ac_ext <<EOF
a3a584a7 11153#line 11154 "configure"
ab9b9eab
VZ
11154#include "confdefs.h"
11155/* Override any gcc2 internal prototype to avoid an error. */
11156/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11157 builtin and then its argument prototype would still apply. */
11158char remove();
11159
11160int main() {
11161remove()
11162; return 0; }
11163EOF
a3a584a7 11164if { (eval echo configure:11165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11165 rm -rf conftest*
11166 eval "ac_cv_lib_$ac_lib_var=yes"
11167else
11168 echo "configure: failed program was:" >&5
11169 cat conftest.$ac_ext >&5
11170 rm -rf conftest*
11171 eval "ac_cv_lib_$ac_lib_var=no"
11172fi
11173rm -f conftest*
11174LIBS="$ac_save_LIBS"
11175
11176fi
11177if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11178 echo "$ac_t""yes" 1>&6
ab9b9eab 11179 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
698dcdb6
VZ
11180else
11181 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11182fi
11183
11184 fi
11185
11186 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
698dcdb6 11187 echo $ac_n "checking for shmat""... $ac_c" 1>&6
a3a584a7 11188echo "configure:11189: checking for shmat" >&5
698dcdb6
VZ
11189if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
11190 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11191else
698dcdb6 11192 cat > conftest.$ac_ext <<EOF
a3a584a7 11193#line 11194 "configure"
ab9b9eab
VZ
11194#include "confdefs.h"
11195/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 11196 which can conflict with char shmat(); below. */
ab9b9eab
VZ
11197#include <assert.h>
11198/* Override any gcc2 internal prototype to avoid an error. */
11199/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11200 builtin and then its argument prototype would still apply. */
11201char shmat();
11202
11203int main() {
ab9b9eab
VZ
11204
11205/* The GNU C library defines this for functions which it implements
11206 to always fail with ENOSYS. Some functions are actually named
11207 something starting with __ and the normal name is an alias. */
11208#if defined (__stub_shmat) || defined (__stub___shmat)
11209choke me
11210#else
698dcdb6 11211shmat();
ab9b9eab
VZ
11212#endif
11213
698dcdb6
VZ
11214; return 0; }
11215EOF
a3a584a7 11216if { (eval echo configure:11217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11217 rm -rf conftest*
11218 eval "ac_cv_func_shmat=yes"
11219else
11220 echo "configure: failed program was:" >&5
11221 cat conftest.$ac_ext >&5
11222 rm -rf conftest*
11223 eval "ac_cv_func_shmat=no"
11224fi
11225rm -f conftest*
11226fi
11227
11228if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
11229 echo "$ac_t""yes" 1>&6
11230 :
11231else
11232 echo "$ac_t""no" 1>&6
11233fi
ab9b9eab
VZ
11234
11235 if test $ac_cv_func_shmat = no; then
698dcdb6 11236 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
a3a584a7 11237echo "configure:11238: checking for shmat in -lipc" >&5
698dcdb6
VZ
11238ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
11239if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11240 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 11241else
698dcdb6 11242 ac_save_LIBS="$LIBS"
ab9b9eab 11243LIBS="-lipc $LIBS"
698dcdb6 11244cat > conftest.$ac_ext <<EOF
a3a584a7 11245#line 11246 "configure"
ab9b9eab
VZ
11246#include "confdefs.h"
11247/* Override any gcc2 internal prototype to avoid an error. */
11248/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11249 builtin and then its argument prototype would still apply. */
11250char shmat();
11251
11252int main() {
11253shmat()
11254; return 0; }
11255EOF
a3a584a7 11256if { (eval echo configure:11257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11257 rm -rf conftest*
11258 eval "ac_cv_lib_$ac_lib_var=yes"
11259else
11260 echo "configure: failed program was:" >&5
11261 cat conftest.$ac_ext >&5
11262 rm -rf conftest*
11263 eval "ac_cv_lib_$ac_lib_var=no"
11264fi
11265rm -f conftest*
11266LIBS="$ac_save_LIBS"
11267
11268fi
11269if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11270 echo "$ac_t""yes" 1>&6
ab9b9eab 11271 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
698dcdb6
VZ
11272else
11273 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11274fi
11275
11276 fi
11277 fi
11278
11279 # Check for libraries that X11R6 Xt/Xaw programs need.
698dcdb6 11280 ac_save_LDFLAGS="$LDFLAGS"
ab9b9eab
VZ
11281 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
11282 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11283 # check for ICE first), but we must link in the order -lSM -lICE or
11284 # we get undefined symbols. So assume we have SM if we have ICE.
11285 # These have to be linked with before -lX11, unlike the other
11286 # libraries we check for below, so use a different variable.
698dcdb6
VZ
11287 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
11288 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
a3a584a7 11289echo "configure:11290: checking for IceConnectionNumber in -lICE" >&5
698dcdb6
VZ
11290ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
11291if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11292 echo $ac_n "(cached) $ac_c" 1>&6
11293else
11294 ac_save_LIBS="$LIBS"
ab9b9eab 11295LIBS="-lICE $X_EXTRA_LIBS $LIBS"
698dcdb6 11296cat > conftest.$ac_ext <<EOF
a3a584a7 11297#line 11298 "configure"
ab9b9eab
VZ
11298#include "confdefs.h"
11299/* Override any gcc2 internal prototype to avoid an error. */
11300/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
11301 builtin and then its argument prototype would still apply. */
11302char IceConnectionNumber();
11303
11304int main() {
11305IceConnectionNumber()
11306; return 0; }
11307EOF
a3a584a7 11308if { (eval echo configure:11309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
11309 rm -rf conftest*
11310 eval "ac_cv_lib_$ac_lib_var=yes"
11311else
11312 echo "configure: failed program was:" >&5
11313 cat conftest.$ac_ext >&5
11314 rm -rf conftest*
11315 eval "ac_cv_lib_$ac_lib_var=no"
11316fi
11317rm -f conftest*
11318LIBS="$ac_save_LIBS"
11319
11320fi
11321if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11322 echo "$ac_t""yes" 1>&6
ab9b9eab 11323 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
698dcdb6
VZ
11324else
11325 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
11326fi
11327
698dcdb6 11328 LDFLAGS="$ac_save_LDFLAGS"
ab9b9eab
VZ
11329
11330fi
11331
11332
1e6feb95
VZ
11333 if test "$no_x" = "yes"; then
11334 { echo "configure: error: X11 not found" 1>&2; exit 1; }
11335 fi
ab9b9eab 11336
1e6feb95
VZ
11337 GUI_TK_LIBRARY="$X_LIBS"
11338 TOOLKIT_INCLUDE="$X_CFLAGS"
1e6feb95 11339 AFMINSTALL=afminstall
1e6feb95 11340 COMPILED_X_PROGRAM=0
cd6d6d5b 11341
1e6feb95 11342 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
a3a584a7 11343echo "configure:11344: checking for Motif/Lesstif headers" >&5
1e6feb95 11344
ab9b9eab
VZ
11345ac_find_includes=
11346for ac_dir in $SEARCH_INCLUDE;
11347 do
11348 if test -f "$ac_dir/Xm/Xm.h"; then
11349 ac_find_includes=$ac_dir
11350 break
11351 fi
11352 done
11353
1e6feb95
VZ
11354 if test "$ac_find_includes" != "" ; then
11355 echo "$ac_t""found $ac_find_includes" 1>&6
11356 else
11357 cat > conftest.$ac_ext <<EOF
a3a584a7 11358#line 11359 "configure"
cd6d6d5b
VZ
11359#include "confdefs.h"
11360
1e6feb95
VZ
11361 #include <Xm/Xm.h>
11362
698dcdb6 11363int main() {
cd6d6d5b 11364
1e6feb95 11365 int version;
1e6feb95
VZ
11366 version = xmUseVersion;
11367
698dcdb6
VZ
11368; return 0; }
11369EOF
a3a584a7 11370if { (eval echo configure:11371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
11371 rm -rf conftest*
11372
1e6feb95
VZ
11373 echo "$ac_t""found in default search path" 1>&6
11374 COMPILED_X_PROGRAM=1
11375
cd6d6d5b 11376else
698dcdb6
VZ
11377 echo "configure: failed program was:" >&5
11378 cat conftest.$ac_ext >&5
11379 rm -rf conftest*
11380
1e6feb95
VZ
11381 echo "$ac_t""no" 1>&6
11382 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
11383
698dcdb6 11384
cd6d6d5b 11385fi
698dcdb6 11386rm -f conftest*
1e6feb95 11387 fi
ab9b9eab 11388
1e6feb95
VZ
11389 if test "$COMPILED_X_PROGRAM" = 0; then
11390 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
a3a584a7 11391echo "configure:11392: checking for Motif/Lesstif library" >&5
1e6feb95 11392
ab9b9eab
VZ
11393ac_find_libraries=
11394for ac_dir in $SEARCH_LIB;
11395 do
f11bdd03 11396 for ac_extension in a so sl dylib; do
ab9b9eab
VZ
11397 if test -f "$ac_dir/libXm.$ac_extension"; then
11398 ac_find_libraries=$ac_dir
11399 break 2
11400 fi
11401 done
11402 done
11403
1e6feb95
VZ
11404 if test "$ac_find_libraries" != "" ; then
11405
ab9b9eab
VZ
11406 ac_path_to_include=$ac_find_includes
11407 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
11408 result=$?
11409 if test $result = 0; then
11410 ac_path_to_include=""
11411 else
62d0491b 11412 ac_path_to_include=" -I$ac_find_includes"
ab9b9eab
VZ
11413 fi
11414
1e6feb95 11415
ab9b9eab
VZ
11416 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11417 result=$?
11418 if test $result = 0; then
11419 ac_path_to_link=""
11420 else
62d0491b 11421 ac_path_to_link=" -L$ac_find_libraries"
ab9b9eab
VZ
11422 fi
11423
698dcdb6 11424
62d0491b
RL
11425 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
11426 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
1e6feb95
VZ
11427 echo "$ac_t""found at $ac_find_libraries" 1>&6
11428 else
11429 cat > conftest.$ac_ext <<EOF
a3a584a7 11430#line 11431 "configure"
cd6d6d5b 11431#include "confdefs.h"
ab9b9eab 11432
1e6feb95
VZ
11433 #include <Xm/Xm.h>
11434
698dcdb6 11435int main() {
ab9b9eab 11436
1e6feb95 11437 int version;
1e6feb95
VZ
11438 version = xmUseVersion;
11439
698dcdb6
VZ
11440; return 0; }
11441EOF
a3a584a7 11442if { (eval echo configure:11443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
11443 rm -rf conftest*
11444
1e6feb95
VZ
11445 echo "$ac_t""found in default search path" 1>&6
11446 COMPILED_X_PROGRAM=1
11447
cd6d6d5b 11448else
698dcdb6
VZ
11449 echo "configure: failed program was:" >&5
11450 cat conftest.$ac_ext >&5
11451 rm -rf conftest*
11452
1e6feb95
VZ
11453 echo "$ac_t""no" 1>&6
11454 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
11455
698dcdb6 11456
cd6d6d5b 11457fi
698dcdb6 11458rm -f conftest*
1e6feb95 11459 fi
cd6d6d5b 11460 fi
ab9b9eab 11461
3d63bc3a 11462 xpm_link=
1e6feb95 11463 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
a3a584a7 11464echo "configure:11465: checking for Xpm library" >&5
1e6feb95 11465
ab9b9eab
VZ
11466ac_find_libraries=
11467for ac_dir in $SEARCH_LIB;
11468 do
f11bdd03 11469 for ac_extension in a so sl dylib; do
ab9b9eab
VZ
11470 if test -f "$ac_dir/libXpm.$ac_extension"; then
11471 ac_find_libraries=$ac_dir
11472 break 2
11473 fi
11474 done
11475 done
11476
1e6feb95
VZ
11477 if test "$ac_find_libraries" != "" ; then
11478
ab9b9eab
VZ
11479 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
11480 result=$?
11481 if test $result = 0; then
11482 ac_path_to_link=""
11483 else
62d0491b 11484 ac_path_to_link=" -L$ac_find_libraries"
ab9b9eab
VZ
11485 fi
11486
62d0491b 11487 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
3d63bc3a 11488 xpm_link=" -lXpm"
1e6feb95 11489 cat >> confdefs.h <<\EOF
ab9b9eab
VZ
11490#define wxHAVE_LIB_XPM 1
11491EOF
11492
1e6feb95
VZ
11493 echo "$ac_t""found at $ac_find_libraries" 1>&6
11494 else
11495 cat > conftest.$ac_ext <<EOF
a3a584a7 11496#line 11497 "configure"
cd6d6d5b
VZ
11497#include "confdefs.h"
11498
1e6feb95
VZ
11499 #include <X11/xpm.h>
11500
698dcdb6 11501int main() {
cd6d6d5b 11502
1e6feb95 11503 int version;
1e6feb95
VZ
11504 version = XpmLibraryVersion();
11505
698dcdb6
VZ
11506; return 0; }
11507EOF
a3a584a7 11508if { (eval echo configure:11509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
11509 rm -rf conftest*
11510
3d63bc3a 11511 xpm_link=" -lXpm"
3a922bb4 11512 cat >> confdefs.h <<\EOF
3ace2e6d
SN
11513#define wxHAVE_LIB_XPM 1
11514EOF
11515
1e6feb95
VZ
11516 echo "$ac_t""found in default search path" 1>&6
11517 COMPILED_X_PROGRAM=0
11518
cd6d6d5b 11519else
698dcdb6
VZ
11520 echo "configure: failed program was:" >&5
11521 cat conftest.$ac_ext >&5
11522 rm -rf conftest*
11523
1e6feb95
VZ
11524 echo "$ac_t""no" 1>&6
11525 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11526
698dcdb6 11527
cd6d6d5b 11528fi
698dcdb6 11529rm -f conftest*
1e6feb95
VZ
11530 fi
11531
3d63bc3a 11532 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link -lXmu -lXext -lXt -lX11"
334f0d2c 11533 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
1e6feb95
VZ
11534 TOOLKIT=MOTIF
11535 GUIDIST=MOTIF_DIST
ab9b9eab
VZ
11536 fi
11537
683dccda
GD
11538 if test "$wxUSE_MAC" = 1; then
11539 if test "$wxUSE_PRECOMP" = "yes"; then
3d63bc3a 11540 CPPFLAGS="$CPPFLAGS -cpp-precomp"
683dccda 11541 fi
3d63bc3a
RL
11542 CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
11543 CFLAGS="$CFLAGS -fpascal-strings"
11544 CXXFLAGS="$CXXFLAGS -fpascal-strings"
11545 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -DTARGET_CARBON"
d08b457b 11546
13c0541d 11547 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
1e6feb95 11548 TOOLKIT=MAC
683dccda 11549 GUIDIST=MACX_DIST
1e6feb95 11550 fi
10f2d63a 11551
1e6feb95
VZ
11552 if test "$wxUSE_PM" = 1; then
11553 TOOLKIT=PM
11554 GUIDIST=GTK_DIST
11555 fi
b4085ce6 11556
3a922bb4 11557 if test "$TOOLKIT" = "PM" ; then
1e6feb95 11558 TOOLKIT_DIR="os2"
3a922bb4
RL
11559 else
11560 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
1e6feb95 11561 fi
e07802fc 11562
3a922bb4 11563 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
1e6feb95 11564
3a922bb4
RL
11565 if test "$wxUSE_UNIVERSAL" = "yes"; then
11566 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
11567 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
11568 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
11569 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
11570 WIDGET_SET=univ
f6bcfd97 11571 else
3a922bb4 11572 ALL_OBJECTS="\$(GUIOBJS)"
1e6feb95
VZ
11573 fi
11574
ba0e650c 11575 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
1e6feb95
VZ
11576
11577 if test "$TOOLKIT" != "MSW"; then
11578 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
11579 fi
11580
11581 if test "$wxUSE_HTML" = "yes"; then
11582 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
11583 fi
3fcdd07b 11584
3a922bb4
RL
11585 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
11586 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
831b3152 11587 fi
4f14bcd8 11588 if test "$wxUSE_LIBJPEG" = "builtin" ; then
2224580a 11589 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
d9d8273d 11590 fi
4f14bcd8 11591 if test "$wxUSE_LIBTIFF" = "builtin" ; then
d9d8273d
RR
11592 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
11593 fi
4f14bcd8 11594 if test "$wxUSE_LIBPNG" = "builtin" ; then
d9d8273d
RR
11595 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
11596 fi
4f14bcd8 11597 if test "$wxUSE_FREETYPE" = "builtin" ; then
3fed1840
RR
11598 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11599 fi
2224580a 11600
2224580a
VZ
11601 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11602 DISTDIR="wx\$(TOOLKIT)"
10f2d63a 11603else
dad6c0ea
VZ
11604 USE_GUI=0
11605
3a922bb4 11606 TOOLKIT_DIR="base"
f6bcfd97 11607
3a922bb4
RL
11608 if test "$USE_WIN32" = 1 ; then
11609 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11610 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
0b2effe9 11611
3a922bb4 11612 TOOLKIT="MSW"
f6bcfd97 11613 else
3a922bb4
RL
11614 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11615 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
f6bcfd97
BP
11616 fi
11617
831b3152 11618 PORT_FILES="\${top_srcdir}/src/files.lst"
2224580a
VZ
11619
11620 GUIDIST="BASE_DIST"
11621 DISTDIR="wxBase"
10f2d63a
VZ
11622fi
11623
4f14bcd8 11624if test "$wxUSE_REGEX" = "builtin" ; then
3a922bb4
RL
11625 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
11626fi
4f14bcd8 11627if test "$wxUSE_ZLIB" = "builtin" ; then
3a922bb4
RL
11628 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
11629fi
10f2d63a 11630
3a922bb4 11631if test "$wxUSE_OPENGL" = "yes"; then
62d0491b
RL
11632 if test "$wxUSE_MAC" = 1; then
11633 OPENGL_LIBS="-framework OpenGL -framework AGL"
11634 else
570cb8cb 11635
62d0491b 11636 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
3a922bb4 11637echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
62d0491b 11638echo "configure:11639: checking for GL/gl.h" >&5
3a922bb4
RL
11639if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11640 echo $ac_n "(cached) $ac_c" 1>&6
11641else
11642 cat > conftest.$ac_ext <<EOF
62d0491b 11643#line 11644 "configure"
3a922bb4
RL
11644#include "confdefs.h"
11645#include <GL/gl.h>
11646EOF
11647ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
62d0491b 11648{ (eval echo configure:11649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3a922bb4
RL
11649ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11650if test -z "$ac_err"; then
11651 rm -rf conftest*
11652 eval "ac_cv_header_$ac_safe=yes"
11653else
11654 echo "$ac_err" >&5
11655 echo "configure: failed program was:" >&5
11656 cat conftest.$ac_ext >&5
11657 rm -rf conftest*
11658 eval "ac_cv_header_$ac_safe=no"
11659fi
11660rm -f conftest*
11661fi
11662if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11663 echo "$ac_t""yes" 1>&6
11664
1352efdf
RL
11665 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
11666echo "configure:11667: checking for -lGL" >&5
57964555 11667
62d0491b
RL
11668ac_find_libraries=
11669for ac_dir in $SEARCH_LIB;
11670 do
11671 for ac_extension in a so sl dylib; do
11672 if test -f "$ac_dir/libGL.$ac_extension"; then
11673 ac_find_libraries=$ac_dir
11674 break 2
11675 fi
11676 done
11677 done
3a922bb4 11678
62d0491b
RL
11679 if test "$ac_find_libraries" != "" ; then
11680
11681 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
11682 result=$?
11683 if test $result = 0; then
11684 ac_path_to_link=""
11685 else
11686 ac_path_to_link=" -L$ac_find_libraries"
11687 fi
3a922bb4 11688
62d0491b
RL
11689 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
11690 OPENGL_LIBS="-lGL -lGLU"
1352efdf 11691 echo "$ac_t""yes" 1>&6
62d0491b 11692 else
1352efdf
RL
11693 echo "$ac_t""no" 1>&6
11694 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
11695echo "configure:11696: checking for -lMesaGL" >&5
62d0491b
RL
11696
11697ac_find_libraries=
11698for ac_dir in $SEARCH_LIB;
11699 do
11700 for ac_extension in a so sl dylib; do
11701 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
11702 ac_find_libraries=$ac_dir
11703 break 2
11704 fi
11705 done
11706 done
3a922bb4 11707
62d0491b 11708 if test "$ac_find_libraries" != "" ; then
57964555 11709
62d0491b
RL
11710 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
11711 result=$?
11712 if test $result = 0; then
11713 ac_path_to_link=""
11714 else
11715 ac_path_to_link=" -L$ac_find_libraries"
11716 fi
3a922bb4 11717
62d0491b
RL
11718 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
11719 OPENGL_LIBS="-lMesaGL -lMesaGLU"
1352efdf
RL
11720 echo "$ac_t""yes" 1>&6
11721 else
11722 echo "$ac_t""no" 1>&6
62d0491b
RL
11723 fi
11724 fi
11725
3a922bb4
RL
11726else
11727 echo "$ac_t""no" 1>&6
3a922bb4
RL
11728fi
11729
6f754473 11730
62d0491b
RL
11731
11732# AC_CHECK_HEADER(GL/gl.h,
11733# [
11734# AC_CHECK_LIB(GL, glFlush,
11735# [
11736# OPENGL_LIBS="-lGL -lGLU"
11737# ],
11738# [
11739# AC_CHECK_LIB(MesaGL, glFlush,
11740# [
11741# OPENGL_LIBS="-lMesaGL -lMesaGLU"
11742# ],
11743# [],
11744# [-lm])
11745# ],
11746# [-lm])
11747# ])
11748
11749 if test "x$OPENGL_LIBS" = "x"; then
11750 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
11751 fi
6f754473 11752 fi
6f754473 11753
62d0491b
RL
11754 if test "$wxUSE_OPENGL" = "yes"; then
11755 cat >> confdefs.h <<\EOF
6f754473
VZ
11756#define wxUSE_OPENGL 1
11757EOF
11758
62d0491b 11759 cat >> confdefs.h <<\EOF
6f754473
VZ
11760#define wxUSE_GLCANVAS 1
11761EOF
11762
62d0491b
RL
11763 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
11764 fi
3a922bb4
RL
11765fi
11766
11767if test -z "$TOOLKIT_VPATH" ; then
11768 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
11769fi
11770
11771if test -n "$TOOLKIT" ; then
11772 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11773fi
11774
f676c7ff
MB
11775lib_unicode_suffix=
11776if test "$wxUSE_UNICODE" = "yes"; then
11777 lib_unicode_suffix=u
11778fi
11779
3a922bb4
RL
11780lib_debug_suffix=
11781if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11782 lib_debug_suffix=d
3a922bb4
RL
11783fi
11784
f676c7ff
MB
11785TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
11786TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
3a922bb4
RL
11787
11788if test "$cross_compiling" = "yes"; then
11789 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
11790 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
11791fi
11792
11793WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
11794WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
11795
3a922bb4
RL
11796WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11797WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11798
11799WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11800WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
11801WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11802WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11803
d08b457b 11804WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
e23081de 11805WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r"
3a922bb4 11806
978f1259
RL
11807case "${host}" in
11808 *-*-cygwin* | *-*-mingw32* )
11809
2da4f892 11810
978f1259
RL
11811
11812 if test "$cross_compiling" != "yes"; then
11813 WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
11814 WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
11815 WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}"
11816 WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}"
2da4f892
RL
11817 else
11818 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
11819 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
978f1259
RL
11820 fi
11821
11822esac
11823
11824WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11825WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
11826
11827WXCONFIG_LIBS="-l${WX_LIBRARY}"
885d4bf5 11828WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
978f1259
RL
11829
11830if test "$wxUSE_OPENGL" = "yes"; then
885d4bf5
VS
11831 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
11832 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
978f1259
RL
11833fi
11834
11835
3a922bb4
RL
11836
11837if test "$wxUSE_SHARED" = "yes"; then
55e80573
VZ
11838
11839 if test "$wxUSE_OPENGL" = "yes"; then
11840 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
3a922bb4 11841 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
55e80573
VZ
11842 else
11843 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
3a922bb4 11844 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
55e80573
VZ
11845 fi
11846
dd4f7467 11847 if test "$GCC" = "yes"; then
55e80573 11848 PIC_FLAG="-fPIC"
dd4f7467 11849 fi
55e80573
VZ
11850
11851 SHARED_LD="${CXX} -shared -o"
698dcdb6 11852
10f2d63a
VZ
11853 case "${host}" in
11854 *-hp-hpux* )
55e80573 11855 if test "$GCC" != "yes"; then
3d63bc3a 11856 LDFLAGS="$LDFLAGS -L/usr/lib"
f6bcfd97 11857
10f2d63a
VZ
11858 SHARED_LD="${CXX} -b -o"
11859 PIC_FLAG="+Z"
11860 fi
55e80573 11861
7b7a7637
RL
11862 if test "$wxUSE_OPENGL" = "yes"; then
11863 WX_ALL_INSTALLED="preinstall_gl"
11864 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11865 else
11866 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11867 fi
10f2d63a 11868 ;;
b12915c1 11869
55e80573
VZ
11870 *-*-linux* )
11871 if test "$GCC" != "yes"; then
11872 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
885d4bf5 11873echo "configure:11874: checking for Intel compiler" >&5
55e80573
VZ
11874if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11875 echo $ac_n "(cached) $ac_c" 1>&6
11876else
11877
11878 cat > conftest.$ac_ext <<EOF
885d4bf5 11879#line 11880 "configure"
55e80573
VZ
11880#include "confdefs.h"
11881
11882int main() {
11883
11884 #ifndef __INTEL_COMPILER
dd4f7467 11885 #error Not icc
55e80573
VZ
11886 #endif
11887
11888; return 0; }
11889EOF
885d4bf5 11890if { (eval echo configure:11891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
55e80573
VZ
11891 rm -rf conftest*
11892 wx_cv_prog_icc=yes
11893else
11894 echo "configure: failed program was:" >&5
11895 cat conftest.$ac_ext >&5
11896 rm -rf conftest*
11897 wx_cv_prog_icc=no
11898
11899fi
11900rm -f conftest*
11901
11902fi
11903
11904echo "$ac_t""$wx_cv_prog_icc" 1>&6
55e80573
VZ
11905 if test "$wx_cv_prog_icc" = "yes"; then
11906 PIC_FLAG="-KPIC"
11907 fi
11908 fi
11909
3a922bb4
RL
11910 if test "$wxUSE_SONAME" = "yes" ; then
11911 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
11912 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
f6bcfd97 11913 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
00cf1208 11914 fi
10f2d63a 11915 ;;
55e80573 11916
10f2d63a
VZ
11917 *-*-solaris2* )
11918 if test "$GCC" = yes ; then
f6bcfd97 11919 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
10f2d63a
VZ
11920 else
11921 SHARED_LD="${CXX} -G -o"
11922 PIC_FLAG="-KPIC"
7b7a7637
RL
11923 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
11924 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED}"
10f2d63a 11925 fi
10f2d63a 11926 ;;
55e80573 11927
b4085ce6 11928 *-*-darwin* )
3d63bc3a
RL
11929 CFLAGS="$CFLAGS -fno-common"
11930 CXXFLAGS="$CXXFLAGS -fno-common"
11931 SHARED_LD="$CXX -dynamiclib -o"
ea5999b9 11932 PIC_FLAG="-dynamic -fPIC"
10f2d63a 11933 ;;
55e80573 11934
10f2d63a
VZ
11935 *-*-aix* )
11936 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
10f2d63a 11937 ;;
55e80573 11938
7b7a7637 11939 *-*-cygwin* | *-*-mingw32* )
77e13408 11940
2da4f892 11941 WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
77e13408 11942
77e13408 11943 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
00c81359 11944 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
25d0687a
RL
11945
11946 PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
7b7a7637
RL
11947
11948 if test "$wxUSE_OPENGL" = "yes"; then
f6bcfd97 11949 WX_ALL_INSTALLED="preinstall_gl"
978f1259 11950 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
f6bcfd97 11951 else
978f1259 11952 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
f6bcfd97 11953 fi
10f2d63a 11954 ;;
55e80573 11955
6fa882bd 11956 *-pc-os2_emx | *-pc-os2-emx )
7b7a7637 11957 wxUSE_SHARED=no
10f2d63a 11958 ;;
55e80573 11959
b12915c1 11960 *-*-beos* )
e2b8b066 11961 SHARED_LD="${LD} -shared -o"
b12915c1 11962 ;;
55e80573
VZ
11963
11964 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11965 *-*-sunos4* | \
11966 *-*-irix5* | *-*-irix6* | \
11967 *-*-osf* | \
11968 *-*-dgux5* | \
11969 *-*-sysv5* )
11970 ;;
11971
10f2d63a 11972 *)
7b7a7637 11973 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
10f2d63a
VZ
11974 esac
11975
11976 if test "x$WX_TARGET_LIBRARY" = "x"; then
11977 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
bdad4e7e 11978 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
10f2d63a 11979 fi
55e80573 11980
3711412e 11981 WX_TARGET_LIBRARY_TYPE="so"
885d4bf5 11982 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
3a922bb4 11983fi
f6bcfd97 11984
3a922bb4 11985if test "$wxUSE_SHARED" = "no"; then
f6bcfd97 11986
3a922bb4 11987 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
f6bcfd97
BP
11988 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11989 fi
11990
6fa882bd
RR
11991 if test "$wxUSE_MAC" = 1; then
11992 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11993 fi
11994
3a922bb4
RL
11995 if test "$wxUSE_OPENGL" = "yes"; then
11996 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
11997 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11998 else
11999 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
12000 fi
698dcdb6 12001
3a922bb4
RL
12002 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
12003 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
12004
12005 WX_TARGET_LIBRARY_TYPE="a"
885d4bf5 12006 INSTALL_LIBRARY='$(INSTALL_DATA)'
10f2d63a 12007fi
10f2d63a 12008
d08b457b
GD
12009if test "$wxUSE_MAC" = 1; then
12010 WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
e23081de 12011 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
d08b457b
GD
12012 # Extract the first word of "Rez", so it can be a program name with args.
12013set dummy Rez; ac_word=$2
12014echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
885d4bf5 12015echo "configure:12016: checking for $ac_word" >&5
d08b457b
GD
12016if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
12017 echo $ac_n "(cached) $ac_c" 1>&6
12018else
12019 if test -n "$RESCOMP"; then
12020 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
12021else
12022 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12023 ac_dummy="$PATH"
12024 for ac_dir in $ac_dummy; do
12025 test -z "$ac_dir" && ac_dir=.
12026 if test -f $ac_dir/$ac_word; then
12027 ac_cv_prog_RESCOMP="Rez"
12028 break
12029 fi
12030 done
12031 IFS="$ac_save_ifs"
12032 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
12033fi
12034fi
12035RESCOMP="$ac_cv_prog_RESCOMP"
12036if test -n "$RESCOMP"; then
12037 echo "$ac_t""$RESCOMP" 1>&6
12038else
12039 echo "$ac_t""no" 1>&6
12040fi
12041
12042 # Extract the first word of "Derez", so it can be a program name with args.
12043set dummy Derez; ac_word=$2
12044echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
885d4bf5 12045echo "configure:12046: checking for $ac_word" >&5
d08b457b
GD
12046if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
12047 echo $ac_n "(cached) $ac_c" 1>&6
12048else
12049 if test -n "$DEREZ"; then
12050 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
12051else
12052 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
12053 ac_dummy="$PATH"
12054 for ac_dir in $ac_dummy; do
12055 test -z "$ac_dir" && ac_dir=.
12056 if test -f $ac_dir/$ac_word; then
12057 ac_cv_prog_DEREZ="Derez"
12058 break
12059 fi
12060 done
12061 IFS="$ac_save_ifs"
12062 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
12063fi
12064fi
12065DEREZ="$ac_cv_prog_DEREZ"
12066if test -n "$DEREZ"; then
12067 echo "$ac_t""$DEREZ" 1>&6
12068else
12069 echo "$ac_t""no" 1>&6
12070fi
12071
12072 LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
12073 LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
e23081de 12074 LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
d08b457b
GD
12075fi
12076
3a922bb4 12077
13c0541d
GD
12078if test "$wxUSE_MAC" != 1; then
12079 for ac_hdr in strings.h
9cfadba2 12080do
698dcdb6
VZ
12081ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12082echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12083echo "configure:12084: checking for $ac_hdr" >&5
698dcdb6
VZ
12084if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12085 echo $ac_n "(cached) $ac_c" 1>&6
12086else
12087 cat > conftest.$ac_ext <<EOF
885d4bf5 12088#line 12089 "configure"
9cfadba2 12089#include "confdefs.h"
698dcdb6
VZ
12090#include <$ac_hdr>
12091EOF
12092ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12093{ (eval echo configure:12094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12094ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12095if test -z "$ac_err"; then
12096 rm -rf conftest*
12097 eval "ac_cv_header_$ac_safe=yes"
6232543b 12098else
698dcdb6
VZ
12099 echo "$ac_err" >&5
12100 echo "configure: failed program was:" >&5
9cfadba2 12101 cat conftest.$ac_ext >&5
698dcdb6
VZ
12102 rm -rf conftest*
12103 eval "ac_cv_header_$ac_safe=no"
9cfadba2 12104fi
698dcdb6 12105rm -f conftest*
9cfadba2 12106fi
698dcdb6
VZ
12107if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12108 echo "$ac_t""yes" 1>&6
12109 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12110 cat >> confdefs.h <<EOF
12111#define $ac_tr_hdr 1
9cfadba2 12112EOF
698dcdb6
VZ
12113
12114else
12115 echo "$ac_t""no" 1>&6
9cfadba2
VZ
12116fi
12117done
10f2d63a 12118
13c0541d
GD
12119fi
12120
3a922bb4 12121for ac_hdr in stdlib.h
10f2d63a 12122do
698dcdb6
VZ
12123ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12124echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12125echo "configure:12126: checking for $ac_hdr" >&5
698dcdb6
VZ
12126if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12127 echo $ac_n "(cached) $ac_c" 1>&6
12128else
12129 cat > conftest.$ac_ext <<EOF
885d4bf5 12130#line 12131 "configure"
10f2d63a 12131#include "confdefs.h"
698dcdb6
VZ
12132#include <$ac_hdr>
12133EOF
12134ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12135{ (eval echo configure:12136: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12136ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12137if test -z "$ac_err"; then
12138 rm -rf conftest*
12139 eval "ac_cv_header_$ac_safe=yes"
6232543b 12140else
698dcdb6
VZ
12141 echo "$ac_err" >&5
12142 echo "configure: failed program was:" >&5
10f2d63a 12143 cat conftest.$ac_ext >&5
698dcdb6
VZ
12144 rm -rf conftest*
12145 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12146fi
698dcdb6 12147rm -f conftest*
10f2d63a 12148fi
698dcdb6
VZ
12149if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12150 echo "$ac_t""yes" 1>&6
12151 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12152 cat >> confdefs.h <<EOF
12153#define $ac_tr_hdr 1
10f2d63a 12154EOF
698dcdb6
VZ
12155
12156else
12157 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12158fi
12159done
12160
3a922bb4 12161for ac_hdr in unistd.h
10f2d63a 12162do
698dcdb6
VZ
12163ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12164echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12165echo "configure:12166: checking for $ac_hdr" >&5
698dcdb6
VZ
12166if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12167 echo $ac_n "(cached) $ac_c" 1>&6
12168else
12169 cat > conftest.$ac_ext <<EOF
885d4bf5 12170#line 12171 "configure"
10f2d63a 12171#include "confdefs.h"
698dcdb6
VZ
12172#include <$ac_hdr>
12173EOF
12174ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12175{ (eval echo configure:12176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12176ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12177if test -z "$ac_err"; then
12178 rm -rf conftest*
12179 eval "ac_cv_header_$ac_safe=yes"
6f72b082 12180else
698dcdb6
VZ
12181 echo "$ac_err" >&5
12182 echo "configure: failed program was:" >&5
6f72b082 12183 cat conftest.$ac_ext >&5
698dcdb6
VZ
12184 rm -rf conftest*
12185 eval "ac_cv_header_$ac_safe=no"
6f72b082 12186fi
698dcdb6 12187rm -f conftest*
6f72b082 12188fi
698dcdb6
VZ
12189if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12190 echo "$ac_t""yes" 1>&6
12191 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12192 cat >> confdefs.h <<EOF
12193#define $ac_tr_hdr 1
6f72b082 12194EOF
698dcdb6
VZ
12195
12196else
12197 echo "$ac_t""no" 1>&6
6f72b082
OK
12198fi
12199done
12200
3a922bb4 12201for ac_hdr in wchar.h
6f72b082 12202do
698dcdb6
VZ
12203ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12204echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12205echo "configure:12206: checking for $ac_hdr" >&5
698dcdb6
VZ
12206if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12207 echo $ac_n "(cached) $ac_c" 1>&6
12208else
12209 cat > conftest.$ac_ext <<EOF
885d4bf5 12210#line 12211 "configure"
6f72b082 12211#include "confdefs.h"
698dcdb6
VZ
12212#include <$ac_hdr>
12213EOF
12214ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12215{ (eval echo configure:12216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12216ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12217if test -z "$ac_err"; then
12218 rm -rf conftest*
12219 eval "ac_cv_header_$ac_safe=yes"
6f72b082 12220else
698dcdb6
VZ
12221 echo "$ac_err" >&5
12222 echo "configure: failed program was:" >&5
6f72b082 12223 cat conftest.$ac_ext >&5
698dcdb6
VZ
12224 rm -rf conftest*
12225 eval "ac_cv_header_$ac_safe=no"
6f72b082 12226fi
698dcdb6 12227rm -f conftest*
6f72b082 12228fi
698dcdb6
VZ
12229if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12230 echo "$ac_t""yes" 1>&6
12231 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12232 cat >> confdefs.h <<EOF
12233#define $ac_tr_hdr 1
6f72b082 12234EOF
698dcdb6
VZ
12235
12236else
12237 echo "$ac_t""no" 1>&6
6f72b082
OK
12238fi
12239done
12240
3a922bb4 12241for ac_hdr in wcstr.h
6f72b082 12242do
698dcdb6
VZ
12243ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12244echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12245echo "configure:12246: checking for $ac_hdr" >&5
698dcdb6
VZ
12246if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12247 echo $ac_n "(cached) $ac_c" 1>&6
12248else
12249 cat > conftest.$ac_ext <<EOF
885d4bf5 12250#line 12251 "configure"
6f72b082 12251#include "confdefs.h"
698dcdb6
VZ
12252#include <$ac_hdr>
12253EOF
12254ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12255{ (eval echo configure:12256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12256ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12257if test -z "$ac_err"; then
12258 rm -rf conftest*
12259 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 12260else
698dcdb6
VZ
12261 echo "$ac_err" >&5
12262 echo "configure: failed program was:" >&5
10f2d63a 12263 cat conftest.$ac_ext >&5
698dcdb6
VZ
12264 rm -rf conftest*
12265 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12266fi
698dcdb6 12267rm -f conftest*
10f2d63a 12268fi
698dcdb6
VZ
12269if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12270 echo "$ac_t""yes" 1>&6
12271 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12272 cat >> confdefs.h <<EOF
12273#define $ac_tr_hdr 1
10f2d63a 12274EOF
698dcdb6
VZ
12275
12276else
12277 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12278fi
12279done
12280
0fbb762e 12281for ac_hdr in wctype.h
0fb0dd83 12282do
698dcdb6
VZ
12283ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12284echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12285echo "configure:12286: checking for $ac_hdr" >&5
698dcdb6
VZ
12286if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12287 echo $ac_n "(cached) $ac_c" 1>&6
12288else
12289 cat > conftest.$ac_ext <<EOF
885d4bf5 12290#line 12291 "configure"
0fb0dd83 12291#include "confdefs.h"
698dcdb6
VZ
12292#include <$ac_hdr>
12293EOF
12294ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12295{ (eval echo configure:12296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12296ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12297if test -z "$ac_err"; then
12298 rm -rf conftest*
12299 eval "ac_cv_header_$ac_safe=yes"
0fb0dd83 12300else
698dcdb6
VZ
12301 echo "$ac_err" >&5
12302 echo "configure: failed program was:" >&5
0fb0dd83 12303 cat conftest.$ac_ext >&5
698dcdb6
VZ
12304 rm -rf conftest*
12305 eval "ac_cv_header_$ac_safe=no"
0fb0dd83 12306fi
698dcdb6 12307rm -f conftest*
0fb0dd83 12308fi
698dcdb6
VZ
12309if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12310 echo "$ac_t""yes" 1>&6
12311 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12312 cat >> confdefs.h <<EOF
12313#define $ac_tr_hdr 1
0fb0dd83 12314EOF
698dcdb6
VZ
12315
12316else
12317 echo "$ac_t""no" 1>&6
0fb0dd83
RR
12318fi
12319done
12320
0fbb762e 12321for ac_hdr in fnmatch.h
1f8ae82f 12322do
698dcdb6
VZ
12323ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12324echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12325echo "configure:12326: checking for $ac_hdr" >&5
698dcdb6
VZ
12326if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12327 echo $ac_n "(cached) $ac_c" 1>&6
12328else
12329 cat > conftest.$ac_ext <<EOF
885d4bf5 12330#line 12331 "configure"
1f8ae82f 12331#include "confdefs.h"
698dcdb6
VZ
12332#include <$ac_hdr>
12333EOF
12334ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12335{ (eval echo configure:12336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12336ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12337if test -z "$ac_err"; then
12338 rm -rf conftest*
12339 eval "ac_cv_header_$ac_safe=yes"
1f8ae82f 12340else
698dcdb6
VZ
12341 echo "$ac_err" >&5
12342 echo "configure: failed program was:" >&5
1f8ae82f 12343 cat conftest.$ac_ext >&5
698dcdb6
VZ
12344 rm -rf conftest*
12345 eval "ac_cv_header_$ac_safe=no"
1f8ae82f 12346fi
698dcdb6 12347rm -f conftest*
1f8ae82f 12348fi
698dcdb6
VZ
12349if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12350 echo "$ac_t""yes" 1>&6
12351 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12352 cat >> confdefs.h <<EOF
12353#define $ac_tr_hdr 1
1f8ae82f 12354EOF
698dcdb6
VZ
12355
12356else
12357 echo "$ac_t""no" 1>&6
1f8ae82f
GD
12358fi
12359done
12360
0fbb762e 12361for ac_hdr in iconv.h
10f2d63a 12362do
698dcdb6
VZ
12363ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12364echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
885d4bf5 12365echo "configure:12366: checking for $ac_hdr" >&5
698dcdb6
VZ
12366if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12367 echo $ac_n "(cached) $ac_c" 1>&6
12368else
12369 cat > conftest.$ac_ext <<EOF
885d4bf5 12370#line 12371 "configure"
10f2d63a 12371#include "confdefs.h"
698dcdb6
VZ
12372#include <$ac_hdr>
12373EOF
12374ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
885d4bf5 12375{ (eval echo configure:12376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12376ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12377if test -z "$ac_err"; then
12378 rm -rf conftest*
12379 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 12380else
698dcdb6
VZ
12381 echo "$ac_err" >&5
12382 echo "configure: failed program was:" >&5
10f2d63a 12383 cat conftest.$ac_ext >&5
698dcdb6
VZ
12384 rm -rf conftest*
12385 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12386fi
698dcdb6 12387rm -f conftest*
10f2d63a 12388fi
698dcdb6
VZ
12389if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12390 echo "$ac_t""yes" 1>&6
12391 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12392 cat >> confdefs.h <<EOF
12393#define $ac_tr_hdr 1
10f2d63a 12394EOF
698dcdb6
VZ
12395
12396else
12397 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12398fi
12399done
12400
0fbb762e
MB
12401for ac_hdr in langinfo.h
12402do
12403ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12404echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12405echo "configure:12406: checking for $ac_hdr" >&5
12406if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12407 echo $ac_n "(cached) $ac_c" 1>&6
12408else
12409 cat > conftest.$ac_ext <<EOF
12410#line 12411 "configure"
12411#include "confdefs.h"
12412#include <$ac_hdr>
12413EOF
12414ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12415{ (eval echo configure:12416: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12416ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12417if test -z "$ac_err"; then
12418 rm -rf conftest*
12419 eval "ac_cv_header_$ac_safe=yes"
12420else
12421 echo "$ac_err" >&5
12422 echo "configure: failed program was:" >&5
12423 cat conftest.$ac_ext >&5
12424 rm -rf conftest*
12425 eval "ac_cv_header_$ac_safe=no"
12426fi
12427rm -f conftest*
12428fi
12429if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12430 echo "$ac_t""yes" 1>&6
12431 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12432 cat >> confdefs.h <<EOF
12433#define $ac_tr_hdr 1
12434EOF
12435
12436else
12437 echo "$ac_t""no" 1>&6
12438fi
12439done
12440
10f2d63a 12441
3a922bb4
RL
12442if test "$wxUSE_GUI" = "yes"; then
12443 if test "$wxUSE_UNIX" = "yes"; then
12444 for ac_hdr in X11/XKBlib.h
29fd3c0c
VS
12445do
12446ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12447echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
0fbb762e 12448echo "configure:12449: checking for $ac_hdr" >&5
29fd3c0c
VS
12449if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12450 echo $ac_n "(cached) $ac_c" 1>&6
12451else
12452 cat > conftest.$ac_ext <<EOF
0fbb762e 12453#line 12454 "configure"
29fd3c0c
VS
12454#include "confdefs.h"
12455#include <$ac_hdr>
12456EOF
12457ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 12458{ (eval echo configure:12459: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
29fd3c0c
VS
12459ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12460if test -z "$ac_err"; then
12461 rm -rf conftest*
12462 eval "ac_cv_header_$ac_safe=yes"
12463else
12464 echo "$ac_err" >&5
12465 echo "configure: failed program was:" >&5
12466 cat conftest.$ac_ext >&5
12467 rm -rf conftest*
12468 eval "ac_cv_header_$ac_safe=no"
12469fi
12470rm -f conftest*
12471fi
12472if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12473 echo "$ac_t""yes" 1>&6
12474 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12475 cat >> confdefs.h <<EOF
12476#define $ac_tr_hdr 1
12477EOF
12478
12479else
12480 echo "$ac_t""no" 1>&6
12481fi
12482done
12483
3a922bb4 12484 fi
29fd3c0c
VS
12485fi
12486
698dcdb6
VZ
12487
12488echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
0fbb762e 12489echo "configure:12490: checking for ANSI C header files" >&5
698dcdb6
VZ
12490if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
12491 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12492else
698dcdb6 12493 cat > conftest.$ac_ext <<EOF
0fbb762e 12494#line 12495 "configure"
10f2d63a
VZ
12495#include "confdefs.h"
12496#include <stdlib.h>
12497#include <stdarg.h>
12498#include <string.h>
12499#include <float.h>
698dcdb6
VZ
12500EOF
12501ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 12502{ (eval echo configure:12503: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12503ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12504if test -z "$ac_err"; then
12505 rm -rf conftest*
10f2d63a
VZ
12506 ac_cv_header_stdc=yes
12507else
698dcdb6
VZ
12508 echo "$ac_err" >&5
12509 echo "configure: failed program was:" >&5
10f2d63a 12510 cat conftest.$ac_ext >&5
698dcdb6 12511 rm -rf conftest*
10f2d63a
VZ
12512 ac_cv_header_stdc=no
12513fi
698dcdb6 12514rm -f conftest*
10f2d63a
VZ
12515
12516if test $ac_cv_header_stdc = yes; then
12517 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
698dcdb6 12518cat > conftest.$ac_ext <<EOF
0fbb762e 12519#line 12520 "configure"
10f2d63a
VZ
12520#include "confdefs.h"
12521#include <string.h>
698dcdb6 12522EOF
10f2d63a
VZ
12523if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12524 egrep "memchr" >/dev/null 2>&1; then
12525 :
12526else
698dcdb6 12527 rm -rf conftest*
10f2d63a
VZ
12528 ac_cv_header_stdc=no
12529fi
12530rm -f conftest*
12531
12532fi
12533
12534if test $ac_cv_header_stdc = yes; then
12535 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
698dcdb6 12536cat > conftest.$ac_ext <<EOF
0fbb762e 12537#line 12538 "configure"
10f2d63a
VZ
12538#include "confdefs.h"
12539#include <stdlib.h>
698dcdb6 12540EOF
10f2d63a
VZ
12541if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12542 egrep "free" >/dev/null 2>&1; then
12543 :
12544else
698dcdb6 12545 rm -rf conftest*
10f2d63a
VZ
12546 ac_cv_header_stdc=no
12547fi
12548rm -f conftest*
12549
12550fi
12551
12552if test $ac_cv_header_stdc = yes; then
12553 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
698dcdb6 12554if test "$cross_compiling" = yes; then
10f2d63a
VZ
12555 :
12556else
698dcdb6 12557 cat > conftest.$ac_ext <<EOF
0fbb762e 12558#line 12559 "configure"
10f2d63a
VZ
12559#include "confdefs.h"
12560#include <ctype.h>
698dcdb6
VZ
12561#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12562#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1e487827 12563#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
698dcdb6
VZ
12564int main () { int i; for (i = 0; i < 256; i++)
12565if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
12566exit (0); }
12567
12568EOF
0fbb762e 12569if { (eval echo configure:12570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 12570then
10f2d63a
VZ
12571 :
12572else
698dcdb6
VZ
12573 echo "configure: failed program was:" >&5
12574 cat conftest.$ac_ext >&5
12575 rm -fr conftest*
12576 ac_cv_header_stdc=no
10f2d63a 12577fi
698dcdb6 12578rm -fr conftest*
10f2d63a 12579fi
698dcdb6 12580
10f2d63a
VZ
12581fi
12582fi
1e487827 12583
698dcdb6
VZ
12584echo "$ac_t""$ac_cv_header_stdc" 1>&6
12585if test $ac_cv_header_stdc = yes; then
12586 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12587#define STDC_HEADERS 1
12588EOF
12589
12590fi
12591
698dcdb6 12592echo $ac_n "checking for mode_t""... $ac_c" 1>&6
0fbb762e 12593echo "configure:12594: checking for mode_t" >&5
698dcdb6
VZ
12594if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
12595 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 12596else
698dcdb6 12597 cat > conftest.$ac_ext <<EOF
0fbb762e 12598#line 12599 "configure"
1e487827 12599#include "confdefs.h"
698dcdb6
VZ
12600#include <sys/types.h>
12601#if STDC_HEADERS
12602#include <stdlib.h>
12603#include <stddef.h>
12604#endif
12605EOF
12606if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12607 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12608 rm -rf conftest*
10f2d63a
VZ
12609 ac_cv_type_mode_t=yes
12610else
698dcdb6
VZ
12611 rm -rf conftest*
12612 ac_cv_type_mode_t=no
703e0a69 12613fi
698dcdb6 12614rm -f conftest*
1e487827 12615
698dcdb6
VZ
12616fi
12617echo "$ac_t""$ac_cv_type_mode_t" 1>&6
12618if test $ac_cv_type_mode_t = no; then
12619 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12620#define mode_t int
12621EOF
12622
12623fi
12624
698dcdb6 12625echo $ac_n "checking for off_t""... $ac_c" 1>&6
0fbb762e 12626echo "configure:12627: checking for off_t" >&5
698dcdb6
VZ
12627if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
12628 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12629else
698dcdb6 12630 cat > conftest.$ac_ext <<EOF
0fbb762e 12631#line 12632 "configure"
10f2d63a 12632#include "confdefs.h"
698dcdb6
VZ
12633#include <sys/types.h>
12634#if STDC_HEADERS
12635#include <stdlib.h>
12636#include <stddef.h>
12637#endif
12638EOF
12639if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12640 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12641 rm -rf conftest*
10f2d63a
VZ
12642 ac_cv_type_off_t=yes
12643else
698dcdb6
VZ
12644 rm -rf conftest*
12645 ac_cv_type_off_t=no
703e0a69 12646fi
698dcdb6 12647rm -f conftest*
1e487827 12648
698dcdb6
VZ
12649fi
12650echo "$ac_t""$ac_cv_type_off_t" 1>&6
12651if test $ac_cv_type_off_t = no; then
12652 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12653#define off_t long
12654EOF
12655
12656fi
12657
698dcdb6 12658echo $ac_n "checking for pid_t""... $ac_c" 1>&6
0fbb762e 12659echo "configure:12660: checking for pid_t" >&5
698dcdb6
VZ
12660if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12661 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12662else
698dcdb6 12663 cat > conftest.$ac_ext <<EOF
0fbb762e 12664#line 12665 "configure"
10f2d63a 12665#include "confdefs.h"
698dcdb6
VZ
12666#include <sys/types.h>
12667#if STDC_HEADERS
12668#include <stdlib.h>
12669#include <stddef.h>
12670#endif
12671EOF
12672if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12673 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12674 rm -rf conftest*
10f2d63a
VZ
12675 ac_cv_type_pid_t=yes
12676else
698dcdb6
VZ
12677 rm -rf conftest*
12678 ac_cv_type_pid_t=no
703e0a69 12679fi
698dcdb6 12680rm -f conftest*
1e487827 12681
698dcdb6
VZ
12682fi
12683echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12684if test $ac_cv_type_pid_t = no; then
12685 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12686#define pid_t int
12687EOF
12688
12689fi
12690
698dcdb6 12691echo $ac_n "checking for size_t""... $ac_c" 1>&6
0fbb762e 12692echo "configure:12693: checking for size_t" >&5
698dcdb6
VZ
12693if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12694 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12695else
698dcdb6 12696 cat > conftest.$ac_ext <<EOF
0fbb762e 12697#line 12698 "configure"
10f2d63a 12698#include "confdefs.h"
698dcdb6
VZ
12699#include <sys/types.h>
12700#if STDC_HEADERS
12701#include <stdlib.h>
12702#include <stddef.h>
12703#endif
12704EOF
12705if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12706 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12707 rm -rf conftest*
10f2d63a
VZ
12708 ac_cv_type_size_t=yes
12709else
698dcdb6
VZ
12710 rm -rf conftest*
12711 ac_cv_type_size_t=no
703e0a69 12712fi
698dcdb6 12713rm -f conftest*
1e487827 12714
698dcdb6
VZ
12715fi
12716echo "$ac_t""$ac_cv_type_size_t" 1>&6
12717if test $ac_cv_type_size_t = no; then
12718 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12719#define size_t unsigned
12720EOF
12721
12722fi
12723
698dcdb6 12724echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
0fbb762e 12725echo "configure:12726: checking for uid_t in sys/types.h" >&5
698dcdb6
VZ
12726if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12727 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12728else
698dcdb6 12729 cat > conftest.$ac_ext <<EOF
0fbb762e 12730#line 12731 "configure"
10f2d63a
VZ
12731#include "confdefs.h"
12732#include <sys/types.h>
698dcdb6 12733EOF
10f2d63a
VZ
12734if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12735 egrep "uid_t" >/dev/null 2>&1; then
698dcdb6 12736 rm -rf conftest*
10f2d63a
VZ
12737 ac_cv_type_uid_t=yes
12738else
698dcdb6 12739 rm -rf conftest*
10f2d63a
VZ
12740 ac_cv_type_uid_t=no
12741fi
12742rm -f conftest*
12743
12744fi
1e487827 12745
698dcdb6
VZ
12746echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12747if test $ac_cv_type_uid_t = no; then
12748 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12749#define uid_t int
12750EOF
12751
698dcdb6 12752 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12753#define gid_t int
12754EOF
12755
12756fi
12757
1e487827 12758
698dcdb6 12759echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
0fbb762e 12760echo "configure:12761: checking for wchar_t" >&5
698dcdb6
VZ
12761if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12762 echo $ac_n "(cached) $ac_c" 1>&6
12763else
12764
12765 cat > conftest.$ac_ext <<EOF
0fbb762e 12766#line 12767 "configure"
0046ff7c 12767#include "confdefs.h"
4b42290e
GD
12768
12769 #ifdef HAVE_WCHAR_H
0fbb762e
MB
12770 # ifdef __CYGWIN__
12771 # include <stddef.h>
12772 # endif
4b42290e
GD
12773 # include <wchar.h>
12774 #endif
12775 #ifdef HAVE_STDLIB_H
12776 # include <stdlib.h>
12777 #endif
12778
698dcdb6 12779int main() {
0046ff7c 12780
d836ee96
VZ
12781 wchar_t wc, *ws;
12782 wc = L'a';
12783 ws = L"Hello, world!";
698dcdb6
VZ
12784
12785; return 0; }
12786EOF
0fbb762e 12787if { (eval echo configure:12788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 12788 rm -rf conftest*
1f8ae82f 12789 wx_cv_type_wchar_t=yes
0046ff7c 12790else
698dcdb6
VZ
12791 echo "configure: failed program was:" >&5
12792 cat conftest.$ac_ext >&5
12793 rm -rf conftest*
12794 wx_cv_type_wchar_t=no
d836ee96 12795
6232543b 12796fi
698dcdb6 12797rm -f conftest*
703e0a69 12798
1e487827 12799fi
698dcdb6
VZ
12800
12801echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
d836ee96
VZ
12802
12803if test "$wx_cv_type_wchar_t" = "yes"; then
698dcdb6 12804 cat >> confdefs.h <<\EOF
0046ff7c
VS
12805#define wxUSE_WCHAR_T 1
12806EOF
12807
12808fi
12809
19af3b06
VZ
12810
12811ac_ext=C
12812# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12813ac_cpp='$CXXCPP $CPPFLAGS'
12814ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12815ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12816cross_compiling=$ac_cv_prog_cxx_cross
12817
d836ee96 12818echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
0fbb762e 12819echo "configure:12820: checking if size_t is unsigned int" >&5
d836ee96
VZ
12820if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12821 echo $ac_n "(cached) $ac_c" 1>&6
12822else
dd2c8b7c 12823 cat > conftest.$ac_ext <<EOF
0fbb762e 12824#line 12825 "configure"
d836ee96
VZ
12825#include "confdefs.h"
12826#include <stddef.h>
12827int main() {
12828
dd2c8b7c
VZ
12829 return 0; }
12830
d836ee96 12831 struct Foo { void foo(size_t); void foo(unsigned int); };
dd2c8b7c
VZ
12832
12833 int bar() {
d836ee96
VZ
12834
12835; return 0; }
12836EOF
0fbb762e 12837if { (eval echo configure:12838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d836ee96
VZ
12838 rm -rf conftest*
12839 wx_cv_size_t_is_uint=no
12840else
12841 echo "configure: failed program was:" >&5
12842 cat conftest.$ac_ext >&5
12843 rm -rf conftest*
12844 wx_cv_size_t_is_uint=yes
12845
12846fi
12847rm -f conftest*
12848
12849fi
12850
12851echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12852
12853if test "$wx_cv_size_t_is_uint" = "yes"; then
12854 cat >> confdefs.h <<\EOF
12855#define wxSIZE_T_IS_UINT 1
12856EOF
12857
12858else
12859 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
0fbb762e 12860echo "configure:12861: checking if size_t is unsigned long" >&5
d836ee96
VZ
12861if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12862 echo $ac_n "(cached) $ac_c" 1>&6
12863else
12864 cat > conftest.$ac_ext <<EOF
0fbb762e 12865#line 12866 "configure"
d836ee96
VZ
12866#include "confdefs.h"
12867#include <stddef.h>
12868int main() {
12869
dd2c8b7c
VZ
12870 return 0; }
12871
d836ee96 12872 struct Foo { void foo(size_t); void foo(unsigned long); };
dd2c8b7c
VZ
12873
12874 int bar() {
d836ee96
VZ
12875
12876; return 0; }
12877EOF
0fbb762e 12878if { (eval echo configure:12879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d836ee96
VZ
12879 rm -rf conftest*
12880 wx_cv_size_t_is_ulong=no
12881else
12882 echo "configure: failed program was:" >&5
12883 cat conftest.$ac_ext >&5
12884 rm -rf conftest*
12885 wx_cv_size_t_is_ulong=yes
12886
12887fi
12888rm -f conftest*
12889
12890fi
12891
12892echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12893
12894 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12895 cat >> confdefs.h <<\EOF
12896#define wxSIZE_T_IS_ULONG 1
12897EOF
12898
12899 fi
12900fi
12901
19af3b06
VZ
12902ac_ext=c
12903# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12904ac_cpp='$CPP $CPPFLAGS'
12905ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12906ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12907cross_compiling=$ac_cv_prog_cc_cross
12908
12909
1e487827 12910
698dcdb6 12911echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
0fbb762e 12912echo "configure:12913: checking for pw_gecos in struct passwd" >&5
698dcdb6
VZ
12913if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12914 echo $ac_n "(cached) $ac_c" 1>&6
12915else
12916
12917 cat > conftest.$ac_ext <<EOF
0fbb762e 12918#line 12919 "configure"
b12915c1
VZ
12919#include "confdefs.h"
12920#include <pwd.h>
698dcdb6 12921int main() {
b12915c1
VZ
12922
12923 char *p;
12924 struct passwd *pw;
12925 p = pw->pw_gecos;
698dcdb6
VZ
12926
12927; return 0; }
12928EOF
0fbb762e 12929if { (eval echo configure:12930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
12930 rm -rf conftest*
12931
b12915c1 12932 wx_cv_struct_pw_gecos=yes
698dcdb6 12933
b12915c1 12934else
698dcdb6
VZ
12935 echo "configure: failed program was:" >&5
12936 cat conftest.$ac_ext >&5
12937 rm -rf conftest*
12938
b12915c1 12939 wx_cv_struct_pw_gecos=no
698dcdb6
VZ
12940
12941
6232543b 12942fi
698dcdb6
VZ
12943rm -f conftest*
12944
703e0a69 12945
1e487827 12946fi
698dcdb6
VZ
12947
12948echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
b12915c1 12949
bd3277fe 12950if test "$wx_cv_struct_pw_gecos" = "yes"; then
698dcdb6 12951 cat >> confdefs.h <<\EOF
bd3277fe
VZ
12952#define HAVE_PW_GECOS 1
12953EOF
12954
12955fi
12956
698dcdb6
VZ
12957
12958echo $ac_n "checking for working const""... $ac_c" 1>&6
0fbb762e 12959echo "configure:12960: checking for working const" >&5
698dcdb6
VZ
12960if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12961 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12962else
698dcdb6 12963 cat > conftest.$ac_ext <<EOF
0fbb762e 12964#line 12965 "configure"
10f2d63a 12965#include "confdefs.h"
698dcdb6
VZ
12966
12967int main() {
12968
12969/* Ultrix mips cc rejects this. */
0fbb762e 12970typedef int charset[2]; const charset x = {0,0};
698dcdb6
VZ
12971/* SunOS 4.1.1 cc rejects this. */
12972char const *const *ccp;
12973char **p;
12974/* NEC SVR4.0.2 mips cc rejects this. */
12975struct point {int x, y;};
12976static struct point const zero = {0,0};
12977/* AIX XL C 1.02.0.0 rejects this.
12978 It does not let you subtract one const X* pointer from another in an arm
12979 of an if-expression whose if-part is not a constant expression */
12980const char *g = "string";
12981ccp = &g + (g ? g-g : 0);
12982/* HPUX 7.0 cc rejects these. */
12983++ccp;
12984p = (char**) ccp;
12985ccp = (char const *const *) p;
12986{ /* SCO 3.2v4 cc rejects this. */
12987 char *t;
12988 char const *s = 0 ? (char *) 0 : (char const *) 0;
12989
12990 *t++ = 0;
10f2d63a 12991}
698dcdb6
VZ
12992{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12993 int x[] = {25, 17};
12994 const int *foo = &x[0];
12995 ++foo;
703e0a69 12996}
698dcdb6
VZ
12997{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12998 typedef const int *iptr;
12999 iptr p = 0;
13000 ++p;
6232543b 13001}
698dcdb6
VZ
13002{ /* AIX XL C 1.02.0.0 rejects this saying
13003 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13004 struct s { int j; const int *ap[3]; };
13005 struct s *b; b->j = 5;
1e487827 13006}
698dcdb6
VZ
13007{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13008 const int foo = 10;
13009}
4f14bcd8
GD
13010
13011; return 0; }
698dcdb6 13012EOF
0fbb762e 13013if { (eval echo configure:13014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
13014 rm -rf conftest*
13015 ac_cv_c_const=yes
698dcdb6
VZ
13016else
13017 echo "configure: failed program was:" >&5
13018 cat conftest.$ac_ext >&5
4f14bcd8
GD
13019 rm -rf conftest*
13020 ac_cv_c_const=no
703e0a69 13021fi
4f14bcd8 13022rm -f conftest*
698dcdb6
VZ
13023fi
13024
4f14bcd8
GD
13025echo "$ac_t""$ac_cv_c_const" 1>&6
13026if test $ac_cv_c_const = no; then
13027 cat >> confdefs.h <<\EOF
13028#define const
698dcdb6
VZ
13029EOF
13030
4f14bcd8 13031fi
698dcdb6 13032
4f14bcd8 13033echo $ac_n "checking for inline""... $ac_c" 1>&6
0fbb762e 13034echo "configure:13035: checking for inline" >&5
4f14bcd8 13035if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
698dcdb6 13036 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13037else
4f14bcd8
GD
13038 ac_cv_c_inline=no
13039for ac_kw in inline __inline__ __inline; do
698dcdb6 13040 cat > conftest.$ac_ext <<EOF
0fbb762e 13041#line 13042 "configure"
10f2d63a 13042#include "confdefs.h"
4f14bcd8
GD
13043
13044int main() {
0fbb762e 13045} int $ac_kw foo() {
4f14bcd8 13046; return 0; }
698dcdb6 13047EOF
0fbb762e 13048if { (eval echo configure:13049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
13049 rm -rf conftest*
13050 ac_cv_c_inline=$ac_kw; break
10f2d63a 13051else
698dcdb6
VZ
13052 echo "configure: failed program was:" >&5
13053 cat conftest.$ac_ext >&5
10f2d63a 13054fi
4f14bcd8
GD
13055rm -f conftest*
13056done
698dcdb6 13057
10f2d63a 13058fi
4f14bcd8
GD
13059
13060echo "$ac_t""$ac_cv_c_inline" 1>&6
13061case "$ac_cv_c_inline" in
13062 inline | yes) ;;
13063 no) cat >> confdefs.h <<\EOF
13064#define inline
13065EOF
13066 ;;
13067 *) cat >> confdefs.h <<EOF
13068#define inline $ac_cv_c_inline
698dcdb6 13069EOF
4f14bcd8
GD
13070 ;;
13071esac
698dcdb6
VZ
13072
13073
4f14bcd8 13074echo $ac_n "checking size of char""... $ac_c" 1>&6
0fbb762e 13075echo "configure:13076: checking size of char" >&5
4f14bcd8 13076if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
698dcdb6
VZ
13077 echo $ac_n "(cached) $ac_c" 1>&6
13078else
13079 if test "$cross_compiling" = yes; then
4f14bcd8 13080 ac_cv_sizeof_char=1
698dcdb6
VZ
13081else
13082 cat > conftest.$ac_ext <<EOF
0fbb762e 13083#line 13084 "configure"
698dcdb6
VZ
13084#include "confdefs.h"
13085#include <stdio.h>
13086main()
13087{
13088 FILE *f=fopen("conftestval", "w");
13089 if (!f) exit(1);
4f14bcd8 13090 fprintf(f, "%d\n", sizeof(char));
698dcdb6
VZ
13091 exit(0);
13092}
13093EOF
0fbb762e 13094if { (eval echo configure:13095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 13095then
4f14bcd8 13096 ac_cv_sizeof_char=`cat conftestval`
6232543b 13097else
698dcdb6
VZ
13098 echo "configure: failed program was:" >&5
13099 cat conftest.$ac_ext >&5
13100 rm -fr conftest*
4f14bcd8 13101 ac_cv_sizeof_char=0
6232543b 13102fi
698dcdb6
VZ
13103rm -fr conftest*
13104fi
13105
703e0a69 13106fi
4f14bcd8 13107echo "$ac_t""$ac_cv_sizeof_char" 1>&6
698dcdb6 13108cat >> confdefs.h <<EOF
4f14bcd8 13109#define SIZEOF_CHAR $ac_cv_sizeof_char
10f2d63a
VZ
13110EOF
13111
1e487827 13112
4f14bcd8 13113echo $ac_n "checking size of short""... $ac_c" 1>&6
0fbb762e 13114echo "configure:13115: checking size of short" >&5
4f14bcd8 13115if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
698dcdb6
VZ
13116 echo $ac_n "(cached) $ac_c" 1>&6
13117else
4f14bcd8
GD
13118 if test "$cross_compiling" = yes; then
13119 ac_cv_sizeof_short=2
b93d0d08 13120else
698dcdb6 13121 cat > conftest.$ac_ext <<EOF
0fbb762e 13122#line 13123 "configure"
b93d0d08 13123#include "confdefs.h"
4f14bcd8
GD
13124#include <stdio.h>
13125main()
13126{
13127 FILE *f=fopen("conftestval", "w");
13128 if (!f) exit(1);
13129 fprintf(f, "%d\n", sizeof(short));
13130 exit(0);
13131}
698dcdb6 13132EOF
0fbb762e 13133if { (eval echo configure:13134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 13134then
4f14bcd8 13135 ac_cv_sizeof_short=`cat conftestval`
b93d0d08 13136else
698dcdb6
VZ
13137 echo "configure: failed program was:" >&5
13138 cat conftest.$ac_ext >&5
13139 rm -fr conftest*
4f14bcd8 13140 ac_cv_sizeof_short=0
b93d0d08 13141fi
698dcdb6 13142rm -fr conftest*
b93d0d08
VS
13143fi
13144
b93d0d08 13145fi
4f14bcd8 13146echo "$ac_t""$ac_cv_sizeof_short" 1>&6
698dcdb6 13147cat >> confdefs.h <<EOF
4f14bcd8 13148#define SIZEOF_SHORT $ac_cv_sizeof_short
b93d0d08
VS
13149EOF
13150
698dcdb6 13151
4f14bcd8 13152echo $ac_n "checking size of int *""... $ac_c" 1>&6
0fbb762e 13153echo "configure:13154: checking size of int *" >&5
4f14bcd8 13154if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
698dcdb6 13155 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13156else
4f14bcd8
GD
13157 if test "$cross_compiling" = yes; then
13158 ac_cv_sizeof_int_p=4
3a922bb4 13159else
3a922bb4 13160 cat > conftest.$ac_ext <<EOF
0fbb762e 13161#line 13162 "configure"
3a922bb4 13162#include "confdefs.h"
4f14bcd8
GD
13163#include <stdio.h>
13164main()
13165{
13166 FILE *f=fopen("conftestval", "w");
13167 if (!f) exit(1);
13168 fprintf(f, "%d\n", sizeof(int *));
13169 exit(0);
13170}
13171EOF
0fbb762e 13172if { (eval echo configure:13173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13173then
13174 ac_cv_sizeof_int_p=`cat conftestval`
13175else
13176 echo "configure: failed program was:" >&5
13177 cat conftest.$ac_ext >&5
13178 rm -fr conftest*
13179 ac_cv_sizeof_int_p=0
3a922bb4 13180fi
4f14bcd8 13181rm -fr conftest*
3a922bb4 13182fi
698dcdb6 13183
4f14bcd8
GD
13184fi
13185echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
13186cat >> confdefs.h <<EOF
13187#define SIZEOF_INT_P $ac_cv_sizeof_int_p
10f2d63a
VZ
13188EOF
13189
703e0a69 13190
4f14bcd8 13191echo $ac_n "checking size of int""... $ac_c" 1>&6
0fbb762e 13192echo "configure:13193: checking size of int" >&5
4f14bcd8 13193if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
698dcdb6 13194 echo $ac_n "(cached) $ac_c" 1>&6
4f14bcd8
GD
13195else
13196 if test "$cross_compiling" = yes; then
13197 ac_cv_sizeof_int=4
698dcdb6
VZ
13198else
13199 cat > conftest.$ac_ext <<EOF
0fbb762e 13200#line 13201 "configure"
10f2d63a 13201#include "confdefs.h"
4f14bcd8
GD
13202#include <stdio.h>
13203main()
13204{
13205 FILE *f=fopen("conftestval", "w");
13206 if (!f) exit(1);
13207 fprintf(f, "%d\n", sizeof(int));
13208 exit(0);
13209}
698dcdb6 13210EOF
0fbb762e 13211if { (eval echo configure:13212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13212then
13213 ac_cv_sizeof_int=`cat conftestval`
10f2d63a 13214else
698dcdb6 13215 echo "configure: failed program was:" >&5
10f2d63a 13216 cat conftest.$ac_ext >&5
4f14bcd8
GD
13217 rm -fr conftest*
13218 ac_cv_sizeof_int=0
10f2d63a 13219fi
4f14bcd8 13220rm -fr conftest*
10f2d63a 13221fi
10f2d63a 13222
4f14bcd8
GD
13223fi
13224echo "$ac_t""$ac_cv_sizeof_int" 1>&6
13225cat >> confdefs.h <<EOF
13226#define SIZEOF_INT $ac_cv_sizeof_int
10f2d63a
VZ
13227EOF
13228
698dcdb6 13229
4f14bcd8 13230echo $ac_n "checking size of long""... $ac_c" 1>&6
0fbb762e 13231echo "configure:13232: checking size of long" >&5
4f14bcd8 13232if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
698dcdb6
VZ
13233 echo $ac_n "(cached) $ac_c" 1>&6
13234else
4f14bcd8
GD
13235 if test "$cross_compiling" = yes; then
13236 ac_cv_sizeof_long=4
13237else
13238 cat > conftest.$ac_ext <<EOF
0fbb762e 13239#line 13240 "configure"
10f2d63a 13240#include "confdefs.h"
4f14bcd8
GD
13241#include <stdio.h>
13242main()
13243{
13244 FILE *f=fopen("conftestval", "w");
13245 if (!f) exit(1);
13246 fprintf(f, "%d\n", sizeof(long));
13247 exit(0);
13248}
698dcdb6 13249EOF
0fbb762e 13250if { (eval echo configure:13251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13251then
13252 ac_cv_sizeof_long=`cat conftestval`
10f2d63a 13253else
698dcdb6
VZ
13254 echo "configure: failed program was:" >&5
13255 cat conftest.$ac_ext >&5
4f14bcd8
GD
13256 rm -fr conftest*
13257 ac_cv_sizeof_long=0
10f2d63a 13258fi
4f14bcd8 13259rm -fr conftest*
10f2d63a 13260fi
698dcdb6 13261
4f14bcd8
GD
13262fi
13263echo "$ac_t""$ac_cv_sizeof_long" 1>&6
13264cat >> confdefs.h <<EOF
13265#define SIZEOF_LONG $ac_cv_sizeof_long
10f2d63a
VZ
13266EOF
13267
698dcdb6 13268
4f14bcd8 13269echo $ac_n "checking size of long long""... $ac_c" 1>&6
0fbb762e 13270echo "configure:13271: checking size of long long" >&5
4f14bcd8 13271if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
698dcdb6 13272 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13273else
4f14bcd8
GD
13274 if test "$cross_compiling" = yes; then
13275 ac_cv_sizeof_long_long=0
13276else
13277 cat > conftest.$ac_ext <<EOF
0fbb762e 13278#line 13279 "configure"
10f2d63a 13279#include "confdefs.h"
4f14bcd8
GD
13280#include <stdio.h>
13281main()
13282{
13283 FILE *f=fopen("conftestval", "w");
13284 if (!f) exit(1);
13285 fprintf(f, "%d\n", sizeof(long long));
13286 exit(0);
13287}
698dcdb6 13288EOF
0fbb762e 13289if { (eval echo configure:13290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13290then
13291 ac_cv_sizeof_long_long=`cat conftestval`
698dcdb6
VZ
13292else
13293 echo "configure: failed program was:" >&5
13294 cat conftest.$ac_ext >&5
4f14bcd8
GD
13295 rm -fr conftest*
13296 ac_cv_sizeof_long_long=0
13297fi
13298rm -fr conftest*
698dcdb6 13299fi
698dcdb6
VZ
13300
13301fi
4f14bcd8
GD
13302echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
13303cat >> confdefs.h <<EOF
13304#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10f2d63a
VZ
13305EOF
13306
10f2d63a 13307
4f14bcd8
GD
13308
13309echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
0fbb762e 13310echo "configure:13311: checking size of wchar_t" >&5
4f14bcd8 13311if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
698dcdb6 13312 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13313else
4f14bcd8
GD
13314
13315 if test "$cross_compiling" = yes; then
13316 wx_cv_sizeof_wchar_t=4
13317
13318else
13319 cat > conftest.$ac_ext <<EOF
0fbb762e 13320#line 13321 "configure"
10f2d63a 13321#include "confdefs.h"
698dcdb6 13322
4f14bcd8 13323 #ifdef HAVE_WCHAR_H
0fbb762e
MB
13324 # ifdef __CYGWIN__
13325 # include <stddef.h>
13326 # endif
4f14bcd8
GD
13327 # include <wchar.h>
13328 #endif
13329 #ifdef HAVE_STDLIB_H
13330 # include <stdlib.h>
13331 #endif
13332 #include <stdio.h>
13333 int main()
13334 {
13335 FILE *f=fopen("conftestval", "w");
13336 if (!f) exit(1);
13337 fprintf(f, "%i", sizeof(wchar_t));
13338 exit(0);
13339 }
13340
698dcdb6 13341EOF
0fbb762e 13342if { (eval echo configure:13343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13343then
13344 wx_cv_sizeof_wchar_t=`cat conftestval`
698dcdb6
VZ
13345else
13346 echo "configure: failed program was:" >&5
13347 cat conftest.$ac_ext >&5
4f14bcd8
GD
13348 rm -fr conftest*
13349 wx_cv_sizeof_wchar_t=0
698dcdb6 13350fi
4f14bcd8
GD
13351rm -fr conftest*
13352fi
13353
698dcdb6
VZ
13354
13355fi
4f14bcd8
GD
13356
13357echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
13358
13359cat >> confdefs.h <<EOF
13360#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10f2d63a
VZ
13361EOF
13362
18dbb1f6 13363
4f14bcd8 13364echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
0fbb762e 13365echo "configure:13366: checking whether byte ordering is bigendian" >&5
4f14bcd8 13366if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
18dbb1f6
VZ
13367 echo $ac_n "(cached) $ac_c" 1>&6
13368else
4f14bcd8
GD
13369 ac_cv_c_bigendian=unknown
13370# See if sys/param.h defines the BYTE_ORDER macro.
18dbb1f6 13371cat > conftest.$ac_ext <<EOF
0fbb762e 13372#line 13373 "configure"
18dbb1f6 13373#include "confdefs.h"
4f14bcd8
GD
13374#include <sys/types.h>
13375#include <sys/param.h>
13376int main() {
18dbb1f6 13377
4f14bcd8
GD
13378#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13379 bogus endian macros
13380#endif
13381; return 0; }
13382EOF
0fbb762e 13383if { (eval echo configure:13384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
13384 rm -rf conftest*
13385 # It does; now see whether it defined to BIG_ENDIAN or not.
13386cat > conftest.$ac_ext <<EOF
0fbb762e 13387#line 13388 "configure"
4f14bcd8
GD
13388#include "confdefs.h"
13389#include <sys/types.h>
13390#include <sys/param.h>
18dbb1f6 13391int main() {
4f14bcd8
GD
13392
13393#if BYTE_ORDER != BIG_ENDIAN
13394 not big endian
13395#endif
18dbb1f6
VZ
13396; return 0; }
13397EOF
0fbb762e 13398if { (eval echo configure:13399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18dbb1f6 13399 rm -rf conftest*
4f14bcd8 13400 ac_cv_c_bigendian=yes
18dbb1f6
VZ
13401else
13402 echo "configure: failed program was:" >&5
13403 cat conftest.$ac_ext >&5
13404 rm -rf conftest*
4f14bcd8 13405 ac_cv_c_bigendian=no
18dbb1f6
VZ
13406fi
13407rm -f conftest*
698dcdb6 13408else
4f14bcd8
GD
13409 echo "configure: failed program was:" >&5
13410 cat conftest.$ac_ext >&5
1e487827 13411fi
4f14bcd8
GD
13412rm -f conftest*
13413if test $ac_cv_c_bigendian = unknown; then
13414if test "$cross_compiling" = yes; then
13415 ac_cv_c_bigendian=unknown
b3e8d00a
VZ
13416else
13417 cat > conftest.$ac_ext <<EOF
0fbb762e 13418#line 13419 "configure"
b3e8d00a 13419#include "confdefs.h"
4f14bcd8
GD
13420main () {
13421 /* Are we little or big endian? From Harbison&Steele. */
13422 union
13423 {
13424 long l;
13425 char c[sizeof (long)];
13426 } u;
13427 u.l = 1;
13428 exit (u.c[sizeof (long) - 1] == 1);
13429}
b3e8d00a 13430EOF
0fbb762e 13431if { (eval echo configure:13432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4f14bcd8
GD
13432then
13433 ac_cv_c_bigendian=no
b3e8d00a
VZ
13434else
13435 echo "configure: failed program was:" >&5
13436 cat conftest.$ac_ext >&5
4f14bcd8
GD
13437 rm -fr conftest*
13438 ac_cv_c_bigendian=yes
b3e8d00a 13439fi
4f14bcd8 13440rm -fr conftest*
b3e8d00a
VZ
13441fi
13442
4f14bcd8
GD
13443fi
13444fi
13445
13446echo "$ac_t""$ac_cv_c_bigendian" 1>&6
13447if test $ac_cv_c_bigendian = unknown; then
13448 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
13449fi
13450if test $ac_cv_c_bigendian = yes; then
13451 cat >> confdefs.h <<\EOF
13452#define WORDS_BIGENDIAN 1
b3e8d00a 13453EOF
4f14bcd8 13454
b3e8d00a 13455fi
b3e8d00a
VZ
13456
13457
4f14bcd8 13458echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
0fbb762e 13459echo "configure:13460: checking how to run the C++ preprocessor" >&5
4f14bcd8
GD
13460if test -z "$CXXCPP"; then
13461if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
698dcdb6
VZ
13462 echo $ac_n "(cached) $ac_c" 1>&6
13463else
4f14bcd8
GD
13464 ac_ext=C
13465# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13466ac_cpp='$CXXCPP $CPPFLAGS'
13467ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13468ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13469cross_compiling=$ac_cv_prog_cxx_cross
13470 CXXCPP="${CXX-g++} -E"
698dcdb6 13471 cat > conftest.$ac_ext <<EOF
0fbb762e 13472#line 13473 "configure"
10f2d63a 13473#include "confdefs.h"
4f14bcd8 13474#include <stdlib.h>
698dcdb6 13475EOF
4f14bcd8 13476ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 13477{ (eval echo configure:13478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
13478ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13479if test -z "$ac_err"; then
13480 :
698dcdb6 13481else
4f14bcd8 13482 echo "$ac_err" >&5
698dcdb6
VZ
13483 echo "configure: failed program was:" >&5
13484 cat conftest.$ac_ext >&5
13485 rm -rf conftest*
4f14bcd8 13486 CXXCPP=/lib/cpp
698dcdb6
VZ
13487fi
13488rm -f conftest*
4f14bcd8
GD
13489 ac_cv_prog_CXXCPP="$CXXCPP"
13490ac_ext=C
13491# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13492ac_cpp='$CXXCPP $CPPFLAGS'
13493ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13494ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13495cross_compiling=$ac_cv_prog_cxx_cross
13496fi
698dcdb6 13497fi
4f14bcd8
GD
13498CXXCPP="$ac_cv_prog_CXXCPP"
13499echo "$ac_t""$CXXCPP" 1>&6
698dcdb6 13500
4f14bcd8
GD
13501
13502 if test "$cross_compiling" = "yes"; then
13503 cat >> confdefs.h <<\EOF
13504#define wxUSE_IOSTREAMH 1
698dcdb6
VZ
13505EOF
13506
4f14bcd8
GD
13507 else
13508
13509 ac_ext=C
13510# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13511ac_cpp='$CXXCPP $CPPFLAGS'
13512ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13513ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13514cross_compiling=$ac_cv_prog_cxx_cross
698dcdb6 13515
4f14bcd8
GD
13516
13517 for ac_hdr in iostream
13518do
13519ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13520echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
0fbb762e 13521echo "configure:13522: checking for $ac_hdr" >&5
4f14bcd8 13522if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
698dcdb6
VZ
13523 echo $ac_n "(cached) $ac_c" 1>&6
13524else
13525 cat > conftest.$ac_ext <<EOF
0fbb762e 13526#line 13527 "configure"
10f2d63a 13527#include "confdefs.h"
4f14bcd8 13528#include <$ac_hdr>
698dcdb6 13529EOF
4f14bcd8 13530ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 13531{ (eval echo configure:13532: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
13532ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13533if test -z "$ac_err"; then
698dcdb6 13534 rm -rf conftest*
4f14bcd8 13535 eval "ac_cv_header_$ac_safe=yes"
698dcdb6 13536else
4f14bcd8 13537 echo "$ac_err" >&5
698dcdb6
VZ
13538 echo "configure: failed program was:" >&5
13539 cat conftest.$ac_ext >&5
13540 rm -rf conftest*
4f14bcd8 13541 eval "ac_cv_header_$ac_safe=no"
698dcdb6
VZ
13542fi
13543rm -f conftest*
13544fi
4f14bcd8 13545if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
698dcdb6 13546 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
13547 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13548 cat >> confdefs.h <<EOF
13549#define $ac_tr_hdr 1
10f2d63a 13550EOF
4f14bcd8 13551
698dcdb6
VZ
13552else
13553 echo "$ac_t""no" 1>&6
10f2d63a 13554fi
4f14bcd8 13555done
10f2d63a 13556
10f2d63a 13557
4f14bcd8
GD
13558 if test "$ac_cv_header_iostream" = "yes" ; then
13559 :
13560 else
13561 cat >> confdefs.h <<\EOF
13562#define wxUSE_IOSTREAMH 1
13563EOF
13564
13565 fi
1e487827 13566
4f14bcd8
GD
13567 ac_ext=c
13568# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13569ac_cpp='$CPP $CPPFLAGS'
13570ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13571ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13572cross_compiling=$ac_cv_prog_cc_cross
698dcdb6 13573
4f14bcd8 13574 fi
698dcdb6
VZ
13575
13576
13577
4f14bcd8 13578 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
0fbb762e 13579echo "configure:13580: checking if C++ compiler supports bool" >&5
4f14bcd8 13580if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
698dcdb6
VZ
13581 echo $ac_n "(cached) $ac_c" 1>&6
13582else
13583
4f14bcd8
GD
13584
13585 ac_ext=C
13586# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13587ac_cpp='$CXXCPP $CPPFLAGS'
13588ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13589ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13590cross_compiling=$ac_cv_prog_cxx_cross
f6bcfd97 13591
10f2d63a 13592
4f14bcd8 13593 cat > conftest.$ac_ext <<EOF
0fbb762e 13594#line 13595 "configure"
4f14bcd8 13595#include "confdefs.h"
10f2d63a 13596
4f14bcd8
GD
13597
13598int main() {
f6bcfd97 13599
4f14bcd8 13600 bool b = true;
f6bcfd97 13601
4f14bcd8
GD
13602 return 0;
13603
698dcdb6
VZ
13604; return 0; }
13605EOF
0fbb762e 13606if { (eval echo configure:13607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
13607 rm -rf conftest*
13608
4f14bcd8
GD
13609 wx_cv_cpp_bool=yes
13610
10f2d63a 13611else
698dcdb6
VZ
13612 echo "configure: failed program was:" >&5
13613 cat conftest.$ac_ext >&5
13614 rm -rf conftest*
13615
4f14bcd8
GD
13616 wx_cv_cpp_bool=no
13617
13618
13619fi
13620rm -f conftest*
c521c494 13621
4f14bcd8
GD
13622 ac_ext=c
13623# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13624ac_cpp='$CPP $CPPFLAGS'
13625ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13626ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13627cross_compiling=$ac_cv_prog_cc_cross
c521c494 13628
4f14bcd8
GD
13629
13630fi
c521c494 13631
4f14bcd8 13632echo "$ac_t""$wx_cv_cpp_bool" 1>&6
c521c494 13633
4f14bcd8
GD
13634 if test "$wx_cv_cpp_bool" = "yes"; then
13635 cat >> confdefs.h <<\EOF
13636#define HAVE_BOOL 1
13637EOF
c521c494 13638
4f14bcd8
GD
13639 fi
13640
13641
13642
13643echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
0fbb762e 13644echo "configure:13645: checking for wcslen in -lc" >&5
4f14bcd8
GD
13645ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13646if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13647 echo $ac_n "(cached) $ac_c" 1>&6
13648else
13649 ac_save_LIBS="$LIBS"
13650LIBS="-lc $LIBS"
13651cat > conftest.$ac_ext <<EOF
0fbb762e 13652#line 13653 "configure"
4f14bcd8
GD
13653#include "confdefs.h"
13654/* Override any gcc2 internal prototype to avoid an error. */
13655/* We use char because int might match the return type of a gcc2
13656 builtin and then its argument prototype would still apply. */
13657char wcslen();
13658
13659int main() {
13660wcslen()
698dcdb6
VZ
13661; return 0; }
13662EOF
0fbb762e 13663if { (eval echo configure:13664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13664 rm -rf conftest*
4f14bcd8 13665 eval "ac_cv_lib_$ac_lib_var=yes"
c521c494 13666else
698dcdb6
VZ
13667 echo "configure: failed program was:" >&5
13668 cat conftest.$ac_ext >&5
13669 rm -rf conftest*
4f14bcd8 13670 eval "ac_cv_lib_$ac_lib_var=no"
6232543b 13671fi
698dcdb6 13672rm -f conftest*
4f14bcd8 13673LIBS="$ac_save_LIBS"
703e0a69 13674
1e487827 13675fi
4f14bcd8
GD
13676if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13677 echo "$ac_t""yes" 1>&6
13678
13679 cat >> confdefs.h <<\EOF
13680#define HAVE_WCSLEN 1
9d8deca0
VZ
13681EOF
13682
3d63bc3a 13683 WCHAR_LINK=
4f14bcd8 13684
9d8deca0 13685else
4f14bcd8 13686 echo "$ac_t""no" 1>&6
9d8deca0 13687
4f14bcd8 13688 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
0fbb762e 13689echo "configure:13690: checking for wcslen in -lw" >&5
4f14bcd8
GD
13690ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13691if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6 13692 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13693else
4f14bcd8
GD
13694 ac_save_LIBS="$LIBS"
13695LIBS="-lw $LIBS"
13696cat > conftest.$ac_ext <<EOF
0fbb762e 13697#line 13698 "configure"
10f2d63a 13698#include "confdefs.h"
4f14bcd8
GD
13699/* Override any gcc2 internal prototype to avoid an error. */
13700/* We use char because int might match the return type of a gcc2
13701 builtin and then its argument prototype would still apply. */
13702char wcslen();
10f2d63a 13703
698dcdb6 13704int main() {
4f14bcd8 13705wcslen()
698dcdb6
VZ
13706; return 0; }
13707EOF
0fbb762e 13708if { (eval echo configure:13709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13709 rm -rf conftest*
4f14bcd8 13710 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 13711else
698dcdb6
VZ
13712 echo "configure: failed program was:" >&5
13713 cat conftest.$ac_ext >&5
13714 rm -rf conftest*
4f14bcd8 13715 eval "ac_cv_lib_$ac_lib_var=no"
6232543b 13716fi
698dcdb6 13717rm -f conftest*
4f14bcd8 13718LIBS="$ac_save_LIBS"
703e0a69 13719
1e487827 13720fi
4f14bcd8
GD
13721if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13722 echo "$ac_t""yes" 1>&6
13723
13724 cat >> confdefs.h <<\EOF
13725#define HAVE_WCSLEN 1
9d8deca0
VZ
13726EOF
13727
3d63bc3a 13728 WCHAR_LINK=" -lw"
4f14bcd8
GD
13729
13730else
13731 echo "$ac_t""no" 1>&6
698dcdb6 13732
4f14bcd8 13733 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
0fbb762e 13734echo "configure:13735: checking for wcslen in -lmsvcrt" >&5
4f14bcd8
GD
13735ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13736if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
13737 echo $ac_n "(cached) $ac_c" 1>&6
13738else
4f14bcd8
GD
13739 ac_save_LIBS="$LIBS"
13740LIBS="-lmsvcrt $LIBS"
13741cat > conftest.$ac_ext <<EOF
0fbb762e 13742#line 13743 "configure"
95c8801c 13743#include "confdefs.h"
4f14bcd8
GD
13744/* Override any gcc2 internal prototype to avoid an error. */
13745/* We use char because int might match the return type of a gcc2
13746 builtin and then its argument prototype would still apply. */
13747char wcslen();
95c8801c 13748
4f14bcd8
GD
13749int main() {
13750wcslen()
698dcdb6
VZ
13751; return 0; }
13752EOF
0fbb762e 13753if { (eval echo configure:13754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13754 rm -rf conftest*
4f14bcd8 13755 eval "ac_cv_lib_$ac_lib_var=yes"
95c8801c 13756else
698dcdb6
VZ
13757 echo "configure: failed program was:" >&5
13758 cat conftest.$ac_ext >&5
13759 rm -rf conftest*
4f14bcd8 13760 eval "ac_cv_lib_$ac_lib_var=no"
95c8801c 13761fi
698dcdb6 13762rm -f conftest*
4f14bcd8 13763LIBS="$ac_save_LIBS"
95c8801c
VS
13764
13765fi
4f14bcd8
GD
13766if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13767 echo "$ac_t""yes" 1>&6
13768
13769 cat >> confdefs.h <<\EOF
13770#define HAVE_WCSLEN 1
13771EOF
698dcdb6 13772
3d63bc3a 13773 WCHAR_LINK=
4f14bcd8
GD
13774
13775else
13776 echo "$ac_t""no" 1>&6
13777fi
10f2d63a 13778
4f14bcd8
GD
13779
13780fi
95c8801c 13781
4f14bcd8 13782
95c8801c 13783fi
10f2d63a 13784
1e487827 13785
4f14bcd8 13786for ac_func in wcsrtombs
eb4efbdc 13787do
698dcdb6 13788echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 13789echo "configure:13790: checking for $ac_func" >&5
698dcdb6
VZ
13790if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13791 echo $ac_n "(cached) $ac_c" 1>&6
13792else
13793 cat > conftest.$ac_ext <<EOF
0fbb762e 13794#line 13795 "configure"
eb4efbdc
VZ
13795#include "confdefs.h"
13796/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13797 which can conflict with char $ac_func(); below. */
eb4efbdc
VZ
13798#include <assert.h>
13799/* Override any gcc2 internal prototype to avoid an error. */
13800/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13801 builtin and then its argument prototype would still apply. */
13802char $ac_func();
13803
13804int main() {
eb4efbdc
VZ
13805
13806/* The GNU C library defines this for functions which it implements
13807 to always fail with ENOSYS. Some functions are actually named
13808 something starting with __ and the normal name is an alias. */
13809#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13810choke me
13811#else
698dcdb6 13812$ac_func();
eb4efbdc
VZ
13813#endif
13814
698dcdb6 13815; return 0; }
eb4efbdc 13816EOF
0fbb762e 13817if { (eval echo configure:13818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13818 rm -rf conftest*
13819 eval "ac_cv_func_$ac_func=yes"
13820else
13821 echo "configure: failed program was:" >&5
13822 cat conftest.$ac_ext >&5
13823 rm -rf conftest*
13824 eval "ac_cv_func_$ac_func=no"
13825fi
13826rm -f conftest*
13827fi
eb4efbdc 13828
698dcdb6
VZ
13829if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13830 echo "$ac_t""yes" 1>&6
13831 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13832 cat >> confdefs.h <<EOF
13833#define $ac_tr_func 1
13834EOF
13835
13836else
13837 echo "$ac_t""no" 1>&6
eb4efbdc
VZ
13838fi
13839done
13840
698dcdb6 13841
4f14bcd8 13842echo $ac_n "checking for vprintf""... $ac_c" 1>&6
0fbb762e 13843echo "configure:13844: checking for vprintf" >&5
4f14bcd8 13844if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
698dcdb6
VZ
13845 echo $ac_n "(cached) $ac_c" 1>&6
13846else
4f14bcd8 13847 cat > conftest.$ac_ext <<EOF
0fbb762e 13848#line 13849 "configure"
f6bcfd97 13849#include "confdefs.h"
4f14bcd8
GD
13850/* System header to define __stub macros and hopefully few prototypes,
13851 which can conflict with char vprintf(); below. */
13852#include <assert.h>
13853/* Override any gcc2 internal prototype to avoid an error. */
13854/* We use char because int might match the return type of a gcc2
13855 builtin and then its argument prototype would still apply. */
13856char vprintf();
13857
698dcdb6 13858int main() {
f6bcfd97 13859
4f14bcd8
GD
13860/* The GNU C library defines this for functions which it implements
13861 to always fail with ENOSYS. Some functions are actually named
13862 something starting with __ and the normal name is an alias. */
13863#if defined (__stub_vprintf) || defined (__stub___vprintf)
13864choke me
13865#else
13866vprintf();
13867#endif
f6bcfd97 13868
698dcdb6
VZ
13869; return 0; }
13870EOF
0fbb762e 13871if { (eval echo configure:13872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13872 rm -rf conftest*
4f14bcd8 13873 eval "ac_cv_func_vprintf=yes"
f6bcfd97 13874else
698dcdb6
VZ
13875 echo "configure: failed program was:" >&5
13876 cat conftest.$ac_ext >&5
13877 rm -rf conftest*
4f14bcd8 13878 eval "ac_cv_func_vprintf=no"
6232543b 13879fi
698dcdb6 13880rm -f conftest*
1e487827 13881fi
698dcdb6 13882
4f14bcd8
GD
13883if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13884 echo "$ac_t""yes" 1>&6
13885 cat >> confdefs.h <<\EOF
13886#define HAVE_VPRINTF 1
f6bcfd97
BP
13887EOF
13888
4f14bcd8
GD
13889else
13890 echo "$ac_t""no" 1>&6
eb4efbdc
VZ
13891fi
13892
4f14bcd8
GD
13893if test "$ac_cv_func_vprintf" != yes; then
13894echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
0fbb762e 13895echo "configure:13896: checking for _doprnt" >&5
4f14bcd8 13896if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
698dcdb6
VZ
13897 echo $ac_n "(cached) $ac_c" 1>&6
13898else
13899 cat > conftest.$ac_ext <<EOF
0fbb762e 13900#line 13901 "configure"
10f2d63a
VZ
13901#include "confdefs.h"
13902/* System header to define __stub macros and hopefully few prototypes,
4f14bcd8 13903 which can conflict with char _doprnt(); below. */
10f2d63a
VZ
13904#include <assert.h>
13905/* Override any gcc2 internal prototype to avoid an error. */
13906/* We use char because int might match the return type of a gcc2
698dcdb6 13907 builtin and then its argument prototype would still apply. */
4f14bcd8 13908char _doprnt();
698dcdb6
VZ
13909
13910int main() {
10f2d63a
VZ
13911
13912/* The GNU C library defines this for functions which it implements
13913 to always fail with ENOSYS. Some functions are actually named
13914 something starting with __ and the normal name is an alias. */
4f14bcd8 13915#if defined (__stub__doprnt) || defined (__stub____doprnt)
10f2d63a
VZ
13916choke me
13917#else
4f14bcd8 13918_doprnt();
10f2d63a
VZ
13919#endif
13920
698dcdb6 13921; return 0; }
10f2d63a 13922EOF
0fbb762e 13923if { (eval echo configure:13924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 13924 rm -rf conftest*
4f14bcd8 13925 eval "ac_cv_func__doprnt=yes"
698dcdb6
VZ
13926else
13927 echo "configure: failed program was:" >&5
13928 cat conftest.$ac_ext >&5
13929 rm -rf conftest*
4f14bcd8 13930 eval "ac_cv_func__doprnt=no"
698dcdb6
VZ
13931fi
13932rm -f conftest*
13933fi
270a909e 13934
4f14bcd8 13935if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
698dcdb6 13936 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
13937 cat >> confdefs.h <<\EOF
13938#define HAVE_DOPRNT 1
698dcdb6 13939EOF
4f14bcd8 13940
698dcdb6
VZ
13941else
13942 echo "$ac_t""no" 1>&6
270a909e 13943fi
270a909e 13944
4f14bcd8 13945fi
1e487827 13946
52e8b690 13947
52e8b690 13948
52e8b690 13949
52e8b690 13950
52e8b690 13951
4f14bcd8 13952echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
0fbb762e 13953echo "configure:13954: checking for vsnprintf" >&5
4f14bcd8 13954if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
698dcdb6 13955 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 13956else
4f14bcd8 13957
af15babd 13958 cat > conftest.$ac_ext <<EOF
0fbb762e 13959#line 13960 "configure"
c63c7106 13960#include "confdefs.h"
698dcdb6 13961
4f14bcd8
GD
13962 #include <stdio.h>
13963 #include <stdarg.h>
13964
af15babd
VZ
13965int main() {
13966
4f14bcd8
GD
13967 int wx_test_vsnprintf(const char *, ...);
13968
13969 wx_test_vsnprintf("%s");
13970 return 0;
13971 }
13972
13973 int wx_test_vsnprintf(const char *fmt, ...)
13974 {
13975 char *s;
13976
13977 va_list argp;
13978 va_start(argp, fmt);
13979 vsnprintf(s, 42, fmt, argp);
13980 va_end(argp);
13981
af15babd
VZ
13982; return 0; }
13983EOF
0fbb762e 13984if { (eval echo configure:13985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd
VZ
13985 rm -rf conftest*
13986
4f14bcd8
GD
13987 wx_cv_func_vsnprintf=yes
13988
af15babd
VZ
13989else
13990 echo "configure: failed program was:" >&5
13991 cat conftest.$ac_ext >&5
13992 rm -rf conftest*
13993
4f14bcd8 13994 cat > conftest.$ac_ext <<EOF
0fbb762e 13995#line 13996 "configure"
af15babd 13996#include "confdefs.h"
af15babd 13997
4f14bcd8
GD
13998 #include <stdio.h>
13999 #include <stdarg.h>
14000
af15babd
VZ
14001int main() {
14002
4f14bcd8
GD
14003 int wx_test_vsnprintf(const char *, ...);
14004
14005 wx_test_vsnprintf("%s");
14006 return 0;
14007 }
14008
14009 int wx_test_vsnprintf(const char *fmt, ...)
14010 {
14011 char *s;
af15babd 14012
4f14bcd8
GD
14013 va_list argp;
14014 va_start(argp, fmt);
14015 _vsnprintf(s, 42, fmt, argp);
14016 va_end(argp);
14017
af15babd
VZ
14018; return 0; }
14019EOF
0fbb762e 14020if { (eval echo configure:14021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14021 rm -rf conftest*
4f14bcd8
GD
14022
14023 wx_cv_func_vsnprintf=yes
14024
af15babd
VZ
14025else
14026 echo "configure: failed program was:" >&5
14027 cat conftest.$ac_ext >&5
14028 rm -rf conftest*
4f14bcd8
GD
14029
14030 wx_cv_func_vsnprintf=no
14031
af15babd
VZ
14032fi
14033rm -f conftest*
4f14bcd8 14034
af15babd 14035fi
4f14bcd8 14036rm -f conftest*
af15babd 14037
af15babd 14038fi
af15babd 14039
4f14bcd8 14040echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
af15babd 14041
4f14bcd8
GD
14042if test "$wx_cv_func_vsnprintf" = yes; then
14043 cat >> confdefs.h <<\EOF
14044#define HAVE_VSNPRINTF 1
14045EOF
14046
14047else
14048 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
af15babd
VZ
14049fi
14050
4f14bcd8 14051echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
0fbb762e 14052echo "configure:14053: checking for vsscanf" >&5
4f14bcd8 14053if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
af15babd
VZ
14054 echo $ac_n "(cached) $ac_c" 1>&6
14055else
4f14bcd8 14056
af15babd 14057 cat > conftest.$ac_ext <<EOF
0fbb762e 14058#line 14059 "configure"
af15babd 14059#include "confdefs.h"
af15babd 14060
4f14bcd8
GD
14061 #include <stdio.h>
14062 #include <stdarg.h>
14063
af15babd
VZ
14064int main() {
14065
4f14bcd8
GD
14066 int wx_test_vsscanf(const char *, ...);
14067
14068 wx_test_vsscanf("%d");
14069 return 0;
14070 }
af15babd 14071
4f14bcd8
GD
14072 int wx_test_vsscanf(const char *fmt, ...)
14073 {
14074 va_list argp;
14075 va_start(argp, fmt);
14076 vsscanf("42", fmt, argp);
14077 va_end(argp);
14078
af15babd
VZ
14079; return 0; }
14080EOF
0fbb762e 14081if { (eval echo configure:14082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14082 rm -rf conftest*
4f14bcd8
GD
14083
14084 wx_cv_func_vsscanf=yes
14085
af15babd
VZ
14086else
14087 echo "configure: failed program was:" >&5
14088 cat conftest.$ac_ext >&5
14089 rm -rf conftest*
4f14bcd8
GD
14090
14091 wx_cv_func_vsscanf=no
14092
af15babd
VZ
14093fi
14094rm -f conftest*
4f14bcd8 14095
af15babd
VZ
14096fi
14097
4f14bcd8
GD
14098echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
14099
14100if test "$wx_cv_func_vsscanf" = yes; then
14101 cat >> confdefs.h <<\EOF
14102#define HAVE_VSSCANF 1
af15babd 14103EOF
4f14bcd8 14104
af15babd 14105fi
af15babd 14106
4f14bcd8 14107if test "$TOOLKIT" != "MSW"; then
af15babd 14108
4f14bcd8
GD
14109
14110
14111ac_ext=C
14112# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14113ac_cpp='$CXXCPP $CPPFLAGS'
14114ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14115ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14116cross_compiling=$ac_cv_prog_cxx_cross
14117
14118echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
0fbb762e 14119echo "configure:14120: checking if iconv() takes char**" >&5
4f14bcd8 14120if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
af15babd
VZ
14121 echo $ac_n "(cached) $ac_c" 1>&6
14122else
4f14bcd8
GD
14123
14124 cat > conftest.$ac_ext <<EOF
0fbb762e 14125#line 14126 "configure"
af15babd 14126#include "confdefs.h"
4f14bcd8 14127#include <iconv.h>
af15babd
VZ
14128int main() {
14129
4f14bcd8
GD
14130 char **inbuf, **outbuf;
14131 iconv_t cd;
14132 size_t insz, outsz;
14133 iconv(cd, inbuf, &insz, outbuf, &outsz);
14134
af15babd
VZ
14135; return 0; }
14136EOF
0fbb762e 14137if { (eval echo configure:14138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14138 rm -rf conftest*
4f14bcd8 14139 wx_cv_iconv_takes_char=yes
af15babd
VZ
14140else
14141 echo "configure: failed program was:" >&5
14142 cat conftest.$ac_ext >&5
14143 rm -rf conftest*
4f14bcd8 14144 wx_cv_iconv_takes_char=no
af15babd
VZ
14145fi
14146rm -f conftest*
af15babd 14147
af15babd 14148fi
af15babd 14149
4f14bcd8
GD
14150echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
14151ac_ext=c
14152# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14153ac_cpp='$CPP $CPPFLAGS'
14154ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14155ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14156cross_compiling=$ac_cv_prog_cc_cross
af15babd 14157
4f14bcd8
GD
14158if test "$wx_cv_iconv_takes_char" = yes ; then
14159 cat >> confdefs.h <<\EOF
14160#define WX_ICONV_TAKES_CHAR 1
af15babd
VZ
14161EOF
14162
af15babd
VZ
14163fi
14164
af15babd 14165
4f14bcd8
GD
14166if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
14167 for ac_func in sigaction
af15babd
VZ
14168do
14169echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14170echo "configure:14171: checking for $ac_func" >&5
af15babd
VZ
14171if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14172 echo $ac_n "(cached) $ac_c" 1>&6
14173else
14174 cat > conftest.$ac_ext <<EOF
0fbb762e 14175#line 14176 "configure"
af15babd
VZ
14176#include "confdefs.h"
14177/* System header to define __stub macros and hopefully few prototypes,
14178 which can conflict with char $ac_func(); below. */
14179#include <assert.h>
14180/* Override any gcc2 internal prototype to avoid an error. */
14181/* We use char because int might match the return type of a gcc2
14182 builtin and then its argument prototype would still apply. */
14183char $ac_func();
14184
14185int main() {
14186
14187/* The GNU C library defines this for functions which it implements
14188 to always fail with ENOSYS. Some functions are actually named
14189 something starting with __ and the normal name is an alias. */
14190#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14191choke me
14192#else
14193$ac_func();
14194#endif
14195
14196; return 0; }
14197EOF
0fbb762e 14198if { (eval echo configure:14199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14199 rm -rf conftest*
14200 eval "ac_cv_func_$ac_func=yes"
14201else
14202 echo "configure: failed program was:" >&5
14203 cat conftest.$ac_ext >&5
14204 rm -rf conftest*
14205 eval "ac_cv_func_$ac_func=no"
14206fi
14207rm -f conftest*
14208fi
14209
14210if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14211 echo "$ac_t""yes" 1>&6
14212 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14213 cat >> confdefs.h <<EOF
14214#define $ac_tr_func 1
14215EOF
4f14bcd8 14216
af15babd
VZ
14217else
14218 echo "$ac_t""no" 1>&6
4f14bcd8
GD
14219fi
14220done
14221
14222
14223 if test "$ac_cv_func_sigaction" = "no"; then
14224 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
14225 wxUSE_ON_FATAL_EXCEPTION=no
14226 fi
14227
14228 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
14229
14230 ac_ext=C
14231# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14232ac_cpp='$CXXCPP $CPPFLAGS'
14233ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14234ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14235cross_compiling=$ac_cv_prog_cxx_cross
14236
14237
14238 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
0fbb762e 14239echo "configure:14240: checking for sa_handler type" >&5
4f14bcd8 14240if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
af15babd
VZ
14241 echo $ac_n "(cached) $ac_c" 1>&6
14242else
4f14bcd8
GD
14243
14244 cat > conftest.$ac_ext <<EOF
0fbb762e 14245#line 14246 "configure"
af15babd 14246#include "confdefs.h"
4f14bcd8 14247#include <signal.h>
af15babd 14248int main() {
4f14bcd8
GD
14249
14250 extern void testSigHandler(int);
14251
14252 struct sigaction sa;
14253 sa.sa_handler = testSigHandler;
14254
af15babd
VZ
14255; return 0; }
14256EOF
0fbb762e 14257if { (eval echo configure:14258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14258 rm -rf conftest*
4f14bcd8
GD
14259
14260 wx_cv_type_sa_handler=int
14261
af15babd
VZ
14262else
14263 echo "configure: failed program was:" >&5
14264 cat conftest.$ac_ext >&5
14265 rm -rf conftest*
4f14bcd8
GD
14266
14267 wx_cv_type_sa_handler=void
14268
af15babd
VZ
14269fi
14270rm -f conftest*
4f14bcd8
GD
14271
14272fi
14273
14274echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
14275
14276 ac_ext=c
14277# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14278ac_cpp='$CPP $CPPFLAGS'
14279ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14280ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14281cross_compiling=$ac_cv_prog_cc_cross
af15babd 14282
4f14bcd8
GD
14283
14284 cat >> confdefs.h <<EOF
14285#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
af15babd
VZ
14286EOF
14287
4f14bcd8
GD
14288 fi
14289fi
af15babd 14290
4f14bcd8 14291for ac_func in vfork
af15babd
VZ
14292do
14293echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14294echo "configure:14295: checking for $ac_func" >&5
af15babd
VZ
14295if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14296 echo $ac_n "(cached) $ac_c" 1>&6
14297else
14298 cat > conftest.$ac_ext <<EOF
0fbb762e 14299#line 14300 "configure"
af15babd
VZ
14300#include "confdefs.h"
14301/* System header to define __stub macros and hopefully few prototypes,
14302 which can conflict with char $ac_func(); below. */
14303#include <assert.h>
14304/* Override any gcc2 internal prototype to avoid an error. */
14305/* We use char because int might match the return type of a gcc2
14306 builtin and then its argument prototype would still apply. */
14307char $ac_func();
14308
14309int main() {
14310
14311/* The GNU C library defines this for functions which it implements
14312 to always fail with ENOSYS. Some functions are actually named
14313 something starting with __ and the normal name is an alias. */
14314#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14315choke me
14316#else
14317$ac_func();
14318#endif
14319
14320; return 0; }
14321EOF
0fbb762e 14322if { (eval echo configure:14323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14323 rm -rf conftest*
14324 eval "ac_cv_func_$ac_func=yes"
14325else
14326 echo "configure: failed program was:" >&5
14327 cat conftest.$ac_ext >&5
14328 rm -rf conftest*
14329 eval "ac_cv_func_$ac_func=no"
14330fi
14331rm -f conftest*
14332fi
14333
14334if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14335 echo "$ac_t""yes" 1>&6
14336 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14337 cat >> confdefs.h <<EOF
14338#define $ac_tr_func 1
14339EOF
4f14bcd8 14340
af15babd
VZ
14341else
14342 echo "$ac_t""no" 1>&6
af15babd
VZ
14343fi
14344done
14345
af15babd 14346
4f14bcd8 14347echo $ac_n "checking for statfs""... $ac_c" 1>&6
0fbb762e 14348echo "configure:14349: checking for statfs" >&5
4f14bcd8
GD
14349if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
14350 echo $ac_n "(cached) $ac_c" 1>&6
14351else
14352 cat > conftest.$ac_ext <<EOF
0fbb762e 14353#line 14354 "configure"
4f14bcd8
GD
14354#include "confdefs.h"
14355
14356 #if defined(__BSD__)
14357 #include <sys/param.h>
14358 #include <sys/mount.h>
14359 #else
14360 #include <sys/vfs.h>
14361 #endif
14362
14363int main() {
14364
14365 long l;
14366 struct statfs fs;
14367 statfs("/", &fs);
14368 l = fs.f_bsize;
14369 l += fs.f_blocks;
14370 l += fs.f_bavail;
14371
14372; return 0; }
14373EOF
0fbb762e 14374if { (eval echo configure:14375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
14375 rm -rf conftest*
14376
14377 wx_cv_func_statfs=yes
14378
14379else
14380 echo "configure: failed program was:" >&5
14381 cat conftest.$ac_ext >&5
14382 rm -rf conftest*
14383
14384 wx_cv_func_statfs=no
af15babd
VZ
14385
14386
14387fi
4f14bcd8 14388rm -f conftest*
af15babd
VZ
14389
14390fi
14391
4f14bcd8
GD
14392echo "$ac_t""$wx_cv_func_statfs" 1>&6
14393
14394if test "$wx_cv_func_statfs" = "yes"; then
14395 cat >> confdefs.h <<\EOF
14396#define HAVE_STATFS 1
14397EOF
14398
14399else
14400 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
0fbb762e 14401echo "configure:14402: checking for statvfs" >&5
4f14bcd8 14402if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
af15babd
VZ
14403 echo $ac_n "(cached) $ac_c" 1>&6
14404else
14405 cat > conftest.$ac_ext <<EOF
0fbb762e 14406#line 14407 "configure"
af15babd 14407#include "confdefs.h"
af15babd 14408
4f14bcd8
GD
14409 #include <sys/statvfs.h>
14410
af15babd
VZ
14411int main() {
14412
4f14bcd8
GD
14413 long l;
14414 struct statvfs fs;
14415 statvfs("/", &fs);
14416 l = fs.f_bsize;
14417 l += fs.f_blocks;
14418 l += fs.f_bavail;
14419
af15babd
VZ
14420; return 0; }
14421EOF
0fbb762e 14422if { (eval echo configure:14423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
af15babd 14423 rm -rf conftest*
4f14bcd8
GD
14424
14425 wx_cv_func_statvfs=yes
14426
af15babd
VZ
14427else
14428 echo "configure: failed program was:" >&5
14429 cat conftest.$ac_ext >&5
14430 rm -rf conftest*
4f14bcd8
GD
14431
14432 wx_cv_func_statvfs=no
14433
14434
af15babd
VZ
14435fi
14436rm -f conftest*
4f14bcd8 14437
af15babd
VZ
14438fi
14439
4f14bcd8 14440echo "$ac_t""$wx_cv_func_statvfs" 1>&6
af15babd 14441
4f14bcd8
GD
14442 if test "$wx_cv_func_statvfs" = "yes"; then
14443 cat >> confdefs.h <<\EOF
14444#define HAVE_STATVFS 1
14445EOF
af15babd 14446
4f14bcd8
GD
14447 else
14448 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
14449 fi
14450fi
af15babd 14451
4f14bcd8
GD
14452if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
14453 for ac_func in fcntl flock
af15babd
VZ
14454do
14455echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14456echo "configure:14457: checking for $ac_func" >&5
af15babd
VZ
14457if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14458 echo $ac_n "(cached) $ac_c" 1>&6
14459else
14460 cat > conftest.$ac_ext <<EOF
0fbb762e 14461#line 14462 "configure"
af15babd
VZ
14462#include "confdefs.h"
14463/* System header to define __stub macros and hopefully few prototypes,
14464 which can conflict with char $ac_func(); below. */
14465#include <assert.h>
14466/* Override any gcc2 internal prototype to avoid an error. */
af15babd
VZ
14467/* We use char because int might match the return type of a gcc2
14468 builtin and then its argument prototype would still apply. */
14469char $ac_func();
14470
14471int main() {
14472
14473/* The GNU C library defines this for functions which it implements
14474 to always fail with ENOSYS. Some functions are actually named
14475 something starting with __ and the normal name is an alias. */
14476#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14477choke me
14478#else
14479$ac_func();
14480#endif
14481
14482; return 0; }
14483EOF
0fbb762e 14484if { (eval echo configure:14485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14485 rm -rf conftest*
14486 eval "ac_cv_func_$ac_func=yes"
14487else
14488 echo "configure: failed program was:" >&5
14489 cat conftest.$ac_ext >&5
14490 rm -rf conftest*
14491 eval "ac_cv_func_$ac_func=no"
14492fi
14493rm -f conftest*
14494fi
14495
14496if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14497 echo "$ac_t""yes" 1>&6
14498 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14499 cat >> confdefs.h <<EOF
14500#define $ac_tr_func 1
14501EOF
4f14bcd8 14502 break
af15babd
VZ
14503else
14504 echo "$ac_t""no" 1>&6
14505fi
14506done
14507
14508
4f14bcd8
GD
14509 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
14510 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
14511 wxUSE_SNGLINST_CHECKER=no
14512 fi
14513fi
af15babd 14514
4f14bcd8 14515for ac_func in timegm
af15babd
VZ
14516do
14517echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14518echo "configure:14519: checking for $ac_func" >&5
af15babd
VZ
14519if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14520 echo $ac_n "(cached) $ac_c" 1>&6
14521else
14522 cat > conftest.$ac_ext <<EOF
0fbb762e 14523#line 14524 "configure"
af15babd
VZ
14524#include "confdefs.h"
14525/* System header to define __stub macros and hopefully few prototypes,
14526 which can conflict with char $ac_func(); below. */
14527#include <assert.h>
14528/* Override any gcc2 internal prototype to avoid an error. */
14529/* We use char because int might match the return type of a gcc2
14530 builtin and then its argument prototype would still apply. */
14531char $ac_func();
14532
698dcdb6 14533int main() {
698dcdb6 14534
af15babd
VZ
14535/* The GNU C library defines this for functions which it implements
14536 to always fail with ENOSYS. Some functions are actually named
14537 something starting with __ and the normal name is an alias. */
14538#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14539choke me
14540#else
14541$ac_func();
14542#endif
14543
698dcdb6
VZ
14544; return 0; }
14545EOF
0fbb762e 14546if { (eval echo configure:14547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14547 rm -rf conftest*
af15babd 14548 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
14549else
14550 echo "configure: failed program was:" >&5
14551 cat conftest.$ac_ext >&5
14552 rm -rf conftest*
af15babd 14553 eval "ac_cv_func_$ac_func=no"
1e487827 14554fi
9952adac 14555rm -f conftest*
af15babd 14556fi
703e0a69 14557
af15babd
VZ
14558if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14559 echo "$ac_t""yes" 1>&6
14560 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4f14bcd8
GD
14561 cat >> confdefs.h <<EOF
14562#define $ac_tr_func 1
14563EOF
14564
14565else
14566 echo "$ac_t""no" 1>&6
af15babd
VZ
14567fi
14568done
14569
14570
4f14bcd8 14571for ac_func in putenv setenv
10f2d63a 14572do
698dcdb6 14573echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14574echo "configure:14575: checking for $ac_func" >&5
698dcdb6
VZ
14575if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14576 echo $ac_n "(cached) $ac_c" 1>&6
14577else
14578 cat > conftest.$ac_ext <<EOF
0fbb762e 14579#line 14580 "configure"
af15babd
VZ
14580#include "confdefs.h"
14581/* System header to define __stub macros and hopefully few prototypes,
14582 which can conflict with char $ac_func(); below. */
14583#include <assert.h>
14584/* Override any gcc2 internal prototype to avoid an error. */
14585/* We use char because int might match the return type of a gcc2
14586 builtin and then its argument prototype would still apply. */
14587char $ac_func();
14588
14589int main() {
14590
14591/* The GNU C library defines this for functions which it implements
14592 to always fail with ENOSYS. Some functions are actually named
14593 something starting with __ and the normal name is an alias. */
14594#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14595choke me
14596#else
14597$ac_func();
14598#endif
14599
14600; return 0; }
14601EOF
0fbb762e 14602if { (eval echo configure:14603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
af15babd
VZ
14603 rm -rf conftest*
14604 eval "ac_cv_func_$ac_func=yes"
14605else
14606 echo "configure: failed program was:" >&5
14607 cat conftest.$ac_ext >&5
14608 rm -rf conftest*
14609 eval "ac_cv_func_$ac_func=no"
14610fi
14611rm -f conftest*
14612fi
14613
14614if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14615 echo "$ac_t""yes" 1>&6
14616 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14617 cat >> confdefs.h <<EOF
14618#define $ac_tr_func 1
14619EOF
4f14bcd8 14620 break
af15babd
VZ
14621else
14622 echo "$ac_t""no" 1>&6
14623fi
af15babd
VZ
14624done
14625
14626
4f14bcd8
GD
14627HAVE_SOME_SLEEP_FUNC=0
14628if test "$USE_BEOS" = 1; then
14629 cat >> confdefs.h <<\EOF
14630#define HAVE_SLEEP 1
af15babd
VZ
14631EOF
14632
4f14bcd8 14633 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
14634fi
14635
4f14bcd8
GD
14636if test "$USE_DARWIN" = 1; then
14637 cat >> confdefs.h <<\EOF
14638#define HAVE_USLEEP 1
af15babd 14639EOF
10f2d63a 14640
4f14bcd8 14641 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
14642fi
14643
4f14bcd8
GD
14644if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
14645 POSIX4_LINK=
14646 for ac_func in nanosleep
14647do
14648echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14649echo "configure:14650: checking for $ac_func" >&5
4f14bcd8 14650if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6 14651 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14652else
4f14bcd8 14653 cat > conftest.$ac_ext <<EOF
0fbb762e 14654#line 14655 "configure"
10f2d63a 14655#include "confdefs.h"
4f14bcd8
GD
14656/* System header to define __stub macros and hopefully few prototypes,
14657 which can conflict with char $ac_func(); below. */
14658#include <assert.h>
10f2d63a
VZ
14659/* Override any gcc2 internal prototype to avoid an error. */
14660/* We use char because int might match the return type of a gcc2
698dcdb6 14661 builtin and then its argument prototype would still apply. */
4f14bcd8 14662char $ac_func();
698dcdb6
VZ
14663
14664int main() {
4f14bcd8
GD
14665
14666/* The GNU C library defines this for functions which it implements
14667 to always fail with ENOSYS. Some functions are actually named
14668 something starting with __ and the normal name is an alias. */
14669#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14670choke me
14671#else
14672$ac_func();
14673#endif
14674
698dcdb6
VZ
14675; return 0; }
14676EOF
0fbb762e 14677if { (eval echo configure:14678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14678 rm -rf conftest*
4f14bcd8 14679 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
14680else
14681 echo "configure: failed program was:" >&5
14682 cat conftest.$ac_ext >&5
14683 rm -rf conftest*
4f14bcd8 14684 eval "ac_cv_func_$ac_func=no"
698dcdb6
VZ
14685fi
14686rm -f conftest*
698dcdb6 14687fi
4f14bcd8
GD
14688
14689if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14690 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14691 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14692 cat >> confdefs.h <<EOF
14693#define $ac_tr_func 1
14694EOF
14695 cat >> confdefs.h <<\EOF
14696#define HAVE_NANOSLEEP 1
14697EOF
14698
10f2d63a 14699else
698dcdb6 14700 echo "$ac_t""no" 1>&6
4f14bcd8 14701echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
0fbb762e 14702echo "configure:14703: checking for nanosleep in -lposix4" >&5
4f14bcd8 14703ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
698dcdb6
VZ
14704if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14705 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14706else
698dcdb6 14707 ac_save_LIBS="$LIBS"
4f14bcd8 14708LIBS="-lposix4 $LIBS"
698dcdb6 14709cat > conftest.$ac_ext <<EOF
0fbb762e 14710#line 14711 "configure"
10f2d63a
VZ
14711#include "confdefs.h"
14712/* Override any gcc2 internal prototype to avoid an error. */
14713/* We use char because int might match the return type of a gcc2
698dcdb6 14714 builtin and then its argument prototype would still apply. */
4f14bcd8 14715char nanosleep();
698dcdb6
VZ
14716
14717int main() {
4f14bcd8 14718nanosleep()
698dcdb6
VZ
14719; return 0; }
14720EOF
0fbb762e 14721if { (eval echo configure:14722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14722 rm -rf conftest*
14723 eval "ac_cv_lib_$ac_lib_var=yes"
14724else
14725 echo "configure: failed program was:" >&5
14726 cat conftest.$ac_ext >&5
14727 rm -rf conftest*
14728 eval "ac_cv_lib_$ac_lib_var=no"
14729fi
14730rm -f conftest*
14731LIBS="$ac_save_LIBS"
10f2d63a 14732
698dcdb6
VZ
14733fi
14734if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14735 echo "$ac_t""yes" 1>&6
14736
4f14bcd8
GD
14737 cat >> confdefs.h <<\EOF
14738#define HAVE_NANOSLEEP 1
14739EOF
14740
3d63bc3a 14741 POSIX4_LINK=" -lposix4"
4f14bcd8 14742
10f2d63a 14743else
698dcdb6 14744 echo "$ac_t""no" 1>&6
10f2d63a 14745
4f14bcd8
GD
14746 for ac_func in usleep
14747do
14748echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14749echo "configure:14750: checking for $ac_func" >&5
4f14bcd8 14750if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6 14751 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14752else
698dcdb6 14753 cat > conftest.$ac_ext <<EOF
0fbb762e 14754#line 14755 "configure"
10f2d63a 14755#include "confdefs.h"
4f14bcd8
GD
14756/* System header to define __stub macros and hopefully few prototypes,
14757 which can conflict with char $ac_func(); below. */
14758#include <assert.h>
14759/* Override any gcc2 internal prototype to avoid an error. */
14760/* We use char because int might match the return type of a gcc2
14761 builtin and then its argument prototype would still apply. */
14762char $ac_func();
14763
14764int main() {
14765
14766/* The GNU C library defines this for functions which it implements
14767 to always fail with ENOSYS. Some functions are actually named
14768 something starting with __ and the normal name is an alias. */
14769#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14770choke me
14771#else
14772$ac_func();
14773#endif
14774
14775; return 0; }
698dcdb6 14776EOF
0fbb762e 14777if { (eval echo configure:14778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14778 rm -rf conftest*
4f14bcd8 14779 eval "ac_cv_func_$ac_func=yes"
1e487827 14780else
698dcdb6 14781 echo "configure: failed program was:" >&5
10f2d63a 14782 cat conftest.$ac_ext >&5
698dcdb6 14783 rm -rf conftest*
4f14bcd8 14784 eval "ac_cv_func_$ac_func=no"
10f2d63a 14785fi
698dcdb6 14786rm -f conftest*
10f2d63a 14787fi
4f14bcd8
GD
14788
14789if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14790 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14791 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14792 cat >> confdefs.h <<EOF
14793#define $ac_tr_func 1
14794EOF
14795 cat >> confdefs.h <<\EOF
14796#define HAVE_USLEEP 1
14797EOF
14798
698dcdb6
VZ
14799else
14800 echo "$ac_t""no" 1>&6
4f14bcd8
GD
14801echo "configure: warning: wxSleep() function will not work" 1>&2
14802
10f2d63a 14803fi
4f14bcd8 14804done
10f2d63a 14805
4f14bcd8 14806
698dcdb6 14807
6232543b 14808fi
10f2d63a 14809
698dcdb6 14810
4f14bcd8 14811
1e487827 14812fi
4f14bcd8 14813done
703e0a69 14814
10f2d63a
VZ
14815fi
14816
4f14bcd8 14817for ac_func in uname gethostname
70846f0a 14818do
698dcdb6 14819echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14820echo "configure:14821: checking for $ac_func" >&5
698dcdb6
VZ
14821if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14822 echo $ac_n "(cached) $ac_c" 1>&6
14823else
14824 cat > conftest.$ac_ext <<EOF
0fbb762e 14825#line 14826 "configure"
70846f0a
VZ
14826#include "confdefs.h"
14827/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 14828 which can conflict with char $ac_func(); below. */
70846f0a
VZ
14829#include <assert.h>
14830/* Override any gcc2 internal prototype to avoid an error. */
14831/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14832 builtin and then its argument prototype would still apply. */
14833char $ac_func();
14834
14835int main() {
70846f0a
VZ
14836
14837/* The GNU C library defines this for functions which it implements
14838 to always fail with ENOSYS. Some functions are actually named
14839 something starting with __ and the normal name is an alias. */
14840#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14841choke me
14842#else
698dcdb6 14843$ac_func();
70846f0a
VZ
14844#endif
14845
698dcdb6 14846; return 0; }
70846f0a 14847EOF
0fbb762e 14848if { (eval echo configure:14849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14849 rm -rf conftest*
14850 eval "ac_cv_func_$ac_func=yes"
14851else
14852 echo "configure: failed program was:" >&5
14853 cat conftest.$ac_ext >&5
14854 rm -rf conftest*
14855 eval "ac_cv_func_$ac_func=no"
14856fi
14857rm -f conftest*
14858fi
70846f0a 14859
698dcdb6
VZ
14860if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14861 echo "$ac_t""yes" 1>&6
14862 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14863 cat >> confdefs.h <<EOF
14864#define $ac_tr_func 1
14865EOF
4f14bcd8 14866 break
698dcdb6
VZ
14867else
14868 echo "$ac_t""no" 1>&6
70846f0a
VZ
14869fi
14870done
14871
698dcdb6 14872
4f14bcd8
GD
14873
14874ac_ext=C
14875# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14876ac_cpp='$CXXCPP $CPPFLAGS'
14877ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14878ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14879cross_compiling=$ac_cv_prog_cxx_cross
14880
14881
14882for ac_func in strtok_r
10f2d63a 14883do
4f14bcd8 14884echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14885echo "configure:14886: checking for $ac_func" >&5
4f14bcd8 14886if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6
VZ
14887 echo $ac_n "(cached) $ac_c" 1>&6
14888else
14889 cat > conftest.$ac_ext <<EOF
0fbb762e 14890#line 14891 "configure"
10f2d63a 14891#include "confdefs.h"
4f14bcd8
GD
14892/* System header to define __stub macros and hopefully few prototypes,
14893 which can conflict with char $ac_func(); below. */
14894#include <assert.h>
14895/* Override any gcc2 internal prototype to avoid an error. */
14896#ifdef __cplusplus
14897extern "C"
14898#endif
14899/* We use char because int might match the return type of a gcc2
14900 builtin and then its argument prototype would still apply. */
14901char $ac_func();
14902
14903int main() {
14904
14905/* The GNU C library defines this for functions which it implements
14906 to always fail with ENOSYS. Some functions are actually named
14907 something starting with __ and the normal name is an alias. */
14908#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14909choke me
14910#else
14911$ac_func();
14912#endif
14913
14914; return 0; }
698dcdb6 14915EOF
0fbb762e 14916if { (eval echo configure:14917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14917 rm -rf conftest*
4f14bcd8 14918 eval "ac_cv_func_$ac_func=yes"
1e487827 14919else
698dcdb6 14920 echo "configure: failed program was:" >&5
10f2d63a 14921 cat conftest.$ac_ext >&5
698dcdb6 14922 rm -rf conftest*
4f14bcd8 14923 eval "ac_cv_func_$ac_func=no"
10f2d63a 14924fi
698dcdb6 14925rm -f conftest*
10f2d63a 14926fi
4f14bcd8
GD
14927
14928if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14929 echo "$ac_t""yes" 1>&6
4f14bcd8 14930 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
698dcdb6 14931 cat >> confdefs.h <<EOF
4f14bcd8 14932#define $ac_tr_func 1
10f2d63a 14933EOF
698dcdb6
VZ
14934
14935else
14936 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14937fi
14938done
14939
698dcdb6 14940
4f14bcd8
GD
14941ac_ext=c
14942# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14943ac_cpp='$CPP $CPPFLAGS'
14944ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14945ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14946cross_compiling=$ac_cv_prog_cc_cross
14947
14948
14949INET_LINK=
14950for ac_func in inet_addr
14951do
14952echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 14953echo "configure:14954: checking for $ac_func" >&5
4f14bcd8 14954if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6 14955 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14956else
4f14bcd8 14957 cat > conftest.$ac_ext <<EOF
0fbb762e 14958#line 14959 "configure"
10f2d63a 14959#include "confdefs.h"
4f14bcd8
GD
14960/* System header to define __stub macros and hopefully few prototypes,
14961 which can conflict with char $ac_func(); below. */
14962#include <assert.h>
10f2d63a
VZ
14963/* Override any gcc2 internal prototype to avoid an error. */
14964/* We use char because int might match the return type of a gcc2
698dcdb6 14965 builtin and then its argument prototype would still apply. */
4f14bcd8 14966char $ac_func();
698dcdb6
VZ
14967
14968int main() {
4f14bcd8
GD
14969
14970/* The GNU C library defines this for functions which it implements
14971 to always fail with ENOSYS. Some functions are actually named
14972 something starting with __ and the normal name is an alias. */
14973#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14974choke me
14975#else
14976$ac_func();
14977#endif
14978
698dcdb6
VZ
14979; return 0; }
14980EOF
0fbb762e 14981if { (eval echo configure:14982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 14982 rm -rf conftest*
4f14bcd8 14983 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
14984else
14985 echo "configure: failed program was:" >&5
14986 cat conftest.$ac_ext >&5
14987 rm -rf conftest*
4f14bcd8 14988 eval "ac_cv_func_$ac_func=no"
698dcdb6
VZ
14989fi
14990rm -f conftest*
698dcdb6 14991fi
4f14bcd8
GD
14992
14993if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 14994 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
14995 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14996 cat >> confdefs.h <<EOF
14997#define $ac_tr_func 1
14998EOF
14999 cat >> confdefs.h <<\EOF
15000#define HAVE_INET_ADDR 1
10f2d63a
VZ
15001EOF
15002
15003else
698dcdb6 15004 echo "$ac_t""no" 1>&6
4f14bcd8 15005echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
0fbb762e 15006echo "configure:15007: checking for inet_addr in -lnsl" >&5
4f14bcd8 15007ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15008if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15009 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15010else
698dcdb6 15011 ac_save_LIBS="$LIBS"
4f14bcd8 15012LIBS="-lnsl $LIBS"
698dcdb6 15013cat > conftest.$ac_ext <<EOF
0fbb762e 15014#line 15015 "configure"
10f2d63a
VZ
15015#include "confdefs.h"
15016/* Override any gcc2 internal prototype to avoid an error. */
15017/* We use char because int might match the return type of a gcc2
698dcdb6 15018 builtin and then its argument prototype would still apply. */
4f14bcd8 15019char inet_addr();
698dcdb6
VZ
15020
15021int main() {
4f14bcd8 15022inet_addr()
698dcdb6
VZ
15023; return 0; }
15024EOF
0fbb762e 15025if { (eval echo configure:15026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15026 rm -rf conftest*
15027 eval "ac_cv_lib_$ac_lib_var=yes"
15028else
15029 echo "configure: failed program was:" >&5
15030 cat conftest.$ac_ext >&5
15031 rm -rf conftest*
15032 eval "ac_cv_lib_$ac_lib_var=no"
15033fi
15034rm -f conftest*
15035LIBS="$ac_save_LIBS"
15036
15037fi
15038if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15039 echo "$ac_t""yes" 1>&6
4f14bcd8 15040 INET_LINK="nsl"
10f2d63a 15041else
698dcdb6 15042 echo "$ac_t""no" 1>&6
4f14bcd8 15043echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
0fbb762e 15044echo "configure:15045: checking for inet_addr in -lresolv" >&5
4f14bcd8 15045ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15046if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15047 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15048else
698dcdb6 15049 ac_save_LIBS="$LIBS"
4f14bcd8 15050LIBS="-lresolv $LIBS"
698dcdb6 15051cat > conftest.$ac_ext <<EOF
0fbb762e 15052#line 15053 "configure"
10f2d63a
VZ
15053#include "confdefs.h"
15054/* Override any gcc2 internal prototype to avoid an error. */
15055/* We use char because int might match the return type of a gcc2
698dcdb6 15056 builtin and then its argument prototype would still apply. */
4f14bcd8 15057char inet_addr();
698dcdb6
VZ
15058
15059int main() {
4f14bcd8 15060inet_addr()
698dcdb6
VZ
15061; return 0; }
15062EOF
0fbb762e 15063if { (eval echo configure:15064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15064 rm -rf conftest*
15065 eval "ac_cv_lib_$ac_lib_var=yes"
15066else
15067 echo "configure: failed program was:" >&5
15068 cat conftest.$ac_ext >&5
15069 rm -rf conftest*
15070 eval "ac_cv_lib_$ac_lib_var=no"
15071fi
15072rm -f conftest*
15073LIBS="$ac_save_LIBS"
15074
15075fi
15076if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15077 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15078 INET_LINK="resolv"
15079
698dcdb6 15080else
4f14bcd8
GD
15081 echo "$ac_t""no" 1>&6
15082fi
698dcdb6 15083
4f14bcd8 15084
698dcdb6 15085fi
4f14bcd8
GD
15086
15087
698dcdb6
VZ
15088
15089fi
4f14bcd8
GD
15090done
15091
15092
15093for ac_func in inet_aton
15094do
15095echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 15096echo "configure:15097: checking for $ac_func" >&5
4f14bcd8 15097if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6
VZ
15098 echo $ac_n "(cached) $ac_c" 1>&6
15099else
4f14bcd8 15100 cat > conftest.$ac_ext <<EOF
0fbb762e 15101#line 15102 "configure"
f6bcfd97 15102#include "confdefs.h"
4f14bcd8
GD
15103/* System header to define __stub macros and hopefully few prototypes,
15104 which can conflict with char $ac_func(); below. */
15105#include <assert.h>
f6bcfd97
BP
15106/* Override any gcc2 internal prototype to avoid an error. */
15107/* We use char because int might match the return type of a gcc2
698dcdb6 15108 builtin and then its argument prototype would still apply. */
4f14bcd8 15109char $ac_func();
698dcdb6
VZ
15110
15111int main() {
4f14bcd8
GD
15112
15113/* The GNU C library defines this for functions which it implements
15114 to always fail with ENOSYS. Some functions are actually named
15115 something starting with __ and the normal name is an alias. */
15116#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15117choke me
15118#else
15119$ac_func();
15120#endif
15121
698dcdb6
VZ
15122; return 0; }
15123EOF
0fbb762e 15124if { (eval echo configure:15125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15125 rm -rf conftest*
4f14bcd8 15126 eval "ac_cv_func_$ac_func=yes"
698dcdb6
VZ
15127else
15128 echo "configure: failed program was:" >&5
15129 cat conftest.$ac_ext >&5
15130 rm -rf conftest*
4f14bcd8 15131 eval "ac_cv_func_$ac_func=no"
698dcdb6
VZ
15132fi
15133rm -f conftest*
698dcdb6 15134fi
4f14bcd8
GD
15135
15136if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
698dcdb6 15137 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15138 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15139 cat >> confdefs.h <<EOF
15140#define $ac_tr_func 1
15141EOF
15142 cat >> confdefs.h <<\EOF
15143#define HAVE_INET_ATON 1
15144EOF
15145
10f2d63a 15146else
698dcdb6 15147 echo "$ac_t""no" 1>&6
4f14bcd8 15148 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
0fbb762e 15149echo "configure:15150: checking for inet_aton in -l$INET_LINK" >&5
4f14bcd8 15150ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15151if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15152 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 15153else
698dcdb6 15154 ac_save_LIBS="$LIBS"
4f14bcd8 15155LIBS="-l$INET_LINK $LIBS"
698dcdb6 15156cat > conftest.$ac_ext <<EOF
0fbb762e 15157#line 15158 "configure"
10f2d63a 15158#include "confdefs.h"
6232543b 15159/* Override any gcc2 internal prototype to avoid an error. */
6232543b 15160/* We use char because int might match the return type of a gcc2
698dcdb6 15161 builtin and then its argument prototype would still apply. */
4f14bcd8 15162char inet_aton();
698dcdb6
VZ
15163
15164int main() {
4f14bcd8 15165inet_aton()
698dcdb6
VZ
15166; return 0; }
15167EOF
0fbb762e 15168if { (eval echo configure:15169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15169 rm -rf conftest*
15170 eval "ac_cv_lib_$ac_lib_var=yes"
15171else
15172 echo "configure: failed program was:" >&5
15173 cat conftest.$ac_ext >&5
15174 rm -rf conftest*
15175 eval "ac_cv_lib_$ac_lib_var=no"
15176fi
15177rm -f conftest*
15178LIBS="$ac_save_LIBS"
10f2d63a 15179
698dcdb6
VZ
15180fi
15181if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15182 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15183 cat >> confdefs.h <<\EOF
15184#define HAVE_INET_ATON 1
15185EOF
15186
698dcdb6
VZ
15187else
15188 echo "$ac_t""no" 1>&6
10f2d63a
VZ
15189fi
15190
4f14bcd8 15191
10f2d63a 15192fi
4f14bcd8 15193done
10f2d63a 15194
4f14bcd8
GD
15195
15196if test "x$INET_LINK" != "x"; then
15197 cat >> confdefs.h <<\EOF
15198#define HAVE_INET_ADDR 1
15199EOF
15200
3d63bc3a 15201 INET_LINK=" -l$INET_LINK"
6232543b 15202fi
10f2d63a 15203
1e487827 15204fi
703e0a69 15205
698dcdb6 15206
4f14bcd8
GD
15207cat > confcache <<\EOF
15208# This file is a shell script that caches the results of configure
15209# tests run on this system so they can be shared between configure
15210# scripts and configure runs. It is not useful on other systems.
15211# If it contains results you don't want to keep, you may remove or edit it.
15212#
15213# By default, configure uses ./config.cache as the cache file,
15214# creating it if it does not exist already. You can give configure
15215# the --cache-file=FILE option to use a different cache file; that is
15216# what configure does when it calls configure scripts in
15217# subdirectories, so they share the cache.
15218# Giving --cache-file=/dev/null disables caching, for debugging configure.
15219# config.status only pays attention to the cache file if you give it the
15220# --recheck option to rerun configure.
15221#
f6bcfd97 15222EOF
4f14bcd8
GD
15223# The following way of writing the cache mishandles newlines in values,
15224# but we know of no workaround that is simple, portable, and efficient.
15225# So, don't put newlines in cache variables' values.
15226# Ultrix sh set writes to stderr and can't be redirected directly,
15227# and sets the high bit in the cache file unless we assign to the vars.
15228(set) 2>&1 |
15229 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15230 *ac_space=\ *)
15231 # `set' does not quote correctly, so add quotes (double-quote substitution
15232 # turns \\\\ into \\, and sed turns \\ into \).
15233 sed -n \
15234 -e "s/'/'\\\\''/g" \
15235 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
15236 ;;
15237 *)
15238 # `set' quotes correctly as required by POSIX, so do not add quotes.
15239 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
15240 ;;
15241 esac >> confcache
15242if cmp -s $cache_file confcache; then
15243 :
15244else
15245 if test -w $cache_file; then
15246 echo "updating cache $cache_file"
15247 cat confcache > $cache_file
f6bcfd97 15248 else
4f14bcd8 15249 echo "not updating unwritable cache $cache_file"
f6bcfd97 15250 fi
4f14bcd8
GD
15251fi
15252rm -f confcache
f6bcfd97 15253
4f14bcd8
GD
15254
15255
15256if test "$TOOLKIT" != "MSW"; then
15257
7274f1c7
RL
15258
15259 THREADS_LINK=
15260 THREADS_OBJ=
15261 CODE_GEN_FLAGS=
15262 CODE_GEN_FLAGS_CXX=
15263
15264 if test "$wxUSE_THREADS" = "yes" ; then
15265 if test "$wxUSE_WINE" = 1 ; then
15266 echo "configure: warning: Threads are not supported under WINE" 1>&2
15267 wxUSE_THREADS="no"
15268 elif test "$USE_BEOS" = 1; then
15269 echo "configure: warning: BeOS threads are not yet supported" 1>&2
15270 wxUSE_THREADS="no"
15271 fi
4f14bcd8 15272 fi
4f14bcd8 15273
7274f1c7
RL
15274 if test "$wxUSE_THREADS" = "yes" ; then
15275
15276 if test "$USE_AIX" = 1; then
15277 THREADS_LIB=pthreads
15278 else
15279 THREADS_LIB=pthread
15280 fi
4f14bcd8 15281
7274f1c7 15282 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
0fbb762e 15283echo "configure:15284: checking for pthread_create in -l$THREADS_LIB" >&5
4f14bcd8 15284ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15285if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15286 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15287else
698dcdb6 15288 ac_save_LIBS="$LIBS"
4f14bcd8 15289LIBS="-l$THREADS_LIB $LIBS"
698dcdb6 15290cat > conftest.$ac_ext <<EOF
0fbb762e 15291#line 15292 "configure"
10f2d63a
VZ
15292#include "confdefs.h"
15293/* Override any gcc2 internal prototype to avoid an error. */
15294/* We use char because int might match the return type of a gcc2
698dcdb6 15295 builtin and then its argument prototype would still apply. */
4f14bcd8 15296char pthread_create();
698dcdb6
VZ
15297
15298int main() {
4f14bcd8 15299pthread_create()
698dcdb6
VZ
15300; return 0; }
15301EOF
0fbb762e 15302if { (eval echo configure:15303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15303 rm -rf conftest*
15304 eval "ac_cv_lib_$ac_lib_var=yes"
15305else
15306 echo "configure: failed program was:" >&5
15307 cat conftest.$ac_ext >&5
15308 rm -rf conftest*
15309 eval "ac_cv_lib_$ac_lib_var=no"
15310fi
15311rm -f conftest*
15312LIBS="$ac_save_LIBS"
15313
15314fi
15315if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15316 echo "$ac_t""yes" 1>&6
4f14bcd8 15317
7274f1c7
RL
15318 THREADS_OBJ="threadpsx.lo"
15319 THREADS_LINK=$THREADS_LIB
15320
10f2d63a 15321else
698dcdb6 15322 echo "$ac_t""no" 1>&6
10f2d63a 15323
7274f1c7 15324 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
0fbb762e 15325echo "configure:15326: checking for pthread_create in -lc_r" >&5
4f14bcd8
GD
15326ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
15327if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
15328 echo $ac_n "(cached) $ac_c" 1>&6
15329else
4f14bcd8
GD
15330 ac_save_LIBS="$LIBS"
15331LIBS="-lc_r $LIBS"
15332cat > conftest.$ac_ext <<EOF
0fbb762e 15333#line 15334 "configure"
10f2d63a 15334#include "confdefs.h"
4f14bcd8
GD
15335/* Override any gcc2 internal prototype to avoid an error. */
15336/* We use char because int might match the return type of a gcc2
15337 builtin and then its argument prototype would still apply. */
15338char pthread_create();
10f2d63a 15339
4f14bcd8
GD
15340int main() {
15341pthread_create()
698dcdb6
VZ
15342; return 0; }
15343EOF
0fbb762e 15344if { (eval echo configure:15345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15345 rm -rf conftest*
4f14bcd8 15346 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 15347else
698dcdb6
VZ
15348 echo "configure: failed program was:" >&5
15349 cat conftest.$ac_ext >&5
15350 rm -rf conftest*
4f14bcd8 15351 eval "ac_cv_lib_$ac_lib_var=no"
6232543b 15352fi
698dcdb6 15353rm -f conftest*
4f14bcd8 15354LIBS="$ac_save_LIBS"
d9b9876f 15355
4f14bcd8
GD
15356fi
15357if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15358 echo "$ac_t""yes" 1>&6
15359
7274f1c7
RL
15360 THREADS_OBJ="threadpsx.lo"
15361 THREADS_LINK="c_r"
15362
4f14bcd8
GD
15363else
15364 echo "$ac_t""no" 1>&6
ab252f7b 15365
7274f1c7 15366 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
4f14bcd8 15367echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
0fbb762e 15368echo "configure:15369: checking for sys/prctl.h" >&5
4f14bcd8 15369if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
698dcdb6 15370 echo $ac_n "(cached) $ac_c" 1>&6
d9b9876f 15371else
4f14bcd8 15372 cat > conftest.$ac_ext <<EOF
0fbb762e 15373#line 15374 "configure"
d9b9876f 15374#include "confdefs.h"
4f14bcd8 15375#include <sys/prctl.h>
698dcdb6 15376EOF
4f14bcd8 15377ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 15378{ (eval echo configure:15379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
15379ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15380if test -z "$ac_err"; then
698dcdb6 15381 rm -rf conftest*
4f14bcd8 15382 eval "ac_cv_header_$ac_safe=yes"
d9b9876f 15383else
4f14bcd8 15384 echo "$ac_err" >&5
698dcdb6
VZ
15385 echo "configure: failed program was:" >&5
15386 cat conftest.$ac_ext >&5
15387 rm -rf conftest*
4f14bcd8 15388 eval "ac_cv_header_$ac_safe=no"
6232543b 15389fi
698dcdb6 15390rm -f conftest*
4f14bcd8
GD
15391fi
15392if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15393 echo "$ac_t""yes" 1>&6
698dcdb6 15394
7274f1c7
RL
15395 THREADS_OBJ="threadsgi.lo"
15396
4f14bcd8
GD
15397else
15398 echo "$ac_t""no" 1>&6
1e487827 15399fi
698dcdb6 15400
7274f1c7 15401
4f14bcd8 15402fi
d9b9876f 15403
7274f1c7 15404
4f14bcd8 15405fi
d9b9876f 15406
4f14bcd8 15407
7274f1c7
RL
15408 if test -z "$THREADS_OBJ" ; then
15409 wxUSE_THREADS=no
15410 echo "configure: warning: No thread support on this system" 1>&2
15411 fi
4f14bcd8 15412 fi
4f14bcd8 15413
7274f1c7
RL
15414 if test "$wxUSE_THREADS" = "yes" ; then
15415 for ac_func in thr_setconcurrency
4f14bcd8
GD
15416do
15417echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 15418echo "configure:15419: checking for $ac_func" >&5
4f14bcd8 15419if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
698dcdb6
VZ
15420 echo $ac_n "(cached) $ac_c" 1>&6
15421else
4f14bcd8 15422 cat > conftest.$ac_ext <<EOF
0fbb762e 15423#line 15424 "configure"
d9b9876f 15424#include "confdefs.h"
4f14bcd8
GD
15425/* System header to define __stub macros and hopefully few prototypes,
15426 which can conflict with char $ac_func(); below. */
15427#include <assert.h>
15428/* Override any gcc2 internal prototype to avoid an error. */
15429/* We use char because int might match the return type of a gcc2
15430 builtin and then its argument prototype would still apply. */
15431char $ac_func();
15432
698dcdb6 15433int main() {
d9b9876f 15434
4f14bcd8
GD
15435/* The GNU C library defines this for functions which it implements
15436 to always fail with ENOSYS. Some functions are actually named
15437 something starting with __ and the normal name is an alias. */
15438#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15439choke me
15440#else
15441$ac_func();
15442#endif
15443
698dcdb6
VZ
15444; return 0; }
15445EOF
0fbb762e 15446if { (eval echo configure:15447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15447 rm -rf conftest*
4f14bcd8 15448 eval "ac_cv_func_$ac_func=yes"
d9b9876f 15449else
698dcdb6
VZ
15450 echo "configure: failed program was:" >&5
15451 cat conftest.$ac_ext >&5
15452 rm -rf conftest*
4f14bcd8 15453 eval "ac_cv_func_$ac_func=no"
6232543b 15454fi
698dcdb6 15455rm -f conftest*
1e487827 15456fi
698dcdb6 15457
4f14bcd8
GD
15458if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15459 echo "$ac_t""yes" 1>&6
15460 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15461 cat >> confdefs.h <<EOF
15462#define $ac_tr_func 1
d9b9876f 15463EOF
4f14bcd8
GD
15464
15465else
15466 echo "$ac_t""no" 1>&6
10f2d63a 15467fi
4f14bcd8 15468done
10f2d63a 15469
10f2d63a 15470
7274f1c7
RL
15471
15472 for ac_hdr in sched.h
4f14bcd8
GD
15473do
15474ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
15475echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
0fbb762e 15476echo "configure:15477: checking for $ac_hdr" >&5
4f14bcd8
GD
15477if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15478 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15479else
4f14bcd8 15480 cat > conftest.$ac_ext <<EOF
0fbb762e 15481#line 15482 "configure"
4f14bcd8
GD
15482#include "confdefs.h"
15483#include <$ac_hdr>
13111b2a 15484EOF
4f14bcd8 15485ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 15486{ (eval echo configure:15487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4f14bcd8
GD
15487ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15488if test -z "$ac_err"; then
15489 rm -rf conftest*
15490 eval "ac_cv_header_$ac_safe=yes"
15491else
15492 echo "$ac_err" >&5
15493 echo "configure: failed program was:" >&5
15494 cat conftest.$ac_ext >&5
15495 rm -rf conftest*
15496 eval "ac_cv_header_$ac_safe=no"
13111b2a 15497fi
4f14bcd8 15498rm -f conftest*
10f2d63a 15499fi
4f14bcd8
GD
15500if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15501 echo "$ac_t""yes" 1>&6
15502 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
698dcdb6 15503 cat >> confdefs.h <<EOF
4f14bcd8 15504#define $ac_tr_hdr 1
f6bcfd97 15505EOF
4f14bcd8
GD
15506
15507else
15508 echo "$ac_t""no" 1>&6
f6bcfd97 15509fi
4f14bcd8 15510done
f6bcfd97 15511
10f2d63a 15512
7274f1c7 15513 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
0fbb762e 15514echo "configure:15515: checking for sched_yield in -l$THREADS_LINK" >&5
4f14bcd8
GD
15515ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
15516if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15517 echo $ac_n "(cached) $ac_c" 1>&6
15518else
15519 ac_save_LIBS="$LIBS"
15520LIBS="-l$THREADS_LINK $LIBS"
15521cat > conftest.$ac_ext <<EOF
0fbb762e 15522#line 15523 "configure"
4f14bcd8
GD
15523#include "confdefs.h"
15524/* Override any gcc2 internal prototype to avoid an error. */
15525/* We use char because int might match the return type of a gcc2
15526 builtin and then its argument prototype would still apply. */
15527char sched_yield();
10f2d63a 15528
4f14bcd8
GD
15529int main() {
15530sched_yield()
15531; return 0; }
10f2d63a 15532EOF
0fbb762e 15533if { (eval echo configure:15534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
15534 rm -rf conftest*
15535 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 15536else
4f14bcd8
GD
15537 echo "configure: failed program was:" >&5
15538 cat conftest.$ac_ext >&5
15539 rm -rf conftest*
15540 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 15541fi
4f14bcd8
GD
15542rm -f conftest*
15543LIBS="$ac_save_LIBS"
10f2d63a 15544
4f14bcd8
GD
15545fi
15546if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15547 echo "$ac_t""yes" 1>&6
15548 cat >> confdefs.h <<\EOF
15549#define HAVE_SCHED_YIELD 1
10f2d63a
VZ
15550EOF
15551
4f14bcd8
GD
15552else
15553 echo "$ac_t""no" 1>&6
15554echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
0fbb762e 15555echo "configure:15556: checking for sched_yield in -lposix4" >&5
4f14bcd8
GD
15556ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
15557if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15558 echo $ac_n "(cached) $ac_c" 1>&6
15559else
15560 ac_save_LIBS="$LIBS"
15561LIBS="-lposix4 $LIBS"
15562cat > conftest.$ac_ext <<EOF
0fbb762e 15563#line 15564 "configure"
4f14bcd8
GD
15564#include "confdefs.h"
15565/* Override any gcc2 internal prototype to avoid an error. */
15566/* We use char because int might match the return type of a gcc2
15567 builtin and then its argument prototype would still apply. */
15568char sched_yield();
47c13eb7 15569
4f14bcd8
GD
15570int main() {
15571sched_yield()
15572; return 0; }
10f2d63a 15573EOF
0fbb762e 15574if { (eval echo configure:15575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4f14bcd8
GD
15575 rm -rf conftest*
15576 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 15577else
4f14bcd8
GD
15578 echo "configure: failed program was:" >&5
15579 cat conftest.$ac_ext >&5
15580 rm -rf conftest*
15581 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 15582fi
4f14bcd8
GD
15583rm -f conftest*
15584LIBS="$ac_save_LIBS"
10f2d63a 15585
54276ccf 15586fi
4f14bcd8
GD
15587if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15588 echo "$ac_t""yes" 1>&6
15589 cat >> confdefs.h <<\EOF
15590#define HAVE_SCHED_YIELD 1
54276ccf 15591EOF
3d63bc3a 15592 POSIX4_LINK=" -lposix4"
4f14bcd8
GD
15593else
15594 echo "$ac_t""no" 1>&6
15595echo "configure: warning: wxThread::Yield will not work properly" 1>&2
7274f1c7 15596
54276ccf
VZ
15597fi
15598
7274f1c7 15599
4f14bcd8 15600fi
698dcdb6 15601
10f2d63a 15602
7274f1c7
RL
15603 HAVE_PRIOR_FUNCS=0
15604 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
0fbb762e 15605echo "configure:15606: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
4f14bcd8
GD
15606ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
15607if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
15608 echo $ac_n "(cached) $ac_c" 1>&6
15609else
4f14bcd8
GD
15610 ac_save_LIBS="$LIBS"
15611LIBS="-l$THREADS_LINK $LIBS"
15612cat > conftest.$ac_ext <<EOF
0fbb762e 15613#line 15614 "configure"
422107f9 15614#include "confdefs.h"
4f14bcd8
GD
15615/* Override any gcc2 internal prototype to avoid an error. */
15616/* We use char because int might match the return type of a gcc2
15617 builtin and then its argument prototype would still apply. */
15618char pthread_attr_getschedpolicy();
15619
15620int main() {
15621pthread_attr_getschedpolicy()
15622; return 0; }
698dcdb6 15623EOF
0fbb762e 15624if { (eval echo configure:15625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15625 rm -rf conftest*
4f14bcd8 15626 eval "ac_cv_lib_$ac_lib_var=yes"
422107f9 15627else
698dcdb6 15628 echo "configure: failed program was:" >&5
422107f9 15629 cat conftest.$ac_ext >&5
698dcdb6 15630 rm -rf conftest*
4f14bcd8 15631 eval "ac_cv_lib_$ac_lib_var=no"
422107f9 15632fi
698dcdb6 15633rm -f conftest*
4f14bcd8
GD
15634LIBS="$ac_save_LIBS"
15635
422107f9 15636fi
4f14bcd8 15637if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
698dcdb6 15638 echo "$ac_t""yes" 1>&6
4f14bcd8 15639 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
0fbb762e 15640echo "configure:15641: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
4f14bcd8 15641ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15642if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15643 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15644else
698dcdb6 15645 ac_save_LIBS="$LIBS"
4f14bcd8 15646LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 15647cat > conftest.$ac_ext <<EOF
0fbb762e 15648#line 15649 "configure"
422107f9
VZ
15649#include "confdefs.h"
15650/* Override any gcc2 internal prototype to avoid an error. */
15651/* We use char because int might match the return type of a gcc2
698dcdb6 15652 builtin and then its argument prototype would still apply. */
4f14bcd8 15653char pthread_attr_setschedparam();
698dcdb6
VZ
15654
15655int main() {
4f14bcd8 15656pthread_attr_setschedparam()
698dcdb6
VZ
15657; return 0; }
15658EOF
0fbb762e 15659if { (eval echo configure:15660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15660 rm -rf conftest*
15661 eval "ac_cv_lib_$ac_lib_var=yes"
15662else
15663 echo "configure: failed program was:" >&5
15664 cat conftest.$ac_ext >&5
15665 rm -rf conftest*
15666 eval "ac_cv_lib_$ac_lib_var=no"
15667fi
15668rm -f conftest*
15669LIBS="$ac_save_LIBS"
15670
15671fi
15672if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15673 echo "$ac_t""yes" 1>&6
4f14bcd8 15674 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
0fbb762e 15675echo "configure:15676: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
4f14bcd8
GD
15676ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15677if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
698dcdb6
VZ
15678 echo $ac_n "(cached) $ac_c" 1>&6
15679else
4f14bcd8
GD
15680 ac_save_LIBS="$LIBS"
15681LIBS="-l$THREADS_LINK $LIBS"
15682cat > conftest.$ac_ext <<EOF
0fbb762e 15683#line 15684 "configure"
422107f9 15684#include "confdefs.h"
4f14bcd8
GD
15685/* Override any gcc2 internal prototype to avoid an error. */
15686/* We use char because int might match the return type of a gcc2
15687 builtin and then its argument prototype would still apply. */
15688char sched_get_priority_max();
15689
15690int main() {
15691sched_get_priority_max()
15692; return 0; }
698dcdb6 15693EOF
0fbb762e 15694if { (eval echo configure:15695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 15695 rm -rf conftest*
4f14bcd8 15696 eval "ac_cv_lib_$ac_lib_var=yes"
422107f9 15697else
698dcdb6 15698 echo "configure: failed program was:" >&5
422107f9 15699 cat conftest.$ac_ext >&5
698dcdb6 15700 rm -rf conftest*
4f14bcd8 15701 eval "ac_cv_lib_$ac_lib_var=no"
422107f9 15702fi
698dcdb6 15703rm -f conftest*
4f14bcd8
GD
15704LIBS="$ac_save_LIBS"
15705
422107f9 15706fi
4f14bcd8 15707if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
698dcdb6 15708 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15709 HAVE_PRIOR_FUNCS=1
15710else
15711 echo "$ac_t""no" 1>&6
15712echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
0fbb762e 15713echo "configure:15714: checking for sched_get_priority_max in -lposix4" >&5
4f14bcd8 15714ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15715if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15716 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15717else
698dcdb6 15718 ac_save_LIBS="$LIBS"
4f14bcd8 15719LIBS="-lposix4 $LIBS"
698dcdb6 15720cat > conftest.$ac_ext <<EOF
0fbb762e 15721#line 15722 "configure"
422107f9
VZ
15722#include "confdefs.h"
15723/* Override any gcc2 internal prototype to avoid an error. */
15724/* We use char because int might match the return type of a gcc2
698dcdb6 15725 builtin and then its argument prototype would still apply. */
4f14bcd8 15726char sched_get_priority_max();
698dcdb6
VZ
15727
15728int main() {
4f14bcd8 15729sched_get_priority_max()
698dcdb6
VZ
15730; return 0; }
15731EOF
0fbb762e 15732if { (eval echo configure:15733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15733 rm -rf conftest*
15734 eval "ac_cv_lib_$ac_lib_var=yes"
15735else
15736 echo "configure: failed program was:" >&5
15737 cat conftest.$ac_ext >&5
15738 rm -rf conftest*
15739 eval "ac_cv_lib_$ac_lib_var=no"
15740fi
15741rm -f conftest*
15742LIBS="$ac_save_LIBS"
15743
15744fi
15745if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15746 echo "$ac_t""yes" 1>&6
4f14bcd8 15747
7274f1c7
RL
15748 HAVE_PRIOR_FUNCS=1
15749 POSIX4_LINK=" -lposix4"
15750
698dcdb6
VZ
15751else
15752 echo "$ac_t""no" 1>&6
422107f9
VZ
15753fi
15754
7274f1c7 15755
422107f9
VZ
15756fi
15757
7274f1c7 15758
4f14bcd8
GD
15759else
15760 echo "$ac_t""no" 1>&6
10f2d63a
VZ
15761fi
15762
7274f1c7 15763
698dcdb6 15764else
4f14bcd8
GD
15765 echo "$ac_t""no" 1>&6
15766fi
463abc64 15767
463abc64 15768
7274f1c7
RL
15769 if test "$HAVE_PRIOR_FUNCS" = 1; then
15770 cat >> confdefs.h <<\EOF
4f14bcd8 15771#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
698dcdb6 15772EOF
463abc64 15773
7274f1c7
RL
15774 else
15775 echo "configure: warning: Setting thread priority will not work" 1>&2
15776 fi
463abc64 15777
7274f1c7 15778 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
0fbb762e 15779echo "configure:15780: checking for pthread_cancel in -l$THREADS_LINK" >&5
4f14bcd8 15780ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
698dcdb6
VZ
15781if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15782 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15783else
698dcdb6 15784 ac_save_LIBS="$LIBS"
4f14bcd8 15785LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 15786cat > conftest.$ac_ext <<EOF
0fbb762e 15787#line 15788 "configure"
422107f9
VZ
15788#include "confdefs.h"
15789/* Override any gcc2 internal prototype to avoid an error. */
15790/* We use char because int might match the return type of a gcc2
698dcdb6 15791 builtin and then its argument prototype would still apply. */
4f14bcd8 15792char pthread_cancel();
698dcdb6
VZ
15793
15794int main() {
4f14bcd8 15795pthread_cancel()
698dcdb6
VZ
15796; return 0; }
15797EOF
0fbb762e 15798if { (eval echo configure:15799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15799 rm -rf conftest*
15800 eval "ac_cv_lib_$ac_lib_var=yes"
15801else
15802 echo "configure: failed program was:" >&5
15803 cat conftest.$ac_ext >&5
15804 rm -rf conftest*
15805 eval "ac_cv_lib_$ac_lib_var=no"
15806fi
15807rm -f conftest*
15808LIBS="$ac_save_LIBS"
15809
15810fi
15811if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15812 echo "$ac_t""yes" 1>&6
4f14bcd8
GD
15813 cat >> confdefs.h <<\EOF
15814#define HAVE_PTHREAD_CANCEL 1
15815EOF
15816
698dcdb6
VZ
15817else
15818 echo "$ac_t""no" 1>&6
4f14bcd8 15819echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
422107f9
VZ
15820fi
15821
422107f9 15822
7274f1c7 15823 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
0fbb762e 15824echo "configure:15825: checking for pthread_cleanup_push/pop" >&5
4f14bcd8
GD
15825if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15826 echo $ac_n "(cached) $ac_c" 1>&6
15827else
15828
7274f1c7 15829 cat > conftest.$ac_ext <<EOF
0fbb762e 15830#line 15831 "configure"
4f14bcd8
GD
15831#include "confdefs.h"
15832#include <pthread.h>
15833int main() {
15834
7274f1c7
RL
15835 pthread_cleanup_push(NULL, NULL);
15836 pthread_cleanup_pop(0);
15837
4f14bcd8
GD
15838; return 0; }
15839EOF
0fbb762e 15840if { (eval echo configure:15841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4f14bcd8
GD
15841 rm -rf conftest*
15842
7274f1c7
RL
15843 wx_cv_func_pthread_cleanup_push=yes
15844
4f14bcd8
GD
15845else
15846 echo "configure: failed program was:" >&5
15847 cat conftest.$ac_ext >&5
15848 rm -rf conftest*
15849
7274f1c7
RL
15850 wx_cv_func_pthread_cleanup_push=no
15851
4f14bcd8
GD
15852fi
15853rm -f conftest*
7274f1c7 15854
10f2d63a
VZ
15855fi
15856
4f14bcd8
GD
15857echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15858
7274f1c7
RL
15859 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15860 cat >> confdefs.h <<\EOF
4f14bcd8 15861#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
c7a2bf27
RR
15862EOF
15863
7274f1c7 15864 fi
4f14bcd8 15865
7274f1c7
RL
15866
15867 if test "x$wx_lib_glibc21" = "xyes"; then
15868 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
15869 fi
4f14bcd8 15870
7274f1c7 15871 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
0fbb762e 15872echo "configure:15873: checking for pthread_mutexattr_t" >&5
4f14bcd8 15873if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
698dcdb6
VZ
15874 echo $ac_n "(cached) $ac_c" 1>&6
15875else
4f14bcd8 15876
7274f1c7 15877 cat > conftest.$ac_ext <<EOF
0fbb762e 15878#line 15879 "configure"
0dcf9893 15879#include "confdefs.h"
4f14bcd8
GD
15880#include <pthread.h>
15881int main() {
15882
7274f1c7
RL
15883 pthread_mutexattr_t attr;
15884 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15885
4f14bcd8 15886; return 0; }
698dcdb6 15887EOF
0fbb762e 15888if { (eval echo configure:15889: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 15889 rm -rf conftest*
4f14bcd8 15890
7274f1c7
RL
15891 wx_cv_type_pthread_mutexattr_t=yes
15892
3fed1840 15893else
698dcdb6 15894 echo "configure: failed program was:" >&5
3fed1840 15895 cat conftest.$ac_ext >&5
698dcdb6 15896 rm -rf conftest*
4f14bcd8 15897
7274f1c7
RL
15898 wx_cv_type_pthread_mutexattr_t=no
15899
4f14bcd8 15900
3fed1840 15901fi
698dcdb6 15902rm -f conftest*
7274f1c7 15903
3fed1840 15904fi
4f14bcd8
GD
15905
15906echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15907
7274f1c7
RL
15908 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15909 cat >> confdefs.h <<\EOF
4f14bcd8
GD
15910#define HAVE_PTHREAD_MUTEXATTR_T 1
15911EOF
15912
7274f1c7
RL
15913 else
15914 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
0fbb762e 15915echo "configure:15916: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
4f14bcd8 15916if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
698dcdb6 15917 echo $ac_n "(cached) $ac_c" 1>&6
3fed1840 15918else
4f14bcd8 15919
7274f1c7 15920 cat > conftest.$ac_ext <<EOF
0fbb762e 15921#line 15922 "configure"
3fed1840 15922#include "confdefs.h"
4f14bcd8 15923#include <pthread.h>
698dcdb6 15924int main() {
4f14bcd8 15925
7274f1c7
RL
15926 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15927
698dcdb6
VZ
15928; return 0; }
15929EOF
0fbb762e 15930if { (eval echo configure:15931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 15931 rm -rf conftest*
4f14bcd8 15932
7274f1c7
RL
15933 wx_cv_type_pthread_rec_mutex_init=yes
15934
698dcdb6
VZ
15935else
15936 echo "configure: failed program was:" >&5
15937 cat conftest.$ac_ext >&5
15938 rm -rf conftest*
4f14bcd8 15939
7274f1c7
RL
15940 wx_cv_type_pthread_rec_mutex_init=no
15941
4f14bcd8 15942
698dcdb6
VZ
15943fi
15944rm -f conftest*
7274f1c7 15945
3fed1840
RR
15946fi
15947
4f14bcd8 15948echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
7274f1c7
RL
15949 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15950 cat >> confdefs.h <<\EOF
4f14bcd8
GD
15951#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15952EOF
3fed1840 15953
7274f1c7
RL
15954 else
15955 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
15956 fi
15957 fi
4f14bcd8 15958
7274f1c7 15959 THREADS_LINK=" -l$THREADS_LINK"
4f14bcd8 15960
7274f1c7
RL
15961 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15962 CPPFLAGS="$CFLAGS -mt"
15963 CXXFLAGS="$CXXFLAGS -mt"
15964 LDFLAGS="$LDFLAGS -mt"
15965 fi
15966 fi
3fed1840 15967
4f14bcd8
GD
15968fi
15969
15970if test "$wxUSE_THREADS" = "yes"; then
3a922bb4 15971 cat >> confdefs.h <<\EOF
4f14bcd8 15972#define wxUSE_THREADS 1
7b6058cd
GD
15973EOF
15974
4f14bcd8
GD
15975
15976 if test "$USE_DARWIN" != 1; then
3d63bc3a 15977 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -D_REENTRANT"
4f14bcd8
GD
15978 fi
15979
15980 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
698dcdb6 15981else
4f14bcd8
GD
15982 if test "$ac_cv_func_strtok_r" = "yes"; then
15983 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
0fbb762e 15984echo "configure:15985: checking if -D_REENTRANT is needed" >&5
4f14bcd8
GD
15985 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15986 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15987 echo "$ac_t""yes" 1>&6
15988 else
15989 echo "$ac_t""no" 1>&6
15990 fi
15991 fi
15992fi
15993
15994if test "$WXGTK20" = 1 ; then
15995 cat >> confdefs.h <<EOF
15996#define __WXGTK20__ $WXGTK20
698dcdb6 15997EOF
4f14bcd8
GD
15998
15999 WXGTK12=1
10f2d63a 16000fi
4f14bcd8
GD
16001
16002if test "$WXGTK12" = 1 ; then
16003 cat >> confdefs.h <<EOF
16004#define __WXGTK12__ $WXGTK12
16005EOF
16006
10f2d63a 16007fi
698dcdb6 16008
4f14bcd8
GD
16009if test "$WXGTK127" = 1 ; then
16010 cat >> confdefs.h <<EOF
16011#define __WXGTK127__ $WXGTK127
698dcdb6 16012EOF
4f14bcd8 16013
698dcdb6 16014fi
10f2d63a 16015
4f14bcd8
GD
16016WXDEBUG=
16017
16018if test "$wxUSE_DEBUG_INFO" = "yes" ; then
16019 WXDEBUG="-g"
16020 wxUSE_OPTIMISE=no
698dcdb6 16021fi
4f14bcd8
GD
16022
16023if test "$wxUSE_DEBUG_GDB" = "yes" ; then
16024 wxUSE_DEBUG_INFO=yes
16025 WXDEBUG="-ggdb"
10f2d63a
VZ
16026fi
16027
4f14bcd8
GD
16028if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
16029 cat >> confdefs.h <<\EOF
16030#define WXDEBUG 1
16031EOF
16032
16033 WXDEBUG_DEFINE="-D__WXDEBUG__"
10f2d63a 16034else
4f14bcd8
GD
16035 if test "$wxUSE_GTK" = 1 ; then
16036 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
16037 fi
16038fi
16039
16040if test "$wxUSE_MEM_TRACING" = "yes" ; then
16041 cat >> confdefs.h <<\EOF
16042#define wxUSE_MEMORY_TRACING 1
16043EOF
16044
16045 cat >> confdefs.h <<\EOF
16046#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
16047EOF
16048
16049 cat >> confdefs.h <<\EOF
16050#define wxUSE_DEBUG_NEW_ALWAYS 1
16051EOF
16052
16053 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
16054fi
16055
16056if test "$wxUSE_DMALLOC" = "yes" ; then
3d63bc3a 16057 DMALLOC_LIBS="-ldmalloc"
4f14bcd8
GD
16058fi
16059
16060PROFILE=
16061if test "$wxUSE_PROFILE" = "yes" ; then
3d63bc3a 16062 PROFILE=" -pg"
10f2d63a
VZ
16063fi
16064
88e30f2b 16065if test "$GCC" = "yes" ; then
4f14bcd8
GD
16066 if test "$wxUSE_NO_RTTI" = "yes" ; then
16067 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
3a922bb4 16068 fi
4f14bcd8
GD
16069 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
16070 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
16071 fi
16072 if test "$wxUSE_PERMISSIVE" = "yes" ; then
16073 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
16074 fi
4f14bcd8
GD
16075 if test "$USE_WIN32" = 1 ; then
16076 # I'm not even really sure what this was ever added to solve,
16077 # but someone added it for mingw native builds, so I guess
16078 # they had a reason, right??
16079 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
16080 fi
16081fi
16082
16083
16084CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
16085CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
16086if test "$wxUSE_OPTIMISE" = "no" ; then
16087 OPTIMISE=
16088else
16089 if test "$GCC" = yes ; then
16090 OPTIMISE="-O2"
16091 case "${host}" in
16092 i586-*-*|i686-*-* )
16093 OPTIMISE="${OPTIMISE} "
16094 ;;
16095 esac
16096 else
16097 OPTIMISE="-O"
16098 fi
16099fi
16100
16101if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
16102 cat >> confdefs.h <<\EOF
16103#define WXWIN_COMPATIBILITY_2 1
16104EOF
16105
16106
16107 WXWIN_COMPATIBILITY_2_2="yes"
16108fi
16109
16110if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
16111 cat >> confdefs.h <<\EOF
16112#define WXWIN_COMPATIBILITY_2_2 1
16113EOF
16114
10f2d63a
VZ
16115fi
16116
698dcdb6 16117
10f2d63a 16118if test "$wxUSE_GUI" = "yes"; then
698dcdb6 16119 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16120#define wxUSE_GUI 1
16121EOF
16122
698dcdb6 16123
10f2d63a 16124 else
698dcdb6 16125 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16126#define wxUSE_NOGUI 1
16127EOF
16128
16129fi
16130
698dcdb6 16131
10f2d63a 16132if test "$wxUSE_UNIX" = "yes"; then
698dcdb6 16133 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16134#define wxUSE_UNIX 1
16135EOF
16136
16137fi
16138
698dcdb6 16139
10f2d63a 16140if test "$wxUSE_APPLE_IEEE" = "yes"; then
698dcdb6 16141 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16142#define wxUSE_APPLE_IEEE 1
16143EOF
16144
16145fi
16146
1e6feb95
VZ
16147if test "$wxUSE_TIMER" = "yes"; then
16148 cat >> confdefs.h <<\EOF
16149#define wxUSE_TIMER 1
16150EOF
16151
16152fi
16153
10f2d63a 16154if test "$wxUSE_WAVE" = "yes"; then
698dcdb6 16155 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16156#define wxUSE_WAVE 1
16157EOF
16158
16159fi
16160
1e6feb95
VZ
16161if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
16162 cat >> confdefs.h <<\EOF
16163#define wxUSE_CMDLINE_PARSER 1
16164EOF
16165
16166fi
16167
16168if test "$wxUSE_STOPWATCH" = "yes"; then
16169 cat >> confdefs.h <<\EOF
16170#define wxUSE_STOPWATCH 1
16171EOF
16172
16173fi
16174
16175if test "$wxUSE_DATETIME" = "yes"; then
16176 cat >> confdefs.h <<\EOF
16177#define wxUSE_DATETIME 1
16178EOF
16179
16180fi
16181
16182if test "$wxUSE_TIMEDATE" = "yes"; then
16183 cat >> confdefs.h <<\EOF
16184#define wxUSE_TIMEDATE 1
16185EOF
16186
16187fi
16188
10f2d63a 16189if test "$wxUSE_FILE" = "yes"; then
698dcdb6 16190 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16191#define wxUSE_FILE 1
16192EOF
16193
16194fi
16195
1e6feb95
VZ
16196if test "$wxUSE_FFILE" = "yes"; then
16197 cat >> confdefs.h <<\EOF
16198#define wxUSE_FFILE 1
16199EOF
16200
16201fi
16202
24528b0c 16203if test "$wxUSE_FILESYSTEM" = "yes"; then
698dcdb6 16204 cat >> confdefs.h <<\EOF
24528b0c
VS
16205#define wxUSE_FILESYSTEM 1
16206EOF
16207
16208fi
16209
10f2d63a 16210if test "$wxUSE_FS_INET" = "yes"; then
698dcdb6 16211 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16212#define wxUSE_FS_INET 1
16213EOF
16214
16215fi
16216
16217if test "$wxUSE_FS_ZIP" = "yes"; then
698dcdb6 16218 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16219#define wxUSE_FS_ZIP 1
16220EOF
16221
16222fi
16223
16224if test "$wxUSE_ZIPSTREAM" = "yes"; then
698dcdb6 16225 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16226#define wxUSE_ZIPSTREAM 1
16227EOF
16228
16229fi
16230
eb4efbdc 16231if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
698dcdb6 16232 cat >> confdefs.h <<\EOF
eb4efbdc
VZ
16233#define wxUSE_ON_FATAL_EXCEPTION 1
16234EOF
16235
16236fi
16237
4f3c5f06 16238if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
698dcdb6 16239 cat >> confdefs.h <<\EOF
4f3c5f06
VZ
16240#define wxUSE_SNGLINST_CHECKER 1
16241EOF
16242
16243fi
16244
10f2d63a 16245if test "$wxUSE_BUSYINFO" = "yes"; then
698dcdb6 16246 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16247#define wxUSE_BUSYINFO 1
16248EOF
16249
16250fi
16251
16252if test "$wxUSE_STD_IOSTREAM" = "yes"; then
698dcdb6 16253 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16254#define wxUSE_STD_IOSTREAM 1
16255EOF
16256
16257fi
16258
a3a584a7
VZ
16259if test "$wxUSE_TEXTBUFFER" = "yes"; then
16260 cat >> confdefs.h <<\EOF
16261#define wxUSE_TEXTBUFFER 1
16262EOF
16263
16264fi
16265
10f2d63a 16266if test "$wxUSE_TEXTFILE" = "yes"; then
a3a584a7
VZ
16267 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
16268 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer and won't be compiled without them" 1>&2
10f2d63a 16269 else
698dcdb6 16270 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16271#define wxUSE_TEXTFILE 1
16272EOF
16273
16274 fi
16275fi
16276
16277if test "$wxUSE_CONFIG" = "yes" ; then
16278 if test "$wxUSE_TEXTFILE" != "yes"; then
698dcdb6 16279 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
10f2d63a 16280 else
698dcdb6 16281 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16282#define wxUSE_CONFIG 1
16283EOF
16284
16285 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
16286 fi
16287fi
16288
16289if test "$wxUSE_INTL" = "yes" ; then
16290 if test "$wxUSE_FILE" != "yes"; then
698dcdb6 16291 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
10f2d63a 16292 else
698dcdb6 16293 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16294#define wxUSE_INTL 1
16295EOF
16296
16297 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
f6bcfd97 16298 GUIDIST="$GUIDIST INTL_DIST"
10f2d63a
VZ
16299 fi
16300fi
16301
16302if test "$wxUSE_LOG" = "yes"; then
698dcdb6 16303 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16304#define wxUSE_LOG 1
16305EOF
16306
d73be714
VZ
16307
16308 if test "$wxUSE_LOGGUI" = "yes"; then
16309 cat >> confdefs.h <<\EOF
16310#define wxUSE_LOGGUI 1
16311EOF
16312
16313 fi
16314
16315 if test "$wxUSE_LOGWINDOW" = "yes"; then
16316 cat >> confdefs.h <<\EOF
16317#define wxUSE_LOGWINDOW 1
16318EOF
16319
16320 fi
10f2d63a
VZ
16321fi
16322
16323if test "$wxUSE_LONGLONG" = "yes"; then
698dcdb6 16324 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16325#define wxUSE_LONGLONG 1
16326EOF
16327
16328fi
16329
e8f65ba6 16330if test "$wxUSE_GEOMETRY" = "yes"; then
698dcdb6 16331 cat >> confdefs.h <<\EOF
e8f65ba6
RR
16332#define wxUSE_GEOMETRY 1
16333EOF
16334
16335fi
16336
10f2d63a 16337if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
698dcdb6 16338 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16339#define wxUSE_DIALUP_MANAGER 1
16340EOF
16341
70f7a477 16342 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
16343fi
16344
16345if test "$wxUSE_STREAMS" = "yes" ; then
698dcdb6 16346 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16347#define wxUSE_STREAMS 1
16348EOF
16349
16350fi
16351
1e487827 16352
1e6feb95 16353if test "$wxUSE_DATETIME" = "yes"; then
698dcdb6 16354 for ac_func in strptime
83307f33 16355do
698dcdb6 16356echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 16357echo "configure:16358: checking for $ac_func" >&5
698dcdb6
VZ
16358if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16359 echo $ac_n "(cached) $ac_c" 1>&6
16360else
16361 cat > conftest.$ac_ext <<EOF
0fbb762e 16362#line 16363 "configure"
83307f33
VZ
16363#include "confdefs.h"
16364/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16365 which can conflict with char $ac_func(); below. */
83307f33
VZ
16366#include <assert.h>
16367/* Override any gcc2 internal prototype to avoid an error. */
16368/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16369 builtin and then its argument prototype would still apply. */
16370char $ac_func();
16371
16372int main() {
83307f33
VZ
16373
16374/* The GNU C library defines this for functions which it implements
16375 to always fail with ENOSYS. Some functions are actually named
16376 something starting with __ and the normal name is an alias. */
16377#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16378choke me
16379#else
698dcdb6 16380$ac_func();
83307f33
VZ
16381#endif
16382
698dcdb6 16383; return 0; }
83307f33 16384EOF
0fbb762e 16385if { (eval echo configure:16386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16386 rm -rf conftest*
16387 eval "ac_cv_func_$ac_func=yes"
16388else
16389 echo "configure: failed program was:" >&5
16390 cat conftest.$ac_ext >&5
16391 rm -rf conftest*
16392 eval "ac_cv_func_$ac_func=no"
16393fi
16394rm -f conftest*
16395fi
83307f33 16396
698dcdb6
VZ
16397if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16398 echo "$ac_t""yes" 1>&6
16399 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16400 cat >> confdefs.h <<EOF
16401#define $ac_tr_func 1
16402EOF
16403
16404else
16405 echo "$ac_t""no" 1>&6
83307f33
VZ
16406fi
16407done
16408
1e487827 16409
698dcdb6 16410 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
0fbb762e 16411echo "configure:16412: checking for timezone variable in <time.h>" >&5
698dcdb6
VZ
16412if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16413 echo $ac_n "(cached) $ac_c" 1>&6
16414else
16415
16416 cat > conftest.$ac_ext <<EOF
0fbb762e 16417#line 16418 "configure"
360d6699
VZ
16418#include "confdefs.h"
16419
b4085ce6 16420 #include <time.h>
698dcdb6
VZ
16421
16422int main() {
360d6699
VZ
16423
16424 int tz;
4f11a343 16425 tz = timezone;
698dcdb6
VZ
16426
16427; return 0; }
16428EOF
0fbb762e 16429if { (eval echo configure:16430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16430 rm -rf conftest*
16431
4f11a343 16432 wx_cv_var_timezone=timezone
698dcdb6 16433
360d6699 16434else
698dcdb6
VZ
16435 echo "configure: failed program was:" >&5
16436 cat conftest.$ac_ext >&5
16437 rm -rf conftest*
16438
16439 cat > conftest.$ac_ext <<EOF
0fbb762e 16440#line 16441 "configure"
360d6699
VZ
16441#include "confdefs.h"
16442
b4085ce6 16443 #include <time.h>
698dcdb6
VZ
16444
16445int main() {
360d6699
VZ
16446
16447 int tz;
16448 tz = _timezone;
698dcdb6
VZ
16449
16450; return 0; }
16451EOF
0fbb762e 16452if { (eval echo configure:16453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16453 rm -rf conftest*
16454
360d6699 16455 wx_cv_var_timezone=_timezone
698dcdb6 16456
5357c8e8 16457else
698dcdb6
VZ
16458 echo "configure: failed program was:" >&5
16459 cat conftest.$ac_ext >&5
16460 rm -rf conftest*
16461
16462 cat > conftest.$ac_ext <<EOF
0fbb762e 16463#line 16464 "configure"
5357c8e8
VZ
16464#include "confdefs.h"
16465
b4085ce6 16466 #include <time.h>
698dcdb6
VZ
16467
16468int main() {
5357c8e8
VZ
16469
16470 int tz;
4f11a343 16471 tz = __timezone;
698dcdb6
VZ
16472
16473; return 0; }
16474EOF
0fbb762e 16475if { (eval echo configure:16476: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16476 rm -rf conftest*
16477
4f11a343 16478 wx_cv_var_timezone=__timezone
698dcdb6 16479
360d6699 16480else
698dcdb6
VZ
16481 echo "configure: failed program was:" >&5
16482 cat conftest.$ac_ext >&5
16483 rm -rf conftest*
16484 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16485
360d6699 16486fi
698dcdb6
VZ
16487rm -f conftest*
16488
16489
360d6699 16490fi
698dcdb6
VZ
16491rm -f conftest*
16492
16493
6232543b 16494fi
698dcdb6
VZ
16495rm -f conftest*
16496
16497
1e487827 16498fi
703e0a69 16499
698dcdb6
VZ
16500echo "$ac_t""$wx_cv_var_timezone" 1>&6
16501
16502 cat >> confdefs.h <<EOF
360d6699
VZ
16503#define WX_TIMEZONE $wx_cv_var_timezone
16504EOF
16505
698dcdb6
VZ
16506
16507 for ac_func in localtime
afc31813 16508do
698dcdb6 16509echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 16510echo "configure:16511: checking for $ac_func" >&5
698dcdb6
VZ
16511if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16512 echo $ac_n "(cached) $ac_c" 1>&6
16513else
16514 cat > conftest.$ac_ext <<EOF
0fbb762e 16515#line 16516 "configure"
10f2d63a 16516#include "confdefs.h"
afc31813 16517/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16518 which can conflict with char $ac_func(); below. */
afc31813
VZ
16519#include <assert.h>
16520/* Override any gcc2 internal prototype to avoid an error. */
16521/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16522 builtin and then its argument prototype would still apply. */
16523char $ac_func();
16524
16525int main() {
afc31813
VZ
16526
16527/* The GNU C library defines this for functions which it implements
16528 to always fail with ENOSYS. Some functions are actually named
16529 something starting with __ and the normal name is an alias. */
16530#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16531choke me
16532#else
698dcdb6 16533$ac_func();
afc31813
VZ
16534#endif
16535
698dcdb6 16536; return 0; }
10f2d63a 16537EOF
0fbb762e 16538if { (eval echo configure:16539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16539 rm -rf conftest*
16540 eval "ac_cv_func_$ac_func=yes"
16541else
16542 echo "configure: failed program was:" >&5
16543 cat conftest.$ac_ext >&5
16544 rm -rf conftest*
16545 eval "ac_cv_func_$ac_func=no"
16546fi
16547rm -f conftest*
16548fi
afc31813 16549
698dcdb6
VZ
16550if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16551 echo "$ac_t""yes" 1>&6
16552 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16553 cat >> confdefs.h <<EOF
16554#define $ac_tr_func 1
16555EOF
16556
16557else
16558 echo "$ac_t""no" 1>&6
afc31813
VZ
16559fi
16560done
16561
1e487827 16562
698dcdb6
VZ
16563 if test "$ac_cv_func_localtime" = "yes"; then
16564 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
0fbb762e 16565echo "configure:16566: checking for tm_gmtoff in struct tm" >&5
698dcdb6
VZ
16566if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16567 echo $ac_n "(cached) $ac_c" 1>&6
16568else
16569
16570 cat > conftest.$ac_ext <<EOF
0fbb762e 16571#line 16572 "configure"
0470b1e6
VZ
16572#include "confdefs.h"
16573
b4085ce6 16574 #include <time.h>
698dcdb6
VZ
16575
16576int main() {
0470b1e6
VZ
16577
16578 struct tm tm;
16579 tm.tm_gmtoff++;
698dcdb6
VZ
16580
16581; return 0; }
16582EOF
0fbb762e 16583if { (eval echo configure:16584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16584 rm -rf conftest*
16585
f03a98d8 16586 wx_cv_struct_tm_has_gmtoff=yes
698dcdb6 16587
0470b1e6 16588else
698dcdb6
VZ
16589 echo "configure: failed program was:" >&5
16590 cat conftest.$ac_ext >&5
16591 rm -rf conftest*
16592 wx_cv_struct_tm_has_gmtoff=no
16593
0470b1e6 16594fi
698dcdb6
VZ
16595rm -f conftest*
16596
1e487827 16597fi
698dcdb6
VZ
16598
16599echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
6232543b
VS
16600 fi
16601
16602 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
698dcdb6 16603 cat >> confdefs.h <<\EOF
6232543b
VS
16604#define WX_GMTOFF_IN_TM 1
16605EOF
0470b1e6 16606
3fcdd07b
VZ
16607 fi
16608
698dcdb6 16609 for ac_func in gettimeofday ftime
3fcdd07b 16610do
698dcdb6 16611echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 16612echo "configure:16613: checking for $ac_func" >&5
698dcdb6
VZ
16613if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16614 echo $ac_n "(cached) $ac_c" 1>&6
16615else
16616 cat > conftest.$ac_ext <<EOF
0fbb762e 16617#line 16618 "configure"
3fcdd07b
VZ
16618#include "confdefs.h"
16619/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16620 which can conflict with char $ac_func(); below. */
3fcdd07b
VZ
16621#include <assert.h>
16622/* Override any gcc2 internal prototype to avoid an error. */
16623/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16624 builtin and then its argument prototype would still apply. */
16625char $ac_func();
16626
16627int main() {
3fcdd07b
VZ
16628
16629/* The GNU C library defines this for functions which it implements
16630 to always fail with ENOSYS. Some functions are actually named
16631 something starting with __ and the normal name is an alias. */
16632#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16633choke me
16634#else
698dcdb6 16635$ac_func();
3fcdd07b
VZ
16636#endif
16637
698dcdb6
VZ
16638; return 0; }
16639EOF
0fbb762e 16640if { (eval echo configure:16641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16641 rm -rf conftest*
16642 eval "ac_cv_func_$ac_func=yes"
16643else
16644 echo "configure: failed program was:" >&5
16645 cat conftest.$ac_ext >&5
16646 rm -rf conftest*
16647 eval "ac_cv_func_$ac_func=no"
16648fi
16649rm -f conftest*
16650fi
16651
16652if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16653 echo "$ac_t""yes" 1>&6
16654 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16655 cat >> confdefs.h <<EOF
16656#define $ac_tr_func 1
3fcdd07b
VZ
16657EOF
16658 break
698dcdb6
VZ
16659else
16660 echo "$ac_t""no" 1>&6
3fcdd07b
VZ
16661fi
16662done
16663
afc31813 16664
698dcdb6
VZ
16665 if test "$ac_cv_func_gettimeofday" = "yes"; then
16666 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
0fbb762e 16667echo "configure:16668: checking whether gettimeofday takes two arguments" >&5
698dcdb6
VZ
16668if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16669 echo $ac_n "(cached) $ac_c" 1>&6
16670else
16671
16672
16673 ac_ext=C
16674# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 16675ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
16676ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16677ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16678cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 16679
698dcdb6
VZ
16680
16681 cat > conftest.$ac_ext <<EOF
0fbb762e 16682#line 16683 "configure"
10f2d63a 16683#include "confdefs.h"
afc31813
VZ
16684
16685 #include <sys/time.h>
16686 #include <unistd.h>
698dcdb6
VZ
16687
16688int main() {
afc31813
VZ
16689
16690 struct timeval tv;
776862b4 16691 gettimeofday(&tv, NULL);
698dcdb6
VZ
16692
16693; return 0; }
16694EOF
0fbb762e 16695if { (eval echo configure:16696: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16696 rm -rf conftest*
afc31813 16697 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a 16698else
698dcdb6
VZ
16699 echo "configure: failed program was:" >&5
16700 cat conftest.$ac_ext >&5
16701 rm -rf conftest*
16702 cat > conftest.$ac_ext <<EOF
0fbb762e 16703#line 16704 "configure"
10f2d63a 16704#include "confdefs.h"
afc31813
VZ
16705
16706 #include <sys/time.h>
16707 #include <unistd.h>
698dcdb6
VZ
16708
16709int main() {
afc31813
VZ
16710
16711 struct timeval tv;
16712 gettimeofday(&tv);
698dcdb6
VZ
16713
16714; return 0; }
16715EOF
0fbb762e 16716if { (eval echo configure:16717: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16717 rm -rf conftest*
afc31813 16718 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a 16719else
698dcdb6
VZ
16720 echo "configure: failed program was:" >&5
16721 cat conftest.$ac_ext >&5
16722 rm -rf conftest*
776862b4
VZ
16723
16724 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16725 wx_cv_func_gettimeofday_has_2_args=unknown
16726
698dcdb6 16727
10f2d63a 16728fi
698dcdb6
VZ
16729rm -f conftest*
16730
10f2d63a 16731fi
698dcdb6 16732rm -f conftest*
afc31813 16733 ac_ext=c
698dcdb6 16734# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 16735ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
16736ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16737ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16738cross_compiling=$ac_cv_prog_cc_cross
10f2d63a 16739
698dcdb6 16740
afc31813 16741fi
698dcdb6
VZ
16742
16743echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 16744
afc31813 16745 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
698dcdb6 16746 cat >> confdefs.h <<\EOF
afc31813
VZ
16747#define WX_GETTIMEOFDAY_NO_TZ 1
16748EOF
16749
16750 fi
16751 fi
16752
698dcdb6 16753 cat >> confdefs.h <<\EOF
afc31813
VZ
16754#define wxUSE_TIMEDATE 1
16755EOF
16756
16757 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
16758fi
16759
698dcdb6 16760
b089607b
VZ
16761if test "$TOOLKIT" != "MSW"; then
16762
3a922bb4
RL
16763 if test "$wxUSE_SOCKETS" = "yes"; then
16764 echo $ac_n "checking for socket""... $ac_c" 1>&6
0fbb762e 16765echo "configure:16766: checking for socket" >&5
698dcdb6
VZ
16766if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16767 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 16768else
698dcdb6 16769 cat > conftest.$ac_ext <<EOF
0fbb762e 16770#line 16771 "configure"
c63c7106
VZ
16771#include "confdefs.h"
16772/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16773 which can conflict with char socket(); below. */
c63c7106
VZ
16774#include <assert.h>
16775/* Override any gcc2 internal prototype to avoid an error. */
16776/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16777 builtin and then its argument prototype would still apply. */
16778char socket();
16779
16780int main() {
c63c7106
VZ
16781
16782/* The GNU C library defines this for functions which it implements
16783 to always fail with ENOSYS. Some functions are actually named
16784 something starting with __ and the normal name is an alias. */
16785#if defined (__stub_socket) || defined (__stub___socket)
16786choke me
16787#else
698dcdb6 16788socket();
c63c7106
VZ
16789#endif
16790
698dcdb6
VZ
16791; return 0; }
16792EOF
0fbb762e 16793if { (eval echo configure:16794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16794 rm -rf conftest*
16795 eval "ac_cv_func_socket=yes"
16796else
16797 echo "configure: failed program was:" >&5
16798 cat conftest.$ac_ext >&5
16799 rm -rf conftest*
16800 eval "ac_cv_func_socket=no"
16801fi
16802rm -f conftest*
16803fi
16804
16805if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16806 echo "$ac_t""yes" 1>&6
c63c7106
VZ
16807 :
16808else
698dcdb6
VZ
16809 echo "$ac_t""no" 1>&6
16810echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
0fbb762e 16811echo "configure:16812: checking for socket in -lsocket" >&5
698dcdb6
VZ
16812ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16813if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16814 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 16815else
698dcdb6 16816 ac_save_LIBS="$LIBS"
c63c7106 16817LIBS="-lsocket $LIBS"
698dcdb6 16818cat > conftest.$ac_ext <<EOF
0fbb762e 16819#line 16820 "configure"
c63c7106
VZ
16820#include "confdefs.h"
16821/* Override any gcc2 internal prototype to avoid an error. */
16822/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16823 builtin and then its argument prototype would still apply. */
16824char socket();
16825
16826int main() {
16827socket()
16828; return 0; }
16829EOF
0fbb762e 16830if { (eval echo configure:16831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16831 rm -rf conftest*
16832 eval "ac_cv_lib_$ac_lib_var=yes"
16833else
16834 echo "configure: failed program was:" >&5
16835 cat conftest.$ac_ext >&5
16836 rm -rf conftest*
16837 eval "ac_cv_lib_$ac_lib_var=no"
16838fi
16839rm -f conftest*
16840LIBS="$ac_save_LIBS"
16841
16842fi
16843if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16844 echo "$ac_t""yes" 1>&6
c63c7106 16845 INET_LINK="$INET_LINK -lsocket"
c63c7106 16846else
698dcdb6 16847 echo "$ac_t""no" 1>&6
afc31813 16848
3a922bb4
RL
16849 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16850 wxUSE_SOCKETS=no
16851
698dcdb6 16852
6232543b 16853fi
b089607b 16854
3a922bb4 16855
1e487827 16856fi
afc31813 16857
3a922bb4 16858 fi
51a9faba 16859
3a922bb4
RL
16860
16861 if test "$wxUSE_SOCKETS" = "yes" ; then
16862 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
0fbb762e 16863echo "configure:16864: checking what is the type of the third argument of getsockname" >&5
698dcdb6
VZ
16864if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16865 echo $ac_n "(cached) $ac_c" 1>&6
16866else
16867
3a922bb4
RL
16868
16869 ac_ext=C
698dcdb6 16870# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 16871ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
16872ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16873ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16874cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 16875
698dcdb6 16876
3a922bb4 16877 cat > conftest.$ac_ext <<EOF
0fbb762e 16878#line 16879 "configure"
afc31813 16879#include "confdefs.h"
51a9faba 16880
3a922bb4
RL
16881 #include <sys/types.h>
16882 #include <sys/socket.h>
16883
698dcdb6 16884int main() {
51a9faba 16885
3a922bb4
RL
16886 socklen_t len;
16887 getsockname(0, 0, &len);
16888
698dcdb6
VZ
16889; return 0; }
16890EOF
0fbb762e 16891if { (eval echo configure:16892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16892 rm -rf conftest*
51a9faba 16893 wx_cv_type_getsockname3=socklen_t
afc31813 16894else
698dcdb6
VZ
16895 echo "configure: failed program was:" >&5
16896 cat conftest.$ac_ext >&5
16897 rm -rf conftest*
16898 cat > conftest.$ac_ext <<EOF
0fbb762e 16899#line 16900 "configure"
afc31813 16900#include "confdefs.h"
51a9faba 16901
3a922bb4
RL
16902 #include <sys/types.h>
16903 #include <sys/socket.h>
16904
698dcdb6 16905int main() {
51a9faba 16906
3a922bb4
RL
16907 size_t len;
16908 getsockname(0, 0, &len);
16909
698dcdb6
VZ
16910; return 0; }
16911EOF
0fbb762e 16912if { (eval echo configure:16913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16913 rm -rf conftest*
51a9faba 16914 wx_cv_type_getsockname3=size_t
afc31813 16915else
698dcdb6
VZ
16916 echo "configure: failed program was:" >&5
16917 cat conftest.$ac_ext >&5
16918 rm -rf conftest*
16919 cat > conftest.$ac_ext <<EOF
0fbb762e 16920#line 16921 "configure"
afc31813 16921#include "confdefs.h"
51a9faba 16922
3a922bb4
RL
16923 #include <sys/types.h>
16924 #include <sys/socket.h>
16925
698dcdb6 16926int main() {
51a9faba 16927
3a922bb4
RL
16928 int len;
16929 getsockname(0, 0, &len);
16930
698dcdb6
VZ
16931; return 0; }
16932EOF
0fbb762e 16933if { (eval echo configure:16934: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16934 rm -rf conftest*
51a9faba 16935 wx_cv_type_getsockname3=int
afc31813 16936else
698dcdb6
VZ
16937 echo "configure: failed program was:" >&5
16938 cat conftest.$ac_ext >&5
16939 rm -rf conftest*
16940 wx_cv_type_getsockname3=unknown
3a922bb4 16941
afc31813 16942fi
698dcdb6 16943rm -f conftest*
3a922bb4 16944
afc31813 16945fi
698dcdb6 16946rm -f conftest*
3a922bb4 16947
afc31813 16948fi
698dcdb6 16949rm -f conftest*
51a9faba 16950
3a922bb4 16951 ac_ext=c
698dcdb6 16952# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
afc31813 16953ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
16954ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16955ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16956cross_compiling=$ac_cv_prog_cc_cross
afc31813 16957
3a922bb4 16958
51a9faba 16959fi
698dcdb6
VZ
16960
16961echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
51a9faba 16962
3a922bb4
RL
16963 if test "$wx_cv_type_getsockname3" = "unknown"; then
16964 wxUSE_SOCKETS=no
16965 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16966 else
16967 cat >> confdefs.h <<EOF
51a9faba
VZ
16968#define SOCKLEN_T $wx_cv_type_getsockname3
16969EOF
16970
3a922bb4 16971 fi
51a9faba
VZ
16972 fi
16973fi
afc31813 16974
51a9faba 16975if test "$wxUSE_SOCKETS" = "yes" ; then
698dcdb6 16976 cat >> confdefs.h <<\EOF
afc31813
VZ
16977#define wxUSE_SOCKETS 1
16978EOF
16979
70f7a477 16980 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
16981fi
16982
698dcdb6 16983
dc3d889d
VZ
16984if test "$wxUSE_GUI" = "yes"; then
16985
3a922bb4
RL
16986 if test "$TOOLKIT" != "MSW"; then
16987 if test "$wxUSE_JOYSTICK" = "yes"; then
16988 for ac_hdr in linux/joystick.h
10f2d63a 16989do
698dcdb6
VZ
16990ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16991echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
0fbb762e 16992echo "configure:16993: checking for $ac_hdr" >&5
698dcdb6
VZ
16993if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16994 echo $ac_n "(cached) $ac_c" 1>&6
16995else
16996 cat > conftest.$ac_ext <<EOF
0fbb762e 16997#line 16998 "configure"
10f2d63a 16998#include "confdefs.h"
698dcdb6
VZ
16999#include <$ac_hdr>
17000EOF
17001ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 17002{ (eval echo configure:17003: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
17003ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17004if test -z "$ac_err"; then
17005 rm -rf conftest*
17006 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 17007else
698dcdb6
VZ
17008 echo "$ac_err" >&5
17009 echo "configure: failed program was:" >&5
10f2d63a 17010 cat conftest.$ac_ext >&5
698dcdb6
VZ
17011 rm -rf conftest*
17012 eval "ac_cv_header_$ac_safe=no"
10f2d63a 17013fi
698dcdb6 17014rm -f conftest*
10f2d63a 17015fi
698dcdb6
VZ
17016if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17017 echo "$ac_t""yes" 1>&6
17018 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17019 cat >> confdefs.h <<EOF
17020#define $ac_tr_hdr 1
10f2d63a 17021EOF
698dcdb6
VZ
17022
17023else
17024 echo "$ac_t""no" 1>&6
10f2d63a
VZ
17025fi
17026done
17027
3a922bb4
RL
17028 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
17029 wxUSE_JOYSTICK=no
17030 echo "configure: warning: Joystick not supported by this system" 1>&2
17031 fi
17032 fi
17033 fi
b089607b 17034
3a922bb4
RL
17035 if test "$wxUSE_JOYSTICK" = "yes"; then
17036 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17037#define wxUSE_JOYSTICK 1
17038EOF
17039
3a922bb4
RL
17040 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
17041 fi
dc3d889d
VZ
17042fi
17043
698dcdb6 17044
b089607b
VZ
17045if test "$TOOLKIT" != "MSW"; then
17046
3a922bb4
RL
17047 HAVE_DL_FUNCS=0
17048 HAVE_SHL_FUNCS=0
17049 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
17050 if test "$USE_DARWIN" = 1; then
17051 HAVE_DL_FUNCS=1
17052 else
17053 for ac_func in dlopen
10f2d63a 17054do
698dcdb6 17055echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 17056echo "configure:17057: checking for $ac_func" >&5
698dcdb6
VZ
17057if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17058 echo $ac_n "(cached) $ac_c" 1>&6
17059else
17060 cat > conftest.$ac_ext <<EOF
0fbb762e 17061#line 17062 "configure"
10f2d63a
VZ
17062#include "confdefs.h"
17063/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 17064 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
17065#include <assert.h>
17066/* Override any gcc2 internal prototype to avoid an error. */
17067/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17068 builtin and then its argument prototype would still apply. */
17069char $ac_func();
17070
17071int main() {
10f2d63a
VZ
17072
17073/* The GNU C library defines this for functions which it implements
17074 to always fail with ENOSYS. Some functions are actually named
17075 something starting with __ and the normal name is an alias. */
17076#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17077choke me
17078#else
698dcdb6 17079$ac_func();
10f2d63a
VZ
17080#endif
17081
698dcdb6
VZ
17082; return 0; }
17083EOF
0fbb762e 17084if { (eval echo configure:17085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17085 rm -rf conftest*
17086 eval "ac_cv_func_$ac_func=yes"
17087else
17088 echo "configure: failed program was:" >&5
17089 cat conftest.$ac_ext >&5
17090 rm -rf conftest*
17091 eval "ac_cv_func_$ac_func=no"
17092fi
17093rm -f conftest*
17094fi
17095
17096if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17097 echo "$ac_t""yes" 1>&6
17098 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17099 cat >> confdefs.h <<EOF
17100#define $ac_tr_func 1
17101EOF
17102
3a922bb4 17103 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17104#define HAVE_DLOPEN 1
17105EOF
17106
3a922bb4
RL
17107 HAVE_DL_FUNCS=1
17108
10f2d63a 17109else
698dcdb6
VZ
17110 echo "$ac_t""no" 1>&6
17111echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
0fbb762e 17112echo "configure:17113: checking for dlopen in -ldl" >&5
698dcdb6
VZ
17113ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
17114if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17115 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 17116else
698dcdb6 17117 ac_save_LIBS="$LIBS"
10f2d63a 17118LIBS="-ldl $LIBS"
698dcdb6 17119cat > conftest.$ac_ext <<EOF
0fbb762e 17120#line 17121 "configure"
10f2d63a
VZ
17121#include "confdefs.h"
17122/* Override any gcc2 internal prototype to avoid an error. */
17123/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17124 builtin and then its argument prototype would still apply. */
17125char dlopen();
17126
17127int main() {
17128dlopen()
17129; return 0; }
17130EOF
0fbb762e 17131if { (eval echo configure:17132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17132 rm -rf conftest*
17133 eval "ac_cv_lib_$ac_lib_var=yes"
17134else
17135 echo "configure: failed program was:" >&5
17136 cat conftest.$ac_ext >&5
17137 rm -rf conftest*
17138 eval "ac_cv_lib_$ac_lib_var=no"
17139fi
17140rm -f conftest*
17141LIBS="$ac_save_LIBS"
17142
17143fi
17144if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17145 echo "$ac_t""yes" 1>&6
17146
3a922bb4 17147 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17148#define HAVE_DLOPEN 1
17149EOF
17150
3a922bb4 17151 HAVE_DL_FUNCS=1
3d63bc3a 17152 DL_LINK=" -ldl$DL_LINK"
3a922bb4 17153
10f2d63a 17154else
698dcdb6 17155 echo "$ac_t""no" 1>&6
10f2d63a 17156
3a922bb4 17157 for ac_func in shl_load
10f2d63a 17158do
698dcdb6 17159echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 17160echo "configure:17161: checking for $ac_func" >&5
698dcdb6
VZ
17161if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17162 echo $ac_n "(cached) $ac_c" 1>&6
17163else
17164 cat > conftest.$ac_ext <<EOF
0fbb762e 17165#line 17166 "configure"
10f2d63a
VZ
17166#include "confdefs.h"
17167/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 17168 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
17169#include <assert.h>
17170/* Override any gcc2 internal prototype to avoid an error. */
17171/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17172 builtin and then its argument prototype would still apply. */
17173char $ac_func();
17174
17175int main() {
10f2d63a
VZ
17176
17177/* The GNU C library defines this for functions which it implements
17178 to always fail with ENOSYS. Some functions are actually named
17179 something starting with __ and the normal name is an alias. */
17180#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17181choke me
17182#else
698dcdb6 17183$ac_func();
10f2d63a
VZ
17184#endif
17185
698dcdb6
VZ
17186; return 0; }
17187EOF
0fbb762e 17188if { (eval echo configure:17189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17189 rm -rf conftest*
17190 eval "ac_cv_func_$ac_func=yes"
17191else
17192 echo "configure: failed program was:" >&5
17193 cat conftest.$ac_ext >&5
17194 rm -rf conftest*
17195 eval "ac_cv_func_$ac_func=no"
17196fi
17197rm -f conftest*
17198fi
17199
17200if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17201 echo "$ac_t""yes" 1>&6
17202 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17203 cat >> confdefs.h <<EOF
17204#define $ac_tr_func 1
17205EOF
17206
3a922bb4 17207 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17208#define HAVE_SHL_LOAD 1
17209EOF
17210
3a922bb4
RL
17211 HAVE_SHL_FUNCS=1
17212
10f2d63a 17213else
698dcdb6
VZ
17214 echo "$ac_t""no" 1>&6
17215echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
0fbb762e 17216echo "configure:17217: checking for dld in -lshl_load" >&5
698dcdb6
VZ
17217ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
17218if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17219 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 17220else
698dcdb6 17221 ac_save_LIBS="$LIBS"
f6bcfd97 17222LIBS="-lshl_load $LIBS"
698dcdb6 17223cat > conftest.$ac_ext <<EOF
0fbb762e 17224#line 17225 "configure"
f6bcfd97
BP
17225#include "confdefs.h"
17226/* Override any gcc2 internal prototype to avoid an error. */
17227/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17228 builtin and then its argument prototype would still apply. */
17229char dld();
17230
17231int main() {
17232dld()
17233; return 0; }
17234EOF
0fbb762e 17235if { (eval echo configure:17236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17236 rm -rf conftest*
17237 eval "ac_cv_lib_$ac_lib_var=yes"
17238else
17239 echo "configure: failed program was:" >&5
17240 cat conftest.$ac_ext >&5
17241 rm -rf conftest*
17242 eval "ac_cv_lib_$ac_lib_var=no"
17243fi
17244rm -f conftest*
17245LIBS="$ac_save_LIBS"
f6bcfd97 17246
698dcdb6
VZ
17247fi
17248if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17249 echo "$ac_t""yes" 1>&6
17250
3a922bb4 17251 HAVE_SHL_FUNCS=1
3d63bc3a 17252 DL_LINK=" -ldld$DL_LINK"
3a922bb4 17253
698dcdb6
VZ
17254else
17255 echo "$ac_t""no" 1>&6
f6bcfd97
BP
17256fi
17257
3a922bb4 17258
10f2d63a
VZ
17259fi
17260done
17261
3a922bb4 17262
10f2d63a
VZ
17263fi
17264
3a922bb4 17265
10f2d63a
VZ
17266fi
17267done
17268
1e487827 17269
3a922bb4
RL
17270 if test "$HAVE_DL_FUNCS" = 1; then
17271 for ac_func in dlerror
f6bcfd97 17272do
698dcdb6 17273echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
0fbb762e 17274echo "configure:17275: checking for $ac_func" >&5
698dcdb6
VZ
17275if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17276 echo $ac_n "(cached) $ac_c" 1>&6
17277else
17278 cat > conftest.$ac_ext <<EOF
0fbb762e 17279#line 17280 "configure"
f6bcfd97
BP
17280#include "confdefs.h"
17281/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 17282 which can conflict with char $ac_func(); below. */
f6bcfd97
BP
17283#include <assert.h>
17284/* Override any gcc2 internal prototype to avoid an error. */
17285/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17286 builtin and then its argument prototype would still apply. */
17287char $ac_func();
17288
17289int main() {
f6bcfd97
BP
17290
17291/* The GNU C library defines this for functions which it implements
17292 to always fail with ENOSYS. Some functions are actually named
17293 something starting with __ and the normal name is an alias. */
17294#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17295choke me
17296#else
698dcdb6 17297$ac_func();
f6bcfd97
BP
17298#endif
17299
698dcdb6
VZ
17300; return 0; }
17301EOF
0fbb762e 17302if { (eval echo configure:17303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17303 rm -rf conftest*
17304 eval "ac_cv_func_$ac_func=yes"
17305else
17306 echo "configure: failed program was:" >&5
17307 cat conftest.$ac_ext >&5
17308 rm -rf conftest*
17309 eval "ac_cv_func_$ac_func=no"
17310fi
17311rm -f conftest*
17312fi
17313
17314if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17315 echo "$ac_t""yes" 1>&6
17316 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17317 cat >> confdefs.h <<EOF
17318#define $ac_tr_func 1
17319EOF
17320 cat >> confdefs.h <<\EOF
f6bcfd97
BP
17321#define HAVE_DLERROR 1
17322EOF
17323
17324else
698dcdb6
VZ
17325 echo "$ac_t""no" 1>&6
17326echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
0fbb762e 17327echo "configure:17328: checking for dlerror in -ldl" >&5
698dcdb6
VZ
17328ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17329if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17330 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 17331else
698dcdb6 17332 ac_save_LIBS="$LIBS"
f6bcfd97 17333LIBS="-ldl $LIBS"
698dcdb6 17334cat > conftest.$ac_ext <<EOF
0fbb762e 17335#line 17336 "configure"
f6bcfd97
BP
17336#include "confdefs.h"
17337/* Override any gcc2 internal prototype to avoid an error. */
17338/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
17339 builtin and then its argument prototype would still apply. */
17340char dlerror();
17341
17342int main() {
17343dlerror()
17344; return 0; }
17345EOF
0fbb762e 17346if { (eval echo configure:17347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17347 rm -rf conftest*
17348 eval "ac_cv_lib_$ac_lib_var=yes"
17349else
17350 echo "configure: failed program was:" >&5
17351 cat conftest.$ac_ext >&5
17352 rm -rf conftest*
17353 eval "ac_cv_lib_$ac_lib_var=no"
17354fi
17355rm -f conftest*
17356LIBS="$ac_save_LIBS"
17357
17358fi
17359if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17360 echo "$ac_t""yes" 1>&6
17361 cat >> confdefs.h <<\EOF
f6bcfd97
BP
17362#define HAVE_DLERROR 1
17363EOF
17364
698dcdb6
VZ
17365else
17366 echo "$ac_t""no" 1>&6
f6bcfd97
BP
17367fi
17368
17369fi
17370done
17371
3a922bb4
RL
17372 fi
17373 fi
f6bcfd97 17374
3a922bb4
RL
17375 if test "$HAVE_DL_FUNCS" = 0; then
17376 if test "$HAVE_SHL_FUNCS" = 0; then
17377 if test "$USE_UNIX" = 1; then
17378 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17379 wxUSE_DYNLIB_CLASS=no
17380 else
17381 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17382 fi
17383 fi
10f2d63a
VZ
17384 fi
17385 fi
17386fi
17387
17388if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
698dcdb6 17389 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17390#define wxUSE_DYNLIB_CLASS 1
17391EOF
17392
b12915c1
VZ
17393else
17394 wxUSE_ODBC=no
17395 wxUSE_SERIAL=no
10f2d63a
VZ
17396fi
17397
698dcdb6 17398
1e6feb95
VZ
17399if test "$wxUSE_FONTMAP" = "yes" ; then
17400 cat >> confdefs.h <<\EOF
17401#define wxUSE_FONTMAP 1
17402EOF
17403
17404fi
17405
10f2d63a 17406if test "$wxUSE_UNICODE" = "yes" ; then
698dcdb6 17407 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17408#define wxUSE_UNICODE 1
17409EOF
17410
17411fi
17412
10f2d63a 17413if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
698dcdb6 17414 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17415#define wxUSE_EXPERIMENTAL_PRINTF 1
17416EOF
17417
17418fi
17419
698dcdb6 17420
b12915c1 17421if test "$wxUSE_SERIAL" = "yes" ; then
698dcdb6 17422 cat >> confdefs.h <<\EOF
b12915c1
VZ
17423#define wxUSE_SERIAL 1
17424EOF
17425
17426fi
17427
698dcdb6 17428
10f2d63a
VZ
17429IODBC_C_SRC=""
17430if test "$wxUSE_ODBC" = "yes" ; then
698dcdb6 17431 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17432#define wxUSE_ODBC 1
17433EOF
17434
17435 WXODBCFLAG="-D_IODBC_"
17436 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
10f2d63a
VZ
17437fi
17438
698dcdb6 17439
10f2d63a 17440if test "$wxUSE_POSTSCRIPT" = "yes" ; then
698dcdb6 17441 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17442#define wxUSE_POSTSCRIPT 1
17443EOF
17444
17445fi
17446
698dcdb6 17447cat >> confdefs.h <<\EOF
10f2d63a
VZ
17448#define wxUSE_AFM_FOR_POSTSCRIPT 1
17449EOF
17450
698dcdb6
VZ
17451
17452cat >> confdefs.h <<\EOF
10f2d63a
VZ
17453#define wxUSE_NORMALIZED_PS_FONTS 1
17454EOF
17455
698dcdb6
VZ
17456
17457
10f2d63a 17458if test "$wxUSE_CONSTRAINTS" = "yes"; then
698dcdb6 17459 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17460#define wxUSE_CONSTRAINTS 1
17461EOF
17462
17463 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
17464fi
17465
17466if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
fc26f4ab
RL
17467 if test "$wxUSE_UNIVERSAL" = "yes"; then
17468 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17469 wxUSE_MDI_ARCHITECTURE=no
17470 fi
17471
17472 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17473 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17474#define wxUSE_MDI_ARCHITECTURE 1
17475EOF
17476
fc26f4ab
RL
17477 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
17478 fi
10f2d63a
VZ
17479fi
17480
17481if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
698dcdb6 17482 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17483#define wxUSE_DOC_VIEW_ARCHITECTURE 1
17484EOF
17485
17486 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
17487 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17488 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
17489 fi
17490fi
17491
17492if test "$wxUSE_HELP" = "yes"; then
698dcdb6 17493 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17494#define wxUSE_HELP 1
17495EOF
17496
17497 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
3379ed37 17498
77e13408 17499 if test "$wxUSE_MSW" = 1; then
031d8228 17500 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
29fd3c0c
VS
17501 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17502echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
0fbb762e 17503echo "configure:17504: checking for htmlhelp.h" >&5
29fd3c0c
VS
17504if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17505 echo $ac_n "(cached) $ac_c" 1>&6
17506else
17507 cat > conftest.$ac_ext <<EOF
0fbb762e 17508#line 17509 "configure"
29fd3c0c
VS
17509#include "confdefs.h"
17510#include <htmlhelp.h>
17511EOF
17512ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 17513{ (eval echo configure:17514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
29fd3c0c
VS
17514ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17515if test -z "$ac_err"; then
17516 rm -rf conftest*
17517 eval "ac_cv_header_$ac_safe=yes"
17518else
17519 echo "$ac_err" >&5
17520 echo "configure: failed program was:" >&5
17521 cat conftest.$ac_ext >&5
17522 rm -rf conftest*
17523 eval "ac_cv_header_$ac_safe=no"
17524fi
17525rm -f conftest*
17526fi
17527if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17528 echo "$ac_t""yes" 1>&6
17529
17530 cat >> confdefs.h <<\EOF
17531#define wxUSE_MS_HTML_HELP 1
17532EOF
17533
17534
17535else
17536 echo "$ac_t""no" 1>&6
17537
fc26f4ab 17538 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
29fd3c0c
VS
17539 wxUSE_MS_HTML_HELP=no
17540
17541fi
17542
3e44f09d 17543 fi
3379ed37 17544 fi
031d8228
VS
17545
17546 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17547 if test "$wxUSE_HTML" = "yes"; then
17548 cat >> confdefs.h <<\EOF
17549#define wxUSE_WXHTML_HELP 1
17550EOF
17551
17552 else
17553 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17554 wxUSE_WXHTML_HELP=no
17555 fi
17556 fi
10f2d63a
VZ
17557fi
17558
17559if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17560 if test "$wxUSE_CONSTRAINTS" != "yes"; then
698dcdb6 17561 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
10f2d63a 17562 else
698dcdb6 17563 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17564#define wxUSE_PRINTING_ARCHITECTURE 1
17565EOF
17566
17567 fi
17568 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
17569fi
17570
17571if test "$wxUSE_PROLOGIO" = "yes" ; then
698dcdb6 17572 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17573#define wxUSE_PROLOGIO 1
17574EOF
17575
17576fi
17577
17578if test "$wxUSE_RESOURCES" = "yes" ; then
3379ed37 17579 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17580#define wxUSE_RESOURCES 1
17581EOF
17582
3379ed37 17583 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
10f2d63a
VZ
17584fi
17585
17586if test "$wxUSE_X_RESOURCES" = "yes"; then
698dcdb6 17587 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17588#define wxUSE_X_RESOURCES 1
17589EOF
17590
17591fi
17592
698dcdb6 17593
77e13408
RL
17594if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
17595 -o "$wxUSE_CLIPBOARD" = "yes" \
17596 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
2b9bdf71 17597 for ac_hdr in ole2.h
10f2d63a 17598do
698dcdb6
VZ
17599ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17600echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
0fbb762e 17601echo "configure:17602: checking for $ac_hdr" >&5
698dcdb6
VZ
17602if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17603 echo $ac_n "(cached) $ac_c" 1>&6
17604else
17605 cat > conftest.$ac_ext <<EOF
0fbb762e 17606#line 17607 "configure"
10f2d63a 17607#include "confdefs.h"
698dcdb6
VZ
17608#include <$ac_hdr>
17609EOF
17610ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
0fbb762e 17611{ (eval echo configure:17612: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
17612ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17613if test -z "$ac_err"; then
17614 rm -rf conftest*
17615 eval "ac_cv_header_$ac_safe=yes"
1e487827 17616else
698dcdb6
VZ
17617 echo "$ac_err" >&5
17618 echo "configure: failed program was:" >&5
10f2d63a 17619 cat conftest.$ac_ext >&5
698dcdb6
VZ
17620 rm -rf conftest*
17621 eval "ac_cv_header_$ac_safe=no"
10f2d63a 17622fi
698dcdb6 17623rm -f conftest*
10f2d63a 17624fi
698dcdb6
VZ
17625if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17626 echo "$ac_t""yes" 1>&6
17627 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17628 cat >> confdefs.h <<EOF
17629#define $ac_tr_hdr 1
10f2d63a 17630EOF
698dcdb6
VZ
17631
17632else
17633 echo "$ac_t""no" 1>&6
10f2d63a
VZ
17634fi
17635done
17636
698dcdb6 17637
2b9bdf71
VZ
17638 if test "$ac_cv_header_ole2_h" = "yes" ; then
17639 if test "$GCC" = yes ; then
17640 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
2b9bdf71 17641 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
3d63bc3a 17642 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
2b9bdf71 17643 cat >> confdefs.h <<\EOF
4f11a343
VS
17644#define wxUSE_OLE 1
17645EOF
17646
b64f0a5f 17647
2b9bdf71
VZ
17648 fi
17649
17650 cat >> confdefs.h <<\EOF
17651#define wxUSE_DATAOBJ 1
17652EOF
17653
17654 else
17655 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17656
17657 wxUSE_CLIPBOARD=no
17658 wxUSE_DRAG_AND_DROP=no
17659 wxUSE_DATAOBJ=no
17660 fi
17661
77e13408 17662 if test "$wxUSE_METAFILE" = "yes"; then
2b9bdf71 17663 cat >> confdefs.h <<\EOF
b64f0a5f
RL
17664#define wxUSE_METAFILE 1
17665EOF
17666
2b9bdf71
VZ
17667
17668 cat >> confdefs.h <<\EOF
b64f0a5f
RL
17669#define wxUSE_ENH_METAFILE 1
17670EOF
17671
2b9bdf71
VZ
17672 fi
17673fi
17674
17675if test "$wxUSE_IPC" = "yes"; then
17676 if test "$wxUSE_SOCKETS" != "yes"; then
17677 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17678 fi
17679
17680 cat >> confdefs.h <<\EOF
17681#define wxUSE_IPC 1
17682EOF
17683
17684fi
17685
17686if test "$wxUSE_CLIPBOARD" = "yes"; then
17687 cat >> confdefs.h <<\EOF
17688#define wxUSE_CLIPBOARD 1
17689EOF
17690
673f4220 17691
e33ef661 17692 cat >> confdefs.h <<\EOF
673f4220
VZ
17693#define wxUSE_DATAOBJ 1
17694EOF
17695
2b9bdf71
VZ
17696fi
17697
17698if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17699 if test "$wxUSE_GTK" = 1; then
17700 if test "$WXGTK12" != 1; then
17701 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
10f2d63a
VZ
17702 wxUSE_DRAG_AND_DROP=no
17703 fi
17704 fi
17705
2b9bdf71
VZ
17706 if test "$wxUSE_MOTIF" = 1; then
17707 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17708 wxUSE_DRAG_AND_DROP=no
17709 fi
17710
17711 if test "$wxUSE_MAC" = 1; then
17712 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17713 wxUSE_DRAG_AND_DROP=no
17714 fi
17715
10f2d63a 17716 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
698dcdb6 17717 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17718#define wxUSE_DRAG_AND_DROP 1
17719EOF
17720
17721 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
17722 fi
17723
17724fi
17725
17726if test "$wxUSE_SPLINES" = "yes" ; then
698dcdb6 17727 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17728#define wxUSE_SPLINES 1
17729EOF
17730
17731fi
17732
698dcdb6 17733
1e6feb95
VZ
17734USES_CONTROLS=0
17735if test "$wxUSE_CONTROLS" = "yes"; then
17736 USES_CONTROLS=1
17737fi
17738
10f2d63a 17739if test "$wxUSE_ACCEL" = "yes"; then
698dcdb6 17740 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17741#define wxUSE_ACCEL 1
17742EOF
17743
1e6feb95
VZ
17744 USES_CONTROLS=1
17745fi
17746
17747if test "$wxUSE_BUTTON" = "yes"; then
17748 cat >> confdefs.h <<\EOF
17749#define wxUSE_BUTTON 1
17750EOF
17751
17752 USES_CONTROLS=1
17753fi
17754
17755if test "$wxUSE_BMPBUTTON" = "yes"; then
17756 cat >> confdefs.h <<\EOF
17757#define wxUSE_BMPBUTTON 1
17758EOF
17759
17760 USES_CONTROLS=1
17761fi
17762
17763if test "$wxUSE_CALCTRL" = "yes"; then
17764 cat >> confdefs.h <<\EOF
17765#define wxUSE_CALENDARCTRL 1
17766EOF
17767
17768 USES_CONTROLS=1
17769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
10f2d63a
VZ
17770fi
17771
17772if test "$wxUSE_CARET" = "yes"; then
698dcdb6 17773 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17774#define wxUSE_CARET 1
17775EOF
17776
1e6feb95 17777 USES_CONTROLS=1
10f2d63a
VZ
17778 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
17779fi
17780
17781if test "$wxUSE_COMBOBOX" = "yes"; then
698dcdb6 17782 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17783#define wxUSE_COMBOBOX 1
17784EOF
17785
1e6feb95 17786 USES_CONTROLS=1
10f2d63a
VZ
17787fi
17788
17789if test "$wxUSE_CHOICE" = "yes"; then
698dcdb6 17790 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17791#define wxUSE_CHOICE 1
17792EOF
17793
1e6feb95 17794 USES_CONTROLS=1
10f2d63a
VZ
17795fi
17796
17797if test "$wxUSE_CHECKBOX" = "yes"; then
698dcdb6 17798 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17799#define wxUSE_CHECKBOX 1
17800EOF
17801
1e6feb95 17802 USES_CONTROLS=1
10f2d63a
VZ
17803fi
17804
17805if test "$wxUSE_CHECKLST" = "yes"; then
698dcdb6 17806 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17807#define wxUSE_CHECKLISTBOX 1
17808EOF
17809
1e6feb95 17810 USES_CONTROLS=1
10f2d63a
VZ
17811 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
17812fi
17813
17814if test "$wxUSE_GAUGE" = "yes"; then
698dcdb6 17815 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17816#define wxUSE_GAUGE 1
17817EOF
17818
1e6feb95 17819 USES_CONTROLS=1
10f2d63a
VZ
17820fi
17821
d6a55c4b
VZ
17822if test "$wxUSE_NEW_GRID" = "yes"; then
17823 wxUSE_GRID="yes"
698dcdb6 17824 cat >> confdefs.h <<\EOF
d6a55c4b 17825#define wxUSE_NEW_GRID 1
10f2d63a
VZ
17826EOF
17827
1e6feb95 17828 USES_CONTROLS=1
d6a55c4b 17829 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
10f2d63a
VZ
17830fi
17831
d6a55c4b 17832if test "$wxUSE_GRID" = "yes"; then
698dcdb6 17833 cat >> confdefs.h <<\EOF
d6a55c4b 17834#define wxUSE_GRID 1
10f2d63a
VZ
17835EOF
17836
1e6feb95 17837 USES_CONTROLS=1
d6a55c4b 17838 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
17839fi
17840
17841if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17842 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17843#define wxUSE_IMAGLIST 1
17844EOF
17845
17846fi
17847
17848if test "$wxUSE_LISTBOX" = "yes"; then
698dcdb6 17849 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17850#define wxUSE_LISTBOX 1
17851EOF
17852
1e6feb95 17853 USES_CONTROLS=1
10f2d63a
VZ
17854fi
17855
17856if test "$wxUSE_LISTCTRL" = "yes"; then
17857 if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17858 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17859#define wxUSE_LISTCTRL 1
17860EOF
17861
1e6feb95 17862 USES_CONTROLS=1
10f2d63a
VZ
17863 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
17864 else
698dcdb6 17865 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
10f2d63a
VZ
17866 fi
17867fi
17868
17869if test "$wxUSE_NOTEBOOK" = "yes"; then
698dcdb6 17870 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17871#define wxUSE_NOTEBOOK 1
17872EOF
17873
1e6feb95 17874 USES_CONTROLS=1
10f2d63a
VZ
17875 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
17876fi
17877
24176f2c
GD
17878if test "$wxUSE_PROPSHEET" = "yes"; then
17879 cat >> confdefs.h <<\EOF
17880#define wxUSE_PROPSHEET 1
17881EOF
17882
17883 USES_CONTROLS=1
17884 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
17885fi
17886
10f2d63a 17887if test "$wxUSE_RADIOBOX" = "yes"; then
698dcdb6 17888 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17889#define wxUSE_RADIOBOX 1
17890EOF
17891
1e6feb95 17892 USES_CONTROLS=1
10f2d63a
VZ
17893fi
17894
17895if test "$wxUSE_RADIOBTN" = "yes"; then
698dcdb6 17896 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17897#define wxUSE_RADIOBTN 1
17898EOF
17899
1e6feb95 17900 USES_CONTROLS=1
10f2d63a
VZ
17901fi
17902
17903if test "$wxUSE_SASH" = "yes"; then
698dcdb6 17904 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17905#define wxUSE_SASH 1
17906EOF
17907
17908 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
17909fi
17910
17911if test "$wxUSE_SCROLLBAR" = "yes"; then
698dcdb6 17912 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17913#define wxUSE_SCROLLBAR 1
17914EOF
17915
1e6feb95 17916 USES_CONTROLS=1
741a9306 17917 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
17918fi
17919
17920if test "$wxUSE_SLIDER" = "yes"; then
698dcdb6 17921 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17922#define wxUSE_SLIDER 1
17923EOF
17924
1e6feb95 17925 USES_CONTROLS=1
10f2d63a
VZ
17926fi
17927
17928if test "$wxUSE_SPINBTN" = "yes"; then
698dcdb6 17929 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17930#define wxUSE_SPINBTN 1
17931EOF
17932
1e6feb95 17933 USES_CONTROLS=1
10f2d63a
VZ
17934fi
17935
56cfaa52 17936if test "$wxUSE_SPINCTRL" = "yes"; then
698dcdb6 17937 cat >> confdefs.h <<\EOF
56cfaa52
RR
17938#define wxUSE_SPINCTRL 1
17939EOF
17940
1e6feb95 17941 USES_CONTROLS=1
56cfaa52
RR
17942fi
17943
10f2d63a 17944if test "$wxUSE_SPLITTER" = "yes"; then
698dcdb6 17945 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17946#define wxUSE_SPLITTER 1
17947EOF
17948
17949 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
17950fi
17951
17952if test "$wxUSE_STATBMP" = "yes"; then
698dcdb6 17953 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17954#define wxUSE_STATBMP 1
17955EOF
17956
1e6feb95 17957 USES_CONTROLS=1
10f2d63a
VZ
17958fi
17959
17960if test "$wxUSE_STATBOX" = "yes"; then
698dcdb6 17961 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17962#define wxUSE_STATBOX 1
17963EOF
17964
1e6feb95
VZ
17965 USES_CONTROLS=1
17966fi
17967
17968if test "$wxUSE_STATTEXT" = "yes"; then
17969 cat >> confdefs.h <<\EOF
17970#define wxUSE_STATTEXT 1
17971EOF
17972
17973 USES_CONTROLS=1
10f2d63a
VZ
17974fi
17975
17976if test "$wxUSE_STATLINE" = "yes"; then
17977 if test "$wxUSE_WINE" = 1 ; then
698dcdb6 17978 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
10f2d63a 17979 else
698dcdb6 17980 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17981#define wxUSE_STATLINE 1
17982EOF
17983
1e6feb95 17984 USES_CONTROLS=1
10f2d63a
VZ
17985 fi
17986fi
17987
17988if test "$wxUSE_STATUSBAR" = "yes"; then
698dcdb6 17989 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17990#define wxUSE_STATUSBAR 1
17991EOF
17992
1e6feb95 17993 USES_CONTROLS=1
698dcdb6 17994
2286341c 17995 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
17996fi
17997
17998if test "$wxUSE_TABDIALOG" = "yes"; then
698dcdb6 17999 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18000#define wxUSE_TAB_DIALOG 1
18001EOF
18002
18003 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
18004fi
18005
1e6feb95
VZ
18006if test "$wxUSE_TEXTCTRL" = "yes"; then
18007 cat >> confdefs.h <<\EOF
18008#define wxUSE_TEXTCTRL 1
18009EOF
18010
18011 USES_CONTROLS=1
18012 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
18013fi
18014
1db8dc4a 18015if test "$wxUSE_TOGGLEBTN" = "yes"; then
fc26f4ab
RL
18016 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
18017 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
a45d7ab7
GD
18018 wxUSE_TOGGLEBTN=no
18019 fi
18020
18021 if test "$wxUSE_TOGGLEBTN" = "yes"; then
18022 cat >> confdefs.h <<\EOF
1db8dc4a
VZ
18023#define wxUSE_TOGGLEBTN 1
18024EOF
18025
1e6feb95 18026 USES_CONTROLS=1
a45d7ab7 18027 fi
1db8dc4a
VZ
18028fi
18029
360d6699 18030if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
698dcdb6 18031 cat >> confdefs.h <<\EOF
360d6699
VZ
18032#define wxUSE_TOOLBAR_SIMPLE 1
18033EOF
18034
18035 wxUSE_TOOLBAR="yes"
1e6feb95 18036 USES_CONTROLS=1
360d6699
VZ
18037fi
18038
10f2d63a 18039if test "$wxUSE_TOOLBAR" = "yes"; then
698dcdb6 18040 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18041#define wxUSE_TOOLBAR 1
18042EOF
18043
1e6feb95 18044 USES_CONTROLS=1
698dcdb6 18045
360d6699
VZ
18046 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
18047 wxUSE_TOOLBAR_NATIVE="yes"
18048 fi
18049
1e6feb95
VZ
18050 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
18051 cat >> confdefs.h <<\EOF
360d6699
VZ
18052#define wxUSE_TOOLBAR_NATIVE 1
18053EOF
18054
1e6feb95
VZ
18055 USES_CONTROLS=1
18056 fi
18057
18058 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
360d6699
VZ
18059fi
18060
10f2d63a
VZ
18061if test "$wxUSE_TOOLTIPS" = "yes"; then
18062 if test "$wxUSE_MOTIF" = 1; then
698dcdb6 18063 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
10f2d63a
VZ
18064 else
18065 if test "$wxUSE_WINE" = 1; then
698dcdb6 18066 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
10f2d63a 18067 else
698dcdb6 18068 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18069#define wxUSE_TOOLTIPS 1
18070EOF
18071
18072 fi
18073 fi
18074fi
18075
18076if test "$wxUSE_TREECTRL" = "yes"; then
18077 if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 18078 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18079#define wxUSE_TREECTRL 1
18080EOF
18081
1e6feb95 18082 USES_CONTROLS=1
10f2d63a
VZ
18083 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
18084 else
698dcdb6 18085 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
10f2d63a
VZ
18086 fi
18087fi
18088
9f41d601 18089if test "$wxUSE_POPUPWIN" = "yes"; then
6abe4b65
GD
18090 if test "$wxUSE_MAC" = 1; then
18091 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
18092 else
18093 cat >> confdefs.h <<\EOF
9f41d601
RR
18094#define wxUSE_POPUPWIN 1
18095EOF
18096
6abe4b65
GD
18097 USES_CONTROLS=1
18098 fi
9f41d601
RR
18099fi
18100
1e6feb95
VZ
18101if test "$USES_CONTROLS" = 1; then
18102 cat >> confdefs.h <<\EOF
18103#define wxUSE_CONTROLS 1
10f2d63a
VZ
18104EOF
18105
10f2d63a
VZ
18106fi
18107
1e6feb95 18108
24176f2c
GD
18109if test "$wxUSE_TREELAYOUT" = "yes"; then
18110 cat >> confdefs.h <<\EOF
18111#define wxUSE_TREELAYOUT 1
18112EOF
18113
18114 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
18115fi
1e6feb95 18116
24fd6d87
VZ
18117if test "$wxUSE_DRAGIMAGE" = "yes"; then
18118 cat >> confdefs.h <<\EOF
18119#define wxUSE_DRAGIMAGE 1
18120EOF
18121
18122 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
18123fi
18124
1e6feb95 18125if test "$wxUSE_MENUS" = "yes"; then
698dcdb6 18126 cat >> confdefs.h <<\EOF
1e6feb95 18127#define wxUSE_MENUS 1
10f2d63a
VZ
18128EOF
18129
1e6feb95 18130 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
10f2d63a
VZ
18131fi
18132
1e6feb95
VZ
18133if test "$wxUSE_METAFILE" = "yes"; then
18134 cat >> confdefs.h <<\EOF
18135#define wxUSE_METAFILE 1
10f2d63a
VZ
18136EOF
18137
10f2d63a
VZ
18138fi
18139
1e6feb95
VZ
18140if test "$wxUSE_MIMETYPE" = "yes"; then
18141 cat >> confdefs.h <<\EOF
18142#define wxUSE_MIMETYPE 1
10f2d63a
VZ
18143EOF
18144
10f2d63a
VZ
18145fi
18146
3e44f09d
VZ
18147if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
18148 cat >> confdefs.h <<\EOF
18149#define wxUSE_SYSTEM_OPTIONS 1
18150EOF
18151
18152fi
18153
10f2d63a 18154if test "$wxUSE_MINIFRAME" = "yes"; then
698dcdb6 18155 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18156#define wxUSE_MINIFRAME 1
18157EOF
18158
18159 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
18160fi
18161
18162if test "$wxUSE_HTML" = "yes"; then
698dcdb6 18163 cat >> confdefs.h <<\EOF
10f2d63a
VZ
18164#define wxUSE_HTML 1
18165EOF
18166
18167 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
10f2d63a
VZ
18168fi
18169
18170if test "$wxUSE_VALIDATORS" = "yes"; then
698dcdb6 18171 cat >> confdefs.h <<\EOF
1e487827
VS
18172#define wxUSE_VALIDATORS 1
18173EOF
703e0a69 18174
698dcdb6
VZ
18175 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
18176fi
18177
edae8572
VZ
18178if test "$wxUSE_PALETTE" = "yes" ; then
18179 cat >> confdefs.h <<\EOF
18180#define wxUSE_PALETTE 1
18181EOF
18182
18183fi
18184
698dcdb6
VZ
18185if test "$wxUSE_IMAGE" = "yes" ; then
18186 cat >> confdefs.h <<\EOF
18187#define wxUSE_IMAGE 1
18188EOF
18189
18190fi
18191
18192if test "$wxUSE_GIF" = "yes" ; then
18193 cat >> confdefs.h <<\EOF
18194#define wxUSE_GIF 1
18195EOF
18196
18197fi
18198
18199if test "$wxUSE_PCX" = "yes" ; then
18200 cat >> confdefs.h <<\EOF
18201#define wxUSE_PCX 1
18202EOF
18203
18204fi
18205
18206if test "$wxUSE_PNM" = "yes" ; then
18207 cat >> confdefs.h <<\EOF
18208#define wxUSE_PNM 1
18209EOF
18210
18211fi
18212
18213if test "$wxUSE_XPM" = "yes" ; then
18214 cat >> confdefs.h <<\EOF
18215#define wxUSE_XPM 1
18216EOF
18217
18218fi
18219
18220
1e6feb95
VZ
18221if test "$wxUSE_CHOICEDLG" = "yes"; then
18222 cat >> confdefs.h <<\EOF
18223#define wxUSE_CHOICEDLG 1
18224EOF
18225
18226fi
18227
18228if test "$wxUSE_COLOURDLG" = "yes"; then
18229 cat >> confdefs.h <<\EOF
18230#define wxUSE_COLOURDLG 1
18231EOF
18232
18233fi
18234
18235if test "$wxUSE_FILEDLG" = "yes"; then
18236 cat >> confdefs.h <<\EOF
18237#define wxUSE_FILEDLG 1
18238EOF
18239
18240fi
18241
8db37e06
VZ
18242if test "$wxUSE_FINDREPLDLG" = "yes"; then
18243 cat >> confdefs.h <<\EOF
18244#define wxUSE_FINDREPLDLG 1
18245EOF
18246
18247fi
18248
1e6feb95
VZ
18249if test "$wxUSE_FONTDLG" = "yes"; then
18250 cat >> confdefs.h <<\EOF
18251#define wxUSE_FONTDLG 1
18252EOF
18253
18254fi
18255
18256if test "$wxUSE_DIRDLG" = "yes"; then
18257 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18258 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18259 else
18260 if test "$wxUSE_TREECTRL" != "yes"; then
18261 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18262 else
18263 cat >> confdefs.h <<\EOF
18264#define wxUSE_DIRDLG 1
18265EOF
18266
18267 fi
18268 fi
18269fi
18270
18271if test "$wxUSE_MSGDLG" = "yes"; then
18272 cat >> confdefs.h <<\EOF
18273#define wxUSE_MSGDLG 1
18274EOF
18275
18276fi
18277
18278if test "$wxUSE_NUMBERDLG" = "yes"; then
18279 cat >> confdefs.h <<\EOF
18280#define wxUSE_NUMBERDLG 1
18281EOF
18282
18283fi
18284
18285if test "$wxUSE_PROGRESSDLG" = "yes"; then
18286 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18287 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18288 else
18289 cat >> confdefs.h <<\EOF
18290#define wxUSE_PROGRESSDLG 1
18291EOF
18292
18293 fi
18294fi
18295
cbca9943
VZ
18296if test "$wxUSE_SPLASH" = "yes"; then
18297 cat >> confdefs.h <<\EOF
18298#define wxUSE_SPLASH 1
18299EOF
18300
18301fi
18302
1e6feb95
VZ
18303if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18304 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18305 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18306 else
18307 cat >> confdefs.h <<\EOF
18308#define wxUSE_STARTUP_TIPS 1
18309EOF
18310
18311 fi
18312fi
18313
18314if test "$wxUSE_TEXTDLG" = "yes"; then
18315 cat >> confdefs.h <<\EOF
18316#define wxUSE_TEXTDLG 1
18317EOF
18318
18319fi
18320
b1f5d087
VZ
18321if test "$wxUSE_WIZARDDLG" = "yes"; then
18322 cat >> confdefs.h <<\EOF
18323#define wxUSE_WIZARDDLG 1
18324EOF
18325
18326 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
18327fi
18328
1e6feb95 18329
698dcdb6
VZ
18330if test "$cross_compiling" = "yes"; then
18331 OSINFO="\"$host\""
18332else
18333 OSINFO=`uname -s -r -m`
18334 OSINFO="\"$OSINFO\""
18335fi
18336
18337cat >> confdefs.h <<EOF
18338#define WXWIN_OS_DESCRIPTION $OSINFO
18339EOF
18340
18341
18342
06dda230
VZ
18343if test "x$prefix" != "xNONE"; then
18344 wxPREFIX=$prefix
18345else
18346 wxPREFIX=$ac_default_prefix
18347fi
18348
7e67ed0d 18349cat >> confdefs.h <<EOF
06dda230 18350#define wxINSTALL_PREFIX "$wxPREFIX"
7e67ed0d
VZ
18351EOF
18352
18353
18354
698dcdb6 18355
3a922bb4 18356
f11bdd03 18357if test "$wxUSE_MAC" = 1 ; then
3d63bc3a 18358 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
698dcdb6 18359fi
3a922bb4 18360
3d63bc3a
RL
18361
18362LIBS="$ZLIB_LINK$POSIX4_LINK$INET_LINK$WCHAR_LINK$THREADS_LINK$DL_LINK -lm$LIBS"
18363
698dcdb6 18364if test "$wxUSE_GUI" = "yes"; then
3d63bc3a
RL
18365
18366 LIBS=" $GUI_TK_LIBRARY$PNG_LINK$JPEG_LINK$TIFF_LINK$FREETYPE_LINK$LIBS"
3a922bb4
RL
18367
18368
18369 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
18370 drawing dynamic erase event exec font image \
18371 minimal richedit rotate widgets"
18372
3a922bb4
RL
18373 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18374else
18375 SAMPLES_SUBDIRS="console"
698dcdb6
VZ
18376fi
18377
698dcdb6 18378
d714471b 18379INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
3e44f09d
VZ
18380$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18381$FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
698dcdb6 18382
63e7762e 18383if test "$wxUSE_GTK" = 1; then
3d63bc3a 18384 WXCONFIG_INCLUDE=
698dcdb6
VZ
18385else
18386 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
18387fi
18388
18389if test "$GXX" = yes ; then
18390 CXXWARNINGS="-Wall"
88e30f2b
RL
18391
18392 if test "$wxUSE_NO_DEPS" = "no" ; then
18393 CFLAGS="-MMD $CFLAGS"
18394 CXXFLAGS="-MMD $CXXFLAGS"
18395 fi
18396fi
18397
3d63bc3a 18398EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG$PROFILE $OPTIMISE $INCLUDES"
698dcdb6
VZ
18399
18400CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18401CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18402
3d63bc3a 18403LDFLAGS="$LDFLAGS$PROFILE"
698dcdb6 18404
698dcdb6
VZ
18405SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
18417
18418
18419
18420
18421
18422
18423
18424
18425
18426
18427
18428
18429
18430
18431
18432
18433
18434
18435
18436
18437
18438
18439
18440
18441
18442
18443
18444
18445
18446
18447
18448
18449
18450
18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
18463
18464
18465
18466
18467
18468
18469
18470
18471
18472
32832908 18473
2f51a9ec
GD
18474
18475
18476
18477
f6bcfd97 18478
dad6c0ea 18479
caa2c79b 18480
3711412e 18481
1e6feb95
VZ
18482
18483
885d4bf5
VS
18484
18485
18486
18487
0f3f1cbc 18488
00c81359 18489
62d0491b 18490
10f2d63a
VZ
18491
18492
698dcdb6 18493echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
0fbb762e 18494echo "configure:18495: checking whether ${MAKE-make} sets \${MAKE}" >&5
698dcdb6
VZ
18495set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
18496if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18497 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 18498else
698dcdb6 18499 cat > conftestmake <<\EOF
10f2d63a
VZ
18500all:
18501 @echo 'ac_maketemp="${MAKE}"'
18502EOF
18503# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
698dcdb6 18504eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
10f2d63a
VZ
18505if test -n "$ac_maketemp"; then
18506 eval ac_cv_prog_make_${ac_make}_set=yes
18507else
18508 eval ac_cv_prog_make_${ac_make}_set=no
18509fi
698dcdb6 18510rm -f conftestmake
10f2d63a
VZ
18511fi
18512if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
698dcdb6 18513 echo "$ac_t""yes" 1>&6
10f2d63a
VZ
18514 SET_MAKE=
18515else
698dcdb6 18516 echo "$ac_t""no" 1>&6
10f2d63a
VZ
18517 SET_MAKE="MAKE=${MAKE-make}"
18518fi
18519
698dcdb6 18520
3a922bb4
RL
18521if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
18522 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
00cf1208 18523fi
665bbe97 18524
698dcdb6 18525
10f2d63a 18526
2224580a 18527if test "$wxUSE_GUI" = "yes"; then
ec90f5e5 18528 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
e8482f24
GL
18529 wx_cv_path_ifs=$PATH_IFS
18530 wx_cv_program_ext=$PROGRAM_EXT
18531 wx_cv_target_library=$WX_TARGET_LIBRARY
7b6058cd 18532 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
3711412e 18533 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
93a20a27 18534 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
7b6058cd 18535 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
698dcdb6 18536 subdirs="demos samples utils contrib"
2224580a
VZ
18537
18538fi
10f2d63a 18539
698dcdb6
VZ
18540trap '' 1 2 15
18541cat > confcache <<\EOF
10f2d63a
VZ
18542# This file is a shell script that caches the results of configure
18543# tests run on this system so they can be shared between configure
698dcdb6
VZ
18544# scripts and configure runs. It is not useful on other systems.
18545# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 18546#
698dcdb6
VZ
18547# By default, configure uses ./config.cache as the cache file,
18548# creating it if it does not exist already. You can give configure
18549# the --cache-file=FILE option to use a different cache file; that is
18550# what configure does when it calls configure scripts in
18551# subdirectories, so they share the cache.
18552# Giving --cache-file=/dev/null disables caching, for debugging configure.
18553# config.status only pays attention to the cache file if you give it the
18554# --recheck option to rerun configure.
10f2d63a 18555#
698dcdb6 18556EOF
10f2d63a
VZ
18557# The following way of writing the cache mishandles newlines in values,
18558# but we know of no workaround that is simple, portable, and efficient.
18559# So, don't put newlines in cache variables' values.
18560# Ultrix sh set writes to stderr and can't be redirected directly,
18561# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
18562(set) 2>&1 |
18563 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18564 *ac_space=\ *)
18565 # `set' does not quote correctly, so add quotes (double-quote substitution
18566 # turns \\\\ into \\, and sed turns \\ into \).
18567 sed -n \
18568 -e "s/'/'\\\\''/g" \
18569 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18570 ;;
18571 *)
18572 # `set' quotes correctly as required by POSIX, so do not add quotes.
18573 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18574 ;;
18575 esac >> confcache
18576if cmp -s $cache_file confcache; then
18577 :
18578else
10f2d63a 18579 if test -w $cache_file; then
698dcdb6
VZ
18580 echo "updating cache $cache_file"
18581 cat confcache > $cache_file
10f2d63a
VZ
18582 else
18583 echo "not updating unwritable cache $cache_file"
18584 fi
18585fi
18586rm -f confcache
18587
698dcdb6
VZ
18588trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18589
10f2d63a
VZ
18590test "x$prefix" = xNONE && prefix=$ac_default_prefix
18591# Let make expand exec_prefix.
18592test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18593
698dcdb6
VZ
18594# Any assignment to VPATH causes Sun make to only execute
18595# the first set of double-colon rules, so remove it if not needed.
18596# If there is a colon in the path, we need to keep it.
10f2d63a 18597if test "x$srcdir" = x.; then
698dcdb6 18598 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
10f2d63a
VZ
18599fi
18600
698dcdb6
VZ
18601trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18602
10f2d63a
VZ
18603DEFS=-DHAVE_CONFIG_H
18604
698dcdb6 18605# Without the "./", some shells look in PATH for config.status.
10f2d63a 18606: ${CONFIG_STATUS=./config.status}
698dcdb6
VZ
18607
18608echo creating $CONFIG_STATUS
18609rm -f $CONFIG_STATUS
18610cat > $CONFIG_STATUS <<EOF
18611#! /bin/sh
10f2d63a
VZ
18612# Generated automatically by configure.
18613# Run this file to recreate the current configuration.
698dcdb6
VZ
18614# This directory was configured as follows,
18615# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18616#
18617# $0 $ac_configure_args
18618#
10f2d63a 18619# Compiler output produced by configure, useful for debugging
698dcdb6 18620# configure, is in ./config.log if it exists.
1e487827 18621
698dcdb6
VZ
18622ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18623for ac_option
10f2d63a 18624do
698dcdb6 18625 case "\$ac_option" in
10f2d63a 18626 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
698dcdb6
VZ
18627 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18628 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18629 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18630 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18631 exit 0 ;;
18632 -help | --help | --hel | --he | --h)
18633 echo "\$ac_cs_usage"; exit 0 ;;
18634 *) echo "\$ac_cs_usage"; exit 1 ;;
10f2d63a
VZ
18635 esac
18636done
18637
698dcdb6
VZ
18638ac_given_srcdir=$srcdir
18639ac_given_INSTALL="$INSTALL"
703e0a69 18640
698dcdb6
VZ
18641trap 'rm -fr `echo "
18642 wx-config
18643 src/make.env
18644 src/makeprog.env
18645 src/makelib.env
18646 Makefile
18647 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1e487827 18648EOF
698dcdb6 18649cat >> $CONFIG_STATUS <<EOF
1e487827 18650
698dcdb6
VZ
18651# Protect against being on the right side of a sed subst in config.status.
18652sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18653 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18654$ac_vpsub
18655$extrasub
18656s%@SHELL@%$SHELL%g
18657s%@CFLAGS@%$CFLAGS%g
18658s%@CPPFLAGS@%$CPPFLAGS%g
18659s%@CXXFLAGS@%$CXXFLAGS%g
18660s%@FFLAGS@%$FFLAGS%g
18661s%@DEFS@%$DEFS%g
18662s%@LDFLAGS@%$LDFLAGS%g
18663s%@LIBS@%$LIBS%g
18664s%@exec_prefix@%$exec_prefix%g
18665s%@prefix@%$prefix%g
18666s%@program_transform_name@%$program_transform_name%g
18667s%@bindir@%$bindir%g
18668s%@sbindir@%$sbindir%g
18669s%@libexecdir@%$libexecdir%g
18670s%@datadir@%$datadir%g
18671s%@sysconfdir@%$sysconfdir%g
18672s%@sharedstatedir@%$sharedstatedir%g
18673s%@localstatedir@%$localstatedir%g
18674s%@libdir@%$libdir%g
18675s%@includedir@%$includedir%g
18676s%@oldincludedir@%$oldincludedir%g
18677s%@infodir@%$infodir%g
18678s%@mandir@%$mandir%g
18679s%@host@%$host%g
18680s%@host_alias@%$host_alias%g
18681s%@host_cpu@%$host_cpu%g
18682s%@host_vendor@%$host_vendor%g
18683s%@host_os@%$host_os%g
18684s%@target@%$target%g
18685s%@target_alias@%$target_alias%g
18686s%@target_cpu@%$target_cpu%g
18687s%@target_vendor@%$target_vendor%g
18688s%@target_os@%$target_os%g
18689s%@build@%$build%g
18690s%@build_alias@%$build_alias%g
18691s%@build_cpu@%$build_cpu%g
18692s%@build_vendor@%$build_vendor%g
18693s%@build_os@%$build_os%g
18694s%@CC@%$CC%g
18695s%@CPP@%$CPP%g
18696s%@CXX@%$CXX%g
698dcdb6
VZ
18697s%@RANLIB@%$RANLIB%g
18698s%@AR@%$AR%g
18699s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
d6853540 18700s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
6054113a 18701s%@INSTALL_DATA@%$INSTALL_DATA%g
698dcdb6
VZ
18702s%@STRIP@%$STRIP%g
18703s%@YACC@%$YACC%g
18704s%@LEX@%$LEX%g
18705s%@LEXLIB@%$LEXLIB%g
18706s%@LN_S@%$LN_S%g
18707s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
698dcdb6
VZ
18708s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18709s%@GTK_LIBS@%$GTK_LIBS%g
8168de4c 18710s%@GTK_CONFIG@%$GTK_CONFIG%g
698dcdb6
VZ
18711s%@X_CFLAGS@%$X_CFLAGS%g
18712s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18713s%@X_LIBS@%$X_LIBS%g
18714s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
3a922bb4 18715s%@RESCOMP@%$RESCOMP%g
698dcdb6 18716s%@DEREZ@%$DEREZ%g
3a922bb4 18717s%@CXXCPP@%$CXXCPP%g
698dcdb6
VZ
18718s%@LEX_STEM@%$LEX_STEM%g
18719s%@PATH_IFS@%$PATH_IFS%g
18720s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18721s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18722s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
698dcdb6
VZ
18723s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18724s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
77e13408 18725s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
698dcdb6
VZ
18726s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18727s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18728s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
698dcdb6 18729s%@PROGRAM_EXT@%$PROGRAM_EXT%g
698dcdb6
VZ
18730s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18731s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
698dcdb6
VZ
18732s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18733s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18734s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
698dcdb6
VZ
18735s%@WX_ALL@%$WX_ALL%g
18736s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18737s%@SHARED_LD@%$SHARED_LD%g
18738s%@PIC_FLAG@%$PIC_FLAG%g
698dcdb6
VZ
18739s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18740s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
3a922bb4
RL
18741s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18742s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
698dcdb6
VZ
18743s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18744s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18745s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18746s%@USE_GUI@%$USE_GUI%g
18747s%@AFMINSTALL@%$AFMINSTALL%g
18748s%@TOOLKIT@%$TOOLKIT%g
698dcdb6 18749s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
1e6feb95 18750s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
3a922bb4
RL
18751s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18752s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
00c81359 18753s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
3a922bb4
RL
18754s%@cross_compiling@%$cross_compiling%g
18755s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18756s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
885d4bf5
VS
18757s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
18758s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
698dcdb6
VZ
18759s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18760s%@ALL_OBJECTS@%$ALL_OBJECTS%g
698dcdb6
VZ
18761s%@GUIDIST@%$GUIDIST%g
18762s%@PORT_FILES@%$PORT_FILES%g
18763s%@DISTDIR@%$DISTDIR%g
698dcdb6 18764s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
62d0491b 18765s%@LDFLAGS_GL@%$LDFLAGS_GL%g
698dcdb6 18766s%@OPENGL_LIBS@%$OPENGL_LIBS%g
3d63bc3a 18767s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
698dcdb6 18768s%@EXTRADEFS@%$EXTRADEFS%g
698dcdb6 18769s%@RESFLAGS@%$RESFLAGS%g
3a922bb4 18770s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
d08b457b 18771s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
e23081de 18772s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
698dcdb6
VZ
18773s%@LIBWXMACRES@%$LIBWXMACRES%g
18774s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
2baaf735 18775s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
698dcdb6
VZ
18776s%@DLLTOOL@%$DLLTOOL%g
18777s%@AS@%$AS%g
18778s%@NM@%$NM%g
18779s%@LD@%$LD%g
18780s%@MAKEINFO@%$MAKEINFO%g
885d4bf5 18781s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
698dcdb6
VZ
18782s%@SET_MAKE@%$SET_MAKE%g
18783s%@subdirs@%$subdirs%g
1e487827 18784
1e487827 18785CEOF
1e487827
VS
18786EOF
18787
698dcdb6
VZ
18788cat >> $CONFIG_STATUS <<\EOF
18789
18790# Split the substitutions into bite-sized pieces for seds with
18791# small command number limits, like on Digital OSF/1 and HP-UX.
18792ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
18793ac_file=1 # Number of current file.
18794ac_beg=1 # First line for current file.
18795ac_end=$ac_max_sed_cmds # Line after last line for current file.
18796ac_more_lines=:
18797ac_sed_cmds=""
18798while $ac_more_lines; do
18799 if test $ac_beg -gt 1; then
18800 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
18801 else
18802 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
18803 fi
18804 if test ! -s conftest.s$ac_file; then
18805 ac_more_lines=false
18806 rm -f conftest.s$ac_file
18807 else
18808 if test -z "$ac_sed_cmds"; then
18809 ac_sed_cmds="sed -f conftest.s$ac_file"
10f2d63a 18810 else
698dcdb6 18811 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
10f2d63a 18812 fi
698dcdb6
VZ
18813 ac_file=`expr $ac_file + 1`
18814 ac_beg=$ac_end
18815 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10f2d63a 18816 fi
698dcdb6
VZ
18817done
18818if test -z "$ac_sed_cmds"; then
18819 ac_sed_cmds=cat
18820fi
18821EOF
10f2d63a 18822
698dcdb6
VZ
18823cat >> $CONFIG_STATUS <<EOF
18824
18825CONFIG_FILES=\${CONFIG_FILES-"wx-config
18826 src/make.env
18827 src/makeprog.env
18828 src/makelib.env
18829 Makefile
18830 "}
10f2d63a 18831EOF
698dcdb6
VZ
18832cat >> $CONFIG_STATUS <<\EOF
18833for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10f2d63a 18834 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
698dcdb6
VZ
18835 case "$ac_file" in
18836 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18837 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18838 *) ac_file_in="${ac_file}.in" ;;
10f2d63a
VZ
18839 esac
18840
698dcdb6 18841 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1e487827 18842
698dcdb6
VZ
18843 # Remove last slash and all that follows it. Not all systems have dirname.
18844 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18845 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18846 # The file is in a subdirectory.
18847 test ! -d "$ac_dir" && mkdir "$ac_dir"
18848 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10f2d63a 18849 # A "../" for each directory in $ac_dir_suffix.
698dcdb6 18850 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10f2d63a
VZ
18851 else
18852 ac_dir_suffix= ac_dots=
18853 fi
18854
698dcdb6
VZ
18855 case "$ac_given_srcdir" in
18856 .) srcdir=.
18857 if test -z "$ac_dots"; then top_srcdir=.
18858 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18859 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10f2d63a 18860 *) # Relative path.
698dcdb6
VZ
18861 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18862 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10f2d63a
VZ
18863 esac
18864
698dcdb6
VZ
18865 case "$ac_given_INSTALL" in
18866 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18867 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10f2d63a
VZ
18868 esac
18869
698dcdb6
VZ
18870 echo creating "$ac_file"
18871 rm -f "$ac_file"
18872 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18873 case "$ac_file" in
18874 *Makefile*) ac_comsub="1i\\
18875# $configure_input" ;;
18876 *) ac_comsub= ;;
18877 esac
10f2d63a 18878
698dcdb6
VZ
18879 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18880 sed -e "$ac_comsub
18881s%@configure_input@%$configure_input%g
18882s%@srcdir@%$srcdir%g
18883s%@top_srcdir@%$top_srcdir%g
18884s%@INSTALL@%$INSTALL%g
18885" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18886fi; done
18887rm -f conftest.s*
10f2d63a
VZ
18888
18889# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18890# NAME is the cpp macro being defined and VALUE is the value it is being given.
18891#
18892# ac_d sets the value in "#define NAME VALUE" lines.
698dcdb6
VZ
18893ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18894ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
18895ac_dC='\3'
18896ac_dD='%g'
18897# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18898ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18899ac_uB='\([ ]\)%\1#\2define\3'
10f2d63a 18900ac_uC=' '
698dcdb6
VZ
18901ac_uD='\4%g'
18902# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18903ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18904ac_eB='$%\1#\2define\3'
18905ac_eC=' '
18906ac_eD='%g'
10f2d63a 18907
698dcdb6
VZ
18908if test "${CONFIG_HEADERS+set}" != set; then
18909EOF
18910cat >> $CONFIG_STATUS <<EOF
18911 CONFIG_HEADERS="setup.h:setup.h.in"
18912EOF
18913cat >> $CONFIG_STATUS <<\EOF
18914fi
18915for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
10f2d63a 18916 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
698dcdb6
VZ
18917 case "$ac_file" in
18918 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18919 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18920 *) ac_file_in="${ac_file}.in" ;;
10f2d63a
VZ
18921 esac
18922
698dcdb6
VZ
18923 echo creating $ac_file
18924
18925 rm -f conftest.frag conftest.in conftest.out
18926 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18927 cat $ac_file_inputs > conftest.in
18928
18929EOF
18930
18931# Transform confdefs.h into a sed script conftest.vals that substitutes
18932# the proper values into config.h.in to produce config.h. And first:
18933# Protect against being on the right side of a sed subst in config.status.
18934# Protect against being in an unquoted here document in config.status.
18935rm -f conftest.vals
18936cat > conftest.hdr <<\EOF
18937s/[\\&%]/\\&/g
18938s%[\\$`]%\\&%g
18939s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18940s%ac_d%ac_u%gp
18941s%ac_u%ac_e%gp
18942EOF
18943sed -n -f conftest.hdr confdefs.h > conftest.vals
18944rm -f conftest.hdr
10f2d63a
VZ
18945
18946# This sed command replaces #undef with comments. This is necessary, for
18947# example, in the case of _POSIX_SOURCE, which is predefined and required
18948# on some systems where configure will not decide to define it.
698dcdb6
VZ
18949cat >> conftest.vals <<\EOF
18950s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
10f2d63a
VZ
18951EOF
18952
698dcdb6
VZ
18953# Break up conftest.vals because some shells have a limit on
18954# the size of here documents, and old seds have small limits too.
10f2d63a
VZ
18955
18956rm -f conftest.tail
698dcdb6 18957while :
10f2d63a 18958do
698dcdb6
VZ
18959 ac_lines=`grep -c . conftest.vals`
18960 # grep -c gives empty output for an empty file on some AIX systems.
18961 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18962 # Write a limited-size here document to conftest.frag.
18963 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18964 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
10f2d63a 18965 echo 'CEOF
698dcdb6
VZ
18966 sed -f conftest.frag conftest.in > conftest.out
18967 rm -f conftest.in
18968 mv conftest.out conftest.in
18969' >> $CONFIG_STATUS
18970 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18971 rm -f conftest.vals
18972 mv conftest.tail conftest.vals
10f2d63a 18973done
698dcdb6
VZ
18974rm -f conftest.vals
18975
18976cat >> $CONFIG_STATUS <<\EOF
18977 rm -f conftest.frag conftest.h
18978 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18979 cat conftest.in >> conftest.h
18980 rm -f conftest.in
18981 if cmp -s $ac_file conftest.h 2>/dev/null; then
18982 echo "$ac_file is unchanged"
18983 rm -f conftest.h
10f2d63a 18984 else
698dcdb6
VZ
18985 # Remove last slash and all that follows it. Not all systems have dirname.
18986 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10f2d63a 18987 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
698dcdb6
VZ
18988 # The file is in a subdirectory.
18989 test ! -d "$ac_dir" && mkdir "$ac_dir"
10f2d63a 18990 fi
698dcdb6
VZ
18991 rm -f $ac_file
18992 mv conftest.h $ac_file
10f2d63a 18993 fi
698dcdb6
VZ
18994fi; done
18995
10f2d63a 18996EOF
698dcdb6 18997cat >> $CONFIG_STATUS <<EOF
10f2d63a 18998
3a922bb4 18999 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
698dcdb6
VZ
19000 LN_S="${LN_S}"
19001
19002
19003EOF
19004cat >> $CONFIG_STATUS <<\EOF
10f2d63a 19005
652d930d 19006 if test ! -h wx-config; then
991a5759 19007 chmod +x wx-config
3a922bb4
RL
19008 mv wx-config wx${TOOLCHAIN_NAME}-config
19009 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
991a5759 19010 fi
665bbe97 19011
00cf1208
RR
19012 if test ! -d lib; then
19013 mkdir lib
19014 fi
19015 if test ! -d lib/wx; then
19016 mkdir lib/wx
19017 fi
19018 if test ! -d lib/wx/include; then
19019 mkdir lib/wx/include
19020 fi
3a922bb4
RL
19021 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
19022 mkdir lib/wx/include/${TOOLCHAIN_NAME}
00cf1208 19023 fi
3a922bb4
RL
19024 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
19025 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
00cf1208
RR
19026 fi
19027 if test -f setup.h; then
3a922bb4 19028 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
00cf1208 19029 fi
698dcdb6
VZ
19030
19031exit 0
10f2d63a
VZ
19032EOF
19033chmod +x $CONFIG_STATUS
698dcdb6
VZ
19034rm -fr confdefs* $ac_clean_files
19035test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
10f2d63a 19036
2224580a
VZ
19037if test "$no_recursion" != yes; then
19038
19039 # Remove --cache-file and --srcdir arguments so they do not pile up.
19040 ac_sub_configure_args=
19041 ac_prev=
19042 for ac_arg in $ac_configure_args; do
19043 if test -n "$ac_prev"; then
19044 ac_prev=
19045 continue
19046 fi
698dcdb6 19047 case "$ac_arg" in
2224580a
VZ
19048 -cache-file | --cache-file | --cache-fil | --cache-fi \
19049 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
19050 ac_prev=cache_file ;;
19051 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
698dcdb6 19052 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2224580a
VZ
19053 ;;
19054 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
19055 ac_prev=srcdir ;;
19056 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
19057 ;;
19058 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
19059 esac
19060 done
19061
698dcdb6 19062 for ac_config_dir in demos samples utils contrib; do
2224580a
VZ
19063
19064 # Do not complain, so a configure script can configure whichever
19065 # parts of a large source tree are present.
698dcdb6
VZ
19066 if test ! -d $srcdir/$ac_config_dir; then
19067 continue
19068 fi
19069
19070 echo configuring in $ac_config_dir
2224580a 19071
698dcdb6 19072 case "$srcdir" in
2224580a
VZ
19073 .) ;;
19074 *)
698dcdb6
VZ
19075 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
19076 else
19077 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
19078 fi
19079 ;;
2224580a
VZ
19080 esac
19081
19082 ac_popdir=`pwd`
698dcdb6 19083 cd $ac_config_dir
2224580a 19084
698dcdb6
VZ
19085 # A "../" for each directory in /$ac_config_dir.
19086 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
2224580a 19087
698dcdb6 19088 case "$srcdir" in
2224580a
VZ
19089 .) # No --srcdir option. We are building in place.
19090 ac_sub_srcdir=$srcdir ;;
698dcdb6
VZ
19091 /*) # Absolute path.
19092 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
2224580a 19093 *) # Relative path.
698dcdb6 19094 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
2224580a
VZ
19095 esac
19096
19097 # Check for guested configure; otherwise get Cygnus style configure.
698dcdb6
VZ
19098 if test -f $ac_sub_srcdir/configure; then
19099 ac_sub_configure=$ac_sub_srcdir/configure
2224580a
VZ
19100 elif test -f $ac_sub_srcdir/configure.in; then
19101 ac_sub_configure=$ac_configure
19102 else
698dcdb6 19103 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
2224580a
VZ
19104 ac_sub_configure=
19105 fi
19106
19107 # The recursion is here.
19108 if test -n "$ac_sub_configure"; then
698dcdb6 19109
2224580a 19110 # Make the cache file name correct relative to the subdirectory.
698dcdb6
VZ
19111 case "$cache_file" in
19112 /*) ac_sub_cache_file=$cache_file ;;
2224580a 19113 *) # Relative path.
698dcdb6 19114 ac_sub_cache_file="$ac_dots$cache_file" ;;
2224580a 19115 esac
698dcdb6
VZ
19116 case "$ac_given_INSTALL" in
19117 [/$]*) INSTALL="$ac_given_INSTALL" ;;
19118 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
19119 esac
2224580a 19120
698dcdb6 19121 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
2224580a 19122 # The eval makes quoting arguments work.
698dcdb6
VZ
19123 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
19124 then :
19125 else
19126 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
19127 fi
2224580a
VZ
19128 fi
19129
19130 cd $ac_popdir
19131 done
19132fi
19133
698dcdb6 19134