]>
Commit | Line | Data |
---|---|---|
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: | |
55 | ac_help= | |
56 | ac_default_prefix=/usr/local | |
57 | # Any additions from configure.in: | |
58 | ac_help="$ac_help | |
8168de4c | 59 | --enable-gui use GUI classes" |
1e6feb95 | 60 | ac_help="$ac_help |
8168de4c | 61 | --enable-universal use wxWindows GUI controls instead of native ones" |
698dcdb6 VZ |
62 | ac_help="$ac_help |
63 | --with-gtk use GTK+" | |
64 | ac_help="$ac_help | |
65 | --with-motif use Motif/Lesstif" | |
66 | ac_help="$ac_help | |
67 | --with-mac use Mac OS X" | |
68 | ac_help="$ac_help | |
69 | --with-wine use WINE" | |
70 | ac_help="$ac_help | |
71 | --with-cygwin use Cygwin for MS-Windows" | |
72 | ac_help="$ac_help | |
73 | --with-mingw use GCC Minimal MS-Windows" | |
74 | ac_help="$ac_help | |
75 | --with-pm use OS/2 Presentation Manager" | |
1e6feb95 VZ |
76 | ac_help="$ac_help |
77 | --with-mgl use MGL" | |
698dcdb6 | 78 | ac_help="$ac_help |
8168de4c | 79 | --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)" |
698dcdb6 | 80 | ac_help="$ac_help |
8168de4c | 81 | --with-libpng use libpng (PNG image format)" |
698dcdb6 | 82 | ac_help="$ac_help |
8168de4c | 83 | --with-libjpeg use libjpeg (JPEG file format)" |
698dcdb6 | 84 | ac_help="$ac_help |
8168de4c | 85 | --with-libtiff use libtiff (TIFF file format)" |
698dcdb6 | 86 | ac_help="$ac_help |
8168de4c | 87 | --with-freetype use freetype (font rasterizer)" |
698dcdb6 | 88 | ac_help="$ac_help |
8168de4c | 89 | --with-opengl use OpenGL (or Mesa)" |
698dcdb6 | 90 | ac_help="$ac_help |
8168de4c | 91 | --with-dmalloc use dmalloc library (www.letters.com/dmalloc)" |
3e44f09d VZ |
92 | ac_help="$ac_help |
93 | --with-regex enable support for wxRegEx class" | |
698dcdb6 | 94 | ac_help="$ac_help |
8168de4c | 95 | --with-zlib use zlib for LZW compression" |
698dcdb6 | 96 | ac_help="$ac_help |
8168de4c | 97 | --with-odbc use the IODBC and wxODBC classes" |
698dcdb6 | 98 | ac_help="$ac_help |
8168de4c | 99 | --enable-shared create shared library code" |
698dcdb6 | 100 | ac_help="$ac_help |
8168de4c | 101 | --enable-burnt_name create set name in shared library " |
698dcdb6 | 102 | ac_help="$ac_help |
8168de4c | 103 | --enable-optimise create optimised code" |
698dcdb6 | 104 | ac_help="$ac_help |
8168de4c | 105 | --enable-debug same as debug_flag and debug_info" |
698dcdb6 | 106 | ac_help="$ac_help |
8168de4c | 107 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)" |
698dcdb6 | 108 | ac_help="$ac_help |
8168de4c | 109 | --enable-debug_info create code with debugging information" |
698dcdb6 | 110 | ac_help="$ac_help |
8168de4c | 111 | --enable-debug_gdb create code with extra GDB debugging information" |
698dcdb6 | 112 | ac_help="$ac_help |
8168de4c | 113 | --enable-debug_cntxt use wxDebugContext" |
698dcdb6 | 114 | ac_help="$ac_help |
8168de4c | 115 | --enable-mem_tracing create code with memory tracing" |
698dcdb6 | 116 | ac_help="$ac_help |
8168de4c | 117 | --enable-profile create code with profiling information" |
698dcdb6 | 118 | ac_help="$ac_help |
8168de4c | 119 | --enable-no_rtti create code without RTTI information" |
698dcdb6 | 120 | ac_help="$ac_help |
8168de4c | 121 | --enable-no_exceptions create code without exceptions information" |
698dcdb6 | 122 | ac_help="$ac_help |
8168de4c | 123 | --enable-permissive compile code disregarding strict ANSI" |
698dcdb6 | 124 | ac_help="$ac_help |
8168de4c | 125 | --enable-no_deps create code without dependency information" |
54276ccf VZ |
126 | ac_help="$ac_help |
127 | --enable-compat20 enable wxWin 2.0 compatibility" | |
128 | ac_help="$ac_help | |
129 | --enable-compat22 enable wxWin 2.2 compatibility" | |
698dcdb6 | 130 | ac_help="$ac_help |
8168de4c | 131 | --enable-intl use internationalization system" |
698dcdb6 | 132 | ac_help="$ac_help |
8168de4c | 133 | --enable-config use wxConfig (and derived) classes" |
698dcdb6 | 134 | ac_help="$ac_help |
8168de4c | 135 | --enable-sockets use socket/network classes" |
698dcdb6 | 136 | ac_help="$ac_help |
8168de4c | 137 | --enable-ipc use interprocess communication (wxSocket etc.)" |
698dcdb6 | 138 | ac_help="$ac_help |
8168de4c | 139 | --enable-cmdline use wxCmdLineParser class" |
1e6feb95 | 140 | ac_help="$ac_help |
8168de4c | 141 | --enable-datetime use wxDateTime class" |
1e6feb95 | 142 | ac_help="$ac_help |
8168de4c | 143 | --enable-timedate use obsolete wxDate/wxTime classes" |
1e6feb95 | 144 | ac_help="$ac_help |
8168de4c | 145 | --enable-stopwatch use wxStopWatch class" |
1e6feb95 | 146 | ac_help="$ac_help |
8168de4c | 147 | --enable-dialupman use dialup network classes" |
698dcdb6 | 148 | ac_help="$ac_help |
8168de4c | 149 | --enable-apple_ieee use the Apple IEEE codec" |
698dcdb6 | 150 | ac_help="$ac_help |
8168de4c | 151 | --enable-timer use wxTimer class" |
698dcdb6 | 152 | ac_help="$ac_help |
8168de4c | 153 | --enable-wave use wxWave class" |
698dcdb6 | 154 | ac_help="$ac_help |
8168de4c | 155 | --enable-fraction use wxFraction class" |
698dcdb6 | 156 | ac_help="$ac_help |
8168de4c | 157 | --enable-dynlib use wxLibrary class for DLL loading" |
698dcdb6 | 158 | ac_help="$ac_help |
8168de4c | 159 | --enable-longlong use wxLongLong class" |
698dcdb6 | 160 | ac_help="$ac_help |
8168de4c | 161 | --enable-geometry use geometry class" |
698dcdb6 | 162 | ac_help="$ac_help |
8168de4c | 163 | --enable-log use logging system" |
698dcdb6 | 164 | ac_help="$ac_help |
8168de4c | 165 | --enable-streams use wxStream etc classes" |
698dcdb6 | 166 | ac_help="$ac_help |
8168de4c | 167 | --enable-file use wxFile classes" |
698dcdb6 | 168 | ac_help="$ac_help |
8168de4c | 169 | --enable-ffile use wxFFile classes" |
1e6feb95 | 170 | ac_help="$ac_help |
8168de4c | 171 | --enable-textfile use wxTextFile classes" |
698dcdb6 | 172 | ac_help="$ac_help |
8168de4c | 173 | --enable-fontmap use font encodings conversion classes" |
1e6feb95 | 174 | ac_help="$ac_help |
8168de4c | 175 | --enable-unicode compile wxString with Unicode support" |
698dcdb6 | 176 | ac_help="$ac_help |
8168de4c | 177 | --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs" |
698dcdb6 | 178 | ac_help="$ac_help |
8168de4c | 179 | --enable-wxprintfv use wxWindows implementation of vprintf()" |
698dcdb6 | 180 | ac_help="$ac_help |
8168de4c | 181 | --enable-std_iostreams use standard C++ stream classes" |
698dcdb6 | 182 | ac_help="$ac_help |
8168de4c | 183 | --enable-filesystem use virtual file systems classes" |
698dcdb6 | 184 | ac_help="$ac_help |
8168de4c | 185 | --enable-fs_inet use virtual HTTP/FTP filesystems" |
698dcdb6 | 186 | ac_help="$ac_help |
8168de4c | 187 | --enable-fs_zip use virtual ZIP filesystems" |
698dcdb6 | 188 | ac_help="$ac_help |
8168de4c | 189 | --enable-zipstream use wxZipInputStream" |
698dcdb6 | 190 | ac_help="$ac_help |
8168de4c | 191 | --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException" |
698dcdb6 | 192 | ac_help="$ac_help |
8168de4c | 193 | --enable-snglinst use wxSingleInstanceChecker class" |
698dcdb6 | 194 | ac_help="$ac_help |
8168de4c | 195 | --enable-mimetypes use wxMimeTypesManager" |
3e44f09d VZ |
196 | ac_help="$ac_help |
197 | --enable-sysoptions use wxSystemOptions" | |
1e6feb95 | 198 | ac_help="$ac_help |
8168de4c | 199 | --enable-threads use threads" |
698dcdb6 | 200 | ac_help="$ac_help |
8168de4c | 201 | --enable-serial use class serialization" |
698dcdb6 | 202 | ac_help="$ac_help |
8168de4c | 203 | --enable-docview use document view architecture" |
698dcdb6 | 204 | ac_help="$ac_help |
3379ed37 | 205 | --enable-help use help subsystem" |
29fd3c0c VS |
206 | ac_help="$ac_help |
207 | --enable-mshtmlhelp use MS HTML Help (win32)" | |
3379ed37 VZ |
208 | ac_help="$ac_help |
209 | --enable-html use wxHTML sub-library" | |
210 | ac_help="$ac_help | |
211 | --enable-htmlhelp use wxHTML-based help" | |
698dcdb6 | 212 | ac_help="$ac_help |
8168de4c | 213 | --enable-constraints use layout-constraints system" |
698dcdb6 | 214 | ac_help="$ac_help |
8168de4c | 215 | --enable-printarch use printing architecture" |
698dcdb6 | 216 | ac_help="$ac_help |
8168de4c | 217 | --enable-mdi use multiple document interface architecture" |
698dcdb6 | 218 | ac_help="$ac_help |
8168de4c | 219 | --enable-loggui use standard GUI logger" |
1e6feb95 | 220 | ac_help="$ac_help |
8168de4c | 221 | --enable-logwin use wxLogWindow" |
1e6feb95 | 222 | ac_help="$ac_help |
8168de4c | 223 | --enable-postscript use wxPostscriptDC device context (default for gtk+)" |
698dcdb6 | 224 | ac_help="$ac_help |
8168de4c | 225 | --enable-prologio use Prolog IO library" |
698dcdb6 | 226 | ac_help="$ac_help |
8168de4c | 227 | --enable-resources use wxWindows resources" |
698dcdb6 | 228 | ac_help="$ac_help |
8168de4c | 229 | --enable-xresources use X resources for save (default for gtk+)" |
698dcdb6 | 230 | ac_help="$ac_help |
8168de4c | 231 | --enable-clipboard use wxClipboard classes" |
698dcdb6 | 232 | ac_help="$ac_help |
8168de4c | 233 | --enable-dnd use Drag'n'Drop classes" |
698dcdb6 | 234 | ac_help="$ac_help |
8168de4c | 235 | --enable-metafile use win32 metafiles" |
698dcdb6 | 236 | ac_help="$ac_help |
8168de4c | 237 | --enable-wxtree make wxTree library" |
698dcdb6 | 238 | ac_help="$ac_help |
8168de4c | 239 | --enable-controls use all usual controls" |
698dcdb6 | 240 | ac_help="$ac_help |
8168de4c | 241 | --enable-accel use accelerators" |
698dcdb6 | 242 | ac_help="$ac_help |
8168de4c | 243 | --enable-button use wxButton class" |
698dcdb6 | 244 | ac_help="$ac_help |
8168de4c | 245 | --enable-bmpbutton use wxBitmapButton class" |
698dcdb6 | 246 | ac_help="$ac_help |
8168de4c | 247 | --enable-calendar use wxCalendarCtrl class" |
1e6feb95 | 248 | ac_help="$ac_help |
8168de4c | 249 | --enable-caret use wxCaret class" |
1e6feb95 | 250 | ac_help="$ac_help |
8168de4c | 251 | --enable-checkbox use wxCheckBox class" |
698dcdb6 | 252 | ac_help="$ac_help |
8168de4c | 253 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class" |
698dcdb6 | 254 | ac_help="$ac_help |
8168de4c | 255 | --enable-choice use wxChoice class" |
698dcdb6 | 256 | ac_help="$ac_help |
8168de4c | 257 | --enable-combobox use wxComboBox classes" |
698dcdb6 | 258 | ac_help="$ac_help |
8168de4c | 259 | --enable-gauge use wxGauge class" |
698dcdb6 | 260 | ac_help="$ac_help |
8168de4c | 261 | --enable-grid use wxGrid class" |
698dcdb6 | 262 | ac_help="$ac_help |
8168de4c | 263 | --enable-newgrid use new wxGrid class" |
698dcdb6 | 264 | ac_help="$ac_help |
8168de4c | 265 | --enable-imaglist use wxImageList class" |
698dcdb6 | 266 | ac_help="$ac_help |
8168de4c | 267 | --enable-listbox use wxListBox class" |
698dcdb6 | 268 | ac_help="$ac_help |
8168de4c | 269 | --enable-listctrl use wxListCtrl class" |
698dcdb6 | 270 | ac_help="$ac_help |
8168de4c | 271 | --enable-notebook use wxNotebook class" |
698dcdb6 | 272 | ac_help="$ac_help |
8168de4c | 273 | --enable-radiobox use wxRadioBox class" |
698dcdb6 | 274 | ac_help="$ac_help |
8168de4c | 275 | --enable-radiobtn use wxRadioButton class" |
698dcdb6 | 276 | ac_help="$ac_help |
8168de4c | 277 | --enable-sash use wxSashWindow class" |
698dcdb6 | 278 | ac_help="$ac_help |
8168de4c | 279 | --enable-scrollbar use wxScrollBar class and scrollable windows" |
698dcdb6 | 280 | ac_help="$ac_help |
8168de4c | 281 | --enable-slider use wxSlider class" |
698dcdb6 | 282 | ac_help="$ac_help |
8168de4c | 283 | --enable-spinbtn use wxSpinButton class" |
698dcdb6 | 284 | ac_help="$ac_help |
8168de4c | 285 | --enable-spinctrl use wxSpinCtrl class" |
698dcdb6 | 286 | ac_help="$ac_help |
8168de4c | 287 | --enable-splitter use wxSplitterWindow class" |
698dcdb6 | 288 | ac_help="$ac_help |
8168de4c | 289 | --enable-statbmp use wxStaticBitmap class" |
698dcdb6 | 290 | ac_help="$ac_help |
8168de4c | 291 | --enable-statbox use wxStaticBox class" |
698dcdb6 | 292 | ac_help="$ac_help |
8168de4c | 293 | --enable-statline use wxStaticLine class" |
698dcdb6 | 294 | ac_help="$ac_help |
8168de4c | 295 | --enable-stattext use wxStaticText class" |
1e6feb95 | 296 | ac_help="$ac_help |
8168de4c | 297 | --enable-statusbar use wxStatusBar class" |
698dcdb6 | 298 | ac_help="$ac_help |
8168de4c | 299 | --enable-tabdialog use wxTabControl class" |
698dcdb6 | 300 | ac_help="$ac_help |
8168de4c | 301 | --enable-textctrl use wxTextCtrl class" |
1e6feb95 | 302 | ac_help="$ac_help |
8168de4c | 303 | --enable-togglebtn use wxToggleButton class" |
698dcdb6 | 304 | ac_help="$ac_help |
8168de4c | 305 | --enable-toolbar use wxToolBar class" |
698dcdb6 | 306 | ac_help="$ac_help |
8168de4c | 307 | --enable-tbarnative use native wxToolBar class" |
698dcdb6 | 308 | ac_help="$ac_help |
8168de4c | 309 | --enable-tbarsmpl use wxToolBarSimple class" |
698dcdb6 | 310 | ac_help="$ac_help |
8168de4c | 311 | --enable-treectrl use wxTreeCtrl class" |
9f41d601 RR |
312 | ac_help="$ac_help |
313 | --enable-popupwin use wxPopUpWindow class" | |
698dcdb6 | 314 | ac_help="$ac_help |
8168de4c | 315 | --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)" |
698dcdb6 | 316 | ac_help="$ac_help |
8168de4c | 317 | --enable-choicedlg use wxChoiceDialog" |
1e6feb95 | 318 | ac_help="$ac_help |
8168de4c | 319 | --enable-coldlg use wxColourDialog" |
1e6feb95 | 320 | ac_help="$ac_help |
8168de4c | 321 | --enable-filedlg use wxFileDialog" |
1e6feb95 | 322 | ac_help="$ac_help |
8168de4c | 323 | --enable-fontdlg use wxFontDialog" |
1e6feb95 | 324 | ac_help="$ac_help |
8168de4c | 325 | --enable-dirdlg use wxDirDialog" |
698dcdb6 | 326 | ac_help="$ac_help |
8168de4c | 327 | --enable-msgdlg use wxMessageDialog" |
1e6feb95 | 328 | ac_help="$ac_help |
8168de4c | 329 | --enable-numberdlg use wxNumberEntryDialog" |
1e6feb95 | 330 | ac_help="$ac_help |
8168de4c | 331 | --enable-textdlg use wxTextDialog" |
698dcdb6 | 332 | ac_help="$ac_help |
8168de4c | 333 | --enable-tipdlg use startup tips" |
698dcdb6 | 334 | ac_help="$ac_help |
8168de4c | 335 | --enable-progressdlg use wxProgressDialog" |
b1f5d087 VZ |
336 | ac_help="$ac_help |
337 | --enable-wizarddlg use wxWizard" | |
698dcdb6 | 338 | ac_help="$ac_help |
8168de4c | 339 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes" |
1e6feb95 | 340 | ac_help="$ac_help |
8168de4c | 341 | --enable-miniframe use wxMiniFrame class" |
698dcdb6 | 342 | ac_help="$ac_help |
8168de4c | 343 | --enable-tooltips use wxToolTip class" |
698dcdb6 | 344 | ac_help="$ac_help |
8168de4c | 345 | --enable-splines use spline drawing code" |
698dcdb6 | 346 | ac_help="$ac_help |
8168de4c | 347 | --enable-validators use wxValidator and derived classes" |
698dcdb6 | 348 | ac_help="$ac_help |
8168de4c | 349 | --enable-busyinfo use wxBusyInfo" |
698dcdb6 | 350 | ac_help="$ac_help |
8168de4c | 351 | --enable-joystick compile in joystick support (Linux only)" |
698dcdb6 | 352 | ac_help="$ac_help |
8168de4c | 353 | --enable-metafiles use wxMetaFile (Windows only)" |
24fd6d87 VZ |
354 | ac_help="$ac_help |
355 | --enable-dragimage use wxDragImage" | |
1e6feb95 | 356 | ac_help="$ac_help |
8168de4c | 357 | --enable-image use wxImage class" |
698dcdb6 | 358 | ac_help="$ac_help |
8168de4c | 359 | --enable-gif use gif images (GIF file format)" |
698dcdb6 | 360 | ac_help="$ac_help |
8168de4c | 361 | --enable-pcx use pcx images (PCX file format)" |
698dcdb6 | 362 | ac_help="$ac_help |
8168de4c | 363 | --enable-pnm use pnm images (PNM file format)" |
698dcdb6 | 364 | ac_help="$ac_help |
8168de4c | 365 | --enable-xpm use xpm images (XPM file format)" |
698dcdb6 VZ |
366 | ac_help="$ac_help |
367 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
368 | ac_help="$ac_help | |
369 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
370 | ac_help="$ac_help | |
371 | --disable-gtktest Do not try to compile and run a test GTK program" | |
372 | ac_help="$ac_help | |
373 | --with-x use the X Window System" | |
10f2d63a VZ |
374 | |
375 | # Initialize some variables set by options. | |
376 | # The variables have the same names as the options, with | |
377 | # dashes changed to underlines. | |
698dcdb6 VZ |
378 | build=NONE |
379 | cache_file=./config.cache | |
10f2d63a | 380 | exec_prefix=NONE |
698dcdb6 | 381 | host=NONE |
10f2d63a | 382 | no_create= |
698dcdb6 | 383 | nonopt=NONE |
10f2d63a VZ |
384 | no_recursion= |
385 | prefix=NONE | |
386 | program_prefix=NONE | |
387 | program_suffix=NONE | |
388 | program_transform_name=s,x,x, | |
389 | silent= | |
390 | site= | |
391 | srcdir= | |
698dcdb6 | 392 | target=NONE |
10f2d63a VZ |
393 | verbose= |
394 | x_includes=NONE | |
395 | x_libraries=NONE | |
396 | bindir='${exec_prefix}/bin' | |
397 | sbindir='${exec_prefix}/sbin' | |
398 | libexecdir='${exec_prefix}/libexec' | |
399 | datadir='${prefix}/share' | |
400 | sysconfdir='${prefix}/etc' | |
401 | sharedstatedir='${prefix}/com' | |
402 | localstatedir='${prefix}/var' | |
403 | libdir='${exec_prefix}/lib' | |
404 | includedir='${prefix}/include' | |
405 | oldincludedir='/usr/include' | |
406 | infodir='${prefix}/info' | |
407 | mandir='${prefix}/man' | |
408 | ||
698dcdb6 VZ |
409 | # Initialize some other variables. |
410 | subdirs= | |
411 | MFLAGS= MAKEFLAGS= | |
412 | SHELL=${CONFIG_SHELL-/bin/sh} | |
413 | # Maximum number of lines to put in a shell here document. | |
414 | ac_max_here_lines=12 | |
10f2d63a VZ |
415 | |
416 | ac_prev= | |
417 | for ac_option | |
418 | do | |
698dcdb6 | 419 | |
10f2d63a VZ |
420 | # If the previous option needs an argument, assign it. |
421 | if test -n "$ac_prev"; then | |
422 | eval "$ac_prev=\$ac_option" | |
423 | ac_prev= | |
424 | continue | |
425 | fi | |
426 | ||
698dcdb6 VZ |
427 | case "$ac_option" in |
428 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
429 | *) ac_optarg= ;; | |
430 | esac | |
10f2d63a VZ |
431 | |
432 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
433 | ||
698dcdb6 | 434 | case "$ac_option" in |
10f2d63a VZ |
435 | |
436 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
437 | ac_prev=bindir ;; | |
438 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
698dcdb6 | 439 | bindir="$ac_optarg" ;; |
10f2d63a VZ |
440 | |
441 | -build | --build | --buil | --bui | --bu) | |
698dcdb6 | 442 | ac_prev=build ;; |
10f2d63a | 443 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
698dcdb6 | 444 | build="$ac_optarg" ;; |
10f2d63a VZ |
445 | |
446 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
447 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
448 | ac_prev=cache_file ;; | |
449 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
450 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
698dcdb6 | 451 | cache_file="$ac_optarg" ;; |
10f2d63a VZ |
452 | |
453 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
454 | ac_prev=datadir ;; | |
455 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
456 | | --da=*) | |
698dcdb6 | 457 | datadir="$ac_optarg" ;; |
10f2d63a VZ |
458 | |
459 | -disable-* | --disable-*) | |
698dcdb6 | 460 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` |
10f2d63a | 461 | # Reject names that are not valid shell variable names. |
698dcdb6 VZ |
462 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then |
463 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
464 | fi | |
465 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
466 | eval "enable_${ac_feature}=no" ;; | |
10f2d63a VZ |
467 | |
468 | -enable-* | --enable-*) | |
698dcdb6 | 469 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` |
10f2d63a | 470 | # Reject names that are not valid shell variable names. |
698dcdb6 VZ |
471 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then |
472 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
473 | fi | |
474 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
475 | case "$ac_option" in | |
476 | *=*) ;; | |
10f2d63a VZ |
477 | *) ac_optarg=yes ;; |
478 | esac | |
698dcdb6 | 479 | eval "enable_${ac_feature}='$ac_optarg'" ;; |
10f2d63a VZ |
480 | |
481 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
482 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
483 | | --exec | --exe | --ex) | |
484 | ac_prev=exec_prefix ;; | |
485 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
486 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
487 | | --exec=* | --exe=* | --ex=*) | |
698dcdb6 | 488 | exec_prefix="$ac_optarg" ;; |
10f2d63a VZ |
489 | |
490 | -gas | --gas | --ga | --g) | |
491 | # Obsolete; use --with-gas. | |
492 | with_gas=yes ;; | |
493 | ||
698dcdb6 VZ |
494 | -help | --help | --hel | --he) |
495 | # Omit some internal or obsolete options to make the list less imposing. | |
496 | # This message is too long to be a string in the A/UX 3.1 sh. | |
497 | cat << EOF | |
498 | Usage: configure [options] [host] | |
499 | Options: [defaults in brackets after descriptions] | |
500 | Configuration: | |
501 | --cache-file=FILE cache test results in FILE | |
502 | --help print this message | |
503 | --no-create do not create output files | |
504 | --quiet, --silent do not print \`checking...' messages | |
505 | --version print the version of autoconf that created configure | |
506 | Directory and file names: | |
507 | --prefix=PREFIX install architecture-independent files in PREFIX | |
508 | [$ac_default_prefix] | |
509 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
510 | [same as prefix] | |
511 | --bindir=DIR user executables in DIR [EPREFIX/bin] | |
512 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
513 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
514 | --datadir=DIR read-only architecture-independent data in DIR | |
515 | [PREFIX/share] | |
516 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
517 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
518 | [PREFIX/com] | |
519 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
520 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
521 | --includedir=DIR C header files in DIR [PREFIX/include] | |
522 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
523 | --infodir=DIR info documentation in DIR [PREFIX/info] | |
524 | --mandir=DIR man documentation in DIR [PREFIX/man] | |
525 | --srcdir=DIR find the sources in DIR [configure dir or ..] | |
526 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
527 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
528 | --program-transform-name=PROGRAM | |
529 | run sed PROGRAM on installed program names | |
530 | EOF | |
531 | cat << EOF | |
532 | Host type: | |
533 | --build=BUILD configure for building on BUILD [BUILD=HOST] | |
534 | --host=HOST configure for HOST [guessed] | |
535 | --target=TARGET configure for TARGET [TARGET=HOST] | |
536 | Features and packages: | |
537 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
538 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
539 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
540 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
541 | --x-includes=DIR X include files are in DIR | |
542 | --x-libraries=DIR X library files are in DIR | |
543 | EOF | |
544 | if test -n "$ac_help"; then | |
545 | echo "--enable and --with options recognized:$ac_help" | |
546 | fi | |
547 | exit 0 ;; | |
10f2d63a VZ |
548 | |
549 | -host | --host | --hos | --ho) | |
698dcdb6 | 550 | ac_prev=host ;; |
10f2d63a | 551 | -host=* | --host=* | --hos=* | --ho=*) |
698dcdb6 | 552 | host="$ac_optarg" ;; |
10f2d63a VZ |
553 | |
554 | -includedir | --includedir | --includedi | --included | --include \ | |
555 | | --includ | --inclu | --incl | --inc) | |
556 | ac_prev=includedir ;; | |
557 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
558 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
698dcdb6 | 559 | includedir="$ac_optarg" ;; |
10f2d63a VZ |
560 | |
561 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
562 | ac_prev=infodir ;; | |
563 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
698dcdb6 | 564 | infodir="$ac_optarg" ;; |
10f2d63a VZ |
565 | |
566 | -libdir | --libdir | --libdi | --libd) | |
567 | ac_prev=libdir ;; | |
568 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
698dcdb6 | 569 | libdir="$ac_optarg" ;; |
10f2d63a VZ |
570 | |
571 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
572 | | --libexe | --libex | --libe) | |
573 | ac_prev=libexecdir ;; | |
574 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
575 | | --libexe=* | --libex=* | --libe=*) | |
698dcdb6 | 576 | libexecdir="$ac_optarg" ;; |
10f2d63a VZ |
577 | |
578 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
579 | | --localstate | --localstat | --localsta | --localst \ | |
580 | | --locals | --local | --loca | --loc | --lo) | |
581 | ac_prev=localstatedir ;; | |
582 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
583 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
584 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
698dcdb6 | 585 | localstatedir="$ac_optarg" ;; |
10f2d63a VZ |
586 | |
587 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
588 | ac_prev=mandir ;; | |
589 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
698dcdb6 | 590 | mandir="$ac_optarg" ;; |
10f2d63a VZ |
591 | |
592 | -nfp | --nfp | --nf) | |
593 | # Obsolete; use --without-fp. | |
594 | with_fp=no ;; | |
595 | ||
596 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
597 | | --no-cr | --no-c) | |
598 | no_create=yes ;; | |
599 | ||
600 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
601 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
602 | no_recursion=yes ;; | |
603 | ||
604 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
605 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
606 | | --oldin | --oldi | --old | --ol | --o) | |
607 | ac_prev=oldincludedir ;; | |
608 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
609 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
610 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
698dcdb6 | 611 | oldincludedir="$ac_optarg" ;; |
10f2d63a VZ |
612 | |
613 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
614 | ac_prev=prefix ;; | |
615 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
698dcdb6 | 616 | prefix="$ac_optarg" ;; |
10f2d63a VZ |
617 | |
618 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
619 | | --program-pre | --program-pr | --program-p) | |
620 | ac_prev=program_prefix ;; | |
621 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
622 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
698dcdb6 | 623 | program_prefix="$ac_optarg" ;; |
10f2d63a VZ |
624 | |
625 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
626 | | --program-suf | --program-su | --program-s) | |
627 | ac_prev=program_suffix ;; | |
628 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
629 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
698dcdb6 | 630 | program_suffix="$ac_optarg" ;; |
10f2d63a VZ |
631 | |
632 | -program-transform-name | --program-transform-name \ | |
633 | | --program-transform-nam | --program-transform-na \ | |
634 | | --program-transform-n | --program-transform- \ | |
635 | | --program-transform | --program-transfor \ | |
636 | | --program-transfo | --program-transf \ | |
637 | | --program-trans | --program-tran \ | |
638 | | --progr-tra | --program-tr | --program-t) | |
639 | ac_prev=program_transform_name ;; | |
640 | -program-transform-name=* | --program-transform-name=* \ | |
641 | | --program-transform-nam=* | --program-transform-na=* \ | |
642 | | --program-transform-n=* | --program-transform-=* \ | |
643 | | --program-transform=* | --program-transfor=* \ | |
644 | | --program-transfo=* | --program-transf=* \ | |
645 | | --program-trans=* | --program-tran=* \ | |
646 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
698dcdb6 | 647 | program_transform_name="$ac_optarg" ;; |
10f2d63a VZ |
648 | |
649 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
650 | | -silent | --silent | --silen | --sile | --sil) | |
651 | silent=yes ;; | |
652 | ||
653 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
654 | ac_prev=sbindir ;; | |
655 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
656 | | --sbi=* | --sb=*) | |
698dcdb6 | 657 | sbindir="$ac_optarg" ;; |
10f2d63a VZ |
658 | |
659 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
660 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
661 | | --sharedst | --shareds | --shared | --share | --shar \ | |
662 | | --sha | --sh) | |
663 | ac_prev=sharedstatedir ;; | |
664 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
665 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
666 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
667 | | --sha=* | --sh=*) | |
698dcdb6 | 668 | sharedstatedir="$ac_optarg" ;; |
10f2d63a VZ |
669 | |
670 | -site | --site | --sit) | |
671 | ac_prev=site ;; | |
672 | -site=* | --site=* | --sit=*) | |
698dcdb6 | 673 | site="$ac_optarg" ;; |
10f2d63a VZ |
674 | |
675 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
676 | ac_prev=srcdir ;; | |
677 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
698dcdb6 | 678 | srcdir="$ac_optarg" ;; |
10f2d63a VZ |
679 | |
680 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
681 | | --syscon | --sysco | --sysc | --sys | --sy) | |
682 | ac_prev=sysconfdir ;; | |
683 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
684 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
698dcdb6 | 685 | sysconfdir="$ac_optarg" ;; |
10f2d63a VZ |
686 | |
687 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
698dcdb6 | 688 | ac_prev=target ;; |
10f2d63a | 689 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
698dcdb6 | 690 | target="$ac_optarg" ;; |
10f2d63a VZ |
691 | |
692 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
693 | verbose=yes ;; | |
694 | ||
698dcdb6 VZ |
695 | -version | --version | --versio | --versi | --vers) |
696 | echo "configure generated by autoconf version 2.13" | |
697 | exit 0 ;; | |
10f2d63a VZ |
698 | |
699 | -with-* | --with-*) | |
698dcdb6 | 700 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` |
10f2d63a | 701 | # Reject names that are not valid shell variable names. |
698dcdb6 VZ |
702 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then |
703 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
704 | fi | |
10f2d63a | 705 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
698dcdb6 VZ |
706 | case "$ac_option" in |
707 | *=*) ;; | |
10f2d63a VZ |
708 | *) ac_optarg=yes ;; |
709 | esac | |
698dcdb6 | 710 | eval "with_${ac_package}='$ac_optarg'" ;; |
10f2d63a VZ |
711 | |
712 | -without-* | --without-*) | |
698dcdb6 | 713 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` |
10f2d63a | 714 | # Reject names that are not valid shell variable names. |
698dcdb6 VZ |
715 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then |
716 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
717 | fi | |
718 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
719 | eval "with_${ac_package}=no" ;; | |
10f2d63a VZ |
720 | |
721 | --x) | |
722 | # Obsolete; use --with-x. | |
723 | with_x=yes ;; | |
724 | ||
725 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
726 | | --x-incl | --x-inc | --x-in | --x-i) | |
727 | ac_prev=x_includes ;; | |
728 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
729 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
698dcdb6 | 730 | x_includes="$ac_optarg" ;; |
10f2d63a VZ |
731 | |
732 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
733 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
734 | ac_prev=x_libraries ;; | |
735 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
736 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
698dcdb6 | 737 | x_libraries="$ac_optarg" ;; |
10f2d63a | 738 | |
698dcdb6 | 739 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } |
10f2d63a VZ |
740 | ;; |
741 | ||
742 | *) | |
698dcdb6 VZ |
743 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |
744 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
745 | fi | |
746 | if test "x$nonopt" != xNONE; then | |
747 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
748 | fi | |
749 | nonopt="$ac_option" | |
10f2d63a VZ |
750 | ;; |
751 | ||
752 | esac | |
753 | done | |
754 | ||
755 | if test -n "$ac_prev"; then | |
698dcdb6 VZ |
756 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } |
757 | fi | |
758 | ||
759 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
760 | ||
761 | # File descriptor usage: | |
762 | # 0 standard input | |
763 | # 1 file creation | |
764 | # 2 errors and warnings | |
765 | # 3 some systems may open it to /dev/tty | |
766 | # 4 used on the Kubota Titan | |
767 | # 6 checking for... messages and results | |
768 | # 5 compiler messages saved in config.log | |
769 | if test "$silent" = yes; then | |
770 | exec 6>/dev/null | |
771 | else | |
772 | exec 6>&1 | |
10f2d63a | 773 | fi |
698dcdb6 VZ |
774 | exec 5>./config.log |
775 | ||
776 | echo "\ | |
777 | This file contains any messages produced by compilers while | |
778 | running configure, to aid debugging if configure makes a mistake. | |
779 | " 1>&5 | |
10f2d63a | 780 | |
698dcdb6 VZ |
781 | # Strip out --no-create and --no-recursion so they do not pile up. |
782 | # Also quote any args containing shell metacharacters. | |
783 | ac_configure_args= | |
784 | for ac_arg | |
10f2d63a | 785 | do |
698dcdb6 VZ |
786 | case "$ac_arg" in |
787 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
788 | | --no-cr | --no-c) ;; | |
789 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
790 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
791 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
792 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
793 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
10f2d63a VZ |
794 | esac |
795 | done | |
796 | ||
698dcdb6 VZ |
797 | # NLS nuisances. |
798 | # Only set these to C if already set. These must not be set unconditionally | |
799 | # because not all systems understand e.g. LANG=C (notably SCO). | |
800 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
801 | # Non-C LC_CTYPE values break the ctype check. | |
802 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
803 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
804 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
805 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
10f2d63a | 806 | |
698dcdb6 VZ |
807 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
808 | rm -rf conftest* confdefs.h | |
809 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
810 | echo > confdefs.h | |
10f2d63a | 811 | |
698dcdb6 VZ |
812 | # A filename unique to this package, relative to the directory that |
813 | # configure is in, which we can look for to find out if srcdir is correct. | |
814 | ac_unique_file=wx-config.in | |
10f2d63a VZ |
815 | |
816 | # Find the source files, if location was not specified. | |
817 | if test -z "$srcdir"; then | |
818 | ac_srcdir_defaulted=yes | |
819 | # Try the directory containing this script, then its parent. | |
820 | ac_prog=$0 | |
698dcdb6 | 821 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` |
10f2d63a VZ |
822 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. |
823 | srcdir=$ac_confdir | |
824 | if test ! -r $srcdir/$ac_unique_file; then | |
825 | srcdir=.. | |
826 | fi | |
827 | else | |
828 | ac_srcdir_defaulted=no | |
829 | fi | |
830 | if test ! -r $srcdir/$ac_unique_file; then | |
831 | if test "$ac_srcdir_defaulted" = yes; then | |
698dcdb6 | 832 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } |
10f2d63a | 833 | else |
698dcdb6 | 834 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } |
10f2d63a VZ |
835 | fi |
836 | fi | |
698dcdb6 | 837 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
10f2d63a VZ |
838 | |
839 | # Prefer explicitly selected file to automatically selected ones. | |
840 | if test -z "$CONFIG_SITE"; then | |
841 | if test "x$prefix" != xNONE; then | |
842 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
843 | else | |
844 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
845 | fi | |
846 | fi | |
847 | for ac_site_file in $CONFIG_SITE; do | |
848 | if test -r "$ac_site_file"; then | |
698dcdb6 | 849 | echo "loading site script $ac_site_file" |
10f2d63a VZ |
850 | . "$ac_site_file" |
851 | fi | |
852 | done | |
853 | ||
854 | if test -r "$cache_file"; then | |
698dcdb6 VZ |
855 | echo "loading cache $cache_file" |
856 | . $cache_file | |
10f2d63a | 857 | else |
698dcdb6 VZ |
858 | echo "creating cache $cache_file" |
859 | > $cache_file | |
10f2d63a VZ |
860 | fi |
861 | ||
862 | ac_ext=c | |
698dcdb6 | 863 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 864 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
865 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
866 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
867 | cross_compiling=$ac_cv_prog_cc_cross | |
868 | ||
869 | ac_exeext= | |
870 | ac_objext=o | |
871 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | |
872 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
873 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
874 | ac_n= ac_c=' | |
875 | ' ac_t=' ' | |
876 | else | |
877 | ac_n=-n ac_c= ac_t= | |
878 | fi | |
10f2d63a | 879 | else |
698dcdb6 | 880 | ac_n= ac_c='\c' ac_t= |
10f2d63a | 881 | fi |
698dcdb6 VZ |
882 | |
883 | ||
10f2d63a | 884 | |
7c66a493 VZ |
885 | ac_aux_dir= |
886 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
887 | if test -f $ac_dir/install-sh; then | |
888 | ac_aux_dir=$ac_dir | |
889 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
890 | break | |
891 | elif test -f $ac_dir/install.sh; then | |
892 | ac_aux_dir=$ac_dir | |
893 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
894 | break | |
895 | fi | |
896 | done | |
897 | if test -z "$ac_aux_dir"; then | |
698dcdb6 | 898 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } |
7c66a493 | 899 | fi |
698dcdb6 VZ |
900 | ac_config_guess=$ac_aux_dir/config.guess |
901 | ac_config_sub=$ac_aux_dir/config.sub | |
902 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
703e0a69 | 903 | |
698dcdb6 VZ |
904 | |
905 | # Do some error checking and defaulting for the host and target type. | |
906 | # The inputs are: | |
907 | # configure --host=HOST --target=TARGET --build=BUILD NONOPT | |
908 | # | |
909 | # The rules are: | |
910 | # 1. You are not allowed to specify --host, --target, and nonopt at the | |
911 | # same time. | |
912 | # 2. Host defaults to nonopt. | |
913 | # 3. If nonopt is not specified, then host defaults to the current host, | |
914 | # as determined by config.guess. | |
915 | # 4. Target and build default to nonopt. | |
916 | # 5. If nonopt is not specified, then target and build default to host. | |
7c66a493 VZ |
917 | |
918 | # The aliases save the names the user supplied, while $host etc. | |
919 | # will get canonicalized. | |
698dcdb6 VZ |
920 | case $host---$target---$nonopt in |
921 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
922 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
923 | esac | |
924 | ||
925 | ||
926 | # Make sure we can run config.sub. | |
927 | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | |
928 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
929 | fi | |
930 | ||
931 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
3e44f09d | 932 | echo "configure:933: checking host system type" >&5 |
698dcdb6 VZ |
933 | |
934 | host_alias=$host | |
935 | case "$host_alias" in | |
936 | NONE) | |
937 | case $nonopt in | |
938 | NONE) | |
939 | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | |
940 | else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } | |
941 | fi ;; | |
942 | *) host_alias=$nonopt ;; | |
943 | esac ;; | |
944 | esac | |
945 | ||
946 | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | |
947 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
948 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
949 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
950 | echo "$ac_t""$host" 1>&6 | |
951 | ||
952 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
3e44f09d | 953 | echo "configure:954: checking target system type" >&5 |
698dcdb6 VZ |
954 | |
955 | target_alias=$target | |
956 | case "$target_alias" in | |
957 | NONE) | |
958 | case $nonopt in | |
959 | NONE) target_alias=$host_alias ;; | |
960 | *) target_alias=$nonopt ;; | |
961 | esac ;; | |
962 | esac | |
963 | ||
964 | target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` | |
965 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
966 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
967 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
968 | echo "$ac_t""$target" 1>&6 | |
969 | ||
970 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
3e44f09d | 971 | echo "configure:972: checking build system type" >&5 |
698dcdb6 VZ |
972 | |
973 | build_alias=$build | |
974 | case "$build_alias" in | |
975 | NONE) | |
976 | case $nonopt in | |
977 | NONE) build_alias=$host_alias ;; | |
978 | *) build_alias=$nonopt ;; | |
979 | esac ;; | |
980 | esac | |
981 | ||
982 | build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` | |
983 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
984 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
985 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
986 | echo "$ac_t""$build" 1>&6 | |
987 | ||
988 | test "$host_alias" != "$target_alias" && | |
7c66a493 VZ |
989 | test "$program_prefix$program_suffix$program_transform_name" = \ |
990 | NONENONEs,x,x, && | |
991 | program_prefix=${target_alias}- | |
992 | ||
698dcdb6 VZ |
993 | |
994 | ||
10f2d63a | 995 | WX_MAJOR_VERSION_NUMBER=2 |
37d403aa | 996 | WX_MINOR_VERSION_NUMBER=3 |
6c01ec02 | 997 | WX_RELEASE_NUMBER=2 |
10f2d63a | 998 | |
10f2d63a | 999 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER |
10f2d63a | 1000 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER |
6426998c | 1001 | |
6c01ec02 | 1002 | WX_CURRENT=1 |
6426998c RL |
1003 | WX_REVISION=0 |
1004 | WX_AGE=0 | |
1005 | ||
698dcdb6 VZ |
1006 | |
1007 | ||
10f2d63a VZ |
1008 | USE_UNIX=1 |
1009 | USE_WIN32=0 | |
b12915c1 | 1010 | USE_BEOS=0 |
1216f52d | 1011 | USE_MAC=0 |
b12915c1 | 1012 | |
10f2d63a VZ |
1013 | USE_LINUX= |
1014 | USE_SGI= | |
1015 | USE_HPUX= | |
1016 | USE_SYSV= | |
1017 | USE_SVR4= | |
1018 | USE_AIX= | |
1019 | USE_SUN= | |
1020 | USE_SOLARIS= | |
1021 | USE_SUNOS= | |
1022 | USE_ALPHA= | |
1023 | USE_OSF= | |
1024 | USE_BSD= | |
1025 | USE_FREEBSD= | |
95c8801c | 1026 | USE_OPENBSD= |
f6bcfd97 | 1027 | USE_NETBSD= |
10f2d63a VZ |
1028 | USE_VMS= |
1029 | USE_ULTRIX= | |
1030 | USE_CYGWIN= | |
1031 | USE_MINGW= | |
1032 | USE_DATA_GENERAL= | |
1033 | ||
ab9b9eab VZ |
1034 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 |
1035 | ||
1e6feb95 | 1036 | ALL_TOOLKITS="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE" |
10f2d63a VZ |
1037 | |
1038 | DEFAULT_wxUSE_GTK=0 | |
1e6feb95 VZ |
1039 | DEFAULT_wxUSE_MAC=0 |
1040 | DEFAULT_wxUSE_MGL=0 | |
10f2d63a VZ |
1041 | DEFAULT_wxUSE_MOTIF=0 |
1042 | DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1043 | DEFAULT_wxUSE_PM=0 |
1e6feb95 | 1044 | DEFAULT_wxUSE_WINE=0 |
10f2d63a VZ |
1045 | |
1046 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
1e6feb95 VZ |
1047 | DEFAULT_DEFAULT_wxUSE_MAC=0 |
1048 | DEFAULT_DEFAULT_wxUSE_MGL=0 | |
10f2d63a VZ |
1049 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 |
1050 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1051 | DEFAULT_DEFAULT_wxUSE_PM=0 |
1e6feb95 | 1052 | DEFAULT_DEFAULT_wxUSE_WINE=0 |
10f2d63a | 1053 | |
d6a55c4b VZ |
1054 | PROGRAM_EXT= |
1055 | ||
10f2d63a VZ |
1056 | case "${host}" in |
1057 | *-hp-hpux* ) | |
1058 | USE_HPUX=1 | |
1059 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1060 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
698dcdb6 | 1061 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1062 | #define __HPUX__ 1 |
1063 | EOF | |
1064 | ||
1065 | ;; | |
1066 | *-*-linux* ) | |
1067 | USE_LINUX=1 | |
698dcdb6 | 1068 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1069 | #define __LINUX__ 1 |
1070 | EOF | |
1071 | ||
1072 | TMP=`uname -m` | |
1073 | if test "x$TMP" = "xalpha"; then | |
1074 | USE_ALPHA=1 | |
698dcdb6 | 1075 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1076 | #define __ALPHA__ 1 |
1077 | EOF | |
1078 | ||
1079 | fi | |
1080 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1081 | ;; | |
1082 | *-*-irix5* | *-*-irix6* ) | |
1083 | USE_SGI=1 | |
1084 | USE_SVR4=1 | |
698dcdb6 | 1085 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1086 | #define __SGI__ 1 |
1087 | EOF | |
1088 | ||
698dcdb6 | 1089 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1090 | #define __SVR4__ 1 |
1091 | EOF | |
1092 | ||
1093 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1094 | ;; | |
1095 | *-*-solaris2* ) | |
1096 | USE_SUN=1 | |
1097 | USE_SOLARIS=1 | |
1098 | USE_SVR4=1 | |
698dcdb6 | 1099 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1100 | #define __SUN__ 1 |
1101 | EOF | |
1102 | ||
698dcdb6 | 1103 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1104 | #define __SOLARIS__ 1 |
1105 | EOF | |
1106 | ||
698dcdb6 | 1107 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1108 | #define __SVR4__ 1 |
1109 | EOF | |
1110 | ||
1111 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1112 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1113 | ;; |
1114 | *-*-sunos4* ) | |
1115 | USE_SUN=1 | |
1116 | USE_SUNOS=1 | |
1117 | USE_BSD=1 | |
698dcdb6 | 1118 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1119 | #define __SUN__ 1 |
1120 | EOF | |
1121 | ||
698dcdb6 | 1122 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1123 | #define __SUNOS__ 1 |
1124 | EOF | |
1125 | ||
698dcdb6 | 1126 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1127 | #define __BSD__ 1 |
1128 | EOF | |
1129 | ||
1130 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1131 | ;; | |
f6bcfd97 | 1132 | *-*-freebsd*) |
10f2d63a VZ |
1133 | USE_BSD=1 |
1134 | USE_FREEBSD=1 | |
698dcdb6 | 1135 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1136 | #define __FREEBSD__ 1 |
1137 | EOF | |
1138 | ||
698dcdb6 | 1139 | cat >> confdefs.h <<\EOF |
10f2d63a | 1140 | #define __BSD__ 1 |
95c8801c VS |
1141 | EOF |
1142 | ||
1143 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1144 | ;; | |
1145 | *-*-openbsd*) | |
1146 | USE_BSD=1 | |
1147 | USE_OPENBSD=1 | |
698dcdb6 | 1148 | cat >> confdefs.h <<\EOF |
95c8801c VS |
1149 | #define __FREEBSD__ 1 |
1150 | EOF | |
1151 | ||
698dcdb6 | 1152 | cat >> confdefs.h <<\EOF |
95c8801c | 1153 | #define __OPENBSD__ 1 |
f6bcfd97 BP |
1154 | EOF |
1155 | ||
1156 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1157 | ;; | |
1158 | *-*-netbsd*) | |
1159 | USE_BSD=1 | |
1160 | USE_NETBSD=1 | |
698dcdb6 | 1161 | cat >> confdefs.h <<\EOF |
f6bcfd97 BP |
1162 | #define __FREEBSD__ 1 |
1163 | EOF | |
1164 | ||
698dcdb6 | 1165 | cat >> confdefs.h <<\EOF |
f6bcfd97 | 1166 | #define __NETBSD__ 1 |
10f2d63a VZ |
1167 | EOF |
1168 | ||
1169 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1170 | ;; | |
1171 | *-*-osf* ) | |
1172 | USE_ALPHA=1 | |
1173 | USE_OSF=1 | |
698dcdb6 | 1174 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1175 | #define __ALPHA__ 1 |
1176 | EOF | |
1177 | ||
698dcdb6 | 1178 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1179 | #define __OSF__ 1 |
1180 | EOF | |
1181 | ||
1182 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
f6bcfd97 | 1183 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1184 | ;; |
1185 | *-*-dgux5* ) | |
1186 | USE_ALPHA=1 | |
1187 | USE_SVR4=1 | |
698dcdb6 | 1188 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1189 | #define __ALPHA__ 1 |
1190 | EOF | |
1191 | ||
698dcdb6 | 1192 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1193 | #define __SVR4__ 1 |
1194 | EOF | |
1195 | ||
1196 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1197 | ;; | |
1198 | *-*-sysv5* ) | |
1199 | USE_SYSV=1 | |
1200 | USE_SVR4=1 | |
698dcdb6 | 1201 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1202 | #define __SYSV__ 1 |
1203 | EOF | |
1204 | ||
698dcdb6 | 1205 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1206 | #define __SVR4__ 1 |
1207 | EOF | |
1208 | ||
1209 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1210 | ;; | |
1211 | *-*-aix* ) | |
1212 | USE_AIX=1 | |
1213 | USE_SYSV=1 | |
1214 | USE_SVR4=1 | |
698dcdb6 | 1215 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1216 | #define __AIX__ 1 |
1217 | EOF | |
1218 | ||
698dcdb6 | 1219 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1220 | #define __SYSV__ 1 |
1221 | EOF | |
1222 | ||
698dcdb6 | 1223 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1224 | #define __SVR4__ 1 |
1225 | EOF | |
1226 | ||
1227 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1228 | ;; | |
1229 | ||
1c8183e2 | 1230 | *-*-cygwin* | *-*-mingw32* ) |
10f2d63a VZ |
1231 | USE_UNIX=0 |
1232 | USE_WIN32=1 | |
698dcdb6 | 1233 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1234 | #define __WIN32__ 1 |
1235 | EOF | |
1236 | ||
698dcdb6 | 1237 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1238 | #define __WIN95__ 1 |
1239 | EOF | |
1240 | ||
698dcdb6 | 1241 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1242 | #define __WINDOWS__ 1 |
1243 | EOF | |
1244 | ||
698dcdb6 | 1245 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1246 | #define __GNUWIN32__ 1 |
1247 | EOF | |
1248 | ||
698dcdb6 | 1249 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1250 | #define STRICT 1 |
1251 | EOF | |
1252 | ||
698dcdb6 | 1253 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1254 | #define WINVER 0x0400 |
1255 | EOF | |
1256 | ||
cf27ef00 | 1257 | PROGRAM_EXT=".exe" |
10f2d63a VZ |
1258 | DEFAULT_DEFAULT_wxUSE_MSW=1 |
1259 | ;; | |
1260 | ||
1261 | *-pc-os2_emx ) | |
698dcdb6 | 1262 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1263 | #define __EMX__ 1 |
1264 | EOF | |
1265 | ||
cf27ef00 | 1266 | PROGRAM_EXT=".exe" |
e07802fc | 1267 | DEFAULT_DEFAULT_wxUSE_PM=1 |
10f2d63a VZ |
1268 | ;; |
1269 | ||
b4085ce6 GD |
1270 | *-*-darwin* ) |
1271 | USE_BSD=1 | |
1272 | USE_MAC=1 | |
698dcdb6 | 1273 | cat >> confdefs.h <<\EOF |
b4085ce6 GD |
1274 | #define __MAC__ 1 |
1275 | EOF | |
1276 | ||
698dcdb6 | 1277 | cat >> confdefs.h <<\EOF |
b4085ce6 GD |
1278 | #define __BSD__ 1 |
1279 | EOF | |
1280 | ||
698dcdb6 | 1281 | cat >> confdefs.h <<\EOF |
b4085ce6 GD |
1282 | #define __UNIX__ 1 |
1283 | EOF | |
1284 | ||
1285 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1286 | ;; | |
1287 | ||
b12915c1 VZ |
1288 | *-*-beos* ) |
1289 | USE_BEOS=1 | |
698dcdb6 | 1290 | cat >> confdefs.h <<\EOF |
b12915c1 VZ |
1291 | #define __BEOS__ 1 |
1292 | EOF | |
1293 | ||
1294 | ;; | |
1295 | ||
10f2d63a | 1296 | *) |
698dcdb6 | 1297 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } |
10f2d63a VZ |
1298 | esac |
1299 | ||
1300 | if test "$USE_UNIX" = 1 ; then | |
b12915c1 | 1301 | wxUSE_UNIX=yes |
698dcdb6 | 1302 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1303 | #define __UNIX__ 1 |
1304 | EOF | |
1305 | ||
698dcdb6 | 1306 | |
b12915c1 VZ |
1307 | SRC_SUBDIRS="$SRC_SUBDIRS unix" |
1308 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS unix" | |
1309 | fi | |
1310 | ||
1311 | if test "$USE_BEOS" = 1; then | |
1312 | SRC_SUBDIRS="$SRC_SUBDIRS be" | |
1313 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS be" | |
10f2d63a VZ |
1314 | fi |
1315 | ||
1316 | if test "$USE_LINUX" = 1; then | |
698dcdb6 | 1317 | echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6 |
3e44f09d | 1318 | echo "configure:1319: checking for gettext in -lc" >&5 |
698dcdb6 VZ |
1319 | ac_lib_var=`echo c'_'gettext | sed 'y%./+-%__p_%'` |
1320 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
1321 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 1322 | else |
698dcdb6 VZ |
1323 | ac_save_LIBS="$LIBS" |
1324 | LIBS="-lc $LIBS" | |
1325 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 1326 | #line 1327 "configure" |
698dcdb6 VZ |
1327 | #include "confdefs.h" |
1328 | /* Override any gcc2 internal prototype to avoid an error. */ | |
1329 | /* We use char because int might match the return type of a gcc2 | |
1330 | builtin and then its argument prototype would still apply. */ | |
1331 | char gettext(); | |
10f2d63a | 1332 | |
698dcdb6 VZ |
1333 | int main() { |
1334 | gettext() | |
1335 | ; return 0; } | |
1336 | EOF | |
3e44f09d | 1337 | if { (eval echo configure:1338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
1338 | rm -rf conftest* |
1339 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10f2d63a | 1340 | else |
698dcdb6 VZ |
1341 | echo "configure: failed program was:" >&5 |
1342 | cat conftest.$ac_ext >&5 | |
1343 | rm -rf conftest* | |
1344 | eval "ac_cv_lib_$ac_lib_var=no" | |
10f2d63a | 1345 | fi |
698dcdb6 VZ |
1346 | rm -f conftest* |
1347 | LIBS="$ac_save_LIBS" | |
10f2d63a VZ |
1348 | |
1349 | fi | |
698dcdb6 VZ |
1350 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
1351 | echo "$ac_t""yes" 1>&6 | |
1352 | cat >> confdefs.h <<\EOF | |
1353 | #define wxHAVE_GLIBC2 1 | |
1354 | EOF | |
10f2d63a VZ |
1355 | |
1356 | else | |
698dcdb6 | 1357 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
1358 | fi |
1359 | ||
1360 | fi | |
1361 | ||
1e487827 | 1362 | |
1e487827 | 1363 | |
6232543b | 1364 | |
10f2d63a VZ |
1365 | wx_arg_cache_file="configarg.cache" |
1366 | echo "loading argument cache $wx_arg_cache_file" | |
1367 | rm -f ${wx_arg_cache_file}.tmp | |
1368 | touch ${wx_arg_cache_file}.tmp | |
1369 | touch ${wx_arg_cache_file} | |
698dcdb6 | 1370 | |
10f2d63a VZ |
1371 | |
1372 | DEBUG_CONFIGURE=0 | |
1373 | if test $DEBUG_CONFIGURE = 1; then | |
1e6feb95 VZ |
1374 | DEFAULT_wxUSE_UNIVERSAL=no |
1375 | ||
10f2d63a VZ |
1376 | DEFAULT_wxUSE_THREADS=yes |
1377 | ||
1378 | DEFAULT_wxUSE_SHARED=yes | |
00cf1208 | 1379 | DEFAULT_wxUSE_BURNT_NAME=no |
1e6feb95 | 1380 | DEFAULT_wxUSE_OPTIMISE=no |
10f2d63a VZ |
1381 | DEFAULT_wxUSE_PROFILE=no |
1382 | DEFAULT_wxUSE_NO_DEPS=no | |
1383 | DEFAULT_wxUSE_NO_RTTI=no | |
1384 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
1385 | DEFAULT_wxUSE_PERMISSIVE=no | |
1386 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1387 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1388 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1389 | DEFAULT_wxUSE_MEM_TRACING=no | |
1390 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1391 | DEFAULT_wxUSE_DMALLOC=no | |
1392 | DEFAULT_wxUSE_APPLE_IEEE=no | |
1393 | ||
1394 | DEFAULT_wxUSE_LOG=yes | |
1e6feb95 VZ |
1395 | DEFAULT_wxUSE_LOGWINDOW=no |
1396 | DEFAULT_wxUSE_LOGGUI=no | |
10f2d63a VZ |
1397 | |
1398 | DEFAULT_wxUSE_GUI=yes | |
1e6feb95 | 1399 | DEFAULT_wxUSE_CONTROLS=no |
10f2d63a | 1400 | |
3e44f09d | 1401 | DEFAULT_wxUSE_REGEX=no |
10f2d63a VZ |
1402 | DEFAULT_wxUSE_ZLIB=no |
1403 | DEFAULT_wxUSE_LIBPNG=no | |
1404 | DEFAULT_wxUSE_LIBJPEG=no | |
c7a2bf27 | 1405 | DEFAULT_wxUSE_LIBTIFF=no |
10f2d63a | 1406 | DEFAULT_wxUSE_ODBC=no |
3fed1840 | 1407 | DEFAULT_wxUSE_FREETYPE=no |
bdad4e7e | 1408 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1409 | |
eb4efbdc | 1410 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no |
4f3c5f06 | 1411 | DEFAULT_wxUSE_SNGLINST_CHECKER=no |
10f2d63a | 1412 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1413 | DEFAULT_wxUSE_CMDLINE_PARSER=no |
1414 | DEFAULT_wxUSE_DATETIME=no | |
1415 | DEFAULT_wxUSE_TIMEDATE=no | |
1416 | DEFAULT_wxUSE_TIMER=no | |
1417 | DEFAULT_wxUSE_STOPWATCH=no | |
10f2d63a | 1418 | DEFAULT_wxUSE_FILE=no |
1e6feb95 | 1419 | DEFAULT_wxUSE_FFILE=no |
10f2d63a | 1420 | DEFAULT_wxUSE_TEXTFILE=no |
10f2d63a VZ |
1421 | DEFAULT_wxUSE_WAVE=no |
1422 | DEFAULT_wxUSE_INTL=no | |
1423 | DEFAULT_wxUSE_CONFIG=no | |
1e6feb95 | 1424 | DEFAULT_wxUSE_FONTMAP=no |
10f2d63a VZ |
1425 | DEFAULT_wxUSE_STREAMS=no |
1426 | DEFAULT_wxUSE_SOCKETS=no | |
1427 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
1428 | DEFAULT_wxUSE_SERIAL=no | |
1429 | DEFAULT_wxUSE_JOYSTICK=no | |
1430 | DEFAULT_wxUSE_DYNLIB_CLASS=no | |
1431 | DEFAULT_wxUSE_LONGLONG=no | |
e8f65ba6 | 1432 | DEFAULT_wxUSE_GEOMETRY=no |
10f2d63a VZ |
1433 | |
1434 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
1435 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
1436 | DEFAULT_wxUSE_POSTSCRIPT=no | |
1437 | ||
1438 | DEFAULT_wxUSE_X_RESOURCES=no | |
1439 | DEFAULT_wxUSE_CLIPBOARD=no | |
1440 | DEFAULT_wxUSE_TOOLTIPS=no | |
1441 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
24fd6d87 | 1442 | DEFAULT_wxUSE_DRAGIMAGE=no |
10f2d63a VZ |
1443 | DEFAULT_wxUSE_SPLINES=no |
1444 | ||
1445 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
1446 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
1447 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
1448 | ||
1449 | DEFAULT_wxUSE_PROLOGIO=no | |
1450 | DEFAULT_wxUSE_RESOURCES=no | |
1451 | DEFAULT_wxUSE_CONSTRAINTS=no | |
1452 | DEFAULT_wxUSE_IPC=no | |
1453 | DEFAULT_wxUSE_HELP=no | |
29fd3c0c | 1454 | DEFAULT_wxUSE_MS_HTML_HELP=no |
831b3152 | 1455 | |
3379ed37 | 1456 | DEFAULT_wxUSE_WXHTML_HELP=no |
10f2d63a VZ |
1457 | DEFAULT_wxUSE_WXTREE=no |
1458 | DEFAULT_wxUSE_METAFILE=no | |
1e6feb95 | 1459 | DEFAULT_wxUSE_MIMETYPE=no |
3e44f09d | 1460 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes |
10f2d63a VZ |
1461 | |
1462 | DEFAULT_wxUSE_COMMONDLGS=no | |
1e6feb95 VZ |
1463 | DEFAULT_wxUSE_CHOICEDLG=no |
1464 | DEFAULT_wxUSE_COLOURDLG=no | |
10f2d63a | 1465 | DEFAULT_wxUSE_DIRDLG=no |
1e6feb95 VZ |
1466 | DEFAULT_wxUSE_FILEDLG=no |
1467 | DEFAULT_wxUSE_FONTDLG=no | |
1468 | DEFAULT_wxUSE_MSGDLG=no | |
1469 | DEFAULT_wxUSE_NUMBERDLG=no | |
10f2d63a VZ |
1470 | DEFAULT_wxUSE_TEXTDLG=no |
1471 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
1472 | DEFAULT_wxUSE_PROGRESSDLG=no | |
b1f5d087 VZ |
1473 | DEFAULT_wxUSE_WIZARDDLG=no |
1474 | ||
1e6feb95 | 1475 | DEFAULT_wxUSE_MENUS=no |
10f2d63a VZ |
1476 | DEFAULT_wxUSE_MINIFRAME=no |
1477 | DEFAULT_wxUSE_HTML=no | |
24528b0c | 1478 | DEFAULT_wxUSE_FILESYSTEM=no |
10f2d63a VZ |
1479 | DEFAULT_wxUSE_FS_INET=no |
1480 | DEFAULT_wxUSE_FS_ZIP=no | |
1481 | DEFAULT_wxUSE_BUSYINFO=no | |
1482 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1e6feb95 | 1483 | DEFAULT_wxUSE_VALIDATORS=no |
10f2d63a VZ |
1484 | |
1485 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 | 1486 | DEFAULT_wxUSE_BUTTON=no |
10f2d63a | 1487 | DEFAULT_wxUSE_BMPBUTTON=no |
1e6feb95 VZ |
1488 | DEFAULT_wxUSE_CALCTRL=no |
1489 | DEFAULT_wxUSE_CARET=no | |
10f2d63a VZ |
1490 | DEFAULT_wxUSE_CHECKBOX=no |
1491 | DEFAULT_wxUSE_CHECKLST=no | |
1e6feb95 | 1492 | DEFAULT_wxUSE_CHOICE=no |
10f2d63a VZ |
1493 | DEFAULT_wxUSE_COMBOBOX=no |
1494 | DEFAULT_wxUSE_GAUGE=no | |
1495 | DEFAULT_wxUSE_GRID=no | |
1496 | DEFAULT_wxUSE_NEW_GRID=no | |
1497 | DEFAULT_wxUSE_IMAGLIST=no | |
1498 | DEFAULT_wxUSE_LISTBOX=no | |
1499 | DEFAULT_wxUSE_LISTCTRL=no | |
1500 | DEFAULT_wxUSE_NOTEBOOK=no | |
1501 | DEFAULT_wxUSE_RADIOBOX=no | |
1502 | DEFAULT_wxUSE_RADIOBTN=no | |
1503 | DEFAULT_wxUSE_SASH=no | |
1504 | DEFAULT_wxUSE_SCROLLBAR=no | |
1505 | DEFAULT_wxUSE_SLIDER=no | |
1506 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 1507 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
1508 | DEFAULT_wxUSE_SPLITTER=no |
1509 | DEFAULT_wxUSE_STATBMP=no | |
1510 | DEFAULT_wxUSE_STATBOX=no | |
1511 | DEFAULT_wxUSE_STATLINE=no | |
1e6feb95 | 1512 | DEFAULT_wxUSE_STATTEXT=no |
10f2d63a VZ |
1513 | DEFAULT_wxUSE_STATUSBAR=yes |
1514 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 1515 | DEFAULT_wxUSE_TEXTCTRL=no |
1db8dc4a | 1516 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 1517 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
1518 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
1519 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a | 1520 | DEFAULT_wxUSE_TREECTRL=no |
9f41d601 | 1521 | DEFAULT_wxUSE_POPUPWIN=no |
10f2d63a VZ |
1522 | |
1523 | DEFAULT_wxUSE_UNICODE=no | |
1524 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1525 | ||
0046ff7c | 1526 | DEFAULT_wxUSE_IMAGE=no |
10f2d63a VZ |
1527 | DEFAULT_wxUSE_GIF=no |
1528 | DEFAULT_wxUSE_PCX=no | |
1529 | DEFAULT_wxUSE_PNM=no | |
0046ff7c | 1530 | DEFAULT_wxUSE_XPM=no |
10f2d63a | 1531 | else |
1e6feb95 VZ |
1532 | DEFAULT_wxUSE_UNIVERSAL=no |
1533 | ||
10f2d63a VZ |
1534 | DEFAULT_wxUSE_THREADS=yes |
1535 | ||
1536 | DEFAULT_wxUSE_SHARED=yes | |
00cf1208 | 1537 | DEFAULT_wxUSE_BURNT_NAME=no |
10f2d63a VZ |
1538 | DEFAULT_wxUSE_OPTIMISE=yes |
1539 | DEFAULT_wxUSE_PROFILE=no | |
1540 | DEFAULT_wxUSE_NO_DEPS=no | |
1541 | DEFAULT_wxUSE_NO_RTTI=no | |
1542 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
1543 | DEFAULT_wxUSE_PERMISSIVE=no | |
1544 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1545 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1546 | DEFAULT_wxUSE_DEBUG_GDB=no | |
1547 | DEFAULT_wxUSE_MEM_TRACING=no | |
1548 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1549 | DEFAULT_wxUSE_DMALLOC=no | |
1550 | DEFAULT_wxUSE_APPLE_IEEE=yes | |
1551 | ||
1552 | DEFAULT_wxUSE_LOG=yes | |
d73be714 VZ |
1553 | DEFAULT_wxUSE_LOGWINDOW=yes |
1554 | DEFAULT_wxUSE_LOGGUI=yes | |
10f2d63a VZ |
1555 | |
1556 | DEFAULT_wxUSE_GUI=yes | |
1557 | ||
831b3152 | 1558 | DEFAULT_wxUSE_REGEX=yes |
10f2d63a VZ |
1559 | DEFAULT_wxUSE_ZLIB=yes |
1560 | DEFAULT_wxUSE_LIBPNG=yes | |
1561 | DEFAULT_wxUSE_LIBJPEG=yes | |
b47c832e | 1562 | DEFAULT_wxUSE_LIBTIFF=yes |
16b52fa1 | 1563 | DEFAULT_wxUSE_ODBC=no |
3fed1840 | 1564 | DEFAULT_wxUSE_FREETYPE=no |
bdad4e7e | 1565 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1566 | |
eb4efbdc | 1567 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes |
4f3c5f06 | 1568 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes |
10f2d63a | 1569 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1570 | DEFAULT_wxUSE_CMDLINE_PARSER=yes |
1571 | DEFAULT_wxUSE_DATETIME=yes | |
1572 | DEFAULT_wxUSE_TIMEDATE=no | |
1573 | DEFAULT_wxUSE_TIMER=yes | |
1574 | DEFAULT_wxUSE_STOPWATCH=yes | |
10f2d63a | 1575 | DEFAULT_wxUSE_FILE=yes |
1e6feb95 | 1576 | DEFAULT_wxUSE_FFILE=yes |
10f2d63a | 1577 | DEFAULT_wxUSE_TEXTFILE=yes |
10f2d63a VZ |
1578 | DEFAULT_wxUSE_WAVE=no |
1579 | DEFAULT_wxUSE_INTL=yes | |
1580 | DEFAULT_wxUSE_CONFIG=yes | |
1e6feb95 | 1581 | DEFAULT_wxUSE_FONTMAP=yes |
10f2d63a VZ |
1582 | DEFAULT_wxUSE_STREAMS=yes |
1583 | DEFAULT_wxUSE_SOCKETS=yes | |
1584 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
1585 | DEFAULT_wxUSE_SERIAL=yes | |
1586 | DEFAULT_wxUSE_JOYSTICK=yes | |
1587 | DEFAULT_wxUSE_DYNLIB_CLASS=yes | |
b685cd9b | 1588 | DEFAULT_wxUSE_LONGLONG=yes |
e8f65ba6 | 1589 | DEFAULT_wxUSE_GEOMETRY=yes |
10f2d63a VZ |
1590 | |
1591 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
1592 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
1593 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
1594 | ||
1595 | DEFAULT_wxUSE_X_RESOURCES=no | |
1596 | DEFAULT_wxUSE_CLIPBOARD=yes | |
1597 | DEFAULT_wxUSE_TOOLTIPS=yes | |
1598 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
24fd6d87 | 1599 | DEFAULT_wxUSE_DRAGIMAGE=yes |
10f2d63a VZ |
1600 | DEFAULT_wxUSE_SPLINES=yes |
1601 | ||
1602 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
1603 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
1604 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
1605 | ||
1606 | DEFAULT_wxUSE_PROLOGIO=yes | |
1607 | DEFAULT_wxUSE_RESOURCES=yes | |
1608 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
1609 | DEFAULT_wxUSE_IPC=yes | |
1610 | DEFAULT_wxUSE_HELP=yes | |
29fd3c0c | 1611 | DEFAULT_wxUSE_MS_HTML_HELP=yes |
3379ed37 | 1612 | DEFAULT_wxUSE_WXHTML_HELP=yes |
10f2d63a VZ |
1613 | DEFAULT_wxUSE_WXTREE=yes |
1614 | DEFAULT_wxUSE_METAFILE=yes | |
1e6feb95 | 1615 | DEFAULT_wxUSE_MIMETYPE=yes |
3e44f09d | 1616 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes |
10f2d63a VZ |
1617 | |
1618 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1e6feb95 VZ |
1619 | DEFAULT_wxUSE_CHOICEDLG=yes |
1620 | DEFAULT_wxUSE_COLOURDLG=yes | |
10f2d63a | 1621 | DEFAULT_wxUSE_DIRDLG=yes |
1e6feb95 VZ |
1622 | DEFAULT_wxUSE_FILEDLG=yes |
1623 | DEFAULT_wxUSE_FONTDLG=yes | |
1624 | DEFAULT_wxUSE_MSGDLG=yes | |
1625 | DEFAULT_wxUSE_NUMBERDLG=yes | |
10f2d63a VZ |
1626 | DEFAULT_wxUSE_TEXTDLG=yes |
1627 | DEFAULT_wxUSE_STARTUP_TIPS=yes | |
1628 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
f33f19dd VZ |
1629 | DEFAULT_wxUSE_WIZARDDLG=yes |
1630 | ||
1e6feb95 | 1631 | DEFAULT_wxUSE_MENUS=yes |
10f2d63a VZ |
1632 | DEFAULT_wxUSE_MINIFRAME=yes |
1633 | DEFAULT_wxUSE_HTML=yes | |
24528b0c | 1634 | DEFAULT_wxUSE_FILESYSTEM=yes |
10f2d63a VZ |
1635 | DEFAULT_wxUSE_FS_INET=yes |
1636 | DEFAULT_wxUSE_FS_ZIP=yes | |
1637 | DEFAULT_wxUSE_BUSYINFO=yes | |
1638 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
1639 | DEFAULT_wxUSE_VALIDATORS=yes | |
1640 | ||
1641 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 | 1642 | DEFAULT_wxUSE_BUTTON=yes |
10f2d63a | 1643 | DEFAULT_wxUSE_BMPBUTTON=yes |
1e6feb95 VZ |
1644 | DEFAULT_wxUSE_CALCTRL=yes |
1645 | DEFAULT_wxUSE_CARET=yes | |
10f2d63a VZ |
1646 | DEFAULT_wxUSE_CHECKBOX=yes |
1647 | DEFAULT_wxUSE_CHECKLST=yes | |
1648 | DEFAULT_wxUSE_CHOICE=yes | |
1649 | DEFAULT_wxUSE_COMBOBOX=yes | |
1650 | DEFAULT_wxUSE_GAUGE=yes | |
1651 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 1652 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
1653 | DEFAULT_wxUSE_IMAGLIST=yes |
1654 | DEFAULT_wxUSE_LISTBOX=yes | |
1655 | DEFAULT_wxUSE_LISTCTRL=yes | |
1656 | DEFAULT_wxUSE_NOTEBOOK=yes | |
1657 | DEFAULT_wxUSE_RADIOBOX=yes | |
1658 | DEFAULT_wxUSE_RADIOBTN=yes | |
1659 | DEFAULT_wxUSE_SASH=yes | |
1660 | DEFAULT_wxUSE_SCROLLBAR=yes | |
1661 | DEFAULT_wxUSE_SLIDER=yes | |
1662 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 1663 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
1664 | DEFAULT_wxUSE_SPLITTER=yes |
1665 | DEFAULT_wxUSE_STATBMP=yes | |
1666 | DEFAULT_wxUSE_STATBOX=yes | |
1667 | DEFAULT_wxUSE_STATLINE=yes | |
1e6feb95 | 1668 | DEFAULT_wxUSE_STATTEXT=yes |
10f2d63a VZ |
1669 | DEFAULT_wxUSE_STATUSBAR=yes |
1670 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 1671 | DEFAULT_wxUSE_TEXTCTRL=yes |
1db8dc4a | 1672 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 1673 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
1674 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
1675 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a | 1676 | DEFAULT_wxUSE_TREECTRL=yes |
9f41d601 | 1677 | DEFAULT_wxUSE_POPUPWIN=yes |
10f2d63a VZ |
1678 | |
1679 | DEFAULT_wxUSE_UNICODE=no | |
1680 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1681 | ||
0046ff7c | 1682 | DEFAULT_wxUSE_IMAGE=yes |
10f2d63a VZ |
1683 | DEFAULT_wxUSE_GIF=yes |
1684 | DEFAULT_wxUSE_PCX=yes | |
1685 | DEFAULT_wxUSE_PNM=yes | |
0046ff7c | 1686 | DEFAULT_wxUSE_XPM=yes |
10f2d63a VZ |
1687 | fi |
1688 | ||
698dcdb6 VZ |
1689 | |
1690 | ||
10f2d63a VZ |
1691 | for toolkit in `echo $ALL_TOOLKITS`; do |
1692 | LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}` | |
1693 | if test "x$LINE" != x ; then | |
1694 | has_toolkit_in_cache=1 | |
1695 | eval "DEFAULT_$LINE" | |
1696 | eval "CACHE_$toolkit=1" | |
1697 | fi | |
1698 | done | |
1699 | ||
698dcdb6 VZ |
1700 | |
1701 | ||
1702 | echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6 | |
3e44f09d | 1703 | echo "configure:1704: checking for --enable-gui" >&5 |
10f2d63a VZ |
1704 | no_cache=0 |
1705 | # Check whether --enable-gui or --disable-gui was given. | |
1706 | if test "${enable_gui+set}" = set; then | |
1707 | enableval="$enable_gui" | |
698dcdb6 | 1708 | |
10f2d63a VZ |
1709 | if test "$enableval" = yes; then |
1710 | ac_cv_use_gui='wxUSE_GUI=yes' | |
1711 | else | |
1712 | ac_cv_use_gui='wxUSE_GUI=no' | |
1713 | fi | |
698dcdb6 | 1714 | |
10f2d63a | 1715 | else |
698dcdb6 | 1716 | |
10f2d63a VZ |
1717 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` |
1718 | if test "x$LINE" != x ; then | |
1719 | eval "DEFAULT_$LINE" | |
1720 | else | |
1721 | no_cache=1 | |
1722 | fi | |
1723 | ||
1724 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
698dcdb6 VZ |
1725 | |
1726 | fi | |
10f2d63a VZ |
1727 | |
1728 | ||
1729 | eval "$ac_cv_use_gui" | |
1730 | if test "$no_cache" != 1; then | |
1731 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
1732 | fi | |
1733 | ||
1734 | if test "$wxUSE_GUI" = yes; then | |
698dcdb6 | 1735 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 1736 | else |
698dcdb6 | 1737 | echo "$ac_t""no" 1>&6 |
10f2d63a | 1738 | fi |
698dcdb6 | 1739 | |
10f2d63a | 1740 | |
b12915c1 | 1741 | if test "$wxUSE_GUI" = "yes"; then |
10f2d63a | 1742 | |
1e6feb95 VZ |
1743 | |
1744 | echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6 | |
3e44f09d | 1745 | echo "configure:1746: checking for --enable-universal" >&5 |
1e6feb95 VZ |
1746 | no_cache=0 |
1747 | # Check whether --enable-universal or --disable-universal was given. | |
1748 | if test "${enable_universal+set}" = set; then | |
1749 | enableval="$enable_universal" | |
1750 | ||
1751 | if test "$enableval" = yes; then | |
1752 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
1753 | else | |
1754 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
1755 | fi | |
1756 | ||
1757 | else | |
1758 | ||
1759 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` | |
1760 | if test "x$LINE" != x ; then | |
1761 | eval "DEFAULT_$LINE" | |
1762 | else | |
1763 | no_cache=1 | |
1764 | fi | |
1765 | ||
1766 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
1767 | ||
1768 | fi | |
1769 | ||
1770 | ||
1771 | eval "$ac_cv_use_universal" | |
1772 | if test "$no_cache" != 1; then | |
1773 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
1774 | fi | |
1775 | ||
1776 | if test "$wxUSE_UNIVERSAL" = yes; then | |
1777 | echo "$ac_t""yes" 1>&6 | |
1778 | else | |
1779 | echo "$ac_t""no" 1>&6 | |
1780 | fi | |
1781 | ||
10f2d63a VZ |
1782 | # Check whether --with-gtk or --without-gtk was given. |
1783 | if test "${with_gtk+set}" = set; then | |
1784 | withval="$with_gtk" | |
1785 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
698dcdb6 | 1786 | fi |
10f2d63a VZ |
1787 | |
1788 | # Check whether --with-motif or --without-motif was given. | |
1789 | if test "${with_motif+set}" = set; then | |
1790 | withval="$with_motif" | |
1791 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
698dcdb6 | 1792 | fi |
10f2d63a | 1793 | |
b4085ce6 GD |
1794 | # Check whether --with-mac or --without-mac was given. |
1795 | if test "${with_mac+set}" = set; then | |
1796 | withval="$with_mac" | |
1797 | wxUSE_MAC="$withval" TOOLKIT_GIVEN=1 | |
698dcdb6 | 1798 | fi |
b4085ce6 | 1799 | |
10f2d63a VZ |
1800 | # Check whether --with-wine or --without-wine was given. |
1801 | if test "${with_wine+set}" = set; then | |
1802 | withval="$with_wine" | |
1803 | wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1 | |
698dcdb6 | 1804 | fi |
10f2d63a VZ |
1805 | |
1806 | # Check whether --with-cygwin or --without-cygwin was given. | |
1807 | if test "${with_cygwin+set}" = set; then | |
1808 | withval="$with_cygwin" | |
1809 | wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1 | |
698dcdb6 | 1810 | fi |
10f2d63a VZ |
1811 | |
1812 | # Check whether --with-mingw or --without-mingw was given. | |
1813 | if test "${with_mingw+set}" = set; then | |
1814 | withval="$with_mingw" | |
1815 | wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1 | |
698dcdb6 | 1816 | fi |
10f2d63a | 1817 | |
e07802fc VZ |
1818 | # Check whether --with-pm or --without-pm was given. |
1819 | if test "${with_pm+set}" = set; then | |
1820 | withval="$with_pm" | |
1821 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
698dcdb6 VZ |
1822 | fi |
1823 | ||
1e6feb95 VZ |
1824 | # Check whether --with-mgl or --without-mgl was given. |
1825 | if test "${with_mgl+set}" = set; then | |
1826 | withval="$with_mgl" | |
1827 | wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1 | |
1828 | fi | |
1829 | ||
10f2d63a | 1830 | |
8168de4c VZ |
1831 | # Check whether --enable-gtk2 or --disable-gtk2 was given. |
1832 | if test "${enable_gtk2+set}" = set; then | |
1833 | enableval="$enable_gtk2" | |
1834 | wxUSE_GTK2=1 | |
10f2d63a | 1835 | else |
8168de4c | 1836 | wxUSE_GTK2=0 |
698dcdb6 VZ |
1837 | fi |
1838 | ||
703e0a69 | 1839 | |
1e487827 | 1840 | |
698dcdb6 | 1841 | echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6 |
3e44f09d | 1842 | echo "configure:1843: checking for --with-libpng" >&5 |
698dcdb6 VZ |
1843 | no_cache=0 |
1844 | # Check whether --with-libpng or --without-libpng was given. | |
b12915c1 VZ |
1845 | if test "${with_libpng+set}" = set; then |
1846 | withval="$with_libpng" | |
698dcdb6 | 1847 | |
10f2d63a | 1848 | if test "$withval" = yes; then |
b12915c1 | 1849 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' |
422107f9 | 1850 | elif test "$withval" = no; then |
b12915c1 | 1851 | ac_cv_use_libpng='wxUSE_LIBPNG=no' |
422107f9 VZ |
1852 | elif test "$withval" = sys; then |
1853 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
1854 | else | |
698dcdb6 | 1855 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 1856 | fi |
698dcdb6 | 1857 | |
10f2d63a | 1858 | else |
698dcdb6 | 1859 | |
b12915c1 | 1860 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1861 | if test "x$LINE" != x ; then |
1862 | eval "DEFAULT_$LINE" | |
1863 | else | |
1864 | no_cache=1 | |
1865 | fi | |
1866 | ||
b12915c1 | 1867 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG |
698dcdb6 VZ |
1868 | |
1869 | fi | |
10f2d63a VZ |
1870 | |
1871 | ||
b12915c1 | 1872 | eval "$ac_cv_use_libpng" |
10f2d63a | 1873 | if test "$no_cache" != 1; then |
b12915c1 | 1874 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1875 | fi |
1876 | ||
b12915c1 | 1877 | if test "$wxUSE_LIBPNG" = yes; then |
698dcdb6 | 1878 | echo "$ac_t""yes" 1>&6 |
422107f9 | 1879 | elif test "$wxUSE_LIBPNG" = no; then |
698dcdb6 | 1880 | echo "$ac_t""no" 1>&6 |
422107f9 | 1881 | elif test "$wxUSE_LIBPNG" = sys; then |
698dcdb6 | 1882 | echo "$ac_t""system version" 1>&6 |
422107f9 | 1883 | else |
698dcdb6 | 1884 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 1885 | fi |
698dcdb6 | 1886 | |
10f2d63a | 1887 | |
698dcdb6 | 1888 | echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6 |
3e44f09d | 1889 | echo "configure:1890: checking for --with-libjpeg" >&5 |
10f2d63a | 1890 | no_cache=0 |
698dcdb6 | 1891 | # Check whether --with-libjpeg or --without-libjpeg was given. |
b12915c1 VZ |
1892 | if test "${with_libjpeg+set}" = set; then |
1893 | withval="$with_libjpeg" | |
698dcdb6 | 1894 | |
10f2d63a | 1895 | if test "$withval" = yes; then |
b12915c1 | 1896 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' |
422107f9 | 1897 | elif test "$withval" = no; then |
b12915c1 | 1898 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' |
422107f9 VZ |
1899 | elif test "$withval" = sys; then |
1900 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
1901 | else | |
698dcdb6 | 1902 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 1903 | fi |
698dcdb6 | 1904 | |
10f2d63a | 1905 | else |
698dcdb6 | 1906 | |
b12915c1 | 1907 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1908 | if test "x$LINE" != x ; then |
1909 | eval "DEFAULT_$LINE" | |
1910 | else | |
1911 | no_cache=1 | |
1912 | fi | |
1913 | ||
b12915c1 | 1914 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG |
698dcdb6 VZ |
1915 | |
1916 | fi | |
10f2d63a VZ |
1917 | |
1918 | ||
b12915c1 | 1919 | eval "$ac_cv_use_libjpeg" |
10f2d63a | 1920 | if test "$no_cache" != 1; then |
b12915c1 | 1921 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1922 | fi |
1923 | ||
b12915c1 | 1924 | if test "$wxUSE_LIBJPEG" = yes; then |
698dcdb6 | 1925 | echo "$ac_t""yes" 1>&6 |
422107f9 | 1926 | elif test "$wxUSE_LIBJPEG" = no; then |
698dcdb6 | 1927 | echo "$ac_t""no" 1>&6 |
422107f9 | 1928 | elif test "$wxUSE_LIBJPEG" = sys; then |
698dcdb6 | 1929 | echo "$ac_t""system version" 1>&6 |
422107f9 | 1930 | else |
698dcdb6 | 1931 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 1932 | fi |
698dcdb6 | 1933 | |
10f2d63a | 1934 | |
698dcdb6 | 1935 | echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6 |
3e44f09d | 1936 | echo "configure:1937: checking for --with-libtiff" >&5 |
10f2d63a | 1937 | no_cache=0 |
698dcdb6 | 1938 | # Check whether --with-libtiff or --without-libtiff was given. |
b12915c1 VZ |
1939 | if test "${with_libtiff+set}" = set; then |
1940 | withval="$with_libtiff" | |
698dcdb6 | 1941 | |
10f2d63a | 1942 | if test "$withval" = yes; then |
b12915c1 | 1943 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' |
0dcf9893 | 1944 | elif test "$withval" = no; then |
b12915c1 | 1945 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' |
0dcf9893 VZ |
1946 | elif test "$withval" = sys; then |
1947 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
1948 | else | |
698dcdb6 | 1949 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 1950 | fi |
698dcdb6 | 1951 | |
10f2d63a | 1952 | else |
698dcdb6 | 1953 | |
b12915c1 | 1954 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` |
10f2d63a VZ |
1955 | if test "x$LINE" != x ; then |
1956 | eval "DEFAULT_$LINE" | |
1957 | else | |
1958 | no_cache=1 | |
1959 | fi | |
1960 | ||
b12915c1 | 1961 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF |
698dcdb6 VZ |
1962 | |
1963 | fi | |
10f2d63a VZ |
1964 | |
1965 | ||
b12915c1 | 1966 | eval "$ac_cv_use_libtiff" |
10f2d63a | 1967 | if test "$no_cache" != 1; then |
b12915c1 | 1968 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1969 | fi |
1970 | ||
b12915c1 | 1971 | if test "$wxUSE_LIBTIFF" = yes; then |
698dcdb6 | 1972 | echo "$ac_t""yes" 1>&6 |
0dcf9893 | 1973 | elif test "$wxUSE_LIBTIFF" = no; then |
698dcdb6 | 1974 | echo "$ac_t""no" 1>&6 |
0dcf9893 | 1975 | elif test "$wxUSE_LIBTIFF" = sys; then |
698dcdb6 | 1976 | echo "$ac_t""system version" 1>&6 |
0dcf9893 | 1977 | else |
698dcdb6 | 1978 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 1979 | fi |
698dcdb6 | 1980 | |
10f2d63a | 1981 | |
698dcdb6 | 1982 | echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6 |
3e44f09d | 1983 | echo "configure:1984: checking for --with-freetype" >&5 |
3fed1840 | 1984 | no_cache=0 |
698dcdb6 | 1985 | # Check whether --with-freetype or --without-freetype was given. |
3fed1840 RR |
1986 | if test "${with_freetype+set}" = set; then |
1987 | withval="$with_freetype" | |
698dcdb6 | 1988 | |
3fed1840 RR |
1989 | if test "$withval" = yes; then |
1990 | ac_cv_use_freetype='wxUSE_FREETYPE=yes' | |
1991 | elif test "$withval" = no; then | |
1992 | ac_cv_use_freetype='wxUSE_FREETYPE=no' | |
1993 | elif test "$withval" = sys; then | |
1994 | ac_cv_use_freetype='wxUSE_FREETYPE=sys' | |
1995 | else | |
698dcdb6 | 1996 | { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; } |
3fed1840 | 1997 | fi |
698dcdb6 | 1998 | |
3fed1840 | 1999 | else |
698dcdb6 | 2000 | |
3fed1840 RR |
2001 | LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}` |
2002 | if test "x$LINE" != x ; then | |
2003 | eval "DEFAULT_$LINE" | |
2004 | else | |
2005 | no_cache=1 | |
2006 | fi | |
2007 | ||
2008 | ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE | |
698dcdb6 VZ |
2009 | |
2010 | fi | |
3fed1840 RR |
2011 | |
2012 | ||
2013 | eval "$ac_cv_use_freetype" | |
2014 | if test "$no_cache" != 1; then | |
2015 | echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp | |
2016 | fi | |
2017 | ||
2018 | if test "$wxUSE_FREETYPE" = yes; then | |
698dcdb6 | 2019 | echo "$ac_t""yes" 1>&6 |
3fed1840 | 2020 | elif test "$wxUSE_FREETYPE" = no; then |
698dcdb6 | 2021 | echo "$ac_t""no" 1>&6 |
3fed1840 | 2022 | elif test "$wxUSE_FREETYPE" = sys; then |
698dcdb6 | 2023 | echo "$ac_t""system version" 1>&6 |
3fed1840 | 2024 | else |
698dcdb6 | 2025 | { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; } |
3fed1840 | 2026 | fi |
698dcdb6 | 2027 | |
3fed1840 | 2028 | |
698dcdb6 | 2029 | echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6 |
3e44f09d | 2030 | echo "configure:2031: checking for --with-opengl" >&5 |
10f2d63a | 2031 | no_cache=0 |
698dcdb6 | 2032 | # Check whether --with-opengl or --without-opengl was given. |
b12915c1 VZ |
2033 | if test "${with_opengl+set}" = set; then |
2034 | withval="$with_opengl" | |
698dcdb6 | 2035 | |
10f2d63a | 2036 | if test "$withval" = yes; then |
b12915c1 | 2037 | ac_cv_use_opengl='wxUSE_OPENGL=yes' |
10f2d63a | 2038 | else |
b12915c1 | 2039 | ac_cv_use_opengl='wxUSE_OPENGL=no' |
10f2d63a | 2040 | fi |
698dcdb6 | 2041 | |
10f2d63a | 2042 | else |
698dcdb6 | 2043 | |
b12915c1 | 2044 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` |
10f2d63a VZ |
2045 | if test "x$LINE" != x ; then |
2046 | eval "DEFAULT_$LINE" | |
2047 | else | |
2048 | no_cache=1 | |
2049 | fi | |
2050 | ||
b12915c1 | 2051 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL |
698dcdb6 VZ |
2052 | |
2053 | fi | |
10f2d63a VZ |
2054 | |
2055 | ||
b12915c1 | 2056 | eval "$ac_cv_use_opengl" |
10f2d63a | 2057 | if test "$no_cache" != 1; then |
b12915c1 | 2058 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2059 | fi |
2060 | ||
b12915c1 | 2061 | if test "$wxUSE_OPENGL" = yes; then |
698dcdb6 | 2062 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2063 | else |
698dcdb6 | 2064 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2065 | fi |
698dcdb6 | 2066 | |
10f2d63a | 2067 | |
b12915c1 VZ |
2068 | fi |
2069 | ||
1e487827 | 2070 | |
698dcdb6 | 2071 | echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6 |
3e44f09d | 2072 | echo "configure:2073: checking for --with-dmalloc" >&5 |
698dcdb6 VZ |
2073 | no_cache=0 |
2074 | # Check whether --with-dmalloc or --without-dmalloc was given. | |
b12915c1 VZ |
2075 | if test "${with_dmalloc+set}" = set; then |
2076 | withval="$with_dmalloc" | |
698dcdb6 | 2077 | |
c7a2bf27 | 2078 | if test "$withval" = yes; then |
b12915c1 | 2079 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' |
c7a2bf27 | 2080 | else |
b12915c1 | 2081 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' |
c7a2bf27 | 2082 | fi |
698dcdb6 | 2083 | |
c7a2bf27 | 2084 | else |
698dcdb6 | 2085 | |
b12915c1 | 2086 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` |
c7a2bf27 RR |
2087 | if test "x$LINE" != x ; then |
2088 | eval "DEFAULT_$LINE" | |
2089 | else | |
2090 | no_cache=1 | |
2091 | fi | |
2092 | ||
b12915c1 | 2093 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC |
698dcdb6 VZ |
2094 | |
2095 | fi | |
c7a2bf27 RR |
2096 | |
2097 | ||
b12915c1 | 2098 | eval "$ac_cv_use_dmalloc" |
c7a2bf27 | 2099 | if test "$no_cache" != 1; then |
b12915c1 | 2100 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp |
c7a2bf27 RR |
2101 | fi |
2102 | ||
b12915c1 | 2103 | if test "$wxUSE_DMALLOC" = yes; then |
698dcdb6 | 2104 | echo "$ac_t""yes" 1>&6 |
c7a2bf27 | 2105 | else |
698dcdb6 | 2106 | echo "$ac_t""no" 1>&6 |
c7a2bf27 | 2107 | fi |
698dcdb6 | 2108 | |
c7a2bf27 | 2109 | |
3e44f09d VZ |
2110 | echo $ac_n "checking for --with-regex""... $ac_c" 1>&6 |
2111 | echo "configure:2112: checking for --with-regex" >&5 | |
2112 | no_cache=0 | |
2113 | # Check whether --with-regex or --without-regex was given. | |
2114 | if test "${with_regex+set}" = set; then | |
2115 | withval="$with_regex" | |
2116 | ||
2117 | if test "$withval" = yes; then | |
2118 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
2119 | elif test "$withval" = no; then | |
2120 | ac_cv_use_regex='wxUSE_REGEX=no' | |
2121 | elif test "$withval" = sys; then | |
2122 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
2123 | else | |
2124 | { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; } | |
2125 | fi | |
2126 | ||
2127 | else | |
2128 | ||
2129 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` | |
2130 | if test "x$LINE" != x ; then | |
2131 | eval "DEFAULT_$LINE" | |
2132 | else | |
2133 | no_cache=1 | |
2134 | fi | |
2135 | ||
2136 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
2137 | ||
2138 | fi | |
2139 | ||
2140 | ||
2141 | eval "$ac_cv_use_regex" | |
2142 | if test "$no_cache" != 1; then | |
2143 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
2144 | fi | |
2145 | ||
2146 | if test "$wxUSE_REGEX" = yes; then | |
2147 | echo "$ac_t""yes" 1>&6 | |
2148 | elif test "$wxUSE_REGEX" = no; then | |
2149 | echo "$ac_t""no" 1>&6 | |
2150 | elif test "$wxUSE_REGEX" = sys; then | |
2151 | echo "$ac_t""system version" 1>&6 | |
2152 | else | |
2153 | { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; } | |
2154 | fi | |
2155 | ||
2156 | ||
698dcdb6 | 2157 | echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6 |
3e44f09d | 2158 | echo "configure:2159: checking for --with-zlib" >&5 |
10f2d63a | 2159 | no_cache=0 |
698dcdb6 | 2160 | # Check whether --with-zlib or --without-zlib was given. |
b12915c1 VZ |
2161 | if test "${with_zlib+set}" = set; then |
2162 | withval="$with_zlib" | |
698dcdb6 | 2163 | |
10f2d63a | 2164 | if test "$withval" = yes; then |
b12915c1 | 2165 | ac_cv_use_zlib='wxUSE_ZLIB=yes' |
422107f9 | 2166 | elif test "$withval" = no; then |
b12915c1 | 2167 | ac_cv_use_zlib='wxUSE_ZLIB=no' |
422107f9 VZ |
2168 | elif test "$withval" = sys; then |
2169 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
2170 | else | |
698dcdb6 | 2171 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 2172 | fi |
698dcdb6 | 2173 | |
10f2d63a | 2174 | else |
698dcdb6 | 2175 | |
b12915c1 | 2176 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` |
10f2d63a VZ |
2177 | if test "x$LINE" != x ; then |
2178 | eval "DEFAULT_$LINE" | |
2179 | else | |
2180 | no_cache=1 | |
2181 | fi | |
2182 | ||
b12915c1 | 2183 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB |
698dcdb6 VZ |
2184 | |
2185 | fi | |
10f2d63a VZ |
2186 | |
2187 | ||
b12915c1 | 2188 | eval "$ac_cv_use_zlib" |
10f2d63a | 2189 | if test "$no_cache" != 1; then |
b12915c1 | 2190 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2191 | fi |
2192 | ||
b12915c1 | 2193 | if test "$wxUSE_ZLIB" = yes; then |
698dcdb6 | 2194 | echo "$ac_t""yes" 1>&6 |
422107f9 | 2195 | elif test "$wxUSE_ZLIB" = no; then |
698dcdb6 | 2196 | echo "$ac_t""no" 1>&6 |
422107f9 | 2197 | elif test "$wxUSE_ZLIB" = sys; then |
698dcdb6 | 2198 | echo "$ac_t""system version" 1>&6 |
422107f9 | 2199 | else |
698dcdb6 | 2200 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; } |
10f2d63a | 2201 | fi |
698dcdb6 | 2202 | |
10f2d63a | 2203 | |
698dcdb6 | 2204 | echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6 |
3e44f09d | 2205 | echo "configure:2206: checking for --with-odbc" >&5 |
10f2d63a | 2206 | no_cache=0 |
698dcdb6 | 2207 | # Check whether --with-odbc or --without-odbc was given. |
10f2d63a VZ |
2208 | if test "${with_odbc+set}" = set; then |
2209 | withval="$with_odbc" | |
698dcdb6 | 2210 | |
10f2d63a VZ |
2211 | if test "$withval" = yes; then |
2212 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
2213 | else | |
2214 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
2215 | fi | |
698dcdb6 | 2216 | |
10f2d63a | 2217 | else |
698dcdb6 | 2218 | |
10f2d63a VZ |
2219 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` |
2220 | if test "x$LINE" != x ; then | |
2221 | eval "DEFAULT_$LINE" | |
2222 | else | |
2223 | no_cache=1 | |
2224 | fi | |
2225 | ||
2226 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
698dcdb6 VZ |
2227 | |
2228 | fi | |
10f2d63a VZ |
2229 | |
2230 | ||
2231 | eval "$ac_cv_use_odbc" | |
2232 | if test "$no_cache" != 1; then | |
2233 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
2234 | fi | |
2235 | ||
2236 | if test "$wxUSE_ODBC" = yes; then | |
698dcdb6 | 2237 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2238 | else |
698dcdb6 | 2239 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2240 | fi |
698dcdb6 VZ |
2241 | |
2242 | ||
10f2d63a | 2243 | |
698dcdb6 VZ |
2244 | |
2245 | ||
2246 | echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6 | |
3e44f09d | 2247 | echo "configure:2248: checking for --enable-shared" >&5 |
10f2d63a VZ |
2248 | no_cache=0 |
2249 | # Check whether --enable-shared or --disable-shared was given. | |
2250 | if test "${enable_shared+set}" = set; then | |
2251 | enableval="$enable_shared" | |
698dcdb6 | 2252 | |
10f2d63a VZ |
2253 | if test "$enableval" = yes; then |
2254 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
2255 | else | |
2256 | ac_cv_use_shared='wxUSE_SHARED=no' | |
2257 | fi | |
698dcdb6 | 2258 | |
10f2d63a | 2259 | else |
698dcdb6 | 2260 | |
10f2d63a VZ |
2261 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` |
2262 | if test "x$LINE" != x ; then | |
2263 | eval "DEFAULT_$LINE" | |
2264 | else | |
2265 | no_cache=1 | |
2266 | fi | |
2267 | ||
2268 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
698dcdb6 VZ |
2269 | |
2270 | fi | |
10f2d63a VZ |
2271 | |
2272 | ||
2273 | eval "$ac_cv_use_shared" | |
2274 | if test "$no_cache" != 1; then | |
2275 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
2276 | fi | |
2277 | ||
2278 | if test "$wxUSE_SHARED" = yes; then | |
698dcdb6 | 2279 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2280 | else |
698dcdb6 | 2281 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2282 | fi |
698dcdb6 | 2283 | |
10f2d63a | 2284 | |
698dcdb6 | 2285 | echo $ac_n "checking for --enable-burnt_name""... $ac_c" 1>&6 |
3e44f09d | 2286 | echo "configure:2287: checking for --enable-burnt_name" >&5 |
00cf1208 RR |
2287 | no_cache=0 |
2288 | # Check whether --enable-burnt_name or --disable-burnt_name was given. | |
2289 | if test "${enable_burnt_name+set}" = set; then | |
2290 | enableval="$enable_burnt_name" | |
698dcdb6 | 2291 | |
00cf1208 RR |
2292 | if test "$enableval" = yes; then |
2293 | ac_cv_use_burnt_name='wxUSE_BURNT_NAME=yes' | |
2294 | else | |
2295 | ac_cv_use_burnt_name='wxUSE_BURNT_NAME=no' | |
2296 | fi | |
698dcdb6 | 2297 | |
00cf1208 | 2298 | else |
698dcdb6 | 2299 | |
00cf1208 RR |
2300 | LINE=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}` |
2301 | if test "x$LINE" != x ; then | |
2302 | eval "DEFAULT_$LINE" | |
2303 | else | |
2304 | no_cache=1 | |
2305 | fi | |
2306 | ||
2307 | ac_cv_use_burnt_name='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME | |
698dcdb6 VZ |
2308 | |
2309 | fi | |
00cf1208 RR |
2310 | |
2311 | ||
2312 | eval "$ac_cv_use_burnt_name" | |
2313 | if test "$no_cache" != 1; then | |
2314 | echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp | |
2315 | fi | |
2316 | ||
2317 | if test "$wxUSE_BURNT_NAME" = yes; then | |
698dcdb6 | 2318 | echo "$ac_t""yes" 1>&6 |
00cf1208 | 2319 | else |
698dcdb6 | 2320 | echo "$ac_t""no" 1>&6 |
00cf1208 | 2321 | fi |
698dcdb6 | 2322 | |
00cf1208 | 2323 | |
698dcdb6 | 2324 | echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6 |
3e44f09d | 2325 | echo "configure:2326: checking for --enable-optimise" >&5 |
10f2d63a VZ |
2326 | no_cache=0 |
2327 | # Check whether --enable-optimise or --disable-optimise was given. | |
2328 | if test "${enable_optimise+set}" = set; then | |
2329 | enableval="$enable_optimise" | |
698dcdb6 | 2330 | |
10f2d63a VZ |
2331 | if test "$enableval" = yes; then |
2332 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
2333 | else | |
2334 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
2335 | fi | |
698dcdb6 | 2336 | |
10f2d63a | 2337 | else |
698dcdb6 | 2338 | |
10f2d63a VZ |
2339 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` |
2340 | if test "x$LINE" != x ; then | |
2341 | eval "DEFAULT_$LINE" | |
2342 | else | |
2343 | no_cache=1 | |
2344 | fi | |
2345 | ||
2346 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
698dcdb6 VZ |
2347 | |
2348 | fi | |
10f2d63a VZ |
2349 | |
2350 | ||
2351 | eval "$ac_cv_use_optimise" | |
2352 | if test "$no_cache" != 1; then | |
2353 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
2354 | fi | |
2355 | ||
2356 | if test "$wxUSE_OPTIMISE" = yes; then | |
698dcdb6 | 2357 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2358 | else |
698dcdb6 | 2359 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2360 | fi |
698dcdb6 | 2361 | |
10f2d63a | 2362 | |
698dcdb6 | 2363 | echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6 |
3e44f09d | 2364 | echo "configure:2365: checking for --enable-debug" >&5 |
10f2d63a VZ |
2365 | no_cache=0 |
2366 | # Check whether --enable-debug or --disable-debug was given. | |
2367 | if test "${enable_debug+set}" = set; then | |
2368 | enableval="$enable_debug" | |
698dcdb6 | 2369 | |
10f2d63a VZ |
2370 | if test "$enableval" = yes; then |
2371 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
2372 | else | |
2373 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
2374 | fi | |
698dcdb6 | 2375 | |
10f2d63a | 2376 | else |
698dcdb6 | 2377 | |
10f2d63a VZ |
2378 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` |
2379 | if test "x$LINE" != x ; then | |
2380 | eval "DEFAULT_$LINE" | |
2381 | else | |
2382 | no_cache=1 | |
2383 | fi | |
2384 | ||
2385 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
698dcdb6 VZ |
2386 | |
2387 | fi | |
10f2d63a VZ |
2388 | |
2389 | ||
2390 | eval "$ac_cv_use_debug" | |
2391 | if test "$no_cache" != 1; then | |
2392 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
2393 | fi | |
2394 | ||
2395 | if test "$wxUSE_DEBUG" = yes; then | |
698dcdb6 | 2396 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2397 | else |
698dcdb6 | 2398 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2399 | fi |
698dcdb6 | 2400 | |
10f2d63a VZ |
2401 | |
2402 | if test "$wxUSE_DEBUG" = "yes"; then | |
2403 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2404 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2405 | elif test "$wxUSE_DEBUG" = "no"; then | |
2406 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2407 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2408 | fi | |
2409 | ||
698dcdb6 VZ |
2410 | |
2411 | echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6 | |
3e44f09d | 2412 | echo "configure:2413: checking for --enable-debug_flag" >&5 |
10f2d63a VZ |
2413 | no_cache=0 |
2414 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
2415 | if test "${enable_debug_flag+set}" = set; then | |
2416 | enableval="$enable_debug_flag" | |
698dcdb6 | 2417 | |
10f2d63a VZ |
2418 | if test "$enableval" = yes; then |
2419 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
2420 | else | |
2421 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
2422 | fi | |
698dcdb6 | 2423 | |
10f2d63a | 2424 | else |
698dcdb6 | 2425 | |
10f2d63a VZ |
2426 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` |
2427 | if test "x$LINE" != x ; then | |
2428 | eval "DEFAULT_$LINE" | |
2429 | else | |
2430 | no_cache=1 | |
2431 | fi | |
2432 | ||
2433 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
698dcdb6 VZ |
2434 | |
2435 | fi | |
10f2d63a VZ |
2436 | |
2437 | ||
2438 | eval "$ac_cv_use_debug_flag" | |
2439 | if test "$no_cache" != 1; then | |
2440 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
2441 | fi | |
2442 | ||
2443 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
698dcdb6 | 2444 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2445 | else |
698dcdb6 | 2446 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2447 | fi |
698dcdb6 | 2448 | |
10f2d63a | 2449 | |
698dcdb6 | 2450 | echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6 |
3e44f09d | 2451 | echo "configure:2452: checking for --enable-debug_info" >&5 |
10f2d63a VZ |
2452 | no_cache=0 |
2453 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
2454 | if test "${enable_debug_info+set}" = set; then | |
2455 | enableval="$enable_debug_info" | |
698dcdb6 | 2456 | |
10f2d63a VZ |
2457 | if test "$enableval" = yes; then |
2458 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
2459 | else | |
2460 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
2461 | fi | |
698dcdb6 | 2462 | |
10f2d63a | 2463 | else |
698dcdb6 | 2464 | |
10f2d63a VZ |
2465 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` |
2466 | if test "x$LINE" != x ; then | |
2467 | eval "DEFAULT_$LINE" | |
2468 | else | |
2469 | no_cache=1 | |
2470 | fi | |
2471 | ||
2472 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
698dcdb6 VZ |
2473 | |
2474 | fi | |
10f2d63a VZ |
2475 | |
2476 | ||
2477 | eval "$ac_cv_use_debug_info" | |
2478 | if test "$no_cache" != 1; then | |
2479 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
2480 | fi | |
2481 | ||
2482 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
698dcdb6 | 2483 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2484 | else |
698dcdb6 | 2485 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2486 | fi |
698dcdb6 | 2487 | |
10f2d63a | 2488 | |
698dcdb6 | 2489 | echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6 |
3e44f09d | 2490 | echo "configure:2491: checking for --enable-debug_gdb" >&5 |
10f2d63a VZ |
2491 | no_cache=0 |
2492 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
2493 | if test "${enable_debug_gdb+set}" = set; then | |
2494 | enableval="$enable_debug_gdb" | |
698dcdb6 | 2495 | |
10f2d63a VZ |
2496 | if test "$enableval" = yes; then |
2497 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
2498 | else | |
2499 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
2500 | fi | |
698dcdb6 | 2501 | |
10f2d63a | 2502 | else |
698dcdb6 | 2503 | |
10f2d63a VZ |
2504 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` |
2505 | if test "x$LINE" != x ; then | |
2506 | eval "DEFAULT_$LINE" | |
2507 | else | |
2508 | no_cache=1 | |
2509 | fi | |
2510 | ||
2511 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
698dcdb6 VZ |
2512 | |
2513 | fi | |
10f2d63a VZ |
2514 | |
2515 | ||
2516 | eval "$ac_cv_use_debug_gdb" | |
2517 | if test "$no_cache" != 1; then | |
2518 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
2519 | fi | |
2520 | ||
2521 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
698dcdb6 | 2522 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2523 | else |
698dcdb6 | 2524 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2525 | fi |
698dcdb6 | 2526 | |
10f2d63a | 2527 | |
698dcdb6 | 2528 | echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6 |
3e44f09d | 2529 | echo "configure:2530: checking for --enable-debug_cntxt" >&5 |
10f2d63a VZ |
2530 | no_cache=0 |
2531 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
2532 | if test "${enable_debug_cntxt+set}" = set; then | |
2533 | enableval="$enable_debug_cntxt" | |
698dcdb6 | 2534 | |
10f2d63a VZ |
2535 | if test "$enableval" = yes; then |
2536 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
2537 | else | |
2538 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
2539 | fi | |
698dcdb6 | 2540 | |
10f2d63a | 2541 | else |
698dcdb6 | 2542 | |
10f2d63a VZ |
2543 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` |
2544 | if test "x$LINE" != x ; then | |
2545 | eval "DEFAULT_$LINE" | |
2546 | else | |
2547 | no_cache=1 | |
2548 | fi | |
2549 | ||
2550 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
698dcdb6 VZ |
2551 | |
2552 | fi | |
10f2d63a VZ |
2553 | |
2554 | ||
2555 | eval "$ac_cv_use_debug_cntxt" | |
2556 | if test "$no_cache" != 1; then | |
2557 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
2558 | fi | |
2559 | ||
2560 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
698dcdb6 | 2561 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2562 | else |
698dcdb6 | 2563 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2564 | fi |
698dcdb6 | 2565 | |
10f2d63a | 2566 | |
698dcdb6 | 2567 | echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6 |
3e44f09d | 2568 | echo "configure:2569: checking for --enable-mem_tracing" >&5 |
10f2d63a VZ |
2569 | no_cache=0 |
2570 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
2571 | if test "${enable_mem_tracing+set}" = set; then | |
2572 | enableval="$enable_mem_tracing" | |
698dcdb6 | 2573 | |
10f2d63a VZ |
2574 | if test "$enableval" = yes; then |
2575 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
2576 | else | |
2577 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
2578 | fi | |
698dcdb6 | 2579 | |
10f2d63a | 2580 | else |
698dcdb6 | 2581 | |
10f2d63a VZ |
2582 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` |
2583 | if test "x$LINE" != x ; then | |
2584 | eval "DEFAULT_$LINE" | |
2585 | else | |
2586 | no_cache=1 | |
2587 | fi | |
2588 | ||
2589 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
698dcdb6 VZ |
2590 | |
2591 | fi | |
10f2d63a VZ |
2592 | |
2593 | ||
2594 | eval "$ac_cv_use_mem_tracing" | |
2595 | if test "$no_cache" != 1; then | |
2596 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
2597 | fi | |
2598 | ||
2599 | if test "$wxUSE_MEM_TRACING" = yes; then | |
698dcdb6 | 2600 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2601 | else |
698dcdb6 | 2602 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2603 | fi |
698dcdb6 | 2604 | |
10f2d63a | 2605 | |
698dcdb6 | 2606 | echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6 |
3e44f09d | 2607 | echo "configure:2608: checking for --enable-profile" >&5 |
10f2d63a VZ |
2608 | no_cache=0 |
2609 | # Check whether --enable-profile or --disable-profile was given. | |
2610 | if test "${enable_profile+set}" = set; then | |
2611 | enableval="$enable_profile" | |
698dcdb6 | 2612 | |
10f2d63a VZ |
2613 | if test "$enableval" = yes; then |
2614 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
2615 | else | |
2616 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
2617 | fi | |
698dcdb6 | 2618 | |
10f2d63a | 2619 | else |
698dcdb6 | 2620 | |
10f2d63a VZ |
2621 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` |
2622 | if test "x$LINE" != x ; then | |
2623 | eval "DEFAULT_$LINE" | |
2624 | else | |
2625 | no_cache=1 | |
2626 | fi | |
2627 | ||
2628 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
698dcdb6 VZ |
2629 | |
2630 | fi | |
10f2d63a VZ |
2631 | |
2632 | ||
2633 | eval "$ac_cv_use_profile" | |
2634 | if test "$no_cache" != 1; then | |
2635 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
2636 | fi | |
2637 | ||
2638 | if test "$wxUSE_PROFILE" = yes; then | |
698dcdb6 | 2639 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2640 | else |
698dcdb6 | 2641 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2642 | fi |
698dcdb6 | 2643 | |
10f2d63a | 2644 | |
698dcdb6 | 2645 | echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6 |
3e44f09d | 2646 | echo "configure:2647: checking for --enable-no_rtti" >&5 |
10f2d63a VZ |
2647 | no_cache=0 |
2648 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
2649 | if test "${enable_no_rtti+set}" = set; then | |
2650 | enableval="$enable_no_rtti" | |
698dcdb6 | 2651 | |
10f2d63a VZ |
2652 | if test "$enableval" = yes; then |
2653 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
2654 | else | |
2655 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
2656 | fi | |
698dcdb6 | 2657 | |
10f2d63a | 2658 | else |
698dcdb6 | 2659 | |
10f2d63a VZ |
2660 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` |
2661 | if test "x$LINE" != x ; then | |
2662 | eval "DEFAULT_$LINE" | |
2663 | else | |
2664 | no_cache=1 | |
2665 | fi | |
2666 | ||
2667 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
698dcdb6 VZ |
2668 | |
2669 | fi | |
10f2d63a VZ |
2670 | |
2671 | ||
2672 | eval "$ac_cv_use_no_rtti" | |
2673 | if test "$no_cache" != 1; then | |
2674 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
2675 | fi | |
2676 | ||
2677 | if test "$wxUSE_NO_RTTI" = yes; then | |
698dcdb6 | 2678 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2679 | else |
698dcdb6 | 2680 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2681 | fi |
698dcdb6 | 2682 | |
10f2d63a | 2683 | |
698dcdb6 | 2684 | echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6 |
3e44f09d | 2685 | echo "configure:2686: checking for --enable-no_exceptions" >&5 |
10f2d63a VZ |
2686 | no_cache=0 |
2687 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
2688 | if test "${enable_no_exceptions+set}" = set; then | |
2689 | enableval="$enable_no_exceptions" | |
698dcdb6 | 2690 | |
10f2d63a VZ |
2691 | if test "$enableval" = yes; then |
2692 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
2693 | else | |
2694 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
2695 | fi | |
698dcdb6 | 2696 | |
10f2d63a | 2697 | else |
698dcdb6 | 2698 | |
10f2d63a VZ |
2699 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` |
2700 | if test "x$LINE" != x ; then | |
2701 | eval "DEFAULT_$LINE" | |
2702 | else | |
2703 | no_cache=1 | |
2704 | fi | |
2705 | ||
2706 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
698dcdb6 VZ |
2707 | |
2708 | fi | |
10f2d63a VZ |
2709 | |
2710 | ||
2711 | eval "$ac_cv_use_no_exceptions" | |
2712 | if test "$no_cache" != 1; then | |
2713 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
2714 | fi | |
2715 | ||
2716 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
698dcdb6 | 2717 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2718 | else |
698dcdb6 | 2719 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2720 | fi |
698dcdb6 | 2721 | |
10f2d63a | 2722 | |
698dcdb6 | 2723 | echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6 |
3e44f09d | 2724 | echo "configure:2725: checking for --enable-permissive" >&5 |
10f2d63a VZ |
2725 | no_cache=0 |
2726 | # Check whether --enable-permissive or --disable-permissive was given. | |
2727 | if test "${enable_permissive+set}" = set; then | |
2728 | enableval="$enable_permissive" | |
698dcdb6 | 2729 | |
10f2d63a VZ |
2730 | if test "$enableval" = yes; then |
2731 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
2732 | else | |
2733 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
2734 | fi | |
698dcdb6 | 2735 | |
10f2d63a | 2736 | else |
698dcdb6 | 2737 | |
10f2d63a VZ |
2738 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` |
2739 | if test "x$LINE" != x ; then | |
2740 | eval "DEFAULT_$LINE" | |
2741 | else | |
2742 | no_cache=1 | |
2743 | fi | |
2744 | ||
2745 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
698dcdb6 VZ |
2746 | |
2747 | fi | |
10f2d63a VZ |
2748 | |
2749 | ||
2750 | eval "$ac_cv_use_permissive" | |
2751 | if test "$no_cache" != 1; then | |
2752 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
2753 | fi | |
2754 | ||
2755 | if test "$wxUSE_PERMISSIVE" = yes; then | |
698dcdb6 | 2756 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2757 | else |
698dcdb6 | 2758 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2759 | fi |
698dcdb6 | 2760 | |
10f2d63a | 2761 | |
698dcdb6 | 2762 | echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6 |
3e44f09d | 2763 | echo "configure:2764: checking for --enable-no_deps" >&5 |
10f2d63a VZ |
2764 | no_cache=0 |
2765 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
2766 | if test "${enable_no_deps+set}" = set; then | |
2767 | enableval="$enable_no_deps" | |
698dcdb6 | 2768 | |
10f2d63a VZ |
2769 | if test "$enableval" = yes; then |
2770 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
2771 | else | |
2772 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
2773 | fi | |
698dcdb6 | 2774 | |
10f2d63a | 2775 | else |
698dcdb6 | 2776 | |
10f2d63a VZ |
2777 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` |
2778 | if test "x$LINE" != x ; then | |
2779 | eval "DEFAULT_$LINE" | |
2780 | else | |
2781 | no_cache=1 | |
2782 | fi | |
2783 | ||
2784 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
698dcdb6 VZ |
2785 | |
2786 | fi | |
10f2d63a VZ |
2787 | |
2788 | ||
2789 | eval "$ac_cv_use_no_deps" | |
2790 | if test "$no_cache" != 1; then | |
2791 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
2792 | fi | |
2793 | ||
2794 | if test "$wxUSE_NO_DEPS" = yes; then | |
698dcdb6 | 2795 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2796 | else |
698dcdb6 | 2797 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2798 | fi |
698dcdb6 VZ |
2799 | |
2800 | ||
10f2d63a | 2801 | |
54276ccf | 2802 | echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6 |
3e44f09d | 2803 | echo "configure:2804: checking for --enable-compat20" >&5 |
54276ccf VZ |
2804 | no_cache=0 |
2805 | # Check whether --enable-compat20 or --disable-compat20 was given. | |
2806 | if test "${enable_compat20+set}" = set; then | |
2807 | enableval="$enable_compat20" | |
2808 | ||
2809 | if test "$enableval" = yes; then | |
2810 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes' | |
2811 | else | |
2812 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no' | |
2813 | fi | |
2814 | ||
2815 | else | |
2816 | ||
2817 | LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}` | |
2818 | if test "x$LINE" != x ; then | |
2819 | eval "DEFAULT_$LINE" | |
2820 | else | |
2821 | no_cache=1 | |
2822 | fi | |
2823 | ||
2824 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2 | |
2825 | ||
2826 | fi | |
2827 | ||
2828 | ||
2829 | eval "$ac_cv_use_compat20" | |
2830 | if test "$no_cache" != 1; then | |
2831 | echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp | |
2832 | fi | |
2833 | ||
2834 | if test "$WXWIN_COMPATIBILITY_2" = yes; then | |
2835 | echo "$ac_t""yes" 1>&6 | |
2836 | else | |
2837 | echo "$ac_t""no" 1>&6 | |
2838 | fi | |
2839 | ||
2840 | ||
2841 | echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6 | |
3e44f09d | 2842 | echo "configure:2843: checking for --enable-compat22" >&5 |
54276ccf VZ |
2843 | no_cache=0 |
2844 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
2845 | if test "${enable_compat22+set}" = set; then | |
2846 | enableval="$enable_compat22" | |
2847 | ||
2848 | if test "$enableval" = yes; then | |
2849 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
2850 | else | |
2851 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
2852 | fi | |
2853 | ||
2854 | else | |
2855 | ||
2856 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` | |
2857 | if test "x$LINE" != x ; then | |
2858 | eval "DEFAULT_$LINE" | |
2859 | else | |
2860 | no_cache=1 | |
2861 | fi | |
2862 | ||
2863 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
2864 | ||
2865 | fi | |
2866 | ||
2867 | ||
2868 | eval "$ac_cv_use_compat22" | |
2869 | if test "$no_cache" != 1; then | |
2870 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
2871 | fi | |
2872 | ||
2873 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
2874 | echo "$ac_t""yes" 1>&6 | |
2875 | else | |
2876 | echo "$ac_t""no" 1>&6 | |
2877 | fi | |
2878 | ||
2879 | ||
2880 | ||
698dcdb6 VZ |
2881 | |
2882 | echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6 | |
3e44f09d | 2883 | echo "configure:2884: checking for --enable-intl" >&5 |
10f2d63a VZ |
2884 | no_cache=0 |
2885 | # Check whether --enable-intl or --disable-intl was given. | |
2886 | if test "${enable_intl+set}" = set; then | |
2887 | enableval="$enable_intl" | |
698dcdb6 | 2888 | |
10f2d63a VZ |
2889 | if test "$enableval" = yes; then |
2890 | ac_cv_use_intl='wxUSE_INTL=yes' | |
2891 | else | |
2892 | ac_cv_use_intl='wxUSE_INTL=no' | |
2893 | fi | |
698dcdb6 | 2894 | |
10f2d63a | 2895 | else |
698dcdb6 | 2896 | |
10f2d63a VZ |
2897 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` |
2898 | if test "x$LINE" != x ; then | |
2899 | eval "DEFAULT_$LINE" | |
2900 | else | |
2901 | no_cache=1 | |
2902 | fi | |
2903 | ||
2904 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
698dcdb6 VZ |
2905 | |
2906 | fi | |
10f2d63a VZ |
2907 | |
2908 | ||
2909 | eval "$ac_cv_use_intl" | |
2910 | if test "$no_cache" != 1; then | |
2911 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
2912 | fi | |
2913 | ||
2914 | if test "$wxUSE_INTL" = yes; then | |
698dcdb6 | 2915 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2916 | else |
698dcdb6 | 2917 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2918 | fi |
698dcdb6 | 2919 | |
10f2d63a | 2920 | |
698dcdb6 | 2921 | echo $ac_n "checking for --enable-config""... $ac_c" 1>&6 |
3e44f09d | 2922 | echo "configure:2923: checking for --enable-config" >&5 |
10f2d63a VZ |
2923 | no_cache=0 |
2924 | # Check whether --enable-config or --disable-config was given. | |
2925 | if test "${enable_config+set}" = set; then | |
2926 | enableval="$enable_config" | |
698dcdb6 | 2927 | |
10f2d63a VZ |
2928 | if test "$enableval" = yes; then |
2929 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
2930 | else | |
2931 | ac_cv_use_config='wxUSE_CONFIG=no' | |
2932 | fi | |
698dcdb6 | 2933 | |
10f2d63a | 2934 | else |
698dcdb6 | 2935 | |
10f2d63a VZ |
2936 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` |
2937 | if test "x$LINE" != x ; then | |
2938 | eval "DEFAULT_$LINE" | |
2939 | else | |
2940 | no_cache=1 | |
2941 | fi | |
2942 | ||
2943 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
698dcdb6 VZ |
2944 | |
2945 | fi | |
10f2d63a VZ |
2946 | |
2947 | ||
2948 | eval "$ac_cv_use_config" | |
2949 | if test "$no_cache" != 1; then | |
2950 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
2951 | fi | |
2952 | ||
2953 | if test "$wxUSE_CONFIG" = yes; then | |
698dcdb6 | 2954 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2955 | else |
698dcdb6 | 2956 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2957 | fi |
698dcdb6 VZ |
2958 | |
2959 | ||
b12915c1 | 2960 | |
698dcdb6 | 2961 | echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6 |
3e44f09d | 2962 | echo "configure:2963: checking for --enable-sockets" >&5 |
10f2d63a VZ |
2963 | no_cache=0 |
2964 | # Check whether --enable-sockets or --disable-sockets was given. | |
2965 | if test "${enable_sockets+set}" = set; then | |
2966 | enableval="$enable_sockets" | |
698dcdb6 | 2967 | |
10f2d63a VZ |
2968 | if test "$enableval" = yes; then |
2969 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
2970 | else | |
2971 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
2972 | fi | |
698dcdb6 | 2973 | |
10f2d63a | 2974 | else |
698dcdb6 | 2975 | |
10f2d63a VZ |
2976 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` |
2977 | if test "x$LINE" != x ; then | |
2978 | eval "DEFAULT_$LINE" | |
2979 | else | |
2980 | no_cache=1 | |
2981 | fi | |
2982 | ||
2983 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
698dcdb6 VZ |
2984 | |
2985 | fi | |
10f2d63a VZ |
2986 | |
2987 | ||
2988 | eval "$ac_cv_use_sockets" | |
2989 | if test "$no_cache" != 1; then | |
2990 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
2991 | fi | |
2992 | ||
2993 | if test "$wxUSE_SOCKETS" = yes; then | |
698dcdb6 | 2994 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2995 | else |
698dcdb6 | 2996 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2997 | fi |
698dcdb6 | 2998 | |
b12915c1 | 2999 | |
698dcdb6 VZ |
3000 | |
3001 | echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6 | |
3e44f09d | 3002 | echo "configure:3003: checking for --enable-ipc" >&5 |
10f2d63a | 3003 | no_cache=0 |
eb4efbdc VZ |
3004 | # Check whether --enable-ipc or --disable-ipc was given. |
3005 | if test "${enable_ipc+set}" = set; then | |
3006 | enableval="$enable_ipc" | |
698dcdb6 | 3007 | |
10f2d63a | 3008 | if test "$enableval" = yes; then |
eb4efbdc | 3009 | ac_cv_use_ipc='wxUSE_IPC=yes' |
10f2d63a | 3010 | else |
eb4efbdc | 3011 | ac_cv_use_ipc='wxUSE_IPC=no' |
10f2d63a | 3012 | fi |
698dcdb6 | 3013 | |
10f2d63a | 3014 | else |
698dcdb6 | 3015 | |
eb4efbdc | 3016 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` |
10f2d63a VZ |
3017 | if test "x$LINE" != x ; then |
3018 | eval "DEFAULT_$LINE" | |
3019 | else | |
3020 | no_cache=1 | |
3021 | fi | |
3022 | ||
eb4efbdc | 3023 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC |
698dcdb6 VZ |
3024 | |
3025 | fi | |
10f2d63a VZ |
3026 | |
3027 | ||
eb4efbdc | 3028 | eval "$ac_cv_use_ipc" |
10f2d63a | 3029 | if test "$no_cache" != 1; then |
eb4efbdc | 3030 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3031 | fi |
3032 | ||
eb4efbdc | 3033 | if test "$wxUSE_IPC" = yes; then |
698dcdb6 | 3034 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3035 | else |
698dcdb6 | 3036 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3037 | fi |
698dcdb6 VZ |
3038 | |
3039 | ||
eb4efbdc | 3040 | |
1e6feb95 | 3041 | echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6 |
3e44f09d | 3042 | echo "configure:3043: checking for --enable-cmdline" >&5 |
1e6feb95 VZ |
3043 | no_cache=0 |
3044 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
3045 | if test "${enable_cmdline+set}" = set; then | |
3046 | enableval="$enable_cmdline" | |
3047 | ||
3048 | if test "$enableval" = yes; then | |
3049 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
3050 | else | |
3051 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
3052 | fi | |
3053 | ||
3054 | else | |
3055 | ||
3056 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` | |
3057 | if test "x$LINE" != x ; then | |
3058 | eval "DEFAULT_$LINE" | |
3059 | else | |
3060 | no_cache=1 | |
3061 | fi | |
3062 | ||
3063 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
3064 | ||
3065 | fi | |
3066 | ||
3067 | ||
3068 | eval "$ac_cv_use_cmdline" | |
3069 | if test "$no_cache" != 1; then | |
3070 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
3071 | fi | |
3072 | ||
3073 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
3074 | echo "$ac_t""yes" 1>&6 | |
3075 | else | |
3076 | echo "$ac_t""no" 1>&6 | |
3077 | fi | |
3078 | ||
3079 | ||
3080 | echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6 | |
3e44f09d | 3081 | echo "configure:3082: checking for --enable-datetime" >&5 |
1e6feb95 VZ |
3082 | no_cache=0 |
3083 | # Check whether --enable-datetime or --disable-datetime was given. | |
3084 | if test "${enable_datetime+set}" = set; then | |
3085 | enableval="$enable_datetime" | |
3086 | ||
3087 | if test "$enableval" = yes; then | |
3088 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
3089 | else | |
3090 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
3091 | fi | |
3092 | ||
3093 | else | |
3094 | ||
3095 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` | |
3096 | if test "x$LINE" != x ; then | |
3097 | eval "DEFAULT_$LINE" | |
3098 | else | |
3099 | no_cache=1 | |
3100 | fi | |
3101 | ||
3102 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
3103 | ||
3104 | fi | |
3105 | ||
3106 | ||
3107 | eval "$ac_cv_use_datetime" | |
3108 | if test "$no_cache" != 1; then | |
3109 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
3110 | fi | |
3111 | ||
3112 | if test "$wxUSE_DATETIME" = yes; then | |
3113 | echo "$ac_t""yes" 1>&6 | |
3114 | else | |
3115 | echo "$ac_t""no" 1>&6 | |
3116 | fi | |
3117 | ||
3118 | ||
3119 | echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6 | |
3e44f09d | 3120 | echo "configure:3121: checking for --enable-timedate" >&5 |
1e6feb95 VZ |
3121 | no_cache=0 |
3122 | # Check whether --enable-timedate or --disable-timedate was given. | |
3123 | if test "${enable_timedate+set}" = set; then | |
3124 | enableval="$enable_timedate" | |
3125 | ||
3126 | if test "$enableval" = yes; then | |
3127 | ac_cv_use_timedate='wxUSE_TIMEDATE=yes' | |
3128 | else | |
3129 | ac_cv_use_timedate='wxUSE_TIMEDATE=no' | |
3130 | fi | |
3131 | ||
3132 | else | |
3133 | ||
3134 | LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}` | |
3135 | if test "x$LINE" != x ; then | |
3136 | eval "DEFAULT_$LINE" | |
3137 | else | |
3138 | no_cache=1 | |
3139 | fi | |
3140 | ||
3141 | ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE | |
3142 | ||
3143 | fi | |
3144 | ||
3145 | ||
3146 | eval "$ac_cv_use_timedate" | |
3147 | if test "$no_cache" != 1; then | |
3148 | echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp | |
3149 | fi | |
3150 | ||
3151 | if test "$wxUSE_TIMEDATE" = yes; then | |
3152 | echo "$ac_t""yes" 1>&6 | |
3153 | else | |
3154 | echo "$ac_t""no" 1>&6 | |
3155 | fi | |
3156 | ||
3157 | ||
3158 | echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6 | |
3e44f09d | 3159 | echo "configure:3160: checking for --enable-stopwatch" >&5 |
1e6feb95 VZ |
3160 | no_cache=0 |
3161 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
3162 | if test "${enable_stopwatch+set}" = set; then | |
3163 | enableval="$enable_stopwatch" | |
3164 | ||
3165 | if test "$enableval" = yes; then | |
3166 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
3167 | else | |
3168 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
3169 | fi | |
3170 | ||
3171 | else | |
3172 | ||
3173 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` | |
3174 | if test "x$LINE" != x ; then | |
3175 | eval "DEFAULT_$LINE" | |
3176 | else | |
3177 | no_cache=1 | |
3178 | fi | |
3179 | ||
3180 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
3181 | ||
3182 | fi | |
3183 | ||
3184 | ||
3185 | eval "$ac_cv_use_stopwatch" | |
3186 | if test "$no_cache" != 1; then | |
3187 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
3188 | fi | |
3189 | ||
3190 | if test "$wxUSE_STOPWATCH" = yes; then | |
3191 | echo "$ac_t""yes" 1>&6 | |
3192 | else | |
3193 | echo "$ac_t""no" 1>&6 | |
3194 | fi | |
3195 | ||
3196 | ||
698dcdb6 | 3197 | echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6 |
3e44f09d | 3198 | echo "configure:3199: checking for --enable-dialupman" >&5 |
10f2d63a | 3199 | no_cache=0 |
eb4efbdc VZ |
3200 | # Check whether --enable-dialupman or --disable-dialupman was given. |
3201 | if test "${enable_dialupman+set}" = set; then | |
3202 | enableval="$enable_dialupman" | |
698dcdb6 | 3203 | |
10f2d63a | 3204 | if test "$enableval" = yes; then |
eb4efbdc | 3205 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' |
10f2d63a | 3206 | else |
eb4efbdc | 3207 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' |
10f2d63a | 3208 | fi |
698dcdb6 | 3209 | |
10f2d63a | 3210 | else |
698dcdb6 | 3211 | |
eb4efbdc | 3212 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` |
10f2d63a VZ |
3213 | if test "x$LINE" != x ; then |
3214 | eval "DEFAULT_$LINE" | |
3215 | else | |
3216 | no_cache=1 | |
3217 | fi | |
3218 | ||
eb4efbdc | 3219 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER |
698dcdb6 VZ |
3220 | |
3221 | fi | |
10f2d63a VZ |
3222 | |
3223 | ||
eb4efbdc | 3224 | eval "$ac_cv_use_dialupman" |
10f2d63a | 3225 | if test "$no_cache" != 1; then |
eb4efbdc | 3226 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3227 | fi |
3228 | ||
eb4efbdc | 3229 | if test "$wxUSE_DIALUP_MANAGER" = yes; then |
698dcdb6 | 3230 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3231 | else |
698dcdb6 | 3232 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3233 | fi |
698dcdb6 | 3234 | |
10f2d63a | 3235 | |
698dcdb6 | 3236 | echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6 |
3e44f09d | 3237 | echo "configure:3238: checking for --enable-apple_ieee" >&5 |
10f2d63a VZ |
3238 | no_cache=0 |
3239 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
3240 | if test "${enable_apple_ieee+set}" = set; then | |
3241 | enableval="$enable_apple_ieee" | |
698dcdb6 | 3242 | |
10f2d63a VZ |
3243 | if test "$enableval" = yes; then |
3244 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
3245 | else | |
3246 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
3247 | fi | |
698dcdb6 | 3248 | |
10f2d63a | 3249 | else |
698dcdb6 | 3250 | |
10f2d63a VZ |
3251 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` |
3252 | if test "x$LINE" != x ; then | |
3253 | eval "DEFAULT_$LINE" | |
3254 | else | |
3255 | no_cache=1 | |
3256 | fi | |
3257 | ||
3258 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
698dcdb6 VZ |
3259 | |
3260 | fi | |
10f2d63a VZ |
3261 | |
3262 | ||
3263 | eval "$ac_cv_use_apple_ieee" | |
3264 | if test "$no_cache" != 1; then | |
3265 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
3266 | fi | |
3267 | ||
3268 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
698dcdb6 | 3269 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3270 | else |
698dcdb6 | 3271 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3272 | fi |
698dcdb6 | 3273 | |
10f2d63a | 3274 | |
1e6feb95 | 3275 | echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6 |
3e44f09d | 3276 | echo "configure:3277: checking for --enable-timer" >&5 |
10f2d63a | 3277 | no_cache=0 |
1e6feb95 VZ |
3278 | # Check whether --enable-timer or --disable-timer was given. |
3279 | if test "${enable_timer+set}" = set; then | |
3280 | enableval="$enable_timer" | |
698dcdb6 | 3281 | |
10f2d63a | 3282 | if test "$enableval" = yes; then |
1e6feb95 | 3283 | ac_cv_use_timer='wxUSE_TIMER=yes' |
10f2d63a | 3284 | else |
1e6feb95 | 3285 | ac_cv_use_timer='wxUSE_TIMER=no' |
10f2d63a | 3286 | fi |
698dcdb6 | 3287 | |
10f2d63a | 3288 | else |
698dcdb6 | 3289 | |
1e6feb95 | 3290 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` |
10f2d63a VZ |
3291 | if test "x$LINE" != x ; then |
3292 | eval "DEFAULT_$LINE" | |
3293 | else | |
3294 | no_cache=1 | |
3295 | fi | |
3296 | ||
1e6feb95 | 3297 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER |
698dcdb6 VZ |
3298 | |
3299 | fi | |
10f2d63a VZ |
3300 | |
3301 | ||
1e6feb95 | 3302 | eval "$ac_cv_use_timer" |
10f2d63a | 3303 | if test "$no_cache" != 1; then |
1e6feb95 | 3304 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3305 | fi |
3306 | ||
1e6feb95 | 3307 | if test "$wxUSE_TIMER" = yes; then |
698dcdb6 | 3308 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3309 | else |
698dcdb6 | 3310 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3311 | fi |
698dcdb6 | 3312 | |
10f2d63a | 3313 | |
698dcdb6 | 3314 | echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6 |
3e44f09d | 3315 | echo "configure:3316: checking for --enable-wave" >&5 |
10f2d63a VZ |
3316 | no_cache=0 |
3317 | # Check whether --enable-wave or --disable-wave was given. | |
3318 | if test "${enable_wave+set}" = set; then | |
3319 | enableval="$enable_wave" | |
698dcdb6 | 3320 | |
10f2d63a VZ |
3321 | if test "$enableval" = yes; then |
3322 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
3323 | else | |
3324 | ac_cv_use_wave='wxUSE_WAVE=no' | |
3325 | fi | |
698dcdb6 | 3326 | |
10f2d63a | 3327 | else |
698dcdb6 | 3328 | |
10f2d63a VZ |
3329 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` |
3330 | if test "x$LINE" != x ; then | |
3331 | eval "DEFAULT_$LINE" | |
3332 | else | |
3333 | no_cache=1 | |
3334 | fi | |
3335 | ||
3336 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
698dcdb6 VZ |
3337 | |
3338 | fi | |
10f2d63a VZ |
3339 | |
3340 | ||
3341 | eval "$ac_cv_use_wave" | |
3342 | if test "$no_cache" != 1; then | |
3343 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
3344 | fi | |
3345 | ||
3346 | if test "$wxUSE_WAVE" = yes; then | |
698dcdb6 | 3347 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3348 | else |
698dcdb6 | 3349 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3350 | fi |
698dcdb6 | 3351 | |
10f2d63a | 3352 | |
698dcdb6 | 3353 | echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6 |
3e44f09d | 3354 | echo "configure:3355: checking for --enable-fraction" >&5 |
10f2d63a VZ |
3355 | no_cache=0 |
3356 | # Check whether --enable-fraction or --disable-fraction was given. | |
3357 | if test "${enable_fraction+set}" = set; then | |
3358 | enableval="$enable_fraction" | |
698dcdb6 | 3359 | |
10f2d63a VZ |
3360 | if test "$enableval" = yes; then |
3361 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
3362 | else | |
3363 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
3364 | fi | |
698dcdb6 | 3365 | |
10f2d63a | 3366 | else |
698dcdb6 | 3367 | |
10f2d63a VZ |
3368 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` |
3369 | if test "x$LINE" != x ; then | |
3370 | eval "DEFAULT_$LINE" | |
3371 | else | |
3372 | no_cache=1 | |
3373 | fi | |
3374 | ||
3375 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
698dcdb6 VZ |
3376 | |
3377 | fi | |
10f2d63a VZ |
3378 | |
3379 | ||
3380 | eval "$ac_cv_use_fraction" | |
3381 | if test "$no_cache" != 1; then | |
3382 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
3383 | fi | |
3384 | ||
3385 | if test "$wxUSE_FRACTION" = yes; then | |
698dcdb6 | 3386 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3387 | else |
698dcdb6 | 3388 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3389 | fi |
698dcdb6 | 3390 | |
10f2d63a | 3391 | |
698dcdb6 | 3392 | echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6 |
3e44f09d | 3393 | echo "configure:3394: checking for --enable-dynlib" >&5 |
10f2d63a VZ |
3394 | no_cache=0 |
3395 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
3396 | if test "${enable_dynlib+set}" = set; then | |
3397 | enableval="$enable_dynlib" | |
698dcdb6 | 3398 | |
10f2d63a VZ |
3399 | if test "$enableval" = yes; then |
3400 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
3401 | else | |
3402 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
3403 | fi | |
698dcdb6 | 3404 | |
10f2d63a | 3405 | else |
698dcdb6 | 3406 | |
10f2d63a VZ |
3407 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` |
3408 | if test "x$LINE" != x ; then | |
3409 | eval "DEFAULT_$LINE" | |
3410 | else | |
3411 | no_cache=1 | |
3412 | fi | |
3413 | ||
3414 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
698dcdb6 VZ |
3415 | |
3416 | fi | |
10f2d63a VZ |
3417 | |
3418 | ||
3419 | eval "$ac_cv_use_dynlib" | |
3420 | if test "$no_cache" != 1; then | |
3421 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
3422 | fi | |
3423 | ||
3424 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
698dcdb6 | 3425 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3426 | else |
698dcdb6 | 3427 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3428 | fi |
698dcdb6 | 3429 | |
10f2d63a | 3430 | |
698dcdb6 | 3431 | echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6 |
3e44f09d | 3432 | echo "configure:3433: checking for --enable-longlong" >&5 |
10f2d63a VZ |
3433 | no_cache=0 |
3434 | # Check whether --enable-longlong or --disable-longlong was given. | |
3435 | if test "${enable_longlong+set}" = set; then | |
3436 | enableval="$enable_longlong" | |
698dcdb6 | 3437 | |
10f2d63a VZ |
3438 | if test "$enableval" = yes; then |
3439 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
3440 | else | |
3441 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
3442 | fi | |
698dcdb6 | 3443 | |
10f2d63a | 3444 | else |
698dcdb6 | 3445 | |
10f2d63a VZ |
3446 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` |
3447 | if test "x$LINE" != x ; then | |
3448 | eval "DEFAULT_$LINE" | |
3449 | else | |
3450 | no_cache=1 | |
3451 | fi | |
3452 | ||
3453 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
698dcdb6 VZ |
3454 | |
3455 | fi | |
10f2d63a VZ |
3456 | |
3457 | ||
3458 | eval "$ac_cv_use_longlong" | |
3459 | if test "$no_cache" != 1; then | |
3460 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
3461 | fi | |
3462 | ||
3463 | if test "$wxUSE_LONGLONG" = yes; then | |
698dcdb6 | 3464 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3465 | else |
698dcdb6 | 3466 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3467 | fi |
698dcdb6 | 3468 | |
10f2d63a | 3469 | |
698dcdb6 | 3470 | echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6 |
3e44f09d | 3471 | echo "configure:3472: checking for --enable-geometry" >&5 |
e8f65ba6 RR |
3472 | no_cache=0 |
3473 | # Check whether --enable-geometry or --disable-geometry was given. | |
3474 | if test "${enable_geometry+set}" = set; then | |
3475 | enableval="$enable_geometry" | |
698dcdb6 | 3476 | |
e8f65ba6 RR |
3477 | if test "$enableval" = yes; then |
3478 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
3479 | else | |
3480 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
3481 | fi | |
698dcdb6 | 3482 | |
e8f65ba6 | 3483 | else |
698dcdb6 | 3484 | |
e8f65ba6 RR |
3485 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` |
3486 | if test "x$LINE" != x ; then | |
3487 | eval "DEFAULT_$LINE" | |
3488 | else | |
3489 | no_cache=1 | |
3490 | fi | |
3491 | ||
3492 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
698dcdb6 VZ |
3493 | |
3494 | fi | |
e8f65ba6 RR |
3495 | |
3496 | ||
3497 | eval "$ac_cv_use_geometry" | |
3498 | if test "$no_cache" != 1; then | |
3499 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
3500 | fi | |
3501 | ||
3502 | if test "$wxUSE_GEOMETRY" = yes; then | |
698dcdb6 | 3503 | echo "$ac_t""yes" 1>&6 |
e8f65ba6 | 3504 | else |
698dcdb6 | 3505 | echo "$ac_t""no" 1>&6 |
e8f65ba6 | 3506 | fi |
698dcdb6 | 3507 | |
e8f65ba6 | 3508 | |
698dcdb6 | 3509 | echo $ac_n "checking for --enable-log""... $ac_c" 1>&6 |
3e44f09d | 3510 | echo "configure:3511: checking for --enable-log" >&5 |
10f2d63a VZ |
3511 | no_cache=0 |
3512 | # Check whether --enable-log or --disable-log was given. | |
3513 | if test "${enable_log+set}" = set; then | |
3514 | enableval="$enable_log" | |
698dcdb6 | 3515 | |
10f2d63a VZ |
3516 | if test "$enableval" = yes; then |
3517 | ac_cv_use_log='wxUSE_LOG=yes' | |
3518 | else | |
3519 | ac_cv_use_log='wxUSE_LOG=no' | |
3520 | fi | |
698dcdb6 | 3521 | |
10f2d63a | 3522 | else |
698dcdb6 | 3523 | |
10f2d63a VZ |
3524 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` |
3525 | if test "x$LINE" != x ; then | |
3526 | eval "DEFAULT_$LINE" | |
3527 | else | |
3528 | no_cache=1 | |
3529 | fi | |
3530 | ||
3531 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
698dcdb6 VZ |
3532 | |
3533 | fi | |
10f2d63a VZ |
3534 | |
3535 | ||
3536 | eval "$ac_cv_use_log" | |
3537 | if test "$no_cache" != 1; then | |
3538 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
3539 | fi | |
3540 | ||
3541 | if test "$wxUSE_LOG" = yes; then | |
698dcdb6 | 3542 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3543 | else |
698dcdb6 | 3544 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3545 | fi |
698dcdb6 | 3546 | |
10f2d63a | 3547 | |
698dcdb6 | 3548 | echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6 |
3e44f09d | 3549 | echo "configure:3550: checking for --enable-streams" >&5 |
10f2d63a VZ |
3550 | no_cache=0 |
3551 | # Check whether --enable-streams or --disable-streams was given. | |
3552 | if test "${enable_streams+set}" = set; then | |
3553 | enableval="$enable_streams" | |
698dcdb6 | 3554 | |
10f2d63a VZ |
3555 | if test "$enableval" = yes; then |
3556 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
3557 | else | |
3558 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
3559 | fi | |
698dcdb6 | 3560 | |
10f2d63a | 3561 | else |
698dcdb6 | 3562 | |
10f2d63a VZ |
3563 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` |
3564 | if test "x$LINE" != x ; then | |
3565 | eval "DEFAULT_$LINE" | |
3566 | else | |
3567 | no_cache=1 | |
3568 | fi | |
3569 | ||
3570 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
698dcdb6 VZ |
3571 | |
3572 | fi | |
10f2d63a VZ |
3573 | |
3574 | ||
3575 | eval "$ac_cv_use_streams" | |
3576 | if test "$no_cache" != 1; then | |
3577 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
3578 | fi | |
3579 | ||
3580 | if test "$wxUSE_STREAMS" = yes; then | |
698dcdb6 | 3581 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3582 | else |
698dcdb6 | 3583 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3584 | fi |
698dcdb6 | 3585 | |
10f2d63a | 3586 | |
698dcdb6 | 3587 | echo $ac_n "checking for --enable-file""... $ac_c" 1>&6 |
3e44f09d | 3588 | echo "configure:3589: checking for --enable-file" >&5 |
10f2d63a VZ |
3589 | no_cache=0 |
3590 | # Check whether --enable-file or --disable-file was given. | |
3591 | if test "${enable_file+set}" = set; then | |
3592 | enableval="$enable_file" | |
698dcdb6 | 3593 | |
10f2d63a VZ |
3594 | if test "$enableval" = yes; then |
3595 | ac_cv_use_file='wxUSE_FILE=yes' | |
3596 | else | |
3597 | ac_cv_use_file='wxUSE_FILE=no' | |
3598 | fi | |
698dcdb6 | 3599 | |
10f2d63a | 3600 | else |
698dcdb6 | 3601 | |
10f2d63a VZ |
3602 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` |
3603 | if test "x$LINE" != x ; then | |
3604 | eval "DEFAULT_$LINE" | |
3605 | else | |
3606 | no_cache=1 | |
3607 | fi | |
3608 | ||
3609 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
698dcdb6 VZ |
3610 | |
3611 | fi | |
10f2d63a VZ |
3612 | |
3613 | ||
3614 | eval "$ac_cv_use_file" | |
3615 | if test "$no_cache" != 1; then | |
3616 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
3617 | fi | |
3618 | ||
3619 | if test "$wxUSE_FILE" = yes; then | |
698dcdb6 | 3620 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3621 | else |
698dcdb6 | 3622 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3623 | fi |
698dcdb6 | 3624 | |
10f2d63a | 3625 | |
1e6feb95 | 3626 | echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6 |
3e44f09d | 3627 | echo "configure:3628: checking for --enable-ffile" >&5 |
10f2d63a | 3628 | no_cache=0 |
1e6feb95 VZ |
3629 | # Check whether --enable-ffile or --disable-ffile was given. |
3630 | if test "${enable_ffile+set}" = set; then | |
3631 | enableval="$enable_ffile" | |
698dcdb6 | 3632 | |
10f2d63a | 3633 | if test "$enableval" = yes; then |
1e6feb95 | 3634 | ac_cv_use_ffile='wxUSE_FFILE=yes' |
10f2d63a | 3635 | else |
1e6feb95 | 3636 | ac_cv_use_ffile='wxUSE_FFILE=no' |
10f2d63a | 3637 | fi |
698dcdb6 | 3638 | |
10f2d63a | 3639 | else |
698dcdb6 | 3640 | |
1e6feb95 | 3641 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
3642 | if test "x$LINE" != x ; then |
3643 | eval "DEFAULT_$LINE" | |
3644 | else | |
3645 | no_cache=1 | |
3646 | fi | |
3647 | ||
1e6feb95 | 3648 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE |
698dcdb6 VZ |
3649 | |
3650 | fi | |
10f2d63a VZ |
3651 | |
3652 | ||
1e6feb95 | 3653 | eval "$ac_cv_use_ffile" |
10f2d63a | 3654 | if test "$no_cache" != 1; then |
1e6feb95 | 3655 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3656 | fi |
3657 | ||
1e6feb95 | 3658 | if test "$wxUSE_FFILE" = yes; then |
698dcdb6 | 3659 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3660 | else |
698dcdb6 | 3661 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3662 | fi |
698dcdb6 | 3663 | |
10f2d63a | 3664 | |
1e6feb95 | 3665 | echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6 |
3e44f09d | 3666 | echo "configure:3667: checking for --enable-textfile" >&5 |
10f2d63a | 3667 | no_cache=0 |
1e6feb95 VZ |
3668 | # Check whether --enable-textfile or --disable-textfile was given. |
3669 | if test "${enable_textfile+set}" = set; then | |
3670 | enableval="$enable_textfile" | |
698dcdb6 | 3671 | |
10f2d63a | 3672 | if test "$enableval" = yes; then |
1e6feb95 | 3673 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' |
10f2d63a | 3674 | else |
1e6feb95 | 3675 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' |
10f2d63a | 3676 | fi |
698dcdb6 | 3677 | |
10f2d63a | 3678 | else |
698dcdb6 | 3679 | |
1e6feb95 | 3680 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
3681 | if test "x$LINE" != x ; then |
3682 | eval "DEFAULT_$LINE" | |
3683 | else | |
3684 | no_cache=1 | |
3685 | fi | |
3686 | ||
1e6feb95 | 3687 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE |
698dcdb6 VZ |
3688 | |
3689 | fi | |
10f2d63a VZ |
3690 | |
3691 | ||
1e6feb95 | 3692 | eval "$ac_cv_use_textfile" |
10f2d63a | 3693 | if test "$no_cache" != 1; then |
1e6feb95 | 3694 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3695 | fi |
3696 | ||
1e6feb95 | 3697 | if test "$wxUSE_TEXTFILE" = yes; then |
698dcdb6 | 3698 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3699 | else |
698dcdb6 | 3700 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3701 | fi |
698dcdb6 | 3702 | |
10f2d63a | 3703 | |
1e6feb95 | 3704 | echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6 |
3e44f09d | 3705 | echo "configure:3706: checking for --enable-fontmap" >&5 |
10f2d63a | 3706 | no_cache=0 |
1e6feb95 VZ |
3707 | # Check whether --enable-fontmap or --disable-fontmap was given. |
3708 | if test "${enable_fontmap+set}" = set; then | |
3709 | enableval="$enable_fontmap" | |
698dcdb6 | 3710 | |
10f2d63a | 3711 | if test "$enableval" = yes; then |
1e6feb95 | 3712 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' |
10f2d63a | 3713 | else |
1e6feb95 | 3714 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' |
10f2d63a | 3715 | fi |
698dcdb6 | 3716 | |
10f2d63a | 3717 | else |
698dcdb6 | 3718 | |
1e6feb95 | 3719 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` |
10f2d63a VZ |
3720 | if test "x$LINE" != x ; then |
3721 | eval "DEFAULT_$LINE" | |
3722 | else | |
3723 | no_cache=1 | |
3724 | fi | |
3725 | ||
1e6feb95 | 3726 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP |
698dcdb6 VZ |
3727 | |
3728 | fi | |
10f2d63a VZ |
3729 | |
3730 | ||
1e6feb95 | 3731 | eval "$ac_cv_use_fontmap" |
10f2d63a | 3732 | if test "$no_cache" != 1; then |
1e6feb95 | 3733 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3734 | fi |
3735 | ||
1e6feb95 | 3736 | if test "$wxUSE_FONTMAP" = yes; then |
698dcdb6 | 3737 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3738 | else |
698dcdb6 | 3739 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3740 | fi |
698dcdb6 | 3741 | |
10f2d63a | 3742 | |
1e6feb95 | 3743 | echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6 |
3e44f09d | 3744 | echo "configure:3745: checking for --enable-unicode" >&5 |
10f2d63a | 3745 | no_cache=0 |
1e6feb95 VZ |
3746 | # Check whether --enable-unicode or --disable-unicode was given. |
3747 | if test "${enable_unicode+set}" = set; then | |
3748 | enableval="$enable_unicode" | |
3749 | ||
3750 | if test "$enableval" = yes; then | |
3751 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
3752 | else | |
3753 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
3754 | fi | |
3755 | ||
3756 | else | |
3757 | ||
3758 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` | |
3759 | if test "x$LINE" != x ; then | |
3760 | eval "DEFAULT_$LINE" | |
3761 | else | |
3762 | no_cache=1 | |
3763 | fi | |
3764 | ||
3765 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
3766 | ||
3767 | fi | |
3768 | ||
3769 | ||
3770 | eval "$ac_cv_use_unicode" | |
3771 | if test "$no_cache" != 1; then | |
3772 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
3773 | fi | |
3774 | ||
3775 | if test "$wxUSE_UNICODE" = yes; then | |
3776 | echo "$ac_t""yes" 1>&6 | |
3777 | else | |
3778 | echo "$ac_t""no" 1>&6 | |
3779 | fi | |
3780 | ||
3781 | ||
3782 | echo $ac_n "checking for --enable-wcsrtombs""... $ac_c" 1>&6 | |
3e44f09d | 3783 | echo "configure:3784: checking for --enable-wcsrtombs" >&5 |
1e6feb95 VZ |
3784 | no_cache=0 |
3785 | # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given. | |
3786 | if test "${enable_wcsrtombs+set}" = set; then | |
3787 | enableval="$enable_wcsrtombs" | |
3788 | ||
3789 | if test "$enableval" = yes; then | |
3790 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=yes' | |
3791 | else | |
3792 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS=no' | |
3793 | fi | |
3794 | ||
3795 | else | |
3796 | ||
3797 | LINE=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}` | |
3798 | if test "x$LINE" != x ; then | |
3799 | eval "DEFAULT_$LINE" | |
3800 | else | |
3801 | no_cache=1 | |
3802 | fi | |
3803 | ||
3804 | ac_cv_use_wcsrtombs='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS | |
3805 | ||
3806 | fi | |
3807 | ||
3808 | ||
3809 | eval "$ac_cv_use_wcsrtombs" | |
3810 | if test "$no_cache" != 1; then | |
3811 | echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp | |
3812 | fi | |
3813 | ||
3814 | if test "$wxUSE_WCSRTOMBS" = yes; then | |
3815 | echo "$ac_t""yes" 1>&6 | |
3816 | else | |
3817 | echo "$ac_t""no" 1>&6 | |
3818 | fi | |
3819 | ||
3820 | ||
3821 | echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6 | |
3e44f09d | 3822 | echo "configure:3823: checking for --enable-wxprintfv" >&5 |
1e6feb95 VZ |
3823 | no_cache=0 |
3824 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
3825 | if test "${enable_wxprintfv+set}" = set; then | |
3826 | enableval="$enable_wxprintfv" | |
3827 | ||
3828 | if test "$enableval" = yes; then | |
10f2d63a VZ |
3829 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' |
3830 | else | |
3831 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
3832 | fi | |
698dcdb6 | 3833 | |
10f2d63a | 3834 | else |
698dcdb6 | 3835 | |
10f2d63a VZ |
3836 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` |
3837 | if test "x$LINE" != x ; then | |
3838 | eval "DEFAULT_$LINE" | |
3839 | else | |
3840 | no_cache=1 | |
3841 | fi | |
3842 | ||
3843 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
698dcdb6 VZ |
3844 | |
3845 | fi | |
10f2d63a VZ |
3846 | |
3847 | ||
3848 | eval "$ac_cv_use_wxprintfv" | |
3849 | if test "$no_cache" != 1; then | |
3850 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
3851 | fi | |
3852 | ||
3853 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
698dcdb6 | 3854 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3855 | else |
698dcdb6 | 3856 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3857 | fi |
698dcdb6 | 3858 | |
10f2d63a | 3859 | |
698dcdb6 | 3860 | echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6 |
3e44f09d | 3861 | echo "configure:3862: checking for --enable-std_iostreams" >&5 |
10f2d63a VZ |
3862 | no_cache=0 |
3863 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
3864 | if test "${enable_std_iostreams+set}" = set; then | |
3865 | enableval="$enable_std_iostreams" | |
698dcdb6 | 3866 | |
10f2d63a VZ |
3867 | if test "$enableval" = yes; then |
3868 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
3869 | else | |
3870 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
3871 | fi | |
698dcdb6 | 3872 | |
10f2d63a | 3873 | else |
698dcdb6 | 3874 | |
10f2d63a VZ |
3875 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` |
3876 | if test "x$LINE" != x ; then | |
3877 | eval "DEFAULT_$LINE" | |
3878 | else | |
3879 | no_cache=1 | |
3880 | fi | |
3881 | ||
3882 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
698dcdb6 VZ |
3883 | |
3884 | fi | |
10f2d63a VZ |
3885 | |
3886 | ||
3887 | eval "$ac_cv_use_std_iostreams" | |
3888 | if test "$no_cache" != 1; then | |
3889 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
3890 | fi | |
3891 | ||
3892 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
698dcdb6 | 3893 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3894 | else |
698dcdb6 | 3895 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3896 | fi |
698dcdb6 | 3897 | |
10f2d63a | 3898 | |
698dcdb6 | 3899 | echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6 |
3e44f09d | 3900 | echo "configure:3901: checking for --enable-filesystem" >&5 |
24528b0c VS |
3901 | no_cache=0 |
3902 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
3903 | if test "${enable_filesystem+set}" = set; then | |
3904 | enableval="$enable_filesystem" | |
698dcdb6 | 3905 | |
24528b0c VS |
3906 | if test "$enableval" = yes; then |
3907 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
3908 | else | |
3909 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
3910 | fi | |
698dcdb6 | 3911 | |
24528b0c | 3912 | else |
698dcdb6 | 3913 | |
24528b0c VS |
3914 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` |
3915 | if test "x$LINE" != x ; then | |
3916 | eval "DEFAULT_$LINE" | |
3917 | else | |
3918 | no_cache=1 | |
3919 | fi | |
3920 | ||
3921 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
698dcdb6 VZ |
3922 | |
3923 | fi | |
24528b0c VS |
3924 | |
3925 | ||
3926 | eval "$ac_cv_use_filesystem" | |
3927 | if test "$no_cache" != 1; then | |
3928 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
3929 | fi | |
3930 | ||
3931 | if test "$wxUSE_FILESYSTEM" = yes; then | |
698dcdb6 | 3932 | echo "$ac_t""yes" 1>&6 |
24528b0c | 3933 | else |
698dcdb6 | 3934 | echo "$ac_t""no" 1>&6 |
24528b0c | 3935 | fi |
698dcdb6 | 3936 | |
24528b0c | 3937 | |
698dcdb6 | 3938 | echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6 |
3e44f09d | 3939 | echo "configure:3940: checking for --enable-fs_inet" >&5 |
10f2d63a VZ |
3940 | no_cache=0 |
3941 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
3942 | if test "${enable_fs_inet+set}" = set; then | |
3943 | enableval="$enable_fs_inet" | |
698dcdb6 | 3944 | |
10f2d63a VZ |
3945 | if test "$enableval" = yes; then |
3946 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
3947 | else | |
3948 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
3949 | fi | |
698dcdb6 | 3950 | |
10f2d63a | 3951 | else |
698dcdb6 | 3952 | |
10f2d63a VZ |
3953 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` |
3954 | if test "x$LINE" != x ; then | |
3955 | eval "DEFAULT_$LINE" | |
3956 | else | |
3957 | no_cache=1 | |
3958 | fi | |
3959 | ||
3960 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
698dcdb6 VZ |
3961 | |
3962 | fi | |
10f2d63a VZ |
3963 | |
3964 | ||
3965 | eval "$ac_cv_use_fs_inet" | |
3966 | if test "$no_cache" != 1; then | |
3967 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
3968 | fi | |
3969 | ||
3970 | if test "$wxUSE_FS_INET" = yes; then | |
698dcdb6 | 3971 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3972 | else |
698dcdb6 | 3973 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3974 | fi |
698dcdb6 | 3975 | |
10f2d63a | 3976 | |
698dcdb6 | 3977 | echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6 |
3e44f09d | 3978 | echo "configure:3979: checking for --enable-fs_zip" >&5 |
10f2d63a VZ |
3979 | no_cache=0 |
3980 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
3981 | if test "${enable_fs_zip+set}" = set; then | |
3982 | enableval="$enable_fs_zip" | |
698dcdb6 | 3983 | |
10f2d63a VZ |
3984 | if test "$enableval" = yes; then |
3985 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
3986 | else | |
3987 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
3988 | fi | |
698dcdb6 | 3989 | |
10f2d63a | 3990 | else |
698dcdb6 | 3991 | |
10f2d63a VZ |
3992 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` |
3993 | if test "x$LINE" != x ; then | |
3994 | eval "DEFAULT_$LINE" | |
3995 | else | |
3996 | no_cache=1 | |
3997 | fi | |
3998 | ||
3999 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
698dcdb6 VZ |
4000 | |
4001 | fi | |
10f2d63a VZ |
4002 | |
4003 | ||
4004 | eval "$ac_cv_use_fs_zip" | |
4005 | if test "$no_cache" != 1; then | |
4006 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
4007 | fi | |
4008 | ||
4009 | if test "$wxUSE_FS_ZIP" = yes; then | |
698dcdb6 | 4010 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4011 | else |
698dcdb6 | 4012 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4013 | fi |
698dcdb6 | 4014 | |
10f2d63a | 4015 | |
698dcdb6 | 4016 | echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6 |
3e44f09d | 4017 | echo "configure:4018: checking for --enable-zipstream" >&5 |
10f2d63a VZ |
4018 | no_cache=0 |
4019 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
4020 | if test "${enable_zipstream+set}" = set; then | |
4021 | enableval="$enable_zipstream" | |
698dcdb6 | 4022 | |
10f2d63a VZ |
4023 | if test "$enableval" = yes; then |
4024 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
4025 | else | |
4026 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
4027 | fi | |
698dcdb6 | 4028 | |
10f2d63a | 4029 | else |
698dcdb6 | 4030 | |
10f2d63a VZ |
4031 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` |
4032 | if test "x$LINE" != x ; then | |
4033 | eval "DEFAULT_$LINE" | |
4034 | else | |
4035 | no_cache=1 | |
4036 | fi | |
4037 | ||
4038 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
698dcdb6 VZ |
4039 | |
4040 | fi | |
10f2d63a VZ |
4041 | |
4042 | ||
4043 | eval "$ac_cv_use_zipstream" | |
4044 | if test "$no_cache" != 1; then | |
4045 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
4046 | fi | |
4047 | ||
4048 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
698dcdb6 | 4049 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4050 | else |
698dcdb6 | 4051 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4052 | fi |
698dcdb6 | 4053 | |
10f2d63a | 4054 | |
698dcdb6 VZ |
4055 | |
4056 | echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6 | |
3e44f09d | 4057 | echo "configure:4058: checking for --enable-catch_segvs" >&5 |
eb4efbdc VZ |
4058 | no_cache=0 |
4059 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. | |
4060 | if test "${enable_catch_segvs+set}" = set; then | |
4061 | enableval="$enable_catch_segvs" | |
698dcdb6 | 4062 | |
eb4efbdc VZ |
4063 | if test "$enableval" = yes; then |
4064 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' | |
4065 | else | |
4066 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' | |
4067 | fi | |
698dcdb6 | 4068 | |
eb4efbdc | 4069 | else |
698dcdb6 | 4070 | |
eb4efbdc VZ |
4071 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` |
4072 | if test "x$LINE" != x ; then | |
4073 | eval "DEFAULT_$LINE" | |
4074 | else | |
4075 | no_cache=1 | |
4076 | fi | |
4077 | ||
4078 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION | |
698dcdb6 VZ |
4079 | |
4080 | fi | |
eb4efbdc VZ |
4081 | |
4082 | ||
4083 | eval "$ac_cv_use_catch_segvs" | |
4084 | if test "$no_cache" != 1; then | |
4085 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp | |
4086 | fi | |
4087 | ||
4088 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then | |
698dcdb6 | 4089 | echo "$ac_t""yes" 1>&6 |
eb4efbdc | 4090 | else |
698dcdb6 | 4091 | echo "$ac_t""no" 1>&6 |
eb4efbdc | 4092 | fi |
698dcdb6 | 4093 | |
eb4efbdc | 4094 | |
698dcdb6 | 4095 | echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6 |
3e44f09d | 4096 | echo "configure:4097: checking for --enable-snglinst" >&5 |
4f3c5f06 VZ |
4097 | no_cache=0 |
4098 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
4099 | if test "${enable_snglinst+set}" = set; then | |
4100 | enableval="$enable_snglinst" | |
698dcdb6 | 4101 | |
4f3c5f06 VZ |
4102 | if test "$enableval" = yes; then |
4103 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
4104 | else | |
4105 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
4106 | fi | |
698dcdb6 | 4107 | |
4f3c5f06 | 4108 | else |
698dcdb6 | 4109 | |
4f3c5f06 VZ |
4110 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` |
4111 | if test "x$LINE" != x ; then | |
4112 | eval "DEFAULT_$LINE" | |
4113 | else | |
4114 | no_cache=1 | |
4115 | fi | |
4116 | ||
4117 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
698dcdb6 VZ |
4118 | |
4119 | fi | |
4f3c5f06 VZ |
4120 | |
4121 | ||
4122 | eval "$ac_cv_use_snglinst" | |
4123 | if test "$no_cache" != 1; then | |
4124 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
4125 | fi | |
4126 | ||
4127 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
698dcdb6 | 4128 | echo "$ac_t""yes" 1>&6 |
4f3c5f06 | 4129 | else |
698dcdb6 | 4130 | echo "$ac_t""no" 1>&6 |
4f3c5f06 | 4131 | fi |
698dcdb6 VZ |
4132 | |
4133 | ||
eb4efbdc | 4134 | |
1e6feb95 | 4135 | echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6 |
3e44f09d | 4136 | echo "configure:4137: checking for --enable-mimetype" >&5 |
1e6feb95 VZ |
4137 | no_cache=0 |
4138 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
4139 | if test "${enable_mimetype+set}" = set; then | |
4140 | enableval="$enable_mimetype" | |
4141 | ||
4142 | if test "$enableval" = yes; then | |
4143 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
4144 | else | |
4145 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
4146 | fi | |
4147 | ||
4148 | else | |
4149 | ||
4150 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` | |
4151 | if test "x$LINE" != x ; then | |
4152 | eval "DEFAULT_$LINE" | |
4153 | else | |
4154 | no_cache=1 | |
4155 | fi | |
4156 | ||
4157 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
4158 | ||
4159 | fi | |
4160 | ||
4161 | ||
4162 | eval "$ac_cv_use_mimetype" | |
4163 | if test "$no_cache" != 1; then | |
4164 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
4165 | fi | |
4166 | ||
4167 | if test "$wxUSE_MIMETYPE" = yes; then | |
4168 | echo "$ac_t""yes" 1>&6 | |
4169 | else | |
4170 | echo "$ac_t""no" 1>&6 | |
4171 | fi | |
4172 | ||
4173 | ||
3e44f09d VZ |
4174 | echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6 |
4175 | echo "configure:4176: checking for --enable-system_options" >&5 | |
4176 | no_cache=0 | |
4177 | # Check whether --enable-system_options or --disable-system_options was given. | |
4178 | if test "${enable_system_options+set}" = set; then | |
4179 | enableval="$enable_system_options" | |
4180 | ||
4181 | if test "$enableval" = yes; then | |
4182 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
4183 | else | |
4184 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
4185 | fi | |
4186 | ||
4187 | else | |
4188 | ||
4189 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` | |
4190 | if test "x$LINE" != x ; then | |
4191 | eval "DEFAULT_$LINE" | |
4192 | else | |
4193 | no_cache=1 | |
4194 | fi | |
4195 | ||
4196 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
4197 | ||
4198 | fi | |
4199 | ||
4200 | ||
4201 | eval "$ac_cv_use_system_options" | |
4202 | if test "$no_cache" != 1; then | |
4203 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
4204 | fi | |
4205 | ||
4206 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
4207 | echo "$ac_t""yes" 1>&6 | |
4208 | else | |
4209 | echo "$ac_t""no" 1>&6 | |
4210 | fi | |
4211 | ||
4212 | ||
1e6feb95 | 4213 | |
698dcdb6 VZ |
4214 | |
4215 | echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6 | |
3e44f09d | 4216 | echo "configure:4217: checking for --enable-threads" >&5 |
10f2d63a VZ |
4217 | no_cache=0 |
4218 | # Check whether --enable-threads or --disable-threads was given. | |
4219 | if test "${enable_threads+set}" = set; then | |
4220 | enableval="$enable_threads" | |
698dcdb6 | 4221 | |
10f2d63a VZ |
4222 | if test "$enableval" = yes; then |
4223 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
4224 | else | |
4225 | ac_cv_use_threads='wxUSE_THREADS=no' | |
4226 | fi | |
698dcdb6 | 4227 | |
10f2d63a | 4228 | else |
698dcdb6 | 4229 | |
10f2d63a VZ |
4230 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` |
4231 | if test "x$LINE" != x ; then | |
4232 | eval "DEFAULT_$LINE" | |
4233 | else | |
4234 | no_cache=1 | |
4235 | fi | |
4236 | ||
4237 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
698dcdb6 VZ |
4238 | |
4239 | fi | |
10f2d63a VZ |
4240 | |
4241 | ||
4242 | eval "$ac_cv_use_threads" | |
4243 | if test "$no_cache" != 1; then | |
4244 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
4245 | fi | |
4246 | ||
4247 | if test "$wxUSE_THREADS" = yes; then | |
698dcdb6 | 4248 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4249 | else |
698dcdb6 | 4250 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4251 | fi |
698dcdb6 | 4252 | |
10f2d63a | 4253 | |
698dcdb6 | 4254 | echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6 |
3e44f09d | 4255 | echo "configure:4256: checking for --enable-serial" >&5 |
10f2d63a VZ |
4256 | no_cache=0 |
4257 | # Check whether --enable-serial or --disable-serial was given. | |
4258 | if test "${enable_serial+set}" = set; then | |
4259 | enableval="$enable_serial" | |
698dcdb6 | 4260 | |
10f2d63a VZ |
4261 | if test "$enableval" = yes; then |
4262 | ac_cv_use_serial='wxUSE_SERIAL=yes' | |
4263 | else | |
4264 | ac_cv_use_serial='wxUSE_SERIAL=no' | |
4265 | fi | |
698dcdb6 | 4266 | |
10f2d63a | 4267 | else |
698dcdb6 | 4268 | |
10f2d63a VZ |
4269 | LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}` |
4270 | if test "x$LINE" != x ; then | |
4271 | eval "DEFAULT_$LINE" | |
4272 | else | |
4273 | no_cache=1 | |
4274 | fi | |
4275 | ||
4276 | ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL | |
698dcdb6 VZ |
4277 | |
4278 | fi | |
10f2d63a VZ |
4279 | |
4280 | ||
4281 | eval "$ac_cv_use_serial" | |
4282 | if test "$no_cache" != 1; then | |
4283 | echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp | |
4284 | fi | |
4285 | ||
4286 | if test "$wxUSE_SERIAL" = yes; then | |
698dcdb6 | 4287 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4288 | else |
698dcdb6 | 4289 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4290 | fi |
698dcdb6 | 4291 | |
10f2d63a | 4292 | |
b12915c1 VZ |
4293 | if test "$wxUSE_GUI" = "yes"; then |
4294 | ||
698dcdb6 VZ |
4295 | |
4296 | ||
4297 | echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6 | |
3e44f09d | 4298 | echo "configure:4299: checking for --enable-docview" >&5 |
10f2d63a VZ |
4299 | no_cache=0 |
4300 | # Check whether --enable-docview or --disable-docview was given. | |
4301 | if test "${enable_docview+set}" = set; then | |
4302 | enableval="$enable_docview" | |
698dcdb6 | 4303 | |
10f2d63a VZ |
4304 | if test "$enableval" = yes; then |
4305 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
4306 | else | |
4307 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
4308 | fi | |
698dcdb6 | 4309 | |
10f2d63a | 4310 | else |
698dcdb6 | 4311 | |
10f2d63a VZ |
4312 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` |
4313 | if test "x$LINE" != x ; then | |
4314 | eval "DEFAULT_$LINE" | |
4315 | else | |
4316 | no_cache=1 | |
4317 | fi | |
4318 | ||
4319 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
698dcdb6 VZ |
4320 | |
4321 | fi | |
10f2d63a VZ |
4322 | |
4323 | ||
4324 | eval "$ac_cv_use_docview" | |
4325 | if test "$no_cache" != 1; then | |
4326 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
4327 | fi | |
4328 | ||
4329 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
698dcdb6 | 4330 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4331 | else |
698dcdb6 | 4332 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4333 | fi |
698dcdb6 | 4334 | |
10f2d63a | 4335 | |
698dcdb6 | 4336 | echo $ac_n "checking for --enable-help""... $ac_c" 1>&6 |
3e44f09d | 4337 | echo "configure:4338: checking for --enable-help" >&5 |
10f2d63a VZ |
4338 | no_cache=0 |
4339 | # Check whether --enable-help or --disable-help was given. | |
4340 | if test "${enable_help+set}" = set; then | |
4341 | enableval="$enable_help" | |
698dcdb6 | 4342 | |
10f2d63a VZ |
4343 | if test "$enableval" = yes; then |
4344 | ac_cv_use_help='wxUSE_HELP=yes' | |
4345 | else | |
4346 | ac_cv_use_help='wxUSE_HELP=no' | |
4347 | fi | |
698dcdb6 | 4348 | |
10f2d63a | 4349 | else |
698dcdb6 | 4350 | |
10f2d63a VZ |
4351 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` |
4352 | if test "x$LINE" != x ; then | |
4353 | eval "DEFAULT_$LINE" | |
4354 | else | |
4355 | no_cache=1 | |
4356 | fi | |
4357 | ||
4358 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
698dcdb6 VZ |
4359 | |
4360 | fi | |
10f2d63a VZ |
4361 | |
4362 | ||
4363 | eval "$ac_cv_use_help" | |
4364 | if test "$no_cache" != 1; then | |
4365 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
4366 | fi | |
4367 | ||
4368 | if test "$wxUSE_HELP" = yes; then | |
698dcdb6 | 4369 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4370 | else |
698dcdb6 | 4371 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4372 | fi |
698dcdb6 | 4373 | |
10f2d63a | 4374 | |
29fd3c0c | 4375 | echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6 |
3e44f09d | 4376 | echo "configure:4377: checking for --enable-mshtmlhelp" >&5 |
29fd3c0c VS |
4377 | no_cache=0 |
4378 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
4379 | if test "${enable_mshtmlhelp+set}" = set; then | |
4380 | enableval="$enable_mshtmlhelp" | |
4381 | ||
4382 | if test "$enableval" = yes; then | |
4383 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
4384 | else | |
4385 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
4386 | fi | |
4387 | ||
4388 | else | |
4389 | ||
4390 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` | |
4391 | if test "x$LINE" != x ; then | |
4392 | eval "DEFAULT_$LINE" | |
4393 | else | |
4394 | no_cache=1 | |
4395 | fi | |
4396 | ||
4397 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
4398 | ||
4399 | fi | |
4400 | ||
4401 | ||
4402 | eval "$ac_cv_use_mshtmlhelp" | |
4403 | if test "$no_cache" != 1; then | |
4404 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
4405 | fi | |
4406 | ||
4407 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
4408 | echo "$ac_t""yes" 1>&6 | |
4409 | else | |
4410 | echo "$ac_t""no" 1>&6 | |
4411 | fi | |
4412 | ||
4413 | ||
3379ed37 | 4414 | echo $ac_n "checking for --enable-html""... $ac_c" 1>&6 |
3e44f09d | 4415 | echo "configure:4416: checking for --enable-html" >&5 |
3379ed37 VZ |
4416 | no_cache=0 |
4417 | # Check whether --enable-html or --disable-html was given. | |
4418 | if test "${enable_html+set}" = set; then | |
4419 | enableval="$enable_html" | |
4420 | ||
4421 | if test "$enableval" = yes; then | |
4422 | ac_cv_use_html='wxUSE_HTML=yes' | |
4423 | else | |
4424 | ac_cv_use_html='wxUSE_HTML=no' | |
4425 | fi | |
4426 | ||
4427 | else | |
4428 | ||
4429 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` | |
4430 | if test "x$LINE" != x ; then | |
4431 | eval "DEFAULT_$LINE" | |
4432 | else | |
4433 | no_cache=1 | |
4434 | fi | |
4435 | ||
4436 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
4437 | ||
4438 | fi | |
4439 | ||
4440 | ||
4441 | eval "$ac_cv_use_html" | |
4442 | if test "$no_cache" != 1; then | |
4443 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
4444 | fi | |
4445 | ||
4446 | if test "$wxUSE_HTML" = yes; then | |
4447 | echo "$ac_t""yes" 1>&6 | |
4448 | else | |
4449 | echo "$ac_t""no" 1>&6 | |
4450 | fi | |
4451 | ||
4452 | ||
4453 | echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6 | |
3e44f09d | 4454 | echo "configure:4455: checking for --enable-htmlhelp" >&5 |
3379ed37 VZ |
4455 | no_cache=0 |
4456 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
4457 | if test "${enable_htmlhelp+set}" = set; then | |
4458 | enableval="$enable_htmlhelp" | |
4459 | ||
4460 | if test "$enableval" = yes; then | |
4461 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
4462 | else | |
4463 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
4464 | fi | |
4465 | ||
4466 | else | |
4467 | ||
4468 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` | |
4469 | if test "x$LINE" != x ; then | |
4470 | eval "DEFAULT_$LINE" | |
4471 | else | |
4472 | no_cache=1 | |
4473 | fi | |
4474 | ||
4475 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
4476 | ||
4477 | fi | |
4478 | ||
4479 | ||
4480 | eval "$ac_cv_use_htmlhelp" | |
4481 | if test "$no_cache" != 1; then | |
4482 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
4483 | fi | |
4484 | ||
4485 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
4486 | echo "$ac_t""yes" 1>&6 | |
4487 | else | |
4488 | echo "$ac_t""no" 1>&6 | |
4489 | fi | |
4490 | ||
4491 | ||
698dcdb6 | 4492 | echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6 |
3e44f09d | 4493 | echo "configure:4494: checking for --enable-constraints" >&5 |
10f2d63a VZ |
4494 | no_cache=0 |
4495 | # Check whether --enable-constraints or --disable-constraints was given. | |
4496 | if test "${enable_constraints+set}" = set; then | |
4497 | enableval="$enable_constraints" | |
698dcdb6 | 4498 | |
10f2d63a VZ |
4499 | if test "$enableval" = yes; then |
4500 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
4501 | else | |
4502 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
4503 | fi | |
698dcdb6 | 4504 | |
10f2d63a | 4505 | else |
698dcdb6 | 4506 | |
10f2d63a VZ |
4507 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` |
4508 | if test "x$LINE" != x ; then | |
4509 | eval "DEFAULT_$LINE" | |
4510 | else | |
4511 | no_cache=1 | |
4512 | fi | |
4513 | ||
4514 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
698dcdb6 VZ |
4515 | |
4516 | fi | |
10f2d63a VZ |
4517 | |
4518 | ||
4519 | eval "$ac_cv_use_constraints" | |
4520 | if test "$no_cache" != 1; then | |
4521 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
4522 | fi | |
4523 | ||
4524 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
698dcdb6 | 4525 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4526 | else |
698dcdb6 | 4527 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4528 | fi |
698dcdb6 | 4529 | |
10f2d63a | 4530 | |
698dcdb6 | 4531 | echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6 |
3e44f09d | 4532 | echo "configure:4533: checking for --enable-printarch" >&5 |
10f2d63a VZ |
4533 | no_cache=0 |
4534 | # Check whether --enable-printarch or --disable-printarch was given. | |
4535 | if test "${enable_printarch+set}" = set; then | |
4536 | enableval="$enable_printarch" | |
698dcdb6 | 4537 | |
10f2d63a VZ |
4538 | if test "$enableval" = yes; then |
4539 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
4540 | else | |
4541 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
4542 | fi | |
698dcdb6 | 4543 | |
10f2d63a | 4544 | else |
698dcdb6 | 4545 | |
10f2d63a VZ |
4546 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` |
4547 | if test "x$LINE" != x ; then | |
4548 | eval "DEFAULT_$LINE" | |
4549 | else | |
4550 | no_cache=1 | |
4551 | fi | |
4552 | ||
4553 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
698dcdb6 VZ |
4554 | |
4555 | fi | |
10f2d63a VZ |
4556 | |
4557 | ||
4558 | eval "$ac_cv_use_printarch" | |
4559 | if test "$no_cache" != 1; then | |
4560 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
4561 | fi | |
4562 | ||
4563 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
698dcdb6 | 4564 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4565 | else |
698dcdb6 | 4566 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4567 | fi |
698dcdb6 | 4568 | |
10f2d63a | 4569 | |
698dcdb6 | 4570 | echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6 |
3e44f09d | 4571 | echo "configure:4572: checking for --enable-mdi" >&5 |
10f2d63a VZ |
4572 | no_cache=0 |
4573 | # Check whether --enable-mdi or --disable-mdi was given. | |
4574 | if test "${enable_mdi+set}" = set; then | |
4575 | enableval="$enable_mdi" | |
698dcdb6 | 4576 | |
10f2d63a VZ |
4577 | if test "$enableval" = yes; then |
4578 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
4579 | else | |
4580 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
4581 | fi | |
698dcdb6 | 4582 | |
10f2d63a | 4583 | else |
698dcdb6 | 4584 | |
10f2d63a VZ |
4585 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` |
4586 | if test "x$LINE" != x ; then | |
4587 | eval "DEFAULT_$LINE" | |
4588 | else | |
4589 | no_cache=1 | |
4590 | fi | |
4591 | ||
4592 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
698dcdb6 VZ |
4593 | |
4594 | fi | |
10f2d63a VZ |
4595 | |
4596 | ||
4597 | eval "$ac_cv_use_mdi" | |
4598 | if test "$no_cache" != 1; then | |
4599 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
4600 | fi | |
4601 | ||
4602 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
698dcdb6 | 4603 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4604 | else |
698dcdb6 | 4605 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4606 | fi |
698dcdb6 VZ |
4607 | |
4608 | ||
1e6feb95 | 4609 | echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6 |
3e44f09d | 4610 | echo "configure:4611: checking for --enable-loggui" >&5 |
1e6feb95 VZ |
4611 | no_cache=0 |
4612 | # Check whether --enable-loggui or --disable-loggui was given. | |
4613 | if test "${enable_loggui+set}" = set; then | |
4614 | enableval="$enable_loggui" | |
4615 | ||
4616 | if test "$enableval" = yes; then | |
4617 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
4618 | else | |
4619 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
4620 | fi | |
4621 | ||
4622 | else | |
4623 | ||
4624 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` | |
4625 | if test "x$LINE" != x ; then | |
4626 | eval "DEFAULT_$LINE" | |
4627 | else | |
4628 | no_cache=1 | |
4629 | fi | |
4630 | ||
4631 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
4632 | ||
4633 | fi | |
4634 | ||
4635 | ||
4636 | eval "$ac_cv_use_loggui" | |
4637 | if test "$no_cache" != 1; then | |
4638 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
4639 | fi | |
4640 | ||
4641 | if test "$wxUSE_LOGGUI" = yes; then | |
4642 | echo "$ac_t""yes" 1>&6 | |
4643 | else | |
4644 | echo "$ac_t""no" 1>&6 | |
4645 | fi | |
4646 | ||
4647 | ||
4648 | echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6 | |
3e44f09d | 4649 | echo "configure:4650: checking for --enable-logwin" >&5 |
1e6feb95 VZ |
4650 | no_cache=0 |
4651 | # Check whether --enable-logwin or --disable-logwin was given. | |
4652 | if test "${enable_logwin+set}" = set; then | |
4653 | enableval="$enable_logwin" | |
4654 | ||
4655 | if test "$enableval" = yes; then | |
4656 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
4657 | else | |
4658 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
4659 | fi | |
4660 | ||
4661 | else | |
4662 | ||
4663 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` | |
4664 | if test "x$LINE" != x ; then | |
4665 | eval "DEFAULT_$LINE" | |
4666 | else | |
4667 | no_cache=1 | |
4668 | fi | |
4669 | ||
4670 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
4671 | ||
4672 | fi | |
4673 | ||
4674 | ||
4675 | eval "$ac_cv_use_logwin" | |
4676 | if test "$no_cache" != 1; then | |
4677 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
4678 | fi | |
4679 | ||
4680 | if test "$wxUSE_LOGWINDOW" = yes; then | |
4681 | echo "$ac_t""yes" 1>&6 | |
4682 | else | |
4683 | echo "$ac_t""no" 1>&6 | |
4684 | fi | |
4685 | ||
4686 | ||
10f2d63a | 4687 | |
698dcdb6 | 4688 | echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6 |
3e44f09d | 4689 | echo "configure:4690: checking for --enable-postscript" >&5 |
10f2d63a VZ |
4690 | no_cache=0 |
4691 | # Check whether --enable-postscript or --disable-postscript was given. | |
4692 | if test "${enable_postscript+set}" = set; then | |
4693 | enableval="$enable_postscript" | |
698dcdb6 | 4694 | |
10f2d63a VZ |
4695 | if test "$enableval" = yes; then |
4696 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
4697 | else | |
4698 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
4699 | fi | |
698dcdb6 | 4700 | |
10f2d63a | 4701 | else |
698dcdb6 | 4702 | |
10f2d63a VZ |
4703 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` |
4704 | if test "x$LINE" != x ; then | |
4705 | eval "DEFAULT_$LINE" | |
4706 | else | |
4707 | no_cache=1 | |
4708 | fi | |
4709 | ||
4710 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
698dcdb6 VZ |
4711 | |
4712 | fi | |
10f2d63a VZ |
4713 | |
4714 | ||
4715 | eval "$ac_cv_use_postscript" | |
4716 | if test "$no_cache" != 1; then | |
4717 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
4718 | fi | |
4719 | ||
4720 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
698dcdb6 | 4721 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4722 | else |
698dcdb6 | 4723 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4724 | fi |
698dcdb6 VZ |
4725 | |
4726 | ||
4727 | ||
10f2d63a | 4728 | |
1e6feb95 | 4729 | |
698dcdb6 | 4730 | echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6 |
3e44f09d | 4731 | echo "configure:4732: checking for --enable-prologio" >&5 |
10f2d63a VZ |
4732 | no_cache=0 |
4733 | # Check whether --enable-prologio or --disable-prologio was given. | |
4734 | if test "${enable_prologio+set}" = set; then | |
4735 | enableval="$enable_prologio" | |
698dcdb6 | 4736 | |
10f2d63a VZ |
4737 | if test "$enableval" = yes; then |
4738 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
4739 | else | |
4740 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
4741 | fi | |
698dcdb6 | 4742 | |
10f2d63a | 4743 | else |
698dcdb6 | 4744 | |
10f2d63a VZ |
4745 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` |
4746 | if test "x$LINE" != x ; then | |
4747 | eval "DEFAULT_$LINE" | |
4748 | else | |
4749 | no_cache=1 | |
4750 | fi | |
4751 | ||
4752 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
698dcdb6 VZ |
4753 | |
4754 | fi | |
10f2d63a VZ |
4755 | |
4756 | ||
4757 | eval "$ac_cv_use_prologio" | |
4758 | if test "$no_cache" != 1; then | |
4759 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
4760 | fi | |
4761 | ||
4762 | if test "$wxUSE_PROLOGIO" = yes; then | |
698dcdb6 | 4763 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4764 | else |
698dcdb6 | 4765 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4766 | fi |
698dcdb6 | 4767 | |
10f2d63a | 4768 | |
698dcdb6 | 4769 | echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6 |
3e44f09d | 4770 | echo "configure:4771: checking for --enable-resources" >&5 |
10f2d63a VZ |
4771 | no_cache=0 |
4772 | # Check whether --enable-resources or --disable-resources was given. | |
4773 | if test "${enable_resources+set}" = set; then | |
4774 | enableval="$enable_resources" | |
698dcdb6 | 4775 | |
10f2d63a VZ |
4776 | if test "$enableval" = yes; then |
4777 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
4778 | else | |
4779 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
4780 | fi | |
698dcdb6 | 4781 | |
10f2d63a | 4782 | else |
698dcdb6 | 4783 | |
10f2d63a VZ |
4784 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` |
4785 | if test "x$LINE" != x ; then | |
4786 | eval "DEFAULT_$LINE" | |
4787 | else | |
4788 | no_cache=1 | |
4789 | fi | |
4790 | ||
4791 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
698dcdb6 VZ |
4792 | |
4793 | fi | |
10f2d63a VZ |
4794 | |
4795 | ||
4796 | eval "$ac_cv_use_resources" | |
4797 | if test "$no_cache" != 1; then | |
4798 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
4799 | fi | |
4800 | ||
4801 | if test "$wxUSE_RESOURCES" = yes; then | |
698dcdb6 | 4802 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4803 | else |
698dcdb6 | 4804 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4805 | fi |
698dcdb6 | 4806 | |
10f2d63a | 4807 | |
698dcdb6 VZ |
4808 | |
4809 | echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6 | |
3e44f09d | 4810 | echo "configure:4811: checking for --enable-xresources" >&5 |
10f2d63a VZ |
4811 | no_cache=0 |
4812 | # Check whether --enable-xresources or --disable-xresources was given. | |
4813 | if test "${enable_xresources+set}" = set; then | |
4814 | enableval="$enable_xresources" | |
698dcdb6 | 4815 | |
10f2d63a VZ |
4816 | if test "$enableval" = yes; then |
4817 | ac_cv_use_xresources='wxUSE_X_RESOURCES=yes' | |
4818 | else | |
4819 | ac_cv_use_xresources='wxUSE_X_RESOURCES=no' | |
4820 | fi | |
698dcdb6 | 4821 | |
10f2d63a | 4822 | else |
698dcdb6 | 4823 | |
10f2d63a VZ |
4824 | LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}` |
4825 | if test "x$LINE" != x ; then | |
4826 | eval "DEFAULT_$LINE" | |
4827 | else | |
4828 | no_cache=1 | |
4829 | fi | |
4830 | ||
4831 | ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES | |
698dcdb6 VZ |
4832 | |
4833 | fi | |
10f2d63a VZ |
4834 | |
4835 | ||
4836 | eval "$ac_cv_use_xresources" | |
4837 | if test "$no_cache" != 1; then | |
4838 | echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp | |
4839 | fi | |
4840 | ||
4841 | if test "$wxUSE_X_RESOURCES" = yes; then | |
698dcdb6 | 4842 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4843 | else |
698dcdb6 | 4844 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4845 | fi |
698dcdb6 VZ |
4846 | |
4847 | ||
10f2d63a | 4848 | |
698dcdb6 VZ |
4849 | |
4850 | echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6 | |
3e44f09d | 4851 | echo "configure:4852: checking for --enable-clipboard" >&5 |
10f2d63a VZ |
4852 | no_cache=0 |
4853 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
4854 | if test "${enable_clipboard+set}" = set; then | |
4855 | enableval="$enable_clipboard" | |
698dcdb6 | 4856 | |
10f2d63a VZ |
4857 | if test "$enableval" = yes; then |
4858 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
4859 | else | |
4860 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
4861 | fi | |
698dcdb6 | 4862 | |
10f2d63a | 4863 | else |
698dcdb6 | 4864 | |
10f2d63a VZ |
4865 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` |
4866 | if test "x$LINE" != x ; then | |
4867 | eval "DEFAULT_$LINE" | |
4868 | else | |
4869 | no_cache=1 | |
4870 | fi | |
4871 | ||
4872 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
698dcdb6 VZ |
4873 | |
4874 | fi | |
10f2d63a VZ |
4875 | |
4876 | ||
4877 | eval "$ac_cv_use_clipboard" | |
4878 | if test "$no_cache" != 1; then | |
4879 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
4880 | fi | |
4881 | ||
4882 | if test "$wxUSE_CLIPBOARD" = yes; then | |
698dcdb6 | 4883 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4884 | else |
698dcdb6 | 4885 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4886 | fi |
698dcdb6 | 4887 | |
10f2d63a | 4888 | |
698dcdb6 | 4889 | echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6 |
3e44f09d | 4890 | echo "configure:4891: checking for --enable-dnd" >&5 |
10f2d63a VZ |
4891 | no_cache=0 |
4892 | # Check whether --enable-dnd or --disable-dnd was given. | |
4893 | if test "${enable_dnd+set}" = set; then | |
4894 | enableval="$enable_dnd" | |
698dcdb6 | 4895 | |
10f2d63a VZ |
4896 | if test "$enableval" = yes; then |
4897 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
4898 | else | |
4899 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
4900 | fi | |
698dcdb6 | 4901 | |
10f2d63a | 4902 | else |
698dcdb6 | 4903 | |
10f2d63a VZ |
4904 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` |
4905 | if test "x$LINE" != x ; then | |
4906 | eval "DEFAULT_$LINE" | |
4907 | else | |
4908 | no_cache=1 | |
4909 | fi | |
4910 | ||
4911 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
698dcdb6 VZ |
4912 | |
4913 | fi | |
10f2d63a VZ |
4914 | |
4915 | ||
4916 | eval "$ac_cv_use_dnd" | |
4917 | if test "$no_cache" != 1; then | |
4918 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
4919 | fi | |
4920 | ||
4921 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
698dcdb6 | 4922 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4923 | else |
698dcdb6 | 4924 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4925 | fi |
698dcdb6 | 4926 | |
10f2d63a | 4927 | |
698dcdb6 | 4928 | echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 |
3e44f09d | 4929 | echo "configure:4930: checking for --enable-metafile" >&5 |
b64f0a5f RL |
4930 | no_cache=0 |
4931 | # Check whether --enable-metafile or --disable-metafile was given. | |
4932 | if test "${enable_metafile+set}" = set; then | |
4933 | enableval="$enable_metafile" | |
698dcdb6 | 4934 | |
b64f0a5f RL |
4935 | if test "$enableval" = yes; then |
4936 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
4937 | else | |
4938 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
4939 | fi | |
698dcdb6 | 4940 | |
b64f0a5f | 4941 | else |
698dcdb6 | 4942 | |
b64f0a5f RL |
4943 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
4944 | if test "x$LINE" != x ; then | |
4945 | eval "DEFAULT_$LINE" | |
4946 | else | |
4947 | no_cache=1 | |
4948 | fi | |
4949 | ||
4950 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
698dcdb6 VZ |
4951 | |
4952 | fi | |
b64f0a5f RL |
4953 | |
4954 | ||
4955 | eval "$ac_cv_use_metafile" | |
4956 | if test "$no_cache" != 1; then | |
4957 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
4958 | fi | |
4959 | ||
4960 | if test "$wxUSE_METAFILE" = yes; then | |
698dcdb6 | 4961 | echo "$ac_t""yes" 1>&6 |
b64f0a5f | 4962 | else |
698dcdb6 | 4963 | echo "$ac_t""no" 1>&6 |
b64f0a5f | 4964 | fi |
698dcdb6 VZ |
4965 | |
4966 | ||
10f2d63a | 4967 | |
698dcdb6 | 4968 | echo $ac_n "checking for --enable-wxtree""... $ac_c" 1>&6 |
3e44f09d | 4969 | echo "configure:4970: checking for --enable-wxtree" >&5 |
10f2d63a VZ |
4970 | no_cache=0 |
4971 | # Check whether --enable-wxtree or --disable-wxtree was given. | |
4972 | if test "${enable_wxtree+set}" = set; then | |
4973 | enableval="$enable_wxtree" | |
698dcdb6 | 4974 | |
10f2d63a VZ |
4975 | if test "$enableval" = yes; then |
4976 | ac_cv_use_wxtree='wxUSE_WXTREE=yes' | |
4977 | else | |
4978 | ac_cv_use_wxtree='wxUSE_WXTREE=no' | |
4979 | fi | |
698dcdb6 | 4980 | |
10f2d63a | 4981 | else |
698dcdb6 | 4982 | |
10f2d63a VZ |
4983 | LINE=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}` |
4984 | if test "x$LINE" != x ; then | |
4985 | eval "DEFAULT_$LINE" | |
4986 | else | |
4987 | no_cache=1 | |
4988 | fi | |
4989 | ||
4990 | ac_cv_use_wxtree='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE | |
698dcdb6 VZ |
4991 | |
4992 | fi | |
10f2d63a VZ |
4993 | |
4994 | ||
4995 | eval "$ac_cv_use_wxtree" | |
4996 | if test "$no_cache" != 1; then | |
4997 | echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp | |
4998 | fi | |
4999 | ||
5000 | if test "$wxUSE_WXTREE" = yes; then | |
698dcdb6 | 5001 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5002 | else |
698dcdb6 | 5003 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5004 | fi |
698dcdb6 | 5005 | |
10f2d63a | 5006 | |
698dcdb6 VZ |
5007 | |
5008 | ||
5009 | echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6 | |
3e44f09d | 5010 | echo "configure:5011: checking for --enable-controls" >&5 |
10f2d63a VZ |
5011 | no_cache=0 |
5012 | # Check whether --enable-controls or --disable-controls was given. | |
5013 | if test "${enable_controls+set}" = set; then | |
5014 | enableval="$enable_controls" | |
698dcdb6 | 5015 | |
10f2d63a VZ |
5016 | if test "$enableval" = yes; then |
5017 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
5018 | else | |
5019 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
5020 | fi | |
698dcdb6 | 5021 | |
10f2d63a | 5022 | else |
698dcdb6 | 5023 | |
10f2d63a VZ |
5024 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` |
5025 | if test "x$LINE" != x ; then | |
5026 | eval "DEFAULT_$LINE" | |
5027 | else | |
5028 | no_cache=1 | |
5029 | fi | |
5030 | ||
5031 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
698dcdb6 VZ |
5032 | |
5033 | fi | |
10f2d63a VZ |
5034 | |
5035 | ||
5036 | eval "$ac_cv_use_controls" | |
5037 | if test "$no_cache" != 1; then | |
5038 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
5039 | fi | |
5040 | ||
5041 | if test "$wxUSE_CONTROLS" = yes; then | |
698dcdb6 | 5042 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5043 | else |
698dcdb6 | 5044 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5045 | fi |
698dcdb6 | 5046 | |
10f2d63a VZ |
5047 | |
5048 | if test "$wxUSE_CONTROLS" = "yes"; then | |
5049 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 VZ |
5050 | DEFAULT_wxUSE_BMPBUTTON=yes |
5051 | DEFAULT_wxUSE_BUTTON=yes | |
5052 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
5053 | DEFAULT_wxUSE_CARET=yes |
5054 | DEFAULT_wxUSE_COMBOBOX=yes | |
10f2d63a VZ |
5055 | DEFAULT_wxUSE_CHECKBOX=yes |
5056 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
5057 | DEFAULT_wxUSE_CHOICE=yes | |
5058 | DEFAULT_wxUSE_GAUGE=yes | |
5059 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 5060 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
5061 | DEFAULT_wxUSE_IMAGLIST=yes |
5062 | DEFAULT_wxUSE_LISTBOX=yes | |
5063 | DEFAULT_wxUSE_LISTCTRL=yes | |
5064 | DEFAULT_wxUSE_NOTEBOOK=yes | |
5065 | DEFAULT_wxUSE_RADIOBOX=yes | |
5066 | DEFAULT_wxUSE_RADIOBTN=yes | |
5067 | DEFAULT_wxUSE_SASH=yes | |
5068 | DEFAULT_wxUSE_SCROLLBAR=yes | |
5069 | DEFAULT_wxUSE_SLIDER=yes | |
5070 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 5071 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
5072 | DEFAULT_wxUSE_SPLITTER=yes |
5073 | DEFAULT_wxUSE_STATBMP=yes | |
5074 | DEFAULT_wxUSE_STATBOX=yes | |
5075 | DEFAULT_wxUSE_STATLINE=yes | |
5076 | DEFAULT_wxUSE_STATUSBAR=yes | |
5077 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
1db8dc4a | 5078 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 5079 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
5080 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
5081 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
5082 | DEFAULT_wxUSE_TOOLTIPS=yes |
5083 | DEFAULT_wxUSE_TREECTRL=yes | |
9f41d601 | 5084 | DEFAULT_wxUSE_POPUPWIN=yes |
10f2d63a VZ |
5085 | elif test "$wxUSE_CONTROLS" = "no"; then |
5086 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 VZ |
5087 | DEFAULT_wxUSE_BMPBUTTON=no |
5088 | DEFAULT_wxUSE_BUTTON=no | |
5089 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
5090 | DEFAULT_wxUSE_CARET=no |
5091 | DEFAULT_wxUSE_COMBOBOX=no | |
10f2d63a VZ |
5092 | DEFAULT_wxUSE_CHECKBOX=no |
5093 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
5094 | DEFAULT_wxUSE_CHOICE=no | |
5095 | DEFAULT_wxUSE_GAUGE=no | |
5096 | DEFAULT_wxUSE_GRID=no | |
5097 | DEFAULT_wxUSE_NEW_GRID=no | |
5098 | DEFAULT_wxUSE_IMAGLIST=no | |
5099 | DEFAULT_wxUSE_LISTBOX=no | |
5100 | DEFAULT_wxUSE_LISTCTRL=no | |
5101 | DEFAULT_wxUSE_NOTEBOOK=no | |
5102 | DEFAULT_wxUSE_RADIOBOX=no | |
5103 | DEFAULT_wxUSE_RADIOBTN=no | |
5104 | DEFAULT_wxUSE_SASH=no | |
5105 | DEFAULT_wxUSE_SCROLLBAR=no | |
5106 | DEFAULT_wxUSE_SLIDER=no | |
5107 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 5108 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
5109 | DEFAULT_wxUSE_SPLITTER=no |
5110 | DEFAULT_wxUSE_STATBMP=no | |
5111 | DEFAULT_wxUSE_STATBOX=no | |
5112 | DEFAULT_wxUSE_STATLINE=no | |
5113 | DEFAULT_wxUSE_STATUSBAR=no | |
5114 | DEFAULT_wxUSE_TAB_DIALOG=no | |
1db8dc4a | 5115 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 5116 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
5117 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
5118 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
5119 | DEFAULT_wxUSE_TOOLTIPS=no |
5120 | DEFAULT_wxUSE_TREECTRL=no | |
9f41d601 | 5121 | DEFAULT_wxUSE_POPUPWIN=no |
10f2d63a VZ |
5122 | fi |
5123 | ||
698dcdb6 VZ |
5124 | |
5125 | echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6 | |
3e44f09d | 5126 | echo "configure:5127: checking for --enable-accel" >&5 |
10f2d63a VZ |
5127 | no_cache=0 |
5128 | # Check whether --enable-accel or --disable-accel was given. | |
5129 | if test "${enable_accel+set}" = set; then | |
5130 | enableval="$enable_accel" | |
698dcdb6 | 5131 | |
10f2d63a VZ |
5132 | if test "$enableval" = yes; then |
5133 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
5134 | else | |
5135 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
5136 | fi | |
698dcdb6 | 5137 | |
10f2d63a | 5138 | else |
698dcdb6 | 5139 | |
10f2d63a VZ |
5140 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` |
5141 | if test "x$LINE" != x ; then | |
5142 | eval "DEFAULT_$LINE" | |
5143 | else | |
5144 | no_cache=1 | |
5145 | fi | |
5146 | ||
5147 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
698dcdb6 VZ |
5148 | |
5149 | fi | |
10f2d63a VZ |
5150 | |
5151 | ||
5152 | eval "$ac_cv_use_accel" | |
5153 | if test "$no_cache" != 1; then | |
5154 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
5155 | fi | |
5156 | ||
5157 | if test "$wxUSE_ACCEL" = yes; then | |
698dcdb6 | 5158 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5159 | else |
698dcdb6 | 5160 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5161 | fi |
698dcdb6 | 5162 | |
10f2d63a | 5163 | |
1e6feb95 | 5164 | echo $ac_n "checking for --enable-button""... $ac_c" 1>&6 |
3e44f09d | 5165 | echo "configure:5166: checking for --enable-button" >&5 |
10f2d63a | 5166 | no_cache=0 |
1e6feb95 VZ |
5167 | # Check whether --enable-button or --disable-button was given. |
5168 | if test "${enable_button+set}" = set; then | |
5169 | enableval="$enable_button" | |
698dcdb6 | 5170 | |
10f2d63a | 5171 | if test "$enableval" = yes; then |
1e6feb95 | 5172 | ac_cv_use_button='wxUSE_BUTTON=yes' |
10f2d63a | 5173 | else |
1e6feb95 | 5174 | ac_cv_use_button='wxUSE_BUTTON=no' |
10f2d63a | 5175 | fi |
698dcdb6 | 5176 | |
10f2d63a | 5177 | else |
698dcdb6 | 5178 | |
1e6feb95 | 5179 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` |
10f2d63a VZ |
5180 | if test "x$LINE" != x ; then |
5181 | eval "DEFAULT_$LINE" | |
5182 | else | |
5183 | no_cache=1 | |
5184 | fi | |
5185 | ||
1e6feb95 | 5186 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON |
698dcdb6 VZ |
5187 | |
5188 | fi | |
10f2d63a VZ |
5189 | |
5190 | ||
1e6feb95 | 5191 | eval "$ac_cv_use_button" |
10f2d63a | 5192 | if test "$no_cache" != 1; then |
1e6feb95 | 5193 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
5194 | fi |
5195 | ||
1e6feb95 | 5196 | if test "$wxUSE_BUTTON" = yes; then |
698dcdb6 | 5197 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5198 | else |
698dcdb6 | 5199 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5200 | fi |
698dcdb6 | 5201 | |
10f2d63a | 5202 | |
698dcdb6 | 5203 | echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6 |
3e44f09d | 5204 | echo "configure:5205: checking for --enable-bmpbutton" >&5 |
10f2d63a VZ |
5205 | no_cache=0 |
5206 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
5207 | if test "${enable_bmpbutton+set}" = set; then | |
5208 | enableval="$enable_bmpbutton" | |
698dcdb6 | 5209 | |
10f2d63a VZ |
5210 | if test "$enableval" = yes; then |
5211 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
5212 | else | |
5213 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
5214 | fi | |
698dcdb6 | 5215 | |
10f2d63a | 5216 | else |
698dcdb6 | 5217 | |
10f2d63a VZ |
5218 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` |
5219 | if test "x$LINE" != x ; then | |
5220 | eval "DEFAULT_$LINE" | |
5221 | else | |
5222 | no_cache=1 | |
5223 | fi | |
5224 | ||
5225 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
698dcdb6 VZ |
5226 | |
5227 | fi | |
10f2d63a VZ |
5228 | |
5229 | ||
5230 | eval "$ac_cv_use_bmpbutton" | |
5231 | if test "$no_cache" != 1; then | |
5232 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
5233 | fi | |
5234 | ||
5235 | if test "$wxUSE_BMPBUTTON" = yes; then | |
698dcdb6 | 5236 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5237 | else |
698dcdb6 | 5238 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5239 | fi |
698dcdb6 | 5240 | |
10f2d63a | 5241 | |
1e6feb95 | 5242 | echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6 |
3e44f09d | 5243 | echo "configure:5244: checking for --enable-calendar" >&5 |
1e6feb95 VZ |
5244 | no_cache=0 |
5245 | # Check whether --enable-calendar or --disable-calendar was given. | |
5246 | if test "${enable_calendar+set}" = set; then | |
5247 | enableval="$enable_calendar" | |
5248 | ||
5249 | if test "$enableval" = yes; then | |
5250 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
5251 | else | |
5252 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
5253 | fi | |
5254 | ||
5255 | else | |
5256 | ||
5257 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` | |
5258 | if test "x$LINE" != x ; then | |
5259 | eval "DEFAULT_$LINE" | |
5260 | else | |
5261 | no_cache=1 | |
5262 | fi | |
5263 | ||
5264 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
5265 | ||
5266 | fi | |
5267 | ||
5268 | ||
5269 | eval "$ac_cv_use_calendar" | |
5270 | if test "$no_cache" != 1; then | |
5271 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
5272 | fi | |
5273 | ||
5274 | if test "$wxUSE_CALCTRL" = yes; then | |
5275 | echo "$ac_t""yes" 1>&6 | |
5276 | else | |
5277 | echo "$ac_t""no" 1>&6 | |
5278 | fi | |
5279 | ||
5280 | ||
5281 | echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6 | |
3e44f09d | 5282 | echo "configure:5283: checking for --enable-caret" >&5 |
1e6feb95 VZ |
5283 | no_cache=0 |
5284 | # Check whether --enable-caret or --disable-caret was given. | |
5285 | if test "${enable_caret+set}" = set; then | |
5286 | enableval="$enable_caret" | |
5287 | ||
5288 | if test "$enableval" = yes; then | |
5289 | ac_cv_use_caret='wxUSE_CARET=yes' | |
5290 | else | |
5291 | ac_cv_use_caret='wxUSE_CARET=no' | |
5292 | fi | |
5293 | ||
5294 | else | |
5295 | ||
5296 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` | |
5297 | if test "x$LINE" != x ; then | |
5298 | eval "DEFAULT_$LINE" | |
5299 | else | |
5300 | no_cache=1 | |
5301 | fi | |
5302 | ||
5303 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
5304 | ||
5305 | fi | |
5306 | ||
5307 | ||
5308 | eval "$ac_cv_use_caret" | |
5309 | if test "$no_cache" != 1; then | |
5310 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
5311 | fi | |
5312 | ||
5313 | if test "$wxUSE_CARET" = yes; then | |
5314 | echo "$ac_t""yes" 1>&6 | |
5315 | else | |
5316 | echo "$ac_t""no" 1>&6 | |
5317 | fi | |
5318 | ||
5319 | ||
698dcdb6 | 5320 | echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6 |
3e44f09d | 5321 | echo "configure:5322: checking for --enable-checkbox" >&5 |
10f2d63a VZ |
5322 | no_cache=0 |
5323 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
5324 | if test "${enable_checkbox+set}" = set; then | |
5325 | enableval="$enable_checkbox" | |
698dcdb6 | 5326 | |
10f2d63a VZ |
5327 | if test "$enableval" = yes; then |
5328 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
5329 | else | |
5330 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
5331 | fi | |
698dcdb6 | 5332 | |
10f2d63a | 5333 | else |
698dcdb6 | 5334 | |
10f2d63a VZ |
5335 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` |
5336 | if test "x$LINE" != x ; then | |
5337 | eval "DEFAULT_$LINE" | |
5338 | else | |
5339 | no_cache=1 | |
5340 | fi | |
5341 | ||
5342 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
698dcdb6 VZ |
5343 | |
5344 | fi | |
10f2d63a VZ |
5345 | |
5346 | ||
5347 | eval "$ac_cv_use_checkbox" | |
5348 | if test "$no_cache" != 1; then | |
5349 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
5350 | fi | |
5351 | ||
5352 | if test "$wxUSE_CHECKBOX" = yes; then | |
698dcdb6 | 5353 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5354 | else |
698dcdb6 | 5355 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5356 | fi |
698dcdb6 | 5357 | |
10f2d63a | 5358 | |
698dcdb6 | 5359 | echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6 |
3e44f09d | 5360 | echo "configure:5361: checking for --enable-checklst" >&5 |
10f2d63a VZ |
5361 | no_cache=0 |
5362 | # Check whether --enable-checklst or --disable-checklst was given. | |
5363 | if test "${enable_checklst+set}" = set; then | |
5364 | enableval="$enable_checklst" | |
698dcdb6 | 5365 | |
10f2d63a VZ |
5366 | if test "$enableval" = yes; then |
5367 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
5368 | else | |
5369 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
5370 | fi | |
698dcdb6 | 5371 | |
10f2d63a | 5372 | else |
698dcdb6 | 5373 | |
10f2d63a VZ |
5374 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` |
5375 | if test "x$LINE" != x ; then | |
5376 | eval "DEFAULT_$LINE" | |
5377 | else | |
5378 | no_cache=1 | |
5379 | fi | |
5380 | ||
5381 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
698dcdb6 VZ |
5382 | |
5383 | fi | |
10f2d63a VZ |
5384 | |
5385 | ||
5386 | eval "$ac_cv_use_checklst" | |
5387 | if test "$no_cache" != 1; then | |
5388 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
5389 | fi | |
5390 | ||
5391 | if test "$wxUSE_CHECKLST" = yes; then | |
698dcdb6 | 5392 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5393 | else |
698dcdb6 | 5394 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5395 | fi |
698dcdb6 | 5396 | |
10f2d63a | 5397 | |
698dcdb6 | 5398 | echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6 |
3e44f09d | 5399 | echo "configure:5400: checking for --enable-choice" >&5 |
10f2d63a VZ |
5400 | no_cache=0 |
5401 | # Check whether --enable-choice or --disable-choice was given. | |
5402 | if test "${enable_choice+set}" = set; then | |
5403 | enableval="$enable_choice" | |
698dcdb6 | 5404 | |
10f2d63a VZ |
5405 | if test "$enableval" = yes; then |
5406 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
5407 | else | |
5408 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
5409 | fi | |
698dcdb6 | 5410 | |
10f2d63a | 5411 | else |
698dcdb6 | 5412 | |
10f2d63a VZ |
5413 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` |
5414 | if test "x$LINE" != x ; then | |
5415 | eval "DEFAULT_$LINE" | |
5416 | else | |
5417 | no_cache=1 | |
5418 | fi | |
5419 | ||
5420 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
698dcdb6 VZ |
5421 | |
5422 | fi | |
10f2d63a VZ |
5423 | |
5424 | ||
5425 | eval "$ac_cv_use_choice" | |
5426 | if test "$no_cache" != 1; then | |
5427 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
5428 | fi | |
5429 | ||
5430 | if test "$wxUSE_CHOICE" = yes; then | |
698dcdb6 | 5431 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5432 | else |
698dcdb6 | 5433 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5434 | fi |
698dcdb6 | 5435 | |
10f2d63a | 5436 | |
698dcdb6 | 5437 | echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6 |
3e44f09d | 5438 | echo "configure:5439: checking for --enable-combobox" >&5 |
10f2d63a VZ |
5439 | no_cache=0 |
5440 | # Check whether --enable-combobox or --disable-combobox was given. | |
5441 | if test "${enable_combobox+set}" = set; then | |
5442 | enableval="$enable_combobox" | |
698dcdb6 | 5443 | |
10f2d63a VZ |
5444 | if test "$enableval" = yes; then |
5445 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
5446 | else | |
5447 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
5448 | fi | |
698dcdb6 | 5449 | |
10f2d63a | 5450 | else |
698dcdb6 | 5451 | |
10f2d63a VZ |
5452 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` |
5453 | if test "x$LINE" != x ; then | |
5454 | eval "DEFAULT_$LINE" | |
5455 | else | |
5456 | no_cache=1 | |
5457 | fi | |
5458 | ||
5459 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
698dcdb6 VZ |
5460 | |
5461 | fi | |
10f2d63a VZ |
5462 | |
5463 | ||
5464 | eval "$ac_cv_use_combobox" | |
5465 | if test "$no_cache" != 1; then | |
5466 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
5467 | fi | |
5468 | ||
5469 | if test "$wxUSE_COMBOBOX" = yes; then | |
698dcdb6 | 5470 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5471 | else |
698dcdb6 | 5472 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5473 | fi |
698dcdb6 | 5474 | |
10f2d63a | 5475 | |
698dcdb6 | 5476 | echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6 |
3e44f09d | 5477 | echo "configure:5478: checking for --enable-gauge" >&5 |
10f2d63a VZ |
5478 | no_cache=0 |
5479 | # Check whether --enable-gauge or --disable-gauge was given. | |
5480 | if test "${enable_gauge+set}" = set; then | |
5481 | enableval="$enable_gauge" | |
698dcdb6 | 5482 | |
10f2d63a VZ |
5483 | if test "$enableval" = yes; then |
5484 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
5485 | else | |
5486 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
5487 | fi | |
698dcdb6 | 5488 | |
10f2d63a | 5489 | else |
698dcdb6 | 5490 | |
10f2d63a VZ |
5491 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` |
5492 | if test "x$LINE" != x ; then | |
5493 | eval "DEFAULT_$LINE" | |
5494 | else | |
5495 | no_cache=1 | |
5496 | fi | |
5497 | ||
5498 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
698dcdb6 VZ |
5499 | |
5500 | fi | |
10f2d63a VZ |
5501 | |
5502 | ||
5503 | eval "$ac_cv_use_gauge" | |
5504 | if test "$no_cache" != 1; then | |
5505 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
5506 | fi | |
5507 | ||
5508 | if test "$wxUSE_GAUGE" = yes; then | |
698dcdb6 | 5509 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5510 | else |
698dcdb6 | 5511 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5512 | fi |
698dcdb6 | 5513 | |
10f2d63a | 5514 | |
698dcdb6 | 5515 | echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6 |
3e44f09d | 5516 | echo "configure:5517: checking for --enable-grid" >&5 |
10f2d63a VZ |
5517 | no_cache=0 |
5518 | # Check whether --enable-grid or --disable-grid was given. | |
5519 | if test "${enable_grid+set}" = set; then | |
5520 | enableval="$enable_grid" | |
698dcdb6 | 5521 | |
10f2d63a VZ |
5522 | if test "$enableval" = yes; then |
5523 | ac_cv_use_grid='wxUSE_GRID=yes' | |
5524 | else | |
5525 | ac_cv_use_grid='wxUSE_GRID=no' | |
5526 | fi | |
698dcdb6 | 5527 | |
10f2d63a | 5528 | else |
698dcdb6 | 5529 | |
10f2d63a VZ |
5530 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` |
5531 | if test "x$LINE" != x ; then | |
5532 | eval "DEFAULT_$LINE" | |
5533 | else | |
5534 | no_cache=1 | |
5535 | fi | |
5536 | ||
5537 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
698dcdb6 VZ |
5538 | |
5539 | fi | |
10f2d63a VZ |
5540 | |
5541 | ||
5542 | eval "$ac_cv_use_grid" | |
5543 | if test "$no_cache" != 1; then | |
5544 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
5545 | fi | |
5546 | ||
5547 | if test "$wxUSE_GRID" = yes; then | |
698dcdb6 | 5548 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5549 | else |
698dcdb6 | 5550 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5551 | fi |
698dcdb6 | 5552 | |
10f2d63a | 5553 | |
698dcdb6 | 5554 | echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6 |
3e44f09d | 5555 | echo "configure:5556: checking for --enable-newgrid" >&5 |
10f2d63a VZ |
5556 | no_cache=0 |
5557 | # Check whether --enable-newgrid or --disable-newgrid was given. | |
5558 | if test "${enable_newgrid+set}" = set; then | |
5559 | enableval="$enable_newgrid" | |
698dcdb6 | 5560 | |
10f2d63a VZ |
5561 | if test "$enableval" = yes; then |
5562 | ac_cv_use_newgrid='wxUSE_NEW_GRID=yes' | |
5563 | else | |
5564 | ac_cv_use_newgrid='wxUSE_NEW_GRID=no' | |
5565 | fi | |
698dcdb6 | 5566 | |
10f2d63a | 5567 | else |
698dcdb6 | 5568 | |
10f2d63a VZ |
5569 | LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` |
5570 | if test "x$LINE" != x ; then | |
5571 | eval "DEFAULT_$LINE" | |
5572 | else | |
5573 | no_cache=1 | |
5574 | fi | |
5575 | ||
5576 | ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID | |
698dcdb6 VZ |
5577 | |
5578 | fi | |
10f2d63a VZ |
5579 | |
5580 | ||
5581 | eval "$ac_cv_use_newgrid" | |
5582 | if test "$no_cache" != 1; then | |
5583 | echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp | |
5584 | fi | |
5585 | ||
5586 | if test "$wxUSE_NEW_GRID" = yes; then | |
698dcdb6 | 5587 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5588 | else |
698dcdb6 | 5589 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5590 | fi |
698dcdb6 | 5591 | |
10f2d63a | 5592 | |
698dcdb6 | 5593 | echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6 |
3e44f09d | 5594 | echo "configure:5595: checking for --enable-imaglist" >&5 |
10f2d63a VZ |
5595 | no_cache=0 |
5596 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
5597 | if test "${enable_imaglist+set}" = set; then | |
5598 | enableval="$enable_imaglist" | |
698dcdb6 | 5599 | |
10f2d63a VZ |
5600 | if test "$enableval" = yes; then |
5601 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
5602 | else | |
5603 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
5604 | fi | |
698dcdb6 | 5605 | |
10f2d63a | 5606 | else |
698dcdb6 | 5607 | |
10f2d63a VZ |
5608 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` |
5609 | if test "x$LINE" != x ; then | |
5610 | eval "DEFAULT_$LINE" | |
5611 | else | |
5612 | no_cache=1 | |
5613 | fi | |
5614 | ||
5615 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
698dcdb6 VZ |
5616 | |
5617 | fi | |
10f2d63a VZ |
5618 | |
5619 | ||
5620 | eval "$ac_cv_use_imaglist" | |
5621 | if test "$no_cache" != 1; then | |
5622 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
5623 | fi | |
5624 | ||
5625 | if test "$wxUSE_IMAGLIST" = yes; then | |
698dcdb6 | 5626 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5627 | else |
698dcdb6 | 5628 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5629 | fi |
698dcdb6 | 5630 | |
10f2d63a | 5631 | |
698dcdb6 | 5632 | echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6 |
3e44f09d | 5633 | echo "configure:5634: checking for --enable-listbox" >&5 |
10f2d63a VZ |
5634 | no_cache=0 |
5635 | # Check whether --enable-listbox or --disable-listbox was given. | |
5636 | if test "${enable_listbox+set}" = set; then | |
5637 | enableval="$enable_listbox" | |
698dcdb6 | 5638 | |
10f2d63a VZ |
5639 | if test "$enableval" = yes; then |
5640 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
5641 | else | |
5642 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
5643 | fi | |
698dcdb6 | 5644 | |
10f2d63a | 5645 | else |
698dcdb6 | 5646 | |
10f2d63a VZ |
5647 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` |
5648 | if test "x$LINE" != x ; then | |
5649 | eval "DEFAULT_$LINE" | |
5650 | else | |
5651 | no_cache=1 | |
5652 | fi | |
5653 | ||
5654 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
698dcdb6 VZ |
5655 | |
5656 | fi | |
10f2d63a VZ |
5657 | |
5658 | ||
5659 | eval "$ac_cv_use_listbox" | |
5660 | if test "$no_cache" != 1; then | |
5661 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
5662 | fi | |
5663 | ||
5664 | if test "$wxUSE_LISTBOX" = yes; then | |
698dcdb6 | 5665 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5666 | else |
698dcdb6 | 5667 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5668 | fi |
698dcdb6 | 5669 | |
10f2d63a | 5670 | |
698dcdb6 | 5671 | echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6 |
3e44f09d | 5672 | echo "configure:5673: checking for --enable-listctrl" >&5 |
10f2d63a VZ |
5673 | no_cache=0 |
5674 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
5675 | if test "${enable_listctrl+set}" = set; then | |
5676 | enableval="$enable_listctrl" | |
698dcdb6 | 5677 | |
10f2d63a VZ |
5678 | if test "$enableval" = yes; then |
5679 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
5680 | else | |
5681 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
5682 | fi | |
698dcdb6 | 5683 | |
10f2d63a | 5684 | else |
698dcdb6 | 5685 | |
10f2d63a VZ |
5686 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` |
5687 | if test "x$LINE" != x ; then | |
5688 | eval "DEFAULT_$LINE" | |
5689 | else | |
5690 | no_cache=1 | |
5691 | fi | |
5692 | ||
5693 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
698dcdb6 VZ |
5694 | |
5695 | fi | |
10f2d63a VZ |
5696 | |
5697 | ||
5698 | eval "$ac_cv_use_listctrl" | |
5699 | if test "$no_cache" != 1; then | |
5700 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
5701 | fi | |
5702 | ||
5703 | if test "$wxUSE_LISTCTRL" = yes; then | |
698dcdb6 | 5704 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5705 | else |
698dcdb6 | 5706 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5707 | fi |
698dcdb6 | 5708 | |
10f2d63a | 5709 | |
698dcdb6 | 5710 | echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6 |
3e44f09d | 5711 | echo "configure:5712: checking for --enable-notebook" >&5 |
10f2d63a VZ |
5712 | no_cache=0 |
5713 | # Check whether --enable-notebook or --disable-notebook was given. | |
5714 | if test "${enable_notebook+set}" = set; then | |
5715 | enableval="$enable_notebook" | |
698dcdb6 | 5716 | |
10f2d63a VZ |
5717 | if test "$enableval" = yes; then |
5718 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
5719 | else | |
5720 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
5721 | fi | |
698dcdb6 | 5722 | |
10f2d63a | 5723 | else |
698dcdb6 | 5724 | |
10f2d63a VZ |
5725 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` |
5726 | if test "x$LINE" != x ; then | |
5727 | eval "DEFAULT_$LINE" | |
5728 | else | |
5729 | no_cache=1 | |
5730 | fi | |
5731 | ||
5732 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
698dcdb6 VZ |
5733 | |
5734 | fi | |
10f2d63a VZ |
5735 | |
5736 | ||
5737 | eval "$ac_cv_use_notebook" | |
5738 | if test "$no_cache" != 1; then | |
5739 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
5740 | fi | |
5741 | ||
5742 | if test "$wxUSE_NOTEBOOK" = yes; then | |
698dcdb6 | 5743 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5744 | else |
698dcdb6 | 5745 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5746 | fi |
698dcdb6 | 5747 | |
10f2d63a | 5748 | |
698dcdb6 | 5749 | echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6 |
3e44f09d | 5750 | echo "configure:5751: checking for --enable-radiobox" >&5 |
10f2d63a VZ |
5751 | no_cache=0 |
5752 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
5753 | if test "${enable_radiobox+set}" = set; then | |
5754 | enableval="$enable_radiobox" | |
698dcdb6 | 5755 | |
10f2d63a VZ |
5756 | if test "$enableval" = yes; then |
5757 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
5758 | else | |
5759 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
5760 | fi | |
698dcdb6 | 5761 | |
10f2d63a | 5762 | else |
698dcdb6 | 5763 | |
10f2d63a VZ |
5764 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` |
5765 | if test "x$LINE" != x ; then | |
5766 | eval "DEFAULT_$LINE" | |
5767 | else | |
5768 | no_cache=1 | |
5769 | fi | |
5770 | ||
5771 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
698dcdb6 VZ |
5772 | |
5773 | fi | |
10f2d63a VZ |
5774 | |
5775 | ||
5776 | eval "$ac_cv_use_radiobox" | |
5777 | if test "$no_cache" != 1; then | |
5778 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
5779 | fi | |
5780 | ||
5781 | if test "$wxUSE_RADIOBOX" = yes; then | |
698dcdb6 | 5782 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5783 | else |
698dcdb6 | 5784 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5785 | fi |
698dcdb6 | 5786 | |
10f2d63a | 5787 | |
698dcdb6 | 5788 | echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6 |
3e44f09d | 5789 | echo "configure:5790: checking for --enable-radiobtn" >&5 |
10f2d63a VZ |
5790 | no_cache=0 |
5791 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
5792 | if test "${enable_radiobtn+set}" = set; then | |
5793 | enableval="$enable_radiobtn" | |
698dcdb6 | 5794 | |
10f2d63a VZ |
5795 | if test "$enableval" = yes; then |
5796 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
5797 | else | |
5798 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
5799 | fi | |
698dcdb6 | 5800 | |
10f2d63a | 5801 | else |
698dcdb6 | 5802 | |
10f2d63a VZ |
5803 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` |
5804 | if test "x$LINE" != x ; then | |
5805 | eval "DEFAULT_$LINE" | |
5806 | else | |
5807 | no_cache=1 | |
5808 | fi | |
5809 | ||
5810 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
698dcdb6 VZ |
5811 | |
5812 | fi | |
10f2d63a VZ |
5813 | |
5814 | ||
5815 | eval "$ac_cv_use_radiobtn" | |
5816 | if test "$no_cache" != 1; then | |
5817 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
5818 | fi | |
5819 | ||
5820 | if test "$wxUSE_RADIOBTN" = yes; then | |
698dcdb6 | 5821 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5822 | else |
698dcdb6 | 5823 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5824 | fi |
698dcdb6 | 5825 | |
10f2d63a | 5826 | |
698dcdb6 | 5827 | echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6 |
3e44f09d | 5828 | echo "configure:5829: checking for --enable-sash" >&5 |
10f2d63a VZ |
5829 | no_cache=0 |
5830 | # Check whether --enable-sash or --disable-sash was given. | |
5831 | if test "${enable_sash+set}" = set; then | |
5832 | enableval="$enable_sash" | |
698dcdb6 | 5833 | |
10f2d63a VZ |
5834 | if test "$enableval" = yes; then |
5835 | ac_cv_use_sash='wxUSE_SASH=yes' | |
5836 | else | |
5837 | ac_cv_use_sash='wxUSE_SASH=no' | |
5838 | fi | |
698dcdb6 | 5839 | |
10f2d63a | 5840 | else |
698dcdb6 | 5841 | |
10f2d63a VZ |
5842 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` |
5843 | if test "x$LINE" != x ; then | |
5844 | eval "DEFAULT_$LINE" | |
5845 | else | |
5846 | no_cache=1 | |
5847 | fi | |
5848 | ||
5849 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
698dcdb6 VZ |
5850 | |
5851 | fi | |
10f2d63a VZ |
5852 | |
5853 | ||
5854 | eval "$ac_cv_use_sash" | |
5855 | if test "$no_cache" != 1; then | |
5856 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
5857 | fi | |
5858 | ||
5859 | if test "$wxUSE_SASH" = yes; then | |
698dcdb6 | 5860 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5861 | else |
698dcdb6 | 5862 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5863 | fi |
698dcdb6 | 5864 | |
10f2d63a | 5865 | |
698dcdb6 | 5866 | echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6 |
3e44f09d | 5867 | echo "configure:5868: checking for --enable-scrollbar" >&5 |
10f2d63a VZ |
5868 | no_cache=0 |
5869 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
5870 | if test "${enable_scrollbar+set}" = set; then | |
5871 | enableval="$enable_scrollbar" | |
698dcdb6 | 5872 | |
10f2d63a VZ |
5873 | if test "$enableval" = yes; then |
5874 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
5875 | else | |
5876 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
5877 | fi | |
698dcdb6 | 5878 | |
10f2d63a | 5879 | else |
698dcdb6 | 5880 | |
10f2d63a VZ |
5881 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` |
5882 | if test "x$LINE" != x ; then | |
5883 | eval "DEFAULT_$LINE" | |
5884 | else | |
5885 | no_cache=1 | |
5886 | fi | |
5887 | ||
5888 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
698dcdb6 VZ |
5889 | |
5890 | fi | |
10f2d63a VZ |
5891 | |
5892 | ||
5893 | eval "$ac_cv_use_scrollbar" | |
5894 | if test "$no_cache" != 1; then | |
5895 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
5896 | fi | |
5897 | ||
5898 | if test "$wxUSE_SCROLLBAR" = yes; then | |
698dcdb6 | 5899 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5900 | else |
698dcdb6 | 5901 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5902 | fi |
698dcdb6 | 5903 | |
10f2d63a | 5904 | |
698dcdb6 | 5905 | echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6 |
3e44f09d | 5906 | echo "configure:5907: checking for --enable-slider" >&5 |
10f2d63a VZ |
5907 | no_cache=0 |
5908 | # Check whether --enable-slider or --disable-slider was given. | |
5909 | if test "${enable_slider+set}" = set; then | |
5910 | enableval="$enable_slider" | |
698dcdb6 | 5911 | |
10f2d63a VZ |
5912 | if test "$enableval" = yes; then |
5913 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
5914 | else | |
5915 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
5916 | fi | |
698dcdb6 | 5917 | |
10f2d63a | 5918 | else |
698dcdb6 | 5919 | |
10f2d63a VZ |
5920 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` |
5921 | if test "x$LINE" != x ; then | |
5922 | eval "DEFAULT_$LINE" | |
5923 | else | |
5924 | no_cache=1 | |
5925 | fi | |
5926 | ||
5927 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
698dcdb6 VZ |
5928 | |
5929 | fi | |
10f2d63a VZ |
5930 | |
5931 | ||
5932 | eval "$ac_cv_use_slider" | |
5933 | if test "$no_cache" != 1; then | |
5934 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
5935 | fi | |
5936 | ||
5937 | if test "$wxUSE_SLIDER" = yes; then | |
698dcdb6 | 5938 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5939 | else |
698dcdb6 | 5940 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5941 | fi |
698dcdb6 | 5942 | |
10f2d63a | 5943 | |
698dcdb6 | 5944 | echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6 |
3e44f09d | 5945 | echo "configure:5946: checking for --enable-spinbtn" >&5 |
10f2d63a VZ |
5946 | no_cache=0 |
5947 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
5948 | if test "${enable_spinbtn+set}" = set; then | |
5949 | enableval="$enable_spinbtn" | |
698dcdb6 | 5950 | |
10f2d63a VZ |
5951 | if test "$enableval" = yes; then |
5952 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
5953 | else | |
5954 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
5955 | fi | |
698dcdb6 | 5956 | |
10f2d63a | 5957 | else |
698dcdb6 | 5958 | |
10f2d63a VZ |
5959 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` |
5960 | if test "x$LINE" != x ; then | |
5961 | eval "DEFAULT_$LINE" | |
5962 | else | |
5963 | no_cache=1 | |
5964 | fi | |
5965 | ||
5966 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
698dcdb6 VZ |
5967 | |
5968 | fi | |
10f2d63a VZ |
5969 | |
5970 | ||
5971 | eval "$ac_cv_use_spinbtn" | |
5972 | if test "$no_cache" != 1; then | |
5973 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
5974 | fi | |
5975 | ||
5976 | if test "$wxUSE_SPINBTN" = yes; then | |
698dcdb6 | 5977 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5978 | else |
698dcdb6 | 5979 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5980 | fi |
698dcdb6 | 5981 | |
10f2d63a | 5982 | |
698dcdb6 | 5983 | echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6 |
3e44f09d | 5984 | echo "configure:5985: checking for --enable-spinctrl" >&5 |
56cfaa52 RR |
5985 | no_cache=0 |
5986 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
5987 | if test "${enable_spinctrl+set}" = set; then | |
5988 | enableval="$enable_spinctrl" | |
698dcdb6 | 5989 | |
56cfaa52 RR |
5990 | if test "$enableval" = yes; then |
5991 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
5992 | else | |
5993 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
5994 | fi | |
698dcdb6 | 5995 | |
56cfaa52 | 5996 | else |
698dcdb6 | 5997 | |
56cfaa52 RR |
5998 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` |
5999 | if test "x$LINE" != x ; then | |
6000 | eval "DEFAULT_$LINE" | |
6001 | else | |
6002 | no_cache=1 | |
6003 | fi | |
6004 | ||
6005 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
698dcdb6 VZ |
6006 | |
6007 | fi | |
56cfaa52 RR |
6008 | |
6009 | ||
6010 | eval "$ac_cv_use_spinctrl" | |
6011 | if test "$no_cache" != 1; then | |
6012 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
6013 | fi | |
6014 | ||
6015 | if test "$wxUSE_SPINCTRL" = yes; then | |
698dcdb6 | 6016 | echo "$ac_t""yes" 1>&6 |
56cfaa52 | 6017 | else |
698dcdb6 | 6018 | echo "$ac_t""no" 1>&6 |
56cfaa52 | 6019 | fi |
698dcdb6 | 6020 | |
56cfaa52 | 6021 | |
698dcdb6 | 6022 | echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6 |
3e44f09d | 6023 | echo "configure:6024: checking for --enable-splitter" >&5 |
10f2d63a VZ |
6024 | no_cache=0 |
6025 | # Check whether --enable-splitter or --disable-splitter was given. | |
6026 | if test "${enable_splitter+set}" = set; then | |
6027 | enableval="$enable_splitter" | |
698dcdb6 | 6028 | |
10f2d63a VZ |
6029 | if test "$enableval" = yes; then |
6030 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
6031 | else | |
6032 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
6033 | fi | |
698dcdb6 | 6034 | |
10f2d63a | 6035 | else |
698dcdb6 | 6036 | |
10f2d63a VZ |
6037 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` |
6038 | if test "x$LINE" != x ; then | |
6039 | eval "DEFAULT_$LINE" | |
6040 | else | |
6041 | no_cache=1 | |
6042 | fi | |
6043 | ||
6044 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
698dcdb6 VZ |
6045 | |
6046 | fi | |
10f2d63a VZ |
6047 | |
6048 | ||
6049 | eval "$ac_cv_use_splitter" | |
6050 | if test "$no_cache" != 1; then | |
6051 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
6052 | fi | |
6053 | ||
6054 | if test "$wxUSE_SPLITTER" = yes; then | |
698dcdb6 | 6055 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6056 | else |
698dcdb6 | 6057 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6058 | fi |
698dcdb6 | 6059 | |
10f2d63a | 6060 | |
698dcdb6 | 6061 | echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6 |
3e44f09d | 6062 | echo "configure:6063: checking for --enable-statbmp" >&5 |
10f2d63a VZ |
6063 | no_cache=0 |
6064 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
6065 | if test "${enable_statbmp+set}" = set; then | |
6066 | enableval="$enable_statbmp" | |
698dcdb6 | 6067 | |
10f2d63a VZ |
6068 | if test "$enableval" = yes; then |
6069 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
6070 | else | |
6071 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
6072 | fi | |
698dcdb6 | 6073 | |
10f2d63a | 6074 | else |
698dcdb6 | 6075 | |
10f2d63a VZ |
6076 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` |
6077 | if test "x$LINE" != x ; then | |
6078 | eval "DEFAULT_$LINE" | |
6079 | else | |
6080 | no_cache=1 | |
6081 | fi | |
6082 | ||
6083 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
698dcdb6 VZ |
6084 | |
6085 | fi | |
10f2d63a VZ |
6086 | |
6087 | ||
6088 | eval "$ac_cv_use_statbmp" | |
6089 | if test "$no_cache" != 1; then | |
6090 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
6091 | fi | |
6092 | ||
6093 | if test "$wxUSE_STATBMP" = yes; then | |
698dcdb6 | 6094 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6095 | else |
698dcdb6 | 6096 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6097 | fi |
698dcdb6 | 6098 | |
10f2d63a | 6099 | |
698dcdb6 | 6100 | echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6 |
3e44f09d | 6101 | echo "configure:6102: checking for --enable-statbox" >&5 |
10f2d63a VZ |
6102 | no_cache=0 |
6103 | # Check whether --enable-statbox or --disable-statbox was given. | |
6104 | if test "${enable_statbox+set}" = set; then | |
6105 | enableval="$enable_statbox" | |
698dcdb6 | 6106 | |
10f2d63a VZ |
6107 | if test "$enableval" = yes; then |
6108 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
6109 | else | |
6110 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
6111 | fi | |
698dcdb6 | 6112 | |
10f2d63a | 6113 | else |
698dcdb6 | 6114 | |
10f2d63a VZ |
6115 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` |
6116 | if test "x$LINE" != x ; then | |
6117 | eval "DEFAULT_$LINE" | |
6118 | else | |
6119 | no_cache=1 | |
6120 | fi | |
6121 | ||
6122 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
698dcdb6 VZ |
6123 | |
6124 | fi | |
10f2d63a VZ |
6125 | |
6126 | ||
6127 | eval "$ac_cv_use_statbox" | |
6128 | if test "$no_cache" != 1; then | |
6129 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
6130 | fi | |
6131 | ||
6132 | if test "$wxUSE_STATBOX" = yes; then | |
698dcdb6 | 6133 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6134 | else |
698dcdb6 | 6135 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6136 | fi |
698dcdb6 | 6137 | |
10f2d63a | 6138 | |
698dcdb6 | 6139 | echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6 |
3e44f09d | 6140 | echo "configure:6141: checking for --enable-statline" >&5 |
10f2d63a VZ |
6141 | no_cache=0 |
6142 | # Check whether --enable-statline or --disable-statline was given. | |
6143 | if test "${enable_statline+set}" = set; then | |
6144 | enableval="$enable_statline" | |
698dcdb6 | 6145 | |
10f2d63a VZ |
6146 | if test "$enableval" = yes; then |
6147 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
6148 | else | |
6149 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
6150 | fi | |
698dcdb6 | 6151 | |
10f2d63a | 6152 | else |
698dcdb6 | 6153 | |
10f2d63a VZ |
6154 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` |
6155 | if test "x$LINE" != x ; then | |
6156 | eval "DEFAULT_$LINE" | |
6157 | else | |
6158 | no_cache=1 | |
6159 | fi | |
6160 | ||
6161 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
698dcdb6 VZ |
6162 | |
6163 | fi | |
10f2d63a VZ |
6164 | |
6165 | ||
6166 | eval "$ac_cv_use_statline" | |
6167 | if test "$no_cache" != 1; then | |
6168 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
6169 | fi | |
6170 | ||
6171 | if test "$wxUSE_STATLINE" = yes; then | |
698dcdb6 | 6172 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6173 | else |
698dcdb6 | 6174 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6175 | fi |
698dcdb6 | 6176 | |
10f2d63a | 6177 | |
1e6feb95 | 6178 | echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6 |
3e44f09d | 6179 | echo "configure:6180: checking for --enable-stattext" >&5 |
1e6feb95 VZ |
6180 | no_cache=0 |
6181 | # Check whether --enable-stattext or --disable-stattext was given. | |
6182 | if test "${enable_stattext+set}" = set; then | |
6183 | enableval="$enable_stattext" | |
6184 | ||
6185 | if test "$enableval" = yes; then | |
6186 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
6187 | else | |
6188 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
6189 | fi | |
6190 | ||
6191 | else | |
6192 | ||
6193 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` | |
6194 | if test "x$LINE" != x ; then | |
6195 | eval "DEFAULT_$LINE" | |
6196 | else | |
6197 | no_cache=1 | |
6198 | fi | |
6199 | ||
6200 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
6201 | ||
6202 | fi | |
6203 | ||
6204 | ||
6205 | eval "$ac_cv_use_stattext" | |
6206 | if test "$no_cache" != 1; then | |
6207 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
6208 | fi | |
6209 | ||
6210 | if test "$wxUSE_STATTEXT" = yes; then | |
6211 | echo "$ac_t""yes" 1>&6 | |
6212 | else | |
6213 | echo "$ac_t""no" 1>&6 | |
6214 | fi | |
6215 | ||
6216 | ||
698dcdb6 | 6217 | echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6 |
3e44f09d | 6218 | echo "configure:6219: checking for --enable-statusbar" >&5 |
10f2d63a VZ |
6219 | no_cache=0 |
6220 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
6221 | if test "${enable_statusbar+set}" = set; then | |
6222 | enableval="$enable_statusbar" | |
698dcdb6 | 6223 | |
10f2d63a VZ |
6224 | if test "$enableval" = yes; then |
6225 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
6226 | else | |
6227 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
6228 | fi | |
698dcdb6 | 6229 | |
10f2d63a | 6230 | else |
698dcdb6 | 6231 | |
10f2d63a VZ |
6232 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` |
6233 | if test "x$LINE" != x ; then | |
6234 | eval "DEFAULT_$LINE" | |
6235 | else | |
6236 | no_cache=1 | |
6237 | fi | |
6238 | ||
6239 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
698dcdb6 VZ |
6240 | |
6241 | fi | |
10f2d63a VZ |
6242 | |
6243 | ||
6244 | eval "$ac_cv_use_statusbar" | |
6245 | if test "$no_cache" != 1; then | |
6246 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
6247 | fi | |
6248 | ||
6249 | if test "$wxUSE_STATUSBAR" = yes; then | |
698dcdb6 | 6250 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6251 | else |
698dcdb6 | 6252 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6253 | fi |
698dcdb6 | 6254 | |
10f2d63a | 6255 | |
698dcdb6 | 6256 | echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6 |
3e44f09d | 6257 | echo "configure:6258: checking for --enable-tabdialog" >&5 |
10f2d63a VZ |
6258 | no_cache=0 |
6259 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
6260 | if test "${enable_tabdialog+set}" = set; then | |
6261 | enableval="$enable_tabdialog" | |
698dcdb6 | 6262 | |
10f2d63a VZ |
6263 | if test "$enableval" = yes; then |
6264 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
6265 | else | |
6266 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
6267 | fi | |
698dcdb6 | 6268 | |
10f2d63a | 6269 | else |
698dcdb6 | 6270 | |
10f2d63a VZ |
6271 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` |
6272 | if test "x$LINE" != x ; then | |
6273 | eval "DEFAULT_$LINE" | |
6274 | else | |
6275 | no_cache=1 | |
6276 | fi | |
6277 | ||
6278 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
698dcdb6 VZ |
6279 | |
6280 | fi | |
10f2d63a VZ |
6281 | |
6282 | ||
6283 | eval "$ac_cv_use_tabdialog" | |
6284 | if test "$no_cache" != 1; then | |
6285 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
6286 | fi | |
6287 | ||
6288 | if test "$wxUSE_TABDIALOG" = yes; then | |
698dcdb6 | 6289 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6290 | else |
698dcdb6 | 6291 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6292 | fi |
698dcdb6 | 6293 | |
10f2d63a | 6294 | |
1e6feb95 | 6295 | echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6 |
3e44f09d | 6296 | echo "configure:6297: checking for --enable-textctrl" >&5 |
1e6feb95 VZ |
6297 | no_cache=0 |
6298 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
6299 | if test "${enable_textctrl+set}" = set; then | |
6300 | enableval="$enable_textctrl" | |
6301 | ||
6302 | if test "$enableval" = yes; then | |
6303 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
6304 | else | |
6305 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
6306 | fi | |
6307 | ||
6308 | else | |
6309 | ||
6310 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` | |
6311 | if test "x$LINE" != x ; then | |
6312 | eval "DEFAULT_$LINE" | |
6313 | else | |
6314 | no_cache=1 | |
6315 | fi | |
6316 | ||
6317 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
6318 | ||
6319 | fi | |
6320 | ||
6321 | ||
6322 | eval "$ac_cv_use_textctrl" | |
6323 | if test "$no_cache" != 1; then | |
6324 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
6325 | fi | |
6326 | ||
6327 | if test "$wxUSE_TEXTCTRL" = yes; then | |
6328 | echo "$ac_t""yes" 1>&6 | |
6329 | else | |
6330 | echo "$ac_t""no" 1>&6 | |
6331 | fi | |
6332 | ||
6333 | ||
698dcdb6 | 6334 | echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6 |
3e44f09d | 6335 | echo "configure:6336: checking for --enable-togglebtn" >&5 |
1db8dc4a VZ |
6336 | no_cache=0 |
6337 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
6338 | if test "${enable_togglebtn+set}" = set; then | |
6339 | enableval="$enable_togglebtn" | |
698dcdb6 | 6340 | |
1db8dc4a VZ |
6341 | if test "$enableval" = yes; then |
6342 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
6343 | else | |
6344 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
6345 | fi | |
698dcdb6 | 6346 | |
1db8dc4a | 6347 | else |
698dcdb6 | 6348 | |
1db8dc4a VZ |
6349 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` |
6350 | if test "x$LINE" != x ; then | |
6351 | eval "DEFAULT_$LINE" | |
6352 | else | |
6353 | no_cache=1 | |
6354 | fi | |
6355 | ||
6356 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
698dcdb6 VZ |
6357 | |
6358 | fi | |
1db8dc4a VZ |
6359 | |
6360 | ||
6361 | eval "$ac_cv_use_togglebtn" | |
6362 | if test "$no_cache" != 1; then | |
6363 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
6364 | fi | |
6365 | ||
6366 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
698dcdb6 | 6367 | echo "$ac_t""yes" 1>&6 |
1db8dc4a | 6368 | else |
698dcdb6 | 6369 | echo "$ac_t""no" 1>&6 |
1db8dc4a | 6370 | fi |
698dcdb6 | 6371 | |
1db8dc4a | 6372 | |
698dcdb6 | 6373 | echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6 |
3e44f09d | 6374 | echo "configure:6375: checking for --enable-toolbar" >&5 |
10f2d63a VZ |
6375 | no_cache=0 |
6376 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
6377 | if test "${enable_toolbar+set}" = set; then | |
6378 | enableval="$enable_toolbar" | |
698dcdb6 | 6379 | |
10f2d63a VZ |
6380 | if test "$enableval" = yes; then |
6381 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
6382 | else | |
6383 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
6384 | fi | |
698dcdb6 | 6385 | |
10f2d63a | 6386 | else |
698dcdb6 | 6387 | |
10f2d63a VZ |
6388 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` |
6389 | if test "x$LINE" != x ; then | |
6390 | eval "DEFAULT_$LINE" | |
6391 | else | |
6392 | no_cache=1 | |
6393 | fi | |
6394 | ||
6395 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
698dcdb6 VZ |
6396 | |
6397 | fi | |
10f2d63a VZ |
6398 | |
6399 | ||
6400 | eval "$ac_cv_use_toolbar" | |
6401 | if test "$no_cache" != 1; then | |
6402 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
6403 | fi | |
6404 | ||
6405 | if test "$wxUSE_TOOLBAR" = yes; then | |
698dcdb6 | 6406 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6407 | else |
698dcdb6 | 6408 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6409 | fi |
698dcdb6 | 6410 | |
10f2d63a | 6411 | |
698dcdb6 | 6412 | echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6 |
3e44f09d | 6413 | echo "configure:6414: checking for --enable-tbarnative" >&5 |
360d6699 VZ |
6414 | no_cache=0 |
6415 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
6416 | if test "${enable_tbarnative+set}" = set; then | |
6417 | enableval="$enable_tbarnative" | |
698dcdb6 | 6418 | |
360d6699 VZ |
6419 | if test "$enableval" = yes; then |
6420 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
6421 | else | |
6422 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
6423 | fi | |
698dcdb6 | 6424 | |
360d6699 | 6425 | else |
698dcdb6 | 6426 | |
360d6699 VZ |
6427 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` |
6428 | if test "x$LINE" != x ; then | |
6429 | eval "DEFAULT_$LINE" | |
6430 | else | |
6431 | no_cache=1 | |
6432 | fi | |
6433 | ||
6434 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
698dcdb6 VZ |
6435 | |
6436 | fi | |
360d6699 VZ |
6437 | |
6438 | ||
6439 | eval "$ac_cv_use_tbarnative" | |
6440 | if test "$no_cache" != 1; then | |
6441 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
6442 | fi | |
6443 | ||
6444 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
698dcdb6 | 6445 | echo "$ac_t""yes" 1>&6 |
360d6699 | 6446 | else |
698dcdb6 | 6447 | echo "$ac_t""no" 1>&6 |
360d6699 | 6448 | fi |
698dcdb6 | 6449 | |
360d6699 | 6450 | |
698dcdb6 | 6451 | echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6 |
3e44f09d | 6452 | echo "configure:6453: checking for --enable-tbarsmpl" >&5 |
360d6699 VZ |
6453 | no_cache=0 |
6454 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
6455 | if test "${enable_tbarsmpl+set}" = set; then | |
6456 | enableval="$enable_tbarsmpl" | |
698dcdb6 | 6457 | |
360d6699 VZ |
6458 | if test "$enableval" = yes; then |
6459 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
6460 | else | |
6461 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
6462 | fi | |
698dcdb6 | 6463 | |
360d6699 | 6464 | else |
698dcdb6 | 6465 | |
360d6699 VZ |
6466 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` |
6467 | if test "x$LINE" != x ; then | |
6468 | eval "DEFAULT_$LINE" | |
6469 | else | |
6470 | no_cache=1 | |
6471 | fi | |
6472 | ||
6473 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
698dcdb6 VZ |
6474 | |
6475 | fi | |
360d6699 VZ |
6476 | |
6477 | ||
6478 | eval "$ac_cv_use_tbarsmpl" | |
6479 | if test "$no_cache" != 1; then | |
6480 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
6481 | fi | |
6482 | ||
6483 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
698dcdb6 | 6484 | echo "$ac_t""yes" 1>&6 |
360d6699 | 6485 | else |
698dcdb6 | 6486 | echo "$ac_t""no" 1>&6 |
360d6699 | 6487 | fi |
698dcdb6 | 6488 | |
360d6699 | 6489 | |
698dcdb6 | 6490 | echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6 |
3e44f09d | 6491 | echo "configure:6492: checking for --enable-treectrl" >&5 |
10f2d63a VZ |
6492 | no_cache=0 |
6493 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
6494 | if test "${enable_treectrl+set}" = set; then | |
6495 | enableval="$enable_treectrl" | |
698dcdb6 | 6496 | |
10f2d63a VZ |
6497 | if test "$enableval" = yes; then |
6498 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
6499 | else | |
6500 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
6501 | fi | |
698dcdb6 | 6502 | |
10f2d63a | 6503 | else |
698dcdb6 | 6504 | |
10f2d63a VZ |
6505 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` |
6506 | if test "x$LINE" != x ; then | |
6507 | eval "DEFAULT_$LINE" | |
6508 | else | |
6509 | no_cache=1 | |
6510 | fi | |
6511 | ||
6512 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
698dcdb6 VZ |
6513 | |
6514 | fi | |
10f2d63a VZ |
6515 | |
6516 | ||
1e6feb95 VZ |
6517 | eval "$ac_cv_use_treectrl" |
6518 | if test "$no_cache" != 1; then | |
6519 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
6520 | fi | |
6521 | ||
6522 | if test "$wxUSE_TREECTRL" = yes; then | |
6523 | echo "$ac_t""yes" 1>&6 | |
6524 | else | |
6525 | echo "$ac_t""no" 1>&6 | |
6526 | fi | |
6527 | ||
6528 | ||
9f41d601 | 6529 | echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6 |
3e44f09d | 6530 | echo "configure:6531: checking for --enable-popupwin" >&5 |
9f41d601 RR |
6531 | no_cache=0 |
6532 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
6533 | if test "${enable_popupwin+set}" = set; then | |
6534 | enableval="$enable_popupwin" | |
6535 | ||
6536 | if test "$enableval" = yes; then | |
6537 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
6538 | else | |
6539 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
6540 | fi | |
6541 | ||
6542 | else | |
6543 | ||
6544 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` | |
6545 | if test "x$LINE" != x ; then | |
6546 | eval "DEFAULT_$LINE" | |
6547 | else | |
6548 | no_cache=1 | |
6549 | fi | |
6550 | ||
6551 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
6552 | ||
6553 | fi | |
6554 | ||
6555 | ||
6556 | eval "$ac_cv_use_popupwin" | |
6557 | if test "$no_cache" != 1; then | |
6558 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
6559 | fi | |
6560 | ||
6561 | if test "$wxUSE_POPUPWIN" = yes; then | |
6562 | echo "$ac_t""yes" 1>&6 | |
6563 | else | |
6564 | echo "$ac_t""no" 1>&6 | |
6565 | fi | |
6566 | ||
6567 | ||
1e6feb95 VZ |
6568 | |
6569 | ||
6570 | echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6 | |
3e44f09d | 6571 | echo "configure:6572: checking for --enable-commondlg" >&5 |
1e6feb95 VZ |
6572 | no_cache=0 |
6573 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
6574 | if test "${enable_commondlg+set}" = set; then | |
6575 | enableval="$enable_commondlg" | |
6576 | ||
6577 | if test "$enableval" = yes; then | |
6578 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
6579 | else | |
6580 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
6581 | fi | |
6582 | ||
6583 | else | |
6584 | ||
6585 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` | |
6586 | if test "x$LINE" != x ; then | |
6587 | eval "DEFAULT_$LINE" | |
6588 | else | |
6589 | no_cache=1 | |
6590 | fi | |
6591 | ||
6592 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
6593 | ||
6594 | fi | |
6595 | ||
6596 | ||
6597 | eval "$ac_cv_use_commondlg" | |
6598 | if test "$no_cache" != 1; then | |
6599 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
6600 | fi | |
6601 | ||
6602 | if test "$wxUSE_COMMONDLGS" = yes; then | |
6603 | echo "$ac_t""yes" 1>&6 | |
6604 | else | |
6605 | echo "$ac_t""no" 1>&6 | |
6606 | fi | |
6607 | ||
6608 | ||
6609 | echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6 | |
3e44f09d | 6610 | echo "configure:6611: checking for --enable-choicedlg" >&5 |
1e6feb95 VZ |
6611 | no_cache=0 |
6612 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
6613 | if test "${enable_choicedlg+set}" = set; then | |
6614 | enableval="$enable_choicedlg" | |
6615 | ||
6616 | if test "$enableval" = yes; then | |
6617 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
6618 | else | |
6619 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
6620 | fi | |
6621 | ||
6622 | else | |
6623 | ||
6624 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` | |
6625 | if test "x$LINE" != x ; then | |
6626 | eval "DEFAULT_$LINE" | |
6627 | else | |
6628 | no_cache=1 | |
6629 | fi | |
6630 | ||
6631 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
6632 | ||
6633 | fi | |
6634 | ||
6635 | ||
6636 | eval "$ac_cv_use_choicedlg" | |
6637 | if test "$no_cache" != 1; then | |
6638 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
6639 | fi | |
6640 | ||
6641 | if test "$wxUSE_CHOICEDLG" = yes; then | |
6642 | echo "$ac_t""yes" 1>&6 | |
6643 | else | |
6644 | echo "$ac_t""no" 1>&6 | |
6645 | fi | |
6646 | ||
6647 | ||
6648 | echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6 | |
3e44f09d | 6649 | echo "configure:6650: checking for --enable-coldlg" >&5 |
1e6feb95 VZ |
6650 | no_cache=0 |
6651 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
6652 | if test "${enable_coldlg+set}" = set; then | |
6653 | enableval="$enable_coldlg" | |
6654 | ||
6655 | if test "$enableval" = yes; then | |
6656 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
6657 | else | |
6658 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
6659 | fi | |
6660 | ||
6661 | else | |
6662 | ||
6663 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` | |
6664 | if test "x$LINE" != x ; then | |
6665 | eval "DEFAULT_$LINE" | |
6666 | else | |
6667 | no_cache=1 | |
6668 | fi | |
6669 | ||
6670 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
6671 | ||
6672 | fi | |
6673 | ||
6674 | ||
6675 | eval "$ac_cv_use_coldlg" | |
6676 | if test "$no_cache" != 1; then | |
6677 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
6678 | fi | |
6679 | ||
6680 | if test "$wxUSE_COLOURDLG" = yes; then | |
6681 | echo "$ac_t""yes" 1>&6 | |
6682 | else | |
6683 | echo "$ac_t""no" 1>&6 | |
6684 | fi | |
6685 | ||
6686 | ||
6687 | echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6 | |
3e44f09d | 6688 | echo "configure:6689: checking for --enable-filedlg" >&5 |
1e6feb95 VZ |
6689 | no_cache=0 |
6690 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
6691 | if test "${enable_filedlg+set}" = set; then | |
6692 | enableval="$enable_filedlg" | |
6693 | ||
6694 | if test "$enableval" = yes; then | |
6695 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
6696 | else | |
6697 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
6698 | fi | |
6699 | ||
6700 | else | |
6701 | ||
6702 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` | |
6703 | if test "x$LINE" != x ; then | |
6704 | eval "DEFAULT_$LINE" | |
6705 | else | |
6706 | no_cache=1 | |
6707 | fi | |
6708 | ||
6709 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
6710 | ||
6711 | fi | |
6712 | ||
6713 | ||
6714 | eval "$ac_cv_use_filedlg" | |
6715 | if test "$no_cache" != 1; then | |
6716 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
6717 | fi | |
6718 | ||
6719 | if test "$wxUSE_FILEDLG" = yes; then | |
6720 | echo "$ac_t""yes" 1>&6 | |
6721 | else | |
6722 | echo "$ac_t""no" 1>&6 | |
6723 | fi | |
6724 | ||
6725 | ||
6726 | echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6 | |
3e44f09d | 6727 | echo "configure:6728: checking for --enable-fontdlg" >&5 |
1e6feb95 VZ |
6728 | no_cache=0 |
6729 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
6730 | if test "${enable_fontdlg+set}" = set; then | |
6731 | enableval="$enable_fontdlg" | |
6732 | ||
6733 | if test "$enableval" = yes; then | |
6734 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
6735 | else | |
6736 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
6737 | fi | |
6738 | ||
6739 | else | |
6740 | ||
6741 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` | |
6742 | if test "x$LINE" != x ; then | |
6743 | eval "DEFAULT_$LINE" | |
6744 | else | |
6745 | no_cache=1 | |
6746 | fi | |
6747 | ||
6748 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
6749 | ||
6750 | fi | |
6751 | ||
6752 | ||
6753 | eval "$ac_cv_use_fontdlg" | |
6754 | if test "$no_cache" != 1; then | |
6755 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
6756 | fi | |
6757 | ||
6758 | if test "$wxUSE_FONTDLG" = yes; then | |
6759 | echo "$ac_t""yes" 1>&6 | |
6760 | else | |
6761 | echo "$ac_t""no" 1>&6 | |
6762 | fi | |
6763 | ||
6764 | ||
6765 | echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6 | |
3e44f09d | 6766 | echo "configure:6767: checking for --enable-dirdlg" >&5 |
1e6feb95 VZ |
6767 | no_cache=0 |
6768 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
6769 | if test "${enable_dirdlg+set}" = set; then | |
6770 | enableval="$enable_dirdlg" | |
6771 | ||
6772 | if test "$enableval" = yes; then | |
6773 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
6774 | else | |
6775 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
6776 | fi | |
6777 | ||
6778 | else | |
6779 | ||
6780 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` | |
6781 | if test "x$LINE" != x ; then | |
6782 | eval "DEFAULT_$LINE" | |
6783 | else | |
6784 | no_cache=1 | |
6785 | fi | |
6786 | ||
6787 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
6788 | ||
6789 | fi | |
6790 | ||
6791 | ||
6792 | eval "$ac_cv_use_dirdlg" | |
10f2d63a | 6793 | if test "$no_cache" != 1; then |
1e6feb95 | 6794 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
6795 | fi |
6796 | ||
1e6feb95 | 6797 | if test "$wxUSE_DIRDLG" = yes; then |
698dcdb6 | 6798 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6799 | else |
698dcdb6 | 6800 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6801 | fi |
698dcdb6 VZ |
6802 | |
6803 | ||
1e6feb95 | 6804 | echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6 |
3e44f09d | 6805 | echo "configure:6806: checking for --enable-msgdlg" >&5 |
10f2d63a | 6806 | no_cache=0 |
1e6feb95 VZ |
6807 | # Check whether --enable-msgdlg or --disable-msgdlg was given. |
6808 | if test "${enable_msgdlg+set}" = set; then | |
6809 | enableval="$enable_msgdlg" | |
698dcdb6 | 6810 | |
10f2d63a | 6811 | if test "$enableval" = yes; then |
1e6feb95 | 6812 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' |
10f2d63a | 6813 | else |
1e6feb95 | 6814 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' |
10f2d63a | 6815 | fi |
698dcdb6 | 6816 | |
10f2d63a | 6817 | else |
698dcdb6 | 6818 | |
1e6feb95 | 6819 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
6820 | if test "x$LINE" != x ; then |
6821 | eval "DEFAULT_$LINE" | |
6822 | else | |
6823 | no_cache=1 | |
6824 | fi | |
6825 | ||
1e6feb95 | 6826 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG |
698dcdb6 VZ |
6827 | |
6828 | fi | |
10f2d63a VZ |
6829 | |
6830 | ||
1e6feb95 | 6831 | eval "$ac_cv_use_msgdlg" |
10f2d63a | 6832 | if test "$no_cache" != 1; then |
1e6feb95 | 6833 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
6834 | fi |
6835 | ||
1e6feb95 | 6836 | if test "$wxUSE_MSGDLG" = yes; then |
698dcdb6 | 6837 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6838 | else |
698dcdb6 | 6839 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6840 | fi |
698dcdb6 | 6841 | |
10f2d63a | 6842 | |
1e6feb95 | 6843 | echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6 |
3e44f09d | 6844 | echo "configure:6845: checking for --enable-numberdlg" >&5 |
10f2d63a | 6845 | no_cache=0 |
1e6feb95 VZ |
6846 | # Check whether --enable-numberdlg or --disable-numberdlg was given. |
6847 | if test "${enable_numberdlg+set}" = set; then | |
6848 | enableval="$enable_numberdlg" | |
698dcdb6 | 6849 | |
10f2d63a | 6850 | if test "$enableval" = yes; then |
1e6feb95 | 6851 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' |
10f2d63a | 6852 | else |
1e6feb95 | 6853 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' |
10f2d63a | 6854 | fi |
698dcdb6 | 6855 | |
10f2d63a | 6856 | else |
698dcdb6 | 6857 | |
1e6feb95 | 6858 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
6859 | if test "x$LINE" != x ; then |
6860 | eval "DEFAULT_$LINE" | |
6861 | else | |
6862 | no_cache=1 | |
6863 | fi | |
6864 | ||
1e6feb95 | 6865 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG |
698dcdb6 VZ |
6866 | |
6867 | fi | |
10f2d63a VZ |
6868 | |
6869 | ||
1e6feb95 | 6870 | eval "$ac_cv_use_numberdlg" |
10f2d63a | 6871 | if test "$no_cache" != 1; then |
1e6feb95 | 6872 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
6873 | fi |
6874 | ||
1e6feb95 | 6875 | if test "$wxUSE_NUMBERDLG" = yes; then |
698dcdb6 | 6876 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6877 | else |
698dcdb6 | 6878 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6879 | fi |
698dcdb6 | 6880 | |
10f2d63a | 6881 | |
698dcdb6 | 6882 | echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6 |
3e44f09d | 6883 | echo "configure:6884: checking for --enable-textdlg" >&5 |
10f2d63a VZ |
6884 | no_cache=0 |
6885 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
6886 | if test "${enable_textdlg+set}" = set; then | |
6887 | enableval="$enable_textdlg" | |
698dcdb6 | 6888 | |
10f2d63a VZ |
6889 | if test "$enableval" = yes; then |
6890 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
6891 | else | |
6892 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
6893 | fi | |
698dcdb6 | 6894 | |
10f2d63a | 6895 | else |
698dcdb6 | 6896 | |
10f2d63a VZ |
6897 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` |
6898 | if test "x$LINE" != x ; then | |
6899 | eval "DEFAULT_$LINE" | |
6900 | else | |
6901 | no_cache=1 | |
6902 | fi | |
6903 | ||
6904 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
698dcdb6 VZ |
6905 | |
6906 | fi | |
10f2d63a VZ |
6907 | |
6908 | ||
6909 | eval "$ac_cv_use_textdlg" | |
6910 | if test "$no_cache" != 1; then | |
6911 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
6912 | fi | |
6913 | ||
6914 | if test "$wxUSE_TEXTDLG" = yes; then | |
698dcdb6 | 6915 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6916 | else |
698dcdb6 | 6917 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6918 | fi |
698dcdb6 | 6919 | |
10f2d63a | 6920 | |
698dcdb6 | 6921 | echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6 |
3e44f09d | 6922 | echo "configure:6923: checking for --enable-tipdlg" >&5 |
10f2d63a VZ |
6923 | no_cache=0 |
6924 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
6925 | if test "${enable_tipdlg+set}" = set; then | |
6926 | enableval="$enable_tipdlg" | |
698dcdb6 | 6927 | |
10f2d63a VZ |
6928 | if test "$enableval" = yes; then |
6929 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
6930 | else | |
6931 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
6932 | fi | |
698dcdb6 | 6933 | |
10f2d63a | 6934 | else |
698dcdb6 | 6935 | |
10f2d63a VZ |
6936 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` |
6937 | if test "x$LINE" != x ; then | |
6938 | eval "DEFAULT_$LINE" | |
6939 | else | |
6940 | no_cache=1 | |
6941 | fi | |
6942 | ||
6943 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
698dcdb6 VZ |
6944 | |
6945 | fi | |
10f2d63a VZ |
6946 | |
6947 | ||
6948 | eval "$ac_cv_use_tipdlg" | |
6949 | if test "$no_cache" != 1; then | |
6950 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
6951 | fi | |
6952 | ||
6953 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
698dcdb6 | 6954 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6955 | else |
698dcdb6 | 6956 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6957 | fi |
698dcdb6 | 6958 | |
10f2d63a | 6959 | |
698dcdb6 | 6960 | echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6 |
3e44f09d | 6961 | echo "configure:6962: checking for --enable-progressdlg" >&5 |
10f2d63a VZ |
6962 | no_cache=0 |
6963 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
6964 | if test "${enable_progressdlg+set}" = set; then | |
6965 | enableval="$enable_progressdlg" | |
698dcdb6 | 6966 | |
10f2d63a VZ |
6967 | if test "$enableval" = yes; then |
6968 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
6969 | else | |
6970 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
6971 | fi | |
698dcdb6 | 6972 | |
10f2d63a | 6973 | else |
698dcdb6 | 6974 | |
10f2d63a VZ |
6975 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` |
6976 | if test "x$LINE" != x ; then | |
6977 | eval "DEFAULT_$LINE" | |
6978 | else | |
6979 | no_cache=1 | |
6980 | fi | |
6981 | ||
6982 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
698dcdb6 VZ |
6983 | |
6984 | fi | |
10f2d63a VZ |
6985 | |
6986 | ||
6987 | eval "$ac_cv_use_progressdlg" | |
6988 | if test "$no_cache" != 1; then | |
6989 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
6990 | fi | |
6991 | ||
6992 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
698dcdb6 | 6993 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6994 | else |
698dcdb6 | 6995 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6996 | fi |
698dcdb6 | 6997 | |
10f2d63a | 6998 | |
b1f5d087 | 6999 | echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6 |
3e44f09d | 7000 | echo "configure:7001: checking for --enable-wizarddlg" >&5 |
b1f5d087 VZ |
7001 | no_cache=0 |
7002 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
7003 | if test "${enable_wizarddlg+set}" = set; then | |
7004 | enableval="$enable_wizarddlg" | |
7005 | ||
7006 | if test "$enableval" = yes; then | |
7007 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
7008 | else | |
7009 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
7010 | fi | |
7011 | ||
7012 | else | |
7013 | ||
7014 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` | |
7015 | if test "x$LINE" != x ; then | |
7016 | eval "DEFAULT_$LINE" | |
7017 | else | |
7018 | no_cache=1 | |
7019 | fi | |
7020 | ||
7021 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
7022 | ||
7023 | fi | |
7024 | ||
7025 | ||
7026 | eval "$ac_cv_use_wizarddlg" | |
7027 | if test "$no_cache" != 1; then | |
7028 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
7029 | fi | |
7030 | ||
7031 | if test "$wxUSE_WIZARDDLG" = yes; then | |
7032 | echo "$ac_t""yes" 1>&6 | |
7033 | else | |
7034 | echo "$ac_t""no" 1>&6 | |
7035 | fi | |
7036 | ||
7037 | ||
7038 | ||
7039 | ||
1e6feb95 | 7040 | echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6 |
3e44f09d | 7041 | echo "configure:7042: checking for --enable-menus" >&5 |
1e6feb95 VZ |
7042 | no_cache=0 |
7043 | # Check whether --enable-menus or --disable-menus was given. | |
7044 | if test "${enable_menus+set}" = set; then | |
7045 | enableval="$enable_menus" | |
7046 | ||
7047 | if test "$enableval" = yes; then | |
7048 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
7049 | else | |
7050 | ac_cv_use_menus='wxUSE_MENUS=no' | |
7051 | fi | |
7052 | ||
7053 | else | |
7054 | ||
7055 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` | |
7056 | if test "x$LINE" != x ; then | |
7057 | eval "DEFAULT_$LINE" | |
7058 | else | |
7059 | no_cache=1 | |
7060 | fi | |
7061 | ||
7062 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
7063 | ||
7064 | fi | |
7065 | ||
7066 | ||
7067 | eval "$ac_cv_use_menus" | |
7068 | if test "$no_cache" != 1; then | |
7069 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
7070 | fi | |
7071 | ||
7072 | if test "$wxUSE_MENUS" = yes; then | |
7073 | echo "$ac_t""yes" 1>&6 | |
7074 | else | |
7075 | echo "$ac_t""no" 1>&6 | |
7076 | fi | |
7077 | ||
7078 | ||
698dcdb6 | 7079 | echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6 |
3e44f09d | 7080 | echo "configure:7081: checking for --enable-miniframe" >&5 |
10f2d63a VZ |
7081 | no_cache=0 |
7082 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
7083 | if test "${enable_miniframe+set}" = set; then | |
7084 | enableval="$enable_miniframe" | |
698dcdb6 | 7085 | |
10f2d63a VZ |
7086 | if test "$enableval" = yes; then |
7087 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
7088 | else | |
7089 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
7090 | fi | |
698dcdb6 | 7091 | |
10f2d63a | 7092 | else |
698dcdb6 | 7093 | |
10f2d63a VZ |
7094 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` |
7095 | if test "x$LINE" != x ; then | |
7096 | eval "DEFAULT_$LINE" | |
7097 | else | |
7098 | no_cache=1 | |
7099 | fi | |
7100 | ||
7101 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
698dcdb6 VZ |
7102 | |
7103 | fi | |
10f2d63a VZ |
7104 | |
7105 | ||
7106 | eval "$ac_cv_use_miniframe" | |
7107 | if test "$no_cache" != 1; then | |
7108 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
7109 | fi | |
7110 | ||
7111 | if test "$wxUSE_MINIFRAME" = yes; then | |
698dcdb6 | 7112 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7113 | else |
698dcdb6 | 7114 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7115 | fi |
698dcdb6 | 7116 | |
10f2d63a | 7117 | |
698dcdb6 | 7118 | echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6 |
3e44f09d | 7119 | echo "configure:7120: checking for --enable-tooltips" >&5 |
10f2d63a VZ |
7120 | no_cache=0 |
7121 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
7122 | if test "${enable_tooltips+set}" = set; then | |
7123 | enableval="$enable_tooltips" | |
698dcdb6 | 7124 | |
10f2d63a VZ |
7125 | if test "$enableval" = yes; then |
7126 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
7127 | else | |
7128 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
7129 | fi | |
698dcdb6 | 7130 | |
10f2d63a | 7131 | else |
698dcdb6 | 7132 | |
10f2d63a VZ |
7133 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` |
7134 | if test "x$LINE" != x ; then | |
7135 | eval "DEFAULT_$LINE" | |
7136 | else | |
7137 | no_cache=1 | |
7138 | fi | |
7139 | ||
7140 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
698dcdb6 VZ |
7141 | |
7142 | fi | |
10f2d63a VZ |
7143 | |
7144 | ||
7145 | eval "$ac_cv_use_tooltips" | |
7146 | if test "$no_cache" != 1; then | |
7147 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
7148 | fi | |
7149 | ||
7150 | if test "$wxUSE_TOOLTIPS" = yes; then | |
698dcdb6 | 7151 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7152 | else |
698dcdb6 | 7153 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7154 | fi |
698dcdb6 | 7155 | |
10f2d63a | 7156 | |
698dcdb6 | 7157 | echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6 |
3e44f09d | 7158 | echo "configure:7159: checking for --enable-splines" >&5 |
10f2d63a VZ |
7159 | no_cache=0 |
7160 | # Check whether --enable-splines or --disable-splines was given. | |
7161 | if test "${enable_splines+set}" = set; then | |
7162 | enableval="$enable_splines" | |
698dcdb6 | 7163 | |
10f2d63a VZ |
7164 | if test "$enableval" = yes; then |
7165 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
7166 | else | |
7167 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
7168 | fi | |
698dcdb6 | 7169 | |
10f2d63a | 7170 | else |
698dcdb6 | 7171 | |
10f2d63a VZ |
7172 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` |
7173 | if test "x$LINE" != x ; then | |
7174 | eval "DEFAULT_$LINE" | |
7175 | else | |
7176 | no_cache=1 | |
7177 | fi | |
7178 | ||
7179 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
698dcdb6 VZ |
7180 | |
7181 | fi | |
10f2d63a VZ |
7182 | |
7183 | ||
7184 | eval "$ac_cv_use_splines" | |
7185 | if test "$no_cache" != 1; then | |
7186 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
7187 | fi | |
7188 | ||
7189 | if test "$wxUSE_SPLINES" = yes; then | |
698dcdb6 | 7190 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7191 | else |
698dcdb6 | 7192 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7193 | fi |
698dcdb6 | 7194 | |
10f2d63a | 7195 | |
698dcdb6 | 7196 | echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6 |
3e44f09d | 7197 | echo "configure:7198: checking for --enable-validators" >&5 |
10f2d63a VZ |
7198 | no_cache=0 |
7199 | # Check whether --enable-validators or --disable-validators was given. | |
7200 | if test "${enable_validators+set}" = set; then | |
7201 | enableval="$enable_validators" | |
698dcdb6 | 7202 | |
10f2d63a VZ |
7203 | if test "$enableval" = yes; then |
7204 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
7205 | else | |
7206 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
7207 | fi | |
698dcdb6 | 7208 | |
10f2d63a | 7209 | else |
698dcdb6 | 7210 | |
10f2d63a VZ |
7211 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` |
7212 | if test "x$LINE" != x ; then | |
7213 | eval "DEFAULT_$LINE" | |
7214 | else | |
7215 | no_cache=1 | |
7216 | fi | |
7217 | ||
7218 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
698dcdb6 VZ |
7219 | |
7220 | fi | |
10f2d63a VZ |
7221 | |
7222 | ||
7223 | eval "$ac_cv_use_validators" | |
7224 | if test "$no_cache" != 1; then | |
7225 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
7226 | fi | |
7227 | ||
7228 | if test "$wxUSE_VALIDATORS" = yes; then | |
698dcdb6 | 7229 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7230 | else |
698dcdb6 | 7231 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7232 | fi |
698dcdb6 | 7233 | |
10f2d63a | 7234 | |
698dcdb6 | 7235 | echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6 |
3e44f09d | 7236 | echo "configure:7237: checking for --enable-busyinfo" >&5 |
10f2d63a VZ |
7237 | no_cache=0 |
7238 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
7239 | if test "${enable_busyinfo+set}" = set; then | |
7240 | enableval="$enable_busyinfo" | |
698dcdb6 | 7241 | |
10f2d63a VZ |
7242 | if test "$enableval" = yes; then |
7243 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
7244 | else | |
7245 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
7246 | fi | |
698dcdb6 | 7247 | |
10f2d63a | 7248 | else |
698dcdb6 | 7249 | |
10f2d63a VZ |
7250 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` |
7251 | if test "x$LINE" != x ; then | |
7252 | eval "DEFAULT_$LINE" | |
7253 | else | |
7254 | no_cache=1 | |
7255 | fi | |
7256 | ||
7257 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
698dcdb6 VZ |
7258 | |
7259 | fi | |
10f2d63a VZ |
7260 | |
7261 | ||
7262 | eval "$ac_cv_use_busyinfo" | |
7263 | if test "$no_cache" != 1; then | |
7264 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
7265 | fi | |
7266 | ||
7267 | if test "$wxUSE_BUSYINFO" = yes; then | |
698dcdb6 | 7268 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7269 | else |
698dcdb6 | 7270 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7271 | fi |
698dcdb6 | 7272 | |
10f2d63a | 7273 | |
698dcdb6 | 7274 | echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6 |
3e44f09d | 7275 | echo "configure:7276: checking for --enable-joystick" >&5 |
f6bcfd97 BP |
7276 | no_cache=0 |
7277 | # Check whether --enable-joystick or --disable-joystick was given. | |
7278 | if test "${enable_joystick+set}" = set; then | |
7279 | enableval="$enable_joystick" | |
698dcdb6 | 7280 | |
f6bcfd97 BP |
7281 | if test "$enableval" = yes; then |
7282 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
7283 | else | |
7284 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
7285 | fi | |
698dcdb6 | 7286 | |
f6bcfd97 | 7287 | else |
698dcdb6 | 7288 | |
f6bcfd97 BP |
7289 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` |
7290 | if test "x$LINE" != x ; then | |
7291 | eval "DEFAULT_$LINE" | |
7292 | else | |
7293 | no_cache=1 | |
7294 | fi | |
7295 | ||
7296 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
698dcdb6 VZ |
7297 | |
7298 | fi | |
f6bcfd97 BP |
7299 | |
7300 | ||
7301 | eval "$ac_cv_use_joystick" | |
7302 | if test "$no_cache" != 1; then | |
7303 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
7304 | fi | |
7305 | ||
7306 | if test "$wxUSE_JOYSTICK" = yes; then | |
698dcdb6 | 7307 | echo "$ac_t""yes" 1>&6 |
f6bcfd97 | 7308 | else |
698dcdb6 | 7309 | echo "$ac_t""no" 1>&6 |
f6bcfd97 | 7310 | fi |
698dcdb6 VZ |
7311 | |
7312 | ||
1e6feb95 | 7313 | echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 |
3e44f09d | 7314 | echo "configure:7315: checking for --enable-metafile" >&5 |
1e6feb95 VZ |
7315 | no_cache=0 |
7316 | # Check whether --enable-metafile or --disable-metafile was given. | |
7317 | if test "${enable_metafile+set}" = set; then | |
7318 | enableval="$enable_metafile" | |
7319 | ||
7320 | if test "$enableval" = yes; then | |
7321 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
7322 | else | |
7323 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
7324 | fi | |
7325 | ||
7326 | else | |
7327 | ||
7328 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
7329 | if test "x$LINE" != x ; then | |
7330 | eval "DEFAULT_$LINE" | |
7331 | else | |
7332 | no_cache=1 | |
7333 | fi | |
7334 | ||
7335 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
7336 | ||
7337 | fi | |
7338 | ||
7339 | ||
7340 | eval "$ac_cv_use_metafile" | |
7341 | if test "$no_cache" != 1; then | |
7342 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
7343 | fi | |
7344 | ||
7345 | if test "$wxUSE_METAFILE" = yes; then | |
7346 | echo "$ac_t""yes" 1>&6 | |
7347 | else | |
7348 | echo "$ac_t""no" 1>&6 | |
7349 | fi | |
7350 | ||
7351 | ||
24fd6d87 | 7352 | echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6 |
3e44f09d | 7353 | echo "configure:7354: checking for --enable-dragimage" >&5 |
24fd6d87 VZ |
7354 | no_cache=0 |
7355 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
7356 | if test "${enable_dragimage+set}" = set; then | |
7357 | enableval="$enable_dragimage" | |
7358 | ||
7359 | if test "$enableval" = yes; then | |
7360 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
7361 | else | |
7362 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
7363 | fi | |
7364 | ||
7365 | else | |
7366 | ||
7367 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` | |
7368 | if test "x$LINE" != x ; then | |
7369 | eval "DEFAULT_$LINE" | |
7370 | else | |
7371 | no_cache=1 | |
7372 | fi | |
7373 | ||
7374 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
7375 | ||
7376 | fi | |
7377 | ||
7378 | ||
7379 | eval "$ac_cv_use_dragimage" | |
7380 | if test "$no_cache" != 1; then | |
7381 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
7382 | fi | |
7383 | ||
7384 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
7385 | echo "$ac_t""yes" 1>&6 | |
7386 | else | |
7387 | echo "$ac_t""no" 1>&6 | |
7388 | fi | |
7389 | ||
7390 | ||
10f2d63a | 7391 | |
698dcdb6 VZ |
7392 | |
7393 | echo $ac_n "checking for --enable-image""... $ac_c" 1>&6 | |
3e44f09d | 7394 | echo "configure:7395: checking for --enable-image" >&5 |
0046ff7c VS |
7395 | no_cache=0 |
7396 | # Check whether --enable-image or --disable-image was given. | |
7397 | if test "${enable_image+set}" = set; then | |
7398 | enableval="$enable_image" | |
698dcdb6 | 7399 | |
0046ff7c VS |
7400 | if test "$enableval" = yes; then |
7401 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
7402 | else | |
7403 | ac_cv_use_image='wxUSE_IMAGE=no' | |
7404 | fi | |
698dcdb6 | 7405 | |
0046ff7c | 7406 | else |
698dcdb6 | 7407 | |
0046ff7c VS |
7408 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` |
7409 | if test "x$LINE" != x ; then | |
7410 | eval "DEFAULT_$LINE" | |
7411 | else | |
7412 | no_cache=1 | |
7413 | fi | |
7414 | ||
7415 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
698dcdb6 VZ |
7416 | |
7417 | fi | |
0046ff7c VS |
7418 | |
7419 | ||
7420 | eval "$ac_cv_use_image" | |
7421 | if test "$no_cache" != 1; then | |
7422 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
7423 | fi | |
7424 | ||
7425 | if test "$wxUSE_IMAGE" = yes; then | |
698dcdb6 | 7426 | echo "$ac_t""yes" 1>&6 |
0046ff7c | 7427 | else |
698dcdb6 | 7428 | echo "$ac_t""no" 1>&6 |
0046ff7c | 7429 | fi |
698dcdb6 | 7430 | |
0046ff7c | 7431 | |
698dcdb6 | 7432 | echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6 |
3e44f09d | 7433 | echo "configure:7434: checking for --enable-gif" >&5 |
10f2d63a VZ |
7434 | no_cache=0 |
7435 | # Check whether --enable-gif or --disable-gif was given. | |
7436 | if test "${enable_gif+set}" = set; then | |
7437 | enableval="$enable_gif" | |
698dcdb6 | 7438 | |
10f2d63a VZ |
7439 | if test "$enableval" = yes; then |
7440 | ac_cv_use_gif='wxUSE_GIF=yes' | |
7441 | else | |
7442 | ac_cv_use_gif='wxUSE_GIF=no' | |
7443 | fi | |
698dcdb6 | 7444 | |
10f2d63a | 7445 | else |
698dcdb6 | 7446 | |
10f2d63a VZ |
7447 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` |
7448 | if test "x$LINE" != x ; then | |
7449 | eval "DEFAULT_$LINE" | |
7450 | else | |
7451 | no_cache=1 | |
7452 | fi | |
7453 | ||
7454 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
698dcdb6 VZ |
7455 | |
7456 | fi | |
10f2d63a VZ |
7457 | |
7458 | ||
7459 | eval "$ac_cv_use_gif" | |
7460 | if test "$no_cache" != 1; then | |
7461 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
7462 | fi | |
7463 | ||
7464 | if test "$wxUSE_GIF" = yes; then | |
698dcdb6 | 7465 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7466 | else |
698dcdb6 | 7467 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7468 | fi |
698dcdb6 | 7469 | |
10f2d63a | 7470 | |
698dcdb6 | 7471 | echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6 |
3e44f09d | 7472 | echo "configure:7473: checking for --enable-pcx" >&5 |
10f2d63a VZ |
7473 | no_cache=0 |
7474 | # Check whether --enable-pcx or --disable-pcx was given. | |
7475 | if test "${enable_pcx+set}" = set; then | |
7476 | enableval="$enable_pcx" | |
698dcdb6 | 7477 | |
10f2d63a VZ |
7478 | if test "$enableval" = yes; then |
7479 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
7480 | else | |
7481 | ac_cv_use_pcx='wxUSE_PCX=no' | |
7482 | fi | |
698dcdb6 | 7483 | |
10f2d63a | 7484 | else |
698dcdb6 | 7485 | |
10f2d63a VZ |
7486 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` |
7487 | if test "x$LINE" != x ; then | |
7488 | eval "DEFAULT_$LINE" | |
7489 | else | |
7490 | no_cache=1 | |
7491 | fi | |
7492 | ||
7493 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
698dcdb6 VZ |
7494 | |
7495 | fi | |
10f2d63a VZ |
7496 | |
7497 | ||
7498 | eval "$ac_cv_use_pcx" | |
7499 | if test "$no_cache" != 1; then | |
7500 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
7501 | fi | |
7502 | ||
7503 | if test "$wxUSE_PCX" = yes; then | |
698dcdb6 | 7504 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7505 | else |
698dcdb6 | 7506 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7507 | fi |
698dcdb6 | 7508 | |
10f2d63a | 7509 | |
698dcdb6 | 7510 | echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6 |
3e44f09d | 7511 | echo "configure:7512: checking for --enable-pnm" >&5 |
10f2d63a VZ |
7512 | no_cache=0 |
7513 | # Check whether --enable-pnm or --disable-pnm was given. | |
7514 | if test "${enable_pnm+set}" = set; then | |
7515 | enableval="$enable_pnm" | |
698dcdb6 | 7516 | |
10f2d63a VZ |
7517 | if test "$enableval" = yes; then |
7518 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
7519 | else | |
7520 | ac_cv_use_pnm='wxUSE_PNM=no' | |
7521 | fi | |
698dcdb6 | 7522 | |
10f2d63a | 7523 | else |
698dcdb6 | 7524 | |
10f2d63a VZ |
7525 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` |
7526 | if test "x$LINE" != x ; then | |
7527 | eval "DEFAULT_$LINE" | |
7528 | else | |
7529 | no_cache=1 | |
7530 | fi | |
7531 | ||
7532 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
698dcdb6 VZ |
7533 | |
7534 | fi | |
10f2d63a VZ |
7535 | |
7536 | ||
7537 | eval "$ac_cv_use_pnm" | |
7538 | if test "$no_cache" != 1; then | |
7539 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
7540 | fi | |
7541 | ||
7542 | if test "$wxUSE_PNM" = yes; then | |
698dcdb6 | 7543 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7544 | else |
698dcdb6 | 7545 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7546 | fi |
698dcdb6 | 7547 | |
10f2d63a | 7548 | |
698dcdb6 | 7549 | echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6 |
3e44f09d | 7550 | echo "configure:7551: checking for --enable-pnm" >&5 |
0046ff7c VS |
7551 | no_cache=0 |
7552 | # Check whether --enable-pnm or --disable-pnm was given. | |
7553 | if test "${enable_pnm+set}" = set; then | |
7554 | enableval="$enable_pnm" | |
698dcdb6 | 7555 | |
0046ff7c VS |
7556 | if test "$enableval" = yes; then |
7557 | ac_cv_use_pnm='wxUSE_XPM=yes' | |
7558 | else | |
7559 | ac_cv_use_pnm='wxUSE_XPM=no' | |
7560 | fi | |
698dcdb6 | 7561 | |
0046ff7c | 7562 | else |
698dcdb6 | 7563 | |
0046ff7c VS |
7564 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` |
7565 | if test "x$LINE" != x ; then | |
7566 | eval "DEFAULT_$LINE" | |
7567 | else | |
7568 | no_cache=1 | |
7569 | fi | |
7570 | ||
7571 | ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM | |
698dcdb6 VZ |
7572 | |
7573 | fi | |
0046ff7c VS |
7574 | |
7575 | ||
7576 | eval "$ac_cv_use_pnm" | |
7577 | if test "$no_cache" != 1; then | |
7578 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
7579 | fi | |
7580 | ||
7581 | if test "$wxUSE_XPM" = yes; then | |
698dcdb6 | 7582 | echo "$ac_t""yes" 1>&6 |
0046ff7c | 7583 | else |
698dcdb6 | 7584 | echo "$ac_t""no" 1>&6 |
0046ff7c | 7585 | fi |
698dcdb6 | 7586 | |
0046ff7c | 7587 | |
b12915c1 VZ |
7588 | fi |
7589 | ||
698dcdb6 | 7590 | |
10f2d63a VZ |
7591 | echo "saving argument cache $wx_arg_cache_file" |
7592 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
698dcdb6 | 7593 | |
10f2d63a | 7594 | |
698dcdb6 VZ |
7595 | |
7596 | echo $ac_n "checking for toolkit""... $ac_c" 1>&6 | |
3e44f09d | 7597 | echo "configure:7598: checking for toolkit" >&5 |
10f2d63a VZ |
7598 | |
7599 | if test "$wxUSE_GUI" = "yes"; then | |
7600 | ||
b12915c1 | 7601 | if test "$USE_BEOS" = 1; then |
698dcdb6 | 7602 | { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } |
b12915c1 VZ |
7603 | fi |
7604 | ||
10f2d63a VZ |
7605 | if test "$TOOLKIT_GIVEN" = 1; then |
7606 | for toolkit in `echo $ALL_TOOLKITS`; do | |
7607 | var=wxUSE_$toolkit | |
7608 | eval "value=\$${var}" | |
7609 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
7610 | done | |
7611 | else | |
7612 | for toolkit in `echo $ALL_TOOLKITS`; do | |
7613 | if test "$has_toolkit_in_cache" != 1; then | |
7614 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
7615 | else | |
7616 | var=DEFAULT_wxUSE_$toolkit | |
7617 | fi | |
7618 | eval "wxUSE_$toolkit=\$${var}" | |
7619 | done | |
7620 | fi | |
7621 | ||
1e6feb95 | 7622 | NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} + ${wxUSE_MGL:-0}` |
cf27ef00 | 7623 | |
ec14dd32 VZ |
7624 | case "${host}" in |
7625 | *-pc-os2_emx ) | |
7626 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` | |
7627 | # PATH_IFS is autodetected by OS/2's configure (usually ';') | |
7628 | LEX_STEM="lexyy" | |
7629 | ;; | |
7630 | *) | |
7631 | PATH_IFS=':' | |
7632 | LEX_STEM="lex.yy" | |
7633 | ;; | |
7634 | esac | |
10f2d63a VZ |
7635 | |
7636 | case "$NUM_TOOLKITS" in | |
7637 | 1) | |
7638 | ;; | |
7639 | 0) | |
698dcdb6 | 7640 | { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; } |
10f2d63a VZ |
7641 | ;; |
7642 | *) | |
698dcdb6 | 7643 | { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; } |
10f2d63a VZ |
7644 | esac |
7645 | ||
7646 | for toolkit in `echo $ALL_TOOLKITS`; do | |
7647 | var=wxUSE_$toolkit | |
7648 | eval "value=\$${var}" | |
7649 | if test "x$value" != x; then | |
7650 | cache_var=CACHE_$toolkit | |
7651 | eval "cache=\$${cache_var}" | |
7652 | if test "$cache" = 1; then | |
7653 | echo "$var=$value" >> ${wx_arg_cache_file} | |
7654 | fi | |
7655 | if test "$value" = 1; then | |
8168de4c VZ |
7656 | toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]` |
7657 | echo "$ac_t""$toolkit_echo" 1>&6 | |
10f2d63a VZ |
7658 | fi |
7659 | fi | |
7660 | done | |
7661 | ||
7662 | else | |
cf27ef00 | 7663 | PATH_IFS=':' |
698dcdb6 | 7664 | echo "$ac_t""base only" 1>&6 |
10f2d63a VZ |
7665 | fi |
7666 | ||
698dcdb6 VZ |
7667 | |
7668 | cat > confcache <<\EOF | |
10f2d63a VZ |
7669 | # This file is a shell script that caches the results of configure |
7670 | # tests run on this system so they can be shared between configure | |
698dcdb6 VZ |
7671 | # scripts and configure runs. It is not useful on other systems. |
7672 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 7673 | # |
698dcdb6 VZ |
7674 | # By default, configure uses ./config.cache as the cache file, |
7675 | # creating it if it does not exist already. You can give configure | |
7676 | # the --cache-file=FILE option to use a different cache file; that is | |
7677 | # what configure does when it calls configure scripts in | |
7678 | # subdirectories, so they share the cache. | |
7679 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
7680 | # config.status only pays attention to the cache file if you give it the | |
7681 | # --recheck option to rerun configure. | |
10f2d63a | 7682 | # |
698dcdb6 | 7683 | EOF |
10f2d63a VZ |
7684 | # The following way of writing the cache mishandles newlines in values, |
7685 | # but we know of no workaround that is simple, portable, and efficient. | |
7686 | # So, don't put newlines in cache variables' values. | |
7687 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
7688 | # and sets the high bit in the cache file unless we assign to the vars. | |
698dcdb6 VZ |
7689 | (set) 2>&1 | |
7690 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
7691 | *ac_space=\ *) | |
7692 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
7693 | # turns \\\\ into \\, and sed turns \\ into \). | |
7694 | sed -n \ | |
7695 | -e "s/'/'\\\\''/g" \ | |
7696 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
7697 | ;; | |
7698 | *) | |
7699 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
7700 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
7701 | ;; | |
7702 | esac >> confcache | |
7703 | if cmp -s $cache_file confcache; then | |
7704 | : | |
7705 | else | |
10f2d63a | 7706 | if test -w $cache_file; then |
698dcdb6 VZ |
7707 | echo "updating cache $cache_file" |
7708 | cat confcache > $cache_file | |
10f2d63a VZ |
7709 | else |
7710 | echo "not updating unwritable cache $cache_file" | |
7711 | fi | |
7712 | fi | |
7713 | rm -f confcache | |
7714 | ||
698dcdb6 | 7715 | |
e59890c3 | 7716 | if test "$build" != "$host" ; then |
10f2d63a VZ |
7717 | CC=$host_alias-gcc |
7718 | CXX=$host_alias-c++ | |
7719 | AR=$host_alias-ar | |
7720 | RANLIB=$host_alias-ranlib | |
7721 | DLLTOOL=$host_alias-dlltool | |
32832908 | 7722 | RESCOMP=$host_alias-windres |
10f2d63a VZ |
7723 | LD=$host_alias-ld |
7724 | NM=$host_alias-nm | |
7725 | STRIP=$host_alias-strip | |
10f2d63a VZ |
7726 | fi |
7727 | ||
698dcdb6 | 7728 | # Extract the first word of "gcc", so it can be a program name with args. |
1e487827 | 7729 | set dummy gcc; ac_word=$2 |
698dcdb6 | 7730 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 7731 | echo "configure:7732: checking for $ac_word" >&5 |
698dcdb6 VZ |
7732 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
7733 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6232543b VS |
7734 | else |
7735 | if test -n "$CC"; then | |
7736 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10f2d63a | 7737 | else |
698dcdb6 VZ |
7738 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
7739 | ac_dummy="$PATH" | |
7740 | for ac_dir in $ac_dummy; do | |
7741 | test -z "$ac_dir" && ac_dir=. | |
7742 | if test -f $ac_dir/$ac_word; then | |
7743 | ac_cv_prog_CC="gcc" | |
7744 | break | |
7745 | fi | |
7746 | done | |
7747 | IFS="$ac_save_ifs" | |
10f2d63a | 7748 | fi |
6232543b | 7749 | fi |
698dcdb6 | 7750 | CC="$ac_cv_prog_CC" |
6232543b | 7751 | if test -n "$CC"; then |
698dcdb6 | 7752 | echo "$ac_t""$CC" 1>&6 |
1e487827 | 7753 | else |
698dcdb6 | 7754 | echo "$ac_t""no" 1>&6 |
1e487827 | 7755 | fi |
6232543b | 7756 | |
1e487827 VS |
7757 | if test -z "$CC"; then |
7758 | # Extract the first word of "cc", so it can be a program name with args. | |
7759 | set dummy cc; ac_word=$2 | |
698dcdb6 | 7760 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 7761 | echo "configure:7762: checking for $ac_word" >&5 |
698dcdb6 VZ |
7762 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
7763 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 VS |
7764 | else |
7765 | if test -n "$CC"; then | |
7766 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
7767 | else | |
698dcdb6 | 7768 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
1e487827 | 7769 | ac_prog_rejected=no |
698dcdb6 VZ |
7770 | ac_dummy="$PATH" |
7771 | for ac_dir in $ac_dummy; do | |
7772 | test -z "$ac_dir" && ac_dir=. | |
7773 | if test -f $ac_dir/$ac_word; then | |
7774 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
7775 | ac_prog_rejected=yes | |
7776 | continue | |
7777 | fi | |
7778 | ac_cv_prog_CC="cc" | |
7779 | break | |
7780 | fi | |
7781 | done | |
7782 | IFS="$ac_save_ifs" | |
1e487827 VS |
7783 | if test $ac_prog_rejected = yes; then |
7784 | # We found a bogon in the path, so make sure we never use it. | |
7785 | set dummy $ac_cv_prog_CC | |
7786 | shift | |
698dcdb6 | 7787 | if test $# -gt 0; then |
1e487827 VS |
7788 | # We chose a different compiler from the bogus one. |
7789 | # However, it has the same basename, so the bogon will be chosen | |
7790 | # first if we set CC to just the basename; use the full file name. | |
7791 | shift | |
698dcdb6 | 7792 | set dummy "$ac_dir/$ac_word" "$@" |
1e487827 VS |
7793 | shift |
7794 | ac_cv_prog_CC="$@" | |
703e0a69 | 7795 | fi |
1e487827 VS |
7796 | fi |
7797 | fi | |
7798 | fi | |
698dcdb6 | 7799 | CC="$ac_cv_prog_CC" |
1e487827 | 7800 | if test -n "$CC"; then |
698dcdb6 | 7801 | echo "$ac_t""$CC" 1>&6 |
703e0a69 | 7802 | else |
698dcdb6 | 7803 | echo "$ac_t""no" 1>&6 |
703e0a69 | 7804 | fi |
1e487827 | 7805 | |
698dcdb6 VZ |
7806 | if test -z "$CC"; then |
7807 | case "`uname -s`" in | |
7808 | *win32* | *WIN32*) | |
7809 | # Extract the first word of "cl", so it can be a program name with args. | |
7810 | set dummy cl; ac_word=$2 | |
7811 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
3e44f09d | 7812 | echo "configure:7813: checking for $ac_word" >&5 |
698dcdb6 VZ |
7813 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
7814 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 VS |
7815 | else |
7816 | if test -n "$CC"; then | |
7817 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
703e0a69 | 7818 | else |
698dcdb6 VZ |
7819 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
7820 | ac_dummy="$PATH" | |
7821 | for ac_dir in $ac_dummy; do | |
7822 | test -z "$ac_dir" && ac_dir=. | |
7823 | if test -f $ac_dir/$ac_word; then | |
7824 | ac_cv_prog_CC="cl" | |
7825 | break | |
7826 | fi | |
7827 | done | |
7828 | IFS="$ac_save_ifs" | |
703e0a69 | 7829 | fi |
1e487827 | 7830 | fi |
698dcdb6 | 7831 | CC="$ac_cv_prog_CC" |
1e487827 | 7832 | if test -n "$CC"; then |
698dcdb6 | 7833 | echo "$ac_t""$CC" 1>&6 |
1e487827 | 7834 | else |
698dcdb6 | 7835 | echo "$ac_t""no" 1>&6 |
1e487827 | 7836 | fi |
698dcdb6 VZ |
7837 | ;; |
7838 | esac | |
7839 | fi | |
7840 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } | |
1e487827 VS |
7841 | fi |
7842 | ||
698dcdb6 | 7843 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
3e44f09d | 7844 | echo "configure:7845: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
1e487827 | 7845 | |
698dcdb6 VZ |
7846 | ac_ext=c |
7847 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
7848 | ac_cpp='$CPP $CPPFLAGS' | |
7849 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
7850 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
7851 | cross_compiling=$ac_cv_prog_cc_cross | |
6232543b | 7852 | |
698dcdb6 | 7853 | cat > conftest.$ac_ext << EOF |
1e487827 | 7854 | |
3e44f09d | 7855 | #line 7856 "configure" |
1e487827 VS |
7856 | #include "confdefs.h" |
7857 | ||
698dcdb6 VZ |
7858 | main(){return(0);} |
7859 | EOF | |
3e44f09d | 7860 | if { (eval echo configure:7861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
7861 | ac_cv_prog_cc_works=yes |
7862 | # If we can't run a trivial program, we are probably using a cross compiler. | |
7863 | if (./conftest; exit) 2>/dev/null; then | |
7864 | ac_cv_prog_cc_cross=no | |
7865 | else | |
7866 | ac_cv_prog_cc_cross=yes | |
7867 | fi | |
7868 | else | |
7869 | echo "configure: failed program was:" >&5 | |
7870 | cat conftest.$ac_ext >&5 | |
7871 | ac_cv_prog_cc_works=no | |
7872 | fi | |
7873 | rm -fr conftest* | |
7874 | ac_ext=c | |
7875 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
7876 | ac_cpp='$CPP $CPPFLAGS' | |
7877 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
7878 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
7879 | cross_compiling=$ac_cv_prog_cc_cross | |
7880 | ||
7881 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
7882 | if test $ac_cv_prog_cc_works = no; then | |
7883 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
7884 | fi | |
7885 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
3e44f09d | 7886 | echo "configure:7887: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
698dcdb6 VZ |
7887 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
7888 | cross_compiling=$ac_cv_prog_cc_cross | |
7889 | ||
7890 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
3e44f09d | 7891 | echo "configure:7892: checking whether we are using GNU C" >&5 |
698dcdb6 VZ |
7892 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
7893 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7894 | else | |
7895 | cat > conftest.c <<EOF | |
7896 | #ifdef __GNUC__ | |
7897 | yes; | |
1e487827 | 7898 | #endif |
698dcdb6 | 7899 | EOF |
3e44f09d | 7900 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:7901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
698dcdb6 VZ |
7901 | ac_cv_prog_gcc=yes |
7902 | else | |
7903 | ac_cv_prog_gcc=no | |
7904 | fi | |
7905 | fi | |
1e487827 | 7906 | |
698dcdb6 | 7907 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
1e487827 | 7908 | |
698dcdb6 VZ |
7909 | if test $ac_cv_prog_gcc = yes; then |
7910 | GCC=yes | |
7911 | else | |
7912 | GCC= | |
7913 | fi | |
1e487827 | 7914 | |
698dcdb6 VZ |
7915 | ac_test_CFLAGS="${CFLAGS+set}" |
7916 | ac_save_CFLAGS="$CFLAGS" | |
7917 | CFLAGS= | |
7918 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
3e44f09d | 7919 | echo "configure:7920: checking whether ${CC-cc} accepts -g" >&5 |
698dcdb6 VZ |
7920 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
7921 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7922 | else | |
7923 | echo 'void f(){}' > conftest.c | |
7924 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
10f2d63a VZ |
7925 | ac_cv_prog_cc_g=yes |
7926 | else | |
698dcdb6 | 7927 | ac_cv_prog_cc_g=no |
10f2d63a | 7928 | fi |
698dcdb6 VZ |
7929 | rm -f conftest* |
7930 | ||
10f2d63a | 7931 | fi |
698dcdb6 VZ |
7932 | |
7933 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
10f2d63a | 7934 | if test "$ac_test_CFLAGS" = set; then |
698dcdb6 | 7935 | CFLAGS="$ac_save_CFLAGS" |
10f2d63a VZ |
7936 | elif test $ac_cv_prog_cc_g = yes; then |
7937 | if test "$GCC" = yes; then | |
7938 | CFLAGS="-g -O2" | |
7939 | else | |
7940 | CFLAGS="-g" | |
7941 | fi | |
7942 | else | |
7943 | if test "$GCC" = yes; then | |
7944 | CFLAGS="-O2" | |
7945 | else | |
7946 | CFLAGS= | |
7947 | fi | |
7948 | fi | |
7949 | ||
7950 | ||
7951 | CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'` | |
7952 | ||
698dcdb6 | 7953 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
3e44f09d | 7954 | echo "configure:7955: checking how to run the C preprocessor" >&5 |
10f2d63a VZ |
7955 | # On Suns, sometimes $CPP names a directory. |
7956 | if test -n "$CPP" && test -d "$CPP"; then | |
7957 | CPP= | |
7958 | fi | |
7959 | if test -z "$CPP"; then | |
698dcdb6 VZ |
7960 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then |
7961 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7962 | else | |
7963 | # This must be in double quotes, not single quotes, because CPP may get | |
7964 | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
7965 | CPP="${CC-cc} -E" | |
10f2d63a | 7966 | # On the NeXT, cc -E runs the code through the compiler's parser, |
698dcdb6 VZ |
7967 | # not just through cpp. |
7968 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 7969 | #line 7970 "configure" |
10f2d63a VZ |
7970 | #include "confdefs.h" |
7971 | #include <assert.h> | |
698dcdb6 VZ |
7972 | Syntax Error |
7973 | EOF | |
7974 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3e44f09d | 7975 | { (eval echo configure:7976: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
7976 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
7977 | if test -z "$ac_err"; then | |
10f2d63a VZ |
7978 | : |
7979 | else | |
698dcdb6 VZ |
7980 | echo "$ac_err" >&5 |
7981 | echo "configure: failed program was:" >&5 | |
10f2d63a | 7982 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
7983 | rm -rf conftest* |
7984 | CPP="${CC-cc} -E -traditional-cpp" | |
7985 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 7986 | #line 7987 "configure" |
10f2d63a | 7987 | #include "confdefs.h" |
698dcdb6 VZ |
7988 | #include <assert.h> |
7989 | Syntax Error | |
7990 | EOF | |
7991 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3e44f09d | 7992 | { (eval echo configure:7993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
7993 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
7994 | if test -z "$ac_err"; then | |
7995 | : | |
10f2d63a | 7996 | else |
698dcdb6 VZ |
7997 | echo "$ac_err" >&5 |
7998 | echo "configure: failed program was:" >&5 | |
10f2d63a | 7999 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
8000 | rm -rf conftest* |
8001 | CPP="${CC-cc} -nologo -E" | |
8002 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 8003 | #line 8004 "configure" |
10f2d63a VZ |
8004 | #include "confdefs.h" |
8005 | #include <assert.h> | |
698dcdb6 VZ |
8006 | Syntax Error |
8007 | EOF | |
8008 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3e44f09d | 8009 | { (eval echo configure:8010: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
8010 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8011 | if test -z "$ac_err"; then | |
10f2d63a VZ |
8012 | : |
8013 | else | |
698dcdb6 VZ |
8014 | echo "$ac_err" >&5 |
8015 | echo "configure: failed program was:" >&5 | |
10f2d63a | 8016 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
8017 | rm -rf conftest* |
8018 | CPP=/lib/cpp | |
10f2d63a | 8019 | fi |
698dcdb6 | 8020 | rm -f conftest* |
10f2d63a | 8021 | fi |
698dcdb6 | 8022 | rm -f conftest* |
703e0a69 | 8023 | fi |
698dcdb6 VZ |
8024 | rm -f conftest* |
8025 | ac_cv_prog_CPP="$CPP" | |
8026 | fi | |
8027 | CPP="$ac_cv_prog_CPP" | |
10f2d63a | 8028 | else |
698dcdb6 | 8029 | ac_cv_prog_CPP="$CPP" |
10f2d63a | 8030 | fi |
698dcdb6 | 8031 | echo "$ac_t""$CPP" 1>&6 |
10f2d63a VZ |
8032 | |
8033 | ||
698dcdb6 VZ |
8034 | if test $ac_cv_prog_gcc = yes; then |
8035 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 | |
3e44f09d | 8036 | echo "configure:8037: checking whether ${CC-cc} needs -traditional" >&5 |
698dcdb6 VZ |
8037 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
8038 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8039 | else |
8040 | ac_pattern="Autoconf.*'x'" | |
698dcdb6 | 8041 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 8042 | #line 8043 "configure" |
10f2d63a VZ |
8043 | #include "confdefs.h" |
8044 | #include <sgtty.h> | |
8045 | Autoconf TIOCGETP | |
698dcdb6 | 8046 | EOF |
10f2d63a VZ |
8047 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
8048 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
698dcdb6 | 8049 | rm -rf conftest* |
10f2d63a VZ |
8050 | ac_cv_prog_gcc_traditional=yes |
8051 | else | |
698dcdb6 | 8052 | rm -rf conftest* |
10f2d63a VZ |
8053 | ac_cv_prog_gcc_traditional=no |
8054 | fi | |
8055 | rm -f conftest* | |
8056 | ||
698dcdb6 | 8057 | |
10f2d63a | 8058 | if test $ac_cv_prog_gcc_traditional = no; then |
698dcdb6 | 8059 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 8060 | #line 8061 "configure" |
10f2d63a VZ |
8061 | #include "confdefs.h" |
8062 | #include <termio.h> | |
8063 | Autoconf TCGETA | |
698dcdb6 | 8064 | EOF |
10f2d63a VZ |
8065 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
8066 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
698dcdb6 | 8067 | rm -rf conftest* |
10f2d63a VZ |
8068 | ac_cv_prog_gcc_traditional=yes |
8069 | fi | |
8070 | rm -f conftest* | |
8071 | ||
8072 | fi | |
8073 | fi | |
698dcdb6 VZ |
8074 | |
8075 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 | |
10f2d63a VZ |
8076 | if test $ac_cv_prog_gcc_traditional = yes; then |
8077 | CC="$CC -traditional" | |
8078 | fi | |
8079 | fi | |
8080 | ||
703e0a69 | 8081 | |
698dcdb6 VZ |
8082 | |
8083 | ac_ext=C | |
8084 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 8085 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
8086 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
8087 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8088 | cross_compiling=$ac_cv_prog_cxx_cross | |
8089 | ||
8090 | ||
8091 | for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl | |
8092 | do | |
8093 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
8094 | set dummy $ac_prog; ac_word=$2 | |
8095 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
3e44f09d | 8096 | echo "configure:8097: checking for $ac_word" >&5 |
698dcdb6 VZ |
8097 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then |
8098 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8099 | else |
8100 | if test -n "$CXX"; then | |
8101 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
8102 | else | |
698dcdb6 VZ |
8103 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8104 | ac_dummy="$PATH" | |
8105 | for ac_dir in $ac_dummy; do | |
8106 | test -z "$ac_dir" && ac_dir=. | |
8107 | if test -f $ac_dir/$ac_word; then | |
8108 | ac_cv_prog_CXX="$ac_prog" | |
8109 | break | |
8110 | fi | |
8111 | done | |
8112 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
8113 | fi |
8114 | fi | |
698dcdb6 | 8115 | CXX="$ac_cv_prog_CXX" |
10f2d63a | 8116 | if test -n "$CXX"; then |
698dcdb6 | 8117 | echo "$ac_t""$CXX" 1>&6 |
10f2d63a | 8118 | else |
698dcdb6 | 8119 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8120 | fi |
8121 | ||
698dcdb6 | 8122 | test -n "$CXX" && break |
10f2d63a | 8123 | done |
698dcdb6 | 8124 | test -n "$CXX" || CXX="gcc" |
10f2d63a VZ |
8125 | |
8126 | ||
698dcdb6 | 8127 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
3e44f09d | 8128 | echo "configure:8129: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 |
10f2d63a | 8129 | |
698dcdb6 VZ |
8130 | ac_ext=C |
8131 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8132 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8133 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8134 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8135 | cross_compiling=$ac_cv_prog_cxx_cross | |
703e0a69 | 8136 | |
698dcdb6 VZ |
8137 | cat > conftest.$ac_ext << EOF |
8138 | ||
3e44f09d | 8139 | #line 8140 "configure" |
10f2d63a VZ |
8140 | #include "confdefs.h" |
8141 | ||
698dcdb6 VZ |
8142 | int main(){return(0);} |
8143 | EOF | |
3e44f09d | 8144 | if { (eval echo configure:8145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
8145 | ac_cv_prog_cxx_works=yes |
8146 | # If we can't run a trivial program, we are probably using a cross compiler. | |
8147 | if (./conftest; exit) 2>/dev/null; then | |
8148 | ac_cv_prog_cxx_cross=no | |
8149 | else | |
8150 | ac_cv_prog_cxx_cross=yes | |
8151 | fi | |
8152 | else | |
8153 | echo "configure: failed program was:" >&5 | |
8154 | cat conftest.$ac_ext >&5 | |
8155 | ac_cv_prog_cxx_works=no | |
8156 | fi | |
8157 | rm -fr conftest* | |
8158 | ac_ext=C | |
8159 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8160 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8161 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8162 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8163 | cross_compiling=$ac_cv_prog_cxx_cross | |
8164 | ||
8165 | echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 | |
8166 | if test $ac_cv_prog_cxx_works = no; then | |
8167 | { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } | |
8168 | fi | |
8169 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
3e44f09d | 8170 | echo "configure:8171: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 |
698dcdb6 VZ |
8171 | echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 |
8172 | cross_compiling=$ac_cv_prog_cxx_cross | |
8173 | ||
8174 | echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 | |
3e44f09d | 8175 | echo "configure:8176: checking whether we are using GNU C++" >&5 |
698dcdb6 VZ |
8176 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then |
8177 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8178 | else | |
8179 | cat > conftest.C <<EOF | |
8180 | #ifdef __GNUC__ | |
8181 | yes; | |
10f2d63a | 8182 | #endif |
698dcdb6 | 8183 | EOF |
3e44f09d | 8184 | if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
698dcdb6 VZ |
8185 | ac_cv_prog_gxx=yes |
8186 | else | |
8187 | ac_cv_prog_gxx=no | |
8188 | fi | |
8189 | fi | |
10f2d63a | 8190 | |
698dcdb6 | 8191 | echo "$ac_t""$ac_cv_prog_gxx" 1>&6 |
10f2d63a | 8192 | |
698dcdb6 VZ |
8193 | if test $ac_cv_prog_gxx = yes; then |
8194 | GXX=yes | |
8195 | else | |
8196 | GXX= | |
8197 | fi | |
10f2d63a | 8198 | |
698dcdb6 VZ |
8199 | ac_test_CXXFLAGS="${CXXFLAGS+set}" |
8200 | ac_save_CXXFLAGS="$CXXFLAGS" | |
8201 | CXXFLAGS= | |
8202 | echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 | |
3e44f09d | 8203 | echo "configure:8204: checking whether ${CXX-g++} accepts -g" >&5 |
698dcdb6 VZ |
8204 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then |
8205 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8206 | else | |
8207 | echo 'void f(){}' > conftest.cc | |
8208 | if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then | |
10f2d63a VZ |
8209 | ac_cv_prog_cxx_g=yes |
8210 | else | |
698dcdb6 | 8211 | ac_cv_prog_cxx_g=no |
10f2d63a | 8212 | fi |
698dcdb6 VZ |
8213 | rm -f conftest* |
8214 | ||
10f2d63a | 8215 | fi |
698dcdb6 VZ |
8216 | |
8217 | echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 | |
10f2d63a | 8218 | if test "$ac_test_CXXFLAGS" = set; then |
698dcdb6 | 8219 | CXXFLAGS="$ac_save_CXXFLAGS" |
10f2d63a VZ |
8220 | elif test $ac_cv_prog_cxx_g = yes; then |
8221 | if test "$GXX" = yes; then | |
8222 | CXXFLAGS="-g -O2" | |
8223 | else | |
8224 | CXXFLAGS="-g" | |
8225 | fi | |
8226 | else | |
8227 | if test "$GXX" = yes; then | |
8228 | CXXFLAGS="-O2" | |
8229 | else | |
8230 | CXXFLAGS= | |
8231 | fi | |
8232 | fi | |
8233 | ||
8234 | ||
698dcdb6 | 8235 | echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 |
3e44f09d | 8236 | echo "configure:8237: checking how to run the C++ preprocessor" >&5 |
1e487827 | 8237 | if test -z "$CXXCPP"; then |
698dcdb6 VZ |
8238 | if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then |
8239 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 8240 | else |
698dcdb6 VZ |
8241 | ac_ext=C |
8242 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8243 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8244 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8245 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8246 | cross_compiling=$ac_cv_prog_cxx_cross | |
8247 | CXXCPP="${CXX-g++} -E" | |
8248 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 8249 | #line 8250 "configure" |
1e487827 | 8250 | #include "confdefs.h" |
698dcdb6 VZ |
8251 | #include <stdlib.h> |
8252 | EOF | |
8253 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3e44f09d | 8254 | { (eval echo configure:8255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
8255 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8256 | if test -z "$ac_err"; then | |
1e487827 VS |
8257 | : |
8258 | else | |
698dcdb6 VZ |
8259 | echo "$ac_err" >&5 |
8260 | echo "configure: failed program was:" >&5 | |
1e487827 | 8261 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
8262 | rm -rf conftest* |
8263 | CXXCPP=/lib/cpp | |
1e487827 | 8264 | fi |
698dcdb6 VZ |
8265 | rm -f conftest* |
8266 | ac_cv_prog_CXXCPP="$CXXCPP" | |
8267 | ac_ext=C | |
8268 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8269 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8270 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8271 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8272 | cross_compiling=$ac_cv_prog_cxx_cross | |
1e487827 | 8273 | fi |
1e487827 | 8274 | fi |
698dcdb6 VZ |
8275 | CXXCPP="$ac_cv_prog_CXXCPP" |
8276 | echo "$ac_t""$CXXCPP" 1>&6 | |
1e487827 | 8277 | |
10f2d63a VZ |
8278 | |
8279 | CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'` | |
8280 | ||
8281 | ac_ext=c | |
698dcdb6 | 8282 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 8283 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
8284 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
8285 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8286 | cross_compiling=$ac_cv_prog_cc_cross | |
8287 | ||
8288 | ||
8289 | # Extract the first word of "ranlib", so it can be a program name with args. | |
8290 | set dummy ranlib; ac_word=$2 | |
8291 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
3e44f09d | 8292 | echo "configure:8293: checking for $ac_word" >&5 |
698dcdb6 VZ |
8293 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
8294 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8295 | else |
8296 | if test -n "$RANLIB"; then | |
8297 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
8298 | else | |
698dcdb6 VZ |
8299 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8300 | ac_dummy="$PATH" | |
8301 | for ac_dir in $ac_dummy; do | |
8302 | test -z "$ac_dir" && ac_dir=. | |
8303 | if test -f $ac_dir/$ac_word; then | |
8304 | ac_cv_prog_RANLIB="ranlib" | |
8305 | break | |
8306 | fi | |
8307 | done | |
8308 | IFS="$ac_save_ifs" | |
8309 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
10f2d63a VZ |
8310 | fi |
8311 | fi | |
698dcdb6 | 8312 | RANLIB="$ac_cv_prog_RANLIB" |
10f2d63a | 8313 | if test -n "$RANLIB"; then |
698dcdb6 | 8314 | echo "$ac_t""$RANLIB" 1>&6 |
10f2d63a | 8315 | else |
698dcdb6 | 8316 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8317 | fi |
8318 | ||
8319 | ||
8320 | # Extract the first word of "ar", so it can be a program name with args. | |
8321 | set dummy ar; ac_word=$2 | |
698dcdb6 | 8322 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 8323 | echo "configure:8324: checking for $ac_word" >&5 |
698dcdb6 VZ |
8324 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
8325 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8326 | else |
8327 | if test -n "$AR"; then | |
8328 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
8329 | else | |
698dcdb6 VZ |
8330 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8331 | ac_dummy="$PATH" | |
8332 | for ac_dir in $ac_dummy; do | |
8333 | test -z "$ac_dir" && ac_dir=. | |
8334 | if test -f $ac_dir/$ac_word; then | |
8335 | ac_cv_prog_AR="ar" | |
8336 | break | |
8337 | fi | |
8338 | done | |
8339 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
8340 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" |
8341 | fi | |
8342 | fi | |
698dcdb6 | 8343 | AR="$ac_cv_prog_AR" |
10f2d63a | 8344 | if test -n "$AR"; then |
698dcdb6 | 8345 | echo "$ac_t""$AR" 1>&6 |
10f2d63a | 8346 | else |
698dcdb6 | 8347 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8348 | fi |
8349 | ||
698dcdb6 | 8350 | |
10f2d63a VZ |
8351 | # Find a good install program. We prefer a C program (faster), |
8352 | # so one script is as good as another. But avoid the broken or | |
8353 | # incompatible versions: | |
8354 | # SysV /etc/install, /usr/sbin/install | |
8355 | # SunOS /usr/etc/install | |
8356 | # IRIX /sbin/install | |
8357 | # AIX /bin/install | |
8358 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
8359 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
8360 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
8361 | # ./install, which can be erroneously created by make from ./install.sh. | |
698dcdb6 | 8362 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
3e44f09d | 8363 | echo "configure:8364: checking for a BSD compatible install" >&5 |
10f2d63a | 8364 | if test -z "$INSTALL"; then |
698dcdb6 VZ |
8365 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
8366 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 8367 | else |
698dcdb6 | 8368 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" |
10f2d63a VZ |
8369 | for ac_dir in $PATH; do |
8370 | # Account for people who put trailing slashes in PATH elements. | |
698dcdb6 VZ |
8371 | case "$ac_dir/" in |
8372 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
10f2d63a VZ |
8373 | *) |
8374 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
8375 | # Don't use installbsd from OSF since it installs stuff as root | |
8376 | # by default. | |
8377 | for ac_prog in ginstall scoinst install; do | |
698dcdb6 | 8378 | if test -f $ac_dir/$ac_prog; then |
10f2d63a | 8379 | if test $ac_prog = install && |
698dcdb6 | 8380 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then |
10f2d63a VZ |
8381 | # AIX install. It has an incompatible calling convention. |
8382 | : | |
8383 | else | |
8384 | ac_cv_path_install="$ac_dir/$ac_prog -c" | |
8385 | break 2 | |
8386 | fi | |
8387 | fi | |
8388 | done | |
8389 | ;; | |
8390 | esac | |
8391 | done | |
698dcdb6 | 8392 | IFS="$ac_save_IFS" |
10f2d63a VZ |
8393 | |
8394 | fi | |
8395 | if test "${ac_cv_path_install+set}" = set; then | |
698dcdb6 | 8396 | INSTALL="$ac_cv_path_install" |
10f2d63a VZ |
8397 | else |
8398 | # As a last resort, use the slow shell script. We don't cache a | |
8399 | # path for INSTALL within a source directory, because that will | |
8400 | # break other packages using the cache if that directory is | |
8401 | # removed, or if the path is relative. | |
698dcdb6 | 8402 | INSTALL="$ac_install_sh" |
10f2d63a VZ |
8403 | fi |
8404 | fi | |
698dcdb6 | 8405 | echo "$ac_t""$INSTALL" 1>&6 |
10f2d63a VZ |
8406 | |
8407 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
8408 | # It thinks the first close brace ends the variable substitution. | |
8409 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
8410 | ||
698dcdb6 | 8411 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
10f2d63a VZ |
8412 | |
8413 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
8414 | ||
698dcdb6 | 8415 | |
10f2d63a VZ |
8416 | # Extract the first word of "strip", so it can be a program name with args. |
8417 | set dummy strip; ac_word=$2 | |
698dcdb6 | 8418 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 8419 | echo "configure:8420: checking for $ac_word" >&5 |
698dcdb6 VZ |
8420 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
8421 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8422 | else |
8423 | if test -n "$STRIP"; then | |
8424 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
8425 | else | |
698dcdb6 VZ |
8426 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8427 | ac_dummy="$PATH" | |
8428 | for ac_dir in $ac_dummy; do | |
8429 | test -z "$ac_dir" && ac_dir=. | |
8430 | if test -f $ac_dir/$ac_word; then | |
8431 | ac_cv_prog_STRIP="strip" | |
8432 | break | |
8433 | fi | |
8434 | done | |
8435 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
8436 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" |
8437 | fi | |
8438 | fi | |
698dcdb6 | 8439 | STRIP="$ac_cv_prog_STRIP" |
10f2d63a | 8440 | if test -n "$STRIP"; then |
698dcdb6 | 8441 | echo "$ac_t""$STRIP" 1>&6 |
10f2d63a | 8442 | else |
698dcdb6 | 8443 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8444 | fi |
8445 | ||
698dcdb6 VZ |
8446 | |
8447 | echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6 | |
3e44f09d | 8448 | echo "configure:8449: checking make for VPATH support" >&5 |
10f2d63a VZ |
8449 | cat - << EOF > confMake |
8450 | check : file | |
8451 | cp \$? \$@ | |
8452 | cp \$? final_file | |
8453 | EOF | |
8454 | ||
8455 | if test ! -d sub ; then | |
8456 | mkdir sub | |
8457 | fi | |
8458 | echo dummy > sub/file | |
f6bcfd97 | 8459 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null |
10f2d63a VZ |
8460 | RESULT=$? |
8461 | rm -f sub/file check final_file confMake | |
8462 | rmdir sub | |
8463 | if test "$RESULT" = 0; then | |
698dcdb6 | 8464 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8465 | else |
698dcdb6 VZ |
8466 | echo "$ac_t""no" 1>&6 |
8467 | { echo "configure: error: | |
1e487827 VS |
8468 | You need a make-utility that is able to use the variable |
8469 | VPATH correctly. | |
8470 | If your version of make does not support VPATH correctly, | |
8471 | please install GNU-make (possibly as gmake), and start | |
8472 | configure with the following command: | |
8473 | export MAKE=gmake; ./configure for sh-type shells | |
8474 | setenv MAKE gmake; ./configure for csh-type shells | |
8475 | Also please do remember to use gmake in this case every time | |
8476 | you are trying to compile. | |
698dcdb6 | 8477 | " 1>&2; exit 1; } |
10f2d63a VZ |
8478 | fi |
8479 | ||
8480 | for ac_prog in 'bison -y' byacc | |
8481 | do | |
698dcdb6 | 8482 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
10f2d63a | 8483 | set dummy $ac_prog; ac_word=$2 |
698dcdb6 | 8484 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 8485 | echo "configure:8486: checking for $ac_word" >&5 |
698dcdb6 VZ |
8486 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
8487 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8488 | else |
8489 | if test -n "$YACC"; then | |
8490 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
8491 | else | |
698dcdb6 VZ |
8492 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8493 | ac_dummy="$PATH" | |
8494 | for ac_dir in $ac_dummy; do | |
8495 | test -z "$ac_dir" && ac_dir=. | |
8496 | if test -f $ac_dir/$ac_word; then | |
8497 | ac_cv_prog_YACC="$ac_prog" | |
8498 | break | |
8499 | fi | |
8500 | done | |
8501 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
8502 | fi |
8503 | fi | |
698dcdb6 | 8504 | YACC="$ac_cv_prog_YACC" |
10f2d63a | 8505 | if test -n "$YACC"; then |
698dcdb6 | 8506 | echo "$ac_t""$YACC" 1>&6 |
10f2d63a | 8507 | else |
698dcdb6 | 8508 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8509 | fi |
8510 | ||
698dcdb6 | 8511 | test -n "$YACC" && break |
10f2d63a VZ |
8512 | done |
8513 | test -n "$YACC" || YACC="yacc" | |
8514 | ||
698dcdb6 VZ |
8515 | |
8516 | # Extract the first word of "flex", so it can be a program name with args. | |
8517 | set dummy flex; ac_word=$2 | |
8518 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
3e44f09d | 8519 | echo "configure:8520: checking for $ac_word" >&5 |
698dcdb6 VZ |
8520 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
8521 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8522 | else |
8523 | if test -n "$LEX"; then | |
8524 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
8525 | else | |
698dcdb6 VZ |
8526 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8527 | ac_dummy="$PATH" | |
8528 | for ac_dir in $ac_dummy; do | |
8529 | test -z "$ac_dir" && ac_dir=. | |
8530 | if test -f $ac_dir/$ac_word; then | |
8531 | ac_cv_prog_LEX="flex" | |
8532 | break | |
8533 | fi | |
8534 | done | |
8535 | IFS="$ac_save_ifs" | |
8536 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" | |
10f2d63a VZ |
8537 | fi |
8538 | fi | |
698dcdb6 | 8539 | LEX="$ac_cv_prog_LEX" |
10f2d63a | 8540 | if test -n "$LEX"; then |
698dcdb6 | 8541 | echo "$ac_t""$LEX" 1>&6 |
10f2d63a | 8542 | else |
698dcdb6 | 8543 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8544 | fi |
8545 | ||
8546 | if test -z "$LEXLIB" | |
8547 | then | |
698dcdb6 VZ |
8548 | case "$LEX" in |
8549 | flex*) ac_lib=fl ;; | |
8550 | *) ac_lib=l ;; | |
8551 | esac | |
8552 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 | |
3e44f09d | 8553 | echo "configure:8554: checking for yywrap in -l$ac_lib" >&5 |
698dcdb6 VZ |
8554 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` |
8555 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
8556 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8557 | else | |
8558 | ac_save_LIBS="$LIBS" | |
8559 | LIBS="-l$ac_lib $LIBS" | |
8560 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 8561 | #line 8562 "configure" |
10f2d63a VZ |
8562 | #include "confdefs.h" |
8563 | /* Override any gcc2 internal prototype to avoid an error. */ | |
8564 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
8565 | builtin and then its argument prototype would still apply. */ |
8566 | char yywrap(); | |
10f2d63a | 8567 | |
698dcdb6 VZ |
8568 | int main() { |
8569 | yywrap() | |
8570 | ; return 0; } | |
8571 | EOF | |
3e44f09d | 8572 | if { (eval echo configure:8573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
8573 | rm -rf conftest* |
8574 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10f2d63a | 8575 | else |
698dcdb6 VZ |
8576 | echo "configure: failed program was:" >&5 |
8577 | cat conftest.$ac_ext >&5 | |
8578 | rm -rf conftest* | |
8579 | eval "ac_cv_lib_$ac_lib_var=no" | |
10f2d63a | 8580 | fi |
698dcdb6 VZ |
8581 | rm -f conftest* |
8582 | LIBS="$ac_save_LIBS" | |
8583 | ||
10f2d63a | 8584 | fi |
698dcdb6 VZ |
8585 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
8586 | echo "$ac_t""yes" 1>&6 | |
8587 | LEXLIB="-l$ac_lib" | |
8588 | else | |
8589 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
8590 | fi |
8591 | ||
8592 | fi | |
8593 | ||
8594 | ||
698dcdb6 | 8595 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 |
3e44f09d | 8596 | echo "configure:8597: checking whether ln -s works" >&5 |
698dcdb6 VZ |
8597 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
8598 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 8599 | else |
698dcdb6 VZ |
8600 | rm -f conftestdata |
8601 | if ln -s X conftestdata 2>/dev/null | |
8602 | then | |
8603 | rm -f conftestdata | |
8604 | ac_cv_prog_LN_S="ln -s" | |
10f2d63a | 8605 | else |
698dcdb6 | 8606 | ac_cv_prog_LN_S=ln |
10f2d63a VZ |
8607 | fi |
8608 | fi | |
698dcdb6 VZ |
8609 | LN_S="$ac_cv_prog_LN_S" |
8610 | if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
8611 | echo "$ac_t""yes" 1>&6 | |
10f2d63a | 8612 | else |
698dcdb6 | 8613 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
8614 | fi |
8615 | ||
8616 | ||
8617 | ||
8618 | SEARCH_INCLUDE="\ | |
8619 | /usr/local/include \ | |
8620 | \ | |
8621 | /usr/Motif-1.2/include \ | |
8622 | /usr/Motif-2.1/include \ | |
8623 | \ | |
8624 | /usr/include/Motif1.2 \ | |
8625 | /opt/xpm/include/X11 \ | |
8626 | /opt/GBxpm/include/ \ | |
8627 | /opt/GBxpm/X11/include/ \ | |
8628 | \ | |
8629 | /usr/Motif1.2/include \ | |
8630 | /usr/dt/include \ | |
afc31813 VZ |
8631 | /usr/openwin/include \ |
8632 | \ | |
10f2d63a VZ |
8633 | /usr/include/Xm \ |
8634 | \ | |
8635 | /usr/X11R6/include \ | |
afc31813 | 8636 | /usr/X11R6.4/include \ |
10f2d63a VZ |
8637 | /usr/X11R5/include \ |
8638 | /usr/X11R4/include \ | |
8639 | \ | |
10f2d63a VZ |
8640 | /usr/include/X11R6 \ |
8641 | /usr/include/X11R5 \ | |
8642 | /usr/include/X11R4 \ | |
8643 | \ | |
8644 | /usr/local/X11R6/include \ | |
8645 | /usr/local/X11R5/include \ | |
8646 | /usr/local/X11R4/include \ | |
8647 | \ | |
8648 | /usr/local/include/X11R6 \ | |
8649 | /usr/local/include/X11R5 \ | |
8650 | /usr/local/include/X11R4 \ | |
8651 | \ | |
8652 | /usr/X11/include \ | |
8653 | /usr/include/X11 \ | |
8654 | /usr/local/X11/include \ | |
8655 | /usr/local/include/X11 \ | |
8656 | \ | |
8657 | /usr/X386/include \ | |
8658 | /usr/x386/include \ | |
8659 | /usr/XFree86/include/X11 \ | |
8660 | \ | |
cf27ef00 | 8661 | X:/XFree86/include \ |
ec14dd32 VZ |
8662 | X:/XFree86/include/X11 \ |
8663 | \ | |
10f2d63a VZ |
8664 | /usr/include/gtk \ |
8665 | /usr/local/include/gtk \ | |
8666 | /usr/include/glib \ | |
8667 | /usr/local/include/glib \ | |
8668 | \ | |
8669 | /usr/include/qt \ | |
8670 | /usr/local/include/qt \ | |
8671 | \ | |
8672 | /usr/include/windows \ | |
8673 | /usr/include/wine \ | |
8674 | /usr/local/include/wine \ | |
8675 | \ | |
8676 | /usr/unsupported/include \ | |
8677 | /usr/athena/include \ | |
8678 | /usr/local/x11r5/include \ | |
8679 | /usr/lpp/Xamples/include \ | |
8680 | \ | |
10f2d63a | 8681 | /usr/openwin/share/include \ |
928b5c08 VZ |
8682 | \ |
8683 | /usr/include" | |
10f2d63a VZ |
8684 | |
8685 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
8686 | ||
698dcdb6 VZ |
8687 | |
8688 | cat > confcache <<\EOF | |
10f2d63a VZ |
8689 | # This file is a shell script that caches the results of configure |
8690 | # tests run on this system so they can be shared between configure | |
698dcdb6 VZ |
8691 | # scripts and configure runs. It is not useful on other systems. |
8692 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 8693 | # |
698dcdb6 VZ |
8694 | # By default, configure uses ./config.cache as the cache file, |
8695 | # creating it if it does not exist already. You can give configure | |
8696 | # the --cache-file=FILE option to use a different cache file; that is | |
8697 | # what configure does when it calls configure scripts in | |
8698 | # subdirectories, so they share the cache. | |
8699 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
8700 | # config.status only pays attention to the cache file if you give it the | |
8701 | # --recheck option to rerun configure. | |
10f2d63a | 8702 | # |
698dcdb6 | 8703 | EOF |
10f2d63a VZ |
8704 | # The following way of writing the cache mishandles newlines in values, |
8705 | # but we know of no workaround that is simple, portable, and efficient. | |
8706 | # So, don't put newlines in cache variables' values. | |
8707 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
8708 | # and sets the high bit in the cache file unless we assign to the vars. | |
698dcdb6 VZ |
8709 | (set) 2>&1 | |
8710 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
8711 | *ac_space=\ *) | |
8712 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
8713 | # turns \\\\ into \\, and sed turns \\ into \). | |
8714 | sed -n \ | |
8715 | -e "s/'/'\\\\''/g" \ | |
8716 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
8717 | ;; | |
8718 | *) | |
8719 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
8720 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
8721 | ;; | |
8722 | esac >> confcache | |
8723 | if cmp -s $cache_file confcache; then | |
8724 | : | |
8725 | else | |
10f2d63a | 8726 | if test -w $cache_file; then |
698dcdb6 VZ |
8727 | echo "updating cache $cache_file" |
8728 | cat confcache > $cache_file | |
10f2d63a VZ |
8729 | else |
8730 | echo "not updating unwritable cache $cache_file" | |
8731 | fi | |
8732 | fi | |
8733 | rm -f confcache | |
8734 | ||
698dcdb6 VZ |
8735 | |
8736 | ||
dad6c0ea VZ |
8737 | AFMINSTALL= |
8738 | ||
10f2d63a | 8739 | if test "$wxUSE_GUI" = "yes"; then |
1e6feb95 | 8740 | USE_GUI=1 |
10f2d63a | 8741 | |
1e6feb95 VZ |
8742 | TOOLKIT= |
8743 | TOOLKIT_INCLUDE= | |
10f2d63a | 8744 | |
1e6feb95 VZ |
8745 | GUI_TK_LIBRARY= |
8746 | GUI_TK_LINK= | |
10f2d63a | 8747 | |
1e6feb95 VZ |
8748 | WXGTK12= |
8749 | WXGTK127= | |
8750 | WXGTK20= | |
10f2d63a | 8751 | |
1e6feb95 | 8752 | WXWINE= |
10f2d63a | 8753 | |
1e6feb95 | 8754 | if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then |
29fd3c0c VS |
8755 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` |
8756 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
3e44f09d | 8757 | echo "configure:8758: checking for windows.h" >&5 |
d4158b5d VS |
8758 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
8759 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8760 | else | |
8761 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 8762 | #line 8763 "configure" |
d4158b5d | 8763 | #include "confdefs.h" |
29fd3c0c | 8764 | #include <windows.h> |
d4158b5d VS |
8765 | EOF |
8766 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3e44f09d | 8767 | { (eval echo configure:8768: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
d4158b5d VS |
8768 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
8769 | if test -z "$ac_err"; then | |
8770 | rm -rf conftest* | |
8771 | eval "ac_cv_header_$ac_safe=yes" | |
8772 | else | |
8773 | echo "$ac_err" >&5 | |
8774 | echo "configure: failed program was:" >&5 | |
8775 | cat conftest.$ac_ext >&5 | |
8776 | rm -rf conftest* | |
8777 | eval "ac_cv_header_$ac_safe=no" | |
8778 | fi | |
8779 | rm -f conftest* | |
8780 | fi | |
8781 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
8782 | echo "$ac_t""yes" 1>&6 | |
29fd3c0c | 8783 | : |
d4158b5d VS |
8784 | else |
8785 | echo "$ac_t""no" 1>&6 | |
d4158b5d | 8786 | |
29fd3c0c VS |
8787 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } |
8788 | ||
8789 | fi | |
10f2d63a | 8790 | |
29fd3c0c | 8791 | |
1e6feb95 VZ |
8792 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw" |
8793 | LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32" | |
f6bcfd97 | 8794 | |
1e6feb95 VZ |
8795 | if test "$wxUSE_ODBC" = "yes" ; then |
8796 | LIBS="$LIBS -lodbc32 -lole32 -loleaut32" | |
8797 | fi | |
10f2d63a | 8798 | |
1e6feb95 VZ |
8799 | if test "$wxUSE_MINGW" = 1; then |
8800 | LDFLAGS="$LDFLAGS -mwindows" | |
8801 | fi | |
32832908 | 8802 | |
1e6feb95 VZ |
8803 | TOOLKIT=MSW |
8804 | GUIDIST=MSW_DIST | |
32832908 | 8805 | |
1e6feb95 VZ |
8806 | RCINCSWITCH="--include-dir" |
8807 | RCDEFSWITCH="--define" | |
8808 | RCPREPROCESSOR="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\"" | |
8809 | RCINPUTSWITCH="-i" | |
8810 | RCOUTPUTSWITCH="-o" | |
8811 | RESFLAGS="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__" | |
32832908 | 8812 | |
1e6feb95 VZ |
8813 | RESPROGRAM="\$(RES_PROGRAM)" |
8814 | fi | |
10f2d63a | 8815 | |
1e6feb95 | 8816 | if test "$wxUSE_GTK" = 1; then |
8168de4c | 8817 | echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6 |
3e44f09d | 8818 | echo "configure:8819: checking for GTK+ version" >&5 |
8168de4c VZ |
8819 | |
8820 | gtk_version_cached=1 | |
8821 | if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then | |
8822 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8823 | else | |
8824 | ||
8825 | gtk_version_cached=0 | |
8826 | echo "$ac_t""""" 1>&6 | |
8827 | ||
8828 | wx_cv_lib_gtk= | |
8829 | if test "x$wxUSE_GTK2" = "xyes"; then | |
8830 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
6f72b082 OK |
8831 | if test "${with_gtk_prefix+set}" = set; then |
8832 | withval="$with_gtk_prefix" | |
8833 | gtk_config_prefix="$withval" | |
8834 | else | |
8835 | gtk_config_prefix="" | |
698dcdb6 | 8836 | fi |
6f72b082 OK |
8837 | |
8838 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
8839 | if test "${with_gtk_exec_prefix+set}" = set; then | |
8840 | withval="$with_gtk_exec_prefix" | |
8841 | gtk_config_exec_prefix="$withval" | |
8842 | else | |
8843 | gtk_config_exec_prefix="" | |
698dcdb6 VZ |
8844 | fi |
8845 | ||
6f72b082 OK |
8846 | # Check whether --enable-gtktest or --disable-gtktest was given. |
8847 | if test "${enable_gtktest+set}" = set; then | |
8848 | enableval="$enable_gtktest" | |
698dcdb6 | 8849 | : |
6f72b082 OK |
8850 | else |
8851 | enable_gtktest=yes | |
698dcdb6 VZ |
8852 | fi |
8853 | ||
6f72b082 | 8854 | |
8168de4c | 8855 | for module in . |
6f72b082 OK |
8856 | do |
8857 | case "$module" in | |
8168de4c | 8858 | gthread) |
6f72b082 OK |
8859 | gtk_config_args="$gtk_config_args gthread" |
8860 | ;; | |
8861 | esac | |
8862 | done | |
8863 | ||
8864 | if test x$gtk_config_exec_prefix != x ; then | |
8865 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
8866 | if test x${GTK_CONFIG_2_0+set} != xset ; then | |
8867 | GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0 | |
8868 | fi | |
8869 | fi | |
8870 | if test x$gtk_config_prefix != x ; then | |
8871 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
8872 | if test x${GTK_CONFIG_2_0+set} != xset ; then | |
8873 | GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0 | |
8874 | fi | |
8875 | fi | |
8876 | ||
8877 | # Extract the first word of "gtk-config-2.0", so it can be a program name with args. | |
8878 | set dummy gtk-config-2.0; ac_word=$2 | |
698dcdb6 | 8879 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 8880 | echo "configure:8881: checking for $ac_word" >&5 |
698dcdb6 VZ |
8881 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then |
8882 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6f72b082 | 8883 | else |
698dcdb6 VZ |
8884 | case "$GTK_CONFIG_2_0" in |
8885 | /*) | |
6f72b082 OK |
8886 | ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path. |
8887 | ;; | |
698dcdb6 VZ |
8888 | ?:/*) |
8889 | ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path. | |
8890 | ;; | |
6f72b082 | 8891 | *) |
698dcdb6 VZ |
8892 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8893 | ac_dummy="$PATH" | |
8894 | for ac_dir in $ac_dummy; do | |
8895 | test -z "$ac_dir" && ac_dir=. | |
8896 | if test -f $ac_dir/$ac_word; then | |
8897 | ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word" | |
8898 | break | |
8899 | fi | |
8900 | done | |
8901 | IFS="$ac_save_ifs" | |
6f72b082 OK |
8902 | test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no" |
8903 | ;; | |
8904 | esac | |
8905 | fi | |
698dcdb6 | 8906 | GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0" |
6f72b082 | 8907 | if test -n "$GTK_CONFIG_2_0"; then |
698dcdb6 | 8908 | echo "$ac_t""$GTK_CONFIG_2_0" 1>&6 |
6f72b082 | 8909 | else |
698dcdb6 | 8910 | echo "$ac_t""no" 1>&6 |
6f72b082 OK |
8911 | fi |
8912 | ||
8913 | min_gtk_version=1.3.1 | |
698dcdb6 | 8914 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
3e44f09d | 8915 | echo "configure:8916: checking for GTK - version >= $min_gtk_version" >&5 |
6f72b082 OK |
8916 | no_gtk="" |
8917 | if test "$GTK_CONFIG_2_0" = "no" ; then | |
8918 | no_gtk=yes | |
8919 | else | |
8920 | GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags` | |
8921 | GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs` | |
8922 | gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ | |
8923 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
8924 | gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ | |
8925 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
8926 | gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ | |
8927 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
8928 | if test "x$enable_gtktest" = "xyes" ; then | |
8929 | ac_save_CFLAGS="$CFLAGS" | |
8930 | ac_save_LIBS="$LIBS" | |
8931 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
8932 | LIBS="$GTK_LIBS $LIBS" | |
8933 | rm -f conf.gtktest | |
8934 | if test "$cross_compiling" = yes; then | |
8935 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
8936 | else | |
698dcdb6 | 8937 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 8938 | #line 8939 "configure" |
6f72b082 OK |
8939 | #include "confdefs.h" |
8940 | ||
8941 | #include <gtk/gtk.h> | |
8942 | #include <stdio.h> | |
8943 | #include <stdlib.h> | |
8944 | ||
8168de4c | 8945 | int |
6f72b082 OK |
8946 | main () |
8947 | { | |
8948 | int major, minor, micro; | |
8949 | char *tmp_version; | |
8950 | ||
8951 | system ("touch conf.gtktest"); | |
8952 | ||
8953 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
8954 | tmp_version = g_strdup("$min_gtk_version"); | |
8955 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
8956 | printf("%s, bad version string\n", "$min_gtk_version"); | |
8957 | exit(1); | |
8958 | } | |
8959 | ||
8960 | if ((gtk_major_version != $gtk_config_major_version) || | |
8961 | (gtk_minor_version != $gtk_config_minor_version) || | |
8962 | (gtk_micro_version != $gtk_config_micro_version)) | |
8963 | { | |
8168de4c | 8964 | printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
6f72b082 OK |
8965 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
8966 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
8967 | printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n"); | |
8968 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
8969 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
8970 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
8971 | printf("*** required on your system.\n"); | |
8972 | printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n"); | |
8973 | printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n"); | |
8974 | printf("*** before re-running configure\n"); | |
8168de4c | 8975 | } |
6f72b082 OK |
8976 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
8977 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
8168de4c | 8978 | (gtk_minor_version != GTK_MINOR_VERSION) || |
6f72b082 OK |
8979 | (gtk_micro_version != GTK_MICRO_VERSION)) |
8980 | { | |
8981 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
8168de4c | 8982 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); |
6f72b082 | 8983 | printf("*** library (version %d.%d.%d)\n", |
8168de4c | 8984 | gtk_major_version, gtk_minor_version, gtk_micro_version); |
6f72b082 OK |
8985 | } |
8986 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
8987 | else | |
8988 | { | |
8989 | if ((gtk_major_version > major) || | |
8990 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
8991 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
8992 | { | |
8993 | return 0; | |
8994 | } | |
8995 | else | |
8996 | { | |
8997 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
8998 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
8999 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
8168de4c | 9000 | major, minor, micro); |
6f72b082 OK |
9001 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); |
9002 | printf("***\n"); | |
9003 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
9004 | printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n"); | |
9005 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
9006 | printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n"); | |
9007 | printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n"); | |
9008 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
9009 | printf("*** so that the correct libraries are found at run-time))\n"); | |
9010 | } | |
9011 | } | |
9012 | return 1; | |
9013 | } | |
9014 | ||
698dcdb6 | 9015 | EOF |
3e44f09d | 9016 | if { (eval echo configure:9017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 | 9017 | then |
6f72b082 OK |
9018 | : |
9019 | else | |
698dcdb6 VZ |
9020 | echo "configure: failed program was:" >&5 |
9021 | cat conftest.$ac_ext >&5 | |
9022 | rm -fr conftest* | |
9023 | no_gtk=yes | |
6f72b082 | 9024 | fi |
698dcdb6 | 9025 | rm -fr conftest* |
6f72b082 | 9026 | fi |
698dcdb6 | 9027 | |
6f72b082 OK |
9028 | CFLAGS="$ac_save_CFLAGS" |
9029 | LIBS="$ac_save_LIBS" | |
9030 | fi | |
9031 | fi | |
9032 | if test "x$no_gtk" = x ; then | |
698dcdb6 | 9033 | echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6 |
8168de4c | 9034 | wx_cv_lib_gtk=2.0 |
6f72b082 | 9035 | else |
698dcdb6 | 9036 | echo "$ac_t""no" 1>&6 |
6f72b082 OK |
9037 | if test "$GTK_CONFIG_2_0" = "no" ; then |
9038 | echo "*** The gtk-config-2.0 script installed by GTK could not be found" | |
9039 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
9040 | echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the" | |
9041 | echo "*** full path to gtk-config-2.0." | |
9042 | else | |
9043 | if test -f conf.gtktest ; then | |
9044 | : | |
9045 | else | |
9046 | echo "*** Could not run GTK test program, checking why..." | |
9047 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
9048 | LIBS="$LIBS $GTK_LIBS" | |
698dcdb6 | 9049 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9050 | #line 9051 "configure" |
6f72b082 OK |
9051 | #include "confdefs.h" |
9052 | ||
9053 | #include <gtk/gtk.h> | |
9054 | #include <stdio.h> | |
9055 | ||
698dcdb6 VZ |
9056 | int main() { |
9057 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
9058 | ; return 0; } | |
9059 | EOF | |
3e44f09d | 9060 | if { (eval echo configure:9061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 | 9061 | rm -rf conftest* |
6f72b082 OK |
9062 | echo "*** The test program compiled, but did not run. This usually means" |
9063 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
9064 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
9065 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
9066 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
9067 | echo "*** is required on your system" | |
8168de4c | 9068 | echo "***" |
6f72b082 OK |
9069 | echo "*** If you have an old version installed, it is best to remove it, although" |
9070 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
9071 | echo "***" | |
9072 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
9073 | echo "*** came with the system with the command" | |
9074 | echo "***" | |
698dcdb6 | 9075 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
6f72b082 | 9076 | else |
698dcdb6 VZ |
9077 | echo "configure: failed program was:" >&5 |
9078 | cat conftest.$ac_ext >&5 | |
9079 | rm -rf conftest* | |
9080 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
6f72b082 OK |
9081 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
9082 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
698dcdb6 | 9083 | echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0" |
6f72b082 | 9084 | fi |
698dcdb6 | 9085 | rm -f conftest* |
6f72b082 OK |
9086 | CFLAGS="$ac_save_CFLAGS" |
9087 | LIBS="$ac_save_LIBS" | |
9088 | fi | |
9089 | fi | |
9090 | GTK_CFLAGS="" | |
9091 | GTK_LIBS="" | |
8168de4c VZ |
9092 | gthread |
9093 | fi | |
9094 | ||
9095 | ||
9096 | rm -f conf.gtktest | |
9097 | ||
9098 | fi | |
9099 | ||
9100 | if test -z "$wx_cv_lib_gtk"; then | |
9101 | ||
10f2d63a VZ |
9102 | if test x$gtk_config_exec_prefix != x ; then |
9103 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
9104 | if test x${GTK_CONFIG+set} != xset ; then | |
9105 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
9106 | fi | |
9107 | fi | |
9108 | if test x$gtk_config_prefix != x ; then | |
9109 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
9110 | if test x${GTK_CONFIG+set} != xset ; then | |
9111 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
9112 | fi | |
9113 | fi | |
9114 | ||
9115 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
9116 | set dummy gtk-config; ac_word=$2 | |
698dcdb6 | 9117 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 9118 | echo "configure:9119: checking for $ac_word" >&5 |
698dcdb6 VZ |
9119 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
9120 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 9121 | else |
698dcdb6 VZ |
9122 | case "$GTK_CONFIG" in |
9123 | /*) | |
f6bcfd97 BP |
9124 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
9125 | ;; | |
698dcdb6 VZ |
9126 | ?:/*) |
9127 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
9128 | ;; | |
f6bcfd97 | 9129 | *) |
698dcdb6 VZ |
9130 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9131 | ac_dummy="$PATH" | |
9132 | for ac_dir in $ac_dummy; do | |
9133 | test -z "$ac_dir" && ac_dir=. | |
9134 | if test -f $ac_dir/$ac_word; then | |
9135 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
9136 | break | |
9137 | fi | |
9138 | done | |
9139 | IFS="$ac_save_ifs" | |
f6bcfd97 BP |
9140 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
9141 | ;; | |
9142 | esac | |
9143 | fi | |
698dcdb6 | 9144 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
f6bcfd97 | 9145 | if test -n "$GTK_CONFIG"; then |
698dcdb6 | 9146 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
f6bcfd97 | 9147 | else |
698dcdb6 | 9148 | echo "$ac_t""no" 1>&6 |
f6bcfd97 BP |
9149 | fi |
9150 | ||
9151 | min_gtk_version=1.2.7 | |
698dcdb6 | 9152 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
3e44f09d | 9153 | echo "configure:9154: checking for GTK - version >= $min_gtk_version" >&5 |
f6bcfd97 BP |
9154 | no_gtk="" |
9155 | if test "$GTK_CONFIG" != "no" ; then | |
9156 | GTK_CFLAGS=`$GTK_CONFIG --cflags` | |
9157 | GTK_LIBS=`$GTK_CONFIG --libs gthread` | |
9158 | ac_save_CFLAGS="$CFLAGS" | |
9159 | ac_save_LIBS="$LIBS" | |
9160 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
9161 | LIBS="$LIBS $GTK_LIBS" | |
9162 | if test "$cross_compiling" = yes; then | |
9163 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
9164 | else | |
698dcdb6 | 9165 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9166 | #line 9167 "configure" |
f6bcfd97 BP |
9167 | #include "confdefs.h" |
9168 | ||
9169 | #include <gtk/gtk.h> | |
9170 | #include <gtk/gtkfeatures.h> | |
9171 | #include <stdio.h> | |
9172 | #include <stdlib.h> | |
9173 | ||
9174 | int | |
9175 | main () | |
9176 | { | |
9177 | int major, minor, micro; | |
9178 | ||
9179 | if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) { | |
9180 | printf("%s, bad version string\n", "$min_gtk_version"); | |
9181 | exit(1); | |
9182 | } | |
9183 | ||
9184 | if ((GTK_MAJOR_VERSION != gtk_major_version) || | |
9185 | (GTK_MINOR_VERSION != gtk_minor_version) || | |
9186 | (GTK_MICRO_VERSION != gtk_micro_version)) { | |
9187 | printf("Headers vs. library version mismatch!\n"); | |
9188 | exit(1); | |
9189 | } | |
9190 | ||
9191 | if (gtk_minor_version == 1) return FALSE; | |
9192 | ||
9193 | return !((gtk_major_version > major) || | |
9194 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
9195 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))); | |
9196 | } | |
9197 | ||
698dcdb6 | 9198 | EOF |
3e44f09d | 9199 | if { (eval echo configure:9200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 | 9200 | then |
f6bcfd97 BP |
9201 | : |
9202 | else | |
698dcdb6 VZ |
9203 | echo "configure: failed program was:" >&5 |
9204 | cat conftest.$ac_ext >&5 | |
9205 | rm -fr conftest* | |
9206 | no_gtk=yes | |
f6bcfd97 | 9207 | fi |
698dcdb6 | 9208 | rm -fr conftest* |
f6bcfd97 | 9209 | fi |
698dcdb6 | 9210 | |
f6bcfd97 BP |
9211 | CFLAGS="$ac_save_CFLAGS" |
9212 | LIBS="$ac_save_LIBS" | |
9213 | else | |
9214 | no_gtk=yes | |
9215 | fi | |
9216 | if test "x$no_gtk" = x ; then | |
698dcdb6 | 9217 | echo "$ac_t""yes" 1>&6 |
8168de4c | 9218 | wx_cv_lib_gtk=1.2.7 |
f6bcfd97 | 9219 | else |
698dcdb6 | 9220 | echo "$ac_t""no" 1>&6 |
f6bcfd97 BP |
9221 | GTK_CFLAGS="" |
9222 | GTK_LIBS="" | |
9223 | : | |
9224 | fi | |
698dcdb6 VZ |
9225 | |
9226 | ||
f6bcfd97 | 9227 | |
8168de4c VZ |
9228 | fi |
9229 | ||
9230 | if test -z "$wx_cv_lib_gtk"; then | |
9231 | ||
f6bcfd97 BP |
9232 | if test x$gtk_config_exec_prefix != x ; then |
9233 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
9234 | if test x${GTK_CONFIG+set} != xset ; then | |
9235 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
9236 | fi | |
9237 | fi | |
9238 | if test x$gtk_config_prefix != x ; then | |
9239 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
9240 | if test x${GTK_CONFIG+set} != xset ; then | |
9241 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
9242 | fi | |
9243 | fi | |
9244 | ||
9245 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
9246 | set dummy gtk-config; ac_word=$2 | |
698dcdb6 | 9247 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
3e44f09d | 9248 | echo "configure:9249: checking for $ac_word" >&5 |
698dcdb6 VZ |
9249 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
9250 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 9251 | else |
698dcdb6 VZ |
9252 | case "$GTK_CONFIG" in |
9253 | /*) | |
10f2d63a VZ |
9254 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
9255 | ;; | |
698dcdb6 VZ |
9256 | ?:/*) |
9257 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
9258 | ;; | |
10f2d63a | 9259 | *) |
698dcdb6 VZ |
9260 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9261 | ac_dummy="$PATH" | |
9262 | for ac_dir in $ac_dummy; do | |
9263 | test -z "$ac_dir" && ac_dir=. | |
9264 | if test -f $ac_dir/$ac_word; then | |
9265 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
9266 | break | |
9267 | fi | |
9268 | done | |
9269 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9270 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
9271 | ;; | |
9272 | esac | |
9273 | fi | |
698dcdb6 | 9274 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
10f2d63a | 9275 | if test -n "$GTK_CONFIG"; then |
698dcdb6 | 9276 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
10f2d63a | 9277 | else |
698dcdb6 | 9278 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9279 | fi |
9280 | ||
04165bec | 9281 | min_gtk_version=1.2.3 |
698dcdb6 | 9282 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
3e44f09d | 9283 | echo "configure:9284: checking for GTK - version >= $min_gtk_version" >&5 |
10f2d63a VZ |
9284 | no_gtk="" |
9285 | if test "$GTK_CONFIG" != "no" ; then | |
9286 | GTK_CFLAGS=`$GTK_CONFIG --cflags` | |
2224580a | 9287 | GTK_LIBS=`$GTK_CONFIG --libs gthread` |
10f2d63a VZ |
9288 | ac_save_CFLAGS="$CFLAGS" |
9289 | ac_save_LIBS="$LIBS" | |
9290 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
9291 | LIBS="$LIBS $GTK_LIBS" | |
9292 | if test "$cross_compiling" = yes; then | |
9293 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
9294 | else | |
698dcdb6 | 9295 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9296 | #line 9297 "configure" |
10f2d63a VZ |
9297 | #include "confdefs.h" |
9298 | ||
9299 | #include <gtk/gtk.h> | |
f49f2b0c | 9300 | #include <gtk/gtkfeatures.h> |
10f2d63a | 9301 | #include <stdio.h> |
32832908 | 9302 | #include <stdlib.h> |
10f2d63a VZ |
9303 | |
9304 | int | |
9305 | main () | |
9306 | { | |
9307 | int major, minor, micro; | |
9308 | ||
9309 | if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) { | |
9310 | printf("%s, bad version string\n", "$min_gtk_version"); | |
9311 | exit(1); | |
9312 | } | |
9313 | ||
f49f2b0c RR |
9314 | if ((GTK_MAJOR_VERSION != gtk_major_version) || |
9315 | (GTK_MINOR_VERSION != gtk_minor_version) || | |
9316 | (GTK_MICRO_VERSION != gtk_micro_version)) { | |
9317 | printf("Headers vs. library version mismatch!\n"); | |
9318 | exit(1); | |
9319 | } | |
9320 | ||
10f2d63a VZ |
9321 | if (gtk_minor_version == 1) return FALSE; |
9322 | ||
9323 | return !((gtk_major_version > major) || | |
9324 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
9325 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))); | |
9326 | } | |
9327 | ||
698dcdb6 | 9328 | EOF |
3e44f09d | 9329 | if { (eval echo configure:9330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 | 9330 | then |
10f2d63a VZ |
9331 | : |
9332 | else | |
698dcdb6 VZ |
9333 | echo "configure: failed program was:" >&5 |
9334 | cat conftest.$ac_ext >&5 | |
9335 | rm -fr conftest* | |
9336 | no_gtk=yes | |
10f2d63a | 9337 | fi |
698dcdb6 | 9338 | rm -fr conftest* |
10f2d63a | 9339 | fi |
698dcdb6 | 9340 | |
10f2d63a VZ |
9341 | CFLAGS="$ac_save_CFLAGS" |
9342 | LIBS="$ac_save_LIBS" | |
9343 | else | |
9344 | no_gtk=yes | |
9345 | fi | |
9346 | if test "x$no_gtk" = x ; then | |
698dcdb6 | 9347 | echo "$ac_t""yes" 1>&6 |
8168de4c | 9348 | wx_cv_lib_gtk=1.2.3 |
10f2d63a | 9349 | else |
698dcdb6 | 9350 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9351 | GTK_CFLAGS="" |
9352 | GTK_LIBS="" | |
7e99ad86 | 9353 | : |
10f2d63a | 9354 | fi |
698dcdb6 VZ |
9355 | |
9356 | ||
10f2d63a | 9357 | |
8168de4c VZ |
9358 | fi |
9359 | ||
9360 | if test -z "$wx_cv_lib_gtk"; then | |
9361 | wx_cv_lib_gtk=none | |
138be253 VZ |
9362 | else |
9363 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
9364 | wx_cv_libs_gtk=$GTK_LIBS | |
8168de4c VZ |
9365 | fi |
9366 | ||
1e6feb95 | 9367 | |
8168de4c | 9368 | fi |
703e0a69 | 9369 | |
698dcdb6 | 9370 | |
8168de4c VZ |
9371 | if test "$gtk_version_cached" = 1; then |
9372 | echo "$ac_t""$wx_cv_lib_gtk" 1>&6 | |
1e6feb95 | 9373 | fi |
698dcdb6 | 9374 | |
8168de4c VZ |
9375 | case "$wx_cv_lib_gtk" in |
9376 | 2.0) WXGTK20=1 | |
9377 | ;; | |
9378 | 1.2.7) WXGTK127=1 | |
d1a8d972 | 9379 | WXGTK12=1 |
8168de4c VZ |
9380 | ;; |
9381 | 1.2.3) WXGTK12=1 | |
9382 | ;; | |
9383 | *) { echo "configure: error: | |
9384 | Please check that gtk-config is in path, the directory | |
9385 | where GTK+ libraries are installed (returned by | |
9386 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
9387 | equivalent variable and GTK+ is version 1.2.3 or above. | |
9388 | " 1>&2; exit 1; } | |
9389 | ;; | |
9390 | esac | |
2224580a | 9391 | |
138be253 | 9392 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" |
11dfaa5f | 9393 | GUI_TK_LIBRARY="$wx_cv_libs_gtk" |
698dcdb6 | 9394 | |
1e6feb95 VZ |
9395 | AFMINSTALL=afminstall |
9396 | TOOLKIT=GTK | |
9397 | GUIDIST=GTK_DIST | |
7ec2881a | 9398 | |
1e6feb95 | 9399 | echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 |
3e44f09d | 9400 | echo "configure:9401: checking for gdk_im_open in -lgdk" >&5 |
698dcdb6 VZ |
9401 | ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` |
9402 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9403 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7ec2881a | 9404 | else |
698dcdb6 | 9405 | ac_save_LIBS="$LIBS" |
7ec2881a | 9406 | LIBS="-lgdk $LIBS" |
698dcdb6 | 9407 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9408 | #line 9409 "configure" |
7ec2881a RR |
9409 | #include "confdefs.h" |
9410 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9411 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
9412 | builtin and then its argument prototype would still apply. */ |
9413 | char gdk_im_open(); | |
9414 | ||
9415 | int main() { | |
9416 | gdk_im_open() | |
9417 | ; return 0; } | |
9418 | EOF | |
3e44f09d | 9419 | if { (eval echo configure:9420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
9420 | rm -rf conftest* |
9421 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9422 | else | |
9423 | echo "configure: failed program was:" >&5 | |
9424 | cat conftest.$ac_ext >&5 | |
9425 | rm -rf conftest* | |
9426 | eval "ac_cv_lib_$ac_lib_var=no" | |
9427 | fi | |
9428 | rm -f conftest* | |
9429 | LIBS="$ac_save_LIBS" | |
9430 | ||
9431 | fi | |
9432 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9433 | echo "$ac_t""yes" 1>&6 | |
9434 | cat >> confdefs.h <<\EOF | |
7ec2881a RR |
9435 | #define HAVE_XIM 1 |
9436 | EOF | |
9437 | ||
698dcdb6 VZ |
9438 | else |
9439 | echo "$ac_t""no" 1>&6 | |
7ec2881a RR |
9440 | fi |
9441 | ||
1e6feb95 | 9442 | fi |
10f2d63a | 9443 | |
1e6feb95 VZ |
9444 | if test "$wxUSE_MGL" = 1; then |
9445 | ||
9446 | echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6 | |
3e44f09d | 9447 | echo "configure:9448: checking for SciTech MGL library" >&5 |
1e6feb95 VZ |
9448 | if test "x$MGL_ROOT" = x ; then |
9449 | echo "$ac_t""not found" 1>&6 | |
9450 | { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; } | |
9451 | else | |
9452 | echo "$ac_t""$MGL_ROOT" 1>&6 | |
9453 | fi | |
9454 | ||
9455 | MGL_OS=linux/gcc/glibc | |
9456 | MGL_LIB_TYPE="" | |
9457 | ||
9458 | if test "$wxUSE_DEBUG_FLAG" = yes ; then | |
9459 | if test -f $MGL_ROOT/lib/debug/$MGL_OS/libmgl.a ; then | |
9460 | MGL_LIB_TYPE=debug | |
9461 | fi | |
9462 | fi | |
9463 | if test "x$MGL_LIB_TYPE" = x ; then | |
9464 | if test -f $MGL_ROOT/lib/release/$MGL_OS/libmgl.a ; then | |
9465 | MGL_LIB_TYPE=release | |
9466 | else | |
9467 | { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; } | |
9468 | fi | |
9469 | fi | |
9470 | ||
9471 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" | |
9472 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$MGL_LIB_TYPE/$MGL_OS -lmgl -lmglcpp -lpm" | |
9473 | ||
9474 | AFMINSTALL=afminstall | |
9475 | TOOLKIT=MGL | |
9476 | GUIDIST=MGL_DIST | |
9477 | fi | |
9478 | ||
9479 | if test "$wxUSE_WINE" = 1; then | |
9480 | echo $ac_n "checking for WINE includes""... $ac_c" 1>&6 | |
3e44f09d | 9481 | echo "configure:9482: checking for WINE includes" >&5 |
1e6feb95 | 9482 | |
10f2d63a VZ |
9483 | ac_find_includes= |
9484 | for ac_dir in $SEARCH_INCLUDE; | |
9485 | do | |
9486 | if test -f "$ac_dir/windows.h"; then | |
9487 | ac_find_includes=$ac_dir | |
9488 | break | |
9489 | fi | |
9490 | done | |
9491 | ||
1e6feb95 VZ |
9492 | if test "$ac_find_includes" != "" ; then |
9493 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
9494 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -I$ac_find_includes" | |
9495 | else | |
9496 | echo "$ac_t""no" 1>&6 | |
9497 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
9498 | fi | |
10f2d63a | 9499 | |
1e6feb95 VZ |
9500 | XPM_LINK="" |
9501 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
3e44f09d | 9502 | echo "configure:9503: checking for Xpm library" >&5 |
1e6feb95 | 9503 | |
10f2d63a VZ |
9504 | ac_find_libraries= |
9505 | for ac_dir in $SEARCH_LIB; | |
9506 | do | |
9507 | for ac_extension in a so sl; do | |
9508 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
9509 | ac_find_libraries=$ac_dir | |
9510 | break 2 | |
9511 | fi | |
9512 | done | |
9513 | done | |
9514 | ||
1e6feb95 VZ |
9515 | if test "$ac_find_libraries" != "" ; then |
9516 | GUI_TK_LIBRARY="-L$ac_find_libraries" | |
9517 | XPM_LINK="-lXpm" | |
9518 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
9519 | #define wxHAVE_LIB_XPM 1 |
9520 | EOF | |
9521 | ||
1e6feb95 VZ |
9522 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
9523 | else | |
9524 | echo "$ac_t""no" 1>&6 | |
9525 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
9526 | fi | |
10f2d63a | 9527 | |
1e6feb95 VZ |
9528 | MESA_LINK="" |
9529 | echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 | |
3e44f09d | 9530 | echo "configure:9531: checking for Mesa library" >&5 |
1e6feb95 | 9531 | |
10f2d63a VZ |
9532 | ac_find_libraries= |
9533 | for ac_dir in $SEARCH_LIB; | |
9534 | do | |
9535 | for ac_extension in a so sl; do | |
9536 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
9537 | ac_find_libraries=$ac_dir | |
9538 | break 2 | |
9539 | fi | |
9540 | done | |
9541 | done | |
9542 | ||
1e6feb95 VZ |
9543 | if test "$ac_find_libraries" != "" ; then |
9544 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries" | |
9545 | MESA_LINK="-lMesaGL" | |
9546 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
9547 | else | |
9548 | { echo "configure: error: no" 1>&2; exit 1; } | |
9549 | fi | |
10f2d63a | 9550 | |
1e6feb95 VZ |
9551 | GUI_TK_LINK="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses" |
9552 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK" | |
9553 | WXWINE=1 | |
9554 | TOOLKIT=MSW | |
9555 | GUIDIST=MSW_DIST | |
9556 | fi | |
698dcdb6 | 9557 | |
1e6feb95 VZ |
9558 | |
9559 | # If we find X, set shell vars x_includes and x_libraries to the | |
698dcdb6 VZ |
9560 | # paths, otherwise set no_x=yes. |
9561 | # Uses ac_ vars as temps to allow command line to override cache and checks. | |
9562 | # --without-x overrides everything else, but does not touch the cache. | |
9563 | echo $ac_n "checking for X""... $ac_c" 1>&6 | |
3e44f09d | 9564 | echo "configure:9565: checking for X" >&5 |
ab9b9eab VZ |
9565 | |
9566 | # Check whether --with-x or --without-x was given. | |
9567 | if test "${with_x+set}" = set; then | |
9568 | withval="$with_x" | |
698dcdb6 VZ |
9569 | : |
9570 | fi | |
ba337fe7 | 9571 | |
ab9b9eab VZ |
9572 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
9573 | if test "x$with_x" = xno; then | |
9574 | # The user explicitly disabled X. | |
9575 | have_x=disabled | |
9576 | else | |
9577 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
9578 | # Both variables are already set. | |
9579 | have_x=yes | |
9580 | else | |
698dcdb6 VZ |
9581 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then |
9582 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab VZ |
9583 | else |
9584 | # One or both of the vars are not set, and there is no cached value. | |
698dcdb6 VZ |
9585 | ac_x_includes=NO ac_x_libraries=NO |
9586 | rm -fr conftestdir | |
9587 | if mkdir conftestdir; then | |
9588 | cd conftestdir | |
ab9b9eab | 9589 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
698dcdb6 | 9590 | cat > Imakefile <<'EOF' |
ab9b9eab VZ |
9591 | acfindx: |
9592 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
9593 | EOF | |
9594 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
9595 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
9596 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
9597 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
10f2d63a | 9598 | for ac_extension in a so sl; do |
ab9b9eab | 9599 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
698dcdb6 | 9600 | test -f $ac_im_libdir/libX11.$ac_extension; then |
ab9b9eab | 9601 | ac_im_usrlibdir=$ac_im_libdir; break |
10f2d63a VZ |
9602 | fi |
9603 | done | |
ab9b9eab VZ |
9604 | # Screen out bogus values from the imake configuration. They are |
9605 | # bogus both because they are the default anyway, and because | |
9606 | # using them would break gcc on systems where it needs fixed includes. | |
698dcdb6 | 9607 | case "$ac_im_incroot" in |
ab9b9eab | 9608 | /usr/include) ;; |
698dcdb6 | 9609 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; |
ab9b9eab | 9610 | esac |
698dcdb6 | 9611 | case "$ac_im_usrlibdir" in |
ab9b9eab | 9612 | /usr/lib | /lib) ;; |
698dcdb6 | 9613 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; |
ab9b9eab | 9614 | esac |
ba337fe7 | 9615 | fi |
ab9b9eab | 9616 | cd .. |
698dcdb6 | 9617 | rm -fr conftestdir |
ab9b9eab | 9618 | fi |
10f2d63a | 9619 | |
698dcdb6 VZ |
9620 | if test "$ac_x_includes" = NO; then |
9621 | # Guess where to find include files, by looking for this one X11 .h file. | |
9622 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
9623 | ||
ab9b9eab | 9624 | # First, try using that file with no special directory specified. |
698dcdb6 | 9625 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9626 | #line 9627 "configure" |
ab9b9eab | 9627 | #include "confdefs.h" |
698dcdb6 VZ |
9628 | #include <$x_direct_test_include> |
9629 | EOF | |
9630 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
3e44f09d | 9631 | { (eval echo configure:9632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
9632 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9633 | if test -z "$ac_err"; then | |
9634 | rm -rf conftest* | |
ab9b9eab VZ |
9635 | # We can compile using X headers with no special include directory. |
9636 | ac_x_includes= | |
9637 | else | |
698dcdb6 VZ |
9638 | echo "$ac_err" >&5 |
9639 | echo "configure: failed program was:" >&5 | |
ab9b9eab | 9640 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
9641 | rm -rf conftest* |
9642 | # Look for the header file in a standard set of common directories. | |
9643 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
9644 | for ac_dir in \ | |
9645 | /usr/X11/include \ | |
9646 | /usr/X11R6/include \ | |
9647 | /usr/X11R5/include \ | |
9648 | /usr/X11R4/include \ | |
9649 | \ | |
9650 | /usr/include/X11 \ | |
9651 | /usr/include/X11R6 \ | |
9652 | /usr/include/X11R5 \ | |
9653 | /usr/include/X11R4 \ | |
9654 | \ | |
9655 | /usr/local/X11/include \ | |
9656 | /usr/local/X11R6/include \ | |
9657 | /usr/local/X11R5/include \ | |
9658 | /usr/local/X11R4/include \ | |
9659 | \ | |
9660 | /usr/local/include/X11 \ | |
9661 | /usr/local/include/X11R6 \ | |
9662 | /usr/local/include/X11R5 \ | |
9663 | /usr/local/include/X11R4 \ | |
9664 | \ | |
9665 | /usr/X386/include \ | |
9666 | /usr/x386/include \ | |
9667 | /usr/XFree86/include/X11 \ | |
9668 | \ | |
9669 | /usr/include \ | |
9670 | /usr/local/include \ | |
9671 | /usr/unsupported/include \ | |
9672 | /usr/athena/include \ | |
9673 | /usr/local/x11r5/include \ | |
9674 | /usr/lpp/Xamples/include \ | |
9675 | \ | |
9676 | /usr/openwin/include \ | |
9677 | /usr/openwin/share/include \ | |
9678 | ; \ | |
9679 | do | |
9680 | if test -r "$ac_dir/$x_direct_test_include"; then | |
9681 | ac_x_includes=$ac_dir | |
9682 | break | |
9683 | fi | |
9684 | done | |
ab9b9eab | 9685 | fi |
698dcdb6 VZ |
9686 | rm -f conftest* |
9687 | fi # $ac_x_includes = NO | |
10f2d63a | 9688 | |
698dcdb6 | 9689 | if test "$ac_x_libraries" = NO; then |
ab9b9eab | 9690 | # Check for the libraries. |
698dcdb6 VZ |
9691 | |
9692 | test -z "$x_direct_test_library" && x_direct_test_library=Xt | |
9693 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
9694 | ||
ab9b9eab VZ |
9695 | # See if we find them without any special options. |
9696 | # Don't add to $LIBS permanently. | |
698dcdb6 VZ |
9697 | ac_save_LIBS="$LIBS" |
9698 | LIBS="-l$x_direct_test_library $LIBS" | |
9699 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 9700 | #line 9701 "configure" |
ab9b9eab | 9701 | #include "confdefs.h" |
698dcdb6 VZ |
9702 | |
9703 | int main() { | |
9704 | ${x_direct_test_function}() | |
9705 | ; return 0; } | |
9706 | EOF | |
3e44f09d | 9707 | if { (eval echo configure:9708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
9708 | rm -rf conftest* |
9709 | LIBS="$ac_save_LIBS" | |
ab9b9eab VZ |
9710 | # We can link X programs with no special library path. |
9711 | ac_x_libraries= | |
9712 | else | |
698dcdb6 VZ |
9713 | echo "configure: failed program was:" >&5 |
9714 | cat conftest.$ac_ext >&5 | |
9715 | rm -rf conftest* | |
9716 | LIBS="$ac_save_LIBS" | |
9717 | # First see if replacing the include by lib works. | |
9718 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
9719 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
9720 | /usr/X11/lib \ | |
9721 | /usr/X11R6/lib \ | |
9722 | /usr/X11R5/lib \ | |
9723 | /usr/X11R4/lib \ | |
9724 | \ | |
9725 | /usr/lib/X11 \ | |
9726 | /usr/lib/X11R6 \ | |
9727 | /usr/lib/X11R5 \ | |
9728 | /usr/lib/X11R4 \ | |
9729 | \ | |
9730 | /usr/local/X11/lib \ | |
9731 | /usr/local/X11R6/lib \ | |
9732 | /usr/local/X11R5/lib \ | |
9733 | /usr/local/X11R4/lib \ | |
9734 | \ | |
9735 | /usr/local/lib/X11 \ | |
9736 | /usr/local/lib/X11R6 \ | |
9737 | /usr/local/lib/X11R5 \ | |
9738 | /usr/local/lib/X11R4 \ | |
9739 | \ | |
9740 | /usr/X386/lib \ | |
9741 | /usr/x386/lib \ | |
9742 | /usr/XFree86/lib/X11 \ | |
9743 | \ | |
9744 | /usr/lib \ | |
9745 | /usr/local/lib \ | |
9746 | /usr/unsupported/lib \ | |
9747 | /usr/athena/lib \ | |
9748 | /usr/local/x11r5/lib \ | |
9749 | /usr/lpp/Xamples/lib \ | |
9750 | /lib/usr/lib/X11 \ | |
9751 | \ | |
9752 | /usr/openwin/lib \ | |
9753 | /usr/openwin/share/lib \ | |
9754 | ; \ | |
ab9b9eab VZ |
9755 | do |
9756 | for ac_extension in a so sl; do | |
698dcdb6 | 9757 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then |
ab9b9eab VZ |
9758 | ac_x_libraries=$ac_dir |
9759 | break 2 | |
10f2d63a | 9760 | fi |
10f2d63a | 9761 | done |
ab9b9eab VZ |
9762 | done |
9763 | fi | |
698dcdb6 VZ |
9764 | rm -f conftest* |
9765 | fi # $ac_x_libraries = NO | |
10f2d63a | 9766 | |
698dcdb6 | 9767 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
ab9b9eab VZ |
9768 | # Didn't find X anywhere. Cache the known absence of X. |
9769 | ac_cv_have_x="have_x=no" | |
9770 | else | |
9771 | # Record where we found X for the cache. | |
9772 | ac_cv_have_x="have_x=yes \ | |
9773 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
9774 | fi | |
9775 | fi | |
10f2d63a | 9776 | fi |
ab9b9eab VZ |
9777 | eval "$ac_cv_have_x" |
9778 | fi # $with_x != no | |
10f2d63a | 9779 | |
ab9b9eab | 9780 | if test "$have_x" != yes; then |
698dcdb6 | 9781 | echo "$ac_t""$have_x" 1>&6 |
ab9b9eab VZ |
9782 | no_x=yes |
9783 | else | |
9784 | # If each of the values was on the command line, it overrides each guess. | |
9785 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
9786 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
9787 | # Update the cache value to reflect the command line values. | |
9788 | ac_cv_have_x="have_x=yes \ | |
9789 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
698dcdb6 | 9790 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 |
ab9b9eab | 9791 | fi |
10f2d63a | 9792 | |
ab9b9eab VZ |
9793 | if test "$no_x" = yes; then |
9794 | # Not all programs may use this symbol, but it does not hurt to define it. | |
698dcdb6 | 9795 | cat >> confdefs.h <<\EOF |
ab9b9eab VZ |
9796 | #define X_DISPLAY_MISSING 1 |
9797 | EOF | |
10f2d63a | 9798 | |
ab9b9eab VZ |
9799 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= |
9800 | else | |
9801 | if test -n "$x_includes"; then | |
9802 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
10f2d63a VZ |
9803 | fi |
9804 | ||
ab9b9eab VZ |
9805 | # It would also be nice to do this for all -L options, not just this one. |
9806 | if test -n "$x_libraries"; then | |
9807 | X_LIBS="$X_LIBS -L$x_libraries" | |
9808 | # For Solaris; some versions of Sun CC require a space after -R and | |
9809 | # others require no space. Words are not sufficient . . . . | |
698dcdb6 | 9810 | case "`(uname -sr) 2>/dev/null`" in |
ab9b9eab | 9811 | "SunOS 5"*) |
698dcdb6 | 9812 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
3e44f09d | 9813 | echo "configure:9814: checking whether -R must be followed by a space" >&5 |
698dcdb6 VZ |
9814 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
9815 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 9816 | #line 9817 "configure" |
ab9b9eab | 9817 | #include "confdefs.h" |
10f2d63a | 9818 | |
698dcdb6 | 9819 | int main() { |
788deba1 | 9820 | |
698dcdb6 VZ |
9821 | ; return 0; } |
9822 | EOF | |
3e44f09d | 9823 | if { (eval echo configure:9824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 | 9824 | rm -rf conftest* |
ab9b9eab VZ |
9825 | ac_R_nospace=yes |
9826 | else | |
698dcdb6 VZ |
9827 | echo "configure: failed program was:" >&5 |
9828 | cat conftest.$ac_ext >&5 | |
9829 | rm -rf conftest* | |
9830 | ac_R_nospace=no | |
ab9b9eab | 9831 | fi |
698dcdb6 | 9832 | rm -f conftest* |
ab9b9eab | 9833 | if test $ac_R_nospace = yes; then |
698dcdb6 | 9834 | echo "$ac_t""no" 1>&6 |
ab9b9eab VZ |
9835 | X_LIBS="$X_LIBS -R$x_libraries" |
9836 | else | |
9837 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
698dcdb6 | 9838 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9839 | #line 9840 "configure" |
ab9b9eab | 9840 | #include "confdefs.h" |
788deba1 | 9841 | |
698dcdb6 | 9842 | int main() { |
ab9b9eab | 9843 | |
698dcdb6 VZ |
9844 | ; return 0; } |
9845 | EOF | |
3e44f09d | 9846 | if { (eval echo configure:9847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 | 9847 | rm -rf conftest* |
ab9b9eab VZ |
9848 | ac_R_space=yes |
9849 | else | |
698dcdb6 VZ |
9850 | echo "configure: failed program was:" >&5 |
9851 | cat conftest.$ac_ext >&5 | |
9852 | rm -rf conftest* | |
9853 | ac_R_space=no | |
ab9b9eab | 9854 | fi |
698dcdb6 | 9855 | rm -f conftest* |
ab9b9eab | 9856 | if test $ac_R_space = yes; then |
698dcdb6 | 9857 | echo "$ac_t""yes" 1>&6 |
ab9b9eab VZ |
9858 | X_LIBS="$X_LIBS -R $x_libraries" |
9859 | else | |
698dcdb6 | 9860 | echo "$ac_t""neither works" 1>&6 |
ab9b9eab VZ |
9861 | fi |
9862 | fi | |
698dcdb6 | 9863 | LIBS="$ac_xsave_LIBS" |
ab9b9eab VZ |
9864 | esac |
9865 | fi | |
9866 | ||
9867 | # Check for system-dependent libraries X programs must link with. | |
9868 | # Do this before checking for the system-independent R6 libraries | |
9869 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
9870 | ||
9871 | if test "$ISC" = yes; then | |
9872 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
9873 | else | |
698dcdb6 VZ |
9874 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
9875 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
ab9b9eab | 9876 | # the Alpha needs dnet_stub (dnet does not exist). |
698dcdb6 | 9877 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
3e44f09d | 9878 | echo "configure:9879: checking for dnet_ntoa in -ldnet" >&5 |
698dcdb6 VZ |
9879 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
9880 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9881 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 9882 | else |
698dcdb6 | 9883 | ac_save_LIBS="$LIBS" |
ab9b9eab | 9884 | LIBS="-ldnet $LIBS" |
698dcdb6 | 9885 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9886 | #line 9887 "configure" |
ab9b9eab VZ |
9887 | #include "confdefs.h" |
9888 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9889 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
9890 | builtin and then its argument prototype would still apply. */ |
9891 | char dnet_ntoa(); | |
9892 | ||
9893 | int main() { | |
9894 | dnet_ntoa() | |
9895 | ; return 0; } | |
9896 | EOF | |
3e44f09d | 9897 | if { (eval echo configure:9898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
9898 | rm -rf conftest* |
9899 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9900 | else | |
9901 | echo "configure: failed program was:" >&5 | |
9902 | cat conftest.$ac_ext >&5 | |
9903 | rm -rf conftest* | |
9904 | eval "ac_cv_lib_$ac_lib_var=no" | |
9905 | fi | |
9906 | rm -f conftest* | |
9907 | LIBS="$ac_save_LIBS" | |
9908 | ||
9909 | fi | |
9910 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9911 | echo "$ac_t""yes" 1>&6 | |
ab9b9eab | 9912 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
698dcdb6 VZ |
9913 | else |
9914 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
9915 | fi |
9916 | ||
9917 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then | |
698dcdb6 | 9918 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
3e44f09d | 9919 | echo "configure:9920: checking for dnet_ntoa in -ldnet_stub" >&5 |
698dcdb6 VZ |
9920 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
9921 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9922 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 9923 | else |
698dcdb6 | 9924 | ac_save_LIBS="$LIBS" |
ab9b9eab | 9925 | LIBS="-ldnet_stub $LIBS" |
698dcdb6 | 9926 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 9927 | #line 9928 "configure" |
ab9b9eab VZ |
9928 | #include "confdefs.h" |
9929 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9930 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
9931 | builtin and then its argument prototype would still apply. */ |
9932 | char dnet_ntoa(); | |
9933 | ||
9934 | int main() { | |
9935 | dnet_ntoa() | |
9936 | ; return 0; } | |
9937 | EOF | |
3e44f09d | 9938 | if { (eval echo configure:9939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
9939 | rm -rf conftest* |
9940 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9941 | else | |
9942 | echo "configure: failed program was:" >&5 | |
9943 | cat conftest.$ac_ext >&5 | |
9944 | rm -rf conftest* | |
9945 | eval "ac_cv_lib_$ac_lib_var=no" | |
9946 | fi | |
9947 | rm -f conftest* | |
9948 | LIBS="$ac_save_LIBS" | |
9949 | ||
9950 | fi | |
9951 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9952 | echo "$ac_t""yes" 1>&6 | |
ab9b9eab | 9953 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
698dcdb6 VZ |
9954 | else |
9955 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
9956 | fi |
9957 | ||
9958 | fi | |
9959 | ||
9960 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | |
9961 | # to get the SysV transport functions. | |
698dcdb6 | 9962 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
ab9b9eab VZ |
9963 | # needs -lnsl. |
9964 | # The nsl library prevents programs from opening the X display | |
698dcdb6 VZ |
9965 | # on Irix 5.2, according to dickey@clark.net. |
9966 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
3e44f09d | 9967 | echo "configure:9968: checking for gethostbyname" >&5 |
698dcdb6 VZ |
9968 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
9969 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9970 | else | |
9971 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 9972 | #line 9973 "configure" |
ab9b9eab VZ |
9973 | #include "confdefs.h" |
9974 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 9975 | which can conflict with char gethostbyname(); below. */ |
ab9b9eab VZ |
9976 | #include <assert.h> |
9977 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9978 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
9979 | builtin and then its argument prototype would still apply. */ |
9980 | char gethostbyname(); | |
9981 | ||
9982 | int main() { | |
ab9b9eab VZ |
9983 | |
9984 | /* The GNU C library defines this for functions which it implements | |
9985 | to always fail with ENOSYS. Some functions are actually named | |
9986 | something starting with __ and the normal name is an alias. */ | |
9987 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
9988 | choke me | |
9989 | #else | |
698dcdb6 | 9990 | gethostbyname(); |
ab9b9eab VZ |
9991 | #endif |
9992 | ||
698dcdb6 VZ |
9993 | ; return 0; } |
9994 | EOF | |
3e44f09d | 9995 | if { (eval echo configure:9996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
9996 | rm -rf conftest* |
9997 | eval "ac_cv_func_gethostbyname=yes" | |
9998 | else | |
9999 | echo "configure: failed program was:" >&5 | |
10000 | cat conftest.$ac_ext >&5 | |
10001 | rm -rf conftest* | |
10002 | eval "ac_cv_func_gethostbyname=no" | |
10003 | fi | |
10004 | rm -f conftest* | |
10005 | fi | |
10006 | ||
10007 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
10008 | echo "$ac_t""yes" 1>&6 | |
10009 | : | |
10010 | else | |
10011 | echo "$ac_t""no" 1>&6 | |
10012 | fi | |
ab9b9eab VZ |
10013 | |
10014 | if test $ac_cv_func_gethostbyname = no; then | |
698dcdb6 | 10015 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
3e44f09d | 10016 | echo "configure:10017: checking for gethostbyname in -lnsl" >&5 |
698dcdb6 VZ |
10017 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
10018 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10019 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 10020 | else |
698dcdb6 | 10021 | ac_save_LIBS="$LIBS" |
ab9b9eab | 10022 | LIBS="-lnsl $LIBS" |
698dcdb6 | 10023 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10024 | #line 10025 "configure" |
ab9b9eab VZ |
10025 | #include "confdefs.h" |
10026 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10027 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10028 | builtin and then its argument prototype would still apply. */ |
10029 | char gethostbyname(); | |
6232543b | 10030 | |
698dcdb6 VZ |
10031 | int main() { |
10032 | gethostbyname() | |
10033 | ; return 0; } | |
10034 | EOF | |
3e44f09d | 10035 | if { (eval echo configure:10036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10036 | rm -rf conftest* |
10037 | eval "ac_cv_lib_$ac_lib_var=yes" | |
703e0a69 | 10038 | else |
698dcdb6 VZ |
10039 | echo "configure: failed program was:" >&5 |
10040 | cat conftest.$ac_ext >&5 | |
10041 | rm -rf conftest* | |
10042 | eval "ac_cv_lib_$ac_lib_var=no" | |
10043 | fi | |
10044 | rm -f conftest* | |
10045 | LIBS="$ac_save_LIBS" | |
1e487827 | 10046 | |
698dcdb6 VZ |
10047 | fi |
10048 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10049 | echo "$ac_t""yes" 1>&6 | |
10050 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
10051 | else | |
10052 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
10053 | fi |
10054 | ||
10055 | fi | |
10056 | ||
10057 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
10058 | # socket/setsockopt and other routines are undefined under SCO ODT | |
10059 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
698dcdb6 VZ |
10060 | # on later versions), says simon@lia.di.epfl.ch: it contains |
10061 | # gethostby* variants that don't use the nameserver (or something). | |
10062 | # -lsocket must be given before -lnsl if both are needed. | |
10063 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
10064 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
3e44f09d | 10065 | echo "configure:10066: checking for connect" >&5 |
698dcdb6 VZ |
10066 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
10067 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10068 | else | |
10069 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 10070 | #line 10071 "configure" |
ab9b9eab VZ |
10071 | #include "confdefs.h" |
10072 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 10073 | which can conflict with char connect(); below. */ |
ab9b9eab VZ |
10074 | #include <assert.h> |
10075 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10076 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10077 | builtin and then its argument prototype would still apply. */ |
10078 | char connect(); | |
10079 | ||
10080 | int main() { | |
ab9b9eab VZ |
10081 | |
10082 | /* The GNU C library defines this for functions which it implements | |
10083 | to always fail with ENOSYS. Some functions are actually named | |
10084 | something starting with __ and the normal name is an alias. */ | |
10085 | #if defined (__stub_connect) || defined (__stub___connect) | |
10086 | choke me | |
10087 | #else | |
698dcdb6 | 10088 | connect(); |
ab9b9eab VZ |
10089 | #endif |
10090 | ||
698dcdb6 VZ |
10091 | ; return 0; } |
10092 | EOF | |
3e44f09d | 10093 | if { (eval echo configure:10094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10094 | rm -rf conftest* |
10095 | eval "ac_cv_func_connect=yes" | |
10096 | else | |
10097 | echo "configure: failed program was:" >&5 | |
10098 | cat conftest.$ac_ext >&5 | |
10099 | rm -rf conftest* | |
10100 | eval "ac_cv_func_connect=no" | |
10101 | fi | |
10102 | rm -f conftest* | |
10103 | fi | |
10104 | ||
10105 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
10106 | echo "$ac_t""yes" 1>&6 | |
10107 | : | |
10108 | else | |
10109 | echo "$ac_t""no" 1>&6 | |
10110 | fi | |
ab9b9eab VZ |
10111 | |
10112 | if test $ac_cv_func_connect = no; then | |
698dcdb6 | 10113 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
3e44f09d | 10114 | echo "configure:10115: checking for connect in -lsocket" >&5 |
698dcdb6 VZ |
10115 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
10116 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10117 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 10118 | else |
698dcdb6 | 10119 | ac_save_LIBS="$LIBS" |
ab9b9eab | 10120 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
698dcdb6 | 10121 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10122 | #line 10123 "configure" |
ab9b9eab VZ |
10123 | #include "confdefs.h" |
10124 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10125 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10126 | builtin and then its argument prototype would still apply. */ |
10127 | char connect(); | |
10128 | ||
10129 | int main() { | |
10130 | connect() | |
10131 | ; return 0; } | |
10132 | EOF | |
3e44f09d | 10133 | if { (eval echo configure:10134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10134 | rm -rf conftest* |
10135 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10136 | else | |
10137 | echo "configure: failed program was:" >&5 | |
10138 | cat conftest.$ac_ext >&5 | |
10139 | rm -rf conftest* | |
10140 | eval "ac_cv_lib_$ac_lib_var=no" | |
10141 | fi | |
10142 | rm -f conftest* | |
10143 | LIBS="$ac_save_LIBS" | |
10144 | ||
10145 | fi | |
10146 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10147 | echo "$ac_t""yes" 1>&6 | |
ab9b9eab | 10148 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
698dcdb6 VZ |
10149 | else |
10150 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
10151 | fi |
10152 | ||
10153 | fi | |
10154 | ||
698dcdb6 VZ |
10155 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
10156 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
3e44f09d | 10157 | echo "configure:10158: checking for remove" >&5 |
698dcdb6 VZ |
10158 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
10159 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 10160 | else |
698dcdb6 | 10161 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10162 | #line 10163 "configure" |
ab9b9eab VZ |
10163 | #include "confdefs.h" |
10164 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 10165 | which can conflict with char remove(); below. */ |
ab9b9eab VZ |
10166 | #include <assert.h> |
10167 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10168 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10169 | builtin and then its argument prototype would still apply. */ |
10170 | char remove(); | |
10171 | ||
10172 | int main() { | |
ab9b9eab VZ |
10173 | |
10174 | /* The GNU C library defines this for functions which it implements | |
10175 | to always fail with ENOSYS. Some functions are actually named | |
10176 | something starting with __ and the normal name is an alias. */ | |
10177 | #if defined (__stub_remove) || defined (__stub___remove) | |
10178 | choke me | |
10179 | #else | |
698dcdb6 | 10180 | remove(); |
ab9b9eab VZ |
10181 | #endif |
10182 | ||
698dcdb6 VZ |
10183 | ; return 0; } |
10184 | EOF | |
3e44f09d | 10185 | if { (eval echo configure:10186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10186 | rm -rf conftest* |
10187 | eval "ac_cv_func_remove=yes" | |
10188 | else | |
10189 | echo "configure: failed program was:" >&5 | |
10190 | cat conftest.$ac_ext >&5 | |
10191 | rm -rf conftest* | |
10192 | eval "ac_cv_func_remove=no" | |
10193 | fi | |
10194 | rm -f conftest* | |
10195 | fi | |
10196 | ||
10197 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
10198 | echo "$ac_t""yes" 1>&6 | |
10199 | : | |
10200 | else | |
10201 | echo "$ac_t""no" 1>&6 | |
10202 | fi | |
ab9b9eab VZ |
10203 | |
10204 | if test $ac_cv_func_remove = no; then | |
698dcdb6 | 10205 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
3e44f09d | 10206 | echo "configure:10207: checking for remove in -lposix" >&5 |
698dcdb6 VZ |
10207 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
10208 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10209 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 10210 | else |
698dcdb6 | 10211 | ac_save_LIBS="$LIBS" |
ab9b9eab | 10212 | LIBS="-lposix $LIBS" |
698dcdb6 | 10213 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10214 | #line 10215 "configure" |
ab9b9eab VZ |
10215 | #include "confdefs.h" |
10216 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10217 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10218 | builtin and then its argument prototype would still apply. */ |
10219 | char remove(); | |
10220 | ||
10221 | int main() { | |
10222 | remove() | |
10223 | ; return 0; } | |
10224 | EOF | |
3e44f09d | 10225 | if { (eval echo configure:10226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10226 | rm -rf conftest* |
10227 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10228 | else | |
10229 | echo "configure: failed program was:" >&5 | |
10230 | cat conftest.$ac_ext >&5 | |
10231 | rm -rf conftest* | |
10232 | eval "ac_cv_lib_$ac_lib_var=no" | |
10233 | fi | |
10234 | rm -f conftest* | |
10235 | LIBS="$ac_save_LIBS" | |
10236 | ||
10237 | fi | |
10238 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10239 | echo "$ac_t""yes" 1>&6 | |
ab9b9eab | 10240 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
698dcdb6 VZ |
10241 | else |
10242 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
10243 | fi |
10244 | ||
10245 | fi | |
10246 | ||
10247 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | |
698dcdb6 | 10248 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
3e44f09d | 10249 | echo "configure:10250: checking for shmat" >&5 |
698dcdb6 VZ |
10250 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
10251 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 10252 | else |
698dcdb6 | 10253 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10254 | #line 10255 "configure" |
ab9b9eab VZ |
10255 | #include "confdefs.h" |
10256 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 10257 | which can conflict with char shmat(); below. */ |
ab9b9eab VZ |
10258 | #include <assert.h> |
10259 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10260 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10261 | builtin and then its argument prototype would still apply. */ |
10262 | char shmat(); | |
10263 | ||
10264 | int main() { | |
ab9b9eab VZ |
10265 | |
10266 | /* The GNU C library defines this for functions which it implements | |
10267 | to always fail with ENOSYS. Some functions are actually named | |
10268 | something starting with __ and the normal name is an alias. */ | |
10269 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
10270 | choke me | |
10271 | #else | |
698dcdb6 | 10272 | shmat(); |
ab9b9eab VZ |
10273 | #endif |
10274 | ||
698dcdb6 VZ |
10275 | ; return 0; } |
10276 | EOF | |
3e44f09d | 10277 | if { (eval echo configure:10278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10278 | rm -rf conftest* |
10279 | eval "ac_cv_func_shmat=yes" | |
10280 | else | |
10281 | echo "configure: failed program was:" >&5 | |
10282 | cat conftest.$ac_ext >&5 | |
10283 | rm -rf conftest* | |
10284 | eval "ac_cv_func_shmat=no" | |
10285 | fi | |
10286 | rm -f conftest* | |
10287 | fi | |
10288 | ||
10289 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
10290 | echo "$ac_t""yes" 1>&6 | |
10291 | : | |
10292 | else | |
10293 | echo "$ac_t""no" 1>&6 | |
10294 | fi | |
ab9b9eab VZ |
10295 | |
10296 | if test $ac_cv_func_shmat = no; then | |
698dcdb6 | 10297 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
3e44f09d | 10298 | echo "configure:10299: checking for shmat in -lipc" >&5 |
698dcdb6 VZ |
10299 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
10300 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10301 | echo $ac_n "(cached) $ac_c" 1>&6 | |
ab9b9eab | 10302 | else |
698dcdb6 | 10303 | ac_save_LIBS="$LIBS" |
ab9b9eab | 10304 | LIBS="-lipc $LIBS" |
698dcdb6 | 10305 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10306 | #line 10307 "configure" |
ab9b9eab VZ |
10307 | #include "confdefs.h" |
10308 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10309 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10310 | builtin and then its argument prototype would still apply. */ |
10311 | char shmat(); | |
10312 | ||
10313 | int main() { | |
10314 | shmat() | |
10315 | ; return 0; } | |
10316 | EOF | |
3e44f09d | 10317 | if { (eval echo configure:10318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10318 | rm -rf conftest* |
10319 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10320 | else | |
10321 | echo "configure: failed program was:" >&5 | |
10322 | cat conftest.$ac_ext >&5 | |
10323 | rm -rf conftest* | |
10324 | eval "ac_cv_lib_$ac_lib_var=no" | |
10325 | fi | |
10326 | rm -f conftest* | |
10327 | LIBS="$ac_save_LIBS" | |
10328 | ||
10329 | fi | |
10330 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10331 | echo "$ac_t""yes" 1>&6 | |
ab9b9eab | 10332 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
698dcdb6 VZ |
10333 | else |
10334 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
10335 | fi |
10336 | ||
10337 | fi | |
10338 | fi | |
10339 | ||
10340 | # Check for libraries that X11R6 Xt/Xaw programs need. | |
698dcdb6 | 10341 | ac_save_LDFLAGS="$LDFLAGS" |
ab9b9eab VZ |
10342 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
10343 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
10344 | # check for ICE first), but we must link in the order -lSM -lICE or | |
10345 | # we get undefined symbols. So assume we have SM if we have ICE. | |
10346 | # These have to be linked with before -lX11, unlike the other | |
10347 | # libraries we check for below, so use a different variable. | |
698dcdb6 VZ |
10348 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
10349 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
3e44f09d | 10350 | echo "configure:10351: checking for IceConnectionNumber in -lICE" >&5 |
698dcdb6 VZ |
10351 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
10352 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10353 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10354 | else | |
10355 | ac_save_LIBS="$LIBS" | |
ab9b9eab | 10356 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
698dcdb6 | 10357 | cat > conftest.$ac_ext <<EOF |
3e44f09d | 10358 | #line 10359 "configure" |
ab9b9eab VZ |
10359 | #include "confdefs.h" |
10360 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10361 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
10362 | builtin and then its argument prototype would still apply. */ |
10363 | char IceConnectionNumber(); | |
10364 | ||
10365 | int main() { | |
10366 | IceConnectionNumber() | |
10367 | ; return 0; } | |
10368 | EOF | |
3e44f09d | 10369 | if { (eval echo configure:10370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
10370 | rm -rf conftest* |
10371 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10372 | else | |
10373 | echo "configure: failed program was:" >&5 | |
10374 | cat conftest.$ac_ext >&5 | |
10375 | rm -rf conftest* | |
10376 | eval "ac_cv_lib_$ac_lib_var=no" | |
10377 | fi | |
10378 | rm -f conftest* | |
10379 | LIBS="$ac_save_LIBS" | |
10380 | ||
10381 | fi | |
10382 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10383 | echo "$ac_t""yes" 1>&6 | |
ab9b9eab | 10384 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
698dcdb6 VZ |
10385 | else |
10386 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
10387 | fi |
10388 | ||
698dcdb6 | 10389 | LDFLAGS="$ac_save_LDFLAGS" |
ab9b9eab VZ |
10390 | |
10391 | fi | |
10392 | ||
1e6feb95 VZ |
10393 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
10394 | LDFLAGS="$LDFLAGS $X_LIBS" | |
ab9b9eab | 10395 | |
1e6feb95 VZ |
10396 | if test "$wxUSE_MOTIF" = 1; then |
10397 | if test "$no_x" = "yes"; then | |
10398 | { echo "configure: error: X11 not found" 1>&2; exit 1; } | |
10399 | fi | |
ab9b9eab | 10400 | |
1e6feb95 VZ |
10401 | GUI_TK_LIBRARY="$X_LIBS" |
10402 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
ab9b9eab | 10403 | |
1e6feb95 | 10404 | AFMINSTALL=afminstall |
dad6c0ea | 10405 | |
1e6feb95 VZ |
10406 | |
10407 | COMPILED_X_PROGRAM=0 | |
cd6d6d5b | 10408 | |
1e6feb95 | 10409 | echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 |
3e44f09d | 10410 | echo "configure:10411: checking for Motif/Lesstif headers" >&5 |
1e6feb95 | 10411 | |
ab9b9eab VZ |
10412 | ac_find_includes= |
10413 | for ac_dir in $SEARCH_INCLUDE; | |
10414 | do | |
10415 | if test -f "$ac_dir/Xm/Xm.h"; then | |
10416 | ac_find_includes=$ac_dir | |
10417 | break | |
10418 | fi | |
10419 | done | |
10420 | ||
1e6feb95 VZ |
10421 | if test "$ac_find_includes" != "" ; then |
10422 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
10423 | else | |
10424 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 10425 | #line 10426 "configure" |
cd6d6d5b VZ |
10426 | #include "confdefs.h" |
10427 | ||
1e6feb95 VZ |
10428 | #include <Xm/Xm.h> |
10429 | ||
698dcdb6 | 10430 | int main() { |
cd6d6d5b | 10431 | |
1e6feb95 | 10432 | int version; |
cd6d6d5b | 10433 | |
1e6feb95 VZ |
10434 | version = xmUseVersion; |
10435 | ||
698dcdb6 VZ |
10436 | ; return 0; } |
10437 | EOF | |
3e44f09d | 10438 | if { (eval echo configure:10439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
10439 | rm -rf conftest* |
10440 | ||
1e6feb95 VZ |
10441 | echo "$ac_t""found in default search path" 1>&6 |
10442 | COMPILED_X_PROGRAM=1 | |
10443 | ||
cd6d6d5b | 10444 | else |
698dcdb6 VZ |
10445 | echo "configure: failed program was:" >&5 |
10446 | cat conftest.$ac_ext >&5 | |
10447 | rm -rf conftest* | |
10448 | ||
1e6feb95 VZ |
10449 | echo "$ac_t""no" 1>&6 |
10450 | { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } | |
10451 | ||
698dcdb6 | 10452 | |
cd6d6d5b | 10453 | fi |
698dcdb6 | 10454 | rm -f conftest* |
1e6feb95 | 10455 | fi |
ab9b9eab | 10456 | |
1e6feb95 VZ |
10457 | if test "$COMPILED_X_PROGRAM" = 0; then |
10458 | echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 | |
3e44f09d | 10459 | echo "configure:10460: checking for Motif/Lesstif library" >&5 |
1e6feb95 | 10460 | |
ab9b9eab VZ |
10461 | ac_find_libraries= |
10462 | for ac_dir in $SEARCH_LIB; | |
10463 | do | |
10464 | for ac_extension in a so sl; do | |
10465 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
10466 | ac_find_libraries=$ac_dir | |
10467 | break 2 | |
10468 | fi | |
10469 | done | |
10470 | done | |
10471 | ||
1e6feb95 VZ |
10472 | if test "$ac_find_libraries" != "" ; then |
10473 | ||
ab9b9eab VZ |
10474 | ac_path_to_include=$ac_find_includes |
10475 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
10476 | result=$? | |
10477 | if test $result = 0; then | |
10478 | ac_path_to_include="" | |
10479 | else | |
10480 | ac_path_to_include="-I$ac_find_includes" | |
10481 | fi | |
10482 | ||
1e6feb95 | 10483 | |
ab9b9eab VZ |
10484 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
10485 | result=$? | |
10486 | if test $result = 0; then | |
10487 | ac_path_to_link="" | |
10488 | else | |
10489 | ac_path_to_link="-L$ac_find_libraries" | |
10490 | fi | |
10491 | ||
698dcdb6 | 10492 | |
1e6feb95 VZ |
10493 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" |
10494 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include" | |
10495 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
10496 | else | |
10497 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 10498 | #line 10499 "configure" |
cd6d6d5b | 10499 | #include "confdefs.h" |
ab9b9eab | 10500 | |
1e6feb95 VZ |
10501 | #include <Xm/Xm.h> |
10502 | ||
698dcdb6 | 10503 | int main() { |
ab9b9eab | 10504 | |
1e6feb95 | 10505 | int version; |
ab9b9eab | 10506 | |
1e6feb95 VZ |
10507 | version = xmUseVersion; |
10508 | ||
698dcdb6 VZ |
10509 | ; return 0; } |
10510 | EOF | |
3e44f09d | 10511 | if { (eval echo configure:10512: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
10512 | rm -rf conftest* |
10513 | ||
1e6feb95 VZ |
10514 | echo "$ac_t""found in default search path" 1>&6 |
10515 | COMPILED_X_PROGRAM=1 | |
10516 | ||
cd6d6d5b | 10517 | else |
698dcdb6 VZ |
10518 | echo "configure: failed program was:" >&5 |
10519 | cat conftest.$ac_ext >&5 | |
10520 | rm -rf conftest* | |
10521 | ||
1e6feb95 VZ |
10522 | echo "$ac_t""no" 1>&6 |
10523 | { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } | |
10524 | ||
698dcdb6 | 10525 | |
cd6d6d5b | 10526 | fi |
698dcdb6 | 10527 | rm -f conftest* |
1e6feb95 | 10528 | fi |
cd6d6d5b | 10529 | fi |
ab9b9eab | 10530 | |
1e6feb95 VZ |
10531 | |
10532 | XPM_LINK="" | |
10533 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
3e44f09d | 10534 | echo "configure:10535: checking for Xpm library" >&5 |
1e6feb95 | 10535 | |
ab9b9eab VZ |
10536 | ac_find_libraries= |
10537 | for ac_dir in $SEARCH_LIB; | |
10538 | do | |
10539 | for ac_extension in a so sl; do | |
10540 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
10541 | ac_find_libraries=$ac_dir | |
10542 | break 2 | |
10543 | fi | |
10544 | done | |
10545 | done | |
10546 | ||
1e6feb95 VZ |
10547 | if test "$ac_find_libraries" != "" ; then |
10548 | ||
ab9b9eab VZ |
10549 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
10550 | result=$? | |
10551 | if test $result = 0; then | |
10552 | ac_path_to_link="" | |
10553 | else | |
10554 | ac_path_to_link="-L$ac_find_libraries" | |
10555 | fi | |
10556 | ||
1e6feb95 VZ |
10557 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link" |
10558 | XPM_LINK="-lXpm " | |
10559 | cat >> confdefs.h <<\EOF | |
ab9b9eab VZ |
10560 | #define wxHAVE_LIB_XPM 1 |
10561 | EOF | |
10562 | ||
1e6feb95 VZ |
10563 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
10564 | else | |
10565 | cat > conftest.$ac_ext <<EOF | |
3e44f09d | 10566 | #line 10567 "configure" |
cd6d6d5b VZ |
10567 | #include "confdefs.h" |
10568 | ||
1e6feb95 VZ |
10569 | #include <X11/xpm.h> |
10570 | ||
698dcdb6 | 10571 | int main() { |
cd6d6d5b | 10572 | |
1e6feb95 | 10573 | int version; |
cd6d6d5b | 10574 | |
1e6feb95 VZ |
10575 | version = XpmLibraryVersion(); |
10576 | ||
698dcdb6 VZ |
10577 | ; return 0; } |
10578 | EOF | |
3e44f09d | 10579 | if { (eval echo configure:10580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
10580 | rm -rf conftest* |
10581 | ||
1e6feb95 VZ |
10582 | XPM_LINK="-lXpm " |
10583 | cat >> confdefs.h <<\EOF | |
3ace2e6d SN |
10584 | #define wxHAVE_LIB_XPM 1 |
10585 | EOF | |
10586 | ||
1e6feb95 VZ |
10587 | echo "$ac_t""found in default search path" 1>&6 |
10588 | COMPILED_X_PROGRAM=0 | |
10589 | ||
cd6d6d5b | 10590 | else |
698dcdb6 VZ |
10591 | echo "configure: failed program was:" >&5 |
10592 | cat conftest.$ac_ext >&5 | |
10593 | rm -rf conftest* | |
10594 | ||
1e6feb95 VZ |
10595 | echo "$ac_t""no" 1>&6 |
10596 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
10597 | ||
698dcdb6 | 10598 | |
cd6d6d5b | 10599 | fi |
698dcdb6 | 10600 | rm -f conftest* |
1e6feb95 VZ |
10601 | fi |
10602 | ||
10603 | GUI_TK_LINK="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11" | |
10604 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $GUI_TK_LINK" | |
10605 | TOOLKIT=MOTIF | |
10606 | GUIDIST=MOTIF_DIST | |
ab9b9eab VZ |
10607 | fi |
10608 | ||
1e6feb95 VZ |
10609 | if test "$wxUSE_MAC" = 1; then |
10610 | TOOLKIT=MAC | |
10611 | GUIDIST=MACX_DIST | |
10612 | fi | |
10f2d63a | 10613 | |
1e6feb95 VZ |
10614 | if test "$wxUSE_PM" = 1; then |
10615 | TOOLKIT=PM | |
10616 | GUIDIST=GTK_DIST | |
10617 | fi | |
b4085ce6 | 10618 | |
1e6feb95 VZ |
10619 | if test "$TOOLKIT" != "PM" ; then |
10620 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
10621 | else | |
10622 | TOOLKIT_DIR="os2" | |
10623 | fi | |
e07802fc | 10624 | |
1e6feb95 | 10625 | TOOLKIT_NAME="${TOOLKIT_DIR}" |
10f2d63a | 10626 | |
1e6feb95 VZ |
10627 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}" |
10628 | ||
10629 | if test "$TOOLKIT_NAME" = "motif"; then | |
10630 | TOOLKIT_VPATH="${TOOLKIT_VPATH}${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" | |
10631 | fi | |
10632 | ||
10633 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
10634 | TOOLKIT_NAME="${TOOLKIT_NAME}univ" | |
10635 | UNIV_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes" | |
10636 | TOOLKIT_VPATH="${UNIV_VPATH}${PATH_IFS}${TOOLKIT_VPATH}" | |
10637 | SETUPH_DIR="univ" | |
f6bcfd97 | 10638 | else |
1e6feb95 VZ |
10639 | SETUPH_DIR="${TOOLKIT_DIR}" |
10640 | fi | |
10641 | ||
10642 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then | |
10643 | TOOLKIT_NAME="${TOOLKIT_NAME}d" | |
f6bcfd97 BP |
10644 | fi |
10645 | ||
2224580a | 10646 | TOOLKIT_DEF="-D__WX${TOOLKIT}__" |
1e6feb95 VZ |
10647 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
10648 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXUNIVERSAL__" | |
10649 | fi | |
10f2d63a | 10650 | |
f6bcfd97 | 10651 | WX_LIBRARY="wx_${TOOLKIT_NAME}" |
10f2d63a | 10652 | |
1e6feb95 VZ |
10653 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
10654 | ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}" | |
10655 | else | |
10656 | ALL_OBJECTS="\$(GUIOBJS)" | |
10657 | fi | |
10658 | ||
10659 | ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)" | |
10660 | ||
10661 | if test "$TOOLKIT" != "MSW"; then | |
10662 | ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)" | |
10663 | fi | |
10664 | ||
10665 | if test "$wxUSE_HTML" = "yes"; then | |
10666 | ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)" | |
10667 | fi | |
3fcdd07b | 10668 | |
1e6feb95 VZ |
10669 | if test "$TOOLKIT" != "MSW"; then |
10670 | if test "$wxUSE_ODBC" = "yes" ; then | |
10671 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
10672 | fi | |
3fcdd07b VZ |
10673 | fi |
10674 | ||
831b3152 VZ |
10675 | if test "x$REGEX_INCLUDE" != "x" ; then |
10676 | ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)" | |
10677 | fi | |
10678 | ||
d9d8273d | 10679 | if test "$wxUSE_LIBJPEG" = "yes" ; then |
2224580a | 10680 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" |
d9d8273d RR |
10681 | fi |
10682 | if test "$wxUSE_LIBTIFF" = "yes" ; then | |
10683 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
10684 | fi | |
10685 | if test "$wxUSE_LIBPNG" = "yes" ; then | |
10686 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
10687 | fi | |
10688 | if test "$wxUSE_ZLIB" = "yes" ; then | |
10689 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
10690 | fi | |
3fed1840 RR |
10691 | if test "$wxUSE_FREETYPE" = "yes" ; then |
10692 | ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)" | |
10693 | fi | |
2224580a | 10694 | |
1e6feb95 VZ |
10695 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
10696 | ALL_DEPFILES="\$(GUI_LOWLEVEL_DEPS) \$(UNIVDEPS)" | |
10697 | else | |
10698 | ALL_DEPFILES="\$(GUIDEPS)" | |
10699 | fi | |
10700 | ||
10701 | ALL_DEPFILES="${ALL_DEPFILES} \$(COMMONDEPS) \$(GENERICDEPS)" | |
10702 | ||
10703 | if test "$TOOLKIT" != "MSW"; then | |
10704 | ALL_DEPFILES="${ALL_DEPFILES} \$(UNIXDEPS)" | |
10705 | fi | |
10706 | ||
10707 | if test "$wxUSE_HTML" = "yes"; then | |
10708 | ALL_DEPFILES="${ALL_DEPFILES} \$(HTMLDEPS)" | |
10709 | fi | |
10710 | ||
879df073 | 10711 | PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst" |
1e6feb95 | 10712 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
879df073 | 10713 | PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst" |
1e6feb95 | 10714 | fi |
2224580a VZ |
10715 | RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst" |
10716 | RPM_SPEC="wx\$(TOOLKIT).spec" | |
10717 | ||
10718 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
10719 | DISTDIR="wx\$(TOOLKIT)" | |
10f2d63a | 10720 | else |
dad6c0ea VZ |
10721 | USE_GUI=0 |
10722 | ||
f6bcfd97 BP |
10723 | TOOLKIT_DIR="base" |
10724 | ||
0b2effe9 VZ |
10725 | TOOLKIT_VPATH="." |
10726 | ||
f6bcfd97 BP |
10727 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then |
10728 | TOOLKIT_NAME="${TOOLKIT_DIR}d" | |
10729 | else | |
10730 | TOOLKIT_NAME="${TOOLKIT_DIR}" | |
10731 | fi | |
10732 | ||
07eb77a6 RL |
10733 | TOOLKIT_DEF="-D__WXBASE__" |
10734 | ||
b4085ce6 GD |
10735 | ALL_OBJECTS="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)" |
10736 | ALL_DEPFILES="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)" | |
10f2d63a | 10737 | |
0b2effe9 VZ |
10738 | if test "x$REGEX_INCLUDE" != "x" ; then |
10739 | ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)" | |
10740 | fi | |
10741 | ||
a20b6d3a VZ |
10742 | if test "$wxUSE_ZLIB" = "yes" ; then |
10743 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
10744 | fi | |
10745 | ||
f6bcfd97 | 10746 | WX_LIBRARY="wx_${TOOLKIT_NAME}" |
2224580a | 10747 | |
831b3152 | 10748 | PORT_FILES="\${top_srcdir}/src/files.lst" |
2224580a VZ |
10749 | RPM_FILES="src/rpmfiles.lst" |
10750 | RPM_SPEC="wxBase.spec" | |
10751 | ||
10752 | GUIDIST="BASE_DIST" | |
10753 | DISTDIR="wxBase" | |
10f2d63a VZ |
10754 | fi |
10755 | ||
10756 | WX_LIBRARY_NAME="lib${WX_LIBRARY}.la" | |
bdad4e7e | 10757 | WX_LIBRARY_NAME_GL="lib${WX_LIBRARY}_gl.la" |
10f2d63a VZ |
10758 | |
10759 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
bdad4e7e | 10760 | WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a" |
10f2d63a VZ |
10761 | |
10762 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
bdad4e7e | 10763 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" |
10f2d63a VZ |
10764 | |
10765 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}" | |
10766 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.so" | |
10767 | WX_LIBRARY_LINK3="lib${WX_LIBRARY}.so" | |
bdad4e7e RR |
10768 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so.${WX_CURRENT}" |
10769 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.so" | |
10770 | WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.so" | |
10f2d63a VZ |
10771 | |
10772 | SHARED_LD= | |
10773 | PIC_FLAG= | |
10774 | WX_ALL= | |
10775 | WX_ALL_INSTALLED= | |
1d62a8b4 | 10776 | BURNT_LIBRARY_NAME= |
f6bcfd97 | 10777 | WX_TARGET_LIBRARY_SONAME= |
10f2d63a | 10778 | |
698dcdb6 | 10779 | |
10f2d63a VZ |
10780 | if test "$wxUSE_SHARED" = "yes"; then |
10781 | case "${host}" in | |
10782 | *-hp-hpux* ) | |
10783 | if test "$GCC" = yes ; then | |
69ffe1d2 | 10784 | SHARED_LD="${CC} -shared -fPIC -o" |
10f2d63a VZ |
10785 | PIC_FLAG="-fPIC" |
10786 | else | |
f6bcfd97 BP |
10787 | LDFLAGS="-L/usr/lib" |
10788 | ||
10f2d63a VZ |
10789 | SHARED_LD="${CXX} -b -o" |
10790 | PIC_FLAG="+Z" | |
10791 | fi | |
f6bcfd97 BP |
10792 | WX_LIBRARY_NAME_SHARED="libwx_${TOOLKIT_NAME}.sl" |
10793 | WX_LIBRARY_NAME_SHARED_GL="libwx_${TOOLKIT_NAME}_gl.sl" | |
c661ecca | 10794 | if test "$wxUSE_OPENGL" = "yes"; then |
f6bcfd97 | 10795 | WX_ALL_INSTALLED="preinstall_gl" |
c661ecca RR |
10796 | WX_ALL="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}" |
10797 | else | |
10798 | WX_ALL="${WX_LIBRARY_NAME_SHARED}" | |
10799 | fi | |
10f2d63a | 10800 | ;; |
b12915c1 VZ |
10801 | |
10802 | *-*-linux* ) | |
10f2d63a VZ |
10803 | SHARED_LD="${CC} -shared -o" |
10804 | PIC_FLAG="-fPIC" | |
00cf1208 | 10805 | if test "$wxUSE_BURNT_NAME" = "yes" ; then |
05cdfc6f | 10806 | BURNT_LIBRARY_NAME="-Wl,-soname,${WX_LIBRARY_LINK1}" |
bdad4e7e | 10807 | BURNT_LIBRARY_NAME_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}" |
f6bcfd97 | 10808 | WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)" |
00cf1208 | 10809 | fi |
c661ecca RR |
10810 | if test "$wxUSE_OPENGL" = "yes"; then |
10811 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
10812 | WX_ALL="CREATE_LINKS CREATE_LINKS_GL" | |
10813 | else | |
10814 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10815 | WX_ALL="CREATE_LINKS" | |
422107f9 | 10816 | fi |
00cf1208 | 10817 | ;; |
10f2d63a VZ |
10818 | *-*-irix5* | *-*-irix6* ) |
10819 | if test "$GCC" = yes ; then | |
10820 | SHARED_LD="${CC} -shared -o" | |
10821 | PIC_FLAG="-fPIC" | |
10822 | else | |
10823 | SHARED_LD="${CXX} -shared -o" | |
10824 | fi | |
c661ecca RR |
10825 | if test "$wxUSE_OPENGL" = "yes"; then |
10826 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
10827 | WX_ALL="CREATE_LINKS CREATE_LINKS_GL" | |
10828 | else | |
10829 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10830 | WX_ALL="CREATE_LINKS" | |
422107f9 | 10831 | fi |
10f2d63a VZ |
10832 | ;; |
10833 | *-*-solaris2* ) | |
10834 | if test "$GCC" = yes ; then | |
10835 | SHARED_LD="${CC} -shared -o" | |
10836 | PIC_FLAG="-fPIC" | |
f6bcfd97 BP |
10837 | |
10838 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
10f2d63a VZ |
10839 | else |
10840 | SHARED_LD="${CXX} -G -o" | |
10841 | PIC_FLAG="-KPIC" | |
10842 | fi | |
c661ecca RR |
10843 | if test "$wxUSE_OPENGL" = "yes"; then |
10844 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
10845 | WX_ALL="CREATE_LINKS CREATE_LINKS_GL" | |
10846 | else | |
10847 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10848 | WX_ALL="CREATE_LINKS" | |
10849 | fi | |
10f2d63a VZ |
10850 | ;; |
10851 | *-*-sunos4* ) | |
10852 | SHARED_LD="${CC} -shared -o" | |
10853 | PIC_FLAG="-fPIC" | |
10854 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10855 | WX_ALL="CREATE_LINKS" | |
10856 | ;; | |
95c8801c | 10857 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* ) |
10f2d63a VZ |
10858 | SHARED_LD="${CC} -shared -o" |
10859 | PIC_FLAG="-fPIC" | |
37d403aa JS |
10860 | if test "$wxUSE_OPENGL" = "yes"; then |
10861 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
10862 | WX_ALL="CREATE_LINKS CREATE_LINKS_GL" | |
10863 | else | |
10864 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10865 | WX_ALL="CREATE_LINKS" | |
10866 | fi | |
10f2d63a | 10867 | ;; |
b4085ce6 | 10868 | *-*-darwin* ) |
ea5999b9 GD |
10869 | SHARED_LD="${CXX} -dynamiclib -o" |
10870 | PIC_FLAG="-dynamic -fPIC" | |
b4085ce6 GD |
10871 | if test "$wxUSE_OPENGL" = "yes"; then |
10872 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
10873 | WX_ALL="CREATE_LINKS CREATE_LINKS_GL" | |
10874 | else | |
10875 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10876 | WX_ALL="CREATE_LINKS" | |
10877 | fi | |
1e6feb95 VZ |
10878 | WX_ALL="${WX_ALL} ./lib/lib${WX_LIBRARY}-${WX_RELEASE}.r" |
10879 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}-${WX_RELEASE}.dylib.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
10880 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
10881 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}-${WX_RELEASE}.dylib.${WX_CURRENT}" | |
10882 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}-${WX_RELEASE}.dylib" | |
10883 | WX_LIBRARY_LINK3="lib${WX_LIBRARY}.dylib" | |
10884 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib.${WX_CURRENT}" | |
10885 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY}_gl-${WX_RELEASE}.dylib" | |
10886 | WX_LIBRARY_LINK3_GL="lib${WX_LIBRARY}_gl.dylib" | |
b4085ce6 | 10887 | ;; |
10f2d63a VZ |
10888 | *-*-osf* ) |
10889 | SHARED_LD="${CXX} -shared -o" | |
10890 | PIC_FLAG="-fPIC" | |
10891 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10892 | WX_ALL="CREATE_LINKS" | |
10893 | ;; | |
10894 | *-*-dgux5* ) | |
10895 | SHARED_LD="${CXX} -shared -o" | |
10896 | PIC_FLAG="-fPIC" | |
10897 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10898 | WX_ALL="CREATE_LINKS" | |
10899 | ;; | |
10900 | *-*-sysv5* ) | |
10901 | SHARED_LD="${CC} -shared -o" | |
10902 | PIC_FLAG="-fPIC" | |
10903 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10904 | WX_ALL="CREATE_LINKS" | |
10905 | ;; | |
10906 | *-*-aix* ) | |
10907 | SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o" | |
10908 | WX_ALL=${WX_LIBRARY_NAME_SHARED} | |
10909 | ;; | |
1c8183e2 | 10910 | *-*-cygwin* ) |
10f2d63a | 10911 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
bdad4e7e | 10912 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" |
f6bcfd97 BP |
10913 | if test "$wxUSE_OPENGL" = "yes"; then |
10914 | WX_ALL_INSTALLED="preinstall_gl" | |
10915 | WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}" | |
10916 | else | |
10917 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
10918 | fi | |
10f2d63a | 10919 | ;; |
b12915c1 | 10920 | *-*-mingw32* ) |
10f2d63a | 10921 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
bdad4e7e | 10922 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" |
f6bcfd97 BP |
10923 | if test "$wxUSE_OPENGL" = "yes"; then |
10924 | WX_ALL_INSTALLED="preinstall_gl" | |
10925 | WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}" | |
10926 | else | |
10927 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
10928 | fi | |
10f2d63a VZ |
10929 | ;; |
10930 | *-pc-os2_emx ) | |
e07802fc VZ |
10931 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" |
10932 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
10f2d63a | 10933 | ;; |
b12915c1 | 10934 | *-*-beos* ) |
e2b8b066 | 10935 | SHARED_LD="${LD} -shared -o" |
b12915c1 VZ |
10936 | PIC_FLAG="-fPIC" |
10937 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
10938 | WX_ALL="CREATE_LINKS" | |
10939 | ;; | |
10f2d63a | 10940 | *) |
698dcdb6 | 10941 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } |
10f2d63a VZ |
10942 | esac |
10943 | ||
10944 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
10945 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
bdad4e7e | 10946 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}" |
10f2d63a | 10947 | fi |
3711412e | 10948 | WX_TARGET_LIBRARY_TYPE="so" |
10f2d63a VZ |
10949 | else |
10950 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
bdad4e7e | 10951 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" |
f6bcfd97 BP |
10952 | |
10953 | if test "$wxUSE_OPENGL" = "yes"; then | |
10954 | WX_ALL_INSTALLED="preinstall_gl" | |
10955 | WX_ALL="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}" | |
10956 | else | |
10957 | WX_ALL="${WX_LIBRARY_NAME_STATIC}" | |
10958 | fi | |
10959 | ||
10960 | if test "$wxUSE_GUI" = "no"; then | |
10961 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
10962 | fi | |
10963 | ||
3711412e | 10964 | WX_TARGET_LIBRARY_TYPE="a" |
10f2d63a VZ |
10965 | fi |
10966 | ||
698dcdb6 VZ |
10967 | |
10968 | for ac_hdr in strings.h | |
10f2d63a | 10969 | do |
698dcdb6 VZ |
10970 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10971 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 10972 | echo "configure:10973: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
10973 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10974 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10975 | else | |
10976 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 10977 | #line 10978 "configure" |
10f2d63a | 10978 | #include "confdefs.h" |
698dcdb6 VZ |
10979 | #include <$ac_hdr> |
10980 | EOF | |
10981 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 10982 | { (eval echo configure:10983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
10983 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10984 | if test -z "$ac_err"; then | |
10985 | rm -rf conftest* | |
10986 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 10987 | else |
698dcdb6 VZ |
10988 | echo "$ac_err" >&5 |
10989 | echo "configure: failed program was:" >&5 | |
10f2d63a | 10990 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
10991 | rm -rf conftest* |
10992 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 10993 | fi |
698dcdb6 | 10994 | rm -f conftest* |
10f2d63a | 10995 | fi |
698dcdb6 VZ |
10996 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
10997 | echo "$ac_t""yes" 1>&6 | |
10998 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10999 | cat >> confdefs.h <<EOF | |
11000 | #define $ac_tr_hdr 1 | |
10f2d63a | 11001 | EOF |
698dcdb6 VZ |
11002 | |
11003 | else | |
11004 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11005 | fi |
11006 | done | |
11007 | ||
698dcdb6 | 11008 | for ac_hdr in stdlib.h |
9cfadba2 | 11009 | do |
698dcdb6 VZ |
11010 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11011 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11012 | echo "configure:11013: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11013 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11014 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11015 | else | |
11016 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11017 | #line 11018 "configure" |
9cfadba2 | 11018 | #include "confdefs.h" |
698dcdb6 VZ |
11019 | #include <$ac_hdr> |
11020 | EOF | |
11021 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11022 | { (eval echo configure:11023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11023 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11024 | if test -z "$ac_err"; then | |
11025 | rm -rf conftest* | |
11026 | eval "ac_cv_header_$ac_safe=yes" | |
6232543b | 11027 | else |
698dcdb6 VZ |
11028 | echo "$ac_err" >&5 |
11029 | echo "configure: failed program was:" >&5 | |
9cfadba2 | 11030 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11031 | rm -rf conftest* |
11032 | eval "ac_cv_header_$ac_safe=no" | |
9cfadba2 | 11033 | fi |
698dcdb6 | 11034 | rm -f conftest* |
9cfadba2 | 11035 | fi |
698dcdb6 VZ |
11036 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11037 | echo "$ac_t""yes" 1>&6 | |
11038 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11039 | cat >> confdefs.h <<EOF | |
11040 | #define $ac_tr_hdr 1 | |
9cfadba2 | 11041 | EOF |
698dcdb6 VZ |
11042 | |
11043 | else | |
11044 | echo "$ac_t""no" 1>&6 | |
9cfadba2 VZ |
11045 | fi |
11046 | done | |
10f2d63a | 11047 | |
698dcdb6 | 11048 | for ac_hdr in unistd.h |
10f2d63a | 11049 | do |
698dcdb6 VZ |
11050 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11051 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11052 | echo "configure:11053: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11053 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11054 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11055 | else | |
11056 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11057 | #line 11058 "configure" |
10f2d63a | 11058 | #include "confdefs.h" |
698dcdb6 VZ |
11059 | #include <$ac_hdr> |
11060 | EOF | |
11061 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11062 | { (eval echo configure:11063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11063 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11064 | if test -z "$ac_err"; then | |
11065 | rm -rf conftest* | |
11066 | eval "ac_cv_header_$ac_safe=yes" | |
6232543b | 11067 | else |
698dcdb6 VZ |
11068 | echo "$ac_err" >&5 |
11069 | echo "configure: failed program was:" >&5 | |
10f2d63a | 11070 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11071 | rm -rf conftest* |
11072 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 11073 | fi |
698dcdb6 | 11074 | rm -f conftest* |
10f2d63a | 11075 | fi |
698dcdb6 VZ |
11076 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11077 | echo "$ac_t""yes" 1>&6 | |
11078 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11079 | cat >> confdefs.h <<EOF | |
11080 | #define $ac_tr_hdr 1 | |
10f2d63a | 11081 | EOF |
698dcdb6 VZ |
11082 | |
11083 | else | |
11084 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11085 | fi |
11086 | done | |
11087 | ||
698dcdb6 | 11088 | for ac_hdr in wchar.h |
10f2d63a | 11089 | do |
698dcdb6 VZ |
11090 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11091 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11092 | echo "configure:11093: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11093 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11094 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11095 | else | |
11096 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11097 | #line 11098 "configure" |
10f2d63a | 11098 | #include "confdefs.h" |
698dcdb6 VZ |
11099 | #include <$ac_hdr> |
11100 | EOF | |
11101 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11102 | { (eval echo configure:11103: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11103 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11104 | if test -z "$ac_err"; then | |
11105 | rm -rf conftest* | |
11106 | eval "ac_cv_header_$ac_safe=yes" | |
6f72b082 | 11107 | else |
698dcdb6 VZ |
11108 | echo "$ac_err" >&5 |
11109 | echo "configure: failed program was:" >&5 | |
6f72b082 | 11110 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11111 | rm -rf conftest* |
11112 | eval "ac_cv_header_$ac_safe=no" | |
6f72b082 | 11113 | fi |
698dcdb6 | 11114 | rm -f conftest* |
6f72b082 | 11115 | fi |
698dcdb6 VZ |
11116 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11117 | echo "$ac_t""yes" 1>&6 | |
11118 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11119 | cat >> confdefs.h <<EOF | |
11120 | #define $ac_tr_hdr 1 | |
6f72b082 | 11121 | EOF |
698dcdb6 VZ |
11122 | |
11123 | else | |
11124 | echo "$ac_t""no" 1>&6 | |
6f72b082 OK |
11125 | fi |
11126 | done | |
11127 | ||
698dcdb6 | 11128 | for ac_hdr in wcstr.h |
6f72b082 | 11129 | do |
698dcdb6 VZ |
11130 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11131 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11132 | echo "configure:11133: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11133 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11134 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11135 | else | |
11136 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11137 | #line 11138 "configure" |
6f72b082 | 11138 | #include "confdefs.h" |
698dcdb6 VZ |
11139 | #include <$ac_hdr> |
11140 | EOF | |
11141 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11142 | { (eval echo configure:11143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11143 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11144 | if test -z "$ac_err"; then | |
11145 | rm -rf conftest* | |
11146 | eval "ac_cv_header_$ac_safe=yes" | |
6f72b082 | 11147 | else |
698dcdb6 VZ |
11148 | echo "$ac_err" >&5 |
11149 | echo "configure: failed program was:" >&5 | |
6f72b082 | 11150 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11151 | rm -rf conftest* |
11152 | eval "ac_cv_header_$ac_safe=no" | |
6f72b082 | 11153 | fi |
698dcdb6 | 11154 | rm -f conftest* |
6f72b082 | 11155 | fi |
698dcdb6 VZ |
11156 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11157 | echo "$ac_t""yes" 1>&6 | |
11158 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11159 | cat >> confdefs.h <<EOF | |
11160 | #define $ac_tr_hdr 1 | |
6f72b082 | 11161 | EOF |
698dcdb6 VZ |
11162 | |
11163 | else | |
11164 | echo "$ac_t""no" 1>&6 | |
6f72b082 OK |
11165 | fi |
11166 | done | |
11167 | ||
698dcdb6 | 11168 | for ac_hdr in fnmatch.h |
6f72b082 | 11169 | do |
698dcdb6 VZ |
11170 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11171 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11172 | echo "configure:11173: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11173 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11174 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11175 | else | |
11176 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11177 | #line 11178 "configure" |
6f72b082 | 11178 | #include "confdefs.h" |
698dcdb6 VZ |
11179 | #include <$ac_hdr> |
11180 | EOF | |
11181 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11182 | { (eval echo configure:11183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11183 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11184 | if test -z "$ac_err"; then | |
11185 | rm -rf conftest* | |
11186 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 11187 | else |
698dcdb6 VZ |
11188 | echo "$ac_err" >&5 |
11189 | echo "configure: failed program was:" >&5 | |
10f2d63a | 11190 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11191 | rm -rf conftest* |
11192 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 11193 | fi |
698dcdb6 | 11194 | rm -f conftest* |
10f2d63a | 11195 | fi |
698dcdb6 VZ |
11196 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11197 | echo "$ac_t""yes" 1>&6 | |
11198 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11199 | cat >> confdefs.h <<EOF | |
11200 | #define $ac_tr_hdr 1 | |
10f2d63a | 11201 | EOF |
698dcdb6 VZ |
11202 | |
11203 | else | |
11204 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11205 | fi |
11206 | done | |
11207 | ||
698dcdb6 | 11208 | for ac_hdr in iconv.h |
0fb0dd83 | 11209 | do |
698dcdb6 VZ |
11210 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11211 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11212 | echo "configure:11213: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11213 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11214 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11215 | else | |
11216 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11217 | #line 11218 "configure" |
0fb0dd83 | 11218 | #include "confdefs.h" |
698dcdb6 VZ |
11219 | #include <$ac_hdr> |
11220 | EOF | |
11221 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11222 | { (eval echo configure:11223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11223 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11224 | if test -z "$ac_err"; then | |
11225 | rm -rf conftest* | |
11226 | eval "ac_cv_header_$ac_safe=yes" | |
0fb0dd83 | 11227 | else |
698dcdb6 VZ |
11228 | echo "$ac_err" >&5 |
11229 | echo "configure: failed program was:" >&5 | |
0fb0dd83 | 11230 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11231 | rm -rf conftest* |
11232 | eval "ac_cv_header_$ac_safe=no" | |
0fb0dd83 | 11233 | fi |
698dcdb6 | 11234 | rm -f conftest* |
0fb0dd83 | 11235 | fi |
698dcdb6 VZ |
11236 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11237 | echo "$ac_t""yes" 1>&6 | |
11238 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11239 | cat >> confdefs.h <<EOF | |
11240 | #define $ac_tr_hdr 1 | |
0fb0dd83 | 11241 | EOF |
698dcdb6 VZ |
11242 | |
11243 | else | |
11244 | echo "$ac_t""no" 1>&6 | |
0fb0dd83 RR |
11245 | fi |
11246 | done | |
11247 | ||
698dcdb6 | 11248 | for ac_hdr in langinfo.h |
1f8ae82f | 11249 | do |
698dcdb6 VZ |
11250 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11251 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11252 | echo "configure:11253: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11253 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11254 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11255 | else | |
11256 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11257 | #line 11258 "configure" |
1f8ae82f | 11258 | #include "confdefs.h" |
698dcdb6 VZ |
11259 | #include <$ac_hdr> |
11260 | EOF | |
11261 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11262 | { (eval echo configure:11263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11263 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11264 | if test -z "$ac_err"; then | |
11265 | rm -rf conftest* | |
11266 | eval "ac_cv_header_$ac_safe=yes" | |
1f8ae82f | 11267 | else |
698dcdb6 VZ |
11268 | echo "$ac_err" >&5 |
11269 | echo "configure: failed program was:" >&5 | |
1f8ae82f | 11270 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11271 | rm -rf conftest* |
11272 | eval "ac_cv_header_$ac_safe=no" | |
1f8ae82f | 11273 | fi |
698dcdb6 | 11274 | rm -f conftest* |
1f8ae82f | 11275 | fi |
698dcdb6 VZ |
11276 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11277 | echo "$ac_t""yes" 1>&6 | |
11278 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11279 | cat >> confdefs.h <<EOF | |
11280 | #define $ac_tr_hdr 1 | |
1f8ae82f | 11281 | EOF |
698dcdb6 VZ |
11282 | |
11283 | else | |
11284 | echo "$ac_t""no" 1>&6 | |
1f8ae82f GD |
11285 | fi |
11286 | done | |
11287 | ||
698dcdb6 | 11288 | |
73fd4a60 VZ |
11289 | if test "$wxUSE_GUI" = "yes"; then |
11290 | if test "$wxUSE_UNIX" = "yes"; then | |
698dcdb6 | 11291 | for ac_hdr in X11/XKBlib.h |
10f2d63a | 11292 | do |
698dcdb6 VZ |
11293 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11294 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11295 | echo "configure:11296: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
11296 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11297 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11298 | else | |
11299 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11300 | #line 11301 "configure" |
10f2d63a | 11301 | #include "confdefs.h" |
698dcdb6 VZ |
11302 | #include <$ac_hdr> |
11303 | EOF | |
11304 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11305 | { (eval echo configure:11306: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11306 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11307 | if test -z "$ac_err"; then | |
11308 | rm -rf conftest* | |
11309 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 11310 | else |
698dcdb6 VZ |
11311 | echo "$ac_err" >&5 |
11312 | echo "configure: failed program was:" >&5 | |
10f2d63a | 11313 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
11314 | rm -rf conftest* |
11315 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 11316 | fi |
698dcdb6 | 11317 | rm -f conftest* |
10f2d63a | 11318 | fi |
698dcdb6 VZ |
11319 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11320 | echo "$ac_t""yes" 1>&6 | |
11321 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11322 | cat >> confdefs.h <<EOF | |
11323 | #define $ac_tr_hdr 1 | |
10f2d63a | 11324 | EOF |
698dcdb6 VZ |
11325 | |
11326 | else | |
11327 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
11328 | fi |
11329 | done | |
11330 | ||
73fd4a60 | 11331 | fi |
10f2d63a VZ |
11332 | fi |
11333 | ||
3e44f09d | 11334 | if test "$USE_WIN32" = 1; then |
29fd3c0c VS |
11335 | for ac_hdr in w32api.h |
11336 | do | |
11337 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
11338 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 11339 | echo "configure:11340: checking for $ac_hdr" >&5 |
29fd3c0c VS |
11340 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11341 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11342 | else | |
11343 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11344 | #line 11345 "configure" |
29fd3c0c VS |
11345 | #include "confdefs.h" |
11346 | #include <$ac_hdr> | |
11347 | EOF | |
11348 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11349 | { (eval echo configure:11350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
29fd3c0c VS |
11350 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11351 | if test -z "$ac_err"; then | |
11352 | rm -rf conftest* | |
11353 | eval "ac_cv_header_$ac_safe=yes" | |
11354 | else | |
11355 | echo "$ac_err" >&5 | |
11356 | echo "configure: failed program was:" >&5 | |
11357 | cat conftest.$ac_ext >&5 | |
11358 | rm -rf conftest* | |
11359 | eval "ac_cv_header_$ac_safe=no" | |
11360 | fi | |
11361 | rm -f conftest* | |
11362 | fi | |
11363 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
11364 | echo "$ac_t""yes" 1>&6 | |
11365 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11366 | cat >> confdefs.h <<EOF | |
11367 | #define $ac_tr_hdr 1 | |
11368 | EOF | |
11369 | ||
11370 | else | |
11371 | echo "$ac_t""no" 1>&6 | |
11372 | fi | |
11373 | done | |
11374 | ||
11375 | fi | |
11376 | ||
698dcdb6 VZ |
11377 | |
11378 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
0b2effe9 | 11379 | echo "configure:11380: checking for ANSI C header files" >&5 |
698dcdb6 VZ |
11380 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
11381 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 11382 | else |
698dcdb6 | 11383 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11384 | #line 11385 "configure" |
10f2d63a VZ |
11385 | #include "confdefs.h" |
11386 | #include <stdlib.h> | |
11387 | #include <stdarg.h> | |
11388 | #include <string.h> | |
11389 | #include <float.h> | |
698dcdb6 VZ |
11390 | EOF |
11391 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 11392 | { (eval echo configure:11393: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
11393 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11394 | if test -z "$ac_err"; then | |
11395 | rm -rf conftest* | |
10f2d63a VZ |
11396 | ac_cv_header_stdc=yes |
11397 | else | |
698dcdb6 VZ |
11398 | echo "$ac_err" >&5 |
11399 | echo "configure: failed program was:" >&5 | |
10f2d63a | 11400 | cat conftest.$ac_ext >&5 |
698dcdb6 | 11401 | rm -rf conftest* |
10f2d63a VZ |
11402 | ac_cv_header_stdc=no |
11403 | fi | |
698dcdb6 | 11404 | rm -f conftest* |
10f2d63a VZ |
11405 | |
11406 | if test $ac_cv_header_stdc = yes; then | |
11407 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
698dcdb6 | 11408 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11409 | #line 11410 "configure" |
10f2d63a VZ |
11410 | #include "confdefs.h" |
11411 | #include <string.h> | |
698dcdb6 | 11412 | EOF |
10f2d63a VZ |
11413 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
11414 | egrep "memchr" >/dev/null 2>&1; then | |
11415 | : | |
11416 | else | |
698dcdb6 | 11417 | rm -rf conftest* |
10f2d63a VZ |
11418 | ac_cv_header_stdc=no |
11419 | fi | |
11420 | rm -f conftest* | |
11421 | ||
11422 | fi | |
11423 | ||
11424 | if test $ac_cv_header_stdc = yes; then | |
11425 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
698dcdb6 | 11426 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11427 | #line 11428 "configure" |
10f2d63a VZ |
11428 | #include "confdefs.h" |
11429 | #include <stdlib.h> | |
698dcdb6 | 11430 | EOF |
10f2d63a VZ |
11431 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
11432 | egrep "free" >/dev/null 2>&1; then | |
11433 | : | |
11434 | else | |
698dcdb6 | 11435 | rm -rf conftest* |
10f2d63a VZ |
11436 | ac_cv_header_stdc=no |
11437 | fi | |
11438 | rm -f conftest* | |
11439 | ||
11440 | fi | |
11441 | ||
11442 | if test $ac_cv_header_stdc = yes; then | |
11443 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
698dcdb6 | 11444 | if test "$cross_compiling" = yes; then |
10f2d63a VZ |
11445 | : |
11446 | else | |
698dcdb6 | 11447 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11448 | #line 11449 "configure" |
10f2d63a VZ |
11449 | #include "confdefs.h" |
11450 | #include <ctype.h> | |
698dcdb6 VZ |
11451 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
11452 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
1e487827 | 11453 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
698dcdb6 VZ |
11454 | int main () { int i; for (i = 0; i < 256; i++) |
11455 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
11456 | exit (0); } | |
11457 | ||
11458 | EOF | |
0b2effe9 | 11459 | if { (eval echo configure:11460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 | 11460 | then |
10f2d63a VZ |
11461 | : |
11462 | else | |
698dcdb6 VZ |
11463 | echo "configure: failed program was:" >&5 |
11464 | cat conftest.$ac_ext >&5 | |
11465 | rm -fr conftest* | |
11466 | ac_cv_header_stdc=no | |
10f2d63a | 11467 | fi |
698dcdb6 | 11468 | rm -fr conftest* |
10f2d63a | 11469 | fi |
698dcdb6 | 11470 | |
10f2d63a VZ |
11471 | fi |
11472 | fi | |
1e487827 | 11473 | |
698dcdb6 VZ |
11474 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 |
11475 | if test $ac_cv_header_stdc = yes; then | |
11476 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
11477 | #define STDC_HEADERS 1 |
11478 | EOF | |
11479 | ||
11480 | fi | |
11481 | ||
698dcdb6 | 11482 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 |
0b2effe9 | 11483 | echo "configure:11484: checking for mode_t" >&5 |
698dcdb6 VZ |
11484 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then |
11485 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 11486 | else |
698dcdb6 | 11487 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11488 | #line 11489 "configure" |
1e487827 | 11489 | #include "confdefs.h" |
698dcdb6 VZ |
11490 | #include <sys/types.h> |
11491 | #if STDC_HEADERS | |
11492 | #include <stdlib.h> | |
11493 | #include <stddef.h> | |
11494 | #endif | |
11495 | EOF | |
11496 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11497 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
11498 | rm -rf conftest* | |
10f2d63a VZ |
11499 | ac_cv_type_mode_t=yes |
11500 | else | |
698dcdb6 VZ |
11501 | rm -rf conftest* |
11502 | ac_cv_type_mode_t=no | |
703e0a69 | 11503 | fi |
698dcdb6 | 11504 | rm -f conftest* |
1e487827 | 11505 | |
698dcdb6 VZ |
11506 | fi |
11507 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 | |
11508 | if test $ac_cv_type_mode_t = no; then | |
11509 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
11510 | #define mode_t int |
11511 | EOF | |
11512 | ||
11513 | fi | |
11514 | ||
698dcdb6 | 11515 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 |
0b2effe9 | 11516 | echo "configure:11517: checking for off_t" >&5 |
698dcdb6 VZ |
11517 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
11518 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 11519 | else |
698dcdb6 | 11520 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11521 | #line 11522 "configure" |
10f2d63a | 11522 | #include "confdefs.h" |
698dcdb6 VZ |
11523 | #include <sys/types.h> |
11524 | #if STDC_HEADERS | |
11525 | #include <stdlib.h> | |
11526 | #include <stddef.h> | |
11527 | #endif | |
11528 | EOF | |
11529 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11530 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
11531 | rm -rf conftest* | |
10f2d63a VZ |
11532 | ac_cv_type_off_t=yes |
11533 | else | |
698dcdb6 VZ |
11534 | rm -rf conftest* |
11535 | ac_cv_type_off_t=no | |
703e0a69 | 11536 | fi |
698dcdb6 | 11537 | rm -f conftest* |
1e487827 | 11538 | |
698dcdb6 VZ |
11539 | fi |
11540 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
11541 | if test $ac_cv_type_off_t = no; then | |
11542 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
11543 | #define off_t long |
11544 | EOF | |
11545 | ||
11546 | fi | |
11547 | ||
698dcdb6 | 11548 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
0b2effe9 | 11549 | echo "configure:11550: checking for pid_t" >&5 |
698dcdb6 VZ |
11550 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
11551 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 11552 | else |
698dcdb6 | 11553 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11554 | #line 11555 "configure" |
10f2d63a | 11555 | #include "confdefs.h" |
698dcdb6 VZ |
11556 | #include <sys/types.h> |
11557 | #if STDC_HEADERS | |
11558 | #include <stdlib.h> | |
11559 | #include <stddef.h> | |
11560 | #endif | |
11561 | EOF | |
11562 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11563 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
11564 | rm -rf conftest* | |
10f2d63a VZ |
11565 | ac_cv_type_pid_t=yes |
11566 | else | |
698dcdb6 VZ |
11567 | rm -rf conftest* |
11568 | ac_cv_type_pid_t=no | |
703e0a69 | 11569 | fi |
698dcdb6 | 11570 | rm -f conftest* |
1e487827 | 11571 | |
698dcdb6 VZ |
11572 | fi |
11573 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
11574 | if test $ac_cv_type_pid_t = no; then | |
11575 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
11576 | #define pid_t int |
11577 | EOF | |
11578 | ||
11579 | fi | |
11580 | ||
698dcdb6 | 11581 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
0b2effe9 | 11582 | echo "configure:11583: checking for size_t" >&5 |
698dcdb6 VZ |
11583 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
11584 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 11585 | else |
698dcdb6 | 11586 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11587 | #line 11588 "configure" |
10f2d63a | 11588 | #include "confdefs.h" |
698dcdb6 VZ |
11589 | #include <sys/types.h> |
11590 | #if STDC_HEADERS | |
11591 | #include <stdlib.h> | |
11592 | #include <stddef.h> | |
11593 | #endif | |
11594 | EOF | |
11595 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
11596 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
11597 | rm -rf conftest* | |
10f2d63a VZ |
11598 | ac_cv_type_size_t=yes |
11599 | else | |
698dcdb6 VZ |
11600 | rm -rf conftest* |
11601 | ac_cv_type_size_t=no | |
703e0a69 | 11602 | fi |
698dcdb6 | 11603 | rm -f conftest* |
1e487827 | 11604 | |
698dcdb6 VZ |
11605 | fi |
11606 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
11607 | if test $ac_cv_type_size_t = no; then | |
11608 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
11609 | #define size_t unsigned |
11610 | EOF | |
11611 | ||
11612 | fi | |
11613 | ||
698dcdb6 | 11614 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 |
0b2effe9 | 11615 | echo "configure:11616: checking for uid_t in sys/types.h" >&5 |
698dcdb6 VZ |
11616 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
11617 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 11618 | else |
698dcdb6 | 11619 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11620 | #line 11621 "configure" |
10f2d63a VZ |
11621 | #include "confdefs.h" |
11622 | #include <sys/types.h> | |
698dcdb6 | 11623 | EOF |
10f2d63a VZ |
11624 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
11625 | egrep "uid_t" >/dev/null 2>&1; then | |
698dcdb6 | 11626 | rm -rf conftest* |
10f2d63a VZ |
11627 | ac_cv_type_uid_t=yes |
11628 | else | |
698dcdb6 | 11629 | rm -rf conftest* |
10f2d63a VZ |
11630 | ac_cv_type_uid_t=no |
11631 | fi | |
11632 | rm -f conftest* | |
11633 | ||
11634 | fi | |
1e487827 | 11635 | |
698dcdb6 VZ |
11636 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 |
11637 | if test $ac_cv_type_uid_t = no; then | |
11638 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
11639 | #define uid_t int |
11640 | EOF | |
11641 | ||
698dcdb6 | 11642 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
11643 | #define gid_t int |
11644 | EOF | |
11645 | ||
11646 | fi | |
11647 | ||
1e487827 | 11648 | |
698dcdb6 | 11649 | echo $ac_n "checking for wchar_t""... $ac_c" 1>&6 |
0b2effe9 | 11650 | echo "configure:11651: checking for wchar_t" >&5 |
698dcdb6 VZ |
11651 | if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then |
11652 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11653 | else | |
11654 | ||
11655 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11656 | #line 11657 "configure" |
0046ff7c VS |
11657 | #include "confdefs.h" |
11658 | #include <wchar.h> | |
698dcdb6 | 11659 | int main() { |
0046ff7c | 11660 | |
d836ee96 VZ |
11661 | wchar_t wc, *ws; |
11662 | wc = L'a'; | |
11663 | ws = L"Hello, world!"; | |
698dcdb6 VZ |
11664 | |
11665 | ; return 0; } | |
11666 | EOF | |
0b2effe9 | 11667 | if { (eval echo configure:11668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 11668 | rm -rf conftest* |
1f8ae82f GD |
11669 | wx_cv_type_wchar_t=yes |
11670 | else | |
698dcdb6 VZ |
11671 | echo "configure: failed program was:" >&5 |
11672 | cat conftest.$ac_ext >&5 | |
11673 | rm -rf conftest* | |
11674 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11675 | #line 11676 "configure" |
1f8ae82f GD |
11676 | #include "confdefs.h" |
11677 | #include <stdlib.h> | |
698dcdb6 | 11678 | int main() { |
1f8ae82f | 11679 | |
d836ee96 VZ |
11680 | wchar_t wc, *ws; |
11681 | wc = L'a'; | |
11682 | ws = L"Hello, world!"; | |
698dcdb6 VZ |
11683 | |
11684 | ; return 0; } | |
11685 | EOF | |
0b2effe9 | 11686 | if { (eval echo configure:11687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 11687 | rm -rf conftest* |
0046ff7c VS |
11688 | wx_cv_type_wchar_t=yes |
11689 | else | |
698dcdb6 VZ |
11690 | echo "configure: failed program was:" >&5 |
11691 | cat conftest.$ac_ext >&5 | |
11692 | rm -rf conftest* | |
11693 | wx_cv_type_wchar_t=no | |
0046ff7c | 11694 | fi |
698dcdb6 | 11695 | rm -f conftest* |
d836ee96 | 11696 | |
6232543b | 11697 | fi |
698dcdb6 | 11698 | rm -f conftest* |
703e0a69 | 11699 | |
1e487827 | 11700 | fi |
698dcdb6 VZ |
11701 | |
11702 | echo "$ac_t""$wx_cv_type_wchar_t" 1>&6 | |
d836ee96 VZ |
11703 | |
11704 | if test "$wx_cv_type_wchar_t" = "yes"; then | |
698dcdb6 | 11705 | cat >> confdefs.h <<\EOF |
0046ff7c VS |
11706 | #define wxUSE_WCHAR_T 1 |
11707 | EOF | |
11708 | ||
11709 | fi | |
11710 | ||
19af3b06 VZ |
11711 | |
11712 | ac_ext=C | |
11713 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
11714 | ac_cpp='$CXXCPP $CPPFLAGS' | |
11715 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
11716 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11717 | cross_compiling=$ac_cv_prog_cxx_cross | |
11718 | ||
d836ee96 | 11719 | echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6 |
0b2effe9 | 11720 | echo "configure:11721: checking if size_t is unsigned int" >&5 |
d836ee96 VZ |
11721 | if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then |
11722 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11723 | else | |
dd2c8b7c | 11724 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11725 | #line 11726 "configure" |
d836ee96 VZ |
11726 | #include "confdefs.h" |
11727 | #include <stddef.h> | |
11728 | int main() { | |
11729 | ||
dd2c8b7c VZ |
11730 | return 0; } |
11731 | ||
d836ee96 | 11732 | struct Foo { void foo(size_t); void foo(unsigned int); }; |
dd2c8b7c VZ |
11733 | |
11734 | int bar() { | |
d836ee96 VZ |
11735 | |
11736 | ; return 0; } | |
11737 | EOF | |
0b2effe9 | 11738 | if { (eval echo configure:11739: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
d836ee96 VZ |
11739 | rm -rf conftest* |
11740 | wx_cv_size_t_is_uint=no | |
11741 | else | |
11742 | echo "configure: failed program was:" >&5 | |
11743 | cat conftest.$ac_ext >&5 | |
11744 | rm -rf conftest* | |
11745 | wx_cv_size_t_is_uint=yes | |
11746 | ||
11747 | fi | |
11748 | rm -f conftest* | |
11749 | ||
11750 | fi | |
11751 | ||
11752 | echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6 | |
11753 | ||
11754 | if test "$wx_cv_size_t_is_uint" = "yes"; then | |
11755 | cat >> confdefs.h <<\EOF | |
11756 | #define wxSIZE_T_IS_UINT 1 | |
11757 | EOF | |
11758 | ||
11759 | else | |
11760 | echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6 | |
0b2effe9 | 11761 | echo "configure:11762: checking if size_t is unsigned long" >&5 |
d836ee96 VZ |
11762 | if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then |
11763 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11764 | else | |
11765 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11766 | #line 11767 "configure" |
d836ee96 VZ |
11767 | #include "confdefs.h" |
11768 | #include <stddef.h> | |
11769 | int main() { | |
11770 | ||
dd2c8b7c VZ |
11771 | return 0; } |
11772 | ||
d836ee96 | 11773 | struct Foo { void foo(size_t); void foo(unsigned long); }; |
dd2c8b7c VZ |
11774 | |
11775 | int bar() { | |
d836ee96 VZ |
11776 | |
11777 | ; return 0; } | |
11778 | EOF | |
0b2effe9 | 11779 | if { (eval echo configure:11780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
d836ee96 VZ |
11780 | rm -rf conftest* |
11781 | wx_cv_size_t_is_ulong=no | |
11782 | else | |
11783 | echo "configure: failed program was:" >&5 | |
11784 | cat conftest.$ac_ext >&5 | |
11785 | rm -rf conftest* | |
11786 | wx_cv_size_t_is_ulong=yes | |
11787 | ||
11788 | fi | |
11789 | rm -f conftest* | |
11790 | ||
11791 | fi | |
11792 | ||
11793 | echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6 | |
11794 | ||
11795 | if test "$wx_cv_size_t_is_ulong" = "yes"; then | |
11796 | cat >> confdefs.h <<\EOF | |
11797 | #define wxSIZE_T_IS_ULONG 1 | |
11798 | EOF | |
11799 | ||
11800 | fi | |
11801 | fi | |
11802 | ||
19af3b06 VZ |
11803 | ac_ext=c |
11804 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
11805 | ac_cpp='$CPP $CPPFLAGS' | |
11806 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
11807 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11808 | cross_compiling=$ac_cv_prog_cc_cross | |
11809 | ||
11810 | ||
1e487827 | 11811 | |
698dcdb6 | 11812 | echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 |
0b2effe9 | 11813 | echo "configure:11814: checking for pw_gecos in struct passwd" >&5 |
698dcdb6 VZ |
11814 | if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then |
11815 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11816 | else | |
11817 | ||
11818 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 11819 | #line 11820 "configure" |
b12915c1 VZ |
11820 | #include "confdefs.h" |
11821 | #include <pwd.h> | |
698dcdb6 | 11822 | int main() { |
b12915c1 VZ |
11823 | |
11824 | char *p; | |
11825 | struct passwd *pw; | |
11826 | p = pw->pw_gecos; | |
698dcdb6 VZ |
11827 | |
11828 | ; return 0; } | |
11829 | EOF | |
0b2effe9 | 11830 | if { (eval echo configure:11831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
11831 | rm -rf conftest* |
11832 | ||
b12915c1 | 11833 | wx_cv_struct_pw_gecos=yes |
698dcdb6 | 11834 | |
b12915c1 | 11835 | else |
698dcdb6 VZ |
11836 | echo "configure: failed program was:" >&5 |
11837 | cat conftest.$ac_ext >&5 | |
11838 | rm -rf conftest* | |
11839 | ||
b12915c1 | 11840 | wx_cv_struct_pw_gecos=no |
698dcdb6 VZ |
11841 | |
11842 | ||
6232543b | 11843 | fi |
698dcdb6 VZ |
11844 | rm -f conftest* |
11845 | ||
703e0a69 | 11846 | |
1e487827 | 11847 | fi |
698dcdb6 VZ |
11848 | |
11849 | echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 | |
b12915c1 | 11850 | |
bd3277fe | 11851 | if test "$wx_cv_struct_pw_gecos" = "yes"; then |
698dcdb6 | 11852 | cat >> confdefs.h <<\EOF |
bd3277fe VZ |
11853 | #define HAVE_PW_GECOS 1 |
11854 | EOF | |
11855 | ||
11856 | fi | |
11857 | ||
698dcdb6 VZ |
11858 | |
11859 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
0b2effe9 | 11860 | echo "configure:11861: checking for working const" >&5 |
698dcdb6 VZ |
11861 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
11862 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 11863 | else |
698dcdb6 | 11864 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11865 | #line 11866 "configure" |
10f2d63a | 11866 | #include "confdefs.h" |
698dcdb6 VZ |
11867 | |
11868 | int main() { | |
11869 | ||
11870 | /* Ultrix mips cc rejects this. */ | |
11871 | typedef int charset[2]; const charset x; | |
11872 | /* SunOS 4.1.1 cc rejects this. */ | |
11873 | char const *const *ccp; | |
11874 | char **p; | |
11875 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
11876 | struct point {int x, y;}; | |
11877 | static struct point const zero = {0,0}; | |
11878 | /* AIX XL C 1.02.0.0 rejects this. | |
11879 | It does not let you subtract one const X* pointer from another in an arm | |
11880 | of an if-expression whose if-part is not a constant expression */ | |
11881 | const char *g = "string"; | |
11882 | ccp = &g + (g ? g-g : 0); | |
11883 | /* HPUX 7.0 cc rejects these. */ | |
11884 | ++ccp; | |
11885 | p = (char**) ccp; | |
11886 | ccp = (char const *const *) p; | |
11887 | { /* SCO 3.2v4 cc rejects this. */ | |
11888 | char *t; | |
11889 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
11890 | ||
11891 | *t++ = 0; | |
10f2d63a | 11892 | } |
698dcdb6 VZ |
11893 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
11894 | int x[] = {25, 17}; | |
11895 | const int *foo = &x[0]; | |
11896 | ++foo; | |
703e0a69 | 11897 | } |
698dcdb6 VZ |
11898 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ |
11899 | typedef const int *iptr; | |
11900 | iptr p = 0; | |
11901 | ++p; | |
6232543b | 11902 | } |
698dcdb6 VZ |
11903 | { /* AIX XL C 1.02.0.0 rejects this saying |
11904 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
11905 | struct s { int j; const int *ap[3]; }; | |
11906 | struct s *b; b->j = 5; | |
1e487827 | 11907 | } |
698dcdb6 VZ |
11908 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
11909 | const int foo = 10; | |
11910 | } | |
11911 | ||
11912 | ; return 0; } | |
11913 | EOF | |
0b2effe9 | 11914 | if { (eval echo configure:11915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 11915 | rm -rf conftest* |
10f2d63a VZ |
11916 | ac_cv_c_const=yes |
11917 | else | |
698dcdb6 VZ |
11918 | echo "configure: failed program was:" >&5 |
11919 | cat conftest.$ac_ext >&5 | |
11920 | rm -rf conftest* | |
11921 | ac_cv_c_const=no | |
10f2d63a | 11922 | fi |
698dcdb6 | 11923 | rm -f conftest* |
10f2d63a | 11924 | fi |
1e487827 | 11925 | |
698dcdb6 VZ |
11926 | echo "$ac_t""$ac_cv_c_const" 1>&6 |
11927 | if test $ac_cv_c_const = no; then | |
11928 | cat >> confdefs.h <<\EOF | |
11929 | #define const | |
10f2d63a VZ |
11930 | EOF |
11931 | ||
11932 | fi | |
11933 | ||
698dcdb6 | 11934 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
0b2effe9 | 11935 | echo "configure:11936: checking for inline" >&5 |
698dcdb6 VZ |
11936 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
11937 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
11938 | else |
11939 | ac_cv_c_inline=no | |
11940 | for ac_kw in inline __inline__ __inline; do | |
698dcdb6 | 11941 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11942 | #line 11943 "configure" |
10f2d63a VZ |
11943 | #include "confdefs.h" |
11944 | ||
698dcdb6 VZ |
11945 | int main() { |
11946 | } $ac_kw foo() { | |
11947 | ; return 0; } | |
11948 | EOF | |
0b2effe9 | 11949 | if { (eval echo configure:11950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 11950 | rm -rf conftest* |
10f2d63a VZ |
11951 | ac_cv_c_inline=$ac_kw; break |
11952 | else | |
698dcdb6 VZ |
11953 | echo "configure: failed program was:" >&5 |
11954 | cat conftest.$ac_ext >&5 | |
10f2d63a | 11955 | fi |
698dcdb6 | 11956 | rm -f conftest* |
10f2d63a VZ |
11957 | done |
11958 | ||
11959 | fi | |
698dcdb6 VZ |
11960 | |
11961 | echo "$ac_t""$ac_cv_c_inline" 1>&6 | |
11962 | case "$ac_cv_c_inline" in | |
10f2d63a | 11963 | inline | yes) ;; |
698dcdb6 VZ |
11964 | no) cat >> confdefs.h <<\EOF |
11965 | #define inline | |
10f2d63a VZ |
11966 | EOF |
11967 | ;; | |
698dcdb6 | 11968 | *) cat >> confdefs.h <<EOF |
10f2d63a VZ |
11969 | #define inline $ac_cv_c_inline |
11970 | EOF | |
11971 | ;; | |
11972 | esac | |
11973 | ||
698dcdb6 VZ |
11974 | |
11975 | echo $ac_n "checking size of char""... $ac_c" 1>&6 | |
0b2effe9 | 11976 | echo "configure:11977: checking size of char" >&5 |
698dcdb6 VZ |
11977 | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then |
11978 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6232543b | 11979 | else |
1e487827 | 11980 | if test "$cross_compiling" = yes; then |
698dcdb6 | 11981 | ac_cv_sizeof_char=1 |
1e487827 | 11982 | else |
698dcdb6 | 11983 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 11984 | #line 11985 "configure" |
1e487827 | 11985 | #include "confdefs.h" |
698dcdb6 VZ |
11986 | #include <stdio.h> |
11987 | main() | |
1e487827 | 11988 | { |
698dcdb6 VZ |
11989 | FILE *f=fopen("conftestval", "w"); |
11990 | if (!f) exit(1); | |
11991 | fprintf(f, "%d\n", sizeof(char)); | |
11992 | exit(0); | |
1e487827 | 11993 | } |
698dcdb6 | 11994 | EOF |
0b2effe9 | 11995 | if { (eval echo configure:11996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 VZ |
11996 | then |
11997 | ac_cv_sizeof_char=`cat conftestval` | |
1e487827 | 11998 | else |
698dcdb6 VZ |
11999 | echo "configure: failed program was:" >&5 |
12000 | cat conftest.$ac_ext >&5 | |
12001 | rm -fr conftest* | |
1e487827 VS |
12002 | ac_cv_sizeof_char=0 |
12003 | fi | |
698dcdb6 | 12004 | rm -fr conftest* |
1e487827 | 12005 | fi |
10f2d63a | 12006 | |
1e487827 | 12007 | fi |
698dcdb6 VZ |
12008 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 |
12009 | cat >> confdefs.h <<EOF | |
12010 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
1e487827 | 12011 | EOF |
6232543b | 12012 | |
703e0a69 | 12013 | |
698dcdb6 | 12014 | echo $ac_n "checking size of short""... $ac_c" 1>&6 |
0b2effe9 | 12015 | echo "configure:12016: checking size of short" >&5 |
698dcdb6 VZ |
12016 | if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then |
12017 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 12018 | else |
1e487827 | 12019 | if test "$cross_compiling" = yes; then |
698dcdb6 | 12020 | ac_cv_sizeof_short=2 |
1e487827 | 12021 | else |
698dcdb6 | 12022 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12023 | #line 12024 "configure" |
1e487827 | 12024 | #include "confdefs.h" |
698dcdb6 VZ |
12025 | #include <stdio.h> |
12026 | main() | |
1e487827 | 12027 | { |
698dcdb6 VZ |
12028 | FILE *f=fopen("conftestval", "w"); |
12029 | if (!f) exit(1); | |
12030 | fprintf(f, "%d\n", sizeof(short)); | |
12031 | exit(0); | |
1e487827 | 12032 | } |
698dcdb6 | 12033 | EOF |
0b2effe9 | 12034 | if { (eval echo configure:12035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 VZ |
12035 | then |
12036 | ac_cv_sizeof_short=`cat conftestval` | |
1e487827 | 12037 | else |
698dcdb6 VZ |
12038 | echo "configure: failed program was:" >&5 |
12039 | cat conftest.$ac_ext >&5 | |
12040 | rm -fr conftest* | |
12041 | ac_cv_sizeof_short=0 | |
1e487827 | 12042 | fi |
698dcdb6 | 12043 | rm -fr conftest* |
1e487827 | 12044 | fi |
698dcdb6 | 12045 | |
1e487827 | 12046 | fi |
698dcdb6 VZ |
12047 | echo "$ac_t""$ac_cv_sizeof_short" 1>&6 |
12048 | cat >> confdefs.h <<EOF | |
12049 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
12050 | EOF | |
12051 | ||
12052 | ||
12053 | echo $ac_n "checking size of int *""... $ac_c" 1>&6 | |
0b2effe9 | 12054 | echo "configure:12055: checking size of int *" >&5 |
698dcdb6 VZ |
12055 | if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then |
12056 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
12057 | else |
12058 | if test "$cross_compiling" = yes; then | |
698dcdb6 | 12059 | ac_cv_sizeof_int_p=4 |
10f2d63a | 12060 | else |
698dcdb6 | 12061 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12062 | #line 12063 "configure" |
10f2d63a | 12063 | #include "confdefs.h" |
698dcdb6 VZ |
12064 | #include <stdio.h> |
12065 | main() | |
10f2d63a | 12066 | { |
698dcdb6 VZ |
12067 | FILE *f=fopen("conftestval", "w"); |
12068 | if (!f) exit(1); | |
12069 | fprintf(f, "%d\n", sizeof(int *)); | |
12070 | exit(0); | |
10f2d63a | 12071 | } |
698dcdb6 | 12072 | EOF |
0b2effe9 | 12073 | if { (eval echo configure:12074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 VZ |
12074 | then |
12075 | ac_cv_sizeof_int_p=`cat conftestval` | |
10f2d63a | 12076 | else |
698dcdb6 VZ |
12077 | echo "configure: failed program was:" >&5 |
12078 | cat conftest.$ac_ext >&5 | |
12079 | rm -fr conftest* | |
12080 | ac_cv_sizeof_int_p=0 | |
6232543b | 12081 | fi |
698dcdb6 | 12082 | rm -fr conftest* |
1e487827 | 12083 | fi |
698dcdb6 | 12084 | |
1e487827 | 12085 | fi |
698dcdb6 VZ |
12086 | echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6 |
12087 | cat >> confdefs.h <<EOF | |
12088 | #define SIZEOF_INT_P $ac_cv_sizeof_int_p | |
10f2d63a VZ |
12089 | EOF |
12090 | ||
698dcdb6 VZ |
12091 | |
12092 | echo $ac_n "checking size of int""... $ac_c" 1>&6 | |
0b2effe9 | 12093 | echo "configure:12094: checking size of int" >&5 |
698dcdb6 VZ |
12094 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then |
12095 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
12096 | else |
12097 | if test "$cross_compiling" = yes; then | |
698dcdb6 | 12098 | ac_cv_sizeof_int=4 |
703e0a69 | 12099 | else |
698dcdb6 | 12100 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12101 | #line 12102 "configure" |
1e487827 | 12102 | #include "confdefs.h" |
698dcdb6 VZ |
12103 | #include <stdio.h> |
12104 | main() | |
1e487827 | 12105 | { |
698dcdb6 VZ |
12106 | FILE *f=fopen("conftestval", "w"); |
12107 | if (!f) exit(1); | |
12108 | fprintf(f, "%d\n", sizeof(int)); | |
12109 | exit(0); | |
1e487827 | 12110 | } |
698dcdb6 | 12111 | EOF |
0b2effe9 | 12112 | if { (eval echo configure:12113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 VZ |
12113 | then |
12114 | ac_cv_sizeof_int=`cat conftestval` | |
12115 | else | |
12116 | echo "configure: failed program was:" >&5 | |
12117 | cat conftest.$ac_ext >&5 | |
12118 | rm -fr conftest* | |
12119 | ac_cv_sizeof_int=0 | |
703e0a69 | 12120 | fi |
698dcdb6 VZ |
12121 | rm -fr conftest* |
12122 | fi | |
12123 | ||
12124 | fi | |
12125 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | |
12126 | cat >> confdefs.h <<EOF | |
12127 | #define SIZEOF_INT $ac_cv_sizeof_int | |
12128 | EOF | |
12129 | ||
12130 | ||
12131 | echo $ac_n "checking size of long""... $ac_c" 1>&6 | |
0b2effe9 | 12132 | echo "configure:12133: checking size of long" >&5 |
698dcdb6 VZ |
12133 | if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then |
12134 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
12135 | else |
12136 | if test "$cross_compiling" = yes; then | |
698dcdb6 | 12137 | ac_cv_sizeof_long=4 |
10f2d63a | 12138 | else |
698dcdb6 | 12139 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12140 | #line 12141 "configure" |
10f2d63a | 12141 | #include "confdefs.h" |
698dcdb6 VZ |
12142 | #include <stdio.h> |
12143 | main() | |
10f2d63a | 12144 | { |
698dcdb6 VZ |
12145 | FILE *f=fopen("conftestval", "w"); |
12146 | if (!f) exit(1); | |
12147 | fprintf(f, "%d\n", sizeof(long)); | |
12148 | exit(0); | |
10f2d63a | 12149 | } |
698dcdb6 | 12150 | EOF |
0b2effe9 | 12151 | if { (eval echo configure:12152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 VZ |
12152 | then |
12153 | ac_cv_sizeof_long=`cat conftestval` | |
10f2d63a | 12154 | else |
698dcdb6 VZ |
12155 | echo "configure: failed program was:" >&5 |
12156 | cat conftest.$ac_ext >&5 | |
12157 | rm -fr conftest* | |
12158 | ac_cv_sizeof_long=0 | |
10f2d63a | 12159 | fi |
698dcdb6 | 12160 | rm -fr conftest* |
10f2d63a | 12161 | fi |
698dcdb6 | 12162 | |
10f2d63a | 12163 | fi |
698dcdb6 VZ |
12164 | echo "$ac_t""$ac_cv_sizeof_long" 1>&6 |
12165 | cat >> confdefs.h <<EOF | |
12166 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
12167 | EOF | |
12168 | ||
12169 | ||
12170 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
0b2effe9 | 12171 | echo "configure:12172: checking size of long long" >&5 |
698dcdb6 VZ |
12172 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
12173 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12174 | else | |
12175 | if test "$cross_compiling" = yes; then | |
12176 | ac_cv_sizeof_long_long=0 | |
12177 | else | |
12178 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12179 | #line 12180 "configure" |
698dcdb6 VZ |
12180 | #include "confdefs.h" |
12181 | #include <stdio.h> | |
12182 | main() | |
12183 | { | |
12184 | FILE *f=fopen("conftestval", "w"); | |
12185 | if (!f) exit(1); | |
12186 | fprintf(f, "%d\n", sizeof(long long)); | |
12187 | exit(0); | |
12188 | } | |
12189 | EOF | |
0b2effe9 | 12190 | if { (eval echo configure:12191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 VZ |
12191 | then |
12192 | ac_cv_sizeof_long_long=`cat conftestval` | |
6232543b | 12193 | else |
698dcdb6 VZ |
12194 | echo "configure: failed program was:" >&5 |
12195 | cat conftest.$ac_ext >&5 | |
12196 | rm -fr conftest* | |
6232543b VS |
12197 | ac_cv_sizeof_long_long=0 |
12198 | fi | |
698dcdb6 VZ |
12199 | rm -fr conftest* |
12200 | fi | |
12201 | ||
703e0a69 | 12202 | fi |
698dcdb6 VZ |
12203 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 |
12204 | cat >> confdefs.h <<EOF | |
10f2d63a VZ |
12205 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
12206 | EOF | |
12207 | ||
1e487827 | 12208 | |
698dcdb6 VZ |
12209 | |
12210 | echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6 | |
0b2effe9 | 12211 | echo "configure:12212: checking size of wchar_t" >&5 |
698dcdb6 VZ |
12212 | if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then |
12213 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12214 | else | |
12215 | ||
b93d0d08 VS |
12216 | if test "$cross_compiling" = yes; then |
12217 | wx_cv_sizeof_wchar_t=4 | |
1e6feb95 | 12218 | |
b93d0d08 | 12219 | else |
698dcdb6 | 12220 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12221 | #line 12222 "configure" |
b93d0d08 VS |
12222 | #include "confdefs.h" |
12223 | ||
1e6feb95 VZ |
12224 | #ifdef HAVE_WCHAR_H |
12225 | # include <wchar.h> | |
12226 | #endif | |
12227 | #ifdef HAVE_STDLIB_H | |
12228 | # include <stdlib.h> | |
12229 | #endif | |
12230 | #include <stdio.h> | |
12231 | int main() | |
12232 | { | |
12233 | FILE *f=fopen("conftestval", "w"); | |
12234 | if (!f) exit(1); | |
12235 | fprintf(f, "%i", sizeof(wchar_t)); | |
12236 | exit(0); | |
12237 | } | |
698dcdb6 VZ |
12238 | |
12239 | EOF | |
0b2effe9 | 12240 | if { (eval echo configure:12241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 | 12241 | then |
b93d0d08 VS |
12242 | wx_cv_sizeof_wchar_t=`cat conftestval` |
12243 | else | |
698dcdb6 VZ |
12244 | echo "configure: failed program was:" >&5 |
12245 | cat conftest.$ac_ext >&5 | |
12246 | rm -fr conftest* | |
12247 | wx_cv_sizeof_wchar_t=0 | |
b93d0d08 | 12248 | fi |
698dcdb6 | 12249 | rm -fr conftest* |
b93d0d08 VS |
12250 | fi |
12251 | ||
698dcdb6 | 12252 | |
b93d0d08 VS |
12253 | fi |
12254 | ||
698dcdb6 VZ |
12255 | echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6 |
12256 | ||
12257 | cat >> confdefs.h <<EOF | |
28c6addc | 12258 | #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t |
b93d0d08 VS |
12259 | EOF |
12260 | ||
698dcdb6 | 12261 | |
698dcdb6 | 12262 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 |
0b2effe9 | 12263 | echo "configure:12264: checking whether byte ordering is bigendian" >&5 |
698dcdb6 VZ |
12264 | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then |
12265 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
12266 | else |
12267 | ac_cv_c_bigendian=unknown | |
12268 | # See if sys/param.h defines the BYTE_ORDER macro. | |
698dcdb6 | 12269 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12270 | #line 12271 "configure" |
10f2d63a VZ |
12271 | #include "confdefs.h" |
12272 | #include <sys/types.h> | |
12273 | #include <sys/param.h> | |
698dcdb6 | 12274 | int main() { |
10f2d63a VZ |
12275 | |
12276 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
12277 | bogus endian macros | |
12278 | #endif | |
698dcdb6 VZ |
12279 | ; return 0; } |
12280 | EOF | |
0b2effe9 | 12281 | if { (eval echo configure:12282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 12282 | rm -rf conftest* |
10f2d63a | 12283 | # It does; now see whether it defined to BIG_ENDIAN or not. |
698dcdb6 | 12284 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12285 | #line 12286 "configure" |
10f2d63a VZ |
12286 | #include "confdefs.h" |
12287 | #include <sys/types.h> | |
12288 | #include <sys/param.h> | |
698dcdb6 | 12289 | int main() { |
10f2d63a VZ |
12290 | |
12291 | #if BYTE_ORDER != BIG_ENDIAN | |
12292 | not big endian | |
12293 | #endif | |
698dcdb6 VZ |
12294 | ; return 0; } |
12295 | EOF | |
0b2effe9 | 12296 | if { (eval echo configure:12297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 12297 | rm -rf conftest* |
10f2d63a VZ |
12298 | ac_cv_c_bigendian=yes |
12299 | else | |
698dcdb6 VZ |
12300 | echo "configure: failed program was:" >&5 |
12301 | cat conftest.$ac_ext >&5 | |
12302 | rm -rf conftest* | |
12303 | ac_cv_c_bigendian=no | |
10f2d63a | 12304 | fi |
698dcdb6 | 12305 | rm -f conftest* |
10f2d63a | 12306 | else |
698dcdb6 VZ |
12307 | echo "configure: failed program was:" >&5 |
12308 | cat conftest.$ac_ext >&5 | |
10f2d63a | 12309 | fi |
698dcdb6 | 12310 | rm -f conftest* |
10f2d63a VZ |
12311 | if test $ac_cv_c_bigendian = unknown; then |
12312 | if test "$cross_compiling" = yes; then | |
12313 | ac_cv_c_bigendian=unknown | |
12314 | else | |
698dcdb6 | 12315 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12316 | #line 12317 "configure" |
10f2d63a VZ |
12317 | #include "confdefs.h" |
12318 | main () { | |
12319 | /* Are we little or big endian? From Harbison&Steele. */ | |
12320 | union | |
12321 | { | |
12322 | long l; | |
12323 | char c[sizeof (long)]; | |
12324 | } u; | |
12325 | u.l = 1; | |
12326 | exit (u.c[sizeof (long) - 1] == 1); | |
12327 | } | |
698dcdb6 | 12328 | EOF |
0b2effe9 | 12329 | if { (eval echo configure:12330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
698dcdb6 | 12330 | then |
10f2d63a VZ |
12331 | ac_cv_c_bigendian=no |
12332 | else | |
698dcdb6 VZ |
12333 | echo "configure: failed program was:" >&5 |
12334 | cat conftest.$ac_ext >&5 | |
12335 | rm -fr conftest* | |
12336 | ac_cv_c_bigendian=yes | |
10f2d63a | 12337 | fi |
698dcdb6 | 12338 | rm -fr conftest* |
10f2d63a | 12339 | fi |
698dcdb6 | 12340 | |
10f2d63a VZ |
12341 | fi |
12342 | fi | |
698dcdb6 VZ |
12343 | |
12344 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
10f2d63a | 12345 | if test $ac_cv_c_bigendian = unknown; then |
698dcdb6 | 12346 | 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 |
12347 | fi |
12348 | if test $ac_cv_c_bigendian = yes; then | |
698dcdb6 | 12349 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
12350 | #define WORDS_BIGENDIAN 1 |
12351 | EOF | |
12352 | ||
12353 | fi | |
12354 | ||
698dcdb6 VZ |
12355 | |
12356 | ||
10f2d63a | 12357 | if test "$cross_compiling" = "yes"; then |
698dcdb6 | 12358 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
12359 | #define wxUSE_IOSTREAMH 1 |
12360 | EOF | |
12361 | ||
12362 | else | |
698dcdb6 VZ |
12363 | |
12364 | ac_ext=C | |
12365 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 12366 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
12367 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
12368 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12369 | cross_compiling=$ac_cv_prog_cxx_cross | |
12370 | ||
703e0a69 | 12371 | |
698dcdb6 | 12372 | for ac_hdr in iostream |
10f2d63a | 12373 | do |
698dcdb6 VZ |
12374 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
12375 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 12376 | echo "configure:12377: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
12377 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
12378 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12379 | else | |
12380 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12381 | #line 12382 "configure" |
10f2d63a | 12382 | #include "confdefs.h" |
698dcdb6 VZ |
12383 | #include <$ac_hdr> |
12384 | EOF | |
12385 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 12386 | { (eval echo configure:12387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
12387 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
12388 | if test -z "$ac_err"; then | |
12389 | rm -rf conftest* | |
12390 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 12391 | else |
698dcdb6 VZ |
12392 | echo "$ac_err" >&5 |
12393 | echo "configure: failed program was:" >&5 | |
10f2d63a | 12394 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
12395 | rm -rf conftest* |
12396 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 12397 | fi |
698dcdb6 | 12398 | rm -f conftest* |
10f2d63a | 12399 | fi |
698dcdb6 VZ |
12400 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
12401 | echo "$ac_t""yes" 1>&6 | |
12402 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12403 | cat >> confdefs.h <<EOF | |
12404 | #define $ac_tr_hdr 1 | |
10f2d63a | 12405 | EOF |
698dcdb6 VZ |
12406 | |
12407 | else | |
12408 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
12409 | fi |
12410 | done | |
12411 | ||
698dcdb6 | 12412 | |
57fe5ed0 VZ |
12413 | if test "$ac_cv_header_iostream" = "yes" ; then |
12414 | : | |
12415 | else | |
698dcdb6 | 12416 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
12417 | #define wxUSE_IOSTREAMH 1 |
12418 | EOF | |
12419 | ||
10f2d63a VZ |
12420 | fi |
12421 | ||
12422 | ac_ext=c | |
698dcdb6 | 12423 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 12424 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
12425 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
12426 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12427 | cross_compiling=$ac_cv_prog_cc_cross | |
10f2d63a VZ |
12428 | |
12429 | fi | |
12430 | ||
703e0a69 | 12431 | |
698dcdb6 VZ |
12432 | |
12433 | echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 | |
0b2effe9 | 12434 | echo "configure:12435: checking if C++ compiler supports bool" >&5 |
698dcdb6 VZ |
12435 | if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then |
12436 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12437 | else | |
12438 | ||
12439 | ||
12440 | ac_ext=C | |
12441 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 12442 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
12443 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
12444 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12445 | cross_compiling=$ac_cv_prog_cxx_cross | |
10f2d63a | 12446 | |
698dcdb6 VZ |
12447 | |
12448 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12449 | #line 12450 "configure" |
10f2d63a VZ |
12450 | #include "confdefs.h" |
12451 | ||
698dcdb6 VZ |
12452 | |
12453 | int main() { | |
10f2d63a VZ |
12454 | |
12455 | bool b = true; | |
12456 | ||
12457 | return 0; | |
698dcdb6 VZ |
12458 | |
12459 | ; return 0; } | |
12460 | EOF | |
0b2effe9 | 12461 | if { (eval echo configure:12462: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
12462 | rm -rf conftest* |
12463 | ||
10f2d63a | 12464 | wx_cv_cpp_bool=yes |
698dcdb6 | 12465 | |
10f2d63a | 12466 | else |
698dcdb6 VZ |
12467 | echo "configure: failed program was:" >&5 |
12468 | cat conftest.$ac_ext >&5 | |
12469 | rm -rf conftest* | |
12470 | ||
10f2d63a | 12471 | wx_cv_cpp_bool=no |
698dcdb6 VZ |
12472 | |
12473 | ||
10f2d63a | 12474 | fi |
698dcdb6 | 12475 | rm -f conftest* |
10f2d63a VZ |
12476 | |
12477 | ac_ext=c | |
698dcdb6 | 12478 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 12479 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
12480 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
12481 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12482 | cross_compiling=$ac_cv_prog_cc_cross | |
10f2d63a | 12483 | |
698dcdb6 | 12484 | |
10f2d63a | 12485 | fi |
698dcdb6 VZ |
12486 | |
12487 | echo "$ac_t""$wx_cv_cpp_bool" 1>&6 | |
10f2d63a VZ |
12488 | |
12489 | if test "$wx_cv_cpp_bool" = "yes"; then | |
698dcdb6 | 12490 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
12491 | #define HAVE_BOOL 1 |
12492 | EOF | |
12493 | ||
12494 | fi | |
12495 | ||
1e487827 | 12496 | |
698dcdb6 | 12497 | |
698dcdb6 | 12498 | echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6 |
0b2effe9 | 12499 | echo "configure:12500: checking for wcslen in -lc" >&5 |
698dcdb6 VZ |
12500 | ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'` |
12501 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12502 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 12503 | else |
698dcdb6 | 12504 | ac_save_LIBS="$LIBS" |
10f2d63a | 12505 | LIBS="-lc $LIBS" |
698dcdb6 | 12506 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12507 | #line 12508 "configure" |
10f2d63a VZ |
12508 | #include "confdefs.h" |
12509 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12510 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
12511 | builtin and then its argument prototype would still apply. */ |
12512 | char wcslen(); | |
12513 | ||
12514 | int main() { | |
12515 | wcslen() | |
12516 | ; return 0; } | |
12517 | EOF | |
0b2effe9 | 12518 | if { (eval echo configure:12519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
12519 | rm -rf conftest* |
12520 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12521 | else | |
12522 | echo "configure: failed program was:" >&5 | |
12523 | cat conftest.$ac_ext >&5 | |
12524 | rm -rf conftest* | |
12525 | eval "ac_cv_lib_$ac_lib_var=no" | |
12526 | fi | |
12527 | rm -f conftest* | |
12528 | LIBS="$ac_save_LIBS" | |
12529 | ||
12530 | fi | |
12531 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12532 | echo "$ac_t""yes" 1>&6 | |
12533 | ||
12534 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
12535 | #define HAVE_WCSLEN 1 |
12536 | EOF | |
12537 | ||
12538 | WCHAR_LINK="" | |
698dcdb6 | 12539 | |
10f2d63a | 12540 | else |
698dcdb6 | 12541 | echo "$ac_t""no" 1>&6 |
10f2d63a | 12542 | |
698dcdb6 | 12543 | echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 |
0b2effe9 | 12544 | echo "configure:12545: checking for wcslen in -lw" >&5 |
698dcdb6 VZ |
12545 | ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` |
12546 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12547 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 12548 | else |
698dcdb6 | 12549 | ac_save_LIBS="$LIBS" |
10f2d63a | 12550 | LIBS="-lw $LIBS" |
698dcdb6 | 12551 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 12552 | #line 12553 "configure" |
10f2d63a VZ |
12553 | #include "confdefs.h" |
12554 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12555 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
12556 | builtin and then its argument prototype would still apply. */ |
12557 | char wcslen(); | |
12558 | ||
12559 | int main() { | |
12560 | wcslen() | |
12561 | ; return 0; } | |
12562 | EOF | |
0b2effe9 | 12563 | if { (eval echo configure:12564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
12564 | rm -rf conftest* |
12565 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12566 | else | |
12567 | echo "configure: failed program was:" >&5 | |
12568 | cat conftest.$ac_ext >&5 | |
12569 | rm -rf conftest* | |
12570 | eval "ac_cv_lib_$ac_lib_var=no" | |
12571 | fi | |
12572 | rm -f conftest* | |
12573 | LIBS="$ac_save_LIBS" | |
12574 | ||
12575 | fi | |
12576 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12577 | echo "$ac_t""yes" 1>&6 | |
12578 | ||
12579 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
12580 | #define HAVE_WCSLEN 1 |
12581 | EOF | |
12582 | ||
12583 | WCHAR_LINK="-lw" | |
698dcdb6 VZ |
12584 | |
12585 | else | |
12586 | echo "$ac_t""no" 1>&6 | |
6232543b | 12587 | fi |
10f2d63a | 12588 | |
698dcdb6 | 12589 | |
1e487827 | 12590 | fi |
703e0a69 | 12591 | |
698dcdb6 VZ |
12592 | |
12593 | echo $ac_n "checking for vprintf""... $ac_c" 1>&6 | |
0b2effe9 | 12594 | echo "configure:12595: checking for vprintf" >&5 |
698dcdb6 VZ |
12595 | if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then |
12596 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12597 | else | |
12598 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12599 | #line 12600 "configure" |
10f2d63a VZ |
12600 | #include "confdefs.h" |
12601 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 12602 | which can conflict with char vprintf(); below. */ |
10f2d63a VZ |
12603 | #include <assert.h> |
12604 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12605 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
12606 | builtin and then its argument prototype would still apply. */ |
12607 | char vprintf(); | |
12608 | ||
12609 | int main() { | |
10f2d63a VZ |
12610 | |
12611 | /* The GNU C library defines this for functions which it implements | |
12612 | to always fail with ENOSYS. Some functions are actually named | |
12613 | something starting with __ and the normal name is an alias. */ | |
698dcdb6 | 12614 | #if defined (__stub_vprintf) || defined (__stub___vprintf) |
10f2d63a VZ |
12615 | choke me |
12616 | #else | |
698dcdb6 | 12617 | vprintf(); |
10f2d63a VZ |
12618 | #endif |
12619 | ||
698dcdb6 VZ |
12620 | ; return 0; } |
12621 | EOF | |
0b2effe9 | 12622 | if { (eval echo configure:12623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
12623 | rm -rf conftest* |
12624 | eval "ac_cv_func_vprintf=yes" | |
12625 | else | |
12626 | echo "configure: failed program was:" >&5 | |
12627 | cat conftest.$ac_ext >&5 | |
12628 | rm -rf conftest* | |
12629 | eval "ac_cv_func_vprintf=no" | |
12630 | fi | |
12631 | rm -f conftest* | |
12632 | fi | |
12633 | ||
12634 | if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then | |
12635 | echo "$ac_t""yes" 1>&6 | |
12636 | cat >> confdefs.h <<\EOF | |
12637 | #define HAVE_VPRINTF 1 | |
12638 | EOF | |
12639 | ||
12640 | else | |
12641 | echo "$ac_t""no" 1>&6 | |
12642 | fi | |
12643 | ||
12644 | if test "$ac_cv_func_vprintf" != yes; then | |
12645 | echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 | |
0b2effe9 | 12646 | echo "configure:12647: checking for _doprnt" >&5 |
698dcdb6 VZ |
12647 | if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then |
12648 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12649 | else | |
12650 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12651 | #line 12652 "configure" |
10f2d63a VZ |
12652 | #include "confdefs.h" |
12653 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 12654 | which can conflict with char _doprnt(); below. */ |
10f2d63a VZ |
12655 | #include <assert.h> |
12656 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12657 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
12658 | builtin and then its argument prototype would still apply. */ |
12659 | char _doprnt(); | |
12660 | ||
12661 | int main() { | |
10f2d63a VZ |
12662 | |
12663 | /* The GNU C library defines this for functions which it implements | |
12664 | to always fail with ENOSYS. Some functions are actually named | |
12665 | something starting with __ and the normal name is an alias. */ | |
12666 | #if defined (__stub__doprnt) || defined (__stub____doprnt) | |
12667 | choke me | |
12668 | #else | |
698dcdb6 | 12669 | _doprnt(); |
10f2d63a VZ |
12670 | #endif |
12671 | ||
698dcdb6 VZ |
12672 | ; return 0; } |
12673 | EOF | |
0b2effe9 | 12674 | if { (eval echo configure:12675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
12675 | rm -rf conftest* |
12676 | eval "ac_cv_func__doprnt=yes" | |
12677 | else | |
12678 | echo "configure: failed program was:" >&5 | |
12679 | cat conftest.$ac_ext >&5 | |
12680 | rm -rf conftest* | |
12681 | eval "ac_cv_func__doprnt=no" | |
12682 | fi | |
12683 | rm -f conftest* | |
12684 | fi | |
12685 | ||
12686 | if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then | |
12687 | echo "$ac_t""yes" 1>&6 | |
12688 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
12689 | #define HAVE_DOPRNT 1 |
12690 | EOF | |
12691 | ||
698dcdb6 VZ |
12692 | else |
12693 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
12694 | fi |
12695 | ||
12696 | fi | |
12697 | ||
1e487827 | 12698 | |
698dcdb6 VZ |
12699 | |
12700 | ||
12701 | ||
12702 | ||
12703 | ||
12704 | echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6 | |
0b2effe9 | 12705 | echo "configure:12706: checking for vsnprintf" >&5 |
698dcdb6 VZ |
12706 | if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then |
12707 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12708 | else | |
12709 | ||
12710 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12711 | #line 12712 "configure" |
f6bcfd97 BP |
12712 | #include "confdefs.h" |
12713 | ||
12714 | #include <stdio.h> | |
698dcdb6 VZ |
12715 | #include <stdarg.h> |
12716 | ||
12717 | int main() { | |
10f2d63a | 12718 | |
f6bcfd97 | 12719 | int wx_test_vsnprintf(const char *, ...); |
10f2d63a | 12720 | |
f6bcfd97 BP |
12721 | wx_test_vsnprintf("%s"); |
12722 | return 0; | |
12723 | } | |
12724 | ||
12725 | int wx_test_vsnprintf(const char *fmt, ...) | |
12726 | { | |
12727 | char *s; | |
12728 | ||
12729 | va_list argp; | |
12730 | va_start(argp, fmt); | |
12731 | vsnprintf(s, 42, fmt, argp); | |
12732 | va_end(argp); | |
698dcdb6 VZ |
12733 | |
12734 | ; return 0; } | |
12735 | EOF | |
0b2effe9 | 12736 | if { (eval echo configure:12737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
12737 | rm -rf conftest* |
12738 | ||
f6bcfd97 | 12739 | wx_cv_func_vsnprintf=yes |
698dcdb6 | 12740 | |
10f2d63a | 12741 | else |
698dcdb6 VZ |
12742 | echo "configure: failed program was:" >&5 |
12743 | cat conftest.$ac_ext >&5 | |
12744 | rm -rf conftest* | |
12745 | ||
12746 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12747 | #line 12748 "configure" |
c521c494 RL |
12748 | #include "confdefs.h" |
12749 | ||
12750 | #include <stdio.h> | |
12751 | #include <stdarg.h> | |
698dcdb6 VZ |
12752 | |
12753 | int main() { | |
c521c494 RL |
12754 | |
12755 | int wx_test_vsnprintf(const char *, ...); | |
12756 | ||
12757 | wx_test_vsnprintf("%s"); | |
12758 | return 0; | |
12759 | } | |
12760 | ||
12761 | int wx_test_vsnprintf(const char *fmt, ...) | |
12762 | { | |
12763 | char *s; | |
12764 | ||
12765 | va_list argp; | |
12766 | va_start(argp, fmt); | |
12767 | _vsnprintf(s, 42, fmt, argp); | |
12768 | va_end(argp); | |
698dcdb6 VZ |
12769 | |
12770 | ; return 0; } | |
12771 | EOF | |
0b2effe9 | 12772 | if { (eval echo configure:12773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
12773 | rm -rf conftest* |
12774 | ||
c521c494 | 12775 | wx_cv_func_vsnprintf=yes |
698dcdb6 | 12776 | |
c521c494 | 12777 | else |
698dcdb6 VZ |
12778 | echo "configure: failed program was:" >&5 |
12779 | cat conftest.$ac_ext >&5 | |
12780 | rm -rf conftest* | |
12781 | ||
c521c494 | 12782 | wx_cv_func_vsnprintf=no |
698dcdb6 | 12783 | |
10f2d63a | 12784 | fi |
698dcdb6 VZ |
12785 | rm -f conftest* |
12786 | ||
6232543b | 12787 | fi |
698dcdb6 | 12788 | rm -f conftest* |
703e0a69 | 12789 | |
1e487827 | 12790 | fi |
698dcdb6 VZ |
12791 | |
12792 | echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6 | |
10f2d63a | 12793 | |
9d8deca0 | 12794 | if test "$wx_cv_func_vsnprintf" = yes; then |
698dcdb6 | 12795 | cat >> confdefs.h <<\EOF |
9d8deca0 VZ |
12796 | #define HAVE_VSNPRINTF 1 |
12797 | EOF | |
12798 | ||
12799 | else | |
698dcdb6 | 12800 | echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2 |
9d8deca0 VZ |
12801 | fi |
12802 | ||
698dcdb6 | 12803 | echo $ac_n "checking for vsscanf""... $ac_c" 1>&6 |
0b2effe9 | 12804 | echo "configure:12805: checking for vsscanf" >&5 |
698dcdb6 VZ |
12805 | if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then |
12806 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 12807 | else |
698dcdb6 VZ |
12808 | |
12809 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12810 | #line 12811 "configure" |
10f2d63a | 12811 | #include "confdefs.h" |
10f2d63a | 12812 | |
f6bcfd97 BP |
12813 | #include <stdio.h> |
12814 | #include <stdarg.h> | |
698dcdb6 VZ |
12815 | |
12816 | int main() { | |
10f2d63a | 12817 | |
f6bcfd97 | 12818 | int wx_test_vsscanf(const char *, ...); |
10f2d63a | 12819 | |
f6bcfd97 BP |
12820 | wx_test_vsscanf("%d"); |
12821 | return 0; | |
10f2d63a VZ |
12822 | } |
12823 | ||
f6bcfd97 | 12824 | int wx_test_vsscanf(const char *fmt, ...) |
10f2d63a | 12825 | { |
f6bcfd97 BP |
12826 | va_list argp; |
12827 | va_start(argp, fmt); | |
12828 | vsscanf("42", fmt, argp); | |
12829 | va_end(argp); | |
698dcdb6 VZ |
12830 | |
12831 | ; return 0; } | |
12832 | EOF | |
0b2effe9 | 12833 | if { (eval echo configure:12834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
12834 | rm -rf conftest* |
12835 | ||
f6bcfd97 | 12836 | wx_cv_func_vsscanf=yes |
698dcdb6 | 12837 | |
10f2d63a | 12838 | else |
698dcdb6 VZ |
12839 | echo "configure: failed program was:" >&5 |
12840 | cat conftest.$ac_ext >&5 | |
12841 | rm -rf conftest* | |
12842 | ||
f6bcfd97 | 12843 | wx_cv_func_vsscanf=no |
698dcdb6 | 12844 | |
6232543b | 12845 | fi |
698dcdb6 | 12846 | rm -f conftest* |
703e0a69 | 12847 | |
1e487827 | 12848 | fi |
698dcdb6 VZ |
12849 | |
12850 | echo "$ac_t""$wx_cv_func_vsscanf" 1>&6 | |
10f2d63a | 12851 | |
9d8deca0 | 12852 | if test "$wx_cv_func_vsscanf" = yes; then |
698dcdb6 | 12853 | cat >> confdefs.h <<\EOF |
9d8deca0 VZ |
12854 | #define HAVE_VSSCANF 1 |
12855 | EOF | |
12856 | ||
12857 | fi | |
12858 | ||
95c8801c VS |
12859 | if test "$TOOLKIT" != "MSW"; then |
12860 | ||
12861 | ||
12862 | ||
698dcdb6 VZ |
12863 | ac_ext=C |
12864 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
12865 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12866 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
12867 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12868 | cross_compiling=$ac_cv_prog_cxx_cross | |
12869 | ||
12870 | echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6 | |
0b2effe9 | 12871 | echo "configure:12872: checking if iconv() takes char**" >&5 |
698dcdb6 VZ |
12872 | if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then |
12873 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12874 | else | |
12875 | ||
12876 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12877 | #line 12878 "configure" |
95c8801c VS |
12878 | #include "confdefs.h" |
12879 | #include <iconv.h> | |
698dcdb6 | 12880 | int main() { |
95c8801c VS |
12881 | |
12882 | char **inbuf, **outbuf; | |
19af3b06 VZ |
12883 | iconv_t cd; |
12884 | size_t insz, outsz; | |
12885 | iconv(cd, inbuf, &insz, outbuf, &outsz); | |
698dcdb6 VZ |
12886 | |
12887 | ; return 0; } | |
12888 | EOF | |
0b2effe9 | 12889 | if { (eval echo configure:12890: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 12890 | rm -rf conftest* |
95c8801c VS |
12891 | wx_cv_iconv_takes_char=yes |
12892 | else | |
698dcdb6 VZ |
12893 | echo "configure: failed program was:" >&5 |
12894 | cat conftest.$ac_ext >&5 | |
12895 | rm -rf conftest* | |
12896 | wx_cv_iconv_takes_char=no | |
95c8801c | 12897 | fi |
698dcdb6 | 12898 | rm -f conftest* |
95c8801c VS |
12899 | |
12900 | fi | |
698dcdb6 VZ |
12901 | |
12902 | echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6 | |
10f2d63a | 12903 | ac_ext=c |
698dcdb6 | 12904 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 12905 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
12906 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
12907 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12908 | cross_compiling=$ac_cv_prog_cc_cross | |
10f2d63a | 12909 | |
95c8801c | 12910 | if test "$wx_cv_iconv_takes_char" = yes ; then |
698dcdb6 | 12911 | cat >> confdefs.h <<\EOF |
95c8801c VS |
12912 | #define WX_ICONV_TAKES_CHAR 1 |
12913 | EOF | |
12914 | ||
12915 | fi | |
10f2d63a | 12916 | |
1e487827 | 12917 | |
698dcdb6 VZ |
12918 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then |
12919 | for ac_func in sigaction | |
eb4efbdc | 12920 | do |
698dcdb6 | 12921 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 12922 | echo "configure:12923: checking for $ac_func" >&5 |
698dcdb6 VZ |
12923 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
12924 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12925 | else | |
12926 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12927 | #line 12928 "configure" |
eb4efbdc VZ |
12928 | #include "confdefs.h" |
12929 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 12930 | which can conflict with char $ac_func(); below. */ |
eb4efbdc VZ |
12931 | #include <assert.h> |
12932 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12933 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
12934 | builtin and then its argument prototype would still apply. */ |
12935 | char $ac_func(); | |
12936 | ||
12937 | int main() { | |
eb4efbdc VZ |
12938 | |
12939 | /* The GNU C library defines this for functions which it implements | |
12940 | to always fail with ENOSYS. Some functions are actually named | |
12941 | something starting with __ and the normal name is an alias. */ | |
12942 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
12943 | choke me | |
12944 | #else | |
698dcdb6 | 12945 | $ac_func(); |
eb4efbdc VZ |
12946 | #endif |
12947 | ||
698dcdb6 | 12948 | ; return 0; } |
eb4efbdc | 12949 | EOF |
0b2effe9 | 12950 | if { (eval echo configure:12951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
12951 | rm -rf conftest* |
12952 | eval "ac_cv_func_$ac_func=yes" | |
12953 | else | |
12954 | echo "configure: failed program was:" >&5 | |
12955 | cat conftest.$ac_ext >&5 | |
12956 | rm -rf conftest* | |
12957 | eval "ac_cv_func_$ac_func=no" | |
12958 | fi | |
12959 | rm -f conftest* | |
12960 | fi | |
eb4efbdc | 12961 | |
698dcdb6 VZ |
12962 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
12963 | echo "$ac_t""yes" 1>&6 | |
12964 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
12965 | cat >> confdefs.h <<EOF | |
12966 | #define $ac_tr_func 1 | |
12967 | EOF | |
12968 | ||
12969 | else | |
12970 | echo "$ac_t""no" 1>&6 | |
eb4efbdc VZ |
12971 | fi |
12972 | done | |
12973 | ||
698dcdb6 | 12974 | |
eb4efbdc | 12975 | if test "$ac_cv_func_sigaction" = "no"; then |
698dcdb6 | 12976 | echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2 |
eb4efbdc VZ |
12977 | wxUSE_ON_FATAL_EXCEPTION=no |
12978 | fi | |
f6bcfd97 BP |
12979 | |
12980 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
698dcdb6 VZ |
12981 | |
12982 | ac_ext=C | |
12983 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 12984 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
12985 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
12986 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
12987 | cross_compiling=$ac_cv_prog_cxx_cross | |
6232543b | 12988 | |
1e487827 | 12989 | |
698dcdb6 | 12990 | echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6 |
0b2effe9 | 12991 | echo "configure:12992: checking for sa_handler type" >&5 |
698dcdb6 VZ |
12992 | if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then |
12993 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12994 | else | |
12995 | ||
12996 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 12997 | #line 12998 "configure" |
f6bcfd97 BP |
12998 | #include "confdefs.h" |
12999 | #include <signal.h> | |
698dcdb6 | 13000 | int main() { |
f6bcfd97 BP |
13001 | |
13002 | extern void testSigHandler(int); | |
13003 | ||
13004 | struct sigaction sa; | |
13005 | sa.sa_handler = testSigHandler; | |
698dcdb6 VZ |
13006 | |
13007 | ; return 0; } | |
13008 | EOF | |
0b2effe9 | 13009 | if { (eval echo configure:13010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
13010 | rm -rf conftest* |
13011 | ||
f6bcfd97 | 13012 | wx_cv_type_sa_handler=int |
698dcdb6 | 13013 | |
f6bcfd97 | 13014 | else |
698dcdb6 VZ |
13015 | echo "configure: failed program was:" >&5 |
13016 | cat conftest.$ac_ext >&5 | |
13017 | rm -rf conftest* | |
13018 | ||
f6bcfd97 | 13019 | wx_cv_type_sa_handler=void |
698dcdb6 | 13020 | |
6232543b | 13021 | fi |
698dcdb6 VZ |
13022 | rm -f conftest* |
13023 | ||
1e487827 | 13024 | fi |
698dcdb6 VZ |
13025 | |
13026 | echo "$ac_t""$wx_cv_type_sa_handler" 1>&6 | |
f6bcfd97 BP |
13027 | |
13028 | ac_ext=c | |
698dcdb6 | 13029 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
f6bcfd97 | 13030 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
13031 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
13032 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13033 | cross_compiling=$ac_cv_prog_cc_cross | |
13034 | ||
703e0a69 | 13035 | |
698dcdb6 | 13036 | cat >> confdefs.h <<EOF |
f6bcfd97 BP |
13037 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler |
13038 | EOF | |
13039 | ||
13040 | fi | |
eb4efbdc VZ |
13041 | fi |
13042 | ||
10f2d63a VZ |
13043 | for ac_func in vfork |
13044 | do | |
698dcdb6 | 13045 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13046 | echo "configure:13047: checking for $ac_func" >&5 |
698dcdb6 VZ |
13047 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13048 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13049 | else | |
13050 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13051 | #line 13052 "configure" |
10f2d63a VZ |
13052 | #include "confdefs.h" |
13053 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13054 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
13055 | #include <assert.h> |
13056 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13057 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13058 | builtin and then its argument prototype would still apply. */ |
13059 | char $ac_func(); | |
13060 | ||
13061 | int main() { | |
10f2d63a VZ |
13062 | |
13063 | /* The GNU C library defines this for functions which it implements | |
13064 | to always fail with ENOSYS. Some functions are actually named | |
13065 | something starting with __ and the normal name is an alias. */ | |
13066 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13067 | choke me | |
13068 | #else | |
698dcdb6 | 13069 | $ac_func(); |
10f2d63a VZ |
13070 | #endif |
13071 | ||
698dcdb6 | 13072 | ; return 0; } |
10f2d63a | 13073 | EOF |
0b2effe9 | 13074 | if { (eval echo configure:13075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13075 | rm -rf conftest* |
13076 | eval "ac_cv_func_$ac_func=yes" | |
13077 | else | |
13078 | echo "configure: failed program was:" >&5 | |
13079 | cat conftest.$ac_ext >&5 | |
13080 | rm -rf conftest* | |
13081 | eval "ac_cv_func_$ac_func=no" | |
13082 | fi | |
13083 | rm -f conftest* | |
13084 | fi | |
270a909e | 13085 | |
698dcdb6 VZ |
13086 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
13087 | echo "$ac_t""yes" 1>&6 | |
13088 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13089 | cat >> confdefs.h <<EOF | |
13090 | #define $ac_tr_func 1 | |
13091 | EOF | |
13092 | ||
13093 | else | |
13094 | echo "$ac_t""no" 1>&6 | |
270a909e VZ |
13095 | fi |
13096 | done | |
13097 | ||
1e487827 | 13098 | |
698dcdb6 VZ |
13099 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
13100 | for ac_func in fcntl flock | |
4f3c5f06 | 13101 | do |
698dcdb6 | 13102 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13103 | echo "configure:13104: checking for $ac_func" >&5 |
698dcdb6 VZ |
13104 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13105 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13106 | else | |
13107 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13108 | #line 13109 "configure" |
4f3c5f06 VZ |
13109 | #include "confdefs.h" |
13110 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13111 | which can conflict with char $ac_func(); below. */ |
4f3c5f06 VZ |
13112 | #include <assert.h> |
13113 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13114 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13115 | builtin and then its argument prototype would still apply. */ |
13116 | char $ac_func(); | |
13117 | ||
13118 | int main() { | |
4f3c5f06 VZ |
13119 | |
13120 | /* The GNU C library defines this for functions which it implements | |
13121 | to always fail with ENOSYS. Some functions are actually named | |
13122 | something starting with __ and the normal name is an alias. */ | |
13123 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13124 | choke me | |
13125 | #else | |
698dcdb6 | 13126 | $ac_func(); |
4f3c5f06 VZ |
13127 | #endif |
13128 | ||
698dcdb6 VZ |
13129 | ; return 0; } |
13130 | EOF | |
0b2effe9 | 13131 | if { (eval echo configure:13132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13132 | rm -rf conftest* |
13133 | eval "ac_cv_func_$ac_func=yes" | |
13134 | else | |
13135 | echo "configure: failed program was:" >&5 | |
13136 | cat conftest.$ac_ext >&5 | |
13137 | rm -rf conftest* | |
13138 | eval "ac_cv_func_$ac_func=no" | |
13139 | fi | |
13140 | rm -f conftest* | |
13141 | fi | |
13142 | ||
13143 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13144 | echo "$ac_t""yes" 1>&6 | |
13145 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13146 | cat >> confdefs.h <<EOF | |
13147 | #define $ac_tr_func 1 | |
4f3c5f06 VZ |
13148 | EOF |
13149 | break | |
698dcdb6 VZ |
13150 | else |
13151 | echo "$ac_t""no" 1>&6 | |
4f3c5f06 VZ |
13152 | fi |
13153 | done | |
13154 | ||
698dcdb6 | 13155 | |
4f3c5f06 | 13156 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then |
698dcdb6 | 13157 | echo "configure: warning: wxSingleInstanceChecker not available" 1>&2 |
4f3c5f06 VZ |
13158 | wxUSE_SNGLINST_CHECKER=no |
13159 | fi | |
13160 | fi | |
13161 | ||
270a909e VZ |
13162 | for ac_func in timegm |
13163 | do | |
698dcdb6 | 13164 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13165 | echo "configure:13166: checking for $ac_func" >&5 |
698dcdb6 VZ |
13166 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13167 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13168 | else | |
13169 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13170 | #line 13171 "configure" |
270a909e VZ |
13171 | #include "confdefs.h" |
13172 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13173 | which can conflict with char $ac_func(); below. */ |
270a909e VZ |
13174 | #include <assert.h> |
13175 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13176 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13177 | builtin and then its argument prototype would still apply. */ |
13178 | char $ac_func(); | |
13179 | ||
13180 | int main() { | |
270a909e VZ |
13181 | |
13182 | /* The GNU C library defines this for functions which it implements | |
13183 | to always fail with ENOSYS. Some functions are actually named | |
13184 | something starting with __ and the normal name is an alias. */ | |
13185 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13186 | choke me | |
13187 | #else | |
698dcdb6 | 13188 | $ac_func(); |
270a909e VZ |
13189 | #endif |
13190 | ||
698dcdb6 | 13191 | ; return 0; } |
270a909e | 13192 | EOF |
0b2effe9 | 13193 | if { (eval echo configure:13194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13194 | rm -rf conftest* |
13195 | eval "ac_cv_func_$ac_func=yes" | |
13196 | else | |
13197 | echo "configure: failed program was:" >&5 | |
13198 | cat conftest.$ac_ext >&5 | |
13199 | rm -rf conftest* | |
13200 | eval "ac_cv_func_$ac_func=no" | |
13201 | fi | |
13202 | rm -f conftest* | |
13203 | fi | |
10f2d63a | 13204 | |
698dcdb6 VZ |
13205 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
13206 | echo "$ac_t""yes" 1>&6 | |
13207 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13208 | cat >> confdefs.h <<EOF | |
13209 | #define $ac_tr_func 1 | |
13210 | EOF | |
13211 | ||
13212 | else | |
13213 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
13214 | fi |
13215 | done | |
13216 | ||
698dcdb6 | 13217 | |
8fd0d89b VZ |
13218 | for ac_func in putenv setenv |
13219 | do | |
698dcdb6 | 13220 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13221 | echo "configure:13222: checking for $ac_func" >&5 |
698dcdb6 VZ |
13222 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13223 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13224 | else | |
13225 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13226 | #line 13227 "configure" |
8fd0d89b VZ |
13227 | #include "confdefs.h" |
13228 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13229 | which can conflict with char $ac_func(); below. */ |
8fd0d89b VZ |
13230 | #include <assert.h> |
13231 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13232 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13233 | builtin and then its argument prototype would still apply. */ |
13234 | char $ac_func(); | |
13235 | ||
13236 | int main() { | |
8fd0d89b VZ |
13237 | |
13238 | /* The GNU C library defines this for functions which it implements | |
13239 | to always fail with ENOSYS. Some functions are actually named | |
13240 | something starting with __ and the normal name is an alias. */ | |
13241 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13242 | choke me | |
13243 | #else | |
698dcdb6 | 13244 | $ac_func(); |
8fd0d89b VZ |
13245 | #endif |
13246 | ||
698dcdb6 VZ |
13247 | ; return 0; } |
13248 | EOF | |
0b2effe9 | 13249 | if { (eval echo configure:13250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13250 | rm -rf conftest* |
13251 | eval "ac_cv_func_$ac_func=yes" | |
13252 | else | |
13253 | echo "configure: failed program was:" >&5 | |
13254 | cat conftest.$ac_ext >&5 | |
13255 | rm -rf conftest* | |
13256 | eval "ac_cv_func_$ac_func=no" | |
13257 | fi | |
13258 | rm -f conftest* | |
13259 | fi | |
13260 | ||
13261 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13262 | echo "$ac_t""yes" 1>&6 | |
13263 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13264 | cat >> confdefs.h <<EOF | |
13265 | #define $ac_tr_func 1 | |
8fd0d89b VZ |
13266 | EOF |
13267 | break | |
698dcdb6 VZ |
13268 | else |
13269 | echo "$ac_t""no" 1>&6 | |
8fd0d89b VZ |
13270 | fi |
13271 | done | |
13272 | ||
698dcdb6 | 13273 | |
b12915c1 VZ |
13274 | HAVE_SOME_SLEEP_FUNC=0 |
13275 | if test "$USE_BEOS" = 1; then | |
698dcdb6 | 13276 | cat >> confdefs.h <<\EOF |
b12915c1 VZ |
13277 | #define HAVE_SLEEP 1 |
13278 | EOF | |
13279 | ||
13280 | HAVE_SOME_SLEEP_FUNC=1 | |
13281 | fi | |
13282 | ||
b4085ce6 | 13283 | if test "$USE_MAC" = 1; then |
698dcdb6 | 13284 | cat >> confdefs.h <<\EOF |
b4085ce6 GD |
13285 | #define HAVE_USLEEP 1 |
13286 | EOF | |
13287 | ||
13288 | HAVE_SOME_SLEEP_FUNC=1 | |
13289 | fi | |
13290 | ||
b12915c1 VZ |
13291 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then |
13292 | POSIX4_LINK= | |
698dcdb6 | 13293 | for ac_func in nanosleep |
10f2d63a | 13294 | do |
698dcdb6 | 13295 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13296 | echo "configure:13297: checking for $ac_func" >&5 |
698dcdb6 VZ |
13297 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13298 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13299 | else | |
13300 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13301 | #line 13302 "configure" |
10f2d63a VZ |
13302 | #include "confdefs.h" |
13303 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13304 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
13305 | #include <assert.h> |
13306 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13307 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13308 | builtin and then its argument prototype would still apply. */ |
13309 | char $ac_func(); | |
13310 | ||
13311 | int main() { | |
10f2d63a VZ |
13312 | |
13313 | /* The GNU C library defines this for functions which it implements | |
13314 | to always fail with ENOSYS. Some functions are actually named | |
13315 | something starting with __ and the normal name is an alias. */ | |
13316 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13317 | choke me | |
13318 | #else | |
698dcdb6 | 13319 | $ac_func(); |
10f2d63a VZ |
13320 | #endif |
13321 | ||
698dcdb6 VZ |
13322 | ; return 0; } |
13323 | EOF | |
0b2effe9 | 13324 | if { (eval echo configure:13325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13325 | rm -rf conftest* |
13326 | eval "ac_cv_func_$ac_func=yes" | |
13327 | else | |
13328 | echo "configure: failed program was:" >&5 | |
13329 | cat conftest.$ac_ext >&5 | |
13330 | rm -rf conftest* | |
13331 | eval "ac_cv_func_$ac_func=no" | |
13332 | fi | |
13333 | rm -f conftest* | |
13334 | fi | |
13335 | ||
13336 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13337 | echo "$ac_t""yes" 1>&6 | |
13338 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13339 | cat >> confdefs.h <<EOF | |
13340 | #define $ac_tr_func 1 | |
13341 | EOF | |
13342 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
13343 | #define HAVE_NANOSLEEP 1 |
13344 | EOF | |
13345 | ||
13346 | else | |
698dcdb6 VZ |
13347 | echo "$ac_t""no" 1>&6 |
13348 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 | |
0b2effe9 | 13349 | echo "configure:13350: checking for nanosleep in -lposix4" >&5 |
698dcdb6 VZ |
13350 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` |
13351 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13352 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 13353 | else |
698dcdb6 | 13354 | ac_save_LIBS="$LIBS" |
10f2d63a | 13355 | LIBS="-lposix4 $LIBS" |
698dcdb6 | 13356 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 13357 | #line 13358 "configure" |
10f2d63a VZ |
13358 | #include "confdefs.h" |
13359 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13360 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13361 | builtin and then its argument prototype would still apply. */ |
13362 | char nanosleep(); | |
13363 | ||
13364 | int main() { | |
13365 | nanosleep() | |
13366 | ; return 0; } | |
13367 | EOF | |
0b2effe9 | 13368 | if { (eval echo configure:13369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13369 | rm -rf conftest* |
13370 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13371 | else | |
13372 | echo "configure: failed program was:" >&5 | |
13373 | cat conftest.$ac_ext >&5 | |
13374 | rm -rf conftest* | |
13375 | eval "ac_cv_lib_$ac_lib_var=no" | |
13376 | fi | |
13377 | rm -f conftest* | |
13378 | LIBS="$ac_save_LIBS" | |
13379 | ||
13380 | fi | |
13381 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13382 | echo "$ac_t""yes" 1>&6 | |
13383 | ||
13384 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
13385 | #define HAVE_NANOSLEEP 1 |
13386 | EOF | |
13387 | ||
b12915c1 | 13388 | POSIX4_LINK="-lposix4" |
698dcdb6 | 13389 | |
10f2d63a | 13390 | else |
698dcdb6 | 13391 | echo "$ac_t""no" 1>&6 |
10f2d63a | 13392 | |
698dcdb6 | 13393 | for ac_func in usleep |
10f2d63a | 13394 | do |
698dcdb6 | 13395 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13396 | echo "configure:13397: checking for $ac_func" >&5 |
698dcdb6 VZ |
13397 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13398 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13399 | else | |
13400 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13401 | #line 13402 "configure" |
10f2d63a VZ |
13402 | #include "confdefs.h" |
13403 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13404 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
13405 | #include <assert.h> |
13406 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13407 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13408 | builtin and then its argument prototype would still apply. */ |
13409 | char $ac_func(); | |
13410 | ||
13411 | int main() { | |
10f2d63a VZ |
13412 | |
13413 | /* The GNU C library defines this for functions which it implements | |
13414 | to always fail with ENOSYS. Some functions are actually named | |
13415 | something starting with __ and the normal name is an alias. */ | |
13416 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13417 | choke me | |
13418 | #else | |
698dcdb6 | 13419 | $ac_func(); |
10f2d63a VZ |
13420 | #endif |
13421 | ||
698dcdb6 VZ |
13422 | ; return 0; } |
13423 | EOF | |
0b2effe9 | 13424 | if { (eval echo configure:13425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13425 | rm -rf conftest* |
13426 | eval "ac_cv_func_$ac_func=yes" | |
13427 | else | |
13428 | echo "configure: failed program was:" >&5 | |
13429 | cat conftest.$ac_ext >&5 | |
13430 | rm -rf conftest* | |
13431 | eval "ac_cv_func_$ac_func=no" | |
13432 | fi | |
13433 | rm -f conftest* | |
13434 | fi | |
13435 | ||
13436 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13437 | echo "$ac_t""yes" 1>&6 | |
13438 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13439 | cat >> confdefs.h <<EOF | |
13440 | #define $ac_tr_func 1 | |
13441 | EOF | |
13442 | cat >> confdefs.h <<\EOF | |
b4085ce6 GD |
13443 | #define HAVE_USLEEP 1 |
13444 | EOF | |
13445 | ||
10f2d63a | 13446 | else |
698dcdb6 VZ |
13447 | echo "$ac_t""no" 1>&6 |
13448 | echo "configure: warning: wxSleep() function will not work" 1>&2 | |
13449 | ||
10f2d63a VZ |
13450 | fi |
13451 | done | |
13452 | ||
698dcdb6 VZ |
13453 | |
13454 | ||
10f2d63a VZ |
13455 | fi |
13456 | ||
698dcdb6 VZ |
13457 | |
13458 | ||
10f2d63a VZ |
13459 | fi |
13460 | done | |
13461 | ||
b12915c1 | 13462 | fi |
10f2d63a VZ |
13463 | |
13464 | for ac_func in uname gethostname | |
13465 | do | |
698dcdb6 | 13466 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13467 | echo "configure:13468: checking for $ac_func" >&5 |
698dcdb6 VZ |
13468 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13469 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13470 | else | |
13471 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13472 | #line 13473 "configure" |
10f2d63a VZ |
13473 | #include "confdefs.h" |
13474 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13475 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
13476 | #include <assert.h> |
13477 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13478 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13479 | builtin and then its argument prototype would still apply. */ |
13480 | char $ac_func(); | |
13481 | ||
13482 | int main() { | |
10f2d63a VZ |
13483 | |
13484 | /* The GNU C library defines this for functions which it implements | |
13485 | to always fail with ENOSYS. Some functions are actually named | |
13486 | something starting with __ and the normal name is an alias. */ | |
13487 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13488 | choke me | |
13489 | #else | |
698dcdb6 | 13490 | $ac_func(); |
10f2d63a VZ |
13491 | #endif |
13492 | ||
698dcdb6 VZ |
13493 | ; return 0; } |
13494 | EOF | |
0b2effe9 | 13495 | if { (eval echo configure:13496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13496 | rm -rf conftest* |
13497 | eval "ac_cv_func_$ac_func=yes" | |
13498 | else | |
13499 | echo "configure: failed program was:" >&5 | |
13500 | cat conftest.$ac_ext >&5 | |
13501 | rm -rf conftest* | |
13502 | eval "ac_cv_func_$ac_func=no" | |
13503 | fi | |
13504 | rm -f conftest* | |
13505 | fi | |
13506 | ||
13507 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13508 | echo "$ac_t""yes" 1>&6 | |
13509 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13510 | cat >> confdefs.h <<EOF | |
13511 | #define $ac_tr_func 1 | |
10f2d63a VZ |
13512 | EOF |
13513 | break | |
698dcdb6 VZ |
13514 | else |
13515 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
13516 | fi |
13517 | done | |
13518 | ||
698dcdb6 VZ |
13519 | |
13520 | ||
13521 | ac_ext=C | |
13522 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
6098c7f9 | 13523 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
13524 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
13525 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13526 | cross_compiling=$ac_cv_prog_cxx_cross | |
13527 | ||
6098c7f9 | 13528 | |
10f2d63a VZ |
13529 | for ac_func in strtok_r |
13530 | do | |
698dcdb6 | 13531 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13532 | echo "configure:13533: checking for $ac_func" >&5 |
698dcdb6 VZ |
13533 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13534 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13535 | else | |
13536 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13537 | #line 13538 "configure" |
10f2d63a VZ |
13538 | #include "confdefs.h" |
13539 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13540 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
13541 | #include <assert.h> |
13542 | /* Override any gcc2 internal prototype to avoid an error. */ | |
6098c7f9 VZ |
13543 | #ifdef __cplusplus |
13544 | extern "C" | |
13545 | #endif | |
10f2d63a | 13546 | /* We use char because int might match the return type of a gcc2 |
698dcdb6 VZ |
13547 | builtin and then its argument prototype would still apply. */ |
13548 | char $ac_func(); | |
13549 | ||
13550 | int main() { | |
10f2d63a VZ |
13551 | |
13552 | /* The GNU C library defines this for functions which it implements | |
13553 | to always fail with ENOSYS. Some functions are actually named | |
13554 | something starting with __ and the normal name is an alias. */ | |
13555 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13556 | choke me | |
13557 | #else | |
698dcdb6 | 13558 | $ac_func(); |
10f2d63a VZ |
13559 | #endif |
13560 | ||
698dcdb6 | 13561 | ; return 0; } |
10f2d63a | 13562 | EOF |
0b2effe9 | 13563 | if { (eval echo configure:13564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13564 | rm -rf conftest* |
13565 | eval "ac_cv_func_$ac_func=yes" | |
13566 | else | |
13567 | echo "configure: failed program was:" >&5 | |
13568 | cat conftest.$ac_ext >&5 | |
13569 | rm -rf conftest* | |
13570 | eval "ac_cv_func_$ac_func=no" | |
13571 | fi | |
13572 | rm -f conftest* | |
13573 | fi | |
10f2d63a | 13574 | |
698dcdb6 VZ |
13575 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
13576 | echo "$ac_t""yes" 1>&6 | |
13577 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13578 | cat >> confdefs.h <<EOF | |
13579 | #define $ac_tr_func 1 | |
13580 | EOF | |
13581 | ||
13582 | else | |
13583 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
13584 | fi |
13585 | done | |
13586 | ||
698dcdb6 | 13587 | |
6098c7f9 | 13588 | ac_ext=c |
698dcdb6 | 13589 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
6098c7f9 | 13590 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
13591 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
13592 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13593 | cross_compiling=$ac_cv_prog_cc_cross | |
6232543b | 13594 | |
1e487827 | 13595 | |
698dcdb6 | 13596 | INET_LINK= |
10f2d63a VZ |
13597 | for ac_func in inet_addr |
13598 | do | |
698dcdb6 | 13599 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13600 | echo "configure:13601: checking for $ac_func" >&5 |
698dcdb6 VZ |
13601 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13602 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13603 | else | |
13604 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13605 | #line 13606 "configure" |
10f2d63a VZ |
13606 | #include "confdefs.h" |
13607 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 VZ |
13608 | which can conflict with char $ac_func(); below. */ |
13609 | #include <assert.h> | |
13610 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10f2d63a | 13611 | /* We use char because int might match the return type of a gcc2 |
698dcdb6 VZ |
13612 | builtin and then its argument prototype would still apply. */ |
13613 | char $ac_func(); | |
13614 | ||
13615 | int main() { | |
10f2d63a VZ |
13616 | |
13617 | /* The GNU C library defines this for functions which it implements | |
13618 | to always fail with ENOSYS. Some functions are actually named | |
1e487827 VS |
13619 | something starting with __ and the normal name is an alias. */ |
13620 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13621 | choke me | |
13622 | #else | |
698dcdb6 | 13623 | $ac_func(); |
1e487827 | 13624 | #endif |
703e0a69 | 13625 | |
698dcdb6 VZ |
13626 | ; return 0; } |
13627 | EOF | |
0b2effe9 | 13628 | if { (eval echo configure:13629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13629 | rm -rf conftest* |
13630 | eval "ac_cv_func_$ac_func=yes" | |
13631 | else | |
13632 | echo "configure: failed program was:" >&5 | |
13633 | cat conftest.$ac_ext >&5 | |
13634 | rm -rf conftest* | |
13635 | eval "ac_cv_func_$ac_func=no" | |
13636 | fi | |
13637 | rm -f conftest* | |
13638 | fi | |
13639 | ||
13640 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13641 | echo "$ac_t""yes" 1>&6 | |
13642 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13643 | cat >> confdefs.h <<EOF | |
13644 | #define $ac_tr_func 1 | |
13645 | EOF | |
13646 | cat >> confdefs.h <<\EOF | |
c63c7106 VZ |
13647 | #define HAVE_INET_ADDR 1 |
13648 | EOF | |
13649 | ||
10f2d63a | 13650 | else |
698dcdb6 VZ |
13651 | echo "$ac_t""no" 1>&6 |
13652 | echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 | |
0b2effe9 | 13653 | echo "configure:13654: checking for inet_addr in -lnsl" >&5 |
698dcdb6 VZ |
13654 | ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` |
13655 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13656 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 13657 | else |
698dcdb6 | 13658 | ac_save_LIBS="$LIBS" |
c63c7106 | 13659 | LIBS="-lnsl $LIBS" |
698dcdb6 | 13660 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 13661 | #line 13662 "configure" |
c63c7106 VZ |
13662 | #include "confdefs.h" |
13663 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13664 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13665 | builtin and then its argument prototype would still apply. */ |
13666 | char inet_addr(); | |
13667 | ||
13668 | int main() { | |
13669 | inet_addr() | |
13670 | ; return 0; } | |
13671 | EOF | |
0b2effe9 | 13672 | if { (eval echo configure:13673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13673 | rm -rf conftest* |
13674 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13675 | else | |
13676 | echo "configure: failed program was:" >&5 | |
13677 | cat conftest.$ac_ext >&5 | |
13678 | rm -rf conftest* | |
13679 | eval "ac_cv_lib_$ac_lib_var=no" | |
13680 | fi | |
13681 | rm -f conftest* | |
13682 | LIBS="$ac_save_LIBS" | |
13683 | ||
13684 | fi | |
13685 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13686 | echo "$ac_t""yes" 1>&6 | |
c63c7106 VZ |
13687 | INET_LINK="nsl" |
13688 | else | |
698dcdb6 VZ |
13689 | echo "$ac_t""no" 1>&6 |
13690 | echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 | |
0b2effe9 | 13691 | echo "configure:13692: checking for inet_addr in -lresolv" >&5 |
698dcdb6 VZ |
13692 | ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` |
13693 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13694 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 13695 | else |
698dcdb6 | 13696 | ac_save_LIBS="$LIBS" |
c63c7106 | 13697 | LIBS="-lresolv $LIBS" |
698dcdb6 | 13698 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 13699 | #line 13700 "configure" |
c63c7106 VZ |
13700 | #include "confdefs.h" |
13701 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13702 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13703 | builtin and then its argument prototype would still apply. */ |
13704 | char inet_addr(); | |
13705 | ||
13706 | int main() { | |
13707 | inet_addr() | |
13708 | ; return 0; } | |
13709 | EOF | |
0b2effe9 | 13710 | if { (eval echo configure:13711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13711 | rm -rf conftest* |
13712 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13713 | else | |
13714 | echo "configure: failed program was:" >&5 | |
13715 | cat conftest.$ac_ext >&5 | |
13716 | rm -rf conftest* | |
13717 | eval "ac_cv_lib_$ac_lib_var=no" | |
13718 | fi | |
13719 | rm -f conftest* | |
13720 | LIBS="$ac_save_LIBS" | |
c63c7106 | 13721 | |
6232543b | 13722 | fi |
698dcdb6 VZ |
13723 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
13724 | echo "$ac_t""yes" 1>&6 | |
13725 | INET_LINK="resolv" | |
13726 | ||
13727 | else | |
13728 | echo "$ac_t""no" 1>&6 | |
13729 | fi | |
c63c7106 | 13730 | |
698dcdb6 | 13731 | |
1e487827 | 13732 | fi |
703e0a69 | 13733 | |
698dcdb6 VZ |
13734 | |
13735 | ||
10f2d63a VZ |
13736 | fi |
13737 | done | |
13738 | ||
698dcdb6 | 13739 | |
10f2d63a VZ |
13740 | for ac_func in inet_aton |
13741 | do | |
698dcdb6 | 13742 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 13743 | echo "configure:13744: checking for $ac_func" >&5 |
698dcdb6 VZ |
13744 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13745 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13746 | else | |
13747 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 13748 | #line 13749 "configure" |
10f2d63a VZ |
13749 | #include "confdefs.h" |
13750 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 13751 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
13752 | #include <assert.h> |
13753 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13754 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13755 | builtin and then its argument prototype would still apply. */ |
13756 | char $ac_func(); | |
13757 | ||
13758 | int main() { | |
10f2d63a VZ |
13759 | |
13760 | /* The GNU C library defines this for functions which it implements | |
13761 | to always fail with ENOSYS. Some functions are actually named | |
13762 | something starting with __ and the normal name is an alias. */ | |
13763 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13764 | choke me | |
13765 | #else | |
698dcdb6 | 13766 | $ac_func(); |
10f2d63a VZ |
13767 | #endif |
13768 | ||
698dcdb6 VZ |
13769 | ; return 0; } |
13770 | EOF | |
0b2effe9 | 13771 | if { (eval echo configure:13772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13772 | rm -rf conftest* |
13773 | eval "ac_cv_func_$ac_func=yes" | |
13774 | else | |
13775 | echo "configure: failed program was:" >&5 | |
13776 | cat conftest.$ac_ext >&5 | |
13777 | rm -rf conftest* | |
13778 | eval "ac_cv_func_$ac_func=no" | |
13779 | fi | |
13780 | rm -f conftest* | |
13781 | fi | |
13782 | ||
13783 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13784 | echo "$ac_t""yes" 1>&6 | |
13785 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13786 | cat >> confdefs.h <<EOF | |
13787 | #define $ac_tr_func 1 | |
13788 | EOF | |
13789 | cat >> confdefs.h <<\EOF | |
c63c7106 VZ |
13790 | #define HAVE_INET_ATON 1 |
13791 | EOF | |
13792 | ||
10f2d63a | 13793 | else |
698dcdb6 VZ |
13794 | echo "$ac_t""no" 1>&6 |
13795 | echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 | |
0b2effe9 | 13796 | echo "configure:13797: checking for inet_aton in -l$INET_LINK" >&5 |
698dcdb6 VZ |
13797 | ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` |
13798 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13799 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 13800 | else |
698dcdb6 | 13801 | ac_save_LIBS="$LIBS" |
c63c7106 | 13802 | LIBS="-l$INET_LINK $LIBS" |
698dcdb6 | 13803 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 13804 | #line 13805 "configure" |
10f2d63a VZ |
13805 | #include "confdefs.h" |
13806 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13807 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13808 | builtin and then its argument prototype would still apply. */ |
13809 | char inet_aton(); | |
13810 | ||
13811 | int main() { | |
13812 | inet_aton() | |
13813 | ; return 0; } | |
13814 | EOF | |
0b2effe9 | 13815 | if { (eval echo configure:13816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13816 | rm -rf conftest* |
13817 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13818 | else | |
13819 | echo "configure: failed program was:" >&5 | |
13820 | cat conftest.$ac_ext >&5 | |
13821 | rm -rf conftest* | |
13822 | eval "ac_cv_lib_$ac_lib_var=no" | |
13823 | fi | |
13824 | rm -f conftest* | |
13825 | LIBS="$ac_save_LIBS" | |
13826 | ||
13827 | fi | |
13828 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13829 | echo "$ac_t""yes" 1>&6 | |
13830 | cat >> confdefs.h <<\EOF | |
c63c7106 | 13831 | #define HAVE_INET_ATON 1 |
10f2d63a VZ |
13832 | EOF |
13833 | ||
698dcdb6 VZ |
13834 | else |
13835 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
13836 | fi |
13837 | ||
698dcdb6 | 13838 | |
c63c7106 VZ |
13839 | fi |
13840 | done | |
13841 | ||
698dcdb6 | 13842 | |
c63c7106 | 13843 | if test "x$INET_LINK" != "x"; then |
698dcdb6 | 13844 | cat >> confdefs.h <<\EOF |
c63c7106 VZ |
13845 | #define HAVE_INET_ADDR 1 |
13846 | EOF | |
13847 | ||
13848 | INET_LINK="-l$INET_LINK" | |
13849 | fi | |
10f2d63a VZ |
13850 | |
13851 | fi | |
13852 | ||
698dcdb6 VZ |
13853 | |
13854 | cat > confcache <<\EOF | |
10f2d63a VZ |
13855 | # This file is a shell script that caches the results of configure |
13856 | # tests run on this system so they can be shared between configure | |
698dcdb6 VZ |
13857 | # scripts and configure runs. It is not useful on other systems. |
13858 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 13859 | # |
698dcdb6 VZ |
13860 | # By default, configure uses ./config.cache as the cache file, |
13861 | # creating it if it does not exist already. You can give configure | |
13862 | # the --cache-file=FILE option to use a different cache file; that is | |
13863 | # what configure does when it calls configure scripts in | |
13864 | # subdirectories, so they share the cache. | |
13865 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
13866 | # config.status only pays attention to the cache file if you give it the | |
13867 | # --recheck option to rerun configure. | |
10f2d63a | 13868 | # |
698dcdb6 | 13869 | EOF |
10f2d63a VZ |
13870 | # The following way of writing the cache mishandles newlines in values, |
13871 | # but we know of no workaround that is simple, portable, and efficient. | |
13872 | # So, don't put newlines in cache variables' values. | |
13873 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
13874 | # and sets the high bit in the cache file unless we assign to the vars. | |
698dcdb6 VZ |
13875 | (set) 2>&1 | |
13876 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
13877 | *ac_space=\ *) | |
13878 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
13879 | # turns \\\\ into \\, and sed turns \\ into \). | |
13880 | sed -n \ | |
13881 | -e "s/'/'\\\\''/g" \ | |
13882 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
13883 | ;; | |
13884 | *) | |
13885 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
13886 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
13887 | ;; | |
13888 | esac >> confcache | |
13889 | if cmp -s $cache_file confcache; then | |
13890 | : | |
13891 | else | |
10f2d63a | 13892 | if test -w $cache_file; then |
698dcdb6 VZ |
13893 | echo "updating cache $cache_file" |
13894 | cat confcache > $cache_file | |
10f2d63a VZ |
13895 | else |
13896 | echo "not updating unwritable cache $cache_file" | |
13897 | fi | |
13898 | fi | |
13899 | rm -f confcache | |
13900 | ||
698dcdb6 VZ |
13901 | |
13902 | ||
b089607b | 13903 | if test "$TOOLKIT" != "MSW"; then |
10f2d63a | 13904 | |
698dcdb6 | 13905 | |
10f2d63a VZ |
13906 | THREADS_LINK="" |
13907 | THREADS_OBJ="" | |
13908 | ||
13909 | if test "$wxUSE_THREADS" = "yes" ; then | |
13910 | if test "$wxUSE_WINE" = 1 ; then | |
698dcdb6 | 13911 | echo "configure: warning: Threads are not supported under WINE" 1>&2 |
10f2d63a | 13912 | wxUSE_THREADS="no" |
b12915c1 | 13913 | elif test "$USE_BEOS" = 1; then |
698dcdb6 | 13914 | echo "configure: warning: BeOS threads are not yet supported" 1>&2 |
b12915c1 | 13915 | wxUSE_THREADS="no" |
10f2d63a VZ |
13916 | fi |
13917 | fi | |
13918 | ||
13919 | if test "$wxUSE_THREADS" = "yes" ; then | |
698dcdb6 | 13920 | |
186837b0 | 13921 | if test "$USE_AIX" = 1; then |
f6bcfd97 BP |
13922 | THREADS_LIB=pthreads |
13923 | else | |
13924 | THREADS_LIB=pthread | |
13925 | fi | |
13926 | ||
698dcdb6 | 13927 | echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6 |
0b2effe9 | 13928 | echo "configure:13929: checking for pthread_create in -l$THREADS_LIB" >&5 |
698dcdb6 VZ |
13929 | ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'` |
13930 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13931 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 13932 | else |
698dcdb6 | 13933 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 13934 | LIBS="-l$THREADS_LIB $LIBS" |
698dcdb6 | 13935 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 13936 | #line 13937 "configure" |
10f2d63a VZ |
13937 | #include "confdefs.h" |
13938 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13939 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13940 | builtin and then its argument prototype would still apply. */ |
13941 | char pthread_create(); | |
13942 | ||
13943 | int main() { | |
13944 | pthread_create() | |
13945 | ; return 0; } | |
13946 | EOF | |
0b2effe9 | 13947 | if { (eval echo configure:13948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13948 | rm -rf conftest* |
13949 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13950 | else | |
13951 | echo "configure: failed program was:" >&5 | |
13952 | cat conftest.$ac_ext >&5 | |
13953 | rm -rf conftest* | |
13954 | eval "ac_cv_lib_$ac_lib_var=no" | |
13955 | fi | |
13956 | rm -f conftest* | |
13957 | LIBS="$ac_save_LIBS" | |
10f2d63a | 13958 | |
698dcdb6 VZ |
13959 | fi |
13960 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13961 | echo "$ac_t""yes" 1>&6 | |
13962 | ||
10f2d63a | 13963 | THREADS_OBJ="threadpsx.lo" |
f6bcfd97 | 13964 | THREADS_LINK=$THREADS_LIB |
698dcdb6 | 13965 | |
10f2d63a | 13966 | else |
698dcdb6 | 13967 | echo "$ac_t""no" 1>&6 |
10f2d63a | 13968 | |
698dcdb6 | 13969 | echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 |
0b2effe9 | 13970 | echo "configure:13971: checking for pthread_create in -lc_r" >&5 |
698dcdb6 VZ |
13971 | ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` |
13972 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13973 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 13974 | else |
698dcdb6 | 13975 | ac_save_LIBS="$LIBS" |
10f2d63a | 13976 | LIBS="-lc_r $LIBS" |
698dcdb6 | 13977 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 13978 | #line 13979 "configure" |
10f2d63a VZ |
13979 | #include "confdefs.h" |
13980 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13981 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
13982 | builtin and then its argument prototype would still apply. */ |
13983 | char pthread_create(); | |
13984 | ||
13985 | int main() { | |
13986 | pthread_create() | |
13987 | ; return 0; } | |
13988 | EOF | |
0b2effe9 | 13989 | if { (eval echo configure:13990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
13990 | rm -rf conftest* |
13991 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13992 | else | |
13993 | echo "configure: failed program was:" >&5 | |
13994 | cat conftest.$ac_ext >&5 | |
13995 | rm -rf conftest* | |
13996 | eval "ac_cv_lib_$ac_lib_var=no" | |
13997 | fi | |
13998 | rm -f conftest* | |
13999 | LIBS="$ac_save_LIBS" | |
10f2d63a | 14000 | |
698dcdb6 VZ |
14001 | fi |
14002 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14003 | echo "$ac_t""yes" 1>&6 | |
14004 | ||
10f2d63a VZ |
14005 | THREADS_OBJ="threadpsx.lo" |
14006 | THREADS_LINK="c_r" | |
698dcdb6 | 14007 | |
10f2d63a | 14008 | else |
698dcdb6 | 14009 | echo "$ac_t""no" 1>&6 |
10f2d63a | 14010 | |
698dcdb6 VZ |
14011 | ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'` |
14012 | echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6 | |
0b2effe9 | 14013 | echo "configure:14014: checking for sys/prctl.h" >&5 |
698dcdb6 VZ |
14014 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
14015 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 14016 | else |
698dcdb6 | 14017 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14018 | #line 14019 "configure" |
10f2d63a VZ |
14019 | #include "confdefs.h" |
14020 | #include <sys/prctl.h> | |
698dcdb6 VZ |
14021 | EOF |
14022 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 14023 | { (eval echo configure:14024: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
14024 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
14025 | if test -z "$ac_err"; then | |
14026 | rm -rf conftest* | |
14027 | eval "ac_cv_header_$ac_safe=yes" | |
1e487827 | 14028 | else |
698dcdb6 VZ |
14029 | echo "$ac_err" >&5 |
14030 | echo "configure: failed program was:" >&5 | |
10f2d63a | 14031 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
14032 | rm -rf conftest* |
14033 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 14034 | fi |
698dcdb6 | 14035 | rm -f conftest* |
10f2d63a | 14036 | fi |
698dcdb6 VZ |
14037 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
14038 | echo "$ac_t""yes" 1>&6 | |
14039 | ||
1f8ae82f | 14040 | THREADS_OBJ="threadsgi.lo" |
698dcdb6 VZ |
14041 | |
14042 | else | |
14043 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
14044 | fi |
14045 | ||
698dcdb6 | 14046 | |
6232543b | 14047 | fi |
10f2d63a | 14048 | |
698dcdb6 | 14049 | |
1e487827 | 14050 | fi |
703e0a69 | 14051 | |
698dcdb6 | 14052 | |
10f2d63a VZ |
14053 | if test -z "$THREADS_OBJ" ; then |
14054 | wxUSE_THREADS=no | |
698dcdb6 | 14055 | echo "configure: warning: No thread support on this system" 1>&2 |
10f2d63a VZ |
14056 | fi |
14057 | fi | |
14058 | ||
14059 | if test "$wxUSE_THREADS" = "yes" ; then | |
698dcdb6 | 14060 | for ac_func in thr_setconcurrency |
70846f0a | 14061 | do |
698dcdb6 | 14062 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 14063 | echo "configure:14064: checking for $ac_func" >&5 |
698dcdb6 VZ |
14064 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
14065 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14066 | else | |
14067 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14068 | #line 14069 "configure" |
70846f0a VZ |
14069 | #include "confdefs.h" |
14070 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 14071 | which can conflict with char $ac_func(); below. */ |
70846f0a VZ |
14072 | #include <assert.h> |
14073 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14074 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14075 | builtin and then its argument prototype would still apply. */ |
14076 | char $ac_func(); | |
14077 | ||
14078 | int main() { | |
70846f0a VZ |
14079 | |
14080 | /* The GNU C library defines this for functions which it implements | |
14081 | to always fail with ENOSYS. Some functions are actually named | |
14082 | something starting with __ and the normal name is an alias. */ | |
14083 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14084 | choke me | |
14085 | #else | |
698dcdb6 | 14086 | $ac_func(); |
70846f0a VZ |
14087 | #endif |
14088 | ||
698dcdb6 | 14089 | ; return 0; } |
70846f0a | 14090 | EOF |
0b2effe9 | 14091 | if { (eval echo configure:14092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14092 | rm -rf conftest* |
14093 | eval "ac_cv_func_$ac_func=yes" | |
14094 | else | |
14095 | echo "configure: failed program was:" >&5 | |
14096 | cat conftest.$ac_ext >&5 | |
14097 | rm -rf conftest* | |
14098 | eval "ac_cv_func_$ac_func=no" | |
14099 | fi | |
14100 | rm -f conftest* | |
14101 | fi | |
70846f0a | 14102 | |
698dcdb6 VZ |
14103 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
14104 | echo "$ac_t""yes" 1>&6 | |
14105 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14106 | cat >> confdefs.h <<EOF | |
14107 | #define $ac_tr_func 1 | |
14108 | EOF | |
14109 | ||
14110 | else | |
14111 | echo "$ac_t""no" 1>&6 | |
70846f0a VZ |
14112 | fi |
14113 | done | |
14114 | ||
698dcdb6 VZ |
14115 | |
14116 | ||
14117 | for ac_hdr in sched.h | |
10f2d63a | 14118 | do |
698dcdb6 VZ |
14119 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
14120 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 14121 | echo "configure:14122: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
14122 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
14123 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14124 | else | |
14125 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14126 | #line 14127 "configure" |
10f2d63a | 14127 | #include "confdefs.h" |
698dcdb6 VZ |
14128 | #include <$ac_hdr> |
14129 | EOF | |
14130 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 14131 | { (eval echo configure:14132: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
14132 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
14133 | if test -z "$ac_err"; then | |
14134 | rm -rf conftest* | |
14135 | eval "ac_cv_header_$ac_safe=yes" | |
1e487827 | 14136 | else |
698dcdb6 VZ |
14137 | echo "$ac_err" >&5 |
14138 | echo "configure: failed program was:" >&5 | |
10f2d63a | 14139 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
14140 | rm -rf conftest* |
14141 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 14142 | fi |
698dcdb6 | 14143 | rm -f conftest* |
10f2d63a | 14144 | fi |
698dcdb6 VZ |
14145 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
14146 | echo "$ac_t""yes" 1>&6 | |
14147 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
14148 | cat >> confdefs.h <<EOF | |
14149 | #define $ac_tr_hdr 1 | |
10f2d63a | 14150 | EOF |
698dcdb6 VZ |
14151 | |
14152 | else | |
14153 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
14154 | fi |
14155 | done | |
14156 | ||
698dcdb6 VZ |
14157 | |
14158 | echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6 | |
0b2effe9 | 14159 | echo "configure:14160: checking for sched_yield in -l$THREADS_LINK" >&5 |
698dcdb6 VZ |
14160 | ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'` |
14161 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14162 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 14163 | else |
698dcdb6 | 14164 | ac_save_LIBS="$LIBS" |
10f2d63a | 14165 | LIBS="-l$THREADS_LINK $LIBS" |
698dcdb6 | 14166 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14167 | #line 14168 "configure" |
10f2d63a VZ |
14168 | #include "confdefs.h" |
14169 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14170 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14171 | builtin and then its argument prototype would still apply. */ |
14172 | char sched_yield(); | |
14173 | ||
14174 | int main() { | |
14175 | sched_yield() | |
14176 | ; return 0; } | |
14177 | EOF | |
0b2effe9 | 14178 | if { (eval echo configure:14179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14179 | rm -rf conftest* |
14180 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14181 | else | |
14182 | echo "configure: failed program was:" >&5 | |
14183 | cat conftest.$ac_ext >&5 | |
14184 | rm -rf conftest* | |
14185 | eval "ac_cv_lib_$ac_lib_var=no" | |
14186 | fi | |
14187 | rm -f conftest* | |
14188 | LIBS="$ac_save_LIBS" | |
14189 | ||
14190 | fi | |
14191 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14192 | echo "$ac_t""yes" 1>&6 | |
14193 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
14194 | #define HAVE_SCHED_YIELD 1 |
14195 | EOF | |
14196 | ||
14197 | else | |
698dcdb6 VZ |
14198 | echo "$ac_t""no" 1>&6 |
14199 | echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6 | |
0b2effe9 | 14200 | echo "configure:14201: checking for sched_yield in -lposix4" >&5 |
698dcdb6 VZ |
14201 | ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` |
14202 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14203 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 14204 | else |
698dcdb6 | 14205 | ac_save_LIBS="$LIBS" |
1e487827 | 14206 | LIBS="-lposix4 $LIBS" |
698dcdb6 | 14207 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14208 | #line 14209 "configure" |
10f2d63a VZ |
14209 | #include "confdefs.h" |
14210 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14211 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14212 | builtin and then its argument prototype would still apply. */ |
14213 | char sched_yield(); | |
14214 | ||
14215 | int main() { | |
14216 | sched_yield() | |
14217 | ; return 0; } | |
14218 | EOF | |
0b2effe9 | 14219 | if { (eval echo configure:14220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14220 | rm -rf conftest* |
14221 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14222 | else | |
14223 | echo "configure: failed program was:" >&5 | |
14224 | cat conftest.$ac_ext >&5 | |
14225 | rm -rf conftest* | |
14226 | eval "ac_cv_lib_$ac_lib_var=no" | |
14227 | fi | |
14228 | rm -f conftest* | |
14229 | LIBS="$ac_save_LIBS" | |
14230 | ||
14231 | fi | |
14232 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14233 | echo "$ac_t""yes" 1>&6 | |
14234 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
14235 | #define HAVE_SCHED_YIELD 1 |
14236 | EOF | |
14237 | POSIX4_LINK="-lposix4" | |
14238 | else | |
698dcdb6 VZ |
14239 | echo "$ac_t""no" 1>&6 |
14240 | echo "configure: warning: wxThread::Yield will not work properly" 1>&2 | |
14241 | ||
6232543b | 14242 | fi |
10f2d63a | 14243 | |
698dcdb6 | 14244 | |
1e487827 | 14245 | fi |
703e0a69 | 14246 | |
698dcdb6 | 14247 | |
f6bcfd97 | 14248 | HAVE_PRIOR_FUNCS=0 |
698dcdb6 | 14249 | echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6 |
0b2effe9 | 14250 | echo "configure:14251: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5 |
698dcdb6 VZ |
14251 | ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` |
14252 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14253 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 14254 | else |
698dcdb6 | 14255 | ac_save_LIBS="$LIBS" |
10f2d63a | 14256 | LIBS="-l$THREADS_LINK $LIBS" |
698dcdb6 | 14257 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14258 | #line 14259 "configure" |
10f2d63a VZ |
14259 | #include "confdefs.h" |
14260 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14261 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14262 | builtin and then its argument prototype would still apply. */ |
14263 | char pthread_attr_getschedpolicy(); | |
14264 | ||
14265 | int main() { | |
14266 | pthread_attr_getschedpolicy() | |
14267 | ; return 0; } | |
14268 | EOF | |
0b2effe9 | 14269 | if { (eval echo configure:14270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14270 | rm -rf conftest* |
14271 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14272 | else | |
14273 | echo "configure: failed program was:" >&5 | |
14274 | cat conftest.$ac_ext >&5 | |
14275 | rm -rf conftest* | |
14276 | eval "ac_cv_lib_$ac_lib_var=no" | |
14277 | fi | |
14278 | rm -f conftest* | |
14279 | LIBS="$ac_save_LIBS" | |
14280 | ||
14281 | fi | |
14282 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14283 | echo "$ac_t""yes" 1>&6 | |
14284 | echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6 | |
0b2effe9 | 14285 | echo "configure:14286: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5 |
698dcdb6 VZ |
14286 | ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'` |
14287 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14288 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14289 | else | |
14290 | ac_save_LIBS="$LIBS" | |
f6bcfd97 | 14291 | LIBS="-l$THREADS_LINK $LIBS" |
698dcdb6 | 14292 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14293 | #line 14294 "configure" |
f6bcfd97 BP |
14294 | #include "confdefs.h" |
14295 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14296 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14297 | builtin and then its argument prototype would still apply. */ |
14298 | char pthread_attr_setschedparam(); | |
14299 | ||
14300 | int main() { | |
14301 | pthread_attr_setschedparam() | |
14302 | ; return 0; } | |
14303 | EOF | |
0b2effe9 | 14304 | if { (eval echo configure:14305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14305 | rm -rf conftest* |
14306 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14307 | else | |
14308 | echo "configure: failed program was:" >&5 | |
14309 | cat conftest.$ac_ext >&5 | |
14310 | rm -rf conftest* | |
14311 | eval "ac_cv_lib_$ac_lib_var=no" | |
14312 | fi | |
14313 | rm -f conftest* | |
14314 | LIBS="$ac_save_LIBS" | |
14315 | ||
14316 | fi | |
14317 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14318 | echo "$ac_t""yes" 1>&6 | |
14319 | echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6 | |
0b2effe9 | 14320 | echo "configure:14321: checking for sched_get_priority_max in -l$THREADS_LINK" >&5 |
698dcdb6 VZ |
14321 | ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'` |
14322 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14323 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14324 | else | |
14325 | ac_save_LIBS="$LIBS" | |
f6bcfd97 | 14326 | LIBS="-l$THREADS_LINK $LIBS" |
698dcdb6 | 14327 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14328 | #line 14329 "configure" |
f6bcfd97 BP |
14329 | #include "confdefs.h" |
14330 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14331 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14332 | builtin and then its argument prototype would still apply. */ |
14333 | char sched_get_priority_max(); | |
14334 | ||
14335 | int main() { | |
14336 | sched_get_priority_max() | |
14337 | ; return 0; } | |
14338 | EOF | |
0b2effe9 | 14339 | if { (eval echo configure:14340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14340 | rm -rf conftest* |
14341 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14342 | else | |
14343 | echo "configure: failed program was:" >&5 | |
14344 | cat conftest.$ac_ext >&5 | |
14345 | rm -rf conftest* | |
14346 | eval "ac_cv_lib_$ac_lib_var=no" | |
14347 | fi | |
14348 | rm -f conftest* | |
14349 | LIBS="$ac_save_LIBS" | |
14350 | ||
14351 | fi | |
14352 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14353 | echo "$ac_t""yes" 1>&6 | |
f6bcfd97 | 14354 | HAVE_PRIOR_FUNCS=1 |
10f2d63a | 14355 | else |
698dcdb6 VZ |
14356 | echo "$ac_t""no" 1>&6 |
14357 | echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6 | |
0b2effe9 | 14358 | echo "configure:14359: checking for sched_get_priority_max in -lposix4" >&5 |
698dcdb6 VZ |
14359 | ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'` |
14360 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14361 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 14362 | else |
698dcdb6 | 14363 | ac_save_LIBS="$LIBS" |
1e487827 | 14364 | LIBS="-lposix4 $LIBS" |
698dcdb6 | 14365 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14366 | #line 14367 "configure" |
10f2d63a | 14367 | #include "confdefs.h" |
6232543b | 14368 | /* Override any gcc2 internal prototype to avoid an error. */ |
6232543b | 14369 | /* We use char because int might match the return type of a gcc2 |
698dcdb6 VZ |
14370 | builtin and then its argument prototype would still apply. */ |
14371 | char sched_get_priority_max(); | |
14372 | ||
14373 | int main() { | |
14374 | sched_get_priority_max() | |
14375 | ; return 0; } | |
14376 | EOF | |
0b2effe9 | 14377 | if { (eval echo configure:14378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14378 | rm -rf conftest* |
14379 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14380 | else | |
14381 | echo "configure: failed program was:" >&5 | |
14382 | cat conftest.$ac_ext >&5 | |
14383 | rm -rf conftest* | |
14384 | eval "ac_cv_lib_$ac_lib_var=no" | |
14385 | fi | |
14386 | rm -f conftest* | |
14387 | LIBS="$ac_save_LIBS" | |
10f2d63a | 14388 | |
698dcdb6 VZ |
14389 | fi |
14390 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14391 | echo "$ac_t""yes" 1>&6 | |
14392 | ||
f6bcfd97 BP |
14393 | HAVE_PRIOR_FUNCS=1 |
14394 | POSIX4_LINK="-lposix4" | |
698dcdb6 VZ |
14395 | |
14396 | else | |
14397 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
14398 | fi |
14399 | ||
698dcdb6 | 14400 | |
10f2d63a VZ |
14401 | fi |
14402 | ||
698dcdb6 VZ |
14403 | |
14404 | else | |
14405 | echo "$ac_t""no" 1>&6 | |
6232543b | 14406 | fi |
10f2d63a | 14407 | |
698dcdb6 VZ |
14408 | |
14409 | else | |
14410 | echo "$ac_t""no" 1>&6 | |
1e487827 | 14411 | fi |
703e0a69 | 14412 | |
698dcdb6 | 14413 | |
f6bcfd97 | 14414 | if test "$HAVE_PRIOR_FUNCS" = 1; then |
698dcdb6 | 14415 | cat >> confdefs.h <<\EOF |
f6bcfd97 BP |
14416 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 |
14417 | EOF | |
14418 | ||
14419 | else | |
698dcdb6 | 14420 | echo "configure: warning: Setting thread priority will not work" 1>&2 |
f6bcfd97 BP |
14421 | fi |
14422 | ||
698dcdb6 | 14423 | echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6 |
0b2effe9 | 14424 | echo "configure:14425: checking for pthread_cancel in -l$THREADS_LINK" >&5 |
698dcdb6 VZ |
14425 | ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'` |
14426 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14427 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 14428 | else |
698dcdb6 | 14429 | ac_save_LIBS="$LIBS" |
10f2d63a | 14430 | LIBS="-l$THREADS_LINK $LIBS" |
698dcdb6 | 14431 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14432 | #line 14433 "configure" |
10f2d63a VZ |
14433 | #include "confdefs.h" |
14434 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14435 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14436 | builtin and then its argument prototype would still apply. */ |
14437 | char pthread_cancel(); | |
14438 | ||
14439 | int main() { | |
14440 | pthread_cancel() | |
14441 | ; return 0; } | |
14442 | EOF | |
0b2effe9 | 14443 | if { (eval echo configure:14444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
14444 | rm -rf conftest* |
14445 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14446 | else | |
14447 | echo "configure: failed program was:" >&5 | |
14448 | cat conftest.$ac_ext >&5 | |
14449 | rm -rf conftest* | |
14450 | eval "ac_cv_lib_$ac_lib_var=no" | |
14451 | fi | |
14452 | rm -f conftest* | |
14453 | LIBS="$ac_save_LIBS" | |
14454 | ||
14455 | fi | |
14456 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14457 | echo "$ac_t""yes" 1>&6 | |
14458 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
14459 | #define HAVE_PTHREAD_CANCEL 1 |
14460 | EOF | |
14461 | ||
14462 | else | |
698dcdb6 VZ |
14463 | echo "$ac_t""no" 1>&6 |
14464 | echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 | |
10f2d63a VZ |
14465 | fi |
14466 | ||
1e487827 | 14467 | |
698dcdb6 | 14468 | echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 |
0b2effe9 | 14469 | echo "configure:14470: checking for pthread_cleanup_push/pop" >&5 |
698dcdb6 VZ |
14470 | if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then |
14471 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14472 | else | |
14473 | ||
14474 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14475 | #line 14476 "configure" |
10f2d63a VZ |
14476 | #include "confdefs.h" |
14477 | #include <pthread.h> | |
698dcdb6 | 14478 | int main() { |
10f2d63a VZ |
14479 | |
14480 | pthread_cleanup_push(NULL, NULL); | |
14481 | pthread_cleanup_pop(0); | |
698dcdb6 VZ |
14482 | |
14483 | ; return 0; } | |
14484 | EOF | |
0b2effe9 | 14485 | if { (eval echo configure:14486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
14486 | rm -rf conftest* |
14487 | ||
10f2d63a | 14488 | wx_cv_func_pthread_cleanup_push=yes |
698dcdb6 | 14489 | |
10f2d63a | 14490 | else |
698dcdb6 VZ |
14491 | echo "configure: failed program was:" >&5 |
14492 | cat conftest.$ac_ext >&5 | |
14493 | rm -rf conftest* | |
14494 | ||
10f2d63a | 14495 | wx_cv_func_pthread_cleanup_push=no |
698dcdb6 | 14496 | |
6232543b | 14497 | fi |
698dcdb6 VZ |
14498 | rm -f conftest* |
14499 | ||
1e487827 | 14500 | fi |
698dcdb6 VZ |
14501 | |
14502 | echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 | |
10f2d63a | 14503 | |
d9b9876f | 14504 | if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then |
698dcdb6 | 14505 | cat >> confdefs.h <<\EOF |
d9b9876f VZ |
14506 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 |
14507 | EOF | |
14508 | ||
14509 | fi | |
14510 | ||
698dcdb6 VZ |
14511 | |
14512 | echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6 | |
0b2effe9 | 14513 | echo "configure:14514: checking for pthread_mutexattr_t" >&5 |
698dcdb6 VZ |
14514 | if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then |
14515 | echo $ac_n "(cached) $ac_c" 1>&6 | |
d9b9876f | 14516 | else |
698dcdb6 VZ |
14517 | |
14518 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14519 | #line 14520 "configure" |
d9b9876f VZ |
14520 | #include "confdefs.h" |
14521 | #include <pthread.h> | |
698dcdb6 | 14522 | int main() { |
d9b9876f VZ |
14523 | |
14524 | pthread_mutexattr_t attr; | |
14525 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
698dcdb6 VZ |
14526 | |
14527 | ; return 0; } | |
14528 | EOF | |
0b2effe9 | 14529 | if { (eval echo configure:14530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
14530 | rm -rf conftest* |
14531 | ||
d9b9876f | 14532 | wx_cv_type_pthread_mutexattr_t=yes |
698dcdb6 | 14533 | |
d9b9876f | 14534 | else |
698dcdb6 VZ |
14535 | echo "configure: failed program was:" >&5 |
14536 | cat conftest.$ac_ext >&5 | |
14537 | rm -rf conftest* | |
14538 | ||
d9b9876f | 14539 | wx_cv_type_pthread_mutexattr_t=no |
698dcdb6 VZ |
14540 | |
14541 | ||
6232543b | 14542 | fi |
698dcdb6 VZ |
14543 | rm -f conftest* |
14544 | ||
1e487827 | 14545 | fi |
698dcdb6 VZ |
14546 | |
14547 | echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6 | |
d9b9876f VZ |
14548 | |
14549 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then | |
698dcdb6 | 14550 | cat >> confdefs.h <<\EOF |
d9b9876f VZ |
14551 | #define HAVE_PTHREAD_MUTEXATTR_T 1 |
14552 | EOF | |
14553 | ||
14554 | else | |
698dcdb6 | 14555 | echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6 |
0b2effe9 | 14556 | echo "configure:14557: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 |
698dcdb6 VZ |
14557 | if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then |
14558 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14559 | else | |
14560 | ||
14561 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14562 | #line 14563 "configure" |
d9b9876f VZ |
14563 | #include "confdefs.h" |
14564 | #include <pthread.h> | |
698dcdb6 | 14565 | int main() { |
d9b9876f VZ |
14566 | |
14567 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; | |
698dcdb6 VZ |
14568 | |
14569 | ; return 0; } | |
14570 | EOF | |
0b2effe9 | 14571 | if { (eval echo configure:14572: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
14572 | rm -rf conftest* |
14573 | ||
d9b9876f | 14574 | wx_cv_type_pthread_rec_mutex_init=yes |
698dcdb6 | 14575 | |
d9b9876f | 14576 | else |
698dcdb6 VZ |
14577 | echo "configure: failed program was:" >&5 |
14578 | cat conftest.$ac_ext >&5 | |
14579 | rm -rf conftest* | |
14580 | ||
d9b9876f | 14581 | wx_cv_type_pthread_rec_mutex_init=no |
698dcdb6 VZ |
14582 | |
14583 | ||
6232543b | 14584 | fi |
698dcdb6 VZ |
14585 | rm -f conftest* |
14586 | ||
1e487827 | 14587 | fi |
698dcdb6 VZ |
14588 | |
14589 | echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6 | |
3765e936 | 14590 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then |
698dcdb6 | 14591 | cat >> confdefs.h <<\EOF |
d9b9876f VZ |
14592 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 |
14593 | EOF | |
14594 | ||
14595 | else | |
698dcdb6 | 14596 | echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2 |
d9b9876f VZ |
14597 | fi |
14598 | fi | |
14599 | ||
10f2d63a | 14600 | THREADS_LINK="-l$THREADS_LINK" |
186837b0 VZ |
14601 | |
14602 | if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then | |
14603 | CFLAGS="${CFLAGS} -mt" | |
14604 | CXXFLAGS="${CXXFLAGS} -mt" | |
14605 | LDFLAGS="${LDFLAGS} -mt" | |
14606 | fi | |
10f2d63a VZ |
14607 | fi |
14608 | ||
14609 | fi | |
14610 | ||
14611 | if test "$wxUSE_THREADS" = "yes"; then | |
698dcdb6 | 14612 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
14613 | #define wxUSE_THREADS 1 |
14614 | EOF | |
14615 | ||
698dcdb6 | 14616 | |
2c6025bc | 14617 | if test "$wxUSE_MAC" = "0"; then |
10f2d63a | 14618 | CFLAGS="${CFLAGS} -D_REENTRANT" |
2c6025bc GD |
14619 | CXXFLAGS="${CXXFLAGS} -D_REENTRANT" |
14620 | fi | |
10f2d63a VZ |
14621 | |
14622 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" | |
14623 | else | |
14624 | if test "$ac_cv_func_strtok_r" = "yes"; then | |
698dcdb6 | 14625 | echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 |
0b2effe9 | 14626 | echo "configure:14627: checking if -D_REENTRANT is needed" >&5 |
ab9b9eab VZ |
14627 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then |
14628 | CFLAGS="${CFLAGS} -D_REENTRANT" | |
14629 | CXXFLAGS="${CXXFLAGS} -D_REENTRANT" | |
698dcdb6 | 14630 | echo "$ac_t""yes" 1>&6 |
ab9b9eab | 14631 | else |
698dcdb6 | 14632 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
14633 | fi |
14634 | fi | |
14635 | fi | |
14636 | ||
6f72b082 | 14637 | if test "$WXGTK20" = 1 ; then |
698dcdb6 | 14638 | cat >> confdefs.h <<EOF |
6f72b082 | 14639 | #define __WXGTK20__ $WXGTK20 |
13111b2a VZ |
14640 | EOF |
14641 | ||
14642 | WXGTK12=1 | |
14643 | fi | |
14644 | ||
10f2d63a | 14645 | if test "$WXGTK12" = 1 ; then |
698dcdb6 | 14646 | cat >> confdefs.h <<EOF |
10f2d63a VZ |
14647 | #define __WXGTK12__ $WXGTK12 |
14648 | EOF | |
14649 | ||
14650 | fi | |
14651 | ||
f6bcfd97 | 14652 | if test "$WXGTK127" = 1 ; then |
698dcdb6 | 14653 | cat >> confdefs.h <<EOF |
f6bcfd97 BP |
14654 | #define __WXGTK127__ $WXGTK127 |
14655 | EOF | |
14656 | ||
14657 | fi | |
14658 | ||
10f2d63a VZ |
14659 | if test "$WXWINE" = 1 ; then |
14660 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WXWINE__" | |
14661 | fi | |
14662 | ||
b4085ce6 | 14663 | if test "$wxUSE_MAC" = 1 ; then |
2c6025bc | 14664 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__UNIX__ -D__POWERPC__ -DTARGET_CARBON" |
ea5999b9 | 14665 | CFLAGS="${CFLAGS} -fno-common -fpascal-strings" |
0c451ef3 | 14666 | CPPFLAGS="${CPPFLAGS} -cpp-precomp -fno-common -fpascal-strings" |
2f51a9ec GD |
14667 | # Extract the first word of "Rez", so it can be a program name with args. |
14668 | set dummy Rez; ac_word=$2 | |
698dcdb6 | 14669 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
0b2effe9 | 14670 | echo "configure:14671: checking for $ac_word" >&5 |
698dcdb6 VZ |
14671 | if eval "test \"`echo '$''{'ac_cv_prog_REZ'+set}'`\" = set"; then |
14672 | echo $ac_n "(cached) $ac_c" 1>&6 | |
2f51a9ec GD |
14673 | else |
14674 | if test -n "$REZ"; then | |
14675 | ac_cv_prog_REZ="$REZ" # Let the user override the test. | |
14676 | else | |
698dcdb6 VZ |
14677 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
14678 | ac_dummy="$PATH" | |
14679 | for ac_dir in $ac_dummy; do | |
14680 | test -z "$ac_dir" && ac_dir=. | |
14681 | if test -f $ac_dir/$ac_word; then | |
14682 | ac_cv_prog_REZ="Rez" | |
14683 | break | |
14684 | fi | |
14685 | done | |
14686 | IFS="$ac_save_ifs" | |
2f51a9ec GD |
14687 | test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez" |
14688 | fi | |
14689 | fi | |
698dcdb6 | 14690 | REZ="$ac_cv_prog_REZ" |
2f51a9ec | 14691 | if test -n "$REZ"; then |
698dcdb6 | 14692 | echo "$ac_t""$REZ" 1>&6 |
2f51a9ec | 14693 | else |
698dcdb6 | 14694 | echo "$ac_t""no" 1>&6 |
2f51a9ec GD |
14695 | fi |
14696 | ||
14697 | # Extract the first word of "Derez", so it can be a program name with args. | |
14698 | set dummy Derez; ac_word=$2 | |
698dcdb6 | 14699 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
0b2effe9 | 14700 | echo "configure:14701: checking for $ac_word" >&5 |
698dcdb6 VZ |
14701 | if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then |
14702 | echo $ac_n "(cached) $ac_c" 1>&6 | |
2f51a9ec GD |
14703 | else |
14704 | if test -n "$DEREZ"; then | |
14705 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
14706 | else | |
698dcdb6 VZ |
14707 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
14708 | ac_dummy="$PATH" | |
14709 | for ac_dir in $ac_dummy; do | |
14710 | test -z "$ac_dir" && ac_dir=. | |
14711 | if test -f $ac_dir/$ac_word; then | |
14712 | ac_cv_prog_DEREZ="Derez" | |
14713 | break | |
14714 | fi | |
14715 | done | |
14716 | IFS="$ac_save_ifs" | |
2f51a9ec GD |
14717 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez" |
14718 | fi | |
14719 | fi | |
698dcdb6 | 14720 | DEREZ="$ac_cv_prog_DEREZ" |
2f51a9ec | 14721 | if test -n "$DEREZ"; then |
698dcdb6 | 14722 | echo "$ac_t""$DEREZ" 1>&6 |
2f51a9ec | 14723 | else |
698dcdb6 | 14724 | echo "$ac_t""no" 1>&6 |
2f51a9ec GD |
14725 | fi |
14726 | ||
14727 | RESCOMP=${REZ} | |
14728 | REZFLAGS="-d __UNIX__ -useDF" | |
14729 | DEREZFLAGS="Carbon.r -useDF" | |
14730 | RESFLAGS="Carbon.r -t APPL" | |
14731 | LIBWXMACRES="\$(LIBWX_MACRES)" | |
14732 | LIBWXMACRESCOMP="\$(LIBWX_MACRESCOMP)" | |
b4085ce6 GD |
14733 | fi |
14734 | ||
10f2d63a VZ |
14735 | if test "$wxUSE_CYGWIN" = 1 ; then |
14736 | TOOLKIT_DEF="${TOOLKIT_DEF} -D__WIN95__" | |
14737 | fi | |
14738 | ||
14739 | WXDEBUG= | |
14740 | ||
14741 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
14742 | WXDEBUG="-g" | |
14743 | wxUSE_OPTIMISE=no | |
14744 | fi | |
14745 | ||
14746 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
14747 | wxUSE_DEBUG_INFO=yes | |
14748 | WXDEBUG="-ggdb" | |
14749 | fi | |
14750 | ||
14751 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then | |
698dcdb6 | 14752 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
14753 | #define WXDEBUG 1 |
14754 | EOF | |
14755 | ||
14756 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
14757 | else | |
14758 | if test "$wxUSE_GTK" = 1 ; then | |
14759 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
14760 | fi | |
14761 | fi | |
14762 | ||
14763 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
698dcdb6 | 14764 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
14765 | #define wxUSE_MEMORY_TRACING 1 |
14766 | EOF | |
14767 | ||
698dcdb6 | 14768 | cat >> confdefs.h <<\EOF |
10f2d63a | 14769 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 |
47c13eb7 VS |
14770 | EOF |
14771 | ||
698dcdb6 | 14772 | cat >> confdefs.h <<\EOF |
47c13eb7 | 14773 | #define wxUSE_DEBUG_NEW_ALWAYS 1 |
10f2d63a VZ |
14774 | EOF |
14775 | ||
14776 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
14777 | fi | |
14778 | ||
14779 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
14780 | DMALLOC_LINK="-ldmalloc" | |
14781 | fi | |
14782 | ||
14783 | PROFILE= | |
14784 | if test "$wxUSE_PROFILE" = "yes" ; then | |
14785 | PROFILE="-pg" | |
14786 | fi | |
14787 | ||
14788 | DEP_INFO_FLAGS= | |
caa2c79b | 14789 | CODE_GEN_FLAGS= |
0f3f1cbc | 14790 | CODE_GEN_FLAGS_CXX= |
10f2d63a VZ |
14791 | if test "$GCC" = yes ; then |
14792 | if test "$wxUSE_NO_RTTI" = "yes" ; then | |
0f3f1cbc | 14793 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-rtti" |
10f2d63a VZ |
14794 | fi |
14795 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then | |
0f3f1cbc | 14796 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS -fno-exceptions" |
10f2d63a VZ |
14797 | fi |
14798 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
caa2c79b | 14799 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" |
10f2d63a VZ |
14800 | fi |
14801 | if test "$wxUSE_NO_DEPS" = "no" ; then | |
14802 | DEP_INFO_FLAGS="-MMD" | |
14803 | fi | |
14804 | fi | |
14805 | ||
698dcdb6 | 14806 | |
10f2d63a VZ |
14807 | CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` |
14808 | CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` | |
14809 | if test "$wxUSE_OPTIMISE" = "no" ; then | |
14810 | OPTIMISE= | |
14811 | else | |
14812 | if test "$GCC" = yes ; then | |
14813 | OPTIMISE="-O2" | |
14814 | case "${host}" in | |
14815 | i586-*-*|i686-*-* ) | |
14816 | OPTIMISE="${OPTIMISE} " | |
14817 | ;; | |
14818 | esac | |
14819 | else | |
14820 | OPTIMISE="-O" | |
14821 | fi | |
14822 | fi | |
14823 | ||
54276ccf VZ |
14824 | if test "$WXWIN_COMPATIBILITY_2" = "yes"; then |
14825 | cat >> confdefs.h <<\EOF | |
14826 | #define WXWIN_COMPATIBILITY_2 1 | |
14827 | EOF | |
14828 | ||
14829 | ||
14830 | WXWIN_COMPATIBILITY_2_2="yes" | |
14831 | fi | |
14832 | ||
14833 | if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then | |
14834 | cat >> confdefs.h <<\EOF | |
14835 | #define WXWIN_COMPATIBILITY_2_2 1 | |
14836 | EOF | |
14837 | ||
14838 | fi | |
14839 | ||
698dcdb6 | 14840 | |
3e44f09d VZ |
14841 | REGEX_INCLUDE= |
14842 | if test "$wxUSE_REGEX" != "no"; then | |
14843 | ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'` | |
14844 | echo $ac_n "checking for regex.h""... $ac_c" 1>&6 | |
0b2effe9 | 14845 | echo "configure:14846: checking for regex.h" >&5 |
3e44f09d VZ |
14846 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
14847 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14848 | else | |
14849 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14850 | #line 14851 "configure" |
3e44f09d VZ |
14851 | #include "confdefs.h" |
14852 | #include <regex.h> | |
14853 | EOF | |
14854 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 14855 | { (eval echo configure:14856: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
3e44f09d VZ |
14856 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
14857 | if test -z "$ac_err"; then | |
14858 | rm -rf conftest* | |
14859 | eval "ac_cv_header_$ac_safe=yes" | |
14860 | else | |
14861 | echo "$ac_err" >&5 | |
14862 | echo "configure: failed program was:" >&5 | |
14863 | cat conftest.$ac_ext >&5 | |
14864 | rm -rf conftest* | |
14865 | eval "ac_cv_header_$ac_safe=no" | |
14866 | fi | |
14867 | rm -f conftest* | |
14868 | fi | |
14869 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
14870 | echo "$ac_t""yes" 1>&6 | |
14871 | for ac_func in regcomp | |
14872 | do | |
14873 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
0b2effe9 | 14874 | echo "configure:14875: checking for $ac_func" >&5 |
3e44f09d VZ |
14875 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
14876 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14877 | else | |
14878 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14879 | #line 14880 "configure" |
3e44f09d VZ |
14880 | #include "confdefs.h" |
14881 | /* System header to define __stub macros and hopefully few prototypes, | |
14882 | which can conflict with char $ac_func(); below. */ | |
14883 | #include <assert.h> | |
14884 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14885 | /* We use char because int might match the return type of a gcc2 | |
14886 | builtin and then its argument prototype would still apply. */ | |
14887 | char $ac_func(); | |
14888 | ||
14889 | int main() { | |
14890 | ||
14891 | /* The GNU C library defines this for functions which it implements | |
14892 | to always fail with ENOSYS. Some functions are actually named | |
14893 | something starting with __ and the normal name is an alias. */ | |
14894 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14895 | choke me | |
14896 | #else | |
14897 | $ac_func(); | |
14898 | #endif | |
14899 | ||
14900 | ; return 0; } | |
14901 | EOF | |
0b2effe9 | 14902 | if { (eval echo configure:14903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
3e44f09d VZ |
14903 | rm -rf conftest* |
14904 | eval "ac_cv_func_$ac_func=yes" | |
14905 | else | |
14906 | echo "configure: failed program was:" >&5 | |
14907 | cat conftest.$ac_ext >&5 | |
14908 | rm -rf conftest* | |
14909 | eval "ac_cv_func_$ac_func=no" | |
14910 | fi | |
14911 | rm -f conftest* | |
14912 | fi | |
14913 | ||
14914 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
14915 | echo "$ac_t""yes" 1>&6 | |
14916 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14917 | cat >> confdefs.h <<EOF | |
14918 | #define $ac_tr_func 1 | |
14919 | EOF | |
14920 | ||
14921 | else | |
14922 | echo "$ac_t""no" 1>&6 | |
14923 | fi | |
14924 | done | |
14925 | ||
14926 | else | |
14927 | echo "$ac_t""no" 1>&6 | |
14928 | fi | |
14929 | ||
14930 | ||
14931 | if test "x$ac_cv_func_regcomp" != "xyes"; then | |
14932 | if test "$wxUSE_REGEX" = "sys"; then | |
14933 | { echo "configure: error: system regex library not found! Use --with-regex to use the built-in regex library." 1>&2; exit 1; } | |
14934 | fi | |
14935 | ||
14936 | REGEX_INCLUDE="-I\${top_srcdir}/src/regex" | |
14937 | fi | |
14938 | ||
14939 | cat >> confdefs.h <<\EOF | |
14940 | #define wxUSE_REGEX 1 | |
14941 | EOF | |
14942 | ||
14943 | fi | |
14944 | ||
10f2d63a | 14945 | ZLIB_INCLUDE= |
422107f9 | 14946 | if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then |
698dcdb6 | 14947 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
14948 | #define wxUSE_ZLIB 1 |
14949 | EOF | |
14950 | ||
422107f9 VZ |
14951 | if test "$wxUSE_ZLIB" = "yes" ; then |
14952 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
14953 | else | |
14954 | ZLIB_LINK= | |
698dcdb6 VZ |
14955 | ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'` |
14956 | echo $ac_n "checking for zlib.h""... $ac_c" 1>&6 | |
0b2effe9 | 14957 | echo "configure:14958: checking for zlib.h" >&5 |
698dcdb6 VZ |
14958 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
14959 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14960 | else | |
14961 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 14962 | #line 14963 "configure" |
422107f9 VZ |
14963 | #include "confdefs.h" |
14964 | #include <zlib.h> | |
698dcdb6 VZ |
14965 | EOF |
14966 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 14967 | { (eval echo configure:14968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
14968 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
14969 | if test -z "$ac_err"; then | |
14970 | rm -rf conftest* | |
14971 | eval "ac_cv_header_$ac_safe=yes" | |
422107f9 | 14972 | else |
698dcdb6 VZ |
14973 | echo "$ac_err" >&5 |
14974 | echo "configure: failed program was:" >&5 | |
422107f9 | 14975 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
14976 | rm -rf conftest* |
14977 | eval "ac_cv_header_$ac_safe=no" | |
422107f9 | 14978 | fi |
698dcdb6 | 14979 | rm -f conftest* |
422107f9 | 14980 | fi |
698dcdb6 VZ |
14981 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
14982 | echo "$ac_t""yes" 1>&6 | |
14983 | echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 | |
0b2effe9 | 14984 | echo "configure:14985: checking for deflate in -lz" >&5 |
698dcdb6 VZ |
14985 | ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` |
14986 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14987 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 14988 | else |
698dcdb6 | 14989 | ac_save_LIBS="$LIBS" |
422107f9 | 14990 | LIBS="-lz $LIBS" |
698dcdb6 | 14991 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 14992 | #line 14993 "configure" |
422107f9 VZ |
14993 | #include "confdefs.h" |
14994 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14995 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
14996 | builtin and then its argument prototype would still apply. */ |
14997 | char deflate(); | |
14998 | ||
14999 | int main() { | |
15000 | deflate() | |
15001 | ; return 0; } | |
15002 | EOF | |
0b2effe9 | 15003 | if { (eval echo configure:15004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15004 | rm -rf conftest* |
15005 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15006 | else | |
15007 | echo "configure: failed program was:" >&5 | |
15008 | cat conftest.$ac_ext >&5 | |
15009 | rm -rf conftest* | |
15010 | eval "ac_cv_lib_$ac_lib_var=no" | |
15011 | fi | |
15012 | rm -f conftest* | |
15013 | LIBS="$ac_save_LIBS" | |
15014 | ||
15015 | fi | |
15016 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15017 | echo "$ac_t""yes" 1>&6 | |
422107f9 | 15018 | ZLIB_LINK="-lz" |
698dcdb6 VZ |
15019 | else |
15020 | echo "$ac_t""no" 1>&6 | |
422107f9 VZ |
15021 | fi |
15022 | ||
698dcdb6 VZ |
15023 | else |
15024 | echo "$ac_t""no" 1>&6 | |
422107f9 VZ |
15025 | fi |
15026 | ||
15027 | if test "x$ZLIB_LINK" = "x" ; then | |
698dcdb6 | 15028 | { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; } |
422107f9 VZ |
15029 | fi |
15030 | fi | |
10f2d63a VZ |
15031 | fi |
15032 | ||
15033 | PNG_INCLUDE= | |
422107f9 | 15034 | if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then |
698dcdb6 | 15035 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15036 | #define wxUSE_LIBPNG 1 |
15037 | EOF | |
15038 | ||
41fd4136 | 15039 | if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then |
698dcdb6 | 15040 | echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2 |
422107f9 VZ |
15041 | wxUSE_LIBPNG=yes |
15042 | fi | |
15043 | ||
15044 | if test "$wxUSE_LIBPNG" = "yes" ; then | |
15045 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
15046 | else | |
15047 | PNG_LINK= | |
698dcdb6 VZ |
15048 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` |
15049 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
0b2effe9 | 15050 | echo "configure:15051: checking for png.h" >&5 |
698dcdb6 VZ |
15051 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
15052 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15053 | else | |
15054 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15055 | #line 15056 "configure" |
422107f9 VZ |
15056 | #include "confdefs.h" |
15057 | #include <png.h> | |
698dcdb6 VZ |
15058 | EOF |
15059 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 15060 | { (eval echo configure:15061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
15061 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
15062 | if test -z "$ac_err"; then | |
15063 | rm -rf conftest* | |
15064 | eval "ac_cv_header_$ac_safe=yes" | |
422107f9 | 15065 | else |
698dcdb6 VZ |
15066 | echo "$ac_err" >&5 |
15067 | echo "configure: failed program was:" >&5 | |
422107f9 | 15068 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
15069 | rm -rf conftest* |
15070 | eval "ac_cv_header_$ac_safe=no" | |
422107f9 | 15071 | fi |
698dcdb6 | 15072 | rm -f conftest* |
422107f9 | 15073 | fi |
698dcdb6 VZ |
15074 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
15075 | echo "$ac_t""yes" 1>&6 | |
15076 | echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6 | |
0b2effe9 | 15077 | echo "configure:15078: checking for png_check_sig in -lpng" >&5 |
698dcdb6 VZ |
15078 | ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'` |
15079 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15080 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 15081 | else |
698dcdb6 | 15082 | ac_save_LIBS="$LIBS" |
422107f9 | 15083 | LIBS="-lpng -lz -lm $LIBS" |
698dcdb6 | 15084 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 15085 | #line 15086 "configure" |
422107f9 VZ |
15086 | #include "confdefs.h" |
15087 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15088 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15089 | builtin and then its argument prototype would still apply. */ |
15090 | char png_check_sig(); | |
15091 | ||
15092 | int main() { | |
15093 | png_check_sig() | |
15094 | ; return 0; } | |
15095 | EOF | |
0b2effe9 | 15096 | if { (eval echo configure:15097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15097 | rm -rf conftest* |
15098 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15099 | else | |
15100 | echo "configure: failed program was:" >&5 | |
15101 | cat conftest.$ac_ext >&5 | |
15102 | rm -rf conftest* | |
15103 | eval "ac_cv_lib_$ac_lib_var=no" | |
15104 | fi | |
15105 | rm -f conftest* | |
15106 | LIBS="$ac_save_LIBS" | |
15107 | ||
15108 | fi | |
15109 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15110 | echo "$ac_t""yes" 1>&6 | |
422107f9 | 15111 | PNG_LINK="-lpng" |
698dcdb6 VZ |
15112 | else |
15113 | echo "$ac_t""no" 1>&6 | |
422107f9 VZ |
15114 | fi |
15115 | ||
698dcdb6 VZ |
15116 | |
15117 | else | |
15118 | echo "$ac_t""no" 1>&6 | |
422107f9 VZ |
15119 | fi |
15120 | ||
15121 | if test "x$PNG_LINK" = "x" ; then | |
698dcdb6 | 15122 | { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; } |
422107f9 VZ |
15123 | fi |
15124 | fi | |
15125 | ||
10f2d63a VZ |
15126 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" |
15127 | fi | |
15128 | ||
15129 | JPEG_INCLUDE= | |
422107f9 | 15130 | if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then |
698dcdb6 | 15131 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15132 | #define wxUSE_LIBJPEG 1 |
15133 | EOF | |
15134 | ||
422107f9 VZ |
15135 | if test "$wxUSE_LIBJPEG" = "yes" ; then |
15136 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
15137 | else | |
15138 | JPEG_LINK= | |
463abc64 | 15139 | echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 |
0b2effe9 | 15140 | echo "configure:15141: checking for jpeglib.h" >&5 |
463abc64 | 15141 | if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then |
698dcdb6 VZ |
15142 | echo $ac_n "(cached) $ac_c" 1>&6 |
15143 | else | |
15144 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15145 | #line 15146 "configure" |
422107f9 | 15146 | #include "confdefs.h" |
463abc64 VZ |
15147 | |
15148 | #undef HAVE_STDLIB_H | |
15149 | #include <stdio.h> | |
15150 | #include <jpeglib.h> | |
15151 | ||
15152 | int main() { | |
15153 | ||
15154 | ||
15155 | ; return 0; } | |
698dcdb6 | 15156 | EOF |
0b2effe9 | 15157 | if { (eval echo configure:15158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 15158 | rm -rf conftest* |
463abc64 | 15159 | ac_cv_header_jpeglib_h=yes |
6232543b | 15160 | else |
698dcdb6 | 15161 | echo "configure: failed program was:" >&5 |
422107f9 | 15162 | cat conftest.$ac_ext >&5 |
698dcdb6 | 15163 | rm -rf conftest* |
463abc64 VZ |
15164 | ac_cv_header_jpeglib_h=no |
15165 | ||
422107f9 | 15166 | fi |
698dcdb6 | 15167 | rm -f conftest* |
463abc64 | 15168 | |
422107f9 | 15169 | fi |
463abc64 VZ |
15170 | |
15171 | echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6 | |
15172 | ||
15173 | if test "$ac_cv_header_jpeglib_h" = "yes"; then | |
15174 | echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 | |
0b2effe9 | 15175 | echo "configure:15176: checking for jpeg_read_header in -ljpeg" >&5 |
698dcdb6 VZ |
15176 | ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` |
15177 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15178 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 15179 | else |
698dcdb6 | 15180 | ac_save_LIBS="$LIBS" |
422107f9 | 15181 | LIBS="-ljpeg $LIBS" |
698dcdb6 | 15182 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 15183 | #line 15184 "configure" |
422107f9 VZ |
15184 | #include "confdefs.h" |
15185 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15186 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15187 | builtin and then its argument prototype would still apply. */ |
15188 | char jpeg_read_header(); | |
15189 | ||
15190 | int main() { | |
15191 | jpeg_read_header() | |
15192 | ; return 0; } | |
15193 | EOF | |
0b2effe9 | 15194 | if { (eval echo configure:15195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15195 | rm -rf conftest* |
15196 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15197 | else | |
15198 | echo "configure: failed program was:" >&5 | |
15199 | cat conftest.$ac_ext >&5 | |
15200 | rm -rf conftest* | |
15201 | eval "ac_cv_lib_$ac_lib_var=no" | |
15202 | fi | |
15203 | rm -f conftest* | |
15204 | LIBS="$ac_save_LIBS" | |
15205 | ||
15206 | fi | |
15207 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15208 | echo "$ac_t""yes" 1>&6 | |
422107f9 | 15209 | JPEG_LINK="-ljpeg" |
698dcdb6 VZ |
15210 | else |
15211 | echo "$ac_t""no" 1>&6 | |
422107f9 VZ |
15212 | fi |
15213 | ||
463abc64 | 15214 | fi |
422107f9 VZ |
15215 | |
15216 | if test "x$JPEG_LINK" = "x" ; then | |
698dcdb6 | 15217 | { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; } |
422107f9 VZ |
15218 | fi |
15219 | fi | |
10f2d63a VZ |
15220 | fi |
15221 | ||
c7a2bf27 | 15222 | TIFF_INCLUDE= |
0dcf9893 | 15223 | if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then |
698dcdb6 | 15224 | cat >> confdefs.h <<\EOF |
c7a2bf27 RR |
15225 | #define wxUSE_LIBTIFF 1 |
15226 | EOF | |
15227 | ||
665bbe97 | 15228 | if test "$wxUSE_LIBTIFF" = "yes" ; then |
0dcf9893 VZ |
15229 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" |
15230 | else | |
15231 | TIFF_LINK= | |
698dcdb6 VZ |
15232 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` |
15233 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | |
0b2effe9 | 15234 | echo "configure:15235: checking for tiffio.h" >&5 |
698dcdb6 VZ |
15235 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
15236 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15237 | else | |
15238 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15239 | #line 15240 "configure" |
0dcf9893 VZ |
15240 | #include "confdefs.h" |
15241 | #include <tiffio.h> | |
698dcdb6 VZ |
15242 | EOF |
15243 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 15244 | { (eval echo configure:15245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
15245 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
15246 | if test -z "$ac_err"; then | |
15247 | rm -rf conftest* | |
15248 | eval "ac_cv_header_$ac_safe=yes" | |
1e487827 | 15249 | else |
698dcdb6 VZ |
15250 | echo "$ac_err" >&5 |
15251 | echo "configure: failed program was:" >&5 | |
0dcf9893 | 15252 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
15253 | rm -rf conftest* |
15254 | eval "ac_cv_header_$ac_safe=no" | |
0dcf9893 | 15255 | fi |
698dcdb6 | 15256 | rm -f conftest* |
0dcf9893 | 15257 | fi |
698dcdb6 VZ |
15258 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
15259 | echo "$ac_t""yes" 1>&6 | |
15260 | echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6 | |
0b2effe9 | 15261 | echo "configure:15262: checking for TIFFError in -ltiff" >&5 |
698dcdb6 VZ |
15262 | ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'` |
15263 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15264 | echo $ac_n "(cached) $ac_c" 1>&6 | |
0dcf9893 | 15265 | else |
698dcdb6 | 15266 | ac_save_LIBS="$LIBS" |
0dcf9893 | 15267 | LIBS="-ltiff -lm $LIBS" |
698dcdb6 | 15268 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 15269 | #line 15270 "configure" |
0dcf9893 VZ |
15270 | #include "confdefs.h" |
15271 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15272 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15273 | builtin and then its argument prototype would still apply. */ |
15274 | char TIFFError(); | |
15275 | ||
15276 | int main() { | |
15277 | TIFFError() | |
15278 | ; return 0; } | |
15279 | EOF | |
0b2effe9 | 15280 | if { (eval echo configure:15281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15281 | rm -rf conftest* |
15282 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15283 | else | |
15284 | echo "configure: failed program was:" >&5 | |
15285 | cat conftest.$ac_ext >&5 | |
15286 | rm -rf conftest* | |
15287 | eval "ac_cv_lib_$ac_lib_var=no" | |
15288 | fi | |
15289 | rm -f conftest* | |
15290 | LIBS="$ac_save_LIBS" | |
15291 | ||
15292 | fi | |
15293 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15294 | echo "$ac_t""yes" 1>&6 | |
0dcf9893 | 15295 | TIFF_LINK="-ltiff" |
698dcdb6 VZ |
15296 | else |
15297 | echo "$ac_t""no" 1>&6 | |
0dcf9893 VZ |
15298 | fi |
15299 | ||
698dcdb6 VZ |
15300 | else |
15301 | echo "$ac_t""no" 1>&6 | |
0dcf9893 VZ |
15302 | fi |
15303 | ||
15304 | if test "x$TIFF_LINK" = "x" ; then | |
698dcdb6 | 15305 | { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; } |
0dcf9893 VZ |
15306 | fi |
15307 | fi | |
c7a2bf27 RR |
15308 | fi |
15309 | ||
3fed1840 RR |
15310 | FREETYPE_INCLUDE= |
15311 | if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then | |
698dcdb6 | 15312 | cat >> confdefs.h <<\EOF |
3fed1840 RR |
15313 | #define wxUSE_FREETYPE 1 |
15314 | EOF | |
15315 | ||
15316 | if test "$wxUSE_FREETYPE" = "yes" ; then | |
15317 | FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype" | |
15318 | else | |
15319 | FREETYPE_LINK= | |
698dcdb6 VZ |
15320 | ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'` |
15321 | echo $ac_n "checking for freetype.h""... $ac_c" 1>&6 | |
0b2effe9 | 15322 | echo "configure:15323: checking for freetype.h" >&5 |
698dcdb6 VZ |
15323 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
15324 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15325 | else | |
15326 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15327 | #line 15328 "configure" |
3fed1840 RR |
15328 | #include "confdefs.h" |
15329 | #include <freetype.h> | |
698dcdb6 VZ |
15330 | EOF |
15331 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 15332 | { (eval echo configure:15333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
15333 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
15334 | if test -z "$ac_err"; then | |
15335 | rm -rf conftest* | |
15336 | eval "ac_cv_header_$ac_safe=yes" | |
3fed1840 | 15337 | else |
698dcdb6 VZ |
15338 | echo "$ac_err" >&5 |
15339 | echo "configure: failed program was:" >&5 | |
3fed1840 | 15340 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
15341 | rm -rf conftest* |
15342 | eval "ac_cv_header_$ac_safe=no" | |
3fed1840 | 15343 | fi |
698dcdb6 | 15344 | rm -f conftest* |
3fed1840 | 15345 | fi |
698dcdb6 VZ |
15346 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
15347 | echo "$ac_t""yes" 1>&6 | |
15348 | echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6 | |
0b2effe9 | 15349 | echo "configure:15350: checking for FT_Render_Glyph in -lfreetype" >&5 |
698dcdb6 VZ |
15350 | ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'` |
15351 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15352 | echo $ac_n "(cached) $ac_c" 1>&6 | |
3fed1840 | 15353 | else |
698dcdb6 | 15354 | ac_save_LIBS="$LIBS" |
3fed1840 | 15355 | LIBS="-lfreetype -lm $LIBS" |
698dcdb6 | 15356 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 15357 | #line 15358 "configure" |
3fed1840 RR |
15358 | #include "confdefs.h" |
15359 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15360 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15361 | builtin and then its argument prototype would still apply. */ |
15362 | char FT_Render_Glyph(); | |
15363 | ||
15364 | int main() { | |
15365 | FT_Render_Glyph() | |
15366 | ; return 0; } | |
15367 | EOF | |
0b2effe9 | 15368 | if { (eval echo configure:15369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15369 | rm -rf conftest* |
15370 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15371 | else | |
15372 | echo "configure: failed program was:" >&5 | |
15373 | cat conftest.$ac_ext >&5 | |
15374 | rm -rf conftest* | |
15375 | eval "ac_cv_lib_$ac_lib_var=no" | |
15376 | fi | |
15377 | rm -f conftest* | |
15378 | LIBS="$ac_save_LIBS" | |
15379 | ||
15380 | fi | |
15381 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15382 | echo "$ac_t""yes" 1>&6 | |
3fed1840 | 15383 | FREETYPE_LINK="-lfreetype" |
698dcdb6 VZ |
15384 | else |
15385 | echo "$ac_t""no" 1>&6 | |
3fed1840 RR |
15386 | fi |
15387 | ||
698dcdb6 VZ |
15388 | |
15389 | else | |
15390 | echo "$ac_t""no" 1>&6 | |
3fed1840 RR |
15391 | fi |
15392 | ||
15393 | if test "x$FREETYPE_LINK" = "x" ; then | |
698dcdb6 | 15394 | { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; } |
3fed1840 RR |
15395 | fi |
15396 | fi | |
15397 | fi | |
15398 | ||
10f2d63a | 15399 | if test "$wxUSE_OPENGL" = "yes"; then |
698dcdb6 VZ |
15400 | ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` |
15401 | echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 | |
0b2effe9 | 15402 | echo "configure:15403: checking for GL/gl.h" >&5 |
698dcdb6 VZ |
15403 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
15404 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15405 | else | |
15406 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15407 | #line 15408 "configure" |
10f2d63a VZ |
15408 | #include "confdefs.h" |
15409 | #include <GL/gl.h> | |
698dcdb6 VZ |
15410 | EOF |
15411 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 15412 | { (eval echo configure:15413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
15413 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
15414 | if test -z "$ac_err"; then | |
15415 | rm -rf conftest* | |
15416 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 15417 | else |
698dcdb6 VZ |
15418 | echo "$ac_err" >&5 |
15419 | echo "configure: failed program was:" >&5 | |
10f2d63a | 15420 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
15421 | rm -rf conftest* |
15422 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 15423 | fi |
698dcdb6 | 15424 | rm -f conftest* |
10f2d63a | 15425 | fi |
698dcdb6 VZ |
15426 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
15427 | echo "$ac_t""yes" 1>&6 | |
15428 | ||
15429 | cat >> confdefs.h <<\EOF | |
bdad4e7e RR |
15430 | #define wxUSE_OPENGL 1 |
15431 | EOF | |
15432 | ||
698dcdb6 | 15433 | cat >> confdefs.h <<\EOF |
bdad4e7e RR |
15434 | #define wxUSE_GLCANVAS 1 |
15435 | EOF | |
15436 | ||
698dcdb6 | 15437 | echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6 |
0b2effe9 | 15438 | echo "configure:15439: checking for glFlush in -lGL" >&5 |
698dcdb6 VZ |
15439 | ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'` |
15440 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15441 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 15442 | else |
698dcdb6 | 15443 | ac_save_LIBS="$LIBS" |
bdad4e7e | 15444 | LIBS="-lGL $LIBS" |
698dcdb6 | 15445 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 15446 | #line 15447 "configure" |
10f2d63a VZ |
15447 | #include "confdefs.h" |
15448 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15449 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15450 | builtin and then its argument prototype would still apply. */ |
15451 | char glFlush(); | |
6232543b | 15452 | |
698dcdb6 VZ |
15453 | int main() { |
15454 | glFlush() | |
15455 | ; return 0; } | |
15456 | EOF | |
0b2effe9 | 15457 | if { (eval echo configure:15458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15458 | rm -rf conftest* |
15459 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15460 | else | |
15461 | echo "configure: failed program was:" >&5 | |
15462 | cat conftest.$ac_ext >&5 | |
15463 | rm -rf conftest* | |
15464 | eval "ac_cv_lib_$ac_lib_var=no" | |
15465 | fi | |
15466 | rm -f conftest* | |
15467 | LIBS="$ac_save_LIBS" | |
1e487827 | 15468 | |
698dcdb6 VZ |
15469 | fi |
15470 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15471 | echo "$ac_t""yes" 1>&6 | |
15472 | ||
15473 | OPENGL_LINK="-lGL -lGLU" | |
15474 | ||
10f2d63a | 15475 | else |
698dcdb6 | 15476 | echo "$ac_t""no" 1>&6 |
10f2d63a | 15477 | |
698dcdb6 | 15478 | echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6 |
0b2effe9 | 15479 | echo "configure:15480: checking for glFlush in -lMesaGL" >&5 |
698dcdb6 VZ |
15480 | ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'` |
15481 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15482 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 15483 | else |
698dcdb6 | 15484 | ac_save_LIBS="$LIBS" |
10f2d63a | 15485 | LIBS="-lMesaGL $LIBS" |
698dcdb6 | 15486 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 15487 | #line 15488 "configure" |
10f2d63a VZ |
15488 | #include "confdefs.h" |
15489 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15490 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15491 | builtin and then its argument prototype would still apply. */ |
15492 | char glFlush(); | |
15493 | ||
15494 | int main() { | |
15495 | glFlush() | |
15496 | ; return 0; } | |
15497 | EOF | |
0b2effe9 | 15498 | if { (eval echo configure:15499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15499 | rm -rf conftest* |
15500 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15501 | else | |
15502 | echo "configure: failed program was:" >&5 | |
15503 | cat conftest.$ac_ext >&5 | |
15504 | rm -rf conftest* | |
15505 | eval "ac_cv_lib_$ac_lib_var=no" | |
15506 | fi | |
15507 | rm -f conftest* | |
15508 | LIBS="$ac_save_LIBS" | |
10f2d63a | 15509 | |
698dcdb6 VZ |
15510 | fi |
15511 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15512 | echo "$ac_t""yes" 1>&6 | |
15513 | ||
f6bcfd97 | 15514 | OPENGL_LINK="-lMesaGL -lMesaGLU" |
698dcdb6 VZ |
15515 | |
15516 | else | |
15517 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
15518 | fi |
15519 | ||
698dcdb6 | 15520 | |
10f2d63a VZ |
15521 | fi |
15522 | ||
698dcdb6 | 15523 | |
10f2d63a | 15524 | else |
698dcdb6 VZ |
15525 | echo "$ac_t""no" 1>&6 |
15526 | wxUSE_OPENGL=0 | |
10f2d63a VZ |
15527 | fi |
15528 | ||
15529 | fi | |
15530 | ||
698dcdb6 | 15531 | |
10f2d63a | 15532 | if test "$wxUSE_GUI" = "yes"; then |
698dcdb6 | 15533 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15534 | #define wxUSE_GUI 1 |
15535 | EOF | |
15536 | ||
698dcdb6 | 15537 | |
10f2d63a | 15538 | else |
698dcdb6 | 15539 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15540 | #define wxUSE_NOGUI 1 |
15541 | EOF | |
15542 | ||
15543 | fi | |
15544 | ||
698dcdb6 | 15545 | |
10f2d63a | 15546 | if test "$wxUSE_UNIX" = "yes"; then |
698dcdb6 | 15547 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15548 | #define wxUSE_UNIX 1 |
15549 | EOF | |
15550 | ||
15551 | fi | |
15552 | ||
698dcdb6 | 15553 | |
10f2d63a | 15554 | if test "$wxUSE_APPLE_IEEE" = "yes"; then |
698dcdb6 | 15555 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15556 | #define wxUSE_APPLE_IEEE 1 |
15557 | EOF | |
15558 | ||
15559 | fi | |
15560 | ||
1e6feb95 VZ |
15561 | if test "$wxUSE_TIMER" = "yes"; then |
15562 | cat >> confdefs.h <<\EOF | |
15563 | #define wxUSE_TIMER 1 | |
15564 | EOF | |
15565 | ||
15566 | fi | |
15567 | ||
10f2d63a | 15568 | if test "$wxUSE_WAVE" = "yes"; then |
698dcdb6 | 15569 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15570 | #define wxUSE_WAVE 1 |
15571 | EOF | |
15572 | ||
15573 | fi | |
15574 | ||
1e6feb95 VZ |
15575 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then |
15576 | cat >> confdefs.h <<\EOF | |
15577 | #define wxUSE_CMDLINE_PARSER 1 | |
15578 | EOF | |
15579 | ||
15580 | fi | |
15581 | ||
15582 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
15583 | cat >> confdefs.h <<\EOF | |
15584 | #define wxUSE_STOPWATCH 1 | |
15585 | EOF | |
15586 | ||
15587 | fi | |
15588 | ||
15589 | if test "$wxUSE_DATETIME" = "yes"; then | |
15590 | cat >> confdefs.h <<\EOF | |
15591 | #define wxUSE_DATETIME 1 | |
15592 | EOF | |
15593 | ||
15594 | fi | |
15595 | ||
15596 | if test "$wxUSE_TIMEDATE" = "yes"; then | |
15597 | cat >> confdefs.h <<\EOF | |
15598 | #define wxUSE_TIMEDATE 1 | |
15599 | EOF | |
15600 | ||
15601 | fi | |
15602 | ||
10f2d63a | 15603 | if test "$wxUSE_FILE" = "yes"; then |
698dcdb6 | 15604 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15605 | #define wxUSE_FILE 1 |
15606 | EOF | |
15607 | ||
15608 | fi | |
15609 | ||
1e6feb95 VZ |
15610 | if test "$wxUSE_FFILE" = "yes"; then |
15611 | cat >> confdefs.h <<\EOF | |
15612 | #define wxUSE_FFILE 1 | |
15613 | EOF | |
15614 | ||
15615 | fi | |
15616 | ||
24528b0c | 15617 | if test "$wxUSE_FILESYSTEM" = "yes"; then |
698dcdb6 | 15618 | cat >> confdefs.h <<\EOF |
24528b0c VS |
15619 | #define wxUSE_FILESYSTEM 1 |
15620 | EOF | |
15621 | ||
15622 | fi | |
15623 | ||
10f2d63a | 15624 | if test "$wxUSE_FS_INET" = "yes"; then |
698dcdb6 | 15625 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15626 | #define wxUSE_FS_INET 1 |
15627 | EOF | |
15628 | ||
15629 | fi | |
15630 | ||
15631 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
698dcdb6 | 15632 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15633 | #define wxUSE_FS_ZIP 1 |
15634 | EOF | |
15635 | ||
15636 | fi | |
15637 | ||
15638 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
698dcdb6 | 15639 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15640 | #define wxUSE_ZIPSTREAM 1 |
15641 | EOF | |
15642 | ||
15643 | fi | |
15644 | ||
eb4efbdc | 15645 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
698dcdb6 | 15646 | cat >> confdefs.h <<\EOF |
eb4efbdc VZ |
15647 | #define wxUSE_ON_FATAL_EXCEPTION 1 |
15648 | EOF | |
15649 | ||
15650 | fi | |
15651 | ||
4f3c5f06 | 15652 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
698dcdb6 | 15653 | cat >> confdefs.h <<\EOF |
4f3c5f06 VZ |
15654 | #define wxUSE_SNGLINST_CHECKER 1 |
15655 | EOF | |
15656 | ||
15657 | fi | |
15658 | ||
10f2d63a | 15659 | if test "$wxUSE_BUSYINFO" = "yes"; then |
698dcdb6 | 15660 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15661 | #define wxUSE_BUSYINFO 1 |
15662 | EOF | |
15663 | ||
15664 | fi | |
15665 | ||
15666 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
698dcdb6 | 15667 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15668 | #define wxUSE_STD_IOSTREAM 1 |
15669 | EOF | |
15670 | ||
15671 | fi | |
15672 | ||
15673 | if test "$wxUSE_TEXTFILE" = "yes"; then | |
15674 | if test "$wxUSE_FILE" != "yes"; then | |
698dcdb6 | 15675 | echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2 |
10f2d63a | 15676 | else |
698dcdb6 | 15677 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15678 | #define wxUSE_TEXTFILE 1 |
15679 | EOF | |
15680 | ||
15681 | fi | |
15682 | fi | |
15683 | ||
15684 | if test "$wxUSE_CONFIG" = "yes" ; then | |
15685 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
698dcdb6 | 15686 | echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2 |
10f2d63a | 15687 | else |
698dcdb6 | 15688 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15689 | #define wxUSE_CONFIG 1 |
15690 | EOF | |
15691 | ||
15692 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
15693 | fi | |
15694 | fi | |
15695 | ||
15696 | if test "$wxUSE_INTL" = "yes" ; then | |
15697 | if test "$wxUSE_FILE" != "yes"; then | |
698dcdb6 | 15698 | echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2 |
10f2d63a | 15699 | else |
698dcdb6 | 15700 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15701 | #define wxUSE_INTL 1 |
15702 | EOF | |
15703 | ||
15704 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
f6bcfd97 | 15705 | GUIDIST="$GUIDIST INTL_DIST" |
10f2d63a VZ |
15706 | fi |
15707 | fi | |
15708 | ||
15709 | if test "$wxUSE_LOG" = "yes"; then | |
698dcdb6 | 15710 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15711 | #define wxUSE_LOG 1 |
15712 | EOF | |
15713 | ||
d73be714 VZ |
15714 | |
15715 | if test "$wxUSE_LOGGUI" = "yes"; then | |
15716 | cat >> confdefs.h <<\EOF | |
15717 | #define wxUSE_LOGGUI 1 | |
15718 | EOF | |
15719 | ||
15720 | fi | |
15721 | ||
15722 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
15723 | cat >> confdefs.h <<\EOF | |
15724 | #define wxUSE_LOGWINDOW 1 | |
15725 | EOF | |
15726 | ||
15727 | fi | |
10f2d63a VZ |
15728 | fi |
15729 | ||
15730 | if test "$wxUSE_LONGLONG" = "yes"; then | |
698dcdb6 | 15731 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15732 | #define wxUSE_LONGLONG 1 |
15733 | EOF | |
15734 | ||
15735 | fi | |
15736 | ||
e8f65ba6 | 15737 | if test "$wxUSE_GEOMETRY" = "yes"; then |
698dcdb6 | 15738 | cat >> confdefs.h <<\EOF |
e8f65ba6 RR |
15739 | #define wxUSE_GEOMETRY 1 |
15740 | EOF | |
15741 | ||
15742 | fi | |
15743 | ||
10f2d63a | 15744 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then |
698dcdb6 | 15745 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15746 | #define wxUSE_DIALUP_MANAGER 1 |
15747 | EOF | |
15748 | ||
70f7a477 | 15749 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" |
10f2d63a VZ |
15750 | fi |
15751 | ||
15752 | if test "$wxUSE_STREAMS" = "yes" ; then | |
698dcdb6 | 15753 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
15754 | #define wxUSE_STREAMS 1 |
15755 | EOF | |
15756 | ||
15757 | fi | |
15758 | ||
1e487827 | 15759 | |
1e6feb95 | 15760 | if test "$wxUSE_DATETIME" = "yes"; then |
698dcdb6 | 15761 | for ac_func in strptime |
83307f33 | 15762 | do |
698dcdb6 | 15763 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 15764 | echo "configure:15765: checking for $ac_func" >&5 |
698dcdb6 VZ |
15765 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
15766 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15767 | else | |
15768 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15769 | #line 15770 "configure" |
83307f33 VZ |
15770 | #include "confdefs.h" |
15771 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 15772 | which can conflict with char $ac_func(); below. */ |
83307f33 VZ |
15773 | #include <assert.h> |
15774 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15775 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15776 | builtin and then its argument prototype would still apply. */ |
15777 | char $ac_func(); | |
15778 | ||
15779 | int main() { | |
83307f33 VZ |
15780 | |
15781 | /* The GNU C library defines this for functions which it implements | |
15782 | to always fail with ENOSYS. Some functions are actually named | |
15783 | something starting with __ and the normal name is an alias. */ | |
15784 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15785 | choke me | |
15786 | #else | |
698dcdb6 | 15787 | $ac_func(); |
83307f33 VZ |
15788 | #endif |
15789 | ||
698dcdb6 | 15790 | ; return 0; } |
83307f33 | 15791 | EOF |
0b2effe9 | 15792 | if { (eval echo configure:15793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15793 | rm -rf conftest* |
15794 | eval "ac_cv_func_$ac_func=yes" | |
15795 | else | |
15796 | echo "configure: failed program was:" >&5 | |
15797 | cat conftest.$ac_ext >&5 | |
15798 | rm -rf conftest* | |
15799 | eval "ac_cv_func_$ac_func=no" | |
15800 | fi | |
15801 | rm -f conftest* | |
15802 | fi | |
83307f33 | 15803 | |
698dcdb6 VZ |
15804 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
15805 | echo "$ac_t""yes" 1>&6 | |
15806 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15807 | cat >> confdefs.h <<EOF | |
15808 | #define $ac_tr_func 1 | |
15809 | EOF | |
15810 | ||
15811 | else | |
15812 | echo "$ac_t""no" 1>&6 | |
83307f33 VZ |
15813 | fi |
15814 | done | |
15815 | ||
1e487827 | 15816 | |
698dcdb6 | 15817 | echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 |
0b2effe9 | 15818 | echo "configure:15819: checking for timezone variable in <time.h>" >&5 |
698dcdb6 VZ |
15819 | if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then |
15820 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15821 | else | |
15822 | ||
15823 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15824 | #line 15825 "configure" |
360d6699 VZ |
15825 | #include "confdefs.h" |
15826 | ||
b4085ce6 | 15827 | #include <time.h> |
698dcdb6 VZ |
15828 | |
15829 | int main() { | |
360d6699 VZ |
15830 | |
15831 | int tz; | |
4f11a343 | 15832 | tz = timezone; |
698dcdb6 VZ |
15833 | |
15834 | ; return 0; } | |
15835 | EOF | |
0b2effe9 | 15836 | if { (eval echo configure:15837: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
15837 | rm -rf conftest* |
15838 | ||
4f11a343 | 15839 | wx_cv_var_timezone=timezone |
698dcdb6 | 15840 | |
360d6699 | 15841 | else |
698dcdb6 VZ |
15842 | echo "configure: failed program was:" >&5 |
15843 | cat conftest.$ac_ext >&5 | |
15844 | rm -rf conftest* | |
15845 | ||
15846 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15847 | #line 15848 "configure" |
360d6699 VZ |
15848 | #include "confdefs.h" |
15849 | ||
b4085ce6 | 15850 | #include <time.h> |
698dcdb6 VZ |
15851 | |
15852 | int main() { | |
360d6699 VZ |
15853 | |
15854 | int tz; | |
15855 | tz = _timezone; | |
698dcdb6 VZ |
15856 | |
15857 | ; return 0; } | |
15858 | EOF | |
0b2effe9 | 15859 | if { (eval echo configure:15860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
15860 | rm -rf conftest* |
15861 | ||
360d6699 | 15862 | wx_cv_var_timezone=_timezone |
698dcdb6 | 15863 | |
5357c8e8 | 15864 | else |
698dcdb6 VZ |
15865 | echo "configure: failed program was:" >&5 |
15866 | cat conftest.$ac_ext >&5 | |
15867 | rm -rf conftest* | |
15868 | ||
15869 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15870 | #line 15871 "configure" |
5357c8e8 VZ |
15871 | #include "confdefs.h" |
15872 | ||
b4085ce6 | 15873 | #include <time.h> |
698dcdb6 VZ |
15874 | |
15875 | int main() { | |
5357c8e8 VZ |
15876 | |
15877 | int tz; | |
4f11a343 | 15878 | tz = __timezone; |
698dcdb6 VZ |
15879 | |
15880 | ; return 0; } | |
15881 | EOF | |
0b2effe9 | 15882 | if { (eval echo configure:15883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
15883 | rm -rf conftest* |
15884 | ||
4f11a343 | 15885 | wx_cv_var_timezone=__timezone |
698dcdb6 | 15886 | |
360d6699 | 15887 | else |
698dcdb6 VZ |
15888 | echo "configure: failed program was:" >&5 |
15889 | cat conftest.$ac_ext >&5 | |
15890 | rm -rf conftest* | |
15891 | { echo "configure: error: no timezone variable" 1>&2; exit 1; } | |
15892 | ||
360d6699 | 15893 | fi |
698dcdb6 VZ |
15894 | rm -f conftest* |
15895 | ||
15896 | ||
360d6699 | 15897 | fi |
698dcdb6 VZ |
15898 | rm -f conftest* |
15899 | ||
15900 | ||
6232543b | 15901 | fi |
698dcdb6 VZ |
15902 | rm -f conftest* |
15903 | ||
15904 | ||
1e487827 | 15905 | fi |
703e0a69 | 15906 | |
698dcdb6 VZ |
15907 | echo "$ac_t""$wx_cv_var_timezone" 1>&6 |
15908 | ||
15909 | cat >> confdefs.h <<EOF | |
360d6699 VZ |
15910 | #define WX_TIMEZONE $wx_cv_var_timezone |
15911 | EOF | |
15912 | ||
698dcdb6 VZ |
15913 | |
15914 | for ac_func in localtime | |
afc31813 | 15915 | do |
698dcdb6 | 15916 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 15917 | echo "configure:15918: checking for $ac_func" >&5 |
698dcdb6 VZ |
15918 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
15919 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15920 | else | |
15921 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15922 | #line 15923 "configure" |
10f2d63a | 15923 | #include "confdefs.h" |
afc31813 | 15924 | /* System header to define __stub macros and hopefully few prototypes, |
698dcdb6 | 15925 | which can conflict with char $ac_func(); below. */ |
afc31813 VZ |
15926 | #include <assert.h> |
15927 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15928 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
15929 | builtin and then its argument prototype would still apply. */ |
15930 | char $ac_func(); | |
15931 | ||
15932 | int main() { | |
afc31813 VZ |
15933 | |
15934 | /* The GNU C library defines this for functions which it implements | |
15935 | to always fail with ENOSYS. Some functions are actually named | |
15936 | something starting with __ and the normal name is an alias. */ | |
15937 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15938 | choke me | |
15939 | #else | |
698dcdb6 | 15940 | $ac_func(); |
afc31813 VZ |
15941 | #endif |
15942 | ||
698dcdb6 | 15943 | ; return 0; } |
10f2d63a | 15944 | EOF |
0b2effe9 | 15945 | if { (eval echo configure:15946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
15946 | rm -rf conftest* |
15947 | eval "ac_cv_func_$ac_func=yes" | |
15948 | else | |
15949 | echo "configure: failed program was:" >&5 | |
15950 | cat conftest.$ac_ext >&5 | |
15951 | rm -rf conftest* | |
15952 | eval "ac_cv_func_$ac_func=no" | |
15953 | fi | |
15954 | rm -f conftest* | |
15955 | fi | |
afc31813 | 15956 | |
698dcdb6 VZ |
15957 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
15958 | echo "$ac_t""yes" 1>&6 | |
15959 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15960 | cat >> confdefs.h <<EOF | |
15961 | #define $ac_tr_func 1 | |
15962 | EOF | |
15963 | ||
15964 | else | |
15965 | echo "$ac_t""no" 1>&6 | |
afc31813 VZ |
15966 | fi |
15967 | done | |
15968 | ||
1e487827 | 15969 | |
698dcdb6 VZ |
15970 | if test "$ac_cv_func_localtime" = "yes"; then |
15971 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 | |
0b2effe9 | 15972 | echo "configure:15973: checking for tm_gmtoff in struct tm" >&5 |
698dcdb6 VZ |
15973 | if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then |
15974 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15975 | else | |
15976 | ||
15977 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 15978 | #line 15979 "configure" |
0470b1e6 VZ |
15979 | #include "confdefs.h" |
15980 | ||
b4085ce6 | 15981 | #include <time.h> |
698dcdb6 VZ |
15982 | |
15983 | int main() { | |
0470b1e6 VZ |
15984 | |
15985 | struct tm tm; | |
15986 | tm.tm_gmtoff++; | |
698dcdb6 VZ |
15987 | |
15988 | ; return 0; } | |
15989 | EOF | |
0b2effe9 | 15990 | if { (eval echo configure:15991: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 VZ |
15991 | rm -rf conftest* |
15992 | ||
f03a98d8 | 15993 | wx_cv_struct_tm_has_gmtoff=yes |
698dcdb6 | 15994 | |
0470b1e6 | 15995 | else |
698dcdb6 VZ |
15996 | echo "configure: failed program was:" >&5 |
15997 | cat conftest.$ac_ext >&5 | |
15998 | rm -rf conftest* | |
15999 | wx_cv_struct_tm_has_gmtoff=no | |
16000 | ||
0470b1e6 | 16001 | fi |
698dcdb6 VZ |
16002 | rm -f conftest* |
16003 | ||
1e487827 | 16004 | fi |
698dcdb6 VZ |
16005 | |
16006 | echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 | |
6232543b VS |
16007 | fi |
16008 | ||
16009 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
698dcdb6 | 16010 | cat >> confdefs.h <<\EOF |
6232543b VS |
16011 | #define WX_GMTOFF_IN_TM 1 |
16012 | EOF | |
0470b1e6 | 16013 | |
3fcdd07b VZ |
16014 | fi |
16015 | ||
698dcdb6 | 16016 | for ac_func in gettimeofday ftime |
3fcdd07b | 16017 | do |
698dcdb6 | 16018 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 16019 | echo "configure:16020: checking for $ac_func" >&5 |
698dcdb6 VZ |
16020 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16021 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16022 | else | |
16023 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16024 | #line 16025 "configure" |
3fcdd07b VZ |
16025 | #include "confdefs.h" |
16026 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 16027 | which can conflict with char $ac_func(); below. */ |
3fcdd07b VZ |
16028 | #include <assert.h> |
16029 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16030 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16031 | builtin and then its argument prototype would still apply. */ |
16032 | char $ac_func(); | |
16033 | ||
16034 | int main() { | |
3fcdd07b VZ |
16035 | |
16036 | /* The GNU C library defines this for functions which it implements | |
16037 | to always fail with ENOSYS. Some functions are actually named | |
16038 | something starting with __ and the normal name is an alias. */ | |
16039 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16040 | choke me | |
16041 | #else | |
698dcdb6 | 16042 | $ac_func(); |
3fcdd07b VZ |
16043 | #endif |
16044 | ||
698dcdb6 VZ |
16045 | ; return 0; } |
16046 | EOF | |
0b2effe9 | 16047 | if { (eval echo configure:16048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16048 | rm -rf conftest* |
16049 | eval "ac_cv_func_$ac_func=yes" | |
16050 | else | |
16051 | echo "configure: failed program was:" >&5 | |
16052 | cat conftest.$ac_ext >&5 | |
16053 | rm -rf conftest* | |
16054 | eval "ac_cv_func_$ac_func=no" | |
16055 | fi | |
16056 | rm -f conftest* | |
16057 | fi | |
16058 | ||
16059 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16060 | echo "$ac_t""yes" 1>&6 | |
16061 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16062 | cat >> confdefs.h <<EOF | |
16063 | #define $ac_tr_func 1 | |
3fcdd07b VZ |
16064 | EOF |
16065 | break | |
698dcdb6 VZ |
16066 | else |
16067 | echo "$ac_t""no" 1>&6 | |
3fcdd07b VZ |
16068 | fi |
16069 | done | |
16070 | ||
afc31813 | 16071 | |
698dcdb6 VZ |
16072 | if test "$ac_cv_func_gettimeofday" = "yes"; then |
16073 | echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 | |
0b2effe9 | 16074 | echo "configure:16075: checking whether gettimeofday takes two arguments" >&5 |
698dcdb6 VZ |
16075 | if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then |
16076 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16077 | else | |
16078 | ||
16079 | ||
16080 | ac_ext=C | |
16081 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 16082 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
16083 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16084 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16085 | cross_compiling=$ac_cv_prog_cxx_cross | |
703e0a69 | 16086 | |
698dcdb6 VZ |
16087 | |
16088 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16089 | #line 16090 "configure" |
10f2d63a | 16090 | #include "confdefs.h" |
afc31813 VZ |
16091 | |
16092 | #include <sys/time.h> | |
16093 | #include <unistd.h> | |
698dcdb6 VZ |
16094 | |
16095 | int main() { | |
afc31813 VZ |
16096 | |
16097 | struct timeval tv; | |
16098 | struct timezone tz; | |
16099 | gettimeofday(&tv, &tz); | |
698dcdb6 VZ |
16100 | |
16101 | ; return 0; } | |
16102 | EOF | |
0b2effe9 | 16103 | if { (eval echo configure:16104: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 16104 | rm -rf conftest* |
afc31813 | 16105 | wx_cv_func_gettimeofday_has_2_args=yes |
10f2d63a | 16106 | else |
698dcdb6 VZ |
16107 | echo "configure: failed program was:" >&5 |
16108 | cat conftest.$ac_ext >&5 | |
16109 | rm -rf conftest* | |
16110 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16111 | #line 16112 "configure" |
10f2d63a | 16112 | #include "confdefs.h" |
afc31813 VZ |
16113 | |
16114 | #include <sys/time.h> | |
16115 | #include <unistd.h> | |
698dcdb6 VZ |
16116 | |
16117 | int main() { | |
afc31813 VZ |
16118 | |
16119 | struct timeval tv; | |
16120 | gettimeofday(&tv); | |
698dcdb6 VZ |
16121 | |
16122 | ; return 0; } | |
16123 | EOF | |
0b2effe9 | 16124 | if { (eval echo configure:16125: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 16125 | rm -rf conftest* |
afc31813 | 16126 | wx_cv_func_gettimeofday_has_2_args=no |
10f2d63a | 16127 | else |
698dcdb6 VZ |
16128 | echo "configure: failed program was:" >&5 |
16129 | cat conftest.$ac_ext >&5 | |
16130 | rm -rf conftest* | |
16131 | wx_cv_func_gettimeofday_has_2_args=unknown | |
16132 | ||
10f2d63a | 16133 | fi |
698dcdb6 VZ |
16134 | rm -f conftest* |
16135 | ||
10f2d63a | 16136 | fi |
698dcdb6 | 16137 | rm -f conftest* |
afc31813 | 16138 | ac_ext=c |
698dcdb6 | 16139 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 16140 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
16141 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16142 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16143 | cross_compiling=$ac_cv_prog_cc_cross | |
10f2d63a | 16144 | |
698dcdb6 | 16145 | |
afc31813 | 16146 | fi |
698dcdb6 VZ |
16147 | |
16148 | echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 | |
c63c7106 | 16149 | |
afc31813 | 16150 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then |
698dcdb6 | 16151 | cat >> confdefs.h <<\EOF |
afc31813 VZ |
16152 | #define WX_GETTIMEOFDAY_NO_TZ 1 |
16153 | EOF | |
16154 | ||
16155 | fi | |
16156 | fi | |
16157 | ||
698dcdb6 | 16158 | cat >> confdefs.h <<\EOF |
afc31813 VZ |
16159 | #define wxUSE_TIMEDATE 1 |
16160 | EOF | |
16161 | ||
16162 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
16163 | fi | |
16164 | ||
698dcdb6 | 16165 | |
b089607b VZ |
16166 | if test "$TOOLKIT" != "MSW"; then |
16167 | ||
afc31813 | 16168 | if test "$wxUSE_SOCKETS" = "yes"; then |
698dcdb6 | 16169 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
0b2effe9 | 16170 | echo "configure:16171: checking for socket" >&5 |
698dcdb6 VZ |
16171 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
16172 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 16173 | else |
698dcdb6 | 16174 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 16175 | #line 16176 "configure" |
c63c7106 VZ |
16176 | #include "confdefs.h" |
16177 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 16178 | which can conflict with char socket(); below. */ |
c63c7106 VZ |
16179 | #include <assert.h> |
16180 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16181 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16182 | builtin and then its argument prototype would still apply. */ |
16183 | char socket(); | |
16184 | ||
16185 | int main() { | |
c63c7106 VZ |
16186 | |
16187 | /* The GNU C library defines this for functions which it implements | |
16188 | to always fail with ENOSYS. Some functions are actually named | |
16189 | something starting with __ and the normal name is an alias. */ | |
16190 | #if defined (__stub_socket) || defined (__stub___socket) | |
16191 | choke me | |
16192 | #else | |
698dcdb6 | 16193 | socket(); |
c63c7106 VZ |
16194 | #endif |
16195 | ||
698dcdb6 VZ |
16196 | ; return 0; } |
16197 | EOF | |
0b2effe9 | 16198 | if { (eval echo configure:16199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16199 | rm -rf conftest* |
16200 | eval "ac_cv_func_socket=yes" | |
16201 | else | |
16202 | echo "configure: failed program was:" >&5 | |
16203 | cat conftest.$ac_ext >&5 | |
16204 | rm -rf conftest* | |
16205 | eval "ac_cv_func_socket=no" | |
16206 | fi | |
16207 | rm -f conftest* | |
16208 | fi | |
16209 | ||
16210 | if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
16211 | echo "$ac_t""yes" 1>&6 | |
c63c7106 VZ |
16212 | : |
16213 | else | |
698dcdb6 VZ |
16214 | echo "$ac_t""no" 1>&6 |
16215 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 | |
0b2effe9 | 16216 | echo "configure:16217: checking for socket in -lsocket" >&5 |
698dcdb6 VZ |
16217 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
16218 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16219 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 16220 | else |
698dcdb6 | 16221 | ac_save_LIBS="$LIBS" |
c63c7106 | 16222 | LIBS="-lsocket $LIBS" |
698dcdb6 | 16223 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 16224 | #line 16225 "configure" |
c63c7106 VZ |
16225 | #include "confdefs.h" |
16226 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16227 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16228 | builtin and then its argument prototype would still apply. */ |
16229 | char socket(); | |
16230 | ||
16231 | int main() { | |
16232 | socket() | |
16233 | ; return 0; } | |
16234 | EOF | |
0b2effe9 | 16235 | if { (eval echo configure:16236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16236 | rm -rf conftest* |
16237 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16238 | else | |
16239 | echo "configure: failed program was:" >&5 | |
16240 | cat conftest.$ac_ext >&5 | |
16241 | rm -rf conftest* | |
16242 | eval "ac_cv_lib_$ac_lib_var=no" | |
16243 | fi | |
16244 | rm -f conftest* | |
16245 | LIBS="$ac_save_LIBS" | |
16246 | ||
16247 | fi | |
16248 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16249 | echo "$ac_t""yes" 1>&6 | |
c63c7106 | 16250 | INET_LINK="$INET_LINK -lsocket" |
c63c7106 | 16251 | else |
698dcdb6 | 16252 | echo "$ac_t""no" 1>&6 |
afc31813 | 16253 | |
698dcdb6 | 16254 | echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 |
afc31813 | 16255 | wxUSE_SOCKETS=no |
698dcdb6 VZ |
16256 | |
16257 | ||
10f2d63a VZ |
16258 | fi |
16259 | ||
698dcdb6 | 16260 | |
6232543b | 16261 | fi |
b089607b | 16262 | |
1e487827 | 16263 | fi |
afc31813 | 16264 | |
51a9faba | 16265 | |
698dcdb6 VZ |
16266 | if test "$wxUSE_SOCKETS" = "yes" ; then |
16267 | echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6 | |
0b2effe9 | 16268 | echo "configure:16269: checking what is the type of the third argument of getsockname" >&5 |
698dcdb6 VZ |
16269 | if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then |
16270 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16271 | else | |
16272 | ||
16273 | ||
16274 | ac_ext=C | |
16275 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 16276 | ac_cpp='$CXXCPP $CPPFLAGS' |
698dcdb6 VZ |
16277 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16278 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16279 | cross_compiling=$ac_cv_prog_cxx_cross | |
703e0a69 | 16280 | |
698dcdb6 VZ |
16281 | |
16282 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16283 | #line 16284 "configure" |
afc31813 | 16284 | #include "confdefs.h" |
51a9faba | 16285 | |
3ace2e6d | 16286 | #include <sys/types.h> |
51a9faba | 16287 | #include <sys/socket.h> |
698dcdb6 VZ |
16288 | |
16289 | int main() { | |
51a9faba VZ |
16290 | |
16291 | socklen_t len; | |
16292 | getsockname(0, 0, &len); | |
698dcdb6 VZ |
16293 | |
16294 | ; return 0; } | |
16295 | EOF | |
0b2effe9 | 16296 | if { (eval echo configure:16297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 16297 | rm -rf conftest* |
51a9faba | 16298 | wx_cv_type_getsockname3=socklen_t |
afc31813 | 16299 | else |
698dcdb6 VZ |
16300 | echo "configure: failed program was:" >&5 |
16301 | cat conftest.$ac_ext >&5 | |
16302 | rm -rf conftest* | |
16303 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16304 | #line 16305 "configure" |
afc31813 | 16305 | #include "confdefs.h" |
51a9faba | 16306 | |
3ace2e6d | 16307 | #include <sys/types.h> |
51a9faba | 16308 | #include <sys/socket.h> |
698dcdb6 VZ |
16309 | |
16310 | int main() { | |
51a9faba VZ |
16311 | |
16312 | size_t len; | |
16313 | getsockname(0, 0, &len); | |
698dcdb6 VZ |
16314 | |
16315 | ; return 0; } | |
16316 | EOF | |
0b2effe9 | 16317 | if { (eval echo configure:16318: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 16318 | rm -rf conftest* |
51a9faba | 16319 | wx_cv_type_getsockname3=size_t |
afc31813 | 16320 | else |
698dcdb6 VZ |
16321 | echo "configure: failed program was:" >&5 |
16322 | cat conftest.$ac_ext >&5 | |
16323 | rm -rf conftest* | |
16324 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16325 | #line 16326 "configure" |
afc31813 | 16326 | #include "confdefs.h" |
51a9faba | 16327 | |
3ace2e6d | 16328 | #include <sys/types.h> |
51a9faba | 16329 | #include <sys/socket.h> |
698dcdb6 VZ |
16330 | |
16331 | int main() { | |
51a9faba VZ |
16332 | |
16333 | int len; | |
16334 | getsockname(0, 0, &len); | |
698dcdb6 VZ |
16335 | |
16336 | ; return 0; } | |
16337 | EOF | |
0b2effe9 | 16338 | if { (eval echo configure:16339: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
698dcdb6 | 16339 | rm -rf conftest* |
51a9faba | 16340 | wx_cv_type_getsockname3=int |
afc31813 | 16341 | else |
698dcdb6 VZ |
16342 | echo "configure: failed program was:" >&5 |
16343 | cat conftest.$ac_ext >&5 | |
16344 | rm -rf conftest* | |
16345 | wx_cv_type_getsockname3=unknown | |
16346 | ||
afc31813 | 16347 | fi |
698dcdb6 VZ |
16348 | rm -f conftest* |
16349 | ||
afc31813 | 16350 | fi |
698dcdb6 VZ |
16351 | rm -f conftest* |
16352 | ||
afc31813 | 16353 | fi |
698dcdb6 | 16354 | rm -f conftest* |
51a9faba VZ |
16355 | |
16356 | ac_ext=c | |
698dcdb6 | 16357 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
afc31813 | 16358 | ac_cpp='$CPP $CPPFLAGS' |
698dcdb6 VZ |
16359 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16360 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16361 | cross_compiling=$ac_cv_prog_cc_cross | |
afc31813 | 16362 | |
698dcdb6 | 16363 | |
51a9faba | 16364 | fi |
698dcdb6 VZ |
16365 | |
16366 | echo "$ac_t""$wx_cv_type_getsockname3" 1>&6 | |
51a9faba VZ |
16367 | |
16368 | if test "$wx_cv_type_getsockname3" = "unknown"; then | |
16369 | wxUSE_SOCKETS=no | |
698dcdb6 | 16370 | echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2 |
51a9faba | 16371 | else |
698dcdb6 | 16372 | cat >> confdefs.h <<EOF |
51a9faba VZ |
16373 | #define SOCKLEN_T $wx_cv_type_getsockname3 |
16374 | EOF | |
16375 | ||
16376 | fi | |
16377 | fi | |
afc31813 | 16378 | |
c521c494 RL |
16379 | fi |
16380 | ||
51a9faba | 16381 | if test "$wxUSE_SOCKETS" = "yes" ; then |
698dcdb6 | 16382 | cat >> confdefs.h <<\EOF |
afc31813 VZ |
16383 | #define wxUSE_SOCKETS 1 |
16384 | EOF | |
16385 | ||
70f7a477 | 16386 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" |
afc31813 VZ |
16387 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS protocol" |
16388 | fi | |
16389 | ||
698dcdb6 | 16390 | |
dc3d889d VZ |
16391 | if test "$wxUSE_GUI" = "yes"; then |
16392 | ||
b089607b VZ |
16393 | if test "$TOOLKIT" != "MSW"; then |
16394 | ||
ceded8b9 | 16395 | if test "$wxUSE_JOYSTICK" = "yes"; then |
698dcdb6 | 16396 | for ac_hdr in linux/joystick.h |
10f2d63a | 16397 | do |
698dcdb6 VZ |
16398 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
16399 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 16400 | echo "configure:16401: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
16401 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
16402 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16403 | else | |
16404 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16405 | #line 16406 "configure" |
10f2d63a | 16406 | #include "confdefs.h" |
698dcdb6 VZ |
16407 | #include <$ac_hdr> |
16408 | EOF | |
16409 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 16410 | { (eval echo configure:16411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
16411 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
16412 | if test -z "$ac_err"; then | |
16413 | rm -rf conftest* | |
16414 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 16415 | else |
698dcdb6 VZ |
16416 | echo "$ac_err" >&5 |
16417 | echo "configure: failed program was:" >&5 | |
10f2d63a | 16418 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
16419 | rm -rf conftest* |
16420 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 16421 | fi |
698dcdb6 | 16422 | rm -f conftest* |
10f2d63a | 16423 | fi |
698dcdb6 VZ |
16424 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
16425 | echo "$ac_t""yes" 1>&6 | |
16426 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
16427 | cat >> confdefs.h <<EOF | |
16428 | #define $ac_tr_hdr 1 | |
10f2d63a | 16429 | EOF |
698dcdb6 VZ |
16430 | |
16431 | else | |
16432 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
16433 | fi |
16434 | done | |
16435 | ||
b089607b | 16436 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then |
ceded8b9 | 16437 | wxUSE_JOYSTICK=no |
698dcdb6 | 16438 | echo "configure: warning: Joystick not supported by this system" 1>&2 |
b089607b VZ |
16439 | fi |
16440 | fi | |
16441 | ||
16442 | fi | |
16443 | ||
ceded8b9 | 16444 | if test "$wxUSE_JOYSTICK" = "yes"; then |
698dcdb6 | 16445 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16446 | #define wxUSE_JOYSTICK 1 |
16447 | EOF | |
16448 | ||
16449 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" | |
10f2d63a VZ |
16450 | fi |
16451 | ||
dc3d889d VZ |
16452 | fi |
16453 | ||
698dcdb6 | 16454 | |
b089607b VZ |
16455 | if test "$TOOLKIT" != "MSW"; then |
16456 | ||
10f2d63a VZ |
16457 | HAVE_DL_FUNCS=0 |
16458 | HAVE_SHL_FUNCS=0 | |
16459 | if test "$wxUSE_DYNLIB_CLASS" = "yes"; then | |
b4085ce6 GD |
16460 | if test "$USE_MAC" = 1; then |
16461 | HAVE_DL_FUNCS=1 | |
16462 | else | |
698dcdb6 | 16463 | for ac_func in dlopen |
10f2d63a | 16464 | do |
698dcdb6 | 16465 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 16466 | echo "configure:16467: checking for $ac_func" >&5 |
698dcdb6 VZ |
16467 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16468 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16469 | else | |
16470 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16471 | #line 16472 "configure" |
10f2d63a VZ |
16472 | #include "confdefs.h" |
16473 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 16474 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
16475 | #include <assert.h> |
16476 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16477 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16478 | builtin and then its argument prototype would still apply. */ |
16479 | char $ac_func(); | |
16480 | ||
16481 | int main() { | |
10f2d63a VZ |
16482 | |
16483 | /* The GNU C library defines this for functions which it implements | |
16484 | to always fail with ENOSYS. Some functions are actually named | |
16485 | something starting with __ and the normal name is an alias. */ | |
16486 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16487 | choke me | |
16488 | #else | |
698dcdb6 | 16489 | $ac_func(); |
10f2d63a VZ |
16490 | #endif |
16491 | ||
698dcdb6 VZ |
16492 | ; return 0; } |
16493 | EOF | |
0b2effe9 | 16494 | if { (eval echo configure:16495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16495 | rm -rf conftest* |
16496 | eval "ac_cv_func_$ac_func=yes" | |
16497 | else | |
16498 | echo "configure: failed program was:" >&5 | |
16499 | cat conftest.$ac_ext >&5 | |
16500 | rm -rf conftest* | |
16501 | eval "ac_cv_func_$ac_func=no" | |
16502 | fi | |
16503 | rm -f conftest* | |
16504 | fi | |
16505 | ||
16506 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16507 | echo "$ac_t""yes" 1>&6 | |
16508 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16509 | cat >> confdefs.h <<EOF | |
16510 | #define $ac_tr_func 1 | |
16511 | EOF | |
16512 | ||
16513 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
16514 | #define HAVE_DLOPEN 1 |
16515 | EOF | |
16516 | ||
16517 | HAVE_DL_FUNCS=1 | |
698dcdb6 | 16518 | |
10f2d63a | 16519 | else |
698dcdb6 VZ |
16520 | echo "$ac_t""no" 1>&6 |
16521 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 | |
0b2effe9 | 16522 | echo "configure:16523: checking for dlopen in -ldl" >&5 |
698dcdb6 VZ |
16523 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
16524 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16525 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 16526 | else |
698dcdb6 | 16527 | ac_save_LIBS="$LIBS" |
10f2d63a | 16528 | LIBS="-ldl $LIBS" |
698dcdb6 | 16529 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 16530 | #line 16531 "configure" |
10f2d63a VZ |
16531 | #include "confdefs.h" |
16532 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16533 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16534 | builtin and then its argument prototype would still apply. */ |
16535 | char dlopen(); | |
16536 | ||
16537 | int main() { | |
16538 | dlopen() | |
16539 | ; return 0; } | |
16540 | EOF | |
0b2effe9 | 16541 | if { (eval echo configure:16542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16542 | rm -rf conftest* |
16543 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16544 | else | |
16545 | echo "configure: failed program was:" >&5 | |
16546 | cat conftest.$ac_ext >&5 | |
16547 | rm -rf conftest* | |
16548 | eval "ac_cv_lib_$ac_lib_var=no" | |
16549 | fi | |
16550 | rm -f conftest* | |
16551 | LIBS="$ac_save_LIBS" | |
16552 | ||
16553 | fi | |
16554 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16555 | echo "$ac_t""yes" 1>&6 | |
16556 | ||
16557 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
16558 | #define HAVE_DLOPEN 1 |
16559 | EOF | |
16560 | ||
16561 | HAVE_DL_FUNCS=1 | |
16562 | LIBS="$LIBS -ldl" | |
698dcdb6 | 16563 | |
10f2d63a | 16564 | else |
698dcdb6 | 16565 | echo "$ac_t""no" 1>&6 |
10f2d63a | 16566 | |
698dcdb6 | 16567 | for ac_func in shl_load |
10f2d63a | 16568 | do |
698dcdb6 | 16569 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 16570 | echo "configure:16571: checking for $ac_func" >&5 |
698dcdb6 VZ |
16571 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16572 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16573 | else | |
16574 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16575 | #line 16576 "configure" |
10f2d63a VZ |
16576 | #include "confdefs.h" |
16577 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 16578 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
16579 | #include <assert.h> |
16580 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16581 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16582 | builtin and then its argument prototype would still apply. */ |
16583 | char $ac_func(); | |
16584 | ||
16585 | int main() { | |
10f2d63a VZ |
16586 | |
16587 | /* The GNU C library defines this for functions which it implements | |
16588 | to always fail with ENOSYS. Some functions are actually named | |
16589 | something starting with __ and the normal name is an alias. */ | |
16590 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16591 | choke me | |
16592 | #else | |
698dcdb6 | 16593 | $ac_func(); |
10f2d63a VZ |
16594 | #endif |
16595 | ||
698dcdb6 VZ |
16596 | ; return 0; } |
16597 | EOF | |
0b2effe9 | 16598 | if { (eval echo configure:16599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16599 | rm -rf conftest* |
16600 | eval "ac_cv_func_$ac_func=yes" | |
16601 | else | |
16602 | echo "configure: failed program was:" >&5 | |
16603 | cat conftest.$ac_ext >&5 | |
16604 | rm -rf conftest* | |
16605 | eval "ac_cv_func_$ac_func=no" | |
16606 | fi | |
16607 | rm -f conftest* | |
16608 | fi | |
16609 | ||
16610 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16611 | echo "$ac_t""yes" 1>&6 | |
16612 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16613 | cat >> confdefs.h <<EOF | |
16614 | #define $ac_tr_func 1 | |
16615 | EOF | |
16616 | ||
16617 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
16618 | #define HAVE_SHL_LOAD 1 |
16619 | EOF | |
16620 | ||
16621 | HAVE_SHL_FUNCS=1 | |
698dcdb6 | 16622 | |
10f2d63a | 16623 | else |
698dcdb6 VZ |
16624 | echo "$ac_t""no" 1>&6 |
16625 | echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6 | |
0b2effe9 | 16626 | echo "configure:16627: checking for dld in -lshl_load" >&5 |
698dcdb6 VZ |
16627 | ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'` |
16628 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16629 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 16630 | else |
698dcdb6 | 16631 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 16632 | LIBS="-lshl_load $LIBS" |
698dcdb6 | 16633 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 16634 | #line 16635 "configure" |
f6bcfd97 BP |
16635 | #include "confdefs.h" |
16636 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16637 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16638 | builtin and then its argument prototype would still apply. */ |
16639 | char dld(); | |
16640 | ||
16641 | int main() { | |
16642 | dld() | |
16643 | ; return 0; } | |
16644 | EOF | |
0b2effe9 | 16645 | if { (eval echo configure:16646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16646 | rm -rf conftest* |
16647 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16648 | else | |
16649 | echo "configure: failed program was:" >&5 | |
16650 | cat conftest.$ac_ext >&5 | |
16651 | rm -rf conftest* | |
16652 | eval "ac_cv_lib_$ac_lib_var=no" | |
16653 | fi | |
16654 | rm -f conftest* | |
16655 | LIBS="$ac_save_LIBS" | |
f6bcfd97 | 16656 | |
698dcdb6 VZ |
16657 | fi |
16658 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16659 | echo "$ac_t""yes" 1>&6 | |
16660 | ||
f6bcfd97 BP |
16661 | HAVE_SHL_FUNCS=1 |
16662 | LIBS="$LIBS -ldld" | |
698dcdb6 VZ |
16663 | |
16664 | else | |
16665 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 BP |
16666 | fi |
16667 | ||
698dcdb6 | 16668 | |
10f2d63a VZ |
16669 | fi |
16670 | done | |
16671 | ||
698dcdb6 | 16672 | |
10f2d63a VZ |
16673 | fi |
16674 | ||
698dcdb6 | 16675 | |
10f2d63a VZ |
16676 | fi |
16677 | done | |
16678 | ||
1e487827 | 16679 | |
698dcdb6 VZ |
16680 | if test "$HAVE_DL_FUNCS" = 1; then |
16681 | for ac_func in dlerror | |
f6bcfd97 | 16682 | do |
698dcdb6 | 16683 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
0b2effe9 | 16684 | echo "configure:16685: checking for $ac_func" >&5 |
698dcdb6 VZ |
16685 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16686 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16687 | else | |
16688 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16689 | #line 16690 "configure" |
f6bcfd97 BP |
16690 | #include "confdefs.h" |
16691 | /* System header to define __stub macros and hopefully few prototypes, | |
698dcdb6 | 16692 | which can conflict with char $ac_func(); below. */ |
f6bcfd97 BP |
16693 | #include <assert.h> |
16694 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16695 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16696 | builtin and then its argument prototype would still apply. */ |
16697 | char $ac_func(); | |
16698 | ||
16699 | int main() { | |
f6bcfd97 BP |
16700 | |
16701 | /* The GNU C library defines this for functions which it implements | |
16702 | to always fail with ENOSYS. Some functions are actually named | |
16703 | something starting with __ and the normal name is an alias. */ | |
16704 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16705 | choke me | |
16706 | #else | |
698dcdb6 | 16707 | $ac_func(); |
f6bcfd97 BP |
16708 | #endif |
16709 | ||
698dcdb6 VZ |
16710 | ; return 0; } |
16711 | EOF | |
0b2effe9 | 16712 | if { (eval echo configure:16713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16713 | rm -rf conftest* |
16714 | eval "ac_cv_func_$ac_func=yes" | |
16715 | else | |
16716 | echo "configure: failed program was:" >&5 | |
16717 | cat conftest.$ac_ext >&5 | |
16718 | rm -rf conftest* | |
16719 | eval "ac_cv_func_$ac_func=no" | |
16720 | fi | |
16721 | rm -f conftest* | |
16722 | fi | |
16723 | ||
16724 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16725 | echo "$ac_t""yes" 1>&6 | |
16726 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16727 | cat >> confdefs.h <<EOF | |
16728 | #define $ac_tr_func 1 | |
16729 | EOF | |
16730 | cat >> confdefs.h <<\EOF | |
f6bcfd97 BP |
16731 | #define HAVE_DLERROR 1 |
16732 | EOF | |
16733 | ||
16734 | else | |
698dcdb6 VZ |
16735 | echo "$ac_t""no" 1>&6 |
16736 | echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6 | |
0b2effe9 | 16737 | echo "configure:16738: checking for dlerror in -ldl" >&5 |
698dcdb6 VZ |
16738 | ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'` |
16739 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16740 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 16741 | else |
698dcdb6 | 16742 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 16743 | LIBS="-ldl $LIBS" |
698dcdb6 | 16744 | cat > conftest.$ac_ext <<EOF |
0b2effe9 | 16745 | #line 16746 "configure" |
f6bcfd97 BP |
16746 | #include "confdefs.h" |
16747 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16748 | /* We use char because int might match the return type of a gcc2 | |
698dcdb6 VZ |
16749 | builtin and then its argument prototype would still apply. */ |
16750 | char dlerror(); | |
16751 | ||
16752 | int main() { | |
16753 | dlerror() | |
16754 | ; return 0; } | |
16755 | EOF | |
0b2effe9 | 16756 | if { (eval echo configure:16757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
698dcdb6 VZ |
16757 | rm -rf conftest* |
16758 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16759 | else | |
16760 | echo "configure: failed program was:" >&5 | |
16761 | cat conftest.$ac_ext >&5 | |
16762 | rm -rf conftest* | |
16763 | eval "ac_cv_lib_$ac_lib_var=no" | |
16764 | fi | |
16765 | rm -f conftest* | |
16766 | LIBS="$ac_save_LIBS" | |
16767 | ||
16768 | fi | |
16769 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16770 | echo "$ac_t""yes" 1>&6 | |
16771 | cat >> confdefs.h <<\EOF | |
f6bcfd97 BP |
16772 | #define HAVE_DLERROR 1 |
16773 | EOF | |
16774 | ||
698dcdb6 VZ |
16775 | else |
16776 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 BP |
16777 | fi |
16778 | ||
16779 | fi | |
16780 | done | |
16781 | ||
16782 | fi | |
b4085ce6 | 16783 | fi |
f6bcfd97 | 16784 | |
10f2d63a VZ |
16785 | if test "$HAVE_DL_FUNCS" = 0; then |
16786 | if test "$HAVE_SHL_FUNCS" = 0; then | |
16787 | if test "$USE_UNIX" = 1; then | |
698dcdb6 | 16788 | echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 |
10f2d63a VZ |
16789 | wxUSE_DYNLIB_CLASS=no |
16790 | else | |
698dcdb6 | 16791 | echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 |
10f2d63a VZ |
16792 | fi |
16793 | fi | |
16794 | fi | |
16795 | fi | |
16796 | ||
b089607b VZ |
16797 | fi |
16798 | ||
10f2d63a | 16799 | if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then |
698dcdb6 | 16800 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16801 | #define wxUSE_DYNLIB_CLASS 1 |
16802 | EOF | |
16803 | ||
b12915c1 VZ |
16804 | else |
16805 | wxUSE_ODBC=no | |
16806 | wxUSE_SERIAL=no | |
10f2d63a VZ |
16807 | fi |
16808 | ||
698dcdb6 | 16809 | |
1e6feb95 VZ |
16810 | if test "$wxUSE_FONTMAP" = "yes" ; then |
16811 | cat >> confdefs.h <<\EOF | |
16812 | #define wxUSE_FONTMAP 1 | |
16813 | EOF | |
16814 | ||
16815 | fi | |
16816 | ||
10f2d63a | 16817 | if test "$wxUSE_UNICODE" = "yes" ; then |
698dcdb6 | 16818 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16819 | #define wxUSE_UNICODE 1 |
16820 | EOF | |
16821 | ||
16822 | fi | |
16823 | ||
16824 | if test "$wxUSE_WCSRTOMBS" = "yes" ; then | |
698dcdb6 | 16825 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16826 | #define wxUSE_WCSRTOMBS 1 |
16827 | EOF | |
16828 | ||
16829 | fi | |
16830 | ||
16831 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then | |
698dcdb6 | 16832 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16833 | #define wxUSE_EXPERIMENTAL_PRINTF 1 |
16834 | EOF | |
16835 | ||
16836 | fi | |
16837 | ||
698dcdb6 | 16838 | |
b12915c1 | 16839 | if test "$wxUSE_SERIAL" = "yes" ; then |
698dcdb6 | 16840 | cat >> confdefs.h <<\EOF |
b12915c1 VZ |
16841 | #define wxUSE_SERIAL 1 |
16842 | EOF | |
16843 | ||
16844 | fi | |
16845 | ||
698dcdb6 | 16846 | |
10f2d63a VZ |
16847 | IODBC_C_SRC="" |
16848 | if test "$wxUSE_ODBC" = "yes" ; then | |
698dcdb6 | 16849 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16850 | #define wxUSE_ODBC 1 |
16851 | EOF | |
16852 | ||
16853 | WXODBCFLAG="-D_IODBC_" | |
16854 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
10f2d63a VZ |
16855 | fi |
16856 | ||
698dcdb6 | 16857 | |
10f2d63a | 16858 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then |
698dcdb6 | 16859 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16860 | #define wxUSE_POSTSCRIPT 1 |
16861 | EOF | |
16862 | ||
16863 | fi | |
16864 | ||
698dcdb6 | 16865 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16866 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 |
16867 | EOF | |
16868 | ||
698dcdb6 VZ |
16869 | |
16870 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
16871 | #define wxUSE_NORMALIZED_PS_FONTS 1 |
16872 | EOF | |
16873 | ||
698dcdb6 VZ |
16874 | |
16875 | ||
10f2d63a | 16876 | if test "$wxUSE_CONSTRAINTS" = "yes"; then |
698dcdb6 | 16877 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16878 | #define wxUSE_CONSTRAINTS 1 |
16879 | EOF | |
16880 | ||
16881 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
16882 | fi | |
16883 | ||
16884 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
698dcdb6 | 16885 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16886 | #define wxUSE_MDI_ARCHITECTURE 1 |
16887 | EOF | |
16888 | ||
16889 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" | |
16890 | fi | |
16891 | ||
16892 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
698dcdb6 | 16893 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16894 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 |
16895 | EOF | |
16896 | ||
16897 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
16898 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
16899 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
16900 | fi | |
16901 | fi | |
16902 | ||
16903 | if test "$wxUSE_HELP" = "yes"; then | |
698dcdb6 | 16904 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16905 | #define wxUSE_HELP 1 |
16906 | EOF | |
16907 | ||
16908 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
3379ed37 | 16909 | |
3e44f09d VZ |
16910 | if test "$USE_WIN32" = 1; then |
16911 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
3379ed37 VZ |
16912 | cat >> confdefs.h <<\EOF |
16913 | #define wxUSE_WXHTML_HELP 1 | |
16914 | EOF | |
16915 | ||
29fd3c0c VS |
16916 | ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'` |
16917 | echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6 | |
0b2effe9 | 16918 | echo "configure:16919: checking for htmlhelp.h" >&5 |
29fd3c0c VS |
16919 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
16920 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16921 | else | |
16922 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 16923 | #line 16924 "configure" |
29fd3c0c VS |
16924 | #include "confdefs.h" |
16925 | #include <htmlhelp.h> | |
16926 | EOF | |
16927 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 16928 | { (eval echo configure:16929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
29fd3c0c VS |
16929 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
16930 | if test -z "$ac_err"; then | |
16931 | rm -rf conftest* | |
16932 | eval "ac_cv_header_$ac_safe=yes" | |
16933 | else | |
16934 | echo "$ac_err" >&5 | |
16935 | echo "configure: failed program was:" >&5 | |
16936 | cat conftest.$ac_ext >&5 | |
16937 | rm -rf conftest* | |
16938 | eval "ac_cv_header_$ac_safe=no" | |
16939 | fi | |
16940 | rm -f conftest* | |
16941 | fi | |
16942 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
16943 | echo "$ac_t""yes" 1>&6 | |
16944 | ||
16945 | cat >> confdefs.h <<\EOF | |
16946 | #define wxUSE_MS_HTML_HELP 1 | |
16947 | EOF | |
16948 | ||
16949 | ||
16950 | else | |
16951 | echo "$ac_t""no" 1>&6 | |
16952 | ||
16953 | echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h so it won't be compiled without it" 1>&2 | |
16954 | wxUSE_MS_HTML_HELP=no | |
16955 | ||
16956 | fi | |
16957 | ||
3e44f09d | 16958 | fi |
3379ed37 | 16959 | fi |
10f2d63a VZ |
16960 | fi |
16961 | ||
16962 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
16963 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
698dcdb6 | 16964 | echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 |
10f2d63a | 16965 | else |
698dcdb6 | 16966 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16967 | #define wxUSE_PRINTING_ARCHITECTURE 1 |
16968 | EOF | |
16969 | ||
16970 | fi | |
16971 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
16972 | fi | |
16973 | ||
16974 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
698dcdb6 | 16975 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16976 | #define wxUSE_PROLOGIO 1 |
16977 | EOF | |
16978 | ||
16979 | fi | |
16980 | ||
16981 | if test "$wxUSE_RESOURCES" = "yes" ; then | |
3379ed37 | 16982 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16983 | #define wxUSE_RESOURCES 1 |
16984 | EOF | |
16985 | ||
3379ed37 | 16986 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource" |
10f2d63a VZ |
16987 | fi |
16988 | ||
16989 | if test "$wxUSE_X_RESOURCES" = "yes"; then | |
698dcdb6 | 16990 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
16991 | #define wxUSE_X_RESOURCES 1 |
16992 | EOF | |
16993 | ||
16994 | fi | |
16995 | ||
698dcdb6 | 16996 | |
10f2d63a | 16997 | if test "$wxUSE_IPC" = "yes"; then |
eb4efbdc | 16998 | if test "$wxUSE_SOCKETS" != "yes"; then |
698dcdb6 | 16999 | echo "configure: warning: wxWindows IPC classes require sockets" 1>&2 |
eb4efbdc VZ |
17000 | fi |
17001 | ||
698dcdb6 | 17002 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17003 | #define wxUSE_IPC 1 |
17004 | EOF | |
17005 | ||
17006 | fi | |
17007 | ||
17008 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
698dcdb6 | 17009 | cat >> confdefs.h <<\EOF |
10f2d63a | 17010 | #define wxUSE_CLIPBOARD 1 |
1e6feb95 VZ |
17011 | EOF |
17012 | ||
17013 | cat >> confdefs.h <<\EOF | |
17014 | #define wxUSE_DATAOBJ 1 | |
10f2d63a VZ |
17015 | EOF |
17016 | ||
17017 | fi | |
17018 | ||
17019 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
17020 | if test "$wxUSE_GTK" = 1; then | |
17021 | if test "$WXGTK12" != 1; then | |
698dcdb6 | 17022 | echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2 |
10f2d63a VZ |
17023 | wxUSE_DRAG_AND_DROP=no |
17024 | fi | |
17025 | fi | |
17026 | ||
17027 | if test "$wxUSE_MOTIF" = 1; then | |
698dcdb6 | 17028 | echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2 |
10f2d63a VZ |
17029 | wxUSE_DRAG_AND_DROP=no |
17030 | fi | |
17031 | ||
2c6025bc | 17032 | if test "$wxUSE_MAC" = 1; then |
698dcdb6 | 17033 | echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2 |
2c6025bc GD |
17034 | wxUSE_DRAG_AND_DROP=no |
17035 | fi | |
17036 | ||
10f2d63a | 17037 | if test "$USE_WIN32" = 1; then |
698dcdb6 VZ |
17038 | |
17039 | for ac_hdr in ole2.h | |
10f2d63a | 17040 | do |
698dcdb6 VZ |
17041 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
17042 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
0b2effe9 | 17043 | echo "configure:17044: checking for $ac_hdr" >&5 |
698dcdb6 VZ |
17044 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
17045 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17046 | else | |
17047 | cat > conftest.$ac_ext <<EOF | |
0b2effe9 | 17048 | #line 17049 "configure" |
10f2d63a | 17049 | #include "confdefs.h" |
698dcdb6 VZ |
17050 | #include <$ac_hdr> |
17051 | EOF | |
17052 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
0b2effe9 | 17053 | { (eval echo configure:17054: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
698dcdb6 VZ |
17054 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
17055 | if test -z "$ac_err"; then | |
17056 | rm -rf conftest* | |
17057 | eval "ac_cv_header_$ac_safe=yes" | |
1e487827 | 17058 | else |
698dcdb6 VZ |
17059 | echo "$ac_err" >&5 |
17060 | echo "configure: failed program was:" >&5 | |
10f2d63a | 17061 | cat conftest.$ac_ext >&5 |
698dcdb6 VZ |
17062 | rm -rf conftest* |
17063 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 17064 | fi |
698dcdb6 | 17065 | rm -f conftest* |
10f2d63a | 17066 | fi |
698dcdb6 VZ |
17067 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
17068 | echo "$ac_t""yes" 1>&6 | |
17069 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
17070 | cat >> confdefs.h <<EOF | |
17071 | #define $ac_tr_hdr 1 | |
10f2d63a | 17072 | EOF |
698dcdb6 VZ |
17073 | |
17074 | else | |
17075 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
17076 | fi |
17077 | done | |
17078 | ||
698dcdb6 | 17079 | |
57fe5ed0 | 17080 | if test "$ac_cv_header_ole2_h" = "yes" ; then |
c521c494 | 17081 | if test "$GCC" = yes ; then |
b64f0a5f RL |
17082 | ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)" |
17083 | ALL_DEPFILES="$ALL_DEPFILES \$(OLEDEPS)" | |
c521c494 | 17084 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" |
b64f0a5f | 17085 | LIBS="$LIBS -lole32 -luuid" |
4f11a343 VS |
17086 | cat >> confdefs.h <<\EOF |
17087 | #define wxUSE_OLE 1 | |
17088 | EOF | |
17089 | ||
b64f0a5f RL |
17090 | |
17091 | if test "$wxUSE_METAFILE" = "yes"; then | |
698dcdb6 | 17092 | cat >> confdefs.h <<\EOF |
b64f0a5f RL |
17093 | #define wxUSE_METAFILE 1 |
17094 | EOF | |
17095 | ||
698dcdb6 | 17096 | cat >> confdefs.h <<\EOF |
b64f0a5f RL |
17097 | #define wxUSE_ENH_METAFILE 1 |
17098 | EOF | |
17099 | ||
17100 | fi | |
c521c494 RL |
17101 | fi |
17102 | else | |
698dcdb6 | 17103 | echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2 |
10f2d63a VZ |
17104 | wxUSE_DRAG_AND_DROP=no |
17105 | fi | |
17106 | fi | |
17107 | ||
17108 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
698dcdb6 | 17109 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17110 | #define wxUSE_DRAG_AND_DROP 1 |
17111 | EOF | |
17112 | ||
17113 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
17114 | fi | |
17115 | ||
17116 | fi | |
17117 | ||
17118 | if test "$wxUSE_SPLINES" = "yes" ; then | |
698dcdb6 | 17119 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17120 | #define wxUSE_SPLINES 1 |
17121 | EOF | |
17122 | ||
17123 | fi | |
17124 | ||
698dcdb6 | 17125 | |
1e6feb95 VZ |
17126 | USES_CONTROLS=0 |
17127 | if test "$wxUSE_CONTROLS" = "yes"; then | |
17128 | USES_CONTROLS=1 | |
17129 | fi | |
17130 | ||
10f2d63a | 17131 | if test "$wxUSE_ACCEL" = "yes"; then |
698dcdb6 | 17132 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17133 | #define wxUSE_ACCEL 1 |
17134 | EOF | |
17135 | ||
1e6feb95 VZ |
17136 | USES_CONTROLS=1 |
17137 | fi | |
17138 | ||
17139 | if test "$wxUSE_BUTTON" = "yes"; then | |
17140 | cat >> confdefs.h <<\EOF | |
17141 | #define wxUSE_BUTTON 1 | |
17142 | EOF | |
17143 | ||
17144 | USES_CONTROLS=1 | |
17145 | fi | |
17146 | ||
17147 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
17148 | cat >> confdefs.h <<\EOF | |
17149 | #define wxUSE_BMPBUTTON 1 | |
17150 | EOF | |
17151 | ||
17152 | USES_CONTROLS=1 | |
17153 | fi | |
17154 | ||
17155 | if test "$wxUSE_CALCTRL" = "yes"; then | |
17156 | cat >> confdefs.h <<\EOF | |
17157 | #define wxUSE_CALENDARCTRL 1 | |
17158 | EOF | |
17159 | ||
17160 | USES_CONTROLS=1 | |
17161 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
10f2d63a VZ |
17162 | fi |
17163 | ||
17164 | if test "$wxUSE_CARET" = "yes"; then | |
698dcdb6 | 17165 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17166 | #define wxUSE_CARET 1 |
17167 | EOF | |
17168 | ||
1e6feb95 | 17169 | USES_CONTROLS=1 |
10f2d63a VZ |
17170 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" |
17171 | fi | |
17172 | ||
17173 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
698dcdb6 | 17174 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17175 | #define wxUSE_COMBOBOX 1 |
17176 | EOF | |
17177 | ||
1e6feb95 | 17178 | USES_CONTROLS=1 |
10f2d63a VZ |
17179 | fi |
17180 | ||
17181 | if test "$wxUSE_CHOICE" = "yes"; then | |
698dcdb6 | 17182 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17183 | #define wxUSE_CHOICE 1 |
17184 | EOF | |
17185 | ||
1e6feb95 | 17186 | USES_CONTROLS=1 |
10f2d63a VZ |
17187 | fi |
17188 | ||
17189 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
698dcdb6 | 17190 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17191 | #define wxUSE_CHECKBOX 1 |
17192 | EOF | |
17193 | ||
1e6feb95 | 17194 | USES_CONTROLS=1 |
10f2d63a VZ |
17195 | fi |
17196 | ||
17197 | if test "$wxUSE_CHECKLST" = "yes"; then | |
698dcdb6 | 17198 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17199 | #define wxUSE_CHECKLISTBOX 1 |
17200 | EOF | |
17201 | ||
1e6feb95 | 17202 | USES_CONTROLS=1 |
10f2d63a VZ |
17203 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" |
17204 | fi | |
17205 | ||
17206 | if test "$wxUSE_GAUGE" = "yes"; then | |
698dcdb6 | 17207 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17208 | #define wxUSE_GAUGE 1 |
17209 | EOF | |
17210 | ||
1e6feb95 | 17211 | USES_CONTROLS=1 |
10f2d63a VZ |
17212 | fi |
17213 | ||
d6a55c4b VZ |
17214 | if test "$wxUSE_NEW_GRID" = "yes"; then |
17215 | wxUSE_GRID="yes" | |
698dcdb6 | 17216 | cat >> confdefs.h <<\EOF |
d6a55c4b | 17217 | #define wxUSE_NEW_GRID 1 |
10f2d63a VZ |
17218 | EOF |
17219 | ||
1e6feb95 | 17220 | USES_CONTROLS=1 |
d6a55c4b | 17221 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid" |
10f2d63a VZ |
17222 | fi |
17223 | ||
d6a55c4b | 17224 | if test "$wxUSE_GRID" = "yes"; then |
698dcdb6 | 17225 | cat >> confdefs.h <<\EOF |
d6a55c4b | 17226 | #define wxUSE_GRID 1 |
10f2d63a VZ |
17227 | EOF |
17228 | ||
1e6feb95 | 17229 | USES_CONTROLS=1 |
d6a55c4b | 17230 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" |
10f2d63a VZ |
17231 | fi |
17232 | ||
17233 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
698dcdb6 | 17234 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17235 | #define wxUSE_IMAGLIST 1 |
17236 | EOF | |
17237 | ||
17238 | fi | |
17239 | ||
17240 | if test "$wxUSE_LISTBOX" = "yes"; then | |
698dcdb6 | 17241 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17242 | #define wxUSE_LISTBOX 1 |
17243 | EOF | |
17244 | ||
1e6feb95 | 17245 | USES_CONTROLS=1 |
10f2d63a VZ |
17246 | fi |
17247 | ||
17248 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
17249 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
698dcdb6 | 17250 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17251 | #define wxUSE_LISTCTRL 1 |
17252 | EOF | |
17253 | ||
1e6feb95 | 17254 | USES_CONTROLS=1 |
10f2d63a VZ |
17255 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" |
17256 | else | |
698dcdb6 | 17257 | echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 |
10f2d63a VZ |
17258 | fi |
17259 | fi | |
17260 | ||
17261 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
698dcdb6 | 17262 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17263 | #define wxUSE_NOTEBOOK 1 |
17264 | EOF | |
17265 | ||
1e6feb95 | 17266 | USES_CONTROLS=1 |
10f2d63a VZ |
17267 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" |
17268 | fi | |
17269 | ||
17270 | if test "$wxUSE_RADIOBOX" = "yes"; then | |
698dcdb6 | 17271 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17272 | #define wxUSE_RADIOBOX 1 |
17273 | EOF | |
17274 | ||
1e6feb95 | 17275 | USES_CONTROLS=1 |
10f2d63a VZ |
17276 | fi |
17277 | ||
17278 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
698dcdb6 | 17279 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17280 | #define wxUSE_RADIOBTN 1 |
17281 | EOF | |
17282 | ||
1e6feb95 | 17283 | USES_CONTROLS=1 |
10f2d63a VZ |
17284 | fi |
17285 | ||
17286 | if test "$wxUSE_SASH" = "yes"; then | |
698dcdb6 | 17287 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17288 | #define wxUSE_SASH 1 |
17289 | EOF | |
17290 | ||
17291 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
17292 | fi | |
17293 | ||
17294 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
698dcdb6 | 17295 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17296 | #define wxUSE_SCROLLBAR 1 |
17297 | EOF | |
17298 | ||
1e6feb95 | 17299 | USES_CONTROLS=1 |
741a9306 | 17300 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" |
10f2d63a VZ |
17301 | fi |
17302 | ||
17303 | if test "$wxUSE_SLIDER" = "yes"; then | |
698dcdb6 | 17304 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17305 | #define wxUSE_SLIDER 1 |
17306 | EOF | |
17307 | ||
1e6feb95 | 17308 | USES_CONTROLS=1 |
10f2d63a VZ |
17309 | fi |
17310 | ||
17311 | if test "$wxUSE_SPINBTN" = "yes"; then | |
698dcdb6 | 17312 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17313 | #define wxUSE_SPINBTN 1 |
17314 | EOF | |
17315 | ||
1e6feb95 | 17316 | USES_CONTROLS=1 |
10f2d63a VZ |
17317 | fi |
17318 | ||
56cfaa52 | 17319 | if test "$wxUSE_SPINCTRL" = "yes"; then |
698dcdb6 | 17320 | cat >> confdefs.h <<\EOF |
56cfaa52 RR |
17321 | #define wxUSE_SPINCTRL 1 |
17322 | EOF | |
17323 | ||
1e6feb95 | 17324 | USES_CONTROLS=1 |
56cfaa52 RR |
17325 | fi |
17326 | ||
10f2d63a | 17327 | if test "$wxUSE_SPLITTER" = "yes"; then |
698dcdb6 | 17328 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17329 | #define wxUSE_SPLITTER 1 |
17330 | EOF | |
17331 | ||
17332 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
17333 | fi | |
17334 | ||
17335 | if test "$wxUSE_STATBMP" = "yes"; then | |
698dcdb6 | 17336 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17337 | #define wxUSE_STATBMP 1 |
17338 | EOF | |
17339 | ||
1e6feb95 | 17340 | USES_CONTROLS=1 |
10f2d63a VZ |
17341 | fi |
17342 | ||
17343 | if test "$wxUSE_STATBOX" = "yes"; then | |
698dcdb6 | 17344 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17345 | #define wxUSE_STATBOX 1 |
17346 | EOF | |
17347 | ||
1e6feb95 VZ |
17348 | USES_CONTROLS=1 |
17349 | fi | |
17350 | ||
17351 | if test "$wxUSE_STATTEXT" = "yes"; then | |
17352 | cat >> confdefs.h <<\EOF | |
17353 | #define wxUSE_STATTEXT 1 | |
17354 | EOF | |
17355 | ||
17356 | USES_CONTROLS=1 | |
10f2d63a VZ |
17357 | fi |
17358 | ||
17359 | if test "$wxUSE_STATLINE" = "yes"; then | |
17360 | if test "$wxUSE_WINE" = 1 ; then | |
698dcdb6 | 17361 | echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 |
10f2d63a | 17362 | else |
698dcdb6 | 17363 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17364 | #define wxUSE_STATLINE 1 |
17365 | EOF | |
17366 | ||
1e6feb95 | 17367 | USES_CONTROLS=1 |
10f2d63a VZ |
17368 | fi |
17369 | fi | |
17370 | ||
17371 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
698dcdb6 | 17372 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17373 | #define wxUSE_STATUSBAR 1 |
17374 | EOF | |
17375 | ||
1e6feb95 | 17376 | USES_CONTROLS=1 |
698dcdb6 | 17377 | |
2286341c | 17378 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" |
10f2d63a VZ |
17379 | fi |
17380 | ||
17381 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
698dcdb6 | 17382 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17383 | #define wxUSE_TAB_DIALOG 1 |
17384 | EOF | |
17385 | ||
17386 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
17387 | fi | |
17388 | ||
1e6feb95 VZ |
17389 | if test "$wxUSE_TEXTCTRL" = "yes"; then |
17390 | cat >> confdefs.h <<\EOF | |
17391 | #define wxUSE_TEXTCTRL 1 | |
17392 | EOF | |
17393 | ||
17394 | USES_CONTROLS=1 | |
17395 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
17396 | fi | |
17397 | ||
1db8dc4a | 17398 | if test "$wxUSE_TOGGLEBTN" = "yes"; then |
a45d7ab7 GD |
17399 | if test "$wxUSE_MAC" = 1; then |
17400 | echo "configure: warning: Toggle button is not yet supported under Mac OS X" 1>&2 | |
17401 | wxUSE_TOGGLEBTN=no | |
17402 | fi | |
17403 | ||
17404 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
17405 | cat >> confdefs.h <<\EOF | |
1db8dc4a VZ |
17406 | #define wxUSE_TOGGLEBTN 1 |
17407 | EOF | |
17408 | ||
1e6feb95 | 17409 | USES_CONTROLS=1 |
a45d7ab7 | 17410 | fi |
1db8dc4a VZ |
17411 | fi |
17412 | ||
360d6699 | 17413 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then |
698dcdb6 | 17414 | cat >> confdefs.h <<\EOF |
360d6699 VZ |
17415 | #define wxUSE_TOOLBAR_SIMPLE 1 |
17416 | EOF | |
17417 | ||
17418 | wxUSE_TOOLBAR="yes" | |
1e6feb95 | 17419 | USES_CONTROLS=1 |
360d6699 VZ |
17420 | fi |
17421 | ||
10f2d63a | 17422 | if test "$wxUSE_TOOLBAR" = "yes"; then |
698dcdb6 | 17423 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17424 | #define wxUSE_TOOLBAR 1 |
17425 | EOF | |
17426 | ||
1e6feb95 | 17427 | USES_CONTROLS=1 |
698dcdb6 | 17428 | |
360d6699 VZ |
17429 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then |
17430 | wxUSE_TOOLBAR_NATIVE="yes" | |
17431 | fi | |
17432 | ||
1e6feb95 VZ |
17433 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then |
17434 | cat >> confdefs.h <<\EOF | |
360d6699 VZ |
17435 | #define wxUSE_TOOLBAR_NATIVE 1 |
17436 | EOF | |
17437 | ||
1e6feb95 VZ |
17438 | USES_CONTROLS=1 |
17439 | fi | |
17440 | ||
17441 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
360d6699 VZ |
17442 | fi |
17443 | ||
10f2d63a VZ |
17444 | if test "$wxUSE_TOOLTIPS" = "yes"; then |
17445 | if test "$wxUSE_MOTIF" = 1; then | |
698dcdb6 | 17446 | echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2 |
10f2d63a VZ |
17447 | else |
17448 | if test "$wxUSE_WINE" = 1; then | |
698dcdb6 | 17449 | echo "configure: warning: wxTooltip not supported under WINE" 1>&2 |
10f2d63a | 17450 | else |
698dcdb6 | 17451 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17452 | #define wxUSE_TOOLTIPS 1 |
17453 | EOF | |
17454 | ||
17455 | fi | |
17456 | fi | |
17457 | fi | |
17458 | ||
17459 | if test "$wxUSE_TREECTRL" = "yes"; then | |
17460 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
698dcdb6 | 17461 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17462 | #define wxUSE_TREECTRL 1 |
17463 | EOF | |
17464 | ||
1e6feb95 | 17465 | USES_CONTROLS=1 |
10f2d63a VZ |
17466 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" |
17467 | else | |
698dcdb6 | 17468 | echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 |
10f2d63a VZ |
17469 | fi |
17470 | fi | |
17471 | ||
9f41d601 | 17472 | if test "$wxUSE_POPUPWIN" = "yes"; then |
6abe4b65 GD |
17473 | if test "$wxUSE_MAC" = 1; then |
17474 | echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2 | |
17475 | else | |
17476 | cat >> confdefs.h <<\EOF | |
9f41d601 RR |
17477 | #define wxUSE_POPUPWIN 1 |
17478 | EOF | |
17479 | ||
6abe4b65 GD |
17480 | USES_CONTROLS=1 |
17481 | fi | |
9f41d601 RR |
17482 | fi |
17483 | ||
1e6feb95 VZ |
17484 | if test "$USES_CONTROLS" = 1; then |
17485 | cat >> confdefs.h <<\EOF | |
17486 | #define wxUSE_CONTROLS 1 | |
10f2d63a VZ |
17487 | EOF |
17488 | ||
10f2d63a VZ |
17489 | fi |
17490 | ||
1e6feb95 VZ |
17491 | |
17492 | ||
24fd6d87 VZ |
17493 | if test "$wxUSE_DRAGIMAGE" = "yes"; then |
17494 | cat >> confdefs.h <<\EOF | |
17495 | #define wxUSE_DRAGIMAGE 1 | |
17496 | EOF | |
17497 | ||
17498 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
17499 | fi | |
17500 | ||
1e6feb95 | 17501 | if test "$wxUSE_MENUS" = "yes"; then |
698dcdb6 | 17502 | cat >> confdefs.h <<\EOF |
1e6feb95 | 17503 | #define wxUSE_MENUS 1 |
10f2d63a VZ |
17504 | EOF |
17505 | ||
1e6feb95 | 17506 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" |
10f2d63a VZ |
17507 | fi |
17508 | ||
1e6feb95 VZ |
17509 | if test "$wxUSE_METAFILE" = "yes"; then |
17510 | cat >> confdefs.h <<\EOF | |
17511 | #define wxUSE_METAFILE 1 | |
10f2d63a VZ |
17512 | EOF |
17513 | ||
10f2d63a VZ |
17514 | fi |
17515 | ||
1e6feb95 VZ |
17516 | if test "$wxUSE_MIMETYPE" = "yes"; then |
17517 | cat >> confdefs.h <<\EOF | |
17518 | #define wxUSE_MIMETYPE 1 | |
10f2d63a VZ |
17519 | EOF |
17520 | ||
10f2d63a VZ |
17521 | fi |
17522 | ||
3e44f09d VZ |
17523 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then |
17524 | cat >> confdefs.h <<\EOF | |
17525 | #define wxUSE_SYSTEM_OPTIONS 1 | |
17526 | EOF | |
17527 | ||
17528 | fi | |
17529 | ||
10f2d63a | 17530 | if test "$wxUSE_MINIFRAME" = "yes"; then |
698dcdb6 | 17531 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17532 | #define wxUSE_MINIFRAME 1 |
17533 | EOF | |
17534 | ||
17535 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
17536 | fi | |
17537 | ||
17538 | if test "$wxUSE_HTML" = "yes"; then | |
698dcdb6 | 17539 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
17540 | #define wxUSE_HTML 1 |
17541 | EOF | |
17542 | ||
17543 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html" | |
17544 | INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS html" | |
17545 | fi | |
17546 | ||
17547 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
698dcdb6 | 17548 | cat >> confdefs.h <<\EOF |
1e487827 VS |
17549 | #define wxUSE_VALIDATORS 1 |
17550 | EOF | |
703e0a69 | 17551 | |
698dcdb6 VZ |
17552 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" |
17553 | fi | |
17554 | ||
17555 | if test "$wxUSE_IMAGE" = "yes" ; then | |
17556 | cat >> confdefs.h <<\EOF | |
17557 | #define wxUSE_IMAGE 1 | |
17558 | EOF | |
17559 | ||
17560 | fi | |
17561 | ||
17562 | if test "$wxUSE_GIF" = "yes" ; then | |
17563 | cat >> confdefs.h <<\EOF | |
17564 | #define wxUSE_GIF 1 | |
17565 | EOF | |
17566 | ||
17567 | fi | |
17568 | ||
17569 | if test "$wxUSE_PCX" = "yes" ; then | |
17570 | cat >> confdefs.h <<\EOF | |
17571 | #define wxUSE_PCX 1 | |
17572 | EOF | |
17573 | ||
17574 | fi | |
17575 | ||
17576 | if test "$wxUSE_PNM" = "yes" ; then | |
17577 | cat >> confdefs.h <<\EOF | |
17578 | #define wxUSE_PNM 1 | |
17579 | EOF | |
17580 | ||
17581 | fi | |
17582 | ||
17583 | if test "$wxUSE_XPM" = "yes" ; then | |
17584 | cat >> confdefs.h <<\EOF | |
17585 | #define wxUSE_XPM 1 | |
17586 | EOF | |
17587 | ||
17588 | fi | |
17589 | ||
17590 | ||
1e6feb95 VZ |
17591 | if test "$wxUSE_CHOICEDLG" = "yes"; then |
17592 | cat >> confdefs.h <<\EOF | |
17593 | #define wxUSE_CHOICEDLG 1 | |
17594 | EOF | |
17595 | ||
17596 | fi | |
17597 | ||
17598 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
17599 | cat >> confdefs.h <<\EOF | |
17600 | #define wxUSE_COLOURDLG 1 | |
17601 | EOF | |
17602 | ||
17603 | fi | |
17604 | ||
17605 | if test "$wxUSE_FILEDLG" = "yes"; then | |
17606 | cat >> confdefs.h <<\EOF | |
17607 | #define wxUSE_FILEDLG 1 | |
17608 | EOF | |
17609 | ||
17610 | fi | |
17611 | ||
17612 | if test "$wxUSE_FONTDLG" = "yes"; then | |
17613 | cat >> confdefs.h <<\EOF | |
17614 | #define wxUSE_FONTDLG 1 | |
17615 | EOF | |
17616 | ||
17617 | fi | |
17618 | ||
17619 | if test "$wxUSE_DIRDLG" = "yes"; then | |
17620 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
17621 | echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2 | |
17622 | else | |
17623 | if test "$wxUSE_TREECTRL" != "yes"; then | |
17624 | echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 | |
17625 | else | |
17626 | cat >> confdefs.h <<\EOF | |
17627 | #define wxUSE_DIRDLG 1 | |
17628 | EOF | |
17629 | ||
17630 | fi | |
17631 | fi | |
17632 | fi | |
17633 | ||
17634 | if test "$wxUSE_MSGDLG" = "yes"; then | |
17635 | cat >> confdefs.h <<\EOF | |
17636 | #define wxUSE_MSGDLG 1 | |
17637 | EOF | |
17638 | ||
17639 | fi | |
17640 | ||
17641 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
17642 | cat >> confdefs.h <<\EOF | |
17643 | #define wxUSE_NUMBERDLG 1 | |
17644 | EOF | |
17645 | ||
17646 | fi | |
17647 | ||
17648 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
17649 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
17650 | echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 | |
17651 | else | |
17652 | cat >> confdefs.h <<\EOF | |
17653 | #define wxUSE_PROGRESSDLG 1 | |
17654 | EOF | |
17655 | ||
17656 | fi | |
17657 | fi | |
17658 | ||
17659 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then | |
17660 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
17661 | echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 | |
17662 | else | |
17663 | cat >> confdefs.h <<\EOF | |
17664 | #define wxUSE_STARTUP_TIPS 1 | |
17665 | EOF | |
17666 | ||
17667 | fi | |
17668 | fi | |
17669 | ||
17670 | if test "$wxUSE_TEXTDLG" = "yes"; then | |
17671 | cat >> confdefs.h <<\EOF | |
17672 | #define wxUSE_TEXTDLG 1 | |
17673 | EOF | |
17674 | ||
17675 | fi | |
17676 | ||
b1f5d087 VZ |
17677 | if test "$wxUSE_WIZARDDLG" = "yes"; then |
17678 | cat >> confdefs.h <<\EOF | |
17679 | #define wxUSE_WIZARDDLG 1 | |
17680 | EOF | |
17681 | ||
17682 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
17683 | fi | |
17684 | ||
1e6feb95 | 17685 | |
698dcdb6 VZ |
17686 | if test "$cross_compiling" = "yes"; then |
17687 | OSINFO="\"$host\"" | |
17688 | else | |
17689 | OSINFO=`uname -s -r -m` | |
17690 | OSINFO="\"$OSINFO\"" | |
17691 | fi | |
17692 | ||
17693 | cat >> confdefs.h <<EOF | |
17694 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
17695 | EOF | |
17696 | ||
17697 | ||
17698 | ||
17699 | GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK" | |
17700 | OPENGL_LIBS="$OPENGL_LINK" | |
17701 | ||
17702 | EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm" | |
17703 | if test "$USE_MAC" = 1 ; then | |
17704 | EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System" | |
17705 | fi | |
17706 | if test "$wxUSE_GUI" = "yes"; then | |
17707 | EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS" | |
17708 | fi | |
17709 | ||
17710 | LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS" | |
17711 | ||
3e44f09d VZ |
17712 | INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include \ |
17713 | $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \ | |
17714 | $FREETYPE_INCLUDE $TOOLKIT_INCLUDE" | |
698dcdb6 VZ |
17715 | |
17716 | if test "$wxUSE_GTK" = 1; then | |
17717 | WXCONFIG_INCLUDE="" | |
17718 | else | |
17719 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
17720 | fi | |
17721 | ||
17722 | if test "$GXX" = yes ; then | |
17723 | CXXWARNINGS="-Wall" | |
17724 | fi | |
17725 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES" | |
17726 | ||
17727 | CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'` | |
17728 | CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
17729 | ||
17730 | LDFLAGS="$LDFLAGS $PROFILE" | |
17731 | ||
17732 | if test "$wxUSE_GUI" = "yes"; then | |
17733 | ||
24fd6d87 | 17734 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \ |
1e6feb95 VZ |
17735 | drawing dynamic event font fractal image \ |
17736 | minimal richedit widgets" | |
17737 | ||
17738 | if test "$wxUSE_UNIVERSAL" = "yes" ; then | |
17739 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS univ" | |
17740 | fi | |
698dcdb6 VZ |
17741 | |
17742 | CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" | |
17743 | else | |
17744 | SAMPLES_SUBDIRS="" | |
17745 | fi | |
17746 | ||
17747 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" | |
17748 | ||
17749 | ||
17750 | ||
17751 | ||
17752 | ||
17753 | ||
17754 | ||
17755 | ||
17756 | ||
17757 | ||
17758 | ||
17759 | ||
17760 | ||
17761 | ||
17762 | ||
17763 | ||
17764 | ||
17765 | ||
17766 | ||
17767 | ||
17768 | ||
17769 | ||
17770 | ||
17771 | ||
17772 | ||
17773 | ||
17774 | ||
17775 | ||
17776 | ||
17777 | ||
17778 | ||
17779 | ||
17780 | ||
17781 | ||
17782 | ||
17783 | ||
17784 | ||
17785 | ||
17786 | ||
17787 | ||
17788 | ||
17789 | ||
17790 | ||
17791 | ||
17792 | ||
17793 | ||
17794 | ||
17795 | ||
17796 | ||
17797 | ||
17798 | ||
17799 | ||
17800 | ||
17801 | ||
17802 | ||
17803 | ||
17804 | ||
17805 | ||
17806 | ||
17807 | ||
17808 | ||
17809 | ||
17810 | ||
17811 | ||
17812 | ||
17813 | ||
17814 | ||
32832908 VZ |
17815 | |
17816 | ||
17817 | ||
17818 | ||
17819 | ||
17820 | ||
17821 | ||
2224580a | 17822 | |
dad6c0ea | 17823 | |
f6bcfd97 BP |
17824 | |
17825 | ||
17826 | ||
2f51a9ec GD |
17827 | |
17828 | ||
17829 | ||
17830 | ||
17831 | ||
17832 | ||
f6bcfd97 | 17833 | |
dad6c0ea | 17834 | |
caa2c79b | 17835 | |
3711412e | 17836 | |
1e6feb95 VZ |
17837 | |
17838 | ||
0f3f1cbc | 17839 | |
10f2d63a VZ |
17840 | |
17841 | ||
698dcdb6 | 17842 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
0b2effe9 | 17843 | echo "configure:17844: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
698dcdb6 VZ |
17844 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
17845 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
17846 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 17847 | else |
698dcdb6 | 17848 | cat > conftestmake <<\EOF |
10f2d63a VZ |
17849 | all: |
17850 | @echo 'ac_maketemp="${MAKE}"' | |
17851 | EOF | |
17852 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
698dcdb6 | 17853 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` |
10f2d63a VZ |
17854 | if test -n "$ac_maketemp"; then |
17855 | eval ac_cv_prog_make_${ac_make}_set=yes | |
17856 | else | |
17857 | eval ac_cv_prog_make_${ac_make}_set=no | |
17858 | fi | |
698dcdb6 | 17859 | rm -f conftestmake |
10f2d63a VZ |
17860 | fi |
17861 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
698dcdb6 | 17862 | echo "$ac_t""yes" 1>&6 |
10f2d63a VZ |
17863 | SET_MAKE= |
17864 | else | |
698dcdb6 | 17865 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
17866 | SET_MAKE="MAKE=${MAKE-make}" |
17867 | fi | |
17868 | ||
698dcdb6 | 17869 | |
00cf1208 RR |
17870 | if test -d include; then |
17871 | if test -d include/wx; then | |
1e6feb95 VZ |
17872 | if test -d include/wx/${SETUPH_DIR}; then |
17873 | if test -f include/wx/${SETUPH_DIR}/setup.h; then | |
17874 | mv -f include/wx/${SETUPH_DIR}/setup.h setup.h | |
00cf1208 RR |
17875 | fi |
17876 | fi | |
17877 | fi | |
17878 | fi | |
665bbe97 | 17879 | |
698dcdb6 | 17880 | |
10f2d63a | 17881 | |
2224580a | 17882 | if test "$wxUSE_GUI" = "yes"; then |
ec90f5e5 | 17883 | wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS |
e8482f24 GL |
17884 | wx_cv_path_ifs=$PATH_IFS |
17885 | wx_cv_program_ext=$PROGRAM_EXT | |
17886 | wx_cv_target_library=$WX_TARGET_LIBRARY | |
3711412e | 17887 | wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE |
93a20a27 VS |
17888 | export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \ |
17889 | wx_cv_target_library wx_cv_target_libtype | |
698dcdb6 | 17890 | subdirs="demos samples utils contrib" |
2224580a VZ |
17891 | |
17892 | fi | |
10f2d63a | 17893 | |
698dcdb6 VZ |
17894 | trap '' 1 2 15 |
17895 | cat > confcache <<\EOF | |
10f2d63a VZ |
17896 | # This file is a shell script that caches the results of configure |
17897 | # tests run on this system so they can be shared between configure | |
698dcdb6 VZ |
17898 | # scripts and configure runs. It is not useful on other systems. |
17899 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 17900 | # |
698dcdb6 VZ |
17901 | # By default, configure uses ./config.cache as the cache file, |
17902 | # creating it if it does not exist already. You can give configure | |
17903 | # the --cache-file=FILE option to use a different cache file; that is | |
17904 | # what configure does when it calls configure scripts in | |
17905 | # subdirectories, so they share the cache. | |
17906 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
17907 | # config.status only pays attention to the cache file if you give it the | |
17908 | # --recheck option to rerun configure. | |
10f2d63a | 17909 | # |
698dcdb6 | 17910 | EOF |
10f2d63a VZ |
17911 | # The following way of writing the cache mishandles newlines in values, |
17912 | # but we know of no workaround that is simple, portable, and efficient. | |
17913 | # So, don't put newlines in cache variables' values. | |
17914 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
17915 | # and sets the high bit in the cache file unless we assign to the vars. | |
698dcdb6 VZ |
17916 | (set) 2>&1 | |
17917 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
17918 | *ac_space=\ *) | |
17919 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
17920 | # turns \\\\ into \\, and sed turns \\ into \). | |
17921 | sed -n \ | |
17922 | -e "s/'/'\\\\''/g" \ | |
17923 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
17924 | ;; | |
17925 | *) | |
17926 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
17927 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
17928 | ;; | |
17929 | esac >> confcache | |
17930 | if cmp -s $cache_file confcache; then | |
17931 | : | |
17932 | else | |
10f2d63a | 17933 | if test -w $cache_file; then |
698dcdb6 VZ |
17934 | echo "updating cache $cache_file" |
17935 | cat confcache > $cache_file | |
10f2d63a VZ |
17936 | else |
17937 | echo "not updating unwritable cache $cache_file" | |
17938 | fi | |
17939 | fi | |
17940 | rm -f confcache | |
17941 | ||
698dcdb6 VZ |
17942 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
17943 | ||
10f2d63a VZ |
17944 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
17945 | # Let make expand exec_prefix. | |
17946 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
17947 | ||
698dcdb6 VZ |
17948 | # Any assignment to VPATH causes Sun make to only execute |
17949 | # the first set of double-colon rules, so remove it if not needed. | |
17950 | # If there is a colon in the path, we need to keep it. | |
10f2d63a | 17951 | if test "x$srcdir" = x.; then |
698dcdb6 | 17952 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' |
10f2d63a VZ |
17953 | fi |
17954 | ||
698dcdb6 VZ |
17955 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
17956 | ||
10f2d63a VZ |
17957 | DEFS=-DHAVE_CONFIG_H |
17958 | ||
698dcdb6 | 17959 | # Without the "./", some shells look in PATH for config.status. |
10f2d63a | 17960 | : ${CONFIG_STATUS=./config.status} |
698dcdb6 VZ |
17961 | |
17962 | echo creating $CONFIG_STATUS | |
17963 | rm -f $CONFIG_STATUS | |
17964 | cat > $CONFIG_STATUS <<EOF | |
17965 | #! /bin/sh | |
10f2d63a VZ |
17966 | # Generated automatically by configure. |
17967 | # Run this file to recreate the current configuration. | |
698dcdb6 VZ |
17968 | # This directory was configured as follows, |
17969 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
17970 | # | |
17971 | # $0 $ac_configure_args | |
17972 | # | |
10f2d63a | 17973 | # Compiler output produced by configure, useful for debugging |
698dcdb6 | 17974 | # configure, is in ./config.log if it exists. |
1e487827 | 17975 | |
698dcdb6 VZ |
17976 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" |
17977 | for ac_option | |
10f2d63a | 17978 | do |
698dcdb6 | 17979 | case "\$ac_option" in |
10f2d63a | 17980 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
698dcdb6 VZ |
17981 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" |
17982 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
17983 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
17984 | echo "$CONFIG_STATUS generated by autoconf version 2.13" | |
17985 | exit 0 ;; | |
17986 | -help | --help | --hel | --he | --h) | |
17987 | echo "\$ac_cs_usage"; exit 0 ;; | |
17988 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
10f2d63a VZ |
17989 | esac |
17990 | done | |
17991 | ||
698dcdb6 VZ |
17992 | ac_given_srcdir=$srcdir |
17993 | ac_given_INSTALL="$INSTALL" | |
703e0a69 | 17994 | |
698dcdb6 VZ |
17995 | trap 'rm -fr `echo " |
17996 | wx-config | |
17997 | src/make.env | |
17998 | src/makeprog.env | |
17999 | src/makelib.env | |
18000 | Makefile | |
18001 | setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | |
1e487827 | 18002 | EOF |
698dcdb6 | 18003 | cat >> $CONFIG_STATUS <<EOF |
1e487827 | 18004 | |
698dcdb6 VZ |
18005 | # Protect against being on the right side of a sed subst in config.status. |
18006 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
18007 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
18008 | $ac_vpsub | |
18009 | $extrasub | |
18010 | s%@SHELL@%$SHELL%g | |
18011 | s%@CFLAGS@%$CFLAGS%g | |
18012 | s%@CPPFLAGS@%$CPPFLAGS%g | |
18013 | s%@CXXFLAGS@%$CXXFLAGS%g | |
18014 | s%@FFLAGS@%$FFLAGS%g | |
18015 | s%@DEFS@%$DEFS%g | |
18016 | s%@LDFLAGS@%$LDFLAGS%g | |
18017 | s%@LIBS@%$LIBS%g | |
18018 | s%@exec_prefix@%$exec_prefix%g | |
18019 | s%@prefix@%$prefix%g | |
18020 | s%@program_transform_name@%$program_transform_name%g | |
18021 | s%@bindir@%$bindir%g | |
18022 | s%@sbindir@%$sbindir%g | |
18023 | s%@libexecdir@%$libexecdir%g | |
18024 | s%@datadir@%$datadir%g | |
18025 | s%@sysconfdir@%$sysconfdir%g | |
18026 | s%@sharedstatedir@%$sharedstatedir%g | |
18027 | s%@localstatedir@%$localstatedir%g | |
18028 | s%@libdir@%$libdir%g | |
18029 | s%@includedir@%$includedir%g | |
18030 | s%@oldincludedir@%$oldincludedir%g | |
18031 | s%@infodir@%$infodir%g | |
18032 | s%@mandir@%$mandir%g | |
18033 | s%@host@%$host%g | |
18034 | s%@host_alias@%$host_alias%g | |
18035 | s%@host_cpu@%$host_cpu%g | |
18036 | s%@host_vendor@%$host_vendor%g | |
18037 | s%@host_os@%$host_os%g | |
18038 | s%@target@%$target%g | |
18039 | s%@target_alias@%$target_alias%g | |
18040 | s%@target_cpu@%$target_cpu%g | |
18041 | s%@target_vendor@%$target_vendor%g | |
18042 | s%@target_os@%$target_os%g | |
18043 | s%@build@%$build%g | |
18044 | s%@build_alias@%$build_alias%g | |
18045 | s%@build_cpu@%$build_cpu%g | |
18046 | s%@build_vendor@%$build_vendor%g | |
18047 | s%@build_os@%$build_os%g | |
18048 | s%@CC@%$CC%g | |
18049 | s%@CPP@%$CPP%g | |
18050 | s%@CXX@%$CXX%g | |
18051 | s%@CXXCPP@%$CXXCPP%g | |
18052 | s%@RANLIB@%$RANLIB%g | |
18053 | s%@AR@%$AR%g | |
18054 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
18055 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g | |
18056 | s%@INSTALL_DATA@%$INSTALL_DATA%g | |
18057 | s%@STRIP@%$STRIP%g | |
18058 | s%@YACC@%$YACC%g | |
18059 | s%@LEX@%$LEX%g | |
18060 | s%@LEXLIB@%$LEXLIB%g | |
18061 | s%@LN_S@%$LN_S%g | |
18062 | s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g | |
698dcdb6 VZ |
18063 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g |
18064 | s%@GTK_LIBS@%$GTK_LIBS%g | |
8168de4c | 18065 | s%@GTK_CONFIG@%$GTK_CONFIG%g |
698dcdb6 VZ |
18066 | s%@X_CFLAGS@%$X_CFLAGS%g |
18067 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g | |
18068 | s%@X_LIBS@%$X_LIBS%g | |
18069 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g | |
18070 | s%@REZ@%$REZ%g | |
18071 | s%@DEREZ@%$DEREZ%g | |
18072 | s%@LEX_STEM@%$LEX_STEM%g | |
18073 | s%@PATH_IFS@%$PATH_IFS%g | |
18074 | s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g | |
18075 | s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g | |
18076 | s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g | |
18077 | s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g | |
18078 | s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g | |
18079 | s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g | |
18080 | s%@WX_LIBRARY@%$WX_LIBRARY%g | |
18081 | s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g | |
18082 | s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g | |
18083 | s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g | |
18084 | s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g | |
18085 | s%@PROGRAM_EXT@%$PROGRAM_EXT%g | |
18086 | s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g | |
18087 | s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g | |
18088 | s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g | |
18089 | s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g | |
18090 | s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g | |
18091 | s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g | |
18092 | s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g | |
18093 | s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g | |
18094 | s%@WX_ALL@%$WX_ALL%g | |
18095 | s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g | |
18096 | s%@SHARED_LD@%$SHARED_LD%g | |
18097 | s%@PIC_FLAG@%$PIC_FLAG%g | |
18098 | s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g | |
18099 | s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g | |
18100 | s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g | |
18101 | s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g | |
18102 | s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g | |
18103 | s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g | |
18104 | s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g | |
18105 | s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g | |
18106 | s%@USE_GUI@%$USE_GUI%g | |
18107 | s%@AFMINSTALL@%$AFMINSTALL%g | |
1e6feb95 | 18108 | s%@SETUPH_DIR@%$SETUPH_DIR%g |
698dcdb6 VZ |
18109 | s%@TOOLKIT@%$TOOLKIT%g |
18110 | s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g | |
18111 | s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g | |
18112 | s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g | |
18113 | s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g | |
1e6feb95 | 18114 | s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g |
698dcdb6 VZ |
18115 | s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g |
18116 | s%@ALL_OBJECTS@%$ALL_OBJECTS%g | |
18117 | s%@ALL_DEPFILES@%$ALL_DEPFILES%g | |
18118 | s%@GUIDIST@%$GUIDIST%g | |
18119 | s%@PORT_FILES@%$PORT_FILES%g | |
18120 | s%@DISTDIR@%$DISTDIR%g | |
18121 | s%@RPM_SPEC@%$RPM_SPEC%g | |
18122 | s%@RPM_FILES@%$RPM_FILES%g | |
18123 | s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g | |
18124 | s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g | |
18125 | s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g | |
18126 | s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g | |
18127 | s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g | |
18128 | s%@USER_SUBDIRS@%$USER_SUBDIRS%g | |
18129 | s%@EXTRA_LIBS@%$EXTRA_LIBS%g | |
18130 | s%@OPENGL_LIBS@%$OPENGL_LIBS%g | |
18131 | s%@EXTRADEFS@%$EXTRADEFS%g | |
18132 | s%@LD_LIBS@%$LD_LIBS%g | |
18133 | s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g | |
18134 | s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g | |
18135 | s%@RESPROGRAM@%$RESPROGRAM%g | |
18136 | s%@RESCOMP@%$RESCOMP%g | |
18137 | s%@RESFLAGS@%$RESFLAGS%g | |
18138 | s%@REZFLAGS@%$REZFLAGS%g | |
18139 | s%@DEREZFLAGS@%$DEREZFLAGS%g | |
18140 | s%@LIBWXMACRES@%$LIBWXMACRES%g | |
18141 | s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g | |
18142 | s%@DLLTOOL@%$DLLTOOL%g | |
18143 | s%@AS@%$AS%g | |
18144 | s%@NM@%$NM%g | |
18145 | s%@LD@%$LD%g | |
18146 | s%@MAKEINFO@%$MAKEINFO%g | |
18147 | s%@SET_MAKE@%$SET_MAKE%g | |
18148 | s%@subdirs@%$subdirs%g | |
1e487827 | 18149 | |
1e487827 | 18150 | CEOF |
1e487827 VS |
18151 | EOF |
18152 | ||
698dcdb6 VZ |
18153 | cat >> $CONFIG_STATUS <<\EOF |
18154 | ||
18155 | # Split the substitutions into bite-sized pieces for seds with | |
18156 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
18157 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
18158 | ac_file=1 # Number of current file. | |
18159 | ac_beg=1 # First line for current file. | |
18160 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
18161 | ac_more_lines=: | |
18162 | ac_sed_cmds="" | |
18163 | while $ac_more_lines; do | |
18164 | if test $ac_beg -gt 1; then | |
18165 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
18166 | else | |
18167 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
18168 | fi | |
18169 | if test ! -s conftest.s$ac_file; then | |
18170 | ac_more_lines=false | |
18171 | rm -f conftest.s$ac_file | |
18172 | else | |
18173 | if test -z "$ac_sed_cmds"; then | |
18174 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
10f2d63a | 18175 | else |
698dcdb6 | 18176 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" |
10f2d63a | 18177 | fi |
698dcdb6 VZ |
18178 | ac_file=`expr $ac_file + 1` |
18179 | ac_beg=$ac_end | |
18180 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
10f2d63a | 18181 | fi |
698dcdb6 VZ |
18182 | done |
18183 | if test -z "$ac_sed_cmds"; then | |
18184 | ac_sed_cmds=cat | |
18185 | fi | |
18186 | EOF | |
10f2d63a | 18187 | |
698dcdb6 VZ |
18188 | cat >> $CONFIG_STATUS <<EOF |
18189 | ||
18190 | CONFIG_FILES=\${CONFIG_FILES-"wx-config | |
18191 | src/make.env | |
18192 | src/makeprog.env | |
18193 | src/makelib.env | |
18194 | Makefile | |
18195 | "} | |
10f2d63a | 18196 | EOF |
698dcdb6 VZ |
18197 | cat >> $CONFIG_STATUS <<\EOF |
18198 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
10f2d63a | 18199 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
698dcdb6 VZ |
18200 | case "$ac_file" in |
18201 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
18202 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
18203 | *) ac_file_in="${ac_file}.in" ;; | |
10f2d63a VZ |
18204 | esac |
18205 | ||
698dcdb6 | 18206 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
1e487827 | 18207 | |
698dcdb6 VZ |
18208 | # Remove last slash and all that follows it. Not all systems have dirname. |
18209 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
18210 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
18211 | # The file is in a subdirectory. | |
18212 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
18213 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
10f2d63a | 18214 | # A "../" for each directory in $ac_dir_suffix. |
698dcdb6 | 18215 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` |
10f2d63a VZ |
18216 | else |
18217 | ac_dir_suffix= ac_dots= | |
18218 | fi | |
18219 | ||
698dcdb6 VZ |
18220 | case "$ac_given_srcdir" in |
18221 | .) srcdir=. | |
18222 | if test -z "$ac_dots"; then top_srcdir=. | |
18223 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
18224 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
10f2d63a | 18225 | *) # Relative path. |
698dcdb6 VZ |
18226 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" |
18227 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
10f2d63a VZ |
18228 | esac |
18229 | ||
698dcdb6 VZ |
18230 | case "$ac_given_INSTALL" in |
18231 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
18232 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
10f2d63a VZ |
18233 | esac |
18234 | ||
698dcdb6 VZ |
18235 | echo creating "$ac_file" |
18236 | rm -f "$ac_file" | |
18237 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
18238 | case "$ac_file" in | |
18239 | *Makefile*) ac_comsub="1i\\ | |
18240 | # $configure_input" ;; | |
18241 | *) ac_comsub= ;; | |
18242 | esac | |
10f2d63a | 18243 | |
698dcdb6 VZ |
18244 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
18245 | sed -e "$ac_comsub | |
18246 | s%@configure_input@%$configure_input%g | |
18247 | s%@srcdir@%$srcdir%g | |
18248 | s%@top_srcdir@%$top_srcdir%g | |
18249 | s%@INSTALL@%$INSTALL%g | |
18250 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
18251 | fi; done | |
18252 | rm -f conftest.s* | |
10f2d63a VZ |
18253 | |
18254 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
18255 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
18256 | # | |
18257 | # ac_d sets the value in "#define NAME VALUE" lines. | |
698dcdb6 VZ |
18258 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
18259 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
18260 | ac_dC='\3' | |
18261 | ac_dD='%g' | |
18262 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
18263 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
18264 | ac_uB='\([ ]\)%\1#\2define\3' | |
10f2d63a | 18265 | ac_uC=' ' |
698dcdb6 VZ |
18266 | ac_uD='\4%g' |
18267 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
18268 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
18269 | ac_eB='$%\1#\2define\3' | |
18270 | ac_eC=' ' | |
18271 | ac_eD='%g' | |
10f2d63a | 18272 | |
698dcdb6 VZ |
18273 | if test "${CONFIG_HEADERS+set}" != set; then |
18274 | EOF | |
18275 | cat >> $CONFIG_STATUS <<EOF | |
18276 | CONFIG_HEADERS="setup.h:setup.h.in" | |
18277 | EOF | |
18278 | cat >> $CONFIG_STATUS <<\EOF | |
18279 | fi | |
18280 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
10f2d63a | 18281 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
698dcdb6 VZ |
18282 | case "$ac_file" in |
18283 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
18284 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
18285 | *) ac_file_in="${ac_file}.in" ;; | |
10f2d63a VZ |
18286 | esac |
18287 | ||
698dcdb6 VZ |
18288 | echo creating $ac_file |
18289 | ||
18290 | rm -f conftest.frag conftest.in conftest.out | |
18291 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
18292 | cat $ac_file_inputs > conftest.in | |
18293 | ||
18294 | EOF | |
18295 | ||
18296 | # Transform confdefs.h into a sed script conftest.vals that substitutes | |
18297 | # the proper values into config.h.in to produce config.h. And first: | |
18298 | # Protect against being on the right side of a sed subst in config.status. | |
18299 | # Protect against being in an unquoted here document in config.status. | |
18300 | rm -f conftest.vals | |
18301 | cat > conftest.hdr <<\EOF | |
18302 | s/[\\&%]/\\&/g | |
18303 | s%[\\$`]%\\&%g | |
18304 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
18305 | s%ac_d%ac_u%gp | |
18306 | s%ac_u%ac_e%gp | |
18307 | EOF | |
18308 | sed -n -f conftest.hdr confdefs.h > conftest.vals | |
18309 | rm -f conftest.hdr | |
10f2d63a VZ |
18310 | |
18311 | # This sed command replaces #undef with comments. This is necessary, for | |
18312 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
18313 | # on some systems where configure will not decide to define it. | |
698dcdb6 VZ |
18314 | cat >> conftest.vals <<\EOF |
18315 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
10f2d63a VZ |
18316 | EOF |
18317 | ||
698dcdb6 VZ |
18318 | # Break up conftest.vals because some shells have a limit on |
18319 | # the size of here documents, and old seds have small limits too. | |
10f2d63a VZ |
18320 | |
18321 | rm -f conftest.tail | |
698dcdb6 | 18322 | while : |
10f2d63a | 18323 | do |
698dcdb6 VZ |
18324 | ac_lines=`grep -c . conftest.vals` |
18325 | # grep -c gives empty output for an empty file on some AIX systems. | |
18326 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
18327 | # Write a limited-size here document to conftest.frag. | |
18328 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
18329 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
10f2d63a | 18330 | echo 'CEOF |
698dcdb6 VZ |
18331 | sed -f conftest.frag conftest.in > conftest.out |
18332 | rm -f conftest.in | |
18333 | mv conftest.out conftest.in | |
18334 | ' >> $CONFIG_STATUS | |
18335 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
18336 | rm -f conftest.vals | |
18337 | mv conftest.tail conftest.vals | |
10f2d63a | 18338 | done |
698dcdb6 VZ |
18339 | rm -f conftest.vals |
18340 | ||
18341 | cat >> $CONFIG_STATUS <<\EOF | |
18342 | rm -f conftest.frag conftest.h | |
18343 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
18344 | cat conftest.in >> conftest.h | |
18345 | rm -f conftest.in | |
18346 | if cmp -s $ac_file conftest.h 2>/dev/null; then | |
18347 | echo "$ac_file is unchanged" | |
18348 | rm -f conftest.h | |
10f2d63a | 18349 | else |
698dcdb6 VZ |
18350 | # Remove last slash and all that follows it. Not all systems have dirname. |
18351 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
10f2d63a | 18352 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
698dcdb6 VZ |
18353 | # The file is in a subdirectory. |
18354 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
10f2d63a | 18355 | fi |
698dcdb6 VZ |
18356 | rm -f $ac_file |
18357 | mv conftest.h $ac_file | |
10f2d63a | 18358 | fi |
698dcdb6 VZ |
18359 | fi; done |
18360 | ||
10f2d63a | 18361 | EOF |
698dcdb6 | 18362 | cat >> $CONFIG_STATUS <<EOF |
10f2d63a | 18363 | |
1e6feb95 | 18364 | SETUPH_DIR="${SETUPH_DIR}" |
698dcdb6 VZ |
18365 | TOOLKIT_NAME="${TOOLKIT_NAME}" |
18366 | LN_S="${LN_S}" | |
18367 | ||
18368 | ||
18369 | EOF | |
18370 | cat >> $CONFIG_STATUS <<\EOF | |
10f2d63a | 18371 | |
6ef41520 | 18372 | if test ! -f wx${TOOLKIT_NAME}-config; then |
991a5759 VZ |
18373 | chmod +x wx-config |
18374 | mv wx-config wx${TOOLKIT_NAME}-config | |
18375 | ${LN_S} wx${TOOLKIT_NAME}-config wx-config | |
18376 | fi | |
665bbe97 | 18377 | |
698dcdb6 | 18378 | |
00cf1208 RR |
18379 | if test ! -d lib; then |
18380 | mkdir lib | |
18381 | fi | |
18382 | if test ! -d lib/wx; then | |
18383 | mkdir lib/wx | |
18384 | fi | |
18385 | if test ! -d lib/wx/include; then | |
18386 | mkdir lib/wx/include | |
18387 | fi | |
18388 | if test ! -d lib/wx/include/wx; then | |
18389 | mkdir lib/wx/include/wx | |
18390 | fi | |
f6bcfd97 BP |
18391 | if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then |
18392 | mkdir lib/wx/include/wx/${TOOLKIT_NAME} | |
00cf1208 RR |
18393 | fi |
18394 | if test -f setup.h; then | |
066b00aa | 18395 | cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h |
00cf1208 | 18396 | fi |
07eb77a6 | 18397 | |
698dcdb6 | 18398 | |
10f2d63a VZ |
18399 | if test ! -d include; then |
18400 | mkdir include | |
18401 | fi | |
18402 | if test ! -d include/wx; then | |
18403 | mkdir include/wx | |
18404 | fi | |
1e6feb95 VZ |
18405 | if test ! -d include/wx/${SETUPH_DIR}; then |
18406 | mkdir include/wx/${SETUPH_DIR} | |
10f2d63a | 18407 | fi |
afc31813 | 18408 | if test -f setup.h; then |
1e6feb95 | 18409 | cp -fp setup.h include/wx/${SETUPH_DIR}/setup.h |
afc31813 | 18410 | fi |
665bbe97 | 18411 | |
698dcdb6 VZ |
18412 | |
18413 | exit 0 | |
10f2d63a VZ |
18414 | EOF |
18415 | chmod +x $CONFIG_STATUS | |
698dcdb6 VZ |
18416 | rm -fr confdefs* $ac_clean_files |
18417 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
10f2d63a | 18418 | |
2224580a VZ |
18419 | if test "$no_recursion" != yes; then |
18420 | ||
18421 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
18422 | ac_sub_configure_args= | |
18423 | ac_prev= | |
18424 | for ac_arg in $ac_configure_args; do | |
18425 | if test -n "$ac_prev"; then | |
18426 | ac_prev= | |
18427 | continue | |
18428 | fi | |
698dcdb6 | 18429 | case "$ac_arg" in |
2224580a VZ |
18430 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
18431 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
18432 | ac_prev=cache_file ;; | |
18433 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
698dcdb6 | 18434 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
2224580a VZ |
18435 | ;; |
18436 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
18437 | ac_prev=srcdir ;; | |
18438 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
18439 | ;; | |
18440 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
18441 | esac | |
18442 | done | |
18443 | ||
698dcdb6 | 18444 | for ac_config_dir in demos samples utils contrib; do |
2224580a VZ |
18445 | |
18446 | # Do not complain, so a configure script can configure whichever | |
18447 | # parts of a large source tree are present. | |
698dcdb6 VZ |
18448 | if test ! -d $srcdir/$ac_config_dir; then |
18449 | continue | |
18450 | fi | |
18451 | ||
18452 | echo configuring in $ac_config_dir | |
2224580a | 18453 | |
698dcdb6 | 18454 | case "$srcdir" in |
2224580a VZ |
18455 | .) ;; |
18456 | *) | |
698dcdb6 VZ |
18457 | if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; |
18458 | else | |
18459 | { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } | |
18460 | fi | |
18461 | ;; | |
2224580a VZ |
18462 | esac |
18463 | ||
18464 | ac_popdir=`pwd` | |
698dcdb6 | 18465 | cd $ac_config_dir |
2224580a | 18466 | |
698dcdb6 VZ |
18467 | # A "../" for each directory in /$ac_config_dir. |
18468 | ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` | |
2224580a | 18469 | |
698dcdb6 | 18470 | case "$srcdir" in |
2224580a VZ |
18471 | .) # No --srcdir option. We are building in place. |
18472 | ac_sub_srcdir=$srcdir ;; | |
698dcdb6 VZ |
18473 | /*) # Absolute path. |
18474 | ac_sub_srcdir=$srcdir/$ac_config_dir ;; | |
2224580a | 18475 | *) # Relative path. |
698dcdb6 | 18476 | ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; |
2224580a VZ |
18477 | esac |
18478 | ||
18479 | # Check for guested configure; otherwise get Cygnus style configure. | |
698dcdb6 VZ |
18480 | if test -f $ac_sub_srcdir/configure; then |
18481 | ac_sub_configure=$ac_sub_srcdir/configure | |
2224580a VZ |
18482 | elif test -f $ac_sub_srcdir/configure.in; then |
18483 | ac_sub_configure=$ac_configure | |
18484 | else | |
698dcdb6 | 18485 | echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 |
2224580a VZ |
18486 | ac_sub_configure= |
18487 | fi | |
18488 | ||
18489 | # The recursion is here. | |
18490 | if test -n "$ac_sub_configure"; then | |
698dcdb6 | 18491 | |
2224580a | 18492 | # Make the cache file name correct relative to the subdirectory. |
698dcdb6 VZ |
18493 | case "$cache_file" in |
18494 | /*) ac_sub_cache_file=$cache_file ;; | |
2224580a | 18495 | *) # Relative path. |
698dcdb6 | 18496 | ac_sub_cache_file="$ac_dots$cache_file" ;; |
2224580a | 18497 | esac |
698dcdb6 VZ |
18498 | case "$ac_given_INSTALL" in |
18499 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
18500 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
18501 | esac | |
2224580a | 18502 | |
698dcdb6 | 18503 | echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" |
2224580a | 18504 | # The eval makes quoting arguments work. |
698dcdb6 VZ |
18505 | if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir |
18506 | then : | |
18507 | else | |
18508 | { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } | |
18509 | fi | |
2224580a VZ |
18510 | fi |
18511 | ||
18512 | cd $ac_popdir | |
18513 | done | |
18514 | fi | |
18515 | ||
698dcdb6 | 18516 |