]> git.saurik.com Git - wxWidgets.git/blame - configure
added wxSTD macro
[wxWidgets.git] / configure
CommitLineData
10f2d63a
VZ
1#! /bin/sh
2
698dcdb6 3# From configure.in Id: configure.in
703e0a69
VZ
4
5
6
7
8
703e0a69
VZ
9
10
1e487827 11
1e487827 12
698dcdb6
VZ
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
8168de4c
VZ
38
39# Configure paths for GTK+
40# Owen Taylor 97-11-3
698dcdb6
VZ
41
42
43
44
698dcdb6
VZ
45
46
47# Guess values for system-dependent variables and create Makefiles.
48# Generated automatically using autoconf version 2.13
49# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
50#
51# This configure script is free software; the Free Software Foundation
52# gives unlimited permission to copy, distribute and modify it.
53
54# Defaults:
55ac_help=
56ac_default_prefix=/usr/local
57# Any additions from configure.in:
58ac_help="$ac_help
8168de4c 59 --enable-gui use GUI classes"
1e6feb95 60ac_help="$ac_help
8168de4c 61 --enable-universal use wxWindows GUI controls instead of native ones"
698dcdb6
VZ
62ac_help="$ac_help
63 --with-gtk use GTK+"
64ac_help="$ac_help
65 --with-motif use Motif/Lesstif"
66ac_help="$ac_help
67 --with-mac use Mac OS X"
68ac_help="$ac_help
69 --with-wine use WINE"
70ac_help="$ac_help
71 --with-cygwin use Cygwin for MS-Windows"
72ac_help="$ac_help
73 --with-mingw use GCC Minimal MS-Windows"
74ac_help="$ac_help
75 --with-pm use OS/2 Presentation Manager"
1e6feb95
VZ
76ac_help="$ac_help
77 --with-mgl use MGL"
698dcdb6 78ac_help="$ac_help
8168de4c 79 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
698dcdb6 80ac_help="$ac_help
8168de4c 81 --with-libpng use libpng (PNG image format)"
698dcdb6 82ac_help="$ac_help
8168de4c 83 --with-libjpeg use libjpeg (JPEG file format)"
698dcdb6 84ac_help="$ac_help
8168de4c 85 --with-libtiff use libtiff (TIFF file format)"
698dcdb6 86ac_help="$ac_help
8168de4c 87 --with-freetype use freetype (font rasterizer)"
698dcdb6 88ac_help="$ac_help
8168de4c 89 --with-opengl use OpenGL (or Mesa)"
698dcdb6 90ac_help="$ac_help
8168de4c 91 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
3e44f09d
VZ
92ac_help="$ac_help
93 --with-regex enable support for wxRegEx class"
698dcdb6 94ac_help="$ac_help
8168de4c 95 --with-zlib use zlib for LZW compression"
698dcdb6 96ac_help="$ac_help
8168de4c 97 --with-odbc use the IODBC and wxODBC classes"
698dcdb6 98ac_help="$ac_help
8168de4c 99 --enable-shared create shared library code"
698dcdb6 100ac_help="$ac_help
8168de4c 101 --enable-burnt_name create set name in shared library "
698dcdb6 102ac_help="$ac_help
8168de4c 103 --enable-optimise create optimised code"
698dcdb6 104ac_help="$ac_help
8168de4c 105 --enable-debug same as debug_flag and debug_info"
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
8168de4c 121 --enable-no_exceptions create code without exceptions information"
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
VZ
126ac_help="$ac_help
127 --enable-compat20 enable wxWin 2.0 compatibility"
128ac_help="$ac_help
129 --enable-compat22 enable wxWin 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
8168de4c 171 --enable-textfile use wxTextFile classes"
698dcdb6 172ac_help="$ac_help
8168de4c 173 --enable-fontmap use font encodings conversion classes"
1e6feb95 174ac_help="$ac_help
8168de4c 175 --enable-unicode compile wxString with Unicode support"
698dcdb6 176ac_help="$ac_help
8168de4c 177 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
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
VZ
196ac_help="$ac_help
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
8168de4c 317 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
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
8168de4c 357 --enable-joystick compile in joystick support (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"
1e6feb95 362ac_help="$ac_help
8168de4c 363 --enable-image use wxImage class"
698dcdb6 364ac_help="$ac_help
8168de4c 365 --enable-gif use gif images (GIF file format)"
698dcdb6 366ac_help="$ac_help
8168de4c 367 --enable-pcx use pcx images (PCX file format)"
698dcdb6 368ac_help="$ac_help
8168de4c 369 --enable-pnm use pnm images (PNM file format)"
698dcdb6 370ac_help="$ac_help
8168de4c 371 --enable-xpm use xpm images (XPM file format)"
698dcdb6
VZ
372ac_help="$ac_help
373 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
374ac_help="$ac_help
375 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
376ac_help="$ac_help
377 --disable-gtktest Do not try to compile and run a test GTK program"
378ac_help="$ac_help
379 --with-x use the X Window System"
10f2d63a
VZ
380
381# Initialize some variables set by options.
382# The variables have the same names as the options, with
383# dashes changed to underlines.
698dcdb6
VZ
384build=NONE
385cache_file=./config.cache
10f2d63a 386exec_prefix=NONE
698dcdb6 387host=NONE
10f2d63a 388no_create=
698dcdb6 389nonopt=NONE
10f2d63a
VZ
390no_recursion=
391prefix=NONE
392program_prefix=NONE
393program_suffix=NONE
394program_transform_name=s,x,x,
395silent=
396site=
397srcdir=
698dcdb6 398target=NONE
10f2d63a
VZ
399verbose=
400x_includes=NONE
401x_libraries=NONE
402bindir='${exec_prefix}/bin'
403sbindir='${exec_prefix}/sbin'
404libexecdir='${exec_prefix}/libexec'
405datadir='${prefix}/share'
406sysconfdir='${prefix}/etc'
407sharedstatedir='${prefix}/com'
408localstatedir='${prefix}/var'
409libdir='${exec_prefix}/lib'
410includedir='${prefix}/include'
411oldincludedir='/usr/include'
412infodir='${prefix}/info'
413mandir='${prefix}/man'
414
698dcdb6
VZ
415# Initialize some other variables.
416subdirs=
417MFLAGS= MAKEFLAGS=
418SHELL=${CONFIG_SHELL-/bin/sh}
419# Maximum number of lines to put in a shell here document.
420ac_max_here_lines=12
10f2d63a
VZ
421
422ac_prev=
423for ac_option
424do
698dcdb6 425
10f2d63a
VZ
426 # If the previous option needs an argument, assign it.
427 if test -n "$ac_prev"; then
428 eval "$ac_prev=\$ac_option"
429 ac_prev=
430 continue
431 fi
432
698dcdb6
VZ
433 case "$ac_option" in
434 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
435 *) ac_optarg= ;;
436 esac
10f2d63a
VZ
437
438 # Accept the important Cygnus configure options, so we can diagnose typos.
439
698dcdb6 440 case "$ac_option" in
10f2d63a
VZ
441
442 -bindir | --bindir | --bindi | --bind | --bin | --bi)
443 ac_prev=bindir ;;
444 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
698dcdb6 445 bindir="$ac_optarg" ;;
10f2d63a
VZ
446
447 -build | --build | --buil | --bui | --bu)
698dcdb6 448 ac_prev=build ;;
10f2d63a 449 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
698dcdb6 450 build="$ac_optarg" ;;
10f2d63a
VZ
451
452 -cache-file | --cache-file | --cache-fil | --cache-fi \
453 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
454 ac_prev=cache_file ;;
455 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
456 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
698dcdb6 457 cache_file="$ac_optarg" ;;
10f2d63a
VZ
458
459 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
460 ac_prev=datadir ;;
461 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
462 | --da=*)
698dcdb6 463 datadir="$ac_optarg" ;;
10f2d63a
VZ
464
465 -disable-* | --disable-*)
698dcdb6 466 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
10f2d63a 467 # Reject names that are not valid shell variable names.
698dcdb6
VZ
468 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
469 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
470 fi
471 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
472 eval "enable_${ac_feature}=no" ;;
10f2d63a
VZ
473
474 -enable-* | --enable-*)
698dcdb6 475 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
10f2d63a 476 # Reject names that are not valid shell variable names.
698dcdb6
VZ
477 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
478 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
479 fi
480 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
481 case "$ac_option" in
482 *=*) ;;
10f2d63a
VZ
483 *) ac_optarg=yes ;;
484 esac
698dcdb6 485 eval "enable_${ac_feature}='$ac_optarg'" ;;
10f2d63a
VZ
486
487 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
488 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
489 | --exec | --exe | --ex)
490 ac_prev=exec_prefix ;;
491 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
492 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
493 | --exec=* | --exe=* | --ex=*)
698dcdb6 494 exec_prefix="$ac_optarg" ;;
10f2d63a
VZ
495
496 -gas | --gas | --ga | --g)
497 # Obsolete; use --with-gas.
498 with_gas=yes ;;
499
698dcdb6
VZ
500 -help | --help | --hel | --he)
501 # Omit some internal or obsolete options to make the list less imposing.
502 # This message is too long to be a string in the A/UX 3.1 sh.
503 cat << EOF
504Usage: configure [options] [host]
505Options: [defaults in brackets after descriptions]
506Configuration:
507 --cache-file=FILE cache test results in FILE
508 --help print this message
509 --no-create do not create output files
510 --quiet, --silent do not print \`checking...' messages
511 --version print the version of autoconf that created configure
512Directory and file names:
513 --prefix=PREFIX install architecture-independent files in PREFIX
514 [$ac_default_prefix]
515 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
516 [same as prefix]
517 --bindir=DIR user executables in DIR [EPREFIX/bin]
518 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
519 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
520 --datadir=DIR read-only architecture-independent data in DIR
521 [PREFIX/share]
522 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
523 --sharedstatedir=DIR modifiable architecture-independent data in DIR
524 [PREFIX/com]
525 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
526 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
527 --includedir=DIR C header files in DIR [PREFIX/include]
528 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
529 --infodir=DIR info documentation in DIR [PREFIX/info]
530 --mandir=DIR man documentation in DIR [PREFIX/man]
531 --srcdir=DIR find the sources in DIR [configure dir or ..]
532 --program-prefix=PREFIX prepend PREFIX to installed program names
533 --program-suffix=SUFFIX append SUFFIX to installed program names
534 --program-transform-name=PROGRAM
535 run sed PROGRAM on installed program names
536EOF
537 cat << EOF
538Host type:
539 --build=BUILD configure for building on BUILD [BUILD=HOST]
540 --host=HOST configure for HOST [guessed]
541 --target=TARGET configure for TARGET [TARGET=HOST]
542Features and packages:
543 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
544 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
545 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
546 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
547 --x-includes=DIR X include files are in DIR
548 --x-libraries=DIR X library files are in DIR
549EOF
550 if test -n "$ac_help"; then
551 echo "--enable and --with options recognized:$ac_help"
552 fi
553 exit 0 ;;
10f2d63a
VZ
554
555 -host | --host | --hos | --ho)
698dcdb6 556 ac_prev=host ;;
10f2d63a 557 -host=* | --host=* | --hos=* | --ho=*)
698dcdb6 558 host="$ac_optarg" ;;
10f2d63a
VZ
559
560 -includedir | --includedir | --includedi | --included | --include \
561 | --includ | --inclu | --incl | --inc)
562 ac_prev=includedir ;;
563 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
564 | --includ=* | --inclu=* | --incl=* | --inc=*)
698dcdb6 565 includedir="$ac_optarg" ;;
10f2d63a
VZ
566
567 -infodir | --infodir | --infodi | --infod | --info | --inf)
568 ac_prev=infodir ;;
569 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
698dcdb6 570 infodir="$ac_optarg" ;;
10f2d63a
VZ
571
572 -libdir | --libdir | --libdi | --libd)
573 ac_prev=libdir ;;
574 -libdir=* | --libdir=* | --libdi=* | --libd=*)
698dcdb6 575 libdir="$ac_optarg" ;;
10f2d63a
VZ
576
577 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
578 | --libexe | --libex | --libe)
579 ac_prev=libexecdir ;;
580 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
581 | --libexe=* | --libex=* | --libe=*)
698dcdb6 582 libexecdir="$ac_optarg" ;;
10f2d63a
VZ
583
584 -localstatedir | --localstatedir | --localstatedi | --localstated \
585 | --localstate | --localstat | --localsta | --localst \
586 | --locals | --local | --loca | --loc | --lo)
587 ac_prev=localstatedir ;;
588 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
589 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
590 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
698dcdb6 591 localstatedir="$ac_optarg" ;;
10f2d63a
VZ
592
593 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
594 ac_prev=mandir ;;
595 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
698dcdb6 596 mandir="$ac_optarg" ;;
10f2d63a
VZ
597
598 -nfp | --nfp | --nf)
599 # Obsolete; use --without-fp.
600 with_fp=no ;;
601
602 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
603 | --no-cr | --no-c)
604 no_create=yes ;;
605
606 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
607 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
608 no_recursion=yes ;;
609
610 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
611 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
612 | --oldin | --oldi | --old | --ol | --o)
613 ac_prev=oldincludedir ;;
614 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
615 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
616 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
698dcdb6 617 oldincludedir="$ac_optarg" ;;
10f2d63a
VZ
618
619 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
620 ac_prev=prefix ;;
621 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
698dcdb6 622 prefix="$ac_optarg" ;;
10f2d63a
VZ
623
624 -program-prefix | --program-prefix | --program-prefi | --program-pref \
625 | --program-pre | --program-pr | --program-p)
626 ac_prev=program_prefix ;;
627 -program-prefix=* | --program-prefix=* | --program-prefi=* \
628 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
698dcdb6 629 program_prefix="$ac_optarg" ;;
10f2d63a
VZ
630
631 -program-suffix | --program-suffix | --program-suffi | --program-suff \
632 | --program-suf | --program-su | --program-s)
633 ac_prev=program_suffix ;;
634 -program-suffix=* | --program-suffix=* | --program-suffi=* \
635 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
698dcdb6 636 program_suffix="$ac_optarg" ;;
10f2d63a
VZ
637
638 -program-transform-name | --program-transform-name \
639 | --program-transform-nam | --program-transform-na \
640 | --program-transform-n | --program-transform- \
641 | --program-transform | --program-transfor \
642 | --program-transfo | --program-transf \
643 | --program-trans | --program-tran \
644 | --progr-tra | --program-tr | --program-t)
645 ac_prev=program_transform_name ;;
646 -program-transform-name=* | --program-transform-name=* \
647 | --program-transform-nam=* | --program-transform-na=* \
648 | --program-transform-n=* | --program-transform-=* \
649 | --program-transform=* | --program-transfor=* \
650 | --program-transfo=* | --program-transf=* \
651 | --program-trans=* | --program-tran=* \
652 | --progr-tra=* | --program-tr=* | --program-t=*)
698dcdb6 653 program_transform_name="$ac_optarg" ;;
10f2d63a
VZ
654
655 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
656 | -silent | --silent | --silen | --sile | --sil)
657 silent=yes ;;
658
659 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
660 ac_prev=sbindir ;;
661 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
662 | --sbi=* | --sb=*)
698dcdb6 663 sbindir="$ac_optarg" ;;
10f2d63a
VZ
664
665 -sharedstatedir | --sharedstatedir | --sharedstatedi \
666 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
667 | --sharedst | --shareds | --shared | --share | --shar \
668 | --sha | --sh)
669 ac_prev=sharedstatedir ;;
670 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
671 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
672 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
673 | --sha=* | --sh=*)
698dcdb6 674 sharedstatedir="$ac_optarg" ;;
10f2d63a
VZ
675
676 -site | --site | --sit)
677 ac_prev=site ;;
678 -site=* | --site=* | --sit=*)
698dcdb6 679 site="$ac_optarg" ;;
10f2d63a
VZ
680
681 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
682 ac_prev=srcdir ;;
683 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
698dcdb6 684 srcdir="$ac_optarg" ;;
10f2d63a
VZ
685
686 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
687 | --syscon | --sysco | --sysc | --sys | --sy)
688 ac_prev=sysconfdir ;;
689 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
690 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
698dcdb6 691 sysconfdir="$ac_optarg" ;;
10f2d63a
VZ
692
693 -target | --target | --targe | --targ | --tar | --ta | --t)
698dcdb6 694 ac_prev=target ;;
10f2d63a 695 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
698dcdb6 696 target="$ac_optarg" ;;
10f2d63a
VZ
697
698 -v | -verbose | --verbose | --verbos | --verbo | --verb)
699 verbose=yes ;;
700
698dcdb6
VZ
701 -version | --version | --versio | --versi | --vers)
702 echo "configure generated by autoconf version 2.13"
703 exit 0 ;;
10f2d63a
VZ
704
705 -with-* | --with-*)
698dcdb6 706 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
10f2d63a 707 # Reject names that are not valid shell variable names.
698dcdb6
VZ
708 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
709 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
710 fi
10f2d63a 711 ac_package=`echo $ac_package| sed 's/-/_/g'`
698dcdb6
VZ
712 case "$ac_option" in
713 *=*) ;;
10f2d63a
VZ
714 *) ac_optarg=yes ;;
715 esac
698dcdb6 716 eval "with_${ac_package}='$ac_optarg'" ;;
10f2d63a
VZ
717
718 -without-* | --without-*)
698dcdb6 719 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
10f2d63a 720 # Reject names that are not valid shell variable names.
698dcdb6
VZ
721 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
722 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
723 fi
724 ac_package=`echo $ac_package| sed 's/-/_/g'`
725 eval "with_${ac_package}=no" ;;
10f2d63a
VZ
726
727 --x)
728 # Obsolete; use --with-x.
729 with_x=yes ;;
730
731 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
732 | --x-incl | --x-inc | --x-in | --x-i)
733 ac_prev=x_includes ;;
734 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
735 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
698dcdb6 736 x_includes="$ac_optarg" ;;
10f2d63a
VZ
737
738 -x-libraries | --x-libraries | --x-librarie | --x-librari \
739 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
740 ac_prev=x_libraries ;;
741 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
742 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
698dcdb6 743 x_libraries="$ac_optarg" ;;
10f2d63a 744
698dcdb6 745 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
10f2d63a
VZ
746 ;;
747
748 *)
698dcdb6
VZ
749 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
750 echo "configure: warning: $ac_option: invalid host type" 1>&2
751 fi
752 if test "x$nonopt" != xNONE; then
753 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
754 fi
755 nonopt="$ac_option"
10f2d63a
VZ
756 ;;
757
758 esac
759done
760
761if test -n "$ac_prev"; then
698dcdb6
VZ
762 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
763fi
764
765trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
766
767# File descriptor usage:
768# 0 standard input
769# 1 file creation
770# 2 errors and warnings
771# 3 some systems may open it to /dev/tty
772# 4 used on the Kubota Titan
773# 6 checking for... messages and results
774# 5 compiler messages saved in config.log
775if test "$silent" = yes; then
776 exec 6>/dev/null
777else
778 exec 6>&1
10f2d63a 779fi
698dcdb6
VZ
780exec 5>./config.log
781
782echo "\
783This file contains any messages produced by compilers while
784running configure, to aid debugging if configure makes a mistake.
785" 1>&5
10f2d63a 786
698dcdb6
VZ
787# Strip out --no-create and --no-recursion so they do not pile up.
788# Also quote any args containing shell metacharacters.
789ac_configure_args=
790for ac_arg
10f2d63a 791do
698dcdb6
VZ
792 case "$ac_arg" in
793 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
794 | --no-cr | --no-c) ;;
795 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
796 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
797 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
798 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
799 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
10f2d63a
VZ
800 esac
801done
802
698dcdb6
VZ
803# NLS nuisances.
804# Only set these to C if already set. These must not be set unconditionally
805# because not all systems understand e.g. LANG=C (notably SCO).
806# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
807# Non-C LC_CTYPE values break the ctype check.
808if test "${LANG+set}" = set; then LANG=C; export LANG; fi
809if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
810if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
811if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
10f2d63a 812
698dcdb6
VZ
813# confdefs.h avoids OS command line length limits that DEFS can exceed.
814rm -rf conftest* confdefs.h
815# AIX cpp loses on an empty file, so make sure it contains at least a newline.
816echo > confdefs.h
10f2d63a 817
698dcdb6
VZ
818# A filename unique to this package, relative to the directory that
819# configure is in, which we can look for to find out if srcdir is correct.
820ac_unique_file=wx-config.in
10f2d63a
VZ
821
822# Find the source files, if location was not specified.
823if test -z "$srcdir"; then
824 ac_srcdir_defaulted=yes
825 # Try the directory containing this script, then its parent.
826 ac_prog=$0
698dcdb6 827 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
10f2d63a
VZ
828 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
829 srcdir=$ac_confdir
830 if test ! -r $srcdir/$ac_unique_file; then
831 srcdir=..
832 fi
833else
834 ac_srcdir_defaulted=no
835fi
836if test ! -r $srcdir/$ac_unique_file; then
837 if test "$ac_srcdir_defaulted" = yes; then
698dcdb6 838 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
10f2d63a 839 else
698dcdb6 840 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
10f2d63a
VZ
841 fi
842fi
698dcdb6 843srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
10f2d63a
VZ
844
845# Prefer explicitly selected file to automatically selected ones.
846if test -z "$CONFIG_SITE"; then
847 if test "x$prefix" != xNONE; then
848 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
849 else
850 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
851 fi
852fi
853for ac_site_file in $CONFIG_SITE; do
854 if test -r "$ac_site_file"; then
698dcdb6 855 echo "loading site script $ac_site_file"
10f2d63a
VZ
856 . "$ac_site_file"
857 fi
858done
859
860if test -r "$cache_file"; then
698dcdb6
VZ
861 echo "loading cache $cache_file"
862 . $cache_file
10f2d63a 863else
698dcdb6
VZ
864 echo "creating cache $cache_file"
865 > $cache_file
10f2d63a
VZ
866fi
867
868ac_ext=c
698dcdb6 869# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 870ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
871ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
872ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
873cross_compiling=$ac_cv_prog_cc_cross
874
875ac_exeext=
876ac_objext=o
877if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
878 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
879 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
880 ac_n= ac_c='
881' ac_t=' '
882 else
883 ac_n=-n ac_c= ac_t=
884 fi
10f2d63a 885else
698dcdb6 886 ac_n= ac_c='\c' ac_t=
10f2d63a 887fi
698dcdb6
VZ
888
889
10f2d63a 890
7c66a493
VZ
891ac_aux_dir=
892for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
893 if test -f $ac_dir/install-sh; then
894 ac_aux_dir=$ac_dir
895 ac_install_sh="$ac_aux_dir/install-sh -c"
896 break
897 elif test -f $ac_dir/install.sh; then
898 ac_aux_dir=$ac_dir
899 ac_install_sh="$ac_aux_dir/install.sh -c"
900 break
901 fi
902done
903if test -z "$ac_aux_dir"; then
698dcdb6 904 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
7c66a493 905fi
698dcdb6
VZ
906ac_config_guess=$ac_aux_dir/config.guess
907ac_config_sub=$ac_aux_dir/config.sub
908ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
703e0a69 909
698dcdb6
VZ
910
911# Do some error checking and defaulting for the host and target type.
912# The inputs are:
913# configure --host=HOST --target=TARGET --build=BUILD NONOPT
914#
915# The rules are:
916# 1. You are not allowed to specify --host, --target, and nonopt at the
917# same time.
918# 2. Host defaults to nonopt.
919# 3. If nonopt is not specified, then host defaults to the current host,
920# as determined by config.guess.
921# 4. Target and build default to nonopt.
922# 5. If nonopt is not specified, then target and build default to host.
7c66a493
VZ
923
924# The aliases save the names the user supplied, while $host etc.
925# will get canonicalized.
698dcdb6
VZ
926case $host---$target---$nonopt in
927NONE---*---* | *---NONE---* | *---*---NONE) ;;
928*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
929esac
930
931
932# Make sure we can run config.sub.
933if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
934else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
935fi
936
937echo $ac_n "checking host system type""... $ac_c" 1>&6
cbca9943 938echo "configure:939: checking host system type" >&5
698dcdb6
VZ
939
940host_alias=$host
941case "$host_alias" in
942NONE)
943 case $nonopt in
944 NONE)
945 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
946 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
947 fi ;;
948 *) host_alias=$nonopt ;;
949 esac ;;
950esac
951
952host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
953host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
954host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
955host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
956echo "$ac_t""$host" 1>&6
957
958echo $ac_n "checking target system type""... $ac_c" 1>&6
cbca9943 959echo "configure:960: checking target system type" >&5
698dcdb6
VZ
960
961target_alias=$target
962case "$target_alias" in
963NONE)
964 case $nonopt in
965 NONE) target_alias=$host_alias ;;
966 *) target_alias=$nonopt ;;
967 esac ;;
968esac
969
970target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
971target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
972target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
973target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
974echo "$ac_t""$target" 1>&6
975
976echo $ac_n "checking build system type""... $ac_c" 1>&6
cbca9943 977echo "configure:978: checking build system type" >&5
698dcdb6
VZ
978
979build_alias=$build
980case "$build_alias" in
981NONE)
982 case $nonopt in
983 NONE) build_alias=$host_alias ;;
984 *) build_alias=$nonopt ;;
985 esac ;;
986esac
987
988build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
989build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
990build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
991build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
992echo "$ac_t""$build" 1>&6
993
994test "$host_alias" != "$target_alias" &&
7c66a493
VZ
995 test "$program_prefix$program_suffix$program_transform_name" = \
996 NONENONEs,x,x, &&
997 program_prefix=${target_alias}-
998
698dcdb6
VZ
999
1000
10f2d63a 1001WX_MAJOR_VERSION_NUMBER=2
37d403aa 1002WX_MINOR_VERSION_NUMBER=3
6c01ec02 1003WX_RELEASE_NUMBER=2
10f2d63a 1004
10f2d63a 1005WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
10f2d63a 1006WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
6426998c 1007
6c01ec02 1008WX_CURRENT=1
6426998c
RL
1009WX_REVISION=0
1010WX_AGE=0
1011
698dcdb6
VZ
1012
1013
10f2d63a
VZ
1014USE_UNIX=1
1015USE_WIN32=0
b12915c1 1016USE_BEOS=0
1216f52d 1017USE_MAC=0
b12915c1 1018
10f2d63a
VZ
1019USE_LINUX=
1020USE_SGI=
1021USE_HPUX=
1022USE_SYSV=
1023USE_SVR4=
1024USE_AIX=
1025USE_SUN=
1026USE_SOLARIS=
1027USE_SUNOS=
1028USE_ALPHA=
1029USE_OSF=
1030USE_BSD=
f11bdd03 1031USE_DARWIN=
10f2d63a 1032USE_FREEBSD=
95c8801c 1033USE_OPENBSD=
f6bcfd97 1034USE_NETBSD=
10f2d63a
VZ
1035USE_VMS=
1036USE_ULTRIX=
1037USE_CYGWIN=
1038USE_MINGW=
1039USE_DATA_GENERAL=
1040
ab9b9eab
VZ
1041NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1042
1e6feb95 1043ALL_TOOLKITS="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE"
10f2d63a
VZ
1044
1045DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1046DEFAULT_wxUSE_MAC=0
1047DEFAULT_wxUSE_MGL=0
10f2d63a
VZ
1048DEFAULT_wxUSE_MOTIF=0
1049DEFAULT_wxUSE_MSW=0
e07802fc 1050DEFAULT_wxUSE_PM=0
1e6feb95 1051DEFAULT_wxUSE_WINE=0
10f2d63a
VZ
1052
1053DEFAULT_DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1054DEFAULT_DEFAULT_wxUSE_MAC=0
1055DEFAULT_DEFAULT_wxUSE_MGL=0
10f2d63a
VZ
1056DEFAULT_DEFAULT_wxUSE_MOTIF=0
1057DEFAULT_DEFAULT_wxUSE_MSW=0
e07802fc 1058DEFAULT_DEFAULT_wxUSE_PM=0
1e6feb95 1059DEFAULT_DEFAULT_wxUSE_WINE=0
10f2d63a 1060
d6a55c4b
VZ
1061PROGRAM_EXT=
1062
10f2d63a
VZ
1063case "${host}" in
1064 *-hp-hpux* )
1065 USE_HPUX=1
1066 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1067 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
698dcdb6 1068 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1069#define __HPUX__ 1
1070EOF
1071
1072 ;;
1073 *-*-linux* )
1074 USE_LINUX=1
698dcdb6 1075 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1076#define __LINUX__ 1
1077EOF
1078
1079 TMP=`uname -m`
1080 if test "x$TMP" = "xalpha"; then
1081 USE_ALPHA=1
698dcdb6 1082 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1083#define __ALPHA__ 1
1084EOF
1085
1086 fi
1087 DEFAULT_DEFAULT_wxUSE_GTK=1
1088 ;;
1089 *-*-irix5* | *-*-irix6* )
1090 USE_SGI=1
1091 USE_SVR4=1
698dcdb6 1092 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1093#define __SGI__ 1
1094EOF
1095
698dcdb6 1096 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1097#define __SVR4__ 1
1098EOF
1099
1100 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1101 ;;
1102 *-*-solaris2* )
1103 USE_SUN=1
1104 USE_SOLARIS=1
1105 USE_SVR4=1
698dcdb6 1106 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1107#define __SUN__ 1
1108EOF
1109
698dcdb6 1110 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1111#define __SOLARIS__ 1
1112EOF
1113
698dcdb6 1114 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1115#define __SVR4__ 1
1116EOF
1117
1118 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1119 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1120 ;;
1121 *-*-sunos4* )
1122 USE_SUN=1
1123 USE_SUNOS=1
1124 USE_BSD=1
698dcdb6 1125 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1126#define __SUN__ 1
1127EOF
1128
698dcdb6 1129 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1130#define __SUNOS__ 1
1131EOF
1132
698dcdb6 1133 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1134#define __BSD__ 1
1135EOF
1136
1137 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1138 ;;
f6bcfd97 1139 *-*-freebsd*)
10f2d63a
VZ
1140 USE_BSD=1
1141 USE_FREEBSD=1
698dcdb6 1142 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1143#define __FREEBSD__ 1
1144EOF
1145
698dcdb6 1146 cat >> confdefs.h <<\EOF
10f2d63a 1147#define __BSD__ 1
95c8801c
VS
1148EOF
1149
1150 DEFAULT_DEFAULT_wxUSE_GTK=1
1151 ;;
1152 *-*-openbsd*)
1153 USE_BSD=1
1154 USE_OPENBSD=1
698dcdb6 1155 cat >> confdefs.h <<\EOF
95c8801c
VS
1156#define __FREEBSD__ 1
1157EOF
1158
698dcdb6 1159 cat >> confdefs.h <<\EOF
95c8801c 1160#define __OPENBSD__ 1
f6bcfd97
BP
1161EOF
1162
1163 DEFAULT_DEFAULT_wxUSE_GTK=1
1164 ;;
1165 *-*-netbsd*)
1166 USE_BSD=1
1167 USE_NETBSD=1
698dcdb6 1168 cat >> confdefs.h <<\EOF
f6bcfd97
BP
1169#define __FREEBSD__ 1
1170EOF
1171
698dcdb6 1172 cat >> confdefs.h <<\EOF
f6bcfd97 1173#define __NETBSD__ 1
10f2d63a
VZ
1174EOF
1175
1176 DEFAULT_DEFAULT_wxUSE_GTK=1
1177 ;;
1178 *-*-osf* )
1179 USE_ALPHA=1
1180 USE_OSF=1
698dcdb6 1181 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1182#define __ALPHA__ 1
1183EOF
1184
698dcdb6 1185 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1186#define __OSF__ 1
1187EOF
1188
1189 DEFAULT_DEFAULT_wxUSE_MOTIF=1
f6bcfd97 1190 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1191 ;;
1192 *-*-dgux5* )
1193 USE_ALPHA=1
1194 USE_SVR4=1
698dcdb6 1195 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1196#define __ALPHA__ 1
1197EOF
1198
698dcdb6 1199 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1200#define __SVR4__ 1
1201EOF
1202
1203 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1204 ;;
1205 *-*-sysv5* )
1206 USE_SYSV=1
1207 USE_SVR4=1
698dcdb6 1208 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1209#define __SYSV__ 1
1210EOF
1211
698dcdb6 1212 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1213#define __SVR4__ 1
1214EOF
1215
1216 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1217 ;;
1218 *-*-aix* )
1219 USE_AIX=1
1220 USE_SYSV=1
1221 USE_SVR4=1
698dcdb6 1222 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1223#define __AIX__ 1
1224EOF
1225
698dcdb6 1226 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1227#define __SYSV__ 1
1228EOF
1229
698dcdb6 1230 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1231#define __SVR4__ 1
1232EOF
1233
1234 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1235 ;;
1236
1c8183e2 1237 *-*-cygwin* | *-*-mingw32* )
10f2d63a
VZ
1238 USE_UNIX=0
1239 USE_WIN32=1
698dcdb6 1240 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1241#define __WIN32__ 1
1242EOF
1243
698dcdb6 1244 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1245#define __WIN95__ 1
1246EOF
1247
698dcdb6 1248 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1249#define __WINDOWS__ 1
1250EOF
1251
698dcdb6 1252 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1253#define __GNUWIN32__ 1
1254EOF
1255
698dcdb6 1256 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1257#define STRICT 1
1258EOF
1259
698dcdb6 1260 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1261#define WINVER 0x0400
1262EOF
1263
cf27ef00 1264 PROGRAM_EXT=".exe"
10f2d63a
VZ
1265 DEFAULT_DEFAULT_wxUSE_MSW=1
1266 ;;
1267
1268 *-pc-os2_emx )
698dcdb6 1269 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1270#define __EMX__ 1
1271EOF
1272
cf27ef00 1273 PROGRAM_EXT=".exe"
e07802fc 1274 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1275 ;;
1276
b4085ce6
GD
1277 *-*-darwin* )
1278 USE_BSD=1
f11bdd03 1279 USE_DARWIN=1
698dcdb6 1280 cat >> confdefs.h <<\EOF
f11bdd03 1281#define __BSD__ 1
b4085ce6
GD
1282EOF
1283
698dcdb6 1284 cat >> confdefs.h <<\EOF
f11bdd03 1285#define __DARWIN__ 1
b4085ce6
GD
1286EOF
1287
698dcdb6 1288 cat >> confdefs.h <<\EOF
b4085ce6
GD
1289#define __UNIX__ 1
1290EOF
1291
1292 DEFAULT_DEFAULT_wxUSE_MAC=1
1293 ;;
1294
b12915c1
VZ
1295 *-*-beos* )
1296 USE_BEOS=1
698dcdb6 1297 cat >> confdefs.h <<\EOF
b12915c1
VZ
1298#define __BEOS__ 1
1299EOF
1300
1301 ;;
1302
10f2d63a 1303 *)
698dcdb6 1304 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
10f2d63a
VZ
1305esac
1306
1307if test "$USE_UNIX" = 1 ; then
b12915c1 1308 wxUSE_UNIX=yes
698dcdb6 1309 cat >> confdefs.h <<\EOF
10f2d63a
VZ
1310#define __UNIX__ 1
1311EOF
1312
698dcdb6 1313
b12915c1
VZ
1314 SRC_SUBDIRS="$SRC_SUBDIRS unix"
1315 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix"
1316fi
1317
1318if test "$USE_BEOS" = 1; then
1319 SRC_SUBDIRS="$SRC_SUBDIRS be"
1320 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be"
10f2d63a
VZ
1321fi
1322
2389f33b
VZ
1323if test "$USE_LINUX" = 1; then
1324 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1325echo "configure:1326: checking for glibc 2.1 or later" >&5
1326if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1327 echo $ac_n "(cached) $ac_c" 1>&6
1328else
1329 cat > conftest.$ac_ext <<EOF
1330#line 1331 "configure"
1331#include "confdefs.h"
1332#include <features.h>
1333int main() {
1334
1335 #if !__GLIBC_PREREQ(2, 1)
1336 #error not glibc2.1
1337 #endif
1338
1339; return 0; }
1340EOF
1341if { (eval echo configure:1342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1342 rm -rf conftest*
1343
1344 wx_lib_glibc21=yes
1345
1346else
1347 echo "configure: failed program was:" >&5
1348 cat conftest.$ac_ext >&5
1349 rm -rf conftest*
1350
1351 wx_lib_glibc21=no
1352
1353
1354fi
1355rm -f conftest*
1356
1357fi
1358
1359echo "$ac_t""$wx_lib_glibc21" 1>&6
1360
1361 if test "$wx_lib_glibc21" = "yes"; then
1362 cat >> confdefs.h <<\EOF
1363#define wxHAVE_GLIBC2 1
1364EOF
1365
1366 fi
1367fi
10f2d63a 1368
1e487827 1369
1e487827 1370
6232543b 1371
10f2d63a
VZ
1372 wx_arg_cache_file="configarg.cache"
1373 echo "loading argument cache $wx_arg_cache_file"
1374 rm -f ${wx_arg_cache_file}.tmp
1375 touch ${wx_arg_cache_file}.tmp
1376 touch ${wx_arg_cache_file}
698dcdb6 1377
10f2d63a
VZ
1378
1379DEBUG_CONFIGURE=0
1380if test $DEBUG_CONFIGURE = 1; then
1e6feb95
VZ
1381 DEFAULT_wxUSE_UNIVERSAL=no
1382
10f2d63a
VZ
1383 DEFAULT_wxUSE_THREADS=yes
1384
1385 DEFAULT_wxUSE_SHARED=yes
00cf1208 1386 DEFAULT_wxUSE_BURNT_NAME=no
1e6feb95 1387 DEFAULT_wxUSE_OPTIMISE=no
10f2d63a
VZ
1388 DEFAULT_wxUSE_PROFILE=no
1389 DEFAULT_wxUSE_NO_DEPS=no
1390 DEFAULT_wxUSE_NO_RTTI=no
1391 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1392 DEFAULT_wxUSE_PERMISSIVE=no
1393 DEFAULT_wxUSE_DEBUG_FLAG=yes
1394 DEFAULT_wxUSE_DEBUG_INFO=yes
1395 DEFAULT_wxUSE_DEBUG_GDB=yes
1396 DEFAULT_wxUSE_MEM_TRACING=no
1397 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1398 DEFAULT_wxUSE_DMALLOC=no
1399 DEFAULT_wxUSE_APPLE_IEEE=no
1400
1401 DEFAULT_wxUSE_LOG=yes
1e6feb95
VZ
1402 DEFAULT_wxUSE_LOGWINDOW=no
1403 DEFAULT_wxUSE_LOGGUI=no
10f2d63a
VZ
1404
1405 DEFAULT_wxUSE_GUI=yes
1e6feb95 1406 DEFAULT_wxUSE_CONTROLS=no
10f2d63a 1407
3e44f09d 1408 DEFAULT_wxUSE_REGEX=no
10f2d63a
VZ
1409 DEFAULT_wxUSE_ZLIB=no
1410 DEFAULT_wxUSE_LIBPNG=no
1411 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1412 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a 1413 DEFAULT_wxUSE_ODBC=no
3fed1840 1414 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1415 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1416
eb4efbdc 1417 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
4f3c5f06 1418 DEFAULT_wxUSE_SNGLINST_CHECKER=no
10f2d63a 1419 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
1420 DEFAULT_wxUSE_CMDLINE_PARSER=no
1421 DEFAULT_wxUSE_DATETIME=no
1422 DEFAULT_wxUSE_TIMEDATE=no
1423 DEFAULT_wxUSE_TIMER=no
1424 DEFAULT_wxUSE_STOPWATCH=no
10f2d63a 1425 DEFAULT_wxUSE_FILE=no
1e6feb95 1426 DEFAULT_wxUSE_FFILE=no
10f2d63a 1427 DEFAULT_wxUSE_TEXTFILE=no
10f2d63a
VZ
1428 DEFAULT_wxUSE_WAVE=no
1429 DEFAULT_wxUSE_INTL=no
1430 DEFAULT_wxUSE_CONFIG=no
1e6feb95 1431 DEFAULT_wxUSE_FONTMAP=no
10f2d63a
VZ
1432 DEFAULT_wxUSE_STREAMS=no
1433 DEFAULT_wxUSE_SOCKETS=no
1434 DEFAULT_wxUSE_DIALUP_MANAGER=no
1435 DEFAULT_wxUSE_SERIAL=no
1436 DEFAULT_wxUSE_JOYSTICK=no
1437 DEFAULT_wxUSE_DYNLIB_CLASS=no
1438 DEFAULT_wxUSE_LONGLONG=no
e8f65ba6 1439 DEFAULT_wxUSE_GEOMETRY=no
10f2d63a
VZ
1440
1441 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1442 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1443 DEFAULT_wxUSE_POSTSCRIPT=no
1444
1445 DEFAULT_wxUSE_X_RESOURCES=no
1446 DEFAULT_wxUSE_CLIPBOARD=no
1447 DEFAULT_wxUSE_TOOLTIPS=no
1448 DEFAULT_wxUSE_DRAG_AND_DROP=no
24fd6d87 1449 DEFAULT_wxUSE_DRAGIMAGE=no
10f2d63a
VZ
1450 DEFAULT_wxUSE_SPLINES=no
1451
1452 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1453 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1454 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1455
1456 DEFAULT_wxUSE_PROLOGIO=no
1457 DEFAULT_wxUSE_RESOURCES=no
1458 DEFAULT_wxUSE_CONSTRAINTS=no
1459 DEFAULT_wxUSE_IPC=no
1460 DEFAULT_wxUSE_HELP=no
29fd3c0c 1461 DEFAULT_wxUSE_MS_HTML_HELP=no
3379ed37 1462 DEFAULT_wxUSE_WXHTML_HELP=no
24176f2c 1463 DEFAULT_wxUSE_TREELAYOUT=no
10f2d63a 1464 DEFAULT_wxUSE_METAFILE=no
1e6feb95 1465 DEFAULT_wxUSE_MIMETYPE=no
3e44f09d 1466 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
10f2d63a
VZ
1467
1468 DEFAULT_wxUSE_COMMONDLGS=no
1e6feb95
VZ
1469 DEFAULT_wxUSE_CHOICEDLG=no
1470 DEFAULT_wxUSE_COLOURDLG=no
10f2d63a 1471 DEFAULT_wxUSE_DIRDLG=no
1e6feb95 1472 DEFAULT_wxUSE_FILEDLG=no
8db37e06 1473 DEFAULT_wxUSE_FINDREPLDLG=no
1e6feb95
VZ
1474 DEFAULT_wxUSE_FONTDLG=no
1475 DEFAULT_wxUSE_MSGDLG=no
1476 DEFAULT_wxUSE_NUMBERDLG=no
10f2d63a 1477 DEFAULT_wxUSE_TEXTDLG=no
cbca9943 1478 DEFAULT_wxUSE_SPLASH=no
10f2d63a
VZ
1479 DEFAULT_wxUSE_STARTUP_TIPS=no
1480 DEFAULT_wxUSE_PROGRESSDLG=no
b1f5d087
VZ
1481 DEFAULT_wxUSE_WIZARDDLG=no
1482
1e6feb95 1483 DEFAULT_wxUSE_MENUS=no
10f2d63a
VZ
1484 DEFAULT_wxUSE_MINIFRAME=no
1485 DEFAULT_wxUSE_HTML=no
24528b0c 1486 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
1487 DEFAULT_wxUSE_FS_INET=no
1488 DEFAULT_wxUSE_FS_ZIP=no
1489 DEFAULT_wxUSE_BUSYINFO=no
1490 DEFAULT_wxUSE_ZIPSTREAM=no
1e6feb95 1491 DEFAULT_wxUSE_VALIDATORS=no
10f2d63a
VZ
1492
1493 DEFAULT_wxUSE_ACCEL=no
1e6feb95 1494 DEFAULT_wxUSE_BUTTON=no
10f2d63a 1495 DEFAULT_wxUSE_BMPBUTTON=no
1e6feb95
VZ
1496 DEFAULT_wxUSE_CALCTRL=no
1497 DEFAULT_wxUSE_CARET=no
10f2d63a
VZ
1498 DEFAULT_wxUSE_CHECKBOX=no
1499 DEFAULT_wxUSE_CHECKLST=no
1e6feb95 1500 DEFAULT_wxUSE_CHOICE=no
10f2d63a
VZ
1501 DEFAULT_wxUSE_COMBOBOX=no
1502 DEFAULT_wxUSE_GAUGE=no
1503 DEFAULT_wxUSE_GRID=no
1504 DEFAULT_wxUSE_NEW_GRID=no
1505 DEFAULT_wxUSE_IMAGLIST=no
1506 DEFAULT_wxUSE_LISTBOX=no
1507 DEFAULT_wxUSE_LISTCTRL=no
1508 DEFAULT_wxUSE_NOTEBOOK=no
24176f2c 1509 DEFAULT_wxUSE_PROPSHEET=no
10f2d63a
VZ
1510 DEFAULT_wxUSE_RADIOBOX=no
1511 DEFAULT_wxUSE_RADIOBTN=no
1512 DEFAULT_wxUSE_SASH=no
1513 DEFAULT_wxUSE_SCROLLBAR=no
1514 DEFAULT_wxUSE_SLIDER=no
1515 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 1516 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
1517 DEFAULT_wxUSE_SPLITTER=no
1518 DEFAULT_wxUSE_STATBMP=no
1519 DEFAULT_wxUSE_STATBOX=no
1520 DEFAULT_wxUSE_STATLINE=no
1e6feb95 1521 DEFAULT_wxUSE_STATTEXT=no
10f2d63a
VZ
1522 DEFAULT_wxUSE_STATUSBAR=yes
1523 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 1524 DEFAULT_wxUSE_TEXTCTRL=no
1db8dc4a 1525 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 1526 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
1527 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1528 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a 1529 DEFAULT_wxUSE_TREECTRL=no
9f41d601 1530 DEFAULT_wxUSE_POPUPWIN=no
10f2d63a
VZ
1531
1532 DEFAULT_wxUSE_UNICODE=no
1533 DEFAULT_wxUSE_WCSRTOMBS=no
1534
0046ff7c 1535 DEFAULT_wxUSE_IMAGE=no
10f2d63a
VZ
1536 DEFAULT_wxUSE_GIF=no
1537 DEFAULT_wxUSE_PCX=no
1538 DEFAULT_wxUSE_PNM=no
0046ff7c 1539 DEFAULT_wxUSE_XPM=no
10f2d63a 1540else
1e6feb95
VZ
1541 DEFAULT_wxUSE_UNIVERSAL=no
1542
10f2d63a
VZ
1543 DEFAULT_wxUSE_THREADS=yes
1544
1545 DEFAULT_wxUSE_SHARED=yes
00cf1208 1546 DEFAULT_wxUSE_BURNT_NAME=no
10f2d63a
VZ
1547 DEFAULT_wxUSE_OPTIMISE=yes
1548 DEFAULT_wxUSE_PROFILE=no
1549 DEFAULT_wxUSE_NO_DEPS=no
1550 DEFAULT_wxUSE_NO_RTTI=no
1551 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1552 DEFAULT_wxUSE_PERMISSIVE=no
1553 DEFAULT_wxUSE_DEBUG_FLAG=no
1554 DEFAULT_wxUSE_DEBUG_INFO=no
1555 DEFAULT_wxUSE_DEBUG_GDB=no
1556 DEFAULT_wxUSE_MEM_TRACING=no
1557 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1558 DEFAULT_wxUSE_DMALLOC=no
1559 DEFAULT_wxUSE_APPLE_IEEE=yes
1560
1561 DEFAULT_wxUSE_LOG=yes
d73be714
VZ
1562 DEFAULT_wxUSE_LOGWINDOW=yes
1563 DEFAULT_wxUSE_LOGGUI=yes
10f2d63a
VZ
1564
1565 DEFAULT_wxUSE_GUI=yes
1566
831b3152 1567 DEFAULT_wxUSE_REGEX=yes
10f2d63a
VZ
1568 DEFAULT_wxUSE_ZLIB=yes
1569 DEFAULT_wxUSE_LIBPNG=yes
1570 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 1571 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 1572 DEFAULT_wxUSE_ODBC=no
3fed1840 1573 DEFAULT_wxUSE_FREETYPE=no
bdad4e7e 1574 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1575
eb4efbdc 1576 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
4f3c5f06 1577 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
10f2d63a 1578 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
1579 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1580 DEFAULT_wxUSE_DATETIME=yes
1581 DEFAULT_wxUSE_TIMEDATE=no
1582 DEFAULT_wxUSE_TIMER=yes
1583 DEFAULT_wxUSE_STOPWATCH=yes
10f2d63a 1584 DEFAULT_wxUSE_FILE=yes
1e6feb95 1585 DEFAULT_wxUSE_FFILE=yes
10f2d63a 1586 DEFAULT_wxUSE_TEXTFILE=yes
10f2d63a
VZ
1587 DEFAULT_wxUSE_WAVE=no
1588 DEFAULT_wxUSE_INTL=yes
1589 DEFAULT_wxUSE_CONFIG=yes
1e6feb95 1590 DEFAULT_wxUSE_FONTMAP=yes
10f2d63a
VZ
1591 DEFAULT_wxUSE_STREAMS=yes
1592 DEFAULT_wxUSE_SOCKETS=yes
1593 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1594 DEFAULT_wxUSE_SERIAL=yes
1595 DEFAULT_wxUSE_JOYSTICK=yes
1596 DEFAULT_wxUSE_DYNLIB_CLASS=yes
b685cd9b 1597 DEFAULT_wxUSE_LONGLONG=yes
e8f65ba6 1598 DEFAULT_wxUSE_GEOMETRY=yes
10f2d63a
VZ
1599
1600 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1601 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1602 DEFAULT_wxUSE_POSTSCRIPT=yes
1603
1604 DEFAULT_wxUSE_X_RESOURCES=no
1605 DEFAULT_wxUSE_CLIPBOARD=yes
1606 DEFAULT_wxUSE_TOOLTIPS=yes
1607 DEFAULT_wxUSE_DRAG_AND_DROP=yes
24fd6d87 1608 DEFAULT_wxUSE_DRAGIMAGE=yes
10f2d63a
VZ
1609 DEFAULT_wxUSE_SPLINES=yes
1610
1611 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1612 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1613 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1614
1615 DEFAULT_wxUSE_PROLOGIO=yes
1616 DEFAULT_wxUSE_RESOURCES=yes
1617 DEFAULT_wxUSE_CONSTRAINTS=yes
1618 DEFAULT_wxUSE_IPC=yes
1619 DEFAULT_wxUSE_HELP=yes
29fd3c0c 1620 DEFAULT_wxUSE_MS_HTML_HELP=yes
3379ed37 1621 DEFAULT_wxUSE_WXHTML_HELP=yes
24176f2c 1622 DEFAULT_wxUSE_TREELAYOUT=yes
10f2d63a 1623 DEFAULT_wxUSE_METAFILE=yes
1e6feb95 1624 DEFAULT_wxUSE_MIMETYPE=yes
3e44f09d 1625 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
10f2d63a
VZ
1626
1627 DEFAULT_wxUSE_COMMONDLGS=yes
1e6feb95
VZ
1628 DEFAULT_wxUSE_CHOICEDLG=yes
1629 DEFAULT_wxUSE_COLOURDLG=yes
10f2d63a 1630 DEFAULT_wxUSE_DIRDLG=yes
1e6feb95 1631 DEFAULT_wxUSE_FILEDLG=yes
8db37e06 1632 DEFAULT_wxUSE_FINDREPLDLG=yes
1e6feb95
VZ
1633 DEFAULT_wxUSE_FONTDLG=yes
1634 DEFAULT_wxUSE_MSGDLG=yes
1635 DEFAULT_wxUSE_NUMBERDLG=yes
10f2d63a 1636 DEFAULT_wxUSE_TEXTDLG=yes
cbca9943 1637 DEFAULT_wxUSE_SPLASH=yes
10f2d63a
VZ
1638 DEFAULT_wxUSE_STARTUP_TIPS=yes
1639 DEFAULT_wxUSE_PROGRESSDLG=yes
f33f19dd
VZ
1640 DEFAULT_wxUSE_WIZARDDLG=yes
1641
1e6feb95 1642 DEFAULT_wxUSE_MENUS=yes
10f2d63a
VZ
1643 DEFAULT_wxUSE_MINIFRAME=yes
1644 DEFAULT_wxUSE_HTML=yes
24528b0c 1645 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
1646 DEFAULT_wxUSE_FS_INET=yes
1647 DEFAULT_wxUSE_FS_ZIP=yes
1648 DEFAULT_wxUSE_BUSYINFO=yes
1649 DEFAULT_wxUSE_ZIPSTREAM=yes
1650 DEFAULT_wxUSE_VALIDATORS=yes
1651
1652 DEFAULT_wxUSE_ACCEL=yes
1e6feb95 1653 DEFAULT_wxUSE_BUTTON=yes
10f2d63a 1654 DEFAULT_wxUSE_BMPBUTTON=yes
1e6feb95
VZ
1655 DEFAULT_wxUSE_CALCTRL=yes
1656 DEFAULT_wxUSE_CARET=yes
10f2d63a
VZ
1657 DEFAULT_wxUSE_CHECKBOX=yes
1658 DEFAULT_wxUSE_CHECKLST=yes
1659 DEFAULT_wxUSE_CHOICE=yes
1660 DEFAULT_wxUSE_COMBOBOX=yes
1661 DEFAULT_wxUSE_GAUGE=yes
1662 DEFAULT_wxUSE_GRID=yes
cc977e5f 1663 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
1664 DEFAULT_wxUSE_IMAGLIST=yes
1665 DEFAULT_wxUSE_LISTBOX=yes
1666 DEFAULT_wxUSE_LISTCTRL=yes
1667 DEFAULT_wxUSE_NOTEBOOK=yes
24176f2c 1668 DEFAULT_wxUSE_PROPSHEET=yes
10f2d63a
VZ
1669 DEFAULT_wxUSE_RADIOBOX=yes
1670 DEFAULT_wxUSE_RADIOBTN=yes
1671 DEFAULT_wxUSE_SASH=yes
1672 DEFAULT_wxUSE_SCROLLBAR=yes
1673 DEFAULT_wxUSE_SLIDER=yes
1674 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 1675 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
1676 DEFAULT_wxUSE_SPLITTER=yes
1677 DEFAULT_wxUSE_STATBMP=yes
1678 DEFAULT_wxUSE_STATBOX=yes
1679 DEFAULT_wxUSE_STATLINE=yes
1e6feb95 1680 DEFAULT_wxUSE_STATTEXT=yes
10f2d63a
VZ
1681 DEFAULT_wxUSE_STATUSBAR=yes
1682 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 1683 DEFAULT_wxUSE_TEXTCTRL=yes
1db8dc4a 1684 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 1685 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
1686 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1687 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a 1688 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 1689 DEFAULT_wxUSE_POPUPWIN=yes
10f2d63a
VZ
1690
1691 DEFAULT_wxUSE_UNICODE=no
1692 DEFAULT_wxUSE_WCSRTOMBS=no
1693
0046ff7c 1694 DEFAULT_wxUSE_IMAGE=yes
10f2d63a
VZ
1695 DEFAULT_wxUSE_GIF=yes
1696 DEFAULT_wxUSE_PCX=yes
1697 DEFAULT_wxUSE_PNM=yes
0046ff7c 1698 DEFAULT_wxUSE_XPM=yes
10f2d63a
VZ
1699fi
1700
698dcdb6
VZ
1701
1702
10f2d63a
VZ
1703for toolkit in `echo $ALL_TOOLKITS`; do
1704 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1705 if test "x$LINE" != x ; then
1706 has_toolkit_in_cache=1
1707 eval "DEFAULT_$LINE"
1708 eval "CACHE_$toolkit=1"
1709 fi
1710done
1711
698dcdb6
VZ
1712
1713
1714 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
2389f33b 1715echo "configure:1716: checking for --enable-gui" >&5
10f2d63a
VZ
1716 no_cache=0
1717 # Check whether --enable-gui or --disable-gui was given.
1718if test "${enable_gui+set}" = set; then
1719 enableval="$enable_gui"
698dcdb6 1720
10f2d63a
VZ
1721 if test "$enableval" = yes; then
1722 ac_cv_use_gui='wxUSE_GUI=yes'
1723 else
1724 ac_cv_use_gui='wxUSE_GUI=no'
1725 fi
698dcdb6 1726
10f2d63a 1727else
698dcdb6 1728
10f2d63a
VZ
1729 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1730 if test "x$LINE" != x ; then
1731 eval "DEFAULT_$LINE"
1732 else
1733 no_cache=1
1734 fi
1735
1736 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
698dcdb6
VZ
1737
1738fi
10f2d63a
VZ
1739
1740
1741 eval "$ac_cv_use_gui"
1742 if test "$no_cache" != 1; then
1743 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1744 fi
1745
1746 if test "$wxUSE_GUI" = yes; then
698dcdb6 1747 echo "$ac_t""yes" 1>&6
10f2d63a 1748 else
698dcdb6 1749 echo "$ac_t""no" 1>&6
10f2d63a 1750 fi
698dcdb6 1751
10f2d63a 1752
b12915c1 1753if test "$wxUSE_GUI" = "yes"; then
10f2d63a 1754
1e6feb95
VZ
1755
1756 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
2389f33b 1757echo "configure:1758: checking for --enable-universal" >&5
1e6feb95
VZ
1758 no_cache=0
1759 # Check whether --enable-universal or --disable-universal was given.
1760if test "${enable_universal+set}" = set; then
1761 enableval="$enable_universal"
1762
1763 if test "$enableval" = yes; then
1764 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1765 else
1766 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1767 fi
1768
1769else
1770
1771 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1772 if test "x$LINE" != x ; then
1773 eval "DEFAULT_$LINE"
1774 else
1775 no_cache=1
1776 fi
1777
1778 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1779
1780fi
1781
1782
1783 eval "$ac_cv_use_universal"
1784 if test "$no_cache" != 1; then
1785 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1786 fi
1787
1788 if test "$wxUSE_UNIVERSAL" = yes; then
1789 echo "$ac_t""yes" 1>&6
1790 else
1791 echo "$ac_t""no" 1>&6
1792 fi
1793
10f2d63a
VZ
1794# Check whether --with-gtk or --without-gtk was given.
1795if test "${with_gtk+set}" = set; then
1796 withval="$with_gtk"
1797 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
698dcdb6 1798fi
10f2d63a
VZ
1799
1800# Check whether --with-motif or --without-motif was given.
1801if test "${with_motif+set}" = set; then
1802 withval="$with_motif"
1803 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
698dcdb6 1804fi
10f2d63a 1805
b4085ce6
GD
1806# Check whether --with-mac or --without-mac was given.
1807if test "${with_mac+set}" = set; then
1808 withval="$with_mac"
1809 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
698dcdb6 1810fi
b4085ce6 1811
10f2d63a
VZ
1812# Check whether --with-wine or --without-wine was given.
1813if test "${with_wine+set}" = set; then
1814 withval="$with_wine"
1815 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
698dcdb6 1816fi
10f2d63a
VZ
1817
1818# Check whether --with-cygwin or --without-cygwin was given.
1819if test "${with_cygwin+set}" = set; then
1820 withval="$with_cygwin"
1821 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
698dcdb6 1822fi
10f2d63a
VZ
1823
1824# Check whether --with-mingw or --without-mingw was given.
1825if test "${with_mingw+set}" = set; then
1826 withval="$with_mingw"
1827 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
698dcdb6 1828fi
10f2d63a 1829
e07802fc
VZ
1830# Check whether --with-pm or --without-pm was given.
1831if test "${with_pm+set}" = set; then
1832 withval="$with_pm"
1833 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
698dcdb6
VZ
1834fi
1835
1e6feb95
VZ
1836# Check whether --with-mgl or --without-mgl was given.
1837if test "${with_mgl+set}" = set; then
1838 withval="$with_mgl"
1839 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1840fi
1841
10f2d63a 1842
8168de4c
VZ
1843# Check whether --enable-gtk2 or --disable-gtk2 was given.
1844if test "${enable_gtk2+set}" = set; then
1845 enableval="$enable_gtk2"
1846 wxUSE_GTK2=1
10f2d63a 1847else
8168de4c 1848 wxUSE_GTK2=0
698dcdb6
VZ
1849fi
1850
703e0a69 1851
1e487827 1852
698dcdb6 1853 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
2389f33b 1854echo "configure:1855: checking for --with-libpng" >&5
698dcdb6
VZ
1855 no_cache=0
1856 # Check whether --with-libpng or --without-libpng was given.
b12915c1
VZ
1857if test "${with_libpng+set}" = set; then
1858 withval="$with_libpng"
698dcdb6 1859
10f2d63a 1860 if test "$withval" = yes; then
b12915c1 1861 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 1862 elif test "$withval" = no; then
b12915c1 1863 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
1864 elif test "$withval" = sys; then
1865 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1866 else
698dcdb6 1867 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 1868 fi
698dcdb6 1869
10f2d63a 1870else
698dcdb6 1871
b12915c1 1872 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
1873 if test "x$LINE" != x ; then
1874 eval "DEFAULT_$LINE"
1875 else
1876 no_cache=1
1877 fi
1878
b12915c1 1879 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
698dcdb6
VZ
1880
1881fi
10f2d63a
VZ
1882
1883
b12915c1 1884 eval "$ac_cv_use_libpng"
10f2d63a 1885 if test "$no_cache" != 1; then
b12915c1 1886 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1887 fi
1888
b12915c1 1889 if test "$wxUSE_LIBPNG" = yes; then
698dcdb6 1890 echo "$ac_t""yes" 1>&6
422107f9 1891 elif test "$wxUSE_LIBPNG" = no; then
698dcdb6 1892 echo "$ac_t""no" 1>&6
422107f9 1893 elif test "$wxUSE_LIBPNG" = sys; then
698dcdb6 1894 echo "$ac_t""system version" 1>&6
422107f9 1895 else
698dcdb6 1896 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 1897 fi
698dcdb6 1898
10f2d63a 1899
698dcdb6 1900 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
2389f33b 1901echo "configure:1902: checking for --with-libjpeg" >&5
10f2d63a 1902 no_cache=0
698dcdb6 1903 # Check whether --with-libjpeg or --without-libjpeg was given.
b12915c1
VZ
1904if test "${with_libjpeg+set}" = set; then
1905 withval="$with_libjpeg"
698dcdb6 1906
10f2d63a 1907 if test "$withval" = yes; then
b12915c1 1908 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 1909 elif test "$withval" = no; then
b12915c1 1910 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
1911 elif test "$withval" = sys; then
1912 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1913 else
698dcdb6 1914 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 1915 fi
698dcdb6 1916
10f2d63a 1917else
698dcdb6 1918
b12915c1 1919 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
1920 if test "x$LINE" != x ; then
1921 eval "DEFAULT_$LINE"
1922 else
1923 no_cache=1
1924 fi
1925
b12915c1 1926 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
698dcdb6
VZ
1927
1928fi
10f2d63a
VZ
1929
1930
b12915c1 1931 eval "$ac_cv_use_libjpeg"
10f2d63a 1932 if test "$no_cache" != 1; then
b12915c1 1933 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1934 fi
1935
b12915c1 1936 if test "$wxUSE_LIBJPEG" = yes; then
698dcdb6 1937 echo "$ac_t""yes" 1>&6
422107f9 1938 elif test "$wxUSE_LIBJPEG" = no; then
698dcdb6 1939 echo "$ac_t""no" 1>&6
422107f9 1940 elif test "$wxUSE_LIBJPEG" = sys; then
698dcdb6 1941 echo "$ac_t""system version" 1>&6
422107f9 1942 else
698dcdb6 1943 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 1944 fi
698dcdb6 1945
10f2d63a 1946
698dcdb6 1947 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2389f33b 1948echo "configure:1949: checking for --with-libtiff" >&5
10f2d63a 1949 no_cache=0
698dcdb6 1950 # Check whether --with-libtiff or --without-libtiff was given.
b12915c1
VZ
1951if test "${with_libtiff+set}" = set; then
1952 withval="$with_libtiff"
698dcdb6 1953
10f2d63a 1954 if test "$withval" = yes; then
b12915c1 1955 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 1956 elif test "$withval" = no; then
b12915c1 1957 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
1958 elif test "$withval" = sys; then
1959 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1960 else
698dcdb6 1961 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 1962 fi
698dcdb6 1963
10f2d63a 1964else
698dcdb6 1965
b12915c1 1966 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
1967 if test "x$LINE" != x ; then
1968 eval "DEFAULT_$LINE"
1969 else
1970 no_cache=1
1971 fi
1972
b12915c1 1973 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
698dcdb6
VZ
1974
1975fi
10f2d63a
VZ
1976
1977
b12915c1 1978 eval "$ac_cv_use_libtiff"
10f2d63a 1979 if test "$no_cache" != 1; then
b12915c1 1980 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
1981 fi
1982
b12915c1 1983 if test "$wxUSE_LIBTIFF" = yes; then
698dcdb6 1984 echo "$ac_t""yes" 1>&6
0dcf9893 1985 elif test "$wxUSE_LIBTIFF" = no; then
698dcdb6 1986 echo "$ac_t""no" 1>&6
0dcf9893 1987 elif test "$wxUSE_LIBTIFF" = sys; then
698dcdb6 1988 echo "$ac_t""system version" 1>&6
0dcf9893 1989 else
698dcdb6 1990 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 1991 fi
698dcdb6 1992
10f2d63a 1993
698dcdb6 1994 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2389f33b 1995echo "configure:1996: checking for --with-freetype" >&5
3fed1840 1996 no_cache=0
698dcdb6 1997 # Check whether --with-freetype or --without-freetype was given.
3fed1840
RR
1998if test "${with_freetype+set}" = set; then
1999 withval="$with_freetype"
698dcdb6 2000
3fed1840
RR
2001 if test "$withval" = yes; then
2002 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
2003 elif test "$withval" = no; then
2004 ac_cv_use_freetype='wxUSE_FREETYPE=no'
2005 elif test "$withval" = sys; then
2006 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
2007 else
698dcdb6 2008 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
3fed1840 2009 fi
698dcdb6 2010
3fed1840 2011else
698dcdb6 2012
3fed1840
RR
2013 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2014 if test "x$LINE" != x ; then
2015 eval "DEFAULT_$LINE"
2016 else
2017 no_cache=1
2018 fi
2019
2020 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
698dcdb6
VZ
2021
2022fi
3fed1840
RR
2023
2024
2025 eval "$ac_cv_use_freetype"
2026 if test "$no_cache" != 1; then
2027 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2028 fi
2029
2030 if test "$wxUSE_FREETYPE" = yes; then
698dcdb6 2031 echo "$ac_t""yes" 1>&6
3fed1840 2032 elif test "$wxUSE_FREETYPE" = no; then
698dcdb6 2033 echo "$ac_t""no" 1>&6
3fed1840 2034 elif test "$wxUSE_FREETYPE" = sys; then
698dcdb6 2035 echo "$ac_t""system version" 1>&6
3fed1840 2036 else
698dcdb6 2037 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
3fed1840 2038 fi
698dcdb6 2039
3fed1840 2040
698dcdb6 2041 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2389f33b 2042echo "configure:2043: checking for --with-opengl" >&5
10f2d63a 2043 no_cache=0
698dcdb6 2044 # Check whether --with-opengl or --without-opengl was given.
b12915c1
VZ
2045if test "${with_opengl+set}" = set; then
2046 withval="$with_opengl"
698dcdb6 2047
10f2d63a 2048 if test "$withval" = yes; then
b12915c1 2049 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 2050 else
b12915c1 2051 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a 2052 fi
698dcdb6 2053
10f2d63a 2054else
698dcdb6 2055
b12915c1 2056 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
2057 if test "x$LINE" != x ; then
2058 eval "DEFAULT_$LINE"
2059 else
2060 no_cache=1
2061 fi
2062
b12915c1 2063 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
698dcdb6
VZ
2064
2065fi
10f2d63a
VZ
2066
2067
b12915c1 2068 eval "$ac_cv_use_opengl"
10f2d63a 2069 if test "$no_cache" != 1; then
b12915c1 2070 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2071 fi
2072
b12915c1 2073 if test "$wxUSE_OPENGL" = yes; then
698dcdb6 2074 echo "$ac_t""yes" 1>&6
10f2d63a 2075 else
698dcdb6 2076 echo "$ac_t""no" 1>&6
10f2d63a 2077 fi
698dcdb6 2078
10f2d63a 2079
b12915c1
VZ
2080fi
2081
1e487827 2082
698dcdb6 2083 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2389f33b 2084echo "configure:2085: checking for --with-dmalloc" >&5
698dcdb6
VZ
2085 no_cache=0
2086 # Check whether --with-dmalloc or --without-dmalloc was given.
b12915c1
VZ
2087if test "${with_dmalloc+set}" = set; then
2088 withval="$with_dmalloc"
698dcdb6 2089
c7a2bf27 2090 if test "$withval" = yes; then
b12915c1 2091 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 2092 else
b12915c1 2093 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27 2094 fi
698dcdb6 2095
c7a2bf27 2096else
698dcdb6 2097
b12915c1 2098 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
2099 if test "x$LINE" != x ; then
2100 eval "DEFAULT_$LINE"
2101 else
2102 no_cache=1
2103 fi
2104
b12915c1 2105 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
698dcdb6
VZ
2106
2107fi
c7a2bf27
RR
2108
2109
b12915c1 2110 eval "$ac_cv_use_dmalloc"
c7a2bf27 2111 if test "$no_cache" != 1; then
b12915c1 2112 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
2113 fi
2114
b12915c1 2115 if test "$wxUSE_DMALLOC" = yes; then
698dcdb6 2116 echo "$ac_t""yes" 1>&6
c7a2bf27 2117 else
698dcdb6 2118 echo "$ac_t""no" 1>&6
c7a2bf27 2119 fi
698dcdb6 2120
c7a2bf27 2121
3e44f09d 2122 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2389f33b 2123echo "configure:2124: checking for --with-regex" >&5
3e44f09d
VZ
2124 no_cache=0
2125 # Check whether --with-regex or --without-regex was given.
2126if test "${with_regex+set}" = set; then
2127 withval="$with_regex"
2128
2129 if test "$withval" = yes; then
2130 ac_cv_use_regex='wxUSE_REGEX=yes'
2131 elif test "$withval" = no; then
2132 ac_cv_use_regex='wxUSE_REGEX=no'
2133 elif test "$withval" = sys; then
2134 ac_cv_use_regex='wxUSE_REGEX=sys'
2135 else
2136 { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; }
2137 fi
2138
2139else
2140
2141 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2142 if test "x$LINE" != x ; then
2143 eval "DEFAULT_$LINE"
2144 else
2145 no_cache=1
2146 fi
2147
2148 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2149
2150fi
2151
2152
2153 eval "$ac_cv_use_regex"
2154 if test "$no_cache" != 1; then
2155 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2156 fi
2157
2158 if test "$wxUSE_REGEX" = yes; then
2159 echo "$ac_t""yes" 1>&6
2160 elif test "$wxUSE_REGEX" = no; then
2161 echo "$ac_t""no" 1>&6
2162 elif test "$wxUSE_REGEX" = sys; then
2163 echo "$ac_t""system version" 1>&6
2164 else
2165 { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; }
2166 fi
2167
2168
698dcdb6 2169 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2389f33b 2170echo "configure:2171: checking for --with-zlib" >&5
10f2d63a 2171 no_cache=0
698dcdb6 2172 # Check whether --with-zlib or --without-zlib was given.
b12915c1
VZ
2173if test "${with_zlib+set}" = set; then
2174 withval="$with_zlib"
698dcdb6 2175
10f2d63a 2176 if test "$withval" = yes; then
b12915c1 2177 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 2178 elif test "$withval" = no; then
b12915c1 2179 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
2180 elif test "$withval" = sys; then
2181 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2182 else
698dcdb6 2183 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 2184 fi
698dcdb6 2185
10f2d63a 2186else
698dcdb6 2187
b12915c1 2188 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
2189 if test "x$LINE" != x ; then
2190 eval "DEFAULT_$LINE"
2191 else
2192 no_cache=1
2193 fi
2194
b12915c1 2195 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
698dcdb6
VZ
2196
2197fi
10f2d63a
VZ
2198
2199
b12915c1 2200 eval "$ac_cv_use_zlib"
10f2d63a 2201 if test "$no_cache" != 1; then
b12915c1 2202 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2203 fi
2204
b12915c1 2205 if test "$wxUSE_ZLIB" = yes; then
698dcdb6 2206 echo "$ac_t""yes" 1>&6
422107f9 2207 elif test "$wxUSE_ZLIB" = no; then
698dcdb6 2208 echo "$ac_t""no" 1>&6
422107f9 2209 elif test "$wxUSE_ZLIB" = sys; then
698dcdb6 2210 echo "$ac_t""system version" 1>&6
422107f9 2211 else
698dcdb6 2212 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
10f2d63a 2213 fi
698dcdb6 2214
10f2d63a 2215
698dcdb6 2216 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2389f33b 2217echo "configure:2218: checking for --with-odbc" >&5
10f2d63a 2218 no_cache=0
698dcdb6 2219 # Check whether --with-odbc or --without-odbc was given.
10f2d63a
VZ
2220if test "${with_odbc+set}" = set; then
2221 withval="$with_odbc"
698dcdb6 2222
10f2d63a
VZ
2223 if test "$withval" = yes; then
2224 ac_cv_use_odbc='wxUSE_ODBC=yes'
2225 else
2226 ac_cv_use_odbc='wxUSE_ODBC=no'
2227 fi
698dcdb6 2228
10f2d63a 2229else
698dcdb6 2230
10f2d63a
VZ
2231 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2232 if test "x$LINE" != x ; then
2233 eval "DEFAULT_$LINE"
2234 else
2235 no_cache=1
2236 fi
2237
2238 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
698dcdb6
VZ
2239
2240fi
10f2d63a
VZ
2241
2242
2243 eval "$ac_cv_use_odbc"
2244 if test "$no_cache" != 1; then
2245 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2246 fi
2247
2248 if test "$wxUSE_ODBC" = yes; then
698dcdb6 2249 echo "$ac_t""yes" 1>&6
10f2d63a 2250 else
698dcdb6 2251 echo "$ac_t""no" 1>&6
10f2d63a 2252 fi
698dcdb6
VZ
2253
2254
10f2d63a 2255
698dcdb6
VZ
2256
2257
2258 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2389f33b 2259echo "configure:2260: checking for --enable-shared" >&5
10f2d63a
VZ
2260 no_cache=0
2261 # Check whether --enable-shared or --disable-shared was given.
2262if test "${enable_shared+set}" = set; then
2263 enableval="$enable_shared"
698dcdb6 2264
10f2d63a
VZ
2265 if test "$enableval" = yes; then
2266 ac_cv_use_shared='wxUSE_SHARED=yes'
2267 else
2268 ac_cv_use_shared='wxUSE_SHARED=no'
2269 fi
698dcdb6 2270
10f2d63a 2271else
698dcdb6 2272
10f2d63a
VZ
2273 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2274 if test "x$LINE" != x ; then
2275 eval "DEFAULT_$LINE"
2276 else
2277 no_cache=1
2278 fi
2279
2280 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
698dcdb6
VZ
2281
2282fi
10f2d63a
VZ
2283
2284
2285 eval "$ac_cv_use_shared"
2286 if test "$no_cache" != 1; then
2287 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2288 fi
2289
2290 if test "$wxUSE_SHARED" = yes; then
698dcdb6 2291 echo "$ac_t""yes" 1>&6
10f2d63a 2292 else
698dcdb6 2293 echo "$ac_t""no" 1>&6
10f2d63a 2294 fi
698dcdb6 2295
10f2d63a 2296
698dcdb6 2297 echo $ac_n "checking for --enable-burnt_name""... $ac_c" 1>&6
2389f33b 2298echo "configure:2299: checking for --enable-burnt_name" >&5
00cf1208
RR
2299 no_cache=0
2300 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2301if test "${enable_burnt_name+set}" = set; then
2302 enableval="$enable_burnt_name"
698dcdb6 2303
00cf1208
RR
2304 if test "$enableval" = yes; then
2305 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes'
2306 else
2307 ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no'
2308 fi
698dcdb6 2309
00cf1208 2310else
698dcdb6 2311
00cf1208
RR
2312 LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2313 if test "x$LINE" != x ; then
2314 eval "DEFAULT_$LINE"
2315 else
2316 no_cache=1
2317 fi
2318
2319 ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
698dcdb6
VZ
2320
2321fi
00cf1208
RR
2322
2323
2324 eval "$ac_cv_use_burnt_name"
2325 if test "$no_cache" != 1; then
2326 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2327 fi
2328
2329 if test "$wxUSE_BURNT_NAME" = yes; then
698dcdb6 2330 echo "$ac_t""yes" 1>&6
00cf1208 2331 else
698dcdb6 2332 echo "$ac_t""no" 1>&6
00cf1208 2333 fi
698dcdb6 2334
00cf1208 2335
698dcdb6 2336 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2389f33b 2337echo "configure:2338: checking for --enable-optimise" >&5
10f2d63a
VZ
2338 no_cache=0
2339 # Check whether --enable-optimise or --disable-optimise was given.
2340if test "${enable_optimise+set}" = set; then
2341 enableval="$enable_optimise"
698dcdb6 2342
10f2d63a
VZ
2343 if test "$enableval" = yes; then
2344 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2345 else
2346 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2347 fi
698dcdb6 2348
10f2d63a 2349else
698dcdb6 2350
10f2d63a
VZ
2351 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2352 if test "x$LINE" != x ; then
2353 eval "DEFAULT_$LINE"
2354 else
2355 no_cache=1
2356 fi
2357
2358 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
698dcdb6
VZ
2359
2360fi
10f2d63a
VZ
2361
2362
2363 eval "$ac_cv_use_optimise"
2364 if test "$no_cache" != 1; then
2365 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2366 fi
2367
2368 if test "$wxUSE_OPTIMISE" = yes; then
698dcdb6 2369 echo "$ac_t""yes" 1>&6
10f2d63a 2370 else
698dcdb6 2371 echo "$ac_t""no" 1>&6
10f2d63a 2372 fi
698dcdb6 2373
10f2d63a 2374
698dcdb6 2375 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2389f33b 2376echo "configure:2377: checking for --enable-debug" >&5
10f2d63a
VZ
2377 no_cache=0
2378 # Check whether --enable-debug or --disable-debug was given.
2379if test "${enable_debug+set}" = set; then
2380 enableval="$enable_debug"
698dcdb6 2381
10f2d63a
VZ
2382 if test "$enableval" = yes; then
2383 ac_cv_use_debug='wxUSE_DEBUG=yes'
2384 else
2385 ac_cv_use_debug='wxUSE_DEBUG=no'
2386 fi
698dcdb6 2387
10f2d63a 2388else
698dcdb6 2389
10f2d63a
VZ
2390 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2391 if test "x$LINE" != x ; then
2392 eval "DEFAULT_$LINE"
2393 else
2394 no_cache=1
2395 fi
2396
2397 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
698dcdb6
VZ
2398
2399fi
10f2d63a
VZ
2400
2401
2402 eval "$ac_cv_use_debug"
2403 if test "$no_cache" != 1; then
2404 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2405 fi
2406
2407 if test "$wxUSE_DEBUG" = yes; then
698dcdb6 2408 echo "$ac_t""yes" 1>&6
10f2d63a 2409 else
698dcdb6 2410 echo "$ac_t""no" 1>&6
10f2d63a 2411 fi
698dcdb6 2412
10f2d63a
VZ
2413
2414if test "$wxUSE_DEBUG" = "yes"; then
2415 DEFAULT_wxUSE_DEBUG_FLAG=yes
2416 DEFAULT_wxUSE_DEBUG_INFO=yes
2417elif test "$wxUSE_DEBUG" = "no"; then
2418 DEFAULT_wxUSE_DEBUG_FLAG=no
2419 DEFAULT_wxUSE_DEBUG_INFO=no
2420fi
2421
698dcdb6
VZ
2422
2423 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2389f33b 2424echo "configure:2425: checking for --enable-debug_flag" >&5
10f2d63a
VZ
2425 no_cache=0
2426 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2427if test "${enable_debug_flag+set}" = set; then
2428 enableval="$enable_debug_flag"
698dcdb6 2429
10f2d63a
VZ
2430 if test "$enableval" = yes; then
2431 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2432 else
2433 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2434 fi
698dcdb6 2435
10f2d63a 2436else
698dcdb6 2437
10f2d63a
VZ
2438 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2439 if test "x$LINE" != x ; then
2440 eval "DEFAULT_$LINE"
2441 else
2442 no_cache=1
2443 fi
2444
2445 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
698dcdb6
VZ
2446
2447fi
10f2d63a
VZ
2448
2449
2450 eval "$ac_cv_use_debug_flag"
2451 if test "$no_cache" != 1; then
2452 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2453 fi
2454
2455 if test "$wxUSE_DEBUG_FLAG" = yes; then
698dcdb6 2456 echo "$ac_t""yes" 1>&6
10f2d63a 2457 else
698dcdb6 2458 echo "$ac_t""no" 1>&6
10f2d63a 2459 fi
698dcdb6 2460
10f2d63a 2461
698dcdb6 2462 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2389f33b 2463echo "configure:2464: checking for --enable-debug_info" >&5
10f2d63a
VZ
2464 no_cache=0
2465 # Check whether --enable-debug_info or --disable-debug_info was given.
2466if test "${enable_debug_info+set}" = set; then
2467 enableval="$enable_debug_info"
698dcdb6 2468
10f2d63a
VZ
2469 if test "$enableval" = yes; then
2470 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2471 else
2472 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2473 fi
698dcdb6 2474
10f2d63a 2475else
698dcdb6 2476
10f2d63a
VZ
2477 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2478 if test "x$LINE" != x ; then
2479 eval "DEFAULT_$LINE"
2480 else
2481 no_cache=1
2482 fi
2483
2484 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
698dcdb6
VZ
2485
2486fi
10f2d63a
VZ
2487
2488
2489 eval "$ac_cv_use_debug_info"
2490 if test "$no_cache" != 1; then
2491 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2492 fi
2493
2494 if test "$wxUSE_DEBUG_INFO" = yes; then
698dcdb6 2495 echo "$ac_t""yes" 1>&6
10f2d63a 2496 else
698dcdb6 2497 echo "$ac_t""no" 1>&6
10f2d63a 2498 fi
698dcdb6 2499
10f2d63a 2500
698dcdb6 2501 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2389f33b 2502echo "configure:2503: checking for --enable-debug_gdb" >&5
10f2d63a
VZ
2503 no_cache=0
2504 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2505if test "${enable_debug_gdb+set}" = set; then
2506 enableval="$enable_debug_gdb"
698dcdb6 2507
10f2d63a
VZ
2508 if test "$enableval" = yes; then
2509 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2510 else
2511 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2512 fi
698dcdb6 2513
10f2d63a 2514else
698dcdb6 2515
10f2d63a
VZ
2516 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2517 if test "x$LINE" != x ; then
2518 eval "DEFAULT_$LINE"
2519 else
2520 no_cache=1
2521 fi
2522
2523 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
698dcdb6
VZ
2524
2525fi
10f2d63a
VZ
2526
2527
2528 eval "$ac_cv_use_debug_gdb"
2529 if test "$no_cache" != 1; then
2530 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2531 fi
2532
2533 if test "$wxUSE_DEBUG_GDB" = yes; then
698dcdb6 2534 echo "$ac_t""yes" 1>&6
10f2d63a 2535 else
698dcdb6 2536 echo "$ac_t""no" 1>&6
10f2d63a 2537 fi
698dcdb6 2538
10f2d63a 2539
698dcdb6 2540 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2389f33b 2541echo "configure:2542: checking for --enable-debug_cntxt" >&5
10f2d63a
VZ
2542 no_cache=0
2543 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2544if test "${enable_debug_cntxt+set}" = set; then
2545 enableval="$enable_debug_cntxt"
698dcdb6 2546
10f2d63a
VZ
2547 if test "$enableval" = yes; then
2548 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2549 else
2550 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2551 fi
698dcdb6 2552
10f2d63a 2553else
698dcdb6 2554
10f2d63a
VZ
2555 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2556 if test "x$LINE" != x ; then
2557 eval "DEFAULT_$LINE"
2558 else
2559 no_cache=1
2560 fi
2561
2562 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
698dcdb6
VZ
2563
2564fi
10f2d63a
VZ
2565
2566
2567 eval "$ac_cv_use_debug_cntxt"
2568 if test "$no_cache" != 1; then
2569 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2570 fi
2571
2572 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
698dcdb6 2573 echo "$ac_t""yes" 1>&6
10f2d63a 2574 else
698dcdb6 2575 echo "$ac_t""no" 1>&6
10f2d63a 2576 fi
698dcdb6 2577
10f2d63a 2578
698dcdb6 2579 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2389f33b 2580echo "configure:2581: checking for --enable-mem_tracing" >&5
10f2d63a
VZ
2581 no_cache=0
2582 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2583if test "${enable_mem_tracing+set}" = set; then
2584 enableval="$enable_mem_tracing"
698dcdb6 2585
10f2d63a
VZ
2586 if test "$enableval" = yes; then
2587 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2588 else
2589 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2590 fi
698dcdb6 2591
10f2d63a 2592else
698dcdb6 2593
10f2d63a
VZ
2594 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x ; then
2596 eval "DEFAULT_$LINE"
2597 else
2598 no_cache=1
2599 fi
2600
2601 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
698dcdb6
VZ
2602
2603fi
10f2d63a
VZ
2604
2605
2606 eval "$ac_cv_use_mem_tracing"
2607 if test "$no_cache" != 1; then
2608 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2609 fi
2610
2611 if test "$wxUSE_MEM_TRACING" = yes; then
698dcdb6 2612 echo "$ac_t""yes" 1>&6
10f2d63a 2613 else
698dcdb6 2614 echo "$ac_t""no" 1>&6
10f2d63a 2615 fi
698dcdb6 2616
10f2d63a 2617
698dcdb6 2618 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2389f33b 2619echo "configure:2620: checking for --enable-profile" >&5
10f2d63a
VZ
2620 no_cache=0
2621 # Check whether --enable-profile or --disable-profile was given.
2622if test "${enable_profile+set}" = set; then
2623 enableval="$enable_profile"
698dcdb6 2624
10f2d63a
VZ
2625 if test "$enableval" = yes; then
2626 ac_cv_use_profile='wxUSE_PROFILE=yes'
2627 else
2628 ac_cv_use_profile='wxUSE_PROFILE=no'
2629 fi
698dcdb6 2630
10f2d63a 2631else
698dcdb6 2632
10f2d63a
VZ
2633 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2634 if test "x$LINE" != x ; then
2635 eval "DEFAULT_$LINE"
2636 else
2637 no_cache=1
2638 fi
2639
2640 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
698dcdb6
VZ
2641
2642fi
10f2d63a
VZ
2643
2644
2645 eval "$ac_cv_use_profile"
2646 if test "$no_cache" != 1; then
2647 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2648 fi
2649
2650 if test "$wxUSE_PROFILE" = yes; then
698dcdb6 2651 echo "$ac_t""yes" 1>&6
10f2d63a 2652 else
698dcdb6 2653 echo "$ac_t""no" 1>&6
10f2d63a 2654 fi
698dcdb6 2655
10f2d63a 2656
698dcdb6 2657 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2389f33b 2658echo "configure:2659: checking for --enable-no_rtti" >&5
10f2d63a
VZ
2659 no_cache=0
2660 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2661if test "${enable_no_rtti+set}" = set; then
2662 enableval="$enable_no_rtti"
698dcdb6 2663
10f2d63a
VZ
2664 if test "$enableval" = yes; then
2665 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2666 else
2667 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2668 fi
698dcdb6 2669
10f2d63a 2670else
698dcdb6 2671
10f2d63a
VZ
2672 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2673 if test "x$LINE" != x ; then
2674 eval "DEFAULT_$LINE"
2675 else
2676 no_cache=1
2677 fi
2678
2679 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
698dcdb6
VZ
2680
2681fi
10f2d63a
VZ
2682
2683
2684 eval "$ac_cv_use_no_rtti"
2685 if test "$no_cache" != 1; then
2686 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2687 fi
2688
2689 if test "$wxUSE_NO_RTTI" = yes; then
698dcdb6 2690 echo "$ac_t""yes" 1>&6
10f2d63a 2691 else
698dcdb6 2692 echo "$ac_t""no" 1>&6
10f2d63a 2693 fi
698dcdb6 2694
10f2d63a 2695
698dcdb6 2696 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2389f33b 2697echo "configure:2698: checking for --enable-no_exceptions" >&5
10f2d63a
VZ
2698 no_cache=0
2699 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2700if test "${enable_no_exceptions+set}" = set; then
2701 enableval="$enable_no_exceptions"
698dcdb6 2702
10f2d63a
VZ
2703 if test "$enableval" = yes; then
2704 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2705 else
2706 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2707 fi
698dcdb6 2708
10f2d63a 2709else
698dcdb6 2710
10f2d63a
VZ
2711 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2712 if test "x$LINE" != x ; then
2713 eval "DEFAULT_$LINE"
2714 else
2715 no_cache=1
2716 fi
2717
2718 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
698dcdb6
VZ
2719
2720fi
10f2d63a
VZ
2721
2722
2723 eval "$ac_cv_use_no_exceptions"
2724 if test "$no_cache" != 1; then
2725 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2726 fi
2727
2728 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
698dcdb6 2729 echo "$ac_t""yes" 1>&6
10f2d63a 2730 else
698dcdb6 2731 echo "$ac_t""no" 1>&6
10f2d63a 2732 fi
698dcdb6 2733
10f2d63a 2734
698dcdb6 2735 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2389f33b 2736echo "configure:2737: checking for --enable-permissive" >&5
10f2d63a
VZ
2737 no_cache=0
2738 # Check whether --enable-permissive or --disable-permissive was given.
2739if test "${enable_permissive+set}" = set; then
2740 enableval="$enable_permissive"
698dcdb6 2741
10f2d63a
VZ
2742 if test "$enableval" = yes; then
2743 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2744 else
2745 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2746 fi
698dcdb6 2747
10f2d63a 2748else
698dcdb6 2749
10f2d63a
VZ
2750 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2751 if test "x$LINE" != x ; then
2752 eval "DEFAULT_$LINE"
2753 else
2754 no_cache=1
2755 fi
2756
2757 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
698dcdb6
VZ
2758
2759fi
10f2d63a
VZ
2760
2761
2762 eval "$ac_cv_use_permissive"
2763 if test "$no_cache" != 1; then
2764 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2765 fi
2766
2767 if test "$wxUSE_PERMISSIVE" = yes; then
698dcdb6 2768 echo "$ac_t""yes" 1>&6
10f2d63a 2769 else
698dcdb6 2770 echo "$ac_t""no" 1>&6
10f2d63a 2771 fi
698dcdb6 2772
10f2d63a 2773
698dcdb6 2774 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2389f33b 2775echo "configure:2776: checking for --enable-no_deps" >&5
10f2d63a
VZ
2776 no_cache=0
2777 # Check whether --enable-no_deps or --disable-no_deps was given.
2778if test "${enable_no_deps+set}" = set; then
2779 enableval="$enable_no_deps"
698dcdb6 2780
10f2d63a
VZ
2781 if test "$enableval" = yes; then
2782 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2783 else
2784 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2785 fi
698dcdb6 2786
10f2d63a 2787else
698dcdb6 2788
10f2d63a
VZ
2789 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2790 if test "x$LINE" != x ; then
2791 eval "DEFAULT_$LINE"
2792 else
2793 no_cache=1
2794 fi
2795
2796 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
698dcdb6
VZ
2797
2798fi
10f2d63a
VZ
2799
2800
2801 eval "$ac_cv_use_no_deps"
2802 if test "$no_cache" != 1; then
2803 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2804 fi
2805
2806 if test "$wxUSE_NO_DEPS" = yes; then
698dcdb6 2807 echo "$ac_t""yes" 1>&6
10f2d63a 2808 else
698dcdb6 2809 echo "$ac_t""no" 1>&6
10f2d63a 2810 fi
698dcdb6
VZ
2811
2812
10f2d63a 2813
54276ccf 2814 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2389f33b 2815echo "configure:2816: checking for --enable-compat20" >&5
54276ccf
VZ
2816 no_cache=0
2817 # Check whether --enable-compat20 or --disable-compat20 was given.
2818if test "${enable_compat20+set}" = set; then
2819 enableval="$enable_compat20"
2820
2821 if test "$enableval" = yes; then
2822 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2823 else
2824 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2825 fi
2826
2827else
2828
2829 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2830 if test "x$LINE" != x ; then
2831 eval "DEFAULT_$LINE"
2832 else
2833 no_cache=1
2834 fi
2835
2836 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2837
2838fi
2839
2840
2841 eval "$ac_cv_use_compat20"
2842 if test "$no_cache" != 1; then
2843 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2844 fi
2845
2846 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2847 echo "$ac_t""yes" 1>&6
2848 else
2849 echo "$ac_t""no" 1>&6
2850 fi
2851
2852
2853 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2389f33b 2854echo "configure:2855: checking for --enable-compat22" >&5
54276ccf
VZ
2855 no_cache=0
2856 # Check whether --enable-compat22 or --disable-compat22 was given.
2857if test "${enable_compat22+set}" = set; then
2858 enableval="$enable_compat22"
2859
2860 if test "$enableval" = yes; then
2861 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2862 else
2863 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2864 fi
2865
2866else
2867
2868 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2869 if test "x$LINE" != x ; then
2870 eval "DEFAULT_$LINE"
2871 else
2872 no_cache=1
2873 fi
2874
2875 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2876
2877fi
2878
2879
2880 eval "$ac_cv_use_compat22"
2881 if test "$no_cache" != 1; then
2882 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2883 fi
2884
2885 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2886 echo "$ac_t""yes" 1>&6
2887 else
2888 echo "$ac_t""no" 1>&6
2889 fi
2890
2891
2892
698dcdb6
VZ
2893
2894 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2389f33b 2895echo "configure:2896: checking for --enable-intl" >&5
10f2d63a
VZ
2896 no_cache=0
2897 # Check whether --enable-intl or --disable-intl was given.
2898if test "${enable_intl+set}" = set; then
2899 enableval="$enable_intl"
698dcdb6 2900
10f2d63a
VZ
2901 if test "$enableval" = yes; then
2902 ac_cv_use_intl='wxUSE_INTL=yes'
2903 else
2904 ac_cv_use_intl='wxUSE_INTL=no'
2905 fi
698dcdb6 2906
10f2d63a 2907else
698dcdb6 2908
10f2d63a
VZ
2909 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2910 if test "x$LINE" != x ; then
2911 eval "DEFAULT_$LINE"
2912 else
2913 no_cache=1
2914 fi
2915
2916 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
698dcdb6
VZ
2917
2918fi
10f2d63a
VZ
2919
2920
2921 eval "$ac_cv_use_intl"
2922 if test "$no_cache" != 1; then
2923 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2924 fi
2925
2926 if test "$wxUSE_INTL" = yes; then
698dcdb6 2927 echo "$ac_t""yes" 1>&6
10f2d63a 2928 else
698dcdb6 2929 echo "$ac_t""no" 1>&6
10f2d63a 2930 fi
698dcdb6 2931
10f2d63a 2932
698dcdb6 2933 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2389f33b 2934echo "configure:2935: checking for --enable-config" >&5
10f2d63a
VZ
2935 no_cache=0
2936 # Check whether --enable-config or --disable-config was given.
2937if test "${enable_config+set}" = set; then
2938 enableval="$enable_config"
698dcdb6 2939
10f2d63a
VZ
2940 if test "$enableval" = yes; then
2941 ac_cv_use_config='wxUSE_CONFIG=yes'
2942 else
2943 ac_cv_use_config='wxUSE_CONFIG=no'
2944 fi
698dcdb6 2945
10f2d63a 2946else
698dcdb6 2947
10f2d63a
VZ
2948 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2949 if test "x$LINE" != x ; then
2950 eval "DEFAULT_$LINE"
2951 else
2952 no_cache=1
2953 fi
2954
2955 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
698dcdb6
VZ
2956
2957fi
10f2d63a
VZ
2958
2959
2960 eval "$ac_cv_use_config"
2961 if test "$no_cache" != 1; then
2962 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2963 fi
2964
2965 if test "$wxUSE_CONFIG" = yes; then
698dcdb6 2966 echo "$ac_t""yes" 1>&6
10f2d63a 2967 else
698dcdb6 2968 echo "$ac_t""no" 1>&6
10f2d63a 2969 fi
698dcdb6
VZ
2970
2971
b12915c1 2972
698dcdb6 2973 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
2389f33b 2974echo "configure:2975: checking for --enable-sockets" >&5
10f2d63a
VZ
2975 no_cache=0
2976 # Check whether --enable-sockets or --disable-sockets was given.
2977if test "${enable_sockets+set}" = set; then
2978 enableval="$enable_sockets"
698dcdb6 2979
10f2d63a
VZ
2980 if test "$enableval" = yes; then
2981 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
2982 else
2983 ac_cv_use_sockets='wxUSE_SOCKETS=no'
2984 fi
698dcdb6 2985
10f2d63a 2986else
698dcdb6 2987
10f2d63a
VZ
2988 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2989 if test "x$LINE" != x ; then
2990 eval "DEFAULT_$LINE"
2991 else
2992 no_cache=1
2993 fi
2994
2995 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
698dcdb6
VZ
2996
2997fi
10f2d63a
VZ
2998
2999
3000 eval "$ac_cv_use_sockets"
3001 if test "$no_cache" != 1; then
3002 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3003 fi
3004
3005 if test "$wxUSE_SOCKETS" = yes; then
698dcdb6 3006 echo "$ac_t""yes" 1>&6
10f2d63a 3007 else
698dcdb6 3008 echo "$ac_t""no" 1>&6
10f2d63a 3009 fi
698dcdb6 3010
b12915c1 3011
698dcdb6
VZ
3012
3013 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
2389f33b 3014echo "configure:3015: checking for --enable-ipc" >&5
10f2d63a 3015 no_cache=0
eb4efbdc
VZ
3016 # Check whether --enable-ipc or --disable-ipc was given.
3017if test "${enable_ipc+set}" = set; then
3018 enableval="$enable_ipc"
698dcdb6 3019
10f2d63a 3020 if test "$enableval" = yes; then
eb4efbdc 3021 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 3022 else
eb4efbdc 3023 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a 3024 fi
698dcdb6 3025
10f2d63a 3026else
698dcdb6 3027
eb4efbdc 3028 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
3029 if test "x$LINE" != x ; then
3030 eval "DEFAULT_$LINE"
3031 else
3032 no_cache=1
3033 fi
3034
eb4efbdc 3035 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
698dcdb6
VZ
3036
3037fi
10f2d63a
VZ
3038
3039
eb4efbdc 3040 eval "$ac_cv_use_ipc"
10f2d63a 3041 if test "$no_cache" != 1; then
eb4efbdc 3042 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3043 fi
3044
eb4efbdc 3045 if test "$wxUSE_IPC" = yes; then
698dcdb6 3046 echo "$ac_t""yes" 1>&6
10f2d63a 3047 else
698dcdb6 3048 echo "$ac_t""no" 1>&6
10f2d63a 3049 fi
698dcdb6
VZ
3050
3051
eb4efbdc 3052
1e6feb95 3053 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
2389f33b 3054echo "configure:3055: checking for --enable-cmdline" >&5
1e6feb95
VZ
3055 no_cache=0
3056 # Check whether --enable-cmdline or --disable-cmdline was given.
3057if test "${enable_cmdline+set}" = set; then
3058 enableval="$enable_cmdline"
3059
3060 if test "$enableval" = yes; then
3061 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3062 else
3063 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3064 fi
3065
3066else
3067
3068 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3069 if test "x$LINE" != x ; then
3070 eval "DEFAULT_$LINE"
3071 else
3072 no_cache=1
3073 fi
3074
3075 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3076
3077fi
3078
3079
3080 eval "$ac_cv_use_cmdline"
3081 if test "$no_cache" != 1; then
3082 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3083 fi
3084
3085 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3086 echo "$ac_t""yes" 1>&6
3087 else
3088 echo "$ac_t""no" 1>&6
3089 fi
3090
3091
3092 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
2389f33b 3093echo "configure:3094: checking for --enable-datetime" >&5
1e6feb95
VZ
3094 no_cache=0
3095 # Check whether --enable-datetime or --disable-datetime was given.
3096if test "${enable_datetime+set}" = set; then
3097 enableval="$enable_datetime"
3098
3099 if test "$enableval" = yes; then
3100 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3101 else
3102 ac_cv_use_datetime='wxUSE_DATETIME=no'
3103 fi
3104
3105else
3106
3107 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3108 if test "x$LINE" != x ; then
3109 eval "DEFAULT_$LINE"
3110 else
3111 no_cache=1
3112 fi
3113
3114 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3115
3116fi
3117
3118
3119 eval "$ac_cv_use_datetime"
3120 if test "$no_cache" != 1; then
3121 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3122 fi
3123
3124 if test "$wxUSE_DATETIME" = yes; then
3125 echo "$ac_t""yes" 1>&6
3126 else
3127 echo "$ac_t""no" 1>&6
3128 fi
3129
3130
3131 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
2389f33b 3132echo "configure:3133: checking for --enable-timedate" >&5
1e6feb95
VZ
3133 no_cache=0
3134 # Check whether --enable-timedate or --disable-timedate was given.
3135if test "${enable_timedate+set}" = set; then
3136 enableval="$enable_timedate"
3137
3138 if test "$enableval" = yes; then
3139 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3140 else
3141 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3142 fi
3143
3144else
3145
3146 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3147 if test "x$LINE" != x ; then
3148 eval "DEFAULT_$LINE"
3149 else
3150 no_cache=1
3151 fi
3152
3153 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3154
3155fi
3156
3157
3158 eval "$ac_cv_use_timedate"
3159 if test "$no_cache" != 1; then
3160 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3161 fi
3162
3163 if test "$wxUSE_TIMEDATE" = yes; then
3164 echo "$ac_t""yes" 1>&6
3165 else
3166 echo "$ac_t""no" 1>&6
3167 fi
3168
3169
3170 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
2389f33b 3171echo "configure:3172: checking for --enable-stopwatch" >&5
1e6feb95
VZ
3172 no_cache=0
3173 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3174if test "${enable_stopwatch+set}" = set; then
3175 enableval="$enable_stopwatch"
3176
3177 if test "$enableval" = yes; then
3178 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3179 else
3180 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3181 fi
3182
3183else
3184
3185 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3186 if test "x$LINE" != x ; then
3187 eval "DEFAULT_$LINE"
3188 else
3189 no_cache=1
3190 fi
3191
3192 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3193
3194fi
3195
3196
3197 eval "$ac_cv_use_stopwatch"
3198 if test "$no_cache" != 1; then
3199 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3200 fi
3201
3202 if test "$wxUSE_STOPWATCH" = yes; then
3203 echo "$ac_t""yes" 1>&6
3204 else
3205 echo "$ac_t""no" 1>&6
3206 fi
3207
3208
698dcdb6 3209 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
2389f33b 3210echo "configure:3211: checking for --enable-dialupman" >&5
10f2d63a 3211 no_cache=0
eb4efbdc
VZ
3212 # Check whether --enable-dialupman or --disable-dialupman was given.
3213if test "${enable_dialupman+set}" = set; then
3214 enableval="$enable_dialupman"
698dcdb6 3215
10f2d63a 3216 if test "$enableval" = yes; then
eb4efbdc 3217 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 3218 else
eb4efbdc 3219 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a 3220 fi
698dcdb6 3221
10f2d63a 3222else
698dcdb6 3223
eb4efbdc 3224 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
3225 if test "x$LINE" != x ; then
3226 eval "DEFAULT_$LINE"
3227 else
3228 no_cache=1
3229 fi
3230
eb4efbdc 3231 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
698dcdb6
VZ
3232
3233fi
10f2d63a
VZ
3234
3235
eb4efbdc 3236 eval "$ac_cv_use_dialupman"
10f2d63a 3237 if test "$no_cache" != 1; then
eb4efbdc 3238 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3239 fi
3240
eb4efbdc 3241 if test "$wxUSE_DIALUP_MANAGER" = yes; then
698dcdb6 3242 echo "$ac_t""yes" 1>&6
10f2d63a 3243 else
698dcdb6 3244 echo "$ac_t""no" 1>&6
10f2d63a 3245 fi
698dcdb6 3246
10f2d63a 3247
698dcdb6 3248 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
2389f33b 3249echo "configure:3250: checking for --enable-apple_ieee" >&5
10f2d63a
VZ
3250 no_cache=0
3251 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3252if test "${enable_apple_ieee+set}" = set; then
3253 enableval="$enable_apple_ieee"
698dcdb6 3254
10f2d63a
VZ
3255 if test "$enableval" = yes; then
3256 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3257 else
3258 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3259 fi
698dcdb6 3260
10f2d63a 3261else
698dcdb6 3262
10f2d63a
VZ
3263 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3264 if test "x$LINE" != x ; then
3265 eval "DEFAULT_$LINE"
3266 else
3267 no_cache=1
3268 fi
3269
3270 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
698dcdb6
VZ
3271
3272fi
10f2d63a
VZ
3273
3274
3275 eval "$ac_cv_use_apple_ieee"
3276 if test "$no_cache" != 1; then
3277 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3278 fi
3279
3280 if test "$wxUSE_APPLE_IEEE" = yes; then
698dcdb6 3281 echo "$ac_t""yes" 1>&6
10f2d63a 3282 else
698dcdb6 3283 echo "$ac_t""no" 1>&6
10f2d63a 3284 fi
698dcdb6 3285
10f2d63a 3286
1e6feb95 3287 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
2389f33b 3288echo "configure:3289: checking for --enable-timer" >&5
10f2d63a 3289 no_cache=0
1e6feb95
VZ
3290 # Check whether --enable-timer or --disable-timer was given.
3291if test "${enable_timer+set}" = set; then
3292 enableval="$enable_timer"
698dcdb6 3293
10f2d63a 3294 if test "$enableval" = yes; then
1e6feb95 3295 ac_cv_use_timer='wxUSE_TIMER=yes'
10f2d63a 3296 else
1e6feb95 3297 ac_cv_use_timer='wxUSE_TIMER=no'
10f2d63a 3298 fi
698dcdb6 3299
10f2d63a 3300else
698dcdb6 3301
1e6feb95 3302 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
10f2d63a
VZ
3303 if test "x$LINE" != x ; then
3304 eval "DEFAULT_$LINE"
3305 else
3306 no_cache=1
3307 fi
3308
1e6feb95 3309 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
698dcdb6
VZ
3310
3311fi
10f2d63a
VZ
3312
3313
1e6feb95 3314 eval "$ac_cv_use_timer"
10f2d63a 3315 if test "$no_cache" != 1; then
1e6feb95 3316 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3317 fi
3318
1e6feb95 3319 if test "$wxUSE_TIMER" = yes; then
698dcdb6 3320 echo "$ac_t""yes" 1>&6
10f2d63a 3321 else
698dcdb6 3322 echo "$ac_t""no" 1>&6
10f2d63a 3323 fi
698dcdb6 3324
10f2d63a 3325
698dcdb6 3326 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
2389f33b 3327echo "configure:3328: checking for --enable-wave" >&5
10f2d63a
VZ
3328 no_cache=0
3329 # Check whether --enable-wave or --disable-wave was given.
3330if test "${enable_wave+set}" = set; then
3331 enableval="$enable_wave"
698dcdb6 3332
10f2d63a
VZ
3333 if test "$enableval" = yes; then
3334 ac_cv_use_wave='wxUSE_WAVE=yes'
3335 else
3336 ac_cv_use_wave='wxUSE_WAVE=no'
3337 fi
698dcdb6 3338
10f2d63a 3339else
698dcdb6 3340
10f2d63a
VZ
3341 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3342 if test "x$LINE" != x ; then
3343 eval "DEFAULT_$LINE"
3344 else
3345 no_cache=1
3346 fi
3347
3348 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
698dcdb6
VZ
3349
3350fi
10f2d63a
VZ
3351
3352
3353 eval "$ac_cv_use_wave"
3354 if test "$no_cache" != 1; then
3355 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3356 fi
3357
3358 if test "$wxUSE_WAVE" = yes; then
698dcdb6 3359 echo "$ac_t""yes" 1>&6
10f2d63a 3360 else
698dcdb6 3361 echo "$ac_t""no" 1>&6
10f2d63a 3362 fi
698dcdb6 3363
10f2d63a 3364
698dcdb6 3365 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
2389f33b 3366echo "configure:3367: checking for --enable-fraction" >&5
10f2d63a
VZ
3367 no_cache=0
3368 # Check whether --enable-fraction or --disable-fraction was given.
3369if test "${enable_fraction+set}" = set; then
3370 enableval="$enable_fraction"
698dcdb6 3371
10f2d63a
VZ
3372 if test "$enableval" = yes; then
3373 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3374 else
3375 ac_cv_use_fraction='wxUSE_FRACTION=no'
3376 fi
698dcdb6 3377
10f2d63a 3378else
698dcdb6 3379
10f2d63a
VZ
3380 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3381 if test "x$LINE" != x ; then
3382 eval "DEFAULT_$LINE"
3383 else
3384 no_cache=1
3385 fi
3386
3387 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
698dcdb6
VZ
3388
3389fi
10f2d63a
VZ
3390
3391
3392 eval "$ac_cv_use_fraction"
3393 if test "$no_cache" != 1; then
3394 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3395 fi
3396
3397 if test "$wxUSE_FRACTION" = yes; then
698dcdb6 3398 echo "$ac_t""yes" 1>&6
10f2d63a 3399 else
698dcdb6 3400 echo "$ac_t""no" 1>&6
10f2d63a 3401 fi
698dcdb6 3402
10f2d63a 3403
698dcdb6 3404 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
2389f33b 3405echo "configure:3406: checking for --enable-dynlib" >&5
10f2d63a
VZ
3406 no_cache=0
3407 # Check whether --enable-dynlib or --disable-dynlib was given.
3408if test "${enable_dynlib+set}" = set; then
3409 enableval="$enable_dynlib"
698dcdb6 3410
10f2d63a
VZ
3411 if test "$enableval" = yes; then
3412 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3413 else
3414 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3415 fi
698dcdb6 3416
10f2d63a 3417else
698dcdb6 3418
10f2d63a
VZ
3419 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3420 if test "x$LINE" != x ; then
3421 eval "DEFAULT_$LINE"
3422 else
3423 no_cache=1
3424 fi
3425
3426 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
698dcdb6
VZ
3427
3428fi
10f2d63a
VZ
3429
3430
3431 eval "$ac_cv_use_dynlib"
3432 if test "$no_cache" != 1; then
3433 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3434 fi
3435
3436 if test "$wxUSE_DYNLIB_CLASS" = yes; then
698dcdb6 3437 echo "$ac_t""yes" 1>&6
10f2d63a 3438 else
698dcdb6 3439 echo "$ac_t""no" 1>&6
10f2d63a 3440 fi
698dcdb6 3441
10f2d63a 3442
698dcdb6 3443 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
2389f33b 3444echo "configure:3445: checking for --enable-longlong" >&5
10f2d63a
VZ
3445 no_cache=0
3446 # Check whether --enable-longlong or --disable-longlong was given.
3447if test "${enable_longlong+set}" = set; then
3448 enableval="$enable_longlong"
698dcdb6 3449
10f2d63a
VZ
3450 if test "$enableval" = yes; then
3451 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3452 else
3453 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3454 fi
698dcdb6 3455
10f2d63a 3456else
698dcdb6 3457
10f2d63a
VZ
3458 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3459 if test "x$LINE" != x ; then
3460 eval "DEFAULT_$LINE"
3461 else
3462 no_cache=1
3463 fi
3464
3465 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
698dcdb6
VZ
3466
3467fi
10f2d63a
VZ
3468
3469
3470 eval "$ac_cv_use_longlong"
3471 if test "$no_cache" != 1; then
3472 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3473 fi
3474
3475 if test "$wxUSE_LONGLONG" = yes; then
698dcdb6 3476 echo "$ac_t""yes" 1>&6
10f2d63a 3477 else
698dcdb6 3478 echo "$ac_t""no" 1>&6
10f2d63a 3479 fi
698dcdb6 3480
10f2d63a 3481
698dcdb6 3482 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
2389f33b 3483echo "configure:3484: checking for --enable-geometry" >&5
e8f65ba6
RR
3484 no_cache=0
3485 # Check whether --enable-geometry or --disable-geometry was given.
3486if test "${enable_geometry+set}" = set; then
3487 enableval="$enable_geometry"
698dcdb6 3488
e8f65ba6
RR
3489 if test "$enableval" = yes; then
3490 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3491 else
3492 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3493 fi
698dcdb6 3494
e8f65ba6 3495else
698dcdb6 3496
e8f65ba6
RR
3497 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3498 if test "x$LINE" != x ; then
3499 eval "DEFAULT_$LINE"
3500 else
3501 no_cache=1
3502 fi
3503
3504 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
698dcdb6
VZ
3505
3506fi
e8f65ba6
RR
3507
3508
3509 eval "$ac_cv_use_geometry"
3510 if test "$no_cache" != 1; then
3511 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3512 fi
3513
3514 if test "$wxUSE_GEOMETRY" = yes; then
698dcdb6 3515 echo "$ac_t""yes" 1>&6
e8f65ba6 3516 else
698dcdb6 3517 echo "$ac_t""no" 1>&6
e8f65ba6 3518 fi
698dcdb6 3519
e8f65ba6 3520
698dcdb6 3521 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
2389f33b 3522echo "configure:3523: checking for --enable-log" >&5
10f2d63a
VZ
3523 no_cache=0
3524 # Check whether --enable-log or --disable-log was given.
3525if test "${enable_log+set}" = set; then
3526 enableval="$enable_log"
698dcdb6 3527
10f2d63a
VZ
3528 if test "$enableval" = yes; then
3529 ac_cv_use_log='wxUSE_LOG=yes'
3530 else
3531 ac_cv_use_log='wxUSE_LOG=no'
3532 fi
698dcdb6 3533
10f2d63a 3534else
698dcdb6 3535
10f2d63a
VZ
3536 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3537 if test "x$LINE" != x ; then
3538 eval "DEFAULT_$LINE"
3539 else
3540 no_cache=1
3541 fi
3542
3543 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
698dcdb6
VZ
3544
3545fi
10f2d63a
VZ
3546
3547
3548 eval "$ac_cv_use_log"
3549 if test "$no_cache" != 1; then
3550 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3551 fi
3552
3553 if test "$wxUSE_LOG" = yes; then
698dcdb6 3554 echo "$ac_t""yes" 1>&6
10f2d63a 3555 else
698dcdb6 3556 echo "$ac_t""no" 1>&6
10f2d63a 3557 fi
698dcdb6 3558
10f2d63a 3559
698dcdb6 3560 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
2389f33b 3561echo "configure:3562: checking for --enable-streams" >&5
10f2d63a
VZ
3562 no_cache=0
3563 # Check whether --enable-streams or --disable-streams was given.
3564if test "${enable_streams+set}" = set; then
3565 enableval="$enable_streams"
698dcdb6 3566
10f2d63a
VZ
3567 if test "$enableval" = yes; then
3568 ac_cv_use_streams='wxUSE_STREAMS=yes'
3569 else
3570 ac_cv_use_streams='wxUSE_STREAMS=no'
3571 fi
698dcdb6 3572
10f2d63a 3573else
698dcdb6 3574
10f2d63a
VZ
3575 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3576 if test "x$LINE" != x ; then
3577 eval "DEFAULT_$LINE"
3578 else
3579 no_cache=1
3580 fi
3581
3582 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
698dcdb6
VZ
3583
3584fi
10f2d63a
VZ
3585
3586
3587 eval "$ac_cv_use_streams"
3588 if test "$no_cache" != 1; then
3589 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3590 fi
3591
3592 if test "$wxUSE_STREAMS" = yes; then
698dcdb6 3593 echo "$ac_t""yes" 1>&6
10f2d63a 3594 else
698dcdb6 3595 echo "$ac_t""no" 1>&6
10f2d63a 3596 fi
698dcdb6 3597
10f2d63a 3598
698dcdb6 3599 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
2389f33b 3600echo "configure:3601: checking for --enable-file" >&5
10f2d63a
VZ
3601 no_cache=0
3602 # Check whether --enable-file or --disable-file was given.
3603if test "${enable_file+set}" = set; then
3604 enableval="$enable_file"
698dcdb6 3605
10f2d63a
VZ
3606 if test "$enableval" = yes; then
3607 ac_cv_use_file='wxUSE_FILE=yes'
3608 else
3609 ac_cv_use_file='wxUSE_FILE=no'
3610 fi
698dcdb6 3611
10f2d63a 3612else
698dcdb6 3613
10f2d63a
VZ
3614 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3615 if test "x$LINE" != x ; then
3616 eval "DEFAULT_$LINE"
3617 else
3618 no_cache=1
3619 fi
3620
3621 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
698dcdb6
VZ
3622
3623fi
10f2d63a
VZ
3624
3625
3626 eval "$ac_cv_use_file"
3627 if test "$no_cache" != 1; then
3628 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3629 fi
3630
3631 if test "$wxUSE_FILE" = yes; then
698dcdb6 3632 echo "$ac_t""yes" 1>&6
10f2d63a 3633 else
698dcdb6 3634 echo "$ac_t""no" 1>&6
10f2d63a 3635 fi
698dcdb6 3636
10f2d63a 3637
1e6feb95 3638 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
2389f33b 3639echo "configure:3640: checking for --enable-ffile" >&5
10f2d63a 3640 no_cache=0
1e6feb95
VZ
3641 # Check whether --enable-ffile or --disable-ffile was given.
3642if test "${enable_ffile+set}" = set; then
3643 enableval="$enable_ffile"
698dcdb6 3644
10f2d63a 3645 if test "$enableval" = yes; then
1e6feb95 3646 ac_cv_use_ffile='wxUSE_FFILE=yes'
10f2d63a 3647 else
1e6feb95 3648 ac_cv_use_ffile='wxUSE_FFILE=no'
10f2d63a 3649 fi
698dcdb6 3650
10f2d63a 3651else
698dcdb6 3652
1e6feb95 3653 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
3654 if test "x$LINE" != x ; then
3655 eval "DEFAULT_$LINE"
3656 else
3657 no_cache=1
3658 fi
3659
1e6feb95 3660 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
698dcdb6
VZ
3661
3662fi
10f2d63a
VZ
3663
3664
1e6feb95 3665 eval "$ac_cv_use_ffile"
10f2d63a 3666 if test "$no_cache" != 1; then
1e6feb95 3667 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3668 fi
3669
1e6feb95 3670 if test "$wxUSE_FFILE" = yes; then
698dcdb6 3671 echo "$ac_t""yes" 1>&6
10f2d63a 3672 else
698dcdb6 3673 echo "$ac_t""no" 1>&6
10f2d63a 3674 fi
698dcdb6 3675
10f2d63a 3676
1e6feb95 3677 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
2389f33b 3678echo "configure:3679: checking for --enable-textfile" >&5
10f2d63a 3679 no_cache=0
1e6feb95
VZ
3680 # Check whether --enable-textfile or --disable-textfile was given.
3681if test "${enable_textfile+set}" = set; then
3682 enableval="$enable_textfile"
698dcdb6 3683
10f2d63a 3684 if test "$enableval" = yes; then
1e6feb95 3685 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
10f2d63a 3686 else
1e6feb95 3687 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
10f2d63a 3688 fi
698dcdb6 3689
10f2d63a 3690else
698dcdb6 3691
1e6feb95 3692 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
3693 if test "x$LINE" != x ; then
3694 eval "DEFAULT_$LINE"
3695 else
3696 no_cache=1
3697 fi
3698
1e6feb95 3699 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
698dcdb6
VZ
3700
3701fi
10f2d63a
VZ
3702
3703
1e6feb95 3704 eval "$ac_cv_use_textfile"
10f2d63a 3705 if test "$no_cache" != 1; then
1e6feb95 3706 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3707 fi
3708
1e6feb95 3709 if test "$wxUSE_TEXTFILE" = yes; then
698dcdb6 3710 echo "$ac_t""yes" 1>&6
10f2d63a 3711 else
698dcdb6 3712 echo "$ac_t""no" 1>&6
10f2d63a 3713 fi
698dcdb6 3714
10f2d63a 3715
1e6feb95 3716 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
2389f33b 3717echo "configure:3718: checking for --enable-fontmap" >&5
10f2d63a 3718 no_cache=0
1e6feb95
VZ
3719 # Check whether --enable-fontmap or --disable-fontmap was given.
3720if test "${enable_fontmap+set}" = set; then
3721 enableval="$enable_fontmap"
698dcdb6 3722
10f2d63a 3723 if test "$enableval" = yes; then
1e6feb95 3724 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
10f2d63a 3725 else
1e6feb95 3726 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
10f2d63a 3727 fi
698dcdb6 3728
10f2d63a 3729else
698dcdb6 3730
1e6feb95 3731 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
10f2d63a
VZ
3732 if test "x$LINE" != x ; then
3733 eval "DEFAULT_$LINE"
3734 else
3735 no_cache=1
3736 fi
3737
1e6feb95 3738 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
698dcdb6
VZ
3739
3740fi
10f2d63a
VZ
3741
3742
1e6feb95 3743 eval "$ac_cv_use_fontmap"
10f2d63a 3744 if test "$no_cache" != 1; then
1e6feb95 3745 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
3746 fi
3747
1e6feb95 3748 if test "$wxUSE_FONTMAP" = yes; then
698dcdb6 3749 echo "$ac_t""yes" 1>&6
10f2d63a 3750 else
698dcdb6 3751 echo "$ac_t""no" 1>&6
10f2d63a 3752 fi
698dcdb6 3753
10f2d63a 3754
1e6feb95 3755 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
2389f33b 3756echo "configure:3757: checking for --enable-unicode" >&5
10f2d63a 3757 no_cache=0
1e6feb95
VZ
3758 # Check whether --enable-unicode or --disable-unicode was given.
3759if test "${enable_unicode+set}" = set; then
3760 enableval="$enable_unicode"
3761
3762 if test "$enableval" = yes; then
3763 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3764 else
3765 ac_cv_use_unicode='wxUSE_UNICODE=no'
3766 fi
3767
3768else
3769
3770 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3771 if test "x$LINE" != x ; then
3772 eval "DEFAULT_$LINE"
3773 else
3774 no_cache=1
3775 fi
3776
3777 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3778
3779fi
3780
3781
3782 eval "$ac_cv_use_unicode"
3783 if test "$no_cache" != 1; then
3784 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3785 fi
3786
3787 if test "$wxUSE_UNICODE" = yes; then
3788 echo "$ac_t""yes" 1>&6
3789 else
3790 echo "$ac_t""no" 1>&6
3791 fi
3792
3793
3794 echo $ac_n "checking for --enable-wcsrtombs""... $ac_c" 1>&6
2389f33b 3795echo "configure:3796: checking for --enable-wcsrtombs" >&5
1e6feb95
VZ
3796 no_cache=0
3797 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3798if test "${enable_wcsrtombs+set}" = set; then
3799 enableval="$enable_wcsrtombs"
3800
3801 if test "$enableval" = yes; then
3802 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes'
3803 else
3804 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no'
3805 fi
3806
3807else
3808
3809 LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3810 if test "x$LINE" != x ; then
3811 eval "DEFAULT_$LINE"
3812 else
3813 no_cache=1
3814 fi
3815
3816 ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3817
3818fi
3819
3820
3821 eval "$ac_cv_use_wcsrtombs"
3822 if test "$no_cache" != 1; then
3823 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3824 fi
3825
3826 if test "$wxUSE_WCSRTOMBS" = yes; then
3827 echo "$ac_t""yes" 1>&6
3828 else
3829 echo "$ac_t""no" 1>&6
3830 fi
3831
3832
3833 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
2389f33b 3834echo "configure:3835: checking for --enable-wxprintfv" >&5
1e6feb95
VZ
3835 no_cache=0
3836 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3837if test "${enable_wxprintfv+set}" = set; then
3838 enableval="$enable_wxprintfv"
3839
3840 if test "$enableval" = yes; then
10f2d63a
VZ
3841 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3842 else
3843 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3844 fi
698dcdb6 3845
10f2d63a 3846else
698dcdb6 3847
10f2d63a
VZ
3848 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3849 if test "x$LINE" != x ; then
3850 eval "DEFAULT_$LINE"
3851 else
3852 no_cache=1
3853 fi
3854
3855 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
698dcdb6
VZ
3856
3857fi
10f2d63a
VZ
3858
3859
3860 eval "$ac_cv_use_wxprintfv"
3861 if test "$no_cache" != 1; then
3862 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3863 fi
3864
3865 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
698dcdb6 3866 echo "$ac_t""yes" 1>&6
10f2d63a 3867 else
698dcdb6 3868 echo "$ac_t""no" 1>&6
10f2d63a 3869 fi
698dcdb6 3870
10f2d63a 3871
698dcdb6 3872 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
2389f33b 3873echo "configure:3874: checking for --enable-std_iostreams" >&5
10f2d63a
VZ
3874 no_cache=0
3875 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3876if test "${enable_std_iostreams+set}" = set; then
3877 enableval="$enable_std_iostreams"
698dcdb6 3878
10f2d63a
VZ
3879 if test "$enableval" = yes; then
3880 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3881 else
3882 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3883 fi
698dcdb6 3884
10f2d63a 3885else
698dcdb6 3886
10f2d63a
VZ
3887 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3888 if test "x$LINE" != x ; then
3889 eval "DEFAULT_$LINE"
3890 else
3891 no_cache=1
3892 fi
3893
3894 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
698dcdb6
VZ
3895
3896fi
10f2d63a
VZ
3897
3898
3899 eval "$ac_cv_use_std_iostreams"
3900 if test "$no_cache" != 1; then
3901 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3902 fi
3903
3904 if test "$wxUSE_STD_IOSTREAM" = yes; then
698dcdb6 3905 echo "$ac_t""yes" 1>&6
10f2d63a 3906 else
698dcdb6 3907 echo "$ac_t""no" 1>&6
10f2d63a 3908 fi
698dcdb6 3909
10f2d63a 3910
698dcdb6 3911 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
2389f33b 3912echo "configure:3913: checking for --enable-filesystem" >&5
24528b0c
VS
3913 no_cache=0
3914 # Check whether --enable-filesystem or --disable-filesystem was given.
3915if test "${enable_filesystem+set}" = set; then
3916 enableval="$enable_filesystem"
698dcdb6 3917
24528b0c
VS
3918 if test "$enableval" = yes; then
3919 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3920 else
3921 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3922 fi
698dcdb6 3923
24528b0c 3924else
698dcdb6 3925
24528b0c
VS
3926 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3927 if test "x$LINE" != x ; then
3928 eval "DEFAULT_$LINE"
3929 else
3930 no_cache=1
3931 fi
3932
3933 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
698dcdb6
VZ
3934
3935fi
24528b0c
VS
3936
3937
3938 eval "$ac_cv_use_filesystem"
3939 if test "$no_cache" != 1; then
3940 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3941 fi
3942
3943 if test "$wxUSE_FILESYSTEM" = yes; then
698dcdb6 3944 echo "$ac_t""yes" 1>&6
24528b0c 3945 else
698dcdb6 3946 echo "$ac_t""no" 1>&6
24528b0c 3947 fi
698dcdb6 3948
24528b0c 3949
698dcdb6 3950 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
2389f33b 3951echo "configure:3952: checking for --enable-fs_inet" >&5
10f2d63a
VZ
3952 no_cache=0
3953 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3954if test "${enable_fs_inet+set}" = set; then
3955 enableval="$enable_fs_inet"
698dcdb6 3956
10f2d63a
VZ
3957 if test "$enableval" = yes; then
3958 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3959 else
3960 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3961 fi
698dcdb6 3962
10f2d63a 3963else
698dcdb6 3964
10f2d63a
VZ
3965 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3966 if test "x$LINE" != x ; then
3967 eval "DEFAULT_$LINE"
3968 else
3969 no_cache=1
3970 fi
3971
3972 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
698dcdb6
VZ
3973
3974fi
10f2d63a
VZ
3975
3976
3977 eval "$ac_cv_use_fs_inet"
3978 if test "$no_cache" != 1; then
3979 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3980 fi
3981
3982 if test "$wxUSE_FS_INET" = yes; then
698dcdb6 3983 echo "$ac_t""yes" 1>&6
10f2d63a 3984 else
698dcdb6 3985 echo "$ac_t""no" 1>&6
10f2d63a 3986 fi
698dcdb6 3987
10f2d63a 3988
698dcdb6 3989 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
2389f33b 3990echo "configure:3991: checking for --enable-fs_zip" >&5
10f2d63a
VZ
3991 no_cache=0
3992 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3993if test "${enable_fs_zip+set}" = set; then
3994 enableval="$enable_fs_zip"
698dcdb6 3995
10f2d63a
VZ
3996 if test "$enableval" = yes; then
3997 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
3998 else
3999 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4000 fi
698dcdb6 4001
10f2d63a 4002else
698dcdb6 4003
10f2d63a
VZ
4004 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4005 if test "x$LINE" != x ; then
4006 eval "DEFAULT_$LINE"
4007 else
4008 no_cache=1
4009 fi
4010
4011 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
698dcdb6
VZ
4012
4013fi
10f2d63a
VZ
4014
4015
4016 eval "$ac_cv_use_fs_zip"
4017 if test "$no_cache" != 1; then
4018 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4019 fi
4020
4021 if test "$wxUSE_FS_ZIP" = yes; then
698dcdb6 4022 echo "$ac_t""yes" 1>&6
10f2d63a 4023 else
698dcdb6 4024 echo "$ac_t""no" 1>&6
10f2d63a 4025 fi
698dcdb6 4026
10f2d63a 4027
698dcdb6 4028 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
2389f33b 4029echo "configure:4030: checking for --enable-zipstream" >&5
10f2d63a
VZ
4030 no_cache=0
4031 # Check whether --enable-zipstream or --disable-zipstream was given.
4032if test "${enable_zipstream+set}" = set; then
4033 enableval="$enable_zipstream"
698dcdb6 4034
10f2d63a
VZ
4035 if test "$enableval" = yes; then
4036 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4037 else
4038 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4039 fi
698dcdb6 4040
10f2d63a 4041else
698dcdb6 4042
10f2d63a
VZ
4043 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4044 if test "x$LINE" != x ; then
4045 eval "DEFAULT_$LINE"
4046 else
4047 no_cache=1
4048 fi
4049
4050 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
698dcdb6
VZ
4051
4052fi
10f2d63a
VZ
4053
4054
4055 eval "$ac_cv_use_zipstream"
4056 if test "$no_cache" != 1; then
4057 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4058 fi
4059
4060 if test "$wxUSE_ZIPSTREAM" = yes; then
698dcdb6 4061 echo "$ac_t""yes" 1>&6
10f2d63a 4062 else
698dcdb6 4063 echo "$ac_t""no" 1>&6
10f2d63a 4064 fi
698dcdb6 4065
10f2d63a 4066
698dcdb6
VZ
4067
4068 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
2389f33b 4069echo "configure:4070: checking for --enable-catch_segvs" >&5
eb4efbdc
VZ
4070 no_cache=0
4071 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4072if test "${enable_catch_segvs+set}" = set; then
4073 enableval="$enable_catch_segvs"
698dcdb6 4074
eb4efbdc
VZ
4075 if test "$enableval" = yes; then
4076 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4077 else
4078 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4079 fi
698dcdb6 4080
eb4efbdc 4081else
698dcdb6 4082
eb4efbdc
VZ
4083 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4084 if test "x$LINE" != x ; then
4085 eval "DEFAULT_$LINE"
4086 else
4087 no_cache=1
4088 fi
4089
4090 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
698dcdb6
VZ
4091
4092fi
eb4efbdc
VZ
4093
4094
4095 eval "$ac_cv_use_catch_segvs"
4096 if test "$no_cache" != 1; then
4097 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4098 fi
4099
4100 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
698dcdb6 4101 echo "$ac_t""yes" 1>&6
eb4efbdc 4102 else
698dcdb6 4103 echo "$ac_t""no" 1>&6
eb4efbdc 4104 fi
698dcdb6 4105
eb4efbdc 4106
698dcdb6 4107 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
2389f33b 4108echo "configure:4109: checking for --enable-snglinst" >&5
4f3c5f06
VZ
4109 no_cache=0
4110 # Check whether --enable-snglinst or --disable-snglinst was given.
4111if test "${enable_snglinst+set}" = set; then
4112 enableval="$enable_snglinst"
698dcdb6 4113
4f3c5f06
VZ
4114 if test "$enableval" = yes; then
4115 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4116 else
4117 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4118 fi
698dcdb6 4119
4f3c5f06 4120else
698dcdb6 4121
4f3c5f06
VZ
4122 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4123 if test "x$LINE" != x ; then
4124 eval "DEFAULT_$LINE"
4125 else
4126 no_cache=1
4127 fi
4128
4129 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
698dcdb6
VZ
4130
4131fi
4f3c5f06
VZ
4132
4133
4134 eval "$ac_cv_use_snglinst"
4135 if test "$no_cache" != 1; then
4136 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4137 fi
4138
4139 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
698dcdb6 4140 echo "$ac_t""yes" 1>&6
4f3c5f06 4141 else
698dcdb6 4142 echo "$ac_t""no" 1>&6
4f3c5f06 4143 fi
698dcdb6
VZ
4144
4145
eb4efbdc 4146
1e6feb95 4147 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
2389f33b 4148echo "configure:4149: checking for --enable-mimetype" >&5
1e6feb95
VZ
4149 no_cache=0
4150 # Check whether --enable-mimetype or --disable-mimetype was given.
4151if test "${enable_mimetype+set}" = set; then
4152 enableval="$enable_mimetype"
4153
4154 if test "$enableval" = yes; then
4155 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4156 else
4157 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4158 fi
4159
4160else
4161
4162 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4163 if test "x$LINE" != x ; then
4164 eval "DEFAULT_$LINE"
4165 else
4166 no_cache=1
4167 fi
4168
4169 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4170
4171fi
4172
4173
4174 eval "$ac_cv_use_mimetype"
4175 if test "$no_cache" != 1; then
4176 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4177 fi
4178
4179 if test "$wxUSE_MIMETYPE" = yes; then
4180 echo "$ac_t""yes" 1>&6
4181 else
4182 echo "$ac_t""no" 1>&6
4183 fi
4184
4185
3e44f09d 4186 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
2389f33b 4187echo "configure:4188: checking for --enable-system_options" >&5
3e44f09d
VZ
4188 no_cache=0
4189 # Check whether --enable-system_options or --disable-system_options was given.
4190if test "${enable_system_options+set}" = set; then
4191 enableval="$enable_system_options"
4192
4193 if test "$enableval" = yes; then
4194 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4195 else
4196 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4197 fi
4198
4199else
4200
4201 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4202 if test "x$LINE" != x ; then
4203 eval "DEFAULT_$LINE"
4204 else
4205 no_cache=1
4206 fi
4207
4208 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4209
4210fi
4211
4212
4213 eval "$ac_cv_use_system_options"
4214 if test "$no_cache" != 1; then
4215 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4216 fi
4217
4218 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4219 echo "$ac_t""yes" 1>&6
4220 else
4221 echo "$ac_t""no" 1>&6
4222 fi
4223
4224
1e6feb95 4225
698dcdb6
VZ
4226
4227 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
2389f33b 4228echo "configure:4229: checking for --enable-threads" >&5
10f2d63a
VZ
4229 no_cache=0
4230 # Check whether --enable-threads or --disable-threads was given.
4231if test "${enable_threads+set}" = set; then
4232 enableval="$enable_threads"
698dcdb6 4233
10f2d63a
VZ
4234 if test "$enableval" = yes; then
4235 ac_cv_use_threads='wxUSE_THREADS=yes'
4236 else
4237 ac_cv_use_threads='wxUSE_THREADS=no'
4238 fi
698dcdb6 4239
10f2d63a 4240else
698dcdb6 4241
10f2d63a
VZ
4242 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4243 if test "x$LINE" != x ; then
4244 eval "DEFAULT_$LINE"
4245 else
4246 no_cache=1
4247 fi
4248
4249 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
698dcdb6
VZ
4250
4251fi
10f2d63a
VZ
4252
4253
4254 eval "$ac_cv_use_threads"
4255 if test "$no_cache" != 1; then
4256 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4257 fi
4258
4259 if test "$wxUSE_THREADS" = yes; then
698dcdb6 4260 echo "$ac_t""yes" 1>&6
10f2d63a 4261 else
698dcdb6 4262 echo "$ac_t""no" 1>&6
10f2d63a 4263 fi
698dcdb6 4264
10f2d63a 4265
698dcdb6 4266 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
2389f33b 4267echo "configure:4268: checking for --enable-serial" >&5
10f2d63a
VZ
4268 no_cache=0
4269 # Check whether --enable-serial or --disable-serial was given.
4270if test "${enable_serial+set}" = set; then
4271 enableval="$enable_serial"
698dcdb6 4272
10f2d63a
VZ
4273 if test "$enableval" = yes; then
4274 ac_cv_use_serial='wxUSE_SERIAL=yes'
4275 else
4276 ac_cv_use_serial='wxUSE_SERIAL=no'
4277 fi
698dcdb6 4278
10f2d63a 4279else
698dcdb6 4280
10f2d63a
VZ
4281 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4282 if test "x$LINE" != x ; then
4283 eval "DEFAULT_$LINE"
4284 else
4285 no_cache=1
4286 fi
4287
4288 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
698dcdb6
VZ
4289
4290fi
10f2d63a
VZ
4291
4292
4293 eval "$ac_cv_use_serial"
4294 if test "$no_cache" != 1; then
4295 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4296 fi
4297
4298 if test "$wxUSE_SERIAL" = yes; then
698dcdb6 4299 echo "$ac_t""yes" 1>&6
10f2d63a 4300 else
698dcdb6 4301 echo "$ac_t""no" 1>&6
10f2d63a 4302 fi
698dcdb6 4303
10f2d63a 4304
b12915c1
VZ
4305if test "$wxUSE_GUI" = "yes"; then
4306
698dcdb6
VZ
4307
4308
4309 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
2389f33b 4310echo "configure:4311: checking for --enable-docview" >&5
10f2d63a
VZ
4311 no_cache=0
4312 # Check whether --enable-docview or --disable-docview was given.
4313if test "${enable_docview+set}" = set; then
4314 enableval="$enable_docview"
698dcdb6 4315
10f2d63a
VZ
4316 if test "$enableval" = yes; then
4317 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4318 else
4319 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4320 fi
698dcdb6 4321
10f2d63a 4322else
698dcdb6 4323
10f2d63a
VZ
4324 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4325 if test "x$LINE" != x ; then
4326 eval "DEFAULT_$LINE"
4327 else
4328 no_cache=1
4329 fi
4330
4331 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
698dcdb6
VZ
4332
4333fi
10f2d63a
VZ
4334
4335
4336 eval "$ac_cv_use_docview"
4337 if test "$no_cache" != 1; then
4338 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4339 fi
4340
4341 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
698dcdb6 4342 echo "$ac_t""yes" 1>&6
10f2d63a 4343 else
698dcdb6 4344 echo "$ac_t""no" 1>&6
10f2d63a 4345 fi
698dcdb6 4346
10f2d63a 4347
698dcdb6 4348 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
2389f33b 4349echo "configure:4350: checking for --enable-help" >&5
10f2d63a
VZ
4350 no_cache=0
4351 # Check whether --enable-help or --disable-help was given.
4352if test "${enable_help+set}" = set; then
4353 enableval="$enable_help"
698dcdb6 4354
10f2d63a
VZ
4355 if test "$enableval" = yes; then
4356 ac_cv_use_help='wxUSE_HELP=yes'
4357 else
4358 ac_cv_use_help='wxUSE_HELP=no'
4359 fi
698dcdb6 4360
10f2d63a 4361else
698dcdb6 4362
10f2d63a
VZ
4363 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4364 if test "x$LINE" != x ; then
4365 eval "DEFAULT_$LINE"
4366 else
4367 no_cache=1
4368 fi
4369
4370 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
698dcdb6
VZ
4371
4372fi
10f2d63a
VZ
4373
4374
4375 eval "$ac_cv_use_help"
4376 if test "$no_cache" != 1; then
4377 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4378 fi
4379
4380 if test "$wxUSE_HELP" = yes; then
698dcdb6 4381 echo "$ac_t""yes" 1>&6
10f2d63a 4382 else
698dcdb6 4383 echo "$ac_t""no" 1>&6
10f2d63a 4384 fi
698dcdb6 4385
10f2d63a 4386
29fd3c0c 4387 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
2389f33b 4388echo "configure:4389: checking for --enable-mshtmlhelp" >&5
29fd3c0c
VS
4389 no_cache=0
4390 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4391if test "${enable_mshtmlhelp+set}" = set; then
4392 enableval="$enable_mshtmlhelp"
4393
4394 if test "$enableval" = yes; then
4395 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4396 else
4397 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4398 fi
4399
4400else
4401
4402 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4403 if test "x$LINE" != x ; then
4404 eval "DEFAULT_$LINE"
4405 else
4406 no_cache=1
4407 fi
4408
4409 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4410
4411fi
4412
4413
4414 eval "$ac_cv_use_mshtmlhelp"
4415 if test "$no_cache" != 1; then
4416 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4417 fi
4418
4419 if test "$wxUSE_MS_HTML_HELP" = yes; then
4420 echo "$ac_t""yes" 1>&6
4421 else
4422 echo "$ac_t""no" 1>&6
4423 fi
4424
4425
3379ed37 4426 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
2389f33b 4427echo "configure:4428: checking for --enable-html" >&5
3379ed37
VZ
4428 no_cache=0
4429 # Check whether --enable-html or --disable-html was given.
4430if test "${enable_html+set}" = set; then
4431 enableval="$enable_html"
4432
4433 if test "$enableval" = yes; then
4434 ac_cv_use_html='wxUSE_HTML=yes'
4435 else
4436 ac_cv_use_html='wxUSE_HTML=no'
4437 fi
4438
4439else
4440
4441 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4442 if test "x$LINE" != x ; then
4443 eval "DEFAULT_$LINE"
4444 else
4445 no_cache=1
4446 fi
4447
4448 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4449
4450fi
4451
4452
4453 eval "$ac_cv_use_html"
4454 if test "$no_cache" != 1; then
4455 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4456 fi
4457
4458 if test "$wxUSE_HTML" = yes; then
4459 echo "$ac_t""yes" 1>&6
4460 else
4461 echo "$ac_t""no" 1>&6
4462 fi
4463
4464
4465 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
2389f33b 4466echo "configure:4467: checking for --enable-htmlhelp" >&5
3379ed37
VZ
4467 no_cache=0
4468 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4469if test "${enable_htmlhelp+set}" = set; then
4470 enableval="$enable_htmlhelp"
4471
4472 if test "$enableval" = yes; then
4473 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4474 else
4475 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4476 fi
4477
4478else
4479
4480 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4481 if test "x$LINE" != x ; then
4482 eval "DEFAULT_$LINE"
4483 else
4484 no_cache=1
4485 fi
4486
4487 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4488
4489fi
4490
4491
4492 eval "$ac_cv_use_htmlhelp"
4493 if test "$no_cache" != 1; then
4494 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4495 fi
4496
4497 if test "$wxUSE_WXHTML_HELP" = yes; then
4498 echo "$ac_t""yes" 1>&6
4499 else
4500 echo "$ac_t""no" 1>&6
4501 fi
4502
4503
698dcdb6 4504 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
2389f33b 4505echo "configure:4506: checking for --enable-constraints" >&5
10f2d63a
VZ
4506 no_cache=0
4507 # Check whether --enable-constraints or --disable-constraints was given.
4508if test "${enable_constraints+set}" = set; then
4509 enableval="$enable_constraints"
698dcdb6 4510
10f2d63a
VZ
4511 if test "$enableval" = yes; then
4512 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
4513 else
4514 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
4515 fi
698dcdb6 4516
10f2d63a 4517else
698dcdb6 4518
10f2d63a
VZ
4519 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x ; then
4521 eval "DEFAULT_$LINE"
4522 else
4523 no_cache=1
4524 fi
4525
4526 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
698dcdb6
VZ
4527
4528fi
10f2d63a
VZ
4529
4530
4531 eval "$ac_cv_use_constraints"
4532 if test "$no_cache" != 1; then
4533 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4534 fi
4535
4536 if test "$wxUSE_CONSTRAINTS" = yes; then
698dcdb6 4537 echo "$ac_t""yes" 1>&6
10f2d63a 4538 else
698dcdb6 4539 echo "$ac_t""no" 1>&6
10f2d63a 4540 fi
698dcdb6 4541
10f2d63a 4542
698dcdb6 4543 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
2389f33b 4544echo "configure:4545: checking for --enable-printarch" >&5
10f2d63a
VZ
4545 no_cache=0
4546 # Check whether --enable-printarch or --disable-printarch was given.
4547if test "${enable_printarch+set}" = set; then
4548 enableval="$enable_printarch"
698dcdb6 4549
10f2d63a
VZ
4550 if test "$enableval" = yes; then
4551 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
4552 else
4553 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
4554 fi
698dcdb6 4555
10f2d63a 4556else
698dcdb6 4557
10f2d63a
VZ
4558 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4559 if test "x$LINE" != x ; then
4560 eval "DEFAULT_$LINE"
4561 else
4562 no_cache=1
4563 fi
4564
4565 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
698dcdb6
VZ
4566
4567fi
10f2d63a
VZ
4568
4569
4570 eval "$ac_cv_use_printarch"
4571 if test "$no_cache" != 1; then
4572 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4573 fi
4574
4575 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
698dcdb6 4576 echo "$ac_t""yes" 1>&6
10f2d63a 4577 else
698dcdb6 4578 echo "$ac_t""no" 1>&6
10f2d63a 4579 fi
698dcdb6 4580
10f2d63a 4581
698dcdb6 4582 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
2389f33b 4583echo "configure:4584: checking for --enable-mdi" >&5
10f2d63a
VZ
4584 no_cache=0
4585 # Check whether --enable-mdi or --disable-mdi was given.
4586if test "${enable_mdi+set}" = set; then
4587 enableval="$enable_mdi"
698dcdb6 4588
10f2d63a
VZ
4589 if test "$enableval" = yes; then
4590 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
4591 else
4592 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
4593 fi
698dcdb6 4594
10f2d63a 4595else
698dcdb6 4596
10f2d63a
VZ
4597 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4598 if test "x$LINE" != x ; then
4599 eval "DEFAULT_$LINE"
4600 else
4601 no_cache=1
4602 fi
4603
4604 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
698dcdb6
VZ
4605
4606fi
10f2d63a
VZ
4607
4608
4609 eval "$ac_cv_use_mdi"
4610 if test "$no_cache" != 1; then
4611 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4612 fi
4613
4614 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
698dcdb6 4615 echo "$ac_t""yes" 1>&6
10f2d63a 4616 else
698dcdb6 4617 echo "$ac_t""no" 1>&6
10f2d63a 4618 fi
698dcdb6
VZ
4619
4620
1e6feb95 4621 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
2389f33b 4622echo "configure:4623: checking for --enable-loggui" >&5
1e6feb95
VZ
4623 no_cache=0
4624 # Check whether --enable-loggui or --disable-loggui was given.
4625if test "${enable_loggui+set}" = set; then
4626 enableval="$enable_loggui"
4627
4628 if test "$enableval" = yes; then
4629 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
4630 else
4631 ac_cv_use_loggui='wxUSE_LOGGUI=no'
4632 fi
4633
4634else
4635
4636 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4637 if test "x$LINE" != x ; then
4638 eval "DEFAULT_$LINE"
4639 else
4640 no_cache=1
4641 fi
4642
4643 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4644
4645fi
4646
4647
4648 eval "$ac_cv_use_loggui"
4649 if test "$no_cache" != 1; then
4650 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4651 fi
4652
4653 if test "$wxUSE_LOGGUI" = yes; then
4654 echo "$ac_t""yes" 1>&6
4655 else
4656 echo "$ac_t""no" 1>&6
4657 fi
4658
4659
4660 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
2389f33b 4661echo "configure:4662: checking for --enable-logwin" >&5
1e6feb95
VZ
4662 no_cache=0
4663 # Check whether --enable-logwin or --disable-logwin was given.
4664if test "${enable_logwin+set}" = set; then
4665 enableval="$enable_logwin"
4666
4667 if test "$enableval" = yes; then
4668 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
4669 else
4670 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
4671 fi
4672
4673else
4674
4675 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4676 if test "x$LINE" != x ; then
4677 eval "DEFAULT_$LINE"
4678 else
4679 no_cache=1
4680 fi
4681
4682 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4683
4684fi
4685
4686
4687 eval "$ac_cv_use_logwin"
4688 if test "$no_cache" != 1; then
4689 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4690 fi
4691
4692 if test "$wxUSE_LOGWINDOW" = yes; then
4693 echo "$ac_t""yes" 1>&6
4694 else
4695 echo "$ac_t""no" 1>&6
4696 fi
4697
4698
10f2d63a 4699
698dcdb6 4700 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
2389f33b 4701echo "configure:4702: checking for --enable-postscript" >&5
10f2d63a
VZ
4702 no_cache=0
4703 # Check whether --enable-postscript or --disable-postscript was given.
4704if test "${enable_postscript+set}" = set; then
4705 enableval="$enable_postscript"
698dcdb6 4706
10f2d63a
VZ
4707 if test "$enableval" = yes; then
4708 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
4709 else
4710 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
4711 fi
698dcdb6 4712
10f2d63a 4713else
698dcdb6 4714
10f2d63a
VZ
4715 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4716 if test "x$LINE" != x ; then
4717 eval "DEFAULT_$LINE"
4718 else
4719 no_cache=1
4720 fi
4721
4722 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
698dcdb6
VZ
4723
4724fi
10f2d63a
VZ
4725
4726
4727 eval "$ac_cv_use_postscript"
4728 if test "$no_cache" != 1; then
4729 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4730 fi
4731
4732 if test "$wxUSE_POSTSCRIPT" = yes; then
698dcdb6 4733 echo "$ac_t""yes" 1>&6
10f2d63a 4734 else
698dcdb6 4735 echo "$ac_t""no" 1>&6
10f2d63a 4736 fi
698dcdb6
VZ
4737
4738
4739
10f2d63a 4740
1e6feb95 4741
698dcdb6 4742 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
2389f33b 4743echo "configure:4744: checking for --enable-prologio" >&5
10f2d63a
VZ
4744 no_cache=0
4745 # Check whether --enable-prologio or --disable-prologio was given.
4746if test "${enable_prologio+set}" = set; then
4747 enableval="$enable_prologio"
698dcdb6 4748
10f2d63a
VZ
4749 if test "$enableval" = yes; then
4750 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
4751 else
4752 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
4753 fi
698dcdb6 4754
10f2d63a 4755else
698dcdb6 4756
10f2d63a
VZ
4757 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4758 if test "x$LINE" != x ; then
4759 eval "DEFAULT_$LINE"
4760 else
4761 no_cache=1
4762 fi
4763
4764 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
698dcdb6
VZ
4765
4766fi
10f2d63a
VZ
4767
4768
4769 eval "$ac_cv_use_prologio"
4770 if test "$no_cache" != 1; then
4771 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4772 fi
4773
4774 if test "$wxUSE_PROLOGIO" = yes; then
698dcdb6 4775 echo "$ac_t""yes" 1>&6
10f2d63a 4776 else
698dcdb6 4777 echo "$ac_t""no" 1>&6
10f2d63a 4778 fi
698dcdb6 4779
10f2d63a 4780
698dcdb6 4781 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
2389f33b 4782echo "configure:4783: checking for --enable-resources" >&5
10f2d63a
VZ
4783 no_cache=0
4784 # Check whether --enable-resources or --disable-resources was given.
4785if test "${enable_resources+set}" = set; then
4786 enableval="$enable_resources"
698dcdb6 4787
10f2d63a
VZ
4788 if test "$enableval" = yes; then
4789 ac_cv_use_resources='wxUSE_RESOURCES=yes'
4790 else
4791 ac_cv_use_resources='wxUSE_RESOURCES=no'
4792 fi
698dcdb6 4793
10f2d63a 4794else
698dcdb6 4795
10f2d63a
VZ
4796 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4797 if test "x$LINE" != x ; then
4798 eval "DEFAULT_$LINE"
4799 else
4800 no_cache=1
4801 fi
4802
4803 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
698dcdb6
VZ
4804
4805fi
10f2d63a
VZ
4806
4807
4808 eval "$ac_cv_use_resources"
4809 if test "$no_cache" != 1; then
4810 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4811 fi
4812
4813 if test "$wxUSE_RESOURCES" = yes; then
698dcdb6 4814 echo "$ac_t""yes" 1>&6
10f2d63a 4815 else
698dcdb6 4816 echo "$ac_t""no" 1>&6
10f2d63a 4817 fi
698dcdb6 4818
10f2d63a 4819
698dcdb6
VZ
4820
4821 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
2389f33b 4822echo "configure:4823: checking for --enable-xresources" >&5
10f2d63a
VZ
4823 no_cache=0
4824 # Check whether --enable-xresources or --disable-xresources was given.
4825if test "${enable_xresources+set}" = set; then
4826 enableval="$enable_xresources"
698dcdb6 4827
10f2d63a
VZ
4828 if test "$enableval" = yes; then
4829 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4830 else
4831 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4832 fi
698dcdb6 4833
10f2d63a 4834else
698dcdb6 4835
10f2d63a
VZ
4836 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4837 if test "x$LINE" != x ; then
4838 eval "DEFAULT_$LINE"
4839 else
4840 no_cache=1
4841 fi
4842
4843 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
698dcdb6
VZ
4844
4845fi
10f2d63a
VZ
4846
4847
4848 eval "$ac_cv_use_xresources"
4849 if test "$no_cache" != 1; then
4850 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4851 fi
4852
4853 if test "$wxUSE_X_RESOURCES" = yes; then
698dcdb6 4854 echo "$ac_t""yes" 1>&6
10f2d63a 4855 else
698dcdb6 4856 echo "$ac_t""no" 1>&6
10f2d63a 4857 fi
698dcdb6
VZ
4858
4859
10f2d63a 4860
698dcdb6
VZ
4861
4862 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
2389f33b 4863echo "configure:4864: checking for --enable-clipboard" >&5
10f2d63a
VZ
4864 no_cache=0
4865 # Check whether --enable-clipboard or --disable-clipboard was given.
4866if test "${enable_clipboard+set}" = set; then
4867 enableval="$enable_clipboard"
698dcdb6 4868
10f2d63a
VZ
4869 if test "$enableval" = yes; then
4870 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4871 else
4872 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4873 fi
698dcdb6 4874
10f2d63a 4875else
698dcdb6 4876
10f2d63a
VZ
4877 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4878 if test "x$LINE" != x ; then
4879 eval "DEFAULT_$LINE"
4880 else
4881 no_cache=1
4882 fi
4883
4884 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
698dcdb6
VZ
4885
4886fi
10f2d63a
VZ
4887
4888
4889 eval "$ac_cv_use_clipboard"
4890 if test "$no_cache" != 1; then
4891 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4892 fi
4893
4894 if test "$wxUSE_CLIPBOARD" = yes; then
698dcdb6 4895 echo "$ac_t""yes" 1>&6
10f2d63a 4896 else
698dcdb6 4897 echo "$ac_t""no" 1>&6
10f2d63a 4898 fi
698dcdb6 4899
10f2d63a 4900
698dcdb6 4901 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
2389f33b 4902echo "configure:4903: checking for --enable-dnd" >&5
10f2d63a
VZ
4903 no_cache=0
4904 # Check whether --enable-dnd or --disable-dnd was given.
4905if test "${enable_dnd+set}" = set; then
4906 enableval="$enable_dnd"
698dcdb6 4907
10f2d63a
VZ
4908 if test "$enableval" = yes; then
4909 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4910 else
4911 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4912 fi
698dcdb6 4913
10f2d63a 4914else
698dcdb6 4915
10f2d63a
VZ
4916 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x ; then
4918 eval "DEFAULT_$LINE"
4919 else
4920 no_cache=1
4921 fi
4922
4923 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
698dcdb6
VZ
4924
4925fi
10f2d63a
VZ
4926
4927
4928 eval "$ac_cv_use_dnd"
4929 if test "$no_cache" != 1; then
4930 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4931 fi
4932
4933 if test "$wxUSE_DRAG_AND_DROP" = yes; then
698dcdb6 4934 echo "$ac_t""yes" 1>&6
10f2d63a 4935 else
698dcdb6 4936 echo "$ac_t""no" 1>&6
10f2d63a 4937 fi
698dcdb6 4938
10f2d63a 4939
698dcdb6 4940 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
2389f33b 4941echo "configure:4942: checking for --enable-metafile" >&5
b64f0a5f
RL
4942 no_cache=0
4943 # Check whether --enable-metafile or --disable-metafile was given.
4944if test "${enable_metafile+set}" = set; then
4945 enableval="$enable_metafile"
698dcdb6 4946
b64f0a5f
RL
4947 if test "$enableval" = yes; then
4948 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4949 else
4950 ac_cv_use_metafile='wxUSE_METAFILE=no'
4951 fi
698dcdb6 4952
b64f0a5f 4953else
698dcdb6 4954
b64f0a5f
RL
4955 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4956 if test "x$LINE" != x ; then
4957 eval "DEFAULT_$LINE"
4958 else
4959 no_cache=1
4960 fi
4961
4962 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
698dcdb6
VZ
4963
4964fi
b64f0a5f
RL
4965
4966
4967 eval "$ac_cv_use_metafile"
4968 if test "$no_cache" != 1; then
4969 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4970 fi
4971
4972 if test "$wxUSE_METAFILE" = yes; then
698dcdb6 4973 echo "$ac_t""yes" 1>&6
b64f0a5f 4974 else
698dcdb6 4975 echo "$ac_t""no" 1>&6
b64f0a5f 4976 fi
698dcdb6
VZ
4977
4978
10f2d63a 4979
24176f2c 4980 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
2389f33b 4981echo "configure:4982: checking for --enable-treelayout" >&5
10f2d63a 4982 no_cache=0
24176f2c
GD
4983 # Check whether --enable-treelayout or --disable-treelayout was given.
4984if test "${enable_treelayout+set}" = set; then
4985 enableval="$enable_treelayout"
698dcdb6 4986
10f2d63a 4987 if test "$enableval" = yes; then
24176f2c 4988 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
10f2d63a 4989 else
24176f2c 4990 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
10f2d63a 4991 fi
698dcdb6 4992
10f2d63a 4993else
698dcdb6 4994
24176f2c 4995 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
10f2d63a
VZ
4996 if test "x$LINE" != x ; then
4997 eval "DEFAULT_$LINE"
4998 else
4999 no_cache=1
5000 fi
5001
24176f2c 5002 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
698dcdb6
VZ
5003
5004fi
10f2d63a
VZ
5005
5006
24176f2c 5007 eval "$ac_cv_use_treelayout"
10f2d63a 5008 if test "$no_cache" != 1; then
24176f2c 5009 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
5010 fi
5011
24176f2c 5012 if test "$wxUSE_TREELAYOUT" = yes; then
698dcdb6 5013 echo "$ac_t""yes" 1>&6
10f2d63a 5014 else
698dcdb6 5015 echo "$ac_t""no" 1>&6
10f2d63a 5016 fi
698dcdb6 5017
10f2d63a 5018
698dcdb6
VZ
5019
5020
5021 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
2389f33b 5022echo "configure:5023: checking for --enable-controls" >&5
10f2d63a
VZ
5023 no_cache=0
5024 # Check whether --enable-controls or --disable-controls was given.
5025if test "${enable_controls+set}" = set; then
5026 enableval="$enable_controls"
698dcdb6 5027
10f2d63a
VZ
5028 if test "$enableval" = yes; then
5029 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5030 else
5031 ac_cv_use_controls='wxUSE_CONTROLS=no'
5032 fi
698dcdb6 5033
10f2d63a 5034else
698dcdb6 5035
10f2d63a
VZ
5036 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5037 if test "x$LINE" != x ; then
5038 eval "DEFAULT_$LINE"
5039 else
5040 no_cache=1
5041 fi
5042
5043 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
698dcdb6
VZ
5044
5045fi
10f2d63a
VZ
5046
5047
5048 eval "$ac_cv_use_controls"
5049 if test "$no_cache" != 1; then
5050 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5051 fi
5052
5053 if test "$wxUSE_CONTROLS" = yes; then
698dcdb6 5054 echo "$ac_t""yes" 1>&6
10f2d63a 5055 else
698dcdb6 5056 echo "$ac_t""no" 1>&6
10f2d63a 5057 fi
698dcdb6 5058
10f2d63a
VZ
5059
5060if test "$wxUSE_CONTROLS" = "yes"; then
5061 DEFAULT_wxUSE_ACCEL=yes
1e6feb95
VZ
5062 DEFAULT_wxUSE_BMPBUTTON=yes
5063 DEFAULT_wxUSE_BUTTON=yes
5064 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
5065 DEFAULT_wxUSE_CARET=yes
5066 DEFAULT_wxUSE_COMBOBOX=yes
10f2d63a
VZ
5067 DEFAULT_wxUSE_CHECKBOX=yes
5068 DEFAULT_wxUSE_CHECKLISTBOX=yes
5069 DEFAULT_wxUSE_CHOICE=yes
5070 DEFAULT_wxUSE_GAUGE=yes
5071 DEFAULT_wxUSE_GRID=yes
cc977e5f 5072 DEFAULT_wxUSE_NEW_GRID=yes
10f2d63a
VZ
5073 DEFAULT_wxUSE_IMAGLIST=yes
5074 DEFAULT_wxUSE_LISTBOX=yes
5075 DEFAULT_wxUSE_LISTCTRL=yes
5076 DEFAULT_wxUSE_NOTEBOOK=yes
24176f2c 5077 DEFAULT_wxUSE_PROPSHEET=yes
10f2d63a
VZ
5078 DEFAULT_wxUSE_RADIOBOX=yes
5079 DEFAULT_wxUSE_RADIOBTN=yes
5080 DEFAULT_wxUSE_SASH=yes
5081 DEFAULT_wxUSE_SCROLLBAR=yes
5082 DEFAULT_wxUSE_SLIDER=yes
5083 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 5084 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
5085 DEFAULT_wxUSE_SPLITTER=yes
5086 DEFAULT_wxUSE_STATBMP=yes
5087 DEFAULT_wxUSE_STATBOX=yes
5088 DEFAULT_wxUSE_STATLINE=yes
5089 DEFAULT_wxUSE_STATUSBAR=yes
5090 DEFAULT_wxUSE_TAB_DIALOG=yes
1db8dc4a 5091 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 5092 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
5093 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5094 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
5095 DEFAULT_wxUSE_TOOLTIPS=yes
5096 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 5097 DEFAULT_wxUSE_POPUPWIN=yes
10f2d63a
VZ
5098elif test "$wxUSE_CONTROLS" = "no"; then
5099 DEFAULT_wxUSE_ACCEL=no
1e6feb95
VZ
5100 DEFAULT_wxUSE_BMPBUTTON=no
5101 DEFAULT_wxUSE_BUTTON=no
5102 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
5103 DEFAULT_wxUSE_CARET=no
5104 DEFAULT_wxUSE_COMBOBOX=no
10f2d63a
VZ
5105 DEFAULT_wxUSE_CHECKBOX=no
5106 DEFAULT_wxUSE_CHECKLISTBOX=no
5107 DEFAULT_wxUSE_CHOICE=no
5108 DEFAULT_wxUSE_GAUGE=no
5109 DEFAULT_wxUSE_GRID=no
5110 DEFAULT_wxUSE_NEW_GRID=no
5111 DEFAULT_wxUSE_IMAGLIST=no
5112 DEFAULT_wxUSE_LISTBOX=no
5113 DEFAULT_wxUSE_LISTCTRL=no
5114 DEFAULT_wxUSE_NOTEBOOK=no
24176f2c 5115 DEFAULT_wxUSE_PROPSHEET=no
10f2d63a
VZ
5116 DEFAULT_wxUSE_RADIOBOX=no
5117 DEFAULT_wxUSE_RADIOBTN=no
5118 DEFAULT_wxUSE_SASH=no
5119 DEFAULT_wxUSE_SCROLLBAR=no
5120 DEFAULT_wxUSE_SLIDER=no
5121 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 5122 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
5123 DEFAULT_wxUSE_SPLITTER=no
5124 DEFAULT_wxUSE_STATBMP=no
5125 DEFAULT_wxUSE_STATBOX=no
5126 DEFAULT_wxUSE_STATLINE=no
5127 DEFAULT_wxUSE_STATUSBAR=no
5128 DEFAULT_wxUSE_TAB_DIALOG=no
1db8dc4a 5129 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 5130 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
5131 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5132 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
5133 DEFAULT_wxUSE_TOOLTIPS=no
5134 DEFAULT_wxUSE_TREECTRL=no
9f41d601 5135 DEFAULT_wxUSE_POPUPWIN=no
10f2d63a
VZ
5136fi
5137
698dcdb6
VZ
5138
5139 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
2389f33b 5140echo "configure:5141: checking for --enable-accel" >&5
10f2d63a
VZ
5141 no_cache=0
5142 # Check whether --enable-accel or --disable-accel was given.
5143if test "${enable_accel+set}" = set; then
5144 enableval="$enable_accel"
698dcdb6 5145
10f2d63a
VZ
5146 if test "$enableval" = yes; then
5147 ac_cv_use_accel='wxUSE_ACCEL=yes'
5148 else
5149 ac_cv_use_accel='wxUSE_ACCEL=no'
5150 fi
698dcdb6 5151
10f2d63a 5152else
698dcdb6 5153
10f2d63a
VZ
5154 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5155 if test "x$LINE" != x ; then
5156 eval "DEFAULT_$LINE"
5157 else
5158 no_cache=1
5159 fi
5160
5161 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
698dcdb6
VZ
5162
5163fi
10f2d63a
VZ
5164
5165
5166 eval "$ac_cv_use_accel"
5167 if test "$no_cache" != 1; then
5168 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5169 fi
5170
5171 if test "$wxUSE_ACCEL" = yes; then
698dcdb6 5172 echo "$ac_t""yes" 1>&6
10f2d63a 5173 else
698dcdb6 5174 echo "$ac_t""no" 1>&6
10f2d63a 5175 fi
698dcdb6 5176
10f2d63a 5177
1e6feb95 5178 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
2389f33b 5179echo "configure:5180: checking for --enable-button" >&5
10f2d63a 5180 no_cache=0
1e6feb95
VZ
5181 # Check whether --enable-button or --disable-button was given.
5182if test "${enable_button+set}" = set; then
5183 enableval="$enable_button"
698dcdb6 5184
10f2d63a 5185 if test "$enableval" = yes; then
1e6feb95 5186 ac_cv_use_button='wxUSE_BUTTON=yes'
10f2d63a 5187 else
1e6feb95 5188 ac_cv_use_button='wxUSE_BUTTON=no'
10f2d63a 5189 fi
698dcdb6 5190
10f2d63a 5191else
698dcdb6 5192
1e6feb95 5193 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
10f2d63a
VZ
5194 if test "x$LINE" != x ; then
5195 eval "DEFAULT_$LINE"
5196 else
5197 no_cache=1
5198 fi
5199
1e6feb95 5200 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
698dcdb6
VZ
5201
5202fi
10f2d63a
VZ
5203
5204
1e6feb95 5205 eval "$ac_cv_use_button"
10f2d63a 5206 if test "$no_cache" != 1; then
1e6feb95 5207 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
5208 fi
5209
1e6feb95 5210 if test "$wxUSE_BUTTON" = yes; then
698dcdb6 5211 echo "$ac_t""yes" 1>&6
10f2d63a 5212 else
698dcdb6 5213 echo "$ac_t""no" 1>&6
10f2d63a 5214 fi
698dcdb6 5215
10f2d63a 5216
698dcdb6 5217 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
2389f33b 5218echo "configure:5219: checking for --enable-bmpbutton" >&5
10f2d63a
VZ
5219 no_cache=0
5220 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5221if test "${enable_bmpbutton+set}" = set; then
5222 enableval="$enable_bmpbutton"
698dcdb6 5223
10f2d63a
VZ
5224 if test "$enableval" = yes; then
5225 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5226 else
5227 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5228 fi
698dcdb6 5229
10f2d63a 5230else
698dcdb6 5231
10f2d63a
VZ
5232 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5233 if test "x$LINE" != x ; then
5234 eval "DEFAULT_$LINE"
5235 else
5236 no_cache=1
5237 fi
5238
5239 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
698dcdb6
VZ
5240
5241fi
10f2d63a
VZ
5242
5243
5244 eval "$ac_cv_use_bmpbutton"
5245 if test "$no_cache" != 1; then
5246 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5247 fi
5248
5249 if test "$wxUSE_BMPBUTTON" = yes; then
698dcdb6 5250 echo "$ac_t""yes" 1>&6
10f2d63a 5251 else
698dcdb6 5252 echo "$ac_t""no" 1>&6
10f2d63a 5253 fi
698dcdb6 5254
10f2d63a 5255
1e6feb95 5256 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
2389f33b 5257echo "configure:5258: checking for --enable-calendar" >&5
1e6feb95
VZ
5258 no_cache=0
5259 # Check whether --enable-calendar or --disable-calendar was given.
5260if test "${enable_calendar+set}" = set; then
5261 enableval="$enable_calendar"
5262
5263 if test "$enableval" = yes; then
5264 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5265 else
5266 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5267 fi
5268
5269else
5270
5271 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5272 if test "x$LINE" != x ; then
5273 eval "DEFAULT_$LINE"
5274 else
5275 no_cache=1
5276 fi
5277
5278 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5279
5280fi
5281
5282
5283 eval "$ac_cv_use_calendar"
5284 if test "$no_cache" != 1; then
5285 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5286 fi
5287
5288 if test "$wxUSE_CALCTRL" = yes; then
5289 echo "$ac_t""yes" 1>&6
5290 else
5291 echo "$ac_t""no" 1>&6
5292 fi
5293
5294
5295 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
2389f33b 5296echo "configure:5297: checking for --enable-caret" >&5
1e6feb95
VZ
5297 no_cache=0
5298 # Check whether --enable-caret or --disable-caret was given.
5299if test "${enable_caret+set}" = set; then
5300 enableval="$enable_caret"
5301
5302 if test "$enableval" = yes; then
5303 ac_cv_use_caret='wxUSE_CARET=yes'
5304 else
5305 ac_cv_use_caret='wxUSE_CARET=no'
5306 fi
5307
5308else
5309
5310 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x ; then
5312 eval "DEFAULT_$LINE"
5313 else
5314 no_cache=1
5315 fi
5316
5317 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5318
5319fi
5320
5321
5322 eval "$ac_cv_use_caret"
5323 if test "$no_cache" != 1; then
5324 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5325 fi
5326
5327 if test "$wxUSE_CARET" = yes; then
5328 echo "$ac_t""yes" 1>&6
5329 else
5330 echo "$ac_t""no" 1>&6
5331 fi
5332
5333
698dcdb6 5334 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
2389f33b 5335echo "configure:5336: checking for --enable-checkbox" >&5
10f2d63a
VZ
5336 no_cache=0
5337 # Check whether --enable-checkbox or --disable-checkbox was given.
5338if test "${enable_checkbox+set}" = set; then
5339 enableval="$enable_checkbox"
698dcdb6 5340
10f2d63a
VZ
5341 if test "$enableval" = yes; then
5342 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5343 else
5344 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5345 fi
698dcdb6 5346
10f2d63a 5347else
698dcdb6 5348
10f2d63a
VZ
5349 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5350 if test "x$LINE" != x ; then
5351 eval "DEFAULT_$LINE"
5352 else
5353 no_cache=1
5354 fi
5355
5356 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
698dcdb6
VZ
5357
5358fi
10f2d63a
VZ
5359
5360
5361 eval "$ac_cv_use_checkbox"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5364 fi
5365
5366 if test "$wxUSE_CHECKBOX" = yes; then
698dcdb6 5367 echo "$ac_t""yes" 1>&6
10f2d63a 5368 else
698dcdb6 5369 echo "$ac_t""no" 1>&6
10f2d63a 5370 fi
698dcdb6 5371
10f2d63a 5372
698dcdb6 5373 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
2389f33b 5374echo "configure:5375: checking for --enable-checklst" >&5
10f2d63a
VZ
5375 no_cache=0
5376 # Check whether --enable-checklst or --disable-checklst was given.
5377if test "${enable_checklst+set}" = set; then
5378 enableval="$enable_checklst"
698dcdb6 5379
10f2d63a
VZ
5380 if test "$enableval" = yes; then
5381 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5382 else
5383 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5384 fi
698dcdb6 5385
10f2d63a 5386else
698dcdb6 5387
10f2d63a
VZ
5388 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5389 if test "x$LINE" != x ; then
5390 eval "DEFAULT_$LINE"
5391 else
5392 no_cache=1
5393 fi
5394
5395 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
698dcdb6
VZ
5396
5397fi
10f2d63a
VZ
5398
5399
5400 eval "$ac_cv_use_checklst"
5401 if test "$no_cache" != 1; then
5402 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5403 fi
5404
5405 if test "$wxUSE_CHECKLST" = yes; then
698dcdb6 5406 echo "$ac_t""yes" 1>&6
10f2d63a 5407 else
698dcdb6 5408 echo "$ac_t""no" 1>&6
10f2d63a 5409 fi
698dcdb6 5410
10f2d63a 5411
698dcdb6 5412 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
2389f33b 5413echo "configure:5414: checking for --enable-choice" >&5
10f2d63a
VZ
5414 no_cache=0
5415 # Check whether --enable-choice or --disable-choice was given.
5416if test "${enable_choice+set}" = set; then
5417 enableval="$enable_choice"
698dcdb6 5418
10f2d63a
VZ
5419 if test "$enableval" = yes; then
5420 ac_cv_use_choice='wxUSE_CHOICE=yes'
5421 else
5422 ac_cv_use_choice='wxUSE_CHOICE=no'
5423 fi
698dcdb6 5424
10f2d63a 5425else
698dcdb6 5426
10f2d63a
VZ
5427 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5428 if test "x$LINE" != x ; then
5429 eval "DEFAULT_$LINE"
5430 else
5431 no_cache=1
5432 fi
5433
5434 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
698dcdb6
VZ
5435
5436fi
10f2d63a
VZ
5437
5438
5439 eval "$ac_cv_use_choice"
5440 if test "$no_cache" != 1; then
5441 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5442 fi
5443
5444 if test "$wxUSE_CHOICE" = yes; then
698dcdb6 5445 echo "$ac_t""yes" 1>&6
10f2d63a 5446 else
698dcdb6 5447 echo "$ac_t""no" 1>&6
10f2d63a 5448 fi
698dcdb6 5449
10f2d63a 5450
698dcdb6 5451 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
2389f33b 5452echo "configure:5453: checking for --enable-combobox" >&5
10f2d63a
VZ
5453 no_cache=0
5454 # Check whether --enable-combobox or --disable-combobox was given.
5455if test "${enable_combobox+set}" = set; then
5456 enableval="$enable_combobox"
698dcdb6 5457
10f2d63a
VZ
5458 if test "$enableval" = yes; then
5459 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
5460 else
5461 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
5462 fi
698dcdb6 5463
10f2d63a 5464else
698dcdb6 5465
10f2d63a
VZ
5466 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5467 if test "x$LINE" != x ; then
5468 eval "DEFAULT_$LINE"
5469 else
5470 no_cache=1
5471 fi
5472
5473 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
698dcdb6
VZ
5474
5475fi
10f2d63a
VZ
5476
5477
5478 eval "$ac_cv_use_combobox"
5479 if test "$no_cache" != 1; then
5480 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5481 fi
5482
5483 if test "$wxUSE_COMBOBOX" = yes; then
698dcdb6 5484 echo "$ac_t""yes" 1>&6
10f2d63a 5485 else
698dcdb6 5486 echo "$ac_t""no" 1>&6
10f2d63a 5487 fi
698dcdb6 5488
10f2d63a 5489
698dcdb6 5490 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
2389f33b 5491echo "configure:5492: checking for --enable-gauge" >&5
10f2d63a
VZ
5492 no_cache=0
5493 # Check whether --enable-gauge or --disable-gauge was given.
5494if test "${enable_gauge+set}" = set; then
5495 enableval="$enable_gauge"
698dcdb6 5496
10f2d63a
VZ
5497 if test "$enableval" = yes; then
5498 ac_cv_use_gauge='wxUSE_GAUGE=yes'
5499 else
5500 ac_cv_use_gauge='wxUSE_GAUGE=no'
5501 fi
698dcdb6 5502
10f2d63a 5503else
698dcdb6 5504
10f2d63a
VZ
5505 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5508 else
5509 no_cache=1
5510 fi
5511
5512 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
698dcdb6
VZ
5513
5514fi
10f2d63a
VZ
5515
5516
5517 eval "$ac_cv_use_gauge"
5518 if test "$no_cache" != 1; then
5519 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5520 fi
5521
5522 if test "$wxUSE_GAUGE" = yes; then
698dcdb6 5523 echo "$ac_t""yes" 1>&6
10f2d63a 5524 else
698dcdb6 5525 echo "$ac_t""no" 1>&6
10f2d63a 5526 fi
698dcdb6 5527
10f2d63a 5528
698dcdb6 5529 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
2389f33b 5530echo "configure:5531: checking for --enable-grid" >&5
10f2d63a
VZ
5531 no_cache=0
5532 # Check whether --enable-grid or --disable-grid was given.
5533if test "${enable_grid+set}" = set; then
5534 enableval="$enable_grid"
698dcdb6 5535
10f2d63a
VZ
5536 if test "$enableval" = yes; then
5537 ac_cv_use_grid='wxUSE_GRID=yes'
5538 else
5539 ac_cv_use_grid='wxUSE_GRID=no'
5540 fi
698dcdb6 5541
10f2d63a 5542else
698dcdb6 5543
10f2d63a
VZ
5544 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5545 if test "x$LINE" != x ; then
5546 eval "DEFAULT_$LINE"
5547 else
5548 no_cache=1
5549 fi
5550
5551 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
698dcdb6
VZ
5552
5553fi
10f2d63a
VZ
5554
5555
5556 eval "$ac_cv_use_grid"
5557 if test "$no_cache" != 1; then
5558 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5559 fi
5560
5561 if test "$wxUSE_GRID" = yes; then
698dcdb6 5562 echo "$ac_t""yes" 1>&6
10f2d63a 5563 else
698dcdb6 5564 echo "$ac_t""no" 1>&6
10f2d63a 5565 fi
698dcdb6 5566
10f2d63a 5567
698dcdb6 5568 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
2389f33b 5569echo "configure:5570: checking for --enable-newgrid" >&5
10f2d63a
VZ
5570 no_cache=0
5571 # Check whether --enable-newgrid or --disable-newgrid was given.
5572if test "${enable_newgrid+set}" = set; then
5573 enableval="$enable_newgrid"
698dcdb6 5574
10f2d63a
VZ
5575 if test "$enableval" = yes; then
5576 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
5577 else
5578 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
5579 fi
698dcdb6 5580
10f2d63a 5581else
698dcdb6 5582
10f2d63a
VZ
5583 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5584 if test "x$LINE" != x ; then
5585 eval "DEFAULT_$LINE"
5586 else
5587 no_cache=1
5588 fi
5589
5590 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
698dcdb6
VZ
5591
5592fi
10f2d63a
VZ
5593
5594
5595 eval "$ac_cv_use_newgrid"
5596 if test "$no_cache" != 1; then
5597 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5598 fi
5599
5600 if test "$wxUSE_NEW_GRID" = yes; then
698dcdb6 5601 echo "$ac_t""yes" 1>&6
10f2d63a 5602 else
698dcdb6 5603 echo "$ac_t""no" 1>&6
10f2d63a 5604 fi
698dcdb6 5605
10f2d63a 5606
698dcdb6 5607 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
2389f33b 5608echo "configure:5609: checking for --enable-imaglist" >&5
10f2d63a
VZ
5609 no_cache=0
5610 # Check whether --enable-imaglist or --disable-imaglist was given.
5611if test "${enable_imaglist+set}" = set; then
5612 enableval="$enable_imaglist"
698dcdb6 5613
10f2d63a
VZ
5614 if test "$enableval" = yes; then
5615 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
5616 else
5617 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
5618 fi
698dcdb6 5619
10f2d63a 5620else
698dcdb6 5621
10f2d63a
VZ
5622 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5623 if test "x$LINE" != x ; then
5624 eval "DEFAULT_$LINE"
5625 else
5626 no_cache=1
5627 fi
5628
5629 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
698dcdb6
VZ
5630
5631fi
10f2d63a
VZ
5632
5633
5634 eval "$ac_cv_use_imaglist"
5635 if test "$no_cache" != 1; then
5636 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5637 fi
5638
5639 if test "$wxUSE_IMAGLIST" = yes; then
698dcdb6 5640 echo "$ac_t""yes" 1>&6
10f2d63a 5641 else
698dcdb6 5642 echo "$ac_t""no" 1>&6
10f2d63a 5643 fi
698dcdb6 5644
10f2d63a 5645
698dcdb6 5646 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
2389f33b 5647echo "configure:5648: checking for --enable-listbox" >&5
10f2d63a
VZ
5648 no_cache=0
5649 # Check whether --enable-listbox or --disable-listbox was given.
5650if test "${enable_listbox+set}" = set; then
5651 enableval="$enable_listbox"
698dcdb6 5652
10f2d63a
VZ
5653 if test "$enableval" = yes; then
5654 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
5655 else
5656 ac_cv_use_listbox='wxUSE_LISTBOX=no'
5657 fi
698dcdb6 5658
10f2d63a 5659else
698dcdb6 5660
10f2d63a
VZ
5661 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5662 if test "x$LINE" != x ; then
5663 eval "DEFAULT_$LINE"
5664 else
5665 no_cache=1
5666 fi
5667
5668 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
698dcdb6
VZ
5669
5670fi
10f2d63a
VZ
5671
5672
5673 eval "$ac_cv_use_listbox"
5674 if test "$no_cache" != 1; then
5675 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5676 fi
5677
5678 if test "$wxUSE_LISTBOX" = yes; then
698dcdb6 5679 echo "$ac_t""yes" 1>&6
10f2d63a 5680 else
698dcdb6 5681 echo "$ac_t""no" 1>&6
10f2d63a 5682 fi
698dcdb6 5683
10f2d63a 5684
698dcdb6 5685 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
2389f33b 5686echo "configure:5687: checking for --enable-listctrl" >&5
10f2d63a
VZ
5687 no_cache=0
5688 # Check whether --enable-listctrl or --disable-listctrl was given.
5689if test "${enable_listctrl+set}" = set; then
5690 enableval="$enable_listctrl"
698dcdb6 5691
10f2d63a
VZ
5692 if test "$enableval" = yes; then
5693 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
5694 else
5695 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
5696 fi
698dcdb6 5697
10f2d63a 5698else
698dcdb6 5699
10f2d63a
VZ
5700 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5701 if test "x$LINE" != x ; then
5702 eval "DEFAULT_$LINE"
5703 else
5704 no_cache=1
5705 fi
5706
5707 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
698dcdb6
VZ
5708
5709fi
10f2d63a
VZ
5710
5711
5712 eval "$ac_cv_use_listctrl"
5713 if test "$no_cache" != 1; then
5714 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5715 fi
5716
5717 if test "$wxUSE_LISTCTRL" = yes; then
698dcdb6 5718 echo "$ac_t""yes" 1>&6
10f2d63a 5719 else
698dcdb6 5720 echo "$ac_t""no" 1>&6
10f2d63a 5721 fi
698dcdb6 5722
10f2d63a 5723
698dcdb6 5724 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
2389f33b 5725echo "configure:5726: checking for --enable-notebook" >&5
10f2d63a
VZ
5726 no_cache=0
5727 # Check whether --enable-notebook or --disable-notebook was given.
5728if test "${enable_notebook+set}" = set; then
5729 enableval="$enable_notebook"
698dcdb6 5730
10f2d63a
VZ
5731 if test "$enableval" = yes; then
5732 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
5733 else
5734 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
5735 fi
698dcdb6 5736
10f2d63a 5737else
698dcdb6 5738
10f2d63a
VZ
5739 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5740 if test "x$LINE" != x ; then
5741 eval "DEFAULT_$LINE"
5742 else
5743 no_cache=1
5744 fi
5745
5746 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
698dcdb6
VZ
5747
5748fi
10f2d63a
VZ
5749
5750
5751 eval "$ac_cv_use_notebook"
5752 if test "$no_cache" != 1; then
5753 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5754 fi
5755
5756 if test "$wxUSE_NOTEBOOK" = yes; then
698dcdb6 5757 echo "$ac_t""yes" 1>&6
10f2d63a 5758 else
698dcdb6 5759 echo "$ac_t""no" 1>&6
10f2d63a 5760 fi
698dcdb6 5761
10f2d63a 5762
24176f2c 5763 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
2389f33b 5764echo "configure:5765: checking for --enable-propsheet" >&5
24176f2c
GD
5765 no_cache=0
5766 # Check whether --enable-propsheet or --disable-propsheet was given.
5767if test "${enable_propsheet+set}" = set; then
5768 enableval="$enable_propsheet"
5769
5770 if test "$enableval" = yes; then
5771 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
5772 else
5773 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
5774 fi
5775
5776else
5777
5778 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5779 if test "x$LINE" != x ; then
5780 eval "DEFAULT_$LINE"
5781 else
5782 no_cache=1
5783 fi
5784
5785 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5786
5787fi
5788
5789
5790 eval "$ac_cv_use_propsheet"
5791 if test "$no_cache" != 1; then
5792 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5793 fi
5794
5795 if test "$wxUSE_PROPSHEET" = yes; then
5796 echo "$ac_t""yes" 1>&6
5797 else
5798 echo "$ac_t""no" 1>&6
5799 fi
5800
5801
698dcdb6 5802 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
2389f33b 5803echo "configure:5804: checking for --enable-radiobox" >&5
10f2d63a
VZ
5804 no_cache=0
5805 # Check whether --enable-radiobox or --disable-radiobox was given.
5806if test "${enable_radiobox+set}" = set; then
5807 enableval="$enable_radiobox"
698dcdb6 5808
10f2d63a
VZ
5809 if test "$enableval" = yes; then
5810 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
5811 else
5812 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
5813 fi
698dcdb6 5814
10f2d63a 5815else
698dcdb6 5816
10f2d63a
VZ
5817 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5818 if test "x$LINE" != x ; then
5819 eval "DEFAULT_$LINE"
5820 else
5821 no_cache=1
5822 fi
5823
5824 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
698dcdb6
VZ
5825
5826fi
10f2d63a
VZ
5827
5828
5829 eval "$ac_cv_use_radiobox"
5830 if test "$no_cache" != 1; then
5831 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5832 fi
5833
5834 if test "$wxUSE_RADIOBOX" = yes; then
698dcdb6 5835 echo "$ac_t""yes" 1>&6
10f2d63a 5836 else
698dcdb6 5837 echo "$ac_t""no" 1>&6
10f2d63a 5838 fi
698dcdb6 5839
10f2d63a 5840
698dcdb6 5841 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
2389f33b 5842echo "configure:5843: checking for --enable-radiobtn" >&5
10f2d63a
VZ
5843 no_cache=0
5844 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5845if test "${enable_radiobtn+set}" = set; then
5846 enableval="$enable_radiobtn"
698dcdb6 5847
10f2d63a
VZ
5848 if test "$enableval" = yes; then
5849 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
5850 else
5851 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
5852 fi
698dcdb6 5853
10f2d63a 5854else
698dcdb6 5855
10f2d63a
VZ
5856 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5857 if test "x$LINE" != x ; then
5858 eval "DEFAULT_$LINE"
5859 else
5860 no_cache=1
5861 fi
5862
5863 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
698dcdb6
VZ
5864
5865fi
10f2d63a
VZ
5866
5867
5868 eval "$ac_cv_use_radiobtn"
5869 if test "$no_cache" != 1; then
5870 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5871 fi
5872
5873 if test "$wxUSE_RADIOBTN" = yes; then
698dcdb6 5874 echo "$ac_t""yes" 1>&6
10f2d63a 5875 else
698dcdb6 5876 echo "$ac_t""no" 1>&6
10f2d63a 5877 fi
698dcdb6 5878
10f2d63a 5879
698dcdb6 5880 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
2389f33b 5881echo "configure:5882: checking for --enable-sash" >&5
10f2d63a
VZ
5882 no_cache=0
5883 # Check whether --enable-sash or --disable-sash was given.
5884if test "${enable_sash+set}" = set; then
5885 enableval="$enable_sash"
698dcdb6 5886
10f2d63a
VZ
5887 if test "$enableval" = yes; then
5888 ac_cv_use_sash='wxUSE_SASH=yes'
5889 else
5890 ac_cv_use_sash='wxUSE_SASH=no'
5891 fi
698dcdb6 5892
10f2d63a 5893else
698dcdb6 5894
10f2d63a
VZ
5895 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5896 if test "x$LINE" != x ; then
5897 eval "DEFAULT_$LINE"
5898 else
5899 no_cache=1
5900 fi
5901
5902 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
698dcdb6
VZ
5903
5904fi
10f2d63a
VZ
5905
5906
5907 eval "$ac_cv_use_sash"
5908 if test "$no_cache" != 1; then
5909 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5910 fi
5911
5912 if test "$wxUSE_SASH" = yes; then
698dcdb6 5913 echo "$ac_t""yes" 1>&6
10f2d63a 5914 else
698dcdb6 5915 echo "$ac_t""no" 1>&6
10f2d63a 5916 fi
698dcdb6 5917
10f2d63a 5918
698dcdb6 5919 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
2389f33b 5920echo "configure:5921: checking for --enable-scrollbar" >&5
10f2d63a
VZ
5921 no_cache=0
5922 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5923if test "${enable_scrollbar+set}" = set; then
5924 enableval="$enable_scrollbar"
698dcdb6 5925
10f2d63a
VZ
5926 if test "$enableval" = yes; then
5927 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
5928 else
5929 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
5930 fi
698dcdb6 5931
10f2d63a 5932else
698dcdb6 5933
10f2d63a
VZ
5934 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5935 if test "x$LINE" != x ; then
5936 eval "DEFAULT_$LINE"
5937 else
5938 no_cache=1
5939 fi
5940
5941 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
698dcdb6
VZ
5942
5943fi
10f2d63a
VZ
5944
5945
5946 eval "$ac_cv_use_scrollbar"
5947 if test "$no_cache" != 1; then
5948 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5949 fi
5950
5951 if test "$wxUSE_SCROLLBAR" = yes; then
698dcdb6 5952 echo "$ac_t""yes" 1>&6
10f2d63a 5953 else
698dcdb6 5954 echo "$ac_t""no" 1>&6
10f2d63a 5955 fi
698dcdb6 5956
10f2d63a 5957
698dcdb6 5958 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
2389f33b 5959echo "configure:5960: checking for --enable-slider" >&5
10f2d63a
VZ
5960 no_cache=0
5961 # Check whether --enable-slider or --disable-slider was given.
5962if test "${enable_slider+set}" = set; then
5963 enableval="$enable_slider"
698dcdb6 5964
10f2d63a
VZ
5965 if test "$enableval" = yes; then
5966 ac_cv_use_slider='wxUSE_SLIDER=yes'
5967 else
5968 ac_cv_use_slider='wxUSE_SLIDER=no'
5969 fi
698dcdb6 5970
10f2d63a 5971else
698dcdb6 5972
10f2d63a
VZ
5973 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5974 if test "x$LINE" != x ; then
5975 eval "DEFAULT_$LINE"
5976 else
5977 no_cache=1
5978 fi
5979
5980 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
698dcdb6
VZ
5981
5982fi
10f2d63a
VZ
5983
5984
5985 eval "$ac_cv_use_slider"
5986 if test "$no_cache" != 1; then
5987 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5988 fi
5989
5990 if test "$wxUSE_SLIDER" = yes; then
698dcdb6 5991 echo "$ac_t""yes" 1>&6
10f2d63a 5992 else
698dcdb6 5993 echo "$ac_t""no" 1>&6
10f2d63a 5994 fi
698dcdb6 5995
10f2d63a 5996
698dcdb6 5997 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
2389f33b 5998echo "configure:5999: checking for --enable-spinbtn" >&5
10f2d63a
VZ
5999 no_cache=0
6000 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6001if test "${enable_spinbtn+set}" = set; then
6002 enableval="$enable_spinbtn"
698dcdb6 6003
10f2d63a
VZ
6004 if test "$enableval" = yes; then
6005 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6006 else
6007 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6008 fi
698dcdb6 6009
10f2d63a 6010else
698dcdb6 6011
10f2d63a
VZ
6012 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6013 if test "x$LINE" != x ; then
6014 eval "DEFAULT_$LINE"
6015 else
6016 no_cache=1
6017 fi
6018
6019 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
698dcdb6
VZ
6020
6021fi
10f2d63a
VZ
6022
6023
6024 eval "$ac_cv_use_spinbtn"
6025 if test "$no_cache" != 1; then
6026 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6027 fi
6028
6029 if test "$wxUSE_SPINBTN" = yes; then
698dcdb6 6030 echo "$ac_t""yes" 1>&6
10f2d63a 6031 else
698dcdb6 6032 echo "$ac_t""no" 1>&6
10f2d63a 6033 fi
698dcdb6 6034
10f2d63a 6035
698dcdb6 6036 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
2389f33b 6037echo "configure:6038: checking for --enable-spinctrl" >&5
56cfaa52
RR
6038 no_cache=0
6039 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6040if test "${enable_spinctrl+set}" = set; then
6041 enableval="$enable_spinctrl"
698dcdb6 6042
56cfaa52
RR
6043 if test "$enableval" = yes; then
6044 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6045 else
6046 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6047 fi
698dcdb6 6048
56cfaa52 6049else
698dcdb6 6050
56cfaa52
RR
6051 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6052 if test "x$LINE" != x ; then
6053 eval "DEFAULT_$LINE"
6054 else
6055 no_cache=1
6056 fi
6057
6058 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
698dcdb6
VZ
6059
6060fi
56cfaa52
RR
6061
6062
6063 eval "$ac_cv_use_spinctrl"
6064 if test "$no_cache" != 1; then
6065 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6066 fi
6067
6068 if test "$wxUSE_SPINCTRL" = yes; then
698dcdb6 6069 echo "$ac_t""yes" 1>&6
56cfaa52 6070 else
698dcdb6 6071 echo "$ac_t""no" 1>&6
56cfaa52 6072 fi
698dcdb6 6073
56cfaa52 6074
698dcdb6 6075 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
2389f33b 6076echo "configure:6077: checking for --enable-splitter" >&5
10f2d63a
VZ
6077 no_cache=0
6078 # Check whether --enable-splitter or --disable-splitter was given.
6079if test "${enable_splitter+set}" = set; then
6080 enableval="$enable_splitter"
698dcdb6 6081
10f2d63a
VZ
6082 if test "$enableval" = yes; then
6083 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6084 else
6085 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6086 fi
698dcdb6 6087
10f2d63a 6088else
698dcdb6 6089
10f2d63a
VZ
6090 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6091 if test "x$LINE" != x ; then
6092 eval "DEFAULT_$LINE"
6093 else
6094 no_cache=1
6095 fi
6096
6097 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
698dcdb6
VZ
6098
6099fi
10f2d63a
VZ
6100
6101
6102 eval "$ac_cv_use_splitter"
6103 if test "$no_cache" != 1; then
6104 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6105 fi
6106
6107 if test "$wxUSE_SPLITTER" = yes; then
698dcdb6 6108 echo "$ac_t""yes" 1>&6
10f2d63a 6109 else
698dcdb6 6110 echo "$ac_t""no" 1>&6
10f2d63a 6111 fi
698dcdb6 6112
10f2d63a 6113
698dcdb6 6114 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
2389f33b 6115echo "configure:6116: checking for --enable-statbmp" >&5
10f2d63a
VZ
6116 no_cache=0
6117 # Check whether --enable-statbmp or --disable-statbmp was given.
6118if test "${enable_statbmp+set}" = set; then
6119 enableval="$enable_statbmp"
698dcdb6 6120
10f2d63a
VZ
6121 if test "$enableval" = yes; then
6122 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6123 else
6124 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6125 fi
698dcdb6 6126
10f2d63a 6127else
698dcdb6 6128
10f2d63a
VZ
6129 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6130 if test "x$LINE" != x ; then
6131 eval "DEFAULT_$LINE"
6132 else
6133 no_cache=1
6134 fi
6135
6136 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
698dcdb6
VZ
6137
6138fi
10f2d63a
VZ
6139
6140
6141 eval "$ac_cv_use_statbmp"
6142 if test "$no_cache" != 1; then
6143 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6144 fi
6145
6146 if test "$wxUSE_STATBMP" = yes; then
698dcdb6 6147 echo "$ac_t""yes" 1>&6
10f2d63a 6148 else
698dcdb6 6149 echo "$ac_t""no" 1>&6
10f2d63a 6150 fi
698dcdb6 6151
10f2d63a 6152
698dcdb6 6153 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
2389f33b 6154echo "configure:6155: checking for --enable-statbox" >&5
10f2d63a
VZ
6155 no_cache=0
6156 # Check whether --enable-statbox or --disable-statbox was given.
6157if test "${enable_statbox+set}" = set; then
6158 enableval="$enable_statbox"
698dcdb6 6159
10f2d63a
VZ
6160 if test "$enableval" = yes; then
6161 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6162 else
6163 ac_cv_use_statbox='wxUSE_STATBOX=no'
6164 fi
698dcdb6 6165
10f2d63a 6166else
698dcdb6 6167
10f2d63a
VZ
6168 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6169 if test "x$LINE" != x ; then
6170 eval "DEFAULT_$LINE"
6171 else
6172 no_cache=1
6173 fi
6174
6175 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
698dcdb6
VZ
6176
6177fi
10f2d63a
VZ
6178
6179
6180 eval "$ac_cv_use_statbox"
6181 if test "$no_cache" != 1; then
6182 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6183 fi
6184
6185 if test "$wxUSE_STATBOX" = yes; then
698dcdb6 6186 echo "$ac_t""yes" 1>&6
10f2d63a 6187 else
698dcdb6 6188 echo "$ac_t""no" 1>&6
10f2d63a 6189 fi
698dcdb6 6190
10f2d63a 6191
698dcdb6 6192 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
2389f33b 6193echo "configure:6194: checking for --enable-statline" >&5
10f2d63a
VZ
6194 no_cache=0
6195 # Check whether --enable-statline or --disable-statline was given.
6196if test "${enable_statline+set}" = set; then
6197 enableval="$enable_statline"
698dcdb6 6198
10f2d63a
VZ
6199 if test "$enableval" = yes; then
6200 ac_cv_use_statline='wxUSE_STATLINE=yes'
6201 else
6202 ac_cv_use_statline='wxUSE_STATLINE=no'
6203 fi
698dcdb6 6204
10f2d63a 6205else
698dcdb6 6206
10f2d63a
VZ
6207 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6208 if test "x$LINE" != x ; then
6209 eval "DEFAULT_$LINE"
6210 else
6211 no_cache=1
6212 fi
6213
6214 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
698dcdb6
VZ
6215
6216fi
10f2d63a
VZ
6217
6218
6219 eval "$ac_cv_use_statline"
6220 if test "$no_cache" != 1; then
6221 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6222 fi
6223
6224 if test "$wxUSE_STATLINE" = yes; then
698dcdb6 6225 echo "$ac_t""yes" 1>&6
10f2d63a 6226 else
698dcdb6 6227 echo "$ac_t""no" 1>&6
10f2d63a 6228 fi
698dcdb6 6229
10f2d63a 6230
1e6feb95 6231 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
2389f33b 6232echo "configure:6233: checking for --enable-stattext" >&5
1e6feb95
VZ
6233 no_cache=0
6234 # Check whether --enable-stattext or --disable-stattext was given.
6235if test "${enable_stattext+set}" = set; then
6236 enableval="$enable_stattext"
6237
6238 if test "$enableval" = yes; then
6239 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6240 else
6241 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6242 fi
6243
6244else
6245
6246 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6247 if test "x$LINE" != x ; then
6248 eval "DEFAULT_$LINE"
6249 else
6250 no_cache=1
6251 fi
6252
6253 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6254
6255fi
6256
6257
6258 eval "$ac_cv_use_stattext"
6259 if test "$no_cache" != 1; then
6260 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6261 fi
6262
6263 if test "$wxUSE_STATTEXT" = yes; then
6264 echo "$ac_t""yes" 1>&6
6265 else
6266 echo "$ac_t""no" 1>&6
6267 fi
6268
6269
698dcdb6 6270 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
2389f33b 6271echo "configure:6272: checking for --enable-statusbar" >&5
10f2d63a
VZ
6272 no_cache=0
6273 # Check whether --enable-statusbar or --disable-statusbar was given.
6274if test "${enable_statusbar+set}" = set; then
6275 enableval="$enable_statusbar"
698dcdb6 6276
10f2d63a
VZ
6277 if test "$enableval" = yes; then
6278 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6279 else
6280 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6281 fi
698dcdb6 6282
10f2d63a 6283else
698dcdb6 6284
10f2d63a
VZ
6285 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6286 if test "x$LINE" != x ; then
6287 eval "DEFAULT_$LINE"
6288 else
6289 no_cache=1
6290 fi
6291
6292 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
698dcdb6
VZ
6293
6294fi
10f2d63a
VZ
6295
6296
6297 eval "$ac_cv_use_statusbar"
6298 if test "$no_cache" != 1; then
6299 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6300 fi
6301
6302 if test "$wxUSE_STATUSBAR" = yes; then
698dcdb6 6303 echo "$ac_t""yes" 1>&6
10f2d63a 6304 else
698dcdb6 6305 echo "$ac_t""no" 1>&6
10f2d63a 6306 fi
698dcdb6 6307
10f2d63a 6308
698dcdb6 6309 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
2389f33b 6310echo "configure:6311: checking for --enable-tabdialog" >&5
10f2d63a
VZ
6311 no_cache=0
6312 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6313if test "${enable_tabdialog+set}" = set; then
6314 enableval="$enable_tabdialog"
698dcdb6 6315
10f2d63a
VZ
6316 if test "$enableval" = yes; then
6317 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6318 else
6319 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6320 fi
698dcdb6 6321
10f2d63a 6322else
698dcdb6 6323
10f2d63a
VZ
6324 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6325 if test "x$LINE" != x ; then
6326 eval "DEFAULT_$LINE"
6327 else
6328 no_cache=1
6329 fi
6330
6331 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
698dcdb6
VZ
6332
6333fi
10f2d63a
VZ
6334
6335
6336 eval "$ac_cv_use_tabdialog"
6337 if test "$no_cache" != 1; then
6338 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6339 fi
6340
6341 if test "$wxUSE_TABDIALOG" = yes; then
698dcdb6 6342 echo "$ac_t""yes" 1>&6
10f2d63a 6343 else
698dcdb6 6344 echo "$ac_t""no" 1>&6
10f2d63a 6345 fi
698dcdb6 6346
10f2d63a 6347
1e6feb95 6348 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
2389f33b 6349echo "configure:6350: checking for --enable-textctrl" >&5
1e6feb95
VZ
6350 no_cache=0
6351 # Check whether --enable-textctrl or --disable-textctrl was given.
6352if test "${enable_textctrl+set}" = set; then
6353 enableval="$enable_textctrl"
6354
6355 if test "$enableval" = yes; then
6356 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6357 else
6358 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6359 fi
6360
6361else
6362
6363 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6364 if test "x$LINE" != x ; then
6365 eval "DEFAULT_$LINE"
6366 else
6367 no_cache=1
6368 fi
6369
6370 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6371
6372fi
6373
6374
6375 eval "$ac_cv_use_textctrl"
6376 if test "$no_cache" != 1; then
6377 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6378 fi
6379
6380 if test "$wxUSE_TEXTCTRL" = yes; then
6381 echo "$ac_t""yes" 1>&6
6382 else
6383 echo "$ac_t""no" 1>&6
6384 fi
6385
6386
698dcdb6 6387 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
2389f33b 6388echo "configure:6389: checking for --enable-togglebtn" >&5
1db8dc4a
VZ
6389 no_cache=0
6390 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6391if test "${enable_togglebtn+set}" = set; then
6392 enableval="$enable_togglebtn"
698dcdb6 6393
1db8dc4a
VZ
6394 if test "$enableval" = yes; then
6395 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6396 else
6397 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6398 fi
698dcdb6 6399
1db8dc4a 6400else
698dcdb6 6401
1db8dc4a
VZ
6402 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6403 if test "x$LINE" != x ; then
6404 eval "DEFAULT_$LINE"
6405 else
6406 no_cache=1
6407 fi
6408
6409 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
698dcdb6
VZ
6410
6411fi
1db8dc4a
VZ
6412
6413
6414 eval "$ac_cv_use_togglebtn"
6415 if test "$no_cache" != 1; then
6416 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6417 fi
6418
6419 if test "$wxUSE_TOGGLEBTN" = yes; then
698dcdb6 6420 echo "$ac_t""yes" 1>&6
1db8dc4a 6421 else
698dcdb6 6422 echo "$ac_t""no" 1>&6
1db8dc4a 6423 fi
698dcdb6 6424
1db8dc4a 6425
698dcdb6 6426 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
2389f33b 6427echo "configure:6428: checking for --enable-toolbar" >&5
10f2d63a
VZ
6428 no_cache=0
6429 # Check whether --enable-toolbar or --disable-toolbar was given.
6430if test "${enable_toolbar+set}" = set; then
6431 enableval="$enable_toolbar"
698dcdb6 6432
10f2d63a
VZ
6433 if test "$enableval" = yes; then
6434 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6435 else
6436 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6437 fi
698dcdb6 6438
10f2d63a 6439else
698dcdb6 6440
10f2d63a
VZ
6441 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6442 if test "x$LINE" != x ; then
6443 eval "DEFAULT_$LINE"
6444 else
6445 no_cache=1
6446 fi
6447
6448 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
698dcdb6
VZ
6449
6450fi
10f2d63a
VZ
6451
6452
6453 eval "$ac_cv_use_toolbar"
6454 if test "$no_cache" != 1; then
6455 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6456 fi
6457
6458 if test "$wxUSE_TOOLBAR" = yes; then
698dcdb6 6459 echo "$ac_t""yes" 1>&6
10f2d63a 6460 else
698dcdb6 6461 echo "$ac_t""no" 1>&6
10f2d63a 6462 fi
698dcdb6 6463
10f2d63a 6464
698dcdb6 6465 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
2389f33b 6466echo "configure:6467: checking for --enable-tbarnative" >&5
360d6699
VZ
6467 no_cache=0
6468 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6469if test "${enable_tbarnative+set}" = set; then
6470 enableval="$enable_tbarnative"
698dcdb6 6471
360d6699
VZ
6472 if test "$enableval" = yes; then
6473 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
6474 else
6475 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
6476 fi
698dcdb6 6477
360d6699 6478else
698dcdb6 6479
360d6699
VZ
6480 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6481 if test "x$LINE" != x ; then
6482 eval "DEFAULT_$LINE"
6483 else
6484 no_cache=1
6485 fi
6486
6487 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
698dcdb6
VZ
6488
6489fi
360d6699
VZ
6490
6491
6492 eval "$ac_cv_use_tbarnative"
6493 if test "$no_cache" != 1; then
6494 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6495 fi
6496
6497 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
698dcdb6 6498 echo "$ac_t""yes" 1>&6
360d6699 6499 else
698dcdb6 6500 echo "$ac_t""no" 1>&6
360d6699 6501 fi
698dcdb6 6502
360d6699 6503
698dcdb6 6504 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
2389f33b 6505echo "configure:6506: checking for --enable-tbarsmpl" >&5
360d6699
VZ
6506 no_cache=0
6507 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6508if test "${enable_tbarsmpl+set}" = set; then
6509 enableval="$enable_tbarsmpl"
698dcdb6 6510
360d6699
VZ
6511 if test "$enableval" = yes; then
6512 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
6513 else
6514 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
6515 fi
698dcdb6 6516
360d6699 6517else
698dcdb6 6518
360d6699
VZ
6519 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6520 if test "x$LINE" != x ; then
6521 eval "DEFAULT_$LINE"
6522 else
6523 no_cache=1
6524 fi
6525
6526 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
698dcdb6
VZ
6527
6528fi
360d6699
VZ
6529
6530
6531 eval "$ac_cv_use_tbarsmpl"
6532 if test "$no_cache" != 1; then
6533 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6534 fi
6535
6536 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
698dcdb6 6537 echo "$ac_t""yes" 1>&6
360d6699 6538 else
698dcdb6 6539 echo "$ac_t""no" 1>&6
360d6699 6540 fi
698dcdb6 6541
360d6699 6542
698dcdb6 6543 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
2389f33b 6544echo "configure:6545: checking for --enable-treectrl" >&5
10f2d63a
VZ
6545 no_cache=0
6546 # Check whether --enable-treectrl or --disable-treectrl was given.
6547if test "${enable_treectrl+set}" = set; then
6548 enableval="$enable_treectrl"
698dcdb6 6549
10f2d63a
VZ
6550 if test "$enableval" = yes; then
6551 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
6552 else
6553 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
6554 fi
698dcdb6 6555
10f2d63a 6556else
698dcdb6 6557
10f2d63a
VZ
6558 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6559 if test "x$LINE" != x ; then
6560 eval "DEFAULT_$LINE"
6561 else
6562 no_cache=1
6563 fi
6564
6565 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
698dcdb6
VZ
6566
6567fi
10f2d63a
VZ
6568
6569
1e6feb95
VZ
6570 eval "$ac_cv_use_treectrl"
6571 if test "$no_cache" != 1; then
6572 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6573 fi
6574
6575 if test "$wxUSE_TREECTRL" = yes; then
6576 echo "$ac_t""yes" 1>&6
6577 else
6578 echo "$ac_t""no" 1>&6
6579 fi
6580
6581
9f41d601 6582 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
2389f33b 6583echo "configure:6584: checking for --enable-popupwin" >&5
9f41d601
RR
6584 no_cache=0
6585 # Check whether --enable-popupwin or --disable-popupwin was given.
6586if test "${enable_popupwin+set}" = set; then
6587 enableval="$enable_popupwin"
6588
6589 if test "$enableval" = yes; then
6590 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
6591 else
6592 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
6593 fi
6594
6595else
6596
6597 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6598 if test "x$LINE" != x ; then
6599 eval "DEFAULT_$LINE"
6600 else
6601 no_cache=1
6602 fi
6603
6604 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6605
6606fi
6607
6608
6609 eval "$ac_cv_use_popupwin"
6610 if test "$no_cache" != 1; then
6611 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6612 fi
6613
6614 if test "$wxUSE_POPUPWIN" = yes; then
6615 echo "$ac_t""yes" 1>&6
6616 else
6617 echo "$ac_t""no" 1>&6
6618 fi
6619
6620
1e6feb95
VZ
6621
6622
6623 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
2389f33b 6624echo "configure:6625: checking for --enable-commondlg" >&5
1e6feb95
VZ
6625 no_cache=0
6626 # Check whether --enable-commondlg or --disable-commondlg was given.
6627if test "${enable_commondlg+set}" = set; then
6628 enableval="$enable_commondlg"
6629
6630 if test "$enableval" = yes; then
6631 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
6632 else
6633 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
6634 fi
6635
6636else
6637
6638 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6639 if test "x$LINE" != x ; then
6640 eval "DEFAULT_$LINE"
6641 else
6642 no_cache=1
6643 fi
6644
6645 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6646
6647fi
6648
6649
6650 eval "$ac_cv_use_commondlg"
6651 if test "$no_cache" != 1; then
6652 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6653 fi
6654
6655 if test "$wxUSE_COMMONDLGS" = yes; then
6656 echo "$ac_t""yes" 1>&6
6657 else
6658 echo "$ac_t""no" 1>&6
6659 fi
6660
6661
6662 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
2389f33b 6663echo "configure:6664: checking for --enable-choicedlg" >&5
1e6feb95
VZ
6664 no_cache=0
6665 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6666if test "${enable_choicedlg+set}" = set; then
6667 enableval="$enable_choicedlg"
6668
6669 if test "$enableval" = yes; then
6670 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
6671 else
6672 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
6673 fi
6674
6675else
6676
6677 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6678 if test "x$LINE" != x ; then
6679 eval "DEFAULT_$LINE"
6680 else
6681 no_cache=1
6682 fi
6683
6684 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6685
6686fi
6687
6688
6689 eval "$ac_cv_use_choicedlg"
6690 if test "$no_cache" != 1; then
6691 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6692 fi
6693
6694 if test "$wxUSE_CHOICEDLG" = yes; then
6695 echo "$ac_t""yes" 1>&6
6696 else
6697 echo "$ac_t""no" 1>&6
6698 fi
6699
6700
6701 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
2389f33b 6702echo "configure:6703: checking for --enable-coldlg" >&5
1e6feb95
VZ
6703 no_cache=0
6704 # Check whether --enable-coldlg or --disable-coldlg was given.
6705if test "${enable_coldlg+set}" = set; then
6706 enableval="$enable_coldlg"
6707
6708 if test "$enableval" = yes; then
6709 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
6710 else
6711 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
6712 fi
6713
6714else
6715
6716 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6717 if test "x$LINE" != x ; then
6718 eval "DEFAULT_$LINE"
6719 else
6720 no_cache=1
6721 fi
6722
6723 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6724
6725fi
6726
6727
6728 eval "$ac_cv_use_coldlg"
6729 if test "$no_cache" != 1; then
6730 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6731 fi
6732
6733 if test "$wxUSE_COLOURDLG" = yes; then
6734 echo "$ac_t""yes" 1>&6
6735 else
6736 echo "$ac_t""no" 1>&6
6737 fi
6738
6739
6740 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
2389f33b 6741echo "configure:6742: checking for --enable-filedlg" >&5
1e6feb95
VZ
6742 no_cache=0
6743 # Check whether --enable-filedlg or --disable-filedlg was given.
6744if test "${enable_filedlg+set}" = set; then
6745 enableval="$enable_filedlg"
6746
6747 if test "$enableval" = yes; then
6748 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
6749 else
6750 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
6751 fi
6752
6753else
6754
6755 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6756 if test "x$LINE" != x ; then
6757 eval "DEFAULT_$LINE"
6758 else
6759 no_cache=1
6760 fi
6761
6762 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6763
6764fi
6765
6766
6767 eval "$ac_cv_use_filedlg"
6768 if test "$no_cache" != 1; then
6769 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6770 fi
6771
6772 if test "$wxUSE_FILEDLG" = yes; then
6773 echo "$ac_t""yes" 1>&6
6774 else
6775 echo "$ac_t""no" 1>&6
6776 fi
6777
6778
8db37e06 6779 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
2389f33b 6780echo "configure:6781: checking for --enable-filedlg" >&5
8db37e06
VZ
6781 no_cache=0
6782 # Check whether --enable-filedlg or --disable-filedlg was given.
6783if test "${enable_filedlg+set}" = set; then
6784 enableval="$enable_filedlg"
6785
6786 if test "$enableval" = yes; then
6787 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=yes'
6788 else
6789 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=no'
6790 fi
6791
6792else
6793
6794 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6795 if test "x$LINE" != x ; then
6796 eval "DEFAULT_$LINE"
6797 else
6798 no_cache=1
6799 fi
6800
6801 ac_cv_use_filedlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6802
6803fi
6804
6805
6806 eval "$ac_cv_use_filedlg"
6807 if test "$no_cache" != 1; then
6808 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6809 fi
6810
6811 if test "$wxUSE_FINDREPLDLG" = yes; then
6812 echo "$ac_t""yes" 1>&6
6813 else
6814 echo "$ac_t""no" 1>&6
6815 fi
6816
6817
1e6feb95 6818 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
2389f33b 6819echo "configure:6820: checking for --enable-fontdlg" >&5
1e6feb95
VZ
6820 no_cache=0
6821 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6822if test "${enable_fontdlg+set}" = set; then
6823 enableval="$enable_fontdlg"
6824
6825 if test "$enableval" = yes; then
6826 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
6827 else
6828 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
6829 fi
6830
6831else
6832
6833 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6834 if test "x$LINE" != x ; then
6835 eval "DEFAULT_$LINE"
6836 else
6837 no_cache=1
6838 fi
6839
6840 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6841
6842fi
6843
6844
6845 eval "$ac_cv_use_fontdlg"
6846 if test "$no_cache" != 1; then
6847 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6848 fi
6849
6850 if test "$wxUSE_FONTDLG" = yes; then
6851 echo "$ac_t""yes" 1>&6
6852 else
6853 echo "$ac_t""no" 1>&6
6854 fi
6855
6856
6857 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
2389f33b 6858echo "configure:6859: checking for --enable-dirdlg" >&5
1e6feb95
VZ
6859 no_cache=0
6860 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6861if test "${enable_dirdlg+set}" = set; then
6862 enableval="$enable_dirdlg"
6863
6864 if test "$enableval" = yes; then
6865 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
6866 else
6867 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
6868 fi
6869
6870else
6871
6872 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6873 if test "x$LINE" != x ; then
6874 eval "DEFAULT_$LINE"
6875 else
6876 no_cache=1
6877 fi
6878
6879 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6880
6881fi
6882
6883
6884 eval "$ac_cv_use_dirdlg"
10f2d63a 6885 if test "$no_cache" != 1; then
1e6feb95 6886 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6887 fi
6888
1e6feb95 6889 if test "$wxUSE_DIRDLG" = yes; then
698dcdb6 6890 echo "$ac_t""yes" 1>&6
10f2d63a 6891 else
698dcdb6 6892 echo "$ac_t""no" 1>&6
10f2d63a 6893 fi
698dcdb6
VZ
6894
6895
1e6feb95 6896 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
2389f33b 6897echo "configure:6898: checking for --enable-msgdlg" >&5
10f2d63a 6898 no_cache=0
1e6feb95
VZ
6899 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6900if test "${enable_msgdlg+set}" = set; then
6901 enableval="$enable_msgdlg"
698dcdb6 6902
10f2d63a 6903 if test "$enableval" = yes; then
1e6feb95 6904 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
10f2d63a 6905 else
1e6feb95 6906 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
10f2d63a 6907 fi
698dcdb6 6908
10f2d63a 6909else
698dcdb6 6910
1e6feb95 6911 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
6912 if test "x$LINE" != x ; then
6913 eval "DEFAULT_$LINE"
6914 else
6915 no_cache=1
6916 fi
6917
1e6feb95 6918 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
698dcdb6
VZ
6919
6920fi
10f2d63a
VZ
6921
6922
1e6feb95 6923 eval "$ac_cv_use_msgdlg"
10f2d63a 6924 if test "$no_cache" != 1; then
1e6feb95 6925 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6926 fi
6927
1e6feb95 6928 if test "$wxUSE_MSGDLG" = yes; then
698dcdb6 6929 echo "$ac_t""yes" 1>&6
10f2d63a 6930 else
698dcdb6 6931 echo "$ac_t""no" 1>&6
10f2d63a 6932 fi
698dcdb6 6933
10f2d63a 6934
1e6feb95 6935 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
2389f33b 6936echo "configure:6937: checking for --enable-numberdlg" >&5
10f2d63a 6937 no_cache=0
1e6feb95
VZ
6938 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6939if test "${enable_numberdlg+set}" = set; then
6940 enableval="$enable_numberdlg"
698dcdb6 6941
10f2d63a 6942 if test "$enableval" = yes; then
1e6feb95 6943 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
10f2d63a 6944 else
1e6feb95 6945 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
10f2d63a 6946 fi
698dcdb6 6947
10f2d63a 6948else
698dcdb6 6949
1e6feb95 6950 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
6951 if test "x$LINE" != x ; then
6952 eval "DEFAULT_$LINE"
6953 else
6954 no_cache=1
6955 fi
6956
1e6feb95 6957 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
698dcdb6
VZ
6958
6959fi
10f2d63a
VZ
6960
6961
1e6feb95 6962 eval "$ac_cv_use_numberdlg"
10f2d63a 6963 if test "$no_cache" != 1; then
1e6feb95 6964 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6965 fi
6966
1e6feb95 6967 if test "$wxUSE_NUMBERDLG" = yes; then
698dcdb6 6968 echo "$ac_t""yes" 1>&6
10f2d63a 6969 else
698dcdb6 6970 echo "$ac_t""no" 1>&6
10f2d63a 6971 fi
698dcdb6 6972
10f2d63a 6973
cbca9943 6974 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
2389f33b 6975echo "configure:6976: checking for --enable-splash" >&5
cbca9943
VZ
6976 no_cache=0
6977 # Check whether --enable-splash or --disable-splash was given.
6978if test "${enable_splash+set}" = set; then
6979 enableval="$enable_splash"
6980
6981 if test "$enableval" = yes; then
6982 ac_cv_use_splash='wxUSE_SPLASH=yes'
6983 else
6984 ac_cv_use_splash='wxUSE_SPLASH=no'
6985 fi
6986
6987else
6988
6989 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
6990 if test "x$LINE" != x ; then
6991 eval "DEFAULT_$LINE"
6992 else
6993 no_cache=1
6994 fi
6995
6996 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
6997
6998fi
6999
7000
7001 eval "$ac_cv_use_splash"
7002 if test "$no_cache" != 1; then
7003 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7004 fi
7005
7006 if test "$wxUSE_SPLASH" = yes; then
7007 echo "$ac_t""yes" 1>&6
7008 else
7009 echo "$ac_t""no" 1>&6
7010 fi
7011
7012
698dcdb6 7013 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
2389f33b 7014echo "configure:7015: checking for --enable-textdlg" >&5
10f2d63a
VZ
7015 no_cache=0
7016 # Check whether --enable-textdlg or --disable-textdlg was given.
7017if test "${enable_textdlg+set}" = set; then
7018 enableval="$enable_textdlg"
698dcdb6 7019
10f2d63a
VZ
7020 if test "$enableval" = yes; then
7021 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7022 else
7023 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7024 fi
698dcdb6 7025
10f2d63a 7026else
698dcdb6 7027
10f2d63a
VZ
7028 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7029 if test "x$LINE" != x ; then
7030 eval "DEFAULT_$LINE"
7031 else
7032 no_cache=1
7033 fi
7034
7035 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
698dcdb6
VZ
7036
7037fi
10f2d63a
VZ
7038
7039
7040 eval "$ac_cv_use_textdlg"
7041 if test "$no_cache" != 1; then
7042 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7043 fi
7044
7045 if test "$wxUSE_TEXTDLG" = yes; then
698dcdb6 7046 echo "$ac_t""yes" 1>&6
10f2d63a 7047 else
698dcdb6 7048 echo "$ac_t""no" 1>&6
10f2d63a 7049 fi
698dcdb6 7050
10f2d63a 7051
698dcdb6 7052 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
2389f33b 7053echo "configure:7054: checking for --enable-tipdlg" >&5
10f2d63a
VZ
7054 no_cache=0
7055 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7056if test "${enable_tipdlg+set}" = set; then
7057 enableval="$enable_tipdlg"
698dcdb6 7058
10f2d63a
VZ
7059 if test "$enableval" = yes; then
7060 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7061 else
7062 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7063 fi
698dcdb6 7064
10f2d63a 7065else
698dcdb6 7066
10f2d63a
VZ
7067 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7068 if test "x$LINE" != x ; then
7069 eval "DEFAULT_$LINE"
7070 else
7071 no_cache=1
7072 fi
7073
7074 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
698dcdb6
VZ
7075
7076fi
10f2d63a
VZ
7077
7078
7079 eval "$ac_cv_use_tipdlg"
7080 if test "$no_cache" != 1; then
7081 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7082 fi
7083
7084 if test "$wxUSE_STARTUP_TIPS" = yes; then
698dcdb6 7085 echo "$ac_t""yes" 1>&6
10f2d63a 7086 else
698dcdb6 7087 echo "$ac_t""no" 1>&6
10f2d63a 7088 fi
698dcdb6 7089
10f2d63a 7090
698dcdb6 7091 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
2389f33b 7092echo "configure:7093: checking for --enable-progressdlg" >&5
10f2d63a
VZ
7093 no_cache=0
7094 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7095if test "${enable_progressdlg+set}" = set; then
7096 enableval="$enable_progressdlg"
698dcdb6 7097
10f2d63a
VZ
7098 if test "$enableval" = yes; then
7099 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7100 else
7101 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7102 fi
698dcdb6 7103
10f2d63a 7104else
698dcdb6 7105
10f2d63a
VZ
7106 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7107 if test "x$LINE" != x ; then
7108 eval "DEFAULT_$LINE"
7109 else
7110 no_cache=1
7111 fi
7112
7113 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
698dcdb6
VZ
7114
7115fi
10f2d63a
VZ
7116
7117
7118 eval "$ac_cv_use_progressdlg"
7119 if test "$no_cache" != 1; then
7120 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7121 fi
7122
7123 if test "$wxUSE_PROGRESSDLG" = yes; then
698dcdb6 7124 echo "$ac_t""yes" 1>&6
10f2d63a 7125 else
698dcdb6 7126 echo "$ac_t""no" 1>&6
10f2d63a 7127 fi
698dcdb6 7128
10f2d63a 7129
b1f5d087 7130 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
2389f33b 7131echo "configure:7132: checking for --enable-wizarddlg" >&5
b1f5d087
VZ
7132 no_cache=0
7133 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7134if test "${enable_wizarddlg+set}" = set; then
7135 enableval="$enable_wizarddlg"
7136
7137 if test "$enableval" = yes; then
7138 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7139 else
7140 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7141 fi
7142
7143else
7144
7145 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7146 if test "x$LINE" != x ; then
7147 eval "DEFAULT_$LINE"
7148 else
7149 no_cache=1
7150 fi
7151
7152 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7153
7154fi
7155
7156
7157 eval "$ac_cv_use_wizarddlg"
7158 if test "$no_cache" != 1; then
7159 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7160 fi
7161
7162 if test "$wxUSE_WIZARDDLG" = yes; then
7163 echo "$ac_t""yes" 1>&6
7164 else
7165 echo "$ac_t""no" 1>&6
7166 fi
7167
7168
7169
7170
1e6feb95 7171 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
2389f33b 7172echo "configure:7173: checking for --enable-menus" >&5
1e6feb95
VZ
7173 no_cache=0
7174 # Check whether --enable-menus or --disable-menus was given.
7175if test "${enable_menus+set}" = set; then
7176 enableval="$enable_menus"
7177
7178 if test "$enableval" = yes; then
7179 ac_cv_use_menus='wxUSE_MENUS=yes'
7180 else
7181 ac_cv_use_menus='wxUSE_MENUS=no'
7182 fi
7183
7184else
7185
7186 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7187 if test "x$LINE" != x ; then
7188 eval "DEFAULT_$LINE"
7189 else
7190 no_cache=1
7191 fi
7192
7193 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7194
7195fi
7196
7197
7198 eval "$ac_cv_use_menus"
7199 if test "$no_cache" != 1; then
7200 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7201 fi
7202
7203 if test "$wxUSE_MENUS" = yes; then
7204 echo "$ac_t""yes" 1>&6
7205 else
7206 echo "$ac_t""no" 1>&6
7207 fi
7208
7209
698dcdb6 7210 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
2389f33b 7211echo "configure:7212: checking for --enable-miniframe" >&5
10f2d63a
VZ
7212 no_cache=0
7213 # Check whether --enable-miniframe or --disable-miniframe was given.
7214if test "${enable_miniframe+set}" = set; then
7215 enableval="$enable_miniframe"
698dcdb6 7216
10f2d63a
VZ
7217 if test "$enableval" = yes; then
7218 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7219 else
7220 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7221 fi
698dcdb6 7222
10f2d63a 7223else
698dcdb6 7224
10f2d63a
VZ
7225 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7226 if test "x$LINE" != x ; then
7227 eval "DEFAULT_$LINE"
7228 else
7229 no_cache=1
7230 fi
7231
7232 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
698dcdb6
VZ
7233
7234fi
10f2d63a
VZ
7235
7236
7237 eval "$ac_cv_use_miniframe"
7238 if test "$no_cache" != 1; then
7239 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7240 fi
7241
7242 if test "$wxUSE_MINIFRAME" = yes; then
698dcdb6 7243 echo "$ac_t""yes" 1>&6
10f2d63a 7244 else
698dcdb6 7245 echo "$ac_t""no" 1>&6
10f2d63a 7246 fi
698dcdb6 7247
10f2d63a 7248
698dcdb6 7249 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
2389f33b 7250echo "configure:7251: checking for --enable-tooltips" >&5
10f2d63a
VZ
7251 no_cache=0
7252 # Check whether --enable-tooltips or --disable-tooltips was given.
7253if test "${enable_tooltips+set}" = set; then
7254 enableval="$enable_tooltips"
698dcdb6 7255
10f2d63a
VZ
7256 if test "$enableval" = yes; then
7257 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7258 else
7259 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7260 fi
698dcdb6 7261
10f2d63a 7262else
698dcdb6 7263
10f2d63a
VZ
7264 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7265 if test "x$LINE" != x ; then
7266 eval "DEFAULT_$LINE"
7267 else
7268 no_cache=1
7269 fi
7270
7271 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
698dcdb6
VZ
7272
7273fi
10f2d63a
VZ
7274
7275
7276 eval "$ac_cv_use_tooltips"
7277 if test "$no_cache" != 1; then
7278 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7279 fi
7280
7281 if test "$wxUSE_TOOLTIPS" = yes; then
698dcdb6 7282 echo "$ac_t""yes" 1>&6
10f2d63a 7283 else
698dcdb6 7284 echo "$ac_t""no" 1>&6
10f2d63a 7285 fi
698dcdb6 7286
10f2d63a 7287
698dcdb6 7288 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
2389f33b 7289echo "configure:7290: checking for --enable-splines" >&5
10f2d63a
VZ
7290 no_cache=0
7291 # Check whether --enable-splines or --disable-splines was given.
7292if test "${enable_splines+set}" = set; then
7293 enableval="$enable_splines"
698dcdb6 7294
10f2d63a
VZ
7295 if test "$enableval" = yes; then
7296 ac_cv_use_splines='wxUSE_SPLINES=yes'
7297 else
7298 ac_cv_use_splines='wxUSE_SPLINES=no'
7299 fi
698dcdb6 7300
10f2d63a 7301else
698dcdb6 7302
10f2d63a
VZ
7303 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7304 if test "x$LINE" != x ; then
7305 eval "DEFAULT_$LINE"
7306 else
7307 no_cache=1
7308 fi
7309
7310 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
698dcdb6
VZ
7311
7312fi
10f2d63a
VZ
7313
7314
7315 eval "$ac_cv_use_splines"
7316 if test "$no_cache" != 1; then
7317 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7318 fi
7319
7320 if test "$wxUSE_SPLINES" = yes; then
698dcdb6 7321 echo "$ac_t""yes" 1>&6
10f2d63a 7322 else
698dcdb6 7323 echo "$ac_t""no" 1>&6
10f2d63a 7324 fi
698dcdb6 7325
10f2d63a 7326
698dcdb6 7327 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
2389f33b 7328echo "configure:7329: checking for --enable-validators" >&5
10f2d63a
VZ
7329 no_cache=0
7330 # Check whether --enable-validators or --disable-validators was given.
7331if test "${enable_validators+set}" = set; then
7332 enableval="$enable_validators"
698dcdb6 7333
10f2d63a
VZ
7334 if test "$enableval" = yes; then
7335 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7336 else
7337 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7338 fi
698dcdb6 7339
10f2d63a 7340else
698dcdb6 7341
10f2d63a
VZ
7342 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7343 if test "x$LINE" != x ; then
7344 eval "DEFAULT_$LINE"
7345 else
7346 no_cache=1
7347 fi
7348
7349 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
698dcdb6
VZ
7350
7351fi
10f2d63a
VZ
7352
7353
7354 eval "$ac_cv_use_validators"
7355 if test "$no_cache" != 1; then
7356 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7357 fi
7358
7359 if test "$wxUSE_VALIDATORS" = yes; then
698dcdb6 7360 echo "$ac_t""yes" 1>&6
10f2d63a 7361 else
698dcdb6 7362 echo "$ac_t""no" 1>&6
10f2d63a 7363 fi
698dcdb6 7364
10f2d63a 7365
698dcdb6 7366 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
2389f33b 7367echo "configure:7368: checking for --enable-busyinfo" >&5
10f2d63a
VZ
7368 no_cache=0
7369 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7370if test "${enable_busyinfo+set}" = set; then
7371 enableval="$enable_busyinfo"
698dcdb6 7372
10f2d63a
VZ
7373 if test "$enableval" = yes; then
7374 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7375 else
7376 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7377 fi
698dcdb6 7378
10f2d63a 7379else
698dcdb6 7380
10f2d63a
VZ
7381 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7382 if test "x$LINE" != x ; then
7383 eval "DEFAULT_$LINE"
7384 else
7385 no_cache=1
7386 fi
7387
7388 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
698dcdb6
VZ
7389
7390fi
10f2d63a
VZ
7391
7392
7393 eval "$ac_cv_use_busyinfo"
7394 if test "$no_cache" != 1; then
7395 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7396 fi
7397
7398 if test "$wxUSE_BUSYINFO" = yes; then
698dcdb6 7399 echo "$ac_t""yes" 1>&6
10f2d63a 7400 else
698dcdb6 7401 echo "$ac_t""no" 1>&6
10f2d63a 7402 fi
698dcdb6 7403
10f2d63a 7404
698dcdb6 7405 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
2389f33b 7406echo "configure:7407: checking for --enable-joystick" >&5
f6bcfd97
BP
7407 no_cache=0
7408 # Check whether --enable-joystick or --disable-joystick was given.
7409if test "${enable_joystick+set}" = set; then
7410 enableval="$enable_joystick"
698dcdb6 7411
f6bcfd97
BP
7412 if test "$enableval" = yes; then
7413 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7414 else
7415 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7416 fi
698dcdb6 7417
f6bcfd97 7418else
698dcdb6 7419
f6bcfd97
BP
7420 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7421 if test "x$LINE" != x ; then
7422 eval "DEFAULT_$LINE"
7423 else
7424 no_cache=1
7425 fi
7426
7427 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
698dcdb6
VZ
7428
7429fi
f6bcfd97
BP
7430
7431
7432 eval "$ac_cv_use_joystick"
7433 if test "$no_cache" != 1; then
7434 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7435 fi
7436
7437 if test "$wxUSE_JOYSTICK" = yes; then
698dcdb6 7438 echo "$ac_t""yes" 1>&6
f6bcfd97 7439 else
698dcdb6 7440 echo "$ac_t""no" 1>&6
f6bcfd97 7441 fi
698dcdb6
VZ
7442
7443
1e6feb95 7444 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
2389f33b 7445echo "configure:7446: checking for --enable-metafile" >&5
1e6feb95
VZ
7446 no_cache=0
7447 # Check whether --enable-metafile or --disable-metafile was given.
7448if test "${enable_metafile+set}" = set; then
7449 enableval="$enable_metafile"
7450
7451 if test "$enableval" = yes; then
7452 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7453 else
7454 ac_cv_use_metafile='wxUSE_METAFILE=no'
7455 fi
7456
7457else
7458
7459 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7460 if test "x$LINE" != x ; then
7461 eval "DEFAULT_$LINE"
7462 else
7463 no_cache=1
7464 fi
7465
7466 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7467
7468fi
7469
7470
7471 eval "$ac_cv_use_metafile"
7472 if test "$no_cache" != 1; then
7473 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7474 fi
7475
7476 if test "$wxUSE_METAFILE" = yes; then
7477 echo "$ac_t""yes" 1>&6
7478 else
7479 echo "$ac_t""no" 1>&6
7480 fi
7481
7482
24fd6d87 7483 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
2389f33b 7484echo "configure:7485: checking for --enable-dragimage" >&5
24fd6d87
VZ
7485 no_cache=0
7486 # Check whether --enable-dragimage or --disable-dragimage was given.
7487if test "${enable_dragimage+set}" = set; then
7488 enableval="$enable_dragimage"
7489
7490 if test "$enableval" = yes; then
7491 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
7492 else
7493 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
7494 fi
7495
7496else
7497
7498 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7499 if test "x$LINE" != x ; then
7500 eval "DEFAULT_$LINE"
7501 else
7502 no_cache=1
7503 fi
7504
7505 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7506
7507fi
7508
7509
7510 eval "$ac_cv_use_dragimage"
7511 if test "$no_cache" != 1; then
7512 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7513 fi
7514
7515 if test "$wxUSE_DRAGIMAGE" = yes; then
7516 echo "$ac_t""yes" 1>&6
7517 else
7518 echo "$ac_t""no" 1>&6
7519 fi
7520
7521
10f2d63a 7522
698dcdb6
VZ
7523
7524 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
2389f33b 7525echo "configure:7526: checking for --enable-image" >&5
0046ff7c
VS
7526 no_cache=0
7527 # Check whether --enable-image or --disable-image was given.
7528if test "${enable_image+set}" = set; then
7529 enableval="$enable_image"
698dcdb6 7530
0046ff7c
VS
7531 if test "$enableval" = yes; then
7532 ac_cv_use_image='wxUSE_IMAGE=yes'
7533 else
7534 ac_cv_use_image='wxUSE_IMAGE=no'
7535 fi
698dcdb6 7536
0046ff7c 7537else
698dcdb6 7538
0046ff7c
VS
7539 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7540 if test "x$LINE" != x ; then
7541 eval "DEFAULT_$LINE"
7542 else
7543 no_cache=1
7544 fi
7545
7546 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
698dcdb6
VZ
7547
7548fi
0046ff7c
VS
7549
7550
7551 eval "$ac_cv_use_image"
7552 if test "$no_cache" != 1; then
7553 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7554 fi
7555
7556 if test "$wxUSE_IMAGE" = yes; then
698dcdb6 7557 echo "$ac_t""yes" 1>&6
0046ff7c 7558 else
698dcdb6 7559 echo "$ac_t""no" 1>&6
0046ff7c 7560 fi
698dcdb6 7561
0046ff7c 7562
698dcdb6 7563 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
2389f33b 7564echo "configure:7565: checking for --enable-gif" >&5
10f2d63a
VZ
7565 no_cache=0
7566 # Check whether --enable-gif or --disable-gif was given.
7567if test "${enable_gif+set}" = set; then
7568 enableval="$enable_gif"
698dcdb6 7569
10f2d63a
VZ
7570 if test "$enableval" = yes; then
7571 ac_cv_use_gif='wxUSE_GIF=yes'
7572 else
7573 ac_cv_use_gif='wxUSE_GIF=no'
7574 fi
698dcdb6 7575
10f2d63a 7576else
698dcdb6 7577
10f2d63a
VZ
7578 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7579 if test "x$LINE" != x ; then
7580 eval "DEFAULT_$LINE"
7581 else
7582 no_cache=1
7583 fi
7584
7585 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
698dcdb6
VZ
7586
7587fi
10f2d63a
VZ
7588
7589
7590 eval "$ac_cv_use_gif"
7591 if test "$no_cache" != 1; then
7592 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7593 fi
7594
7595 if test "$wxUSE_GIF" = yes; then
698dcdb6 7596 echo "$ac_t""yes" 1>&6
10f2d63a 7597 else
698dcdb6 7598 echo "$ac_t""no" 1>&6
10f2d63a 7599 fi
698dcdb6 7600
10f2d63a 7601
698dcdb6 7602 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
2389f33b 7603echo "configure:7604: checking for --enable-pcx" >&5
10f2d63a
VZ
7604 no_cache=0
7605 # Check whether --enable-pcx or --disable-pcx was given.
7606if test "${enable_pcx+set}" = set; then
7607 enableval="$enable_pcx"
698dcdb6 7608
10f2d63a
VZ
7609 if test "$enableval" = yes; then
7610 ac_cv_use_pcx='wxUSE_PCX=yes'
7611 else
7612 ac_cv_use_pcx='wxUSE_PCX=no'
7613 fi
698dcdb6 7614
10f2d63a 7615else
698dcdb6 7616
10f2d63a
VZ
7617 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7618 if test "x$LINE" != x ; then
7619 eval "DEFAULT_$LINE"
7620 else
7621 no_cache=1
7622 fi
7623
7624 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
698dcdb6
VZ
7625
7626fi
10f2d63a
VZ
7627
7628
7629 eval "$ac_cv_use_pcx"
7630 if test "$no_cache" != 1; then
7631 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7632 fi
7633
7634 if test "$wxUSE_PCX" = yes; then
698dcdb6 7635 echo "$ac_t""yes" 1>&6
10f2d63a 7636 else
698dcdb6 7637 echo "$ac_t""no" 1>&6
10f2d63a 7638 fi
698dcdb6 7639
10f2d63a 7640
698dcdb6 7641 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
2389f33b 7642echo "configure:7643: checking for --enable-pnm" >&5
10f2d63a
VZ
7643 no_cache=0
7644 # Check whether --enable-pnm or --disable-pnm was given.
7645if test "${enable_pnm+set}" = set; then
7646 enableval="$enable_pnm"
698dcdb6 7647
10f2d63a
VZ
7648 if test "$enableval" = yes; then
7649 ac_cv_use_pnm='wxUSE_PNM=yes'
7650 else
7651 ac_cv_use_pnm='wxUSE_PNM=no'
7652 fi
698dcdb6 7653
10f2d63a 7654else
698dcdb6 7655
10f2d63a
VZ
7656 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7657 if test "x$LINE" != x ; then
7658 eval "DEFAULT_$LINE"
7659 else
7660 no_cache=1
7661 fi
7662
7663 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
698dcdb6
VZ
7664
7665fi
10f2d63a
VZ
7666
7667
7668 eval "$ac_cv_use_pnm"
7669 if test "$no_cache" != 1; then
7670 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7671 fi
7672
7673 if test "$wxUSE_PNM" = yes; then
698dcdb6 7674 echo "$ac_t""yes" 1>&6
10f2d63a 7675 else
698dcdb6 7676 echo "$ac_t""no" 1>&6
10f2d63a 7677 fi
698dcdb6 7678
10f2d63a 7679
698dcdb6 7680 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
2389f33b 7681echo "configure:7682: checking for --enable-pnm" >&5
0046ff7c
VS
7682 no_cache=0
7683 # Check whether --enable-pnm or --disable-pnm was given.
7684if test "${enable_pnm+set}" = set; then
7685 enableval="$enable_pnm"
698dcdb6 7686
0046ff7c
VS
7687 if test "$enableval" = yes; then
7688 ac_cv_use_pnm='wxUSE_XPM=yes'
7689 else
7690 ac_cv_use_pnm='wxUSE_XPM=no'
7691 fi
698dcdb6 7692
0046ff7c 7693else
698dcdb6 7694
0046ff7c
VS
7695 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7696 if test "x$LINE" != x ; then
7697 eval "DEFAULT_$LINE"
7698 else
7699 no_cache=1
7700 fi
7701
7702 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
698dcdb6
VZ
7703
7704fi
0046ff7c
VS
7705
7706
7707 eval "$ac_cv_use_pnm"
7708 if test "$no_cache" != 1; then
7709 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7710 fi
7711
7712 if test "$wxUSE_XPM" = yes; then
698dcdb6 7713 echo "$ac_t""yes" 1>&6
0046ff7c 7714 else
698dcdb6 7715 echo "$ac_t""no" 1>&6
0046ff7c 7716 fi
698dcdb6 7717
0046ff7c 7718
b12915c1
VZ
7719fi
7720
698dcdb6 7721
10f2d63a
VZ
7722 echo "saving argument cache $wx_arg_cache_file"
7723 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
698dcdb6 7724
10f2d63a 7725
698dcdb6
VZ
7726
7727echo $ac_n "checking for toolkit""... $ac_c" 1>&6
2389f33b 7728echo "configure:7729: checking for toolkit" >&5
10f2d63a
VZ
7729
7730if test "$wxUSE_GUI" = "yes"; then
7731
b12915c1 7732if test "$USE_BEOS" = 1; then
698dcdb6 7733 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
b12915c1
VZ
7734fi
7735
10f2d63a
VZ
7736if test "$TOOLKIT_GIVEN" = 1; then
7737 for toolkit in `echo $ALL_TOOLKITS`; do
7738 var=wxUSE_$toolkit
7739 eval "value=\$${var}"
7740 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
7741 done
7742else
7743 for toolkit in `echo $ALL_TOOLKITS`; do
7744 if test "$has_toolkit_in_cache" != 1; then
7745 var=DEFAULT_DEFAULT_wxUSE_$toolkit
7746 else
7747 var=DEFAULT_wxUSE_$toolkit
7748 fi
7749 eval "wxUSE_$toolkit=\$${var}"
7750 done
7751fi
7752
1e6feb95 7753NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} + ${wxUSE_MGL:-0}`
cf27ef00 7754
ec14dd32
VZ
7755case "${host}" in
7756 *-pc-os2_emx )
7757 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7758 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7759 LEX_STEM="lexyy"
7760 ;;
7761 *)
7762 PATH_IFS=':'
7763 LEX_STEM="lex.yy"
7764 ;;
7765esac
10f2d63a
VZ
7766
7767case "$NUM_TOOLKITS" in
7768 1)
7769 ;;
7770 0)
698dcdb6 7771 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
10f2d63a
VZ
7772 ;;
7773 *)
698dcdb6 7774 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
10f2d63a
VZ
7775esac
7776
7777for toolkit in `echo $ALL_TOOLKITS`; do
7778 var=wxUSE_$toolkit
7779 eval "value=\$${var}"
7780 if test "x$value" != x; then
7781 cache_var=CACHE_$toolkit
7782 eval "cache=\$${cache_var}"
7783 if test "$cache" = 1; then
7784 echo "$var=$value" >> ${wx_arg_cache_file}
7785 fi
7786 if test "$value" = 1; then
8168de4c
VZ
7787 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
7788 echo "$ac_t""$toolkit_echo" 1>&6
10f2d63a
VZ
7789 fi
7790 fi
7791done
7792
7793else
cf27ef00 7794 PATH_IFS=':'
698dcdb6 7795 echo "$ac_t""base only" 1>&6
10f2d63a
VZ
7796fi
7797
698dcdb6
VZ
7798
7799cat > confcache <<\EOF
10f2d63a
VZ
7800# This file is a shell script that caches the results of configure
7801# tests run on this system so they can be shared between configure
698dcdb6
VZ
7802# scripts and configure runs. It is not useful on other systems.
7803# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 7804#
698dcdb6
VZ
7805# By default, configure uses ./config.cache as the cache file,
7806# creating it if it does not exist already. You can give configure
7807# the --cache-file=FILE option to use a different cache file; that is
7808# what configure does when it calls configure scripts in
7809# subdirectories, so they share the cache.
7810# Giving --cache-file=/dev/null disables caching, for debugging configure.
7811# config.status only pays attention to the cache file if you give it the
7812# --recheck option to rerun configure.
10f2d63a 7813#
698dcdb6 7814EOF
10f2d63a
VZ
7815# The following way of writing the cache mishandles newlines in values,
7816# but we know of no workaround that is simple, portable, and efficient.
7817# So, don't put newlines in cache variables' values.
7818# Ultrix sh set writes to stderr and can't be redirected directly,
7819# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
7820(set) 2>&1 |
7821 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7822 *ac_space=\ *)
7823 # `set' does not quote correctly, so add quotes (double-quote substitution
7824 # turns \\\\ into \\, and sed turns \\ into \).
7825 sed -n \
7826 -e "s/'/'\\\\''/g" \
7827 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7828 ;;
7829 *)
7830 # `set' quotes correctly as required by POSIX, so do not add quotes.
7831 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7832 ;;
7833 esac >> confcache
7834if cmp -s $cache_file confcache; then
7835 :
7836else
10f2d63a 7837 if test -w $cache_file; then
698dcdb6
VZ
7838 echo "updating cache $cache_file"
7839 cat confcache > $cache_file
10f2d63a
VZ
7840 else
7841 echo "not updating unwritable cache $cache_file"
7842 fi
7843fi
7844rm -f confcache
7845
698dcdb6 7846
e59890c3 7847if test "$build" != "$host" ; then
10f2d63a
VZ
7848 CC=$host_alias-gcc
7849 CXX=$host_alias-c++
7850 AR=$host_alias-ar
7851 RANLIB=$host_alias-ranlib
7852 DLLTOOL=$host_alias-dlltool
32832908 7853 RESCOMP=$host_alias-windres
10f2d63a
VZ
7854 LD=$host_alias-ld
7855 NM=$host_alias-nm
7856 STRIP=$host_alias-strip
10f2d63a
VZ
7857fi
7858
698dcdb6 7859# Extract the first word of "gcc", so it can be a program name with args.
1e487827 7860set dummy gcc; ac_word=$2
698dcdb6 7861echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 7862echo "configure:7863: checking for $ac_word" >&5
698dcdb6
VZ
7863if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7864 echo $ac_n "(cached) $ac_c" 1>&6
6232543b
VS
7865else
7866 if test -n "$CC"; then
7867 ac_cv_prog_CC="$CC" # Let the user override the test.
10f2d63a 7868else
698dcdb6
VZ
7869 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7870 ac_dummy="$PATH"
7871 for ac_dir in $ac_dummy; do
7872 test -z "$ac_dir" && ac_dir=.
7873 if test -f $ac_dir/$ac_word; then
7874 ac_cv_prog_CC="gcc"
7875 break
7876 fi
7877 done
7878 IFS="$ac_save_ifs"
10f2d63a 7879fi
6232543b 7880fi
698dcdb6 7881CC="$ac_cv_prog_CC"
6232543b 7882if test -n "$CC"; then
698dcdb6 7883 echo "$ac_t""$CC" 1>&6
1e487827 7884else
698dcdb6 7885 echo "$ac_t""no" 1>&6
1e487827 7886fi
6232543b 7887
1e487827
VS
7888if test -z "$CC"; then
7889 # Extract the first word of "cc", so it can be a program name with args.
7890set dummy cc; ac_word=$2
698dcdb6 7891echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 7892echo "configure:7893: checking for $ac_word" >&5
698dcdb6
VZ
7893if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7894 echo $ac_n "(cached) $ac_c" 1>&6
1e487827
VS
7895else
7896 if test -n "$CC"; then
7897 ac_cv_prog_CC="$CC" # Let the user override the test.
7898else
698dcdb6 7899 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1e487827 7900 ac_prog_rejected=no
698dcdb6
VZ
7901 ac_dummy="$PATH"
7902 for ac_dir in $ac_dummy; do
7903 test -z "$ac_dir" && ac_dir=.
7904 if test -f $ac_dir/$ac_word; then
7905 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7906 ac_prog_rejected=yes
7907 continue
7908 fi
7909 ac_cv_prog_CC="cc"
7910 break
7911 fi
7912 done
7913 IFS="$ac_save_ifs"
1e487827
VS
7914if test $ac_prog_rejected = yes; then
7915 # We found a bogon in the path, so make sure we never use it.
7916 set dummy $ac_cv_prog_CC
7917 shift
698dcdb6 7918 if test $# -gt 0; then
1e487827
VS
7919 # We chose a different compiler from the bogus one.
7920 # However, it has the same basename, so the bogon will be chosen
7921 # first if we set CC to just the basename; use the full file name.
7922 shift
698dcdb6 7923 set dummy "$ac_dir/$ac_word" "$@"
1e487827
VS
7924 shift
7925 ac_cv_prog_CC="$@"
703e0a69 7926 fi
1e487827
VS
7927fi
7928fi
7929fi
698dcdb6 7930CC="$ac_cv_prog_CC"
1e487827 7931if test -n "$CC"; then
698dcdb6 7932 echo "$ac_t""$CC" 1>&6
703e0a69 7933else
698dcdb6 7934 echo "$ac_t""no" 1>&6
703e0a69 7935fi
1e487827 7936
698dcdb6
VZ
7937 if test -z "$CC"; then
7938 case "`uname -s`" in
7939 *win32* | *WIN32*)
7940 # Extract the first word of "cl", so it can be a program name with args.
7941set dummy cl; ac_word=$2
7942echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 7943echo "configure:7944: checking for $ac_word" >&5
698dcdb6
VZ
7944if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7945 echo $ac_n "(cached) $ac_c" 1>&6
1e487827
VS
7946else
7947 if test -n "$CC"; then
7948 ac_cv_prog_CC="$CC" # Let the user override the test.
703e0a69 7949else
698dcdb6
VZ
7950 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7951 ac_dummy="$PATH"
7952 for ac_dir in $ac_dummy; do
7953 test -z "$ac_dir" && ac_dir=.
7954 if test -f $ac_dir/$ac_word; then
7955 ac_cv_prog_CC="cl"
7956 break
7957 fi
7958 done
7959 IFS="$ac_save_ifs"
703e0a69 7960fi
1e487827 7961fi
698dcdb6 7962CC="$ac_cv_prog_CC"
1e487827 7963if test -n "$CC"; then
698dcdb6 7964 echo "$ac_t""$CC" 1>&6
1e487827 7965else
698dcdb6 7966 echo "$ac_t""no" 1>&6
1e487827 7967fi
698dcdb6
VZ
7968 ;;
7969 esac
7970 fi
7971 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1e487827
VS
7972fi
7973
698dcdb6 7974echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2389f33b 7975echo "configure:7976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1e487827 7976
698dcdb6
VZ
7977ac_ext=c
7978# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7979ac_cpp='$CPP $CPPFLAGS'
7980ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7981ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7982cross_compiling=$ac_cv_prog_cc_cross
6232543b 7983
698dcdb6 7984cat > conftest.$ac_ext << EOF
1e487827 7985
2389f33b 7986#line 7987 "configure"
1e487827
VS
7987#include "confdefs.h"
7988
698dcdb6
VZ
7989main(){return(0);}
7990EOF
2389f33b 7991if { (eval echo configure:7992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
7992 ac_cv_prog_cc_works=yes
7993 # If we can't run a trivial program, we are probably using a cross compiler.
7994 if (./conftest; exit) 2>/dev/null; then
7995 ac_cv_prog_cc_cross=no
7996 else
7997 ac_cv_prog_cc_cross=yes
7998 fi
7999else
8000 echo "configure: failed program was:" >&5
8001 cat conftest.$ac_ext >&5
8002 ac_cv_prog_cc_works=no
8003fi
8004rm -fr conftest*
8005ac_ext=c
8006# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8007ac_cpp='$CPP $CPPFLAGS'
8008ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8009ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8010cross_compiling=$ac_cv_prog_cc_cross
8011
8012echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8013if test $ac_cv_prog_cc_works = no; then
8014 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8015fi
8016echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2389f33b 8017echo "configure:8018: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
698dcdb6
VZ
8018echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8019cross_compiling=$ac_cv_prog_cc_cross
8020
8021echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2389f33b 8022echo "configure:8023: checking whether we are using GNU C" >&5
698dcdb6
VZ
8023if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8024 echo $ac_n "(cached) $ac_c" 1>&6
8025else
8026 cat > conftest.c <<EOF
8027#ifdef __GNUC__
8028 yes;
1e487827 8029#endif
698dcdb6 8030EOF
2389f33b 8031if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
698dcdb6
VZ
8032 ac_cv_prog_gcc=yes
8033else
8034 ac_cv_prog_gcc=no
8035fi
8036fi
1e487827 8037
698dcdb6 8038echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1e487827 8039
698dcdb6
VZ
8040if test $ac_cv_prog_gcc = yes; then
8041 GCC=yes
8042else
8043 GCC=
8044fi
1e487827 8045
698dcdb6
VZ
8046ac_test_CFLAGS="${CFLAGS+set}"
8047ac_save_CFLAGS="$CFLAGS"
8048CFLAGS=
8049echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2389f33b 8050echo "configure:8051: checking whether ${CC-cc} accepts -g" >&5
698dcdb6
VZ
8051if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8052 echo $ac_n "(cached) $ac_c" 1>&6
8053else
8054 echo 'void f(){}' > conftest.c
8055if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
10f2d63a
VZ
8056 ac_cv_prog_cc_g=yes
8057else
698dcdb6 8058 ac_cv_prog_cc_g=no
10f2d63a 8059fi
698dcdb6
VZ
8060rm -f conftest*
8061
10f2d63a 8062fi
698dcdb6
VZ
8063
8064echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
10f2d63a 8065if test "$ac_test_CFLAGS" = set; then
698dcdb6 8066 CFLAGS="$ac_save_CFLAGS"
10f2d63a
VZ
8067elif test $ac_cv_prog_cc_g = yes; then
8068 if test "$GCC" = yes; then
8069 CFLAGS="-g -O2"
8070 else
8071 CFLAGS="-g"
8072 fi
8073else
8074 if test "$GCC" = yes; then
8075 CFLAGS="-O2"
8076 else
8077 CFLAGS=
8078 fi
8079fi
8080
8081
8082CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8083
698dcdb6 8084echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2389f33b 8085echo "configure:8086: checking how to run the C preprocessor" >&5
10f2d63a
VZ
8086# On Suns, sometimes $CPP names a directory.
8087if test -n "$CPP" && test -d "$CPP"; then
8088 CPP=
8089fi
8090if test -z "$CPP"; then
698dcdb6
VZ
8091if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8092 echo $ac_n "(cached) $ac_c" 1>&6
8093else
8094 # This must be in double quotes, not single quotes, because CPP may get
8095 # substituted into the Makefile and "${CC-cc}" will confuse make.
8096 CPP="${CC-cc} -E"
10f2d63a 8097 # On the NeXT, cc -E runs the code through the compiler's parser,
698dcdb6
VZ
8098 # not just through cpp.
8099 cat > conftest.$ac_ext <<EOF
2389f33b 8100#line 8101 "configure"
10f2d63a
VZ
8101#include "confdefs.h"
8102#include <assert.h>
698dcdb6
VZ
8103Syntax Error
8104EOF
8105ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 8106{ (eval echo configure:8107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8107ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8108if test -z "$ac_err"; then
10f2d63a
VZ
8109 :
8110else
698dcdb6
VZ
8111 echo "$ac_err" >&5
8112 echo "configure: failed program was:" >&5
10f2d63a 8113 cat conftest.$ac_ext >&5
698dcdb6
VZ
8114 rm -rf conftest*
8115 CPP="${CC-cc} -E -traditional-cpp"
8116 cat > conftest.$ac_ext <<EOF
2389f33b 8117#line 8118 "configure"
10f2d63a 8118#include "confdefs.h"
698dcdb6
VZ
8119#include <assert.h>
8120Syntax Error
8121EOF
8122ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 8123{ (eval echo configure:8124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8124ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8125if test -z "$ac_err"; then
8126 :
10f2d63a 8127else
698dcdb6
VZ
8128 echo "$ac_err" >&5
8129 echo "configure: failed program was:" >&5
10f2d63a 8130 cat conftest.$ac_ext >&5
698dcdb6
VZ
8131 rm -rf conftest*
8132 CPP="${CC-cc} -nologo -E"
8133 cat > conftest.$ac_ext <<EOF
2389f33b 8134#line 8135 "configure"
10f2d63a
VZ
8135#include "confdefs.h"
8136#include <assert.h>
698dcdb6
VZ
8137Syntax Error
8138EOF
8139ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 8140{ (eval echo configure:8141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8141ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8142if test -z "$ac_err"; then
10f2d63a
VZ
8143 :
8144else
698dcdb6
VZ
8145 echo "$ac_err" >&5
8146 echo "configure: failed program was:" >&5
10f2d63a 8147 cat conftest.$ac_ext >&5
698dcdb6
VZ
8148 rm -rf conftest*
8149 CPP=/lib/cpp
10f2d63a 8150fi
698dcdb6 8151rm -f conftest*
10f2d63a 8152fi
698dcdb6 8153rm -f conftest*
703e0a69 8154fi
698dcdb6
VZ
8155rm -f conftest*
8156 ac_cv_prog_CPP="$CPP"
8157fi
8158 CPP="$ac_cv_prog_CPP"
10f2d63a 8159else
698dcdb6 8160 ac_cv_prog_CPP="$CPP"
10f2d63a 8161fi
698dcdb6 8162echo "$ac_t""$CPP" 1>&6
10f2d63a
VZ
8163
8164
698dcdb6
VZ
8165if test $ac_cv_prog_gcc = yes; then
8166 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
2389f33b 8167echo "configure:8168: checking whether ${CC-cc} needs -traditional" >&5
698dcdb6
VZ
8168if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8169 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8170else
8171 ac_pattern="Autoconf.*'x'"
698dcdb6 8172 cat > conftest.$ac_ext <<EOF
2389f33b 8173#line 8174 "configure"
10f2d63a
VZ
8174#include "confdefs.h"
8175#include <sgtty.h>
8176Autoconf TIOCGETP
698dcdb6 8177EOF
10f2d63a
VZ
8178if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8179 egrep "$ac_pattern" >/dev/null 2>&1; then
698dcdb6 8180 rm -rf conftest*
10f2d63a
VZ
8181 ac_cv_prog_gcc_traditional=yes
8182else
698dcdb6 8183 rm -rf conftest*
10f2d63a
VZ
8184 ac_cv_prog_gcc_traditional=no
8185fi
8186rm -f conftest*
8187
698dcdb6 8188
10f2d63a 8189 if test $ac_cv_prog_gcc_traditional = no; then
698dcdb6 8190 cat > conftest.$ac_ext <<EOF
2389f33b 8191#line 8192 "configure"
10f2d63a
VZ
8192#include "confdefs.h"
8193#include <termio.h>
8194Autoconf TCGETA
698dcdb6 8195EOF
10f2d63a
VZ
8196if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8197 egrep "$ac_pattern" >/dev/null 2>&1; then
698dcdb6 8198 rm -rf conftest*
10f2d63a
VZ
8199 ac_cv_prog_gcc_traditional=yes
8200fi
8201rm -f conftest*
8202
8203 fi
8204fi
698dcdb6
VZ
8205
8206echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
10f2d63a
VZ
8207 if test $ac_cv_prog_gcc_traditional = yes; then
8208 CC="$CC -traditional"
8209 fi
8210fi
8211
703e0a69 8212
698dcdb6
VZ
8213
8214ac_ext=C
8215# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 8216ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
8217ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8218ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8219cross_compiling=$ac_cv_prog_cxx_cross
8220
8221
8222for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8223do
8224# Extract the first word of "$ac_prog", so it can be a program name with args.
8225set dummy $ac_prog; ac_word=$2
8226echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 8227echo "configure:8228: checking for $ac_word" >&5
698dcdb6
VZ
8228if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8229 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8230else
8231 if test -n "$CXX"; then
8232 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8233else
698dcdb6
VZ
8234 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8235 ac_dummy="$PATH"
8236 for ac_dir in $ac_dummy; do
8237 test -z "$ac_dir" && ac_dir=.
8238 if test -f $ac_dir/$ac_word; then
8239 ac_cv_prog_CXX="$ac_prog"
8240 break
8241 fi
8242 done
8243 IFS="$ac_save_ifs"
10f2d63a
VZ
8244fi
8245fi
698dcdb6 8246CXX="$ac_cv_prog_CXX"
10f2d63a 8247if test -n "$CXX"; then
698dcdb6 8248 echo "$ac_t""$CXX" 1>&6
10f2d63a 8249else
698dcdb6 8250 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8251fi
8252
698dcdb6 8253test -n "$CXX" && break
10f2d63a 8254done
698dcdb6 8255test -n "$CXX" || CXX="gcc"
10f2d63a
VZ
8256
8257
698dcdb6 8258echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2389f33b 8259echo "configure:8260: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
10f2d63a 8260
698dcdb6
VZ
8261ac_ext=C
8262# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8263ac_cpp='$CXXCPP $CPPFLAGS'
8264ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8265ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8266cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 8267
698dcdb6
VZ
8268cat > conftest.$ac_ext << EOF
8269
2389f33b 8270#line 8271 "configure"
10f2d63a
VZ
8271#include "confdefs.h"
8272
698dcdb6
VZ
8273int main(){return(0);}
8274EOF
2389f33b 8275if { (eval echo configure:8276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
8276 ac_cv_prog_cxx_works=yes
8277 # If we can't run a trivial program, we are probably using a cross compiler.
8278 if (./conftest; exit) 2>/dev/null; then
8279 ac_cv_prog_cxx_cross=no
8280 else
8281 ac_cv_prog_cxx_cross=yes
8282 fi
8283else
8284 echo "configure: failed program was:" >&5
8285 cat conftest.$ac_ext >&5
8286 ac_cv_prog_cxx_works=no
8287fi
8288rm -fr conftest*
8289ac_ext=C
8290# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8291ac_cpp='$CXXCPP $CPPFLAGS'
8292ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8293ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8294cross_compiling=$ac_cv_prog_cxx_cross
8295
8296echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8297if test $ac_cv_prog_cxx_works = no; then
8298 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8299fi
8300echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2389f33b 8301echo "configure:8302: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
698dcdb6
VZ
8302echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8303cross_compiling=$ac_cv_prog_cxx_cross
8304
8305echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
2389f33b 8306echo "configure:8307: checking whether we are using GNU C++" >&5
698dcdb6
VZ
8307if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8308 echo $ac_n "(cached) $ac_c" 1>&6
8309else
8310 cat > conftest.C <<EOF
8311#ifdef __GNUC__
8312 yes;
10f2d63a 8313#endif
698dcdb6 8314EOF
2389f33b 8315if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
698dcdb6
VZ
8316 ac_cv_prog_gxx=yes
8317else
8318 ac_cv_prog_gxx=no
8319fi
8320fi
10f2d63a 8321
698dcdb6 8322echo "$ac_t""$ac_cv_prog_gxx" 1>&6
10f2d63a 8323
698dcdb6
VZ
8324if test $ac_cv_prog_gxx = yes; then
8325 GXX=yes
8326else
8327 GXX=
8328fi
10f2d63a 8329
698dcdb6
VZ
8330ac_test_CXXFLAGS="${CXXFLAGS+set}"
8331ac_save_CXXFLAGS="$CXXFLAGS"
8332CXXFLAGS=
8333echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
2389f33b 8334echo "configure:8335: checking whether ${CXX-g++} accepts -g" >&5
698dcdb6
VZ
8335if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8336 echo $ac_n "(cached) $ac_c" 1>&6
8337else
8338 echo 'void f(){}' > conftest.cc
8339if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
10f2d63a
VZ
8340 ac_cv_prog_cxx_g=yes
8341else
698dcdb6 8342 ac_cv_prog_cxx_g=no
10f2d63a 8343fi
698dcdb6
VZ
8344rm -f conftest*
8345
10f2d63a 8346fi
698dcdb6
VZ
8347
8348echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
10f2d63a 8349if test "$ac_test_CXXFLAGS" = set; then
698dcdb6 8350 CXXFLAGS="$ac_save_CXXFLAGS"
10f2d63a
VZ
8351elif test $ac_cv_prog_cxx_g = yes; then
8352 if test "$GXX" = yes; then
8353 CXXFLAGS="-g -O2"
8354 else
8355 CXXFLAGS="-g"
8356 fi
8357else
8358 if test "$GXX" = yes; then
8359 CXXFLAGS="-O2"
8360 else
8361 CXXFLAGS=
8362 fi
8363fi
8364
8365
698dcdb6 8366echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2389f33b 8367echo "configure:8368: checking how to run the C++ preprocessor" >&5
1e487827 8368if test -z "$CXXCPP"; then
698dcdb6
VZ
8369if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
8370 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 8371else
698dcdb6
VZ
8372 ac_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
8378 CXXCPP="${CXX-g++} -E"
8379 cat > conftest.$ac_ext <<EOF
2389f33b 8380#line 8381 "configure"
1e487827 8381#include "confdefs.h"
698dcdb6
VZ
8382#include <stdlib.h>
8383EOF
8384ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 8385{ (eval echo configure:8386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
8386ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8387if test -z "$ac_err"; then
1e487827
VS
8388 :
8389else
698dcdb6
VZ
8390 echo "$ac_err" >&5
8391 echo "configure: failed program was:" >&5
1e487827 8392 cat conftest.$ac_ext >&5
698dcdb6
VZ
8393 rm -rf conftest*
8394 CXXCPP=/lib/cpp
1e487827 8395fi
698dcdb6
VZ
8396rm -f conftest*
8397 ac_cv_prog_CXXCPP="$CXXCPP"
8398ac_ext=C
8399# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8400ac_cpp='$CXXCPP $CPPFLAGS'
8401ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8402ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8403cross_compiling=$ac_cv_prog_cxx_cross
1e487827 8404fi
1e487827 8405fi
698dcdb6
VZ
8406CXXCPP="$ac_cv_prog_CXXCPP"
8407echo "$ac_t""$CXXCPP" 1>&6
1e487827 8408
10f2d63a
VZ
8409
8410CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
8411
8412ac_ext=c
698dcdb6 8413# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 8414ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
8415ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8416ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8417cross_compiling=$ac_cv_prog_cc_cross
8418
8419
8420# Extract the first word of "ranlib", so it can be a program name with args.
8421set dummy ranlib; ac_word=$2
8422echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 8423echo "configure:8424: checking for $ac_word" >&5
698dcdb6
VZ
8424if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8425 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8426else
8427 if test -n "$RANLIB"; then
8428 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8429else
698dcdb6
VZ
8430 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8431 ac_dummy="$PATH"
8432 for ac_dir in $ac_dummy; do
8433 test -z "$ac_dir" && ac_dir=.
8434 if test -f $ac_dir/$ac_word; then
8435 ac_cv_prog_RANLIB="ranlib"
8436 break
8437 fi
8438 done
8439 IFS="$ac_save_ifs"
8440 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
10f2d63a
VZ
8441fi
8442fi
698dcdb6 8443RANLIB="$ac_cv_prog_RANLIB"
10f2d63a 8444if test -n "$RANLIB"; then
698dcdb6 8445 echo "$ac_t""$RANLIB" 1>&6
10f2d63a 8446else
698dcdb6 8447 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8448fi
8449
8450
8451# Extract the first word of "ar", so it can be a program name with args.
8452set dummy ar; ac_word=$2
698dcdb6 8453echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 8454echo "configure:8455: checking for $ac_word" >&5
698dcdb6
VZ
8455if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8456 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8457else
8458 if test -n "$AR"; then
8459 ac_cv_prog_AR="$AR" # Let the user override the test.
8460else
698dcdb6
VZ
8461 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8462 ac_dummy="$PATH"
8463 for ac_dir in $ac_dummy; do
8464 test -z "$ac_dir" && ac_dir=.
8465 if test -f $ac_dir/$ac_word; then
8466 ac_cv_prog_AR="ar"
8467 break
8468 fi
8469 done
8470 IFS="$ac_save_ifs"
10f2d63a
VZ
8471 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
8472fi
8473fi
698dcdb6 8474AR="$ac_cv_prog_AR"
10f2d63a 8475if test -n "$AR"; then
698dcdb6 8476 echo "$ac_t""$AR" 1>&6
10f2d63a 8477else
698dcdb6 8478 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8479fi
8480
698dcdb6 8481
10f2d63a
VZ
8482# Find a good install program. We prefer a C program (faster),
8483# so one script is as good as another. But avoid the broken or
8484# incompatible versions:
8485# SysV /etc/install, /usr/sbin/install
8486# SunOS /usr/etc/install
8487# IRIX /sbin/install
8488# AIX /bin/install
8489# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8490# AFS /usr/afsws/bin/install, which mishandles nonexistent args
8491# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8492# ./install, which can be erroneously created by make from ./install.sh.
698dcdb6 8493echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2389f33b 8494echo "configure:8495: checking for a BSD compatible install" >&5
10f2d63a 8495if test -z "$INSTALL"; then
698dcdb6
VZ
8496if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8497 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 8498else
698dcdb6 8499 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
10f2d63a
VZ
8500 for ac_dir in $PATH; do
8501 # Account for people who put trailing slashes in PATH elements.
698dcdb6
VZ
8502 case "$ac_dir/" in
8503 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
10f2d63a
VZ
8504 *)
8505 # OSF1 and SCO ODT 3.0 have their own names for install.
8506 # Don't use installbsd from OSF since it installs stuff as root
8507 # by default.
8508 for ac_prog in ginstall scoinst install; do
698dcdb6 8509 if test -f $ac_dir/$ac_prog; then
10f2d63a 8510 if test $ac_prog = install &&
698dcdb6 8511 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
10f2d63a
VZ
8512 # AIX install. It has an incompatible calling convention.
8513 :
8514 else
8515 ac_cv_path_install="$ac_dir/$ac_prog -c"
8516 break 2
8517 fi
8518 fi
8519 done
8520 ;;
8521 esac
8522 done
698dcdb6 8523 IFS="$ac_save_IFS"
10f2d63a
VZ
8524
8525fi
8526 if test "${ac_cv_path_install+set}" = set; then
698dcdb6 8527 INSTALL="$ac_cv_path_install"
10f2d63a
VZ
8528 else
8529 # As a last resort, use the slow shell script. We don't cache a
8530 # path for INSTALL within a source directory, because that will
8531 # break other packages using the cache if that directory is
8532 # removed, or if the path is relative.
698dcdb6 8533 INSTALL="$ac_install_sh"
10f2d63a
VZ
8534 fi
8535fi
698dcdb6 8536echo "$ac_t""$INSTALL" 1>&6
10f2d63a
VZ
8537
8538# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8539# It thinks the first close brace ends the variable substitution.
8540test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8541
698dcdb6 8542test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
10f2d63a
VZ
8543
8544test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8545
698dcdb6 8546
10f2d63a
VZ
8547# Extract the first word of "strip", so it can be a program name with args.
8548set dummy strip; ac_word=$2
698dcdb6 8549echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 8550echo "configure:8551: checking for $ac_word" >&5
698dcdb6
VZ
8551if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8552 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8553else
8554 if test -n "$STRIP"; then
8555 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8556else
698dcdb6
VZ
8557 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8558 ac_dummy="$PATH"
8559 for ac_dir in $ac_dummy; do
8560 test -z "$ac_dir" && ac_dir=.
8561 if test -f $ac_dir/$ac_word; then
8562 ac_cv_prog_STRIP="strip"
8563 break
8564 fi
8565 done
8566 IFS="$ac_save_ifs"
10f2d63a
VZ
8567 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
8568fi
8569fi
698dcdb6 8570STRIP="$ac_cv_prog_STRIP"
10f2d63a 8571if test -n "$STRIP"; then
698dcdb6 8572 echo "$ac_t""$STRIP" 1>&6
10f2d63a 8573else
698dcdb6 8574 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8575fi
8576
698dcdb6
VZ
8577
8578echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
2389f33b 8579echo "configure:8580: checking make for VPATH support" >&5
10f2d63a
VZ
8580cat - << EOF > confMake
8581check : file
8582 cp \$? \$@
8583 cp \$? final_file
8584EOF
8585
8586if test ! -d sub ; then
8587 mkdir sub
8588fi
8589echo dummy > sub/file
f6bcfd97 8590${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
10f2d63a
VZ
8591RESULT=$?
8592rm -f sub/file check final_file confMake
8593rmdir sub
8594if test "$RESULT" = 0; then
698dcdb6 8595 echo "$ac_t""yes" 1>&6
10f2d63a 8596else
698dcdb6
VZ
8597 echo "$ac_t""no" 1>&6
8598 { echo "configure: error:
1e487827
VS
8599You need a make-utility that is able to use the variable
8600VPATH correctly.
8601If your version of make does not support VPATH correctly,
8602please install GNU-make (possibly as gmake), and start
8603configure with the following command:
8604export MAKE=gmake; ./configure for sh-type shells
8605setenv MAKE gmake; ./configure for csh-type shells
8606Also please do remember to use gmake in this case every time
8607you are trying to compile.
698dcdb6 8608" 1>&2; exit 1; }
10f2d63a
VZ
8609fi
8610
8611for ac_prog in 'bison -y' byacc
8612do
698dcdb6 8613# Extract the first word of "$ac_prog", so it can be a program name with args.
10f2d63a 8614set dummy $ac_prog; ac_word=$2
698dcdb6 8615echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 8616echo "configure:8617: checking for $ac_word" >&5
698dcdb6
VZ
8617if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8618 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8619else
8620 if test -n "$YACC"; then
8621 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8622else
698dcdb6
VZ
8623 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8624 ac_dummy="$PATH"
8625 for ac_dir in $ac_dummy; do
8626 test -z "$ac_dir" && ac_dir=.
8627 if test -f $ac_dir/$ac_word; then
8628 ac_cv_prog_YACC="$ac_prog"
8629 break
8630 fi
8631 done
8632 IFS="$ac_save_ifs"
10f2d63a
VZ
8633fi
8634fi
698dcdb6 8635YACC="$ac_cv_prog_YACC"
10f2d63a 8636if test -n "$YACC"; then
698dcdb6 8637 echo "$ac_t""$YACC" 1>&6
10f2d63a 8638else
698dcdb6 8639 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8640fi
8641
698dcdb6 8642test -n "$YACC" && break
10f2d63a
VZ
8643done
8644test -n "$YACC" || YACC="yacc"
8645
698dcdb6
VZ
8646
8647# Extract the first word of "flex", so it can be a program name with args.
8648set dummy flex; ac_word=$2
8649echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 8650echo "configure:8651: checking for $ac_word" >&5
698dcdb6
VZ
8651if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8652 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
8653else
8654 if test -n "$LEX"; then
8655 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8656else
698dcdb6
VZ
8657 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8658 ac_dummy="$PATH"
8659 for ac_dir in $ac_dummy; do
8660 test -z "$ac_dir" && ac_dir=.
8661 if test -f $ac_dir/$ac_word; then
8662 ac_cv_prog_LEX="flex"
8663 break
8664 fi
8665 done
8666 IFS="$ac_save_ifs"
8667 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
10f2d63a
VZ
8668fi
8669fi
698dcdb6 8670LEX="$ac_cv_prog_LEX"
10f2d63a 8671if test -n "$LEX"; then
698dcdb6 8672 echo "$ac_t""$LEX" 1>&6
10f2d63a 8673else
698dcdb6 8674 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8675fi
8676
8677if test -z "$LEXLIB"
8678then
698dcdb6
VZ
8679 case "$LEX" in
8680 flex*) ac_lib=fl ;;
8681 *) ac_lib=l ;;
8682 esac
8683 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
2389f33b 8684echo "configure:8685: checking for yywrap in -l$ac_lib" >&5
698dcdb6
VZ
8685ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8686if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8687 echo $ac_n "(cached) $ac_c" 1>&6
8688else
8689 ac_save_LIBS="$LIBS"
8690LIBS="-l$ac_lib $LIBS"
8691cat > conftest.$ac_ext <<EOF
2389f33b 8692#line 8693 "configure"
10f2d63a
VZ
8693#include "confdefs.h"
8694/* Override any gcc2 internal prototype to avoid an error. */
8695/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
8696 builtin and then its argument prototype would still apply. */
8697char yywrap();
10f2d63a 8698
698dcdb6
VZ
8699int main() {
8700yywrap()
8701; return 0; }
8702EOF
2389f33b 8703if { (eval echo configure:8704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
8704 rm -rf conftest*
8705 eval "ac_cv_lib_$ac_lib_var=yes"
10f2d63a 8706else
698dcdb6
VZ
8707 echo "configure: failed program was:" >&5
8708 cat conftest.$ac_ext >&5
8709 rm -rf conftest*
8710 eval "ac_cv_lib_$ac_lib_var=no"
10f2d63a 8711fi
698dcdb6
VZ
8712rm -f conftest*
8713LIBS="$ac_save_LIBS"
8714
10f2d63a 8715fi
698dcdb6
VZ
8716if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8717 echo "$ac_t""yes" 1>&6
8718 LEXLIB="-l$ac_lib"
8719else
8720 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8721fi
8722
8723fi
8724
8725
698dcdb6 8726echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2389f33b 8727echo "configure:8728: checking whether ln -s works" >&5
698dcdb6
VZ
8728if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8729 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 8730else
698dcdb6
VZ
8731 rm -f conftestdata
8732if ln -s X conftestdata 2>/dev/null
8733then
8734 rm -f conftestdata
8735 ac_cv_prog_LN_S="ln -s"
10f2d63a 8736else
698dcdb6 8737 ac_cv_prog_LN_S=ln
10f2d63a
VZ
8738fi
8739fi
698dcdb6
VZ
8740LN_S="$ac_cv_prog_LN_S"
8741if test "$ac_cv_prog_LN_S" = "ln -s"; then
8742 echo "$ac_t""yes" 1>&6
10f2d63a 8743else
698dcdb6 8744 echo "$ac_t""no" 1>&6
10f2d63a
VZ
8745fi
8746
8747
8748
8749SEARCH_INCLUDE="\
8750 /usr/local/include \
8751 \
8752 /usr/Motif-1.2/include \
8753 /usr/Motif-2.1/include \
8754 \
8755 /usr/include/Motif1.2 \
8756 /opt/xpm/include/X11 \
8757 /opt/GBxpm/include/ \
8758 /opt/GBxpm/X11/include/ \
8759 \
8760 /usr/Motif1.2/include \
8761 /usr/dt/include \
afc31813
VZ
8762 /usr/openwin/include \
8763 \
10f2d63a
VZ
8764 /usr/include/Xm \
8765 \
8766 /usr/X11R6/include \
afc31813 8767 /usr/X11R6.4/include \
10f2d63a
VZ
8768 /usr/X11R5/include \
8769 /usr/X11R4/include \
8770 \
10f2d63a
VZ
8771 /usr/include/X11R6 \
8772 /usr/include/X11R5 \
8773 /usr/include/X11R4 \
8774 \
8775 /usr/local/X11R6/include \
8776 /usr/local/X11R5/include \
8777 /usr/local/X11R4/include \
8778 \
8779 /usr/local/include/X11R6 \
8780 /usr/local/include/X11R5 \
8781 /usr/local/include/X11R4 \
8782 \
8783 /usr/X11/include \
8784 /usr/include/X11 \
8785 /usr/local/X11/include \
8786 /usr/local/include/X11 \
8787 \
8788 /usr/X386/include \
8789 /usr/x386/include \
8790 /usr/XFree86/include/X11 \
8791 \
cf27ef00 8792 X:/XFree86/include \
ec14dd32
VZ
8793 X:/XFree86/include/X11 \
8794 \
10f2d63a
VZ
8795 /usr/include/gtk \
8796 /usr/local/include/gtk \
8797 /usr/include/glib \
8798 /usr/local/include/glib \
8799 \
8800 /usr/include/qt \
8801 /usr/local/include/qt \
8802 \
8803 /usr/include/windows \
8804 /usr/include/wine \
8805 /usr/local/include/wine \
8806 \
8807 /usr/unsupported/include \
8808 /usr/athena/include \
8809 /usr/local/x11r5/include \
8810 /usr/lpp/Xamples/include \
8811 \
10f2d63a 8812 /usr/openwin/share/include \
928b5c08
VZ
8813 \
8814 /usr/include"
10f2d63a
VZ
8815
8816SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8817
698dcdb6
VZ
8818
8819cat > confcache <<\EOF
10f2d63a
VZ
8820# This file is a shell script that caches the results of configure
8821# tests run on this system so they can be shared between configure
698dcdb6
VZ
8822# scripts and configure runs. It is not useful on other systems.
8823# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 8824#
698dcdb6
VZ
8825# By default, configure uses ./config.cache as the cache file,
8826# creating it if it does not exist already. You can give configure
8827# the --cache-file=FILE option to use a different cache file; that is
8828# what configure does when it calls configure scripts in
8829# subdirectories, so they share the cache.
8830# Giving --cache-file=/dev/null disables caching, for debugging configure.
8831# config.status only pays attention to the cache file if you give it the
8832# --recheck option to rerun configure.
10f2d63a 8833#
698dcdb6 8834EOF
10f2d63a
VZ
8835# The following way of writing the cache mishandles newlines in values,
8836# but we know of no workaround that is simple, portable, and efficient.
8837# So, don't put newlines in cache variables' values.
8838# Ultrix sh set writes to stderr and can't be redirected directly,
8839# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
8840(set) 2>&1 |
8841 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8842 *ac_space=\ *)
8843 # `set' does not quote correctly, so add quotes (double-quote substitution
8844 # turns \\\\ into \\, and sed turns \\ into \).
8845 sed -n \
8846 -e "s/'/'\\\\''/g" \
8847 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8848 ;;
8849 *)
8850 # `set' quotes correctly as required by POSIX, so do not add quotes.
8851 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8852 ;;
8853 esac >> confcache
8854if cmp -s $cache_file confcache; then
8855 :
8856else
10f2d63a 8857 if test -w $cache_file; then
698dcdb6
VZ
8858 echo "updating cache $cache_file"
8859 cat confcache > $cache_file
10f2d63a
VZ
8860 else
8861 echo "not updating unwritable cache $cache_file"
8862 fi
8863fi
8864rm -f confcache
8865
698dcdb6
VZ
8866
8867
18dbb1f6
VZ
8868REGEX_INCLUDE=
8869if test "$wxUSE_REGEX" != "no"; then
8870 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
8871echo $ac_n "checking for regex.h""... $ac_c" 1>&6
2389f33b 8872echo "configure:8873: checking for regex.h" >&5
18dbb1f6
VZ
8873if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8874 echo $ac_n "(cached) $ac_c" 1>&6
8875else
8876 cat > conftest.$ac_ext <<EOF
2389f33b 8877#line 8878 "configure"
18dbb1f6
VZ
8878#include "confdefs.h"
8879#include <regex.h>
8880EOF
8881ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 8882{ (eval echo configure:8883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18dbb1f6
VZ
8883ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8884if test -z "$ac_err"; then
8885 rm -rf conftest*
8886 eval "ac_cv_header_$ac_safe=yes"
8887else
8888 echo "$ac_err" >&5
8889 echo "configure: failed program was:" >&5
8890 cat conftest.$ac_ext >&5
8891 rm -rf conftest*
8892 eval "ac_cv_header_$ac_safe=no"
8893fi
8894rm -f conftest*
8895fi
8896if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8897 echo "$ac_t""yes" 1>&6
8898 for ac_func in regcomp
8899do
8900echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2389f33b 8901echo "configure:8902: checking for $ac_func" >&5
18dbb1f6
VZ
8902if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8903 echo $ac_n "(cached) $ac_c" 1>&6
8904else
8905 cat > conftest.$ac_ext <<EOF
2389f33b 8906#line 8907 "configure"
18dbb1f6
VZ
8907#include "confdefs.h"
8908/* System header to define __stub macros and hopefully few prototypes,
8909 which can conflict with char $ac_func(); below. */
8910#include <assert.h>
8911/* Override any gcc2 internal prototype to avoid an error. */
8912/* We use char because int might match the return type of a gcc2
8913 builtin and then its argument prototype would still apply. */
8914char $ac_func();
8915
8916int main() {
8917
8918/* The GNU C library defines this for functions which it implements
8919 to always fail with ENOSYS. Some functions are actually named
8920 something starting with __ and the normal name is an alias. */
8921#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8922choke me
8923#else
8924$ac_func();
8925#endif
8926
8927; return 0; }
8928EOF
2389f33b 8929if { (eval echo configure:8930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18dbb1f6
VZ
8930 rm -rf conftest*
8931 eval "ac_cv_func_$ac_func=yes"
8932else
8933 echo "configure: failed program was:" >&5
8934 cat conftest.$ac_ext >&5
8935 rm -rf conftest*
8936 eval "ac_cv_func_$ac_func=no"
8937fi
8938rm -f conftest*
8939fi
8940
8941if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8942 echo "$ac_t""yes" 1>&6
8943 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8944 cat >> confdefs.h <<EOF
8945#define $ac_tr_func 1
8946EOF
8947
8948else
8949 echo "$ac_t""no" 1>&6
8950fi
8951done
8952
8953else
8954 echo "$ac_t""no" 1>&6
8955fi
8956
8957
8958 if test "x$ac_cv_func_regcomp" != "xyes"; then
8959 if test "$wxUSE_REGEX" = "sys"; then
8960 { echo "configure: error: system regex library not found! Use --with-regex to use the built-in regex library." 1>&2; exit 1; }
8961 fi
8962
8963 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
8964 fi
8965
8966 cat >> confdefs.h <<\EOF
8967#define wxUSE_REGEX 1
8968EOF
8969
8970fi
8971
8972
dad6c0ea
VZ
8973AFMINSTALL=
8974
10f2d63a 8975if test "$wxUSE_GUI" = "yes"; then
1e6feb95 8976 USE_GUI=1
10f2d63a 8977
1e6feb95
VZ
8978 TOOLKIT=
8979 TOOLKIT_INCLUDE=
10f2d63a 8980
1e6feb95
VZ
8981 GUI_TK_LIBRARY=
8982 GUI_TK_LINK=
10f2d63a 8983
1e6feb95
VZ
8984 WXGTK12=
8985 WXGTK127=
8986 WXGTK20=
10f2d63a 8987
1e6feb95 8988 WXWINE=
10f2d63a 8989
1e6feb95 8990 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
29fd3c0c
VS
8991 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
8992echo $ac_n "checking for windows.h""... $ac_c" 1>&6
2389f33b 8993echo "configure:8994: checking for windows.h" >&5
d4158b5d
VS
8994if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8995 echo $ac_n "(cached) $ac_c" 1>&6
8996else
8997 cat > conftest.$ac_ext <<EOF
2389f33b 8998#line 8999 "configure"
d4158b5d 8999#include "confdefs.h"
29fd3c0c 9000#include <windows.h>
d4158b5d
VS
9001EOF
9002ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 9003{ (eval echo configure:9004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
d4158b5d
VS
9004ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9005if test -z "$ac_err"; then
9006 rm -rf conftest*
9007 eval "ac_cv_header_$ac_safe=yes"
9008else
9009 echo "$ac_err" >&5
9010 echo "configure: failed program was:" >&5
9011 cat conftest.$ac_ext >&5
9012 rm -rf conftest*
9013 eval "ac_cv_header_$ac_safe=no"
9014fi
9015rm -f conftest*
9016fi
9017if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9018 echo "$ac_t""yes" 1>&6
29fd3c0c 9019 :
d4158b5d
VS
9020else
9021 echo "$ac_t""no" 1>&6
d4158b5d 9022
3f0f0161
VZ
9023 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9024
29fd3c0c 9025fi
10f2d63a 9026
3f0f0161 9027
1e6feb95 9028 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
3f0f0161 9029
031d8228 9030 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
f6bcfd97 9031
1e6feb95
VZ
9032 if test "$wxUSE_ODBC" = "yes" ; then
9033 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
9034 fi
10f2d63a 9035
1e6feb95
VZ
9036 if test "$wxUSE_MINGW" = 1; then
9037 LDFLAGS="$LDFLAGS -mwindows"
9038 fi
32832908 9039
1e6feb95
VZ
9040 TOOLKIT=MSW
9041 GUIDIST=MSW_DIST
32832908 9042
1e6feb95
VZ
9043 RCINCSWITCH="--include-dir"
9044 RCDEFSWITCH="--define"
9045 RCPREPROCESSOR="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
9046 RCINPUTSWITCH="-i"
9047 RCOUTPUTSWITCH="-o"
9048 RESFLAGS="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
32832908 9049
1e6feb95
VZ
9050 RESPROGRAM="\$(RES_PROGRAM)"
9051 fi
10f2d63a 9052
1e6feb95 9053 if test "$wxUSE_GTK" = 1; then
8168de4c 9054 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
2389f33b 9055echo "configure:9056: checking for GTK+ version" >&5
8168de4c
VZ
9056
9057 gtk_version_cached=1
9058 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9059 echo $ac_n "(cached) $ac_c" 1>&6
9060else
9061
9062 gtk_version_cached=0
9063 echo "$ac_t""""" 1>&6
9064
9065 wx_cv_lib_gtk=
9066 if test "x$wxUSE_GTK2" = "xyes"; then
9067 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
6f72b082
OK
9068if test "${with_gtk_prefix+set}" = set; then
9069 withval="$with_gtk_prefix"
9070 gtk_config_prefix="$withval"
9071else
9072 gtk_config_prefix=""
698dcdb6 9073fi
6f72b082
OK
9074
9075# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9076if test "${with_gtk_exec_prefix+set}" = set; then
9077 withval="$with_gtk_exec_prefix"
9078 gtk_config_exec_prefix="$withval"
9079else
9080 gtk_config_exec_prefix=""
698dcdb6
VZ
9081fi
9082
6f72b082
OK
9083# Check whether --enable-gtktest or --disable-gtktest was given.
9084if test "${enable_gtktest+set}" = set; then
9085 enableval="$enable_gtktest"
698dcdb6 9086 :
6f72b082
OK
9087else
9088 enable_gtktest=yes
698dcdb6
VZ
9089fi
9090
6f72b082 9091
8168de4c 9092 for module in .
6f72b082
OK
9093 do
9094 case "$module" in
8168de4c 9095 gthread)
6f72b082
OK
9096 gtk_config_args="$gtk_config_args gthread"
9097 ;;
9098 esac
9099 done
9100
9101 if test x$gtk_config_exec_prefix != x ; then
9102 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9103 if test x${GTK_CONFIG_2_0+set} != xset ; then
9104 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
9105 fi
9106 fi
9107 if test x$gtk_config_prefix != x ; then
9108 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9109 if test x${GTK_CONFIG_2_0+set} != xset ; then
9110 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
9111 fi
9112 fi
9113
9114 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9115set dummy gtk-config-2.0; ac_word=$2
698dcdb6 9116echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 9117echo "configure:9118: checking for $ac_word" >&5
698dcdb6
VZ
9118if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9119 echo $ac_n "(cached) $ac_c" 1>&6
6f72b082 9120else
698dcdb6
VZ
9121 case "$GTK_CONFIG_2_0" in
9122 /*)
6f72b082
OK
9123 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9124 ;;
698dcdb6
VZ
9125 ?:/*)
9126 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9127 ;;
6f72b082 9128 *)
698dcdb6
VZ
9129 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9130 ac_dummy="$PATH"
9131 for ac_dir in $ac_dummy; do
9132 test -z "$ac_dir" && ac_dir=.
9133 if test -f $ac_dir/$ac_word; then
9134 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
9135 break
9136 fi
9137 done
9138 IFS="$ac_save_ifs"
6f72b082
OK
9139 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
9140 ;;
9141esac
9142fi
698dcdb6 9143GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
6f72b082 9144if test -n "$GTK_CONFIG_2_0"; then
698dcdb6 9145 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
6f72b082 9146else
698dcdb6 9147 echo "$ac_t""no" 1>&6
6f72b082
OK
9148fi
9149
9150 min_gtk_version=1.3.1
698dcdb6 9151 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
2389f33b 9152echo "configure:9153: checking for GTK - version >= $min_gtk_version" >&5
6f72b082
OK
9153 no_gtk=""
9154 if test "$GTK_CONFIG_2_0" = "no" ; then
9155 no_gtk=yes
9156 else
9157 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9158 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9159 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9160 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9161 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9162 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9163 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9164 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9165 if test "x$enable_gtktest" = "xyes" ; then
9166 ac_save_CFLAGS="$CFLAGS"
9167 ac_save_LIBS="$LIBS"
9168 CFLAGS="$CFLAGS $GTK_CFLAGS"
9169 LIBS="$GTK_LIBS $LIBS"
9170 rm -f conf.gtktest
9171 if test "$cross_compiling" = yes; then
9172 echo $ac_n "cross compiling; assumed OK... $ac_c"
9173else
698dcdb6 9174 cat > conftest.$ac_ext <<EOF
2389f33b 9175#line 9176 "configure"
6f72b082
OK
9176#include "confdefs.h"
9177
9178#include <gtk/gtk.h>
9179#include <stdio.h>
9180#include <stdlib.h>
9181
8168de4c 9182int
6f72b082
OK
9183main ()
9184{
9185 int major, minor, micro;
9186 char *tmp_version;
9187
9188 system ("touch conf.gtktest");
9189
9190 /* HP/UX 9 (%@#!) writes to sscanf strings */
9191 tmp_version = g_strdup("$min_gtk_version");
9192 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
9193 printf("%s, bad version string\n", "$min_gtk_version");
9194 exit(1);
9195 }
9196
9197 if ((gtk_major_version != $gtk_config_major_version) ||
9198 (gtk_minor_version != $gtk_config_minor_version) ||
9199 (gtk_micro_version != $gtk_config_micro_version))
9200 {
8168de4c 9201 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
6f72b082
OK
9202 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9203 gtk_major_version, gtk_minor_version, gtk_micro_version);
9204 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9205 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9206 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9207 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9208 printf("*** required on your system.\n");
9209 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9210 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9211 printf("*** before re-running configure\n");
8168de4c 9212 }
6f72b082
OK
9213#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9214 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
8168de4c 9215 (gtk_minor_version != GTK_MINOR_VERSION) ||
6f72b082
OK
9216 (gtk_micro_version != GTK_MICRO_VERSION))
9217 {
9218 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
8168de4c 9219 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
6f72b082 9220 printf("*** library (version %d.%d.%d)\n",
8168de4c 9221 gtk_major_version, gtk_minor_version, gtk_micro_version);
6f72b082
OK
9222 }
9223#endif /* defined (GTK_MAJOR_VERSION) ... */
9224 else
9225 {
9226 if ((gtk_major_version > major) ||
9227 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9228 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9229 {
9230 return 0;
9231 }
9232 else
9233 {
9234 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9235 gtk_major_version, gtk_minor_version, gtk_micro_version);
9236 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
8168de4c 9237 major, minor, micro);
6f72b082
OK
9238 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9239 printf("***\n");
9240 printf("*** If you have already installed a sufficiently new version, this error\n");
9241 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9242 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9243 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9244 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9245 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9246 printf("*** so that the correct libraries are found at run-time))\n");
9247 }
9248 }
9249 return 1;
9250}
9251
698dcdb6 9252EOF
2389f33b 9253if { (eval echo configure:9254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 9254then
6f72b082
OK
9255 :
9256else
698dcdb6
VZ
9257 echo "configure: failed program was:" >&5
9258 cat conftest.$ac_ext >&5
9259 rm -fr conftest*
9260 no_gtk=yes
6f72b082 9261fi
698dcdb6 9262rm -fr conftest*
6f72b082 9263fi
698dcdb6 9264
6f72b082
OK
9265 CFLAGS="$ac_save_CFLAGS"
9266 LIBS="$ac_save_LIBS"
9267 fi
9268 fi
9269 if test "x$no_gtk" = x ; then
698dcdb6 9270 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
8168de4c 9271 wx_cv_lib_gtk=2.0
6f72b082 9272 else
698dcdb6 9273 echo "$ac_t""no" 1>&6
6f72b082
OK
9274 if test "$GTK_CONFIG_2_0" = "no" ; then
9275 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9276 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9277 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9278 echo "*** full path to gtk-config-2.0."
9279 else
9280 if test -f conf.gtktest ; then
9281 :
9282 else
9283 echo "*** Could not run GTK test program, checking why..."
9284 CFLAGS="$CFLAGS $GTK_CFLAGS"
9285 LIBS="$LIBS $GTK_LIBS"
698dcdb6 9286 cat > conftest.$ac_ext <<EOF
2389f33b 9287#line 9288 "configure"
6f72b082
OK
9288#include "confdefs.h"
9289
9290#include <gtk/gtk.h>
9291#include <stdio.h>
9292
698dcdb6
VZ
9293int main() {
9294 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9295; return 0; }
9296EOF
2389f33b 9297if { (eval echo configure:9298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 9298 rm -rf conftest*
6f72b082
OK
9299 echo "*** The test program compiled, but did not run. This usually means"
9300 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9301 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9302 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9303 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9304 echo "*** is required on your system"
8168de4c 9305 echo "***"
6f72b082
OK
9306 echo "*** If you have an old version installed, it is best to remove it, although"
9307 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9308 echo "***"
9309 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9310 echo "*** came with the system with the command"
9311 echo "***"
698dcdb6 9312 echo "*** rpm --erase --nodeps gtk gtk-devel"
6f72b082 9313else
698dcdb6
VZ
9314 echo "configure: failed program was:" >&5
9315 cat conftest.$ac_ext >&5
9316 rm -rf conftest*
9317 echo "*** The test program failed to compile or link. See the file config.log for the"
6f72b082
OK
9318 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
9319 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
698dcdb6 9320 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
6f72b082 9321fi
698dcdb6 9322rm -f conftest*
6f72b082
OK
9323 CFLAGS="$ac_save_CFLAGS"
9324 LIBS="$ac_save_LIBS"
9325 fi
9326 fi
9327 GTK_CFLAGS=""
9328 GTK_LIBS=""
8168de4c
VZ
9329 gthread
9330 fi
9331
9332
9333 rm -f conf.gtktest
9334
9335 fi
9336
9337 if test -z "$wx_cv_lib_gtk"; then
9338
10f2d63a
VZ
9339 if test x$gtk_config_exec_prefix != x ; then
9340 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9341 if test x${GTK_CONFIG+set} != xset ; then
9342 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
9343 fi
9344 fi
9345 if test x$gtk_config_prefix != x ; then
9346 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9347 if test x${GTK_CONFIG+set} != xset ; then
9348 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
9349 fi
9350 fi
9351
9352 # Extract the first word of "gtk-config", so it can be a program name with args.
9353set dummy gtk-config; ac_word=$2
698dcdb6 9354echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 9355echo "configure:9356: checking for $ac_word" >&5
698dcdb6
VZ
9356if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9357 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 9358else
698dcdb6
VZ
9359 case "$GTK_CONFIG" in
9360 /*)
f6bcfd97
BP
9361 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
9362 ;;
698dcdb6
VZ
9363 ?:/*)
9364 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
9365 ;;
f6bcfd97 9366 *)
698dcdb6
VZ
9367 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9368 ac_dummy="$PATH"
9369 for ac_dir in $ac_dummy; do
9370 test -z "$ac_dir" && ac_dir=.
9371 if test -f $ac_dir/$ac_word; then
9372 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
9373 break
9374 fi
9375 done
9376 IFS="$ac_save_ifs"
f6bcfd97
BP
9377 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
9378 ;;
9379esac
9380fi
698dcdb6 9381GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
f6bcfd97 9382if test -n "$GTK_CONFIG"; then
698dcdb6 9383 echo "$ac_t""$GTK_CONFIG" 1>&6
f6bcfd97 9384else
698dcdb6 9385 echo "$ac_t""no" 1>&6
f6bcfd97
BP
9386fi
9387
9388 min_gtk_version=1.2.7
698dcdb6 9389 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
2389f33b 9390echo "configure:9391: checking for GTK - version >= $min_gtk_version" >&5
f6bcfd97
BP
9391 no_gtk=""
9392 if test "$GTK_CONFIG" != "no" ; then
9393 GTK_CFLAGS=`$GTK_CONFIG --cflags`
9394 GTK_LIBS=`$GTK_CONFIG --libs gthread`
9395 ac_save_CFLAGS="$CFLAGS"
9396 ac_save_LIBS="$LIBS"
9397 CFLAGS="$CFLAGS $GTK_CFLAGS"
9398 LIBS="$LIBS $GTK_LIBS"
9399 if test "$cross_compiling" = yes; then
9400 echo $ac_n "cross compiling; assumed OK... $ac_c"
9401else
698dcdb6 9402 cat > conftest.$ac_ext <<EOF
2389f33b 9403#line 9404 "configure"
f6bcfd97
BP
9404#include "confdefs.h"
9405
9406#include <gtk/gtk.h>
9407#include <gtk/gtkfeatures.h>
9408#include <stdio.h>
9409#include <stdlib.h>
9410
9411int
9412main ()
9413{
9414 int major, minor, micro;
9415
9416 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
9417 printf("%s, bad version string\n", "$min_gtk_version");
9418 exit(1);
9419 }
9420
9421 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
9422 (GTK_MINOR_VERSION != gtk_minor_version) ||
9423 (GTK_MICRO_VERSION != gtk_micro_version)) {
9424 printf("Headers vs. library version mismatch!\n");
9425 exit(1);
9426 }
9427
9428 if (gtk_minor_version == 1) return FALSE;
9429
9430 return !((gtk_major_version > major) ||
9431 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9432 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
9433}
9434
698dcdb6 9435EOF
2389f33b 9436if { (eval echo configure:9437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 9437then
f6bcfd97
BP
9438 :
9439else
698dcdb6
VZ
9440 echo "configure: failed program was:" >&5
9441 cat conftest.$ac_ext >&5
9442 rm -fr conftest*
9443 no_gtk=yes
f6bcfd97 9444fi
698dcdb6 9445rm -fr conftest*
f6bcfd97 9446fi
698dcdb6 9447
f6bcfd97
BP
9448 CFLAGS="$ac_save_CFLAGS"
9449 LIBS="$ac_save_LIBS"
9450 else
9451 no_gtk=yes
9452 fi
9453 if test "x$no_gtk" = x ; then
698dcdb6 9454 echo "$ac_t""yes" 1>&6
8168de4c 9455 wx_cv_lib_gtk=1.2.7
f6bcfd97 9456 else
698dcdb6 9457 echo "$ac_t""no" 1>&6
f6bcfd97
BP
9458 GTK_CFLAGS=""
9459 GTK_LIBS=""
9460 :
9461 fi
698dcdb6
VZ
9462
9463
f6bcfd97 9464
8168de4c
VZ
9465 fi
9466
9467 if test -z "$wx_cv_lib_gtk"; then
9468
f6bcfd97
BP
9469 if test x$gtk_config_exec_prefix != x ; then
9470 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9471 if test x${GTK_CONFIG+set} != xset ; then
9472 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
9473 fi
9474 fi
9475 if test x$gtk_config_prefix != x ; then
9476 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9477 if test x${GTK_CONFIG+set} != xset ; then
9478 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
9479 fi
9480 fi
9481
9482 # Extract the first word of "gtk-config", so it can be a program name with args.
9483set dummy gtk-config; ac_word=$2
698dcdb6 9484echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2389f33b 9485echo "configure:9486: checking for $ac_word" >&5
698dcdb6
VZ
9486if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9487 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 9488else
698dcdb6
VZ
9489 case "$GTK_CONFIG" in
9490 /*)
10f2d63a
VZ
9491 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
9492 ;;
698dcdb6
VZ
9493 ?:/*)
9494 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
9495 ;;
10f2d63a 9496 *)
698dcdb6
VZ
9497 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9498 ac_dummy="$PATH"
9499 for ac_dir in $ac_dummy; do
9500 test -z "$ac_dir" && ac_dir=.
9501 if test -f $ac_dir/$ac_word; then
9502 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
9503 break
9504 fi
9505 done
9506 IFS="$ac_save_ifs"
10f2d63a
VZ
9507 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
9508 ;;
9509esac
9510fi
698dcdb6 9511GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
10f2d63a 9512if test -n "$GTK_CONFIG"; then
698dcdb6 9513 echo "$ac_t""$GTK_CONFIG" 1>&6
10f2d63a 9514else
698dcdb6 9515 echo "$ac_t""no" 1>&6
10f2d63a
VZ
9516fi
9517
04165bec 9518 min_gtk_version=1.2.3
698dcdb6 9519 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
2389f33b 9520echo "configure:9521: checking for GTK - version >= $min_gtk_version" >&5
10f2d63a
VZ
9521 no_gtk=""
9522 if test "$GTK_CONFIG" != "no" ; then
9523 GTK_CFLAGS=`$GTK_CONFIG --cflags`
2224580a 9524 GTK_LIBS=`$GTK_CONFIG --libs gthread`
10f2d63a
VZ
9525 ac_save_CFLAGS="$CFLAGS"
9526 ac_save_LIBS="$LIBS"
9527 CFLAGS="$CFLAGS $GTK_CFLAGS"
9528 LIBS="$LIBS $GTK_LIBS"
9529 if test "$cross_compiling" = yes; then
9530 echo $ac_n "cross compiling; assumed OK... $ac_c"
9531else
698dcdb6 9532 cat > conftest.$ac_ext <<EOF
2389f33b 9533#line 9534 "configure"
10f2d63a
VZ
9534#include "confdefs.h"
9535
9536#include <gtk/gtk.h>
f49f2b0c 9537#include <gtk/gtkfeatures.h>
10f2d63a 9538#include <stdio.h>
32832908 9539#include <stdlib.h>
10f2d63a
VZ
9540
9541int
9542main ()
9543{
9544 int major, minor, micro;
9545
9546 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
9547 printf("%s, bad version string\n", "$min_gtk_version");
9548 exit(1);
9549 }
9550
f49f2b0c
RR
9551 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
9552 (GTK_MINOR_VERSION != gtk_minor_version) ||
9553 (GTK_MICRO_VERSION != gtk_micro_version)) {
9554 printf("Headers vs. library version mismatch!\n");
9555 exit(1);
9556 }
9557
10f2d63a
VZ
9558 if (gtk_minor_version == 1) return FALSE;
9559
9560 return !((gtk_major_version > major) ||
9561 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9562 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
9563}
9564
698dcdb6 9565EOF
2389f33b 9566if { (eval echo configure:9567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 9567then
10f2d63a
VZ
9568 :
9569else
698dcdb6
VZ
9570 echo "configure: failed program was:" >&5
9571 cat conftest.$ac_ext >&5
9572 rm -fr conftest*
9573 no_gtk=yes
10f2d63a 9574fi
698dcdb6 9575rm -fr conftest*
10f2d63a 9576fi
698dcdb6 9577
10f2d63a
VZ
9578 CFLAGS="$ac_save_CFLAGS"
9579 LIBS="$ac_save_LIBS"
9580 else
9581 no_gtk=yes
9582 fi
9583 if test "x$no_gtk" = x ; then
698dcdb6 9584 echo "$ac_t""yes" 1>&6
8168de4c 9585 wx_cv_lib_gtk=1.2.3
10f2d63a 9586 else
698dcdb6 9587 echo "$ac_t""no" 1>&6
10f2d63a
VZ
9588 GTK_CFLAGS=""
9589 GTK_LIBS=""
7e99ad86 9590 :
10f2d63a 9591 fi
698dcdb6
VZ
9592
9593
10f2d63a 9594
8168de4c
VZ
9595 fi
9596
9597 if test -z "$wx_cv_lib_gtk"; then
9598 wx_cv_lib_gtk=none
138be253
VZ
9599 else
9600 wx_cv_cflags_gtk=$GTK_CFLAGS
9601 wx_cv_libs_gtk=$GTK_LIBS
8168de4c
VZ
9602 fi
9603
1e6feb95 9604
8168de4c 9605fi
703e0a69 9606
698dcdb6 9607
8168de4c
VZ
9608 if test "$gtk_version_cached" = 1; then
9609 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
1e6feb95 9610 fi
698dcdb6 9611
8168de4c
VZ
9612 case "$wx_cv_lib_gtk" in
9613 2.0) WXGTK20=1
9614 ;;
9615 1.2.7) WXGTK127=1
d1a8d972 9616 WXGTK12=1
8168de4c
VZ
9617 ;;
9618 1.2.3) WXGTK12=1
9619 ;;
9620 *) { echo "configure: error:
9621Please check that gtk-config is in path, the directory
9622where GTK+ libraries are installed (returned by
9623'gtk-config --libs' command) is in LD_LIBRARY_PATH or
9624equivalent variable and GTK+ is version 1.2.3 or above.
9625 " 1>&2; exit 1; }
9626 ;;
9627 esac
2224580a 9628
138be253 9629 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
11dfaa5f 9630 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
698dcdb6 9631
1e6feb95
VZ
9632 AFMINSTALL=afminstall
9633 TOOLKIT=GTK
9634 GUIDIST=GTK_DIST
7ec2881a 9635
1e6feb95 9636 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
2389f33b 9637echo "configure:9638: checking for gdk_im_open in -lgdk" >&5
698dcdb6
VZ
9638ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
9639if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9640 echo $ac_n "(cached) $ac_c" 1>&6
7ec2881a 9641else
698dcdb6 9642 ac_save_LIBS="$LIBS"
7ec2881a 9643LIBS="-lgdk $LIBS"
698dcdb6 9644cat > conftest.$ac_ext <<EOF
2389f33b 9645#line 9646 "configure"
7ec2881a
RR
9646#include "confdefs.h"
9647/* Override any gcc2 internal prototype to avoid an error. */
9648/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
9649 builtin and then its argument prototype would still apply. */
9650char gdk_im_open();
9651
9652int main() {
9653gdk_im_open()
9654; return 0; }
9655EOF
2389f33b 9656if { (eval echo configure:9657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
9657 rm -rf conftest*
9658 eval "ac_cv_lib_$ac_lib_var=yes"
9659else
9660 echo "configure: failed program was:" >&5
9661 cat conftest.$ac_ext >&5
9662 rm -rf conftest*
9663 eval "ac_cv_lib_$ac_lib_var=no"
9664fi
9665rm -f conftest*
9666LIBS="$ac_save_LIBS"
9667
9668fi
9669if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9670 echo "$ac_t""yes" 1>&6
9671 cat >> confdefs.h <<\EOF
7ec2881a
RR
9672#define HAVE_XIM 1
9673EOF
9674
698dcdb6
VZ
9675else
9676 echo "$ac_t""no" 1>&6
7ec2881a
RR
9677fi
9678
1e6feb95 9679 fi
10f2d63a 9680
1e6feb95
VZ
9681 if test "$wxUSE_MGL" = 1; then
9682
9683 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
2389f33b 9684echo "configure:9685: checking for SciTech MGL library" >&5
1e6feb95
VZ
9685 if test "x$MGL_ROOT" = x ; then
9686 echo "$ac_t""not found" 1>&6
9687 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
9688 else
9689 echo "$ac_t""$MGL_ROOT" 1>&6
9690 fi
9691
9692 MGL_OS=linux/gcc/glibc
9693 MGL_LIB_TYPE=""
9694
9695 if test "$wxUSE_DEBUG_FLAG" = yes ; then
9696 if test -f $MGL_ROOT/lib/debug/$MGL_OS/libmgl.a ; then
9697 MGL_LIB_TYPE=debug
9698 fi
9699 fi
9700 if test "x$MGL_LIB_TYPE" = x ; then
9701 if test -f $MGL_ROOT/lib/release/$MGL_OS/libmgl.a ; then
9702 MGL_LIB_TYPE=release
9703 else
9704 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
9705 fi
9706 fi
9707
9708 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
9709 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$MGL_LIB_TYPE/$MGL_OS -lmgl -lmglcpp -lpm"
9710
9711 AFMINSTALL=afminstall
9712 TOOLKIT=MGL
9713 GUIDIST=MGL_DIST
9714 fi
9715
9716 if test "$wxUSE_WINE" = 1; then
9717 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
2389f33b 9718echo "configure:9719: checking for WINE includes" >&5
1e6feb95 9719
10f2d63a
VZ
9720ac_find_includes=
9721for ac_dir in $SEARCH_INCLUDE;
9722 do
9723 if test -f "$ac_dir/windows.h"; then
9724 ac_find_includes=$ac_dir
9725 break
9726 fi
9727 done
9728
1e6feb95
VZ
9729 if test "$ac_find_includes" != "" ; then
9730 echo "$ac_t""found $ac_find_includes" 1>&6
9731 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes"
9732 else
9733 echo "$ac_t""no" 1>&6
9734 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9735 fi
10f2d63a 9736
1e6feb95
VZ
9737 XPM_LINK=""
9738 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
2389f33b 9739echo "configure:9740: checking for Xpm library" >&5
1e6feb95 9740
10f2d63a
VZ
9741ac_find_libraries=
9742for ac_dir in $SEARCH_LIB;
9743 do
f11bdd03 9744 for ac_extension in a so sl dylib; do
10f2d63a
VZ
9745 if test -f "$ac_dir/libXpm.$ac_extension"; then
9746 ac_find_libraries=$ac_dir
9747 break 2
9748 fi
9749 done
9750 done
9751
1e6feb95
VZ
9752 if test "$ac_find_libraries" != "" ; then
9753 GUI_TK_LIBRARY="-L$ac_find_libraries"
9754 XPM_LINK="-lXpm"
9755 cat >> confdefs.h <<\EOF
10f2d63a
VZ
9756#define wxHAVE_LIB_XPM 1
9757EOF
9758
1e6feb95
VZ
9759 echo "$ac_t""found at $ac_find_libraries" 1>&6
9760 else
9761 echo "$ac_t""no" 1>&6
9762 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9763 fi
10f2d63a 9764
1e6feb95
VZ
9765 MESA_LINK=""
9766 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
2389f33b 9767echo "configure:9768: checking for Mesa library" >&5
1e6feb95 9768
10f2d63a
VZ
9769ac_find_libraries=
9770for ac_dir in $SEARCH_LIB;
9771 do
f11bdd03 9772 for ac_extension in a so sl dylib; do
10f2d63a
VZ
9773 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
9774 ac_find_libraries=$ac_dir
9775 break 2
9776 fi
9777 done
9778 done
9779
1e6feb95
VZ
9780 if test "$ac_find_libraries" != "" ; then
9781 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
9782 MESA_LINK="-lMesaGL"
9783 echo "$ac_t""found at $ac_find_libraries" 1>&6
9784 else
9785 { echo "configure: error: no" 1>&2; exit 1; }
9786 fi
10f2d63a 9787
1e6feb95
VZ
9788 GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
9789 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
9790 WXWINE=1
9791 TOOLKIT=MSW
9792 GUIDIST=MSW_DIST
9793 fi
698dcdb6 9794
1e6feb95
VZ
9795
9796 # If we find X, set shell vars x_includes and x_libraries to the
698dcdb6
VZ
9797# paths, otherwise set no_x=yes.
9798# Uses ac_ vars as temps to allow command line to override cache and checks.
9799# --without-x overrides everything else, but does not touch the cache.
9800echo $ac_n "checking for X""... $ac_c" 1>&6
2389f33b 9801echo "configure:9802: checking for X" >&5
ab9b9eab
VZ
9802
9803# Check whether --with-x or --without-x was given.
9804if test "${with_x+set}" = set; then
9805 withval="$with_x"
698dcdb6
VZ
9806 :
9807fi
ba337fe7 9808
ab9b9eab
VZ
9809# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9810if test "x$with_x" = xno; then
9811 # The user explicitly disabled X.
9812 have_x=disabled
9813else
9814 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
9815 # Both variables are already set.
9816 have_x=yes
9817 else
698dcdb6
VZ
9818if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
9819 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab
VZ
9820else
9821 # One or both of the vars are not set, and there is no cached value.
698dcdb6
VZ
9822ac_x_includes=NO ac_x_libraries=NO
9823rm -fr conftestdir
9824if mkdir conftestdir; then
9825 cd conftestdir
ab9b9eab 9826 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
698dcdb6 9827 cat > Imakefile <<'EOF'
ab9b9eab
VZ
9828acfindx:
9829 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
9830EOF
9831 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
9832 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9833 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
9834 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10f2d63a 9835 for ac_extension in a so sl; do
ab9b9eab 9836 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
698dcdb6 9837 test -f $ac_im_libdir/libX11.$ac_extension; then
ab9b9eab 9838 ac_im_usrlibdir=$ac_im_libdir; break
10f2d63a
VZ
9839 fi
9840 done
ab9b9eab
VZ
9841 # Screen out bogus values from the imake configuration. They are
9842 # bogus both because they are the default anyway, and because
9843 # using them would break gcc on systems where it needs fixed includes.
698dcdb6 9844 case "$ac_im_incroot" in
ab9b9eab 9845 /usr/include) ;;
698dcdb6 9846 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
ab9b9eab 9847 esac
698dcdb6 9848 case "$ac_im_usrlibdir" in
ab9b9eab 9849 /usr/lib | /lib) ;;
698dcdb6 9850 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
ab9b9eab 9851 esac
ba337fe7 9852 fi
ab9b9eab 9853 cd ..
698dcdb6 9854 rm -fr conftestdir
ab9b9eab 9855fi
10f2d63a 9856
698dcdb6
VZ
9857if test "$ac_x_includes" = NO; then
9858 # Guess where to find include files, by looking for this one X11 .h file.
9859 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
9860
ab9b9eab 9861 # First, try using that file with no special directory specified.
698dcdb6 9862cat > conftest.$ac_ext <<EOF
2389f33b 9863#line 9864 "configure"
ab9b9eab 9864#include "confdefs.h"
698dcdb6
VZ
9865#include <$x_direct_test_include>
9866EOF
9867ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2389f33b 9868{ (eval echo configure:9869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
9869ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9870if test -z "$ac_err"; then
9871 rm -rf conftest*
ab9b9eab
VZ
9872 # We can compile using X headers with no special include directory.
9873ac_x_includes=
9874else
698dcdb6
VZ
9875 echo "$ac_err" >&5
9876 echo "configure: failed program was:" >&5
ab9b9eab 9877 cat conftest.$ac_ext >&5
698dcdb6
VZ
9878 rm -rf conftest*
9879 # Look for the header file in a standard set of common directories.
9880# Check X11 before X11Rn because it is often a symlink to the current release.
9881 for ac_dir in \
9882 /usr/X11/include \
9883 /usr/X11R6/include \
9884 /usr/X11R5/include \
9885 /usr/X11R4/include \
9886 \
9887 /usr/include/X11 \
9888 /usr/include/X11R6 \
9889 /usr/include/X11R5 \
9890 /usr/include/X11R4 \
9891 \
9892 /usr/local/X11/include \
9893 /usr/local/X11R6/include \
9894 /usr/local/X11R5/include \
9895 /usr/local/X11R4/include \
9896 \
9897 /usr/local/include/X11 \
9898 /usr/local/include/X11R6 \
9899 /usr/local/include/X11R5 \
9900 /usr/local/include/X11R4 \
9901 \
9902 /usr/X386/include \
9903 /usr/x386/include \
9904 /usr/XFree86/include/X11 \
9905 \
9906 /usr/include \
9907 /usr/local/include \
9908 /usr/unsupported/include \
9909 /usr/athena/include \
9910 /usr/local/x11r5/include \
9911 /usr/lpp/Xamples/include \
9912 \
9913 /usr/openwin/include \
9914 /usr/openwin/share/include \
9915 ; \
9916 do
9917 if test -r "$ac_dir/$x_direct_test_include"; then
9918 ac_x_includes=$ac_dir
9919 break
9920 fi
9921 done
ab9b9eab 9922fi
698dcdb6
VZ
9923rm -f conftest*
9924fi # $ac_x_includes = NO
10f2d63a 9925
698dcdb6 9926if test "$ac_x_libraries" = NO; then
ab9b9eab 9927 # Check for the libraries.
698dcdb6
VZ
9928
9929 test -z "$x_direct_test_library" && x_direct_test_library=Xt
9930 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
9931
ab9b9eab
VZ
9932 # See if we find them without any special options.
9933 # Don't add to $LIBS permanently.
698dcdb6
VZ
9934 ac_save_LIBS="$LIBS"
9935 LIBS="-l$x_direct_test_library $LIBS"
9936cat > conftest.$ac_ext <<EOF
2389f33b 9937#line 9938 "configure"
ab9b9eab 9938#include "confdefs.h"
698dcdb6
VZ
9939
9940int main() {
9941${x_direct_test_function}()
9942; return 0; }
9943EOF
2389f33b 9944if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
9945 rm -rf conftest*
9946 LIBS="$ac_save_LIBS"
ab9b9eab
VZ
9947# We can link X programs with no special library path.
9948ac_x_libraries=
9949else
698dcdb6
VZ
9950 echo "configure: failed program was:" >&5
9951 cat conftest.$ac_ext >&5
9952 rm -rf conftest*
9953 LIBS="$ac_save_LIBS"
9954# First see if replacing the include by lib works.
9955# Check X11 before X11Rn because it is often a symlink to the current release.
9956for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
9957 /usr/X11/lib \
9958 /usr/X11R6/lib \
9959 /usr/X11R5/lib \
9960 /usr/X11R4/lib \
9961 \
9962 /usr/lib/X11 \
9963 /usr/lib/X11R6 \
9964 /usr/lib/X11R5 \
9965 /usr/lib/X11R4 \
9966 \
9967 /usr/local/X11/lib \
9968 /usr/local/X11R6/lib \
9969 /usr/local/X11R5/lib \
9970 /usr/local/X11R4/lib \
9971 \
9972 /usr/local/lib/X11 \
9973 /usr/local/lib/X11R6 \
9974 /usr/local/lib/X11R5 \
9975 /usr/local/lib/X11R4 \
9976 \
9977 /usr/X386/lib \
9978 /usr/x386/lib \
9979 /usr/XFree86/lib/X11 \
9980 \
9981 /usr/lib \
9982 /usr/local/lib \
9983 /usr/unsupported/lib \
9984 /usr/athena/lib \
9985 /usr/local/x11r5/lib \
9986 /usr/lpp/Xamples/lib \
9987 /lib/usr/lib/X11 \
9988 \
9989 /usr/openwin/lib \
9990 /usr/openwin/share/lib \
9991 ; \
ab9b9eab
VZ
9992do
9993 for ac_extension in a so sl; do
698dcdb6 9994 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
ab9b9eab
VZ
9995 ac_x_libraries=$ac_dir
9996 break 2
10f2d63a 9997 fi
10f2d63a 9998 done
ab9b9eab
VZ
9999done
10000fi
698dcdb6
VZ
10001rm -f conftest*
10002fi # $ac_x_libraries = NO
10f2d63a 10003
698dcdb6 10004if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
ab9b9eab
VZ
10005 # Didn't find X anywhere. Cache the known absence of X.
10006 ac_cv_have_x="have_x=no"
10007else
10008 # Record where we found X for the cache.
10009 ac_cv_have_x="have_x=yes \
10010 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10011fi
10012fi
10f2d63a 10013 fi
ab9b9eab
VZ
10014 eval "$ac_cv_have_x"
10015fi # $with_x != no
10f2d63a 10016
ab9b9eab 10017if test "$have_x" != yes; then
698dcdb6 10018 echo "$ac_t""$have_x" 1>&6
ab9b9eab
VZ
10019 no_x=yes
10020else
10021 # If each of the values was on the command line, it overrides each guess.
10022 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
10023 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
10024 # Update the cache value to reflect the command line values.
10025 ac_cv_have_x="have_x=yes \
10026 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
698dcdb6 10027 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
ab9b9eab 10028fi
10f2d63a 10029
ab9b9eab
VZ
10030if test "$no_x" = yes; then
10031 # Not all programs may use this symbol, but it does not hurt to define it.
698dcdb6 10032 cat >> confdefs.h <<\EOF
ab9b9eab
VZ
10033#define X_DISPLAY_MISSING 1
10034EOF
10f2d63a 10035
ab9b9eab
VZ
10036 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
10037else
10038 if test -n "$x_includes"; then
10039 X_CFLAGS="$X_CFLAGS -I$x_includes"
10f2d63a
VZ
10040 fi
10041
ab9b9eab
VZ
10042 # It would also be nice to do this for all -L options, not just this one.
10043 if test -n "$x_libraries"; then
10044 X_LIBS="$X_LIBS -L$x_libraries"
10045 # For Solaris; some versions of Sun CC require a space after -R and
10046 # others require no space. Words are not sufficient . . . .
698dcdb6 10047 case "`(uname -sr) 2>/dev/null`" in
ab9b9eab 10048 "SunOS 5"*)
698dcdb6 10049 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
2389f33b 10050echo "configure:10051: checking whether -R must be followed by a space" >&5
698dcdb6
VZ
10051 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
10052 cat > conftest.$ac_ext <<EOF
2389f33b 10053#line 10054 "configure"
ab9b9eab 10054#include "confdefs.h"
10f2d63a 10055
698dcdb6 10056int main() {
788deba1 10057
698dcdb6
VZ
10058; return 0; }
10059EOF
2389f33b 10060if { (eval echo configure:10061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 10061 rm -rf conftest*
ab9b9eab
VZ
10062 ac_R_nospace=yes
10063else
698dcdb6
VZ
10064 echo "configure: failed program was:" >&5
10065 cat conftest.$ac_ext >&5
10066 rm -rf conftest*
10067 ac_R_nospace=no
ab9b9eab 10068fi
698dcdb6 10069rm -f conftest*
ab9b9eab 10070 if test $ac_R_nospace = yes; then
698dcdb6 10071 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10072 X_LIBS="$X_LIBS -R$x_libraries"
10073 else
10074 LIBS="$ac_xsave_LIBS -R $x_libraries"
698dcdb6 10075 cat > conftest.$ac_ext <<EOF
2389f33b 10076#line 10077 "configure"
ab9b9eab 10077#include "confdefs.h"
788deba1 10078
698dcdb6 10079int main() {
ab9b9eab 10080
698dcdb6
VZ
10081; return 0; }
10082EOF
2389f33b 10083if { (eval echo configure:10084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6 10084 rm -rf conftest*
ab9b9eab
VZ
10085 ac_R_space=yes
10086else
698dcdb6
VZ
10087 echo "configure: failed program was:" >&5
10088 cat conftest.$ac_ext >&5
10089 rm -rf conftest*
10090 ac_R_space=no
ab9b9eab 10091fi
698dcdb6 10092rm -f conftest*
ab9b9eab 10093 if test $ac_R_space = yes; then
698dcdb6 10094 echo "$ac_t""yes" 1>&6
ab9b9eab
VZ
10095 X_LIBS="$X_LIBS -R $x_libraries"
10096 else
698dcdb6 10097 echo "$ac_t""neither works" 1>&6
ab9b9eab
VZ
10098 fi
10099 fi
698dcdb6 10100 LIBS="$ac_xsave_LIBS"
ab9b9eab
VZ
10101 esac
10102 fi
10103
10104 # Check for system-dependent libraries X programs must link with.
10105 # Do this before checking for the system-independent R6 libraries
10106 # (-lICE), since we may need -lsocket or whatever for X linking.
10107
10108 if test "$ISC" = yes; then
10109 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
10110 else
698dcdb6
VZ
10111 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10112 # libraries were built with DECnet support. And karl@cs.umb.edu says
ab9b9eab 10113 # the Alpha needs dnet_stub (dnet does not exist).
698dcdb6 10114 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
2389f33b 10115echo "configure:10116: checking for dnet_ntoa in -ldnet" >&5
698dcdb6
VZ
10116ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10117if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10118 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10119else
698dcdb6 10120 ac_save_LIBS="$LIBS"
ab9b9eab 10121LIBS="-ldnet $LIBS"
698dcdb6 10122cat > conftest.$ac_ext <<EOF
2389f33b 10123#line 10124 "configure"
ab9b9eab
VZ
10124#include "confdefs.h"
10125/* Override any gcc2 internal prototype to avoid an error. */
10126/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10127 builtin and then its argument prototype would still apply. */
10128char dnet_ntoa();
10129
10130int main() {
10131dnet_ntoa()
10132; return 0; }
10133EOF
2389f33b 10134if { (eval echo configure:10135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10135 rm -rf conftest*
10136 eval "ac_cv_lib_$ac_lib_var=yes"
10137else
10138 echo "configure: failed program was:" >&5
10139 cat conftest.$ac_ext >&5
10140 rm -rf conftest*
10141 eval "ac_cv_lib_$ac_lib_var=no"
10142fi
10143rm -f conftest*
10144LIBS="$ac_save_LIBS"
10145
10146fi
10147if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10148 echo "$ac_t""yes" 1>&6
ab9b9eab 10149 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
698dcdb6
VZ
10150else
10151 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10152fi
10153
10154 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
698dcdb6 10155 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
2389f33b 10156echo "configure:10157: checking for dnet_ntoa in -ldnet_stub" >&5
698dcdb6
VZ
10157ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10158if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10159 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10160else
698dcdb6 10161 ac_save_LIBS="$LIBS"
ab9b9eab 10162LIBS="-ldnet_stub $LIBS"
698dcdb6 10163cat > conftest.$ac_ext <<EOF
2389f33b 10164#line 10165 "configure"
ab9b9eab
VZ
10165#include "confdefs.h"
10166/* Override any gcc2 internal prototype to avoid an error. */
10167/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10168 builtin and then its argument prototype would still apply. */
10169char dnet_ntoa();
10170
10171int main() {
10172dnet_ntoa()
10173; return 0; }
10174EOF
2389f33b 10175if { (eval echo configure:10176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10176 rm -rf conftest*
10177 eval "ac_cv_lib_$ac_lib_var=yes"
10178else
10179 echo "configure: failed program was:" >&5
10180 cat conftest.$ac_ext >&5
10181 rm -rf conftest*
10182 eval "ac_cv_lib_$ac_lib_var=no"
10183fi
10184rm -f conftest*
10185LIBS="$ac_save_LIBS"
10186
10187fi
10188if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10189 echo "$ac_t""yes" 1>&6
ab9b9eab 10190 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
698dcdb6
VZ
10191else
10192 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10193fi
10194
10195 fi
10196
10197 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10198 # to get the SysV transport functions.
698dcdb6 10199 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
ab9b9eab
VZ
10200 # needs -lnsl.
10201 # The nsl library prevents programs from opening the X display
698dcdb6
VZ
10202 # on Irix 5.2, according to dickey@clark.net.
10203 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
2389f33b 10204echo "configure:10205: checking for gethostbyname" >&5
698dcdb6
VZ
10205if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10206 echo $ac_n "(cached) $ac_c" 1>&6
10207else
10208 cat > conftest.$ac_ext <<EOF
2389f33b 10209#line 10210 "configure"
ab9b9eab
VZ
10210#include "confdefs.h"
10211/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10212 which can conflict with char gethostbyname(); below. */
ab9b9eab
VZ
10213#include <assert.h>
10214/* Override any gcc2 internal prototype to avoid an error. */
10215/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10216 builtin and then its argument prototype would still apply. */
10217char gethostbyname();
10218
10219int main() {
ab9b9eab
VZ
10220
10221/* The GNU C library defines this for functions which it implements
10222 to always fail with ENOSYS. Some functions are actually named
10223 something starting with __ and the normal name is an alias. */
10224#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10225choke me
10226#else
698dcdb6 10227gethostbyname();
ab9b9eab
VZ
10228#endif
10229
698dcdb6
VZ
10230; return 0; }
10231EOF
2389f33b 10232if { (eval echo configure:10233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10233 rm -rf conftest*
10234 eval "ac_cv_func_gethostbyname=yes"
10235else
10236 echo "configure: failed program was:" >&5
10237 cat conftest.$ac_ext >&5
10238 rm -rf conftest*
10239 eval "ac_cv_func_gethostbyname=no"
10240fi
10241rm -f conftest*
10242fi
10243
10244if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10245 echo "$ac_t""yes" 1>&6
10246 :
10247else
10248 echo "$ac_t""no" 1>&6
10249fi
ab9b9eab
VZ
10250
10251 if test $ac_cv_func_gethostbyname = no; then
698dcdb6 10252 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
2389f33b 10253echo "configure:10254: checking for gethostbyname in -lnsl" >&5
698dcdb6
VZ
10254ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10255if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10256 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10257else
698dcdb6 10258 ac_save_LIBS="$LIBS"
ab9b9eab 10259LIBS="-lnsl $LIBS"
698dcdb6 10260cat > conftest.$ac_ext <<EOF
2389f33b 10261#line 10262 "configure"
ab9b9eab
VZ
10262#include "confdefs.h"
10263/* Override any gcc2 internal prototype to avoid an error. */
10264/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10265 builtin and then its argument prototype would still apply. */
10266char gethostbyname();
6232543b 10267
698dcdb6
VZ
10268int main() {
10269gethostbyname()
10270; return 0; }
10271EOF
2389f33b 10272if { (eval echo configure:10273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10273 rm -rf conftest*
10274 eval "ac_cv_lib_$ac_lib_var=yes"
703e0a69 10275else
698dcdb6
VZ
10276 echo "configure: failed program was:" >&5
10277 cat conftest.$ac_ext >&5
10278 rm -rf conftest*
10279 eval "ac_cv_lib_$ac_lib_var=no"
10280fi
10281rm -f conftest*
10282LIBS="$ac_save_LIBS"
1e487827 10283
698dcdb6
VZ
10284fi
10285if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10286 echo "$ac_t""yes" 1>&6
10287 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
10288else
10289 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10290fi
10291
10292 fi
10293
10294 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10295 # socket/setsockopt and other routines are undefined under SCO ODT
10296 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
698dcdb6
VZ
10297 # on later versions), says simon@lia.di.epfl.ch: it contains
10298 # gethostby* variants that don't use the nameserver (or something).
10299 # -lsocket must be given before -lnsl if both are needed.
10300 # We assume that if connect needs -lnsl, so does gethostbyname.
10301 echo $ac_n "checking for connect""... $ac_c" 1>&6
2389f33b 10302echo "configure:10303: checking for connect" >&5
698dcdb6
VZ
10303if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10304 echo $ac_n "(cached) $ac_c" 1>&6
10305else
10306 cat > conftest.$ac_ext <<EOF
2389f33b 10307#line 10308 "configure"
ab9b9eab
VZ
10308#include "confdefs.h"
10309/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10310 which can conflict with char connect(); below. */
ab9b9eab
VZ
10311#include <assert.h>
10312/* Override any gcc2 internal prototype to avoid an error. */
10313/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10314 builtin and then its argument prototype would still apply. */
10315char connect();
10316
10317int main() {
ab9b9eab
VZ
10318
10319/* The GNU C library defines this for functions which it implements
10320 to always fail with ENOSYS. Some functions are actually named
10321 something starting with __ and the normal name is an alias. */
10322#if defined (__stub_connect) || defined (__stub___connect)
10323choke me
10324#else
698dcdb6 10325connect();
ab9b9eab
VZ
10326#endif
10327
698dcdb6
VZ
10328; return 0; }
10329EOF
2389f33b 10330if { (eval echo configure:10331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10331 rm -rf conftest*
10332 eval "ac_cv_func_connect=yes"
10333else
10334 echo "configure: failed program was:" >&5
10335 cat conftest.$ac_ext >&5
10336 rm -rf conftest*
10337 eval "ac_cv_func_connect=no"
10338fi
10339rm -f conftest*
10340fi
10341
10342if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
10343 echo "$ac_t""yes" 1>&6
10344 :
10345else
10346 echo "$ac_t""no" 1>&6
10347fi
ab9b9eab
VZ
10348
10349 if test $ac_cv_func_connect = no; then
698dcdb6 10350 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
2389f33b 10351echo "configure:10352: checking for connect in -lsocket" >&5
698dcdb6
VZ
10352ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
10353if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10354 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10355else
698dcdb6 10356 ac_save_LIBS="$LIBS"
ab9b9eab 10357LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
698dcdb6 10358cat > conftest.$ac_ext <<EOF
2389f33b 10359#line 10360 "configure"
ab9b9eab
VZ
10360#include "confdefs.h"
10361/* Override any gcc2 internal prototype to avoid an error. */
10362/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10363 builtin and then its argument prototype would still apply. */
10364char connect();
10365
10366int main() {
10367connect()
10368; return 0; }
10369EOF
2389f33b 10370if { (eval echo configure:10371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10371 rm -rf conftest*
10372 eval "ac_cv_lib_$ac_lib_var=yes"
10373else
10374 echo "configure: failed program was:" >&5
10375 cat conftest.$ac_ext >&5
10376 rm -rf conftest*
10377 eval "ac_cv_lib_$ac_lib_var=no"
10378fi
10379rm -f conftest*
10380LIBS="$ac_save_LIBS"
10381
10382fi
10383if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10384 echo "$ac_t""yes" 1>&6
ab9b9eab 10385 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
698dcdb6
VZ
10386else
10387 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10388fi
10389
10390 fi
10391
698dcdb6
VZ
10392 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
10393 echo $ac_n "checking for remove""... $ac_c" 1>&6
2389f33b 10394echo "configure:10395: checking for remove" >&5
698dcdb6
VZ
10395if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
10396 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10397else
698dcdb6 10398 cat > conftest.$ac_ext <<EOF
2389f33b 10399#line 10400 "configure"
ab9b9eab
VZ
10400#include "confdefs.h"
10401/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10402 which can conflict with char remove(); below. */
ab9b9eab
VZ
10403#include <assert.h>
10404/* Override any gcc2 internal prototype to avoid an error. */
10405/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10406 builtin and then its argument prototype would still apply. */
10407char remove();
10408
10409int main() {
ab9b9eab
VZ
10410
10411/* The GNU C library defines this for functions which it implements
10412 to always fail with ENOSYS. Some functions are actually named
10413 something starting with __ and the normal name is an alias. */
10414#if defined (__stub_remove) || defined (__stub___remove)
10415choke me
10416#else
698dcdb6 10417remove();
ab9b9eab
VZ
10418#endif
10419
698dcdb6
VZ
10420; return 0; }
10421EOF
2389f33b 10422if { (eval echo configure:10423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10423 rm -rf conftest*
10424 eval "ac_cv_func_remove=yes"
10425else
10426 echo "configure: failed program was:" >&5
10427 cat conftest.$ac_ext >&5
10428 rm -rf conftest*
10429 eval "ac_cv_func_remove=no"
10430fi
10431rm -f conftest*
10432fi
10433
10434if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
10435 echo "$ac_t""yes" 1>&6
10436 :
10437else
10438 echo "$ac_t""no" 1>&6
10439fi
ab9b9eab
VZ
10440
10441 if test $ac_cv_func_remove = no; then
698dcdb6 10442 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
2389f33b 10443echo "configure:10444: checking for remove in -lposix" >&5
698dcdb6
VZ
10444ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
10445if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10446 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10447else
698dcdb6 10448 ac_save_LIBS="$LIBS"
ab9b9eab 10449LIBS="-lposix $LIBS"
698dcdb6 10450cat > conftest.$ac_ext <<EOF
2389f33b 10451#line 10452 "configure"
ab9b9eab
VZ
10452#include "confdefs.h"
10453/* Override any gcc2 internal prototype to avoid an error. */
10454/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10455 builtin and then its argument prototype would still apply. */
10456char remove();
10457
10458int main() {
10459remove()
10460; return 0; }
10461EOF
2389f33b 10462if { (eval echo configure:10463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10463 rm -rf conftest*
10464 eval "ac_cv_lib_$ac_lib_var=yes"
10465else
10466 echo "configure: failed program was:" >&5
10467 cat conftest.$ac_ext >&5
10468 rm -rf conftest*
10469 eval "ac_cv_lib_$ac_lib_var=no"
10470fi
10471rm -f conftest*
10472LIBS="$ac_save_LIBS"
10473
10474fi
10475if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10476 echo "$ac_t""yes" 1>&6
ab9b9eab 10477 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
698dcdb6
VZ
10478else
10479 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10480fi
10481
10482 fi
10483
10484 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
698dcdb6 10485 echo $ac_n "checking for shmat""... $ac_c" 1>&6
2389f33b 10486echo "configure:10487: checking for shmat" >&5
698dcdb6
VZ
10487if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
10488 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10489else
698dcdb6 10490 cat > conftest.$ac_ext <<EOF
2389f33b 10491#line 10492 "configure"
ab9b9eab
VZ
10492#include "confdefs.h"
10493/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 10494 which can conflict with char shmat(); below. */
ab9b9eab
VZ
10495#include <assert.h>
10496/* Override any gcc2 internal prototype to avoid an error. */
10497/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10498 builtin and then its argument prototype would still apply. */
10499char shmat();
10500
10501int main() {
ab9b9eab
VZ
10502
10503/* The GNU C library defines this for functions which it implements
10504 to always fail with ENOSYS. Some functions are actually named
10505 something starting with __ and the normal name is an alias. */
10506#if defined (__stub_shmat) || defined (__stub___shmat)
10507choke me
10508#else
698dcdb6 10509shmat();
ab9b9eab
VZ
10510#endif
10511
698dcdb6
VZ
10512; return 0; }
10513EOF
2389f33b 10514if { (eval echo configure:10515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10515 rm -rf conftest*
10516 eval "ac_cv_func_shmat=yes"
10517else
10518 echo "configure: failed program was:" >&5
10519 cat conftest.$ac_ext >&5
10520 rm -rf conftest*
10521 eval "ac_cv_func_shmat=no"
10522fi
10523rm -f conftest*
10524fi
10525
10526if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
10527 echo "$ac_t""yes" 1>&6
10528 :
10529else
10530 echo "$ac_t""no" 1>&6
10531fi
ab9b9eab
VZ
10532
10533 if test $ac_cv_func_shmat = no; then
698dcdb6 10534 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
2389f33b 10535echo "configure:10536: checking for shmat in -lipc" >&5
698dcdb6
VZ
10536ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
10537if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10538 echo $ac_n "(cached) $ac_c" 1>&6
ab9b9eab 10539else
698dcdb6 10540 ac_save_LIBS="$LIBS"
ab9b9eab 10541LIBS="-lipc $LIBS"
698dcdb6 10542cat > conftest.$ac_ext <<EOF
2389f33b 10543#line 10544 "configure"
ab9b9eab
VZ
10544#include "confdefs.h"
10545/* Override any gcc2 internal prototype to avoid an error. */
10546/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10547 builtin and then its argument prototype would still apply. */
10548char shmat();
10549
10550int main() {
10551shmat()
10552; return 0; }
10553EOF
2389f33b 10554if { (eval echo configure:10555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10555 rm -rf conftest*
10556 eval "ac_cv_lib_$ac_lib_var=yes"
10557else
10558 echo "configure: failed program was:" >&5
10559 cat conftest.$ac_ext >&5
10560 rm -rf conftest*
10561 eval "ac_cv_lib_$ac_lib_var=no"
10562fi
10563rm -f conftest*
10564LIBS="$ac_save_LIBS"
10565
10566fi
10567if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10568 echo "$ac_t""yes" 1>&6
ab9b9eab 10569 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
698dcdb6
VZ
10570else
10571 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10572fi
10573
10574 fi
10575 fi
10576
10577 # Check for libraries that X11R6 Xt/Xaw programs need.
698dcdb6 10578 ac_save_LDFLAGS="$LDFLAGS"
ab9b9eab
VZ
10579 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10580 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10581 # check for ICE first), but we must link in the order -lSM -lICE or
10582 # we get undefined symbols. So assume we have SM if we have ICE.
10583 # These have to be linked with before -lX11, unlike the other
10584 # libraries we check for below, so use a different variable.
698dcdb6
VZ
10585 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
10586 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
2389f33b 10587echo "configure:10588: checking for IceConnectionNumber in -lICE" >&5
698dcdb6
VZ
10588ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
10589if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10590 echo $ac_n "(cached) $ac_c" 1>&6
10591else
10592 ac_save_LIBS="$LIBS"
ab9b9eab 10593LIBS="-lICE $X_EXTRA_LIBS $LIBS"
698dcdb6 10594cat > conftest.$ac_ext <<EOF
2389f33b 10595#line 10596 "configure"
ab9b9eab
VZ
10596#include "confdefs.h"
10597/* Override any gcc2 internal prototype to avoid an error. */
10598/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
10599 builtin and then its argument prototype would still apply. */
10600char IceConnectionNumber();
10601
10602int main() {
10603IceConnectionNumber()
10604; return 0; }
10605EOF
2389f33b 10606if { (eval echo configure:10607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
10607 rm -rf conftest*
10608 eval "ac_cv_lib_$ac_lib_var=yes"
10609else
10610 echo "configure: failed program was:" >&5
10611 cat conftest.$ac_ext >&5
10612 rm -rf conftest*
10613 eval "ac_cv_lib_$ac_lib_var=no"
10614fi
10615rm -f conftest*
10616LIBS="$ac_save_LIBS"
10617
10618fi
10619if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10620 echo "$ac_t""yes" 1>&6
ab9b9eab 10621 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
698dcdb6
VZ
10622else
10623 echo "$ac_t""no" 1>&6
ab9b9eab
VZ
10624fi
10625
698dcdb6 10626 LDFLAGS="$ac_save_LDFLAGS"
ab9b9eab
VZ
10627
10628fi
10629
1e6feb95
VZ
10630 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10631 LDFLAGS="$LDFLAGS $X_LIBS"
ab9b9eab 10632
1e6feb95
VZ
10633 if test "$wxUSE_MOTIF" = 1; then
10634 if test "$no_x" = "yes"; then
10635 { echo "configure: error: X11 not found" 1>&2; exit 1; }
10636 fi
ab9b9eab 10637
1e6feb95
VZ
10638 GUI_TK_LIBRARY="$X_LIBS"
10639 TOOLKIT_INCLUDE="$X_CFLAGS"
ab9b9eab 10640
1e6feb95 10641 AFMINSTALL=afminstall
dad6c0ea 10642
1e6feb95
VZ
10643
10644 COMPILED_X_PROGRAM=0
cd6d6d5b 10645
1e6feb95 10646 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
2389f33b 10647echo "configure:10648: checking for Motif/Lesstif headers" >&5
1e6feb95 10648
ab9b9eab
VZ
10649ac_find_includes=
10650for ac_dir in $SEARCH_INCLUDE;
10651 do
10652 if test -f "$ac_dir/Xm/Xm.h"; then
10653 ac_find_includes=$ac_dir
10654 break
10655 fi
10656 done
10657
1e6feb95
VZ
10658 if test "$ac_find_includes" != "" ; then
10659 echo "$ac_t""found $ac_find_includes" 1>&6
10660 else
10661 cat > conftest.$ac_ext <<EOF
2389f33b 10662#line 10663 "configure"
cd6d6d5b
VZ
10663#include "confdefs.h"
10664
1e6feb95
VZ
10665 #include <Xm/Xm.h>
10666
698dcdb6 10667int main() {
cd6d6d5b 10668
1e6feb95 10669 int version;
cd6d6d5b 10670
1e6feb95
VZ
10671 version = xmUseVersion;
10672
698dcdb6
VZ
10673; return 0; }
10674EOF
2389f33b 10675if { (eval echo configure:10676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
10676 rm -rf conftest*
10677
1e6feb95
VZ
10678 echo "$ac_t""found in default search path" 1>&6
10679 COMPILED_X_PROGRAM=1
10680
cd6d6d5b 10681else
698dcdb6
VZ
10682 echo "configure: failed program was:" >&5
10683 cat conftest.$ac_ext >&5
10684 rm -rf conftest*
10685
1e6feb95
VZ
10686 echo "$ac_t""no" 1>&6
10687 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
10688
698dcdb6 10689
cd6d6d5b 10690fi
698dcdb6 10691rm -f conftest*
1e6feb95 10692 fi
ab9b9eab 10693
1e6feb95
VZ
10694 if test "$COMPILED_X_PROGRAM" = 0; then
10695 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
2389f33b 10696echo "configure:10697: checking for Motif/Lesstif library" >&5
1e6feb95 10697
ab9b9eab
VZ
10698ac_find_libraries=
10699for ac_dir in $SEARCH_LIB;
10700 do
f11bdd03 10701 for ac_extension in a so sl dylib; do
ab9b9eab
VZ
10702 if test -f "$ac_dir/libXm.$ac_extension"; then
10703 ac_find_libraries=$ac_dir
10704 break 2
10705 fi
10706 done
10707 done
10708
1e6feb95
VZ
10709 if test "$ac_find_libraries" != "" ; then
10710
ab9b9eab
VZ
10711 ac_path_to_include=$ac_find_includes
10712 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
10713 result=$?
10714 if test $result = 0; then
10715 ac_path_to_include=""
10716 else
10717 ac_path_to_include="-I$ac_find_includes"
10718 fi
10719
1e6feb95 10720
ab9b9eab
VZ
10721 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
10722 result=$?
10723 if test $result = 0; then
10724 ac_path_to_link=""
10725 else
10726 ac_path_to_link="-L$ac_find_libraries"
10727 fi
10728
698dcdb6 10729
1e6feb95
VZ
10730 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
10731 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
10732 echo "$ac_t""found at $ac_find_libraries" 1>&6
10733 else
10734 cat > conftest.$ac_ext <<EOF
2389f33b 10735#line 10736 "configure"
cd6d6d5b 10736#include "confdefs.h"
ab9b9eab 10737
1e6feb95
VZ
10738 #include <Xm/Xm.h>
10739
698dcdb6 10740int main() {
ab9b9eab 10741
1e6feb95 10742 int version;
ab9b9eab 10743
1e6feb95
VZ
10744 version = xmUseVersion;
10745
698dcdb6
VZ
10746; return 0; }
10747EOF
2389f33b 10748if { (eval echo configure:10749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
10749 rm -rf conftest*
10750
1e6feb95
VZ
10751 echo "$ac_t""found in default search path" 1>&6
10752 COMPILED_X_PROGRAM=1
10753
cd6d6d5b 10754else
698dcdb6
VZ
10755 echo "configure: failed program was:" >&5
10756 cat conftest.$ac_ext >&5
10757 rm -rf conftest*
10758
1e6feb95
VZ
10759 echo "$ac_t""no" 1>&6
10760 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
10761
698dcdb6 10762
cd6d6d5b 10763fi
698dcdb6 10764rm -f conftest*
1e6feb95 10765 fi
cd6d6d5b 10766 fi
ab9b9eab 10767
1e6feb95
VZ
10768
10769 XPM_LINK=""
10770 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
2389f33b 10771echo "configure:10772: checking for Xpm library" >&5
1e6feb95 10772
ab9b9eab
VZ
10773ac_find_libraries=
10774for ac_dir in $SEARCH_LIB;
10775 do
f11bdd03 10776 for ac_extension in a so sl dylib; do
ab9b9eab
VZ
10777 if test -f "$ac_dir/libXpm.$ac_extension"; then
10778 ac_find_libraries=$ac_dir
10779 break 2
10780 fi
10781 done
10782 done
10783
1e6feb95
VZ
10784 if test "$ac_find_libraries" != "" ; then
10785
ab9b9eab
VZ
10786 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
10787 result=$?
10788 if test $result = 0; then
10789 ac_path_to_link=""
10790 else
10791 ac_path_to_link="-L$ac_find_libraries"
10792 fi
10793
1e6feb95
VZ
10794 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
10795 XPM_LINK="-lXpm "
10796 cat >> confdefs.h <<\EOF
ab9b9eab
VZ
10797#define wxHAVE_LIB_XPM 1
10798EOF
10799
1e6feb95
VZ
10800 echo "$ac_t""found at $ac_find_libraries" 1>&6
10801 else
10802 cat > conftest.$ac_ext <<EOF
2389f33b 10803#line 10804 "configure"
cd6d6d5b
VZ
10804#include "confdefs.h"
10805
1e6feb95
VZ
10806 #include <X11/xpm.h>
10807
698dcdb6 10808int main() {
cd6d6d5b 10809
1e6feb95 10810 int version;
cd6d6d5b 10811
1e6feb95
VZ
10812 version = XpmLibraryVersion();
10813
698dcdb6
VZ
10814; return 0; }
10815EOF
2389f33b 10816if { (eval echo configure:10817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
10817 rm -rf conftest*
10818
1e6feb95
VZ
10819 XPM_LINK="-lXpm "
10820 cat >> confdefs.h <<\EOF
3ace2e6d
SN
10821#define wxHAVE_LIB_XPM 1
10822EOF
10823
1e6feb95
VZ
10824 echo "$ac_t""found in default search path" 1>&6
10825 COMPILED_X_PROGRAM=0
10826
cd6d6d5b 10827else
698dcdb6
VZ
10828 echo "configure: failed program was:" >&5
10829 cat conftest.$ac_ext >&5
10830 rm -rf conftest*
10831
1e6feb95
VZ
10832 echo "$ac_t""no" 1>&6
10833 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10834
698dcdb6 10835
cd6d6d5b 10836fi
698dcdb6 10837rm -f conftest*
1e6feb95
VZ
10838 fi
10839
10840 GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
10841 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK"
10842 TOOLKIT=MOTIF
10843 GUIDIST=MOTIF_DIST
ab9b9eab
VZ
10844 fi
10845
1e6feb95
VZ
10846 if test "$wxUSE_MAC" = 1; then
10847 TOOLKIT=MAC
10848 GUIDIST=MACX_DIST
10849 fi
10f2d63a 10850
1e6feb95
VZ
10851 if test "$wxUSE_PM" = 1; then
10852 TOOLKIT=PM
10853 GUIDIST=GTK_DIST
10854 fi
b4085ce6 10855
1e6feb95
VZ
10856 if test "$TOOLKIT" != "PM" ; then
10857 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
10858 else
10859 TOOLKIT_DIR="os2"
10860 fi
e07802fc 10861
1e6feb95 10862 TOOLKIT_NAME="${TOOLKIT_DIR}"
10f2d63a 10863
1e6feb95
VZ
10864 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
10865
10866 if test "$TOOLKIT_NAME" = "motif"; then
10867 TOOLKIT_VPATH="${TOOLKIT_VPATH}${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
10868 fi
10869
10870 if test "$wxUSE_UNIVERSAL" = "yes"; then
10871 TOOLKIT_NAME="${TOOLKIT_NAME}univ"
10872 UNIV_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
10873 TOOLKIT_VPATH="${UNIV_VPATH}${PATH_IFS}${TOOLKIT_VPATH}"
10874 SETUPH_DIR="univ"
f6bcfd97 10875 else
1e6feb95
VZ
10876 SETUPH_DIR="${TOOLKIT_DIR}"
10877 fi
10878
10879 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
10880 TOOLKIT_NAME="${TOOLKIT_NAME}d"
f6bcfd97
BP
10881 fi
10882
2224580a 10883 TOOLKIT_DEF="-D__WX${TOOLKIT}__"
1e6feb95
VZ
10884 if test "$wxUSE_UNIVERSAL" = "yes"; then
10885 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXUNIVERSAL__"
10886 fi
10f2d63a 10887
f6bcfd97 10888 WX_LIBRARY="wx_${TOOLKIT_NAME}"
10f2d63a 10889
1e6feb95
VZ
10890 if test "$wxUSE_UNIVERSAL" = "yes"; then
10891 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
10892 else
10893 ALL_OBJECTS="\$(GUIOBJS)"
10894 fi
10895
10896 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
10897
10898 if test "$TOOLKIT" != "MSW"; then
10899 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
10900 fi
10901
10902 if test "$wxUSE_HTML" = "yes"; then
10903 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
10904 fi
3fcdd07b 10905
1e6feb95
VZ
10906 if test "$TOOLKIT" != "MSW"; then
10907 if test "$wxUSE_ODBC" = "yes" ; then
10908 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
10909 fi
3fcdd07b
VZ
10910 fi
10911
831b3152
VZ
10912 if test "x$REGEX_INCLUDE" != "x" ; then
10913 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
10914 fi
10915
d9d8273d 10916 if test "$wxUSE_LIBJPEG" = "yes" ; then
2224580a 10917 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
d9d8273d
RR
10918 fi
10919 if test "$wxUSE_LIBTIFF" = "yes" ; then
10920 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
10921 fi
10922 if test "$wxUSE_LIBPNG" = "yes" ; then
10923 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
10924 fi
10925 if test "$wxUSE_ZLIB" = "yes" ; then
10926 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
10927 fi
3fed1840
RR
10928 if test "$wxUSE_FREETYPE" = "yes" ; then
10929 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
10930 fi
2224580a 10931
1e6feb95
VZ
10932 if test "$wxUSE_UNIVERSAL" = "yes"; then
10933 ALL_DEPFILES="\$(GUI_LOWLEVEL_DEPS) \$(UNIVDEPS)"
10934 else
10935 ALL_DEPFILES="\$(GUIDEPS)"
10936 fi
10937
10938 ALL_DEPFILES="${ALL_DEPFILES} \$(COMMONDEPS) \$(GENERICDEPS)"
10939
10940 if test "$TOOLKIT" != "MSW"; then
10941 ALL_DEPFILES="${ALL_DEPFILES} \$(UNIXDEPS)"
10942 fi
10943
10944 if test "$wxUSE_HTML" = "yes"; then
10945 ALL_DEPFILES="${ALL_DEPFILES} \$(HTMLDEPS)"
10946 fi
10947
879df073 10948 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
1e6feb95 10949 if test "$wxUSE_UNIVERSAL" = "yes"; then
879df073 10950 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
1e6feb95 10951 fi
2224580a
VZ
10952 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
10953 RPM_SPEC="wx\$(TOOLKIT).spec"
10954
10955 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
10956 DISTDIR="wx\$(TOOLKIT)"
10f2d63a 10957else
dad6c0ea
VZ
10958 USE_GUI=0
10959
f6bcfd97
BP
10960 TOOLKIT_DIR="base"
10961
0b2effe9
VZ
10962 TOOLKIT_VPATH="."
10963
f6bcfd97
BP
10964 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
10965 TOOLKIT_NAME="${TOOLKIT_DIR}d"
10966 else
10967 TOOLKIT_NAME="${TOOLKIT_DIR}"
10968 fi
10969
07eb77a6
RL
10970 TOOLKIT_DEF="-D__WXBASE__"
10971
b4085ce6
GD
10972 ALL_OBJECTS="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
10973 ALL_DEPFILES="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
10f2d63a 10974
0b2effe9
VZ
10975 if test "x$REGEX_INCLUDE" != "x" ; then
10976 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
10977 fi
10978
a20b6d3a
VZ
10979 if test "$wxUSE_ZLIB" = "yes" ; then
10980 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
10981 fi
10982
f6bcfd97 10983 WX_LIBRARY="wx_${TOOLKIT_NAME}"
2224580a 10984
831b3152 10985 PORT_FILES="\${top_srcdir}/src/files.lst"
2224580a
VZ
10986 RPM_FILES="src/rpmfiles.lst"
10987 RPM_SPEC="wxBase.spec"
10988
10989 GUIDIST="BASE_DIST"
10990 DISTDIR="wxBase"
10f2d63a
VZ
10991fi
10992
10993WX_LIBRARY_NAME="lib${WX_LIBRARY}.la"
bdad4e7e 10994WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la"
10f2d63a
VZ
10995
10996WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
bdad4e7e 10997WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a"
10f2d63a 10998
10f2d63a 10999
55e80573
VZ
11000if test "$wxUSE_SHARED" = "yes"; then
11001 case "${host}" in
11002 *-*-mingw32* )
11003 WX_LIBRARY_NAME_SHARED="wx${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}_${WX_RELEASE_NUMBER}.dll"
11004 ;;
10f2d63a 11005
55e80573
VZ
11006 *-hp-hpux* )
11007 SO_SUFFIX="sl"
11008 ;;
10f2d63a 11009
55e80573
VZ
11010 *-*-darwin* )
11011 SO_SUFFIX="dylib"
11012 ;;
11013
11014 * )
11015 SO_SUFFIX="so"
11016 ;;
11017 esac
11018
11019 if test "x$SO_SUFFIX" != "x"; then
11020 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11021 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11022 fi
11023
11024 WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}"
11025 WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.${SO_SUFFIX}"
11026 WX_LIBRARY_LINK3="lib${WX_LIBRARY}.${SO_SUFFIX}"
11027 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}"
11028 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${SO_SUFFIX}"
11029 WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.${SO_SUFFIX}"
11030
11031 if test "$wxUSE_OPENGL" = "yes"; then
11032 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11033 WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
11034 else
11035 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
11036 WX_ALL="CREATE_LINKS"
11037 fi
11038
dd4f7467 11039 if test "$GCC" = "yes"; then
55e80573 11040 PIC_FLAG="-fPIC"
dd4f7467 11041 fi
55e80573
VZ
11042
11043 SHARED_LD="${CXX} -shared -o"
698dcdb6 11044
10f2d63a
VZ
11045 case "${host}" in
11046 *-hp-hpux* )
55e80573 11047 if test "$GCC" != "yes"; then
f6bcfd97
BP
11048 LDFLAGS="-L/usr/lib"
11049
10f2d63a
VZ
11050 SHARED_LD="${CXX} -b -o"
11051 PIC_FLAG="+Z"
11052 fi
55e80573 11053
10f2d63a 11054 ;;
b12915c1 11055
55e80573
VZ
11056 *-*-linux* )
11057 if test "$GCC" != "yes"; then
11058 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
dd4f7467 11059echo "configure:11060: checking for Intel compiler" >&5
55e80573
VZ
11060if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11061 echo $ac_n "(cached) $ac_c" 1>&6
11062else
11063
11064 cat > conftest.$ac_ext <<EOF
dd4f7467 11065#line 11066 "configure"
55e80573
VZ
11066#include "confdefs.h"
11067
11068int main() {
11069
11070 #ifndef __INTEL_COMPILER
dd4f7467 11071 #error Not icc
55e80573
VZ
11072 #endif
11073
11074; return 0; }
11075EOF
dd4f7467 11076if { (eval echo configure:11077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
55e80573
VZ
11077 rm -rf conftest*
11078 wx_cv_prog_icc=yes
11079else
11080 echo "configure: failed program was:" >&5
11081 cat conftest.$ac_ext >&5
11082 rm -rf conftest*
11083 wx_cv_prog_icc=no
11084
11085fi
11086rm -f conftest*
11087
11088fi
11089
11090echo "$ac_t""$wx_cv_prog_icc" 1>&6
11091
11092 if test "$wx_cv_prog_icc" = "yes"; then
11093 PIC_FLAG="-KPIC"
11094 fi
11095 fi
11096
00cf1208 11097 if test "$wxUSE_BURNT_NAME" = "yes" ; then
05cdfc6f 11098 BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}"
bdad4e7e 11099 BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
f6bcfd97 11100 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
00cf1208 11101 fi
10f2d63a 11102 ;;
55e80573 11103
10f2d63a
VZ
11104 *-*-solaris2* )
11105 if test "$GCC" = yes ; then
f6bcfd97 11106 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
10f2d63a
VZ
11107 else
11108 SHARED_LD="${CXX} -G -o"
11109 PIC_FLAG="-KPIC"
11110 fi
10f2d63a 11111 ;;
55e80573 11112
b4085ce6 11113 *-*-darwin* )
a3cb1afc
VZ
11114 TOOLKIT_DEF="${TOOLKIT_DEF} -D__UNIX__ -D__DARWIN__ -D__POWERPC__"
11115 CPPFLAGS="${CPPFLAGS} -fno-common"
ea5999b9
GD
11116 SHARED_LD="${CXX} -dynamiclib -o"
11117 PIC_FLAG="-dynamic -fPIC"
55e80573 11118
a3cb1afc
VZ
11119 if test "$wxUSE_MAC" = 1 ; then
11120 WX_ALL="${WX_ALL} ./lib/lib${WX_LIBRARY}-${WX_RELEASE}.r"
11121 fi
10f2d63a 11122 ;;
55e80573 11123
10f2d63a
VZ
11124 *-*-aix* )
11125 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
10f2d63a 11126 ;;
55e80573 11127
1c8183e2 11128 *-*-cygwin* )
10f2d63a 11129 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 11130 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
f6bcfd97
BP
11131 if test "$wxUSE_OPENGL" = "yes"; then
11132 WX_ALL_INSTALLED="preinstall_gl"
11133 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
11134 else
11135 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
11136 fi
10f2d63a 11137 ;;
55e80573 11138
b12915c1 11139 *-*-mingw32* )
18dbb1f6
VZ
11140 WX_LIBRARY_NAME_STATIC="lib/libwx${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}_${WX_RELEASE_NUMBER}.a"
11141 SHARED_LD="${CC} -shared -Wl,--out-implib,${WX_LIBRARY_NAME_STATIC} -o"
11142 TOOLKIT_DEF="${TOOLKIT_DEF} -DWXUSINGDLL=1"
11143 WXMSW_DLL_DEFINES="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11144 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
11145 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
f6bcfd97
BP
11146 if test "$wxUSE_OPENGL" = "yes"; then
11147 WX_ALL_INSTALLED="preinstall_gl"
18dbb1f6 11148 WX_ALL="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
f6bcfd97 11149 else
18dbb1f6 11150 WX_ALL="${WX_LIBRARY_NAME_SHARED}"
f6bcfd97 11151 fi
10f2d63a 11152 ;;
55e80573 11153
10f2d63a 11154 *-pc-os2_emx )
e07802fc
VZ
11155 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
11156 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
10f2d63a 11157 ;;
55e80573 11158
b12915c1 11159 *-*-beos* )
e2b8b066 11160 SHARED_LD="${LD} -shared -o"
b12915c1 11161 ;;
55e80573
VZ
11162
11163 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11164 *-*-sunos4* | \
11165 *-*-irix5* | *-*-irix6* | \
11166 *-*-osf* | \
11167 *-*-dgux5* | \
11168 *-*-sysv5* )
11169 ;;
11170
10f2d63a 11171 *)
698dcdb6 11172 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
10f2d63a
VZ
11173 esac
11174
11175 if test "x$WX_TARGET_LIBRARY" = "x"; then
11176 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
bdad4e7e 11177 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
10f2d63a 11178 fi
55e80573 11179
3711412e 11180 WX_TARGET_LIBRARY_TYPE="so"
10f2d63a
VZ
11181else
11182 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
bdad4e7e 11183 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
f6bcfd97
BP
11184
11185 if test "$wxUSE_OPENGL" = "yes"; then
11186 WX_ALL_INSTALLED="preinstall_gl"
11187 WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
11188 else
11189 WX_ALL="${WX_LIBRARY_NAME_STATIC}"
11190 fi
11191
11192 if test "$wxUSE_GUI" = "no"; then
11193 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11194 fi
11195
3711412e 11196 WX_TARGET_LIBRARY_TYPE="a"
10f2d63a
VZ
11197fi
11198
698dcdb6
VZ
11199
11200for ac_hdr in strings.h
10f2d63a 11201do
698dcdb6
VZ
11202ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11203echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11204echo "configure:11205: checking for $ac_hdr" >&5
698dcdb6
VZ
11205if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11206 echo $ac_n "(cached) $ac_c" 1>&6
11207else
11208 cat > conftest.$ac_ext <<EOF
dd4f7467 11209#line 11210 "configure"
10f2d63a 11210#include "confdefs.h"
698dcdb6
VZ
11211#include <$ac_hdr>
11212EOF
11213ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11214{ (eval echo configure:11215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11215ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11216if test -z "$ac_err"; then
11217 rm -rf conftest*
11218 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 11219else
698dcdb6
VZ
11220 echo "$ac_err" >&5
11221 echo "configure: failed program was:" >&5
10f2d63a 11222 cat conftest.$ac_ext >&5
698dcdb6
VZ
11223 rm -rf conftest*
11224 eval "ac_cv_header_$ac_safe=no"
10f2d63a 11225fi
698dcdb6 11226rm -f conftest*
10f2d63a 11227fi
698dcdb6
VZ
11228if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11229 echo "$ac_t""yes" 1>&6
11230 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11231 cat >> confdefs.h <<EOF
11232#define $ac_tr_hdr 1
10f2d63a 11233EOF
698dcdb6
VZ
11234
11235else
11236 echo "$ac_t""no" 1>&6
10f2d63a
VZ
11237fi
11238done
11239
698dcdb6 11240for ac_hdr in stdlib.h
9cfadba2 11241do
698dcdb6
VZ
11242ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11243echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11244echo "configure:11245: checking for $ac_hdr" >&5
698dcdb6
VZ
11245if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11246 echo $ac_n "(cached) $ac_c" 1>&6
11247else
11248 cat > conftest.$ac_ext <<EOF
dd4f7467 11249#line 11250 "configure"
9cfadba2 11250#include "confdefs.h"
698dcdb6
VZ
11251#include <$ac_hdr>
11252EOF
11253ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11254{ (eval echo configure:11255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11255ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11256if test -z "$ac_err"; then
11257 rm -rf conftest*
11258 eval "ac_cv_header_$ac_safe=yes"
6232543b 11259else
698dcdb6
VZ
11260 echo "$ac_err" >&5
11261 echo "configure: failed program was:" >&5
9cfadba2 11262 cat conftest.$ac_ext >&5
698dcdb6
VZ
11263 rm -rf conftest*
11264 eval "ac_cv_header_$ac_safe=no"
9cfadba2 11265fi
698dcdb6 11266rm -f conftest*
9cfadba2 11267fi
698dcdb6
VZ
11268if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11269 echo "$ac_t""yes" 1>&6
11270 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11271 cat >> confdefs.h <<EOF
11272#define $ac_tr_hdr 1
9cfadba2 11273EOF
698dcdb6
VZ
11274
11275else
11276 echo "$ac_t""no" 1>&6
9cfadba2
VZ
11277fi
11278done
10f2d63a 11279
698dcdb6 11280for ac_hdr in unistd.h
10f2d63a 11281do
698dcdb6
VZ
11282ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11283echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11284echo "configure:11285: checking for $ac_hdr" >&5
698dcdb6
VZ
11285if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11286 echo $ac_n "(cached) $ac_c" 1>&6
11287else
11288 cat > conftest.$ac_ext <<EOF
dd4f7467 11289#line 11290 "configure"
10f2d63a 11290#include "confdefs.h"
698dcdb6
VZ
11291#include <$ac_hdr>
11292EOF
11293ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11294{ (eval echo configure:11295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11295ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11296if test -z "$ac_err"; then
11297 rm -rf conftest*
11298 eval "ac_cv_header_$ac_safe=yes"
6232543b 11299else
698dcdb6
VZ
11300 echo "$ac_err" >&5
11301 echo "configure: failed program was:" >&5
10f2d63a 11302 cat conftest.$ac_ext >&5
698dcdb6
VZ
11303 rm -rf conftest*
11304 eval "ac_cv_header_$ac_safe=no"
10f2d63a 11305fi
698dcdb6 11306rm -f conftest*
10f2d63a 11307fi
698dcdb6
VZ
11308if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11309 echo "$ac_t""yes" 1>&6
11310 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11311 cat >> confdefs.h <<EOF
11312#define $ac_tr_hdr 1
10f2d63a 11313EOF
698dcdb6
VZ
11314
11315else
11316 echo "$ac_t""no" 1>&6
10f2d63a
VZ
11317fi
11318done
11319
698dcdb6 11320for ac_hdr in wchar.h
10f2d63a 11321do
698dcdb6
VZ
11322ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11323echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11324echo "configure:11325: checking for $ac_hdr" >&5
698dcdb6
VZ
11325if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11326 echo $ac_n "(cached) $ac_c" 1>&6
11327else
11328 cat > conftest.$ac_ext <<EOF
dd4f7467 11329#line 11330 "configure"
10f2d63a 11330#include "confdefs.h"
698dcdb6
VZ
11331#include <$ac_hdr>
11332EOF
11333ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11334{ (eval echo configure:11335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11335ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11336if test -z "$ac_err"; then
11337 rm -rf conftest*
11338 eval "ac_cv_header_$ac_safe=yes"
6f72b082 11339else
698dcdb6
VZ
11340 echo "$ac_err" >&5
11341 echo "configure: failed program was:" >&5
6f72b082 11342 cat conftest.$ac_ext >&5
698dcdb6
VZ
11343 rm -rf conftest*
11344 eval "ac_cv_header_$ac_safe=no"
6f72b082 11345fi
698dcdb6 11346rm -f conftest*
6f72b082 11347fi
698dcdb6
VZ
11348if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11349 echo "$ac_t""yes" 1>&6
11350 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11351 cat >> confdefs.h <<EOF
11352#define $ac_tr_hdr 1
6f72b082 11353EOF
698dcdb6
VZ
11354
11355else
11356 echo "$ac_t""no" 1>&6
6f72b082
OK
11357fi
11358done
11359
698dcdb6 11360for ac_hdr in wcstr.h
6f72b082 11361do
698dcdb6
VZ
11362ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11363echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11364echo "configure:11365: checking for $ac_hdr" >&5
698dcdb6
VZ
11365if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11366 echo $ac_n "(cached) $ac_c" 1>&6
11367else
11368 cat > conftest.$ac_ext <<EOF
dd4f7467 11369#line 11370 "configure"
6f72b082 11370#include "confdefs.h"
698dcdb6
VZ
11371#include <$ac_hdr>
11372EOF
11373ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11374{ (eval echo configure:11375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11375ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11376if test -z "$ac_err"; then
11377 rm -rf conftest*
11378 eval "ac_cv_header_$ac_safe=yes"
6f72b082 11379else
698dcdb6
VZ
11380 echo "$ac_err" >&5
11381 echo "configure: failed program was:" >&5
6f72b082 11382 cat conftest.$ac_ext >&5
698dcdb6
VZ
11383 rm -rf conftest*
11384 eval "ac_cv_header_$ac_safe=no"
6f72b082 11385fi
698dcdb6 11386rm -f conftest*
6f72b082 11387fi
698dcdb6
VZ
11388if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11389 echo "$ac_t""yes" 1>&6
11390 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11391 cat >> confdefs.h <<EOF
11392#define $ac_tr_hdr 1
6f72b082 11393EOF
698dcdb6
VZ
11394
11395else
11396 echo "$ac_t""no" 1>&6
6f72b082
OK
11397fi
11398done
11399
698dcdb6 11400for ac_hdr in fnmatch.h
6f72b082 11401do
698dcdb6
VZ
11402ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11403echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11404echo "configure:11405: checking for $ac_hdr" >&5
698dcdb6
VZ
11405if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11406 echo $ac_n "(cached) $ac_c" 1>&6
11407else
11408 cat > conftest.$ac_ext <<EOF
dd4f7467 11409#line 11410 "configure"
6f72b082 11410#include "confdefs.h"
698dcdb6
VZ
11411#include <$ac_hdr>
11412EOF
11413ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11414{ (eval echo configure:11415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11415ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11416if test -z "$ac_err"; then
11417 rm -rf conftest*
11418 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 11419else
698dcdb6
VZ
11420 echo "$ac_err" >&5
11421 echo "configure: failed program was:" >&5
10f2d63a 11422 cat conftest.$ac_ext >&5
698dcdb6
VZ
11423 rm -rf conftest*
11424 eval "ac_cv_header_$ac_safe=no"
10f2d63a 11425fi
698dcdb6 11426rm -f conftest*
10f2d63a 11427fi
698dcdb6
VZ
11428if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11429 echo "$ac_t""yes" 1>&6
11430 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11431 cat >> confdefs.h <<EOF
11432#define $ac_tr_hdr 1
10f2d63a 11433EOF
698dcdb6
VZ
11434
11435else
11436 echo "$ac_t""no" 1>&6
10f2d63a
VZ
11437fi
11438done
11439
698dcdb6 11440for ac_hdr in iconv.h
0fb0dd83 11441do
698dcdb6
VZ
11442ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11443echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11444echo "configure:11445: checking for $ac_hdr" >&5
698dcdb6
VZ
11445if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11446 echo $ac_n "(cached) $ac_c" 1>&6
11447else
11448 cat > conftest.$ac_ext <<EOF
dd4f7467 11449#line 11450 "configure"
0fb0dd83 11450#include "confdefs.h"
698dcdb6
VZ
11451#include <$ac_hdr>
11452EOF
11453ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11454{ (eval echo configure:11455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11455ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11456if test -z "$ac_err"; then
11457 rm -rf conftest*
11458 eval "ac_cv_header_$ac_safe=yes"
0fb0dd83 11459else
698dcdb6
VZ
11460 echo "$ac_err" >&5
11461 echo "configure: failed program was:" >&5
0fb0dd83 11462 cat conftest.$ac_ext >&5
698dcdb6
VZ
11463 rm -rf conftest*
11464 eval "ac_cv_header_$ac_safe=no"
0fb0dd83 11465fi
698dcdb6 11466rm -f conftest*
0fb0dd83 11467fi
698dcdb6
VZ
11468if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11469 echo "$ac_t""yes" 1>&6
11470 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11471 cat >> confdefs.h <<EOF
11472#define $ac_tr_hdr 1
0fb0dd83 11473EOF
698dcdb6
VZ
11474
11475else
11476 echo "$ac_t""no" 1>&6
0fb0dd83
RR
11477fi
11478done
11479
698dcdb6 11480for ac_hdr in langinfo.h
1f8ae82f 11481do
698dcdb6
VZ
11482ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11483echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11484echo "configure:11485: checking for $ac_hdr" >&5
698dcdb6
VZ
11485if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11486 echo $ac_n "(cached) $ac_c" 1>&6
11487else
11488 cat > conftest.$ac_ext <<EOF
dd4f7467 11489#line 11490 "configure"
1f8ae82f 11490#include "confdefs.h"
698dcdb6
VZ
11491#include <$ac_hdr>
11492EOF
11493ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11494{ (eval echo configure:11495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11495ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11496if test -z "$ac_err"; then
11497 rm -rf conftest*
11498 eval "ac_cv_header_$ac_safe=yes"
1f8ae82f 11499else
698dcdb6
VZ
11500 echo "$ac_err" >&5
11501 echo "configure: failed program was:" >&5
1f8ae82f 11502 cat conftest.$ac_ext >&5
698dcdb6
VZ
11503 rm -rf conftest*
11504 eval "ac_cv_header_$ac_safe=no"
1f8ae82f 11505fi
698dcdb6 11506rm -f conftest*
1f8ae82f 11507fi
698dcdb6
VZ
11508if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11509 echo "$ac_t""yes" 1>&6
11510 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11511 cat >> confdefs.h <<EOF
11512#define $ac_tr_hdr 1
1f8ae82f 11513EOF
698dcdb6
VZ
11514
11515else
11516 echo "$ac_t""no" 1>&6
1f8ae82f
GD
11517fi
11518done
11519
698dcdb6 11520
73fd4a60
VZ
11521if test "$wxUSE_GUI" = "yes"; then
11522 if test "$wxUSE_UNIX" = "yes"; then
698dcdb6 11523 for ac_hdr in X11/XKBlib.h
10f2d63a 11524do
698dcdb6
VZ
11525ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11526echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11527echo "configure:11528: checking for $ac_hdr" >&5
698dcdb6
VZ
11528if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11529 echo $ac_n "(cached) $ac_c" 1>&6
11530else
11531 cat > conftest.$ac_ext <<EOF
dd4f7467 11532#line 11533 "configure"
10f2d63a 11533#include "confdefs.h"
698dcdb6
VZ
11534#include <$ac_hdr>
11535EOF
11536ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11537{ (eval echo configure:11538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11538ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11539if test -z "$ac_err"; then
11540 rm -rf conftest*
11541 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 11542else
698dcdb6
VZ
11543 echo "$ac_err" >&5
11544 echo "configure: failed program was:" >&5
10f2d63a 11545 cat conftest.$ac_ext >&5
698dcdb6
VZ
11546 rm -rf conftest*
11547 eval "ac_cv_header_$ac_safe=no"
10f2d63a 11548fi
698dcdb6 11549rm -f conftest*
10f2d63a 11550fi
698dcdb6
VZ
11551if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11552 echo "$ac_t""yes" 1>&6
11553 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11554 cat >> confdefs.h <<EOF
11555#define $ac_tr_hdr 1
10f2d63a 11556EOF
698dcdb6
VZ
11557
11558else
11559 echo "$ac_t""no" 1>&6
10f2d63a
VZ
11560fi
11561done
11562
73fd4a60 11563 fi
10f2d63a
VZ
11564fi
11565
3e44f09d 11566if test "$USE_WIN32" = 1; then
29fd3c0c
VS
11567 for ac_hdr in w32api.h
11568do
11569ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11570echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 11571echo "configure:11572: checking for $ac_hdr" >&5
29fd3c0c
VS
11572if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11573 echo $ac_n "(cached) $ac_c" 1>&6
11574else
11575 cat > conftest.$ac_ext <<EOF
dd4f7467 11576#line 11577 "configure"
29fd3c0c
VS
11577#include "confdefs.h"
11578#include <$ac_hdr>
11579EOF
11580ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11581{ (eval echo configure:11582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
29fd3c0c
VS
11582ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11583if test -z "$ac_err"; then
11584 rm -rf conftest*
11585 eval "ac_cv_header_$ac_safe=yes"
11586else
11587 echo "$ac_err" >&5
11588 echo "configure: failed program was:" >&5
11589 cat conftest.$ac_ext >&5
11590 rm -rf conftest*
11591 eval "ac_cv_header_$ac_safe=no"
11592fi
11593rm -f conftest*
11594fi
11595if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11596 echo "$ac_t""yes" 1>&6
11597 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11598 cat >> confdefs.h <<EOF
11599#define $ac_tr_hdr 1
11600EOF
11601
11602else
11603 echo "$ac_t""no" 1>&6
11604fi
11605done
11606
11607fi
11608
698dcdb6
VZ
11609
11610echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
dd4f7467 11611echo "configure:11612: checking for ANSI C header files" >&5
698dcdb6
VZ
11612if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
11613 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 11614else
698dcdb6 11615 cat > conftest.$ac_ext <<EOF
dd4f7467 11616#line 11617 "configure"
10f2d63a
VZ
11617#include "confdefs.h"
11618#include <stdlib.h>
11619#include <stdarg.h>
11620#include <string.h>
11621#include <float.h>
698dcdb6
VZ
11622EOF
11623ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 11624{ (eval echo configure:11625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
11625ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11626if test -z "$ac_err"; then
11627 rm -rf conftest*
10f2d63a
VZ
11628 ac_cv_header_stdc=yes
11629else
698dcdb6
VZ
11630 echo "$ac_err" >&5
11631 echo "configure: failed program was:" >&5
10f2d63a 11632 cat conftest.$ac_ext >&5
698dcdb6 11633 rm -rf conftest*
10f2d63a
VZ
11634 ac_cv_header_stdc=no
11635fi
698dcdb6 11636rm -f conftest*
10f2d63a
VZ
11637
11638if test $ac_cv_header_stdc = yes; then
11639 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
698dcdb6 11640cat > conftest.$ac_ext <<EOF
dd4f7467 11641#line 11642 "configure"
10f2d63a
VZ
11642#include "confdefs.h"
11643#include <string.h>
698dcdb6 11644EOF
10f2d63a
VZ
11645if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11646 egrep "memchr" >/dev/null 2>&1; then
11647 :
11648else
698dcdb6 11649 rm -rf conftest*
10f2d63a
VZ
11650 ac_cv_header_stdc=no
11651fi
11652rm -f conftest*
11653
11654fi
11655
11656if test $ac_cv_header_stdc = yes; then
11657 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
698dcdb6 11658cat > conftest.$ac_ext <<EOF
dd4f7467 11659#line 11660 "configure"
10f2d63a
VZ
11660#include "confdefs.h"
11661#include <stdlib.h>
698dcdb6 11662EOF
10f2d63a
VZ
11663if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11664 egrep "free" >/dev/null 2>&1; then
11665 :
11666else
698dcdb6 11667 rm -rf conftest*
10f2d63a
VZ
11668 ac_cv_header_stdc=no
11669fi
11670rm -f conftest*
11671
11672fi
11673
11674if test $ac_cv_header_stdc = yes; then
11675 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
698dcdb6 11676if test "$cross_compiling" = yes; then
10f2d63a
VZ
11677 :
11678else
698dcdb6 11679 cat > conftest.$ac_ext <<EOF
dd4f7467 11680#line 11681 "configure"
10f2d63a
VZ
11681#include "confdefs.h"
11682#include <ctype.h>
698dcdb6
VZ
11683#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11684#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1e487827 11685#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
698dcdb6
VZ
11686int main () { int i; for (i = 0; i < 256; i++)
11687if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
11688exit (0); }
11689
11690EOF
dd4f7467 11691if { (eval echo configure:11692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 11692then
10f2d63a
VZ
11693 :
11694else
698dcdb6
VZ
11695 echo "configure: failed program was:" >&5
11696 cat conftest.$ac_ext >&5
11697 rm -fr conftest*
11698 ac_cv_header_stdc=no
10f2d63a 11699fi
698dcdb6 11700rm -fr conftest*
10f2d63a 11701fi
698dcdb6 11702
10f2d63a
VZ
11703fi
11704fi
1e487827 11705
698dcdb6
VZ
11706echo "$ac_t""$ac_cv_header_stdc" 1>&6
11707if test $ac_cv_header_stdc = yes; then
11708 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11709#define STDC_HEADERS 1
11710EOF
11711
11712fi
11713
698dcdb6 11714echo $ac_n "checking for mode_t""... $ac_c" 1>&6
dd4f7467 11715echo "configure:11716: checking for mode_t" >&5
698dcdb6
VZ
11716if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
11717 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 11718else
698dcdb6 11719 cat > conftest.$ac_ext <<EOF
dd4f7467 11720#line 11721 "configure"
1e487827 11721#include "confdefs.h"
698dcdb6
VZ
11722#include <sys/types.h>
11723#if STDC_HEADERS
11724#include <stdlib.h>
11725#include <stddef.h>
11726#endif
11727EOF
11728if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11729 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
11730 rm -rf conftest*
10f2d63a
VZ
11731 ac_cv_type_mode_t=yes
11732else
698dcdb6
VZ
11733 rm -rf conftest*
11734 ac_cv_type_mode_t=no
703e0a69 11735fi
698dcdb6 11736rm -f conftest*
1e487827 11737
698dcdb6
VZ
11738fi
11739echo "$ac_t""$ac_cv_type_mode_t" 1>&6
11740if test $ac_cv_type_mode_t = no; then
11741 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11742#define mode_t int
11743EOF
11744
11745fi
11746
698dcdb6 11747echo $ac_n "checking for off_t""... $ac_c" 1>&6
dd4f7467 11748echo "configure:11749: checking for off_t" >&5
698dcdb6
VZ
11749if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
11750 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 11751else
698dcdb6 11752 cat > conftest.$ac_ext <<EOF
dd4f7467 11753#line 11754 "configure"
10f2d63a 11754#include "confdefs.h"
698dcdb6
VZ
11755#include <sys/types.h>
11756#if STDC_HEADERS
11757#include <stdlib.h>
11758#include <stddef.h>
11759#endif
11760EOF
11761if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11762 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
11763 rm -rf conftest*
10f2d63a
VZ
11764 ac_cv_type_off_t=yes
11765else
698dcdb6
VZ
11766 rm -rf conftest*
11767 ac_cv_type_off_t=no
703e0a69 11768fi
698dcdb6 11769rm -f conftest*
1e487827 11770
698dcdb6
VZ
11771fi
11772echo "$ac_t""$ac_cv_type_off_t" 1>&6
11773if test $ac_cv_type_off_t = no; then
11774 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11775#define off_t long
11776EOF
11777
11778fi
11779
698dcdb6 11780echo $ac_n "checking for pid_t""... $ac_c" 1>&6
dd4f7467 11781echo "configure:11782: checking for pid_t" >&5
698dcdb6
VZ
11782if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
11783 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 11784else
698dcdb6 11785 cat > conftest.$ac_ext <<EOF
dd4f7467 11786#line 11787 "configure"
10f2d63a 11787#include "confdefs.h"
698dcdb6
VZ
11788#include <sys/types.h>
11789#if STDC_HEADERS
11790#include <stdlib.h>
11791#include <stddef.h>
11792#endif
11793EOF
11794if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11795 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
11796 rm -rf conftest*
10f2d63a
VZ
11797 ac_cv_type_pid_t=yes
11798else
698dcdb6
VZ
11799 rm -rf conftest*
11800 ac_cv_type_pid_t=no
703e0a69 11801fi
698dcdb6 11802rm -f conftest*
1e487827 11803
698dcdb6
VZ
11804fi
11805echo "$ac_t""$ac_cv_type_pid_t" 1>&6
11806if test $ac_cv_type_pid_t = no; then
11807 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11808#define pid_t int
11809EOF
11810
11811fi
11812
698dcdb6 11813echo $ac_n "checking for size_t""... $ac_c" 1>&6
dd4f7467 11814echo "configure:11815: checking for size_t" >&5
698dcdb6
VZ
11815if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
11816 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 11817else
698dcdb6 11818 cat > conftest.$ac_ext <<EOF
dd4f7467 11819#line 11820 "configure"
10f2d63a 11820#include "confdefs.h"
698dcdb6
VZ
11821#include <sys/types.h>
11822#if STDC_HEADERS
11823#include <stdlib.h>
11824#include <stddef.h>
11825#endif
11826EOF
11827if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11828 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
11829 rm -rf conftest*
10f2d63a
VZ
11830 ac_cv_type_size_t=yes
11831else
698dcdb6
VZ
11832 rm -rf conftest*
11833 ac_cv_type_size_t=no
703e0a69 11834fi
698dcdb6 11835rm -f conftest*
1e487827 11836
698dcdb6
VZ
11837fi
11838echo "$ac_t""$ac_cv_type_size_t" 1>&6
11839if test $ac_cv_type_size_t = no; then
11840 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11841#define size_t unsigned
11842EOF
11843
11844fi
11845
698dcdb6 11846echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
dd4f7467 11847echo "configure:11848: checking for uid_t in sys/types.h" >&5
698dcdb6
VZ
11848if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
11849 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 11850else
698dcdb6 11851 cat > conftest.$ac_ext <<EOF
dd4f7467 11852#line 11853 "configure"
10f2d63a
VZ
11853#include "confdefs.h"
11854#include <sys/types.h>
698dcdb6 11855EOF
10f2d63a
VZ
11856if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11857 egrep "uid_t" >/dev/null 2>&1; then
698dcdb6 11858 rm -rf conftest*
10f2d63a
VZ
11859 ac_cv_type_uid_t=yes
11860else
698dcdb6 11861 rm -rf conftest*
10f2d63a
VZ
11862 ac_cv_type_uid_t=no
11863fi
11864rm -f conftest*
11865
11866fi
1e487827 11867
698dcdb6
VZ
11868echo "$ac_t""$ac_cv_type_uid_t" 1>&6
11869if test $ac_cv_type_uid_t = no; then
11870 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11871#define uid_t int
11872EOF
11873
698dcdb6 11874 cat >> confdefs.h <<\EOF
10f2d63a
VZ
11875#define gid_t int
11876EOF
11877
11878fi
11879
1e487827 11880
698dcdb6 11881echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
dd4f7467 11882echo "configure:11883: checking for wchar_t" >&5
698dcdb6
VZ
11883if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
11884 echo $ac_n "(cached) $ac_c" 1>&6
11885else
11886
11887 cat > conftest.$ac_ext <<EOF
dd4f7467 11888#line 11889 "configure"
0046ff7c
VS
11889#include "confdefs.h"
11890#include <wchar.h>
698dcdb6 11891int main() {
0046ff7c 11892
d836ee96
VZ
11893 wchar_t wc, *ws;
11894 wc = L'a';
11895 ws = L"Hello, world!";
698dcdb6
VZ
11896
11897; return 0; }
11898EOF
dd4f7467 11899if { (eval echo configure:11900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 11900 rm -rf conftest*
1f8ae82f
GD
11901 wx_cv_type_wchar_t=yes
11902else
698dcdb6
VZ
11903 echo "configure: failed program was:" >&5
11904 cat conftest.$ac_ext >&5
11905 rm -rf conftest*
11906 cat > conftest.$ac_ext <<EOF
dd4f7467 11907#line 11908 "configure"
1f8ae82f
GD
11908#include "confdefs.h"
11909#include <stdlib.h>
698dcdb6 11910int main() {
1f8ae82f 11911
d836ee96
VZ
11912 wchar_t wc, *ws;
11913 wc = L'a';
11914 ws = L"Hello, world!";
698dcdb6
VZ
11915
11916; return 0; }
11917EOF
dd4f7467 11918if { (eval echo configure:11919: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 11919 rm -rf conftest*
0046ff7c
VS
11920 wx_cv_type_wchar_t=yes
11921else
698dcdb6
VZ
11922 echo "configure: failed program was:" >&5
11923 cat conftest.$ac_ext >&5
11924 rm -rf conftest*
11925 wx_cv_type_wchar_t=no
0046ff7c 11926fi
698dcdb6 11927rm -f conftest*
d836ee96 11928
6232543b 11929fi
698dcdb6 11930rm -f conftest*
703e0a69 11931
1e487827 11932fi
698dcdb6
VZ
11933
11934echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
d836ee96
VZ
11935
11936if test "$wx_cv_type_wchar_t" = "yes"; then
698dcdb6 11937 cat >> confdefs.h <<\EOF
0046ff7c
VS
11938#define wxUSE_WCHAR_T 1
11939EOF
11940
11941fi
11942
19af3b06
VZ
11943
11944ac_ext=C
11945# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11946ac_cpp='$CXXCPP $CPPFLAGS'
11947ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11948ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11949cross_compiling=$ac_cv_prog_cxx_cross
11950
d836ee96 11951echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
dd4f7467 11952echo "configure:11953: checking if size_t is unsigned int" >&5
d836ee96
VZ
11953if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
11954 echo $ac_n "(cached) $ac_c" 1>&6
11955else
dd2c8b7c 11956 cat > conftest.$ac_ext <<EOF
dd4f7467 11957#line 11958 "configure"
d836ee96
VZ
11958#include "confdefs.h"
11959#include <stddef.h>
11960int main() {
11961
dd2c8b7c
VZ
11962 return 0; }
11963
d836ee96 11964 struct Foo { void foo(size_t); void foo(unsigned int); };
dd2c8b7c
VZ
11965
11966 int bar() {
d836ee96
VZ
11967
11968; return 0; }
11969EOF
dd4f7467 11970if { (eval echo configure:11971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d836ee96
VZ
11971 rm -rf conftest*
11972 wx_cv_size_t_is_uint=no
11973else
11974 echo "configure: failed program was:" >&5
11975 cat conftest.$ac_ext >&5
11976 rm -rf conftest*
11977 wx_cv_size_t_is_uint=yes
11978
11979fi
11980rm -f conftest*
11981
11982fi
11983
11984echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
11985
11986if test "$wx_cv_size_t_is_uint" = "yes"; then
11987 cat >> confdefs.h <<\EOF
11988#define wxSIZE_T_IS_UINT 1
11989EOF
11990
11991else
11992 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
dd4f7467 11993echo "configure:11994: checking if size_t is unsigned long" >&5
d836ee96
VZ
11994if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
11995 echo $ac_n "(cached) $ac_c" 1>&6
11996else
11997 cat > conftest.$ac_ext <<EOF
dd4f7467 11998#line 11999 "configure"
d836ee96
VZ
11999#include "confdefs.h"
12000#include <stddef.h>
12001int main() {
12002
dd2c8b7c
VZ
12003 return 0; }
12004
d836ee96 12005 struct Foo { void foo(size_t); void foo(unsigned long); };
dd2c8b7c
VZ
12006
12007 int bar() {
d836ee96
VZ
12008
12009; return 0; }
12010EOF
dd4f7467 12011if { (eval echo configure:12012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
d836ee96
VZ
12012 rm -rf conftest*
12013 wx_cv_size_t_is_ulong=no
12014else
12015 echo "configure: failed program was:" >&5
12016 cat conftest.$ac_ext >&5
12017 rm -rf conftest*
12018 wx_cv_size_t_is_ulong=yes
12019
12020fi
12021rm -f conftest*
12022
12023fi
12024
12025echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12026
12027 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12028 cat >> confdefs.h <<\EOF
12029#define wxSIZE_T_IS_ULONG 1
12030EOF
12031
12032 fi
12033fi
12034
19af3b06
VZ
12035ac_ext=c
12036# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12037ac_cpp='$CPP $CPPFLAGS'
12038ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12039ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12040cross_compiling=$ac_cv_prog_cc_cross
12041
12042
1e487827 12043
698dcdb6 12044echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
dd4f7467 12045echo "configure:12046: checking for pw_gecos in struct passwd" >&5
698dcdb6
VZ
12046if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12047 echo $ac_n "(cached) $ac_c" 1>&6
12048else
12049
12050 cat > conftest.$ac_ext <<EOF
dd4f7467 12051#line 12052 "configure"
b12915c1
VZ
12052#include "confdefs.h"
12053#include <pwd.h>
698dcdb6 12054int main() {
b12915c1
VZ
12055
12056 char *p;
12057 struct passwd *pw;
12058 p = pw->pw_gecos;
698dcdb6
VZ
12059
12060; return 0; }
12061EOF
dd4f7467 12062if { (eval echo configure:12063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
12063 rm -rf conftest*
12064
b12915c1 12065 wx_cv_struct_pw_gecos=yes
698dcdb6 12066
b12915c1 12067else
698dcdb6
VZ
12068 echo "configure: failed program was:" >&5
12069 cat conftest.$ac_ext >&5
12070 rm -rf conftest*
12071
b12915c1 12072 wx_cv_struct_pw_gecos=no
698dcdb6
VZ
12073
12074
6232543b 12075fi
698dcdb6
VZ
12076rm -f conftest*
12077
703e0a69 12078
1e487827 12079fi
698dcdb6
VZ
12080
12081echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
b12915c1 12082
bd3277fe 12083if test "$wx_cv_struct_pw_gecos" = "yes"; then
698dcdb6 12084 cat >> confdefs.h <<\EOF
bd3277fe
VZ
12085#define HAVE_PW_GECOS 1
12086EOF
12087
12088fi
12089
698dcdb6
VZ
12090
12091echo $ac_n "checking for working const""... $ac_c" 1>&6
dd4f7467 12092echo "configure:12093: checking for working const" >&5
698dcdb6
VZ
12093if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12094 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12095else
698dcdb6 12096 cat > conftest.$ac_ext <<EOF
dd4f7467 12097#line 12098 "configure"
10f2d63a 12098#include "confdefs.h"
698dcdb6
VZ
12099
12100int main() {
12101
12102/* Ultrix mips cc rejects this. */
12103typedef int charset[2]; const charset x;
12104/* SunOS 4.1.1 cc rejects this. */
12105char const *const *ccp;
12106char **p;
12107/* NEC SVR4.0.2 mips cc rejects this. */
12108struct point {int x, y;};
12109static struct point const zero = {0,0};
12110/* AIX XL C 1.02.0.0 rejects this.
12111 It does not let you subtract one const X* pointer from another in an arm
12112 of an if-expression whose if-part is not a constant expression */
12113const char *g = "string";
12114ccp = &g + (g ? g-g : 0);
12115/* HPUX 7.0 cc rejects these. */
12116++ccp;
12117p = (char**) ccp;
12118ccp = (char const *const *) p;
12119{ /* SCO 3.2v4 cc rejects this. */
12120 char *t;
12121 char const *s = 0 ? (char *) 0 : (char const *) 0;
12122
12123 *t++ = 0;
10f2d63a 12124}
698dcdb6
VZ
12125{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12126 int x[] = {25, 17};
12127 const int *foo = &x[0];
12128 ++foo;
703e0a69 12129}
698dcdb6
VZ
12130{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12131 typedef const int *iptr;
12132 iptr p = 0;
12133 ++p;
6232543b 12134}
698dcdb6
VZ
12135{ /* AIX XL C 1.02.0.0 rejects this saying
12136 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12137 struct s { int j; const int *ap[3]; };
12138 struct s *b; b->j = 5;
1e487827 12139}
698dcdb6
VZ
12140{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12141 const int foo = 10;
12142}
12143
12144; return 0; }
12145EOF
dd4f7467 12146if { (eval echo configure:12147: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 12147 rm -rf conftest*
10f2d63a
VZ
12148 ac_cv_c_const=yes
12149else
698dcdb6
VZ
12150 echo "configure: failed program was:" >&5
12151 cat conftest.$ac_ext >&5
12152 rm -rf conftest*
12153 ac_cv_c_const=no
10f2d63a 12154fi
698dcdb6 12155rm -f conftest*
10f2d63a 12156fi
1e487827 12157
698dcdb6
VZ
12158echo "$ac_t""$ac_cv_c_const" 1>&6
12159if test $ac_cv_c_const = no; then
12160 cat >> confdefs.h <<\EOF
12161#define const
10f2d63a
VZ
12162EOF
12163
12164fi
12165
698dcdb6 12166echo $ac_n "checking for inline""... $ac_c" 1>&6
dd4f7467 12167echo "configure:12168: checking for inline" >&5
698dcdb6
VZ
12168if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
12169 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
12170else
12171 ac_cv_c_inline=no
12172for ac_kw in inline __inline__ __inline; do
698dcdb6 12173 cat > conftest.$ac_ext <<EOF
dd4f7467 12174#line 12175 "configure"
10f2d63a
VZ
12175#include "confdefs.h"
12176
698dcdb6
VZ
12177int main() {
12178} $ac_kw foo() {
12179; return 0; }
12180EOF
dd4f7467 12181if { (eval echo configure:12182: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 12182 rm -rf conftest*
10f2d63a
VZ
12183 ac_cv_c_inline=$ac_kw; break
12184else
698dcdb6
VZ
12185 echo "configure: failed program was:" >&5
12186 cat conftest.$ac_ext >&5
10f2d63a 12187fi
698dcdb6 12188rm -f conftest*
10f2d63a
VZ
12189done
12190
12191fi
698dcdb6
VZ
12192
12193echo "$ac_t""$ac_cv_c_inline" 1>&6
12194case "$ac_cv_c_inline" in
10f2d63a 12195 inline | yes) ;;
698dcdb6
VZ
12196 no) cat >> confdefs.h <<\EOF
12197#define inline
10f2d63a
VZ
12198EOF
12199 ;;
698dcdb6 12200 *) cat >> confdefs.h <<EOF
10f2d63a
VZ
12201#define inline $ac_cv_c_inline
12202EOF
12203 ;;
12204esac
12205
698dcdb6
VZ
12206
12207echo $ac_n "checking size of char""... $ac_c" 1>&6
dd4f7467 12208echo "configure:12209: checking size of char" >&5
698dcdb6
VZ
12209if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
12210 echo $ac_n "(cached) $ac_c" 1>&6
6232543b 12211else
1e487827 12212 if test "$cross_compiling" = yes; then
698dcdb6 12213 ac_cv_sizeof_char=1
1e487827 12214else
698dcdb6 12215 cat > conftest.$ac_ext <<EOF
dd4f7467 12216#line 12217 "configure"
1e487827 12217#include "confdefs.h"
698dcdb6
VZ
12218#include <stdio.h>
12219main()
1e487827 12220{
698dcdb6
VZ
12221 FILE *f=fopen("conftestval", "w");
12222 if (!f) exit(1);
12223 fprintf(f, "%d\n", sizeof(char));
12224 exit(0);
1e487827 12225}
698dcdb6 12226EOF
dd4f7467 12227if { (eval echo configure:12228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6
VZ
12228then
12229 ac_cv_sizeof_char=`cat conftestval`
1e487827 12230else
698dcdb6
VZ
12231 echo "configure: failed program was:" >&5
12232 cat conftest.$ac_ext >&5
12233 rm -fr conftest*
1e487827
VS
12234 ac_cv_sizeof_char=0
12235fi
698dcdb6 12236rm -fr conftest*
1e487827 12237fi
10f2d63a 12238
1e487827 12239fi
698dcdb6
VZ
12240echo "$ac_t""$ac_cv_sizeof_char" 1>&6
12241cat >> confdefs.h <<EOF
12242#define SIZEOF_CHAR $ac_cv_sizeof_char
1e487827 12243EOF
6232543b 12244
703e0a69 12245
698dcdb6 12246echo $ac_n "checking size of short""... $ac_c" 1>&6
dd4f7467 12247echo "configure:12248: checking size of short" >&5
698dcdb6
VZ
12248if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
12249 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 12250else
1e487827 12251 if test "$cross_compiling" = yes; then
698dcdb6 12252 ac_cv_sizeof_short=2
1e487827 12253else
698dcdb6 12254 cat > conftest.$ac_ext <<EOF
dd4f7467 12255#line 12256 "configure"
1e487827 12256#include "confdefs.h"
698dcdb6
VZ
12257#include <stdio.h>
12258main()
1e487827 12259{
698dcdb6
VZ
12260 FILE *f=fopen("conftestval", "w");
12261 if (!f) exit(1);
12262 fprintf(f, "%d\n", sizeof(short));
12263 exit(0);
1e487827 12264}
698dcdb6 12265EOF
dd4f7467 12266if { (eval echo configure:12267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6
VZ
12267then
12268 ac_cv_sizeof_short=`cat conftestval`
1e487827 12269else
698dcdb6
VZ
12270 echo "configure: failed program was:" >&5
12271 cat conftest.$ac_ext >&5
12272 rm -fr conftest*
12273 ac_cv_sizeof_short=0
1e487827 12274fi
698dcdb6 12275rm -fr conftest*
1e487827 12276fi
698dcdb6 12277
1e487827 12278fi
698dcdb6
VZ
12279echo "$ac_t""$ac_cv_sizeof_short" 1>&6
12280cat >> confdefs.h <<EOF
12281#define SIZEOF_SHORT $ac_cv_sizeof_short
12282EOF
12283
12284
12285echo $ac_n "checking size of int *""... $ac_c" 1>&6
dd4f7467 12286echo "configure:12287: checking size of int *" >&5
698dcdb6
VZ
12287if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
12288 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
12289else
12290 if test "$cross_compiling" = yes; then
698dcdb6 12291 ac_cv_sizeof_int_p=4
10f2d63a 12292else
698dcdb6 12293 cat > conftest.$ac_ext <<EOF
dd4f7467 12294#line 12295 "configure"
10f2d63a 12295#include "confdefs.h"
698dcdb6
VZ
12296#include <stdio.h>
12297main()
10f2d63a 12298{
698dcdb6
VZ
12299 FILE *f=fopen("conftestval", "w");
12300 if (!f) exit(1);
12301 fprintf(f, "%d\n", sizeof(int *));
12302 exit(0);
10f2d63a 12303}
698dcdb6 12304EOF
dd4f7467 12305if { (eval echo configure:12306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6
VZ
12306then
12307 ac_cv_sizeof_int_p=`cat conftestval`
10f2d63a 12308else
698dcdb6
VZ
12309 echo "configure: failed program was:" >&5
12310 cat conftest.$ac_ext >&5
12311 rm -fr conftest*
12312 ac_cv_sizeof_int_p=0
6232543b 12313fi
698dcdb6 12314rm -fr conftest*
1e487827 12315fi
698dcdb6 12316
1e487827 12317fi
698dcdb6
VZ
12318echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
12319cat >> confdefs.h <<EOF
12320#define SIZEOF_INT_P $ac_cv_sizeof_int_p
10f2d63a
VZ
12321EOF
12322
698dcdb6
VZ
12323
12324echo $ac_n "checking size of int""... $ac_c" 1>&6
dd4f7467 12325echo "configure:12326: checking size of int" >&5
698dcdb6
VZ
12326if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
12327 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
12328else
12329 if test "$cross_compiling" = yes; then
698dcdb6 12330 ac_cv_sizeof_int=4
703e0a69 12331else
698dcdb6 12332 cat > conftest.$ac_ext <<EOF
dd4f7467 12333#line 12334 "configure"
1e487827 12334#include "confdefs.h"
698dcdb6
VZ
12335#include <stdio.h>
12336main()
1e487827 12337{
698dcdb6
VZ
12338 FILE *f=fopen("conftestval", "w");
12339 if (!f) exit(1);
12340 fprintf(f, "%d\n", sizeof(int));
12341 exit(0);
1e487827 12342}
698dcdb6 12343EOF
dd4f7467 12344if { (eval echo configure:12345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6
VZ
12345then
12346 ac_cv_sizeof_int=`cat conftestval`
12347else
12348 echo "configure: failed program was:" >&5
12349 cat conftest.$ac_ext >&5
12350 rm -fr conftest*
12351 ac_cv_sizeof_int=0
703e0a69 12352fi
698dcdb6
VZ
12353rm -fr conftest*
12354fi
12355
12356fi
12357echo "$ac_t""$ac_cv_sizeof_int" 1>&6
12358cat >> confdefs.h <<EOF
12359#define SIZEOF_INT $ac_cv_sizeof_int
12360EOF
12361
12362
12363echo $ac_n "checking size of long""... $ac_c" 1>&6
dd4f7467 12364echo "configure:12365: checking size of long" >&5
698dcdb6
VZ
12365if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
12366 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
12367else
12368 if test "$cross_compiling" = yes; then
698dcdb6 12369 ac_cv_sizeof_long=4
10f2d63a 12370else
698dcdb6 12371 cat > conftest.$ac_ext <<EOF
dd4f7467 12372#line 12373 "configure"
10f2d63a 12373#include "confdefs.h"
698dcdb6
VZ
12374#include <stdio.h>
12375main()
10f2d63a 12376{
698dcdb6
VZ
12377 FILE *f=fopen("conftestval", "w");
12378 if (!f) exit(1);
12379 fprintf(f, "%d\n", sizeof(long));
12380 exit(0);
10f2d63a 12381}
698dcdb6 12382EOF
dd4f7467 12383if { (eval echo configure:12384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6
VZ
12384then
12385 ac_cv_sizeof_long=`cat conftestval`
10f2d63a 12386else
698dcdb6
VZ
12387 echo "configure: failed program was:" >&5
12388 cat conftest.$ac_ext >&5
12389 rm -fr conftest*
12390 ac_cv_sizeof_long=0
10f2d63a 12391fi
698dcdb6 12392rm -fr conftest*
10f2d63a 12393fi
698dcdb6 12394
10f2d63a 12395fi
698dcdb6
VZ
12396echo "$ac_t""$ac_cv_sizeof_long" 1>&6
12397cat >> confdefs.h <<EOF
12398#define SIZEOF_LONG $ac_cv_sizeof_long
12399EOF
12400
12401
12402echo $ac_n "checking size of long long""... $ac_c" 1>&6
dd4f7467 12403echo "configure:12404: checking size of long long" >&5
698dcdb6
VZ
12404if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
12405 echo $ac_n "(cached) $ac_c" 1>&6
12406else
12407 if test "$cross_compiling" = yes; then
12408 ac_cv_sizeof_long_long=0
12409else
12410 cat > conftest.$ac_ext <<EOF
dd4f7467 12411#line 12412 "configure"
698dcdb6
VZ
12412#include "confdefs.h"
12413#include <stdio.h>
12414main()
12415{
12416 FILE *f=fopen("conftestval", "w");
12417 if (!f) exit(1);
12418 fprintf(f, "%d\n", sizeof(long long));
12419 exit(0);
12420}
12421EOF
dd4f7467 12422if { (eval echo configure:12423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6
VZ
12423then
12424 ac_cv_sizeof_long_long=`cat conftestval`
6232543b 12425else
698dcdb6
VZ
12426 echo "configure: failed program was:" >&5
12427 cat conftest.$ac_ext >&5
12428 rm -fr conftest*
6232543b
VS
12429 ac_cv_sizeof_long_long=0
12430fi
698dcdb6
VZ
12431rm -fr conftest*
12432fi
12433
703e0a69 12434fi
698dcdb6
VZ
12435echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
12436cat >> confdefs.h <<EOF
10f2d63a
VZ
12437#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12438EOF
12439
1e487827 12440
698dcdb6
VZ
12441
12442echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
dd4f7467 12443echo "configure:12444: checking size of wchar_t" >&5
698dcdb6
VZ
12444if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
12445 echo $ac_n "(cached) $ac_c" 1>&6
12446else
12447
b93d0d08
VS
12448 if test "$cross_compiling" = yes; then
12449 wx_cv_sizeof_wchar_t=4
1e6feb95 12450
b93d0d08 12451else
698dcdb6 12452 cat > conftest.$ac_ext <<EOF
dd4f7467 12453#line 12454 "configure"
b93d0d08
VS
12454#include "confdefs.h"
12455
1e6feb95
VZ
12456 #ifdef HAVE_WCHAR_H
12457 # include <wchar.h>
12458 #endif
12459 #ifdef HAVE_STDLIB_H
12460 # include <stdlib.h>
12461 #endif
12462 #include <stdio.h>
12463 int main()
12464 {
12465 FILE *f=fopen("conftestval", "w");
12466 if (!f) exit(1);
12467 fprintf(f, "%i", sizeof(wchar_t));
12468 exit(0);
12469 }
698dcdb6
VZ
12470
12471EOF
dd4f7467 12472if { (eval echo configure:12473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 12473then
b93d0d08
VS
12474 wx_cv_sizeof_wchar_t=`cat conftestval`
12475else
698dcdb6
VZ
12476 echo "configure: failed program was:" >&5
12477 cat conftest.$ac_ext >&5
12478 rm -fr conftest*
12479 wx_cv_sizeof_wchar_t=0
b93d0d08 12480fi
698dcdb6 12481rm -fr conftest*
b93d0d08
VS
12482fi
12483
698dcdb6 12484
b93d0d08
VS
12485fi
12486
698dcdb6
VZ
12487echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
12488
12489cat >> confdefs.h <<EOF
28c6addc 12490#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
b93d0d08
VS
12491EOF
12492
698dcdb6 12493
698dcdb6 12494echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
dd4f7467 12495echo "configure:12496: checking whether byte ordering is bigendian" >&5
698dcdb6
VZ
12496if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
12497 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a
VZ
12498else
12499 ac_cv_c_bigendian=unknown
12500# See if sys/param.h defines the BYTE_ORDER macro.
698dcdb6 12501cat > conftest.$ac_ext <<EOF
dd4f7467 12502#line 12503 "configure"
10f2d63a
VZ
12503#include "confdefs.h"
12504#include <sys/types.h>
12505#include <sys/param.h>
698dcdb6 12506int main() {
10f2d63a
VZ
12507
12508#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
12509 bogus endian macros
12510#endif
698dcdb6
VZ
12511; return 0; }
12512EOF
dd4f7467 12513if { (eval echo configure:12514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 12514 rm -rf conftest*
10f2d63a 12515 # It does; now see whether it defined to BIG_ENDIAN or not.
698dcdb6 12516cat > conftest.$ac_ext <<EOF
dd4f7467 12517#line 12518 "configure"
10f2d63a
VZ
12518#include "confdefs.h"
12519#include <sys/types.h>
12520#include <sys/param.h>
698dcdb6 12521int main() {
10f2d63a
VZ
12522
12523#if BYTE_ORDER != BIG_ENDIAN
12524 not big endian
12525#endif
698dcdb6
VZ
12526; return 0; }
12527EOF
dd4f7467 12528if { (eval echo configure:12529: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 12529 rm -rf conftest*
10f2d63a
VZ
12530 ac_cv_c_bigendian=yes
12531else
698dcdb6
VZ
12532 echo "configure: failed program was:" >&5
12533 cat conftest.$ac_ext >&5
12534 rm -rf conftest*
12535 ac_cv_c_bigendian=no
10f2d63a 12536fi
698dcdb6 12537rm -f conftest*
10f2d63a 12538else
698dcdb6
VZ
12539 echo "configure: failed program was:" >&5
12540 cat conftest.$ac_ext >&5
10f2d63a 12541fi
698dcdb6 12542rm -f conftest*
10f2d63a
VZ
12543if test $ac_cv_c_bigendian = unknown; then
12544if test "$cross_compiling" = yes; then
12545 ac_cv_c_bigendian=unknown
12546else
698dcdb6 12547 cat > conftest.$ac_ext <<EOF
dd4f7467 12548#line 12549 "configure"
10f2d63a
VZ
12549#include "confdefs.h"
12550main () {
12551 /* Are we little or big endian? From Harbison&Steele. */
12552 union
12553 {
12554 long l;
12555 char c[sizeof (long)];
12556 } u;
12557 u.l = 1;
12558 exit (u.c[sizeof (long) - 1] == 1);
12559}
698dcdb6 12560EOF
dd4f7467 12561if { (eval echo configure:12562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
698dcdb6 12562then
10f2d63a
VZ
12563 ac_cv_c_bigendian=no
12564else
698dcdb6
VZ
12565 echo "configure: failed program was:" >&5
12566 cat conftest.$ac_ext >&5
12567 rm -fr conftest*
12568 ac_cv_c_bigendian=yes
10f2d63a 12569fi
698dcdb6 12570rm -fr conftest*
10f2d63a 12571fi
698dcdb6 12572
10f2d63a
VZ
12573fi
12574fi
698dcdb6
VZ
12575
12576echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10f2d63a 12577if test $ac_cv_c_bigendian = unknown; then
698dcdb6 12578 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
10f2d63a
VZ
12579fi
12580if test $ac_cv_c_bigendian = yes; then
698dcdb6 12581 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12582#define WORDS_BIGENDIAN 1
12583EOF
12584
12585fi
12586
698dcdb6
VZ
12587
12588
10f2d63a 12589 if test "$cross_compiling" = "yes"; then
698dcdb6 12590 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12591#define wxUSE_IOSTREAMH 1
12592EOF
12593
12594 else
698dcdb6
VZ
12595
12596 ac_ext=C
12597# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 12598ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
12599ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12600ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12601cross_compiling=$ac_cv_prog_cxx_cross
12602
703e0a69 12603
698dcdb6 12604 for ac_hdr in iostream
10f2d63a 12605do
698dcdb6
VZ
12606ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12607echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 12608echo "configure:12609: checking for $ac_hdr" >&5
698dcdb6
VZ
12609if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12610 echo $ac_n "(cached) $ac_c" 1>&6
12611else
12612 cat > conftest.$ac_ext <<EOF
dd4f7467 12613#line 12614 "configure"
10f2d63a 12614#include "confdefs.h"
698dcdb6
VZ
12615#include <$ac_hdr>
12616EOF
12617ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 12618{ (eval echo configure:12619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
12619ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12620if test -z "$ac_err"; then
12621 rm -rf conftest*
12622 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 12623else
698dcdb6
VZ
12624 echo "$ac_err" >&5
12625 echo "configure: failed program was:" >&5
10f2d63a 12626 cat conftest.$ac_ext >&5
698dcdb6
VZ
12627 rm -rf conftest*
12628 eval "ac_cv_header_$ac_safe=no"
10f2d63a 12629fi
698dcdb6 12630rm -f conftest*
10f2d63a 12631fi
698dcdb6
VZ
12632if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12633 echo "$ac_t""yes" 1>&6
12634 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12635 cat >> confdefs.h <<EOF
12636#define $ac_tr_hdr 1
10f2d63a 12637EOF
698dcdb6
VZ
12638
12639else
12640 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12641fi
12642done
12643
698dcdb6 12644
57fe5ed0
VZ
12645 if test "$ac_cv_header_iostream" = "yes" ; then
12646 :
12647 else
698dcdb6 12648 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12649#define wxUSE_IOSTREAMH 1
12650EOF
12651
10f2d63a
VZ
12652 fi
12653
12654 ac_ext=c
698dcdb6 12655# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 12656ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
12657ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12658ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12659cross_compiling=$ac_cv_prog_cc_cross
10f2d63a
VZ
12660
12661 fi
12662
703e0a69 12663
698dcdb6
VZ
12664
12665 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
dd4f7467 12666echo "configure:12667: checking if C++ compiler supports bool" >&5
698dcdb6
VZ
12667if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
12668 echo $ac_n "(cached) $ac_c" 1>&6
12669else
12670
12671
12672 ac_ext=C
12673# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 12674ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
12675ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12676ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12677cross_compiling=$ac_cv_prog_cxx_cross
10f2d63a 12678
698dcdb6
VZ
12679
12680 cat > conftest.$ac_ext <<EOF
dd4f7467 12681#line 12682 "configure"
10f2d63a
VZ
12682#include "confdefs.h"
12683
698dcdb6
VZ
12684
12685int main() {
10f2d63a
VZ
12686
12687 bool b = true;
12688
12689 return 0;
698dcdb6
VZ
12690
12691; return 0; }
12692EOF
dd4f7467 12693if { (eval echo configure:12694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
12694 rm -rf conftest*
12695
10f2d63a 12696 wx_cv_cpp_bool=yes
698dcdb6 12697
10f2d63a 12698else
698dcdb6
VZ
12699 echo "configure: failed program was:" >&5
12700 cat conftest.$ac_ext >&5
12701 rm -rf conftest*
12702
10f2d63a 12703 wx_cv_cpp_bool=no
698dcdb6
VZ
12704
12705
10f2d63a 12706fi
698dcdb6 12707rm -f conftest*
10f2d63a
VZ
12708
12709 ac_ext=c
698dcdb6 12710# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 12711ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
12712ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12713ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12714cross_compiling=$ac_cv_prog_cc_cross
10f2d63a 12715
698dcdb6 12716
10f2d63a 12717fi
698dcdb6
VZ
12718
12719echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10f2d63a
VZ
12720
12721 if test "$wx_cv_cpp_bool" = "yes"; then
698dcdb6 12722 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12723#define HAVE_BOOL 1
12724EOF
12725
12726 fi
12727
1e487827 12728
698dcdb6 12729
698dcdb6 12730echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
dd4f7467 12731echo "configure:12732: checking for wcslen in -lc" >&5
698dcdb6
VZ
12732ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
12733if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12734 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12735else
698dcdb6 12736 ac_save_LIBS="$LIBS"
10f2d63a 12737LIBS="-lc $LIBS"
698dcdb6 12738cat > conftest.$ac_ext <<EOF
dd4f7467 12739#line 12740 "configure"
10f2d63a
VZ
12740#include "confdefs.h"
12741/* Override any gcc2 internal prototype to avoid an error. */
12742/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
12743 builtin and then its argument prototype would still apply. */
12744char wcslen();
12745
12746int main() {
12747wcslen()
12748; return 0; }
12749EOF
dd4f7467 12750if { (eval echo configure:12751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
12751 rm -rf conftest*
12752 eval "ac_cv_lib_$ac_lib_var=yes"
12753else
12754 echo "configure: failed program was:" >&5
12755 cat conftest.$ac_ext >&5
12756 rm -rf conftest*
12757 eval "ac_cv_lib_$ac_lib_var=no"
12758fi
12759rm -f conftest*
12760LIBS="$ac_save_LIBS"
12761
12762fi
12763if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12764 echo "$ac_t""yes" 1>&6
12765
12766 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12767#define HAVE_WCSLEN 1
12768EOF
12769
12770 WCHAR_LINK=""
698dcdb6 12771
10f2d63a 12772else
698dcdb6 12773 echo "$ac_t""no" 1>&6
10f2d63a 12774
698dcdb6 12775 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
dd4f7467 12776echo "configure:12777: checking for wcslen in -lw" >&5
698dcdb6
VZ
12777ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
12778if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12779 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 12780else
698dcdb6 12781 ac_save_LIBS="$LIBS"
10f2d63a 12782LIBS="-lw $LIBS"
698dcdb6 12783cat > conftest.$ac_ext <<EOF
dd4f7467 12784#line 12785 "configure"
10f2d63a
VZ
12785#include "confdefs.h"
12786/* Override any gcc2 internal prototype to avoid an error. */
12787/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
12788 builtin and then its argument prototype would still apply. */
12789char wcslen();
12790
12791int main() {
12792wcslen()
12793; return 0; }
12794EOF
dd4f7467 12795if { (eval echo configure:12796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
12796 rm -rf conftest*
12797 eval "ac_cv_lib_$ac_lib_var=yes"
12798else
12799 echo "configure: failed program was:" >&5
12800 cat conftest.$ac_ext >&5
12801 rm -rf conftest*
12802 eval "ac_cv_lib_$ac_lib_var=no"
12803fi
12804rm -f conftest*
12805LIBS="$ac_save_LIBS"
12806
12807fi
12808if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12809 echo "$ac_t""yes" 1>&6
12810
12811 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12812#define HAVE_WCSLEN 1
12813EOF
12814
12815 WCHAR_LINK="-lw"
698dcdb6 12816
18dbb1f6
VZ
12817else
12818 echo "$ac_t""no" 1>&6
12819
12820 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
dd4f7467 12821echo "configure:12822: checking for wcslen in -lmsvcrt" >&5
18dbb1f6
VZ
12822ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
12823if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12824 echo $ac_n "(cached) $ac_c" 1>&6
12825else
12826 ac_save_LIBS="$LIBS"
12827LIBS="-lmsvcrt $LIBS"
12828cat > conftest.$ac_ext <<EOF
dd4f7467 12829#line 12830 "configure"
18dbb1f6
VZ
12830#include "confdefs.h"
12831/* Override any gcc2 internal prototype to avoid an error. */
12832/* We use char because int might match the return type of a gcc2
12833 builtin and then its argument prototype would still apply. */
12834char wcslen();
12835
12836int main() {
12837wcslen()
12838; return 0; }
12839EOF
dd4f7467 12840if { (eval echo configure:12841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
18dbb1f6
VZ
12841 rm -rf conftest*
12842 eval "ac_cv_lib_$ac_lib_var=yes"
12843else
12844 echo "configure: failed program was:" >&5
12845 cat conftest.$ac_ext >&5
12846 rm -rf conftest*
12847 eval "ac_cv_lib_$ac_lib_var=no"
12848fi
12849rm -f conftest*
12850LIBS="$ac_save_LIBS"
12851
12852fi
12853if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12854 echo "$ac_t""yes" 1>&6
12855
12856 cat >> confdefs.h <<\EOF
12857#define HAVE_WCSLEN 1
12858EOF
12859
12860 WCHAR_LINK=""
12861
698dcdb6
VZ
12862else
12863 echo "$ac_t""no" 1>&6
6232543b 12864fi
10f2d63a 12865
18dbb1f6
VZ
12866
12867fi
12868
698dcdb6 12869
1e487827 12870fi
703e0a69 12871
698dcdb6
VZ
12872
12873echo $ac_n "checking for vprintf""... $ac_c" 1>&6
dd4f7467 12874echo "configure:12875: checking for vprintf" >&5
698dcdb6
VZ
12875if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
12876 echo $ac_n "(cached) $ac_c" 1>&6
12877else
12878 cat > conftest.$ac_ext <<EOF
dd4f7467 12879#line 12880 "configure"
10f2d63a
VZ
12880#include "confdefs.h"
12881/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 12882 which can conflict with char vprintf(); below. */
10f2d63a
VZ
12883#include <assert.h>
12884/* Override any gcc2 internal prototype to avoid an error. */
12885/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
12886 builtin and then its argument prototype would still apply. */
12887char vprintf();
12888
12889int main() {
10f2d63a
VZ
12890
12891/* The GNU C library defines this for functions which it implements
12892 to always fail with ENOSYS. Some functions are actually named
12893 something starting with __ and the normal name is an alias. */
698dcdb6 12894#if defined (__stub_vprintf) || defined (__stub___vprintf)
10f2d63a
VZ
12895choke me
12896#else
698dcdb6 12897vprintf();
10f2d63a
VZ
12898#endif
12899
698dcdb6
VZ
12900; return 0; }
12901EOF
dd4f7467 12902if { (eval echo configure:12903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
12903 rm -rf conftest*
12904 eval "ac_cv_func_vprintf=yes"
12905else
12906 echo "configure: failed program was:" >&5
12907 cat conftest.$ac_ext >&5
12908 rm -rf conftest*
12909 eval "ac_cv_func_vprintf=no"
12910fi
12911rm -f conftest*
12912fi
12913
12914if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
12915 echo "$ac_t""yes" 1>&6
12916 cat >> confdefs.h <<\EOF
12917#define HAVE_VPRINTF 1
12918EOF
12919
12920else
12921 echo "$ac_t""no" 1>&6
12922fi
12923
12924if test "$ac_cv_func_vprintf" != yes; then
12925echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
dd4f7467 12926echo "configure:12927: checking for _doprnt" >&5
698dcdb6
VZ
12927if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
12928 echo $ac_n "(cached) $ac_c" 1>&6
12929else
12930 cat > conftest.$ac_ext <<EOF
dd4f7467 12931#line 12932 "configure"
10f2d63a
VZ
12932#include "confdefs.h"
12933/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 12934 which can conflict with char _doprnt(); below. */
10f2d63a
VZ
12935#include <assert.h>
12936/* Override any gcc2 internal prototype to avoid an error. */
12937/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
12938 builtin and then its argument prototype would still apply. */
12939char _doprnt();
12940
12941int main() {
10f2d63a
VZ
12942
12943/* The GNU C library defines this for functions which it implements
12944 to always fail with ENOSYS. Some functions are actually named
12945 something starting with __ and the normal name is an alias. */
12946#if defined (__stub__doprnt) || defined (__stub____doprnt)
12947choke me
12948#else
698dcdb6 12949_doprnt();
10f2d63a
VZ
12950#endif
12951
698dcdb6
VZ
12952; return 0; }
12953EOF
dd4f7467 12954if { (eval echo configure:12955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
12955 rm -rf conftest*
12956 eval "ac_cv_func__doprnt=yes"
12957else
12958 echo "configure: failed program was:" >&5
12959 cat conftest.$ac_ext >&5
12960 rm -rf conftest*
12961 eval "ac_cv_func__doprnt=no"
12962fi
12963rm -f conftest*
12964fi
12965
12966if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
12967 echo "$ac_t""yes" 1>&6
12968 cat >> confdefs.h <<\EOF
10f2d63a
VZ
12969#define HAVE_DOPRNT 1
12970EOF
12971
698dcdb6
VZ
12972else
12973 echo "$ac_t""no" 1>&6
10f2d63a
VZ
12974fi
12975
12976fi
12977
1e487827 12978
698dcdb6
VZ
12979
12980
12981
12982
12983
12984echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
dd4f7467 12985echo "configure:12986: checking for vsnprintf" >&5
698dcdb6
VZ
12986if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
12987 echo $ac_n "(cached) $ac_c" 1>&6
12988else
12989
12990 cat > conftest.$ac_ext <<EOF
dd4f7467 12991#line 12992 "configure"
f6bcfd97
BP
12992#include "confdefs.h"
12993
12994 #include <stdio.h>
698dcdb6
VZ
12995 #include <stdarg.h>
12996
12997int main() {
10f2d63a 12998
f6bcfd97 12999 int wx_test_vsnprintf(const char *, ...);
10f2d63a 13000
f6bcfd97
BP
13001 wx_test_vsnprintf("%s");
13002 return 0;
13003 }
13004
13005 int wx_test_vsnprintf(const char *fmt, ...)
13006 {
13007 char *s;
13008
13009 va_list argp;
13010 va_start(argp, fmt);
13011 vsnprintf(s, 42, fmt, argp);
13012 va_end(argp);
698dcdb6
VZ
13013
13014; return 0; }
13015EOF
dd4f7467 13016if { (eval echo configure:13017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
13017 rm -rf conftest*
13018
f6bcfd97 13019 wx_cv_func_vsnprintf=yes
698dcdb6 13020
10f2d63a 13021else
698dcdb6
VZ
13022 echo "configure: failed program was:" >&5
13023 cat conftest.$ac_ext >&5
13024 rm -rf conftest*
13025
13026 cat > conftest.$ac_ext <<EOF
dd4f7467 13027#line 13028 "configure"
c521c494
RL
13028#include "confdefs.h"
13029
13030 #include <stdio.h>
13031 #include <stdarg.h>
698dcdb6
VZ
13032
13033int main() {
c521c494
RL
13034
13035 int wx_test_vsnprintf(const char *, ...);
13036
13037 wx_test_vsnprintf("%s");
13038 return 0;
13039 }
13040
13041 int wx_test_vsnprintf(const char *fmt, ...)
13042 {
13043 char *s;
13044
13045 va_list argp;
13046 va_start(argp, fmt);
13047 _vsnprintf(s, 42, fmt, argp);
13048 va_end(argp);
698dcdb6
VZ
13049
13050; return 0; }
13051EOF
dd4f7467 13052if { (eval echo configure:13053: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
13053 rm -rf conftest*
13054
c521c494 13055 wx_cv_func_vsnprintf=yes
698dcdb6 13056
c521c494 13057else
698dcdb6
VZ
13058 echo "configure: failed program was:" >&5
13059 cat conftest.$ac_ext >&5
13060 rm -rf conftest*
13061
c521c494 13062 wx_cv_func_vsnprintf=no
698dcdb6 13063
10f2d63a 13064fi
698dcdb6
VZ
13065rm -f conftest*
13066
6232543b 13067fi
698dcdb6 13068rm -f conftest*
703e0a69 13069
1e487827 13070fi
698dcdb6
VZ
13071
13072echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
10f2d63a 13073
9d8deca0 13074if test "$wx_cv_func_vsnprintf" = yes; then
698dcdb6 13075 cat >> confdefs.h <<\EOF
9d8deca0
VZ
13076#define HAVE_VSNPRINTF 1
13077EOF
13078
13079else
698dcdb6 13080 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
9d8deca0
VZ
13081fi
13082
698dcdb6 13083echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
dd4f7467 13084echo "configure:13085: checking for vsscanf" >&5
698dcdb6
VZ
13085if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
13086 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13087else
698dcdb6
VZ
13088
13089 cat > conftest.$ac_ext <<EOF
dd4f7467 13090#line 13091 "configure"
10f2d63a 13091#include "confdefs.h"
10f2d63a 13092
f6bcfd97
BP
13093 #include <stdio.h>
13094 #include <stdarg.h>
698dcdb6
VZ
13095
13096int main() {
10f2d63a 13097
f6bcfd97 13098 int wx_test_vsscanf(const char *, ...);
10f2d63a 13099
f6bcfd97
BP
13100 wx_test_vsscanf("%d");
13101 return 0;
10f2d63a
VZ
13102 }
13103
f6bcfd97 13104 int wx_test_vsscanf(const char *fmt, ...)
10f2d63a 13105 {
f6bcfd97
BP
13106 va_list argp;
13107 va_start(argp, fmt);
13108 vsscanf("42", fmt, argp);
13109 va_end(argp);
698dcdb6
VZ
13110
13111; return 0; }
13112EOF
dd4f7467 13113if { (eval echo configure:13114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
13114 rm -rf conftest*
13115
f6bcfd97 13116 wx_cv_func_vsscanf=yes
698dcdb6 13117
10f2d63a 13118else
698dcdb6
VZ
13119 echo "configure: failed program was:" >&5
13120 cat conftest.$ac_ext >&5
13121 rm -rf conftest*
13122
f6bcfd97 13123 wx_cv_func_vsscanf=no
698dcdb6 13124
6232543b 13125fi
698dcdb6 13126rm -f conftest*
703e0a69 13127
1e487827 13128fi
698dcdb6
VZ
13129
13130echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
10f2d63a 13131
9d8deca0 13132if test "$wx_cv_func_vsscanf" = yes; then
698dcdb6 13133 cat >> confdefs.h <<\EOF
9d8deca0
VZ
13134#define HAVE_VSSCANF 1
13135EOF
13136
13137fi
13138
95c8801c
VS
13139if test "$TOOLKIT" != "MSW"; then
13140
13141
13142
698dcdb6
VZ
13143ac_ext=C
13144# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13145ac_cpp='$CXXCPP $CPPFLAGS'
13146ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13147ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13148cross_compiling=$ac_cv_prog_cxx_cross
13149
13150echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
dd4f7467 13151echo "configure:13152: checking if iconv() takes char**" >&5
698dcdb6
VZ
13152if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
13153 echo $ac_n "(cached) $ac_c" 1>&6
13154else
13155
13156 cat > conftest.$ac_ext <<EOF
dd4f7467 13157#line 13158 "configure"
95c8801c
VS
13158#include "confdefs.h"
13159#include <iconv.h>
698dcdb6 13160int main() {
95c8801c
VS
13161
13162 char **inbuf, **outbuf;
19af3b06
VZ
13163 iconv_t cd;
13164 size_t insz, outsz;
13165 iconv(cd, inbuf, &insz, outbuf, &outsz);
698dcdb6
VZ
13166
13167; return 0; }
13168EOF
dd4f7467 13169if { (eval echo configure:13170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 13170 rm -rf conftest*
95c8801c
VS
13171 wx_cv_iconv_takes_char=yes
13172else
698dcdb6
VZ
13173 echo "configure: failed program was:" >&5
13174 cat conftest.$ac_ext >&5
13175 rm -rf conftest*
13176 wx_cv_iconv_takes_char=no
95c8801c 13177fi
698dcdb6 13178rm -f conftest*
95c8801c
VS
13179
13180fi
698dcdb6
VZ
13181
13182echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
10f2d63a 13183ac_ext=c
698dcdb6 13184# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 13185ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
13186ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13187ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13188cross_compiling=$ac_cv_prog_cc_cross
10f2d63a 13189
95c8801c 13190if test "$wx_cv_iconv_takes_char" = yes ; then
698dcdb6 13191 cat >> confdefs.h <<\EOF
95c8801c
VS
13192#define WX_ICONV_TAKES_CHAR 1
13193EOF
13194
13195fi
10f2d63a 13196
1e487827 13197
698dcdb6
VZ
13198if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
13199 for ac_func in sigaction
eb4efbdc 13200do
698dcdb6 13201echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13202echo "configure:13203: checking for $ac_func" >&5
698dcdb6
VZ
13203if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13204 echo $ac_n "(cached) $ac_c" 1>&6
13205else
13206 cat > conftest.$ac_ext <<EOF
dd4f7467 13207#line 13208 "configure"
eb4efbdc
VZ
13208#include "confdefs.h"
13209/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13210 which can conflict with char $ac_func(); below. */
eb4efbdc
VZ
13211#include <assert.h>
13212/* Override any gcc2 internal prototype to avoid an error. */
13213/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13214 builtin and then its argument prototype would still apply. */
13215char $ac_func();
13216
13217int main() {
eb4efbdc
VZ
13218
13219/* The GNU C library defines this for functions which it implements
13220 to always fail with ENOSYS. Some functions are actually named
13221 something starting with __ and the normal name is an alias. */
13222#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13223choke me
13224#else
698dcdb6 13225$ac_func();
eb4efbdc
VZ
13226#endif
13227
698dcdb6 13228; return 0; }
eb4efbdc 13229EOF
dd4f7467 13230if { (eval echo configure:13231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13231 rm -rf conftest*
13232 eval "ac_cv_func_$ac_func=yes"
13233else
13234 echo "configure: failed program was:" >&5
13235 cat conftest.$ac_ext >&5
13236 rm -rf conftest*
13237 eval "ac_cv_func_$ac_func=no"
13238fi
13239rm -f conftest*
13240fi
eb4efbdc 13241
698dcdb6
VZ
13242if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13243 echo "$ac_t""yes" 1>&6
13244 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13245 cat >> confdefs.h <<EOF
13246#define $ac_tr_func 1
13247EOF
13248
13249else
13250 echo "$ac_t""no" 1>&6
eb4efbdc
VZ
13251fi
13252done
13253
698dcdb6 13254
eb4efbdc 13255 if test "$ac_cv_func_sigaction" = "no"; then
698dcdb6 13256 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
eb4efbdc
VZ
13257 wxUSE_ON_FATAL_EXCEPTION=no
13258 fi
f6bcfd97
BP
13259
13260 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
698dcdb6
VZ
13261
13262 ac_ext=C
13263# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 13264ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
13265ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13266ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13267cross_compiling=$ac_cv_prog_cxx_cross
6232543b 13268
1e487827 13269
698dcdb6 13270 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
dd4f7467 13271echo "configure:13272: checking for sa_handler type" >&5
698dcdb6
VZ
13272if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
13273 echo $ac_n "(cached) $ac_c" 1>&6
13274else
13275
13276 cat > conftest.$ac_ext <<EOF
dd4f7467 13277#line 13278 "configure"
f6bcfd97
BP
13278#include "confdefs.h"
13279#include <signal.h>
698dcdb6 13280int main() {
f6bcfd97
BP
13281
13282 extern void testSigHandler(int);
13283
13284 struct sigaction sa;
13285 sa.sa_handler = testSigHandler;
698dcdb6
VZ
13286
13287; return 0; }
13288EOF
dd4f7467 13289if { (eval echo configure:13290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
13290 rm -rf conftest*
13291
f6bcfd97 13292 wx_cv_type_sa_handler=int
698dcdb6 13293
f6bcfd97 13294else
698dcdb6
VZ
13295 echo "configure: failed program was:" >&5
13296 cat conftest.$ac_ext >&5
13297 rm -rf conftest*
13298
f6bcfd97 13299 wx_cv_type_sa_handler=void
698dcdb6 13300
6232543b 13301fi
698dcdb6
VZ
13302rm -f conftest*
13303
1e487827 13304fi
698dcdb6
VZ
13305
13306echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
f6bcfd97
BP
13307
13308 ac_ext=c
698dcdb6 13309# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
f6bcfd97 13310ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
13311ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13312ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13313cross_compiling=$ac_cv_prog_cc_cross
13314
703e0a69 13315
698dcdb6 13316 cat >> confdefs.h <<EOF
f6bcfd97
BP
13317#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
13318EOF
13319
13320 fi
eb4efbdc
VZ
13321fi
13322
10f2d63a
VZ
13323for ac_func in vfork
13324do
698dcdb6 13325echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13326echo "configure:13327: checking for $ac_func" >&5
698dcdb6
VZ
13327if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13328 echo $ac_n "(cached) $ac_c" 1>&6
13329else
13330 cat > conftest.$ac_ext <<EOF
dd4f7467 13331#line 13332 "configure"
10f2d63a
VZ
13332#include "confdefs.h"
13333/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13334 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
13335#include <assert.h>
13336/* Override any gcc2 internal prototype to avoid an error. */
13337/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13338 builtin and then its argument prototype would still apply. */
13339char $ac_func();
13340
13341int main() {
10f2d63a
VZ
13342
13343/* The GNU C library defines this for functions which it implements
13344 to always fail with ENOSYS. Some functions are actually named
13345 something starting with __ and the normal name is an alias. */
13346#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13347choke me
13348#else
698dcdb6 13349$ac_func();
10f2d63a
VZ
13350#endif
13351
698dcdb6 13352; return 0; }
10f2d63a 13353EOF
dd4f7467 13354if { (eval echo configure:13355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13355 rm -rf conftest*
13356 eval "ac_cv_func_$ac_func=yes"
13357else
13358 echo "configure: failed program was:" >&5
13359 cat conftest.$ac_ext >&5
13360 rm -rf conftest*
13361 eval "ac_cv_func_$ac_func=no"
13362fi
13363rm -f conftest*
13364fi
270a909e 13365
698dcdb6
VZ
13366if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13367 echo "$ac_t""yes" 1>&6
13368 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13369 cat >> confdefs.h <<EOF
13370#define $ac_tr_func 1
13371EOF
13372
13373else
13374 echo "$ac_t""no" 1>&6
270a909e
VZ
13375fi
13376done
13377
1e487827 13378
52e8b690 13379echo $ac_n "checking for statfs""... $ac_c" 1>&6
dd4f7467 13380echo "configure:13381: checking for statfs" >&5
52e8b690
VZ
13381if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
13382 echo $ac_n "(cached) $ac_c" 1>&6
13383else
13384 cat > conftest.$ac_ext <<EOF
dd4f7467 13385#line 13386 "configure"
52e8b690
VZ
13386#include "confdefs.h"
13387
13388 #include <sys/vfs.h>
13389
13390int main() {
13391
13392 long l;
13393 struct statfs fs;
13394 statfs("/", &fs);
13395 l = fs.f_bsize;
13396 l += fs.f_blocks;
13397 l += fs.f_bavail;
13398
13399; return 0; }
13400EOF
dd4f7467 13401if { (eval echo configure:13402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
52e8b690
VZ
13402 rm -rf conftest*
13403
13404 wx_cv_func_statfs=yes
13405
13406else
13407 echo "configure: failed program was:" >&5
13408 cat conftest.$ac_ext >&5
13409 rm -rf conftest*
13410
13411 wx_cv_func_statfs=no
13412
13413
13414fi
13415rm -f conftest*
13416
13417fi
13418
13419echo "$ac_t""$wx_cv_func_statfs" 1>&6
13420
13421if test "$wx_cv_func_statfs" = "yes"; then
13422 cat >> confdefs.h <<\EOF
13423#define HAVE_STATFS 1
13424EOF
13425
13426else
13427 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
13428fi
13429
698dcdb6
VZ
13430if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
13431 for ac_func in fcntl flock
4f3c5f06 13432do
698dcdb6 13433echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13434echo "configure:13435: checking for $ac_func" >&5
698dcdb6
VZ
13435if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13436 echo $ac_n "(cached) $ac_c" 1>&6
13437else
13438 cat > conftest.$ac_ext <<EOF
dd4f7467 13439#line 13440 "configure"
4f3c5f06
VZ
13440#include "confdefs.h"
13441/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13442 which can conflict with char $ac_func(); below. */
4f3c5f06
VZ
13443#include <assert.h>
13444/* Override any gcc2 internal prototype to avoid an error. */
13445/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13446 builtin and then its argument prototype would still apply. */
13447char $ac_func();
13448
13449int main() {
4f3c5f06
VZ
13450
13451/* The GNU C library defines this for functions which it implements
13452 to always fail with ENOSYS. Some functions are actually named
13453 something starting with __ and the normal name is an alias. */
13454#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13455choke me
13456#else
698dcdb6 13457$ac_func();
4f3c5f06
VZ
13458#endif
13459
698dcdb6
VZ
13460; return 0; }
13461EOF
dd4f7467 13462if { (eval echo configure:13463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13463 rm -rf conftest*
13464 eval "ac_cv_func_$ac_func=yes"
13465else
13466 echo "configure: failed program was:" >&5
13467 cat conftest.$ac_ext >&5
13468 rm -rf conftest*
13469 eval "ac_cv_func_$ac_func=no"
13470fi
13471rm -f conftest*
13472fi
13473
13474if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13475 echo "$ac_t""yes" 1>&6
13476 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13477 cat >> confdefs.h <<EOF
13478#define $ac_tr_func 1
4f3c5f06
VZ
13479EOF
13480 break
698dcdb6
VZ
13481else
13482 echo "$ac_t""no" 1>&6
4f3c5f06
VZ
13483fi
13484done
13485
698dcdb6 13486
4f3c5f06 13487 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
698dcdb6 13488 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
4f3c5f06
VZ
13489 wxUSE_SNGLINST_CHECKER=no
13490 fi
13491fi
13492
270a909e
VZ
13493for ac_func in timegm
13494do
698dcdb6 13495echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13496echo "configure:13497: checking for $ac_func" >&5
698dcdb6
VZ
13497if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13498 echo $ac_n "(cached) $ac_c" 1>&6
13499else
13500 cat > conftest.$ac_ext <<EOF
dd4f7467 13501#line 13502 "configure"
270a909e
VZ
13502#include "confdefs.h"
13503/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13504 which can conflict with char $ac_func(); below. */
270a909e
VZ
13505#include <assert.h>
13506/* Override any gcc2 internal prototype to avoid an error. */
13507/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13508 builtin and then its argument prototype would still apply. */
13509char $ac_func();
13510
13511int main() {
270a909e
VZ
13512
13513/* The GNU C library defines this for functions which it implements
13514 to always fail with ENOSYS. Some functions are actually named
13515 something starting with __ and the normal name is an alias. */
13516#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13517choke me
13518#else
698dcdb6 13519$ac_func();
270a909e
VZ
13520#endif
13521
698dcdb6 13522; return 0; }
270a909e 13523EOF
dd4f7467 13524if { (eval echo configure:13525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13525 rm -rf conftest*
13526 eval "ac_cv_func_$ac_func=yes"
13527else
13528 echo "configure: failed program was:" >&5
13529 cat conftest.$ac_ext >&5
13530 rm -rf conftest*
13531 eval "ac_cv_func_$ac_func=no"
13532fi
13533rm -f conftest*
13534fi
10f2d63a 13535
698dcdb6
VZ
13536if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13537 echo "$ac_t""yes" 1>&6
13538 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13539 cat >> confdefs.h <<EOF
13540#define $ac_tr_func 1
13541EOF
13542
13543else
13544 echo "$ac_t""no" 1>&6
10f2d63a
VZ
13545fi
13546done
13547
698dcdb6 13548
8fd0d89b
VZ
13549for ac_func in putenv setenv
13550do
698dcdb6 13551echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13552echo "configure:13553: checking for $ac_func" >&5
698dcdb6
VZ
13553if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13554 echo $ac_n "(cached) $ac_c" 1>&6
13555else
13556 cat > conftest.$ac_ext <<EOF
dd4f7467 13557#line 13558 "configure"
8fd0d89b
VZ
13558#include "confdefs.h"
13559/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13560 which can conflict with char $ac_func(); below. */
8fd0d89b
VZ
13561#include <assert.h>
13562/* Override any gcc2 internal prototype to avoid an error. */
13563/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13564 builtin and then its argument prototype would still apply. */
13565char $ac_func();
13566
13567int main() {
8fd0d89b
VZ
13568
13569/* The GNU C library defines this for functions which it implements
13570 to always fail with ENOSYS. Some functions are actually named
13571 something starting with __ and the normal name is an alias. */
13572#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13573choke me
13574#else
698dcdb6 13575$ac_func();
8fd0d89b
VZ
13576#endif
13577
698dcdb6
VZ
13578; return 0; }
13579EOF
dd4f7467 13580if { (eval echo configure:13581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13581 rm -rf conftest*
13582 eval "ac_cv_func_$ac_func=yes"
13583else
13584 echo "configure: failed program was:" >&5
13585 cat conftest.$ac_ext >&5
13586 rm -rf conftest*
13587 eval "ac_cv_func_$ac_func=no"
13588fi
13589rm -f conftest*
13590fi
13591
13592if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13593 echo "$ac_t""yes" 1>&6
13594 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13595 cat >> confdefs.h <<EOF
13596#define $ac_tr_func 1
8fd0d89b
VZ
13597EOF
13598 break
698dcdb6
VZ
13599else
13600 echo "$ac_t""no" 1>&6
8fd0d89b
VZ
13601fi
13602done
13603
698dcdb6 13604
b12915c1
VZ
13605HAVE_SOME_SLEEP_FUNC=0
13606if test "$USE_BEOS" = 1; then
698dcdb6 13607 cat >> confdefs.h <<\EOF
b12915c1
VZ
13608#define HAVE_SLEEP 1
13609EOF
13610
13611 HAVE_SOME_SLEEP_FUNC=1
13612fi
13613
f11bdd03 13614if test "$USE_DARWIN" = 1; then
698dcdb6 13615 cat >> confdefs.h <<\EOF
b4085ce6
GD
13616#define HAVE_USLEEP 1
13617EOF
13618
13619 HAVE_SOME_SLEEP_FUNC=1
13620fi
13621
b12915c1
VZ
13622if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
13623 POSIX4_LINK=
698dcdb6 13624 for ac_func in nanosleep
10f2d63a 13625do
698dcdb6 13626echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13627echo "configure:13628: checking for $ac_func" >&5
698dcdb6
VZ
13628if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13629 echo $ac_n "(cached) $ac_c" 1>&6
13630else
13631 cat > conftest.$ac_ext <<EOF
dd4f7467 13632#line 13633 "configure"
10f2d63a
VZ
13633#include "confdefs.h"
13634/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13635 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
13636#include <assert.h>
13637/* Override any gcc2 internal prototype to avoid an error. */
13638/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13639 builtin and then its argument prototype would still apply. */
13640char $ac_func();
13641
13642int main() {
10f2d63a
VZ
13643
13644/* The GNU C library defines this for functions which it implements
13645 to always fail with ENOSYS. Some functions are actually named
13646 something starting with __ and the normal name is an alias. */
13647#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13648choke me
13649#else
698dcdb6 13650$ac_func();
10f2d63a
VZ
13651#endif
13652
698dcdb6
VZ
13653; return 0; }
13654EOF
dd4f7467 13655if { (eval echo configure:13656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13656 rm -rf conftest*
13657 eval "ac_cv_func_$ac_func=yes"
13658else
13659 echo "configure: failed program was:" >&5
13660 cat conftest.$ac_ext >&5
13661 rm -rf conftest*
13662 eval "ac_cv_func_$ac_func=no"
13663fi
13664rm -f conftest*
13665fi
13666
13667if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13668 echo "$ac_t""yes" 1>&6
13669 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13670 cat >> confdefs.h <<EOF
13671#define $ac_tr_func 1
13672EOF
13673 cat >> confdefs.h <<\EOF
10f2d63a
VZ
13674#define HAVE_NANOSLEEP 1
13675EOF
13676
13677else
698dcdb6
VZ
13678 echo "$ac_t""no" 1>&6
13679echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
dd4f7467 13680echo "configure:13681: checking for nanosleep in -lposix4" >&5
698dcdb6
VZ
13681ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
13682if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13683 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 13684else
698dcdb6 13685 ac_save_LIBS="$LIBS"
10f2d63a 13686LIBS="-lposix4 $LIBS"
698dcdb6 13687cat > conftest.$ac_ext <<EOF
dd4f7467 13688#line 13689 "configure"
10f2d63a
VZ
13689#include "confdefs.h"
13690/* Override any gcc2 internal prototype to avoid an error. */
13691/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13692 builtin and then its argument prototype would still apply. */
13693char nanosleep();
13694
13695int main() {
13696nanosleep()
13697; return 0; }
13698EOF
dd4f7467 13699if { (eval echo configure:13700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13700 rm -rf conftest*
13701 eval "ac_cv_lib_$ac_lib_var=yes"
13702else
13703 echo "configure: failed program was:" >&5
13704 cat conftest.$ac_ext >&5
13705 rm -rf conftest*
13706 eval "ac_cv_lib_$ac_lib_var=no"
13707fi
13708rm -f conftest*
13709LIBS="$ac_save_LIBS"
13710
13711fi
13712if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13713 echo "$ac_t""yes" 1>&6
13714
13715 cat >> confdefs.h <<\EOF
10f2d63a
VZ
13716#define HAVE_NANOSLEEP 1
13717EOF
13718
b12915c1 13719 POSIX4_LINK="-lposix4"
698dcdb6 13720
10f2d63a 13721else
698dcdb6 13722 echo "$ac_t""no" 1>&6
10f2d63a 13723
698dcdb6 13724 for ac_func in usleep
10f2d63a 13725do
698dcdb6 13726echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13727echo "configure:13728: checking for $ac_func" >&5
698dcdb6
VZ
13728if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13729 echo $ac_n "(cached) $ac_c" 1>&6
13730else
13731 cat > conftest.$ac_ext <<EOF
dd4f7467 13732#line 13733 "configure"
10f2d63a
VZ
13733#include "confdefs.h"
13734/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13735 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
13736#include <assert.h>
13737/* Override any gcc2 internal prototype to avoid an error. */
13738/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13739 builtin and then its argument prototype would still apply. */
13740char $ac_func();
13741
13742int main() {
10f2d63a
VZ
13743
13744/* The GNU C library defines this for functions which it implements
13745 to always fail with ENOSYS. Some functions are actually named
13746 something starting with __ and the normal name is an alias. */
13747#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13748choke me
13749#else
698dcdb6 13750$ac_func();
10f2d63a
VZ
13751#endif
13752
698dcdb6
VZ
13753; return 0; }
13754EOF
dd4f7467 13755if { (eval echo configure:13756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13756 rm -rf conftest*
13757 eval "ac_cv_func_$ac_func=yes"
13758else
13759 echo "configure: failed program was:" >&5
13760 cat conftest.$ac_ext >&5
13761 rm -rf conftest*
13762 eval "ac_cv_func_$ac_func=no"
13763fi
13764rm -f conftest*
13765fi
13766
13767if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13768 echo "$ac_t""yes" 1>&6
13769 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13770 cat >> confdefs.h <<EOF
13771#define $ac_tr_func 1
13772EOF
13773 cat >> confdefs.h <<\EOF
b4085ce6
GD
13774#define HAVE_USLEEP 1
13775EOF
13776
10f2d63a 13777else
698dcdb6
VZ
13778 echo "$ac_t""no" 1>&6
13779echo "configure: warning: wxSleep() function will not work" 1>&2
13780
10f2d63a
VZ
13781fi
13782done
13783
698dcdb6
VZ
13784
13785
10f2d63a
VZ
13786fi
13787
698dcdb6
VZ
13788
13789
10f2d63a
VZ
13790fi
13791done
13792
b12915c1 13793fi
10f2d63a
VZ
13794
13795for ac_func in uname gethostname
13796do
698dcdb6 13797echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13798echo "configure:13799: checking for $ac_func" >&5
698dcdb6
VZ
13799if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13800 echo $ac_n "(cached) $ac_c" 1>&6
13801else
13802 cat > conftest.$ac_ext <<EOF
dd4f7467 13803#line 13804 "configure"
10f2d63a
VZ
13804#include "confdefs.h"
13805/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13806 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
13807#include <assert.h>
13808/* Override any gcc2 internal prototype to avoid an error. */
13809/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13810 builtin and then its argument prototype would still apply. */
13811char $ac_func();
13812
13813int main() {
10f2d63a
VZ
13814
13815/* The GNU C library defines this for functions which it implements
13816 to always fail with ENOSYS. Some functions are actually named
13817 something starting with __ and the normal name is an alias. */
13818#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13819choke me
13820#else
698dcdb6 13821$ac_func();
10f2d63a
VZ
13822#endif
13823
698dcdb6
VZ
13824; return 0; }
13825EOF
dd4f7467 13826if { (eval echo configure:13827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13827 rm -rf conftest*
13828 eval "ac_cv_func_$ac_func=yes"
13829else
13830 echo "configure: failed program was:" >&5
13831 cat conftest.$ac_ext >&5
13832 rm -rf conftest*
13833 eval "ac_cv_func_$ac_func=no"
13834fi
13835rm -f conftest*
13836fi
13837
13838if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13839 echo "$ac_t""yes" 1>&6
13840 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13841 cat >> confdefs.h <<EOF
13842#define $ac_tr_func 1
10f2d63a
VZ
13843EOF
13844 break
698dcdb6
VZ
13845else
13846 echo "$ac_t""no" 1>&6
10f2d63a
VZ
13847fi
13848done
13849
698dcdb6
VZ
13850
13851
13852ac_ext=C
13853# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6098c7f9 13854ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
13855ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13856ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13857cross_compiling=$ac_cv_prog_cxx_cross
13858
6098c7f9 13859
10f2d63a
VZ
13860for ac_func in strtok_r
13861do
698dcdb6 13862echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13863echo "configure:13864: checking for $ac_func" >&5
698dcdb6
VZ
13864if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13865 echo $ac_n "(cached) $ac_c" 1>&6
13866else
13867 cat > conftest.$ac_ext <<EOF
dd4f7467 13868#line 13869 "configure"
10f2d63a
VZ
13869#include "confdefs.h"
13870/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 13871 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
13872#include <assert.h>
13873/* Override any gcc2 internal prototype to avoid an error. */
6098c7f9
VZ
13874#ifdef __cplusplus
13875extern "C"
13876#endif
10f2d63a 13877/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13878 builtin and then its argument prototype would still apply. */
13879char $ac_func();
13880
13881int main() {
10f2d63a
VZ
13882
13883/* The GNU C library defines this for functions which it implements
13884 to always fail with ENOSYS. Some functions are actually named
13885 something starting with __ and the normal name is an alias. */
13886#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13887choke me
13888#else
698dcdb6 13889$ac_func();
10f2d63a
VZ
13890#endif
13891
698dcdb6 13892; return 0; }
10f2d63a 13893EOF
dd4f7467 13894if { (eval echo configure:13895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13895 rm -rf conftest*
13896 eval "ac_cv_func_$ac_func=yes"
13897else
13898 echo "configure: failed program was:" >&5
13899 cat conftest.$ac_ext >&5
13900 rm -rf conftest*
13901 eval "ac_cv_func_$ac_func=no"
13902fi
13903rm -f conftest*
13904fi
10f2d63a 13905
698dcdb6
VZ
13906if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13907 echo "$ac_t""yes" 1>&6
13908 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13909 cat >> confdefs.h <<EOF
13910#define $ac_tr_func 1
13911EOF
13912
13913else
13914 echo "$ac_t""no" 1>&6
10f2d63a
VZ
13915fi
13916done
13917
698dcdb6 13918
6098c7f9 13919ac_ext=c
698dcdb6 13920# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6098c7f9 13921ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
13922ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13923ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13924cross_compiling=$ac_cv_prog_cc_cross
6232543b 13925
1e487827 13926
698dcdb6 13927INET_LINK=
10f2d63a
VZ
13928for ac_func in inet_addr
13929do
698dcdb6 13930echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 13931echo "configure:13932: checking for $ac_func" >&5
698dcdb6
VZ
13932if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13933 echo $ac_n "(cached) $ac_c" 1>&6
13934else
13935 cat > conftest.$ac_ext <<EOF
dd4f7467 13936#line 13937 "configure"
10f2d63a
VZ
13937#include "confdefs.h"
13938/* System header to define __stub macros and hopefully few prototypes,
698dcdb6
VZ
13939 which can conflict with char $ac_func(); below. */
13940#include <assert.h>
13941/* Override any gcc2 internal prototype to avoid an error. */
10f2d63a 13942/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13943 builtin and then its argument prototype would still apply. */
13944char $ac_func();
13945
13946int main() {
10f2d63a
VZ
13947
13948/* The GNU C library defines this for functions which it implements
13949 to always fail with ENOSYS. Some functions are actually named
1e487827
VS
13950 something starting with __ and the normal name is an alias. */
13951#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13952choke me
13953#else
698dcdb6 13954$ac_func();
1e487827 13955#endif
703e0a69 13956
698dcdb6
VZ
13957; return 0; }
13958EOF
dd4f7467 13959if { (eval echo configure:13960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
13960 rm -rf conftest*
13961 eval "ac_cv_func_$ac_func=yes"
13962else
13963 echo "configure: failed program was:" >&5
13964 cat conftest.$ac_ext >&5
13965 rm -rf conftest*
13966 eval "ac_cv_func_$ac_func=no"
13967fi
13968rm -f conftest*
13969fi
13970
13971if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13972 echo "$ac_t""yes" 1>&6
13973 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13974 cat >> confdefs.h <<EOF
13975#define $ac_tr_func 1
13976EOF
13977 cat >> confdefs.h <<\EOF
c63c7106
VZ
13978#define HAVE_INET_ADDR 1
13979EOF
13980
10f2d63a 13981else
698dcdb6
VZ
13982 echo "$ac_t""no" 1>&6
13983echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
dd4f7467 13984echo "configure:13985: checking for inet_addr in -lnsl" >&5
698dcdb6
VZ
13985ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
13986if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13987 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 13988else
698dcdb6 13989 ac_save_LIBS="$LIBS"
c63c7106 13990LIBS="-lnsl $LIBS"
698dcdb6 13991cat > conftest.$ac_ext <<EOF
dd4f7467 13992#line 13993 "configure"
c63c7106
VZ
13993#include "confdefs.h"
13994/* Override any gcc2 internal prototype to avoid an error. */
13995/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
13996 builtin and then its argument prototype would still apply. */
13997char inet_addr();
13998
13999int main() {
14000inet_addr()
14001; return 0; }
14002EOF
dd4f7467 14003if { (eval echo configure:14004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14004 rm -rf conftest*
14005 eval "ac_cv_lib_$ac_lib_var=yes"
14006else
14007 echo "configure: failed program was:" >&5
14008 cat conftest.$ac_ext >&5
14009 rm -rf conftest*
14010 eval "ac_cv_lib_$ac_lib_var=no"
14011fi
14012rm -f conftest*
14013LIBS="$ac_save_LIBS"
14014
14015fi
14016if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14017 echo "$ac_t""yes" 1>&6
c63c7106
VZ
14018 INET_LINK="nsl"
14019else
698dcdb6
VZ
14020 echo "$ac_t""no" 1>&6
14021echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
dd4f7467 14022echo "configure:14023: checking for inet_addr in -lresolv" >&5
698dcdb6
VZ
14023ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
14024if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14025 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 14026else
698dcdb6 14027 ac_save_LIBS="$LIBS"
c63c7106 14028LIBS="-lresolv $LIBS"
698dcdb6 14029cat > conftest.$ac_ext <<EOF
dd4f7467 14030#line 14031 "configure"
c63c7106
VZ
14031#include "confdefs.h"
14032/* Override any gcc2 internal prototype to avoid an error. */
14033/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14034 builtin and then its argument prototype would still apply. */
14035char inet_addr();
14036
14037int main() {
14038inet_addr()
14039; return 0; }
14040EOF
dd4f7467 14041if { (eval echo configure:14042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14042 rm -rf conftest*
14043 eval "ac_cv_lib_$ac_lib_var=yes"
14044else
14045 echo "configure: failed program was:" >&5
14046 cat conftest.$ac_ext >&5
14047 rm -rf conftest*
14048 eval "ac_cv_lib_$ac_lib_var=no"
14049fi
14050rm -f conftest*
14051LIBS="$ac_save_LIBS"
c63c7106 14052
6232543b 14053fi
698dcdb6
VZ
14054if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14055 echo "$ac_t""yes" 1>&6
14056 INET_LINK="resolv"
14057
14058else
14059 echo "$ac_t""no" 1>&6
14060fi
c63c7106 14061
698dcdb6 14062
1e487827 14063fi
703e0a69 14064
698dcdb6
VZ
14065
14066
10f2d63a
VZ
14067fi
14068done
14069
698dcdb6 14070
10f2d63a
VZ
14071for ac_func in inet_aton
14072do
698dcdb6 14073echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 14074echo "configure:14075: checking for $ac_func" >&5
698dcdb6
VZ
14075if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14076 echo $ac_n "(cached) $ac_c" 1>&6
14077else
14078 cat > conftest.$ac_ext <<EOF
dd4f7467 14079#line 14080 "configure"
10f2d63a
VZ
14080#include "confdefs.h"
14081/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 14082 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
14083#include <assert.h>
14084/* Override any gcc2 internal prototype to avoid an error. */
14085/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14086 builtin and then its argument prototype would still apply. */
14087char $ac_func();
14088
14089int main() {
10f2d63a
VZ
14090
14091/* The GNU C library defines this for functions which it implements
14092 to always fail with ENOSYS. Some functions are actually named
14093 something starting with __ and the normal name is an alias. */
14094#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14095choke me
14096#else
698dcdb6 14097$ac_func();
10f2d63a
VZ
14098#endif
14099
698dcdb6
VZ
14100; return 0; }
14101EOF
dd4f7467 14102if { (eval echo configure:14103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14103 rm -rf conftest*
14104 eval "ac_cv_func_$ac_func=yes"
14105else
14106 echo "configure: failed program was:" >&5
14107 cat conftest.$ac_ext >&5
14108 rm -rf conftest*
14109 eval "ac_cv_func_$ac_func=no"
14110fi
14111rm -f conftest*
14112fi
14113
14114if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14115 echo "$ac_t""yes" 1>&6
14116 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14117 cat >> confdefs.h <<EOF
14118#define $ac_tr_func 1
14119EOF
14120 cat >> confdefs.h <<\EOF
c63c7106
VZ
14121#define HAVE_INET_ATON 1
14122EOF
14123
10f2d63a 14124else
698dcdb6
VZ
14125 echo "$ac_t""no" 1>&6
14126 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
dd4f7467 14127echo "configure:14128: checking for inet_aton in -l$INET_LINK" >&5
698dcdb6
VZ
14128ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
14129if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14130 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14131else
698dcdb6 14132 ac_save_LIBS="$LIBS"
c63c7106 14133LIBS="-l$INET_LINK $LIBS"
698dcdb6 14134cat > conftest.$ac_ext <<EOF
dd4f7467 14135#line 14136 "configure"
10f2d63a
VZ
14136#include "confdefs.h"
14137/* Override any gcc2 internal prototype to avoid an error. */
14138/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14139 builtin and then its argument prototype would still apply. */
14140char inet_aton();
14141
14142int main() {
14143inet_aton()
14144; return 0; }
14145EOF
dd4f7467 14146if { (eval echo configure:14147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14147 rm -rf conftest*
14148 eval "ac_cv_lib_$ac_lib_var=yes"
14149else
14150 echo "configure: failed program was:" >&5
14151 cat conftest.$ac_ext >&5
14152 rm -rf conftest*
14153 eval "ac_cv_lib_$ac_lib_var=no"
14154fi
14155rm -f conftest*
14156LIBS="$ac_save_LIBS"
14157
14158fi
14159if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14160 echo "$ac_t""yes" 1>&6
14161 cat >> confdefs.h <<\EOF
c63c7106 14162#define HAVE_INET_ATON 1
10f2d63a
VZ
14163EOF
14164
698dcdb6
VZ
14165else
14166 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14167fi
14168
698dcdb6 14169
c63c7106
VZ
14170fi
14171done
14172
698dcdb6 14173
c63c7106 14174if test "x$INET_LINK" != "x"; then
698dcdb6 14175 cat >> confdefs.h <<\EOF
c63c7106
VZ
14176#define HAVE_INET_ADDR 1
14177EOF
14178
14179 INET_LINK="-l$INET_LINK"
14180fi
10f2d63a
VZ
14181
14182fi
14183
698dcdb6
VZ
14184
14185cat > confcache <<\EOF
10f2d63a
VZ
14186# This file is a shell script that caches the results of configure
14187# tests run on this system so they can be shared between configure
698dcdb6
VZ
14188# scripts and configure runs. It is not useful on other systems.
14189# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 14190#
698dcdb6
VZ
14191# By default, configure uses ./config.cache as the cache file,
14192# creating it if it does not exist already. You can give configure
14193# the --cache-file=FILE option to use a different cache file; that is
14194# what configure does when it calls configure scripts in
14195# subdirectories, so they share the cache.
14196# Giving --cache-file=/dev/null disables caching, for debugging configure.
14197# config.status only pays attention to the cache file if you give it the
14198# --recheck option to rerun configure.
10f2d63a 14199#
698dcdb6 14200EOF
10f2d63a
VZ
14201# The following way of writing the cache mishandles newlines in values,
14202# but we know of no workaround that is simple, portable, and efficient.
14203# So, don't put newlines in cache variables' values.
14204# Ultrix sh set writes to stderr and can't be redirected directly,
14205# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
14206(set) 2>&1 |
14207 case `(ac_space=' '; set | grep ac_space) 2>&1` in
14208 *ac_space=\ *)
14209 # `set' does not quote correctly, so add quotes (double-quote substitution
14210 # turns \\\\ into \\, and sed turns \\ into \).
14211 sed -n \
14212 -e "s/'/'\\\\''/g" \
14213 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
14214 ;;
14215 *)
14216 # `set' quotes correctly as required by POSIX, so do not add quotes.
14217 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
14218 ;;
14219 esac >> confcache
14220if cmp -s $cache_file confcache; then
14221 :
14222else
10f2d63a 14223 if test -w $cache_file; then
698dcdb6
VZ
14224 echo "updating cache $cache_file"
14225 cat confcache > $cache_file
10f2d63a
VZ
14226 else
14227 echo "not updating unwritable cache $cache_file"
14228 fi
14229fi
14230rm -f confcache
14231
698dcdb6
VZ
14232
14233
b089607b 14234if test "$TOOLKIT" != "MSW"; then
10f2d63a 14235
698dcdb6 14236
10f2d63a
VZ
14237THREADS_LINK=""
14238THREADS_OBJ=""
14239
14240if test "$wxUSE_THREADS" = "yes" ; then
14241 if test "$wxUSE_WINE" = 1 ; then
698dcdb6 14242 echo "configure: warning: Threads are not supported under WINE" 1>&2
10f2d63a 14243 wxUSE_THREADS="no"
b12915c1 14244 elif test "$USE_BEOS" = 1; then
698dcdb6 14245 echo "configure: warning: BeOS threads are not yet supported" 1>&2
b12915c1 14246 wxUSE_THREADS="no"
10f2d63a
VZ
14247 fi
14248fi
14249
14250if test "$wxUSE_THREADS" = "yes" ; then
698dcdb6 14251
186837b0 14252 if test "$USE_AIX" = 1; then
f6bcfd97
BP
14253 THREADS_LIB=pthreads
14254 else
14255 THREADS_LIB=pthread
14256 fi
14257
698dcdb6 14258 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
dd4f7467 14259echo "configure:14260: checking for pthread_create in -l$THREADS_LIB" >&5
698dcdb6
VZ
14260ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
14261if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14262 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14263else
698dcdb6 14264 ac_save_LIBS="$LIBS"
f6bcfd97 14265LIBS="-l$THREADS_LIB $LIBS"
698dcdb6 14266cat > conftest.$ac_ext <<EOF
dd4f7467 14267#line 14268 "configure"
10f2d63a
VZ
14268#include "confdefs.h"
14269/* Override any gcc2 internal prototype to avoid an error. */
14270/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14271 builtin and then its argument prototype would still apply. */
14272char pthread_create();
14273
14274int main() {
14275pthread_create()
14276; return 0; }
14277EOF
dd4f7467 14278if { (eval echo configure:14279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14279 rm -rf conftest*
14280 eval "ac_cv_lib_$ac_lib_var=yes"
14281else
14282 echo "configure: failed program was:" >&5
14283 cat conftest.$ac_ext >&5
14284 rm -rf conftest*
14285 eval "ac_cv_lib_$ac_lib_var=no"
14286fi
14287rm -f conftest*
14288LIBS="$ac_save_LIBS"
10f2d63a 14289
698dcdb6
VZ
14290fi
14291if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14292 echo "$ac_t""yes" 1>&6
14293
10f2d63a 14294 THREADS_OBJ="threadpsx.lo"
f6bcfd97 14295 THREADS_LINK=$THREADS_LIB
698dcdb6 14296
10f2d63a 14297else
698dcdb6 14298 echo "$ac_t""no" 1>&6
10f2d63a 14299
698dcdb6 14300 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
dd4f7467 14301echo "configure:14302: checking for pthread_create in -lc_r" >&5
698dcdb6
VZ
14302ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
14303if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14304 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14305else
698dcdb6 14306 ac_save_LIBS="$LIBS"
10f2d63a 14307LIBS="-lc_r $LIBS"
698dcdb6 14308cat > conftest.$ac_ext <<EOF
dd4f7467 14309#line 14310 "configure"
10f2d63a
VZ
14310#include "confdefs.h"
14311/* Override any gcc2 internal prototype to avoid an error. */
14312/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14313 builtin and then its argument prototype would still apply. */
14314char pthread_create();
14315
14316int main() {
14317pthread_create()
14318; return 0; }
14319EOF
dd4f7467 14320if { (eval echo configure:14321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14321 rm -rf conftest*
14322 eval "ac_cv_lib_$ac_lib_var=yes"
14323else
14324 echo "configure: failed program was:" >&5
14325 cat conftest.$ac_ext >&5
14326 rm -rf conftest*
14327 eval "ac_cv_lib_$ac_lib_var=no"
14328fi
14329rm -f conftest*
14330LIBS="$ac_save_LIBS"
10f2d63a 14331
698dcdb6
VZ
14332fi
14333if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14334 echo "$ac_t""yes" 1>&6
14335
10f2d63a
VZ
14336 THREADS_OBJ="threadpsx.lo"
14337 THREADS_LINK="c_r"
698dcdb6 14338
10f2d63a 14339else
698dcdb6 14340 echo "$ac_t""no" 1>&6
10f2d63a 14341
698dcdb6
VZ
14342 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
14343echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
dd4f7467 14344echo "configure:14345: checking for sys/prctl.h" >&5
698dcdb6
VZ
14345if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14346 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14347else
698dcdb6 14348 cat > conftest.$ac_ext <<EOF
dd4f7467 14349#line 14350 "configure"
10f2d63a
VZ
14350#include "confdefs.h"
14351#include <sys/prctl.h>
698dcdb6
VZ
14352EOF
14353ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 14354{ (eval echo configure:14355: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
14355ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14356if test -z "$ac_err"; then
14357 rm -rf conftest*
14358 eval "ac_cv_header_$ac_safe=yes"
1e487827 14359else
698dcdb6
VZ
14360 echo "$ac_err" >&5
14361 echo "configure: failed program was:" >&5
10f2d63a 14362 cat conftest.$ac_ext >&5
698dcdb6
VZ
14363 rm -rf conftest*
14364 eval "ac_cv_header_$ac_safe=no"
10f2d63a 14365fi
698dcdb6 14366rm -f conftest*
10f2d63a 14367fi
698dcdb6
VZ
14368if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14369 echo "$ac_t""yes" 1>&6
14370
1f8ae82f 14371 THREADS_OBJ="threadsgi.lo"
698dcdb6
VZ
14372
14373else
14374 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14375fi
14376
698dcdb6 14377
6232543b 14378fi
10f2d63a 14379
698dcdb6 14380
1e487827 14381fi
703e0a69 14382
698dcdb6 14383
10f2d63a
VZ
14384 if test -z "$THREADS_OBJ" ; then
14385 wxUSE_THREADS=no
698dcdb6 14386 echo "configure: warning: No thread support on this system" 1>&2
10f2d63a
VZ
14387 fi
14388fi
14389
14390if test "$wxUSE_THREADS" = "yes" ; then
698dcdb6 14391 for ac_func in thr_setconcurrency
70846f0a 14392do
698dcdb6 14393echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 14394echo "configure:14395: checking for $ac_func" >&5
698dcdb6
VZ
14395if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14396 echo $ac_n "(cached) $ac_c" 1>&6
14397else
14398 cat > conftest.$ac_ext <<EOF
dd4f7467 14399#line 14400 "configure"
70846f0a
VZ
14400#include "confdefs.h"
14401/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 14402 which can conflict with char $ac_func(); below. */
70846f0a
VZ
14403#include <assert.h>
14404/* Override any gcc2 internal prototype to avoid an error. */
14405/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14406 builtin and then its argument prototype would still apply. */
14407char $ac_func();
14408
14409int main() {
70846f0a
VZ
14410
14411/* The GNU C library defines this for functions which it implements
14412 to always fail with ENOSYS. Some functions are actually named
14413 something starting with __ and the normal name is an alias. */
14414#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14415choke me
14416#else
698dcdb6 14417$ac_func();
70846f0a
VZ
14418#endif
14419
698dcdb6 14420; return 0; }
70846f0a 14421EOF
dd4f7467 14422if { (eval echo configure:14423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14423 rm -rf conftest*
14424 eval "ac_cv_func_$ac_func=yes"
14425else
14426 echo "configure: failed program was:" >&5
14427 cat conftest.$ac_ext >&5
14428 rm -rf conftest*
14429 eval "ac_cv_func_$ac_func=no"
14430fi
14431rm -f conftest*
14432fi
70846f0a 14433
698dcdb6
VZ
14434if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14435 echo "$ac_t""yes" 1>&6
14436 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14437 cat >> confdefs.h <<EOF
14438#define $ac_tr_func 1
14439EOF
14440
14441else
14442 echo "$ac_t""no" 1>&6
70846f0a
VZ
14443fi
14444done
14445
698dcdb6
VZ
14446
14447
14448 for ac_hdr in sched.h
10f2d63a 14449do
698dcdb6
VZ
14450ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14451echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 14452echo "configure:14453: checking for $ac_hdr" >&5
698dcdb6
VZ
14453if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14454 echo $ac_n "(cached) $ac_c" 1>&6
14455else
14456 cat > conftest.$ac_ext <<EOF
dd4f7467 14457#line 14458 "configure"
10f2d63a 14458#include "confdefs.h"
698dcdb6
VZ
14459#include <$ac_hdr>
14460EOF
14461ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 14462{ (eval echo configure:14463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
14463ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14464if test -z "$ac_err"; then
14465 rm -rf conftest*
14466 eval "ac_cv_header_$ac_safe=yes"
1e487827 14467else
698dcdb6
VZ
14468 echo "$ac_err" >&5
14469 echo "configure: failed program was:" >&5
10f2d63a 14470 cat conftest.$ac_ext >&5
698dcdb6
VZ
14471 rm -rf conftest*
14472 eval "ac_cv_header_$ac_safe=no"
10f2d63a 14473fi
698dcdb6 14474rm -f conftest*
10f2d63a 14475fi
698dcdb6
VZ
14476if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14477 echo "$ac_t""yes" 1>&6
14478 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14479 cat >> confdefs.h <<EOF
14480#define $ac_tr_hdr 1
10f2d63a 14481EOF
698dcdb6
VZ
14482
14483else
14484 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14485fi
14486done
14487
698dcdb6
VZ
14488
14489 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
dd4f7467 14490echo "configure:14491: checking for sched_yield in -l$THREADS_LINK" >&5
698dcdb6
VZ
14491ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
14492if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14493 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14494else
698dcdb6 14495 ac_save_LIBS="$LIBS"
10f2d63a 14496LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 14497cat > conftest.$ac_ext <<EOF
dd4f7467 14498#line 14499 "configure"
10f2d63a
VZ
14499#include "confdefs.h"
14500/* Override any gcc2 internal prototype to avoid an error. */
14501/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14502 builtin and then its argument prototype would still apply. */
14503char sched_yield();
14504
14505int main() {
14506sched_yield()
14507; return 0; }
14508EOF
dd4f7467 14509if { (eval echo configure:14510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14510 rm -rf conftest*
14511 eval "ac_cv_lib_$ac_lib_var=yes"
14512else
14513 echo "configure: failed program was:" >&5
14514 cat conftest.$ac_ext >&5
14515 rm -rf conftest*
14516 eval "ac_cv_lib_$ac_lib_var=no"
14517fi
14518rm -f conftest*
14519LIBS="$ac_save_LIBS"
14520
14521fi
14522if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14523 echo "$ac_t""yes" 1>&6
14524 cat >> confdefs.h <<\EOF
10f2d63a
VZ
14525#define HAVE_SCHED_YIELD 1
14526EOF
14527
14528else
698dcdb6
VZ
14529 echo "$ac_t""no" 1>&6
14530echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
dd4f7467 14531echo "configure:14532: checking for sched_yield in -lposix4" >&5
698dcdb6
VZ
14532ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
14533if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14534 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14535else
698dcdb6 14536 ac_save_LIBS="$LIBS"
1e487827 14537LIBS="-lposix4 $LIBS"
698dcdb6 14538cat > conftest.$ac_ext <<EOF
dd4f7467 14539#line 14540 "configure"
10f2d63a
VZ
14540#include "confdefs.h"
14541/* Override any gcc2 internal prototype to avoid an error. */
14542/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14543 builtin and then its argument prototype would still apply. */
14544char sched_yield();
14545
14546int main() {
14547sched_yield()
14548; return 0; }
14549EOF
dd4f7467 14550if { (eval echo configure:14551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14551 rm -rf conftest*
14552 eval "ac_cv_lib_$ac_lib_var=yes"
14553else
14554 echo "configure: failed program was:" >&5
14555 cat conftest.$ac_ext >&5
14556 rm -rf conftest*
14557 eval "ac_cv_lib_$ac_lib_var=no"
14558fi
14559rm -f conftest*
14560LIBS="$ac_save_LIBS"
14561
14562fi
14563if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14564 echo "$ac_t""yes" 1>&6
14565 cat >> confdefs.h <<\EOF
10f2d63a
VZ
14566#define HAVE_SCHED_YIELD 1
14567EOF
14568 POSIX4_LINK="-lposix4"
14569else
698dcdb6
VZ
14570 echo "$ac_t""no" 1>&6
14571echo "configure: warning: wxThread::Yield will not work properly" 1>&2
14572
6232543b 14573fi
10f2d63a 14574
698dcdb6 14575
1e487827 14576fi
703e0a69 14577
698dcdb6 14578
f6bcfd97 14579 HAVE_PRIOR_FUNCS=0
698dcdb6 14580 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
dd4f7467 14581echo "configure:14582: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
698dcdb6
VZ
14582ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
14583if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14584 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14585else
698dcdb6 14586 ac_save_LIBS="$LIBS"
10f2d63a 14587LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 14588cat > conftest.$ac_ext <<EOF
dd4f7467 14589#line 14590 "configure"
10f2d63a
VZ
14590#include "confdefs.h"
14591/* Override any gcc2 internal prototype to avoid an error. */
14592/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14593 builtin and then its argument prototype would still apply. */
14594char pthread_attr_getschedpolicy();
14595
14596int main() {
14597pthread_attr_getschedpolicy()
14598; return 0; }
14599EOF
dd4f7467 14600if { (eval echo configure:14601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14601 rm -rf conftest*
14602 eval "ac_cv_lib_$ac_lib_var=yes"
14603else
14604 echo "configure: failed program was:" >&5
14605 cat conftest.$ac_ext >&5
14606 rm -rf conftest*
14607 eval "ac_cv_lib_$ac_lib_var=no"
14608fi
14609rm -f conftest*
14610LIBS="$ac_save_LIBS"
14611
14612fi
14613if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14614 echo "$ac_t""yes" 1>&6
14615 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
dd4f7467 14616echo "configure:14617: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
698dcdb6
VZ
14617ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
14618if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14619 echo $ac_n "(cached) $ac_c" 1>&6
14620else
14621 ac_save_LIBS="$LIBS"
f6bcfd97 14622LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 14623cat > conftest.$ac_ext <<EOF
dd4f7467 14624#line 14625 "configure"
f6bcfd97
BP
14625#include "confdefs.h"
14626/* Override any gcc2 internal prototype to avoid an error. */
14627/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14628 builtin and then its argument prototype would still apply. */
14629char pthread_attr_setschedparam();
14630
14631int main() {
14632pthread_attr_setschedparam()
14633; return 0; }
14634EOF
dd4f7467 14635if { (eval echo configure:14636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14636 rm -rf conftest*
14637 eval "ac_cv_lib_$ac_lib_var=yes"
14638else
14639 echo "configure: failed program was:" >&5
14640 cat conftest.$ac_ext >&5
14641 rm -rf conftest*
14642 eval "ac_cv_lib_$ac_lib_var=no"
14643fi
14644rm -f conftest*
14645LIBS="$ac_save_LIBS"
14646
14647fi
14648if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14649 echo "$ac_t""yes" 1>&6
14650 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
dd4f7467 14651echo "configure:14652: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
698dcdb6
VZ
14652ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
14653if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14654 echo $ac_n "(cached) $ac_c" 1>&6
14655else
14656 ac_save_LIBS="$LIBS"
f6bcfd97 14657LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 14658cat > conftest.$ac_ext <<EOF
dd4f7467 14659#line 14660 "configure"
f6bcfd97
BP
14660#include "confdefs.h"
14661/* Override any gcc2 internal prototype to avoid an error. */
14662/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14663 builtin and then its argument prototype would still apply. */
14664char sched_get_priority_max();
14665
14666int main() {
14667sched_get_priority_max()
14668; return 0; }
14669EOF
dd4f7467 14670if { (eval echo configure:14671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14671 rm -rf conftest*
14672 eval "ac_cv_lib_$ac_lib_var=yes"
14673else
14674 echo "configure: failed program was:" >&5
14675 cat conftest.$ac_ext >&5
14676 rm -rf conftest*
14677 eval "ac_cv_lib_$ac_lib_var=no"
14678fi
14679rm -f conftest*
14680LIBS="$ac_save_LIBS"
14681
14682fi
14683if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14684 echo "$ac_t""yes" 1>&6
f6bcfd97 14685 HAVE_PRIOR_FUNCS=1
10f2d63a 14686else
698dcdb6
VZ
14687 echo "$ac_t""no" 1>&6
14688echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
dd4f7467 14689echo "configure:14690: checking for sched_get_priority_max in -lposix4" >&5
698dcdb6
VZ
14690ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
14691if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14692 echo $ac_n "(cached) $ac_c" 1>&6
1e487827 14693else
698dcdb6 14694 ac_save_LIBS="$LIBS"
1e487827 14695LIBS="-lposix4 $LIBS"
698dcdb6 14696cat > conftest.$ac_ext <<EOF
dd4f7467 14697#line 14698 "configure"
10f2d63a 14698#include "confdefs.h"
6232543b 14699/* Override any gcc2 internal prototype to avoid an error. */
6232543b 14700/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14701 builtin and then its argument prototype would still apply. */
14702char sched_get_priority_max();
14703
14704int main() {
14705sched_get_priority_max()
14706; return 0; }
14707EOF
dd4f7467 14708if { (eval echo configure:14709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14709 rm -rf conftest*
14710 eval "ac_cv_lib_$ac_lib_var=yes"
14711else
14712 echo "configure: failed program was:" >&5
14713 cat conftest.$ac_ext >&5
14714 rm -rf conftest*
14715 eval "ac_cv_lib_$ac_lib_var=no"
14716fi
14717rm -f conftest*
14718LIBS="$ac_save_LIBS"
10f2d63a 14719
698dcdb6
VZ
14720fi
14721if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14722 echo "$ac_t""yes" 1>&6
14723
f6bcfd97
BP
14724 HAVE_PRIOR_FUNCS=1
14725 POSIX4_LINK="-lposix4"
698dcdb6
VZ
14726
14727else
14728 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14729fi
14730
698dcdb6 14731
10f2d63a
VZ
14732fi
14733
698dcdb6
VZ
14734
14735else
14736 echo "$ac_t""no" 1>&6
6232543b 14737fi
10f2d63a 14738
698dcdb6
VZ
14739
14740else
14741 echo "$ac_t""no" 1>&6
1e487827 14742fi
703e0a69 14743
698dcdb6 14744
f6bcfd97 14745 if test "$HAVE_PRIOR_FUNCS" = 1; then
698dcdb6 14746 cat >> confdefs.h <<\EOF
f6bcfd97
BP
14747#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
14748EOF
14749
14750 else
698dcdb6 14751 echo "configure: warning: Setting thread priority will not work" 1>&2
f6bcfd97
BP
14752 fi
14753
698dcdb6 14754 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
dd4f7467 14755echo "configure:14756: checking for pthread_cancel in -l$THREADS_LINK" >&5
698dcdb6
VZ
14756ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
14757if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14758 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 14759else
698dcdb6 14760 ac_save_LIBS="$LIBS"
10f2d63a 14761LIBS="-l$THREADS_LINK $LIBS"
698dcdb6 14762cat > conftest.$ac_ext <<EOF
dd4f7467 14763#line 14764 "configure"
10f2d63a
VZ
14764#include "confdefs.h"
14765/* Override any gcc2 internal prototype to avoid an error. */
14766/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
14767 builtin and then its argument prototype would still apply. */
14768char pthread_cancel();
14769
14770int main() {
14771pthread_cancel()
14772; return 0; }
14773EOF
dd4f7467 14774if { (eval echo configure:14775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
14775 rm -rf conftest*
14776 eval "ac_cv_lib_$ac_lib_var=yes"
14777else
14778 echo "configure: failed program was:" >&5
14779 cat conftest.$ac_ext >&5
14780 rm -rf conftest*
14781 eval "ac_cv_lib_$ac_lib_var=no"
14782fi
14783rm -f conftest*
14784LIBS="$ac_save_LIBS"
14785
14786fi
14787if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14788 echo "$ac_t""yes" 1>&6
14789 cat >> confdefs.h <<\EOF
10f2d63a
VZ
14790#define HAVE_PTHREAD_CANCEL 1
14791EOF
14792
14793else
698dcdb6
VZ
14794 echo "$ac_t""no" 1>&6
14795echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
10f2d63a
VZ
14796fi
14797
1e487827 14798
698dcdb6 14799 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
dd4f7467 14800echo "configure:14801: checking for pthread_cleanup_push/pop" >&5
698dcdb6
VZ
14801if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
14802 echo $ac_n "(cached) $ac_c" 1>&6
14803else
14804
14805 cat > conftest.$ac_ext <<EOF
dd4f7467 14806#line 14807 "configure"
10f2d63a
VZ
14807#include "confdefs.h"
14808#include <pthread.h>
698dcdb6 14809int main() {
10f2d63a
VZ
14810
14811 pthread_cleanup_push(NULL, NULL);
14812 pthread_cleanup_pop(0);
698dcdb6
VZ
14813
14814; return 0; }
14815EOF
dd4f7467 14816if { (eval echo configure:14817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
14817 rm -rf conftest*
14818
10f2d63a 14819 wx_cv_func_pthread_cleanup_push=yes
698dcdb6 14820
10f2d63a 14821else
698dcdb6
VZ
14822 echo "configure: failed program was:" >&5
14823 cat conftest.$ac_ext >&5
14824 rm -rf conftest*
14825
10f2d63a 14826 wx_cv_func_pthread_cleanup_push=no
698dcdb6 14827
6232543b 14828fi
698dcdb6
VZ
14829rm -f conftest*
14830
1e487827 14831fi
698dcdb6
VZ
14832
14833echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
10f2d63a 14834
d9b9876f 14835 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
698dcdb6 14836 cat >> confdefs.h <<\EOF
d9b9876f
VZ
14837#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
14838EOF
14839
14840 fi
14841
698dcdb6 14842
b48da802
VZ
14843 if test "x$wx_lib_glibc21" = "xyes"; then
14844 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
ab252f7b
VZ
14845 fi
14846
698dcdb6 14847 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
dd4f7467 14848echo "configure:14849: checking for pthread_mutexattr_t" >&5
698dcdb6
VZ
14849if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
14850 echo $ac_n "(cached) $ac_c" 1>&6
d9b9876f 14851else
698dcdb6
VZ
14852
14853 cat > conftest.$ac_ext <<EOF
dd4f7467 14854#line 14855 "configure"
d9b9876f
VZ
14855#include "confdefs.h"
14856#include <pthread.h>
698dcdb6 14857int main() {
d9b9876f
VZ
14858
14859 pthread_mutexattr_t attr;
14860 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
698dcdb6
VZ
14861
14862; return 0; }
14863EOF
dd4f7467 14864if { (eval echo configure:14865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
14865 rm -rf conftest*
14866
d9b9876f 14867 wx_cv_type_pthread_mutexattr_t=yes
698dcdb6 14868
d9b9876f 14869else
698dcdb6
VZ
14870 echo "configure: failed program was:" >&5
14871 cat conftest.$ac_ext >&5
14872 rm -rf conftest*
14873
d9b9876f 14874 wx_cv_type_pthread_mutexattr_t=no
698dcdb6
VZ
14875
14876
6232543b 14877fi
698dcdb6
VZ
14878rm -f conftest*
14879
1e487827 14880fi
698dcdb6
VZ
14881
14882echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
d9b9876f
VZ
14883
14884 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
698dcdb6 14885 cat >> confdefs.h <<\EOF
d9b9876f
VZ
14886#define HAVE_PTHREAD_MUTEXATTR_T 1
14887EOF
14888
14889 else
698dcdb6 14890 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
dd4f7467 14891echo "configure:14892: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
698dcdb6
VZ
14892if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
14893 echo $ac_n "(cached) $ac_c" 1>&6
14894else
14895
14896 cat > conftest.$ac_ext <<EOF
dd4f7467 14897#line 14898 "configure"
d9b9876f
VZ
14898#include "confdefs.h"
14899#include <pthread.h>
698dcdb6 14900int main() {
d9b9876f
VZ
14901
14902 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
698dcdb6
VZ
14903
14904; return 0; }
14905EOF
dd4f7467 14906if { (eval echo configure:14907: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
14907 rm -rf conftest*
14908
d9b9876f 14909 wx_cv_type_pthread_rec_mutex_init=yes
698dcdb6 14910
d9b9876f 14911else
698dcdb6
VZ
14912 echo "configure: failed program was:" >&5
14913 cat conftest.$ac_ext >&5
14914 rm -rf conftest*
14915
d9b9876f 14916 wx_cv_type_pthread_rec_mutex_init=no
698dcdb6
VZ
14917
14918
6232543b 14919fi
698dcdb6
VZ
14920rm -f conftest*
14921
1e487827 14922fi
698dcdb6
VZ
14923
14924echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
3765e936 14925 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
698dcdb6 14926 cat >> confdefs.h <<\EOF
d9b9876f
VZ
14927#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
14928EOF
14929
14930 else
698dcdb6 14931 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
d9b9876f
VZ
14932 fi
14933 fi
14934
10f2d63a 14935 THREADS_LINK="-l$THREADS_LINK"
186837b0
VZ
14936
14937 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
a3cb1afc 14938 CPPFLAGS="${CFLAGS} -mt"
186837b0
VZ
14939 CXXFLAGS="${CXXFLAGS} -mt"
14940 LDFLAGS="${LDFLAGS} -mt"
14941 fi
10f2d63a
VZ
14942fi
14943
14944fi
14945
14946if test "$wxUSE_THREADS" = "yes"; then
698dcdb6 14947 cat >> confdefs.h <<\EOF
10f2d63a
VZ
14948#define wxUSE_THREADS 1
14949EOF
14950
698dcdb6 14951
7b6058cd 14952 if test "$USE_DARWIN" != 1; then
a3cb1afc 14953 CPPFLAGS="${CPPFLAGS} -D_REENTRANT"
2c6025bc 14954 fi
10f2d63a
VZ
14955
14956 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
14957else
14958 if test "$ac_cv_func_strtok_r" = "yes"; then
698dcdb6 14959 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
dd4f7467 14960echo "configure:14961: checking if -D_REENTRANT is needed" >&5
ab9b9eab 14961 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
a3cb1afc 14962 CPPFLAGS="${CPPFLAGS} -D_REENTRANT"
698dcdb6 14963 echo "$ac_t""yes" 1>&6
ab9b9eab 14964 else
698dcdb6 14965 echo "$ac_t""no" 1>&6
10f2d63a
VZ
14966 fi
14967 fi
14968fi
14969
6f72b082 14970if test "$WXGTK20" = 1 ; then
698dcdb6 14971 cat >> confdefs.h <<EOF
6f72b082 14972#define __WXGTK20__ $WXGTK20
13111b2a
VZ
14973EOF
14974
14975 WXGTK12=1
14976fi
14977
10f2d63a 14978if test "$WXGTK12" = 1 ; then
698dcdb6 14979 cat >> confdefs.h <<EOF
10f2d63a
VZ
14980#define __WXGTK12__ $WXGTK12
14981EOF
14982
14983fi
14984
f6bcfd97 14985if test "$WXGTK127" = 1 ; then
698dcdb6 14986 cat >> confdefs.h <<EOF
f6bcfd97
BP
14987#define __WXGTK127__ $WXGTK127
14988EOF
14989
14990fi
14991
10f2d63a
VZ
14992if test "$WXWINE" = 1 ; then
14993 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__"
14994fi
14995
b4085ce6 14996if test "$wxUSE_MAC" = 1 ; then
f11bdd03 14997 TOOLKIT_DEF="${TOOLKIT_DEF} -DTARGET_CARBON"
a3cb1afc
VZ
14998 CPPFLAGS="${CPPFLAGS} -fpascal-strings"
14999 CXXFLAGS="${CXXFLAGS} -cpp-precomp"
2f51a9ec
GD
15000 # Extract the first word of "Rez", so it can be a program name with args.
15001set dummy Rez; ac_word=$2
698dcdb6 15002echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dd4f7467 15003echo "configure:15004: checking for $ac_word" >&5
698dcdb6
VZ
15004if eval "test \"`echo '$''{'ac_cv_prog_REZ'+set}'`\" = set"; then
15005 echo $ac_n "(cached) $ac_c" 1>&6
2f51a9ec
GD
15006else
15007 if test -n "$REZ"; then
15008 ac_cv_prog_REZ="$REZ" # Let the user override the test.
15009else
698dcdb6
VZ
15010 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
15011 ac_dummy="$PATH"
15012 for ac_dir in $ac_dummy; do
15013 test -z "$ac_dir" && ac_dir=.
15014 if test -f $ac_dir/$ac_word; then
15015 ac_cv_prog_REZ="Rez"
15016 break
15017 fi
15018 done
15019 IFS="$ac_save_ifs"
2f51a9ec
GD
15020 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
15021fi
15022fi
698dcdb6 15023REZ="$ac_cv_prog_REZ"
2f51a9ec 15024if test -n "$REZ"; then
698dcdb6 15025 echo "$ac_t""$REZ" 1>&6
2f51a9ec 15026else
698dcdb6 15027 echo "$ac_t""no" 1>&6
2f51a9ec
GD
15028fi
15029
15030 # Extract the first word of "Derez", so it can be a program name with args.
15031set dummy Derez; ac_word=$2
698dcdb6 15032echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
dd4f7467 15033echo "configure:15034: checking for $ac_word" >&5
698dcdb6
VZ
15034if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
15035 echo $ac_n "(cached) $ac_c" 1>&6
2f51a9ec
GD
15036else
15037 if test -n "$DEREZ"; then
15038 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
15039else
698dcdb6
VZ
15040 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
15041 ac_dummy="$PATH"
15042 for ac_dir in $ac_dummy; do
15043 test -z "$ac_dir" && ac_dir=.
15044 if test -f $ac_dir/$ac_word; then
15045 ac_cv_prog_DEREZ="Derez"
15046 break
15047 fi
15048 done
15049 IFS="$ac_save_ifs"
2f51a9ec
GD
15050 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
15051fi
15052fi
698dcdb6 15053DEREZ="$ac_cv_prog_DEREZ"
2f51a9ec 15054if test -n "$DEREZ"; then
698dcdb6 15055 echo "$ac_t""$DEREZ" 1>&6
2f51a9ec 15056else
698dcdb6 15057 echo "$ac_t""no" 1>&6
2f51a9ec
GD
15058fi
15059
15060 RESCOMP=${REZ}
15061 REZFLAGS="-d __UNIX__ -useDF"
15062 DEREZFLAGS="Carbon.r -useDF"
15063 RESFLAGS="Carbon.r -t APPL"
15064 LIBWXMACRES="\$(LIBWX_MACRES)"
15065 LIBWXMACRESCOMP="\$(LIBWX_MACRESCOMP)"
b4085ce6
GD
15066fi
15067
10f2d63a
VZ
15068if test "$wxUSE_CYGWIN" = 1 ; then
15069 TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__"
15070fi
15071
15072WXDEBUG=
15073
15074if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15075 WXDEBUG="-g"
15076 wxUSE_OPTIMISE=no
15077fi
15078
15079if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15080 wxUSE_DEBUG_INFO=yes
15081 WXDEBUG="-ggdb"
15082fi
15083
15084if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
698dcdb6 15085 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15086#define WXDEBUG 1
15087EOF
15088
15089 WXDEBUG_DEFINE="-D__WXDEBUG__"
15090else
15091 if test "$wxUSE_GTK" = 1 ; then
15092 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
15093 fi
15094fi
15095
15096if test "$wxUSE_MEM_TRACING" = "yes" ; then
698dcdb6 15097 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15098#define wxUSE_MEMORY_TRACING 1
15099EOF
15100
698dcdb6 15101 cat >> confdefs.h <<\EOF
10f2d63a 15102#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
47c13eb7
VS
15103EOF
15104
698dcdb6 15105 cat >> confdefs.h <<\EOF
47c13eb7 15106#define wxUSE_DEBUG_NEW_ALWAYS 1
10f2d63a
VZ
15107EOF
15108
15109 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
15110fi
15111
15112if test "$wxUSE_DMALLOC" = "yes" ; then
15113 DMALLOC_LINK="-ldmalloc"
15114fi
15115
15116PROFILE=
15117if test "$wxUSE_PROFILE" = "yes" ; then
15118 PROFILE="-pg"
15119fi
15120
15121DEP_INFO_FLAGS=
caa2c79b 15122CODE_GEN_FLAGS=
0f3f1cbc 15123CODE_GEN_FLAGS_CXX=
10f2d63a
VZ
15124if test "$GCC" = yes ; then
15125 if test "$wxUSE_NO_RTTI" = "yes" ; then
0f3f1cbc 15126 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-rtti"
10f2d63a
VZ
15127 fi
15128 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
0f3f1cbc 15129 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-exceptions"
10f2d63a
VZ
15130 fi
15131 if test "$wxUSE_PERMISSIVE" = "yes" ; then
caa2c79b 15132 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
10f2d63a
VZ
15133 fi
15134 if test "$wxUSE_NO_DEPS" = "no" ; then
15135 DEP_INFO_FLAGS="-MMD"
15136 fi
15137fi
15138
698dcdb6 15139
10f2d63a
VZ
15140CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
15141CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
15142if test "$wxUSE_OPTIMISE" = "no" ; then
15143 OPTIMISE=
15144else
15145 if test "$GCC" = yes ; then
15146 OPTIMISE="-O2"
15147 case "${host}" in
15148 i586-*-*|i686-*-* )
15149 OPTIMISE="${OPTIMISE} "
15150 ;;
15151 esac
15152 else
15153 OPTIMISE="-O"
15154 fi
15155fi
15156
54276ccf
VZ
15157if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
15158 cat >> confdefs.h <<\EOF
15159#define WXWIN_COMPATIBILITY_2 1
15160EOF
15161
15162
15163 WXWIN_COMPATIBILITY_2_2="yes"
15164fi
15165
15166if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
15167 cat >> confdefs.h <<\EOF
15168#define WXWIN_COMPATIBILITY_2_2 1
15169EOF
15170
15171fi
15172
698dcdb6 15173
10f2d63a 15174ZLIB_INCLUDE=
422107f9 15175if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
698dcdb6 15176 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15177#define wxUSE_ZLIB 1
15178EOF
15179
422107f9
VZ
15180 if test "$wxUSE_ZLIB" = "yes" ; then
15181 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
15182 else
15183 ZLIB_LINK=
698dcdb6
VZ
15184 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
15185echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
dd4f7467 15186echo "configure:15187: checking for zlib.h" >&5
698dcdb6
VZ
15187if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15188 echo $ac_n "(cached) $ac_c" 1>&6
15189else
15190 cat > conftest.$ac_ext <<EOF
dd4f7467 15191#line 15192 "configure"
422107f9
VZ
15192#include "confdefs.h"
15193#include <zlib.h>
698dcdb6
VZ
15194EOF
15195ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 15196{ (eval echo configure:15197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
15197ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15198if test -z "$ac_err"; then
15199 rm -rf conftest*
15200 eval "ac_cv_header_$ac_safe=yes"
422107f9 15201else
698dcdb6
VZ
15202 echo "$ac_err" >&5
15203 echo "configure: failed program was:" >&5
422107f9 15204 cat conftest.$ac_ext >&5
698dcdb6
VZ
15205 rm -rf conftest*
15206 eval "ac_cv_header_$ac_safe=no"
422107f9 15207fi
698dcdb6 15208rm -f conftest*
422107f9 15209fi
698dcdb6
VZ
15210if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15211 echo "$ac_t""yes" 1>&6
15212 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
dd4f7467 15213echo "configure:15214: checking for deflate in -lz" >&5
698dcdb6
VZ
15214ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
15215if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15216 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15217else
698dcdb6 15218 ac_save_LIBS="$LIBS"
422107f9 15219LIBS="-lz $LIBS"
698dcdb6 15220cat > conftest.$ac_ext <<EOF
dd4f7467 15221#line 15222 "configure"
422107f9
VZ
15222#include "confdefs.h"
15223/* Override any gcc2 internal prototype to avoid an error. */
15224/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15225 builtin and then its argument prototype would still apply. */
15226char deflate();
15227
15228int main() {
15229deflate()
15230; return 0; }
15231EOF
dd4f7467 15232if { (eval echo configure:15233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15233 rm -rf conftest*
15234 eval "ac_cv_lib_$ac_lib_var=yes"
15235else
15236 echo "configure: failed program was:" >&5
15237 cat conftest.$ac_ext >&5
15238 rm -rf conftest*
15239 eval "ac_cv_lib_$ac_lib_var=no"
15240fi
15241rm -f conftest*
15242LIBS="$ac_save_LIBS"
15243
15244fi
15245if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15246 echo "$ac_t""yes" 1>&6
422107f9 15247 ZLIB_LINK="-lz"
698dcdb6
VZ
15248else
15249 echo "$ac_t""no" 1>&6
422107f9
VZ
15250fi
15251
698dcdb6
VZ
15252else
15253 echo "$ac_t""no" 1>&6
422107f9
VZ
15254fi
15255
15256 if test "x$ZLIB_LINK" = "x" ; then
698dcdb6 15257 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
422107f9
VZ
15258 fi
15259 fi
10f2d63a
VZ
15260fi
15261
15262PNG_INCLUDE=
422107f9 15263if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
698dcdb6 15264 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15265#define wxUSE_LIBPNG 1
15266EOF
15267
41fd4136 15268 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
698dcdb6 15269 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
422107f9
VZ
15270 wxUSE_LIBPNG=yes
15271 fi
15272
15273 if test "$wxUSE_LIBPNG" = "yes" ; then
15274 PNG_INCLUDE="-I\${top_srcdir}/src/png"
15275 else
15276 PNG_LINK=
698dcdb6
VZ
15277 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
15278echo $ac_n "checking for png.h""... $ac_c" 1>&6
dd4f7467 15279echo "configure:15280: checking for png.h" >&5
698dcdb6
VZ
15280if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15281 echo $ac_n "(cached) $ac_c" 1>&6
15282else
15283 cat > conftest.$ac_ext <<EOF
dd4f7467 15284#line 15285 "configure"
422107f9
VZ
15285#include "confdefs.h"
15286#include <png.h>
698dcdb6
VZ
15287EOF
15288ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 15289{ (eval echo configure:15290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
15290ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15291if test -z "$ac_err"; then
15292 rm -rf conftest*
15293 eval "ac_cv_header_$ac_safe=yes"
422107f9 15294else
698dcdb6
VZ
15295 echo "$ac_err" >&5
15296 echo "configure: failed program was:" >&5
422107f9 15297 cat conftest.$ac_ext >&5
698dcdb6
VZ
15298 rm -rf conftest*
15299 eval "ac_cv_header_$ac_safe=no"
422107f9 15300fi
698dcdb6 15301rm -f conftest*
422107f9 15302fi
698dcdb6
VZ
15303if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15304 echo "$ac_t""yes" 1>&6
15305 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
dd4f7467 15306echo "configure:15307: checking for png_check_sig in -lpng" >&5
698dcdb6
VZ
15307ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
15308if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15309 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15310else
698dcdb6 15311 ac_save_LIBS="$LIBS"
422107f9 15312LIBS="-lpng -lz -lm $LIBS"
698dcdb6 15313cat > conftest.$ac_ext <<EOF
dd4f7467 15314#line 15315 "configure"
422107f9
VZ
15315#include "confdefs.h"
15316/* Override any gcc2 internal prototype to avoid an error. */
15317/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15318 builtin and then its argument prototype would still apply. */
15319char png_check_sig();
15320
15321int main() {
15322png_check_sig()
15323; return 0; }
15324EOF
dd4f7467 15325if { (eval echo configure:15326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15326 rm -rf conftest*
15327 eval "ac_cv_lib_$ac_lib_var=yes"
15328else
15329 echo "configure: failed program was:" >&5
15330 cat conftest.$ac_ext >&5
15331 rm -rf conftest*
15332 eval "ac_cv_lib_$ac_lib_var=no"
15333fi
15334rm -f conftest*
15335LIBS="$ac_save_LIBS"
15336
15337fi
15338if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15339 echo "$ac_t""yes" 1>&6
422107f9 15340 PNG_LINK="-lpng"
698dcdb6
VZ
15341else
15342 echo "$ac_t""no" 1>&6
422107f9
VZ
15343fi
15344
698dcdb6
VZ
15345
15346else
15347 echo "$ac_t""no" 1>&6
422107f9
VZ
15348fi
15349
15350 if test "x$PNG_LINK" = "x" ; then
698dcdb6 15351 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
422107f9
VZ
15352 fi
15353 fi
15354
10f2d63a
VZ
15355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
15356fi
15357
15358JPEG_INCLUDE=
422107f9 15359if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
698dcdb6 15360 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15361#define wxUSE_LIBJPEG 1
15362EOF
15363
422107f9
VZ
15364 if test "$wxUSE_LIBJPEG" = "yes" ; then
15365 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
15366 else
15367 JPEG_LINK=
463abc64 15368 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
dd4f7467 15369echo "configure:15370: checking for jpeglib.h" >&5
463abc64 15370 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
698dcdb6
VZ
15371 echo $ac_n "(cached) $ac_c" 1>&6
15372else
15373 cat > conftest.$ac_ext <<EOF
dd4f7467 15374#line 15375 "configure"
422107f9 15375#include "confdefs.h"
463abc64
VZ
15376
15377 #undef HAVE_STDLIB_H
15378 #include <stdio.h>
15379 #include <jpeglib.h>
15380
15381int main() {
15382
15383
15384; return 0; }
698dcdb6 15385EOF
dd4f7467 15386if { (eval echo configure:15387: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 15387 rm -rf conftest*
463abc64 15388 ac_cv_header_jpeglib_h=yes
6232543b 15389else
698dcdb6 15390 echo "configure: failed program was:" >&5
422107f9 15391 cat conftest.$ac_ext >&5
698dcdb6 15392 rm -rf conftest*
463abc64
VZ
15393 ac_cv_header_jpeglib_h=no
15394
422107f9 15395fi
698dcdb6 15396rm -f conftest*
463abc64 15397
422107f9 15398fi
463abc64
VZ
15399
15400 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
15401
15402 if test "$ac_cv_header_jpeglib_h" = "yes"; then
15403 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
dd4f7467 15404echo "configure:15405: checking for jpeg_read_header in -ljpeg" >&5
698dcdb6
VZ
15405ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
15406if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15407 echo $ac_n "(cached) $ac_c" 1>&6
422107f9 15408else
698dcdb6 15409 ac_save_LIBS="$LIBS"
422107f9 15410LIBS="-ljpeg $LIBS"
698dcdb6 15411cat > conftest.$ac_ext <<EOF
dd4f7467 15412#line 15413 "configure"
422107f9
VZ
15413#include "confdefs.h"
15414/* Override any gcc2 internal prototype to avoid an error. */
15415/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15416 builtin and then its argument prototype would still apply. */
15417char jpeg_read_header();
15418
15419int main() {
15420jpeg_read_header()
15421; return 0; }
15422EOF
dd4f7467 15423if { (eval echo configure:15424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15424 rm -rf conftest*
15425 eval "ac_cv_lib_$ac_lib_var=yes"
15426else
15427 echo "configure: failed program was:" >&5
15428 cat conftest.$ac_ext >&5
15429 rm -rf conftest*
15430 eval "ac_cv_lib_$ac_lib_var=no"
15431fi
15432rm -f conftest*
15433LIBS="$ac_save_LIBS"
15434
15435fi
15436if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15437 echo "$ac_t""yes" 1>&6
422107f9 15438 JPEG_LINK="-ljpeg"
698dcdb6
VZ
15439else
15440 echo "$ac_t""no" 1>&6
422107f9
VZ
15441fi
15442
463abc64 15443 fi
422107f9
VZ
15444
15445 if test "x$JPEG_LINK" = "x" ; then
698dcdb6 15446 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
422107f9
VZ
15447 fi
15448 fi
10f2d63a
VZ
15449fi
15450
c7a2bf27 15451TIFF_INCLUDE=
0dcf9893 15452if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
698dcdb6 15453 cat >> confdefs.h <<\EOF
c7a2bf27
RR
15454#define wxUSE_LIBTIFF 1
15455EOF
15456
665bbe97 15457 if test "$wxUSE_LIBTIFF" = "yes" ; then
0dcf9893
VZ
15458 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
15459 else
15460 TIFF_LINK=
698dcdb6
VZ
15461 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
15462echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
dd4f7467 15463echo "configure:15464: checking for tiffio.h" >&5
698dcdb6
VZ
15464if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15465 echo $ac_n "(cached) $ac_c" 1>&6
15466else
15467 cat > conftest.$ac_ext <<EOF
dd4f7467 15468#line 15469 "configure"
0dcf9893
VZ
15469#include "confdefs.h"
15470#include <tiffio.h>
698dcdb6
VZ
15471EOF
15472ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 15473{ (eval echo configure:15474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
15474ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15475if test -z "$ac_err"; then
15476 rm -rf conftest*
15477 eval "ac_cv_header_$ac_safe=yes"
1e487827 15478else
698dcdb6
VZ
15479 echo "$ac_err" >&5
15480 echo "configure: failed program was:" >&5
0dcf9893 15481 cat conftest.$ac_ext >&5
698dcdb6
VZ
15482 rm -rf conftest*
15483 eval "ac_cv_header_$ac_safe=no"
0dcf9893 15484fi
698dcdb6 15485rm -f conftest*
0dcf9893 15486fi
698dcdb6
VZ
15487if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15488 echo "$ac_t""yes" 1>&6
15489 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
dd4f7467 15490echo "configure:15491: checking for TIFFError in -ltiff" >&5
698dcdb6
VZ
15491ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
15492if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15493 echo $ac_n "(cached) $ac_c" 1>&6
0dcf9893 15494else
698dcdb6 15495 ac_save_LIBS="$LIBS"
0dcf9893 15496LIBS="-ltiff -lm $LIBS"
698dcdb6 15497cat > conftest.$ac_ext <<EOF
dd4f7467 15498#line 15499 "configure"
0dcf9893
VZ
15499#include "confdefs.h"
15500/* Override any gcc2 internal prototype to avoid an error. */
15501/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15502 builtin and then its argument prototype would still apply. */
15503char TIFFError();
15504
15505int main() {
15506TIFFError()
15507; return 0; }
15508EOF
dd4f7467 15509if { (eval echo configure:15510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15510 rm -rf conftest*
15511 eval "ac_cv_lib_$ac_lib_var=yes"
15512else
15513 echo "configure: failed program was:" >&5
15514 cat conftest.$ac_ext >&5
15515 rm -rf conftest*
15516 eval "ac_cv_lib_$ac_lib_var=no"
15517fi
15518rm -f conftest*
15519LIBS="$ac_save_LIBS"
15520
15521fi
15522if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15523 echo "$ac_t""yes" 1>&6
0dcf9893 15524 TIFF_LINK="-ltiff"
698dcdb6
VZ
15525else
15526 echo "$ac_t""no" 1>&6
0dcf9893
VZ
15527fi
15528
698dcdb6
VZ
15529else
15530 echo "$ac_t""no" 1>&6
0dcf9893
VZ
15531fi
15532
15533 if test "x$TIFF_LINK" = "x" ; then
698dcdb6 15534 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
0dcf9893
VZ
15535 fi
15536 fi
c7a2bf27
RR
15537fi
15538
3fed1840
RR
15539FREETYPE_INCLUDE=
15540if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
698dcdb6 15541 cat >> confdefs.h <<\EOF
3fed1840
RR
15542#define wxUSE_FREETYPE 1
15543EOF
15544
15545 if test "$wxUSE_FREETYPE" = "yes" ; then
15546 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
15547 else
15548 FREETYPE_LINK=
698dcdb6
VZ
15549 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
15550echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
dd4f7467 15551echo "configure:15552: checking for freetype.h" >&5
698dcdb6
VZ
15552if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15553 echo $ac_n "(cached) $ac_c" 1>&6
15554else
15555 cat > conftest.$ac_ext <<EOF
dd4f7467 15556#line 15557 "configure"
3fed1840
RR
15557#include "confdefs.h"
15558#include <freetype.h>
698dcdb6
VZ
15559EOF
15560ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 15561{ (eval echo configure:15562: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
15562ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15563if test -z "$ac_err"; then
15564 rm -rf conftest*
15565 eval "ac_cv_header_$ac_safe=yes"
3fed1840 15566else
698dcdb6
VZ
15567 echo "$ac_err" >&5
15568 echo "configure: failed program was:" >&5
3fed1840 15569 cat conftest.$ac_ext >&5
698dcdb6
VZ
15570 rm -rf conftest*
15571 eval "ac_cv_header_$ac_safe=no"
3fed1840 15572fi
698dcdb6 15573rm -f conftest*
3fed1840 15574fi
698dcdb6
VZ
15575if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15576 echo "$ac_t""yes" 1>&6
15577 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
dd4f7467 15578echo "configure:15579: checking for FT_Render_Glyph in -lfreetype" >&5
698dcdb6
VZ
15579ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
15580if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15581 echo $ac_n "(cached) $ac_c" 1>&6
3fed1840 15582else
698dcdb6 15583 ac_save_LIBS="$LIBS"
3fed1840 15584LIBS="-lfreetype -lm $LIBS"
698dcdb6 15585cat > conftest.$ac_ext <<EOF
dd4f7467 15586#line 15587 "configure"
3fed1840
RR
15587#include "confdefs.h"
15588/* Override any gcc2 internal prototype to avoid an error. */
15589/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15590 builtin and then its argument prototype would still apply. */
15591char FT_Render_Glyph();
15592
15593int main() {
15594FT_Render_Glyph()
15595; return 0; }
15596EOF
dd4f7467 15597if { (eval echo configure:15598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15598 rm -rf conftest*
15599 eval "ac_cv_lib_$ac_lib_var=yes"
15600else
15601 echo "configure: failed program was:" >&5
15602 cat conftest.$ac_ext >&5
15603 rm -rf conftest*
15604 eval "ac_cv_lib_$ac_lib_var=no"
15605fi
15606rm -f conftest*
15607LIBS="$ac_save_LIBS"
15608
15609fi
15610if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15611 echo "$ac_t""yes" 1>&6
3fed1840 15612 FREETYPE_LINK="-lfreetype"
698dcdb6
VZ
15613else
15614 echo "$ac_t""no" 1>&6
3fed1840
RR
15615fi
15616
698dcdb6
VZ
15617
15618else
15619 echo "$ac_t""no" 1>&6
3fed1840
RR
15620fi
15621
15622 if test "x$FREETYPE_LINK" = "x" ; then
698dcdb6 15623 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
3fed1840
RR
15624 fi
15625 fi
15626fi
15627
10f2d63a 15628if test "$wxUSE_OPENGL" = "yes"; then
7b6058cd
GD
15629 if test "$wxUSE_MAC" = 1; then
15630 cat >> confdefs.h <<\EOF
15631#define wxUSE_OPENGL 1
15632EOF
15633
15634 cat >> confdefs.h <<\EOF
15635#define wxUSE_GLCANVAS 1
15636EOF
15637
15638 OPENGL_LINK="-framework OpenGL -framework AGL"
24176f2c 15639 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
7b6058cd
GD
15640 else
15641 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
698dcdb6 15642echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
dd4f7467 15643echo "configure:15644: checking for GL/gl.h" >&5
698dcdb6
VZ
15644if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15645 echo $ac_n "(cached) $ac_c" 1>&6
15646else
15647 cat > conftest.$ac_ext <<EOF
dd4f7467 15648#line 15649 "configure"
10f2d63a
VZ
15649#include "confdefs.h"
15650#include <GL/gl.h>
698dcdb6
VZ
15651EOF
15652ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 15653{ (eval echo configure:15654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
15654ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15655if test -z "$ac_err"; then
15656 rm -rf conftest*
15657 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 15658else
698dcdb6
VZ
15659 echo "$ac_err" >&5
15660 echo "configure: failed program was:" >&5
10f2d63a 15661 cat conftest.$ac_ext >&5
698dcdb6
VZ
15662 rm -rf conftest*
15663 eval "ac_cv_header_$ac_safe=no"
10f2d63a 15664fi
698dcdb6 15665rm -f conftest*
10f2d63a 15666fi
698dcdb6
VZ
15667if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15668 echo "$ac_t""yes" 1>&6
15669
7b6058cd 15670 cat >> confdefs.h <<\EOF
bdad4e7e
RR
15671#define wxUSE_OPENGL 1
15672EOF
15673
7b6058cd 15674 cat >> confdefs.h <<\EOF
bdad4e7e
RR
15675#define wxUSE_GLCANVAS 1
15676EOF
15677
24176f2c 15678 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
7b6058cd 15679 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
dd4f7467 15680echo "configure:15681: checking for glFlush in -lGL" >&5
698dcdb6
VZ
15681ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
15682if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15683 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15684else
698dcdb6 15685 ac_save_LIBS="$LIBS"
bdad4e7e 15686LIBS="-lGL $LIBS"
698dcdb6 15687cat > conftest.$ac_ext <<EOF
dd4f7467 15688#line 15689 "configure"
10f2d63a
VZ
15689#include "confdefs.h"
15690/* Override any gcc2 internal prototype to avoid an error. */
15691/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15692 builtin and then its argument prototype would still apply. */
15693char glFlush();
6232543b 15694
698dcdb6
VZ
15695int main() {
15696glFlush()
15697; return 0; }
15698EOF
dd4f7467 15699if { (eval echo configure:15700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15700 rm -rf conftest*
15701 eval "ac_cv_lib_$ac_lib_var=yes"
15702else
15703 echo "configure: failed program was:" >&5
15704 cat conftest.$ac_ext >&5
15705 rm -rf conftest*
15706 eval "ac_cv_lib_$ac_lib_var=no"
15707fi
15708rm -f conftest*
15709LIBS="$ac_save_LIBS"
1e487827 15710
698dcdb6
VZ
15711fi
15712if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15713 echo "$ac_t""yes" 1>&6
15714
7b6058cd
GD
15715 OPENGL_LINK="-lGL -lGLU"
15716
10f2d63a 15717else
698dcdb6 15718 echo "$ac_t""no" 1>&6
10f2d63a 15719
7b6058cd 15720 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
dd4f7467 15721echo "configure:15722: checking for glFlush in -lMesaGL" >&5
698dcdb6
VZ
15722ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
15723if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15724 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 15725else
698dcdb6 15726 ac_save_LIBS="$LIBS"
10f2d63a 15727LIBS="-lMesaGL $LIBS"
698dcdb6 15728cat > conftest.$ac_ext <<EOF
dd4f7467 15729#line 15730 "configure"
10f2d63a
VZ
15730#include "confdefs.h"
15731/* Override any gcc2 internal prototype to avoid an error. */
15732/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
15733 builtin and then its argument prototype would still apply. */
15734char glFlush();
15735
15736int main() {
15737glFlush()
15738; return 0; }
15739EOF
dd4f7467 15740if { (eval echo configure:15741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
15741 rm -rf conftest*
15742 eval "ac_cv_lib_$ac_lib_var=yes"
15743else
15744 echo "configure: failed program was:" >&5
15745 cat conftest.$ac_ext >&5
15746 rm -rf conftest*
15747 eval "ac_cv_lib_$ac_lib_var=no"
15748fi
15749rm -f conftest*
15750LIBS="$ac_save_LIBS"
10f2d63a 15751
698dcdb6
VZ
15752fi
15753if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15754 echo "$ac_t""yes" 1>&6
15755
7b6058cd
GD
15756 OPENGL_LINK="-lMesaGL -lMesaGLU"
15757
698dcdb6
VZ
15758else
15759 echo "$ac_t""no" 1>&6
10f2d63a
VZ
15760fi
15761
7b6058cd 15762
10f2d63a
VZ
15763fi
15764
7b6058cd 15765
10f2d63a 15766else
698dcdb6
VZ
15767 echo "$ac_t""no" 1>&6
15768wxUSE_OPENGL=0
10f2d63a
VZ
15769fi
15770
7b6058cd 15771 fi
10f2d63a
VZ
15772fi
15773
698dcdb6 15774
10f2d63a 15775if test "$wxUSE_GUI" = "yes"; then
698dcdb6 15776 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15777#define wxUSE_GUI 1
15778EOF
15779
698dcdb6 15780
10f2d63a 15781 else
698dcdb6 15782 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15783#define wxUSE_NOGUI 1
15784EOF
15785
15786fi
15787
698dcdb6 15788
10f2d63a 15789if test "$wxUSE_UNIX" = "yes"; then
698dcdb6 15790 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15791#define wxUSE_UNIX 1
15792EOF
15793
15794fi
15795
698dcdb6 15796
10f2d63a 15797if test "$wxUSE_APPLE_IEEE" = "yes"; then
698dcdb6 15798 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15799#define wxUSE_APPLE_IEEE 1
15800EOF
15801
15802fi
15803
1e6feb95
VZ
15804if test "$wxUSE_TIMER" = "yes"; then
15805 cat >> confdefs.h <<\EOF
15806#define wxUSE_TIMER 1
15807EOF
15808
15809fi
15810
10f2d63a 15811if test "$wxUSE_WAVE" = "yes"; then
698dcdb6 15812 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15813#define wxUSE_WAVE 1
15814EOF
15815
15816fi
15817
1e6feb95
VZ
15818if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
15819 cat >> confdefs.h <<\EOF
15820#define wxUSE_CMDLINE_PARSER 1
15821EOF
15822
15823fi
15824
15825if test "$wxUSE_STOPWATCH" = "yes"; then
15826 cat >> confdefs.h <<\EOF
15827#define wxUSE_STOPWATCH 1
15828EOF
15829
15830fi
15831
15832if test "$wxUSE_DATETIME" = "yes"; then
15833 cat >> confdefs.h <<\EOF
15834#define wxUSE_DATETIME 1
15835EOF
15836
15837fi
15838
15839if test "$wxUSE_TIMEDATE" = "yes"; then
15840 cat >> confdefs.h <<\EOF
15841#define wxUSE_TIMEDATE 1
15842EOF
15843
15844fi
15845
10f2d63a 15846if test "$wxUSE_FILE" = "yes"; then
698dcdb6 15847 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15848#define wxUSE_FILE 1
15849EOF
15850
15851fi
15852
1e6feb95
VZ
15853if test "$wxUSE_FFILE" = "yes"; then
15854 cat >> confdefs.h <<\EOF
15855#define wxUSE_FFILE 1
15856EOF
15857
15858fi
15859
24528b0c 15860if test "$wxUSE_FILESYSTEM" = "yes"; then
698dcdb6 15861 cat >> confdefs.h <<\EOF
24528b0c
VS
15862#define wxUSE_FILESYSTEM 1
15863EOF
15864
15865fi
15866
10f2d63a 15867if test "$wxUSE_FS_INET" = "yes"; then
698dcdb6 15868 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15869#define wxUSE_FS_INET 1
15870EOF
15871
15872fi
15873
15874if test "$wxUSE_FS_ZIP" = "yes"; then
698dcdb6 15875 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15876#define wxUSE_FS_ZIP 1
15877EOF
15878
15879fi
15880
15881if test "$wxUSE_ZIPSTREAM" = "yes"; then
698dcdb6 15882 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15883#define wxUSE_ZIPSTREAM 1
15884EOF
15885
15886fi
15887
eb4efbdc 15888if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
698dcdb6 15889 cat >> confdefs.h <<\EOF
eb4efbdc
VZ
15890#define wxUSE_ON_FATAL_EXCEPTION 1
15891EOF
15892
15893fi
15894
4f3c5f06 15895if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
698dcdb6 15896 cat >> confdefs.h <<\EOF
4f3c5f06
VZ
15897#define wxUSE_SNGLINST_CHECKER 1
15898EOF
15899
15900fi
15901
10f2d63a 15902if test "$wxUSE_BUSYINFO" = "yes"; then
698dcdb6 15903 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15904#define wxUSE_BUSYINFO 1
15905EOF
15906
15907fi
15908
15909if test "$wxUSE_STD_IOSTREAM" = "yes"; then
698dcdb6 15910 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15911#define wxUSE_STD_IOSTREAM 1
15912EOF
15913
15914fi
15915
15916if test "$wxUSE_TEXTFILE" = "yes"; then
15917 if test "$wxUSE_FILE" != "yes"; then
698dcdb6 15918 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
10f2d63a 15919 else
698dcdb6 15920 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15921#define wxUSE_TEXTFILE 1
15922EOF
15923
15924 fi
15925fi
15926
15927if test "$wxUSE_CONFIG" = "yes" ; then
15928 if test "$wxUSE_TEXTFILE" != "yes"; then
698dcdb6 15929 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
10f2d63a 15930 else
698dcdb6 15931 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15932#define wxUSE_CONFIG 1
15933EOF
15934
15935 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
15936 fi
15937fi
15938
15939if test "$wxUSE_INTL" = "yes" ; then
15940 if test "$wxUSE_FILE" != "yes"; then
698dcdb6 15941 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
10f2d63a 15942 else
698dcdb6 15943 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15944#define wxUSE_INTL 1
15945EOF
15946
15947 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
f6bcfd97 15948 GUIDIST="$GUIDIST INTL_DIST"
10f2d63a
VZ
15949 fi
15950fi
15951
15952if test "$wxUSE_LOG" = "yes"; then
698dcdb6 15953 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15954#define wxUSE_LOG 1
15955EOF
15956
d73be714
VZ
15957
15958 if test "$wxUSE_LOGGUI" = "yes"; then
15959 cat >> confdefs.h <<\EOF
15960#define wxUSE_LOGGUI 1
15961EOF
15962
15963 fi
15964
15965 if test "$wxUSE_LOGWINDOW" = "yes"; then
15966 cat >> confdefs.h <<\EOF
15967#define wxUSE_LOGWINDOW 1
15968EOF
15969
15970 fi
10f2d63a
VZ
15971fi
15972
15973if test "$wxUSE_LONGLONG" = "yes"; then
698dcdb6 15974 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15975#define wxUSE_LONGLONG 1
15976EOF
15977
15978fi
15979
e8f65ba6 15980if test "$wxUSE_GEOMETRY" = "yes"; then
698dcdb6 15981 cat >> confdefs.h <<\EOF
e8f65ba6
RR
15982#define wxUSE_GEOMETRY 1
15983EOF
15984
15985fi
15986
10f2d63a 15987if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
698dcdb6 15988 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15989#define wxUSE_DIALUP_MANAGER 1
15990EOF
15991
70f7a477 15992 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
15993fi
15994
15995if test "$wxUSE_STREAMS" = "yes" ; then
698dcdb6 15996 cat >> confdefs.h <<\EOF
10f2d63a
VZ
15997#define wxUSE_STREAMS 1
15998EOF
15999
16000fi
16001
1e487827 16002
1e6feb95 16003if test "$wxUSE_DATETIME" = "yes"; then
698dcdb6 16004 for ac_func in strptime
83307f33 16005do
698dcdb6 16006echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 16007echo "configure:16008: checking for $ac_func" >&5
698dcdb6
VZ
16008if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16009 echo $ac_n "(cached) $ac_c" 1>&6
16010else
16011 cat > conftest.$ac_ext <<EOF
dd4f7467 16012#line 16013 "configure"
83307f33
VZ
16013#include "confdefs.h"
16014/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16015 which can conflict with char $ac_func(); below. */
83307f33
VZ
16016#include <assert.h>
16017/* Override any gcc2 internal prototype to avoid an error. */
16018/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16019 builtin and then its argument prototype would still apply. */
16020char $ac_func();
16021
16022int main() {
83307f33
VZ
16023
16024/* The GNU C library defines this for functions which it implements
16025 to always fail with ENOSYS. Some functions are actually named
16026 something starting with __ and the normal name is an alias. */
16027#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16028choke me
16029#else
698dcdb6 16030$ac_func();
83307f33
VZ
16031#endif
16032
698dcdb6 16033; return 0; }
83307f33 16034EOF
dd4f7467 16035if { (eval echo configure:16036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16036 rm -rf conftest*
16037 eval "ac_cv_func_$ac_func=yes"
16038else
16039 echo "configure: failed program was:" >&5
16040 cat conftest.$ac_ext >&5
16041 rm -rf conftest*
16042 eval "ac_cv_func_$ac_func=no"
16043fi
16044rm -f conftest*
16045fi
83307f33 16046
698dcdb6
VZ
16047if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16048 echo "$ac_t""yes" 1>&6
16049 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16050 cat >> confdefs.h <<EOF
16051#define $ac_tr_func 1
16052EOF
16053
16054else
16055 echo "$ac_t""no" 1>&6
83307f33
VZ
16056fi
16057done
16058
1e487827 16059
698dcdb6 16060 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
dd4f7467 16061echo "configure:16062: checking for timezone variable in <time.h>" >&5
698dcdb6
VZ
16062if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16063 echo $ac_n "(cached) $ac_c" 1>&6
16064else
16065
16066 cat > conftest.$ac_ext <<EOF
dd4f7467 16067#line 16068 "configure"
360d6699
VZ
16068#include "confdefs.h"
16069
b4085ce6 16070 #include <time.h>
698dcdb6
VZ
16071
16072int main() {
360d6699
VZ
16073
16074 int tz;
4f11a343 16075 tz = timezone;
698dcdb6
VZ
16076
16077; return 0; }
16078EOF
dd4f7467 16079if { (eval echo configure:16080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16080 rm -rf conftest*
16081
4f11a343 16082 wx_cv_var_timezone=timezone
698dcdb6 16083
360d6699 16084else
698dcdb6
VZ
16085 echo "configure: failed program was:" >&5
16086 cat conftest.$ac_ext >&5
16087 rm -rf conftest*
16088
16089 cat > conftest.$ac_ext <<EOF
dd4f7467 16090#line 16091 "configure"
360d6699
VZ
16091#include "confdefs.h"
16092
b4085ce6 16093 #include <time.h>
698dcdb6
VZ
16094
16095int main() {
360d6699
VZ
16096
16097 int tz;
16098 tz = _timezone;
698dcdb6
VZ
16099
16100; return 0; }
16101EOF
dd4f7467 16102if { (eval echo configure:16103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16103 rm -rf conftest*
16104
360d6699 16105 wx_cv_var_timezone=_timezone
698dcdb6 16106
5357c8e8 16107else
698dcdb6
VZ
16108 echo "configure: failed program was:" >&5
16109 cat conftest.$ac_ext >&5
16110 rm -rf conftest*
16111
16112 cat > conftest.$ac_ext <<EOF
dd4f7467 16113#line 16114 "configure"
5357c8e8
VZ
16114#include "confdefs.h"
16115
b4085ce6 16116 #include <time.h>
698dcdb6
VZ
16117
16118int main() {
5357c8e8
VZ
16119
16120 int tz;
4f11a343 16121 tz = __timezone;
698dcdb6
VZ
16122
16123; return 0; }
16124EOF
dd4f7467 16125if { (eval echo configure:16126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16126 rm -rf conftest*
16127
4f11a343 16128 wx_cv_var_timezone=__timezone
698dcdb6 16129
360d6699 16130else
698dcdb6
VZ
16131 echo "configure: failed program was:" >&5
16132 cat conftest.$ac_ext >&5
16133 rm -rf conftest*
16134 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16135
360d6699 16136fi
698dcdb6
VZ
16137rm -f conftest*
16138
16139
360d6699 16140fi
698dcdb6
VZ
16141rm -f conftest*
16142
16143
6232543b 16144fi
698dcdb6
VZ
16145rm -f conftest*
16146
16147
1e487827 16148fi
703e0a69 16149
698dcdb6
VZ
16150echo "$ac_t""$wx_cv_var_timezone" 1>&6
16151
16152 cat >> confdefs.h <<EOF
360d6699
VZ
16153#define WX_TIMEZONE $wx_cv_var_timezone
16154EOF
16155
698dcdb6
VZ
16156
16157 for ac_func in localtime
afc31813 16158do
698dcdb6 16159echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 16160echo "configure:16161: checking for $ac_func" >&5
698dcdb6
VZ
16161if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16162 echo $ac_n "(cached) $ac_c" 1>&6
16163else
16164 cat > conftest.$ac_ext <<EOF
dd4f7467 16165#line 16166 "configure"
10f2d63a 16166#include "confdefs.h"
afc31813 16167/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16168 which can conflict with char $ac_func(); below. */
afc31813
VZ
16169#include <assert.h>
16170/* Override any gcc2 internal prototype to avoid an error. */
16171/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16172 builtin and then its argument prototype would still apply. */
16173char $ac_func();
16174
16175int main() {
afc31813
VZ
16176
16177/* The GNU C library defines this for functions which it implements
16178 to always fail with ENOSYS. Some functions are actually named
16179 something starting with __ and the normal name is an alias. */
16180#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16181choke me
16182#else
698dcdb6 16183$ac_func();
afc31813
VZ
16184#endif
16185
698dcdb6 16186; return 0; }
10f2d63a 16187EOF
dd4f7467 16188if { (eval echo configure:16189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16189 rm -rf conftest*
16190 eval "ac_cv_func_$ac_func=yes"
16191else
16192 echo "configure: failed program was:" >&5
16193 cat conftest.$ac_ext >&5
16194 rm -rf conftest*
16195 eval "ac_cv_func_$ac_func=no"
16196fi
16197rm -f conftest*
16198fi
afc31813 16199
698dcdb6
VZ
16200if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16201 echo "$ac_t""yes" 1>&6
16202 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16203 cat >> confdefs.h <<EOF
16204#define $ac_tr_func 1
16205EOF
16206
16207else
16208 echo "$ac_t""no" 1>&6
afc31813
VZ
16209fi
16210done
16211
1e487827 16212
698dcdb6
VZ
16213 if test "$ac_cv_func_localtime" = "yes"; then
16214 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
dd4f7467 16215echo "configure:16216: checking for tm_gmtoff in struct tm" >&5
698dcdb6
VZ
16216if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16217 echo $ac_n "(cached) $ac_c" 1>&6
16218else
16219
16220 cat > conftest.$ac_ext <<EOF
dd4f7467 16221#line 16222 "configure"
0470b1e6
VZ
16222#include "confdefs.h"
16223
b4085ce6 16224 #include <time.h>
698dcdb6
VZ
16225
16226int main() {
0470b1e6
VZ
16227
16228 struct tm tm;
16229 tm.tm_gmtoff++;
698dcdb6
VZ
16230
16231; return 0; }
16232EOF
dd4f7467 16233if { (eval echo configure:16234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6
VZ
16234 rm -rf conftest*
16235
f03a98d8 16236 wx_cv_struct_tm_has_gmtoff=yes
698dcdb6 16237
0470b1e6 16238else
698dcdb6
VZ
16239 echo "configure: failed program was:" >&5
16240 cat conftest.$ac_ext >&5
16241 rm -rf conftest*
16242 wx_cv_struct_tm_has_gmtoff=no
16243
0470b1e6 16244fi
698dcdb6
VZ
16245rm -f conftest*
16246
1e487827 16247fi
698dcdb6
VZ
16248
16249echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
6232543b
VS
16250 fi
16251
16252 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
698dcdb6 16253 cat >> confdefs.h <<\EOF
6232543b
VS
16254#define WX_GMTOFF_IN_TM 1
16255EOF
0470b1e6 16256
3fcdd07b
VZ
16257 fi
16258
698dcdb6 16259 for ac_func in gettimeofday ftime
3fcdd07b 16260do
698dcdb6 16261echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 16262echo "configure:16263: checking for $ac_func" >&5
698dcdb6
VZ
16263if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16264 echo $ac_n "(cached) $ac_c" 1>&6
16265else
16266 cat > conftest.$ac_ext <<EOF
dd4f7467 16267#line 16268 "configure"
3fcdd07b
VZ
16268#include "confdefs.h"
16269/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16270 which can conflict with char $ac_func(); below. */
3fcdd07b
VZ
16271#include <assert.h>
16272/* Override any gcc2 internal prototype to avoid an error. */
16273/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16274 builtin and then its argument prototype would still apply. */
16275char $ac_func();
16276
16277int main() {
3fcdd07b
VZ
16278
16279/* The GNU C library defines this for functions which it implements
16280 to always fail with ENOSYS. Some functions are actually named
16281 something starting with __ and the normal name is an alias. */
16282#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16283choke me
16284#else
698dcdb6 16285$ac_func();
3fcdd07b
VZ
16286#endif
16287
698dcdb6
VZ
16288; return 0; }
16289EOF
dd4f7467 16290if { (eval echo configure:16291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16291 rm -rf conftest*
16292 eval "ac_cv_func_$ac_func=yes"
16293else
16294 echo "configure: failed program was:" >&5
16295 cat conftest.$ac_ext >&5
16296 rm -rf conftest*
16297 eval "ac_cv_func_$ac_func=no"
16298fi
16299rm -f conftest*
16300fi
16301
16302if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16303 echo "$ac_t""yes" 1>&6
16304 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16305 cat >> confdefs.h <<EOF
16306#define $ac_tr_func 1
3fcdd07b
VZ
16307EOF
16308 break
698dcdb6
VZ
16309else
16310 echo "$ac_t""no" 1>&6
3fcdd07b
VZ
16311fi
16312done
16313
afc31813 16314
698dcdb6
VZ
16315 if test "$ac_cv_func_gettimeofday" = "yes"; then
16316 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
dd4f7467 16317echo "configure:16318: checking whether gettimeofday takes two arguments" >&5
698dcdb6
VZ
16318if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16319 echo $ac_n "(cached) $ac_c" 1>&6
16320else
16321
16322
16323 ac_ext=C
16324# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 16325ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
16326ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16327ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16328cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 16329
698dcdb6
VZ
16330
16331 cat > conftest.$ac_ext <<EOF
dd4f7467 16332#line 16333 "configure"
10f2d63a 16333#include "confdefs.h"
afc31813
VZ
16334
16335 #include <sys/time.h>
16336 #include <unistd.h>
698dcdb6
VZ
16337
16338int main() {
afc31813
VZ
16339
16340 struct timeval tv;
776862b4 16341 gettimeofday(&tv, NULL);
698dcdb6
VZ
16342
16343; return 0; }
16344EOF
dd4f7467 16345if { (eval echo configure:16346: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16346 rm -rf conftest*
afc31813 16347 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a 16348else
698dcdb6
VZ
16349 echo "configure: failed program was:" >&5
16350 cat conftest.$ac_ext >&5
16351 rm -rf conftest*
16352 cat > conftest.$ac_ext <<EOF
dd4f7467 16353#line 16354 "configure"
10f2d63a 16354#include "confdefs.h"
afc31813
VZ
16355
16356 #include <sys/time.h>
16357 #include <unistd.h>
698dcdb6
VZ
16358
16359int main() {
afc31813
VZ
16360
16361 struct timeval tv;
16362 gettimeofday(&tv);
698dcdb6
VZ
16363
16364; return 0; }
16365EOF
dd4f7467 16366if { (eval echo configure:16367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16367 rm -rf conftest*
afc31813 16368 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a 16369else
698dcdb6
VZ
16370 echo "configure: failed program was:" >&5
16371 cat conftest.$ac_ext >&5
16372 rm -rf conftest*
776862b4
VZ
16373
16374 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16375 wx_cv_func_gettimeofday_has_2_args=unknown
16376
698dcdb6 16377
10f2d63a 16378fi
698dcdb6
VZ
16379rm -f conftest*
16380
10f2d63a 16381fi
698dcdb6 16382rm -f conftest*
afc31813 16383 ac_ext=c
698dcdb6 16384# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10f2d63a 16385ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
16386ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16387ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16388cross_compiling=$ac_cv_prog_cc_cross
10f2d63a 16389
698dcdb6 16390
afc31813 16391fi
698dcdb6
VZ
16392
16393echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
c63c7106 16394
afc31813 16395 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
698dcdb6 16396 cat >> confdefs.h <<\EOF
afc31813
VZ
16397#define WX_GETTIMEOFDAY_NO_TZ 1
16398EOF
16399
16400 fi
16401 fi
16402
698dcdb6 16403 cat >> confdefs.h <<\EOF
afc31813
VZ
16404#define wxUSE_TIMEDATE 1
16405EOF
16406
16407 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
16408fi
16409
698dcdb6 16410
b089607b
VZ
16411if test "$TOOLKIT" != "MSW"; then
16412
afc31813 16413if test "$wxUSE_SOCKETS" = "yes"; then
698dcdb6 16414 echo $ac_n "checking for socket""... $ac_c" 1>&6
dd4f7467 16415echo "configure:16416: checking for socket" >&5
698dcdb6
VZ
16416if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16417 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 16418else
698dcdb6 16419 cat > conftest.$ac_ext <<EOF
dd4f7467 16420#line 16421 "configure"
c63c7106
VZ
16421#include "confdefs.h"
16422/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16423 which can conflict with char socket(); below. */
c63c7106
VZ
16424#include <assert.h>
16425/* Override any gcc2 internal prototype to avoid an error. */
16426/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16427 builtin and then its argument prototype would still apply. */
16428char socket();
16429
16430int main() {
c63c7106
VZ
16431
16432/* The GNU C library defines this for functions which it implements
16433 to always fail with ENOSYS. Some functions are actually named
16434 something starting with __ and the normal name is an alias. */
16435#if defined (__stub_socket) || defined (__stub___socket)
16436choke me
16437#else
698dcdb6 16438socket();
c63c7106
VZ
16439#endif
16440
698dcdb6
VZ
16441; return 0; }
16442EOF
dd4f7467 16443if { (eval echo configure:16444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16444 rm -rf conftest*
16445 eval "ac_cv_func_socket=yes"
16446else
16447 echo "configure: failed program was:" >&5
16448 cat conftest.$ac_ext >&5
16449 rm -rf conftest*
16450 eval "ac_cv_func_socket=no"
16451fi
16452rm -f conftest*
16453fi
16454
16455if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16456 echo "$ac_t""yes" 1>&6
c63c7106
VZ
16457 :
16458else
698dcdb6
VZ
16459 echo "$ac_t""no" 1>&6
16460echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
dd4f7467 16461echo "configure:16462: checking for socket in -lsocket" >&5
698dcdb6
VZ
16462ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16463if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16464 echo $ac_n "(cached) $ac_c" 1>&6
c63c7106 16465else
698dcdb6 16466 ac_save_LIBS="$LIBS"
c63c7106 16467LIBS="-lsocket $LIBS"
698dcdb6 16468cat > conftest.$ac_ext <<EOF
dd4f7467 16469#line 16470 "configure"
c63c7106
VZ
16470#include "confdefs.h"
16471/* Override any gcc2 internal prototype to avoid an error. */
16472/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16473 builtin and then its argument prototype would still apply. */
16474char socket();
16475
16476int main() {
16477socket()
16478; return 0; }
16479EOF
dd4f7467 16480if { (eval echo configure:16481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16481 rm -rf conftest*
16482 eval "ac_cv_lib_$ac_lib_var=yes"
16483else
16484 echo "configure: failed program was:" >&5
16485 cat conftest.$ac_ext >&5
16486 rm -rf conftest*
16487 eval "ac_cv_lib_$ac_lib_var=no"
16488fi
16489rm -f conftest*
16490LIBS="$ac_save_LIBS"
16491
16492fi
16493if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16494 echo "$ac_t""yes" 1>&6
c63c7106 16495 INET_LINK="$INET_LINK -lsocket"
c63c7106 16496else
698dcdb6 16497 echo "$ac_t""no" 1>&6
afc31813 16498
698dcdb6 16499 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
afc31813 16500 wxUSE_SOCKETS=no
698dcdb6
VZ
16501
16502
10f2d63a
VZ
16503fi
16504
698dcdb6 16505
6232543b 16506fi
b089607b 16507
1e487827 16508fi
afc31813 16509
51a9faba 16510
698dcdb6
VZ
16511if test "$wxUSE_SOCKETS" = "yes" ; then
16512 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
dd4f7467 16513echo "configure:16514: checking what is the type of the third argument of getsockname" >&5
698dcdb6
VZ
16514if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16515 echo $ac_n "(cached) $ac_c" 1>&6
16516else
16517
16518
16519 ac_ext=C
16520# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1e487827 16521ac_cpp='$CXXCPP $CPPFLAGS'
698dcdb6
VZ
16522ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16523ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16524cross_compiling=$ac_cv_prog_cxx_cross
703e0a69 16525
698dcdb6
VZ
16526
16527 cat > conftest.$ac_ext <<EOF
dd4f7467 16528#line 16529 "configure"
afc31813 16529#include "confdefs.h"
51a9faba 16530
3ace2e6d 16531 #include <sys/types.h>
51a9faba 16532 #include <sys/socket.h>
698dcdb6
VZ
16533
16534int main() {
51a9faba
VZ
16535
16536 socklen_t len;
16537 getsockname(0, 0, &len);
698dcdb6
VZ
16538
16539; return 0; }
16540EOF
dd4f7467 16541if { (eval echo configure:16542: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16542 rm -rf conftest*
51a9faba 16543 wx_cv_type_getsockname3=socklen_t
afc31813 16544else
698dcdb6
VZ
16545 echo "configure: failed program was:" >&5
16546 cat conftest.$ac_ext >&5
16547 rm -rf conftest*
16548 cat > conftest.$ac_ext <<EOF
dd4f7467 16549#line 16550 "configure"
afc31813 16550#include "confdefs.h"
51a9faba 16551
3ace2e6d 16552 #include <sys/types.h>
51a9faba 16553 #include <sys/socket.h>
698dcdb6
VZ
16554
16555int main() {
51a9faba
VZ
16556
16557 size_t len;
16558 getsockname(0, 0, &len);
698dcdb6
VZ
16559
16560; return 0; }
16561EOF
dd4f7467 16562if { (eval echo configure:16563: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16563 rm -rf conftest*
51a9faba 16564 wx_cv_type_getsockname3=size_t
afc31813 16565else
698dcdb6
VZ
16566 echo "configure: failed program was:" >&5
16567 cat conftest.$ac_ext >&5
16568 rm -rf conftest*
16569 cat > conftest.$ac_ext <<EOF
dd4f7467 16570#line 16571 "configure"
afc31813 16571#include "confdefs.h"
51a9faba 16572
3ace2e6d 16573 #include <sys/types.h>
51a9faba 16574 #include <sys/socket.h>
698dcdb6
VZ
16575
16576int main() {
51a9faba
VZ
16577
16578 int len;
16579 getsockname(0, 0, &len);
698dcdb6
VZ
16580
16581; return 0; }
16582EOF
dd4f7467 16583if { (eval echo configure:16584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
698dcdb6 16584 rm -rf conftest*
51a9faba 16585 wx_cv_type_getsockname3=int
afc31813 16586else
698dcdb6
VZ
16587 echo "configure: failed program was:" >&5
16588 cat conftest.$ac_ext >&5
16589 rm -rf conftest*
16590 wx_cv_type_getsockname3=unknown
16591
afc31813 16592fi
698dcdb6
VZ
16593rm -f conftest*
16594
afc31813 16595fi
698dcdb6
VZ
16596rm -f conftest*
16597
afc31813 16598fi
698dcdb6 16599rm -f conftest*
51a9faba
VZ
16600
16601 ac_ext=c
698dcdb6 16602# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
afc31813 16603ac_cpp='$CPP $CPPFLAGS'
698dcdb6
VZ
16604ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16605ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16606cross_compiling=$ac_cv_prog_cc_cross
afc31813 16607
698dcdb6 16608
51a9faba 16609fi
698dcdb6
VZ
16610
16611echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
51a9faba
VZ
16612
16613 if test "$wx_cv_type_getsockname3" = "unknown"; then
16614 wxUSE_SOCKETS=no
698dcdb6 16615 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
51a9faba 16616 else
698dcdb6 16617 cat >> confdefs.h <<EOF
51a9faba
VZ
16618#define SOCKLEN_T $wx_cv_type_getsockname3
16619EOF
16620
16621 fi
16622fi
afc31813 16623
c521c494
RL
16624fi
16625
51a9faba 16626if test "$wxUSE_SOCKETS" = "yes" ; then
698dcdb6 16627 cat >> confdefs.h <<\EOF
afc31813
VZ
16628#define wxUSE_SOCKETS 1
16629EOF
16630
70f7a477 16631 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
16632 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol"
16633fi
16634
698dcdb6 16635
dc3d889d
VZ
16636if test "$wxUSE_GUI" = "yes"; then
16637
b089607b
VZ
16638if test "$TOOLKIT" != "MSW"; then
16639
ceded8b9 16640if test "$wxUSE_JOYSTICK" = "yes"; then
698dcdb6 16641 for ac_hdr in linux/joystick.h
10f2d63a 16642do
698dcdb6
VZ
16643ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16644echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 16645echo "configure:16646: checking for $ac_hdr" >&5
698dcdb6
VZ
16646if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16647 echo $ac_n "(cached) $ac_c" 1>&6
16648else
16649 cat > conftest.$ac_ext <<EOF
dd4f7467 16650#line 16651 "configure"
10f2d63a 16651#include "confdefs.h"
698dcdb6
VZ
16652#include <$ac_hdr>
16653EOF
16654ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 16655{ (eval echo configure:16656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
16656ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16657if test -z "$ac_err"; then
16658 rm -rf conftest*
16659 eval "ac_cv_header_$ac_safe=yes"
10f2d63a 16660else
698dcdb6
VZ
16661 echo "$ac_err" >&5
16662 echo "configure: failed program was:" >&5
10f2d63a 16663 cat conftest.$ac_ext >&5
698dcdb6
VZ
16664 rm -rf conftest*
16665 eval "ac_cv_header_$ac_safe=no"
10f2d63a 16666fi
698dcdb6 16667rm -f conftest*
10f2d63a 16668fi
698dcdb6
VZ
16669if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16670 echo "$ac_t""yes" 1>&6
16671 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16672 cat >> confdefs.h <<EOF
16673#define $ac_tr_hdr 1
10f2d63a 16674EOF
698dcdb6
VZ
16675
16676else
16677 echo "$ac_t""no" 1>&6
10f2d63a
VZ
16678fi
16679done
16680
b089607b 16681 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
ceded8b9 16682 wxUSE_JOYSTICK=no
698dcdb6 16683 echo "configure: warning: Joystick not supported by this system" 1>&2
b089607b
VZ
16684 fi
16685fi
16686
16687fi
16688
ceded8b9 16689if test "$wxUSE_JOYSTICK" = "yes"; then
698dcdb6 16690 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16691#define wxUSE_JOYSTICK 1
16692EOF
16693
16694 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
10f2d63a
VZ
16695fi
16696
dc3d889d
VZ
16697fi
16698
698dcdb6 16699
b089607b
VZ
16700if test "$TOOLKIT" != "MSW"; then
16701
10f2d63a
VZ
16702HAVE_DL_FUNCS=0
16703HAVE_SHL_FUNCS=0
16704if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
f11bdd03 16705 if test "$USE_DARWIN" = 1; then
b4085ce6
GD
16706 HAVE_DL_FUNCS=1
16707 else
698dcdb6 16708 for ac_func in dlopen
10f2d63a 16709do
698dcdb6 16710echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 16711echo "configure:16712: checking for $ac_func" >&5
698dcdb6
VZ
16712if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16713 echo $ac_n "(cached) $ac_c" 1>&6
16714else
16715 cat > conftest.$ac_ext <<EOF
dd4f7467 16716#line 16717 "configure"
10f2d63a
VZ
16717#include "confdefs.h"
16718/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16719 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
16720#include <assert.h>
16721/* Override any gcc2 internal prototype to avoid an error. */
16722/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16723 builtin and then its argument prototype would still apply. */
16724char $ac_func();
16725
16726int main() {
10f2d63a
VZ
16727
16728/* The GNU C library defines this for functions which it implements
16729 to always fail with ENOSYS. Some functions are actually named
16730 something starting with __ and the normal name is an alias. */
16731#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16732choke me
16733#else
698dcdb6 16734$ac_func();
10f2d63a
VZ
16735#endif
16736
698dcdb6
VZ
16737; return 0; }
16738EOF
dd4f7467 16739if { (eval echo configure:16740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16740 rm -rf conftest*
16741 eval "ac_cv_func_$ac_func=yes"
16742else
16743 echo "configure: failed program was:" >&5
16744 cat conftest.$ac_ext >&5
16745 rm -rf conftest*
16746 eval "ac_cv_func_$ac_func=no"
16747fi
16748rm -f conftest*
16749fi
16750
16751if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16752 echo "$ac_t""yes" 1>&6
16753 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16754 cat >> confdefs.h <<EOF
16755#define $ac_tr_func 1
16756EOF
16757
16758 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16759#define HAVE_DLOPEN 1
16760EOF
16761
16762 HAVE_DL_FUNCS=1
698dcdb6 16763
10f2d63a 16764else
698dcdb6
VZ
16765 echo "$ac_t""no" 1>&6
16766echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
dd4f7467 16767echo "configure:16768: checking for dlopen in -ldl" >&5
698dcdb6
VZ
16768ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
16769if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16770 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 16771else
698dcdb6 16772 ac_save_LIBS="$LIBS"
10f2d63a 16773LIBS="-ldl $LIBS"
698dcdb6 16774cat > conftest.$ac_ext <<EOF
dd4f7467 16775#line 16776 "configure"
10f2d63a
VZ
16776#include "confdefs.h"
16777/* Override any gcc2 internal prototype to avoid an error. */
16778/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16779 builtin and then its argument prototype would still apply. */
16780char dlopen();
16781
16782int main() {
16783dlopen()
16784; return 0; }
16785EOF
dd4f7467 16786if { (eval echo configure:16787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16787 rm -rf conftest*
16788 eval "ac_cv_lib_$ac_lib_var=yes"
16789else
16790 echo "configure: failed program was:" >&5
16791 cat conftest.$ac_ext >&5
16792 rm -rf conftest*
16793 eval "ac_cv_lib_$ac_lib_var=no"
16794fi
16795rm -f conftest*
16796LIBS="$ac_save_LIBS"
16797
16798fi
16799if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16800 echo "$ac_t""yes" 1>&6
16801
16802 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16803#define HAVE_DLOPEN 1
16804EOF
16805
16806 HAVE_DL_FUNCS=1
16807 LIBS="$LIBS -ldl"
698dcdb6 16808
10f2d63a 16809else
698dcdb6 16810 echo "$ac_t""no" 1>&6
10f2d63a 16811
698dcdb6 16812 for ac_func in shl_load
10f2d63a 16813do
698dcdb6 16814echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 16815echo "configure:16816: checking for $ac_func" >&5
698dcdb6
VZ
16816if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16817 echo $ac_n "(cached) $ac_c" 1>&6
16818else
16819 cat > conftest.$ac_ext <<EOF
dd4f7467 16820#line 16821 "configure"
10f2d63a
VZ
16821#include "confdefs.h"
16822/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16823 which can conflict with char $ac_func(); below. */
10f2d63a
VZ
16824#include <assert.h>
16825/* Override any gcc2 internal prototype to avoid an error. */
16826/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16827 builtin and then its argument prototype would still apply. */
16828char $ac_func();
16829
16830int main() {
10f2d63a
VZ
16831
16832/* The GNU C library defines this for functions which it implements
16833 to always fail with ENOSYS. Some functions are actually named
16834 something starting with __ and the normal name is an alias. */
16835#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16836choke me
16837#else
698dcdb6 16838$ac_func();
10f2d63a
VZ
16839#endif
16840
698dcdb6
VZ
16841; return 0; }
16842EOF
dd4f7467 16843if { (eval echo configure:16844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16844 rm -rf conftest*
16845 eval "ac_cv_func_$ac_func=yes"
16846else
16847 echo "configure: failed program was:" >&5
16848 cat conftest.$ac_ext >&5
16849 rm -rf conftest*
16850 eval "ac_cv_func_$ac_func=no"
16851fi
16852rm -f conftest*
16853fi
16854
16855if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16856 echo "$ac_t""yes" 1>&6
16857 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16858 cat >> confdefs.h <<EOF
16859#define $ac_tr_func 1
16860EOF
16861
16862 cat >> confdefs.h <<\EOF
10f2d63a
VZ
16863#define HAVE_SHL_LOAD 1
16864EOF
16865
16866 HAVE_SHL_FUNCS=1
698dcdb6 16867
10f2d63a 16868else
698dcdb6
VZ
16869 echo "$ac_t""no" 1>&6
16870echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
dd4f7467 16871echo "configure:16872: checking for dld in -lshl_load" >&5
698dcdb6
VZ
16872ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
16873if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16874 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 16875else
698dcdb6 16876 ac_save_LIBS="$LIBS"
f6bcfd97 16877LIBS="-lshl_load $LIBS"
698dcdb6 16878cat > conftest.$ac_ext <<EOF
dd4f7467 16879#line 16880 "configure"
f6bcfd97
BP
16880#include "confdefs.h"
16881/* Override any gcc2 internal prototype to avoid an error. */
16882/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16883 builtin and then its argument prototype would still apply. */
16884char dld();
16885
16886int main() {
16887dld()
16888; return 0; }
16889EOF
dd4f7467 16890if { (eval echo configure:16891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16891 rm -rf conftest*
16892 eval "ac_cv_lib_$ac_lib_var=yes"
16893else
16894 echo "configure: failed program was:" >&5
16895 cat conftest.$ac_ext >&5
16896 rm -rf conftest*
16897 eval "ac_cv_lib_$ac_lib_var=no"
16898fi
16899rm -f conftest*
16900LIBS="$ac_save_LIBS"
f6bcfd97 16901
698dcdb6
VZ
16902fi
16903if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16904 echo "$ac_t""yes" 1>&6
16905
f6bcfd97
BP
16906 HAVE_SHL_FUNCS=1
16907 LIBS="$LIBS -ldld"
698dcdb6
VZ
16908
16909else
16910 echo "$ac_t""no" 1>&6
f6bcfd97
BP
16911fi
16912
698dcdb6 16913
10f2d63a
VZ
16914fi
16915done
16916
698dcdb6 16917
10f2d63a
VZ
16918fi
16919
698dcdb6 16920
10f2d63a
VZ
16921fi
16922done
16923
1e487827 16924
698dcdb6
VZ
16925 if test "$HAVE_DL_FUNCS" = 1; then
16926 for ac_func in dlerror
f6bcfd97 16927do
698dcdb6 16928echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
dd4f7467 16929echo "configure:16930: checking for $ac_func" >&5
698dcdb6
VZ
16930if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16931 echo $ac_n "(cached) $ac_c" 1>&6
16932else
16933 cat > conftest.$ac_ext <<EOF
dd4f7467 16934#line 16935 "configure"
f6bcfd97
BP
16935#include "confdefs.h"
16936/* System header to define __stub macros and hopefully few prototypes,
698dcdb6 16937 which can conflict with char $ac_func(); below. */
f6bcfd97
BP
16938#include <assert.h>
16939/* Override any gcc2 internal prototype to avoid an error. */
16940/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16941 builtin and then its argument prototype would still apply. */
16942char $ac_func();
16943
16944int main() {
f6bcfd97
BP
16945
16946/* The GNU C library defines this for functions which it implements
16947 to always fail with ENOSYS. Some functions are actually named
16948 something starting with __ and the normal name is an alias. */
16949#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16950choke me
16951#else
698dcdb6 16952$ac_func();
f6bcfd97
BP
16953#endif
16954
698dcdb6
VZ
16955; return 0; }
16956EOF
dd4f7467 16957if { (eval echo configure:16958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
16958 rm -rf conftest*
16959 eval "ac_cv_func_$ac_func=yes"
16960else
16961 echo "configure: failed program was:" >&5
16962 cat conftest.$ac_ext >&5
16963 rm -rf conftest*
16964 eval "ac_cv_func_$ac_func=no"
16965fi
16966rm -f conftest*
16967fi
16968
16969if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16970 echo "$ac_t""yes" 1>&6
16971 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16972 cat >> confdefs.h <<EOF
16973#define $ac_tr_func 1
16974EOF
16975 cat >> confdefs.h <<\EOF
f6bcfd97
BP
16976#define HAVE_DLERROR 1
16977EOF
16978
16979else
698dcdb6
VZ
16980 echo "$ac_t""no" 1>&6
16981echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
dd4f7467 16982echo "configure:16983: checking for dlerror in -ldl" >&5
698dcdb6
VZ
16983ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
16984if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16985 echo $ac_n "(cached) $ac_c" 1>&6
f6bcfd97 16986else
698dcdb6 16987 ac_save_LIBS="$LIBS"
f6bcfd97 16988LIBS="-ldl $LIBS"
698dcdb6 16989cat > conftest.$ac_ext <<EOF
dd4f7467 16990#line 16991 "configure"
f6bcfd97
BP
16991#include "confdefs.h"
16992/* Override any gcc2 internal prototype to avoid an error. */
16993/* We use char because int might match the return type of a gcc2
698dcdb6
VZ
16994 builtin and then its argument prototype would still apply. */
16995char dlerror();
16996
16997int main() {
16998dlerror()
16999; return 0; }
17000EOF
dd4f7467 17001if { (eval echo configure:17002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
698dcdb6
VZ
17002 rm -rf conftest*
17003 eval "ac_cv_lib_$ac_lib_var=yes"
17004else
17005 echo "configure: failed program was:" >&5
17006 cat conftest.$ac_ext >&5
17007 rm -rf conftest*
17008 eval "ac_cv_lib_$ac_lib_var=no"
17009fi
17010rm -f conftest*
17011LIBS="$ac_save_LIBS"
17012
17013fi
17014if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17015 echo "$ac_t""yes" 1>&6
17016 cat >> confdefs.h <<\EOF
f6bcfd97
BP
17017#define HAVE_DLERROR 1
17018EOF
17019
698dcdb6
VZ
17020else
17021 echo "$ac_t""no" 1>&6
f6bcfd97
BP
17022fi
17023
17024fi
17025done
17026
17027 fi
b4085ce6 17028 fi
f6bcfd97 17029
10f2d63a
VZ
17030 if test "$HAVE_DL_FUNCS" = 0; then
17031 if test "$HAVE_SHL_FUNCS" = 0; then
17032 if test "$USE_UNIX" = 1; then
698dcdb6 17033 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
10f2d63a
VZ
17034 wxUSE_DYNLIB_CLASS=no
17035 else
698dcdb6 17036 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
10f2d63a
VZ
17037 fi
17038 fi
17039 fi
17040fi
17041
b089607b
VZ
17042fi
17043
10f2d63a 17044if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
698dcdb6 17045 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17046#define wxUSE_DYNLIB_CLASS 1
17047EOF
17048
b12915c1
VZ
17049else
17050 wxUSE_ODBC=no
17051 wxUSE_SERIAL=no
10f2d63a
VZ
17052fi
17053
698dcdb6 17054
1e6feb95
VZ
17055if test "$wxUSE_FONTMAP" = "yes" ; then
17056 cat >> confdefs.h <<\EOF
17057#define wxUSE_FONTMAP 1
17058EOF
17059
17060fi
17061
10f2d63a 17062if test "$wxUSE_UNICODE" = "yes" ; then
698dcdb6 17063 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17064#define wxUSE_UNICODE 1
17065EOF
17066
17067fi
17068
17069if test "$wxUSE_WCSRTOMBS" = "yes" ; then
698dcdb6 17070 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17071#define wxUSE_WCSRTOMBS 1
17072EOF
17073
17074fi
17075
17076if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
698dcdb6 17077 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17078#define wxUSE_EXPERIMENTAL_PRINTF 1
17079EOF
17080
17081fi
17082
698dcdb6 17083
b12915c1 17084if test "$wxUSE_SERIAL" = "yes" ; then
698dcdb6 17085 cat >> confdefs.h <<\EOF
b12915c1
VZ
17086#define wxUSE_SERIAL 1
17087EOF
17088
17089fi
17090
698dcdb6 17091
10f2d63a
VZ
17092IODBC_C_SRC=""
17093if test "$wxUSE_ODBC" = "yes" ; then
698dcdb6 17094 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17095#define wxUSE_ODBC 1
17096EOF
17097
17098 WXODBCFLAG="-D_IODBC_"
17099 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
10f2d63a
VZ
17100fi
17101
698dcdb6 17102
10f2d63a 17103if test "$wxUSE_POSTSCRIPT" = "yes" ; then
698dcdb6 17104 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17105#define wxUSE_POSTSCRIPT 1
17106EOF
17107
17108fi
17109
698dcdb6 17110cat >> confdefs.h <<\EOF
10f2d63a
VZ
17111#define wxUSE_AFM_FOR_POSTSCRIPT 1
17112EOF
17113
698dcdb6
VZ
17114
17115cat >> confdefs.h <<\EOF
10f2d63a
VZ
17116#define wxUSE_NORMALIZED_PS_FONTS 1
17117EOF
17118
698dcdb6
VZ
17119
17120
10f2d63a 17121if test "$wxUSE_CONSTRAINTS" = "yes"; then
698dcdb6 17122 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17123#define wxUSE_CONSTRAINTS 1
17124EOF
17125
17126 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
17127fi
17128
17129if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
698dcdb6 17130 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17131#define wxUSE_MDI_ARCHITECTURE 1
17132EOF
17133
17134 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
17135fi
17136
17137if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
698dcdb6 17138 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17139#define wxUSE_DOC_VIEW_ARCHITECTURE 1
17140EOF
17141
17142 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
17143 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17144 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
17145 fi
17146fi
17147
17148if test "$wxUSE_HELP" = "yes"; then
698dcdb6 17149 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17150#define wxUSE_HELP 1
17151EOF
17152
17153 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
3379ed37 17154
3e44f09d 17155 if test "$USE_WIN32" = 1; then
031d8228 17156 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
29fd3c0c
VS
17157 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17158echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
dd4f7467 17159echo "configure:17160: checking for htmlhelp.h" >&5
29fd3c0c
VS
17160if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17161 echo $ac_n "(cached) $ac_c" 1>&6
17162else
17163 cat > conftest.$ac_ext <<EOF
dd4f7467 17164#line 17165 "configure"
29fd3c0c
VS
17165#include "confdefs.h"
17166#include <htmlhelp.h>
17167EOF
17168ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 17169{ (eval echo configure:17170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
29fd3c0c
VS
17170ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17171if test -z "$ac_err"; then
17172 rm -rf conftest*
17173 eval "ac_cv_header_$ac_safe=yes"
17174else
17175 echo "$ac_err" >&5
17176 echo "configure: failed program was:" >&5
17177 cat conftest.$ac_ext >&5
17178 rm -rf conftest*
17179 eval "ac_cv_header_$ac_safe=no"
17180fi
17181rm -f conftest*
17182fi
17183if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17184 echo "$ac_t""yes" 1>&6
17185
17186 cat >> confdefs.h <<\EOF
17187#define wxUSE_MS_HTML_HELP 1
17188EOF
17189
17190
17191else
17192 echo "$ac_t""no" 1>&6
17193
2b9bdf71 17194 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h, disabled" 1>&2
29fd3c0c
VS
17195 wxUSE_MS_HTML_HELP=no
17196
17197fi
17198
3e44f09d 17199 fi
3379ed37 17200 fi
031d8228
VS
17201
17202 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17203 if test "$wxUSE_HTML" = "yes"; then
17204 cat >> confdefs.h <<\EOF
17205#define wxUSE_WXHTML_HELP 1
17206EOF
17207
17208 else
17209 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17210 wxUSE_WXHTML_HELP=no
17211 fi
17212 fi
10f2d63a
VZ
17213fi
17214
17215if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17216 if test "$wxUSE_CONSTRAINTS" != "yes"; then
698dcdb6 17217 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
10f2d63a 17218 else
698dcdb6 17219 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17220#define wxUSE_PRINTING_ARCHITECTURE 1
17221EOF
17222
17223 fi
17224 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
17225fi
17226
17227if test "$wxUSE_PROLOGIO" = "yes" ; then
698dcdb6 17228 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17229#define wxUSE_PROLOGIO 1
17230EOF
17231
17232fi
17233
17234if test "$wxUSE_RESOURCES" = "yes" ; then
3379ed37 17235 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17236#define wxUSE_RESOURCES 1
17237EOF
17238
3379ed37 17239 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
10f2d63a
VZ
17240fi
17241
17242if test "$wxUSE_X_RESOURCES" = "yes"; then
698dcdb6 17243 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17244#define wxUSE_X_RESOURCES 1
17245EOF
17246
17247fi
17248
698dcdb6 17249
2b9bdf71
VZ
17250if test "$USE_WIN32" = 1; then
17251 for ac_hdr in ole2.h
10f2d63a 17252do
698dcdb6
VZ
17253ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17254echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
dd4f7467 17255echo "configure:17256: checking for $ac_hdr" >&5
698dcdb6
VZ
17256if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17257 echo $ac_n "(cached) $ac_c" 1>&6
17258else
17259 cat > conftest.$ac_ext <<EOF
dd4f7467 17260#line 17261 "configure"
10f2d63a 17261#include "confdefs.h"
698dcdb6
VZ
17262#include <$ac_hdr>
17263EOF
17264ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
dd4f7467 17265{ (eval echo configure:17266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
698dcdb6
VZ
17266ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17267if test -z "$ac_err"; then
17268 rm -rf conftest*
17269 eval "ac_cv_header_$ac_safe=yes"
1e487827 17270else
698dcdb6
VZ
17271 echo "$ac_err" >&5
17272 echo "configure: failed program was:" >&5
10f2d63a 17273 cat conftest.$ac_ext >&5
698dcdb6
VZ
17274 rm -rf conftest*
17275 eval "ac_cv_header_$ac_safe=no"
10f2d63a 17276fi
698dcdb6 17277rm -f conftest*
10f2d63a 17278fi
698dcdb6
VZ
17279if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17280 echo "$ac_t""yes" 1>&6
17281 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17282 cat >> confdefs.h <<EOF
17283#define $ac_tr_hdr 1
10f2d63a 17284EOF
698dcdb6
VZ
17285
17286else
17287 echo "$ac_t""no" 1>&6
10f2d63a
VZ
17288fi
17289done
17290
698dcdb6 17291
2b9bdf71
VZ
17292 if test "$ac_cv_header_ole2_h" = "yes" ; then
17293 if test "$GCC" = yes ; then
17294 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
17295 ALL_DEPFILES="$ALL_DEPFILES \$(OLEDEPS)"
17296 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17297 LIBS="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17298 cat >> confdefs.h <<\EOF
4f11a343
VS
17299#define wxUSE_OLE 1
17300EOF
17301
b64f0a5f 17302
2b9bdf71
VZ
17303 fi
17304
17305 cat >> confdefs.h <<\EOF
17306#define wxUSE_DATAOBJ 1
17307EOF
17308
17309 else
17310 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17311
17312 wxUSE_CLIPBOARD=no
17313 wxUSE_DRAG_AND_DROP=no
17314 wxUSE_DATAOBJ=no
17315 fi
17316
17317 if test "$wxUSE_METAFILE" = "yes"; then
17318 cat >> confdefs.h <<\EOF
b64f0a5f
RL
17319#define wxUSE_METAFILE 1
17320EOF
17321
2b9bdf71
VZ
17322
17323 cat >> confdefs.h <<\EOF
b64f0a5f
RL
17324#define wxUSE_ENH_METAFILE 1
17325EOF
17326
2b9bdf71
VZ
17327 fi
17328fi
17329
17330if test "$wxUSE_IPC" = "yes"; then
17331 if test "$wxUSE_SOCKETS" != "yes"; then
17332 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17333 fi
17334
17335 cat >> confdefs.h <<\EOF
17336#define wxUSE_IPC 1
17337EOF
17338
17339fi
17340
17341if test "$wxUSE_CLIPBOARD" = "yes"; then
17342 cat >> confdefs.h <<\EOF
17343#define wxUSE_CLIPBOARD 1
17344EOF
17345
673f4220 17346
e33ef661 17347 cat >> confdefs.h <<\EOF
673f4220
VZ
17348#define wxUSE_DATAOBJ 1
17349EOF
17350
2b9bdf71
VZ
17351fi
17352
17353if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17354 if test "$wxUSE_GTK" = 1; then
17355 if test "$WXGTK12" != 1; then
17356 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
10f2d63a
VZ
17357 wxUSE_DRAG_AND_DROP=no
17358 fi
17359 fi
17360
2b9bdf71
VZ
17361 if test "$wxUSE_MOTIF" = 1; then
17362 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17363 wxUSE_DRAG_AND_DROP=no
17364 fi
17365
17366 if test "$wxUSE_MAC" = 1; then
17367 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17368 wxUSE_DRAG_AND_DROP=no
17369 fi
17370
10f2d63a 17371 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
698dcdb6 17372 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17373#define wxUSE_DRAG_AND_DROP 1
17374EOF
17375
17376 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
17377 fi
17378
17379fi
17380
17381if test "$wxUSE_SPLINES" = "yes" ; then
698dcdb6 17382 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17383#define wxUSE_SPLINES 1
17384EOF
17385
17386fi
17387
698dcdb6 17388
1e6feb95
VZ
17389USES_CONTROLS=0
17390if test "$wxUSE_CONTROLS" = "yes"; then
17391 USES_CONTROLS=1
17392fi
17393
10f2d63a 17394if test "$wxUSE_ACCEL" = "yes"; then
698dcdb6 17395 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17396#define wxUSE_ACCEL 1
17397EOF
17398
1e6feb95
VZ
17399 USES_CONTROLS=1
17400fi
17401
17402if test "$wxUSE_BUTTON" = "yes"; then
17403 cat >> confdefs.h <<\EOF
17404#define wxUSE_BUTTON 1
17405EOF
17406
17407 USES_CONTROLS=1
17408fi
17409
17410if test "$wxUSE_BMPBUTTON" = "yes"; then
17411 cat >> confdefs.h <<\EOF
17412#define wxUSE_BMPBUTTON 1
17413EOF
17414
17415 USES_CONTROLS=1
17416fi
17417
17418if test "$wxUSE_CALCTRL" = "yes"; then
17419 cat >> confdefs.h <<\EOF
17420#define wxUSE_CALENDARCTRL 1
17421EOF
17422
17423 USES_CONTROLS=1
17424 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
10f2d63a
VZ
17425fi
17426
17427if test "$wxUSE_CARET" = "yes"; then
698dcdb6 17428 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17429#define wxUSE_CARET 1
17430EOF
17431
1e6feb95 17432 USES_CONTROLS=1
10f2d63a
VZ
17433 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
17434fi
17435
17436if test "$wxUSE_COMBOBOX" = "yes"; then
698dcdb6 17437 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17438#define wxUSE_COMBOBOX 1
17439EOF
17440
1e6feb95 17441 USES_CONTROLS=1
10f2d63a
VZ
17442fi
17443
17444if test "$wxUSE_CHOICE" = "yes"; then
698dcdb6 17445 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17446#define wxUSE_CHOICE 1
17447EOF
17448
1e6feb95 17449 USES_CONTROLS=1
10f2d63a
VZ
17450fi
17451
17452if test "$wxUSE_CHECKBOX" = "yes"; then
698dcdb6 17453 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17454#define wxUSE_CHECKBOX 1
17455EOF
17456
1e6feb95 17457 USES_CONTROLS=1
10f2d63a
VZ
17458fi
17459
17460if test "$wxUSE_CHECKLST" = "yes"; then
698dcdb6 17461 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17462#define wxUSE_CHECKLISTBOX 1
17463EOF
17464
1e6feb95 17465 USES_CONTROLS=1
10f2d63a
VZ
17466 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
17467fi
17468
17469if test "$wxUSE_GAUGE" = "yes"; then
698dcdb6 17470 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17471#define wxUSE_GAUGE 1
17472EOF
17473
1e6feb95 17474 USES_CONTROLS=1
10f2d63a
VZ
17475fi
17476
d6a55c4b
VZ
17477if test "$wxUSE_NEW_GRID" = "yes"; then
17478 wxUSE_GRID="yes"
698dcdb6 17479 cat >> confdefs.h <<\EOF
d6a55c4b 17480#define wxUSE_NEW_GRID 1
10f2d63a
VZ
17481EOF
17482
1e6feb95 17483 USES_CONTROLS=1
d6a55c4b 17484 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
10f2d63a
VZ
17485fi
17486
d6a55c4b 17487if test "$wxUSE_GRID" = "yes"; then
698dcdb6 17488 cat >> confdefs.h <<\EOF
d6a55c4b 17489#define wxUSE_GRID 1
10f2d63a
VZ
17490EOF
17491
1e6feb95 17492 USES_CONTROLS=1
d6a55c4b 17493 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
17494fi
17495
17496if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17497 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17498#define wxUSE_IMAGLIST 1
17499EOF
17500
17501fi
17502
17503if test "$wxUSE_LISTBOX" = "yes"; then
698dcdb6 17504 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17505#define wxUSE_LISTBOX 1
17506EOF
17507
1e6feb95 17508 USES_CONTROLS=1
10f2d63a
VZ
17509fi
17510
17511if test "$wxUSE_LISTCTRL" = "yes"; then
17512 if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17513 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17514#define wxUSE_LISTCTRL 1
17515EOF
17516
1e6feb95 17517 USES_CONTROLS=1
10f2d63a
VZ
17518 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
17519 else
698dcdb6 17520 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
10f2d63a
VZ
17521 fi
17522fi
17523
17524if test "$wxUSE_NOTEBOOK" = "yes"; then
698dcdb6 17525 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17526#define wxUSE_NOTEBOOK 1
17527EOF
17528
1e6feb95 17529 USES_CONTROLS=1
10f2d63a
VZ
17530 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
17531fi
17532
24176f2c
GD
17533if test "$wxUSE_PROPSHEET" = "yes"; then
17534 cat >> confdefs.h <<\EOF
17535#define wxUSE_PROPSHEET 1
17536EOF
17537
17538 USES_CONTROLS=1
17539 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
17540fi
17541
10f2d63a 17542if test "$wxUSE_RADIOBOX" = "yes"; then
698dcdb6 17543 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17544#define wxUSE_RADIOBOX 1
17545EOF
17546
1e6feb95 17547 USES_CONTROLS=1
10f2d63a
VZ
17548fi
17549
17550if test "$wxUSE_RADIOBTN" = "yes"; then
698dcdb6 17551 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17552#define wxUSE_RADIOBTN 1
17553EOF
17554
1e6feb95 17555 USES_CONTROLS=1
10f2d63a
VZ
17556fi
17557
17558if test "$wxUSE_SASH" = "yes"; then
698dcdb6 17559 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17560#define wxUSE_SASH 1
17561EOF
17562
17563 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
17564fi
17565
17566if test "$wxUSE_SCROLLBAR" = "yes"; then
698dcdb6 17567 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17568#define wxUSE_SCROLLBAR 1
17569EOF
17570
1e6feb95 17571 USES_CONTROLS=1
741a9306 17572 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
17573fi
17574
17575if test "$wxUSE_SLIDER" = "yes"; then
698dcdb6 17576 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17577#define wxUSE_SLIDER 1
17578EOF
17579
1e6feb95 17580 USES_CONTROLS=1
10f2d63a
VZ
17581fi
17582
17583if test "$wxUSE_SPINBTN" = "yes"; then
698dcdb6 17584 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17585#define wxUSE_SPINBTN 1
17586EOF
17587
1e6feb95 17588 USES_CONTROLS=1
10f2d63a
VZ
17589fi
17590
56cfaa52 17591if test "$wxUSE_SPINCTRL" = "yes"; then
698dcdb6 17592 cat >> confdefs.h <<\EOF
56cfaa52
RR
17593#define wxUSE_SPINCTRL 1
17594EOF
17595
1e6feb95 17596 USES_CONTROLS=1
56cfaa52
RR
17597fi
17598
10f2d63a 17599if test "$wxUSE_SPLITTER" = "yes"; then
698dcdb6 17600 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17601#define wxUSE_SPLITTER 1
17602EOF
17603
17604 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
17605fi
17606
17607if test "$wxUSE_STATBMP" = "yes"; then
698dcdb6 17608 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17609#define wxUSE_STATBMP 1
17610EOF
17611
1e6feb95 17612 USES_CONTROLS=1
10f2d63a
VZ
17613fi
17614
17615if test "$wxUSE_STATBOX" = "yes"; then
698dcdb6 17616 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17617#define wxUSE_STATBOX 1
17618EOF
17619
1e6feb95
VZ
17620 USES_CONTROLS=1
17621fi
17622
17623if test "$wxUSE_STATTEXT" = "yes"; then
17624 cat >> confdefs.h <<\EOF
17625#define wxUSE_STATTEXT 1
17626EOF
17627
17628 USES_CONTROLS=1
10f2d63a
VZ
17629fi
17630
17631if test "$wxUSE_STATLINE" = "yes"; then
17632 if test "$wxUSE_WINE" = 1 ; then
698dcdb6 17633 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
10f2d63a 17634 else
698dcdb6 17635 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17636#define wxUSE_STATLINE 1
17637EOF
17638
1e6feb95 17639 USES_CONTROLS=1
10f2d63a
VZ
17640 fi
17641fi
17642
17643if test "$wxUSE_STATUSBAR" = "yes"; then
698dcdb6 17644 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17645#define wxUSE_STATUSBAR 1
17646EOF
17647
1e6feb95 17648 USES_CONTROLS=1
698dcdb6 17649
2286341c 17650 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
17651fi
17652
17653if test "$wxUSE_TABDIALOG" = "yes"; then
698dcdb6 17654 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17655#define wxUSE_TAB_DIALOG 1
17656EOF
17657
17658 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
17659fi
17660
1e6feb95
VZ
17661if test "$wxUSE_TEXTCTRL" = "yes"; then
17662 cat >> confdefs.h <<\EOF
17663#define wxUSE_TEXTCTRL 1
17664EOF
17665
17666 USES_CONTROLS=1
17667 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
17668fi
17669
1db8dc4a 17670if test "$wxUSE_TOGGLEBTN" = "yes"; then
a45d7ab7
GD
17671 if test "$wxUSE_MAC" = 1; then
17672 echo "configure: warning: Toggle button is not yet supported under Mac OS X" 1>&2
17673 wxUSE_TOGGLEBTN=no
17674 fi
17675
17676 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17677 cat >> confdefs.h <<\EOF
1db8dc4a
VZ
17678#define wxUSE_TOGGLEBTN 1
17679EOF
17680
1e6feb95 17681 USES_CONTROLS=1
a45d7ab7 17682 fi
1db8dc4a
VZ
17683fi
17684
360d6699 17685if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
698dcdb6 17686 cat >> confdefs.h <<\EOF
360d6699
VZ
17687#define wxUSE_TOOLBAR_SIMPLE 1
17688EOF
17689
17690 wxUSE_TOOLBAR="yes"
1e6feb95 17691 USES_CONTROLS=1
360d6699
VZ
17692fi
17693
10f2d63a 17694if test "$wxUSE_TOOLBAR" = "yes"; then
698dcdb6 17695 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17696#define wxUSE_TOOLBAR 1
17697EOF
17698
1e6feb95 17699 USES_CONTROLS=1
698dcdb6 17700
360d6699
VZ
17701 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17702 wxUSE_TOOLBAR_NATIVE="yes"
17703 fi
17704
1e6feb95
VZ
17705 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17706 cat >> confdefs.h <<\EOF
360d6699
VZ
17707#define wxUSE_TOOLBAR_NATIVE 1
17708EOF
17709
1e6feb95
VZ
17710 USES_CONTROLS=1
17711 fi
17712
17713 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
360d6699
VZ
17714fi
17715
10f2d63a
VZ
17716if test "$wxUSE_TOOLTIPS" = "yes"; then
17717 if test "$wxUSE_MOTIF" = 1; then
698dcdb6 17718 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
10f2d63a
VZ
17719 else
17720 if test "$wxUSE_WINE" = 1; then
698dcdb6 17721 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
10f2d63a 17722 else
698dcdb6 17723 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17724#define wxUSE_TOOLTIPS 1
17725EOF
17726
17727 fi
17728 fi
17729fi
17730
17731if test "$wxUSE_TREECTRL" = "yes"; then
17732 if test "$wxUSE_IMAGLIST" = "yes"; then
698dcdb6 17733 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17734#define wxUSE_TREECTRL 1
17735EOF
17736
1e6feb95 17737 USES_CONTROLS=1
10f2d63a
VZ
17738 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
17739 else
698dcdb6 17740 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
10f2d63a
VZ
17741 fi
17742fi
17743
9f41d601 17744if test "$wxUSE_POPUPWIN" = "yes"; then
6abe4b65
GD
17745 if test "$wxUSE_MAC" = 1; then
17746 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
17747 else
17748 cat >> confdefs.h <<\EOF
9f41d601
RR
17749#define wxUSE_POPUPWIN 1
17750EOF
17751
6abe4b65
GD
17752 USES_CONTROLS=1
17753 fi
9f41d601
RR
17754fi
17755
1e6feb95
VZ
17756if test "$USES_CONTROLS" = 1; then
17757 cat >> confdefs.h <<\EOF
17758#define wxUSE_CONTROLS 1
10f2d63a
VZ
17759EOF
17760
10f2d63a
VZ
17761fi
17762
1e6feb95 17763
24176f2c
GD
17764if test "$wxUSE_TREELAYOUT" = "yes"; then
17765 cat >> confdefs.h <<\EOF
17766#define wxUSE_TREELAYOUT 1
17767EOF
17768
17769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
17770fi
1e6feb95 17771
24fd6d87
VZ
17772if test "$wxUSE_DRAGIMAGE" = "yes"; then
17773 cat >> confdefs.h <<\EOF
17774#define wxUSE_DRAGIMAGE 1
17775EOF
17776
17777 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
17778fi
17779
1e6feb95 17780if test "$wxUSE_MENUS" = "yes"; then
698dcdb6 17781 cat >> confdefs.h <<\EOF
1e6feb95 17782#define wxUSE_MENUS 1
10f2d63a
VZ
17783EOF
17784
1e6feb95 17785 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
10f2d63a
VZ
17786fi
17787
1e6feb95
VZ
17788if test "$wxUSE_METAFILE" = "yes"; then
17789 cat >> confdefs.h <<\EOF
17790#define wxUSE_METAFILE 1
10f2d63a
VZ
17791EOF
17792
10f2d63a
VZ
17793fi
17794
1e6feb95
VZ
17795if test "$wxUSE_MIMETYPE" = "yes"; then
17796 cat >> confdefs.h <<\EOF
17797#define wxUSE_MIMETYPE 1
10f2d63a
VZ
17798EOF
17799
10f2d63a
VZ
17800fi
17801
3e44f09d
VZ
17802if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
17803 cat >> confdefs.h <<\EOF
17804#define wxUSE_SYSTEM_OPTIONS 1
17805EOF
17806
17807fi
17808
10f2d63a 17809if test "$wxUSE_MINIFRAME" = "yes"; then
698dcdb6 17810 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17811#define wxUSE_MINIFRAME 1
17812EOF
17813
17814 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
17815fi
17816
17817if test "$wxUSE_HTML" = "yes"; then
698dcdb6 17818 cat >> confdefs.h <<\EOF
10f2d63a
VZ
17819#define wxUSE_HTML 1
17820EOF
17821
17822 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
17823 INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html"
17824fi
17825
17826if test "$wxUSE_VALIDATORS" = "yes"; then
698dcdb6 17827 cat >> confdefs.h <<\EOF
1e487827
VS
17828#define wxUSE_VALIDATORS 1
17829EOF
703e0a69 17830
698dcdb6
VZ
17831 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
17832fi
17833
17834if test "$wxUSE_IMAGE" = "yes" ; then
17835 cat >> confdefs.h <<\EOF
17836#define wxUSE_IMAGE 1
17837EOF
17838
17839fi
17840
17841if test "$wxUSE_GIF" = "yes" ; then
17842 cat >> confdefs.h <<\EOF
17843#define wxUSE_GIF 1
17844EOF
17845
17846fi
17847
17848if test "$wxUSE_PCX" = "yes" ; then
17849 cat >> confdefs.h <<\EOF
17850#define wxUSE_PCX 1
17851EOF
17852
17853fi
17854
17855if test "$wxUSE_PNM" = "yes" ; then
17856 cat >> confdefs.h <<\EOF
17857#define wxUSE_PNM 1
17858EOF
17859
17860fi
17861
17862if test "$wxUSE_XPM" = "yes" ; then
17863 cat >> confdefs.h <<\EOF
17864#define wxUSE_XPM 1
17865EOF
17866
17867fi
17868
17869
1e6feb95
VZ
17870if test "$wxUSE_CHOICEDLG" = "yes"; then
17871 cat >> confdefs.h <<\EOF
17872#define wxUSE_CHOICEDLG 1
17873EOF
17874
17875fi
17876
17877if test "$wxUSE_COLOURDLG" = "yes"; then
17878 cat >> confdefs.h <<\EOF
17879#define wxUSE_COLOURDLG 1
17880EOF
17881
17882fi
17883
17884if test "$wxUSE_FILEDLG" = "yes"; then
17885 cat >> confdefs.h <<\EOF
17886#define wxUSE_FILEDLG 1
17887EOF
17888
17889fi
17890
8db37e06
VZ
17891if test "$wxUSE_FINDREPLDLG" = "yes"; then
17892 cat >> confdefs.h <<\EOF
17893#define wxUSE_FINDREPLDLG 1
17894EOF
17895
17896fi
17897
1e6feb95
VZ
17898if test "$wxUSE_FONTDLG" = "yes"; then
17899 cat >> confdefs.h <<\EOF
17900#define wxUSE_FONTDLG 1
17901EOF
17902
17903fi
17904
17905if test "$wxUSE_DIRDLG" = "yes"; then
17906 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17907 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
17908 else
17909 if test "$wxUSE_TREECTRL" != "yes"; then
17910 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
17911 else
17912 cat >> confdefs.h <<\EOF
17913#define wxUSE_DIRDLG 1
17914EOF
17915
17916 fi
17917 fi
17918fi
17919
17920if test "$wxUSE_MSGDLG" = "yes"; then
17921 cat >> confdefs.h <<\EOF
17922#define wxUSE_MSGDLG 1
17923EOF
17924
17925fi
17926
17927if test "$wxUSE_NUMBERDLG" = "yes"; then
17928 cat >> confdefs.h <<\EOF
17929#define wxUSE_NUMBERDLG 1
17930EOF
17931
17932fi
17933
17934if test "$wxUSE_PROGRESSDLG" = "yes"; then
17935 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17936 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
17937 else
17938 cat >> confdefs.h <<\EOF
17939#define wxUSE_PROGRESSDLG 1
17940EOF
17941
17942 fi
17943fi
17944
cbca9943
VZ
17945if test "$wxUSE_SPLASH" = "yes"; then
17946 cat >> confdefs.h <<\EOF
17947#define wxUSE_SPLASH 1
17948EOF
17949
17950fi
17951
1e6feb95
VZ
17952if test "$wxUSE_STARTUP_TIPS" = "yes"; then
17953 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17954 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
17955 else
17956 cat >> confdefs.h <<\EOF
17957#define wxUSE_STARTUP_TIPS 1
17958EOF
17959
17960 fi
17961fi
17962
17963if test "$wxUSE_TEXTDLG" = "yes"; then
17964 cat >> confdefs.h <<\EOF
17965#define wxUSE_TEXTDLG 1
17966EOF
17967
17968fi
17969
b1f5d087
VZ
17970if test "$wxUSE_WIZARDDLG" = "yes"; then
17971 cat >> confdefs.h <<\EOF
17972#define wxUSE_WIZARDDLG 1
17973EOF
17974
17975 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
17976fi
17977
1e6feb95 17978
698dcdb6
VZ
17979if test "$cross_compiling" = "yes"; then
17980 OSINFO="\"$host\""
17981else
17982 OSINFO=`uname -s -r -m`
17983 OSINFO="\"$OSINFO\""
17984fi
17985
17986cat >> confdefs.h <<EOF
17987#define WXWIN_OS_DESCRIPTION $OSINFO
17988EOF
17989
17990
17991
06dda230
VZ
17992if test "x$prefix" != "xNONE"; then
17993 wxPREFIX=$prefix
17994else
17995 wxPREFIX=$ac_default_prefix
17996fi
17997
7e67ed0d 17998cat >> confdefs.h <<EOF
06dda230 17999#define wxINSTALL_PREFIX "$wxPREFIX"
7e67ed0d
VZ
18000EOF
18001
18002
18003
698dcdb6
VZ
18004GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
18005OPENGL_LIBS="$OPENGL_LINK"
18006
18007EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
f11bdd03 18008if test "$wxUSE_MAC" = 1 ; then
698dcdb6
VZ
18009 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
18010fi
18011if test "$wxUSE_GUI" = "yes"; then
18012 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
18013fi
18014
18015LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18016
3e44f09d
VZ
18017INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include \
18018$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18019$FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
698dcdb6
VZ
18020
18021if test "$wxUSE_GTK" = 1; then
18022 WXCONFIG_INCLUDE=""
18023else
18024 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
18025fi
18026
18027if test "$GXX" = yes ; then
18028 CXXWARNINGS="-Wall"
18029 fi
18030EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18031
18032CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18033CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18034
18035LDFLAGS="$LDFLAGS $PROFILE"
18036
18037if test "$wxUSE_GUI" = "yes"; then
18038
24fd6d87 18039 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
24176f2c
GD
18040 drawing dynamic erase event exec font image \
18041 minimal richedit rotate widgets"
1e6feb95
VZ
18042
18043 if test "$wxUSE_UNIVERSAL" = "yes" ; then
18044 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS univ"
18045 fi
698dcdb6
VZ
18046
18047 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18048else
24176f2c 18049 SAMPLES_SUBDIRS="console"
698dcdb6
VZ
18050fi
18051
18052SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18053
18054
18055
18056
18057
18058
18059
18060
18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
18079
18080
18081
18082
18083
18084
18085
18086
18087
18088
18089
18090
18091
18092
18093
18094
18095
18096
18097
18098
18099
18100
18101
18102
18103
18104
18105
18106
18107
18108
18109
18110
18111
18112
18113
18114
18115
18116
18117
18118
18119
32832908
VZ
18120
18121
18122
18123
18124
18125
18126
2224580a 18127
dad6c0ea 18128
f6bcfd97
BP
18129
18130
18131
2f51a9ec
GD
18132
18133
18134
18135
18136
18137
f6bcfd97 18138
dad6c0ea 18139
caa2c79b 18140
3711412e 18141
1e6feb95
VZ
18142
18143
0f3f1cbc 18144
18dbb1f6 18145
10f2d63a
VZ
18146
18147
698dcdb6 18148echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
dd4f7467 18149echo "configure:18150: checking whether ${MAKE-make} sets \${MAKE}" >&5
698dcdb6
VZ
18150set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
18151if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18152 echo $ac_n "(cached) $ac_c" 1>&6
10f2d63a 18153else
698dcdb6 18154 cat > conftestmake <<\EOF
10f2d63a
VZ
18155all:
18156 @echo 'ac_maketemp="${MAKE}"'
18157EOF
18158# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
698dcdb6 18159eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
10f2d63a
VZ
18160if test -n "$ac_maketemp"; then
18161 eval ac_cv_prog_make_${ac_make}_set=yes
18162else
18163 eval ac_cv_prog_make_${ac_make}_set=no
18164fi
698dcdb6 18165rm -f conftestmake
10f2d63a
VZ
18166fi
18167if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
698dcdb6 18168 echo "$ac_t""yes" 1>&6
10f2d63a
VZ
18169 SET_MAKE=
18170else
698dcdb6 18171 echo "$ac_t""no" 1>&6
10f2d63a
VZ
18172 SET_MAKE="MAKE=${MAKE-make}"
18173fi
18174
698dcdb6 18175
00cf1208
RR
18176if test -d include; then
18177 if test -d include/wx; then
1e6feb95
VZ
18178 if test -d include/wx/${SETUPH_DIR}; then
18179 if test -f include/wx/${SETUPH_DIR}/setup.h; then
18180 mv -f include/wx/${SETUPH_DIR}/setup.h setup.h
00cf1208
RR
18181 fi
18182 fi
18183 fi
18184fi
665bbe97 18185
698dcdb6 18186
10f2d63a 18187
2224580a 18188if test "$wxUSE_GUI" = "yes"; then
ec90f5e5 18189 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
e8482f24
GL
18190 wx_cv_path_ifs=$PATH_IFS
18191 wx_cv_program_ext=$PROGRAM_EXT
18192 wx_cv_target_library=$WX_TARGET_LIBRARY
7b6058cd 18193 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
3711412e 18194 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
93a20a27 18195 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
7b6058cd 18196 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
698dcdb6 18197 subdirs="demos samples utils contrib"
2224580a
VZ
18198
18199fi
10f2d63a 18200
698dcdb6
VZ
18201trap '' 1 2 15
18202cat > confcache <<\EOF
10f2d63a
VZ
18203# This file is a shell script that caches the results of configure
18204# tests run on this system so they can be shared between configure
698dcdb6
VZ
18205# scripts and configure runs. It is not useful on other systems.
18206# If it contains results you don't want to keep, you may remove or edit it.
10f2d63a 18207#
698dcdb6
VZ
18208# By default, configure uses ./config.cache as the cache file,
18209# creating it if it does not exist already. You can give configure
18210# the --cache-file=FILE option to use a different cache file; that is
18211# what configure does when it calls configure scripts in
18212# subdirectories, so they share the cache.
18213# Giving --cache-file=/dev/null disables caching, for debugging configure.
18214# config.status only pays attention to the cache file if you give it the
18215# --recheck option to rerun configure.
10f2d63a 18216#
698dcdb6 18217EOF
10f2d63a
VZ
18218# The following way of writing the cache mishandles newlines in values,
18219# but we know of no workaround that is simple, portable, and efficient.
18220# So, don't put newlines in cache variables' values.
18221# Ultrix sh set writes to stderr and can't be redirected directly,
18222# and sets the high bit in the cache file unless we assign to the vars.
698dcdb6
VZ
18223(set) 2>&1 |
18224 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18225 *ac_space=\ *)
18226 # `set' does not quote correctly, so add quotes (double-quote substitution
18227 # turns \\\\ into \\, and sed turns \\ into \).
18228 sed -n \
18229 -e "s/'/'\\\\''/g" \
18230 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18231 ;;
18232 *)
18233 # `set' quotes correctly as required by POSIX, so do not add quotes.
18234 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18235 ;;
18236 esac >> confcache
18237if cmp -s $cache_file confcache; then
18238 :
18239else
10f2d63a 18240 if test -w $cache_file; then
698dcdb6
VZ
18241 echo "updating cache $cache_file"
18242 cat confcache > $cache_file
10f2d63a
VZ
18243 else
18244 echo "not updating unwritable cache $cache_file"
18245 fi
18246fi
18247rm -f confcache
18248
698dcdb6
VZ
18249trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18250
10f2d63a
VZ
18251test "x$prefix" = xNONE && prefix=$ac_default_prefix
18252# Let make expand exec_prefix.
18253test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18254
698dcdb6
VZ
18255# Any assignment to VPATH causes Sun make to only execute
18256# the first set of double-colon rules, so remove it if not needed.
18257# If there is a colon in the path, we need to keep it.
10f2d63a 18258if test "x$srcdir" = x.; then
698dcdb6 18259 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
10f2d63a
VZ
18260fi
18261
698dcdb6
VZ
18262trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18263
10f2d63a
VZ
18264DEFS=-DHAVE_CONFIG_H
18265
698dcdb6 18266# Without the "./", some shells look in PATH for config.status.
10f2d63a 18267: ${CONFIG_STATUS=./config.status}
698dcdb6
VZ
18268
18269echo creating $CONFIG_STATUS
18270rm -f $CONFIG_STATUS
18271cat > $CONFIG_STATUS <<EOF
18272#! /bin/sh
10f2d63a
VZ
18273# Generated automatically by configure.
18274# Run this file to recreate the current configuration.
698dcdb6
VZ
18275# This directory was configured as follows,
18276# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18277#
18278# $0 $ac_configure_args
18279#
10f2d63a 18280# Compiler output produced by configure, useful for debugging
698dcdb6 18281# configure, is in ./config.log if it exists.
1e487827 18282
698dcdb6
VZ
18283ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18284for ac_option
10f2d63a 18285do
698dcdb6 18286 case "\$ac_option" in
10f2d63a 18287 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
698dcdb6
VZ
18288 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18289 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18290 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18291 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18292 exit 0 ;;
18293 -help | --help | --hel | --he | --h)
18294 echo "\$ac_cs_usage"; exit 0 ;;
18295 *) echo "\$ac_cs_usage"; exit 1 ;;
10f2d63a
VZ
18296 esac
18297done
18298
698dcdb6
VZ
18299ac_given_srcdir=$srcdir
18300ac_given_INSTALL="$INSTALL"
703e0a69 18301
698dcdb6
VZ
18302trap 'rm -fr `echo "
18303 wx-config
18304 src/make.env
18305 src/makeprog.env
18306 src/makelib.env
18307 Makefile
18308 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1e487827 18309EOF
698dcdb6 18310cat >> $CONFIG_STATUS <<EOF
1e487827 18311
698dcdb6
VZ
18312# Protect against being on the right side of a sed subst in config.status.
18313sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18314 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18315$ac_vpsub
18316$extrasub
18317s%@SHELL@%$SHELL%g
18318s%@CFLAGS@%$CFLAGS%g
18319s%@CPPFLAGS@%$CPPFLAGS%g
18320s%@CXXFLAGS@%$CXXFLAGS%g
18321s%@FFLAGS@%$FFLAGS%g
18322s%@DEFS@%$DEFS%g
18323s%@LDFLAGS@%$LDFLAGS%g
18324s%@LIBS@%$LIBS%g
18325s%@exec_prefix@%$exec_prefix%g
18326s%@prefix@%$prefix%g
18327s%@program_transform_name@%$program_transform_name%g
18328s%@bindir@%$bindir%g
18329s%@sbindir@%$sbindir%g
18330s%@libexecdir@%$libexecdir%g
18331s%@datadir@%$datadir%g
18332s%@sysconfdir@%$sysconfdir%g
18333s%@sharedstatedir@%$sharedstatedir%g
18334s%@localstatedir@%$localstatedir%g
18335s%@libdir@%$libdir%g
18336s%@includedir@%$includedir%g
18337s%@oldincludedir@%$oldincludedir%g
18338s%@infodir@%$infodir%g
18339s%@mandir@%$mandir%g
18340s%@host@%$host%g
18341s%@host_alias@%$host_alias%g
18342s%@host_cpu@%$host_cpu%g
18343s%@host_vendor@%$host_vendor%g
18344s%@host_os@%$host_os%g
18345s%@target@%$target%g
18346s%@target_alias@%$target_alias%g
18347s%@target_cpu@%$target_cpu%g
18348s%@target_vendor@%$target_vendor%g
18349s%@target_os@%$target_os%g
18350s%@build@%$build%g
18351s%@build_alias@%$build_alias%g
18352s%@build_cpu@%$build_cpu%g
18353s%@build_vendor@%$build_vendor%g
18354s%@build_os@%$build_os%g
18355s%@CC@%$CC%g
18356s%@CPP@%$CPP%g
18357s%@CXX@%$CXX%g
18358s%@CXXCPP@%$CXXCPP%g
18359s%@RANLIB@%$RANLIB%g
18360s%@AR@%$AR%g
18361s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18362s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18363s%@INSTALL_DATA@%$INSTALL_DATA%g
18364s%@STRIP@%$STRIP%g
18365s%@YACC@%$YACC%g
18366s%@LEX@%$LEX%g
18367s%@LEXLIB@%$LEXLIB%g
18368s%@LN_S@%$LN_S%g
18369s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
698dcdb6
VZ
18370s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18371s%@GTK_LIBS@%$GTK_LIBS%g
8168de4c 18372s%@GTK_CONFIG@%$GTK_CONFIG%g
698dcdb6
VZ
18373s%@X_CFLAGS@%$X_CFLAGS%g
18374s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18375s%@X_LIBS@%$X_LIBS%g
18376s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18377s%@REZ@%$REZ%g
18378s%@DEREZ@%$DEREZ%g
18379s%@LEX_STEM@%$LEX_STEM%g
18380s%@PATH_IFS@%$PATH_IFS%g
18381s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18382s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18383s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18384s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
18385s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18386s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18387s%@WX_LIBRARY@%$WX_LIBRARY%g
18388s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18389s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18390s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18391s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
18392s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18393s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
18394s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18395s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18396s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
18397s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18398s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18399s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18400s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
18401s%@WX_ALL@%$WX_ALL%g
18402s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18403s%@SHARED_LD@%$SHARED_LD%g
18404s%@PIC_FLAG@%$PIC_FLAG%g
18405s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
18406s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18407s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18408s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
18409s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
18410s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18411s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18412s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18413s%@USE_GUI@%$USE_GUI%g
18414s%@AFMINSTALL@%$AFMINSTALL%g
1e6feb95 18415s%@SETUPH_DIR@%$SETUPH_DIR%g
698dcdb6
VZ
18416s%@TOOLKIT@%$TOOLKIT%g
18417s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
18418s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18419s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
18420s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
1e6feb95 18421s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
698dcdb6
VZ
18422s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18423s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18424s%@ALL_DEPFILES@%$ALL_DEPFILES%g
18425s%@GUIDIST@%$GUIDIST%g
18426s%@PORT_FILES@%$PORT_FILES%g
18427s%@DISTDIR@%$DISTDIR%g
18428s%@RPM_SPEC@%$RPM_SPEC%g
18429s%@RPM_FILES@%$RPM_FILES%g
18430s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
18431s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
18432s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
18433s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
18434s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18435s%@USER_SUBDIRS@%$USER_SUBDIRS%g
18436s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18437s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18438s%@EXTRADEFS@%$EXTRADEFS%g
18439s%@LD_LIBS@%$LD_LIBS%g
18dbb1f6 18440s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g
698dcdb6
VZ
18441s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
18442s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
18443s%@RESPROGRAM@%$RESPROGRAM%g
18444s%@RESCOMP@%$RESCOMP%g
18445s%@RESFLAGS@%$RESFLAGS%g
18446s%@REZFLAGS@%$REZFLAGS%g
18447s%@DEREZFLAGS@%$DEREZFLAGS%g
18448s%@LIBWXMACRES@%$LIBWXMACRES%g
18449s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18450s%@DLLTOOL@%$DLLTOOL%g
18451s%@AS@%$AS%g
18452s%@NM@%$NM%g
18453s%@LD@%$LD%g
18454s%@MAKEINFO@%$MAKEINFO%g
18455s%@SET_MAKE@%$SET_MAKE%g
18456s%@subdirs@%$subdirs%g
1e487827 18457
1e487827 18458CEOF
1e487827
VS
18459EOF
18460
698dcdb6
VZ
18461cat >> $CONFIG_STATUS <<\EOF
18462
18463# Split the substitutions into bite-sized pieces for seds with
18464# small command number limits, like on Digital OSF/1 and HP-UX.
18465ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
18466ac_file=1 # Number of current file.
18467ac_beg=1 # First line for current file.
18468ac_end=$ac_max_sed_cmds # Line after last line for current file.
18469ac_more_lines=:
18470ac_sed_cmds=""
18471while $ac_more_lines; do
18472 if test $ac_beg -gt 1; then
18473 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
18474 else
18475 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
18476 fi
18477 if test ! -s conftest.s$ac_file; then
18478 ac_more_lines=false
18479 rm -f conftest.s$ac_file
18480 else
18481 if test -z "$ac_sed_cmds"; then
18482 ac_sed_cmds="sed -f conftest.s$ac_file"
10f2d63a 18483 else
698dcdb6 18484 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
10f2d63a 18485 fi
698dcdb6
VZ
18486 ac_file=`expr $ac_file + 1`
18487 ac_beg=$ac_end
18488 ac_end=`expr $ac_end + $ac_max_sed_cmds`
10f2d63a 18489 fi
698dcdb6
VZ
18490done
18491if test -z "$ac_sed_cmds"; then
18492 ac_sed_cmds=cat
18493fi
18494EOF
10f2d63a 18495
698dcdb6
VZ
18496cat >> $CONFIG_STATUS <<EOF
18497
18498CONFIG_FILES=\${CONFIG_FILES-"wx-config
18499 src/make.env
18500 src/makeprog.env
18501 src/makelib.env
18502 Makefile
18503 "}
10f2d63a 18504EOF
698dcdb6
VZ
18505cat >> $CONFIG_STATUS <<\EOF
18506for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
10f2d63a 18507 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
698dcdb6
VZ
18508 case "$ac_file" in
18509 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18510 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18511 *) ac_file_in="${ac_file}.in" ;;
10f2d63a
VZ
18512 esac
18513
698dcdb6 18514 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1e487827 18515
698dcdb6
VZ
18516 # Remove last slash and all that follows it. Not all systems have dirname.
18517 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18518 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18519 # The file is in a subdirectory.
18520 test ! -d "$ac_dir" && mkdir "$ac_dir"
18521 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
10f2d63a 18522 # A "../" for each directory in $ac_dir_suffix.
698dcdb6 18523 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
10f2d63a
VZ
18524 else
18525 ac_dir_suffix= ac_dots=
18526 fi
18527
698dcdb6
VZ
18528 case "$ac_given_srcdir" in
18529 .) srcdir=.
18530 if test -z "$ac_dots"; then top_srcdir=.
18531 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18532 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
10f2d63a 18533 *) # Relative path.
698dcdb6
VZ
18534 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18535 top_srcdir="$ac_dots$ac_given_srcdir" ;;
10f2d63a
VZ
18536 esac
18537
698dcdb6
VZ
18538 case "$ac_given_INSTALL" in
18539 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18540 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
10f2d63a
VZ
18541 esac
18542
698dcdb6
VZ
18543 echo creating "$ac_file"
18544 rm -f "$ac_file"
18545 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18546 case "$ac_file" in
18547 *Makefile*) ac_comsub="1i\\
18548# $configure_input" ;;
18549 *) ac_comsub= ;;
18550 esac
10f2d63a 18551
698dcdb6
VZ
18552 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18553 sed -e "$ac_comsub
18554s%@configure_input@%$configure_input%g
18555s%@srcdir@%$srcdir%g
18556s%@top_srcdir@%$top_srcdir%g
18557s%@INSTALL@%$INSTALL%g
18558" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18559fi; done
18560rm -f conftest.s*
10f2d63a
VZ
18561
18562# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18563# NAME is the cpp macro being defined and VALUE is the value it is being given.
18564#
18565# ac_d sets the value in "#define NAME VALUE" lines.
698dcdb6
VZ
18566ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18567ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
18568ac_dC='\3'
18569ac_dD='%g'
18570# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18571ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18572ac_uB='\([ ]\)%\1#\2define\3'
10f2d63a 18573ac_uC=' '
698dcdb6
VZ
18574ac_uD='\4%g'
18575# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18576ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18577ac_eB='$%\1#\2define\3'
18578ac_eC=' '
18579ac_eD='%g'
10f2d63a 18580
698dcdb6
VZ
18581if test "${CONFIG_HEADERS+set}" != set; then
18582EOF
18583cat >> $CONFIG_STATUS <<EOF
18584 CONFIG_HEADERS="setup.h:setup.h.in"
18585EOF
18586cat >> $CONFIG_STATUS <<\EOF
18587fi
18588for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
10f2d63a 18589 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
698dcdb6
VZ
18590 case "$ac_file" in
18591 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18592 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18593 *) ac_file_in="${ac_file}.in" ;;
10f2d63a
VZ
18594 esac
18595
698dcdb6
VZ
18596 echo creating $ac_file
18597
18598 rm -f conftest.frag conftest.in conftest.out
18599 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18600 cat $ac_file_inputs > conftest.in
18601
18602EOF
18603
18604# Transform confdefs.h into a sed script conftest.vals that substitutes
18605# the proper values into config.h.in to produce config.h. And first:
18606# Protect against being on the right side of a sed subst in config.status.
18607# Protect against being in an unquoted here document in config.status.
18608rm -f conftest.vals
18609cat > conftest.hdr <<\EOF
18610s/[\\&%]/\\&/g
18611s%[\\$`]%\\&%g
18612s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18613s%ac_d%ac_u%gp
18614s%ac_u%ac_e%gp
18615EOF
18616sed -n -f conftest.hdr confdefs.h > conftest.vals
18617rm -f conftest.hdr
10f2d63a
VZ
18618
18619# This sed command replaces #undef with comments. This is necessary, for
18620# example, in the case of _POSIX_SOURCE, which is predefined and required
18621# on some systems where configure will not decide to define it.
698dcdb6
VZ
18622cat >> conftest.vals <<\EOF
18623s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
10f2d63a
VZ
18624EOF
18625
698dcdb6
VZ
18626# Break up conftest.vals because some shells have a limit on
18627# the size of here documents, and old seds have small limits too.
10f2d63a
VZ
18628
18629rm -f conftest.tail
698dcdb6 18630while :
10f2d63a 18631do
698dcdb6
VZ
18632 ac_lines=`grep -c . conftest.vals`
18633 # grep -c gives empty output for an empty file on some AIX systems.
18634 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18635 # Write a limited-size here document to conftest.frag.
18636 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18637 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
10f2d63a 18638 echo 'CEOF
698dcdb6
VZ
18639 sed -f conftest.frag conftest.in > conftest.out
18640 rm -f conftest.in
18641 mv conftest.out conftest.in
18642' >> $CONFIG_STATUS
18643 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18644 rm -f conftest.vals
18645 mv conftest.tail conftest.vals
10f2d63a 18646done
698dcdb6
VZ
18647rm -f conftest.vals
18648
18649cat >> $CONFIG_STATUS <<\EOF
18650 rm -f conftest.frag conftest.h
18651 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18652 cat conftest.in >> conftest.h
18653 rm -f conftest.in
18654 if cmp -s $ac_file conftest.h 2>/dev/null; then
18655 echo "$ac_file is unchanged"
18656 rm -f conftest.h
10f2d63a 18657 else
698dcdb6
VZ
18658 # Remove last slash and all that follows it. Not all systems have dirname.
18659 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10f2d63a 18660 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
698dcdb6
VZ
18661 # The file is in a subdirectory.
18662 test ! -d "$ac_dir" && mkdir "$ac_dir"
10f2d63a 18663 fi
698dcdb6
VZ
18664 rm -f $ac_file
18665 mv conftest.h $ac_file
10f2d63a 18666 fi
698dcdb6
VZ
18667fi; done
18668
10f2d63a 18669EOF
698dcdb6 18670cat >> $CONFIG_STATUS <<EOF
10f2d63a 18671
1e6feb95 18672 SETUPH_DIR="${SETUPH_DIR}"
698dcdb6
VZ
18673 TOOLKIT_NAME="${TOOLKIT_NAME}"
18674 LN_S="${LN_S}"
18675
18676
18677EOF
18678cat >> $CONFIG_STATUS <<\EOF
10f2d63a 18679
6ef41520 18680 if test ! -f wx${TOOLKIT_NAME}-config; then
991a5759
VZ
18681 chmod +x wx-config
18682 mv wx-config wx${TOOLKIT_NAME}-config
18683 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
18684 fi
665bbe97 18685
698dcdb6 18686
00cf1208
RR
18687 if test ! -d lib; then
18688 mkdir lib
18689 fi
18690 if test ! -d lib/wx; then
18691 mkdir lib/wx
18692 fi
18693 if test ! -d lib/wx/include; then
18694 mkdir lib/wx/include
18695 fi
18696 if test ! -d lib/wx/include/wx; then
18697 mkdir lib/wx/include/wx
18698 fi
f6bcfd97
BP
18699 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
18700 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
00cf1208
RR
18701 fi
18702 if test -f setup.h; then
066b00aa 18703 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
00cf1208 18704 fi
07eb77a6 18705
698dcdb6 18706
10f2d63a
VZ
18707 if test ! -d include; then
18708 mkdir include
18709 fi
18710 if test ! -d include/wx; then
18711 mkdir include/wx
18712 fi
1e6feb95
VZ
18713 if test ! -d include/wx/${SETUPH_DIR}; then
18714 mkdir include/wx/${SETUPH_DIR}
10f2d63a 18715 fi
afc31813 18716 if test -f setup.h; then
1e6feb95 18717 cp -fp setup.h include/wx/${SETUPH_DIR}/setup.h
afc31813 18718 fi
665bbe97 18719
698dcdb6
VZ
18720
18721exit 0
10f2d63a
VZ
18722EOF
18723chmod +x $CONFIG_STATUS
698dcdb6
VZ
18724rm -fr confdefs* $ac_clean_files
18725test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
10f2d63a 18726
2224580a
VZ
18727if test "$no_recursion" != yes; then
18728
18729 # Remove --cache-file and --srcdir arguments so they do not pile up.
18730 ac_sub_configure_args=
18731 ac_prev=
18732 for ac_arg in $ac_configure_args; do
18733 if test -n "$ac_prev"; then
18734 ac_prev=
18735 continue
18736 fi
698dcdb6 18737 case "$ac_arg" in
2224580a
VZ
18738 -cache-file | --cache-file | --cache-fil | --cache-fi \
18739 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18740 ac_prev=cache_file ;;
18741 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
698dcdb6 18742 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2224580a
VZ
18743 ;;
18744 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18745 ac_prev=srcdir ;;
18746 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18747 ;;
18748 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18749 esac
18750 done
18751
698dcdb6 18752 for ac_config_dir in demos samples utils contrib; do
2224580a
VZ
18753
18754 # Do not complain, so a configure script can configure whichever
18755 # parts of a large source tree are present.
698dcdb6
VZ
18756 if test ! -d $srcdir/$ac_config_dir; then
18757 continue
18758 fi
18759
18760 echo configuring in $ac_config_dir
2224580a 18761
698dcdb6 18762 case "$srcdir" in
2224580a
VZ
18763 .) ;;
18764 *)
698dcdb6
VZ
18765 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18766 else
18767 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18768 fi
18769 ;;
2224580a
VZ
18770 esac
18771
18772 ac_popdir=`pwd`
698dcdb6 18773 cd $ac_config_dir
2224580a 18774
698dcdb6
VZ
18775 # A "../" for each directory in /$ac_config_dir.
18776 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
2224580a 18777
698dcdb6 18778 case "$srcdir" in
2224580a
VZ
18779 .) # No --srcdir option. We are building in place.
18780 ac_sub_srcdir=$srcdir ;;
698dcdb6
VZ
18781 /*) # Absolute path.
18782 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
2224580a 18783 *) # Relative path.
698dcdb6 18784 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
2224580a
VZ
18785 esac
18786
18787 # Check for guested configure; otherwise get Cygnus style configure.
698dcdb6
VZ
18788 if test -f $ac_sub_srcdir/configure; then
18789 ac_sub_configure=$ac_sub_srcdir/configure
2224580a
VZ
18790 elif test -f $ac_sub_srcdir/configure.in; then
18791 ac_sub_configure=$ac_configure
18792 else
698dcdb6 18793 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
2224580a
VZ
18794 ac_sub_configure=
18795 fi
18796
18797 # The recursion is here.
18798 if test -n "$ac_sub_configure"; then
698dcdb6 18799
2224580a 18800 # Make the cache file name correct relative to the subdirectory.
698dcdb6
VZ
18801 case "$cache_file" in
18802 /*) ac_sub_cache_file=$cache_file ;;
2224580a 18803 *) # Relative path.
698dcdb6 18804 ac_sub_cache_file="$ac_dots$cache_file" ;;
2224580a 18805 esac
698dcdb6
VZ
18806 case "$ac_given_INSTALL" in
18807 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18808 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18809 esac
2224580a 18810
698dcdb6 18811 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
2224580a 18812 # The eval makes quoting arguments work.
698dcdb6
VZ
18813 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
18814 then :
18815 else
18816 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
18817 fi
2224580a
VZ
18818 fi
18819
18820 cd $ac_popdir
18821 done
18822fi
18823
698dcdb6 18824