]>
Commit | Line | Data |
---|---|---|
10f2d63a VZ |
1 | #! /bin/sh |
2 | ||
579d8138 VS |
3 | # From configure.in Id: configure.in |
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 | ||
16 | ||
17 | ||
18 | ||
19 | ||
20 | ||
21 | ||
22 | ||
23 | ||
24 | ||
25 | ||
26 | ||
27 | ||
28 | ||
29 | ||
30 | ||
31 | ||
32 | ||
33 | ||
34 | ||
35 | ||
36 | ||
986ecc86 VZ |
37 | |
38 | ||
b040e242 VS |
39 | |
40 | ||
41 | ||
42 | ||
b040e242 VS |
43 | |
44 | ||
45 | ||
698dcdb6 | 46 | |
698dcdb6 VZ |
47 | |
48 | ||
698dcdb6 | 49 | |
579d8138 VS |
50 | |
51 | ||
52 | ||
53 | ||
54 | ||
55 | ||
56 | ||
57 | ||
58 | ||
59 | # Configure paths for GTK+ | |
60 | # Owen Taylor 1997-2001 | |
61 | ||
62 | ||
63 | ||
64 | ||
65 | ||
66 | ||
67 | ||
68 | ||
69 | # Configure paths for GTK+ | |
70 | # Owen Taylor 97-11-3 | |
71 | ||
72 | ||
73 | ||
74 | # Guess values for system-dependent variables and create Makefiles. | |
f09359cf | 75 | # Generated automatically using autoconf version 2.13 |
579d8138 VS |
76 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. |
77 | # | |
78 | # This configure script is free software; the Free Software Foundation | |
79 | # gives unlimited permission to copy, distribute and modify it. | |
80 | ||
81 | # Defaults: | |
82 | ac_help= | |
83 | ac_default_prefix=/usr/local | |
84 | # Any additions from configure.in: | |
85 | ac_help="$ac_help | |
86 | --enable-gui use GUI classes" | |
87 | ac_help="$ac_help | |
88 | --enable-universal use wxWindows GUI controls instead of native ones" | |
89 | ac_help="$ac_help | |
90 | --with-gtk use GTK+" | |
91 | ac_help="$ac_help | |
92 | --with-motif use Motif/Lesstif" | |
93 | ac_help="$ac_help | |
94 | --with-mac use Mac OS X" | |
95 | ac_help="$ac_help | |
96 | --with-wine use WINE" | |
97 | ac_help="$ac_help | |
98 | --with-msw use MS-Windows" | |
99 | ac_help="$ac_help | |
100 | --with-pm use OS/2 Presentation Manager" | |
101 | ac_help="$ac_help | |
102 | --with-mgl use SciTech MGL" | |
103 | ac_help="$ac_help | |
104 | --with-microwin use MicroWindows" | |
105 | ac_help="$ac_help | |
106 | --with-x11 use X11" | |
107 | ac_help="$ac_help | |
108 | --enable-nanox use NanoX" | |
109 | ac_help="$ac_help | |
110 | --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)" | |
111 | ac_help="$ac_help | |
112 | --with-libpng use libpng (PNG image format)" | |
113 | ac_help="$ac_help | |
114 | --with-libjpeg use libjpeg (JPEG file format)" | |
115 | ac_help="$ac_help | |
116 | --with-libtiff use libtiff (TIFF file format)" | |
117 | ac_help="$ac_help | |
118 | --with-opengl use OpenGL (or Mesa)" | |
119 | ac_help="$ac_help | |
120 | --with-dmalloc use dmalloc library (http://dmalloc.com/)" | |
121 | ac_help="$ac_help | |
122 | --with-regex enable support for wxRegEx class" | |
123 | ac_help="$ac_help | |
124 | --with-zlib use zlib for LZW compression" | |
125 | ac_help="$ac_help | |
126 | --with-odbc use the IODBC and wxODBC classes" | |
127 | ac_help="$ac_help | |
128 | --enable-shared create shared library code" | |
129 | ac_help="$ac_help | |
130 | --enable-soname set the DT_SONAME field in ELF shared libraries" | |
131 | ac_help="$ac_help | |
132 | --enable-optimise create optimised code" | |
133 | ac_help="$ac_help | |
134 | --enable-debug same as debug_flag and debug_info" | |
135 | ac_help="$ac_help | |
136 | --enable-precomp enable use of precompiled headers (Mac OS X)" | |
137 | ac_help="$ac_help | |
138 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)" | |
139 | ac_help="$ac_help | |
140 | --enable-debug_info create code with debugging information" | |
141 | ac_help="$ac_help | |
142 | --enable-debug_gdb create code with extra GDB debugging information" | |
143 | ac_help="$ac_help | |
144 | --enable-debug_cntxt use wxDebugContext" | |
145 | ac_help="$ac_help | |
146 | --enable-mem_tracing create code with memory tracing" | |
147 | ac_help="$ac_help | |
148 | --enable-profile create code with profiling information" | |
149 | ac_help="$ac_help | |
150 | --enable-no_rtti create code without RTTI information" | |
151 | ac_help="$ac_help | |
152 | --enable-no_exceptions create code without C++ exceptions handling" | |
153 | ac_help="$ac_help | |
154 | --enable-permissive compile code disregarding strict ANSI" | |
155 | ac_help="$ac_help | |
156 | --enable-no_deps create code without dependency information" | |
157 | ac_help="$ac_help | |
158 | --enable-compat20 enable wxWindows 2.0 compatibility" | |
159 | ac_help="$ac_help | |
160 | --disable-compat22 disable wxWindows 2.2 compatibility" | |
161 | ac_help="$ac_help | |
162 | --enable-rpath=DIR output the rpath flag from wx-config" | |
163 | ac_help="$ac_help | |
164 | --enable-intl use internationalization system" | |
165 | ac_help="$ac_help | |
166 | --enable-config use wxConfig (and derived) classes" | |
167 | ac_help="$ac_help | |
168 | --enable-protocols use wxProtocol and derived classes" | |
169 | ac_help="$ac_help | |
170 | --enable-ftp use wxFTP (requires wxProtocol" | |
171 | ac_help="$ac_help | |
172 | --enable-http use wxHTTP (requires wxProtocol" | |
173 | ac_help="$ac_help | |
174 | --enable-fileproto use wxFileProto class (requires wxProtocol" | |
175 | ac_help="$ac_help | |
176 | --enable-sockets use socket/network classes" | |
177 | ac_help="$ac_help | |
178 | --enable-ipc use interprocess communication (wxSocket etc.)" | |
179 | ac_help="$ac_help | |
180 | --enable-cmdline use wxCmdLineParser class" | |
181 | ac_help="$ac_help | |
182 | --enable-datetime use wxDateTime class" | |
183 | ac_help="$ac_help | |
184 | --enable-timedate use obsolete wxDate/wxTime classes" | |
185 | ac_help="$ac_help | |
186 | --enable-stopwatch use wxStopWatch class" | |
187 | ac_help="$ac_help | |
188 | --enable-dialupman use dialup network classes" | |
189 | ac_help="$ac_help | |
190 | --enable-apple_ieee use the Apple IEEE codec" | |
191 | ac_help="$ac_help | |
192 | --enable-timer use wxTimer class" | |
193 | ac_help="$ac_help | |
194 | --enable-wave use wxWave class" | |
195 | ac_help="$ac_help | |
196 | --enable-fraction use wxFraction class" | |
197 | ac_help="$ac_help | |
198 | --enable-dynlib use wxLibrary class for DLL loading" | |
199 | ac_help="$ac_help | |
200 | --enable-dynamicloader use (new) wxDynamicLibrary class" | |
201 | ac_help="$ac_help | |
202 | --enable-longlong use wxLongLong class" | |
203 | ac_help="$ac_help | |
204 | --enable-geometry use geometry class" | |
205 | ac_help="$ac_help | |
206 | --enable-log use logging system" | |
207 | ac_help="$ac_help | |
208 | --enable-streams use wxStream etc classes" | |
209 | ac_help="$ac_help | |
210 | --enable-file use wxFile classes" | |
211 | ac_help="$ac_help | |
212 | --enable-ffile use wxFFile classes" | |
213 | ac_help="$ac_help | |
214 | --enable-textbuf use wxTextBuffer class" | |
215 | ac_help="$ac_help | |
216 | --enable-textfile use wxTextFile class" | |
217 | ac_help="$ac_help | |
218 | --enable-fontmap use font encodings conversion classes" | |
219 | ac_help="$ac_help | |
220 | --enable-unicode compile wxString with Unicode support" | |
221 | ac_help="$ac_help | |
222 | --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)" | |
223 | ac_help="$ac_help | |
224 | --enable-wxprintfv use wxWindows implementation of vprintf()" | |
225 | ac_help="$ac_help | |
226 | --enable-std_iostreams use standard C++ stream classes" | |
227 | ac_help="$ac_help | |
228 | --enable-filesystem use virtual file systems classes" | |
229 | ac_help="$ac_help | |
230 | --enable-fs_inet use virtual HTTP/FTP filesystems" | |
231 | ac_help="$ac_help | |
232 | --enable-fs_zip use virtual ZIP filesystems" | |
233 | ac_help="$ac_help | |
234 | --enable-zipstream use wxZipInputStream" | |
235 | ac_help="$ac_help | |
236 | --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException" | |
237 | ac_help="$ac_help | |
238 | --enable-snglinst use wxSingleInstanceChecker class" | |
239 | ac_help="$ac_help | |
240 | --enable-mimetype use wxMimeTypesManager" | |
241 | ac_help="$ac_help | |
242 | --enable-sysoptions use wxSystemOptions" | |
243 | ac_help="$ac_help | |
244 | --enable-url use wxURL class" | |
245 | ac_help="$ac_help | |
246 | --enable-protocol use wxProtocol class" | |
247 | ac_help="$ac_help | |
248 | --enable-protocol-http HTTP support in wxProtocol" | |
249 | ac_help="$ac_help | |
250 | --enable-protocol-ftp FTP support in wxProtocol" | |
251 | ac_help="$ac_help | |
252 | --enable-protocol-file FILE support in wxProtocol" | |
253 | ac_help="$ac_help | |
254 | --enable-threads use threads" | |
255 | ac_help="$ac_help | |
256 | --enable-docview use document view architecture" | |
257 | ac_help="$ac_help | |
258 | --enable-help use help subsystem" | |
259 | ac_help="$ac_help | |
260 | --enable-mshtmlhelp use MS HTML Help (win32)" | |
261 | ac_help="$ac_help | |
262 | --enable-html use wxHTML sub-library" | |
263 | ac_help="$ac_help | |
264 | --enable-htmlhelp use wxHTML-based help" | |
265 | ac_help="$ac_help | |
266 | --enable-constraints use layout-constraints system" | |
267 | ac_help="$ac_help | |
268 | --enable-printarch use printing architecture" | |
269 | ac_help="$ac_help | |
270 | --enable-mdi use multiple document interface architecture" | |
271 | ac_help="$ac_help | |
272 | --enable-loggui use standard GUI logger" | |
273 | ac_help="$ac_help | |
274 | --enable-logwin use wxLogWindow" | |
275 | ac_help="$ac_help | |
276 | --enable-logdialog use wxLogDialog" | |
277 | ac_help="$ac_help | |
278 | --enable-postscript use wxPostscriptDC device context (default for gtk+)" | |
279 | ac_help="$ac_help | |
280 | --enable-prologio use Prolog IO library" | |
281 | ac_help="$ac_help | |
282 | --enable-resources use wxWindows resources" | |
283 | ac_help="$ac_help | |
284 | --enable-xresources use X resources for save (default for gtk+)" | |
285 | ac_help="$ac_help | |
286 | --enable-clipboard use wxClipboard classes" | |
287 | ac_help="$ac_help | |
288 | --enable-dnd use Drag'n'Drop classes" | |
289 | ac_help="$ac_help | |
290 | --enable-metafile use win32 metafiles" | |
291 | ac_help="$ac_help | |
292 | --enable-treelayout use wxTreeLayout classes" | |
293 | ac_help="$ac_help | |
294 | --enable-controls use all usual controls" | |
295 | ac_help="$ac_help | |
296 | --enable-accel use accelerators" | |
297 | ac_help="$ac_help | |
298 | --enable-button use wxButton class" | |
299 | ac_help="$ac_help | |
300 | --enable-bmpbutton use wxBitmapButton class" | |
301 | ac_help="$ac_help | |
302 | --enable-calendar use wxCalendarCtrl class" | |
303 | ac_help="$ac_help | |
304 | --enable-caret use wxCaret class" | |
305 | ac_help="$ac_help | |
306 | --enable-checkbox use wxCheckBox class" | |
307 | ac_help="$ac_help | |
308 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class" | |
309 | ac_help="$ac_help | |
310 | --enable-choice use wxChoice class" | |
311 | ac_help="$ac_help | |
312 | --enable-combobox use wxComboBox classes" | |
313 | ac_help="$ac_help | |
314 | --enable-gauge use wxGauge class" | |
315 | ac_help="$ac_help | |
316 | --enable-grid use wxGrid class" | |
317 | ac_help="$ac_help | |
318 | --enable-newgrid use new wxGrid class" | |
319 | ac_help="$ac_help | |
320 | --enable-imaglist use wxImageList class" | |
321 | ac_help="$ac_help | |
322 | --enable-listbox use wxListBox class" | |
323 | ac_help="$ac_help | |
324 | --enable-listctrl use wxListCtrl class" | |
325 | ac_help="$ac_help | |
326 | --enable-notebook use wxNotebook class" | |
327 | ac_help="$ac_help | |
328 | --enable-propsheet use wxPropertySheet class" | |
329 | ac_help="$ac_help | |
330 | --enable-radiobox use wxRadioBox class" | |
331 | ac_help="$ac_help | |
332 | --enable-radiobtn use wxRadioButton class" | |
333 | ac_help="$ac_help | |
334 | --enable-sash use wxSashWindow class" | |
335 | ac_help="$ac_help | |
336 | --enable-scrollbar use wxScrollBar class and scrollable windows" | |
337 | ac_help="$ac_help | |
338 | --enable-slider use wxSlider class" | |
339 | ac_help="$ac_help | |
340 | --enable-spinbtn use wxSpinButton class" | |
341 | ac_help="$ac_help | |
342 | --enable-spinctrl use wxSpinCtrl class" | |
343 | ac_help="$ac_help | |
344 | --enable-splitter use wxSplitterWindow class" | |
345 | ac_help="$ac_help | |
346 | --enable-statbmp use wxStaticBitmap class" | |
347 | ac_help="$ac_help | |
348 | --enable-statbox use wxStaticBox class" | |
349 | ac_help="$ac_help | |
350 | --enable-statline use wxStaticLine class" | |
351 | ac_help="$ac_help | |
352 | --enable-stattext use wxStaticText class" | |
353 | ac_help="$ac_help | |
354 | --enable-statusbar use wxStatusBar class" | |
355 | ac_help="$ac_help | |
356 | --enable-tabdialog use wxTabControl class" | |
357 | ac_help="$ac_help | |
358 | --enable-textctrl use wxTextCtrl class" | |
359 | ac_help="$ac_help | |
360 | --enable-togglebtn use wxToggleButton class" | |
361 | ac_help="$ac_help | |
362 | --enable-toolbar use wxToolBar class" | |
363 | ac_help="$ac_help | |
364 | --enable-tbarnative use native wxToolBar class" | |
365 | ac_help="$ac_help | |
366 | --enable-tbarsmpl use wxToolBarSimple class" | |
367 | ac_help="$ac_help | |
368 | --enable-treectrl use wxTreeCtrl class" | |
369 | ac_help="$ac_help | |
370 | --enable-tipwindow use wxTipWindow class" | |
371 | ac_help="$ac_help | |
372 | --enable-popupwin use wxPopUpWindow class" | |
373 | ac_help="$ac_help | |
374 | --enable-commondlg use all common dialogs" | |
375 | ac_help="$ac_help | |
376 | --enable-choicedlg use wxChoiceDialog" | |
377 | ac_help="$ac_help | |
378 | --enable-coldlg use wxColourDialog" | |
379 | ac_help="$ac_help | |
380 | --enable-filedlg use wxFileDialog" | |
381 | ac_help="$ac_help | |
382 | --enable-finddlg use wxFindReplaceDialog" | |
383 | ac_help="$ac_help | |
384 | --enable-fontdlg use wxFontDialog" | |
385 | ac_help="$ac_help | |
386 | --enable-dirdlg use wxDirDialog" | |
387 | ac_help="$ac_help | |
388 | --enable-msgdlg use wxMessageDialog" | |
389 | ac_help="$ac_help | |
390 | --enable-numberdlg use wxNumberEntryDialog" | |
391 | ac_help="$ac_help | |
392 | --enable-splash use wxSplashScreen" | |
393 | ac_help="$ac_help | |
394 | --enable-textdlg use wxTextDialog" | |
395 | ac_help="$ac_help | |
396 | --enable-tipdlg use startup tips" | |
397 | ac_help="$ac_help | |
398 | --enable-progressdlg use wxProgressDialog" | |
399 | ac_help="$ac_help | |
400 | --enable-wizarddlg use wxWizard" | |
401 | ac_help="$ac_help | |
402 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes" | |
403 | ac_help="$ac_help | |
404 | --enable-miniframe use wxMiniFrame class" | |
405 | ac_help="$ac_help | |
406 | --enable-tooltips use wxToolTip class" | |
407 | ac_help="$ac_help | |
408 | --enable-splines use spline drawing code" | |
409 | ac_help="$ac_help | |
410 | --enable-validators use wxValidator and derived classes" | |
411 | ac_help="$ac_help | |
412 | --enable-busyinfo use wxBusyInfo" | |
413 | ac_help="$ac_help | |
414 | --enable-joystick use wxJoystick (Linux only)" | |
415 | ac_help="$ac_help | |
416 | --enable-metafiles use wxMetaFile (Windows only)" | |
417 | ac_help="$ac_help | |
418 | --enable-dragimage use wxDragImage" | |
419 | ac_help="$ac_help | |
420 | --enable-palette use wxPalette class" | |
421 | ac_help="$ac_help | |
422 | --enable-image use wxImage class" | |
423 | ac_help="$ac_help | |
424 | --enable-gif use gif images (GIF file format)" | |
425 | ac_help="$ac_help | |
426 | --enable-pcx use pcx images (PCX file format)" | |
427 | ac_help="$ac_help | |
428 | --enable-iff use iff images (IFF file format)" | |
429 | ac_help="$ac_help | |
430 | --enable-pnm use pnm images (PNM file format)" | |
431 | ac_help="$ac_help | |
432 | --enable-xpm use xpm images (XPM file format)" | |
433 | ac_help="$ac_help | |
434 | --enable-icocur use Windows ICO and CUR formats" | |
435 | ac_help="$ac_help | |
436 | --disable-largefile omit support for large files" | |
437 | ac_help="$ac_help | |
438 | --disable-gtktest do not try to compile and run a test GTK+ program" | |
439 | ac_help="$ac_help | |
440 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
441 | ac_help="$ac_help | |
442 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
443 | ac_help="$ac_help | |
444 | --disable-gtktest Do not try to compile and run a test GTK program" | |
445 | ac_help="$ac_help | |
446 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
447 | ac_help="$ac_help | |
448 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
449 | ac_help="$ac_help | |
450 | --disable-gtktest Do not try to compile and run a test GTK program" | |
451 | ac_help="$ac_help | |
452 | --with-x use the X Window System" | |
453 | ac_help="$ac_help | |
454 | --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib" | |
10f2d63a VZ |
455 | |
456 | # Initialize some variables set by options. | |
457 | # The variables have the same names as the options, with | |
458 | # dashes changed to underlines. | |
579d8138 VS |
459 | build=NONE |
460 | cache_file=./config.cache | |
10f2d63a | 461 | exec_prefix=NONE |
579d8138 | 462 | host=NONE |
10f2d63a | 463 | no_create= |
579d8138 | 464 | nonopt=NONE |
10f2d63a VZ |
465 | no_recursion= |
466 | prefix=NONE | |
467 | program_prefix=NONE | |
468 | program_suffix=NONE | |
469 | program_transform_name=s,x,x, | |
470 | silent= | |
471 | site= | |
472 | srcdir= | |
579d8138 | 473 | target=NONE |
10f2d63a VZ |
474 | verbose= |
475 | x_includes=NONE | |
476 | x_libraries=NONE | |
477 | bindir='${exec_prefix}/bin' | |
478 | sbindir='${exec_prefix}/sbin' | |
479 | libexecdir='${exec_prefix}/libexec' | |
480 | datadir='${prefix}/share' | |
481 | sysconfdir='${prefix}/etc' | |
482 | sharedstatedir='${prefix}/com' | |
483 | localstatedir='${prefix}/var' | |
484 | libdir='${exec_prefix}/lib' | |
485 | includedir='${prefix}/include' | |
486 | oldincludedir='/usr/include' | |
487 | infodir='${prefix}/info' | |
488 | mandir='${prefix}/man' | |
489 | ||
579d8138 VS |
490 | # Initialize some other variables. |
491 | subdirs= | |
492 | MFLAGS= MAKEFLAGS= | |
f09359cf | 493 | SHELL=${CONFIG_SHELL-/bin/sh} |
579d8138 VS |
494 | # Maximum number of lines to put in a shell here document. |
495 | ac_max_here_lines=12 | |
10f2d63a VZ |
496 | |
497 | ac_prev= | |
498 | for ac_option | |
499 | do | |
579d8138 | 500 | |
10f2d63a VZ |
501 | # If the previous option needs an argument, assign it. |
502 | if test -n "$ac_prev"; then | |
503 | eval "$ac_prev=\$ac_option" | |
504 | ac_prev= | |
505 | continue | |
506 | fi | |
507 | ||
579d8138 VS |
508 | case "$ac_option" in |
509 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
510 | *) ac_optarg= ;; | |
511 | esac | |
10f2d63a VZ |
512 | |
513 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
514 | ||
579d8138 | 515 | case "$ac_option" in |
10f2d63a VZ |
516 | |
517 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
518 | ac_prev=bindir ;; | |
519 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
579d8138 | 520 | bindir="$ac_optarg" ;; |
10f2d63a VZ |
521 | |
522 | -build | --build | --buil | --bui | --bu) | |
579d8138 | 523 | ac_prev=build ;; |
10f2d63a | 524 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
579d8138 | 525 | build="$ac_optarg" ;; |
10f2d63a VZ |
526 | |
527 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
528 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
529 | ac_prev=cache_file ;; | |
530 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
531 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
579d8138 | 532 | cache_file="$ac_optarg" ;; |
10f2d63a VZ |
533 | |
534 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
535 | ac_prev=datadir ;; | |
536 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
537 | | --da=*) | |
579d8138 | 538 | datadir="$ac_optarg" ;; |
10f2d63a VZ |
539 | |
540 | -disable-* | --disable-*) | |
579d8138 | 541 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` |
10f2d63a | 542 | # Reject names that are not valid shell variable names. |
579d8138 VS |
543 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then |
544 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
545 | fi | |
546 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
547 | eval "enable_${ac_feature}=no" ;; | |
10f2d63a VZ |
548 | |
549 | -enable-* | --enable-*) | |
579d8138 | 550 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` |
10f2d63a | 551 | # Reject names that are not valid shell variable names. |
579d8138 VS |
552 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then |
553 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
554 | fi | |
555 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
556 | case "$ac_option" in | |
557 | *=*) ;; | |
10f2d63a VZ |
558 | *) ac_optarg=yes ;; |
559 | esac | |
579d8138 | 560 | eval "enable_${ac_feature}='$ac_optarg'" ;; |
10f2d63a VZ |
561 | |
562 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
563 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
564 | | --exec | --exe | --ex) | |
565 | ac_prev=exec_prefix ;; | |
566 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
567 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
568 | | --exec=* | --exe=* | --ex=*) | |
579d8138 | 569 | exec_prefix="$ac_optarg" ;; |
10f2d63a VZ |
570 | |
571 | -gas | --gas | --ga | --g) | |
572 | # Obsolete; use --with-gas. | |
573 | with_gas=yes ;; | |
574 | ||
579d8138 VS |
575 | -help | --help | --hel | --he) |
576 | # Omit some internal or obsolete options to make the list less imposing. | |
577 | # This message is too long to be a string in the A/UX 3.1 sh. | |
578 | cat << EOF | |
579 | Usage: configure [options] [host] | |
580 | Options: [defaults in brackets after descriptions] | |
581 | Configuration: | |
582 | --cache-file=FILE cache test results in FILE | |
583 | --help print this message | |
584 | --no-create do not create output files | |
585 | --quiet, --silent do not print \`checking...' messages | |
586 | --version print the version of autoconf that created configure | |
587 | Directory and file names: | |
588 | --prefix=PREFIX install architecture-independent files in PREFIX | |
589 | [$ac_default_prefix] | |
590 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
591 | [same as prefix] | |
592 | --bindir=DIR user executables in DIR [EPREFIX/bin] | |
593 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
594 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
595 | --datadir=DIR read-only architecture-independent data in DIR | |
596 | [PREFIX/share] | |
597 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
598 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
599 | [PREFIX/com] | |
600 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
601 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
602 | --includedir=DIR C header files in DIR [PREFIX/include] | |
603 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
604 | --infodir=DIR info documentation in DIR [PREFIX/info] | |
605 | --mandir=DIR man documentation in DIR [PREFIX/man] | |
606 | --srcdir=DIR find the sources in DIR [configure dir or ..] | |
607 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
608 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
609 | --program-transform-name=PROGRAM | |
610 | run sed PROGRAM on installed program names | |
611 | EOF | |
612 | cat << EOF | |
613 | Host type: | |
614 | --build=BUILD configure for building on BUILD [BUILD=HOST] | |
615 | --host=HOST configure for HOST [guessed] | |
616 | --target=TARGET configure for TARGET [TARGET=HOST] | |
617 | Features and packages: | |
618 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
619 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
620 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
621 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
622 | --x-includes=DIR X include files are in DIR | |
623 | --x-libraries=DIR X library files are in DIR | |
624 | EOF | |
625 | if test -n "$ac_help"; then | |
626 | echo "--enable and --with options recognized:$ac_help" | |
627 | fi | |
628 | exit 0 ;; | |
10f2d63a VZ |
629 | |
630 | -host | --host | --hos | --ho) | |
579d8138 | 631 | ac_prev=host ;; |
10f2d63a | 632 | -host=* | --host=* | --hos=* | --ho=*) |
579d8138 | 633 | host="$ac_optarg" ;; |
10f2d63a VZ |
634 | |
635 | -includedir | --includedir | --includedi | --included | --include \ | |
636 | | --includ | --inclu | --incl | --inc) | |
637 | ac_prev=includedir ;; | |
638 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
639 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
579d8138 | 640 | includedir="$ac_optarg" ;; |
10f2d63a VZ |
641 | |
642 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
643 | ac_prev=infodir ;; | |
644 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
579d8138 | 645 | infodir="$ac_optarg" ;; |
10f2d63a VZ |
646 | |
647 | -libdir | --libdir | --libdi | --libd) | |
648 | ac_prev=libdir ;; | |
649 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
579d8138 | 650 | libdir="$ac_optarg" ;; |
10f2d63a VZ |
651 | |
652 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
653 | | --libexe | --libex | --libe) | |
654 | ac_prev=libexecdir ;; | |
655 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
656 | | --libexe=* | --libex=* | --libe=*) | |
579d8138 | 657 | libexecdir="$ac_optarg" ;; |
10f2d63a VZ |
658 | |
659 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
660 | | --localstate | --localstat | --localsta | --localst \ | |
661 | | --locals | --local | --loca | --loc | --lo) | |
662 | ac_prev=localstatedir ;; | |
663 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
664 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
665 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
579d8138 | 666 | localstatedir="$ac_optarg" ;; |
10f2d63a VZ |
667 | |
668 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
669 | ac_prev=mandir ;; | |
670 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
579d8138 | 671 | mandir="$ac_optarg" ;; |
10f2d63a VZ |
672 | |
673 | -nfp | --nfp | --nf) | |
674 | # Obsolete; use --without-fp. | |
675 | with_fp=no ;; | |
676 | ||
677 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
678 | | --no-cr | --no-c) | |
679 | no_create=yes ;; | |
680 | ||
681 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
682 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
683 | no_recursion=yes ;; | |
684 | ||
685 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
686 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
687 | | --oldin | --oldi | --old | --ol | --o) | |
688 | ac_prev=oldincludedir ;; | |
689 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
690 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
691 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
579d8138 | 692 | oldincludedir="$ac_optarg" ;; |
10f2d63a VZ |
693 | |
694 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
695 | ac_prev=prefix ;; | |
696 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
579d8138 | 697 | prefix="$ac_optarg" ;; |
10f2d63a VZ |
698 | |
699 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
700 | | --program-pre | --program-pr | --program-p) | |
701 | ac_prev=program_prefix ;; | |
702 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
703 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
579d8138 | 704 | program_prefix="$ac_optarg" ;; |
10f2d63a VZ |
705 | |
706 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
707 | | --program-suf | --program-su | --program-s) | |
708 | ac_prev=program_suffix ;; | |
709 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
710 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
579d8138 | 711 | program_suffix="$ac_optarg" ;; |
10f2d63a VZ |
712 | |
713 | -program-transform-name | --program-transform-name \ | |
714 | | --program-transform-nam | --program-transform-na \ | |
715 | | --program-transform-n | --program-transform- \ | |
716 | | --program-transform | --program-transfor \ | |
717 | | --program-transfo | --program-transf \ | |
718 | | --program-trans | --program-tran \ | |
719 | | --progr-tra | --program-tr | --program-t) | |
720 | ac_prev=program_transform_name ;; | |
721 | -program-transform-name=* | --program-transform-name=* \ | |
722 | | --program-transform-nam=* | --program-transform-na=* \ | |
723 | | --program-transform-n=* | --program-transform-=* \ | |
724 | | --program-transform=* | --program-transfor=* \ | |
725 | | --program-transfo=* | --program-transf=* \ | |
726 | | --program-trans=* | --program-tran=* \ | |
727 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
579d8138 | 728 | program_transform_name="$ac_optarg" ;; |
10f2d63a VZ |
729 | |
730 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
731 | | -silent | --silent | --silen | --sile | --sil) | |
732 | silent=yes ;; | |
733 | ||
734 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
735 | ac_prev=sbindir ;; | |
736 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
737 | | --sbi=* | --sb=*) | |
579d8138 | 738 | sbindir="$ac_optarg" ;; |
10f2d63a VZ |
739 | |
740 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
741 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
742 | | --sharedst | --shareds | --shared | --share | --shar \ | |
743 | | --sha | --sh) | |
744 | ac_prev=sharedstatedir ;; | |
745 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
746 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
747 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
748 | | --sha=* | --sh=*) | |
579d8138 | 749 | sharedstatedir="$ac_optarg" ;; |
10f2d63a VZ |
750 | |
751 | -site | --site | --sit) | |
752 | ac_prev=site ;; | |
753 | -site=* | --site=* | --sit=*) | |
579d8138 | 754 | site="$ac_optarg" ;; |
10f2d63a VZ |
755 | |
756 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
757 | ac_prev=srcdir ;; | |
758 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
579d8138 | 759 | srcdir="$ac_optarg" ;; |
10f2d63a VZ |
760 | |
761 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
762 | | --syscon | --sysco | --sysc | --sys | --sy) | |
763 | ac_prev=sysconfdir ;; | |
764 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
765 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
579d8138 | 766 | sysconfdir="$ac_optarg" ;; |
10f2d63a VZ |
767 | |
768 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
579d8138 | 769 | ac_prev=target ;; |
10f2d63a | 770 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
579d8138 | 771 | target="$ac_optarg" ;; |
10f2d63a VZ |
772 | |
773 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
774 | verbose=yes ;; | |
775 | ||
579d8138 | 776 | -version | --version | --versio | --versi | --vers) |
f09359cf | 777 | echo "configure generated by autoconf version 2.13" |
579d8138 | 778 | exit 0 ;; |
10f2d63a VZ |
779 | |
780 | -with-* | --with-*) | |
579d8138 | 781 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` |
10f2d63a | 782 | # Reject names that are not valid shell variable names. |
579d8138 VS |
783 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then |
784 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
785 | fi | |
10f2d63a | 786 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
579d8138 VS |
787 | case "$ac_option" in |
788 | *=*) ;; | |
10f2d63a VZ |
789 | *) ac_optarg=yes ;; |
790 | esac | |
579d8138 | 791 | eval "with_${ac_package}='$ac_optarg'" ;; |
10f2d63a VZ |
792 | |
793 | -without-* | --without-*) | |
579d8138 | 794 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` |
10f2d63a | 795 | # Reject names that are not valid shell variable names. |
579d8138 VS |
796 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then |
797 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
798 | fi | |
799 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
800 | eval "with_${ac_package}=no" ;; | |
10f2d63a VZ |
801 | |
802 | --x) | |
803 | # Obsolete; use --with-x. | |
804 | with_x=yes ;; | |
805 | ||
806 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
807 | | --x-incl | --x-inc | --x-in | --x-i) | |
808 | ac_prev=x_includes ;; | |
809 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
810 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
579d8138 | 811 | x_includes="$ac_optarg" ;; |
10f2d63a VZ |
812 | |
813 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
814 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
815 | ac_prev=x_libraries ;; | |
816 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
817 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
579d8138 | 818 | x_libraries="$ac_optarg" ;; |
10f2d63a | 819 | |
579d8138 | 820 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } |
10f2d63a VZ |
821 | ;; |
822 | ||
823 | *) | |
579d8138 VS |
824 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |
825 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
826 | fi | |
827 | if test "x$nonopt" != xNONE; then | |
828 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
829 | fi | |
830 | nonopt="$ac_option" | |
10f2d63a VZ |
831 | ;; |
832 | ||
833 | esac | |
834 | done | |
835 | ||
836 | if test -n "$ac_prev"; then | |
579d8138 | 837 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } |
698dcdb6 VZ |
838 | fi |
839 | ||
579d8138 | 840 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
10f2d63a | 841 | |
579d8138 VS |
842 | # File descriptor usage: |
843 | # 0 standard input | |
844 | # 1 file creation | |
845 | # 2 errors and warnings | |
846 | # 3 some systems may open it to /dev/tty | |
847 | # 4 used on the Kubota Titan | |
848 | # 6 checking for... messages and results | |
849 | # 5 compiler messages saved in config.log | |
850 | if test "$silent" = yes; then | |
851 | exec 6>/dev/null | |
852 | else | |
853 | exec 6>&1 | |
854 | fi | |
855 | exec 5>./config.log | |
856 | ||
857 | echo "\ | |
858 | This file contains any messages produced by compilers while | |
859 | running configure, to aid debugging if configure makes a mistake. | |
860 | " 1>&5 | |
861 | ||
862 | # Strip out --no-create and --no-recursion so they do not pile up. | |
863 | # Also quote any args containing shell metacharacters. | |
864 | ac_configure_args= | |
865 | for ac_arg | |
10f2d63a | 866 | do |
579d8138 VS |
867 | case "$ac_arg" in |
868 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
869 | | --no-cr | --no-c) ;; | |
870 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
871 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
872 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
873 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
874 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
10f2d63a VZ |
875 | esac |
876 | done | |
877 | ||
579d8138 VS |
878 | # NLS nuisances. |
879 | # Only set these to C if already set. These must not be set unconditionally | |
880 | # because not all systems understand e.g. LANG=C (notably SCO). | |
881 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
882 | # Non-C LC_CTYPE values break the ctype check. | |
883 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
884 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
885 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
886 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
10f2d63a | 887 | |
579d8138 VS |
888 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
889 | rm -rf conftest* confdefs.h | |
890 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
891 | echo > confdefs.h | |
10f2d63a | 892 | |
579d8138 VS |
893 | # A filename unique to this package, relative to the directory that |
894 | # configure is in, which we can look for to find out if srcdir is correct. | |
895 | ac_unique_file=wx-config.in | |
10f2d63a VZ |
896 | |
897 | # Find the source files, if location was not specified. | |
898 | if test -z "$srcdir"; then | |
899 | ac_srcdir_defaulted=yes | |
900 | # Try the directory containing this script, then its parent. | |
901 | ac_prog=$0 | |
579d8138 | 902 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` |
10f2d63a VZ |
903 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. |
904 | srcdir=$ac_confdir | |
905 | if test ! -r $srcdir/$ac_unique_file; then | |
906 | srcdir=.. | |
907 | fi | |
908 | else | |
909 | ac_srcdir_defaulted=no | |
910 | fi | |
911 | if test ! -r $srcdir/$ac_unique_file; then | |
912 | if test "$ac_srcdir_defaulted" = yes; then | |
579d8138 | 913 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } |
10f2d63a | 914 | else |
579d8138 | 915 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } |
10f2d63a VZ |
916 | fi |
917 | fi | |
579d8138 | 918 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
328a083c | 919 | |
10f2d63a VZ |
920 | # Prefer explicitly selected file to automatically selected ones. |
921 | if test -z "$CONFIG_SITE"; then | |
922 | if test "x$prefix" != xNONE; then | |
923 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
924 | else | |
925 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
926 | fi | |
927 | fi | |
928 | for ac_site_file in $CONFIG_SITE; do | |
929 | if test -r "$ac_site_file"; then | |
579d8138 | 930 | echo "loading site script $ac_site_file" |
10f2d63a VZ |
931 | . "$ac_site_file" |
932 | fi | |
933 | done | |
934 | ||
935 | if test -r "$cache_file"; then | |
579d8138 VS |
936 | echo "loading cache $cache_file" |
937 | . $cache_file | |
10f2d63a | 938 | else |
579d8138 VS |
939 | echo "creating cache $cache_file" |
940 | > $cache_file | |
10f2d63a VZ |
941 | fi |
942 | ||
943 | ac_ext=c | |
579d8138 | 944 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 945 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 946 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 947 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
948 | cross_compiling=$ac_cv_prog_cc_cross |
949 | ||
f09359cf VS |
950 | ac_exeext= |
951 | ac_objext=o | |
579d8138 VS |
952 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then |
953 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
954 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
955 | ac_n= ac_c=' | |
956 | ' ac_t=' ' | |
957 | else | |
958 | ac_n=-n ac_c= ac_t= | |
959 | fi | |
10f2d63a | 960 | else |
579d8138 | 961 | ac_n= ac_c='\c' ac_t= |
10f2d63a | 962 | fi |
579d8138 VS |
963 | |
964 | ||
10f2d63a | 965 | |
7c66a493 VZ |
966 | ac_aux_dir= |
967 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
968 | if test -f $ac_dir/install-sh; then | |
969 | ac_aux_dir=$ac_dir | |
970 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
971 | break | |
972 | elif test -f $ac_dir/install.sh; then | |
973 | ac_aux_dir=$ac_dir | |
974 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
975 | break | |
976 | fi | |
977 | done | |
978 | if test -z "$ac_aux_dir"; then | |
579d8138 | 979 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } |
7c66a493 | 980 | fi |
579d8138 VS |
981 | ac_config_guess=$ac_aux_dir/config.guess |
982 | ac_config_sub=$ac_aux_dir/config.sub | |
983 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
698dcdb6 | 984 | |
579d8138 VS |
985 | |
986 | # Do some error checking and defaulting for the host and target type. | |
987 | # The inputs are: | |
988 | # configure --host=HOST --target=TARGET --build=BUILD NONOPT | |
989 | # | |
990 | # The rules are: | |
991 | # 1. You are not allowed to specify --host, --target, and nonopt at the | |
992 | # same time. | |
993 | # 2. Host defaults to nonopt. | |
994 | # 3. If nonopt is not specified, then host defaults to the current host, | |
995 | # as determined by config.guess. | |
996 | # 4. Target and build default to nonopt. | |
997 | # 5. If nonopt is not specified, then target and build default to host. | |
7c66a493 VZ |
998 | |
999 | # The aliases save the names the user supplied, while $host etc. | |
1000 | # will get canonicalized. | |
579d8138 VS |
1001 | case $host---$target---$nonopt in |
1002 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
1003 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
1004 | esac | |
1005 | ||
1006 | ||
1007 | # Make sure we can run config.sub. | |
f09359cf | 1008 | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : |
579d8138 VS |
1009 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } |
1010 | fi | |
1011 | ||
1012 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
f09359cf | 1013 | echo "configure:1014: checking host system type" >&5 |
579d8138 VS |
1014 | |
1015 | host_alias=$host | |
1016 | case "$host_alias" in | |
1017 | NONE) | |
1018 | case $nonopt in | |
1019 | NONE) | |
f09359cf | 1020 | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : |
579d8138 VS |
1021 | else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } |
1022 | fi ;; | |
1023 | *) host_alias=$nonopt ;; | |
1024 | esac ;; | |
1025 | esac | |
1026 | ||
f09359cf | 1027 | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` |
579d8138 VS |
1028 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
1029 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1030 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1031 | echo "$ac_t""$host" 1>&6 | |
1032 | ||
1033 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
f09359cf | 1034 | echo "configure:1035: checking target system type" >&5 |
579d8138 VS |
1035 | |
1036 | target_alias=$target | |
1037 | case "$target_alias" in | |
1038 | NONE) | |
1039 | case $nonopt in | |
1040 | NONE) target_alias=$host_alias ;; | |
1041 | *) target_alias=$nonopt ;; | |
1042 | esac ;; | |
1043 | esac | |
1044 | ||
f09359cf | 1045 | target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` |
579d8138 VS |
1046 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
1047 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1048 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1049 | echo "$ac_t""$target" 1>&6 | |
1050 | ||
1051 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
f09359cf | 1052 | echo "configure:1053: checking build system type" >&5 |
579d8138 VS |
1053 | |
1054 | build_alias=$build | |
1055 | case "$build_alias" in | |
1056 | NONE) | |
1057 | case $nonopt in | |
1058 | NONE) build_alias=$host_alias ;; | |
1059 | *) build_alias=$nonopt ;; | |
1060 | esac ;; | |
1061 | esac | |
1062 | ||
f09359cf | 1063 | build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` |
579d8138 VS |
1064 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
1065 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1066 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1067 | echo "$ac_t""$build" 1>&6 | |
1068 | ||
1069 | test "$host_alias" != "$target_alias" && | |
7c66a493 VZ |
1070 | test "$program_prefix$program_suffix$program_transform_name" = \ |
1071 | NONENONEs,x,x, && | |
1072 | program_prefix=${target_alias}- | |
579d8138 VS |
1073 | |
1074 | ||
698dcdb6 | 1075 | |
10f2d63a | 1076 | WX_MAJOR_VERSION_NUMBER=2 |
37d403aa | 1077 | WX_MINOR_VERSION_NUMBER=3 |
a0d927d1 | 1078 | WX_RELEASE_NUMBER=3 |
10f2d63a | 1079 | |
10f2d63a | 1080 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER |
10f2d63a | 1081 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER |
6426998c | 1082 | |
978f1259 RL |
1083 | WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER |
1084 | ||
a0d927d1 | 1085 | WX_CURRENT=2 |
6426998c RL |
1086 | WX_REVISION=0 |
1087 | WX_AGE=0 | |
1088 | ||
579d8138 VS |
1089 | |
1090 | ||
10f2d63a VZ |
1091 | USE_UNIX=1 |
1092 | USE_WIN32=0 | |
f9bc1684 | 1093 | USE_DOS=0 |
b12915c1 | 1094 | USE_BEOS=0 |
1216f52d | 1095 | USE_MAC=0 |
b12915c1 | 1096 | |
10f2d63a VZ |
1097 | USE_LINUX= |
1098 | USE_SGI= | |
1099 | USE_HPUX= | |
1100 | USE_SYSV= | |
1101 | USE_SVR4= | |
1102 | USE_AIX= | |
1103 | USE_SUN= | |
1104 | USE_SOLARIS= | |
1105 | USE_SUNOS= | |
1106 | USE_ALPHA= | |
1107 | USE_OSF= | |
1108 | USE_BSD= | |
f11bdd03 | 1109 | USE_DARWIN= |
10f2d63a | 1110 | USE_FREEBSD= |
95c8801c | 1111 | USE_OPENBSD= |
f6bcfd97 | 1112 | USE_NETBSD= |
10f2d63a VZ |
1113 | USE_VMS= |
1114 | USE_ULTRIX= | |
10f2d63a VZ |
1115 | USE_DATA_GENERAL= |
1116 | ||
ab9b9eab VZ |
1117 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 |
1118 | ||
f79bd02d | 1119 | ALL_TOOLKITS="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11" |
10f2d63a VZ |
1120 | |
1121 | DEFAULT_wxUSE_GTK=0 | |
1e6feb95 VZ |
1122 | DEFAULT_wxUSE_MAC=0 |
1123 | DEFAULT_wxUSE_MGL=0 | |
1725144d | 1124 | DEFAULT_wxUSE_MICROWIN=0 |
10f2d63a VZ |
1125 | DEFAULT_wxUSE_MOTIF=0 |
1126 | DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1127 | DEFAULT_wxUSE_PM=0 |
1e6feb95 | 1128 | DEFAULT_wxUSE_WINE=0 |
f79bd02d | 1129 | DEFAULT_wxUSE_X11=0 |
10f2d63a VZ |
1130 | |
1131 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
1e6feb95 VZ |
1132 | DEFAULT_DEFAULT_wxUSE_MAC=0 |
1133 | DEFAULT_DEFAULT_wxUSE_MGL=0 | |
1725144d | 1134 | DEFAULT_DEFAULT_wxUSE_MICROWIN=0 |
10f2d63a VZ |
1135 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 |
1136 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1137 | DEFAULT_DEFAULT_wxUSE_PM=0 |
1e6feb95 | 1138 | DEFAULT_DEFAULT_wxUSE_WINE=0 |
f79bd02d | 1139 | DEFAULT_DEFAULT_wxUSE_X11=0 |
10f2d63a | 1140 | |
d6a55c4b | 1141 | PROGRAM_EXT= |
3a922bb4 | 1142 | SO_SUFFIX=so |
d6a55c4b | 1143 | |
10f2d63a VZ |
1144 | case "${host}" in |
1145 | *-hp-hpux* ) | |
1146 | USE_HPUX=1 | |
1147 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1148 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
3a922bb4 | 1149 | SO_SUFFIX=sl |
579d8138 | 1150 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1151 | #define __HPUX__ 1 |
1152 | EOF | |
1153 | ||
1154 | ;; | |
1155 | *-*-linux* ) | |
1156 | USE_LINUX=1 | |
579d8138 | 1157 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1158 | #define __LINUX__ 1 |
1159 | EOF | |
1160 | ||
1161 | TMP=`uname -m` | |
1162 | if test "x$TMP" = "xalpha"; then | |
1163 | USE_ALPHA=1 | |
579d8138 | 1164 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1165 | #define __ALPHA__ 1 |
1166 | EOF | |
1167 | ||
1168 | fi | |
1169 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1170 | ;; | |
1171 | *-*-irix5* | *-*-irix6* ) | |
1172 | USE_SGI=1 | |
1173 | USE_SVR4=1 | |
579d8138 | 1174 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1175 | #define __SGI__ 1 |
1176 | EOF | |
1177 | ||
579d8138 | 1178 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1179 | #define __SVR4__ 1 |
1180 | EOF | |
1181 | ||
1182 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1183 | ;; | |
1184 | *-*-solaris2* ) | |
1185 | USE_SUN=1 | |
1186 | USE_SOLARIS=1 | |
1187 | USE_SVR4=1 | |
579d8138 | 1188 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1189 | #define __SUN__ 1 |
1190 | EOF | |
1191 | ||
579d8138 | 1192 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1193 | #define __SOLARIS__ 1 |
1194 | EOF | |
1195 | ||
579d8138 | 1196 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1197 | #define __SVR4__ 1 |
1198 | EOF | |
1199 | ||
1200 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1201 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1202 | ;; |
1203 | *-*-sunos4* ) | |
1204 | USE_SUN=1 | |
1205 | USE_SUNOS=1 | |
1206 | USE_BSD=1 | |
579d8138 | 1207 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1208 | #define __SUN__ 1 |
1209 | EOF | |
1210 | ||
579d8138 | 1211 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1212 | #define __SUNOS__ 1 |
1213 | EOF | |
1214 | ||
579d8138 | 1215 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1216 | #define __BSD__ 1 |
1217 | EOF | |
1218 | ||
1219 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1220 | ;; | |
f6bcfd97 | 1221 | *-*-freebsd*) |
10f2d63a VZ |
1222 | USE_BSD=1 |
1223 | USE_FREEBSD=1 | |
579d8138 | 1224 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1225 | #define __FREEBSD__ 1 |
1226 | EOF | |
1227 | ||
579d8138 | 1228 | cat >> confdefs.h <<\EOF |
10f2d63a | 1229 | #define __BSD__ 1 |
95c8801c VS |
1230 | EOF |
1231 | ||
1232 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1233 | ;; | |
1234 | *-*-openbsd*) | |
1235 | USE_BSD=1 | |
1236 | USE_OPENBSD=1 | |
579d8138 | 1237 | cat >> confdefs.h <<\EOF |
95c8801c VS |
1238 | #define __FREEBSD__ 1 |
1239 | EOF | |
1240 | ||
579d8138 | 1241 | cat >> confdefs.h <<\EOF |
95c8801c | 1242 | #define __OPENBSD__ 1 |
f6bcfd97 BP |
1243 | EOF |
1244 | ||
1245 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1246 | ;; | |
1247 | *-*-netbsd*) | |
1248 | USE_BSD=1 | |
1249 | USE_NETBSD=1 | |
579d8138 | 1250 | cat >> confdefs.h <<\EOF |
f6bcfd97 BP |
1251 | #define __FREEBSD__ 1 |
1252 | EOF | |
1253 | ||
579d8138 | 1254 | cat >> confdefs.h <<\EOF |
f6bcfd97 | 1255 | #define __NETBSD__ 1 |
10f2d63a VZ |
1256 | EOF |
1257 | ||
1258 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1259 | ;; | |
1260 | *-*-osf* ) | |
1261 | USE_ALPHA=1 | |
1262 | USE_OSF=1 | |
579d8138 | 1263 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1264 | #define __ALPHA__ 1 |
1265 | EOF | |
1266 | ||
579d8138 | 1267 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1268 | #define __OSF__ 1 |
1269 | EOF | |
1270 | ||
1271 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
f6bcfd97 | 1272 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1273 | ;; |
1274 | *-*-dgux5* ) | |
1275 | USE_ALPHA=1 | |
1276 | USE_SVR4=1 | |
579d8138 | 1277 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1278 | #define __ALPHA__ 1 |
1279 | EOF | |
1280 | ||
579d8138 | 1281 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1282 | #define __SVR4__ 1 |
1283 | EOF | |
1284 | ||
1285 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1286 | ;; | |
1287 | *-*-sysv5* ) | |
1288 | USE_SYSV=1 | |
1289 | USE_SVR4=1 | |
579d8138 | 1290 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1291 | #define __SYSV__ 1 |
1292 | EOF | |
1293 | ||
579d8138 | 1294 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1295 | #define __SVR4__ 1 |
1296 | EOF | |
1297 | ||
1298 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1299 | ;; | |
1300 | *-*-aix* ) | |
1301 | USE_AIX=1 | |
1302 | USE_SYSV=1 | |
1303 | USE_SVR4=1 | |
321d2b14 | 1304 | SO_SUFFIX=a |
579d8138 | 1305 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1306 | #define __AIX__ 1 |
1307 | EOF | |
1308 | ||
579d8138 | 1309 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1310 | #define __SYSV__ 1 |
1311 | EOF | |
1312 | ||
579d8138 | 1313 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1314 | #define __SVR4__ 1 |
1315 | EOF | |
1316 | ||
1317 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1318 | ;; | |
1319 | ||
1c8183e2 | 1320 | *-*-cygwin* | *-*-mingw32* ) |
17234b26 | 1321 | SO_SUFFIX=dll |
cf27ef00 | 1322 | PROGRAM_EXT=".exe" |
7b7a7637 | 1323 | RESCOMP=windres |
10f2d63a VZ |
1324 | DEFAULT_DEFAULT_wxUSE_MSW=1 |
1325 | ;; | |
1326 | ||
f9bc1684 VS |
1327 | *-pc-msdosdjgpp ) |
1328 | USE_UNIX=0 | |
1329 | USE_DOS=1 | |
579d8138 | 1330 | cat >> confdefs.h <<\EOF |
f9bc1684 VS |
1331 | #define __DOS__ 1 |
1332 | EOF | |
1333 | ||
1334 | PROGRAM_EXT=".exe" | |
1335 | DEFAULT_DEFAULT_wxUSE_MGL=1 | |
24f5e003 | 1336 | LIBS="$LIBS -lstdc++" |
f9bc1684 VS |
1337 | ;; |
1338 | ||
6fa882bd | 1339 | *-pc-os2_emx | *-pc-os2-emx ) |
579d8138 | 1340 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
1341 | #define __EMX__ 1 |
1342 | EOF | |
1343 | ||
cf27ef00 | 1344 | PROGRAM_EXT=".exe" |
e07802fc | 1345 | DEFAULT_DEFAULT_wxUSE_PM=1 |
d558c907 | 1346 | LIBS="$LIBS -lstdcpp" |
10f2d63a VZ |
1347 | ;; |
1348 | ||
d08b457b GD |
1349 | powerpc-*-darwin* ) |
1350 | USE_BSD=1 | |
f11bdd03 | 1351 | USE_DARWIN=1 |
3a922bb4 | 1352 | SO_SUFFIX=dylib |
579d8138 | 1353 | cat >> confdefs.h <<\EOF |
f11bdd03 | 1354 | #define __BSD__ 1 |
b4085ce6 GD |
1355 | EOF |
1356 | ||
579d8138 | 1357 | cat >> confdefs.h <<\EOF |
f11bdd03 | 1358 | #define __DARWIN__ 1 |
d08b457b GD |
1359 | EOF |
1360 | ||
579d8138 | 1361 | cat >> confdefs.h <<\EOF |
d08b457b | 1362 | #define __POWERPC__ 1 |
b4085ce6 GD |
1363 | EOF |
1364 | ||
1365 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1366 | ;; | |
1367 | ||
b12915c1 VZ |
1368 | *-*-beos* ) |
1369 | USE_BEOS=1 | |
579d8138 | 1370 | cat >> confdefs.h <<\EOF |
b12915c1 VZ |
1371 | #define __BEOS__ 1 |
1372 | EOF | |
1373 | ||
1374 | ;; | |
1375 | ||
10f2d63a | 1376 | *) |
579d8138 | 1377 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } |
10f2d63a VZ |
1378 | esac |
1379 | ||
579d8138 VS |
1380 | |
1381 | ||
1382 | ||
1383 | wx_arg_cache_file="configarg.cache" | |
1384 | echo "loading argument cache $wx_arg_cache_file" | |
10f2d63a VZ |
1385 | rm -f ${wx_arg_cache_file}.tmp |
1386 | touch ${wx_arg_cache_file}.tmp | |
1387 | touch ${wx_arg_cache_file} | |
579d8138 | 1388 | |
10f2d63a VZ |
1389 | |
1390 | DEBUG_CONFIGURE=0 | |
1391 | if test $DEBUG_CONFIGURE = 1; then | |
1e6feb95 VZ |
1392 | DEFAULT_wxUSE_UNIVERSAL=no |
1393 | ||
d8356fa3 VZ |
1394 | DEFAULT_wxUSE_NANOX=no |
1395 | ||
10f2d63a VZ |
1396 | DEFAULT_wxUSE_THREADS=yes |
1397 | ||
1398 | DEFAULT_wxUSE_SHARED=yes | |
3a922bb4 | 1399 | DEFAULT_wxUSE_SONAME=no |
1e6feb95 | 1400 | DEFAULT_wxUSE_OPTIMISE=no |
10f2d63a VZ |
1401 | DEFAULT_wxUSE_PROFILE=no |
1402 | DEFAULT_wxUSE_NO_DEPS=no | |
8f4a9a10 RR |
1403 | DEFAULT_wxUSE_NO_RTTI=no |
1404 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
10f2d63a VZ |
1405 | DEFAULT_wxUSE_PERMISSIVE=no |
1406 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1407 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1408 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1409 | DEFAULT_wxUSE_MEM_TRACING=no | |
1410 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1411 | DEFAULT_wxUSE_DMALLOC=no | |
a7ae7112 | 1412 | DEFAULT_wxUSE_PRECOMP=no |
10f2d63a VZ |
1413 | DEFAULT_wxUSE_APPLE_IEEE=no |
1414 | ||
1415 | DEFAULT_wxUSE_LOG=yes | |
1e6feb95 VZ |
1416 | DEFAULT_wxUSE_LOGWINDOW=no |
1417 | DEFAULT_wxUSE_LOGGUI=no | |
69d27ff7 | 1418 | DEFAULT_wxUSE_LOGDIALOG=no |
10f2d63a VZ |
1419 | |
1420 | DEFAULT_wxUSE_GUI=yes | |
1e6feb95 | 1421 | DEFAULT_wxUSE_CONTROLS=no |
10f2d63a | 1422 | |
3e44f09d | 1423 | DEFAULT_wxUSE_REGEX=no |
10f2d63a VZ |
1424 | DEFAULT_wxUSE_ZLIB=no |
1425 | DEFAULT_wxUSE_LIBPNG=no | |
1426 | DEFAULT_wxUSE_LIBJPEG=no | |
c7a2bf27 | 1427 | DEFAULT_wxUSE_LIBTIFF=no |
10f2d63a | 1428 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1429 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1430 | |
eb4efbdc | 1431 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no |
4f3c5f06 | 1432 | DEFAULT_wxUSE_SNGLINST_CHECKER=no |
10f2d63a | 1433 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1434 | DEFAULT_wxUSE_CMDLINE_PARSER=no |
1435 | DEFAULT_wxUSE_DATETIME=no | |
1436 | DEFAULT_wxUSE_TIMEDATE=no | |
1437 | DEFAULT_wxUSE_TIMER=no | |
1438 | DEFAULT_wxUSE_STOPWATCH=no | |
10f2d63a | 1439 | DEFAULT_wxUSE_FILE=no |
1e6feb95 | 1440 | DEFAULT_wxUSE_FFILE=no |
a3a584a7 | 1441 | DEFAULT_wxUSE_TEXTBUFFER=no |
10f2d63a | 1442 | DEFAULT_wxUSE_TEXTFILE=no |
10f2d63a VZ |
1443 | DEFAULT_wxUSE_WAVE=no |
1444 | DEFAULT_wxUSE_INTL=no | |
1445 | DEFAULT_wxUSE_CONFIG=no | |
1e6feb95 | 1446 | DEFAULT_wxUSE_FONTMAP=no |
10f2d63a VZ |
1447 | DEFAULT_wxUSE_STREAMS=no |
1448 | DEFAULT_wxUSE_SOCKETS=no | |
1449 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
10f2d63a | 1450 | DEFAULT_wxUSE_JOYSTICK=no |
6bff71f8 | 1451 | DEFAULT_wxUSE_DYNLIB_CLASS=no |
0b9ab0bd | 1452 | DEFAULT_wxUSE_DYNAMIC_LOADER=no |
10f2d63a | 1453 | DEFAULT_wxUSE_LONGLONG=no |
e8f65ba6 | 1454 | DEFAULT_wxUSE_GEOMETRY=no |
10f2d63a VZ |
1455 | |
1456 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
1457 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
1458 | DEFAULT_wxUSE_POSTSCRIPT=no | |
1459 | ||
1460 | DEFAULT_wxUSE_X_RESOURCES=no | |
1461 | DEFAULT_wxUSE_CLIPBOARD=no | |
1462 | DEFAULT_wxUSE_TOOLTIPS=no | |
1463 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
24fd6d87 | 1464 | DEFAULT_wxUSE_DRAGIMAGE=no |
10f2d63a VZ |
1465 | DEFAULT_wxUSE_SPLINES=no |
1466 | ||
1467 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
1468 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
1469 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
1470 | ||
1471 | DEFAULT_wxUSE_PROLOGIO=no | |
1472 | DEFAULT_wxUSE_RESOURCES=no | |
1473 | DEFAULT_wxUSE_CONSTRAINTS=no | |
1474 | DEFAULT_wxUSE_IPC=no | |
1475 | DEFAULT_wxUSE_HELP=no | |
29fd3c0c | 1476 | DEFAULT_wxUSE_MS_HTML_HELP=no |
3379ed37 | 1477 | DEFAULT_wxUSE_WXHTML_HELP=no |
24176f2c | 1478 | DEFAULT_wxUSE_TREELAYOUT=no |
10f2d63a | 1479 | DEFAULT_wxUSE_METAFILE=no |
1e6feb95 | 1480 | DEFAULT_wxUSE_MIMETYPE=no |
4cdb0ab0 VS |
1481 | DEFAULT_wxUSE_SYSTEM_OPTIONS=no |
1482 | DEFAULT_wxUSE_PROTOCOL=no | |
1483 | DEFAULT_wxUSE_PROTOCOL_HTTP=no | |
1484 | DEFAULT_wxUSE_PROTOCOL_FTP=no | |
1485 | DEFAULT_wxUSE_PROTOCOL_FILE=no | |
1486 | DEFAULT_wxUSE_URL=no | |
3bd8fb5f | 1487 | |
10f2d63a | 1488 | DEFAULT_wxUSE_COMMONDLGS=no |
1e6feb95 VZ |
1489 | DEFAULT_wxUSE_CHOICEDLG=no |
1490 | DEFAULT_wxUSE_COLOURDLG=no | |
10f2d63a | 1491 | DEFAULT_wxUSE_DIRDLG=no |
1e6feb95 | 1492 | DEFAULT_wxUSE_FILEDLG=no |
8db37e06 | 1493 | DEFAULT_wxUSE_FINDREPLDLG=no |
1e6feb95 VZ |
1494 | DEFAULT_wxUSE_FONTDLG=no |
1495 | DEFAULT_wxUSE_MSGDLG=no | |
1496 | DEFAULT_wxUSE_NUMBERDLG=no | |
10f2d63a | 1497 | DEFAULT_wxUSE_TEXTDLG=no |
cbca9943 | 1498 | DEFAULT_wxUSE_SPLASH=no |
10f2d63a VZ |
1499 | DEFAULT_wxUSE_STARTUP_TIPS=no |
1500 | DEFAULT_wxUSE_PROGRESSDLG=no | |
b1f5d087 VZ |
1501 | DEFAULT_wxUSE_WIZARDDLG=no |
1502 | ||
1e6feb95 | 1503 | DEFAULT_wxUSE_MENUS=no |
10f2d63a VZ |
1504 | DEFAULT_wxUSE_MINIFRAME=no |
1505 | DEFAULT_wxUSE_HTML=no | |
24528b0c | 1506 | DEFAULT_wxUSE_FILESYSTEM=no |
10f2d63a VZ |
1507 | DEFAULT_wxUSE_FS_INET=no |
1508 | DEFAULT_wxUSE_FS_ZIP=no | |
1509 | DEFAULT_wxUSE_BUSYINFO=no | |
1510 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1e6feb95 | 1511 | DEFAULT_wxUSE_VALIDATORS=no |
10f2d63a VZ |
1512 | |
1513 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 | 1514 | DEFAULT_wxUSE_BUTTON=no |
10f2d63a | 1515 | DEFAULT_wxUSE_BMPBUTTON=no |
1e6feb95 VZ |
1516 | DEFAULT_wxUSE_CALCTRL=no |
1517 | DEFAULT_wxUSE_CARET=no | |
10f2d63a VZ |
1518 | DEFAULT_wxUSE_CHECKBOX=no |
1519 | DEFAULT_wxUSE_CHECKLST=no | |
1e6feb95 | 1520 | DEFAULT_wxUSE_CHOICE=no |
10f2d63a VZ |
1521 | DEFAULT_wxUSE_COMBOBOX=no |
1522 | DEFAULT_wxUSE_GAUGE=no | |
1523 | DEFAULT_wxUSE_GRID=no | |
1524 | DEFAULT_wxUSE_NEW_GRID=no | |
1525 | DEFAULT_wxUSE_IMAGLIST=no | |
1526 | DEFAULT_wxUSE_LISTBOX=no | |
1527 | DEFAULT_wxUSE_LISTCTRL=no | |
1528 | DEFAULT_wxUSE_NOTEBOOK=no | |
24176f2c | 1529 | DEFAULT_wxUSE_PROPSHEET=no |
10f2d63a VZ |
1530 | DEFAULT_wxUSE_RADIOBOX=no |
1531 | DEFAULT_wxUSE_RADIOBTN=no | |
1532 | DEFAULT_wxUSE_SASH=no | |
1533 | DEFAULT_wxUSE_SCROLLBAR=no | |
1534 | DEFAULT_wxUSE_SLIDER=no | |
1535 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 1536 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
1537 | DEFAULT_wxUSE_SPLITTER=no |
1538 | DEFAULT_wxUSE_STATBMP=no | |
1539 | DEFAULT_wxUSE_STATBOX=no | |
1540 | DEFAULT_wxUSE_STATLINE=no | |
1e6feb95 | 1541 | DEFAULT_wxUSE_STATTEXT=no |
10f2d63a VZ |
1542 | DEFAULT_wxUSE_STATUSBAR=yes |
1543 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 1544 | DEFAULT_wxUSE_TEXTCTRL=no |
1db8dc4a | 1545 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 1546 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
1547 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
1548 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a | 1549 | DEFAULT_wxUSE_TREECTRL=no |
9f41d601 | 1550 | DEFAULT_wxUSE_POPUPWIN=no |
9926e4a4 | 1551 | DEFAULT_wxUSE_TIPWINDOW=no |
10f2d63a VZ |
1552 | |
1553 | DEFAULT_wxUSE_UNICODE=no | |
a72a4bfa | 1554 | DEFAULT_wxUSE_UNICODE_MSLU=no |
10f2d63a VZ |
1555 | DEFAULT_wxUSE_WCSRTOMBS=no |
1556 | ||
edae8572 | 1557 | DEFAULT_wxUSE_PALETTE=no |
0046ff7c | 1558 | DEFAULT_wxUSE_IMAGE=no |
10f2d63a VZ |
1559 | DEFAULT_wxUSE_GIF=no |
1560 | DEFAULT_wxUSE_PCX=no | |
1561 | DEFAULT_wxUSE_PNM=no | |
4b6b4dfc | 1562 | DEFAULT_wxUSE_IFF=no |
0046ff7c | 1563 | DEFAULT_wxUSE_XPM=no |
658974ae | 1564 | DEFAULT_wxUSE_ICO_CUR=no |
10f2d63a | 1565 | else |
1e6feb95 VZ |
1566 | DEFAULT_wxUSE_UNIVERSAL=no |
1567 | ||
d8356fa3 VZ |
1568 | DEFAULT_wxUSE_NANOX=no |
1569 | ||
10f2d63a VZ |
1570 | DEFAULT_wxUSE_THREADS=yes |
1571 | ||
1572 | DEFAULT_wxUSE_SHARED=yes | |
3a922bb4 | 1573 | DEFAULT_wxUSE_SONAME=no |
10f2d63a VZ |
1574 | DEFAULT_wxUSE_OPTIMISE=yes |
1575 | DEFAULT_wxUSE_PROFILE=no | |
1576 | DEFAULT_wxUSE_NO_DEPS=no | |
8f4a9a10 RR |
1577 | DEFAULT_wxUSE_NO_RTTI=no |
1578 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
10f2d63a VZ |
1579 | DEFAULT_wxUSE_PERMISSIVE=no |
1580 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1581 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1582 | DEFAULT_wxUSE_DEBUG_GDB=no | |
1583 | DEFAULT_wxUSE_MEM_TRACING=no | |
1584 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1585 | DEFAULT_wxUSE_DMALLOC=no | |
a7ae7112 | 1586 | DEFAULT_wxUSE_PRECOMP=no |
10f2d63a VZ |
1587 | DEFAULT_wxUSE_APPLE_IEEE=yes |
1588 | ||
1589 | DEFAULT_wxUSE_LOG=yes | |
d73be714 VZ |
1590 | DEFAULT_wxUSE_LOGWINDOW=yes |
1591 | DEFAULT_wxUSE_LOGGUI=yes | |
69d27ff7 | 1592 | DEFAULT_wxUSE_LOGDIALOG=yes |
10f2d63a VZ |
1593 | |
1594 | DEFAULT_wxUSE_GUI=yes | |
1595 | ||
831b3152 | 1596 | DEFAULT_wxUSE_REGEX=yes |
10f2d63a VZ |
1597 | DEFAULT_wxUSE_ZLIB=yes |
1598 | DEFAULT_wxUSE_LIBPNG=yes | |
1599 | DEFAULT_wxUSE_LIBJPEG=yes | |
b47c832e | 1600 | DEFAULT_wxUSE_LIBTIFF=yes |
16b52fa1 | 1601 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1602 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1603 | |
eb4efbdc | 1604 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes |
4f3c5f06 | 1605 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes |
10f2d63a | 1606 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1607 | DEFAULT_wxUSE_CMDLINE_PARSER=yes |
1608 | DEFAULT_wxUSE_DATETIME=yes | |
1609 | DEFAULT_wxUSE_TIMEDATE=no | |
1610 | DEFAULT_wxUSE_TIMER=yes | |
1611 | DEFAULT_wxUSE_STOPWATCH=yes | |
10f2d63a | 1612 | DEFAULT_wxUSE_FILE=yes |
1e6feb95 | 1613 | DEFAULT_wxUSE_FFILE=yes |
a3a584a7 | 1614 | DEFAULT_wxUSE_TEXTBUFFER=yes |
10f2d63a | 1615 | DEFAULT_wxUSE_TEXTFILE=yes |
10f2d63a VZ |
1616 | DEFAULT_wxUSE_WAVE=no |
1617 | DEFAULT_wxUSE_INTL=yes | |
1618 | DEFAULT_wxUSE_CONFIG=yes | |
1e6feb95 | 1619 | DEFAULT_wxUSE_FONTMAP=yes |
10f2d63a VZ |
1620 | DEFAULT_wxUSE_STREAMS=yes |
1621 | DEFAULT_wxUSE_SOCKETS=yes | |
1622 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
10f2d63a | 1623 | DEFAULT_wxUSE_JOYSTICK=yes |
6bff71f8 | 1624 | DEFAULT_wxUSE_DYNLIB_CLASS=yes |
9337b578 | 1625 | DEFAULT_wxUSE_DYNAMIC_LOADER=yes |
b685cd9b | 1626 | DEFAULT_wxUSE_LONGLONG=yes |
e8f65ba6 | 1627 | DEFAULT_wxUSE_GEOMETRY=yes |
10f2d63a VZ |
1628 | |
1629 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
1630 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
1631 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
1632 | ||
1633 | DEFAULT_wxUSE_X_RESOURCES=no | |
1634 | DEFAULT_wxUSE_CLIPBOARD=yes | |
1635 | DEFAULT_wxUSE_TOOLTIPS=yes | |
1636 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
24fd6d87 | 1637 | DEFAULT_wxUSE_DRAGIMAGE=yes |
10f2d63a VZ |
1638 | DEFAULT_wxUSE_SPLINES=yes |
1639 | ||
1640 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
1641 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
1642 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
1643 | ||
1644 | DEFAULT_wxUSE_PROLOGIO=yes | |
1645 | DEFAULT_wxUSE_RESOURCES=yes | |
1646 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
1647 | DEFAULT_wxUSE_IPC=yes | |
1648 | DEFAULT_wxUSE_HELP=yes | |
29fd3c0c | 1649 | DEFAULT_wxUSE_MS_HTML_HELP=yes |
3379ed37 | 1650 | DEFAULT_wxUSE_WXHTML_HELP=yes |
24176f2c | 1651 | DEFAULT_wxUSE_TREELAYOUT=yes |
10f2d63a | 1652 | DEFAULT_wxUSE_METAFILE=yes |
1e6feb95 | 1653 | DEFAULT_wxUSE_MIMETYPE=yes |
3e44f09d | 1654 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes |
4cdb0ab0 VS |
1655 | DEFAULT_wxUSE_PROTOCOL=yes |
1656 | DEFAULT_wxUSE_PROTOCOL_HTTP=yes | |
1657 | DEFAULT_wxUSE_PROTOCOL_FTP=yes | |
1658 | DEFAULT_wxUSE_PROTOCOL_FILE=yes | |
1659 | DEFAULT_wxUSE_URL=yes | |
10f2d63a VZ |
1660 | |
1661 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1e6feb95 VZ |
1662 | DEFAULT_wxUSE_CHOICEDLG=yes |
1663 | DEFAULT_wxUSE_COLOURDLG=yes | |
10f2d63a | 1664 | DEFAULT_wxUSE_DIRDLG=yes |
1e6feb95 | 1665 | DEFAULT_wxUSE_FILEDLG=yes |
8db37e06 | 1666 | DEFAULT_wxUSE_FINDREPLDLG=yes |
1e6feb95 VZ |
1667 | DEFAULT_wxUSE_FONTDLG=yes |
1668 | DEFAULT_wxUSE_MSGDLG=yes | |
1669 | DEFAULT_wxUSE_NUMBERDLG=yes | |
10f2d63a | 1670 | DEFAULT_wxUSE_TEXTDLG=yes |
cbca9943 | 1671 | DEFAULT_wxUSE_SPLASH=yes |
10f2d63a VZ |
1672 | DEFAULT_wxUSE_STARTUP_TIPS=yes |
1673 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
f33f19dd VZ |
1674 | DEFAULT_wxUSE_WIZARDDLG=yes |
1675 | ||
1e6feb95 | 1676 | DEFAULT_wxUSE_MENUS=yes |
10f2d63a VZ |
1677 | DEFAULT_wxUSE_MINIFRAME=yes |
1678 | DEFAULT_wxUSE_HTML=yes | |
24528b0c | 1679 | DEFAULT_wxUSE_FILESYSTEM=yes |
10f2d63a VZ |
1680 | DEFAULT_wxUSE_FS_INET=yes |
1681 | DEFAULT_wxUSE_FS_ZIP=yes | |
1682 | DEFAULT_wxUSE_BUSYINFO=yes | |
1683 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
1684 | DEFAULT_wxUSE_VALIDATORS=yes | |
1685 | ||
1686 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 | 1687 | DEFAULT_wxUSE_BUTTON=yes |
10f2d63a | 1688 | DEFAULT_wxUSE_BMPBUTTON=yes |
1e6feb95 VZ |
1689 | DEFAULT_wxUSE_CALCTRL=yes |
1690 | DEFAULT_wxUSE_CARET=yes | |
10f2d63a VZ |
1691 | DEFAULT_wxUSE_CHECKBOX=yes |
1692 | DEFAULT_wxUSE_CHECKLST=yes | |
1693 | DEFAULT_wxUSE_CHOICE=yes | |
1694 | DEFAULT_wxUSE_COMBOBOX=yes | |
1695 | DEFAULT_wxUSE_GAUGE=yes | |
1696 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 1697 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
1698 | DEFAULT_wxUSE_IMAGLIST=yes |
1699 | DEFAULT_wxUSE_LISTBOX=yes | |
1700 | DEFAULT_wxUSE_LISTCTRL=yes | |
1701 | DEFAULT_wxUSE_NOTEBOOK=yes | |
24176f2c | 1702 | DEFAULT_wxUSE_PROPSHEET=yes |
10f2d63a VZ |
1703 | DEFAULT_wxUSE_RADIOBOX=yes |
1704 | DEFAULT_wxUSE_RADIOBTN=yes | |
1705 | DEFAULT_wxUSE_SASH=yes | |
1706 | DEFAULT_wxUSE_SCROLLBAR=yes | |
1707 | DEFAULT_wxUSE_SLIDER=yes | |
1708 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 1709 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
1710 | DEFAULT_wxUSE_SPLITTER=yes |
1711 | DEFAULT_wxUSE_STATBMP=yes | |
1712 | DEFAULT_wxUSE_STATBOX=yes | |
1713 | DEFAULT_wxUSE_STATLINE=yes | |
1e6feb95 | 1714 | DEFAULT_wxUSE_STATTEXT=yes |
10f2d63a VZ |
1715 | DEFAULT_wxUSE_STATUSBAR=yes |
1716 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 1717 | DEFAULT_wxUSE_TEXTCTRL=yes |
1db8dc4a | 1718 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 1719 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
1720 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
1721 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a | 1722 | DEFAULT_wxUSE_TREECTRL=yes |
9f41d601 | 1723 | DEFAULT_wxUSE_POPUPWIN=yes |
9926e4a4 | 1724 | DEFAULT_wxUSE_TIPWINDOW=yes |
10f2d63a VZ |
1725 | |
1726 | DEFAULT_wxUSE_UNICODE=no | |
a72a4bfa | 1727 | DEFAULT_wxUSE_UNICODE_MSLU=yes |
10f2d63a VZ |
1728 | DEFAULT_wxUSE_WCSRTOMBS=no |
1729 | ||
edae8572 | 1730 | DEFAULT_wxUSE_PALETTE=yes |
0046ff7c | 1731 | DEFAULT_wxUSE_IMAGE=yes |
10f2d63a VZ |
1732 | DEFAULT_wxUSE_GIF=yes |
1733 | DEFAULT_wxUSE_PCX=yes | |
cc0e8480 | 1734 | DEFAULT_wxUSE_IFF=no |
10f2d63a | 1735 | DEFAULT_wxUSE_PNM=yes |
0046ff7c | 1736 | DEFAULT_wxUSE_XPM=yes |
658974ae | 1737 | DEFAULT_wxUSE_ICO_CUR=yes |
10f2d63a VZ |
1738 | fi |
1739 | ||
579d8138 VS |
1740 | |
1741 | ||
10f2d63a VZ |
1742 | for toolkit in `echo $ALL_TOOLKITS`; do |
1743 | LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}` | |
1744 | if test "x$LINE" != x ; then | |
1745 | has_toolkit_in_cache=1 | |
1746 | eval "DEFAULT_$LINE" | |
1747 | eval "CACHE_$toolkit=1" | |
1748 | fi | |
1749 | done | |
1750 | ||
579d8138 VS |
1751 | |
1752 | ||
1753 | echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6 | |
f09359cf | 1754 | echo "configure:1755: checking for --enable-gui" >&5 |
10f2d63a VZ |
1755 | no_cache=0 |
1756 | # Check whether --enable-gui or --disable-gui was given. | |
1757 | if test "${enable_gui+set}" = set; then | |
1758 | enableval="$enable_gui" | |
579d8138 | 1759 | |
10f2d63a VZ |
1760 | if test "$enableval" = yes; then |
1761 | ac_cv_use_gui='wxUSE_GUI=yes' | |
1762 | else | |
1763 | ac_cv_use_gui='wxUSE_GUI=no' | |
1764 | fi | |
579d8138 | 1765 | |
10f2d63a | 1766 | else |
579d8138 | 1767 | |
10f2d63a VZ |
1768 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` |
1769 | if test "x$LINE" != x ; then | |
1770 | eval "DEFAULT_$LINE" | |
1771 | else | |
1772 | no_cache=1 | |
1773 | fi | |
1774 | ||
1775 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
579d8138 VS |
1776 | |
1777 | fi | |
10f2d63a VZ |
1778 | |
1779 | ||
1780 | eval "$ac_cv_use_gui" | |
1781 | if test "$no_cache" != 1; then | |
1782 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
1783 | fi | |
1784 | ||
1785 | if test "$wxUSE_GUI" = yes; then | |
579d8138 | 1786 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 1787 | else |
579d8138 | 1788 | echo "$ac_t""no" 1>&6 |
10f2d63a | 1789 | fi |
579d8138 | 1790 | |
10f2d63a | 1791 | |
b12915c1 | 1792 | if test "$wxUSE_GUI" = "yes"; then |
10f2d63a | 1793 | |
579d8138 VS |
1794 | |
1795 | echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6 | |
f09359cf | 1796 | echo "configure:1797: checking for --enable-universal" >&5 |
1e6feb95 VZ |
1797 | no_cache=0 |
1798 | # Check whether --enable-universal or --disable-universal was given. | |
1799 | if test "${enable_universal+set}" = set; then | |
1800 | enableval="$enable_universal" | |
579d8138 | 1801 | |
1e6feb95 VZ |
1802 | if test "$enableval" = yes; then |
1803 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
1804 | else | |
1805 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
1806 | fi | |
579d8138 | 1807 | |
1e6feb95 | 1808 | else |
579d8138 | 1809 | |
1e6feb95 VZ |
1810 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` |
1811 | if test "x$LINE" != x ; then | |
1812 | eval "DEFAULT_$LINE" | |
1813 | else | |
1814 | no_cache=1 | |
1815 | fi | |
1816 | ||
1817 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
579d8138 VS |
1818 | |
1819 | fi | |
1e6feb95 VZ |
1820 | |
1821 | ||
1822 | eval "$ac_cv_use_universal" | |
1823 | if test "$no_cache" != 1; then | |
1824 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
1825 | fi | |
1826 | ||
1827 | if test "$wxUSE_UNIVERSAL" = yes; then | |
579d8138 | 1828 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 1829 | else |
579d8138 | 1830 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 1831 | fi |
579d8138 | 1832 | |
10f2d63a VZ |
1833 | # Check whether --with-gtk or --without-gtk was given. |
1834 | if test "${with_gtk+set}" = set; then | |
1835 | withval="$with_gtk" | |
1836 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
579d8138 | 1837 | fi |
10f2d63a VZ |
1838 | |
1839 | # Check whether --with-motif or --without-motif was given. | |
1840 | if test "${with_motif+set}" = set; then | |
1841 | withval="$with_motif" | |
1842 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
579d8138 | 1843 | fi |
10f2d63a | 1844 | |
b4085ce6 GD |
1845 | # Check whether --with-mac or --without-mac was given. |
1846 | if test "${with_mac+set}" = set; then | |
1847 | withval="$with_mac" | |
1848 | wxUSE_MAC="$withval" TOOLKIT_GIVEN=1 | |
579d8138 | 1849 | fi |
b4085ce6 | 1850 | |
10f2d63a VZ |
1851 | # Check whether --with-wine or --without-wine was given. |
1852 | if test "${with_wine+set}" = set; then | |
1853 | withval="$with_wine" | |
1854 | wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1 | |
579d8138 | 1855 | fi |
10f2d63a | 1856 | |
77e13408 RL |
1857 | # Check whether --with-msw or --without-msw was given. |
1858 | if test "${with_msw+set}" = set; then | |
1859 | withval="$with_msw" | |
b4efce5e | 1860 | wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1 |
579d8138 | 1861 | fi |
10f2d63a | 1862 | |
e07802fc VZ |
1863 | # Check whether --with-pm or --without-pm was given. |
1864 | if test "${with_pm+set}" = set; then | |
1865 | withval="$with_pm" | |
1866 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
579d8138 | 1867 | fi |
698dcdb6 | 1868 | |
1e6feb95 VZ |
1869 | # Check whether --with-mgl or --without-mgl was given. |
1870 | if test "${with_mgl+set}" = set; then | |
1871 | withval="$with_mgl" | |
6c657b52 | 1872 | wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1 |
579d8138 | 1873 | fi |
1e6feb95 | 1874 | |
1725144d RR |
1875 | # Check whether --with-microwin or --without-microwin was given. |
1876 | if test "${with_microwin+set}" = set; then | |
1877 | withval="$with_microwin" | |
1878 | wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1 | |
579d8138 | 1879 | fi |
1725144d | 1880 | |
f79bd02d JS |
1881 | # Check whether --with-x11 or --without-x11 was given. |
1882 | if test "${with_x11+set}" = set; then | |
1883 | withval="$with_x11" | |
3c011993 | 1884 | wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1 |
579d8138 | 1885 | fi |
10f2d63a | 1886 | |
579d8138 VS |
1887 | |
1888 | echo $ac_n "checking for --enable-nanox""... $ac_c" 1>&6 | |
f09359cf | 1889 | echo "configure:1890: checking for --enable-nanox" >&5 |
d8356fa3 | 1890 | no_cache=0 |
ba875e66 VZ |
1891 | # Check whether --enable-nanox or --disable-nanox was given. |
1892 | if test "${enable_nanox+set}" = set; then | |
1893 | enableval="$enable_nanox" | |
579d8138 | 1894 | |
d8356fa3 | 1895 | if test "$enableval" = yes; then |
ba875e66 | 1896 | ac_cv_use_nanox='wxUSE_NANOX=yes' |
d8356fa3 | 1897 | else |
ba875e66 | 1898 | ac_cv_use_nanox='wxUSE_NANOX=no' |
d8356fa3 | 1899 | fi |
579d8138 | 1900 | |
d8356fa3 | 1901 | else |
579d8138 | 1902 | |
d8356fa3 VZ |
1903 | LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}` |
1904 | if test "x$LINE" != x ; then | |
1905 | eval "DEFAULT_$LINE" | |
1906 | else | |
1907 | no_cache=1 | |
1908 | fi | |
1909 | ||
ba875e66 | 1910 | ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX |
579d8138 VS |
1911 | |
1912 | fi | |
d8356fa3 VZ |
1913 | |
1914 | ||
ba875e66 | 1915 | eval "$ac_cv_use_nanox" |
d8356fa3 | 1916 | if test "$no_cache" != 1; then |
ba875e66 | 1917 | echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp |
d8356fa3 VZ |
1918 | fi |
1919 | ||
1920 | if test "$wxUSE_NANOX" = yes; then | |
579d8138 | 1921 | echo "$ac_t""yes" 1>&6 |
d8356fa3 | 1922 | else |
579d8138 | 1923 | echo "$ac_t""no" 1>&6 |
d8356fa3 | 1924 | fi |
579d8138 | 1925 | |
d8356fa3 | 1926 | |
8168de4c VZ |
1927 | # Check whether --enable-gtk2 or --disable-gtk2 was given. |
1928 | if test "${enable_gtk2+set}" = set; then | |
1929 | enableval="$enable_gtk2" | |
9e691f46 | 1930 | wxUSE_GTK2="yes" |
10f2d63a | 1931 | else |
9e691f46 | 1932 | wxUSE_GTK2="no" |
579d8138 VS |
1933 | fi |
1934 | ||
703e0a69 | 1935 | |
328a083c | 1936 | |
579d8138 | 1937 | echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6 |
f09359cf | 1938 | echo "configure:1939: checking for --with-libpng" >&5 |
579d8138 VS |
1939 | no_cache=0 |
1940 | # Check whether --with-libpng or --without-libpng was given. | |
b12915c1 VZ |
1941 | if test "${with_libpng+set}" = set; then |
1942 | withval="$with_libpng" | |
579d8138 | 1943 | |
10f2d63a | 1944 | if test "$withval" = yes; then |
b12915c1 | 1945 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' |
422107f9 | 1946 | elif test "$withval" = no; then |
b12915c1 | 1947 | ac_cv_use_libpng='wxUSE_LIBPNG=no' |
422107f9 VZ |
1948 | elif test "$withval" = sys; then |
1949 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
4f14bcd8 GD |
1950 | elif test "$withval" = builtin; then |
1951 | ac_cv_use_libpng='wxUSE_LIBPNG=builtin' | |
422107f9 | 1952 | else |
579d8138 | 1953 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 1954 | fi |
579d8138 | 1955 | |
10f2d63a | 1956 | else |
579d8138 | 1957 | |
b12915c1 | 1958 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` |
10f2d63a VZ |
1959 | if test "x$LINE" != x ; then |
1960 | eval "DEFAULT_$LINE" | |
1961 | else | |
1962 | no_cache=1 | |
1963 | fi | |
1964 | ||
b12915c1 | 1965 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG |
579d8138 VS |
1966 | |
1967 | fi | |
10f2d63a VZ |
1968 | |
1969 | ||
b12915c1 | 1970 | eval "$ac_cv_use_libpng" |
10f2d63a | 1971 | if test "$no_cache" != 1; then |
b12915c1 | 1972 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
1973 | fi |
1974 | ||
b12915c1 | 1975 | if test "$wxUSE_LIBPNG" = yes; then |
579d8138 | 1976 | echo "$ac_t""yes" 1>&6 |
422107f9 | 1977 | elif test "$wxUSE_LIBPNG" = no; then |
579d8138 | 1978 | echo "$ac_t""no" 1>&6 |
422107f9 | 1979 | elif test "$wxUSE_LIBPNG" = sys; then |
579d8138 | 1980 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 1981 | elif test "$wxUSE_LIBPNG" = builtin; then |
579d8138 | 1982 | echo "$ac_t""builtin version" 1>&6 |
422107f9 | 1983 | else |
579d8138 | 1984 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 1985 | fi |
579d8138 | 1986 | |
10f2d63a | 1987 | |
579d8138 | 1988 | echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6 |
f09359cf | 1989 | echo "configure:1990: checking for --with-libjpeg" >&5 |
10f2d63a | 1990 | no_cache=0 |
579d8138 | 1991 | # Check whether --with-libjpeg or --without-libjpeg was given. |
b12915c1 VZ |
1992 | if test "${with_libjpeg+set}" = set; then |
1993 | withval="$with_libjpeg" | |
579d8138 | 1994 | |
10f2d63a | 1995 | if test "$withval" = yes; then |
b12915c1 | 1996 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' |
422107f9 | 1997 | elif test "$withval" = no; then |
b12915c1 | 1998 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' |
422107f9 VZ |
1999 | elif test "$withval" = sys; then |
2000 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
4f14bcd8 GD |
2001 | elif test "$withval" = builtin; then |
2002 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin' | |
422107f9 | 2003 | else |
579d8138 | 2004 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2005 | fi |
579d8138 | 2006 | |
10f2d63a | 2007 | else |
579d8138 | 2008 | |
b12915c1 | 2009 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` |
10f2d63a VZ |
2010 | if test "x$LINE" != x ; then |
2011 | eval "DEFAULT_$LINE" | |
2012 | else | |
2013 | no_cache=1 | |
2014 | fi | |
2015 | ||
b12915c1 | 2016 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG |
579d8138 VS |
2017 | |
2018 | fi | |
10f2d63a VZ |
2019 | |
2020 | ||
b12915c1 | 2021 | eval "$ac_cv_use_libjpeg" |
10f2d63a | 2022 | if test "$no_cache" != 1; then |
b12915c1 | 2023 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2024 | fi |
2025 | ||
b12915c1 | 2026 | if test "$wxUSE_LIBJPEG" = yes; then |
579d8138 | 2027 | echo "$ac_t""yes" 1>&6 |
422107f9 | 2028 | elif test "$wxUSE_LIBJPEG" = no; then |
579d8138 | 2029 | echo "$ac_t""no" 1>&6 |
422107f9 | 2030 | elif test "$wxUSE_LIBJPEG" = sys; then |
579d8138 | 2031 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2032 | elif test "$wxUSE_LIBJPEG" = builtin; then |
579d8138 | 2033 | echo "$ac_t""builtin version" 1>&6 |
422107f9 | 2034 | else |
579d8138 | 2035 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2036 | fi |
579d8138 | 2037 | |
10f2d63a | 2038 | |
579d8138 | 2039 | echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6 |
f09359cf | 2040 | echo "configure:2041: checking for --with-libtiff" >&5 |
10f2d63a | 2041 | no_cache=0 |
579d8138 | 2042 | # Check whether --with-libtiff or --without-libtiff was given. |
b12915c1 VZ |
2043 | if test "${with_libtiff+set}" = set; then |
2044 | withval="$with_libtiff" | |
579d8138 | 2045 | |
10f2d63a | 2046 | if test "$withval" = yes; then |
b12915c1 | 2047 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' |
0dcf9893 | 2048 | elif test "$withval" = no; then |
b12915c1 | 2049 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' |
0dcf9893 VZ |
2050 | elif test "$withval" = sys; then |
2051 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
4f14bcd8 GD |
2052 | elif test "$withval" = builtin; then |
2053 | ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin' | |
0dcf9893 | 2054 | else |
579d8138 | 2055 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2056 | fi |
579d8138 | 2057 | |
10f2d63a | 2058 | else |
579d8138 | 2059 | |
b12915c1 | 2060 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` |
10f2d63a VZ |
2061 | if test "x$LINE" != x ; then |
2062 | eval "DEFAULT_$LINE" | |
2063 | else | |
2064 | no_cache=1 | |
2065 | fi | |
2066 | ||
b12915c1 | 2067 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF |
579d8138 VS |
2068 | |
2069 | fi | |
10f2d63a VZ |
2070 | |
2071 | ||
b12915c1 | 2072 | eval "$ac_cv_use_libtiff" |
10f2d63a | 2073 | if test "$no_cache" != 1; then |
b12915c1 | 2074 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2075 | fi |
2076 | ||
b12915c1 | 2077 | if test "$wxUSE_LIBTIFF" = yes; then |
579d8138 | 2078 | echo "$ac_t""yes" 1>&6 |
0dcf9893 | 2079 | elif test "$wxUSE_LIBTIFF" = no; then |
579d8138 | 2080 | echo "$ac_t""no" 1>&6 |
0dcf9893 | 2081 | elif test "$wxUSE_LIBTIFF" = sys; then |
579d8138 | 2082 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2083 | elif test "$wxUSE_LIBTIFF" = builtin; then |
579d8138 | 2084 | echo "$ac_t""builtin version" 1>&6 |
0dcf9893 | 2085 | else |
579d8138 | 2086 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2087 | fi |
579d8138 | 2088 | |
10f2d63a | 2089 | |
579d8138 | 2090 | echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6 |
f09359cf | 2091 | echo "configure:2092: checking for --with-opengl" >&5 |
10f2d63a | 2092 | no_cache=0 |
579d8138 | 2093 | # Check whether --with-opengl or --without-opengl was given. |
b12915c1 VZ |
2094 | if test "${with_opengl+set}" = set; then |
2095 | withval="$with_opengl" | |
579d8138 | 2096 | |
10f2d63a | 2097 | if test "$withval" = yes; then |
b12915c1 | 2098 | ac_cv_use_opengl='wxUSE_OPENGL=yes' |
10f2d63a | 2099 | else |
b12915c1 | 2100 | ac_cv_use_opengl='wxUSE_OPENGL=no' |
10f2d63a | 2101 | fi |
579d8138 | 2102 | |
10f2d63a | 2103 | else |
579d8138 | 2104 | |
b12915c1 | 2105 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` |
10f2d63a VZ |
2106 | if test "x$LINE" != x ; then |
2107 | eval "DEFAULT_$LINE" | |
2108 | else | |
2109 | no_cache=1 | |
2110 | fi | |
2111 | ||
b12915c1 | 2112 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL |
579d8138 VS |
2113 | |
2114 | fi | |
10f2d63a VZ |
2115 | |
2116 | ||
b12915c1 | 2117 | eval "$ac_cv_use_opengl" |
10f2d63a | 2118 | if test "$no_cache" != 1; then |
b12915c1 | 2119 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2120 | fi |
2121 | ||
b12915c1 | 2122 | if test "$wxUSE_OPENGL" = yes; then |
579d8138 | 2123 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2124 | else |
579d8138 | 2125 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2126 | fi |
579d8138 | 2127 | |
10f2d63a | 2128 | |
b12915c1 VZ |
2129 | fi |
2130 | ||
328a083c | 2131 | |
579d8138 | 2132 | echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6 |
f09359cf | 2133 | echo "configure:2134: checking for --with-dmalloc" >&5 |
579d8138 VS |
2134 | no_cache=0 |
2135 | # Check whether --with-dmalloc or --without-dmalloc was given. | |
b12915c1 VZ |
2136 | if test "${with_dmalloc+set}" = set; then |
2137 | withval="$with_dmalloc" | |
579d8138 | 2138 | |
c7a2bf27 | 2139 | if test "$withval" = yes; then |
b12915c1 | 2140 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' |
c7a2bf27 | 2141 | else |
b12915c1 | 2142 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' |
c7a2bf27 | 2143 | fi |
579d8138 | 2144 | |
c7a2bf27 | 2145 | else |
579d8138 | 2146 | |
b12915c1 | 2147 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` |
c7a2bf27 RR |
2148 | if test "x$LINE" != x ; then |
2149 | eval "DEFAULT_$LINE" | |
2150 | else | |
2151 | no_cache=1 | |
2152 | fi | |
2153 | ||
b12915c1 | 2154 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC |
579d8138 VS |
2155 | |
2156 | fi | |
c7a2bf27 RR |
2157 | |
2158 | ||
b12915c1 | 2159 | eval "$ac_cv_use_dmalloc" |
c7a2bf27 | 2160 | if test "$no_cache" != 1; then |
b12915c1 | 2161 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp |
c7a2bf27 RR |
2162 | fi |
2163 | ||
b12915c1 | 2164 | if test "$wxUSE_DMALLOC" = yes; then |
579d8138 | 2165 | echo "$ac_t""yes" 1>&6 |
c7a2bf27 | 2166 | else |
579d8138 | 2167 | echo "$ac_t""no" 1>&6 |
c7a2bf27 | 2168 | fi |
579d8138 | 2169 | |
c7a2bf27 | 2170 | |
579d8138 | 2171 | echo $ac_n "checking for --with-regex""... $ac_c" 1>&6 |
f09359cf | 2172 | echo "configure:2173: checking for --with-regex" >&5 |
3e44f09d | 2173 | no_cache=0 |
579d8138 | 2174 | # Check whether --with-regex or --without-regex was given. |
3e44f09d VZ |
2175 | if test "${with_regex+set}" = set; then |
2176 | withval="$with_regex" | |
579d8138 | 2177 | |
3e44f09d VZ |
2178 | if test "$withval" = yes; then |
2179 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
2180 | elif test "$withval" = no; then | |
2181 | ac_cv_use_regex='wxUSE_REGEX=no' | |
2182 | elif test "$withval" = sys; then | |
2183 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
4f14bcd8 GD |
2184 | elif test "$withval" = builtin; then |
2185 | ac_cv_use_regex='wxUSE_REGEX=builtin' | |
3e44f09d | 2186 | else |
579d8138 | 2187 | { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
3e44f09d | 2188 | fi |
579d8138 | 2189 | |
3e44f09d | 2190 | else |
579d8138 | 2191 | |
3e44f09d VZ |
2192 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` |
2193 | if test "x$LINE" != x ; then | |
2194 | eval "DEFAULT_$LINE" | |
2195 | else | |
2196 | no_cache=1 | |
2197 | fi | |
2198 | ||
2199 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
579d8138 VS |
2200 | |
2201 | fi | |
3e44f09d VZ |
2202 | |
2203 | ||
2204 | eval "$ac_cv_use_regex" | |
2205 | if test "$no_cache" != 1; then | |
2206 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
2207 | fi | |
2208 | ||
2209 | if test "$wxUSE_REGEX" = yes; then | |
579d8138 | 2210 | echo "$ac_t""yes" 1>&6 |
3e44f09d | 2211 | elif test "$wxUSE_REGEX" = no; then |
579d8138 | 2212 | echo "$ac_t""no" 1>&6 |
3e44f09d | 2213 | elif test "$wxUSE_REGEX" = sys; then |
579d8138 | 2214 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2215 | elif test "$wxUSE_REGEX" = builtin; then |
579d8138 | 2216 | echo "$ac_t""builtin version" 1>&6 |
3e44f09d | 2217 | else |
579d8138 | 2218 | { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
3e44f09d | 2219 | fi |
579d8138 | 2220 | |
3e44f09d | 2221 | |
579d8138 | 2222 | echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6 |
f09359cf | 2223 | echo "configure:2224: checking for --with-zlib" >&5 |
10f2d63a | 2224 | no_cache=0 |
579d8138 | 2225 | # Check whether --with-zlib or --without-zlib was given. |
b12915c1 VZ |
2226 | if test "${with_zlib+set}" = set; then |
2227 | withval="$with_zlib" | |
579d8138 | 2228 | |
10f2d63a | 2229 | if test "$withval" = yes; then |
b12915c1 | 2230 | ac_cv_use_zlib='wxUSE_ZLIB=yes' |
422107f9 | 2231 | elif test "$withval" = no; then |
b12915c1 | 2232 | ac_cv_use_zlib='wxUSE_ZLIB=no' |
422107f9 VZ |
2233 | elif test "$withval" = sys; then |
2234 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
4f14bcd8 GD |
2235 | elif test "$withval" = builtin; then |
2236 | ac_cv_use_zlib='wxUSE_ZLIB=builtin' | |
422107f9 | 2237 | else |
579d8138 | 2238 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2239 | fi |
579d8138 | 2240 | |
10f2d63a | 2241 | else |
579d8138 | 2242 | |
b12915c1 | 2243 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` |
10f2d63a VZ |
2244 | if test "x$LINE" != x ; then |
2245 | eval "DEFAULT_$LINE" | |
2246 | else | |
2247 | no_cache=1 | |
2248 | fi | |
2249 | ||
b12915c1 | 2250 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB |
579d8138 VS |
2251 | |
2252 | fi | |
10f2d63a VZ |
2253 | |
2254 | ||
b12915c1 | 2255 | eval "$ac_cv_use_zlib" |
10f2d63a | 2256 | if test "$no_cache" != 1; then |
b12915c1 | 2257 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2258 | fi |
2259 | ||
b12915c1 | 2260 | if test "$wxUSE_ZLIB" = yes; then |
579d8138 | 2261 | echo "$ac_t""yes" 1>&6 |
422107f9 | 2262 | elif test "$wxUSE_ZLIB" = no; then |
579d8138 | 2263 | echo "$ac_t""no" 1>&6 |
422107f9 | 2264 | elif test "$wxUSE_ZLIB" = sys; then |
579d8138 | 2265 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2266 | elif test "$wxUSE_ZLIB" = builtin; then |
579d8138 | 2267 | echo "$ac_t""builtin version" 1>&6 |
422107f9 | 2268 | else |
579d8138 | 2269 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2270 | fi |
579d8138 | 2271 | |
10f2d63a | 2272 | |
579d8138 | 2273 | echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6 |
f09359cf | 2274 | echo "configure:2275: checking for --with-odbc" >&5 |
10f2d63a | 2275 | no_cache=0 |
579d8138 | 2276 | # Check whether --with-odbc or --without-odbc was given. |
10f2d63a VZ |
2277 | if test "${with_odbc+set}" = set; then |
2278 | withval="$with_odbc" | |
579d8138 | 2279 | |
10f2d63a VZ |
2280 | if test "$withval" = yes; then |
2281 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
2282 | else | |
2283 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
2284 | fi | |
579d8138 | 2285 | |
10f2d63a | 2286 | else |
579d8138 | 2287 | |
10f2d63a VZ |
2288 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` |
2289 | if test "x$LINE" != x ; then | |
2290 | eval "DEFAULT_$LINE" | |
2291 | else | |
2292 | no_cache=1 | |
2293 | fi | |
2294 | ||
2295 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
579d8138 VS |
2296 | |
2297 | fi | |
10f2d63a VZ |
2298 | |
2299 | ||
2300 | eval "$ac_cv_use_odbc" | |
2301 | if test "$no_cache" != 1; then | |
2302 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
2303 | fi | |
2304 | ||
2305 | if test "$wxUSE_ODBC" = yes; then | |
579d8138 | 2306 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2307 | else |
579d8138 | 2308 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2309 | fi |
579d8138 VS |
2310 | |
2311 | ||
698dcdb6 | 2312 | |
579d8138 VS |
2313 | |
2314 | echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6 | |
f09359cf | 2315 | echo "configure:2316: checking for --enable-shared" >&5 |
10f2d63a VZ |
2316 | no_cache=0 |
2317 | # Check whether --enable-shared or --disable-shared was given. | |
2318 | if test "${enable_shared+set}" = set; then | |
2319 | enableval="$enable_shared" | |
579d8138 | 2320 | |
10f2d63a VZ |
2321 | if test "$enableval" = yes; then |
2322 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
2323 | else | |
2324 | ac_cv_use_shared='wxUSE_SHARED=no' | |
2325 | fi | |
579d8138 | 2326 | |
10f2d63a | 2327 | else |
579d8138 | 2328 | |
10f2d63a VZ |
2329 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` |
2330 | if test "x$LINE" != x ; then | |
2331 | eval "DEFAULT_$LINE" | |
2332 | else | |
2333 | no_cache=1 | |
2334 | fi | |
2335 | ||
2336 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
579d8138 VS |
2337 | |
2338 | fi | |
10f2d63a VZ |
2339 | |
2340 | ||
2341 | eval "$ac_cv_use_shared" | |
2342 | if test "$no_cache" != 1; then | |
2343 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
2344 | fi | |
2345 | ||
2346 | if test "$wxUSE_SHARED" = yes; then | |
579d8138 | 2347 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2348 | else |
579d8138 | 2349 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2350 | fi |
579d8138 | 2351 | |
10f2d63a | 2352 | |
579d8138 | 2353 | echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6 |
f09359cf | 2354 | echo "configure:2355: checking for --enable-soname" >&5 |
00cf1208 | 2355 | no_cache=0 |
3a922bb4 RL |
2356 | # Check whether --enable-soname or --disable-soname was given. |
2357 | if test "${enable_soname+set}" = set; then | |
2358 | enableval="$enable_soname" | |
579d8138 | 2359 | |
00cf1208 | 2360 | if test "$enableval" = yes; then |
3a922bb4 | 2361 | ac_cv_use_soname='wxUSE_SONAME=yes' |
00cf1208 | 2362 | else |
3a922bb4 | 2363 | ac_cv_use_soname='wxUSE_SONAME=no' |
00cf1208 | 2364 | fi |
579d8138 | 2365 | |
00cf1208 | 2366 | else |
579d8138 | 2367 | |
3a922bb4 | 2368 | LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}` |
00cf1208 RR |
2369 | if test "x$LINE" != x ; then |
2370 | eval "DEFAULT_$LINE" | |
2371 | else | |
2372 | no_cache=1 | |
2373 | fi | |
2374 | ||
3a922bb4 | 2375 | ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME |
579d8138 VS |
2376 | |
2377 | fi | |
00cf1208 RR |
2378 | |
2379 | ||
3a922bb4 | 2380 | eval "$ac_cv_use_soname" |
00cf1208 | 2381 | if test "$no_cache" != 1; then |
3a922bb4 | 2382 | echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp |
00cf1208 RR |
2383 | fi |
2384 | ||
3a922bb4 | 2385 | if test "$wxUSE_SONAME" = yes; then |
579d8138 | 2386 | echo "$ac_t""yes" 1>&6 |
00cf1208 | 2387 | else |
579d8138 | 2388 | echo "$ac_t""no" 1>&6 |
00cf1208 | 2389 | fi |
579d8138 | 2390 | |
00cf1208 | 2391 | |
579d8138 | 2392 | echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6 |
f09359cf | 2393 | echo "configure:2394: checking for --enable-optimise" >&5 |
10f2d63a VZ |
2394 | no_cache=0 |
2395 | # Check whether --enable-optimise or --disable-optimise was given. | |
2396 | if test "${enable_optimise+set}" = set; then | |
2397 | enableval="$enable_optimise" | |
579d8138 | 2398 | |
10f2d63a VZ |
2399 | if test "$enableval" = yes; then |
2400 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
2401 | else | |
2402 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
2403 | fi | |
579d8138 | 2404 | |
10f2d63a | 2405 | else |
579d8138 | 2406 | |
10f2d63a VZ |
2407 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` |
2408 | if test "x$LINE" != x ; then | |
2409 | eval "DEFAULT_$LINE" | |
2410 | else | |
2411 | no_cache=1 | |
2412 | fi | |
2413 | ||
2414 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
579d8138 VS |
2415 | |
2416 | fi | |
10f2d63a VZ |
2417 | |
2418 | ||
2419 | eval "$ac_cv_use_optimise" | |
2420 | if test "$no_cache" != 1; then | |
2421 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
2422 | fi | |
2423 | ||
2424 | if test "$wxUSE_OPTIMISE" = yes; then | |
579d8138 | 2425 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2426 | else |
579d8138 | 2427 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2428 | fi |
579d8138 | 2429 | |
10f2d63a | 2430 | |
579d8138 | 2431 | echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6 |
f09359cf | 2432 | echo "configure:2433: checking for --enable-debug" >&5 |
10f2d63a VZ |
2433 | no_cache=0 |
2434 | # Check whether --enable-debug or --disable-debug was given. | |
2435 | if test "${enable_debug+set}" = set; then | |
2436 | enableval="$enable_debug" | |
579d8138 | 2437 | |
10f2d63a VZ |
2438 | if test "$enableval" = yes; then |
2439 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
2440 | else | |
2441 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
2442 | fi | |
579d8138 | 2443 | |
10f2d63a | 2444 | else |
579d8138 | 2445 | |
10f2d63a VZ |
2446 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` |
2447 | if test "x$LINE" != x ; then | |
2448 | eval "DEFAULT_$LINE" | |
2449 | else | |
2450 | no_cache=1 | |
2451 | fi | |
2452 | ||
2453 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
579d8138 VS |
2454 | |
2455 | fi | |
10f2d63a VZ |
2456 | |
2457 | ||
2458 | eval "$ac_cv_use_debug" | |
2459 | if test "$no_cache" != 1; then | |
2460 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
2461 | fi | |
2462 | ||
2463 | if test "$wxUSE_DEBUG" = yes; then | |
579d8138 | 2464 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2465 | else |
579d8138 | 2466 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2467 | fi |
579d8138 VS |
2468 | |
2469 | ||
10f2d63a | 2470 | |
579d8138 | 2471 | echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6 |
f09359cf | 2472 | echo "configure:2473: checking for --enable-precomp" >&5 |
683dccda GD |
2473 | no_cache=0 |
2474 | # Check whether --enable-precomp or --disable-precomp was given. | |
2475 | if test "${enable_precomp+set}" = set; then | |
2476 | enableval="$enable_precomp" | |
579d8138 | 2477 | |
683dccda GD |
2478 | if test "$enableval" = yes; then |
2479 | ac_cv_use_precomp='wxUSE_PRECOMP=yes' | |
2480 | else | |
2481 | ac_cv_use_precomp='wxUSE_PRECOMP=no' | |
2482 | fi | |
579d8138 | 2483 | |
683dccda | 2484 | else |
579d8138 | 2485 | |
683dccda GD |
2486 | LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}` |
2487 | if test "x$LINE" != x ; then | |
2488 | eval "DEFAULT_$LINE" | |
2489 | else | |
2490 | no_cache=1 | |
2491 | fi | |
2492 | ||
2493 | ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP | |
579d8138 VS |
2494 | |
2495 | fi | |
683dccda GD |
2496 | |
2497 | ||
2498 | eval "$ac_cv_use_precomp" | |
2499 | if test "$no_cache" != 1; then | |
2500 | echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp | |
2501 | fi | |
2502 | ||
2503 | if test "$wxUSE_PRECOMP" = yes; then | |
579d8138 | 2504 | echo "$ac_t""yes" 1>&6 |
683dccda | 2505 | else |
579d8138 | 2506 | echo "$ac_t""no" 1>&6 |
683dccda | 2507 | fi |
579d8138 | 2508 | |
683dccda | 2509 | |
10f2d63a VZ |
2510 | if test "$wxUSE_DEBUG" = "yes"; then |
2511 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2512 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2513 | elif test "$wxUSE_DEBUG" = "no"; then | |
2514 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2515 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2516 | fi | |
2517 | ||
579d8138 VS |
2518 | |
2519 | echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6 | |
f09359cf | 2520 | echo "configure:2521: checking for --enable-debug_flag" >&5 |
10f2d63a VZ |
2521 | no_cache=0 |
2522 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
2523 | if test "${enable_debug_flag+set}" = set; then | |
2524 | enableval="$enable_debug_flag" | |
579d8138 | 2525 | |
10f2d63a VZ |
2526 | if test "$enableval" = yes; then |
2527 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
2528 | else | |
2529 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
2530 | fi | |
579d8138 | 2531 | |
10f2d63a | 2532 | else |
579d8138 | 2533 | |
10f2d63a VZ |
2534 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` |
2535 | if test "x$LINE" != x ; then | |
2536 | eval "DEFAULT_$LINE" | |
2537 | else | |
2538 | no_cache=1 | |
2539 | fi | |
2540 | ||
2541 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
579d8138 VS |
2542 | |
2543 | fi | |
10f2d63a VZ |
2544 | |
2545 | ||
2546 | eval "$ac_cv_use_debug_flag" | |
2547 | if test "$no_cache" != 1; then | |
2548 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
2549 | fi | |
2550 | ||
2551 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
579d8138 | 2552 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2553 | else |
579d8138 | 2554 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2555 | fi |
579d8138 | 2556 | |
10f2d63a | 2557 | |
579d8138 | 2558 | echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6 |
f09359cf | 2559 | echo "configure:2560: checking for --enable-debug_info" >&5 |
10f2d63a VZ |
2560 | no_cache=0 |
2561 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
2562 | if test "${enable_debug_info+set}" = set; then | |
2563 | enableval="$enable_debug_info" | |
579d8138 | 2564 | |
10f2d63a VZ |
2565 | if test "$enableval" = yes; then |
2566 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
2567 | else | |
2568 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
2569 | fi | |
579d8138 | 2570 | |
10f2d63a | 2571 | else |
579d8138 | 2572 | |
10f2d63a VZ |
2573 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` |
2574 | if test "x$LINE" != x ; then | |
2575 | eval "DEFAULT_$LINE" | |
2576 | else | |
2577 | no_cache=1 | |
2578 | fi | |
2579 | ||
2580 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
579d8138 VS |
2581 | |
2582 | fi | |
10f2d63a VZ |
2583 | |
2584 | ||
2585 | eval "$ac_cv_use_debug_info" | |
2586 | if test "$no_cache" != 1; then | |
2587 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
2588 | fi | |
2589 | ||
2590 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
579d8138 | 2591 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2592 | else |
579d8138 | 2593 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2594 | fi |
579d8138 | 2595 | |
10f2d63a | 2596 | |
579d8138 | 2597 | echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6 |
f09359cf | 2598 | echo "configure:2599: checking for --enable-debug_gdb" >&5 |
10f2d63a VZ |
2599 | no_cache=0 |
2600 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
2601 | if test "${enable_debug_gdb+set}" = set; then | |
2602 | enableval="$enable_debug_gdb" | |
579d8138 | 2603 | |
10f2d63a VZ |
2604 | if test "$enableval" = yes; then |
2605 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
2606 | else | |
2607 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
2608 | fi | |
579d8138 | 2609 | |
10f2d63a | 2610 | else |
579d8138 | 2611 | |
10f2d63a VZ |
2612 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` |
2613 | if test "x$LINE" != x ; then | |
2614 | eval "DEFAULT_$LINE" | |
2615 | else | |
2616 | no_cache=1 | |
2617 | fi | |
2618 | ||
2619 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
579d8138 VS |
2620 | |
2621 | fi | |
10f2d63a VZ |
2622 | |
2623 | ||
2624 | eval "$ac_cv_use_debug_gdb" | |
2625 | if test "$no_cache" != 1; then | |
2626 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
2627 | fi | |
2628 | ||
2629 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
579d8138 | 2630 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2631 | else |
579d8138 | 2632 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2633 | fi |
579d8138 | 2634 | |
10f2d63a | 2635 | |
579d8138 | 2636 | echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6 |
f09359cf | 2637 | echo "configure:2638: checking for --enable-debug_cntxt" >&5 |
10f2d63a VZ |
2638 | no_cache=0 |
2639 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
2640 | if test "${enable_debug_cntxt+set}" = set; then | |
2641 | enableval="$enable_debug_cntxt" | |
579d8138 | 2642 | |
10f2d63a VZ |
2643 | if test "$enableval" = yes; then |
2644 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
2645 | else | |
2646 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
2647 | fi | |
579d8138 | 2648 | |
10f2d63a | 2649 | else |
579d8138 | 2650 | |
10f2d63a VZ |
2651 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` |
2652 | if test "x$LINE" != x ; then | |
2653 | eval "DEFAULT_$LINE" | |
2654 | else | |
2655 | no_cache=1 | |
2656 | fi | |
2657 | ||
2658 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
579d8138 VS |
2659 | |
2660 | fi | |
10f2d63a VZ |
2661 | |
2662 | ||
2663 | eval "$ac_cv_use_debug_cntxt" | |
2664 | if test "$no_cache" != 1; then | |
2665 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
2666 | fi | |
2667 | ||
2668 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
579d8138 | 2669 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2670 | else |
579d8138 | 2671 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2672 | fi |
579d8138 | 2673 | |
10f2d63a | 2674 | |
579d8138 | 2675 | echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6 |
f09359cf | 2676 | echo "configure:2677: checking for --enable-mem_tracing" >&5 |
10f2d63a VZ |
2677 | no_cache=0 |
2678 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
2679 | if test "${enable_mem_tracing+set}" = set; then | |
2680 | enableval="$enable_mem_tracing" | |
579d8138 | 2681 | |
10f2d63a VZ |
2682 | if test "$enableval" = yes; then |
2683 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
2684 | else | |
2685 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
2686 | fi | |
579d8138 | 2687 | |
10f2d63a | 2688 | else |
579d8138 | 2689 | |
10f2d63a VZ |
2690 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` |
2691 | if test "x$LINE" != x ; then | |
2692 | eval "DEFAULT_$LINE" | |
2693 | else | |
2694 | no_cache=1 | |
2695 | fi | |
2696 | ||
2697 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
579d8138 VS |
2698 | |
2699 | fi | |
10f2d63a VZ |
2700 | |
2701 | ||
2702 | eval "$ac_cv_use_mem_tracing" | |
2703 | if test "$no_cache" != 1; then | |
2704 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
2705 | fi | |
2706 | ||
2707 | if test "$wxUSE_MEM_TRACING" = yes; then | |
579d8138 | 2708 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2709 | else |
579d8138 | 2710 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2711 | fi |
579d8138 | 2712 | |
10f2d63a | 2713 | |
579d8138 | 2714 | echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6 |
f09359cf | 2715 | echo "configure:2716: checking for --enable-profile" >&5 |
10f2d63a VZ |
2716 | no_cache=0 |
2717 | # Check whether --enable-profile or --disable-profile was given. | |
2718 | if test "${enable_profile+set}" = set; then | |
2719 | enableval="$enable_profile" | |
579d8138 | 2720 | |
10f2d63a VZ |
2721 | if test "$enableval" = yes; then |
2722 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
2723 | else | |
2724 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
2725 | fi | |
579d8138 | 2726 | |
10f2d63a | 2727 | else |
579d8138 | 2728 | |
10f2d63a VZ |
2729 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` |
2730 | if test "x$LINE" != x ; then | |
2731 | eval "DEFAULT_$LINE" | |
2732 | else | |
2733 | no_cache=1 | |
2734 | fi | |
2735 | ||
2736 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
579d8138 VS |
2737 | |
2738 | fi | |
10f2d63a VZ |
2739 | |
2740 | ||
2741 | eval "$ac_cv_use_profile" | |
2742 | if test "$no_cache" != 1; then | |
2743 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
2744 | fi | |
2745 | ||
2746 | if test "$wxUSE_PROFILE" = yes; then | |
579d8138 | 2747 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2748 | else |
579d8138 | 2749 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2750 | fi |
579d8138 | 2751 | |
10f2d63a | 2752 | |
579d8138 | 2753 | echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6 |
f09359cf | 2754 | echo "configure:2755: checking for --enable-no_rtti" >&5 |
10f2d63a VZ |
2755 | no_cache=0 |
2756 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
2757 | if test "${enable_no_rtti+set}" = set; then | |
2758 | enableval="$enable_no_rtti" | |
579d8138 | 2759 | |
10f2d63a VZ |
2760 | if test "$enableval" = yes; then |
2761 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
2762 | else | |
2763 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
2764 | fi | |
579d8138 | 2765 | |
10f2d63a | 2766 | else |
579d8138 | 2767 | |
10f2d63a VZ |
2768 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` |
2769 | if test "x$LINE" != x ; then | |
2770 | eval "DEFAULT_$LINE" | |
2771 | else | |
2772 | no_cache=1 | |
2773 | fi | |
2774 | ||
2775 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
579d8138 VS |
2776 | |
2777 | fi | |
10f2d63a VZ |
2778 | |
2779 | ||
2780 | eval "$ac_cv_use_no_rtti" | |
2781 | if test "$no_cache" != 1; then | |
2782 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
2783 | fi | |
2784 | ||
2785 | if test "$wxUSE_NO_RTTI" = yes; then | |
579d8138 | 2786 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2787 | else |
579d8138 | 2788 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2789 | fi |
579d8138 | 2790 | |
10f2d63a | 2791 | |
579d8138 | 2792 | echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6 |
f09359cf | 2793 | echo "configure:2794: checking for --enable-no_exceptions" >&5 |
10f2d63a VZ |
2794 | no_cache=0 |
2795 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
2796 | if test "${enable_no_exceptions+set}" = set; then | |
2797 | enableval="$enable_no_exceptions" | |
579d8138 | 2798 | |
10f2d63a VZ |
2799 | if test "$enableval" = yes; then |
2800 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
2801 | else | |
2802 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
2803 | fi | |
579d8138 | 2804 | |
10f2d63a | 2805 | else |
579d8138 | 2806 | |
10f2d63a VZ |
2807 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` |
2808 | if test "x$LINE" != x ; then | |
2809 | eval "DEFAULT_$LINE" | |
2810 | else | |
2811 | no_cache=1 | |
2812 | fi | |
2813 | ||
2814 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
579d8138 VS |
2815 | |
2816 | fi | |
10f2d63a VZ |
2817 | |
2818 | ||
2819 | eval "$ac_cv_use_no_exceptions" | |
2820 | if test "$no_cache" != 1; then | |
2821 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
2822 | fi | |
2823 | ||
2824 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
579d8138 | 2825 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2826 | else |
579d8138 | 2827 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2828 | fi |
579d8138 | 2829 | |
10f2d63a | 2830 | |
579d8138 | 2831 | echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6 |
f09359cf | 2832 | echo "configure:2833: checking for --enable-permissive" >&5 |
10f2d63a VZ |
2833 | no_cache=0 |
2834 | # Check whether --enable-permissive or --disable-permissive was given. | |
2835 | if test "${enable_permissive+set}" = set; then | |
2836 | enableval="$enable_permissive" | |
579d8138 | 2837 | |
10f2d63a VZ |
2838 | if test "$enableval" = yes; then |
2839 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
2840 | else | |
2841 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
2842 | fi | |
579d8138 | 2843 | |
10f2d63a | 2844 | else |
579d8138 | 2845 | |
10f2d63a VZ |
2846 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` |
2847 | if test "x$LINE" != x ; then | |
2848 | eval "DEFAULT_$LINE" | |
2849 | else | |
2850 | no_cache=1 | |
2851 | fi | |
2852 | ||
2853 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
579d8138 VS |
2854 | |
2855 | fi | |
10f2d63a VZ |
2856 | |
2857 | ||
2858 | eval "$ac_cv_use_permissive" | |
2859 | if test "$no_cache" != 1; then | |
2860 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
2861 | fi | |
2862 | ||
2863 | if test "$wxUSE_PERMISSIVE" = yes; then | |
579d8138 | 2864 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2865 | else |
579d8138 | 2866 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2867 | fi |
579d8138 | 2868 | |
10f2d63a | 2869 | |
579d8138 | 2870 | echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6 |
f09359cf | 2871 | echo "configure:2872: checking for --enable-no_deps" >&5 |
10f2d63a VZ |
2872 | no_cache=0 |
2873 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
2874 | if test "${enable_no_deps+set}" = set; then | |
2875 | enableval="$enable_no_deps" | |
579d8138 | 2876 | |
10f2d63a VZ |
2877 | if test "$enableval" = yes; then |
2878 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
2879 | else | |
2880 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
2881 | fi | |
579d8138 | 2882 | |
10f2d63a | 2883 | else |
579d8138 | 2884 | |
10f2d63a VZ |
2885 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` |
2886 | if test "x$LINE" != x ; then | |
2887 | eval "DEFAULT_$LINE" | |
2888 | else | |
2889 | no_cache=1 | |
2890 | fi | |
2891 | ||
2892 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
579d8138 VS |
2893 | |
2894 | fi | |
10f2d63a VZ |
2895 | |
2896 | ||
2897 | eval "$ac_cv_use_no_deps" | |
2898 | if test "$no_cache" != 1; then | |
2899 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
2900 | fi | |
2901 | ||
2902 | if test "$wxUSE_NO_DEPS" = yes; then | |
579d8138 | 2903 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2904 | else |
579d8138 | 2905 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2906 | fi |
579d8138 VS |
2907 | |
2908 | ||
698dcdb6 | 2909 | |
579d8138 | 2910 | echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6 |
f09359cf | 2911 | echo "configure:2912: checking for --enable-compat20" >&5 |
54276ccf VZ |
2912 | no_cache=0 |
2913 | # Check whether --enable-compat20 or --disable-compat20 was given. | |
2914 | if test "${enable_compat20+set}" = set; then | |
2915 | enableval="$enable_compat20" | |
579d8138 | 2916 | |
54276ccf VZ |
2917 | if test "$enableval" = yes; then |
2918 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes' | |
2919 | else | |
2920 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no' | |
2921 | fi | |
579d8138 | 2922 | |
54276ccf | 2923 | else |
579d8138 | 2924 | |
54276ccf VZ |
2925 | LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}` |
2926 | if test "x$LINE" != x ; then | |
2927 | eval "DEFAULT_$LINE" | |
2928 | else | |
2929 | no_cache=1 | |
2930 | fi | |
2931 | ||
2932 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2 | |
579d8138 VS |
2933 | |
2934 | fi | |
54276ccf VZ |
2935 | |
2936 | ||
2937 | eval "$ac_cv_use_compat20" | |
2938 | if test "$no_cache" != 1; then | |
2939 | echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp | |
2940 | fi | |
2941 | ||
2942 | if test "$WXWIN_COMPATIBILITY_2" = yes; then | |
579d8138 | 2943 | echo "$ac_t""yes" 1>&6 |
54276ccf | 2944 | else |
579d8138 | 2945 | echo "$ac_t""no" 1>&6 |
54276ccf | 2946 | fi |
579d8138 | 2947 | |
54276ccf | 2948 | |
579d8138 | 2949 | echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6 |
f09359cf | 2950 | echo "configure:2951: checking for --enable-compat22" >&5 |
54276ccf VZ |
2951 | no_cache=0 |
2952 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
2953 | if test "${enable_compat22+set}" = set; then | |
2954 | enableval="$enable_compat22" | |
579d8138 | 2955 | |
54276ccf VZ |
2956 | if test "$enableval" = yes; then |
2957 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
2958 | else | |
2959 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
2960 | fi | |
579d8138 | 2961 | |
54276ccf | 2962 | else |
579d8138 | 2963 | |
54276ccf VZ |
2964 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` |
2965 | if test "x$LINE" != x ; then | |
2966 | eval "DEFAULT_$LINE" | |
2967 | else | |
2968 | no_cache=1 | |
2969 | fi | |
2970 | ||
2971 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
579d8138 VS |
2972 | |
2973 | fi | |
54276ccf VZ |
2974 | |
2975 | ||
2976 | eval "$ac_cv_use_compat22" | |
2977 | if test "$no_cache" != 1; then | |
2978 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
2979 | fi | |
2980 | ||
2981 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
579d8138 | 2982 | echo "$ac_t""yes" 1>&6 |
54276ccf | 2983 | else |
579d8138 | 2984 | echo "$ac_t""no" 1>&6 |
54276ccf | 2985 | fi |
579d8138 | 2986 | |
54276ccf | 2987 | |
3bd8fb5f RD |
2988 | # Check whether --enable-rpath or --disable-rpath was given. |
2989 | if test "${enable_rpath+set}" = set; then | |
2990 | enableval="$enable_rpath" | |
2991 | wxRPATH_DIR="$enableval" | |
579d8138 VS |
2992 | fi |
2993 | ||
3bd8fb5f RD |
2994 | |
2995 | if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then | |
2996 | WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR" | |
2997 | fi | |
2998 | ||
579d8138 VS |
2999 | |
3000 | ||
3001 | ||
3002 | echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6 | |
f09359cf | 3003 | echo "configure:3004: checking for --enable-intl" >&5 |
10f2d63a VZ |
3004 | no_cache=0 |
3005 | # Check whether --enable-intl or --disable-intl was given. | |
3006 | if test "${enable_intl+set}" = set; then | |
3007 | enableval="$enable_intl" | |
579d8138 | 3008 | |
10f2d63a VZ |
3009 | if test "$enableval" = yes; then |
3010 | ac_cv_use_intl='wxUSE_INTL=yes' | |
3011 | else | |
3012 | ac_cv_use_intl='wxUSE_INTL=no' | |
3013 | fi | |
579d8138 | 3014 | |
10f2d63a | 3015 | else |
579d8138 | 3016 | |
10f2d63a VZ |
3017 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` |
3018 | if test "x$LINE" != x ; then | |
3019 | eval "DEFAULT_$LINE" | |
3020 | else | |
3021 | no_cache=1 | |
3022 | fi | |
3023 | ||
3024 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
579d8138 VS |
3025 | |
3026 | fi | |
10f2d63a VZ |
3027 | |
3028 | ||
3029 | eval "$ac_cv_use_intl" | |
3030 | if test "$no_cache" != 1; then | |
3031 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
3032 | fi | |
3033 | ||
3034 | if test "$wxUSE_INTL" = yes; then | |
579d8138 | 3035 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3036 | else |
579d8138 | 3037 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3038 | fi |
579d8138 | 3039 | |
10f2d63a | 3040 | |
579d8138 | 3041 | echo $ac_n "checking for --enable-config""... $ac_c" 1>&6 |
f09359cf | 3042 | echo "configure:3043: checking for --enable-config" >&5 |
10f2d63a VZ |
3043 | no_cache=0 |
3044 | # Check whether --enable-config or --disable-config was given. | |
3045 | if test "${enable_config+set}" = set; then | |
3046 | enableval="$enable_config" | |
579d8138 | 3047 | |
10f2d63a VZ |
3048 | if test "$enableval" = yes; then |
3049 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
3050 | else | |
3051 | ac_cv_use_config='wxUSE_CONFIG=no' | |
3052 | fi | |
579d8138 | 3053 | |
10f2d63a | 3054 | else |
579d8138 | 3055 | |
10f2d63a VZ |
3056 | LINE=`grep "wxUSE_CONFIG" ${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_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
579d8138 VS |
3064 | |
3065 | fi | |
10f2d63a VZ |
3066 | |
3067 | ||
3068 | eval "$ac_cv_use_config" | |
3069 | if test "$no_cache" != 1; then | |
3070 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
3071 | fi | |
3072 | ||
3073 | if test "$wxUSE_CONFIG" = yes; then | |
579d8138 | 3074 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3075 | else |
579d8138 | 3076 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3077 | fi |
579d8138 VS |
3078 | |
3079 | ||
698dcdb6 | 3080 | |
579d8138 | 3081 | echo $ac_n "checking for --enable-protocols""... $ac_c" 1>&6 |
f09359cf | 3082 | echo "configure:3083: checking for --enable-protocols" >&5 |
a1622950 VZ |
3083 | no_cache=0 |
3084 | # Check whether --enable-protocols or --disable-protocols was given. | |
3085 | if test "${enable_protocols+set}" = set; then | |
3086 | enableval="$enable_protocols" | |
579d8138 | 3087 | |
a1622950 VZ |
3088 | if test "$enableval" = yes; then |
3089 | ac_cv_use_protocols='wxUSE_PROTOCOL=yes' | |
3090 | else | |
3091 | ac_cv_use_protocols='wxUSE_PROTOCOL=no' | |
3092 | fi | |
579d8138 | 3093 | |
a1622950 | 3094 | else |
579d8138 | 3095 | |
a1622950 VZ |
3096 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` |
3097 | if test "x$LINE" != x ; then | |
3098 | eval "DEFAULT_$LINE" | |
3099 | else | |
3100 | no_cache=1 | |
3101 | fi | |
3102 | ||
3103 | ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
579d8138 VS |
3104 | |
3105 | fi | |
a1622950 VZ |
3106 | |
3107 | ||
3108 | eval "$ac_cv_use_protocols" | |
3109 | if test "$no_cache" != 1; then | |
3110 | echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp | |
3111 | fi | |
3112 | ||
3113 | if test "$wxUSE_PROTOCOL" = yes; then | |
579d8138 | 3114 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3115 | else |
579d8138 | 3116 | echo "$ac_t""no" 1>&6 |
a1622950 | 3117 | fi |
579d8138 | 3118 | |
a1622950 | 3119 | |
579d8138 | 3120 | echo $ac_n "checking for --enable-ftp""... $ac_c" 1>&6 |
f09359cf | 3121 | echo "configure:3122: checking for --enable-ftp" >&5 |
a1622950 VZ |
3122 | no_cache=0 |
3123 | # Check whether --enable-ftp or --disable-ftp was given. | |
3124 | if test "${enable_ftp+set}" = set; then | |
3125 | enableval="$enable_ftp" | |
579d8138 | 3126 | |
a1622950 VZ |
3127 | if test "$enableval" = yes; then |
3128 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes' | |
3129 | else | |
3130 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no' | |
3131 | fi | |
579d8138 | 3132 | |
a1622950 | 3133 | else |
579d8138 | 3134 | |
a1622950 VZ |
3135 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` |
3136 | if test "x$LINE" != x ; then | |
3137 | eval "DEFAULT_$LINE" | |
3138 | else | |
3139 | no_cache=1 | |
3140 | fi | |
3141 | ||
3142 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
579d8138 VS |
3143 | |
3144 | fi | |
a1622950 VZ |
3145 | |
3146 | ||
3147 | eval "$ac_cv_use_ftp" | |
3148 | if test "$no_cache" != 1; then | |
3149 | echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp | |
3150 | fi | |
3151 | ||
3152 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
579d8138 | 3153 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3154 | else |
579d8138 | 3155 | echo "$ac_t""no" 1>&6 |
a1622950 | 3156 | fi |
579d8138 | 3157 | |
a1622950 | 3158 | |
579d8138 | 3159 | echo $ac_n "checking for --enable-http""... $ac_c" 1>&6 |
f09359cf | 3160 | echo "configure:3161: checking for --enable-http" >&5 |
a1622950 VZ |
3161 | no_cache=0 |
3162 | # Check whether --enable-http or --disable-http was given. | |
3163 | if test "${enable_http+set}" = set; then | |
3164 | enableval="$enable_http" | |
579d8138 | 3165 | |
a1622950 VZ |
3166 | if test "$enableval" = yes; then |
3167 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes' | |
3168 | else | |
3169 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no' | |
3170 | fi | |
579d8138 | 3171 | |
a1622950 | 3172 | else |
579d8138 | 3173 | |
a1622950 VZ |
3174 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` |
3175 | if test "x$LINE" != x ; then | |
3176 | eval "DEFAULT_$LINE" | |
3177 | else | |
3178 | no_cache=1 | |
3179 | fi | |
3180 | ||
3181 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
579d8138 VS |
3182 | |
3183 | fi | |
a1622950 VZ |
3184 | |
3185 | ||
3186 | eval "$ac_cv_use_http" | |
3187 | if test "$no_cache" != 1; then | |
3188 | echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp | |
3189 | fi | |
3190 | ||
3191 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
579d8138 | 3192 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3193 | else |
579d8138 | 3194 | echo "$ac_t""no" 1>&6 |
a1622950 | 3195 | fi |
579d8138 | 3196 | |
a1622950 | 3197 | |
579d8138 | 3198 | echo $ac_n "checking for --enable-fileproto""... $ac_c" 1>&6 |
f09359cf | 3199 | echo "configure:3200: checking for --enable-fileproto" >&5 |
a1622950 VZ |
3200 | no_cache=0 |
3201 | # Check whether --enable-fileproto or --disable-fileproto was given. | |
3202 | if test "${enable_fileproto+set}" = set; then | |
3203 | enableval="$enable_fileproto" | |
579d8138 | 3204 | |
a1622950 VZ |
3205 | if test "$enableval" = yes; then |
3206 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes' | |
3207 | else | |
3208 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no' | |
3209 | fi | |
579d8138 | 3210 | |
a1622950 | 3211 | else |
579d8138 | 3212 | |
a1622950 VZ |
3213 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` |
3214 | if test "x$LINE" != x ; then | |
3215 | eval "DEFAULT_$LINE" | |
3216 | else | |
3217 | no_cache=1 | |
3218 | fi | |
3219 | ||
3220 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
579d8138 VS |
3221 | |
3222 | fi | |
a1622950 VZ |
3223 | |
3224 | ||
3225 | eval "$ac_cv_use_fileproto" | |
3226 | if test "$no_cache" != 1; then | |
3227 | echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp | |
3228 | fi | |
3229 | ||
3230 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
579d8138 | 3231 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3232 | else |
579d8138 | 3233 | echo "$ac_t""no" 1>&6 |
a1622950 | 3234 | fi |
579d8138 | 3235 | |
a1622950 | 3236 | |
579d8138 | 3237 | echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6 |
f09359cf | 3238 | echo "configure:3239: checking for --enable-sockets" >&5 |
10f2d63a VZ |
3239 | no_cache=0 |
3240 | # Check whether --enable-sockets or --disable-sockets was given. | |
3241 | if test "${enable_sockets+set}" = set; then | |
3242 | enableval="$enable_sockets" | |
579d8138 | 3243 | |
10f2d63a VZ |
3244 | if test "$enableval" = yes; then |
3245 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
3246 | else | |
3247 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
3248 | fi | |
579d8138 | 3249 | |
10f2d63a | 3250 | else |
579d8138 | 3251 | |
10f2d63a VZ |
3252 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` |
3253 | if test "x$LINE" != x ; then | |
3254 | eval "DEFAULT_$LINE" | |
3255 | else | |
3256 | no_cache=1 | |
3257 | fi | |
3258 | ||
3259 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
579d8138 VS |
3260 | |
3261 | fi | |
10f2d63a VZ |
3262 | |
3263 | ||
3264 | eval "$ac_cv_use_sockets" | |
3265 | if test "$no_cache" != 1; then | |
3266 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
3267 | fi | |
3268 | ||
3269 | if test "$wxUSE_SOCKETS" = yes; then | |
579d8138 | 3270 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3271 | else |
579d8138 | 3272 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3273 | fi |
579d8138 | 3274 | |
698dcdb6 | 3275 | |
579d8138 VS |
3276 | |
3277 | echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6 | |
f09359cf | 3278 | echo "configure:3279: checking for --enable-ipc" >&5 |
10f2d63a | 3279 | no_cache=0 |
eb4efbdc VZ |
3280 | # Check whether --enable-ipc or --disable-ipc was given. |
3281 | if test "${enable_ipc+set}" = set; then | |
3282 | enableval="$enable_ipc" | |
579d8138 | 3283 | |
10f2d63a | 3284 | if test "$enableval" = yes; then |
eb4efbdc | 3285 | ac_cv_use_ipc='wxUSE_IPC=yes' |
10f2d63a | 3286 | else |
eb4efbdc | 3287 | ac_cv_use_ipc='wxUSE_IPC=no' |
10f2d63a | 3288 | fi |
579d8138 | 3289 | |
10f2d63a | 3290 | else |
579d8138 | 3291 | |
eb4efbdc | 3292 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` |
10f2d63a VZ |
3293 | if test "x$LINE" != x ; then |
3294 | eval "DEFAULT_$LINE" | |
3295 | else | |
3296 | no_cache=1 | |
3297 | fi | |
3298 | ||
eb4efbdc | 3299 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC |
579d8138 VS |
3300 | |
3301 | fi | |
10f2d63a VZ |
3302 | |
3303 | ||
eb4efbdc | 3304 | eval "$ac_cv_use_ipc" |
10f2d63a | 3305 | if test "$no_cache" != 1; then |
eb4efbdc | 3306 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3307 | fi |
3308 | ||
eb4efbdc | 3309 | if test "$wxUSE_IPC" = yes; then |
579d8138 | 3310 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3311 | else |
579d8138 | 3312 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3313 | fi |
579d8138 VS |
3314 | |
3315 | ||
698dcdb6 | 3316 | |
579d8138 | 3317 | echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6 |
f09359cf | 3318 | echo "configure:3319: checking for --enable-cmdline" >&5 |
1e6feb95 VZ |
3319 | no_cache=0 |
3320 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
3321 | if test "${enable_cmdline+set}" = set; then | |
3322 | enableval="$enable_cmdline" | |
579d8138 | 3323 | |
1e6feb95 VZ |
3324 | if test "$enableval" = yes; then |
3325 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
3326 | else | |
3327 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
3328 | fi | |
579d8138 | 3329 | |
1e6feb95 | 3330 | else |
579d8138 | 3331 | |
1e6feb95 VZ |
3332 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` |
3333 | if test "x$LINE" != x ; then | |
3334 | eval "DEFAULT_$LINE" | |
3335 | else | |
3336 | no_cache=1 | |
3337 | fi | |
3338 | ||
3339 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
579d8138 VS |
3340 | |
3341 | fi | |
1e6feb95 VZ |
3342 | |
3343 | ||
3344 | eval "$ac_cv_use_cmdline" | |
3345 | if test "$no_cache" != 1; then | |
3346 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
3347 | fi | |
3348 | ||
3349 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
579d8138 | 3350 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3351 | else |
579d8138 | 3352 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3353 | fi |
579d8138 | 3354 | |
1e6feb95 | 3355 | |
579d8138 | 3356 | echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6 |
f09359cf | 3357 | echo "configure:3358: checking for --enable-datetime" >&5 |
1e6feb95 VZ |
3358 | no_cache=0 |
3359 | # Check whether --enable-datetime or --disable-datetime was given. | |
3360 | if test "${enable_datetime+set}" = set; then | |
3361 | enableval="$enable_datetime" | |
579d8138 | 3362 | |
1e6feb95 VZ |
3363 | if test "$enableval" = yes; then |
3364 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
3365 | else | |
3366 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
3367 | fi | |
579d8138 | 3368 | |
1e6feb95 | 3369 | else |
579d8138 | 3370 | |
1e6feb95 VZ |
3371 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` |
3372 | if test "x$LINE" != x ; then | |
3373 | eval "DEFAULT_$LINE" | |
3374 | else | |
3375 | no_cache=1 | |
3376 | fi | |
3377 | ||
3378 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
579d8138 VS |
3379 | |
3380 | fi | |
1e6feb95 VZ |
3381 | |
3382 | ||
3383 | eval "$ac_cv_use_datetime" | |
3384 | if test "$no_cache" != 1; then | |
3385 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
3386 | fi | |
3387 | ||
3388 | if test "$wxUSE_DATETIME" = yes; then | |
579d8138 | 3389 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3390 | else |
579d8138 | 3391 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3392 | fi |
579d8138 | 3393 | |
1e6feb95 | 3394 | |
579d8138 | 3395 | echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6 |
f09359cf | 3396 | echo "configure:3397: checking for --enable-timedate" >&5 |
1e6feb95 VZ |
3397 | no_cache=0 |
3398 | # Check whether --enable-timedate or --disable-timedate was given. | |
3399 | if test "${enable_timedate+set}" = set; then | |
3400 | enableval="$enable_timedate" | |
579d8138 | 3401 | |
1e6feb95 VZ |
3402 | if test "$enableval" = yes; then |
3403 | ac_cv_use_timedate='wxUSE_TIMEDATE=yes' | |
3404 | else | |
3405 | ac_cv_use_timedate='wxUSE_TIMEDATE=no' | |
3406 | fi | |
579d8138 | 3407 | |
1e6feb95 | 3408 | else |
579d8138 | 3409 | |
1e6feb95 VZ |
3410 | LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}` |
3411 | if test "x$LINE" != x ; then | |
3412 | eval "DEFAULT_$LINE" | |
3413 | else | |
3414 | no_cache=1 | |
3415 | fi | |
3416 | ||
3417 | ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE | |
579d8138 VS |
3418 | |
3419 | fi | |
1e6feb95 VZ |
3420 | |
3421 | ||
3422 | eval "$ac_cv_use_timedate" | |
3423 | if test "$no_cache" != 1; then | |
3424 | echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp | |
3425 | fi | |
3426 | ||
3427 | if test "$wxUSE_TIMEDATE" = yes; then | |
579d8138 | 3428 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3429 | else |
579d8138 | 3430 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3431 | fi |
579d8138 | 3432 | |
1e6feb95 | 3433 | |
579d8138 | 3434 | echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6 |
f09359cf | 3435 | echo "configure:3436: checking for --enable-stopwatch" >&5 |
1e6feb95 VZ |
3436 | no_cache=0 |
3437 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
3438 | if test "${enable_stopwatch+set}" = set; then | |
3439 | enableval="$enable_stopwatch" | |
579d8138 | 3440 | |
1e6feb95 VZ |
3441 | if test "$enableval" = yes; then |
3442 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
3443 | else | |
3444 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
3445 | fi | |
579d8138 | 3446 | |
1e6feb95 | 3447 | else |
579d8138 | 3448 | |
1e6feb95 VZ |
3449 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` |
3450 | if test "x$LINE" != x ; then | |
3451 | eval "DEFAULT_$LINE" | |
3452 | else | |
3453 | no_cache=1 | |
3454 | fi | |
3455 | ||
3456 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
579d8138 VS |
3457 | |
3458 | fi | |
1e6feb95 VZ |
3459 | |
3460 | ||
3461 | eval "$ac_cv_use_stopwatch" | |
3462 | if test "$no_cache" != 1; then | |
3463 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
3464 | fi | |
3465 | ||
3466 | if test "$wxUSE_STOPWATCH" = yes; then | |
579d8138 | 3467 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3468 | else |
579d8138 | 3469 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3470 | fi |
579d8138 | 3471 | |
1e6feb95 | 3472 | |
579d8138 | 3473 | echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6 |
f09359cf | 3474 | echo "configure:3475: checking for --enable-dialupman" >&5 |
10f2d63a | 3475 | no_cache=0 |
eb4efbdc VZ |
3476 | # Check whether --enable-dialupman or --disable-dialupman was given. |
3477 | if test "${enable_dialupman+set}" = set; then | |
3478 | enableval="$enable_dialupman" | |
579d8138 | 3479 | |
10f2d63a | 3480 | if test "$enableval" = yes; then |
eb4efbdc | 3481 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' |
10f2d63a | 3482 | else |
eb4efbdc | 3483 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' |
10f2d63a | 3484 | fi |
579d8138 | 3485 | |
10f2d63a | 3486 | else |
579d8138 | 3487 | |
eb4efbdc | 3488 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` |
10f2d63a VZ |
3489 | if test "x$LINE" != x ; then |
3490 | eval "DEFAULT_$LINE" | |
3491 | else | |
3492 | no_cache=1 | |
3493 | fi | |
3494 | ||
eb4efbdc | 3495 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER |
579d8138 VS |
3496 | |
3497 | fi | |
10f2d63a VZ |
3498 | |
3499 | ||
eb4efbdc | 3500 | eval "$ac_cv_use_dialupman" |
10f2d63a | 3501 | if test "$no_cache" != 1; then |
eb4efbdc | 3502 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3503 | fi |
3504 | ||
eb4efbdc | 3505 | if test "$wxUSE_DIALUP_MANAGER" = yes; then |
579d8138 | 3506 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3507 | else |
579d8138 | 3508 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3509 | fi |
579d8138 | 3510 | |
10f2d63a | 3511 | |
579d8138 | 3512 | echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6 |
f09359cf | 3513 | echo "configure:3514: checking for --enable-apple_ieee" >&5 |
10f2d63a VZ |
3514 | no_cache=0 |
3515 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
3516 | if test "${enable_apple_ieee+set}" = set; then | |
3517 | enableval="$enable_apple_ieee" | |
579d8138 | 3518 | |
10f2d63a VZ |
3519 | if test "$enableval" = yes; then |
3520 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
3521 | else | |
3522 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
3523 | fi | |
579d8138 | 3524 | |
10f2d63a | 3525 | else |
579d8138 | 3526 | |
10f2d63a VZ |
3527 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` |
3528 | if test "x$LINE" != x ; then | |
3529 | eval "DEFAULT_$LINE" | |
3530 | else | |
3531 | no_cache=1 | |
3532 | fi | |
3533 | ||
3534 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
579d8138 VS |
3535 | |
3536 | fi | |
10f2d63a VZ |
3537 | |
3538 | ||
3539 | eval "$ac_cv_use_apple_ieee" | |
3540 | if test "$no_cache" != 1; then | |
3541 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
3542 | fi | |
3543 | ||
3544 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
579d8138 | 3545 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3546 | else |
579d8138 | 3547 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3548 | fi |
579d8138 | 3549 | |
10f2d63a | 3550 | |
579d8138 | 3551 | echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6 |
f09359cf | 3552 | echo "configure:3553: checking for --enable-timer" >&5 |
10f2d63a | 3553 | no_cache=0 |
1e6feb95 VZ |
3554 | # Check whether --enable-timer or --disable-timer was given. |
3555 | if test "${enable_timer+set}" = set; then | |
3556 | enableval="$enable_timer" | |
579d8138 | 3557 | |
10f2d63a | 3558 | if test "$enableval" = yes; then |
1e6feb95 | 3559 | ac_cv_use_timer='wxUSE_TIMER=yes' |
10f2d63a | 3560 | else |
1e6feb95 | 3561 | ac_cv_use_timer='wxUSE_TIMER=no' |
10f2d63a | 3562 | fi |
579d8138 | 3563 | |
10f2d63a | 3564 | else |
579d8138 | 3565 | |
1e6feb95 | 3566 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` |
10f2d63a VZ |
3567 | if test "x$LINE" != x ; then |
3568 | eval "DEFAULT_$LINE" | |
3569 | else | |
3570 | no_cache=1 | |
3571 | fi | |
3572 | ||
1e6feb95 | 3573 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER |
579d8138 VS |
3574 | |
3575 | fi | |
10f2d63a VZ |
3576 | |
3577 | ||
1e6feb95 | 3578 | eval "$ac_cv_use_timer" |
10f2d63a | 3579 | if test "$no_cache" != 1; then |
1e6feb95 | 3580 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3581 | fi |
3582 | ||
1e6feb95 | 3583 | if test "$wxUSE_TIMER" = yes; then |
579d8138 | 3584 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3585 | else |
579d8138 | 3586 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3587 | fi |
579d8138 | 3588 | |
10f2d63a | 3589 | |
579d8138 | 3590 | echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6 |
f09359cf | 3591 | echo "configure:3592: checking for --enable-wave" >&5 |
10f2d63a VZ |
3592 | no_cache=0 |
3593 | # Check whether --enable-wave or --disable-wave was given. | |
3594 | if test "${enable_wave+set}" = set; then | |
3595 | enableval="$enable_wave" | |
579d8138 | 3596 | |
10f2d63a VZ |
3597 | if test "$enableval" = yes; then |
3598 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
3599 | else | |
3600 | ac_cv_use_wave='wxUSE_WAVE=no' | |
3601 | fi | |
579d8138 | 3602 | |
10f2d63a | 3603 | else |
579d8138 | 3604 | |
10f2d63a VZ |
3605 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` |
3606 | if test "x$LINE" != x ; then | |
3607 | eval "DEFAULT_$LINE" | |
3608 | else | |
3609 | no_cache=1 | |
3610 | fi | |
3611 | ||
3612 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
579d8138 VS |
3613 | |
3614 | fi | |
10f2d63a VZ |
3615 | |
3616 | ||
3617 | eval "$ac_cv_use_wave" | |
3618 | if test "$no_cache" != 1; then | |
3619 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
3620 | fi | |
3621 | ||
3622 | if test "$wxUSE_WAVE" = yes; then | |
579d8138 | 3623 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3624 | else |
579d8138 | 3625 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3626 | fi |
579d8138 | 3627 | |
10f2d63a | 3628 | |
579d8138 | 3629 | echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6 |
f09359cf | 3630 | echo "configure:3631: checking for --enable-fraction" >&5 |
10f2d63a VZ |
3631 | no_cache=0 |
3632 | # Check whether --enable-fraction or --disable-fraction was given. | |
3633 | if test "${enable_fraction+set}" = set; then | |
3634 | enableval="$enable_fraction" | |
579d8138 | 3635 | |
10f2d63a VZ |
3636 | if test "$enableval" = yes; then |
3637 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
3638 | else | |
3639 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
3640 | fi | |
579d8138 | 3641 | |
10f2d63a | 3642 | else |
579d8138 | 3643 | |
10f2d63a VZ |
3644 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` |
3645 | if test "x$LINE" != x ; then | |
3646 | eval "DEFAULT_$LINE" | |
3647 | else | |
3648 | no_cache=1 | |
3649 | fi | |
3650 | ||
3651 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
579d8138 VS |
3652 | |
3653 | fi | |
10f2d63a VZ |
3654 | |
3655 | ||
3656 | eval "$ac_cv_use_fraction" | |
3657 | if test "$no_cache" != 1; then | |
3658 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
3659 | fi | |
3660 | ||
3661 | if test "$wxUSE_FRACTION" = yes; then | |
579d8138 | 3662 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3663 | else |
579d8138 | 3664 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3665 | fi |
579d8138 | 3666 | |
10f2d63a | 3667 | |
579d8138 | 3668 | echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6 |
f09359cf | 3669 | echo "configure:3670: checking for --enable-dynlib" >&5 |
10f2d63a VZ |
3670 | no_cache=0 |
3671 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
3672 | if test "${enable_dynlib+set}" = set; then | |
3673 | enableval="$enable_dynlib" | |
579d8138 | 3674 | |
10f2d63a VZ |
3675 | if test "$enableval" = yes; then |
3676 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
3677 | else | |
3678 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
3679 | fi | |
579d8138 | 3680 | |
10f2d63a | 3681 | else |
579d8138 | 3682 | |
10f2d63a VZ |
3683 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` |
3684 | if test "x$LINE" != x ; then | |
3685 | eval "DEFAULT_$LINE" | |
3686 | else | |
3687 | no_cache=1 | |
3688 | fi | |
3689 | ||
3690 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
579d8138 VS |
3691 | |
3692 | fi | |
10f2d63a VZ |
3693 | |
3694 | ||
3695 | eval "$ac_cv_use_dynlib" | |
3696 | if test "$no_cache" != 1; then | |
3697 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
3698 | fi | |
3699 | ||
3700 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
579d8138 | 3701 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3702 | else |
579d8138 | 3703 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3704 | fi |
579d8138 | 3705 | |
10f2d63a | 3706 | |
579d8138 | 3707 | echo $ac_n "checking for --enable-dynamicloader""... $ac_c" 1>&6 |
f09359cf | 3708 | echo "configure:3709: checking for --enable-dynamicloader" >&5 |
0b9ab0bd RL |
3709 | no_cache=0 |
3710 | # Check whether --enable-dynamicloader or --disable-dynamicloader was given. | |
3711 | if test "${enable_dynamicloader+set}" = set; then | |
3712 | enableval="$enable_dynamicloader" | |
579d8138 | 3713 | |
0b9ab0bd RL |
3714 | if test "$enableval" = yes; then |
3715 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes' | |
3716 | else | |
3717 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no' | |
3718 | fi | |
579d8138 | 3719 | |
0b9ab0bd | 3720 | else |
579d8138 | 3721 | |
0b9ab0bd RL |
3722 | LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}` |
3723 | if test "x$LINE" != x ; then | |
3724 | eval "DEFAULT_$LINE" | |
3725 | else | |
3726 | no_cache=1 | |
3727 | fi | |
3728 | ||
3729 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER | |
579d8138 VS |
3730 | |
3731 | fi | |
0b9ab0bd RL |
3732 | |
3733 | ||
3734 | eval "$ac_cv_use_dynamicloader" | |
3735 | if test "$no_cache" != 1; then | |
3736 | echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp | |
3737 | fi | |
3738 | ||
3739 | if test "$wxUSE_DYNAMIC_LOADER" = yes; then | |
579d8138 | 3740 | echo "$ac_t""yes" 1>&6 |
0b9ab0bd | 3741 | else |
579d8138 | 3742 | echo "$ac_t""no" 1>&6 |
0b9ab0bd | 3743 | fi |
579d8138 | 3744 | |
0b9ab0bd | 3745 | |
579d8138 | 3746 | echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6 |
f09359cf | 3747 | echo "configure:3748: checking for --enable-longlong" >&5 |
10f2d63a VZ |
3748 | no_cache=0 |
3749 | # Check whether --enable-longlong or --disable-longlong was given. | |
3750 | if test "${enable_longlong+set}" = set; then | |
3751 | enableval="$enable_longlong" | |
579d8138 | 3752 | |
10f2d63a VZ |
3753 | if test "$enableval" = yes; then |
3754 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
3755 | else | |
3756 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
3757 | fi | |
579d8138 | 3758 | |
10f2d63a | 3759 | else |
579d8138 | 3760 | |
10f2d63a VZ |
3761 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` |
3762 | if test "x$LINE" != x ; then | |
3763 | eval "DEFAULT_$LINE" | |
3764 | else | |
3765 | no_cache=1 | |
3766 | fi | |
3767 | ||
3768 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
579d8138 VS |
3769 | |
3770 | fi | |
10f2d63a VZ |
3771 | |
3772 | ||
3773 | eval "$ac_cv_use_longlong" | |
3774 | if test "$no_cache" != 1; then | |
3775 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
3776 | fi | |
3777 | ||
3778 | if test "$wxUSE_LONGLONG" = yes; then | |
579d8138 | 3779 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3780 | else |
579d8138 | 3781 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3782 | fi |
579d8138 | 3783 | |
10f2d63a | 3784 | |
579d8138 | 3785 | echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6 |
f09359cf | 3786 | echo "configure:3787: checking for --enable-geometry" >&5 |
e8f65ba6 RR |
3787 | no_cache=0 |
3788 | # Check whether --enable-geometry or --disable-geometry was given. | |
3789 | if test "${enable_geometry+set}" = set; then | |
3790 | enableval="$enable_geometry" | |
579d8138 | 3791 | |
e8f65ba6 RR |
3792 | if test "$enableval" = yes; then |
3793 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
3794 | else | |
3795 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
3796 | fi | |
579d8138 | 3797 | |
e8f65ba6 | 3798 | else |
579d8138 | 3799 | |
e8f65ba6 RR |
3800 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` |
3801 | if test "x$LINE" != x ; then | |
3802 | eval "DEFAULT_$LINE" | |
3803 | else | |
3804 | no_cache=1 | |
3805 | fi | |
3806 | ||
3807 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
579d8138 VS |
3808 | |
3809 | fi | |
e8f65ba6 RR |
3810 | |
3811 | ||
3812 | eval "$ac_cv_use_geometry" | |
3813 | if test "$no_cache" != 1; then | |
3814 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
3815 | fi | |
3816 | ||
3817 | if test "$wxUSE_GEOMETRY" = yes; then | |
579d8138 | 3818 | echo "$ac_t""yes" 1>&6 |
e8f65ba6 | 3819 | else |
579d8138 | 3820 | echo "$ac_t""no" 1>&6 |
e8f65ba6 | 3821 | fi |
579d8138 | 3822 | |
e8f65ba6 | 3823 | |
579d8138 | 3824 | echo $ac_n "checking for --enable-log""... $ac_c" 1>&6 |
f09359cf | 3825 | echo "configure:3826: checking for --enable-log" >&5 |
10f2d63a VZ |
3826 | no_cache=0 |
3827 | # Check whether --enable-log or --disable-log was given. | |
3828 | if test "${enable_log+set}" = set; then | |
3829 | enableval="$enable_log" | |
579d8138 | 3830 | |
10f2d63a VZ |
3831 | if test "$enableval" = yes; then |
3832 | ac_cv_use_log='wxUSE_LOG=yes' | |
3833 | else | |
3834 | ac_cv_use_log='wxUSE_LOG=no' | |
3835 | fi | |
579d8138 | 3836 | |
10f2d63a | 3837 | else |
579d8138 | 3838 | |
10f2d63a VZ |
3839 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` |
3840 | if test "x$LINE" != x ; then | |
3841 | eval "DEFAULT_$LINE" | |
3842 | else | |
3843 | no_cache=1 | |
3844 | fi | |
3845 | ||
3846 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
579d8138 VS |
3847 | |
3848 | fi | |
10f2d63a VZ |
3849 | |
3850 | ||
3851 | eval "$ac_cv_use_log" | |
3852 | if test "$no_cache" != 1; then | |
3853 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
3854 | fi | |
3855 | ||
3856 | if test "$wxUSE_LOG" = yes; then | |
579d8138 | 3857 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3858 | else |
579d8138 | 3859 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3860 | fi |
579d8138 | 3861 | |
10f2d63a | 3862 | |
579d8138 | 3863 | echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6 |
f09359cf | 3864 | echo "configure:3865: checking for --enable-streams" >&5 |
10f2d63a VZ |
3865 | no_cache=0 |
3866 | # Check whether --enable-streams or --disable-streams was given. | |
3867 | if test "${enable_streams+set}" = set; then | |
3868 | enableval="$enable_streams" | |
579d8138 | 3869 | |
10f2d63a VZ |
3870 | if test "$enableval" = yes; then |
3871 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
3872 | else | |
3873 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
3874 | fi | |
579d8138 | 3875 | |
10f2d63a | 3876 | else |
579d8138 | 3877 | |
10f2d63a VZ |
3878 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` |
3879 | if test "x$LINE" != x ; then | |
3880 | eval "DEFAULT_$LINE" | |
3881 | else | |
3882 | no_cache=1 | |
3883 | fi | |
3884 | ||
3885 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
579d8138 VS |
3886 | |
3887 | fi | |
10f2d63a VZ |
3888 | |
3889 | ||
3890 | eval "$ac_cv_use_streams" | |
3891 | if test "$no_cache" != 1; then | |
3892 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
3893 | fi | |
3894 | ||
3895 | if test "$wxUSE_STREAMS" = yes; then | |
579d8138 | 3896 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3897 | else |
579d8138 | 3898 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3899 | fi |
579d8138 | 3900 | |
10f2d63a | 3901 | |
579d8138 | 3902 | echo $ac_n "checking for --enable-file""... $ac_c" 1>&6 |
f09359cf | 3903 | echo "configure:3904: checking for --enable-file" >&5 |
10f2d63a VZ |
3904 | no_cache=0 |
3905 | # Check whether --enable-file or --disable-file was given. | |
3906 | if test "${enable_file+set}" = set; then | |
3907 | enableval="$enable_file" | |
579d8138 | 3908 | |
10f2d63a VZ |
3909 | if test "$enableval" = yes; then |
3910 | ac_cv_use_file='wxUSE_FILE=yes' | |
3911 | else | |
3912 | ac_cv_use_file='wxUSE_FILE=no' | |
3913 | fi | |
579d8138 | 3914 | |
10f2d63a | 3915 | else |
579d8138 | 3916 | |
10f2d63a VZ |
3917 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` |
3918 | if test "x$LINE" != x ; then | |
3919 | eval "DEFAULT_$LINE" | |
3920 | else | |
3921 | no_cache=1 | |
3922 | fi | |
3923 | ||
3924 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
579d8138 VS |
3925 | |
3926 | fi | |
10f2d63a VZ |
3927 | |
3928 | ||
3929 | eval "$ac_cv_use_file" | |
3930 | if test "$no_cache" != 1; then | |
3931 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
3932 | fi | |
3933 | ||
3934 | if test "$wxUSE_FILE" = yes; then | |
579d8138 | 3935 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3936 | else |
579d8138 | 3937 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3938 | fi |
579d8138 | 3939 | |
10f2d63a | 3940 | |
579d8138 | 3941 | echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6 |
f09359cf | 3942 | echo "configure:3943: checking for --enable-ffile" >&5 |
10f2d63a | 3943 | no_cache=0 |
1e6feb95 VZ |
3944 | # Check whether --enable-ffile or --disable-ffile was given. |
3945 | if test "${enable_ffile+set}" = set; then | |
3946 | enableval="$enable_ffile" | |
579d8138 | 3947 | |
10f2d63a | 3948 | if test "$enableval" = yes; then |
1e6feb95 | 3949 | ac_cv_use_ffile='wxUSE_FFILE=yes' |
10f2d63a | 3950 | else |
1e6feb95 | 3951 | ac_cv_use_ffile='wxUSE_FFILE=no' |
10f2d63a | 3952 | fi |
579d8138 | 3953 | |
10f2d63a | 3954 | else |
579d8138 | 3955 | |
1e6feb95 | 3956 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
3957 | if test "x$LINE" != x ; then |
3958 | eval "DEFAULT_$LINE" | |
3959 | else | |
3960 | no_cache=1 | |
3961 | fi | |
3962 | ||
1e6feb95 | 3963 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE |
579d8138 VS |
3964 | |
3965 | fi | |
10f2d63a VZ |
3966 | |
3967 | ||
1e6feb95 | 3968 | eval "$ac_cv_use_ffile" |
10f2d63a | 3969 | if test "$no_cache" != 1; then |
1e6feb95 | 3970 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3971 | fi |
3972 | ||
1e6feb95 | 3973 | if test "$wxUSE_FFILE" = yes; then |
579d8138 | 3974 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3975 | else |
579d8138 | 3976 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3977 | fi |
579d8138 | 3978 | |
10f2d63a | 3979 | |
579d8138 | 3980 | echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6 |
f09359cf | 3981 | echo "configure:3982: checking for --enable-textbuf" >&5 |
a3a584a7 VZ |
3982 | no_cache=0 |
3983 | # Check whether --enable-textbuf or --disable-textbuf was given. | |
3984 | if test "${enable_textbuf+set}" = set; then | |
3985 | enableval="$enable_textbuf" | |
579d8138 | 3986 | |
a3a584a7 VZ |
3987 | if test "$enableval" = yes; then |
3988 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes' | |
3989 | else | |
3990 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no' | |
3991 | fi | |
579d8138 | 3992 | |
a3a584a7 | 3993 | else |
579d8138 | 3994 | |
a3a584a7 VZ |
3995 | LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}` |
3996 | if test "x$LINE" != x ; then | |
3997 | eval "DEFAULT_$LINE" | |
3998 | else | |
3999 | no_cache=1 | |
4000 | fi | |
4001 | ||
4002 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER | |
579d8138 VS |
4003 | |
4004 | fi | |
a3a584a7 VZ |
4005 | |
4006 | ||
4007 | eval "$ac_cv_use_textbuf" | |
4008 | if test "$no_cache" != 1; then | |
4009 | echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp | |
4010 | fi | |
4011 | ||
4012 | if test "$wxUSE_TEXTBUFFER" = yes; then | |
579d8138 | 4013 | echo "$ac_t""yes" 1>&6 |
a3a584a7 | 4014 | else |
579d8138 | 4015 | echo "$ac_t""no" 1>&6 |
a3a584a7 | 4016 | fi |
579d8138 | 4017 | |
a3a584a7 | 4018 | |
579d8138 | 4019 | echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6 |
f09359cf | 4020 | echo "configure:4021: checking for --enable-textfile" >&5 |
10f2d63a | 4021 | no_cache=0 |
1e6feb95 VZ |
4022 | # Check whether --enable-textfile or --disable-textfile was given. |
4023 | if test "${enable_textfile+set}" = set; then | |
4024 | enableval="$enable_textfile" | |
579d8138 | 4025 | |
10f2d63a | 4026 | if test "$enableval" = yes; then |
1e6feb95 | 4027 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' |
10f2d63a | 4028 | else |
1e6feb95 | 4029 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' |
10f2d63a | 4030 | fi |
579d8138 | 4031 | |
10f2d63a | 4032 | else |
579d8138 | 4033 | |
1e6feb95 | 4034 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
4035 | if test "x$LINE" != x ; then |
4036 | eval "DEFAULT_$LINE" | |
4037 | else | |
4038 | no_cache=1 | |
4039 | fi | |
4040 | ||
1e6feb95 | 4041 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE |
579d8138 VS |
4042 | |
4043 | fi | |
10f2d63a VZ |
4044 | |
4045 | ||
1e6feb95 | 4046 | eval "$ac_cv_use_textfile" |
10f2d63a | 4047 | if test "$no_cache" != 1; then |
1e6feb95 | 4048 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4049 | fi |
4050 | ||
1e6feb95 | 4051 | if test "$wxUSE_TEXTFILE" = yes; then |
579d8138 | 4052 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4053 | else |
579d8138 | 4054 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4055 | fi |
579d8138 | 4056 | |
10f2d63a | 4057 | |
579d8138 | 4058 | echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6 |
f09359cf | 4059 | echo "configure:4060: checking for --enable-fontmap" >&5 |
10f2d63a | 4060 | no_cache=0 |
1e6feb95 VZ |
4061 | # Check whether --enable-fontmap or --disable-fontmap was given. |
4062 | if test "${enable_fontmap+set}" = set; then | |
4063 | enableval="$enable_fontmap" | |
579d8138 | 4064 | |
10f2d63a | 4065 | if test "$enableval" = yes; then |
1e6feb95 | 4066 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' |
10f2d63a | 4067 | else |
1e6feb95 | 4068 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' |
10f2d63a | 4069 | fi |
579d8138 | 4070 | |
10f2d63a | 4071 | else |
579d8138 | 4072 | |
1e6feb95 | 4073 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` |
10f2d63a VZ |
4074 | if test "x$LINE" != x ; then |
4075 | eval "DEFAULT_$LINE" | |
4076 | else | |
4077 | no_cache=1 | |
4078 | fi | |
4079 | ||
1e6feb95 | 4080 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP |
579d8138 VS |
4081 | |
4082 | fi | |
10f2d63a VZ |
4083 | |
4084 | ||
1e6feb95 | 4085 | eval "$ac_cv_use_fontmap" |
10f2d63a | 4086 | if test "$no_cache" != 1; then |
1e6feb95 | 4087 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4088 | fi |
4089 | ||
1e6feb95 | 4090 | if test "$wxUSE_FONTMAP" = yes; then |
579d8138 | 4091 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4092 | else |
579d8138 | 4093 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4094 | fi |
579d8138 | 4095 | |
10f2d63a | 4096 | |
579d8138 | 4097 | echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6 |
f09359cf | 4098 | echo "configure:4099: checking for --enable-unicode" >&5 |
10f2d63a | 4099 | no_cache=0 |
1e6feb95 VZ |
4100 | # Check whether --enable-unicode or --disable-unicode was given. |
4101 | if test "${enable_unicode+set}" = set; then | |
4102 | enableval="$enable_unicode" | |
579d8138 | 4103 | |
1e6feb95 VZ |
4104 | if test "$enableval" = yes; then |
4105 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
4106 | else | |
4107 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
4108 | fi | |
579d8138 | 4109 | |
1e6feb95 | 4110 | else |
579d8138 | 4111 | |
1e6feb95 VZ |
4112 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` |
4113 | if test "x$LINE" != x ; then | |
4114 | eval "DEFAULT_$LINE" | |
4115 | else | |
4116 | no_cache=1 | |
4117 | fi | |
4118 | ||
4119 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
579d8138 VS |
4120 | |
4121 | fi | |
1e6feb95 VZ |
4122 | |
4123 | ||
4124 | eval "$ac_cv_use_unicode" | |
4125 | if test "$no_cache" != 1; then | |
4126 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
4127 | fi | |
4128 | ||
4129 | if test "$wxUSE_UNICODE" = yes; then | |
579d8138 | 4130 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 4131 | else |
579d8138 | 4132 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 4133 | fi |
579d8138 | 4134 | |
1e6feb95 | 4135 | |
579d8138 | 4136 | echo $ac_n "checking for --enable-mslu""... $ac_c" 1>&6 |
f09359cf | 4137 | echo "configure:4138: checking for --enable-mslu" >&5 |
a72a4bfa VS |
4138 | no_cache=0 |
4139 | # Check whether --enable-mslu or --disable-mslu was given. | |
4140 | if test "${enable_mslu+set}" = set; then | |
4141 | enableval="$enable_mslu" | |
579d8138 | 4142 | |
a72a4bfa VS |
4143 | if test "$enableval" = yes; then |
4144 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes' | |
4145 | else | |
4146 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no' | |
4147 | fi | |
579d8138 | 4148 | |
a72a4bfa | 4149 | else |
579d8138 | 4150 | |
a72a4bfa VS |
4151 | LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}` |
4152 | if test "x$LINE" != x ; then | |
4153 | eval "DEFAULT_$LINE" | |
4154 | else | |
4155 | no_cache=1 | |
4156 | fi | |
4157 | ||
4158 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU | |
579d8138 VS |
4159 | |
4160 | fi | |
a72a4bfa VS |
4161 | |
4162 | ||
4163 | eval "$ac_cv_use_mslu" | |
4164 | if test "$no_cache" != 1; then | |
4165 | echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp | |
4166 | fi | |
4167 | ||
4168 | if test "$wxUSE_UNICODE_MSLU" = yes; then | |
579d8138 | 4169 | echo "$ac_t""yes" 1>&6 |
a72a4bfa | 4170 | else |
579d8138 | 4171 | echo "$ac_t""no" 1>&6 |
a72a4bfa | 4172 | fi |
579d8138 | 4173 | |
a72a4bfa | 4174 | |
579d8138 | 4175 | echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6 |
f09359cf | 4176 | echo "configure:4177: checking for --enable-wxprintfv" >&5 |
1e6feb95 VZ |
4177 | no_cache=0 |
4178 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
4179 | if test "${enable_wxprintfv+set}" = set; then | |
4180 | enableval="$enable_wxprintfv" | |
579d8138 | 4181 | |
1e6feb95 | 4182 | if test "$enableval" = yes; then |
10f2d63a VZ |
4183 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' |
4184 | else | |
4185 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
4186 | fi | |
579d8138 | 4187 | |
10f2d63a | 4188 | else |
579d8138 | 4189 | |
10f2d63a VZ |
4190 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` |
4191 | if test "x$LINE" != x ; then | |
4192 | eval "DEFAULT_$LINE" | |
4193 | else | |
4194 | no_cache=1 | |
4195 | fi | |
4196 | ||
4197 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
579d8138 VS |
4198 | |
4199 | fi | |
10f2d63a VZ |
4200 | |
4201 | ||
4202 | eval "$ac_cv_use_wxprintfv" | |
4203 | if test "$no_cache" != 1; then | |
4204 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
4205 | fi | |
4206 | ||
4207 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
579d8138 | 4208 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4209 | else |
579d8138 | 4210 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4211 | fi |
579d8138 | 4212 | |
10f2d63a | 4213 | |
579d8138 | 4214 | echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6 |
f09359cf | 4215 | echo "configure:4216: checking for --enable-std_iostreams" >&5 |
10f2d63a VZ |
4216 | no_cache=0 |
4217 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
4218 | if test "${enable_std_iostreams+set}" = set; then | |
4219 | enableval="$enable_std_iostreams" | |
579d8138 | 4220 | |
10f2d63a VZ |
4221 | if test "$enableval" = yes; then |
4222 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
4223 | else | |
4224 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
4225 | fi | |
579d8138 | 4226 | |
10f2d63a | 4227 | else |
579d8138 | 4228 | |
10f2d63a VZ |
4229 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` |
4230 | if test "x$LINE" != x ; then | |
4231 | eval "DEFAULT_$LINE" | |
4232 | else | |
4233 | no_cache=1 | |
4234 | fi | |
4235 | ||
4236 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
579d8138 VS |
4237 | |
4238 | fi | |
10f2d63a VZ |
4239 | |
4240 | ||
4241 | eval "$ac_cv_use_std_iostreams" | |
4242 | if test "$no_cache" != 1; then | |
4243 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
4244 | fi | |
4245 | ||
4246 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
579d8138 | 4247 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4248 | else |
579d8138 | 4249 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4250 | fi |
579d8138 | 4251 | |
10f2d63a | 4252 | |
579d8138 | 4253 | echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6 |
f09359cf | 4254 | echo "configure:4255: checking for --enable-filesystem" >&5 |
24528b0c VS |
4255 | no_cache=0 |
4256 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
4257 | if test "${enable_filesystem+set}" = set; then | |
4258 | enableval="$enable_filesystem" | |
579d8138 | 4259 | |
24528b0c VS |
4260 | if test "$enableval" = yes; then |
4261 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
4262 | else | |
4263 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
4264 | fi | |
579d8138 | 4265 | |
24528b0c | 4266 | else |
579d8138 | 4267 | |
24528b0c VS |
4268 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` |
4269 | if test "x$LINE" != x ; then | |
4270 | eval "DEFAULT_$LINE" | |
4271 | else | |
4272 | no_cache=1 | |
4273 | fi | |
4274 | ||
4275 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
579d8138 VS |
4276 | |
4277 | fi | |
24528b0c VS |
4278 | |
4279 | ||
4280 | eval "$ac_cv_use_filesystem" | |
4281 | if test "$no_cache" != 1; then | |
4282 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
4283 | fi | |
4284 | ||
4285 | if test "$wxUSE_FILESYSTEM" = yes; then | |
579d8138 | 4286 | echo "$ac_t""yes" 1>&6 |
24528b0c | 4287 | else |
579d8138 | 4288 | echo "$ac_t""no" 1>&6 |
24528b0c | 4289 | fi |
579d8138 | 4290 | |
24528b0c | 4291 | |
579d8138 | 4292 | echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6 |
f09359cf | 4293 | echo "configure:4294: checking for --enable-fs_inet" >&5 |
10f2d63a VZ |
4294 | no_cache=0 |
4295 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
4296 | if test "${enable_fs_inet+set}" = set; then | |
4297 | enableval="$enable_fs_inet" | |
579d8138 | 4298 | |
10f2d63a VZ |
4299 | if test "$enableval" = yes; then |
4300 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
4301 | else | |
4302 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
4303 | fi | |
579d8138 | 4304 | |
10f2d63a | 4305 | else |
579d8138 | 4306 | |
10f2d63a VZ |
4307 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` |
4308 | if test "x$LINE" != x ; then | |
4309 | eval "DEFAULT_$LINE" | |
4310 | else | |
4311 | no_cache=1 | |
4312 | fi | |
4313 | ||
4314 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
579d8138 VS |
4315 | |
4316 | fi | |
10f2d63a VZ |
4317 | |
4318 | ||
4319 | eval "$ac_cv_use_fs_inet" | |
4320 | if test "$no_cache" != 1; then | |
4321 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
4322 | fi | |
4323 | ||
4324 | if test "$wxUSE_FS_INET" = yes; then | |
579d8138 | 4325 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4326 | else |
579d8138 | 4327 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4328 | fi |
579d8138 | 4329 | |
10f2d63a | 4330 | |
579d8138 | 4331 | echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6 |
f09359cf | 4332 | echo "configure:4333: checking for --enable-fs_zip" >&5 |
10f2d63a VZ |
4333 | no_cache=0 |
4334 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
4335 | if test "${enable_fs_zip+set}" = set; then | |
4336 | enableval="$enable_fs_zip" | |
579d8138 | 4337 | |
10f2d63a VZ |
4338 | if test "$enableval" = yes; then |
4339 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
4340 | else | |
4341 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
4342 | fi | |
579d8138 | 4343 | |
10f2d63a | 4344 | else |
579d8138 | 4345 | |
10f2d63a VZ |
4346 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` |
4347 | if test "x$LINE" != x ; then | |
4348 | eval "DEFAULT_$LINE" | |
4349 | else | |
4350 | no_cache=1 | |
4351 | fi | |
4352 | ||
4353 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
579d8138 VS |
4354 | |
4355 | fi | |
10f2d63a VZ |
4356 | |
4357 | ||
4358 | eval "$ac_cv_use_fs_zip" | |
4359 | if test "$no_cache" != 1; then | |
4360 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
4361 | fi | |
4362 | ||
4363 | if test "$wxUSE_FS_ZIP" = yes; then | |
579d8138 | 4364 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4365 | else |
579d8138 | 4366 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4367 | fi |
579d8138 | 4368 | |
10f2d63a | 4369 | |
579d8138 | 4370 | echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6 |
f09359cf | 4371 | echo "configure:4372: checking for --enable-zipstream" >&5 |
10f2d63a VZ |
4372 | no_cache=0 |
4373 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
4374 | if test "${enable_zipstream+set}" = set; then | |
4375 | enableval="$enable_zipstream" | |
579d8138 | 4376 | |
10f2d63a VZ |
4377 | if test "$enableval" = yes; then |
4378 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
4379 | else | |
4380 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
4381 | fi | |
579d8138 | 4382 | |
10f2d63a | 4383 | else |
579d8138 | 4384 | |
10f2d63a VZ |
4385 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` |
4386 | if test "x$LINE" != x ; then | |
4387 | eval "DEFAULT_$LINE" | |
4388 | else | |
4389 | no_cache=1 | |
4390 | fi | |
4391 | ||
4392 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
579d8138 VS |
4393 | |
4394 | fi | |
10f2d63a VZ |
4395 | |
4396 | ||
4397 | eval "$ac_cv_use_zipstream" | |
4398 | if test "$no_cache" != 1; then | |
4399 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
4400 | fi | |
4401 | ||
4402 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
579d8138 | 4403 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4404 | else |
579d8138 | 4405 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4406 | fi |
579d8138 | 4407 | |
698dcdb6 | 4408 | |
579d8138 VS |
4409 | |
4410 | echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6 | |
f09359cf | 4411 | echo "configure:4412: checking for --enable-catch_segvs" >&5 |
eb4efbdc VZ |
4412 | no_cache=0 |
4413 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. | |
4414 | if test "${enable_catch_segvs+set}" = set; then | |
4415 | enableval="$enable_catch_segvs" | |
579d8138 | 4416 | |
eb4efbdc VZ |
4417 | if test "$enableval" = yes; then |
4418 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' | |
4419 | else | |
4420 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' | |
4421 | fi | |
579d8138 | 4422 | |
eb4efbdc | 4423 | else |
579d8138 | 4424 | |
eb4efbdc VZ |
4425 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` |
4426 | if test "x$LINE" != x ; then | |
4427 | eval "DEFAULT_$LINE" | |
4428 | else | |
4429 | no_cache=1 | |
4430 | fi | |
4431 | ||
4432 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION | |
579d8138 VS |
4433 | |
4434 | fi | |
eb4efbdc VZ |
4435 | |
4436 | ||
4437 | eval "$ac_cv_use_catch_segvs" | |
4438 | if test "$no_cache" != 1; then | |
4439 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp | |
4440 | fi | |
4441 | ||
4442 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then | |
579d8138 | 4443 | echo "$ac_t""yes" 1>&6 |
eb4efbdc | 4444 | else |
579d8138 | 4445 | echo "$ac_t""no" 1>&6 |
eb4efbdc | 4446 | fi |
579d8138 | 4447 | |
eb4efbdc | 4448 | |
579d8138 | 4449 | echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6 |
f09359cf | 4450 | echo "configure:4451: checking for --enable-snglinst" >&5 |
4f3c5f06 VZ |
4451 | no_cache=0 |
4452 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
4453 | if test "${enable_snglinst+set}" = set; then | |
4454 | enableval="$enable_snglinst" | |
579d8138 | 4455 | |
4f3c5f06 VZ |
4456 | if test "$enableval" = yes; then |
4457 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
4458 | else | |
4459 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
4460 | fi | |
579d8138 | 4461 | |
4f3c5f06 | 4462 | else |
579d8138 | 4463 | |
4f3c5f06 VZ |
4464 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` |
4465 | if test "x$LINE" != x ; then | |
4466 | eval "DEFAULT_$LINE" | |
4467 | else | |
4468 | no_cache=1 | |
4469 | fi | |
4470 | ||
4471 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
579d8138 VS |
4472 | |
4473 | fi | |
4f3c5f06 VZ |
4474 | |
4475 | ||
4476 | eval "$ac_cv_use_snglinst" | |
4477 | if test "$no_cache" != 1; then | |
4478 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
4479 | fi | |
4480 | ||
4481 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
579d8138 | 4482 | echo "$ac_t""yes" 1>&6 |
4f3c5f06 | 4483 | else |
579d8138 | 4484 | echo "$ac_t""no" 1>&6 |
4f3c5f06 | 4485 | fi |
579d8138 VS |
4486 | |
4487 | ||
698dcdb6 | 4488 | |
579d8138 | 4489 | echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6 |
f09359cf | 4490 | echo "configure:4491: checking for --enable-mimetype" >&5 |
1e6feb95 VZ |
4491 | no_cache=0 |
4492 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
4493 | if test "${enable_mimetype+set}" = set; then | |
4494 | enableval="$enable_mimetype" | |
579d8138 | 4495 | |
1e6feb95 VZ |
4496 | if test "$enableval" = yes; then |
4497 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
4498 | else | |
4499 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
4500 | fi | |
579d8138 | 4501 | |
1e6feb95 | 4502 | else |
579d8138 | 4503 | |
1e6feb95 VZ |
4504 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` |
4505 | if test "x$LINE" != x ; then | |
4506 | eval "DEFAULT_$LINE" | |
4507 | else | |
4508 | no_cache=1 | |
4509 | fi | |
4510 | ||
4511 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
579d8138 VS |
4512 | |
4513 | fi | |
1e6feb95 VZ |
4514 | |
4515 | ||
4516 | eval "$ac_cv_use_mimetype" | |
4517 | if test "$no_cache" != 1; then | |
4518 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
4519 | fi | |
4520 | ||
4521 | if test "$wxUSE_MIMETYPE" = yes; then | |
579d8138 | 4522 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 4523 | else |
579d8138 | 4524 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 4525 | fi |
579d8138 | 4526 | |
1e6feb95 | 4527 | |
579d8138 | 4528 | echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6 |
f09359cf | 4529 | echo "configure:4530: checking for --enable-system_options" >&5 |
3e44f09d VZ |
4530 | no_cache=0 |
4531 | # Check whether --enable-system_options or --disable-system_options was given. | |
4532 | if test "${enable_system_options+set}" = set; then | |
4533 | enableval="$enable_system_options" | |
579d8138 | 4534 | |
3e44f09d VZ |
4535 | if test "$enableval" = yes; then |
4536 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
4537 | else | |
4538 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
4539 | fi | |
579d8138 | 4540 | |
3e44f09d | 4541 | else |
579d8138 | 4542 | |
3e44f09d VZ |
4543 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` |
4544 | if test "x$LINE" != x ; then | |
4545 | eval "DEFAULT_$LINE" | |
4546 | else | |
4547 | no_cache=1 | |
4548 | fi | |
4549 | ||
4550 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
579d8138 VS |
4551 | |
4552 | fi | |
3e44f09d VZ |
4553 | |
4554 | ||
4555 | eval "$ac_cv_use_system_options" | |
4556 | if test "$no_cache" != 1; then | |
4557 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
4558 | fi | |
4559 | ||
4560 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
579d8138 | 4561 | echo "$ac_t""yes" 1>&6 |
3e44f09d | 4562 | else |
579d8138 | 4563 | echo "$ac_t""no" 1>&6 |
3e44f09d | 4564 | fi |
579d8138 | 4565 | |
1e6feb95 | 4566 | |
579d8138 VS |
4567 | |
4568 | echo $ac_n "checking for --enable-url""... $ac_c" 1>&6 | |
f09359cf | 4569 | echo "configure:4570: checking for --enable-url" >&5 |
4cdb0ab0 VS |
4570 | no_cache=0 |
4571 | # Check whether --enable-url or --disable-url was given. | |
4572 | if test "${enable_url+set}" = set; then | |
4573 | enableval="$enable_url" | |
579d8138 | 4574 | |
4cdb0ab0 VS |
4575 | if test "$enableval" = yes; then |
4576 | ac_cv_use_url='wxUSE_URL=yes' | |
4577 | else | |
4578 | ac_cv_use_url='wxUSE_URL=no' | |
4579 | fi | |
579d8138 | 4580 | |
4cdb0ab0 | 4581 | else |
579d8138 | 4582 | |
4cdb0ab0 VS |
4583 | LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}` |
4584 | if test "x$LINE" != x ; then | |
4585 | eval "DEFAULT_$LINE" | |
4586 | else | |
4587 | no_cache=1 | |
4588 | fi | |
4589 | ||
4590 | ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL | |
579d8138 VS |
4591 | |
4592 | fi | |
4cdb0ab0 VS |
4593 | |
4594 | ||
4595 | eval "$ac_cv_use_url" | |
4596 | if test "$no_cache" != 1; then | |
4597 | echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp | |
4598 | fi | |
4599 | ||
4600 | if test "$wxUSE_URL" = yes; then | |
579d8138 | 4601 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4602 | else |
579d8138 | 4603 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4604 | fi |
579d8138 | 4605 | |
4cdb0ab0 | 4606 | |
579d8138 | 4607 | echo $ac_n "checking for --enable-protocol""... $ac_c" 1>&6 |
f09359cf | 4608 | echo "configure:4609: checking for --enable-protocol" >&5 |
4cdb0ab0 VS |
4609 | no_cache=0 |
4610 | # Check whether --enable-protocol or --disable-protocol was given. | |
4611 | if test "${enable_protocol+set}" = set; then | |
4612 | enableval="$enable_protocol" | |
579d8138 | 4613 | |
4cdb0ab0 VS |
4614 | if test "$enableval" = yes; then |
4615 | ac_cv_use_protocol='wxUSE_PROTOCOL=yes' | |
4616 | else | |
4617 | ac_cv_use_protocol='wxUSE_PROTOCOL=no' | |
4618 | fi | |
579d8138 | 4619 | |
4cdb0ab0 | 4620 | else |
579d8138 | 4621 | |
4cdb0ab0 VS |
4622 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` |
4623 | if test "x$LINE" != x ; then | |
4624 | eval "DEFAULT_$LINE" | |
4625 | else | |
4626 | no_cache=1 | |
4627 | fi | |
4628 | ||
4629 | ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
579d8138 VS |
4630 | |
4631 | fi | |
4cdb0ab0 VS |
4632 | |
4633 | ||
4634 | eval "$ac_cv_use_protocol" | |
4635 | if test "$no_cache" != 1; then | |
4636 | echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp | |
4637 | fi | |
4638 | ||
4639 | if test "$wxUSE_PROTOCOL" = yes; then | |
579d8138 | 4640 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4641 | else |
579d8138 | 4642 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4643 | fi |
579d8138 | 4644 | |
4cdb0ab0 | 4645 | |
579d8138 | 4646 | echo $ac_n "checking for --enable-protocol_http""... $ac_c" 1>&6 |
f09359cf | 4647 | echo "configure:4648: checking for --enable-protocol_http" >&5 |
4cdb0ab0 VS |
4648 | no_cache=0 |
4649 | # Check whether --enable-protocol_http or --disable-protocol_http was given. | |
4650 | if test "${enable_protocol_http+set}" = set; then | |
4651 | enableval="$enable_protocol_http" | |
579d8138 | 4652 | |
4cdb0ab0 VS |
4653 | if test "$enableval" = yes; then |
4654 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes' | |
4655 | else | |
4656 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no' | |
4657 | fi | |
579d8138 | 4658 | |
4cdb0ab0 | 4659 | else |
579d8138 | 4660 | |
4cdb0ab0 VS |
4661 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` |
4662 | if test "x$LINE" != x ; then | |
4663 | eval "DEFAULT_$LINE" | |
4664 | else | |
4665 | no_cache=1 | |
4666 | fi | |
4667 | ||
4668 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
579d8138 VS |
4669 | |
4670 | fi | |
4cdb0ab0 VS |
4671 | |
4672 | ||
4673 | eval "$ac_cv_use_protocol_http" | |
4674 | if test "$no_cache" != 1; then | |
4675 | echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp | |
4676 | fi | |
4677 | ||
4678 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
579d8138 | 4679 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4680 | else |
579d8138 | 4681 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4682 | fi |
579d8138 | 4683 | |
4cdb0ab0 | 4684 | |
579d8138 | 4685 | echo $ac_n "checking for --enable-protocol_ftp""... $ac_c" 1>&6 |
f09359cf | 4686 | echo "configure:4687: checking for --enable-protocol_ftp" >&5 |
4cdb0ab0 VS |
4687 | no_cache=0 |
4688 | # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given. | |
4689 | if test "${enable_protocol_ftp+set}" = set; then | |
4690 | enableval="$enable_protocol_ftp" | |
579d8138 | 4691 | |
4cdb0ab0 VS |
4692 | if test "$enableval" = yes; then |
4693 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes' | |
4694 | else | |
4695 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no' | |
4696 | fi | |
579d8138 | 4697 | |
4cdb0ab0 | 4698 | else |
579d8138 | 4699 | |
4cdb0ab0 VS |
4700 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` |
4701 | if test "x$LINE" != x ; then | |
4702 | eval "DEFAULT_$LINE" | |
4703 | else | |
4704 | no_cache=1 | |
4705 | fi | |
4706 | ||
4707 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
579d8138 VS |
4708 | |
4709 | fi | |
4cdb0ab0 VS |
4710 | |
4711 | ||
4712 | eval "$ac_cv_use_protocol_ftp" | |
4713 | if test "$no_cache" != 1; then | |
4714 | echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp | |
4715 | fi | |
4716 | ||
4717 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
579d8138 | 4718 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4719 | else |
579d8138 | 4720 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4721 | fi |
579d8138 | 4722 | |
4cdb0ab0 | 4723 | |
579d8138 | 4724 | echo $ac_n "checking for --enable-protocol_file""... $ac_c" 1>&6 |
f09359cf | 4725 | echo "configure:4726: checking for --enable-protocol_file" >&5 |
4cdb0ab0 VS |
4726 | no_cache=0 |
4727 | # Check whether --enable-protocol_file or --disable-protocol_file was given. | |
4728 | if test "${enable_protocol_file+set}" = set; then | |
4729 | enableval="$enable_protocol_file" | |
579d8138 | 4730 | |
4cdb0ab0 VS |
4731 | if test "$enableval" = yes; then |
4732 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes' | |
4733 | else | |
4734 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no' | |
4735 | fi | |
579d8138 | 4736 | |
4cdb0ab0 | 4737 | else |
579d8138 | 4738 | |
4cdb0ab0 VS |
4739 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` |
4740 | if test "x$LINE" != x ; then | |
4741 | eval "DEFAULT_$LINE" | |
4742 | else | |
4743 | no_cache=1 | |
4744 | fi | |
4745 | ||
4746 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
579d8138 VS |
4747 | |
4748 | fi | |
4cdb0ab0 VS |
4749 | |
4750 | ||
4751 | eval "$ac_cv_use_protocol_file" | |
4752 | if test "$no_cache" != 1; then | |
4753 | echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp | |
4754 | fi | |
4755 | ||
4756 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
579d8138 | 4757 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4758 | else |
579d8138 | 4759 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4760 | fi |
579d8138 VS |
4761 | |
4762 | ||
4763 | ||
4764 | ||
4cdb0ab0 | 4765 | |
579d8138 | 4766 | echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6 |
f09359cf | 4767 | echo "configure:4768: checking for --enable-threads" >&5 |
10f2d63a VZ |
4768 | no_cache=0 |
4769 | # Check whether --enable-threads or --disable-threads was given. | |
4770 | if test "${enable_threads+set}" = set; then | |
4771 | enableval="$enable_threads" | |
579d8138 | 4772 | |
10f2d63a VZ |
4773 | if test "$enableval" = yes; then |
4774 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
4775 | else | |
4776 | ac_cv_use_threads='wxUSE_THREADS=no' | |
4777 | fi | |
579d8138 | 4778 | |
10f2d63a | 4779 | else |
579d8138 | 4780 | |
10f2d63a VZ |
4781 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` |
4782 | if test "x$LINE" != x ; then | |
4783 | eval "DEFAULT_$LINE" | |
4784 | else | |
4785 | no_cache=1 | |
4786 | fi | |
4787 | ||
4788 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
579d8138 VS |
4789 | |
4790 | fi | |
10f2d63a VZ |
4791 | |
4792 | ||
4793 | eval "$ac_cv_use_threads" | |
4794 | if test "$no_cache" != 1; then | |
4795 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
4796 | fi | |
4797 | ||
4798 | if test "$wxUSE_THREADS" = yes; then | |
579d8138 | 4799 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4800 | else |
579d8138 | 4801 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4802 | fi |
579d8138 | 4803 | |
10f2d63a | 4804 | |
b12915c1 VZ |
4805 | if test "$wxUSE_GUI" = "yes"; then |
4806 | ||
579d8138 VS |
4807 | |
4808 | ||
4809 | echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6 | |
f09359cf | 4810 | echo "configure:4811: checking for --enable-docview" >&5 |
10f2d63a VZ |
4811 | no_cache=0 |
4812 | # Check whether --enable-docview or --disable-docview was given. | |
4813 | if test "${enable_docview+set}" = set; then | |
4814 | enableval="$enable_docview" | |
579d8138 | 4815 | |
10f2d63a VZ |
4816 | if test "$enableval" = yes; then |
4817 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
4818 | else | |
4819 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
4820 | fi | |
579d8138 | 4821 | |
10f2d63a | 4822 | else |
579d8138 | 4823 | |
10f2d63a VZ |
4824 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${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_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
579d8138 VS |
4832 | |
4833 | fi | |
10f2d63a VZ |
4834 | |
4835 | ||
4836 | eval "$ac_cv_use_docview" | |
4837 | if test "$no_cache" != 1; then | |
4838 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
4839 | fi | |
4840 | ||
4841 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
579d8138 | 4842 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4843 | else |
579d8138 | 4844 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4845 | fi |
579d8138 | 4846 | |
10f2d63a | 4847 | |
579d8138 | 4848 | echo $ac_n "checking for --enable-help""... $ac_c" 1>&6 |
f09359cf | 4849 | echo "configure:4850: checking for --enable-help" >&5 |
10f2d63a VZ |
4850 | no_cache=0 |
4851 | # Check whether --enable-help or --disable-help was given. | |
4852 | if test "${enable_help+set}" = set; then | |
4853 | enableval="$enable_help" | |
579d8138 | 4854 | |
10f2d63a VZ |
4855 | if test "$enableval" = yes; then |
4856 | ac_cv_use_help='wxUSE_HELP=yes' | |
4857 | else | |
4858 | ac_cv_use_help='wxUSE_HELP=no' | |
4859 | fi | |
579d8138 | 4860 | |
10f2d63a | 4861 | else |
579d8138 | 4862 | |
10f2d63a VZ |
4863 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` |
4864 | if test "x$LINE" != x ; then | |
4865 | eval "DEFAULT_$LINE" | |
4866 | else | |
4867 | no_cache=1 | |
4868 | fi | |
4869 | ||
4870 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
579d8138 VS |
4871 | |
4872 | fi | |
10f2d63a VZ |
4873 | |
4874 | ||
4875 | eval "$ac_cv_use_help" | |
4876 | if test "$no_cache" != 1; then | |
4877 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
4878 | fi | |
4879 | ||
4880 | if test "$wxUSE_HELP" = yes; then | |
579d8138 | 4881 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4882 | else |
579d8138 | 4883 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4884 | fi |
579d8138 | 4885 | |
10f2d63a | 4886 | |
579d8138 | 4887 | echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6 |
f09359cf | 4888 | echo "configure:4889: checking for --enable-mshtmlhelp" >&5 |
29fd3c0c VS |
4889 | no_cache=0 |
4890 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
4891 | if test "${enable_mshtmlhelp+set}" = set; then | |
4892 | enableval="$enable_mshtmlhelp" | |
579d8138 | 4893 | |
29fd3c0c VS |
4894 | if test "$enableval" = yes; then |
4895 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
4896 | else | |
4897 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
4898 | fi | |
579d8138 | 4899 | |
29fd3c0c | 4900 | else |
579d8138 | 4901 | |
29fd3c0c VS |
4902 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` |
4903 | if test "x$LINE" != x ; then | |
4904 | eval "DEFAULT_$LINE" | |
4905 | else | |
4906 | no_cache=1 | |
4907 | fi | |
4908 | ||
4909 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
579d8138 VS |
4910 | |
4911 | fi | |
29fd3c0c VS |
4912 | |
4913 | ||
4914 | eval "$ac_cv_use_mshtmlhelp" | |
4915 | if test "$no_cache" != 1; then | |
4916 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
4917 | fi | |
4918 | ||
4919 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
579d8138 | 4920 | echo "$ac_t""yes" 1>&6 |
29fd3c0c | 4921 | else |
579d8138 | 4922 | echo "$ac_t""no" 1>&6 |
29fd3c0c | 4923 | fi |
579d8138 | 4924 | |
29fd3c0c | 4925 | |
579d8138 | 4926 | echo $ac_n "checking for --enable-html""... $ac_c" 1>&6 |
f09359cf | 4927 | echo "configure:4928: checking for --enable-html" >&5 |
3379ed37 VZ |
4928 | no_cache=0 |
4929 | # Check whether --enable-html or --disable-html was given. | |
4930 | if test "${enable_html+set}" = set; then | |
4931 | enableval="$enable_html" | |
579d8138 | 4932 | |
3379ed37 VZ |
4933 | if test "$enableval" = yes; then |
4934 | ac_cv_use_html='wxUSE_HTML=yes' | |
4935 | else | |
4936 | ac_cv_use_html='wxUSE_HTML=no' | |
4937 | fi | |
579d8138 | 4938 | |
3379ed37 | 4939 | else |
579d8138 | 4940 | |
3379ed37 VZ |
4941 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` |
4942 | if test "x$LINE" != x ; then | |
4943 | eval "DEFAULT_$LINE" | |
4944 | else | |
4945 | no_cache=1 | |
4946 | fi | |
4947 | ||
4948 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
579d8138 VS |
4949 | |
4950 | fi | |
3379ed37 VZ |
4951 | |
4952 | ||
4953 | eval "$ac_cv_use_html" | |
4954 | if test "$no_cache" != 1; then | |
4955 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
4956 | fi | |
4957 | ||
4958 | if test "$wxUSE_HTML" = yes; then | |
579d8138 | 4959 | echo "$ac_t""yes" 1>&6 |
3379ed37 | 4960 | else |
579d8138 | 4961 | echo "$ac_t""no" 1>&6 |
3379ed37 | 4962 | fi |
579d8138 | 4963 | |
3379ed37 | 4964 | |
579d8138 | 4965 | echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6 |
f09359cf | 4966 | echo "configure:4967: checking for --enable-htmlhelp" >&5 |
3379ed37 VZ |
4967 | no_cache=0 |
4968 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
4969 | if test "${enable_htmlhelp+set}" = set; then | |
4970 | enableval="$enable_htmlhelp" | |
579d8138 | 4971 | |
3379ed37 VZ |
4972 | if test "$enableval" = yes; then |
4973 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
4974 | else | |
4975 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
4976 | fi | |
579d8138 | 4977 | |
3379ed37 | 4978 | else |
579d8138 | 4979 | |
3379ed37 VZ |
4980 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` |
4981 | if test "x$LINE" != x ; then | |
4982 | eval "DEFAULT_$LINE" | |
4983 | else | |
4984 | no_cache=1 | |
4985 | fi | |
4986 | ||
4987 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
579d8138 VS |
4988 | |
4989 | fi | |
3379ed37 VZ |
4990 | |
4991 | ||
4992 | eval "$ac_cv_use_htmlhelp" | |
4993 | if test "$no_cache" != 1; then | |
4994 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
4995 | fi | |
4996 | ||
4997 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
579d8138 | 4998 | echo "$ac_t""yes" 1>&6 |
3379ed37 | 4999 | else |
579d8138 | 5000 | echo "$ac_t""no" 1>&6 |
3379ed37 | 5001 | fi |
579d8138 | 5002 | |
3379ed37 | 5003 | |
579d8138 | 5004 | echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6 |
f09359cf | 5005 | echo "configure:5006: checking for --enable-constraints" >&5 |
10f2d63a VZ |
5006 | no_cache=0 |
5007 | # Check whether --enable-constraints or --disable-constraints was given. | |
5008 | if test "${enable_constraints+set}" = set; then | |
5009 | enableval="$enable_constraints" | |
579d8138 | 5010 | |
10f2d63a VZ |
5011 | if test "$enableval" = yes; then |
5012 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
5013 | else | |
5014 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
5015 | fi | |
579d8138 | 5016 | |
10f2d63a | 5017 | else |
579d8138 | 5018 | |
10f2d63a VZ |
5019 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` |
5020 | if test "x$LINE" != x ; then | |
5021 | eval "DEFAULT_$LINE" | |
5022 | else | |
5023 | no_cache=1 | |
5024 | fi | |
5025 | ||
5026 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
579d8138 VS |
5027 | |
5028 | fi | |
10f2d63a VZ |
5029 | |
5030 | ||
5031 | eval "$ac_cv_use_constraints" | |
5032 | if test "$no_cache" != 1; then | |
5033 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
5034 | fi | |
5035 | ||
5036 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
579d8138 | 5037 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5038 | else |
579d8138 | 5039 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5040 | fi |
579d8138 | 5041 | |
10f2d63a | 5042 | |
579d8138 | 5043 | echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6 |
f09359cf | 5044 | echo "configure:5045: checking for --enable-printarch" >&5 |
10f2d63a VZ |
5045 | no_cache=0 |
5046 | # Check whether --enable-printarch or --disable-printarch was given. | |
5047 | if test "${enable_printarch+set}" = set; then | |
5048 | enableval="$enable_printarch" | |
579d8138 | 5049 | |
10f2d63a VZ |
5050 | if test "$enableval" = yes; then |
5051 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
5052 | else | |
5053 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
5054 | fi | |
579d8138 | 5055 | |
10f2d63a | 5056 | else |
579d8138 | 5057 | |
10f2d63a VZ |
5058 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` |
5059 | if test "x$LINE" != x ; then | |
5060 | eval "DEFAULT_$LINE" | |
5061 | else | |
5062 | no_cache=1 | |
5063 | fi | |
5064 | ||
5065 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
579d8138 VS |
5066 | |
5067 | fi | |
10f2d63a VZ |
5068 | |
5069 | ||
5070 | eval "$ac_cv_use_printarch" | |
5071 | if test "$no_cache" != 1; then | |
5072 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
5073 | fi | |
5074 | ||
5075 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
579d8138 | 5076 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5077 | else |
579d8138 | 5078 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5079 | fi |
579d8138 | 5080 | |
10f2d63a | 5081 | |
579d8138 | 5082 | echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6 |
f09359cf | 5083 | echo "configure:5084: checking for --enable-mdi" >&5 |
10f2d63a VZ |
5084 | no_cache=0 |
5085 | # Check whether --enable-mdi or --disable-mdi was given. | |
5086 | if test "${enable_mdi+set}" = set; then | |
5087 | enableval="$enable_mdi" | |
579d8138 | 5088 | |
10f2d63a VZ |
5089 | if test "$enableval" = yes; then |
5090 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
5091 | else | |
5092 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
5093 | fi | |
579d8138 | 5094 | |
10f2d63a | 5095 | else |
579d8138 | 5096 | |
10f2d63a VZ |
5097 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` |
5098 | if test "x$LINE" != x ; then | |
5099 | eval "DEFAULT_$LINE" | |
5100 | else | |
5101 | no_cache=1 | |
5102 | fi | |
5103 | ||
5104 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
579d8138 VS |
5105 | |
5106 | fi | |
10f2d63a VZ |
5107 | |
5108 | ||
5109 | eval "$ac_cv_use_mdi" | |
5110 | if test "$no_cache" != 1; then | |
5111 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
5112 | fi | |
5113 | ||
5114 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
579d8138 | 5115 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5116 | else |
579d8138 | 5117 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5118 | fi |
579d8138 | 5119 | |
698dcdb6 | 5120 | |
579d8138 | 5121 | echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6 |
f09359cf | 5122 | echo "configure:5123: checking for --enable-loggui" >&5 |
1e6feb95 VZ |
5123 | no_cache=0 |
5124 | # Check whether --enable-loggui or --disable-loggui was given. | |
5125 | if test "${enable_loggui+set}" = set; then | |
5126 | enableval="$enable_loggui" | |
579d8138 | 5127 | |
1e6feb95 VZ |
5128 | if test "$enableval" = yes; then |
5129 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
5130 | else | |
5131 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
5132 | fi | |
579d8138 | 5133 | |
1e6feb95 | 5134 | else |
579d8138 | 5135 | |
1e6feb95 VZ |
5136 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` |
5137 | if test "x$LINE" != x ; then | |
5138 | eval "DEFAULT_$LINE" | |
5139 | else | |
5140 | no_cache=1 | |
5141 | fi | |
5142 | ||
5143 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
579d8138 VS |
5144 | |
5145 | fi | |
1e6feb95 VZ |
5146 | |
5147 | ||
5148 | eval "$ac_cv_use_loggui" | |
5149 | if test "$no_cache" != 1; then | |
5150 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
5151 | fi | |
5152 | ||
5153 | if test "$wxUSE_LOGGUI" = yes; then | |
579d8138 | 5154 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 5155 | else |
579d8138 | 5156 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 5157 | fi |
579d8138 | 5158 | |
1e6feb95 | 5159 | |
579d8138 | 5160 | echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6 |
f09359cf | 5161 | echo "configure:5162: checking for --enable-logwin" >&5 |
1e6feb95 VZ |
5162 | no_cache=0 |
5163 | # Check whether --enable-logwin or --disable-logwin was given. | |
5164 | if test "${enable_logwin+set}" = set; then | |
5165 | enableval="$enable_logwin" | |
579d8138 | 5166 | |
1e6feb95 VZ |
5167 | if test "$enableval" = yes; then |
5168 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
5169 | else | |
5170 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
5171 | fi | |
579d8138 | 5172 | |
1e6feb95 | 5173 | else |
579d8138 | 5174 | |
1e6feb95 VZ |
5175 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` |
5176 | if test "x$LINE" != x ; then | |
5177 | eval "DEFAULT_$LINE" | |
5178 | else | |
5179 | no_cache=1 | |
5180 | fi | |
5181 | ||
5182 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
579d8138 VS |
5183 | |
5184 | fi | |
1e6feb95 VZ |
5185 | |
5186 | ||
5187 | eval "$ac_cv_use_logwin" | |
5188 | if test "$no_cache" != 1; then | |
5189 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
5190 | fi | |
5191 | ||
5192 | if test "$wxUSE_LOGWINDOW" = yes; then | |
579d8138 | 5193 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 5194 | else |
579d8138 | 5195 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 5196 | fi |
579d8138 | 5197 | |
1e6feb95 | 5198 | |
579d8138 | 5199 | echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6 |
f09359cf | 5200 | echo "configure:5201: checking for --enable-logdialog" >&5 |
69d27ff7 MB |
5201 | no_cache=0 |
5202 | # Check whether --enable-logdialog or --disable-logdialog was given. | |
5203 | if test "${enable_logdialog+set}" = set; then | |
5204 | enableval="$enable_logdialog" | |
579d8138 | 5205 | |
69d27ff7 MB |
5206 | if test "$enableval" = yes; then |
5207 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes' | |
5208 | else | |
5209 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=no' | |
5210 | fi | |
579d8138 | 5211 | |
69d27ff7 | 5212 | else |
579d8138 | 5213 | |
69d27ff7 MB |
5214 | LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}` |
5215 | if test "x$LINE" != x ; then | |
5216 | eval "DEFAULT_$LINE" | |
5217 | else | |
5218 | no_cache=1 | |
5219 | fi | |
5220 | ||
5221 | ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG | |
579d8138 VS |
5222 | |
5223 | fi | |
69d27ff7 MB |
5224 | |
5225 | ||
5226 | eval "$ac_cv_use_logdialog" | |
5227 | if test "$no_cache" != 1; then | |
5228 | echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp | |
5229 | fi | |
5230 | ||
5231 | if test "$wxUSE_LOGDIALOG" = yes; then | |
579d8138 | 5232 | echo "$ac_t""yes" 1>&6 |
69d27ff7 | 5233 | else |
579d8138 | 5234 | echo "$ac_t""no" 1>&6 |
69d27ff7 | 5235 | fi |
579d8138 | 5236 | |
10f2d63a | 5237 | |
579d8138 VS |
5238 | |
5239 | echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6 | |
f09359cf | 5240 | echo "configure:5241: checking for --enable-postscript" >&5 |
10f2d63a VZ |
5241 | no_cache=0 |
5242 | # Check whether --enable-postscript or --disable-postscript was given. | |
5243 | if test "${enable_postscript+set}" = set; then | |
5244 | enableval="$enable_postscript" | |
579d8138 | 5245 | |
10f2d63a VZ |
5246 | if test "$enableval" = yes; then |
5247 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
5248 | else | |
5249 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
5250 | fi | |
579d8138 | 5251 | |
10f2d63a | 5252 | else |
579d8138 | 5253 | |
10f2d63a VZ |
5254 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` |
5255 | if test "x$LINE" != x ; then | |
5256 | eval "DEFAULT_$LINE" | |
5257 | else | |
5258 | no_cache=1 | |
5259 | fi | |
5260 | ||
5261 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
579d8138 VS |
5262 | |
5263 | fi | |
10f2d63a VZ |
5264 | |
5265 | ||
5266 | eval "$ac_cv_use_postscript" | |
5267 | if test "$no_cache" != 1; then | |
5268 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
5269 | fi | |
5270 | ||
5271 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
579d8138 | 5272 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5273 | else |
579d8138 | 5274 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5275 | fi |
579d8138 VS |
5276 | |
5277 | ||
10f2d63a | 5278 | |
579d8138 VS |
5279 | |
5280 | ||
5281 | echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6 | |
f09359cf | 5282 | echo "configure:5283: checking for --enable-prologio" >&5 |
10f2d63a VZ |
5283 | no_cache=0 |
5284 | # Check whether --enable-prologio or --disable-prologio was given. | |
5285 | if test "${enable_prologio+set}" = set; then | |
5286 | enableval="$enable_prologio" | |
579d8138 | 5287 | |
10f2d63a VZ |
5288 | if test "$enableval" = yes; then |
5289 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
5290 | else | |
5291 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
5292 | fi | |
579d8138 | 5293 | |
10f2d63a | 5294 | else |
579d8138 | 5295 | |
10f2d63a VZ |
5296 | LINE=`grep "wxUSE_PROLOGIO" ${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_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
579d8138 VS |
5304 | |
5305 | fi | |
10f2d63a VZ |
5306 | |
5307 | ||
5308 | eval "$ac_cv_use_prologio" | |
5309 | if test "$no_cache" != 1; then | |
5310 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
5311 | fi | |
5312 | ||
5313 | if test "$wxUSE_PROLOGIO" = yes; then | |
579d8138 | 5314 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5315 | else |
579d8138 | 5316 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5317 | fi |
579d8138 | 5318 | |
10f2d63a | 5319 | |
579d8138 | 5320 | echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6 |
f09359cf | 5321 | echo "configure:5322: checking for --enable-resources" >&5 |
10f2d63a VZ |
5322 | no_cache=0 |
5323 | # Check whether --enable-resources or --disable-resources was given. | |
5324 | if test "${enable_resources+set}" = set; then | |
5325 | enableval="$enable_resources" | |
579d8138 | 5326 | |
10f2d63a VZ |
5327 | if test "$enableval" = yes; then |
5328 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
5329 | else | |
5330 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
5331 | fi | |
579d8138 | 5332 | |
10f2d63a | 5333 | else |
579d8138 | 5334 | |
10f2d63a VZ |
5335 | LINE=`grep "wxUSE_RESOURCES" ${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_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
579d8138 VS |
5343 | |
5344 | fi | |
10f2d63a VZ |
5345 | |
5346 | ||
5347 | eval "$ac_cv_use_resources" | |
5348 | if test "$no_cache" != 1; then | |
5349 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
5350 | fi | |
5351 | ||
5352 | if test "$wxUSE_RESOURCES" = yes; then | |
579d8138 | 5353 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5354 | else |
579d8138 | 5355 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5356 | fi |
579d8138 | 5357 | |
698dcdb6 | 5358 | |
579d8138 VS |
5359 | |
5360 | echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6 | |
f09359cf | 5361 | echo "configure:5362: checking for --enable-xresources" >&5 |
10f2d63a VZ |
5362 | no_cache=0 |
5363 | # Check whether --enable-xresources or --disable-xresources was given. | |
5364 | if test "${enable_xresources+set}" = set; then | |
5365 | enableval="$enable_xresources" | |
579d8138 | 5366 | |
10f2d63a VZ |
5367 | if test "$enableval" = yes; then |
5368 | ac_cv_use_xresources='wxUSE_X_RESOURCES=yes' | |
5369 | else | |
5370 | ac_cv_use_xresources='wxUSE_X_RESOURCES=no' | |
5371 | fi | |
579d8138 | 5372 | |
10f2d63a | 5373 | else |
579d8138 | 5374 | |
10f2d63a VZ |
5375 | LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}` |
5376 | if test "x$LINE" != x ; then | |
5377 | eval "DEFAULT_$LINE" | |
5378 | else | |
5379 | no_cache=1 | |
5380 | fi | |
5381 | ||
5382 | ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES | |
579d8138 VS |
5383 | |
5384 | fi | |
10f2d63a VZ |
5385 | |
5386 | ||
5387 | eval "$ac_cv_use_xresources" | |
5388 | if test "$no_cache" != 1; then | |
5389 | echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp | |
5390 | fi | |
5391 | ||
5392 | if test "$wxUSE_X_RESOURCES" = yes; then | |
579d8138 | 5393 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5394 | else |
579d8138 | 5395 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5396 | fi |
579d8138 VS |
5397 | |
5398 | ||
698dcdb6 | 5399 | |
579d8138 VS |
5400 | |
5401 | echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6 | |
f09359cf | 5402 | echo "configure:5403: checking for --enable-clipboard" >&5 |
10f2d63a VZ |
5403 | no_cache=0 |
5404 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
5405 | if test "${enable_clipboard+set}" = set; then | |
5406 | enableval="$enable_clipboard" | |
579d8138 | 5407 | |
10f2d63a VZ |
5408 | if test "$enableval" = yes; then |
5409 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
5410 | else | |
5411 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
5412 | fi | |
579d8138 | 5413 | |
10f2d63a | 5414 | else |
579d8138 | 5415 | |
10f2d63a VZ |
5416 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` |
5417 | if test "x$LINE" != x ; then | |
5418 | eval "DEFAULT_$LINE" | |
5419 | else | |
5420 | no_cache=1 | |
5421 | fi | |
5422 | ||
5423 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
579d8138 VS |
5424 | |
5425 | fi | |
10f2d63a VZ |
5426 | |
5427 | ||
5428 | eval "$ac_cv_use_clipboard" | |
5429 | if test "$no_cache" != 1; then | |
5430 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
5431 | fi | |
5432 | ||
5433 | if test "$wxUSE_CLIPBOARD" = yes; then | |
579d8138 | 5434 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5435 | else |
579d8138 | 5436 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5437 | fi |
579d8138 | 5438 | |
10f2d63a | 5439 | |
579d8138 | 5440 | echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6 |
f09359cf | 5441 | echo "configure:5442: checking for --enable-dnd" >&5 |
10f2d63a VZ |
5442 | no_cache=0 |
5443 | # Check whether --enable-dnd or --disable-dnd was given. | |
5444 | if test "${enable_dnd+set}" = set; then | |
5445 | enableval="$enable_dnd" | |
579d8138 | 5446 | |
10f2d63a VZ |
5447 | if test "$enableval" = yes; then |
5448 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
5449 | else | |
5450 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
5451 | fi | |
579d8138 | 5452 | |
10f2d63a | 5453 | else |
579d8138 | 5454 | |
10f2d63a VZ |
5455 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` |
5456 | if test "x$LINE" != x ; then | |
5457 | eval "DEFAULT_$LINE" | |
5458 | else | |
5459 | no_cache=1 | |
5460 | fi | |
5461 | ||
5462 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
579d8138 VS |
5463 | |
5464 | fi | |
10f2d63a VZ |
5465 | |
5466 | ||
5467 | eval "$ac_cv_use_dnd" | |
5468 | if test "$no_cache" != 1; then | |
5469 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
5470 | fi | |
5471 | ||
5472 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
579d8138 | 5473 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5474 | else |
579d8138 | 5475 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5476 | fi |
579d8138 | 5477 | |
10f2d63a | 5478 | |
579d8138 | 5479 | echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 |
f09359cf | 5480 | echo "configure:5481: checking for --enable-metafile" >&5 |
b64f0a5f RL |
5481 | no_cache=0 |
5482 | # Check whether --enable-metafile or --disable-metafile was given. | |
5483 | if test "${enable_metafile+set}" = set; then | |
5484 | enableval="$enable_metafile" | |
579d8138 | 5485 | |
b64f0a5f RL |
5486 | if test "$enableval" = yes; then |
5487 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
5488 | else | |
5489 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
5490 | fi | |
579d8138 | 5491 | |
b64f0a5f | 5492 | else |
579d8138 | 5493 | |
b64f0a5f RL |
5494 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
5495 | if test "x$LINE" != x ; then | |
5496 | eval "DEFAULT_$LINE" | |
5497 | else | |
5498 | no_cache=1 | |
5499 | fi | |
5500 | ||
5501 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
579d8138 VS |
5502 | |
5503 | fi | |
b64f0a5f RL |
5504 | |
5505 | ||
5506 | eval "$ac_cv_use_metafile" | |
5507 | if test "$no_cache" != 1; then | |
5508 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
5509 | fi | |
5510 | ||
5511 | if test "$wxUSE_METAFILE" = yes; then | |
579d8138 | 5512 | echo "$ac_t""yes" 1>&6 |
b64f0a5f | 5513 | else |
579d8138 | 5514 | echo "$ac_t""no" 1>&6 |
b64f0a5f | 5515 | fi |
579d8138 VS |
5516 | |
5517 | ||
698dcdb6 | 5518 | |
579d8138 | 5519 | echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6 |
f09359cf | 5520 | echo "configure:5521: checking for --enable-treelayout" >&5 |
10f2d63a | 5521 | no_cache=0 |
24176f2c GD |
5522 | # Check whether --enable-treelayout or --disable-treelayout was given. |
5523 | if test "${enable_treelayout+set}" = set; then | |
5524 | enableval="$enable_treelayout" | |
579d8138 | 5525 | |
10f2d63a | 5526 | if test "$enableval" = yes; then |
24176f2c | 5527 | ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes' |
10f2d63a | 5528 | else |
24176f2c | 5529 | ac_cv_use_treelayout='wxUSE_TREELAYOUT=no' |
10f2d63a | 5530 | fi |
579d8138 | 5531 | |
10f2d63a | 5532 | else |
579d8138 | 5533 | |
24176f2c | 5534 | LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}` |
10f2d63a VZ |
5535 | if test "x$LINE" != x ; then |
5536 | eval "DEFAULT_$LINE" | |
5537 | else | |
5538 | no_cache=1 | |
5539 | fi | |
5540 | ||
24176f2c | 5541 | ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT |
579d8138 VS |
5542 | |
5543 | fi | |
10f2d63a VZ |
5544 | |
5545 | ||
24176f2c | 5546 | eval "$ac_cv_use_treelayout" |
10f2d63a | 5547 | if test "$no_cache" != 1; then |
24176f2c | 5548 | echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
5549 | fi |
5550 | ||
24176f2c | 5551 | if test "$wxUSE_TREELAYOUT" = yes; then |
579d8138 | 5552 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5553 | else |
579d8138 | 5554 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5555 | fi |
579d8138 VS |
5556 | |
5557 | ||
5558 | ||
698dcdb6 | 5559 | |
579d8138 | 5560 | echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6 |
f09359cf | 5561 | echo "configure:5562: checking for --enable-controls" >&5 |
10f2d63a VZ |
5562 | no_cache=0 |
5563 | # Check whether --enable-controls or --disable-controls was given. | |
5564 | if test "${enable_controls+set}" = set; then | |
5565 | enableval="$enable_controls" | |
579d8138 | 5566 | |
10f2d63a VZ |
5567 | if test "$enableval" = yes; then |
5568 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
5569 | else | |
5570 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
5571 | fi | |
579d8138 | 5572 | |
10f2d63a | 5573 | else |
579d8138 | 5574 | |
10f2d63a VZ |
5575 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` |
5576 | if test "x$LINE" != x ; then | |
5577 | eval "DEFAULT_$LINE" | |
5578 | else | |
5579 | no_cache=1 | |
5580 | fi | |
5581 | ||
5582 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
579d8138 VS |
5583 | |
5584 | fi | |
10f2d63a VZ |
5585 | |
5586 | ||
5587 | eval "$ac_cv_use_controls" | |
5588 | if test "$no_cache" != 1; then | |
5589 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
5590 | fi | |
5591 | ||
5592 | if test "$wxUSE_CONTROLS" = yes; then | |
579d8138 | 5593 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5594 | else |
579d8138 | 5595 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5596 | fi |
579d8138 | 5597 | |
10f2d63a VZ |
5598 | |
5599 | if test "$wxUSE_CONTROLS" = "yes"; then | |
5600 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 VZ |
5601 | DEFAULT_wxUSE_BMPBUTTON=yes |
5602 | DEFAULT_wxUSE_BUTTON=yes | |
5603 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
5604 | DEFAULT_wxUSE_CARET=yes |
5605 | DEFAULT_wxUSE_COMBOBOX=yes | |
10f2d63a VZ |
5606 | DEFAULT_wxUSE_CHECKBOX=yes |
5607 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
5608 | DEFAULT_wxUSE_CHOICE=yes | |
5609 | DEFAULT_wxUSE_GAUGE=yes | |
5610 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 5611 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
5612 | DEFAULT_wxUSE_IMAGLIST=yes |
5613 | DEFAULT_wxUSE_LISTBOX=yes | |
5614 | DEFAULT_wxUSE_LISTCTRL=yes | |
5615 | DEFAULT_wxUSE_NOTEBOOK=yes | |
24176f2c | 5616 | DEFAULT_wxUSE_PROPSHEET=yes |
10f2d63a VZ |
5617 | DEFAULT_wxUSE_RADIOBOX=yes |
5618 | DEFAULT_wxUSE_RADIOBTN=yes | |
5619 | DEFAULT_wxUSE_SASH=yes | |
5620 | DEFAULT_wxUSE_SCROLLBAR=yes | |
5621 | DEFAULT_wxUSE_SLIDER=yes | |
5622 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 5623 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
5624 | DEFAULT_wxUSE_SPLITTER=yes |
5625 | DEFAULT_wxUSE_STATBMP=yes | |
5626 | DEFAULT_wxUSE_STATBOX=yes | |
5627 | DEFAULT_wxUSE_STATLINE=yes | |
5628 | DEFAULT_wxUSE_STATUSBAR=yes | |
5629 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
1db8dc4a | 5630 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 5631 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
5632 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
5633 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
5634 | DEFAULT_wxUSE_TOOLTIPS=yes |
5635 | DEFAULT_wxUSE_TREECTRL=yes | |
9f41d601 | 5636 | DEFAULT_wxUSE_POPUPWIN=yes |
9926e4a4 | 5637 | DEFAULT_wxUSE_TIPWINDOW=yes |
10f2d63a VZ |
5638 | elif test "$wxUSE_CONTROLS" = "no"; then |
5639 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 VZ |
5640 | DEFAULT_wxUSE_BMPBUTTON=no |
5641 | DEFAULT_wxUSE_BUTTON=no | |
5642 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
5643 | DEFAULT_wxUSE_CARET=no |
5644 | DEFAULT_wxUSE_COMBOBOX=no | |
10f2d63a VZ |
5645 | DEFAULT_wxUSE_CHECKBOX=no |
5646 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
5647 | DEFAULT_wxUSE_CHOICE=no | |
5648 | DEFAULT_wxUSE_GAUGE=no | |
5649 | DEFAULT_wxUSE_GRID=no | |
5650 | DEFAULT_wxUSE_NEW_GRID=no | |
5651 | DEFAULT_wxUSE_IMAGLIST=no | |
5652 | DEFAULT_wxUSE_LISTBOX=no | |
5653 | DEFAULT_wxUSE_LISTCTRL=no | |
5654 | DEFAULT_wxUSE_NOTEBOOK=no | |
24176f2c | 5655 | DEFAULT_wxUSE_PROPSHEET=no |
10f2d63a VZ |
5656 | DEFAULT_wxUSE_RADIOBOX=no |
5657 | DEFAULT_wxUSE_RADIOBTN=no | |
5658 | DEFAULT_wxUSE_SASH=no | |
5659 | DEFAULT_wxUSE_SCROLLBAR=no | |
5660 | DEFAULT_wxUSE_SLIDER=no | |
5661 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 5662 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
5663 | DEFAULT_wxUSE_SPLITTER=no |
5664 | DEFAULT_wxUSE_STATBMP=no | |
5665 | DEFAULT_wxUSE_STATBOX=no | |
5666 | DEFAULT_wxUSE_STATLINE=no | |
5667 | DEFAULT_wxUSE_STATUSBAR=no | |
5668 | DEFAULT_wxUSE_TAB_DIALOG=no | |
1db8dc4a | 5669 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 5670 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
5671 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
5672 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
5673 | DEFAULT_wxUSE_TOOLTIPS=no |
5674 | DEFAULT_wxUSE_TREECTRL=no | |
9f41d601 | 5675 | DEFAULT_wxUSE_POPUPWIN=no |
9926e4a4 | 5676 | DEFAULT_wxUSE_TIPWINDOW=no |
10f2d63a VZ |
5677 | fi |
5678 | ||
579d8138 VS |
5679 | |
5680 | echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6 | |
f09359cf | 5681 | echo "configure:5682: checking for --enable-accel" >&5 |
10f2d63a VZ |
5682 | no_cache=0 |
5683 | # Check whether --enable-accel or --disable-accel was given. | |
5684 | if test "${enable_accel+set}" = set; then | |
5685 | enableval="$enable_accel" | |
579d8138 | 5686 | |
10f2d63a VZ |
5687 | if test "$enableval" = yes; then |
5688 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
5689 | else | |
5690 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
5691 | fi | |
579d8138 | 5692 | |
10f2d63a | 5693 | else |
579d8138 | 5694 | |
10f2d63a VZ |
5695 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` |
5696 | if test "x$LINE" != x ; then | |
5697 | eval "DEFAULT_$LINE" | |
5698 | else | |
5699 | no_cache=1 | |
5700 | fi | |
5701 | ||
5702 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
579d8138 VS |
5703 | |
5704 | fi | |
10f2d63a VZ |
5705 | |
5706 | ||
5707 | eval "$ac_cv_use_accel" | |
5708 | if test "$no_cache" != 1; then | |
5709 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
5710 | fi | |
5711 | ||
5712 | if test "$wxUSE_ACCEL" = yes; then | |
579d8138 | 5713 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5714 | else |
579d8138 | 5715 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5716 | fi |
579d8138 | 5717 | |
10f2d63a | 5718 | |
579d8138 | 5719 | echo $ac_n "checking for --enable-button""... $ac_c" 1>&6 |
f09359cf | 5720 | echo "configure:5721: checking for --enable-button" >&5 |
10f2d63a | 5721 | no_cache=0 |
1e6feb95 VZ |
5722 | # Check whether --enable-button or --disable-button was given. |
5723 | if test "${enable_button+set}" = set; then | |
5724 | enableval="$enable_button" | |
579d8138 | 5725 | |
10f2d63a | 5726 | if test "$enableval" = yes; then |
1e6feb95 | 5727 | ac_cv_use_button='wxUSE_BUTTON=yes' |
10f2d63a | 5728 | else |
1e6feb95 | 5729 | ac_cv_use_button='wxUSE_BUTTON=no' |
10f2d63a | 5730 | fi |
579d8138 | 5731 | |
10f2d63a | 5732 | else |
579d8138 | 5733 | |
1e6feb95 | 5734 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` |
10f2d63a VZ |
5735 | if test "x$LINE" != x ; then |
5736 | eval "DEFAULT_$LINE" | |
5737 | else | |
5738 | no_cache=1 | |
5739 | fi | |
5740 | ||
1e6feb95 | 5741 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON |
579d8138 VS |
5742 | |
5743 | fi | |
10f2d63a VZ |
5744 | |
5745 | ||
1e6feb95 | 5746 | eval "$ac_cv_use_button" |
10f2d63a | 5747 | if test "$no_cache" != 1; then |
1e6feb95 | 5748 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
5749 | fi |
5750 | ||
1e6feb95 | 5751 | if test "$wxUSE_BUTTON" = yes; then |
579d8138 | 5752 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5753 | else |
579d8138 | 5754 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5755 | fi |
579d8138 | 5756 | |
10f2d63a | 5757 | |
579d8138 | 5758 | echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6 |
f09359cf | 5759 | echo "configure:5760: checking for --enable-bmpbutton" >&5 |
10f2d63a VZ |
5760 | no_cache=0 |
5761 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
5762 | if test "${enable_bmpbutton+set}" = set; then | |
5763 | enableval="$enable_bmpbutton" | |
579d8138 | 5764 | |
10f2d63a VZ |
5765 | if test "$enableval" = yes; then |
5766 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
5767 | else | |
5768 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
5769 | fi | |
579d8138 | 5770 | |
10f2d63a | 5771 | else |
579d8138 | 5772 | |
10f2d63a VZ |
5773 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` |
5774 | if test "x$LINE" != x ; then | |
5775 | eval "DEFAULT_$LINE" | |
5776 | else | |
5777 | no_cache=1 | |
5778 | fi | |
5779 | ||
5780 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
579d8138 VS |
5781 | |
5782 | fi | |
10f2d63a VZ |
5783 | |
5784 | ||
5785 | eval "$ac_cv_use_bmpbutton" | |
5786 | if test "$no_cache" != 1; then | |
5787 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
5788 | fi | |
5789 | ||
5790 | if test "$wxUSE_BMPBUTTON" = yes; then | |
579d8138 | 5791 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5792 | else |
579d8138 | 5793 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5794 | fi |
579d8138 | 5795 | |
10f2d63a | 5796 | |
579d8138 | 5797 | echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6 |
f09359cf | 5798 | echo "configure:5799: checking for --enable-calendar" >&5 |
1e6feb95 VZ |
5799 | no_cache=0 |
5800 | # Check whether --enable-calendar or --disable-calendar was given. | |
5801 | if test "${enable_calendar+set}" = set; then | |
5802 | enableval="$enable_calendar" | |
579d8138 | 5803 | |
1e6feb95 VZ |
5804 | if test "$enableval" = yes; then |
5805 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
5806 | else | |
5807 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
5808 | fi | |
579d8138 | 5809 | |
1e6feb95 | 5810 | else |
579d8138 | 5811 | |
1e6feb95 VZ |
5812 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` |
5813 | if test "x$LINE" != x ; then | |
5814 | eval "DEFAULT_$LINE" | |
5815 | else | |
5816 | no_cache=1 | |
5817 | fi | |
5818 | ||
5819 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
579d8138 VS |
5820 | |
5821 | fi | |
1e6feb95 VZ |
5822 | |
5823 | ||
5824 | eval "$ac_cv_use_calendar" | |
5825 | if test "$no_cache" != 1; then | |
5826 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
5827 | fi | |
5828 | ||
5829 | if test "$wxUSE_CALCTRL" = yes; then | |
579d8138 | 5830 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 5831 | else |
579d8138 | 5832 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 5833 | fi |
579d8138 | 5834 | |
1e6feb95 | 5835 | |
579d8138 | 5836 | echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6 |
f09359cf | 5837 | echo "configure:5838: checking for --enable-caret" >&5 |
1e6feb95 VZ |
5838 | no_cache=0 |
5839 | # Check whether --enable-caret or --disable-caret was given. | |
5840 | if test "${enable_caret+set}" = set; then | |
5841 | enableval="$enable_caret" | |
579d8138 | 5842 | |
1e6feb95 VZ |
5843 | if test "$enableval" = yes; then |
5844 | ac_cv_use_caret='wxUSE_CARET=yes' | |
5845 | else | |
5846 | ac_cv_use_caret='wxUSE_CARET=no' | |
5847 | fi | |
579d8138 | 5848 | |
1e6feb95 | 5849 | else |
579d8138 | 5850 | |
1e6feb95 VZ |
5851 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` |
5852 | if test "x$LINE" != x ; then | |
5853 | eval "DEFAULT_$LINE" | |
5854 | else | |
5855 | no_cache=1 | |
5856 | fi | |
5857 | ||
5858 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
579d8138 VS |
5859 | |
5860 | fi | |
1e6feb95 VZ |
5861 | |
5862 | ||
5863 | eval "$ac_cv_use_caret" | |
5864 | if test "$no_cache" != 1; then | |
5865 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
5866 | fi | |
5867 | ||
5868 | if test "$wxUSE_CARET" = yes; then | |
579d8138 | 5869 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 5870 | else |
579d8138 | 5871 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 5872 | fi |
579d8138 | 5873 | |
1e6feb95 | 5874 | |
579d8138 | 5875 | echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6 |
f09359cf | 5876 | echo "configure:5877: checking for --enable-checkbox" >&5 |
10f2d63a VZ |
5877 | no_cache=0 |
5878 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
5879 | if test "${enable_checkbox+set}" = set; then | |
5880 | enableval="$enable_checkbox" | |
579d8138 | 5881 | |
10f2d63a VZ |
5882 | if test "$enableval" = yes; then |
5883 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
5884 | else | |
5885 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
5886 | fi | |
579d8138 | 5887 | |
10f2d63a | 5888 | else |
579d8138 | 5889 | |
10f2d63a VZ |
5890 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` |
5891 | if test "x$LINE" != x ; then | |
5892 | eval "DEFAULT_$LINE" | |
5893 | else | |
5894 | no_cache=1 | |
5895 | fi | |
5896 | ||
5897 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
579d8138 VS |
5898 | |
5899 | fi | |
10f2d63a VZ |
5900 | |
5901 | ||
5902 | eval "$ac_cv_use_checkbox" | |
5903 | if test "$no_cache" != 1; then | |
5904 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
5905 | fi | |
5906 | ||
5907 | if test "$wxUSE_CHECKBOX" = yes; then | |
579d8138 | 5908 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5909 | else |
579d8138 | 5910 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5911 | fi |
579d8138 | 5912 | |
10f2d63a | 5913 | |
579d8138 | 5914 | echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6 |
f09359cf | 5915 | echo "configure:5916: checking for --enable-checklst" >&5 |
10f2d63a VZ |
5916 | no_cache=0 |
5917 | # Check whether --enable-checklst or --disable-checklst was given. | |
5918 | if test "${enable_checklst+set}" = set; then | |
5919 | enableval="$enable_checklst" | |
579d8138 | 5920 | |
10f2d63a VZ |
5921 | if test "$enableval" = yes; then |
5922 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
5923 | else | |
5924 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
5925 | fi | |
579d8138 | 5926 | |
10f2d63a | 5927 | else |
579d8138 | 5928 | |
10f2d63a VZ |
5929 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` |
5930 | if test "x$LINE" != x ; then | |
5931 | eval "DEFAULT_$LINE" | |
5932 | else | |
5933 | no_cache=1 | |
5934 | fi | |
5935 | ||
5936 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
579d8138 VS |
5937 | |
5938 | fi | |
10f2d63a VZ |
5939 | |
5940 | ||
5941 | eval "$ac_cv_use_checklst" | |
5942 | if test "$no_cache" != 1; then | |
5943 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
5944 | fi | |
5945 | ||
5946 | if test "$wxUSE_CHECKLST" = yes; then | |
579d8138 | 5947 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5948 | else |
579d8138 | 5949 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5950 | fi |
579d8138 | 5951 | |
10f2d63a | 5952 | |
579d8138 | 5953 | echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6 |
f09359cf | 5954 | echo "configure:5955: checking for --enable-choice" >&5 |
10f2d63a VZ |
5955 | no_cache=0 |
5956 | # Check whether --enable-choice or --disable-choice was given. | |
5957 | if test "${enable_choice+set}" = set; then | |
5958 | enableval="$enable_choice" | |
579d8138 | 5959 | |
10f2d63a VZ |
5960 | if test "$enableval" = yes; then |
5961 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
5962 | else | |
5963 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
5964 | fi | |
579d8138 | 5965 | |
10f2d63a | 5966 | else |
579d8138 | 5967 | |
10f2d63a VZ |
5968 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` |
5969 | if test "x$LINE" != x ; then | |
5970 | eval "DEFAULT_$LINE" | |
5971 | else | |
5972 | no_cache=1 | |
5973 | fi | |
5974 | ||
5975 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
579d8138 VS |
5976 | |
5977 | fi | |
10f2d63a VZ |
5978 | |
5979 | ||
5980 | eval "$ac_cv_use_choice" | |
5981 | if test "$no_cache" != 1; then | |
5982 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
5983 | fi | |
5984 | ||
5985 | if test "$wxUSE_CHOICE" = yes; then | |
579d8138 | 5986 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5987 | else |
579d8138 | 5988 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5989 | fi |
579d8138 | 5990 | |
10f2d63a | 5991 | |
579d8138 | 5992 | echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6 |
f09359cf | 5993 | echo "configure:5994: checking for --enable-combobox" >&5 |
10f2d63a VZ |
5994 | no_cache=0 |
5995 | # Check whether --enable-combobox or --disable-combobox was given. | |
5996 | if test "${enable_combobox+set}" = set; then | |
5997 | enableval="$enable_combobox" | |
579d8138 | 5998 | |
10f2d63a VZ |
5999 | if test "$enableval" = yes; then |
6000 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
6001 | else | |
6002 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
6003 | fi | |
579d8138 | 6004 | |
10f2d63a | 6005 | else |
579d8138 | 6006 | |
10f2d63a VZ |
6007 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` |
6008 | if test "x$LINE" != x ; then | |
6009 | eval "DEFAULT_$LINE" | |
6010 | else | |
6011 | no_cache=1 | |
6012 | fi | |
6013 | ||
6014 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
579d8138 VS |
6015 | |
6016 | fi | |
10f2d63a VZ |
6017 | |
6018 | ||
6019 | eval "$ac_cv_use_combobox" | |
6020 | if test "$no_cache" != 1; then | |
6021 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
6022 | fi | |
6023 | ||
6024 | if test "$wxUSE_COMBOBOX" = yes; then | |
579d8138 | 6025 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6026 | else |
579d8138 | 6027 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6028 | fi |
579d8138 | 6029 | |
10f2d63a | 6030 | |
579d8138 | 6031 | echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6 |
f09359cf | 6032 | echo "configure:6033: checking for --enable-gauge" >&5 |
10f2d63a VZ |
6033 | no_cache=0 |
6034 | # Check whether --enable-gauge or --disable-gauge was given. | |
6035 | if test "${enable_gauge+set}" = set; then | |
6036 | enableval="$enable_gauge" | |
579d8138 | 6037 | |
10f2d63a VZ |
6038 | if test "$enableval" = yes; then |
6039 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
6040 | else | |
6041 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
6042 | fi | |
579d8138 | 6043 | |
10f2d63a | 6044 | else |
579d8138 | 6045 | |
10f2d63a VZ |
6046 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` |
6047 | if test "x$LINE" != x ; then | |
6048 | eval "DEFAULT_$LINE" | |
6049 | else | |
6050 | no_cache=1 | |
6051 | fi | |
6052 | ||
6053 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
579d8138 VS |
6054 | |
6055 | fi | |
10f2d63a VZ |
6056 | |
6057 | ||
6058 | eval "$ac_cv_use_gauge" | |
6059 | if test "$no_cache" != 1; then | |
6060 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
6061 | fi | |
6062 | ||
6063 | if test "$wxUSE_GAUGE" = yes; then | |
579d8138 | 6064 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6065 | else |
579d8138 | 6066 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6067 | fi |
579d8138 | 6068 | |
10f2d63a | 6069 | |
579d8138 | 6070 | echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6 |
f09359cf | 6071 | echo "configure:6072: checking for --enable-grid" >&5 |
10f2d63a VZ |
6072 | no_cache=0 |
6073 | # Check whether --enable-grid or --disable-grid was given. | |
6074 | if test "${enable_grid+set}" = set; then | |
6075 | enableval="$enable_grid" | |
579d8138 | 6076 | |
10f2d63a VZ |
6077 | if test "$enableval" = yes; then |
6078 | ac_cv_use_grid='wxUSE_GRID=yes' | |
6079 | else | |
6080 | ac_cv_use_grid='wxUSE_GRID=no' | |
6081 | fi | |
579d8138 | 6082 | |
10f2d63a | 6083 | else |
579d8138 | 6084 | |
10f2d63a VZ |
6085 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` |
6086 | if test "x$LINE" != x ; then | |
6087 | eval "DEFAULT_$LINE" | |
6088 | else | |
6089 | no_cache=1 | |
6090 | fi | |
6091 | ||
6092 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
579d8138 VS |
6093 | |
6094 | fi | |
10f2d63a VZ |
6095 | |
6096 | ||
6097 | eval "$ac_cv_use_grid" | |
6098 | if test "$no_cache" != 1; then | |
6099 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
6100 | fi | |
6101 | ||
6102 | if test "$wxUSE_GRID" = yes; then | |
579d8138 | 6103 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6104 | else |
579d8138 | 6105 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6106 | fi |
579d8138 | 6107 | |
10f2d63a | 6108 | |
579d8138 | 6109 | echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6 |
f09359cf | 6110 | echo "configure:6111: checking for --enable-newgrid" >&5 |
10f2d63a VZ |
6111 | no_cache=0 |
6112 | # Check whether --enable-newgrid or --disable-newgrid was given. | |
6113 | if test "${enable_newgrid+set}" = set; then | |
6114 | enableval="$enable_newgrid" | |
579d8138 | 6115 | |
10f2d63a VZ |
6116 | if test "$enableval" = yes; then |
6117 | ac_cv_use_newgrid='wxUSE_NEW_GRID=yes' | |
6118 | else | |
6119 | ac_cv_use_newgrid='wxUSE_NEW_GRID=no' | |
6120 | fi | |
579d8138 | 6121 | |
10f2d63a | 6122 | else |
579d8138 | 6123 | |
10f2d63a VZ |
6124 | LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` |
6125 | if test "x$LINE" != x ; then | |
6126 | eval "DEFAULT_$LINE" | |
6127 | else | |
6128 | no_cache=1 | |
6129 | fi | |
6130 | ||
6131 | ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID | |
579d8138 VS |
6132 | |
6133 | fi | |
10f2d63a VZ |
6134 | |
6135 | ||
6136 | eval "$ac_cv_use_newgrid" | |
6137 | if test "$no_cache" != 1; then | |
6138 | echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp | |
6139 | fi | |
6140 | ||
6141 | if test "$wxUSE_NEW_GRID" = yes; then | |
579d8138 | 6142 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6143 | else |
579d8138 | 6144 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6145 | fi |
579d8138 | 6146 | |
10f2d63a | 6147 | |
579d8138 | 6148 | echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6 |
f09359cf | 6149 | echo "configure:6150: checking for --enable-imaglist" >&5 |
10f2d63a VZ |
6150 | no_cache=0 |
6151 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
6152 | if test "${enable_imaglist+set}" = set; then | |
6153 | enableval="$enable_imaglist" | |
579d8138 | 6154 | |
10f2d63a VZ |
6155 | if test "$enableval" = yes; then |
6156 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
6157 | else | |
6158 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
6159 | fi | |
579d8138 | 6160 | |
10f2d63a | 6161 | else |
579d8138 | 6162 | |
10f2d63a VZ |
6163 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` |
6164 | if test "x$LINE" != x ; then | |
6165 | eval "DEFAULT_$LINE" | |
6166 | else | |
6167 | no_cache=1 | |
6168 | fi | |
6169 | ||
6170 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
579d8138 VS |
6171 | |
6172 | fi | |
10f2d63a VZ |
6173 | |
6174 | ||
6175 | eval "$ac_cv_use_imaglist" | |
6176 | if test "$no_cache" != 1; then | |
6177 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
6178 | fi | |
6179 | ||
6180 | if test "$wxUSE_IMAGLIST" = yes; then | |
579d8138 | 6181 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6182 | else |
579d8138 | 6183 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6184 | fi |
579d8138 | 6185 | |
10f2d63a | 6186 | |
579d8138 | 6187 | echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6 |
f09359cf | 6188 | echo "configure:6189: checking for --enable-listbox" >&5 |
10f2d63a VZ |
6189 | no_cache=0 |
6190 | # Check whether --enable-listbox or --disable-listbox was given. | |
6191 | if test "${enable_listbox+set}" = set; then | |
6192 | enableval="$enable_listbox" | |
579d8138 | 6193 | |
10f2d63a VZ |
6194 | if test "$enableval" = yes; then |
6195 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
6196 | else | |
6197 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
6198 | fi | |
579d8138 | 6199 | |
10f2d63a | 6200 | else |
579d8138 | 6201 | |
10f2d63a VZ |
6202 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` |
6203 | if test "x$LINE" != x ; then | |
6204 | eval "DEFAULT_$LINE" | |
6205 | else | |
6206 | no_cache=1 | |
6207 | fi | |
6208 | ||
6209 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
579d8138 VS |
6210 | |
6211 | fi | |
10f2d63a VZ |
6212 | |
6213 | ||
6214 | eval "$ac_cv_use_listbox" | |
6215 | if test "$no_cache" != 1; then | |
6216 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
6217 | fi | |
6218 | ||
6219 | if test "$wxUSE_LISTBOX" = yes; then | |
579d8138 | 6220 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6221 | else |
579d8138 | 6222 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6223 | fi |
579d8138 | 6224 | |
10f2d63a | 6225 | |
579d8138 | 6226 | echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6 |
f09359cf | 6227 | echo "configure:6228: checking for --enable-listctrl" >&5 |
10f2d63a VZ |
6228 | no_cache=0 |
6229 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
6230 | if test "${enable_listctrl+set}" = set; then | |
6231 | enableval="$enable_listctrl" | |
579d8138 | 6232 | |
10f2d63a VZ |
6233 | if test "$enableval" = yes; then |
6234 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
6235 | else | |
6236 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
6237 | fi | |
579d8138 | 6238 | |
10f2d63a | 6239 | else |
579d8138 | 6240 | |
10f2d63a VZ |
6241 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` |
6242 | if test "x$LINE" != x ; then | |
6243 | eval "DEFAULT_$LINE" | |
6244 | else | |
6245 | no_cache=1 | |
6246 | fi | |
6247 | ||
6248 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
579d8138 VS |
6249 | |
6250 | fi | |
10f2d63a VZ |
6251 | |
6252 | ||
6253 | eval "$ac_cv_use_listctrl" | |
6254 | if test "$no_cache" != 1; then | |
6255 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
6256 | fi | |
6257 | ||
6258 | if test "$wxUSE_LISTCTRL" = yes; then | |
579d8138 | 6259 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6260 | else |
579d8138 | 6261 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6262 | fi |
579d8138 | 6263 | |
10f2d63a | 6264 | |
579d8138 | 6265 | echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6 |
f09359cf | 6266 | echo "configure:6267: checking for --enable-notebook" >&5 |
10f2d63a VZ |
6267 | no_cache=0 |
6268 | # Check whether --enable-notebook or --disable-notebook was given. | |
6269 | if test "${enable_notebook+set}" = set; then | |
6270 | enableval="$enable_notebook" | |
579d8138 | 6271 | |
10f2d63a VZ |
6272 | if test "$enableval" = yes; then |
6273 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
6274 | else | |
6275 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
6276 | fi | |
579d8138 | 6277 | |
10f2d63a | 6278 | else |
579d8138 | 6279 | |
10f2d63a VZ |
6280 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` |
6281 | if test "x$LINE" != x ; then | |
6282 | eval "DEFAULT_$LINE" | |
6283 | else | |
6284 | no_cache=1 | |
6285 | fi | |
6286 | ||
6287 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
579d8138 VS |
6288 | |
6289 | fi | |
10f2d63a VZ |
6290 | |
6291 | ||
6292 | eval "$ac_cv_use_notebook" | |
6293 | if test "$no_cache" != 1; then | |
6294 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
6295 | fi | |
6296 | ||
6297 | if test "$wxUSE_NOTEBOOK" = yes; then | |
579d8138 | 6298 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6299 | else |
579d8138 | 6300 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6301 | fi |
579d8138 | 6302 | |
10f2d63a | 6303 | |
579d8138 | 6304 | echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6 |
f09359cf | 6305 | echo "configure:6306: checking for --enable-propsheet" >&5 |
24176f2c GD |
6306 | no_cache=0 |
6307 | # Check whether --enable-propsheet or --disable-propsheet was given. | |
6308 | if test "${enable_propsheet+set}" = set; then | |
6309 | enableval="$enable_propsheet" | |
579d8138 | 6310 | |
24176f2c GD |
6311 | if test "$enableval" = yes; then |
6312 | ac_cv_use_propsheet='wxUSE_PROPSHEET=yes' | |
6313 | else | |
6314 | ac_cv_use_propsheet='wxUSE_PROPSHEET=no' | |
6315 | fi | |
579d8138 | 6316 | |
24176f2c | 6317 | else |
579d8138 | 6318 | |
24176f2c GD |
6319 | LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}` |
6320 | if test "x$LINE" != x ; then | |
6321 | eval "DEFAULT_$LINE" | |
6322 | else | |
6323 | no_cache=1 | |
6324 | fi | |
6325 | ||
6326 | ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET | |
579d8138 VS |
6327 | |
6328 | fi | |
24176f2c GD |
6329 | |
6330 | ||
6331 | eval "$ac_cv_use_propsheet" | |
6332 | if test "$no_cache" != 1; then | |
6333 | echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp | |
6334 | fi | |
6335 | ||
6336 | if test "$wxUSE_PROPSHEET" = yes; then | |
579d8138 | 6337 | echo "$ac_t""yes" 1>&6 |
24176f2c | 6338 | else |
579d8138 | 6339 | echo "$ac_t""no" 1>&6 |
24176f2c | 6340 | fi |
579d8138 | 6341 | |
24176f2c | 6342 | |
579d8138 | 6343 | echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6 |
f09359cf | 6344 | echo "configure:6345: checking for --enable-radiobox" >&5 |
10f2d63a VZ |
6345 | no_cache=0 |
6346 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
6347 | if test "${enable_radiobox+set}" = set; then | |
6348 | enableval="$enable_radiobox" | |
579d8138 | 6349 | |
10f2d63a VZ |
6350 | if test "$enableval" = yes; then |
6351 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
6352 | else | |
6353 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
6354 | fi | |
579d8138 | 6355 | |
10f2d63a | 6356 | else |
579d8138 | 6357 | |
10f2d63a VZ |
6358 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` |
6359 | if test "x$LINE" != x ; then | |
6360 | eval "DEFAULT_$LINE" | |
6361 | else | |
6362 | no_cache=1 | |
6363 | fi | |
6364 | ||
6365 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
579d8138 VS |
6366 | |
6367 | fi | |
10f2d63a VZ |
6368 | |
6369 | ||
6370 | eval "$ac_cv_use_radiobox" | |
6371 | if test "$no_cache" != 1; then | |
6372 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
6373 | fi | |
6374 | ||
6375 | if test "$wxUSE_RADIOBOX" = yes; then | |
579d8138 | 6376 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6377 | else |
579d8138 | 6378 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6379 | fi |
579d8138 | 6380 | |
10f2d63a | 6381 | |
579d8138 | 6382 | echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6 |
f09359cf | 6383 | echo "configure:6384: checking for --enable-radiobtn" >&5 |
10f2d63a VZ |
6384 | no_cache=0 |
6385 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
6386 | if test "${enable_radiobtn+set}" = set; then | |
6387 | enableval="$enable_radiobtn" | |
579d8138 | 6388 | |
10f2d63a VZ |
6389 | if test "$enableval" = yes; then |
6390 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
6391 | else | |
6392 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
6393 | fi | |
579d8138 | 6394 | |
10f2d63a | 6395 | else |
579d8138 | 6396 | |
10f2d63a VZ |
6397 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` |
6398 | if test "x$LINE" != x ; then | |
6399 | eval "DEFAULT_$LINE" | |
6400 | else | |
6401 | no_cache=1 | |
6402 | fi | |
6403 | ||
6404 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
579d8138 VS |
6405 | |
6406 | fi | |
10f2d63a VZ |
6407 | |
6408 | ||
6409 | eval "$ac_cv_use_radiobtn" | |
6410 | if test "$no_cache" != 1; then | |
6411 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
6412 | fi | |
6413 | ||
6414 | if test "$wxUSE_RADIOBTN" = yes; then | |
579d8138 | 6415 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6416 | else |
579d8138 | 6417 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6418 | fi |
579d8138 | 6419 | |
10f2d63a | 6420 | |
579d8138 | 6421 | echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6 |
f09359cf | 6422 | echo "configure:6423: checking for --enable-sash" >&5 |
10f2d63a VZ |
6423 | no_cache=0 |
6424 | # Check whether --enable-sash or --disable-sash was given. | |
6425 | if test "${enable_sash+set}" = set; then | |
6426 | enableval="$enable_sash" | |
579d8138 | 6427 | |
10f2d63a VZ |
6428 | if test "$enableval" = yes; then |
6429 | ac_cv_use_sash='wxUSE_SASH=yes' | |
6430 | else | |
6431 | ac_cv_use_sash='wxUSE_SASH=no' | |
6432 | fi | |
579d8138 | 6433 | |
10f2d63a | 6434 | else |
579d8138 | 6435 | |
10f2d63a VZ |
6436 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` |
6437 | if test "x$LINE" != x ; then | |
6438 | eval "DEFAULT_$LINE" | |
6439 | else | |
6440 | no_cache=1 | |
6441 | fi | |
6442 | ||
6443 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
579d8138 VS |
6444 | |
6445 | fi | |
10f2d63a VZ |
6446 | |
6447 | ||
6448 | eval "$ac_cv_use_sash" | |
6449 | if test "$no_cache" != 1; then | |
6450 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
6451 | fi | |
6452 | ||
6453 | if test "$wxUSE_SASH" = yes; then | |
579d8138 | 6454 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6455 | else |
579d8138 | 6456 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6457 | fi |
579d8138 | 6458 | |
10f2d63a | 6459 | |
579d8138 | 6460 | echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6 |
f09359cf | 6461 | echo "configure:6462: checking for --enable-scrollbar" >&5 |
10f2d63a VZ |
6462 | no_cache=0 |
6463 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
6464 | if test "${enable_scrollbar+set}" = set; then | |
6465 | enableval="$enable_scrollbar" | |
579d8138 | 6466 | |
10f2d63a VZ |
6467 | if test "$enableval" = yes; then |
6468 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
6469 | else | |
6470 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
6471 | fi | |
579d8138 | 6472 | |
10f2d63a | 6473 | else |
579d8138 | 6474 | |
10f2d63a VZ |
6475 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` |
6476 | if test "x$LINE" != x ; then | |
6477 | eval "DEFAULT_$LINE" | |
6478 | else | |
6479 | no_cache=1 | |
6480 | fi | |
6481 | ||
6482 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
579d8138 VS |
6483 | |
6484 | fi | |
10f2d63a VZ |
6485 | |
6486 | ||
6487 | eval "$ac_cv_use_scrollbar" | |
6488 | if test "$no_cache" != 1; then | |
6489 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
6490 | fi | |
6491 | ||
6492 | if test "$wxUSE_SCROLLBAR" = yes; then | |
579d8138 | 6493 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6494 | else |
579d8138 | 6495 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6496 | fi |
579d8138 | 6497 | |
10f2d63a | 6498 | |
579d8138 | 6499 | echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6 |
f09359cf | 6500 | echo "configure:6501: checking for --enable-slider" >&5 |
10f2d63a VZ |
6501 | no_cache=0 |
6502 | # Check whether --enable-slider or --disable-slider was given. | |
6503 | if test "${enable_slider+set}" = set; then | |
6504 | enableval="$enable_slider" | |
579d8138 | 6505 | |
10f2d63a VZ |
6506 | if test "$enableval" = yes; then |
6507 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
6508 | else | |
6509 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
6510 | fi | |
579d8138 | 6511 | |
10f2d63a | 6512 | else |
579d8138 | 6513 | |
10f2d63a VZ |
6514 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` |
6515 | if test "x$LINE" != x ; then | |
6516 | eval "DEFAULT_$LINE" | |
6517 | else | |
6518 | no_cache=1 | |
6519 | fi | |
6520 | ||
6521 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
579d8138 VS |
6522 | |
6523 | fi | |
10f2d63a VZ |
6524 | |
6525 | ||
6526 | eval "$ac_cv_use_slider" | |
6527 | if test "$no_cache" != 1; then | |
6528 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
6529 | fi | |
6530 | ||
6531 | if test "$wxUSE_SLIDER" = yes; then | |
579d8138 | 6532 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6533 | else |
579d8138 | 6534 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6535 | fi |
579d8138 | 6536 | |
10f2d63a | 6537 | |
579d8138 | 6538 | echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6 |
f09359cf | 6539 | echo "configure:6540: checking for --enable-spinbtn" >&5 |
10f2d63a VZ |
6540 | no_cache=0 |
6541 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
6542 | if test "${enable_spinbtn+set}" = set; then | |
6543 | enableval="$enable_spinbtn" | |
579d8138 | 6544 | |
10f2d63a VZ |
6545 | if test "$enableval" = yes; then |
6546 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
6547 | else | |
6548 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
6549 | fi | |
579d8138 | 6550 | |
10f2d63a | 6551 | else |
579d8138 | 6552 | |
10f2d63a VZ |
6553 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` |
6554 | if test "x$LINE" != x ; then | |
6555 | eval "DEFAULT_$LINE" | |
6556 | else | |
6557 | no_cache=1 | |
6558 | fi | |
6559 | ||
6560 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
579d8138 VS |
6561 | |
6562 | fi | |
10f2d63a VZ |
6563 | |
6564 | ||
6565 | eval "$ac_cv_use_spinbtn" | |
6566 | if test "$no_cache" != 1; then | |
6567 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
6568 | fi | |
6569 | ||
6570 | if test "$wxUSE_SPINBTN" = yes; then | |
579d8138 | 6571 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6572 | else |
579d8138 | 6573 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6574 | fi |
579d8138 | 6575 | |
10f2d63a | 6576 | |
579d8138 | 6577 | echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6 |
f09359cf | 6578 | echo "configure:6579: checking for --enable-spinctrl" >&5 |
56cfaa52 RR |
6579 | no_cache=0 |
6580 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
6581 | if test "${enable_spinctrl+set}" = set; then | |
6582 | enableval="$enable_spinctrl" | |
579d8138 | 6583 | |
56cfaa52 RR |
6584 | if test "$enableval" = yes; then |
6585 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
6586 | else | |
6587 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
6588 | fi | |
579d8138 | 6589 | |
56cfaa52 | 6590 | else |
579d8138 | 6591 | |
56cfaa52 RR |
6592 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` |
6593 | if test "x$LINE" != x ; then | |
6594 | eval "DEFAULT_$LINE" | |
6595 | else | |
6596 | no_cache=1 | |
6597 | fi | |
6598 | ||
6599 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
579d8138 VS |
6600 | |
6601 | fi | |
56cfaa52 RR |
6602 | |
6603 | ||
6604 | eval "$ac_cv_use_spinctrl" | |
6605 | if test "$no_cache" != 1; then | |
6606 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
6607 | fi | |
6608 | ||
6609 | if test "$wxUSE_SPINCTRL" = yes; then | |
579d8138 | 6610 | echo "$ac_t""yes" 1>&6 |
56cfaa52 | 6611 | else |
579d8138 | 6612 | echo "$ac_t""no" 1>&6 |
56cfaa52 | 6613 | fi |
579d8138 | 6614 | |
56cfaa52 | 6615 | |
579d8138 | 6616 | echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6 |
f09359cf | 6617 | echo "configure:6618: checking for --enable-splitter" >&5 |
10f2d63a VZ |
6618 | no_cache=0 |
6619 | # Check whether --enable-splitter or --disable-splitter was given. | |
6620 | if test "${enable_splitter+set}" = set; then | |
6621 | enableval="$enable_splitter" | |
579d8138 | 6622 | |
10f2d63a VZ |
6623 | if test "$enableval" = yes; then |
6624 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
6625 | else | |
6626 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
6627 | fi | |
579d8138 | 6628 | |
10f2d63a | 6629 | else |
579d8138 | 6630 | |
10f2d63a VZ |
6631 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` |
6632 | if test "x$LINE" != x ; then | |
6633 | eval "DEFAULT_$LINE" | |
6634 | else | |
6635 | no_cache=1 | |
6636 | fi | |
6637 | ||
6638 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
579d8138 VS |
6639 | |
6640 | fi | |
10f2d63a VZ |
6641 | |
6642 | ||
6643 | eval "$ac_cv_use_splitter" | |
6644 | if test "$no_cache" != 1; then | |
6645 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
6646 | fi | |
6647 | ||
6648 | if test "$wxUSE_SPLITTER" = yes; then | |
579d8138 | 6649 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6650 | else |
579d8138 | 6651 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6652 | fi |
579d8138 | 6653 | |
10f2d63a | 6654 | |
579d8138 | 6655 | echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6 |
f09359cf | 6656 | echo "configure:6657: checking for --enable-statbmp" >&5 |
10f2d63a VZ |
6657 | no_cache=0 |
6658 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
6659 | if test "${enable_statbmp+set}" = set; then | |
6660 | enableval="$enable_statbmp" | |
579d8138 | 6661 | |
10f2d63a VZ |
6662 | if test "$enableval" = yes; then |
6663 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
6664 | else | |
6665 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
6666 | fi | |
579d8138 | 6667 | |
10f2d63a | 6668 | else |
579d8138 | 6669 | |
10f2d63a VZ |
6670 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` |
6671 | if test "x$LINE" != x ; then | |
6672 | eval "DEFAULT_$LINE" | |
6673 | else | |
6674 | no_cache=1 | |
6675 | fi | |
6676 | ||
6677 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
579d8138 VS |
6678 | |
6679 | fi | |
10f2d63a VZ |
6680 | |
6681 | ||
6682 | eval "$ac_cv_use_statbmp" | |
6683 | if test "$no_cache" != 1; then | |
6684 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
6685 | fi | |
6686 | ||
6687 | if test "$wxUSE_STATBMP" = yes; then | |
579d8138 | 6688 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6689 | else |
579d8138 | 6690 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6691 | fi |
579d8138 | 6692 | |
10f2d63a | 6693 | |
579d8138 | 6694 | echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6 |
f09359cf | 6695 | echo "configure:6696: checking for --enable-statbox" >&5 |
10f2d63a VZ |
6696 | no_cache=0 |
6697 | # Check whether --enable-statbox or --disable-statbox was given. | |
6698 | if test "${enable_statbox+set}" = set; then | |
6699 | enableval="$enable_statbox" | |
579d8138 | 6700 | |
10f2d63a VZ |
6701 | if test "$enableval" = yes; then |
6702 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
6703 | else | |
6704 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
6705 | fi | |
579d8138 | 6706 | |
10f2d63a | 6707 | else |
579d8138 | 6708 | |
10f2d63a VZ |
6709 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` |
6710 | if test "x$LINE" != x ; then | |
6711 | eval "DEFAULT_$LINE" | |
6712 | else | |
6713 | no_cache=1 | |
6714 | fi | |
6715 | ||
6716 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
579d8138 VS |
6717 | |
6718 | fi | |
10f2d63a VZ |
6719 | |
6720 | ||
6721 | eval "$ac_cv_use_statbox" | |
6722 | if test "$no_cache" != 1; then | |
6723 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
6724 | fi | |
6725 | ||
6726 | if test "$wxUSE_STATBOX" = yes; then | |
579d8138 | 6727 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6728 | else |
579d8138 | 6729 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6730 | fi |
579d8138 | 6731 | |
10f2d63a | 6732 | |
579d8138 | 6733 | echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6 |
f09359cf | 6734 | echo "configure:6735: checking for --enable-statline" >&5 |
10f2d63a VZ |
6735 | no_cache=0 |
6736 | # Check whether --enable-statline or --disable-statline was given. | |
6737 | if test "${enable_statline+set}" = set; then | |
6738 | enableval="$enable_statline" | |
579d8138 | 6739 | |
10f2d63a VZ |
6740 | if test "$enableval" = yes; then |
6741 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
6742 | else | |
6743 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
6744 | fi | |
579d8138 | 6745 | |
10f2d63a | 6746 | else |
579d8138 | 6747 | |
10f2d63a VZ |
6748 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` |
6749 | if test "x$LINE" != x ; then | |
6750 | eval "DEFAULT_$LINE" | |
6751 | else | |
6752 | no_cache=1 | |
6753 | fi | |
6754 | ||
6755 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
579d8138 VS |
6756 | |
6757 | fi | |
10f2d63a VZ |
6758 | |
6759 | ||
6760 | eval "$ac_cv_use_statline" | |
6761 | if test "$no_cache" != 1; then | |
6762 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
6763 | fi | |
6764 | ||
6765 | if test "$wxUSE_STATLINE" = yes; then | |
579d8138 | 6766 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6767 | else |
579d8138 | 6768 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6769 | fi |
579d8138 | 6770 | |
10f2d63a | 6771 | |
579d8138 | 6772 | echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6 |
f09359cf | 6773 | echo "configure:6774: checking for --enable-stattext" >&5 |
1e6feb95 VZ |
6774 | no_cache=0 |
6775 | # Check whether --enable-stattext or --disable-stattext was given. | |
6776 | if test "${enable_stattext+set}" = set; then | |
6777 | enableval="$enable_stattext" | |
579d8138 | 6778 | |
1e6feb95 VZ |
6779 | if test "$enableval" = yes; then |
6780 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
6781 | else | |
6782 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
6783 | fi | |
579d8138 | 6784 | |
1e6feb95 | 6785 | else |
579d8138 | 6786 | |
1e6feb95 VZ |
6787 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` |
6788 | if test "x$LINE" != x ; then | |
6789 | eval "DEFAULT_$LINE" | |
6790 | else | |
6791 | no_cache=1 | |
6792 | fi | |
6793 | ||
6794 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
579d8138 VS |
6795 | |
6796 | fi | |
1e6feb95 VZ |
6797 | |
6798 | ||
6799 | eval "$ac_cv_use_stattext" | |
6800 | if test "$no_cache" != 1; then | |
6801 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
6802 | fi | |
6803 | ||
6804 | if test "$wxUSE_STATTEXT" = yes; then | |
579d8138 | 6805 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 6806 | else |
579d8138 | 6807 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 6808 | fi |
579d8138 | 6809 | |
1e6feb95 | 6810 | |
579d8138 | 6811 | echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6 |
f09359cf | 6812 | echo "configure:6813: checking for --enable-statusbar" >&5 |
10f2d63a VZ |
6813 | no_cache=0 |
6814 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
6815 | if test "${enable_statusbar+set}" = set; then | |
6816 | enableval="$enable_statusbar" | |
579d8138 | 6817 | |
10f2d63a VZ |
6818 | if test "$enableval" = yes; then |
6819 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
6820 | else | |
6821 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
6822 | fi | |
579d8138 | 6823 | |
10f2d63a | 6824 | else |
579d8138 | 6825 | |
10f2d63a VZ |
6826 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` |
6827 | if test "x$LINE" != x ; then | |
6828 | eval "DEFAULT_$LINE" | |
6829 | else | |
6830 | no_cache=1 | |
6831 | fi | |
6832 | ||
6833 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
579d8138 VS |
6834 | |
6835 | fi | |
10f2d63a VZ |
6836 | |
6837 | ||
6838 | eval "$ac_cv_use_statusbar" | |
6839 | if test "$no_cache" != 1; then | |
6840 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
6841 | fi | |
6842 | ||
6843 | if test "$wxUSE_STATUSBAR" = yes; then | |
579d8138 | 6844 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6845 | else |
579d8138 | 6846 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6847 | fi |
579d8138 | 6848 | |
10f2d63a | 6849 | |
579d8138 | 6850 | echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6 |
f09359cf | 6851 | echo "configure:6852: checking for --enable-tabdialog" >&5 |
10f2d63a VZ |
6852 | no_cache=0 |
6853 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
6854 | if test "${enable_tabdialog+set}" = set; then | |
6855 | enableval="$enable_tabdialog" | |
579d8138 | 6856 | |
10f2d63a VZ |
6857 | if test "$enableval" = yes; then |
6858 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
6859 | else | |
6860 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
6861 | fi | |
579d8138 | 6862 | |
10f2d63a | 6863 | else |
579d8138 | 6864 | |
10f2d63a VZ |
6865 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` |
6866 | if test "x$LINE" != x ; then | |
6867 | eval "DEFAULT_$LINE" | |
6868 | else | |
6869 | no_cache=1 | |
6870 | fi | |
6871 | ||
6872 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
579d8138 VS |
6873 | |
6874 | fi | |
10f2d63a VZ |
6875 | |
6876 | ||
6877 | eval "$ac_cv_use_tabdialog" | |
6878 | if test "$no_cache" != 1; then | |
6879 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
6880 | fi | |
6881 | ||
6882 | if test "$wxUSE_TABDIALOG" = yes; then | |
579d8138 | 6883 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6884 | else |
579d8138 | 6885 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6886 | fi |
579d8138 | 6887 | |
10f2d63a | 6888 | |
579d8138 | 6889 | echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6 |
f09359cf | 6890 | echo "configure:6891: checking for --enable-textctrl" >&5 |
1e6feb95 VZ |
6891 | no_cache=0 |
6892 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
6893 | if test "${enable_textctrl+set}" = set; then | |
6894 | enableval="$enable_textctrl" | |
579d8138 | 6895 | |
1e6feb95 VZ |
6896 | if test "$enableval" = yes; then |
6897 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
6898 | else | |
6899 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
6900 | fi | |
579d8138 | 6901 | |
1e6feb95 | 6902 | else |
579d8138 | 6903 | |
1e6feb95 VZ |
6904 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` |
6905 | if test "x$LINE" != x ; then | |
6906 | eval "DEFAULT_$LINE" | |
6907 | else | |
6908 | no_cache=1 | |
6909 | fi | |
6910 | ||
6911 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
579d8138 VS |
6912 | |
6913 | fi | |
1e6feb95 VZ |
6914 | |
6915 | ||
6916 | eval "$ac_cv_use_textctrl" | |
6917 | if test "$no_cache" != 1; then | |
6918 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
6919 | fi | |
6920 | ||
6921 | if test "$wxUSE_TEXTCTRL" = yes; then | |
579d8138 | 6922 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 6923 | else |
579d8138 | 6924 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 6925 | fi |
579d8138 | 6926 | |
1e6feb95 | 6927 | |
579d8138 | 6928 | echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6 |
f09359cf | 6929 | echo "configure:6930: checking for --enable-togglebtn" >&5 |
1db8dc4a VZ |
6930 | no_cache=0 |
6931 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
6932 | if test "${enable_togglebtn+set}" = set; then | |
6933 | enableval="$enable_togglebtn" | |
579d8138 | 6934 | |
1db8dc4a VZ |
6935 | if test "$enableval" = yes; then |
6936 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
6937 | else | |
6938 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
6939 | fi | |
579d8138 | 6940 | |
1db8dc4a | 6941 | else |
579d8138 | 6942 | |
1db8dc4a VZ |
6943 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` |
6944 | if test "x$LINE" != x ; then | |
6945 | eval "DEFAULT_$LINE" | |
6946 | else | |
6947 | no_cache=1 | |
6948 | fi | |
6949 | ||
6950 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
579d8138 VS |
6951 | |
6952 | fi | |
1db8dc4a VZ |
6953 | |
6954 | ||
6955 | eval "$ac_cv_use_togglebtn" | |
6956 | if test "$no_cache" != 1; then | |
6957 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
6958 | fi | |
6959 | ||
6960 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
579d8138 | 6961 | echo "$ac_t""yes" 1>&6 |
1db8dc4a | 6962 | else |
579d8138 | 6963 | echo "$ac_t""no" 1>&6 |
1db8dc4a | 6964 | fi |
579d8138 | 6965 | |
1db8dc4a | 6966 | |
579d8138 | 6967 | echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6 |
f09359cf | 6968 | echo "configure:6969: checking for --enable-toolbar" >&5 |
10f2d63a VZ |
6969 | no_cache=0 |
6970 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
6971 | if test "${enable_toolbar+set}" = set; then | |
6972 | enableval="$enable_toolbar" | |
579d8138 | 6973 | |
10f2d63a VZ |
6974 | if test "$enableval" = yes; then |
6975 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
6976 | else | |
6977 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
6978 | fi | |
579d8138 | 6979 | |
10f2d63a | 6980 | else |
579d8138 | 6981 | |
10f2d63a VZ |
6982 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` |
6983 | if test "x$LINE" != x ; then | |
6984 | eval "DEFAULT_$LINE" | |
6985 | else | |
6986 | no_cache=1 | |
6987 | fi | |
6988 | ||
6989 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
579d8138 VS |
6990 | |
6991 | fi | |
10f2d63a VZ |
6992 | |
6993 | ||
6994 | eval "$ac_cv_use_toolbar" | |
6995 | if test "$no_cache" != 1; then | |
6996 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
6997 | fi | |
6998 | ||
6999 | if test "$wxUSE_TOOLBAR" = yes; then | |
579d8138 | 7000 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7001 | else |
579d8138 | 7002 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7003 | fi |
579d8138 | 7004 | |
10f2d63a | 7005 | |
579d8138 | 7006 | echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6 |
f09359cf | 7007 | echo "configure:7008: checking for --enable-tbarnative" >&5 |
360d6699 VZ |
7008 | no_cache=0 |
7009 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
7010 | if test "${enable_tbarnative+set}" = set; then | |
7011 | enableval="$enable_tbarnative" | |
579d8138 | 7012 | |
360d6699 VZ |
7013 | if test "$enableval" = yes; then |
7014 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
7015 | else | |
7016 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
7017 | fi | |
579d8138 | 7018 | |
360d6699 | 7019 | else |
579d8138 | 7020 | |
360d6699 VZ |
7021 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` |
7022 | if test "x$LINE" != x ; then | |
7023 | eval "DEFAULT_$LINE" | |
7024 | else | |
7025 | no_cache=1 | |
7026 | fi | |
7027 | ||
7028 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
579d8138 VS |
7029 | |
7030 | fi | |
360d6699 VZ |
7031 | |
7032 | ||
7033 | eval "$ac_cv_use_tbarnative" | |
7034 | if test "$no_cache" != 1; then | |
7035 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
7036 | fi | |
7037 | ||
7038 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
579d8138 | 7039 | echo "$ac_t""yes" 1>&6 |
360d6699 | 7040 | else |
579d8138 | 7041 | echo "$ac_t""no" 1>&6 |
360d6699 | 7042 | fi |
579d8138 | 7043 | |
360d6699 | 7044 | |
579d8138 | 7045 | echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6 |
f09359cf | 7046 | echo "configure:7047: checking for --enable-tbarsmpl" >&5 |
360d6699 VZ |
7047 | no_cache=0 |
7048 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
7049 | if test "${enable_tbarsmpl+set}" = set; then | |
7050 | enableval="$enable_tbarsmpl" | |
579d8138 | 7051 | |
360d6699 VZ |
7052 | if test "$enableval" = yes; then |
7053 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
7054 | else | |
7055 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
7056 | fi | |
579d8138 | 7057 | |
360d6699 | 7058 | else |
579d8138 | 7059 | |
360d6699 VZ |
7060 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` |
7061 | if test "x$LINE" != x ; then | |
7062 | eval "DEFAULT_$LINE" | |
7063 | else | |
7064 | no_cache=1 | |
7065 | fi | |
7066 | ||
7067 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
579d8138 VS |
7068 | |
7069 | fi | |
360d6699 VZ |
7070 | |
7071 | ||
7072 | eval "$ac_cv_use_tbarsmpl" | |
7073 | if test "$no_cache" != 1; then | |
7074 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
7075 | fi | |
7076 | ||
7077 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
579d8138 | 7078 | echo "$ac_t""yes" 1>&6 |
360d6699 | 7079 | else |
579d8138 | 7080 | echo "$ac_t""no" 1>&6 |
360d6699 | 7081 | fi |
579d8138 | 7082 | |
360d6699 | 7083 | |
579d8138 | 7084 | echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6 |
f09359cf | 7085 | echo "configure:7086: checking for --enable-treectrl" >&5 |
10f2d63a VZ |
7086 | no_cache=0 |
7087 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
7088 | if test "${enable_treectrl+set}" = set; then | |
7089 | enableval="$enable_treectrl" | |
579d8138 | 7090 | |
10f2d63a VZ |
7091 | if test "$enableval" = yes; then |
7092 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
7093 | else | |
7094 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
7095 | fi | |
579d8138 | 7096 | |
10f2d63a | 7097 | else |
579d8138 | 7098 | |
10f2d63a VZ |
7099 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` |
7100 | if test "x$LINE" != x ; then | |
7101 | eval "DEFAULT_$LINE" | |
7102 | else | |
7103 | no_cache=1 | |
7104 | fi | |
7105 | ||
7106 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
579d8138 VS |
7107 | |
7108 | fi | |
10f2d63a VZ |
7109 | |
7110 | ||
1e6feb95 VZ |
7111 | eval "$ac_cv_use_treectrl" |
7112 | if test "$no_cache" != 1; then | |
7113 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
7114 | fi | |
7115 | ||
7116 | if test "$wxUSE_TREECTRL" = yes; then | |
579d8138 | 7117 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7118 | else |
579d8138 | 7119 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7120 | fi |
579d8138 | 7121 | |
1e6feb95 | 7122 | |
579d8138 | 7123 | echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6 |
f09359cf | 7124 | echo "configure:7125: checking for --enable-tipwindow" >&5 |
9926e4a4 VZ |
7125 | no_cache=0 |
7126 | # Check whether --enable-tipwindow or --disable-tipwindow was given. | |
7127 | if test "${enable_tipwindow+set}" = set; then | |
7128 | enableval="$enable_tipwindow" | |
579d8138 | 7129 | |
9926e4a4 VZ |
7130 | if test "$enableval" = yes; then |
7131 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes' | |
7132 | else | |
7133 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no' | |
7134 | fi | |
579d8138 | 7135 | |
9926e4a4 | 7136 | else |
579d8138 | 7137 | |
9926e4a4 VZ |
7138 | LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}` |
7139 | if test "x$LINE" != x ; then | |
7140 | eval "DEFAULT_$LINE" | |
7141 | else | |
7142 | no_cache=1 | |
7143 | fi | |
7144 | ||
7145 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW | |
579d8138 VS |
7146 | |
7147 | fi | |
9926e4a4 VZ |
7148 | |
7149 | ||
7150 | eval "$ac_cv_use_tipwindow" | |
7151 | if test "$no_cache" != 1; then | |
7152 | echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp | |
7153 | fi | |
7154 | ||
7155 | if test "$wxUSE_TIPWINDOW" = yes; then | |
579d8138 | 7156 | echo "$ac_t""yes" 1>&6 |
9926e4a4 | 7157 | else |
579d8138 | 7158 | echo "$ac_t""no" 1>&6 |
9926e4a4 | 7159 | fi |
579d8138 | 7160 | |
9926e4a4 | 7161 | |
579d8138 | 7162 | echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6 |
f09359cf | 7163 | echo "configure:7164: checking for --enable-popupwin" >&5 |
9f41d601 RR |
7164 | no_cache=0 |
7165 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
7166 | if test "${enable_popupwin+set}" = set; then | |
7167 | enableval="$enable_popupwin" | |
579d8138 | 7168 | |
9f41d601 RR |
7169 | if test "$enableval" = yes; then |
7170 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
7171 | else | |
7172 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
7173 | fi | |
579d8138 | 7174 | |
9f41d601 | 7175 | else |
579d8138 | 7176 | |
9f41d601 RR |
7177 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` |
7178 | if test "x$LINE" != x ; then | |
7179 | eval "DEFAULT_$LINE" | |
7180 | else | |
7181 | no_cache=1 | |
7182 | fi | |
7183 | ||
7184 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
579d8138 VS |
7185 | |
7186 | fi | |
9f41d601 RR |
7187 | |
7188 | ||
7189 | eval "$ac_cv_use_popupwin" | |
7190 | if test "$no_cache" != 1; then | |
7191 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
7192 | fi | |
7193 | ||
7194 | if test "$wxUSE_POPUPWIN" = yes; then | |
579d8138 | 7195 | echo "$ac_t""yes" 1>&6 |
9f41d601 | 7196 | else |
579d8138 | 7197 | echo "$ac_t""no" 1>&6 |
9f41d601 | 7198 | fi |
579d8138 VS |
7199 | |
7200 | ||
9f41d601 | 7201 | |
579d8138 VS |
7202 | |
7203 | echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6 | |
f09359cf | 7204 | echo "configure:7205: checking for --enable-commondlg" >&5 |
1e6feb95 VZ |
7205 | no_cache=0 |
7206 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
7207 | if test "${enable_commondlg+set}" = set; then | |
7208 | enableval="$enable_commondlg" | |
579d8138 | 7209 | |
1e6feb95 VZ |
7210 | if test "$enableval" = yes; then |
7211 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
7212 | else | |
7213 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
7214 | fi | |
579d8138 | 7215 | |
1e6feb95 | 7216 | else |
579d8138 | 7217 | |
1e6feb95 VZ |
7218 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` |
7219 | if test "x$LINE" != x ; then | |
7220 | eval "DEFAULT_$LINE" | |
7221 | else | |
7222 | no_cache=1 | |
7223 | fi | |
7224 | ||
7225 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
579d8138 VS |
7226 | |
7227 | fi | |
1e6feb95 VZ |
7228 | |
7229 | ||
7230 | eval "$ac_cv_use_commondlg" | |
7231 | if test "$no_cache" != 1; then | |
7232 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
7233 | fi | |
7234 | ||
7235 | if test "$wxUSE_COMMONDLGS" = yes; then | |
579d8138 | 7236 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7237 | else |
579d8138 | 7238 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7239 | fi |
579d8138 | 7240 | |
1e6feb95 | 7241 | |
579d8138 | 7242 | echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6 |
f09359cf | 7243 | echo "configure:7244: checking for --enable-choicedlg" >&5 |
1e6feb95 VZ |
7244 | no_cache=0 |
7245 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
7246 | if test "${enable_choicedlg+set}" = set; then | |
7247 | enableval="$enable_choicedlg" | |
579d8138 | 7248 | |
1e6feb95 VZ |
7249 | if test "$enableval" = yes; then |
7250 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
7251 | else | |
7252 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
7253 | fi | |
579d8138 | 7254 | |
1e6feb95 | 7255 | else |
579d8138 | 7256 | |
1e6feb95 VZ |
7257 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` |
7258 | if test "x$LINE" != x ; then | |
7259 | eval "DEFAULT_$LINE" | |
7260 | else | |
7261 | no_cache=1 | |
7262 | fi | |
7263 | ||
7264 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
579d8138 VS |
7265 | |
7266 | fi | |
1e6feb95 VZ |
7267 | |
7268 | ||
7269 | eval "$ac_cv_use_choicedlg" | |
7270 | if test "$no_cache" != 1; then | |
7271 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
7272 | fi | |
7273 | ||
7274 | if test "$wxUSE_CHOICEDLG" = yes; then | |
579d8138 | 7275 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7276 | else |
579d8138 | 7277 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7278 | fi |
579d8138 | 7279 | |
1e6feb95 | 7280 | |
579d8138 | 7281 | echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6 |
f09359cf | 7282 | echo "configure:7283: checking for --enable-coldlg" >&5 |
1e6feb95 VZ |
7283 | no_cache=0 |
7284 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
7285 | if test "${enable_coldlg+set}" = set; then | |
7286 | enableval="$enable_coldlg" | |
579d8138 | 7287 | |
1e6feb95 VZ |
7288 | if test "$enableval" = yes; then |
7289 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
7290 | else | |
7291 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
7292 | fi | |
579d8138 | 7293 | |
1e6feb95 | 7294 | else |
579d8138 | 7295 | |
1e6feb95 VZ |
7296 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` |
7297 | if test "x$LINE" != x ; then | |
7298 | eval "DEFAULT_$LINE" | |
7299 | else | |
7300 | no_cache=1 | |
7301 | fi | |
7302 | ||
7303 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
579d8138 VS |
7304 | |
7305 | fi | |
1e6feb95 VZ |
7306 | |
7307 | ||
7308 | eval "$ac_cv_use_coldlg" | |
7309 | if test "$no_cache" != 1; then | |
7310 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
7311 | fi | |
7312 | ||
7313 | if test "$wxUSE_COLOURDLG" = yes; then | |
579d8138 | 7314 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7315 | else |
579d8138 | 7316 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7317 | fi |
579d8138 | 7318 | |
1e6feb95 | 7319 | |
579d8138 | 7320 | echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6 |
f09359cf | 7321 | echo "configure:7322: checking for --enable-filedlg" >&5 |
1e6feb95 VZ |
7322 | no_cache=0 |
7323 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
7324 | if test "${enable_filedlg+set}" = set; then | |
7325 | enableval="$enable_filedlg" | |
579d8138 | 7326 | |
1e6feb95 VZ |
7327 | if test "$enableval" = yes; then |
7328 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
7329 | else | |
7330 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
7331 | fi | |
579d8138 | 7332 | |
1e6feb95 | 7333 | else |
579d8138 | 7334 | |
1e6feb95 VZ |
7335 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` |
7336 | if test "x$LINE" != x ; then | |
7337 | eval "DEFAULT_$LINE" | |
7338 | else | |
7339 | no_cache=1 | |
7340 | fi | |
7341 | ||
7342 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
579d8138 VS |
7343 | |
7344 | fi | |
1e6feb95 VZ |
7345 | |
7346 | ||
7347 | eval "$ac_cv_use_filedlg" | |
7348 | if test "$no_cache" != 1; then | |
7349 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
7350 | fi | |
7351 | ||
7352 | if test "$wxUSE_FILEDLG" = yes; then | |
579d8138 | 7353 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7354 | else |
579d8138 | 7355 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7356 | fi |
579d8138 | 7357 | |
1e6feb95 | 7358 | |
579d8138 | 7359 | echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6 |
f09359cf | 7360 | echo "configure:7361: checking for --enable-finddlg" >&5 |
8db37e06 | 7361 | no_cache=0 |
69d27ff7 MB |
7362 | # Check whether --enable-finddlg or --disable-finddlg was given. |
7363 | if test "${enable_finddlg+set}" = set; then | |
7364 | enableval="$enable_finddlg" | |
579d8138 | 7365 | |
8db37e06 | 7366 | if test "$enableval" = yes; then |
69d27ff7 | 7367 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes' |
8db37e06 | 7368 | else |
69d27ff7 | 7369 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no' |
8db37e06 | 7370 | fi |
579d8138 | 7371 | |
8db37e06 | 7372 | else |
579d8138 | 7373 | |
8db37e06 VZ |
7374 | LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` |
7375 | if test "x$LINE" != x ; then | |
7376 | eval "DEFAULT_$LINE" | |
7377 | else | |
7378 | no_cache=1 | |
7379 | fi | |
7380 | ||
69d27ff7 | 7381 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG |
579d8138 VS |
7382 | |
7383 | fi | |
8db37e06 VZ |
7384 | |
7385 | ||
69d27ff7 | 7386 | eval "$ac_cv_use_finddlg" |
8db37e06 | 7387 | if test "$no_cache" != 1; then |
69d27ff7 | 7388 | echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp |
8db37e06 VZ |
7389 | fi |
7390 | ||
7391 | if test "$wxUSE_FINDREPLDLG" = yes; then | |
579d8138 | 7392 | echo "$ac_t""yes" 1>&6 |
8db37e06 | 7393 | else |
579d8138 | 7394 | echo "$ac_t""no" 1>&6 |
8db37e06 | 7395 | fi |
579d8138 | 7396 | |
8db37e06 | 7397 | |
579d8138 | 7398 | echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6 |
f09359cf | 7399 | echo "configure:7400: checking for --enable-fontdlg" >&5 |
1e6feb95 VZ |
7400 | no_cache=0 |
7401 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
7402 | if test "${enable_fontdlg+set}" = set; then | |
7403 | enableval="$enable_fontdlg" | |
579d8138 | 7404 | |
1e6feb95 VZ |
7405 | if test "$enableval" = yes; then |
7406 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
7407 | else | |
7408 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
7409 | fi | |
579d8138 | 7410 | |
1e6feb95 | 7411 | else |
579d8138 | 7412 | |
1e6feb95 VZ |
7413 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` |
7414 | if test "x$LINE" != x ; then | |
7415 | eval "DEFAULT_$LINE" | |
7416 | else | |
7417 | no_cache=1 | |
7418 | fi | |
7419 | ||
7420 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
579d8138 VS |
7421 | |
7422 | fi | |
1e6feb95 VZ |
7423 | |
7424 | ||
7425 | eval "$ac_cv_use_fontdlg" | |
7426 | if test "$no_cache" != 1; then | |
7427 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
7428 | fi | |
7429 | ||
7430 | if test "$wxUSE_FONTDLG" = yes; then | |
579d8138 | 7431 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7432 | else |
579d8138 | 7433 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7434 | fi |
579d8138 | 7435 | |
1e6feb95 | 7436 | |
579d8138 | 7437 | echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6 |
f09359cf | 7438 | echo "configure:7439: checking for --enable-dirdlg" >&5 |
1e6feb95 VZ |
7439 | no_cache=0 |
7440 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
7441 | if test "${enable_dirdlg+set}" = set; then | |
7442 | enableval="$enable_dirdlg" | |
579d8138 | 7443 | |
1e6feb95 VZ |
7444 | if test "$enableval" = yes; then |
7445 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
7446 | else | |
7447 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
7448 | fi | |
579d8138 | 7449 | |
1e6feb95 | 7450 | else |
579d8138 | 7451 | |
1e6feb95 VZ |
7452 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` |
7453 | if test "x$LINE" != x ; then | |
7454 | eval "DEFAULT_$LINE" | |
7455 | else | |
7456 | no_cache=1 | |
7457 | fi | |
7458 | ||
7459 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
579d8138 VS |
7460 | |
7461 | fi | |
1e6feb95 VZ |
7462 | |
7463 | ||
7464 | eval "$ac_cv_use_dirdlg" | |
10f2d63a | 7465 | if test "$no_cache" != 1; then |
1e6feb95 | 7466 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
7467 | fi |
7468 | ||
1e6feb95 | 7469 | if test "$wxUSE_DIRDLG" = yes; then |
579d8138 | 7470 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7471 | else |
579d8138 | 7472 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7473 | fi |
579d8138 | 7474 | |
698dcdb6 | 7475 | |
579d8138 | 7476 | echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6 |
f09359cf | 7477 | echo "configure:7478: checking for --enable-msgdlg" >&5 |
10f2d63a | 7478 | no_cache=0 |
1e6feb95 VZ |
7479 | # Check whether --enable-msgdlg or --disable-msgdlg was given. |
7480 | if test "${enable_msgdlg+set}" = set; then | |
7481 | enableval="$enable_msgdlg" | |
579d8138 | 7482 | |
10f2d63a | 7483 | if test "$enableval" = yes; then |
1e6feb95 | 7484 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' |
10f2d63a | 7485 | else |
1e6feb95 | 7486 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' |
10f2d63a | 7487 | fi |
579d8138 | 7488 | |
10f2d63a | 7489 | else |
579d8138 | 7490 | |
1e6feb95 | 7491 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
7492 | if test "x$LINE" != x ; then |
7493 | eval "DEFAULT_$LINE" | |
7494 | else | |
7495 | no_cache=1 | |
7496 | fi | |
7497 | ||
1e6feb95 | 7498 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG |
579d8138 VS |
7499 | |
7500 | fi | |
10f2d63a VZ |
7501 | |
7502 | ||
1e6feb95 | 7503 | eval "$ac_cv_use_msgdlg" |
10f2d63a | 7504 | if test "$no_cache" != 1; then |
1e6feb95 | 7505 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
7506 | fi |
7507 | ||
1e6feb95 | 7508 | if test "$wxUSE_MSGDLG" = yes; then |
579d8138 | 7509 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7510 | else |
579d8138 | 7511 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7512 | fi |
579d8138 | 7513 | |
10f2d63a | 7514 | |
579d8138 | 7515 | echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6 |
f09359cf | 7516 | echo "configure:7517: checking for --enable-numberdlg" >&5 |
10f2d63a | 7517 | no_cache=0 |
1e6feb95 VZ |
7518 | # Check whether --enable-numberdlg or --disable-numberdlg was given. |
7519 | if test "${enable_numberdlg+set}" = set; then | |
7520 | enableval="$enable_numberdlg" | |
579d8138 | 7521 | |
10f2d63a | 7522 | if test "$enableval" = yes; then |
1e6feb95 | 7523 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' |
10f2d63a | 7524 | else |
1e6feb95 | 7525 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' |
10f2d63a | 7526 | fi |
579d8138 | 7527 | |
10f2d63a | 7528 | else |
579d8138 | 7529 | |
1e6feb95 | 7530 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
7531 | if test "x$LINE" != x ; then |
7532 | eval "DEFAULT_$LINE" | |
7533 | else | |
7534 | no_cache=1 | |
7535 | fi | |
7536 | ||
1e6feb95 | 7537 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG |
579d8138 VS |
7538 | |
7539 | fi | |
10f2d63a VZ |
7540 | |
7541 | ||
1e6feb95 | 7542 | eval "$ac_cv_use_numberdlg" |
10f2d63a | 7543 | if test "$no_cache" != 1; then |
1e6feb95 | 7544 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
7545 | fi |
7546 | ||
1e6feb95 | 7547 | if test "$wxUSE_NUMBERDLG" = yes; then |
579d8138 | 7548 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7549 | else |
579d8138 | 7550 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7551 | fi |
579d8138 | 7552 | |
10f2d63a | 7553 | |
579d8138 | 7554 | echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6 |
f09359cf | 7555 | echo "configure:7556: checking for --enable-splash" >&5 |
cbca9943 VZ |
7556 | no_cache=0 |
7557 | # Check whether --enable-splash or --disable-splash was given. | |
7558 | if test "${enable_splash+set}" = set; then | |
7559 | enableval="$enable_splash" | |
579d8138 | 7560 | |
cbca9943 VZ |
7561 | if test "$enableval" = yes; then |
7562 | ac_cv_use_splash='wxUSE_SPLASH=yes' | |
7563 | else | |
7564 | ac_cv_use_splash='wxUSE_SPLASH=no' | |
7565 | fi | |
579d8138 | 7566 | |
cbca9943 | 7567 | else |
579d8138 | 7568 | |
cbca9943 VZ |
7569 | LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` |
7570 | if test "x$LINE" != x ; then | |
7571 | eval "DEFAULT_$LINE" | |
7572 | else | |
7573 | no_cache=1 | |
7574 | fi | |
7575 | ||
7576 | ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH | |
579d8138 VS |
7577 | |
7578 | fi | |
cbca9943 VZ |
7579 | |
7580 | ||
7581 | eval "$ac_cv_use_splash" | |
7582 | if test "$no_cache" != 1; then | |
7583 | echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp | |
7584 | fi | |
7585 | ||
7586 | if test "$wxUSE_SPLASH" = yes; then | |
579d8138 | 7587 | echo "$ac_t""yes" 1>&6 |
cbca9943 | 7588 | else |
579d8138 | 7589 | echo "$ac_t""no" 1>&6 |
cbca9943 | 7590 | fi |
579d8138 | 7591 | |
cbca9943 | 7592 | |
579d8138 | 7593 | echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6 |
f09359cf | 7594 | echo "configure:7595: checking for --enable-textdlg" >&5 |
10f2d63a VZ |
7595 | no_cache=0 |
7596 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
7597 | if test "${enable_textdlg+set}" = set; then | |
7598 | enableval="$enable_textdlg" | |
579d8138 | 7599 | |
10f2d63a VZ |
7600 | if test "$enableval" = yes; then |
7601 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
7602 | else | |
7603 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
7604 | fi | |
579d8138 | 7605 | |
10f2d63a | 7606 | else |
579d8138 | 7607 | |
10f2d63a VZ |
7608 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` |
7609 | if test "x$LINE" != x ; then | |
7610 | eval "DEFAULT_$LINE" | |
7611 | else | |
7612 | no_cache=1 | |
7613 | fi | |
7614 | ||
7615 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
579d8138 VS |
7616 | |
7617 | fi | |
10f2d63a VZ |
7618 | |
7619 | ||
7620 | eval "$ac_cv_use_textdlg" | |
7621 | if test "$no_cache" != 1; then | |
7622 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
7623 | fi | |
7624 | ||
7625 | if test "$wxUSE_TEXTDLG" = yes; then | |
579d8138 | 7626 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7627 | else |
579d8138 | 7628 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7629 | fi |
579d8138 | 7630 | |
10f2d63a | 7631 | |
579d8138 | 7632 | echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6 |
f09359cf | 7633 | echo "configure:7634: checking for --enable-tipdlg" >&5 |
10f2d63a VZ |
7634 | no_cache=0 |
7635 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
7636 | if test "${enable_tipdlg+set}" = set; then | |
7637 | enableval="$enable_tipdlg" | |
579d8138 | 7638 | |
10f2d63a VZ |
7639 | if test "$enableval" = yes; then |
7640 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
7641 | else | |
7642 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
7643 | fi | |
579d8138 | 7644 | |
10f2d63a | 7645 | else |
579d8138 | 7646 | |
10f2d63a VZ |
7647 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` |
7648 | if test "x$LINE" != x ; then | |
7649 | eval "DEFAULT_$LINE" | |
7650 | else | |
7651 | no_cache=1 | |
7652 | fi | |
7653 | ||
7654 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
579d8138 VS |
7655 | |
7656 | fi | |
10f2d63a VZ |
7657 | |
7658 | ||
7659 | eval "$ac_cv_use_tipdlg" | |
7660 | if test "$no_cache" != 1; then | |
7661 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
7662 | fi | |
7663 | ||
7664 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
579d8138 | 7665 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7666 | else |
579d8138 | 7667 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7668 | fi |
579d8138 | 7669 | |
10f2d63a | 7670 | |
579d8138 | 7671 | echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6 |
f09359cf | 7672 | echo "configure:7673: checking for --enable-progressdlg" >&5 |
10f2d63a VZ |
7673 | no_cache=0 |
7674 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
7675 | if test "${enable_progressdlg+set}" = set; then | |
7676 | enableval="$enable_progressdlg" | |
579d8138 | 7677 | |
10f2d63a VZ |
7678 | if test "$enableval" = yes; then |
7679 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
7680 | else | |
7681 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
7682 | fi | |
579d8138 | 7683 | |
10f2d63a | 7684 | else |
579d8138 | 7685 | |
10f2d63a VZ |
7686 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` |
7687 | if test "x$LINE" != x ; then | |
7688 | eval "DEFAULT_$LINE" | |
7689 | else | |
7690 | no_cache=1 | |
7691 | fi | |
7692 | ||
7693 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
579d8138 VS |
7694 | |
7695 | fi | |
10f2d63a VZ |
7696 | |
7697 | ||
7698 | eval "$ac_cv_use_progressdlg" | |
7699 | if test "$no_cache" != 1; then | |
7700 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
7701 | fi | |
7702 | ||
7703 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
579d8138 | 7704 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7705 | else |
579d8138 | 7706 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7707 | fi |
579d8138 | 7708 | |
10f2d63a | 7709 | |
579d8138 | 7710 | echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6 |
f09359cf | 7711 | echo "configure:7712: checking for --enable-wizarddlg" >&5 |
b1f5d087 VZ |
7712 | no_cache=0 |
7713 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
7714 | if test "${enable_wizarddlg+set}" = set; then | |
7715 | enableval="$enable_wizarddlg" | |
579d8138 | 7716 | |
b1f5d087 VZ |
7717 | if test "$enableval" = yes; then |
7718 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
7719 | else | |
7720 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
7721 | fi | |
579d8138 | 7722 | |
b1f5d087 | 7723 | else |
579d8138 | 7724 | |
b1f5d087 VZ |
7725 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` |
7726 | if test "x$LINE" != x ; then | |
7727 | eval "DEFAULT_$LINE" | |
7728 | else | |
7729 | no_cache=1 | |
7730 | fi | |
7731 | ||
7732 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
579d8138 VS |
7733 | |
7734 | fi | |
b1f5d087 VZ |
7735 | |
7736 | ||
7737 | eval "$ac_cv_use_wizarddlg" | |
7738 | if test "$no_cache" != 1; then | |
7739 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
7740 | fi | |
7741 | ||
7742 | if test "$wxUSE_WIZARDDLG" = yes; then | |
579d8138 | 7743 | echo "$ac_t""yes" 1>&6 |
b1f5d087 | 7744 | else |
579d8138 | 7745 | echo "$ac_t""no" 1>&6 |
b1f5d087 | 7746 | fi |
579d8138 VS |
7747 | |
7748 | ||
b1f5d087 | 7749 | |
579d8138 VS |
7750 | |
7751 | echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6 | |
f09359cf | 7752 | echo "configure:7753: checking for --enable-menus" >&5 |
1e6feb95 VZ |
7753 | no_cache=0 |
7754 | # Check whether --enable-menus or --disable-menus was given. | |
7755 | if test "${enable_menus+set}" = set; then | |
7756 | enableval="$enable_menus" | |
579d8138 | 7757 | |
1e6feb95 VZ |
7758 | if test "$enableval" = yes; then |
7759 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
7760 | else | |
7761 | ac_cv_use_menus='wxUSE_MENUS=no' | |
7762 | fi | |
579d8138 | 7763 | |
1e6feb95 | 7764 | else |
579d8138 | 7765 | |
1e6feb95 VZ |
7766 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` |
7767 | if test "x$LINE" != x ; then | |
7768 | eval "DEFAULT_$LINE" | |
7769 | else | |
7770 | no_cache=1 | |
7771 | fi | |
7772 | ||
7773 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
579d8138 VS |
7774 | |
7775 | fi | |
1e6feb95 VZ |
7776 | |
7777 | ||
7778 | eval "$ac_cv_use_menus" | |
7779 | if test "$no_cache" != 1; then | |
7780 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
7781 | fi | |
7782 | ||
7783 | if test "$wxUSE_MENUS" = yes; then | |
579d8138 | 7784 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7785 | else |
579d8138 | 7786 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7787 | fi |
579d8138 | 7788 | |
1e6feb95 | 7789 | |
579d8138 | 7790 | echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6 |
f09359cf | 7791 | echo "configure:7792: checking for --enable-miniframe" >&5 |
10f2d63a VZ |
7792 | no_cache=0 |
7793 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
7794 | if test "${enable_miniframe+set}" = set; then | |
7795 | enableval="$enable_miniframe" | |
579d8138 | 7796 | |
10f2d63a VZ |
7797 | if test "$enableval" = yes; then |
7798 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
7799 | else | |
7800 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
7801 | fi | |
579d8138 | 7802 | |
10f2d63a | 7803 | else |
579d8138 | 7804 | |
10f2d63a VZ |
7805 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` |
7806 | if test "x$LINE" != x ; then | |
7807 | eval "DEFAULT_$LINE" | |
7808 | else | |
7809 | no_cache=1 | |
7810 | fi | |
7811 | ||
7812 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
579d8138 VS |
7813 | |
7814 | fi | |
10f2d63a VZ |
7815 | |
7816 | ||
7817 | eval "$ac_cv_use_miniframe" | |
7818 | if test "$no_cache" != 1; then | |
7819 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
7820 | fi | |
7821 | ||
7822 | if test "$wxUSE_MINIFRAME" = yes; then | |
579d8138 | 7823 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7824 | else |
579d8138 | 7825 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7826 | fi |
579d8138 | 7827 | |
10f2d63a | 7828 | |
579d8138 | 7829 | echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6 |
f09359cf | 7830 | echo "configure:7831: checking for --enable-tooltips" >&5 |
10f2d63a VZ |
7831 | no_cache=0 |
7832 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
7833 | if test "${enable_tooltips+set}" = set; then | |
7834 | enableval="$enable_tooltips" | |
579d8138 | 7835 | |
10f2d63a VZ |
7836 | if test "$enableval" = yes; then |
7837 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
7838 | else | |
7839 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
7840 | fi | |
579d8138 | 7841 | |
10f2d63a | 7842 | else |
579d8138 | 7843 | |
10f2d63a VZ |
7844 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` |
7845 | if test "x$LINE" != x ; then | |
7846 | eval "DEFAULT_$LINE" | |
7847 | else | |
7848 | no_cache=1 | |
7849 | fi | |
7850 | ||
7851 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
579d8138 VS |
7852 | |
7853 | fi | |
10f2d63a VZ |
7854 | |
7855 | ||
7856 | eval "$ac_cv_use_tooltips" | |
7857 | if test "$no_cache" != 1; then | |
7858 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
7859 | fi | |
7860 | ||
7861 | if test "$wxUSE_TOOLTIPS" = yes; then | |
579d8138 | 7862 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7863 | else |
579d8138 | 7864 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7865 | fi |
579d8138 | 7866 | |
10f2d63a | 7867 | |
579d8138 | 7868 | echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6 |
f09359cf | 7869 | echo "configure:7870: checking for --enable-splines" >&5 |
10f2d63a VZ |
7870 | no_cache=0 |
7871 | # Check whether --enable-splines or --disable-splines was given. | |
7872 | if test "${enable_splines+set}" = set; then | |
7873 | enableval="$enable_splines" | |
579d8138 | 7874 | |
10f2d63a VZ |
7875 | if test "$enableval" = yes; then |
7876 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
7877 | else | |
7878 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
7879 | fi | |
579d8138 | 7880 | |
10f2d63a | 7881 | else |
579d8138 | 7882 | |
10f2d63a VZ |
7883 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` |
7884 | if test "x$LINE" != x ; then | |
7885 | eval "DEFAULT_$LINE" | |
7886 | else | |
7887 | no_cache=1 | |
7888 | fi | |
7889 | ||
7890 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
579d8138 VS |
7891 | |
7892 | fi | |
10f2d63a VZ |
7893 | |
7894 | ||
7895 | eval "$ac_cv_use_splines" | |
7896 | if test "$no_cache" != 1; then | |
7897 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
7898 | fi | |
7899 | ||
7900 | if test "$wxUSE_SPLINES" = yes; then | |
579d8138 | 7901 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7902 | else |
579d8138 | 7903 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7904 | fi |
579d8138 | 7905 | |
10f2d63a | 7906 | |
579d8138 | 7907 | echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6 |
f09359cf | 7908 | echo "configure:7909: checking for --enable-validators" >&5 |
10f2d63a VZ |
7909 | no_cache=0 |
7910 | # Check whether --enable-validators or --disable-validators was given. | |
7911 | if test "${enable_validators+set}" = set; then | |
7912 | enableval="$enable_validators" | |
579d8138 | 7913 | |
10f2d63a VZ |
7914 | if test "$enableval" = yes; then |
7915 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
7916 | else | |
7917 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
7918 | fi | |
579d8138 | 7919 | |
10f2d63a | 7920 | else |
579d8138 | 7921 | |
10f2d63a VZ |
7922 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` |
7923 | if test "x$LINE" != x ; then | |
7924 | eval "DEFAULT_$LINE" | |
7925 | else | |
7926 | no_cache=1 | |
7927 | fi | |
7928 | ||
7929 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
579d8138 VS |
7930 | |
7931 | fi | |
10f2d63a VZ |
7932 | |
7933 | ||
7934 | eval "$ac_cv_use_validators" | |
7935 | if test "$no_cache" != 1; then | |
7936 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
7937 | fi | |
7938 | ||
7939 | if test "$wxUSE_VALIDATORS" = yes; then | |
579d8138 | 7940 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7941 | else |
579d8138 | 7942 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7943 | fi |
579d8138 | 7944 | |
10f2d63a | 7945 | |
579d8138 | 7946 | echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6 |
f09359cf | 7947 | echo "configure:7948: checking for --enable-busyinfo" >&5 |
10f2d63a VZ |
7948 | no_cache=0 |
7949 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
7950 | if test "${enable_busyinfo+set}" = set; then | |
7951 | enableval="$enable_busyinfo" | |
579d8138 | 7952 | |
10f2d63a VZ |
7953 | if test "$enableval" = yes; then |
7954 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
7955 | else | |
7956 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
7957 | fi | |
579d8138 | 7958 | |
10f2d63a | 7959 | else |
579d8138 | 7960 | |
10f2d63a VZ |
7961 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` |
7962 | if test "x$LINE" != x ; then | |
7963 | eval "DEFAULT_$LINE" | |
7964 | else | |
7965 | no_cache=1 | |
7966 | fi | |
7967 | ||
7968 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
579d8138 VS |
7969 | |
7970 | fi | |
10f2d63a VZ |
7971 | |
7972 | ||
7973 | eval "$ac_cv_use_busyinfo" | |
7974 | if test "$no_cache" != 1; then | |
7975 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
7976 | fi | |
7977 | ||
7978 | if test "$wxUSE_BUSYINFO" = yes; then | |
579d8138 | 7979 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7980 | else |
579d8138 | 7981 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7982 | fi |
579d8138 | 7983 | |
10f2d63a | 7984 | |
579d8138 | 7985 | echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6 |
f09359cf | 7986 | echo "configure:7987: checking for --enable-joystick" >&5 |
f6bcfd97 BP |
7987 | no_cache=0 |
7988 | # Check whether --enable-joystick or --disable-joystick was given. | |
7989 | if test "${enable_joystick+set}" = set; then | |
7990 | enableval="$enable_joystick" | |
579d8138 | 7991 | |
f6bcfd97 BP |
7992 | if test "$enableval" = yes; then |
7993 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
7994 | else | |
7995 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
7996 | fi | |
579d8138 | 7997 | |
f6bcfd97 | 7998 | else |
579d8138 | 7999 | |
f6bcfd97 BP |
8000 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` |
8001 | if test "x$LINE" != x ; then | |
8002 | eval "DEFAULT_$LINE" | |
8003 | else | |
8004 | no_cache=1 | |
8005 | fi | |
8006 | ||
8007 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
579d8138 VS |
8008 | |
8009 | fi | |
f6bcfd97 BP |
8010 | |
8011 | ||
8012 | eval "$ac_cv_use_joystick" | |
8013 | if test "$no_cache" != 1; then | |
8014 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
8015 | fi | |
8016 | ||
8017 | if test "$wxUSE_JOYSTICK" = yes; then | |
579d8138 | 8018 | echo "$ac_t""yes" 1>&6 |
f6bcfd97 | 8019 | else |
579d8138 | 8020 | echo "$ac_t""no" 1>&6 |
f6bcfd97 | 8021 | fi |
579d8138 | 8022 | |
698dcdb6 | 8023 | |
579d8138 | 8024 | echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 |
f09359cf | 8025 | echo "configure:8026: checking for --enable-metafile" >&5 |
1e6feb95 VZ |
8026 | no_cache=0 |
8027 | # Check whether --enable-metafile or --disable-metafile was given. | |
8028 | if test "${enable_metafile+set}" = set; then | |
8029 | enableval="$enable_metafile" | |
579d8138 | 8030 | |
1e6feb95 VZ |
8031 | if test "$enableval" = yes; then |
8032 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
8033 | else | |
8034 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
8035 | fi | |
579d8138 | 8036 | |
1e6feb95 | 8037 | else |
579d8138 | 8038 | |
1e6feb95 VZ |
8039 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
8040 | if test "x$LINE" != x ; then | |
8041 | eval "DEFAULT_$LINE" | |
8042 | else | |
8043 | no_cache=1 | |
8044 | fi | |
8045 | ||
8046 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
579d8138 VS |
8047 | |
8048 | fi | |
1e6feb95 VZ |
8049 | |
8050 | ||
8051 | eval "$ac_cv_use_metafile" | |
8052 | if test "$no_cache" != 1; then | |
8053 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
8054 | fi | |
8055 | ||
8056 | if test "$wxUSE_METAFILE" = yes; then | |
579d8138 | 8057 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 8058 | else |
579d8138 | 8059 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 8060 | fi |
579d8138 | 8061 | |
1e6feb95 | 8062 | |
579d8138 | 8063 | echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6 |
f09359cf | 8064 | echo "configure:8065: checking for --enable-dragimage" >&5 |
24fd6d87 VZ |
8065 | no_cache=0 |
8066 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
8067 | if test "${enable_dragimage+set}" = set; then | |
8068 | enableval="$enable_dragimage" | |
579d8138 | 8069 | |
24fd6d87 VZ |
8070 | if test "$enableval" = yes; then |
8071 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
8072 | else | |
8073 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
8074 | fi | |
579d8138 | 8075 | |
24fd6d87 | 8076 | else |
579d8138 | 8077 | |
24fd6d87 VZ |
8078 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` |
8079 | if test "x$LINE" != x ; then | |
8080 | eval "DEFAULT_$LINE" | |
8081 | else | |
8082 | no_cache=1 | |
8083 | fi | |
8084 | ||
8085 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
579d8138 VS |
8086 | |
8087 | fi | |
24fd6d87 VZ |
8088 | |
8089 | ||
8090 | eval "$ac_cv_use_dragimage" | |
8091 | if test "$no_cache" != 1; then | |
8092 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
8093 | fi | |
8094 | ||
8095 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
579d8138 | 8096 | echo "$ac_t""yes" 1>&6 |
24fd6d87 | 8097 | else |
579d8138 | 8098 | echo "$ac_t""no" 1>&6 |
24fd6d87 | 8099 | fi |
579d8138 VS |
8100 | |
8101 | ||
24fd6d87 | 8102 | |
579d8138 VS |
8103 | |
8104 | echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6 | |
f09359cf | 8105 | echo "configure:8106: checking for --enable-palette" >&5 |
edae8572 VZ |
8106 | no_cache=0 |
8107 | # Check whether --enable-palette or --disable-palette was given. | |
8108 | if test "${enable_palette+set}" = set; then | |
8109 | enableval="$enable_palette" | |
579d8138 | 8110 | |
edae8572 VZ |
8111 | if test "$enableval" = yes; then |
8112 | ac_cv_use_palette='wxUSE_PALETTE=yes' | |
8113 | else | |
8114 | ac_cv_use_palette='wxUSE_PALETTE=no' | |
8115 | fi | |
579d8138 | 8116 | |
edae8572 | 8117 | else |
579d8138 | 8118 | |
edae8572 VZ |
8119 | LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` |
8120 | if test "x$LINE" != x ; then | |
8121 | eval "DEFAULT_$LINE" | |
8122 | else | |
8123 | no_cache=1 | |
8124 | fi | |
8125 | ||
8126 | ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE | |
579d8138 VS |
8127 | |
8128 | fi | |
edae8572 VZ |
8129 | |
8130 | ||
8131 | eval "$ac_cv_use_palette" | |
8132 | if test "$no_cache" != 1; then | |
8133 | echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp | |
8134 | fi | |
8135 | ||
8136 | if test "$wxUSE_PALETTE" = yes; then | |
579d8138 | 8137 | echo "$ac_t""yes" 1>&6 |
edae8572 | 8138 | else |
579d8138 | 8139 | echo "$ac_t""no" 1>&6 |
edae8572 | 8140 | fi |
579d8138 | 8141 | |
edae8572 | 8142 | |
579d8138 | 8143 | echo $ac_n "checking for --enable-image""... $ac_c" 1>&6 |
f09359cf | 8144 | echo "configure:8145: checking for --enable-image" >&5 |
0046ff7c VS |
8145 | no_cache=0 |
8146 | # Check whether --enable-image or --disable-image was given. | |
8147 | if test "${enable_image+set}" = set; then | |
8148 | enableval="$enable_image" | |
579d8138 | 8149 | |
0046ff7c VS |
8150 | if test "$enableval" = yes; then |
8151 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
8152 | else | |
8153 | ac_cv_use_image='wxUSE_IMAGE=no' | |
8154 | fi | |
579d8138 | 8155 | |
0046ff7c | 8156 | else |
579d8138 | 8157 | |
0046ff7c VS |
8158 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` |
8159 | if test "x$LINE" != x ; then | |
8160 | eval "DEFAULT_$LINE" | |
8161 | else | |
8162 | no_cache=1 | |
8163 | fi | |
8164 | ||
8165 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
579d8138 VS |
8166 | |
8167 | fi | |
0046ff7c VS |
8168 | |
8169 | ||
8170 | eval "$ac_cv_use_image" | |
8171 | if test "$no_cache" != 1; then | |
8172 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
8173 | fi | |
8174 | ||
8175 | if test "$wxUSE_IMAGE" = yes; then | |
579d8138 | 8176 | echo "$ac_t""yes" 1>&6 |
0046ff7c | 8177 | else |
579d8138 | 8178 | echo "$ac_t""no" 1>&6 |
0046ff7c | 8179 | fi |
579d8138 | 8180 | |
0046ff7c | 8181 | |
579d8138 | 8182 | echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6 |
f09359cf | 8183 | echo "configure:8184: checking for --enable-gif" >&5 |
10f2d63a VZ |
8184 | no_cache=0 |
8185 | # Check whether --enable-gif or --disable-gif was given. | |
8186 | if test "${enable_gif+set}" = set; then | |
8187 | enableval="$enable_gif" | |
579d8138 | 8188 | |
10f2d63a VZ |
8189 | if test "$enableval" = yes; then |
8190 | ac_cv_use_gif='wxUSE_GIF=yes' | |
8191 | else | |
8192 | ac_cv_use_gif='wxUSE_GIF=no' | |
8193 | fi | |
579d8138 | 8194 | |
10f2d63a | 8195 | else |
579d8138 | 8196 | |
10f2d63a VZ |
8197 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` |
8198 | if test "x$LINE" != x ; then | |
8199 | eval "DEFAULT_$LINE" | |
8200 | else | |
8201 | no_cache=1 | |
8202 | fi | |
8203 | ||
8204 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
579d8138 VS |
8205 | |
8206 | fi | |
10f2d63a VZ |
8207 | |
8208 | ||
8209 | eval "$ac_cv_use_gif" | |
8210 | if test "$no_cache" != 1; then | |
8211 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
8212 | fi | |
8213 | ||
8214 | if test "$wxUSE_GIF" = yes; then | |
579d8138 | 8215 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8216 | else |
579d8138 | 8217 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8218 | fi |
579d8138 | 8219 | |
10f2d63a | 8220 | |
579d8138 | 8221 | echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6 |
f09359cf | 8222 | echo "configure:8223: checking for --enable-pcx" >&5 |
10f2d63a VZ |
8223 | no_cache=0 |
8224 | # Check whether --enable-pcx or --disable-pcx was given. | |
8225 | if test "${enable_pcx+set}" = set; then | |
8226 | enableval="$enable_pcx" | |
579d8138 | 8227 | |
10f2d63a VZ |
8228 | if test "$enableval" = yes; then |
8229 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
8230 | else | |
8231 | ac_cv_use_pcx='wxUSE_PCX=no' | |
8232 | fi | |
579d8138 | 8233 | |
10f2d63a | 8234 | else |
579d8138 | 8235 | |
10f2d63a VZ |
8236 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` |
8237 | if test "x$LINE" != x ; then | |
8238 | eval "DEFAULT_$LINE" | |
8239 | else | |
8240 | no_cache=1 | |
8241 | fi | |
8242 | ||
8243 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
579d8138 VS |
8244 | |
8245 | fi | |
10f2d63a VZ |
8246 | |
8247 | ||
8248 | eval "$ac_cv_use_pcx" | |
8249 | if test "$no_cache" != 1; then | |
8250 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
8251 | fi | |
8252 | ||
8253 | if test "$wxUSE_PCX" = yes; then | |
579d8138 | 8254 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8255 | else |
579d8138 | 8256 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8257 | fi |
579d8138 | 8258 | |
10f2d63a | 8259 | |
579d8138 | 8260 | echo $ac_n "checking for --enable-iff""... $ac_c" 1>&6 |
f09359cf | 8261 | echo "configure:8262: checking for --enable-iff" >&5 |
4b6b4dfc RR |
8262 | no_cache=0 |
8263 | # Check whether --enable-iff or --disable-iff was given. | |
8264 | if test "${enable_iff+set}" = set; then | |
8265 | enableval="$enable_iff" | |
579d8138 | 8266 | |
4b6b4dfc RR |
8267 | if test "$enableval" = yes; then |
8268 | ac_cv_use_iff='wxUSE_IFF=yes' | |
8269 | else | |
8270 | ac_cv_use_iff='wxUSE_IFF=no' | |
8271 | fi | |
579d8138 | 8272 | |
4b6b4dfc | 8273 | else |
579d8138 | 8274 | |
4b6b4dfc RR |
8275 | LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}` |
8276 | if test "x$LINE" != x ; then | |
8277 | eval "DEFAULT_$LINE" | |
8278 | else | |
8279 | no_cache=1 | |
8280 | fi | |
8281 | ||
8282 | ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF | |
579d8138 VS |
8283 | |
8284 | fi | |
4b6b4dfc RR |
8285 | |
8286 | ||
8287 | eval "$ac_cv_use_iff" | |
8288 | if test "$no_cache" != 1; then | |
8289 | echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp | |
8290 | fi | |
8291 | ||
8292 | if test "$wxUSE_IFF" = yes; then | |
579d8138 | 8293 | echo "$ac_t""yes" 1>&6 |
4b6b4dfc | 8294 | else |
579d8138 | 8295 | echo "$ac_t""no" 1>&6 |
4b6b4dfc | 8296 | fi |
579d8138 | 8297 | |
4b6b4dfc | 8298 | |
579d8138 | 8299 | echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6 |
f09359cf | 8300 | echo "configure:8301: checking for --enable-pnm" >&5 |
10f2d63a VZ |
8301 | no_cache=0 |
8302 | # Check whether --enable-pnm or --disable-pnm was given. | |
8303 | if test "${enable_pnm+set}" = set; then | |
8304 | enableval="$enable_pnm" | |
579d8138 | 8305 | |
10f2d63a VZ |
8306 | if test "$enableval" = yes; then |
8307 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
8308 | else | |
8309 | ac_cv_use_pnm='wxUSE_PNM=no' | |
8310 | fi | |
579d8138 | 8311 | |
10f2d63a | 8312 | else |
579d8138 | 8313 | |
10f2d63a VZ |
8314 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` |
8315 | if test "x$LINE" != x ; then | |
8316 | eval "DEFAULT_$LINE" | |
8317 | else | |
8318 | no_cache=1 | |
8319 | fi | |
8320 | ||
8321 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
579d8138 VS |
8322 | |
8323 | fi | |
10f2d63a VZ |
8324 | |
8325 | ||
8326 | eval "$ac_cv_use_pnm" | |
8327 | if test "$no_cache" != 1; then | |
8328 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
8329 | fi | |
8330 | ||
8331 | if test "$wxUSE_PNM" = yes; then | |
579d8138 | 8332 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8333 | else |
579d8138 | 8334 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8335 | fi |
579d8138 | 8336 | |
10f2d63a | 8337 | |
579d8138 | 8338 | echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6 |
f09359cf | 8339 | echo "configure:8340: checking for --enable-xpm" >&5 |
0046ff7c | 8340 | no_cache=0 |
69d27ff7 MB |
8341 | # Check whether --enable-xpm or --disable-xpm was given. |
8342 | if test "${enable_xpm+set}" = set; then | |
8343 | enableval="$enable_xpm" | |
579d8138 | 8344 | |
0046ff7c | 8345 | if test "$enableval" = yes; then |
69d27ff7 | 8346 | ac_cv_use_xpm='wxUSE_XPM=yes' |
0046ff7c | 8347 | else |
69d27ff7 | 8348 | ac_cv_use_xpm='wxUSE_XPM=no' |
0046ff7c | 8349 | fi |
579d8138 | 8350 | |
0046ff7c | 8351 | else |
579d8138 | 8352 | |
0046ff7c VS |
8353 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` |
8354 | if test "x$LINE" != x ; then | |
8355 | eval "DEFAULT_$LINE" | |
8356 | else | |
8357 | no_cache=1 | |
8358 | fi | |
8359 | ||
69d27ff7 | 8360 | ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM |
579d8138 VS |
8361 | |
8362 | fi | |
0046ff7c VS |
8363 | |
8364 | ||
69d27ff7 | 8365 | eval "$ac_cv_use_xpm" |
0046ff7c | 8366 | if test "$no_cache" != 1; then |
69d27ff7 | 8367 | echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp |
0046ff7c VS |
8368 | fi |
8369 | ||
8370 | if test "$wxUSE_XPM" = yes; then | |
579d8138 | 8371 | echo "$ac_t""yes" 1>&6 |
0046ff7c | 8372 | else |
579d8138 | 8373 | echo "$ac_t""no" 1>&6 |
0046ff7c | 8374 | fi |
579d8138 | 8375 | |
0046ff7c | 8376 | |
579d8138 | 8377 | echo $ac_n "checking for --enable-ico_cur""... $ac_c" 1>&6 |
f09359cf | 8378 | echo "configure:8379: checking for --enable-ico_cur" >&5 |
658974ae | 8379 | no_cache=0 |
c7206e64 VS |
8380 | # Check whether --enable-ico_cur or --disable-ico_cur was given. |
8381 | if test "${enable_ico_cur+set}" = set; then | |
8382 | enableval="$enable_ico_cur" | |
579d8138 | 8383 | |
658974ae | 8384 | if test "$enableval" = yes; then |
c7206e64 | 8385 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes' |
658974ae | 8386 | else |
c7206e64 | 8387 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=no' |
658974ae | 8388 | fi |
579d8138 | 8389 | |
658974ae | 8390 | else |
579d8138 | 8391 | |
658974ae VS |
8392 | LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}` |
8393 | if test "x$LINE" != x ; then | |
8394 | eval "DEFAULT_$LINE" | |
8395 | else | |
8396 | no_cache=1 | |
8397 | fi | |
8398 | ||
c7206e64 | 8399 | ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR |
579d8138 VS |
8400 | |
8401 | fi | |
658974ae VS |
8402 | |
8403 | ||
c7206e64 | 8404 | eval "$ac_cv_use_ico_cur" |
658974ae | 8405 | if test "$no_cache" != 1; then |
c7206e64 | 8406 | echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp |
658974ae VS |
8407 | fi |
8408 | ||
8409 | if test "$wxUSE_ICO_CUR" = yes; then | |
579d8138 | 8410 | echo "$ac_t""yes" 1>&6 |
658974ae | 8411 | else |
579d8138 | 8412 | echo "$ac_t""no" 1>&6 |
658974ae | 8413 | fi |
579d8138 | 8414 | |
658974ae | 8415 | |
b12915c1 VZ |
8416 | fi |
8417 | ||
d558c907 VS |
8418 | case "${host}" in |
8419 | *-pc-os2_emx | *-pc-os2-emx ) | |
8420 | LEX_STEM="lexyy" | |
8421 | ;; | |
8422 | *) | |
8423 | PATH_IFS=':' | |
8424 | LEX_STEM="lex.yy" | |
8425 | ;; | |
8426 | esac | |
8427 | ||
579d8138 VS |
8428 | |
8429 | ||
10f2d63a VZ |
8430 | echo "saving argument cache $wx_arg_cache_file" |
8431 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
579d8138 VS |
8432 | |
8433 | ||
10f2d63a | 8434 | |
579d8138 | 8435 | echo $ac_n "checking for toolkit""... $ac_c" 1>&6 |
f09359cf | 8436 | echo "configure:8437: checking for toolkit" >&5 |
10f2d63a VZ |
8437 | |
8438 | if test "$wxUSE_GUI" = "yes"; then | |
8439 | ||
3a922bb4 | 8440 | if test "$USE_BEOS" = 1; then |
579d8138 | 8441 | { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } |
3a922bb4 | 8442 | fi |
b12915c1 | 8443 | |
3a922bb4 RL |
8444 | if test "$TOOLKIT_GIVEN" = 1; then |
8445 | for toolkit in `echo $ALL_TOOLKITS`; do | |
8446 | var=wxUSE_$toolkit | |
8447 | eval "value=\$${var}" | |
8448 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
8449 | done | |
10f2d63a | 8450 | else |
3a922bb4 RL |
8451 | for toolkit in `echo $ALL_TOOLKITS`; do |
8452 | if test "$has_toolkit_in_cache" != 1; then | |
8453 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
8454 | else | |
8455 | var=DEFAULT_wxUSE_$toolkit | |
8456 | fi | |
8457 | eval "wxUSE_$toolkit=\$${var}" | |
8458 | done | |
10f2d63a | 8459 | fi |
10f2d63a | 8460 | |
3a922bb4 | 8461 | NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \ |
f79bd02d | 8462 | + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}` |
10f2d63a | 8463 | |
d558c907 | 8464 | case "${host}" in |
6fa882bd | 8465 | *-pc-os2_emx | *-pc-os2-emx ) |
3a922bb4 | 8466 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` |
3a922bb4 | 8467 | esac |
10f2d63a | 8468 | |
3a922bb4 RL |
8469 | case "$NUM_TOOLKITS" in |
8470 | 1) | |
8471 | ;; | |
8472 | 0) | |
579d8138 | 8473 | { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; } |
3a922bb4 RL |
8474 | ;; |
8475 | *) | |
579d8138 | 8476 | { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; } |
3a922bb4 | 8477 | esac |
10f2d63a | 8478 | |
3a922bb4 RL |
8479 | for toolkit in `echo $ALL_TOOLKITS`; do |
8480 | var=wxUSE_$toolkit | |
8481 | eval "value=\$${var}" | |
8482 | if test "x$value" != x; then | |
8483 | cache_var=CACHE_$toolkit | |
8484 | eval "cache=\$${cache_var}" | |
8485 | if test "$cache" = 1; then | |
8486 | echo "$var=$value" >> ${wx_arg_cache_file} | |
8487 | fi | |
8488 | if test "$value" = 1; then | |
8489 | toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]` | |
579d8138 | 8490 | echo "$ac_t""$toolkit_echo" 1>&6 |
3a922bb4 RL |
8491 | fi |
8492 | fi | |
8493 | done | |
10f2d63a | 8494 | else |
579d8138 | 8495 | echo "$ac_t""base ($host_alias hosted) only" 1>&6 |
10f2d63a VZ |
8496 | fi |
8497 | ||
579d8138 | 8498 | |
43d99b6d VS |
8499 | wants_win32=0 |
8500 | doesnt_want_win32=0 | |
17234b26 MB |
8501 | case "${host}" in |
8502 | *-*-cygwin*) | |
8503 | if test "$wxUSE_MSW" = 1 ; then | |
43d99b6d VS |
8504 | wants_win32=1 |
8505 | else | |
8506 | doesnt_want_win32=1 | |
17234b26 MB |
8507 | fi |
8508 | ;; | |
8509 | *-*-mingw*) | |
43d99b6d | 8510 | wants_win32=1 |
17234b26 MB |
8511 | ;; |
8512 | esac | |
8513 | ||
43d99b6d | 8514 | if test "$wants_win32" = 1 ; then |
17234b26 MB |
8515 | USE_UNIX=0 |
8516 | USE_WIN32=1 | |
579d8138 | 8517 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8518 | #define __WIN32__ 1 |
8519 | EOF | |
8520 | ||
579d8138 | 8521 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8522 | #define __WIN95__ 1 |
8523 | EOF | |
8524 | ||
579d8138 | 8525 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8526 | #define __WINDOWS__ 1 |
8527 | EOF | |
8528 | ||
579d8138 | 8529 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8530 | #define __GNUWIN32__ 1 |
8531 | EOF | |
8532 | ||
579d8138 | 8533 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8534 | #define STRICT 1 |
8535 | EOF | |
8536 | ||
579d8138 | 8537 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8538 | #define WINVER 0x0400 |
8539 | EOF | |
8540 | ||
43d99b6d VS |
8541 | fi |
8542 | if test "$doesnt_want_win32" = 1 ; then | |
17234b26 MB |
8543 | USE_UNIX=1 |
8544 | USE_WIN32=0 | |
8545 | fi | |
8546 | ||
8547 | if test "$USE_UNIX" = 1 ; then | |
8548 | wxUSE_UNIX=yes | |
579d8138 | 8549 | cat >> confdefs.h <<\EOF |
17234b26 MB |
8550 | #define __UNIX__ 1 |
8551 | EOF | |
8552 | ||
8553 | fi | |
8554 | ||
579d8138 VS |
8555 | |
8556 | cat > confcache <<\EOF | |
10f2d63a VZ |
8557 | # This file is a shell script that caches the results of configure |
8558 | # tests run on this system so they can be shared between configure | |
579d8138 VS |
8559 | # scripts and configure runs. It is not useful on other systems. |
8560 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 8561 | # |
579d8138 VS |
8562 | # By default, configure uses ./config.cache as the cache file, |
8563 | # creating it if it does not exist already. You can give configure | |
8564 | # the --cache-file=FILE option to use a different cache file; that is | |
8565 | # what configure does when it calls configure scripts in | |
8566 | # subdirectories, so they share the cache. | |
8567 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
8568 | # config.status only pays attention to the cache file if you give it the | |
8569 | # --recheck option to rerun configure. | |
10f2d63a | 8570 | # |
579d8138 | 8571 | EOF |
10f2d63a VZ |
8572 | # The following way of writing the cache mishandles newlines in values, |
8573 | # but we know of no workaround that is simple, portable, and efficient. | |
8574 | # So, don't put newlines in cache variables' values. | |
8575 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
8576 | # and sets the high bit in the cache file unless we assign to the vars. | |
579d8138 | 8577 | (set) 2>&1 | |
f09359cf | 8578 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
579d8138 VS |
8579 | *ac_space=\ *) |
8580 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
8581 | # turns \\\\ into \\, and sed turns \\ into \). | |
8582 | sed -n \ | |
8583 | -e "s/'/'\\\\''/g" \ | |
8584 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
8585 | ;; | |
8586 | *) | |
8587 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
8588 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
8589 | ;; | |
8590 | esac >> confcache | |
8591 | if cmp -s $cache_file confcache; then | |
8592 | : | |
8593 | else | |
10f2d63a | 8594 | if test -w $cache_file; then |
579d8138 VS |
8595 | echo "updating cache $cache_file" |
8596 | cat confcache > $cache_file | |
10f2d63a VZ |
8597 | else |
8598 | echo "not updating unwritable cache $cache_file" | |
8599 | fi | |
8600 | fi | |
8601 | rm -f confcache | |
8602 | ||
579d8138 | 8603 | |
e59890c3 | 8604 | if test "$build" != "$host" ; then |
9d353d4a | 8605 | if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then |
3a922bb4 RL |
8606 | CC=$host_alias-gcc |
8607 | CXX=$host_alias-c++ | |
8608 | AR=$host_alias-ar | |
8609 | RANLIB=$host_alias-ranlib | |
8610 | DLLTOOL=$host_alias-dlltool | |
8611 | RESCOMP=$host_alias-windres | |
8612 | LD=$host_alias-ld | |
8613 | NM=$host_alias-nm | |
8614 | STRIP=$host_alias-strip | |
8615 | else | |
579d8138 | 8616 | { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; } |
3a922bb4 | 8617 | fi |
10f2d63a VZ |
8618 | fi |
8619 | ||
ec603395 | 8620 | CFLAGS=${CFLAGS:=} |
579d8138 VS |
8621 | # Extract the first word of "gcc", so it can be a program name with args. |
8622 | set dummy gcc; ac_word=$2 | |
8623 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
f09359cf | 8624 | echo "configure:8625: checking for $ac_word" >&5 |
579d8138 VS |
8625 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
8626 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6232543b VS |
8627 | else |
8628 | if test -n "$CC"; then | |
8629 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10f2d63a | 8630 | else |
f09359cf VS |
8631 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8632 | ac_dummy="$PATH" | |
8633 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
8634 | test -z "$ac_dir" && ac_dir=. |
8635 | if test -f $ac_dir/$ac_word; then | |
8636 | ac_cv_prog_CC="gcc" | |
8637 | break | |
8638 | fi | |
8639 | done | |
8640 | IFS="$ac_save_ifs" | |
10f2d63a | 8641 | fi |
6232543b | 8642 | fi |
579d8138 | 8643 | CC="$ac_cv_prog_CC" |
6232543b | 8644 | if test -n "$CC"; then |
579d8138 | 8645 | echo "$ac_t""$CC" 1>&6 |
1e487827 | 8646 | else |
579d8138 | 8647 | echo "$ac_t""no" 1>&6 |
1e487827 | 8648 | fi |
6232543b | 8649 | |
1e487827 | 8650 | if test -z "$CC"; then |
579d8138 VS |
8651 | # Extract the first word of "cc", so it can be a program name with args. |
8652 | set dummy cc; ac_word=$2 | |
8653 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
f09359cf | 8654 | echo "configure:8655: checking for $ac_word" >&5 |
579d8138 VS |
8655 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
8656 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c RR |
8657 | else |
8658 | if test -n "$CC"; then | |
8659 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8660 | else | |
f09359cf | 8661 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
328a083c | 8662 | ac_prog_rejected=no |
f09359cf VS |
8663 | ac_dummy="$PATH" |
8664 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
8665 | test -z "$ac_dir" && ac_dir=. |
8666 | if test -f $ac_dir/$ac_word; then | |
8667 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
8668 | ac_prog_rejected=yes | |
8669 | continue | |
8670 | fi | |
8671 | ac_cv_prog_CC="cc" | |
8672 | break | |
8673 | fi | |
8674 | done | |
8675 | IFS="$ac_save_ifs" | |
328a083c RR |
8676 | if test $ac_prog_rejected = yes; then |
8677 | # We found a bogon in the path, so make sure we never use it. | |
8678 | set dummy $ac_cv_prog_CC | |
8679 | shift | |
579d8138 | 8680 | if test $# -gt 0; then |
328a083c | 8681 | # We chose a different compiler from the bogus one. |
1e487827 VS |
8682 | # However, it has the same basename, so the bogon will be chosen |
8683 | # first if we set CC to just the basename; use the full file name. | |
8684 | shift | |
579d8138 | 8685 | set dummy "$ac_dir/$ac_word" "$@" |
1e487827 VS |
8686 | shift |
8687 | ac_cv_prog_CC="$@" | |
703e0a69 | 8688 | fi |
1e487827 VS |
8689 | fi |
8690 | fi | |
8691 | fi | |
579d8138 | 8692 | CC="$ac_cv_prog_CC" |
1e487827 | 8693 | if test -n "$CC"; then |
579d8138 | 8694 | echo "$ac_t""$CC" 1>&6 |
703e0a69 | 8695 | else |
579d8138 | 8696 | echo "$ac_t""no" 1>&6 |
703e0a69 | 8697 | fi |
1e487827 | 8698 | |
f09359cf VS |
8699 | if test -z "$CC"; then |
8700 | case "`uname -s`" in | |
8701 | *win32* | *WIN32*) | |
8702 | # Extract the first word of "cl", so it can be a program name with args. | |
8703 | set dummy cl; ac_word=$2 | |
8704 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8705 | echo "configure:8706: checking for $ac_word" >&5 | |
8706 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
8707 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8708 | else | |
8709 | if test -n "$CC"; then | |
8710 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8711 | else | |
8712 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8713 | ac_dummy="$PATH" | |
8714 | for ac_dir in $ac_dummy; do | |
8715 | test -z "$ac_dir" && ac_dir=. | |
8716 | if test -f $ac_dir/$ac_word; then | |
8717 | ac_cv_prog_CC="cl" | |
8718 | break | |
8719 | fi | |
8720 | done | |
8721 | IFS="$ac_save_ifs" | |
8722 | fi | |
8723 | fi | |
8724 | CC="$ac_cv_prog_CC" | |
8725 | if test -n "$CC"; then | |
8726 | echo "$ac_t""$CC" 1>&6 | |
8727 | else | |
8728 | echo "$ac_t""no" 1>&6 | |
8729 | fi | |
8730 | ;; | |
8731 | esac | |
8732 | fi | |
579d8138 | 8733 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
328a083c | 8734 | fi |
1e487827 | 8735 | |
579d8138 | 8736 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
f09359cf | 8737 | echo "configure:8738: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
6232543b | 8738 | |
579d8138 VS |
8739 | ac_ext=c |
8740 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8741 | ac_cpp='$CPP $CPPFLAGS' | |
8742 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
f09359cf | 8743 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 8744 | cross_compiling=$ac_cv_prog_cc_cross |
1e487827 | 8745 | |
f09359cf VS |
8746 | cat > conftest.$ac_ext << EOF |
8747 | ||
8748 | #line 8749 "configure" | |
579d8138 | 8749 | #include "confdefs.h" |
f09359cf | 8750 | |
579d8138 VS |
8751 | main(){return(0);} |
8752 | EOF | |
f09359cf | 8753 | if { (eval echo configure:8754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
8754 | ac_cv_prog_cc_works=yes |
8755 | # If we can't run a trivial program, we are probably using a cross compiler. | |
8756 | if (./conftest; exit) 2>/dev/null; then | |
8757 | ac_cv_prog_cc_cross=no | |
698dcdb6 | 8758 | else |
579d8138 | 8759 | ac_cv_prog_cc_cross=yes |
698dcdb6 | 8760 | fi |
698dcdb6 | 8761 | else |
579d8138 VS |
8762 | echo "configure: failed program was:" >&5 |
8763 | cat conftest.$ac_ext >&5 | |
8764 | ac_cv_prog_cc_works=no | |
698dcdb6 | 8765 | fi |
579d8138 | 8766 | rm -fr conftest* |
f09359cf VS |
8767 | ac_ext=c |
8768 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8769 | ac_cpp='$CPP $CPPFLAGS' | |
8770 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8771 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8772 | cross_compiling=$ac_cv_prog_cc_cross | |
579d8138 VS |
8773 | |
8774 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
8775 | if test $ac_cv_prog_cc_works = no; then | |
8776 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
8777 | fi | |
8778 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
f09359cf | 8779 | echo "configure:8780: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
579d8138 VS |
8780 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
8781 | cross_compiling=$ac_cv_prog_cc_cross | |
8782 | ||
8783 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
f09359cf | 8784 | echo "configure:8785: checking whether we are using GNU C" >&5 |
579d8138 VS |
8785 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
8786 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8787 | else | |
8788 | cat > conftest.c <<EOF | |
8789 | #ifdef __GNUC__ | |
8790 | yes; | |
8791 | #endif | |
8792 | EOF | |
f09359cf | 8793 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
579d8138 | 8794 | ac_cv_prog_gcc=yes |
328a083c | 8795 | else |
579d8138 VS |
8796 | ac_cv_prog_gcc=no |
8797 | fi | |
8798 | fi | |
328a083c | 8799 | |
579d8138 | 8800 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
1e487827 | 8801 | |
579d8138 VS |
8802 | if test $ac_cv_prog_gcc = yes; then |
8803 | GCC=yes | |
f09359cf VS |
8804 | else |
8805 | GCC= | |
8806 | fi | |
8807 | ||
8808 | ac_test_CFLAGS="${CFLAGS+set}" | |
8809 | ac_save_CFLAGS="$CFLAGS" | |
8810 | CFLAGS= | |
8811 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
8812 | echo "configure:8813: checking whether ${CC-cc} accepts -g" >&5 | |
579d8138 VS |
8813 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
8814 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 8815 | else |
579d8138 VS |
8816 | echo 'void f(){}' > conftest.c |
8817 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
10f2d63a VZ |
8818 | ac_cv_prog_cc_g=yes |
8819 | else | |
579d8138 | 8820 | ac_cv_prog_cc_g=no |
10f2d63a | 8821 | fi |
579d8138 VS |
8822 | rm -f conftest* |
8823 | ||
10f2d63a | 8824 | fi |
579d8138 VS |
8825 | |
8826 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
f09359cf VS |
8827 | if test "$ac_test_CFLAGS" = set; then |
8828 | CFLAGS="$ac_save_CFLAGS" | |
8829 | elif test $ac_cv_prog_cc_g = yes; then | |
8830 | if test "$GCC" = yes; then | |
10f2d63a VZ |
8831 | CFLAGS="-g -O2" |
8832 | else | |
f09359cf | 8833 | CFLAGS="-g" |
10f2d63a | 8834 | fi |
5c0a20c3 | 8835 | else |
f09359cf VS |
8836 | if test "$GCC" = yes; then |
8837 | CFLAGS="-O2" | |
8838 | else | |
8839 | CFLAGS= | |
8840 | fi | |
10f2d63a VZ |
8841 | fi |
8842 | ||
8843 | ||
579d8138 | 8844 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
f09359cf | 8845 | echo "configure:8846: checking how to run the C preprocessor" >&5 |
10f2d63a VZ |
8846 | # On Suns, sometimes $CPP names a directory. |
8847 | if test -n "$CPP" && test -d "$CPP"; then | |
8848 | CPP= | |
8849 | fi | |
8850 | if test -z "$CPP"; then | |
579d8138 VS |
8851 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then |
8852 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8853 | else | |
8854 | # This must be in double quotes, not single quotes, because CPP may get | |
8855 | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
8856 | CPP="${CC-cc} -E" | |
10f2d63a | 8857 | # On the NeXT, cc -E runs the code through the compiler's parser, |
579d8138 VS |
8858 | # not just through cpp. |
8859 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 8860 | #line 8861 "configure" |
10f2d63a VZ |
8861 | #include "confdefs.h" |
8862 | #include <assert.h> | |
579d8138 VS |
8863 | Syntax Error |
8864 | EOF | |
8865 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
8866 | { (eval echo configure:8867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
8867 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 | 8868 | if test -z "$ac_err"; then |
10f2d63a VZ |
8869 | : |
8870 | else | |
579d8138 VS |
8871 | echo "$ac_err" >&5 |
8872 | echo "configure: failed program was:" >&5 | |
10f2d63a | 8873 | cat conftest.$ac_ext >&5 |
579d8138 VS |
8874 | rm -rf conftest* |
8875 | CPP="${CC-cc} -E -traditional-cpp" | |
8876 | cat > conftest.$ac_ext <<EOF | |
f09359cf VS |
8877 | #line 8878 "configure" |
8878 | #include "confdefs.h" | |
8879 | #include <assert.h> | |
8880 | Syntax Error | |
8881 | EOF | |
8882 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
8883 | { (eval echo configure:8884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
8884 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
8885 | if test -z "$ac_err"; then | |
8886 | : | |
8887 | else | |
8888 | echo "$ac_err" >&5 | |
8889 | echo "configure: failed program was:" >&5 | |
8890 | cat conftest.$ac_ext >&5 | |
8891 | rm -rf conftest* | |
8892 | CPP="${CC-cc} -nologo -E" | |
8893 | cat > conftest.$ac_ext <<EOF | |
8894 | #line 8895 "configure" | |
10f2d63a VZ |
8895 | #include "confdefs.h" |
8896 | #include <assert.h> | |
579d8138 VS |
8897 | Syntax Error |
8898 | EOF | |
8899 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
8900 | { (eval echo configure:8901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
8901 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 | 8902 | if test -z "$ac_err"; then |
10f2d63a VZ |
8903 | : |
8904 | else | |
579d8138 VS |
8905 | echo "$ac_err" >&5 |
8906 | echo "configure: failed program was:" >&5 | |
10f2d63a | 8907 | cat conftest.$ac_ext >&5 |
579d8138 VS |
8908 | rm -rf conftest* |
8909 | CPP=/lib/cpp | |
10f2d63a | 8910 | fi |
579d8138 | 8911 | rm -f conftest* |
703e0a69 | 8912 | fi |
f09359cf VS |
8913 | rm -f conftest* |
8914 | fi | |
579d8138 VS |
8915 | rm -f conftest* |
8916 | ac_cv_prog_CPP="$CPP" | |
8917 | fi | |
8918 | CPP="$ac_cv_prog_CPP" | |
10f2d63a | 8919 | else |
579d8138 | 8920 | ac_cv_prog_CPP="$CPP" |
10f2d63a | 8921 | fi |
579d8138 | 8922 | echo "$ac_t""$CPP" 1>&6 |
10f2d63a | 8923 | |
579d8138 VS |
8924 | if test $ac_cv_prog_gcc = yes; then |
8925 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 | |
f09359cf | 8926 | echo "configure:8927: checking whether ${CC-cc} needs -traditional" >&5 |
579d8138 VS |
8927 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
8928 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8929 | else |
8930 | ac_pattern="Autoconf.*'x'" | |
579d8138 | 8931 | cat > conftest.$ac_ext <<EOF |
f09359cf | 8932 | #line 8933 "configure" |
10f2d63a VZ |
8933 | #include "confdefs.h" |
8934 | #include <sgtty.h> | |
8935 | Autoconf TIOCGETP | |
579d8138 | 8936 | EOF |
10f2d63a VZ |
8937 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
8938 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
579d8138 | 8939 | rm -rf conftest* |
10f2d63a VZ |
8940 | ac_cv_prog_gcc_traditional=yes |
8941 | else | |
579d8138 | 8942 | rm -rf conftest* |
10f2d63a VZ |
8943 | ac_cv_prog_gcc_traditional=no |
8944 | fi | |
8945 | rm -f conftest* | |
8946 | ||
579d8138 | 8947 | |
10f2d63a | 8948 | if test $ac_cv_prog_gcc_traditional = no; then |
579d8138 | 8949 | cat > conftest.$ac_ext <<EOF |
f09359cf | 8950 | #line 8951 "configure" |
10f2d63a VZ |
8951 | #include "confdefs.h" |
8952 | #include <termio.h> | |
8953 | Autoconf TCGETA | |
579d8138 | 8954 | EOF |
10f2d63a VZ |
8955 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
8956 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
579d8138 | 8957 | rm -rf conftest* |
10f2d63a VZ |
8958 | ac_cv_prog_gcc_traditional=yes |
8959 | fi | |
8960 | rm -f conftest* | |
8961 | ||
8962 | fi | |
8963 | fi | |
579d8138 VS |
8964 | |
8965 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 | |
10f2d63a VZ |
8966 | if test $ac_cv_prog_gcc_traditional = yes; then |
8967 | CC="$CC -traditional" | |
8968 | fi | |
8969 | fi | |
8970 | ||
579d8138 VS |
8971 | |
8972 | ||
8973 | ac_ext=C | |
8974 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 8975 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 8976 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 8977 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
8978 | cross_compiling=$ac_cv_prog_cxx_cross |
8979 | ||
698dcdb6 | 8980 | |
ec603395 | 8981 | CXXFLAGS=${CXXFLAGS:=} |
f09359cf | 8982 | for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl |
579d8138 VS |
8983 | do |
8984 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
8985 | set dummy $ac_prog; ac_word=$2 | |
8986 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
f09359cf | 8987 | echo "configure:8988: checking for $ac_word" >&5 |
579d8138 VS |
8988 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then |
8989 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
8990 | else |
8991 | if test -n "$CXX"; then | |
8992 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
8993 | else | |
f09359cf VS |
8994 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8995 | ac_dummy="$PATH" | |
8996 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
8997 | test -z "$ac_dir" && ac_dir=. |
8998 | if test -f $ac_dir/$ac_word; then | |
8999 | ac_cv_prog_CXX="$ac_prog" | |
9000 | break | |
9001 | fi | |
9002 | done | |
9003 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9004 | fi |
9005 | fi | |
579d8138 | 9006 | CXX="$ac_cv_prog_CXX" |
10f2d63a | 9007 | if test -n "$CXX"; then |
579d8138 | 9008 | echo "$ac_t""$CXX" 1>&6 |
10f2d63a | 9009 | else |
579d8138 | 9010 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9011 | fi |
9012 | ||
579d8138 | 9013 | test -n "$CXX" && break |
10f2d63a | 9014 | done |
579d8138 | 9015 | test -n "$CXX" || CXX="gcc" |
703e0a69 | 9016 | |
698dcdb6 | 9017 | |
579d8138 | 9018 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
f09359cf | 9019 | echo "configure:9020: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 |
579d8138 VS |
9020 | |
9021 | ac_ext=C | |
9022 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9023 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9024 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
f09359cf | 9025 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
9026 | cross_compiling=$ac_cv_prog_cxx_cross |
9027 | ||
f09359cf VS |
9028 | cat > conftest.$ac_ext << EOF |
9029 | ||
9030 | #line 9031 "configure" | |
10f2d63a | 9031 | #include "confdefs.h" |
f09359cf VS |
9032 | |
9033 | int main(){return(0);} | |
579d8138 | 9034 | EOF |
f09359cf | 9035 | if { (eval echo configure:9036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
9036 | ac_cv_prog_cxx_works=yes |
9037 | # If we can't run a trivial program, we are probably using a cross compiler. | |
9038 | if (./conftest; exit) 2>/dev/null; then | |
9039 | ac_cv_prog_cxx_cross=no | |
9040 | else | |
9041 | ac_cv_prog_cxx_cross=yes | |
9042 | fi | |
9043 | else | |
9044 | echo "configure: failed program was:" >&5 | |
9045 | cat conftest.$ac_ext >&5 | |
9046 | ac_cv_prog_cxx_works=no | |
9047 | fi | |
9048 | rm -fr conftest* | |
f09359cf VS |
9049 | ac_ext=C |
9050 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9051 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9052 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9053 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9054 | cross_compiling=$ac_cv_prog_cxx_cross | |
579d8138 VS |
9055 | |
9056 | echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 | |
9057 | if test $ac_cv_prog_cxx_works = no; then | |
9058 | { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } | |
9059 | fi | |
9060 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
f09359cf | 9061 | echo "configure:9062: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 |
579d8138 VS |
9062 | echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 |
9063 | cross_compiling=$ac_cv_prog_cxx_cross | |
9064 | ||
9065 | echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 | |
f09359cf | 9066 | echo "configure:9067: checking whether we are using GNU C++" >&5 |
579d8138 VS |
9067 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then |
9068 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9069 | else | |
9070 | cat > conftest.C <<EOF | |
9071 | #ifdef __GNUC__ | |
9072 | yes; | |
10f2d63a | 9073 | #endif |
579d8138 | 9074 | EOF |
f09359cf | 9075 | if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
579d8138 VS |
9076 | ac_cv_prog_gxx=yes |
9077 | else | |
9078 | ac_cv_prog_gxx=no | |
9079 | fi | |
9080 | fi | |
10f2d63a | 9081 | |
579d8138 | 9082 | echo "$ac_t""$ac_cv_prog_gxx" 1>&6 |
10f2d63a | 9083 | |
579d8138 VS |
9084 | if test $ac_cv_prog_gxx = yes; then |
9085 | GXX=yes | |
f09359cf VS |
9086 | else |
9087 | GXX= | |
9088 | fi | |
9089 | ||
9090 | ac_test_CXXFLAGS="${CXXFLAGS+set}" | |
9091 | ac_save_CXXFLAGS="$CXXFLAGS" | |
9092 | CXXFLAGS= | |
9093 | echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 | |
9094 | echo "configure:9095: checking whether ${CXX-g++} accepts -g" >&5 | |
579d8138 VS |
9095 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then |
9096 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9097 | else | |
9098 | echo 'void f(){}' > conftest.cc | |
9099 | if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then | |
10f2d63a VZ |
9100 | ac_cv_prog_cxx_g=yes |
9101 | else | |
579d8138 | 9102 | ac_cv_prog_cxx_g=no |
10f2d63a | 9103 | fi |
579d8138 VS |
9104 | rm -f conftest* |
9105 | ||
10f2d63a | 9106 | fi |
579d8138 VS |
9107 | |
9108 | echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 | |
f09359cf VS |
9109 | if test "$ac_test_CXXFLAGS" = set; then |
9110 | CXXFLAGS="$ac_save_CXXFLAGS" | |
9111 | elif test $ac_cv_prog_cxx_g = yes; then | |
9112 | if test "$GXX" = yes; then | |
10f2d63a VZ |
9113 | CXXFLAGS="-g -O2" |
9114 | else | |
f09359cf | 9115 | CXXFLAGS="-g" |
10f2d63a | 9116 | fi |
5c0a20c3 | 9117 | else |
f09359cf VS |
9118 | if test "$GXX" = yes; then |
9119 | CXXFLAGS="-O2" | |
9120 | else | |
9121 | CXXFLAGS= | |
9122 | fi | |
10f2d63a VZ |
9123 | fi |
9124 | ||
9125 | ||
10f2d63a | 9126 | ac_ext=c |
579d8138 | 9127 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 9128 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 9129 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 9130 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
9131 | cross_compiling=$ac_cv_prog_cc_cross |
9132 | ||
9133 | ||
9134 | # Extract the first word of "ranlib", so it can be a program name with args. | |
9135 | set dummy ranlib; ac_word=$2 | |
9136 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
f09359cf | 9137 | echo "configure:9138: checking for $ac_word" >&5 |
579d8138 VS |
9138 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
9139 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9140 | else |
9141 | if test -n "$RANLIB"; then | |
9142 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
9143 | else | |
f09359cf VS |
9144 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9145 | ac_dummy="$PATH" | |
9146 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
9147 | test -z "$ac_dir" && ac_dir=. |
9148 | if test -f $ac_dir/$ac_word; then | |
9149 | ac_cv_prog_RANLIB="ranlib" | |
9150 | break | |
9151 | fi | |
9152 | done | |
9153 | IFS="$ac_save_ifs" | |
9154 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
10f2d63a VZ |
9155 | fi |
9156 | fi | |
579d8138 | 9157 | RANLIB="$ac_cv_prog_RANLIB" |
10f2d63a | 9158 | if test -n "$RANLIB"; then |
579d8138 | 9159 | echo "$ac_t""$RANLIB" 1>&6 |
328a083c | 9160 | else |
579d8138 | 9161 | echo "$ac_t""no" 1>&6 |
328a083c RR |
9162 | fi |
9163 | ||
10f2d63a VZ |
9164 | |
9165 | # Extract the first word of "ar", so it can be a program name with args. | |
9166 | set dummy ar; ac_word=$2 | |
579d8138 | 9167 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 9168 | echo "configure:9169: checking for $ac_word" >&5 |
579d8138 VS |
9169 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
9170 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9171 | else |
9172 | if test -n "$AR"; then | |
9173 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
9174 | else | |
f09359cf VS |
9175 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9176 | ac_dummy="$PATH" | |
9177 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
9178 | test -z "$ac_dir" && ac_dir=. |
9179 | if test -f $ac_dir/$ac_word; then | |
9180 | ac_cv_prog_AR="ar" | |
9181 | break | |
9182 | fi | |
9183 | done | |
9184 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9185 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" |
9186 | fi | |
9187 | fi | |
579d8138 | 9188 | AR="$ac_cv_prog_AR" |
10f2d63a | 9189 | if test -n "$AR"; then |
579d8138 | 9190 | echo "$ac_t""$AR" 1>&6 |
10f2d63a | 9191 | else |
579d8138 | 9192 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9193 | fi |
9194 | ||
579d8138 | 9195 | |
6054113a | 9196 | # Find a good install program. We prefer a C program (faster), |
10f2d63a VZ |
9197 | # so one script is as good as another. But avoid the broken or |
9198 | # incompatible versions: | |
9199 | # SysV /etc/install, /usr/sbin/install | |
9200 | # SunOS /usr/etc/install | |
9201 | # IRIX /sbin/install | |
9202 | # AIX /bin/install | |
f09359cf | 9203 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
10f2d63a VZ |
9204 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
9205 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
9206 | # ./install, which can be erroneously created by make from ./install.sh. | |
579d8138 | 9207 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
f09359cf | 9208 | echo "configure:9209: checking for a BSD compatible install" >&5 |
10f2d63a | 9209 | if test -z "$INSTALL"; then |
579d8138 VS |
9210 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
9211 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 9212 | else |
f09359cf | 9213 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" |
10f2d63a VZ |
9214 | for ac_dir in $PATH; do |
9215 | # Account for people who put trailing slashes in PATH elements. | |
579d8138 VS |
9216 | case "$ac_dir/" in |
9217 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
10f2d63a VZ |
9218 | *) |
9219 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
f09359cf VS |
9220 | # Don't use installbsd from OSF since it installs stuff as root |
9221 | # by default. | |
9222 | for ac_prog in ginstall scoinst install; do | |
579d8138 | 9223 | if test -f $ac_dir/$ac_prog; then |
10f2d63a | 9224 | if test $ac_prog = install && |
579d8138 | 9225 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then |
10f2d63a VZ |
9226 | # AIX install. It has an incompatible calling convention. |
9227 | : | |
9228 | else | |
9229 | ac_cv_path_install="$ac_dir/$ac_prog -c" | |
9230 | break 2 | |
9231 | fi | |
9232 | fi | |
9233 | done | |
9234 | ;; | |
9235 | esac | |
9236 | done | |
579d8138 | 9237 | IFS="$ac_save_IFS" |
10f2d63a VZ |
9238 | |
9239 | fi | |
9240 | if test "${ac_cv_path_install+set}" = set; then | |
579d8138 | 9241 | INSTALL="$ac_cv_path_install" |
10f2d63a VZ |
9242 | else |
9243 | # As a last resort, use the slow shell script. We don't cache a | |
9244 | # path for INSTALL within a source directory, because that will | |
9245 | # break other packages using the cache if that directory is | |
9246 | # removed, or if the path is relative. | |
579d8138 | 9247 | INSTALL="$ac_install_sh" |
10f2d63a VZ |
9248 | fi |
9249 | fi | |
579d8138 | 9250 | echo "$ac_t""$INSTALL" 1>&6 |
10f2d63a VZ |
9251 | |
9252 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
9253 | # It thinks the first close brace ends the variable substitution. | |
9254 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
9255 | ||
f09359cf VS |
9256 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
9257 | ||
10f2d63a VZ |
9258 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
9259 | ||
579d8138 | 9260 | |
1d1b75ac VZ |
9261 | case ${INSTALL} in |
9262 | /* ) # Absolute | |
9263 | ;; | |
3bd8fb5f | 9264 | *) |
1d1b75ac VZ |
9265 | INSTALL=`pwd`/${INSTALL} ;; |
9266 | esac | |
9267 | ||
579d8138 | 9268 | |
6054113a GD |
9269 | case "${host}" in |
9270 | ||
b5853384 | 9271 | powerpc-*-darwin* ) |
eb99ae0b GD |
9272 | INSTALL_PROGRAM="cp -fp" |
9273 | INSTALL_DATA="cp -fp" | |
6054113a GD |
9274 | ;; |
9275 | *) | |
9276 | ;; | |
d6853540 | 9277 | esac |
698dcdb6 | 9278 | |
10f2d63a VZ |
9279 | # Extract the first word of "strip", so it can be a program name with args. |
9280 | set dummy strip; ac_word=$2 | |
579d8138 | 9281 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 9282 | echo "configure:9283: checking for $ac_word" >&5 |
579d8138 VS |
9283 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
9284 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9285 | else |
9286 | if test -n "$STRIP"; then | |
9287 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
9288 | else | |
f09359cf VS |
9289 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9290 | ac_dummy="$PATH" | |
9291 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
9292 | test -z "$ac_dir" && ac_dir=. |
9293 | if test -f $ac_dir/$ac_word; then | |
9294 | ac_cv_prog_STRIP="strip" | |
9295 | break | |
9296 | fi | |
9297 | done | |
9298 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9299 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" |
9300 | fi | |
9301 | fi | |
579d8138 | 9302 | STRIP="$ac_cv_prog_STRIP" |
10f2d63a | 9303 | if test -n "$STRIP"; then |
579d8138 | 9304 | echo "$ac_t""$STRIP" 1>&6 |
10f2d63a | 9305 | else |
579d8138 | 9306 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9307 | fi |
9308 | ||
328a083c | 9309 | |
579d8138 | 9310 | echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6 |
f09359cf | 9311 | echo "configure:9312: checking if make is GNU make" >&5 |
579d8138 VS |
9312 | if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then |
9313 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9314 | else | |
9315 | ||
414eab6d | 9316 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | |
d558c907 | 9317 | egrep -s GNU > /dev/null); then |
414eab6d VZ |
9318 | wx_cv_prog_makeisgnu="yes" |
9319 | else | |
9320 | wx_cv_prog_makeisgnu="no" | |
9321 | fi | |
9322 | ||
9323 | fi | |
579d8138 VS |
9324 | |
9325 | echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6 | |
414eab6d VZ |
9326 | |
9327 | if test "x$wx_cv_prog_makeisgnu" = "xyes"; then | |
9328 | IF_GNU_MAKE="" | |
9329 | else | |
9330 | IF_GNU_MAKE="#" | |
9331 | fi | |
9332 | ||
579d8138 VS |
9333 | |
9334 | ||
414eab6d | 9335 | if test "x$wx_cv_prog_makeisgnu" != "xyes"; then |
579d8138 | 9336 | echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6 |
f09359cf | 9337 | echo "configure:9338: checking if make supports VPATH" >&5 |
579d8138 VS |
9338 | if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then |
9339 | echo $ac_n "(cached) $ac_c" 1>&6 | |
04e7a216 | 9340 | else |
579d8138 | 9341 | |
10f2d63a VZ |
9342 | cat - << EOF > confMake |
9343 | check : file | |
9344 | cp \$? \$@ | |
9345 | cp \$? final_file | |
9346 | EOF | |
9347 | ||
9348 | if test ! -d sub ; then | |
9349 | mkdir sub | |
9350 | fi | |
9351 | echo dummy > sub/file | |
f6bcfd97 | 9352 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null |
10f2d63a VZ |
9353 | RESULT=$? |
9354 | rm -f sub/file check final_file confMake | |
9355 | rmdir sub | |
9356 | if test "$RESULT" = 0; then | |
04e7a216 | 9357 | wx_cv_prog_makevpath="yes" |
10f2d63a | 9358 | else |
04e7a216 VZ |
9359 | wx_cv_prog_makevpath="no" |
9360 | fi | |
9361 | ||
9362 | fi | |
579d8138 VS |
9363 | |
9364 | echo "$ac_t""$wx_cv_prog_makevpath" 1>&6 | |
04e7a216 VZ |
9365 | |
9366 | if test "x$wx_cv_prog_makevpath" != "xyes"; then | |
579d8138 | 9367 | { echo "configure: error: |
1e487827 VS |
9368 | You need a make-utility that is able to use the variable |
9369 | VPATH correctly. | |
9370 | If your version of make does not support VPATH correctly, | |
9371 | please install GNU-make (possibly as gmake), and start | |
9372 | configure with the following command: | |
9373 | export MAKE=gmake; ./configure for sh-type shells | |
9374 | setenv MAKE gmake; ./configure for csh-type shells | |
9375 | Also please do remember to use gmake in this case every time | |
9376 | you are trying to compile. | |
579d8138 VS |
9377 | " 1>&2; exit 1; } |
9378 | fi fi | |
10f2d63a VZ |
9379 | for ac_prog in 'bison -y' byacc |
9380 | do | |
579d8138 | 9381 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
10f2d63a | 9382 | set dummy $ac_prog; ac_word=$2 |
579d8138 | 9383 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 9384 | echo "configure:9385: checking for $ac_word" >&5 |
579d8138 VS |
9385 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
9386 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9387 | else |
9388 | if test -n "$YACC"; then | |
9389 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
9390 | else | |
f09359cf VS |
9391 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9392 | ac_dummy="$PATH" | |
9393 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
9394 | test -z "$ac_dir" && ac_dir=. |
9395 | if test -f $ac_dir/$ac_word; then | |
9396 | ac_cv_prog_YACC="$ac_prog" | |
9397 | break | |
9398 | fi | |
9399 | done | |
9400 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9401 | fi |
9402 | fi | |
579d8138 | 9403 | YACC="$ac_cv_prog_YACC" |
10f2d63a | 9404 | if test -n "$YACC"; then |
579d8138 | 9405 | echo "$ac_t""$YACC" 1>&6 |
10f2d63a | 9406 | else |
579d8138 | 9407 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9408 | fi |
9409 | ||
579d8138 | 9410 | test -n "$YACC" && break |
10f2d63a VZ |
9411 | done |
9412 | test -n "$YACC" || YACC="yacc" | |
9413 | ||
579d8138 VS |
9414 | |
9415 | # Extract the first word of "flex", so it can be a program name with args. | |
9416 | set dummy flex; ac_word=$2 | |
9417 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
f09359cf | 9418 | echo "configure:9419: checking for $ac_word" >&5 |
579d8138 VS |
9419 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
9420 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9421 | else |
9422 | if test -n "$LEX"; then | |
9423 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
9424 | else | |
f09359cf VS |
9425 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9426 | ac_dummy="$PATH" | |
9427 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
9428 | test -z "$ac_dir" && ac_dir=. |
9429 | if test -f $ac_dir/$ac_word; then | |
9430 | ac_cv_prog_LEX="flex" | |
9431 | break | |
9432 | fi | |
9433 | done | |
9434 | IFS="$ac_save_ifs" | |
9435 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" | |
10f2d63a VZ |
9436 | fi |
9437 | fi | |
579d8138 | 9438 | LEX="$ac_cv_prog_LEX" |
10f2d63a | 9439 | if test -n "$LEX"; then |
579d8138 | 9440 | echo "$ac_t""$LEX" 1>&6 |
10f2d63a | 9441 | else |
579d8138 | 9442 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9443 | fi |
9444 | ||
9445 | if test -z "$LEXLIB" | |
9446 | then | |
579d8138 VS |
9447 | case "$LEX" in |
9448 | flex*) ac_lib=fl ;; | |
9449 | *) ac_lib=l ;; | |
9450 | esac | |
9451 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 | |
f09359cf | 9452 | echo "configure:9453: checking for yywrap in -l$ac_lib" >&5 |
579d8138 VS |
9453 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` |
9454 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9455 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9456 | else | |
9457 | ac_save_LIBS="$LIBS" | |
9458 | LIBS="-l$ac_lib $LIBS" | |
9459 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9460 | #line 9461 "configure" |
10f2d63a VZ |
9461 | #include "confdefs.h" |
9462 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9463 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
9464 | builtin and then its argument prototype would still apply. */ |
9465 | char yywrap(); | |
10f2d63a | 9466 | |
579d8138 VS |
9467 | int main() { |
9468 | yywrap() | |
9469 | ; return 0; } | |
9470 | EOF | |
f09359cf | 9471 | if { (eval echo configure:9472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
9472 | rm -rf conftest* |
9473 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10f2d63a | 9474 | else |
579d8138 VS |
9475 | echo "configure: failed program was:" >&5 |
9476 | cat conftest.$ac_ext >&5 | |
9477 | rm -rf conftest* | |
9478 | eval "ac_cv_lib_$ac_lib_var=no" | |
10f2d63a | 9479 | fi |
579d8138 VS |
9480 | rm -f conftest* |
9481 | LIBS="$ac_save_LIBS" | |
9482 | ||
10f2d63a | 9483 | fi |
579d8138 VS |
9484 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
9485 | echo "$ac_t""yes" 1>&6 | |
9486 | LEXLIB="-l$ac_lib" | |
9487 | else | |
9488 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
9489 | fi |
9490 | ||
9491 | fi | |
9492 | ||
9493 | ||
579d8138 | 9494 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 |
f09359cf | 9495 | echo "configure:9496: checking whether ln -s works" >&5 |
579d8138 VS |
9496 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
9497 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 9498 | else |
579d8138 VS |
9499 | rm -f conftestdata |
9500 | if ln -s X conftestdata 2>/dev/null | |
9501 | then | |
9502 | rm -f conftestdata | |
9503 | ac_cv_prog_LN_S="ln -s" | |
10f2d63a | 9504 | else |
579d8138 | 9505 | ac_cv_prog_LN_S=ln |
10f2d63a VZ |
9506 | fi |
9507 | fi | |
579d8138 VS |
9508 | LN_S="$ac_cv_prog_LN_S" |
9509 | if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
9510 | echo "$ac_t""yes" 1>&6 | |
10f2d63a | 9511 | else |
579d8138 | 9512 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9513 | fi |
9514 | ||
9515 | ||
9516 | ||
21d1c967 | 9517 | if test "$wxUSE_MAC" != 1; then |
579d8138 | 9518 | for ac_hdr in strings.h |
21d1c967 | 9519 | do |
579d8138 VS |
9520 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9521 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9522 | echo "configure:9523: checking for $ac_hdr" >&5 |
579d8138 VS |
9523 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9524 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9525 | else | |
9526 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9527 | #line 9528 "configure" |
19bc6aad | 9528 | #include "confdefs.h" |
579d8138 VS |
9529 | #include <$ac_hdr> |
9530 | EOF | |
9531 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9532 | { (eval echo configure:9533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9533 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9534 | if test -z "$ac_err"; then |
9535 | rm -rf conftest* | |
9536 | eval "ac_cv_header_$ac_safe=yes" | |
19bc6aad | 9537 | else |
579d8138 VS |
9538 | echo "$ac_err" >&5 |
9539 | echo "configure: failed program was:" >&5 | |
19bc6aad | 9540 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9541 | rm -rf conftest* |
9542 | eval "ac_cv_header_$ac_safe=no" | |
19bc6aad | 9543 | fi |
579d8138 | 9544 | rm -f conftest* |
19bc6aad | 9545 | fi |
579d8138 VS |
9546 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9547 | echo "$ac_t""yes" 1>&6 | |
9548 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9549 | cat >> confdefs.h <<EOF | |
9550 | #define $ac_tr_hdr 1 | |
19bc6aad | 9551 | EOF |
579d8138 VS |
9552 | |
9553 | else | |
9554 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9555 | fi |
9556 | done | |
19bc6aad | 9557 | |
19bc6aad VZ |
9558 | fi |
9559 | ||
579d8138 | 9560 | for ac_hdr in stdlib.h |
21d1c967 | 9561 | do |
579d8138 VS |
9562 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9563 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9564 | echo "configure:9565: checking for $ac_hdr" >&5 |
579d8138 VS |
9565 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9566 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9567 | else | |
9568 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9569 | #line 9570 "configure" |
18dbb1f6 | 9570 | #include "confdefs.h" |
579d8138 VS |
9571 | #include <$ac_hdr> |
9572 | EOF | |
9573 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9574 | { (eval echo configure:9575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9575 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9576 | if test -z "$ac_err"; then |
9577 | rm -rf conftest* | |
9578 | eval "ac_cv_header_$ac_safe=yes" | |
18dbb1f6 | 9579 | else |
579d8138 VS |
9580 | echo "$ac_err" >&5 |
9581 | echo "configure: failed program was:" >&5 | |
18dbb1f6 | 9582 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9583 | rm -rf conftest* |
9584 | eval "ac_cv_header_$ac_safe=no" | |
18dbb1f6 | 9585 | fi |
579d8138 | 9586 | rm -f conftest* |
90dd450c | 9587 | fi |
579d8138 VS |
9588 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9589 | echo "$ac_t""yes" 1>&6 | |
9590 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9591 | cat >> confdefs.h <<EOF | |
9592 | #define $ac_tr_hdr 1 | |
90dd450c | 9593 | EOF |
579d8138 VS |
9594 | |
9595 | else | |
9596 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9597 | fi |
9598 | done | |
90dd450c | 9599 | |
579d8138 | 9600 | for ac_hdr in malloc.h |
21d1c967 | 9601 | do |
579d8138 VS |
9602 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9603 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9604 | echo "configure:9605: checking for $ac_hdr" >&5 |
579d8138 VS |
9605 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9606 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9607 | else | |
9608 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9609 | #line 9610 "configure" |
90dd450c | 9610 | #include "confdefs.h" |
579d8138 VS |
9611 | #include <$ac_hdr> |
9612 | EOF | |
9613 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9614 | { (eval echo configure:9615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9615 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9616 | if test -z "$ac_err"; then |
9617 | rm -rf conftest* | |
9618 | eval "ac_cv_header_$ac_safe=yes" | |
18dbb1f6 | 9619 | else |
579d8138 VS |
9620 | echo "$ac_err" >&5 |
9621 | echo "configure: failed program was:" >&5 | |
18dbb1f6 | 9622 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9623 | rm -rf conftest* |
9624 | eval "ac_cv_header_$ac_safe=no" | |
18dbb1f6 | 9625 | fi |
579d8138 | 9626 | rm -f conftest* |
18dbb1f6 | 9627 | fi |
579d8138 VS |
9628 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9629 | echo "$ac_t""yes" 1>&6 | |
9630 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9631 | cat >> confdefs.h <<EOF | |
9632 | #define $ac_tr_hdr 1 | |
4f14bcd8 | 9633 | EOF |
579d8138 VS |
9634 | |
9635 | else | |
9636 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9637 | fi |
9638 | done | |
dad6c0ea | 9639 | |
579d8138 | 9640 | for ac_hdr in unistd.h |
21d1c967 | 9641 | do |
579d8138 VS |
9642 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9643 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9644 | echo "configure:9645: checking for $ac_hdr" >&5 |
579d8138 VS |
9645 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9646 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9647 | else | |
9648 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9649 | #line 9650 "configure" |
3a922bb4 | 9650 | #include "confdefs.h" |
579d8138 VS |
9651 | #include <$ac_hdr> |
9652 | EOF | |
9653 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9654 | { (eval echo configure:9655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9655 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9656 | if test -z "$ac_err"; then |
9657 | rm -rf conftest* | |
9658 | eval "ac_cv_header_$ac_safe=yes" | |
328a083c | 9659 | else |
579d8138 VS |
9660 | echo "$ac_err" >&5 |
9661 | echo "configure: failed program was:" >&5 | |
3a922bb4 | 9662 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9663 | rm -rf conftest* |
9664 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 9665 | fi |
579d8138 | 9666 | rm -f conftest* |
90dd450c | 9667 | fi |
579d8138 VS |
9668 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9669 | echo "$ac_t""yes" 1>&6 | |
9670 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9671 | cat >> confdefs.h <<EOF | |
9672 | #define $ac_tr_hdr 1 | |
90dd450c | 9673 | EOF |
579d8138 VS |
9674 | |
9675 | else | |
9676 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9677 | fi |
9678 | done | |
90dd450c | 9679 | |
579d8138 | 9680 | for ac_hdr in wchar.h |
21d1c967 | 9681 | do |
579d8138 VS |
9682 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9683 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9684 | echo "configure:9685: checking for $ac_hdr" >&5 |
579d8138 VS |
9685 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9686 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9687 | else | |
9688 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9689 | #line 9690 "configure" |
4f14bcd8 | 9690 | #include "confdefs.h" |
579d8138 VS |
9691 | #include <$ac_hdr> |
9692 | EOF | |
9693 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9694 | { (eval echo configure:9695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9695 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9696 | if test -z "$ac_err"; then |
9697 | rm -rf conftest* | |
9698 | eval "ac_cv_header_$ac_safe=yes" | |
328a083c | 9699 | else |
579d8138 VS |
9700 | echo "$ac_err" >&5 |
9701 | echo "configure: failed program was:" >&5 | |
4f14bcd8 | 9702 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9703 | rm -rf conftest* |
9704 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 9705 | fi |
579d8138 | 9706 | rm -f conftest* |
4f14bcd8 | 9707 | fi |
579d8138 VS |
9708 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9709 | echo "$ac_t""yes" 1>&6 | |
9710 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9711 | cat >> confdefs.h <<EOF | |
9712 | #define $ac_tr_hdr 1 | |
4f14bcd8 | 9713 | EOF |
579d8138 VS |
9714 | |
9715 | else | |
9716 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9717 | fi |
9718 | done | |
4f14bcd8 | 9719 | |
328a083c | 9720 | |
579d8138 VS |
9721 | if test "$ac_cv_header_wchar_h" != "yes"; then |
9722 | for ac_hdr in wcstr.h | |
21d1c967 | 9723 | do |
579d8138 VS |
9724 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9725 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9726 | echo "configure:9727: checking for $ac_hdr" >&5 |
579d8138 VS |
9727 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9728 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9729 | else | |
9730 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9731 | #line 9732 "configure" |
d4158b5d | 9732 | #include "confdefs.h" |
579d8138 VS |
9733 | #include <$ac_hdr> |
9734 | EOF | |
9735 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9736 | { (eval echo configure:9737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9737 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9738 | if test -z "$ac_err"; then |
9739 | rm -rf conftest* | |
9740 | eval "ac_cv_header_$ac_safe=yes" | |
d4158b5d | 9741 | else |
579d8138 VS |
9742 | echo "$ac_err" >&5 |
9743 | echo "configure: failed program was:" >&5 | |
d4158b5d | 9744 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9745 | rm -rf conftest* |
9746 | eval "ac_cv_header_$ac_safe=no" | |
d4158b5d | 9747 | fi |
579d8138 | 9748 | rm -f conftest* |
21d1c967 | 9749 | fi |
579d8138 VS |
9750 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9751 | echo "$ac_t""yes" 1>&6 | |
9752 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9753 | cat >> confdefs.h <<EOF | |
9754 | #define $ac_tr_hdr 1 | |
21d1c967 | 9755 | EOF |
579d8138 VS |
9756 | |
9757 | else | |
9758 | echo "$ac_t""no" 1>&6 | |
d4158b5d | 9759 | fi |
21d1c967 | 9760 | done |
f6bcfd97 | 9761 | |
90dd450c | 9762 | fi |
90dd450c | 9763 | |
579d8138 VS |
9764 | |
9765 | for ac_hdr in fnmatch.h | |
21d1c967 | 9766 | do |
579d8138 VS |
9767 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9768 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9769 | echo "configure:9770: checking for $ac_hdr" >&5 |
579d8138 VS |
9770 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9771 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9772 | else | |
9773 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9774 | #line 9775 "configure" |
90dd450c | 9775 | #include "confdefs.h" |
579d8138 VS |
9776 | #include <$ac_hdr> |
9777 | EOF | |
9778 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9779 | { (eval echo configure:9780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9780 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9781 | if test -z "$ac_err"; then |
9782 | rm -rf conftest* | |
9783 | eval "ac_cv_header_$ac_safe=yes" | |
3a922bb4 | 9784 | else |
579d8138 VS |
9785 | echo "$ac_err" >&5 |
9786 | echo "configure: failed program was:" >&5 | |
3a922bb4 | 9787 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9788 | rm -rf conftest* |
9789 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 9790 | fi |
579d8138 | 9791 | rm -f conftest* |
4f14bcd8 | 9792 | fi |
579d8138 VS |
9793 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9794 | echo "$ac_t""yes" 1>&6 | |
9795 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9796 | cat >> confdefs.h <<EOF | |
9797 | #define $ac_tr_hdr 1 | |
90dd450c | 9798 | EOF |
579d8138 VS |
9799 | |
9800 | else | |
9801 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9802 | fi |
9803 | done | |
90dd450c | 9804 | |
328a083c | 9805 | |
579d8138 VS |
9806 | if test "x$ac_cv_header_fnmatch_h" = "xyes"; then |
9807 | for ac_func in fnmatch | |
21d1c967 | 9808 | do |
579d8138 | 9809 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 9810 | echo "configure:9811: checking for $ac_func" >&5 |
579d8138 VS |
9811 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
9812 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9813 | else | |
9814 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9815 | #line 9816 "configure" |
90dd450c | 9816 | #include "confdefs.h" |
21d1c967 | 9817 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 9818 | which can conflict with char $ac_func(); below. */ |
21d1c967 GD |
9819 | #include <assert.h> |
9820 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9821 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
9822 | builtin and then its argument prototype would still apply. */ |
9823 | char $ac_func(); | |
9824 | ||
9825 | int main() { | |
21d1c967 GD |
9826 | |
9827 | /* The GNU C library defines this for functions which it implements | |
9828 | to always fail with ENOSYS. Some functions are actually named | |
9829 | something starting with __ and the normal name is an alias. */ | |
9830 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9831 | choke me | |
9832 | #else | |
579d8138 | 9833 | $ac_func(); |
21d1c967 GD |
9834 | #endif |
9835 | ||
579d8138 | 9836 | ; return 0; } |
90dd450c | 9837 | EOF |
f09359cf | 9838 | if { (eval echo configure:9839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
9839 | rm -rf conftest* |
9840 | eval "ac_cv_func_$ac_func=yes" | |
9841 | else | |
9842 | echo "configure: failed program was:" >&5 | |
9843 | cat conftest.$ac_ext >&5 | |
9844 | rm -rf conftest* | |
9845 | eval "ac_cv_func_$ac_func=no" | |
9846 | fi | |
9847 | rm -f conftest* | |
9848 | fi | |
32832908 | 9849 | |
579d8138 VS |
9850 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
9851 | echo "$ac_t""yes" 1>&6 | |
9852 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
9853 | cat >> confdefs.h <<EOF | |
9854 | #define $ac_tr_func 1 | |
9855 | EOF | |
9856 | ||
9857 | else | |
9858 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9859 | fi |
9860 | done | |
90dd450c | 9861 | |
21d1c967 | 9862 | fi |
90dd450c | 9863 | |
579d8138 | 9864 | for ac_hdr in langinfo.h |
21d1c967 | 9865 | do |
579d8138 VS |
9866 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9867 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9868 | echo "configure:9869: checking for $ac_hdr" >&5 |
579d8138 VS |
9869 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9870 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9871 | else | |
9872 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9873 | #line 9874 "configure" |
90dd450c | 9874 | #include "confdefs.h" |
579d8138 VS |
9875 | #include <$ac_hdr> |
9876 | EOF | |
9877 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9878 | { (eval echo configure:9879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9879 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9880 | if test -z "$ac_err"; then |
9881 | rm -rf conftest* | |
9882 | eval "ac_cv_header_$ac_safe=yes" | |
90dd450c | 9883 | else |
579d8138 VS |
9884 | echo "$ac_err" >&5 |
9885 | echo "configure: failed program was:" >&5 | |
90dd450c | 9886 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9887 | rm -rf conftest* |
9888 | eval "ac_cv_header_$ac_safe=no" | |
90dd450c | 9889 | fi |
579d8138 | 9890 | rm -f conftest* |
4f14bcd8 | 9891 | fi |
579d8138 VS |
9892 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9893 | echo "$ac_t""yes" 1>&6 | |
9894 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9895 | cat >> confdefs.h <<EOF | |
9896 | #define $ac_tr_hdr 1 | |
90dd450c | 9897 | EOF |
579d8138 VS |
9898 | |
9899 | else | |
9900 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9901 | fi |
9902 | done | |
3a922bb4 | 9903 | |
579d8138 | 9904 | |
21d1c967 GD |
9905 | if test "$wxUSE_GUI" = "yes"; then |
9906 | if test "$wxUSE_UNIX" = "yes"; then | |
579d8138 | 9907 | for ac_hdr in X11/XKBlib.h |
21d1c967 | 9908 | do |
579d8138 VS |
9909 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
9910 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 9911 | echo "configure:9912: checking for $ac_hdr" >&5 |
579d8138 VS |
9912 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9913 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9914 | else | |
9915 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 9916 | #line 9917 "configure" |
90dd450c | 9917 | #include "confdefs.h" |
579d8138 VS |
9918 | #include <$ac_hdr> |
9919 | EOF | |
9920 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
9921 | { (eval echo configure:9922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
9922 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
9923 | if test -z "$ac_err"; then |
9924 | rm -rf conftest* | |
9925 | eval "ac_cv_header_$ac_safe=yes" | |
328a083c | 9926 | else |
579d8138 VS |
9927 | echo "$ac_err" >&5 |
9928 | echo "configure: failed program was:" >&5 | |
90dd450c | 9929 | cat conftest.$ac_ext >&5 |
579d8138 VS |
9930 | rm -rf conftest* |
9931 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 9932 | fi |
579d8138 | 9933 | rm -f conftest* |
90dd450c | 9934 | fi |
579d8138 VS |
9935 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9936 | echo "$ac_t""yes" 1>&6 | |
9937 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9938 | cat >> confdefs.h <<EOF | |
9939 | #define $ac_tr_hdr 1 | |
4f14bcd8 | 9940 | EOF |
579d8138 VS |
9941 | |
9942 | else | |
9943 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
9944 | fi |
9945 | done | |
10f2d63a | 9946 | |
21d1c967 | 9947 | fi |
90dd450c | 9948 | fi |
81809c07 | 9949 | |
579d8138 VS |
9950 | |
9951 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
f09359cf | 9952 | echo "configure:9953: checking for working const" >&5 |
579d8138 VS |
9953 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
9954 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8168de4c | 9955 | else |
579d8138 | 9956 | cat > conftest.$ac_ext <<EOF |
f09359cf | 9957 | #line 9958 "configure" |
4f14bcd8 | 9958 | #include "confdefs.h" |
579d8138 VS |
9959 | |
9960 | int main() { | |
9961 | ||
9962 | /* Ultrix mips cc rejects this. */ | |
9963 | typedef int charset[2]; const charset x; | |
9964 | /* SunOS 4.1.1 cc rejects this. */ | |
9965 | char const *const *ccp; | |
9966 | char **p; | |
9967 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
9968 | struct point {int x, y;}; | |
9969 | static struct point const zero = {0,0}; | |
9970 | /* AIX XL C 1.02.0.0 rejects this. | |
9971 | It does not let you subtract one const X* pointer from another in an arm | |
9972 | of an if-expression whose if-part is not a constant expression */ | |
9973 | const char *g = "string"; | |
9974 | ccp = &g + (g ? g-g : 0); | |
9975 | /* HPUX 7.0 cc rejects these. */ | |
9976 | ++ccp; | |
9977 | p = (char**) ccp; | |
9978 | ccp = (char const *const *) p; | |
9979 | { /* SCO 3.2v4 cc rejects this. */ | |
9980 | char *t; | |
9981 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
9982 | ||
9983 | *t++ = 0; | |
21d1c967 | 9984 | } |
579d8138 VS |
9985 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
9986 | int x[] = {25, 17}; | |
9987 | const int *foo = &x[0]; | |
9988 | ++foo; | |
21d1c967 | 9989 | } |
579d8138 VS |
9990 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ |
9991 | typedef const int *iptr; | |
9992 | iptr p = 0; | |
9993 | ++p; | |
21d1c967 | 9994 | } |
579d8138 VS |
9995 | { /* AIX XL C 1.02.0.0 rejects this saying |
9996 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
9997 | struct s { int j; const int *ap[3]; }; | |
9998 | struct s *b; b->j = 5; | |
9999 | } | |
10000 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
10001 | const int foo = 10; | |
328a083c | 10002 | } |
579d8138 VS |
10003 | |
10004 | ; return 0; } | |
10005 | EOF | |
f09359cf | 10006 | if { (eval echo configure:10007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10007 | rm -rf conftest* |
21d1c967 | 10008 | ac_cv_c_const=yes |
6f72b082 | 10009 | else |
579d8138 VS |
10010 | echo "configure: failed program was:" >&5 |
10011 | cat conftest.$ac_ext >&5 | |
10012 | rm -rf conftest* | |
10013 | ac_cv_c_const=no | |
4f14bcd8 | 10014 | fi |
579d8138 | 10015 | rm -f conftest* |
698dcdb6 | 10016 | fi |
328a083c | 10017 | |
579d8138 VS |
10018 | echo "$ac_t""$ac_cv_c_const" 1>&6 |
10019 | if test $ac_cv_c_const = no; then | |
10020 | cat >> confdefs.h <<\EOF | |
10021 | #define const | |
90dd450c VZ |
10022 | EOF |
10023 | ||
21d1c967 | 10024 | fi |
90dd450c | 10025 | |
579d8138 | 10026 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
f09359cf | 10027 | echo "configure:10028: checking for inline" >&5 |
579d8138 VS |
10028 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
10029 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6f72b082 | 10030 | else |
21d1c967 GD |
10031 | ac_cv_c_inline=no |
10032 | for ac_kw in inline __inline__ __inline; do | |
579d8138 | 10033 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10034 | #line 10035 "configure" |
4f14bcd8 | 10035 | #include "confdefs.h" |
90dd450c | 10036 | |
579d8138 VS |
10037 | int main() { |
10038 | } $ac_kw foo() { | |
10039 | ; return 0; } | |
10040 | EOF | |
f09359cf | 10041 | if { (eval echo configure:10042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10042 | rm -rf conftest* |
21d1c967 | 10043 | ac_cv_c_inline=$ac_kw; break |
6f72b082 | 10044 | else |
579d8138 VS |
10045 | echo "configure: failed program was:" >&5 |
10046 | cat conftest.$ac_ext >&5 | |
698dcdb6 | 10047 | fi |
579d8138 | 10048 | rm -f conftest* |
21d1c967 | 10049 | done |
4f14bcd8 | 10050 | |
21d1c967 | 10051 | fi |
579d8138 VS |
10052 | |
10053 | echo "$ac_t""$ac_cv_c_inline" 1>&6 | |
10054 | case "$ac_cv_c_inline" in | |
21d1c967 | 10055 | inline | yes) ;; |
579d8138 VS |
10056 | no) cat >> confdefs.h <<\EOF |
10057 | #define inline | |
90dd450c | 10058 | EOF |
21d1c967 | 10059 | ;; |
579d8138 | 10060 | *) cat >> confdefs.h <<EOF |
21d1c967 | 10061 | #define inline $ac_cv_c_inline |
4f14bcd8 | 10062 | EOF |
21d1c967 GD |
10063 | ;; |
10064 | esac | |
4f14bcd8 | 10065 | |
328a083c | 10066 | |
579d8138 | 10067 | echo $ac_n "checking size of char""... $ac_c" 1>&6 |
f09359cf | 10068 | echo "configure:10069: checking size of char" >&5 |
579d8138 VS |
10069 | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then |
10070 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 10071 | else |
579d8138 VS |
10072 | if test "$cross_compiling" = yes; then |
10073 | ac_cv_sizeof_char=1 | |
328a083c | 10074 | else |
579d8138 | 10075 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10076 | #line 10077 "configure" |
328a083c | 10077 | #include "confdefs.h" |
579d8138 VS |
10078 | #include <stdio.h> |
10079 | main() | |
10080 | { | |
10081 | FILE *f=fopen("conftestval", "w"); | |
10082 | if (!f) exit(1); | |
10083 | fprintf(f, "%d\n", sizeof(char)); | |
10084 | exit(0); | |
10085 | } | |
10086 | EOF | |
f09359cf | 10087 | if { (eval echo configure:10088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10088 | then |
10089 | ac_cv_sizeof_char=`cat conftestval` | |
328a083c | 10090 | else |
579d8138 VS |
10091 | echo "configure: failed program was:" >&5 |
10092 | cat conftest.$ac_ext >&5 | |
10093 | rm -fr conftest* | |
10094 | ac_cv_sizeof_char=0 | |
10095 | fi | |
10096 | rm -fr conftest* | |
328a083c | 10097 | fi |
328a083c RR |
10098 | |
10099 | fi | |
579d8138 VS |
10100 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 |
10101 | cat >> confdefs.h <<EOF | |
10102 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
10103 | EOF | |
328a083c | 10104 | |
328a083c | 10105 | |
579d8138 | 10106 | echo $ac_n "checking size of short""... $ac_c" 1>&6 |
f09359cf | 10107 | echo "configure:10108: checking size of short" >&5 |
579d8138 VS |
10108 | if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then |
10109 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 10110 | else |
21d1c967 | 10111 | if test "$cross_compiling" = yes; then |
579d8138 | 10112 | ac_cv_sizeof_short=2 |
21d1c967 | 10113 | else |
579d8138 | 10114 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10115 | #line 10116 "configure" |
21d1c967 | 10116 | #include "confdefs.h" |
579d8138 VS |
10117 | #include <stdio.h> |
10118 | main() | |
21d1c967 | 10119 | { |
579d8138 VS |
10120 | FILE *f=fopen("conftestval", "w"); |
10121 | if (!f) exit(1); | |
10122 | fprintf(f, "%d\n", sizeof(short)); | |
10123 | exit(0); | |
21d1c967 | 10124 | } |
579d8138 | 10125 | EOF |
f09359cf | 10126 | if { (eval echo configure:10127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10127 | then |
10128 | ac_cv_sizeof_short=`cat conftestval` | |
21d1c967 | 10129 | else |
579d8138 VS |
10130 | echo "configure: failed program was:" >&5 |
10131 | cat conftest.$ac_ext >&5 | |
10132 | rm -fr conftest* | |
10133 | ac_cv_sizeof_short=0 | |
21d1c967 | 10134 | fi |
579d8138 | 10135 | rm -fr conftest* |
21d1c967 | 10136 | fi |
4f14bcd8 | 10137 | |
4f14bcd8 | 10138 | fi |
579d8138 VS |
10139 | echo "$ac_t""$ac_cv_sizeof_short" 1>&6 |
10140 | cat >> confdefs.h <<EOF | |
10141 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
21d1c967 | 10142 | EOF |
4f14bcd8 GD |
10143 | |
10144 | ||
579d8138 | 10145 | echo $ac_n "checking size of void *""... $ac_c" 1>&6 |
f09359cf | 10146 | echo "configure:10147: checking size of void *" >&5 |
579d8138 VS |
10147 | if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then |
10148 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 10149 | else |
328a083c | 10150 | if test "$cross_compiling" = yes; then |
579d8138 | 10151 | ac_cv_sizeof_void_p=4 |
328a083c | 10152 | else |
579d8138 | 10153 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10154 | #line 10155 "configure" |
328a083c | 10155 | #include "confdefs.h" |
579d8138 VS |
10156 | #include <stdio.h> |
10157 | main() | |
21d1c967 | 10158 | { |
579d8138 VS |
10159 | FILE *f=fopen("conftestval", "w"); |
10160 | if (!f) exit(1); | |
10161 | fprintf(f, "%d\n", sizeof(void *)); | |
10162 | exit(0); | |
21d1c967 | 10163 | } |
4f14bcd8 | 10164 | EOF |
f09359cf | 10165 | if { (eval echo configure:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10166 | then |
10167 | ac_cv_sizeof_void_p=`cat conftestval` | |
328a083c | 10168 | else |
579d8138 VS |
10169 | echo "configure: failed program was:" >&5 |
10170 | cat conftest.$ac_ext >&5 | |
10171 | rm -fr conftest* | |
10172 | ac_cv_sizeof_void_p=0 | |
4f14bcd8 | 10173 | fi |
579d8138 | 10174 | rm -fr conftest* |
328a083c | 10175 | fi |
4f14bcd8 | 10176 | |
328a083c | 10177 | fi |
579d8138 VS |
10178 | echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6 |
10179 | cat >> confdefs.h <<EOF | |
21d1c967 | 10180 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p |
90dd450c VZ |
10181 | EOF |
10182 | ||
579d8138 VS |
10183 | |
10184 | echo $ac_n "checking size of int""... $ac_c" 1>&6 | |
f09359cf | 10185 | echo "configure:10186: checking size of int" >&5 |
579d8138 VS |
10186 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then |
10187 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 10188 | else |
328a083c | 10189 | if test "$cross_compiling" = yes; then |
579d8138 | 10190 | ac_cv_sizeof_int=4 |
328a083c | 10191 | else |
579d8138 | 10192 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10193 | #line 10194 "configure" |
328a083c | 10194 | #include "confdefs.h" |
579d8138 VS |
10195 | #include <stdio.h> |
10196 | main() | |
328a083c | 10197 | { |
579d8138 VS |
10198 | FILE *f=fopen("conftestval", "w"); |
10199 | if (!f) exit(1); | |
10200 | fprintf(f, "%d\n", sizeof(int)); | |
10201 | exit(0); | |
328a083c | 10202 | } |
579d8138 | 10203 | EOF |
f09359cf | 10204 | if { (eval echo configure:10205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10205 | then |
10206 | ac_cv_sizeof_int=`cat conftestval` | |
328a083c | 10207 | else |
579d8138 VS |
10208 | echo "configure: failed program was:" >&5 |
10209 | cat conftest.$ac_ext >&5 | |
10210 | rm -fr conftest* | |
328a083c | 10211 | ac_cv_sizeof_int=0 |
4f14bcd8 | 10212 | fi |
579d8138 | 10213 | rm -fr conftest* |
21d1c967 | 10214 | fi |
579d8138 VS |
10215 | |
10216 | fi | |
10217 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | |
10218 | cat >> confdefs.h <<EOF | |
21d1c967 | 10219 | #define SIZEOF_INT $ac_cv_sizeof_int |
90dd450c VZ |
10220 | EOF |
10221 | ||
579d8138 VS |
10222 | |
10223 | echo $ac_n "checking size of long""... $ac_c" 1>&6 | |
f09359cf | 10224 | echo "configure:10225: checking size of long" >&5 |
579d8138 VS |
10225 | if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then |
10226 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 10227 | else |
328a083c | 10228 | if test "$cross_compiling" = yes; then |
579d8138 | 10229 | ac_cv_sizeof_long=4 |
328a083c | 10230 | else |
579d8138 | 10231 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10232 | #line 10233 "configure" |
328a083c | 10233 | #include "confdefs.h" |
579d8138 VS |
10234 | #include <stdio.h> |
10235 | main() | |
328a083c | 10236 | { |
579d8138 VS |
10237 | FILE *f=fopen("conftestval", "w"); |
10238 | if (!f) exit(1); | |
10239 | fprintf(f, "%d\n", sizeof(long)); | |
10240 | exit(0); | |
328a083c | 10241 | } |
579d8138 | 10242 | EOF |
f09359cf | 10243 | if { (eval echo configure:10244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10244 | then |
10245 | ac_cv_sizeof_long=`cat conftestval` | |
328a083c | 10246 | else |
579d8138 VS |
10247 | echo "configure: failed program was:" >&5 |
10248 | cat conftest.$ac_ext >&5 | |
10249 | rm -fr conftest* | |
328a083c | 10250 | ac_cv_sizeof_long=0 |
90dd450c | 10251 | fi |
579d8138 VS |
10252 | rm -fr conftest* |
10253 | fi | |
10254 | ||
21d1c967 | 10255 | fi |
579d8138 VS |
10256 | echo "$ac_t""$ac_cv_sizeof_long" 1>&6 |
10257 | cat >> confdefs.h <<EOF | |
21d1c967 | 10258 | #define SIZEOF_LONG $ac_cv_sizeof_long |
90dd450c | 10259 | EOF |
4f14bcd8 | 10260 | |
579d8138 VS |
10261 | |
10262 | ||
21d1c967 GD |
10263 | case "${host}" in |
10264 | arm-*-linux* ) | |
579d8138 | 10265 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 |
f09359cf | 10266 | echo "configure:10267: checking size of long long" >&5 |
579d8138 VS |
10267 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
10268 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 GD |
10269 | else |
10270 | if test "$cross_compiling" = yes; then | |
579d8138 | 10271 | ac_cv_sizeof_long_long=8 |
21d1c967 | 10272 | else |
579d8138 | 10273 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10274 | #line 10275 "configure" |
21d1c967 | 10275 | #include "confdefs.h" |
579d8138 VS |
10276 | #include <stdio.h> |
10277 | main() | |
21d1c967 | 10278 | { |
579d8138 VS |
10279 | FILE *f=fopen("conftestval", "w"); |
10280 | if (!f) exit(1); | |
10281 | fprintf(f, "%d\n", sizeof(long long)); | |
10282 | exit(0); | |
21d1c967 | 10283 | } |
579d8138 | 10284 | EOF |
f09359cf | 10285 | if { (eval echo configure:10286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10286 | then |
10287 | ac_cv_sizeof_long_long=`cat conftestval` | |
328a083c | 10288 | else |
579d8138 VS |
10289 | echo "configure: failed program was:" >&5 |
10290 | cat conftest.$ac_ext >&5 | |
10291 | rm -fr conftest* | |
328a083c RR |
10292 | ac_cv_sizeof_long_long=0 |
10293 | fi | |
579d8138 VS |
10294 | rm -fr conftest* |
10295 | fi | |
10296 | ||
328a083c | 10297 | fi |
579d8138 VS |
10298 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 |
10299 | cat >> confdefs.h <<EOF | |
21d1c967 GD |
10300 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
10301 | EOF | |
90dd450c | 10302 | |
579d8138 | 10303 | |
21d1c967 GD |
10304 | ;; |
10305 | * ) | |
579d8138 | 10306 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 |
f09359cf | 10307 | echo "configure:10308: checking size of long long" >&5 |
579d8138 VS |
10308 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
10309 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 10310 | else |
328a083c | 10311 | if test "$cross_compiling" = yes; then |
579d8138 | 10312 | ac_cv_sizeof_long_long=0 |
328a083c | 10313 | else |
579d8138 | 10314 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10315 | #line 10316 "configure" |
328a083c | 10316 | #include "confdefs.h" |
579d8138 VS |
10317 | #include <stdio.h> |
10318 | main() | |
328a083c | 10319 | { |
579d8138 VS |
10320 | FILE *f=fopen("conftestval", "w"); |
10321 | if (!f) exit(1); | |
10322 | fprintf(f, "%d\n", sizeof(long long)); | |
10323 | exit(0); | |
328a083c | 10324 | } |
579d8138 | 10325 | EOF |
f09359cf | 10326 | if { (eval echo configure:10327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
10327 | then |
10328 | ac_cv_sizeof_long_long=`cat conftestval` | |
328a083c | 10329 | else |
579d8138 VS |
10330 | echo "configure: failed program was:" >&5 |
10331 | cat conftest.$ac_ext >&5 | |
10332 | rm -fr conftest* | |
328a083c | 10333 | ac_cv_sizeof_long_long=0 |
4f14bcd8 | 10334 | fi |
579d8138 VS |
10335 | rm -fr conftest* |
10336 | fi | |
10337 | ||
90dd450c | 10338 | fi |
579d8138 VS |
10339 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 |
10340 | cat >> confdefs.h <<EOF | |
21d1c967 | 10341 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
90dd450c | 10342 | EOF |
9e691f46 | 10343 | |
579d8138 | 10344 | |
21d1c967 GD |
10345 | esac |
10346 | ||
579d8138 | 10347 | echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6 |
f09359cf | 10348 | echo "configure:10349: checking size of wchar_t" >&5 |
579d8138 VS |
10349 | if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then |
10350 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 10351 | else |
579d8138 | 10352 | |
21d1c967 GD |
10353 | if test "$cross_compiling" = yes; then |
10354 | wx_cv_sizeof_wchar_t=4 | |
579d8138 | 10355 | |
6f72b082 | 10356 | else |
579d8138 | 10357 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10358 | #line 10359 "configure" |
6f72b082 | 10359 | #include "confdefs.h" |
21d1c967 GD |
10360 | |
10361 | #ifdef HAVE_WCHAR_H | |
10362 | # ifdef __CYGWIN__ | |
10363 | # include <stddef.h> | |
10364 | # endif | |
10365 | # include <wchar.h> | |
10366 | #endif | |
10367 | #ifdef HAVE_STDLIB_H | |
10368 | # include <stdlib.h> | |
10369 | #endif | |
10370 | #include <stdio.h> | |
10371 | int main() | |
10372 | { | |
10373 | FILE *f=fopen("conftestval", "w"); | |
10374 | if (!f) exit(1); | |
10375 | fprintf(f, "%i", sizeof(wchar_t)); | |
10376 | exit(0); | |
10377 | } | |
579d8138 VS |
10378 | |
10379 | EOF | |
f09359cf | 10380 | if { (eval echo configure:10381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 | 10381 | then |
21d1c967 | 10382 | wx_cv_sizeof_wchar_t=`cat conftestval` |
6f72b082 | 10383 | else |
579d8138 VS |
10384 | echo "configure: failed program was:" >&5 |
10385 | cat conftest.$ac_ext >&5 | |
10386 | rm -fr conftest* | |
10387 | wx_cv_sizeof_wchar_t=0 | |
6f72b082 | 10388 | fi |
579d8138 | 10389 | rm -fr conftest* |
6f72b082 | 10390 | fi |
6f72b082 | 10391 | |
579d8138 | 10392 | |
3f345b47 VZ |
10393 | fi |
10394 | ||
579d8138 VS |
10395 | echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6 |
10396 | ||
10397 | cat >> confdefs.h <<EOF | |
21d1c967 GD |
10398 | #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t |
10399 | EOF | |
90dd450c | 10400 | |
579d8138 | 10401 | |
21d1c967 GD |
10402 | # Check whether --enable-largefile or --disable-largefile was given. |
10403 | if test "${enable_largefile+set}" = set; then | |
10404 | enableval="$enable_largefile" | |
579d8138 VS |
10405 | : |
10406 | fi | |
3f345b47 | 10407 | |
21d1c967 GD |
10408 | if test "$enable_largefile" != no; then |
10409 | wx_largefile=no | |
579d8138 VS |
10410 | |
10411 | echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 | |
f09359cf | 10412 | echo "configure:10413: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
579d8138 VS |
10413 | if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then |
10414 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10415 | else | |
10416 | ||
10417 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 10418 | #line 10419 "configure" |
90dd450c | 10419 | #include "confdefs.h" |
21d1c967 GD |
10420 | #define _FILE_OFFSET_BITS 64 |
10421 | #include <sys/types.h> | |
579d8138 | 10422 | int main() { |
21d1c967 GD |
10423 | typedef struct { |
10424 | unsigned int field: sizeof(off_t) == 8; | |
10425 | } wxlf; | |
10426 | ||
579d8138 VS |
10427 | ; return 0; } |
10428 | EOF | |
f09359cf | 10429 | if { (eval echo configure:10430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10430 | rm -rf conftest* |
21d1c967 | 10431 | ac_cv_sys_file_offset_bits=64 |
f6bcfd97 | 10432 | else |
579d8138 VS |
10433 | echo "configure: failed program was:" >&5 |
10434 | cat conftest.$ac_ext >&5 | |
10435 | rm -rf conftest* | |
10436 | ac_cv_sys_file_offset_bits=no | |
90dd450c | 10437 | fi |
579d8138 VS |
10438 | rm -f conftest* |
10439 | ||
10440 | ||
328a083c | 10441 | fi |
579d8138 VS |
10442 | |
10443 | echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6 | |
21d1c967 GD |
10444 | |
10445 | if test "$ac_cv_sys_file_offset_bits" != no; then | |
10446 | wx_largefile=yes | |
579d8138 | 10447 | cat >> confdefs.h <<EOF |
21d1c967 GD |
10448 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits |
10449 | EOF | |
10450 | ||
10451 | fi | |
10452 | ||
10453 | if test "x$wx_largefile" != "xyes"; then | |
579d8138 VS |
10454 | |
10455 | echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 | |
f09359cf | 10456 | echo "configure:10457: checking for _LARGE_FILES value needed for large files" >&5 |
579d8138 VS |
10457 | if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then |
10458 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10459 | else | |
10460 | ||
10461 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 10462 | #line 10463 "configure" |
f6bcfd97 | 10463 | #include "confdefs.h" |
21d1c967 GD |
10464 | #define _LARGE_FILES 1 |
10465 | #include <sys/types.h> | |
579d8138 | 10466 | int main() { |
21d1c967 GD |
10467 | typedef struct { |
10468 | unsigned int field: sizeof(off_t) == 8; | |
10469 | } wxlf; | |
10470 | ||
579d8138 VS |
10471 | ; return 0; } |
10472 | EOF | |
f09359cf | 10473 | if { (eval echo configure:10474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10474 | rm -rf conftest* |
21d1c967 | 10475 | ac_cv_sys_large_files=1 |
f6bcfd97 | 10476 | else |
579d8138 VS |
10477 | echo "configure: failed program was:" >&5 |
10478 | cat conftest.$ac_ext >&5 | |
10479 | rm -rf conftest* | |
10480 | ac_cv_sys_large_files=no | |
f6bcfd97 | 10481 | fi |
579d8138 VS |
10482 | rm -f conftest* |
10483 | ||
10484 | ||
328a083c | 10485 | fi |
579d8138 VS |
10486 | |
10487 | echo "$ac_t""$ac_cv_sys_large_files" 1>&6 | |
3f345b47 | 10488 | |
21d1c967 GD |
10489 | if test "$ac_cv_sys_large_files" != no; then |
10490 | wx_largefile=yes | |
579d8138 | 10491 | cat >> confdefs.h <<EOF |
21d1c967 GD |
10492 | #define _LARGE_FILES $ac_cv_sys_large_files |
10493 | EOF | |
90dd450c | 10494 | |
90dd450c VZ |
10495 | fi |
10496 | ||
90dd450c | 10497 | fi |
90dd450c | 10498 | |
579d8138 | 10499 | echo $ac_n "checking if large file support is available""... $ac_c" 1>&6 |
f09359cf | 10500 | echo "configure:10501: checking if large file support is available" >&5 |
21d1c967 | 10501 | if test "x$wx_largefile" = "xyes"; then |
579d8138 | 10502 | cat >> confdefs.h <<\EOF |
21d1c967 | 10503 | #define HAVE_LARGEFILE_SUPPORT 1 |
90dd450c VZ |
10504 | EOF |
10505 | ||
90dd450c | 10506 | fi |
579d8138 | 10507 | echo "$ac_t""$wx_largefile" 1>&6 |
21d1c967 | 10508 | fi |
90dd450c | 10509 | |
579d8138 VS |
10510 | |
10511 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 | |
f09359cf | 10512 | echo "configure:10513: checking whether byte ordering is bigendian" >&5 |
579d8138 VS |
10513 | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then |
10514 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 10515 | else |
21d1c967 GD |
10516 | ac_cv_c_bigendian=unknown |
10517 | # See if sys/param.h defines the BYTE_ORDER macro. | |
579d8138 | 10518 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10519 | #line 10520 "configure" |
90dd450c | 10520 | #include "confdefs.h" |
21d1c967 GD |
10521 | #include <sys/types.h> |
10522 | #include <sys/param.h> | |
579d8138 | 10523 | int main() { |
21d1c967 GD |
10524 | |
10525 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
10526 | bogus endian macros | |
10527 | #endif | |
579d8138 VS |
10528 | ; return 0; } |
10529 | EOF | |
f09359cf | 10530 | if { (eval echo configure:10531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10531 | rm -rf conftest* |
21d1c967 | 10532 | # It does; now see whether it defined to BIG_ENDIAN or not. |
579d8138 | 10533 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10534 | #line 10535 "configure" |
90dd450c | 10535 | #include "confdefs.h" |
21d1c967 GD |
10536 | #include <sys/types.h> |
10537 | #include <sys/param.h> | |
579d8138 | 10538 | int main() { |
21d1c967 GD |
10539 | |
10540 | #if BYTE_ORDER != BIG_ENDIAN | |
10541 | not big endian | |
10542 | #endif | |
579d8138 VS |
10543 | ; return 0; } |
10544 | EOF | |
f09359cf | 10545 | if { (eval echo configure:10546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10546 | rm -rf conftest* |
21d1c967 | 10547 | ac_cv_c_bigendian=yes |
3f345b47 | 10548 | else |
579d8138 VS |
10549 | echo "configure: failed program was:" >&5 |
10550 | cat conftest.$ac_ext >&5 | |
10551 | rm -rf conftest* | |
10552 | ac_cv_c_bigendian=no | |
3f345b47 | 10553 | fi |
579d8138 | 10554 | rm -f conftest* |
3f345b47 | 10555 | else |
579d8138 VS |
10556 | echo "configure: failed program was:" >&5 |
10557 | cat conftest.$ac_ext >&5 | |
3f345b47 | 10558 | fi |
579d8138 | 10559 | rm -f conftest* |
21d1c967 GD |
10560 | if test $ac_cv_c_bigendian = unknown; then |
10561 | if test "$cross_compiling" = yes; then | |
10562 | ac_cv_c_bigendian=unknown | |
10f2d63a | 10563 | else |
579d8138 | 10564 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10565 | #line 10566 "configure" |
90dd450c | 10566 | #include "confdefs.h" |
21d1c967 GD |
10567 | main () { |
10568 | /* Are we little or big endian? From Harbison&Steele. */ | |
10569 | union | |
10570 | { | |
10571 | long l; | |
10572 | char c[sizeof (long)]; | |
10573 | } u; | |
10574 | u.l = 1; | |
10575 | exit (u.c[sizeof (long) - 1] == 1); | |
10576 | } | |
579d8138 | 10577 | EOF |
f09359cf | 10578 | if { (eval echo configure:10579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 | 10579 | then |
21d1c967 | 10580 | ac_cv_c_bigendian=no |
3f345b47 | 10581 | else |
579d8138 VS |
10582 | echo "configure: failed program was:" >&5 |
10583 | cat conftest.$ac_ext >&5 | |
10584 | rm -fr conftest* | |
10585 | ac_cv_c_bigendian=yes | |
3f345b47 | 10586 | fi |
579d8138 | 10587 | rm -fr conftest* |
8168de4c | 10588 | fi |
579d8138 | 10589 | |
21d1c967 GD |
10590 | fi |
10591 | fi | |
579d8138 VS |
10592 | |
10593 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
21d1c967 | 10594 | if test $ac_cv_c_bigendian = unknown; then |
579d8138 | 10595 | 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 |
21d1c967 GD |
10596 | fi |
10597 | if test $ac_cv_c_bigendian = yes; then | |
579d8138 | 10598 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
10599 | #define WORDS_BIGENDIAN 1 |
10600 | EOF | |
10601 | ||
10602 | fi | |
10603 | ||
328a083c | 10604 | |
579d8138 | 10605 | echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 |
f09359cf | 10606 | echo "configure:10607: checking how to run the C++ preprocessor" >&5 |
579d8138 VS |
10607 | if test -z "$CXXCPP"; then |
10608 | if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then | |
10609 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 10610 | else |
579d8138 VS |
10611 | ac_ext=C |
10612 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
10613 | ac_cpp='$CXXCPP $CPPFLAGS' | |
10614 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
f09359cf | 10615 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
10616 | cross_compiling=$ac_cv_prog_cxx_cross |
10617 | CXXCPP="${CXX-g++} -E" | |
10618 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 10619 | #line 10620 "configure" |
328a083c | 10620 | #include "confdefs.h" |
579d8138 VS |
10621 | #include <stdlib.h> |
10622 | EOF | |
10623 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
10624 | { (eval echo configure:10625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10625 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 | 10626 | if test -z "$ac_err"; then |
21d1c967 | 10627 | : |
698dcdb6 | 10628 | else |
579d8138 VS |
10629 | echo "$ac_err" >&5 |
10630 | echo "configure: failed program was:" >&5 | |
698dcdb6 | 10631 | cat conftest.$ac_ext >&5 |
579d8138 VS |
10632 | rm -rf conftest* |
10633 | CXXCPP=/lib/cpp | |
7ec2881a | 10634 | fi |
579d8138 VS |
10635 | rm -f conftest* |
10636 | ac_cv_prog_CXXCPP="$CXXCPP" | |
f09359cf VS |
10637 | ac_ext=C |
10638 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
10639 | ac_cpp='$CXXCPP $CPPFLAGS' | |
10640 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
10641 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
10642 | cross_compiling=$ac_cv_prog_cxx_cross | |
328a083c | 10643 | fi |
90dd450c | 10644 | fi |
579d8138 VS |
10645 | CXXCPP="$ac_cv_prog_CXXCPP" |
10646 | echo "$ac_t""$CXXCPP" 1>&6 | |
1e6feb95 | 10647 | |
1725144d | 10648 | |
21d1c967 | 10649 | if test "$cross_compiling" = "yes"; then |
579d8138 | 10650 | cat >> confdefs.h <<\EOF |
21d1c967 | 10651 | #define wxUSE_IOSTREAMH 1 |
90dd450c | 10652 | EOF |
ab9b9eab | 10653 | |
21d1c967 | 10654 | else |
579d8138 VS |
10655 | |
10656 | ac_ext=C | |
10657 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
328a083c | 10658 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 10659 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 10660 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 10661 | cross_compiling=$ac_cv_prog_cxx_cross |
ba337fe7 | 10662 | |
579d8138 VS |
10663 | |
10664 | for ac_hdr in iostream | |
21d1c967 | 10665 | do |
579d8138 VS |
10666 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10667 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 10668 | echo "configure:10669: checking for $ac_hdr" >&5 |
579d8138 VS |
10669 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10670 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10671 | else | |
10672 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 10673 | #line 10674 "configure" |
ab9b9eab | 10674 | #include "confdefs.h" |
579d8138 VS |
10675 | #include <$ac_hdr> |
10676 | EOF | |
10677 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
10678 | { (eval echo configure:10679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
10679 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
10680 | if test -z "$ac_err"; then |
10681 | rm -rf conftest* | |
10682 | eval "ac_cv_header_$ac_safe=yes" | |
ab9b9eab | 10683 | else |
579d8138 VS |
10684 | echo "$ac_err" >&5 |
10685 | echo "configure: failed program was:" >&5 | |
ab9b9eab | 10686 | cat conftest.$ac_ext >&5 |
579d8138 VS |
10687 | rm -rf conftest* |
10688 | eval "ac_cv_header_$ac_safe=no" | |
ab9b9eab | 10689 | fi |
579d8138 | 10690 | rm -f conftest* |
90dd450c | 10691 | fi |
579d8138 VS |
10692 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
10693 | echo "$ac_t""yes" 1>&6 | |
10694 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10695 | cat >> confdefs.h <<EOF | |
10696 | #define $ac_tr_hdr 1 | |
698dcdb6 | 10697 | EOF |
579d8138 VS |
10698 | |
10699 | else | |
10700 | echo "$ac_t""no" 1>&6 | |
90dd450c | 10701 | fi |
21d1c967 | 10702 | done |
10f2d63a | 10703 | |
579d8138 | 10704 | |
21d1c967 GD |
10705 | if test "$ac_cv_header_iostream" = "yes" ; then |
10706 | : | |
10707 | else | |
579d8138 | 10708 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
10709 | #define wxUSE_IOSTREAMH 1 |
10710 | EOF | |
788deba1 | 10711 | |
90dd450c | 10712 | fi |
ab9b9eab | 10713 | |
21d1c967 | 10714 | ac_ext=c |
579d8138 | 10715 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
21d1c967 | 10716 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 10717 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 10718 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 10719 | cross_compiling=$ac_cv_prog_cc_cross |
ab9b9eab | 10720 | |
21d1c967 | 10721 | fi |
ab9b9eab | 10722 | |
21d1c967 | 10723 | |
579d8138 VS |
10724 | |
10725 | echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 | |
f09359cf | 10726 | echo "configure:10727: checking if C++ compiler supports bool" >&5 |
579d8138 VS |
10727 | if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then |
10728 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10729 | else | |
10730 | ||
10731 | ||
10732 | ac_ext=C | |
10733 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
328a083c | 10734 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 10735 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 10736 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
10737 | cross_compiling=$ac_cv_prog_cxx_cross |
10738 | ||
21d1c967 | 10739 | |
579d8138 | 10740 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10741 | #line 10742 "configure" |
ab9b9eab | 10742 | #include "confdefs.h" |
21d1c967 | 10743 | |
579d8138 VS |
10744 | |
10745 | int main() { | |
21d1c967 GD |
10746 | |
10747 | bool b = true; | |
10748 | ||
10749 | return 0; | |
579d8138 VS |
10750 | |
10751 | ; return 0; } | |
10752 | EOF | |
f09359cf | 10753 | if { (eval echo configure:10754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
10754 | rm -rf conftest* |
10755 | ||
21d1c967 | 10756 | wx_cv_cpp_bool=yes |
579d8138 | 10757 | |
698dcdb6 | 10758 | else |
579d8138 VS |
10759 | echo "configure: failed program was:" >&5 |
10760 | cat conftest.$ac_ext >&5 | |
10761 | rm -rf conftest* | |
10762 | ||
21d1c967 | 10763 | wx_cv_cpp_bool=no |
579d8138 VS |
10764 | |
10765 | ||
698dcdb6 | 10766 | fi |
579d8138 | 10767 | rm -f conftest* |
21d1c967 GD |
10768 | |
10769 | ac_ext=c | |
579d8138 | 10770 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
21d1c967 | 10771 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 10772 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 10773 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 10774 | cross_compiling=$ac_cv_prog_cc_cross |
21d1c967 | 10775 | |
579d8138 | 10776 | |
698dcdb6 | 10777 | fi |
579d8138 VS |
10778 | |
10779 | echo "$ac_t""$wx_cv_cpp_bool" 1>&6 | |
21d1c967 GD |
10780 | |
10781 | if test "$wx_cv_cpp_bool" = "yes"; then | |
579d8138 | 10782 | cat >> confdefs.h <<\EOF |
21d1c967 | 10783 | #define HAVE_BOOL 1 |
90dd450c | 10784 | EOF |
ab9b9eab | 10785 | |
21d1c967 GD |
10786 | fi |
10787 | ||
986ecc86 | 10788 | |
579d8138 VS |
10789 | |
10790 | echo $ac_n "checking if C++ compiler supports the explicit keyword""... $ac_c" 1>&6 | |
f09359cf | 10791 | echo "configure:10792: checking if C++ compiler supports the explicit keyword" >&5 |
579d8138 VS |
10792 | if eval "test \"`echo '$''{'wx_cv_explicit'+set}'`\" = set"; then |
10793 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10794 | else | |
10795 | ||
10796 | ||
10797 | ac_ext=C | |
10798 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
328a083c | 10799 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 10800 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 10801 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
10802 | cross_compiling=$ac_cv_prog_cxx_cross |
10803 | ||
986ecc86 | 10804 | |
579d8138 | 10805 | cat > conftest.$ac_ext <<EOF |
f09359cf | 10806 | #line 10807 "configure" |
986ecc86 VZ |
10807 | #include "confdefs.h" |
10808 | ||
10809 | class Foo { public: explicit Foo(int) {} }; | |
579d8138 VS |
10810 | |
10811 | int main() { | |
986ecc86 VZ |
10812 | |
10813 | return 0; | |
579d8138 VS |
10814 | |
10815 | ; return 0; } | |
10816 | EOF | |
f09359cf | 10817 | if { (eval echo configure:10818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
10818 | rm -rf conftest* |
10819 | ||
10820 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 10821 | #line 10822 "configure" |
986ecc86 VZ |
10822 | #include "confdefs.h" |
10823 | ||
10824 | class Foo { public: explicit Foo(int) {} }; | |
10825 | static void TakeFoo(const Foo& foo) { } | |
579d8138 VS |
10826 | |
10827 | int main() { | |
986ecc86 VZ |
10828 | |
10829 | TakeFoo(17); | |
10830 | return 0; | |
579d8138 VS |
10831 | |
10832 | ; return 0; } | |
10833 | EOF | |
f09359cf | 10834 | if { (eval echo configure:10835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 10835 | rm -rf conftest* |
986ecc86 VZ |
10836 | wx_cv_explicit=no |
10837 | else | |
579d8138 VS |
10838 | echo "configure: failed program was:" >&5 |
10839 | cat conftest.$ac_ext >&5 | |
10840 | rm -rf conftest* | |
10841 | wx_cv_explicit=yes | |
10842 | ||
986ecc86 | 10843 | fi |
579d8138 VS |
10844 | rm -f conftest* |
10845 | ||
986ecc86 | 10846 | else |
579d8138 VS |
10847 | echo "configure: failed program was:" >&5 |
10848 | cat conftest.$ac_ext >&5 | |
10849 | rm -rf conftest* | |
10850 | wx_cv_explicit=no | |
10851 | ||
986ecc86 | 10852 | fi |
579d8138 | 10853 | rm -f conftest* |
986ecc86 VZ |
10854 | |
10855 | ac_ext=c | |
579d8138 | 10856 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
986ecc86 | 10857 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 10858 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 10859 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 10860 | cross_compiling=$ac_cv_prog_cc_cross |
986ecc86 | 10861 | |
579d8138 | 10862 | |
986ecc86 | 10863 | fi |
579d8138 VS |
10864 | |
10865 | echo "$ac_t""$wx_cv_explicit" 1>&6 | |
986ecc86 VZ |
10866 | |
10867 | if test "$wx_cv_explicit" = "yes"; then | |
579d8138 | 10868 | cat >> confdefs.h <<\EOF |
986ecc86 VZ |
10869 | #define HAVE_EXPLICIT 1 |
10870 | EOF | |
10871 | ||
10872 | fi | |
10873 | ||
579d8138 VS |
10874 | |
10875 | ||
21d1c967 GD |
10876 | SEARCH_INCLUDE="\ |
10877 | /usr/local/include \ | |
10878 | \ | |
10879 | /usr/Motif-1.2/include \ | |
10880 | /usr/Motif-2.1/include \ | |
10881 | \ | |
10882 | /usr/include/Motif1.2 \ | |
10883 | /opt/xpm/include/X11 \ | |
10884 | /opt/GBxpm/include/ \ | |
10885 | /opt/GBxpm/X11/include/ \ | |
10886 | \ | |
10887 | /usr/Motif1.2/include \ | |
10888 | /usr/dt/include \ | |
10889 | /usr/openwin/include \ | |
10890 | \ | |
10891 | /usr/include/Xm \ | |
10892 | \ | |
10893 | /usr/X11R6/include \ | |
10894 | /usr/X11R6.4/include \ | |
10895 | /usr/X11R5/include \ | |
10896 | /usr/X11R4/include \ | |
10897 | \ | |
10898 | /usr/include/X11R6 \ | |
10899 | /usr/include/X11R5 \ | |
10900 | /usr/include/X11R4 \ | |
10901 | \ | |
10902 | /usr/local/X11R6/include \ | |
10903 | /usr/local/X11R5/include \ | |
10904 | /usr/local/X11R4/include \ | |
10905 | \ | |
10906 | /usr/local/include/X11R6 \ | |
10907 | /usr/local/include/X11R5 \ | |
10908 | /usr/local/include/X11R4 \ | |
10909 | \ | |
10910 | /usr/X11/include \ | |
10911 | /usr/include/X11 \ | |
10912 | /usr/local/X11/include \ | |
10913 | /usr/local/include/X11 \ | |
10914 | \ | |
10915 | /usr/X386/include \ | |
10916 | /usr/x386/include \ | |
10917 | /usr/XFree86/include/X11 \ | |
10918 | \ | |
10919 | X:/XFree86/include \ | |
10920 | X:/XFree86/include/X11 \ | |
10921 | \ | |
10922 | /usr/include/gtk \ | |
10923 | /usr/local/include/gtk \ | |
10924 | /usr/include/glib \ | |
10925 | /usr/local/include/glib \ | |
10926 | \ | |
10927 | /usr/include/qt \ | |
10928 | /usr/local/include/qt \ | |
10929 | \ | |
10930 | /usr/include/windows \ | |
10931 | /usr/include/wine \ | |
10932 | /usr/local/include/wine \ | |
10933 | \ | |
10934 | /usr/unsupported/include \ | |
10935 | /usr/athena/include \ | |
10936 | /usr/local/x11r5/include \ | |
10937 | /usr/lpp/Xamples/include \ | |
10938 | \ | |
10939 | /usr/openwin/share/include \ | |
10940 | \ | |
10941 | /usr/include" | |
10942 | ||
10943 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
10944 | ||
579d8138 VS |
10945 | |
10946 | cat > confcache <<\EOF | |
21d1c967 GD |
10947 | # This file is a shell script that caches the results of configure |
10948 | # tests run on this system so they can be shared between configure | |
579d8138 VS |
10949 | # scripts and configure runs. It is not useful on other systems. |
10950 | # If it contains results you don't want to keep, you may remove or edit it. | |
21d1c967 | 10951 | # |
579d8138 VS |
10952 | # By default, configure uses ./config.cache as the cache file, |
10953 | # creating it if it does not exist already. You can give configure | |
10954 | # the --cache-file=FILE option to use a different cache file; that is | |
10955 | # what configure does when it calls configure scripts in | |
10956 | # subdirectories, so they share the cache. | |
10957 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
10958 | # config.status only pays attention to the cache file if you give it the | |
10959 | # --recheck option to rerun configure. | |
21d1c967 | 10960 | # |
579d8138 | 10961 | EOF |
21d1c967 GD |
10962 | # The following way of writing the cache mishandles newlines in values, |
10963 | # but we know of no workaround that is simple, portable, and efficient. | |
10964 | # So, don't put newlines in cache variables' values. | |
10965 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
10966 | # and sets the high bit in the cache file unless we assign to the vars. | |
579d8138 | 10967 | (set) 2>&1 | |
f09359cf | 10968 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
579d8138 VS |
10969 | *ac_space=\ *) |
10970 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
10971 | # turns \\\\ into \\, and sed turns \\ into \). | |
10972 | sed -n \ | |
10973 | -e "s/'/'\\\\''/g" \ | |
10974 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
10975 | ;; | |
10976 | *) | |
10977 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
10978 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
10979 | ;; | |
10980 | esac >> confcache | |
10981 | if cmp -s $cache_file confcache; then | |
10982 | : | |
10983 | else | |
21d1c967 | 10984 | if test -w $cache_file; then |
579d8138 VS |
10985 | echo "updating cache $cache_file" |
10986 | cat confcache > $cache_file | |
21d1c967 GD |
10987 | else |
10988 | echo "not updating unwritable cache $cache_file" | |
10989 | fi | |
ab9b9eab | 10990 | fi |
21d1c967 | 10991 | rm -f confcache |
ab9b9eab | 10992 | |
328a083c | 10993 | |
579d8138 VS |
10994 | if test "$USE_LINUX" = 1; then |
10995 | echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6 | |
f09359cf | 10996 | echo "configure:10997: checking for glibc 2.1 or later" >&5 |
579d8138 VS |
10997 | if eval "test \"`echo '$''{'wx_cv_lib_glibc21'+set}'`\" = set"; then |
10998 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10999 | else | |
11000 | ||
11001 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11002 | #line 11003 "configure" |
ab9b9eab | 11003 | #include "confdefs.h" |
21d1c967 | 11004 | #include <features.h> |
579d8138 | 11005 | int main() { |
ab9b9eab | 11006 | |
21d1c967 GD |
11007 | #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1) |
11008 | #error not glibc2.1 | |
11009 | #endif | |
579d8138 VS |
11010 | |
11011 | ; return 0; } | |
11012 | EOF | |
f09359cf | 11013 | if { (eval echo configure:11014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
11014 | rm -rf conftest* |
11015 | ||
21d1c967 | 11016 | wx_cv_lib_glibc21=yes |
579d8138 | 11017 | |
698dcdb6 | 11018 | else |
579d8138 VS |
11019 | echo "configure: failed program was:" >&5 |
11020 | cat conftest.$ac_ext >&5 | |
11021 | rm -rf conftest* | |
11022 | ||
21d1c967 | 11023 | wx_cv_lib_glibc21=no |
579d8138 VS |
11024 | |
11025 | ||
698dcdb6 | 11026 | fi |
579d8138 VS |
11027 | rm -f conftest* |
11028 | ||
328a083c | 11029 | fi |
579d8138 VS |
11030 | |
11031 | echo "$ac_t""$wx_cv_lib_glibc21" 1>&6 | |
21d1c967 | 11032 | if test "$wx_cv_lib_glibc21" = "yes"; then |
579d8138 | 11033 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
11034 | #define wxHAVE_GLIBC2 1 |
11035 | EOF | |
1e487827 | 11036 | |
90dd450c | 11037 | fi |
ab9b9eab VZ |
11038 | fi |
11039 | ||
5c0a20c3 VZ |
11040 | if test "x$wx_cv_lib_glibc21" = "xyes"; then |
11041 | if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then | |
11042 | cat >> confdefs.h <<\EOF | |
11043 | #define _GNU_SOURCE 1 | |
11044 | EOF | |
11045 | ||
11046 | fi | |
11047 | fi | |
11048 | ||
579d8138 VS |
11049 | |
11050 | ||
21d1c967 GD |
11051 | REGEX_INCLUDE= |
11052 | if test "$wxUSE_REGEX" != "no"; then | |
579d8138 | 11053 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
11054 | #define wxUSE_REGEX 1 |
11055 | EOF | |
698dcdb6 | 11056 | |
579d8138 | 11057 | |
21d1c967 | 11058 | if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then |
579d8138 VS |
11059 | ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'` |
11060 | echo $ac_n "checking for regex.h""... $ac_c" 1>&6 | |
f09359cf | 11061 | echo "configure:11062: checking for regex.h" >&5 |
579d8138 VS |
11062 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11063 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11064 | else | |
11065 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11066 | #line 11067 "configure" |
21d1c967 GD |
11067 | #include "confdefs.h" |
11068 | #include <regex.h> | |
579d8138 VS |
11069 | EOF |
11070 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
11071 | { (eval echo configure:11072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
11072 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
11073 | if test -z "$ac_err"; then |
11074 | rm -rf conftest* | |
11075 | eval "ac_cv_header_$ac_safe=yes" | |
698dcdb6 | 11076 | else |
579d8138 VS |
11077 | echo "$ac_err" >&5 |
11078 | echo "configure: failed program was:" >&5 | |
21d1c967 | 11079 | cat conftest.$ac_ext >&5 |
579d8138 VS |
11080 | rm -rf conftest* |
11081 | eval "ac_cv_header_$ac_safe=no" | |
21d1c967 | 11082 | fi |
579d8138 | 11083 | rm -f conftest* |
698dcdb6 | 11084 | fi |
579d8138 VS |
11085 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11086 | echo "$ac_t""yes" 1>&6 | |
11087 | for ac_func in regcomp | |
21d1c967 | 11088 | do |
579d8138 | 11089 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 11090 | echo "configure:11091: checking for $ac_func" >&5 |
579d8138 VS |
11091 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
11092 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 11093 | else |
579d8138 | 11094 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11095 | #line 11096 "configure" |
579d8138 VS |
11096 | #include "confdefs.h" |
11097 | /* System header to define __stub macros and hopefully few prototypes, | |
11098 | which can conflict with char $ac_func(); below. */ | |
21d1c967 GD |
11099 | #include <assert.h> |
11100 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11101 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
11102 | builtin and then its argument prototype would still apply. */ |
11103 | char $ac_func(); | |
11104 | ||
11105 | int main() { | |
90dd450c | 11106 | |
21d1c967 GD |
11107 | /* The GNU C library defines this for functions which it implements |
11108 | to always fail with ENOSYS. Some functions are actually named | |
11109 | something starting with __ and the normal name is an alias. */ | |
11110 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11111 | choke me | |
11112 | #else | |
579d8138 | 11113 | $ac_func(); |
21d1c967 | 11114 | #endif |
90dd450c | 11115 | |
579d8138 | 11116 | ; return 0; } |
21d1c967 | 11117 | EOF |
f09359cf | 11118 | if { (eval echo configure:11119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
11119 | rm -rf conftest* |
11120 | eval "ac_cv_func_$ac_func=yes" | |
11121 | else | |
11122 | echo "configure: failed program was:" >&5 | |
11123 | cat conftest.$ac_ext >&5 | |
11124 | rm -rf conftest* | |
11125 | eval "ac_cv_func_$ac_func=no" | |
11126 | fi | |
11127 | rm -f conftest* | |
11128 | fi | |
90dd450c | 11129 | |
579d8138 VS |
11130 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
11131 | echo "$ac_t""yes" 1>&6 | |
11132 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
11133 | cat >> confdefs.h <<EOF | |
11134 | #define $ac_tr_func 1 | |
11135 | EOF | |
11136 | ||
11137 | else | |
11138 | echo "$ac_t""no" 1>&6 | |
698dcdb6 | 11139 | fi |
21d1c967 GD |
11140 | done |
11141 | ||
579d8138 VS |
11142 | else |
11143 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
11144 | fi |
11145 | ||
579d8138 | 11146 | |
21d1c967 GD |
11147 | if test "x$ac_cv_func_regcomp" != "xyes"; then |
11148 | if test "$wxUSE_REGEX" = "sys" ; then | |
579d8138 | 11149 | { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11150 | else |
579d8138 | 11151 | echo "configure: warning: system regex library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11152 | wxUSE_REGEX=builtin |
11153 | fi | |
11154 | else | |
11155 | wxUSE_REGEX=sys | |
11156 | fi | |
ab9b9eab | 11157 | fi |
90dd450c | 11158 | |
21d1c967 GD |
11159 | if test "$wxUSE_REGEX" = "builtin" ; then |
11160 | REGEX_INCLUDE="-I\${top_srcdir}/src/regex" | |
90dd450c | 11161 | fi |
21d1c967 | 11162 | fi |
90dd450c | 11163 | |
579d8138 | 11164 | |
21d1c967 GD |
11165 | ZLIB_INCLUDE= |
11166 | ZLIB_LINK= | |
11167 | if test "$wxUSE_ZLIB" != "no" ; then | |
579d8138 | 11168 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
11169 | #define wxUSE_ZLIB 1 |
11170 | EOF | |
11171 | ||
579d8138 | 11172 | |
21d1c967 | 11173 | if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then |
579d8138 VS |
11174 | ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'` |
11175 | echo $ac_n "checking for zlib.h""... $ac_c" 1>&6 | |
f09359cf | 11176 | echo "configure:11177: checking for zlib.h" >&5 |
579d8138 VS |
11177 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11178 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11179 | else | |
11180 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11181 | #line 11182 "configure" |
ab9b9eab | 11182 | #include "confdefs.h" |
21d1c967 | 11183 | #include <zlib.h> |
579d8138 VS |
11184 | EOF |
11185 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
11186 | { (eval echo configure:11187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
11187 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
11188 | if test -z "$ac_err"; then |
11189 | rm -rf conftest* | |
11190 | eval "ac_cv_header_$ac_safe=yes" | |
328a083c | 11191 | else |
579d8138 VS |
11192 | echo "$ac_err" >&5 |
11193 | echo "configure: failed program was:" >&5 | |
698dcdb6 | 11194 | cat conftest.$ac_ext >&5 |
579d8138 VS |
11195 | rm -rf conftest* |
11196 | eval "ac_cv_header_$ac_safe=no" | |
698dcdb6 | 11197 | fi |
579d8138 | 11198 | rm -f conftest* |
ab9b9eab | 11199 | fi |
579d8138 VS |
11200 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11201 | echo "$ac_t""yes" 1>&6 | |
11202 | echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 | |
f09359cf | 11203 | echo "configure:11204: checking for deflate in -lz" >&5 |
579d8138 VS |
11204 | ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` |
11205 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11206 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11207 | else |
579d8138 | 11208 | ac_save_LIBS="$LIBS" |
21d1c967 | 11209 | LIBS="-lz $LIBS" |
579d8138 | 11210 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11211 | #line 11212 "configure" |
ab9b9eab | 11212 | #include "confdefs.h" |
21d1c967 GD |
11213 | /* Override any gcc2 internal prototype to avoid an error. */ |
11214 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
11215 | builtin and then its argument prototype would still apply. */ |
11216 | char deflate(); | |
11217 | ||
11218 | int main() { | |
11219 | deflate() | |
11220 | ; return 0; } | |
11221 | EOF | |
f09359cf | 11222 | if { (eval echo configure:11223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
11223 | rm -rf conftest* |
11224 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11225 | else | |
11226 | echo "configure: failed program was:" >&5 | |
11227 | cat conftest.$ac_ext >&5 | |
11228 | rm -rf conftest* | |
11229 | eval "ac_cv_lib_$ac_lib_var=no" | |
11230 | fi | |
11231 | rm -f conftest* | |
11232 | LIBS="$ac_save_LIBS" | |
11233 | ||
11234 | fi | |
11235 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11236 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 11237 | ZLIB_LINK=" -lz" |
579d8138 VS |
11238 | else |
11239 | echo "$ac_t""no" 1>&6 | |
90dd450c | 11240 | fi |
698dcdb6 | 11241 | |
579d8138 VS |
11242 | else |
11243 | echo "$ac_t""no" 1>&6 | |
698dcdb6 | 11244 | fi |
698dcdb6 | 11245 | |
579d8138 | 11246 | |
21d1c967 GD |
11247 | if test "x$ZLIB_LINK" = "x" ; then |
11248 | if test "$wxUSE_ZLIB" = "sys" ; then | |
579d8138 | 11249 | { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11250 | else |
579d8138 | 11251 | echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11252 | wxUSE_ZLIB=builtin |
11253 | fi | |
11254 | else | |
11255 | wxUSE_ZLIB=sys | |
11256 | fi | |
11257 | fi | |
11258 | ||
11259 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
11260 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
11261 | fi | |
ab9b9eab VZ |
11262 | fi |
11263 | ||
579d8138 | 11264 | |
21d1c967 GD |
11265 | PNG_INCLUDE= |
11266 | PNG_LINK= | |
11267 | if test "$wxUSE_LIBPNG" != "no" ; then | |
579d8138 | 11268 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
11269 | #define wxUSE_LIBPNG 1 |
11270 | EOF | |
90dd450c | 11271 | |
579d8138 | 11272 | |
21d1c967 | 11273 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then |
579d8138 | 11274 | echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2 |
21d1c967 GD |
11275 | wxUSE_LIBPNG=sys |
11276 | fi | |
90dd450c | 11277 | |
21d1c967 | 11278 | if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then |
579d8138 | 11279 | echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2 |
21d1c967 GD |
11280 | wxUSE_LIBPNG=builtin |
11281 | fi | |
11282 | ||
11283 | if test "$wxUSE_MGL" != 1 ; then | |
11284 | if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then | |
579d8138 VS |
11285 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` |
11286 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
f09359cf | 11287 | echo "configure:11288: checking for png.h" >&5 |
579d8138 VS |
11288 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11289 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11290 | else | |
11291 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11292 | #line 11293 "configure" |
21d1c967 GD |
11293 | #include "confdefs.h" |
11294 | #include <png.h> | |
579d8138 VS |
11295 | EOF |
11296 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
11297 | { (eval echo configure:11298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
11298 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
11299 | if test -z "$ac_err"; then |
11300 | rm -rf conftest* | |
11301 | eval "ac_cv_header_$ac_safe=yes" | |
90dd450c | 11302 | else |
579d8138 VS |
11303 | echo "$ac_err" >&5 |
11304 | echo "configure: failed program was:" >&5 | |
90dd450c | 11305 | cat conftest.$ac_ext >&5 |
579d8138 VS |
11306 | rm -rf conftest* |
11307 | eval "ac_cv_header_$ac_safe=no" | |
90dd450c | 11308 | fi |
579d8138 | 11309 | rm -f conftest* |
90dd450c | 11310 | fi |
579d8138 VS |
11311 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11312 | echo "$ac_t""yes" 1>&6 | |
11313 | echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6 | |
f09359cf | 11314 | echo "configure:11315: checking for png_check_sig in -lpng" >&5 |
579d8138 VS |
11315 | ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'` |
11316 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11317 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11318 | else |
579d8138 | 11319 | ac_save_LIBS="$LIBS" |
21d1c967 | 11320 | LIBS="-lpng -lz -lm $LIBS" |
579d8138 | 11321 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11322 | #line 11323 "configure" |
90dd450c | 11323 | #include "confdefs.h" |
21d1c967 GD |
11324 | /* Override any gcc2 internal prototype to avoid an error. */ |
11325 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
11326 | builtin and then its argument prototype would still apply. */ |
11327 | char png_check_sig(); | |
11328 | ||
11329 | int main() { | |
11330 | png_check_sig() | |
11331 | ; return 0; } | |
11332 | EOF | |
f09359cf | 11333 | if { (eval echo configure:11334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
11334 | rm -rf conftest* |
11335 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11336 | else | |
11337 | echo "configure: failed program was:" >&5 | |
11338 | cat conftest.$ac_ext >&5 | |
11339 | rm -rf conftest* | |
11340 | eval "ac_cv_lib_$ac_lib_var=no" | |
11341 | fi | |
11342 | rm -f conftest* | |
11343 | LIBS="$ac_save_LIBS" | |
11344 | ||
11345 | fi | |
11346 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11347 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 11348 | PNG_LINK=" -lpng" |
579d8138 VS |
11349 | else |
11350 | echo "$ac_t""no" 1>&6 | |
90dd450c VZ |
11351 | fi |
11352 | ||
579d8138 VS |
11353 | |
11354 | else | |
11355 | echo "$ac_t""no" 1>&6 | |
90dd450c VZ |
11356 | fi |
11357 | ||
579d8138 | 11358 | |
21d1c967 GD |
11359 | if test "x$PNG_LINK" = "x" ; then |
11360 | if test "$wxUSE_LIBPNG" = "sys" ; then | |
579d8138 | 11361 | { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11362 | else |
579d8138 | 11363 | echo "configure: warning: system png library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11364 | wxUSE_LIBPNG=builtin |
11365 | fi | |
11366 | else | |
11367 | wxUSE_LIBPNG=yes | |
11368 | fi | |
11369 | fi | |
11370 | fi | |
90dd450c | 11371 | |
21d1c967 GD |
11372 | if test "$wxUSE_LIBPNG" = "builtin" ; then |
11373 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
11374 | fi | |
90dd450c | 11375 | |
21d1c967 | 11376 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" |
90dd450c VZ |
11377 | fi |
11378 | ||
579d8138 | 11379 | |
21d1c967 GD |
11380 | JPEG_INCLUDE= |
11381 | JPEG_LINK= | |
11382 | if test "$wxUSE_LIBJPEG" != "no" ; then | |
579d8138 | 11383 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
11384 | #define wxUSE_LIBJPEG 1 |
11385 | EOF | |
90dd450c | 11386 | |
579d8138 | 11387 | |
21d1c967 | 11388 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then |
579d8138 | 11389 | echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2 |
21d1c967 GD |
11390 | wxUSE_LIBJPEG=sys |
11391 | fi | |
90dd450c | 11392 | |
21d1c967 GD |
11393 | if test "$wxUSE_MGL" != 1 ; then |
11394 | if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then | |
579d8138 | 11395 | echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 |
f09359cf | 11396 | echo "configure:11397: checking for jpeglib.h" >&5 |
579d8138 VS |
11397 | if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then |
11398 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11399 | else |
579d8138 | 11400 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11401 | #line 11402 "configure" |
21d1c967 | 11402 | #include "confdefs.h" |
90dd450c | 11403 | |
21d1c967 GD |
11404 | #undef HAVE_STDLIB_H |
11405 | #include <stdio.h> | |
11406 | #include <jpeglib.h> | |
579d8138 VS |
11407 | |
11408 | int main() { | |
90dd450c | 11409 | |
579d8138 VS |
11410 | |
11411 | ; return 0; } | |
11412 | EOF | |
f09359cf | 11413 | if { (eval echo configure:11414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 11414 | rm -rf conftest* |
21d1c967 | 11415 | ac_cv_header_jpeglib_h=yes |
90dd450c | 11416 | else |
579d8138 VS |
11417 | echo "configure: failed program was:" >&5 |
11418 | cat conftest.$ac_ext >&5 | |
11419 | rm -rf conftest* | |
11420 | ac_cv_header_jpeglib_h=no | |
11421 | ||
90dd450c | 11422 | fi |
579d8138 VS |
11423 | rm -f conftest* |
11424 | ||
90dd450c VZ |
11425 | fi |
11426 | ||
579d8138 | 11427 | echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6 |
90dd450c | 11428 | |
21d1c967 | 11429 | if test "$ac_cv_header_jpeglib_h" = "yes"; then |
579d8138 | 11430 | echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 |
f09359cf | 11431 | echo "configure:11432: checking for jpeg_read_header in -ljpeg" >&5 |
579d8138 VS |
11432 | ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` |
11433 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11434 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11435 | else |
579d8138 | 11436 | ac_save_LIBS="$LIBS" |
21d1c967 | 11437 | LIBS="-ljpeg $LIBS" |
579d8138 | 11438 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11439 | #line 11440 "configure" |
21d1c967 GD |
11440 | #include "confdefs.h" |
11441 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11442 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
11443 | builtin and then its argument prototype would still apply. */ |
11444 | char jpeg_read_header(); | |
11445 | ||
11446 | int main() { | |
11447 | jpeg_read_header() | |
11448 | ; return 0; } | |
11449 | EOF | |
f09359cf | 11450 | if { (eval echo configure:11451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
11451 | rm -rf conftest* |
11452 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11453 | else | |
11454 | echo "configure: failed program was:" >&5 | |
11455 | cat conftest.$ac_ext >&5 | |
11456 | rm -rf conftest* | |
11457 | eval "ac_cv_lib_$ac_lib_var=no" | |
11458 | fi | |
11459 | rm -f conftest* | |
11460 | LIBS="$ac_save_LIBS" | |
11461 | ||
11462 | fi | |
11463 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11464 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 11465 | JPEG_LINK=" -ljpeg" |
579d8138 VS |
11466 | else |
11467 | echo "$ac_t""no" 1>&6 | |
90dd450c VZ |
11468 | fi |
11469 | ||
21d1c967 | 11470 | fi |
90dd450c | 11471 | |
21d1c967 GD |
11472 | if test "x$JPEG_LINK" = "x" ; then |
11473 | if test "$wxUSE_LIBJPEG" = "sys" ; then | |
579d8138 | 11474 | { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11475 | else |
579d8138 | 11476 | echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11477 | wxUSE_LIBJPEG=builtin |
11478 | fi | |
11479 | else | |
11480 | wxUSE_LIBJPEG=sys | |
11481 | fi | |
11482 | fi | |
11483 | fi | |
90dd450c | 11484 | |
21d1c967 GD |
11485 | if test "$wxUSE_LIBJPEG" = "builtin" ; then |
11486 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
11487 | fi | |
11488 | fi | |
90dd450c | 11489 | |
579d8138 | 11490 | |
21d1c967 GD |
11491 | TIFF_INCLUDE= |
11492 | TIFF_LINK= | |
11493 | if test "$wxUSE_LIBTIFF" != "no" ; then | |
579d8138 | 11494 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
11495 | #define wxUSE_LIBTIFF 1 |
11496 | EOF | |
11497 | ||
579d8138 | 11498 | |
21d1c967 | 11499 | if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then |
579d8138 VS |
11500 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` |
11501 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | |
f09359cf | 11502 | echo "configure:11503: checking for tiffio.h" >&5 |
579d8138 VS |
11503 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11504 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11505 | else | |
11506 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11507 | #line 11508 "configure" |
21d1c967 GD |
11508 | #include "confdefs.h" |
11509 | #include <tiffio.h> | |
579d8138 VS |
11510 | EOF |
11511 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
11512 | { (eval echo configure:11513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
11513 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
11514 | if test -z "$ac_err"; then |
11515 | rm -rf conftest* | |
11516 | eval "ac_cv_header_$ac_safe=yes" | |
21d1c967 | 11517 | else |
579d8138 VS |
11518 | echo "$ac_err" >&5 |
11519 | echo "configure: failed program was:" >&5 | |
21d1c967 | 11520 | cat conftest.$ac_ext >&5 |
579d8138 VS |
11521 | rm -rf conftest* |
11522 | eval "ac_cv_header_$ac_safe=no" | |
21d1c967 | 11523 | fi |
579d8138 | 11524 | rm -f conftest* |
21d1c967 | 11525 | fi |
579d8138 VS |
11526 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11527 | echo "$ac_t""yes" 1>&6 | |
11528 | echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6 | |
f09359cf | 11529 | echo "configure:11530: checking for TIFFError in -ltiff" >&5 |
579d8138 VS |
11530 | ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'` |
11531 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11532 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 11533 | else |
579d8138 | 11534 | ac_save_LIBS="$LIBS" |
21d1c967 | 11535 | LIBS="-ltiff -lm $LIBS" |
579d8138 | 11536 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11537 | #line 11538 "configure" |
ab9b9eab VZ |
11538 | #include "confdefs.h" |
11539 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11540 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
11541 | builtin and then its argument prototype would still apply. */ |
11542 | char TIFFError(); | |
11543 | ||
11544 | int main() { | |
11545 | TIFFError() | |
11546 | ; return 0; } | |
11547 | EOF | |
f09359cf | 11548 | if { (eval echo configure:11549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
11549 | rm -rf conftest* |
11550 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11551 | else | |
11552 | echo "configure: failed program was:" >&5 | |
11553 | cat conftest.$ac_ext >&5 | |
11554 | rm -rf conftest* | |
11555 | eval "ac_cv_lib_$ac_lib_var=no" | |
11556 | fi | |
11557 | rm -f conftest* | |
11558 | LIBS="$ac_save_LIBS" | |
11559 | ||
11560 | fi | |
11561 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11562 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 11563 | TIFF_LINK=" -ltiff" |
579d8138 VS |
11564 | else |
11565 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
11566 | fi |
11567 | ||
579d8138 VS |
11568 | |
11569 | else | |
11570 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 11571 | fi |
cd6d6d5b | 11572 | |
579d8138 | 11573 | |
21d1c967 GD |
11574 | if test "x$TIFF_LINK" = "x" ; then |
11575 | if test "$wxUSE_LIBTIFF" = "sys" ; then | |
579d8138 | 11576 | { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; } |
90dd450c | 11577 | else |
579d8138 | 11578 | echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2 |
21d1c967 | 11579 | wxUSE_LIBTIFF=builtin |
d8356fa3 | 11580 | fi |
d8356fa3 | 11581 | else |
21d1c967 | 11582 | wxUSE_LIBTIFF=sys |
d8356fa3 | 11583 | fi |
21d1c967 | 11584 | fi |
d8356fa3 | 11585 | |
21d1c967 GD |
11586 | if test "$wxUSE_LIBTIFF" = "builtin" ; then |
11587 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" | |
1e6feb95 | 11588 | fi |
21d1c967 | 11589 | fi |
10f2d63a | 11590 | |
579d8138 | 11591 | |
21d1c967 | 11592 | AFMINSTALL= |
90dd450c | 11593 | |
21d1c967 GD |
11594 | TOOLKIT= |
11595 | TOOLKIT_INCLUDE= | |
11596 | WIDGET_SET= | |
11597 | ||
11598 | if test "$USE_WIN32" = 1 ; then | |
579d8138 | 11599 | for ac_hdr in w32api.h |
21d1c967 | 11600 | do |
579d8138 VS |
11601 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11602 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 11603 | echo "configure:11604: checking for $ac_hdr" >&5 |
579d8138 VS |
11604 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11605 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11606 | else | |
11607 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11608 | #line 11609 "configure" |
f79bd02d | 11609 | #include "confdefs.h" |
579d8138 VS |
11610 | #include <$ac_hdr> |
11611 | EOF | |
11612 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
11613 | { (eval echo configure:11614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
11614 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
11615 | if test -z "$ac_err"; then |
11616 | rm -rf conftest* | |
11617 | eval "ac_cv_header_$ac_safe=yes" | |
f79bd02d | 11618 | else |
579d8138 VS |
11619 | echo "$ac_err" >&5 |
11620 | echo "configure: failed program was:" >&5 | |
f79bd02d | 11621 | cat conftest.$ac_ext >&5 |
579d8138 VS |
11622 | rm -rf conftest* |
11623 | eval "ac_cv_header_$ac_safe=no" | |
f79bd02d | 11624 | fi |
579d8138 | 11625 | rm -f conftest* |
21d1c967 | 11626 | fi |
579d8138 VS |
11627 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11628 | echo "$ac_t""yes" 1>&6 | |
11629 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11630 | cat >> confdefs.h <<EOF | |
11631 | #define $ac_tr_hdr 1 | |
21d1c967 | 11632 | EOF |
579d8138 VS |
11633 | |
11634 | else | |
11635 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
11636 | fi |
11637 | done | |
f79bd02d | 11638 | |
579d8138 VS |
11639 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` |
11640 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
f09359cf | 11641 | echo "configure:11642: checking for windows.h" >&5 |
579d8138 VS |
11642 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11643 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11644 | else |
579d8138 | 11645 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11646 | #line 11647 "configure" |
90dd450c | 11647 | #include "confdefs.h" |
21d1c967 | 11648 | #include <windows.h> |
579d8138 VS |
11649 | EOF |
11650 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
11651 | { (eval echo configure:11652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
11652 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
11653 | if test -z "$ac_err"; then |
11654 | rm -rf conftest* | |
11655 | eval "ac_cv_header_$ac_safe=yes" | |
90dd450c | 11656 | else |
579d8138 VS |
11657 | echo "$ac_err" >&5 |
11658 | echo "configure: failed program was:" >&5 | |
90dd450c | 11659 | cat conftest.$ac_ext >&5 |
579d8138 VS |
11660 | rm -rf conftest* |
11661 | eval "ac_cv_header_$ac_safe=no" | |
90dd450c | 11662 | fi |
579d8138 | 11663 | rm -f conftest* |
90dd450c | 11664 | fi |
579d8138 VS |
11665 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11666 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 11667 | : |
90dd450c | 11668 | else |
579d8138 | 11669 | echo "$ac_t""no" 1>&6 |
21d1c967 | 11670 | |
579d8138 VS |
11671 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } |
11672 | ||
328a083c | 11673 | fi |
f79bd02d | 11674 | |
328a083c | 11675 | |
579d8138 | 11676 | echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6 |
f09359cf | 11677 | echo "configure:11678: checking if w32api has good enough MSIE support" >&5 |
579d8138 VS |
11678 | if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then |
11679 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11680 | else | |
11681 | ||
11682 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 11683 | #line 11684 "configure" |
f79bd02d | 11684 | #include "confdefs.h" |
21d1c967 | 11685 | #include <w32api.h> |
579d8138 | 11686 | int main() { |
f79bd02d | 11687 | |
21d1c967 GD |
11688 | #define wxCHECK_W32API_VERSION( major, minor ) \ |
11689 | ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \ | |
11690 | && ( ( __W32API_MAJOR_VERSION > (major) ) \ | |
11691 | || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor)))) | |
11692 | ||
11693 | #if !wxCHECK_W32API_VERSION(1,1) | |
11694 | #error You need w32api 1.1 or newer | |
11695 | #endif | |
579d8138 VS |
11696 | |
11697 | ; return 0; } | |
11698 | EOF | |
f09359cf | 11699 | if { (eval echo configure:11700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
11700 | rm -rf conftest* |
11701 | ||
21d1c967 | 11702 | wx_cv_w32api_win32_ie=yes |
579d8138 | 11703 | |
f79bd02d | 11704 | else |
579d8138 VS |
11705 | echo "configure: failed program was:" >&5 |
11706 | cat conftest.$ac_ext >&5 | |
11707 | rm -rf conftest* | |
11708 | ||
21d1c967 | 11709 | wx_cv_w32api_win32_ie=no |
579d8138 | 11710 | |
21d1c967 | 11711 | fi |
579d8138 VS |
11712 | rm -f conftest* |
11713 | ||
328a083c | 11714 | fi |
579d8138 VS |
11715 | |
11716 | echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6 | |
21d1c967 GD |
11717 | if test "$wx_cv_w32api_win32_ie" = "yes" ; then |
11718 | CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400" | |
11719 | fi | |
f79bd02d | 11720 | |
21d1c967 GD |
11721 | LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32" |
11722 | ||
11723 | case "${host}" in | |
11724 | *-*-cygwin* ) | |
11725 | LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32" | |
11726 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" | |
f79bd02d | 11727 | esac |
f79bd02d | 11728 | |
21d1c967 GD |
11729 | if test "$wxUSE_ODBC" = "yes" ; then |
11730 | LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS" | |
11731 | fi | |
f79bd02d | 11732 | |
21d1c967 GD |
11733 | RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" |
11734 | RESPROGRAMOBJ="\$(PROGRAM)_resources.o" | |
f79bd02d | 11735 | fi |
f79bd02d | 11736 | |
21d1c967 GD |
11737 | if test "$wxUSE_GUI" = "yes"; then |
11738 | USE_GUI=1 | |
f79bd02d | 11739 | |
21d1c967 | 11740 | GUI_TK_LIBRARY= |
f79bd02d | 11741 | |
21d1c967 GD |
11742 | WXGTK12= |
11743 | WXGTK127= | |
11744 | WXGTK20= | |
f79bd02d | 11745 | |
21d1c967 GD |
11746 | if test "$wxUSE_MSW" = 1 ; then |
11747 | TOOLKIT=MSW | |
11748 | GUIDIST=MSW_DIST | |
f79bd02d | 11749 | |
21d1c967 GD |
11750 | case "${host}" in |
11751 | *-*-mingw32* ) | |
11752 | LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows" | |
11753 | esac | |
f79bd02d JS |
11754 | fi |
11755 | ||
21d1c967 | 11756 | if test "$wxUSE_GTK" = 1; then |
579d8138 | 11757 | echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6 |
f09359cf | 11758 | echo "configure:11759: checking for GTK+ version" >&5 |
21d1c967 GD |
11759 | |
11760 | gtk_version_cached=1 | |
579d8138 VS |
11761 | if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then |
11762 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f79bd02d | 11763 | else |
579d8138 | 11764 | |
21d1c967 | 11765 | gtk_version_cached=0 |
579d8138 | 11766 | echo "$ac_t""" 1>&6 |
f79bd02d | 11767 | |
21d1c967 GD |
11768 | GTK_MODULES= |
11769 | if test "$wxUSE_THREADS" = "yes"; then | |
11770 | GTK_MODULES=gthread | |
11771 | fi | |
f79bd02d | 11772 | |
21d1c967 GD |
11773 | wx_cv_lib_gtk= |
11774 | if test "x$wxUSE_GTK2" = "xyes"; then | |
11775 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
11776 | if test "${enable_gtktest+set}" = set; then | |
11777 | enableval="$enable_gtktest" | |
579d8138 | 11778 | : |
f79bd02d | 11779 | else |
21d1c967 | 11780 | enable_gtktest=yes |
579d8138 VS |
11781 | fi |
11782 | ||
f79bd02d | 11783 | |
21d1c967 GD |
11784 | pkg_config_args=gtk+-2.0 |
11785 | for module in . $GTK_MODULES | |
11786 | do | |
11787 | case "$module" in | |
579d8138 | 11788 | gthread) |
21d1c967 GD |
11789 | pkg_config_args="$pkg_config_args gthread-2.0" |
11790 | ;; | |
11791 | esac | |
11792 | done | |
11793 | ||
11794 | no_gtk="" | |
f79bd02d | 11795 | |
21d1c967 GD |
11796 | # Extract the first word of "pkg-config", so it can be a program name with args. |
11797 | set dummy pkg-config; ac_word=$2 | |
579d8138 | 11798 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 11799 | echo "configure:11800: checking for $ac_word" >&5 |
579d8138 VS |
11800 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
11801 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11802 | else |
579d8138 VS |
11803 | case "$PKG_CONFIG" in |
11804 | /*) | |
21d1c967 GD |
11805 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
11806 | ;; | |
f09359cf VS |
11807 | ?:/*) |
11808 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
11809 | ;; | |
21d1c967 | 11810 | *) |
f09359cf VS |
11811 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
11812 | ac_dummy="$PATH" | |
11813 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
11814 | test -z "$ac_dir" && ac_dir=. |
11815 | if test -f $ac_dir/$ac_word; then | |
11816 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
11817 | break | |
11818 | fi | |
11819 | done | |
11820 | IFS="$ac_save_ifs" | |
21d1c967 GD |
11821 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
11822 | ;; | |
11823 | esac | |
f79bd02d | 11824 | fi |
579d8138 | 11825 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" |
21d1c967 | 11826 | if test -n "$PKG_CONFIG"; then |
579d8138 | 11827 | echo "$ac_t""$PKG_CONFIG" 1>&6 |
f79bd02d | 11828 | else |
579d8138 | 11829 | echo "$ac_t""no" 1>&6 |
f79bd02d JS |
11830 | fi |
11831 | ||
579d8138 | 11832 | |
21d1c967 GD |
11833 | if test x$PKG_CONFIG != xno ; then |
11834 | if pkg-config --atleast-pkgconfig-version 0.7 ; then | |
11835 | : | |
11836 | else | |
11837 | echo *** pkg-config too old; version 0.7 or better required. | |
11838 | no_gtk=yes | |
11839 | PKG_CONFIG=no | |
11840 | fi | |
11841 | else | |
11842 | no_gtk=yes | |
11843 | fi | |
f79bd02d | 11844 | |
21d1c967 | 11845 | min_gtk_version=2.0.0 |
579d8138 | 11846 | echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6 |
f09359cf | 11847 | echo "configure:11848: checking for GTK+ - version >= $min_gtk_version" >&5 |
f79bd02d | 11848 | |
21d1c967 GD |
11849 | if test x$PKG_CONFIG != xno ; then |
11850 | ## don't try to run the test against uninstalled libtool libs | |
11851 | if $PKG_CONFIG --uninstalled $pkg_config_args; then | |
11852 | echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" | |
11853 | enable_gtktest=no | |
11854 | fi | |
f79bd02d | 11855 | |
21d1c967 GD |
11856 | if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then |
11857 | : | |
11858 | else | |
11859 | no_gtk=yes | |
11860 | fi | |
11861 | fi | |
f79bd02d | 11862 | |
21d1c967 GD |
11863 | if test x"$no_gtk" = x ; then |
11864 | GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` | |
11865 | GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` | |
11866 | gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
11867 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
11868 | gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
11869 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
11870 | gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
11871 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
11872 | if test "x$enable_gtktest" = "xyes" ; then | |
11873 | ac_save_CFLAGS="$CFLAGS" | |
11874 | ac_save_LIBS="$LIBS" | |
11875 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
11876 | LIBS="$GTK_LIBS $LIBS" | |
11877 | rm -f conf.gtktest | |
11878 | if test "$cross_compiling" = yes; then | |
11879 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
f79bd02d | 11880 | else |
579d8138 | 11881 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11882 | #line 11883 "configure" |
f79bd02d | 11883 | #include "confdefs.h" |
f79bd02d | 11884 | |
21d1c967 GD |
11885 | #include <gtk/gtk.h> |
11886 | #include <stdio.h> | |
11887 | #include <stdlib.h> | |
f79bd02d | 11888 | |
579d8138 | 11889 | int |
21d1c967 GD |
11890 | main () |
11891 | { | |
11892 | int major, minor, micro; | |
11893 | char *tmp_version; | |
f79bd02d | 11894 | |
21d1c967 | 11895 | system ("touch conf.gtktest"); |
f79bd02d | 11896 | |
21d1c967 GD |
11897 | /* HP/UX 9 (%@#!) writes to sscanf strings */ |
11898 | tmp_version = g_strdup("$min_gtk_version"); | |
11899 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
11900 | printf("%s, bad version string\n", "$min_gtk_version"); | |
11901 | exit(1); | |
11902 | } | |
f79bd02d | 11903 | |
21d1c967 GD |
11904 | if ((gtk_major_version != $gtk_config_major_version) || |
11905 | (gtk_minor_version != $gtk_config_minor_version) || | |
11906 | (gtk_micro_version != $gtk_config_micro_version)) | |
11907 | { | |
579d8138 | 11908 | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
11909 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
11910 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
11911 | printf ("*** was found! If pkg-config was correct, then it is best\n"); | |
11912 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
11913 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
11914 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
11915 | printf("*** required on your system.\n"); | |
11916 | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); | |
11917 | printf("*** to point to the correct configuration files\n"); | |
579d8138 | 11918 | } |
21d1c967 GD |
11919 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || |
11920 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
11921 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
11922 | { | |
11923 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
11924 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
11925 | printf("*** library (version %d.%d.%d)\n", | |
11926 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
11927 | } | |
11928 | else | |
11929 | { | |
11930 | if ((gtk_major_version > major) || | |
11931 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
11932 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
11933 | { | |
11934 | return 0; | |
11935 | } | |
11936 | else | |
11937 | { | |
11938 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
11939 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
11940 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
11941 | major, minor, micro); | |
11942 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
11943 | printf("***\n"); | |
11944 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
11945 | printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); | |
11946 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
11947 | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); | |
11948 | printf("*** correct copy of pkg-config. (In this case, you will have to\n"); | |
11949 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
11950 | printf("*** so that the correct libraries are found at run-time))\n"); | |
11951 | } | |
11952 | } | |
11953 | return 1; | |
11954 | } | |
f79bd02d | 11955 | |
579d8138 | 11956 | EOF |
f09359cf | 11957 | if { (eval echo configure:11958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 | 11958 | then |
21d1c967 | 11959 | : |
f79bd02d | 11960 | else |
579d8138 VS |
11961 | echo "configure: failed program was:" >&5 |
11962 | cat conftest.$ac_ext >&5 | |
11963 | rm -fr conftest* | |
11964 | no_gtk=yes | |
f79bd02d | 11965 | fi |
579d8138 | 11966 | rm -fr conftest* |
f79bd02d | 11967 | fi |
579d8138 | 11968 | |
21d1c967 GD |
11969 | CFLAGS="$ac_save_CFLAGS" |
11970 | LIBS="$ac_save_LIBS" | |
11971 | fi | |
11972 | fi | |
11973 | if test "x$no_gtk" = x ; then | |
579d8138 VS |
11974 | echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6 |
11975 | wx_cv_lib_gtk=2.0 | |
21d1c967 | 11976 | else |
579d8138 | 11977 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
11978 | if test "$PKG_CONFIG" = "no" ; then |
11979 | echo "*** A new enough version of pkg-config was not found." | |
11980 | echo "*** See http://pkgconfig.sourceforge.net" | |
11981 | else | |
11982 | if test -f conf.gtktest ; then | |
11983 | : | |
11984 | else | |
11985 | echo "*** Could not run GTK+ test program, checking why..." | |
579d8138 VS |
11986 | ac_save_CFLAGS="$CFLAGS" |
11987 | ac_save_LIBS="$LIBS" | |
21d1c967 GD |
11988 | CFLAGS="$CFLAGS $GTK_CFLAGS" |
11989 | LIBS="$LIBS $GTK_LIBS" | |
579d8138 | 11990 | cat > conftest.$ac_ext <<EOF |
f09359cf | 11991 | #line 11992 "configure" |
f79bd02d | 11992 | #include "confdefs.h" |
21d1c967 GD |
11993 | |
11994 | #include <gtk/gtk.h> | |
11995 | #include <stdio.h> | |
f79bd02d | 11996 | |
579d8138 VS |
11997 | int main() { |
11998 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
11999 | ; return 0; } | |
12000 | EOF | |
f09359cf | 12001 | if { (eval echo configure:12002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 12002 | rm -rf conftest* |
21d1c967 GD |
12003 | echo "*** The test program compiled, but did not run. This usually means" |
12004 | echo "*** that the run-time linker is not finding GTK+ or finding the wrong" | |
12005 | echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" | |
12006 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
12007 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
12008 | echo "*** is required on your system" | |
12009 | echo "***" | |
12010 | echo "*** If you have an old version installed, it is best to remove it, although" | |
579d8138 | 12011 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" |
f79bd02d | 12012 | else |
579d8138 VS |
12013 | echo "configure: failed program was:" >&5 |
12014 | cat conftest.$ac_ext >&5 | |
12015 | rm -rf conftest* | |
12016 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
12017 | echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." | |
f79bd02d | 12018 | fi |
579d8138 | 12019 | rm -f conftest* |
21d1c967 GD |
12020 | CFLAGS="$ac_save_CFLAGS" |
12021 | LIBS="$ac_save_LIBS" | |
12022 | fi | |
12023 | fi | |
12024 | GTK_CFLAGS="" | |
12025 | GTK_LIBS="" | |
12026 | : | |
12027 | fi | |
579d8138 VS |
12028 | |
12029 | ||
21d1c967 | 12030 | rm -f conf.gtktest |
f79bd02d | 12031 | |
21d1c967 | 12032 | fi |
f79bd02d | 12033 | |
21d1c967 | 12034 | if test -z "$wx_cv_lib_gtk"; then |
579d8138 | 12035 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. |
21d1c967 GD |
12036 | if test "${with_gtk_prefix+set}" = set; then |
12037 | withval="$with_gtk_prefix" | |
12038 | gtk_config_prefix="$withval" | |
12039 | else | |
12040 | gtk_config_prefix="" | |
579d8138 | 12041 | fi |
f79bd02d | 12042 | |
21d1c967 GD |
12043 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
12044 | if test "${with_gtk_exec_prefix+set}" = set; then | |
12045 | withval="$with_gtk_exec_prefix" | |
12046 | gtk_config_exec_prefix="$withval" | |
12047 | else | |
12048 | gtk_config_exec_prefix="" | |
579d8138 VS |
12049 | fi |
12050 | ||
21d1c967 GD |
12051 | # Check whether --enable-gtktest or --disable-gtktest was given. |
12052 | if test "${enable_gtktest+set}" = set; then | |
12053 | enableval="$enable_gtktest" | |
579d8138 | 12054 | : |
21d1c967 GD |
12055 | else |
12056 | enable_gtktest=yes | |
579d8138 VS |
12057 | fi |
12058 | ||
21d1c967 GD |
12059 | |
12060 | for module in . $GTK_MODULES | |
12061 | do | |
12062 | case "$module" in | |
579d8138 | 12063 | gthread) |
21d1c967 GD |
12064 | gtk_config_args="$gtk_config_args gthread" |
12065 | ;; | |
12066 | esac | |
12067 | done | |
12068 | ||
12069 | if test x$gtk_config_exec_prefix != x ; then | |
12070 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
12071 | if test x${GTK_CONFIG+set} != xset ; then | |
12072 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
12073 | fi | |
12074 | fi | |
12075 | if test x$gtk_config_prefix != x ; then | |
12076 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
12077 | if test x${GTK_CONFIG+set} != xset ; then | |
12078 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
12079 | fi | |
12080 | fi | |
12081 | ||
12082 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
12083 | set dummy gtk-config; ac_word=$2 | |
579d8138 | 12084 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 12085 | echo "configure:12086: checking for $ac_word" >&5 |
579d8138 VS |
12086 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
12087 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 12088 | else |
579d8138 VS |
12089 | case "$GTK_CONFIG" in |
12090 | /*) | |
21d1c967 GD |
12091 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
12092 | ;; | |
f09359cf VS |
12093 | ?:/*) |
12094 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
12095 | ;; | |
21d1c967 | 12096 | *) |
f09359cf VS |
12097 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
12098 | ac_dummy="$PATH" | |
12099 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
12100 | test -z "$ac_dir" && ac_dir=. |
12101 | if test -f $ac_dir/$ac_word; then | |
12102 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
12103 | break | |
12104 | fi | |
12105 | done | |
12106 | IFS="$ac_save_ifs" | |
21d1c967 GD |
12107 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
12108 | ;; | |
12109 | esac | |
12110 | fi | |
579d8138 | 12111 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
21d1c967 | 12112 | if test -n "$GTK_CONFIG"; then |
579d8138 | 12113 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
21d1c967 | 12114 | else |
579d8138 | 12115 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12116 | fi |
12117 | ||
12118 | min_gtk_version=1.2.7 | |
579d8138 | 12119 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
f09359cf | 12120 | echo "configure:12121: checking for GTK - version >= $min_gtk_version" >&5 |
21d1c967 GD |
12121 | no_gtk="" |
12122 | if test "$GTK_CONFIG" = "no" ; then | |
12123 | no_gtk=yes | |
12124 | else | |
12125 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
12126 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
12127 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12128 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
12129 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12130 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
12131 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12132 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
12133 | if test "x$enable_gtktest" = "xyes" ; then | |
12134 | ac_save_CFLAGS="$CFLAGS" | |
12135 | ac_save_LIBS="$LIBS" | |
12136 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12137 | LIBS="$GTK_LIBS $LIBS" | |
12138 | rm -f conf.gtktest | |
12139 | if test "$cross_compiling" = yes; then | |
12140 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
f79bd02d | 12141 | else |
579d8138 | 12142 | cat > conftest.$ac_ext <<EOF |
f09359cf | 12143 | #line 12144 "configure" |
f79bd02d JS |
12144 | #include "confdefs.h" |
12145 | ||
21d1c967 GD |
12146 | #include <gtk/gtk.h> |
12147 | #include <stdio.h> | |
12148 | #include <stdlib.h> | |
f79bd02d | 12149 | |
579d8138 | 12150 | int |
21d1c967 GD |
12151 | main () |
12152 | { | |
12153 | int major, minor, micro; | |
12154 | char *tmp_version; | |
12155 | ||
12156 | system ("touch conf.gtktest"); | |
12157 | ||
12158 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
12159 | tmp_version = g_strdup("$min_gtk_version"); | |
12160 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
12161 | printf("%s, bad version string\n", "$min_gtk_version"); | |
12162 | exit(1); | |
12163 | } | |
90dd450c | 12164 | |
21d1c967 GD |
12165 | if ((gtk_major_version != $gtk_config_major_version) || |
12166 | (gtk_minor_version != $gtk_config_minor_version) || | |
12167 | (gtk_micro_version != $gtk_config_micro_version)) | |
12168 | { | |
579d8138 | 12169 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
12170 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
12171 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12172 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
12173 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
12174 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
12175 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
12176 | printf("*** required on your system.\n"); | |
12177 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
12178 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
12179 | printf("*** before re-running configure\n"); | |
579d8138 | 12180 | } |
21d1c967 GD |
12181 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
12182 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
12183 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
12184 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
12185 | { | |
12186 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
12187 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
12188 | printf("*** library (version %d.%d.%d)\n", | |
12189 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12190 | } | |
12191 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
12192 | else | |
12193 | { | |
12194 | if ((gtk_major_version > major) || | |
12195 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
12196 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
12197 | { | |
12198 | return 0; | |
12199 | } | |
12200 | else | |
12201 | { | |
12202 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
12203 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12204 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
12205 | major, minor, micro); | |
12206 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
12207 | printf("***\n"); | |
12208 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
12209 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
12210 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
12211 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
12212 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
12213 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
12214 | printf("*** so that the correct libraries are found at run-time))\n"); | |
12215 | } | |
12216 | } | |
12217 | return 1; | |
12218 | } | |
12219 | ||
579d8138 | 12220 | EOF |
f09359cf | 12221 | if { (eval echo configure:12222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 | 12222 | then |
21d1c967 GD |
12223 | : |
12224 | else | |
579d8138 VS |
12225 | echo "configure: failed program was:" >&5 |
12226 | cat conftest.$ac_ext >&5 | |
12227 | rm -fr conftest* | |
12228 | no_gtk=yes | |
21d1c967 | 12229 | fi |
579d8138 | 12230 | rm -fr conftest* |
21d1c967 | 12231 | fi |
579d8138 | 12232 | |
21d1c967 GD |
12233 | CFLAGS="$ac_save_CFLAGS" |
12234 | LIBS="$ac_save_LIBS" | |
12235 | fi | |
12236 | fi | |
12237 | if test "x$no_gtk" = x ; then | |
579d8138 VS |
12238 | echo "$ac_t""yes" 1>&6 |
12239 | wx_cv_lib_gtk=1.2.7 | |
21d1c967 | 12240 | else |
579d8138 | 12241 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12242 | if test "$GTK_CONFIG" = "no" ; then |
12243 | echo "*** The gtk-config script installed by GTK could not be found" | |
12244 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
12245 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
12246 | echo "*** full path to gtk-config." | |
12247 | else | |
12248 | if test -f conf.gtktest ; then | |
12249 | : | |
12250 | else | |
12251 | echo "*** Could not run GTK test program, checking why..." | |
12252 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12253 | LIBS="$LIBS $GTK_LIBS" | |
579d8138 | 12254 | cat > conftest.$ac_ext <<EOF |
f09359cf | 12255 | #line 12256 "configure" |
21d1c967 GD |
12256 | #include "confdefs.h" |
12257 | ||
12258 | #include <gtk/gtk.h> | |
12259 | #include <stdio.h> | |
12260 | ||
579d8138 VS |
12261 | int main() { |
12262 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
12263 | ; return 0; } | |
12264 | EOF | |
f09359cf | 12265 | if { (eval echo configure:12266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 12266 | rm -rf conftest* |
21d1c967 GD |
12267 | echo "*** The test program compiled, but did not run. This usually means" |
12268 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
12269 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
12270 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
12271 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
12272 | echo "*** is required on your system" | |
12273 | echo "***" | |
12274 | echo "*** If you have an old version installed, it is best to remove it, although" | |
12275 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
12276 | echo "***" | |
12277 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
12278 | echo "*** came with the system with the command" | |
12279 | echo "***" | |
579d8138 | 12280 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
f79bd02d | 12281 | else |
579d8138 VS |
12282 | echo "configure: failed program was:" >&5 |
12283 | cat conftest.$ac_ext >&5 | |
12284 | rm -rf conftest* | |
12285 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
21d1c967 GD |
12286 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
12287 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
579d8138 | 12288 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" |
f79bd02d | 12289 | fi |
579d8138 | 12290 | rm -f conftest* |
21d1c967 GD |
12291 | CFLAGS="$ac_save_CFLAGS" |
12292 | LIBS="$ac_save_LIBS" | |
12293 | fi | |
12294 | fi | |
12295 | GTK_CFLAGS="" | |
12296 | GTK_LIBS="" | |
12297 | : | |
12298 | fi | |
579d8138 VS |
12299 | |
12300 | ||
21d1c967 GD |
12301 | rm -f conf.gtktest |
12302 | ||
12303 | fi | |
12304 | ||
12305 | if test -z "$wx_cv_lib_gtk"; then | |
579d8138 | 12306 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. |
21d1c967 GD |
12307 | if test "${with_gtk_prefix+set}" = set; then |
12308 | withval="$with_gtk_prefix" | |
12309 | gtk_config_prefix="$withval" | |
12310 | else | |
12311 | gtk_config_prefix="" | |
579d8138 | 12312 | fi |
f79bd02d | 12313 | |
21d1c967 GD |
12314 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
12315 | if test "${with_gtk_exec_prefix+set}" = set; then | |
12316 | withval="$with_gtk_exec_prefix" | |
12317 | gtk_config_exec_prefix="$withval" | |
12318 | else | |
12319 | gtk_config_exec_prefix="" | |
579d8138 VS |
12320 | fi |
12321 | ||
21d1c967 GD |
12322 | # Check whether --enable-gtktest or --disable-gtktest was given. |
12323 | if test "${enable_gtktest+set}" = set; then | |
12324 | enableval="$enable_gtktest" | |
579d8138 | 12325 | : |
90dd450c | 12326 | else |
21d1c967 | 12327 | enable_gtktest=yes |
579d8138 VS |
12328 | fi |
12329 | ||
21d1c967 GD |
12330 | |
12331 | for module in . $GTK_MODULES | |
12332 | do | |
12333 | case "$module" in | |
579d8138 | 12334 | gthread) |
21d1c967 GD |
12335 | gtk_config_args="$gtk_config_args gthread" |
12336 | ;; | |
12337 | esac | |
12338 | done | |
12339 | ||
12340 | if test x$gtk_config_exec_prefix != x ; then | |
12341 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
12342 | if test x${GTK_CONFIG+set} != xset ; then | |
12343 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
12344 | fi | |
12345 | fi | |
12346 | if test x$gtk_config_prefix != x ; then | |
12347 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
12348 | if test x${GTK_CONFIG+set} != xset ; then | |
12349 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
12350 | fi | |
12351 | fi | |
12352 | ||
12353 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
12354 | set dummy gtk-config; ac_word=$2 | |
579d8138 | 12355 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 12356 | echo "configure:12357: checking for $ac_word" >&5 |
579d8138 VS |
12357 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
12358 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 12359 | else |
579d8138 VS |
12360 | case "$GTK_CONFIG" in |
12361 | /*) | |
21d1c967 GD |
12362 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
12363 | ;; | |
f09359cf VS |
12364 | ?:/*) |
12365 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
12366 | ;; | |
21d1c967 | 12367 | *) |
f09359cf VS |
12368 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
12369 | ac_dummy="$PATH" | |
12370 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
12371 | test -z "$ac_dir" && ac_dir=. |
12372 | if test -f $ac_dir/$ac_word; then | |
12373 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
12374 | break | |
12375 | fi | |
12376 | done | |
12377 | IFS="$ac_save_ifs" | |
21d1c967 GD |
12378 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
12379 | ;; | |
12380 | esac | |
12381 | fi | |
579d8138 | 12382 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
21d1c967 | 12383 | if test -n "$GTK_CONFIG"; then |
579d8138 | 12384 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
21d1c967 | 12385 | else |
579d8138 | 12386 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12387 | fi |
12388 | ||
12389 | min_gtk_version=1.2.3 | |
579d8138 | 12390 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
f09359cf | 12391 | echo "configure:12392: checking for GTK - version >= $min_gtk_version" >&5 |
21d1c967 GD |
12392 | no_gtk="" |
12393 | if test "$GTK_CONFIG" = "no" ; then | |
12394 | no_gtk=yes | |
12395 | else | |
12396 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
12397 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
12398 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12399 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
12400 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12401 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
12402 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12403 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
12404 | if test "x$enable_gtktest" = "xyes" ; then | |
12405 | ac_save_CFLAGS="$CFLAGS" | |
12406 | ac_save_LIBS="$LIBS" | |
12407 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12408 | LIBS="$GTK_LIBS $LIBS" | |
12409 | rm -f conf.gtktest | |
12410 | if test "$cross_compiling" = yes; then | |
12411 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
12412 | else | |
579d8138 | 12413 | cat > conftest.$ac_ext <<EOF |
f09359cf | 12414 | #line 12415 "configure" |
f79bd02d | 12415 | #include "confdefs.h" |
21d1c967 GD |
12416 | |
12417 | #include <gtk/gtk.h> | |
12418 | #include <stdio.h> | |
12419 | #include <stdlib.h> | |
12420 | ||
579d8138 | 12421 | int |
21d1c967 GD |
12422 | main () |
12423 | { | |
12424 | int major, minor, micro; | |
12425 | char *tmp_version; | |
12426 | ||
12427 | system ("touch conf.gtktest"); | |
12428 | ||
12429 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
12430 | tmp_version = g_strdup("$min_gtk_version"); | |
12431 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
12432 | printf("%s, bad version string\n", "$min_gtk_version"); | |
12433 | exit(1); | |
12434 | } | |
12435 | ||
12436 | if ((gtk_major_version != $gtk_config_major_version) || | |
12437 | (gtk_minor_version != $gtk_config_minor_version) || | |
12438 | (gtk_micro_version != $gtk_config_micro_version)) | |
12439 | { | |
579d8138 | 12440 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
12441 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
12442 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12443 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
12444 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
12445 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
12446 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
12447 | printf("*** required on your system.\n"); | |
12448 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
12449 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
12450 | printf("*** before re-running configure\n"); | |
579d8138 | 12451 | } |
21d1c967 GD |
12452 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
12453 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
12454 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
12455 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
12456 | { | |
12457 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
12458 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
12459 | printf("*** library (version %d.%d.%d)\n", | |
12460 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12461 | } | |
12462 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
12463 | else | |
12464 | { | |
12465 | if ((gtk_major_version > major) || | |
12466 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
12467 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
12468 | { | |
12469 | return 0; | |
12470 | } | |
12471 | else | |
12472 | { | |
12473 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
12474 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12475 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
12476 | major, minor, micro); | |
12477 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
12478 | printf("***\n"); | |
12479 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
12480 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
12481 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
12482 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
12483 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
12484 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
12485 | printf("*** so that the correct libraries are found at run-time))\n"); | |
12486 | } | |
12487 | } | |
12488 | return 1; | |
12489 | } | |
12490 | ||
579d8138 | 12491 | EOF |
f09359cf | 12492 | if { (eval echo configure:12493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 | 12493 | then |
21d1c967 GD |
12494 | : |
12495 | else | |
579d8138 VS |
12496 | echo "configure: failed program was:" >&5 |
12497 | cat conftest.$ac_ext >&5 | |
12498 | rm -fr conftest* | |
12499 | no_gtk=yes | |
21d1c967 | 12500 | fi |
579d8138 | 12501 | rm -fr conftest* |
21d1c967 | 12502 | fi |
579d8138 | 12503 | |
21d1c967 GD |
12504 | CFLAGS="$ac_save_CFLAGS" |
12505 | LIBS="$ac_save_LIBS" | |
12506 | fi | |
12507 | fi | |
12508 | if test "x$no_gtk" = x ; then | |
579d8138 VS |
12509 | echo "$ac_t""yes" 1>&6 |
12510 | wx_cv_lib_gtk=1.2.3 | |
21d1c967 | 12511 | else |
579d8138 | 12512 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12513 | if test "$GTK_CONFIG" = "no" ; then |
12514 | echo "*** The gtk-config script installed by GTK could not be found" | |
12515 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
12516 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
12517 | echo "*** full path to gtk-config." | |
12518 | else | |
12519 | if test -f conf.gtktest ; then | |
12520 | : | |
12521 | else | |
12522 | echo "*** Could not run GTK test program, checking why..." | |
12523 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12524 | LIBS="$LIBS $GTK_LIBS" | |
579d8138 | 12525 | cat > conftest.$ac_ext <<EOF |
f09359cf | 12526 | #line 12527 "configure" |
21d1c967 GD |
12527 | #include "confdefs.h" |
12528 | ||
12529 | #include <gtk/gtk.h> | |
12530 | #include <stdio.h> | |
f79bd02d | 12531 | |
579d8138 VS |
12532 | int main() { |
12533 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
12534 | ; return 0; } | |
12535 | EOF | |
f09359cf | 12536 | if { (eval echo configure:12537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 12537 | rm -rf conftest* |
21d1c967 GD |
12538 | echo "*** The test program compiled, but did not run. This usually means" |
12539 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
12540 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
12541 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
12542 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
12543 | echo "*** is required on your system" | |
12544 | echo "***" | |
12545 | echo "*** If you have an old version installed, it is best to remove it, although" | |
12546 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
12547 | echo "***" | |
12548 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
12549 | echo "*** came with the system with the command" | |
12550 | echo "***" | |
579d8138 | 12551 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
f79bd02d | 12552 | else |
579d8138 VS |
12553 | echo "configure: failed program was:" >&5 |
12554 | cat conftest.$ac_ext >&5 | |
12555 | rm -rf conftest* | |
12556 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
21d1c967 GD |
12557 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
12558 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
579d8138 | 12559 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" |
f79bd02d | 12560 | fi |
579d8138 | 12561 | rm -f conftest* |
21d1c967 GD |
12562 | CFLAGS="$ac_save_CFLAGS" |
12563 | LIBS="$ac_save_LIBS" | |
12564 | fi | |
12565 | fi | |
12566 | GTK_CFLAGS="" | |
12567 | GTK_LIBS="" | |
12568 | : | |
12569 | fi | |
579d8138 VS |
12570 | |
12571 | ||
21d1c967 | 12572 | rm -f conf.gtktest |
f79bd02d | 12573 | |
21d1c967 GD |
12574 | fi |
12575 | ||
12576 | if test -z "$wx_cv_lib_gtk"; then | |
12577 | wx_cv_lib_gtk=none | |
12578 | else | |
12579 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
12580 | wx_cv_libs_gtk=$GTK_LIBS | |
12581 | fi | |
579d8138 VS |
12582 | |
12583 | ||
328a083c | 12584 | fi |
e07802fc | 12585 | |
579d8138 | 12586 | |
21d1c967 | 12587 | if test "$gtk_version_cached" = 1; then |
579d8138 | 12588 | echo "$ac_t""$wx_cv_lib_gtk" 1>&6 |
21d1c967 GD |
12589 | fi |
12590 | ||
12591 | case "$wx_cv_lib_gtk" in | |
12592 | 2.0) WXGTK20=1 | |
12593 | ;; | |
12594 | 1.2.7) WXGTK127=1 | |
12595 | WXGTK12=1 | |
12596 | ;; | |
12597 | 1.2.3) WXGTK12=1 | |
12598 | ;; | |
579d8138 | 12599 | *) { echo "configure: error: |
328a083c RR |
12600 | Please check that gtk-config is in path, the directory |
12601 | where GTK+ libraries are installed (returned by | |
12602 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
12603 | equivalent variable and GTK+ is version 1.2.3 or above. | |
579d8138 | 12604 | " 1>&2; exit 1; } |
21d1c967 GD |
12605 | ;; |
12606 | esac | |
12607 | ||
f09359cf VS |
12608 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then |
12609 | ||
12610 | succeeded=no | |
12611 | ||
12612 | if test -z "$PKG_CONFIG"; then | |
12613 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
12614 | set dummy pkg-config; ac_word=$2 | |
12615 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
12616 | echo "configure:12617: checking for $ac_word" >&5 | |
12617 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then | |
12618 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12619 | else | |
12620 | case "$PKG_CONFIG" in | |
12621 | /*) | |
12622 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
12623 | ;; | |
12624 | ?:/*) | |
12625 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
12626 | ;; | |
12627 | *) | |
12628 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
12629 | ac_dummy="$PATH" | |
12630 | for ac_dir in $ac_dummy; do | |
12631 | test -z "$ac_dir" && ac_dir=. | |
12632 | if test -f $ac_dir/$ac_word; then | |
12633 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
12634 | break | |
12635 | fi | |
12636 | done | |
12637 | IFS="$ac_save_ifs" | |
12638 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
12639 | ;; | |
12640 | esac | |
12641 | fi | |
12642 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" | |
12643 | if test -n "$PKG_CONFIG"; then | |
12644 | echo "$ac_t""$PKG_CONFIG" 1>&6 | |
12645 | else | |
12646 | echo "$ac_t""no" 1>&6 | |
12647 | fi | |
12648 | ||
12649 | fi | |
12650 | ||
12651 | if test "$PKG_CONFIG" = "no" ; then | |
12652 | echo "*** The pkg-config script could not be found. Make sure it is" | |
12653 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
12654 | echo "*** to the full path to pkg-config." | |
12655 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
12656 | else | |
12657 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
12658 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
12659 | echo $ac_n "checking for pangoft2""... $ac_c" 1>&6 | |
12660 | echo "configure:12661: checking for pangoft2" >&5 | |
12661 | ||
12662 | if $PKG_CONFIG --exists "pangoft2" ; then | |
12663 | echo "$ac_t""yes" 1>&6 | |
12664 | succeeded=yes | |
12665 | ||
12666 | echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6 | |
12667 | echo "configure:12668: checking PANGOFT2_CFLAGS" >&5 | |
12668 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` | |
12669 | echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6 | |
12670 | ||
12671 | echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6 | |
12672 | echo "configure:12673: checking PANGOFT2_LIBS" >&5 | |
12673 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` | |
12674 | echo "$ac_t""$PANGOFT2_LIBS" 1>&6 | |
12675 | else | |
12676 | PANGOFT2_CFLAGS="" | |
12677 | PANGOFT2_LIBS="" | |
12678 | ## If we have a custom action on failure, don't print errors, but | |
12679 | ## do set a variable so people can do so. | |
12680 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
12681 | ||
12682 | fi | |
12683 | ||
12684 | ||
12685 | ||
12686 | else | |
12687 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
12688 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
12689 | fi | |
12690 | fi | |
12691 | ||
12692 | if test $succeeded = yes; then | |
12693 | ||
12694 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" | |
12695 | LIBS="$LIBS $PANGOFT2_LIBS" | |
12696 | ||
12697 | else | |
12698 | ||
12699 | echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2 | |
12700 | wxUSE_PRINTING_ARCHITECTURE="no" | |
12701 | ||
12702 | ||
12703 | fi | |
12704 | ||
12705 | fi | |
12706 | ||
21d1c967 GD |
12707 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" |
12708 | GUI_TK_LIBRARY="$wx_cv_libs_gtk" | |
12709 | ||
12710 | AFMINSTALL=afminstall | |
12711 | TOOLKIT=GTK | |
12712 | GUIDIST=GTK_DIST | |
12713 | ||
579d8138 | 12714 | echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 |
f09359cf | 12715 | echo "configure:12716: checking for gdk_im_open in -lgdk" >&5 |
579d8138 VS |
12716 | ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` |
12717 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
12718 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 12719 | else |
579d8138 | 12720 | ac_save_LIBS="$LIBS" |
21d1c967 | 12721 | LIBS="-lgdk $LIBS" |
579d8138 | 12722 | cat > conftest.$ac_ext <<EOF |
f09359cf | 12723 | #line 12724 "configure" |
90dd450c VZ |
12724 | #include "confdefs.h" |
12725 | /* Override any gcc2 internal prototype to avoid an error. */ | |
12726 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
12727 | builtin and then its argument prototype would still apply. */ |
12728 | char gdk_im_open(); | |
12729 | ||
12730 | int main() { | |
12731 | gdk_im_open() | |
12732 | ; return 0; } | |
12733 | EOF | |
f09359cf | 12734 | if { (eval echo configure:12735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
12735 | rm -rf conftest* |
12736 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12737 | else | |
12738 | echo "configure: failed program was:" >&5 | |
12739 | cat conftest.$ac_ext >&5 | |
12740 | rm -rf conftest* | |
12741 | eval "ac_cv_lib_$ac_lib_var=no" | |
12742 | fi | |
12743 | rm -f conftest* | |
12744 | LIBS="$ac_save_LIBS" | |
12745 | ||
12746 | fi | |
12747 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
12748 | echo "$ac_t""yes" 1>&6 | |
12749 | cat >> confdefs.h <<\EOF | |
21d1c967 GD |
12750 | #define HAVE_XIM 1 |
12751 | EOF | |
12752 | ||
579d8138 VS |
12753 | else |
12754 | echo "$ac_t""no" 1>&6 | |
90dd450c | 12755 | fi |
1e6feb95 | 12756 | |
21d1c967 | 12757 | fi |
1e6feb95 | 12758 | |
21d1c967 | 12759 | if test "$wxUSE_MGL" = 1; then |
579d8138 | 12760 | echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6 |
f09359cf | 12761 | echo "configure:12762: checking for SciTech MGL library" >&5 |
21d1c967 | 12762 | if test "x$MGL_ROOT" = x ; then |
579d8138 VS |
12763 | echo "$ac_t""not found" 1>&6 |
12764 | { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; } | |
21d1c967 | 12765 | else |
579d8138 | 12766 | echo "$ac_t""$MGL_ROOT" 1>&6 |
21d1c967 GD |
12767 | fi |
12768 | ||
12769 | case "${host}" in | |
12770 | *-*-linux* ) | |
12771 | mgl_os=linux/gcc/glibc | |
12772 | ;; | |
12773 | *-pc-msdosdjgpp ) | |
12774 | mgl_os=dos32/dj2 | |
12775 | ;; | |
12776 | *) | |
579d8138 | 12777 | { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; } |
21d1c967 | 12778 | esac |
1e6feb95 | 12779 | |
21d1c967 | 12780 | mgl_lib_type="" |
3fcdd07b | 12781 | |
21d1c967 GD |
12782 | if test "$wxUSE_DEBUG_FLAG" = yes ; then |
12783 | if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \ | |
12784 | -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then | |
12785 | mgl_lib_type=debug | |
12786 | fi | |
12787 | fi | |
12788 | if test "x$mgl_lib_type" = x ; then | |
12789 | if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \ | |
12790 | -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then | |
12791 | mgl_lib_type=release | |
12792 | else | |
579d8138 | 12793 | { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; } |
21d1c967 | 12794 | fi |
90dd450c | 12795 | fi |
2224580a | 12796 | |
1d1b75ac VZ |
12797 | wxUSE_UNIVERSAL="yes" |
12798 | ||
21d1c967 GD |
12799 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" |
12800 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" | |
12801 | ||
90dd450c | 12802 | AFMINSTALL=afminstall |
21d1c967 GD |
12803 | TOOLKIT=MGL |
12804 | GUIDIST=MGL_DIST | |
12805 | fi | |
dad6c0ea | 12806 | |
21d1c967 | 12807 | if test "$wxUSE_MICROWIN" = 1; then |
579d8138 | 12808 | echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6 |
f09359cf | 12809 | echo "configure:12810: checking for MicroWindows" >&5 |
21d1c967 | 12810 | if test "x$MICROWINDOWS" = x ; then |
579d8138 VS |
12811 | echo "$ac_t""not found" 1>&6 |
12812 | { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; } | |
21d1c967 | 12813 | else |
579d8138 | 12814 | echo "$ac_t""$MICROWINDOWS" 1>&6 |
21d1c967 | 12815 | fi |
f6bcfd97 | 12816 | |
21d1c967 | 12817 | if test -f $MICROWINDOWS/lib/libmwin.a; then |
579d8138 | 12818 | echo "$ac_t""MicroWindows' libraries found." 1>&6 |
21d1c967 | 12819 | else |
579d8138 | 12820 | { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; } |
90dd450c | 12821 | fi |
0b2effe9 | 12822 | |
21d1c967 GD |
12823 | TOOLKIT_INCLUDE="-I$MICROWINDOWS/include" |
12824 | GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib" | |
12825 | ||
1d1b75ac VZ |
12826 | wxUSE_UNIVERSAL="yes" |
12827 | ||
21d1c967 GD |
12828 | AFMINSTALL=afminstall |
12829 | TOOLKIT=MICROWIN | |
12830 | GUIDIST=MICROWIN_DIST | |
1d1b75ac VZ |
12831 | |
12832 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1" | |
21d1c967 | 12833 | fi |
f6bcfd97 | 12834 | |
21d1c967 | 12835 | if test "$wxUSE_X11" = 1; then |
579d8138 VS |
12836 | # If we find X, set shell vars x_includes and x_libraries to the |
12837 | # paths, otherwise set no_x=yes. | |
12838 | # Uses ac_ vars as temps to allow command line to override cache and checks. | |
12839 | # --without-x overrides everything else, but does not touch the cache. | |
12840 | echo $ac_n "checking for X""... $ac_c" 1>&6 | |
f09359cf | 12841 | echo "configure:12842: checking for X" >&5 |
d8356fa3 | 12842 | |
21d1c967 GD |
12843 | # Check whether --with-x or --without-x was given. |
12844 | if test "${with_x+set}" = set; then | |
12845 | withval="$with_x" | |
579d8138 VS |
12846 | : |
12847 | fi | |
2224580a | 12848 | |
21d1c967 GD |
12849 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
12850 | if test "x$with_x" = xno; then | |
12851 | # The user explicitly disabled X. | |
12852 | have_x=disabled | |
12853 | else | |
12854 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
12855 | # Both variables are already set. | |
12856 | have_x=yes | |
12857 | else | |
579d8138 VS |
12858 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then |
12859 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 GD |
12860 | else |
12861 | # One or both of the vars are not set, and there is no cached value. | |
579d8138 VS |
12862 | ac_x_includes=NO ac_x_libraries=NO |
12863 | rm -fr conftestdir | |
12864 | if mkdir conftestdir; then | |
12865 | cd conftestdir | |
21d1c967 | 12866 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
579d8138 | 12867 | cat > Imakefile <<'EOF' |
21d1c967 GD |
12868 | acfindx: |
12869 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
12870 | EOF | |
12871 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
12872 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
12873 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
12874 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
12875 | for ac_extension in a so sl; do | |
12876 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
579d8138 | 12877 | test -f $ac_im_libdir/libX11.$ac_extension; then |
21d1c967 GD |
12878 | ac_im_usrlibdir=$ac_im_libdir; break |
12879 | fi | |
12880 | done | |
12881 | # Screen out bogus values from the imake configuration. They are | |
12882 | # bogus both because they are the default anyway, and because | |
12883 | # using them would break gcc on systems where it needs fixed includes. | |
579d8138 | 12884 | case "$ac_im_incroot" in |
21d1c967 | 12885 | /usr/include) ;; |
579d8138 | 12886 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; |
21d1c967 | 12887 | esac |
579d8138 | 12888 | case "$ac_im_usrlibdir" in |
21d1c967 | 12889 | /usr/lib | /lib) ;; |
579d8138 | 12890 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; |
21d1c967 GD |
12891 | esac |
12892 | fi | |
12893 | cd .. | |
579d8138 | 12894 | rm -fr conftestdir |
21d1c967 | 12895 | fi |
10f2d63a | 12896 | |
579d8138 VS |
12897 | if test "$ac_x_includes" = NO; then |
12898 | # Guess where to find include files, by looking for this one X11 .h file. | |
12899 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
12900 | ||
21d1c967 | 12901 | # First, try using that file with no special directory specified. |
579d8138 | 12902 | cat > conftest.$ac_ext <<EOF |
f09359cf | 12903 | #line 12904 "configure" |
21d1c967 | 12904 | #include "confdefs.h" |
579d8138 VS |
12905 | #include <$x_direct_test_include> |
12906 | EOF | |
12907 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
12908 | { (eval echo configure:12909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
12909 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
12910 | if test -z "$ac_err"; then |
12911 | rm -rf conftest* | |
21d1c967 GD |
12912 | # We can compile using X headers with no special include directory. |
12913 | ac_x_includes= | |
90dd450c | 12914 | else |
579d8138 VS |
12915 | echo "$ac_err" >&5 |
12916 | echo "configure: failed program was:" >&5 | |
90dd450c | 12917 | cat conftest.$ac_ext >&5 |
579d8138 VS |
12918 | rm -rf conftest* |
12919 | # Look for the header file in a standard set of common directories. | |
12920 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
12921 | for ac_dir in \ | |
12922 | /usr/X11/include \ | |
12923 | /usr/X11R6/include \ | |
12924 | /usr/X11R5/include \ | |
12925 | /usr/X11R4/include \ | |
12926 | \ | |
12927 | /usr/include/X11 \ | |
12928 | /usr/include/X11R6 \ | |
12929 | /usr/include/X11R5 \ | |
12930 | /usr/include/X11R4 \ | |
12931 | \ | |
12932 | /usr/local/X11/include \ | |
12933 | /usr/local/X11R6/include \ | |
12934 | /usr/local/X11R5/include \ | |
12935 | /usr/local/X11R4/include \ | |
12936 | \ | |
12937 | /usr/local/include/X11 \ | |
12938 | /usr/local/include/X11R6 \ | |
12939 | /usr/local/include/X11R5 \ | |
12940 | /usr/local/include/X11R4 \ | |
12941 | \ | |
12942 | /usr/X386/include \ | |
12943 | /usr/x386/include \ | |
12944 | /usr/XFree86/include/X11 \ | |
12945 | \ | |
12946 | /usr/include \ | |
12947 | /usr/local/include \ | |
12948 | /usr/unsupported/include \ | |
12949 | /usr/athena/include \ | |
12950 | /usr/local/x11r5/include \ | |
12951 | /usr/lpp/Xamples/include \ | |
12952 | \ | |
12953 | /usr/openwin/include \ | |
12954 | /usr/openwin/share/include \ | |
12955 | ; \ | |
12956 | do | |
12957 | if test -r "$ac_dir/$x_direct_test_include"; then | |
12958 | ac_x_includes=$ac_dir | |
12959 | break | |
12960 | fi | |
12961 | done | |
3a922bb4 | 12962 | fi |
579d8138 VS |
12963 | rm -f conftest* |
12964 | fi # $ac_x_includes = NO | |
10f2d63a | 12965 | |
579d8138 | 12966 | if test "$ac_x_libraries" = NO; then |
21d1c967 | 12967 | # Check for the libraries. |
579d8138 VS |
12968 | |
12969 | test -z "$x_direct_test_library" && x_direct_test_library=Xt | |
12970 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
12971 | ||
21d1c967 GD |
12972 | # See if we find them without any special options. |
12973 | # Don't add to $LIBS permanently. | |
579d8138 VS |
12974 | ac_save_LIBS="$LIBS" |
12975 | LIBS="-l$x_direct_test_library $LIBS" | |
12976 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 12977 | #line 12978 "configure" |
3a922bb4 | 12978 | #include "confdefs.h" |
579d8138 VS |
12979 | |
12980 | int main() { | |
12981 | ${x_direct_test_function}() | |
12982 | ; return 0; } | |
12983 | EOF | |
f09359cf | 12984 | if { (eval echo configure:12985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
12985 | rm -rf conftest* |
12986 | LIBS="$ac_save_LIBS" | |
21d1c967 GD |
12987 | # We can link X programs with no special library path. |
12988 | ac_x_libraries= | |
3a922bb4 | 12989 | else |
579d8138 VS |
12990 | echo "configure: failed program was:" >&5 |
12991 | cat conftest.$ac_ext >&5 | |
12992 | rm -rf conftest* | |
12993 | LIBS="$ac_save_LIBS" | |
12994 | # First see if replacing the include by lib works. | |
12995 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
12996 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
12997 | /usr/X11/lib \ | |
12998 | /usr/X11R6/lib \ | |
12999 | /usr/X11R5/lib \ | |
13000 | /usr/X11R4/lib \ | |
13001 | \ | |
13002 | /usr/lib/X11 \ | |
13003 | /usr/lib/X11R6 \ | |
13004 | /usr/lib/X11R5 \ | |
13005 | /usr/lib/X11R4 \ | |
13006 | \ | |
13007 | /usr/local/X11/lib \ | |
13008 | /usr/local/X11R6/lib \ | |
13009 | /usr/local/X11R5/lib \ | |
13010 | /usr/local/X11R4/lib \ | |
13011 | \ | |
13012 | /usr/local/lib/X11 \ | |
13013 | /usr/local/lib/X11R6 \ | |
13014 | /usr/local/lib/X11R5 \ | |
13015 | /usr/local/lib/X11R4 \ | |
13016 | \ | |
13017 | /usr/X386/lib \ | |
13018 | /usr/x386/lib \ | |
13019 | /usr/XFree86/lib/X11 \ | |
13020 | \ | |
13021 | /usr/lib \ | |
13022 | /usr/local/lib \ | |
13023 | /usr/unsupported/lib \ | |
13024 | /usr/athena/lib \ | |
13025 | /usr/local/x11r5/lib \ | |
13026 | /usr/lpp/Xamples/lib \ | |
13027 | /lib/usr/lib/X11 \ | |
13028 | \ | |
13029 | /usr/openwin/lib \ | |
13030 | /usr/openwin/share/lib \ | |
13031 | ; \ | |
21d1c967 GD |
13032 | do |
13033 | for ac_extension in a so sl; do | |
579d8138 | 13034 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then |
21d1c967 GD |
13035 | ac_x_libraries=$ac_dir |
13036 | break 2 | |
13037 | fi | |
13038 | done | |
13039 | done | |
3a922bb4 | 13040 | fi |
579d8138 VS |
13041 | rm -f conftest* |
13042 | fi # $ac_x_libraries = NO | |
90dd450c | 13043 | |
579d8138 | 13044 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
21d1c967 GD |
13045 | # Didn't find X anywhere. Cache the known absence of X. |
13046 | ac_cv_have_x="have_x=no" | |
13047 | else | |
13048 | # Record where we found X for the cache. | |
13049 | ac_cv_have_x="have_x=yes \ | |
13050 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
90dd450c | 13051 | fi |
21d1c967 GD |
13052 | fi |
13053 | fi | |
13054 | eval "$ac_cv_have_x" | |
13055 | fi # $with_x != no | |
90dd450c | 13056 | |
21d1c967 | 13057 | if test "$have_x" != yes; then |
579d8138 | 13058 | echo "$ac_t""$have_x" 1>&6 |
21d1c967 GD |
13059 | no_x=yes |
13060 | else | |
13061 | # If each of the values was on the command line, it overrides each guess. | |
13062 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
13063 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
13064 | # Update the cache value to reflect the command line values. | |
13065 | ac_cv_have_x="have_x=yes \ | |
13066 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
579d8138 | 13067 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 |
21d1c967 | 13068 | fi |
90dd450c | 13069 | |
21d1c967 | 13070 | if test "$no_x" = yes; then |
90dd450c | 13071 | # Not all programs may use this symbol, but it does not hurt to define it. |
579d8138 | 13072 | cat >> confdefs.h <<\EOF |
90dd450c VZ |
13073 | #define X_DISPLAY_MISSING 1 |
13074 | EOF | |
13075 | ||
13076 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
13077 | else | |
13078 | if test -n "$x_includes"; then | |
13079 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
62d0491b | 13080 | fi |
3a922bb4 | 13081 | |
90dd450c VZ |
13082 | # It would also be nice to do this for all -L options, not just this one. |
13083 | if test -n "$x_libraries"; then | |
13084 | X_LIBS="$X_LIBS -L$x_libraries" | |
13085 | # For Solaris; some versions of Sun CC require a space after -R and | |
13086 | # others require no space. Words are not sufficient . . . . | |
579d8138 | 13087 | case "`(uname -sr) 2>/dev/null`" in |
90dd450c | 13088 | "SunOS 5"*) |
579d8138 | 13089 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
f09359cf | 13090 | echo "configure:13091: checking whether -R must be followed by a space" >&5 |
579d8138 VS |
13091 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
13092 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 13093 | #line 13094 "configure" |
90dd450c VZ |
13094 | #include "confdefs.h" |
13095 | ||
579d8138 | 13096 | int main() { |
90dd450c | 13097 | |
579d8138 VS |
13098 | ; return 0; } |
13099 | EOF | |
f09359cf | 13100 | if { (eval echo configure:13101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 13101 | rm -rf conftest* |
90dd450c | 13102 | ac_R_nospace=yes |
3a922bb4 | 13103 | else |
579d8138 VS |
13104 | echo "configure: failed program was:" >&5 |
13105 | cat conftest.$ac_ext >&5 | |
13106 | rm -rf conftest* | |
13107 | ac_R_nospace=no | |
3a922bb4 | 13108 | fi |
579d8138 | 13109 | rm -f conftest* |
90dd450c | 13110 | if test $ac_R_nospace = yes; then |
579d8138 | 13111 | echo "$ac_t""no" 1>&6 |
90dd450c VZ |
13112 | X_LIBS="$X_LIBS -R$x_libraries" |
13113 | else | |
13114 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
579d8138 | 13115 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13116 | #line 13117 "configure" |
90dd450c | 13117 | #include "confdefs.h" |
3a922bb4 | 13118 | |
579d8138 | 13119 | int main() { |
6f754473 | 13120 | |
579d8138 VS |
13121 | ; return 0; } |
13122 | EOF | |
f09359cf | 13123 | if { (eval echo configure:13124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 13124 | rm -rf conftest* |
90dd450c VZ |
13125 | ac_R_space=yes |
13126 | else | |
579d8138 VS |
13127 | echo "configure: failed program was:" >&5 |
13128 | cat conftest.$ac_ext >&5 | |
13129 | rm -rf conftest* | |
13130 | ac_R_space=no | |
90dd450c | 13131 | fi |
579d8138 | 13132 | rm -f conftest* |
90dd450c | 13133 | if test $ac_R_space = yes; then |
579d8138 | 13134 | echo "$ac_t""yes" 1>&6 |
90dd450c VZ |
13135 | X_LIBS="$X_LIBS -R $x_libraries" |
13136 | else | |
579d8138 | 13137 | echo "$ac_t""neither works" 1>&6 |
90dd450c VZ |
13138 | fi |
13139 | fi | |
579d8138 | 13140 | LIBS="$ac_xsave_LIBS" |
90dd450c VZ |
13141 | esac |
13142 | fi | |
13143 | ||
13144 | # Check for system-dependent libraries X programs must link with. | |
13145 | # Do this before checking for the system-independent R6 libraries | |
13146 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
6f754473 | 13147 | |
90dd450c VZ |
13148 | if test "$ISC" = yes; then |
13149 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
13150 | else | |
579d8138 VS |
13151 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
13152 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
90dd450c | 13153 | # the Alpha needs dnet_stub (dnet does not exist). |
579d8138 | 13154 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
f09359cf | 13155 | echo "configure:13156: checking for dnet_ntoa in -ldnet" >&5 |
579d8138 VS |
13156 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
13157 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13158 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 13159 | else |
579d8138 | 13160 | ac_save_LIBS="$LIBS" |
328a083c | 13161 | LIBS="-ldnet $LIBS" |
579d8138 | 13162 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13163 | #line 13164 "configure" |
328a083c | 13164 | #include "confdefs.h" |
328a083c | 13165 | /* Override any gcc2 internal prototype to avoid an error. */ |
328a083c | 13166 | /* We use char because int might match the return type of a gcc2 |
579d8138 VS |
13167 | builtin and then its argument prototype would still apply. */ |
13168 | char dnet_ntoa(); | |
13169 | ||
13170 | int main() { | |
13171 | dnet_ntoa() | |
13172 | ; return 0; } | |
13173 | EOF | |
f09359cf | 13174 | if { (eval echo configure:13175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13175 | rm -rf conftest* |
13176 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13177 | else | |
13178 | echo "configure: failed program was:" >&5 | |
13179 | cat conftest.$ac_ext >&5 | |
13180 | rm -rf conftest* | |
13181 | eval "ac_cv_lib_$ac_lib_var=no" | |
13182 | fi | |
13183 | rm -f conftest* | |
13184 | LIBS="$ac_save_LIBS" | |
13185 | ||
13186 | fi | |
13187 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13188 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13189 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
579d8138 VS |
13190 | else |
13191 | echo "$ac_t""no" 1>&6 | |
3a922bb4 RL |
13192 | fi |
13193 | ||
90dd450c | 13194 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
579d8138 | 13195 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
f09359cf | 13196 | echo "configure:13197: checking for dnet_ntoa in -ldnet_stub" >&5 |
579d8138 VS |
13197 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
13198 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13199 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13200 | else |
579d8138 | 13201 | ac_save_LIBS="$LIBS" |
90dd450c | 13202 | LIBS="-ldnet_stub $LIBS" |
579d8138 | 13203 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13204 | #line 13205 "configure" |
90dd450c VZ |
13205 | #include "confdefs.h" |
13206 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13207 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13208 | builtin and then its argument prototype would still apply. */ |
13209 | char dnet_ntoa(); | |
13210 | ||
13211 | int main() { | |
13212 | dnet_ntoa() | |
13213 | ; return 0; } | |
13214 | EOF | |
f09359cf | 13215 | if { (eval echo configure:13216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13216 | rm -rf conftest* |
13217 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13218 | else | |
13219 | echo "configure: failed program was:" >&5 | |
13220 | cat conftest.$ac_ext >&5 | |
13221 | rm -rf conftest* | |
13222 | eval "ac_cv_lib_$ac_lib_var=no" | |
13223 | fi | |
13224 | rm -f conftest* | |
13225 | LIBS="$ac_save_LIBS" | |
13226 | ||
13227 | fi | |
13228 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13229 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13230 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
579d8138 VS |
13231 | else |
13232 | echo "$ac_t""no" 1>&6 | |
3a922bb4 RL |
13233 | fi |
13234 | ||
90dd450c | 13235 | fi |
978f1259 | 13236 | |
90dd450c VZ |
13237 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
13238 | # to get the SysV transport functions. | |
579d8138 | 13239 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
90dd450c VZ |
13240 | # needs -lnsl. |
13241 | # The nsl library prevents programs from opening the X display | |
579d8138 VS |
13242 | # on Irix 5.2, according to dickey@clark.net. |
13243 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
f09359cf | 13244 | echo "configure:13245: checking for gethostbyname" >&5 |
579d8138 VS |
13245 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
13246 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13247 | else | |
13248 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 13249 | #line 13250 "configure" |
90dd450c VZ |
13250 | #include "confdefs.h" |
13251 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 13252 | which can conflict with char gethostbyname(); below. */ |
90dd450c VZ |
13253 | #include <assert.h> |
13254 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13255 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13256 | builtin and then its argument prototype would still apply. */ |
13257 | char gethostbyname(); | |
13258 | ||
13259 | int main() { | |
978f1259 | 13260 | |
90dd450c VZ |
13261 | /* The GNU C library defines this for functions which it implements |
13262 | to always fail with ENOSYS. Some functions are actually named | |
13263 | something starting with __ and the normal name is an alias. */ | |
13264 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
13265 | choke me | |
13266 | #else | |
579d8138 | 13267 | gethostbyname(); |
90dd450c | 13268 | #endif |
978f1259 | 13269 | |
579d8138 VS |
13270 | ; return 0; } |
13271 | EOF | |
f09359cf | 13272 | if { (eval echo configure:13273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13273 | rm -rf conftest* |
13274 | eval "ac_cv_func_gethostbyname=yes" | |
13275 | else | |
13276 | echo "configure: failed program was:" >&5 | |
13277 | cat conftest.$ac_ext >&5 | |
13278 | rm -rf conftest* | |
13279 | eval "ac_cv_func_gethostbyname=no" | |
13280 | fi | |
13281 | rm -f conftest* | |
13282 | fi | |
13283 | ||
13284 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
13285 | echo "$ac_t""yes" 1>&6 | |
13286 | : | |
13287 | else | |
13288 | echo "$ac_t""no" 1>&6 | |
13289 | fi | |
698dcdb6 | 13290 | |
90dd450c | 13291 | if test $ac_cv_func_gethostbyname = no; then |
579d8138 | 13292 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
f09359cf | 13293 | echo "configure:13294: checking for gethostbyname in -lnsl" >&5 |
579d8138 VS |
13294 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
13295 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13296 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13297 | else |
579d8138 | 13298 | ac_save_LIBS="$LIBS" |
90dd450c | 13299 | LIBS="-lnsl $LIBS" |
579d8138 | 13300 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13301 | #line 13302 "configure" |
90dd450c VZ |
13302 | #include "confdefs.h" |
13303 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13304 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13305 | builtin and then its argument prototype would still apply. */ |
13306 | char gethostbyname(); | |
55e80573 | 13307 | |
579d8138 VS |
13308 | int main() { |
13309 | gethostbyname() | |
13310 | ; return 0; } | |
13311 | EOF | |
f09359cf | 13312 | if { (eval echo configure:13313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13313 | rm -rf conftest* |
13314 | eval "ac_cv_lib_$ac_lib_var=yes" | |
90dd450c | 13315 | else |
579d8138 VS |
13316 | echo "configure: failed program was:" >&5 |
13317 | cat conftest.$ac_ext >&5 | |
13318 | rm -rf conftest* | |
13319 | eval "ac_cv_lib_$ac_lib_var=no" | |
13320 | fi | |
13321 | rm -f conftest* | |
13322 | LIBS="$ac_save_LIBS" | |
328a083c | 13323 | |
579d8138 VS |
13324 | fi |
13325 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13326 | echo "$ac_t""yes" 1>&6 | |
13327 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
13328 | else | |
13329 | echo "$ac_t""no" 1>&6 | |
90dd450c | 13330 | fi |
b12915c1 | 13331 | |
90dd450c VZ |
13332 | fi |
13333 | ||
13334 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
13335 | # socket/setsockopt and other routines are undefined under SCO ODT | |
13336 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
579d8138 VS |
13337 | # on later versions), says simon@lia.di.epfl.ch: it contains |
13338 | # gethostby* variants that don't use the nameserver (or something). | |
13339 | # -lsocket must be given before -lnsl if both are needed. | |
13340 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
13341 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
f09359cf | 13342 | echo "configure:13343: checking for connect" >&5 |
579d8138 VS |
13343 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
13344 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13345 | else | |
13346 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 13347 | #line 13348 "configure" |
55e80573 | 13348 | #include "confdefs.h" |
90dd450c | 13349 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 13350 | which can conflict with char connect(); below. */ |
90dd450c VZ |
13351 | #include <assert.h> |
13352 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13353 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13354 | builtin and then its argument prototype would still apply. */ |
13355 | char connect(); | |
13356 | ||
13357 | int main() { | |
55e80573 | 13358 | |
90dd450c VZ |
13359 | /* The GNU C library defines this for functions which it implements |
13360 | to always fail with ENOSYS. Some functions are actually named | |
13361 | something starting with __ and the normal name is an alias. */ | |
13362 | #if defined (__stub_connect) || defined (__stub___connect) | |
13363 | choke me | |
13364 | #else | |
579d8138 | 13365 | connect(); |
90dd450c VZ |
13366 | #endif |
13367 | ||
579d8138 VS |
13368 | ; return 0; } |
13369 | EOF | |
f09359cf | 13370 | if { (eval echo configure:13371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13371 | rm -rf conftest* |
13372 | eval "ac_cv_func_connect=yes" | |
13373 | else | |
13374 | echo "configure: failed program was:" >&5 | |
13375 | cat conftest.$ac_ext >&5 | |
13376 | rm -rf conftest* | |
13377 | eval "ac_cv_func_connect=no" | |
13378 | fi | |
13379 | rm -f conftest* | |
13380 | fi | |
13381 | ||
13382 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
13383 | echo "$ac_t""yes" 1>&6 | |
13384 | : | |
13385 | else | |
13386 | echo "$ac_t""no" 1>&6 | |
13387 | fi | |
55e80573 | 13388 | |
90dd450c | 13389 | if test $ac_cv_func_connect = no; then |
579d8138 | 13390 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
f09359cf | 13391 | echo "configure:13392: checking for connect in -lsocket" >&5 |
579d8138 VS |
13392 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
13393 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13394 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13395 | else |
579d8138 | 13396 | ac_save_LIBS="$LIBS" |
90dd450c | 13397 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
579d8138 | 13398 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13399 | #line 13400 "configure" |
90dd450c VZ |
13400 | #include "confdefs.h" |
13401 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13402 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13403 | builtin and then its argument prototype would still apply. */ |
13404 | char connect(); | |
13405 | ||
13406 | int main() { | |
13407 | connect() | |
13408 | ; return 0; } | |
13409 | EOF | |
f09359cf | 13410 | if { (eval echo configure:13411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13411 | rm -rf conftest* |
13412 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13413 | else | |
13414 | echo "configure: failed program was:" >&5 | |
13415 | cat conftest.$ac_ext >&5 | |
13416 | rm -rf conftest* | |
13417 | eval "ac_cv_lib_$ac_lib_var=no" | |
13418 | fi | |
13419 | rm -f conftest* | |
13420 | LIBS="$ac_save_LIBS" | |
13421 | ||
13422 | fi | |
13423 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13424 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13425 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
579d8138 VS |
13426 | else |
13427 | echo "$ac_t""no" 1>&6 | |
90dd450c | 13428 | fi |
77e13408 | 13429 | |
90dd450c | 13430 | fi |
25d0687a | 13431 | |
579d8138 VS |
13432 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
13433 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
f09359cf | 13434 | echo "configure:13435: checking for remove" >&5 |
579d8138 VS |
13435 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
13436 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13437 | else |
579d8138 | 13438 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13439 | #line 13440 "configure" |
90dd450c VZ |
13440 | #include "confdefs.h" |
13441 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 13442 | which can conflict with char remove(); below. */ |
90dd450c VZ |
13443 | #include <assert.h> |
13444 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13445 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13446 | builtin and then its argument prototype would still apply. */ |
13447 | char remove(); | |
13448 | ||
13449 | int main() { | |
55e80573 | 13450 | |
90dd450c VZ |
13451 | /* The GNU C library defines this for functions which it implements |
13452 | to always fail with ENOSYS. Some functions are actually named | |
13453 | something starting with __ and the normal name is an alias. */ | |
13454 | #if defined (__stub_remove) || defined (__stub___remove) | |
13455 | choke me | |
13456 | #else | |
579d8138 | 13457 | remove(); |
90dd450c | 13458 | #endif |
55e80573 | 13459 | |
579d8138 VS |
13460 | ; return 0; } |
13461 | EOF | |
f09359cf | 13462 | if { (eval echo configure:13463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13463 | rm -rf conftest* |
13464 | eval "ac_cv_func_remove=yes" | |
13465 | else | |
13466 | echo "configure: failed program was:" >&5 | |
13467 | cat conftest.$ac_ext >&5 | |
13468 | rm -rf conftest* | |
13469 | eval "ac_cv_func_remove=no" | |
13470 | fi | |
13471 | rm -f conftest* | |
13472 | fi | |
13473 | ||
13474 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
13475 | echo "$ac_t""yes" 1>&6 | |
13476 | : | |
13477 | else | |
13478 | echo "$ac_t""no" 1>&6 | |
13479 | fi | |
10f2d63a | 13480 | |
90dd450c | 13481 | if test $ac_cv_func_remove = no; then |
579d8138 | 13482 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
f09359cf | 13483 | echo "configure:13484: checking for remove in -lposix" >&5 |
579d8138 VS |
13484 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
13485 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13486 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13487 | else |
579d8138 | 13488 | ac_save_LIBS="$LIBS" |
90dd450c | 13489 | LIBS="-lposix $LIBS" |
579d8138 | 13490 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13491 | #line 13492 "configure" |
90dd450c VZ |
13492 | #include "confdefs.h" |
13493 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13494 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13495 | builtin and then its argument prototype would still apply. */ |
13496 | char remove(); | |
13497 | ||
13498 | int main() { | |
13499 | remove() | |
13500 | ; return 0; } | |
13501 | EOF | |
f09359cf | 13502 | if { (eval echo configure:13503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13503 | rm -rf conftest* |
13504 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13505 | else | |
13506 | echo "configure: failed program was:" >&5 | |
13507 | cat conftest.$ac_ext >&5 | |
13508 | rm -rf conftest* | |
13509 | eval "ac_cv_lib_$ac_lib_var=no" | |
13510 | fi | |
13511 | rm -f conftest* | |
13512 | LIBS="$ac_save_LIBS" | |
13513 | ||
13514 | fi | |
13515 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13516 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13517 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
579d8138 VS |
13518 | else |
13519 | echo "$ac_t""no" 1>&6 | |
90dd450c | 13520 | fi |
f6bcfd97 | 13521 | |
6fa882bd RR |
13522 | fi |
13523 | ||
90dd450c | 13524 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
579d8138 | 13525 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
f09359cf | 13526 | echo "configure:13527: checking for shmat" >&5 |
579d8138 VS |
13527 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
13528 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13529 | else |
579d8138 | 13530 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13531 | #line 13532 "configure" |
90dd450c VZ |
13532 | #include "confdefs.h" |
13533 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 13534 | which can conflict with char shmat(); below. */ |
90dd450c VZ |
13535 | #include <assert.h> |
13536 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13537 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13538 | builtin and then its argument prototype would still apply. */ |
13539 | char shmat(); | |
13540 | ||
13541 | int main() { | |
3a922bb4 | 13542 | |
90dd450c VZ |
13543 | /* The GNU C library defines this for functions which it implements |
13544 | to always fail with ENOSYS. Some functions are actually named | |
13545 | something starting with __ and the normal name is an alias. */ | |
13546 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
13547 | choke me | |
13548 | #else | |
579d8138 | 13549 | shmat(); |
90dd450c | 13550 | #endif |
10f2d63a | 13551 | |
579d8138 VS |
13552 | ; return 0; } |
13553 | EOF | |
f09359cf | 13554 | if { (eval echo configure:13555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13555 | rm -rf conftest* |
13556 | eval "ac_cv_func_shmat=yes" | |
13557 | else | |
13558 | echo "configure: failed program was:" >&5 | |
13559 | cat conftest.$ac_ext >&5 | |
13560 | rm -rf conftest* | |
13561 | eval "ac_cv_func_shmat=no" | |
13562 | fi | |
13563 | rm -f conftest* | |
13564 | fi | |
13565 | ||
13566 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
13567 | echo "$ac_t""yes" 1>&6 | |
13568 | : | |
13569 | else | |
13570 | echo "$ac_t""no" 1>&6 | |
13571 | fi | |
d08b457b | 13572 | |
90dd450c | 13573 | if test $ac_cv_func_shmat = no; then |
579d8138 | 13574 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
f09359cf | 13575 | echo "configure:13576: checking for shmat in -lipc" >&5 |
579d8138 VS |
13576 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
13577 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13578 | echo $ac_n "(cached) $ac_c" 1>&6 | |
d08b457b | 13579 | else |
579d8138 | 13580 | ac_save_LIBS="$LIBS" |
90dd450c | 13581 | LIBS="-lipc $LIBS" |
579d8138 | 13582 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13583 | #line 13584 "configure" |
90dd450c VZ |
13584 | #include "confdefs.h" |
13585 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13586 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13587 | builtin and then its argument prototype would still apply. */ |
13588 | char shmat(); | |
13589 | ||
13590 | int main() { | |
13591 | shmat() | |
13592 | ; return 0; } | |
13593 | EOF | |
f09359cf | 13594 | if { (eval echo configure:13595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13595 | rm -rf conftest* |
13596 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13597 | else | |
13598 | echo "configure: failed program was:" >&5 | |
13599 | cat conftest.$ac_ext >&5 | |
13600 | rm -rf conftest* | |
13601 | eval "ac_cv_lib_$ac_lib_var=no" | |
13602 | fi | |
13603 | rm -f conftest* | |
13604 | LIBS="$ac_save_LIBS" | |
13605 | ||
13606 | fi | |
13607 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13608 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13609 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
579d8138 VS |
13610 | else |
13611 | echo "$ac_t""no" 1>&6 | |
d08b457b GD |
13612 | fi |
13613 | ||
d558c907 | 13614 | fi |
90dd450c | 13615 | fi |
3a922bb4 | 13616 | |
90dd450c | 13617 | # Check for libraries that X11R6 Xt/Xaw programs need. |
579d8138 | 13618 | ac_save_LDFLAGS="$LDFLAGS" |
90dd450c VZ |
13619 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
13620 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
13621 | # check for ICE first), but we must link in the order -lSM -lICE or | |
13622 | # we get undefined symbols. So assume we have SM if we have ICE. | |
13623 | # These have to be linked with before -lX11, unlike the other | |
13624 | # libraries we check for below, so use a different variable. | |
579d8138 VS |
13625 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
13626 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
f09359cf | 13627 | echo "configure:13628: checking for IceConnectionNumber in -lICE" >&5 |
579d8138 VS |
13628 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
13629 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13630 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13631 | else | |
13632 | ac_save_LIBS="$LIBS" | |
f09359cf | 13633 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
579d8138 | 13634 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13635 | #line 13636 "configure" |
9cfadba2 | 13636 | #include "confdefs.h" |
90dd450c VZ |
13637 | /* Override any gcc2 internal prototype to avoid an error. */ |
13638 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
13639 | builtin and then its argument prototype would still apply. */ |
13640 | char IceConnectionNumber(); | |
13641 | ||
13642 | int main() { | |
13643 | IceConnectionNumber() | |
13644 | ; return 0; } | |
13645 | EOF | |
f09359cf | 13646 | if { (eval echo configure:13647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13647 | rm -rf conftest* |
13648 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13649 | else | |
13650 | echo "configure: failed program was:" >&5 | |
13651 | cat conftest.$ac_ext >&5 | |
13652 | rm -rf conftest* | |
13653 | eval "ac_cv_lib_$ac_lib_var=no" | |
13654 | fi | |
13655 | rm -f conftest* | |
13656 | LIBS="$ac_save_LIBS" | |
13657 | ||
13658 | fi | |
13659 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13660 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13661 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
579d8138 VS |
13662 | else |
13663 | echo "$ac_t""no" 1>&6 | |
9cfadba2 | 13664 | fi |
10f2d63a | 13665 | |
579d8138 | 13666 | LDFLAGS="$ac_save_LDFLAGS" |
90dd450c VZ |
13667 | |
13668 | fi | |
13669 | ||
579d8138 | 13670 | |
90dd450c | 13671 | if test "$no_x" = "yes"; then |
579d8138 | 13672 | { echo "configure: error: X11 not found" 1>&2; exit 1; } |
90dd450c VZ |
13673 | fi |
13674 | ||
13675 | GUI_TK_LIBRARY="$X_LIBS" | |
13676 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
13677 | AFMINSTALL=afminstall | |
13678 | COMPILED_X_PROGRAM=0 | |
13679 | ||
21d1c967 | 13680 | if test "$wxUSE_NANOX" = "yes"; then |
579d8138 | 13681 | echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6 |
f09359cf | 13682 | echo "configure:13683: checking for MicroWindows/NanoX distribution" >&5 |
21d1c967 | 13683 | if test "x$MICROWIN" = x ; then |
579d8138 VS |
13684 | echo "$ac_t""not found" 1>&6 |
13685 | { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; } | |
90dd450c | 13686 | else |
579d8138 VS |
13687 | echo "$ac_t""$MICROWIN" 1>&6 |
13688 | cat >> confdefs.h <<\EOF | |
21d1c967 | 13689 | #define wxUSE_NANOX 1 |
698dcdb6 | 13690 | EOF |
21d1c967 | 13691 | |
90dd450c VZ |
13692 | fi |
13693 | fi | |
13694 | ||
13695 | xpm_link= | |
579d8138 | 13696 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 |
f09359cf | 13697 | echo "configure:13698: checking for Xpm library" >&5 |
579d8138 | 13698 | |
90dd450c VZ |
13699 | ac_find_libraries= |
13700 | for ac_dir in $SEARCH_LIB; | |
13701 | do | |
13702 | for ac_extension in a so sl dylib; do | |
13703 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
13704 | ac_find_libraries=$ac_dir | |
13705 | break 2 | |
13706 | fi | |
13707 | done | |
13708 | done | |
13709 | ||
13710 | if test "$ac_find_libraries" != "" ; then | |
579d8138 | 13711 | |
90dd450c VZ |
13712 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
13713 | result=$? | |
13714 | if test $result = 0; then | |
13715 | ac_path_to_link="" | |
13716 | else | |
13717 | ac_path_to_link=" -L$ac_find_libraries" | |
21d1c967 | 13718 | fi |
90dd450c | 13719 | |
21d1c967 GD |
13720 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" |
13721 | xpm_link=" -lXpm" | |
579d8138 | 13722 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
13723 | #define wxHAVE_LIB_XPM 1 |
13724 | EOF | |
90dd450c | 13725 | |
579d8138 | 13726 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 13727 | else |
579d8138 | 13728 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13729 | #line 13730 "configure" |
21d1c967 | 13730 | #include "confdefs.h" |
90dd450c | 13731 | |
21d1c967 | 13732 | #include <X11/xpm.h> |
579d8138 VS |
13733 | |
13734 | int main() { | |
6f72b082 | 13735 | |
21d1c967 GD |
13736 | int version; |
13737 | version = XpmLibraryVersion(); | |
579d8138 VS |
13738 | |
13739 | ; return 0; } | |
13740 | EOF | |
f09359cf | 13741 | if { (eval echo configure:13742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
13742 | rm -rf conftest* |
13743 | ||
21d1c967 | 13744 | xpm_link=" -lXpm" |
579d8138 | 13745 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
13746 | #define wxHAVE_LIB_XPM 1 |
13747 | EOF | |
90dd450c | 13748 | |
579d8138 | 13749 | echo "$ac_t""found in default search path" 1>&6 |
21d1c967 | 13750 | COMPILED_X_PROGRAM=0 |
579d8138 | 13751 | |
21d1c967 | 13752 | else |
579d8138 VS |
13753 | echo "configure: failed program was:" >&5 |
13754 | cat conftest.$ac_ext >&5 | |
13755 | rm -rf conftest* | |
13756 | ||
13757 | echo "$ac_t""no" 1>&6 | |
13758 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
13759 | ||
13760 | ||
6f72b082 | 13761 | fi |
579d8138 | 13762 | rm -f conftest* |
21d1c967 | 13763 | fi |
90dd450c | 13764 | |
1d1b75ac VZ |
13765 | wxUSE_UNIVERSAL="yes" |
13766 | ||
21d1c967 GD |
13767 | if test "$wxUSE_NANOX" = "yes"; then |
13768 | TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE" | |
13769 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DLINUX=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1" | |
13770 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a" | |
13771 | else | |
13772 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link" | |
13773 | fi | |
6f72b082 | 13774 | |
21d1c967 GD |
13775 | TOOLKIT_VPATH="\${top_srcdir}/src/x11" |
13776 | TOOLKIT=X11 | |
13777 | GUIDIST=X11_DIST | |
13778 | fi | |
90dd450c | 13779 | |
21d1c967 | 13780 | if test "$wxUSE_WINE" = 1; then |
579d8138 VS |
13781 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` |
13782 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
f09359cf | 13783 | echo "configure:13784: checking for windows.h" >&5 |
579d8138 VS |
13784 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
13785 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13786 | else | |
13787 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 13788 | #line 13789 "configure" |
6f72b082 | 13789 | #include "confdefs.h" |
21d1c967 | 13790 | #include <windows.h> |
579d8138 VS |
13791 | EOF |
13792 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
13793 | { (eval echo configure:13794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
13794 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
13795 | if test -z "$ac_err"; then |
13796 | rm -rf conftest* | |
13797 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 13798 | else |
579d8138 VS |
13799 | echo "$ac_err" >&5 |
13800 | echo "configure: failed program was:" >&5 | |
10f2d63a | 13801 | cat conftest.$ac_ext >&5 |
579d8138 VS |
13802 | rm -rf conftest* |
13803 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 13804 | fi |
579d8138 | 13805 | rm -f conftest* |
10f2d63a | 13806 | fi |
579d8138 VS |
13807 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
13808 | echo "$ac_t""yes" 1>&6 | |
21d1c967 GD |
13809 | : |
13810 | else | |
579d8138 | 13811 | echo "$ac_t""no" 1>&6 |
21d1c967 | 13812 | |
579d8138 VS |
13813 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } |
13814 | ||
328a083c | 13815 | fi |
21d1c967 | 13816 | |
328a083c | 13817 | |
579d8138 VS |
13818 | xpm_link= |
13819 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
f09359cf | 13820 | echo "configure:13821: checking for Xpm library" >&5 |
579d8138 | 13821 | |
90dd450c VZ |
13822 | ac_find_libraries= |
13823 | for ac_dir in $SEARCH_LIB; | |
13824 | do | |
13825 | for ac_extension in a so sl dylib; do | |
21d1c967 | 13826 | if test -f "$ac_dir/libXpm.$ac_extension"; then |
90dd450c VZ |
13827 | ac_find_libraries=$ac_dir |
13828 | break 2 | |
13829 | fi | |
13830 | done | |
13831 | done | |
13832 | ||
21d1c967 GD |
13833 | if test "$ac_find_libraries" != "" ; then |
13834 | GUI_TK_LIBRARY="-L$ac_find_libraries" | |
13835 | xpm_link=" -lXpm" | |
579d8138 | 13836 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
13837 | #define wxHAVE_LIB_XPM 1 |
13838 | EOF | |
90dd450c | 13839 | |
579d8138 | 13840 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 13841 | else |
579d8138 VS |
13842 | echo "$ac_t""no" 1>&6 |
13843 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
21d1c967 GD |
13844 | fi |
13845 | ||
13846 | mesa_link= | |
579d8138 | 13847 | echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 |
f09359cf | 13848 | echo "configure:13849: checking for Mesa library" >&5 |
579d8138 | 13849 | |
90dd450c VZ |
13850 | ac_find_libraries= |
13851 | for ac_dir in $SEARCH_LIB; | |
13852 | do | |
13853 | for ac_extension in a so sl dylib; do | |
13854 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
13855 | ac_find_libraries=$ac_dir | |
13856 | break 2 | |
13857 | fi | |
13858 | done | |
13859 | done | |
13860 | ||
21d1c967 GD |
13861 | if test "$ac_find_libraries" != "" ; then |
13862 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries" | |
13863 | mesa_link=" -lMesaGL" | |
579d8138 | 13864 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 13865 | else |
579d8138 | 13866 | { echo "configure: error: no" 1>&2; exit 1; } |
21d1c967 GD |
13867 | fi |
13868 | ||
13869 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses" | |
13870 | TOOLKIT=MSW | |
13871 | GUIDIST=MSW_DIST | |
13872 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__" | |
13873 | fi | |
13874 | ||
13875 | if test "$wxUSE_MOTIF" = 1; then | |
13876 | if test "$no_x" = yes; then | |
13877 | # Not all programs may use this symbol, but it does not hurt to define it. | |
579d8138 | 13878 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
13879 | #define X_DISPLAY_MISSING 1 |
13880 | EOF | |
13881 | ||
13882 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
13883 | else | |
13884 | if test -n "$x_includes"; then | |
13885 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
90dd450c VZ |
13886 | fi |
13887 | ||
21d1c967 GD |
13888 | # It would also be nice to do this for all -L options, not just this one. |
13889 | if test -n "$x_libraries"; then | |
13890 | X_LIBS="$X_LIBS -L$x_libraries" | |
13891 | # For Solaris; some versions of Sun CC require a space after -R and | |
13892 | # others require no space. Words are not sufficient . . . . | |
579d8138 | 13893 | case "`(uname -sr) 2>/dev/null`" in |
21d1c967 | 13894 | "SunOS 5"*) |
579d8138 | 13895 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
f09359cf | 13896 | echo "configure:13897: checking whether -R must be followed by a space" >&5 |
579d8138 VS |
13897 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
13898 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 13899 | #line 13900 "configure" |
21d1c967 GD |
13900 | #include "confdefs.h" |
13901 | ||
579d8138 | 13902 | int main() { |
21d1c967 | 13903 | |
579d8138 VS |
13904 | ; return 0; } |
13905 | EOF | |
f09359cf | 13906 | if { (eval echo configure:13907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 13907 | rm -rf conftest* |
21d1c967 | 13908 | ac_R_nospace=yes |
698dcdb6 | 13909 | else |
579d8138 VS |
13910 | echo "configure: failed program was:" >&5 |
13911 | cat conftest.$ac_ext >&5 | |
13912 | rm -rf conftest* | |
13913 | ac_R_nospace=no | |
10f2d63a | 13914 | fi |
579d8138 | 13915 | rm -f conftest* |
21d1c967 | 13916 | if test $ac_R_nospace = yes; then |
579d8138 | 13917 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
13918 | X_LIBS="$X_LIBS -R$x_libraries" |
13919 | else | |
13920 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
579d8138 | 13921 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13922 | #line 13923 "configure" |
21d1c967 | 13923 | #include "confdefs.h" |
10f2d63a | 13924 | |
579d8138 | 13925 | int main() { |
f0c87536 | 13926 | |
579d8138 VS |
13927 | ; return 0; } |
13928 | EOF | |
f09359cf | 13929 | if { (eval echo configure:13930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 13930 | rm -rf conftest* |
21d1c967 GD |
13931 | ac_R_space=yes |
13932 | else | |
579d8138 VS |
13933 | echo "configure: failed program was:" >&5 |
13934 | cat conftest.$ac_ext >&5 | |
13935 | rm -rf conftest* | |
13936 | ac_R_space=no | |
21d1c967 | 13937 | fi |
579d8138 | 13938 | rm -f conftest* |
21d1c967 | 13939 | if test $ac_R_space = yes; then |
579d8138 | 13940 | echo "$ac_t""yes" 1>&6 |
21d1c967 GD |
13941 | X_LIBS="$X_LIBS -R $x_libraries" |
13942 | else | |
579d8138 | 13943 | echo "$ac_t""neither works" 1>&6 |
21d1c967 GD |
13944 | fi |
13945 | fi | |
579d8138 | 13946 | LIBS="$ac_xsave_LIBS" |
21d1c967 GD |
13947 | esac |
13948 | fi | |
90dd450c | 13949 | |
21d1c967 GD |
13950 | # Check for system-dependent libraries X programs must link with. |
13951 | # Do this before checking for the system-independent R6 libraries | |
13952 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
13953 | ||
13954 | if test "$ISC" = yes; then | |
13955 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
13956 | else | |
579d8138 VS |
13957 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
13958 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
21d1c967 | 13959 | # the Alpha needs dnet_stub (dnet does not exist). |
579d8138 | 13960 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
f09359cf | 13961 | echo "configure:13962: checking for dnet_ntoa in -ldnet" >&5 |
579d8138 VS |
13962 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
13963 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13964 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 13965 | else |
579d8138 | 13966 | ac_save_LIBS="$LIBS" |
328a083c | 13967 | LIBS="-ldnet $LIBS" |
579d8138 | 13968 | cat > conftest.$ac_ext <<EOF |
f09359cf | 13969 | #line 13970 "configure" |
328a083c | 13970 | #include "confdefs.h" |
328a083c | 13971 | /* Override any gcc2 internal prototype to avoid an error. */ |
328a083c | 13972 | /* We use char because int might match the return type of a gcc2 |
579d8138 VS |
13973 | builtin and then its argument prototype would still apply. */ |
13974 | char dnet_ntoa(); | |
13975 | ||
13976 | int main() { | |
13977 | dnet_ntoa() | |
13978 | ; return 0; } | |
13979 | EOF | |
f09359cf | 13980 | if { (eval echo configure:13981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
13981 | rm -rf conftest* |
13982 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13983 | else | |
13984 | echo "configure: failed program was:" >&5 | |
13985 | cat conftest.$ac_ext >&5 | |
13986 | rm -rf conftest* | |
13987 | eval "ac_cv_lib_$ac_lib_var=no" | |
13988 | fi | |
13989 | rm -f conftest* | |
13990 | LIBS="$ac_save_LIBS" | |
13991 | ||
13992 | fi | |
13993 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13994 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 13995 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
579d8138 VS |
13996 | else |
13997 | echo "$ac_t""no" 1>&6 | |
0fb0dd83 | 13998 | fi |
0fb0dd83 | 13999 | |
21d1c967 | 14000 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
579d8138 | 14001 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
f09359cf | 14002 | echo "configure:14003: checking for dnet_ntoa in -ldnet_stub" >&5 |
579d8138 VS |
14003 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
14004 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14005 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14006 | else |
579d8138 | 14007 | ac_save_LIBS="$LIBS" |
21d1c967 | 14008 | LIBS="-ldnet_stub $LIBS" |
579d8138 | 14009 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14010 | #line 14011 "configure" |
21d1c967 GD |
14011 | #include "confdefs.h" |
14012 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14013 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14014 | builtin and then its argument prototype would still apply. */ |
14015 | char dnet_ntoa(); | |
14016 | ||
14017 | int main() { | |
14018 | dnet_ntoa() | |
14019 | ; return 0; } | |
14020 | EOF | |
f09359cf | 14021 | if { (eval echo configure:14022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14022 | rm -rf conftest* |
14023 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14024 | else | |
14025 | echo "configure: failed program was:" >&5 | |
14026 | cat conftest.$ac_ext >&5 | |
14027 | rm -rf conftest* | |
14028 | eval "ac_cv_lib_$ac_lib_var=no" | |
14029 | fi | |
14030 | rm -f conftest* | |
14031 | LIBS="$ac_save_LIBS" | |
14032 | ||
14033 | fi | |
14034 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14035 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14036 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
579d8138 VS |
14037 | else |
14038 | echo "$ac_t""no" 1>&6 | |
90dd450c VZ |
14039 | fi |
14040 | ||
21d1c967 | 14041 | fi |
90dd450c | 14042 | |
21d1c967 GD |
14043 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
14044 | # to get the SysV transport functions. | |
579d8138 | 14045 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
21d1c967 GD |
14046 | # needs -lnsl. |
14047 | # The nsl library prevents programs from opening the X display | |
579d8138 VS |
14048 | # on Irix 5.2, according to dickey@clark.net. |
14049 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
f09359cf | 14050 | echo "configure:14051: checking for gethostbyname" >&5 |
579d8138 VS |
14051 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
14052 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14053 | else | |
14054 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 14055 | #line 14056 "configure" |
21d1c967 GD |
14056 | #include "confdefs.h" |
14057 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 14058 | which can conflict with char gethostbyname(); below. */ |
21d1c967 GD |
14059 | #include <assert.h> |
14060 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14061 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14062 | builtin and then its argument prototype would still apply. */ |
14063 | char gethostbyname(); | |
14064 | ||
14065 | int main() { | |
90dd450c | 14066 | |
21d1c967 GD |
14067 | /* The GNU C library defines this for functions which it implements |
14068 | to always fail with ENOSYS. Some functions are actually named | |
14069 | something starting with __ and the normal name is an alias. */ | |
14070 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
14071 | choke me | |
14072 | #else | |
579d8138 | 14073 | gethostbyname(); |
21d1c967 | 14074 | #endif |
90dd450c | 14075 | |
579d8138 VS |
14076 | ; return 0; } |
14077 | EOF | |
f09359cf | 14078 | if { (eval echo configure:14079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14079 | rm -rf conftest* |
14080 | eval "ac_cv_func_gethostbyname=yes" | |
14081 | else | |
14082 | echo "configure: failed program was:" >&5 | |
14083 | cat conftest.$ac_ext >&5 | |
14084 | rm -rf conftest* | |
14085 | eval "ac_cv_func_gethostbyname=no" | |
14086 | fi | |
14087 | rm -f conftest* | |
14088 | fi | |
14089 | ||
14090 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
14091 | echo "$ac_t""yes" 1>&6 | |
14092 | : | |
14093 | else | |
14094 | echo "$ac_t""no" 1>&6 | |
14095 | fi | |
90dd450c | 14096 | |
21d1c967 | 14097 | if test $ac_cv_func_gethostbyname = no; then |
579d8138 | 14098 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
f09359cf | 14099 | echo "configure:14100: checking for gethostbyname in -lnsl" >&5 |
579d8138 VS |
14100 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
14101 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14102 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14103 | else |
579d8138 | 14104 | ac_save_LIBS="$LIBS" |
21d1c967 | 14105 | LIBS="-lnsl $LIBS" |
579d8138 | 14106 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14107 | #line 14108 "configure" |
21d1c967 GD |
14108 | #include "confdefs.h" |
14109 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14110 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14111 | builtin and then its argument prototype would still apply. */ |
14112 | char gethostbyname(); | |
f0c87536 | 14113 | |
579d8138 VS |
14114 | int main() { |
14115 | gethostbyname() | |
14116 | ; return 0; } | |
14117 | EOF | |
f09359cf | 14118 | if { (eval echo configure:14119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14119 | rm -rf conftest* |
14120 | eval "ac_cv_lib_$ac_lib_var=yes" | |
21d1c967 | 14121 | else |
579d8138 VS |
14122 | echo "configure: failed program was:" >&5 |
14123 | cat conftest.$ac_ext >&5 | |
14124 | rm -rf conftest* | |
14125 | eval "ac_cv_lib_$ac_lib_var=no" | |
14126 | fi | |
14127 | rm -f conftest* | |
14128 | LIBS="$ac_save_LIBS" | |
328a083c | 14129 | |
579d8138 VS |
14130 | fi |
14131 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14132 | echo "$ac_t""yes" 1>&6 | |
14133 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
14134 | else | |
14135 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 14136 | fi |
90dd450c | 14137 | |
90dd450c VZ |
14138 | fi |
14139 | ||
21d1c967 GD |
14140 | # lieder@skyler.mavd.honeywell.com says without -lsocket, |
14141 | # socket/setsockopt and other routines are undefined under SCO ODT | |
14142 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
579d8138 VS |
14143 | # on later versions), says simon@lia.di.epfl.ch: it contains |
14144 | # gethostby* variants that don't use the nameserver (or something). | |
14145 | # -lsocket must be given before -lnsl if both are needed. | |
14146 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
14147 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
f09359cf | 14148 | echo "configure:14149: checking for connect" >&5 |
579d8138 VS |
14149 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
14150 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14151 | else | |
14152 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 14153 | #line 14154 "configure" |
21d1c967 GD |
14154 | #include "confdefs.h" |
14155 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 14156 | which can conflict with char connect(); below. */ |
21d1c967 GD |
14157 | #include <assert.h> |
14158 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14159 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14160 | builtin and then its argument prototype would still apply. */ |
14161 | char connect(); | |
14162 | ||
14163 | int main() { | |
90dd450c | 14164 | |
21d1c967 GD |
14165 | /* The GNU C library defines this for functions which it implements |
14166 | to always fail with ENOSYS. Some functions are actually named | |
14167 | something starting with __ and the normal name is an alias. */ | |
14168 | #if defined (__stub_connect) || defined (__stub___connect) | |
14169 | choke me | |
14170 | #else | |
579d8138 | 14171 | connect(); |
21d1c967 | 14172 | #endif |
90dd450c | 14173 | |
579d8138 VS |
14174 | ; return 0; } |
14175 | EOF | |
f09359cf | 14176 | if { (eval echo configure:14177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14177 | rm -rf conftest* |
14178 | eval "ac_cv_func_connect=yes" | |
14179 | else | |
14180 | echo "configure: failed program was:" >&5 | |
14181 | cat conftest.$ac_ext >&5 | |
14182 | rm -rf conftest* | |
14183 | eval "ac_cv_func_connect=no" | |
14184 | fi | |
14185 | rm -f conftest* | |
14186 | fi | |
14187 | ||
14188 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
14189 | echo "$ac_t""yes" 1>&6 | |
14190 | : | |
14191 | else | |
14192 | echo "$ac_t""no" 1>&6 | |
14193 | fi | |
1f8ae82f | 14194 | |
21d1c967 | 14195 | if test $ac_cv_func_connect = no; then |
579d8138 | 14196 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
f09359cf | 14197 | echo "configure:14198: checking for connect in -lsocket" >&5 |
579d8138 VS |
14198 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
14199 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14200 | echo $ac_n "(cached) $ac_c" 1>&6 | |
0fbb762e | 14201 | else |
579d8138 | 14202 | ac_save_LIBS="$LIBS" |
21d1c967 | 14203 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
579d8138 | 14204 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14205 | #line 14206 "configure" |
0fbb762e | 14206 | #include "confdefs.h" |
21d1c967 GD |
14207 | /* Override any gcc2 internal prototype to avoid an error. */ |
14208 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14209 | builtin and then its argument prototype would still apply. */ |
14210 | char connect(); | |
14211 | ||
14212 | int main() { | |
14213 | connect() | |
14214 | ; return 0; } | |
14215 | EOF | |
f09359cf | 14216 | if { (eval echo configure:14217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14217 | rm -rf conftest* |
14218 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14219 | else | |
14220 | echo "configure: failed program was:" >&5 | |
14221 | cat conftest.$ac_ext >&5 | |
14222 | rm -rf conftest* | |
14223 | eval "ac_cv_lib_$ac_lib_var=no" | |
14224 | fi | |
14225 | rm -f conftest* | |
14226 | LIBS="$ac_save_LIBS" | |
14227 | ||
14228 | fi | |
14229 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14230 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14231 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
579d8138 VS |
14232 | else |
14233 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 14234 | fi |
90dd450c | 14235 | |
21d1c967 | 14236 | fi |
90dd450c | 14237 | |
579d8138 VS |
14238 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
14239 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
f09359cf | 14240 | echo "configure:14241: checking for remove" >&5 |
579d8138 VS |
14241 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
14242 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14243 | else |
579d8138 | 14244 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14245 | #line 14246 "configure" |
21d1c967 GD |
14246 | #include "confdefs.h" |
14247 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 14248 | which can conflict with char remove(); below. */ |
21d1c967 GD |
14249 | #include <assert.h> |
14250 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14251 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14252 | builtin and then its argument prototype would still apply. */ |
14253 | char remove(); | |
14254 | ||
14255 | int main() { | |
90dd450c | 14256 | |
21d1c967 GD |
14257 | /* The GNU C library defines this for functions which it implements |
14258 | to always fail with ENOSYS. Some functions are actually named | |
14259 | something starting with __ and the normal name is an alias. */ | |
14260 | #if defined (__stub_remove) || defined (__stub___remove) | |
14261 | choke me | |
14262 | #else | |
579d8138 | 14263 | remove(); |
21d1c967 | 14264 | #endif |
90dd450c | 14265 | |
579d8138 VS |
14266 | ; return 0; } |
14267 | EOF | |
f09359cf | 14268 | if { (eval echo configure:14269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14269 | rm -rf conftest* |
14270 | eval "ac_cv_func_remove=yes" | |
14271 | else | |
14272 | echo "configure: failed program was:" >&5 | |
14273 | cat conftest.$ac_ext >&5 | |
14274 | rm -rf conftest* | |
14275 | eval "ac_cv_func_remove=no" | |
14276 | fi | |
14277 | rm -f conftest* | |
14278 | fi | |
14279 | ||
14280 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
14281 | echo "$ac_t""yes" 1>&6 | |
14282 | : | |
14283 | else | |
14284 | echo "$ac_t""no" 1>&6 | |
14285 | fi | |
90dd450c | 14286 | |
21d1c967 | 14287 | if test $ac_cv_func_remove = no; then |
579d8138 | 14288 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
f09359cf | 14289 | echo "configure:14290: checking for remove in -lposix" >&5 |
579d8138 VS |
14290 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
14291 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14292 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14293 | else |
579d8138 | 14294 | ac_save_LIBS="$LIBS" |
21d1c967 | 14295 | LIBS="-lposix $LIBS" |
579d8138 | 14296 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14297 | #line 14298 "configure" |
21d1c967 GD |
14298 | #include "confdefs.h" |
14299 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14300 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14301 | builtin and then its argument prototype would still apply. */ |
14302 | char remove(); | |
14303 | ||
14304 | int main() { | |
14305 | remove() | |
14306 | ; return 0; } | |
14307 | EOF | |
f09359cf | 14308 | if { (eval echo configure:14309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14309 | rm -rf conftest* |
14310 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14311 | else | |
14312 | echo "configure: failed program was:" >&5 | |
14313 | cat conftest.$ac_ext >&5 | |
14314 | rm -rf conftest* | |
14315 | eval "ac_cv_lib_$ac_lib_var=no" | |
14316 | fi | |
14317 | rm -f conftest* | |
14318 | LIBS="$ac_save_LIBS" | |
14319 | ||
14320 | fi | |
14321 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14322 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14323 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
579d8138 VS |
14324 | else |
14325 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 14326 | fi |
19bc6aad | 14327 | |
90dd450c | 14328 | fi |
19bc6aad | 14329 | |
21d1c967 | 14330 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
579d8138 | 14331 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
f09359cf | 14332 | echo "configure:14333: checking for shmat" >&5 |
579d8138 VS |
14333 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
14334 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14335 | else |
579d8138 | 14336 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14337 | #line 14338 "configure" |
21d1c967 GD |
14338 | #include "confdefs.h" |
14339 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 14340 | which can conflict with char shmat(); below. */ |
21d1c967 GD |
14341 | #include <assert.h> |
14342 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14343 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14344 | builtin and then its argument prototype would still apply. */ |
14345 | char shmat(); | |
14346 | ||
14347 | int main() { | |
90dd450c | 14348 | |
21d1c967 GD |
14349 | /* The GNU C library defines this for functions which it implements |
14350 | to always fail with ENOSYS. Some functions are actually named | |
14351 | something starting with __ and the normal name is an alias. */ | |
14352 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
14353 | choke me | |
14354 | #else | |
579d8138 | 14355 | shmat(); |
21d1c967 | 14356 | #endif |
90dd450c | 14357 | |
579d8138 VS |
14358 | ; return 0; } |
14359 | EOF | |
f09359cf | 14360 | if { (eval echo configure:14361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14361 | rm -rf conftest* |
14362 | eval "ac_cv_func_shmat=yes" | |
14363 | else | |
14364 | echo "configure: failed program was:" >&5 | |
14365 | cat conftest.$ac_ext >&5 | |
14366 | rm -rf conftest* | |
14367 | eval "ac_cv_func_shmat=no" | |
14368 | fi | |
14369 | rm -f conftest* | |
14370 | fi | |
14371 | ||
14372 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
14373 | echo "$ac_t""yes" 1>&6 | |
14374 | : | |
14375 | else | |
14376 | echo "$ac_t""no" 1>&6 | |
14377 | fi | |
19bc6aad | 14378 | |
21d1c967 | 14379 | if test $ac_cv_func_shmat = no; then |
579d8138 | 14380 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
f09359cf | 14381 | echo "configure:14382: checking for shmat in -lipc" >&5 |
579d8138 VS |
14382 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
14383 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14384 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9f8148b1 | 14385 | else |
579d8138 | 14386 | ac_save_LIBS="$LIBS" |
21d1c967 | 14387 | LIBS="-lipc $LIBS" |
579d8138 | 14388 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14389 | #line 14390 "configure" |
21d1c967 GD |
14390 | #include "confdefs.h" |
14391 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14392 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14393 | builtin and then its argument prototype would still apply. */ |
14394 | char shmat(); | |
14395 | ||
14396 | int main() { | |
14397 | shmat() | |
14398 | ; return 0; } | |
14399 | EOF | |
f09359cf | 14400 | if { (eval echo configure:14401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14401 | rm -rf conftest* |
14402 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14403 | else | |
14404 | echo "configure: failed program was:" >&5 | |
14405 | cat conftest.$ac_ext >&5 | |
14406 | rm -rf conftest* | |
14407 | eval "ac_cv_lib_$ac_lib_var=no" | |
14408 | fi | |
14409 | rm -f conftest* | |
14410 | LIBS="$ac_save_LIBS" | |
14411 | ||
14412 | fi | |
14413 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14414 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14415 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
579d8138 VS |
14416 | else |
14417 | echo "$ac_t""no" 1>&6 | |
9f8148b1 | 14418 | fi |
90dd450c | 14419 | |
90dd450c | 14420 | fi |
21d1c967 | 14421 | fi |
10f2d63a | 14422 | |
21d1c967 | 14423 | # Check for libraries that X11R6 Xt/Xaw programs need. |
579d8138 | 14424 | ac_save_LDFLAGS="$LDFLAGS" |
21d1c967 GD |
14425 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
14426 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
14427 | # check for ICE first), but we must link in the order -lSM -lICE or | |
14428 | # we get undefined symbols. So assume we have SM if we have ICE. | |
14429 | # These have to be linked with before -lX11, unlike the other | |
14430 | # libraries we check for below, so use a different variable. | |
579d8138 VS |
14431 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
14432 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
f09359cf | 14433 | echo "configure:14434: checking for IceConnectionNumber in -lICE" >&5 |
579d8138 VS |
14434 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
14435 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14436 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14437 | else | |
14438 | ac_save_LIBS="$LIBS" | |
f09359cf | 14439 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
579d8138 | 14440 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14441 | #line 14442 "configure" |
29fd3c0c | 14442 | #include "confdefs.h" |
21d1c967 GD |
14443 | /* Override any gcc2 internal prototype to avoid an error. */ |
14444 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
14445 | builtin and then its argument prototype would still apply. */ |
14446 | char IceConnectionNumber(); | |
14447 | ||
14448 | int main() { | |
14449 | IceConnectionNumber() | |
14450 | ; return 0; } | |
14451 | EOF | |
f09359cf | 14452 | if { (eval echo configure:14453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14453 | rm -rf conftest* |
14454 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14455 | else | |
14456 | echo "configure: failed program was:" >&5 | |
14457 | cat conftest.$ac_ext >&5 | |
14458 | rm -rf conftest* | |
14459 | eval "ac_cv_lib_$ac_lib_var=no" | |
14460 | fi | |
14461 | rm -f conftest* | |
14462 | LIBS="$ac_save_LIBS" | |
14463 | ||
14464 | fi | |
14465 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14466 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14467 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
579d8138 VS |
14468 | else |
14469 | echo "$ac_t""no" 1>&6 | |
29fd3c0c | 14470 | fi |
21d1c967 | 14471 | |
579d8138 | 14472 | LDFLAGS="$ac_save_LDFLAGS" |
29fd3c0c | 14473 | |
10f2d63a VZ |
14474 | fi |
14475 | ||
579d8138 | 14476 | |
21d1c967 | 14477 | if test "$no_x" = "yes"; then |
579d8138 | 14478 | { echo "configure: error: X11 not found" 1>&2; exit 1; } |
21d1c967 GD |
14479 | fi |
14480 | ||
14481 | GUI_TK_LIBRARY="$X_LIBS" | |
14482 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
14483 | AFMINSTALL=afminstall | |
14484 | COMPILED_X_PROGRAM=0 | |
14485 | ||
579d8138 | 14486 | echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 |
f09359cf | 14487 | echo "configure:14488: checking for Motif/Lesstif headers" >&5 |
579d8138 | 14488 | |
21d1c967 GD |
14489 | ac_find_includes= |
14490 | for ac_dir in $SEARCH_INCLUDE; | |
14491 | do | |
14492 | if test -f "$ac_dir/Xm/Xm.h"; then | |
14493 | ac_find_includes=$ac_dir | |
14494 | break | |
14495 | fi | |
14496 | done | |
14497 | ||
14498 | if test "$ac_find_includes" != "" ; then | |
579d8138 | 14499 | echo "$ac_t""found $ac_find_includes" 1>&6 |
21d1c967 | 14500 | else |
579d8138 | 14501 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14502 | #line 14503 "configure" |
10f2d63a | 14503 | #include "confdefs.h" |
21d1c967 GD |
14504 | |
14505 | #include <Xm/Xm.h> | |
579d8138 VS |
14506 | |
14507 | int main() { | |
21d1c967 GD |
14508 | |
14509 | int version; | |
14510 | version = xmUseVersion; | |
579d8138 VS |
14511 | |
14512 | ; return 0; } | |
14513 | EOF | |
f09359cf | 14514 | if { (eval echo configure:14515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
14515 | rm -rf conftest* |
14516 | ||
14517 | echo "$ac_t""found in default search path" 1>&6 | |
21d1c967 | 14518 | COMPILED_X_PROGRAM=1 |
579d8138 | 14519 | |
10f2d63a | 14520 | else |
579d8138 VS |
14521 | echo "configure: failed program was:" >&5 |
14522 | cat conftest.$ac_ext >&5 | |
14523 | rm -rf conftest* | |
14524 | ||
14525 | echo "$ac_t""no" 1>&6 | |
14526 | { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } | |
14527 | ||
14528 | ||
10f2d63a | 14529 | fi |
579d8138 | 14530 | rm -f conftest* |
21d1c967 | 14531 | fi |
10f2d63a | 14532 | |
21d1c967 | 14533 | if test "$COMPILED_X_PROGRAM" = 0; then |
579d8138 | 14534 | echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 |
f09359cf | 14535 | echo "configure:14536: checking for Motif/Lesstif library" >&5 |
579d8138 | 14536 | |
21d1c967 GD |
14537 | ac_find_libraries= |
14538 | for ac_dir in $SEARCH_LIB; | |
14539 | do | |
14540 | for ac_extension in a so sl dylib; do | |
14541 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
14542 | ac_find_libraries=$ac_dir | |
14543 | break 2 | |
14544 | fi | |
14545 | done | |
14546 | done | |
14547 | ||
14548 | if test "$ac_find_libraries" != "" ; then | |
579d8138 | 14549 | |
21d1c967 GD |
14550 | ac_path_to_include=$ac_find_includes |
14551 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
14552 | result=$? | |
14553 | if test $result = 0; then | |
14554 | ac_path_to_include="" | |
14555 | else | |
14556 | ac_path_to_include=" -I$ac_find_includes" | |
14557 | fi | |
14558 | ||
579d8138 | 14559 | |
21d1c967 GD |
14560 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
14561 | result=$? | |
14562 | if test $result = 0; then | |
14563 | ac_path_to_link="" | |
14564 | else | |
14565 | ac_path_to_link=" -L$ac_find_libraries" | |
14566 | fi | |
14567 | ||
579d8138 | 14568 | |
21d1c967 GD |
14569 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" |
14570 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include" | |
579d8138 | 14571 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 14572 | else |
579d8138 | 14573 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14574 | #line 14575 "configure" |
d836ee96 | 14575 | #include "confdefs.h" |
21d1c967 GD |
14576 | |
14577 | #include <Xm/Xm.h> | |
579d8138 VS |
14578 | |
14579 | int main() { | |
21d1c967 GD |
14580 | |
14581 | int version; | |
14582 | version = xmUseVersion; | |
579d8138 VS |
14583 | |
14584 | ; return 0; } | |
14585 | EOF | |
f09359cf | 14586 | if { (eval echo configure:14587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
14587 | rm -rf conftest* |
14588 | ||
14589 | echo "$ac_t""found in default search path" 1>&6 | |
21d1c967 | 14590 | COMPILED_X_PROGRAM=1 |
579d8138 | 14591 | |
d836ee96 | 14592 | else |
579d8138 VS |
14593 | echo "configure: failed program was:" >&5 |
14594 | cat conftest.$ac_ext >&5 | |
14595 | rm -rf conftest* | |
14596 | ||
14597 | echo "$ac_t""no" 1>&6 | |
14598 | { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } | |
14599 | ||
14600 | ||
d836ee96 | 14601 | fi |
579d8138 | 14602 | rm -f conftest* |
21d1c967 GD |
14603 | fi |
14604 | fi | |
14605 | ||
14606 | xpm_link= | |
579d8138 | 14607 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 |
f09359cf | 14608 | echo "configure:14609: checking for Xpm library" >&5 |
579d8138 | 14609 | |
21d1c967 GD |
14610 | ac_find_libraries= |
14611 | for ac_dir in $SEARCH_LIB; | |
14612 | do | |
14613 | for ac_extension in a so sl dylib; do | |
14614 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
14615 | ac_find_libraries=$ac_dir | |
14616 | break 2 | |
14617 | fi | |
14618 | done | |
14619 | done | |
14620 | ||
14621 | if test "$ac_find_libraries" != "" ; then | |
579d8138 | 14622 | |
21d1c967 GD |
14623 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
14624 | result=$? | |
14625 | if test $result = 0; then | |
14626 | ac_path_to_link="" | |
14627 | else | |
14628 | ac_path_to_link=" -L$ac_find_libraries" | |
14629 | fi | |
14630 | ||
14631 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
14632 | xpm_link=" -lXpm" | |
579d8138 | 14633 | cat >> confdefs.h <<\EOF |
21d1c967 | 14634 | #define wxHAVE_LIB_XPM 1 |
d836ee96 | 14635 | EOF |
90dd450c | 14636 | |
579d8138 | 14637 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 14638 | else |
579d8138 | 14639 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14640 | #line 14641 "configure" |
d836ee96 | 14641 | #include "confdefs.h" |
21d1c967 GD |
14642 | |
14643 | #include <X11/xpm.h> | |
579d8138 VS |
14644 | |
14645 | int main() { | |
21d1c967 GD |
14646 | |
14647 | int version; | |
14648 | version = XpmLibraryVersion(); | |
579d8138 VS |
14649 | |
14650 | ; return 0; } | |
14651 | EOF | |
f09359cf | 14652 | if { (eval echo configure:14653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
14653 | rm -rf conftest* |
14654 | ||
21d1c967 | 14655 | xpm_link=" -lXpm" |
579d8138 | 14656 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
14657 | #define wxHAVE_LIB_XPM 1 |
14658 | EOF | |
14659 | ||
579d8138 | 14660 | echo "$ac_t""found in default search path" 1>&6 |
21d1c967 | 14661 | COMPILED_X_PROGRAM=0 |
579d8138 | 14662 | |
d836ee96 | 14663 | else |
579d8138 VS |
14664 | echo "configure: failed program was:" >&5 |
14665 | cat conftest.$ac_ext >&5 | |
14666 | rm -rf conftest* | |
14667 | ||
14668 | echo "$ac_t""no" 1>&6 | |
14669 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
14670 | ||
14671 | ||
d836ee96 | 14672 | fi |
579d8138 | 14673 | rm -f conftest* |
21d1c967 GD |
14674 | fi |
14675 | ||
579d8138 | 14676 | echo $ac_n "checking if we need -lXp and/or -lSM -lICE""... $ac_c" 1>&6 |
f09359cf | 14677 | echo "configure:14678: checking if we need -lXp and/or -lSM -lICE" >&5 |
6a30f1c8 MB |
14678 | libp_link="" |
14679 | libsm_ice_link="" | |
14680 | libs_found=0 | |
14681 | for libp in "" " -lXp"; do | |
14682 | if test "$libs_found" = "0"; then | |
14683 | for libsm_ice in " -lSM -lICE"; do | |
579d8138 | 14684 | if test "$libs_found" = "0"; then |
6a30f1c8 MB |
14685 | save_LIBS="$LIBS" |
14686 | LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11" | |
579d8138 | 14687 | cat > conftest.$ac_ext <<EOF |
f09359cf | 14688 | #line 14689 "configure" |
6a30f1c8 | 14689 | #include "confdefs.h" |
17234b26 | 14690 | |
6a30f1c8 MB |
14691 | #include <Xm/Xm.h> |
14692 | #include <Xm/List.h> | |
579d8138 VS |
14693 | |
14694 | int main() { | |
6a30f1c8 MB |
14695 | |
14696 | XmString string = NULL; | |
14697 | Widget w = NULL; | |
14698 | int position = 0; | |
14699 | XmListAddItem(w, string, position); | |
579d8138 VS |
14700 | |
14701 | ; return 0; } | |
14702 | EOF | |
f09359cf | 14703 | if { (eval echo configure:14704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
14704 | rm -rf conftest* |
14705 | ||
6a30f1c8 MB |
14706 | libp_link="$libp" |
14707 | libsm_ice_link="$libsm_ice" | |
579d8138 | 14708 | echo "$ac_t""need${libp_link}${libsm_ice_link}" 1>&6 |
6a30f1c8 | 14709 | libs_found=1 |
579d8138 | 14710 | |
6a30f1c8 | 14711 | else |
579d8138 VS |
14712 | echo "configure: failed program was:" >&5 |
14713 | cat conftest.$ac_ext >&5 | |
14714 | rm -rf conftest* | |
14715 | ||
14716 | ||
6a30f1c8 | 14717 | fi |
579d8138 | 14718 | rm -f conftest* |
6a30f1c8 MB |
14719 | LIBS="$save_LIBS" |
14720 | fi | |
14721 | done | |
14722 | fi | |
14723 | done | |
14724 | ||
14725 | if test "$libs_found" = "0"; then | |
579d8138 VS |
14726 | echo "$ac_t""can't find the right libraries" 1>&6 |
14727 | { echo "configure: error: can't link a simple motif program" 1>&2; exit 1; } | |
6a30f1c8 MB |
14728 | fi |
14729 | ||
14730 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11" | |
21d1c967 GD |
14731 | TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" |
14732 | TOOLKIT=MOTIF | |
14733 | GUIDIST=MOTIF_DIST | |
14734 | fi | |
14735 | ||
14736 | if test "$wxUSE_MAC" = 1; then | |
14737 | if test "$wxUSE_PRECOMP" = "yes"; then | |
14738 | CPPFLAGS="$CPPFLAGS -cpp-precomp" | |
14739 | else | |
14740 | CPPFLAGS="$CPPFLAGS -no-cpp-precomp" | |
14741 | fi | |
14742 | CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile" | |
14743 | CFLAGS="$CFLAGS -fpascal-strings" | |
14744 | CXXFLAGS="$CXXFLAGS -fpascal-strings" | |
14745 | ||
14746 | TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile" | |
14747 | TOOLKIT=MAC | |
14748 | GUIDIST=MACX_DIST | |
14749 | fi | |
14750 | ||
14751 | if test "$wxUSE_PM" = 1; then | |
14752 | TOOLKIT=PM | |
14753 | GUIDIST=GTK_DIST | |
14754 | fi | |
14755 | ||
14756 | if test "$TOOLKIT" = "PM" ; then | |
14757 | TOOLKIT_DIR="os2" | |
14758 | else | |
14759 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
14760 | fi | |
14761 | ||
14762 | PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst" | |
14763 | ||
14764 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
14765 | ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}" | |
14766 | ||
14767 | ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}" | |
14768 | ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}" | |
14769 | ||
14770 | PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst" | |
14771 | if test "$wxUSE_X11" = 1; then | |
14772 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes" | |
14773 | else | |
14774 | TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}" | |
14775 | fi | |
14776 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" | |
14777 | WIDGET_SET=univ | |
14778 | else | |
14779 | ALL_OBJECTS="\$(GUIOBJS)" | |
14780 | ALL_SOURCES="\$(ALL_SOURCES)" | |
14781 | ALL_HEADERS="\$(ALL_HEADERS)" | |
14782 | fi | |
14783 | ||
14784 | ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)" | |
14785 | ||
14786 | if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then | |
14787 | ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)" | |
14788 | fi | |
14789 | ||
14790 | if test "$wxUSE_HTML" = "yes"; then | |
14791 | ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)" | |
14792 | fi | |
14793 | ||
14794 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
14795 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" | |
14796 | fi | |
14797 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
14798 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
14799 | fi | |
14800 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
14801 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
14802 | fi | |
14803 | ||
14804 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
14805 | DISTDIR="wx\$(TOOLKIT)" | |
90dd450c | 14806 | else |
21d1c967 GD |
14807 | USE_GUI=0 |
14808 | ||
14809 | TOOLKIT_DIR="base" | |
14810 | ||
14811 | if test "$USE_WIN32" = 1 ; then | |
14812 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}" | |
14813 | TOOLKIT_VPATH="\${top_srcdir}/src/msw" | |
14814 | ||
14815 | TOOLKIT="MSW" | |
14816 | else | |
14817 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}" | |
14818 | TOOLKIT_VPATH="\${top_srcdir}/src/unix" | |
14819 | fi | |
14820 | ||
14821 | ALL_SOURCES="\$(ALL_SOURCES)" | |
14822 | ALL_HEADERS="\$(ALL_HEADERS)" | |
14823 | ||
14824 | PORT_FILES="\${top_srcdir}/src/files.lst" | |
14825 | ||
14826 | GUIDIST="BASE_DIST" | |
14827 | DISTDIR="wxBase" | |
d836ee96 VZ |
14828 | fi |
14829 | ||
579d8138 | 14830 | |
21d1c967 GD |
14831 | if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then |
14832 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
6232543b | 14833 | fi |
21d1c967 GD |
14834 | |
14835 | if test "$wxUSE_REGEX" = "builtin" ; then | |
14836 | ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)" | |
1e487827 | 14837 | fi |
21d1c967 GD |
14838 | if test "$wxUSE_ZLIB" = "builtin" ; then |
14839 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
bd3277fe VZ |
14840 | fi |
14841 | ||
579d8138 | 14842 | |
21d1c967 GD |
14843 | if test "$wxUSE_OPENGL" = "yes"; then |
14844 | if test "$wxUSE_MAC" = 1; then | |
14845 | OPENGL_LIBS="-framework OpenGL -framework AGL" | |
14846 | elif test "$wxUSE_MSW" = 1; then | |
14847 | OPENGL_LIBS="-lopengl32 -lglu32" | |
14848 | else | |
579d8138 VS |
14849 | ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` |
14850 | echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 | |
f09359cf | 14851 | echo "configure:14852: checking for GL/gl.h" >&5 |
579d8138 VS |
14852 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
14853 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14854 | else | |
14855 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 14856 | #line 14857 "configure" |
10f2d63a | 14857 | #include "confdefs.h" |
21d1c967 | 14858 | #include <GL/gl.h> |
579d8138 VS |
14859 | EOF |
14860 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
14861 | { (eval echo configure:14862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
14862 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
14863 | if test -z "$ac_err"; then |
14864 | rm -rf conftest* | |
14865 | eval "ac_cv_header_$ac_safe=yes" | |
328a083c | 14866 | else |
579d8138 VS |
14867 | echo "$ac_err" >&5 |
14868 | echo "configure: failed program was:" >&5 | |
698dcdb6 | 14869 | cat conftest.$ac_ext >&5 |
579d8138 VS |
14870 | rm -rf conftest* |
14871 | eval "ac_cv_header_$ac_safe=no" | |
703e0a69 | 14872 | fi |
579d8138 | 14873 | rm -f conftest* |
698dcdb6 | 14874 | fi |
579d8138 VS |
14875 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
14876 | echo "$ac_t""yes" 1>&6 | |
14877 | ||
14878 | echo $ac_n "checking for -lGL""... $ac_c" 1>&6 | |
f09359cf | 14879 | echo "configure:14880: checking for -lGL" >&5 |
579d8138 | 14880 | |
21d1c967 GD |
14881 | ac_find_libraries= |
14882 | for ac_dir in $SEARCH_LIB; | |
14883 | do | |
14884 | for ac_extension in a so sl dylib; do | |
14885 | if test -f "$ac_dir/libGL.$ac_extension"; then | |
14886 | ac_find_libraries=$ac_dir | |
14887 | break 2 | |
14888 | fi | |
14889 | done | |
14890 | done | |
14891 | ||
14892 | if test "$ac_find_libraries" != "" ; then | |
579d8138 | 14893 | |
21d1c967 GD |
14894 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
14895 | result=$? | |
14896 | if test $result = 0; then | |
14897 | ac_path_to_link="" | |
14898 | else | |
14899 | ac_path_to_link=" -L$ac_find_libraries" | |
14900 | fi | |
14901 | ||
14902 | if test "$ac_path_to_link" = " -L/usr/lib" ; then | |
14903 | LDFLAGS_GL="$LDFLAGS" | |
14904 | else | |
14905 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
14906 | fi | |
14907 | OPENGL_LIBS="-lGL -lGLU" | |
579d8138 | 14908 | echo "$ac_t""yes" 1>&6 |
21d1c967 | 14909 | else |
579d8138 VS |
14910 | echo "$ac_t""no" 1>&6 |
14911 | echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6 | |
f09359cf | 14912 | echo "configure:14913: checking for -lMesaGL" >&5 |
579d8138 | 14913 | |
21d1c967 GD |
14914 | ac_find_libraries= |
14915 | for ac_dir in $SEARCH_LIB; | |
14916 | do | |
14917 | for ac_extension in a so sl dylib; do | |
14918 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
14919 | ac_find_libraries=$ac_dir | |
14920 | break 2 | |
14921 | fi | |
14922 | done | |
14923 | done | |
14924 | ||
14925 | if test "$ac_find_libraries" != "" ; then | |
579d8138 | 14926 | |
21d1c967 GD |
14927 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
14928 | result=$? | |
14929 | if test $result = 0; then | |
14930 | ac_path_to_link="" | |
14931 | else | |
14932 | ac_path_to_link=" -L$ac_find_libraries" | |
14933 | fi | |
14934 | ||
14935 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
14936 | OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
579d8138 | 14937 | echo "$ac_t""yes" 1>&6 |
21d1c967 | 14938 | else |
579d8138 | 14939 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
14940 | fi |
14941 | fi | |
579d8138 VS |
14942 | |
14943 | else | |
14944 | echo "$ac_t""no" 1>&6 | |
328a083c | 14945 | fi |
698dcdb6 | 14946 | |
579d8138 | 14947 | |
21d1c967 | 14948 | if test "x$OPENGL_LIBS" = "x"; then |
579d8138 | 14949 | { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; } |
21d1c967 GD |
14950 | fi |
14951 | fi | |
90dd450c | 14952 | |
21d1c967 | 14953 | if test "$wxUSE_OPENGL" = "yes"; then |
579d8138 | 14954 | cat >> confdefs.h <<\EOF |
21d1c967 | 14955 | #define wxUSE_OPENGL 1 |
698dcdb6 | 14956 | EOF |
21d1c967 | 14957 | |
579d8138 | 14958 | cat >> confdefs.h <<\EOF |
21d1c967 GD |
14959 | #define wxUSE_GLCANVAS 1 |
14960 | EOF | |
14961 | ||
14962 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl" | |
14963 | fi | |
10f2d63a | 14964 | fi |
21d1c967 GD |
14965 | |
14966 | if test -z "$TOOLKIT_VPATH" ; then | |
14967 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}" | |
10f2d63a | 14968 | fi |
21d1c967 GD |
14969 | |
14970 | if test -n "$TOOLKIT" ; then | |
14971 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" | |
14972 | fi | |
14973 | ||
14974 | lib_unicode_suffix= | |
14975 | if test "$wxUSE_UNICODE" = "yes"; then | |
14976 | lib_unicode_suffix=u | |
90dd450c | 14977 | fi |
698dcdb6 | 14978 | |
21d1c967 GD |
14979 | lib_debug_suffix= |
14980 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then | |
14981 | lib_debug_suffix=d | |
14982 | fi | |
698dcdb6 | 14983 | |
21d1c967 GD |
14984 | TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}" |
14985 | TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}" | |
14986 | ||
14987 | if test "$cross_compiling" = "yes"; then | |
14988 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}" | |
14989 | TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}" | |
14990 | fi | |
14991 | ||
14992 | WX_LIBRARY="wx_${TOOLCHAIN_NAME}" | |
14993 | WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}" | |
14994 | ||
14995 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
14996 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
14997 | ||
14998 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" | |
14999 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
15000 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" | |
15001 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
15002 | ||
15003 | case "${host}" in | |
15004 | *-*-cygwin* | *-*-mingw32* ) | |
15005 | ||
579d8138 VS |
15006 | |
15007 | ||
17234b26 | 15008 | if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then |
21d1c967 GD |
15009 | WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" |
15010 | WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" | |
15011 | WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}" | |
15012 | WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
15013 | else | |
15014 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
15015 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
15016 | fi | |
15017 | ;; | |
15018 | ||
15019 | *-*-darwin* ) | |
15020 | if test "$wxUSE_MAC" = 1; then | |
3bd8fb5f | 15021 | WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.r" |
21d1c967 GD |
15022 | WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.rsrc" |
15023 | fi | |
15024 | ;; | |
15025 | esac | |
15026 | ||
15027 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
15028 | WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a" | |
15029 | ||
15030 | WXCONFIG_LIBS="-l${WX_LIBRARY}" | |
15031 | WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a" | |
15032 | ||
15033 | if test "$wxUSE_OPENGL" = "yes"; then | |
15034 | WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}" | |
15035 | WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}" | |
15036 | fi | |
15037 | ||
579d8138 VS |
15038 | |
15039 | ||
21d1c967 GD |
15040 | if test "$wxUSE_SHARED" = "yes"; then |
15041 | case "${host}" in | |
15042 | *-pc-os2_emx | *-pc-os2-emx | \ | |
15043 | *-pc-msdosdjgpp ) | |
15044 | wxUSE_SHARED=no | |
579d8138 | 15045 | echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2 |
21d1c967 GD |
15046 | ;; |
15047 | esac | |
15048 | fi | |
15049 | ||
15050 | if test "$wxUSE_SHARED" = "yes"; then | |
15051 | ||
15052 | if test "$wxUSE_OPENGL" = "yes"; then | |
15053 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
15054 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}" | |
15055 | else | |
15056 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
15057 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}" | |
15058 | fi | |
15059 | ||
15060 | if test "$GCC" = "yes"; then | |
15061 | PIC_FLAG="-fPIC" | |
15062 | fi | |
15063 | ||
15064 | SHARED_LD="${CXX} -shared -o" | |
15065 | ||
15066 | case "${host}" in | |
15067 | *-hp-hpux* ) | |
15068 | if test "$GCC" == "yes"; then | |
15069 | SHARED_LD="${SHARED_LD} ${PIC_FLAG}" | |
15070 | else | |
15071 | LDFLAGS="$LDFLAGS -L/usr/lib" | |
15072 | ||
15073 | SHARED_LD="${CXX} -b -o" | |
15074 | PIC_FLAG="+Z" | |
15075 | fi | |
15076 | ||
15077 | if test "$wxUSE_OPENGL" = "yes"; then | |
15078 | WX_ALL_INSTALLED="preinstall_gl" | |
15079 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
15080 | else | |
15081 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
15082 | fi | |
15083 | ;; | |
15084 | ||
15085 | *-*-linux* ) | |
15086 | if test "$GCC" != "yes"; then | |
579d8138 | 15087 | echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6 |
f09359cf | 15088 | echo "configure:15089: checking for Intel compiler" >&5 |
579d8138 VS |
15089 | if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then |
15090 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15091 | else | |
15092 | ||
15093 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15094 | #line 15095 "configure" |
698dcdb6 | 15095 | #include "confdefs.h" |
90dd450c | 15096 | |
579d8138 | 15097 | int main() { |
90dd450c | 15098 | |
21d1c967 GD |
15099 | #ifndef __INTEL_COMPILER |
15100 | #error Not icc | |
15101 | #endif | |
579d8138 VS |
15102 | |
15103 | ; return 0; } | |
15104 | EOF | |
f09359cf | 15105 | if { (eval echo configure:15106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 15106 | rm -rf conftest* |
21d1c967 | 15107 | wx_cv_prog_icc=yes |
6232543b | 15108 | else |
579d8138 VS |
15109 | echo "configure: failed program was:" >&5 |
15110 | cat conftest.$ac_ext >&5 | |
15111 | rm -rf conftest* | |
15112 | wx_cv_prog_icc=no | |
15113 | ||
698dcdb6 | 15114 | fi |
579d8138 VS |
15115 | rm -f conftest* |
15116 | ||
328a083c | 15117 | fi |
579d8138 VS |
15118 | |
15119 | echo "$ac_t""$wx_cv_prog_icc" 1>&6 | |
21d1c967 GD |
15120 | if test "$wx_cv_prog_icc" = "yes"; then |
15121 | PIC_FLAG="-KPIC" | |
15122 | fi | |
15123 | fi | |
15124 | ||
15125 | if test "$wxUSE_SONAME" = "yes" ; then | |
15126 | SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}" | |
15127 | SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}" | |
15128 | WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)" | |
15129 | fi | |
15130 | ;; | |
15131 | ||
15132 | *-*-solaris2* ) | |
15133 | if test "$GCC" = yes ; then | |
15134 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
15135 | else | |
15136 | SHARED_LD="${CXX} -G -o" | |
15137 | PIC_FLAG="-KPIC" | |
15138 | SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}" | |
15139 | SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED_GL}" | |
15140 | fi | |
15141 | ;; | |
15142 | ||
15143 | *-*-darwin* ) | |
15144 | CFLAGS="$CFLAGS -fno-common -DWXMAKINGDLL" | |
15145 | CXXFLAGS="$CXXFLAGS -fno-common -DWXMAKINGDLL" | |
15146 | SHARED_LD="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o" | |
15147 | PIC_FLAG="-dynamic -fPIC" | |
15148 | SONAME_FLAGS="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION}" | |
15149 | SONAME_FLAGS_GL=${SONAME_FLAGS} | |
15150 | ;; | |
15151 | ||
15152 | *-*-aix* ) | |
321d2b14 VZ |
15153 | # Extract the first word of "makeC++SharedLib", so it can be a program name with args. |
15154 | set dummy makeC++SharedLib; ac_word=$2 | |
579d8138 | 15155 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 15156 | echo "configure:15157: checking for $ac_word" >&5 |
579d8138 VS |
15157 | if eval "test \"`echo '$''{'ac_cv_prog_AIX_CXX_LD'+set}'`\" = set"; then |
15158 | echo $ac_n "(cached) $ac_c" 1>&6 | |
321d2b14 VZ |
15159 | else |
15160 | if test -n "$AIX_CXX_LD"; then | |
15161 | ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test. | |
15162 | else | |
f09359cf VS |
15163 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
15164 | ac_dummy="$PATH" | |
15165 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
15166 | test -z "$ac_dir" && ac_dir=. |
15167 | if test -f $ac_dir/$ac_word; then | |
15168 | ac_cv_prog_AIX_CXX_LD="makeC++SharedLib" | |
15169 | break | |
15170 | fi | |
15171 | done | |
15172 | IFS="$ac_save_ifs" | |
321d2b14 VZ |
15173 | test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib" |
15174 | fi | |
15175 | fi | |
579d8138 | 15176 | AIX_CXX_LD="$ac_cv_prog_AIX_CXX_LD" |
321d2b14 | 15177 | if test -n "$AIX_CXX_LD"; then |
579d8138 | 15178 | echo "$ac_t""$AIX_CXX_LD" 1>&6 |
321d2b14 | 15179 | else |
579d8138 | 15180 | echo "$ac_t""no" 1>&6 |
321d2b14 VZ |
15181 | fi |
15182 | ||
579d8138 | 15183 | |
321d2b14 | 15184 | SHARED_LD="$(AIX_CXX_LD) -p 0 -o" |
21d1c967 GD |
15185 | ;; |
15186 | ||
15187 | *-*-cygwin* | *-*-mingw32* ) | |
15188 | ||
15189 | WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a" | |
15190 | ||
15191 | SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o" | |
15192 | TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1" | |
15193 | ||
15194 | PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1" | |
15195 | ||
15196 | if test "$wxUSE_OPENGL" = "yes"; then | |
15197 | WX_ALL_INSTALLED="preinstall_gl" | |
15198 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
15199 | else | |
15200 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
15201 | fi | |
15202 | ;; | |
15203 | ||
15204 | *-*-beos* ) | |
15205 | SHARED_LD="${LD} -shared -o" | |
15206 | ;; | |
15207 | ||
15208 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ | |
15209 | *-*-sunos4* | \ | |
15210 | *-*-irix5* | *-*-irix6* | \ | |
15211 | *-*-osf* | \ | |
15212 | *-*-dgux5* | \ | |
15213 | *-*-sysv5* ) | |
15214 | ;; | |
15215 | ||
15216 | *) | |
579d8138 | 15217 | { echo "configure: error: unknown system type $host." 1>&2; exit 1; } |
21d1c967 GD |
15218 | esac |
15219 | ||
15220 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
15221 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
15222 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}" | |
15223 | fi | |
15224 | ||
15225 | WX_TARGET_LIBRARY_TYPE="so" | |
15226 | INSTALL_LIBRARY='$(INSTALL_PROGRAM)' | |
90dd450c | 15227 | fi |
10f2d63a | 15228 | |
21d1c967 GD |
15229 | if test "$wxUSE_SHARED" = "no"; then |
15230 | ||
15231 | if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then | |
15232 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
15233 | fi | |
15234 | ||
15235 | if test "$wxUSE_MAC" = 1; then | |
15236 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
15237 | fi | |
15238 | ||
15239 | if test "$wxUSE_OPENGL" = "yes"; then | |
15240 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl" | |
15241 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}" | |
15242 | else | |
15243 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}" | |
15244 | fi | |
15245 | ||
15246 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
15247 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" | |
15248 | ||
15249 | WX_TARGET_LIBRARY_TYPE="a" | |
15250 | INSTALL_LIBRARY='$(INSTALL_DATA)' | |
90dd450c | 15251 | fi |
1e487827 | 15252 | |
21d1c967 GD |
15253 | if test "$wxUSE_MAC" = 1; then |
15254 | LIBWXMACRES="\$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}" | |
15255 | WX_ALL="${WX_ALL} ${LIBWXMACRES}" | |
15256 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res" | |
15257 | # Extract the first word of "Rez", so it can be a program name with args. | |
15258 | set dummy Rez; ac_word=$2 | |
579d8138 | 15259 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 15260 | echo "configure:15261: checking for $ac_word" >&5 |
579d8138 VS |
15261 | if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then |
15262 | echo $ac_n "(cached) $ac_c" 1>&6 | |
b93d0d08 | 15263 | else |
21d1c967 GD |
15264 | if test -n "$RESCOMP"; then |
15265 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
b93d0d08 | 15266 | else |
f09359cf VS |
15267 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
15268 | ac_dummy="$PATH" | |
15269 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
15270 | test -z "$ac_dir" && ac_dir=. |
15271 | if test -f $ac_dir/$ac_word; then | |
15272 | ac_cv_prog_RESCOMP="Rez" | |
15273 | break | |
15274 | fi | |
15275 | done | |
15276 | IFS="$ac_save_ifs" | |
21d1c967 | 15277 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" |
b93d0d08 | 15278 | fi |
b93d0d08 | 15279 | fi |
579d8138 | 15280 | RESCOMP="$ac_cv_prog_RESCOMP" |
21d1c967 | 15281 | if test -n "$RESCOMP"; then |
579d8138 | 15282 | echo "$ac_t""$RESCOMP" 1>&6 |
90dd450c | 15283 | else |
579d8138 | 15284 | echo "$ac_t""no" 1>&6 |
90dd450c | 15285 | fi |
b93d0d08 | 15286 | |
21d1c967 GD |
15287 | # Extract the first word of "DeRez", so it can be a program name with args. |
15288 | set dummy DeRez; ac_word=$2 | |
579d8138 | 15289 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
f09359cf | 15290 | echo "configure:15291: checking for $ac_word" >&5 |
579d8138 VS |
15291 | if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then |
15292 | echo $ac_n "(cached) $ac_c" 1>&6 | |
3a922bb4 | 15293 | else |
21d1c967 GD |
15294 | if test -n "$DEREZ"; then |
15295 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
4f14bcd8 | 15296 | else |
f09359cf VS |
15297 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
15298 | ac_dummy="$PATH" | |
15299 | for ac_dir in $ac_dummy; do | |
579d8138 VS |
15300 | test -z "$ac_dir" && ac_dir=. |
15301 | if test -f $ac_dir/$ac_word; then | |
15302 | ac_cv_prog_DEREZ="DeRez" | |
15303 | break | |
15304 | fi | |
15305 | done | |
15306 | IFS="$ac_save_ifs" | |
21d1c967 | 15307 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" |
3a922bb4 | 15308 | fi |
90dd450c | 15309 | fi |
579d8138 | 15310 | DEREZ="$ac_cv_prog_DEREZ" |
21d1c967 | 15311 | if test -n "$DEREZ"; then |
579d8138 | 15312 | echo "$ac_t""$DEREZ" 1>&6 |
90dd450c | 15313 | else |
579d8138 | 15314 | echo "$ac_t""no" 1>&6 |
3a922bb4 | 15315 | fi |
698dcdb6 | 15316 | |
21d1c967 GD |
15317 | MACOSX_BUNDLE="bundle" |
15318 | if test "$wxUSE_SHARED" = "yes"; then | |
15319 | LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r -o \$(BIN_PROGRAM)" | |
15320 | LIBWXMACRESWXCONFIG="${RESCOMP} -t APPL Carbon.r -o" | |
15321 | else | |
15322 | LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)" | |
15323 | LIBWXMACRESWXCONFIG="${RESCOMP} -t APPL Carbon.r \${prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" | |
15324 | fi | |
15325 | else | |
15326 | if test "$wxUSE_PM" = 1; then | |
15327 | LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)" | |
90dd450c | 15328 | fi |
4f14bcd8 | 15329 | fi |
10f2d63a | 15330 | |
579d8138 VS |
15331 | |
15332 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
f09359cf | 15333 | echo "configure:15334: checking for ANSI C header files" >&5 |
579d8138 VS |
15334 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
15335 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 15336 | else |
579d8138 | 15337 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15338 | #line 15339 "configure" |
90dd450c | 15339 | #include "confdefs.h" |
579d8138 VS |
15340 | #include <stdlib.h> |
15341 | #include <stdarg.h> | |
15342 | #include <string.h> | |
15343 | #include <float.h> | |
15344 | EOF | |
15345 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
15346 | { (eval echo configure:15347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
15347 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
15348 | if test -z "$ac_err"; then |
15349 | rm -rf conftest* | |
15350 | ac_cv_header_stdc=yes | |
15351 | else | |
15352 | echo "$ac_err" >&5 | |
15353 | echo "configure: failed program was:" >&5 | |
15354 | cat conftest.$ac_ext >&5 | |
15355 | rm -rf conftest* | |
15356 | ac_cv_header_stdc=no | |
15357 | fi | |
15358 | rm -f conftest* | |
15359 | ||
15360 | if test $ac_cv_header_stdc = yes; then | |
15361 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
15362 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15363 | #line 15364 "configure" |
579d8138 VS |
15364 | #include "confdefs.h" |
15365 | #include <string.h> | |
15366 | EOF | |
15367 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
15368 | egrep "memchr" >/dev/null 2>&1; then | |
15369 | : | |
90dd450c | 15370 | else |
579d8138 VS |
15371 | rm -rf conftest* |
15372 | ac_cv_header_stdc=no | |
90dd450c | 15373 | fi |
579d8138 VS |
15374 | rm -f conftest* |
15375 | ||
90dd450c | 15376 | fi |
579d8138 VS |
15377 | |
15378 | if test $ac_cv_header_stdc = yes; then | |
15379 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
15380 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15381 | #line 15382 "configure" |
579d8138 VS |
15382 | #include "confdefs.h" |
15383 | #include <stdlib.h> | |
15384 | EOF | |
15385 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
15386 | egrep "free" >/dev/null 2>&1; then | |
90dd450c | 15387 | : |
10f2d63a | 15388 | else |
579d8138 VS |
15389 | rm -rf conftest* |
15390 | ac_cv_header_stdc=no | |
15391 | fi | |
15392 | rm -f conftest* | |
9d353d4a | 15393 | |
579d8138 VS |
15394 | fi |
15395 | ||
15396 | if test $ac_cv_header_stdc = yes; then | |
15397 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
15398 | if test "$cross_compiling" = yes; then | |
15399 | : | |
15400 | else | |
15401 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15402 | #line 15403 "configure" |
579d8138 VS |
15403 | #include "confdefs.h" |
15404 | #include <ctype.h> | |
15405 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
15406 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
15407 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
15408 | int main () { int i; for (i = 0; i < 256; i++) | |
15409 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
15410 | exit (0); } | |
15411 | ||
15412 | EOF | |
f09359cf | 15413 | if { (eval echo configure:15414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
579d8138 VS |
15414 | then |
15415 | : | |
15416 | else | |
15417 | echo "configure: failed program was:" >&5 | |
15418 | cat conftest.$ac_ext >&5 | |
15419 | rm -fr conftest* | |
15420 | ac_cv_header_stdc=no | |
15421 | fi | |
15422 | rm -fr conftest* | |
15423 | fi | |
15424 | ||
15425 | fi | |
15426 | fi | |
15427 | ||
15428 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
15429 | if test $ac_cv_header_stdc = yes; then | |
15430 | cat >> confdefs.h <<\EOF | |
15431 | #define STDC_HEADERS 1 | |
9d353d4a RR |
15432 | EOF |
15433 | ||
90dd450c | 15434 | fi |
9d353d4a | 15435 | |
579d8138 | 15436 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 |
f09359cf | 15437 | echo "configure:15438: checking for mode_t" >&5 |
579d8138 VS |
15438 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then |
15439 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 15440 | else |
579d8138 | 15441 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15442 | #line 15443 "configure" |
10f2d63a | 15443 | #include "confdefs.h" |
579d8138 VS |
15444 | #include <sys/types.h> |
15445 | #if STDC_HEADERS | |
15446 | #include <stdlib.h> | |
15447 | #include <stddef.h> | |
15448 | #endif | |
15449 | EOF | |
15450 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
f09359cf | 15451 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
579d8138 VS |
15452 | rm -rf conftest* |
15453 | ac_cv_type_mode_t=yes | |
698dcdb6 | 15454 | else |
579d8138 VS |
15455 | rm -rf conftest* |
15456 | ac_cv_type_mode_t=no | |
698dcdb6 | 15457 | fi |
579d8138 VS |
15458 | rm -f conftest* |
15459 | ||
698dcdb6 | 15460 | fi |
579d8138 VS |
15461 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 |
15462 | if test $ac_cv_type_mode_t = no; then | |
15463 | cat >> confdefs.h <<\EOF | |
15464 | #define mode_t int | |
15465 | EOF | |
15466 | ||
15467 | fi | |
15468 | ||
15469 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 | |
f09359cf | 15470 | echo "configure:15471: checking for off_t" >&5 |
579d8138 VS |
15471 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
15472 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15473 | else | |
15474 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15475 | #line 15476 "configure" |
579d8138 VS |
15476 | #include "confdefs.h" |
15477 | #include <sys/types.h> | |
15478 | #if STDC_HEADERS | |
15479 | #include <stdlib.h> | |
15480 | #include <stddef.h> | |
15481 | #endif | |
15482 | EOF | |
15483 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
f09359cf | 15484 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
579d8138 VS |
15485 | rm -rf conftest* |
15486 | ac_cv_type_off_t=yes | |
328a083c | 15487 | else |
579d8138 VS |
15488 | rm -rf conftest* |
15489 | ac_cv_type_off_t=no | |
15490 | fi | |
15491 | rm -f conftest* | |
328a083c | 15492 | |
579d8138 VS |
15493 | fi |
15494 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
15495 | if test $ac_cv_type_off_t = no; then | |
15496 | cat >> confdefs.h <<\EOF | |
90dd450c | 15497 | #define off_t long |
10f2d63a VZ |
15498 | EOF |
15499 | ||
90dd450c | 15500 | fi |
10f2d63a | 15501 | |
579d8138 | 15502 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
f09359cf | 15503 | echo "configure:15504: checking for pid_t" >&5 |
579d8138 VS |
15504 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
15505 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 15506 | else |
579d8138 | 15507 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15508 | #line 15509 "configure" |
10f2d63a | 15509 | #include "confdefs.h" |
579d8138 VS |
15510 | #include <sys/types.h> |
15511 | #if STDC_HEADERS | |
15512 | #include <stdlib.h> | |
15513 | #include <stddef.h> | |
15514 | #endif | |
15515 | EOF | |
15516 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
f09359cf | 15517 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
579d8138 | 15518 | rm -rf conftest* |
90dd450c | 15519 | ac_cv_type_pid_t=yes |
698dcdb6 | 15520 | else |
579d8138 VS |
15521 | rm -rf conftest* |
15522 | ac_cv_type_pid_t=no | |
698dcdb6 | 15523 | fi |
579d8138 | 15524 | rm -f conftest* |
328a083c | 15525 | |
579d8138 VS |
15526 | fi |
15527 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
15528 | if test $ac_cv_type_pid_t = no; then | |
15529 | cat >> confdefs.h <<\EOF | |
90dd450c | 15530 | #define pid_t int |
10f2d63a VZ |
15531 | EOF |
15532 | ||
90dd450c | 15533 | fi |
328a083c | 15534 | |
579d8138 | 15535 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
f09359cf | 15536 | echo "configure:15537: checking for size_t" >&5 |
579d8138 VS |
15537 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
15538 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 15539 | else |
579d8138 | 15540 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15541 | #line 15542 "configure" |
328a083c | 15542 | #include "confdefs.h" |
579d8138 VS |
15543 | #include <sys/types.h> |
15544 | #if STDC_HEADERS | |
15545 | #include <stdlib.h> | |
15546 | #include <stddef.h> | |
15547 | #endif | |
15548 | EOF | |
15549 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
f09359cf | 15550 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
579d8138 | 15551 | rm -rf conftest* |
90dd450c | 15552 | ac_cv_type_size_t=yes |
18dbb1f6 | 15553 | else |
579d8138 VS |
15554 | rm -rf conftest* |
15555 | ac_cv_type_size_t=no | |
18dbb1f6 | 15556 | fi |
579d8138 | 15557 | rm -f conftest* |
328a083c | 15558 | |
579d8138 VS |
15559 | fi |
15560 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
15561 | if test $ac_cv_type_size_t = no; then | |
15562 | cat >> confdefs.h <<\EOF | |
90dd450c VZ |
15563 | #define size_t unsigned |
15564 | EOF | |
15565 | ||
15566 | fi | |
15567 | ||
579d8138 | 15568 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 |
f09359cf | 15569 | echo "configure:15570: checking for uid_t in sys/types.h" >&5 |
579d8138 VS |
15570 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
15571 | echo $ac_n "(cached) $ac_c" 1>&6 | |
b3e8d00a | 15572 | else |
579d8138 | 15573 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15574 | #line 15575 "configure" |
b3e8d00a | 15575 | #include "confdefs.h" |
90dd450c | 15576 | #include <sys/types.h> |
579d8138 | 15577 | EOF |
90dd450c VZ |
15578 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
15579 | egrep "uid_t" >/dev/null 2>&1; then | |
579d8138 | 15580 | rm -rf conftest* |
90dd450c | 15581 | ac_cv_type_uid_t=yes |
b3e8d00a | 15582 | else |
579d8138 | 15583 | rm -rf conftest* |
90dd450c | 15584 | ac_cv_type_uid_t=no |
b3e8d00a | 15585 | fi |
90dd450c | 15586 | rm -f conftest* |
b3e8d00a | 15587 | |
4f14bcd8 | 15588 | fi |
328a083c | 15589 | |
579d8138 VS |
15590 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 |
15591 | if test $ac_cv_type_uid_t = no; then | |
15592 | cat >> confdefs.h <<\EOF | |
90dd450c VZ |
15593 | #define uid_t int |
15594 | EOF | |
15595 | ||
579d8138 | 15596 | cat >> confdefs.h <<\EOF |
90dd450c | 15597 | #define gid_t int |
b3e8d00a | 15598 | EOF |
4f14bcd8 | 15599 | |
b3e8d00a | 15600 | fi |
b3e8d00a | 15601 | |
579d8138 VS |
15602 | |
15603 | ||
15604 | ac_ext=C | |
15605 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
4f14bcd8 | 15606 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 15607 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 15608 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 15609 | cross_compiling=$ac_cv_prog_cxx_cross |
90dd450c | 15610 | |
579d8138 | 15611 | echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6 |
f09359cf | 15612 | echo "configure:15613: checking if size_t is unsigned int" >&5 |
579d8138 VS |
15613 | if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then |
15614 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 15615 | else |
579d8138 | 15616 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15617 | #line 15618 "configure" |
10f2d63a | 15618 | #include "confdefs.h" |
90dd450c | 15619 | #include <stddef.h> |
579d8138 | 15620 | int main() { |
90dd450c VZ |
15621 | |
15622 | return 0; } | |
15623 | ||
15624 | struct Foo { void foo(size_t); void foo(unsigned int); }; | |
15625 | ||
15626 | int bar() { | |
579d8138 VS |
15627 | |
15628 | ; return 0; } | |
15629 | EOF | |
f09359cf | 15630 | if { (eval echo configure:15631: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 15631 | rm -rf conftest* |
90dd450c | 15632 | wx_cv_size_t_is_uint=no |
698dcdb6 | 15633 | else |
579d8138 VS |
15634 | echo "configure: failed program was:" >&5 |
15635 | cat conftest.$ac_ext >&5 | |
15636 | rm -rf conftest* | |
15637 | wx_cv_size_t_is_uint=yes | |
15638 | ||
698dcdb6 | 15639 | fi |
579d8138 | 15640 | rm -f conftest* |
698dcdb6 | 15641 | |
328a083c | 15642 | fi |
579d8138 VS |
15643 | |
15644 | echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6 | |
4f14bcd8 | 15645 | |
90dd450c | 15646 | if test "$wx_cv_size_t_is_uint" = "yes"; then |
579d8138 | 15647 | cat >> confdefs.h <<\EOF |
90dd450c | 15648 | #define wxSIZE_T_IS_UINT 1 |
698dcdb6 VZ |
15649 | EOF |
15650 | ||
90dd450c | 15651 | else |
579d8138 | 15652 | echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6 |
f09359cf | 15653 | echo "configure:15654: checking if size_t is unsigned long" >&5 |
579d8138 VS |
15654 | if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then |
15655 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 15656 | else |
579d8138 | 15657 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15658 | #line 15659 "configure" |
10f2d63a | 15659 | #include "confdefs.h" |
90dd450c | 15660 | #include <stddef.h> |
579d8138 | 15661 | int main() { |
90dd450c VZ |
15662 | |
15663 | return 0; } | |
15664 | ||
15665 | struct Foo { void foo(size_t); void foo(unsigned long); }; | |
15666 | ||
15667 | int bar() { | |
579d8138 VS |
15668 | |
15669 | ; return 0; } | |
15670 | EOF | |
f09359cf | 15671 | if { (eval echo configure:15672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 15672 | rm -rf conftest* |
90dd450c | 15673 | wx_cv_size_t_is_ulong=no |
698dcdb6 | 15674 | else |
579d8138 VS |
15675 | echo "configure: failed program was:" >&5 |
15676 | cat conftest.$ac_ext >&5 | |
15677 | rm -rf conftest* | |
15678 | wx_cv_size_t_is_ulong=yes | |
15679 | ||
698dcdb6 | 15680 | fi |
579d8138 VS |
15681 | rm -f conftest* |
15682 | ||
328a083c | 15683 | fi |
579d8138 VS |
15684 | |
15685 | echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6 | |
10f2d63a | 15686 | |
90dd450c | 15687 | if test "$wx_cv_size_t_is_ulong" = "yes"; then |
579d8138 | 15688 | cat >> confdefs.h <<\EOF |
90dd450c | 15689 | #define wxSIZE_T_IS_ULONG 1 |
4f14bcd8 GD |
15690 | EOF |
15691 | ||
15692 | fi | |
90dd450c | 15693 | fi |
1e487827 | 15694 | |
90dd450c | 15695 | ac_ext=c |
579d8138 | 15696 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 15697 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 15698 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 15699 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
15700 | cross_compiling=$ac_cv_prog_cc_cross |
15701 | ||
698dcdb6 | 15702 | |
328a083c | 15703 | |
579d8138 | 15704 | echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 |
f09359cf | 15705 | echo "configure:15706: checking for pw_gecos in struct passwd" >&5 |
579d8138 VS |
15706 | if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then |
15707 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15708 | else | |
15709 | ||
15710 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15711 | #line 15712 "configure" |
4f14bcd8 | 15712 | #include "confdefs.h" |
90dd450c | 15713 | #include <pwd.h> |
579d8138 | 15714 | int main() { |
f6bcfd97 | 15715 | |
90dd450c VZ |
15716 | char *p; |
15717 | struct passwd *pw; | |
15718 | p = pw->pw_gecos; | |
579d8138 VS |
15719 | |
15720 | ; return 0; } | |
15721 | EOF | |
f09359cf | 15722 | if { (eval echo configure:15723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
15723 | rm -rf conftest* |
15724 | ||
90dd450c | 15725 | wx_cv_struct_pw_gecos=yes |
579d8138 | 15726 | |
10f2d63a | 15727 | else |
579d8138 VS |
15728 | echo "configure: failed program was:" >&5 |
15729 | cat conftest.$ac_ext >&5 | |
15730 | rm -rf conftest* | |
15731 | ||
90dd450c | 15732 | wx_cv_struct_pw_gecos=no |
579d8138 VS |
15733 | |
15734 | ||
4f14bcd8 | 15735 | fi |
579d8138 VS |
15736 | rm -f conftest* |
15737 | ||
c521c494 | 15738 | |
328a083c | 15739 | fi |
579d8138 VS |
15740 | |
15741 | echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 | |
c521c494 | 15742 | |
90dd450c | 15743 | if test "$wx_cv_struct_pw_gecos" = "yes"; then |
579d8138 | 15744 | cat >> confdefs.h <<\EOF |
90dd450c | 15745 | #define HAVE_PW_GECOS 1 |
4f14bcd8 | 15746 | EOF |
c521c494 | 15747 | |
90dd450c | 15748 | fi |
4f14bcd8 | 15749 | |
579d8138 | 15750 | |
d29b553b VZ |
15751 | WCHAR_OK=0 |
15752 | if test "$wx_cv_sizeof_wchar_t" != "0"; then | |
15753 | WCHAR_LINK= | |
579d8138 | 15754 | for ac_func in wcslen |
7a30264c | 15755 | do |
579d8138 | 15756 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 15757 | echo "configure:15758: checking for $ac_func" >&5 |
579d8138 VS |
15758 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
15759 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15760 | else | |
15761 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15762 | #line 15763 "configure" |
4f14bcd8 | 15763 | #include "confdefs.h" |
7a30264c | 15764 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 15765 | which can conflict with char $ac_func(); below. */ |
7a30264c | 15766 | #include <assert.h> |
4f14bcd8 GD |
15767 | /* Override any gcc2 internal prototype to avoid an error. */ |
15768 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
15769 | builtin and then its argument prototype would still apply. */ |
15770 | char $ac_func(); | |
15771 | ||
15772 | int main() { | |
7a30264c VZ |
15773 | |
15774 | /* The GNU C library defines this for functions which it implements | |
15775 | to always fail with ENOSYS. Some functions are actually named | |
15776 | something starting with __ and the normal name is an alias. */ | |
15777 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15778 | choke me | |
15779 | #else | |
579d8138 | 15780 | $ac_func(); |
7a30264c VZ |
15781 | #endif |
15782 | ||
579d8138 VS |
15783 | ; return 0; } |
15784 | EOF | |
f09359cf | 15785 | if { (eval echo configure:15786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
15786 | rm -rf conftest* |
15787 | eval "ac_cv_func_$ac_func=yes" | |
15788 | else | |
15789 | echo "configure: failed program was:" >&5 | |
15790 | cat conftest.$ac_ext >&5 | |
15791 | rm -rf conftest* | |
15792 | eval "ac_cv_func_$ac_func=no" | |
15793 | fi | |
15794 | rm -f conftest* | |
15795 | fi | |
15796 | ||
15797 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15798 | echo "$ac_t""yes" 1>&6 | |
15799 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15800 | cat >> confdefs.h <<EOF | |
15801 | #define $ac_tr_func 1 | |
15802 | EOF | |
15803 | ||
15804 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 15805 | #define HAVE_WCSLEN 1 |
9d8deca0 VZ |
15806 | EOF |
15807 | ||
7a30264c | 15808 | WCHAR_OK=1 |
579d8138 VS |
15809 | |
15810 | else | |
15811 | echo "$ac_t""no" 1>&6 | |
7a30264c VZ |
15812 | fi |
15813 | done | |
9d8deca0 | 15814 | |
579d8138 | 15815 | |
7a30264c VZ |
15816 | if test "$WCHAR_OK" = 0; then |
15817 | if test "$TOOLKIT" = "MSW"; then | |
579d8138 | 15818 | echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6 |
f09359cf | 15819 | echo "configure:15820: checking for wcslen in -lmsvcrt" >&5 |
579d8138 VS |
15820 | ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'` |
15821 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15822 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 15823 | else |
579d8138 | 15824 | ac_save_LIBS="$LIBS" |
7a30264c | 15825 | LIBS="-lmsvcrt $LIBS" |
579d8138 | 15826 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15827 | #line 15828 "configure" |
10f2d63a | 15828 | #include "confdefs.h" |
4f14bcd8 GD |
15829 | /* Override any gcc2 internal prototype to avoid an error. */ |
15830 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
15831 | builtin and then its argument prototype would still apply. */ |
15832 | char wcslen(); | |
15833 | ||
15834 | int main() { | |
15835 | wcslen() | |
15836 | ; return 0; } | |
15837 | EOF | |
f09359cf | 15838 | if { (eval echo configure:15839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
15839 | rm -rf conftest* |
15840 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15841 | else | |
15842 | echo "configure: failed program was:" >&5 | |
15843 | cat conftest.$ac_ext >&5 | |
15844 | rm -rf conftest* | |
15845 | eval "ac_cv_lib_$ac_lib_var=no" | |
15846 | fi | |
15847 | rm -f conftest* | |
15848 | LIBS="$ac_save_LIBS" | |
15849 | ||
15850 | fi | |
15851 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15852 | echo "$ac_t""yes" 1>&6 | |
15853 | ||
15854 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 15855 | #define HAVE_WCSLEN 1 |
9d8deca0 VZ |
15856 | EOF |
15857 | ||
7a30264c | 15858 | WCHAR_OK=1 |
579d8138 VS |
15859 | |
15860 | else | |
15861 | echo "$ac_t""no" 1>&6 | |
d29b553b | 15862 | fi |
698dcdb6 | 15863 | |
7a30264c | 15864 | else |
579d8138 | 15865 | echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 |
f09359cf | 15866 | echo "configure:15867: checking for wcslen in -lw" >&5 |
579d8138 VS |
15867 | ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` |
15868 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15869 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 15870 | else |
579d8138 | 15871 | ac_save_LIBS="$LIBS" |
7a30264c | 15872 | LIBS="-lw $LIBS" |
579d8138 | 15873 | cat > conftest.$ac_ext <<EOF |
f09359cf | 15874 | #line 15875 "configure" |
95c8801c | 15875 | #include "confdefs.h" |
4f14bcd8 GD |
15876 | /* Override any gcc2 internal prototype to avoid an error. */ |
15877 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
15878 | builtin and then its argument prototype would still apply. */ |
15879 | char wcslen(); | |
15880 | ||
15881 | int main() { | |
15882 | wcslen() | |
15883 | ; return 0; } | |
15884 | EOF | |
f09359cf | 15885 | if { (eval echo configure:15886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
15886 | rm -rf conftest* |
15887 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15888 | else | |
15889 | echo "configure: failed program was:" >&5 | |
15890 | cat conftest.$ac_ext >&5 | |
15891 | rm -rf conftest* | |
15892 | eval "ac_cv_lib_$ac_lib_var=no" | |
15893 | fi | |
15894 | rm -f conftest* | |
15895 | LIBS="$ac_save_LIBS" | |
15896 | ||
15897 | fi | |
15898 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15899 | echo "$ac_t""yes" 1>&6 | |
15900 | ||
15901 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
15902 | #define HAVE_WCSLEN 1 |
15903 | EOF | |
698dcdb6 | 15904 | |
7a30264c VZ |
15905 | WCHAR_LINK=" -lw" |
15906 | WCHAR_OK=1 | |
579d8138 VS |
15907 | |
15908 | else | |
15909 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 | 15910 | fi |
10f2d63a | 15911 | |
7a30264c | 15912 | fi |
d29b553b | 15913 | fi |
4f14bcd8 | 15914 | fi |
95c8801c | 15915 | |
d29b553b | 15916 | if test "$WCHAR_OK" = 1; then |
579d8138 | 15917 | cat >> confdefs.h <<\EOF |
d29b553b VZ |
15918 | #define wxUSE_WCHAR_T 1 |
15919 | EOF | |
10f2d63a | 15920 | |
579d8138 VS |
15921 | |
15922 | for ac_func in wcsrtombs | |
eb4efbdc | 15923 | do |
579d8138 | 15924 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 15925 | echo "configure:15926: checking for $ac_func" >&5 |
579d8138 VS |
15926 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
15927 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15928 | else | |
15929 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15930 | #line 15931 "configure" |
eb4efbdc VZ |
15931 | #include "confdefs.h" |
15932 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 15933 | which can conflict with char $ac_func(); below. */ |
eb4efbdc VZ |
15934 | #include <assert.h> |
15935 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15936 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
15937 | builtin and then its argument prototype would still apply. */ |
15938 | char $ac_func(); | |
15939 | ||
15940 | int main() { | |
eb4efbdc VZ |
15941 | |
15942 | /* The GNU C library defines this for functions which it implements | |
15943 | to always fail with ENOSYS. Some functions are actually named | |
15944 | something starting with __ and the normal name is an alias. */ | |
15945 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15946 | choke me | |
15947 | #else | |
579d8138 | 15948 | $ac_func(); |
eb4efbdc VZ |
15949 | #endif |
15950 | ||
579d8138 | 15951 | ; return 0; } |
eb4efbdc | 15952 | EOF |
f09359cf | 15953 | if { (eval echo configure:15954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
15954 | rm -rf conftest* |
15955 | eval "ac_cv_func_$ac_func=yes" | |
15956 | else | |
15957 | echo "configure: failed program was:" >&5 | |
15958 | cat conftest.$ac_ext >&5 | |
15959 | rm -rf conftest* | |
15960 | eval "ac_cv_func_$ac_func=no" | |
15961 | fi | |
15962 | rm -f conftest* | |
15963 | fi | |
eb4efbdc | 15964 | |
579d8138 VS |
15965 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
15966 | echo "$ac_t""yes" 1>&6 | |
15967 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15968 | cat >> confdefs.h <<EOF | |
15969 | #define $ac_tr_func 1 | |
15970 | EOF | |
15971 | ||
15972 | else | |
15973 | echo "$ac_t""no" 1>&6 | |
eb4efbdc VZ |
15974 | fi |
15975 | done | |
15976 | ||
d29b553b | 15977 | else |
a1ea5055 | 15978 | if test "$USE_DARWIN" = 1; then |
579d8138 | 15979 | cat >> confdefs.h <<\EOF |
a1ea5055 GD |
15980 | #define wxUSE_WCHAR_T 1 |
15981 | EOF | |
15982 | ||
15983 | else | |
579d8138 | 15984 | echo "configure: warning: Wide character support is unavailable" 1>&2 |
a1ea5055 | 15985 | fi |
d29b553b | 15986 | fi |
698dcdb6 | 15987 | |
579d8138 | 15988 | echo $ac_n "checking for vprintf""... $ac_c" 1>&6 |
f09359cf | 15989 | echo "configure:15990: checking for vprintf" >&5 |
579d8138 VS |
15990 | if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then |
15991 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15992 | else | |
15993 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 15994 | #line 15995 "configure" |
f6bcfd97 | 15995 | #include "confdefs.h" |
4f14bcd8 | 15996 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 15997 | which can conflict with char vprintf(); below. */ |
4f14bcd8 GD |
15998 | #include <assert.h> |
15999 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16000 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16001 | builtin and then its argument prototype would still apply. */ |
16002 | char vprintf(); | |
16003 | ||
16004 | int main() { | |
f6bcfd97 | 16005 | |
4f14bcd8 GD |
16006 | /* The GNU C library defines this for functions which it implements |
16007 | to always fail with ENOSYS. Some functions are actually named | |
16008 | something starting with __ and the normal name is an alias. */ | |
579d8138 | 16009 | #if defined (__stub_vprintf) || defined (__stub___vprintf) |
4f14bcd8 GD |
16010 | choke me |
16011 | #else | |
579d8138 | 16012 | vprintf(); |
4f14bcd8 | 16013 | #endif |
f6bcfd97 | 16014 | |
579d8138 VS |
16015 | ; return 0; } |
16016 | EOF | |
f09359cf | 16017 | if { (eval echo configure:16018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16018 | rm -rf conftest* |
16019 | eval "ac_cv_func_vprintf=yes" | |
16020 | else | |
16021 | echo "configure: failed program was:" >&5 | |
16022 | cat conftest.$ac_ext >&5 | |
16023 | rm -rf conftest* | |
16024 | eval "ac_cv_func_vprintf=no" | |
16025 | fi | |
16026 | rm -f conftest* | |
16027 | fi | |
16028 | ||
16029 | if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then | |
16030 | echo "$ac_t""yes" 1>&6 | |
16031 | cat >> confdefs.h <<\EOF | |
16032 | #define HAVE_VPRINTF 1 | |
16033 | EOF | |
16034 | ||
16035 | else | |
16036 | echo "$ac_t""no" 1>&6 | |
16037 | fi | |
16038 | ||
16039 | if test "$ac_cv_func_vprintf" != yes; then | |
16040 | echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 | |
f09359cf | 16041 | echo "configure:16042: checking for _doprnt" >&5 |
579d8138 VS |
16042 | if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then |
16043 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16044 | else | |
16045 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16046 | #line 16047 "configure" |
10f2d63a VZ |
16047 | #include "confdefs.h" |
16048 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16049 | which can conflict with char _doprnt(); below. */ |
10f2d63a VZ |
16050 | #include <assert.h> |
16051 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16052 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16053 | builtin and then its argument prototype would still apply. */ |
16054 | char _doprnt(); | |
16055 | ||
16056 | int main() { | |
10f2d63a VZ |
16057 | |
16058 | /* The GNU C library defines this for functions which it implements | |
16059 | to always fail with ENOSYS. Some functions are actually named | |
16060 | something starting with __ and the normal name is an alias. */ | |
4f14bcd8 | 16061 | #if defined (__stub__doprnt) || defined (__stub____doprnt) |
10f2d63a VZ |
16062 | choke me |
16063 | #else | |
579d8138 | 16064 | _doprnt(); |
10f2d63a VZ |
16065 | #endif |
16066 | ||
579d8138 VS |
16067 | ; return 0; } |
16068 | EOF | |
f09359cf | 16069 | if { (eval echo configure:16070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16070 | rm -rf conftest* |
16071 | eval "ac_cv_func__doprnt=yes" | |
16072 | else | |
16073 | echo "configure: failed program was:" >&5 | |
16074 | cat conftest.$ac_ext >&5 | |
16075 | rm -rf conftest* | |
16076 | eval "ac_cv_func__doprnt=no" | |
16077 | fi | |
16078 | rm -f conftest* | |
16079 | fi | |
16080 | ||
16081 | if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then | |
16082 | echo "$ac_t""yes" 1>&6 | |
16083 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 16084 | #define HAVE_DOPRNT 1 |
698dcdb6 | 16085 | EOF |
4f14bcd8 | 16086 | |
579d8138 VS |
16087 | else |
16088 | echo "$ac_t""no" 1>&6 | |
270a909e | 16089 | fi |
270a909e | 16090 | |
4f14bcd8 | 16091 | fi |
1e487827 | 16092 | |
328a083c | 16093 | |
579d8138 VS |
16094 | |
16095 | ||
16096 | ||
16097 | ||
16098 | echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6 | |
f09359cf | 16099 | echo "configure:16100: checking for vsnprintf" >&5 |
579d8138 VS |
16100 | if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then |
16101 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16102 | else | |
16103 | ||
16104 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16105 | #line 16106 "configure" |
c63c7106 | 16106 | #include "confdefs.h" |
698dcdb6 | 16107 | |
4f14bcd8 GD |
16108 | #include <stdio.h> |
16109 | #include <stdarg.h> | |
579d8138 VS |
16110 | |
16111 | int main() { | |
af15babd | 16112 | |
4f14bcd8 GD |
16113 | int wx_test_vsnprintf(const char *, ...); |
16114 | ||
16115 | wx_test_vsnprintf("%s"); | |
16116 | return 0; | |
16117 | } | |
16118 | ||
16119 | int wx_test_vsnprintf(const char *fmt, ...) | |
16120 | { | |
16121 | char *s; | |
16122 | ||
16123 | va_list argp; | |
16124 | va_start(argp, fmt); | |
16125 | vsnprintf(s, 42, fmt, argp); | |
16126 | va_end(argp); | |
579d8138 VS |
16127 | |
16128 | ; return 0; } | |
16129 | EOF | |
f09359cf | 16130 | if { (eval echo configure:16131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16131 | rm -rf conftest* |
16132 | ||
4f14bcd8 | 16133 | wx_cv_func_vsnprintf=yes |
579d8138 | 16134 | |
af15babd | 16135 | else |
579d8138 VS |
16136 | echo "configure: failed program was:" >&5 |
16137 | cat conftest.$ac_ext >&5 | |
16138 | rm -rf conftest* | |
16139 | ||
16140 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16141 | #line 16142 "configure" |
af15babd | 16142 | #include "confdefs.h" |
af15babd | 16143 | |
4f14bcd8 GD |
16144 | #include <stdio.h> |
16145 | #include <stdarg.h> | |
579d8138 VS |
16146 | |
16147 | int main() { | |
af15babd | 16148 | |
4f14bcd8 GD |
16149 | int wx_test_vsnprintf(const char *, ...); |
16150 | ||
16151 | wx_test_vsnprintf("%s"); | |
16152 | return 0; | |
16153 | } | |
16154 | ||
16155 | int wx_test_vsnprintf(const char *fmt, ...) | |
16156 | { | |
16157 | char *s; | |
af15babd | 16158 | |
4f14bcd8 GD |
16159 | va_list argp; |
16160 | va_start(argp, fmt); | |
16161 | _vsnprintf(s, 42, fmt, argp); | |
16162 | va_end(argp); | |
579d8138 VS |
16163 | |
16164 | ; return 0; } | |
16165 | EOF | |
f09359cf | 16166 | if { (eval echo configure:16167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16167 | rm -rf conftest* |
16168 | ||
4f14bcd8 | 16169 | wx_cv_func_vsnprintf=yes |
579d8138 | 16170 | |
af15babd | 16171 | else |
579d8138 VS |
16172 | echo "configure: failed program was:" >&5 |
16173 | cat conftest.$ac_ext >&5 | |
16174 | rm -rf conftest* | |
16175 | ||
4f14bcd8 | 16176 | wx_cv_func_vsnprintf=no |
579d8138 | 16177 | |
af15babd | 16178 | fi |
579d8138 VS |
16179 | rm -f conftest* |
16180 | ||
af15babd | 16181 | fi |
579d8138 | 16182 | rm -f conftest* |
af15babd | 16183 | |
328a083c | 16184 | fi |
579d8138 VS |
16185 | |
16186 | echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6 | |
af15babd | 16187 | |
4f14bcd8 | 16188 | if test "$wx_cv_func_vsnprintf" = yes; then |
579d8138 | 16189 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
16190 | #define HAVE_VSNPRINTF 1 |
16191 | EOF | |
16192 | ||
16193 | else | |
579d8138 | 16194 | echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2 |
af15babd VZ |
16195 | fi |
16196 | ||
579d8138 | 16197 | echo $ac_n "checking for vsscanf""... $ac_c" 1>&6 |
f09359cf | 16198 | echo "configure:16199: checking for vsscanf" >&5 |
579d8138 VS |
16199 | if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then |
16200 | echo $ac_n "(cached) $ac_c" 1>&6 | |
af15babd | 16201 | else |
579d8138 VS |
16202 | |
16203 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16204 | #line 16205 "configure" |
af15babd | 16205 | #include "confdefs.h" |
af15babd | 16206 | |
4f14bcd8 GD |
16207 | #include <stdio.h> |
16208 | #include <stdarg.h> | |
579d8138 VS |
16209 | |
16210 | int main() { | |
af15babd | 16211 | |
4f14bcd8 GD |
16212 | int wx_test_vsscanf(const char *, ...); |
16213 | ||
16214 | wx_test_vsscanf("%d"); | |
16215 | return 0; | |
16216 | } | |
af15babd | 16217 | |
4f14bcd8 GD |
16218 | int wx_test_vsscanf(const char *fmt, ...) |
16219 | { | |
16220 | va_list argp; | |
16221 | va_start(argp, fmt); | |
16222 | vsscanf("42", fmt, argp); | |
16223 | va_end(argp); | |
579d8138 VS |
16224 | |
16225 | ; return 0; } | |
16226 | EOF | |
f09359cf | 16227 | if { (eval echo configure:16228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
16228 | rm -rf conftest* |
16229 | ||
4f14bcd8 | 16230 | wx_cv_func_vsscanf=yes |
579d8138 | 16231 | |
af15babd | 16232 | else |
579d8138 VS |
16233 | echo "configure: failed program was:" >&5 |
16234 | cat conftest.$ac_ext >&5 | |
16235 | rm -rf conftest* | |
16236 | ||
4f14bcd8 | 16237 | wx_cv_func_vsscanf=no |
579d8138 | 16238 | |
af15babd | 16239 | fi |
579d8138 | 16240 | rm -f conftest* |
af15babd | 16241 | |
328a083c | 16242 | fi |
579d8138 VS |
16243 | |
16244 | echo "$ac_t""$wx_cv_func_vsscanf" 1>&6 | |
4f14bcd8 GD |
16245 | |
16246 | if test "$wx_cv_func_vsscanf" = yes; then | |
579d8138 | 16247 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 16248 | #define HAVE_VSSCANF 1 |
af15babd | 16249 | EOF |
4f14bcd8 | 16250 | |
af15babd | 16251 | fi |
af15babd | 16252 | |
4f14bcd8 | 16253 | if test "$TOOLKIT" != "MSW"; then |
af15babd | 16254 | |
579d8138 VS |
16255 | |
16256 | ||
16257 | ac_ext=C | |
16258 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
4f14bcd8 | 16259 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 16260 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 16261 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 16262 | cross_compiling=$ac_cv_prog_cxx_cross |
b040e242 | 16263 | |
579d8138 VS |
16264 | |
16265 | ||
16266 | # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. | |
b040e242 VS |
16267 | if test "${with_libiconv_prefix+set}" = set; then |
16268 | withval="$with_libiconv_prefix" | |
579d8138 | 16269 | |
b040e242 VS |
16270 | for dir in `echo "$withval" | tr : ' '`; do |
16271 | if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi | |
16272 | if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi | |
16273 | done | |
579d8138 VS |
16274 | |
16275 | fi | |
b040e242 VS |
16276 | |
16277 | ||
579d8138 | 16278 | echo $ac_n "checking for iconv""... $ac_c" 1>&6 |
f09359cf | 16279 | echo "configure:16280: checking for iconv" >&5 |
579d8138 VS |
16280 | if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then |
16281 | echo $ac_n "(cached) $ac_c" 1>&6 | |
af15babd | 16282 | else |
579d8138 | 16283 | |
b040e242 VS |
16284 | am_cv_func_iconv="no, consider installing GNU libiconv" |
16285 | am_cv_lib_iconv=no | |
579d8138 | 16286 | cat > conftest.$ac_ext <<EOF |
f09359cf | 16287 | #line 16288 "configure" |
af15babd | 16288 | #include "confdefs.h" |
b040e242 | 16289 | #include <stdlib.h> |
4f14bcd8 | 16290 | #include <iconv.h> |
579d8138 | 16291 | int main() { |
b040e242 VS |
16292 | iconv_t cd = iconv_open("",""); |
16293 | iconv(cd,NULL,NULL,NULL,NULL); | |
16294 | iconv_close(cd); | |
579d8138 VS |
16295 | ; return 0; } |
16296 | EOF | |
f09359cf | 16297 | if { (eval echo configure:16298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 16298 | rm -rf conftest* |
b040e242 | 16299 | am_cv_func_iconv=yes |
af15babd | 16300 | else |
579d8138 VS |
16301 | echo "configure: failed program was:" >&5 |
16302 | cat conftest.$ac_ext >&5 | |
b040e242 | 16303 | fi |
579d8138 | 16304 | rm -f conftest* |
b040e242 VS |
16305 | if test "$am_cv_func_iconv" != yes; then |
16306 | am_save_LIBS="$LIBS" | |
16307 | LIBS="$LIBS -liconv" | |
579d8138 | 16308 | cat > conftest.$ac_ext <<EOF |
f09359cf | 16309 | #line 16310 "configure" |
b040e242 VS |
16310 | #include "confdefs.h" |
16311 | #include <stdlib.h> | |
16312 | #include <iconv.h> | |
579d8138 | 16313 | int main() { |
b040e242 VS |
16314 | iconv_t cd = iconv_open("",""); |
16315 | iconv(cd,NULL,NULL,NULL,NULL); | |
16316 | iconv_close(cd); | |
579d8138 VS |
16317 | ; return 0; } |
16318 | EOF | |
f09359cf | 16319 | if { (eval echo configure:16320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 16320 | rm -rf conftest* |
b040e242 VS |
16321 | am_cv_lib_iconv=yes |
16322 | am_cv_func_iconv=yes | |
16323 | else | |
579d8138 VS |
16324 | echo "configure: failed program was:" >&5 |
16325 | cat conftest.$ac_ext >&5 | |
af15babd | 16326 | fi |
579d8138 | 16327 | rm -f conftest* |
b040e242 VS |
16328 | LIBS="$am_save_LIBS" |
16329 | fi | |
579d8138 | 16330 | |
328a083c | 16331 | fi |
328a083c | 16332 | |
579d8138 VS |
16333 | echo "$ac_t""$am_cv_func_iconv" 1>&6 |
16334 | if test "$am_cv_func_iconv" = yes; then | |
16335 | cat >> confdefs.h <<\EOF | |
b040e242 VS |
16336 | #define HAVE_ICONV 1 |
16337 | EOF | |
16338 | ||
579d8138 | 16339 | echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6 |
f09359cf | 16340 | echo "configure:16341: checking if iconv needs const" >&5 |
579d8138 VS |
16341 | if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then |
16342 | echo $ac_n "(cached) $ac_c" 1>&6 | |
b040e242 | 16343 | else |
579d8138 | 16344 | cat > conftest.$ac_ext <<EOF |
f09359cf | 16345 | #line 16346 "configure" |
b040e242 VS |
16346 | #include "confdefs.h" |
16347 | ||
16348 | #include <stdlib.h> | |
16349 | #include <iconv.h> | |
16350 | extern | |
16351 | #ifdef __cplusplus | |
16352 | "C" | |
16353 | #endif | |
16354 | #if defined(__STDC__) || defined(__cplusplus) | |
16355 | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
16356 | #else | |
16357 | size_t iconv(); | |
16358 | #endif | |
579d8138 VS |
16359 | |
16360 | int main() { | |
af15babd | 16361 | |
579d8138 VS |
16362 | ; return 0; } |
16363 | EOF | |
f09359cf | 16364 | if { (eval echo configure:16365: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 16365 | rm -rf conftest* |
b7043674 | 16366 | wx_cv_func_iconv_const="no" |
b040e242 | 16367 | else |
579d8138 VS |
16368 | echo "configure: failed program was:" >&5 |
16369 | cat conftest.$ac_ext >&5 | |
16370 | rm -rf conftest* | |
16371 | wx_cv_func_iconv_const="yes" | |
16372 | ||
af15babd | 16373 | fi |
579d8138 VS |
16374 | rm -f conftest* |
16375 | ||
328a083c | 16376 | fi |
579d8138 VS |
16377 | |
16378 | echo "$ac_t""$wx_cv_func_iconv_const" 1>&6 | |
b7043674 VZ |
16379 | |
16380 | iconv_const= | |
1c405bb5 | 16381 | if test "x$wx_cv_func_iconv_const" = "xyes"; then |
b7043674 VZ |
16382 | iconv_const="const" |
16383 | fi | |
16384 | ||
579d8138 | 16385 | cat >> confdefs.h <<EOF |
f09359cf | 16386 | #define ICONV_CONST $iconv_const |
b040e242 VS |
16387 | EOF |
16388 | ||
16389 | fi | |
16390 | LIBICONV= | |
16391 | if test "$am_cv_lib_iconv" = yes; then | |
16392 | LIBICONV="-liconv" | |
16393 | fi | |
579d8138 | 16394 | |
b040e242 VS |
16395 | |
16396 | LIBS="$LIBICONV $LIBS" | |
4f14bcd8 | 16397 | ac_ext=c |
579d8138 | 16398 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 16399 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 16400 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 16401 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 16402 | cross_compiling=$ac_cv_prog_cc_cross |
af15babd | 16403 | |
328a083c | 16404 | |
579d8138 VS |
16405 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then |
16406 | for ac_func in sigaction | |
af15babd | 16407 | do |
579d8138 | 16408 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16409 | echo "configure:16410: checking for $ac_func" >&5 |
579d8138 VS |
16410 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16411 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16412 | else | |
16413 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16414 | #line 16415 "configure" |
af15babd VZ |
16415 | #include "confdefs.h" |
16416 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16417 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
16418 | #include <assert.h> |
16419 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16420 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16421 | builtin and then its argument prototype would still apply. */ |
16422 | char $ac_func(); | |
16423 | ||
16424 | int main() { | |
af15babd VZ |
16425 | |
16426 | /* The GNU C library defines this for functions which it implements | |
16427 | to always fail with ENOSYS. Some functions are actually named | |
16428 | something starting with __ and the normal name is an alias. */ | |
16429 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16430 | choke me | |
16431 | #else | |
579d8138 | 16432 | $ac_func(); |
af15babd VZ |
16433 | #endif |
16434 | ||
579d8138 | 16435 | ; return 0; } |
af15babd | 16436 | EOF |
f09359cf | 16437 | if { (eval echo configure:16438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16438 | rm -rf conftest* |
16439 | eval "ac_cv_func_$ac_func=yes" | |
16440 | else | |
16441 | echo "configure: failed program was:" >&5 | |
16442 | cat conftest.$ac_ext >&5 | |
16443 | rm -rf conftest* | |
16444 | eval "ac_cv_func_$ac_func=no" | |
16445 | fi | |
16446 | rm -f conftest* | |
16447 | fi | |
af15babd | 16448 | |
579d8138 VS |
16449 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
16450 | echo "$ac_t""yes" 1>&6 | |
16451 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16452 | cat >> confdefs.h <<EOF | |
16453 | #define $ac_tr_func 1 | |
16454 | EOF | |
16455 | ||
16456 | else | |
16457 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 GD |
16458 | fi |
16459 | done | |
16460 | ||
579d8138 | 16461 | |
4f14bcd8 | 16462 | if test "$ac_cv_func_sigaction" = "no"; then |
579d8138 | 16463 | echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2 |
4f14bcd8 GD |
16464 | wxUSE_ON_FATAL_EXCEPTION=no |
16465 | fi | |
16466 | ||
16467 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
579d8138 VS |
16468 | |
16469 | ac_ext=C | |
16470 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
328a083c | 16471 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 16472 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 16473 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 16474 | cross_compiling=$ac_cv_prog_cxx_cross |
4f14bcd8 | 16475 | |
328a083c | 16476 | |
579d8138 | 16477 | echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6 |
f09359cf | 16478 | echo "configure:16479: checking for sa_handler type" >&5 |
579d8138 VS |
16479 | if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then |
16480 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16481 | else | |
16482 | ||
16483 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16484 | #line 16485 "configure" |
af15babd | 16485 | #include "confdefs.h" |
4f14bcd8 | 16486 | #include <signal.h> |
579d8138 | 16487 | int main() { |
4f14bcd8 GD |
16488 | |
16489 | extern void testSigHandler(int); | |
16490 | ||
16491 | struct sigaction sa; | |
16492 | sa.sa_handler = testSigHandler; | |
579d8138 VS |
16493 | |
16494 | ; return 0; } | |
16495 | EOF | |
f09359cf | 16496 | if { (eval echo configure:16497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
16497 | rm -rf conftest* |
16498 | ||
4f14bcd8 | 16499 | wx_cv_type_sa_handler=int |
579d8138 | 16500 | |
af15babd | 16501 | else |
579d8138 VS |
16502 | echo "configure: failed program was:" >&5 |
16503 | cat conftest.$ac_ext >&5 | |
16504 | rm -rf conftest* | |
16505 | ||
4f14bcd8 | 16506 | wx_cv_type_sa_handler=void |
579d8138 | 16507 | |
4f14bcd8 | 16508 | fi |
579d8138 VS |
16509 | rm -f conftest* |
16510 | ||
328a083c | 16511 | fi |
579d8138 VS |
16512 | |
16513 | echo "$ac_t""$wx_cv_type_sa_handler" 1>&6 | |
4f14bcd8 GD |
16514 | |
16515 | ac_ext=c | |
579d8138 | 16516 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 16517 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 16518 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 16519 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
16520 | cross_compiling=$ac_cv_prog_cc_cross |
16521 | ||
af15babd | 16522 | |
579d8138 | 16523 | cat >> confdefs.h <<EOF |
4f14bcd8 | 16524 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler |
af15babd VZ |
16525 | EOF |
16526 | ||
4f14bcd8 GD |
16527 | fi |
16528 | fi | |
af15babd | 16529 | |
4f14bcd8 | 16530 | for ac_func in vfork |
af15babd | 16531 | do |
579d8138 | 16532 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16533 | echo "configure:16534: checking for $ac_func" >&5 |
579d8138 VS |
16534 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16535 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16536 | else | |
16537 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16538 | #line 16539 "configure" |
af15babd VZ |
16539 | #include "confdefs.h" |
16540 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16541 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
16542 | #include <assert.h> |
16543 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16544 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16545 | builtin and then its argument prototype would still apply. */ |
16546 | char $ac_func(); | |
16547 | ||
16548 | int main() { | |
af15babd VZ |
16549 | |
16550 | /* The GNU C library defines this for functions which it implements | |
16551 | to always fail with ENOSYS. Some functions are actually named | |
16552 | something starting with __ and the normal name is an alias. */ | |
16553 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16554 | choke me | |
16555 | #else | |
579d8138 | 16556 | $ac_func(); |
af15babd VZ |
16557 | #endif |
16558 | ||
579d8138 | 16559 | ; return 0; } |
af15babd | 16560 | EOF |
f09359cf | 16561 | if { (eval echo configure:16562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16562 | rm -rf conftest* |
16563 | eval "ac_cv_func_$ac_func=yes" | |
16564 | else | |
16565 | echo "configure: failed program was:" >&5 | |
16566 | cat conftest.$ac_ext >&5 | |
16567 | rm -rf conftest* | |
16568 | eval "ac_cv_func_$ac_func=no" | |
16569 | fi | |
16570 | rm -f conftest* | |
16571 | fi | |
af15babd | 16572 | |
579d8138 VS |
16573 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
16574 | echo "$ac_t""yes" 1>&6 | |
16575 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16576 | cat >> confdefs.h <<EOF | |
16577 | #define $ac_tr_func 1 | |
16578 | EOF | |
16579 | ||
16580 | else | |
16581 | echo "$ac_t""no" 1>&6 | |
af15babd VZ |
16582 | fi |
16583 | done | |
16584 | ||
579d8138 | 16585 | |
ade35f11 VZ |
16586 | for ac_func in mkstemp mktemp |
16587 | do | |
579d8138 | 16588 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16589 | echo "configure:16590: checking for $ac_func" >&5 |
579d8138 VS |
16590 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16591 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16592 | else | |
16593 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16594 | #line 16595 "configure" |
ade35f11 VZ |
16595 | #include "confdefs.h" |
16596 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16597 | which can conflict with char $ac_func(); below. */ |
ade35f11 VZ |
16598 | #include <assert.h> |
16599 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16600 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16601 | builtin and then its argument prototype would still apply. */ |
16602 | char $ac_func(); | |
16603 | ||
16604 | int main() { | |
ade35f11 VZ |
16605 | |
16606 | /* The GNU C library defines this for functions which it implements | |
16607 | to always fail with ENOSYS. Some functions are actually named | |
16608 | something starting with __ and the normal name is an alias. */ | |
16609 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16610 | choke me | |
16611 | #else | |
579d8138 | 16612 | $ac_func(); |
ade35f11 VZ |
16613 | #endif |
16614 | ||
579d8138 VS |
16615 | ; return 0; } |
16616 | EOF | |
f09359cf | 16617 | if { (eval echo configure:16618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16618 | rm -rf conftest* |
16619 | eval "ac_cv_func_$ac_func=yes" | |
16620 | else | |
16621 | echo "configure: failed program was:" >&5 | |
16622 | cat conftest.$ac_ext >&5 | |
16623 | rm -rf conftest* | |
16624 | eval "ac_cv_func_$ac_func=no" | |
16625 | fi | |
16626 | rm -f conftest* | |
16627 | fi | |
16628 | ||
16629 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16630 | echo "$ac_t""yes" 1>&6 | |
16631 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16632 | cat >> confdefs.h <<EOF | |
16633 | #define $ac_tr_func 1 | |
ade35f11 VZ |
16634 | EOF |
16635 | break | |
579d8138 VS |
16636 | else |
16637 | echo "$ac_t""no" 1>&6 | |
ade35f11 VZ |
16638 | fi |
16639 | done | |
16640 | ||
579d8138 VS |
16641 | |
16642 | echo $ac_n "checking for statfs""... $ac_c" 1>&6 | |
f09359cf | 16643 | echo "configure:16644: checking for statfs" >&5 |
579d8138 VS |
16644 | if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then |
16645 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 16646 | else |
579d8138 | 16647 | cat > conftest.$ac_ext <<EOF |
f09359cf | 16648 | #line 16649 "configure" |
4f14bcd8 GD |
16649 | #include "confdefs.h" |
16650 | ||
16651 | #if defined(__BSD__) | |
16652 | #include <sys/param.h> | |
16653 | #include <sys/mount.h> | |
16654 | #else | |
16655 | #include <sys/vfs.h> | |
16656 | #endif | |
579d8138 VS |
16657 | |
16658 | int main() { | |
4f14bcd8 GD |
16659 | |
16660 | long l; | |
16661 | struct statfs fs; | |
16662 | statfs("/", &fs); | |
16663 | l = fs.f_bsize; | |
16664 | l += fs.f_blocks; | |
16665 | l += fs.f_bavail; | |
579d8138 VS |
16666 | |
16667 | ; return 0; } | |
16668 | EOF | |
f09359cf | 16669 | if { (eval echo configure:16670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
16670 | rm -rf conftest* |
16671 | ||
4f14bcd8 | 16672 | wx_cv_func_statfs=yes |
579d8138 | 16673 | |
4f14bcd8 | 16674 | else |
579d8138 VS |
16675 | echo "configure: failed program was:" >&5 |
16676 | cat conftest.$ac_ext >&5 | |
16677 | rm -rf conftest* | |
16678 | ||
4f14bcd8 | 16679 | wx_cv_func_statfs=no |
579d8138 VS |
16680 | |
16681 | ||
af15babd | 16682 | fi |
579d8138 | 16683 | rm -f conftest* |
af15babd | 16684 | |
328a083c | 16685 | fi |
579d8138 VS |
16686 | |
16687 | echo "$ac_t""$wx_cv_func_statfs" 1>&6 | |
4f14bcd8 GD |
16688 | |
16689 | if test "$wx_cv_func_statfs" = "yes"; then | |
579d8138 | 16690 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
16691 | #define HAVE_STATFS 1 |
16692 | EOF | |
16693 | ||
16694 | else | |
579d8138 | 16695 | echo $ac_n "checking for statvfs""... $ac_c" 1>&6 |
f09359cf | 16696 | echo "configure:16697: checking for statvfs" >&5 |
579d8138 VS |
16697 | if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then |
16698 | echo $ac_n "(cached) $ac_c" 1>&6 | |
af15babd | 16699 | else |
579d8138 | 16700 | cat > conftest.$ac_ext <<EOF |
f09359cf | 16701 | #line 16702 "configure" |
af15babd | 16702 | #include "confdefs.h" |
af15babd | 16703 | |
4f14bcd8 | 16704 | #include <sys/statvfs.h> |
579d8138 VS |
16705 | |
16706 | int main() { | |
af15babd | 16707 | |
4f14bcd8 GD |
16708 | long l; |
16709 | struct statvfs fs; | |
16710 | statvfs("/", &fs); | |
16711 | l = fs.f_bsize; | |
16712 | l += fs.f_blocks; | |
16713 | l += fs.f_bavail; | |
579d8138 VS |
16714 | |
16715 | ; return 0; } | |
16716 | EOF | |
f09359cf | 16717 | if { (eval echo configure:16718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
16718 | rm -rf conftest* |
16719 | ||
4f14bcd8 | 16720 | wx_cv_func_statvfs=yes |
579d8138 | 16721 | |
af15babd | 16722 | else |
579d8138 VS |
16723 | echo "configure: failed program was:" >&5 |
16724 | cat conftest.$ac_ext >&5 | |
16725 | rm -rf conftest* | |
16726 | ||
4f14bcd8 | 16727 | wx_cv_func_statvfs=no |
579d8138 VS |
16728 | |
16729 | ||
af15babd | 16730 | fi |
579d8138 VS |
16731 | rm -f conftest* |
16732 | ||
328a083c | 16733 | fi |
579d8138 VS |
16734 | |
16735 | echo "$ac_t""$wx_cv_func_statvfs" 1>&6 | |
af15babd | 16736 | |
4f14bcd8 | 16737 | if test "$wx_cv_func_statvfs" = "yes"; then |
579d8138 | 16738 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
16739 | #define HAVE_STATVFS 1 |
16740 | EOF | |
af15babd | 16741 | |
4f14bcd8 | 16742 | else |
579d8138 | 16743 | echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2 |
4f14bcd8 GD |
16744 | fi |
16745 | fi | |
af15babd | 16746 | |
4f14bcd8 | 16747 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
579d8138 | 16748 | for ac_func in fcntl flock |
af15babd | 16749 | do |
579d8138 | 16750 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16751 | echo "configure:16752: checking for $ac_func" >&5 |
579d8138 VS |
16752 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16753 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16754 | else | |
16755 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16756 | #line 16757 "configure" |
af15babd VZ |
16757 | #include "confdefs.h" |
16758 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16759 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
16760 | #include <assert.h> |
16761 | /* Override any gcc2 internal prototype to avoid an error. */ | |
af15babd | 16762 | /* We use char because int might match the return type of a gcc2 |
579d8138 VS |
16763 | builtin and then its argument prototype would still apply. */ |
16764 | char $ac_func(); | |
16765 | ||
16766 | int main() { | |
af15babd VZ |
16767 | |
16768 | /* The GNU C library defines this for functions which it implements | |
16769 | to always fail with ENOSYS. Some functions are actually named | |
16770 | something starting with __ and the normal name is an alias. */ | |
16771 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16772 | choke me | |
16773 | #else | |
579d8138 | 16774 | $ac_func(); |
af15babd VZ |
16775 | #endif |
16776 | ||
579d8138 VS |
16777 | ; return 0; } |
16778 | EOF | |
f09359cf | 16779 | if { (eval echo configure:16780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16780 | rm -rf conftest* |
16781 | eval "ac_cv_func_$ac_func=yes" | |
16782 | else | |
16783 | echo "configure: failed program was:" >&5 | |
16784 | cat conftest.$ac_ext >&5 | |
16785 | rm -rf conftest* | |
16786 | eval "ac_cv_func_$ac_func=no" | |
16787 | fi | |
16788 | rm -f conftest* | |
16789 | fi | |
16790 | ||
16791 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16792 | echo "$ac_t""yes" 1>&6 | |
16793 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16794 | cat >> confdefs.h <<EOF | |
16795 | #define $ac_tr_func 1 | |
af15babd | 16796 | EOF |
4f14bcd8 | 16797 | break |
579d8138 VS |
16798 | else |
16799 | echo "$ac_t""no" 1>&6 | |
af15babd VZ |
16800 | fi |
16801 | done | |
16802 | ||
579d8138 | 16803 | |
4f14bcd8 | 16804 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then |
579d8138 | 16805 | echo "configure: warning: wxSingleInstanceChecker not available" 1>&2 |
4f14bcd8 GD |
16806 | wxUSE_SNGLINST_CHECKER=no |
16807 | fi | |
16808 | fi | |
af15babd | 16809 | |
4f14bcd8 | 16810 | for ac_func in timegm |
af15babd | 16811 | do |
579d8138 | 16812 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16813 | echo "configure:16814: checking for $ac_func" >&5 |
579d8138 VS |
16814 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16815 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16816 | else | |
16817 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16818 | #line 16819 "configure" |
af15babd VZ |
16819 | #include "confdefs.h" |
16820 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16821 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
16822 | #include <assert.h> |
16823 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16824 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16825 | builtin and then its argument prototype would still apply. */ |
16826 | char $ac_func(); | |
16827 | ||
16828 | int main() { | |
698dcdb6 | 16829 | |
af15babd VZ |
16830 | /* The GNU C library defines this for functions which it implements |
16831 | to always fail with ENOSYS. Some functions are actually named | |
16832 | something starting with __ and the normal name is an alias. */ | |
16833 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16834 | choke me | |
16835 | #else | |
579d8138 | 16836 | $ac_func(); |
af15babd VZ |
16837 | #endif |
16838 | ||
579d8138 | 16839 | ; return 0; } |
698dcdb6 | 16840 | EOF |
f09359cf | 16841 | if { (eval echo configure:16842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16842 | rm -rf conftest* |
16843 | eval "ac_cv_func_$ac_func=yes" | |
16844 | else | |
16845 | echo "configure: failed program was:" >&5 | |
16846 | cat conftest.$ac_ext >&5 | |
16847 | rm -rf conftest* | |
16848 | eval "ac_cv_func_$ac_func=no" | |
16849 | fi | |
16850 | rm -f conftest* | |
16851 | fi | |
703e0a69 | 16852 | |
579d8138 VS |
16853 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
16854 | echo "$ac_t""yes" 1>&6 | |
16855 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16856 | cat >> confdefs.h <<EOF | |
16857 | #define $ac_tr_func 1 | |
16858 | EOF | |
16859 | ||
16860 | else | |
16861 | echo "$ac_t""no" 1>&6 | |
af15babd VZ |
16862 | fi |
16863 | done | |
16864 | ||
579d8138 | 16865 | |
4f14bcd8 | 16866 | for ac_func in putenv setenv |
10f2d63a | 16867 | do |
579d8138 | 16868 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16869 | echo "configure:16870: checking for $ac_func" >&5 |
579d8138 VS |
16870 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16871 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16872 | else | |
16873 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16874 | #line 16875 "configure" |
af15babd VZ |
16875 | #include "confdefs.h" |
16876 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 16877 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
16878 | #include <assert.h> |
16879 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16880 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16881 | builtin and then its argument prototype would still apply. */ |
16882 | char $ac_func(); | |
16883 | ||
16884 | int main() { | |
af15babd VZ |
16885 | |
16886 | /* The GNU C library defines this for functions which it implements | |
16887 | to always fail with ENOSYS. Some functions are actually named | |
16888 | something starting with __ and the normal name is an alias. */ | |
16889 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16890 | choke me | |
16891 | #else | |
579d8138 | 16892 | $ac_func(); |
af15babd VZ |
16893 | #endif |
16894 | ||
579d8138 VS |
16895 | ; return 0; } |
16896 | EOF | |
f09359cf | 16897 | if { (eval echo configure:16898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16898 | rm -rf conftest* |
16899 | eval "ac_cv_func_$ac_func=yes" | |
16900 | else | |
16901 | echo "configure: failed program was:" >&5 | |
16902 | cat conftest.$ac_ext >&5 | |
16903 | rm -rf conftest* | |
16904 | eval "ac_cv_func_$ac_func=no" | |
16905 | fi | |
16906 | rm -f conftest* | |
16907 | fi | |
16908 | ||
16909 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16910 | echo "$ac_t""yes" 1>&6 | |
16911 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16912 | cat >> confdefs.h <<EOF | |
16913 | #define $ac_tr_func 1 | |
af15babd | 16914 | EOF |
4f14bcd8 | 16915 | break |
579d8138 VS |
16916 | else |
16917 | echo "$ac_t""no" 1>&6 | |
af15babd | 16918 | fi |
af15babd VZ |
16919 | done |
16920 | ||
579d8138 | 16921 | |
4f14bcd8 GD |
16922 | HAVE_SOME_SLEEP_FUNC=0 |
16923 | if test "$USE_BEOS" = 1; then | |
579d8138 | 16924 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 16925 | #define HAVE_SLEEP 1 |
af15babd VZ |
16926 | EOF |
16927 | ||
4f14bcd8 | 16928 | HAVE_SOME_SLEEP_FUNC=1 |
10f2d63a VZ |
16929 | fi |
16930 | ||
4f14bcd8 | 16931 | if test "$USE_DARWIN" = 1; then |
579d8138 | 16932 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 16933 | #define HAVE_USLEEP 1 |
af15babd | 16934 | EOF |
10f2d63a | 16935 | |
4f14bcd8 | 16936 | HAVE_SOME_SLEEP_FUNC=1 |
10f2d63a VZ |
16937 | fi |
16938 | ||
4f14bcd8 GD |
16939 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then |
16940 | POSIX4_LINK= | |
579d8138 | 16941 | for ac_func in nanosleep |
4f14bcd8 | 16942 | do |
579d8138 | 16943 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 16944 | echo "configure:16945: checking for $ac_func" >&5 |
579d8138 VS |
16945 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16946 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16947 | else | |
16948 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 16949 | #line 16950 "configure" |
10f2d63a | 16950 | #include "confdefs.h" |
4f14bcd8 | 16951 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 16952 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 | 16953 | #include <assert.h> |
10f2d63a VZ |
16954 | /* Override any gcc2 internal prototype to avoid an error. */ |
16955 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
16956 | builtin and then its argument prototype would still apply. */ |
16957 | char $ac_func(); | |
16958 | ||
16959 | int main() { | |
4f14bcd8 GD |
16960 | |
16961 | /* The GNU C library defines this for functions which it implements | |
16962 | to always fail with ENOSYS. Some functions are actually named | |
16963 | something starting with __ and the normal name is an alias. */ | |
16964 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16965 | choke me | |
16966 | #else | |
579d8138 | 16967 | $ac_func(); |
4f14bcd8 GD |
16968 | #endif |
16969 | ||
579d8138 VS |
16970 | ; return 0; } |
16971 | EOF | |
f09359cf | 16972 | if { (eval echo configure:16973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
16973 | rm -rf conftest* |
16974 | eval "ac_cv_func_$ac_func=yes" | |
16975 | else | |
16976 | echo "configure: failed program was:" >&5 | |
16977 | cat conftest.$ac_ext >&5 | |
16978 | rm -rf conftest* | |
16979 | eval "ac_cv_func_$ac_func=no" | |
16980 | fi | |
16981 | rm -f conftest* | |
16982 | fi | |
16983 | ||
16984 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16985 | echo "$ac_t""yes" 1>&6 | |
16986 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16987 | cat >> confdefs.h <<EOF | |
16988 | #define $ac_tr_func 1 | |
16989 | EOF | |
16990 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
16991 | #define HAVE_NANOSLEEP 1 |
16992 | EOF | |
16993 | ||
10f2d63a | 16994 | else |
579d8138 VS |
16995 | echo "$ac_t""no" 1>&6 |
16996 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 | |
f09359cf | 16997 | echo "configure:16998: checking for nanosleep in -lposix4" >&5 |
579d8138 VS |
16998 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` |
16999 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17000 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 17001 | else |
579d8138 | 17002 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 17003 | LIBS="-lposix4 $LIBS" |
579d8138 | 17004 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17005 | #line 17006 "configure" |
10f2d63a VZ |
17006 | #include "confdefs.h" |
17007 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17008 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17009 | builtin and then its argument prototype would still apply. */ |
17010 | char nanosleep(); | |
17011 | ||
17012 | int main() { | |
17013 | nanosleep() | |
17014 | ; return 0; } | |
17015 | EOF | |
f09359cf | 17016 | if { (eval echo configure:17017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17017 | rm -rf conftest* |
17018 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17019 | else | |
17020 | echo "configure: failed program was:" >&5 | |
17021 | cat conftest.$ac_ext >&5 | |
17022 | rm -rf conftest* | |
17023 | eval "ac_cv_lib_$ac_lib_var=no" | |
17024 | fi | |
17025 | rm -f conftest* | |
17026 | LIBS="$ac_save_LIBS" | |
17027 | ||
17028 | fi | |
17029 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17030 | echo "$ac_t""yes" 1>&6 | |
17031 | ||
17032 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
17033 | #define HAVE_NANOSLEEP 1 |
17034 | EOF | |
17035 | ||
3d63bc3a | 17036 | POSIX4_LINK=" -lposix4" |
579d8138 | 17037 | |
10f2d63a | 17038 | else |
579d8138 | 17039 | echo "$ac_t""no" 1>&6 |
10f2d63a | 17040 | |
579d8138 | 17041 | for ac_func in usleep |
4f14bcd8 | 17042 | do |
579d8138 | 17043 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 17044 | echo "configure:17045: checking for $ac_func" >&5 |
579d8138 VS |
17045 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17046 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17047 | else | |
17048 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17049 | #line 17050 "configure" |
10f2d63a | 17050 | #include "confdefs.h" |
4f14bcd8 | 17051 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17052 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 GD |
17053 | #include <assert.h> |
17054 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17055 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17056 | builtin and then its argument prototype would still apply. */ |
17057 | char $ac_func(); | |
17058 | ||
17059 | int main() { | |
4f14bcd8 GD |
17060 | |
17061 | /* The GNU C library defines this for functions which it implements | |
17062 | to always fail with ENOSYS. Some functions are actually named | |
17063 | something starting with __ and the normal name is an alias. */ | |
17064 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17065 | choke me | |
17066 | #else | |
579d8138 | 17067 | $ac_func(); |
4f14bcd8 GD |
17068 | #endif |
17069 | ||
579d8138 VS |
17070 | ; return 0; } |
17071 | EOF | |
f09359cf | 17072 | if { (eval echo configure:17073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17073 | rm -rf conftest* |
17074 | eval "ac_cv_func_$ac_func=yes" | |
17075 | else | |
17076 | echo "configure: failed program was:" >&5 | |
17077 | cat conftest.$ac_ext >&5 | |
17078 | rm -rf conftest* | |
17079 | eval "ac_cv_func_$ac_func=no" | |
17080 | fi | |
17081 | rm -f conftest* | |
17082 | fi | |
17083 | ||
17084 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17085 | echo "$ac_t""yes" 1>&6 | |
17086 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17087 | cat >> confdefs.h <<EOF | |
17088 | #define $ac_tr_func 1 | |
17089 | EOF | |
17090 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
17091 | #define HAVE_USLEEP 1 |
17092 | EOF | |
17093 | ||
698dcdb6 | 17094 | else |
579d8138 VS |
17095 | echo "$ac_t""no" 1>&6 |
17096 | echo "configure: warning: wxSleep() function will not work" 1>&2 | |
17097 | ||
10f2d63a | 17098 | fi |
4f14bcd8 | 17099 | done |
10f2d63a | 17100 | |
579d8138 VS |
17101 | |
17102 | ||
6232543b | 17103 | fi |
10f2d63a | 17104 | |
579d8138 VS |
17105 | |
17106 | ||
1e487827 | 17107 | fi |
4f14bcd8 | 17108 | done |
703e0a69 | 17109 | |
10f2d63a VZ |
17110 | fi |
17111 | ||
4f14bcd8 | 17112 | for ac_func in uname gethostname |
70846f0a | 17113 | do |
579d8138 | 17114 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 17115 | echo "configure:17116: checking for $ac_func" >&5 |
579d8138 VS |
17116 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17117 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17118 | else | |
17119 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17120 | #line 17121 "configure" |
70846f0a VZ |
17121 | #include "confdefs.h" |
17122 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 17123 | which can conflict with char $ac_func(); below. */ |
70846f0a VZ |
17124 | #include <assert.h> |
17125 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17126 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17127 | builtin and then its argument prototype would still apply. */ |
17128 | char $ac_func(); | |
17129 | ||
17130 | int main() { | |
70846f0a VZ |
17131 | |
17132 | /* The GNU C library defines this for functions which it implements | |
17133 | to always fail with ENOSYS. Some functions are actually named | |
17134 | something starting with __ and the normal name is an alias. */ | |
17135 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17136 | choke me | |
17137 | #else | |
579d8138 | 17138 | $ac_func(); |
70846f0a VZ |
17139 | #endif |
17140 | ||
579d8138 VS |
17141 | ; return 0; } |
17142 | EOF | |
f09359cf | 17143 | if { (eval echo configure:17144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17144 | rm -rf conftest* |
17145 | eval "ac_cv_func_$ac_func=yes" | |
17146 | else | |
17147 | echo "configure: failed program was:" >&5 | |
17148 | cat conftest.$ac_ext >&5 | |
17149 | rm -rf conftest* | |
17150 | eval "ac_cv_func_$ac_func=no" | |
17151 | fi | |
17152 | rm -f conftest* | |
17153 | fi | |
17154 | ||
17155 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17156 | echo "$ac_t""yes" 1>&6 | |
17157 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17158 | cat >> confdefs.h <<EOF | |
17159 | #define $ac_tr_func 1 | |
698dcdb6 | 17160 | EOF |
4f14bcd8 | 17161 | break |
579d8138 VS |
17162 | else |
17163 | echo "$ac_t""no" 1>&6 | |
70846f0a VZ |
17164 | fi |
17165 | done | |
17166 | ||
579d8138 VS |
17167 | |
17168 | ||
17169 | ac_ext=C | |
17170 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
4f14bcd8 | 17171 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 17172 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 17173 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
17174 | cross_compiling=$ac_cv_prog_cxx_cross |
17175 | ||
4f14bcd8 GD |
17176 | |
17177 | for ac_func in strtok_r | |
10f2d63a | 17178 | do |
579d8138 | 17179 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 17180 | echo "configure:17181: checking for $ac_func" >&5 |
579d8138 VS |
17181 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17182 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17183 | else | |
17184 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17185 | #line 17186 "configure" |
10f2d63a | 17186 | #include "confdefs.h" |
4f14bcd8 | 17187 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17188 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 GD |
17189 | #include <assert.h> |
17190 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17191 | #ifdef __cplusplus | |
17192 | extern "C" | |
17193 | #endif | |
17194 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17195 | builtin and then its argument prototype would still apply. */ |
17196 | char $ac_func(); | |
17197 | ||
17198 | int main() { | |
4f14bcd8 GD |
17199 | |
17200 | /* The GNU C library defines this for functions which it implements | |
17201 | to always fail with ENOSYS. Some functions are actually named | |
17202 | something starting with __ and the normal name is an alias. */ | |
17203 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17204 | choke me | |
17205 | #else | |
579d8138 | 17206 | $ac_func(); |
4f14bcd8 GD |
17207 | #endif |
17208 | ||
579d8138 | 17209 | ; return 0; } |
698dcdb6 | 17210 | EOF |
f09359cf | 17211 | if { (eval echo configure:17212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17212 | rm -rf conftest* |
17213 | eval "ac_cv_func_$ac_func=yes" | |
17214 | else | |
17215 | echo "configure: failed program was:" >&5 | |
17216 | cat conftest.$ac_ext >&5 | |
17217 | rm -rf conftest* | |
17218 | eval "ac_cv_func_$ac_func=no" | |
17219 | fi | |
17220 | rm -f conftest* | |
17221 | fi | |
4f14bcd8 | 17222 | |
579d8138 VS |
17223 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
17224 | echo "$ac_t""yes" 1>&6 | |
17225 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17226 | cat >> confdefs.h <<EOF | |
17227 | #define $ac_tr_func 1 | |
17228 | EOF | |
17229 | ||
17230 | else | |
17231 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
17232 | fi |
17233 | done | |
17234 | ||
579d8138 | 17235 | |
4f14bcd8 | 17236 | ac_ext=c |
579d8138 | 17237 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 17238 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 17239 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 17240 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 17241 | cross_compiling=$ac_cv_prog_cc_cross |
4f14bcd8 | 17242 | |
328a083c | 17243 | |
579d8138 | 17244 | INET_LINK= |
4f14bcd8 GD |
17245 | for ac_func in inet_addr |
17246 | do | |
579d8138 | 17247 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 17248 | echo "configure:17249: checking for $ac_func" >&5 |
579d8138 VS |
17249 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17250 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17251 | else | |
17252 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17253 | #line 17254 "configure" |
10f2d63a | 17254 | #include "confdefs.h" |
4f14bcd8 | 17255 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17256 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 | 17257 | #include <assert.h> |
10f2d63a VZ |
17258 | /* Override any gcc2 internal prototype to avoid an error. */ |
17259 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17260 | builtin and then its argument prototype would still apply. */ |
17261 | char $ac_func(); | |
17262 | ||
17263 | int main() { | |
4f14bcd8 GD |
17264 | |
17265 | /* The GNU C library defines this for functions which it implements | |
17266 | to always fail with ENOSYS. Some functions are actually named | |
17267 | something starting with __ and the normal name is an alias. */ | |
17268 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17269 | choke me | |
17270 | #else | |
579d8138 | 17271 | $ac_func(); |
4f14bcd8 GD |
17272 | #endif |
17273 | ||
579d8138 VS |
17274 | ; return 0; } |
17275 | EOF | |
f09359cf | 17276 | if { (eval echo configure:17277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17277 | rm -rf conftest* |
17278 | eval "ac_cv_func_$ac_func=yes" | |
17279 | else | |
17280 | echo "configure: failed program was:" >&5 | |
17281 | cat conftest.$ac_ext >&5 | |
17282 | rm -rf conftest* | |
17283 | eval "ac_cv_func_$ac_func=no" | |
17284 | fi | |
17285 | rm -f conftest* | |
17286 | fi | |
17287 | ||
17288 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17289 | echo "$ac_t""yes" 1>&6 | |
17290 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17291 | cat >> confdefs.h <<EOF | |
17292 | #define $ac_tr_func 1 | |
17293 | EOF | |
17294 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 17295 | #define HAVE_INET_ADDR 1 |
10f2d63a VZ |
17296 | EOF |
17297 | ||
17298 | else | |
579d8138 VS |
17299 | echo "$ac_t""no" 1>&6 |
17300 | echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 | |
f09359cf | 17301 | echo "configure:17302: checking for inet_addr in -lnsl" >&5 |
579d8138 VS |
17302 | ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` |
17303 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17304 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 17305 | else |
579d8138 | 17306 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 17307 | LIBS="-lnsl $LIBS" |
579d8138 | 17308 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17309 | #line 17310 "configure" |
10f2d63a VZ |
17310 | #include "confdefs.h" |
17311 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17312 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17313 | builtin and then its argument prototype would still apply. */ |
17314 | char inet_addr(); | |
17315 | ||
17316 | int main() { | |
17317 | inet_addr() | |
17318 | ; return 0; } | |
17319 | EOF | |
f09359cf | 17320 | if { (eval echo configure:17321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17321 | rm -rf conftest* |
17322 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17323 | else | |
17324 | echo "configure: failed program was:" >&5 | |
17325 | cat conftest.$ac_ext >&5 | |
17326 | rm -rf conftest* | |
17327 | eval "ac_cv_lib_$ac_lib_var=no" | |
17328 | fi | |
17329 | rm -f conftest* | |
17330 | LIBS="$ac_save_LIBS" | |
17331 | ||
17332 | fi | |
17333 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17334 | echo "$ac_t""yes" 1>&6 | |
4f14bcd8 | 17335 | INET_LINK="nsl" |
10f2d63a | 17336 | else |
579d8138 VS |
17337 | echo "$ac_t""no" 1>&6 |
17338 | echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 | |
f09359cf | 17339 | echo "configure:17340: checking for inet_addr in -lresolv" >&5 |
579d8138 VS |
17340 | ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` |
17341 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17342 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 17343 | else |
579d8138 | 17344 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 17345 | LIBS="-lresolv $LIBS" |
579d8138 | 17346 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17347 | #line 17348 "configure" |
10f2d63a | 17348 | #include "confdefs.h" |
579d8138 VS |
17349 | /* Override any gcc2 internal prototype to avoid an error. */ |
17350 | /* We use char because int might match the return type of a gcc2 | |
17351 | builtin and then its argument prototype would still apply. */ | |
17352 | char inet_addr(); | |
17353 | ||
17354 | int main() { | |
17355 | inet_addr() | |
17356 | ; return 0; } | |
17357 | EOF | |
f09359cf | 17358 | if { (eval echo configure:17359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17359 | rm -rf conftest* |
17360 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17361 | else | |
17362 | echo "configure: failed program was:" >&5 | |
17363 | cat conftest.$ac_ext >&5 | |
17364 | rm -rf conftest* | |
17365 | eval "ac_cv_lib_$ac_lib_var=no" | |
17366 | fi | |
17367 | rm -f conftest* | |
17368 | LIBS="$ac_save_LIBS" | |
698dcdb6 | 17369 | |
579d8138 VS |
17370 | fi |
17371 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17372 | echo "$ac_t""yes" 1>&6 | |
4f14bcd8 | 17373 | INET_LINK="resolv" |
698dcdb6 | 17374 | else |
579d8138 VS |
17375 | echo "$ac_t""no" 1>&6 |
17376 | echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6 | |
f09359cf | 17377 | echo "configure:17378: checking for inet_addr in -lsocket" >&5 |
579d8138 VS |
17378 | ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'` |
17379 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17380 | echo $ac_n "(cached) $ac_c" 1>&6 | |
3c011993 | 17381 | else |
579d8138 | 17382 | ac_save_LIBS="$LIBS" |
3c011993 | 17383 | LIBS="-lsocket $LIBS" |
579d8138 | 17384 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17385 | #line 17386 "configure" |
3c011993 VZ |
17386 | #include "confdefs.h" |
17387 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17388 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17389 | builtin and then its argument prototype would still apply. */ |
17390 | char inet_addr(); | |
17391 | ||
17392 | int main() { | |
17393 | inet_addr() | |
17394 | ; return 0; } | |
17395 | EOF | |
f09359cf | 17396 | if { (eval echo configure:17397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17397 | rm -rf conftest* |
17398 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17399 | else | |
17400 | echo "configure: failed program was:" >&5 | |
17401 | cat conftest.$ac_ext >&5 | |
17402 | rm -rf conftest* | |
17403 | eval "ac_cv_lib_$ac_lib_var=no" | |
17404 | fi | |
17405 | rm -f conftest* | |
17406 | LIBS="$ac_save_LIBS" | |
3c011993 | 17407 | |
4f14bcd8 | 17408 | fi |
579d8138 VS |
17409 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
17410 | echo "$ac_t""yes" 1>&6 | |
17411 | INET_LINK="socket" | |
17412 | ||
17413 | else | |
17414 | echo "$ac_t""no" 1>&6 | |
17415 | fi | |
698dcdb6 | 17416 | |
579d8138 | 17417 | |
698dcdb6 | 17418 | fi |
4f14bcd8 | 17419 | |
579d8138 | 17420 | |
328a083c | 17421 | fi |
698dcdb6 | 17422 | |
579d8138 VS |
17423 | |
17424 | ||
698dcdb6 | 17425 | fi |
4f14bcd8 GD |
17426 | done |
17427 | ||
579d8138 | 17428 | |
4f14bcd8 GD |
17429 | for ac_func in inet_aton |
17430 | do | |
579d8138 | 17431 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 17432 | echo "configure:17433: checking for $ac_func" >&5 |
579d8138 VS |
17433 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17434 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17435 | else | |
17436 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17437 | #line 17438 "configure" |
f6bcfd97 | 17438 | #include "confdefs.h" |
4f14bcd8 | 17439 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17440 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 | 17441 | #include <assert.h> |
f6bcfd97 BP |
17442 | /* Override any gcc2 internal prototype to avoid an error. */ |
17443 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17444 | builtin and then its argument prototype would still apply. */ |
17445 | char $ac_func(); | |
17446 | ||
17447 | int main() { | |
4f14bcd8 GD |
17448 | |
17449 | /* The GNU C library defines this for functions which it implements | |
17450 | to always fail with ENOSYS. Some functions are actually named | |
17451 | something starting with __ and the normal name is an alias. */ | |
17452 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17453 | choke me | |
17454 | #else | |
579d8138 | 17455 | $ac_func(); |
4f14bcd8 GD |
17456 | #endif |
17457 | ||
579d8138 VS |
17458 | ; return 0; } |
17459 | EOF | |
f09359cf | 17460 | if { (eval echo configure:17461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17461 | rm -rf conftest* |
17462 | eval "ac_cv_func_$ac_func=yes" | |
17463 | else | |
17464 | echo "configure: failed program was:" >&5 | |
17465 | cat conftest.$ac_ext >&5 | |
17466 | rm -rf conftest* | |
17467 | eval "ac_cv_func_$ac_func=no" | |
17468 | fi | |
17469 | rm -f conftest* | |
17470 | fi | |
17471 | ||
17472 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17473 | echo "$ac_t""yes" 1>&6 | |
17474 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17475 | cat >> confdefs.h <<EOF | |
17476 | #define $ac_tr_func 1 | |
17477 | EOF | |
17478 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
17479 | #define HAVE_INET_ATON 1 |
17480 | EOF | |
17481 | ||
10f2d63a | 17482 | else |
579d8138 VS |
17483 | echo "$ac_t""no" 1>&6 |
17484 | echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 | |
f09359cf | 17485 | echo "configure:17486: checking for inet_aton in -l$INET_LINK" >&5 |
579d8138 VS |
17486 | ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` |
17487 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17488 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 17489 | else |
579d8138 | 17490 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 17491 | LIBS="-l$INET_LINK $LIBS" |
579d8138 | 17492 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17493 | #line 17494 "configure" |
10f2d63a | 17494 | #include "confdefs.h" |
6232543b | 17495 | /* Override any gcc2 internal prototype to avoid an error. */ |
6232543b | 17496 | /* We use char because int might match the return type of a gcc2 |
579d8138 VS |
17497 | builtin and then its argument prototype would still apply. */ |
17498 | char inet_aton(); | |
17499 | ||
17500 | int main() { | |
17501 | inet_aton() | |
17502 | ; return 0; } | |
17503 | EOF | |
f09359cf | 17504 | if { (eval echo configure:17505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17505 | rm -rf conftest* |
17506 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17507 | else | |
17508 | echo "configure: failed program was:" >&5 | |
17509 | cat conftest.$ac_ext >&5 | |
17510 | rm -rf conftest* | |
17511 | eval "ac_cv_lib_$ac_lib_var=no" | |
17512 | fi | |
17513 | rm -f conftest* | |
17514 | LIBS="$ac_save_LIBS" | |
17515 | ||
17516 | fi | |
17517 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17518 | echo "$ac_t""yes" 1>&6 | |
17519 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
17520 | #define HAVE_INET_ATON 1 |
17521 | EOF | |
17522 | ||
579d8138 VS |
17523 | else |
17524 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
17525 | fi |
17526 | ||
579d8138 | 17527 | |
10f2d63a | 17528 | fi |
4f14bcd8 | 17529 | done |
10f2d63a | 17530 | |
579d8138 | 17531 | |
4f14bcd8 | 17532 | if test "x$INET_LINK" != "x"; then |
579d8138 | 17533 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
17534 | #define HAVE_INET_ADDR 1 |
17535 | EOF | |
17536 | ||
3d63bc3a | 17537 | INET_LINK=" -l$INET_LINK" |
6232543b | 17538 | fi |
10f2d63a | 17539 | |
1e487827 | 17540 | fi |
703e0a69 | 17541 | |
579d8138 VS |
17542 | |
17543 | cat > confcache <<\EOF | |
4f14bcd8 GD |
17544 | # This file is a shell script that caches the results of configure |
17545 | # tests run on this system so they can be shared between configure | |
579d8138 VS |
17546 | # scripts and configure runs. It is not useful on other systems. |
17547 | # If it contains results you don't want to keep, you may remove or edit it. | |
4f14bcd8 | 17548 | # |
579d8138 VS |
17549 | # By default, configure uses ./config.cache as the cache file, |
17550 | # creating it if it does not exist already. You can give configure | |
17551 | # the --cache-file=FILE option to use a different cache file; that is | |
17552 | # what configure does when it calls configure scripts in | |
17553 | # subdirectories, so they share the cache. | |
17554 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
17555 | # config.status only pays attention to the cache file if you give it the | |
17556 | # --recheck option to rerun configure. | |
4f14bcd8 | 17557 | # |
579d8138 | 17558 | EOF |
4f14bcd8 GD |
17559 | # The following way of writing the cache mishandles newlines in values, |
17560 | # but we know of no workaround that is simple, portable, and efficient. | |
17561 | # So, don't put newlines in cache variables' values. | |
17562 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
17563 | # and sets the high bit in the cache file unless we assign to the vars. | |
579d8138 | 17564 | (set) 2>&1 | |
f09359cf | 17565 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
579d8138 VS |
17566 | *ac_space=\ *) |
17567 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
17568 | # turns \\\\ into \\, and sed turns \\ into \). | |
17569 | sed -n \ | |
17570 | -e "s/'/'\\\\''/g" \ | |
17571 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
17572 | ;; | |
17573 | *) | |
17574 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
17575 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
17576 | ;; | |
17577 | esac >> confcache | |
17578 | if cmp -s $cache_file confcache; then | |
17579 | : | |
17580 | else | |
4f14bcd8 | 17581 | if test -w $cache_file; then |
579d8138 VS |
17582 | echo "updating cache $cache_file" |
17583 | cat confcache > $cache_file | |
f6bcfd97 | 17584 | else |
4f14bcd8 | 17585 | echo "not updating unwritable cache $cache_file" |
f6bcfd97 | 17586 | fi |
4f14bcd8 GD |
17587 | fi |
17588 | rm -f confcache | |
f6bcfd97 | 17589 | |
579d8138 VS |
17590 | |
17591 | ||
009fead0 | 17592 | CPP_MT_FLAG= |
4f14bcd8 GD |
17593 | if test "$TOOLKIT" != "MSW"; then |
17594 | ||
579d8138 | 17595 | |
7274f1c7 | 17596 | THREADS_LINK= |
009fead0 | 17597 | THREADS_CFLAGS= |
7274f1c7 RL |
17598 | |
17599 | if test "$wxUSE_THREADS" = "yes" ; then | |
17600 | if test "$wxUSE_WINE" = 1 ; then | |
579d8138 | 17601 | echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2 |
7274f1c7 RL |
17602 | wxUSE_THREADS="no" |
17603 | elif test "$USE_BEOS" = 1; then | |
579d8138 | 17604 | echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2 |
7274f1c7 RL |
17605 | wxUSE_THREADS="no" |
17606 | fi | |
4f14bcd8 | 17607 | fi |
4f14bcd8 | 17608 | |
7274f1c7 | 17609 | if test "$wxUSE_THREADS" = "yes" ; then |
579d8138 VS |
17610 | |
17611 | ||
009fead0 VZ |
17612 | THREAD_OPTS="-pthread" |
17613 | case "${host}" in | |
17614 | *-*-solaris2* | *-*-sunos4* ) | |
17615 | if test "x$GCC" = "xyes"; then | |
126be6b4 | 17616 | THREAD_OPTS="-pthreads $THREAD_OPTS" |
009fead0 VZ |
17617 | else |
17618 | THREAD_OPTS="-mt $THREAD_OPTS" | |
17619 | fi | |
17620 | ;; | |
17621 | *-*-freebsd*) | |
17622 | THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" | |
17623 | ;; | |
17234b26 MB |
17624 | *-*-darwin* | *-*-cygwin* ) |
17625 | THREAD_OPTS="" | |
4101db81 | 17626 | ;; |
8f4a9a10 | 17627 | *-*-aix*) |
009fead0 VZ |
17628 | THREAD_OPTS="pthreads" |
17629 | ;; | |
009fead0 | 17630 | esac |
4f14bcd8 | 17631 | |
02a1dfba | 17632 | THREAD_OPTS="$THREAD_OPTS pthread none" |
595e0e44 | 17633 | |
009fead0 VZ |
17634 | THREADS_OK=no |
17635 | for flag in $THREAD_OPTS; do | |
17636 | case $flag in | |
17637 | none) | |
579d8138 | 17638 | echo $ac_n "checking whether pthreads work without any flags""... $ac_c" 1>&6 |
f09359cf | 17639 | echo "configure:17640: checking whether pthreads work without any flags" >&5 |
009fead0 | 17640 | ;; |
698dcdb6 | 17641 | |
009fead0 | 17642 | -*) |
579d8138 | 17643 | echo $ac_n "checking whether pthreads work with $flag""... $ac_c" 1>&6 |
f09359cf | 17644 | echo "configure:17645: checking whether pthreads work with $flag" >&5 |
009fead0 VZ |
17645 | THREADS_CFLAGS="$flag" |
17646 | ;; | |
698dcdb6 | 17647 | |
009fead0 | 17648 | *) |
579d8138 | 17649 | echo $ac_n "checking for the pthreads library -l$flag""... $ac_c" 1>&6 |
f09359cf | 17650 | echo "configure:17651: checking for the pthreads library -l$flag" >&5 |
009fead0 VZ |
17651 | THREADS_LINK="-l$flag" |
17652 | ;; | |
17653 | esac | |
10f2d63a | 17654 | |
009fead0 VZ |
17655 | save_LIBS="$LIBS" |
17656 | save_CFLAGS="$CFLAGS" | |
17657 | LIBS="$THREADS_LINK $LIBS" | |
04727afd | 17658 | CFLAGS="$THREADS_CFLAGS $CFLAGS" |
10f2d63a | 17659 | |
579d8138 | 17660 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17661 | #line 17662 "configure" |
009fead0 VZ |
17662 | #include "confdefs.h" |
17663 | #include <pthread.h> | |
579d8138 | 17664 | int main() { |
009fead0 | 17665 | pthread_create(0,0,0,0); |
579d8138 VS |
17666 | ; return 0; } |
17667 | EOF | |
f09359cf | 17668 | if { (eval echo configure:17669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 | 17669 | rm -rf conftest* |
009fead0 | 17670 | THREADS_OK=yes |
10f2d63a | 17671 | else |
579d8138 VS |
17672 | echo "configure: failed program was:" >&5 |
17673 | cat conftest.$ac_ext >&5 | |
6232543b | 17674 | fi |
579d8138 | 17675 | rm -f conftest* |
698dcdb6 | 17676 | |
009fead0 VZ |
17677 | LIBS="$save_LIBS" |
17678 | CFLAGS="$save_CFLAGS" | |
d9b9876f | 17679 | |
579d8138 | 17680 | echo "$ac_t""$THREADS_OK" 1>&6 |
009fead0 VZ |
17681 | if test "x$THREADS_OK" = "xyes"; then |
17682 | break; | |
17683 | fi | |
d9b9876f | 17684 | |
009fead0 VZ |
17685 | THREADS_LINK="" |
17686 | THREADS_CFLAGS="" | |
17687 | done | |
4f14bcd8 | 17688 | |
009fead0 VZ |
17689 | if test "x$THREADS_OK" != "xyes"; then |
17690 | wxUSE_THREADS=no | |
579d8138 | 17691 | echo "configure: warning: No thread support on this system... disabled" 1>&2 |
009fead0 | 17692 | else |
fe5a9cab VZ |
17693 | LIBS="$THREADS_LINK $THREADS_CFLAGS $LIBS" |
17694 | ||
579d8138 | 17695 | echo $ac_n "checking if more special flags are required for pthreads""... $ac_c" 1>&6 |
f09359cf | 17696 | echo "configure:17697: checking if more special flags are required for pthreads" >&5 |
009fead0 VZ |
17697 | flag=no |
17698 | case "${host}" in | |
17699 | *-aix* | *-freebsd*) | |
17700 | flag="-D_THREAD_SAFE" | |
17701 | ;; | |
17702 | *solaris* | alpha*-osf*) | |
17703 | flag="-D_REENTRANT" | |
17704 | ;; | |
17705 | esac | |
579d8138 | 17706 | echo "$ac_t""${flag}" 1>&6 |
009fead0 | 17707 | if test "x$flag" != xno; then |
04727afd | 17708 | THREADS_CFLAGS="$THREADS_CFLAGS $flag" |
009fead0 VZ |
17709 | fi |
17710 | ||
009fead0 | 17711 | if test "x$THREADS_CFLAGS" != "x"; then |
04727afd | 17712 | CFLAGS="$CFLAGS $THREADS_CFLAGS" |
009fead0 VZ |
17713 | CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS" |
17714 | fi | |
17715 | fi | |
4f14bcd8 | 17716 | fi |
4f14bcd8 | 17717 | |
7274f1c7 | 17718 | if test "$wxUSE_THREADS" = "yes" ; then |
579d8138 | 17719 | for ac_func in thr_setconcurrency |
4f14bcd8 | 17720 | do |
579d8138 | 17721 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 17722 | echo "configure:17723: checking for $ac_func" >&5 |
579d8138 VS |
17723 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17724 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17725 | else | |
17726 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17727 | #line 17728 "configure" |
d9b9876f | 17728 | #include "confdefs.h" |
4f14bcd8 | 17729 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17730 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 GD |
17731 | #include <assert.h> |
17732 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17733 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17734 | builtin and then its argument prototype would still apply. */ |
17735 | char $ac_func(); | |
17736 | ||
17737 | int main() { | |
d9b9876f | 17738 | |
4f14bcd8 GD |
17739 | /* The GNU C library defines this for functions which it implements |
17740 | to always fail with ENOSYS. Some functions are actually named | |
17741 | something starting with __ and the normal name is an alias. */ | |
17742 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17743 | choke me | |
17744 | #else | |
579d8138 | 17745 | $ac_func(); |
4f14bcd8 GD |
17746 | #endif |
17747 | ||
579d8138 | 17748 | ; return 0; } |
698dcdb6 | 17749 | EOF |
f09359cf | 17750 | if { (eval echo configure:17751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17751 | rm -rf conftest* |
17752 | eval "ac_cv_func_$ac_func=yes" | |
17753 | else | |
17754 | echo "configure: failed program was:" >&5 | |
17755 | cat conftest.$ac_ext >&5 | |
17756 | rm -rf conftest* | |
17757 | eval "ac_cv_func_$ac_func=no" | |
17758 | fi | |
17759 | rm -f conftest* | |
17760 | fi | |
698dcdb6 | 17761 | |
579d8138 VS |
17762 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
17763 | echo "$ac_t""yes" 1>&6 | |
17764 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17765 | cat >> confdefs.h <<EOF | |
17766 | #define $ac_tr_func 1 | |
17767 | EOF | |
17768 | ||
17769 | else | |
17770 | echo "$ac_t""no" 1>&6 | |
10f2d63a | 17771 | fi |
4f14bcd8 | 17772 | done |
10f2d63a | 17773 | |
579d8138 VS |
17774 | |
17775 | for ac_hdr in sched.h | |
4f14bcd8 | 17776 | do |
579d8138 VS |
17777 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
17778 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 17779 | echo "configure:17780: checking for $ac_hdr" >&5 |
579d8138 VS |
17780 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
17781 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17782 | else | |
17783 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 17784 | #line 17785 "configure" |
4f14bcd8 | 17785 | #include "confdefs.h" |
579d8138 VS |
17786 | #include <$ac_hdr> |
17787 | EOF | |
17788 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
17789 | { (eval echo configure:17790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
17790 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
17791 | if test -z "$ac_err"; then |
17792 | rm -rf conftest* | |
17793 | eval "ac_cv_header_$ac_safe=yes" | |
4f14bcd8 | 17794 | else |
579d8138 VS |
17795 | echo "$ac_err" >&5 |
17796 | echo "configure: failed program was:" >&5 | |
4f14bcd8 | 17797 | cat conftest.$ac_ext >&5 |
579d8138 VS |
17798 | rm -rf conftest* |
17799 | eval "ac_cv_header_$ac_safe=no" | |
13111b2a | 17800 | fi |
579d8138 | 17801 | rm -f conftest* |
10f2d63a | 17802 | fi |
579d8138 VS |
17803 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
17804 | echo "$ac_t""yes" 1>&6 | |
17805 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
17806 | cat >> confdefs.h <<EOF | |
17807 | #define $ac_tr_hdr 1 | |
f6bcfd97 | 17808 | EOF |
579d8138 VS |
17809 | |
17810 | else | |
17811 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 | 17812 | fi |
4f14bcd8 | 17813 | done |
f6bcfd97 | 17814 | |
009fead0 | 17815 | if test "$ac_cv_header_sched_h" = "yes"; then |
579d8138 | 17816 | echo $ac_n "checking for sched_yield""... $ac_c" 1>&6 |
f09359cf | 17817 | echo "configure:17818: checking for sched_yield" >&5 |
579d8138 VS |
17818 | if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then |
17819 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 17820 | else |
579d8138 | 17821 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17822 | #line 17823 "configure" |
4f14bcd8 | 17823 | #include "confdefs.h" |
009fead0 | 17824 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17825 | which can conflict with char sched_yield(); below. */ |
009fead0 | 17826 | #include <assert.h> |
4f14bcd8 GD |
17827 | /* Override any gcc2 internal prototype to avoid an error. */ |
17828 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17829 | builtin and then its argument prototype would still apply. */ |
17830 | char sched_yield(); | |
17831 | ||
17832 | int main() { | |
009fead0 VZ |
17833 | |
17834 | /* The GNU C library defines this for functions which it implements | |
17835 | to always fail with ENOSYS. Some functions are actually named | |
17836 | something starting with __ and the normal name is an alias. */ | |
17837 | #if defined (__stub_sched_yield) || defined (__stub___sched_yield) | |
17838 | choke me | |
17839 | #else | |
579d8138 | 17840 | sched_yield(); |
009fead0 VZ |
17841 | #endif |
17842 | ||
579d8138 VS |
17843 | ; return 0; } |
17844 | EOF | |
f09359cf | 17845 | if { (eval echo configure:17846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17846 | rm -rf conftest* |
17847 | eval "ac_cv_func_sched_yield=yes" | |
17848 | else | |
17849 | echo "configure: failed program was:" >&5 | |
17850 | cat conftest.$ac_ext >&5 | |
17851 | rm -rf conftest* | |
17852 | eval "ac_cv_func_sched_yield=no" | |
17853 | fi | |
17854 | rm -f conftest* | |
17855 | fi | |
17856 | ||
17857 | if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then | |
17858 | echo "$ac_t""yes" 1>&6 | |
17859 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 17860 | #define HAVE_SCHED_YIELD 1 |
10f2d63a VZ |
17861 | EOF |
17862 | ||
4f14bcd8 | 17863 | else |
579d8138 | 17864 | echo "$ac_t""no" 1>&6 |
009fead0 | 17865 | |
579d8138 | 17866 | echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6 |
f09359cf | 17867 | echo "configure:17868: checking for sched_yield in -lposix4" >&5 |
579d8138 VS |
17868 | ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` |
17869 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17870 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 17871 | else |
579d8138 | 17872 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 17873 | LIBS="-lposix4 $LIBS" |
579d8138 | 17874 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17875 | #line 17876 "configure" |
4f14bcd8 GD |
17876 | #include "confdefs.h" |
17877 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17878 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17879 | builtin and then its argument prototype would still apply. */ |
17880 | char sched_yield(); | |
17881 | ||
17882 | int main() { | |
17883 | sched_yield() | |
17884 | ; return 0; } | |
17885 | EOF | |
f09359cf | 17886 | if { (eval echo configure:17887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17887 | rm -rf conftest* |
17888 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17889 | else | |
17890 | echo "configure: failed program was:" >&5 | |
17891 | cat conftest.$ac_ext >&5 | |
17892 | rm -rf conftest* | |
17893 | eval "ac_cv_lib_$ac_lib_var=no" | |
17894 | fi | |
17895 | rm -f conftest* | |
17896 | LIBS="$ac_save_LIBS" | |
17897 | ||
17898 | fi | |
17899 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17900 | echo "$ac_t""yes" 1>&6 | |
17901 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 17902 | #define HAVE_SCHED_YIELD 1 |
54276ccf | 17903 | EOF |
3d63bc3a | 17904 | POSIX4_LINK=" -lposix4" |
4f14bcd8 | 17905 | else |
579d8138 VS |
17906 | echo "$ac_t""no" 1>&6 |
17907 | echo "configure: warning: wxThread::Yield will not work properly" 1>&2 | |
17908 | ||
54276ccf VZ |
17909 | fi |
17910 | ||
579d8138 VS |
17911 | |
17912 | ||
4f14bcd8 | 17913 | fi |
698dcdb6 | 17914 | |
009fead0 | 17915 | fi |
10f2d63a | 17916 | |
7274f1c7 | 17917 | HAVE_PRIOR_FUNCS=0 |
579d8138 | 17918 | echo $ac_n "checking for pthread_attr_getschedpolicy""... $ac_c" 1>&6 |
f09359cf | 17919 | echo "configure:17920: checking for pthread_attr_getschedpolicy" >&5 |
579d8138 VS |
17920 | if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getschedpolicy'+set}'`\" = set"; then |
17921 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 17922 | else |
579d8138 | 17923 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17924 | #line 17925 "configure" |
422107f9 | 17925 | #include "confdefs.h" |
009fead0 | 17926 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 17927 | which can conflict with char pthread_attr_getschedpolicy(); below. */ |
009fead0 | 17928 | #include <assert.h> |
4f14bcd8 GD |
17929 | /* Override any gcc2 internal prototype to avoid an error. */ |
17930 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17931 | builtin and then its argument prototype would still apply. */ |
17932 | char pthread_attr_getschedpolicy(); | |
17933 | ||
17934 | int main() { | |
009fead0 VZ |
17935 | |
17936 | /* The GNU C library defines this for functions which it implements | |
17937 | to always fail with ENOSYS. Some functions are actually named | |
17938 | something starting with __ and the normal name is an alias. */ | |
17939 | #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy) | |
17940 | choke me | |
17941 | #else | |
579d8138 | 17942 | pthread_attr_getschedpolicy(); |
009fead0 VZ |
17943 | #endif |
17944 | ||
579d8138 VS |
17945 | ; return 0; } |
17946 | EOF | |
f09359cf | 17947 | if { (eval echo configure:17948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17948 | rm -rf conftest* |
17949 | eval "ac_cv_func_pthread_attr_getschedpolicy=yes" | |
17950 | else | |
17951 | echo "configure: failed program was:" >&5 | |
17952 | cat conftest.$ac_ext >&5 | |
17953 | rm -rf conftest* | |
17954 | eval "ac_cv_func_pthread_attr_getschedpolicy=no" | |
17955 | fi | |
17956 | rm -f conftest* | |
17957 | fi | |
17958 | ||
17959 | if eval "test \"`echo '$ac_cv_func_'pthread_attr_getschedpolicy`\" = yes"; then | |
17960 | echo "$ac_t""yes" 1>&6 | |
17961 | echo $ac_n "checking for pthread_attr_setschedparam""... $ac_c" 1>&6 | |
f09359cf | 17962 | echo "configure:17963: checking for pthread_attr_setschedparam" >&5 |
579d8138 VS |
17963 | if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedparam'+set}'`\" = set"; then |
17964 | echo $ac_n "(cached) $ac_c" 1>&6 | |
328a083c | 17965 | else |
579d8138 | 17966 | cat > conftest.$ac_ext <<EOF |
f09359cf | 17967 | #line 17968 "configure" |
579d8138 VS |
17968 | #include "confdefs.h" |
17969 | /* System header to define __stub macros and hopefully few prototypes, | |
17970 | which can conflict with char pthread_attr_setschedparam(); below. */ | |
009fead0 | 17971 | #include <assert.h> |
422107f9 VZ |
17972 | /* Override any gcc2 internal prototype to avoid an error. */ |
17973 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
17974 | builtin and then its argument prototype would still apply. */ |
17975 | char pthread_attr_setschedparam(); | |
17976 | ||
17977 | int main() { | |
009fead0 VZ |
17978 | |
17979 | /* The GNU C library defines this for functions which it implements | |
17980 | to always fail with ENOSYS. Some functions are actually named | |
17981 | something starting with __ and the normal name is an alias. */ | |
17982 | #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam) | |
17983 | choke me | |
17984 | #else | |
579d8138 | 17985 | pthread_attr_setschedparam(); |
009fead0 VZ |
17986 | #endif |
17987 | ||
579d8138 VS |
17988 | ; return 0; } |
17989 | EOF | |
f09359cf | 17990 | if { (eval echo configure:17991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
17991 | rm -rf conftest* |
17992 | eval "ac_cv_func_pthread_attr_setschedparam=yes" | |
17993 | else | |
17994 | echo "configure: failed program was:" >&5 | |
17995 | cat conftest.$ac_ext >&5 | |
17996 | rm -rf conftest* | |
17997 | eval "ac_cv_func_pthread_attr_setschedparam=no" | |
17998 | fi | |
17999 | rm -f conftest* | |
18000 | fi | |
18001 | ||
18002 | if eval "test \"`echo '$ac_cv_func_'pthread_attr_setschedparam`\" = yes"; then | |
18003 | echo "$ac_t""yes" 1>&6 | |
18004 | echo $ac_n "checking for sched_get_priority_max""... $ac_c" 1>&6 | |
f09359cf | 18005 | echo "configure:18006: checking for sched_get_priority_max" >&5 |
579d8138 VS |
18006 | if eval "test \"`echo '$''{'ac_cv_func_sched_get_priority_max'+set}'`\" = set"; then |
18007 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18008 | else | |
18009 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18010 | #line 18011 "configure" |
422107f9 | 18011 | #include "confdefs.h" |
009fead0 VZ |
18012 | /* System header to define __stub macros and hopefully few prototypes |
18013 | else | |
579d8138 VS |
18014 | echo "$ac_t""no" 1>&6 |
18015 | which can conflict with char sched_get_priority_max(); below. */ | |
009fead0 | 18016 | #include <assert.h> |
4f14bcd8 GD |
18017 | /* Override any gcc2 internal prototype to avoid an error. */ |
18018 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
18019 | builtin and then its argument prototype would still apply. */ |
18020 | char sched_get_priority_max(); | |
18021 | ||
18022 | int main() { | |
009fead0 VZ |
18023 | |
18024 | /* The GNU C library defines this for functions which it implements | |
18025 | to always fail with ENOSYS. Some functions are actually named | |
18026 | something starting with __ and the normal name is an alias. */ | |
18027 | #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max) | |
18028 | choke me | |
18029 | #else | |
579d8138 | 18030 | sched_get_priority_max(); |
009fead0 VZ |
18031 | #endif |
18032 | ||
579d8138 VS |
18033 | ; return 0; } |
18034 | EOF | |
f09359cf | 18035 | if { (eval echo configure:18036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
18036 | rm -rf conftest* |
18037 | eval "ac_cv_func_sched_get_priority_max=yes" | |
18038 | else | |
18039 | echo "configure: failed program was:" >&5 | |
18040 | cat conftest.$ac_ext >&5 | |
18041 | rm -rf conftest* | |
18042 | eval "ac_cv_func_sched_get_priority_max=no" | |
18043 | fi | |
18044 | rm -f conftest* | |
18045 | fi | |
18046 | ||
18047 | if eval "test \"`echo '$ac_cv_func_'sched_get_priority_max`\" = yes"; then | |
18048 | echo "$ac_t""yes" 1>&6 | |
4f14bcd8 GD |
18049 | HAVE_PRIOR_FUNCS=1 |
18050 | else | |
579d8138 VS |
18051 | echo "$ac_t""no" 1>&6 |
18052 | echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6 | |
f09359cf | 18053 | echo "configure:18054: checking for sched_get_priority_max in -lposix4" >&5 |
579d8138 VS |
18054 | ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'` |
18055 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18056 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 18057 | else |
579d8138 | 18058 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 18059 | LIBS="-lposix4 $LIBS" |
579d8138 | 18060 | cat > conftest.$ac_ext <<EOF |
f09359cf | 18061 | #line 18062 "configure" |
422107f9 VZ |
18062 | #include "confdefs.h" |
18063 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18064 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
18065 | builtin and then its argument prototype would still apply. */ |
18066 | char sched_get_priority_max(); | |
18067 | ||
18068 | int main() { | |
18069 | sched_get_priority_max() | |
18070 | ; return 0; } | |
18071 | EOF | |
f09359cf | 18072 | if { (eval echo configure:18073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
18073 | rm -rf conftest* |
18074 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18075 | else | |
18076 | echo "configure: failed program was:" >&5 | |
18077 | cat conftest.$ac_ext >&5 | |
18078 | rm -rf conftest* | |
18079 | eval "ac_cv_lib_$ac_lib_var=no" | |
18080 | fi | |
18081 | rm -f conftest* | |
18082 | LIBS="$ac_save_LIBS" | |
698dcdb6 | 18083 | |
579d8138 VS |
18084 | fi |
18085 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
18086 | echo "$ac_t""yes" 1>&6 | |
18087 | ||
7274f1c7 RL |
18088 | HAVE_PRIOR_FUNCS=1 |
18089 | POSIX4_LINK=" -lposix4" | |
579d8138 VS |
18090 | |
18091 | else | |
18092 | echo "$ac_t""no" 1>&6 | |
422107f9 VZ |
18093 | fi |
18094 | ||
579d8138 | 18095 | |
10f2d63a VZ |
18096 | fi |
18097 | ||
579d8138 VS |
18098 | |
18099 | else | |
18100 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 | 18101 | fi |
463abc64 | 18102 | |
579d8138 | 18103 | |
328a083c | 18104 | fi |
463abc64 | 18105 | |
579d8138 | 18106 | |
7274f1c7 | 18107 | if test "$HAVE_PRIOR_FUNCS" = 1; then |
579d8138 | 18108 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18109 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 |
698dcdb6 | 18110 | EOF |
463abc64 | 18111 | |
7274f1c7 | 18112 | else |
579d8138 | 18113 | echo "configure: warning: Setting thread priority will not work" 1>&2 |
7274f1c7 | 18114 | fi |
463abc64 | 18115 | |
579d8138 | 18116 | echo $ac_n "checking for pthread_cancel""... $ac_c" 1>&6 |
f09359cf | 18117 | echo "configure:18118: checking for pthread_cancel" >&5 |
579d8138 VS |
18118 | if eval "test \"`echo '$''{'ac_cv_func_pthread_cancel'+set}'`\" = set"; then |
18119 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 18120 | else |
579d8138 | 18121 | cat > conftest.$ac_ext <<EOF |
f09359cf | 18122 | #line 18123 "configure" |
422107f9 | 18123 | #include "confdefs.h" |
009fead0 | 18124 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 18125 | which can conflict with char pthread_cancel(); below. */ |
009fead0 | 18126 | #include <assert.h> |
422107f9 VZ |
18127 | /* Override any gcc2 internal prototype to avoid an error. */ |
18128 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
18129 | builtin and then its argument prototype would still apply. */ |
18130 | char pthread_cancel(); | |
18131 | ||
18132 | int main() { | |
009fead0 VZ |
18133 | |
18134 | /* The GNU C library defines this for functions which it implements | |
18135 | to always fail with ENOSYS. Some functions are actually named | |
18136 | something starting with __ and the normal name is an alias. */ | |
18137 | #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel) | |
18138 | choke me | |
18139 | #else | |
579d8138 | 18140 | pthread_cancel(); |
009fead0 VZ |
18141 | #endif |
18142 | ||
579d8138 VS |
18143 | ; return 0; } |
18144 | EOF | |
f09359cf | 18145 | if { (eval echo configure:18146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
18146 | rm -rf conftest* |
18147 | eval "ac_cv_func_pthread_cancel=yes" | |
18148 | else | |
18149 | echo "configure: failed program was:" >&5 | |
18150 | cat conftest.$ac_ext >&5 | |
18151 | rm -rf conftest* | |
18152 | eval "ac_cv_func_pthread_cancel=no" | |
18153 | fi | |
18154 | rm -f conftest* | |
18155 | fi | |
18156 | ||
18157 | if eval "test \"`echo '$ac_cv_func_'pthread_cancel`\" = yes"; then | |
18158 | echo "$ac_t""yes" 1>&6 | |
18159 | cat >> confdefs.h <<\EOF | |
4f14bcd8 GD |
18160 | #define HAVE_PTHREAD_CANCEL 1 |
18161 | EOF | |
18162 | ||
698dcdb6 | 18163 | else |
579d8138 VS |
18164 | echo "$ac_t""no" 1>&6 |
18165 | echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 | |
422107f9 VZ |
18166 | fi |
18167 | ||
328a083c | 18168 | |
579d8138 | 18169 | echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 |
f09359cf | 18170 | echo "configure:18171: checking for pthread_cleanup_push/pop" >&5 |
579d8138 VS |
18171 | if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then |
18172 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18173 | else | |
18174 | ||
18175 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18176 | #line 18177 "configure" |
4f14bcd8 GD |
18177 | #include "confdefs.h" |
18178 | #include <pthread.h> | |
579d8138 | 18179 | int main() { |
4f14bcd8 | 18180 | |
7274f1c7 RL |
18181 | pthread_cleanup_push(NULL, NULL); |
18182 | pthread_cleanup_pop(0); | |
579d8138 VS |
18183 | |
18184 | ; return 0; } | |
18185 | EOF | |
f09359cf | 18186 | if { (eval echo configure:18187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18187 | rm -rf conftest* |
18188 | ||
7274f1c7 | 18189 | wx_cv_func_pthread_cleanup_push=yes |
579d8138 | 18190 | |
4f14bcd8 | 18191 | else |
579d8138 VS |
18192 | echo "configure: failed program was:" >&5 |
18193 | cat conftest.$ac_ext >&5 | |
18194 | rm -rf conftest* | |
18195 | ||
7274f1c7 | 18196 | wx_cv_func_pthread_cleanup_push=no |
579d8138 | 18197 | |
10f2d63a | 18198 | fi |
579d8138 VS |
18199 | rm -f conftest* |
18200 | ||
328a083c | 18201 | fi |
579d8138 VS |
18202 | |
18203 | echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 | |
4f14bcd8 | 18204 | |
7274f1c7 | 18205 | if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then |
579d8138 | 18206 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18207 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 |
c7a2bf27 RR |
18208 | EOF |
18209 | ||
7274f1c7 | 18210 | fi |
4f14bcd8 | 18211 | |
579d8138 | 18212 | |
579d8138 | 18213 | echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6 |
f09359cf | 18214 | echo "configure:18215: checking for pthread_mutexattr_t" >&5 |
579d8138 VS |
18215 | if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then |
18216 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 18217 | else |
579d8138 VS |
18218 | |
18219 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18220 | #line 18221 "configure" |
0dcf9893 | 18221 | #include "confdefs.h" |
4f14bcd8 | 18222 | #include <pthread.h> |
579d8138 | 18223 | int main() { |
4f14bcd8 | 18224 | |
7274f1c7 RL |
18225 | pthread_mutexattr_t attr; |
18226 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
579d8138 VS |
18227 | |
18228 | ; return 0; } | |
18229 | EOF | |
f09359cf | 18230 | if { (eval echo configure:18231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18231 | rm -rf conftest* |
18232 | ||
7274f1c7 | 18233 | wx_cv_type_pthread_mutexattr_t=yes |
579d8138 | 18234 | |
3fed1840 | 18235 | else |
579d8138 VS |
18236 | echo "configure: failed program was:" >&5 |
18237 | cat conftest.$ac_ext >&5 | |
18238 | rm -rf conftest* | |
18239 | ||
7274f1c7 | 18240 | wx_cv_type_pthread_mutexattr_t=no |
579d8138 VS |
18241 | |
18242 | ||
3fed1840 | 18243 | fi |
579d8138 VS |
18244 | rm -f conftest* |
18245 | ||
328a083c | 18246 | fi |
579d8138 VS |
18247 | |
18248 | echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6 | |
4f14bcd8 | 18249 | |
7274f1c7 | 18250 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then |
579d8138 | 18251 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18252 | #define HAVE_PTHREAD_MUTEXATTR_T 1 |
18253 | EOF | |
18254 | ||
7274f1c7 | 18255 | else |
579d8138 | 18256 | echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6 |
f09359cf | 18257 | echo "configure:18258: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 |
579d8138 VS |
18258 | if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then |
18259 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18260 | else | |
18261 | ||
18262 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18263 | #line 18264 "configure" |
3fed1840 | 18264 | #include "confdefs.h" |
4f14bcd8 | 18265 | #include <pthread.h> |
579d8138 | 18266 | int main() { |
4f14bcd8 | 18267 | |
7274f1c7 | 18268 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; |
579d8138 VS |
18269 | |
18270 | ; return 0; } | |
18271 | EOF | |
f09359cf | 18272 | if { (eval echo configure:18273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18273 | rm -rf conftest* |
18274 | ||
7274f1c7 | 18275 | wx_cv_type_pthread_rec_mutex_init=yes |
579d8138 | 18276 | |
698dcdb6 | 18277 | else |
579d8138 VS |
18278 | echo "configure: failed program was:" >&5 |
18279 | cat conftest.$ac_ext >&5 | |
18280 | rm -rf conftest* | |
18281 | ||
7274f1c7 | 18282 | wx_cv_type_pthread_rec_mutex_init=no |
579d8138 VS |
18283 | |
18284 | ||
3fed1840 | 18285 | fi |
579d8138 VS |
18286 | rm -f conftest* |
18287 | ||
328a083c | 18288 | fi |
579d8138 VS |
18289 | |
18290 | echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6 | |
7274f1c7 | 18291 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then |
579d8138 | 18292 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18293 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 |
18294 | EOF | |
3fed1840 | 18295 | |
7274f1c7 | 18296 | else |
579d8138 | 18297 | echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2 |
7274f1c7 RL |
18298 | fi |
18299 | fi | |
7274f1c7 | 18300 | fi |
3fed1840 | 18301 | |
4f14bcd8 GD |
18302 | fi |
18303 | ||
18304 | if test "$wxUSE_THREADS" = "yes"; then | |
579d8138 | 18305 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18306 | #define wxUSE_THREADS 1 |
7b6058cd GD |
18307 | EOF |
18308 | ||
579d8138 | 18309 | |
4f14bcd8 | 18310 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" |
698dcdb6 | 18311 | else |
4f14bcd8 | 18312 | if test "$ac_cv_func_strtok_r" = "yes"; then |
579d8138 | 18313 | echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 |
f09359cf | 18314 | echo "configure:18315: checking if -D_REENTRANT is needed" >&5 |
4f14bcd8 GD |
18315 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then |
18316 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT" | |
579d8138 | 18317 | echo "$ac_t""yes" 1>&6 |
4f14bcd8 | 18318 | else |
579d8138 | 18319 | echo "$ac_t""no" 1>&6 |
4f14bcd8 GD |
18320 | fi |
18321 | fi | |
18322 | fi | |
18323 | ||
18324 | if test "$WXGTK20" = 1 ; then | |
579d8138 | 18325 | cat >> confdefs.h <<EOF |
4f14bcd8 | 18326 | #define __WXGTK20__ $WXGTK20 |
698dcdb6 | 18327 | EOF |
4f14bcd8 GD |
18328 | |
18329 | WXGTK12=1 | |
10f2d63a | 18330 | fi |
4f14bcd8 GD |
18331 | |
18332 | if test "$WXGTK12" = 1 ; then | |
579d8138 | 18333 | cat >> confdefs.h <<EOF |
4f14bcd8 GD |
18334 | #define __WXGTK12__ $WXGTK12 |
18335 | EOF | |
18336 | ||
10f2d63a | 18337 | fi |
698dcdb6 | 18338 | |
4f14bcd8 | 18339 | if test "$WXGTK127" = 1 ; then |
579d8138 | 18340 | cat >> confdefs.h <<EOF |
4f14bcd8 | 18341 | #define __WXGTK127__ $WXGTK127 |
698dcdb6 | 18342 | EOF |
4f14bcd8 | 18343 | |
698dcdb6 | 18344 | fi |
10f2d63a | 18345 | |
4f14bcd8 GD |
18346 | WXDEBUG= |
18347 | ||
18348 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
18349 | WXDEBUG="-g" | |
18350 | wxUSE_OPTIMISE=no | |
698dcdb6 | 18351 | fi |
4f14bcd8 GD |
18352 | |
18353 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
18354 | wxUSE_DEBUG_INFO=yes | |
18355 | WXDEBUG="-ggdb" | |
10f2d63a VZ |
18356 | fi |
18357 | ||
4f14bcd8 | 18358 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then |
579d8138 | 18359 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18360 | #define WXDEBUG 1 |
18361 | EOF | |
18362 | ||
18363 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
10f2d63a | 18364 | else |
4f14bcd8 GD |
18365 | if test "$wxUSE_GTK" = 1 ; then |
18366 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
18367 | fi | |
18368 | fi | |
18369 | ||
18370 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
579d8138 | 18371 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18372 | #define wxUSE_MEMORY_TRACING 1 |
18373 | EOF | |
18374 | ||
579d8138 | 18375 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18376 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 |
18377 | EOF | |
18378 | ||
579d8138 | 18379 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18380 | #define wxUSE_DEBUG_NEW_ALWAYS 1 |
18381 | EOF | |
18382 | ||
18383 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
18384 | fi | |
18385 | ||
18386 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
3d63bc3a | 18387 | DMALLOC_LIBS="-ldmalloc" |
4f14bcd8 GD |
18388 | fi |
18389 | ||
18390 | PROFILE= | |
18391 | if test "$wxUSE_PROFILE" = "yes" ; then | |
3d63bc3a | 18392 | PROFILE=" -pg" |
10f2d63a VZ |
18393 | fi |
18394 | ||
009fead0 VZ |
18395 | CODE_GEN_FLAGS= |
18396 | CODE_GEN_FLAGS_CXX= | |
88e30f2b | 18397 | if test "$GCC" = "yes" ; then |
4f14bcd8 GD |
18398 | if test "$wxUSE_NO_RTTI" = "yes" ; then |
18399 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti" | |
3a922bb4 | 18400 | fi |
4f14bcd8 GD |
18401 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then |
18402 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions" | |
18403 | fi | |
18404 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
18405 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" | |
18406 | fi | |
4f14bcd8 GD |
18407 | if test "$USE_WIN32" = 1 ; then |
18408 | # I'm not even really sure what this was ever added to solve, | |
18409 | # but someone added it for mingw native builds, so I guess | |
18410 | # they had a reason, right?? | |
18411 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return" | |
18412 | fi | |
1d1b75ac VZ |
18413 | |
18414 | case "${host}" in | |
18415 | powerpc*-*-aix* ) | |
18416 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc" | |
18417 | ;; | |
18418 | esac | |
4f14bcd8 GD |
18419 | fi |
18420 | ||
4f14bcd8 GD |
18421 | if test "$wxUSE_OPTIMISE" = "no" ; then |
18422 | OPTIMISE= | |
18423 | else | |
18424 | if test "$GCC" = yes ; then | |
18425 | OPTIMISE="-O2" | |
18426 | case "${host}" in | |
18427 | i586-*-*|i686-*-* ) | |
18428 | OPTIMISE="${OPTIMISE} " | |
18429 | ;; | |
18430 | esac | |
18431 | else | |
18432 | OPTIMISE="-O" | |
18433 | fi | |
18434 | fi | |
18435 | ||
18436 | if test "$WXWIN_COMPATIBILITY_2" = "yes"; then | |
579d8138 | 18437 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18438 | #define WXWIN_COMPATIBILITY_2 1 |
18439 | EOF | |
18440 | ||
579d8138 | 18441 | |
4f14bcd8 GD |
18442 | WXWIN_COMPATIBILITY_2_2="yes" |
18443 | fi | |
18444 | ||
0c9a1c32 | 18445 | if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then |
579d8138 | 18446 | cat >> confdefs.h <<\EOF |
4f14bcd8 GD |
18447 | #define WXWIN_COMPATIBILITY_2_2 1 |
18448 | EOF | |
18449 | ||
10f2d63a VZ |
18450 | fi |
18451 | ||
579d8138 | 18452 | |
10f2d63a | 18453 | if test "$wxUSE_GUI" = "yes"; then |
579d8138 | 18454 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18455 | #define wxUSE_GUI 1 |
18456 | EOF | |
18457 | ||
579d8138 | 18458 | |
10f2d63a | 18459 | else |
579d8138 | 18460 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18461 | #define wxUSE_NOGUI 1 |
18462 | EOF | |
18463 | ||
18464 | fi | |
18465 | ||
579d8138 | 18466 | |
10f2d63a | 18467 | if test "$wxUSE_UNIX" = "yes"; then |
579d8138 | 18468 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18469 | #define wxUSE_UNIX 1 |
18470 | EOF | |
18471 | ||
18472 | fi | |
18473 | ||
579d8138 | 18474 | |
10f2d63a | 18475 | if test "$wxUSE_APPLE_IEEE" = "yes"; then |
579d8138 | 18476 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18477 | #define wxUSE_APPLE_IEEE 1 |
18478 | EOF | |
18479 | ||
18480 | fi | |
18481 | ||
1e6feb95 | 18482 | if test "$wxUSE_TIMER" = "yes"; then |
579d8138 | 18483 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
18484 | #define wxUSE_TIMER 1 |
18485 | EOF | |
18486 | ||
18487 | fi | |
18488 | ||
10f2d63a | 18489 | if test "$wxUSE_WAVE" = "yes"; then |
579d8138 | 18490 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18491 | #define wxUSE_WAVE 1 |
18492 | EOF | |
18493 | ||
18494 | fi | |
18495 | ||
1e6feb95 | 18496 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then |
579d8138 | 18497 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
18498 | #define wxUSE_CMDLINE_PARSER 1 |
18499 | EOF | |
18500 | ||
18501 | fi | |
18502 | ||
18503 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
579d8138 | 18504 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
18505 | #define wxUSE_STOPWATCH 1 |
18506 | EOF | |
18507 | ||
18508 | fi | |
18509 | ||
18510 | if test "$wxUSE_DATETIME" = "yes"; then | |
579d8138 | 18511 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
18512 | #define wxUSE_DATETIME 1 |
18513 | EOF | |
18514 | ||
18515 | fi | |
18516 | ||
18517 | if test "$wxUSE_TIMEDATE" = "yes"; then | |
579d8138 | 18518 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
18519 | #define wxUSE_TIMEDATE 1 |
18520 | EOF | |
18521 | ||
18522 | fi | |
18523 | ||
10f2d63a | 18524 | if test "$wxUSE_FILE" = "yes"; then |
579d8138 | 18525 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18526 | #define wxUSE_FILE 1 |
18527 | EOF | |
18528 | ||
18529 | fi | |
18530 | ||
1e6feb95 | 18531 | if test "$wxUSE_FFILE" = "yes"; then |
579d8138 | 18532 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
18533 | #define wxUSE_FFILE 1 |
18534 | EOF | |
18535 | ||
18536 | fi | |
18537 | ||
24528b0c | 18538 | if test "$wxUSE_FILESYSTEM" = "yes"; then |
579d8138 | 18539 | cat >> confdefs.h <<\EOF |
24528b0c VS |
18540 | #define wxUSE_FILESYSTEM 1 |
18541 | EOF | |
18542 | ||
18543 | fi | |
18544 | ||
10f2d63a | 18545 | if test "$wxUSE_FS_INET" = "yes"; then |
579d8138 | 18546 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18547 | #define wxUSE_FS_INET 1 |
18548 | EOF | |
18549 | ||
18550 | fi | |
18551 | ||
18552 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
579d8138 | 18553 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18554 | #define wxUSE_FS_ZIP 1 |
18555 | EOF | |
18556 | ||
18557 | fi | |
18558 | ||
18559 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
579d8138 | 18560 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18561 | #define wxUSE_ZIPSTREAM 1 |
18562 | EOF | |
18563 | ||
18564 | fi | |
18565 | ||
eb4efbdc | 18566 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
579d8138 | 18567 | cat >> confdefs.h <<\EOF |
eb4efbdc VZ |
18568 | #define wxUSE_ON_FATAL_EXCEPTION 1 |
18569 | EOF | |
18570 | ||
18571 | fi | |
18572 | ||
4f3c5f06 | 18573 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
579d8138 | 18574 | cat >> confdefs.h <<\EOF |
4f3c5f06 VZ |
18575 | #define wxUSE_SNGLINST_CHECKER 1 |
18576 | EOF | |
18577 | ||
18578 | fi | |
18579 | ||
10f2d63a | 18580 | if test "$wxUSE_BUSYINFO" = "yes"; then |
579d8138 | 18581 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18582 | #define wxUSE_BUSYINFO 1 |
18583 | EOF | |
18584 | ||
18585 | fi | |
18586 | ||
18587 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
579d8138 | 18588 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18589 | #define wxUSE_STD_IOSTREAM 1 |
18590 | EOF | |
18591 | ||
18592 | fi | |
18593 | ||
a3a584a7 | 18594 | if test "$wxUSE_TEXTBUFFER" = "yes"; then |
579d8138 | 18595 | cat >> confdefs.h <<\EOF |
a3a584a7 VZ |
18596 | #define wxUSE_TEXTBUFFER 1 |
18597 | EOF | |
18598 | ||
18599 | fi | |
18600 | ||
10f2d63a | 18601 | if test "$wxUSE_TEXTFILE" = "yes"; then |
a3a584a7 | 18602 | if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then |
579d8138 | 18603 | echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2 |
10f2d63a | 18604 | else |
579d8138 | 18605 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18606 | #define wxUSE_TEXTFILE 1 |
18607 | EOF | |
18608 | ||
18609 | fi | |
18610 | fi | |
18611 | ||
18612 | if test "$wxUSE_CONFIG" = "yes" ; then | |
18613 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
579d8138 | 18614 | echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2 |
10f2d63a | 18615 | else |
579d8138 | 18616 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18617 | #define wxUSE_CONFIG 1 |
18618 | EOF | |
18619 | ||
18620 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
18621 | fi | |
18622 | fi | |
18623 | ||
18624 | if test "$wxUSE_INTL" = "yes" ; then | |
18625 | if test "$wxUSE_FILE" != "yes"; then | |
579d8138 | 18626 | echo "configure: warning: I18n code requires wxFile... disabled" 1>&2 |
10f2d63a | 18627 | else |
579d8138 | 18628 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18629 | #define wxUSE_INTL 1 |
18630 | EOF | |
18631 | ||
18632 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
f6bcfd97 | 18633 | GUIDIST="$GUIDIST INTL_DIST" |
10f2d63a VZ |
18634 | fi |
18635 | fi | |
18636 | ||
18637 | if test "$wxUSE_LOG" = "yes"; then | |
579d8138 | 18638 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18639 | #define wxUSE_LOG 1 |
18640 | EOF | |
18641 | ||
579d8138 | 18642 | |
d73be714 | 18643 | if test "$wxUSE_LOGGUI" = "yes"; then |
579d8138 | 18644 | cat >> confdefs.h <<\EOF |
d73be714 VZ |
18645 | #define wxUSE_LOGGUI 1 |
18646 | EOF | |
18647 | ||
18648 | fi | |
18649 | ||
18650 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
579d8138 | 18651 | cat >> confdefs.h <<\EOF |
d73be714 | 18652 | #define wxUSE_LOGWINDOW 1 |
69d27ff7 MB |
18653 | EOF |
18654 | ||
18655 | fi | |
18656 | ||
18657 | if test "$wxUSE_LOGDIALOG" = "yes"; then | |
579d8138 | 18658 | cat >> confdefs.h <<\EOF |
69d27ff7 | 18659 | #define wxUSE_LOG_DIALOG 1 |
d73be714 VZ |
18660 | EOF |
18661 | ||
18662 | fi | |
10f2d63a VZ |
18663 | fi |
18664 | ||
18665 | if test "$wxUSE_LONGLONG" = "yes"; then | |
579d8138 | 18666 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18667 | #define wxUSE_LONGLONG 1 |
18668 | EOF | |
18669 | ||
18670 | fi | |
18671 | ||
e8f65ba6 | 18672 | if test "$wxUSE_GEOMETRY" = "yes"; then |
579d8138 | 18673 | cat >> confdefs.h <<\EOF |
e8f65ba6 RR |
18674 | #define wxUSE_GEOMETRY 1 |
18675 | EOF | |
18676 | ||
18677 | fi | |
18678 | ||
10f2d63a | 18679 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then |
579d8138 | 18680 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18681 | #define wxUSE_DIALUP_MANAGER 1 |
18682 | EOF | |
18683 | ||
70f7a477 | 18684 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" |
10f2d63a VZ |
18685 | fi |
18686 | ||
18687 | if test "$wxUSE_STREAMS" = "yes" ; then | |
579d8138 | 18688 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
18689 | #define wxUSE_STREAMS 1 |
18690 | EOF | |
18691 | ||
18692 | fi | |
18693 | ||
328a083c | 18694 | |
579d8138 VS |
18695 | if test "$wxUSE_DATETIME" = "yes"; then |
18696 | for ac_func in strptime | |
83307f33 | 18697 | do |
579d8138 | 18698 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 18699 | echo "configure:18700: checking for $ac_func" >&5 |
579d8138 VS |
18700 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
18701 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18702 | else | |
18703 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18704 | #line 18705 "configure" |
83307f33 VZ |
18705 | #include "confdefs.h" |
18706 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 18707 | which can conflict with char $ac_func(); below. */ |
83307f33 VZ |
18708 | #include <assert.h> |
18709 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18710 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
18711 | builtin and then its argument prototype would still apply. */ |
18712 | char $ac_func(); | |
18713 | ||
18714 | int main() { | |
83307f33 VZ |
18715 | |
18716 | /* The GNU C library defines this for functions which it implements | |
18717 | to always fail with ENOSYS. Some functions are actually named | |
18718 | something starting with __ and the normal name is an alias. */ | |
18719 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
18720 | choke me | |
18721 | #else | |
579d8138 | 18722 | $ac_func(); |
83307f33 VZ |
18723 | #endif |
18724 | ||
579d8138 | 18725 | ; return 0; } |
83307f33 | 18726 | EOF |
f09359cf | 18727 | if { (eval echo configure:18728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
18728 | rm -rf conftest* |
18729 | eval "ac_cv_func_$ac_func=yes" | |
18730 | else | |
18731 | echo "configure: failed program was:" >&5 | |
18732 | cat conftest.$ac_ext >&5 | |
18733 | rm -rf conftest* | |
18734 | eval "ac_cv_func_$ac_func=no" | |
18735 | fi | |
18736 | rm -f conftest* | |
18737 | fi | |
83307f33 | 18738 | |
579d8138 VS |
18739 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
18740 | echo "$ac_t""yes" 1>&6 | |
18741 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
18742 | cat >> confdefs.h <<EOF | |
18743 | #define $ac_tr_func 1 | |
18744 | EOF | |
18745 | ||
18746 | else | |
18747 | echo "$ac_t""no" 1>&6 | |
83307f33 VZ |
18748 | fi |
18749 | done | |
18750 | ||
328a083c | 18751 | |
579d8138 | 18752 | echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 |
f09359cf | 18753 | echo "configure:18754: checking for timezone variable in <time.h>" >&5 |
579d8138 VS |
18754 | if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then |
18755 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18756 | else | |
18757 | ||
18758 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18759 | #line 18760 "configure" |
360d6699 VZ |
18760 | #include "confdefs.h" |
18761 | ||
b4085ce6 | 18762 | #include <time.h> |
579d8138 VS |
18763 | |
18764 | int main() { | |
360d6699 VZ |
18765 | |
18766 | int tz; | |
4f11a343 | 18767 | tz = timezone; |
579d8138 VS |
18768 | |
18769 | ; return 0; } | |
18770 | EOF | |
f09359cf | 18771 | if { (eval echo configure:18772: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18772 | rm -rf conftest* |
18773 | ||
4f11a343 | 18774 | wx_cv_var_timezone=timezone |
579d8138 | 18775 | |
360d6699 | 18776 | else |
579d8138 VS |
18777 | echo "configure: failed program was:" >&5 |
18778 | cat conftest.$ac_ext >&5 | |
18779 | rm -rf conftest* | |
18780 | ||
18781 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18782 | #line 18783 "configure" |
360d6699 VZ |
18783 | #include "confdefs.h" |
18784 | ||
b4085ce6 | 18785 | #include <time.h> |
579d8138 VS |
18786 | |
18787 | int main() { | |
360d6699 VZ |
18788 | |
18789 | int tz; | |
18790 | tz = _timezone; | |
579d8138 VS |
18791 | |
18792 | ; return 0; } | |
18793 | EOF | |
f09359cf | 18794 | if { (eval echo configure:18795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18795 | rm -rf conftest* |
18796 | ||
360d6699 | 18797 | wx_cv_var_timezone=_timezone |
579d8138 | 18798 | |
5357c8e8 | 18799 | else |
579d8138 VS |
18800 | echo "configure: failed program was:" >&5 |
18801 | cat conftest.$ac_ext >&5 | |
18802 | rm -rf conftest* | |
18803 | ||
18804 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18805 | #line 18806 "configure" |
5357c8e8 VZ |
18806 | #include "confdefs.h" |
18807 | ||
b4085ce6 | 18808 | #include <time.h> |
579d8138 VS |
18809 | |
18810 | int main() { | |
5357c8e8 VZ |
18811 | |
18812 | int tz; | |
4f11a343 | 18813 | tz = __timezone; |
579d8138 VS |
18814 | |
18815 | ; return 0; } | |
18816 | EOF | |
f09359cf | 18817 | if { (eval echo configure:18818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18818 | rm -rf conftest* |
18819 | ||
4f11a343 | 18820 | wx_cv_var_timezone=__timezone |
579d8138 | 18821 | |
360d6699 | 18822 | else |
579d8138 VS |
18823 | echo "configure: failed program was:" >&5 |
18824 | cat conftest.$ac_ext >&5 | |
18825 | rm -rf conftest* | |
18826 | ||
f9bc1684 | 18827 | if test "$USE_DOS" = 0 ; then |
579d8138 | 18828 | echo "configure: warning: no timezone variable" 1>&2 |
f9bc1684 | 18829 | fi |
579d8138 VS |
18830 | |
18831 | ||
360d6699 | 18832 | fi |
579d8138 VS |
18833 | rm -f conftest* |
18834 | ||
18835 | ||
6232543b | 18836 | fi |
579d8138 VS |
18837 | rm -f conftest* |
18838 | ||
18839 | ||
1e487827 | 18840 | fi |
579d8138 VS |
18841 | rm -f conftest* |
18842 | ||
18843 | ||
328a083c | 18844 | fi |
579d8138 VS |
18845 | |
18846 | echo "$ac_t""$wx_cv_var_timezone" 1>&6 | |
698dcdb6 | 18847 | |
f9bc1684 | 18848 | if test "x$wx_cv_var_timezone" != x ; then |
579d8138 | 18849 | cat >> confdefs.h <<EOF |
360d6699 VZ |
18850 | #define WX_TIMEZONE $wx_cv_var_timezone |
18851 | EOF | |
18852 | ||
f9bc1684 | 18853 | fi |
698dcdb6 | 18854 | |
579d8138 | 18855 | for ac_func in localtime |
afc31813 | 18856 | do |
579d8138 | 18857 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 18858 | echo "configure:18859: checking for $ac_func" >&5 |
579d8138 VS |
18859 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
18860 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18861 | else | |
18862 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18863 | #line 18864 "configure" |
10f2d63a | 18864 | #include "confdefs.h" |
afc31813 | 18865 | /* System header to define __stub macros and hopefully few prototypes, |
579d8138 | 18866 | which can conflict with char $ac_func(); below. */ |
afc31813 VZ |
18867 | #include <assert.h> |
18868 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18869 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
18870 | builtin and then its argument prototype would still apply. */ |
18871 | char $ac_func(); | |
18872 | ||
18873 | int main() { | |
afc31813 VZ |
18874 | |
18875 | /* The GNU C library defines this for functions which it implements | |
18876 | to always fail with ENOSYS. Some functions are actually named | |
18877 | something starting with __ and the normal name is an alias. */ | |
18878 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
18879 | choke me | |
18880 | #else | |
579d8138 | 18881 | $ac_func(); |
afc31813 VZ |
18882 | #endif |
18883 | ||
579d8138 | 18884 | ; return 0; } |
10f2d63a | 18885 | EOF |
f09359cf | 18886 | if { (eval echo configure:18887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
18887 | rm -rf conftest* |
18888 | eval "ac_cv_func_$ac_func=yes" | |
18889 | else | |
18890 | echo "configure: failed program was:" >&5 | |
18891 | cat conftest.$ac_ext >&5 | |
18892 | rm -rf conftest* | |
18893 | eval "ac_cv_func_$ac_func=no" | |
18894 | fi | |
18895 | rm -f conftest* | |
18896 | fi | |
afc31813 | 18897 | |
579d8138 VS |
18898 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
18899 | echo "$ac_t""yes" 1>&6 | |
18900 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
18901 | cat >> confdefs.h <<EOF | |
18902 | #define $ac_tr_func 1 | |
18903 | EOF | |
18904 | ||
18905 | else | |
18906 | echo "$ac_t""no" 1>&6 | |
afc31813 VZ |
18907 | fi |
18908 | done | |
18909 | ||
328a083c | 18910 | |
579d8138 VS |
18911 | if test "$ac_cv_func_localtime" = "yes"; then |
18912 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 | |
f09359cf | 18913 | echo "configure:18914: checking for tm_gmtoff in struct tm" >&5 |
579d8138 VS |
18914 | if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then |
18915 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18916 | else | |
18917 | ||
18918 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18919 | #line 18920 "configure" |
0470b1e6 VZ |
18920 | #include "confdefs.h" |
18921 | ||
b4085ce6 | 18922 | #include <time.h> |
579d8138 VS |
18923 | |
18924 | int main() { | |
0470b1e6 VZ |
18925 | |
18926 | struct tm tm; | |
18927 | tm.tm_gmtoff++; | |
579d8138 VS |
18928 | |
18929 | ; return 0; } | |
18930 | EOF | |
f09359cf | 18931 | if { (eval echo configure:18932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 VS |
18932 | rm -rf conftest* |
18933 | ||
f03a98d8 | 18934 | wx_cv_struct_tm_has_gmtoff=yes |
579d8138 | 18935 | |
0470b1e6 | 18936 | else |
579d8138 VS |
18937 | echo "configure: failed program was:" >&5 |
18938 | cat conftest.$ac_ext >&5 | |
18939 | rm -rf conftest* | |
18940 | wx_cv_struct_tm_has_gmtoff=no | |
18941 | ||
1e487827 | 18942 | fi |
579d8138 VS |
18943 | rm -f conftest* |
18944 | ||
328a083c | 18945 | fi |
579d8138 VS |
18946 | |
18947 | echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 | |
6232543b VS |
18948 | fi |
18949 | ||
18950 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
579d8138 | 18951 | cat >> confdefs.h <<\EOF |
6232543b VS |
18952 | #define WX_GMTOFF_IN_TM 1 |
18953 | EOF | |
0470b1e6 | 18954 | |
3fcdd07b VZ |
18955 | fi |
18956 | ||
579d8138 | 18957 | for ac_func in gettimeofday ftime |
3fcdd07b | 18958 | do |
579d8138 | 18959 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 18960 | echo "configure:18961: checking for $ac_func" >&5 |
579d8138 VS |
18961 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
18962 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18963 | else | |
18964 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 18965 | #line 18966 "configure" |
3fcdd07b VZ |
18966 | #include "confdefs.h" |
18967 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 18968 | which can conflict with char $ac_func(); below. */ |
3fcdd07b VZ |
18969 | #include <assert.h> |
18970 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18971 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
18972 | builtin and then its argument prototype would still apply. */ |
18973 | char $ac_func(); | |
18974 | ||
18975 | int main() { | |
3fcdd07b VZ |
18976 | |
18977 | /* The GNU C library defines this for functions which it implements | |
18978 | to always fail with ENOSYS. Some functions are actually named | |
18979 | something starting with __ and the normal name is an alias. */ | |
18980 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
18981 | choke me | |
18982 | #else | |
579d8138 | 18983 | $ac_func(); |
3fcdd07b VZ |
18984 | #endif |
18985 | ||
579d8138 VS |
18986 | ; return 0; } |
18987 | EOF | |
f09359cf | 18988 | if { (eval echo configure:18989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
18989 | rm -rf conftest* |
18990 | eval "ac_cv_func_$ac_func=yes" | |
18991 | else | |
18992 | echo "configure: failed program was:" >&5 | |
18993 | cat conftest.$ac_ext >&5 | |
18994 | rm -rf conftest* | |
18995 | eval "ac_cv_func_$ac_func=no" | |
18996 | fi | |
18997 | rm -f conftest* | |
18998 | fi | |
18999 | ||
19000 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
19001 | echo "$ac_t""yes" 1>&6 | |
19002 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19003 | cat >> confdefs.h <<EOF | |
19004 | #define $ac_tr_func 1 | |
3fcdd07b VZ |
19005 | EOF |
19006 | break | |
579d8138 VS |
19007 | else |
19008 | echo "$ac_t""no" 1>&6 | |
3fcdd07b VZ |
19009 | fi |
19010 | done | |
19011 | ||
703e0a69 | 19012 | |
579d8138 VS |
19013 | if test "$ac_cv_func_gettimeofday" = "yes"; then |
19014 | echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 | |
f09359cf | 19015 | echo "configure:19016: checking whether gettimeofday takes two arguments" >&5 |
579d8138 VS |
19016 | if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then |
19017 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19018 | else | |
19019 | ||
19020 | ||
19021 | ac_ext=C | |
19022 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
328a083c | 19023 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 19024 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 19025 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
19026 | cross_compiling=$ac_cv_prog_cxx_cross |
19027 | ||
698dcdb6 | 19028 | |
579d8138 | 19029 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19030 | #line 19031 "configure" |
10f2d63a | 19031 | #include "confdefs.h" |
afc31813 VZ |
19032 | |
19033 | #include <sys/time.h> | |
19034 | #include <unistd.h> | |
579d8138 VS |
19035 | |
19036 | int main() { | |
afc31813 VZ |
19037 | |
19038 | struct timeval tv; | |
776862b4 | 19039 | gettimeofday(&tv, NULL); |
579d8138 VS |
19040 | |
19041 | ; return 0; } | |
19042 | EOF | |
f09359cf | 19043 | if { (eval echo configure:19044: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 19044 | rm -rf conftest* |
afc31813 | 19045 | wx_cv_func_gettimeofday_has_2_args=yes |
10f2d63a | 19046 | else |
579d8138 VS |
19047 | echo "configure: failed program was:" >&5 |
19048 | cat conftest.$ac_ext >&5 | |
19049 | rm -rf conftest* | |
19050 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19051 | #line 19052 "configure" |
10f2d63a | 19052 | #include "confdefs.h" |
afc31813 VZ |
19053 | |
19054 | #include <sys/time.h> | |
19055 | #include <unistd.h> | |
579d8138 VS |
19056 | |
19057 | int main() { | |
afc31813 VZ |
19058 | |
19059 | struct timeval tv; | |
19060 | gettimeofday(&tv); | |
579d8138 VS |
19061 | |
19062 | ; return 0; } | |
19063 | EOF | |
f09359cf | 19064 | if { (eval echo configure:19065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 19065 | rm -rf conftest* |
afc31813 | 19066 | wx_cv_func_gettimeofday_has_2_args=no |
10f2d63a | 19067 | else |
579d8138 VS |
19068 | echo "configure: failed program was:" >&5 |
19069 | cat conftest.$ac_ext >&5 | |
19070 | rm -rf conftest* | |
19071 | ||
19072 | echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2 | |
776862b4 | 19073 | wx_cv_func_gettimeofday_has_2_args=unknown |
579d8138 VS |
19074 | |
19075 | ||
10f2d63a | 19076 | fi |
579d8138 VS |
19077 | rm -f conftest* |
19078 | ||
10f2d63a | 19079 | fi |
579d8138 | 19080 | rm -f conftest* |
afc31813 | 19081 | ac_ext=c |
579d8138 | 19082 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 19083 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 19084 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 19085 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 19086 | cross_compiling=$ac_cv_prog_cc_cross |
10f2d63a | 19087 | |
579d8138 | 19088 | |
afc31813 | 19089 | fi |
579d8138 VS |
19090 | |
19091 | echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 | |
c63c7106 | 19092 | |
afc31813 | 19093 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then |
579d8138 | 19094 | cat >> confdefs.h <<\EOF |
afc31813 VZ |
19095 | #define WX_GETTIMEOFDAY_NO_TZ 1 |
19096 | EOF | |
19097 | ||
19098 | fi | |
19099 | fi | |
19100 | ||
579d8138 | 19101 | cat >> confdefs.h <<\EOF |
afc31813 VZ |
19102 | #define wxUSE_TIMEDATE 1 |
19103 | EOF | |
19104 | ||
19105 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
19106 | fi | |
19107 | ||
579d8138 | 19108 | |
0feee163 | 19109 | if test "$wxUSE_SOCKETS" = "yes"; then |
6c657b52 | 19110 | if test "$wxUSE_X11" = "1"; then |
579d8138 | 19111 | echo "configure: warning: wxSocket not yet supported under X11... disabled" 1>&2 |
0feee163 VZ |
19112 | wxUSE_SOCKETS="no" |
19113 | fi | |
6c657b52 VS |
19114 | |
19115 | if test "$wxUSE_MGL" = "1"; then | |
579d8138 | 19116 | echo "configure: warning: wxSocket not yet supported under MGL... disabled" 1>&2 |
6c657b52 VS |
19117 | wxUSE_SOCKETS="no" |
19118 | fi | |
0feee163 | 19119 | fi |
b089607b | 19120 | |
0feee163 VZ |
19121 | if test "$wxUSE_SOCKETS" = "yes"; then |
19122 | if test "$TOOLKIT" != "MSW"; then | |
579d8138 | 19123 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
f09359cf | 19124 | echo "configure:19125: checking for socket" >&5 |
579d8138 VS |
19125 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
19126 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 19127 | else |
579d8138 | 19128 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19129 | #line 19130 "configure" |
c63c7106 VZ |
19130 | #include "confdefs.h" |
19131 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 19132 | which can conflict with char socket(); below. */ |
c63c7106 VZ |
19133 | #include <assert.h> |
19134 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19135 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19136 | builtin and then its argument prototype would still apply. */ |
19137 | char socket(); | |
19138 | ||
19139 | int main() { | |
c63c7106 VZ |
19140 | |
19141 | /* The GNU C library defines this for functions which it implements | |
19142 | to always fail with ENOSYS. Some functions are actually named | |
19143 | something starting with __ and the normal name is an alias. */ | |
19144 | #if defined (__stub_socket) || defined (__stub___socket) | |
19145 | choke me | |
19146 | #else | |
579d8138 | 19147 | socket(); |
c63c7106 VZ |
19148 | #endif |
19149 | ||
579d8138 VS |
19150 | ; return 0; } |
19151 | EOF | |
f09359cf | 19152 | if { (eval echo configure:19153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19153 | rm -rf conftest* |
19154 | eval "ac_cv_func_socket=yes" | |
19155 | else | |
19156 | echo "configure: failed program was:" >&5 | |
19157 | cat conftest.$ac_ext >&5 | |
19158 | rm -rf conftest* | |
19159 | eval "ac_cv_func_socket=no" | |
19160 | fi | |
19161 | rm -f conftest* | |
19162 | fi | |
19163 | ||
19164 | if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
19165 | echo "$ac_t""yes" 1>&6 | |
c63c7106 VZ |
19166 | : |
19167 | else | |
579d8138 VS |
19168 | echo "$ac_t""no" 1>&6 |
19169 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 | |
f09359cf | 19170 | echo "configure:19171: checking for socket in -lsocket" >&5 |
579d8138 VS |
19171 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
19172 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
19173 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 19174 | else |
579d8138 | 19175 | ac_save_LIBS="$LIBS" |
c63c7106 | 19176 | LIBS="-lsocket $LIBS" |
579d8138 | 19177 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19178 | #line 19179 "configure" |
c63c7106 VZ |
19179 | #include "confdefs.h" |
19180 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19181 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19182 | builtin and then its argument prototype would still apply. */ |
19183 | char socket(); | |
19184 | ||
19185 | int main() { | |
19186 | socket() | |
19187 | ; return 0; } | |
19188 | EOF | |
f09359cf | 19189 | if { (eval echo configure:19190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19190 | rm -rf conftest* |
19191 | eval "ac_cv_lib_$ac_lib_var=yes" | |
19192 | else | |
19193 | echo "configure: failed program was:" >&5 | |
19194 | cat conftest.$ac_ext >&5 | |
19195 | rm -rf conftest* | |
19196 | eval "ac_cv_lib_$ac_lib_var=no" | |
19197 | fi | |
19198 | rm -f conftest* | |
19199 | LIBS="$ac_save_LIBS" | |
19200 | ||
19201 | fi | |
19202 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
19203 | echo "$ac_t""yes" 1>&6 | |
d558c907 VS |
19204 | if test "$INET_LINK" != " -lsocket"; then |
19205 | INET_LINK="$INET_LINK -lsocket" | |
19206 | fi | |
c63c7106 | 19207 | else |
579d8138 | 19208 | echo "$ac_t""no" 1>&6 |
afc31813 | 19209 | |
579d8138 | 19210 | echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 |
3a922bb4 | 19211 | wxUSE_SOCKETS=no |
579d8138 VS |
19212 | |
19213 | ||
6232543b | 19214 | fi |
b089607b | 19215 | |
579d8138 | 19216 | |
1e487827 | 19217 | fi |
afc31813 | 19218 | |
3a922bb4 | 19219 | fi |
0feee163 | 19220 | fi |
51a9faba | 19221 | |
0feee163 VZ |
19222 | if test "$wxUSE_SOCKETS" = "yes" ; then |
19223 | if test "$TOOLKIT" != "MSW"; then | |
579d8138 | 19224 | echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6 |
f09359cf | 19225 | echo "configure:19226: checking what is the type of the third argument of getsockname" >&5 |
579d8138 VS |
19226 | if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then |
19227 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19228 | else | |
19229 | ||
19230 | ||
19231 | ac_ext=C | |
19232 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
328a083c | 19233 | ac_cpp='$CXXCPP $CPPFLAGS' |
579d8138 | 19234 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 19235 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 VS |
19236 | cross_compiling=$ac_cv_prog_cxx_cross |
19237 | ||
698dcdb6 | 19238 | |
579d8138 | 19239 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19240 | #line 19241 "configure" |
afc31813 | 19241 | #include "confdefs.h" |
51a9faba | 19242 | |
3a922bb4 RL |
19243 | #include <sys/types.h> |
19244 | #include <sys/socket.h> | |
579d8138 VS |
19245 | |
19246 | int main() { | |
51a9faba | 19247 | |
3a922bb4 RL |
19248 | socklen_t len; |
19249 | getsockname(0, 0, &len); | |
579d8138 VS |
19250 | |
19251 | ; return 0; } | |
19252 | EOF | |
f09359cf | 19253 | if { (eval echo configure:19254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 19254 | rm -rf conftest* |
51a9faba | 19255 | wx_cv_type_getsockname3=socklen_t |
afc31813 | 19256 | else |
579d8138 VS |
19257 | echo "configure: failed program was:" >&5 |
19258 | cat conftest.$ac_ext >&5 | |
19259 | rm -rf conftest* | |
19260 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19261 | #line 19262 "configure" |
afc31813 | 19262 | #include "confdefs.h" |
51a9faba | 19263 | |
3a922bb4 RL |
19264 | #include <sys/types.h> |
19265 | #include <sys/socket.h> | |
579d8138 VS |
19266 | |
19267 | int main() { | |
51a9faba | 19268 | |
3a922bb4 RL |
19269 | size_t len; |
19270 | getsockname(0, 0, &len); | |
579d8138 VS |
19271 | |
19272 | ; return 0; } | |
19273 | EOF | |
f09359cf | 19274 | if { (eval echo configure:19275: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 19275 | rm -rf conftest* |
51a9faba | 19276 | wx_cv_type_getsockname3=size_t |
afc31813 | 19277 | else |
579d8138 VS |
19278 | echo "configure: failed program was:" >&5 |
19279 | cat conftest.$ac_ext >&5 | |
19280 | rm -rf conftest* | |
19281 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19282 | #line 19283 "configure" |
afc31813 | 19283 | #include "confdefs.h" |
51a9faba | 19284 | |
3a922bb4 RL |
19285 | #include <sys/types.h> |
19286 | #include <sys/socket.h> | |
579d8138 VS |
19287 | |
19288 | int main() { | |
51a9faba | 19289 | |
3a922bb4 RL |
19290 | int len; |
19291 | getsockname(0, 0, &len); | |
579d8138 VS |
19292 | |
19293 | ; return 0; } | |
19294 | EOF | |
f09359cf | 19295 | if { (eval echo configure:19296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
579d8138 | 19296 | rm -rf conftest* |
51a9faba | 19297 | wx_cv_type_getsockname3=int |
afc31813 | 19298 | else |
579d8138 VS |
19299 | echo "configure: failed program was:" >&5 |
19300 | cat conftest.$ac_ext >&5 | |
19301 | rm -rf conftest* | |
19302 | wx_cv_type_getsockname3=unknown | |
19303 | ||
afc31813 | 19304 | fi |
579d8138 VS |
19305 | rm -f conftest* |
19306 | ||
afc31813 | 19307 | fi |
579d8138 VS |
19308 | rm -f conftest* |
19309 | ||
afc31813 | 19310 | fi |
579d8138 | 19311 | rm -f conftest* |
51a9faba | 19312 | |
3a922bb4 | 19313 | ac_ext=c |
579d8138 | 19314 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
afc31813 | 19315 | ac_cpp='$CPP $CPPFLAGS' |
579d8138 | 19316 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
f09359cf | 19317 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
579d8138 | 19318 | cross_compiling=$ac_cv_prog_cc_cross |
afc31813 | 19319 | |
579d8138 | 19320 | |
51a9faba | 19321 | fi |
579d8138 VS |
19322 | |
19323 | echo "$ac_t""$wx_cv_type_getsockname3" 1>&6 | |
51a9faba | 19324 | |
3a922bb4 RL |
19325 | if test "$wx_cv_type_getsockname3" = "unknown"; then |
19326 | wxUSE_SOCKETS=no | |
579d8138 | 19327 | echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2 |
3a922bb4 | 19328 | else |
579d8138 | 19329 | cat >> confdefs.h <<EOF |
51a9faba VZ |
19330 | #define SOCKLEN_T $wx_cv_type_getsockname3 |
19331 | EOF | |
19332 | ||
3a922bb4 | 19333 | fi |
51a9faba VZ |
19334 | fi |
19335 | fi | |
afc31813 | 19336 | |
51a9faba | 19337 | if test "$wxUSE_SOCKETS" = "yes" ; then |
579d8138 | 19338 | cat >> confdefs.h <<\EOF |
afc31813 VZ |
19339 | #define wxUSE_SOCKETS 1 |
19340 | EOF | |
19341 | ||
70f7a477 | 19342 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" |
afc31813 VZ |
19343 | fi |
19344 | ||
579d8138 | 19345 | |
dc3d889d VZ |
19346 | if test "$wxUSE_GUI" = "yes"; then |
19347 | ||
156b2523 | 19348 | if test "$TOOLKIT" = "MAC"; then |
579d8138 | 19349 | echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2 |
156b2523 GD |
19350 | wxUSE_JOYSTICK=no |
19351 | fi | |
19352 | if test "$TOOLKIT" = "MOTIF"; then | |
579d8138 | 19353 | echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2 |
156b2523 | 19354 | wxUSE_JOYSTICK=no |
f79bd02d JS |
19355 | fi |
19356 | if test "$TOOLKIT" = "X11"; then | |
579d8138 | 19357 | echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2 |
f79bd02d | 19358 | wxUSE_JOYSTICK=no |
156b2523 GD |
19359 | fi |
19360 | ||
3a922bb4 RL |
19361 | if test "$TOOLKIT" != "MSW"; then |
19362 | if test "$wxUSE_JOYSTICK" = "yes"; then | |
579d8138 | 19363 | for ac_hdr in linux/joystick.h |
10f2d63a | 19364 | do |
579d8138 VS |
19365 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
19366 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 19367 | echo "configure:19368: checking for $ac_hdr" >&5 |
579d8138 VS |
19368 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
19369 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19370 | else | |
19371 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19372 | #line 19373 "configure" |
10f2d63a | 19373 | #include "confdefs.h" |
579d8138 VS |
19374 | #include <$ac_hdr> |
19375 | EOF | |
19376 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
19377 | { (eval echo configure:19378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
19378 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
19379 | if test -z "$ac_err"; then |
19380 | rm -rf conftest* | |
19381 | eval "ac_cv_header_$ac_safe=yes" | |
10f2d63a | 19382 | else |
579d8138 VS |
19383 | echo "$ac_err" >&5 |
19384 | echo "configure: failed program was:" >&5 | |
10f2d63a | 19385 | cat conftest.$ac_ext >&5 |
579d8138 VS |
19386 | rm -rf conftest* |
19387 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 19388 | fi |
579d8138 | 19389 | rm -f conftest* |
10f2d63a | 19390 | fi |
579d8138 VS |
19391 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
19392 | echo "$ac_t""yes" 1>&6 | |
19393 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
19394 | cat >> confdefs.h <<EOF | |
19395 | #define $ac_tr_hdr 1 | |
10f2d63a | 19396 | EOF |
579d8138 VS |
19397 | |
19398 | else | |
19399 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
19400 | fi |
19401 | done | |
19402 | ||
3a922bb4 RL |
19403 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then |
19404 | wxUSE_JOYSTICK=no | |
579d8138 | 19405 | echo "configure: warning: Joystick not supported by this system... disabled" 1>&2 |
3a922bb4 RL |
19406 | fi |
19407 | fi | |
19408 | fi | |
b089607b | 19409 | |
3a922bb4 | 19410 | if test "$wxUSE_JOYSTICK" = "yes"; then |
579d8138 | 19411 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19412 | #define wxUSE_JOYSTICK 1 |
19413 | EOF | |
19414 | ||
3a922bb4 RL |
19415 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" |
19416 | fi | |
dc3d889d VZ |
19417 | fi |
19418 | ||
579d8138 | 19419 | |
b089607b VZ |
19420 | if test "$TOOLKIT" != "MSW"; then |
19421 | ||
3a922bb4 RL |
19422 | HAVE_DL_FUNCS=0 |
19423 | HAVE_SHL_FUNCS=0 | |
0b9ab0bd | 19424 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then |
3a922bb4 RL |
19425 | if test "$USE_DARWIN" = 1; then |
19426 | HAVE_DL_FUNCS=1 | |
19427 | else | |
579d8138 | 19428 | for ac_func in dlopen |
10f2d63a | 19429 | do |
579d8138 | 19430 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 19431 | echo "configure:19432: checking for $ac_func" >&5 |
579d8138 VS |
19432 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
19433 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19434 | else | |
19435 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19436 | #line 19437 "configure" |
10f2d63a VZ |
19437 | #include "confdefs.h" |
19438 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 19439 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
19440 | #include <assert.h> |
19441 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19442 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19443 | builtin and then its argument prototype would still apply. */ |
19444 | char $ac_func(); | |
19445 | ||
19446 | int main() { | |
10f2d63a VZ |
19447 | |
19448 | /* The GNU C library defines this for functions which it implements | |
19449 | to always fail with ENOSYS. Some functions are actually named | |
19450 | something starting with __ and the normal name is an alias. */ | |
19451 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
19452 | choke me | |
19453 | #else | |
579d8138 | 19454 | $ac_func(); |
10f2d63a VZ |
19455 | #endif |
19456 | ||
579d8138 VS |
19457 | ; return 0; } |
19458 | EOF | |
f09359cf | 19459 | if { (eval echo configure:19460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19460 | rm -rf conftest* |
19461 | eval "ac_cv_func_$ac_func=yes" | |
19462 | else | |
19463 | echo "configure: failed program was:" >&5 | |
19464 | cat conftest.$ac_ext >&5 | |
19465 | rm -rf conftest* | |
19466 | eval "ac_cv_func_$ac_func=no" | |
19467 | fi | |
19468 | rm -f conftest* | |
19469 | fi | |
19470 | ||
19471 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
19472 | echo "$ac_t""yes" 1>&6 | |
19473 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19474 | cat >> confdefs.h <<EOF | |
19475 | #define $ac_tr_func 1 | |
19476 | EOF | |
19477 | ||
19478 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
19479 | #define HAVE_DLOPEN 1 |
19480 | EOF | |
19481 | ||
3a922bb4 | 19482 | HAVE_DL_FUNCS=1 |
579d8138 | 19483 | |
10f2d63a | 19484 | else |
579d8138 VS |
19485 | echo "$ac_t""no" 1>&6 |
19486 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 | |
f09359cf | 19487 | echo "configure:19488: checking for dlopen in -ldl" >&5 |
579d8138 VS |
19488 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
19489 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
19490 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 19491 | else |
579d8138 | 19492 | ac_save_LIBS="$LIBS" |
10f2d63a | 19493 | LIBS="-ldl $LIBS" |
579d8138 | 19494 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19495 | #line 19496 "configure" |
10f2d63a VZ |
19496 | #include "confdefs.h" |
19497 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19498 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19499 | builtin and then its argument prototype would still apply. */ |
19500 | char dlopen(); | |
19501 | ||
19502 | int main() { | |
19503 | dlopen() | |
19504 | ; return 0; } | |
19505 | EOF | |
f09359cf | 19506 | if { (eval echo configure:19507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19507 | rm -rf conftest* |
19508 | eval "ac_cv_lib_$ac_lib_var=yes" | |
19509 | else | |
19510 | echo "configure: failed program was:" >&5 | |
19511 | cat conftest.$ac_ext >&5 | |
19512 | rm -rf conftest* | |
19513 | eval "ac_cv_lib_$ac_lib_var=no" | |
19514 | fi | |
19515 | rm -f conftest* | |
19516 | LIBS="$ac_save_LIBS" | |
19517 | ||
19518 | fi | |
19519 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
19520 | echo "$ac_t""yes" 1>&6 | |
19521 | ||
19522 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
19523 | #define HAVE_DLOPEN 1 |
19524 | EOF | |
19525 | ||
3a922bb4 | 19526 | HAVE_DL_FUNCS=1 |
3d63bc3a | 19527 | DL_LINK=" -ldl$DL_LINK" |
579d8138 | 19528 | |
10f2d63a | 19529 | else |
579d8138 | 19530 | echo "$ac_t""no" 1>&6 |
10f2d63a | 19531 | |
579d8138 | 19532 | for ac_func in shl_load |
10f2d63a | 19533 | do |
579d8138 | 19534 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 19535 | echo "configure:19536: checking for $ac_func" >&5 |
579d8138 VS |
19536 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
19537 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19538 | else | |
19539 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19540 | #line 19541 "configure" |
10f2d63a VZ |
19541 | #include "confdefs.h" |
19542 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 19543 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
19544 | #include <assert.h> |
19545 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19546 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19547 | builtin and then its argument prototype would still apply. */ |
19548 | char $ac_func(); | |
19549 | ||
19550 | int main() { | |
10f2d63a VZ |
19551 | |
19552 | /* The GNU C library defines this for functions which it implements | |
19553 | to always fail with ENOSYS. Some functions are actually named | |
19554 | something starting with __ and the normal name is an alias. */ | |
19555 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
19556 | choke me | |
19557 | #else | |
579d8138 | 19558 | $ac_func(); |
10f2d63a VZ |
19559 | #endif |
19560 | ||
579d8138 VS |
19561 | ; return 0; } |
19562 | EOF | |
f09359cf | 19563 | if { (eval echo configure:19564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19564 | rm -rf conftest* |
19565 | eval "ac_cv_func_$ac_func=yes" | |
19566 | else | |
19567 | echo "configure: failed program was:" >&5 | |
19568 | cat conftest.$ac_ext >&5 | |
19569 | rm -rf conftest* | |
19570 | eval "ac_cv_func_$ac_func=no" | |
19571 | fi | |
19572 | rm -f conftest* | |
19573 | fi | |
19574 | ||
19575 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
19576 | echo "$ac_t""yes" 1>&6 | |
19577 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19578 | cat >> confdefs.h <<EOF | |
19579 | #define $ac_tr_func 1 | |
19580 | EOF | |
19581 | ||
19582 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
19583 | #define HAVE_SHL_LOAD 1 |
19584 | EOF | |
19585 | ||
3a922bb4 | 19586 | HAVE_SHL_FUNCS=1 |
579d8138 | 19587 | |
10f2d63a | 19588 | else |
579d8138 VS |
19589 | echo "$ac_t""no" 1>&6 |
19590 | echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6 | |
f09359cf | 19591 | echo "configure:19592: checking for dld in -lshl_load" >&5 |
579d8138 VS |
19592 | ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'` |
19593 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
19594 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 19595 | else |
579d8138 | 19596 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 19597 | LIBS="-lshl_load $LIBS" |
579d8138 | 19598 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19599 | #line 19600 "configure" |
f6bcfd97 BP |
19600 | #include "confdefs.h" |
19601 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19602 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19603 | builtin and then its argument prototype would still apply. */ |
19604 | char dld(); | |
19605 | ||
19606 | int main() { | |
19607 | dld() | |
19608 | ; return 0; } | |
19609 | EOF | |
f09359cf | 19610 | if { (eval echo configure:19611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19611 | rm -rf conftest* |
19612 | eval "ac_cv_lib_$ac_lib_var=yes" | |
19613 | else | |
19614 | echo "configure: failed program was:" >&5 | |
19615 | cat conftest.$ac_ext >&5 | |
19616 | rm -rf conftest* | |
19617 | eval "ac_cv_lib_$ac_lib_var=no" | |
19618 | fi | |
19619 | rm -f conftest* | |
19620 | LIBS="$ac_save_LIBS" | |
f6bcfd97 | 19621 | |
579d8138 VS |
19622 | fi |
19623 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
19624 | echo "$ac_t""yes" 1>&6 | |
19625 | ||
3a922bb4 | 19626 | HAVE_SHL_FUNCS=1 |
3d63bc3a | 19627 | DL_LINK=" -ldld$DL_LINK" |
579d8138 VS |
19628 | |
19629 | else | |
19630 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 BP |
19631 | fi |
19632 | ||
579d8138 | 19633 | |
10f2d63a VZ |
19634 | fi |
19635 | done | |
19636 | ||
579d8138 | 19637 | |
10f2d63a VZ |
19638 | fi |
19639 | ||
579d8138 | 19640 | |
10f2d63a VZ |
19641 | fi |
19642 | done | |
19643 | ||
328a083c | 19644 | |
579d8138 VS |
19645 | if test "$HAVE_DL_FUNCS" = 1; then |
19646 | for ac_func in dlerror | |
f6bcfd97 | 19647 | do |
579d8138 | 19648 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
f09359cf | 19649 | echo "configure:19650: checking for $ac_func" >&5 |
579d8138 VS |
19650 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
19651 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19652 | else | |
19653 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19654 | #line 19655 "configure" |
f6bcfd97 BP |
19655 | #include "confdefs.h" |
19656 | /* System header to define __stub macros and hopefully few prototypes, | |
579d8138 | 19657 | which can conflict with char $ac_func(); below. */ |
f6bcfd97 BP |
19658 | #include <assert.h> |
19659 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19660 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19661 | builtin and then its argument prototype would still apply. */ |
19662 | char $ac_func(); | |
19663 | ||
19664 | int main() { | |
f6bcfd97 BP |
19665 | |
19666 | /* The GNU C library defines this for functions which it implements | |
19667 | to always fail with ENOSYS. Some functions are actually named | |
19668 | something starting with __ and the normal name is an alias. */ | |
19669 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
19670 | choke me | |
19671 | #else | |
579d8138 | 19672 | $ac_func(); |
f6bcfd97 BP |
19673 | #endif |
19674 | ||
579d8138 VS |
19675 | ; return 0; } |
19676 | EOF | |
f09359cf | 19677 | if { (eval echo configure:19678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19678 | rm -rf conftest* |
19679 | eval "ac_cv_func_$ac_func=yes" | |
19680 | else | |
19681 | echo "configure: failed program was:" >&5 | |
19682 | cat conftest.$ac_ext >&5 | |
19683 | rm -rf conftest* | |
19684 | eval "ac_cv_func_$ac_func=no" | |
19685 | fi | |
19686 | rm -f conftest* | |
19687 | fi | |
19688 | ||
19689 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
19690 | echo "$ac_t""yes" 1>&6 | |
19691 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19692 | cat >> confdefs.h <<EOF | |
19693 | #define $ac_tr_func 1 | |
19694 | EOF | |
19695 | cat >> confdefs.h <<\EOF | |
f6bcfd97 BP |
19696 | #define HAVE_DLERROR 1 |
19697 | EOF | |
19698 | ||
19699 | else | |
579d8138 VS |
19700 | echo "$ac_t""no" 1>&6 |
19701 | echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6 | |
f09359cf | 19702 | echo "configure:19703: checking for dlerror in -ldl" >&5 |
579d8138 VS |
19703 | ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'` |
19704 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
19705 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 19706 | else |
579d8138 | 19707 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 19708 | LIBS="-ldl $LIBS" |
579d8138 | 19709 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19710 | #line 19711 "configure" |
f6bcfd97 BP |
19711 | #include "confdefs.h" |
19712 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19713 | /* We use char because int might match the return type of a gcc2 | |
579d8138 VS |
19714 | builtin and then its argument prototype would still apply. */ |
19715 | char dlerror(); | |
19716 | ||
19717 | int main() { | |
19718 | dlerror() | |
19719 | ; return 0; } | |
19720 | EOF | |
f09359cf | 19721 | if { (eval echo configure:19722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19722 | rm -rf conftest* |
19723 | eval "ac_cv_lib_$ac_lib_var=yes" | |
19724 | else | |
19725 | echo "configure: failed program was:" >&5 | |
19726 | cat conftest.$ac_ext >&5 | |
19727 | rm -rf conftest* | |
19728 | eval "ac_cv_lib_$ac_lib_var=no" | |
19729 | fi | |
19730 | rm -f conftest* | |
19731 | LIBS="$ac_save_LIBS" | |
19732 | ||
19733 | fi | |
19734 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
19735 | echo "$ac_t""yes" 1>&6 | |
19736 | cat >> confdefs.h <<\EOF | |
f6bcfd97 BP |
19737 | #define HAVE_DLERROR 1 |
19738 | EOF | |
19739 | ||
579d8138 VS |
19740 | else |
19741 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 BP |
19742 | fi |
19743 | ||
19744 | fi | |
19745 | done | |
19746 | ||
3a922bb4 RL |
19747 | fi |
19748 | fi | |
f6bcfd97 | 19749 | |
3a922bb4 RL |
19750 | if test "$HAVE_DL_FUNCS" = 0; then |
19751 | if test "$HAVE_SHL_FUNCS" = 0; then | |
19752 | if test "$USE_UNIX" = 1; then | |
579d8138 | 19753 | echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 |
0b9ab0bd | 19754 | wxUSE_DYNAMIC_LOADER=no |
3a922bb4 RL |
19755 | wxUSE_DYNLIB_CLASS=no |
19756 | else | |
579d8138 | 19757 | echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 |
3a922bb4 RL |
19758 | fi |
19759 | fi | |
10f2d63a VZ |
19760 | fi |
19761 | fi | |
19762 | fi | |
19763 | ||
0b9ab0bd | 19764 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then |
579d8138 | 19765 | cat >> confdefs.h <<\EOF |
0b9ab0bd RL |
19766 | #define wxUSE_DYNAMIC_LOADER 1 |
19767 | EOF | |
19768 | ||
19769 | elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
579d8138 | 19770 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19771 | #define wxUSE_DYNLIB_CLASS 1 |
19772 | EOF | |
19773 | ||
19774 | fi | |
19775 | ||
579d8138 | 19776 | |
1e6feb95 | 19777 | if test "$wxUSE_FONTMAP" = "yes" ; then |
579d8138 | 19778 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
19779 | #define wxUSE_FONTMAP 1 |
19780 | EOF | |
19781 | ||
19782 | fi | |
19783 | ||
10f2d63a | 19784 | if test "$wxUSE_UNICODE" = "yes" ; then |
579d8138 | 19785 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19786 | #define wxUSE_UNICODE 1 |
19787 | EOF | |
19788 | ||
579d8138 | 19789 | |
bbc3925a VS |
19790 | if test "$wxUSE_MSW" != 1; then |
19791 | wxUSE_UNICODE_MSLU=no | |
19792 | fi | |
a72a4bfa VS |
19793 | |
19794 | if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then | |
579d8138 | 19795 | echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6 |
f09359cf | 19796 | echo "configure:19797: checking for main in -lunicows" >&5 |
579d8138 VS |
19797 | ac_lib_var=`echo unicows'_'main | sed 'y%./+-%__p_%'` |
19798 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
19799 | echo $ac_n "(cached) $ac_c" 1>&6 | |
a72a4bfa | 19800 | else |
579d8138 | 19801 | ac_save_LIBS="$LIBS" |
a72a4bfa | 19802 | LIBS="-lunicows $LIBS" |
579d8138 | 19803 | cat > conftest.$ac_ext <<EOF |
f09359cf | 19804 | #line 19805 "configure" |
a72a4bfa VS |
19805 | #include "confdefs.h" |
19806 | ||
579d8138 VS |
19807 | int main() { |
19808 | main() | |
19809 | ; return 0; } | |
19810 | EOF | |
f09359cf | 19811 | if { (eval echo configure:19812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
579d8138 VS |
19812 | rm -rf conftest* |
19813 | eval "ac_cv_lib_$ac_lib_var=yes" | |
19814 | else | |
19815 | echo "configure: failed program was:" >&5 | |
19816 | cat conftest.$ac_ext >&5 | |
19817 | rm -rf conftest* | |
19818 | eval "ac_cv_lib_$ac_lib_var=no" | |
19819 | fi | |
19820 | rm -f conftest* | |
19821 | LIBS="$ac_save_LIBS" | |
19822 | ||
19823 | fi | |
19824 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
19825 | echo "$ac_t""yes" 1>&6 | |
19826 | ||
19827 | cat >> confdefs.h <<\EOF | |
a72a4bfa VS |
19828 | #define wxUSE_UNICODE_MSLU 1 |
19829 | EOF | |
19830 | ||
579d8138 | 19831 | |
a72a4bfa | 19832 | else |
579d8138 | 19833 | echo "$ac_t""no" 1>&6 |
a72a4bfa | 19834 | |
579d8138 VS |
19835 | echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled. |
19836 | Applications will only run on Windows NT/2000/XP!" 1>&2 | |
a72a4bfa | 19837 | wxUSE_UNICODE_MSLU=no |
579d8138 | 19838 | |
a72a4bfa VS |
19839 | fi |
19840 | ||
19841 | fi | |
10f2d63a VZ |
19842 | fi |
19843 | ||
10f2d63a | 19844 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then |
579d8138 | 19845 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19846 | #define wxUSE_EXPERIMENTAL_PRINTF 1 |
19847 | EOF | |
19848 | ||
19849 | fi | |
19850 | ||
579d8138 VS |
19851 | |
19852 | ||
10f2d63a VZ |
19853 | IODBC_C_SRC="" |
19854 | if test "$wxUSE_ODBC" = "yes" ; then | |
579d8138 | 19855 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19856 | #define wxUSE_ODBC 1 |
19857 | EOF | |
19858 | ||
19859 | WXODBCFLAG="-D_IODBC_" | |
19860 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
10f2d63a VZ |
19861 | fi |
19862 | ||
579d8138 | 19863 | |
10f2d63a | 19864 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then |
579d8138 | 19865 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19866 | #define wxUSE_POSTSCRIPT 1 |
19867 | EOF | |
19868 | ||
19869 | fi | |
19870 | ||
579d8138 | 19871 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19872 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 |
19873 | EOF | |
19874 | ||
579d8138 VS |
19875 | |
19876 | cat >> confdefs.h <<\EOF | |
10f2d63a VZ |
19877 | #define wxUSE_NORMALIZED_PS_FONTS 1 |
19878 | EOF | |
19879 | ||
579d8138 VS |
19880 | |
19881 | ||
10f2d63a | 19882 | if test "$wxUSE_CONSTRAINTS" = "yes"; then |
579d8138 | 19883 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19884 | #define wxUSE_CONSTRAINTS 1 |
19885 | EOF | |
19886 | ||
19887 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
19888 | fi | |
19889 | ||
19890 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
fc26f4ab | 19891 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
579d8138 | 19892 | echo "configure: warning: MDI not yet supported for wxUniversal... disabled" 1>&2 |
fc26f4ab RL |
19893 | wxUSE_MDI_ARCHITECTURE=no |
19894 | fi | |
19895 | ||
19896 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
579d8138 | 19897 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19898 | #define wxUSE_MDI_ARCHITECTURE 1 |
19899 | EOF | |
19900 | ||
fc26f4ab RL |
19901 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" |
19902 | fi | |
10f2d63a VZ |
19903 | fi |
19904 | ||
19905 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
579d8138 | 19906 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19907 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 |
19908 | EOF | |
19909 | ||
19910 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
19911 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
19912 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
19913 | fi | |
19914 | fi | |
19915 | ||
19916 | if test "$wxUSE_HELP" = "yes"; then | |
579d8138 | 19917 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19918 | #define wxUSE_HELP 1 |
19919 | EOF | |
19920 | ||
19921 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
3379ed37 | 19922 | |
77e13408 | 19923 | if test "$wxUSE_MSW" = 1; then |
031d8228 | 19924 | if test "$wxUSE_MS_HTML_HELP" = "yes"; then |
579d8138 | 19925 | cat >> confdefs.h <<\EOF |
29fd3c0c VS |
19926 | #define wxUSE_MS_HTML_HELP 1 |
19927 | EOF | |
19928 | ||
3e44f09d | 19929 | fi |
3379ed37 | 19930 | fi |
031d8228 VS |
19931 | |
19932 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
19933 | if test "$wxUSE_HTML" = "yes"; then | |
579d8138 | 19934 | cat >> confdefs.h <<\EOF |
031d8228 VS |
19935 | #define wxUSE_WXHTML_HELP 1 |
19936 | EOF | |
19937 | ||
19938 | else | |
579d8138 | 19939 | echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2 |
031d8228 VS |
19940 | wxUSE_WXHTML_HELP=no |
19941 | fi | |
19942 | fi | |
10f2d63a VZ |
19943 | fi |
19944 | ||
19945 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
19946 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
579d8138 | 19947 | echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 |
10f2d63a | 19948 | else |
579d8138 | 19949 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19950 | #define wxUSE_PRINTING_ARCHITECTURE 1 |
19951 | EOF | |
19952 | ||
19953 | fi | |
19954 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
19955 | fi | |
19956 | ||
19957 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
579d8138 | 19958 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19959 | #define wxUSE_PROLOGIO 1 |
19960 | EOF | |
19961 | ||
19962 | fi | |
19963 | ||
19964 | if test "$wxUSE_RESOURCES" = "yes" ; then | |
e334d0ea | 19965 | if test "$wxUSE_NANOX" = "yes"; then |
579d8138 | 19966 | echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2 |
e334d0ea | 19967 | else |
579d8138 | 19968 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19969 | #define wxUSE_RESOURCES 1 |
19970 | EOF | |
19971 | ||
e334d0ea JS |
19972 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource" |
19973 | fi | |
10f2d63a VZ |
19974 | fi |
19975 | ||
19976 | if test "$wxUSE_X_RESOURCES" = "yes"; then | |
579d8138 | 19977 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
19978 | #define wxUSE_X_RESOURCES 1 |
19979 | EOF | |
19980 | ||
19981 | fi | |
19982 | ||
579d8138 | 19983 | |
77e13408 RL |
19984 | if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ |
19985 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
19986 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then | |
579d8138 | 19987 | for ac_hdr in ole2.h |
10f2d63a | 19988 | do |
579d8138 VS |
19989 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
19990 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
f09359cf | 19991 | echo "configure:19992: checking for $ac_hdr" >&5 |
579d8138 VS |
19992 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
19993 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19994 | else | |
19995 | cat > conftest.$ac_ext <<EOF | |
f09359cf | 19996 | #line 19997 "configure" |
10f2d63a | 19997 | #include "confdefs.h" |
579d8138 VS |
19998 | #include <$ac_hdr> |
19999 | EOF | |
20000 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
f09359cf VS |
20001 | { (eval echo configure:20002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
20002 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
579d8138 VS |
20003 | if test -z "$ac_err"; then |
20004 | rm -rf conftest* | |
20005 | eval "ac_cv_header_$ac_safe=yes" | |
1e487827 | 20006 | else |
579d8138 VS |
20007 | echo "$ac_err" >&5 |
20008 | echo "configure: failed program was:" >&5 | |
10f2d63a | 20009 | cat conftest.$ac_ext >&5 |
579d8138 VS |
20010 | rm -rf conftest* |
20011 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 20012 | fi |
579d8138 | 20013 | rm -f conftest* |
10f2d63a | 20014 | fi |
579d8138 VS |
20015 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
20016 | echo "$ac_t""yes" 1>&6 | |
20017 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
20018 | cat >> confdefs.h <<EOF | |
20019 | #define $ac_tr_hdr 1 | |
10f2d63a | 20020 | EOF |
579d8138 VS |
20021 | |
20022 | else | |
20023 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
20024 | fi |
20025 | done | |
20026 | ||
579d8138 | 20027 | |
2b9bdf71 VZ |
20028 | if test "$ac_cv_header_ole2_h" = "yes" ; then |
20029 | if test "$GCC" = yes ; then | |
20030 | ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)" | |
2b9bdf71 | 20031 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" |
3d63bc3a | 20032 | LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" |
579d8138 | 20033 | cat >> confdefs.h <<\EOF |
4f11a343 VS |
20034 | #define wxUSE_OLE 1 |
20035 | EOF | |
20036 | ||
579d8138 | 20037 | |
2b9bdf71 VZ |
20038 | fi |
20039 | ||
579d8138 | 20040 | cat >> confdefs.h <<\EOF |
2b9bdf71 VZ |
20041 | #define wxUSE_DATAOBJ 1 |
20042 | EOF | |
20043 | ||
20044 | else | |
579d8138 | 20045 | echo "configure: warning: Some features disabled because OLE headers not found" 1>&2 |
2b9bdf71 VZ |
20046 | |
20047 | wxUSE_CLIPBOARD=no | |
20048 | wxUSE_DRAG_AND_DROP=no | |
20049 | wxUSE_DATAOBJ=no | |
20050 | fi | |
20051 | ||
77e13408 | 20052 | if test "$wxUSE_METAFILE" = "yes"; then |
579d8138 | 20053 | cat >> confdefs.h <<\EOF |
b64f0a5f RL |
20054 | #define wxUSE_METAFILE 1 |
20055 | EOF | |
20056 | ||
579d8138 VS |
20057 | |
20058 | cat >> confdefs.h <<\EOF | |
b64f0a5f RL |
20059 | #define wxUSE_ENH_METAFILE 1 |
20060 | EOF | |
20061 | ||
2b9bdf71 VZ |
20062 | fi |
20063 | fi | |
20064 | ||
20065 | if test "$wxUSE_IPC" = "yes"; then | |
20066 | if test "$wxUSE_SOCKETS" != "yes"; then | |
579d8138 | 20067 | echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2 |
2b9bdf71 VZ |
20068 | fi |
20069 | ||
579d8138 | 20070 | cat >> confdefs.h <<\EOF |
2b9bdf71 VZ |
20071 | #define wxUSE_IPC 1 |
20072 | EOF | |
20073 | ||
20074 | fi | |
20075 | ||
20076 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
6c657b52 | 20077 | if test "$wxUSE_MGL" = 1; then |
579d8138 | 20078 | echo "configure: warning: Clipboard not yet supported under MGL... disabled" 1>&2 |
6c657b52 VS |
20079 | wxUSE_CLIPBOARD=no |
20080 | fi | |
20081 | ||
20082 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
579d8138 | 20083 | cat >> confdefs.h <<\EOF |
2b9bdf71 VZ |
20084 | #define wxUSE_CLIPBOARD 1 |
20085 | EOF | |
20086 | ||
579d8138 VS |
20087 | |
20088 | cat >> confdefs.h <<\EOF | |
673f4220 VZ |
20089 | #define wxUSE_DATAOBJ 1 |
20090 | EOF | |
20091 | ||
6c657b52 | 20092 | fi |
2b9bdf71 VZ |
20093 | fi |
20094 | ||
20095 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
20096 | if test "$wxUSE_GTK" = 1; then | |
20097 | if test "$WXGTK12" != 1; then | |
579d8138 | 20098 | echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2 |
10f2d63a VZ |
20099 | wxUSE_DRAG_AND_DROP=no |
20100 | fi | |
20101 | fi | |
20102 | ||
2b9bdf71 | 20103 | if test "$wxUSE_MOTIF" = 1; then |
579d8138 | 20104 | echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2 |
2b9bdf71 VZ |
20105 | wxUSE_DRAG_AND_DROP=no |
20106 | fi | |
20107 | ||
f79bd02d | 20108 | if test "$wxUSE_X11" = 1; then |
579d8138 | 20109 | echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2 |
f79bd02d JS |
20110 | wxUSE_DRAG_AND_DROP=no |
20111 | fi | |
20112 | ||
6c657b52 | 20113 | if test "$wxUSE_MGL" = 1; then |
579d8138 | 20114 | echo "configure: warning: Drag and drop not yet supported under MGL... disabled" 1>&2 |
6c657b52 VS |
20115 | wxUSE_DRAG_AND_DROP=no |
20116 | fi | |
20117 | ||
10f2d63a | 20118 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then |
579d8138 | 20119 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20120 | #define wxUSE_DRAG_AND_DROP 1 |
20121 | EOF | |
20122 | ||
20123 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
20124 | fi | |
20125 | ||
20126 | fi | |
20127 | ||
20128 | if test "$wxUSE_SPLINES" = "yes" ; then | |
579d8138 | 20129 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20130 | #define wxUSE_SPLINES 1 |
20131 | EOF | |
20132 | ||
20133 | fi | |
20134 | ||
579d8138 | 20135 | |
1e6feb95 VZ |
20136 | USES_CONTROLS=0 |
20137 | if test "$wxUSE_CONTROLS" = "yes"; then | |
20138 | USES_CONTROLS=1 | |
20139 | fi | |
20140 | ||
10f2d63a | 20141 | if test "$wxUSE_ACCEL" = "yes"; then |
579d8138 | 20142 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20143 | #define wxUSE_ACCEL 1 |
20144 | EOF | |
20145 | ||
1e6feb95 VZ |
20146 | USES_CONTROLS=1 |
20147 | fi | |
20148 | ||
20149 | if test "$wxUSE_BUTTON" = "yes"; then | |
579d8138 | 20150 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20151 | #define wxUSE_BUTTON 1 |
20152 | EOF | |
20153 | ||
20154 | USES_CONTROLS=1 | |
20155 | fi | |
20156 | ||
20157 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
579d8138 | 20158 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20159 | #define wxUSE_BMPBUTTON 1 |
20160 | EOF | |
20161 | ||
20162 | USES_CONTROLS=1 | |
20163 | fi | |
20164 | ||
20165 | if test "$wxUSE_CALCTRL" = "yes"; then | |
579d8138 | 20166 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20167 | #define wxUSE_CALENDARCTRL 1 |
20168 | EOF | |
20169 | ||
20170 | USES_CONTROLS=1 | |
20171 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
10f2d63a VZ |
20172 | fi |
20173 | ||
20174 | if test "$wxUSE_CARET" = "yes"; then | |
579d8138 | 20175 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20176 | #define wxUSE_CARET 1 |
20177 | EOF | |
20178 | ||
1e6feb95 | 20179 | USES_CONTROLS=1 |
10f2d63a VZ |
20180 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" |
20181 | fi | |
20182 | ||
20183 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
579d8138 | 20184 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20185 | #define wxUSE_COMBOBOX 1 |
20186 | EOF | |
20187 | ||
1e6feb95 | 20188 | USES_CONTROLS=1 |
10f2d63a VZ |
20189 | fi |
20190 | ||
20191 | if test "$wxUSE_CHOICE" = "yes"; then | |
579d8138 | 20192 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20193 | #define wxUSE_CHOICE 1 |
20194 | EOF | |
20195 | ||
1e6feb95 | 20196 | USES_CONTROLS=1 |
10f2d63a VZ |
20197 | fi |
20198 | ||
20199 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
579d8138 | 20200 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20201 | #define wxUSE_CHECKBOX 1 |
20202 | EOF | |
20203 | ||
1e6feb95 | 20204 | USES_CONTROLS=1 |
10f2d63a VZ |
20205 | fi |
20206 | ||
20207 | if test "$wxUSE_CHECKLST" = "yes"; then | |
579d8138 | 20208 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20209 | #define wxUSE_CHECKLISTBOX 1 |
20210 | EOF | |
20211 | ||
1e6feb95 | 20212 | USES_CONTROLS=1 |
10f2d63a VZ |
20213 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" |
20214 | fi | |
20215 | ||
20216 | if test "$wxUSE_GAUGE" = "yes"; then | |
579d8138 | 20217 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20218 | #define wxUSE_GAUGE 1 |
20219 | EOF | |
20220 | ||
1e6feb95 | 20221 | USES_CONTROLS=1 |
10f2d63a VZ |
20222 | fi |
20223 | ||
d6a55c4b VZ |
20224 | if test "$wxUSE_NEW_GRID" = "yes"; then |
20225 | wxUSE_GRID="yes" | |
579d8138 | 20226 | cat >> confdefs.h <<\EOF |
d6a55c4b | 20227 | #define wxUSE_NEW_GRID 1 |
10f2d63a VZ |
20228 | EOF |
20229 | ||
1e6feb95 | 20230 | USES_CONTROLS=1 |
d6a55c4b | 20231 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid" |
10f2d63a VZ |
20232 | fi |
20233 | ||
d6a55c4b | 20234 | if test "$wxUSE_GRID" = "yes"; then |
579d8138 | 20235 | cat >> confdefs.h <<\EOF |
d6a55c4b | 20236 | #define wxUSE_GRID 1 |
10f2d63a VZ |
20237 | EOF |
20238 | ||
1e6feb95 | 20239 | USES_CONTROLS=1 |
d6a55c4b | 20240 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" |
10f2d63a VZ |
20241 | fi |
20242 | ||
20243 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
579d8138 | 20244 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20245 | #define wxUSE_IMAGLIST 1 |
20246 | EOF | |
20247 | ||
20248 | fi | |
20249 | ||
20250 | if test "$wxUSE_LISTBOX" = "yes"; then | |
579d8138 | 20251 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20252 | #define wxUSE_LISTBOX 1 |
20253 | EOF | |
20254 | ||
1e6feb95 | 20255 | USES_CONTROLS=1 |
10f2d63a VZ |
20256 | fi |
20257 | ||
20258 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
20259 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
579d8138 | 20260 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20261 | #define wxUSE_LISTCTRL 1 |
20262 | EOF | |
20263 | ||
1e6feb95 | 20264 | USES_CONTROLS=1 |
10f2d63a VZ |
20265 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" |
20266 | else | |
579d8138 | 20267 | echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 |
10f2d63a VZ |
20268 | fi |
20269 | fi | |
20270 | ||
20271 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
579d8138 | 20272 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20273 | #define wxUSE_NOTEBOOK 1 |
20274 | EOF | |
20275 | ||
1e6feb95 | 20276 | USES_CONTROLS=1 |
10f2d63a VZ |
20277 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" |
20278 | fi | |
20279 | ||
24176f2c | 20280 | if test "$wxUSE_PROPSHEET" = "yes"; then |
579d8138 | 20281 | cat >> confdefs.h <<\EOF |
24176f2c GD |
20282 | #define wxUSE_PROPSHEET 1 |
20283 | EOF | |
20284 | ||
20285 | USES_CONTROLS=1 | |
20286 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist" | |
20287 | fi | |
20288 | ||
10f2d63a | 20289 | if test "$wxUSE_RADIOBOX" = "yes"; then |
579d8138 | 20290 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20291 | #define wxUSE_RADIOBOX 1 |
20292 | EOF | |
20293 | ||
1e6feb95 | 20294 | USES_CONTROLS=1 |
10f2d63a VZ |
20295 | fi |
20296 | ||
20297 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
579d8138 | 20298 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20299 | #define wxUSE_RADIOBTN 1 |
20300 | EOF | |
20301 | ||
1e6feb95 | 20302 | USES_CONTROLS=1 |
10f2d63a VZ |
20303 | fi |
20304 | ||
20305 | if test "$wxUSE_SASH" = "yes"; then | |
579d8138 | 20306 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20307 | #define wxUSE_SASH 1 |
20308 | EOF | |
20309 | ||
20310 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
20311 | fi | |
20312 | ||
20313 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
579d8138 | 20314 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20315 | #define wxUSE_SCROLLBAR 1 |
20316 | EOF | |
20317 | ||
1e6feb95 | 20318 | USES_CONTROLS=1 |
741a9306 | 20319 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" |
10f2d63a VZ |
20320 | fi |
20321 | ||
20322 | if test "$wxUSE_SLIDER" = "yes"; then | |
579d8138 | 20323 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20324 | #define wxUSE_SLIDER 1 |
20325 | EOF | |
20326 | ||
1e6feb95 | 20327 | USES_CONTROLS=1 |
10f2d63a VZ |
20328 | fi |
20329 | ||
20330 | if test "$wxUSE_SPINBTN" = "yes"; then | |
579d8138 | 20331 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20332 | #define wxUSE_SPINBTN 1 |
20333 | EOF | |
20334 | ||
1e6feb95 | 20335 | USES_CONTROLS=1 |
10f2d63a VZ |
20336 | fi |
20337 | ||
56cfaa52 | 20338 | if test "$wxUSE_SPINCTRL" = "yes"; then |
579d8138 | 20339 | cat >> confdefs.h <<\EOF |
56cfaa52 RR |
20340 | #define wxUSE_SPINCTRL 1 |
20341 | EOF | |
20342 | ||
1e6feb95 | 20343 | USES_CONTROLS=1 |
56cfaa52 RR |
20344 | fi |
20345 | ||
10f2d63a | 20346 | if test "$wxUSE_SPLITTER" = "yes"; then |
579d8138 | 20347 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20348 | #define wxUSE_SPLITTER 1 |
20349 | EOF | |
20350 | ||
20351 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
20352 | fi | |
20353 | ||
20354 | if test "$wxUSE_STATBMP" = "yes"; then | |
579d8138 | 20355 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20356 | #define wxUSE_STATBMP 1 |
20357 | EOF | |
20358 | ||
1e6feb95 | 20359 | USES_CONTROLS=1 |
10f2d63a VZ |
20360 | fi |
20361 | ||
20362 | if test "$wxUSE_STATBOX" = "yes"; then | |
579d8138 | 20363 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20364 | #define wxUSE_STATBOX 1 |
20365 | EOF | |
20366 | ||
1e6feb95 VZ |
20367 | USES_CONTROLS=1 |
20368 | fi | |
20369 | ||
20370 | if test "$wxUSE_STATTEXT" = "yes"; then | |
579d8138 | 20371 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20372 | #define wxUSE_STATTEXT 1 |
20373 | EOF | |
20374 | ||
20375 | USES_CONTROLS=1 | |
10f2d63a VZ |
20376 | fi |
20377 | ||
20378 | if test "$wxUSE_STATLINE" = "yes"; then | |
20379 | if test "$wxUSE_WINE" = 1 ; then | |
579d8138 | 20380 | echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 |
10f2d63a | 20381 | else |
579d8138 | 20382 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20383 | #define wxUSE_STATLINE 1 |
20384 | EOF | |
20385 | ||
1e6feb95 | 20386 | USES_CONTROLS=1 |
10f2d63a VZ |
20387 | fi |
20388 | fi | |
20389 | ||
20390 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
579d8138 | 20391 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20392 | #define wxUSE_STATUSBAR 1 |
20393 | EOF | |
20394 | ||
1e6feb95 | 20395 | USES_CONTROLS=1 |
698dcdb6 | 20396 | |
2286341c | 20397 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" |
10f2d63a VZ |
20398 | fi |
20399 | ||
20400 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
579d8138 | 20401 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20402 | #define wxUSE_TAB_DIALOG 1 |
20403 | EOF | |
20404 | ||
20405 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
20406 | fi | |
20407 | ||
1e6feb95 | 20408 | if test "$wxUSE_TEXTCTRL" = "yes"; then |
579d8138 | 20409 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20410 | #define wxUSE_TEXTCTRL 1 |
20411 | EOF | |
20412 | ||
20413 | USES_CONTROLS=1 | |
20414 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
20415 | fi | |
20416 | ||
1db8dc4a | 20417 | if test "$wxUSE_TOGGLEBTN" = "yes"; then |
156b2523 | 20418 | if test "$wxUSE_MAC" = 1; then |
579d8138 | 20419 | echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2 |
156b2523 GD |
20420 | wxUSE_TOGGLEBTN=no |
20421 | fi | |
20422 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
579d8138 | 20423 | echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2 |
a45d7ab7 GD |
20424 | wxUSE_TOGGLEBTN=no |
20425 | fi | |
20426 | ||
20427 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
579d8138 | 20428 | cat >> confdefs.h <<\EOF |
1db8dc4a VZ |
20429 | #define wxUSE_TOGGLEBTN 1 |
20430 | EOF | |
20431 | ||
1e6feb95 | 20432 | USES_CONTROLS=1 |
a45d7ab7 | 20433 | fi |
1db8dc4a VZ |
20434 | fi |
20435 | ||
360d6699 | 20436 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then |
579d8138 | 20437 | cat >> confdefs.h <<\EOF |
360d6699 VZ |
20438 | #define wxUSE_TOOLBAR_SIMPLE 1 |
20439 | EOF | |
20440 | ||
20441 | wxUSE_TOOLBAR="yes" | |
1e6feb95 | 20442 | USES_CONTROLS=1 |
360d6699 VZ |
20443 | fi |
20444 | ||
10f2d63a | 20445 | if test "$wxUSE_TOOLBAR" = "yes"; then |
579d8138 | 20446 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20447 | #define wxUSE_TOOLBAR 1 |
20448 | EOF | |
20449 | ||
1e6feb95 | 20450 | USES_CONTROLS=1 |
698dcdb6 | 20451 | |
360d6699 VZ |
20452 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then |
20453 | wxUSE_TOOLBAR_NATIVE="yes" | |
20454 | fi | |
20455 | ||
1e6feb95 | 20456 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then |
579d8138 | 20457 | cat >> confdefs.h <<\EOF |
360d6699 VZ |
20458 | #define wxUSE_TOOLBAR_NATIVE 1 |
20459 | EOF | |
20460 | ||
1e6feb95 VZ |
20461 | USES_CONTROLS=1 |
20462 | fi | |
20463 | ||
20464 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
360d6699 VZ |
20465 | fi |
20466 | ||
10f2d63a VZ |
20467 | if test "$wxUSE_TOOLTIPS" = "yes"; then |
20468 | if test "$wxUSE_MOTIF" = 1; then | |
579d8138 | 20469 | echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2 |
10f2d63a VZ |
20470 | else |
20471 | if test "$wxUSE_WINE" = 1; then | |
579d8138 | 20472 | echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2 |
10f2d63a | 20473 | else |
69d27ff7 | 20474 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
579d8138 | 20475 | echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2 |
69d27ff7 | 20476 | else |
579d8138 | 20477 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20478 | #define wxUSE_TOOLTIPS 1 |
20479 | EOF | |
20480 | ||
69d27ff7 | 20481 | fi |
10f2d63a VZ |
20482 | fi |
20483 | fi | |
20484 | fi | |
20485 | ||
20486 | if test "$wxUSE_TREECTRL" = "yes"; then | |
20487 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
579d8138 | 20488 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20489 | #define wxUSE_TREECTRL 1 |
20490 | EOF | |
20491 | ||
1e6feb95 | 20492 | USES_CONTROLS=1 |
10f2d63a VZ |
20493 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" |
20494 | else | |
579d8138 | 20495 | echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 |
10f2d63a VZ |
20496 | fi |
20497 | fi | |
20498 | ||
9f41d601 | 20499 | if test "$wxUSE_POPUPWIN" = "yes"; then |
6abe4b65 | 20500 | if test "$wxUSE_MAC" = 1; then |
579d8138 | 20501 | echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2 |
6abe4b65 | 20502 | else |
485cf710 | 20503 | if test "$wxUSE_MOTIF" = 1; then |
579d8138 | 20504 | echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2 |
485cf710 | 20505 | else |
3c011993 | 20506 | if test "$wxUSE_PM" = 1; then |
579d8138 | 20507 | echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2 |
3bd8fb5f | 20508 | else |
579d8138 | 20509 | cat >> confdefs.h <<\EOF |
9f41d601 RR |
20510 | #define wxUSE_POPUPWIN 1 |
20511 | EOF | |
20512 | ||
579d8138 | 20513 | |
3c011993 VZ |
20514 | USES_CONTROLS=1 |
20515 | fi | |
485cf710 | 20516 | fi |
6abe4b65 | 20517 | fi |
9f41d601 RR |
20518 | fi |
20519 | ||
dd964dcc | 20520 | if test "$wxUSE_TIPWINDOW" = "yes"; then |
3c011993 | 20521 | if test "$wxUSE_PM" = 1; then |
579d8138 | 20522 | echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2 |
3bd8fb5f | 20523 | else |
579d8138 | 20524 | cat >> confdefs.h <<\EOF |
dd964dcc VZ |
20525 | #define wxUSE_TIPWINDOW 1 |
20526 | EOF | |
20527 | ||
3c011993 | 20528 | fi |
dd964dcc VZ |
20529 | fi |
20530 | ||
1e6feb95 | 20531 | if test "$USES_CONTROLS" = 1; then |
579d8138 | 20532 | cat >> confdefs.h <<\EOF |
1e6feb95 | 20533 | #define wxUSE_CONTROLS 1 |
10f2d63a VZ |
20534 | EOF |
20535 | ||
10f2d63a VZ |
20536 | fi |
20537 | ||
579d8138 | 20538 | |
24176f2c | 20539 | if test "$wxUSE_TREELAYOUT" = "yes"; then |
579d8138 | 20540 | cat >> confdefs.h <<\EOF |
24176f2c GD |
20541 | #define wxUSE_TREELAYOUT 1 |
20542 | EOF | |
20543 | ||
20544 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay" | |
20545 | fi | |
1e6feb95 | 20546 | |
24fd6d87 | 20547 | if test "$wxUSE_DRAGIMAGE" = "yes"; then |
579d8138 | 20548 | cat >> confdefs.h <<\EOF |
24fd6d87 VZ |
20549 | #define wxUSE_DRAGIMAGE 1 |
20550 | EOF | |
20551 | ||
20552 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
20553 | fi | |
20554 | ||
1e6feb95 | 20555 | if test "$wxUSE_MENUS" = "yes"; then |
579d8138 | 20556 | cat >> confdefs.h <<\EOF |
1e6feb95 | 20557 | #define wxUSE_MENUS 1 |
10f2d63a VZ |
20558 | EOF |
20559 | ||
1e6feb95 | 20560 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" |
10f2d63a VZ |
20561 | fi |
20562 | ||
1e6feb95 | 20563 | if test "$wxUSE_METAFILE" = "yes"; then |
579d8138 | 20564 | cat >> confdefs.h <<\EOF |
1e6feb95 | 20565 | #define wxUSE_METAFILE 1 |
10f2d63a VZ |
20566 | EOF |
20567 | ||
10f2d63a VZ |
20568 | fi |
20569 | ||
1e6feb95 | 20570 | if test "$wxUSE_MIMETYPE" = "yes"; then |
579d8138 | 20571 | cat >> confdefs.h <<\EOF |
1e6feb95 | 20572 | #define wxUSE_MIMETYPE 1 |
10f2d63a VZ |
20573 | EOF |
20574 | ||
10f2d63a VZ |
20575 | fi |
20576 | ||
3e44f09d | 20577 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then |
579d8138 | 20578 | cat >> confdefs.h <<\EOF |
3e44f09d VZ |
20579 | #define wxUSE_SYSTEM_OPTIONS 1 |
20580 | EOF | |
20581 | ||
321d2b14 VZ |
20582 | if test "$TOOLKIT" = "MSW"; then |
20583 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar" | |
20584 | fi | |
20585 | ||
3e44f09d VZ |
20586 | fi |
20587 | ||
4cdb0ab0 | 20588 | if test "$wxUSE_PROTOCOL" = "yes"; then |
3954f9ca | 20589 | if test "$wxUSE_SOCKETS" != "yes"; then |
579d8138 | 20590 | echo "configure: warning: Protocol classes require sockets... disabled" 1>&2 |
3954f9ca VS |
20591 | wxUSE_PROTOCOL=no |
20592 | fi | |
20593 | ||
20594 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
579d8138 | 20595 | cat >> confdefs.h <<\EOF |
4cdb0ab0 VS |
20596 | #define wxUSE_PROTOCOL 1 |
20597 | EOF | |
20598 | ||
579d8138 | 20599 | |
3954f9ca | 20600 | if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then |
579d8138 | 20601 | cat >> confdefs.h <<\EOF |
4cdb0ab0 VS |
20602 | #define wxUSE_PROTOCOL_HTTP 1 |
20603 | EOF | |
20604 | ||
3954f9ca VS |
20605 | fi |
20606 | if test "$wxUSE_PROTOCOL_FTP" = "yes"; then | |
579d8138 | 20607 | cat >> confdefs.h <<\EOF |
4cdb0ab0 VS |
20608 | #define wxUSE_PROTOCOL_FTP 1 |
20609 | EOF | |
20610 | ||
3954f9ca VS |
20611 | fi |
20612 | if test "$wxUSE_PROTOCOL_FILE" = "yes"; then | |
579d8138 | 20613 | cat >> confdefs.h <<\EOF |
3954f9ca VS |
20614 | #define wxUSE_PROTOCOL_FILE 1 |
20615 | EOF | |
20616 | ||
20617 | fi | |
4cdb0ab0 | 20618 | fi |
3954f9ca VS |
20619 | fi |
20620 | ||
20621 | if test "$wxUSE_URL" = "yes"; then | |
20622 | if test "$wxUSE_PROTOCOL" != "yes"; then | |
579d8138 | 20623 | echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2 |
3954f9ca VS |
20624 | wxUSE_URL=no |
20625 | fi | |
20626 | if test "$wxUSE_URL" = "yes"; then | |
579d8138 | 20627 | cat >> confdefs.h <<\EOF |
3954f9ca | 20628 | #define wxUSE_URL 1 |
4cdb0ab0 VS |
20629 | EOF |
20630 | ||
20631 | fi | |
20632 | fi | |
20633 | ||
10f2d63a | 20634 | if test "$wxUSE_MINIFRAME" = "yes"; then |
579d8138 | 20635 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20636 | #define wxUSE_MINIFRAME 1 |
20637 | EOF | |
20638 | ||
20639 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
20640 | fi | |
20641 | ||
20642 | if test "$wxUSE_HTML" = "yes"; then | |
579d8138 | 20643 | cat >> confdefs.h <<\EOF |
10f2d63a VZ |
20644 | #define wxUSE_HTML 1 |
20645 | EOF | |
20646 | ||
20647 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html" | |
10f2d63a VZ |
20648 | fi |
20649 | ||
20650 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
579d8138 | 20651 | cat >> confdefs.h <<\EOF |
1e487827 VS |
20652 | #define wxUSE_VALIDATORS 1 |
20653 | EOF | |
703e0a69 | 20654 | |
698dcdb6 VZ |
20655 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" |
20656 | fi | |
20657 | ||
edae8572 | 20658 | if test "$wxUSE_PALETTE" = "yes" ; then |
579d8138 | 20659 | cat >> confdefs.h <<\EOF |
edae8572 VZ |
20660 | #define wxUSE_PALETTE 1 |
20661 | EOF | |
20662 | ||
20663 | fi | |
20664 | ||
698dcdb6 | 20665 | if test "$wxUSE_IMAGE" = "yes" ; then |
579d8138 | 20666 | cat >> confdefs.h <<\EOF |
698dcdb6 VZ |
20667 | #define wxUSE_IMAGE 1 |
20668 | EOF | |
20669 | ||
20670 | fi | |
20671 | ||
20672 | if test "$wxUSE_GIF" = "yes" ; then | |
579d8138 | 20673 | cat >> confdefs.h <<\EOF |
698dcdb6 VZ |
20674 | #define wxUSE_GIF 1 |
20675 | EOF | |
20676 | ||
20677 | fi | |
20678 | ||
20679 | if test "$wxUSE_PCX" = "yes" ; then | |
579d8138 | 20680 | cat >> confdefs.h <<\EOF |
698dcdb6 VZ |
20681 | #define wxUSE_PCX 1 |
20682 | EOF | |
20683 | ||
20684 | fi | |
20685 | ||
4b6b4dfc | 20686 | if test "$wxUSE_IFF" = "yes" ; then |
579d8138 | 20687 | cat >> confdefs.h <<\EOF |
4b6b4dfc RR |
20688 | #define wxUSE_IFF 1 |
20689 | EOF | |
20690 | ||
20691 | fi | |
20692 | ||
698dcdb6 | 20693 | if test "$wxUSE_PNM" = "yes" ; then |
579d8138 | 20694 | cat >> confdefs.h <<\EOF |
698dcdb6 VZ |
20695 | #define wxUSE_PNM 1 |
20696 | EOF | |
20697 | ||
20698 | fi | |
20699 | ||
20700 | if test "$wxUSE_XPM" = "yes" ; then | |
579d8138 | 20701 | cat >> confdefs.h <<\EOF |
698dcdb6 VZ |
20702 | #define wxUSE_XPM 1 |
20703 | EOF | |
20704 | ||
20705 | fi | |
20706 | ||
658974ae | 20707 | if test "$wxUSE_ICO_CUR" = "yes" ; then |
579d8138 | 20708 | cat >> confdefs.h <<\EOF |
658974ae VS |
20709 | #define wxUSE_ICO_CUR 1 |
20710 | EOF | |
20711 | ||
20712 | fi | |
20713 | ||
a72a4bfa VS |
20714 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then |
20715 | LIBS=" -lunicows $LIBS" | |
20716 | fi | |
20717 | ||
579d8138 | 20718 | |
1e6feb95 | 20719 | if test "$wxUSE_CHOICEDLG" = "yes"; then |
579d8138 | 20720 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20721 | #define wxUSE_CHOICEDLG 1 |
20722 | EOF | |
20723 | ||
20724 | fi | |
20725 | ||
20726 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
579d8138 | 20727 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20728 | #define wxUSE_COLOURDLG 1 |
20729 | EOF | |
20730 | ||
20731 | fi | |
20732 | ||
20733 | if test "$wxUSE_FILEDLG" = "yes"; then | |
579d8138 | 20734 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20735 | #define wxUSE_FILEDLG 1 |
20736 | EOF | |
20737 | ||
20738 | fi | |
20739 | ||
8db37e06 | 20740 | if test "$wxUSE_FINDREPLDLG" = "yes"; then |
579d8138 | 20741 | cat >> confdefs.h <<\EOF |
8db37e06 VZ |
20742 | #define wxUSE_FINDREPLDLG 1 |
20743 | EOF | |
20744 | ||
20745 | fi | |
20746 | ||
1e6feb95 | 20747 | if test "$wxUSE_FONTDLG" = "yes"; then |
579d8138 | 20748 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20749 | #define wxUSE_FONTDLG 1 |
20750 | EOF | |
20751 | ||
20752 | fi | |
20753 | ||
20754 | if test "$wxUSE_DIRDLG" = "yes"; then | |
ae1daed0 | 20755 | if test "$wxUSE_TREECTRL" != "yes"; then |
579d8138 | 20756 | echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 |
1e6feb95 | 20757 | else |
579d8138 | 20758 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20759 | #define wxUSE_DIRDLG 1 |
20760 | EOF | |
20761 | ||
1e6feb95 VZ |
20762 | fi |
20763 | fi | |
20764 | ||
20765 | if test "$wxUSE_MSGDLG" = "yes"; then | |
579d8138 | 20766 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20767 | #define wxUSE_MSGDLG 1 |
20768 | EOF | |
20769 | ||
20770 | fi | |
20771 | ||
20772 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
579d8138 | 20773 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20774 | #define wxUSE_NUMBERDLG 1 |
20775 | EOF | |
20776 | ||
20777 | fi | |
20778 | ||
20779 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
20780 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
579d8138 | 20781 | echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 |
1e6feb95 | 20782 | else |
579d8138 | 20783 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20784 | #define wxUSE_PROGRESSDLG 1 |
20785 | EOF | |
20786 | ||
20787 | fi | |
20788 | fi | |
20789 | ||
cbca9943 | 20790 | if test "$wxUSE_SPLASH" = "yes"; then |
579d8138 | 20791 | cat >> confdefs.h <<\EOF |
cbca9943 VZ |
20792 | #define wxUSE_SPLASH 1 |
20793 | EOF | |
20794 | ||
20795 | fi | |
20796 | ||
1e6feb95 VZ |
20797 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then |
20798 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
579d8138 | 20799 | echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 |
1e6feb95 | 20800 | else |
579d8138 | 20801 | cat >> confdefs.h <<\EOF |
1e6feb95 VZ |
20802 | #define wxUSE_STARTUP_TIPS 1 |
20803 | EOF | |
20804 | ||
20805 | fi | |
20806 | fi | |
20807 | ||
579d8138 VS |
20808 | if test "$wxUSE_TEXTDLG" = "yes"; then |
20809 | cat >> confdefs.h <<\EOF | |
20810 | #define wxUSE_TEXTDLG 1 | |
20811 | EOF | |
20812 | ||
20813 | fi | |
20814 | ||
20815 | if test "$wxUSE_WIZARDDLG" = "yes"; then | |
20816 | cat >> confdefs.h <<\EOF | |
20817 | #define wxUSE_WIZARDDLG 1 | |
20818 | EOF | |
20819 | ||
20820 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
20821 | fi | |
20822 | ||
20823 | ||
20824 | if test "$cross_compiling" = "yes"; then | |
20825 | OSINFO="\"$host\"" | |
20826 | else | |
20827 | OSINFO=`uname -s -r -m` | |
20828 | OSINFO="\"$OSINFO\"" | |
20829 | fi | |
20830 | ||
20831 | cat >> confdefs.h <<EOF | |
20832 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
20833 | EOF | |
20834 | ||
20835 | ||
20836 | ||
20837 | if test "x$prefix" != "xNONE"; then | |
20838 | wxPREFIX=$prefix | |
20839 | else | |
20840 | wxPREFIX=$ac_default_prefix | |
20841 | fi | |
20842 | ||
20843 | cat >> confdefs.h <<EOF | |
20844 | #define wxINSTALL_PREFIX "$wxPREFIX" | |
20845 | EOF | |
20846 | ||
20847 | ||
20848 | ||
20849 | ||
20850 | ||
20851 | if test "$wxUSE_MAC" = 1 ; then | |
20852 | LDFLAGS="$LDFLAGS -framework Carbon -framework System" | |
20853 | fi | |
20854 | ||
20855 | ||
20856 | LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK -lm $LIBS" | |
20857 | ||
20858 | if test "$wxUSE_GUI" = "yes"; then | |
20859 | ||
20860 | LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS" | |
20861 | ||
20862 | ||
20863 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ | |
20864 | drawing dynamic erase event exec font image \ | |
20865 | minimal richedit rotate widgets" | |
20866 | ||
20867 | CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" | |
20868 | else | |
20869 | SAMPLES_SUBDIRS="console" | |
20870 | fi | |
20871 | ||
20872 | ||
20873 | INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} \ | |
20874 | -I\${top_srcdir}/include \ | |
20875 | $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \ | |
20876 | $TOOLKIT_INCLUDE" | |
20877 | ||
20878 | if test "$wxUSE_GTK" = 1; then | |
20879 | WXCONFIG_INCLUDE= | |
20880 | else | |
20881 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
20882 | fi | |
20883 | ||
20884 | if test "$GXX" = yes ; then | |
20885 | CXXWARNINGS="-Wall" | |
20886 | ||
20887 | if test "$wxUSE_NO_DEPS" = "no" ; then | |
20888 | CFLAGS="-MMD $CFLAGS" | |
20889 | CXXFLAGS="-MMD $CXXFLAGS" | |
20890 | fi | |
20891 | fi | |
20892 | ||
20893 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES" | |
20894 | ||
20895 | CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'` | |
20896 | CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
20897 | LIBS=`echo $LIBS | sed 's/ \+/ /g'` | |
20898 | ||
20899 | LDFLAGS="$LDFLAGS $PROFILE" | |
20900 | ||
20901 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" | |
20902 | ||
20903 | ||
20904 | ||
20905 | ||
20906 | ||
20907 | ||
20908 | ||
20909 | ||
20910 | ||
20911 | ||
20912 | ||
20913 | ||
20914 | ||
20915 | ||
20916 | ||
20917 | ||
20918 | ||
20919 | ||
20920 | ||
20921 | ||
20922 | ||
20923 | ||
20924 | ||
20925 | ||
20926 | ||
20927 | ||
20928 | ||
20929 | ||
20930 | ||
20931 | ||
20932 | ||
20933 | ||
20934 | ||
20935 | ||
20936 | ||
20937 | ||
20938 | ||
20939 | ||
20940 | ||
20941 | ||
20942 | ||
20943 | ||
20944 | ||
20945 | ||
20946 | ||
20947 | ||
20948 | ||
20949 | ||
20950 | ||
20951 | ||
20952 | ||
20953 | ||
20954 | ||
20955 | ||
20956 | ||
20957 | ||
20958 | ||
20959 | ||
20960 | ||
20961 | ||
20962 | ||
20963 | ||
20964 | ||
20965 | ||
20966 | ||
20967 | ||
20968 | ||
20969 | ||
2f51a9ec GD |
20970 | |
20971 | ||
20972 | ||
20973 | ||
f6bcfd97 | 20974 | |
dad6c0ea | 20975 | |
caa2c79b | 20976 | |
3711412e | 20977 | |
1e6feb95 VZ |
20978 | |
20979 | ||
885d4bf5 VS |
20980 | |
20981 | ||
20982 | ||
20983 | ||
9b695262 VZ |
20984 | |
20985 | ||
62d0491b | 20986 | |
ef7f2189 | 20987 | |
40f7145c | 20988 | |
3bd8fb5f | 20989 | |
10f2d63a VZ |
20990 | |
20991 | ||
579d8138 | 20992 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
f09359cf | 20993 | echo "configure:20994: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
579d8138 VS |
20994 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
20995 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
20996 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 20997 | else |
579d8138 | 20998 | cat > conftestmake <<\EOF |
10f2d63a VZ |
20999 | all: |
21000 | @echo 'ac_maketemp="${MAKE}"' | |
21001 | EOF | |
21002 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
579d8138 | 21003 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` |
10f2d63a VZ |
21004 | if test -n "$ac_maketemp"; then |
21005 | eval ac_cv_prog_make_${ac_make}_set=yes | |
21006 | else | |
21007 | eval ac_cv_prog_make_${ac_make}_set=no | |
21008 | fi | |
579d8138 | 21009 | rm -f conftestmake |
10f2d63a VZ |
21010 | fi |
21011 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
579d8138 | 21012 | echo "$ac_t""yes" 1>&6 |
10f2d63a VZ |
21013 | SET_MAKE= |
21014 | else | |
579d8138 | 21015 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
21016 | SET_MAKE="MAKE=${MAKE-make}" |
21017 | fi | |
21018 | ||
579d8138 | 21019 | |
3a922bb4 RL |
21020 | if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then |
21021 | mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h | |
00cf1208 | 21022 | fi |
665bbe97 | 21023 | |
579d8138 | 21024 | |
10f2d63a | 21025 | |
57973b9c VZ |
21026 | wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS |
21027 | wx_cv_if_gnu_make=$IF_GNU_MAKE | |
21028 | wx_cv_path_ifs=$PATH_IFS | |
21029 | wx_cv_program_ext=$PROGRAM_EXT | |
21030 | wx_cv_target_library=$WX_TARGET_LIBRARY | |
21031 | wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL | |
21032 | wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE | |
21033 | export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \ | |
21034 | wx_cv_path_ifs wx_cv_program_ext \ | |
21035 | wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype | |
21036 | ||
579d8138 VS |
21037 | subdirs="demos samples utils contrib" |
21038 | ||
10f2d63a | 21039 | |
579d8138 VS |
21040 | trap '' 1 2 15 |
21041 | cat > confcache <<\EOF | |
10f2d63a VZ |
21042 | # This file is a shell script that caches the results of configure |
21043 | # tests run on this system so they can be shared between configure | |
579d8138 VS |
21044 | # scripts and configure runs. It is not useful on other systems. |
21045 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 21046 | # |
579d8138 VS |
21047 | # By default, configure uses ./config.cache as the cache file, |
21048 | # creating it if it does not exist already. You can give configure | |
21049 | # the --cache-file=FILE option to use a different cache file; that is | |
21050 | # what configure does when it calls configure scripts in | |
21051 | # subdirectories, so they share the cache. | |
21052 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
21053 | # config.status only pays attention to the cache file if you give it the | |
21054 | # --recheck option to rerun configure. | |
10f2d63a | 21055 | # |
579d8138 | 21056 | EOF |
10f2d63a VZ |
21057 | # The following way of writing the cache mishandles newlines in values, |
21058 | # but we know of no workaround that is simple, portable, and efficient. | |
21059 | # So, don't put newlines in cache variables' values. | |
21060 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
21061 | # and sets the high bit in the cache file unless we assign to the vars. | |
579d8138 | 21062 | (set) 2>&1 | |
f09359cf | 21063 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
579d8138 VS |
21064 | *ac_space=\ *) |
21065 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
21066 | # turns \\\\ into \\, and sed turns \\ into \). | |
21067 | sed -n \ | |
21068 | -e "s/'/'\\\\''/g" \ | |
21069 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
21070 | ;; | |
21071 | *) | |
21072 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
21073 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
21074 | ;; | |
21075 | esac >> confcache | |
21076 | if cmp -s $cache_file confcache; then | |
21077 | : | |
21078 | else | |
10f2d63a | 21079 | if test -w $cache_file; then |
579d8138 VS |
21080 | echo "updating cache $cache_file" |
21081 | cat confcache > $cache_file | |
10f2d63a VZ |
21082 | else |
21083 | echo "not updating unwritable cache $cache_file" | |
21084 | fi | |
21085 | fi | |
21086 | rm -f confcache | |
21087 | ||
579d8138 VS |
21088 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
21089 | ||
10f2d63a VZ |
21090 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
21091 | # Let make expand exec_prefix. | |
21092 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
21093 | ||
579d8138 VS |
21094 | # Any assignment to VPATH causes Sun make to only execute |
21095 | # the first set of double-colon rules, so remove it if not needed. | |
21096 | # If there is a colon in the path, we need to keep it. | |
10f2d63a | 21097 | if test "x$srcdir" = x.; then |
579d8138 | 21098 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' |
10f2d63a VZ |
21099 | fi |
21100 | ||
579d8138 VS |
21101 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
21102 | ||
10f2d63a VZ |
21103 | DEFS=-DHAVE_CONFIG_H |
21104 | ||
579d8138 | 21105 | # Without the "./", some shells look in PATH for config.status. |
10f2d63a | 21106 | : ${CONFIG_STATUS=./config.status} |
579d8138 VS |
21107 | |
21108 | echo creating $CONFIG_STATUS | |
21109 | rm -f $CONFIG_STATUS | |
21110 | cat > $CONFIG_STATUS <<EOF | |
21111 | #! /bin/sh | |
10f2d63a VZ |
21112 | # Generated automatically by configure. |
21113 | # Run this file to recreate the current configuration. | |
579d8138 VS |
21114 | # This directory was configured as follows, |
21115 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
328a083c | 21116 | # |
579d8138 | 21117 | # $0 $ac_configure_args |
328a083c | 21118 | # |
579d8138 VS |
21119 | # Compiler output produced by configure, useful for debugging |
21120 | # configure, is in ./config.log if it exists. | |
698dcdb6 | 21121 | |
579d8138 VS |
21122 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" |
21123 | for ac_option | |
328a083c | 21124 | do |
579d8138 VS |
21125 | case "\$ac_option" in |
21126 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
21127 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
21128 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
21129 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
f09359cf | 21130 | echo "$CONFIG_STATUS generated by autoconf version 2.13" |
579d8138 VS |
21131 | exit 0 ;; |
21132 | -help | --help | --hel | --he | --h) | |
21133 | echo "\$ac_cs_usage"; exit 0 ;; | |
21134 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
328a083c | 21135 | esac |
698dcdb6 | 21136 | done |
328a083c | 21137 | |
579d8138 VS |
21138 | ac_given_srcdir=$srcdir |
21139 | ac_given_INSTALL="$INSTALL" | |
328a083c | 21140 | |
579d8138 VS |
21141 | trap 'rm -fr `echo " |
21142 | wx-config | |
21143 | src/make.env | |
21144 | src/makeprog.env | |
21145 | src/makelib.env | |
21146 | Makefile | |
21147 | setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | |
328a083c | 21148 | EOF |
579d8138 | 21149 | cat >> $CONFIG_STATUS <<EOF |
328a083c | 21150 | |
579d8138 VS |
21151 | # Protect against being on the right side of a sed subst in config.status. |
21152 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
21153 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
21154 | $ac_vpsub | |
21155 | $extrasub | |
f09359cf | 21156 | s%@SHELL@%$SHELL%g |
579d8138 VS |
21157 | s%@CFLAGS@%$CFLAGS%g |
21158 | s%@CPPFLAGS@%$CPPFLAGS%g | |
21159 | s%@CXXFLAGS@%$CXXFLAGS%g | |
f09359cf | 21160 | s%@FFLAGS@%$FFLAGS%g |
579d8138 VS |
21161 | s%@DEFS@%$DEFS%g |
21162 | s%@LDFLAGS@%$LDFLAGS%g | |
21163 | s%@LIBS@%$LIBS%g | |
21164 | s%@exec_prefix@%$exec_prefix%g | |
21165 | s%@prefix@%$prefix%g | |
21166 | s%@program_transform_name@%$program_transform_name%g | |
21167 | s%@bindir@%$bindir%g | |
21168 | s%@sbindir@%$sbindir%g | |
21169 | s%@libexecdir@%$libexecdir%g | |
21170 | s%@datadir@%$datadir%g | |
21171 | s%@sysconfdir@%$sysconfdir%g | |
21172 | s%@sharedstatedir@%$sharedstatedir%g | |
21173 | s%@localstatedir@%$localstatedir%g | |
21174 | s%@libdir@%$libdir%g | |
21175 | s%@includedir@%$includedir%g | |
21176 | s%@oldincludedir@%$oldincludedir%g | |
21177 | s%@infodir@%$infodir%g | |
21178 | s%@mandir@%$mandir%g | |
21179 | s%@host@%$host%g | |
21180 | s%@host_alias@%$host_alias%g | |
21181 | s%@host_cpu@%$host_cpu%g | |
21182 | s%@host_vendor@%$host_vendor%g | |
21183 | s%@host_os@%$host_os%g | |
21184 | s%@target@%$target%g | |
21185 | s%@target_alias@%$target_alias%g | |
21186 | s%@target_cpu@%$target_cpu%g | |
21187 | s%@target_vendor@%$target_vendor%g | |
21188 | s%@target_os@%$target_os%g | |
21189 | s%@build@%$build%g | |
21190 | s%@build_alias@%$build_alias%g | |
21191 | s%@build_cpu@%$build_cpu%g | |
21192 | s%@build_vendor@%$build_vendor%g | |
21193 | s%@build_os@%$build_os%g | |
21194 | s%@CC@%$CC%g | |
21195 | s%@CPP@%$CPP%g | |
21196 | s%@CXX@%$CXX%g | |
21197 | s%@RANLIB@%$RANLIB%g | |
21198 | s%@AR@%$AR%g | |
21199 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
f09359cf | 21200 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g |
579d8138 VS |
21201 | s%@INSTALL_DATA@%$INSTALL_DATA%g |
21202 | s%@STRIP@%$STRIP%g | |
21203 | s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g | |
21204 | s%@YACC@%$YACC%g | |
21205 | s%@LEX@%$LEX%g | |
21206 | s%@LEXLIB@%$LEXLIB%g | |
21207 | s%@LN_S@%$LN_S%g | |
21208 | s%@CXXCPP@%$CXXCPP%g | |
21209 | s%@PKG_CONFIG@%$PKG_CONFIG%g | |
21210 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g | |
21211 | s%@GTK_LIBS@%$GTK_LIBS%g | |
f09359cf | 21212 | s%@GTK_CONFIG@%$GTK_CONFIG%g |
579d8138 VS |
21213 | s%@PANGOFT2_CFLAGS@%$PANGOFT2_CFLAGS%g |
21214 | s%@PANGOFT2_LIBS@%$PANGOFT2_LIBS%g | |
579d8138 VS |
21215 | s%@X_CFLAGS@%$X_CFLAGS%g |
21216 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g | |
21217 | s%@X_LIBS@%$X_LIBS%g | |
21218 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g | |
21219 | s%@AIX_CXX_LD@%$AIX_CXX_LD%g | |
21220 | s%@RESCOMP@%$RESCOMP%g | |
21221 | s%@DEREZ@%$DEREZ%g | |
21222 | s%@LIBICONV@%$LIBICONV%g | |
21223 | s%@LEX_STEM@%$LEX_STEM%g | |
21224 | s%@PATH_IFS@%$PATH_IFS%g | |
21225 | s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g | |
21226 | s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g | |
21227 | s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g | |
21228 | s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g | |
21229 | s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g | |
21230 | s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g | |
21231 | s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g | |
21232 | s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g | |
21233 | s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g | |
21234 | s%@PROGRAM_EXT@%$PROGRAM_EXT%g | |
21235 | s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g | |
21236 | s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g | |
21237 | s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g | |
21238 | s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g | |
21239 | s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g | |
21240 | s%@WX_ALL@%$WX_ALL%g | |
21241 | s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g | |
21242 | s%@SHARED_LD@%$SHARED_LD%g | |
21243 | s%@PIC_FLAG@%$PIC_FLAG%g | |
21244 | s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g | |
21245 | s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g | |
21246 | s%@SONAME_FLAGS@%$SONAME_FLAGS%g | |
21247 | s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g | |
21248 | s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g | |
21249 | s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g | |
21250 | s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g | |
21251 | s%@USE_GUI@%$USE_GUI%g | |
21252 | s%@AFMINSTALL@%$AFMINSTALL%g | |
21253 | s%@TOOLKIT@%$TOOLKIT%g | |
21254 | s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g | |
21255 | s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g | |
21256 | s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g | |
21257 | s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g | |
21258 | s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g | |
21259 | s%@cross_compiling@%$cross_compiling%g | |
21260 | s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g | |
21261 | s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g | |
21262 | s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g | |
21263 | s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g | |
21264 | s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g | |
21265 | s%@WXCONFIG_RPATH@%$WXCONFIG_RPATH%g | |
21266 | s%@ALL_OBJECTS@%$ALL_OBJECTS%g | |
21267 | s%@ALL_HEADERS@%$ALL_HEADERS%g | |
21268 | s%@ALL_SOURCES@%$ALL_SOURCES%g | |
21269 | s%@GUIDIST@%$GUIDIST%g | |
21270 | s%@PORT_FILES@%$PORT_FILES%g | |
21271 | s%@DISTDIR@%$DISTDIR%g | |
21272 | s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g | |
21273 | s%@LDFLAGS_GL@%$LDFLAGS_GL%g | |
21274 | s%@LDFLAGS_EXE@%$LDFLAGS_EXE%g | |
21275 | s%@OPENGL_LIBS@%$OPENGL_LIBS%g | |
21276 | s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g | |
21277 | s%@EXTRADEFS@%$EXTRADEFS%g | |
21278 | s%@RESFLAGS@%$RESFLAGS%g | |
21279 | s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g | |
21280 | s%@WX_RESOURCES_MACOSX_ASCII@%$WX_RESOURCES_MACOSX_ASCII%g | |
21281 | s%@WX_RESOURCES_MACOSX_DATA@%$WX_RESOURCES_MACOSX_DATA%g | |
21282 | s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g | |
21283 | s%@LIBWXMACRES@%$LIBWXMACRES%g | |
21284 | s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g | |
21285 | s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g | |
21286 | s%@DLLTOOL@%$DLLTOOL%g | |
21287 | s%@AS@%$AS%g | |
21288 | s%@NM@%$NM%g | |
21289 | s%@LD@%$LD%g | |
21290 | s%@MAKEINFO@%$MAKEINFO%g | |
21291 | s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g | |
21292 | s%@SET_MAKE@%$SET_MAKE%g | |
21293 | s%@subdirs@%$subdirs%g | |
328a083c | 21294 | |
328a083c | 21295 | CEOF |
698dcdb6 | 21296 | EOF |
10f2d63a | 21297 | |
579d8138 VS |
21298 | cat >> $CONFIG_STATUS <<\EOF |
21299 | ||
21300 | # Split the substitutions into bite-sized pieces for seds with | |
21301 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
21302 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
21303 | ac_file=1 # Number of current file. | |
21304 | ac_beg=1 # First line for current file. | |
21305 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
21306 | ac_more_lines=: | |
21307 | ac_sed_cmds="" | |
21308 | while $ac_more_lines; do | |
21309 | if test $ac_beg -gt 1; then | |
21310 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
21311 | else | |
21312 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
21313 | fi | |
21314 | if test ! -s conftest.s$ac_file; then | |
21315 | ac_more_lines=false | |
21316 | rm -f conftest.s$ac_file | |
21317 | else | |
21318 | if test -z "$ac_sed_cmds"; then | |
21319 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
328a083c | 21320 | else |
579d8138 | 21321 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" |
328a083c | 21322 | fi |
579d8138 VS |
21323 | ac_file=`expr $ac_file + 1` |
21324 | ac_beg=$ac_end | |
21325 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
328a083c | 21326 | fi |
579d8138 VS |
21327 | done |
21328 | if test -z "$ac_sed_cmds"; then | |
21329 | ac_sed_cmds=cat | |
21330 | fi | |
21331 | EOF | |
21332 | ||
21333 | cat >> $CONFIG_STATUS <<EOF | |
698dcdb6 | 21334 | |
579d8138 VS |
21335 | CONFIG_FILES=\${CONFIG_FILES-"wx-config |
21336 | src/make.env | |
21337 | src/makeprog.env | |
21338 | src/makelib.env | |
21339 | Makefile | |
21340 | "} | |
10f2d63a | 21341 | EOF |
579d8138 VS |
21342 | cat >> $CONFIG_STATUS <<\EOF |
21343 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
10f2d63a | 21344 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
579d8138 VS |
21345 | case "$ac_file" in |
21346 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
21347 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
21348 | *) ac_file_in="${ac_file}.in" ;; | |
10f2d63a VZ |
21349 | esac |
21350 | ||
579d8138 | 21351 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
328a083c | 21352 | |
579d8138 VS |
21353 | # Remove last slash and all that follows it. Not all systems have dirname. |
21354 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
21355 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
21356 | # The file is in a subdirectory. | |
21357 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
21358 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
10f2d63a | 21359 | # A "../" for each directory in $ac_dir_suffix. |
579d8138 | 21360 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` |
10f2d63a VZ |
21361 | else |
21362 | ac_dir_suffix= ac_dots= | |
21363 | fi | |
21364 | ||
579d8138 VS |
21365 | case "$ac_given_srcdir" in |
21366 | .) srcdir=. | |
21367 | if test -z "$ac_dots"; then top_srcdir=. | |
21368 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
21369 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
10f2d63a | 21370 | *) # Relative path. |
579d8138 VS |
21371 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" |
21372 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
10f2d63a VZ |
21373 | esac |
21374 | ||
579d8138 VS |
21375 | case "$ac_given_INSTALL" in |
21376 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
21377 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
10f2d63a VZ |
21378 | esac |
21379 | ||
579d8138 VS |
21380 | echo creating "$ac_file" |
21381 | rm -f "$ac_file" | |
21382 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
21383 | case "$ac_file" in | |
21384 | *Makefile*) ac_comsub="1i\\ | |
21385 | # $configure_input" ;; | |
21386 | *) ac_comsub= ;; | |
21387 | esac | |
10f2d63a | 21388 | |
579d8138 VS |
21389 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
21390 | sed -e "$ac_comsub | |
21391 | s%@configure_input@%$configure_input%g | |
21392 | s%@srcdir@%$srcdir%g | |
21393 | s%@top_srcdir@%$top_srcdir%g | |
21394 | s%@INSTALL@%$INSTALL%g | |
21395 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
21396 | fi; done | |
21397 | rm -f conftest.s* | |
10f2d63a VZ |
21398 | |
21399 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
21400 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
21401 | # | |
21402 | # ac_d sets the value in "#define NAME VALUE" lines. | |
579d8138 VS |
21403 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
21404 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
21405 | ac_dC='\3' | |
21406 | ac_dD='%g' | |
21407 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
21408 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
21409 | ac_uB='\([ ]\)%\1#\2define\3' | |
10f2d63a | 21410 | ac_uC=' ' |
579d8138 VS |
21411 | ac_uD='\4%g' |
21412 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
21413 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
21414 | ac_eB='$%\1#\2define\3' | |
21415 | ac_eC=' ' | |
21416 | ac_eD='%g' | |
10f2d63a | 21417 | |
579d8138 VS |
21418 | if test "${CONFIG_HEADERS+set}" != set; then |
21419 | EOF | |
21420 | cat >> $CONFIG_STATUS <<EOF | |
21421 | CONFIG_HEADERS="setup.h:setup.h.in" | |
21422 | EOF | |
21423 | cat >> $CONFIG_STATUS <<\EOF | |
21424 | fi | |
21425 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
10f2d63a | 21426 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
579d8138 VS |
21427 | case "$ac_file" in |
21428 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
21429 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
21430 | *) ac_file_in="${ac_file}.in" ;; | |
10f2d63a VZ |
21431 | esac |
21432 | ||
579d8138 VS |
21433 | echo creating $ac_file |
21434 | ||
21435 | rm -f conftest.frag conftest.in conftest.out | |
21436 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
21437 | cat $ac_file_inputs > conftest.in | |
21438 | ||
21439 | EOF | |
21440 | ||
21441 | # Transform confdefs.h into a sed script conftest.vals that substitutes | |
21442 | # the proper values into config.h.in to produce config.h. And first: | |
21443 | # Protect against being on the right side of a sed subst in config.status. | |
21444 | # Protect against being in an unquoted here document in config.status. | |
21445 | rm -f conftest.vals | |
21446 | cat > conftest.hdr <<\EOF | |
21447 | s/[\\&%]/\\&/g | |
21448 | s%[\\$`]%\\&%g | |
21449 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
21450 | s%ac_d%ac_u%gp | |
21451 | s%ac_u%ac_e%gp | |
21452 | EOF | |
21453 | sed -n -f conftest.hdr confdefs.h > conftest.vals | |
21454 | rm -f conftest.hdr | |
10f2d63a VZ |
21455 | |
21456 | # This sed command replaces #undef with comments. This is necessary, for | |
21457 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
21458 | # on some systems where configure will not decide to define it. | |
579d8138 VS |
21459 | cat >> conftest.vals <<\EOF |
21460 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
10f2d63a VZ |
21461 | EOF |
21462 | ||
579d8138 VS |
21463 | # Break up conftest.vals because some shells have a limit on |
21464 | # the size of here documents, and old seds have small limits too. | |
10f2d63a VZ |
21465 | |
21466 | rm -f conftest.tail | |
579d8138 | 21467 | while : |
10f2d63a | 21468 | do |
579d8138 VS |
21469 | ac_lines=`grep -c . conftest.vals` |
21470 | # grep -c gives empty output for an empty file on some AIX systems. | |
21471 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
21472 | # Write a limited-size here document to conftest.frag. | |
21473 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
21474 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
10f2d63a | 21475 | echo 'CEOF |
579d8138 VS |
21476 | sed -f conftest.frag conftest.in > conftest.out |
21477 | rm -f conftest.in | |
21478 | mv conftest.out conftest.in | |
21479 | ' >> $CONFIG_STATUS | |
21480 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
21481 | rm -f conftest.vals | |
21482 | mv conftest.tail conftest.vals | |
10f2d63a | 21483 | done |
579d8138 VS |
21484 | rm -f conftest.vals |
21485 | ||
21486 | cat >> $CONFIG_STATUS <<\EOF | |
21487 | rm -f conftest.frag conftest.h | |
21488 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
21489 | cat conftest.in >> conftest.h | |
21490 | rm -f conftest.in | |
21491 | if cmp -s $ac_file conftest.h 2>/dev/null; then | |
21492 | echo "$ac_file is unchanged" | |
21493 | rm -f conftest.h | |
10f2d63a | 21494 | else |
579d8138 VS |
21495 | # Remove last slash and all that follows it. Not all systems have dirname. |
21496 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
10f2d63a | 21497 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
579d8138 VS |
21498 | # The file is in a subdirectory. |
21499 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
10f2d63a | 21500 | fi |
579d8138 VS |
21501 | rm -f $ac_file |
21502 | mv conftest.h $ac_file | |
10f2d63a | 21503 | fi |
579d8138 VS |
21504 | fi; done |
21505 | ||
10f2d63a | 21506 | EOF |
579d8138 | 21507 | cat >> $CONFIG_STATUS <<EOF |
10f2d63a | 21508 | |
579d8138 VS |
21509 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}" |
21510 | LN_S="${LN_S}" | |
21511 | ||
21512 | ||
21513 | EOF | |
21514 | cat >> $CONFIG_STATUS <<\EOF | |
10f2d63a | 21515 | |
652d930d | 21516 | if test ! -h wx-config; then |
991a5759 | 21517 | chmod +x wx-config |
3a922bb4 RL |
21518 | mv wx-config wx${TOOLCHAIN_NAME}-config |
21519 | ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config | |
991a5759 | 21520 | fi |
665bbe97 | 21521 | |
00cf1208 RR |
21522 | if test ! -d lib; then |
21523 | mkdir lib | |
21524 | fi | |
21525 | if test ! -d lib/wx; then | |
21526 | mkdir lib/wx | |
21527 | fi | |
21528 | if test ! -d lib/wx/include; then | |
21529 | mkdir lib/wx/include | |
21530 | fi | |
3a922bb4 RL |
21531 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then |
21532 | mkdir lib/wx/include/${TOOLCHAIN_NAME} | |
00cf1208 | 21533 | fi |
3a922bb4 RL |
21534 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then |
21535 | mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx | |
00cf1208 RR |
21536 | fi |
21537 | if test -f setup.h; then | |
3a922bb4 | 21538 | mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h |
00cf1208 | 21539 | fi |
579d8138 VS |
21540 | |
21541 | exit 0 | |
10f2d63a VZ |
21542 | EOF |
21543 | chmod +x $CONFIG_STATUS | |
579d8138 VS |
21544 | rm -fr confdefs* $ac_clean_files |
21545 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
10f2d63a | 21546 | |
2224580a VZ |
21547 | if test "$no_recursion" != yes; then |
21548 | ||
21549 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
21550 | ac_sub_configure_args= | |
21551 | ac_prev= | |
21552 | for ac_arg in $ac_configure_args; do | |
21553 | if test -n "$ac_prev"; then | |
21554 | ac_prev= | |
21555 | continue | |
21556 | fi | |
579d8138 | 21557 | case "$ac_arg" in |
2224580a VZ |
21558 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
21559 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
21560 | ac_prev=cache_file ;; | |
21561 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
579d8138 | 21562 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
2224580a VZ |
21563 | ;; |
21564 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
21565 | ac_prev=srcdir ;; | |
21566 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
21567 | ;; | |
21568 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
21569 | esac | |
21570 | done | |
21571 | ||
579d8138 | 21572 | for ac_config_dir in demos samples utils contrib; do |
2224580a VZ |
21573 | |
21574 | # Do not complain, so a configure script can configure whichever | |
21575 | # parts of a large source tree are present. | |
579d8138 VS |
21576 | if test ! -d $srcdir/$ac_config_dir; then |
21577 | continue | |
21578 | fi | |
21579 | ||
21580 | echo configuring in $ac_config_dir | |
2224580a | 21581 | |
579d8138 | 21582 | case "$srcdir" in |
2224580a VZ |
21583 | .) ;; |
21584 | *) | |
579d8138 VS |
21585 | if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; |
21586 | else | |
21587 | { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } | |
21588 | fi | |
21589 | ;; | |
2224580a VZ |
21590 | esac |
21591 | ||
21592 | ac_popdir=`pwd` | |
579d8138 | 21593 | cd $ac_config_dir |
2224580a | 21594 | |
579d8138 VS |
21595 | # A "../" for each directory in /$ac_config_dir. |
21596 | ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` | |
2224580a | 21597 | |
579d8138 | 21598 | case "$srcdir" in |
2224580a VZ |
21599 | .) # No --srcdir option. We are building in place. |
21600 | ac_sub_srcdir=$srcdir ;; | |
579d8138 VS |
21601 | /*) # Absolute path. |
21602 | ac_sub_srcdir=$srcdir/$ac_config_dir ;; | |
2224580a | 21603 | *) # Relative path. |
579d8138 | 21604 | ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; |
2224580a VZ |
21605 | esac |
21606 | ||
21607 | # Check for guested configure; otherwise get Cygnus style configure. | |
579d8138 VS |
21608 | if test -f $ac_sub_srcdir/configure; then |
21609 | ac_sub_configure=$ac_sub_srcdir/configure | |
2224580a VZ |
21610 | elif test -f $ac_sub_srcdir/configure.in; then |
21611 | ac_sub_configure=$ac_configure | |
21612 | else | |
579d8138 | 21613 | echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 |
2224580a VZ |
21614 | ac_sub_configure= |
21615 | fi | |
21616 | ||
21617 | # The recursion is here. | |
21618 | if test -n "$ac_sub_configure"; then | |
579d8138 | 21619 | |
2224580a | 21620 | # Make the cache file name correct relative to the subdirectory. |
579d8138 VS |
21621 | case "$cache_file" in |
21622 | /*) ac_sub_cache_file=$cache_file ;; | |
2224580a | 21623 | *) # Relative path. |
579d8138 | 21624 | ac_sub_cache_file="$ac_dots$cache_file" ;; |
2224580a | 21625 | esac |
579d8138 VS |
21626 | case "$ac_given_INSTALL" in |
21627 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
21628 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
21629 | esac | |
2224580a | 21630 | |
579d8138 | 21631 | echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" |
2224580a | 21632 | # The eval makes quoting arguments work. |
579d8138 VS |
21633 | if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir |
21634 | then : | |
21635 | else | |
21636 | { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } | |
21637 | fi | |
2224580a VZ |
21638 | fi |
21639 | ||
21640 | cd $ac_popdir | |
21641 | done | |
21642 | fi | |
21643 | ||
579d8138 | 21644 |