]>
Commit | Line | Data |
---|---|---|
10f2d63a VZ |
1 | #! /bin/sh |
2 | ||
a0b9e27f MB |
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 | ||
52127426 | 25 | |
52127426 | 26 | |
8284b0c5 MB |
27 | |
28 | ||
29 | ||
30 | ||
31 | ||
32 | ||
33 | ||
34 | ||
35 | ||
8284b0c5 MB |
36 | |
37 | ||
38 | ||
39 | ||
40 | ||
41 | ||
42 | ||
43 | ||
8284b0c5 MB |
44 | |
45 | ||
46 | ||
247f5006 | 47 | |
247f5006 | 48 | |
a0b9e27f MB |
49 | |
50 | ||
51 | ||
52 | ||
53 | ||
54 | ||
2b5f62a0 VZ |
55 | |
56 | ||
57 | ||
a0b9e27f MB |
58 | |
59 | ||
60 | ||
61 | ||
62 | # Configure paths for GTK+ | |
63 | # Owen Taylor 1997-2001 | |
64 | ||
65 | ||
66 | ||
2b5f62a0 VZ |
67 | # Configure paths for GTK+ |
68 | # Owen Taylor 97-11-3 | |
a0b9e27f MB |
69 | |
70 | ||
71 | ||
72 | ||
73 | ||
a0b9e27f MB |
74 | |
75 | ||
76 | ||
77 | # Guess values for system-dependent variables and create Makefiles. | |
78 | # Generated automatically using autoconf version 2.13 | |
79 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. | |
80 | # | |
81 | # This configure script is free software; the Free Software Foundation | |
82 | # gives unlimited permission to copy, distribute and modify it. | |
83 | ||
84 | # Defaults: | |
85 | ac_help= | |
86 | ac_default_prefix=/usr/local | |
87 | # Any additions from configure.in: | |
88 | ac_help="$ac_help | |
89 | --enable-gui use GUI classes" | |
90 | ac_help="$ac_help | |
91 | --enable-universal use wxWindows GUI controls instead of native ones" | |
92 | ac_help="$ac_help | |
93 | --with-gtk use GTK+" | |
94 | ac_help="$ac_help | |
95 | --with-motif use Motif/Lesstif" | |
96 | ac_help="$ac_help | |
97 | --with-mac use Mac OS X" | |
98 | ac_help="$ac_help | |
99 | --with-wine use WINE" | |
100 | ac_help="$ac_help | |
101 | --with-msw use MS-Windows" | |
102 | ac_help="$ac_help | |
103 | --with-pm use OS/2 Presentation Manager" | |
104 | ac_help="$ac_help | |
105 | --with-mgl use SciTech MGL" | |
106 | ac_help="$ac_help | |
107 | --with-microwin use MicroWindows" | |
108 | ac_help="$ac_help | |
109 | --with-x11 use X11" | |
110 | ac_help="$ac_help | |
111 | --enable-nanox use NanoX" | |
112 | ac_help="$ac_help | |
113 | --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)" | |
114 | ac_help="$ac_help | |
115 | --with-libpng use libpng (PNG image format)" | |
116 | ac_help="$ac_help | |
117 | --with-libjpeg use libjpeg (JPEG file format)" | |
118 | ac_help="$ac_help | |
119 | --with-libtiff use libtiff (TIFF file format)" | |
120 | ac_help="$ac_help | |
121 | --with-opengl use OpenGL (or Mesa)" | |
122 | ac_help="$ac_help | |
123 | --with-dmalloc use dmalloc library (http://dmalloc.com/)" | |
124 | ac_help="$ac_help | |
125 | --with-regex enable support for wxRegEx class" | |
126 | ac_help="$ac_help | |
127 | --with-zlib use zlib for LZW compression" | |
128 | ac_help="$ac_help | |
129 | --with-odbc use the IODBC and wxODBC classes" | |
130 | ac_help="$ac_help | |
131 | --enable-shared create shared library code" | |
132 | ac_help="$ac_help | |
133 | --enable-soname set the DT_SONAME field in ELF shared libraries" | |
134 | ac_help="$ac_help | |
135 | --enable-optimise create optimised code" | |
136 | ac_help="$ac_help | |
137 | --enable-debug same as debug_flag and debug_info" | |
138 | ac_help="$ac_help | |
b2fee376 | 139 | --enable-precomp enable use of precompiled headers (Mac OS X/Darwin)" |
a0b9e27f MB |
140 | ac_help="$ac_help |
141 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)" | |
142 | ac_help="$ac_help | |
143 | --enable-debug_info create code with debugging information" | |
144 | ac_help="$ac_help | |
145 | --enable-debug_gdb create code with extra GDB debugging information" | |
146 | ac_help="$ac_help | |
147 | --enable-debug_cntxt use wxDebugContext" | |
148 | ac_help="$ac_help | |
149 | --enable-mem_tracing create code with memory tracing" | |
150 | ac_help="$ac_help | |
151 | --enable-profile create code with profiling information" | |
152 | ac_help="$ac_help | |
153 | --enable-no_rtti create code without RTTI information" | |
154 | ac_help="$ac_help | |
155 | --enable-no_exceptions create code without C++ exceptions handling" | |
156 | ac_help="$ac_help | |
157 | --enable-permissive compile code disregarding strict ANSI" | |
158 | ac_help="$ac_help | |
159 | --enable-no_deps create code without dependency information" | |
160 | ac_help="$ac_help | |
161 | --enable-compat20 enable wxWindows 2.0 compatibility" | |
162 | ac_help="$ac_help | |
163 | --disable-compat22 disable wxWindows 2.2 compatibility" | |
164 | ac_help="$ac_help | |
165 | --enable-rpath=DIR output the rpath flag from wx-config" | |
166 | ac_help="$ac_help | |
167 | --enable-intl use internationalization system" | |
168 | ac_help="$ac_help | |
169 | --enable-config use wxConfig (and derived) classes" | |
170 | ac_help="$ac_help | |
171 | --enable-protocols use wxProtocol and derived classes" | |
172 | ac_help="$ac_help | |
173 | --enable-ftp use wxFTP (requires wxProtocol" | |
174 | ac_help="$ac_help | |
175 | --enable-http use wxHTTP (requires wxProtocol" | |
176 | ac_help="$ac_help | |
177 | --enable-fileproto use wxFileProto class (requires wxProtocol" | |
178 | ac_help="$ac_help | |
179 | --enable-sockets use socket/network classes" | |
3bce6687 JS |
180 | ac_help="$ac_help |
181 | --enable-ole use OLE classes" | |
182 | ac_help="$ac_help | |
183 | --enable-dataobj use data object classes" | |
a0b9e27f MB |
184 | ac_help="$ac_help |
185 | --enable-ipc use interprocess communication (wxSocket etc.)" | |
186 | ac_help="$ac_help | |
187 | --enable-cmdline use wxCmdLineParser class" | |
188 | ac_help="$ac_help | |
189 | --enable-datetime use wxDateTime class" | |
190 | ac_help="$ac_help | |
191 | --enable-timedate use obsolete wxDate/wxTime classes" | |
192 | ac_help="$ac_help | |
193 | --enable-stopwatch use wxStopWatch class" | |
194 | ac_help="$ac_help | |
195 | --enable-dialupman use dialup network classes" | |
196 | ac_help="$ac_help | |
197 | --enable-apple_ieee use the Apple IEEE codec" | |
198 | ac_help="$ac_help | |
199 | --enable-timer use wxTimer class" | |
200 | ac_help="$ac_help | |
201 | --enable-wave use wxWave class" | |
202 | ac_help="$ac_help | |
203 | --enable-fraction use wxFraction class" | |
204 | ac_help="$ac_help | |
205 | --enable-dynlib use wxLibrary class for DLL loading" | |
206 | ac_help="$ac_help | |
207 | --enable-dynamicloader use (new) wxDynamicLibrary class" | |
208 | ac_help="$ac_help | |
209 | --enable-longlong use wxLongLong class" | |
210 | ac_help="$ac_help | |
211 | --enable-geometry use geometry class" | |
212 | ac_help="$ac_help | |
213 | --enable-log use logging system" | |
214 | ac_help="$ac_help | |
215 | --enable-streams use wxStream etc classes" | |
216 | ac_help="$ac_help | |
217 | --enable-file use wxFile classes" | |
218 | ac_help="$ac_help | |
219 | --enable-ffile use wxFFile classes" | |
220 | ac_help="$ac_help | |
221 | --enable-textbuf use wxTextBuffer class" | |
222 | ac_help="$ac_help | |
223 | --enable-textfile use wxTextFile class" | |
224 | ac_help="$ac_help | |
225 | --enable-fontmap use font encodings conversion classes" | |
226 | ac_help="$ac_help | |
227 | --enable-unicode compile wxString with Unicode support" | |
228 | ac_help="$ac_help | |
229 | --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)" | |
230 | ac_help="$ac_help | |
231 | --enable-wxprintfv use wxWindows implementation of vprintf()" | |
232 | ac_help="$ac_help | |
233 | --enable-std_iostreams use standard C++ stream classes" | |
234 | ac_help="$ac_help | |
235 | --enable-filesystem use virtual file systems classes" | |
236 | ac_help="$ac_help | |
237 | --enable-fs_inet use virtual HTTP/FTP filesystems" | |
238 | ac_help="$ac_help | |
239 | --enable-fs_zip use virtual ZIP filesystems" | |
240 | ac_help="$ac_help | |
241 | --enable-zipstream use wxZipInputStream" | |
242 | ac_help="$ac_help | |
243 | --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException" | |
244 | ac_help="$ac_help | |
245 | --enable-snglinst use wxSingleInstanceChecker class" | |
246 | ac_help="$ac_help | |
247 | --enable-mimetype use wxMimeTypesManager" | |
248 | ac_help="$ac_help | |
249 | --enable-sysoptions use wxSystemOptions" | |
250 | ac_help="$ac_help | |
251 | --enable-url use wxURL class" | |
252 | ac_help="$ac_help | |
253 | --enable-protocol use wxProtocol class" | |
254 | ac_help="$ac_help | |
255 | --enable-protocol-http HTTP support in wxProtocol" | |
256 | ac_help="$ac_help | |
257 | --enable-protocol-ftp FTP support in wxProtocol" | |
258 | ac_help="$ac_help | |
259 | --enable-protocol-file FILE support in wxProtocol" | |
260 | ac_help="$ac_help | |
261 | --enable-threads use threads" | |
262 | ac_help="$ac_help | |
263 | --enable-docview use document view architecture" | |
264 | ac_help="$ac_help | |
265 | --enable-help use help subsystem" | |
266 | ac_help="$ac_help | |
267 | --enable-mshtmlhelp use MS HTML Help (win32)" | |
268 | ac_help="$ac_help | |
269 | --enable-html use wxHTML sub-library" | |
270 | ac_help="$ac_help | |
271 | --enable-htmlhelp use wxHTML-based help" | |
272 | ac_help="$ac_help | |
273 | --enable-constraints use layout-constraints system" | |
274 | ac_help="$ac_help | |
275 | --enable-printarch use printing architecture" | |
276 | ac_help="$ac_help | |
277 | --enable-mdi use multiple document interface architecture" | |
278 | ac_help="$ac_help | |
279 | --enable-loggui use standard GUI logger" | |
280 | ac_help="$ac_help | |
281 | --enable-logwin use wxLogWindow" | |
282 | ac_help="$ac_help | |
283 | --enable-logdialog use wxLogDialog" | |
284 | ac_help="$ac_help | |
285 | --enable-postscript use wxPostscriptDC device context (default for gtk+)" | |
286 | ac_help="$ac_help | |
287 | --enable-prologio use Prolog IO library" | |
288 | ac_help="$ac_help | |
289 | --enable-resources use wxWindows resources" | |
290 | ac_help="$ac_help | |
291 | --enable-xresources use X resources for save (default for gtk+)" | |
292 | ac_help="$ac_help | |
293 | --enable-clipboard use wxClipboard classes" | |
294 | ac_help="$ac_help | |
295 | --enable-dnd use Drag'n'Drop classes" | |
296 | ac_help="$ac_help | |
297 | --enable-metafile use win32 metafiles" | |
298 | ac_help="$ac_help | |
299 | --enable-treelayout use wxTreeLayout classes" | |
300 | ac_help="$ac_help | |
301 | --enable-controls use all usual controls" | |
302 | ac_help="$ac_help | |
303 | --enable-accel use accelerators" | |
304 | ac_help="$ac_help | |
305 | --enable-button use wxButton class" | |
306 | ac_help="$ac_help | |
307 | --enable-bmpbutton use wxBitmapButton class" | |
308 | ac_help="$ac_help | |
309 | --enable-calendar use wxCalendarCtrl class" | |
310 | ac_help="$ac_help | |
311 | --enable-caret use wxCaret class" | |
312 | ac_help="$ac_help | |
313 | --enable-checkbox use wxCheckBox class" | |
314 | ac_help="$ac_help | |
315 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class" | |
316 | ac_help="$ac_help | |
317 | --enable-choice use wxChoice class" | |
318 | ac_help="$ac_help | |
319 | --enable-combobox use wxComboBox classes" | |
320 | ac_help="$ac_help | |
321 | --enable-gauge use wxGauge class" | |
322 | ac_help="$ac_help | |
323 | --enable-grid use wxGrid class" | |
324 | ac_help="$ac_help | |
325 | --enable-newgrid use new wxGrid class" | |
326 | ac_help="$ac_help | |
327 | --enable-imaglist use wxImageList class" | |
328 | ac_help="$ac_help | |
329 | --enable-listbox use wxListBox class" | |
330 | ac_help="$ac_help | |
331 | --enable-listctrl use wxListCtrl class" | |
332 | ac_help="$ac_help | |
333 | --enable-notebook use wxNotebook class" | |
334 | ac_help="$ac_help | |
335 | --enable-propsheet use wxPropertySheet class" | |
336 | ac_help="$ac_help | |
337 | --enable-radiobox use wxRadioBox class" | |
338 | ac_help="$ac_help | |
339 | --enable-radiobtn use wxRadioButton class" | |
340 | ac_help="$ac_help | |
341 | --enable-sash use wxSashWindow class" | |
342 | ac_help="$ac_help | |
343 | --enable-scrollbar use wxScrollBar class and scrollable windows" | |
344 | ac_help="$ac_help | |
345 | --enable-slider use wxSlider class" | |
346 | ac_help="$ac_help | |
347 | --enable-spinbtn use wxSpinButton class" | |
348 | ac_help="$ac_help | |
349 | --enable-spinctrl use wxSpinCtrl class" | |
350 | ac_help="$ac_help | |
351 | --enable-splitter use wxSplitterWindow class" | |
352 | ac_help="$ac_help | |
353 | --enable-statbmp use wxStaticBitmap class" | |
354 | ac_help="$ac_help | |
355 | --enable-statbox use wxStaticBox class" | |
356 | ac_help="$ac_help | |
357 | --enable-statline use wxStaticLine class" | |
358 | ac_help="$ac_help | |
359 | --enable-stattext use wxStaticText class" | |
360 | ac_help="$ac_help | |
361 | --enable-statusbar use wxStatusBar class" | |
362 | ac_help="$ac_help | |
363 | --enable-tabdialog use wxTabControl class" | |
364 | ac_help="$ac_help | |
365 | --enable-textctrl use wxTextCtrl class" | |
366 | ac_help="$ac_help | |
367 | --enable-togglebtn use wxToggleButton class" | |
368 | ac_help="$ac_help | |
369 | --enable-toolbar use wxToolBar class" | |
370 | ac_help="$ac_help | |
371 | --enable-tbarnative use native wxToolBar class" | |
372 | ac_help="$ac_help | |
373 | --enable-tbarsmpl use wxToolBarSimple class" | |
374 | ac_help="$ac_help | |
375 | --enable-treectrl use wxTreeCtrl class" | |
376 | ac_help="$ac_help | |
377 | --enable-tipwindow use wxTipWindow class" | |
378 | ac_help="$ac_help | |
379 | --enable-popupwin use wxPopUpWindow class" | |
380 | ac_help="$ac_help | |
381 | --enable-commondlg use all common dialogs" | |
382 | ac_help="$ac_help | |
383 | --enable-choicedlg use wxChoiceDialog" | |
384 | ac_help="$ac_help | |
385 | --enable-coldlg use wxColourDialog" | |
386 | ac_help="$ac_help | |
387 | --enable-filedlg use wxFileDialog" | |
388 | ac_help="$ac_help | |
389 | --enable-finddlg use wxFindReplaceDialog" | |
390 | ac_help="$ac_help | |
391 | --enable-fontdlg use wxFontDialog" | |
392 | ac_help="$ac_help | |
393 | --enable-dirdlg use wxDirDialog" | |
394 | ac_help="$ac_help | |
395 | --enable-msgdlg use wxMessageDialog" | |
396 | ac_help="$ac_help | |
397 | --enable-numberdlg use wxNumberEntryDialog" | |
398 | ac_help="$ac_help | |
399 | --enable-splash use wxSplashScreen" | |
400 | ac_help="$ac_help | |
401 | --enable-textdlg use wxTextDialog" | |
402 | ac_help="$ac_help | |
403 | --enable-tipdlg use startup tips" | |
404 | ac_help="$ac_help | |
405 | --enable-progressdlg use wxProgressDialog" | |
406 | ac_help="$ac_help | |
407 | --enable-wizarddlg use wxWizard" | |
408 | ac_help="$ac_help | |
409 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes" | |
410 | ac_help="$ac_help | |
411 | --enable-miniframe use wxMiniFrame class" | |
412 | ac_help="$ac_help | |
413 | --enable-tooltips use wxToolTip class" | |
414 | ac_help="$ac_help | |
415 | --enable-splines use spline drawing code" | |
416 | ac_help="$ac_help | |
417 | --enable-validators use wxValidator and derived classes" | |
418 | ac_help="$ac_help | |
419 | --enable-busyinfo use wxBusyInfo" | |
420 | ac_help="$ac_help | |
421 | --enable-joystick use wxJoystick (Linux only)" | |
422 | ac_help="$ac_help | |
423 | --enable-metafiles use wxMetaFile (Windows only)" | |
424 | ac_help="$ac_help | |
425 | --enable-dragimage use wxDragImage" | |
426 | ac_help="$ac_help | |
427 | --enable-palette use wxPalette class" | |
428 | ac_help="$ac_help | |
429 | --enable-image use wxImage class" | |
430 | ac_help="$ac_help | |
431 | --enable-gif use gif images (GIF file format)" | |
432 | ac_help="$ac_help | |
433 | --enable-pcx use pcx images (PCX file format)" | |
434 | ac_help="$ac_help | |
435 | --enable-iff use iff images (IFF file format)" | |
436 | ac_help="$ac_help | |
437 | --enable-pnm use pnm images (PNM file format)" | |
438 | ac_help="$ac_help | |
439 | --enable-xpm use xpm images (XPM file format)" | |
440 | ac_help="$ac_help | |
441 | --enable-icocur use Windows ICO and CUR formats" | |
442 | ac_help="$ac_help | |
443 | --disable-largefile omit support for large files" | |
444 | ac_help="$ac_help | |
445 | --disable-gtktest do not try to compile and run a test GTK+ program" | |
446 | ac_help="$ac_help | |
447 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
448 | ac_help="$ac_help | |
449 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
450 | ac_help="$ac_help | |
451 | --disable-gtktest Do not try to compile and run a test GTK program" | |
452 | ac_help="$ac_help | |
453 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
454 | ac_help="$ac_help | |
455 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
456 | ac_help="$ac_help | |
457 | --disable-gtktest Do not try to compile and run a test GTK program" | |
458 | ac_help="$ac_help | |
459 | --with-x use the X Window System" | |
460 | ac_help="$ac_help | |
461 | --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib" | |
10f2d63a VZ |
462 | |
463 | # Initialize some variables set by options. | |
464 | # The variables have the same names as the options, with | |
465 | # dashes changed to underlines. | |
a0b9e27f MB |
466 | build=NONE |
467 | cache_file=./config.cache | |
10f2d63a | 468 | exec_prefix=NONE |
a0b9e27f | 469 | host=NONE |
10f2d63a | 470 | no_create= |
a0b9e27f | 471 | nonopt=NONE |
10f2d63a VZ |
472 | no_recursion= |
473 | prefix=NONE | |
474 | program_prefix=NONE | |
475 | program_suffix=NONE | |
476 | program_transform_name=s,x,x, | |
477 | silent= | |
478 | site= | |
479 | srcdir= | |
a0b9e27f | 480 | target=NONE |
10f2d63a VZ |
481 | verbose= |
482 | x_includes=NONE | |
483 | x_libraries=NONE | |
484 | bindir='${exec_prefix}/bin' | |
485 | sbindir='${exec_prefix}/sbin' | |
486 | libexecdir='${exec_prefix}/libexec' | |
487 | datadir='${prefix}/share' | |
488 | sysconfdir='${prefix}/etc' | |
489 | sharedstatedir='${prefix}/com' | |
490 | localstatedir='${prefix}/var' | |
491 | libdir='${exec_prefix}/lib' | |
492 | includedir='${prefix}/include' | |
493 | oldincludedir='/usr/include' | |
494 | infodir='${prefix}/info' | |
495 | mandir='${prefix}/man' | |
496 | ||
a0b9e27f MB |
497 | # Initialize some other variables. |
498 | subdirs= | |
499 | MFLAGS= MAKEFLAGS= | |
500 | SHELL=${CONFIG_SHELL-/bin/sh} | |
501 | # Maximum number of lines to put in a shell here document. | |
502 | ac_max_here_lines=12 | |
503 | ||
10f2d63a VZ |
504 | ac_prev= |
505 | for ac_option | |
506 | do | |
a0b9e27f | 507 | |
10f2d63a VZ |
508 | # If the previous option needs an argument, assign it. |
509 | if test -n "$ac_prev"; then | |
510 | eval "$ac_prev=\$ac_option" | |
511 | ac_prev= | |
512 | continue | |
513 | fi | |
514 | ||
a0b9e27f MB |
515 | case "$ac_option" in |
516 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
517 | *) ac_optarg= ;; | |
518 | esac | |
10f2d63a VZ |
519 | |
520 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
521 | ||
a0b9e27f | 522 | case "$ac_option" in |
10f2d63a VZ |
523 | |
524 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
525 | ac_prev=bindir ;; | |
526 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
a0b9e27f | 527 | bindir="$ac_optarg" ;; |
10f2d63a VZ |
528 | |
529 | -build | --build | --buil | --bui | --bu) | |
a0b9e27f | 530 | ac_prev=build ;; |
10f2d63a | 531 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
a0b9e27f | 532 | build="$ac_optarg" ;; |
10f2d63a VZ |
533 | |
534 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
535 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
536 | ac_prev=cache_file ;; | |
537 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
538 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
a0b9e27f | 539 | cache_file="$ac_optarg" ;; |
10f2d63a VZ |
540 | |
541 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
542 | ac_prev=datadir ;; | |
543 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
544 | | --da=*) | |
a0b9e27f | 545 | datadir="$ac_optarg" ;; |
10f2d63a VZ |
546 | |
547 | -disable-* | --disable-*) | |
a0b9e27f | 548 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` |
10f2d63a | 549 | # Reject names that are not valid shell variable names. |
a0b9e27f MB |
550 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then |
551 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
552 | fi | |
553 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
554 | eval "enable_${ac_feature}=no" ;; | |
10f2d63a VZ |
555 | |
556 | -enable-* | --enable-*) | |
a0b9e27f | 557 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` |
10f2d63a | 558 | # Reject names that are not valid shell variable names. |
a0b9e27f MB |
559 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then |
560 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
561 | fi | |
562 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
563 | case "$ac_option" in | |
564 | *=*) ;; | |
10f2d63a VZ |
565 | *) ac_optarg=yes ;; |
566 | esac | |
a0b9e27f | 567 | eval "enable_${ac_feature}='$ac_optarg'" ;; |
10f2d63a VZ |
568 | |
569 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
570 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
571 | | --exec | --exe | --ex) | |
572 | ac_prev=exec_prefix ;; | |
573 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
574 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
575 | | --exec=* | --exe=* | --ex=*) | |
a0b9e27f | 576 | exec_prefix="$ac_optarg" ;; |
10f2d63a VZ |
577 | |
578 | -gas | --gas | --ga | --g) | |
579 | # Obsolete; use --with-gas. | |
580 | with_gas=yes ;; | |
581 | ||
a0b9e27f MB |
582 | -help | --help | --hel | --he) |
583 | # Omit some internal or obsolete options to make the list less imposing. | |
584 | # This message is too long to be a string in the A/UX 3.1 sh. | |
585 | cat << EOF | |
586 | Usage: configure [options] [host] | |
587 | Options: [defaults in brackets after descriptions] | |
588 | Configuration: | |
589 | --cache-file=FILE cache test results in FILE | |
590 | --help print this message | |
591 | --no-create do not create output files | |
592 | --quiet, --silent do not print \`checking...' messages | |
593 | --version print the version of autoconf that created configure | |
594 | Directory and file names: | |
595 | --prefix=PREFIX install architecture-independent files in PREFIX | |
596 | [$ac_default_prefix] | |
597 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
598 | [same as prefix] | |
599 | --bindir=DIR user executables in DIR [EPREFIX/bin] | |
600 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
601 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
602 | --datadir=DIR read-only architecture-independent data in DIR | |
603 | [PREFIX/share] | |
604 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
605 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
606 | [PREFIX/com] | |
607 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
608 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
609 | --includedir=DIR C header files in DIR [PREFIX/include] | |
610 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
611 | --infodir=DIR info documentation in DIR [PREFIX/info] | |
612 | --mandir=DIR man documentation in DIR [PREFIX/man] | |
613 | --srcdir=DIR find the sources in DIR [configure dir or ..] | |
614 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
615 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
616 | --program-transform-name=PROGRAM | |
617 | run sed PROGRAM on installed program names | |
618 | EOF | |
619 | cat << EOF | |
620 | Host type: | |
621 | --build=BUILD configure for building on BUILD [BUILD=HOST] | |
622 | --host=HOST configure for HOST [guessed] | |
623 | --target=TARGET configure for TARGET [TARGET=HOST] | |
624 | Features and packages: | |
625 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
626 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
627 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
628 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
629 | --x-includes=DIR X include files are in DIR | |
630 | --x-libraries=DIR X library files are in DIR | |
631 | EOF | |
632 | if test -n "$ac_help"; then | |
633 | echo "--enable and --with options recognized:$ac_help" | |
634 | fi | |
635 | exit 0 ;; | |
10f2d63a VZ |
636 | |
637 | -host | --host | --hos | --ho) | |
a0b9e27f | 638 | ac_prev=host ;; |
10f2d63a | 639 | -host=* | --host=* | --hos=* | --ho=*) |
a0b9e27f | 640 | host="$ac_optarg" ;; |
10f2d63a VZ |
641 | |
642 | -includedir | --includedir | --includedi | --included | --include \ | |
643 | | --includ | --inclu | --incl | --inc) | |
644 | ac_prev=includedir ;; | |
645 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
646 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
a0b9e27f | 647 | includedir="$ac_optarg" ;; |
10f2d63a VZ |
648 | |
649 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
650 | ac_prev=infodir ;; | |
651 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
a0b9e27f | 652 | infodir="$ac_optarg" ;; |
10f2d63a VZ |
653 | |
654 | -libdir | --libdir | --libdi | --libd) | |
655 | ac_prev=libdir ;; | |
656 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
a0b9e27f | 657 | libdir="$ac_optarg" ;; |
10f2d63a VZ |
658 | |
659 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
660 | | --libexe | --libex | --libe) | |
661 | ac_prev=libexecdir ;; | |
662 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
663 | | --libexe=* | --libex=* | --libe=*) | |
a0b9e27f | 664 | libexecdir="$ac_optarg" ;; |
10f2d63a VZ |
665 | |
666 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
667 | | --localstate | --localstat | --localsta | --localst \ | |
668 | | --locals | --local | --loca | --loc | --lo) | |
669 | ac_prev=localstatedir ;; | |
670 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
671 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
672 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
a0b9e27f | 673 | localstatedir="$ac_optarg" ;; |
10f2d63a VZ |
674 | |
675 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
676 | ac_prev=mandir ;; | |
677 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
a0b9e27f | 678 | mandir="$ac_optarg" ;; |
10f2d63a VZ |
679 | |
680 | -nfp | --nfp | --nf) | |
681 | # Obsolete; use --without-fp. | |
682 | with_fp=no ;; | |
683 | ||
684 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
a0b9e27f | 685 | | --no-cr | --no-c) |
10f2d63a VZ |
686 | no_create=yes ;; |
687 | ||
688 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
689 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
690 | no_recursion=yes ;; | |
691 | ||
692 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
693 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
694 | | --oldin | --oldi | --old | --ol | --o) | |
695 | ac_prev=oldincludedir ;; | |
696 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
697 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
698 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
a0b9e27f | 699 | oldincludedir="$ac_optarg" ;; |
10f2d63a VZ |
700 | |
701 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
702 | ac_prev=prefix ;; | |
703 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
a0b9e27f | 704 | prefix="$ac_optarg" ;; |
10f2d63a VZ |
705 | |
706 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
707 | | --program-pre | --program-pr | --program-p) | |
708 | ac_prev=program_prefix ;; | |
709 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
710 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
a0b9e27f | 711 | program_prefix="$ac_optarg" ;; |
10f2d63a VZ |
712 | |
713 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
714 | | --program-suf | --program-su | --program-s) | |
715 | ac_prev=program_suffix ;; | |
716 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
717 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
a0b9e27f | 718 | program_suffix="$ac_optarg" ;; |
10f2d63a VZ |
719 | |
720 | -program-transform-name | --program-transform-name \ | |
721 | | --program-transform-nam | --program-transform-na \ | |
722 | | --program-transform-n | --program-transform- \ | |
723 | | --program-transform | --program-transfor \ | |
724 | | --program-transfo | --program-transf \ | |
725 | | --program-trans | --program-tran \ | |
726 | | --progr-tra | --program-tr | --program-t) | |
727 | ac_prev=program_transform_name ;; | |
728 | -program-transform-name=* | --program-transform-name=* \ | |
729 | | --program-transform-nam=* | --program-transform-na=* \ | |
730 | | --program-transform-n=* | --program-transform-=* \ | |
731 | | --program-transform=* | --program-transfor=* \ | |
732 | | --program-transfo=* | --program-transf=* \ | |
733 | | --program-trans=* | --program-tran=* \ | |
734 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
a0b9e27f | 735 | program_transform_name="$ac_optarg" ;; |
10f2d63a VZ |
736 | |
737 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
738 | | -silent | --silent | --silen | --sile | --sil) | |
739 | silent=yes ;; | |
740 | ||
741 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
742 | ac_prev=sbindir ;; | |
743 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
744 | | --sbi=* | --sb=*) | |
a0b9e27f | 745 | sbindir="$ac_optarg" ;; |
10f2d63a VZ |
746 | |
747 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
748 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
749 | | --sharedst | --shareds | --shared | --share | --shar \ | |
750 | | --sha | --sh) | |
751 | ac_prev=sharedstatedir ;; | |
752 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
753 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
754 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
755 | | --sha=* | --sh=*) | |
a0b9e27f | 756 | sharedstatedir="$ac_optarg" ;; |
10f2d63a VZ |
757 | |
758 | -site | --site | --sit) | |
759 | ac_prev=site ;; | |
760 | -site=* | --site=* | --sit=*) | |
a0b9e27f | 761 | site="$ac_optarg" ;; |
10f2d63a VZ |
762 | |
763 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
764 | ac_prev=srcdir ;; | |
765 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
a0b9e27f | 766 | srcdir="$ac_optarg" ;; |
10f2d63a VZ |
767 | |
768 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
769 | | --syscon | --sysco | --sysc | --sys | --sy) | |
770 | ac_prev=sysconfdir ;; | |
771 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
772 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
a0b9e27f | 773 | sysconfdir="$ac_optarg" ;; |
10f2d63a VZ |
774 | |
775 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
a0b9e27f | 776 | ac_prev=target ;; |
10f2d63a | 777 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
a0b9e27f | 778 | target="$ac_optarg" ;; |
10f2d63a VZ |
779 | |
780 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
781 | verbose=yes ;; | |
782 | ||
a0b9e27f MB |
783 | -version | --version | --versio | --versi | --vers) |
784 | echo "configure generated by autoconf version 2.13" | |
785 | exit 0 ;; | |
10f2d63a VZ |
786 | |
787 | -with-* | --with-*) | |
a0b9e27f | 788 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` |
10f2d63a | 789 | # Reject names that are not valid shell variable names. |
a0b9e27f MB |
790 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then |
791 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
792 | fi | |
10f2d63a | 793 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
a0b9e27f MB |
794 | case "$ac_option" in |
795 | *=*) ;; | |
10f2d63a VZ |
796 | *) ac_optarg=yes ;; |
797 | esac | |
a0b9e27f | 798 | eval "with_${ac_package}='$ac_optarg'" ;; |
10f2d63a VZ |
799 | |
800 | -without-* | --without-*) | |
a0b9e27f | 801 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` |
10f2d63a | 802 | # Reject names that are not valid shell variable names. |
a0b9e27f MB |
803 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then |
804 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
805 | fi | |
806 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
807 | eval "with_${ac_package}=no" ;; | |
10f2d63a VZ |
808 | |
809 | --x) | |
810 | # Obsolete; use --with-x. | |
811 | with_x=yes ;; | |
812 | ||
813 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
814 | | --x-incl | --x-inc | --x-in | --x-i) | |
815 | ac_prev=x_includes ;; | |
816 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
817 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
a0b9e27f | 818 | x_includes="$ac_optarg" ;; |
10f2d63a VZ |
819 | |
820 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
821 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
822 | ac_prev=x_libraries ;; | |
823 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
824 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
a0b9e27f | 825 | x_libraries="$ac_optarg" ;; |
10f2d63a | 826 | |
a0b9e27f | 827 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } |
10f2d63a VZ |
828 | ;; |
829 | ||
830 | *) | |
a0b9e27f MB |
831 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |
832 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
833 | fi | |
834 | if test "x$nonopt" != xNONE; then | |
835 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
836 | fi | |
837 | nonopt="$ac_option" | |
10f2d63a VZ |
838 | ;; |
839 | ||
840 | esac | |
841 | done | |
842 | ||
843 | if test -n "$ac_prev"; then | |
a0b9e27f | 844 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } |
8284b0c5 | 845 | fi |
8284b0c5 | 846 | |
a0b9e27f MB |
847 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
848 | ||
849 | # File descriptor usage: | |
850 | # 0 standard input | |
851 | # 1 file creation | |
852 | # 2 errors and warnings | |
853 | # 3 some systems may open it to /dev/tty | |
854 | # 4 used on the Kubota Titan | |
855 | # 6 checking for... messages and results | |
856 | # 5 compiler messages saved in config.log | |
857 | if test "$silent" = yes; then | |
858 | exec 6>/dev/null | |
859 | else | |
860 | exec 6>&1 | |
861 | fi | |
862 | exec 5>./config.log | |
863 | ||
864 | echo "\ | |
865 | This file contains any messages produced by compilers while | |
866 | running configure, to aid debugging if configure makes a mistake. | |
867 | " 1>&5 | |
8284b0c5 | 868 | |
a0b9e27f MB |
869 | # Strip out --no-create and --no-recursion so they do not pile up. |
870 | # Also quote any args containing shell metacharacters. | |
871 | ac_configure_args= | |
872 | for ac_arg | |
10f2d63a | 873 | do |
a0b9e27f MB |
874 | case "$ac_arg" in |
875 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
876 | | --no-cr | --no-c) ;; | |
877 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
878 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
879 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
880 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
881 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
10f2d63a VZ |
882 | esac |
883 | done | |
884 | ||
a0b9e27f MB |
885 | # NLS nuisances. |
886 | # Only set these to C if already set. These must not be set unconditionally | |
887 | # because not all systems understand e.g. LANG=C (notably SCO). | |
888 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
889 | # Non-C LC_CTYPE values break the ctype check. | |
890 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
891 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
892 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
893 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
247f5006 | 894 | |
a0b9e27f MB |
895 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
896 | rm -rf conftest* confdefs.h | |
897 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
898 | echo > confdefs.h | |
10f2d63a | 899 | |
a0b9e27f MB |
900 | # A filename unique to this package, relative to the directory that |
901 | # configure is in, which we can look for to find out if srcdir is correct. | |
902 | ac_unique_file=wx-config.in | |
10f2d63a VZ |
903 | |
904 | # Find the source files, if location was not specified. | |
905 | if test -z "$srcdir"; then | |
906 | ac_srcdir_defaulted=yes | |
907 | # Try the directory containing this script, then its parent. | |
a0b9e27f MB |
908 | ac_prog=$0 |
909 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | |
910 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | |
10f2d63a VZ |
911 | srcdir=$ac_confdir |
912 | if test ! -r $srcdir/$ac_unique_file; then | |
913 | srcdir=.. | |
914 | fi | |
915 | else | |
916 | ac_srcdir_defaulted=no | |
917 | fi | |
918 | if test ! -r $srcdir/$ac_unique_file; then | |
919 | if test "$ac_srcdir_defaulted" = yes; then | |
a0b9e27f | 920 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } |
10f2d63a | 921 | else |
a0b9e27f | 922 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } |
10f2d63a VZ |
923 | fi |
924 | fi | |
a0b9e27f | 925 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
328a083c | 926 | |
10f2d63a VZ |
927 | # Prefer explicitly selected file to automatically selected ones. |
928 | if test -z "$CONFIG_SITE"; then | |
929 | if test "x$prefix" != xNONE; then | |
930 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
931 | else | |
932 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
933 | fi | |
934 | fi | |
935 | for ac_site_file in $CONFIG_SITE; do | |
936 | if test -r "$ac_site_file"; then | |
a0b9e27f | 937 | echo "loading site script $ac_site_file" |
10f2d63a VZ |
938 | . "$ac_site_file" |
939 | fi | |
940 | done | |
941 | ||
942 | if test -r "$cache_file"; then | |
a0b9e27f MB |
943 | echo "loading cache $cache_file" |
944 | . $cache_file | |
10f2d63a | 945 | else |
a0b9e27f MB |
946 | echo "creating cache $cache_file" |
947 | > $cache_file | |
10f2d63a VZ |
948 | fi |
949 | ||
950 | ac_ext=c | |
a0b9e27f | 951 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 952 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
953 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
954 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
955 | cross_compiling=$ac_cv_prog_cc_cross | |
956 | ||
957 | ac_exeext= | |
958 | ac_objext=o | |
959 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | |
960 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
961 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
962 | ac_n= ac_c=' | |
963 | ' ac_t=' ' | |
964 | else | |
965 | ac_n=-n ac_c= ac_t= | |
966 | fi | |
967 | else | |
968 | ac_n= ac_c='\c' ac_t= | |
969 | fi | |
8284b0c5 MB |
970 | |
971 | ||
10f2d63a | 972 | |
7c66a493 VZ |
973 | ac_aux_dir= |
974 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
975 | if test -f $ac_dir/install-sh; then | |
976 | ac_aux_dir=$ac_dir | |
977 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
978 | break | |
979 | elif test -f $ac_dir/install.sh; then | |
980 | ac_aux_dir=$ac_dir | |
981 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
982 | break | |
247f5006 | 983 | fi |
7c66a493 VZ |
984 | done |
985 | if test -z "$ac_aux_dir"; then | |
a0b9e27f | 986 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } |
7c66a493 | 987 | fi |
a0b9e27f MB |
988 | ac_config_guess=$ac_aux_dir/config.guess |
989 | ac_config_sub=$ac_aux_dir/config.sub | |
990 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
698dcdb6 | 991 | |
8284b0c5 | 992 | |
a0b9e27f MB |
993 | # Do some error checking and defaulting for the host and target type. |
994 | # The inputs are: | |
995 | # configure --host=HOST --target=TARGET --build=BUILD NONOPT | |
996 | # | |
997 | # The rules are: | |
998 | # 1. You are not allowed to specify --host, --target, and nonopt at the | |
999 | # same time. | |
1000 | # 2. Host defaults to nonopt. | |
1001 | # 3. If nonopt is not specified, then host defaults to the current host, | |
1002 | # as determined by config.guess. | |
1003 | # 4. Target and build default to nonopt. | |
1004 | # 5. If nonopt is not specified, then target and build default to host. | |
7c66a493 VZ |
1005 | |
1006 | # The aliases save the names the user supplied, while $host etc. | |
1007 | # will get canonicalized. | |
a0b9e27f MB |
1008 | case $host---$target---$nonopt in |
1009 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
1010 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
1011 | esac | |
1012 | ||
1013 | ||
1014 | # Make sure we can run config.sub. | |
1015 | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | |
1016 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
1017 | fi | |
1018 | ||
1019 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
2b5f62a0 | 1020 | echo "configure:1021: checking host system type" >&5 |
a0b9e27f MB |
1021 | |
1022 | host_alias=$host | |
1023 | case "$host_alias" in | |
1024 | NONE) | |
1025 | case $nonopt in | |
1026 | NONE) | |
1027 | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | |
1028 | else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } | |
1029 | fi ;; | |
1030 | *) host_alias=$nonopt ;; | |
1031 | esac ;; | |
1032 | esac | |
1033 | ||
1034 | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | |
1035 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1036 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1037 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1038 | echo "$ac_t""$host" 1>&6 | |
1039 | ||
1040 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
2b5f62a0 | 1041 | echo "configure:1042: checking target system type" >&5 |
a0b9e27f MB |
1042 | |
1043 | target_alias=$target | |
1044 | case "$target_alias" in | |
1045 | NONE) | |
1046 | case $nonopt in | |
1047 | NONE) target_alias=$host_alias ;; | |
1048 | *) target_alias=$nonopt ;; | |
1049 | esac ;; | |
1050 | esac | |
1051 | ||
1052 | target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` | |
1053 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1054 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1055 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1056 | echo "$ac_t""$target" 1>&6 | |
1057 | ||
1058 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
2b5f62a0 | 1059 | echo "configure:1060: checking build system type" >&5 |
a0b9e27f MB |
1060 | |
1061 | build_alias=$build | |
1062 | case "$build_alias" in | |
1063 | NONE) | |
1064 | case $nonopt in | |
1065 | NONE) build_alias=$host_alias ;; | |
1066 | *) build_alias=$nonopt ;; | |
1067 | esac ;; | |
1068 | esac | |
1069 | ||
1070 | build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` | |
1071 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1072 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1073 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1074 | echo "$ac_t""$build" 1>&6 | |
1075 | ||
1076 | test "$host_alias" != "$target_alias" && | |
7c66a493 VZ |
1077 | test "$program_prefix$program_suffix$program_transform_name" = \ |
1078 | NONENONEs,x,x, && | |
1079 | program_prefix=${target_alias}- | |
8284b0c5 MB |
1080 | |
1081 | ||
a0b9e27f | 1082 | |
10f2d63a | 1083 | WX_MAJOR_VERSION_NUMBER=2 |
37d403aa | 1084 | WX_MINOR_VERSION_NUMBER=3 |
2b5f62a0 | 1085 | WX_RELEASE_NUMBER=4 |
10f2d63a | 1086 | |
10f2d63a | 1087 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER |
10f2d63a | 1088 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER |
6426998c | 1089 | |
978f1259 RL |
1090 | WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER |
1091 | ||
a0d927d1 | 1092 | WX_CURRENT=2 |
6426998c RL |
1093 | WX_REVISION=0 |
1094 | WX_AGE=0 | |
1095 | ||
8284b0c5 MB |
1096 | |
1097 | ||
10f2d63a VZ |
1098 | USE_UNIX=1 |
1099 | USE_WIN32=0 | |
f9bc1684 | 1100 | USE_DOS=0 |
b12915c1 | 1101 | USE_BEOS=0 |
1216f52d | 1102 | USE_MAC=0 |
b12915c1 | 1103 | |
10f2d63a VZ |
1104 | USE_LINUX= |
1105 | USE_SGI= | |
1106 | USE_HPUX= | |
1107 | USE_SYSV= | |
1108 | USE_SVR4= | |
1109 | USE_AIX= | |
1110 | USE_SUN= | |
1111 | USE_SOLARIS= | |
1112 | USE_SUNOS= | |
1113 | USE_ALPHA= | |
1114 | USE_OSF= | |
1115 | USE_BSD= | |
f11bdd03 | 1116 | USE_DARWIN= |
10f2d63a | 1117 | USE_FREEBSD= |
95c8801c | 1118 | USE_OPENBSD= |
f6bcfd97 | 1119 | USE_NETBSD= |
10f2d63a VZ |
1120 | USE_VMS= |
1121 | USE_ULTRIX= | |
10f2d63a VZ |
1122 | USE_DATA_GENERAL= |
1123 | ||
ab9b9eab VZ |
1124 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 |
1125 | ||
f79bd02d | 1126 | ALL_TOOLKITS="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11" |
10f2d63a VZ |
1127 | |
1128 | DEFAULT_wxUSE_GTK=0 | |
1e6feb95 VZ |
1129 | DEFAULT_wxUSE_MAC=0 |
1130 | DEFAULT_wxUSE_MGL=0 | |
1725144d | 1131 | DEFAULT_wxUSE_MICROWIN=0 |
10f2d63a VZ |
1132 | DEFAULT_wxUSE_MOTIF=0 |
1133 | DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1134 | DEFAULT_wxUSE_PM=0 |
1e6feb95 | 1135 | DEFAULT_wxUSE_WINE=0 |
f79bd02d | 1136 | DEFAULT_wxUSE_X11=0 |
10f2d63a VZ |
1137 | |
1138 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
1e6feb95 VZ |
1139 | DEFAULT_DEFAULT_wxUSE_MAC=0 |
1140 | DEFAULT_DEFAULT_wxUSE_MGL=0 | |
1725144d | 1141 | DEFAULT_DEFAULT_wxUSE_MICROWIN=0 |
10f2d63a VZ |
1142 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 |
1143 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
e07802fc | 1144 | DEFAULT_DEFAULT_wxUSE_PM=0 |
1e6feb95 | 1145 | DEFAULT_DEFAULT_wxUSE_WINE=0 |
f79bd02d | 1146 | DEFAULT_DEFAULT_wxUSE_X11=0 |
10f2d63a | 1147 | |
d6a55c4b | 1148 | PROGRAM_EXT= |
3a922bb4 | 1149 | SO_SUFFIX=so |
d6a55c4b | 1150 | |
10f2d63a VZ |
1151 | case "${host}" in |
1152 | *-hp-hpux* ) | |
1153 | USE_HPUX=1 | |
1154 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1155 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
3a922bb4 | 1156 | SO_SUFFIX=sl |
a0b9e27f | 1157 | cat >> confdefs.h <<\EOF |
10f2d63a | 1158 | #define __HPUX__ 1 |
a0b9e27f | 1159 | EOF |
10f2d63a VZ |
1160 | |
1161 | ;; | |
1162 | *-*-linux* ) | |
1163 | USE_LINUX=1 | |
a0b9e27f | 1164 | cat >> confdefs.h <<\EOF |
10f2d63a | 1165 | #define __LINUX__ 1 |
a0b9e27f | 1166 | EOF |
10f2d63a VZ |
1167 | |
1168 | TMP=`uname -m` | |
1169 | if test "x$TMP" = "xalpha"; then | |
1170 | USE_ALPHA=1 | |
a0b9e27f | 1171 | cat >> confdefs.h <<\EOF |
10f2d63a | 1172 | #define __ALPHA__ 1 |
a0b9e27f | 1173 | EOF |
10f2d63a VZ |
1174 | |
1175 | fi | |
1176 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1177 | ;; | |
1178 | *-*-irix5* | *-*-irix6* ) | |
1179 | USE_SGI=1 | |
1180 | USE_SVR4=1 | |
a0b9e27f | 1181 | cat >> confdefs.h <<\EOF |
10f2d63a | 1182 | #define __SGI__ 1 |
a0b9e27f | 1183 | EOF |
10f2d63a | 1184 | |
a0b9e27f | 1185 | cat >> confdefs.h <<\EOF |
10f2d63a | 1186 | #define __SVR4__ 1 |
a0b9e27f | 1187 | EOF |
10f2d63a VZ |
1188 | |
1189 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1190 | ;; | |
1191 | *-*-solaris2* ) | |
1192 | USE_SUN=1 | |
1193 | USE_SOLARIS=1 | |
1194 | USE_SVR4=1 | |
a0b9e27f | 1195 | cat >> confdefs.h <<\EOF |
10f2d63a | 1196 | #define __SUN__ 1 |
a0b9e27f | 1197 | EOF |
10f2d63a | 1198 | |
a0b9e27f | 1199 | cat >> confdefs.h <<\EOF |
10f2d63a | 1200 | #define __SOLARIS__ 1 |
a0b9e27f | 1201 | EOF |
10f2d63a | 1202 | |
a0b9e27f | 1203 | cat >> confdefs.h <<\EOF |
10f2d63a | 1204 | #define __SVR4__ 1 |
a0b9e27f | 1205 | EOF |
10f2d63a VZ |
1206 | |
1207 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
ab9b9eab | 1208 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1209 | ;; |
1210 | *-*-sunos4* ) | |
1211 | USE_SUN=1 | |
1212 | USE_SUNOS=1 | |
1213 | USE_BSD=1 | |
a0b9e27f | 1214 | cat >> confdefs.h <<\EOF |
10f2d63a | 1215 | #define __SUN__ 1 |
a0b9e27f | 1216 | EOF |
10f2d63a | 1217 | |
a0b9e27f | 1218 | cat >> confdefs.h <<\EOF |
10f2d63a | 1219 | #define __SUNOS__ 1 |
a0b9e27f | 1220 | EOF |
10f2d63a | 1221 | |
a0b9e27f | 1222 | cat >> confdefs.h <<\EOF |
10f2d63a | 1223 | #define __BSD__ 1 |
a0b9e27f | 1224 | EOF |
10f2d63a VZ |
1225 | |
1226 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1227 | ;; | |
f6bcfd97 | 1228 | *-*-freebsd*) |
10f2d63a VZ |
1229 | USE_BSD=1 |
1230 | USE_FREEBSD=1 | |
a0b9e27f | 1231 | cat >> confdefs.h <<\EOF |
10f2d63a | 1232 | #define __FREEBSD__ 1 |
a0b9e27f | 1233 | EOF |
10f2d63a | 1234 | |
a0b9e27f | 1235 | cat >> confdefs.h <<\EOF |
10f2d63a | 1236 | #define __BSD__ 1 |
a0b9e27f | 1237 | EOF |
95c8801c VS |
1238 | |
1239 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1240 | ;; | |
1241 | *-*-openbsd*) | |
1242 | USE_BSD=1 | |
1243 | USE_OPENBSD=1 | |
a0b9e27f | 1244 | cat >> confdefs.h <<\EOF |
2b5f62a0 | 1245 | #define __OPENBSD__ 1 |
a0b9e27f | 1246 | EOF |
95c8801c | 1247 | |
a0b9e27f | 1248 | cat >> confdefs.h <<\EOF |
2b5f62a0 | 1249 | #define __BSD__ 1 |
a0b9e27f | 1250 | EOF |
f6bcfd97 BP |
1251 | |
1252 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1253 | ;; | |
1254 | *-*-netbsd*) | |
1255 | USE_BSD=1 | |
1256 | USE_NETBSD=1 | |
a0b9e27f | 1257 | cat >> confdefs.h <<\EOF |
2b5f62a0 | 1258 | #define __NETBSD__ 1 |
a0b9e27f | 1259 | EOF |
f6bcfd97 | 1260 | |
a0b9e27f | 1261 | cat >> confdefs.h <<\EOF |
2b5f62a0 | 1262 | #define __BSD__ 1 |
a0b9e27f | 1263 | EOF |
10f2d63a VZ |
1264 | |
1265 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1266 | ;; | |
1267 | *-*-osf* ) | |
1268 | USE_ALPHA=1 | |
1269 | USE_OSF=1 | |
a0b9e27f | 1270 | cat >> confdefs.h <<\EOF |
10f2d63a | 1271 | #define __ALPHA__ 1 |
a0b9e27f | 1272 | EOF |
10f2d63a | 1273 | |
a0b9e27f | 1274 | cat >> confdefs.h <<\EOF |
10f2d63a | 1275 | #define __OSF__ 1 |
a0b9e27f | 1276 | EOF |
10f2d63a VZ |
1277 | |
1278 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
f6bcfd97 | 1279 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 |
10f2d63a VZ |
1280 | ;; |
1281 | *-*-dgux5* ) | |
1282 | USE_ALPHA=1 | |
1283 | USE_SVR4=1 | |
a0b9e27f | 1284 | cat >> confdefs.h <<\EOF |
10f2d63a | 1285 | #define __ALPHA__ 1 |
a0b9e27f | 1286 | EOF |
10f2d63a | 1287 | |
a0b9e27f | 1288 | cat >> confdefs.h <<\EOF |
10f2d63a | 1289 | #define __SVR4__ 1 |
a0b9e27f | 1290 | EOF |
10f2d63a VZ |
1291 | |
1292 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1293 | ;; | |
1294 | *-*-sysv5* ) | |
1295 | USE_SYSV=1 | |
1296 | USE_SVR4=1 | |
a0b9e27f | 1297 | cat >> confdefs.h <<\EOF |
10f2d63a | 1298 | #define __SYSV__ 1 |
a0b9e27f | 1299 | EOF |
10f2d63a | 1300 | |
a0b9e27f | 1301 | cat >> confdefs.h <<\EOF |
10f2d63a | 1302 | #define __SVR4__ 1 |
a0b9e27f | 1303 | EOF |
10f2d63a VZ |
1304 | |
1305 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1306 | ;; | |
1307 | *-*-aix* ) | |
1308 | USE_AIX=1 | |
1309 | USE_SYSV=1 | |
1310 | USE_SVR4=1 | |
2b5f62a0 | 1311 | SO_SUFFIX=a |
a0b9e27f | 1312 | cat >> confdefs.h <<\EOF |
10f2d63a | 1313 | #define __AIX__ 1 |
a0b9e27f | 1314 | EOF |
10f2d63a | 1315 | |
a0b9e27f | 1316 | cat >> confdefs.h <<\EOF |
10f2d63a | 1317 | #define __SYSV__ 1 |
a0b9e27f | 1318 | EOF |
10f2d63a | 1319 | |
a0b9e27f | 1320 | cat >> confdefs.h <<\EOF |
10f2d63a | 1321 | #define __SVR4__ 1 |
a0b9e27f | 1322 | EOF |
10f2d63a VZ |
1323 | |
1324 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1325 | ;; | |
1326 | ||
1c8183e2 | 1327 | *-*-cygwin* | *-*-mingw32* ) |
17234b26 | 1328 | SO_SUFFIX=dll |
cf27ef00 | 1329 | PROGRAM_EXT=".exe" |
7b7a7637 | 1330 | RESCOMP=windres |
10f2d63a VZ |
1331 | DEFAULT_DEFAULT_wxUSE_MSW=1 |
1332 | ;; | |
1333 | ||
f9bc1684 VS |
1334 | *-pc-msdosdjgpp ) |
1335 | USE_UNIX=0 | |
1336 | USE_DOS=1 | |
a0b9e27f | 1337 | cat >> confdefs.h <<\EOF |
f9bc1684 | 1338 | #define __DOS__ 1 |
a0b9e27f | 1339 | EOF |
f9bc1684 VS |
1340 | |
1341 | PROGRAM_EXT=".exe" | |
1342 | DEFAULT_DEFAULT_wxUSE_MGL=1 | |
24f5e003 | 1343 | LIBS="$LIBS -lstdc++" |
f9bc1684 VS |
1344 | ;; |
1345 | ||
6fa882bd | 1346 | *-pc-os2_emx | *-pc-os2-emx ) |
a0b9e27f | 1347 | cat >> confdefs.h <<\EOF |
10f2d63a | 1348 | #define __EMX__ 1 |
a0b9e27f | 1349 | EOF |
10f2d63a | 1350 | |
cf27ef00 | 1351 | PROGRAM_EXT=".exe" |
e07802fc | 1352 | DEFAULT_DEFAULT_wxUSE_PM=1 |
10f2d63a VZ |
1353 | ;; |
1354 | ||
d08b457b GD |
1355 | powerpc-*-darwin* ) |
1356 | USE_BSD=1 | |
f11bdd03 | 1357 | USE_DARWIN=1 |
3a922bb4 | 1358 | SO_SUFFIX=dylib |
a0b9e27f | 1359 | cat >> confdefs.h <<\EOF |
f11bdd03 | 1360 | #define __BSD__ 1 |
a0b9e27f | 1361 | EOF |
b4085ce6 | 1362 | |
a0b9e27f | 1363 | cat >> confdefs.h <<\EOF |
f11bdd03 | 1364 | #define __DARWIN__ 1 |
a0b9e27f | 1365 | EOF |
d08b457b | 1366 | |
a0b9e27f | 1367 | cat >> confdefs.h <<\EOF |
d08b457b | 1368 | #define __POWERPC__ 1 |
a0b9e27f | 1369 | EOF |
b4085ce6 GD |
1370 | |
1371 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1372 | ;; | |
1373 | ||
b12915c1 VZ |
1374 | *-*-beos* ) |
1375 | USE_BEOS=1 | |
a0b9e27f | 1376 | cat >> confdefs.h <<\EOF |
b12915c1 | 1377 | #define __BEOS__ 1 |
a0b9e27f | 1378 | EOF |
b12915c1 VZ |
1379 | |
1380 | ;; | |
1381 | ||
10f2d63a | 1382 | *) |
a0b9e27f | 1383 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } |
10f2d63a VZ |
1384 | esac |
1385 | ||
8284b0c5 MB |
1386 | |
1387 | ||
1388 | ||
1389 | wx_arg_cache_file="configarg.cache" | |
1390 | echo "loading argument cache $wx_arg_cache_file" | |
10f2d63a VZ |
1391 | rm -f ${wx_arg_cache_file}.tmp |
1392 | touch ${wx_arg_cache_file}.tmp | |
1393 | touch ${wx_arg_cache_file} | |
a0b9e27f | 1394 | |
10f2d63a VZ |
1395 | |
1396 | DEBUG_CONFIGURE=0 | |
1397 | if test $DEBUG_CONFIGURE = 1; then | |
1e6feb95 VZ |
1398 | DEFAULT_wxUSE_UNIVERSAL=no |
1399 | ||
d8356fa3 VZ |
1400 | DEFAULT_wxUSE_NANOX=no |
1401 | ||
10f2d63a VZ |
1402 | DEFAULT_wxUSE_THREADS=yes |
1403 | ||
1404 | DEFAULT_wxUSE_SHARED=yes | |
3a922bb4 | 1405 | DEFAULT_wxUSE_SONAME=no |
1e6feb95 | 1406 | DEFAULT_wxUSE_OPTIMISE=no |
10f2d63a VZ |
1407 | DEFAULT_wxUSE_PROFILE=no |
1408 | DEFAULT_wxUSE_NO_DEPS=no | |
8f4a9a10 RR |
1409 | DEFAULT_wxUSE_NO_RTTI=no |
1410 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
10f2d63a VZ |
1411 | DEFAULT_wxUSE_PERMISSIVE=no |
1412 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1413 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1414 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1415 | DEFAULT_wxUSE_MEM_TRACING=no | |
1416 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1417 | DEFAULT_wxUSE_DMALLOC=no | |
a7ae7112 | 1418 | DEFAULT_wxUSE_PRECOMP=no |
10f2d63a VZ |
1419 | DEFAULT_wxUSE_APPLE_IEEE=no |
1420 | ||
1421 | DEFAULT_wxUSE_LOG=yes | |
1e6feb95 VZ |
1422 | DEFAULT_wxUSE_LOGWINDOW=no |
1423 | DEFAULT_wxUSE_LOGGUI=no | |
69d27ff7 | 1424 | DEFAULT_wxUSE_LOGDIALOG=no |
10f2d63a VZ |
1425 | |
1426 | DEFAULT_wxUSE_GUI=yes | |
1e6feb95 | 1427 | DEFAULT_wxUSE_CONTROLS=no |
10f2d63a | 1428 | |
3e44f09d | 1429 | DEFAULT_wxUSE_REGEX=no |
10f2d63a VZ |
1430 | DEFAULT_wxUSE_ZLIB=no |
1431 | DEFAULT_wxUSE_LIBPNG=no | |
1432 | DEFAULT_wxUSE_LIBJPEG=no | |
c7a2bf27 | 1433 | DEFAULT_wxUSE_LIBTIFF=no |
10f2d63a | 1434 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1435 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1436 | |
eb4efbdc | 1437 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no |
4f3c5f06 | 1438 | DEFAULT_wxUSE_SNGLINST_CHECKER=no |
10f2d63a | 1439 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1440 | DEFAULT_wxUSE_CMDLINE_PARSER=no |
1441 | DEFAULT_wxUSE_DATETIME=no | |
1442 | DEFAULT_wxUSE_TIMEDATE=no | |
1443 | DEFAULT_wxUSE_TIMER=no | |
1444 | DEFAULT_wxUSE_STOPWATCH=no | |
10f2d63a | 1445 | DEFAULT_wxUSE_FILE=no |
1e6feb95 | 1446 | DEFAULT_wxUSE_FFILE=no |
a3a584a7 | 1447 | DEFAULT_wxUSE_TEXTBUFFER=no |
10f2d63a | 1448 | DEFAULT_wxUSE_TEXTFILE=no |
10f2d63a VZ |
1449 | DEFAULT_wxUSE_WAVE=no |
1450 | DEFAULT_wxUSE_INTL=no | |
1451 | DEFAULT_wxUSE_CONFIG=no | |
1e6feb95 | 1452 | DEFAULT_wxUSE_FONTMAP=no |
10f2d63a VZ |
1453 | DEFAULT_wxUSE_STREAMS=no |
1454 | DEFAULT_wxUSE_SOCKETS=no | |
3bce6687 JS |
1455 | DEFAULT_wxUSE_OLE=no |
1456 | DEFAULT_wxUSE_DATAOBJ=no | |
10f2d63a | 1457 | DEFAULT_wxUSE_DIALUP_MANAGER=no |
10f2d63a | 1458 | DEFAULT_wxUSE_JOYSTICK=no |
6bff71f8 | 1459 | DEFAULT_wxUSE_DYNLIB_CLASS=no |
0b9ab0bd | 1460 | DEFAULT_wxUSE_DYNAMIC_LOADER=no |
10f2d63a | 1461 | DEFAULT_wxUSE_LONGLONG=no |
e8f65ba6 | 1462 | DEFAULT_wxUSE_GEOMETRY=no |
10f2d63a VZ |
1463 | |
1464 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
1465 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
1466 | DEFAULT_wxUSE_POSTSCRIPT=no | |
1467 | ||
1468 | DEFAULT_wxUSE_X_RESOURCES=no | |
1469 | DEFAULT_wxUSE_CLIPBOARD=no | |
1470 | DEFAULT_wxUSE_TOOLTIPS=no | |
1471 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
24fd6d87 | 1472 | DEFAULT_wxUSE_DRAGIMAGE=no |
10f2d63a VZ |
1473 | DEFAULT_wxUSE_SPLINES=no |
1474 | ||
1475 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
1476 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
1477 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
1478 | ||
1479 | DEFAULT_wxUSE_PROLOGIO=no | |
1480 | DEFAULT_wxUSE_RESOURCES=no | |
1481 | DEFAULT_wxUSE_CONSTRAINTS=no | |
1482 | DEFAULT_wxUSE_IPC=no | |
1483 | DEFAULT_wxUSE_HELP=no | |
29fd3c0c | 1484 | DEFAULT_wxUSE_MS_HTML_HELP=no |
3379ed37 | 1485 | DEFAULT_wxUSE_WXHTML_HELP=no |
24176f2c | 1486 | DEFAULT_wxUSE_TREELAYOUT=no |
10f2d63a | 1487 | DEFAULT_wxUSE_METAFILE=no |
1e6feb95 | 1488 | DEFAULT_wxUSE_MIMETYPE=no |
4cdb0ab0 VS |
1489 | DEFAULT_wxUSE_SYSTEM_OPTIONS=no |
1490 | DEFAULT_wxUSE_PROTOCOL=no | |
1491 | DEFAULT_wxUSE_PROTOCOL_HTTP=no | |
1492 | DEFAULT_wxUSE_PROTOCOL_FTP=no | |
1493 | DEFAULT_wxUSE_PROTOCOL_FILE=no | |
1494 | DEFAULT_wxUSE_URL=no | |
3bd8fb5f | 1495 | |
10f2d63a | 1496 | DEFAULT_wxUSE_COMMONDLGS=no |
1e6feb95 VZ |
1497 | DEFAULT_wxUSE_CHOICEDLG=no |
1498 | DEFAULT_wxUSE_COLOURDLG=no | |
10f2d63a | 1499 | DEFAULT_wxUSE_DIRDLG=no |
1e6feb95 | 1500 | DEFAULT_wxUSE_FILEDLG=no |
8db37e06 | 1501 | DEFAULT_wxUSE_FINDREPLDLG=no |
1e6feb95 VZ |
1502 | DEFAULT_wxUSE_FONTDLG=no |
1503 | DEFAULT_wxUSE_MSGDLG=no | |
1504 | DEFAULT_wxUSE_NUMBERDLG=no | |
10f2d63a | 1505 | DEFAULT_wxUSE_TEXTDLG=no |
cbca9943 | 1506 | DEFAULT_wxUSE_SPLASH=no |
10f2d63a VZ |
1507 | DEFAULT_wxUSE_STARTUP_TIPS=no |
1508 | DEFAULT_wxUSE_PROGRESSDLG=no | |
b1f5d087 VZ |
1509 | DEFAULT_wxUSE_WIZARDDLG=no |
1510 | ||
1e6feb95 | 1511 | DEFAULT_wxUSE_MENUS=no |
10f2d63a VZ |
1512 | DEFAULT_wxUSE_MINIFRAME=no |
1513 | DEFAULT_wxUSE_HTML=no | |
24528b0c | 1514 | DEFAULT_wxUSE_FILESYSTEM=no |
10f2d63a VZ |
1515 | DEFAULT_wxUSE_FS_INET=no |
1516 | DEFAULT_wxUSE_FS_ZIP=no | |
1517 | DEFAULT_wxUSE_BUSYINFO=no | |
1518 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1e6feb95 | 1519 | DEFAULT_wxUSE_VALIDATORS=no |
10f2d63a VZ |
1520 | |
1521 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 | 1522 | DEFAULT_wxUSE_BUTTON=no |
10f2d63a | 1523 | DEFAULT_wxUSE_BMPBUTTON=no |
1e6feb95 VZ |
1524 | DEFAULT_wxUSE_CALCTRL=no |
1525 | DEFAULT_wxUSE_CARET=no | |
10f2d63a VZ |
1526 | DEFAULT_wxUSE_CHECKBOX=no |
1527 | DEFAULT_wxUSE_CHECKLST=no | |
1e6feb95 | 1528 | DEFAULT_wxUSE_CHOICE=no |
10f2d63a VZ |
1529 | DEFAULT_wxUSE_COMBOBOX=no |
1530 | DEFAULT_wxUSE_GAUGE=no | |
1531 | DEFAULT_wxUSE_GRID=no | |
1532 | DEFAULT_wxUSE_NEW_GRID=no | |
1533 | DEFAULT_wxUSE_IMAGLIST=no | |
1534 | DEFAULT_wxUSE_LISTBOX=no | |
1535 | DEFAULT_wxUSE_LISTCTRL=no | |
1536 | DEFAULT_wxUSE_NOTEBOOK=no | |
24176f2c | 1537 | DEFAULT_wxUSE_PROPSHEET=no |
10f2d63a VZ |
1538 | DEFAULT_wxUSE_RADIOBOX=no |
1539 | DEFAULT_wxUSE_RADIOBTN=no | |
1540 | DEFAULT_wxUSE_SASH=no | |
1541 | DEFAULT_wxUSE_SCROLLBAR=no | |
1542 | DEFAULT_wxUSE_SLIDER=no | |
1543 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 1544 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
1545 | DEFAULT_wxUSE_SPLITTER=no |
1546 | DEFAULT_wxUSE_STATBMP=no | |
1547 | DEFAULT_wxUSE_STATBOX=no | |
1548 | DEFAULT_wxUSE_STATLINE=no | |
1e6feb95 | 1549 | DEFAULT_wxUSE_STATTEXT=no |
10f2d63a VZ |
1550 | DEFAULT_wxUSE_STATUSBAR=yes |
1551 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 1552 | DEFAULT_wxUSE_TEXTCTRL=no |
1db8dc4a | 1553 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 1554 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
1555 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
1556 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a | 1557 | DEFAULT_wxUSE_TREECTRL=no |
9f41d601 | 1558 | DEFAULT_wxUSE_POPUPWIN=no |
9926e4a4 | 1559 | DEFAULT_wxUSE_TIPWINDOW=no |
10f2d63a VZ |
1560 | |
1561 | DEFAULT_wxUSE_UNICODE=no | |
a72a4bfa | 1562 | DEFAULT_wxUSE_UNICODE_MSLU=no |
10f2d63a VZ |
1563 | DEFAULT_wxUSE_WCSRTOMBS=no |
1564 | ||
edae8572 | 1565 | DEFAULT_wxUSE_PALETTE=no |
0046ff7c | 1566 | DEFAULT_wxUSE_IMAGE=no |
10f2d63a VZ |
1567 | DEFAULT_wxUSE_GIF=no |
1568 | DEFAULT_wxUSE_PCX=no | |
1569 | DEFAULT_wxUSE_PNM=no | |
4b6b4dfc | 1570 | DEFAULT_wxUSE_IFF=no |
0046ff7c | 1571 | DEFAULT_wxUSE_XPM=no |
658974ae | 1572 | DEFAULT_wxUSE_ICO_CUR=no |
10f2d63a | 1573 | else |
1e6feb95 VZ |
1574 | DEFAULT_wxUSE_UNIVERSAL=no |
1575 | ||
d8356fa3 VZ |
1576 | DEFAULT_wxUSE_NANOX=no |
1577 | ||
10f2d63a VZ |
1578 | DEFAULT_wxUSE_THREADS=yes |
1579 | ||
1580 | DEFAULT_wxUSE_SHARED=yes | |
3a922bb4 | 1581 | DEFAULT_wxUSE_SONAME=no |
10f2d63a VZ |
1582 | DEFAULT_wxUSE_OPTIMISE=yes |
1583 | DEFAULT_wxUSE_PROFILE=no | |
1584 | DEFAULT_wxUSE_NO_DEPS=no | |
8f4a9a10 RR |
1585 | DEFAULT_wxUSE_NO_RTTI=no |
1586 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
10f2d63a VZ |
1587 | DEFAULT_wxUSE_PERMISSIVE=no |
1588 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1589 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1590 | DEFAULT_wxUSE_DEBUG_GDB=no | |
1591 | DEFAULT_wxUSE_MEM_TRACING=no | |
1592 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1593 | DEFAULT_wxUSE_DMALLOC=no | |
a7ae7112 | 1594 | DEFAULT_wxUSE_PRECOMP=no |
10f2d63a VZ |
1595 | DEFAULT_wxUSE_APPLE_IEEE=yes |
1596 | ||
1597 | DEFAULT_wxUSE_LOG=yes | |
d73be714 VZ |
1598 | DEFAULT_wxUSE_LOGWINDOW=yes |
1599 | DEFAULT_wxUSE_LOGGUI=yes | |
69d27ff7 | 1600 | DEFAULT_wxUSE_LOGDIALOG=yes |
10f2d63a VZ |
1601 | |
1602 | DEFAULT_wxUSE_GUI=yes | |
1603 | ||
831b3152 | 1604 | DEFAULT_wxUSE_REGEX=yes |
10f2d63a VZ |
1605 | DEFAULT_wxUSE_ZLIB=yes |
1606 | DEFAULT_wxUSE_LIBPNG=yes | |
1607 | DEFAULT_wxUSE_LIBJPEG=yes | |
b47c832e | 1608 | DEFAULT_wxUSE_LIBTIFF=yes |
16b52fa1 | 1609 | DEFAULT_wxUSE_ODBC=no |
bdad4e7e | 1610 | DEFAULT_wxUSE_OPENGL=no |
10f2d63a | 1611 | |
eb4efbdc | 1612 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes |
4f3c5f06 | 1613 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes |
10f2d63a | 1614 | DEFAULT_wxUSE_STD_IOSTREAM=no |
1e6feb95 VZ |
1615 | DEFAULT_wxUSE_CMDLINE_PARSER=yes |
1616 | DEFAULT_wxUSE_DATETIME=yes | |
1617 | DEFAULT_wxUSE_TIMEDATE=no | |
1618 | DEFAULT_wxUSE_TIMER=yes | |
1619 | DEFAULT_wxUSE_STOPWATCH=yes | |
10f2d63a | 1620 | DEFAULT_wxUSE_FILE=yes |
1e6feb95 | 1621 | DEFAULT_wxUSE_FFILE=yes |
a3a584a7 | 1622 | DEFAULT_wxUSE_TEXTBUFFER=yes |
10f2d63a | 1623 | DEFAULT_wxUSE_TEXTFILE=yes |
10f2d63a VZ |
1624 | DEFAULT_wxUSE_WAVE=no |
1625 | DEFAULT_wxUSE_INTL=yes | |
1626 | DEFAULT_wxUSE_CONFIG=yes | |
1e6feb95 | 1627 | DEFAULT_wxUSE_FONTMAP=yes |
10f2d63a VZ |
1628 | DEFAULT_wxUSE_STREAMS=yes |
1629 | DEFAULT_wxUSE_SOCKETS=yes | |
3bce6687 JS |
1630 | DEFAULT_wxUSE_OLE=yes |
1631 | DEFAULT_wxUSE_DATAOBJ=yes | |
10f2d63a | 1632 | DEFAULT_wxUSE_DIALUP_MANAGER=yes |
10f2d63a | 1633 | DEFAULT_wxUSE_JOYSTICK=yes |
6bff71f8 | 1634 | DEFAULT_wxUSE_DYNLIB_CLASS=yes |
9337b578 | 1635 | DEFAULT_wxUSE_DYNAMIC_LOADER=yes |
b685cd9b | 1636 | DEFAULT_wxUSE_LONGLONG=yes |
e8f65ba6 | 1637 | DEFAULT_wxUSE_GEOMETRY=yes |
10f2d63a VZ |
1638 | |
1639 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
1640 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
1641 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
1642 | ||
1643 | DEFAULT_wxUSE_X_RESOURCES=no | |
1644 | DEFAULT_wxUSE_CLIPBOARD=yes | |
1645 | DEFAULT_wxUSE_TOOLTIPS=yes | |
1646 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
24fd6d87 | 1647 | DEFAULT_wxUSE_DRAGIMAGE=yes |
10f2d63a VZ |
1648 | DEFAULT_wxUSE_SPLINES=yes |
1649 | ||
1650 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
1651 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
1652 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
1653 | ||
2b5f62a0 VZ |
1654 | DEFAULT_wxUSE_PROLOGIO=no |
1655 | DEFAULT_wxUSE_RESOURCES=no | |
10f2d63a VZ |
1656 | DEFAULT_wxUSE_CONSTRAINTS=yes |
1657 | DEFAULT_wxUSE_IPC=yes | |
1658 | DEFAULT_wxUSE_HELP=yes | |
29fd3c0c | 1659 | DEFAULT_wxUSE_MS_HTML_HELP=yes |
3379ed37 | 1660 | DEFAULT_wxUSE_WXHTML_HELP=yes |
24176f2c | 1661 | DEFAULT_wxUSE_TREELAYOUT=yes |
10f2d63a | 1662 | DEFAULT_wxUSE_METAFILE=yes |
1e6feb95 | 1663 | DEFAULT_wxUSE_MIMETYPE=yes |
3e44f09d | 1664 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes |
4cdb0ab0 VS |
1665 | DEFAULT_wxUSE_PROTOCOL=yes |
1666 | DEFAULT_wxUSE_PROTOCOL_HTTP=yes | |
1667 | DEFAULT_wxUSE_PROTOCOL_FTP=yes | |
1668 | DEFAULT_wxUSE_PROTOCOL_FILE=yes | |
1669 | DEFAULT_wxUSE_URL=yes | |
10f2d63a VZ |
1670 | |
1671 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1e6feb95 VZ |
1672 | DEFAULT_wxUSE_CHOICEDLG=yes |
1673 | DEFAULT_wxUSE_COLOURDLG=yes | |
10f2d63a | 1674 | DEFAULT_wxUSE_DIRDLG=yes |
1e6feb95 | 1675 | DEFAULT_wxUSE_FILEDLG=yes |
8db37e06 | 1676 | DEFAULT_wxUSE_FINDREPLDLG=yes |
1e6feb95 VZ |
1677 | DEFAULT_wxUSE_FONTDLG=yes |
1678 | DEFAULT_wxUSE_MSGDLG=yes | |
1679 | DEFAULT_wxUSE_NUMBERDLG=yes | |
10f2d63a | 1680 | DEFAULT_wxUSE_TEXTDLG=yes |
cbca9943 | 1681 | DEFAULT_wxUSE_SPLASH=yes |
10f2d63a VZ |
1682 | DEFAULT_wxUSE_STARTUP_TIPS=yes |
1683 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
f33f19dd VZ |
1684 | DEFAULT_wxUSE_WIZARDDLG=yes |
1685 | ||
1e6feb95 | 1686 | DEFAULT_wxUSE_MENUS=yes |
10f2d63a VZ |
1687 | DEFAULT_wxUSE_MINIFRAME=yes |
1688 | DEFAULT_wxUSE_HTML=yes | |
24528b0c | 1689 | DEFAULT_wxUSE_FILESYSTEM=yes |
10f2d63a VZ |
1690 | DEFAULT_wxUSE_FS_INET=yes |
1691 | DEFAULT_wxUSE_FS_ZIP=yes | |
1692 | DEFAULT_wxUSE_BUSYINFO=yes | |
1693 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
1694 | DEFAULT_wxUSE_VALIDATORS=yes | |
1695 | ||
1696 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 | 1697 | DEFAULT_wxUSE_BUTTON=yes |
10f2d63a | 1698 | DEFAULT_wxUSE_BMPBUTTON=yes |
1e6feb95 VZ |
1699 | DEFAULT_wxUSE_CALCTRL=yes |
1700 | DEFAULT_wxUSE_CARET=yes | |
10f2d63a VZ |
1701 | DEFAULT_wxUSE_CHECKBOX=yes |
1702 | DEFAULT_wxUSE_CHECKLST=yes | |
1703 | DEFAULT_wxUSE_CHOICE=yes | |
1704 | DEFAULT_wxUSE_COMBOBOX=yes | |
1705 | DEFAULT_wxUSE_GAUGE=yes | |
1706 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 1707 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
1708 | DEFAULT_wxUSE_IMAGLIST=yes |
1709 | DEFAULT_wxUSE_LISTBOX=yes | |
1710 | DEFAULT_wxUSE_LISTCTRL=yes | |
1711 | DEFAULT_wxUSE_NOTEBOOK=yes | |
24176f2c | 1712 | DEFAULT_wxUSE_PROPSHEET=yes |
10f2d63a VZ |
1713 | DEFAULT_wxUSE_RADIOBOX=yes |
1714 | DEFAULT_wxUSE_RADIOBTN=yes | |
1715 | DEFAULT_wxUSE_SASH=yes | |
1716 | DEFAULT_wxUSE_SCROLLBAR=yes | |
1717 | DEFAULT_wxUSE_SLIDER=yes | |
1718 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 1719 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
1720 | DEFAULT_wxUSE_SPLITTER=yes |
1721 | DEFAULT_wxUSE_STATBMP=yes | |
1722 | DEFAULT_wxUSE_STATBOX=yes | |
1723 | DEFAULT_wxUSE_STATLINE=yes | |
1e6feb95 | 1724 | DEFAULT_wxUSE_STATTEXT=yes |
10f2d63a VZ |
1725 | DEFAULT_wxUSE_STATUSBAR=yes |
1726 | DEFAULT_wxUSE_TABDIALOG=no | |
1e6feb95 | 1727 | DEFAULT_wxUSE_TEXTCTRL=yes |
1db8dc4a | 1728 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 1729 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
1730 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
1731 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a | 1732 | DEFAULT_wxUSE_TREECTRL=yes |
9f41d601 | 1733 | DEFAULT_wxUSE_POPUPWIN=yes |
9926e4a4 | 1734 | DEFAULT_wxUSE_TIPWINDOW=yes |
10f2d63a VZ |
1735 | |
1736 | DEFAULT_wxUSE_UNICODE=no | |
a72a4bfa | 1737 | DEFAULT_wxUSE_UNICODE_MSLU=yes |
10f2d63a VZ |
1738 | DEFAULT_wxUSE_WCSRTOMBS=no |
1739 | ||
edae8572 | 1740 | DEFAULT_wxUSE_PALETTE=yes |
0046ff7c | 1741 | DEFAULT_wxUSE_IMAGE=yes |
10f2d63a VZ |
1742 | DEFAULT_wxUSE_GIF=yes |
1743 | DEFAULT_wxUSE_PCX=yes | |
cc0e8480 | 1744 | DEFAULT_wxUSE_IFF=no |
10f2d63a | 1745 | DEFAULT_wxUSE_PNM=yes |
0046ff7c | 1746 | DEFAULT_wxUSE_XPM=yes |
658974ae | 1747 | DEFAULT_wxUSE_ICO_CUR=yes |
10f2d63a VZ |
1748 | fi |
1749 | ||
8284b0c5 MB |
1750 | |
1751 | ||
10f2d63a | 1752 | for toolkit in `echo $ALL_TOOLKITS`; do |
d74f4b5a VZ |
1753 | LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}` |
1754 | if test "x$LINE" != "x" ; then | |
10f2d63a VZ |
1755 | has_toolkit_in_cache=1 |
1756 | eval "DEFAULT_$LINE" | |
1757 | eval "CACHE_$toolkit=1" | |
1758 | fi | |
1759 | done | |
1760 | ||
8284b0c5 MB |
1761 | |
1762 | ||
5005acfe VZ |
1763 | enablestring= |
1764 | echo $ac_n "checking for --${enablestring:-enable}-gui""... $ac_c" 1>&6 | |
2b5f62a0 | 1765 | echo "configure:1766: checking for --${enablestring:-enable}-gui" >&5 |
10f2d63a VZ |
1766 | no_cache=0 |
1767 | # Check whether --enable-gui or --disable-gui was given. | |
1768 | if test "${enable_gui+set}" = set; then | |
1769 | enableval="$enable_gui" | |
a0b9e27f | 1770 | |
10f2d63a VZ |
1771 | if test "$enableval" = yes; then |
1772 | ac_cv_use_gui='wxUSE_GUI=yes' | |
1773 | else | |
1774 | ac_cv_use_gui='wxUSE_GUI=no' | |
1775 | fi | |
a0b9e27f | 1776 | |
10f2d63a | 1777 | else |
a0b9e27f | 1778 | |
10f2d63a VZ |
1779 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` |
1780 | if test "x$LINE" != x ; then | |
1781 | eval "DEFAULT_$LINE" | |
1782 | else | |
1783 | no_cache=1 | |
1784 | fi | |
1785 | ||
1786 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
a0b9e27f MB |
1787 | |
1788 | fi | |
10f2d63a VZ |
1789 | |
1790 | ||
1791 | eval "$ac_cv_use_gui" | |
1792 | if test "$no_cache" != 1; then | |
1793 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
1794 | fi | |
1795 | ||
1796 | if test "$wxUSE_GUI" = yes; then | |
a0b9e27f | 1797 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 1798 | else |
a0b9e27f | 1799 | echo "$ac_t""no" 1>&6 |
10f2d63a | 1800 | fi |
a0b9e27f | 1801 | |
10f2d63a | 1802 | |
b12915c1 | 1803 | if test "$wxUSE_GUI" = "yes"; then |
10f2d63a | 1804 | |
8284b0c5 | 1805 | |
5005acfe VZ |
1806 | enablestring= |
1807 | echo $ac_n "checking for --${enablestring:-enable}-universal""... $ac_c" 1>&6 | |
2b5f62a0 | 1808 | echo "configure:1809: checking for --${enablestring:-enable}-universal" >&5 |
1e6feb95 VZ |
1809 | no_cache=0 |
1810 | # Check whether --enable-universal or --disable-universal was given. | |
1811 | if test "${enable_universal+set}" = set; then | |
1812 | enableval="$enable_universal" | |
a0b9e27f | 1813 | |
1e6feb95 VZ |
1814 | if test "$enableval" = yes; then |
1815 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
1816 | else | |
1817 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
1818 | fi | |
a0b9e27f | 1819 | |
1e6feb95 | 1820 | else |
a0b9e27f | 1821 | |
1e6feb95 VZ |
1822 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` |
1823 | if test "x$LINE" != x ; then | |
1824 | eval "DEFAULT_$LINE" | |
1825 | else | |
1826 | no_cache=1 | |
1827 | fi | |
1828 | ||
1829 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
a0b9e27f MB |
1830 | |
1831 | fi | |
1e6feb95 VZ |
1832 | |
1833 | ||
1834 | eval "$ac_cv_use_universal" | |
1835 | if test "$no_cache" != 1; then | |
1836 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
1837 | fi | |
1838 | ||
1839 | if test "$wxUSE_UNIVERSAL" = yes; then | |
a0b9e27f | 1840 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 1841 | else |
a0b9e27f | 1842 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 1843 | fi |
a0b9e27f | 1844 | |
10f2d63a VZ |
1845 | # Check whether --with-gtk or --without-gtk was given. |
1846 | if test "${with_gtk+set}" = set; then | |
1847 | withval="$with_gtk" | |
1848 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
a0b9e27f | 1849 | fi |
10f2d63a VZ |
1850 | |
1851 | # Check whether --with-motif or --without-motif was given. | |
1852 | if test "${with_motif+set}" = set; then | |
1853 | withval="$with_motif" | |
1854 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
a0b9e27f | 1855 | fi |
10f2d63a | 1856 | |
b4085ce6 GD |
1857 | # Check whether --with-mac or --without-mac was given. |
1858 | if test "${with_mac+set}" = set; then | |
1859 | withval="$with_mac" | |
1860 | wxUSE_MAC="$withval" TOOLKIT_GIVEN=1 | |
a0b9e27f | 1861 | fi |
b4085ce6 | 1862 | |
10f2d63a VZ |
1863 | # Check whether --with-wine or --without-wine was given. |
1864 | if test "${with_wine+set}" = set; then | |
1865 | withval="$with_wine" | |
1866 | wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1 | |
a0b9e27f | 1867 | fi |
10f2d63a | 1868 | |
77e13408 RL |
1869 | # Check whether --with-msw or --without-msw was given. |
1870 | if test "${with_msw+set}" = set; then | |
1871 | withval="$with_msw" | |
b4efce5e | 1872 | wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1 |
a0b9e27f | 1873 | fi |
10f2d63a | 1874 | |
e07802fc VZ |
1875 | # Check whether --with-pm or --without-pm was given. |
1876 | if test "${with_pm+set}" = set; then | |
1877 | withval="$with_pm" | |
1878 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
a0b9e27f | 1879 | fi |
698dcdb6 | 1880 | |
1e6feb95 VZ |
1881 | # Check whether --with-mgl or --without-mgl was given. |
1882 | if test "${with_mgl+set}" = set; then | |
1883 | withval="$with_mgl" | |
6c657b52 | 1884 | wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1 |
a0b9e27f | 1885 | fi |
1e6feb95 | 1886 | |
1725144d RR |
1887 | # Check whether --with-microwin or --without-microwin was given. |
1888 | if test "${with_microwin+set}" = set; then | |
1889 | withval="$with_microwin" | |
1890 | wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1 | |
a0b9e27f | 1891 | fi |
1725144d | 1892 | |
f79bd02d JS |
1893 | # Check whether --with-x11 or --without-x11 was given. |
1894 | if test "${with_x11+set}" = set; then | |
1895 | withval="$with_x11" | |
3c011993 | 1896 | wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1 |
a0b9e27f | 1897 | fi |
10f2d63a | 1898 | |
a0b9e27f | 1899 | |
5005acfe VZ |
1900 | enablestring= |
1901 | echo $ac_n "checking for --${enablestring:-enable}-nanox""... $ac_c" 1>&6 | |
2b5f62a0 | 1902 | echo "configure:1903: checking for --${enablestring:-enable}-nanox" >&5 |
d8356fa3 | 1903 | no_cache=0 |
ba875e66 VZ |
1904 | # Check whether --enable-nanox or --disable-nanox was given. |
1905 | if test "${enable_nanox+set}" = set; then | |
1906 | enableval="$enable_nanox" | |
a0b9e27f | 1907 | |
d8356fa3 | 1908 | if test "$enableval" = yes; then |
ba875e66 | 1909 | ac_cv_use_nanox='wxUSE_NANOX=yes' |
d8356fa3 | 1910 | else |
ba875e66 | 1911 | ac_cv_use_nanox='wxUSE_NANOX=no' |
d8356fa3 | 1912 | fi |
a0b9e27f | 1913 | |
d8356fa3 | 1914 | else |
a0b9e27f | 1915 | |
d8356fa3 VZ |
1916 | LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}` |
1917 | if test "x$LINE" != x ; then | |
1918 | eval "DEFAULT_$LINE" | |
1919 | else | |
1920 | no_cache=1 | |
1921 | fi | |
1922 | ||
ba875e66 | 1923 | ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX |
a0b9e27f MB |
1924 | |
1925 | fi | |
d8356fa3 VZ |
1926 | |
1927 | ||
ba875e66 | 1928 | eval "$ac_cv_use_nanox" |
d8356fa3 | 1929 | if test "$no_cache" != 1; then |
ba875e66 | 1930 | echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp |
d8356fa3 VZ |
1931 | fi |
1932 | ||
1933 | if test "$wxUSE_NANOX" = yes; then | |
a0b9e27f | 1934 | echo "$ac_t""yes" 1>&6 |
d8356fa3 | 1935 | else |
a0b9e27f | 1936 | echo "$ac_t""no" 1>&6 |
d8356fa3 | 1937 | fi |
a0b9e27f | 1938 | |
8284b0c5 | 1939 | |
d74f4b5a | 1940 | |
5005acfe VZ |
1941 | enablestring= |
1942 | echo $ac_n "checking for --${enablestring:-enable}-gtk2""... $ac_c" 1>&6 | |
2b5f62a0 | 1943 | echo "configure:1944: checking for --${enablestring:-enable}-gtk2" >&5 |
d74f4b5a VZ |
1944 | no_cache=0 |
1945 | # Check whether --enable-gtk2 or --disable-gtk2 was given. | |
8168de4c VZ |
1946 | if test "${enable_gtk2+set}" = set; then |
1947 | enableval="$enable_gtk2" | |
a0b9e27f | 1948 | |
d74f4b5a VZ |
1949 | if test "$enableval" = yes; then |
1950 | ac_cv_use_gtk2='wxUSE_GTK2=yes' | |
1951 | else | |
1952 | ac_cv_use_gtk2='wxUSE_GTK2=no' | |
1953 | fi | |
a0b9e27f | 1954 | |
10f2d63a | 1955 | else |
a0b9e27f | 1956 | |
d74f4b5a VZ |
1957 | LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}` |
1958 | if test "x$LINE" != x ; then | |
1959 | eval "DEFAULT_$LINE" | |
1960 | else | |
1961 | no_cache=1 | |
1962 | fi | |
1963 | ||
1964 | ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2 | |
a0b9e27f MB |
1965 | |
1966 | fi | |
52127426 | 1967 | |
328a083c | 1968 | |
d74f4b5a VZ |
1969 | eval "$ac_cv_use_gtk2" |
1970 | if test "$no_cache" != 1; then | |
1971 | echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp | |
1972 | fi | |
1973 | ||
1974 | if test "$wxUSE_GTK2" = yes; then | |
a0b9e27f | 1975 | echo "$ac_t""yes" 1>&6 |
d74f4b5a | 1976 | else |
a0b9e27f | 1977 | echo "$ac_t""no" 1>&6 |
d74f4b5a | 1978 | fi |
a0b9e27f | 1979 | |
d74f4b5a | 1980 | |
5c6fa7d2 | 1981 | |
a0b9e27f | 1982 | echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6 |
2b5f62a0 | 1983 | echo "configure:1984: checking for --with-libpng" >&5 |
8284b0c5 | 1984 | no_cache=0 |
a0b9e27f | 1985 | # Check whether --with-libpng or --without-libpng was given. |
b12915c1 VZ |
1986 | if test "${with_libpng+set}" = set; then |
1987 | withval="$with_libpng" | |
a0b9e27f | 1988 | |
10f2d63a | 1989 | if test "$withval" = yes; then |
b12915c1 | 1990 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' |
422107f9 | 1991 | elif test "$withval" = no; then |
b12915c1 | 1992 | ac_cv_use_libpng='wxUSE_LIBPNG=no' |
422107f9 VZ |
1993 | elif test "$withval" = sys; then |
1994 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
4f14bcd8 GD |
1995 | elif test "$withval" = builtin; then |
1996 | ac_cv_use_libpng='wxUSE_LIBPNG=builtin' | |
422107f9 | 1997 | else |
a0b9e27f | 1998 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 1999 | fi |
a0b9e27f | 2000 | |
10f2d63a | 2001 | else |
a0b9e27f | 2002 | |
b12915c1 | 2003 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` |
10f2d63a VZ |
2004 | if test "x$LINE" != x ; then |
2005 | eval "DEFAULT_$LINE" | |
2006 | else | |
2007 | no_cache=1 | |
2008 | fi | |
2009 | ||
b12915c1 | 2010 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG |
a0b9e27f MB |
2011 | |
2012 | fi | |
10f2d63a VZ |
2013 | |
2014 | ||
b12915c1 | 2015 | eval "$ac_cv_use_libpng" |
10f2d63a | 2016 | if test "$no_cache" != 1; then |
b12915c1 | 2017 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2018 | fi |
2019 | ||
b12915c1 | 2020 | if test "$wxUSE_LIBPNG" = yes; then |
a0b9e27f | 2021 | echo "$ac_t""yes" 1>&6 |
422107f9 | 2022 | elif test "$wxUSE_LIBPNG" = no; then |
a0b9e27f | 2023 | echo "$ac_t""no" 1>&6 |
422107f9 | 2024 | elif test "$wxUSE_LIBPNG" = sys; then |
a0b9e27f | 2025 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2026 | elif test "$wxUSE_LIBPNG" = builtin; then |
a0b9e27f | 2027 | echo "$ac_t""builtin version" 1>&6 |
422107f9 | 2028 | else |
a0b9e27f | 2029 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2030 | fi |
a0b9e27f | 2031 | |
10f2d63a | 2032 | |
a0b9e27f | 2033 | echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6 |
2b5f62a0 | 2034 | echo "configure:2035: checking for --with-libjpeg" >&5 |
10f2d63a | 2035 | no_cache=0 |
a0b9e27f | 2036 | # Check whether --with-libjpeg or --without-libjpeg was given. |
b12915c1 VZ |
2037 | if test "${with_libjpeg+set}" = set; then |
2038 | withval="$with_libjpeg" | |
a0b9e27f | 2039 | |
10f2d63a | 2040 | if test "$withval" = yes; then |
b12915c1 | 2041 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' |
422107f9 | 2042 | elif test "$withval" = no; then |
b12915c1 | 2043 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' |
422107f9 VZ |
2044 | elif test "$withval" = sys; then |
2045 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
4f14bcd8 GD |
2046 | elif test "$withval" = builtin; then |
2047 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin' | |
422107f9 | 2048 | else |
a0b9e27f | 2049 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2050 | fi |
a0b9e27f | 2051 | |
10f2d63a | 2052 | else |
a0b9e27f | 2053 | |
b12915c1 | 2054 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` |
10f2d63a VZ |
2055 | if test "x$LINE" != x ; then |
2056 | eval "DEFAULT_$LINE" | |
2057 | else | |
2058 | no_cache=1 | |
2059 | fi | |
2060 | ||
b12915c1 | 2061 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG |
a0b9e27f MB |
2062 | |
2063 | fi | |
10f2d63a VZ |
2064 | |
2065 | ||
b12915c1 | 2066 | eval "$ac_cv_use_libjpeg" |
10f2d63a | 2067 | if test "$no_cache" != 1; then |
b12915c1 | 2068 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2069 | fi |
2070 | ||
b12915c1 | 2071 | if test "$wxUSE_LIBJPEG" = yes; then |
a0b9e27f | 2072 | echo "$ac_t""yes" 1>&6 |
422107f9 | 2073 | elif test "$wxUSE_LIBJPEG" = no; then |
a0b9e27f | 2074 | echo "$ac_t""no" 1>&6 |
422107f9 | 2075 | elif test "$wxUSE_LIBJPEG" = sys; then |
a0b9e27f | 2076 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2077 | elif test "$wxUSE_LIBJPEG" = builtin; then |
a0b9e27f | 2078 | echo "$ac_t""builtin version" 1>&6 |
422107f9 | 2079 | else |
a0b9e27f | 2080 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2081 | fi |
a0b9e27f | 2082 | |
10f2d63a | 2083 | |
a0b9e27f | 2084 | echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6 |
2b5f62a0 | 2085 | echo "configure:2086: checking for --with-libtiff" >&5 |
10f2d63a | 2086 | no_cache=0 |
a0b9e27f | 2087 | # Check whether --with-libtiff or --without-libtiff was given. |
b12915c1 VZ |
2088 | if test "${with_libtiff+set}" = set; then |
2089 | withval="$with_libtiff" | |
a0b9e27f | 2090 | |
10f2d63a | 2091 | if test "$withval" = yes; then |
b12915c1 | 2092 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' |
0dcf9893 | 2093 | elif test "$withval" = no; then |
b12915c1 | 2094 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' |
0dcf9893 VZ |
2095 | elif test "$withval" = sys; then |
2096 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
4f14bcd8 GD |
2097 | elif test "$withval" = builtin; then |
2098 | ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin' | |
0dcf9893 | 2099 | else |
a0b9e27f | 2100 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2101 | fi |
a0b9e27f | 2102 | |
10f2d63a | 2103 | else |
a0b9e27f | 2104 | |
b12915c1 | 2105 | LINE=`grep "wxUSE_LIBTIFF" ${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_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF |
a0b9e27f MB |
2113 | |
2114 | fi | |
10f2d63a VZ |
2115 | |
2116 | ||
b12915c1 | 2117 | eval "$ac_cv_use_libtiff" |
10f2d63a | 2118 | if test "$no_cache" != 1; then |
b12915c1 | 2119 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2120 | fi |
2121 | ||
b12915c1 | 2122 | if test "$wxUSE_LIBTIFF" = yes; then |
a0b9e27f | 2123 | echo "$ac_t""yes" 1>&6 |
0dcf9893 | 2124 | elif test "$wxUSE_LIBTIFF" = no; then |
a0b9e27f | 2125 | echo "$ac_t""no" 1>&6 |
0dcf9893 | 2126 | elif test "$wxUSE_LIBTIFF" = sys; then |
a0b9e27f | 2127 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2128 | elif test "$wxUSE_LIBTIFF" = builtin; then |
a0b9e27f | 2129 | echo "$ac_t""builtin version" 1>&6 |
0dcf9893 | 2130 | else |
a0b9e27f | 2131 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2132 | fi |
a0b9e27f | 2133 | |
10f2d63a | 2134 | |
a0b9e27f | 2135 | echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6 |
2b5f62a0 | 2136 | echo "configure:2137: checking for --with-opengl" >&5 |
10f2d63a | 2137 | no_cache=0 |
a0b9e27f | 2138 | # Check whether --with-opengl or --without-opengl was given. |
b12915c1 VZ |
2139 | if test "${with_opengl+set}" = set; then |
2140 | withval="$with_opengl" | |
a0b9e27f | 2141 | |
10f2d63a | 2142 | if test "$withval" = yes; then |
b12915c1 | 2143 | ac_cv_use_opengl='wxUSE_OPENGL=yes' |
10f2d63a | 2144 | else |
b12915c1 | 2145 | ac_cv_use_opengl='wxUSE_OPENGL=no' |
10f2d63a | 2146 | fi |
a0b9e27f | 2147 | |
10f2d63a | 2148 | else |
a0b9e27f | 2149 | |
b12915c1 | 2150 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` |
10f2d63a VZ |
2151 | if test "x$LINE" != x ; then |
2152 | eval "DEFAULT_$LINE" | |
2153 | else | |
2154 | no_cache=1 | |
2155 | fi | |
2156 | ||
b12915c1 | 2157 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL |
a0b9e27f MB |
2158 | |
2159 | fi | |
10f2d63a VZ |
2160 | |
2161 | ||
b12915c1 | 2162 | eval "$ac_cv_use_opengl" |
10f2d63a | 2163 | if test "$no_cache" != 1; then |
b12915c1 | 2164 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2165 | fi |
2166 | ||
b12915c1 | 2167 | if test "$wxUSE_OPENGL" = yes; then |
a0b9e27f | 2168 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2169 | else |
a0b9e27f | 2170 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2171 | fi |
a0b9e27f | 2172 | |
10f2d63a | 2173 | |
b12915c1 VZ |
2174 | fi |
2175 | ||
5c6fa7d2 | 2176 | |
a0b9e27f | 2177 | echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6 |
2b5f62a0 | 2178 | echo "configure:2179: checking for --with-dmalloc" >&5 |
8284b0c5 | 2179 | no_cache=0 |
a0b9e27f | 2180 | # Check whether --with-dmalloc or --without-dmalloc was given. |
b12915c1 VZ |
2181 | if test "${with_dmalloc+set}" = set; then |
2182 | withval="$with_dmalloc" | |
a0b9e27f | 2183 | |
c7a2bf27 | 2184 | if test "$withval" = yes; then |
b12915c1 | 2185 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' |
c7a2bf27 | 2186 | else |
b12915c1 | 2187 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' |
c7a2bf27 | 2188 | fi |
a0b9e27f | 2189 | |
c7a2bf27 | 2190 | else |
a0b9e27f | 2191 | |
b12915c1 | 2192 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` |
c7a2bf27 RR |
2193 | if test "x$LINE" != x ; then |
2194 | eval "DEFAULT_$LINE" | |
2195 | else | |
2196 | no_cache=1 | |
2197 | fi | |
2198 | ||
b12915c1 | 2199 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC |
a0b9e27f MB |
2200 | |
2201 | fi | |
c7a2bf27 RR |
2202 | |
2203 | ||
b12915c1 | 2204 | eval "$ac_cv_use_dmalloc" |
c7a2bf27 | 2205 | if test "$no_cache" != 1; then |
b12915c1 | 2206 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp |
c7a2bf27 RR |
2207 | fi |
2208 | ||
b12915c1 | 2209 | if test "$wxUSE_DMALLOC" = yes; then |
a0b9e27f | 2210 | echo "$ac_t""yes" 1>&6 |
c7a2bf27 | 2211 | else |
a0b9e27f | 2212 | echo "$ac_t""no" 1>&6 |
c7a2bf27 | 2213 | fi |
a0b9e27f | 2214 | |
c7a2bf27 | 2215 | |
a0b9e27f | 2216 | echo $ac_n "checking for --with-regex""... $ac_c" 1>&6 |
2b5f62a0 | 2217 | echo "configure:2218: checking for --with-regex" >&5 |
3e44f09d | 2218 | no_cache=0 |
a0b9e27f | 2219 | # Check whether --with-regex or --without-regex was given. |
3e44f09d VZ |
2220 | if test "${with_regex+set}" = set; then |
2221 | withval="$with_regex" | |
a0b9e27f | 2222 | |
3e44f09d VZ |
2223 | if test "$withval" = yes; then |
2224 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
2225 | elif test "$withval" = no; then | |
2226 | ac_cv_use_regex='wxUSE_REGEX=no' | |
2227 | elif test "$withval" = sys; then | |
2228 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
4f14bcd8 GD |
2229 | elif test "$withval" = builtin; then |
2230 | ac_cv_use_regex='wxUSE_REGEX=builtin' | |
3e44f09d | 2231 | else |
a0b9e27f | 2232 | { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
3e44f09d | 2233 | fi |
a0b9e27f | 2234 | |
3e44f09d | 2235 | else |
a0b9e27f | 2236 | |
3e44f09d VZ |
2237 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` |
2238 | if test "x$LINE" != x ; then | |
2239 | eval "DEFAULT_$LINE" | |
2240 | else | |
2241 | no_cache=1 | |
2242 | fi | |
2243 | ||
2244 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
a0b9e27f MB |
2245 | |
2246 | fi | |
3e44f09d VZ |
2247 | |
2248 | ||
2249 | eval "$ac_cv_use_regex" | |
2250 | if test "$no_cache" != 1; then | |
2251 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
2252 | fi | |
2253 | ||
2254 | if test "$wxUSE_REGEX" = yes; then | |
a0b9e27f | 2255 | echo "$ac_t""yes" 1>&6 |
3e44f09d | 2256 | elif test "$wxUSE_REGEX" = no; then |
a0b9e27f | 2257 | echo "$ac_t""no" 1>&6 |
3e44f09d | 2258 | elif test "$wxUSE_REGEX" = sys; then |
a0b9e27f | 2259 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2260 | elif test "$wxUSE_REGEX" = builtin; then |
a0b9e27f | 2261 | echo "$ac_t""builtin version" 1>&6 |
3e44f09d | 2262 | else |
a0b9e27f | 2263 | { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
3e44f09d | 2264 | fi |
a0b9e27f | 2265 | |
3e44f09d | 2266 | |
a0b9e27f | 2267 | echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6 |
2b5f62a0 | 2268 | echo "configure:2269: checking for --with-zlib" >&5 |
10f2d63a | 2269 | no_cache=0 |
a0b9e27f | 2270 | # Check whether --with-zlib or --without-zlib was given. |
b12915c1 VZ |
2271 | if test "${with_zlib+set}" = set; then |
2272 | withval="$with_zlib" | |
a0b9e27f | 2273 | |
10f2d63a | 2274 | if test "$withval" = yes; then |
b12915c1 | 2275 | ac_cv_use_zlib='wxUSE_ZLIB=yes' |
422107f9 | 2276 | elif test "$withval" = no; then |
b12915c1 | 2277 | ac_cv_use_zlib='wxUSE_ZLIB=no' |
422107f9 VZ |
2278 | elif test "$withval" = sys; then |
2279 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
4f14bcd8 GD |
2280 | elif test "$withval" = builtin; then |
2281 | ac_cv_use_zlib='wxUSE_ZLIB=builtin' | |
422107f9 | 2282 | else |
a0b9e27f | 2283 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2284 | fi |
a0b9e27f | 2285 | |
10f2d63a | 2286 | else |
a0b9e27f | 2287 | |
b12915c1 | 2288 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` |
10f2d63a VZ |
2289 | if test "x$LINE" != x ; then |
2290 | eval "DEFAULT_$LINE" | |
2291 | else | |
2292 | no_cache=1 | |
2293 | fi | |
2294 | ||
b12915c1 | 2295 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB |
a0b9e27f MB |
2296 | |
2297 | fi | |
10f2d63a VZ |
2298 | |
2299 | ||
b12915c1 | 2300 | eval "$ac_cv_use_zlib" |
10f2d63a | 2301 | if test "$no_cache" != 1; then |
b12915c1 | 2302 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
2303 | fi |
2304 | ||
b12915c1 | 2305 | if test "$wxUSE_ZLIB" = yes; then |
a0b9e27f | 2306 | echo "$ac_t""yes" 1>&6 |
422107f9 | 2307 | elif test "$wxUSE_ZLIB" = no; then |
a0b9e27f | 2308 | echo "$ac_t""no" 1>&6 |
422107f9 | 2309 | elif test "$wxUSE_ZLIB" = sys; then |
a0b9e27f | 2310 | echo "$ac_t""system version" 1>&6 |
4f14bcd8 | 2311 | elif test "$wxUSE_ZLIB" = builtin; then |
a0b9e27f | 2312 | echo "$ac_t""builtin version" 1>&6 |
422107f9 | 2313 | else |
a0b9e27f | 2314 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } |
10f2d63a | 2315 | fi |
a0b9e27f | 2316 | |
10f2d63a | 2317 | |
a0b9e27f | 2318 | echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6 |
2b5f62a0 | 2319 | echo "configure:2320: checking for --with-odbc" >&5 |
10f2d63a | 2320 | no_cache=0 |
a0b9e27f | 2321 | # Check whether --with-odbc or --without-odbc was given. |
10f2d63a VZ |
2322 | if test "${with_odbc+set}" = set; then |
2323 | withval="$with_odbc" | |
a0b9e27f | 2324 | |
10f2d63a VZ |
2325 | if test "$withval" = yes; then |
2326 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
2327 | else | |
2328 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
2329 | fi | |
a0b9e27f | 2330 | |
10f2d63a | 2331 | else |
a0b9e27f | 2332 | |
10f2d63a VZ |
2333 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` |
2334 | if test "x$LINE" != x ; then | |
2335 | eval "DEFAULT_$LINE" | |
2336 | else | |
2337 | no_cache=1 | |
2338 | fi | |
2339 | ||
2340 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
a0b9e27f MB |
2341 | |
2342 | fi | |
10f2d63a VZ |
2343 | |
2344 | ||
2345 | eval "$ac_cv_use_odbc" | |
2346 | if test "$no_cache" != 1; then | |
2347 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
2348 | fi | |
2349 | ||
2350 | if test "$wxUSE_ODBC" = yes; then | |
a0b9e27f | 2351 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2352 | else |
a0b9e27f | 2353 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2354 | fi |
a0b9e27f | 2355 | |
52127426 | 2356 | |
8284b0c5 MB |
2357 | |
2358 | ||
5005acfe VZ |
2359 | enablestring= |
2360 | echo $ac_n "checking for --${enablestring:-enable}-shared""... $ac_c" 1>&6 | |
2b5f62a0 | 2361 | echo "configure:2362: checking for --${enablestring:-enable}-shared" >&5 |
10f2d63a VZ |
2362 | no_cache=0 |
2363 | # Check whether --enable-shared or --disable-shared was given. | |
2364 | if test "${enable_shared+set}" = set; then | |
2365 | enableval="$enable_shared" | |
a0b9e27f | 2366 | |
10f2d63a VZ |
2367 | if test "$enableval" = yes; then |
2368 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
2369 | else | |
2370 | ac_cv_use_shared='wxUSE_SHARED=no' | |
2371 | fi | |
a0b9e27f | 2372 | |
10f2d63a | 2373 | else |
a0b9e27f | 2374 | |
10f2d63a VZ |
2375 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` |
2376 | if test "x$LINE" != x ; then | |
2377 | eval "DEFAULT_$LINE" | |
2378 | else | |
2379 | no_cache=1 | |
2380 | fi | |
2381 | ||
2382 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
a0b9e27f MB |
2383 | |
2384 | fi | |
10f2d63a VZ |
2385 | |
2386 | ||
2387 | eval "$ac_cv_use_shared" | |
2388 | if test "$no_cache" != 1; then | |
2389 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
2390 | fi | |
2391 | ||
2392 | if test "$wxUSE_SHARED" = yes; then | |
a0b9e27f | 2393 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2394 | else |
a0b9e27f | 2395 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2396 | fi |
a0b9e27f | 2397 | |
10f2d63a | 2398 | |
5005acfe VZ |
2399 | enablestring= |
2400 | echo $ac_n "checking for --${enablestring:-enable}-soname""... $ac_c" 1>&6 | |
2b5f62a0 | 2401 | echo "configure:2402: checking for --${enablestring:-enable}-soname" >&5 |
00cf1208 | 2402 | no_cache=0 |
3a922bb4 RL |
2403 | # Check whether --enable-soname or --disable-soname was given. |
2404 | if test "${enable_soname+set}" = set; then | |
2405 | enableval="$enable_soname" | |
a0b9e27f | 2406 | |
00cf1208 | 2407 | if test "$enableval" = yes; then |
3a922bb4 | 2408 | ac_cv_use_soname='wxUSE_SONAME=yes' |
00cf1208 | 2409 | else |
3a922bb4 | 2410 | ac_cv_use_soname='wxUSE_SONAME=no' |
00cf1208 | 2411 | fi |
a0b9e27f | 2412 | |
00cf1208 | 2413 | else |
a0b9e27f | 2414 | |
3a922bb4 | 2415 | LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}` |
00cf1208 RR |
2416 | if test "x$LINE" != x ; then |
2417 | eval "DEFAULT_$LINE" | |
2418 | else | |
2419 | no_cache=1 | |
2420 | fi | |
2421 | ||
3a922bb4 | 2422 | ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME |
a0b9e27f MB |
2423 | |
2424 | fi | |
00cf1208 RR |
2425 | |
2426 | ||
3a922bb4 | 2427 | eval "$ac_cv_use_soname" |
00cf1208 | 2428 | if test "$no_cache" != 1; then |
3a922bb4 | 2429 | echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp |
00cf1208 RR |
2430 | fi |
2431 | ||
3a922bb4 | 2432 | if test "$wxUSE_SONAME" = yes; then |
a0b9e27f | 2433 | echo "$ac_t""yes" 1>&6 |
00cf1208 | 2434 | else |
a0b9e27f | 2435 | echo "$ac_t""no" 1>&6 |
00cf1208 | 2436 | fi |
a0b9e27f | 2437 | |
00cf1208 | 2438 | |
5005acfe VZ |
2439 | enablestring= |
2440 | echo $ac_n "checking for --${enablestring:-enable}-optimise""... $ac_c" 1>&6 | |
2b5f62a0 | 2441 | echo "configure:2442: checking for --${enablestring:-enable}-optimise" >&5 |
10f2d63a VZ |
2442 | no_cache=0 |
2443 | # Check whether --enable-optimise or --disable-optimise was given. | |
2444 | if test "${enable_optimise+set}" = set; then | |
2445 | enableval="$enable_optimise" | |
a0b9e27f | 2446 | |
10f2d63a VZ |
2447 | if test "$enableval" = yes; then |
2448 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
2449 | else | |
2450 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
2451 | fi | |
a0b9e27f | 2452 | |
10f2d63a | 2453 | else |
a0b9e27f | 2454 | |
10f2d63a VZ |
2455 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` |
2456 | if test "x$LINE" != x ; then | |
2457 | eval "DEFAULT_$LINE" | |
2458 | else | |
2459 | no_cache=1 | |
2460 | fi | |
2461 | ||
2462 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
a0b9e27f MB |
2463 | |
2464 | fi | |
10f2d63a VZ |
2465 | |
2466 | ||
2467 | eval "$ac_cv_use_optimise" | |
2468 | if test "$no_cache" != 1; then | |
2469 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
2470 | fi | |
2471 | ||
2472 | if test "$wxUSE_OPTIMISE" = yes; then | |
a0b9e27f | 2473 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2474 | else |
a0b9e27f | 2475 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2476 | fi |
a0b9e27f | 2477 | |
10f2d63a | 2478 | |
5005acfe VZ |
2479 | enablestring= |
2480 | echo $ac_n "checking for --${enablestring:-enable}-debug""... $ac_c" 1>&6 | |
2b5f62a0 | 2481 | echo "configure:2482: checking for --${enablestring:-enable}-debug" >&5 |
10f2d63a VZ |
2482 | no_cache=0 |
2483 | # Check whether --enable-debug or --disable-debug was given. | |
2484 | if test "${enable_debug+set}" = set; then | |
2485 | enableval="$enable_debug" | |
a0b9e27f | 2486 | |
10f2d63a VZ |
2487 | if test "$enableval" = yes; then |
2488 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
2489 | else | |
2490 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
2491 | fi | |
a0b9e27f | 2492 | |
10f2d63a | 2493 | else |
a0b9e27f | 2494 | |
10f2d63a VZ |
2495 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` |
2496 | if test "x$LINE" != x ; then | |
2497 | eval "DEFAULT_$LINE" | |
2498 | else | |
2499 | no_cache=1 | |
2500 | fi | |
2501 | ||
2502 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
a0b9e27f MB |
2503 | |
2504 | fi | |
10f2d63a VZ |
2505 | |
2506 | ||
2507 | eval "$ac_cv_use_debug" | |
2508 | if test "$no_cache" != 1; then | |
2509 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
2510 | fi | |
2511 | ||
2512 | if test "$wxUSE_DEBUG" = yes; then | |
a0b9e27f | 2513 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2514 | else |
a0b9e27f | 2515 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2516 | fi |
a0b9e27f | 2517 | |
52127426 | 2518 | |
8284b0c5 | 2519 | |
5005acfe VZ |
2520 | enablestring= |
2521 | echo $ac_n "checking for --${enablestring:-enable}-precomp""... $ac_c" 1>&6 | |
2b5f62a0 | 2522 | echo "configure:2523: checking for --${enablestring:-enable}-precomp" >&5 |
683dccda GD |
2523 | no_cache=0 |
2524 | # Check whether --enable-precomp or --disable-precomp was given. | |
2525 | if test "${enable_precomp+set}" = set; then | |
2526 | enableval="$enable_precomp" | |
a0b9e27f | 2527 | |
683dccda GD |
2528 | if test "$enableval" = yes; then |
2529 | ac_cv_use_precomp='wxUSE_PRECOMP=yes' | |
2530 | else | |
2531 | ac_cv_use_precomp='wxUSE_PRECOMP=no' | |
2532 | fi | |
a0b9e27f | 2533 | |
683dccda | 2534 | else |
a0b9e27f | 2535 | |
683dccda GD |
2536 | LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}` |
2537 | if test "x$LINE" != x ; then | |
2538 | eval "DEFAULT_$LINE" | |
2539 | else | |
2540 | no_cache=1 | |
2541 | fi | |
2542 | ||
2543 | ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP | |
a0b9e27f MB |
2544 | |
2545 | fi | |
683dccda GD |
2546 | |
2547 | ||
2548 | eval "$ac_cv_use_precomp" | |
2549 | if test "$no_cache" != 1; then | |
2550 | echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp | |
2551 | fi | |
2552 | ||
2553 | if test "$wxUSE_PRECOMP" = yes; then | |
a0b9e27f | 2554 | echo "$ac_t""yes" 1>&6 |
683dccda | 2555 | else |
a0b9e27f | 2556 | echo "$ac_t""no" 1>&6 |
683dccda | 2557 | fi |
a0b9e27f | 2558 | |
683dccda | 2559 | |
10f2d63a VZ |
2560 | if test "$wxUSE_DEBUG" = "yes"; then |
2561 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2562 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2563 | elif test "$wxUSE_DEBUG" = "no"; then | |
2564 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2565 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2566 | fi | |
2567 | ||
8284b0c5 | 2568 | |
5005acfe VZ |
2569 | enablestring= |
2570 | echo $ac_n "checking for --${enablestring:-enable}-debug_flag""... $ac_c" 1>&6 | |
2b5f62a0 | 2571 | echo "configure:2572: checking for --${enablestring:-enable}-debug_flag" >&5 |
10f2d63a VZ |
2572 | no_cache=0 |
2573 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
2574 | if test "${enable_debug_flag+set}" = set; then | |
2575 | enableval="$enable_debug_flag" | |
a0b9e27f | 2576 | |
10f2d63a VZ |
2577 | if test "$enableval" = yes; then |
2578 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
2579 | else | |
2580 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
2581 | fi | |
a0b9e27f | 2582 | |
10f2d63a | 2583 | else |
a0b9e27f | 2584 | |
10f2d63a VZ |
2585 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` |
2586 | if test "x$LINE" != x ; then | |
2587 | eval "DEFAULT_$LINE" | |
2588 | else | |
2589 | no_cache=1 | |
2590 | fi | |
2591 | ||
2592 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
a0b9e27f MB |
2593 | |
2594 | fi | |
10f2d63a VZ |
2595 | |
2596 | ||
2597 | eval "$ac_cv_use_debug_flag" | |
2598 | if test "$no_cache" != 1; then | |
2599 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
2600 | fi | |
2601 | ||
2602 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
a0b9e27f | 2603 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2604 | else |
a0b9e27f | 2605 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2606 | fi |
a0b9e27f | 2607 | |
10f2d63a | 2608 | |
5005acfe VZ |
2609 | enablestring= |
2610 | echo $ac_n "checking for --${enablestring:-enable}-debug_info""... $ac_c" 1>&6 | |
2b5f62a0 | 2611 | echo "configure:2612: checking for --${enablestring:-enable}-debug_info" >&5 |
10f2d63a VZ |
2612 | no_cache=0 |
2613 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
2614 | if test "${enable_debug_info+set}" = set; then | |
2615 | enableval="$enable_debug_info" | |
a0b9e27f | 2616 | |
10f2d63a VZ |
2617 | if test "$enableval" = yes; then |
2618 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
2619 | else | |
2620 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
2621 | fi | |
a0b9e27f | 2622 | |
10f2d63a | 2623 | else |
a0b9e27f | 2624 | |
10f2d63a VZ |
2625 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` |
2626 | if test "x$LINE" != x ; then | |
2627 | eval "DEFAULT_$LINE" | |
2628 | else | |
2629 | no_cache=1 | |
2630 | fi | |
2631 | ||
2632 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
a0b9e27f MB |
2633 | |
2634 | fi | |
10f2d63a VZ |
2635 | |
2636 | ||
2637 | eval "$ac_cv_use_debug_info" | |
2638 | if test "$no_cache" != 1; then | |
2639 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
2640 | fi | |
2641 | ||
2642 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
a0b9e27f | 2643 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2644 | else |
a0b9e27f | 2645 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2646 | fi |
a0b9e27f | 2647 | |
10f2d63a | 2648 | |
5005acfe VZ |
2649 | enablestring= |
2650 | echo $ac_n "checking for --${enablestring:-enable}-debug_gdb""... $ac_c" 1>&6 | |
2b5f62a0 | 2651 | echo "configure:2652: checking for --${enablestring:-enable}-debug_gdb" >&5 |
10f2d63a VZ |
2652 | no_cache=0 |
2653 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
2654 | if test "${enable_debug_gdb+set}" = set; then | |
2655 | enableval="$enable_debug_gdb" | |
a0b9e27f | 2656 | |
10f2d63a VZ |
2657 | if test "$enableval" = yes; then |
2658 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
2659 | else | |
2660 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
2661 | fi | |
a0b9e27f | 2662 | |
10f2d63a | 2663 | else |
a0b9e27f | 2664 | |
10f2d63a VZ |
2665 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` |
2666 | if test "x$LINE" != x ; then | |
2667 | eval "DEFAULT_$LINE" | |
2668 | else | |
2669 | no_cache=1 | |
2670 | fi | |
2671 | ||
2672 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
a0b9e27f MB |
2673 | |
2674 | fi | |
10f2d63a VZ |
2675 | |
2676 | ||
2677 | eval "$ac_cv_use_debug_gdb" | |
2678 | if test "$no_cache" != 1; then | |
2679 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
2680 | fi | |
2681 | ||
2682 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
a0b9e27f | 2683 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2684 | else |
a0b9e27f | 2685 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2686 | fi |
a0b9e27f | 2687 | |
10f2d63a | 2688 | |
5005acfe VZ |
2689 | enablestring= |
2690 | echo $ac_n "checking for --${enablestring:-enable}-debug_cntxt""... $ac_c" 1>&6 | |
2b5f62a0 | 2691 | echo "configure:2692: checking for --${enablestring:-enable}-debug_cntxt" >&5 |
10f2d63a VZ |
2692 | no_cache=0 |
2693 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
2694 | if test "${enable_debug_cntxt+set}" = set; then | |
2695 | enableval="$enable_debug_cntxt" | |
a0b9e27f | 2696 | |
10f2d63a VZ |
2697 | if test "$enableval" = yes; then |
2698 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
2699 | else | |
2700 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
2701 | fi | |
a0b9e27f | 2702 | |
10f2d63a | 2703 | else |
a0b9e27f | 2704 | |
10f2d63a VZ |
2705 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` |
2706 | if test "x$LINE" != x ; then | |
2707 | eval "DEFAULT_$LINE" | |
2708 | else | |
2709 | no_cache=1 | |
2710 | fi | |
2711 | ||
2712 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
a0b9e27f MB |
2713 | |
2714 | fi | |
10f2d63a VZ |
2715 | |
2716 | ||
2717 | eval "$ac_cv_use_debug_cntxt" | |
2718 | if test "$no_cache" != 1; then | |
2719 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
2720 | fi | |
2721 | ||
2722 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
a0b9e27f | 2723 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2724 | else |
a0b9e27f | 2725 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2726 | fi |
a0b9e27f | 2727 | |
10f2d63a | 2728 | |
5005acfe VZ |
2729 | enablestring= |
2730 | echo $ac_n "checking for --${enablestring:-enable}-mem_tracing""... $ac_c" 1>&6 | |
2b5f62a0 | 2731 | echo "configure:2732: checking for --${enablestring:-enable}-mem_tracing" >&5 |
10f2d63a VZ |
2732 | no_cache=0 |
2733 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
2734 | if test "${enable_mem_tracing+set}" = set; then | |
2735 | enableval="$enable_mem_tracing" | |
a0b9e27f | 2736 | |
10f2d63a VZ |
2737 | if test "$enableval" = yes; then |
2738 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
2739 | else | |
2740 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
2741 | fi | |
a0b9e27f | 2742 | |
10f2d63a | 2743 | else |
a0b9e27f | 2744 | |
10f2d63a VZ |
2745 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` |
2746 | if test "x$LINE" != x ; then | |
2747 | eval "DEFAULT_$LINE" | |
2748 | else | |
2749 | no_cache=1 | |
2750 | fi | |
2751 | ||
2752 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
a0b9e27f MB |
2753 | |
2754 | fi | |
10f2d63a VZ |
2755 | |
2756 | ||
2757 | eval "$ac_cv_use_mem_tracing" | |
2758 | if test "$no_cache" != 1; then | |
2759 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
2760 | fi | |
2761 | ||
2762 | if test "$wxUSE_MEM_TRACING" = yes; then | |
a0b9e27f | 2763 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2764 | else |
a0b9e27f | 2765 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2766 | fi |
a0b9e27f | 2767 | |
10f2d63a | 2768 | |
5005acfe VZ |
2769 | enablestring= |
2770 | echo $ac_n "checking for --${enablestring:-enable}-profile""... $ac_c" 1>&6 | |
2b5f62a0 | 2771 | echo "configure:2772: checking for --${enablestring:-enable}-profile" >&5 |
10f2d63a VZ |
2772 | no_cache=0 |
2773 | # Check whether --enable-profile or --disable-profile was given. | |
2774 | if test "${enable_profile+set}" = set; then | |
2775 | enableval="$enable_profile" | |
a0b9e27f | 2776 | |
10f2d63a VZ |
2777 | if test "$enableval" = yes; then |
2778 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
2779 | else | |
2780 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
2781 | fi | |
a0b9e27f | 2782 | |
10f2d63a | 2783 | else |
a0b9e27f | 2784 | |
10f2d63a VZ |
2785 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` |
2786 | if test "x$LINE" != x ; then | |
2787 | eval "DEFAULT_$LINE" | |
2788 | else | |
2789 | no_cache=1 | |
2790 | fi | |
2791 | ||
2792 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
a0b9e27f MB |
2793 | |
2794 | fi | |
10f2d63a VZ |
2795 | |
2796 | ||
2797 | eval "$ac_cv_use_profile" | |
2798 | if test "$no_cache" != 1; then | |
2799 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
2800 | fi | |
2801 | ||
2802 | if test "$wxUSE_PROFILE" = yes; then | |
a0b9e27f | 2803 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2804 | else |
a0b9e27f | 2805 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2806 | fi |
a0b9e27f | 2807 | |
10f2d63a | 2808 | |
5005acfe VZ |
2809 | enablestring= |
2810 | echo $ac_n "checking for --${enablestring:-enable}-no_rtti""... $ac_c" 1>&6 | |
2b5f62a0 | 2811 | echo "configure:2812: checking for --${enablestring:-enable}-no_rtti" >&5 |
10f2d63a VZ |
2812 | no_cache=0 |
2813 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
2814 | if test "${enable_no_rtti+set}" = set; then | |
2815 | enableval="$enable_no_rtti" | |
a0b9e27f | 2816 | |
10f2d63a VZ |
2817 | if test "$enableval" = yes; then |
2818 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
2819 | else | |
2820 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
2821 | fi | |
a0b9e27f | 2822 | |
10f2d63a | 2823 | else |
a0b9e27f | 2824 | |
10f2d63a VZ |
2825 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` |
2826 | if test "x$LINE" != x ; then | |
2827 | eval "DEFAULT_$LINE" | |
2828 | else | |
2829 | no_cache=1 | |
2830 | fi | |
2831 | ||
2832 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
a0b9e27f MB |
2833 | |
2834 | fi | |
10f2d63a VZ |
2835 | |
2836 | ||
2837 | eval "$ac_cv_use_no_rtti" | |
2838 | if test "$no_cache" != 1; then | |
2839 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
2840 | fi | |
2841 | ||
2842 | if test "$wxUSE_NO_RTTI" = yes; then | |
a0b9e27f | 2843 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2844 | else |
a0b9e27f | 2845 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2846 | fi |
a0b9e27f | 2847 | |
10f2d63a | 2848 | |
5005acfe VZ |
2849 | enablestring= |
2850 | echo $ac_n "checking for --${enablestring:-enable}-no_exceptions""... $ac_c" 1>&6 | |
2b5f62a0 | 2851 | echo "configure:2852: checking for --${enablestring:-enable}-no_exceptions" >&5 |
10f2d63a VZ |
2852 | no_cache=0 |
2853 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
2854 | if test "${enable_no_exceptions+set}" = set; then | |
2855 | enableval="$enable_no_exceptions" | |
a0b9e27f | 2856 | |
10f2d63a VZ |
2857 | if test "$enableval" = yes; then |
2858 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
2859 | else | |
2860 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
2861 | fi | |
a0b9e27f | 2862 | |
10f2d63a | 2863 | else |
a0b9e27f | 2864 | |
10f2d63a VZ |
2865 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` |
2866 | if test "x$LINE" != x ; then | |
2867 | eval "DEFAULT_$LINE" | |
2868 | else | |
2869 | no_cache=1 | |
2870 | fi | |
2871 | ||
2872 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
a0b9e27f MB |
2873 | |
2874 | fi | |
10f2d63a VZ |
2875 | |
2876 | ||
2877 | eval "$ac_cv_use_no_exceptions" | |
2878 | if test "$no_cache" != 1; then | |
2879 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
2880 | fi | |
2881 | ||
2882 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
a0b9e27f | 2883 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2884 | else |
a0b9e27f | 2885 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2886 | fi |
a0b9e27f | 2887 | |
10f2d63a | 2888 | |
5005acfe VZ |
2889 | enablestring= |
2890 | echo $ac_n "checking for --${enablestring:-enable}-permissive""... $ac_c" 1>&6 | |
2b5f62a0 | 2891 | echo "configure:2892: checking for --${enablestring:-enable}-permissive" >&5 |
10f2d63a VZ |
2892 | no_cache=0 |
2893 | # Check whether --enable-permissive or --disable-permissive was given. | |
2894 | if test "${enable_permissive+set}" = set; then | |
2895 | enableval="$enable_permissive" | |
a0b9e27f | 2896 | |
10f2d63a VZ |
2897 | if test "$enableval" = yes; then |
2898 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
2899 | else | |
2900 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
2901 | fi | |
a0b9e27f | 2902 | |
10f2d63a | 2903 | else |
a0b9e27f | 2904 | |
10f2d63a VZ |
2905 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` |
2906 | if test "x$LINE" != x ; then | |
2907 | eval "DEFAULT_$LINE" | |
2908 | else | |
2909 | no_cache=1 | |
2910 | fi | |
2911 | ||
2912 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
a0b9e27f MB |
2913 | |
2914 | fi | |
10f2d63a VZ |
2915 | |
2916 | ||
2917 | eval "$ac_cv_use_permissive" | |
2918 | if test "$no_cache" != 1; then | |
2919 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
2920 | fi | |
2921 | ||
2922 | if test "$wxUSE_PERMISSIVE" = yes; then | |
a0b9e27f | 2923 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2924 | else |
a0b9e27f | 2925 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2926 | fi |
a0b9e27f | 2927 | |
10f2d63a | 2928 | |
5005acfe VZ |
2929 | enablestring= |
2930 | echo $ac_n "checking for --${enablestring:-enable}-no_deps""... $ac_c" 1>&6 | |
2b5f62a0 | 2931 | echo "configure:2932: checking for --${enablestring:-enable}-no_deps" >&5 |
10f2d63a VZ |
2932 | no_cache=0 |
2933 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
2934 | if test "${enable_no_deps+set}" = set; then | |
2935 | enableval="$enable_no_deps" | |
a0b9e27f | 2936 | |
10f2d63a VZ |
2937 | if test "$enableval" = yes; then |
2938 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
2939 | else | |
2940 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
2941 | fi | |
a0b9e27f | 2942 | |
10f2d63a | 2943 | else |
a0b9e27f | 2944 | |
10f2d63a VZ |
2945 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` |
2946 | if test "x$LINE" != x ; then | |
2947 | eval "DEFAULT_$LINE" | |
2948 | else | |
2949 | no_cache=1 | |
2950 | fi | |
2951 | ||
2952 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
a0b9e27f MB |
2953 | |
2954 | fi | |
10f2d63a VZ |
2955 | |
2956 | ||
2957 | eval "$ac_cv_use_no_deps" | |
2958 | if test "$no_cache" != 1; then | |
2959 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
2960 | fi | |
2961 | ||
2962 | if test "$wxUSE_NO_DEPS" = yes; then | |
a0b9e27f | 2963 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 2964 | else |
a0b9e27f | 2965 | echo "$ac_t""no" 1>&6 |
10f2d63a | 2966 | fi |
a0b9e27f | 2967 | |
52127426 | 2968 | |
8284b0c5 | 2969 | |
5005acfe VZ |
2970 | enablestring= |
2971 | echo $ac_n "checking for --${enablestring:-enable}-compat20""... $ac_c" 1>&6 | |
2b5f62a0 | 2972 | echo "configure:2973: checking for --${enablestring:-enable}-compat20" >&5 |
54276ccf VZ |
2973 | no_cache=0 |
2974 | # Check whether --enable-compat20 or --disable-compat20 was given. | |
2975 | if test "${enable_compat20+set}" = set; then | |
2976 | enableval="$enable_compat20" | |
a0b9e27f | 2977 | |
54276ccf VZ |
2978 | if test "$enableval" = yes; then |
2979 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes' | |
2980 | else | |
2981 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no' | |
2982 | fi | |
a0b9e27f | 2983 | |
54276ccf | 2984 | else |
a0b9e27f | 2985 | |
54276ccf VZ |
2986 | LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}` |
2987 | if test "x$LINE" != x ; then | |
2988 | eval "DEFAULT_$LINE" | |
2989 | else | |
2990 | no_cache=1 | |
2991 | fi | |
2992 | ||
2993 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2 | |
a0b9e27f MB |
2994 | |
2995 | fi | |
54276ccf VZ |
2996 | |
2997 | ||
2998 | eval "$ac_cv_use_compat20" | |
2999 | if test "$no_cache" != 1; then | |
3000 | echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp | |
3001 | fi | |
3002 | ||
3003 | if test "$WXWIN_COMPATIBILITY_2" = yes; then | |
a0b9e27f | 3004 | echo "$ac_t""yes" 1>&6 |
54276ccf | 3005 | else |
a0b9e27f | 3006 | echo "$ac_t""no" 1>&6 |
54276ccf | 3007 | fi |
a0b9e27f | 3008 | |
54276ccf | 3009 | |
5005acfe VZ |
3010 | enablestring=disable |
3011 | echo $ac_n "checking for --${enablestring:-enable}-compat22""... $ac_c" 1>&6 | |
2b5f62a0 | 3012 | echo "configure:3013: checking for --${enablestring:-enable}-compat22" >&5 |
54276ccf VZ |
3013 | no_cache=0 |
3014 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
3015 | if test "${enable_compat22+set}" = set; then | |
3016 | enableval="$enable_compat22" | |
a0b9e27f | 3017 | |
54276ccf VZ |
3018 | if test "$enableval" = yes; then |
3019 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
3020 | else | |
3021 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
3022 | fi | |
a0b9e27f | 3023 | |
54276ccf | 3024 | else |
a0b9e27f | 3025 | |
54276ccf VZ |
3026 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` |
3027 | if test "x$LINE" != x ; then | |
3028 | eval "DEFAULT_$LINE" | |
3029 | else | |
3030 | no_cache=1 | |
3031 | fi | |
3032 | ||
3033 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
a0b9e27f MB |
3034 | |
3035 | fi | |
54276ccf VZ |
3036 | |
3037 | ||
3038 | eval "$ac_cv_use_compat22" | |
3039 | if test "$no_cache" != 1; then | |
3040 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
3041 | fi | |
3042 | ||
3043 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
a0b9e27f | 3044 | echo "$ac_t""yes" 1>&6 |
54276ccf | 3045 | else |
a0b9e27f | 3046 | echo "$ac_t""no" 1>&6 |
54276ccf | 3047 | fi |
a0b9e27f | 3048 | |
54276ccf | 3049 | |
3bd8fb5f RD |
3050 | # Check whether --enable-rpath or --disable-rpath was given. |
3051 | if test "${enable_rpath+set}" = set; then | |
3052 | enableval="$enable_rpath" | |
3053 | wxRPATH_DIR="$enableval" | |
a0b9e27f MB |
3054 | fi |
3055 | ||
3bd8fb5f RD |
3056 | |
3057 | if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then | |
3058 | WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR" | |
3059 | fi | |
3060 | ||
8284b0c5 MB |
3061 | |
3062 | ||
3063 | ||
5005acfe VZ |
3064 | enablestring= |
3065 | echo $ac_n "checking for --${enablestring:-enable}-intl""... $ac_c" 1>&6 | |
2b5f62a0 | 3066 | echo "configure:3067: checking for --${enablestring:-enable}-intl" >&5 |
10f2d63a VZ |
3067 | no_cache=0 |
3068 | # Check whether --enable-intl or --disable-intl was given. | |
3069 | if test "${enable_intl+set}" = set; then | |
3070 | enableval="$enable_intl" | |
a0b9e27f | 3071 | |
10f2d63a VZ |
3072 | if test "$enableval" = yes; then |
3073 | ac_cv_use_intl='wxUSE_INTL=yes' | |
3074 | else | |
3075 | ac_cv_use_intl='wxUSE_INTL=no' | |
3076 | fi | |
a0b9e27f | 3077 | |
10f2d63a | 3078 | else |
a0b9e27f | 3079 | |
10f2d63a VZ |
3080 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` |
3081 | if test "x$LINE" != x ; then | |
3082 | eval "DEFAULT_$LINE" | |
3083 | else | |
3084 | no_cache=1 | |
3085 | fi | |
3086 | ||
3087 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
a0b9e27f MB |
3088 | |
3089 | fi | |
10f2d63a VZ |
3090 | |
3091 | ||
3092 | eval "$ac_cv_use_intl" | |
3093 | if test "$no_cache" != 1; then | |
3094 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
3095 | fi | |
3096 | ||
3097 | if test "$wxUSE_INTL" = yes; then | |
a0b9e27f | 3098 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3099 | else |
a0b9e27f | 3100 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3101 | fi |
a0b9e27f | 3102 | |
10f2d63a | 3103 | |
5005acfe VZ |
3104 | enablestring= |
3105 | echo $ac_n "checking for --${enablestring:-enable}-config""... $ac_c" 1>&6 | |
2b5f62a0 | 3106 | echo "configure:3107: checking for --${enablestring:-enable}-config" >&5 |
10f2d63a VZ |
3107 | no_cache=0 |
3108 | # Check whether --enable-config or --disable-config was given. | |
3109 | if test "${enable_config+set}" = set; then | |
3110 | enableval="$enable_config" | |
a0b9e27f | 3111 | |
10f2d63a VZ |
3112 | if test "$enableval" = yes; then |
3113 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
3114 | else | |
3115 | ac_cv_use_config='wxUSE_CONFIG=no' | |
3116 | fi | |
a0b9e27f | 3117 | |
10f2d63a | 3118 | else |
a0b9e27f | 3119 | |
10f2d63a VZ |
3120 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` |
3121 | if test "x$LINE" != x ; then | |
3122 | eval "DEFAULT_$LINE" | |
3123 | else | |
3124 | no_cache=1 | |
3125 | fi | |
3126 | ||
3127 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
a0b9e27f MB |
3128 | |
3129 | fi | |
10f2d63a VZ |
3130 | |
3131 | ||
3132 | eval "$ac_cv_use_config" | |
3133 | if test "$no_cache" != 1; then | |
3134 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
3135 | fi | |
3136 | ||
3137 | if test "$wxUSE_CONFIG" = yes; then | |
a0b9e27f | 3138 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3139 | else |
a0b9e27f | 3140 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3141 | fi |
a0b9e27f | 3142 | |
52127426 | 3143 | |
8284b0c5 | 3144 | |
5005acfe VZ |
3145 | enablestring= |
3146 | echo $ac_n "checking for --${enablestring:-enable}-protocols""... $ac_c" 1>&6 | |
2b5f62a0 | 3147 | echo "configure:3148: checking for --${enablestring:-enable}-protocols" >&5 |
a1622950 VZ |
3148 | no_cache=0 |
3149 | # Check whether --enable-protocols or --disable-protocols was given. | |
3150 | if test "${enable_protocols+set}" = set; then | |
3151 | enableval="$enable_protocols" | |
a0b9e27f | 3152 | |
a1622950 VZ |
3153 | if test "$enableval" = yes; then |
3154 | ac_cv_use_protocols='wxUSE_PROTOCOL=yes' | |
3155 | else | |
3156 | ac_cv_use_protocols='wxUSE_PROTOCOL=no' | |
3157 | fi | |
a0b9e27f | 3158 | |
a1622950 | 3159 | else |
a0b9e27f | 3160 | |
a1622950 VZ |
3161 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` |
3162 | if test "x$LINE" != x ; then | |
3163 | eval "DEFAULT_$LINE" | |
3164 | else | |
3165 | no_cache=1 | |
3166 | fi | |
3167 | ||
3168 | ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
a0b9e27f MB |
3169 | |
3170 | fi | |
a1622950 VZ |
3171 | |
3172 | ||
3173 | eval "$ac_cv_use_protocols" | |
3174 | if test "$no_cache" != 1; then | |
3175 | echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp | |
3176 | fi | |
3177 | ||
3178 | if test "$wxUSE_PROTOCOL" = yes; then | |
a0b9e27f | 3179 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3180 | else |
a0b9e27f | 3181 | echo "$ac_t""no" 1>&6 |
a1622950 | 3182 | fi |
a0b9e27f | 3183 | |
a1622950 | 3184 | |
5005acfe VZ |
3185 | enablestring= |
3186 | echo $ac_n "checking for --${enablestring:-enable}-ftp""... $ac_c" 1>&6 | |
2b5f62a0 | 3187 | echo "configure:3188: checking for --${enablestring:-enable}-ftp" >&5 |
a1622950 VZ |
3188 | no_cache=0 |
3189 | # Check whether --enable-ftp or --disable-ftp was given. | |
3190 | if test "${enable_ftp+set}" = set; then | |
3191 | enableval="$enable_ftp" | |
a0b9e27f | 3192 | |
a1622950 VZ |
3193 | if test "$enableval" = yes; then |
3194 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes' | |
3195 | else | |
3196 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no' | |
3197 | fi | |
a0b9e27f | 3198 | |
a1622950 | 3199 | else |
a0b9e27f | 3200 | |
a1622950 VZ |
3201 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` |
3202 | if test "x$LINE" != x ; then | |
3203 | eval "DEFAULT_$LINE" | |
3204 | else | |
3205 | no_cache=1 | |
3206 | fi | |
3207 | ||
3208 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
a0b9e27f MB |
3209 | |
3210 | fi | |
a1622950 VZ |
3211 | |
3212 | ||
3213 | eval "$ac_cv_use_ftp" | |
3214 | if test "$no_cache" != 1; then | |
3215 | echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp | |
3216 | fi | |
3217 | ||
3218 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
a0b9e27f | 3219 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3220 | else |
a0b9e27f | 3221 | echo "$ac_t""no" 1>&6 |
a1622950 | 3222 | fi |
a0b9e27f | 3223 | |
a1622950 | 3224 | |
5005acfe VZ |
3225 | enablestring= |
3226 | echo $ac_n "checking for --${enablestring:-enable}-http""... $ac_c" 1>&6 | |
2b5f62a0 | 3227 | echo "configure:3228: checking for --${enablestring:-enable}-http" >&5 |
a1622950 VZ |
3228 | no_cache=0 |
3229 | # Check whether --enable-http or --disable-http was given. | |
3230 | if test "${enable_http+set}" = set; then | |
3231 | enableval="$enable_http" | |
a0b9e27f | 3232 | |
a1622950 VZ |
3233 | if test "$enableval" = yes; then |
3234 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes' | |
3235 | else | |
3236 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no' | |
3237 | fi | |
a0b9e27f | 3238 | |
a1622950 | 3239 | else |
a0b9e27f | 3240 | |
a1622950 VZ |
3241 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` |
3242 | if test "x$LINE" != x ; then | |
3243 | eval "DEFAULT_$LINE" | |
3244 | else | |
3245 | no_cache=1 | |
3246 | fi | |
3247 | ||
3248 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
a0b9e27f MB |
3249 | |
3250 | fi | |
a1622950 VZ |
3251 | |
3252 | ||
3253 | eval "$ac_cv_use_http" | |
3254 | if test "$no_cache" != 1; then | |
3255 | echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp | |
3256 | fi | |
3257 | ||
3258 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
a0b9e27f | 3259 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3260 | else |
a0b9e27f | 3261 | echo "$ac_t""no" 1>&6 |
a1622950 | 3262 | fi |
a0b9e27f | 3263 | |
a1622950 | 3264 | |
5005acfe VZ |
3265 | enablestring= |
3266 | echo $ac_n "checking for --${enablestring:-enable}-fileproto""... $ac_c" 1>&6 | |
2b5f62a0 | 3267 | echo "configure:3268: checking for --${enablestring:-enable}-fileproto" >&5 |
a1622950 VZ |
3268 | no_cache=0 |
3269 | # Check whether --enable-fileproto or --disable-fileproto was given. | |
3270 | if test "${enable_fileproto+set}" = set; then | |
3271 | enableval="$enable_fileproto" | |
a0b9e27f | 3272 | |
a1622950 VZ |
3273 | if test "$enableval" = yes; then |
3274 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes' | |
3275 | else | |
3276 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no' | |
3277 | fi | |
a0b9e27f | 3278 | |
a1622950 | 3279 | else |
a0b9e27f | 3280 | |
a1622950 VZ |
3281 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` |
3282 | if test "x$LINE" != x ; then | |
3283 | eval "DEFAULT_$LINE" | |
3284 | else | |
3285 | no_cache=1 | |
3286 | fi | |
3287 | ||
3288 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
a0b9e27f MB |
3289 | |
3290 | fi | |
a1622950 VZ |
3291 | |
3292 | ||
3293 | eval "$ac_cv_use_fileproto" | |
3294 | if test "$no_cache" != 1; then | |
3295 | echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp | |
3296 | fi | |
3297 | ||
3298 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
a0b9e27f | 3299 | echo "$ac_t""yes" 1>&6 |
a1622950 | 3300 | else |
a0b9e27f | 3301 | echo "$ac_t""no" 1>&6 |
a1622950 | 3302 | fi |
a0b9e27f | 3303 | |
a1622950 | 3304 | |
5005acfe VZ |
3305 | enablestring= |
3306 | echo $ac_n "checking for --${enablestring:-enable}-sockets""... $ac_c" 1>&6 | |
2b5f62a0 | 3307 | echo "configure:3308: checking for --${enablestring:-enable}-sockets" >&5 |
10f2d63a VZ |
3308 | no_cache=0 |
3309 | # Check whether --enable-sockets or --disable-sockets was given. | |
3310 | if test "${enable_sockets+set}" = set; then | |
3311 | enableval="$enable_sockets" | |
a0b9e27f | 3312 | |
10f2d63a VZ |
3313 | if test "$enableval" = yes; then |
3314 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
3315 | else | |
3316 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
3317 | fi | |
a0b9e27f | 3318 | |
10f2d63a | 3319 | else |
a0b9e27f | 3320 | |
10f2d63a VZ |
3321 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` |
3322 | if test "x$LINE" != x ; then | |
3323 | eval "DEFAULT_$LINE" | |
3324 | else | |
3325 | no_cache=1 | |
3326 | fi | |
3327 | ||
3328 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
a0b9e27f MB |
3329 | |
3330 | fi | |
10f2d63a VZ |
3331 | |
3332 | ||
3333 | eval "$ac_cv_use_sockets" | |
3334 | if test "$no_cache" != 1; then | |
3335 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
3336 | fi | |
3337 | ||
3338 | if test "$wxUSE_SOCKETS" = yes; then | |
a0b9e27f | 3339 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3340 | else |
a0b9e27f | 3341 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3342 | fi |
a0b9e27f | 3343 | |
8284b0c5 | 3344 | |
5005acfe VZ |
3345 | enablestring= |
3346 | echo $ac_n "checking for --${enablestring:-enable}-ole""... $ac_c" 1>&6 | |
2b5f62a0 | 3347 | echo "configure:3348: checking for --${enablestring:-enable}-ole" >&5 |
3bce6687 JS |
3348 | no_cache=0 |
3349 | # Check whether --enable-ole or --disable-ole was given. | |
3350 | if test "${enable_ole+set}" = set; then | |
3351 | enableval="$enable_ole" | |
3352 | ||
3353 | if test "$enableval" = yes; then | |
3354 | ac_cv_use_ole='wxUSE_OLE=yes' | |
3355 | else | |
3356 | ac_cv_use_ole='wxUSE_OLE=no' | |
3357 | fi | |
3358 | ||
3359 | else | |
3360 | ||
3361 | LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}` | |
3362 | if test "x$LINE" != x ; then | |
3363 | eval "DEFAULT_$LINE" | |
3364 | else | |
3365 | no_cache=1 | |
3366 | fi | |
3367 | ||
3368 | ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE | |
3369 | ||
3370 | fi | |
3371 | ||
3372 | ||
3373 | eval "$ac_cv_use_ole" | |
3374 | if test "$no_cache" != 1; then | |
3375 | echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp | |
3376 | fi | |
3377 | ||
3378 | if test "$wxUSE_OLE" = yes; then | |
3379 | echo "$ac_t""yes" 1>&6 | |
3380 | else | |
3381 | echo "$ac_t""no" 1>&6 | |
3382 | fi | |
3383 | ||
3384 | ||
5005acfe VZ |
3385 | enablestring= |
3386 | echo $ac_n "checking for --${enablestring:-enable}-dataobj""... $ac_c" 1>&6 | |
2b5f62a0 | 3387 | echo "configure:3388: checking for --${enablestring:-enable}-dataobj" >&5 |
3bce6687 JS |
3388 | no_cache=0 |
3389 | # Check whether --enable-dataobj or --disable-dataobj was given. | |
3390 | if test "${enable_dataobj+set}" = set; then | |
3391 | enableval="$enable_dataobj" | |
3392 | ||
3393 | if test "$enableval" = yes; then | |
3394 | ac_cv_use_dataobj='wxUSE_DATAOBJ=yes' | |
3395 | else | |
3396 | ac_cv_use_dataobj='wxUSE_DATAOBJ=no' | |
3397 | fi | |
3398 | ||
3399 | else | |
3400 | ||
3401 | LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}` | |
3402 | if test "x$LINE" != x ; then | |
3403 | eval "DEFAULT_$LINE" | |
3404 | else | |
3405 | no_cache=1 | |
3406 | fi | |
3407 | ||
3408 | ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ | |
3409 | ||
3410 | fi | |
3411 | ||
3412 | ||
3413 | eval "$ac_cv_use_dataobj" | |
3414 | if test "$no_cache" != 1; then | |
3415 | echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp | |
3416 | fi | |
3417 | ||
3418 | if test "$wxUSE_DATAOBJ" = yes; then | |
3419 | echo "$ac_t""yes" 1>&6 | |
3420 | else | |
3421 | echo "$ac_t""no" 1>&6 | |
3422 | fi | |
3423 | ||
3424 | ||
52127426 | 3425 | |
5005acfe VZ |
3426 | enablestring= |
3427 | echo $ac_n "checking for --${enablestring:-enable}-ipc""... $ac_c" 1>&6 | |
2b5f62a0 | 3428 | echo "configure:3429: checking for --${enablestring:-enable}-ipc" >&5 |
10f2d63a | 3429 | no_cache=0 |
eb4efbdc VZ |
3430 | # Check whether --enable-ipc or --disable-ipc was given. |
3431 | if test "${enable_ipc+set}" = set; then | |
3432 | enableval="$enable_ipc" | |
a0b9e27f | 3433 | |
10f2d63a | 3434 | if test "$enableval" = yes; then |
eb4efbdc | 3435 | ac_cv_use_ipc='wxUSE_IPC=yes' |
10f2d63a | 3436 | else |
eb4efbdc | 3437 | ac_cv_use_ipc='wxUSE_IPC=no' |
10f2d63a | 3438 | fi |
a0b9e27f | 3439 | |
10f2d63a | 3440 | else |
a0b9e27f | 3441 | |
eb4efbdc | 3442 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` |
10f2d63a VZ |
3443 | if test "x$LINE" != x ; then |
3444 | eval "DEFAULT_$LINE" | |
3445 | else | |
3446 | no_cache=1 | |
3447 | fi | |
3448 | ||
eb4efbdc | 3449 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC |
a0b9e27f MB |
3450 | |
3451 | fi | |
10f2d63a VZ |
3452 | |
3453 | ||
eb4efbdc | 3454 | eval "$ac_cv_use_ipc" |
10f2d63a | 3455 | if test "$no_cache" != 1; then |
eb4efbdc | 3456 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3457 | fi |
3458 | ||
eb4efbdc | 3459 | if test "$wxUSE_IPC" = yes; then |
a0b9e27f | 3460 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3461 | else |
a0b9e27f | 3462 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3463 | fi |
a0b9e27f | 3464 | |
52127426 | 3465 | |
8284b0c5 | 3466 | |
5005acfe VZ |
3467 | enablestring= |
3468 | echo $ac_n "checking for --${enablestring:-enable}-cmdline""... $ac_c" 1>&6 | |
2b5f62a0 | 3469 | echo "configure:3470: checking for --${enablestring:-enable}-cmdline" >&5 |
1e6feb95 VZ |
3470 | no_cache=0 |
3471 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
3472 | if test "${enable_cmdline+set}" = set; then | |
3473 | enableval="$enable_cmdline" | |
a0b9e27f | 3474 | |
1e6feb95 VZ |
3475 | if test "$enableval" = yes; then |
3476 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
3477 | else | |
3478 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
3479 | fi | |
a0b9e27f | 3480 | |
1e6feb95 | 3481 | else |
a0b9e27f | 3482 | |
1e6feb95 VZ |
3483 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` |
3484 | if test "x$LINE" != x ; then | |
3485 | eval "DEFAULT_$LINE" | |
3486 | else | |
3487 | no_cache=1 | |
3488 | fi | |
3489 | ||
3490 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
a0b9e27f MB |
3491 | |
3492 | fi | |
1e6feb95 VZ |
3493 | |
3494 | ||
3495 | eval "$ac_cv_use_cmdline" | |
3496 | if test "$no_cache" != 1; then | |
3497 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
3498 | fi | |
3499 | ||
3500 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
a0b9e27f | 3501 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3502 | else |
a0b9e27f | 3503 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3504 | fi |
a0b9e27f | 3505 | |
1e6feb95 | 3506 | |
5005acfe VZ |
3507 | enablestring= |
3508 | echo $ac_n "checking for --${enablestring:-enable}-datetime""... $ac_c" 1>&6 | |
2b5f62a0 | 3509 | echo "configure:3510: checking for --${enablestring:-enable}-datetime" >&5 |
1e6feb95 VZ |
3510 | no_cache=0 |
3511 | # Check whether --enable-datetime or --disable-datetime was given. | |
3512 | if test "${enable_datetime+set}" = set; then | |
3513 | enableval="$enable_datetime" | |
a0b9e27f | 3514 | |
1e6feb95 VZ |
3515 | if test "$enableval" = yes; then |
3516 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
3517 | else | |
3518 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
3519 | fi | |
a0b9e27f | 3520 | |
1e6feb95 | 3521 | else |
a0b9e27f | 3522 | |
1e6feb95 VZ |
3523 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` |
3524 | if test "x$LINE" != x ; then | |
3525 | eval "DEFAULT_$LINE" | |
3526 | else | |
3527 | no_cache=1 | |
3528 | fi | |
3529 | ||
3530 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
a0b9e27f MB |
3531 | |
3532 | fi | |
1e6feb95 VZ |
3533 | |
3534 | ||
3535 | eval "$ac_cv_use_datetime" | |
3536 | if test "$no_cache" != 1; then | |
3537 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
3538 | fi | |
3539 | ||
3540 | if test "$wxUSE_DATETIME" = yes; then | |
a0b9e27f | 3541 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3542 | else |
a0b9e27f | 3543 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3544 | fi |
a0b9e27f | 3545 | |
1e6feb95 | 3546 | |
5005acfe VZ |
3547 | enablestring= |
3548 | echo $ac_n "checking for --${enablestring:-enable}-timedate""... $ac_c" 1>&6 | |
2b5f62a0 | 3549 | echo "configure:3550: checking for --${enablestring:-enable}-timedate" >&5 |
1e6feb95 VZ |
3550 | no_cache=0 |
3551 | # Check whether --enable-timedate or --disable-timedate was given. | |
3552 | if test "${enable_timedate+set}" = set; then | |
3553 | enableval="$enable_timedate" | |
a0b9e27f | 3554 | |
1e6feb95 VZ |
3555 | if test "$enableval" = yes; then |
3556 | ac_cv_use_timedate='wxUSE_TIMEDATE=yes' | |
3557 | else | |
3558 | ac_cv_use_timedate='wxUSE_TIMEDATE=no' | |
3559 | fi | |
a0b9e27f | 3560 | |
1e6feb95 | 3561 | else |
a0b9e27f | 3562 | |
1e6feb95 VZ |
3563 | LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}` |
3564 | if test "x$LINE" != x ; then | |
3565 | eval "DEFAULT_$LINE" | |
3566 | else | |
3567 | no_cache=1 | |
3568 | fi | |
3569 | ||
3570 | ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE | |
a0b9e27f MB |
3571 | |
3572 | fi | |
1e6feb95 VZ |
3573 | |
3574 | ||
3575 | eval "$ac_cv_use_timedate" | |
3576 | if test "$no_cache" != 1; then | |
3577 | echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp | |
3578 | fi | |
3579 | ||
3580 | if test "$wxUSE_TIMEDATE" = yes; then | |
a0b9e27f | 3581 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3582 | else |
a0b9e27f | 3583 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3584 | fi |
a0b9e27f | 3585 | |
1e6feb95 | 3586 | |
5005acfe VZ |
3587 | enablestring= |
3588 | echo $ac_n "checking for --${enablestring:-enable}-stopwatch""... $ac_c" 1>&6 | |
2b5f62a0 | 3589 | echo "configure:3590: checking for --${enablestring:-enable}-stopwatch" >&5 |
1e6feb95 VZ |
3590 | no_cache=0 |
3591 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
3592 | if test "${enable_stopwatch+set}" = set; then | |
3593 | enableval="$enable_stopwatch" | |
a0b9e27f | 3594 | |
1e6feb95 VZ |
3595 | if test "$enableval" = yes; then |
3596 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
3597 | else | |
3598 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
3599 | fi | |
a0b9e27f | 3600 | |
1e6feb95 | 3601 | else |
a0b9e27f | 3602 | |
1e6feb95 VZ |
3603 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` |
3604 | if test "x$LINE" != x ; then | |
3605 | eval "DEFAULT_$LINE" | |
3606 | else | |
3607 | no_cache=1 | |
3608 | fi | |
3609 | ||
3610 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
a0b9e27f MB |
3611 | |
3612 | fi | |
1e6feb95 VZ |
3613 | |
3614 | ||
3615 | eval "$ac_cv_use_stopwatch" | |
3616 | if test "$no_cache" != 1; then | |
3617 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
3618 | fi | |
3619 | ||
3620 | if test "$wxUSE_STOPWATCH" = yes; then | |
a0b9e27f | 3621 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 3622 | else |
a0b9e27f | 3623 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 3624 | fi |
a0b9e27f | 3625 | |
1e6feb95 | 3626 | |
5005acfe VZ |
3627 | enablestring= |
3628 | echo $ac_n "checking for --${enablestring:-enable}-dialupman""... $ac_c" 1>&6 | |
2b5f62a0 | 3629 | echo "configure:3630: checking for --${enablestring:-enable}-dialupman" >&5 |
10f2d63a | 3630 | no_cache=0 |
eb4efbdc VZ |
3631 | # Check whether --enable-dialupman or --disable-dialupman was given. |
3632 | if test "${enable_dialupman+set}" = set; then | |
3633 | enableval="$enable_dialupman" | |
a0b9e27f | 3634 | |
10f2d63a | 3635 | if test "$enableval" = yes; then |
eb4efbdc | 3636 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' |
10f2d63a | 3637 | else |
eb4efbdc | 3638 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' |
10f2d63a | 3639 | fi |
a0b9e27f | 3640 | |
10f2d63a | 3641 | else |
a0b9e27f | 3642 | |
eb4efbdc | 3643 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` |
10f2d63a VZ |
3644 | if test "x$LINE" != x ; then |
3645 | eval "DEFAULT_$LINE" | |
3646 | else | |
3647 | no_cache=1 | |
3648 | fi | |
3649 | ||
eb4efbdc | 3650 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER |
a0b9e27f MB |
3651 | |
3652 | fi | |
10f2d63a VZ |
3653 | |
3654 | ||
eb4efbdc | 3655 | eval "$ac_cv_use_dialupman" |
10f2d63a | 3656 | if test "$no_cache" != 1; then |
eb4efbdc | 3657 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3658 | fi |
3659 | ||
eb4efbdc | 3660 | if test "$wxUSE_DIALUP_MANAGER" = yes; then |
a0b9e27f | 3661 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3662 | else |
a0b9e27f | 3663 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3664 | fi |
a0b9e27f | 3665 | |
10f2d63a | 3666 | |
5005acfe VZ |
3667 | enablestring= |
3668 | echo $ac_n "checking for --${enablestring:-enable}-apple_ieee""... $ac_c" 1>&6 | |
2b5f62a0 | 3669 | echo "configure:3670: checking for --${enablestring:-enable}-apple_ieee" >&5 |
10f2d63a VZ |
3670 | no_cache=0 |
3671 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
3672 | if test "${enable_apple_ieee+set}" = set; then | |
3673 | enableval="$enable_apple_ieee" | |
a0b9e27f | 3674 | |
10f2d63a VZ |
3675 | if test "$enableval" = yes; then |
3676 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
3677 | else | |
3678 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
3679 | fi | |
a0b9e27f | 3680 | |
10f2d63a | 3681 | else |
a0b9e27f | 3682 | |
10f2d63a VZ |
3683 | LINE=`grep "wxUSE_APPLE_IEEE" ${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_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
a0b9e27f MB |
3691 | |
3692 | fi | |
10f2d63a VZ |
3693 | |
3694 | ||
3695 | eval "$ac_cv_use_apple_ieee" | |
3696 | if test "$no_cache" != 1; then | |
3697 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
3698 | fi | |
3699 | ||
3700 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
a0b9e27f | 3701 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3702 | else |
a0b9e27f | 3703 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3704 | fi |
a0b9e27f | 3705 | |
10f2d63a | 3706 | |
5005acfe VZ |
3707 | enablestring= |
3708 | echo $ac_n "checking for --${enablestring:-enable}-timer""... $ac_c" 1>&6 | |
2b5f62a0 | 3709 | echo "configure:3710: checking for --${enablestring:-enable}-timer" >&5 |
10f2d63a | 3710 | no_cache=0 |
1e6feb95 VZ |
3711 | # Check whether --enable-timer or --disable-timer was given. |
3712 | if test "${enable_timer+set}" = set; then | |
3713 | enableval="$enable_timer" | |
a0b9e27f | 3714 | |
10f2d63a | 3715 | if test "$enableval" = yes; then |
1e6feb95 | 3716 | ac_cv_use_timer='wxUSE_TIMER=yes' |
10f2d63a | 3717 | else |
1e6feb95 | 3718 | ac_cv_use_timer='wxUSE_TIMER=no' |
10f2d63a | 3719 | fi |
a0b9e27f | 3720 | |
10f2d63a | 3721 | else |
a0b9e27f | 3722 | |
1e6feb95 | 3723 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` |
10f2d63a VZ |
3724 | if test "x$LINE" != x ; then |
3725 | eval "DEFAULT_$LINE" | |
3726 | else | |
3727 | no_cache=1 | |
3728 | fi | |
3729 | ||
1e6feb95 | 3730 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER |
a0b9e27f MB |
3731 | |
3732 | fi | |
10f2d63a VZ |
3733 | |
3734 | ||
1e6feb95 | 3735 | eval "$ac_cv_use_timer" |
10f2d63a | 3736 | if test "$no_cache" != 1; then |
1e6feb95 | 3737 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
3738 | fi |
3739 | ||
1e6feb95 | 3740 | if test "$wxUSE_TIMER" = yes; then |
a0b9e27f | 3741 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3742 | else |
a0b9e27f | 3743 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3744 | fi |
a0b9e27f | 3745 | |
10f2d63a | 3746 | |
5005acfe VZ |
3747 | enablestring= |
3748 | echo $ac_n "checking for --${enablestring:-enable}-wave""... $ac_c" 1>&6 | |
2b5f62a0 | 3749 | echo "configure:3750: checking for --${enablestring:-enable}-wave" >&5 |
10f2d63a VZ |
3750 | no_cache=0 |
3751 | # Check whether --enable-wave or --disable-wave was given. | |
3752 | if test "${enable_wave+set}" = set; then | |
3753 | enableval="$enable_wave" | |
a0b9e27f | 3754 | |
10f2d63a VZ |
3755 | if test "$enableval" = yes; then |
3756 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
3757 | else | |
3758 | ac_cv_use_wave='wxUSE_WAVE=no' | |
3759 | fi | |
a0b9e27f | 3760 | |
10f2d63a | 3761 | else |
a0b9e27f | 3762 | |
10f2d63a VZ |
3763 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` |
3764 | if test "x$LINE" != x ; then | |
3765 | eval "DEFAULT_$LINE" | |
3766 | else | |
3767 | no_cache=1 | |
3768 | fi | |
3769 | ||
3770 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
a0b9e27f MB |
3771 | |
3772 | fi | |
10f2d63a VZ |
3773 | |
3774 | ||
3775 | eval "$ac_cv_use_wave" | |
3776 | if test "$no_cache" != 1; then | |
3777 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
3778 | fi | |
3779 | ||
3780 | if test "$wxUSE_WAVE" = yes; then | |
a0b9e27f | 3781 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3782 | else |
a0b9e27f | 3783 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3784 | fi |
a0b9e27f | 3785 | |
10f2d63a | 3786 | |
5005acfe VZ |
3787 | enablestring= |
3788 | echo $ac_n "checking for --${enablestring:-enable}-fraction""... $ac_c" 1>&6 | |
2b5f62a0 | 3789 | echo "configure:3790: checking for --${enablestring:-enable}-fraction" >&5 |
10f2d63a VZ |
3790 | no_cache=0 |
3791 | # Check whether --enable-fraction or --disable-fraction was given. | |
3792 | if test "${enable_fraction+set}" = set; then | |
3793 | enableval="$enable_fraction" | |
a0b9e27f | 3794 | |
10f2d63a VZ |
3795 | if test "$enableval" = yes; then |
3796 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
3797 | else | |
3798 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
3799 | fi | |
a0b9e27f | 3800 | |
10f2d63a | 3801 | else |
a0b9e27f | 3802 | |
10f2d63a VZ |
3803 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` |
3804 | if test "x$LINE" != x ; then | |
3805 | eval "DEFAULT_$LINE" | |
3806 | else | |
3807 | no_cache=1 | |
3808 | fi | |
3809 | ||
3810 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
a0b9e27f MB |
3811 | |
3812 | fi | |
10f2d63a VZ |
3813 | |
3814 | ||
3815 | eval "$ac_cv_use_fraction" | |
3816 | if test "$no_cache" != 1; then | |
3817 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
3818 | fi | |
3819 | ||
3820 | if test "$wxUSE_FRACTION" = yes; then | |
a0b9e27f | 3821 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3822 | else |
a0b9e27f | 3823 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3824 | fi |
a0b9e27f | 3825 | |
10f2d63a | 3826 | |
5005acfe VZ |
3827 | enablestring= |
3828 | echo $ac_n "checking for --${enablestring:-enable}-dynlib""... $ac_c" 1>&6 | |
2b5f62a0 | 3829 | echo "configure:3830: checking for --${enablestring:-enable}-dynlib" >&5 |
10f2d63a VZ |
3830 | no_cache=0 |
3831 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
3832 | if test "${enable_dynlib+set}" = set; then | |
3833 | enableval="$enable_dynlib" | |
a0b9e27f | 3834 | |
10f2d63a VZ |
3835 | if test "$enableval" = yes; then |
3836 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
3837 | else | |
3838 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
3839 | fi | |
a0b9e27f | 3840 | |
10f2d63a | 3841 | else |
a0b9e27f | 3842 | |
10f2d63a VZ |
3843 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` |
3844 | if test "x$LINE" != x ; then | |
3845 | eval "DEFAULT_$LINE" | |
3846 | else | |
3847 | no_cache=1 | |
3848 | fi | |
3849 | ||
3850 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
a0b9e27f MB |
3851 | |
3852 | fi | |
10f2d63a VZ |
3853 | |
3854 | ||
3855 | eval "$ac_cv_use_dynlib" | |
3856 | if test "$no_cache" != 1; then | |
3857 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
3858 | fi | |
3859 | ||
3860 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
a0b9e27f | 3861 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3862 | else |
a0b9e27f | 3863 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3864 | fi |
a0b9e27f | 3865 | |
10f2d63a | 3866 | |
5005acfe VZ |
3867 | enablestring= |
3868 | echo $ac_n "checking for --${enablestring:-enable}-dynamicloader""... $ac_c" 1>&6 | |
2b5f62a0 | 3869 | echo "configure:3870: checking for --${enablestring:-enable}-dynamicloader" >&5 |
0b9ab0bd RL |
3870 | no_cache=0 |
3871 | # Check whether --enable-dynamicloader or --disable-dynamicloader was given. | |
3872 | if test "${enable_dynamicloader+set}" = set; then | |
3873 | enableval="$enable_dynamicloader" | |
a0b9e27f | 3874 | |
0b9ab0bd RL |
3875 | if test "$enableval" = yes; then |
3876 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes' | |
3877 | else | |
3878 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no' | |
3879 | fi | |
a0b9e27f | 3880 | |
0b9ab0bd | 3881 | else |
a0b9e27f | 3882 | |
0b9ab0bd RL |
3883 | LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}` |
3884 | if test "x$LINE" != x ; then | |
3885 | eval "DEFAULT_$LINE" | |
3886 | else | |
3887 | no_cache=1 | |
3888 | fi | |
3889 | ||
3890 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER | |
a0b9e27f MB |
3891 | |
3892 | fi | |
0b9ab0bd RL |
3893 | |
3894 | ||
3895 | eval "$ac_cv_use_dynamicloader" | |
3896 | if test "$no_cache" != 1; then | |
3897 | echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp | |
3898 | fi | |
3899 | ||
3900 | if test "$wxUSE_DYNAMIC_LOADER" = yes; then | |
a0b9e27f | 3901 | echo "$ac_t""yes" 1>&6 |
0b9ab0bd | 3902 | else |
a0b9e27f | 3903 | echo "$ac_t""no" 1>&6 |
0b9ab0bd | 3904 | fi |
a0b9e27f | 3905 | |
0b9ab0bd | 3906 | |
5005acfe VZ |
3907 | enablestring= |
3908 | echo $ac_n "checking for --${enablestring:-enable}-longlong""... $ac_c" 1>&6 | |
2b5f62a0 | 3909 | echo "configure:3910: checking for --${enablestring:-enable}-longlong" >&5 |
10f2d63a VZ |
3910 | no_cache=0 |
3911 | # Check whether --enable-longlong or --disable-longlong was given. | |
3912 | if test "${enable_longlong+set}" = set; then | |
3913 | enableval="$enable_longlong" | |
a0b9e27f | 3914 | |
10f2d63a VZ |
3915 | if test "$enableval" = yes; then |
3916 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
3917 | else | |
3918 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
3919 | fi | |
a0b9e27f | 3920 | |
10f2d63a | 3921 | else |
a0b9e27f | 3922 | |
10f2d63a VZ |
3923 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` |
3924 | if test "x$LINE" != x ; then | |
3925 | eval "DEFAULT_$LINE" | |
3926 | else | |
3927 | no_cache=1 | |
3928 | fi | |
3929 | ||
3930 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
a0b9e27f MB |
3931 | |
3932 | fi | |
10f2d63a VZ |
3933 | |
3934 | ||
3935 | eval "$ac_cv_use_longlong" | |
3936 | if test "$no_cache" != 1; then | |
3937 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
3938 | fi | |
3939 | ||
3940 | if test "$wxUSE_LONGLONG" = yes; then | |
a0b9e27f | 3941 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 3942 | else |
a0b9e27f | 3943 | echo "$ac_t""no" 1>&6 |
10f2d63a | 3944 | fi |
a0b9e27f | 3945 | |
10f2d63a | 3946 | |
5005acfe VZ |
3947 | enablestring= |
3948 | echo $ac_n "checking for --${enablestring:-enable}-geometry""... $ac_c" 1>&6 | |
2b5f62a0 | 3949 | echo "configure:3950: checking for --${enablestring:-enable}-geometry" >&5 |
e8f65ba6 RR |
3950 | no_cache=0 |
3951 | # Check whether --enable-geometry or --disable-geometry was given. | |
3952 | if test "${enable_geometry+set}" = set; then | |
3953 | enableval="$enable_geometry" | |
a0b9e27f | 3954 | |
e8f65ba6 RR |
3955 | if test "$enableval" = yes; then |
3956 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
3957 | else | |
3958 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
3959 | fi | |
a0b9e27f | 3960 | |
e8f65ba6 | 3961 | else |
a0b9e27f | 3962 | |
e8f65ba6 RR |
3963 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` |
3964 | if test "x$LINE" != x ; then | |
3965 | eval "DEFAULT_$LINE" | |
3966 | else | |
3967 | no_cache=1 | |
3968 | fi | |
3969 | ||
3970 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
a0b9e27f MB |
3971 | |
3972 | fi | |
e8f65ba6 RR |
3973 | |
3974 | ||
3975 | eval "$ac_cv_use_geometry" | |
3976 | if test "$no_cache" != 1; then | |
3977 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
3978 | fi | |
3979 | ||
3980 | if test "$wxUSE_GEOMETRY" = yes; then | |
a0b9e27f | 3981 | echo "$ac_t""yes" 1>&6 |
e8f65ba6 | 3982 | else |
a0b9e27f | 3983 | echo "$ac_t""no" 1>&6 |
e8f65ba6 | 3984 | fi |
a0b9e27f | 3985 | |
e8f65ba6 | 3986 | |
5005acfe VZ |
3987 | enablestring= |
3988 | echo $ac_n "checking for --${enablestring:-enable}-log""... $ac_c" 1>&6 | |
2b5f62a0 | 3989 | echo "configure:3990: checking for --${enablestring:-enable}-log" >&5 |
10f2d63a VZ |
3990 | no_cache=0 |
3991 | # Check whether --enable-log or --disable-log was given. | |
3992 | if test "${enable_log+set}" = set; then | |
3993 | enableval="$enable_log" | |
a0b9e27f | 3994 | |
10f2d63a VZ |
3995 | if test "$enableval" = yes; then |
3996 | ac_cv_use_log='wxUSE_LOG=yes' | |
3997 | else | |
3998 | ac_cv_use_log='wxUSE_LOG=no' | |
3999 | fi | |
a0b9e27f | 4000 | |
10f2d63a | 4001 | else |
a0b9e27f | 4002 | |
10f2d63a VZ |
4003 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` |
4004 | if test "x$LINE" != x ; then | |
4005 | eval "DEFAULT_$LINE" | |
4006 | else | |
4007 | no_cache=1 | |
4008 | fi | |
4009 | ||
4010 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
a0b9e27f MB |
4011 | |
4012 | fi | |
10f2d63a VZ |
4013 | |
4014 | ||
4015 | eval "$ac_cv_use_log" | |
4016 | if test "$no_cache" != 1; then | |
4017 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
4018 | fi | |
4019 | ||
4020 | if test "$wxUSE_LOG" = yes; then | |
a0b9e27f | 4021 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4022 | else |
a0b9e27f | 4023 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4024 | fi |
a0b9e27f | 4025 | |
10f2d63a | 4026 | |
5005acfe VZ |
4027 | enablestring= |
4028 | echo $ac_n "checking for --${enablestring:-enable}-streams""... $ac_c" 1>&6 | |
2b5f62a0 | 4029 | echo "configure:4030: checking for --${enablestring:-enable}-streams" >&5 |
10f2d63a VZ |
4030 | no_cache=0 |
4031 | # Check whether --enable-streams or --disable-streams was given. | |
4032 | if test "${enable_streams+set}" = set; then | |
4033 | enableval="$enable_streams" | |
a0b9e27f | 4034 | |
10f2d63a VZ |
4035 | if test "$enableval" = yes; then |
4036 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
4037 | else | |
4038 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
4039 | fi | |
a0b9e27f | 4040 | |
10f2d63a | 4041 | else |
a0b9e27f | 4042 | |
10f2d63a VZ |
4043 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` |
4044 | if test "x$LINE" != x ; then | |
4045 | eval "DEFAULT_$LINE" | |
4046 | else | |
4047 | no_cache=1 | |
4048 | fi | |
4049 | ||
4050 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
a0b9e27f MB |
4051 | |
4052 | fi | |
10f2d63a VZ |
4053 | |
4054 | ||
4055 | eval "$ac_cv_use_streams" | |
4056 | if test "$no_cache" != 1; then | |
4057 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
4058 | fi | |
4059 | ||
4060 | if test "$wxUSE_STREAMS" = yes; then | |
a0b9e27f | 4061 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4062 | else |
a0b9e27f | 4063 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4064 | fi |
a0b9e27f | 4065 | |
10f2d63a | 4066 | |
5005acfe VZ |
4067 | enablestring= |
4068 | echo $ac_n "checking for --${enablestring:-enable}-file""... $ac_c" 1>&6 | |
2b5f62a0 | 4069 | echo "configure:4070: checking for --${enablestring:-enable}-file" >&5 |
10f2d63a VZ |
4070 | no_cache=0 |
4071 | # Check whether --enable-file or --disable-file was given. | |
4072 | if test "${enable_file+set}" = set; then | |
4073 | enableval="$enable_file" | |
a0b9e27f | 4074 | |
10f2d63a VZ |
4075 | if test "$enableval" = yes; then |
4076 | ac_cv_use_file='wxUSE_FILE=yes' | |
4077 | else | |
4078 | ac_cv_use_file='wxUSE_FILE=no' | |
4079 | fi | |
a0b9e27f | 4080 | |
10f2d63a | 4081 | else |
a0b9e27f | 4082 | |
10f2d63a VZ |
4083 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` |
4084 | if test "x$LINE" != x ; then | |
4085 | eval "DEFAULT_$LINE" | |
4086 | else | |
4087 | no_cache=1 | |
4088 | fi | |
4089 | ||
4090 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
a0b9e27f MB |
4091 | |
4092 | fi | |
10f2d63a VZ |
4093 | |
4094 | ||
4095 | eval "$ac_cv_use_file" | |
4096 | if test "$no_cache" != 1; then | |
4097 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
4098 | fi | |
4099 | ||
4100 | if test "$wxUSE_FILE" = yes; then | |
a0b9e27f | 4101 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4102 | else |
a0b9e27f | 4103 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4104 | fi |
a0b9e27f | 4105 | |
10f2d63a | 4106 | |
5005acfe VZ |
4107 | enablestring= |
4108 | echo $ac_n "checking for --${enablestring:-enable}-ffile""... $ac_c" 1>&6 | |
2b5f62a0 | 4109 | echo "configure:4110: checking for --${enablestring:-enable}-ffile" >&5 |
10f2d63a | 4110 | no_cache=0 |
1e6feb95 VZ |
4111 | # Check whether --enable-ffile or --disable-ffile was given. |
4112 | if test "${enable_ffile+set}" = set; then | |
4113 | enableval="$enable_ffile" | |
a0b9e27f | 4114 | |
10f2d63a | 4115 | if test "$enableval" = yes; then |
1e6feb95 | 4116 | ac_cv_use_ffile='wxUSE_FFILE=yes' |
10f2d63a | 4117 | else |
1e6feb95 | 4118 | ac_cv_use_ffile='wxUSE_FFILE=no' |
10f2d63a | 4119 | fi |
a0b9e27f | 4120 | |
10f2d63a | 4121 | else |
a0b9e27f | 4122 | |
1e6feb95 | 4123 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
4124 | if test "x$LINE" != x ; then |
4125 | eval "DEFAULT_$LINE" | |
4126 | else | |
4127 | no_cache=1 | |
4128 | fi | |
4129 | ||
1e6feb95 | 4130 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE |
a0b9e27f MB |
4131 | |
4132 | fi | |
10f2d63a VZ |
4133 | |
4134 | ||
1e6feb95 | 4135 | eval "$ac_cv_use_ffile" |
10f2d63a | 4136 | if test "$no_cache" != 1; then |
1e6feb95 | 4137 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4138 | fi |
4139 | ||
1e6feb95 | 4140 | if test "$wxUSE_FFILE" = yes; then |
a0b9e27f | 4141 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4142 | else |
a0b9e27f | 4143 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4144 | fi |
a0b9e27f | 4145 | |
10f2d63a | 4146 | |
5005acfe VZ |
4147 | enablestring= |
4148 | echo $ac_n "checking for --${enablestring:-enable}-textbuf""... $ac_c" 1>&6 | |
2b5f62a0 | 4149 | echo "configure:4150: checking for --${enablestring:-enable}-textbuf" >&5 |
a3a584a7 VZ |
4150 | no_cache=0 |
4151 | # Check whether --enable-textbuf or --disable-textbuf was given. | |
4152 | if test "${enable_textbuf+set}" = set; then | |
4153 | enableval="$enable_textbuf" | |
a0b9e27f | 4154 | |
a3a584a7 VZ |
4155 | if test "$enableval" = yes; then |
4156 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes' | |
4157 | else | |
4158 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no' | |
4159 | fi | |
a0b9e27f | 4160 | |
a3a584a7 | 4161 | else |
a0b9e27f | 4162 | |
a3a584a7 VZ |
4163 | LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}` |
4164 | if test "x$LINE" != x ; then | |
4165 | eval "DEFAULT_$LINE" | |
4166 | else | |
4167 | no_cache=1 | |
4168 | fi | |
4169 | ||
4170 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER | |
a0b9e27f MB |
4171 | |
4172 | fi | |
a3a584a7 VZ |
4173 | |
4174 | ||
4175 | eval "$ac_cv_use_textbuf" | |
4176 | if test "$no_cache" != 1; then | |
4177 | echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp | |
4178 | fi | |
4179 | ||
4180 | if test "$wxUSE_TEXTBUFFER" = yes; then | |
a0b9e27f | 4181 | echo "$ac_t""yes" 1>&6 |
a3a584a7 | 4182 | else |
a0b9e27f | 4183 | echo "$ac_t""no" 1>&6 |
a3a584a7 | 4184 | fi |
a0b9e27f | 4185 | |
a3a584a7 | 4186 | |
5005acfe VZ |
4187 | enablestring= |
4188 | echo $ac_n "checking for --${enablestring:-enable}-textfile""... $ac_c" 1>&6 | |
2b5f62a0 | 4189 | echo "configure:4190: checking for --${enablestring:-enable}-textfile" >&5 |
10f2d63a | 4190 | no_cache=0 |
1e6feb95 VZ |
4191 | # Check whether --enable-textfile or --disable-textfile was given. |
4192 | if test "${enable_textfile+set}" = set; then | |
4193 | enableval="$enable_textfile" | |
a0b9e27f | 4194 | |
10f2d63a | 4195 | if test "$enableval" = yes; then |
1e6feb95 | 4196 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' |
10f2d63a | 4197 | else |
1e6feb95 | 4198 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' |
10f2d63a | 4199 | fi |
a0b9e27f | 4200 | |
10f2d63a | 4201 | else |
a0b9e27f | 4202 | |
1e6feb95 | 4203 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` |
10f2d63a VZ |
4204 | if test "x$LINE" != x ; then |
4205 | eval "DEFAULT_$LINE" | |
4206 | else | |
4207 | no_cache=1 | |
4208 | fi | |
4209 | ||
1e6feb95 | 4210 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE |
a0b9e27f MB |
4211 | |
4212 | fi | |
10f2d63a VZ |
4213 | |
4214 | ||
1e6feb95 | 4215 | eval "$ac_cv_use_textfile" |
10f2d63a | 4216 | if test "$no_cache" != 1; then |
1e6feb95 | 4217 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4218 | fi |
4219 | ||
1e6feb95 | 4220 | if test "$wxUSE_TEXTFILE" = yes; then |
a0b9e27f | 4221 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4222 | else |
a0b9e27f | 4223 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4224 | fi |
a0b9e27f | 4225 | |
10f2d63a | 4226 | |
5005acfe VZ |
4227 | enablestring= |
4228 | echo $ac_n "checking for --${enablestring:-enable}-fontmap""... $ac_c" 1>&6 | |
2b5f62a0 | 4229 | echo "configure:4230: checking for --${enablestring:-enable}-fontmap" >&5 |
10f2d63a | 4230 | no_cache=0 |
1e6feb95 VZ |
4231 | # Check whether --enable-fontmap or --disable-fontmap was given. |
4232 | if test "${enable_fontmap+set}" = set; then | |
4233 | enableval="$enable_fontmap" | |
a0b9e27f | 4234 | |
10f2d63a | 4235 | if test "$enableval" = yes; then |
1e6feb95 | 4236 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' |
10f2d63a | 4237 | else |
1e6feb95 | 4238 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' |
10f2d63a | 4239 | fi |
a0b9e27f | 4240 | |
10f2d63a | 4241 | else |
a0b9e27f | 4242 | |
1e6feb95 | 4243 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` |
10f2d63a VZ |
4244 | if test "x$LINE" != x ; then |
4245 | eval "DEFAULT_$LINE" | |
4246 | else | |
4247 | no_cache=1 | |
4248 | fi | |
4249 | ||
1e6feb95 | 4250 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP |
a0b9e27f MB |
4251 | |
4252 | fi | |
10f2d63a VZ |
4253 | |
4254 | ||
1e6feb95 | 4255 | eval "$ac_cv_use_fontmap" |
10f2d63a | 4256 | if test "$no_cache" != 1; then |
1e6feb95 | 4257 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
4258 | fi |
4259 | ||
1e6feb95 | 4260 | if test "$wxUSE_FONTMAP" = yes; then |
a0b9e27f | 4261 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4262 | else |
a0b9e27f | 4263 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4264 | fi |
a0b9e27f | 4265 | |
10f2d63a | 4266 | |
5005acfe VZ |
4267 | enablestring= |
4268 | echo $ac_n "checking for --${enablestring:-enable}-unicode""... $ac_c" 1>&6 | |
2b5f62a0 | 4269 | echo "configure:4270: checking for --${enablestring:-enable}-unicode" >&5 |
10f2d63a | 4270 | no_cache=0 |
1e6feb95 VZ |
4271 | # Check whether --enable-unicode or --disable-unicode was given. |
4272 | if test "${enable_unicode+set}" = set; then | |
4273 | enableval="$enable_unicode" | |
a0b9e27f | 4274 | |
1e6feb95 VZ |
4275 | if test "$enableval" = yes; then |
4276 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
4277 | else | |
4278 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
4279 | fi | |
a0b9e27f | 4280 | |
1e6feb95 | 4281 | else |
a0b9e27f | 4282 | |
1e6feb95 VZ |
4283 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` |
4284 | if test "x$LINE" != x ; then | |
4285 | eval "DEFAULT_$LINE" | |
4286 | else | |
4287 | no_cache=1 | |
4288 | fi | |
4289 | ||
4290 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
a0b9e27f MB |
4291 | |
4292 | fi | |
1e6feb95 VZ |
4293 | |
4294 | ||
4295 | eval "$ac_cv_use_unicode" | |
4296 | if test "$no_cache" != 1; then | |
4297 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
4298 | fi | |
4299 | ||
4300 | if test "$wxUSE_UNICODE" = yes; then | |
a0b9e27f | 4301 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 4302 | else |
a0b9e27f | 4303 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 4304 | fi |
a0b9e27f | 4305 | |
1e6feb95 | 4306 | |
5005acfe VZ |
4307 | enablestring= |
4308 | echo $ac_n "checking for --${enablestring:-enable}-mslu""... $ac_c" 1>&6 | |
2b5f62a0 | 4309 | echo "configure:4310: checking for --${enablestring:-enable}-mslu" >&5 |
a72a4bfa VS |
4310 | no_cache=0 |
4311 | # Check whether --enable-mslu or --disable-mslu was given. | |
4312 | if test "${enable_mslu+set}" = set; then | |
4313 | enableval="$enable_mslu" | |
a0b9e27f | 4314 | |
a72a4bfa VS |
4315 | if test "$enableval" = yes; then |
4316 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes' | |
4317 | else | |
4318 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no' | |
4319 | fi | |
a0b9e27f | 4320 | |
a72a4bfa | 4321 | else |
a0b9e27f | 4322 | |
a72a4bfa VS |
4323 | LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}` |
4324 | if test "x$LINE" != x ; then | |
4325 | eval "DEFAULT_$LINE" | |
4326 | else | |
4327 | no_cache=1 | |
4328 | fi | |
4329 | ||
4330 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU | |
a0b9e27f MB |
4331 | |
4332 | fi | |
a72a4bfa VS |
4333 | |
4334 | ||
4335 | eval "$ac_cv_use_mslu" | |
4336 | if test "$no_cache" != 1; then | |
4337 | echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp | |
4338 | fi | |
4339 | ||
4340 | if test "$wxUSE_UNICODE_MSLU" = yes; then | |
a0b9e27f | 4341 | echo "$ac_t""yes" 1>&6 |
a72a4bfa | 4342 | else |
a0b9e27f | 4343 | echo "$ac_t""no" 1>&6 |
a72a4bfa | 4344 | fi |
a0b9e27f | 4345 | |
a72a4bfa | 4346 | |
5005acfe VZ |
4347 | enablestring= |
4348 | echo $ac_n "checking for --${enablestring:-enable}-wxprintfv""... $ac_c" 1>&6 | |
2b5f62a0 | 4349 | echo "configure:4350: checking for --${enablestring:-enable}-wxprintfv" >&5 |
1e6feb95 VZ |
4350 | no_cache=0 |
4351 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
4352 | if test "${enable_wxprintfv+set}" = set; then | |
4353 | enableval="$enable_wxprintfv" | |
a0b9e27f | 4354 | |
1e6feb95 | 4355 | if test "$enableval" = yes; then |
10f2d63a VZ |
4356 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' |
4357 | else | |
4358 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
4359 | fi | |
a0b9e27f | 4360 | |
10f2d63a | 4361 | else |
a0b9e27f | 4362 | |
10f2d63a VZ |
4363 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` |
4364 | if test "x$LINE" != x ; then | |
4365 | eval "DEFAULT_$LINE" | |
4366 | else | |
4367 | no_cache=1 | |
4368 | fi | |
4369 | ||
4370 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
a0b9e27f MB |
4371 | |
4372 | fi | |
10f2d63a VZ |
4373 | |
4374 | ||
4375 | eval "$ac_cv_use_wxprintfv" | |
4376 | if test "$no_cache" != 1; then | |
4377 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
4378 | fi | |
4379 | ||
4380 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
a0b9e27f | 4381 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4382 | else |
a0b9e27f | 4383 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4384 | fi |
a0b9e27f | 4385 | |
10f2d63a | 4386 | |
5005acfe VZ |
4387 | enablestring= |
4388 | echo $ac_n "checking for --${enablestring:-enable}-std_iostreams""... $ac_c" 1>&6 | |
2b5f62a0 | 4389 | echo "configure:4390: checking for --${enablestring:-enable}-std_iostreams" >&5 |
10f2d63a VZ |
4390 | no_cache=0 |
4391 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
4392 | if test "${enable_std_iostreams+set}" = set; then | |
4393 | enableval="$enable_std_iostreams" | |
a0b9e27f | 4394 | |
10f2d63a VZ |
4395 | if test "$enableval" = yes; then |
4396 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
4397 | else | |
4398 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
4399 | fi | |
a0b9e27f | 4400 | |
10f2d63a | 4401 | else |
a0b9e27f | 4402 | |
10f2d63a VZ |
4403 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` |
4404 | if test "x$LINE" != x ; then | |
4405 | eval "DEFAULT_$LINE" | |
4406 | else | |
4407 | no_cache=1 | |
4408 | fi | |
4409 | ||
4410 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
a0b9e27f MB |
4411 | |
4412 | fi | |
10f2d63a VZ |
4413 | |
4414 | ||
4415 | eval "$ac_cv_use_std_iostreams" | |
4416 | if test "$no_cache" != 1; then | |
4417 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
4418 | fi | |
4419 | ||
4420 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
a0b9e27f | 4421 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4422 | else |
a0b9e27f | 4423 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4424 | fi |
a0b9e27f | 4425 | |
10f2d63a | 4426 | |
5005acfe VZ |
4427 | enablestring= |
4428 | echo $ac_n "checking for --${enablestring:-enable}-filesystem""... $ac_c" 1>&6 | |
2b5f62a0 | 4429 | echo "configure:4430: checking for --${enablestring:-enable}-filesystem" >&5 |
24528b0c VS |
4430 | no_cache=0 |
4431 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
4432 | if test "${enable_filesystem+set}" = set; then | |
4433 | enableval="$enable_filesystem" | |
a0b9e27f | 4434 | |
24528b0c VS |
4435 | if test "$enableval" = yes; then |
4436 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
4437 | else | |
4438 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
4439 | fi | |
a0b9e27f | 4440 | |
24528b0c | 4441 | else |
a0b9e27f | 4442 | |
24528b0c VS |
4443 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` |
4444 | if test "x$LINE" != x ; then | |
4445 | eval "DEFAULT_$LINE" | |
4446 | else | |
4447 | no_cache=1 | |
4448 | fi | |
4449 | ||
4450 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
a0b9e27f MB |
4451 | |
4452 | fi | |
24528b0c VS |
4453 | |
4454 | ||
4455 | eval "$ac_cv_use_filesystem" | |
4456 | if test "$no_cache" != 1; then | |
4457 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
4458 | fi | |
4459 | ||
4460 | if test "$wxUSE_FILESYSTEM" = yes; then | |
a0b9e27f | 4461 | echo "$ac_t""yes" 1>&6 |
24528b0c | 4462 | else |
a0b9e27f | 4463 | echo "$ac_t""no" 1>&6 |
24528b0c | 4464 | fi |
a0b9e27f | 4465 | |
24528b0c | 4466 | |
5005acfe VZ |
4467 | enablestring= |
4468 | echo $ac_n "checking for --${enablestring:-enable}-fs_inet""... $ac_c" 1>&6 | |
2b5f62a0 | 4469 | echo "configure:4470: checking for --${enablestring:-enable}-fs_inet" >&5 |
10f2d63a VZ |
4470 | no_cache=0 |
4471 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
4472 | if test "${enable_fs_inet+set}" = set; then | |
4473 | enableval="$enable_fs_inet" | |
a0b9e27f | 4474 | |
10f2d63a VZ |
4475 | if test "$enableval" = yes; then |
4476 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
4477 | else | |
4478 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
4479 | fi | |
a0b9e27f | 4480 | |
10f2d63a | 4481 | else |
a0b9e27f | 4482 | |
10f2d63a VZ |
4483 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` |
4484 | if test "x$LINE" != x ; then | |
4485 | eval "DEFAULT_$LINE" | |
4486 | else | |
4487 | no_cache=1 | |
4488 | fi | |
4489 | ||
4490 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
a0b9e27f MB |
4491 | |
4492 | fi | |
10f2d63a VZ |
4493 | |
4494 | ||
4495 | eval "$ac_cv_use_fs_inet" | |
4496 | if test "$no_cache" != 1; then | |
4497 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
4498 | fi | |
4499 | ||
4500 | if test "$wxUSE_FS_INET" = yes; then | |
a0b9e27f | 4501 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4502 | else |
a0b9e27f | 4503 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4504 | fi |
a0b9e27f | 4505 | |
10f2d63a | 4506 | |
5005acfe VZ |
4507 | enablestring= |
4508 | echo $ac_n "checking for --${enablestring:-enable}-fs_zip""... $ac_c" 1>&6 | |
2b5f62a0 | 4509 | echo "configure:4510: checking for --${enablestring:-enable}-fs_zip" >&5 |
10f2d63a VZ |
4510 | no_cache=0 |
4511 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
4512 | if test "${enable_fs_zip+set}" = set; then | |
4513 | enableval="$enable_fs_zip" | |
a0b9e27f | 4514 | |
10f2d63a VZ |
4515 | if test "$enableval" = yes; then |
4516 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
4517 | else | |
4518 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
4519 | fi | |
a0b9e27f | 4520 | |
10f2d63a | 4521 | else |
a0b9e27f | 4522 | |
10f2d63a VZ |
4523 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` |
4524 | if test "x$LINE" != x ; then | |
4525 | eval "DEFAULT_$LINE" | |
4526 | else | |
4527 | no_cache=1 | |
4528 | fi | |
4529 | ||
4530 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
a0b9e27f MB |
4531 | |
4532 | fi | |
10f2d63a VZ |
4533 | |
4534 | ||
4535 | eval "$ac_cv_use_fs_zip" | |
4536 | if test "$no_cache" != 1; then | |
4537 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
4538 | fi | |
4539 | ||
4540 | if test "$wxUSE_FS_ZIP" = yes; then | |
a0b9e27f | 4541 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4542 | else |
a0b9e27f | 4543 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4544 | fi |
a0b9e27f | 4545 | |
10f2d63a | 4546 | |
5005acfe VZ |
4547 | enablestring= |
4548 | echo $ac_n "checking for --${enablestring:-enable}-zipstream""... $ac_c" 1>&6 | |
2b5f62a0 | 4549 | echo "configure:4550: checking for --${enablestring:-enable}-zipstream" >&5 |
10f2d63a VZ |
4550 | no_cache=0 |
4551 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
4552 | if test "${enable_zipstream+set}" = set; then | |
4553 | enableval="$enable_zipstream" | |
a0b9e27f | 4554 | |
10f2d63a VZ |
4555 | if test "$enableval" = yes; then |
4556 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
4557 | else | |
4558 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
4559 | fi | |
a0b9e27f | 4560 | |
10f2d63a | 4561 | else |
a0b9e27f | 4562 | |
10f2d63a VZ |
4563 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` |
4564 | if test "x$LINE" != x ; then | |
4565 | eval "DEFAULT_$LINE" | |
4566 | else | |
4567 | no_cache=1 | |
4568 | fi | |
4569 | ||
4570 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
a0b9e27f MB |
4571 | |
4572 | fi | |
10f2d63a VZ |
4573 | |
4574 | ||
4575 | eval "$ac_cv_use_zipstream" | |
4576 | if test "$no_cache" != 1; then | |
4577 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
4578 | fi | |
4579 | ||
4580 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
a0b9e27f | 4581 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4582 | else |
a0b9e27f | 4583 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4584 | fi |
a0b9e27f | 4585 | |
8284b0c5 | 4586 | |
52127426 | 4587 | |
5005acfe VZ |
4588 | enablestring= |
4589 | echo $ac_n "checking for --${enablestring:-enable}-catch_segvs""... $ac_c" 1>&6 | |
2b5f62a0 | 4590 | echo "configure:4591: checking for --${enablestring:-enable}-catch_segvs" >&5 |
eb4efbdc VZ |
4591 | no_cache=0 |
4592 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. | |
4593 | if test "${enable_catch_segvs+set}" = set; then | |
4594 | enableval="$enable_catch_segvs" | |
a0b9e27f | 4595 | |
eb4efbdc VZ |
4596 | if test "$enableval" = yes; then |
4597 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' | |
4598 | else | |
4599 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' | |
4600 | fi | |
a0b9e27f | 4601 | |
eb4efbdc | 4602 | else |
a0b9e27f | 4603 | |
eb4efbdc VZ |
4604 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` |
4605 | if test "x$LINE" != x ; then | |
4606 | eval "DEFAULT_$LINE" | |
4607 | else | |
4608 | no_cache=1 | |
4609 | fi | |
4610 | ||
4611 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION | |
a0b9e27f MB |
4612 | |
4613 | fi | |
eb4efbdc VZ |
4614 | |
4615 | ||
4616 | eval "$ac_cv_use_catch_segvs" | |
4617 | if test "$no_cache" != 1; then | |
4618 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp | |
4619 | fi | |
4620 | ||
4621 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then | |
a0b9e27f | 4622 | echo "$ac_t""yes" 1>&6 |
eb4efbdc | 4623 | else |
a0b9e27f | 4624 | echo "$ac_t""no" 1>&6 |
eb4efbdc | 4625 | fi |
a0b9e27f | 4626 | |
eb4efbdc | 4627 | |
5005acfe VZ |
4628 | enablestring= |
4629 | echo $ac_n "checking for --${enablestring:-enable}-snglinst""... $ac_c" 1>&6 | |
2b5f62a0 | 4630 | echo "configure:4631: checking for --${enablestring:-enable}-snglinst" >&5 |
4f3c5f06 VZ |
4631 | no_cache=0 |
4632 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
4633 | if test "${enable_snglinst+set}" = set; then | |
4634 | enableval="$enable_snglinst" | |
a0b9e27f | 4635 | |
4f3c5f06 VZ |
4636 | if test "$enableval" = yes; then |
4637 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
4638 | else | |
4639 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
4640 | fi | |
a0b9e27f | 4641 | |
4f3c5f06 | 4642 | else |
a0b9e27f | 4643 | |
4f3c5f06 VZ |
4644 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` |
4645 | if test "x$LINE" != x ; then | |
4646 | eval "DEFAULT_$LINE" | |
4647 | else | |
4648 | no_cache=1 | |
4649 | fi | |
4650 | ||
4651 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
a0b9e27f MB |
4652 | |
4653 | fi | |
4f3c5f06 VZ |
4654 | |
4655 | ||
4656 | eval "$ac_cv_use_snglinst" | |
4657 | if test "$no_cache" != 1; then | |
4658 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
4659 | fi | |
4660 | ||
4661 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
a0b9e27f | 4662 | echo "$ac_t""yes" 1>&6 |
4f3c5f06 | 4663 | else |
a0b9e27f | 4664 | echo "$ac_t""no" 1>&6 |
4f3c5f06 | 4665 | fi |
a0b9e27f | 4666 | |
52127426 | 4667 | |
8284b0c5 | 4668 | |
5005acfe VZ |
4669 | enablestring= |
4670 | echo $ac_n "checking for --${enablestring:-enable}-mimetype""... $ac_c" 1>&6 | |
2b5f62a0 | 4671 | echo "configure:4672: checking for --${enablestring:-enable}-mimetype" >&5 |
1e6feb95 VZ |
4672 | no_cache=0 |
4673 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
4674 | if test "${enable_mimetype+set}" = set; then | |
4675 | enableval="$enable_mimetype" | |
a0b9e27f | 4676 | |
1e6feb95 VZ |
4677 | if test "$enableval" = yes; then |
4678 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
4679 | else | |
4680 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
4681 | fi | |
a0b9e27f | 4682 | |
1e6feb95 | 4683 | else |
a0b9e27f | 4684 | |
1e6feb95 VZ |
4685 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` |
4686 | if test "x$LINE" != x ; then | |
4687 | eval "DEFAULT_$LINE" | |
4688 | else | |
4689 | no_cache=1 | |
4690 | fi | |
4691 | ||
4692 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
a0b9e27f MB |
4693 | |
4694 | fi | |
1e6feb95 VZ |
4695 | |
4696 | ||
4697 | eval "$ac_cv_use_mimetype" | |
4698 | if test "$no_cache" != 1; then | |
4699 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
4700 | fi | |
4701 | ||
4702 | if test "$wxUSE_MIMETYPE" = yes; then | |
a0b9e27f | 4703 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 4704 | else |
a0b9e27f | 4705 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 4706 | fi |
a0b9e27f | 4707 | |
1e6feb95 | 4708 | |
5005acfe VZ |
4709 | enablestring= |
4710 | echo $ac_n "checking for --${enablestring:-enable}-system_options""... $ac_c" 1>&6 | |
2b5f62a0 | 4711 | echo "configure:4712: checking for --${enablestring:-enable}-system_options" >&5 |
3e44f09d VZ |
4712 | no_cache=0 |
4713 | # Check whether --enable-system_options or --disable-system_options was given. | |
4714 | if test "${enable_system_options+set}" = set; then | |
4715 | enableval="$enable_system_options" | |
a0b9e27f | 4716 | |
3e44f09d VZ |
4717 | if test "$enableval" = yes; then |
4718 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
4719 | else | |
4720 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
4721 | fi | |
a0b9e27f | 4722 | |
3e44f09d | 4723 | else |
a0b9e27f | 4724 | |
3e44f09d VZ |
4725 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` |
4726 | if test "x$LINE" != x ; then | |
4727 | eval "DEFAULT_$LINE" | |
4728 | else | |
4729 | no_cache=1 | |
4730 | fi | |
4731 | ||
4732 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
a0b9e27f MB |
4733 | |
4734 | fi | |
3e44f09d VZ |
4735 | |
4736 | ||
4737 | eval "$ac_cv_use_system_options" | |
4738 | if test "$no_cache" != 1; then | |
4739 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
4740 | fi | |
4741 | ||
4742 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
a0b9e27f | 4743 | echo "$ac_t""yes" 1>&6 |
3e44f09d | 4744 | else |
a0b9e27f | 4745 | echo "$ac_t""no" 1>&6 |
3e44f09d | 4746 | fi |
a0b9e27f | 4747 | |
8284b0c5 | 4748 | |
52127426 | 4749 | |
5005acfe VZ |
4750 | enablestring= |
4751 | echo $ac_n "checking for --${enablestring:-enable}-url""... $ac_c" 1>&6 | |
2b5f62a0 | 4752 | echo "configure:4753: checking for --${enablestring:-enable}-url" >&5 |
4cdb0ab0 VS |
4753 | no_cache=0 |
4754 | # Check whether --enable-url or --disable-url was given. | |
4755 | if test "${enable_url+set}" = set; then | |
4756 | enableval="$enable_url" | |
a0b9e27f | 4757 | |
4cdb0ab0 VS |
4758 | if test "$enableval" = yes; then |
4759 | ac_cv_use_url='wxUSE_URL=yes' | |
4760 | else | |
4761 | ac_cv_use_url='wxUSE_URL=no' | |
4762 | fi | |
a0b9e27f | 4763 | |
4cdb0ab0 | 4764 | else |
a0b9e27f | 4765 | |
4cdb0ab0 VS |
4766 | LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}` |
4767 | if test "x$LINE" != x ; then | |
4768 | eval "DEFAULT_$LINE" | |
4769 | else | |
4770 | no_cache=1 | |
4771 | fi | |
4772 | ||
4773 | ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL | |
a0b9e27f MB |
4774 | |
4775 | fi | |
4cdb0ab0 VS |
4776 | |
4777 | ||
4778 | eval "$ac_cv_use_url" | |
4779 | if test "$no_cache" != 1; then | |
4780 | echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp | |
4781 | fi | |
4782 | ||
4783 | if test "$wxUSE_URL" = yes; then | |
a0b9e27f | 4784 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4785 | else |
a0b9e27f | 4786 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4787 | fi |
a0b9e27f | 4788 | |
4cdb0ab0 | 4789 | |
5005acfe VZ |
4790 | enablestring= |
4791 | echo $ac_n "checking for --${enablestring:-enable}-protocol""... $ac_c" 1>&6 | |
2b5f62a0 | 4792 | echo "configure:4793: checking for --${enablestring:-enable}-protocol" >&5 |
4cdb0ab0 VS |
4793 | no_cache=0 |
4794 | # Check whether --enable-protocol or --disable-protocol was given. | |
4795 | if test "${enable_protocol+set}" = set; then | |
4796 | enableval="$enable_protocol" | |
a0b9e27f | 4797 | |
4cdb0ab0 VS |
4798 | if test "$enableval" = yes; then |
4799 | ac_cv_use_protocol='wxUSE_PROTOCOL=yes' | |
4800 | else | |
4801 | ac_cv_use_protocol='wxUSE_PROTOCOL=no' | |
4802 | fi | |
a0b9e27f | 4803 | |
4cdb0ab0 | 4804 | else |
a0b9e27f | 4805 | |
4cdb0ab0 VS |
4806 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` |
4807 | if test "x$LINE" != x ; then | |
4808 | eval "DEFAULT_$LINE" | |
4809 | else | |
4810 | no_cache=1 | |
4811 | fi | |
4812 | ||
4813 | ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
a0b9e27f MB |
4814 | |
4815 | fi | |
4cdb0ab0 VS |
4816 | |
4817 | ||
4818 | eval "$ac_cv_use_protocol" | |
4819 | if test "$no_cache" != 1; then | |
4820 | echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp | |
4821 | fi | |
4822 | ||
4823 | if test "$wxUSE_PROTOCOL" = yes; then | |
a0b9e27f | 4824 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4825 | else |
a0b9e27f | 4826 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4827 | fi |
a0b9e27f | 4828 | |
4cdb0ab0 | 4829 | |
5005acfe VZ |
4830 | enablestring= |
4831 | echo $ac_n "checking for --${enablestring:-enable}-protocol_http""... $ac_c" 1>&6 | |
2b5f62a0 | 4832 | echo "configure:4833: checking for --${enablestring:-enable}-protocol_http" >&5 |
4cdb0ab0 VS |
4833 | no_cache=0 |
4834 | # Check whether --enable-protocol_http or --disable-protocol_http was given. | |
4835 | if test "${enable_protocol_http+set}" = set; then | |
4836 | enableval="$enable_protocol_http" | |
a0b9e27f | 4837 | |
4cdb0ab0 VS |
4838 | if test "$enableval" = yes; then |
4839 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes' | |
4840 | else | |
4841 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no' | |
4842 | fi | |
a0b9e27f | 4843 | |
4cdb0ab0 | 4844 | else |
a0b9e27f | 4845 | |
4cdb0ab0 VS |
4846 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` |
4847 | if test "x$LINE" != x ; then | |
4848 | eval "DEFAULT_$LINE" | |
4849 | else | |
4850 | no_cache=1 | |
4851 | fi | |
4852 | ||
4853 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
a0b9e27f MB |
4854 | |
4855 | fi | |
4cdb0ab0 VS |
4856 | |
4857 | ||
4858 | eval "$ac_cv_use_protocol_http" | |
4859 | if test "$no_cache" != 1; then | |
4860 | echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp | |
4861 | fi | |
4862 | ||
4863 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
a0b9e27f | 4864 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4865 | else |
a0b9e27f | 4866 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4867 | fi |
a0b9e27f | 4868 | |
4cdb0ab0 | 4869 | |
5005acfe VZ |
4870 | enablestring= |
4871 | echo $ac_n "checking for --${enablestring:-enable}-protocol_ftp""... $ac_c" 1>&6 | |
2b5f62a0 | 4872 | echo "configure:4873: checking for --${enablestring:-enable}-protocol_ftp" >&5 |
4cdb0ab0 VS |
4873 | no_cache=0 |
4874 | # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given. | |
4875 | if test "${enable_protocol_ftp+set}" = set; then | |
4876 | enableval="$enable_protocol_ftp" | |
a0b9e27f | 4877 | |
4cdb0ab0 VS |
4878 | if test "$enableval" = yes; then |
4879 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes' | |
4880 | else | |
4881 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no' | |
4882 | fi | |
a0b9e27f | 4883 | |
4cdb0ab0 | 4884 | else |
a0b9e27f | 4885 | |
4cdb0ab0 VS |
4886 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` |
4887 | if test "x$LINE" != x ; then | |
4888 | eval "DEFAULT_$LINE" | |
4889 | else | |
4890 | no_cache=1 | |
4891 | fi | |
4892 | ||
4893 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
a0b9e27f MB |
4894 | |
4895 | fi | |
4cdb0ab0 VS |
4896 | |
4897 | ||
4898 | eval "$ac_cv_use_protocol_ftp" | |
4899 | if test "$no_cache" != 1; then | |
4900 | echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp | |
4901 | fi | |
4902 | ||
4903 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
a0b9e27f | 4904 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4905 | else |
a0b9e27f | 4906 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4907 | fi |
a0b9e27f | 4908 | |
4cdb0ab0 | 4909 | |
5005acfe VZ |
4910 | enablestring= |
4911 | echo $ac_n "checking for --${enablestring:-enable}-protocol_file""... $ac_c" 1>&6 | |
2b5f62a0 | 4912 | echo "configure:4913: checking for --${enablestring:-enable}-protocol_file" >&5 |
4cdb0ab0 VS |
4913 | no_cache=0 |
4914 | # Check whether --enable-protocol_file or --disable-protocol_file was given. | |
4915 | if test "${enable_protocol_file+set}" = set; then | |
4916 | enableval="$enable_protocol_file" | |
a0b9e27f | 4917 | |
4cdb0ab0 VS |
4918 | if test "$enableval" = yes; then |
4919 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes' | |
4920 | else | |
4921 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no' | |
4922 | fi | |
a0b9e27f | 4923 | |
4cdb0ab0 | 4924 | else |
a0b9e27f | 4925 | |
4cdb0ab0 VS |
4926 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` |
4927 | if test "x$LINE" != x ; then | |
4928 | eval "DEFAULT_$LINE" | |
4929 | else | |
4930 | no_cache=1 | |
4931 | fi | |
4932 | ||
4933 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
a0b9e27f MB |
4934 | |
4935 | fi | |
4cdb0ab0 VS |
4936 | |
4937 | ||
4938 | eval "$ac_cv_use_protocol_file" | |
4939 | if test "$no_cache" != 1; then | |
4940 | echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp | |
4941 | fi | |
4942 | ||
4943 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
a0b9e27f | 4944 | echo "$ac_t""yes" 1>&6 |
4cdb0ab0 | 4945 | else |
a0b9e27f | 4946 | echo "$ac_t""no" 1>&6 |
4cdb0ab0 | 4947 | fi |
a0b9e27f | 4948 | |
52127426 | 4949 | |
8284b0c5 MB |
4950 | |
4951 | ||
4952 | ||
5005acfe VZ |
4953 | enablestring= |
4954 | echo $ac_n "checking for --${enablestring:-enable}-threads""... $ac_c" 1>&6 | |
2b5f62a0 | 4955 | echo "configure:4956: checking for --${enablestring:-enable}-threads" >&5 |
10f2d63a VZ |
4956 | no_cache=0 |
4957 | # Check whether --enable-threads or --disable-threads was given. | |
4958 | if test "${enable_threads+set}" = set; then | |
4959 | enableval="$enable_threads" | |
a0b9e27f | 4960 | |
10f2d63a VZ |
4961 | if test "$enableval" = yes; then |
4962 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
4963 | else | |
4964 | ac_cv_use_threads='wxUSE_THREADS=no' | |
4965 | fi | |
a0b9e27f | 4966 | |
10f2d63a | 4967 | else |
a0b9e27f | 4968 | |
10f2d63a VZ |
4969 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` |
4970 | if test "x$LINE" != x ; then | |
4971 | eval "DEFAULT_$LINE" | |
4972 | else | |
4973 | no_cache=1 | |
4974 | fi | |
4975 | ||
4976 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
a0b9e27f MB |
4977 | |
4978 | fi | |
10f2d63a VZ |
4979 | |
4980 | ||
4981 | eval "$ac_cv_use_threads" | |
4982 | if test "$no_cache" != 1; then | |
4983 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
4984 | fi | |
4985 | ||
4986 | if test "$wxUSE_THREADS" = yes; then | |
a0b9e27f | 4987 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 4988 | else |
a0b9e27f | 4989 | echo "$ac_t""no" 1>&6 |
10f2d63a | 4990 | fi |
a0b9e27f | 4991 | |
10f2d63a | 4992 | |
b12915c1 VZ |
4993 | if test "$wxUSE_GUI" = "yes"; then |
4994 | ||
8284b0c5 MB |
4995 | |
4996 | ||
5005acfe VZ |
4997 | enablestring= |
4998 | echo $ac_n "checking for --${enablestring:-enable}-docview""... $ac_c" 1>&6 | |
2b5f62a0 | 4999 | echo "configure:5000: checking for --${enablestring:-enable}-docview" >&5 |
10f2d63a VZ |
5000 | no_cache=0 |
5001 | # Check whether --enable-docview or --disable-docview was given. | |
5002 | if test "${enable_docview+set}" = set; then | |
5003 | enableval="$enable_docview" | |
a0b9e27f | 5004 | |
10f2d63a VZ |
5005 | if test "$enableval" = yes; then |
5006 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
5007 | else | |
5008 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
5009 | fi | |
a0b9e27f | 5010 | |
10f2d63a | 5011 | else |
a0b9e27f | 5012 | |
10f2d63a VZ |
5013 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` |
5014 | if test "x$LINE" != x ; then | |
5015 | eval "DEFAULT_$LINE" | |
5016 | else | |
5017 | no_cache=1 | |
5018 | fi | |
5019 | ||
5020 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
a0b9e27f MB |
5021 | |
5022 | fi | |
10f2d63a VZ |
5023 | |
5024 | ||
5025 | eval "$ac_cv_use_docview" | |
5026 | if test "$no_cache" != 1; then | |
5027 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
5028 | fi | |
5029 | ||
5030 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
a0b9e27f | 5031 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5032 | else |
a0b9e27f | 5033 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5034 | fi |
a0b9e27f | 5035 | |
10f2d63a | 5036 | |
5005acfe VZ |
5037 | enablestring= |
5038 | echo $ac_n "checking for --${enablestring:-enable}-help""... $ac_c" 1>&6 | |
2b5f62a0 | 5039 | echo "configure:5040: checking for --${enablestring:-enable}-help" >&5 |
10f2d63a VZ |
5040 | no_cache=0 |
5041 | # Check whether --enable-help or --disable-help was given. | |
5042 | if test "${enable_help+set}" = set; then | |
5043 | enableval="$enable_help" | |
a0b9e27f | 5044 | |
10f2d63a VZ |
5045 | if test "$enableval" = yes; then |
5046 | ac_cv_use_help='wxUSE_HELP=yes' | |
5047 | else | |
5048 | ac_cv_use_help='wxUSE_HELP=no' | |
5049 | fi | |
a0b9e27f | 5050 | |
10f2d63a | 5051 | else |
a0b9e27f | 5052 | |
10f2d63a VZ |
5053 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` |
5054 | if test "x$LINE" != x ; then | |
5055 | eval "DEFAULT_$LINE" | |
5056 | else | |
5057 | no_cache=1 | |
5058 | fi | |
5059 | ||
5060 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
a0b9e27f MB |
5061 | |
5062 | fi | |
10f2d63a VZ |
5063 | |
5064 | ||
5065 | eval "$ac_cv_use_help" | |
5066 | if test "$no_cache" != 1; then | |
5067 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
5068 | fi | |
5069 | ||
5070 | if test "$wxUSE_HELP" = yes; then | |
a0b9e27f | 5071 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5072 | else |
a0b9e27f | 5073 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5074 | fi |
a0b9e27f | 5075 | |
10f2d63a | 5076 | |
5005acfe VZ |
5077 | enablestring= |
5078 | echo $ac_n "checking for --${enablestring:-enable}-mshtmlhelp""... $ac_c" 1>&6 | |
2b5f62a0 | 5079 | echo "configure:5080: checking for --${enablestring:-enable}-mshtmlhelp" >&5 |
29fd3c0c VS |
5080 | no_cache=0 |
5081 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
5082 | if test "${enable_mshtmlhelp+set}" = set; then | |
5083 | enableval="$enable_mshtmlhelp" | |
a0b9e27f | 5084 | |
29fd3c0c VS |
5085 | if test "$enableval" = yes; then |
5086 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
5087 | else | |
5088 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
5089 | fi | |
a0b9e27f | 5090 | |
29fd3c0c | 5091 | else |
a0b9e27f | 5092 | |
29fd3c0c VS |
5093 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` |
5094 | if test "x$LINE" != x ; then | |
5095 | eval "DEFAULT_$LINE" | |
5096 | else | |
5097 | no_cache=1 | |
5098 | fi | |
5099 | ||
5100 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
a0b9e27f MB |
5101 | |
5102 | fi | |
29fd3c0c VS |
5103 | |
5104 | ||
5105 | eval "$ac_cv_use_mshtmlhelp" | |
5106 | if test "$no_cache" != 1; then | |
5107 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
5108 | fi | |
5109 | ||
5110 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
a0b9e27f | 5111 | echo "$ac_t""yes" 1>&6 |
29fd3c0c | 5112 | else |
a0b9e27f | 5113 | echo "$ac_t""no" 1>&6 |
29fd3c0c | 5114 | fi |
a0b9e27f | 5115 | |
29fd3c0c | 5116 | |
5005acfe VZ |
5117 | enablestring= |
5118 | echo $ac_n "checking for --${enablestring:-enable}-html""... $ac_c" 1>&6 | |
2b5f62a0 | 5119 | echo "configure:5120: checking for --${enablestring:-enable}-html" >&5 |
3379ed37 VZ |
5120 | no_cache=0 |
5121 | # Check whether --enable-html or --disable-html was given. | |
5122 | if test "${enable_html+set}" = set; then | |
5123 | enableval="$enable_html" | |
a0b9e27f | 5124 | |
3379ed37 VZ |
5125 | if test "$enableval" = yes; then |
5126 | ac_cv_use_html='wxUSE_HTML=yes' | |
5127 | else | |
5128 | ac_cv_use_html='wxUSE_HTML=no' | |
5129 | fi | |
a0b9e27f | 5130 | |
3379ed37 | 5131 | else |
a0b9e27f | 5132 | |
3379ed37 VZ |
5133 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` |
5134 | if test "x$LINE" != x ; then | |
5135 | eval "DEFAULT_$LINE" | |
5136 | else | |
5137 | no_cache=1 | |
5138 | fi | |
5139 | ||
5140 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
a0b9e27f MB |
5141 | |
5142 | fi | |
3379ed37 VZ |
5143 | |
5144 | ||
5145 | eval "$ac_cv_use_html" | |
5146 | if test "$no_cache" != 1; then | |
5147 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
5148 | fi | |
5149 | ||
5150 | if test "$wxUSE_HTML" = yes; then | |
a0b9e27f | 5151 | echo "$ac_t""yes" 1>&6 |
3379ed37 | 5152 | else |
a0b9e27f | 5153 | echo "$ac_t""no" 1>&6 |
3379ed37 | 5154 | fi |
a0b9e27f | 5155 | |
3379ed37 | 5156 | |
5005acfe VZ |
5157 | enablestring= |
5158 | echo $ac_n "checking for --${enablestring:-enable}-htmlhelp""... $ac_c" 1>&6 | |
2b5f62a0 | 5159 | echo "configure:5160: checking for --${enablestring:-enable}-htmlhelp" >&5 |
3379ed37 VZ |
5160 | no_cache=0 |
5161 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
5162 | if test "${enable_htmlhelp+set}" = set; then | |
5163 | enableval="$enable_htmlhelp" | |
a0b9e27f | 5164 | |
3379ed37 VZ |
5165 | if test "$enableval" = yes; then |
5166 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
5167 | else | |
5168 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
5169 | fi | |
a0b9e27f | 5170 | |
3379ed37 | 5171 | else |
a0b9e27f | 5172 | |
3379ed37 VZ |
5173 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` |
5174 | if test "x$LINE" != x ; then | |
5175 | eval "DEFAULT_$LINE" | |
5176 | else | |
5177 | no_cache=1 | |
5178 | fi | |
5179 | ||
5180 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
a0b9e27f MB |
5181 | |
5182 | fi | |
3379ed37 VZ |
5183 | |
5184 | ||
5185 | eval "$ac_cv_use_htmlhelp" | |
5186 | if test "$no_cache" != 1; then | |
5187 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
5188 | fi | |
5189 | ||
5190 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
a0b9e27f | 5191 | echo "$ac_t""yes" 1>&6 |
3379ed37 | 5192 | else |
a0b9e27f | 5193 | echo "$ac_t""no" 1>&6 |
3379ed37 | 5194 | fi |
a0b9e27f | 5195 | |
3379ed37 | 5196 | |
5005acfe VZ |
5197 | enablestring= |
5198 | echo $ac_n "checking for --${enablestring:-enable}-constraints""... $ac_c" 1>&6 | |
2b5f62a0 | 5199 | echo "configure:5200: checking for --${enablestring:-enable}-constraints" >&5 |
10f2d63a VZ |
5200 | no_cache=0 |
5201 | # Check whether --enable-constraints or --disable-constraints was given. | |
5202 | if test "${enable_constraints+set}" = set; then | |
5203 | enableval="$enable_constraints" | |
a0b9e27f | 5204 | |
10f2d63a VZ |
5205 | if test "$enableval" = yes; then |
5206 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
5207 | else | |
5208 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
5209 | fi | |
a0b9e27f | 5210 | |
10f2d63a | 5211 | else |
a0b9e27f | 5212 | |
10f2d63a VZ |
5213 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` |
5214 | if test "x$LINE" != x ; then | |
5215 | eval "DEFAULT_$LINE" | |
5216 | else | |
5217 | no_cache=1 | |
5218 | fi | |
5219 | ||
5220 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
a0b9e27f MB |
5221 | |
5222 | fi | |
10f2d63a VZ |
5223 | |
5224 | ||
5225 | eval "$ac_cv_use_constraints" | |
5226 | if test "$no_cache" != 1; then | |
5227 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
5228 | fi | |
5229 | ||
5230 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
a0b9e27f | 5231 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5232 | else |
a0b9e27f | 5233 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5234 | fi |
a0b9e27f | 5235 | |
10f2d63a | 5236 | |
5005acfe VZ |
5237 | enablestring= |
5238 | echo $ac_n "checking for --${enablestring:-enable}-printarch""... $ac_c" 1>&6 | |
2b5f62a0 | 5239 | echo "configure:5240: checking for --${enablestring:-enable}-printarch" >&5 |
10f2d63a VZ |
5240 | no_cache=0 |
5241 | # Check whether --enable-printarch or --disable-printarch was given. | |
5242 | if test "${enable_printarch+set}" = set; then | |
5243 | enableval="$enable_printarch" | |
a0b9e27f | 5244 | |
10f2d63a VZ |
5245 | if test "$enableval" = yes; then |
5246 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
5247 | else | |
5248 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
5249 | fi | |
a0b9e27f | 5250 | |
10f2d63a | 5251 | else |
a0b9e27f | 5252 | |
10f2d63a VZ |
5253 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` |
5254 | if test "x$LINE" != x ; then | |
5255 | eval "DEFAULT_$LINE" | |
5256 | else | |
5257 | no_cache=1 | |
5258 | fi | |
5259 | ||
5260 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
a0b9e27f MB |
5261 | |
5262 | fi | |
10f2d63a VZ |
5263 | |
5264 | ||
5265 | eval "$ac_cv_use_printarch" | |
5266 | if test "$no_cache" != 1; then | |
5267 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
5268 | fi | |
5269 | ||
5270 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
a0b9e27f | 5271 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5272 | else |
a0b9e27f | 5273 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5274 | fi |
a0b9e27f | 5275 | |
10f2d63a | 5276 | |
5005acfe VZ |
5277 | enablestring= |
5278 | echo $ac_n "checking for --${enablestring:-enable}-mdi""... $ac_c" 1>&6 | |
2b5f62a0 | 5279 | echo "configure:5280: checking for --${enablestring:-enable}-mdi" >&5 |
10f2d63a VZ |
5280 | no_cache=0 |
5281 | # Check whether --enable-mdi or --disable-mdi was given. | |
5282 | if test "${enable_mdi+set}" = set; then | |
5283 | enableval="$enable_mdi" | |
a0b9e27f | 5284 | |
10f2d63a VZ |
5285 | if test "$enableval" = yes; then |
5286 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
5287 | else | |
5288 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
5289 | fi | |
a0b9e27f | 5290 | |
10f2d63a | 5291 | else |
a0b9e27f | 5292 | |
10f2d63a VZ |
5293 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` |
5294 | if test "x$LINE" != x ; then | |
5295 | eval "DEFAULT_$LINE" | |
5296 | else | |
5297 | no_cache=1 | |
5298 | fi | |
5299 | ||
5300 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
a0b9e27f MB |
5301 | |
5302 | fi | |
10f2d63a VZ |
5303 | |
5304 | ||
5305 | eval "$ac_cv_use_mdi" | |
5306 | if test "$no_cache" != 1; then | |
5307 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
5308 | fi | |
5309 | ||
5310 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
a0b9e27f | 5311 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5312 | else |
a0b9e27f | 5313 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5314 | fi |
a0b9e27f | 5315 | |
698dcdb6 | 5316 | |
5005acfe VZ |
5317 | enablestring= |
5318 | echo $ac_n "checking for --${enablestring:-enable}-loggui""... $ac_c" 1>&6 | |
2b5f62a0 | 5319 | echo "configure:5320: checking for --${enablestring:-enable}-loggui" >&5 |
1e6feb95 VZ |
5320 | no_cache=0 |
5321 | # Check whether --enable-loggui or --disable-loggui was given. | |
5322 | if test "${enable_loggui+set}" = set; then | |
5323 | enableval="$enable_loggui" | |
a0b9e27f | 5324 | |
1e6feb95 VZ |
5325 | if test "$enableval" = yes; then |
5326 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
5327 | else | |
5328 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
5329 | fi | |
a0b9e27f | 5330 | |
1e6feb95 | 5331 | else |
a0b9e27f | 5332 | |
1e6feb95 VZ |
5333 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` |
5334 | if test "x$LINE" != x ; then | |
5335 | eval "DEFAULT_$LINE" | |
5336 | else | |
5337 | no_cache=1 | |
5338 | fi | |
5339 | ||
5340 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
a0b9e27f MB |
5341 | |
5342 | fi | |
1e6feb95 VZ |
5343 | |
5344 | ||
5345 | eval "$ac_cv_use_loggui" | |
5346 | if test "$no_cache" != 1; then | |
5347 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
5348 | fi | |
5349 | ||
5350 | if test "$wxUSE_LOGGUI" = yes; then | |
a0b9e27f | 5351 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 5352 | else |
a0b9e27f | 5353 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 5354 | fi |
a0b9e27f | 5355 | |
1e6feb95 | 5356 | |
5005acfe VZ |
5357 | enablestring= |
5358 | echo $ac_n "checking for --${enablestring:-enable}-logwin""... $ac_c" 1>&6 | |
2b5f62a0 | 5359 | echo "configure:5360: checking for --${enablestring:-enable}-logwin" >&5 |
1e6feb95 VZ |
5360 | no_cache=0 |
5361 | # Check whether --enable-logwin or --disable-logwin was given. | |
5362 | if test "${enable_logwin+set}" = set; then | |
5363 | enableval="$enable_logwin" | |
a0b9e27f | 5364 | |
1e6feb95 VZ |
5365 | if test "$enableval" = yes; then |
5366 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
5367 | else | |
5368 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
5369 | fi | |
a0b9e27f | 5370 | |
1e6feb95 | 5371 | else |
a0b9e27f | 5372 | |
1e6feb95 VZ |
5373 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` |
5374 | if test "x$LINE" != x ; then | |
5375 | eval "DEFAULT_$LINE" | |
5376 | else | |
5377 | no_cache=1 | |
5378 | fi | |
5379 | ||
5380 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
a0b9e27f MB |
5381 | |
5382 | fi | |
1e6feb95 VZ |
5383 | |
5384 | ||
5385 | eval "$ac_cv_use_logwin" | |
5386 | if test "$no_cache" != 1; then | |
5387 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
5388 | fi | |
5389 | ||
5390 | if test "$wxUSE_LOGWINDOW" = yes; then | |
a0b9e27f | 5391 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 5392 | else |
a0b9e27f | 5393 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 5394 | fi |
a0b9e27f | 5395 | |
1e6feb95 | 5396 | |
5005acfe VZ |
5397 | enablestring= |
5398 | echo $ac_n "checking for --${enablestring:-enable}-logdialog""... $ac_c" 1>&6 | |
2b5f62a0 | 5399 | echo "configure:5400: checking for --${enablestring:-enable}-logdialog" >&5 |
69d27ff7 MB |
5400 | no_cache=0 |
5401 | # Check whether --enable-logdialog or --disable-logdialog was given. | |
5402 | if test "${enable_logdialog+set}" = set; then | |
5403 | enableval="$enable_logdialog" | |
a0b9e27f | 5404 | |
69d27ff7 MB |
5405 | if test "$enableval" = yes; then |
5406 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes' | |
5407 | else | |
5408 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=no' | |
5409 | fi | |
a0b9e27f | 5410 | |
69d27ff7 | 5411 | else |
a0b9e27f | 5412 | |
69d27ff7 MB |
5413 | LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}` |
5414 | if test "x$LINE" != x ; then | |
5415 | eval "DEFAULT_$LINE" | |
5416 | else | |
5417 | no_cache=1 | |
5418 | fi | |
5419 | ||
5420 | ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG | |
a0b9e27f MB |
5421 | |
5422 | fi | |
69d27ff7 MB |
5423 | |
5424 | ||
5425 | eval "$ac_cv_use_logdialog" | |
5426 | if test "$no_cache" != 1; then | |
5427 | echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp | |
5428 | fi | |
5429 | ||
5430 | if test "$wxUSE_LOGDIALOG" = yes; then | |
a0b9e27f | 5431 | echo "$ac_t""yes" 1>&6 |
69d27ff7 | 5432 | else |
a0b9e27f | 5433 | echo "$ac_t""no" 1>&6 |
69d27ff7 | 5434 | fi |
a0b9e27f | 5435 | |
8284b0c5 | 5436 | |
52127426 | 5437 | |
5005acfe VZ |
5438 | enablestring= |
5439 | echo $ac_n "checking for --${enablestring:-enable}-postscript""... $ac_c" 1>&6 | |
2b5f62a0 | 5440 | echo "configure:5441: checking for --${enablestring:-enable}-postscript" >&5 |
10f2d63a VZ |
5441 | no_cache=0 |
5442 | # Check whether --enable-postscript or --disable-postscript was given. | |
5443 | if test "${enable_postscript+set}" = set; then | |
5444 | enableval="$enable_postscript" | |
a0b9e27f | 5445 | |
10f2d63a VZ |
5446 | if test "$enableval" = yes; then |
5447 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
5448 | else | |
5449 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
5450 | fi | |
a0b9e27f | 5451 | |
10f2d63a | 5452 | else |
a0b9e27f | 5453 | |
10f2d63a VZ |
5454 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` |
5455 | if test "x$LINE" != x ; then | |
5456 | eval "DEFAULT_$LINE" | |
5457 | else | |
5458 | no_cache=1 | |
5459 | fi | |
5460 | ||
5461 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
a0b9e27f MB |
5462 | |
5463 | fi | |
10f2d63a VZ |
5464 | |
5465 | ||
5466 | eval "$ac_cv_use_postscript" | |
5467 | if test "$no_cache" != 1; then | |
5468 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
5469 | fi | |
5470 | ||
5471 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
a0b9e27f | 5472 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5473 | else |
a0b9e27f | 5474 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5475 | fi |
a0b9e27f | 5476 | |
8284b0c5 MB |
5477 | |
5478 | ||
52127426 | 5479 | |
8284b0c5 | 5480 | |
5005acfe VZ |
5481 | enablestring= |
5482 | echo $ac_n "checking for --${enablestring:-enable}-prologio""... $ac_c" 1>&6 | |
2b5f62a0 | 5483 | echo "configure:5484: checking for --${enablestring:-enable}-prologio" >&5 |
10f2d63a VZ |
5484 | no_cache=0 |
5485 | # Check whether --enable-prologio or --disable-prologio was given. | |
5486 | if test "${enable_prologio+set}" = set; then | |
5487 | enableval="$enable_prologio" | |
a0b9e27f | 5488 | |
10f2d63a VZ |
5489 | if test "$enableval" = yes; then |
5490 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
5491 | else | |
5492 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
5493 | fi | |
a0b9e27f | 5494 | |
10f2d63a | 5495 | else |
a0b9e27f | 5496 | |
10f2d63a VZ |
5497 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` |
5498 | if test "x$LINE" != x ; then | |
5499 | eval "DEFAULT_$LINE" | |
5500 | else | |
5501 | no_cache=1 | |
5502 | fi | |
5503 | ||
5504 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
a0b9e27f MB |
5505 | |
5506 | fi | |
10f2d63a VZ |
5507 | |
5508 | ||
5509 | eval "$ac_cv_use_prologio" | |
5510 | if test "$no_cache" != 1; then | |
5511 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
5512 | fi | |
5513 | ||
5514 | if test "$wxUSE_PROLOGIO" = yes; then | |
a0b9e27f | 5515 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5516 | else |
a0b9e27f | 5517 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5518 | fi |
a0b9e27f | 5519 | |
10f2d63a | 5520 | |
5005acfe VZ |
5521 | enablestring= |
5522 | echo $ac_n "checking for --${enablestring:-enable}-resources""... $ac_c" 1>&6 | |
2b5f62a0 | 5523 | echo "configure:5524: checking for --${enablestring:-enable}-resources" >&5 |
10f2d63a VZ |
5524 | no_cache=0 |
5525 | # Check whether --enable-resources or --disable-resources was given. | |
5526 | if test "${enable_resources+set}" = set; then | |
5527 | enableval="$enable_resources" | |
a0b9e27f | 5528 | |
10f2d63a VZ |
5529 | if test "$enableval" = yes; then |
5530 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
5531 | else | |
5532 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
5533 | fi | |
a0b9e27f | 5534 | |
10f2d63a | 5535 | else |
a0b9e27f | 5536 | |
10f2d63a VZ |
5537 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` |
5538 | if test "x$LINE" != x ; then | |
5539 | eval "DEFAULT_$LINE" | |
5540 | else | |
5541 | no_cache=1 | |
5542 | fi | |
5543 | ||
5544 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
a0b9e27f MB |
5545 | |
5546 | fi | |
10f2d63a VZ |
5547 | |
5548 | ||
5549 | eval "$ac_cv_use_resources" | |
5550 | if test "$no_cache" != 1; then | |
5551 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
5552 | fi | |
5553 | ||
5554 | if test "$wxUSE_RESOURCES" = yes; then | |
a0b9e27f | 5555 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5556 | else |
a0b9e27f | 5557 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5558 | fi |
a0b9e27f | 5559 | |
8284b0c5 | 5560 | |
52127426 | 5561 | |
5005acfe VZ |
5562 | enablestring= |
5563 | echo $ac_n "checking for --${enablestring:-enable}-xresources""... $ac_c" 1>&6 | |
2b5f62a0 | 5564 | echo "configure:5565: checking for --${enablestring:-enable}-xresources" >&5 |
10f2d63a VZ |
5565 | no_cache=0 |
5566 | # Check whether --enable-xresources or --disable-xresources was given. | |
5567 | if test "${enable_xresources+set}" = set; then | |
5568 | enableval="$enable_xresources" | |
a0b9e27f | 5569 | |
10f2d63a VZ |
5570 | if test "$enableval" = yes; then |
5571 | ac_cv_use_xresources='wxUSE_X_RESOURCES=yes' | |
5572 | else | |
5573 | ac_cv_use_xresources='wxUSE_X_RESOURCES=no' | |
5574 | fi | |
a0b9e27f | 5575 | |
10f2d63a | 5576 | else |
a0b9e27f | 5577 | |
10f2d63a VZ |
5578 | LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}` |
5579 | if test "x$LINE" != x ; then | |
5580 | eval "DEFAULT_$LINE" | |
5581 | else | |
5582 | no_cache=1 | |
5583 | fi | |
5584 | ||
5585 | ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES | |
a0b9e27f MB |
5586 | |
5587 | fi | |
10f2d63a VZ |
5588 | |
5589 | ||
5590 | eval "$ac_cv_use_xresources" | |
5591 | if test "$no_cache" != 1; then | |
5592 | echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp | |
5593 | fi | |
5594 | ||
5595 | if test "$wxUSE_X_RESOURCES" = yes; then | |
a0b9e27f | 5596 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5597 | else |
a0b9e27f | 5598 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5599 | fi |
a0b9e27f | 5600 | |
8284b0c5 MB |
5601 | |
5602 | ||
52127426 | 5603 | |
5005acfe VZ |
5604 | enablestring= |
5605 | echo $ac_n "checking for --${enablestring:-enable}-clipboard""... $ac_c" 1>&6 | |
2b5f62a0 | 5606 | echo "configure:5607: checking for --${enablestring:-enable}-clipboard" >&5 |
10f2d63a VZ |
5607 | no_cache=0 |
5608 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
5609 | if test "${enable_clipboard+set}" = set; then | |
5610 | enableval="$enable_clipboard" | |
a0b9e27f | 5611 | |
10f2d63a VZ |
5612 | if test "$enableval" = yes; then |
5613 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
5614 | else | |
5615 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
5616 | fi | |
a0b9e27f | 5617 | |
10f2d63a | 5618 | else |
a0b9e27f | 5619 | |
10f2d63a VZ |
5620 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` |
5621 | if test "x$LINE" != x ; then | |
5622 | eval "DEFAULT_$LINE" | |
5623 | else | |
5624 | no_cache=1 | |
5625 | fi | |
5626 | ||
5627 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
a0b9e27f MB |
5628 | |
5629 | fi | |
10f2d63a VZ |
5630 | |
5631 | ||
5632 | eval "$ac_cv_use_clipboard" | |
5633 | if test "$no_cache" != 1; then | |
5634 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
5635 | fi | |
5636 | ||
5637 | if test "$wxUSE_CLIPBOARD" = yes; then | |
a0b9e27f | 5638 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5639 | else |
a0b9e27f | 5640 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5641 | fi |
a0b9e27f | 5642 | |
10f2d63a | 5643 | |
5005acfe VZ |
5644 | enablestring= |
5645 | echo $ac_n "checking for --${enablestring:-enable}-dnd""... $ac_c" 1>&6 | |
2b5f62a0 | 5646 | echo "configure:5647: checking for --${enablestring:-enable}-dnd" >&5 |
10f2d63a VZ |
5647 | no_cache=0 |
5648 | # Check whether --enable-dnd or --disable-dnd was given. | |
5649 | if test "${enable_dnd+set}" = set; then | |
5650 | enableval="$enable_dnd" | |
a0b9e27f | 5651 | |
10f2d63a VZ |
5652 | if test "$enableval" = yes; then |
5653 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
5654 | else | |
5655 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
5656 | fi | |
a0b9e27f | 5657 | |
10f2d63a | 5658 | else |
a0b9e27f | 5659 | |
10f2d63a VZ |
5660 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` |
5661 | if test "x$LINE" != x ; then | |
5662 | eval "DEFAULT_$LINE" | |
5663 | else | |
5664 | no_cache=1 | |
5665 | fi | |
5666 | ||
5667 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
a0b9e27f MB |
5668 | |
5669 | fi | |
10f2d63a VZ |
5670 | |
5671 | ||
5672 | eval "$ac_cv_use_dnd" | |
5673 | if test "$no_cache" != 1; then | |
5674 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
5675 | fi | |
5676 | ||
5677 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
a0b9e27f | 5678 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5679 | else |
a0b9e27f | 5680 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5681 | fi |
a0b9e27f | 5682 | |
10f2d63a | 5683 | |
5005acfe VZ |
5684 | enablestring= |
5685 | echo $ac_n "checking for --${enablestring:-enable}-metafile""... $ac_c" 1>&6 | |
2b5f62a0 | 5686 | echo "configure:5687: checking for --${enablestring:-enable}-metafile" >&5 |
b64f0a5f RL |
5687 | no_cache=0 |
5688 | # Check whether --enable-metafile or --disable-metafile was given. | |
5689 | if test "${enable_metafile+set}" = set; then | |
5690 | enableval="$enable_metafile" | |
a0b9e27f | 5691 | |
b64f0a5f RL |
5692 | if test "$enableval" = yes; then |
5693 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
5694 | else | |
5695 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
5696 | fi | |
a0b9e27f | 5697 | |
b64f0a5f | 5698 | else |
a0b9e27f | 5699 | |
b64f0a5f RL |
5700 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
5701 | if test "x$LINE" != x ; then | |
5702 | eval "DEFAULT_$LINE" | |
5703 | else | |
5704 | no_cache=1 | |
5705 | fi | |
5706 | ||
5707 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
a0b9e27f MB |
5708 | |
5709 | fi | |
b64f0a5f RL |
5710 | |
5711 | ||
5712 | eval "$ac_cv_use_metafile" | |
5713 | if test "$no_cache" != 1; then | |
5714 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
5715 | fi | |
5716 | ||
5717 | if test "$wxUSE_METAFILE" = yes; then | |
a0b9e27f | 5718 | echo "$ac_t""yes" 1>&6 |
b64f0a5f | 5719 | else |
a0b9e27f | 5720 | echo "$ac_t""no" 1>&6 |
b64f0a5f | 5721 | fi |
a0b9e27f | 5722 | |
52127426 | 5723 | |
8284b0c5 | 5724 | |
5005acfe VZ |
5725 | enablestring= |
5726 | echo $ac_n "checking for --${enablestring:-enable}-treelayout""... $ac_c" 1>&6 | |
2b5f62a0 | 5727 | echo "configure:5728: checking for --${enablestring:-enable}-treelayout" >&5 |
10f2d63a | 5728 | no_cache=0 |
24176f2c GD |
5729 | # Check whether --enable-treelayout or --disable-treelayout was given. |
5730 | if test "${enable_treelayout+set}" = set; then | |
5731 | enableval="$enable_treelayout" | |
a0b9e27f | 5732 | |
10f2d63a | 5733 | if test "$enableval" = yes; then |
24176f2c | 5734 | ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes' |
10f2d63a | 5735 | else |
24176f2c | 5736 | ac_cv_use_treelayout='wxUSE_TREELAYOUT=no' |
10f2d63a | 5737 | fi |
a0b9e27f | 5738 | |
10f2d63a | 5739 | else |
a0b9e27f | 5740 | |
24176f2c | 5741 | LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}` |
10f2d63a VZ |
5742 | if test "x$LINE" != x ; then |
5743 | eval "DEFAULT_$LINE" | |
5744 | else | |
5745 | no_cache=1 | |
5746 | fi | |
5747 | ||
24176f2c | 5748 | ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT |
a0b9e27f MB |
5749 | |
5750 | fi | |
10f2d63a VZ |
5751 | |
5752 | ||
24176f2c | 5753 | eval "$ac_cv_use_treelayout" |
10f2d63a | 5754 | if test "$no_cache" != 1; then |
24176f2c | 5755 | echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
5756 | fi |
5757 | ||
24176f2c | 5758 | if test "$wxUSE_TREELAYOUT" = yes; then |
a0b9e27f | 5759 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5760 | else |
a0b9e27f | 5761 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5762 | fi |
a0b9e27f | 5763 | |
8284b0c5 | 5764 | |
52127426 | 5765 | |
8284b0c5 | 5766 | |
5005acfe VZ |
5767 | enablestring= |
5768 | echo $ac_n "checking for --${enablestring:-enable}-controls""... $ac_c" 1>&6 | |
2b5f62a0 | 5769 | echo "configure:5770: checking for --${enablestring:-enable}-controls" >&5 |
10f2d63a VZ |
5770 | no_cache=0 |
5771 | # Check whether --enable-controls or --disable-controls was given. | |
5772 | if test "${enable_controls+set}" = set; then | |
5773 | enableval="$enable_controls" | |
a0b9e27f | 5774 | |
10f2d63a VZ |
5775 | if test "$enableval" = yes; then |
5776 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
5777 | else | |
5778 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
5779 | fi | |
a0b9e27f | 5780 | |
10f2d63a | 5781 | else |
a0b9e27f | 5782 | |
10f2d63a VZ |
5783 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` |
5784 | if test "x$LINE" != x ; then | |
5785 | eval "DEFAULT_$LINE" | |
5786 | else | |
5787 | no_cache=1 | |
5788 | fi | |
5789 | ||
5790 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
a0b9e27f MB |
5791 | |
5792 | fi | |
10f2d63a VZ |
5793 | |
5794 | ||
5795 | eval "$ac_cv_use_controls" | |
5796 | if test "$no_cache" != 1; then | |
5797 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
5798 | fi | |
5799 | ||
5800 | if test "$wxUSE_CONTROLS" = yes; then | |
a0b9e27f | 5801 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5802 | else |
a0b9e27f | 5803 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5804 | fi |
a0b9e27f | 5805 | |
10f2d63a VZ |
5806 | |
5807 | if test "$wxUSE_CONTROLS" = "yes"; then | |
5808 | DEFAULT_wxUSE_ACCEL=yes | |
1e6feb95 VZ |
5809 | DEFAULT_wxUSE_BMPBUTTON=yes |
5810 | DEFAULT_wxUSE_BUTTON=yes | |
5811 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
5812 | DEFAULT_wxUSE_CARET=yes |
5813 | DEFAULT_wxUSE_COMBOBOX=yes | |
10f2d63a VZ |
5814 | DEFAULT_wxUSE_CHECKBOX=yes |
5815 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
5816 | DEFAULT_wxUSE_CHOICE=yes | |
5817 | DEFAULT_wxUSE_GAUGE=yes | |
5818 | DEFAULT_wxUSE_GRID=yes | |
cc977e5f | 5819 | DEFAULT_wxUSE_NEW_GRID=yes |
10f2d63a VZ |
5820 | DEFAULT_wxUSE_IMAGLIST=yes |
5821 | DEFAULT_wxUSE_LISTBOX=yes | |
5822 | DEFAULT_wxUSE_LISTCTRL=yes | |
5823 | DEFAULT_wxUSE_NOTEBOOK=yes | |
24176f2c | 5824 | DEFAULT_wxUSE_PROPSHEET=yes |
10f2d63a VZ |
5825 | DEFAULT_wxUSE_RADIOBOX=yes |
5826 | DEFAULT_wxUSE_RADIOBTN=yes | |
5827 | DEFAULT_wxUSE_SASH=yes | |
5828 | DEFAULT_wxUSE_SCROLLBAR=yes | |
5829 | DEFAULT_wxUSE_SLIDER=yes | |
5830 | DEFAULT_wxUSE_SPINBTN=yes | |
56cfaa52 | 5831 | DEFAULT_wxUSE_SPINCTRL=yes |
10f2d63a VZ |
5832 | DEFAULT_wxUSE_SPLITTER=yes |
5833 | DEFAULT_wxUSE_STATBMP=yes | |
5834 | DEFAULT_wxUSE_STATBOX=yes | |
5835 | DEFAULT_wxUSE_STATLINE=yes | |
5836 | DEFAULT_wxUSE_STATUSBAR=yes | |
5837 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
1db8dc4a | 5838 | DEFAULT_wxUSE_TOGGLEBTN=yes |
10f2d63a | 5839 | DEFAULT_wxUSE_TOOLBAR=yes |
360d6699 VZ |
5840 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes |
5841 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
10f2d63a VZ |
5842 | DEFAULT_wxUSE_TOOLTIPS=yes |
5843 | DEFAULT_wxUSE_TREECTRL=yes | |
9f41d601 | 5844 | DEFAULT_wxUSE_POPUPWIN=yes |
9926e4a4 | 5845 | DEFAULT_wxUSE_TIPWINDOW=yes |
10f2d63a VZ |
5846 | elif test "$wxUSE_CONTROLS" = "no"; then |
5847 | DEFAULT_wxUSE_ACCEL=no | |
1e6feb95 VZ |
5848 | DEFAULT_wxUSE_BMPBUTTON=no |
5849 | DEFAULT_wxUSE_BUTTON=no | |
5850 | DEFAULT_wxUSE_CALCTRL=no | |
10f2d63a VZ |
5851 | DEFAULT_wxUSE_CARET=no |
5852 | DEFAULT_wxUSE_COMBOBOX=no | |
10f2d63a VZ |
5853 | DEFAULT_wxUSE_CHECKBOX=no |
5854 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
5855 | DEFAULT_wxUSE_CHOICE=no | |
5856 | DEFAULT_wxUSE_GAUGE=no | |
5857 | DEFAULT_wxUSE_GRID=no | |
5858 | DEFAULT_wxUSE_NEW_GRID=no | |
5859 | DEFAULT_wxUSE_IMAGLIST=no | |
5860 | DEFAULT_wxUSE_LISTBOX=no | |
5861 | DEFAULT_wxUSE_LISTCTRL=no | |
5862 | DEFAULT_wxUSE_NOTEBOOK=no | |
24176f2c | 5863 | DEFAULT_wxUSE_PROPSHEET=no |
10f2d63a VZ |
5864 | DEFAULT_wxUSE_RADIOBOX=no |
5865 | DEFAULT_wxUSE_RADIOBTN=no | |
5866 | DEFAULT_wxUSE_SASH=no | |
5867 | DEFAULT_wxUSE_SCROLLBAR=no | |
5868 | DEFAULT_wxUSE_SLIDER=no | |
5869 | DEFAULT_wxUSE_SPINBTN=no | |
56cfaa52 | 5870 | DEFAULT_wxUSE_SPINCTRL=no |
10f2d63a VZ |
5871 | DEFAULT_wxUSE_SPLITTER=no |
5872 | DEFAULT_wxUSE_STATBMP=no | |
5873 | DEFAULT_wxUSE_STATBOX=no | |
5874 | DEFAULT_wxUSE_STATLINE=no | |
5875 | DEFAULT_wxUSE_STATUSBAR=no | |
5876 | DEFAULT_wxUSE_TAB_DIALOG=no | |
1db8dc4a | 5877 | DEFAULT_wxUSE_TOGGLEBTN=no |
10f2d63a | 5878 | DEFAULT_wxUSE_TOOLBAR=no |
360d6699 VZ |
5879 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no |
5880 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
10f2d63a VZ |
5881 | DEFAULT_wxUSE_TOOLTIPS=no |
5882 | DEFAULT_wxUSE_TREECTRL=no | |
9f41d601 | 5883 | DEFAULT_wxUSE_POPUPWIN=no |
9926e4a4 | 5884 | DEFAULT_wxUSE_TIPWINDOW=no |
10f2d63a VZ |
5885 | fi |
5886 | ||
8284b0c5 | 5887 | |
5005acfe VZ |
5888 | enablestring= |
5889 | echo $ac_n "checking for --${enablestring:-enable}-accel""... $ac_c" 1>&6 | |
2b5f62a0 | 5890 | echo "configure:5891: checking for --${enablestring:-enable}-accel" >&5 |
10f2d63a VZ |
5891 | no_cache=0 |
5892 | # Check whether --enable-accel or --disable-accel was given. | |
5893 | if test "${enable_accel+set}" = set; then | |
5894 | enableval="$enable_accel" | |
a0b9e27f | 5895 | |
10f2d63a VZ |
5896 | if test "$enableval" = yes; then |
5897 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
5898 | else | |
5899 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
5900 | fi | |
a0b9e27f | 5901 | |
10f2d63a | 5902 | else |
a0b9e27f | 5903 | |
10f2d63a VZ |
5904 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` |
5905 | if test "x$LINE" != x ; then | |
5906 | eval "DEFAULT_$LINE" | |
5907 | else | |
5908 | no_cache=1 | |
5909 | fi | |
5910 | ||
5911 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
a0b9e27f MB |
5912 | |
5913 | fi | |
10f2d63a VZ |
5914 | |
5915 | ||
5916 | eval "$ac_cv_use_accel" | |
5917 | if test "$no_cache" != 1; then | |
5918 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
5919 | fi | |
5920 | ||
5921 | if test "$wxUSE_ACCEL" = yes; then | |
a0b9e27f | 5922 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5923 | else |
a0b9e27f | 5924 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5925 | fi |
a0b9e27f | 5926 | |
10f2d63a | 5927 | |
5005acfe VZ |
5928 | enablestring= |
5929 | echo $ac_n "checking for --${enablestring:-enable}-button""... $ac_c" 1>&6 | |
2b5f62a0 | 5930 | echo "configure:5931: checking for --${enablestring:-enable}-button" >&5 |
10f2d63a | 5931 | no_cache=0 |
1e6feb95 VZ |
5932 | # Check whether --enable-button or --disable-button was given. |
5933 | if test "${enable_button+set}" = set; then | |
5934 | enableval="$enable_button" | |
a0b9e27f | 5935 | |
10f2d63a | 5936 | if test "$enableval" = yes; then |
1e6feb95 | 5937 | ac_cv_use_button='wxUSE_BUTTON=yes' |
10f2d63a | 5938 | else |
1e6feb95 | 5939 | ac_cv_use_button='wxUSE_BUTTON=no' |
10f2d63a | 5940 | fi |
a0b9e27f | 5941 | |
10f2d63a | 5942 | else |
a0b9e27f | 5943 | |
1e6feb95 | 5944 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` |
10f2d63a VZ |
5945 | if test "x$LINE" != x ; then |
5946 | eval "DEFAULT_$LINE" | |
5947 | else | |
5948 | no_cache=1 | |
5949 | fi | |
5950 | ||
1e6feb95 | 5951 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON |
a0b9e27f MB |
5952 | |
5953 | fi | |
10f2d63a VZ |
5954 | |
5955 | ||
1e6feb95 | 5956 | eval "$ac_cv_use_button" |
10f2d63a | 5957 | if test "$no_cache" != 1; then |
1e6feb95 | 5958 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
5959 | fi |
5960 | ||
1e6feb95 | 5961 | if test "$wxUSE_BUTTON" = yes; then |
a0b9e27f | 5962 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 5963 | else |
a0b9e27f | 5964 | echo "$ac_t""no" 1>&6 |
10f2d63a | 5965 | fi |
a0b9e27f | 5966 | |
10f2d63a | 5967 | |
5005acfe VZ |
5968 | enablestring= |
5969 | echo $ac_n "checking for --${enablestring:-enable}-bmpbutton""... $ac_c" 1>&6 | |
2b5f62a0 | 5970 | echo "configure:5971: checking for --${enablestring:-enable}-bmpbutton" >&5 |
10f2d63a VZ |
5971 | no_cache=0 |
5972 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
5973 | if test "${enable_bmpbutton+set}" = set; then | |
5974 | enableval="$enable_bmpbutton" | |
a0b9e27f | 5975 | |
10f2d63a VZ |
5976 | if test "$enableval" = yes; then |
5977 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
5978 | else | |
5979 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
5980 | fi | |
a0b9e27f | 5981 | |
10f2d63a | 5982 | else |
a0b9e27f | 5983 | |
10f2d63a VZ |
5984 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` |
5985 | if test "x$LINE" != x ; then | |
5986 | eval "DEFAULT_$LINE" | |
5987 | else | |
5988 | no_cache=1 | |
5989 | fi | |
5990 | ||
5991 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
a0b9e27f MB |
5992 | |
5993 | fi | |
10f2d63a VZ |
5994 | |
5995 | ||
5996 | eval "$ac_cv_use_bmpbutton" | |
5997 | if test "$no_cache" != 1; then | |
5998 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
5999 | fi | |
6000 | ||
6001 | if test "$wxUSE_BMPBUTTON" = yes; then | |
a0b9e27f | 6002 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6003 | else |
a0b9e27f | 6004 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6005 | fi |
a0b9e27f | 6006 | |
10f2d63a | 6007 | |
5005acfe VZ |
6008 | enablestring= |
6009 | echo $ac_n "checking for --${enablestring:-enable}-calendar""... $ac_c" 1>&6 | |
2b5f62a0 | 6010 | echo "configure:6011: checking for --${enablestring:-enable}-calendar" >&5 |
1e6feb95 VZ |
6011 | no_cache=0 |
6012 | # Check whether --enable-calendar or --disable-calendar was given. | |
6013 | if test "${enable_calendar+set}" = set; then | |
6014 | enableval="$enable_calendar" | |
a0b9e27f | 6015 | |
1e6feb95 VZ |
6016 | if test "$enableval" = yes; then |
6017 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
6018 | else | |
6019 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
6020 | fi | |
a0b9e27f | 6021 | |
1e6feb95 | 6022 | else |
a0b9e27f | 6023 | |
1e6feb95 VZ |
6024 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` |
6025 | if test "x$LINE" != x ; then | |
6026 | eval "DEFAULT_$LINE" | |
6027 | else | |
6028 | no_cache=1 | |
6029 | fi | |
6030 | ||
6031 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
a0b9e27f MB |
6032 | |
6033 | fi | |
1e6feb95 VZ |
6034 | |
6035 | ||
6036 | eval "$ac_cv_use_calendar" | |
6037 | if test "$no_cache" != 1; then | |
6038 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
6039 | fi | |
6040 | ||
6041 | if test "$wxUSE_CALCTRL" = yes; then | |
a0b9e27f | 6042 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 6043 | else |
a0b9e27f | 6044 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 6045 | fi |
a0b9e27f | 6046 | |
1e6feb95 | 6047 | |
5005acfe VZ |
6048 | enablestring= |
6049 | echo $ac_n "checking for --${enablestring:-enable}-caret""... $ac_c" 1>&6 | |
2b5f62a0 | 6050 | echo "configure:6051: checking for --${enablestring:-enable}-caret" >&5 |
1e6feb95 VZ |
6051 | no_cache=0 |
6052 | # Check whether --enable-caret or --disable-caret was given. | |
6053 | if test "${enable_caret+set}" = set; then | |
6054 | enableval="$enable_caret" | |
a0b9e27f | 6055 | |
1e6feb95 VZ |
6056 | if test "$enableval" = yes; then |
6057 | ac_cv_use_caret='wxUSE_CARET=yes' | |
6058 | else | |
6059 | ac_cv_use_caret='wxUSE_CARET=no' | |
6060 | fi | |
a0b9e27f | 6061 | |
1e6feb95 | 6062 | else |
a0b9e27f | 6063 | |
1e6feb95 VZ |
6064 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` |
6065 | if test "x$LINE" != x ; then | |
6066 | eval "DEFAULT_$LINE" | |
6067 | else | |
6068 | no_cache=1 | |
6069 | fi | |
6070 | ||
6071 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
a0b9e27f MB |
6072 | |
6073 | fi | |
1e6feb95 VZ |
6074 | |
6075 | ||
6076 | eval "$ac_cv_use_caret" | |
6077 | if test "$no_cache" != 1; then | |
6078 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
6079 | fi | |
6080 | ||
6081 | if test "$wxUSE_CARET" = yes; then | |
a0b9e27f | 6082 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 6083 | else |
a0b9e27f | 6084 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 6085 | fi |
a0b9e27f | 6086 | |
1e6feb95 | 6087 | |
5005acfe VZ |
6088 | enablestring= |
6089 | echo $ac_n "checking for --${enablestring:-enable}-checkbox""... $ac_c" 1>&6 | |
2b5f62a0 | 6090 | echo "configure:6091: checking for --${enablestring:-enable}-checkbox" >&5 |
10f2d63a VZ |
6091 | no_cache=0 |
6092 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
6093 | if test "${enable_checkbox+set}" = set; then | |
6094 | enableval="$enable_checkbox" | |
a0b9e27f | 6095 | |
10f2d63a VZ |
6096 | if test "$enableval" = yes; then |
6097 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
6098 | else | |
6099 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
6100 | fi | |
a0b9e27f | 6101 | |
10f2d63a | 6102 | else |
a0b9e27f | 6103 | |
10f2d63a VZ |
6104 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` |
6105 | if test "x$LINE" != x ; then | |
6106 | eval "DEFAULT_$LINE" | |
6107 | else | |
6108 | no_cache=1 | |
6109 | fi | |
6110 | ||
6111 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
a0b9e27f MB |
6112 | |
6113 | fi | |
10f2d63a VZ |
6114 | |
6115 | ||
6116 | eval "$ac_cv_use_checkbox" | |
6117 | if test "$no_cache" != 1; then | |
6118 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
6119 | fi | |
6120 | ||
6121 | if test "$wxUSE_CHECKBOX" = yes; then | |
a0b9e27f | 6122 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6123 | else |
a0b9e27f | 6124 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6125 | fi |
a0b9e27f | 6126 | |
10f2d63a | 6127 | |
5005acfe VZ |
6128 | enablestring= |
6129 | echo $ac_n "checking for --${enablestring:-enable}-checklst""... $ac_c" 1>&6 | |
2b5f62a0 | 6130 | echo "configure:6131: checking for --${enablestring:-enable}-checklst" >&5 |
10f2d63a VZ |
6131 | no_cache=0 |
6132 | # Check whether --enable-checklst or --disable-checklst was given. | |
6133 | if test "${enable_checklst+set}" = set; then | |
6134 | enableval="$enable_checklst" | |
a0b9e27f | 6135 | |
10f2d63a VZ |
6136 | if test "$enableval" = yes; then |
6137 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
6138 | else | |
6139 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
6140 | fi | |
a0b9e27f | 6141 | |
10f2d63a | 6142 | else |
a0b9e27f | 6143 | |
10f2d63a VZ |
6144 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` |
6145 | if test "x$LINE" != x ; then | |
6146 | eval "DEFAULT_$LINE" | |
6147 | else | |
6148 | no_cache=1 | |
6149 | fi | |
6150 | ||
6151 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
a0b9e27f MB |
6152 | |
6153 | fi | |
10f2d63a VZ |
6154 | |
6155 | ||
6156 | eval "$ac_cv_use_checklst" | |
6157 | if test "$no_cache" != 1; then | |
6158 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
6159 | fi | |
6160 | ||
6161 | if test "$wxUSE_CHECKLST" = yes; then | |
a0b9e27f | 6162 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6163 | else |
a0b9e27f | 6164 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6165 | fi |
a0b9e27f | 6166 | |
10f2d63a | 6167 | |
5005acfe VZ |
6168 | enablestring= |
6169 | echo $ac_n "checking for --${enablestring:-enable}-choice""... $ac_c" 1>&6 | |
2b5f62a0 | 6170 | echo "configure:6171: checking for --${enablestring:-enable}-choice" >&5 |
10f2d63a VZ |
6171 | no_cache=0 |
6172 | # Check whether --enable-choice or --disable-choice was given. | |
6173 | if test "${enable_choice+set}" = set; then | |
6174 | enableval="$enable_choice" | |
a0b9e27f | 6175 | |
10f2d63a VZ |
6176 | if test "$enableval" = yes; then |
6177 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
6178 | else | |
6179 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
6180 | fi | |
a0b9e27f | 6181 | |
10f2d63a | 6182 | else |
a0b9e27f | 6183 | |
10f2d63a VZ |
6184 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` |
6185 | if test "x$LINE" != x ; then | |
6186 | eval "DEFAULT_$LINE" | |
6187 | else | |
6188 | no_cache=1 | |
6189 | fi | |
6190 | ||
6191 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
a0b9e27f MB |
6192 | |
6193 | fi | |
10f2d63a VZ |
6194 | |
6195 | ||
6196 | eval "$ac_cv_use_choice" | |
6197 | if test "$no_cache" != 1; then | |
6198 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
6199 | fi | |
6200 | ||
6201 | if test "$wxUSE_CHOICE" = yes; then | |
a0b9e27f | 6202 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6203 | else |
a0b9e27f | 6204 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6205 | fi |
a0b9e27f | 6206 | |
10f2d63a | 6207 | |
5005acfe VZ |
6208 | enablestring= |
6209 | echo $ac_n "checking for --${enablestring:-enable}-combobox""... $ac_c" 1>&6 | |
2b5f62a0 | 6210 | echo "configure:6211: checking for --${enablestring:-enable}-combobox" >&5 |
10f2d63a VZ |
6211 | no_cache=0 |
6212 | # Check whether --enable-combobox or --disable-combobox was given. | |
6213 | if test "${enable_combobox+set}" = set; then | |
6214 | enableval="$enable_combobox" | |
a0b9e27f | 6215 | |
10f2d63a VZ |
6216 | if test "$enableval" = yes; then |
6217 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
6218 | else | |
6219 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
6220 | fi | |
a0b9e27f | 6221 | |
10f2d63a | 6222 | else |
a0b9e27f | 6223 | |
10f2d63a VZ |
6224 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` |
6225 | if test "x$LINE" != x ; then | |
6226 | eval "DEFAULT_$LINE" | |
6227 | else | |
6228 | no_cache=1 | |
6229 | fi | |
6230 | ||
6231 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
a0b9e27f MB |
6232 | |
6233 | fi | |
10f2d63a VZ |
6234 | |
6235 | ||
6236 | eval "$ac_cv_use_combobox" | |
6237 | if test "$no_cache" != 1; then | |
6238 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
6239 | fi | |
6240 | ||
6241 | if test "$wxUSE_COMBOBOX" = yes; then | |
a0b9e27f | 6242 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6243 | else |
a0b9e27f | 6244 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6245 | fi |
a0b9e27f | 6246 | |
10f2d63a | 6247 | |
5005acfe VZ |
6248 | enablestring= |
6249 | echo $ac_n "checking for --${enablestring:-enable}-gauge""... $ac_c" 1>&6 | |
2b5f62a0 | 6250 | echo "configure:6251: checking for --${enablestring:-enable}-gauge" >&5 |
10f2d63a VZ |
6251 | no_cache=0 |
6252 | # Check whether --enable-gauge or --disable-gauge was given. | |
6253 | if test "${enable_gauge+set}" = set; then | |
6254 | enableval="$enable_gauge" | |
a0b9e27f | 6255 | |
10f2d63a VZ |
6256 | if test "$enableval" = yes; then |
6257 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
6258 | else | |
6259 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
6260 | fi | |
a0b9e27f | 6261 | |
10f2d63a | 6262 | else |
a0b9e27f | 6263 | |
10f2d63a VZ |
6264 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` |
6265 | if test "x$LINE" != x ; then | |
6266 | eval "DEFAULT_$LINE" | |
6267 | else | |
6268 | no_cache=1 | |
6269 | fi | |
6270 | ||
6271 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
a0b9e27f MB |
6272 | |
6273 | fi | |
10f2d63a VZ |
6274 | |
6275 | ||
6276 | eval "$ac_cv_use_gauge" | |
6277 | if test "$no_cache" != 1; then | |
6278 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
6279 | fi | |
6280 | ||
6281 | if test "$wxUSE_GAUGE" = yes; then | |
a0b9e27f | 6282 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6283 | else |
a0b9e27f | 6284 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6285 | fi |
a0b9e27f | 6286 | |
10f2d63a | 6287 | |
5005acfe VZ |
6288 | enablestring= |
6289 | echo $ac_n "checking for --${enablestring:-enable}-grid""... $ac_c" 1>&6 | |
2b5f62a0 | 6290 | echo "configure:6291: checking for --${enablestring:-enable}-grid" >&5 |
10f2d63a VZ |
6291 | no_cache=0 |
6292 | # Check whether --enable-grid or --disable-grid was given. | |
6293 | if test "${enable_grid+set}" = set; then | |
6294 | enableval="$enable_grid" | |
a0b9e27f | 6295 | |
10f2d63a VZ |
6296 | if test "$enableval" = yes; then |
6297 | ac_cv_use_grid='wxUSE_GRID=yes' | |
6298 | else | |
6299 | ac_cv_use_grid='wxUSE_GRID=no' | |
6300 | fi | |
a0b9e27f | 6301 | |
10f2d63a | 6302 | else |
a0b9e27f | 6303 | |
10f2d63a VZ |
6304 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` |
6305 | if test "x$LINE" != x ; then | |
6306 | eval "DEFAULT_$LINE" | |
6307 | else | |
6308 | no_cache=1 | |
6309 | fi | |
6310 | ||
6311 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
a0b9e27f MB |
6312 | |
6313 | fi | |
10f2d63a VZ |
6314 | |
6315 | ||
6316 | eval "$ac_cv_use_grid" | |
6317 | if test "$no_cache" != 1; then | |
6318 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
6319 | fi | |
6320 | ||
6321 | if test "$wxUSE_GRID" = yes; then | |
a0b9e27f | 6322 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6323 | else |
a0b9e27f | 6324 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6325 | fi |
a0b9e27f | 6326 | |
10f2d63a | 6327 | |
5005acfe VZ |
6328 | enablestring= |
6329 | echo $ac_n "checking for --${enablestring:-enable}-newgrid""... $ac_c" 1>&6 | |
2b5f62a0 | 6330 | echo "configure:6331: checking for --${enablestring:-enable}-newgrid" >&5 |
10f2d63a VZ |
6331 | no_cache=0 |
6332 | # Check whether --enable-newgrid or --disable-newgrid was given. | |
6333 | if test "${enable_newgrid+set}" = set; then | |
6334 | enableval="$enable_newgrid" | |
a0b9e27f | 6335 | |
10f2d63a VZ |
6336 | if test "$enableval" = yes; then |
6337 | ac_cv_use_newgrid='wxUSE_NEW_GRID=yes' | |
6338 | else | |
6339 | ac_cv_use_newgrid='wxUSE_NEW_GRID=no' | |
6340 | fi | |
a0b9e27f | 6341 | |
10f2d63a | 6342 | else |
a0b9e27f | 6343 | |
10f2d63a VZ |
6344 | LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` |
6345 | if test "x$LINE" != x ; then | |
6346 | eval "DEFAULT_$LINE" | |
6347 | else | |
6348 | no_cache=1 | |
6349 | fi | |
6350 | ||
6351 | ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID | |
a0b9e27f MB |
6352 | |
6353 | fi | |
10f2d63a VZ |
6354 | |
6355 | ||
6356 | eval "$ac_cv_use_newgrid" | |
6357 | if test "$no_cache" != 1; then | |
6358 | echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp | |
6359 | fi | |
6360 | ||
6361 | if test "$wxUSE_NEW_GRID" = yes; then | |
a0b9e27f | 6362 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6363 | else |
a0b9e27f | 6364 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6365 | fi |
a0b9e27f | 6366 | |
10f2d63a | 6367 | |
5005acfe VZ |
6368 | enablestring= |
6369 | echo $ac_n "checking for --${enablestring:-enable}-imaglist""... $ac_c" 1>&6 | |
2b5f62a0 | 6370 | echo "configure:6371: checking for --${enablestring:-enable}-imaglist" >&5 |
10f2d63a VZ |
6371 | no_cache=0 |
6372 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
6373 | if test "${enable_imaglist+set}" = set; then | |
6374 | enableval="$enable_imaglist" | |
a0b9e27f | 6375 | |
10f2d63a VZ |
6376 | if test "$enableval" = yes; then |
6377 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
6378 | else | |
6379 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
6380 | fi | |
a0b9e27f | 6381 | |
10f2d63a | 6382 | else |
a0b9e27f | 6383 | |
10f2d63a VZ |
6384 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` |
6385 | if test "x$LINE" != x ; then | |
6386 | eval "DEFAULT_$LINE" | |
6387 | else | |
6388 | no_cache=1 | |
6389 | fi | |
6390 | ||
6391 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
a0b9e27f MB |
6392 | |
6393 | fi | |
10f2d63a VZ |
6394 | |
6395 | ||
6396 | eval "$ac_cv_use_imaglist" | |
6397 | if test "$no_cache" != 1; then | |
6398 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
6399 | fi | |
6400 | ||
6401 | if test "$wxUSE_IMAGLIST" = yes; then | |
a0b9e27f | 6402 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6403 | else |
a0b9e27f | 6404 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6405 | fi |
a0b9e27f | 6406 | |
10f2d63a | 6407 | |
5005acfe VZ |
6408 | enablestring= |
6409 | echo $ac_n "checking for --${enablestring:-enable}-listbox""... $ac_c" 1>&6 | |
2b5f62a0 | 6410 | echo "configure:6411: checking for --${enablestring:-enable}-listbox" >&5 |
10f2d63a VZ |
6411 | no_cache=0 |
6412 | # Check whether --enable-listbox or --disable-listbox was given. | |
6413 | if test "${enable_listbox+set}" = set; then | |
6414 | enableval="$enable_listbox" | |
a0b9e27f | 6415 | |
10f2d63a VZ |
6416 | if test "$enableval" = yes; then |
6417 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
6418 | else | |
6419 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
6420 | fi | |
a0b9e27f | 6421 | |
10f2d63a | 6422 | else |
a0b9e27f | 6423 | |
10f2d63a VZ |
6424 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` |
6425 | if test "x$LINE" != x ; then | |
6426 | eval "DEFAULT_$LINE" | |
6427 | else | |
6428 | no_cache=1 | |
6429 | fi | |
6430 | ||
6431 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
a0b9e27f MB |
6432 | |
6433 | fi | |
10f2d63a VZ |
6434 | |
6435 | ||
6436 | eval "$ac_cv_use_listbox" | |
6437 | if test "$no_cache" != 1; then | |
6438 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
6439 | fi | |
6440 | ||
6441 | if test "$wxUSE_LISTBOX" = yes; then | |
a0b9e27f | 6442 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6443 | else |
a0b9e27f | 6444 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6445 | fi |
a0b9e27f | 6446 | |
10f2d63a | 6447 | |
5005acfe VZ |
6448 | enablestring= |
6449 | echo $ac_n "checking for --${enablestring:-enable}-listctrl""... $ac_c" 1>&6 | |
2b5f62a0 | 6450 | echo "configure:6451: checking for --${enablestring:-enable}-listctrl" >&5 |
10f2d63a VZ |
6451 | no_cache=0 |
6452 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
6453 | if test "${enable_listctrl+set}" = set; then | |
6454 | enableval="$enable_listctrl" | |
a0b9e27f | 6455 | |
10f2d63a VZ |
6456 | if test "$enableval" = yes; then |
6457 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
6458 | else | |
6459 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
6460 | fi | |
a0b9e27f | 6461 | |
10f2d63a | 6462 | else |
a0b9e27f | 6463 | |
10f2d63a VZ |
6464 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` |
6465 | if test "x$LINE" != x ; then | |
6466 | eval "DEFAULT_$LINE" | |
6467 | else | |
6468 | no_cache=1 | |
6469 | fi | |
6470 | ||
6471 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
a0b9e27f MB |
6472 | |
6473 | fi | |
10f2d63a VZ |
6474 | |
6475 | ||
6476 | eval "$ac_cv_use_listctrl" | |
6477 | if test "$no_cache" != 1; then | |
6478 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
6479 | fi | |
6480 | ||
6481 | if test "$wxUSE_LISTCTRL" = yes; then | |
a0b9e27f | 6482 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6483 | else |
a0b9e27f | 6484 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6485 | fi |
a0b9e27f | 6486 | |
10f2d63a | 6487 | |
5005acfe VZ |
6488 | enablestring= |
6489 | echo $ac_n "checking for --${enablestring:-enable}-notebook""... $ac_c" 1>&6 | |
2b5f62a0 | 6490 | echo "configure:6491: checking for --${enablestring:-enable}-notebook" >&5 |
10f2d63a VZ |
6491 | no_cache=0 |
6492 | # Check whether --enable-notebook or --disable-notebook was given. | |
6493 | if test "${enable_notebook+set}" = set; then | |
6494 | enableval="$enable_notebook" | |
a0b9e27f | 6495 | |
10f2d63a VZ |
6496 | if test "$enableval" = yes; then |
6497 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
6498 | else | |
6499 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
6500 | fi | |
a0b9e27f | 6501 | |
10f2d63a | 6502 | else |
a0b9e27f | 6503 | |
10f2d63a VZ |
6504 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` |
6505 | if test "x$LINE" != x ; then | |
6506 | eval "DEFAULT_$LINE" | |
6507 | else | |
6508 | no_cache=1 | |
6509 | fi | |
6510 | ||
6511 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
a0b9e27f MB |
6512 | |
6513 | fi | |
10f2d63a VZ |
6514 | |
6515 | ||
6516 | eval "$ac_cv_use_notebook" | |
6517 | if test "$no_cache" != 1; then | |
6518 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
6519 | fi | |
6520 | ||
6521 | if test "$wxUSE_NOTEBOOK" = yes; then | |
a0b9e27f | 6522 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6523 | else |
a0b9e27f | 6524 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6525 | fi |
a0b9e27f | 6526 | |
10f2d63a | 6527 | |
5005acfe VZ |
6528 | enablestring= |
6529 | echo $ac_n "checking for --${enablestring:-enable}-propsheet""... $ac_c" 1>&6 | |
2b5f62a0 | 6530 | echo "configure:6531: checking for --${enablestring:-enable}-propsheet" >&5 |
24176f2c GD |
6531 | no_cache=0 |
6532 | # Check whether --enable-propsheet or --disable-propsheet was given. | |
6533 | if test "${enable_propsheet+set}" = set; then | |
6534 | enableval="$enable_propsheet" | |
a0b9e27f | 6535 | |
24176f2c GD |
6536 | if test "$enableval" = yes; then |
6537 | ac_cv_use_propsheet='wxUSE_PROPSHEET=yes' | |
6538 | else | |
6539 | ac_cv_use_propsheet='wxUSE_PROPSHEET=no' | |
6540 | fi | |
a0b9e27f | 6541 | |
24176f2c | 6542 | else |
a0b9e27f | 6543 | |
24176f2c GD |
6544 | LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}` |
6545 | if test "x$LINE" != x ; then | |
6546 | eval "DEFAULT_$LINE" | |
6547 | else | |
6548 | no_cache=1 | |
6549 | fi | |
6550 | ||
6551 | ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET | |
a0b9e27f MB |
6552 | |
6553 | fi | |
24176f2c GD |
6554 | |
6555 | ||
6556 | eval "$ac_cv_use_propsheet" | |
6557 | if test "$no_cache" != 1; then | |
6558 | echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp | |
6559 | fi | |
6560 | ||
6561 | if test "$wxUSE_PROPSHEET" = yes; then | |
a0b9e27f | 6562 | echo "$ac_t""yes" 1>&6 |
24176f2c | 6563 | else |
a0b9e27f | 6564 | echo "$ac_t""no" 1>&6 |
24176f2c | 6565 | fi |
a0b9e27f | 6566 | |
24176f2c | 6567 | |
5005acfe VZ |
6568 | enablestring= |
6569 | echo $ac_n "checking for --${enablestring:-enable}-radiobox""... $ac_c" 1>&6 | |
2b5f62a0 | 6570 | echo "configure:6571: checking for --${enablestring:-enable}-radiobox" >&5 |
10f2d63a VZ |
6571 | no_cache=0 |
6572 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
6573 | if test "${enable_radiobox+set}" = set; then | |
6574 | enableval="$enable_radiobox" | |
a0b9e27f | 6575 | |
10f2d63a VZ |
6576 | if test "$enableval" = yes; then |
6577 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
6578 | else | |
6579 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
6580 | fi | |
a0b9e27f | 6581 | |
10f2d63a | 6582 | else |
a0b9e27f | 6583 | |
10f2d63a VZ |
6584 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` |
6585 | if test "x$LINE" != x ; then | |
6586 | eval "DEFAULT_$LINE" | |
6587 | else | |
6588 | no_cache=1 | |
6589 | fi | |
6590 | ||
6591 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
a0b9e27f MB |
6592 | |
6593 | fi | |
10f2d63a VZ |
6594 | |
6595 | ||
6596 | eval "$ac_cv_use_radiobox" | |
6597 | if test "$no_cache" != 1; then | |
6598 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
6599 | fi | |
6600 | ||
6601 | if test "$wxUSE_RADIOBOX" = yes; then | |
a0b9e27f | 6602 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6603 | else |
a0b9e27f | 6604 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6605 | fi |
a0b9e27f | 6606 | |
10f2d63a | 6607 | |
5005acfe VZ |
6608 | enablestring= |
6609 | echo $ac_n "checking for --${enablestring:-enable}-radiobtn""... $ac_c" 1>&6 | |
2b5f62a0 | 6610 | echo "configure:6611: checking for --${enablestring:-enable}-radiobtn" >&5 |
10f2d63a VZ |
6611 | no_cache=0 |
6612 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
6613 | if test "${enable_radiobtn+set}" = set; then | |
6614 | enableval="$enable_radiobtn" | |
a0b9e27f | 6615 | |
10f2d63a VZ |
6616 | if test "$enableval" = yes; then |
6617 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
6618 | else | |
6619 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
6620 | fi | |
a0b9e27f | 6621 | |
10f2d63a | 6622 | else |
a0b9e27f | 6623 | |
10f2d63a VZ |
6624 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` |
6625 | if test "x$LINE" != x ; then | |
6626 | eval "DEFAULT_$LINE" | |
6627 | else | |
6628 | no_cache=1 | |
6629 | fi | |
6630 | ||
6631 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
a0b9e27f MB |
6632 | |
6633 | fi | |
10f2d63a VZ |
6634 | |
6635 | ||
6636 | eval "$ac_cv_use_radiobtn" | |
6637 | if test "$no_cache" != 1; then | |
6638 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
6639 | fi | |
6640 | ||
6641 | if test "$wxUSE_RADIOBTN" = yes; then | |
a0b9e27f | 6642 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6643 | else |
a0b9e27f | 6644 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6645 | fi |
a0b9e27f | 6646 | |
10f2d63a | 6647 | |
5005acfe VZ |
6648 | enablestring= |
6649 | echo $ac_n "checking for --${enablestring:-enable}-sash""... $ac_c" 1>&6 | |
2b5f62a0 | 6650 | echo "configure:6651: checking for --${enablestring:-enable}-sash" >&5 |
10f2d63a VZ |
6651 | no_cache=0 |
6652 | # Check whether --enable-sash or --disable-sash was given. | |
6653 | if test "${enable_sash+set}" = set; then | |
6654 | enableval="$enable_sash" | |
a0b9e27f | 6655 | |
10f2d63a VZ |
6656 | if test "$enableval" = yes; then |
6657 | ac_cv_use_sash='wxUSE_SASH=yes' | |
6658 | else | |
6659 | ac_cv_use_sash='wxUSE_SASH=no' | |
6660 | fi | |
a0b9e27f | 6661 | |
10f2d63a | 6662 | else |
a0b9e27f | 6663 | |
10f2d63a VZ |
6664 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` |
6665 | if test "x$LINE" != x ; then | |
6666 | eval "DEFAULT_$LINE" | |
6667 | else | |
6668 | no_cache=1 | |
6669 | fi | |
6670 | ||
6671 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
a0b9e27f MB |
6672 | |
6673 | fi | |
10f2d63a VZ |
6674 | |
6675 | ||
6676 | eval "$ac_cv_use_sash" | |
6677 | if test "$no_cache" != 1; then | |
6678 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
6679 | fi | |
6680 | ||
6681 | if test "$wxUSE_SASH" = yes; then | |
a0b9e27f | 6682 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6683 | else |
a0b9e27f | 6684 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6685 | fi |
a0b9e27f | 6686 | |
10f2d63a | 6687 | |
5005acfe VZ |
6688 | enablestring= |
6689 | echo $ac_n "checking for --${enablestring:-enable}-scrollbar""... $ac_c" 1>&6 | |
2b5f62a0 | 6690 | echo "configure:6691: checking for --${enablestring:-enable}-scrollbar" >&5 |
10f2d63a VZ |
6691 | no_cache=0 |
6692 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
6693 | if test "${enable_scrollbar+set}" = set; then | |
6694 | enableval="$enable_scrollbar" | |
a0b9e27f | 6695 | |
10f2d63a VZ |
6696 | if test "$enableval" = yes; then |
6697 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
6698 | else | |
6699 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
6700 | fi | |
a0b9e27f | 6701 | |
10f2d63a | 6702 | else |
a0b9e27f | 6703 | |
10f2d63a VZ |
6704 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` |
6705 | if test "x$LINE" != x ; then | |
6706 | eval "DEFAULT_$LINE" | |
6707 | else | |
6708 | no_cache=1 | |
6709 | fi | |
6710 | ||
6711 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
a0b9e27f MB |
6712 | |
6713 | fi | |
10f2d63a VZ |
6714 | |
6715 | ||
6716 | eval "$ac_cv_use_scrollbar" | |
6717 | if test "$no_cache" != 1; then | |
6718 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
6719 | fi | |
6720 | ||
6721 | if test "$wxUSE_SCROLLBAR" = yes; then | |
a0b9e27f | 6722 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6723 | else |
a0b9e27f | 6724 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6725 | fi |
a0b9e27f | 6726 | |
10f2d63a | 6727 | |
5005acfe VZ |
6728 | enablestring= |
6729 | echo $ac_n "checking for --${enablestring:-enable}-slider""... $ac_c" 1>&6 | |
2b5f62a0 | 6730 | echo "configure:6731: checking for --${enablestring:-enable}-slider" >&5 |
10f2d63a VZ |
6731 | no_cache=0 |
6732 | # Check whether --enable-slider or --disable-slider was given. | |
6733 | if test "${enable_slider+set}" = set; then | |
6734 | enableval="$enable_slider" | |
a0b9e27f | 6735 | |
10f2d63a VZ |
6736 | if test "$enableval" = yes; then |
6737 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
6738 | else | |
6739 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
6740 | fi | |
a0b9e27f | 6741 | |
10f2d63a | 6742 | else |
a0b9e27f | 6743 | |
10f2d63a VZ |
6744 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` |
6745 | if test "x$LINE" != x ; then | |
6746 | eval "DEFAULT_$LINE" | |
6747 | else | |
6748 | no_cache=1 | |
6749 | fi | |
6750 | ||
6751 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
a0b9e27f MB |
6752 | |
6753 | fi | |
10f2d63a VZ |
6754 | |
6755 | ||
6756 | eval "$ac_cv_use_slider" | |
6757 | if test "$no_cache" != 1; then | |
6758 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
6759 | fi | |
6760 | ||
6761 | if test "$wxUSE_SLIDER" = yes; then | |
a0b9e27f | 6762 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6763 | else |
a0b9e27f | 6764 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6765 | fi |
a0b9e27f | 6766 | |
10f2d63a | 6767 | |
5005acfe VZ |
6768 | enablestring= |
6769 | echo $ac_n "checking for --${enablestring:-enable}-spinbtn""... $ac_c" 1>&6 | |
2b5f62a0 | 6770 | echo "configure:6771: checking for --${enablestring:-enable}-spinbtn" >&5 |
10f2d63a VZ |
6771 | no_cache=0 |
6772 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
6773 | if test "${enable_spinbtn+set}" = set; then | |
6774 | enableval="$enable_spinbtn" | |
a0b9e27f | 6775 | |
10f2d63a VZ |
6776 | if test "$enableval" = yes; then |
6777 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
6778 | else | |
6779 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
6780 | fi | |
a0b9e27f | 6781 | |
10f2d63a | 6782 | else |
a0b9e27f | 6783 | |
10f2d63a VZ |
6784 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` |
6785 | if test "x$LINE" != x ; then | |
6786 | eval "DEFAULT_$LINE" | |
6787 | else | |
6788 | no_cache=1 | |
6789 | fi | |
6790 | ||
6791 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
a0b9e27f MB |
6792 | |
6793 | fi | |
10f2d63a VZ |
6794 | |
6795 | ||
6796 | eval "$ac_cv_use_spinbtn" | |
6797 | if test "$no_cache" != 1; then | |
6798 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
6799 | fi | |
6800 | ||
6801 | if test "$wxUSE_SPINBTN" = yes; then | |
a0b9e27f | 6802 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6803 | else |
a0b9e27f | 6804 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6805 | fi |
a0b9e27f | 6806 | |
10f2d63a | 6807 | |
5005acfe VZ |
6808 | enablestring= |
6809 | echo $ac_n "checking for --${enablestring:-enable}-spinctrl""... $ac_c" 1>&6 | |
2b5f62a0 | 6810 | echo "configure:6811: checking for --${enablestring:-enable}-spinctrl" >&5 |
56cfaa52 RR |
6811 | no_cache=0 |
6812 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
6813 | if test "${enable_spinctrl+set}" = set; then | |
6814 | enableval="$enable_spinctrl" | |
a0b9e27f | 6815 | |
56cfaa52 RR |
6816 | if test "$enableval" = yes; then |
6817 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
6818 | else | |
6819 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
6820 | fi | |
a0b9e27f | 6821 | |
56cfaa52 | 6822 | else |
a0b9e27f | 6823 | |
56cfaa52 RR |
6824 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` |
6825 | if test "x$LINE" != x ; then | |
6826 | eval "DEFAULT_$LINE" | |
6827 | else | |
6828 | no_cache=1 | |
6829 | fi | |
6830 | ||
6831 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
a0b9e27f MB |
6832 | |
6833 | fi | |
56cfaa52 RR |
6834 | |
6835 | ||
6836 | eval "$ac_cv_use_spinctrl" | |
6837 | if test "$no_cache" != 1; then | |
6838 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
6839 | fi | |
6840 | ||
6841 | if test "$wxUSE_SPINCTRL" = yes; then | |
a0b9e27f | 6842 | echo "$ac_t""yes" 1>&6 |
56cfaa52 | 6843 | else |
a0b9e27f | 6844 | echo "$ac_t""no" 1>&6 |
56cfaa52 | 6845 | fi |
a0b9e27f | 6846 | |
56cfaa52 | 6847 | |
5005acfe VZ |
6848 | enablestring= |
6849 | echo $ac_n "checking for --${enablestring:-enable}-splitter""... $ac_c" 1>&6 | |
2b5f62a0 | 6850 | echo "configure:6851: checking for --${enablestring:-enable}-splitter" >&5 |
10f2d63a VZ |
6851 | no_cache=0 |
6852 | # Check whether --enable-splitter or --disable-splitter was given. | |
6853 | if test "${enable_splitter+set}" = set; then | |
6854 | enableval="$enable_splitter" | |
a0b9e27f | 6855 | |
10f2d63a VZ |
6856 | if test "$enableval" = yes; then |
6857 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
6858 | else | |
6859 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
6860 | fi | |
a0b9e27f | 6861 | |
10f2d63a | 6862 | else |
a0b9e27f | 6863 | |
10f2d63a VZ |
6864 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` |
6865 | if test "x$LINE" != x ; then | |
6866 | eval "DEFAULT_$LINE" | |
6867 | else | |
6868 | no_cache=1 | |
6869 | fi | |
6870 | ||
6871 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
a0b9e27f MB |
6872 | |
6873 | fi | |
10f2d63a VZ |
6874 | |
6875 | ||
6876 | eval "$ac_cv_use_splitter" | |
6877 | if test "$no_cache" != 1; then | |
6878 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
6879 | fi | |
6880 | ||
6881 | if test "$wxUSE_SPLITTER" = yes; then | |
a0b9e27f | 6882 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6883 | else |
a0b9e27f | 6884 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6885 | fi |
a0b9e27f | 6886 | |
10f2d63a | 6887 | |
5005acfe VZ |
6888 | enablestring= |
6889 | echo $ac_n "checking for --${enablestring:-enable}-statbmp""... $ac_c" 1>&6 | |
2b5f62a0 | 6890 | echo "configure:6891: checking for --${enablestring:-enable}-statbmp" >&5 |
10f2d63a VZ |
6891 | no_cache=0 |
6892 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
6893 | if test "${enable_statbmp+set}" = set; then | |
6894 | enableval="$enable_statbmp" | |
a0b9e27f | 6895 | |
10f2d63a VZ |
6896 | if test "$enableval" = yes; then |
6897 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
6898 | else | |
6899 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
6900 | fi | |
a0b9e27f | 6901 | |
10f2d63a | 6902 | else |
a0b9e27f | 6903 | |
10f2d63a VZ |
6904 | LINE=`grep "wxUSE_STATBMP" ${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_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
a0b9e27f MB |
6912 | |
6913 | fi | |
10f2d63a VZ |
6914 | |
6915 | ||
6916 | eval "$ac_cv_use_statbmp" | |
6917 | if test "$no_cache" != 1; then | |
6918 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
6919 | fi | |
6920 | ||
6921 | if test "$wxUSE_STATBMP" = yes; then | |
a0b9e27f | 6922 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6923 | else |
a0b9e27f | 6924 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6925 | fi |
a0b9e27f | 6926 | |
10f2d63a | 6927 | |
5005acfe VZ |
6928 | enablestring= |
6929 | echo $ac_n "checking for --${enablestring:-enable}-statbox""... $ac_c" 1>&6 | |
2b5f62a0 | 6930 | echo "configure:6931: checking for --${enablestring:-enable}-statbox" >&5 |
10f2d63a VZ |
6931 | no_cache=0 |
6932 | # Check whether --enable-statbox or --disable-statbox was given. | |
6933 | if test "${enable_statbox+set}" = set; then | |
6934 | enableval="$enable_statbox" | |
a0b9e27f | 6935 | |
10f2d63a VZ |
6936 | if test "$enableval" = yes; then |
6937 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
6938 | else | |
6939 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
6940 | fi | |
a0b9e27f | 6941 | |
10f2d63a | 6942 | else |
a0b9e27f | 6943 | |
10f2d63a VZ |
6944 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` |
6945 | if test "x$LINE" != x ; then | |
6946 | eval "DEFAULT_$LINE" | |
6947 | else | |
6948 | no_cache=1 | |
6949 | fi | |
6950 | ||
6951 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
a0b9e27f MB |
6952 | |
6953 | fi | |
10f2d63a VZ |
6954 | |
6955 | ||
6956 | eval "$ac_cv_use_statbox" | |
6957 | if test "$no_cache" != 1; then | |
6958 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
6959 | fi | |
6960 | ||
6961 | if test "$wxUSE_STATBOX" = yes; then | |
a0b9e27f | 6962 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 6963 | else |
a0b9e27f | 6964 | echo "$ac_t""no" 1>&6 |
10f2d63a | 6965 | fi |
a0b9e27f | 6966 | |
10f2d63a | 6967 | |
5005acfe VZ |
6968 | enablestring= |
6969 | echo $ac_n "checking for --${enablestring:-enable}-statline""... $ac_c" 1>&6 | |
2b5f62a0 | 6970 | echo "configure:6971: checking for --${enablestring:-enable}-statline" >&5 |
10f2d63a VZ |
6971 | no_cache=0 |
6972 | # Check whether --enable-statline or --disable-statline was given. | |
6973 | if test "${enable_statline+set}" = set; then | |
6974 | enableval="$enable_statline" | |
a0b9e27f | 6975 | |
10f2d63a VZ |
6976 | if test "$enableval" = yes; then |
6977 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
6978 | else | |
6979 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
6980 | fi | |
a0b9e27f | 6981 | |
10f2d63a | 6982 | else |
a0b9e27f | 6983 | |
10f2d63a VZ |
6984 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` |
6985 | if test "x$LINE" != x ; then | |
6986 | eval "DEFAULT_$LINE" | |
6987 | else | |
6988 | no_cache=1 | |
6989 | fi | |
6990 | ||
6991 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
a0b9e27f MB |
6992 | |
6993 | fi | |
10f2d63a VZ |
6994 | |
6995 | ||
6996 | eval "$ac_cv_use_statline" | |
6997 | if test "$no_cache" != 1; then | |
6998 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
6999 | fi | |
7000 | ||
7001 | if test "$wxUSE_STATLINE" = yes; then | |
a0b9e27f | 7002 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7003 | else |
a0b9e27f | 7004 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7005 | fi |
a0b9e27f | 7006 | |
10f2d63a | 7007 | |
5005acfe VZ |
7008 | enablestring= |
7009 | echo $ac_n "checking for --${enablestring:-enable}-stattext""... $ac_c" 1>&6 | |
2b5f62a0 | 7010 | echo "configure:7011: checking for --${enablestring:-enable}-stattext" >&5 |
1e6feb95 VZ |
7011 | no_cache=0 |
7012 | # Check whether --enable-stattext or --disable-stattext was given. | |
7013 | if test "${enable_stattext+set}" = set; then | |
7014 | enableval="$enable_stattext" | |
a0b9e27f | 7015 | |
1e6feb95 VZ |
7016 | if test "$enableval" = yes; then |
7017 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
7018 | else | |
7019 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
7020 | fi | |
a0b9e27f | 7021 | |
1e6feb95 | 7022 | else |
a0b9e27f | 7023 | |
1e6feb95 VZ |
7024 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` |
7025 | if test "x$LINE" != x ; then | |
7026 | eval "DEFAULT_$LINE" | |
7027 | else | |
7028 | no_cache=1 | |
7029 | fi | |
7030 | ||
7031 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
a0b9e27f MB |
7032 | |
7033 | fi | |
1e6feb95 VZ |
7034 | |
7035 | ||
7036 | eval "$ac_cv_use_stattext" | |
7037 | if test "$no_cache" != 1; then | |
7038 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
7039 | fi | |
7040 | ||
7041 | if test "$wxUSE_STATTEXT" = yes; then | |
a0b9e27f | 7042 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7043 | else |
a0b9e27f | 7044 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7045 | fi |
a0b9e27f | 7046 | |
1e6feb95 | 7047 | |
5005acfe VZ |
7048 | enablestring= |
7049 | echo $ac_n "checking for --${enablestring:-enable}-statusbar""... $ac_c" 1>&6 | |
2b5f62a0 | 7050 | echo "configure:7051: checking for --${enablestring:-enable}-statusbar" >&5 |
10f2d63a VZ |
7051 | no_cache=0 |
7052 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
7053 | if test "${enable_statusbar+set}" = set; then | |
7054 | enableval="$enable_statusbar" | |
a0b9e27f | 7055 | |
10f2d63a VZ |
7056 | if test "$enableval" = yes; then |
7057 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
7058 | else | |
7059 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
7060 | fi | |
a0b9e27f | 7061 | |
10f2d63a | 7062 | else |
a0b9e27f | 7063 | |
10f2d63a VZ |
7064 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` |
7065 | if test "x$LINE" != x ; then | |
7066 | eval "DEFAULT_$LINE" | |
7067 | else | |
7068 | no_cache=1 | |
7069 | fi | |
7070 | ||
7071 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
a0b9e27f MB |
7072 | |
7073 | fi | |
10f2d63a VZ |
7074 | |
7075 | ||
7076 | eval "$ac_cv_use_statusbar" | |
7077 | if test "$no_cache" != 1; then | |
7078 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
7079 | fi | |
7080 | ||
7081 | if test "$wxUSE_STATUSBAR" = yes; then | |
a0b9e27f | 7082 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7083 | else |
a0b9e27f | 7084 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7085 | fi |
a0b9e27f | 7086 | |
10f2d63a | 7087 | |
5005acfe VZ |
7088 | enablestring= |
7089 | echo $ac_n "checking for --${enablestring:-enable}-tabdialog""... $ac_c" 1>&6 | |
2b5f62a0 | 7090 | echo "configure:7091: checking for --${enablestring:-enable}-tabdialog" >&5 |
10f2d63a VZ |
7091 | no_cache=0 |
7092 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
7093 | if test "${enable_tabdialog+set}" = set; then | |
7094 | enableval="$enable_tabdialog" | |
a0b9e27f | 7095 | |
10f2d63a VZ |
7096 | if test "$enableval" = yes; then |
7097 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
7098 | else | |
7099 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
7100 | fi | |
a0b9e27f | 7101 | |
10f2d63a | 7102 | else |
a0b9e27f | 7103 | |
10f2d63a VZ |
7104 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` |
7105 | if test "x$LINE" != x ; then | |
7106 | eval "DEFAULT_$LINE" | |
7107 | else | |
7108 | no_cache=1 | |
7109 | fi | |
7110 | ||
7111 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
a0b9e27f MB |
7112 | |
7113 | fi | |
10f2d63a VZ |
7114 | |
7115 | ||
7116 | eval "$ac_cv_use_tabdialog" | |
7117 | if test "$no_cache" != 1; then | |
7118 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
7119 | fi | |
7120 | ||
7121 | if test "$wxUSE_TABDIALOG" = yes; then | |
a0b9e27f | 7122 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7123 | else |
a0b9e27f | 7124 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7125 | fi |
a0b9e27f | 7126 | |
10f2d63a | 7127 | |
5005acfe VZ |
7128 | enablestring= |
7129 | echo $ac_n "checking for --${enablestring:-enable}-textctrl""... $ac_c" 1>&6 | |
2b5f62a0 | 7130 | echo "configure:7131: checking for --${enablestring:-enable}-textctrl" >&5 |
1e6feb95 VZ |
7131 | no_cache=0 |
7132 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
7133 | if test "${enable_textctrl+set}" = set; then | |
7134 | enableval="$enable_textctrl" | |
a0b9e27f | 7135 | |
1e6feb95 VZ |
7136 | if test "$enableval" = yes; then |
7137 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
7138 | else | |
7139 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
7140 | fi | |
a0b9e27f | 7141 | |
1e6feb95 | 7142 | else |
a0b9e27f | 7143 | |
1e6feb95 VZ |
7144 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` |
7145 | if test "x$LINE" != x ; then | |
7146 | eval "DEFAULT_$LINE" | |
7147 | else | |
7148 | no_cache=1 | |
7149 | fi | |
7150 | ||
7151 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
a0b9e27f MB |
7152 | |
7153 | fi | |
1e6feb95 VZ |
7154 | |
7155 | ||
7156 | eval "$ac_cv_use_textctrl" | |
7157 | if test "$no_cache" != 1; then | |
7158 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
7159 | fi | |
7160 | ||
7161 | if test "$wxUSE_TEXTCTRL" = yes; then | |
a0b9e27f | 7162 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7163 | else |
a0b9e27f | 7164 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7165 | fi |
a0b9e27f | 7166 | |
1e6feb95 | 7167 | |
5005acfe VZ |
7168 | enablestring= |
7169 | echo $ac_n "checking for --${enablestring:-enable}-togglebtn""... $ac_c" 1>&6 | |
2b5f62a0 | 7170 | echo "configure:7171: checking for --${enablestring:-enable}-togglebtn" >&5 |
1db8dc4a VZ |
7171 | no_cache=0 |
7172 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
7173 | if test "${enable_togglebtn+set}" = set; then | |
7174 | enableval="$enable_togglebtn" | |
a0b9e27f | 7175 | |
1db8dc4a VZ |
7176 | if test "$enableval" = yes; then |
7177 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
7178 | else | |
7179 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
7180 | fi | |
a0b9e27f | 7181 | |
1db8dc4a | 7182 | else |
a0b9e27f | 7183 | |
1db8dc4a VZ |
7184 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` |
7185 | if test "x$LINE" != x ; then | |
7186 | eval "DEFAULT_$LINE" | |
7187 | else | |
7188 | no_cache=1 | |
7189 | fi | |
7190 | ||
7191 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
a0b9e27f MB |
7192 | |
7193 | fi | |
1db8dc4a VZ |
7194 | |
7195 | ||
7196 | eval "$ac_cv_use_togglebtn" | |
7197 | if test "$no_cache" != 1; then | |
7198 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
7199 | fi | |
7200 | ||
7201 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
a0b9e27f | 7202 | echo "$ac_t""yes" 1>&6 |
1db8dc4a | 7203 | else |
a0b9e27f | 7204 | echo "$ac_t""no" 1>&6 |
1db8dc4a | 7205 | fi |
a0b9e27f | 7206 | |
1db8dc4a | 7207 | |
5005acfe VZ |
7208 | enablestring= |
7209 | echo $ac_n "checking for --${enablestring:-enable}-toolbar""... $ac_c" 1>&6 | |
2b5f62a0 | 7210 | echo "configure:7211: checking for --${enablestring:-enable}-toolbar" >&5 |
10f2d63a VZ |
7211 | no_cache=0 |
7212 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
7213 | if test "${enable_toolbar+set}" = set; then | |
7214 | enableval="$enable_toolbar" | |
a0b9e27f | 7215 | |
10f2d63a VZ |
7216 | if test "$enableval" = yes; then |
7217 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
7218 | else | |
7219 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
7220 | fi | |
a0b9e27f | 7221 | |
10f2d63a | 7222 | else |
a0b9e27f | 7223 | |
10f2d63a VZ |
7224 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` |
7225 | if test "x$LINE" != x ; then | |
7226 | eval "DEFAULT_$LINE" | |
7227 | else | |
7228 | no_cache=1 | |
7229 | fi | |
7230 | ||
7231 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
a0b9e27f MB |
7232 | |
7233 | fi | |
10f2d63a VZ |
7234 | |
7235 | ||
7236 | eval "$ac_cv_use_toolbar" | |
7237 | if test "$no_cache" != 1; then | |
7238 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
7239 | fi | |
7240 | ||
7241 | if test "$wxUSE_TOOLBAR" = yes; then | |
a0b9e27f | 7242 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7243 | else |
a0b9e27f | 7244 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7245 | fi |
a0b9e27f | 7246 | |
10f2d63a | 7247 | |
5005acfe VZ |
7248 | enablestring= |
7249 | echo $ac_n "checking for --${enablestring:-enable}-tbarnative""... $ac_c" 1>&6 | |
2b5f62a0 | 7250 | echo "configure:7251: checking for --${enablestring:-enable}-tbarnative" >&5 |
360d6699 VZ |
7251 | no_cache=0 |
7252 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
7253 | if test "${enable_tbarnative+set}" = set; then | |
7254 | enableval="$enable_tbarnative" | |
a0b9e27f | 7255 | |
360d6699 VZ |
7256 | if test "$enableval" = yes; then |
7257 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
7258 | else | |
7259 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
7260 | fi | |
a0b9e27f | 7261 | |
360d6699 | 7262 | else |
a0b9e27f | 7263 | |
360d6699 VZ |
7264 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` |
7265 | if test "x$LINE" != x ; then | |
7266 | eval "DEFAULT_$LINE" | |
7267 | else | |
7268 | no_cache=1 | |
7269 | fi | |
7270 | ||
7271 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
a0b9e27f MB |
7272 | |
7273 | fi | |
360d6699 VZ |
7274 | |
7275 | ||
7276 | eval "$ac_cv_use_tbarnative" | |
7277 | if test "$no_cache" != 1; then | |
7278 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
7279 | fi | |
7280 | ||
7281 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
a0b9e27f | 7282 | echo "$ac_t""yes" 1>&6 |
360d6699 | 7283 | else |
a0b9e27f | 7284 | echo "$ac_t""no" 1>&6 |
360d6699 | 7285 | fi |
a0b9e27f | 7286 | |
360d6699 | 7287 | |
5005acfe VZ |
7288 | enablestring= |
7289 | echo $ac_n "checking for --${enablestring:-enable}-tbarsmpl""... $ac_c" 1>&6 | |
2b5f62a0 | 7290 | echo "configure:7291: checking for --${enablestring:-enable}-tbarsmpl" >&5 |
360d6699 VZ |
7291 | no_cache=0 |
7292 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
7293 | if test "${enable_tbarsmpl+set}" = set; then | |
7294 | enableval="$enable_tbarsmpl" | |
a0b9e27f | 7295 | |
360d6699 VZ |
7296 | if test "$enableval" = yes; then |
7297 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
7298 | else | |
7299 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
7300 | fi | |
a0b9e27f | 7301 | |
360d6699 | 7302 | else |
a0b9e27f | 7303 | |
360d6699 VZ |
7304 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` |
7305 | if test "x$LINE" != x ; then | |
7306 | eval "DEFAULT_$LINE" | |
7307 | else | |
7308 | no_cache=1 | |
7309 | fi | |
7310 | ||
7311 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
a0b9e27f MB |
7312 | |
7313 | fi | |
360d6699 VZ |
7314 | |
7315 | ||
7316 | eval "$ac_cv_use_tbarsmpl" | |
7317 | if test "$no_cache" != 1; then | |
7318 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
7319 | fi | |
7320 | ||
7321 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
a0b9e27f | 7322 | echo "$ac_t""yes" 1>&6 |
360d6699 | 7323 | else |
a0b9e27f | 7324 | echo "$ac_t""no" 1>&6 |
360d6699 | 7325 | fi |
a0b9e27f | 7326 | |
360d6699 | 7327 | |
5005acfe VZ |
7328 | enablestring= |
7329 | echo $ac_n "checking for --${enablestring:-enable}-treectrl""... $ac_c" 1>&6 | |
2b5f62a0 | 7330 | echo "configure:7331: checking for --${enablestring:-enable}-treectrl" >&5 |
10f2d63a VZ |
7331 | no_cache=0 |
7332 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
7333 | if test "${enable_treectrl+set}" = set; then | |
7334 | enableval="$enable_treectrl" | |
a0b9e27f | 7335 | |
10f2d63a VZ |
7336 | if test "$enableval" = yes; then |
7337 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
7338 | else | |
7339 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
7340 | fi | |
a0b9e27f | 7341 | |
10f2d63a | 7342 | else |
a0b9e27f | 7343 | |
10f2d63a VZ |
7344 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` |
7345 | if test "x$LINE" != x ; then | |
7346 | eval "DEFAULT_$LINE" | |
7347 | else | |
7348 | no_cache=1 | |
7349 | fi | |
7350 | ||
7351 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
a0b9e27f MB |
7352 | |
7353 | fi | |
10f2d63a VZ |
7354 | |
7355 | ||
1e6feb95 VZ |
7356 | eval "$ac_cv_use_treectrl" |
7357 | if test "$no_cache" != 1; then | |
7358 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
7359 | fi | |
7360 | ||
7361 | if test "$wxUSE_TREECTRL" = yes; then | |
a0b9e27f | 7362 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7363 | else |
a0b9e27f | 7364 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7365 | fi |
a0b9e27f | 7366 | |
1e6feb95 | 7367 | |
5005acfe VZ |
7368 | enablestring= |
7369 | echo $ac_n "checking for --${enablestring:-enable}-tipwindow""... $ac_c" 1>&6 | |
2b5f62a0 | 7370 | echo "configure:7371: checking for --${enablestring:-enable}-tipwindow" >&5 |
9926e4a4 VZ |
7371 | no_cache=0 |
7372 | # Check whether --enable-tipwindow or --disable-tipwindow was given. | |
7373 | if test "${enable_tipwindow+set}" = set; then | |
7374 | enableval="$enable_tipwindow" | |
a0b9e27f | 7375 | |
9926e4a4 VZ |
7376 | if test "$enableval" = yes; then |
7377 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes' | |
7378 | else | |
7379 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no' | |
7380 | fi | |
a0b9e27f | 7381 | |
9926e4a4 | 7382 | else |
a0b9e27f | 7383 | |
9926e4a4 VZ |
7384 | LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}` |
7385 | if test "x$LINE" != x ; then | |
7386 | eval "DEFAULT_$LINE" | |
7387 | else | |
7388 | no_cache=1 | |
7389 | fi | |
7390 | ||
7391 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW | |
a0b9e27f MB |
7392 | |
7393 | fi | |
9926e4a4 VZ |
7394 | |
7395 | ||
7396 | eval "$ac_cv_use_tipwindow" | |
7397 | if test "$no_cache" != 1; then | |
7398 | echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp | |
7399 | fi | |
7400 | ||
7401 | if test "$wxUSE_TIPWINDOW" = yes; then | |
a0b9e27f | 7402 | echo "$ac_t""yes" 1>&6 |
9926e4a4 | 7403 | else |
a0b9e27f | 7404 | echo "$ac_t""no" 1>&6 |
9926e4a4 | 7405 | fi |
a0b9e27f | 7406 | |
9926e4a4 | 7407 | |
5005acfe VZ |
7408 | enablestring= |
7409 | echo $ac_n "checking for --${enablestring:-enable}-popupwin""... $ac_c" 1>&6 | |
2b5f62a0 | 7410 | echo "configure:7411: checking for --${enablestring:-enable}-popupwin" >&5 |
9f41d601 RR |
7411 | no_cache=0 |
7412 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
7413 | if test "${enable_popupwin+set}" = set; then | |
7414 | enableval="$enable_popupwin" | |
a0b9e27f | 7415 | |
9f41d601 RR |
7416 | if test "$enableval" = yes; then |
7417 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
7418 | else | |
7419 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
7420 | fi | |
a0b9e27f | 7421 | |
9f41d601 | 7422 | else |
a0b9e27f | 7423 | |
9f41d601 RR |
7424 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` |
7425 | if test "x$LINE" != x ; then | |
7426 | eval "DEFAULT_$LINE" | |
7427 | else | |
7428 | no_cache=1 | |
7429 | fi | |
7430 | ||
7431 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
a0b9e27f MB |
7432 | |
7433 | fi | |
9f41d601 RR |
7434 | |
7435 | ||
7436 | eval "$ac_cv_use_popupwin" | |
7437 | if test "$no_cache" != 1; then | |
7438 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
7439 | fi | |
7440 | ||
7441 | if test "$wxUSE_POPUPWIN" = yes; then | |
a0b9e27f | 7442 | echo "$ac_t""yes" 1>&6 |
9f41d601 | 7443 | else |
a0b9e27f | 7444 | echo "$ac_t""no" 1>&6 |
9f41d601 | 7445 | fi |
a0b9e27f | 7446 | |
52127426 | 7447 | |
8284b0c5 MB |
7448 | |
7449 | ||
5005acfe VZ |
7450 | enablestring= |
7451 | echo $ac_n "checking for --${enablestring:-enable}-commondlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7452 | echo "configure:7453: checking for --${enablestring:-enable}-commondlg" >&5 |
1e6feb95 VZ |
7453 | no_cache=0 |
7454 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
7455 | if test "${enable_commondlg+set}" = set; then | |
7456 | enableval="$enable_commondlg" | |
a0b9e27f | 7457 | |
1e6feb95 VZ |
7458 | if test "$enableval" = yes; then |
7459 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
7460 | else | |
7461 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
7462 | fi | |
a0b9e27f | 7463 | |
1e6feb95 | 7464 | else |
a0b9e27f | 7465 | |
1e6feb95 VZ |
7466 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` |
7467 | if test "x$LINE" != x ; then | |
7468 | eval "DEFAULT_$LINE" | |
7469 | else | |
7470 | no_cache=1 | |
7471 | fi | |
7472 | ||
7473 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
a0b9e27f MB |
7474 | |
7475 | fi | |
1e6feb95 VZ |
7476 | |
7477 | ||
7478 | eval "$ac_cv_use_commondlg" | |
7479 | if test "$no_cache" != 1; then | |
7480 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
7481 | fi | |
7482 | ||
7483 | if test "$wxUSE_COMMONDLGS" = yes; then | |
a0b9e27f | 7484 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7485 | else |
a0b9e27f | 7486 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7487 | fi |
a0b9e27f | 7488 | |
1e6feb95 | 7489 | |
5005acfe VZ |
7490 | enablestring= |
7491 | echo $ac_n "checking for --${enablestring:-enable}-choicedlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7492 | echo "configure:7493: checking for --${enablestring:-enable}-choicedlg" >&5 |
1e6feb95 VZ |
7493 | no_cache=0 |
7494 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
7495 | if test "${enable_choicedlg+set}" = set; then | |
7496 | enableval="$enable_choicedlg" | |
a0b9e27f | 7497 | |
1e6feb95 VZ |
7498 | if test "$enableval" = yes; then |
7499 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
7500 | else | |
7501 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
7502 | fi | |
a0b9e27f | 7503 | |
1e6feb95 | 7504 | else |
a0b9e27f | 7505 | |
1e6feb95 VZ |
7506 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` |
7507 | if test "x$LINE" != x ; then | |
7508 | eval "DEFAULT_$LINE" | |
7509 | else | |
7510 | no_cache=1 | |
7511 | fi | |
7512 | ||
7513 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
a0b9e27f MB |
7514 | |
7515 | fi | |
1e6feb95 VZ |
7516 | |
7517 | ||
7518 | eval "$ac_cv_use_choicedlg" | |
7519 | if test "$no_cache" != 1; then | |
7520 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
7521 | fi | |
7522 | ||
7523 | if test "$wxUSE_CHOICEDLG" = yes; then | |
a0b9e27f | 7524 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7525 | else |
a0b9e27f | 7526 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7527 | fi |
a0b9e27f | 7528 | |
1e6feb95 | 7529 | |
5005acfe VZ |
7530 | enablestring= |
7531 | echo $ac_n "checking for --${enablestring:-enable}-coldlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7532 | echo "configure:7533: checking for --${enablestring:-enable}-coldlg" >&5 |
1e6feb95 VZ |
7533 | no_cache=0 |
7534 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
7535 | if test "${enable_coldlg+set}" = set; then | |
7536 | enableval="$enable_coldlg" | |
a0b9e27f | 7537 | |
1e6feb95 VZ |
7538 | if test "$enableval" = yes; then |
7539 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
7540 | else | |
7541 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
7542 | fi | |
a0b9e27f | 7543 | |
1e6feb95 | 7544 | else |
a0b9e27f | 7545 | |
1e6feb95 VZ |
7546 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` |
7547 | if test "x$LINE" != x ; then | |
7548 | eval "DEFAULT_$LINE" | |
7549 | else | |
7550 | no_cache=1 | |
7551 | fi | |
7552 | ||
7553 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
a0b9e27f MB |
7554 | |
7555 | fi | |
1e6feb95 VZ |
7556 | |
7557 | ||
7558 | eval "$ac_cv_use_coldlg" | |
7559 | if test "$no_cache" != 1; then | |
7560 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
7561 | fi | |
7562 | ||
7563 | if test "$wxUSE_COLOURDLG" = yes; then | |
a0b9e27f | 7564 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7565 | else |
a0b9e27f | 7566 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7567 | fi |
a0b9e27f | 7568 | |
1e6feb95 | 7569 | |
5005acfe VZ |
7570 | enablestring= |
7571 | echo $ac_n "checking for --${enablestring:-enable}-filedlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7572 | echo "configure:7573: checking for --${enablestring:-enable}-filedlg" >&5 |
1e6feb95 VZ |
7573 | no_cache=0 |
7574 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
7575 | if test "${enable_filedlg+set}" = set; then | |
7576 | enableval="$enable_filedlg" | |
a0b9e27f | 7577 | |
1e6feb95 VZ |
7578 | if test "$enableval" = yes; then |
7579 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
7580 | else | |
7581 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
7582 | fi | |
a0b9e27f | 7583 | |
1e6feb95 | 7584 | else |
a0b9e27f | 7585 | |
1e6feb95 VZ |
7586 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` |
7587 | if test "x$LINE" != x ; then | |
7588 | eval "DEFAULT_$LINE" | |
7589 | else | |
7590 | no_cache=1 | |
7591 | fi | |
7592 | ||
7593 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
a0b9e27f MB |
7594 | |
7595 | fi | |
1e6feb95 VZ |
7596 | |
7597 | ||
7598 | eval "$ac_cv_use_filedlg" | |
7599 | if test "$no_cache" != 1; then | |
7600 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
7601 | fi | |
7602 | ||
7603 | if test "$wxUSE_FILEDLG" = yes; then | |
a0b9e27f | 7604 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7605 | else |
a0b9e27f | 7606 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7607 | fi |
a0b9e27f | 7608 | |
1e6feb95 | 7609 | |
5005acfe VZ |
7610 | enablestring= |
7611 | echo $ac_n "checking for --${enablestring:-enable}-finddlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7612 | echo "configure:7613: checking for --${enablestring:-enable}-finddlg" >&5 |
8db37e06 | 7613 | no_cache=0 |
69d27ff7 MB |
7614 | # Check whether --enable-finddlg or --disable-finddlg was given. |
7615 | if test "${enable_finddlg+set}" = set; then | |
7616 | enableval="$enable_finddlg" | |
a0b9e27f | 7617 | |
8db37e06 | 7618 | if test "$enableval" = yes; then |
69d27ff7 | 7619 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes' |
8db37e06 | 7620 | else |
69d27ff7 | 7621 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no' |
8db37e06 | 7622 | fi |
a0b9e27f | 7623 | |
8db37e06 | 7624 | else |
a0b9e27f | 7625 | |
8db37e06 VZ |
7626 | LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` |
7627 | if test "x$LINE" != x ; then | |
7628 | eval "DEFAULT_$LINE" | |
7629 | else | |
7630 | no_cache=1 | |
7631 | fi | |
7632 | ||
69d27ff7 | 7633 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG |
a0b9e27f MB |
7634 | |
7635 | fi | |
8db37e06 VZ |
7636 | |
7637 | ||
69d27ff7 | 7638 | eval "$ac_cv_use_finddlg" |
8db37e06 | 7639 | if test "$no_cache" != 1; then |
69d27ff7 | 7640 | echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp |
8db37e06 VZ |
7641 | fi |
7642 | ||
7643 | if test "$wxUSE_FINDREPLDLG" = yes; then | |
a0b9e27f | 7644 | echo "$ac_t""yes" 1>&6 |
8db37e06 | 7645 | else |
a0b9e27f | 7646 | echo "$ac_t""no" 1>&6 |
8db37e06 | 7647 | fi |
a0b9e27f | 7648 | |
8db37e06 | 7649 | |
5005acfe VZ |
7650 | enablestring= |
7651 | echo $ac_n "checking for --${enablestring:-enable}-fontdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7652 | echo "configure:7653: checking for --${enablestring:-enable}-fontdlg" >&5 |
1e6feb95 VZ |
7653 | no_cache=0 |
7654 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
7655 | if test "${enable_fontdlg+set}" = set; then | |
7656 | enableval="$enable_fontdlg" | |
a0b9e27f | 7657 | |
1e6feb95 VZ |
7658 | if test "$enableval" = yes; then |
7659 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
7660 | else | |
7661 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
7662 | fi | |
a0b9e27f | 7663 | |
1e6feb95 | 7664 | else |
a0b9e27f | 7665 | |
1e6feb95 VZ |
7666 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` |
7667 | if test "x$LINE" != x ; then | |
7668 | eval "DEFAULT_$LINE" | |
7669 | else | |
7670 | no_cache=1 | |
7671 | fi | |
7672 | ||
7673 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
a0b9e27f MB |
7674 | |
7675 | fi | |
1e6feb95 VZ |
7676 | |
7677 | ||
7678 | eval "$ac_cv_use_fontdlg" | |
7679 | if test "$no_cache" != 1; then | |
7680 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
7681 | fi | |
7682 | ||
7683 | if test "$wxUSE_FONTDLG" = yes; then | |
a0b9e27f | 7684 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 7685 | else |
a0b9e27f | 7686 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 7687 | fi |
a0b9e27f | 7688 | |
1e6feb95 | 7689 | |
5005acfe VZ |
7690 | enablestring= |
7691 | echo $ac_n "checking for --${enablestring:-enable}-dirdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7692 | echo "configure:7693: checking for --${enablestring:-enable}-dirdlg" >&5 |
1e6feb95 VZ |
7693 | no_cache=0 |
7694 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
7695 | if test "${enable_dirdlg+set}" = set; then | |
7696 | enableval="$enable_dirdlg" | |
a0b9e27f | 7697 | |
1e6feb95 VZ |
7698 | if test "$enableval" = yes; then |
7699 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
7700 | else | |
7701 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
7702 | fi | |
a0b9e27f | 7703 | |
1e6feb95 | 7704 | else |
a0b9e27f | 7705 | |
1e6feb95 VZ |
7706 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` |
7707 | if test "x$LINE" != x ; then | |
7708 | eval "DEFAULT_$LINE" | |
7709 | else | |
7710 | no_cache=1 | |
7711 | fi | |
7712 | ||
7713 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
a0b9e27f MB |
7714 | |
7715 | fi | |
1e6feb95 VZ |
7716 | |
7717 | ||
7718 | eval "$ac_cv_use_dirdlg" | |
10f2d63a | 7719 | if test "$no_cache" != 1; then |
1e6feb95 | 7720 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
7721 | fi |
7722 | ||
1e6feb95 | 7723 | if test "$wxUSE_DIRDLG" = yes; then |
a0b9e27f | 7724 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7725 | else |
a0b9e27f | 7726 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7727 | fi |
a0b9e27f | 7728 | |
698dcdb6 | 7729 | |
5005acfe VZ |
7730 | enablestring= |
7731 | echo $ac_n "checking for --${enablestring:-enable}-msgdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7732 | echo "configure:7733: checking for --${enablestring:-enable}-msgdlg" >&5 |
10f2d63a | 7733 | no_cache=0 |
1e6feb95 VZ |
7734 | # Check whether --enable-msgdlg or --disable-msgdlg was given. |
7735 | if test "${enable_msgdlg+set}" = set; then | |
7736 | enableval="$enable_msgdlg" | |
a0b9e27f | 7737 | |
10f2d63a | 7738 | if test "$enableval" = yes; then |
1e6feb95 | 7739 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' |
10f2d63a | 7740 | else |
1e6feb95 | 7741 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' |
10f2d63a | 7742 | fi |
a0b9e27f | 7743 | |
10f2d63a | 7744 | else |
a0b9e27f | 7745 | |
1e6feb95 | 7746 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
7747 | if test "x$LINE" != x ; then |
7748 | eval "DEFAULT_$LINE" | |
7749 | else | |
7750 | no_cache=1 | |
7751 | fi | |
7752 | ||
1e6feb95 | 7753 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG |
a0b9e27f MB |
7754 | |
7755 | fi | |
10f2d63a VZ |
7756 | |
7757 | ||
1e6feb95 | 7758 | eval "$ac_cv_use_msgdlg" |
10f2d63a | 7759 | if test "$no_cache" != 1; then |
1e6feb95 | 7760 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
7761 | fi |
7762 | ||
1e6feb95 | 7763 | if test "$wxUSE_MSGDLG" = yes; then |
a0b9e27f | 7764 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7765 | else |
a0b9e27f | 7766 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7767 | fi |
a0b9e27f | 7768 | |
10f2d63a | 7769 | |
5005acfe VZ |
7770 | enablestring= |
7771 | echo $ac_n "checking for --${enablestring:-enable}-numberdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7772 | echo "configure:7773: checking for --${enablestring:-enable}-numberdlg" >&5 |
10f2d63a | 7773 | no_cache=0 |
1e6feb95 VZ |
7774 | # Check whether --enable-numberdlg or --disable-numberdlg was given. |
7775 | if test "${enable_numberdlg+set}" = set; then | |
7776 | enableval="$enable_numberdlg" | |
a0b9e27f | 7777 | |
10f2d63a | 7778 | if test "$enableval" = yes; then |
1e6feb95 | 7779 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' |
10f2d63a | 7780 | else |
1e6feb95 | 7781 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' |
10f2d63a | 7782 | fi |
a0b9e27f | 7783 | |
10f2d63a | 7784 | else |
a0b9e27f | 7785 | |
1e6feb95 | 7786 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` |
10f2d63a VZ |
7787 | if test "x$LINE" != x ; then |
7788 | eval "DEFAULT_$LINE" | |
7789 | else | |
7790 | no_cache=1 | |
7791 | fi | |
7792 | ||
1e6feb95 | 7793 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG |
a0b9e27f MB |
7794 | |
7795 | fi | |
10f2d63a VZ |
7796 | |
7797 | ||
1e6feb95 | 7798 | eval "$ac_cv_use_numberdlg" |
10f2d63a | 7799 | if test "$no_cache" != 1; then |
1e6feb95 | 7800 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp |
10f2d63a VZ |
7801 | fi |
7802 | ||
1e6feb95 | 7803 | if test "$wxUSE_NUMBERDLG" = yes; then |
a0b9e27f | 7804 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7805 | else |
a0b9e27f | 7806 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7807 | fi |
a0b9e27f | 7808 | |
10f2d63a | 7809 | |
5005acfe VZ |
7810 | enablestring= |
7811 | echo $ac_n "checking for --${enablestring:-enable}-splash""... $ac_c" 1>&6 | |
2b5f62a0 | 7812 | echo "configure:7813: checking for --${enablestring:-enable}-splash" >&5 |
cbca9943 VZ |
7813 | no_cache=0 |
7814 | # Check whether --enable-splash or --disable-splash was given. | |
7815 | if test "${enable_splash+set}" = set; then | |
7816 | enableval="$enable_splash" | |
a0b9e27f | 7817 | |
cbca9943 VZ |
7818 | if test "$enableval" = yes; then |
7819 | ac_cv_use_splash='wxUSE_SPLASH=yes' | |
7820 | else | |
7821 | ac_cv_use_splash='wxUSE_SPLASH=no' | |
7822 | fi | |
a0b9e27f | 7823 | |
cbca9943 | 7824 | else |
a0b9e27f | 7825 | |
cbca9943 VZ |
7826 | LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` |
7827 | if test "x$LINE" != x ; then | |
7828 | eval "DEFAULT_$LINE" | |
7829 | else | |
7830 | no_cache=1 | |
7831 | fi | |
7832 | ||
7833 | ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH | |
a0b9e27f MB |
7834 | |
7835 | fi | |
cbca9943 VZ |
7836 | |
7837 | ||
7838 | eval "$ac_cv_use_splash" | |
7839 | if test "$no_cache" != 1; then | |
7840 | echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp | |
7841 | fi | |
7842 | ||
7843 | if test "$wxUSE_SPLASH" = yes; then | |
a0b9e27f | 7844 | echo "$ac_t""yes" 1>&6 |
cbca9943 | 7845 | else |
a0b9e27f | 7846 | echo "$ac_t""no" 1>&6 |
cbca9943 | 7847 | fi |
a0b9e27f | 7848 | |
cbca9943 | 7849 | |
5005acfe VZ |
7850 | enablestring= |
7851 | echo $ac_n "checking for --${enablestring:-enable}-textdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7852 | echo "configure:7853: checking for --${enablestring:-enable}-textdlg" >&5 |
10f2d63a VZ |
7853 | no_cache=0 |
7854 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
7855 | if test "${enable_textdlg+set}" = set; then | |
7856 | enableval="$enable_textdlg" | |
a0b9e27f | 7857 | |
10f2d63a VZ |
7858 | if test "$enableval" = yes; then |
7859 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
7860 | else | |
7861 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
7862 | fi | |
a0b9e27f | 7863 | |
10f2d63a | 7864 | else |
a0b9e27f | 7865 | |
10f2d63a VZ |
7866 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` |
7867 | if test "x$LINE" != x ; then | |
7868 | eval "DEFAULT_$LINE" | |
7869 | else | |
7870 | no_cache=1 | |
7871 | fi | |
7872 | ||
7873 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
a0b9e27f MB |
7874 | |
7875 | fi | |
10f2d63a VZ |
7876 | |
7877 | ||
7878 | eval "$ac_cv_use_textdlg" | |
7879 | if test "$no_cache" != 1; then | |
7880 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
7881 | fi | |
7882 | ||
7883 | if test "$wxUSE_TEXTDLG" = yes; then | |
a0b9e27f | 7884 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7885 | else |
a0b9e27f | 7886 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7887 | fi |
a0b9e27f | 7888 | |
10f2d63a | 7889 | |
5005acfe VZ |
7890 | enablestring= |
7891 | echo $ac_n "checking for --${enablestring:-enable}-tipdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7892 | echo "configure:7893: checking for --${enablestring:-enable}-tipdlg" >&5 |
10f2d63a VZ |
7893 | no_cache=0 |
7894 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
7895 | if test "${enable_tipdlg+set}" = set; then | |
7896 | enableval="$enable_tipdlg" | |
a0b9e27f | 7897 | |
10f2d63a VZ |
7898 | if test "$enableval" = yes; then |
7899 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
7900 | else | |
7901 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
7902 | fi | |
a0b9e27f | 7903 | |
10f2d63a | 7904 | else |
a0b9e27f | 7905 | |
10f2d63a VZ |
7906 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` |
7907 | if test "x$LINE" != x ; then | |
7908 | eval "DEFAULT_$LINE" | |
7909 | else | |
7910 | no_cache=1 | |
7911 | fi | |
7912 | ||
7913 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
a0b9e27f MB |
7914 | |
7915 | fi | |
10f2d63a VZ |
7916 | |
7917 | ||
7918 | eval "$ac_cv_use_tipdlg" | |
7919 | if test "$no_cache" != 1; then | |
7920 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
7921 | fi | |
7922 | ||
7923 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
a0b9e27f | 7924 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7925 | else |
a0b9e27f | 7926 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7927 | fi |
a0b9e27f | 7928 | |
10f2d63a | 7929 | |
5005acfe VZ |
7930 | enablestring= |
7931 | echo $ac_n "checking for --${enablestring:-enable}-progressdlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7932 | echo "configure:7933: checking for --${enablestring:-enable}-progressdlg" >&5 |
10f2d63a VZ |
7933 | no_cache=0 |
7934 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
7935 | if test "${enable_progressdlg+set}" = set; then | |
7936 | enableval="$enable_progressdlg" | |
a0b9e27f | 7937 | |
10f2d63a VZ |
7938 | if test "$enableval" = yes; then |
7939 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
7940 | else | |
7941 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
7942 | fi | |
a0b9e27f | 7943 | |
10f2d63a | 7944 | else |
a0b9e27f | 7945 | |
10f2d63a VZ |
7946 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` |
7947 | if test "x$LINE" != x ; then | |
7948 | eval "DEFAULT_$LINE" | |
7949 | else | |
7950 | no_cache=1 | |
7951 | fi | |
7952 | ||
7953 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
a0b9e27f MB |
7954 | |
7955 | fi | |
10f2d63a VZ |
7956 | |
7957 | ||
7958 | eval "$ac_cv_use_progressdlg" | |
7959 | if test "$no_cache" != 1; then | |
7960 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
7961 | fi | |
7962 | ||
7963 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
a0b9e27f | 7964 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 7965 | else |
a0b9e27f | 7966 | echo "$ac_t""no" 1>&6 |
10f2d63a | 7967 | fi |
a0b9e27f | 7968 | |
10f2d63a | 7969 | |
5005acfe VZ |
7970 | enablestring= |
7971 | echo $ac_n "checking for --${enablestring:-enable}-wizarddlg""... $ac_c" 1>&6 | |
2b5f62a0 | 7972 | echo "configure:7973: checking for --${enablestring:-enable}-wizarddlg" >&5 |
b1f5d087 VZ |
7973 | no_cache=0 |
7974 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
7975 | if test "${enable_wizarddlg+set}" = set; then | |
7976 | enableval="$enable_wizarddlg" | |
a0b9e27f | 7977 | |
b1f5d087 VZ |
7978 | if test "$enableval" = yes; then |
7979 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
7980 | else | |
7981 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
7982 | fi | |
a0b9e27f | 7983 | |
b1f5d087 | 7984 | else |
a0b9e27f | 7985 | |
b1f5d087 VZ |
7986 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` |
7987 | if test "x$LINE" != x ; then | |
7988 | eval "DEFAULT_$LINE" | |
7989 | else | |
7990 | no_cache=1 | |
7991 | fi | |
7992 | ||
7993 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
a0b9e27f MB |
7994 | |
7995 | fi | |
b1f5d087 VZ |
7996 | |
7997 | ||
7998 | eval "$ac_cv_use_wizarddlg" | |
7999 | if test "$no_cache" != 1; then | |
8000 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
8001 | fi | |
8002 | ||
8003 | if test "$wxUSE_WIZARDDLG" = yes; then | |
a0b9e27f | 8004 | echo "$ac_t""yes" 1>&6 |
b1f5d087 | 8005 | else |
a0b9e27f | 8006 | echo "$ac_t""no" 1>&6 |
b1f5d087 | 8007 | fi |
a0b9e27f | 8008 | |
8284b0c5 MB |
8009 | |
8010 | ||
52127426 | 8011 | |
5005acfe VZ |
8012 | enablestring= |
8013 | echo $ac_n "checking for --${enablestring:-enable}-menus""... $ac_c" 1>&6 | |
2b5f62a0 | 8014 | echo "configure:8015: checking for --${enablestring:-enable}-menus" >&5 |
1e6feb95 VZ |
8015 | no_cache=0 |
8016 | # Check whether --enable-menus or --disable-menus was given. | |
8017 | if test "${enable_menus+set}" = set; then | |
8018 | enableval="$enable_menus" | |
a0b9e27f | 8019 | |
1e6feb95 VZ |
8020 | if test "$enableval" = yes; then |
8021 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
8022 | else | |
8023 | ac_cv_use_menus='wxUSE_MENUS=no' | |
8024 | fi | |
a0b9e27f | 8025 | |
1e6feb95 | 8026 | else |
a0b9e27f | 8027 | |
1e6feb95 VZ |
8028 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` |
8029 | if test "x$LINE" != x ; then | |
8030 | eval "DEFAULT_$LINE" | |
8031 | else | |
8032 | no_cache=1 | |
8033 | fi | |
8034 | ||
8035 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
a0b9e27f MB |
8036 | |
8037 | fi | |
1e6feb95 VZ |
8038 | |
8039 | ||
8040 | eval "$ac_cv_use_menus" | |
8041 | if test "$no_cache" != 1; then | |
8042 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
8043 | fi | |
8044 | ||
8045 | if test "$wxUSE_MENUS" = yes; then | |
a0b9e27f | 8046 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 8047 | else |
a0b9e27f | 8048 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 8049 | fi |
a0b9e27f | 8050 | |
1e6feb95 | 8051 | |
5005acfe VZ |
8052 | enablestring= |
8053 | echo $ac_n "checking for --${enablestring:-enable}-miniframe""... $ac_c" 1>&6 | |
2b5f62a0 | 8054 | echo "configure:8055: checking for --${enablestring:-enable}-miniframe" >&5 |
10f2d63a VZ |
8055 | no_cache=0 |
8056 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
8057 | if test "${enable_miniframe+set}" = set; then | |
8058 | enableval="$enable_miniframe" | |
a0b9e27f | 8059 | |
10f2d63a VZ |
8060 | if test "$enableval" = yes; then |
8061 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
8062 | else | |
8063 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
8064 | fi | |
a0b9e27f | 8065 | |
10f2d63a | 8066 | else |
a0b9e27f | 8067 | |
10f2d63a VZ |
8068 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` |
8069 | if test "x$LINE" != x ; then | |
8070 | eval "DEFAULT_$LINE" | |
8071 | else | |
8072 | no_cache=1 | |
8073 | fi | |
8074 | ||
8075 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
a0b9e27f MB |
8076 | |
8077 | fi | |
10f2d63a VZ |
8078 | |
8079 | ||
8080 | eval "$ac_cv_use_miniframe" | |
8081 | if test "$no_cache" != 1; then | |
8082 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
8083 | fi | |
8084 | ||
8085 | if test "$wxUSE_MINIFRAME" = yes; then | |
a0b9e27f | 8086 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8087 | else |
a0b9e27f | 8088 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8089 | fi |
a0b9e27f | 8090 | |
10f2d63a | 8091 | |
5005acfe VZ |
8092 | enablestring= |
8093 | echo $ac_n "checking for --${enablestring:-enable}-tooltips""... $ac_c" 1>&6 | |
2b5f62a0 | 8094 | echo "configure:8095: checking for --${enablestring:-enable}-tooltips" >&5 |
10f2d63a VZ |
8095 | no_cache=0 |
8096 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
8097 | if test "${enable_tooltips+set}" = set; then | |
8098 | enableval="$enable_tooltips" | |
a0b9e27f | 8099 | |
10f2d63a VZ |
8100 | if test "$enableval" = yes; then |
8101 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
8102 | else | |
8103 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
8104 | fi | |
a0b9e27f | 8105 | |
10f2d63a | 8106 | else |
a0b9e27f | 8107 | |
10f2d63a VZ |
8108 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` |
8109 | if test "x$LINE" != x ; then | |
8110 | eval "DEFAULT_$LINE" | |
8111 | else | |
8112 | no_cache=1 | |
8113 | fi | |
8114 | ||
8115 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
a0b9e27f MB |
8116 | |
8117 | fi | |
10f2d63a VZ |
8118 | |
8119 | ||
8120 | eval "$ac_cv_use_tooltips" | |
8121 | if test "$no_cache" != 1; then | |
8122 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
8123 | fi | |
8124 | ||
8125 | if test "$wxUSE_TOOLTIPS" = yes; then | |
a0b9e27f | 8126 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8127 | else |
a0b9e27f | 8128 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8129 | fi |
a0b9e27f | 8130 | |
10f2d63a | 8131 | |
5005acfe VZ |
8132 | enablestring= |
8133 | echo $ac_n "checking for --${enablestring:-enable}-splines""... $ac_c" 1>&6 | |
2b5f62a0 | 8134 | echo "configure:8135: checking for --${enablestring:-enable}-splines" >&5 |
10f2d63a VZ |
8135 | no_cache=0 |
8136 | # Check whether --enable-splines or --disable-splines was given. | |
8137 | if test "${enable_splines+set}" = set; then | |
8138 | enableval="$enable_splines" | |
a0b9e27f | 8139 | |
10f2d63a VZ |
8140 | if test "$enableval" = yes; then |
8141 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
8142 | else | |
8143 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
8144 | fi | |
a0b9e27f | 8145 | |
10f2d63a | 8146 | else |
a0b9e27f | 8147 | |
10f2d63a VZ |
8148 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` |
8149 | if test "x$LINE" != x ; then | |
8150 | eval "DEFAULT_$LINE" | |
8151 | else | |
8152 | no_cache=1 | |
8153 | fi | |
8154 | ||
8155 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
a0b9e27f MB |
8156 | |
8157 | fi | |
10f2d63a VZ |
8158 | |
8159 | ||
8160 | eval "$ac_cv_use_splines" | |
8161 | if test "$no_cache" != 1; then | |
8162 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
8163 | fi | |
8164 | ||
8165 | if test "$wxUSE_SPLINES" = yes; then | |
a0b9e27f | 8166 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8167 | else |
a0b9e27f | 8168 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8169 | fi |
a0b9e27f | 8170 | |
10f2d63a | 8171 | |
5005acfe VZ |
8172 | enablestring= |
8173 | echo $ac_n "checking for --${enablestring:-enable}-validators""... $ac_c" 1>&6 | |
2b5f62a0 | 8174 | echo "configure:8175: checking for --${enablestring:-enable}-validators" >&5 |
10f2d63a VZ |
8175 | no_cache=0 |
8176 | # Check whether --enable-validators or --disable-validators was given. | |
8177 | if test "${enable_validators+set}" = set; then | |
8178 | enableval="$enable_validators" | |
a0b9e27f | 8179 | |
10f2d63a VZ |
8180 | if test "$enableval" = yes; then |
8181 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
8182 | else | |
8183 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
8184 | fi | |
a0b9e27f | 8185 | |
10f2d63a | 8186 | else |
a0b9e27f | 8187 | |
10f2d63a VZ |
8188 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` |
8189 | if test "x$LINE" != x ; then | |
8190 | eval "DEFAULT_$LINE" | |
8191 | else | |
8192 | no_cache=1 | |
8193 | fi | |
8194 | ||
8195 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
a0b9e27f MB |
8196 | |
8197 | fi | |
10f2d63a VZ |
8198 | |
8199 | ||
8200 | eval "$ac_cv_use_validators" | |
8201 | if test "$no_cache" != 1; then | |
8202 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
8203 | fi | |
8204 | ||
8205 | if test "$wxUSE_VALIDATORS" = yes; then | |
a0b9e27f | 8206 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8207 | else |
a0b9e27f | 8208 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8209 | fi |
a0b9e27f | 8210 | |
10f2d63a | 8211 | |
5005acfe VZ |
8212 | enablestring= |
8213 | echo $ac_n "checking for --${enablestring:-enable}-busyinfo""... $ac_c" 1>&6 | |
2b5f62a0 | 8214 | echo "configure:8215: checking for --${enablestring:-enable}-busyinfo" >&5 |
10f2d63a VZ |
8215 | no_cache=0 |
8216 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
8217 | if test "${enable_busyinfo+set}" = set; then | |
8218 | enableval="$enable_busyinfo" | |
a0b9e27f | 8219 | |
10f2d63a VZ |
8220 | if test "$enableval" = yes; then |
8221 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
8222 | else | |
8223 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
8224 | fi | |
a0b9e27f | 8225 | |
10f2d63a | 8226 | else |
a0b9e27f | 8227 | |
10f2d63a VZ |
8228 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` |
8229 | if test "x$LINE" != x ; then | |
8230 | eval "DEFAULT_$LINE" | |
8231 | else | |
8232 | no_cache=1 | |
8233 | fi | |
8234 | ||
8235 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
a0b9e27f MB |
8236 | |
8237 | fi | |
10f2d63a VZ |
8238 | |
8239 | ||
8240 | eval "$ac_cv_use_busyinfo" | |
8241 | if test "$no_cache" != 1; then | |
8242 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
8243 | fi | |
8244 | ||
8245 | if test "$wxUSE_BUSYINFO" = yes; then | |
a0b9e27f | 8246 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8247 | else |
a0b9e27f | 8248 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8249 | fi |
a0b9e27f | 8250 | |
10f2d63a | 8251 | |
5005acfe VZ |
8252 | enablestring= |
8253 | echo $ac_n "checking for --${enablestring:-enable}-joystick""... $ac_c" 1>&6 | |
2b5f62a0 | 8254 | echo "configure:8255: checking for --${enablestring:-enable}-joystick" >&5 |
f6bcfd97 BP |
8255 | no_cache=0 |
8256 | # Check whether --enable-joystick or --disable-joystick was given. | |
8257 | if test "${enable_joystick+set}" = set; then | |
8258 | enableval="$enable_joystick" | |
a0b9e27f | 8259 | |
f6bcfd97 BP |
8260 | if test "$enableval" = yes; then |
8261 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
8262 | else | |
8263 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
8264 | fi | |
a0b9e27f | 8265 | |
f6bcfd97 | 8266 | else |
a0b9e27f | 8267 | |
f6bcfd97 BP |
8268 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` |
8269 | if test "x$LINE" != x ; then | |
8270 | eval "DEFAULT_$LINE" | |
8271 | else | |
8272 | no_cache=1 | |
8273 | fi | |
8274 | ||
8275 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
a0b9e27f MB |
8276 | |
8277 | fi | |
f6bcfd97 BP |
8278 | |
8279 | ||
8280 | eval "$ac_cv_use_joystick" | |
8281 | if test "$no_cache" != 1; then | |
8282 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
8283 | fi | |
8284 | ||
8285 | if test "$wxUSE_JOYSTICK" = yes; then | |
a0b9e27f | 8286 | echo "$ac_t""yes" 1>&6 |
f6bcfd97 | 8287 | else |
a0b9e27f | 8288 | echo "$ac_t""no" 1>&6 |
f6bcfd97 | 8289 | fi |
a0b9e27f | 8290 | |
698dcdb6 | 8291 | |
5005acfe VZ |
8292 | enablestring= |
8293 | echo $ac_n "checking for --${enablestring:-enable}-metafile""... $ac_c" 1>&6 | |
2b5f62a0 | 8294 | echo "configure:8295: checking for --${enablestring:-enable}-metafile" >&5 |
1e6feb95 VZ |
8295 | no_cache=0 |
8296 | # Check whether --enable-metafile or --disable-metafile was given. | |
8297 | if test "${enable_metafile+set}" = set; then | |
8298 | enableval="$enable_metafile" | |
a0b9e27f | 8299 | |
1e6feb95 VZ |
8300 | if test "$enableval" = yes; then |
8301 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
8302 | else | |
8303 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
8304 | fi | |
a0b9e27f | 8305 | |
1e6feb95 | 8306 | else |
a0b9e27f | 8307 | |
1e6feb95 VZ |
8308 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` |
8309 | if test "x$LINE" != x ; then | |
8310 | eval "DEFAULT_$LINE" | |
8311 | else | |
8312 | no_cache=1 | |
8313 | fi | |
8314 | ||
8315 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
a0b9e27f MB |
8316 | |
8317 | fi | |
1e6feb95 VZ |
8318 | |
8319 | ||
8320 | eval "$ac_cv_use_metafile" | |
8321 | if test "$no_cache" != 1; then | |
8322 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
8323 | fi | |
8324 | ||
8325 | if test "$wxUSE_METAFILE" = yes; then | |
a0b9e27f | 8326 | echo "$ac_t""yes" 1>&6 |
1e6feb95 | 8327 | else |
a0b9e27f | 8328 | echo "$ac_t""no" 1>&6 |
1e6feb95 | 8329 | fi |
a0b9e27f | 8330 | |
1e6feb95 | 8331 | |
5005acfe VZ |
8332 | enablestring= |
8333 | echo $ac_n "checking for --${enablestring:-enable}-dragimage""... $ac_c" 1>&6 | |
2b5f62a0 | 8334 | echo "configure:8335: checking for --${enablestring:-enable}-dragimage" >&5 |
24fd6d87 VZ |
8335 | no_cache=0 |
8336 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
8337 | if test "${enable_dragimage+set}" = set; then | |
8338 | enableval="$enable_dragimage" | |
a0b9e27f | 8339 | |
24fd6d87 VZ |
8340 | if test "$enableval" = yes; then |
8341 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
8342 | else | |
8343 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
8344 | fi | |
a0b9e27f | 8345 | |
24fd6d87 | 8346 | else |
a0b9e27f | 8347 | |
24fd6d87 VZ |
8348 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` |
8349 | if test "x$LINE" != x ; then | |
8350 | eval "DEFAULT_$LINE" | |
8351 | else | |
8352 | no_cache=1 | |
8353 | fi | |
8354 | ||
8355 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
a0b9e27f MB |
8356 | |
8357 | fi | |
24fd6d87 VZ |
8358 | |
8359 | ||
8360 | eval "$ac_cv_use_dragimage" | |
8361 | if test "$no_cache" != 1; then | |
8362 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
8363 | fi | |
8364 | ||
8365 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
a0b9e27f | 8366 | echo "$ac_t""yes" 1>&6 |
24fd6d87 | 8367 | else |
a0b9e27f | 8368 | echo "$ac_t""no" 1>&6 |
24fd6d87 | 8369 | fi |
a0b9e27f | 8370 | |
52127426 | 8371 | |
8284b0c5 MB |
8372 | |
8373 | ||
5005acfe VZ |
8374 | enablestring= |
8375 | echo $ac_n "checking for --${enablestring:-enable}-palette""... $ac_c" 1>&6 | |
2b5f62a0 | 8376 | echo "configure:8377: checking for --${enablestring:-enable}-palette" >&5 |
edae8572 VZ |
8377 | no_cache=0 |
8378 | # Check whether --enable-palette or --disable-palette was given. | |
8379 | if test "${enable_palette+set}" = set; then | |
8380 | enableval="$enable_palette" | |
a0b9e27f | 8381 | |
edae8572 VZ |
8382 | if test "$enableval" = yes; then |
8383 | ac_cv_use_palette='wxUSE_PALETTE=yes' | |
8384 | else | |
8385 | ac_cv_use_palette='wxUSE_PALETTE=no' | |
8386 | fi | |
a0b9e27f | 8387 | |
edae8572 | 8388 | else |
a0b9e27f | 8389 | |
edae8572 VZ |
8390 | LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` |
8391 | if test "x$LINE" != x ; then | |
8392 | eval "DEFAULT_$LINE" | |
8393 | else | |
8394 | no_cache=1 | |
8395 | fi | |
8396 | ||
8397 | ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE | |
a0b9e27f MB |
8398 | |
8399 | fi | |
edae8572 VZ |
8400 | |
8401 | ||
8402 | eval "$ac_cv_use_palette" | |
8403 | if test "$no_cache" != 1; then | |
8404 | echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp | |
8405 | fi | |
8406 | ||
8407 | if test "$wxUSE_PALETTE" = yes; then | |
a0b9e27f | 8408 | echo "$ac_t""yes" 1>&6 |
edae8572 | 8409 | else |
a0b9e27f | 8410 | echo "$ac_t""no" 1>&6 |
edae8572 | 8411 | fi |
a0b9e27f | 8412 | |
edae8572 | 8413 | |
5005acfe VZ |
8414 | enablestring= |
8415 | echo $ac_n "checking for --${enablestring:-enable}-image""... $ac_c" 1>&6 | |
2b5f62a0 | 8416 | echo "configure:8417: checking for --${enablestring:-enable}-image" >&5 |
0046ff7c VS |
8417 | no_cache=0 |
8418 | # Check whether --enable-image or --disable-image was given. | |
8419 | if test "${enable_image+set}" = set; then | |
8420 | enableval="$enable_image" | |
a0b9e27f | 8421 | |
0046ff7c VS |
8422 | if test "$enableval" = yes; then |
8423 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
8424 | else | |
8425 | ac_cv_use_image='wxUSE_IMAGE=no' | |
8426 | fi | |
a0b9e27f | 8427 | |
0046ff7c | 8428 | else |
a0b9e27f | 8429 | |
0046ff7c VS |
8430 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` |
8431 | if test "x$LINE" != x ; then | |
8432 | eval "DEFAULT_$LINE" | |
8433 | else | |
8434 | no_cache=1 | |
8435 | fi | |
8436 | ||
8437 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
a0b9e27f MB |
8438 | |
8439 | fi | |
0046ff7c VS |
8440 | |
8441 | ||
8442 | eval "$ac_cv_use_image" | |
8443 | if test "$no_cache" != 1; then | |
8444 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
8445 | fi | |
8446 | ||
8447 | if test "$wxUSE_IMAGE" = yes; then | |
a0b9e27f | 8448 | echo "$ac_t""yes" 1>&6 |
0046ff7c | 8449 | else |
a0b9e27f | 8450 | echo "$ac_t""no" 1>&6 |
0046ff7c | 8451 | fi |
a0b9e27f | 8452 | |
0046ff7c | 8453 | |
5005acfe VZ |
8454 | enablestring= |
8455 | echo $ac_n "checking for --${enablestring:-enable}-gif""... $ac_c" 1>&6 | |
2b5f62a0 | 8456 | echo "configure:8457: checking for --${enablestring:-enable}-gif" >&5 |
10f2d63a VZ |
8457 | no_cache=0 |
8458 | # Check whether --enable-gif or --disable-gif was given. | |
8459 | if test "${enable_gif+set}" = set; then | |
8460 | enableval="$enable_gif" | |
a0b9e27f | 8461 | |
10f2d63a VZ |
8462 | if test "$enableval" = yes; then |
8463 | ac_cv_use_gif='wxUSE_GIF=yes' | |
8464 | else | |
8465 | ac_cv_use_gif='wxUSE_GIF=no' | |
8466 | fi | |
a0b9e27f | 8467 | |
10f2d63a | 8468 | else |
a0b9e27f | 8469 | |
10f2d63a VZ |
8470 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` |
8471 | if test "x$LINE" != x ; then | |
8472 | eval "DEFAULT_$LINE" | |
8473 | else | |
8474 | no_cache=1 | |
8475 | fi | |
8476 | ||
8477 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
a0b9e27f MB |
8478 | |
8479 | fi | |
10f2d63a VZ |
8480 | |
8481 | ||
8482 | eval "$ac_cv_use_gif" | |
8483 | if test "$no_cache" != 1; then | |
8484 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
8485 | fi | |
8486 | ||
8487 | if test "$wxUSE_GIF" = yes; then | |
a0b9e27f | 8488 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8489 | else |
a0b9e27f | 8490 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8491 | fi |
a0b9e27f | 8492 | |
10f2d63a | 8493 | |
5005acfe VZ |
8494 | enablestring= |
8495 | echo $ac_n "checking for --${enablestring:-enable}-pcx""... $ac_c" 1>&6 | |
2b5f62a0 | 8496 | echo "configure:8497: checking for --${enablestring:-enable}-pcx" >&5 |
10f2d63a VZ |
8497 | no_cache=0 |
8498 | # Check whether --enable-pcx or --disable-pcx was given. | |
8499 | if test "${enable_pcx+set}" = set; then | |
8500 | enableval="$enable_pcx" | |
a0b9e27f | 8501 | |
10f2d63a VZ |
8502 | if test "$enableval" = yes; then |
8503 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
8504 | else | |
8505 | ac_cv_use_pcx='wxUSE_PCX=no' | |
8506 | fi | |
a0b9e27f | 8507 | |
10f2d63a | 8508 | else |
a0b9e27f | 8509 | |
10f2d63a VZ |
8510 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` |
8511 | if test "x$LINE" != x ; then | |
8512 | eval "DEFAULT_$LINE" | |
8513 | else | |
8514 | no_cache=1 | |
8515 | fi | |
8516 | ||
8517 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
a0b9e27f MB |
8518 | |
8519 | fi | |
10f2d63a VZ |
8520 | |
8521 | ||
8522 | eval "$ac_cv_use_pcx" | |
8523 | if test "$no_cache" != 1; then | |
8524 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
8525 | fi | |
8526 | ||
8527 | if test "$wxUSE_PCX" = yes; then | |
a0b9e27f | 8528 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8529 | else |
a0b9e27f | 8530 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8531 | fi |
a0b9e27f | 8532 | |
10f2d63a | 8533 | |
5005acfe VZ |
8534 | enablestring= |
8535 | echo $ac_n "checking for --${enablestring:-enable}-iff""... $ac_c" 1>&6 | |
2b5f62a0 | 8536 | echo "configure:8537: checking for --${enablestring:-enable}-iff" >&5 |
4b6b4dfc RR |
8537 | no_cache=0 |
8538 | # Check whether --enable-iff or --disable-iff was given. | |
8539 | if test "${enable_iff+set}" = set; then | |
8540 | enableval="$enable_iff" | |
a0b9e27f | 8541 | |
4b6b4dfc RR |
8542 | if test "$enableval" = yes; then |
8543 | ac_cv_use_iff='wxUSE_IFF=yes' | |
8544 | else | |
8545 | ac_cv_use_iff='wxUSE_IFF=no' | |
8546 | fi | |
a0b9e27f | 8547 | |
4b6b4dfc | 8548 | else |
a0b9e27f | 8549 | |
4b6b4dfc RR |
8550 | LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}` |
8551 | if test "x$LINE" != x ; then | |
8552 | eval "DEFAULT_$LINE" | |
8553 | else | |
8554 | no_cache=1 | |
8555 | fi | |
8556 | ||
8557 | ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF | |
a0b9e27f MB |
8558 | |
8559 | fi | |
4b6b4dfc RR |
8560 | |
8561 | ||
8562 | eval "$ac_cv_use_iff" | |
8563 | if test "$no_cache" != 1; then | |
8564 | echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp | |
8565 | fi | |
8566 | ||
8567 | if test "$wxUSE_IFF" = yes; then | |
a0b9e27f | 8568 | echo "$ac_t""yes" 1>&6 |
4b6b4dfc | 8569 | else |
a0b9e27f | 8570 | echo "$ac_t""no" 1>&6 |
4b6b4dfc | 8571 | fi |
a0b9e27f | 8572 | |
4b6b4dfc | 8573 | |
5005acfe VZ |
8574 | enablestring= |
8575 | echo $ac_n "checking for --${enablestring:-enable}-pnm""... $ac_c" 1>&6 | |
2b5f62a0 | 8576 | echo "configure:8577: checking for --${enablestring:-enable}-pnm" >&5 |
10f2d63a VZ |
8577 | no_cache=0 |
8578 | # Check whether --enable-pnm or --disable-pnm was given. | |
8579 | if test "${enable_pnm+set}" = set; then | |
8580 | enableval="$enable_pnm" | |
a0b9e27f | 8581 | |
10f2d63a VZ |
8582 | if test "$enableval" = yes; then |
8583 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
8584 | else | |
8585 | ac_cv_use_pnm='wxUSE_PNM=no' | |
8586 | fi | |
a0b9e27f | 8587 | |
10f2d63a | 8588 | else |
a0b9e27f | 8589 | |
10f2d63a VZ |
8590 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` |
8591 | if test "x$LINE" != x ; then | |
8592 | eval "DEFAULT_$LINE" | |
8593 | else | |
8594 | no_cache=1 | |
8595 | fi | |
8596 | ||
8597 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
a0b9e27f MB |
8598 | |
8599 | fi | |
10f2d63a VZ |
8600 | |
8601 | ||
8602 | eval "$ac_cv_use_pnm" | |
8603 | if test "$no_cache" != 1; then | |
8604 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
8605 | fi | |
8606 | ||
8607 | if test "$wxUSE_PNM" = yes; then | |
a0b9e27f | 8608 | echo "$ac_t""yes" 1>&6 |
10f2d63a | 8609 | else |
a0b9e27f | 8610 | echo "$ac_t""no" 1>&6 |
10f2d63a | 8611 | fi |
a0b9e27f | 8612 | |
10f2d63a | 8613 | |
5005acfe VZ |
8614 | enablestring= |
8615 | echo $ac_n "checking for --${enablestring:-enable}-xpm""... $ac_c" 1>&6 | |
2b5f62a0 | 8616 | echo "configure:8617: checking for --${enablestring:-enable}-xpm" >&5 |
0046ff7c | 8617 | no_cache=0 |
69d27ff7 MB |
8618 | # Check whether --enable-xpm or --disable-xpm was given. |
8619 | if test "${enable_xpm+set}" = set; then | |
8620 | enableval="$enable_xpm" | |
a0b9e27f | 8621 | |
0046ff7c | 8622 | if test "$enableval" = yes; then |
69d27ff7 | 8623 | ac_cv_use_xpm='wxUSE_XPM=yes' |
0046ff7c | 8624 | else |
69d27ff7 | 8625 | ac_cv_use_xpm='wxUSE_XPM=no' |
0046ff7c | 8626 | fi |
a0b9e27f | 8627 | |
0046ff7c | 8628 | else |
a0b9e27f | 8629 | |
0046ff7c VS |
8630 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` |
8631 | if test "x$LINE" != x ; then | |
8632 | eval "DEFAULT_$LINE" | |
8633 | else | |
8634 | no_cache=1 | |
8635 | fi | |
8636 | ||
69d27ff7 | 8637 | ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM |
a0b9e27f MB |
8638 | |
8639 | fi | |
0046ff7c VS |
8640 | |
8641 | ||
69d27ff7 | 8642 | eval "$ac_cv_use_xpm" |
0046ff7c | 8643 | if test "$no_cache" != 1; then |
69d27ff7 | 8644 | echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp |
0046ff7c VS |
8645 | fi |
8646 | ||
8647 | if test "$wxUSE_XPM" = yes; then | |
a0b9e27f | 8648 | echo "$ac_t""yes" 1>&6 |
0046ff7c | 8649 | else |
a0b9e27f | 8650 | echo "$ac_t""no" 1>&6 |
0046ff7c | 8651 | fi |
a0b9e27f | 8652 | |
0046ff7c | 8653 | |
5005acfe VZ |
8654 | enablestring= |
8655 | echo $ac_n "checking for --${enablestring:-enable}-ico_cur""... $ac_c" 1>&6 | |
2b5f62a0 | 8656 | echo "configure:8657: checking for --${enablestring:-enable}-ico_cur" >&5 |
658974ae | 8657 | no_cache=0 |
c7206e64 VS |
8658 | # Check whether --enable-ico_cur or --disable-ico_cur was given. |
8659 | if test "${enable_ico_cur+set}" = set; then | |
8660 | enableval="$enable_ico_cur" | |
a0b9e27f | 8661 | |
658974ae | 8662 | if test "$enableval" = yes; then |
c7206e64 | 8663 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes' |
658974ae | 8664 | else |
c7206e64 | 8665 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=no' |
658974ae | 8666 | fi |
a0b9e27f | 8667 | |
658974ae | 8668 | else |
a0b9e27f | 8669 | |
658974ae VS |
8670 | LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}` |
8671 | if test "x$LINE" != x ; then | |
8672 | eval "DEFAULT_$LINE" | |
8673 | else | |
8674 | no_cache=1 | |
8675 | fi | |
8676 | ||
c7206e64 | 8677 | ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR |
a0b9e27f MB |
8678 | |
8679 | fi | |
658974ae VS |
8680 | |
8681 | ||
c7206e64 | 8682 | eval "$ac_cv_use_ico_cur" |
658974ae | 8683 | if test "$no_cache" != 1; then |
c7206e64 | 8684 | echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp |
658974ae VS |
8685 | fi |
8686 | ||
8687 | if test "$wxUSE_ICO_CUR" = yes; then | |
a0b9e27f | 8688 | echo "$ac_t""yes" 1>&6 |
658974ae | 8689 | else |
a0b9e27f | 8690 | echo "$ac_t""no" 1>&6 |
658974ae | 8691 | fi |
a0b9e27f | 8692 | |
658974ae | 8693 | |
b12915c1 VZ |
8694 | fi |
8695 | ||
d558c907 VS |
8696 | case "${host}" in |
8697 | *-pc-os2_emx | *-pc-os2-emx ) | |
6969f178 MB |
8698 | PATH_IFS=';' |
8699 | LEX_STEM="lexyy" | |
d558c907 VS |
8700 | ;; |
8701 | *) | |
8702 | PATH_IFS=':' | |
8703 | LEX_STEM="lex.yy" | |
8704 | ;; | |
8705 | esac | |
8706 | ||
8284b0c5 MB |
8707 | |
8708 | ||
10f2d63a VZ |
8709 | echo "saving argument cache $wx_arg_cache_file" |
8710 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
a0b9e27f | 8711 | |
52127426 | 8712 | |
8284b0c5 | 8713 | |
a0b9e27f | 8714 | echo $ac_n "checking for toolkit""... $ac_c" 1>&6 |
2b5f62a0 | 8715 | echo "configure:8716: checking for toolkit" >&5 |
10f2d63a VZ |
8716 | |
8717 | if test "$wxUSE_GUI" = "yes"; then | |
8718 | ||
3a922bb4 | 8719 | if test "$USE_BEOS" = 1; then |
a0b9e27f | 8720 | { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } |
3a922bb4 | 8721 | fi |
b12915c1 | 8722 | |
3a922bb4 RL |
8723 | if test "$TOOLKIT_GIVEN" = 1; then |
8724 | for toolkit in `echo $ALL_TOOLKITS`; do | |
8725 | var=wxUSE_$toolkit | |
8726 | eval "value=\$${var}" | |
8727 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
8728 | done | |
10f2d63a | 8729 | else |
3a922bb4 RL |
8730 | for toolkit in `echo $ALL_TOOLKITS`; do |
8731 | if test "$has_toolkit_in_cache" != 1; then | |
8732 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
8733 | else | |
8734 | var=DEFAULT_wxUSE_$toolkit | |
8735 | fi | |
8736 | eval "wxUSE_$toolkit=\$${var}" | |
8737 | done | |
10f2d63a | 8738 | fi |
10f2d63a | 8739 | |
3a922bb4 | 8740 | NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \ |
f79bd02d | 8741 | + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}` |
10f2d63a | 8742 | |
d558c907 | 8743 | case "${host}" in |
6fa882bd | 8744 | *-pc-os2_emx | *-pc-os2-emx ) |
3a922bb4 | 8745 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` |
3a922bb4 | 8746 | esac |
10f2d63a | 8747 | |
3a922bb4 RL |
8748 | case "$NUM_TOOLKITS" in |
8749 | 1) | |
8750 | ;; | |
8751 | 0) | |
a0b9e27f | 8752 | { echo "configure: error: Please specify a toolkit -- cannot determine the default for ${host}" 1>&2; exit 1; } |
3a922bb4 RL |
8753 | ;; |
8754 | *) | |
a0b9e27f | 8755 | { echo "configure: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" 1>&2; exit 1; } |
3a922bb4 | 8756 | esac |
10f2d63a | 8757 | |
3a922bb4 RL |
8758 | for toolkit in `echo $ALL_TOOLKITS`; do |
8759 | var=wxUSE_$toolkit | |
8760 | eval "value=\$${var}" | |
8761 | if test "x$value" != x; then | |
8762 | cache_var=CACHE_$toolkit | |
8763 | eval "cache=\$${cache_var}" | |
8764 | if test "$cache" = 1; then | |
8765 | echo "$var=$value" >> ${wx_arg_cache_file} | |
8766 | fi | |
8767 | if test "$value" = 1; then | |
8768 | toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]` | |
a0b9e27f | 8769 | echo "$ac_t""$toolkit_echo" 1>&6 |
3a922bb4 RL |
8770 | fi |
8771 | fi | |
8772 | done | |
10f2d63a | 8773 | else |
a0b9e27f | 8774 | echo "$ac_t""base ($host_alias hosted) only" 1>&6 |
10f2d63a VZ |
8775 | fi |
8776 | ||
43d99b6d VS |
8777 | wants_win32=0 |
8778 | doesnt_want_win32=0 | |
17234b26 MB |
8779 | case "${host}" in |
8780 | *-*-cygwin*) | |
8781 | if test "$wxUSE_MSW" = 1 ; then | |
43d99b6d VS |
8782 | wants_win32=1 |
8783 | else | |
8784 | doesnt_want_win32=1 | |
17234b26 MB |
8785 | fi |
8786 | ;; | |
8787 | *-*-mingw*) | |
43d99b6d | 8788 | wants_win32=1 |
17234b26 MB |
8789 | ;; |
8790 | esac | |
8791 | ||
43d99b6d | 8792 | if test "$wants_win32" = 1 ; then |
17234b26 MB |
8793 | USE_UNIX=0 |
8794 | USE_WIN32=1 | |
a0b9e27f | 8795 | cat >> confdefs.h <<\EOF |
17234b26 | 8796 | #define __WIN32__ 1 |
a0b9e27f | 8797 | EOF |
17234b26 | 8798 | |
a0b9e27f | 8799 | cat >> confdefs.h <<\EOF |
17234b26 | 8800 | #define __WIN95__ 1 |
a0b9e27f | 8801 | EOF |
17234b26 | 8802 | |
a0b9e27f | 8803 | cat >> confdefs.h <<\EOF |
17234b26 | 8804 | #define __WINDOWS__ 1 |
a0b9e27f | 8805 | EOF |
17234b26 | 8806 | |
a0b9e27f | 8807 | cat >> confdefs.h <<\EOF |
17234b26 | 8808 | #define __GNUWIN32__ 1 |
a0b9e27f | 8809 | EOF |
17234b26 | 8810 | |
a0b9e27f | 8811 | cat >> confdefs.h <<\EOF |
17234b26 | 8812 | #define STRICT 1 |
a0b9e27f | 8813 | EOF |
17234b26 | 8814 | |
a0b9e27f | 8815 | cat >> confdefs.h <<\EOF |
17234b26 | 8816 | #define WINVER 0x0400 |
a0b9e27f | 8817 | EOF |
17234b26 | 8818 | |
43d99b6d VS |
8819 | fi |
8820 | if test "$doesnt_want_win32" = 1 ; then | |
17234b26 MB |
8821 | USE_UNIX=1 |
8822 | USE_WIN32=0 | |
8823 | fi | |
8824 | ||
8825 | if test "$USE_UNIX" = 1 ; then | |
8826 | wxUSE_UNIX=yes | |
a0b9e27f | 8827 | cat >> confdefs.h <<\EOF |
17234b26 | 8828 | #define __UNIX__ 1 |
a0b9e27f | 8829 | EOF |
17234b26 MB |
8830 | |
8831 | fi | |
8832 | ||
8284b0c5 | 8833 | |
a0b9e27f | 8834 | cat > confcache <<\EOF |
10f2d63a VZ |
8835 | # This file is a shell script that caches the results of configure |
8836 | # tests run on this system so they can be shared between configure | |
a0b9e27f MB |
8837 | # scripts and configure runs. It is not useful on other systems. |
8838 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 8839 | # |
a0b9e27f MB |
8840 | # By default, configure uses ./config.cache as the cache file, |
8841 | # creating it if it does not exist already. You can give configure | |
8842 | # the --cache-file=FILE option to use a different cache file; that is | |
8843 | # what configure does when it calls configure scripts in | |
8844 | # subdirectories, so they share the cache. | |
8845 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
8846 | # config.status only pays attention to the cache file if you give it the | |
8847 | # --recheck option to rerun configure. | |
10f2d63a | 8848 | # |
a0b9e27f | 8849 | EOF |
10f2d63a VZ |
8850 | # The following way of writing the cache mishandles newlines in values, |
8851 | # but we know of no workaround that is simple, portable, and efficient. | |
8852 | # So, don't put newlines in cache variables' values. | |
8853 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
8854 | # and sets the high bit in the cache file unless we assign to the vars. | |
a0b9e27f MB |
8855 | (set) 2>&1 | |
8856 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
8857 | *ac_space=\ *) | |
8858 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
8859 | # turns \\\\ into \\, and sed turns \\ into \). | |
8860 | sed -n \ | |
8861 | -e "s/'/'\\\\''/g" \ | |
8862 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
8863 | ;; | |
8864 | *) | |
8865 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
8866 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
8867 | ;; | |
8868 | esac >> confcache | |
8869 | if cmp -s $cache_file confcache; then | |
8870 | : | |
8871 | else | |
10f2d63a | 8872 | if test -w $cache_file; then |
a0b9e27f MB |
8873 | echo "updating cache $cache_file" |
8874 | cat confcache > $cache_file | |
10f2d63a VZ |
8875 | else |
8876 | echo "not updating unwritable cache $cache_file" | |
8877 | fi | |
8878 | fi | |
8879 | rm -f confcache | |
8880 | ||
a0b9e27f | 8881 | |
e59890c3 | 8882 | if test "$build" != "$host" ; then |
9d353d4a | 8883 | if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then |
3a922bb4 RL |
8884 | CC=$host_alias-gcc |
8885 | CXX=$host_alias-c++ | |
8886 | AR=$host_alias-ar | |
8887 | RANLIB=$host_alias-ranlib | |
8888 | DLLTOOL=$host_alias-dlltool | |
8889 | RESCOMP=$host_alias-windres | |
8890 | LD=$host_alias-ld | |
8891 | NM=$host_alias-nm | |
8892 | STRIP=$host_alias-strip | |
8893 | else | |
a0b9e27f | 8894 | { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; } |
3a922bb4 | 8895 | fi |
10f2d63a VZ |
8896 | fi |
8897 | ||
ec603395 | 8898 | CFLAGS=${CFLAGS:=} |
a0b9e27f | 8899 | # Extract the first word of "gcc", so it can be a program name with args. |
8284b0c5 | 8900 | set dummy gcc; ac_word=$2 |
a0b9e27f | 8901 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
2b5f62a0 | 8902 | echo "configure:8903: checking for $ac_word" >&5 |
a0b9e27f MB |
8903 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
8904 | echo $ac_n "(cached) $ac_c" 1>&6 | |
6232543b VS |
8905 | else |
8906 | if test -n "$CC"; then | |
8907 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10f2d63a | 8908 | else |
a0b9e27f MB |
8909 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8910 | ac_dummy="$PATH" | |
8911 | for ac_dir in $ac_dummy; do | |
8912 | test -z "$ac_dir" && ac_dir=. | |
8913 | if test -f $ac_dir/$ac_word; then | |
8914 | ac_cv_prog_CC="gcc" | |
8915 | break | |
8916 | fi | |
8917 | done | |
8918 | IFS="$ac_save_ifs" | |
10f2d63a | 8919 | fi |
6232543b | 8920 | fi |
a0b9e27f | 8921 | CC="$ac_cv_prog_CC" |
6232543b | 8922 | if test -n "$CC"; then |
a0b9e27f | 8923 | echo "$ac_t""$CC" 1>&6 |
247f5006 | 8924 | else |
a0b9e27f | 8925 | echo "$ac_t""no" 1>&6 |
247f5006 VZ |
8926 | fi |
8927 | ||
5c6fa7d2 RR |
8928 | if test -z "$CC"; then |
8929 | # Extract the first word of "cc", so it can be a program name with args. | |
8930 | set dummy cc; ac_word=$2 | |
a0b9e27f | 8931 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
2b5f62a0 | 8932 | echo "configure:8933: checking for $ac_word" >&5 |
a0b9e27f MB |
8933 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
8934 | echo $ac_n "(cached) $ac_c" 1>&6 | |
5c6fa7d2 RR |
8935 | else |
8936 | if test -n "$CC"; then | |
8937 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8938 | else | |
a0b9e27f | 8939 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
5c6fa7d2 | 8940 | ac_prog_rejected=no |
a0b9e27f MB |
8941 | ac_dummy="$PATH" |
8942 | for ac_dir in $ac_dummy; do | |
8943 | test -z "$ac_dir" && ac_dir=. | |
8944 | if test -f $ac_dir/$ac_word; then | |
8945 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
8946 | ac_prog_rejected=yes | |
8947 | continue | |
8948 | fi | |
8949 | ac_cv_prog_CC="cc" | |
8950 | break | |
8951 | fi | |
8952 | done | |
8953 | IFS="$ac_save_ifs" | |
328a083c RR |
8954 | if test $ac_prog_rejected = yes; then |
8955 | # We found a bogon in the path, so make sure we never use it. | |
8956 | set dummy $ac_cv_prog_CC | |
8957 | shift | |
a0b9e27f | 8958 | if test $# -gt 0; then |
328a083c | 8959 | # We chose a different compiler from the bogus one. |
1e487827 VS |
8960 | # However, it has the same basename, so the bogon will be chosen |
8961 | # first if we set CC to just the basename; use the full file name. | |
8962 | shift | |
a0b9e27f | 8963 | set dummy "$ac_dir/$ac_word" "$@" |
1e487827 VS |
8964 | shift |
8965 | ac_cv_prog_CC="$@" | |
703e0a69 | 8966 | fi |
1e487827 VS |
8967 | fi |
8968 | fi | |
8969 | fi | |
a0b9e27f | 8970 | CC="$ac_cv_prog_CC" |
1e487827 | 8971 | if test -n "$CC"; then |
a0b9e27f | 8972 | echo "$ac_t""$CC" 1>&6 |
703e0a69 | 8973 | else |
a0b9e27f | 8974 | echo "$ac_t""no" 1>&6 |
703e0a69 | 8975 | fi |
1e487827 | 8976 | |
a0b9e27f MB |
8977 | if test -z "$CC"; then |
8978 | case "`uname -s`" in | |
8979 | *win32* | *WIN32*) | |
8980 | # Extract the first word of "cl", so it can be a program name with args. | |
8981 | set dummy cl; ac_word=$2 | |
8982 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
2b5f62a0 | 8983 | echo "configure:8984: checking for $ac_word" >&5 |
a0b9e27f MB |
8984 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
8985 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f09359cf VS |
8986 | else |
8987 | if test -n "$CC"; then | |
8988 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8989 | else | |
a0b9e27f MB |
8990 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
8991 | ac_dummy="$PATH" | |
8992 | for ac_dir in $ac_dummy; do | |
8993 | test -z "$ac_dir" && ac_dir=. | |
8994 | if test -f $ac_dir/$ac_word; then | |
8995 | ac_cv_prog_CC="cl" | |
8996 | break | |
8997 | fi | |
8998 | done | |
8999 | IFS="$ac_save_ifs" | |
f09359cf VS |
9000 | fi |
9001 | fi | |
a0b9e27f | 9002 | CC="$ac_cv_prog_CC" |
f09359cf | 9003 | if test -n "$CC"; then |
a0b9e27f | 9004 | echo "$ac_t""$CC" 1>&6 |
f09359cf | 9005 | else |
a0b9e27f | 9006 | echo "$ac_t""no" 1>&6 |
247f5006 | 9007 | fi |
a0b9e27f MB |
9008 | ;; |
9009 | esac | |
8284b0c5 | 9010 | fi |
a0b9e27f | 9011 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
5c6fa7d2 | 9012 | fi |
1e487827 | 9013 | |
a0b9e27f | 9014 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
2b5f62a0 | 9015 | echo "configure:9016: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
f09359cf | 9016 | |
a0b9e27f MB |
9017 | ac_ext=c |
9018 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9019 | ac_cpp='$CPP $CPPFLAGS' | |
9020 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9021 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9022 | cross_compiling=$ac_cv_prog_cc_cross | |
f09359cf | 9023 | |
a0b9e27f | 9024 | cat > conftest.$ac_ext << EOF |
247f5006 | 9025 | |
2b5f62a0 | 9026 | #line 9027 "configure" |
a0b9e27f | 9027 | #include "confdefs.h" |
247f5006 | 9028 | |
a0b9e27f MB |
9029 | main(){return(0);} |
9030 | EOF | |
2b5f62a0 | 9031 | if { (eval echo configure:9032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
9032 | ac_cv_prog_cc_works=yes |
9033 | # If we can't run a trivial program, we are probably using a cross compiler. | |
9034 | if (./conftest; exit) 2>/dev/null; then | |
9035 | ac_cv_prog_cc_cross=no | |
698dcdb6 | 9036 | else |
a0b9e27f | 9037 | ac_cv_prog_cc_cross=yes |
698dcdb6 | 9038 | fi |
7b4a847f | 9039 | else |
a0b9e27f MB |
9040 | echo "configure: failed program was:" >&5 |
9041 | cat conftest.$ac_ext >&5 | |
9042 | ac_cv_prog_cc_works=no | |
52127426 | 9043 | fi |
a0b9e27f MB |
9044 | rm -fr conftest* |
9045 | ac_ext=c | |
9046 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9047 | ac_cpp='$CPP $CPPFLAGS' | |
9048 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9049 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9050 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 9051 | |
a0b9e27f MB |
9052 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 |
9053 | if test $ac_cv_prog_cc_works = no; then | |
9054 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
9055 | fi | |
9056 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
2b5f62a0 | 9057 | echo "configure:9058: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
a0b9e27f MB |
9058 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
9059 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 9060 | |
a0b9e27f | 9061 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
2b5f62a0 | 9062 | echo "configure:9063: checking whether we are using GNU C" >&5 |
a0b9e27f MB |
9063 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
9064 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 9065 | else |
a0b9e27f MB |
9066 | cat > conftest.c <<EOF |
9067 | #ifdef __GNUC__ | |
9068 | yes; | |
8284b0c5 | 9069 | #endif |
a0b9e27f | 9070 | EOF |
2b5f62a0 | 9071 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
a0b9e27f | 9072 | ac_cv_prog_gcc=yes |
5c6fa7d2 | 9073 | else |
a0b9e27f | 9074 | ac_cv_prog_gcc=no |
8284b0c5 MB |
9075 | fi |
9076 | fi | |
1e487827 | 9077 | |
a0b9e27f | 9078 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
f09359cf | 9079 | |
a0b9e27f MB |
9080 | if test $ac_cv_prog_gcc = yes; then |
9081 | GCC=yes | |
9082 | else | |
9083 | GCC= | |
9084 | fi | |
247f5006 | 9085 | |
a0b9e27f MB |
9086 | ac_test_CFLAGS="${CFLAGS+set}" |
9087 | ac_save_CFLAGS="$CFLAGS" | |
9088 | CFLAGS= | |
9089 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
2b5f62a0 | 9090 | echo "configure:9091: checking whether ${CC-cc} accepts -g" >&5 |
a0b9e27f MB |
9091 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
9092 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9093 | else | |
9094 | echo 'void f(){}' > conftest.c | |
9095 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
10f2d63a VZ |
9096 | ac_cv_prog_cc_g=yes |
9097 | else | |
a0b9e27f | 9098 | ac_cv_prog_cc_g=no |
10f2d63a | 9099 | fi |
a0b9e27f MB |
9100 | rm -f conftest* |
9101 | ||
10f2d63a | 9102 | fi |
a0b9e27f MB |
9103 | |
9104 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
f09359cf | 9105 | if test "$ac_test_CFLAGS" = set; then |
a0b9e27f | 9106 | CFLAGS="$ac_save_CFLAGS" |
f09359cf VS |
9107 | elif test $ac_cv_prog_cc_g = yes; then |
9108 | if test "$GCC" = yes; then | |
10f2d63a VZ |
9109 | CFLAGS="-g -O2" |
9110 | else | |
f09359cf | 9111 | CFLAGS="-g" |
10f2d63a | 9112 | fi |
5c0a20c3 | 9113 | else |
f09359cf VS |
9114 | if test "$GCC" = yes; then |
9115 | CFLAGS="-O2" | |
9116 | else | |
9117 | CFLAGS= | |
9118 | fi | |
10f2d63a VZ |
9119 | fi |
9120 | ||
9121 | ||
a0b9e27f | 9122 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
2b5f62a0 | 9123 | echo "configure:9124: checking how to run the C preprocessor" >&5 |
10f2d63a VZ |
9124 | # On Suns, sometimes $CPP names a directory. |
9125 | if test -n "$CPP" && test -d "$CPP"; then | |
9126 | CPP= | |
9127 | fi | |
9128 | if test -z "$CPP"; then | |
a0b9e27f MB |
9129 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then |
9130 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9131 | else | |
9132 | # This must be in double quotes, not single quotes, because CPP may get | |
9133 | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
9134 | CPP="${CC-cc} -E" | |
10f2d63a | 9135 | # On the NeXT, cc -E runs the code through the compiler's parser, |
a0b9e27f MB |
9136 | # not just through cpp. |
9137 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9138 | #line 9139 "configure" |
10f2d63a VZ |
9139 | #include "confdefs.h" |
9140 | #include <assert.h> | |
a0b9e27f MB |
9141 | Syntax Error |
9142 | EOF | |
9143 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9144 | { (eval echo configure:9145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9145 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9146 | if test -z "$ac_err"; then | |
10f2d63a VZ |
9147 | : |
9148 | else | |
a0b9e27f MB |
9149 | echo "$ac_err" >&5 |
9150 | echo "configure: failed program was:" >&5 | |
10f2d63a | 9151 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
9152 | rm -rf conftest* |
9153 | CPP="${CC-cc} -E -traditional-cpp" | |
9154 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9155 | #line 9156 "configure" |
f09359cf | 9156 | #include "confdefs.h" |
a0b9e27f MB |
9157 | #include <assert.h> |
9158 | Syntax Error | |
9159 | EOF | |
9160 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9161 | { (eval echo configure:9162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9162 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9163 | if test -z "$ac_err"; then | |
9164 | : | |
247f5006 | 9165 | else |
a0b9e27f MB |
9166 | echo "$ac_err" >&5 |
9167 | echo "configure: failed program was:" >&5 | |
f09359cf | 9168 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
9169 | rm -rf conftest* |
9170 | CPP="${CC-cc} -nologo -E" | |
9171 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9172 | #line 9173 "configure" |
10f2d63a VZ |
9173 | #include "confdefs.h" |
9174 | #include <assert.h> | |
a0b9e27f MB |
9175 | Syntax Error |
9176 | EOF | |
9177 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9178 | { (eval echo configure:9179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9179 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9180 | if test -z "$ac_err"; then | |
10f2d63a VZ |
9181 | : |
9182 | else | |
a0b9e27f MB |
9183 | echo "$ac_err" >&5 |
9184 | echo "configure: failed program was:" >&5 | |
10f2d63a | 9185 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
9186 | rm -rf conftest* |
9187 | CPP=/lib/cpp | |
579d8138 | 9188 | fi |
a0b9e27f | 9189 | rm -f conftest* |
52127426 | 9190 | fi |
a0b9e27f | 9191 | rm -f conftest* |
8284b0c5 | 9192 | fi |
a0b9e27f MB |
9193 | rm -f conftest* |
9194 | ac_cv_prog_CPP="$CPP" | |
9195 | fi | |
9196 | CPP="$ac_cv_prog_CPP" | |
10f2d63a | 9197 | else |
a0b9e27f | 9198 | ac_cv_prog_CPP="$CPP" |
10f2d63a | 9199 | fi |
a0b9e27f | 9200 | echo "$ac_t""$CPP" 1>&6 |
10f2d63a | 9201 | |
a0b9e27f MB |
9202 | if test $ac_cv_prog_gcc = yes; then |
9203 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 | |
2b5f62a0 | 9204 | echo "configure:9205: checking whether ${CC-cc} needs -traditional" >&5 |
a0b9e27f MB |
9205 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
9206 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9207 | else |
9208 | ac_pattern="Autoconf.*'x'" | |
a0b9e27f | 9209 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 9210 | #line 9211 "configure" |
10f2d63a VZ |
9211 | #include "confdefs.h" |
9212 | #include <sgtty.h> | |
9213 | Autoconf TIOCGETP | |
a0b9e27f | 9214 | EOF |
10f2d63a VZ |
9215 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
9216 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
a0b9e27f | 9217 | rm -rf conftest* |
10f2d63a VZ |
9218 | ac_cv_prog_gcc_traditional=yes |
9219 | else | |
a0b9e27f | 9220 | rm -rf conftest* |
10f2d63a VZ |
9221 | ac_cv_prog_gcc_traditional=no |
9222 | fi | |
9223 | rm -f conftest* | |
9224 | ||
8284b0c5 | 9225 | |
10f2d63a | 9226 | if test $ac_cv_prog_gcc_traditional = no; then |
a0b9e27f | 9227 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 9228 | #line 9229 "configure" |
10f2d63a VZ |
9229 | #include "confdefs.h" |
9230 | #include <termio.h> | |
9231 | Autoconf TCGETA | |
a0b9e27f | 9232 | EOF |
10f2d63a VZ |
9233 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
9234 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
a0b9e27f | 9235 | rm -rf conftest* |
10f2d63a VZ |
9236 | ac_cv_prog_gcc_traditional=yes |
9237 | fi | |
9238 | rm -f conftest* | |
9239 | ||
9240 | fi | |
9241 | fi | |
a0b9e27f MB |
9242 | |
9243 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 | |
10f2d63a VZ |
9244 | if test $ac_cv_prog_gcc_traditional = yes; then |
9245 | CC="$CC -traditional" | |
9246 | fi | |
9247 | fi | |
9248 | ||
8284b0c5 MB |
9249 | |
9250 | ||
a0b9e27f MB |
9251 | ac_ext=C |
9252 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
1e487827 | 9253 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
9254 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
9255 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9256 | cross_compiling=$ac_cv_prog_cxx_cross | |
8284b0c5 | 9257 | |
698dcdb6 | 9258 | |
ec603395 | 9259 | CXXFLAGS=${CXXFLAGS:=} |
a0b9e27f MB |
9260 | for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl |
9261 | do | |
9262 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
9263 | set dummy $ac_prog; ac_word=$2 | |
9264 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
2b5f62a0 | 9265 | echo "configure:9266: checking for $ac_word" >&5 |
a0b9e27f MB |
9266 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then |
9267 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9268 | else |
9269 | if test -n "$CXX"; then | |
9270 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
9271 | else | |
a0b9e27f MB |
9272 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9273 | ac_dummy="$PATH" | |
9274 | for ac_dir in $ac_dummy; do | |
9275 | test -z "$ac_dir" && ac_dir=. | |
9276 | if test -f $ac_dir/$ac_word; then | |
9277 | ac_cv_prog_CXX="$ac_prog" | |
9278 | break | |
9279 | fi | |
9280 | done | |
9281 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9282 | fi |
9283 | fi | |
a0b9e27f | 9284 | CXX="$ac_cv_prog_CXX" |
10f2d63a | 9285 | if test -n "$CXX"; then |
a0b9e27f | 9286 | echo "$ac_t""$CXX" 1>&6 |
10f2d63a | 9287 | else |
a0b9e27f | 9288 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9289 | fi |
9290 | ||
a0b9e27f | 9291 | test -n "$CXX" && break |
10f2d63a | 9292 | done |
a0b9e27f | 9293 | test -n "$CXX" || CXX="gcc" |
f09359cf | 9294 | |
a0b9e27f MB |
9295 | |
9296 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
2b5f62a0 | 9297 | echo "configure:9298: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 |
a0b9e27f MB |
9298 | |
9299 | ac_ext=C | |
9300 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9301 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9302 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9303 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9304 | cross_compiling=$ac_cv_prog_cxx_cross | |
9305 | ||
9306 | cat > conftest.$ac_ext << EOF | |
9307 | ||
2b5f62a0 | 9308 | #line 9309 "configure" |
a0b9e27f MB |
9309 | #include "confdefs.h" |
9310 | ||
9311 | int main(){return(0);} | |
9312 | EOF | |
2b5f62a0 | 9313 | if { (eval echo configure:9314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
9314 | ac_cv_prog_cxx_works=yes |
9315 | # If we can't run a trivial program, we are probably using a cross compiler. | |
9316 | if (./conftest; exit) 2>/dev/null; then | |
9317 | ac_cv_prog_cxx_cross=no | |
9318 | else | |
9319 | ac_cv_prog_cxx_cross=yes | |
9320 | fi | |
8284b0c5 | 9321 | else |
a0b9e27f MB |
9322 | echo "configure: failed program was:" >&5 |
9323 | cat conftest.$ac_ext >&5 | |
9324 | ac_cv_prog_cxx_works=no | |
8284b0c5 | 9325 | fi |
a0b9e27f MB |
9326 | rm -fr conftest* |
9327 | ac_ext=C | |
9328 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
9329 | ac_cpp='$CXXCPP $CPPFLAGS' | |
9330 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
9331 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9332 | cross_compiling=$ac_cv_prog_cxx_cross | |
8284b0c5 | 9333 | |
a0b9e27f MB |
9334 | echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 |
9335 | if test $ac_cv_prog_cxx_works = no; then | |
9336 | { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } | |
9337 | fi | |
9338 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
2b5f62a0 | 9339 | echo "configure:9340: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 |
a0b9e27f MB |
9340 | echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 |
9341 | cross_compiling=$ac_cv_prog_cxx_cross | |
8284b0c5 | 9342 | |
a0b9e27f | 9343 | echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 |
2b5f62a0 | 9344 | echo "configure:9345: checking whether we are using GNU C++" >&5 |
a0b9e27f MB |
9345 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then |
9346 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9347 | else | |
9348 | cat > conftest.C <<EOF | |
9349 | #ifdef __GNUC__ | |
9350 | yes; | |
10f2d63a | 9351 | #endif |
a0b9e27f | 9352 | EOF |
2b5f62a0 | 9353 | if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
a0b9e27f MB |
9354 | ac_cv_prog_gxx=yes |
9355 | else | |
9356 | ac_cv_prog_gxx=no | |
9357 | fi | |
9358 | fi | |
10f2d63a | 9359 | |
a0b9e27f | 9360 | echo "$ac_t""$ac_cv_prog_gxx" 1>&6 |
10f2d63a | 9361 | |
a0b9e27f MB |
9362 | if test $ac_cv_prog_gxx = yes; then |
9363 | GXX=yes | |
9364 | else | |
9365 | GXX= | |
9366 | fi | |
f09359cf | 9367 | |
a0b9e27f MB |
9368 | ac_test_CXXFLAGS="${CXXFLAGS+set}" |
9369 | ac_save_CXXFLAGS="$CXXFLAGS" | |
9370 | CXXFLAGS= | |
9371 | echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 | |
2b5f62a0 | 9372 | echo "configure:9373: checking whether ${CXX-g++} accepts -g" >&5 |
a0b9e27f MB |
9373 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then |
9374 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9375 | else | |
9376 | echo 'void f(){}' > conftest.cc | |
9377 | if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then | |
10f2d63a VZ |
9378 | ac_cv_prog_cxx_g=yes |
9379 | else | |
a0b9e27f | 9380 | ac_cv_prog_cxx_g=no |
10f2d63a | 9381 | fi |
a0b9e27f MB |
9382 | rm -f conftest* |
9383 | ||
10f2d63a | 9384 | fi |
a0b9e27f MB |
9385 | |
9386 | echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 | |
f09359cf | 9387 | if test "$ac_test_CXXFLAGS" = set; then |
a0b9e27f | 9388 | CXXFLAGS="$ac_save_CXXFLAGS" |
f09359cf VS |
9389 | elif test $ac_cv_prog_cxx_g = yes; then |
9390 | if test "$GXX" = yes; then | |
10f2d63a VZ |
9391 | CXXFLAGS="-g -O2" |
9392 | else | |
f09359cf | 9393 | CXXFLAGS="-g" |
10f2d63a | 9394 | fi |
5c0a20c3 | 9395 | else |
f09359cf VS |
9396 | if test "$GXX" = yes; then |
9397 | CXXFLAGS="-O2" | |
9398 | else | |
9399 | CXXFLAGS= | |
9400 | fi | |
10f2d63a VZ |
9401 | fi |
9402 | ||
9403 | ||
10f2d63a | 9404 | ac_ext=c |
a0b9e27f | 9405 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 9406 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
9407 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
9408 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
9409 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 MB |
9410 | |
9411 | ||
a0b9e27f MB |
9412 | # Extract the first word of "ranlib", so it can be a program name with args. |
9413 | set dummy ranlib; ac_word=$2 | |
9414 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
2b5f62a0 | 9415 | echo "configure:9416: checking for $ac_word" >&5 |
a0b9e27f MB |
9416 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
9417 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9418 | else |
9419 | if test -n "$RANLIB"; then | |
9420 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
9421 | else | |
a0b9e27f MB |
9422 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9423 | ac_dummy="$PATH" | |
9424 | for ac_dir in $ac_dummy; do | |
9425 | test -z "$ac_dir" && ac_dir=. | |
9426 | if test -f $ac_dir/$ac_word; then | |
9427 | ac_cv_prog_RANLIB="ranlib" | |
9428 | break | |
9429 | fi | |
9430 | done | |
9431 | IFS="$ac_save_ifs" | |
9432 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
10f2d63a VZ |
9433 | fi |
9434 | fi | |
a0b9e27f | 9435 | RANLIB="$ac_cv_prog_RANLIB" |
10f2d63a | 9436 | if test -n "$RANLIB"; then |
a0b9e27f | 9437 | echo "$ac_t""$RANLIB" 1>&6 |
328a083c | 9438 | else |
a0b9e27f | 9439 | echo "$ac_t""no" 1>&6 |
328a083c RR |
9440 | fi |
9441 | ||
10f2d63a VZ |
9442 | |
9443 | # Extract the first word of "ar", so it can be a program name with args. | |
9444 | set dummy ar; ac_word=$2 | |
a0b9e27f | 9445 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
2b5f62a0 | 9446 | echo "configure:9447: checking for $ac_word" >&5 |
a0b9e27f MB |
9447 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then |
9448 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9449 | else |
9450 | if test -n "$AR"; then | |
9451 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
9452 | else | |
a0b9e27f MB |
9453 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9454 | ac_dummy="$PATH" | |
9455 | for ac_dir in $ac_dummy; do | |
9456 | test -z "$ac_dir" && ac_dir=. | |
9457 | if test -f $ac_dir/$ac_word; then | |
9458 | ac_cv_prog_AR="ar" | |
9459 | break | |
9460 | fi | |
9461 | done | |
9462 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9463 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" |
9464 | fi | |
9465 | fi | |
a0b9e27f | 9466 | AR="$ac_cv_prog_AR" |
10f2d63a | 9467 | if test -n "$AR"; then |
a0b9e27f | 9468 | echo "$ac_t""$AR" 1>&6 |
10f2d63a | 9469 | else |
a0b9e27f | 9470 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9471 | fi |
9472 | ||
8284b0c5 | 9473 | |
6054113a | 9474 | # Find a good install program. We prefer a C program (faster), |
10f2d63a VZ |
9475 | # so one script is as good as another. But avoid the broken or |
9476 | # incompatible versions: | |
9477 | # SysV /etc/install, /usr/sbin/install | |
9478 | # SunOS /usr/etc/install | |
9479 | # IRIX /sbin/install | |
9480 | # AIX /bin/install | |
f09359cf | 9481 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
10f2d63a VZ |
9482 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
9483 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
9484 | # ./install, which can be erroneously created by make from ./install.sh. | |
a0b9e27f | 9485 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 |
2b5f62a0 | 9486 | echo "configure:9487: checking for a BSD compatible install" >&5 |
10f2d63a | 9487 | if test -z "$INSTALL"; then |
a0b9e27f MB |
9488 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then |
9489 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9490 | else | |
9491 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" | |
9492 | for ac_dir in $PATH; do | |
9493 | # Account for people who put trailing slashes in PATH elements. | |
9494 | case "$ac_dir/" in | |
9495 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
9496 | *) | |
9497 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
9498 | # Don't use installbsd from OSF since it installs stuff as root | |
9499 | # by default. | |
9500 | for ac_prog in ginstall scoinst install; do | |
9501 | if test -f $ac_dir/$ac_prog; then | |
9502 | if test $ac_prog = install && | |
9503 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | |
9504 | # AIX install. It has an incompatible calling convention. | |
9505 | : | |
9506 | else | |
9507 | ac_cv_path_install="$ac_dir/$ac_prog -c" | |
9508 | break 2 | |
9509 | fi | |
9510 | fi | |
10f2d63a | 9511 | done |
a0b9e27f MB |
9512 | ;; |
9513 | esac | |
9514 | done | |
9515 | IFS="$ac_save_IFS" | |
10f2d63a VZ |
9516 | |
9517 | fi | |
9518 | if test "${ac_cv_path_install+set}" = set; then | |
a0b9e27f | 9519 | INSTALL="$ac_cv_path_install" |
10f2d63a VZ |
9520 | else |
9521 | # As a last resort, use the slow shell script. We don't cache a | |
9522 | # path for INSTALL within a source directory, because that will | |
9523 | # break other packages using the cache if that directory is | |
9524 | # removed, or if the path is relative. | |
a0b9e27f | 9525 | INSTALL="$ac_install_sh" |
10f2d63a VZ |
9526 | fi |
9527 | fi | |
a0b9e27f | 9528 | echo "$ac_t""$INSTALL" 1>&6 |
10f2d63a VZ |
9529 | |
9530 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
9531 | # It thinks the first close brace ends the variable substitution. | |
9532 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
9533 | ||
a0b9e27f | 9534 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
f09359cf | 9535 | |
10f2d63a VZ |
9536 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
9537 | ||
8284b0c5 | 9538 | |
1d1b75ac VZ |
9539 | case ${INSTALL} in |
9540 | /* ) # Absolute | |
9541 | ;; | |
3bd8fb5f | 9542 | *) |
1d1b75ac VZ |
9543 | INSTALL=`pwd`/${INSTALL} ;; |
9544 | esac | |
9545 | ||
8284b0c5 | 9546 | |
6054113a GD |
9547 | case "${host}" in |
9548 | ||
b5853384 | 9549 | powerpc-*-darwin* ) |
eb99ae0b GD |
9550 | INSTALL_PROGRAM="cp -fp" |
9551 | INSTALL_DATA="cp -fp" | |
6054113a GD |
9552 | ;; |
9553 | *) | |
9554 | ;; | |
d6853540 | 9555 | esac |
698dcdb6 | 9556 | |
10f2d63a VZ |
9557 | # Extract the first word of "strip", so it can be a program name with args. |
9558 | set dummy strip; ac_word=$2 | |
a0b9e27f | 9559 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
2b5f62a0 | 9560 | echo "configure:9561: checking for $ac_word" >&5 |
a0b9e27f MB |
9561 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
9562 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9563 | else |
9564 | if test -n "$STRIP"; then | |
9565 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
9566 | else | |
a0b9e27f MB |
9567 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9568 | ac_dummy="$PATH" | |
9569 | for ac_dir in $ac_dummy; do | |
9570 | test -z "$ac_dir" && ac_dir=. | |
9571 | if test -f $ac_dir/$ac_word; then | |
9572 | ac_cv_prog_STRIP="strip" | |
9573 | break | |
9574 | fi | |
9575 | done | |
9576 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9577 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" |
9578 | fi | |
9579 | fi | |
a0b9e27f | 9580 | STRIP="$ac_cv_prog_STRIP" |
10f2d63a | 9581 | if test -n "$STRIP"; then |
a0b9e27f | 9582 | echo "$ac_t""$STRIP" 1>&6 |
10f2d63a | 9583 | else |
a0b9e27f | 9584 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9585 | fi |
9586 | ||
5c6fa7d2 | 9587 | |
a0b9e27f | 9588 | echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6 |
2b5f62a0 | 9589 | echo "configure:9590: checking if make is GNU make" >&5 |
a0b9e27f MB |
9590 | if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then |
9591 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 9592 | else |
a0b9e27f | 9593 | |
414eab6d | 9594 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | |
d558c907 | 9595 | egrep -s GNU > /dev/null); then |
414eab6d VZ |
9596 | wx_cv_prog_makeisgnu="yes" |
9597 | else | |
9598 | wx_cv_prog_makeisgnu="no" | |
9599 | fi | |
9600 | ||
9601 | fi | |
a0b9e27f MB |
9602 | |
9603 | echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6 | |
414eab6d VZ |
9604 | |
9605 | if test "x$wx_cv_prog_makeisgnu" = "xyes"; then | |
9606 | IF_GNU_MAKE="" | |
9607 | else | |
9608 | IF_GNU_MAKE="#" | |
9609 | fi | |
9610 | ||
8284b0c5 MB |
9611 | |
9612 | ||
414eab6d | 9613 | if test "x$wx_cv_prog_makeisgnu" != "xyes"; then |
a0b9e27f | 9614 | echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6 |
2b5f62a0 | 9615 | echo "configure:9616: checking if make supports VPATH" >&5 |
a0b9e27f MB |
9616 | if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then |
9617 | echo $ac_n "(cached) $ac_c" 1>&6 | |
04e7a216 | 9618 | else |
a0b9e27f | 9619 | |
10f2d63a VZ |
9620 | cat - << EOF > confMake |
9621 | check : file | |
9622 | cp \$? \$@ | |
9623 | cp \$? final_file | |
9624 | EOF | |
9625 | ||
9626 | if test ! -d sub ; then | |
9627 | mkdir sub | |
9628 | fi | |
9629 | echo dummy > sub/file | |
f6bcfd97 | 9630 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null |
10f2d63a VZ |
9631 | RESULT=$? |
9632 | rm -f sub/file check final_file confMake | |
9633 | rmdir sub | |
9634 | if test "$RESULT" = 0; then | |
04e7a216 | 9635 | wx_cv_prog_makevpath="yes" |
10f2d63a | 9636 | else |
04e7a216 VZ |
9637 | wx_cv_prog_makevpath="no" |
9638 | fi | |
9639 | ||
9640 | fi | |
a0b9e27f MB |
9641 | |
9642 | echo "$ac_t""$wx_cv_prog_makevpath" 1>&6 | |
04e7a216 VZ |
9643 | |
9644 | if test "x$wx_cv_prog_makevpath" != "xyes"; then | |
a0b9e27f | 9645 | { echo "configure: error: |
5c6fa7d2 RR |
9646 | You need a make-utility that is able to use the variable |
9647 | VPATH correctly. | |
9648 | If your version of make does not support VPATH correctly, | |
9649 | please install GNU-make (possibly as gmake), and start | |
9650 | configure with the following command: | |
9651 | export MAKE=gmake; ./configure for sh-type shells | |
9652 | setenv MAKE gmake; ./configure for csh-type shells | |
9653 | Also please do remember to use gmake in this case every time | |
9654 | you are trying to compile. | |
a0b9e27f MB |
9655 | " 1>&2; exit 1; } |
9656 | fi fi | |
10f2d63a VZ |
9657 | for ac_prog in 'bison -y' byacc |
9658 | do | |
a0b9e27f | 9659 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
10f2d63a | 9660 | set dummy $ac_prog; ac_word=$2 |
a0b9e27f | 9661 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
2b5f62a0 | 9662 | echo "configure:9663: checking for $ac_word" >&5 |
a0b9e27f MB |
9663 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
9664 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9665 | else |
9666 | if test -n "$YACC"; then | |
9667 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
9668 | else | |
a0b9e27f MB |
9669 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9670 | ac_dummy="$PATH" | |
9671 | for ac_dir in $ac_dummy; do | |
9672 | test -z "$ac_dir" && ac_dir=. | |
9673 | if test -f $ac_dir/$ac_word; then | |
9674 | ac_cv_prog_YACC="$ac_prog" | |
9675 | break | |
9676 | fi | |
9677 | done | |
9678 | IFS="$ac_save_ifs" | |
10f2d63a VZ |
9679 | fi |
9680 | fi | |
a0b9e27f | 9681 | YACC="$ac_cv_prog_YACC" |
10f2d63a | 9682 | if test -n "$YACC"; then |
a0b9e27f | 9683 | echo "$ac_t""$YACC" 1>&6 |
10f2d63a | 9684 | else |
a0b9e27f | 9685 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9686 | fi |
9687 | ||
a0b9e27f | 9688 | test -n "$YACC" && break |
10f2d63a VZ |
9689 | done |
9690 | test -n "$YACC" || YACC="yacc" | |
9691 | ||
8284b0c5 | 9692 | |
a0b9e27f MB |
9693 | # Extract the first word of "flex", so it can be a program name with args. |
9694 | set dummy flex; ac_word=$2 | |
9695 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
2b5f62a0 | 9696 | echo "configure:9697: checking for $ac_word" >&5 |
a0b9e27f MB |
9697 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then |
9698 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a VZ |
9699 | else |
9700 | if test -n "$LEX"; then | |
9701 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
9702 | else | |
a0b9e27f MB |
9703 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
9704 | ac_dummy="$PATH" | |
9705 | for ac_dir in $ac_dummy; do | |
9706 | test -z "$ac_dir" && ac_dir=. | |
9707 | if test -f $ac_dir/$ac_word; then | |
9708 | ac_cv_prog_LEX="flex" | |
9709 | break | |
9710 | fi | |
9711 | done | |
9712 | IFS="$ac_save_ifs" | |
9713 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" | |
10f2d63a VZ |
9714 | fi |
9715 | fi | |
a0b9e27f | 9716 | LEX="$ac_cv_prog_LEX" |
10f2d63a | 9717 | if test -n "$LEX"; then |
a0b9e27f | 9718 | echo "$ac_t""$LEX" 1>&6 |
10f2d63a | 9719 | else |
a0b9e27f | 9720 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9721 | fi |
9722 | ||
9723 | if test -z "$LEXLIB" | |
9724 | then | |
a0b9e27f MB |
9725 | case "$LEX" in |
9726 | flex*) ac_lib=fl ;; | |
9727 | *) ac_lib=l ;; | |
9728 | esac | |
9729 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 | |
2b5f62a0 | 9730 | echo "configure:9731: checking for yywrap in -l$ac_lib" >&5 |
a0b9e27f MB |
9731 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` |
9732 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9733 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9734 | else | |
9735 | ac_save_LIBS="$LIBS" | |
9736 | LIBS="-l$ac_lib $LIBS" | |
9737 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9738 | #line 9739 "configure" |
247f5006 | 9739 | #include "confdefs.h" |
247f5006 | 9740 | /* Override any gcc2 internal prototype to avoid an error. */ |
247f5006 | 9741 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
9742 | builtin and then its argument prototype would still apply. */ |
9743 | char yywrap(); | |
10f2d63a | 9744 | |
a0b9e27f MB |
9745 | int main() { |
9746 | yywrap() | |
9747 | ; return 0; } | |
9748 | EOF | |
2b5f62a0 | 9749 | if { (eval echo configure:9750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
9750 | rm -rf conftest* |
9751 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9752 | else | |
9753 | echo "configure: failed program was:" >&5 | |
9754 | cat conftest.$ac_ext >&5 | |
9755 | rm -rf conftest* | |
9756 | eval "ac_cv_lib_$ac_lib_var=no" | |
10f2d63a | 9757 | fi |
a0b9e27f MB |
9758 | rm -f conftest* |
9759 | LIBS="$ac_save_LIBS" | |
8284b0c5 | 9760 | |
10f2d63a | 9761 | fi |
a0b9e27f MB |
9762 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
9763 | echo "$ac_t""yes" 1>&6 | |
9764 | LEXLIB="-l$ac_lib" | |
8284b0c5 | 9765 | else |
a0b9e27f | 9766 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
9767 | fi |
9768 | ||
a0b9e27f | 9769 | fi |
10f2d63a VZ |
9770 | |
9771 | ||
a0b9e27f | 9772 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 |
2b5f62a0 | 9773 | echo "configure:9774: checking whether ln -s works" >&5 |
a0b9e27f MB |
9774 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
9775 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 9776 | else |
a0b9e27f MB |
9777 | rm -f conftestdata |
9778 | if ln -s X conftestdata 2>/dev/null | |
9779 | then | |
9780 | rm -f conftestdata | |
9781 | ac_cv_prog_LN_S="ln -s" | |
10f2d63a | 9782 | else |
a0b9e27f | 9783 | ac_cv_prog_LN_S=ln |
10f2d63a | 9784 | fi |
a0b9e27f MB |
9785 | fi |
9786 | LN_S="$ac_cv_prog_LN_S" | |
9787 | if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
9788 | echo "$ac_t""yes" 1>&6 | |
10f2d63a | 9789 | else |
a0b9e27f | 9790 | echo "$ac_t""no" 1>&6 |
5c6fa7d2 | 9791 | fi |
5c6fa7d2 | 9792 | |
247f5006 | 9793 | |
2b5f62a0 VZ |
9794 | case "${host}" in |
9795 | *-pc-os2_emx | *-pc-os2-emx ) | |
9796 | LIBS="$LIBS -lstdcpp" | |
9797 | if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then | |
9798 | echo $ac_n "checking for drand48 in -lcExt""... $ac_c" 1>&6 | |
9799 | echo "configure:9800: checking for drand48 in -lcExt" >&5 | |
9800 | ac_lib_var=`echo cExt'_'drand48 | sed 'y%./+-%__p_%'` | |
9801 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9802 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9803 | else | |
9804 | ac_save_LIBS="$LIBS" | |
9805 | LIBS="-lcExt $LIBS" | |
9806 | cat > conftest.$ac_ext <<EOF | |
9807 | #line 9808 "configure" | |
9808 | #include "confdefs.h" | |
9809 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9810 | /* We use char because int might match the return type of a gcc2 | |
9811 | builtin and then its argument prototype would still apply. */ | |
9812 | char drand48(); | |
9813 | ||
9814 | int main() { | |
9815 | drand48() | |
9816 | ; return 0; } | |
9817 | EOF | |
9818 | if { (eval echo configure:9819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9819 | rm -rf conftest* | |
9820 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9821 | else | |
9822 | echo "configure: failed program was:" >&5 | |
9823 | cat conftest.$ac_ext >&5 | |
9824 | rm -rf conftest* | |
9825 | eval "ac_cv_lib_$ac_lib_var=no" | |
9826 | fi | |
9827 | rm -f conftest* | |
9828 | LIBS="$ac_save_LIBS" | |
9829 | ||
9830 | fi | |
9831 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9832 | echo "$ac_t""yes" 1>&6 | |
9833 | LIBS="$LIBS -lcExt" | |
9834 | else | |
9835 | echo "$ac_t""no" 1>&6 | |
9836 | fi | |
9837 | ||
9838 | else | |
9839 | RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res" | |
9840 | fi | |
9841 | ;; | |
9842 | esac | |
9843 | ||
a0b9e27f MB |
9844 | |
9845 | if test "$wxUSE_MAC" != 1; then | |
9846 | for ac_hdr in strings.h | |
9847 | do | |
9848 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9849 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 9850 | echo "configure:9851: checking for $ac_hdr" >&5 |
a0b9e27f MB |
9851 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9852 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9853 | else | |
9854 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9855 | #line 9856 "configure" |
a0b9e27f MB |
9856 | #include "confdefs.h" |
9857 | #include <$ac_hdr> | |
9858 | EOF | |
9859 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9860 | { (eval echo configure:9861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9861 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9862 | if test -z "$ac_err"; then | |
9863 | rm -rf conftest* | |
9864 | eval "ac_cv_header_$ac_safe=yes" | |
9865 | else | |
9866 | echo "$ac_err" >&5 | |
9867 | echo "configure: failed program was:" >&5 | |
9868 | cat conftest.$ac_ext >&5 | |
9869 | rm -rf conftest* | |
9870 | eval "ac_cv_header_$ac_safe=no" | |
21d1c967 | 9871 | fi |
247f5006 | 9872 | rm -f conftest* |
19bc6aad | 9873 | fi |
a0b9e27f MB |
9874 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9875 | echo "$ac_t""yes" 1>&6 | |
9876 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9877 | cat >> confdefs.h <<EOF | |
9878 | #define $ac_tr_hdr 1 | |
9879 | EOF | |
9880 | ||
247f5006 | 9881 | else |
a0b9e27f | 9882 | echo "$ac_t""no" 1>&6 |
18dbb1f6 | 9883 | fi |
a0b9e27f | 9884 | done |
247f5006 | 9885 | |
90dd450c | 9886 | fi |
90dd450c | 9887 | |
a0b9e27f MB |
9888 | for ac_hdr in stdlib.h |
9889 | do | |
9890 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9891 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 9892 | echo "configure:9893: checking for $ac_hdr" >&5 |
a0b9e27f MB |
9893 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9894 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9895 | else | |
9896 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9897 | #line 9898 "configure" |
90dd450c | 9898 | #include "confdefs.h" |
a0b9e27f MB |
9899 | #include <$ac_hdr> |
9900 | EOF | |
9901 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9902 | { (eval echo configure:9903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9903 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9904 | if test -z "$ac_err"; then | |
9905 | rm -rf conftest* | |
9906 | eval "ac_cv_header_$ac_safe=yes" | |
9907 | else | |
9908 | echo "$ac_err" >&5 | |
9909 | echo "configure: failed program was:" >&5 | |
9910 | cat conftest.$ac_ext >&5 | |
9911 | rm -rf conftest* | |
9912 | eval "ac_cv_header_$ac_safe=no" | |
9913 | fi | |
9914 | rm -f conftest* | |
9915 | fi | |
9916 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9917 | echo "$ac_t""yes" 1>&6 | |
9918 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9919 | cat >> confdefs.h <<EOF | |
9920 | #define $ac_tr_hdr 1 | |
9921 | EOF | |
9922 | ||
8284b0c5 | 9923 | else |
a0b9e27f | 9924 | echo "$ac_t""no" 1>&6 |
21d1c967 | 9925 | fi |
a0b9e27f MB |
9926 | done |
9927 | ||
9928 | for ac_hdr in malloc.h | |
9929 | do | |
9930 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9931 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 9932 | echo "configure:9933: checking for $ac_hdr" >&5 |
a0b9e27f MB |
9933 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9934 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9935 | else | |
9936 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9937 | #line 9938 "configure" |
a0b9e27f MB |
9938 | #include "confdefs.h" |
9939 | #include <$ac_hdr> | |
9940 | EOF | |
9941 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9942 | { (eval echo configure:9943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9943 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9944 | if test -z "$ac_err"; then | |
9945 | rm -rf conftest* | |
9946 | eval "ac_cv_header_$ac_safe=yes" | |
9947 | else | |
9948 | echo "$ac_err" >&5 | |
9949 | echo "configure: failed program was:" >&5 | |
9950 | cat conftest.$ac_ext >&5 | |
9951 | rm -rf conftest* | |
9952 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 9953 | fi |
a0b9e27f | 9954 | rm -f conftest* |
90dd450c | 9955 | fi |
a0b9e27f MB |
9956 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
9957 | echo "$ac_t""yes" 1>&6 | |
9958 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9959 | cat >> confdefs.h <<EOF | |
9960 | #define $ac_tr_hdr 1 | |
9961 | EOF | |
9962 | ||
9963 | else | |
9964 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 9965 | fi |
a0b9e27f | 9966 | done |
247f5006 | 9967 | |
a0b9e27f MB |
9968 | for ac_hdr in unistd.h |
9969 | do | |
9970 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9971 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 9972 | echo "configure:9973: checking for $ac_hdr" >&5 |
a0b9e27f MB |
9973 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
9974 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9975 | else | |
9976 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 9977 | #line 9978 "configure" |
a0b9e27f MB |
9978 | #include "confdefs.h" |
9979 | #include <$ac_hdr> | |
9980 | EOF | |
9981 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 9982 | { (eval echo configure:9983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
9983 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
9984 | if test -z "$ac_err"; then | |
9985 | rm -rf conftest* | |
9986 | eval "ac_cv_header_$ac_safe=yes" | |
9987 | else | |
9988 | echo "$ac_err" >&5 | |
9989 | echo "configure: failed program was:" >&5 | |
9990 | cat conftest.$ac_ext >&5 | |
9991 | rm -rf conftest* | |
9992 | eval "ac_cv_header_$ac_safe=no" | |
247f5006 | 9993 | fi |
a0b9e27f MB |
9994 | rm -f conftest* |
9995 | fi | |
9996 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9997 | echo "$ac_t""yes" 1>&6 | |
9998 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9999 | cat >> confdefs.h <<EOF | |
10000 | #define $ac_tr_hdr 1 | |
10001 | EOF | |
10002 | ||
10003 | else | |
10004 | echo "$ac_t""no" 1>&6 | |
10005 | fi | |
10006 | done | |
90dd450c | 10007 | |
a0b9e27f | 10008 | for ac_hdr in wchar.h |
21d1c967 | 10009 | do |
a0b9e27f MB |
10010 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10011 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 10012 | echo "configure:10013: checking for $ac_hdr" >&5 |
a0b9e27f MB |
10013 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10014 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10015 | else | |
10016 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10017 | #line 10018 "configure" |
4f14bcd8 | 10018 | #include "confdefs.h" |
a0b9e27f MB |
10019 | #include <$ac_hdr> |
10020 | EOF | |
10021 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 10022 | { (eval echo configure:10023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
10023 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10024 | if test -z "$ac_err"; then | |
10025 | rm -rf conftest* | |
10026 | eval "ac_cv_header_$ac_safe=yes" | |
10027 | else | |
10028 | echo "$ac_err" >&5 | |
10029 | echo "configure: failed program was:" >&5 | |
10030 | cat conftest.$ac_ext >&5 | |
10031 | rm -rf conftest* | |
10032 | eval "ac_cv_header_$ac_safe=no" | |
10033 | fi | |
10034 | rm -f conftest* | |
10035 | fi | |
10036 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
10037 | echo "$ac_t""yes" 1>&6 | |
10038 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10039 | cat >> confdefs.h <<EOF | |
10040 | #define $ac_tr_hdr 1 | |
10041 | EOF | |
10042 | ||
10043 | else | |
10044 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
10045 | fi |
10046 | done | |
4f14bcd8 | 10047 | |
5c6fa7d2 | 10048 | |
a0b9e27f MB |
10049 | if test "$ac_cv_header_wchar_h" != "yes"; then |
10050 | for ac_hdr in wcstr.h | |
21d1c967 | 10051 | do |
a0b9e27f MB |
10052 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10053 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 10054 | echo "configure:10055: checking for $ac_hdr" >&5 |
a0b9e27f MB |
10055 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10056 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10057 | else | |
10058 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10059 | #line 10060 "configure" |
d4158b5d | 10060 | #include "confdefs.h" |
a0b9e27f MB |
10061 | #include <$ac_hdr> |
10062 | EOF | |
10063 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 10064 | { (eval echo configure:10065: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
10065 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10066 | if test -z "$ac_err"; then | |
10067 | rm -rf conftest* | |
10068 | eval "ac_cv_header_$ac_safe=yes" | |
10069 | else | |
10070 | echo "$ac_err" >&5 | |
10071 | echo "configure: failed program was:" >&5 | |
d4158b5d | 10072 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10073 | rm -rf conftest* |
10074 | eval "ac_cv_header_$ac_safe=no" | |
d4158b5d | 10075 | fi |
a0b9e27f | 10076 | rm -f conftest* |
21d1c967 | 10077 | fi |
a0b9e27f MB |
10078 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
10079 | echo "$ac_t""yes" 1>&6 | |
10080 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10081 | cat >> confdefs.h <<EOF | |
10082 | #define $ac_tr_hdr 1 | |
10083 | EOF | |
10084 | ||
10085 | else | |
10086 | echo "$ac_t""no" 1>&6 | |
d4158b5d | 10087 | fi |
21d1c967 | 10088 | done |
f6bcfd97 | 10089 | |
90dd450c | 10090 | fi |
90dd450c | 10091 | |
a0b9e27f | 10092 | for ac_hdr in fnmatch.h |
21d1c967 | 10093 | do |
a0b9e27f MB |
10094 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10095 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 10096 | echo "configure:10097: checking for $ac_hdr" >&5 |
a0b9e27f MB |
10097 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10098 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10099 | else | |
10100 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10101 | #line 10102 "configure" |
90dd450c | 10102 | #include "confdefs.h" |
a0b9e27f MB |
10103 | #include <$ac_hdr> |
10104 | EOF | |
10105 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 10106 | { (eval echo configure:10107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
10107 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10108 | if test -z "$ac_err"; then | |
10109 | rm -rf conftest* | |
10110 | eval "ac_cv_header_$ac_safe=yes" | |
10111 | else | |
10112 | echo "$ac_err" >&5 | |
10113 | echo "configure: failed program was:" >&5 | |
3a922bb4 | 10114 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10115 | rm -rf conftest* |
10116 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 10117 | fi |
a0b9e27f | 10118 | rm -f conftest* |
4f14bcd8 | 10119 | fi |
a0b9e27f MB |
10120 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
10121 | echo "$ac_t""yes" 1>&6 | |
10122 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10123 | cat >> confdefs.h <<EOF | |
10124 | #define $ac_tr_hdr 1 | |
10125 | EOF | |
10126 | ||
10127 | else | |
10128 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
10129 | fi |
10130 | done | |
90dd450c | 10131 | |
5c6fa7d2 | 10132 | |
a0b9e27f MB |
10133 | if test "x$ac_cv_header_fnmatch_h" = "xyes"; then |
10134 | for ac_func in fnmatch | |
21d1c967 | 10135 | do |
a0b9e27f | 10136 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
2b5f62a0 | 10137 | echo "configure:10138: checking for $ac_func" >&5 |
a0b9e27f MB |
10138 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
10139 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 10140 | else |
a0b9e27f | 10141 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10142 | #line 10143 "configure" |
a0b9e27f MB |
10143 | #include "confdefs.h" |
10144 | /* System header to define __stub macros and hopefully few prototypes, | |
10145 | which can conflict with char $ac_func(); below. */ | |
10146 | #include <assert.h> | |
10147 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10148 | /* We use char because int might match the return type of a gcc2 | |
10149 | builtin and then its argument prototype would still apply. */ | |
10150 | char $ac_func(); | |
10151 | ||
10152 | int main() { | |
10153 | ||
10154 | /* The GNU C library defines this for functions which it implements | |
10155 | to always fail with ENOSYS. Some functions are actually named | |
10156 | something starting with __ and the normal name is an alias. */ | |
10157 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
10158 | choke me | |
10159 | #else | |
10160 | $ac_func(); | |
10161 | #endif | |
10162 | ||
10163 | ; return 0; } | |
10164 | EOF | |
2b5f62a0 | 10165 | if { (eval echo configure:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
10166 | rm -rf conftest* |
10167 | eval "ac_cv_func_$ac_func=yes" | |
8284b0c5 | 10168 | else |
a0b9e27f | 10169 | echo "configure: failed program was:" >&5 |
8284b0c5 | 10170 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10171 | rm -rf conftest* |
10172 | eval "ac_cv_func_$ac_func=no" | |
8284b0c5 | 10173 | fi |
a0b9e27f | 10174 | rm -f conftest* |
8284b0c5 | 10175 | fi |
32832908 | 10176 | |
a0b9e27f MB |
10177 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
10178 | echo "$ac_t""yes" 1>&6 | |
10179 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
10180 | cat >> confdefs.h <<EOF | |
10181 | #define $ac_tr_func 1 | |
10182 | EOF | |
10183 | ||
10184 | else | |
10185 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
10186 | fi |
10187 | done | |
90dd450c | 10188 | |
a0b9e27f | 10189 | fi |
90dd450c | 10190 | |
a0b9e27f | 10191 | for ac_hdr in langinfo.h |
21d1c967 | 10192 | do |
a0b9e27f MB |
10193 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10194 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 10195 | echo "configure:10196: checking for $ac_hdr" >&5 |
a0b9e27f MB |
10196 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10197 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10198 | else | |
10199 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10200 | #line 10201 "configure" |
247f5006 | 10201 | #include "confdefs.h" |
a0b9e27f MB |
10202 | #include <$ac_hdr> |
10203 | EOF | |
10204 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 10205 | { (eval echo configure:10206: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
10206 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10207 | if test -z "$ac_err"; then | |
10208 | rm -rf conftest* | |
10209 | eval "ac_cv_header_$ac_safe=yes" | |
10210 | else | |
10211 | echo "$ac_err" >&5 | |
10212 | echo "configure: failed program was:" >&5 | |
90dd450c | 10213 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10214 | rm -rf conftest* |
10215 | eval "ac_cv_header_$ac_safe=no" | |
90dd450c | 10216 | fi |
a0b9e27f | 10217 | rm -f conftest* |
4f14bcd8 | 10218 | fi |
a0b9e27f MB |
10219 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
10220 | echo "$ac_t""yes" 1>&6 | |
10221 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10222 | cat >> confdefs.h <<EOF | |
10223 | #define $ac_tr_hdr 1 | |
10224 | EOF | |
10225 | ||
10226 | else | |
10227 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
10228 | fi |
10229 | done | |
3a922bb4 | 10230 | |
8284b0c5 | 10231 | |
a0b9e27f MB |
10232 | if test "$wxUSE_GUI" = "yes"; then |
10233 | if test "$wxUSE_UNIX" = "yes"; then | |
10234 | for ac_hdr in X11/XKBlib.h | |
21d1c967 | 10235 | do |
a0b9e27f MB |
10236 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
10237 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 10238 | echo "configure:10239: checking for $ac_hdr" >&5 |
a0b9e27f MB |
10239 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
10240 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10241 | else | |
10242 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10243 | #line 10244 "configure" |
90dd450c | 10244 | #include "confdefs.h" |
a0b9e27f MB |
10245 | #include <$ac_hdr> |
10246 | EOF | |
10247 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 10248 | { (eval echo configure:10249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
10249 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
10250 | if test -z "$ac_err"; then | |
10251 | rm -rf conftest* | |
10252 | eval "ac_cv_header_$ac_safe=yes" | |
10253 | else | |
10254 | echo "$ac_err" >&5 | |
10255 | echo "configure: failed program was:" >&5 | |
90dd450c | 10256 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10257 | rm -rf conftest* |
10258 | eval "ac_cv_header_$ac_safe=no" | |
3a922bb4 | 10259 | fi |
a0b9e27f | 10260 | rm -f conftest* |
90dd450c | 10261 | fi |
a0b9e27f MB |
10262 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
10263 | echo "$ac_t""yes" 1>&6 | |
10264 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
10265 | cat >> confdefs.h <<EOF | |
10266 | #define $ac_tr_hdr 1 | |
10267 | EOF | |
10268 | ||
10269 | else | |
10270 | echo "$ac_t""no" 1>&6 | |
247f5006 | 10271 | fi |
247f5006 VZ |
10272 | done |
10273 | ||
a0b9e27f MB |
10274 | fi |
10275 | fi | |
247f5006 | 10276 | |
247f5006 | 10277 | |
a0b9e27f | 10278 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
2b5f62a0 | 10279 | echo "configure:10280: checking for working const" >&5 |
a0b9e27f MB |
10280 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
10281 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 10282 | else |
a0b9e27f | 10283 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10284 | #line 10285 "configure" |
a0b9e27f MB |
10285 | #include "confdefs.h" |
10286 | ||
10287 | int main() { | |
10288 | ||
10289 | /* Ultrix mips cc rejects this. */ | |
10290 | typedef int charset[2]; const charset x; | |
10291 | /* SunOS 4.1.1 cc rejects this. */ | |
10292 | char const *const *ccp; | |
10293 | char **p; | |
10294 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
10295 | struct point {int x, y;}; | |
10296 | static struct point const zero = {0,0}; | |
10297 | /* AIX XL C 1.02.0.0 rejects this. | |
10298 | It does not let you subtract one const X* pointer from another in an arm | |
10299 | of an if-expression whose if-part is not a constant expression */ | |
10300 | const char *g = "string"; | |
10301 | ccp = &g + (g ? g-g : 0); | |
10302 | /* HPUX 7.0 cc rejects these. */ | |
10303 | ++ccp; | |
10304 | p = (char**) ccp; | |
10305 | ccp = (char const *const *) p; | |
10306 | { /* SCO 3.2v4 cc rejects this. */ | |
10307 | char *t; | |
10308 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
10309 | ||
10310 | *t++ = 0; | |
10311 | } | |
10312 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
10313 | int x[] = {25, 17}; | |
10314 | const int *foo = &x[0]; | |
10315 | ++foo; | |
10316 | } | |
10317 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
10318 | typedef const int *iptr; | |
10319 | iptr p = 0; | |
10320 | ++p; | |
10321 | } | |
10322 | { /* AIX XL C 1.02.0.0 rejects this saying | |
10323 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
10324 | struct s { int j; const int *ap[3]; }; | |
10325 | struct s *b; b->j = 5; | |
10326 | } | |
10327 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
10328 | const int foo = 10; | |
10329 | } | |
10330 | ||
10331 | ; return 0; } | |
10332 | EOF | |
2b5f62a0 | 10333 | if { (eval echo configure:10334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
10334 | rm -rf conftest* |
10335 | ac_cv_c_const=yes | |
247f5006 | 10336 | else |
a0b9e27f | 10337 | echo "configure: failed program was:" >&5 |
247f5006 | 10338 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10339 | rm -rf conftest* |
10340 | ac_cv_c_const=no | |
247f5006 | 10341 | fi |
a0b9e27f | 10342 | rm -f conftest* |
21d1c967 | 10343 | fi |
247f5006 | 10344 | |
a0b9e27f MB |
10345 | echo "$ac_t""$ac_cv_c_const" 1>&6 |
10346 | if test $ac_cv_c_const = no; then | |
10347 | cat >> confdefs.h <<\EOF | |
10348 | #define const | |
10349 | EOF | |
10f2d63a | 10350 | |
90dd450c | 10351 | fi |
81809c07 | 10352 | |
a0b9e27f | 10353 | echo $ac_n "checking for inline""... $ac_c" 1>&6 |
2b5f62a0 | 10354 | echo "configure:10355: checking for inline" >&5 |
a0b9e27f MB |
10355 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then |
10356 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8168de4c | 10357 | else |
a0b9e27f MB |
10358 | ac_cv_c_inline=no |
10359 | for ac_kw in inline __inline__ __inline; do | |
10360 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10361 | #line 10362 "configure" |
a0b9e27f MB |
10362 | #include "confdefs.h" |
10363 | ||
10364 | int main() { | |
10365 | } $ac_kw foo() { | |
10366 | ; return 0; } | |
10367 | EOF | |
2b5f62a0 | 10368 | if { (eval echo configure:10369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
10369 | rm -rf conftest* |
10370 | ac_cv_c_inline=$ac_kw; break | |
247f5006 | 10371 | else |
a0b9e27f | 10372 | echo "configure: failed program was:" >&5 |
247f5006 | 10373 | cat conftest.$ac_ext >&5 |
247f5006 | 10374 | fi |
a0b9e27f MB |
10375 | rm -f conftest* |
10376 | done | |
247f5006 VZ |
10377 | |
10378 | fi | |
10379 | ||
a0b9e27f MB |
10380 | echo "$ac_t""$ac_cv_c_inline" 1>&6 |
10381 | case "$ac_cv_c_inline" in | |
10382 | inline | yes) ;; | |
10383 | no) cat >> confdefs.h <<\EOF | |
10384 | #define inline | |
10385 | EOF | |
10386 | ;; | |
10387 | *) cat >> confdefs.h <<EOF | |
10388 | #define inline $ac_cv_c_inline | |
10389 | EOF | |
10390 | ;; | |
10391 | esac | |
247f5006 | 10392 | |
247f5006 | 10393 | |
a0b9e27f | 10394 | echo $ac_n "checking size of char""... $ac_c" 1>&6 |
2b5f62a0 | 10395 | echo "configure:10396: checking size of char" >&5 |
a0b9e27f MB |
10396 | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then |
10397 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10398 | else | |
10399 | if test "$cross_compiling" = yes; then | |
10400 | ac_cv_sizeof_char=1 | |
10401 | else | |
10402 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10403 | #line 10404 "configure" |
4f14bcd8 | 10404 | #include "confdefs.h" |
a0b9e27f | 10405 | #include <stdio.h> |
2b5f62a0 | 10406 | #include <sys/types.h> |
a0b9e27f | 10407 | main() |
247f5006 | 10408 | { |
a0b9e27f MB |
10409 | FILE *f=fopen("conftestval", "w"); |
10410 | if (!f) exit(1); | |
10411 | fprintf(f, "%d\n", sizeof(char)); | |
10412 | exit(0); | |
52127426 | 10413 | } |
a0b9e27f | 10414 | EOF |
2b5f62a0 | 10415 | if { (eval echo configure:10416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10416 | then |
10417 | ac_cv_sizeof_char=`cat conftestval` | |
247f5006 | 10418 | else |
a0b9e27f | 10419 | echo "configure: failed program was:" >&5 |
247f5006 | 10420 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
10421 | rm -fr conftest* |
10422 | ac_cv_sizeof_char=0 | |
247f5006 | 10423 | fi |
a0b9e27f | 10424 | rm -fr conftest* |
247f5006 | 10425 | fi |
247f5006 VZ |
10426 | |
10427 | fi | |
a0b9e27f MB |
10428 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 |
10429 | cat >> confdefs.h <<EOF | |
10430 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
10431 | EOF | |
247f5006 | 10432 | |
247f5006 | 10433 | |
a0b9e27f | 10434 | echo $ac_n "checking size of short""... $ac_c" 1>&6 |
2b5f62a0 | 10435 | echo "configure:10436: checking size of short" >&5 |
a0b9e27f MB |
10436 | if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then |
10437 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 10438 | else |
a0b9e27f MB |
10439 | if test "$cross_compiling" = yes; then |
10440 | ac_cv_sizeof_short=2 | |
247f5006 | 10441 | else |
a0b9e27f | 10442 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10443 | #line 10444 "configure" |
a0b9e27f MB |
10444 | #include "confdefs.h" |
10445 | #include <stdio.h> | |
2b5f62a0 | 10446 | #include <sys/types.h> |
a0b9e27f MB |
10447 | main() |
10448 | { | |
10449 | FILE *f=fopen("conftestval", "w"); | |
10450 | if (!f) exit(1); | |
10451 | fprintf(f, "%d\n", sizeof(short)); | |
10452 | exit(0); | |
10453 | } | |
10454 | EOF | |
2b5f62a0 | 10455 | if { (eval echo configure:10456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10456 | then |
10457 | ac_cv_sizeof_short=`cat conftestval` | |
247f5006 | 10458 | else |
a0b9e27f MB |
10459 | echo "configure: failed program was:" >&5 |
10460 | cat conftest.$ac_ext >&5 | |
10461 | rm -fr conftest* | |
10462 | ac_cv_sizeof_short=0 | |
247f5006 | 10463 | fi |
a0b9e27f | 10464 | rm -fr conftest* |
247f5006 VZ |
10465 | fi |
10466 | ||
247f5006 | 10467 | fi |
a0b9e27f MB |
10468 | echo "$ac_t""$ac_cv_sizeof_short" 1>&6 |
10469 | cat >> confdefs.h <<EOF | |
10470 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
10471 | EOF | |
247f5006 VZ |
10472 | |
10473 | ||
a0b9e27f | 10474 | echo $ac_n "checking size of void *""... $ac_c" 1>&6 |
2b5f62a0 | 10475 | echo "configure:10476: checking size of void *" >&5 |
a0b9e27f MB |
10476 | if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then |
10477 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10478 | else | |
10479 | if test "$cross_compiling" = yes; then | |
10480 | ac_cv_sizeof_void_p=4 | |
247f5006 | 10481 | else |
a0b9e27f | 10482 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10483 | #line 10484 "configure" |
247f5006 | 10484 | #include "confdefs.h" |
247f5006 | 10485 | #include <stdio.h> |
2b5f62a0 | 10486 | #include <sys/types.h> |
a0b9e27f | 10487 | main() |
247f5006 | 10488 | { |
a0b9e27f MB |
10489 | FILE *f=fopen("conftestval", "w"); |
10490 | if (!f) exit(1); | |
10491 | fprintf(f, "%d\n", sizeof(void *)); | |
10492 | exit(0); | |
5c6fa7d2 | 10493 | } |
a0b9e27f | 10494 | EOF |
2b5f62a0 | 10495 | if { (eval echo configure:10496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10496 | then |
10497 | ac_cv_sizeof_void_p=`cat conftestval` | |
10498 | else | |
10499 | echo "configure: failed program was:" >&5 | |
10500 | cat conftest.$ac_ext >&5 | |
10501 | rm -fr conftest* | |
10502 | ac_cv_sizeof_void_p=0 | |
10503 | fi | |
10504 | rm -fr conftest* | |
10505 | fi | |
8284b0c5 | 10506 | |
247f5006 | 10507 | fi |
a0b9e27f MB |
10508 | echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6 |
10509 | cat >> confdefs.h <<EOF | |
10510 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p | |
10511 | EOF | |
247f5006 | 10512 | |
247f5006 | 10513 | |
a0b9e27f | 10514 | echo $ac_n "checking size of int""... $ac_c" 1>&6 |
2b5f62a0 | 10515 | echo "configure:10516: checking size of int" >&5 |
a0b9e27f MB |
10516 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then |
10517 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 10518 | else |
a0b9e27f MB |
10519 | if test "$cross_compiling" = yes; then |
10520 | ac_cv_sizeof_int=4 | |
10521 | else | |
10522 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10523 | #line 10524 "configure" |
247f5006 | 10524 | #include "confdefs.h" |
a0b9e27f | 10525 | #include <stdio.h> |
2b5f62a0 | 10526 | #include <sys/types.h> |
a0b9e27f | 10527 | main() |
247f5006 | 10528 | { |
a0b9e27f MB |
10529 | FILE *f=fopen("conftestval", "w"); |
10530 | if (!f) exit(1); | |
10531 | fprintf(f, "%d\n", sizeof(int)); | |
10532 | exit(0); | |
247f5006 | 10533 | } |
a0b9e27f | 10534 | EOF |
2b5f62a0 | 10535 | if { (eval echo configure:10536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10536 | then |
10537 | ac_cv_sizeof_int=`cat conftestval` | |
6f72b082 | 10538 | else |
a0b9e27f MB |
10539 | echo "configure: failed program was:" >&5 |
10540 | cat conftest.$ac_ext >&5 | |
10541 | rm -fr conftest* | |
10542 | ac_cv_sizeof_int=0 | |
21d1c967 | 10543 | fi |
a0b9e27f | 10544 | rm -fr conftest* |
698dcdb6 | 10545 | fi |
4f14bcd8 | 10546 | |
21d1c967 | 10547 | fi |
a0b9e27f MB |
10548 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 |
10549 | cat >> confdefs.h <<EOF | |
10550 | #define SIZEOF_INT $ac_cv_sizeof_int | |
10551 | EOF | |
4f14bcd8 | 10552 | |
5c6fa7d2 | 10553 | |
a0b9e27f | 10554 | echo $ac_n "checking size of long""... $ac_c" 1>&6 |
2b5f62a0 | 10555 | echo "configure:10556: checking size of long" >&5 |
a0b9e27f MB |
10556 | if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then |
10557 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 10558 | else |
247f5006 | 10559 | if test "$cross_compiling" = yes; then |
a0b9e27f | 10560 | ac_cv_sizeof_long=4 |
247f5006 | 10561 | else |
a0b9e27f | 10562 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10563 | #line 10564 "configure" |
247f5006 | 10564 | #include "confdefs.h" |
a0b9e27f | 10565 | #include <stdio.h> |
2b5f62a0 | 10566 | #include <sys/types.h> |
a0b9e27f | 10567 | main() |
247f5006 | 10568 | { |
a0b9e27f MB |
10569 | FILE *f=fopen("conftestval", "w"); |
10570 | if (!f) exit(1); | |
10571 | fprintf(f, "%d\n", sizeof(long)); | |
10572 | exit(0); | |
247f5006 | 10573 | } |
a0b9e27f | 10574 | EOF |
2b5f62a0 | 10575 | if { (eval echo configure:10576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10576 | then |
10577 | ac_cv_sizeof_long=`cat conftestval` | |
247f5006 | 10578 | else |
a0b9e27f MB |
10579 | echo "configure: failed program was:" >&5 |
10580 | cat conftest.$ac_ext >&5 | |
10581 | rm -fr conftest* | |
10582 | ac_cv_sizeof_long=0 | |
247f5006 | 10583 | fi |
a0b9e27f | 10584 | rm -fr conftest* |
247f5006 | 10585 | fi |
247f5006 | 10586 | |
5c6fa7d2 | 10587 | fi |
a0b9e27f MB |
10588 | echo "$ac_t""$ac_cv_sizeof_long" 1>&6 |
10589 | cat >> confdefs.h <<EOF | |
10590 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
10591 | EOF | |
247f5006 | 10592 | |
a0b9e27f MB |
10593 | |
10594 | ||
10595 | case "${host}" in | |
10596 | arm-*-linux* ) | |
10597 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
2b5f62a0 | 10598 | echo "configure:10599: checking size of long long" >&5 |
a0b9e27f MB |
10599 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
10600 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10601 | else | |
10602 | if test "$cross_compiling" = yes; then | |
10603 | ac_cv_sizeof_long_long=8 | |
10604 | else | |
10605 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10606 | #line 10607 "configure" |
247f5006 | 10607 | #include "confdefs.h" |
a0b9e27f | 10608 | #include <stdio.h> |
2b5f62a0 | 10609 | #include <sys/types.h> |
a0b9e27f | 10610 | main() |
247f5006 | 10611 | { |
a0b9e27f MB |
10612 | FILE *f=fopen("conftestval", "w"); |
10613 | if (!f) exit(1); | |
10614 | fprintf(f, "%d\n", sizeof(long long)); | |
10615 | exit(0); | |
247f5006 | 10616 | } |
a0b9e27f | 10617 | EOF |
2b5f62a0 | 10618 | if { (eval echo configure:10619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10619 | then |
10620 | ac_cv_sizeof_long_long=`cat conftestval` | |
7b4a847f | 10621 | else |
a0b9e27f MB |
10622 | echo "configure: failed program was:" >&5 |
10623 | cat conftest.$ac_ext >&5 | |
10624 | rm -fr conftest* | |
10625 | ac_cv_sizeof_long_long=0 | |
5c6fa7d2 | 10626 | fi |
a0b9e27f | 10627 | rm -fr conftest* |
5c6fa7d2 | 10628 | fi |
8284b0c5 | 10629 | |
a0b9e27f MB |
10630 | fi |
10631 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | |
10632 | cat >> confdefs.h <<EOF | |
10633 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
10634 | EOF | |
10635 | ||
10636 | ||
10637 | ;; | |
4f57cf11 | 10638 | *-hp-hpux* ) |
a0b9e27f | 10639 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 |
2b5f62a0 | 10640 | echo "configure:10641: checking size of long long" >&5 |
a0b9e27f MB |
10641 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
10642 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 MB |
10643 | else |
10644 | if test "$cross_compiling" = yes; then | |
a0b9e27f | 10645 | ac_cv_sizeof_long_long=0 |
8284b0c5 | 10646 | else |
a0b9e27f | 10647 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10648 | #line 10649 "configure" |
8284b0c5 MB |
10649 | #include "confdefs.h" |
10650 | #include <stdio.h> | |
2b5f62a0 | 10651 | #include <sys/types.h> |
a0b9e27f | 10652 | main() |
8284b0c5 | 10653 | { |
a0b9e27f MB |
10654 | FILE *f=fopen("conftestval", "w"); |
10655 | if (!f) exit(1); | |
10656 | fprintf(f, "%d\n", sizeof(long long)); | |
10657 | exit(0); | |
8284b0c5 | 10658 | } |
a0b9e27f | 10659 | EOF |
2b5f62a0 | 10660 | if { (eval echo configure:10661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
10661 | then |
10662 | ac_cv_sizeof_long_long=`cat conftestval` | |
5c6fa7d2 | 10663 | else |
a0b9e27f MB |
10664 | echo "configure: failed program was:" >&5 |
10665 | cat conftest.$ac_ext >&5 | |
10666 | rm -fr conftest* | |
5c6fa7d2 | 10667 | ac_cv_sizeof_long_long=0 |
52127426 | 10668 | fi |
a0b9e27f MB |
10669 | rm -fr conftest* |
10670 | fi | |
10671 | ||
4f57cf11 GD |
10672 | fi |
10673 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | |
10674 | cat >> confdefs.h <<EOF | |
10675 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
10676 | EOF | |
10677 | ||
10678 | ||
10679 | if test "$ac_cv_sizeof_long_long" != "0"; then | |
10680 | CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG" | |
10681 | fi | |
10682 | ;; | |
10683 | * ) | |
10684 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
2b5f62a0 | 10685 | echo "configure:10686: checking size of long long" >&5 |
4f57cf11 GD |
10686 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then |
10687 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10688 | else | |
10689 | if test "$cross_compiling" = yes; then | |
10690 | ac_cv_sizeof_long_long=0 | |
10691 | else | |
10692 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10693 | #line 10694 "configure" |
4f57cf11 GD |
10694 | #include "confdefs.h" |
10695 | #include <stdio.h> | |
2b5f62a0 | 10696 | #include <sys/types.h> |
4f57cf11 GD |
10697 | main() |
10698 | { | |
10699 | FILE *f=fopen("conftestval", "w"); | |
10700 | if (!f) exit(1); | |
10701 | fprintf(f, "%d\n", sizeof(long long)); | |
10702 | exit(0); | |
10703 | } | |
10704 | EOF | |
2b5f62a0 | 10705 | if { (eval echo configure:10706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
4f57cf11 GD |
10706 | then |
10707 | ac_cv_sizeof_long_long=`cat conftestval` | |
10708 | else | |
10709 | echo "configure: failed program was:" >&5 | |
10710 | cat conftest.$ac_ext >&5 | |
10711 | rm -fr conftest* | |
10712 | ac_cv_sizeof_long_long=0 | |
10713 | fi | |
10714 | rm -fr conftest* | |
10715 | fi | |
10716 | ||
7b4a847f | 10717 | fi |
a0b9e27f MB |
10718 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 |
10719 | cat >> confdefs.h <<EOF | |
21d1c967 | 10720 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long |
a0b9e27f | 10721 | EOF |
9e691f46 | 10722 | |
8284b0c5 | 10723 | |
21d1c967 GD |
10724 | esac |
10725 | ||
a0b9e27f | 10726 | echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6 |
2b5f62a0 | 10727 | echo "configure:10728: checking size of wchar_t" >&5 |
a0b9e27f MB |
10728 | if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then |
10729 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 10730 | else |
a0b9e27f | 10731 | |
21d1c967 | 10732 | if test "$cross_compiling" = yes; then |
2b5f62a0 VZ |
10733 | |
10734 | case "${host}" in | |
10735 | *-pc-msdosdjgpp ) | |
10736 | wx_cv_sizeof_wchar_t=0 | |
10737 | ;; | |
10738 | * ) | |
10739 | wx_cv_sizeof_wchar_t=4 | |
10740 | ;; | |
10741 | esac | |
10742 | ||
a0b9e27f | 10743 | |
6f72b082 | 10744 | else |
a0b9e27f | 10745 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10746 | #line 10747 "configure" |
6f72b082 | 10747 | #include "confdefs.h" |
21d1c967 | 10748 | |
2b5f62a0 VZ |
10749 | /* DJGPP only has fake wchar_t: */ |
10750 | #ifdef __DJGPP__ | |
10751 | # error "fake wchar_t" | |
10752 | #endif | |
21d1c967 GD |
10753 | #ifdef HAVE_WCHAR_H |
10754 | # ifdef __CYGWIN__ | |
10755 | # include <stddef.h> | |
10756 | # endif | |
10757 | # include <wchar.h> | |
10758 | #endif | |
10759 | #ifdef HAVE_STDLIB_H | |
10760 | # include <stdlib.h> | |
10761 | #endif | |
10762 | #include <stdio.h> | |
10763 | int main() | |
10764 | { | |
10765 | FILE *f=fopen("conftestval", "w"); | |
10766 | if (!f) exit(1); | |
10767 | fprintf(f, "%i", sizeof(wchar_t)); | |
10768 | exit(0); | |
10769 | } | |
a0b9e27f MB |
10770 | |
10771 | EOF | |
2b5f62a0 | 10772 | if { (eval echo configure:10773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f | 10773 | then |
21d1c967 | 10774 | wx_cv_sizeof_wchar_t=`cat conftestval` |
6f72b082 | 10775 | else |
a0b9e27f MB |
10776 | echo "configure: failed program was:" >&5 |
10777 | cat conftest.$ac_ext >&5 | |
10778 | rm -fr conftest* | |
10779 | wx_cv_sizeof_wchar_t=0 | |
6f72b082 | 10780 | fi |
a0b9e27f | 10781 | rm -fr conftest* |
6f72b082 | 10782 | fi |
6f72b082 | 10783 | |
a0b9e27f | 10784 | |
3f345b47 VZ |
10785 | fi |
10786 | ||
a0b9e27f MB |
10787 | echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6 |
10788 | ||
10789 | cat >> confdefs.h <<EOF | |
21d1c967 | 10790 | #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t |
a0b9e27f | 10791 | EOF |
90dd450c | 10792 | |
8284b0c5 | 10793 | |
21d1c967 GD |
10794 | # Check whether --enable-largefile or --disable-largefile was given. |
10795 | if test "${enable_largefile+set}" = set; then | |
10796 | enableval="$enable_largefile" | |
a0b9e27f MB |
10797 | : |
10798 | fi | |
3f345b47 | 10799 | |
21d1c967 GD |
10800 | if test "$enable_largefile" != no; then |
10801 | wx_largefile=no | |
a0b9e27f MB |
10802 | |
10803 | echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 | |
2b5f62a0 | 10804 | echo "configure:10805: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
a0b9e27f MB |
10805 | if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then |
10806 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10807 | else | |
10808 | ||
10809 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10810 | #line 10811 "configure" |
90dd450c | 10811 | #include "confdefs.h" |
21d1c967 GD |
10812 | #define _FILE_OFFSET_BITS 64 |
10813 | #include <sys/types.h> | |
a0b9e27f | 10814 | int main() { |
21d1c967 GD |
10815 | typedef struct { |
10816 | unsigned int field: sizeof(off_t) == 8; | |
10817 | } wxlf; | |
10818 | ||
a0b9e27f MB |
10819 | ; return 0; } |
10820 | EOF | |
2b5f62a0 | 10821 | if { (eval echo configure:10822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 10822 | rm -rf conftest* |
21d1c967 | 10823 | ac_cv_sys_file_offset_bits=64 |
f6bcfd97 | 10824 | else |
a0b9e27f MB |
10825 | echo "configure: failed program was:" >&5 |
10826 | cat conftest.$ac_ext >&5 | |
10827 | rm -rf conftest* | |
10828 | ac_cv_sys_file_offset_bits=no | |
5c6fa7d2 | 10829 | fi |
a0b9e27f MB |
10830 | rm -f conftest* |
10831 | ||
10832 | ||
247f5006 | 10833 | fi |
a0b9e27f MB |
10834 | |
10835 | echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6 | |
21d1c967 GD |
10836 | |
10837 | if test "$ac_cv_sys_file_offset_bits" != no; then | |
10838 | wx_largefile=yes | |
a0b9e27f | 10839 | cat >> confdefs.h <<EOF |
21d1c967 | 10840 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits |
a0b9e27f | 10841 | EOF |
21d1c967 GD |
10842 | |
10843 | fi | |
10844 | ||
10845 | if test "x$wx_largefile" != "xyes"; then | |
a0b9e27f MB |
10846 | |
10847 | echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 | |
2b5f62a0 | 10848 | echo "configure:10849: checking for _LARGE_FILES value needed for large files" >&5 |
a0b9e27f MB |
10849 | if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then |
10850 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10851 | else | |
10852 | ||
10853 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 10854 | #line 10855 "configure" |
f6bcfd97 | 10855 | #include "confdefs.h" |
21d1c967 GD |
10856 | #define _LARGE_FILES 1 |
10857 | #include <sys/types.h> | |
a0b9e27f | 10858 | int main() { |
21d1c967 GD |
10859 | typedef struct { |
10860 | unsigned int field: sizeof(off_t) == 8; | |
10861 | } wxlf; | |
10862 | ||
a0b9e27f MB |
10863 | ; return 0; } |
10864 | EOF | |
2b5f62a0 | 10865 | if { (eval echo configure:10866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 10866 | rm -rf conftest* |
21d1c967 | 10867 | ac_cv_sys_large_files=1 |
f6bcfd97 | 10868 | else |
a0b9e27f MB |
10869 | echo "configure: failed program was:" >&5 |
10870 | cat conftest.$ac_ext >&5 | |
10871 | rm -rf conftest* | |
10872 | ac_cv_sys_large_files=no | |
5c6fa7d2 | 10873 | fi |
a0b9e27f MB |
10874 | rm -f conftest* |
10875 | ||
10876 | ||
247f5006 | 10877 | fi |
a0b9e27f MB |
10878 | |
10879 | echo "$ac_t""$ac_cv_sys_large_files" 1>&6 | |
3f345b47 | 10880 | |
21d1c967 GD |
10881 | if test "$ac_cv_sys_large_files" != no; then |
10882 | wx_largefile=yes | |
a0b9e27f | 10883 | cat >> confdefs.h <<EOF |
21d1c967 | 10884 | #define _LARGE_FILES $ac_cv_sys_large_files |
a0b9e27f | 10885 | EOF |
90dd450c | 10886 | |
90dd450c VZ |
10887 | fi |
10888 | ||
90dd450c | 10889 | fi |
90dd450c | 10890 | |
a0b9e27f | 10891 | echo $ac_n "checking if large file support is available""... $ac_c" 1>&6 |
2b5f62a0 | 10892 | echo "configure:10893: checking if large file support is available" >&5 |
21d1c967 | 10893 | if test "x$wx_largefile" = "xyes"; then |
a0b9e27f | 10894 | cat >> confdefs.h <<\EOF |
21d1c967 | 10895 | #define HAVE_LARGEFILE_SUPPORT 1 |
a0b9e27f | 10896 | EOF |
90dd450c | 10897 | |
90dd450c | 10898 | fi |
a0b9e27f | 10899 | echo "$ac_t""$wx_largefile" 1>&6 |
21d1c967 | 10900 | fi |
90dd450c | 10901 | |
8284b0c5 | 10902 | |
f02444d0 | 10903 | if test "x$wx_largefile" = "xyes"; then |
e26c13cf RD |
10904 | if test "x$ac_cv_sys_file_offset_bits" = "x64"; then |
10905 | WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES" | |
f02444d0 | 10906 | else |
e26c13cf | 10907 | WX_LARGEFILE_FLAGS="-D_LARGE_FILES" |
f02444d0 | 10908 | fi |
e26c13cf | 10909 | CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS" |
f02444d0 VZ |
10910 | fi |
10911 | ||
a0b9e27f | 10912 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 |
2b5f62a0 | 10913 | echo "configure:10914: checking whether byte ordering is bigendian" >&5 |
a0b9e27f MB |
10914 | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then |
10915 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 10916 | else |
21d1c967 GD |
10917 | ac_cv_c_bigendian=unknown |
10918 | # See if sys/param.h defines the BYTE_ORDER macro. | |
a0b9e27f | 10919 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10920 | #line 10921 "configure" |
90dd450c | 10921 | #include "confdefs.h" |
21d1c967 GD |
10922 | #include <sys/types.h> |
10923 | #include <sys/param.h> | |
a0b9e27f | 10924 | int main() { |
21d1c967 GD |
10925 | |
10926 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
10927 | bogus endian macros | |
10928 | #endif | |
a0b9e27f MB |
10929 | ; return 0; } |
10930 | EOF | |
2b5f62a0 | 10931 | if { (eval echo configure:10932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 10932 | rm -rf conftest* |
21d1c967 | 10933 | # It does; now see whether it defined to BIG_ENDIAN or not. |
a0b9e27f | 10934 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10935 | #line 10936 "configure" |
90dd450c | 10936 | #include "confdefs.h" |
21d1c967 GD |
10937 | #include <sys/types.h> |
10938 | #include <sys/param.h> | |
a0b9e27f | 10939 | int main() { |
21d1c967 GD |
10940 | |
10941 | #if BYTE_ORDER != BIG_ENDIAN | |
10942 | not big endian | |
10943 | #endif | |
a0b9e27f MB |
10944 | ; return 0; } |
10945 | EOF | |
2b5f62a0 | 10946 | if { (eval echo configure:10947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 10947 | rm -rf conftest* |
21d1c967 | 10948 | ac_cv_c_bigendian=yes |
3f345b47 | 10949 | else |
a0b9e27f MB |
10950 | echo "configure: failed program was:" >&5 |
10951 | cat conftest.$ac_ext >&5 | |
10952 | rm -rf conftest* | |
10953 | ac_cv_c_bigendian=no | |
3f345b47 | 10954 | fi |
a0b9e27f | 10955 | rm -f conftest* |
3f345b47 | 10956 | else |
a0b9e27f MB |
10957 | echo "configure: failed program was:" >&5 |
10958 | cat conftest.$ac_ext >&5 | |
3f345b47 | 10959 | fi |
a0b9e27f | 10960 | rm -f conftest* |
21d1c967 GD |
10961 | if test $ac_cv_c_bigendian = unknown; then |
10962 | if test "$cross_compiling" = yes; then | |
10963 | ac_cv_c_bigendian=unknown | |
10f2d63a | 10964 | else |
a0b9e27f | 10965 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 10966 | #line 10967 "configure" |
90dd450c | 10967 | #include "confdefs.h" |
21d1c967 GD |
10968 | main () { |
10969 | /* Are we little or big endian? From Harbison&Steele. */ | |
10970 | union | |
10971 | { | |
10972 | long l; | |
10973 | char c[sizeof (long)]; | |
10974 | } u; | |
10975 | u.l = 1; | |
10976 | exit (u.c[sizeof (long) - 1] == 1); | |
10977 | } | |
a0b9e27f | 10978 | EOF |
2b5f62a0 | 10979 | if { (eval echo configure:10980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f | 10980 | then |
21d1c967 | 10981 | ac_cv_c_bigendian=no |
3f345b47 | 10982 | else |
a0b9e27f MB |
10983 | echo "configure: failed program was:" >&5 |
10984 | cat conftest.$ac_ext >&5 | |
10985 | rm -fr conftest* | |
10986 | ac_cv_c_bigendian=yes | |
247f5006 | 10987 | fi |
a0b9e27f | 10988 | rm -fr conftest* |
247f5006 | 10989 | fi |
a0b9e27f | 10990 | |
3f345b47 | 10991 | fi |
8168de4c | 10992 | fi |
a0b9e27f MB |
10993 | |
10994 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
247f5006 | 10995 | if test $ac_cv_c_bigendian = unknown; then |
a0b9e27f | 10996 | 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 |
247f5006 VZ |
10997 | fi |
10998 | if test $ac_cv_c_bigendian = yes; then | |
a0b9e27f | 10999 | cat >> confdefs.h <<\EOF |
247f5006 | 11000 | #define WORDS_BIGENDIAN 1 |
a0b9e27f | 11001 | EOF |
247f5006 VZ |
11002 | |
11003 | fi | |
11004 | ||
11005 | ||
a0b9e27f | 11006 | echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 |
2b5f62a0 | 11007 | echo "configure:11008: checking how to run the C++ preprocessor" >&5 |
247f5006 | 11008 | if test -z "$CXXCPP"; then |
a0b9e27f MB |
11009 | if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then |
11010 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 11011 | else |
a0b9e27f MB |
11012 | ac_ext=C |
11013 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
11014 | ac_cpp='$CXXCPP $CPPFLAGS' | |
11015 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
11016 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11017 | cross_compiling=$ac_cv_prog_cxx_cross | |
11018 | CXXCPP="${CXX-g++} -E" | |
11019 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 11020 | #line 11021 "configure" |
5c6fa7d2 | 11021 | #include "confdefs.h" |
a0b9e27f MB |
11022 | #include <stdlib.h> |
11023 | EOF | |
11024 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 11025 | { (eval echo configure:11026: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
11026 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11027 | if test -z "$ac_err"; then | |
21d1c967 | 11028 | : |
698dcdb6 | 11029 | else |
a0b9e27f MB |
11030 | echo "$ac_err" >&5 |
11031 | echo "configure: failed program was:" >&5 | |
698dcdb6 | 11032 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
11033 | rm -rf conftest* |
11034 | CXXCPP=/lib/cpp | |
247f5006 | 11035 | fi |
a0b9e27f MB |
11036 | rm -f conftest* |
11037 | ac_cv_prog_CXXCPP="$CXXCPP" | |
11038 | ac_ext=C | |
11039 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
11040 | ac_cpp='$CXXCPP $CPPFLAGS' | |
11041 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
11042 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11043 | cross_compiling=$ac_cv_prog_cxx_cross | |
328a083c | 11044 | fi |
90dd450c | 11045 | fi |
a0b9e27f MB |
11046 | CXXCPP="$ac_cv_prog_CXXCPP" |
11047 | echo "$ac_t""$CXXCPP" 1>&6 | |
1e6feb95 | 11048 | |
1725144d | 11049 | |
21d1c967 | 11050 | if test "$cross_compiling" = "yes"; then |
a0b9e27f | 11051 | cat >> confdefs.h <<\EOF |
21d1c967 | 11052 | #define wxUSE_IOSTREAMH 1 |
a0b9e27f | 11053 | EOF |
ab9b9eab | 11054 | |
21d1c967 | 11055 | else |
a0b9e27f MB |
11056 | |
11057 | ac_ext=C | |
11058 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5c6fa7d2 | 11059 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
11060 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
11061 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11062 | cross_compiling=$ac_cv_prog_cxx_cross | |
52127426 | 11063 | |
247f5006 | 11064 | |
a0b9e27f | 11065 | for ac_hdr in iostream |
21d1c967 | 11066 | do |
a0b9e27f MB |
11067 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
11068 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
2b5f62a0 | 11069 | echo "configure:11070: checking for $ac_hdr" >&5 |
a0b9e27f MB |
11070 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11071 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11072 | else | |
11073 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 11074 | #line 11075 "configure" |
ab9b9eab | 11075 | #include "confdefs.h" |
a0b9e27f MB |
11076 | #include <$ac_hdr> |
11077 | EOF | |
11078 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 11079 | { (eval echo configure:11080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
11080 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11081 | if test -z "$ac_err"; then | |
11082 | rm -rf conftest* | |
11083 | eval "ac_cv_header_$ac_safe=yes" | |
11084 | else | |
11085 | echo "$ac_err" >&5 | |
11086 | echo "configure: failed program was:" >&5 | |
ab9b9eab | 11087 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
11088 | rm -rf conftest* |
11089 | eval "ac_cv_header_$ac_safe=no" | |
ab9b9eab | 11090 | fi |
a0b9e27f | 11091 | rm -f conftest* |
90dd450c | 11092 | fi |
a0b9e27f MB |
11093 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11094 | echo "$ac_t""yes" 1>&6 | |
11095 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
11096 | cat >> confdefs.h <<EOF | |
11097 | #define $ac_tr_hdr 1 | |
11098 | EOF | |
11099 | ||
11100 | else | |
11101 | echo "$ac_t""no" 1>&6 | |
90dd450c | 11102 | fi |
21d1c967 | 11103 | done |
10f2d63a | 11104 | |
8284b0c5 | 11105 | |
21d1c967 GD |
11106 | if test "$ac_cv_header_iostream" = "yes" ; then |
11107 | : | |
11108 | else | |
a0b9e27f | 11109 | cat >> confdefs.h <<\EOF |
21d1c967 | 11110 | #define wxUSE_IOSTREAMH 1 |
a0b9e27f | 11111 | EOF |
788deba1 | 11112 | |
90dd450c | 11113 | fi |
ab9b9eab | 11114 | |
21d1c967 | 11115 | ac_ext=c |
a0b9e27f | 11116 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
21d1c967 | 11117 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
11118 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
11119 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11120 | cross_compiling=$ac_cv_prog_cc_cross | |
ab9b9eab | 11121 | |
21d1c967 | 11122 | fi |
ab9b9eab | 11123 | |
52127426 | 11124 | |
8284b0c5 | 11125 | |
a0b9e27f | 11126 | echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 |
2b5f62a0 | 11127 | echo "configure:11128: checking if C++ compiler supports bool" >&5 |
a0b9e27f MB |
11128 | if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then |
11129 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 11130 | else |
a0b9e27f MB |
11131 | |
11132 | ||
11133 | ac_ext=C | |
11134 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5c6fa7d2 | 11135 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
11136 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
11137 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11138 | cross_compiling=$ac_cv_prog_cxx_cross | |
21d1c967 | 11139 | |
8284b0c5 | 11140 | |
a0b9e27f | 11141 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 11142 | #line 11143 "configure" |
ab9b9eab | 11143 | #include "confdefs.h" |
21d1c967 | 11144 | |
a0b9e27f MB |
11145 | |
11146 | int main() { | |
21d1c967 GD |
11147 | |
11148 | bool b = true; | |
11149 | ||
11150 | return 0; | |
a0b9e27f MB |
11151 | |
11152 | ; return 0; } | |
11153 | EOF | |
2b5f62a0 | 11154 | if { (eval echo configure:11155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
11155 | rm -rf conftest* |
11156 | ||
21d1c967 | 11157 | wx_cv_cpp_bool=yes |
a0b9e27f | 11158 | |
698dcdb6 | 11159 | else |
a0b9e27f MB |
11160 | echo "configure: failed program was:" >&5 |
11161 | cat conftest.$ac_ext >&5 | |
11162 | rm -rf conftest* | |
11163 | ||
21d1c967 | 11164 | wx_cv_cpp_bool=no |
a0b9e27f MB |
11165 | |
11166 | ||
698dcdb6 | 11167 | fi |
a0b9e27f | 11168 | rm -f conftest* |
21d1c967 GD |
11169 | |
11170 | ac_ext=c | |
a0b9e27f | 11171 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
21d1c967 | 11172 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
11173 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
11174 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11175 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 11176 | |
a0b9e27f | 11177 | |
247f5006 | 11178 | fi |
a0b9e27f MB |
11179 | |
11180 | echo "$ac_t""$wx_cv_cpp_bool" 1>&6 | |
21d1c967 GD |
11181 | |
11182 | if test "$wx_cv_cpp_bool" = "yes"; then | |
a0b9e27f | 11183 | cat >> confdefs.h <<\EOF |
21d1c967 | 11184 | #define HAVE_BOOL 1 |
a0b9e27f | 11185 | EOF |
ab9b9eab | 11186 | |
21d1c967 GD |
11187 | fi |
11188 | ||
52127426 | 11189 | |
8284b0c5 | 11190 | |
a0b9e27f | 11191 | echo $ac_n "checking if C++ compiler supports the explicit keyword""... $ac_c" 1>&6 |
2b5f62a0 | 11192 | echo "configure:11193: checking if C++ compiler supports the explicit keyword" >&5 |
a0b9e27f MB |
11193 | if eval "test \"`echo '$''{'wx_cv_explicit'+set}'`\" = set"; then |
11194 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 11195 | else |
a0b9e27f MB |
11196 | |
11197 | ||
11198 | ac_ext=C | |
11199 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5c6fa7d2 | 11200 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
11201 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
11202 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11203 | cross_compiling=$ac_cv_prog_cxx_cross | |
986ecc86 | 11204 | |
8284b0c5 | 11205 | |
a0b9e27f | 11206 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 11207 | #line 11208 "configure" |
986ecc86 VZ |
11208 | #include "confdefs.h" |
11209 | ||
11210 | class Foo { public: explicit Foo(int) {} }; | |
a0b9e27f MB |
11211 | |
11212 | int main() { | |
986ecc86 VZ |
11213 | |
11214 | return 0; | |
a0b9e27f MB |
11215 | |
11216 | ; return 0; } | |
11217 | EOF | |
2b5f62a0 | 11218 | if { (eval echo configure:11219: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
11219 | rm -rf conftest* |
11220 | ||
11221 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 11222 | #line 11223 "configure" |
986ecc86 VZ |
11223 | #include "confdefs.h" |
11224 | ||
11225 | class Foo { public: explicit Foo(int) {} }; | |
11226 | static void TakeFoo(const Foo& foo) { } | |
a0b9e27f MB |
11227 | |
11228 | int main() { | |
986ecc86 VZ |
11229 | |
11230 | TakeFoo(17); | |
11231 | return 0; | |
a0b9e27f MB |
11232 | |
11233 | ; return 0; } | |
11234 | EOF | |
2b5f62a0 | 11235 | if { (eval echo configure:11236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 11236 | rm -rf conftest* |
986ecc86 VZ |
11237 | wx_cv_explicit=no |
11238 | else | |
a0b9e27f MB |
11239 | echo "configure: failed program was:" >&5 |
11240 | cat conftest.$ac_ext >&5 | |
11241 | rm -rf conftest* | |
11242 | wx_cv_explicit=yes | |
11243 | ||
986ecc86 | 11244 | fi |
a0b9e27f MB |
11245 | rm -f conftest* |
11246 | ||
986ecc86 | 11247 | else |
a0b9e27f MB |
11248 | echo "configure: failed program was:" >&5 |
11249 | cat conftest.$ac_ext >&5 | |
11250 | rm -rf conftest* | |
11251 | wx_cv_explicit=no | |
11252 | ||
986ecc86 | 11253 | fi |
a0b9e27f | 11254 | rm -f conftest* |
986ecc86 VZ |
11255 | |
11256 | ac_ext=c | |
a0b9e27f | 11257 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
986ecc86 | 11258 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
11259 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
11260 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
11261 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 11262 | |
a0b9e27f | 11263 | |
247f5006 | 11264 | fi |
a0b9e27f MB |
11265 | |
11266 | echo "$ac_t""$wx_cv_explicit" 1>&6 | |
986ecc86 VZ |
11267 | |
11268 | if test "$wx_cv_explicit" = "yes"; then | |
a0b9e27f | 11269 | cat >> confdefs.h <<\EOF |
986ecc86 | 11270 | #define HAVE_EXPLICIT 1 |
a0b9e27f | 11271 | EOF |
986ecc86 VZ |
11272 | |
11273 | fi | |
11274 | ||
8284b0c5 MB |
11275 | |
11276 | ||
21d1c967 GD |
11277 | SEARCH_INCLUDE="\ |
11278 | /usr/local/include \ | |
11279 | \ | |
11280 | /usr/Motif-1.2/include \ | |
11281 | /usr/Motif-2.1/include \ | |
11282 | \ | |
11283 | /usr/include/Motif1.2 \ | |
11284 | /opt/xpm/include/X11 \ | |
11285 | /opt/GBxpm/include/ \ | |
11286 | /opt/GBxpm/X11/include/ \ | |
11287 | \ | |
11288 | /usr/Motif1.2/include \ | |
11289 | /usr/dt/include \ | |
11290 | /usr/openwin/include \ | |
11291 | \ | |
11292 | /usr/include/Xm \ | |
11293 | \ | |
11294 | /usr/X11R6/include \ | |
11295 | /usr/X11R6.4/include \ | |
11296 | /usr/X11R5/include \ | |
11297 | /usr/X11R4/include \ | |
11298 | \ | |
11299 | /usr/include/X11R6 \ | |
11300 | /usr/include/X11R5 \ | |
11301 | /usr/include/X11R4 \ | |
11302 | \ | |
11303 | /usr/local/X11R6/include \ | |
11304 | /usr/local/X11R5/include \ | |
11305 | /usr/local/X11R4/include \ | |
11306 | \ | |
11307 | /usr/local/include/X11R6 \ | |
11308 | /usr/local/include/X11R5 \ | |
11309 | /usr/local/include/X11R4 \ | |
11310 | \ | |
11311 | /usr/X11/include \ | |
11312 | /usr/include/X11 \ | |
11313 | /usr/local/X11/include \ | |
11314 | /usr/local/include/X11 \ | |
11315 | \ | |
11316 | /usr/X386/include \ | |
11317 | /usr/x386/include \ | |
11318 | /usr/XFree86/include/X11 \ | |
11319 | \ | |
11320 | X:/XFree86/include \ | |
11321 | X:/XFree86/include/X11 \ | |
11322 | \ | |
11323 | /usr/include/gtk \ | |
11324 | /usr/local/include/gtk \ | |
11325 | /usr/include/glib \ | |
11326 | /usr/local/include/glib \ | |
11327 | \ | |
11328 | /usr/include/qt \ | |
11329 | /usr/local/include/qt \ | |
11330 | \ | |
11331 | /usr/include/windows \ | |
11332 | /usr/include/wine \ | |
11333 | /usr/local/include/wine \ | |
11334 | \ | |
11335 | /usr/unsupported/include \ | |
11336 | /usr/athena/include \ | |
11337 | /usr/local/x11r5/include \ | |
11338 | /usr/lpp/Xamples/include \ | |
11339 | \ | |
2b5f62a0 | 11340 | /usr/openwin/share/include" |
21d1c967 GD |
11341 | |
11342 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
11343 | ||
8284b0c5 | 11344 | |
a0b9e27f | 11345 | cat > confcache <<\EOF |
21d1c967 GD |
11346 | # This file is a shell script that caches the results of configure |
11347 | # tests run on this system so they can be shared between configure | |
a0b9e27f MB |
11348 | # scripts and configure runs. It is not useful on other systems. |
11349 | # If it contains results you don't want to keep, you may remove or edit it. | |
21d1c967 | 11350 | # |
a0b9e27f MB |
11351 | # By default, configure uses ./config.cache as the cache file, |
11352 | # creating it if it does not exist already. You can give configure | |
11353 | # the --cache-file=FILE option to use a different cache file; that is | |
11354 | # what configure does when it calls configure scripts in | |
11355 | # subdirectories, so they share the cache. | |
11356 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
11357 | # config.status only pays attention to the cache file if you give it the | |
11358 | # --recheck option to rerun configure. | |
21d1c967 | 11359 | # |
a0b9e27f | 11360 | EOF |
21d1c967 GD |
11361 | # The following way of writing the cache mishandles newlines in values, |
11362 | # but we know of no workaround that is simple, portable, and efficient. | |
11363 | # So, don't put newlines in cache variables' values. | |
11364 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
11365 | # and sets the high bit in the cache file unless we assign to the vars. | |
a0b9e27f MB |
11366 | (set) 2>&1 | |
11367 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
11368 | *ac_space=\ *) | |
11369 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
11370 | # turns \\\\ into \\, and sed turns \\ into \). | |
11371 | sed -n \ | |
11372 | -e "s/'/'\\\\''/g" \ | |
11373 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
11374 | ;; | |
11375 | *) | |
11376 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
11377 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
11378 | ;; | |
11379 | esac >> confcache | |
11380 | if cmp -s $cache_file confcache; then | |
11381 | : | |
11382 | else | |
21d1c967 | 11383 | if test -w $cache_file; then |
a0b9e27f MB |
11384 | echo "updating cache $cache_file" |
11385 | cat confcache > $cache_file | |
21d1c967 GD |
11386 | else |
11387 | echo "not updating unwritable cache $cache_file" | |
11388 | fi | |
ab9b9eab | 11389 | fi |
21d1c967 | 11390 | rm -f confcache |
ab9b9eab | 11391 | |
247f5006 | 11392 | |
a0b9e27f MB |
11393 | if test "$USE_LINUX" = 1; then |
11394 | echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6 | |
2b5f62a0 | 11395 | echo "configure:11396: checking for glibc 2.1 or later" >&5 |
a0b9e27f MB |
11396 | if eval "test \"`echo '$''{'wx_cv_lib_glibc21'+set}'`\" = set"; then |
11397 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11398 | else | |
11399 | ||
11400 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 11401 | #line 11402 "configure" |
ab9b9eab | 11402 | #include "confdefs.h" |
21d1c967 | 11403 | #include <features.h> |
a0b9e27f | 11404 | int main() { |
ab9b9eab | 11405 | |
21d1c967 GD |
11406 | #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1) |
11407 | #error not glibc2.1 | |
11408 | #endif | |
a0b9e27f MB |
11409 | |
11410 | ; return 0; } | |
11411 | EOF | |
2b5f62a0 | 11412 | if { (eval echo configure:11413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
11413 | rm -rf conftest* |
11414 | ||
21d1c967 | 11415 | wx_cv_lib_glibc21=yes |
a0b9e27f | 11416 | |
698dcdb6 | 11417 | else |
a0b9e27f MB |
11418 | echo "configure: failed program was:" >&5 |
11419 | cat conftest.$ac_ext >&5 | |
11420 | rm -rf conftest* | |
11421 | ||
21d1c967 | 11422 | wx_cv_lib_glibc21=no |
a0b9e27f MB |
11423 | |
11424 | ||
5c6fa7d2 | 11425 | fi |
a0b9e27f MB |
11426 | rm -f conftest* |
11427 | ||
247f5006 | 11428 | fi |
a0b9e27f MB |
11429 | |
11430 | echo "$ac_t""$wx_cv_lib_glibc21" 1>&6 | |
21d1c967 | 11431 | if test "$wx_cv_lib_glibc21" = "yes"; then |
a0b9e27f | 11432 | cat >> confdefs.h <<\EOF |
21d1c967 | 11433 | #define wxHAVE_GLIBC2 1 |
a0b9e27f | 11434 | EOF |
1e487827 | 11435 | |
90dd450c | 11436 | fi |
ab9b9eab VZ |
11437 | fi |
11438 | ||
5c0a20c3 VZ |
11439 | if test "x$wx_cv_lib_glibc21" = "xyes"; then |
11440 | if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then | |
a0b9e27f | 11441 | cat >> confdefs.h <<\EOF |
5c0a20c3 | 11442 | #define _GNU_SOURCE 1 |
a0b9e27f | 11443 | EOF |
5c0a20c3 VZ |
11444 | |
11445 | fi | |
11446 | fi | |
11447 | ||
8284b0c5 MB |
11448 | |
11449 | ||
21d1c967 GD |
11450 | REGEX_INCLUDE= |
11451 | if test "$wxUSE_REGEX" != "no"; then | |
a0b9e27f | 11452 | cat >> confdefs.h <<\EOF |
21d1c967 | 11453 | #define wxUSE_REGEX 1 |
a0b9e27f | 11454 | EOF |
698dcdb6 | 11455 | |
8284b0c5 | 11456 | |
21d1c967 | 11457 | if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then |
a0b9e27f MB |
11458 | ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'` |
11459 | echo $ac_n "checking for regex.h""... $ac_c" 1>&6 | |
2b5f62a0 | 11460 | echo "configure:11461: checking for regex.h" >&5 |
a0b9e27f MB |
11461 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11462 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11463 | else | |
11464 | cat > conftest.$ac_ext <<EOF | |
2b5f62a0 | 11465 | #line 11466 "configure" |
247f5006 VZ |
11466 | #include "confdefs.h" |
11467 | #include <regex.h> | |
a0b9e27f MB |
11468 | EOF |
11469 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
2b5f62a0 | 11470 | { (eval echo configure:11471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
11471 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11472 | if test -z "$ac_err"; then | |
11473 | rm -rf conftest* | |
11474 | eval "ac_cv_header_$ac_safe=yes" | |
11475 | else | |
11476 | echo "$ac_err" >&5 | |
11477 | echo "configure: failed program was:" >&5 | |
21d1c967 | 11478 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
11479 | rm -rf conftest* |
11480 | eval "ac_cv_header_$ac_safe=no" | |
21d1c967 | 11481 | fi |
a0b9e27f | 11482 | rm -f conftest* |
698dcdb6 | 11483 | fi |
a0b9e27f MB |
11484 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11485 | echo "$ac_t""yes" 1>&6 | |
11486 | for ac_func in regcomp | |
21d1c967 | 11487 | do |
a0b9e27f | 11488 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
2b5f62a0 | 11489 | echo "configure:11490: checking for $ac_func" >&5 |
a0b9e27f MB |
11490 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
11491 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 11492 | else |
a0b9e27f | 11493 | cat > conftest.$ac_ext <<EOF |
2b5f62a0 | 11494 | #line 11495 "configure" |
a0b9e27f MB |
11495 | #include "confdefs.h" |
11496 | /* System header to define __stub macros and hopefully few prototypes, | |
11497 | which can conflict with char $ac_func(); below. */ | |
21d1c967 GD |
11498 | #include <assert.h> |
11499 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11500 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
11501 | builtin and then its argument prototype would still apply. */ |
11502 | char $ac_func(); | |
11503 | ||
11504 | int main() { | |
11505 | ||
21d1c967 GD |
11506 | /* The GNU C library defines this for functions which it implements |
11507 | to always fail with ENOSYS. Some functions are actually named | |
11508 | something starting with __ and the normal name is an alias. */ | |
11509 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
11510 | choke me | |
11511 | #else | |
a0b9e27f | 11512 | $ac_func(); |
21d1c967 | 11513 | #endif |
90dd450c | 11514 | |
a0b9e27f MB |
11515 | ; return 0; } |
11516 | EOF | |
2b5f62a0 | 11517 | if { (eval echo configure:11518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
11518 | rm -rf conftest* |
11519 | eval "ac_cv_func_$ac_func=yes" | |
11520 | else | |
11521 | echo "configure: failed program was:" >&5 | |
11522 | cat conftest.$ac_ext >&5 | |
11523 | rm -rf conftest* | |
11524 | eval "ac_cv_func_$ac_func=no" | |
11525 | fi | |
11526 | rm -f conftest* | |
11527 | fi | |
5c6fa7d2 | 11528 | |
a0b9e27f MB |
11529 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
11530 | echo "$ac_t""yes" 1>&6 | |
11531 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
11532 | cat >> confdefs.h <<EOF | |
11533 | #define $ac_tr_func 1 | |
11534 | EOF | |
11535 | ||
11536 | else | |
11537 | echo "$ac_t""no" 1>&6 | |
698dcdb6 | 11538 | fi |
21d1c967 GD |
11539 | done |
11540 | ||
a0b9e27f MB |
11541 | else |
11542 | echo "$ac_t""no" 1>&6 | |
ab9b9eab VZ |
11543 | fi |
11544 | ||
8284b0c5 | 11545 | |
21d1c967 GD |
11546 | if test "x$ac_cv_func_regcomp" != "xyes"; then |
11547 | if test "$wxUSE_REGEX" = "sys" ; then | |
a0b9e27f | 11548 | { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11549 | else |
a0b9e27f | 11550 | echo "configure: warning: system regex library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11551 | wxUSE_REGEX=builtin |
11552 | fi | |
11553 | else | |
11554 | wxUSE_REGEX=sys | |
11555 | fi | |
ab9b9eab | 11556 | fi |
90dd450c | 11557 | |
21d1c967 GD |
11558 | if test "$wxUSE_REGEX" = "builtin" ; then |
11559 | REGEX_INCLUDE="-I\${top_srcdir}/src/regex" | |
90dd450c | 11560 | fi |
21d1c967 | 11561 | fi |
90dd450c | 11562 | |
8284b0c5 | 11563 | |
21d1c967 GD |
11564 | ZLIB_INCLUDE= |
11565 | ZLIB_LINK= | |
11566 | if test "$wxUSE_ZLIB" != "no" ; then | |
a0b9e27f | 11567 | cat >> confdefs.h <<\EOF |
21d1c967 | 11568 | #define wxUSE_ZLIB 1 |
a0b9e27f | 11569 | EOF |
21d1c967 | 11570 | |
8284b0c5 | 11571 | |
21d1c967 | 11572 | if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then |
d643b80e VZ |
11573 | echo $ac_n "checking for zlib.h >= 1.1.4""... $ac_c" 1>&6 |
11574 | echo "configure:11575: checking for zlib.h >= 1.1.4" >&5 | |
11575 | if eval "test \"`echo '$''{'ac_cv_header_zlib_h'+set}'`\" = set"; then | |
11576 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11577 | else | |
11578 | if test "$cross_compiling" = yes; then | |
11579 | ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'` | |
a0b9e27f | 11580 | echo $ac_n "checking for zlib.h""... $ac_c" 1>&6 |
d643b80e | 11581 | echo "configure:11582: checking for zlib.h" >&5 |
a0b9e27f MB |
11582 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11583 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11584 | else | |
11585 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 11586 | #line 11587 "configure" |
ab9b9eab | 11587 | #include "confdefs.h" |
21d1c967 | 11588 | #include <zlib.h> |
a0b9e27f MB |
11589 | EOF |
11590 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 11591 | { (eval echo configure:11592: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
11592 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11593 | if test -z "$ac_err"; then | |
11594 | rm -rf conftest* | |
11595 | eval "ac_cv_header_$ac_safe=yes" | |
11596 | else | |
11597 | echo "$ac_err" >&5 | |
11598 | echo "configure: failed program was:" >&5 | |
698dcdb6 | 11599 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
11600 | rm -rf conftest* |
11601 | eval "ac_cv_header_$ac_safe=no" | |
698dcdb6 | 11602 | fi |
a0b9e27f | 11603 | rm -f conftest* |
ab9b9eab | 11604 | fi |
a0b9e27f MB |
11605 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11606 | echo "$ac_t""yes" 1>&6 | |
d643b80e VZ |
11607 | : |
11608 | else | |
11609 | echo "$ac_t""no" 1>&6 | |
11610 | fi | |
11611 | ||
11612 | ||
11613 | else | |
11614 | cat > conftest.$ac_ext <<EOF | |
11615 | #line 11616 "configure" | |
11616 | #include "confdefs.h" | |
11617 | ||
11618 | #include <zlib.h> | |
11619 | #include <stdio.h> | |
11620 | ||
11621 | ||
11622 | int main() | |
11623 | { | |
11624 | FILE *f=fopen("conftestval", "w"); | |
11625 | if (!f) exit(1); | |
11626 | fprintf(f, "%s", | |
11627 | ZLIB_VERSION[0] == '1' && | |
11628 | (ZLIB_VERSION[2] > '1' || | |
11629 | (ZLIB_VERSION[2] == '1' && | |
11630 | ZLIB_VERSION[4] >= '4')) ? "yes" : "no"); | |
11631 | exit(0); | |
11632 | } | |
11633 | ||
11634 | ||
11635 | EOF | |
11636 | if { (eval echo configure:11637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
11637 | then | |
11638 | ac_cv_header_zlib_h=`cat conftestval` | |
11639 | else | |
11640 | echo "configure: failed program was:" >&5 | |
11641 | cat conftest.$ac_ext >&5 | |
11642 | rm -fr conftest* | |
11643 | ac_cv_header_zlib_h=no | |
11644 | fi | |
11645 | rm -fr conftest* | |
11646 | fi | |
11647 | ||
11648 | ||
11649 | fi | |
11650 | ||
11651 | echo "$ac_t""$ac_cv_header_zlib_h" 1>&6 | |
11652 | ||
11653 | if test "$ac_cv_header_zlib_h" = "yes"; then | |
11654 | echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 | |
11655 | echo "configure:11656: checking for deflate in -lz" >&5 | |
a0b9e27f MB |
11656 | ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` |
11657 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11658 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11659 | else |
a0b9e27f | 11660 | ac_save_LIBS="$LIBS" |
21d1c967 | 11661 | LIBS="-lz $LIBS" |
a0b9e27f | 11662 | cat > conftest.$ac_ext <<EOF |
d643b80e | 11663 | #line 11664 "configure" |
ab9b9eab | 11664 | #include "confdefs.h" |
21d1c967 GD |
11665 | /* Override any gcc2 internal prototype to avoid an error. */ |
11666 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
11667 | builtin and then its argument prototype would still apply. */ |
11668 | char deflate(); | |
11669 | ||
11670 | int main() { | |
11671 | deflate() | |
11672 | ; return 0; } | |
11673 | EOF | |
d643b80e | 11674 | if { (eval echo configure:11675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
11675 | rm -rf conftest* |
11676 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11677 | else | |
11678 | echo "configure: failed program was:" >&5 | |
11679 | cat conftest.$ac_ext >&5 | |
11680 | rm -rf conftest* | |
11681 | eval "ac_cv_lib_$ac_lib_var=no" | |
90dd450c | 11682 | fi |
a0b9e27f MB |
11683 | rm -f conftest* |
11684 | LIBS="$ac_save_LIBS" | |
698dcdb6 | 11685 | |
698dcdb6 | 11686 | fi |
a0b9e27f MB |
11687 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
11688 | echo "$ac_t""yes" 1>&6 | |
11689 | ZLIB_LINK=" -lz" | |
11690 | else | |
11691 | echo "$ac_t""no" 1>&6 | |
11692 | fi | |
698dcdb6 | 11693 | |
d643b80e | 11694 | fi |
247f5006 | 11695 | |
21d1c967 GD |
11696 | if test "x$ZLIB_LINK" = "x" ; then |
11697 | if test "$wxUSE_ZLIB" = "sys" ; then | |
d643b80e | 11698 | { echo "configure: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11699 | else |
d643b80e | 11700 | echo "configure: warning: zlib library not found or too old, will use built-in instead" 1>&2 |
21d1c967 GD |
11701 | wxUSE_ZLIB=builtin |
11702 | fi | |
11703 | else | |
11704 | wxUSE_ZLIB=sys | |
11705 | fi | |
11706 | fi | |
11707 | ||
11708 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
11709 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
11710 | fi | |
ab9b9eab VZ |
11711 | fi |
11712 | ||
8284b0c5 | 11713 | |
21d1c967 GD |
11714 | PNG_INCLUDE= |
11715 | PNG_LINK= | |
11716 | if test "$wxUSE_LIBPNG" != "no" ; then | |
a0b9e27f | 11717 | cat >> confdefs.h <<\EOF |
21d1c967 | 11718 | #define wxUSE_LIBPNG 1 |
a0b9e27f | 11719 | EOF |
90dd450c | 11720 | |
8284b0c5 | 11721 | |
21d1c967 | 11722 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then |
a0b9e27f | 11723 | echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2 |
21d1c967 GD |
11724 | wxUSE_LIBPNG=sys |
11725 | fi | |
90dd450c | 11726 | |
21d1c967 | 11727 | if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then |
a0b9e27f | 11728 | echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2 |
21d1c967 GD |
11729 | wxUSE_LIBPNG=builtin |
11730 | fi | |
11731 | ||
11732 | if test "$wxUSE_MGL" != 1 ; then | |
11733 | if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then | |
a0b9e27f MB |
11734 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` |
11735 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
d643b80e | 11736 | echo "configure:11737: checking for png.h" >&5 |
a0b9e27f MB |
11737 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11738 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11739 | else | |
11740 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 11741 | #line 11742 "configure" |
21d1c967 GD |
11742 | #include "confdefs.h" |
11743 | #include <png.h> | |
a0b9e27f MB |
11744 | EOF |
11745 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 11746 | { (eval echo configure:11747: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
11747 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11748 | if test -z "$ac_err"; then | |
11749 | rm -rf conftest* | |
11750 | eval "ac_cv_header_$ac_safe=yes" | |
11751 | else | |
11752 | echo "$ac_err" >&5 | |
11753 | echo "configure: failed program was:" >&5 | |
90dd450c | 11754 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
11755 | rm -rf conftest* |
11756 | eval "ac_cv_header_$ac_safe=no" | |
90dd450c | 11757 | fi |
a0b9e27f | 11758 | rm -f conftest* |
90dd450c | 11759 | fi |
a0b9e27f MB |
11760 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11761 | echo "$ac_t""yes" 1>&6 | |
11762 | echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6 | |
d643b80e | 11763 | echo "configure:11764: checking for png_check_sig in -lpng" >&5 |
a0b9e27f MB |
11764 | ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'` |
11765 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11766 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11767 | else |
a0b9e27f | 11768 | ac_save_LIBS="$LIBS" |
21d1c967 | 11769 | LIBS="-lpng -lz -lm $LIBS" |
a0b9e27f | 11770 | cat > conftest.$ac_ext <<EOF |
d643b80e | 11771 | #line 11772 "configure" |
90dd450c | 11772 | #include "confdefs.h" |
21d1c967 GD |
11773 | /* Override any gcc2 internal prototype to avoid an error. */ |
11774 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
11775 | builtin and then its argument prototype would still apply. */ |
11776 | char png_check_sig(); | |
90dd450c | 11777 | |
a0b9e27f MB |
11778 | int main() { |
11779 | png_check_sig() | |
11780 | ; return 0; } | |
11781 | EOF | |
d643b80e | 11782 | if { (eval echo configure:11783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
11783 | rm -rf conftest* |
11784 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11785 | else | |
11786 | echo "configure: failed program was:" >&5 | |
11787 | cat conftest.$ac_ext >&5 | |
11788 | rm -rf conftest* | |
11789 | eval "ac_cv_lib_$ac_lib_var=no" | |
11790 | fi | |
11791 | rm -f conftest* | |
11792 | LIBS="$ac_save_LIBS" | |
247f5006 | 11793 | |
90dd450c | 11794 | fi |
a0b9e27f MB |
11795 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
11796 | echo "$ac_t""yes" 1>&6 | |
11797 | PNG_LINK=" -lpng" | |
11798 | else | |
11799 | echo "$ac_t""no" 1>&6 | |
11800 | fi | |
90dd450c | 11801 | |
a0b9e27f MB |
11802 | |
11803 | else | |
11804 | echo "$ac_t""no" 1>&6 | |
11805 | fi | |
8284b0c5 | 11806 | |
247f5006 | 11807 | |
21d1c967 GD |
11808 | if test "x$PNG_LINK" = "x" ; then |
11809 | if test "$wxUSE_LIBPNG" = "sys" ; then | |
a0b9e27f | 11810 | { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11811 | else |
a0b9e27f | 11812 | echo "configure: warning: system png library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11813 | wxUSE_LIBPNG=builtin |
11814 | fi | |
11815 | else | |
2b5f62a0 | 11816 | wxUSE_LIBPNG=sys |
21d1c967 GD |
11817 | fi |
11818 | fi | |
11819 | fi | |
90dd450c | 11820 | |
21d1c967 GD |
11821 | if test "$wxUSE_LIBPNG" = "builtin" ; then |
11822 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
11823 | fi | |
90dd450c | 11824 | |
21d1c967 | 11825 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" |
90dd450c VZ |
11826 | fi |
11827 | ||
8284b0c5 | 11828 | |
21d1c967 GD |
11829 | JPEG_INCLUDE= |
11830 | JPEG_LINK= | |
11831 | if test "$wxUSE_LIBJPEG" != "no" ; then | |
a0b9e27f | 11832 | cat >> confdefs.h <<\EOF |
21d1c967 | 11833 | #define wxUSE_LIBJPEG 1 |
a0b9e27f | 11834 | EOF |
90dd450c | 11835 | |
8284b0c5 | 11836 | |
21d1c967 | 11837 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then |
a0b9e27f | 11838 | echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2 |
21d1c967 GD |
11839 | wxUSE_LIBJPEG=sys |
11840 | fi | |
90dd450c | 11841 | |
21d1c967 GD |
11842 | if test "$wxUSE_MGL" != 1 ; then |
11843 | if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then | |
a0b9e27f | 11844 | echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 |
d643b80e | 11845 | echo "configure:11846: checking for jpeglib.h" >&5 |
a0b9e27f MB |
11846 | if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then |
11847 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11848 | else |
a0b9e27f | 11849 | cat > conftest.$ac_ext <<EOF |
d643b80e | 11850 | #line 11851 "configure" |
21d1c967 | 11851 | #include "confdefs.h" |
90dd450c | 11852 | |
21d1c967 GD |
11853 | #undef HAVE_STDLIB_H |
11854 | #include <stdio.h> | |
11855 | #include <jpeglib.h> | |
a0b9e27f MB |
11856 | |
11857 | int main() { | |
90dd450c | 11858 | |
a0b9e27f MB |
11859 | |
11860 | ; return 0; } | |
11861 | EOF | |
d643b80e | 11862 | if { (eval echo configure:11863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 11863 | rm -rf conftest* |
21d1c967 | 11864 | ac_cv_header_jpeglib_h=yes |
90dd450c | 11865 | else |
a0b9e27f MB |
11866 | echo "configure: failed program was:" >&5 |
11867 | cat conftest.$ac_ext >&5 | |
11868 | rm -rf conftest* | |
11869 | ac_cv_header_jpeglib_h=no | |
11870 | ||
90dd450c | 11871 | fi |
a0b9e27f MB |
11872 | rm -f conftest* |
11873 | ||
90dd450c VZ |
11874 | fi |
11875 | ||
a0b9e27f | 11876 | echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6 |
90dd450c | 11877 | |
21d1c967 | 11878 | if test "$ac_cv_header_jpeglib_h" = "yes"; then |
a0b9e27f | 11879 | echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 |
d643b80e | 11880 | echo "configure:11881: checking for jpeg_read_header in -ljpeg" >&5 |
a0b9e27f MB |
11881 | ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` |
11882 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11883 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 11884 | else |
a0b9e27f | 11885 | ac_save_LIBS="$LIBS" |
21d1c967 | 11886 | LIBS="-ljpeg $LIBS" |
a0b9e27f | 11887 | cat > conftest.$ac_ext <<EOF |
d643b80e | 11888 | #line 11889 "configure" |
21d1c967 GD |
11889 | #include "confdefs.h" |
11890 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11891 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
11892 | builtin and then its argument prototype would still apply. */ |
11893 | char jpeg_read_header(); | |
11894 | ||
11895 | int main() { | |
11896 | jpeg_read_header() | |
11897 | ; return 0; } | |
11898 | EOF | |
d643b80e | 11899 | if { (eval echo configure:11900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
11900 | rm -rf conftest* |
11901 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11902 | else | |
11903 | echo "configure: failed program was:" >&5 | |
11904 | cat conftest.$ac_ext >&5 | |
11905 | rm -rf conftest* | |
11906 | eval "ac_cv_lib_$ac_lib_var=no" | |
11907 | fi | |
11908 | rm -f conftest* | |
11909 | LIBS="$ac_save_LIBS" | |
11910 | ||
11911 | fi | |
11912 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11913 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 11914 | JPEG_LINK=" -ljpeg" |
a0b9e27f MB |
11915 | else |
11916 | echo "$ac_t""no" 1>&6 | |
90dd450c VZ |
11917 | fi |
11918 | ||
21d1c967 | 11919 | fi |
90dd450c | 11920 | |
21d1c967 GD |
11921 | if test "x$JPEG_LINK" = "x" ; then |
11922 | if test "$wxUSE_LIBJPEG" = "sys" ; then | |
a0b9e27f | 11923 | { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; } |
21d1c967 | 11924 | else |
a0b9e27f | 11925 | echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2 |
21d1c967 GD |
11926 | wxUSE_LIBJPEG=builtin |
11927 | fi | |
11928 | else | |
11929 | wxUSE_LIBJPEG=sys | |
11930 | fi | |
11931 | fi | |
11932 | fi | |
90dd450c | 11933 | |
21d1c967 GD |
11934 | if test "$wxUSE_LIBJPEG" = "builtin" ; then |
11935 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
11936 | fi | |
11937 | fi | |
90dd450c | 11938 | |
8284b0c5 | 11939 | |
21d1c967 GD |
11940 | TIFF_INCLUDE= |
11941 | TIFF_LINK= | |
2b5f62a0 | 11942 | TIFF_PREREQ_LINKS=-lm |
21d1c967 | 11943 | if test "$wxUSE_LIBTIFF" != "no" ; then |
a0b9e27f | 11944 | cat >> confdefs.h <<\EOF |
21d1c967 | 11945 | #define wxUSE_LIBTIFF 1 |
a0b9e27f | 11946 | EOF |
21d1c967 | 11947 | |
8284b0c5 | 11948 | |
21d1c967 | 11949 | if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then |
2b5f62a0 VZ |
11950 | if test "$wxUSE_LIBJPEG" = "sys"; then |
11951 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK" | |
11952 | fi | |
11953 | if test "$wxUSE_ZLIB" = "sys"; then | |
11954 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK" | |
11955 | fi | |
a0b9e27f MB |
11956 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` |
11957 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | |
d643b80e | 11958 | echo "configure:11959: checking for tiffio.h" >&5 |
a0b9e27f MB |
11959 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
11960 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11961 | else | |
11962 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 11963 | #line 11964 "configure" |
247f5006 VZ |
11964 | #include "confdefs.h" |
11965 | #include <tiffio.h> | |
a0b9e27f MB |
11966 | EOF |
11967 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 11968 | { (eval echo configure:11969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
11969 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
11970 | if test -z "$ac_err"; then | |
11971 | rm -rf conftest* | |
11972 | eval "ac_cv_header_$ac_safe=yes" | |
11973 | else | |
11974 | echo "$ac_err" >&5 | |
11975 | echo "configure: failed program was:" >&5 | |
21d1c967 | 11976 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
11977 | rm -rf conftest* |
11978 | eval "ac_cv_header_$ac_safe=no" | |
21d1c967 | 11979 | fi |
a0b9e27f | 11980 | rm -f conftest* |
21d1c967 | 11981 | fi |
a0b9e27f MB |
11982 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
11983 | echo "$ac_t""yes" 1>&6 | |
11984 | echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6 | |
d643b80e | 11985 | echo "configure:11986: checking for TIFFError in -ltiff" >&5 |
a0b9e27f MB |
11986 | ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'` |
11987 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11988 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 11989 | else |
a0b9e27f | 11990 | ac_save_LIBS="$LIBS" |
2b5f62a0 | 11991 | LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS" |
a0b9e27f | 11992 | cat > conftest.$ac_ext <<EOF |
d643b80e | 11993 | #line 11994 "configure" |
ab9b9eab VZ |
11994 | #include "confdefs.h" |
11995 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11996 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
11997 | builtin and then its argument prototype would still apply. */ |
11998 | char TIFFError(); | |
ab9b9eab | 11999 | |
a0b9e27f MB |
12000 | int main() { |
12001 | TIFFError() | |
12002 | ; return 0; } | |
12003 | EOF | |
d643b80e | 12004 | if { (eval echo configure:12005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
12005 | rm -rf conftest* |
12006 | eval "ac_cv_lib_$ac_lib_var=yes" | |
12007 | else | |
12008 | echo "configure: failed program was:" >&5 | |
12009 | cat conftest.$ac_ext >&5 | |
12010 | rm -rf conftest* | |
12011 | eval "ac_cv_lib_$ac_lib_var=no" | |
12012 | fi | |
12013 | rm -f conftest* | |
12014 | LIBS="$ac_save_LIBS" | |
247f5006 | 12015 | |
21d1c967 | 12016 | fi |
a0b9e27f MB |
12017 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
12018 | echo "$ac_t""yes" 1>&6 | |
12019 | TIFF_LINK=" -ltiff" | |
12020 | else | |
12021 | echo "$ac_t""no" 1>&6 | |
12022 | fi | |
cd6d6d5b | 12023 | |
a0b9e27f MB |
12024 | |
12025 | else | |
12026 | echo "$ac_t""no" 1>&6 | |
12027 | fi | |
8284b0c5 | 12028 | |
247f5006 | 12029 | |
21d1c967 GD |
12030 | if test "x$TIFF_LINK" = "x" ; then |
12031 | if test "$wxUSE_LIBTIFF" = "sys" ; then | |
a0b9e27f | 12032 | { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; } |
90dd450c | 12033 | else |
a0b9e27f | 12034 | echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2 |
21d1c967 | 12035 | wxUSE_LIBTIFF=builtin |
d8356fa3 | 12036 | fi |
d8356fa3 | 12037 | else |
21d1c967 | 12038 | wxUSE_LIBTIFF=sys |
d8356fa3 | 12039 | fi |
21d1c967 | 12040 | fi |
d8356fa3 | 12041 | |
21d1c967 GD |
12042 | if test "$wxUSE_LIBTIFF" = "builtin" ; then |
12043 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" | |
1e6feb95 | 12044 | fi |
21d1c967 | 12045 | fi |
10f2d63a | 12046 | |
8284b0c5 | 12047 | |
21d1c967 | 12048 | AFMINSTALL= |
2b5f62a0 | 12049 | WIN32INSTALL= |
90dd450c | 12050 | |
21d1c967 GD |
12051 | TOOLKIT= |
12052 | TOOLKIT_INCLUDE= | |
12053 | WIDGET_SET= | |
12054 | ||
12055 | if test "$USE_WIN32" = 1 ; then | |
a0b9e27f | 12056 | for ac_hdr in w32api.h |
21d1c967 | 12057 | do |
a0b9e27f MB |
12058 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
12059 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
d643b80e | 12060 | echo "configure:12061: checking for $ac_hdr" >&5 |
a0b9e27f MB |
12061 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
12062 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12063 | else | |
12064 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 12065 | #line 12066 "configure" |
247f5006 | 12066 | #include "confdefs.h" |
a0b9e27f MB |
12067 | #include <$ac_hdr> |
12068 | EOF | |
12069 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 12070 | { (eval echo configure:12071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
12071 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
12072 | if test -z "$ac_err"; then | |
12073 | rm -rf conftest* | |
12074 | eval "ac_cv_header_$ac_safe=yes" | |
12075 | else | |
12076 | echo "$ac_err" >&5 | |
12077 | echo "configure: failed program was:" >&5 | |
f79bd02d | 12078 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
12079 | rm -rf conftest* |
12080 | eval "ac_cv_header_$ac_safe=no" | |
f79bd02d | 12081 | fi |
a0b9e27f | 12082 | rm -f conftest* |
21d1c967 | 12083 | fi |
a0b9e27f MB |
12084 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
12085 | echo "$ac_t""yes" 1>&6 | |
12086 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12087 | cat >> confdefs.h <<EOF | |
12088 | #define $ac_tr_hdr 1 | |
12089 | EOF | |
12090 | ||
12091 | else | |
12092 | echo "$ac_t""no" 1>&6 | |
21d1c967 GD |
12093 | fi |
12094 | done | |
f79bd02d | 12095 | |
a0b9e27f MB |
12096 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` |
12097 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
d643b80e | 12098 | echo "configure:12099: checking for windows.h" >&5 |
a0b9e27f MB |
12099 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
12100 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 12101 | else |
a0b9e27f | 12102 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12103 | #line 12104 "configure" |
247f5006 VZ |
12104 | #include "confdefs.h" |
12105 | #include <windows.h> | |
a0b9e27f MB |
12106 | EOF |
12107 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 12108 | { (eval echo configure:12109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
12109 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
12110 | if test -z "$ac_err"; then | |
12111 | rm -rf conftest* | |
12112 | eval "ac_cv_header_$ac_safe=yes" | |
12113 | else | |
12114 | echo "$ac_err" >&5 | |
12115 | echo "configure: failed program was:" >&5 | |
90dd450c | 12116 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
12117 | rm -rf conftest* |
12118 | eval "ac_cv_header_$ac_safe=no" | |
90dd450c | 12119 | fi |
a0b9e27f | 12120 | rm -f conftest* |
90dd450c | 12121 | fi |
a0b9e27f MB |
12122 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
12123 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 12124 | : |
90dd450c | 12125 | else |
a0b9e27f | 12126 | echo "$ac_t""no" 1>&6 |
21d1c967 | 12127 | |
a0b9e27f MB |
12128 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } |
12129 | ||
5c6fa7d2 | 12130 | fi |
7b4a847f | 12131 | |
5c6fa7d2 | 12132 | |
a0b9e27f | 12133 | echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6 |
d643b80e | 12134 | echo "configure:12135: checking if w32api has good enough MSIE support" >&5 |
a0b9e27f MB |
12135 | if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then |
12136 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 12137 | else |
a0b9e27f MB |
12138 | |
12139 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 12140 | #line 12141 "configure" |
f79bd02d | 12141 | #include "confdefs.h" |
21d1c967 | 12142 | #include <w32api.h> |
a0b9e27f | 12143 | int main() { |
f79bd02d | 12144 | |
21d1c967 GD |
12145 | #define wxCHECK_W32API_VERSION( major, minor ) \ |
12146 | ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \ | |
12147 | && ( ( __W32API_MAJOR_VERSION > (major) ) \ | |
12148 | || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor)))) | |
12149 | ||
12150 | #if !wxCHECK_W32API_VERSION(1,1) | |
12151 | #error You need w32api 1.1 or newer | |
12152 | #endif | |
a0b9e27f MB |
12153 | |
12154 | ; return 0; } | |
12155 | EOF | |
d643b80e | 12156 | if { (eval echo configure:12157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
12157 | rm -rf conftest* |
12158 | ||
21d1c967 | 12159 | wx_cv_w32api_win32_ie=yes |
a0b9e27f | 12160 | |
f79bd02d | 12161 | else |
a0b9e27f MB |
12162 | echo "configure: failed program was:" >&5 |
12163 | cat conftest.$ac_ext >&5 | |
12164 | rm -rf conftest* | |
12165 | ||
21d1c967 | 12166 | wx_cv_w32api_win32_ie=no |
a0b9e27f | 12167 | |
5c6fa7d2 | 12168 | fi |
a0b9e27f MB |
12169 | rm -f conftest* |
12170 | ||
247f5006 | 12171 | fi |
a0b9e27f MB |
12172 | |
12173 | echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6 | |
21d1c967 GD |
12174 | if test "$wx_cv_w32api_win32_ie" = "yes" ; then |
12175 | CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400" | |
12176 | fi | |
f79bd02d | 12177 | |
21d1c967 GD |
12178 | LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32" |
12179 | ||
12180 | case "${host}" in | |
12181 | *-*-cygwin* ) | |
12182 | LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32" | |
12183 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" | |
f79bd02d | 12184 | esac |
f79bd02d | 12185 | |
21d1c967 GD |
12186 | if test "$wxUSE_ODBC" = "yes" ; then |
12187 | LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS" | |
12188 | fi | |
f79bd02d | 12189 | |
21d1c967 GD |
12190 | RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" |
12191 | RESPROGRAMOBJ="\$(PROGRAM)_resources.o" | |
2b5f62a0 VZ |
12192 | |
12193 | WIN32INSTALL=win32install | |
f79bd02d | 12194 | fi |
f79bd02d | 12195 | |
b2fee376 | 12196 | if test "$USE_DARWIN" = 1; then |
50bcbd3d | 12197 | if test "$wxUSE_PRECOMP" = "yes"; then |
b2fee376 GD |
12198 | CPPFLAGS="$CPPFLAGS -cpp-precomp" |
12199 | else | |
12200 | CPPFLAGS="$CPPFLAGS -no-cpp-precomp" | |
12201 | fi | |
12202 | fi | |
12203 | ||
21d1c967 GD |
12204 | if test "$wxUSE_GUI" = "yes"; then |
12205 | USE_GUI=1 | |
f79bd02d | 12206 | |
21d1c967 | 12207 | GUI_TK_LIBRARY= |
f79bd02d | 12208 | |
21d1c967 GD |
12209 | WXGTK12= |
12210 | WXGTK127= | |
12211 | WXGTK20= | |
f79bd02d | 12212 | |
21d1c967 GD |
12213 | if test "$wxUSE_MSW" = 1 ; then |
12214 | TOOLKIT=MSW | |
12215 | GUIDIST=MSW_DIST | |
f79bd02d | 12216 | |
21d1c967 GD |
12217 | case "${host}" in |
12218 | *-*-mingw32* ) | |
12219 | LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows" | |
12220 | esac | |
f79bd02d JS |
12221 | fi |
12222 | ||
21d1c967 | 12223 | if test "$wxUSE_GTK" = 1; then |
a0b9e27f | 12224 | echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6 |
d643b80e | 12225 | echo "configure:12226: checking for GTK+ version" >&5 |
21d1c967 GD |
12226 | |
12227 | gtk_version_cached=1 | |
a0b9e27f MB |
12228 | if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then |
12229 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f79bd02d | 12230 | else |
a0b9e27f | 12231 | |
21d1c967 | 12232 | gtk_version_cached=0 |
a0b9e27f | 12233 | echo "$ac_t""" 1>&6 |
f79bd02d | 12234 | |
21d1c967 GD |
12235 | GTK_MODULES= |
12236 | if test "$wxUSE_THREADS" = "yes"; then | |
12237 | GTK_MODULES=gthread | |
12238 | fi | |
f79bd02d | 12239 | |
2b5f62a0 | 12240 | wx_cv_lib_gtk= |
21d1c967 GD |
12241 | if test "x$wxUSE_GTK2" = "xyes"; then |
12242 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
12243 | if test "${enable_gtktest+set}" = set; then | |
12244 | enableval="$enable_gtktest" | |
a0b9e27f | 12245 | : |
f79bd02d | 12246 | else |
21d1c967 | 12247 | enable_gtktest=yes |
a0b9e27f MB |
12248 | fi |
12249 | ||
f79bd02d | 12250 | |
21d1c967 GD |
12251 | pkg_config_args=gtk+-2.0 |
12252 | for module in . $GTK_MODULES | |
12253 | do | |
12254 | case "$module" in | |
a0b9e27f | 12255 | gthread) |
21d1c967 GD |
12256 | pkg_config_args="$pkg_config_args gthread-2.0" |
12257 | ;; | |
12258 | esac | |
12259 | done | |
12260 | ||
12261 | no_gtk="" | |
f79bd02d | 12262 | |
21d1c967 GD |
12263 | # Extract the first word of "pkg-config", so it can be a program name with args. |
12264 | set dummy pkg-config; ac_word=$2 | |
a0b9e27f | 12265 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 12266 | echo "configure:12267: checking for $ac_word" >&5 |
a0b9e27f MB |
12267 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
12268 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 12269 | else |
a0b9e27f MB |
12270 | case "$PKG_CONFIG" in |
12271 | /*) | |
21d1c967 GD |
12272 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
12273 | ;; | |
a0b9e27f MB |
12274 | ?:/*) |
12275 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
12276 | ;; | |
21d1c967 | 12277 | *) |
a0b9e27f MB |
12278 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
12279 | ac_dummy="$PATH" | |
12280 | for ac_dir in $ac_dummy; do | |
12281 | test -z "$ac_dir" && ac_dir=. | |
12282 | if test -f $ac_dir/$ac_word; then | |
12283 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
12284 | break | |
12285 | fi | |
12286 | done | |
12287 | IFS="$ac_save_ifs" | |
21d1c967 GD |
12288 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
12289 | ;; | |
12290 | esac | |
f79bd02d | 12291 | fi |
a0b9e27f | 12292 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" |
21d1c967 | 12293 | if test -n "$PKG_CONFIG"; then |
a0b9e27f | 12294 | echo "$ac_t""$PKG_CONFIG" 1>&6 |
f79bd02d | 12295 | else |
a0b9e27f | 12296 | echo "$ac_t""no" 1>&6 |
f79bd02d JS |
12297 | fi |
12298 | ||
8284b0c5 | 12299 | |
21d1c967 GD |
12300 | if test x$PKG_CONFIG != xno ; then |
12301 | if pkg-config --atleast-pkgconfig-version 0.7 ; then | |
12302 | : | |
12303 | else | |
12304 | echo *** pkg-config too old; version 0.7 or better required. | |
12305 | no_gtk=yes | |
12306 | PKG_CONFIG=no | |
12307 | fi | |
12308 | else | |
12309 | no_gtk=yes | |
12310 | fi | |
f79bd02d | 12311 | |
21d1c967 | 12312 | min_gtk_version=2.0.0 |
a0b9e27f | 12313 | echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6 |
d643b80e | 12314 | echo "configure:12315: checking for GTK+ - version >= $min_gtk_version" >&5 |
f79bd02d | 12315 | |
21d1c967 GD |
12316 | if test x$PKG_CONFIG != xno ; then |
12317 | ## don't try to run the test against uninstalled libtool libs | |
12318 | if $PKG_CONFIG --uninstalled $pkg_config_args; then | |
12319 | echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" | |
12320 | enable_gtktest=no | |
12321 | fi | |
f79bd02d | 12322 | |
21d1c967 GD |
12323 | if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then |
12324 | : | |
12325 | else | |
12326 | no_gtk=yes | |
12327 | fi | |
12328 | fi | |
f79bd02d | 12329 | |
21d1c967 GD |
12330 | if test x"$no_gtk" = x ; then |
12331 | GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` | |
12332 | GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` | |
12333 | gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
12334 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
12335 | gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
12336 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
12337 | gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
12338 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
12339 | if test "x$enable_gtktest" = "xyes" ; then | |
12340 | ac_save_CFLAGS="$CFLAGS" | |
12341 | ac_save_LIBS="$LIBS" | |
12342 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12343 | LIBS="$GTK_LIBS $LIBS" | |
12344 | rm -f conf.gtktest | |
12345 | if test "$cross_compiling" = yes; then | |
12346 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
f79bd02d | 12347 | else |
a0b9e27f | 12348 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12349 | #line 12350 "configure" |
f79bd02d | 12350 | #include "confdefs.h" |
f79bd02d | 12351 | |
21d1c967 GD |
12352 | #include <gtk/gtk.h> |
12353 | #include <stdio.h> | |
12354 | #include <stdlib.h> | |
f79bd02d | 12355 | |
a0b9e27f | 12356 | int |
21d1c967 GD |
12357 | main () |
12358 | { | |
12359 | int major, minor, micro; | |
12360 | char *tmp_version; | |
f79bd02d | 12361 | |
21d1c967 | 12362 | system ("touch conf.gtktest"); |
f79bd02d | 12363 | |
21d1c967 GD |
12364 | /* HP/UX 9 (%@#!) writes to sscanf strings */ |
12365 | tmp_version = g_strdup("$min_gtk_version"); | |
12366 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
12367 | printf("%s, bad version string\n", "$min_gtk_version"); | |
12368 | exit(1); | |
12369 | } | |
f79bd02d | 12370 | |
21d1c967 GD |
12371 | if ((gtk_major_version != $gtk_config_major_version) || |
12372 | (gtk_minor_version != $gtk_config_minor_version) || | |
12373 | (gtk_micro_version != $gtk_config_micro_version)) | |
12374 | { | |
a0b9e27f | 12375 | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
12376 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
12377 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12378 | printf ("*** was found! If pkg-config was correct, then it is best\n"); | |
12379 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
12380 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
12381 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
12382 | printf("*** required on your system.\n"); | |
12383 | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); | |
12384 | printf("*** to point to the correct configuration files\n"); | |
a0b9e27f | 12385 | } |
21d1c967 GD |
12386 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || |
12387 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
12388 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
12389 | { | |
12390 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
12391 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
12392 | printf("*** library (version %d.%d.%d)\n", | |
12393 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12394 | } | |
12395 | else | |
12396 | { | |
12397 | if ((gtk_major_version > major) || | |
12398 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
12399 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
12400 | { | |
12401 | return 0; | |
12402 | } | |
12403 | else | |
12404 | { | |
12405 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
12406 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12407 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
12408 | major, minor, micro); | |
12409 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
12410 | printf("***\n"); | |
12411 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
12412 | printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); | |
12413 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
12414 | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); | |
12415 | printf("*** correct copy of pkg-config. (In this case, you will have to\n"); | |
12416 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
12417 | printf("*** so that the correct libraries are found at run-time))\n"); | |
12418 | } | |
12419 | } | |
12420 | return 1; | |
12421 | } | |
f79bd02d | 12422 | |
a0b9e27f | 12423 | EOF |
d643b80e | 12424 | if { (eval echo configure:12425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f | 12425 | then |
21d1c967 | 12426 | : |
f79bd02d | 12427 | else |
a0b9e27f MB |
12428 | echo "configure: failed program was:" >&5 |
12429 | cat conftest.$ac_ext >&5 | |
12430 | rm -fr conftest* | |
12431 | no_gtk=yes | |
f79bd02d | 12432 | fi |
a0b9e27f | 12433 | rm -fr conftest* |
f79bd02d | 12434 | fi |
a0b9e27f | 12435 | |
21d1c967 GD |
12436 | CFLAGS="$ac_save_CFLAGS" |
12437 | LIBS="$ac_save_LIBS" | |
12438 | fi | |
12439 | fi | |
12440 | if test "x$no_gtk" = x ; then | |
a0b9e27f MB |
12441 | echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6 |
12442 | wx_cv_lib_gtk=2.0 | |
21d1c967 | 12443 | else |
a0b9e27f | 12444 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12445 | if test "$PKG_CONFIG" = "no" ; then |
12446 | echo "*** A new enough version of pkg-config was not found." | |
12447 | echo "*** See http://pkgconfig.sourceforge.net" | |
12448 | else | |
12449 | if test -f conf.gtktest ; then | |
12450 | : | |
12451 | else | |
12452 | echo "*** Could not run GTK+ test program, checking why..." | |
579d8138 VS |
12453 | ac_save_CFLAGS="$CFLAGS" |
12454 | ac_save_LIBS="$LIBS" | |
21d1c967 GD |
12455 | CFLAGS="$CFLAGS $GTK_CFLAGS" |
12456 | LIBS="$LIBS $GTK_LIBS" | |
a0b9e27f | 12457 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12458 | #line 12459 "configure" |
f79bd02d | 12459 | #include "confdefs.h" |
21d1c967 GD |
12460 | |
12461 | #include <gtk/gtk.h> | |
12462 | #include <stdio.h> | |
f79bd02d | 12463 | |
a0b9e27f MB |
12464 | int main() { |
12465 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
12466 | ; return 0; } | |
12467 | EOF | |
d643b80e | 12468 | if { (eval echo configure:12469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 12469 | rm -rf conftest* |
21d1c967 GD |
12470 | echo "*** The test program compiled, but did not run. This usually means" |
12471 | echo "*** that the run-time linker is not finding GTK+ or finding the wrong" | |
12472 | echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" | |
12473 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
12474 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
12475 | echo "*** is required on your system" | |
12476 | echo "***" | |
12477 | echo "*** If you have an old version installed, it is best to remove it, although" | |
a0b9e27f | 12478 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" |
f79bd02d | 12479 | else |
a0b9e27f MB |
12480 | echo "configure: failed program was:" >&5 |
12481 | cat conftest.$ac_ext >&5 | |
12482 | rm -rf conftest* | |
12483 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
579d8138 | 12484 | echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." |
f79bd02d | 12485 | fi |
a0b9e27f | 12486 | rm -f conftest* |
21d1c967 GD |
12487 | CFLAGS="$ac_save_CFLAGS" |
12488 | LIBS="$ac_save_LIBS" | |
12489 | fi | |
12490 | fi | |
12491 | GTK_CFLAGS="" | |
12492 | GTK_LIBS="" | |
12493 | : | |
12494 | fi | |
a0b9e27f MB |
12495 | |
12496 | ||
21d1c967 | 12497 | rm -f conf.gtktest |
f79bd02d | 12498 | |
2b5f62a0 | 12499 | else |
a0b9e27f | 12500 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. |
21d1c967 GD |
12501 | if test "${with_gtk_prefix+set}" = set; then |
12502 | withval="$with_gtk_prefix" | |
12503 | gtk_config_prefix="$withval" | |
12504 | else | |
12505 | gtk_config_prefix="" | |
a0b9e27f | 12506 | fi |
f79bd02d | 12507 | |
21d1c967 GD |
12508 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
12509 | if test "${with_gtk_exec_prefix+set}" = set; then | |
12510 | withval="$with_gtk_exec_prefix" | |
12511 | gtk_config_exec_prefix="$withval" | |
12512 | else | |
12513 | gtk_config_exec_prefix="" | |
a0b9e27f MB |
12514 | fi |
12515 | ||
21d1c967 GD |
12516 | # Check whether --enable-gtktest or --disable-gtktest was given. |
12517 | if test "${enable_gtktest+set}" = set; then | |
12518 | enableval="$enable_gtktest" | |
a0b9e27f | 12519 | : |
21d1c967 GD |
12520 | else |
12521 | enable_gtktest=yes | |
a0b9e27f MB |
12522 | fi |
12523 | ||
21d1c967 GD |
12524 | |
12525 | for module in . $GTK_MODULES | |
12526 | do | |
12527 | case "$module" in | |
a0b9e27f | 12528 | gthread) |
21d1c967 GD |
12529 | gtk_config_args="$gtk_config_args gthread" |
12530 | ;; | |
12531 | esac | |
12532 | done | |
12533 | ||
12534 | if test x$gtk_config_exec_prefix != x ; then | |
12535 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
12536 | if test x${GTK_CONFIG+set} != xset ; then | |
12537 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
12538 | fi | |
12539 | fi | |
12540 | if test x$gtk_config_prefix != x ; then | |
12541 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
12542 | if test x${GTK_CONFIG+set} != xset ; then | |
12543 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
12544 | fi | |
12545 | fi | |
12546 | ||
12547 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
12548 | set dummy gtk-config; ac_word=$2 | |
a0b9e27f | 12549 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 12550 | echo "configure:12551: checking for $ac_word" >&5 |
a0b9e27f MB |
12551 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
12552 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 12553 | else |
a0b9e27f MB |
12554 | case "$GTK_CONFIG" in |
12555 | /*) | |
21d1c967 GD |
12556 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
12557 | ;; | |
a0b9e27f MB |
12558 | ?:/*) |
12559 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
12560 | ;; | |
21d1c967 | 12561 | *) |
a0b9e27f MB |
12562 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
12563 | ac_dummy="$PATH" | |
12564 | for ac_dir in $ac_dummy; do | |
12565 | test -z "$ac_dir" && ac_dir=. | |
12566 | if test -f $ac_dir/$ac_word; then | |
12567 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
12568 | break | |
12569 | fi | |
12570 | done | |
12571 | IFS="$ac_save_ifs" | |
21d1c967 GD |
12572 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
12573 | ;; | |
12574 | esac | |
12575 | fi | |
a0b9e27f | 12576 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
21d1c967 | 12577 | if test -n "$GTK_CONFIG"; then |
a0b9e27f | 12578 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
21d1c967 | 12579 | else |
a0b9e27f | 12580 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12581 | fi |
12582 | ||
12583 | min_gtk_version=1.2.7 | |
a0b9e27f | 12584 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
d643b80e | 12585 | echo "configure:12586: checking for GTK - version >= $min_gtk_version" >&5 |
21d1c967 GD |
12586 | no_gtk="" |
12587 | if test "$GTK_CONFIG" = "no" ; then | |
12588 | no_gtk=yes | |
12589 | else | |
12590 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
12591 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
12592 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12593 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
12594 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12595 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
12596 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12597 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
12598 | if test "x$enable_gtktest" = "xyes" ; then | |
12599 | ac_save_CFLAGS="$CFLAGS" | |
12600 | ac_save_LIBS="$LIBS" | |
12601 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12602 | LIBS="$GTK_LIBS $LIBS" | |
12603 | rm -f conf.gtktest | |
12604 | if test "$cross_compiling" = yes; then | |
12605 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
f79bd02d | 12606 | else |
a0b9e27f | 12607 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12608 | #line 12609 "configure" |
f79bd02d JS |
12609 | #include "confdefs.h" |
12610 | ||
21d1c967 GD |
12611 | #include <gtk/gtk.h> |
12612 | #include <stdio.h> | |
12613 | #include <stdlib.h> | |
f79bd02d | 12614 | |
a0b9e27f | 12615 | int |
21d1c967 GD |
12616 | main () |
12617 | { | |
12618 | int major, minor, micro; | |
12619 | char *tmp_version; | |
12620 | ||
12621 | system ("touch conf.gtktest"); | |
12622 | ||
12623 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
12624 | tmp_version = g_strdup("$min_gtk_version"); | |
12625 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
12626 | printf("%s, bad version string\n", "$min_gtk_version"); | |
12627 | exit(1); | |
12628 | } | |
90dd450c | 12629 | |
21d1c967 GD |
12630 | if ((gtk_major_version != $gtk_config_major_version) || |
12631 | (gtk_minor_version != $gtk_config_minor_version) || | |
12632 | (gtk_micro_version != $gtk_config_micro_version)) | |
12633 | { | |
a0b9e27f | 12634 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
12635 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
12636 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12637 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
12638 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
12639 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
12640 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
12641 | printf("*** required on your system.\n"); | |
12642 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
12643 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
12644 | printf("*** before re-running configure\n"); | |
a0b9e27f | 12645 | } |
21d1c967 GD |
12646 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
12647 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
12648 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
12649 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
12650 | { | |
12651 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
12652 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
12653 | printf("*** library (version %d.%d.%d)\n", | |
12654 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12655 | } | |
12656 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
12657 | else | |
12658 | { | |
12659 | if ((gtk_major_version > major) || | |
12660 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
12661 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
12662 | { | |
12663 | return 0; | |
12664 | } | |
12665 | else | |
12666 | { | |
12667 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
12668 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12669 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
12670 | major, minor, micro); | |
12671 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
12672 | printf("***\n"); | |
12673 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
12674 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
12675 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
12676 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
12677 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
12678 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
12679 | printf("*** so that the correct libraries are found at run-time))\n"); | |
12680 | } | |
12681 | } | |
12682 | return 1; | |
12683 | } | |
12684 | ||
a0b9e27f | 12685 | EOF |
d643b80e | 12686 | if { (eval echo configure:12687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f | 12687 | then |
21d1c967 GD |
12688 | : |
12689 | else | |
a0b9e27f MB |
12690 | echo "configure: failed program was:" >&5 |
12691 | cat conftest.$ac_ext >&5 | |
12692 | rm -fr conftest* | |
12693 | no_gtk=yes | |
21d1c967 | 12694 | fi |
a0b9e27f | 12695 | rm -fr conftest* |
21d1c967 | 12696 | fi |
a0b9e27f | 12697 | |
21d1c967 GD |
12698 | CFLAGS="$ac_save_CFLAGS" |
12699 | LIBS="$ac_save_LIBS" | |
12700 | fi | |
12701 | fi | |
12702 | if test "x$no_gtk" = x ; then | |
a0b9e27f MB |
12703 | echo "$ac_t""yes" 1>&6 |
12704 | wx_cv_lib_gtk=1.2.7 | |
21d1c967 | 12705 | else |
a0b9e27f | 12706 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12707 | if test "$GTK_CONFIG" = "no" ; then |
12708 | echo "*** The gtk-config script installed by GTK could not be found" | |
12709 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
12710 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
12711 | echo "*** full path to gtk-config." | |
12712 | else | |
12713 | if test -f conf.gtktest ; then | |
12714 | : | |
12715 | else | |
12716 | echo "*** Could not run GTK test program, checking why..." | |
12717 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12718 | LIBS="$LIBS $GTK_LIBS" | |
a0b9e27f | 12719 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12720 | #line 12721 "configure" |
21d1c967 GD |
12721 | #include "confdefs.h" |
12722 | ||
12723 | #include <gtk/gtk.h> | |
12724 | #include <stdio.h> | |
12725 | ||
a0b9e27f MB |
12726 | int main() { |
12727 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
12728 | ; return 0; } | |
12729 | EOF | |
d643b80e | 12730 | if { (eval echo configure:12731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 12731 | rm -rf conftest* |
21d1c967 GD |
12732 | echo "*** The test program compiled, but did not run. This usually means" |
12733 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
12734 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
12735 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
12736 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
12737 | echo "*** is required on your system" | |
12738 | echo "***" | |
12739 | echo "*** If you have an old version installed, it is best to remove it, although" | |
12740 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
12741 | echo "***" | |
12742 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
12743 | echo "*** came with the system with the command" | |
12744 | echo "***" | |
a0b9e27f | 12745 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
f79bd02d | 12746 | else |
a0b9e27f MB |
12747 | echo "configure: failed program was:" >&5 |
12748 | cat conftest.$ac_ext >&5 | |
12749 | rm -rf conftest* | |
12750 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
21d1c967 GD |
12751 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
12752 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
a0b9e27f | 12753 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" |
f79bd02d | 12754 | fi |
a0b9e27f | 12755 | rm -f conftest* |
21d1c967 GD |
12756 | CFLAGS="$ac_save_CFLAGS" |
12757 | LIBS="$ac_save_LIBS" | |
12758 | fi | |
12759 | fi | |
12760 | GTK_CFLAGS="" | |
12761 | GTK_LIBS="" | |
12762 | : | |
12763 | fi | |
a0b9e27f MB |
12764 | |
12765 | ||
21d1c967 GD |
12766 | rm -f conf.gtktest |
12767 | ||
21d1c967 | 12768 | |
2b5f62a0 VZ |
12769 | if test -z "$wx_cv_lib_gtk"; then |
12770 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
21d1c967 GD |
12771 | if test "${with_gtk_prefix+set}" = set; then |
12772 | withval="$with_gtk_prefix" | |
12773 | gtk_config_prefix="$withval" | |
12774 | else | |
12775 | gtk_config_prefix="" | |
a0b9e27f | 12776 | fi |
f79bd02d | 12777 | |
21d1c967 GD |
12778 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
12779 | if test "${with_gtk_exec_prefix+set}" = set; then | |
12780 | withval="$with_gtk_exec_prefix" | |
12781 | gtk_config_exec_prefix="$withval" | |
12782 | else | |
12783 | gtk_config_exec_prefix="" | |
a0b9e27f MB |
12784 | fi |
12785 | ||
21d1c967 GD |
12786 | # Check whether --enable-gtktest or --disable-gtktest was given. |
12787 | if test "${enable_gtktest+set}" = set; then | |
12788 | enableval="$enable_gtktest" | |
a0b9e27f | 12789 | : |
90dd450c | 12790 | else |
21d1c967 | 12791 | enable_gtktest=yes |
a0b9e27f MB |
12792 | fi |
12793 | ||
21d1c967 GD |
12794 | |
12795 | for module in . $GTK_MODULES | |
12796 | do | |
12797 | case "$module" in | |
a0b9e27f | 12798 | gthread) |
21d1c967 GD |
12799 | gtk_config_args="$gtk_config_args gthread" |
12800 | ;; | |
12801 | esac | |
12802 | done | |
12803 | ||
12804 | if test x$gtk_config_exec_prefix != x ; then | |
12805 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
12806 | if test x${GTK_CONFIG+set} != xset ; then | |
12807 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
12808 | fi | |
12809 | fi | |
12810 | if test x$gtk_config_prefix != x ; then | |
12811 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
12812 | if test x${GTK_CONFIG+set} != xset ; then | |
12813 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
12814 | fi | |
12815 | fi | |
12816 | ||
12817 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
12818 | set dummy gtk-config; ac_word=$2 | |
a0b9e27f | 12819 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 12820 | echo "configure:12821: checking for $ac_word" >&5 |
a0b9e27f MB |
12821 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
12822 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 12823 | else |
a0b9e27f MB |
12824 | case "$GTK_CONFIG" in |
12825 | /*) | |
21d1c967 GD |
12826 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
12827 | ;; | |
a0b9e27f MB |
12828 | ?:/*) |
12829 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
12830 | ;; | |
21d1c967 | 12831 | *) |
a0b9e27f MB |
12832 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
12833 | ac_dummy="$PATH" | |
12834 | for ac_dir in $ac_dummy; do | |
12835 | test -z "$ac_dir" && ac_dir=. | |
12836 | if test -f $ac_dir/$ac_word; then | |
12837 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
12838 | break | |
12839 | fi | |
12840 | done | |
12841 | IFS="$ac_save_ifs" | |
21d1c967 GD |
12842 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
12843 | ;; | |
12844 | esac | |
12845 | fi | |
a0b9e27f | 12846 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
21d1c967 | 12847 | if test -n "$GTK_CONFIG"; then |
a0b9e27f | 12848 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
21d1c967 | 12849 | else |
a0b9e27f | 12850 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12851 | fi |
12852 | ||
12853 | min_gtk_version=1.2.3 | |
a0b9e27f | 12854 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
d643b80e | 12855 | echo "configure:12856: checking for GTK - version >= $min_gtk_version" >&5 |
21d1c967 GD |
12856 | no_gtk="" |
12857 | if test "$GTK_CONFIG" = "no" ; then | |
12858 | no_gtk=yes | |
12859 | else | |
12860 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
12861 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
12862 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12863 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
12864 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12865 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
12866 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
12867 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
12868 | if test "x$enable_gtktest" = "xyes" ; then | |
12869 | ac_save_CFLAGS="$CFLAGS" | |
12870 | ac_save_LIBS="$LIBS" | |
12871 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12872 | LIBS="$GTK_LIBS $LIBS" | |
12873 | rm -f conf.gtktest | |
12874 | if test "$cross_compiling" = yes; then | |
12875 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
12876 | else | |
a0b9e27f | 12877 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12878 | #line 12879 "configure" |
f79bd02d | 12879 | #include "confdefs.h" |
21d1c967 GD |
12880 | |
12881 | #include <gtk/gtk.h> | |
12882 | #include <stdio.h> | |
12883 | #include <stdlib.h> | |
12884 | ||
a0b9e27f | 12885 | int |
21d1c967 GD |
12886 | main () |
12887 | { | |
12888 | int major, minor, micro; | |
12889 | char *tmp_version; | |
12890 | ||
12891 | system ("touch conf.gtktest"); | |
12892 | ||
12893 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
12894 | tmp_version = g_strdup("$min_gtk_version"); | |
12895 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
12896 | printf("%s, bad version string\n", "$min_gtk_version"); | |
12897 | exit(1); | |
12898 | } | |
12899 | ||
12900 | if ((gtk_major_version != $gtk_config_major_version) || | |
12901 | (gtk_minor_version != $gtk_config_minor_version) || | |
12902 | (gtk_micro_version != $gtk_config_micro_version)) | |
12903 | { | |
a0b9e27f | 12904 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", |
21d1c967 GD |
12905 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, |
12906 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12907 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
12908 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
12909 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
12910 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
12911 | printf("*** required on your system.\n"); | |
12912 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
12913 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
12914 | printf("*** before re-running configure\n"); | |
a0b9e27f | 12915 | } |
21d1c967 GD |
12916 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) |
12917 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
12918 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
12919 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
12920 | { | |
12921 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
12922 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
12923 | printf("*** library (version %d.%d.%d)\n", | |
12924 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12925 | } | |
12926 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
12927 | else | |
12928 | { | |
12929 | if ((gtk_major_version > major) || | |
12930 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
12931 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
12932 | { | |
12933 | return 0; | |
12934 | } | |
12935 | else | |
12936 | { | |
12937 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
12938 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
12939 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
12940 | major, minor, micro); | |
12941 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
12942 | printf("***\n"); | |
12943 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
12944 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
12945 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
12946 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
12947 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
12948 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
12949 | printf("*** so that the correct libraries are found at run-time))\n"); | |
12950 | } | |
12951 | } | |
12952 | return 1; | |
12953 | } | |
12954 | ||
a0b9e27f | 12955 | EOF |
d643b80e | 12956 | if { (eval echo configure:12957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f | 12957 | then |
21d1c967 GD |
12958 | : |
12959 | else | |
a0b9e27f MB |
12960 | echo "configure: failed program was:" >&5 |
12961 | cat conftest.$ac_ext >&5 | |
12962 | rm -fr conftest* | |
12963 | no_gtk=yes | |
21d1c967 | 12964 | fi |
a0b9e27f | 12965 | rm -fr conftest* |
21d1c967 | 12966 | fi |
a0b9e27f | 12967 | |
21d1c967 GD |
12968 | CFLAGS="$ac_save_CFLAGS" |
12969 | LIBS="$ac_save_LIBS" | |
12970 | fi | |
12971 | fi | |
12972 | if test "x$no_gtk" = x ; then | |
a0b9e27f MB |
12973 | echo "$ac_t""yes" 1>&6 |
12974 | wx_cv_lib_gtk=1.2.3 | |
21d1c967 | 12975 | else |
a0b9e27f | 12976 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
12977 | if test "$GTK_CONFIG" = "no" ; then |
12978 | echo "*** The gtk-config script installed by GTK could not be found" | |
12979 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
12980 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
12981 | echo "*** full path to gtk-config." | |
12982 | else | |
12983 | if test -f conf.gtktest ; then | |
12984 | : | |
12985 | else | |
12986 | echo "*** Could not run GTK test program, checking why..." | |
12987 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
12988 | LIBS="$LIBS $GTK_LIBS" | |
a0b9e27f | 12989 | cat > conftest.$ac_ext <<EOF |
d643b80e | 12990 | #line 12991 "configure" |
21d1c967 GD |
12991 | #include "confdefs.h" |
12992 | ||
12993 | #include <gtk/gtk.h> | |
12994 | #include <stdio.h> | |
f79bd02d | 12995 | |
a0b9e27f MB |
12996 | int main() { |
12997 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
12998 | ; return 0; } | |
12999 | EOF | |
d643b80e | 13000 | if { (eval echo configure:13001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 13001 | rm -rf conftest* |
21d1c967 GD |
13002 | echo "*** The test program compiled, but did not run. This usually means" |
13003 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
13004 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
13005 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
13006 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
13007 | echo "*** is required on your system" | |
13008 | echo "***" | |
13009 | echo "*** If you have an old version installed, it is best to remove it, although" | |
13010 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
13011 | echo "***" | |
13012 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
13013 | echo "*** came with the system with the command" | |
13014 | echo "***" | |
a0b9e27f | 13015 | echo "*** rpm --erase --nodeps gtk gtk-devel" |
f79bd02d | 13016 | else |
a0b9e27f MB |
13017 | echo "configure: failed program was:" >&5 |
13018 | cat conftest.$ac_ext >&5 | |
13019 | rm -rf conftest* | |
13020 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
21d1c967 GD |
13021 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" |
13022 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
a0b9e27f | 13023 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" |
f79bd02d | 13024 | fi |
a0b9e27f | 13025 | rm -f conftest* |
21d1c967 GD |
13026 | CFLAGS="$ac_save_CFLAGS" |
13027 | LIBS="$ac_save_LIBS" | |
13028 | fi | |
13029 | fi | |
13030 | GTK_CFLAGS="" | |
13031 | GTK_LIBS="" | |
13032 | : | |
13033 | fi | |
a0b9e27f MB |
13034 | |
13035 | ||
21d1c967 | 13036 | rm -f conf.gtktest |
f79bd02d | 13037 | |
2b5f62a0 | 13038 | fi |
21d1c967 GD |
13039 | fi |
13040 | ||
13041 | if test -z "$wx_cv_lib_gtk"; then | |
13042 | wx_cv_lib_gtk=none | |
13043 | else | |
13044 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
13045 | wx_cv_libs_gtk=$GTK_LIBS | |
13046 | fi | |
a0b9e27f MB |
13047 | |
13048 | ||
5c6fa7d2 | 13049 | fi |
52127426 | 13050 | |
8284b0c5 | 13051 | |
21d1c967 | 13052 | if test "$gtk_version_cached" = 1; then |
a0b9e27f | 13053 | echo "$ac_t""$wx_cv_lib_gtk" 1>&6 |
21d1c967 GD |
13054 | fi |
13055 | ||
13056 | case "$wx_cv_lib_gtk" in | |
13057 | 2.0) WXGTK20=1 | |
2b5f62a0 | 13058 | TOOLKIT_VERSION=2 |
21d1c967 GD |
13059 | ;; |
13060 | 1.2.7) WXGTK127=1 | |
13061 | WXGTK12=1 | |
13062 | ;; | |
13063 | 1.2.3) WXGTK12=1 | |
13064 | ;; | |
a0b9e27f | 13065 | *) { echo "configure: error: |
247f5006 VZ |
13066 | Please check that gtk-config is in path, the directory |
13067 | where GTK+ libraries are installed (returned by | |
13068 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
13069 | equivalent variable and GTK+ is version 1.2.3 or above. | |
a0b9e27f | 13070 | " 1>&2; exit 1; } |
21d1c967 GD |
13071 | ;; |
13072 | esac | |
13073 | ||
b13cd66e VZ |
13074 | if test "$WXGTK20" = 1; then |
13075 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
a0b9e27f | 13076 | |
f09359cf VS |
13077 | succeeded=no |
13078 | ||
13079 | if test -z "$PKG_CONFIG"; then | |
13080 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
13081 | set dummy pkg-config; ac_word=$2 | |
a0b9e27f | 13082 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 13083 | echo "configure:13084: checking for $ac_word" >&5 |
a0b9e27f MB |
13084 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
13085 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f09359cf | 13086 | else |
a0b9e27f MB |
13087 | case "$PKG_CONFIG" in |
13088 | /*) | |
f09359cf VS |
13089 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
13090 | ;; | |
a0b9e27f MB |
13091 | ?:/*) |
13092 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
13093 | ;; | |
f09359cf | 13094 | *) |
a0b9e27f MB |
13095 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
13096 | ac_dummy="$PATH" | |
13097 | for ac_dir in $ac_dummy; do | |
13098 | test -z "$ac_dir" && ac_dir=. | |
13099 | if test -f $ac_dir/$ac_word; then | |
13100 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
13101 | break | |
13102 | fi | |
13103 | done | |
13104 | IFS="$ac_save_ifs" | |
f09359cf VS |
13105 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
13106 | ;; | |
13107 | esac | |
13108 | fi | |
a0b9e27f | 13109 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" |
f09359cf | 13110 | if test -n "$PKG_CONFIG"; then |
a0b9e27f | 13111 | echo "$ac_t""$PKG_CONFIG" 1>&6 |
f09359cf | 13112 | else |
a0b9e27f | 13113 | echo "$ac_t""no" 1>&6 |
f09359cf VS |
13114 | fi |
13115 | ||
13116 | fi | |
13117 | ||
13118 | if test "$PKG_CONFIG" = "no" ; then | |
13119 | echo "*** The pkg-config script could not be found. Make sure it is" | |
13120 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
13121 | echo "*** to the full path to pkg-config." | |
13122 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
13123 | else | |
13124 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
13125 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
a0b9e27f | 13126 | echo $ac_n "checking for pangoft2""... $ac_c" 1>&6 |
d643b80e | 13127 | echo "configure:13128: checking for pangoft2" >&5 |
f09359cf VS |
13128 | |
13129 | if $PKG_CONFIG --exists "pangoft2" ; then | |
a0b9e27f | 13130 | echo "$ac_t""yes" 1>&6 |
f09359cf VS |
13131 | succeeded=yes |
13132 | ||
a0b9e27f | 13133 | echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6 |
d643b80e | 13134 | echo "configure:13135: checking PANGOFT2_CFLAGS" >&5 |
f09359cf | 13135 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` |
a0b9e27f | 13136 | echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6 |
f09359cf | 13137 | |
a0b9e27f | 13138 | echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6 |
d643b80e | 13139 | echo "configure:13140: checking PANGOFT2_LIBS" >&5 |
f09359cf | 13140 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` |
a0b9e27f | 13141 | echo "$ac_t""$PANGOFT2_LIBS" 1>&6 |
f09359cf VS |
13142 | else |
13143 | PANGOFT2_CFLAGS="" | |
13144 | PANGOFT2_LIBS="" | |
a0b9e27f | 13145 | ## If we have a custom action on failure, don't print errors, but |
f09359cf VS |
13146 | ## do set a variable so people can do so. |
13147 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
a0b9e27f | 13148 | |
f09359cf VS |
13149 | fi |
13150 | ||
a0b9e27f MB |
13151 | |
13152 | ||
f09359cf VS |
13153 | else |
13154 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
13155 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
13156 | fi | |
13157 | fi | |
13158 | ||
13159 | if test $succeeded = yes; then | |
a0b9e27f | 13160 | |
b13cd66e VZ |
13161 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" |
13162 | LIBS="$LIBS $PANGOFT2_LIBS" | |
a0b9e27f | 13163 | |
f09359cf | 13164 | else |
a0b9e27f MB |
13165 | |
13166 | echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2 | |
b13cd66e | 13167 | wxUSE_PRINTING_ARCHITECTURE="no" |
a0b9e27f MB |
13168 | |
13169 | ||
f09359cf VS |
13170 | fi |
13171 | ||
b13cd66e | 13172 | fi |
2b5f62a0 VZ |
13173 | else |
13174 | if test "$wxUSE_UNICODE" = "yes"; then | |
13175 | echo "configure: warning: Unicode configuration not supported with GTK+ 1.x" 1>&2 | |
13176 | wxUSE_UNICODE=no | |
13177 | fi | |
13178 | fi | |
13179 | ||
13180 | if test "$USE_DARWIN" != 1; then | |
13181 | for ac_func in poll | |
13182 | do | |
13183 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
d643b80e | 13184 | echo "configure:13185: checking for $ac_func" >&5 |
2b5f62a0 VZ |
13185 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
13186 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13187 | else | |
13188 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 13189 | #line 13190 "configure" |
2b5f62a0 VZ |
13190 | #include "confdefs.h" |
13191 | /* System header to define __stub macros and hopefully few prototypes, | |
13192 | which can conflict with char $ac_func(); below. */ | |
13193 | #include <assert.h> | |
13194 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13195 | /* We use char because int might match the return type of a gcc2 | |
13196 | builtin and then its argument prototype would still apply. */ | |
13197 | char $ac_func(); | |
13198 | ||
13199 | int main() { | |
13200 | ||
13201 | /* The GNU C library defines this for functions which it implements | |
13202 | to always fail with ENOSYS. Some functions are actually named | |
13203 | something starting with __ and the normal name is an alias. */ | |
13204 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
13205 | choke me | |
13206 | #else | |
13207 | $ac_func(); | |
13208 | #endif | |
13209 | ||
13210 | ; return 0; } | |
13211 | EOF | |
d643b80e | 13212 | if { (eval echo configure:13213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
2b5f62a0 VZ |
13213 | rm -rf conftest* |
13214 | eval "ac_cv_func_$ac_func=yes" | |
13215 | else | |
13216 | echo "configure: failed program was:" >&5 | |
13217 | cat conftest.$ac_ext >&5 | |
13218 | rm -rf conftest* | |
13219 | eval "ac_cv_func_$ac_func=no" | |
13220 | fi | |
13221 | rm -f conftest* | |
13222 | fi | |
13223 | ||
13224 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
13225 | echo "$ac_t""yes" 1>&6 | |
13226 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
13227 | cat >> confdefs.h <<EOF | |
13228 | #define $ac_tr_func 1 | |
13229 | EOF | |
13230 | ||
13231 | else | |
13232 | echo "$ac_t""no" 1>&6 | |
13233 | fi | |
13234 | done | |
13235 | ||
f09359cf VS |
13236 | fi |
13237 | ||
21d1c967 GD |
13238 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" |
13239 | GUI_TK_LIBRARY="$wx_cv_libs_gtk" | |
13240 | ||
13241 | AFMINSTALL=afminstall | |
13242 | TOOLKIT=GTK | |
13243 | GUIDIST=GTK_DIST | |
13244 | ||
a0b9e27f | 13245 | echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 |
d643b80e | 13246 | echo "configure:13247: checking for gdk_im_open in -lgdk" >&5 |
a0b9e27f MB |
13247 | ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` |
13248 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13249 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13250 | else |
a0b9e27f | 13251 | ac_save_LIBS="$LIBS" |
21d1c967 | 13252 | LIBS="-lgdk $LIBS" |
a0b9e27f | 13253 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13254 | #line 13255 "configure" |
90dd450c | 13255 | #include "confdefs.h" |
5c6fa7d2 | 13256 | /* Override any gcc2 internal prototype to avoid an error. */ |
5c6fa7d2 | 13257 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
13258 | builtin and then its argument prototype would still apply. */ |
13259 | char gdk_im_open(); | |
13260 | ||
13261 | int main() { | |
13262 | gdk_im_open() | |
13263 | ; return 0; } | |
13264 | EOF | |
d643b80e | 13265 | if { (eval echo configure:13266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13266 | rm -rf conftest* |
13267 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13268 | else | |
13269 | echo "configure: failed program was:" >&5 | |
13270 | cat conftest.$ac_ext >&5 | |
13271 | rm -rf conftest* | |
13272 | eval "ac_cv_lib_$ac_lib_var=no" | |
13273 | fi | |
13274 | rm -f conftest* | |
13275 | LIBS="$ac_save_LIBS" | |
13276 | ||
13277 | fi | |
13278 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13279 | echo "$ac_t""yes" 1>&6 | |
13280 | cat >> confdefs.h <<\EOF | |
21d1c967 | 13281 | #define HAVE_XIM 1 |
a0b9e27f | 13282 | EOF |
21d1c967 | 13283 | |
a0b9e27f MB |
13284 | else |
13285 | echo "$ac_t""no" 1>&6 | |
90dd450c | 13286 | fi |
1e6feb95 | 13287 | |
21d1c967 | 13288 | fi |
1e6feb95 | 13289 | |
21d1c967 | 13290 | if test "$wxUSE_MGL" = 1; then |
a0b9e27f | 13291 | echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6 |
d643b80e | 13292 | echo "configure:13293: checking for SciTech MGL library" >&5 |
21d1c967 | 13293 | if test "x$MGL_ROOT" = x ; then |
a0b9e27f MB |
13294 | echo "$ac_t""not found" 1>&6 |
13295 | { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; } | |
21d1c967 | 13296 | else |
a0b9e27f | 13297 | echo "$ac_t""$MGL_ROOT" 1>&6 |
21d1c967 GD |
13298 | fi |
13299 | ||
13300 | case "${host}" in | |
13301 | *-*-linux* ) | |
2b5f62a0 | 13302 | mgl_os="linux/gcc/glibc*" |
21d1c967 GD |
13303 | ;; |
13304 | *-pc-msdosdjgpp ) | |
13305 | mgl_os=dos32/dj2 | |
13306 | ;; | |
13307 | *) | |
a0b9e27f | 13308 | { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; } |
21d1c967 | 13309 | esac |
1e6feb95 | 13310 | |
21d1c967 | 13311 | mgl_lib_type="" |
3fcdd07b | 13312 | |
21d1c967 GD |
13313 | if test "$wxUSE_DEBUG_FLAG" = yes ; then |
13314 | if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \ | |
13315 | -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then | |
13316 | mgl_lib_type=debug | |
13317 | fi | |
13318 | fi | |
13319 | if test "x$mgl_lib_type" = x ; then | |
13320 | if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \ | |
13321 | -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then | |
13322 | mgl_lib_type=release | |
13323 | else | |
a0b9e27f | 13324 | { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; } |
21d1c967 | 13325 | fi |
90dd450c | 13326 | fi |
2224580a | 13327 | |
1d1b75ac VZ |
13328 | wxUSE_UNIVERSAL="yes" |
13329 | ||
21d1c967 GD |
13330 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" |
13331 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" | |
13332 | ||
90dd450c | 13333 | AFMINSTALL=afminstall |
21d1c967 GD |
13334 | TOOLKIT=MGL |
13335 | GUIDIST=MGL_DIST | |
13336 | fi | |
dad6c0ea | 13337 | |
21d1c967 | 13338 | if test "$wxUSE_MICROWIN" = 1; then |
a0b9e27f | 13339 | echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6 |
d643b80e | 13340 | echo "configure:13341: checking for MicroWindows" >&5 |
21d1c967 | 13341 | if test "x$MICROWINDOWS" = x ; then |
a0b9e27f MB |
13342 | echo "$ac_t""not found" 1>&6 |
13343 | { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; } | |
21d1c967 | 13344 | else |
a0b9e27f | 13345 | echo "$ac_t""$MICROWINDOWS" 1>&6 |
21d1c967 | 13346 | fi |
f6bcfd97 | 13347 | |
21d1c967 | 13348 | if test -f $MICROWINDOWS/lib/libmwin.a; then |
a0b9e27f | 13349 | echo "$ac_t""MicroWindows' libraries found." 1>&6 |
21d1c967 | 13350 | else |
a0b9e27f | 13351 | { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; } |
90dd450c | 13352 | fi |
0b2effe9 | 13353 | |
21d1c967 GD |
13354 | TOOLKIT_INCLUDE="-I$MICROWINDOWS/include" |
13355 | GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib" | |
13356 | ||
1d1b75ac VZ |
13357 | wxUSE_UNIVERSAL="yes" |
13358 | ||
21d1c967 GD |
13359 | AFMINSTALL=afminstall |
13360 | TOOLKIT=MICROWIN | |
13361 | GUIDIST=MICROWIN_DIST | |
1d1b75ac VZ |
13362 | |
13363 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1" | |
21d1c967 | 13364 | fi |
f6bcfd97 | 13365 | |
21d1c967 | 13366 | if test "$wxUSE_X11" = 1; then |
a0b9e27f MB |
13367 | # If we find X, set shell vars x_includes and x_libraries to the |
13368 | # paths, otherwise set no_x=yes. | |
13369 | # Uses ac_ vars as temps to allow command line to override cache and checks. | |
13370 | # --without-x overrides everything else, but does not touch the cache. | |
13371 | echo $ac_n "checking for X""... $ac_c" 1>&6 | |
d643b80e | 13372 | echo "configure:13373: checking for X" >&5 |
d8356fa3 | 13373 | |
21d1c967 GD |
13374 | # Check whether --with-x or --without-x was given. |
13375 | if test "${with_x+set}" = set; then | |
13376 | withval="$with_x" | |
a0b9e27f MB |
13377 | : |
13378 | fi | |
2224580a | 13379 | |
21d1c967 GD |
13380 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
13381 | if test "x$with_x" = xno; then | |
13382 | # The user explicitly disabled X. | |
13383 | have_x=disabled | |
13384 | else | |
13385 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
13386 | # Both variables are already set. | |
13387 | have_x=yes | |
13388 | else | |
a0b9e27f MB |
13389 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then |
13390 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 GD |
13391 | else |
13392 | # One or both of the vars are not set, and there is no cached value. | |
a0b9e27f MB |
13393 | ac_x_includes=NO ac_x_libraries=NO |
13394 | rm -fr conftestdir | |
13395 | if mkdir conftestdir; then | |
13396 | cd conftestdir | |
21d1c967 | 13397 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
a0b9e27f | 13398 | cat > Imakefile <<'EOF' |
21d1c967 GD |
13399 | acfindx: |
13400 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
a0b9e27f | 13401 | EOF |
21d1c967 GD |
13402 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then |
13403 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
13404 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
13405 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
13406 | for ac_extension in a so sl; do | |
13407 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
a0b9e27f | 13408 | test -f $ac_im_libdir/libX11.$ac_extension; then |
21d1c967 GD |
13409 | ac_im_usrlibdir=$ac_im_libdir; break |
13410 | fi | |
13411 | done | |
13412 | # Screen out bogus values from the imake configuration. They are | |
13413 | # bogus both because they are the default anyway, and because | |
13414 | # using them would break gcc on systems where it needs fixed includes. | |
a0b9e27f | 13415 | case "$ac_im_incroot" in |
21d1c967 | 13416 | /usr/include) ;; |
a0b9e27f | 13417 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; |
21d1c967 | 13418 | esac |
a0b9e27f | 13419 | case "$ac_im_usrlibdir" in |
21d1c967 | 13420 | /usr/lib | /lib) ;; |
a0b9e27f | 13421 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; |
21d1c967 GD |
13422 | esac |
13423 | fi | |
13424 | cd .. | |
a0b9e27f | 13425 | rm -fr conftestdir |
21d1c967 | 13426 | fi |
10f2d63a | 13427 | |
a0b9e27f MB |
13428 | if test "$ac_x_includes" = NO; then |
13429 | # Guess where to find include files, by looking for this one X11 .h file. | |
13430 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
13431 | ||
21d1c967 | 13432 | # First, try using that file with no special directory specified. |
a0b9e27f | 13433 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13434 | #line 13435 "configure" |
21d1c967 | 13435 | #include "confdefs.h" |
a0b9e27f MB |
13436 | #include <$x_direct_test_include> |
13437 | EOF | |
13438 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 13439 | { (eval echo configure:13440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
13440 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
13441 | if test -z "$ac_err"; then | |
13442 | rm -rf conftest* | |
21d1c967 GD |
13443 | # We can compile using X headers with no special include directory. |
13444 | ac_x_includes= | |
90dd450c | 13445 | else |
a0b9e27f MB |
13446 | echo "$ac_err" >&5 |
13447 | echo "configure: failed program was:" >&5 | |
90dd450c | 13448 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
13449 | rm -rf conftest* |
13450 | # Look for the header file in a standard set of common directories. | |
13451 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
13452 | for ac_dir in \ | |
13453 | /usr/X11/include \ | |
13454 | /usr/X11R6/include \ | |
13455 | /usr/X11R5/include \ | |
13456 | /usr/X11R4/include \ | |
13457 | \ | |
13458 | /usr/include/X11 \ | |
13459 | /usr/include/X11R6 \ | |
13460 | /usr/include/X11R5 \ | |
13461 | /usr/include/X11R4 \ | |
13462 | \ | |
13463 | /usr/local/X11/include \ | |
13464 | /usr/local/X11R6/include \ | |
13465 | /usr/local/X11R5/include \ | |
13466 | /usr/local/X11R4/include \ | |
13467 | \ | |
13468 | /usr/local/include/X11 \ | |
13469 | /usr/local/include/X11R6 \ | |
13470 | /usr/local/include/X11R5 \ | |
13471 | /usr/local/include/X11R4 \ | |
13472 | \ | |
13473 | /usr/X386/include \ | |
13474 | /usr/x386/include \ | |
13475 | /usr/XFree86/include/X11 \ | |
13476 | \ | |
13477 | /usr/include \ | |
13478 | /usr/local/include \ | |
13479 | /usr/unsupported/include \ | |
13480 | /usr/athena/include \ | |
13481 | /usr/local/x11r5/include \ | |
13482 | /usr/lpp/Xamples/include \ | |
13483 | \ | |
13484 | /usr/openwin/include \ | |
13485 | /usr/openwin/share/include \ | |
13486 | ; \ | |
13487 | do | |
13488 | if test -r "$ac_dir/$x_direct_test_include"; then | |
13489 | ac_x_includes=$ac_dir | |
13490 | break | |
13491 | fi | |
13492 | done | |
3a922bb4 | 13493 | fi |
a0b9e27f MB |
13494 | rm -f conftest* |
13495 | fi # $ac_x_includes = NO | |
10f2d63a | 13496 | |
a0b9e27f | 13497 | if test "$ac_x_libraries" = NO; then |
21d1c967 | 13498 | # Check for the libraries. |
a0b9e27f MB |
13499 | |
13500 | test -z "$x_direct_test_library" && x_direct_test_library=Xt | |
13501 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
13502 | ||
21d1c967 GD |
13503 | # See if we find them without any special options. |
13504 | # Don't add to $LIBS permanently. | |
a0b9e27f MB |
13505 | ac_save_LIBS="$LIBS" |
13506 | LIBS="-l$x_direct_test_library $LIBS" | |
13507 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 13508 | #line 13509 "configure" |
3a922bb4 | 13509 | #include "confdefs.h" |
a0b9e27f MB |
13510 | |
13511 | int main() { | |
13512 | ${x_direct_test_function}() | |
13513 | ; return 0; } | |
13514 | EOF | |
d643b80e | 13515 | if { (eval echo configure:13516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13516 | rm -rf conftest* |
13517 | LIBS="$ac_save_LIBS" | |
21d1c967 GD |
13518 | # We can link X programs with no special library path. |
13519 | ac_x_libraries= | |
3a922bb4 | 13520 | else |
a0b9e27f MB |
13521 | echo "configure: failed program was:" >&5 |
13522 | cat conftest.$ac_ext >&5 | |
13523 | rm -rf conftest* | |
13524 | LIBS="$ac_save_LIBS" | |
13525 | # First see if replacing the include by lib works. | |
13526 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
13527 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
13528 | /usr/X11/lib \ | |
13529 | /usr/X11R6/lib \ | |
13530 | /usr/X11R5/lib \ | |
13531 | /usr/X11R4/lib \ | |
13532 | \ | |
13533 | /usr/lib/X11 \ | |
13534 | /usr/lib/X11R6 \ | |
13535 | /usr/lib/X11R5 \ | |
13536 | /usr/lib/X11R4 \ | |
13537 | \ | |
13538 | /usr/local/X11/lib \ | |
13539 | /usr/local/X11R6/lib \ | |
13540 | /usr/local/X11R5/lib \ | |
13541 | /usr/local/X11R4/lib \ | |
13542 | \ | |
13543 | /usr/local/lib/X11 \ | |
13544 | /usr/local/lib/X11R6 \ | |
13545 | /usr/local/lib/X11R5 \ | |
13546 | /usr/local/lib/X11R4 \ | |
13547 | \ | |
13548 | /usr/X386/lib \ | |
13549 | /usr/x386/lib \ | |
13550 | /usr/XFree86/lib/X11 \ | |
13551 | \ | |
13552 | /usr/lib \ | |
13553 | /usr/local/lib \ | |
13554 | /usr/unsupported/lib \ | |
13555 | /usr/athena/lib \ | |
13556 | /usr/local/x11r5/lib \ | |
13557 | /usr/lpp/Xamples/lib \ | |
13558 | /lib/usr/lib/X11 \ | |
13559 | \ | |
13560 | /usr/openwin/lib \ | |
13561 | /usr/openwin/share/lib \ | |
13562 | ; \ | |
21d1c967 GD |
13563 | do |
13564 | for ac_extension in a so sl; do | |
a0b9e27f | 13565 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then |
21d1c967 GD |
13566 | ac_x_libraries=$ac_dir |
13567 | break 2 | |
13568 | fi | |
13569 | done | |
13570 | done | |
3a922bb4 | 13571 | fi |
a0b9e27f MB |
13572 | rm -f conftest* |
13573 | fi # $ac_x_libraries = NO | |
90dd450c | 13574 | |
a0b9e27f | 13575 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
21d1c967 GD |
13576 | # Didn't find X anywhere. Cache the known absence of X. |
13577 | ac_cv_have_x="have_x=no" | |
13578 | else | |
13579 | # Record where we found X for the cache. | |
13580 | ac_cv_have_x="have_x=yes \ | |
13581 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
90dd450c | 13582 | fi |
21d1c967 GD |
13583 | fi |
13584 | fi | |
13585 | eval "$ac_cv_have_x" | |
13586 | fi # $with_x != no | |
90dd450c | 13587 | |
21d1c967 | 13588 | if test "$have_x" != yes; then |
a0b9e27f | 13589 | echo "$ac_t""$have_x" 1>&6 |
21d1c967 GD |
13590 | no_x=yes |
13591 | else | |
13592 | # If each of the values was on the command line, it overrides each guess. | |
13593 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
13594 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
13595 | # Update the cache value to reflect the command line values. | |
13596 | ac_cv_have_x="have_x=yes \ | |
13597 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
a0b9e27f | 13598 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 |
21d1c967 | 13599 | fi |
90dd450c | 13600 | |
21d1c967 | 13601 | if test "$no_x" = yes; then |
90dd450c | 13602 | # Not all programs may use this symbol, but it does not hurt to define it. |
a0b9e27f | 13603 | cat >> confdefs.h <<\EOF |
90dd450c | 13604 | #define X_DISPLAY_MISSING 1 |
a0b9e27f | 13605 | EOF |
90dd450c VZ |
13606 | |
13607 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
13608 | else | |
13609 | if test -n "$x_includes"; then | |
13610 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
62d0491b | 13611 | fi |
3a922bb4 | 13612 | |
90dd450c VZ |
13613 | # It would also be nice to do this for all -L options, not just this one. |
13614 | if test -n "$x_libraries"; then | |
13615 | X_LIBS="$X_LIBS -L$x_libraries" | |
13616 | # For Solaris; some versions of Sun CC require a space after -R and | |
13617 | # others require no space. Words are not sufficient . . . . | |
a0b9e27f | 13618 | case "`(uname -sr) 2>/dev/null`" in |
90dd450c | 13619 | "SunOS 5"*) |
a0b9e27f | 13620 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
d643b80e | 13621 | echo "configure:13622: checking whether -R must be followed by a space" >&5 |
a0b9e27f MB |
13622 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
13623 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 13624 | #line 13625 "configure" |
90dd450c VZ |
13625 | #include "confdefs.h" |
13626 | ||
a0b9e27f | 13627 | int main() { |
90dd450c | 13628 | |
a0b9e27f MB |
13629 | ; return 0; } |
13630 | EOF | |
d643b80e | 13631 | if { (eval echo configure:13632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 13632 | rm -rf conftest* |
90dd450c | 13633 | ac_R_nospace=yes |
3a922bb4 | 13634 | else |
a0b9e27f MB |
13635 | echo "configure: failed program was:" >&5 |
13636 | cat conftest.$ac_ext >&5 | |
13637 | rm -rf conftest* | |
13638 | ac_R_nospace=no | |
3a922bb4 | 13639 | fi |
a0b9e27f | 13640 | rm -f conftest* |
90dd450c | 13641 | if test $ac_R_nospace = yes; then |
a0b9e27f | 13642 | echo "$ac_t""no" 1>&6 |
90dd450c VZ |
13643 | X_LIBS="$X_LIBS -R$x_libraries" |
13644 | else | |
13645 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
a0b9e27f | 13646 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13647 | #line 13648 "configure" |
90dd450c | 13648 | #include "confdefs.h" |
3a922bb4 | 13649 | |
a0b9e27f | 13650 | int main() { |
6f754473 | 13651 | |
a0b9e27f MB |
13652 | ; return 0; } |
13653 | EOF | |
d643b80e | 13654 | if { (eval echo configure:13655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 13655 | rm -rf conftest* |
90dd450c VZ |
13656 | ac_R_space=yes |
13657 | else | |
a0b9e27f MB |
13658 | echo "configure: failed program was:" >&5 |
13659 | cat conftest.$ac_ext >&5 | |
13660 | rm -rf conftest* | |
13661 | ac_R_space=no | |
90dd450c | 13662 | fi |
a0b9e27f | 13663 | rm -f conftest* |
90dd450c | 13664 | if test $ac_R_space = yes; then |
a0b9e27f | 13665 | echo "$ac_t""yes" 1>&6 |
90dd450c VZ |
13666 | X_LIBS="$X_LIBS -R $x_libraries" |
13667 | else | |
a0b9e27f | 13668 | echo "$ac_t""neither works" 1>&6 |
90dd450c VZ |
13669 | fi |
13670 | fi | |
a0b9e27f | 13671 | LIBS="$ac_xsave_LIBS" |
90dd450c VZ |
13672 | esac |
13673 | fi | |
13674 | ||
13675 | # Check for system-dependent libraries X programs must link with. | |
13676 | # Do this before checking for the system-independent R6 libraries | |
13677 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
6f754473 | 13678 | |
90dd450c VZ |
13679 | if test "$ISC" = yes; then |
13680 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
13681 | else | |
a0b9e27f MB |
13682 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
13683 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
90dd450c | 13684 | # the Alpha needs dnet_stub (dnet does not exist). |
a0b9e27f | 13685 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
d643b80e | 13686 | echo "configure:13687: checking for dnet_ntoa in -ldnet" >&5 |
a0b9e27f MB |
13687 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
13688 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13689 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 13690 | else |
a0b9e27f | 13691 | ac_save_LIBS="$LIBS" |
247f5006 | 13692 | LIBS="-ldnet $LIBS" |
a0b9e27f | 13693 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13694 | #line 13695 "configure" |
247f5006 | 13695 | #include "confdefs.h" |
247f5006 | 13696 | /* Override any gcc2 internal prototype to avoid an error. */ |
247f5006 | 13697 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
13698 | builtin and then its argument prototype would still apply. */ |
13699 | char dnet_ntoa(); | |
13700 | ||
13701 | int main() { | |
13702 | dnet_ntoa() | |
13703 | ; return 0; } | |
13704 | EOF | |
d643b80e | 13705 | if { (eval echo configure:13706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13706 | rm -rf conftest* |
13707 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13708 | else | |
13709 | echo "configure: failed program was:" >&5 | |
13710 | cat conftest.$ac_ext >&5 | |
13711 | rm -rf conftest* | |
13712 | eval "ac_cv_lib_$ac_lib_var=no" | |
13713 | fi | |
13714 | rm -f conftest* | |
13715 | LIBS="$ac_save_LIBS" | |
13716 | ||
13717 | fi | |
13718 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13719 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13720 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
a0b9e27f MB |
13721 | else |
13722 | echo "$ac_t""no" 1>&6 | |
3a922bb4 RL |
13723 | fi |
13724 | ||
90dd450c | 13725 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
a0b9e27f | 13726 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
d643b80e | 13727 | echo "configure:13728: checking for dnet_ntoa in -ldnet_stub" >&5 |
a0b9e27f MB |
13728 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
13729 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13730 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13731 | else |
a0b9e27f | 13732 | ac_save_LIBS="$LIBS" |
90dd450c | 13733 | LIBS="-ldnet_stub $LIBS" |
a0b9e27f | 13734 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13735 | #line 13736 "configure" |
90dd450c VZ |
13736 | #include "confdefs.h" |
13737 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13738 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
13739 | builtin and then its argument prototype would still apply. */ |
13740 | char dnet_ntoa(); | |
13741 | ||
13742 | int main() { | |
13743 | dnet_ntoa() | |
13744 | ; return 0; } | |
13745 | EOF | |
d643b80e | 13746 | if { (eval echo configure:13747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13747 | rm -rf conftest* |
13748 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13749 | else | |
13750 | echo "configure: failed program was:" >&5 | |
13751 | cat conftest.$ac_ext >&5 | |
13752 | rm -rf conftest* | |
13753 | eval "ac_cv_lib_$ac_lib_var=no" | |
13754 | fi | |
13755 | rm -f conftest* | |
13756 | LIBS="$ac_save_LIBS" | |
13757 | ||
13758 | fi | |
13759 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13760 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13761 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
a0b9e27f MB |
13762 | else |
13763 | echo "$ac_t""no" 1>&6 | |
3a922bb4 RL |
13764 | fi |
13765 | ||
90dd450c | 13766 | fi |
978f1259 | 13767 | |
90dd450c VZ |
13768 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
13769 | # to get the SysV transport functions. | |
a0b9e27f | 13770 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
90dd450c VZ |
13771 | # needs -lnsl. |
13772 | # The nsl library prevents programs from opening the X display | |
a0b9e27f MB |
13773 | # on Irix 5.2, according to dickey@clark.net. |
13774 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
d643b80e | 13775 | echo "configure:13776: checking for gethostbyname" >&5 |
a0b9e27f MB |
13776 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
13777 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13778 | else | |
13779 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 13780 | #line 13781 "configure" |
90dd450c VZ |
13781 | #include "confdefs.h" |
13782 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 13783 | which can conflict with char gethostbyname(); below. */ |
90dd450c VZ |
13784 | #include <assert.h> |
13785 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13786 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
13787 | builtin and then its argument prototype would still apply. */ |
13788 | char gethostbyname(); | |
13789 | ||
13790 | int main() { | |
13791 | ||
90dd450c VZ |
13792 | /* The GNU C library defines this for functions which it implements |
13793 | to always fail with ENOSYS. Some functions are actually named | |
13794 | something starting with __ and the normal name is an alias. */ | |
13795 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
13796 | choke me | |
13797 | #else | |
a0b9e27f | 13798 | gethostbyname(); |
90dd450c | 13799 | #endif |
978f1259 | 13800 | |
a0b9e27f MB |
13801 | ; return 0; } |
13802 | EOF | |
d643b80e | 13803 | if { (eval echo configure:13804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13804 | rm -rf conftest* |
13805 | eval "ac_cv_func_gethostbyname=yes" | |
13806 | else | |
13807 | echo "configure: failed program was:" >&5 | |
13808 | cat conftest.$ac_ext >&5 | |
13809 | rm -rf conftest* | |
13810 | eval "ac_cv_func_gethostbyname=no" | |
13811 | fi | |
13812 | rm -f conftest* | |
13813 | fi | |
13814 | ||
13815 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
13816 | echo "$ac_t""yes" 1>&6 | |
13817 | : | |
13818 | else | |
13819 | echo "$ac_t""no" 1>&6 | |
13820 | fi | |
698dcdb6 | 13821 | |
90dd450c | 13822 | if test $ac_cv_func_gethostbyname = no; then |
a0b9e27f | 13823 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
d643b80e | 13824 | echo "configure:13825: checking for gethostbyname in -lnsl" >&5 |
a0b9e27f MB |
13825 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
13826 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13827 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13828 | else |
a0b9e27f | 13829 | ac_save_LIBS="$LIBS" |
90dd450c | 13830 | LIBS="-lnsl $LIBS" |
a0b9e27f | 13831 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13832 | #line 13833 "configure" |
90dd450c VZ |
13833 | #include "confdefs.h" |
13834 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13835 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
13836 | builtin and then its argument prototype would still apply. */ |
13837 | char gethostbyname(); | |
5c6fa7d2 | 13838 | |
a0b9e27f MB |
13839 | int main() { |
13840 | gethostbyname() | |
13841 | ; return 0; } | |
13842 | EOF | |
d643b80e | 13843 | if { (eval echo configure:13844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13844 | rm -rf conftest* |
13845 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8284b0c5 | 13846 | else |
a0b9e27f MB |
13847 | echo "configure: failed program was:" >&5 |
13848 | cat conftest.$ac_ext >&5 | |
13849 | rm -rf conftest* | |
13850 | eval "ac_cv_lib_$ac_lib_var=no" | |
13851 | fi | |
13852 | rm -f conftest* | |
13853 | LIBS="$ac_save_LIBS" | |
247f5006 | 13854 | |
a0b9e27f MB |
13855 | fi |
13856 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13857 | echo "$ac_t""yes" 1>&6 | |
13858 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
13859 | else | |
13860 | echo "$ac_t""no" 1>&6 | |
90dd450c | 13861 | fi |
b12915c1 | 13862 | |
90dd450c VZ |
13863 | fi |
13864 | ||
13865 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
13866 | # socket/setsockopt and other routines are undefined under SCO ODT | |
13867 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
a0b9e27f MB |
13868 | # on later versions), says simon@lia.di.epfl.ch: it contains |
13869 | # gethostby* variants that don't use the nameserver (or something). | |
13870 | # -lsocket must be given before -lnsl if both are needed. | |
13871 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
13872 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
d643b80e | 13873 | echo "configure:13874: checking for connect" >&5 |
a0b9e27f MB |
13874 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
13875 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13876 | else | |
13877 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 13878 | #line 13879 "configure" |
55e80573 | 13879 | #include "confdefs.h" |
90dd450c | 13880 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 13881 | which can conflict with char connect(); below. */ |
90dd450c VZ |
13882 | #include <assert.h> |
13883 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13884 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
13885 | builtin and then its argument prototype would still apply. */ |
13886 | char connect(); | |
13887 | ||
13888 | int main() { | |
13889 | ||
90dd450c VZ |
13890 | /* The GNU C library defines this for functions which it implements |
13891 | to always fail with ENOSYS. Some functions are actually named | |
13892 | something starting with __ and the normal name is an alias. */ | |
13893 | #if defined (__stub_connect) || defined (__stub___connect) | |
13894 | choke me | |
13895 | #else | |
a0b9e27f | 13896 | connect(); |
90dd450c VZ |
13897 | #endif |
13898 | ||
a0b9e27f MB |
13899 | ; return 0; } |
13900 | EOF | |
d643b80e | 13901 | if { (eval echo configure:13902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13902 | rm -rf conftest* |
13903 | eval "ac_cv_func_connect=yes" | |
13904 | else | |
13905 | echo "configure: failed program was:" >&5 | |
13906 | cat conftest.$ac_ext >&5 | |
13907 | rm -rf conftest* | |
13908 | eval "ac_cv_func_connect=no" | |
13909 | fi | |
13910 | rm -f conftest* | |
13911 | fi | |
13912 | ||
13913 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
13914 | echo "$ac_t""yes" 1>&6 | |
13915 | : | |
13916 | else | |
13917 | echo "$ac_t""no" 1>&6 | |
13918 | fi | |
55e80573 | 13919 | |
90dd450c | 13920 | if test $ac_cv_func_connect = no; then |
a0b9e27f | 13921 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
d643b80e | 13922 | echo "configure:13923: checking for connect in -lsocket" >&5 |
a0b9e27f MB |
13923 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
13924 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
13925 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13926 | else |
a0b9e27f | 13927 | ac_save_LIBS="$LIBS" |
90dd450c | 13928 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
a0b9e27f | 13929 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13930 | #line 13931 "configure" |
90dd450c VZ |
13931 | #include "confdefs.h" |
13932 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13933 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
13934 | builtin and then its argument prototype would still apply. */ |
13935 | char connect(); | |
13936 | ||
13937 | int main() { | |
13938 | connect() | |
13939 | ; return 0; } | |
13940 | EOF | |
d643b80e | 13941 | if { (eval echo configure:13942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13942 | rm -rf conftest* |
13943 | eval "ac_cv_lib_$ac_lib_var=yes" | |
13944 | else | |
13945 | echo "configure: failed program was:" >&5 | |
13946 | cat conftest.$ac_ext >&5 | |
13947 | rm -rf conftest* | |
13948 | eval "ac_cv_lib_$ac_lib_var=no" | |
13949 | fi | |
13950 | rm -f conftest* | |
13951 | LIBS="$ac_save_LIBS" | |
13952 | ||
13953 | fi | |
13954 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
13955 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 13956 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
a0b9e27f MB |
13957 | else |
13958 | echo "$ac_t""no" 1>&6 | |
90dd450c | 13959 | fi |
77e13408 | 13960 | |
90dd450c | 13961 | fi |
25d0687a | 13962 | |
a0b9e27f MB |
13963 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
13964 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
d643b80e | 13965 | echo "configure:13966: checking for remove" >&5 |
a0b9e27f MB |
13966 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
13967 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 13968 | else |
a0b9e27f | 13969 | cat > conftest.$ac_ext <<EOF |
d643b80e | 13970 | #line 13971 "configure" |
90dd450c VZ |
13971 | #include "confdefs.h" |
13972 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 13973 | which can conflict with char remove(); below. */ |
90dd450c VZ |
13974 | #include <assert.h> |
13975 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13976 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
13977 | builtin and then its argument prototype would still apply. */ |
13978 | char remove(); | |
13979 | ||
13980 | int main() { | |
13981 | ||
90dd450c VZ |
13982 | /* The GNU C library defines this for functions which it implements |
13983 | to always fail with ENOSYS. Some functions are actually named | |
13984 | something starting with __ and the normal name is an alias. */ | |
13985 | #if defined (__stub_remove) || defined (__stub___remove) | |
13986 | choke me | |
13987 | #else | |
a0b9e27f | 13988 | remove(); |
90dd450c | 13989 | #endif |
55e80573 | 13990 | |
a0b9e27f MB |
13991 | ; return 0; } |
13992 | EOF | |
d643b80e | 13993 | if { (eval echo configure:13994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
13994 | rm -rf conftest* |
13995 | eval "ac_cv_func_remove=yes" | |
13996 | else | |
13997 | echo "configure: failed program was:" >&5 | |
13998 | cat conftest.$ac_ext >&5 | |
13999 | rm -rf conftest* | |
14000 | eval "ac_cv_func_remove=no" | |
14001 | fi | |
14002 | rm -f conftest* | |
14003 | fi | |
14004 | ||
14005 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
14006 | echo "$ac_t""yes" 1>&6 | |
14007 | : | |
14008 | else | |
14009 | echo "$ac_t""no" 1>&6 | |
14010 | fi | |
10f2d63a | 14011 | |
90dd450c | 14012 | if test $ac_cv_func_remove = no; then |
a0b9e27f | 14013 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
d643b80e | 14014 | echo "configure:14015: checking for remove in -lposix" >&5 |
a0b9e27f MB |
14015 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
14016 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14017 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 14018 | else |
a0b9e27f | 14019 | ac_save_LIBS="$LIBS" |
90dd450c | 14020 | LIBS="-lposix $LIBS" |
a0b9e27f | 14021 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14022 | #line 14023 "configure" |
90dd450c VZ |
14023 | #include "confdefs.h" |
14024 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14025 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14026 | builtin and then its argument prototype would still apply. */ |
14027 | char remove(); | |
14028 | ||
14029 | int main() { | |
14030 | remove() | |
14031 | ; return 0; } | |
14032 | EOF | |
d643b80e | 14033 | if { (eval echo configure:14034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14034 | rm -rf conftest* |
14035 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14036 | else | |
14037 | echo "configure: failed program was:" >&5 | |
14038 | cat conftest.$ac_ext >&5 | |
14039 | rm -rf conftest* | |
14040 | eval "ac_cv_lib_$ac_lib_var=no" | |
14041 | fi | |
14042 | rm -f conftest* | |
14043 | LIBS="$ac_save_LIBS" | |
14044 | ||
14045 | fi | |
14046 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14047 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 14048 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
a0b9e27f MB |
14049 | else |
14050 | echo "$ac_t""no" 1>&6 | |
90dd450c | 14051 | fi |
f6bcfd97 | 14052 | |
6fa882bd RR |
14053 | fi |
14054 | ||
90dd450c | 14055 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
a0b9e27f | 14056 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
d643b80e | 14057 | echo "configure:14058: checking for shmat" >&5 |
a0b9e27f MB |
14058 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
14059 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 14060 | else |
a0b9e27f | 14061 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14062 | #line 14063 "configure" |
90dd450c VZ |
14063 | #include "confdefs.h" |
14064 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 14065 | which can conflict with char shmat(); below. */ |
90dd450c VZ |
14066 | #include <assert.h> |
14067 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14068 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14069 | builtin and then its argument prototype would still apply. */ |
14070 | char shmat(); | |
14071 | ||
14072 | int main() { | |
14073 | ||
90dd450c VZ |
14074 | /* The GNU C library defines this for functions which it implements |
14075 | to always fail with ENOSYS. Some functions are actually named | |
14076 | something starting with __ and the normal name is an alias. */ | |
14077 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
14078 | choke me | |
14079 | #else | |
a0b9e27f | 14080 | shmat(); |
90dd450c | 14081 | #endif |
10f2d63a | 14082 | |
a0b9e27f MB |
14083 | ; return 0; } |
14084 | EOF | |
d643b80e | 14085 | if { (eval echo configure:14086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14086 | rm -rf conftest* |
14087 | eval "ac_cv_func_shmat=yes" | |
14088 | else | |
14089 | echo "configure: failed program was:" >&5 | |
14090 | cat conftest.$ac_ext >&5 | |
14091 | rm -rf conftest* | |
14092 | eval "ac_cv_func_shmat=no" | |
14093 | fi | |
14094 | rm -f conftest* | |
14095 | fi | |
14096 | ||
14097 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
14098 | echo "$ac_t""yes" 1>&6 | |
14099 | : | |
14100 | else | |
14101 | echo "$ac_t""no" 1>&6 | |
14102 | fi | |
d08b457b | 14103 | |
90dd450c | 14104 | if test $ac_cv_func_shmat = no; then |
a0b9e27f | 14105 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
d643b80e | 14106 | echo "configure:14107: checking for shmat in -lipc" >&5 |
a0b9e27f MB |
14107 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
14108 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14109 | echo $ac_n "(cached) $ac_c" 1>&6 | |
d08b457b | 14110 | else |
a0b9e27f | 14111 | ac_save_LIBS="$LIBS" |
90dd450c | 14112 | LIBS="-lipc $LIBS" |
a0b9e27f | 14113 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14114 | #line 14115 "configure" |
90dd450c | 14115 | #include "confdefs.h" |
8284b0c5 | 14116 | /* Override any gcc2 internal prototype to avoid an error. */ |
90dd450c | 14117 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
14118 | builtin and then its argument prototype would still apply. */ |
14119 | char shmat(); | |
14120 | ||
14121 | int main() { | |
14122 | shmat() | |
14123 | ; return 0; } | |
14124 | EOF | |
d643b80e | 14125 | if { (eval echo configure:14126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14126 | rm -rf conftest* |
14127 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14128 | else | |
14129 | echo "configure: failed program was:" >&5 | |
14130 | cat conftest.$ac_ext >&5 | |
14131 | rm -rf conftest* | |
14132 | eval "ac_cv_lib_$ac_lib_var=no" | |
14133 | fi | |
14134 | rm -f conftest* | |
14135 | LIBS="$ac_save_LIBS" | |
14136 | ||
14137 | fi | |
14138 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14139 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 14140 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
a0b9e27f MB |
14141 | else |
14142 | echo "$ac_t""no" 1>&6 | |
d08b457b GD |
14143 | fi |
14144 | ||
d558c907 | 14145 | fi |
90dd450c | 14146 | fi |
3a922bb4 | 14147 | |
90dd450c | 14148 | # Check for libraries that X11R6 Xt/Xaw programs need. |
a0b9e27f | 14149 | ac_save_LDFLAGS="$LDFLAGS" |
90dd450c VZ |
14150 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
14151 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
14152 | # check for ICE first), but we must link in the order -lSM -lICE or | |
14153 | # we get undefined symbols. So assume we have SM if we have ICE. | |
14154 | # These have to be linked with before -lX11, unlike the other | |
14155 | # libraries we check for below, so use a different variable. | |
a0b9e27f MB |
14156 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
14157 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
d643b80e | 14158 | echo "configure:14159: checking for IceConnectionNumber in -lICE" >&5 |
a0b9e27f MB |
14159 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
14160 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14161 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14162 | else | |
14163 | ac_save_LIBS="$LIBS" | |
f09359cf | 14164 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
a0b9e27f | 14165 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14166 | #line 14167 "configure" |
9cfadba2 | 14167 | #include "confdefs.h" |
90dd450c VZ |
14168 | /* Override any gcc2 internal prototype to avoid an error. */ |
14169 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14170 | builtin and then its argument prototype would still apply. */ |
14171 | char IceConnectionNumber(); | |
14172 | ||
14173 | int main() { | |
14174 | IceConnectionNumber() | |
14175 | ; return 0; } | |
14176 | EOF | |
d643b80e | 14177 | if { (eval echo configure:14178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14178 | rm -rf conftest* |
14179 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14180 | else | |
14181 | echo "configure: failed program was:" >&5 | |
14182 | cat conftest.$ac_ext >&5 | |
14183 | rm -rf conftest* | |
14184 | eval "ac_cv_lib_$ac_lib_var=no" | |
14185 | fi | |
14186 | rm -f conftest* | |
14187 | LIBS="$ac_save_LIBS" | |
14188 | ||
14189 | fi | |
14190 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14191 | echo "$ac_t""yes" 1>&6 | |
90dd450c | 14192 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
a0b9e27f MB |
14193 | else |
14194 | echo "$ac_t""no" 1>&6 | |
9cfadba2 | 14195 | fi |
10f2d63a | 14196 | |
a0b9e27f | 14197 | LDFLAGS="$ac_save_LDFLAGS" |
90dd450c VZ |
14198 | |
14199 | fi | |
14200 | ||
8284b0c5 | 14201 | |
90dd450c | 14202 | if test "$no_x" = "yes"; then |
a0b9e27f | 14203 | { echo "configure: error: X11 not found" 1>&2; exit 1; } |
90dd450c VZ |
14204 | fi |
14205 | ||
14206 | GUI_TK_LIBRARY="$X_LIBS" | |
14207 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
14208 | AFMINSTALL=afminstall | |
14209 | COMPILED_X_PROGRAM=0 | |
14210 | ||
21d1c967 | 14211 | if test "$wxUSE_NANOX" = "yes"; then |
a0b9e27f | 14212 | echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6 |
d643b80e | 14213 | echo "configure:14214: checking for MicroWindows/NanoX distribution" >&5 |
21d1c967 | 14214 | if test "x$MICROWIN" = x ; then |
a0b9e27f MB |
14215 | echo "$ac_t""not found" 1>&6 |
14216 | { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; } | |
90dd450c | 14217 | else |
a0b9e27f MB |
14218 | echo "$ac_t""$MICROWIN" 1>&6 |
14219 | cat >> confdefs.h <<\EOF | |
21d1c967 | 14220 | #define wxUSE_NANOX 1 |
a0b9e27f | 14221 | EOF |
21d1c967 | 14222 | |
90dd450c VZ |
14223 | fi |
14224 | fi | |
14225 | ||
14226 | xpm_link= | |
a0b9e27f | 14227 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 |
d643b80e | 14228 | echo "configure:14229: checking for Xpm library" >&5 |
a0b9e27f | 14229 | |
90dd450c | 14230 | ac_find_libraries= |
2b5f62a0 | 14231 | for ac_dir in $SEARCH_LIB /usr/lib; |
90dd450c VZ |
14232 | do |
14233 | for ac_extension in a so sl dylib; do | |
14234 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
14235 | ac_find_libraries=$ac_dir | |
14236 | break 2 | |
14237 | fi | |
14238 | done | |
14239 | done | |
14240 | ||
14241 | if test "$ac_find_libraries" != "" ; then | |
a0b9e27f | 14242 | |
90dd450c VZ |
14243 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
14244 | result=$? | |
14245 | if test $result = 0; then | |
14246 | ac_path_to_link="" | |
14247 | else | |
14248 | ac_path_to_link=" -L$ac_find_libraries" | |
21d1c967 | 14249 | fi |
90dd450c | 14250 | |
21d1c967 GD |
14251 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" |
14252 | xpm_link=" -lXpm" | |
a0b9e27f | 14253 | cat >> confdefs.h <<\EOF |
21d1c967 | 14254 | #define wxHAVE_LIB_XPM 1 |
a0b9e27f | 14255 | EOF |
90dd450c | 14256 | |
a0b9e27f | 14257 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 14258 | else |
a0b9e27f | 14259 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14260 | #line 14261 "configure" |
21d1c967 | 14261 | #include "confdefs.h" |
90dd450c | 14262 | |
21d1c967 | 14263 | #include <X11/xpm.h> |
a0b9e27f MB |
14264 | |
14265 | int main() { | |
6f72b082 | 14266 | |
21d1c967 GD |
14267 | int version; |
14268 | version = XpmLibraryVersion(); | |
a0b9e27f MB |
14269 | |
14270 | ; return 0; } | |
14271 | EOF | |
d643b80e | 14272 | if { (eval echo configure:14273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
14273 | rm -rf conftest* |
14274 | ||
21d1c967 | 14275 | xpm_link=" -lXpm" |
a0b9e27f | 14276 | cat >> confdefs.h <<\EOF |
21d1c967 | 14277 | #define wxHAVE_LIB_XPM 1 |
a0b9e27f | 14278 | EOF |
90dd450c | 14279 | |
a0b9e27f | 14280 | echo "$ac_t""found in default search path" 1>&6 |
21d1c967 | 14281 | COMPILED_X_PROGRAM=0 |
a0b9e27f | 14282 | |
21d1c967 | 14283 | else |
a0b9e27f MB |
14284 | echo "configure: failed program was:" >&5 |
14285 | cat conftest.$ac_ext >&5 | |
14286 | rm -rf conftest* | |
14287 | ||
14288 | echo "$ac_t""no" 1>&6 | |
14289 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
14290 | ||
14291 | ||
6f72b082 | 14292 | fi |
a0b9e27f | 14293 | rm -f conftest* |
21d1c967 | 14294 | fi |
90dd450c | 14295 | |
2b5f62a0 VZ |
14296 | if test "$wxUSE_UNICODE" = "yes"; then |
14297 | ||
14298 | succeeded=no | |
90dd450c | 14299 | |
2b5f62a0 VZ |
14300 | if test -z "$PKG_CONFIG"; then |
14301 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
14302 | set dummy pkg-config; ac_word=$2 | |
14303 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
d643b80e | 14304 | echo "configure:14305: checking for $ac_word" >&5 |
2b5f62a0 | 14305 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
a0b9e27f MB |
14306 | echo $ac_n "(cached) $ac_c" 1>&6 |
14307 | else | |
2b5f62a0 VZ |
14308 | case "$PKG_CONFIG" in |
14309 | /*) | |
14310 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
14311 | ;; | |
14312 | ?:/*) | |
14313 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
14314 | ;; | |
14315 | *) | |
14316 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
14317 | ac_dummy="$PATH" | |
14318 | for ac_dir in $ac_dummy; do | |
14319 | test -z "$ac_dir" && ac_dir=. | |
14320 | if test -f $ac_dir/$ac_word; then | |
14321 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
14322 | break | |
14323 | fi | |
14324 | done | |
14325 | IFS="$ac_save_ifs" | |
14326 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
14327 | ;; | |
14328 | esac | |
14329 | fi | |
14330 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" | |
14331 | if test -n "$PKG_CONFIG"; then | |
14332 | echo "$ac_t""$PKG_CONFIG" 1>&6 | |
14333 | else | |
14334 | echo "$ac_t""no" 1>&6 | |
14335 | fi | |
14336 | ||
14337 | fi | |
14338 | ||
14339 | if test "$PKG_CONFIG" = "no" ; then | |
14340 | echo "*** The pkg-config script could not be found. Make sure it is" | |
14341 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
14342 | echo "*** to the full path to pkg-config." | |
14343 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
14344 | else | |
14345 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
14346 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
14347 | echo $ac_n "checking for pangox""... $ac_c" 1>&6 | |
d643b80e | 14348 | echo "configure:14349: checking for pangox" >&5 |
2b5f62a0 VZ |
14349 | |
14350 | if $PKG_CONFIG --exists "pangox" ; then | |
14351 | echo "$ac_t""yes" 1>&6 | |
14352 | succeeded=yes | |
14353 | ||
14354 | echo $ac_n "checking PANGOX_CFLAGS""... $ac_c" 1>&6 | |
d643b80e | 14355 | echo "configure:14356: checking PANGOX_CFLAGS" >&5 |
2b5f62a0 VZ |
14356 | PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"` |
14357 | echo "$ac_t""$PANGOX_CFLAGS" 1>&6 | |
14358 | ||
14359 | echo $ac_n "checking PANGOX_LIBS""... $ac_c" 1>&6 | |
d643b80e | 14360 | echo "configure:14361: checking PANGOX_LIBS" >&5 |
2b5f62a0 VZ |
14361 | PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"` |
14362 | echo "$ac_t""$PANGOX_LIBS" 1>&6 | |
14363 | else | |
14364 | PANGOX_CFLAGS="" | |
14365 | PANGOX_LIBS="" | |
14366 | ## If we have a custom action on failure, don't print errors, but | |
14367 | ## do set a variable so people can do so. | |
14368 | PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"` | |
14369 | ||
14370 | fi | |
14371 | ||
14372 | ||
14373 | ||
14374 | else | |
14375 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
14376 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
14377 | fi | |
14378 | fi | |
14379 | ||
14380 | if test $succeeded = yes; then | |
14381 | ||
14382 | CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS" | |
14383 | LIBS="$LIBS $PANGOX_LIBS" | |
14384 | ||
14385 | else | |
14386 | ||
14387 | { echo "configure: error: pangox library not found, library cannot be compiled in Unicode mode" 1>&2; exit 1; } | |
14388 | ||
14389 | ||
14390 | fi | |
14391 | ||
14392 | ||
14393 | succeeded=no | |
14394 | ||
14395 | if test -z "$PKG_CONFIG"; then | |
14396 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
14397 | set dummy pkg-config; ac_word=$2 | |
14398 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
d643b80e | 14399 | echo "configure:14400: checking for $ac_word" >&5 |
2b5f62a0 VZ |
14400 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
14401 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14402 | else | |
14403 | case "$PKG_CONFIG" in | |
14404 | /*) | |
14405 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
14406 | ;; | |
14407 | ?:/*) | |
14408 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
14409 | ;; | |
14410 | *) | |
14411 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
14412 | ac_dummy="$PATH" | |
14413 | for ac_dir in $ac_dummy; do | |
14414 | test -z "$ac_dir" && ac_dir=. | |
14415 | if test -f $ac_dir/$ac_word; then | |
14416 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
14417 | break | |
14418 | fi | |
14419 | done | |
14420 | IFS="$ac_save_ifs" | |
14421 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
14422 | ;; | |
14423 | esac | |
14424 | fi | |
14425 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" | |
14426 | if test -n "$PKG_CONFIG"; then | |
14427 | echo "$ac_t""$PKG_CONFIG" 1>&6 | |
14428 | else | |
14429 | echo "$ac_t""no" 1>&6 | |
14430 | fi | |
14431 | ||
14432 | fi | |
14433 | ||
14434 | if test "$PKG_CONFIG" = "no" ; then | |
14435 | echo "*** The pkg-config script could not be found. Make sure it is" | |
14436 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
14437 | echo "*** to the full path to pkg-config." | |
14438 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
14439 | else | |
14440 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
14441 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
14442 | echo $ac_n "checking for pangoft2""... $ac_c" 1>&6 | |
d643b80e | 14443 | echo "configure:14444: checking for pangoft2" >&5 |
2b5f62a0 VZ |
14444 | |
14445 | if $PKG_CONFIG --exists "pangoft2" ; then | |
14446 | echo "$ac_t""yes" 1>&6 | |
14447 | succeeded=yes | |
14448 | ||
14449 | echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6 | |
d643b80e | 14450 | echo "configure:14451: checking PANGOFT2_CFLAGS" >&5 |
2b5f62a0 VZ |
14451 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` |
14452 | echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6 | |
14453 | ||
14454 | echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6 | |
d643b80e | 14455 | echo "configure:14456: checking PANGOFT2_LIBS" >&5 |
2b5f62a0 VZ |
14456 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` |
14457 | echo "$ac_t""$PANGOFT2_LIBS" 1>&6 | |
14458 | else | |
14459 | PANGOFT2_CFLAGS="" | |
14460 | PANGOFT2_LIBS="" | |
14461 | ## If we have a custom action on failure, don't print errors, but | |
14462 | ## do set a variable so people can do so. | |
14463 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
14464 | ||
14465 | fi | |
14466 | ||
14467 | ||
14468 | ||
14469 | else | |
14470 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
14471 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
14472 | fi | |
14473 | fi | |
14474 | ||
14475 | if test $succeeded = yes; then | |
14476 | ||
14477 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" | |
14478 | LIBS="$LIBS $PANGOFT2_LIBS" | |
14479 | ||
14480 | else | |
14481 | ||
14482 | echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2 | |
14483 | wxUSE_PRINTING_ARCHITECTURE="no" | |
14484 | ||
14485 | ||
14486 | fi | |
14487 | ||
14488 | ||
14489 | succeeded=no | |
14490 | ||
14491 | if test -z "$PKG_CONFIG"; then | |
14492 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
14493 | set dummy pkg-config; ac_word=$2 | |
14494 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
d643b80e | 14495 | echo "configure:14496: checking for $ac_word" >&5 |
2b5f62a0 VZ |
14496 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
14497 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14498 | else | |
14499 | case "$PKG_CONFIG" in | |
14500 | /*) | |
14501 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
14502 | ;; | |
14503 | ?:/*) | |
14504 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. | |
14505 | ;; | |
14506 | *) | |
14507 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
14508 | ac_dummy="$PATH" | |
14509 | for ac_dir in $ac_dummy; do | |
14510 | test -z "$ac_dir" && ac_dir=. | |
14511 | if test -f $ac_dir/$ac_word; then | |
14512 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" | |
14513 | break | |
14514 | fi | |
14515 | done | |
14516 | IFS="$ac_save_ifs" | |
14517 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
14518 | ;; | |
14519 | esac | |
14520 | fi | |
14521 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" | |
14522 | if test -n "$PKG_CONFIG"; then | |
14523 | echo "$ac_t""$PKG_CONFIG" 1>&6 | |
14524 | else | |
14525 | echo "$ac_t""no" 1>&6 | |
14526 | fi | |
14527 | ||
14528 | fi | |
14529 | ||
14530 | if test "$PKG_CONFIG" = "no" ; then | |
14531 | echo "*** The pkg-config script could not be found. Make sure it is" | |
14532 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
14533 | echo "*** to the full path to pkg-config." | |
14534 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
14535 | else | |
14536 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
14537 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
14538 | echo $ac_n "checking for pangoxft""... $ac_c" 1>&6 | |
d643b80e | 14539 | echo "configure:14540: checking for pangoxft" >&5 |
2b5f62a0 VZ |
14540 | |
14541 | if $PKG_CONFIG --exists "pangoxft" ; then | |
14542 | echo "$ac_t""yes" 1>&6 | |
14543 | succeeded=yes | |
14544 | ||
14545 | echo $ac_n "checking PANGOXFT_CFLAGS""... $ac_c" 1>&6 | |
d643b80e | 14546 | echo "configure:14547: checking PANGOXFT_CFLAGS" >&5 |
2b5f62a0 VZ |
14547 | PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"` |
14548 | echo "$ac_t""$PANGOXFT_CFLAGS" 1>&6 | |
14549 | ||
14550 | echo $ac_n "checking PANGOXFT_LIBS""... $ac_c" 1>&6 | |
d643b80e | 14551 | echo "configure:14552: checking PANGOXFT_LIBS" >&5 |
2b5f62a0 VZ |
14552 | PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"` |
14553 | echo "$ac_t""$PANGOXFT_LIBS" 1>&6 | |
14554 | else | |
14555 | PANGOXFT_CFLAGS="" | |
14556 | PANGOXFT_LIBS="" | |
14557 | ## If we have a custom action on failure, don't print errors, but | |
14558 | ## do set a variable so people can do so. | |
14559 | PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"` | |
14560 | ||
14561 | fi | |
14562 | ||
14563 | ||
14564 | ||
14565 | else | |
14566 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
14567 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
14568 | fi | |
14569 | fi | |
14570 | ||
14571 | if test $succeeded = yes; then | |
14572 | ||
14573 | CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS" | |
14574 | LIBS="$LIBS $PANGOXFT_LIBS" | |
14575 | ||
14576 | else | |
14577 | ||
14578 | echo "configure: warning: pangoxft library not found, library will be compiled without anti-aliasing support" 1>&2 | |
14579 | ||
14580 | ||
14581 | fi | |
14582 | ||
14583 | fi | |
14584 | ||
14585 | wxUSE_UNIVERSAL="yes" | |
14586 | ||
14587 | if test "$wxUSE_NANOX" = "yes"; then | |
14588 | TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE" | |
14589 | 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" | |
14590 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a" | |
14591 | else | |
14592 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link" | |
14593 | fi | |
14594 | ||
14595 | TOOLKIT_VPATH="\${top_srcdir}/src/x11" | |
14596 | TOOLKIT=X11 | |
14597 | GUIDIST=X11_DIST | |
14598 | fi | |
14599 | ||
14600 | if test "$wxUSE_WINE" = 1; then | |
14601 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` | |
14602 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
d643b80e | 14603 | echo "configure:14604: checking for windows.h" >&5 |
2b5f62a0 VZ |
14604 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
14605 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14606 | else | |
14607 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 14608 | #line 14609 "configure" |
2b5f62a0 VZ |
14609 | #include "confdefs.h" |
14610 | #include <windows.h> | |
14611 | EOF | |
14612 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 14613 | { (eval echo configure:14614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
2b5f62a0 VZ |
14614 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
14615 | if test -z "$ac_err"; then | |
14616 | rm -rf conftest* | |
14617 | eval "ac_cv_header_$ac_safe=yes" | |
14618 | else | |
14619 | echo "$ac_err" >&5 | |
14620 | echo "configure: failed program was:" >&5 | |
14621 | cat conftest.$ac_ext >&5 | |
14622 | rm -rf conftest* | |
14623 | eval "ac_cv_header_$ac_safe=no" | |
14624 | fi | |
14625 | rm -f conftest* | |
10f2d63a | 14626 | fi |
a0b9e27f MB |
14627 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
14628 | echo "$ac_t""yes" 1>&6 | |
21d1c967 GD |
14629 | : |
14630 | else | |
a0b9e27f | 14631 | echo "$ac_t""no" 1>&6 |
21d1c967 | 14632 | |
a0b9e27f MB |
14633 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } |
14634 | ||
5c6fa7d2 | 14635 | fi |
7b4a847f | 14636 | |
5c6fa7d2 | 14637 | |
8284b0c5 | 14638 | xpm_link= |
a0b9e27f | 14639 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 |
d643b80e | 14640 | echo "configure:14641: checking for Xpm library" >&5 |
a0b9e27f | 14641 | |
90dd450c | 14642 | ac_find_libraries= |
2b5f62a0 | 14643 | for ac_dir in $SEARCH_LIB /usr/lib; |
90dd450c VZ |
14644 | do |
14645 | for ac_extension in a so sl dylib; do | |
21d1c967 | 14646 | if test -f "$ac_dir/libXpm.$ac_extension"; then |
90dd450c VZ |
14647 | ac_find_libraries=$ac_dir |
14648 | break 2 | |
14649 | fi | |
14650 | done | |
14651 | done | |
14652 | ||
21d1c967 GD |
14653 | if test "$ac_find_libraries" != "" ; then |
14654 | GUI_TK_LIBRARY="-L$ac_find_libraries" | |
14655 | xpm_link=" -lXpm" | |
a0b9e27f | 14656 | cat >> confdefs.h <<\EOF |
21d1c967 | 14657 | #define wxHAVE_LIB_XPM 1 |
a0b9e27f | 14658 | EOF |
90dd450c | 14659 | |
a0b9e27f | 14660 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 14661 | else |
a0b9e27f MB |
14662 | echo "$ac_t""no" 1>&6 |
14663 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
21d1c967 GD |
14664 | fi |
14665 | ||
14666 | mesa_link= | |
a0b9e27f | 14667 | echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 |
d643b80e | 14668 | echo "configure:14669: checking for Mesa library" >&5 |
a0b9e27f | 14669 | |
90dd450c | 14670 | ac_find_libraries= |
2b5f62a0 | 14671 | for ac_dir in $SEARCH_LIB /usr/lib; |
90dd450c VZ |
14672 | do |
14673 | for ac_extension in a so sl dylib; do | |
14674 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
14675 | ac_find_libraries=$ac_dir | |
14676 | break 2 | |
14677 | fi | |
14678 | done | |
14679 | done | |
14680 | ||
21d1c967 GD |
14681 | if test "$ac_find_libraries" != "" ; then |
14682 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries" | |
14683 | mesa_link=" -lMesaGL" | |
a0b9e27f | 14684 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 14685 | else |
3bce6687 JS |
14686 | mesa_link="" |
14687 | echo "$ac_t""no" 1>&6 | |
14688 | echo "configure: warning: library will be compiled without Mesa support" 1>&2 | |
21d1c967 GD |
14689 | fi |
14690 | ||
14691 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses" | |
14692 | TOOLKIT=MSW | |
14693 | GUIDIST=MSW_DIST | |
14694 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__" | |
14695 | fi | |
14696 | ||
14697 | if test "$wxUSE_MOTIF" = 1; then | |
14698 | if test "$no_x" = yes; then | |
14699 | # Not all programs may use this symbol, but it does not hurt to define it. | |
a0b9e27f | 14700 | cat >> confdefs.h <<\EOF |
21d1c967 | 14701 | #define X_DISPLAY_MISSING 1 |
a0b9e27f | 14702 | EOF |
21d1c967 GD |
14703 | |
14704 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
14705 | else | |
14706 | if test -n "$x_includes"; then | |
14707 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
90dd450c VZ |
14708 | fi |
14709 | ||
21d1c967 GD |
14710 | # It would also be nice to do this for all -L options, not just this one. |
14711 | if test -n "$x_libraries"; then | |
14712 | X_LIBS="$X_LIBS -L$x_libraries" | |
14713 | # For Solaris; some versions of Sun CC require a space after -R and | |
14714 | # others require no space. Words are not sufficient . . . . | |
a0b9e27f | 14715 | case "`(uname -sr) 2>/dev/null`" in |
21d1c967 | 14716 | "SunOS 5"*) |
a0b9e27f | 14717 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
d643b80e | 14718 | echo "configure:14719: checking whether -R must be followed by a space" >&5 |
a0b9e27f MB |
14719 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
14720 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 14721 | #line 14722 "configure" |
21d1c967 GD |
14722 | #include "confdefs.h" |
14723 | ||
a0b9e27f | 14724 | int main() { |
21d1c967 | 14725 | |
a0b9e27f MB |
14726 | ; return 0; } |
14727 | EOF | |
d643b80e | 14728 | if { (eval echo configure:14729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 14729 | rm -rf conftest* |
21d1c967 | 14730 | ac_R_nospace=yes |
698dcdb6 | 14731 | else |
a0b9e27f MB |
14732 | echo "configure: failed program was:" >&5 |
14733 | cat conftest.$ac_ext >&5 | |
14734 | rm -rf conftest* | |
14735 | ac_R_nospace=no | |
10f2d63a | 14736 | fi |
a0b9e27f | 14737 | rm -f conftest* |
21d1c967 | 14738 | if test $ac_R_nospace = yes; then |
a0b9e27f | 14739 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
14740 | X_LIBS="$X_LIBS -R$x_libraries" |
14741 | else | |
14742 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
a0b9e27f | 14743 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14744 | #line 14745 "configure" |
21d1c967 | 14745 | #include "confdefs.h" |
10f2d63a | 14746 | |
a0b9e27f | 14747 | int main() { |
f0c87536 | 14748 | |
a0b9e27f MB |
14749 | ; return 0; } |
14750 | EOF | |
d643b80e | 14751 | if { (eval echo configure:14752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 14752 | rm -rf conftest* |
21d1c967 GD |
14753 | ac_R_space=yes |
14754 | else | |
a0b9e27f MB |
14755 | echo "configure: failed program was:" >&5 |
14756 | cat conftest.$ac_ext >&5 | |
14757 | rm -rf conftest* | |
14758 | ac_R_space=no | |
21d1c967 | 14759 | fi |
a0b9e27f | 14760 | rm -f conftest* |
21d1c967 | 14761 | if test $ac_R_space = yes; then |
a0b9e27f | 14762 | echo "$ac_t""yes" 1>&6 |
21d1c967 GD |
14763 | X_LIBS="$X_LIBS -R $x_libraries" |
14764 | else | |
a0b9e27f | 14765 | echo "$ac_t""neither works" 1>&6 |
21d1c967 GD |
14766 | fi |
14767 | fi | |
a0b9e27f | 14768 | LIBS="$ac_xsave_LIBS" |
21d1c967 GD |
14769 | esac |
14770 | fi | |
90dd450c | 14771 | |
21d1c967 GD |
14772 | # Check for system-dependent libraries X programs must link with. |
14773 | # Do this before checking for the system-independent R6 libraries | |
14774 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
14775 | ||
14776 | if test "$ISC" = yes; then | |
14777 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
14778 | else | |
a0b9e27f MB |
14779 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
14780 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
21d1c967 | 14781 | # the Alpha needs dnet_stub (dnet does not exist). |
a0b9e27f | 14782 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
d643b80e | 14783 | echo "configure:14784: checking for dnet_ntoa in -ldnet" >&5 |
a0b9e27f MB |
14784 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
14785 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14786 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 14787 | else |
a0b9e27f | 14788 | ac_save_LIBS="$LIBS" |
247f5006 | 14789 | LIBS="-ldnet $LIBS" |
a0b9e27f | 14790 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14791 | #line 14792 "configure" |
247f5006 | 14792 | #include "confdefs.h" |
247f5006 | 14793 | /* Override any gcc2 internal prototype to avoid an error. */ |
247f5006 | 14794 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
14795 | builtin and then its argument prototype would still apply. */ |
14796 | char dnet_ntoa(); | |
14797 | ||
14798 | int main() { | |
14799 | dnet_ntoa() | |
14800 | ; return 0; } | |
14801 | EOF | |
d643b80e | 14802 | if { (eval echo configure:14803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14803 | rm -rf conftest* |
14804 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14805 | else | |
14806 | echo "configure: failed program was:" >&5 | |
14807 | cat conftest.$ac_ext >&5 | |
14808 | rm -rf conftest* | |
14809 | eval "ac_cv_lib_$ac_lib_var=no" | |
14810 | fi | |
14811 | rm -f conftest* | |
14812 | LIBS="$ac_save_LIBS" | |
14813 | ||
14814 | fi | |
14815 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14816 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14817 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
a0b9e27f MB |
14818 | else |
14819 | echo "$ac_t""no" 1>&6 | |
0fb0dd83 | 14820 | fi |
0fb0dd83 | 14821 | |
21d1c967 | 14822 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
a0b9e27f | 14823 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
d643b80e | 14824 | echo "configure:14825: checking for dnet_ntoa in -ldnet_stub" >&5 |
a0b9e27f MB |
14825 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
14826 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14827 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14828 | else |
a0b9e27f | 14829 | ac_save_LIBS="$LIBS" |
21d1c967 | 14830 | LIBS="-ldnet_stub $LIBS" |
a0b9e27f | 14831 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14832 | #line 14833 "configure" |
21d1c967 GD |
14833 | #include "confdefs.h" |
14834 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14835 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14836 | builtin and then its argument prototype would still apply. */ |
14837 | char dnet_ntoa(); | |
14838 | ||
14839 | int main() { | |
14840 | dnet_ntoa() | |
14841 | ; return 0; } | |
14842 | EOF | |
d643b80e | 14843 | if { (eval echo configure:14844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14844 | rm -rf conftest* |
14845 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14846 | else | |
14847 | echo "configure: failed program was:" >&5 | |
14848 | cat conftest.$ac_ext >&5 | |
14849 | rm -rf conftest* | |
14850 | eval "ac_cv_lib_$ac_lib_var=no" | |
14851 | fi | |
14852 | rm -f conftest* | |
14853 | LIBS="$ac_save_LIBS" | |
14854 | ||
14855 | fi | |
14856 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14857 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 14858 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
a0b9e27f MB |
14859 | else |
14860 | echo "$ac_t""no" 1>&6 | |
90dd450c VZ |
14861 | fi |
14862 | ||
21d1c967 | 14863 | fi |
90dd450c | 14864 | |
21d1c967 GD |
14865 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
14866 | # to get the SysV transport functions. | |
a0b9e27f | 14867 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
21d1c967 GD |
14868 | # needs -lnsl. |
14869 | # The nsl library prevents programs from opening the X display | |
a0b9e27f MB |
14870 | # on Irix 5.2, according to dickey@clark.net. |
14871 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
d643b80e | 14872 | echo "configure:14873: checking for gethostbyname" >&5 |
a0b9e27f MB |
14873 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
14874 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14875 | else | |
14876 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 14877 | #line 14878 "configure" |
21d1c967 GD |
14878 | #include "confdefs.h" |
14879 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 14880 | which can conflict with char gethostbyname(); below. */ |
21d1c967 GD |
14881 | #include <assert.h> |
14882 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14883 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14884 | builtin and then its argument prototype would still apply. */ |
14885 | char gethostbyname(); | |
14886 | ||
14887 | int main() { | |
14888 | ||
21d1c967 GD |
14889 | /* The GNU C library defines this for functions which it implements |
14890 | to always fail with ENOSYS. Some functions are actually named | |
14891 | something starting with __ and the normal name is an alias. */ | |
14892 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
14893 | choke me | |
14894 | #else | |
a0b9e27f | 14895 | gethostbyname(); |
21d1c967 | 14896 | #endif |
90dd450c | 14897 | |
a0b9e27f MB |
14898 | ; return 0; } |
14899 | EOF | |
d643b80e | 14900 | if { (eval echo configure:14901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14901 | rm -rf conftest* |
14902 | eval "ac_cv_func_gethostbyname=yes" | |
14903 | else | |
14904 | echo "configure: failed program was:" >&5 | |
14905 | cat conftest.$ac_ext >&5 | |
14906 | rm -rf conftest* | |
14907 | eval "ac_cv_func_gethostbyname=no" | |
14908 | fi | |
14909 | rm -f conftest* | |
14910 | fi | |
14911 | ||
14912 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
14913 | echo "$ac_t""yes" 1>&6 | |
14914 | : | |
14915 | else | |
14916 | echo "$ac_t""no" 1>&6 | |
14917 | fi | |
90dd450c | 14918 | |
21d1c967 | 14919 | if test $ac_cv_func_gethostbyname = no; then |
a0b9e27f | 14920 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
d643b80e | 14921 | echo "configure:14922: checking for gethostbyname in -lnsl" >&5 |
a0b9e27f MB |
14922 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
14923 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14924 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 14925 | else |
a0b9e27f | 14926 | ac_save_LIBS="$LIBS" |
21d1c967 | 14927 | LIBS="-lnsl $LIBS" |
a0b9e27f | 14928 | cat > conftest.$ac_ext <<EOF |
d643b80e | 14929 | #line 14930 "configure" |
21d1c967 GD |
14930 | #include "confdefs.h" |
14931 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14932 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14933 | builtin and then its argument prototype would still apply. */ |
14934 | char gethostbyname(); | |
5c6fa7d2 | 14935 | |
a0b9e27f MB |
14936 | int main() { |
14937 | gethostbyname() | |
14938 | ; return 0; } | |
14939 | EOF | |
d643b80e | 14940 | if { (eval echo configure:14941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14941 | rm -rf conftest* |
14942 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8284b0c5 | 14943 | else |
a0b9e27f MB |
14944 | echo "configure: failed program was:" >&5 |
14945 | cat conftest.$ac_ext >&5 | |
14946 | rm -rf conftest* | |
14947 | eval "ac_cv_lib_$ac_lib_var=no" | |
14948 | fi | |
14949 | rm -f conftest* | |
14950 | LIBS="$ac_save_LIBS" | |
247f5006 | 14951 | |
a0b9e27f MB |
14952 | fi |
14953 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14954 | echo "$ac_t""yes" 1>&6 | |
14955 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
14956 | else | |
14957 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 14958 | fi |
90dd450c | 14959 | |
90dd450c VZ |
14960 | fi |
14961 | ||
21d1c967 GD |
14962 | # lieder@skyler.mavd.honeywell.com says without -lsocket, |
14963 | # socket/setsockopt and other routines are undefined under SCO ODT | |
14964 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
a0b9e27f MB |
14965 | # on later versions), says simon@lia.di.epfl.ch: it contains |
14966 | # gethostby* variants that don't use the nameserver (or something). | |
14967 | # -lsocket must be given before -lnsl if both are needed. | |
14968 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
14969 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
d643b80e | 14970 | echo "configure:14971: checking for connect" >&5 |
a0b9e27f MB |
14971 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
14972 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14973 | else | |
14974 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 14975 | #line 14976 "configure" |
21d1c967 GD |
14976 | #include "confdefs.h" |
14977 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 14978 | which can conflict with char connect(); below. */ |
21d1c967 GD |
14979 | #include <assert.h> |
14980 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14981 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
14982 | builtin and then its argument prototype would still apply. */ |
14983 | char connect(); | |
14984 | ||
14985 | int main() { | |
14986 | ||
21d1c967 GD |
14987 | /* The GNU C library defines this for functions which it implements |
14988 | to always fail with ENOSYS. Some functions are actually named | |
14989 | something starting with __ and the normal name is an alias. */ | |
14990 | #if defined (__stub_connect) || defined (__stub___connect) | |
14991 | choke me | |
14992 | #else | |
a0b9e27f | 14993 | connect(); |
21d1c967 | 14994 | #endif |
90dd450c | 14995 | |
a0b9e27f MB |
14996 | ; return 0; } |
14997 | EOF | |
d643b80e | 14998 | if { (eval echo configure:14999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
14999 | rm -rf conftest* |
15000 | eval "ac_cv_func_connect=yes" | |
15001 | else | |
15002 | echo "configure: failed program was:" >&5 | |
15003 | cat conftest.$ac_ext >&5 | |
15004 | rm -rf conftest* | |
15005 | eval "ac_cv_func_connect=no" | |
15006 | fi | |
15007 | rm -f conftest* | |
15008 | fi | |
15009 | ||
15010 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
15011 | echo "$ac_t""yes" 1>&6 | |
15012 | : | |
15013 | else | |
15014 | echo "$ac_t""no" 1>&6 | |
15015 | fi | |
1f8ae82f | 15016 | |
21d1c967 | 15017 | if test $ac_cv_func_connect = no; then |
a0b9e27f | 15018 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
d643b80e | 15019 | echo "configure:15020: checking for connect in -lsocket" >&5 |
a0b9e27f MB |
15020 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
15021 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15022 | echo $ac_n "(cached) $ac_c" 1>&6 | |
0fbb762e | 15023 | else |
a0b9e27f | 15024 | ac_save_LIBS="$LIBS" |
21d1c967 | 15025 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
a0b9e27f | 15026 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15027 | #line 15028 "configure" |
0fbb762e | 15028 | #include "confdefs.h" |
21d1c967 GD |
15029 | /* Override any gcc2 internal prototype to avoid an error. */ |
15030 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
15031 | builtin and then its argument prototype would still apply. */ |
15032 | char connect(); | |
15033 | ||
15034 | int main() { | |
15035 | connect() | |
15036 | ; return 0; } | |
15037 | EOF | |
d643b80e | 15038 | if { (eval echo configure:15039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15039 | rm -rf conftest* |
15040 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15041 | else | |
15042 | echo "configure: failed program was:" >&5 | |
15043 | cat conftest.$ac_ext >&5 | |
15044 | rm -rf conftest* | |
15045 | eval "ac_cv_lib_$ac_lib_var=no" | |
15046 | fi | |
15047 | rm -f conftest* | |
15048 | LIBS="$ac_save_LIBS" | |
15049 | ||
15050 | fi | |
15051 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15052 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 15053 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
a0b9e27f MB |
15054 | else |
15055 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 15056 | fi |
90dd450c | 15057 | |
21d1c967 | 15058 | fi |
90dd450c | 15059 | |
a0b9e27f MB |
15060 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
15061 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
d643b80e | 15062 | echo "configure:15063: checking for remove" >&5 |
a0b9e27f MB |
15063 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
15064 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 15065 | else |
a0b9e27f | 15066 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15067 | #line 15068 "configure" |
21d1c967 GD |
15068 | #include "confdefs.h" |
15069 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 15070 | which can conflict with char remove(); below. */ |
21d1c967 GD |
15071 | #include <assert.h> |
15072 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15073 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
15074 | builtin and then its argument prototype would still apply. */ |
15075 | char remove(); | |
15076 | ||
15077 | int main() { | |
15078 | ||
21d1c967 GD |
15079 | /* The GNU C library defines this for functions which it implements |
15080 | to always fail with ENOSYS. Some functions are actually named | |
15081 | something starting with __ and the normal name is an alias. */ | |
15082 | #if defined (__stub_remove) || defined (__stub___remove) | |
15083 | choke me | |
15084 | #else | |
a0b9e27f | 15085 | remove(); |
21d1c967 | 15086 | #endif |
90dd450c | 15087 | |
a0b9e27f MB |
15088 | ; return 0; } |
15089 | EOF | |
d643b80e | 15090 | if { (eval echo configure:15091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15091 | rm -rf conftest* |
15092 | eval "ac_cv_func_remove=yes" | |
15093 | else | |
15094 | echo "configure: failed program was:" >&5 | |
15095 | cat conftest.$ac_ext >&5 | |
15096 | rm -rf conftest* | |
15097 | eval "ac_cv_func_remove=no" | |
15098 | fi | |
15099 | rm -f conftest* | |
15100 | fi | |
15101 | ||
15102 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
15103 | echo "$ac_t""yes" 1>&6 | |
15104 | : | |
15105 | else | |
15106 | echo "$ac_t""no" 1>&6 | |
15107 | fi | |
90dd450c | 15108 | |
21d1c967 | 15109 | if test $ac_cv_func_remove = no; then |
a0b9e27f | 15110 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
d643b80e | 15111 | echo "configure:15112: checking for remove in -lposix" >&5 |
a0b9e27f MB |
15112 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
15113 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15114 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 15115 | else |
a0b9e27f | 15116 | ac_save_LIBS="$LIBS" |
21d1c967 | 15117 | LIBS="-lposix $LIBS" |
a0b9e27f | 15118 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15119 | #line 15120 "configure" |
21d1c967 GD |
15120 | #include "confdefs.h" |
15121 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15122 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
15123 | builtin and then its argument prototype would still apply. */ |
15124 | char remove(); | |
15125 | ||
15126 | int main() { | |
15127 | remove() | |
15128 | ; return 0; } | |
15129 | EOF | |
d643b80e | 15130 | if { (eval echo configure:15131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15131 | rm -rf conftest* |
15132 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15133 | else | |
15134 | echo "configure: failed program was:" >&5 | |
15135 | cat conftest.$ac_ext >&5 | |
15136 | rm -rf conftest* | |
15137 | eval "ac_cv_lib_$ac_lib_var=no" | |
15138 | fi | |
15139 | rm -f conftest* | |
15140 | LIBS="$ac_save_LIBS" | |
15141 | ||
15142 | fi | |
15143 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15144 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 15145 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
a0b9e27f MB |
15146 | else |
15147 | echo "$ac_t""no" 1>&6 | |
21d1c967 | 15148 | fi |
19bc6aad | 15149 | |
90dd450c | 15150 | fi |
19bc6aad | 15151 | |
21d1c967 | 15152 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
a0b9e27f | 15153 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
d643b80e | 15154 | echo "configure:15155: checking for shmat" >&5 |
a0b9e27f MB |
15155 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
15156 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21d1c967 | 15157 | else |
a0b9e27f | 15158 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15159 | #line 15160 "configure" |
21d1c967 GD |
15160 | #include "confdefs.h" |
15161 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 15162 | which can conflict with char shmat(); below. */ |
21d1c967 GD |
15163 | #include <assert.h> |
15164 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15165 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
15166 | builtin and then its argument prototype would still apply. */ |
15167 | char shmat(); | |
15168 | ||
15169 | int main() { | |
15170 | ||
21d1c967 GD |
15171 | /* The GNU C library defines this for functions which it implements |
15172 | to always fail with ENOSYS. Some functions are actually named | |
15173 | something starting with __ and the normal name is an alias. */ | |
15174 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
15175 | choke me | |
15176 | #else | |
a0b9e27f | 15177 | shmat(); |
21d1c967 | 15178 | #endif |
90dd450c | 15179 | |
a0b9e27f MB |
15180 | ; return 0; } |
15181 | EOF | |
d643b80e | 15182 | if { (eval echo configure:15183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15183 | rm -rf conftest* |
15184 | eval "ac_cv_func_shmat=yes" | |
15185 | else | |
15186 | echo "configure: failed program was:" >&5 | |
15187 | cat conftest.$ac_ext >&5 | |
15188 | rm -rf conftest* | |
15189 | eval "ac_cv_func_shmat=no" | |
15190 | fi | |
15191 | rm -f conftest* | |
15192 | fi | |
15193 | ||
15194 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
15195 | echo "$ac_t""yes" 1>&6 | |
15196 | : | |
15197 | else | |
15198 | echo "$ac_t""no" 1>&6 | |
15199 | fi | |
19bc6aad | 15200 | |
21d1c967 | 15201 | if test $ac_cv_func_shmat = no; then |
a0b9e27f | 15202 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
d643b80e | 15203 | echo "configure:15204: checking for shmat in -lipc" >&5 |
a0b9e27f MB |
15204 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
15205 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15206 | echo $ac_n "(cached) $ac_c" 1>&6 | |
5c6fa7d2 | 15207 | else |
a0b9e27f | 15208 | ac_save_LIBS="$LIBS" |
5c6fa7d2 | 15209 | LIBS="-lipc $LIBS" |
a0b9e27f | 15210 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15211 | #line 15212 "configure" |
5c6fa7d2 | 15212 | #include "confdefs.h" |
5c6fa7d2 | 15213 | /* Override any gcc2 internal prototype to avoid an error. */ |
5c6fa7d2 | 15214 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
15215 | builtin and then its argument prototype would still apply. */ |
15216 | char shmat(); | |
15217 | ||
15218 | int main() { | |
15219 | shmat() | |
15220 | ; return 0; } | |
15221 | EOF | |
d643b80e | 15222 | if { (eval echo configure:15223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15223 | rm -rf conftest* |
15224 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15225 | else | |
15226 | echo "configure: failed program was:" >&5 | |
15227 | cat conftest.$ac_ext >&5 | |
15228 | rm -rf conftest* | |
15229 | eval "ac_cv_lib_$ac_lib_var=no" | |
15230 | fi | |
15231 | rm -f conftest* | |
15232 | LIBS="$ac_save_LIBS" | |
15233 | ||
15234 | fi | |
15235 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15236 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 15237 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
a0b9e27f MB |
15238 | else |
15239 | echo "$ac_t""no" 1>&6 | |
9f8148b1 | 15240 | fi |
90dd450c | 15241 | |
90dd450c | 15242 | fi |
21d1c967 | 15243 | fi |
10f2d63a | 15244 | |
21d1c967 | 15245 | # Check for libraries that X11R6 Xt/Xaw programs need. |
a0b9e27f | 15246 | ac_save_LDFLAGS="$LDFLAGS" |
21d1c967 GD |
15247 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
15248 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
15249 | # check for ICE first), but we must link in the order -lSM -lICE or | |
15250 | # we get undefined symbols. So assume we have SM if we have ICE. | |
15251 | # These have to be linked with before -lX11, unlike the other | |
15252 | # libraries we check for below, so use a different variable. | |
a0b9e27f MB |
15253 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
15254 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
d643b80e | 15255 | echo "configure:15256: checking for IceConnectionNumber in -lICE" >&5 |
a0b9e27f MB |
15256 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
15257 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15258 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15259 | else | |
15260 | ac_save_LIBS="$LIBS" | |
f09359cf | 15261 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
a0b9e27f | 15262 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15263 | #line 15264 "configure" |
29fd3c0c | 15264 | #include "confdefs.h" |
21d1c967 GD |
15265 | /* Override any gcc2 internal prototype to avoid an error. */ |
15266 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
15267 | builtin and then its argument prototype would still apply. */ |
15268 | char IceConnectionNumber(); | |
15269 | ||
15270 | int main() { | |
15271 | IceConnectionNumber() | |
15272 | ; return 0; } | |
15273 | EOF | |
d643b80e | 15274 | if { (eval echo configure:15275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15275 | rm -rf conftest* |
15276 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15277 | else | |
15278 | echo "configure: failed program was:" >&5 | |
15279 | cat conftest.$ac_ext >&5 | |
15280 | rm -rf conftest* | |
15281 | eval "ac_cv_lib_$ac_lib_var=no" | |
15282 | fi | |
15283 | rm -f conftest* | |
15284 | LIBS="$ac_save_LIBS" | |
15285 | ||
15286 | fi | |
15287 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15288 | echo "$ac_t""yes" 1>&6 | |
21d1c967 | 15289 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
a0b9e27f MB |
15290 | else |
15291 | echo "$ac_t""no" 1>&6 | |
29fd3c0c | 15292 | fi |
21d1c967 | 15293 | |
a0b9e27f | 15294 | LDFLAGS="$ac_save_LDFLAGS" |
29fd3c0c | 15295 | |
10f2d63a VZ |
15296 | fi |
15297 | ||
8284b0c5 | 15298 | |
21d1c967 | 15299 | if test "$no_x" = "yes"; then |
a0b9e27f | 15300 | { echo "configure: error: X11 not found" 1>&2; exit 1; } |
21d1c967 GD |
15301 | fi |
15302 | ||
2b5f62a0 VZ |
15303 | GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'` |
15304 | TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'` | |
21d1c967 GD |
15305 | AFMINSTALL=afminstall |
15306 | COMPILED_X_PROGRAM=0 | |
15307 | ||
a0b9e27f | 15308 | echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 |
d643b80e | 15309 | echo "configure:15310: checking for Motif/Lesstif headers" >&5 |
a0b9e27f | 15310 | |
21d1c967 | 15311 | ac_find_includes= |
2b5f62a0 | 15312 | for ac_dir in $SEARCH_INCLUDE /usr/include; |
21d1c967 GD |
15313 | do |
15314 | if test -f "$ac_dir/Xm/Xm.h"; then | |
15315 | ac_find_includes=$ac_dir | |
15316 | break | |
15317 | fi | |
15318 | done | |
15319 | ||
15320 | if test "$ac_find_includes" != "" ; then | |
a0b9e27f MB |
15321 | echo "$ac_t""found in $ac_find_includes" 1>&6 |
15322 | ||
2b5f62a0 | 15323 | if test "x$ac_find_includes" = "x/usr/include"; then |
dd0e4a90 VZ |
15324 | ac_path_to_include="" |
15325 | else | |
2b5f62a0 VZ |
15326 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null |
15327 | result=$? | |
15328 | if test $result = 0; then | |
15329 | ac_path_to_include="" | |
15330 | else | |
15331 | ac_path_to_include=" -I$ac_find_includes" | |
15332 | fi | |
dd0e4a90 VZ |
15333 | fi |
15334 | ||
15335 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include" | |
21d1c967 | 15336 | else |
a0b9e27f | 15337 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15338 | #line 15339 "configure" |
10f2d63a | 15339 | #include "confdefs.h" |
21d1c967 GD |
15340 | |
15341 | #include <Xm/Xm.h> | |
a0b9e27f MB |
15342 | |
15343 | int main() { | |
21d1c967 GD |
15344 | |
15345 | int version; | |
15346 | version = xmUseVersion; | |
a0b9e27f MB |
15347 | |
15348 | ; return 0; } | |
15349 | EOF | |
d643b80e | 15350 | if { (eval echo configure:15351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
15351 | rm -rf conftest* |
15352 | ||
15353 | echo "$ac_t""found in default search path" 1>&6 | |
21d1c967 | 15354 | COMPILED_X_PROGRAM=1 |
a0b9e27f | 15355 | |
10f2d63a | 15356 | else |
a0b9e27f MB |
15357 | echo "configure: failed program was:" >&5 |
15358 | cat conftest.$ac_ext >&5 | |
15359 | rm -rf conftest* | |
15360 | ||
15361 | echo "$ac_t""no" 1>&6 | |
15362 | { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } | |
15363 | ||
15364 | ||
10f2d63a | 15365 | fi |
a0b9e27f | 15366 | rm -f conftest* |
21d1c967 | 15367 | fi |
10f2d63a | 15368 | |
21d1c967 | 15369 | if test "$COMPILED_X_PROGRAM" = 0; then |
a0b9e27f | 15370 | echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 |
d643b80e | 15371 | echo "configure:15372: checking for Motif/Lesstif library" >&5 |
a0b9e27f | 15372 | |
21d1c967 | 15373 | ac_find_libraries= |
2b5f62a0 | 15374 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
15375 | do |
15376 | for ac_extension in a so sl dylib; do | |
15377 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
15378 | ac_find_libraries=$ac_dir | |
15379 | break 2 | |
15380 | fi | |
15381 | done | |
15382 | done | |
15383 | ||
15384 | if test "$ac_find_libraries" != "" ; then | |
a0b9e27f | 15385 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 15386 | |
a0b9e27f | 15387 | |
21d1c967 GD |
15388 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
15389 | result=$? | |
15390 | if test $result = 0; then | |
15391 | ac_path_to_link="" | |
15392 | else | |
15393 | ac_path_to_link=" -L$ac_find_libraries" | |
15394 | fi | |
15395 | ||
21d1c967 | 15396 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" |
21d1c967 | 15397 | else |
dd0e4a90 VZ |
15398 | save_CFLAGS=$CFLAGS |
15399 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
15400 | ||
a0b9e27f | 15401 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15402 | #line 15403 "configure" |
d836ee96 | 15403 | #include "confdefs.h" |
21d1c967 GD |
15404 | |
15405 | #include <Xm/Xm.h> | |
a0b9e27f MB |
15406 | |
15407 | int main() { | |
21d1c967 GD |
15408 | |
15409 | int version; | |
15410 | version = xmUseVersion; | |
a0b9e27f MB |
15411 | |
15412 | ; return 0; } | |
15413 | EOF | |
d643b80e | 15414 | if { (eval echo configure:15415: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
15415 | rm -rf conftest* |
15416 | ||
15417 | echo "$ac_t""found in default search path" 1>&6 | |
21d1c967 | 15418 | COMPILED_X_PROGRAM=1 |
a0b9e27f | 15419 | |
d836ee96 | 15420 | else |
a0b9e27f MB |
15421 | echo "configure: failed program was:" >&5 |
15422 | cat conftest.$ac_ext >&5 | |
15423 | rm -rf conftest* | |
15424 | ||
15425 | echo "$ac_t""no" 1>&6 | |
15426 | { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } | |
15427 | ||
15428 | ||
d836ee96 | 15429 | fi |
a0b9e27f | 15430 | rm -f conftest* |
dd0e4a90 VZ |
15431 | |
15432 | CFLAGS=$save_CFLAGS | |
21d1c967 GD |
15433 | fi |
15434 | fi | |
15435 | ||
15436 | xpm_link= | |
a0b9e27f | 15437 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 |
d643b80e | 15438 | echo "configure:15439: checking for Xpm library" >&5 |
a0b9e27f | 15439 | |
21d1c967 | 15440 | ac_find_libraries= |
2b5f62a0 | 15441 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
15442 | do |
15443 | for ac_extension in a so sl dylib; do | |
15444 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
15445 | ac_find_libraries=$ac_dir | |
15446 | break 2 | |
15447 | fi | |
15448 | done | |
15449 | done | |
15450 | ||
15451 | if test "$ac_find_libraries" != "" ; then | |
a0b9e27f | 15452 | |
21d1c967 GD |
15453 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null |
15454 | result=$? | |
15455 | if test $result = 0; then | |
15456 | ac_path_to_link="" | |
15457 | else | |
15458 | ac_path_to_link=" -L$ac_find_libraries" | |
15459 | fi | |
15460 | ||
15461 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
dd0e4a90 | 15462 | |
21d1c967 | 15463 | xpm_link=" -lXpm" |
a0b9e27f | 15464 | cat >> confdefs.h <<\EOF |
21d1c967 | 15465 | #define wxHAVE_LIB_XPM 1 |
a0b9e27f | 15466 | EOF |
90dd450c | 15467 | |
a0b9e27f | 15468 | echo "$ac_t""found at $ac_find_libraries" 1>&6 |
21d1c967 | 15469 | else |
dd0e4a90 VZ |
15470 | save_CFLAGS=$CFLAGS |
15471 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
15472 | ||
a0b9e27f | 15473 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15474 | #line 15475 "configure" |
d836ee96 | 15475 | #include "confdefs.h" |
21d1c967 GD |
15476 | |
15477 | #include <X11/xpm.h> | |
a0b9e27f MB |
15478 | |
15479 | int main() { | |
21d1c967 GD |
15480 | |
15481 | int version; | |
15482 | version = XpmLibraryVersion(); | |
a0b9e27f MB |
15483 | |
15484 | ; return 0; } | |
15485 | EOF | |
d643b80e | 15486 | if { (eval echo configure:15487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
15487 | rm -rf conftest* |
15488 | ||
21d1c967 | 15489 | xpm_link=" -lXpm" |
a0b9e27f | 15490 | cat >> confdefs.h <<\EOF |
21d1c967 | 15491 | #define wxHAVE_LIB_XPM 1 |
a0b9e27f | 15492 | EOF |
21d1c967 | 15493 | |
a0b9e27f | 15494 | echo "$ac_t""found in default search path" 1>&6 |
21d1c967 | 15495 | COMPILED_X_PROGRAM=0 |
a0b9e27f | 15496 | |
d836ee96 | 15497 | else |
a0b9e27f MB |
15498 | echo "configure: failed program was:" >&5 |
15499 | cat conftest.$ac_ext >&5 | |
15500 | rm -rf conftest* | |
15501 | ||
15502 | echo "$ac_t""no" 1>&6 | |
15503 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
15504 | ||
15505 | ||
d836ee96 | 15506 | fi |
a0b9e27f | 15507 | rm -f conftest* |
dd0e4a90 VZ |
15508 | |
15509 | CFLAGS=$save_CFLAGS | |
21d1c967 GD |
15510 | fi |
15511 | ||
a0b9e27f | 15512 | echo $ac_n "checking if we need -lXp and/or -lSM -lICE""... $ac_c" 1>&6 |
d643b80e | 15513 | echo "configure:15514: checking if we need -lXp and/or -lSM -lICE" >&5 |
6a30f1c8 MB |
15514 | libp_link="" |
15515 | libsm_ice_link="" | |
15516 | libs_found=0 | |
15517 | for libp in "" " -lXp"; do | |
15518 | if test "$libs_found" = "0"; then | |
15519 | for libsm_ice in " -lSM -lICE"; do | |
e26c13cf | 15520 | if test "$libs_found" = "0"; then |
6a30f1c8 MB |
15521 | save_LIBS="$LIBS" |
15522 | LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11" | |
dd0e4a90 VZ |
15523 | save_CFLAGS=$CFLAGS |
15524 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
15525 | ||
a0b9e27f | 15526 | cat > conftest.$ac_ext <<EOF |
d643b80e | 15527 | #line 15528 "configure" |
6a30f1c8 | 15528 | #include "confdefs.h" |
17234b26 | 15529 | |
6a30f1c8 MB |
15530 | #include <Xm/Xm.h> |
15531 | #include <Xm/List.h> | |
a0b9e27f MB |
15532 | |
15533 | int main() { | |
6a30f1c8 MB |
15534 | |
15535 | XmString string = NULL; | |
15536 | Widget w = NULL; | |
15537 | int position = 0; | |
15538 | XmListAddItem(w, string, position); | |
a0b9e27f MB |
15539 | |
15540 | ; return 0; } | |
15541 | EOF | |
d643b80e | 15542 | if { (eval echo configure:15543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
15543 | rm -rf conftest* |
15544 | ||
6a30f1c8 MB |
15545 | libp_link="$libp" |
15546 | libsm_ice_link="$libsm_ice" | |
a0b9e27f | 15547 | echo "$ac_t""need${libp_link}${libsm_ice_link}" 1>&6 |
6a30f1c8 | 15548 | libs_found=1 |
a0b9e27f | 15549 | |
6a30f1c8 | 15550 | else |
a0b9e27f MB |
15551 | echo "configure: failed program was:" >&5 |
15552 | cat conftest.$ac_ext >&5 | |
15553 | rm -rf conftest* | |
15554 | ||
15555 | ||
6a30f1c8 | 15556 | fi |
a0b9e27f | 15557 | rm -f conftest* |
dd0e4a90 | 15558 | |
6a30f1c8 | 15559 | LIBS="$save_LIBS" |
dd0e4a90 | 15560 | CFLAGS=$save_CFLAGS |
6a30f1c8 MB |
15561 | fi |
15562 | done | |
15563 | fi | |
15564 | done | |
15565 | ||
15566 | if test "$libs_found" = "0"; then | |
a0b9e27f MB |
15567 | echo "$ac_t""can't find the right libraries" 1>&6 |
15568 | { echo "configure: error: can't link a simple motif program" 1>&2; exit 1; } | |
6a30f1c8 MB |
15569 | fi |
15570 | ||
15571 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11" | |
21d1c967 GD |
15572 | TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" |
15573 | TOOLKIT=MOTIF | |
15574 | GUIDIST=MOTIF_DIST | |
15575 | fi | |
15576 | ||
15577 | if test "$wxUSE_MAC" = 1; then | |
b2fee376 | 15578 | CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefile -I/Developer/Headers/FlatCarbon" |
21d1c967 GD |
15579 | |
15580 | TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile" | |
15581 | TOOLKIT=MAC | |
15582 | GUIDIST=MACX_DIST | |
15583 | fi | |
15584 | ||
15585 | if test "$wxUSE_PM" = 1; then | |
15586 | TOOLKIT=PM | |
15587 | GUIDIST=GTK_DIST | |
2b5f62a0 VZ |
15588 | echo "configure: warning: OS/2 PM requires old resource format, re-enabled" 1>&2 |
15589 | wxUSE_PROLOGIO="yes" | |
15590 | wxUSE_RESOURCES="yes" | |
15591 | echo "configure: warning: OS/2 threads are not yet supported... disabled" 1>&2 | |
15592 | wxUSE_THREADS="no" | |
21d1c967 GD |
15593 | fi |
15594 | ||
15595 | if test "$TOOLKIT" = "PM" ; then | |
15596 | TOOLKIT_DIR="os2" | |
15597 | else | |
15598 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
15599 | fi | |
15600 | ||
15601 | PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst" | |
15602 | ||
15603 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
15604 | ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}" | |
15605 | ||
15606 | ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}" | |
15607 | ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}" | |
15608 | ||
15609 | PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst" | |
15610 | if test "$wxUSE_X11" = 1; then | |
15611 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes" | |
15612 | else | |
15613 | TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}" | |
15614 | fi | |
15615 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" | |
15616 | WIDGET_SET=univ | |
15617 | else | |
15618 | ALL_OBJECTS="\$(GUIOBJS)" | |
15619 | ALL_SOURCES="\$(ALL_SOURCES)" | |
15620 | ALL_HEADERS="\$(ALL_HEADERS)" | |
15621 | fi | |
15622 | ||
15623 | ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)" | |
15624 | ||
15625 | if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then | |
15626 | ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)" | |
15627 | fi | |
15628 | ||
15629 | if test "$wxUSE_HTML" = "yes"; then | |
15630 | ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)" | |
15631 | fi | |
15632 | ||
15633 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
15634 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" | |
15635 | fi | |
15636 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
15637 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
15638 | fi | |
15639 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
15640 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
15641 | fi | |
15642 | ||
15643 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
15644 | DISTDIR="wx\$(TOOLKIT)" | |
90dd450c | 15645 | else |
21d1c967 GD |
15646 | USE_GUI=0 |
15647 | ||
15648 | TOOLKIT_DIR="base" | |
15649 | ||
15650 | if test "$USE_WIN32" = 1 ; then | |
15651 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}" | |
15652 | TOOLKIT_VPATH="\${top_srcdir}/src/msw" | |
15653 | ||
15654 | TOOLKIT="MSW" | |
15655 | else | |
15656 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}" | |
15657 | TOOLKIT_VPATH="\${top_srcdir}/src/unix" | |
15658 | fi | |
15659 | ||
15660 | ALL_SOURCES="\$(ALL_SOURCES)" | |
15661 | ALL_HEADERS="\$(ALL_HEADERS)" | |
15662 | ||
15663 | PORT_FILES="\${top_srcdir}/src/files.lst" | |
15664 | ||
15665 | GUIDIST="BASE_DIST" | |
15666 | DISTDIR="wxBase" | |
d836ee96 VZ |
15667 | fi |
15668 | ||
8284b0c5 | 15669 | |
21d1c967 GD |
15670 | if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then |
15671 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
6232543b | 15672 | fi |
21d1c967 GD |
15673 | |
15674 | if test "$wxUSE_REGEX" = "builtin" ; then | |
15675 | ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)" | |
1e487827 | 15676 | fi |
21d1c967 GD |
15677 | if test "$wxUSE_ZLIB" = "builtin" ; then |
15678 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
bd3277fe VZ |
15679 | fi |
15680 | ||
8284b0c5 | 15681 | |
21d1c967 GD |
15682 | if test "$wxUSE_OPENGL" = "yes"; then |
15683 | if test "$wxUSE_MAC" = 1; then | |
15684 | OPENGL_LIBS="-framework OpenGL -framework AGL" | |
15685 | elif test "$wxUSE_MSW" = 1; then | |
15686 | OPENGL_LIBS="-lopengl32 -lglu32" | |
15687 | else | |
a0b9e27f MB |
15688 | ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` |
15689 | echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 | |
d643b80e | 15690 | echo "configure:15691: checking for GL/gl.h" >&5 |
a0b9e27f MB |
15691 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
15692 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15693 | else | |
15694 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 15695 | #line 15696 "configure" |
10f2d63a | 15696 | #include "confdefs.h" |
21d1c967 | 15697 | #include <GL/gl.h> |
a0b9e27f MB |
15698 | EOF |
15699 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 15700 | { (eval echo configure:15701: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
15701 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
15702 | if test -z "$ac_err"; then | |
15703 | rm -rf conftest* | |
15704 | eval "ac_cv_header_$ac_safe=yes" | |
15705 | else | |
15706 | echo "$ac_err" >&5 | |
15707 | echo "configure: failed program was:" >&5 | |
698dcdb6 | 15708 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
15709 | rm -rf conftest* |
15710 | eval "ac_cv_header_$ac_safe=no" | |
703e0a69 | 15711 | fi |
a0b9e27f | 15712 | rm -f conftest* |
698dcdb6 | 15713 | fi |
a0b9e27f MB |
15714 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
15715 | echo "$ac_t""yes" 1>&6 | |
15716 | ||
15717 | echo $ac_n "checking for -lGL""... $ac_c" 1>&6 | |
d643b80e | 15718 | echo "configure:15719: checking for -lGL" >&5 |
a0b9e27f | 15719 | |
21d1c967 | 15720 | ac_find_libraries= |
2b5f62a0 | 15721 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
15722 | do |
15723 | for ac_extension in a so sl dylib; do | |
15724 | if test -f "$ac_dir/libGL.$ac_extension"; then | |
15725 | ac_find_libraries=$ac_dir | |
15726 | break 2 | |
15727 | fi | |
15728 | done | |
15729 | done | |
15730 | ||
15731 | if test "$ac_find_libraries" != "" ; then | |
a0b9e27f | 15732 | |
21d1c967 GD |
15733 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
15734 | result=$? | |
15735 | if test $result = 0; then | |
15736 | ac_path_to_link="" | |
15737 | else | |
15738 | ac_path_to_link=" -L$ac_find_libraries" | |
15739 | fi | |
15740 | ||
15741 | if test "$ac_path_to_link" = " -L/usr/lib" ; then | |
15742 | LDFLAGS_GL="$LDFLAGS" | |
15743 | else | |
15744 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
15745 | fi | |
15746 | OPENGL_LIBS="-lGL -lGLU" | |
a0b9e27f | 15747 | echo "$ac_t""yes" 1>&6 |
21d1c967 | 15748 | else |
a0b9e27f MB |
15749 | echo "$ac_t""no" 1>&6 |
15750 | echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6 | |
d643b80e | 15751 | echo "configure:15752: checking for -lMesaGL" >&5 |
a0b9e27f | 15752 | |
21d1c967 | 15753 | ac_find_libraries= |
2b5f62a0 | 15754 | for ac_dir in $SEARCH_LIB /usr/lib; |
21d1c967 GD |
15755 | do |
15756 | for ac_extension in a so sl dylib; do | |
15757 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
15758 | ac_find_libraries=$ac_dir | |
15759 | break 2 | |
15760 | fi | |
15761 | done | |
15762 | done | |
15763 | ||
15764 | if test "$ac_find_libraries" != "" ; then | |
a0b9e27f | 15765 | |
21d1c967 GD |
15766 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null |
15767 | result=$? | |
15768 | if test $result = 0; then | |
15769 | ac_path_to_link="" | |
15770 | else | |
15771 | ac_path_to_link=" -L$ac_find_libraries" | |
15772 | fi | |
15773 | ||
15774 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
15775 | OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
a0b9e27f | 15776 | echo "$ac_t""yes" 1>&6 |
21d1c967 | 15777 | else |
a0b9e27f | 15778 | echo "$ac_t""no" 1>&6 |
21d1c967 GD |
15779 | fi |
15780 | fi | |
a0b9e27f MB |
15781 | |
15782 | else | |
15783 | echo "$ac_t""no" 1>&6 | |
5c6fa7d2 | 15784 | fi |
52127426 | 15785 | |
8284b0c5 | 15786 | |
21d1c967 | 15787 | if test "x$OPENGL_LIBS" = "x"; then |
a0b9e27f | 15788 | { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; } |
21d1c967 GD |
15789 | fi |
15790 | fi | |
90dd450c | 15791 | |
21d1c967 | 15792 | if test "$wxUSE_OPENGL" = "yes"; then |
a0b9e27f | 15793 | cat >> confdefs.h <<\EOF |
21d1c967 | 15794 | #define wxUSE_OPENGL 1 |
a0b9e27f | 15795 | EOF |
21d1c967 | 15796 | |
a0b9e27f | 15797 | cat >> confdefs.h <<\EOF |
21d1c967 | 15798 | #define wxUSE_GLCANVAS 1 |
a0b9e27f | 15799 | EOF |
21d1c967 GD |
15800 | |
15801 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl" | |
15802 | fi | |
10f2d63a | 15803 | fi |
21d1c967 GD |
15804 | |
15805 | if test -z "$TOOLKIT_VPATH" ; then | |
15806 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}" | |
10f2d63a | 15807 | fi |
21d1c967 GD |
15808 | |
15809 | if test -n "$TOOLKIT" ; then | |
15810 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" | |
15811 | fi | |
15812 | ||
15813 | lib_unicode_suffix= | |
15814 | if test "$wxUSE_UNICODE" = "yes"; then | |
15815 | lib_unicode_suffix=u | |
90dd450c | 15816 | fi |
698dcdb6 | 15817 | |
21d1c967 GD |
15818 | lib_debug_suffix= |
15819 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then | |
15820 | lib_debug_suffix=d | |
15821 | fi | |
698dcdb6 | 15822 | |
2b5f62a0 VZ |
15823 | WX_VERSION_TAG=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"` |
15824 | ||
15825 | TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}" | |
15826 | TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}" | |
21d1c967 GD |
15827 | |
15828 | if test "$cross_compiling" = "yes"; then | |
15829 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}" | |
15830 | TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}" | |
15831 | fi | |
15832 | ||
15833 | WX_LIBRARY="wx_${TOOLCHAIN_NAME}" | |
15834 | WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}" | |
2b5f62a0 | 15835 | WX_LIBRARY_BASENAME="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}" |
21d1c967 GD |
15836 | |
15837 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
15838 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
15839 | ||
15840 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" | |
15841 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
15842 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" | |
15843 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
15844 | ||
15845 | case "${host}" in | |
15846 | *-*-cygwin* | *-*-mingw32* ) | |
15847 | ||
a0b9e27f MB |
15848 | |
15849 | ||
17234b26 | 15850 | if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then |
21d1c967 GD |
15851 | WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" |
15852 | WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" | |
15853 | WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}" | |
15854 | WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
15855 | else | |
15856 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
15857 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
15858 | fi | |
15859 | ;; | |
15860 | ||
15861 | *-*-darwin* ) | |
15862 | if test "$wxUSE_MAC" = 1; then | |
3bd8fb5f | 15863 | WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.r" |
21d1c967 GD |
15864 | WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.rsrc" |
15865 | fi | |
15866 | ;; | |
15867 | esac | |
15868 | ||
15869 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
15870 | WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a" | |
15871 | ||
15872 | WXCONFIG_LIBS="-l${WX_LIBRARY}" | |
15873 | WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a" | |
15874 | ||
15875 | if test "$wxUSE_OPENGL" = "yes"; then | |
15876 | WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}" | |
15877 | WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}" | |
15878 | fi | |
15879 | ||
8284b0c5 MB |
15880 | |
15881 | ||
21d1c967 GD |
15882 | if test "$wxUSE_SHARED" = "yes"; then |
15883 | case "${host}" in | |
15884 | *-pc-os2_emx | *-pc-os2-emx | \ | |
15885 | *-pc-msdosdjgpp ) | |
15886 | wxUSE_SHARED=no | |
a0b9e27f | 15887 | echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2 |
21d1c967 GD |
15888 | ;; |
15889 | esac | |
15890 | fi | |
15891 | ||
2b5f62a0 VZ |
15892 | if test "$wxUSE_SHARED" = "yes"; then |
15893 | ||
15894 | if test "$wxUSE_OPENGL" = "yes"; then | |
15895 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
15896 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}" | |
15897 | else | |
15898 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
15899 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}" | |
15900 | fi | |
15901 | ||
15902 | if test "$GCC" = "yes"; then | |
15903 | PIC_FLAG="-fPIC" | |
15904 | fi | |
15905 | ||
15906 | ||
15907 | ||
15908 | found_versioning=no | |
15909 | ||
15910 | case "${host}" in | |
15911 | *-*-solaris2* ) | |
15912 | if test "x$GCC" != "xyes" ; then | |
15913 | LDFLAGS_VERSIONING="-M \$(top_builddir)/version-script" | |
15914 | found_versioning=yes | |
15915 | fi | |
15916 | ;; | |
15917 | esac | |
15918 | ||
15919 | if test $found_versioning = no ; then | |
15920 | echo $ac_n "checking if the linker accepts --version-script""... $ac_c" 1>&6 | |
d643b80e | 15921 | echo "configure:15922: checking if the linker accepts --version-script" >&5 |
2b5f62a0 VZ |
15922 | if eval "test \"`echo '$''{'wx_cv_version_script'+set}'`\" = set"; then |
15923 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15924 | else | |
15925 | ||
15926 | echo "VER_1 { *; };" >conftest.sym | |
15927 | echo "int main() { return 0; }" >conftest.cpp | |
15928 | ||
15929 | if { ac_try=' | |
15930 | $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
d643b80e | 15931 | -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'; { (eval echo configure:15932: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } ; then |
2b5f62a0 VZ |
15932 | if test -s conftest.stderr ; then |
15933 | wx_cv_version_script=no | |
15934 | else | |
15935 | wx_cv_version_script=yes | |
15936 | fi | |
15937 | else | |
15938 | wx_cv_version_script=no | |
15939 | fi | |
15940 | rm -f conftest.output conftest.stderr conftest.sym conftest.cpp | |
15941 | ||
15942 | fi | |
15943 | ||
15944 | echo "$ac_t""$wx_cv_version_script" 1>&6 | |
15945 | if test $wx_cv_version_script = yes ; then | |
15946 | LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)/version-script" | |
15947 | fi | |
15948 | fi | |
21d1c967 | 15949 | |
21d1c967 GD |
15950 | |
15951 | SHARED_LD="${CXX} -shared -o" | |
15952 | ||
15953 | case "${host}" in | |
15954 | *-hp-hpux* ) | |
ad2622f1 | 15955 | if test "$GCC" = "yes"; then |
85d5e282 | 15956 | SHARED_LD="${CXX} -shared ${PIC_FLAG} -o" |
21d1c967 GD |
15957 | else |
15958 | LDFLAGS="$LDFLAGS -L/usr/lib" | |
15959 | ||
15960 | SHARED_LD="${CXX} -b -o" | |
15961 | PIC_FLAG="+Z" | |
15962 | fi | |
15963 | ||
15964 | if test "$wxUSE_OPENGL" = "yes"; then | |
15965 | WX_ALL_INSTALLED="preinstall_gl" | |
15966 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
15967 | else | |
15968 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
15969 | fi | |
15970 | ;; | |
15971 | ||
15972 | *-*-linux* ) | |
15973 | if test "$GCC" != "yes"; then | |
a0b9e27f | 15974 | echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6 |
d643b80e | 15975 | echo "configure:15976: checking for Intel compiler" >&5 |
a0b9e27f MB |
15976 | if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then |
15977 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15978 | else | |
15979 | ||
15980 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 15981 | #line 15982 "configure" |
698dcdb6 | 15982 | #include "confdefs.h" |
90dd450c | 15983 | |
a0b9e27f | 15984 | int main() { |
90dd450c | 15985 | |
21d1c967 GD |
15986 | #ifndef __INTEL_COMPILER |
15987 | #error Not icc | |
15988 | #endif | |
a0b9e27f MB |
15989 | |
15990 | ; return 0; } | |
15991 | EOF | |
d643b80e | 15992 | if { (eval echo configure:15993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 15993 | rm -rf conftest* |
21d1c967 | 15994 | wx_cv_prog_icc=yes |
6232543b | 15995 | else |
a0b9e27f MB |
15996 | echo "configure: failed program was:" >&5 |
15997 | cat conftest.$ac_ext >&5 | |
15998 | rm -rf conftest* | |
15999 | wx_cv_prog_icc=no | |
16000 | ||
5c6fa7d2 | 16001 | fi |
a0b9e27f MB |
16002 | rm -f conftest* |
16003 | ||
247f5006 | 16004 | fi |
a0b9e27f MB |
16005 | |
16006 | echo "$ac_t""$wx_cv_prog_icc" 1>&6 | |
21d1c967 GD |
16007 | if test "$wx_cv_prog_icc" = "yes"; then |
16008 | PIC_FLAG="-KPIC" | |
16009 | fi | |
16010 | fi | |
16011 | ||
16012 | if test "$wxUSE_SONAME" = "yes" ; then | |
16013 | SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}" | |
16014 | SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}" | |
16015 | WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)" | |
16016 | fi | |
16017 | ;; | |
16018 | ||
16019 | *-*-solaris2* ) | |
16020 | if test "$GCC" = yes ; then | |
16021 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
16022 | else | |
16023 | SHARED_LD="${CXX} -G -o" | |
16024 | PIC_FLAG="-KPIC" | |
16025 | SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}" | |
16026 | SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED_GL}" | |
16027 | fi | |
16028 | ;; | |
16029 | ||
16030 | *-*-darwin* ) | |
b2fee376 GD |
16031 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXMAKINGDLL" |
16032 | CFLAGS="$CFLAGS -fno-common" | |
16033 | CXXFLAGS="$CXXFLAGS -fno-common" | |
21d1c967 GD |
16034 | SHARED_LD="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o" |
16035 | PIC_FLAG="-dynamic -fPIC" | |
16036 | SONAME_FLAGS="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION}" | |
16037 | SONAME_FLAGS_GL=${SONAME_FLAGS} | |
16038 | ;; | |
16039 | ||
16040 | *-*-aix* ) | |
2b5f62a0 VZ |
16041 | if test "$GCC" != "yes"; then |
16042 | # Extract the first word of "makeC++SharedLib", so it can be a program name with args. | |
321d2b14 | 16043 | set dummy makeC++SharedLib; ac_word=$2 |
a0b9e27f | 16044 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 16045 | echo "configure:16046: checking for $ac_word" >&5 |
a0b9e27f MB |
16046 | if eval "test \"`echo '$''{'ac_cv_prog_AIX_CXX_LD'+set}'`\" = set"; then |
16047 | echo $ac_n "(cached) $ac_c" 1>&6 | |
321d2b14 VZ |
16048 | else |
16049 | if test -n "$AIX_CXX_LD"; then | |
16050 | ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test. | |
16051 | else | |
a0b9e27f MB |
16052 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
16053 | ac_dummy="$PATH" | |
16054 | for ac_dir in $ac_dummy; do | |
16055 | test -z "$ac_dir" && ac_dir=. | |
16056 | if test -f $ac_dir/$ac_word; then | |
16057 | ac_cv_prog_AIX_CXX_LD="makeC++SharedLib" | |
16058 | break | |
16059 | fi | |
16060 | done | |
16061 | IFS="$ac_save_ifs" | |
321d2b14 VZ |
16062 | test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib" |
16063 | fi | |
16064 | fi | |
a0b9e27f | 16065 | AIX_CXX_LD="$ac_cv_prog_AIX_CXX_LD" |
321d2b14 | 16066 | if test -n "$AIX_CXX_LD"; then |
a0b9e27f | 16067 | echo "$ac_t""$AIX_CXX_LD" 1>&6 |
321d2b14 | 16068 | else |
a0b9e27f | 16069 | echo "$ac_t""no" 1>&6 |
321d2b14 VZ |
16070 | fi |
16071 | ||
8284b0c5 | 16072 | |
2b5f62a0 VZ |
16073 | SHARED_LD="$(AIX_CXX_LD) -p 0 -o" |
16074 | fi | |
21d1c967 GD |
16075 | ;; |
16076 | ||
16077 | *-*-cygwin* | *-*-mingw32* ) | |
21d1c967 GD |
16078 | WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a" |
16079 | ||
16080 | SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o" | |
16081 | TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1" | |
16082 | ||
16083 | PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1" | |
16084 | ||
16085 | if test "$wxUSE_OPENGL" = "yes"; then | |
16086 | WX_ALL_INSTALLED="preinstall_gl" | |
16087 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
16088 | else | |
16089 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
16090 | fi | |
16091 | ;; | |
16092 | ||
16093 | *-*-beos* ) | |
16094 | SHARED_LD="${LD} -shared -o" | |
16095 | ;; | |
16096 | ||
2b5f62a0 VZ |
16097 | *-*-irix* ) |
16098 | if test "$GCC" != "yes"; then | |
16099 | PIC_FLAG="-KPIC" | |
16100 | fi | |
16101 | ;; | |
16102 | ||
21d1c967 GD |
16103 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ |
16104 | *-*-sunos4* | \ | |
21d1c967 GD |
16105 | *-*-osf* | \ |
16106 | *-*-dgux5* | \ | |
16107 | *-*-sysv5* ) | |
16108 | ;; | |
16109 | ||
16110 | *) | |
a0b9e27f | 16111 | { echo "configure: error: unknown system type $host." 1>&2; exit 1; } |
21d1c967 GD |
16112 | esac |
16113 | ||
16114 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
16115 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
16116 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}" | |
16117 | fi | |
16118 | ||
16119 | WX_TARGET_LIBRARY_TYPE="so" | |
16120 | INSTALL_LIBRARY='$(INSTALL_PROGRAM)' | |
90dd450c | 16121 | fi |
10f2d63a | 16122 | |
21d1c967 GD |
16123 | if test "$wxUSE_SHARED" = "no"; then |
16124 | ||
16125 | if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then | |
16126 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
16127 | fi | |
16128 | ||
16129 | if test "$wxUSE_MAC" = 1; then | |
16130 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
16131 | fi | |
16132 | ||
16133 | if test "$wxUSE_OPENGL" = "yes"; then | |
16134 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl" | |
16135 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}" | |
16136 | else | |
16137 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}" | |
16138 | fi | |
16139 | ||
16140 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
16141 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" | |
16142 | ||
16143 | WX_TARGET_LIBRARY_TYPE="a" | |
16144 | INSTALL_LIBRARY='$(INSTALL_DATA)' | |
2bffed64 VZ |
16145 | |
16146 | STATIC_FLAG="yes" | |
16147 | else | |
16148 | STATIC_FLAG="no" | |
90dd450c | 16149 | fi |
1e487827 | 16150 | |
21d1c967 GD |
16151 | if test "$wxUSE_MAC" = 1; then |
16152 | LIBWXMACRES="\$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}" | |
16153 | WX_ALL="${WX_ALL} ${LIBWXMACRES}" | |
16154 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res" | |
16155 | # Extract the first word of "Rez", so it can be a program name with args. | |
16156 | set dummy Rez; ac_word=$2 | |
a0b9e27f | 16157 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 16158 | echo "configure:16159: checking for $ac_word" >&5 |
a0b9e27f MB |
16159 | if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then |
16160 | echo $ac_n "(cached) $ac_c" 1>&6 | |
b93d0d08 | 16161 | else |
21d1c967 GD |
16162 | if test -n "$RESCOMP"; then |
16163 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
b93d0d08 | 16164 | else |
a0b9e27f MB |
16165 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
16166 | ac_dummy="$PATH" | |
16167 | for ac_dir in $ac_dummy; do | |
16168 | test -z "$ac_dir" && ac_dir=. | |
16169 | if test -f $ac_dir/$ac_word; then | |
16170 | ac_cv_prog_RESCOMP="Rez" | |
16171 | break | |
16172 | fi | |
16173 | done | |
16174 | IFS="$ac_save_ifs" | |
21d1c967 | 16175 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" |
b93d0d08 | 16176 | fi |
b93d0d08 | 16177 | fi |
a0b9e27f | 16178 | RESCOMP="$ac_cv_prog_RESCOMP" |
21d1c967 | 16179 | if test -n "$RESCOMP"; then |
a0b9e27f | 16180 | echo "$ac_t""$RESCOMP" 1>&6 |
90dd450c | 16181 | else |
a0b9e27f | 16182 | echo "$ac_t""no" 1>&6 |
90dd450c | 16183 | fi |
b93d0d08 | 16184 | |
21d1c967 GD |
16185 | # Extract the first word of "DeRez", so it can be a program name with args. |
16186 | set dummy DeRez; ac_word=$2 | |
a0b9e27f | 16187 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
d643b80e | 16188 | echo "configure:16189: checking for $ac_word" >&5 |
a0b9e27f MB |
16189 | if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then |
16190 | echo $ac_n "(cached) $ac_c" 1>&6 | |
3a922bb4 | 16191 | else |
21d1c967 GD |
16192 | if test -n "$DEREZ"; then |
16193 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
4f14bcd8 | 16194 | else |
a0b9e27f MB |
16195 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
16196 | ac_dummy="$PATH" | |
16197 | for ac_dir in $ac_dummy; do | |
16198 | test -z "$ac_dir" && ac_dir=. | |
16199 | if test -f $ac_dir/$ac_word; then | |
16200 | ac_cv_prog_DEREZ="DeRez" | |
16201 | break | |
16202 | fi | |
16203 | done | |
16204 | IFS="$ac_save_ifs" | |
21d1c967 | 16205 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" |
3a922bb4 | 16206 | fi |
90dd450c | 16207 | fi |
a0b9e27f | 16208 | DEREZ="$ac_cv_prog_DEREZ" |
21d1c967 | 16209 | if test -n "$DEREZ"; then |
a0b9e27f | 16210 | echo "$ac_t""$DEREZ" 1>&6 |
90dd450c | 16211 | else |
a0b9e27f | 16212 | echo "$ac_t""no" 1>&6 |
3a922bb4 | 16213 | fi |
698dcdb6 | 16214 | |
21d1c967 | 16215 | MACOSX_BUNDLE="bundle" |
2b5f62a0 VZ |
16216 | LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)" |
16217 | LIBWXMACRESWXCONFIG="${RESCOMP} -t APPL Carbon.r \${prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" | |
21d1c967 GD |
16218 | else |
16219 | if test "$wxUSE_PM" = 1; then | |
16220 | LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)" | |
90dd450c | 16221 | fi |
4f14bcd8 | 16222 | fi |
10f2d63a | 16223 | |
8284b0c5 | 16224 | |
a0b9e27f | 16225 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
d643b80e | 16226 | echo "configure:16227: checking for ANSI C header files" >&5 |
a0b9e27f MB |
16227 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
16228 | echo $ac_n "(cached) $ac_c" 1>&6 | |
52127426 | 16229 | else |
a0b9e27f | 16230 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16231 | #line 16232 "configure" |
52127426 | 16232 | #include "confdefs.h" |
a0b9e27f MB |
16233 | #include <stdlib.h> |
16234 | #include <stdarg.h> | |
16235 | #include <string.h> | |
16236 | #include <float.h> | |
16237 | EOF | |
16238 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 16239 | { (eval echo configure:16240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
16240 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
16241 | if test -z "$ac_err"; then | |
16242 | rm -rf conftest* | |
16243 | ac_cv_header_stdc=yes | |
16244 | else | |
16245 | echo "$ac_err" >&5 | |
16246 | echo "configure: failed program was:" >&5 | |
16247 | cat conftest.$ac_ext >&5 | |
16248 | rm -rf conftest* | |
16249 | ac_cv_header_stdc=no | |
16250 | fi | |
16251 | rm -f conftest* | |
16252 | ||
16253 | if test $ac_cv_header_stdc = yes; then | |
16254 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
16255 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16256 | #line 16257 "configure" |
a0b9e27f MB |
16257 | #include "confdefs.h" |
16258 | #include <string.h> | |
16259 | EOF | |
16260 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
16261 | egrep "memchr" >/dev/null 2>&1; then | |
16262 | : | |
16263 | else | |
16264 | rm -rf conftest* | |
16265 | ac_cv_header_stdc=no | |
16266 | fi | |
16267 | rm -f conftest* | |
16268 | ||
16269 | fi | |
16270 | ||
16271 | if test $ac_cv_header_stdc = yes; then | |
16272 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
16273 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16274 | #line 16275 "configure" |
a0b9e27f MB |
16275 | #include "confdefs.h" |
16276 | #include <stdlib.h> | |
16277 | EOF | |
16278 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
16279 | egrep "free" >/dev/null 2>&1; then | |
16280 | : | |
7b4a847f | 16281 | else |
a0b9e27f MB |
16282 | rm -rf conftest* |
16283 | ac_cv_header_stdc=no | |
52127426 | 16284 | fi |
a0b9e27f MB |
16285 | rm -f conftest* |
16286 | ||
52127426 | 16287 | fi |
a0b9e27f MB |
16288 | |
16289 | if test $ac_cv_header_stdc = yes; then | |
16290 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
16291 | if test "$cross_compiling" = yes; then | |
247f5006 VZ |
16292 | : |
16293 | else | |
a0b9e27f | 16294 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16295 | #line 16296 "configure" |
a0b9e27f MB |
16296 | #include "confdefs.h" |
16297 | #include <ctype.h> | |
16298 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
16299 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
16300 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
16301 | int main () { int i; for (i = 0; i < 256; i++) | |
16302 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
16303 | exit (0); } | |
247f5006 | 16304 | |
a0b9e27f | 16305 | EOF |
d643b80e | 16306 | if { (eval echo configure:16307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
a0b9e27f MB |
16307 | then |
16308 | : | |
16309 | else | |
16310 | echo "configure: failed program was:" >&5 | |
16311 | cat conftest.$ac_ext >&5 | |
16312 | rm -fr conftest* | |
16313 | ac_cv_header_stdc=no | |
16314 | fi | |
16315 | rm -fr conftest* | |
16316 | fi | |
16317 | ||
16318 | fi | |
16319 | fi | |
16320 | ||
16321 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
16322 | if test $ac_cv_header_stdc = yes; then | |
16323 | cat >> confdefs.h <<\EOF | |
16324 | #define STDC_HEADERS 1 | |
16325 | EOF | |
8284b0c5 MB |
16326 | |
16327 | fi | |
16328 | ||
a0b9e27f | 16329 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 |
d643b80e | 16330 | echo "configure:16331: checking for mode_t" >&5 |
a0b9e27f MB |
16331 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then |
16332 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 16333 | else |
a0b9e27f | 16334 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16335 | #line 16336 "configure" |
8284b0c5 | 16336 | #include "confdefs.h" |
a0b9e27f MB |
16337 | #include <sys/types.h> |
16338 | #if STDC_HEADERS | |
16339 | #include <stdlib.h> | |
16340 | #include <stddef.h> | |
8284b0c5 | 16341 | #endif |
a0b9e27f MB |
16342 | EOF |
16343 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
16344 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
16345 | rm -rf conftest* | |
16346 | ac_cv_type_mode_t=yes | |
5c6fa7d2 | 16347 | else |
a0b9e27f MB |
16348 | rm -rf conftest* |
16349 | ac_cv_type_mode_t=no | |
16350 | fi | |
16351 | rm -f conftest* | |
16352 | ||
8284b0c5 | 16353 | fi |
a0b9e27f MB |
16354 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 |
16355 | if test $ac_cv_type_mode_t = no; then | |
16356 | cat >> confdefs.h <<\EOF | |
16357 | #define mode_t int | |
16358 | EOF | |
16359 | ||
8284b0c5 | 16360 | fi |
a0b9e27f MB |
16361 | |
16362 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 | |
d643b80e | 16363 | echo "configure:16364: checking for off_t" >&5 |
a0b9e27f MB |
16364 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
16365 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16366 | else | |
16367 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16368 | #line 16369 "configure" |
a0b9e27f MB |
16369 | #include "confdefs.h" |
16370 | #include <sys/types.h> | |
16371 | #if STDC_HEADERS | |
16372 | #include <stdlib.h> | |
16373 | #include <stddef.h> | |
16374 | #endif | |
16375 | EOF | |
16376 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
16377 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
16378 | rm -rf conftest* | |
16379 | ac_cv_type_off_t=yes | |
247f5006 | 16380 | else |
a0b9e27f MB |
16381 | rm -rf conftest* |
16382 | ac_cv_type_off_t=no | |
16383 | fi | |
16384 | rm -f conftest* | |
247f5006 | 16385 | |
a0b9e27f MB |
16386 | fi |
16387 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
16388 | if test $ac_cv_type_off_t = no; then | |
16389 | cat >> confdefs.h <<\EOF | |
90dd450c | 16390 | #define off_t long |
a0b9e27f | 16391 | EOF |
10f2d63a | 16392 | |
90dd450c | 16393 | fi |
10f2d63a | 16394 | |
a0b9e27f | 16395 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
d643b80e | 16396 | echo "configure:16397: checking for pid_t" >&5 |
a0b9e27f MB |
16397 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
16398 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 16399 | else |
a0b9e27f | 16400 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16401 | #line 16402 "configure" |
10f2d63a | 16402 | #include "confdefs.h" |
a0b9e27f MB |
16403 | #include <sys/types.h> |
16404 | #if STDC_HEADERS | |
16405 | #include <stdlib.h> | |
16406 | #include <stddef.h> | |
8284b0c5 | 16407 | #endif |
a0b9e27f MB |
16408 | EOF |
16409 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
16410 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
16411 | rm -rf conftest* | |
90dd450c | 16412 | ac_cv_type_pid_t=yes |
698dcdb6 | 16413 | else |
a0b9e27f MB |
16414 | rm -rf conftest* |
16415 | ac_cv_type_pid_t=no | |
8284b0c5 | 16416 | fi |
a0b9e27f | 16417 | rm -f conftest* |
247f5006 | 16418 | |
a0b9e27f MB |
16419 | fi |
16420 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
16421 | if test $ac_cv_type_pid_t = no; then | |
16422 | cat >> confdefs.h <<\EOF | |
90dd450c | 16423 | #define pid_t int |
a0b9e27f | 16424 | EOF |
10f2d63a | 16425 | |
7b4a847f RR |
16426 | fi |
16427 | ||
a0b9e27f | 16428 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
d643b80e | 16429 | echo "configure:16430: checking for size_t" >&5 |
a0b9e27f MB |
16430 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
16431 | echo $ac_n "(cached) $ac_c" 1>&6 | |
7b4a847f | 16432 | else |
a0b9e27f | 16433 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16434 | #line 16435 "configure" |
7b4a847f | 16435 | #include "confdefs.h" |
a0b9e27f MB |
16436 | #include <sys/types.h> |
16437 | #if STDC_HEADERS | |
16438 | #include <stdlib.h> | |
16439 | #include <stddef.h> | |
8284b0c5 | 16440 | #endif |
a0b9e27f MB |
16441 | EOF |
16442 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
16443 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
16444 | rm -rf conftest* | |
90dd450c | 16445 | ac_cv_type_size_t=yes |
18dbb1f6 | 16446 | else |
a0b9e27f MB |
16447 | rm -rf conftest* |
16448 | ac_cv_type_size_t=no | |
52127426 | 16449 | fi |
a0b9e27f | 16450 | rm -f conftest* |
247f5006 | 16451 | |
a0b9e27f MB |
16452 | fi |
16453 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
16454 | if test $ac_cv_type_size_t = no; then | |
16455 | cat >> confdefs.h <<\EOF | |
90dd450c | 16456 | #define size_t unsigned |
a0b9e27f | 16457 | EOF |
90dd450c VZ |
16458 | |
16459 | fi | |
16460 | ||
a0b9e27f | 16461 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 |
d643b80e | 16462 | echo "configure:16463: checking for uid_t in sys/types.h" >&5 |
a0b9e27f MB |
16463 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
16464 | echo $ac_n "(cached) $ac_c" 1>&6 | |
b3e8d00a | 16465 | else |
a0b9e27f | 16466 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16467 | #line 16468 "configure" |
b3e8d00a | 16468 | #include "confdefs.h" |
90dd450c | 16469 | #include <sys/types.h> |
a0b9e27f | 16470 | EOF |
90dd450c VZ |
16471 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
16472 | egrep "uid_t" >/dev/null 2>&1; then | |
a0b9e27f | 16473 | rm -rf conftest* |
90dd450c | 16474 | ac_cv_type_uid_t=yes |
b3e8d00a | 16475 | else |
a0b9e27f | 16476 | rm -rf conftest* |
90dd450c | 16477 | ac_cv_type_uid_t=no |
b3e8d00a | 16478 | fi |
90dd450c | 16479 | rm -f conftest* |
b3e8d00a | 16480 | |
4f14bcd8 | 16481 | fi |
247f5006 | 16482 | |
a0b9e27f MB |
16483 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 |
16484 | if test $ac_cv_type_uid_t = no; then | |
16485 | cat >> confdefs.h <<\EOF | |
90dd450c | 16486 | #define uid_t int |
a0b9e27f | 16487 | EOF |
247f5006 | 16488 | |
a0b9e27f | 16489 | cat >> confdefs.h <<\EOF |
90dd450c | 16490 | #define gid_t int |
a0b9e27f | 16491 | EOF |
4f14bcd8 | 16492 | |
b3e8d00a | 16493 | fi |
b3e8d00a | 16494 | |
8284b0c5 MB |
16495 | |
16496 | ||
a0b9e27f MB |
16497 | ac_ext=C |
16498 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
4f14bcd8 | 16499 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
16500 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16501 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16502 | cross_compiling=$ac_cv_prog_cxx_cross | |
90dd450c | 16503 | |
a0b9e27f | 16504 | echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6 |
d643b80e | 16505 | echo "configure:16506: checking if size_t is unsigned int" >&5 |
a0b9e27f MB |
16506 | if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then |
16507 | echo $ac_n "(cached) $ac_c" 1>&6 | |
90dd450c | 16508 | else |
a0b9e27f | 16509 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16510 | #line 16511 "configure" |
10f2d63a | 16511 | #include "confdefs.h" |
90dd450c | 16512 | #include <stddef.h> |
a0b9e27f | 16513 | int main() { |
90dd450c VZ |
16514 | |
16515 | return 0; } | |
16516 | ||
16517 | struct Foo { void foo(size_t); void foo(unsigned int); }; | |
16518 | ||
16519 | int bar() { | |
a0b9e27f MB |
16520 | |
16521 | ; return 0; } | |
16522 | EOF | |
d643b80e | 16523 | if { (eval echo configure:16524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 16524 | rm -rf conftest* |
90dd450c | 16525 | wx_cv_size_t_is_uint=no |
698dcdb6 | 16526 | else |
a0b9e27f MB |
16527 | echo "configure: failed program was:" >&5 |
16528 | cat conftest.$ac_ext >&5 | |
16529 | rm -rf conftest* | |
16530 | wx_cv_size_t_is_uint=yes | |
16531 | ||
5c6fa7d2 | 16532 | fi |
a0b9e27f | 16533 | rm -f conftest* |
8284b0c5 | 16534 | |
247f5006 | 16535 | fi |
a0b9e27f MB |
16536 | |
16537 | echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6 | |
4f14bcd8 | 16538 | |
90dd450c | 16539 | if test "$wx_cv_size_t_is_uint" = "yes"; then |
a0b9e27f | 16540 | cat >> confdefs.h <<\EOF |
90dd450c | 16541 | #define wxSIZE_T_IS_UINT 1 |
a0b9e27f | 16542 | EOF |
698dcdb6 | 16543 | |
90dd450c | 16544 | else |
a0b9e27f | 16545 | echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6 |
d643b80e | 16546 | echo "configure:16547: checking if size_t is unsigned long" >&5 |
a0b9e27f MB |
16547 | if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then |
16548 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 16549 | else |
a0b9e27f | 16550 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16551 | #line 16552 "configure" |
10f2d63a | 16552 | #include "confdefs.h" |
90dd450c | 16553 | #include <stddef.h> |
a0b9e27f | 16554 | int main() { |
90dd450c VZ |
16555 | |
16556 | return 0; } | |
16557 | ||
16558 | struct Foo { void foo(size_t); void foo(unsigned long); }; | |
16559 | ||
16560 | int bar() { | |
a0b9e27f MB |
16561 | |
16562 | ; return 0; } | |
16563 | EOF | |
d643b80e | 16564 | if { (eval echo configure:16565: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 16565 | rm -rf conftest* |
90dd450c | 16566 | wx_cv_size_t_is_ulong=no |
698dcdb6 | 16567 | else |
a0b9e27f MB |
16568 | echo "configure: failed program was:" >&5 |
16569 | cat conftest.$ac_ext >&5 | |
16570 | rm -rf conftest* | |
16571 | wx_cv_size_t_is_ulong=yes | |
16572 | ||
5c6fa7d2 | 16573 | fi |
a0b9e27f MB |
16574 | rm -f conftest* |
16575 | ||
247f5006 | 16576 | fi |
a0b9e27f MB |
16577 | |
16578 | echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6 | |
10f2d63a | 16579 | |
90dd450c | 16580 | if test "$wx_cv_size_t_is_ulong" = "yes"; then |
a0b9e27f | 16581 | cat >> confdefs.h <<\EOF |
90dd450c | 16582 | #define wxSIZE_T_IS_ULONG 1 |
a0b9e27f | 16583 | EOF |
4f14bcd8 GD |
16584 | |
16585 | fi | |
90dd450c | 16586 | fi |
1e487827 | 16587 | |
90dd450c | 16588 | ac_ext=c |
a0b9e27f | 16589 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 16590 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
16591 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16592 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16593 | cross_compiling=$ac_cv_prog_cc_cross | |
698dcdb6 | 16594 | |
5c6fa7d2 | 16595 | |
8284b0c5 | 16596 | |
a0b9e27f | 16597 | echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 |
d643b80e | 16598 | echo "configure:16599: checking for pw_gecos in struct passwd" >&5 |
a0b9e27f MB |
16599 | if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then |
16600 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 16601 | else |
a0b9e27f MB |
16602 | |
16603 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16604 | #line 16605 "configure" |
4f14bcd8 | 16605 | #include "confdefs.h" |
90dd450c | 16606 | #include <pwd.h> |
a0b9e27f | 16607 | int main() { |
f6bcfd97 | 16608 | |
90dd450c VZ |
16609 | char *p; |
16610 | struct passwd *pw; | |
16611 | p = pw->pw_gecos; | |
a0b9e27f MB |
16612 | |
16613 | ; return 0; } | |
16614 | EOF | |
d643b80e | 16615 | if { (eval echo configure:16616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
16616 | rm -rf conftest* |
16617 | ||
90dd450c | 16618 | wx_cv_struct_pw_gecos=yes |
a0b9e27f | 16619 | |
10f2d63a | 16620 | else |
a0b9e27f MB |
16621 | echo "configure: failed program was:" >&5 |
16622 | cat conftest.$ac_ext >&5 | |
16623 | rm -rf conftest* | |
16624 | ||
90dd450c | 16625 | wx_cv_struct_pw_gecos=no |
a0b9e27f MB |
16626 | |
16627 | ||
5c6fa7d2 | 16628 | fi |
a0b9e27f MB |
16629 | rm -f conftest* |
16630 | ||
247f5006 VZ |
16631 | |
16632 | fi | |
a0b9e27f MB |
16633 | |
16634 | echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 | |
c521c494 | 16635 | |
90dd450c | 16636 | if test "$wx_cv_struct_pw_gecos" = "yes"; then |
a0b9e27f | 16637 | cat >> confdefs.h <<\EOF |
90dd450c | 16638 | #define HAVE_PW_GECOS 1 |
a0b9e27f | 16639 | EOF |
c521c494 | 16640 | |
90dd450c | 16641 | fi |
4f14bcd8 | 16642 | |
8284b0c5 | 16643 | |
d29b553b | 16644 | if test "$wx_cv_sizeof_wchar_t" != "0"; then |
a0b9e27f | 16645 | cat >> confdefs.h <<\EOF |
d74f4b5a | 16646 | #define wxUSE_WCHAR_T 1 |
a0b9e27f | 16647 | EOF |
d74f4b5a | 16648 | |
8284b0c5 | 16649 | |
d74f4b5a VZ |
16650 | WCSLEN_FOUND=0 |
16651 | WCHAR_LINK= | |
a0b9e27f | 16652 | for ac_func in wcslen |
7a30264c | 16653 | do |
a0b9e27f | 16654 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 16655 | echo "configure:16656: checking for $ac_func" >&5 |
a0b9e27f MB |
16656 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16657 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16658 | else | |
16659 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16660 | #line 16661 "configure" |
4f14bcd8 | 16661 | #include "confdefs.h" |
7a30264c | 16662 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 16663 | which can conflict with char $ac_func(); below. */ |
7a30264c | 16664 | #include <assert.h> |
4f14bcd8 GD |
16665 | /* Override any gcc2 internal prototype to avoid an error. */ |
16666 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
16667 | builtin and then its argument prototype would still apply. */ |
16668 | char $ac_func(); | |
16669 | ||
16670 | int main() { | |
16671 | ||
7a30264c VZ |
16672 | /* The GNU C library defines this for functions which it implements |
16673 | to always fail with ENOSYS. Some functions are actually named | |
16674 | something starting with __ and the normal name is an alias. */ | |
16675 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16676 | choke me | |
16677 | #else | |
a0b9e27f | 16678 | $ac_func(); |
7a30264c VZ |
16679 | #endif |
16680 | ||
a0b9e27f MB |
16681 | ; return 0; } |
16682 | EOF | |
d643b80e | 16683 | if { (eval echo configure:16684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
16684 | rm -rf conftest* |
16685 | eval "ac_cv_func_$ac_func=yes" | |
16686 | else | |
16687 | echo "configure: failed program was:" >&5 | |
16688 | cat conftest.$ac_ext >&5 | |
16689 | rm -rf conftest* | |
16690 | eval "ac_cv_func_$ac_func=no" | |
16691 | fi | |
16692 | rm -f conftest* | |
16693 | fi | |
16694 | ||
16695 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16696 | echo "$ac_t""yes" 1>&6 | |
16697 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16698 | cat >> confdefs.h <<EOF | |
16699 | #define $ac_tr_func 1 | |
16700 | EOF | |
d74f4b5a | 16701 | WCSLEN_FOUND=1 |
a0b9e27f MB |
16702 | else |
16703 | echo "$ac_t""no" 1>&6 | |
7a30264c VZ |
16704 | fi |
16705 | done | |
9d8deca0 | 16706 | |
8284b0c5 | 16707 | |
d74f4b5a | 16708 | if test "$WCSLEN_FOUND" = 0; then |
7a30264c | 16709 | if test "$TOOLKIT" = "MSW"; then |
a0b9e27f | 16710 | echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6 |
d643b80e | 16711 | echo "configure:16712: checking for wcslen in -lmsvcrt" >&5 |
a0b9e27f MB |
16712 | ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'` |
16713 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16714 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 16715 | else |
a0b9e27f | 16716 | ac_save_LIBS="$LIBS" |
7a30264c | 16717 | LIBS="-lmsvcrt $LIBS" |
a0b9e27f | 16718 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16719 | #line 16720 "configure" |
10f2d63a | 16720 | #include "confdefs.h" |
4f14bcd8 GD |
16721 | /* Override any gcc2 internal prototype to avoid an error. */ |
16722 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
16723 | builtin and then its argument prototype would still apply. */ |
16724 | char wcslen(); | |
16725 | ||
16726 | int main() { | |
16727 | wcslen() | |
16728 | ; return 0; } | |
16729 | EOF | |
d643b80e | 16730 | if { (eval echo configure:16731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
16731 | rm -rf conftest* |
16732 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16733 | else | |
16734 | echo "configure: failed program was:" >&5 | |
16735 | cat conftest.$ac_ext >&5 | |
16736 | rm -rf conftest* | |
16737 | eval "ac_cv_lib_$ac_lib_var=no" | |
16738 | fi | |
16739 | rm -f conftest* | |
16740 | LIBS="$ac_save_LIBS" | |
16741 | ||
16742 | fi | |
16743 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16744 | echo "$ac_t""yes" 1>&6 | |
d74f4b5a | 16745 | WCHAR_OK=1 |
a0b9e27f MB |
16746 | else |
16747 | echo "$ac_t""no" 1>&6 | |
d29b553b | 16748 | fi |
698dcdb6 | 16749 | |
7a30264c | 16750 | else |
a0b9e27f | 16751 | echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 |
d643b80e | 16752 | echo "configure:16753: checking for wcslen in -lw" >&5 |
a0b9e27f MB |
16753 | ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` |
16754 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16755 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 16756 | else |
a0b9e27f | 16757 | ac_save_LIBS="$LIBS" |
7a30264c | 16758 | LIBS="-lw $LIBS" |
a0b9e27f | 16759 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16760 | #line 16761 "configure" |
95c8801c | 16761 | #include "confdefs.h" |
4f14bcd8 GD |
16762 | /* Override any gcc2 internal prototype to avoid an error. */ |
16763 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
16764 | builtin and then its argument prototype would still apply. */ |
16765 | char wcslen(); | |
52127426 | 16766 | |
a0b9e27f MB |
16767 | int main() { |
16768 | wcslen() | |
16769 | ; return 0; } | |
16770 | EOF | |
d643b80e | 16771 | if { (eval echo configure:16772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
16772 | rm -rf conftest* |
16773 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16774 | else | |
16775 | echo "configure: failed program was:" >&5 | |
16776 | cat conftest.$ac_ext >&5 | |
16777 | rm -rf conftest* | |
16778 | eval "ac_cv_lib_$ac_lib_var=no" | |
16779 | fi | |
16780 | rm -f conftest* | |
16781 | LIBS="$ac_save_LIBS" | |
16782 | ||
16783 | fi | |
16784 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16785 | echo "$ac_t""yes" 1>&6 | |
16786 | ||
7a30264c | 16787 | WCHAR_LINK=" -lw" |
d74f4b5a | 16788 | WCSLEN_FOUND=1 |
a0b9e27f MB |
16789 | |
16790 | else | |
16791 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 | 16792 | fi |
10f2d63a | 16793 | |
7a30264c | 16794 | fi |
d29b553b | 16795 | fi |
95c8801c | 16796 | |
d74f4b5a | 16797 | if test "$WCSLEN_FOUND" = 1; then |
a0b9e27f | 16798 | cat >> confdefs.h <<\EOF |
d74f4b5a | 16799 | #define HAVE_WCSLEN 1 |
a0b9e27f | 16800 | EOF |
10f2d63a | 16801 | |
d74f4b5a | 16802 | fi |
52127426 | 16803 | |
a0b9e27f | 16804 | for ac_func in wcsrtombs |
eb4efbdc | 16805 | do |
a0b9e27f | 16806 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 16807 | echo "configure:16808: checking for $ac_func" >&5 |
a0b9e27f MB |
16808 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16809 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16810 | else | |
16811 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16812 | #line 16813 "configure" |
eb4efbdc VZ |
16813 | #include "confdefs.h" |
16814 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 16815 | which can conflict with char $ac_func(); below. */ |
eb4efbdc VZ |
16816 | #include <assert.h> |
16817 | /* Override any gcc2 internal prototype to avoid an error. */ | |
4f14bcd8 | 16818 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
16819 | builtin and then its argument prototype would still apply. */ |
16820 | char $ac_func(); | |
16821 | ||
16822 | int main() { | |
16823 | ||
10f2d63a VZ |
16824 | /* The GNU C library defines this for functions which it implements |
16825 | to always fail with ENOSYS. Some functions are actually named | |
16826 | something starting with __ and the normal name is an alias. */ | |
247f5006 | 16827 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
10f2d63a VZ |
16828 | choke me |
16829 | #else | |
a0b9e27f | 16830 | $ac_func(); |
10f2d63a VZ |
16831 | #endif |
16832 | ||
a0b9e27f MB |
16833 | ; return 0; } |
16834 | EOF | |
d643b80e | 16835 | if { (eval echo configure:16836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
16836 | rm -rf conftest* |
16837 | eval "ac_cv_func_$ac_func=yes" | |
16838 | else | |
16839 | echo "configure: failed program was:" >&5 | |
16840 | cat conftest.$ac_ext >&5 | |
16841 | rm -rf conftest* | |
16842 | eval "ac_cv_func_$ac_func=no" | |
16843 | fi | |
16844 | rm -f conftest* | |
16845 | fi | |
270a909e | 16846 | |
a0b9e27f MB |
16847 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
16848 | echo "$ac_t""yes" 1>&6 | |
16849 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16850 | cat >> confdefs.h <<EOF | |
16851 | #define $ac_tr_func 1 | |
16852 | EOF | |
16853 | ||
16854 | else | |
16855 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 | 16856 | fi |
247f5006 | 16857 | done |
1e487827 | 16858 | |
af15babd | 16859 | else |
a0b9e27f | 16860 | echo "configure: warning: Wide character support is unavailable" 1>&2 |
7b4a847f | 16861 | fi |
52127426 | 16862 | |
8284b0c5 | 16863 | |
a0b9e27f MB |
16864 | ac_ext=C |
16865 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
247f5006 | 16866 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
16867 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
16868 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
16869 | cross_compiling=$ac_cv_prog_cxx_cross | |
af15babd | 16870 | |
247f5006 VZ |
16871 | |
16872 | for ac_func in vsnprintf | |
16873 | do | |
a0b9e27f | 16874 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 16875 | echo "configure:16876: checking for $ac_func" >&5 |
a0b9e27f MB |
16876 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16877 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16878 | else | |
16879 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16880 | #line 16881 "configure" |
af15babd | 16881 | #include "confdefs.h" |
247f5006 | 16882 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 16883 | which can conflict with char $ac_func(); below. */ |
247f5006 VZ |
16884 | #include <assert.h> |
16885 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16886 | #ifdef __cplusplus | |
16887 | extern "C" | |
16888 | #endif | |
16889 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
16890 | builtin and then its argument prototype would still apply. */ |
16891 | char $ac_func(); | |
16892 | ||
16893 | int main() { | |
16894 | ||
247f5006 VZ |
16895 | /* The GNU C library defines this for functions which it implements |
16896 | to always fail with ENOSYS. Some functions are actually named | |
16897 | something starting with __ and the normal name is an alias. */ | |
16898 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16899 | choke me | |
16900 | #else | |
a0b9e27f | 16901 | $ac_func(); |
247f5006 | 16902 | #endif |
af15babd | 16903 | |
a0b9e27f MB |
16904 | ; return 0; } |
16905 | EOF | |
d643b80e | 16906 | if { (eval echo configure:16907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
16907 | rm -rf conftest* |
16908 | eval "ac_cv_func_$ac_func=yes" | |
16909 | else | |
16910 | echo "configure: failed program was:" >&5 | |
16911 | cat conftest.$ac_ext >&5 | |
16912 | rm -rf conftest* | |
16913 | eval "ac_cv_func_$ac_func=no" | |
16914 | fi | |
16915 | rm -f conftest* | |
16916 | fi | |
52127426 | 16917 | |
a0b9e27f MB |
16918 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
16919 | echo "$ac_t""yes" 1>&6 | |
16920 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16921 | cat >> confdefs.h <<EOF | |
16922 | #define $ac_tr_func 1 | |
16923 | EOF | |
16924 | ||
16925 | else | |
16926 | echo "$ac_t""no" 1>&6 | |
5c6fa7d2 | 16927 | fi |
247f5006 | 16928 | done |
8284b0c5 | 16929 | |
4f14bcd8 | 16930 | |
247f5006 | 16931 | if test "$wxUSE_UNICODE" = yes; then |
a0b9e27f | 16932 | for ac_func in fputwc wprintf vswprintf |
d74f4b5a | 16933 | do |
a0b9e27f | 16934 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 16935 | echo "configure:16936: checking for $ac_func" >&5 |
a0b9e27f MB |
16936 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
16937 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16938 | else | |
16939 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 16940 | #line 16941 "configure" |
d74f4b5a VZ |
16941 | #include "confdefs.h" |
16942 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 16943 | which can conflict with char $ac_func(); below. */ |
d74f4b5a VZ |
16944 | #include <assert.h> |
16945 | /* Override any gcc2 internal prototype to avoid an error. */ | |
247f5006 VZ |
16946 | #ifdef __cplusplus |
16947 | extern "C" | |
16948 | #endif | |
d74f4b5a | 16949 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
16950 | builtin and then its argument prototype would still apply. */ |
16951 | char $ac_func(); | |
16952 | ||
16953 | int main() { | |
16954 | ||
d74f4b5a VZ |
16955 | /* The GNU C library defines this for functions which it implements |
16956 | to always fail with ENOSYS. Some functions are actually named | |
16957 | something starting with __ and the normal name is an alias. */ | |
16958 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16959 | choke me | |
16960 | #else | |
a0b9e27f | 16961 | $ac_func(); |
d74f4b5a VZ |
16962 | #endif |
16963 | ||
a0b9e27f MB |
16964 | ; return 0; } |
16965 | EOF | |
d643b80e | 16966 | if { (eval echo configure:16967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
16967 | rm -rf conftest* |
16968 | eval "ac_cv_func_$ac_func=yes" | |
16969 | else | |
16970 | echo "configure: failed program was:" >&5 | |
16971 | cat conftest.$ac_ext >&5 | |
16972 | rm -rf conftest* | |
16973 | eval "ac_cv_func_$ac_func=no" | |
16974 | fi | |
16975 | rm -f conftest* | |
16976 | fi | |
d74f4b5a | 16977 | |
a0b9e27f MB |
16978 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
16979 | echo "$ac_t""yes" 1>&6 | |
16980 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16981 | cat >> confdefs.h <<EOF | |
16982 | #define $ac_tr_func 1 | |
16983 | EOF | |
16984 | ||
16985 | else | |
16986 | echo "$ac_t""no" 1>&6 | |
d74f4b5a VZ |
16987 | fi |
16988 | done | |
16989 | ||
79668cae | 16990 | echo $ac_n "checking for _vsnwprintf""... $ac_c" 1>&6 |
d643b80e | 16991 | echo "configure:16992: checking for _vsnwprintf" >&5 |
79668cae | 16992 | cat > conftest.$ac_ext <<EOF |
d643b80e | 16993 | #line 16994 "configure" |
79668cae MB |
16994 | #include "confdefs.h" |
16995 | #include <wchar.h> | |
16996 | int main() { | |
16997 | &_vsnwprintf; | |
16998 | ; return 0; } | |
16999 | EOF | |
d643b80e | 17000 | if { (eval echo configure:17001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
79668cae MB |
17001 | rm -rf conftest* |
17002 | echo "$ac_t""yes" 1>&6 | |
17003 | cat >> confdefs.h <<\EOF | |
17004 | #define HAVE__VSNWPRINTF 1 | |
17005 | EOF | |
17006 | ||
17007 | else | |
17008 | echo "configure: failed program was:" >&5 | |
17009 | cat conftest.$ac_ext >&5 | |
17010 | rm -rf conftest* | |
17011 | echo "$ac_t""no" 1>&6 | |
17012 | fi | |
17013 | rm -f conftest*; | |
d74f4b5a VZ |
17014 | fi |
17015 | ||
247f5006 | 17016 | ac_ext=c |
a0b9e27f | 17017 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
247f5006 | 17018 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
17019 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17020 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17021 | cross_compiling=$ac_cv_prog_cc_cross | |
247f5006 VZ |
17022 | |
17023 | ||
17024 | ||
17025 | ||
4f14bcd8 | 17026 | if test "$TOOLKIT" != "MSW"; then |
af15babd | 17027 | |
8284b0c5 MB |
17028 | |
17029 | ||
a0b9e27f MB |
17030 | ac_ext=C |
17031 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
4f14bcd8 | 17032 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
17033 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17034 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17035 | cross_compiling=$ac_cv_prog_cxx_cross | |
8284b0c5 | 17036 | |
52127426 | 17037 | |
a0b9e27f MB |
17038 | |
17039 | # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. | |
b040e242 VS |
17040 | if test "${with_libiconv_prefix+set}" = set; then |
17041 | withval="$with_libiconv_prefix" | |
a0b9e27f | 17042 | |
b040e242 VS |
17043 | for dir in `echo "$withval" | tr : ' '`; do |
17044 | if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi | |
17045 | if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi | |
17046 | done | |
a0b9e27f MB |
17047 | |
17048 | fi | |
b040e242 VS |
17049 | |
17050 | ||
a0b9e27f | 17051 | echo $ac_n "checking for iconv""... $ac_c" 1>&6 |
d643b80e | 17052 | echo "configure:17053: checking for iconv" >&5 |
a0b9e27f MB |
17053 | if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then |
17054 | echo $ac_n "(cached) $ac_c" 1>&6 | |
af15babd | 17055 | else |
a0b9e27f | 17056 | |
b040e242 VS |
17057 | am_cv_func_iconv="no, consider installing GNU libiconv" |
17058 | am_cv_lib_iconv=no | |
a0b9e27f | 17059 | cat > conftest.$ac_ext <<EOF |
d643b80e | 17060 | #line 17061 "configure" |
af15babd | 17061 | #include "confdefs.h" |
b040e242 | 17062 | #include <stdlib.h> |
4f14bcd8 | 17063 | #include <iconv.h> |
a0b9e27f | 17064 | int main() { |
b040e242 VS |
17065 | iconv_t cd = iconv_open("",""); |
17066 | iconv(cd,NULL,NULL,NULL,NULL); | |
17067 | iconv_close(cd); | |
a0b9e27f MB |
17068 | ; return 0; } |
17069 | EOF | |
d643b80e | 17070 | if { (eval echo configure:17071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 17071 | rm -rf conftest* |
b040e242 | 17072 | am_cv_func_iconv=yes |
af15babd | 17073 | else |
a0b9e27f MB |
17074 | echo "configure: failed program was:" >&5 |
17075 | cat conftest.$ac_ext >&5 | |
b040e242 | 17076 | fi |
a0b9e27f | 17077 | rm -f conftest* |
b040e242 VS |
17078 | if test "$am_cv_func_iconv" != yes; then |
17079 | am_save_LIBS="$LIBS" | |
17080 | LIBS="$LIBS -liconv" | |
a0b9e27f | 17081 | cat > conftest.$ac_ext <<EOF |
d643b80e | 17082 | #line 17083 "configure" |
b040e242 VS |
17083 | #include "confdefs.h" |
17084 | #include <stdlib.h> | |
17085 | #include <iconv.h> | |
a0b9e27f | 17086 | int main() { |
b040e242 VS |
17087 | iconv_t cd = iconv_open("",""); |
17088 | iconv(cd,NULL,NULL,NULL,NULL); | |
17089 | iconv_close(cd); | |
a0b9e27f MB |
17090 | ; return 0; } |
17091 | EOF | |
d643b80e | 17092 | if { (eval echo configure:17093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 17093 | rm -rf conftest* |
b040e242 VS |
17094 | am_cv_lib_iconv=yes |
17095 | am_cv_func_iconv=yes | |
17096 | else | |
a0b9e27f MB |
17097 | echo "configure: failed program was:" >&5 |
17098 | cat conftest.$ac_ext >&5 | |
af15babd | 17099 | fi |
a0b9e27f | 17100 | rm -f conftest* |
b040e242 VS |
17101 | LIBS="$am_save_LIBS" |
17102 | fi | |
a0b9e27f | 17103 | |
247f5006 | 17104 | fi |
247f5006 | 17105 | |
a0b9e27f MB |
17106 | echo "$ac_t""$am_cv_func_iconv" 1>&6 |
17107 | if test "$am_cv_func_iconv" = yes; then | |
17108 | cat >> confdefs.h <<\EOF | |
b040e242 | 17109 | #define HAVE_ICONV 1 |
a0b9e27f | 17110 | EOF |
b040e242 | 17111 | |
a0b9e27f | 17112 | echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6 |
d643b80e | 17113 | echo "configure:17114: checking if iconv needs const" >&5 |
a0b9e27f MB |
17114 | if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then |
17115 | echo $ac_n "(cached) $ac_c" 1>&6 | |
b040e242 | 17116 | else |
a0b9e27f | 17117 | cat > conftest.$ac_ext <<EOF |
d643b80e | 17118 | #line 17119 "configure" |
b040e242 VS |
17119 | #include "confdefs.h" |
17120 | ||
17121 | #include <stdlib.h> | |
17122 | #include <iconv.h> | |
17123 | extern | |
17124 | #ifdef __cplusplus | |
17125 | "C" | |
17126 | #endif | |
17127 | #if defined(__STDC__) || defined(__cplusplus) | |
17128 | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
17129 | #else | |
17130 | size_t iconv(); | |
17131 | #endif | |
a0b9e27f MB |
17132 | |
17133 | int main() { | |
af15babd | 17134 | |
a0b9e27f MB |
17135 | ; return 0; } |
17136 | EOF | |
d643b80e | 17137 | if { (eval echo configure:17138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 17138 | rm -rf conftest* |
b7043674 | 17139 | wx_cv_func_iconv_const="no" |
b040e242 | 17140 | else |
a0b9e27f MB |
17141 | echo "configure: failed program was:" >&5 |
17142 | cat conftest.$ac_ext >&5 | |
17143 | rm -rf conftest* | |
17144 | wx_cv_func_iconv_const="yes" | |
17145 | ||
5c6fa7d2 | 17146 | fi |
a0b9e27f MB |
17147 | rm -f conftest* |
17148 | ||
247f5006 | 17149 | fi |
a0b9e27f MB |
17150 | |
17151 | echo "$ac_t""$wx_cv_func_iconv_const" 1>&6 | |
b7043674 VZ |
17152 | |
17153 | iconv_const= | |
1c405bb5 | 17154 | if test "x$wx_cv_func_iconv_const" = "xyes"; then |
b7043674 VZ |
17155 | iconv_const="const" |
17156 | fi | |
17157 | ||
a0b9e27f | 17158 | cat >> confdefs.h <<EOF |
f09359cf | 17159 | #define ICONV_CONST $iconv_const |
a0b9e27f | 17160 | EOF |
b040e242 VS |
17161 | |
17162 | fi | |
17163 | LIBICONV= | |
17164 | if test "$am_cv_lib_iconv" = yes; then | |
17165 | LIBICONV="-liconv" | |
17166 | fi | |
a0b9e27f | 17167 | |
b040e242 VS |
17168 | |
17169 | LIBS="$LIBICONV $LIBS" | |
4f14bcd8 | 17170 | ac_ext=c |
a0b9e27f | 17171 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 17172 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
17173 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17174 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17175 | cross_compiling=$ac_cv_prog_cc_cross | |
7b4a847f | 17176 | |
5c6fa7d2 | 17177 | |
8284b0c5 | 17178 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then |
a0b9e27f | 17179 | for ac_func in sigaction |
af15babd | 17180 | do |
a0b9e27f | 17181 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17182 | echo "configure:17183: checking for $ac_func" >&5 |
a0b9e27f MB |
17183 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17184 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17185 | else | |
17186 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17187 | #line 17188 "configure" |
af15babd VZ |
17188 | #include "confdefs.h" |
17189 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 17190 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
17191 | #include <assert.h> |
17192 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17193 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17194 | builtin and then its argument prototype would still apply. */ |
17195 | char $ac_func(); | |
17196 | ||
17197 | int main() { | |
17198 | ||
af15babd VZ |
17199 | /* The GNU C library defines this for functions which it implements |
17200 | to always fail with ENOSYS. Some functions are actually named | |
17201 | something starting with __ and the normal name is an alias. */ | |
17202 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17203 | choke me | |
17204 | #else | |
a0b9e27f | 17205 | $ac_func(); |
af15babd VZ |
17206 | #endif |
17207 | ||
a0b9e27f MB |
17208 | ; return 0; } |
17209 | EOF | |
d643b80e | 17210 | if { (eval echo configure:17211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17211 | rm -rf conftest* |
17212 | eval "ac_cv_func_$ac_func=yes" | |
17213 | else | |
17214 | echo "configure: failed program was:" >&5 | |
17215 | cat conftest.$ac_ext >&5 | |
17216 | rm -rf conftest* | |
17217 | eval "ac_cv_func_$ac_func=no" | |
17218 | fi | |
17219 | rm -f conftest* | |
17220 | fi | |
7b4a847f | 17221 | |
a0b9e27f MB |
17222 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
17223 | echo "$ac_t""yes" 1>&6 | |
17224 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17225 | cat >> confdefs.h <<EOF | |
17226 | #define $ac_tr_func 1 | |
17227 | EOF | |
17228 | ||
17229 | else | |
17230 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 GD |
17231 | fi |
17232 | done | |
17233 | ||
8284b0c5 | 17234 | |
4f14bcd8 | 17235 | if test "$ac_cv_func_sigaction" = "no"; then |
a0b9e27f | 17236 | echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2 |
4f14bcd8 GD |
17237 | wxUSE_ON_FATAL_EXCEPTION=no |
17238 | fi | |
17239 | ||
17240 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
a0b9e27f MB |
17241 | |
17242 | ac_ext=C | |
17243 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5c6fa7d2 | 17244 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
17245 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17246 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17247 | cross_compiling=$ac_cv_prog_cxx_cross | |
7b4a847f | 17248 | |
5c6fa7d2 | 17249 | |
a0b9e27f | 17250 | echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6 |
d643b80e | 17251 | echo "configure:17252: checking for sa_handler type" >&5 |
a0b9e27f MB |
17252 | if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then |
17253 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 17254 | else |
a0b9e27f MB |
17255 | |
17256 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17257 | #line 17258 "configure" |
af15babd | 17258 | #include "confdefs.h" |
4f14bcd8 | 17259 | #include <signal.h> |
a0b9e27f | 17260 | int main() { |
4f14bcd8 GD |
17261 | |
17262 | extern void testSigHandler(int); | |
17263 | ||
17264 | struct sigaction sa; | |
17265 | sa.sa_handler = testSigHandler; | |
a0b9e27f MB |
17266 | |
17267 | ; return 0; } | |
17268 | EOF | |
d643b80e | 17269 | if { (eval echo configure:17270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
17270 | rm -rf conftest* |
17271 | ||
4f14bcd8 | 17272 | wx_cv_type_sa_handler=int |
a0b9e27f | 17273 | |
af15babd | 17274 | else |
a0b9e27f MB |
17275 | echo "configure: failed program was:" >&5 |
17276 | cat conftest.$ac_ext >&5 | |
17277 | rm -rf conftest* | |
17278 | ||
4f14bcd8 | 17279 | wx_cv_type_sa_handler=void |
a0b9e27f | 17280 | |
5c6fa7d2 | 17281 | fi |
a0b9e27f MB |
17282 | rm -f conftest* |
17283 | ||
247f5006 | 17284 | fi |
a0b9e27f MB |
17285 | |
17286 | echo "$ac_t""$wx_cv_type_sa_handler" 1>&6 | |
4f14bcd8 GD |
17287 | |
17288 | ac_ext=c | |
a0b9e27f | 17289 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 17290 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
17291 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17292 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17293 | cross_compiling=$ac_cv_prog_cc_cross | |
579d8138 | 17294 | |
8284b0c5 | 17295 | |
a0b9e27f | 17296 | cat >> confdefs.h <<EOF |
4f14bcd8 | 17297 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler |
a0b9e27f | 17298 | EOF |
af15babd | 17299 | |
4f14bcd8 GD |
17300 | fi |
17301 | fi | |
af15babd | 17302 | |
a1d22ad7 | 17303 | for ac_func in mkstemp mktemp |
af15babd | 17304 | do |
a0b9e27f | 17305 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17306 | echo "configure:17307: checking for $ac_func" >&5 |
a0b9e27f MB |
17307 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17308 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17309 | else | |
17310 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17311 | #line 17312 "configure" |
af15babd VZ |
17312 | #include "confdefs.h" |
17313 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 17314 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
17315 | #include <assert.h> |
17316 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17317 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17318 | builtin and then its argument prototype would still apply. */ |
17319 | char $ac_func(); | |
17320 | ||
17321 | int main() { | |
17322 | ||
af15babd VZ |
17323 | /* The GNU C library defines this for functions which it implements |
17324 | to always fail with ENOSYS. Some functions are actually named | |
17325 | something starting with __ and the normal name is an alias. */ | |
17326 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17327 | choke me | |
17328 | #else | |
a0b9e27f | 17329 | $ac_func(); |
af15babd VZ |
17330 | #endif |
17331 | ||
a0b9e27f MB |
17332 | ; return 0; } |
17333 | EOF | |
d643b80e | 17334 | if { (eval echo configure:17335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17335 | rm -rf conftest* |
17336 | eval "ac_cv_func_$ac_func=yes" | |
17337 | else | |
17338 | echo "configure: failed program was:" >&5 | |
17339 | cat conftest.$ac_ext >&5 | |
17340 | rm -rf conftest* | |
17341 | eval "ac_cv_func_$ac_func=no" | |
17342 | fi | |
17343 | rm -f conftest* | |
17344 | fi | |
af15babd | 17345 | |
a0b9e27f MB |
17346 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
17347 | echo "$ac_t""yes" 1>&6 | |
17348 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17349 | cat >> confdefs.h <<EOF | |
17350 | #define $ac_tr_func 1 | |
17351 | EOF | |
ade35f11 | 17352 | break |
a0b9e27f MB |
17353 | else |
17354 | echo "$ac_t""no" 1>&6 | |
ade35f11 VZ |
17355 | fi |
17356 | done | |
17357 | ||
8284b0c5 | 17358 | |
a0b9e27f | 17359 | echo $ac_n "checking for statfs""... $ac_c" 1>&6 |
d643b80e | 17360 | echo "configure:17361: checking for statfs" >&5 |
a0b9e27f MB |
17361 | if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then |
17362 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 17363 | else |
a0b9e27f | 17364 | cat > conftest.$ac_ext <<EOF |
d643b80e | 17365 | #line 17366 "configure" |
4f14bcd8 GD |
17366 | #include "confdefs.h" |
17367 | ||
17368 | #if defined(__BSD__) | |
17369 | #include <sys/param.h> | |
17370 | #include <sys/mount.h> | |
17371 | #else | |
17372 | #include <sys/vfs.h> | |
17373 | #endif | |
a0b9e27f MB |
17374 | |
17375 | int main() { | |
4f14bcd8 GD |
17376 | |
17377 | long l; | |
17378 | struct statfs fs; | |
17379 | statfs("/", &fs); | |
17380 | l = fs.f_bsize; | |
17381 | l += fs.f_blocks; | |
17382 | l += fs.f_bavail; | |
a0b9e27f MB |
17383 | |
17384 | ; return 0; } | |
17385 | EOF | |
d643b80e | 17386 | if { (eval echo configure:17387: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
17387 | rm -rf conftest* |
17388 | ||
4f14bcd8 | 17389 | wx_cv_func_statfs=yes |
a0b9e27f | 17390 | |
4f14bcd8 | 17391 | else |
a0b9e27f MB |
17392 | echo "configure: failed program was:" >&5 |
17393 | cat conftest.$ac_ext >&5 | |
17394 | rm -rf conftest* | |
17395 | ||
4f14bcd8 | 17396 | wx_cv_func_statfs=no |
a0b9e27f MB |
17397 | |
17398 | ||
5c6fa7d2 | 17399 | fi |
a0b9e27f | 17400 | rm -f conftest* |
8284b0c5 | 17401 | |
247f5006 | 17402 | fi |
a0b9e27f MB |
17403 | |
17404 | echo "$ac_t""$wx_cv_func_statfs" 1>&6 | |
4f14bcd8 GD |
17405 | |
17406 | if test "$wx_cv_func_statfs" = "yes"; then | |
a0b9e27f | 17407 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 17408 | #define HAVE_STATFS 1 |
a0b9e27f | 17409 | EOF |
4f14bcd8 GD |
17410 | |
17411 | else | |
a0b9e27f | 17412 | echo $ac_n "checking for statvfs""... $ac_c" 1>&6 |
d643b80e | 17413 | echo "configure:17414: checking for statvfs" >&5 |
a0b9e27f MB |
17414 | if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then |
17415 | echo $ac_n "(cached) $ac_c" 1>&6 | |
af15babd | 17416 | else |
a0b9e27f | 17417 | cat > conftest.$ac_ext <<EOF |
d643b80e | 17418 | #line 17419 "configure" |
af15babd | 17419 | #include "confdefs.h" |
af15babd | 17420 | |
4f14bcd8 | 17421 | #include <sys/statvfs.h> |
a0b9e27f MB |
17422 | |
17423 | int main() { | |
af15babd | 17424 | |
4f14bcd8 GD |
17425 | long l; |
17426 | struct statvfs fs; | |
17427 | statvfs("/", &fs); | |
17428 | l = fs.f_bsize; | |
17429 | l += fs.f_blocks; | |
17430 | l += fs.f_bavail; | |
a0b9e27f MB |
17431 | |
17432 | ; return 0; } | |
17433 | EOF | |
d643b80e | 17434 | if { (eval echo configure:17435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
17435 | rm -rf conftest* |
17436 | ||
4f14bcd8 | 17437 | wx_cv_func_statvfs=yes |
a0b9e27f | 17438 | |
af15babd | 17439 | else |
a0b9e27f MB |
17440 | echo "configure: failed program was:" >&5 |
17441 | cat conftest.$ac_ext >&5 | |
17442 | rm -rf conftest* | |
17443 | ||
4f14bcd8 | 17444 | wx_cv_func_statvfs=no |
a0b9e27f MB |
17445 | |
17446 | ||
5c6fa7d2 | 17447 | fi |
a0b9e27f MB |
17448 | rm -f conftest* |
17449 | ||
247f5006 | 17450 | fi |
a0b9e27f MB |
17451 | |
17452 | echo "$ac_t""$wx_cv_func_statvfs" 1>&6 | |
af15babd | 17453 | |
4f14bcd8 | 17454 | if test "$wx_cv_func_statvfs" = "yes"; then |
a0b9e27f | 17455 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 17456 | #define HAVE_STATVFS 1 |
a0b9e27f | 17457 | EOF |
af15babd | 17458 | |
4f14bcd8 | 17459 | else |
a0b9e27f | 17460 | echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2 |
4f14bcd8 GD |
17461 | fi |
17462 | fi | |
af15babd | 17463 | |
4f14bcd8 | 17464 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
a0b9e27f | 17465 | for ac_func in fcntl flock |
af15babd | 17466 | do |
a0b9e27f | 17467 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17468 | echo "configure:17469: checking for $ac_func" >&5 |
a0b9e27f MB |
17469 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17470 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17471 | else | |
17472 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17473 | #line 17474 "configure" |
af15babd VZ |
17474 | #include "confdefs.h" |
17475 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 17476 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
17477 | #include <assert.h> |
17478 | /* Override any gcc2 internal prototype to avoid an error. */ | |
af15babd | 17479 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
17480 | builtin and then its argument prototype would still apply. */ |
17481 | char $ac_func(); | |
17482 | ||
17483 | int main() { | |
17484 | ||
af15babd VZ |
17485 | /* The GNU C library defines this for functions which it implements |
17486 | to always fail with ENOSYS. Some functions are actually named | |
17487 | something starting with __ and the normal name is an alias. */ | |
17488 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17489 | choke me | |
17490 | #else | |
a0b9e27f | 17491 | $ac_func(); |
af15babd VZ |
17492 | #endif |
17493 | ||
a0b9e27f MB |
17494 | ; return 0; } |
17495 | EOF | |
d643b80e | 17496 | if { (eval echo configure:17497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17497 | rm -rf conftest* |
17498 | eval "ac_cv_func_$ac_func=yes" | |
17499 | else | |
17500 | echo "configure: failed program was:" >&5 | |
17501 | cat conftest.$ac_ext >&5 | |
17502 | rm -rf conftest* | |
17503 | eval "ac_cv_func_$ac_func=no" | |
17504 | fi | |
17505 | rm -f conftest* | |
17506 | fi | |
17507 | ||
17508 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17509 | echo "$ac_t""yes" 1>&6 | |
17510 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17511 | cat >> confdefs.h <<EOF | |
17512 | #define $ac_tr_func 1 | |
17513 | EOF | |
4f14bcd8 | 17514 | break |
a0b9e27f MB |
17515 | else |
17516 | echo "$ac_t""no" 1>&6 | |
af15babd VZ |
17517 | fi |
17518 | done | |
17519 | ||
8284b0c5 | 17520 | |
4f14bcd8 | 17521 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then |
a0b9e27f | 17522 | echo "configure: warning: wxSingleInstanceChecker not available" 1>&2 |
4f14bcd8 GD |
17523 | wxUSE_SNGLINST_CHECKER=no |
17524 | fi | |
17525 | fi | |
af15babd | 17526 | |
4f14bcd8 | 17527 | for ac_func in timegm |
af15babd | 17528 | do |
a0b9e27f | 17529 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17530 | echo "configure:17531: checking for $ac_func" >&5 |
a0b9e27f MB |
17531 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17532 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17533 | else | |
17534 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17535 | #line 17536 "configure" |
af15babd VZ |
17536 | #include "confdefs.h" |
17537 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 17538 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
17539 | #include <assert.h> |
17540 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17541 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17542 | builtin and then its argument prototype would still apply. */ |
17543 | char $ac_func(); | |
17544 | ||
17545 | int main() { | |
17546 | ||
af15babd VZ |
17547 | /* The GNU C library defines this for functions which it implements |
17548 | to always fail with ENOSYS. Some functions are actually named | |
17549 | something starting with __ and the normal name is an alias. */ | |
247f5006 VZ |
17550 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
17551 | choke me | |
17552 | #else | |
a0b9e27f | 17553 | $ac_func(); |
247f5006 VZ |
17554 | #endif |
17555 | ||
a0b9e27f MB |
17556 | ; return 0; } |
17557 | EOF | |
d643b80e | 17558 | if { (eval echo configure:17559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17559 | rm -rf conftest* |
17560 | eval "ac_cv_func_$ac_func=yes" | |
17561 | else | |
17562 | echo "configure: failed program was:" >&5 | |
17563 | cat conftest.$ac_ext >&5 | |
17564 | rm -rf conftest* | |
17565 | eval "ac_cv_func_$ac_func=no" | |
17566 | fi | |
17567 | rm -f conftest* | |
17568 | fi | |
703e0a69 | 17569 | |
a0b9e27f MB |
17570 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
17571 | echo "$ac_t""yes" 1>&6 | |
17572 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17573 | cat >> confdefs.h <<EOF | |
17574 | #define $ac_tr_func 1 | |
17575 | EOF | |
17576 | ||
17577 | else | |
17578 | echo "$ac_t""no" 1>&6 | |
af15babd VZ |
17579 | fi |
17580 | done | |
17581 | ||
8284b0c5 | 17582 | |
4f14bcd8 | 17583 | for ac_func in putenv setenv |
10f2d63a | 17584 | do |
a0b9e27f | 17585 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17586 | echo "configure:17587: checking for $ac_func" >&5 |
a0b9e27f MB |
17587 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17588 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17589 | else | |
17590 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17591 | #line 17592 "configure" |
af15babd VZ |
17592 | #include "confdefs.h" |
17593 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 17594 | which can conflict with char $ac_func(); below. */ |
af15babd VZ |
17595 | #include <assert.h> |
17596 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17597 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17598 | builtin and then its argument prototype would still apply. */ |
17599 | char $ac_func(); | |
17600 | ||
17601 | int main() { | |
17602 | ||
af15babd VZ |
17603 | /* The GNU C library defines this for functions which it implements |
17604 | to always fail with ENOSYS. Some functions are actually named | |
17605 | something starting with __ and the normal name is an alias. */ | |
17606 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17607 | choke me | |
17608 | #else | |
a0b9e27f | 17609 | $ac_func(); |
af15babd VZ |
17610 | #endif |
17611 | ||
a0b9e27f MB |
17612 | ; return 0; } |
17613 | EOF | |
d643b80e | 17614 | if { (eval echo configure:17615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17615 | rm -rf conftest* |
17616 | eval "ac_cv_func_$ac_func=yes" | |
17617 | else | |
17618 | echo "configure: failed program was:" >&5 | |
17619 | cat conftest.$ac_ext >&5 | |
17620 | rm -rf conftest* | |
17621 | eval "ac_cv_func_$ac_func=no" | |
17622 | fi | |
17623 | rm -f conftest* | |
17624 | fi | |
17625 | ||
17626 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17627 | echo "$ac_t""yes" 1>&6 | |
17628 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17629 | cat >> confdefs.h <<EOF | |
17630 | #define $ac_tr_func 1 | |
17631 | EOF | |
4f14bcd8 | 17632 | break |
a0b9e27f MB |
17633 | else |
17634 | echo "$ac_t""no" 1>&6 | |
af15babd | 17635 | fi |
af15babd VZ |
17636 | done |
17637 | ||
8284b0c5 | 17638 | |
4f14bcd8 GD |
17639 | HAVE_SOME_SLEEP_FUNC=0 |
17640 | if test "$USE_BEOS" = 1; then | |
a0b9e27f | 17641 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 17642 | #define HAVE_SLEEP 1 |
a0b9e27f | 17643 | EOF |
af15babd | 17644 | |
4f14bcd8 | 17645 | HAVE_SOME_SLEEP_FUNC=1 |
10f2d63a VZ |
17646 | fi |
17647 | ||
4f14bcd8 | 17648 | if test "$USE_DARWIN" = 1; then |
a0b9e27f | 17649 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 17650 | #define HAVE_USLEEP 1 |
a0b9e27f | 17651 | EOF |
10f2d63a | 17652 | |
4f14bcd8 | 17653 | HAVE_SOME_SLEEP_FUNC=1 |
10f2d63a VZ |
17654 | fi |
17655 | ||
4f14bcd8 GD |
17656 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then |
17657 | POSIX4_LINK= | |
a0b9e27f | 17658 | for ac_func in nanosleep |
4f14bcd8 | 17659 | do |
a0b9e27f | 17660 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17661 | echo "configure:17662: checking for $ac_func" >&5 |
a0b9e27f MB |
17662 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17663 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17664 | else | |
17665 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17666 | #line 17667 "configure" |
10f2d63a | 17667 | #include "confdefs.h" |
4f14bcd8 | 17668 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 17669 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 | 17670 | #include <assert.h> |
10f2d63a VZ |
17671 | /* Override any gcc2 internal prototype to avoid an error. */ |
17672 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17673 | builtin and then its argument prototype would still apply. */ |
17674 | char $ac_func(); | |
17675 | ||
17676 | int main() { | |
17677 | ||
4f14bcd8 GD |
17678 | /* The GNU C library defines this for functions which it implements |
17679 | to always fail with ENOSYS. Some functions are actually named | |
17680 | something starting with __ and the normal name is an alias. */ | |
17681 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17682 | choke me | |
17683 | #else | |
a0b9e27f | 17684 | $ac_func(); |
4f14bcd8 GD |
17685 | #endif |
17686 | ||
a0b9e27f MB |
17687 | ; return 0; } |
17688 | EOF | |
d643b80e | 17689 | if { (eval echo configure:17690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17690 | rm -rf conftest* |
17691 | eval "ac_cv_func_$ac_func=yes" | |
17692 | else | |
17693 | echo "configure: failed program was:" >&5 | |
17694 | cat conftest.$ac_ext >&5 | |
17695 | rm -rf conftest* | |
17696 | eval "ac_cv_func_$ac_func=no" | |
17697 | fi | |
17698 | rm -f conftest* | |
17699 | fi | |
17700 | ||
17701 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17702 | echo "$ac_t""yes" 1>&6 | |
17703 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17704 | cat >> confdefs.h <<EOF | |
17705 | #define $ac_tr_func 1 | |
17706 | EOF | |
17707 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 17708 | #define HAVE_NANOSLEEP 1 |
a0b9e27f | 17709 | EOF |
4f14bcd8 | 17710 | |
10f2d63a | 17711 | else |
a0b9e27f MB |
17712 | echo "$ac_t""no" 1>&6 |
17713 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 | |
d643b80e | 17714 | echo "configure:17715: checking for nanosleep in -lposix4" >&5 |
a0b9e27f MB |
17715 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` |
17716 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17717 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 17718 | else |
a0b9e27f | 17719 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 17720 | LIBS="-lposix4 $LIBS" |
a0b9e27f | 17721 | cat > conftest.$ac_ext <<EOF |
d643b80e | 17722 | #line 17723 "configure" |
10f2d63a VZ |
17723 | #include "confdefs.h" |
17724 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17725 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17726 | builtin and then its argument prototype would still apply. */ |
17727 | char nanosleep(); | |
17728 | ||
17729 | int main() { | |
17730 | nanosleep() | |
17731 | ; return 0; } | |
17732 | EOF | |
d643b80e | 17733 | if { (eval echo configure:17734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17734 | rm -rf conftest* |
17735 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17736 | else | |
17737 | echo "configure: failed program was:" >&5 | |
17738 | cat conftest.$ac_ext >&5 | |
17739 | rm -rf conftest* | |
17740 | eval "ac_cv_lib_$ac_lib_var=no" | |
17741 | fi | |
17742 | rm -f conftest* | |
17743 | LIBS="$ac_save_LIBS" | |
17744 | ||
17745 | fi | |
17746 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17747 | echo "$ac_t""yes" 1>&6 | |
17748 | ||
17749 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 17750 | #define HAVE_NANOSLEEP 1 |
a0b9e27f | 17751 | EOF |
4f14bcd8 | 17752 | |
3d63bc3a | 17753 | POSIX4_LINK=" -lposix4" |
a0b9e27f | 17754 | |
10f2d63a | 17755 | else |
a0b9e27f | 17756 | echo "$ac_t""no" 1>&6 |
10f2d63a | 17757 | |
a0b9e27f | 17758 | for ac_func in usleep |
4f14bcd8 | 17759 | do |
a0b9e27f | 17760 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17761 | echo "configure:17762: checking for $ac_func" >&5 |
a0b9e27f MB |
17762 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17763 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17764 | else | |
17765 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17766 | #line 17767 "configure" |
10f2d63a | 17767 | #include "confdefs.h" |
4f14bcd8 | 17768 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 17769 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 GD |
17770 | #include <assert.h> |
17771 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17772 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17773 | builtin and then its argument prototype would still apply. */ |
17774 | char $ac_func(); | |
17775 | ||
17776 | int main() { | |
17777 | ||
4f14bcd8 GD |
17778 | /* The GNU C library defines this for functions which it implements |
17779 | to always fail with ENOSYS. Some functions are actually named | |
17780 | something starting with __ and the normal name is an alias. */ | |
17781 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17782 | choke me | |
17783 | #else | |
a0b9e27f | 17784 | $ac_func(); |
4f14bcd8 GD |
17785 | #endif |
17786 | ||
a0b9e27f MB |
17787 | ; return 0; } |
17788 | EOF | |
d643b80e | 17789 | if { (eval echo configure:17790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17790 | rm -rf conftest* |
17791 | eval "ac_cv_func_$ac_func=yes" | |
17792 | else | |
17793 | echo "configure: failed program was:" >&5 | |
17794 | cat conftest.$ac_ext >&5 | |
17795 | rm -rf conftest* | |
17796 | eval "ac_cv_func_$ac_func=no" | |
17797 | fi | |
17798 | rm -f conftest* | |
17799 | fi | |
17800 | ||
17801 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17802 | echo "$ac_t""yes" 1>&6 | |
17803 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17804 | cat >> confdefs.h <<EOF | |
17805 | #define $ac_tr_func 1 | |
17806 | EOF | |
17807 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 17808 | #define HAVE_USLEEP 1 |
a0b9e27f | 17809 | EOF |
4f14bcd8 | 17810 | |
698dcdb6 | 17811 | else |
a0b9e27f MB |
17812 | echo "$ac_t""no" 1>&6 |
17813 | echo "configure: warning: wxSleep() function will not work" 1>&2 | |
17814 | ||
10f2d63a | 17815 | fi |
4f14bcd8 | 17816 | done |
10f2d63a | 17817 | |
a0b9e27f MB |
17818 | |
17819 | ||
6232543b | 17820 | fi |
10f2d63a | 17821 | |
a0b9e27f MB |
17822 | |
17823 | ||
1e487827 | 17824 | fi |
4f14bcd8 | 17825 | done |
703e0a69 | 17826 | |
10f2d63a VZ |
17827 | fi |
17828 | ||
4f14bcd8 | 17829 | for ac_func in uname gethostname |
70846f0a | 17830 | do |
a0b9e27f | 17831 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17832 | echo "configure:17833: checking for $ac_func" >&5 |
a0b9e27f MB |
17833 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17834 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17835 | else | |
17836 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17837 | #line 17838 "configure" |
70846f0a VZ |
17838 | #include "confdefs.h" |
17839 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 17840 | which can conflict with char $ac_func(); below. */ |
70846f0a VZ |
17841 | #include <assert.h> |
17842 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17843 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17844 | builtin and then its argument prototype would still apply. */ |
17845 | char $ac_func(); | |
17846 | ||
17847 | int main() { | |
17848 | ||
70846f0a VZ |
17849 | /* The GNU C library defines this for functions which it implements |
17850 | to always fail with ENOSYS. Some functions are actually named | |
17851 | something starting with __ and the normal name is an alias. */ | |
17852 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17853 | choke me | |
17854 | #else | |
a0b9e27f | 17855 | $ac_func(); |
70846f0a VZ |
17856 | #endif |
17857 | ||
a0b9e27f MB |
17858 | ; return 0; } |
17859 | EOF | |
d643b80e | 17860 | if { (eval echo configure:17861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17861 | rm -rf conftest* |
17862 | eval "ac_cv_func_$ac_func=yes" | |
17863 | else | |
17864 | echo "configure: failed program was:" >&5 | |
17865 | cat conftest.$ac_ext >&5 | |
17866 | rm -rf conftest* | |
17867 | eval "ac_cv_func_$ac_func=no" | |
17868 | fi | |
17869 | rm -f conftest* | |
17870 | fi | |
17871 | ||
17872 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17873 | echo "$ac_t""yes" 1>&6 | |
17874 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17875 | cat >> confdefs.h <<EOF | |
17876 | #define $ac_tr_func 1 | |
17877 | EOF | |
4f14bcd8 | 17878 | break |
a0b9e27f MB |
17879 | else |
17880 | echo "$ac_t""no" 1>&6 | |
70846f0a VZ |
17881 | fi |
17882 | done | |
17883 | ||
8284b0c5 MB |
17884 | |
17885 | ||
a0b9e27f MB |
17886 | ac_ext=C |
17887 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
4f14bcd8 | 17888 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
17889 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17890 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17891 | cross_compiling=$ac_cv_prog_cxx_cross | |
8284b0c5 | 17892 | |
4f14bcd8 GD |
17893 | |
17894 | for ac_func in strtok_r | |
10f2d63a | 17895 | do |
a0b9e27f | 17896 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17897 | echo "configure:17898: checking for $ac_func" >&5 |
a0b9e27f MB |
17898 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17899 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17900 | else | |
17901 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17902 | #line 17903 "configure" |
10f2d63a | 17903 | #include "confdefs.h" |
4f14bcd8 | 17904 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 17905 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 GD |
17906 | #include <assert.h> |
17907 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17908 | #ifdef __cplusplus | |
17909 | extern "C" | |
17910 | #endif | |
17911 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17912 | builtin and then its argument prototype would still apply. */ |
17913 | char $ac_func(); | |
17914 | ||
17915 | int main() { | |
17916 | ||
4f14bcd8 GD |
17917 | /* The GNU C library defines this for functions which it implements |
17918 | to always fail with ENOSYS. Some functions are actually named | |
17919 | something starting with __ and the normal name is an alias. */ | |
17920 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17921 | choke me | |
17922 | #else | |
a0b9e27f | 17923 | $ac_func(); |
4f14bcd8 GD |
17924 | #endif |
17925 | ||
a0b9e27f MB |
17926 | ; return 0; } |
17927 | EOF | |
d643b80e | 17928 | if { (eval echo configure:17929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17929 | rm -rf conftest* |
17930 | eval "ac_cv_func_$ac_func=yes" | |
17931 | else | |
17932 | echo "configure: failed program was:" >&5 | |
17933 | cat conftest.$ac_ext >&5 | |
17934 | rm -rf conftest* | |
17935 | eval "ac_cv_func_$ac_func=no" | |
17936 | fi | |
17937 | rm -f conftest* | |
17938 | fi | |
4f14bcd8 | 17939 | |
a0b9e27f MB |
17940 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
17941 | echo "$ac_t""yes" 1>&6 | |
17942 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17943 | cat >> confdefs.h <<EOF | |
17944 | #define $ac_tr_func 1 | |
17945 | EOF | |
17946 | ||
17947 | else | |
17948 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
17949 | fi |
17950 | done | |
17951 | ||
8284b0c5 | 17952 | |
4f14bcd8 | 17953 | ac_ext=c |
a0b9e27f | 17954 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
4f14bcd8 | 17955 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
17956 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
17957 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17958 | cross_compiling=$ac_cv_prog_cc_cross | |
7b4a847f | 17959 | |
5c6fa7d2 | 17960 | |
8284b0c5 | 17961 | INET_LINK= |
4f14bcd8 GD |
17962 | for ac_func in inet_addr |
17963 | do | |
a0b9e27f | 17964 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 17965 | echo "configure:17966: checking for $ac_func" >&5 |
a0b9e27f MB |
17966 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
17967 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17968 | else | |
17969 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 17970 | #line 17971 "configure" |
10f2d63a | 17971 | #include "confdefs.h" |
4f14bcd8 | 17972 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 17973 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 | 17974 | #include <assert.h> |
10f2d63a VZ |
17975 | /* Override any gcc2 internal prototype to avoid an error. */ |
17976 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
17977 | builtin and then its argument prototype would still apply. */ |
17978 | char $ac_func(); | |
17979 | ||
17980 | int main() { | |
17981 | ||
4f14bcd8 GD |
17982 | /* The GNU C library defines this for functions which it implements |
17983 | to always fail with ENOSYS. Some functions are actually named | |
17984 | something starting with __ and the normal name is an alias. */ | |
17985 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17986 | choke me | |
17987 | #else | |
a0b9e27f | 17988 | $ac_func(); |
4f14bcd8 GD |
17989 | #endif |
17990 | ||
a0b9e27f MB |
17991 | ; return 0; } |
17992 | EOF | |
d643b80e | 17993 | if { (eval echo configure:17994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
17994 | rm -rf conftest* |
17995 | eval "ac_cv_func_$ac_func=yes" | |
17996 | else | |
17997 | echo "configure: failed program was:" >&5 | |
17998 | cat conftest.$ac_ext >&5 | |
17999 | rm -rf conftest* | |
18000 | eval "ac_cv_func_$ac_func=no" | |
18001 | fi | |
18002 | rm -f conftest* | |
18003 | fi | |
18004 | ||
18005 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
18006 | echo "$ac_t""yes" 1>&6 | |
18007 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
18008 | cat >> confdefs.h <<EOF | |
18009 | #define $ac_tr_func 1 | |
18010 | EOF | |
18011 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 18012 | #define HAVE_INET_ADDR 1 |
a0b9e27f | 18013 | EOF |
10f2d63a VZ |
18014 | |
18015 | else | |
a0b9e27f MB |
18016 | echo "$ac_t""no" 1>&6 |
18017 | echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 | |
d643b80e | 18018 | echo "configure:18019: checking for inet_addr in -lnsl" >&5 |
a0b9e27f MB |
18019 | ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` |
18020 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18021 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 18022 | else |
a0b9e27f | 18023 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 18024 | LIBS="-lnsl $LIBS" |
a0b9e27f | 18025 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18026 | #line 18027 "configure" |
10f2d63a VZ |
18027 | #include "confdefs.h" |
18028 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18029 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18030 | builtin and then its argument prototype would still apply. */ |
18031 | char inet_addr(); | |
18032 | ||
18033 | int main() { | |
18034 | inet_addr() | |
18035 | ; return 0; } | |
18036 | EOF | |
d643b80e | 18037 | if { (eval echo configure:18038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18038 | rm -rf conftest* |
18039 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18040 | else | |
18041 | echo "configure: failed program was:" >&5 | |
18042 | cat conftest.$ac_ext >&5 | |
18043 | rm -rf conftest* | |
18044 | eval "ac_cv_lib_$ac_lib_var=no" | |
18045 | fi | |
18046 | rm -f conftest* | |
18047 | LIBS="$ac_save_LIBS" | |
18048 | ||
18049 | fi | |
18050 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
18051 | echo "$ac_t""yes" 1>&6 | |
4f14bcd8 | 18052 | INET_LINK="nsl" |
10f2d63a | 18053 | else |
a0b9e27f MB |
18054 | echo "$ac_t""no" 1>&6 |
18055 | echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 | |
d643b80e | 18056 | echo "configure:18057: checking for inet_addr in -lresolv" >&5 |
a0b9e27f MB |
18057 | ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` |
18058 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18059 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 18060 | else |
a0b9e27f | 18061 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 18062 | LIBS="-lresolv $LIBS" |
a0b9e27f | 18063 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18064 | #line 18065 "configure" |
7b4a847f | 18065 | #include "confdefs.h" |
5c6fa7d2 | 18066 | /* Override any gcc2 internal prototype to avoid an error. */ |
5c6fa7d2 | 18067 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
18068 | builtin and then its argument prototype would still apply. */ |
18069 | char inet_addr(); | |
18070 | ||
18071 | int main() { | |
18072 | inet_addr() | |
18073 | ; return 0; } | |
18074 | EOF | |
d643b80e | 18075 | if { (eval echo configure:18076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18076 | rm -rf conftest* |
18077 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18078 | else | |
18079 | echo "configure: failed program was:" >&5 | |
18080 | cat conftest.$ac_ext >&5 | |
18081 | rm -rf conftest* | |
18082 | eval "ac_cv_lib_$ac_lib_var=no" | |
18083 | fi | |
18084 | rm -f conftest* | |
18085 | LIBS="$ac_save_LIBS" | |
18086 | ||
18087 | fi | |
18088 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
18089 | echo "$ac_t""yes" 1>&6 | |
4f14bcd8 | 18090 | INET_LINK="resolv" |
698dcdb6 | 18091 | else |
a0b9e27f MB |
18092 | echo "$ac_t""no" 1>&6 |
18093 | echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6 | |
d643b80e | 18094 | echo "configure:18095: checking for inet_addr in -lsocket" >&5 |
a0b9e27f MB |
18095 | ac_lib_var=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'` |
18096 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18097 | echo $ac_n "(cached) $ac_c" 1>&6 | |
3c011993 | 18098 | else |
a0b9e27f | 18099 | ac_save_LIBS="$LIBS" |
3c011993 | 18100 | LIBS="-lsocket $LIBS" |
a0b9e27f | 18101 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18102 | #line 18103 "configure" |
3c011993 VZ |
18103 | #include "confdefs.h" |
18104 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18105 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18106 | builtin and then its argument prototype would still apply. */ |
18107 | char inet_addr(); | |
4f14bcd8 | 18108 | |
a0b9e27f MB |
18109 | int main() { |
18110 | inet_addr() | |
18111 | ; return 0; } | |
18112 | EOF | |
d643b80e | 18113 | if { (eval echo configure:18114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18114 | rm -rf conftest* |
18115 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18116 | else | |
18117 | echo "configure: failed program was:" >&5 | |
18118 | cat conftest.$ac_ext >&5 | |
18119 | rm -rf conftest* | |
18120 | eval "ac_cv_lib_$ac_lib_var=no" | |
8284b0c5 | 18121 | fi |
a0b9e27f MB |
18122 | rm -f conftest* |
18123 | LIBS="$ac_save_LIBS" | |
698dcdb6 | 18124 | |
7b4a847f | 18125 | fi |
a0b9e27f MB |
18126 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
18127 | echo "$ac_t""yes" 1>&6 | |
18128 | INET_LINK="socket" | |
18129 | ||
18130 | else | |
18131 | echo "$ac_t""no" 1>&6 | |
18132 | fi | |
579d8138 | 18133 | |
a0b9e27f | 18134 | |
5c6fa7d2 | 18135 | fi |
52127426 | 18136 | |
a0b9e27f MB |
18137 | |
18138 | fi | |
247f5006 | 18139 | |
a0b9e27f | 18140 | |
8284b0c5 | 18141 | |
698dcdb6 | 18142 | fi |
4f14bcd8 GD |
18143 | done |
18144 | ||
8284b0c5 | 18145 | |
4f14bcd8 GD |
18146 | for ac_func in inet_aton |
18147 | do | |
a0b9e27f | 18148 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 18149 | echo "configure:18150: checking for $ac_func" >&5 |
a0b9e27f MB |
18150 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
18151 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18152 | else | |
18153 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18154 | #line 18155 "configure" |
f6bcfd97 | 18155 | #include "confdefs.h" |
4f14bcd8 | 18156 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 18157 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 | 18158 | #include <assert.h> |
f6bcfd97 BP |
18159 | /* Override any gcc2 internal prototype to avoid an error. */ |
18160 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18161 | builtin and then its argument prototype would still apply. */ |
18162 | char $ac_func(); | |
18163 | ||
18164 | int main() { | |
18165 | ||
4f14bcd8 GD |
18166 | /* The GNU C library defines this for functions which it implements |
18167 | to always fail with ENOSYS. Some functions are actually named | |
18168 | something starting with __ and the normal name is an alias. */ | |
18169 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
18170 | choke me | |
18171 | #else | |
a0b9e27f | 18172 | $ac_func(); |
4f14bcd8 GD |
18173 | #endif |
18174 | ||
a0b9e27f MB |
18175 | ; return 0; } |
18176 | EOF | |
d643b80e | 18177 | if { (eval echo configure:18178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18178 | rm -rf conftest* |
18179 | eval "ac_cv_func_$ac_func=yes" | |
18180 | else | |
18181 | echo "configure: failed program was:" >&5 | |
18182 | cat conftest.$ac_ext >&5 | |
18183 | rm -rf conftest* | |
18184 | eval "ac_cv_func_$ac_func=no" | |
18185 | fi | |
18186 | rm -f conftest* | |
18187 | fi | |
18188 | ||
18189 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
18190 | echo "$ac_t""yes" 1>&6 | |
18191 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
18192 | cat >> confdefs.h <<EOF | |
18193 | #define $ac_tr_func 1 | |
18194 | EOF | |
18195 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 18196 | #define HAVE_INET_ATON 1 |
a0b9e27f | 18197 | EOF |
4f14bcd8 | 18198 | |
10f2d63a | 18199 | else |
a0b9e27f MB |
18200 | echo "$ac_t""no" 1>&6 |
18201 | echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 | |
d643b80e | 18202 | echo "configure:18203: checking for inet_aton in -l$INET_LINK" >&5 |
a0b9e27f MB |
18203 | ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` |
18204 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18205 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1e487827 | 18206 | else |
a0b9e27f | 18207 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 18208 | LIBS="-l$INET_LINK $LIBS" |
a0b9e27f | 18209 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18210 | #line 18211 "configure" |
10f2d63a | 18211 | #include "confdefs.h" |
6232543b | 18212 | /* Override any gcc2 internal prototype to avoid an error. */ |
6232543b | 18213 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
18214 | builtin and then its argument prototype would still apply. */ |
18215 | char inet_aton(); | |
18216 | ||
18217 | int main() { | |
18218 | inet_aton() | |
18219 | ; return 0; } | |
18220 | EOF | |
d643b80e | 18221 | if { (eval echo configure:18222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18222 | rm -rf conftest* |
18223 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18224 | else | |
18225 | echo "configure: failed program was:" >&5 | |
18226 | cat conftest.$ac_ext >&5 | |
18227 | rm -rf conftest* | |
18228 | eval "ac_cv_lib_$ac_lib_var=no" | |
18229 | fi | |
18230 | rm -f conftest* | |
18231 | LIBS="$ac_save_LIBS" | |
4f14bcd8 | 18232 | |
10f2d63a | 18233 | fi |
a0b9e27f MB |
18234 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
18235 | echo "$ac_t""yes" 1>&6 | |
18236 | cat >> confdefs.h <<\EOF | |
18237 | #define HAVE_INET_ATON 1 | |
18238 | EOF | |
10f2d63a | 18239 | |
a0b9e27f MB |
18240 | else |
18241 | echo "$ac_t""no" 1>&6 | |
18242 | fi | |
247f5006 | 18243 | |
a0b9e27f | 18244 | |
10f2d63a | 18245 | fi |
4f14bcd8 | 18246 | done |
10f2d63a | 18247 | |
8284b0c5 | 18248 | |
4f14bcd8 | 18249 | if test "x$INET_LINK" != "x"; then |
a0b9e27f | 18250 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18251 | #define HAVE_INET_ADDR 1 |
a0b9e27f | 18252 | EOF |
4f14bcd8 | 18253 | |
3d63bc3a | 18254 | INET_LINK=" -l$INET_LINK" |
6232543b | 18255 | fi |
10f2d63a | 18256 | |
1e487827 | 18257 | fi |
703e0a69 | 18258 | |
8284b0c5 | 18259 | |
a0b9e27f | 18260 | cat > confcache <<\EOF |
4f14bcd8 GD |
18261 | # This file is a shell script that caches the results of configure |
18262 | # tests run on this system so they can be shared between configure | |
a0b9e27f MB |
18263 | # scripts and configure runs. It is not useful on other systems. |
18264 | # If it contains results you don't want to keep, you may remove or edit it. | |
4f14bcd8 | 18265 | # |
a0b9e27f MB |
18266 | # By default, configure uses ./config.cache as the cache file, |
18267 | # creating it if it does not exist already. You can give configure | |
18268 | # the --cache-file=FILE option to use a different cache file; that is | |
18269 | # what configure does when it calls configure scripts in | |
18270 | # subdirectories, so they share the cache. | |
18271 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
18272 | # config.status only pays attention to the cache file if you give it the | |
18273 | # --recheck option to rerun configure. | |
4f14bcd8 | 18274 | # |
a0b9e27f | 18275 | EOF |
4f14bcd8 GD |
18276 | # The following way of writing the cache mishandles newlines in values, |
18277 | # but we know of no workaround that is simple, portable, and efficient. | |
18278 | # So, don't put newlines in cache variables' values. | |
18279 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
18280 | # and sets the high bit in the cache file unless we assign to the vars. | |
a0b9e27f MB |
18281 | (set) 2>&1 | |
18282 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
18283 | *ac_space=\ *) | |
18284 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
18285 | # turns \\\\ into \\, and sed turns \\ into \). | |
18286 | sed -n \ | |
18287 | -e "s/'/'\\\\''/g" \ | |
18288 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
18289 | ;; | |
18290 | *) | |
18291 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
18292 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
18293 | ;; | |
18294 | esac >> confcache | |
18295 | if cmp -s $cache_file confcache; then | |
18296 | : | |
18297 | else | |
4f14bcd8 | 18298 | if test -w $cache_file; then |
a0b9e27f MB |
18299 | echo "updating cache $cache_file" |
18300 | cat confcache > $cache_file | |
f6bcfd97 | 18301 | else |
4f14bcd8 | 18302 | echo "not updating unwritable cache $cache_file" |
f6bcfd97 | 18303 | fi |
4f14bcd8 GD |
18304 | fi |
18305 | rm -f confcache | |
f6bcfd97 | 18306 | |
8284b0c5 | 18307 | |
a0b9e27f | 18308 | |
009fead0 | 18309 | CPP_MT_FLAG= |
4f14bcd8 GD |
18310 | if test "$TOOLKIT" != "MSW"; then |
18311 | ||
a0b9e27f | 18312 | |
7274f1c7 | 18313 | THREADS_LINK= |
009fead0 | 18314 | THREADS_CFLAGS= |
7274f1c7 RL |
18315 | |
18316 | if test "$wxUSE_THREADS" = "yes" ; then | |
18317 | if test "$wxUSE_WINE" = 1 ; then | |
a0b9e27f | 18318 | echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2 |
7274f1c7 RL |
18319 | wxUSE_THREADS="no" |
18320 | elif test "$USE_BEOS" = 1; then | |
a0b9e27f | 18321 | echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2 |
7274f1c7 RL |
18322 | wxUSE_THREADS="no" |
18323 | fi | |
4f14bcd8 | 18324 | fi |
4f14bcd8 | 18325 | |
7274f1c7 | 18326 | if test "$wxUSE_THREADS" = "yes" ; then |
a0b9e27f MB |
18327 | |
18328 | ||
009fead0 VZ |
18329 | THREAD_OPTS="-pthread" |
18330 | case "${host}" in | |
18331 | *-*-solaris2* | *-*-sunos4* ) | |
18332 | if test "x$GCC" = "xyes"; then | |
126be6b4 | 18333 | THREAD_OPTS="-pthreads $THREAD_OPTS" |
009fead0 VZ |
18334 | else |
18335 | THREAD_OPTS="-mt $THREAD_OPTS" | |
18336 | fi | |
18337 | ;; | |
18338 | *-*-freebsd*) | |
18339 | THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" | |
18340 | ;; | |
17234b26 MB |
18341 | *-*-darwin* | *-*-cygwin* ) |
18342 | THREAD_OPTS="" | |
4101db81 | 18343 | ;; |
8f4a9a10 | 18344 | *-*-aix*) |
009fead0 VZ |
18345 | THREAD_OPTS="pthreads" |
18346 | ;; | |
009fead0 | 18347 | esac |
4f14bcd8 | 18348 | |
02a1dfba | 18349 | THREAD_OPTS="$THREAD_OPTS pthread none" |
595e0e44 | 18350 | |
009fead0 VZ |
18351 | THREADS_OK=no |
18352 | for flag in $THREAD_OPTS; do | |
18353 | case $flag in | |
18354 | none) | |
a0b9e27f | 18355 | echo $ac_n "checking whether pthreads work without any flags""... $ac_c" 1>&6 |
d643b80e | 18356 | echo "configure:18357: checking whether pthreads work without any flags" >&5 |
009fead0 | 18357 | ;; |
698dcdb6 | 18358 | |
009fead0 | 18359 | -*) |
a0b9e27f | 18360 | echo $ac_n "checking whether pthreads work with $flag""... $ac_c" 1>&6 |
d643b80e | 18361 | echo "configure:18362: checking whether pthreads work with $flag" >&5 |
009fead0 VZ |
18362 | THREADS_CFLAGS="$flag" |
18363 | ;; | |
698dcdb6 | 18364 | |
009fead0 | 18365 | *) |
a0b9e27f | 18366 | echo $ac_n "checking for the pthreads library -l$flag""... $ac_c" 1>&6 |
d643b80e | 18367 | echo "configure:18368: checking for the pthreads library -l$flag" >&5 |
009fead0 VZ |
18368 | THREADS_LINK="-l$flag" |
18369 | ;; | |
18370 | esac | |
10f2d63a | 18371 | |
009fead0 VZ |
18372 | save_LIBS="$LIBS" |
18373 | save_CFLAGS="$CFLAGS" | |
18374 | LIBS="$THREADS_LINK $LIBS" | |
04727afd | 18375 | CFLAGS="$THREADS_CFLAGS $CFLAGS" |
10f2d63a | 18376 | |
a0b9e27f | 18377 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18378 | #line 18379 "configure" |
009fead0 VZ |
18379 | #include "confdefs.h" |
18380 | #include <pthread.h> | |
a0b9e27f | 18381 | int main() { |
009fead0 | 18382 | pthread_create(0,0,0,0); |
a0b9e27f MB |
18383 | ; return 0; } |
18384 | EOF | |
d643b80e | 18385 | if { (eval echo configure:18386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f | 18386 | rm -rf conftest* |
009fead0 | 18387 | THREADS_OK=yes |
10f2d63a | 18388 | else |
a0b9e27f MB |
18389 | echo "configure: failed program was:" >&5 |
18390 | cat conftest.$ac_ext >&5 | |
6232543b | 18391 | fi |
a0b9e27f | 18392 | rm -f conftest* |
698dcdb6 | 18393 | |
009fead0 VZ |
18394 | LIBS="$save_LIBS" |
18395 | CFLAGS="$save_CFLAGS" | |
d9b9876f | 18396 | |
a0b9e27f | 18397 | echo "$ac_t""$THREADS_OK" 1>&6 |
009fead0 VZ |
18398 | if test "x$THREADS_OK" = "xyes"; then |
18399 | break; | |
18400 | fi | |
d9b9876f | 18401 | |
009fead0 VZ |
18402 | THREADS_LINK="" |
18403 | THREADS_CFLAGS="" | |
18404 | done | |
4f14bcd8 | 18405 | |
009fead0 VZ |
18406 | if test "x$THREADS_OK" != "xyes"; then |
18407 | wxUSE_THREADS=no | |
a0b9e27f | 18408 | echo "configure: warning: No thread support on this system... disabled" 1>&2 |
009fead0 | 18409 | else |
db82f09e VZ |
18410 | LDFLAGS="$THREADS_CFLAGS $LDFLAGS" |
18411 | LIBS="$THREADS_LINK $LIBS" | |
fe5a9cab | 18412 | |
a0b9e27f | 18413 | echo $ac_n "checking if more special flags are required for pthreads""... $ac_c" 1>&6 |
d643b80e | 18414 | echo "configure:18415: checking if more special flags are required for pthreads" >&5 |
009fead0 VZ |
18415 | flag=no |
18416 | case "${host}" in | |
2b5f62a0 VZ |
18417 | *-aix*) |
18418 | LDFLAGS="-L/usr/lib/threads $LDFLAGS" | |
18419 | flag="-D_THREAD_SAFE" | |
18420 | ;; | |
18421 | *-freebsd*) | |
009fead0 VZ |
18422 | flag="-D_THREAD_SAFE" |
18423 | ;; | |
06313569 GD |
18424 | *-hp-hpux* ) |
18425 | flag="-D_REENTRANT" | |
18426 | ;; | |
009fead0 VZ |
18427 | *solaris* | alpha*-osf*) |
18428 | flag="-D_REENTRANT" | |
18429 | ;; | |
18430 | esac | |
a0b9e27f | 18431 | echo "$ac_t""${flag}" 1>&6 |
009fead0 | 18432 | if test "x$flag" != xno; then |
04727afd | 18433 | THREADS_CFLAGS="$THREADS_CFLAGS $flag" |
009fead0 VZ |
18434 | fi |
18435 | ||
009fead0 | 18436 | if test "x$THREADS_CFLAGS" != "x"; then |
04727afd | 18437 | CFLAGS="$CFLAGS $THREADS_CFLAGS" |
009fead0 VZ |
18438 | CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS" |
18439 | fi | |
18440 | fi | |
4f14bcd8 | 18441 | fi |
4f14bcd8 | 18442 | |
7274f1c7 | 18443 | if test "$wxUSE_THREADS" = "yes" ; then |
a0b9e27f | 18444 | for ac_func in thr_setconcurrency |
4f14bcd8 | 18445 | do |
a0b9e27f | 18446 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 18447 | echo "configure:18448: checking for $ac_func" >&5 |
a0b9e27f MB |
18448 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
18449 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18450 | else | |
18451 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18452 | #line 18453 "configure" |
d9b9876f | 18453 | #include "confdefs.h" |
4f14bcd8 | 18454 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 18455 | which can conflict with char $ac_func(); below. */ |
4f14bcd8 GD |
18456 | #include <assert.h> |
18457 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18458 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18459 | builtin and then its argument prototype would still apply. */ |
18460 | char $ac_func(); | |
18461 | ||
18462 | int main() { | |
18463 | ||
4f14bcd8 GD |
18464 | /* The GNU C library defines this for functions which it implements |
18465 | to always fail with ENOSYS. Some functions are actually named | |
18466 | something starting with __ and the normal name is an alias. */ | |
18467 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
18468 | choke me | |
18469 | #else | |
a0b9e27f | 18470 | $ac_func(); |
4f14bcd8 GD |
18471 | #endif |
18472 | ||
a0b9e27f MB |
18473 | ; return 0; } |
18474 | EOF | |
d643b80e | 18475 | if { (eval echo configure:18476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18476 | rm -rf conftest* |
18477 | eval "ac_cv_func_$ac_func=yes" | |
18478 | else | |
18479 | echo "configure: failed program was:" >&5 | |
18480 | cat conftest.$ac_ext >&5 | |
18481 | rm -rf conftest* | |
18482 | eval "ac_cv_func_$ac_func=no" | |
18483 | fi | |
18484 | rm -f conftest* | |
18485 | fi | |
698dcdb6 | 18486 | |
a0b9e27f MB |
18487 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
18488 | echo "$ac_t""yes" 1>&6 | |
18489 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
18490 | cat >> confdefs.h <<EOF | |
18491 | #define $ac_tr_func 1 | |
18492 | EOF | |
18493 | ||
18494 | else | |
18495 | echo "$ac_t""no" 1>&6 | |
10f2d63a | 18496 | fi |
4f14bcd8 | 18497 | done |
10f2d63a | 18498 | |
8284b0c5 | 18499 | |
a0b9e27f | 18500 | for ac_hdr in sched.h |
4f14bcd8 | 18501 | do |
a0b9e27f MB |
18502 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
18503 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
d643b80e | 18504 | echo "configure:18505: checking for $ac_hdr" >&5 |
a0b9e27f MB |
18505 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
18506 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18507 | else | |
18508 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18509 | #line 18510 "configure" |
247f5006 | 18510 | #include "confdefs.h" |
a0b9e27f MB |
18511 | #include <$ac_hdr> |
18512 | EOF | |
18513 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 18514 | { (eval echo configure:18515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
18515 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
18516 | if test -z "$ac_err"; then | |
18517 | rm -rf conftest* | |
18518 | eval "ac_cv_header_$ac_safe=yes" | |
18519 | else | |
18520 | echo "$ac_err" >&5 | |
18521 | echo "configure: failed program was:" >&5 | |
4f14bcd8 | 18522 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
18523 | rm -rf conftest* |
18524 | eval "ac_cv_header_$ac_safe=no" | |
13111b2a | 18525 | fi |
a0b9e27f | 18526 | rm -f conftest* |
10f2d63a | 18527 | fi |
a0b9e27f MB |
18528 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
18529 | echo "$ac_t""yes" 1>&6 | |
18530 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
18531 | cat >> confdefs.h <<EOF | |
18532 | #define $ac_tr_hdr 1 | |
18533 | EOF | |
18534 | ||
18535 | else | |
18536 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 | 18537 | fi |
4f14bcd8 | 18538 | done |
f6bcfd97 | 18539 | |
009fead0 | 18540 | if test "$ac_cv_header_sched_h" = "yes"; then |
a0b9e27f | 18541 | echo $ac_n "checking for sched_yield""... $ac_c" 1>&6 |
d643b80e | 18542 | echo "configure:18543: checking for sched_yield" >&5 |
a0b9e27f MB |
18543 | if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then |
18544 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 18545 | else |
a0b9e27f | 18546 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18547 | #line 18548 "configure" |
4f14bcd8 | 18548 | #include "confdefs.h" |
009fead0 | 18549 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 18550 | which can conflict with char sched_yield(); below. */ |
009fead0 | 18551 | #include <assert.h> |
4f14bcd8 GD |
18552 | /* Override any gcc2 internal prototype to avoid an error. */ |
18553 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18554 | builtin and then its argument prototype would still apply. */ |
18555 | char sched_yield(); | |
18556 | ||
18557 | int main() { | |
18558 | ||
009fead0 VZ |
18559 | /* The GNU C library defines this for functions which it implements |
18560 | to always fail with ENOSYS. Some functions are actually named | |
18561 | something starting with __ and the normal name is an alias. */ | |
18562 | #if defined (__stub_sched_yield) || defined (__stub___sched_yield) | |
18563 | choke me | |
18564 | #else | |
a0b9e27f | 18565 | sched_yield(); |
009fead0 VZ |
18566 | #endif |
18567 | ||
a0b9e27f MB |
18568 | ; return 0; } |
18569 | EOF | |
d643b80e | 18570 | if { (eval echo configure:18571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18571 | rm -rf conftest* |
18572 | eval "ac_cv_func_sched_yield=yes" | |
18573 | else | |
18574 | echo "configure: failed program was:" >&5 | |
18575 | cat conftest.$ac_ext >&5 | |
18576 | rm -rf conftest* | |
18577 | eval "ac_cv_func_sched_yield=no" | |
18578 | fi | |
18579 | rm -f conftest* | |
18580 | fi | |
18581 | ||
18582 | if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then | |
18583 | echo "$ac_t""yes" 1>&6 | |
18584 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 18585 | #define HAVE_SCHED_YIELD 1 |
a0b9e27f | 18586 | EOF |
10f2d63a | 18587 | |
4f14bcd8 | 18588 | else |
a0b9e27f | 18589 | echo "$ac_t""no" 1>&6 |
009fead0 | 18590 | |
a0b9e27f | 18591 | echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6 |
d643b80e | 18592 | echo "configure:18593: checking for sched_yield in -lposix4" >&5 |
a0b9e27f MB |
18593 | ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` |
18594 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18595 | echo $ac_n "(cached) $ac_c" 1>&6 | |
4f14bcd8 | 18596 | else |
a0b9e27f | 18597 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 18598 | LIBS="-lposix4 $LIBS" |
a0b9e27f | 18599 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18600 | #line 18601 "configure" |
4f14bcd8 GD |
18601 | #include "confdefs.h" |
18602 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18603 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18604 | builtin and then its argument prototype would still apply. */ |
18605 | char sched_yield(); | |
18606 | ||
18607 | int main() { | |
18608 | sched_yield() | |
18609 | ; return 0; } | |
18610 | EOF | |
d643b80e | 18611 | if { (eval echo configure:18612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18612 | rm -rf conftest* |
18613 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18614 | else | |
18615 | echo "configure: failed program was:" >&5 | |
18616 | cat conftest.$ac_ext >&5 | |
18617 | rm -rf conftest* | |
18618 | eval "ac_cv_lib_$ac_lib_var=no" | |
18619 | fi | |
18620 | rm -f conftest* | |
18621 | LIBS="$ac_save_LIBS" | |
18622 | ||
18623 | fi | |
18624 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
18625 | echo "$ac_t""yes" 1>&6 | |
18626 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 18627 | #define HAVE_SCHED_YIELD 1 |
a0b9e27f | 18628 | EOF |
3d63bc3a | 18629 | POSIX4_LINK=" -lposix4" |
4f14bcd8 | 18630 | else |
a0b9e27f MB |
18631 | echo "$ac_t""no" 1>&6 |
18632 | echo "configure: warning: wxThread::Yield will not work properly" 1>&2 | |
18633 | ||
54276ccf VZ |
18634 | fi |
18635 | ||
a0b9e27f MB |
18636 | |
18637 | ||
4f14bcd8 | 18638 | fi |
698dcdb6 | 18639 | |
009fead0 | 18640 | fi |
10f2d63a | 18641 | |
7274f1c7 | 18642 | HAVE_PRIOR_FUNCS=0 |
a0b9e27f | 18643 | echo $ac_n "checking for pthread_attr_getschedpolicy""... $ac_c" 1>&6 |
d643b80e | 18644 | echo "configure:18645: checking for pthread_attr_getschedpolicy" >&5 |
a0b9e27f MB |
18645 | if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getschedpolicy'+set}'`\" = set"; then |
18646 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 18647 | else |
a0b9e27f | 18648 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18649 | #line 18650 "configure" |
422107f9 | 18650 | #include "confdefs.h" |
009fead0 | 18651 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 18652 | which can conflict with char pthread_attr_getschedpolicy(); below. */ |
009fead0 | 18653 | #include <assert.h> |
4f14bcd8 GD |
18654 | /* Override any gcc2 internal prototype to avoid an error. */ |
18655 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18656 | builtin and then its argument prototype would still apply. */ |
18657 | char pthread_attr_getschedpolicy(); | |
18658 | ||
18659 | int main() { | |
18660 | ||
009fead0 VZ |
18661 | /* The GNU C library defines this for functions which it implements |
18662 | to always fail with ENOSYS. Some functions are actually named | |
18663 | something starting with __ and the normal name is an alias. */ | |
18664 | #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy) | |
18665 | choke me | |
18666 | #else | |
a0b9e27f | 18667 | pthread_attr_getschedpolicy(); |
009fead0 VZ |
18668 | #endif |
18669 | ||
a0b9e27f MB |
18670 | ; return 0; } |
18671 | EOF | |
d643b80e | 18672 | if { (eval echo configure:18673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18673 | rm -rf conftest* |
18674 | eval "ac_cv_func_pthread_attr_getschedpolicy=yes" | |
18675 | else | |
18676 | echo "configure: failed program was:" >&5 | |
18677 | cat conftest.$ac_ext >&5 | |
18678 | rm -rf conftest* | |
18679 | eval "ac_cv_func_pthread_attr_getschedpolicy=no" | |
18680 | fi | |
18681 | rm -f conftest* | |
18682 | fi | |
18683 | ||
18684 | if eval "test \"`echo '$ac_cv_func_'pthread_attr_getschedpolicy`\" = yes"; then | |
18685 | echo "$ac_t""yes" 1>&6 | |
18686 | echo $ac_n "checking for pthread_attr_setschedparam""... $ac_c" 1>&6 | |
d643b80e | 18687 | echo "configure:18688: checking for pthread_attr_setschedparam" >&5 |
a0b9e27f MB |
18688 | if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedparam'+set}'`\" = set"; then |
18689 | echo $ac_n "(cached) $ac_c" 1>&6 | |
247f5006 | 18690 | else |
a0b9e27f | 18691 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18692 | #line 18693 "configure" |
a0b9e27f MB |
18693 | #include "confdefs.h" |
18694 | /* System header to define __stub macros and hopefully few prototypes, | |
18695 | which can conflict with char pthread_attr_setschedparam(); below. */ | |
009fead0 | 18696 | #include <assert.h> |
422107f9 VZ |
18697 | /* Override any gcc2 internal prototype to avoid an error. */ |
18698 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18699 | builtin and then its argument prototype would still apply. */ |
18700 | char pthread_attr_setschedparam(); | |
18701 | ||
18702 | int main() { | |
18703 | ||
009fead0 VZ |
18704 | /* The GNU C library defines this for functions which it implements |
18705 | to always fail with ENOSYS. Some functions are actually named | |
18706 | something starting with __ and the normal name is an alias. */ | |
18707 | #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam) | |
18708 | choke me | |
18709 | #else | |
a0b9e27f | 18710 | pthread_attr_setschedparam(); |
009fead0 VZ |
18711 | #endif |
18712 | ||
a0b9e27f MB |
18713 | ; return 0; } |
18714 | EOF | |
d643b80e | 18715 | if { (eval echo configure:18716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18716 | rm -rf conftest* |
18717 | eval "ac_cv_func_pthread_attr_setschedparam=yes" | |
18718 | else | |
18719 | echo "configure: failed program was:" >&5 | |
18720 | cat conftest.$ac_ext >&5 | |
18721 | rm -rf conftest* | |
18722 | eval "ac_cv_func_pthread_attr_setschedparam=no" | |
18723 | fi | |
18724 | rm -f conftest* | |
18725 | fi | |
18726 | ||
18727 | if eval "test \"`echo '$ac_cv_func_'pthread_attr_setschedparam`\" = yes"; then | |
18728 | echo "$ac_t""yes" 1>&6 | |
18729 | echo $ac_n "checking for sched_get_priority_max""... $ac_c" 1>&6 | |
d643b80e | 18730 | echo "configure:18731: checking for sched_get_priority_max" >&5 |
a0b9e27f MB |
18731 | if eval "test \"`echo '$''{'ac_cv_func_sched_get_priority_max'+set}'`\" = set"; then |
18732 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18733 | else | |
18734 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18735 | #line 18736 "configure" |
422107f9 | 18736 | #include "confdefs.h" |
009fead0 VZ |
18737 | /* System header to define __stub macros and hopefully few prototypes |
18738 | else | |
a0b9e27f MB |
18739 | echo "$ac_t""no" 1>&6 |
18740 | which can conflict with char sched_get_priority_max(); below. */ | |
009fead0 | 18741 | #include <assert.h> |
4f14bcd8 GD |
18742 | /* Override any gcc2 internal prototype to avoid an error. */ |
18743 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18744 | builtin and then its argument prototype would still apply. */ |
18745 | char sched_get_priority_max(); | |
18746 | ||
18747 | int main() { | |
18748 | ||
009fead0 VZ |
18749 | /* The GNU C library defines this for functions which it implements |
18750 | to always fail with ENOSYS. Some functions are actually named | |
18751 | something starting with __ and the normal name is an alias. */ | |
18752 | #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max) | |
18753 | choke me | |
18754 | #else | |
a0b9e27f | 18755 | sched_get_priority_max(); |
009fead0 VZ |
18756 | #endif |
18757 | ||
a0b9e27f MB |
18758 | ; return 0; } |
18759 | EOF | |
d643b80e | 18760 | if { (eval echo configure:18761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18761 | rm -rf conftest* |
18762 | eval "ac_cv_func_sched_get_priority_max=yes" | |
18763 | else | |
18764 | echo "configure: failed program was:" >&5 | |
18765 | cat conftest.$ac_ext >&5 | |
18766 | rm -rf conftest* | |
18767 | eval "ac_cv_func_sched_get_priority_max=no" | |
18768 | fi | |
18769 | rm -f conftest* | |
18770 | fi | |
18771 | ||
18772 | if eval "test \"`echo '$ac_cv_func_'sched_get_priority_max`\" = yes"; then | |
18773 | echo "$ac_t""yes" 1>&6 | |
4f14bcd8 GD |
18774 | HAVE_PRIOR_FUNCS=1 |
18775 | else | |
a0b9e27f MB |
18776 | echo "$ac_t""no" 1>&6 |
18777 | echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6 | |
d643b80e | 18778 | echo "configure:18779: checking for sched_get_priority_max in -lposix4" >&5 |
a0b9e27f MB |
18779 | ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'` |
18780 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
18781 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 18782 | else |
a0b9e27f | 18783 | ac_save_LIBS="$LIBS" |
4f14bcd8 | 18784 | LIBS="-lposix4 $LIBS" |
a0b9e27f | 18785 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18786 | #line 18787 "configure" |
422107f9 VZ |
18787 | #include "confdefs.h" |
18788 | /* Override any gcc2 internal prototype to avoid an error. */ | |
18789 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18790 | builtin and then its argument prototype would still apply. */ |
18791 | char sched_get_priority_max(); | |
18792 | ||
18793 | int main() { | |
18794 | sched_get_priority_max() | |
18795 | ; return 0; } | |
18796 | EOF | |
d643b80e | 18797 | if { (eval echo configure:18798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18798 | rm -rf conftest* |
18799 | eval "ac_cv_lib_$ac_lib_var=yes" | |
18800 | else | |
18801 | echo "configure: failed program was:" >&5 | |
18802 | cat conftest.$ac_ext >&5 | |
18803 | rm -rf conftest* | |
18804 | eval "ac_cv_lib_$ac_lib_var=no" | |
18805 | fi | |
18806 | rm -f conftest* | |
18807 | LIBS="$ac_save_LIBS" | |
698dcdb6 | 18808 | |
a0b9e27f MB |
18809 | fi |
18810 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
18811 | echo "$ac_t""yes" 1>&6 | |
18812 | ||
7274f1c7 RL |
18813 | HAVE_PRIOR_FUNCS=1 |
18814 | POSIX4_LINK=" -lposix4" | |
a0b9e27f MB |
18815 | |
18816 | else | |
18817 | echo "$ac_t""no" 1>&6 | |
4f14bcd8 | 18818 | fi |
463abc64 | 18819 | |
a0b9e27f | 18820 | |
328a083c | 18821 | fi |
463abc64 | 18822 | |
a0b9e27f MB |
18823 | |
18824 | else | |
18825 | echo "$ac_t""no" 1>&6 | |
7b4a847f | 18826 | fi |
579d8138 | 18827 | |
a0b9e27f | 18828 | |
5c6fa7d2 | 18829 | fi |
52127426 | 18830 | |
8284b0c5 | 18831 | |
7274f1c7 | 18832 | if test "$HAVE_PRIOR_FUNCS" = 1; then |
a0b9e27f | 18833 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18834 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 |
a0b9e27f | 18835 | EOF |
463abc64 | 18836 | |
7274f1c7 | 18837 | else |
a0b9e27f | 18838 | echo "configure: warning: Setting thread priority will not work" 1>&2 |
7274f1c7 | 18839 | fi |
463abc64 | 18840 | |
a0b9e27f | 18841 | echo $ac_n "checking for pthread_cancel""... $ac_c" 1>&6 |
d643b80e | 18842 | echo "configure:18843: checking for pthread_cancel" >&5 |
a0b9e27f MB |
18843 | if eval "test \"`echo '$''{'ac_cv_func_pthread_cancel'+set}'`\" = set"; then |
18844 | echo $ac_n "(cached) $ac_c" 1>&6 | |
422107f9 | 18845 | else |
a0b9e27f | 18846 | cat > conftest.$ac_ext <<EOF |
d643b80e | 18847 | #line 18848 "configure" |
422107f9 | 18848 | #include "confdefs.h" |
009fead0 | 18849 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 18850 | which can conflict with char pthread_cancel(); below. */ |
009fead0 | 18851 | #include <assert.h> |
422107f9 VZ |
18852 | /* Override any gcc2 internal prototype to avoid an error. */ |
18853 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
18854 | builtin and then its argument prototype would still apply. */ |
18855 | char pthread_cancel(); | |
18856 | ||
18857 | int main() { | |
18858 | ||
009fead0 VZ |
18859 | /* The GNU C library defines this for functions which it implements |
18860 | to always fail with ENOSYS. Some functions are actually named | |
18861 | something starting with __ and the normal name is an alias. */ | |
18862 | #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel) | |
18863 | choke me | |
18864 | #else | |
a0b9e27f | 18865 | pthread_cancel(); |
009fead0 VZ |
18866 | #endif |
18867 | ||
a0b9e27f MB |
18868 | ; return 0; } |
18869 | EOF | |
d643b80e | 18870 | if { (eval echo configure:18871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
18871 | rm -rf conftest* |
18872 | eval "ac_cv_func_pthread_cancel=yes" | |
18873 | else | |
18874 | echo "configure: failed program was:" >&5 | |
18875 | cat conftest.$ac_ext >&5 | |
18876 | rm -rf conftest* | |
18877 | eval "ac_cv_func_pthread_cancel=no" | |
18878 | fi | |
18879 | rm -f conftest* | |
18880 | fi | |
18881 | ||
18882 | if eval "test \"`echo '$ac_cv_func_'pthread_cancel`\" = yes"; then | |
18883 | echo "$ac_t""yes" 1>&6 | |
18884 | cat >> confdefs.h <<\EOF | |
4f14bcd8 | 18885 | #define HAVE_PTHREAD_CANCEL 1 |
a0b9e27f | 18886 | EOF |
4f14bcd8 | 18887 | |
698dcdb6 | 18888 | else |
a0b9e27f MB |
18889 | echo "$ac_t""no" 1>&6 |
18890 | echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 | |
422107f9 VZ |
18891 | fi |
18892 | ||
5c6fa7d2 | 18893 | |
a0b9e27f | 18894 | echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 |
d643b80e | 18895 | echo "configure:18896: checking for pthread_cleanup_push/pop" >&5 |
a0b9e27f MB |
18896 | if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then |
18897 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 18898 | else |
a0b9e27f MB |
18899 | |
18900 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18901 | #line 18902 "configure" |
4f14bcd8 GD |
18902 | #include "confdefs.h" |
18903 | #include <pthread.h> | |
a0b9e27f | 18904 | int main() { |
4f14bcd8 | 18905 | |
7274f1c7 RL |
18906 | pthread_cleanup_push(NULL, NULL); |
18907 | pthread_cleanup_pop(0); | |
a0b9e27f MB |
18908 | |
18909 | ; return 0; } | |
18910 | EOF | |
d643b80e | 18911 | if { (eval echo configure:18912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
18912 | rm -rf conftest* |
18913 | ||
7274f1c7 | 18914 | wx_cv_func_pthread_cleanup_push=yes |
a0b9e27f | 18915 | |
4f14bcd8 | 18916 | else |
a0b9e27f MB |
18917 | echo "configure: failed program was:" >&5 |
18918 | cat conftest.$ac_ext >&5 | |
18919 | rm -rf conftest* | |
18920 | ||
7274f1c7 | 18921 | wx_cv_func_pthread_cleanup_push=no |
a0b9e27f | 18922 | |
5c6fa7d2 | 18923 | fi |
a0b9e27f MB |
18924 | rm -f conftest* |
18925 | ||
247f5006 | 18926 | fi |
a0b9e27f MB |
18927 | |
18928 | echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 | |
4f14bcd8 | 18929 | |
7274f1c7 | 18930 | if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then |
a0b9e27f | 18931 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18932 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 |
a0b9e27f | 18933 | EOF |
c7a2bf27 | 18934 | |
7274f1c7 | 18935 | fi |
4f14bcd8 | 18936 | |
a0b9e27f MB |
18937 | |
18938 | echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6 | |
d643b80e | 18939 | echo "configure:18940: checking for pthread_mutexattr_t" >&5 |
a0b9e27f MB |
18940 | if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then |
18941 | echo $ac_n "(cached) $ac_c" 1>&6 | |
698dcdb6 | 18942 | else |
a0b9e27f MB |
18943 | |
18944 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18945 | #line 18946 "configure" |
0dcf9893 | 18946 | #include "confdefs.h" |
4f14bcd8 | 18947 | #include <pthread.h> |
a0b9e27f | 18948 | int main() { |
4f14bcd8 | 18949 | |
7274f1c7 RL |
18950 | pthread_mutexattr_t attr; |
18951 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
a0b9e27f MB |
18952 | |
18953 | ; return 0; } | |
18954 | EOF | |
d643b80e | 18955 | if { (eval echo configure:18956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
18956 | rm -rf conftest* |
18957 | ||
7274f1c7 | 18958 | wx_cv_type_pthread_mutexattr_t=yes |
a0b9e27f | 18959 | |
3fed1840 | 18960 | else |
a0b9e27f MB |
18961 | echo "configure: failed program was:" >&5 |
18962 | cat conftest.$ac_ext >&5 | |
18963 | rm -rf conftest* | |
18964 | ||
7274f1c7 | 18965 | wx_cv_type_pthread_mutexattr_t=no |
a0b9e27f MB |
18966 | |
18967 | ||
5c6fa7d2 | 18968 | fi |
a0b9e27f MB |
18969 | rm -f conftest* |
18970 | ||
247f5006 | 18971 | fi |
a0b9e27f MB |
18972 | |
18973 | echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6 | |
4f14bcd8 | 18974 | |
7274f1c7 | 18975 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then |
a0b9e27f | 18976 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 18977 | #define HAVE_PTHREAD_MUTEXATTR_T 1 |
a0b9e27f | 18978 | EOF |
4f14bcd8 | 18979 | |
7274f1c7 | 18980 | else |
a0b9e27f | 18981 | echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6 |
d643b80e | 18982 | echo "configure:18983: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 |
a0b9e27f MB |
18983 | if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then |
18984 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18985 | else | |
18986 | ||
18987 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 18988 | #line 18989 "configure" |
3fed1840 | 18989 | #include "confdefs.h" |
4f14bcd8 | 18990 | #include <pthread.h> |
a0b9e27f | 18991 | int main() { |
4f14bcd8 | 18992 | |
7274f1c7 | 18993 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; |
a0b9e27f MB |
18994 | |
18995 | ; return 0; } | |
18996 | EOF | |
d643b80e | 18997 | if { (eval echo configure:18998: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
18998 | rm -rf conftest* |
18999 | ||
7274f1c7 | 19000 | wx_cv_type_pthread_rec_mutex_init=yes |
a0b9e27f | 19001 | |
698dcdb6 | 19002 | else |
a0b9e27f MB |
19003 | echo "configure: failed program was:" >&5 |
19004 | cat conftest.$ac_ext >&5 | |
19005 | rm -rf conftest* | |
19006 | ||
7274f1c7 | 19007 | wx_cv_type_pthread_rec_mutex_init=no |
a0b9e27f MB |
19008 | |
19009 | ||
5c6fa7d2 | 19010 | fi |
a0b9e27f MB |
19011 | rm -f conftest* |
19012 | ||
247f5006 | 19013 | fi |
a0b9e27f MB |
19014 | |
19015 | echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6 | |
7274f1c7 | 19016 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then |
a0b9e27f | 19017 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19018 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 |
a0b9e27f | 19019 | EOF |
3fed1840 | 19020 | |
7274f1c7 | 19021 | else |
a0b9e27f | 19022 | echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2 |
7274f1c7 RL |
19023 | fi |
19024 | fi | |
7274f1c7 | 19025 | fi |
3fed1840 | 19026 | |
a0b9e27f MB |
19027 | else |
19028 | if test "$wxUSE_THREADS" = "yes" ; then | |
19029 | case "${host}" in | |
19030 | *-*-mingw32* ) | |
ca8e52b3 | 19031 | echo $ac_n "checking if compiler supports -mthreads""... $ac_c" 1>&6 |
d643b80e | 19032 | echo "configure:19033: checking if compiler supports -mthreads" >&5 |
ca8e52b3 VZ |
19033 | if eval "test \"`echo '$''{'wx_cv_cflags_mthread'+set}'`\" = set"; then |
19034 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19035 | else | |
19036 | ||
19037 | CFLAGS_OLD="$CFLAGS" | |
19038 | CFLAGS="$CFLAGS -mthreads" | |
19039 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19040 | #line 19041 "configure" |
ca8e52b3 VZ |
19041 | #include "confdefs.h" |
19042 | ||
19043 | int main() { | |
19044 | ||
19045 | ; return 0; } | |
19046 | EOF | |
d643b80e | 19047 | if { (eval echo configure:19048: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
ca8e52b3 VZ |
19048 | rm -rf conftest* |
19049 | wx_cv_cflags_mthread=yes | |
19050 | else | |
19051 | echo "configure: failed program was:" >&5 | |
19052 | cat conftest.$ac_ext >&5 | |
19053 | rm -rf conftest* | |
19054 | wx_cv_cflags_mthread=no | |
19055 | ||
19056 | fi | |
19057 | rm -f conftest* | |
19058 | ||
19059 | ||
19060 | fi | |
19061 | ||
19062 | echo "$ac_t""$wx_cv_cflags_mthread" 1>&6 | |
19063 | ||
19064 | if test "$wx_cv_cflags_mthread" = "yes"; then | |
19065 | CXXFLAGS="$CXXFLAGS -mthreads" | |
19066 | TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads" | |
19067 | LDFLAGS="$LDFLAGS -mthreads" | |
19068 | else | |
19069 | CFLAGS="$CFLAGS_OLD" | |
19070 | fi | |
a0b9e27f MB |
19071 | ;; |
19072 | esac | |
19073 | fi | |
4f14bcd8 GD |
19074 | fi |
19075 | ||
19076 | if test "$wxUSE_THREADS" = "yes"; then | |
a0b9e27f | 19077 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19078 | #define wxUSE_THREADS 1 |
a0b9e27f | 19079 | EOF |
7b6058cd | 19080 | |
8284b0c5 | 19081 | |
4f14bcd8 | 19082 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" |
698dcdb6 | 19083 | else |
4f14bcd8 | 19084 | if test "$ac_cv_func_strtok_r" = "yes"; then |
a0b9e27f | 19085 | echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 |
d643b80e | 19086 | echo "configure:19087: checking if -D_REENTRANT is needed" >&5 |
4f14bcd8 GD |
19087 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then |
19088 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT" | |
a0b9e27f | 19089 | echo "$ac_t""yes" 1>&6 |
4f14bcd8 | 19090 | else |
a0b9e27f | 19091 | echo "$ac_t""no" 1>&6 |
4f14bcd8 GD |
19092 | fi |
19093 | fi | |
19094 | fi | |
19095 | ||
19096 | if test "$WXGTK20" = 1 ; then | |
a0b9e27f | 19097 | cat >> confdefs.h <<EOF |
4f14bcd8 | 19098 | #define __WXGTK20__ $WXGTK20 |
a0b9e27f | 19099 | EOF |
4f14bcd8 GD |
19100 | |
19101 | WXGTK12=1 | |
10f2d63a | 19102 | fi |
4f14bcd8 GD |
19103 | |
19104 | if test "$WXGTK12" = 1 ; then | |
a0b9e27f | 19105 | cat >> confdefs.h <<EOF |
4f14bcd8 | 19106 | #define __WXGTK12__ $WXGTK12 |
a0b9e27f | 19107 | EOF |
4f14bcd8 | 19108 | |
10f2d63a | 19109 | fi |
698dcdb6 | 19110 | |
4f14bcd8 | 19111 | if test "$WXGTK127" = 1 ; then |
a0b9e27f | 19112 | cat >> confdefs.h <<EOF |
4f14bcd8 | 19113 | #define __WXGTK127__ $WXGTK127 |
a0b9e27f | 19114 | EOF |
4f14bcd8 | 19115 | |
698dcdb6 | 19116 | fi |
10f2d63a | 19117 | |
4f14bcd8 GD |
19118 | WXDEBUG= |
19119 | ||
19120 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
19121 | WXDEBUG="-g" | |
19122 | wxUSE_OPTIMISE=no | |
698dcdb6 | 19123 | fi |
4f14bcd8 GD |
19124 | |
19125 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
19126 | wxUSE_DEBUG_INFO=yes | |
19127 | WXDEBUG="-ggdb" | |
10f2d63a VZ |
19128 | fi |
19129 | ||
4f14bcd8 | 19130 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then |
a0b9e27f | 19131 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19132 | #define WXDEBUG 1 |
a0b9e27f | 19133 | EOF |
4f14bcd8 GD |
19134 | |
19135 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
10f2d63a | 19136 | else |
4f14bcd8 GD |
19137 | if test "$wxUSE_GTK" = 1 ; then |
19138 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
19139 | fi | |
19140 | fi | |
19141 | ||
19142 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
a0b9e27f | 19143 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19144 | #define wxUSE_MEMORY_TRACING 1 |
a0b9e27f | 19145 | EOF |
4f14bcd8 | 19146 | |
a0b9e27f | 19147 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19148 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 |
a0b9e27f | 19149 | EOF |
4f14bcd8 | 19150 | |
a0b9e27f | 19151 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19152 | #define wxUSE_DEBUG_NEW_ALWAYS 1 |
a0b9e27f | 19153 | EOF |
4f14bcd8 GD |
19154 | |
19155 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
19156 | fi | |
19157 | ||
19158 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
3d63bc3a | 19159 | DMALLOC_LIBS="-ldmalloc" |
4f14bcd8 GD |
19160 | fi |
19161 | ||
19162 | PROFILE= | |
19163 | if test "$wxUSE_PROFILE" = "yes" ; then | |
3d63bc3a | 19164 | PROFILE=" -pg" |
10f2d63a VZ |
19165 | fi |
19166 | ||
009fead0 VZ |
19167 | CODE_GEN_FLAGS= |
19168 | CODE_GEN_FLAGS_CXX= | |
88e30f2b | 19169 | if test "$GCC" = "yes" ; then |
4f14bcd8 GD |
19170 | if test "$wxUSE_NO_RTTI" = "yes" ; then |
19171 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti" | |
3a922bb4 | 19172 | fi |
4f14bcd8 GD |
19173 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then |
19174 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions" | |
19175 | fi | |
19176 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
19177 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" | |
19178 | fi | |
4f14bcd8 GD |
19179 | if test "$USE_WIN32" = 1 ; then |
19180 | # I'm not even really sure what this was ever added to solve, | |
19181 | # but someone added it for mingw native builds, so I guess | |
19182 | # they had a reason, right?? | |
19183 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return" | |
19184 | fi | |
1d1b75ac | 19185 | |
2b5f62a0 | 19186 | case "${host}" in |
1d1b75ac VZ |
19187 | powerpc*-*-aix* ) |
19188 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc" | |
19189 | ;; | |
2b5f62a0 VZ |
19190 | *-hppa* ) |
19191 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" | |
19192 | ;; | |
1d1b75ac | 19193 | esac |
4f14bcd8 GD |
19194 | fi |
19195 | ||
4f14bcd8 GD |
19196 | if test "$wxUSE_OPTIMISE" = "no" ; then |
19197 | OPTIMISE= | |
19198 | else | |
19199 | if test "$GCC" = yes ; then | |
19200 | OPTIMISE="-O2" | |
19201 | case "${host}" in | |
19202 | i586-*-*|i686-*-* ) | |
19203 | OPTIMISE="${OPTIMISE} " | |
19204 | ;; | |
19205 | esac | |
19206 | else | |
19207 | OPTIMISE="-O" | |
19208 | fi | |
19209 | fi | |
19210 | ||
19211 | if test "$WXWIN_COMPATIBILITY_2" = "yes"; then | |
a0b9e27f | 19212 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19213 | #define WXWIN_COMPATIBILITY_2 1 |
a0b9e27f | 19214 | EOF |
4f14bcd8 | 19215 | |
8284b0c5 | 19216 | |
4f14bcd8 GD |
19217 | WXWIN_COMPATIBILITY_2_2="yes" |
19218 | fi | |
19219 | ||
0c9a1c32 | 19220 | if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then |
a0b9e27f | 19221 | cat >> confdefs.h <<\EOF |
4f14bcd8 | 19222 | #define WXWIN_COMPATIBILITY_2_2 1 |
a0b9e27f | 19223 | EOF |
4f14bcd8 | 19224 | |
10f2d63a VZ |
19225 | fi |
19226 | ||
8284b0c5 | 19227 | |
10f2d63a | 19228 | if test "$wxUSE_GUI" = "yes"; then |
a0b9e27f | 19229 | cat >> confdefs.h <<\EOF |
10f2d63a | 19230 | #define wxUSE_GUI 1 |
a0b9e27f | 19231 | EOF |
10f2d63a | 19232 | |
8284b0c5 | 19233 | |
10f2d63a | 19234 | else |
a0b9e27f | 19235 | cat >> confdefs.h <<\EOF |
10f2d63a | 19236 | #define wxUSE_NOGUI 1 |
a0b9e27f | 19237 | EOF |
10f2d63a VZ |
19238 | |
19239 | fi | |
19240 | ||
8284b0c5 | 19241 | |
10f2d63a | 19242 | if test "$wxUSE_UNIX" = "yes"; then |
a0b9e27f | 19243 | cat >> confdefs.h <<\EOF |
10f2d63a | 19244 | #define wxUSE_UNIX 1 |
a0b9e27f | 19245 | EOF |
10f2d63a VZ |
19246 | |
19247 | fi | |
19248 | ||
8284b0c5 | 19249 | |
10f2d63a | 19250 | if test "$wxUSE_APPLE_IEEE" = "yes"; then |
a0b9e27f | 19251 | cat >> confdefs.h <<\EOF |
10f2d63a | 19252 | #define wxUSE_APPLE_IEEE 1 |
a0b9e27f | 19253 | EOF |
10f2d63a VZ |
19254 | |
19255 | fi | |
19256 | ||
1e6feb95 | 19257 | if test "$wxUSE_TIMER" = "yes"; then |
a0b9e27f | 19258 | cat >> confdefs.h <<\EOF |
1e6feb95 | 19259 | #define wxUSE_TIMER 1 |
a0b9e27f | 19260 | EOF |
1e6feb95 VZ |
19261 | |
19262 | fi | |
19263 | ||
10f2d63a | 19264 | if test "$wxUSE_WAVE" = "yes"; then |
a0b9e27f | 19265 | cat >> confdefs.h <<\EOF |
10f2d63a | 19266 | #define wxUSE_WAVE 1 |
a0b9e27f | 19267 | EOF |
10f2d63a VZ |
19268 | |
19269 | fi | |
19270 | ||
1e6feb95 | 19271 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then |
a0b9e27f | 19272 | cat >> confdefs.h <<\EOF |
1e6feb95 | 19273 | #define wxUSE_CMDLINE_PARSER 1 |
a0b9e27f | 19274 | EOF |
1e6feb95 VZ |
19275 | |
19276 | fi | |
19277 | ||
19278 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
a0b9e27f | 19279 | cat >> confdefs.h <<\EOF |
1e6feb95 | 19280 | #define wxUSE_STOPWATCH 1 |
a0b9e27f | 19281 | EOF |
1e6feb95 VZ |
19282 | |
19283 | fi | |
19284 | ||
19285 | if test "$wxUSE_DATETIME" = "yes"; then | |
a0b9e27f | 19286 | cat >> confdefs.h <<\EOF |
1e6feb95 | 19287 | #define wxUSE_DATETIME 1 |
a0b9e27f | 19288 | EOF |
1e6feb95 VZ |
19289 | |
19290 | fi | |
19291 | ||
19292 | if test "$wxUSE_TIMEDATE" = "yes"; then | |
a0b9e27f | 19293 | cat >> confdefs.h <<\EOF |
1e6feb95 | 19294 | #define wxUSE_TIMEDATE 1 |
a0b9e27f | 19295 | EOF |
1e6feb95 VZ |
19296 | |
19297 | fi | |
19298 | ||
10f2d63a | 19299 | if test "$wxUSE_FILE" = "yes"; then |
a0b9e27f | 19300 | cat >> confdefs.h <<\EOF |
10f2d63a | 19301 | #define wxUSE_FILE 1 |
a0b9e27f | 19302 | EOF |
10f2d63a VZ |
19303 | |
19304 | fi | |
19305 | ||
1e6feb95 | 19306 | if test "$wxUSE_FFILE" = "yes"; then |
a0b9e27f | 19307 | cat >> confdefs.h <<\EOF |
1e6feb95 | 19308 | #define wxUSE_FFILE 1 |
a0b9e27f | 19309 | EOF |
1e6feb95 VZ |
19310 | |
19311 | fi | |
19312 | ||
24528b0c | 19313 | if test "$wxUSE_FILESYSTEM" = "yes"; then |
a0b9e27f | 19314 | cat >> confdefs.h <<\EOF |
24528b0c | 19315 | #define wxUSE_FILESYSTEM 1 |
a0b9e27f | 19316 | EOF |
24528b0c VS |
19317 | |
19318 | fi | |
19319 | ||
10f2d63a | 19320 | if test "$wxUSE_FS_INET" = "yes"; then |
a0b9e27f | 19321 | cat >> confdefs.h <<\EOF |
10f2d63a | 19322 | #define wxUSE_FS_INET 1 |
a0b9e27f | 19323 | EOF |
10f2d63a VZ |
19324 | |
19325 | fi | |
19326 | ||
19327 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
a0b9e27f | 19328 | cat >> confdefs.h <<\EOF |
10f2d63a | 19329 | #define wxUSE_FS_ZIP 1 |
a0b9e27f | 19330 | EOF |
10f2d63a VZ |
19331 | |
19332 | fi | |
19333 | ||
19334 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
a0b9e27f | 19335 | cat >> confdefs.h <<\EOF |
10f2d63a | 19336 | #define wxUSE_ZIPSTREAM 1 |
a0b9e27f | 19337 | EOF |
10f2d63a VZ |
19338 | |
19339 | fi | |
19340 | ||
eb4efbdc | 19341 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
a0b9e27f | 19342 | cat >> confdefs.h <<\EOF |
eb4efbdc | 19343 | #define wxUSE_ON_FATAL_EXCEPTION 1 |
a0b9e27f | 19344 | EOF |
eb4efbdc VZ |
19345 | |
19346 | fi | |
19347 | ||
4f3c5f06 | 19348 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
a0b9e27f | 19349 | cat >> confdefs.h <<\EOF |
4f3c5f06 | 19350 | #define wxUSE_SNGLINST_CHECKER 1 |
a0b9e27f | 19351 | EOF |
4f3c5f06 VZ |
19352 | |
19353 | fi | |
19354 | ||
10f2d63a | 19355 | if test "$wxUSE_BUSYINFO" = "yes"; then |
a0b9e27f | 19356 | cat >> confdefs.h <<\EOF |
10f2d63a | 19357 | #define wxUSE_BUSYINFO 1 |
a0b9e27f | 19358 | EOF |
10f2d63a VZ |
19359 | |
19360 | fi | |
19361 | ||
19362 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
a0b9e27f | 19363 | cat >> confdefs.h <<\EOF |
10f2d63a | 19364 | #define wxUSE_STD_IOSTREAM 1 |
a0b9e27f | 19365 | EOF |
10f2d63a VZ |
19366 | |
19367 | fi | |
19368 | ||
a3a584a7 | 19369 | if test "$wxUSE_TEXTBUFFER" = "yes"; then |
a0b9e27f | 19370 | cat >> confdefs.h <<\EOF |
a3a584a7 | 19371 | #define wxUSE_TEXTBUFFER 1 |
a0b9e27f | 19372 | EOF |
a3a584a7 VZ |
19373 | |
19374 | fi | |
19375 | ||
10f2d63a | 19376 | if test "$wxUSE_TEXTFILE" = "yes"; then |
a3a584a7 | 19377 | if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then |
a0b9e27f | 19378 | echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2 |
10f2d63a | 19379 | else |
a0b9e27f | 19380 | cat >> confdefs.h <<\EOF |
10f2d63a | 19381 | #define wxUSE_TEXTFILE 1 |
a0b9e27f | 19382 | EOF |
10f2d63a VZ |
19383 | |
19384 | fi | |
19385 | fi | |
19386 | ||
19387 | if test "$wxUSE_CONFIG" = "yes" ; then | |
19388 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
a0b9e27f | 19389 | echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2 |
10f2d63a | 19390 | else |
a0b9e27f | 19391 | cat >> confdefs.h <<\EOF |
10f2d63a | 19392 | #define wxUSE_CONFIG 1 |
a0b9e27f | 19393 | EOF |
10f2d63a VZ |
19394 | |
19395 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
19396 | fi | |
19397 | fi | |
19398 | ||
19399 | if test "$wxUSE_INTL" = "yes" ; then | |
19400 | if test "$wxUSE_FILE" != "yes"; then | |
a0b9e27f | 19401 | echo "configure: warning: I18n code requires wxFile... disabled" 1>&2 |
10f2d63a | 19402 | else |
a0b9e27f | 19403 | cat >> confdefs.h <<\EOF |
10f2d63a | 19404 | #define wxUSE_INTL 1 |
a0b9e27f | 19405 | EOF |
10f2d63a VZ |
19406 | |
19407 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
f6bcfd97 | 19408 | GUIDIST="$GUIDIST INTL_DIST" |
10f2d63a VZ |
19409 | fi |
19410 | fi | |
19411 | ||
19412 | if test "$wxUSE_LOG" = "yes"; then | |
a0b9e27f | 19413 | cat >> confdefs.h <<\EOF |
10f2d63a | 19414 | #define wxUSE_LOG 1 |
a0b9e27f | 19415 | EOF |
10f2d63a | 19416 | |
8284b0c5 | 19417 | |
d73be714 | 19418 | if test "$wxUSE_LOGGUI" = "yes"; then |
a0b9e27f | 19419 | cat >> confdefs.h <<\EOF |
d73be714 | 19420 | #define wxUSE_LOGGUI 1 |
a0b9e27f | 19421 | EOF |
d73be714 VZ |
19422 | |
19423 | fi | |
19424 | ||
19425 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
a0b9e27f | 19426 | cat >> confdefs.h <<\EOF |
d73be714 | 19427 | #define wxUSE_LOGWINDOW 1 |
a0b9e27f | 19428 | EOF |
69d27ff7 MB |
19429 | |
19430 | fi | |
19431 | ||
19432 | if test "$wxUSE_LOGDIALOG" = "yes"; then | |
a0b9e27f | 19433 | cat >> confdefs.h <<\EOF |
69d27ff7 | 19434 | #define wxUSE_LOG_DIALOG 1 |
a0b9e27f | 19435 | EOF |
d73be714 VZ |
19436 | |
19437 | fi | |
10f2d63a VZ |
19438 | fi |
19439 | ||
19440 | if test "$wxUSE_LONGLONG" = "yes"; then | |
a0b9e27f | 19441 | cat >> confdefs.h <<\EOF |
10f2d63a | 19442 | #define wxUSE_LONGLONG 1 |
a0b9e27f | 19443 | EOF |
10f2d63a VZ |
19444 | |
19445 | fi | |
19446 | ||
e8f65ba6 | 19447 | if test "$wxUSE_GEOMETRY" = "yes"; then |
a0b9e27f | 19448 | cat >> confdefs.h <<\EOF |
e8f65ba6 | 19449 | #define wxUSE_GEOMETRY 1 |
a0b9e27f | 19450 | EOF |
e8f65ba6 RR |
19451 | |
19452 | fi | |
19453 | ||
10f2d63a | 19454 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then |
a0b9e27f | 19455 | cat >> confdefs.h <<\EOF |
10f2d63a | 19456 | #define wxUSE_DIALUP_MANAGER 1 |
a0b9e27f | 19457 | EOF |
10f2d63a | 19458 | |
70f7a477 | 19459 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" |
10f2d63a VZ |
19460 | fi |
19461 | ||
19462 | if test "$wxUSE_STREAMS" = "yes" ; then | |
a0b9e27f | 19463 | cat >> confdefs.h <<\EOF |
10f2d63a | 19464 | #define wxUSE_STREAMS 1 |
a0b9e27f | 19465 | EOF |
10f2d63a VZ |
19466 | |
19467 | fi | |
19468 | ||
5c6fa7d2 | 19469 | |
8284b0c5 | 19470 | if test "$wxUSE_DATETIME" = "yes"; then |
a0b9e27f | 19471 | for ac_func in strptime |
83307f33 | 19472 | do |
a0b9e27f | 19473 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 19474 | echo "configure:19475: checking for $ac_func" >&5 |
a0b9e27f MB |
19475 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
19476 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19477 | else | |
19478 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19479 | #line 19480 "configure" |
83307f33 VZ |
19480 | #include "confdefs.h" |
19481 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 19482 | which can conflict with char $ac_func(); below. */ |
83307f33 VZ |
19483 | #include <assert.h> |
19484 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19485 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
19486 | builtin and then its argument prototype would still apply. */ |
19487 | char $ac_func(); | |
19488 | ||
19489 | int main() { | |
19490 | ||
83307f33 VZ |
19491 | /* The GNU C library defines this for functions which it implements |
19492 | to always fail with ENOSYS. Some functions are actually named | |
19493 | something starting with __ and the normal name is an alias. */ | |
19494 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
19495 | choke me | |
19496 | #else | |
a0b9e27f | 19497 | $ac_func(); |
83307f33 VZ |
19498 | #endif |
19499 | ||
a0b9e27f MB |
19500 | ; return 0; } |
19501 | EOF | |
d643b80e | 19502 | if { (eval echo configure:19503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
19503 | rm -rf conftest* |
19504 | eval "ac_cv_func_$ac_func=yes" | |
19505 | else | |
19506 | echo "configure: failed program was:" >&5 | |
19507 | cat conftest.$ac_ext >&5 | |
19508 | rm -rf conftest* | |
19509 | eval "ac_cv_func_$ac_func=no" | |
19510 | fi | |
19511 | rm -f conftest* | |
19512 | fi | |
83307f33 | 19513 | |
a0b9e27f MB |
19514 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
19515 | echo "$ac_t""yes" 1>&6 | |
19516 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19517 | cat >> confdefs.h <<EOF | |
19518 | #define $ac_tr_func 1 | |
19519 | EOF | |
19520 | ||
19521 | else | |
19522 | echo "$ac_t""no" 1>&6 | |
83307f33 VZ |
19523 | fi |
19524 | done | |
19525 | ||
5c6fa7d2 | 19526 | |
a0b9e27f | 19527 | echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 |
d643b80e | 19528 | echo "configure:19529: checking for timezone variable in <time.h>" >&5 |
a0b9e27f MB |
19529 | if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then |
19530 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8284b0c5 | 19531 | else |
a0b9e27f MB |
19532 | |
19533 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19534 | #line 19535 "configure" |
360d6699 VZ |
19535 | #include "confdefs.h" |
19536 | ||
b4085ce6 | 19537 | #include <time.h> |
a0b9e27f MB |
19538 | |
19539 | int main() { | |
360d6699 VZ |
19540 | |
19541 | int tz; | |
4f11a343 | 19542 | tz = timezone; |
a0b9e27f MB |
19543 | |
19544 | ; return 0; } | |
19545 | EOF | |
d643b80e | 19546 | if { (eval echo configure:19547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
19547 | rm -rf conftest* |
19548 | ||
4f11a343 | 19549 | wx_cv_var_timezone=timezone |
a0b9e27f | 19550 | |
360d6699 | 19551 | else |
a0b9e27f MB |
19552 | echo "configure: failed program was:" >&5 |
19553 | cat conftest.$ac_ext >&5 | |
19554 | rm -rf conftest* | |
19555 | ||
19556 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19557 | #line 19558 "configure" |
360d6699 VZ |
19558 | #include "confdefs.h" |
19559 | ||
b4085ce6 | 19560 | #include <time.h> |
a0b9e27f MB |
19561 | |
19562 | int main() { | |
360d6699 VZ |
19563 | |
19564 | int tz; | |
19565 | tz = _timezone; | |
a0b9e27f MB |
19566 | |
19567 | ; return 0; } | |
19568 | EOF | |
d643b80e | 19569 | if { (eval echo configure:19570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
19570 | rm -rf conftest* |
19571 | ||
360d6699 | 19572 | wx_cv_var_timezone=_timezone |
a0b9e27f | 19573 | |
5357c8e8 | 19574 | else |
a0b9e27f MB |
19575 | echo "configure: failed program was:" >&5 |
19576 | cat conftest.$ac_ext >&5 | |
19577 | rm -rf conftest* | |
19578 | ||
19579 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19580 | #line 19581 "configure" |
5357c8e8 VZ |
19581 | #include "confdefs.h" |
19582 | ||
b4085ce6 | 19583 | #include <time.h> |
a0b9e27f MB |
19584 | |
19585 | int main() { | |
5357c8e8 VZ |
19586 | |
19587 | int tz; | |
4f11a343 | 19588 | tz = __timezone; |
a0b9e27f MB |
19589 | |
19590 | ; return 0; } | |
19591 | EOF | |
d643b80e | 19592 | if { (eval echo configure:19593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
19593 | rm -rf conftest* |
19594 | ||
4f11a343 | 19595 | wx_cv_var_timezone=__timezone |
a0b9e27f | 19596 | |
360d6699 | 19597 | else |
a0b9e27f MB |
19598 | echo "configure: failed program was:" >&5 |
19599 | cat conftest.$ac_ext >&5 | |
19600 | rm -rf conftest* | |
19601 | ||
f9bc1684 | 19602 | if test "$USE_DOS" = 0 ; then |
a0b9e27f | 19603 | echo "configure: warning: no timezone variable" 1>&2 |
f9bc1684 | 19604 | fi |
a0b9e27f MB |
19605 | |
19606 | ||
328a083c | 19607 | fi |
a0b9e27f MB |
19608 | rm -f conftest* |
19609 | ||
19610 | ||
7b4a847f | 19611 | fi |
a0b9e27f MB |
19612 | rm -f conftest* |
19613 | ||
19614 | ||
5c6fa7d2 | 19615 | fi |
a0b9e27f MB |
19616 | rm -f conftest* |
19617 | ||
19618 | ||
247f5006 | 19619 | fi |
a0b9e27f MB |
19620 | |
19621 | echo "$ac_t""$wx_cv_var_timezone" 1>&6 | |
698dcdb6 | 19622 | |
f9bc1684 | 19623 | if test "x$wx_cv_var_timezone" != x ; then |
a0b9e27f | 19624 | cat >> confdefs.h <<EOF |
360d6699 | 19625 | #define WX_TIMEZONE $wx_cv_var_timezone |
a0b9e27f | 19626 | EOF |
360d6699 | 19627 | |
f9bc1684 | 19628 | fi |
698dcdb6 | 19629 | |
a0b9e27f | 19630 | for ac_func in localtime |
afc31813 | 19631 | do |
a0b9e27f | 19632 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 19633 | echo "configure:19634: checking for $ac_func" >&5 |
a0b9e27f MB |
19634 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
19635 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19636 | else | |
19637 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19638 | #line 19639 "configure" |
10f2d63a | 19639 | #include "confdefs.h" |
afc31813 | 19640 | /* System header to define __stub macros and hopefully few prototypes, |
a0b9e27f | 19641 | which can conflict with char $ac_func(); below. */ |
afc31813 VZ |
19642 | #include <assert.h> |
19643 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19644 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
19645 | builtin and then its argument prototype would still apply. */ |
19646 | char $ac_func(); | |
19647 | ||
19648 | int main() { | |
19649 | ||
afc31813 VZ |
19650 | /* The GNU C library defines this for functions which it implements |
19651 | to always fail with ENOSYS. Some functions are actually named | |
19652 | something starting with __ and the normal name is an alias. */ | |
19653 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
19654 | choke me | |
19655 | #else | |
a0b9e27f | 19656 | $ac_func(); |
afc31813 VZ |
19657 | #endif |
19658 | ||
a0b9e27f MB |
19659 | ; return 0; } |
19660 | EOF | |
d643b80e | 19661 | if { (eval echo configure:19662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
19662 | rm -rf conftest* |
19663 | eval "ac_cv_func_$ac_func=yes" | |
19664 | else | |
19665 | echo "configure: failed program was:" >&5 | |
19666 | cat conftest.$ac_ext >&5 | |
19667 | rm -rf conftest* | |
19668 | eval "ac_cv_func_$ac_func=no" | |
19669 | fi | |
19670 | rm -f conftest* | |
19671 | fi | |
afc31813 | 19672 | |
a0b9e27f MB |
19673 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
19674 | echo "$ac_t""yes" 1>&6 | |
19675 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19676 | cat >> confdefs.h <<EOF | |
19677 | #define $ac_tr_func 1 | |
19678 | EOF | |
19679 | ||
19680 | else | |
19681 | echo "$ac_t""no" 1>&6 | |
afc31813 VZ |
19682 | fi |
19683 | done | |
19684 | ||
5c6fa7d2 | 19685 | |
8284b0c5 | 19686 | if test "$ac_cv_func_localtime" = "yes"; then |
a0b9e27f | 19687 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 |
d643b80e | 19688 | echo "configure:19689: checking for tm_gmtoff in struct tm" >&5 |
a0b9e27f MB |
19689 | if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then |
19690 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19691 | else | |
19692 | ||
19693 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19694 | #line 19695 "configure" |
0470b1e6 VZ |
19695 | #include "confdefs.h" |
19696 | ||
b4085ce6 | 19697 | #include <time.h> |
a0b9e27f MB |
19698 | |
19699 | int main() { | |
0470b1e6 VZ |
19700 | |
19701 | struct tm tm; | |
19702 | tm.tm_gmtoff++; | |
a0b9e27f MB |
19703 | |
19704 | ; return 0; } | |
19705 | EOF | |
d643b80e | 19706 | if { (eval echo configure:19707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
19707 | rm -rf conftest* |
19708 | ||
f03a98d8 | 19709 | wx_cv_struct_tm_has_gmtoff=yes |
a0b9e27f | 19710 | |
0470b1e6 | 19711 | else |
a0b9e27f MB |
19712 | echo "configure: failed program was:" >&5 |
19713 | cat conftest.$ac_ext >&5 | |
19714 | rm -rf conftest* | |
19715 | wx_cv_struct_tm_has_gmtoff=no | |
19716 | ||
5c6fa7d2 | 19717 | fi |
a0b9e27f MB |
19718 | rm -f conftest* |
19719 | ||
247f5006 | 19720 | fi |
a0b9e27f MB |
19721 | |
19722 | echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 | |
6232543b VS |
19723 | fi |
19724 | ||
19725 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
a0b9e27f | 19726 | cat >> confdefs.h <<\EOF |
6232543b | 19727 | #define WX_GMTOFF_IN_TM 1 |
a0b9e27f | 19728 | EOF |
0470b1e6 | 19729 | |
3fcdd07b VZ |
19730 | fi |
19731 | ||
a0b9e27f | 19732 | for ac_func in gettimeofday ftime |
3fcdd07b | 19733 | do |
a0b9e27f | 19734 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 19735 | echo "configure:19736: checking for $ac_func" >&5 |
a0b9e27f MB |
19736 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
19737 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19738 | else | |
19739 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19740 | #line 19741 "configure" |
3fcdd07b VZ |
19741 | #include "confdefs.h" |
19742 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 19743 | which can conflict with char $ac_func(); below. */ |
3fcdd07b VZ |
19744 | #include <assert.h> |
19745 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19746 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
19747 | builtin and then its argument prototype would still apply. */ |
19748 | char $ac_func(); | |
19749 | ||
19750 | int main() { | |
19751 | ||
3fcdd07b VZ |
19752 | /* The GNU C library defines this for functions which it implements |
19753 | to always fail with ENOSYS. Some functions are actually named | |
19754 | something starting with __ and the normal name is an alias. */ | |
19755 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
19756 | choke me | |
19757 | #else | |
a0b9e27f | 19758 | $ac_func(); |
3fcdd07b VZ |
19759 | #endif |
19760 | ||
a0b9e27f MB |
19761 | ; return 0; } |
19762 | EOF | |
d643b80e | 19763 | if { (eval echo configure:19764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
19764 | rm -rf conftest* |
19765 | eval "ac_cv_func_$ac_func=yes" | |
19766 | else | |
19767 | echo "configure: failed program was:" >&5 | |
19768 | cat conftest.$ac_ext >&5 | |
19769 | rm -rf conftest* | |
19770 | eval "ac_cv_func_$ac_func=no" | |
19771 | fi | |
19772 | rm -f conftest* | |
19773 | fi | |
19774 | ||
19775 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
19776 | echo "$ac_t""yes" 1>&6 | |
19777 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
19778 | cat >> confdefs.h <<EOF | |
19779 | #define $ac_tr_func 1 | |
19780 | EOF | |
3fcdd07b | 19781 | break |
a0b9e27f MB |
19782 | else |
19783 | echo "$ac_t""no" 1>&6 | |
3fcdd07b VZ |
19784 | fi |
19785 | done | |
19786 | ||
698dcdb6 | 19787 | |
8284b0c5 | 19788 | if test "$ac_cv_func_gettimeofday" = "yes"; then |
a0b9e27f | 19789 | echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 |
d643b80e | 19790 | echo "configure:19791: checking whether gettimeofday takes two arguments" >&5 |
a0b9e27f MB |
19791 | if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then |
19792 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19793 | else | |
19794 | ||
19795 | ||
19796 | ac_ext=C | |
19797 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5c6fa7d2 | 19798 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
19799 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
19800 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
19801 | cross_compiling=$ac_cv_prog_cxx_cross | |
52127426 | 19802 | |
8284b0c5 | 19803 | |
a0b9e27f | 19804 | cat > conftest.$ac_ext <<EOF |
d643b80e | 19805 | #line 19806 "configure" |
10f2d63a | 19806 | #include "confdefs.h" |
afc31813 VZ |
19807 | |
19808 | #include <sys/time.h> | |
19809 | #include <unistd.h> | |
a0b9e27f MB |
19810 | |
19811 | int main() { | |
afc31813 VZ |
19812 | |
19813 | struct timeval tv; | |
776862b4 | 19814 | gettimeofday(&tv, NULL); |
a0b9e27f MB |
19815 | |
19816 | ; return 0; } | |
19817 | EOF | |
d643b80e | 19818 | if { (eval echo configure:19819: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 19819 | rm -rf conftest* |
afc31813 | 19820 | wx_cv_func_gettimeofday_has_2_args=yes |
10f2d63a | 19821 | else |
a0b9e27f MB |
19822 | echo "configure: failed program was:" >&5 |
19823 | cat conftest.$ac_ext >&5 | |
19824 | rm -rf conftest* | |
19825 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 19826 | #line 19827 "configure" |
10f2d63a | 19827 | #include "confdefs.h" |
afc31813 VZ |
19828 | |
19829 | #include <sys/time.h> | |
19830 | #include <unistd.h> | |
a0b9e27f MB |
19831 | |
19832 | int main() { | |
afc31813 VZ |
19833 | |
19834 | struct timeval tv; | |
19835 | gettimeofday(&tv); | |
a0b9e27f MB |
19836 | |
19837 | ; return 0; } | |
19838 | EOF | |
d643b80e | 19839 | if { (eval echo configure:19840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 19840 | rm -rf conftest* |
afc31813 | 19841 | wx_cv_func_gettimeofday_has_2_args=no |
10f2d63a | 19842 | else |
a0b9e27f MB |
19843 | echo "configure: failed program was:" >&5 |
19844 | cat conftest.$ac_ext >&5 | |
19845 | rm -rf conftest* | |
19846 | ||
19847 | echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2 | |
776862b4 | 19848 | wx_cv_func_gettimeofday_has_2_args=unknown |
a0b9e27f MB |
19849 | |
19850 | ||
10f2d63a | 19851 | fi |
a0b9e27f MB |
19852 | rm -f conftest* |
19853 | ||
10f2d63a | 19854 | fi |
a0b9e27f | 19855 | rm -f conftest* |
afc31813 | 19856 | ac_ext=c |
a0b9e27f | 19857 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
10f2d63a | 19858 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
19859 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
19860 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
19861 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 19862 | |
a0b9e27f | 19863 | |
247f5006 | 19864 | fi |
a0b9e27f MB |
19865 | |
19866 | echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 | |
c63c7106 | 19867 | |
afc31813 | 19868 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then |
a0b9e27f | 19869 | cat >> confdefs.h <<\EOF |
afc31813 | 19870 | #define WX_GETTIMEOFDAY_NO_TZ 1 |
a0b9e27f | 19871 | EOF |
afc31813 VZ |
19872 | |
19873 | fi | |
19874 | fi | |
19875 | ||
a0b9e27f | 19876 | cat >> confdefs.h <<\EOF |
afc31813 | 19877 | #define wxUSE_TIMEDATE 1 |
a0b9e27f | 19878 | EOF |
afc31813 VZ |
19879 | |
19880 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
19881 | fi | |
19882 | ||
8284b0c5 | 19883 | |
52127426 | 19884 | if test "$wxUSE_SOCKETS" = "yes"; then |
6c657b52 | 19885 | if test "$wxUSE_MGL" = "1"; then |
a0b9e27f | 19886 | echo "configure: warning: wxSocket not yet supported under MGL... disabled" 1>&2 |
6c657b52 VS |
19887 | wxUSE_SOCKETS="no" |
19888 | fi | |
0feee163 | 19889 | fi |
b089607b | 19890 | |
0feee163 VZ |
19891 | if test "$wxUSE_SOCKETS" = "yes"; then |
19892 | if test "$TOOLKIT" != "MSW"; then | |
a0b9e27f | 19893 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
d643b80e | 19894 | echo "configure:19895: checking for socket" >&5 |
a0b9e27f MB |
19895 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
19896 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 19897 | else |
a0b9e27f | 19898 | cat > conftest.$ac_ext <<EOF |
d643b80e | 19899 | #line 19900 "configure" |
c63c7106 VZ |
19900 | #include "confdefs.h" |
19901 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 19902 | which can conflict with char socket(); below. */ |
c63c7106 VZ |
19903 | #include <assert.h> |
19904 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19905 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
19906 | builtin and then its argument prototype would still apply. */ |
19907 | char socket(); | |
19908 | ||
19909 | int main() { | |
19910 | ||
c63c7106 VZ |
19911 | /* The GNU C library defines this for functions which it implements |
19912 | to always fail with ENOSYS. Some functions are actually named | |
19913 | something starting with __ and the normal name is an alias. */ | |
19914 | #if defined (__stub_socket) || defined (__stub___socket) | |
19915 | choke me | |
19916 | #else | |
a0b9e27f | 19917 | socket(); |
c63c7106 VZ |
19918 | #endif |
19919 | ||
a0b9e27f MB |
19920 | ; return 0; } |
19921 | EOF | |
d643b80e | 19922 | if { (eval echo configure:19923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
19923 | rm -rf conftest* |
19924 | eval "ac_cv_func_socket=yes" | |
19925 | else | |
19926 | echo "configure: failed program was:" >&5 | |
19927 | cat conftest.$ac_ext >&5 | |
19928 | rm -rf conftest* | |
19929 | eval "ac_cv_func_socket=no" | |
19930 | fi | |
19931 | rm -f conftest* | |
19932 | fi | |
19933 | ||
19934 | if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
19935 | echo "$ac_t""yes" 1>&6 | |
c63c7106 VZ |
19936 | : |
19937 | else | |
a0b9e27f MB |
19938 | echo "$ac_t""no" 1>&6 |
19939 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 | |
d643b80e | 19940 | echo "configure:19941: checking for socket in -lsocket" >&5 |
a0b9e27f MB |
19941 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
19942 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
19943 | echo $ac_n "(cached) $ac_c" 1>&6 | |
c63c7106 | 19944 | else |
a0b9e27f | 19945 | ac_save_LIBS="$LIBS" |
c63c7106 | 19946 | LIBS="-lsocket $LIBS" |
a0b9e27f | 19947 | cat > conftest.$ac_ext <<EOF |
d643b80e | 19948 | #line 19949 "configure" |
c63c7106 VZ |
19949 | #include "confdefs.h" |
19950 | /* Override any gcc2 internal prototype to avoid an error. */ | |
19951 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
19952 | builtin and then its argument prototype would still apply. */ |
19953 | char socket(); | |
19954 | ||
19955 | int main() { | |
19956 | socket() | |
19957 | ; return 0; } | |
19958 | EOF | |
d643b80e | 19959 | if { (eval echo configure:19960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
19960 | rm -rf conftest* |
19961 | eval "ac_cv_lib_$ac_lib_var=yes" | |
19962 | else | |
19963 | echo "configure: failed program was:" >&5 | |
19964 | cat conftest.$ac_ext >&5 | |
19965 | rm -rf conftest* | |
19966 | eval "ac_cv_lib_$ac_lib_var=no" | |
19967 | fi | |
19968 | rm -f conftest* | |
19969 | LIBS="$ac_save_LIBS" | |
19970 | ||
19971 | fi | |
19972 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
19973 | echo "$ac_t""yes" 1>&6 | |
d558c907 VS |
19974 | if test "$INET_LINK" != " -lsocket"; then |
19975 | INET_LINK="$INET_LINK -lsocket" | |
19976 | fi | |
c63c7106 | 19977 | else |
a0b9e27f | 19978 | echo "$ac_t""no" 1>&6 |
afc31813 | 19979 | |
a0b9e27f | 19980 | echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 |
3a922bb4 | 19981 | wxUSE_SOCKETS=no |
a0b9e27f MB |
19982 | |
19983 | ||
6232543b | 19984 | fi |
b089607b | 19985 | |
a0b9e27f | 19986 | |
1e487827 | 19987 | fi |
afc31813 | 19988 | |
3a922bb4 | 19989 | fi |
0feee163 | 19990 | fi |
51a9faba | 19991 | |
0feee163 VZ |
19992 | if test "$wxUSE_SOCKETS" = "yes" ; then |
19993 | if test "$TOOLKIT" != "MSW"; then | |
a0b9e27f | 19994 | echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6 |
d643b80e | 19995 | echo "configure:19996: checking what is the type of the third argument of getsockname" >&5 |
a0b9e27f MB |
19996 | if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then |
19997 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19998 | else | |
19999 | ||
20000 | ||
20001 | ac_ext=C | |
20002 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
5c6fa7d2 | 20003 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
20004 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
20005 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
20006 | cross_compiling=$ac_cv_prog_cxx_cross | |
698dcdb6 | 20007 | |
8284b0c5 | 20008 | |
a0b9e27f | 20009 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20010 | #line 20011 "configure" |
afc31813 | 20011 | #include "confdefs.h" |
51a9faba | 20012 | |
3a922bb4 RL |
20013 | #include <sys/types.h> |
20014 | #include <sys/socket.h> | |
a0b9e27f MB |
20015 | |
20016 | int main() { | |
51a9faba | 20017 | |
3a922bb4 RL |
20018 | socklen_t len; |
20019 | getsockname(0, 0, &len); | |
a0b9e27f MB |
20020 | |
20021 | ; return 0; } | |
20022 | EOF | |
d643b80e | 20023 | if { (eval echo configure:20024: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 20024 | rm -rf conftest* |
51a9faba | 20025 | wx_cv_type_getsockname3=socklen_t |
afc31813 | 20026 | else |
a0b9e27f MB |
20027 | echo "configure: failed program was:" >&5 |
20028 | cat conftest.$ac_ext >&5 | |
20029 | rm -rf conftest* | |
20030 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20031 | #line 20032 "configure" |
afc31813 | 20032 | #include "confdefs.h" |
51a9faba | 20033 | |
3a922bb4 RL |
20034 | #include <sys/types.h> |
20035 | #include <sys/socket.h> | |
a0b9e27f MB |
20036 | |
20037 | int main() { | |
51a9faba | 20038 | |
3a922bb4 RL |
20039 | size_t len; |
20040 | getsockname(0, 0, &len); | |
a0b9e27f MB |
20041 | |
20042 | ; return 0; } | |
20043 | EOF | |
d643b80e | 20044 | if { (eval echo configure:20045: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 20045 | rm -rf conftest* |
51a9faba | 20046 | wx_cv_type_getsockname3=size_t |
afc31813 | 20047 | else |
a0b9e27f MB |
20048 | echo "configure: failed program was:" >&5 |
20049 | cat conftest.$ac_ext >&5 | |
20050 | rm -rf conftest* | |
20051 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20052 | #line 20053 "configure" |
afc31813 | 20053 | #include "confdefs.h" |
51a9faba | 20054 | |
3a922bb4 RL |
20055 | #include <sys/types.h> |
20056 | #include <sys/socket.h> | |
a0b9e27f MB |
20057 | |
20058 | int main() { | |
51a9faba | 20059 | |
3a922bb4 RL |
20060 | int len; |
20061 | getsockname(0, 0, &len); | |
a0b9e27f MB |
20062 | |
20063 | ; return 0; } | |
20064 | EOF | |
d643b80e | 20065 | if { (eval echo configure:20066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f | 20066 | rm -rf conftest* |
51a9faba | 20067 | wx_cv_type_getsockname3=int |
afc31813 | 20068 | else |
a0b9e27f MB |
20069 | echo "configure: failed program was:" >&5 |
20070 | cat conftest.$ac_ext >&5 | |
20071 | rm -rf conftest* | |
20072 | wx_cv_type_getsockname3=unknown | |
20073 | ||
afc31813 | 20074 | fi |
a0b9e27f MB |
20075 | rm -f conftest* |
20076 | ||
afc31813 | 20077 | fi |
a0b9e27f MB |
20078 | rm -f conftest* |
20079 | ||
afc31813 | 20080 | fi |
a0b9e27f | 20081 | rm -f conftest* |
51a9faba | 20082 | |
3a922bb4 | 20083 | ac_ext=c |
a0b9e27f | 20084 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
afc31813 | 20085 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
20086 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
20087 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
20088 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 20089 | |
a0b9e27f | 20090 | |
247f5006 | 20091 | fi |
a0b9e27f MB |
20092 | |
20093 | echo "$ac_t""$wx_cv_type_getsockname3" 1>&6 | |
51a9faba | 20094 | |
3a922bb4 RL |
20095 | if test "$wx_cv_type_getsockname3" = "unknown"; then |
20096 | wxUSE_SOCKETS=no | |
a0b9e27f | 20097 | echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2 |
3a922bb4 | 20098 | else |
a0b9e27f | 20099 | cat >> confdefs.h <<EOF |
51a9faba | 20100 | #define SOCKLEN_T $wx_cv_type_getsockname3 |
a0b9e27f | 20101 | EOF |
51a9faba | 20102 | |
3a922bb4 | 20103 | fi |
51a9faba VZ |
20104 | fi |
20105 | fi | |
afc31813 | 20106 | |
51a9faba | 20107 | if test "$wxUSE_SOCKETS" = "yes" ; then |
a0b9e27f | 20108 | cat >> confdefs.h <<\EOF |
afc31813 | 20109 | #define wxUSE_SOCKETS 1 |
a0b9e27f | 20110 | EOF |
afc31813 | 20111 | |
70f7a477 | 20112 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" |
afc31813 VZ |
20113 | fi |
20114 | ||
8284b0c5 | 20115 | |
dc3d889d VZ |
20116 | if test "$wxUSE_GUI" = "yes"; then |
20117 | ||
156b2523 | 20118 | if test "$TOOLKIT" = "MAC"; then |
a0b9e27f | 20119 | echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2 |
156b2523 GD |
20120 | wxUSE_JOYSTICK=no |
20121 | fi | |
20122 | if test "$TOOLKIT" = "MOTIF"; then | |
a0b9e27f | 20123 | echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2 |
156b2523 | 20124 | wxUSE_JOYSTICK=no |
f79bd02d JS |
20125 | fi |
20126 | if test "$TOOLKIT" = "X11"; then | |
a0b9e27f | 20127 | echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2 |
f79bd02d | 20128 | wxUSE_JOYSTICK=no |
156b2523 GD |
20129 | fi |
20130 | ||
3a922bb4 RL |
20131 | if test "$TOOLKIT" != "MSW"; then |
20132 | if test "$wxUSE_JOYSTICK" = "yes"; then | |
a0b9e27f | 20133 | for ac_hdr in linux/joystick.h |
10f2d63a | 20134 | do |
a0b9e27f MB |
20135 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
20136 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
d643b80e | 20137 | echo "configure:20138: checking for $ac_hdr" >&5 |
a0b9e27f MB |
20138 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
20139 | echo $ac_n "(cached) $ac_c" 1>&6 | |
20140 | else | |
20141 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20142 | #line 20143 "configure" |
247f5006 | 20143 | #include "confdefs.h" |
a0b9e27f MB |
20144 | #include <$ac_hdr> |
20145 | EOF | |
20146 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 20147 | { (eval echo configure:20148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
20148 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
20149 | if test -z "$ac_err"; then | |
20150 | rm -rf conftest* | |
20151 | eval "ac_cv_header_$ac_safe=yes" | |
20152 | else | |
20153 | echo "$ac_err" >&5 | |
20154 | echo "configure: failed program was:" >&5 | |
247f5006 | 20155 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
20156 | rm -rf conftest* |
20157 | eval "ac_cv_header_$ac_safe=no" | |
247f5006 | 20158 | fi |
a0b9e27f | 20159 | rm -f conftest* |
10f2d63a | 20160 | fi |
a0b9e27f MB |
20161 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
20162 | echo "$ac_t""yes" 1>&6 | |
20163 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
20164 | cat >> confdefs.h <<EOF | |
20165 | #define $ac_tr_hdr 1 | |
20166 | EOF | |
20167 | ||
20168 | else | |
20169 | echo "$ac_t""no" 1>&6 | |
247f5006 | 20170 | fi |
10f2d63a VZ |
20171 | done |
20172 | ||
3a922bb4 RL |
20173 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then |
20174 | wxUSE_JOYSTICK=no | |
a0b9e27f | 20175 | echo "configure: warning: Joystick not supported by this system... disabled" 1>&2 |
3a922bb4 RL |
20176 | fi |
20177 | fi | |
20178 | fi | |
b089607b | 20179 | |
3a922bb4 | 20180 | if test "$wxUSE_JOYSTICK" = "yes"; then |
a0b9e27f | 20181 | cat >> confdefs.h <<\EOF |
10f2d63a | 20182 | #define wxUSE_JOYSTICK 1 |
a0b9e27f | 20183 | EOF |
10f2d63a | 20184 | |
3a922bb4 RL |
20185 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" |
20186 | fi | |
dc3d889d VZ |
20187 | fi |
20188 | ||
8284b0c5 | 20189 | |
b089607b VZ |
20190 | if test "$TOOLKIT" != "MSW"; then |
20191 | ||
3a922bb4 RL |
20192 | HAVE_DL_FUNCS=0 |
20193 | HAVE_SHL_FUNCS=0 | |
0b9ab0bd | 20194 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then |
3a922bb4 RL |
20195 | if test "$USE_DARWIN" = 1; then |
20196 | HAVE_DL_FUNCS=1 | |
20197 | else | |
a0b9e27f | 20198 | for ac_func in dlopen |
10f2d63a | 20199 | do |
a0b9e27f | 20200 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 20201 | echo "configure:20202: checking for $ac_func" >&5 |
a0b9e27f MB |
20202 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
20203 | echo $ac_n "(cached) $ac_c" 1>&6 | |
20204 | else | |
20205 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20206 | #line 20207 "configure" |
10f2d63a VZ |
20207 | #include "confdefs.h" |
20208 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 20209 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
20210 | #include <assert.h> |
20211 | /* Override any gcc2 internal prototype to avoid an error. */ | |
20212 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
20213 | builtin and then its argument prototype would still apply. */ |
20214 | char $ac_func(); | |
20215 | ||
20216 | int main() { | |
20217 | ||
10f2d63a VZ |
20218 | /* The GNU C library defines this for functions which it implements |
20219 | to always fail with ENOSYS. Some functions are actually named | |
20220 | something starting with __ and the normal name is an alias. */ | |
20221 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
20222 | choke me | |
20223 | #else | |
a0b9e27f | 20224 | $ac_func(); |
10f2d63a VZ |
20225 | #endif |
20226 | ||
a0b9e27f MB |
20227 | ; return 0; } |
20228 | EOF | |
d643b80e | 20229 | if { (eval echo configure:20230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20230 | rm -rf conftest* |
20231 | eval "ac_cv_func_$ac_func=yes" | |
20232 | else | |
20233 | echo "configure: failed program was:" >&5 | |
20234 | cat conftest.$ac_ext >&5 | |
20235 | rm -rf conftest* | |
20236 | eval "ac_cv_func_$ac_func=no" | |
20237 | fi | |
20238 | rm -f conftest* | |
20239 | fi | |
20240 | ||
20241 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
20242 | echo "$ac_t""yes" 1>&6 | |
20243 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
20244 | cat >> confdefs.h <<EOF | |
20245 | #define $ac_tr_func 1 | |
20246 | EOF | |
20247 | ||
20248 | cat >> confdefs.h <<\EOF | |
10f2d63a | 20249 | #define HAVE_DLOPEN 1 |
a0b9e27f | 20250 | EOF |
10f2d63a | 20251 | |
3a922bb4 | 20252 | HAVE_DL_FUNCS=1 |
a0b9e27f | 20253 | |
10f2d63a | 20254 | else |
a0b9e27f MB |
20255 | echo "$ac_t""no" 1>&6 |
20256 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 | |
d643b80e | 20257 | echo "configure:20258: checking for dlopen in -ldl" >&5 |
a0b9e27f MB |
20258 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` |
20259 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
20260 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 20261 | else |
a0b9e27f | 20262 | ac_save_LIBS="$LIBS" |
10f2d63a | 20263 | LIBS="-ldl $LIBS" |
a0b9e27f | 20264 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20265 | #line 20266 "configure" |
10f2d63a VZ |
20266 | #include "confdefs.h" |
20267 | /* Override any gcc2 internal prototype to avoid an error. */ | |
20268 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
20269 | builtin and then its argument prototype would still apply. */ |
20270 | char dlopen(); | |
20271 | ||
20272 | int main() { | |
20273 | dlopen() | |
20274 | ; return 0; } | |
20275 | EOF | |
d643b80e | 20276 | if { (eval echo configure:20277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20277 | rm -rf conftest* |
20278 | eval "ac_cv_lib_$ac_lib_var=yes" | |
20279 | else | |
20280 | echo "configure: failed program was:" >&5 | |
20281 | cat conftest.$ac_ext >&5 | |
20282 | rm -rf conftest* | |
20283 | eval "ac_cv_lib_$ac_lib_var=no" | |
20284 | fi | |
20285 | rm -f conftest* | |
20286 | LIBS="$ac_save_LIBS" | |
20287 | ||
20288 | fi | |
20289 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
20290 | echo "$ac_t""yes" 1>&6 | |
20291 | ||
20292 | cat >> confdefs.h <<\EOF | |
10f2d63a | 20293 | #define HAVE_DLOPEN 1 |
a0b9e27f | 20294 | EOF |
10f2d63a | 20295 | |
3a922bb4 | 20296 | HAVE_DL_FUNCS=1 |
3d63bc3a | 20297 | DL_LINK=" -ldl$DL_LINK" |
a0b9e27f | 20298 | |
10f2d63a | 20299 | else |
a0b9e27f | 20300 | echo "$ac_t""no" 1>&6 |
10f2d63a | 20301 | |
a0b9e27f | 20302 | for ac_func in shl_load |
10f2d63a | 20303 | do |
a0b9e27f | 20304 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 20305 | echo "configure:20306: checking for $ac_func" >&5 |
a0b9e27f MB |
20306 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
20307 | echo $ac_n "(cached) $ac_c" 1>&6 | |
20308 | else | |
20309 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20310 | #line 20311 "configure" |
10f2d63a VZ |
20311 | #include "confdefs.h" |
20312 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 20313 | which can conflict with char $ac_func(); below. */ |
10f2d63a VZ |
20314 | #include <assert.h> |
20315 | /* Override any gcc2 internal prototype to avoid an error. */ | |
20316 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
20317 | builtin and then its argument prototype would still apply. */ |
20318 | char $ac_func(); | |
20319 | ||
20320 | int main() { | |
20321 | ||
10f2d63a VZ |
20322 | /* The GNU C library defines this for functions which it implements |
20323 | to always fail with ENOSYS. Some functions are actually named | |
20324 | something starting with __ and the normal name is an alias. */ | |
20325 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
20326 | choke me | |
20327 | #else | |
a0b9e27f | 20328 | $ac_func(); |
10f2d63a VZ |
20329 | #endif |
20330 | ||
a0b9e27f MB |
20331 | ; return 0; } |
20332 | EOF | |
d643b80e | 20333 | if { (eval echo configure:20334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20334 | rm -rf conftest* |
20335 | eval "ac_cv_func_$ac_func=yes" | |
20336 | else | |
20337 | echo "configure: failed program was:" >&5 | |
20338 | cat conftest.$ac_ext >&5 | |
20339 | rm -rf conftest* | |
20340 | eval "ac_cv_func_$ac_func=no" | |
20341 | fi | |
20342 | rm -f conftest* | |
20343 | fi | |
20344 | ||
20345 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
20346 | echo "$ac_t""yes" 1>&6 | |
20347 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
20348 | cat >> confdefs.h <<EOF | |
20349 | #define $ac_tr_func 1 | |
20350 | EOF | |
20351 | ||
20352 | cat >> confdefs.h <<\EOF | |
10f2d63a | 20353 | #define HAVE_SHL_LOAD 1 |
a0b9e27f | 20354 | EOF |
10f2d63a | 20355 | |
3a922bb4 | 20356 | HAVE_SHL_FUNCS=1 |
a0b9e27f | 20357 | |
10f2d63a | 20358 | else |
a0b9e27f MB |
20359 | echo "$ac_t""no" 1>&6 |
20360 | echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6 | |
d643b80e | 20361 | echo "configure:20362: checking for dld in -lshl_load" >&5 |
a0b9e27f MB |
20362 | ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'` |
20363 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
20364 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 20365 | else |
a0b9e27f | 20366 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 20367 | LIBS="-lshl_load $LIBS" |
a0b9e27f | 20368 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20369 | #line 20370 "configure" |
f6bcfd97 | 20370 | #include "confdefs.h" |
8284b0c5 | 20371 | /* Override any gcc2 internal prototype to avoid an error. */ |
f6bcfd97 | 20372 | /* We use char because int might match the return type of a gcc2 |
a0b9e27f MB |
20373 | builtin and then its argument prototype would still apply. */ |
20374 | char dld(); | |
20375 | ||
20376 | int main() { | |
20377 | dld() | |
20378 | ; return 0; } | |
20379 | EOF | |
d643b80e | 20380 | if { (eval echo configure:20381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20381 | rm -rf conftest* |
20382 | eval "ac_cv_lib_$ac_lib_var=yes" | |
20383 | else | |
20384 | echo "configure: failed program was:" >&5 | |
20385 | cat conftest.$ac_ext >&5 | |
20386 | rm -rf conftest* | |
20387 | eval "ac_cv_lib_$ac_lib_var=no" | |
20388 | fi | |
20389 | rm -f conftest* | |
20390 | LIBS="$ac_save_LIBS" | |
f6bcfd97 | 20391 | |
a0b9e27f MB |
20392 | fi |
20393 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
20394 | echo "$ac_t""yes" 1>&6 | |
20395 | ||
3a922bb4 | 20396 | HAVE_SHL_FUNCS=1 |
3d63bc3a | 20397 | DL_LINK=" -ldld$DL_LINK" |
a0b9e27f MB |
20398 | |
20399 | else | |
20400 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 BP |
20401 | fi |
20402 | ||
a0b9e27f | 20403 | |
10f2d63a VZ |
20404 | fi |
20405 | done | |
20406 | ||
a0b9e27f | 20407 | |
10f2d63a VZ |
20408 | fi |
20409 | ||
a0b9e27f | 20410 | |
10f2d63a VZ |
20411 | fi |
20412 | done | |
20413 | ||
5c6fa7d2 | 20414 | |
8284b0c5 | 20415 | if test "$HAVE_DL_FUNCS" = 1; then |
a0b9e27f | 20416 | for ac_func in dlerror |
f6bcfd97 | 20417 | do |
a0b9e27f | 20418 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
d643b80e | 20419 | echo "configure:20420: checking for $ac_func" >&5 |
a0b9e27f MB |
20420 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
20421 | echo $ac_n "(cached) $ac_c" 1>&6 | |
20422 | else | |
20423 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20424 | #line 20425 "configure" |
f6bcfd97 BP |
20425 | #include "confdefs.h" |
20426 | /* System header to define __stub macros and hopefully few prototypes, | |
a0b9e27f | 20427 | which can conflict with char $ac_func(); below. */ |
f6bcfd97 BP |
20428 | #include <assert.h> |
20429 | /* Override any gcc2 internal prototype to avoid an error. */ | |
20430 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
20431 | builtin and then its argument prototype would still apply. */ |
20432 | char $ac_func(); | |
20433 | ||
20434 | int main() { | |
20435 | ||
f6bcfd97 BP |
20436 | /* The GNU C library defines this for functions which it implements |
20437 | to always fail with ENOSYS. Some functions are actually named | |
20438 | something starting with __ and the normal name is an alias. */ | |
20439 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
20440 | choke me | |
20441 | #else | |
a0b9e27f | 20442 | $ac_func(); |
f6bcfd97 BP |
20443 | #endif |
20444 | ||
a0b9e27f MB |
20445 | ; return 0; } |
20446 | EOF | |
d643b80e | 20447 | if { (eval echo configure:20448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20448 | rm -rf conftest* |
20449 | eval "ac_cv_func_$ac_func=yes" | |
20450 | else | |
20451 | echo "configure: failed program was:" >&5 | |
20452 | cat conftest.$ac_ext >&5 | |
20453 | rm -rf conftest* | |
20454 | eval "ac_cv_func_$ac_func=no" | |
20455 | fi | |
20456 | rm -f conftest* | |
20457 | fi | |
20458 | ||
20459 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
20460 | echo "$ac_t""yes" 1>&6 | |
20461 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
20462 | cat >> confdefs.h <<EOF | |
20463 | #define $ac_tr_func 1 | |
20464 | EOF | |
20465 | cat >> confdefs.h <<\EOF | |
f6bcfd97 | 20466 | #define HAVE_DLERROR 1 |
a0b9e27f | 20467 | EOF |
f6bcfd97 BP |
20468 | |
20469 | else | |
a0b9e27f MB |
20470 | echo "$ac_t""no" 1>&6 |
20471 | echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6 | |
d643b80e | 20472 | echo "configure:20473: checking for dlerror in -ldl" >&5 |
a0b9e27f MB |
20473 | ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'` |
20474 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
20475 | echo $ac_n "(cached) $ac_c" 1>&6 | |
f6bcfd97 | 20476 | else |
a0b9e27f | 20477 | ac_save_LIBS="$LIBS" |
f6bcfd97 | 20478 | LIBS="-ldl $LIBS" |
a0b9e27f | 20479 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20480 | #line 20481 "configure" |
f6bcfd97 BP |
20481 | #include "confdefs.h" |
20482 | /* Override any gcc2 internal prototype to avoid an error. */ | |
20483 | /* We use char because int might match the return type of a gcc2 | |
a0b9e27f MB |
20484 | builtin and then its argument prototype would still apply. */ |
20485 | char dlerror(); | |
20486 | ||
20487 | int main() { | |
20488 | dlerror() | |
20489 | ; return 0; } | |
20490 | EOF | |
d643b80e | 20491 | if { (eval echo configure:20492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20492 | rm -rf conftest* |
20493 | eval "ac_cv_lib_$ac_lib_var=yes" | |
20494 | else | |
20495 | echo "configure: failed program was:" >&5 | |
20496 | cat conftest.$ac_ext >&5 | |
20497 | rm -rf conftest* | |
20498 | eval "ac_cv_lib_$ac_lib_var=no" | |
20499 | fi | |
20500 | rm -f conftest* | |
20501 | LIBS="$ac_save_LIBS" | |
20502 | ||
20503 | fi | |
20504 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
20505 | echo "$ac_t""yes" 1>&6 | |
20506 | cat >> confdefs.h <<\EOF | |
f6bcfd97 | 20507 | #define HAVE_DLERROR 1 |
a0b9e27f | 20508 | EOF |
f6bcfd97 | 20509 | |
a0b9e27f MB |
20510 | else |
20511 | echo "$ac_t""no" 1>&6 | |
f6bcfd97 BP |
20512 | fi |
20513 | ||
20514 | fi | |
20515 | done | |
20516 | ||
3a922bb4 RL |
20517 | fi |
20518 | fi | |
f6bcfd97 | 20519 | |
3a922bb4 RL |
20520 | if test "$HAVE_DL_FUNCS" = 0; then |
20521 | if test "$HAVE_SHL_FUNCS" = 0; then | |
20522 | if test "$USE_UNIX" = 1; then | |
a0b9e27f | 20523 | echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 |
0b9ab0bd | 20524 | wxUSE_DYNAMIC_LOADER=no |
3a922bb4 RL |
20525 | wxUSE_DYNLIB_CLASS=no |
20526 | else | |
a0b9e27f | 20527 | echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 |
3a922bb4 RL |
20528 | fi |
20529 | fi | |
10f2d63a VZ |
20530 | fi |
20531 | fi | |
20532 | fi | |
20533 | ||
0b9ab0bd | 20534 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then |
a0b9e27f | 20535 | cat >> confdefs.h <<\EOF |
0b9ab0bd | 20536 | #define wxUSE_DYNAMIC_LOADER 1 |
a0b9e27f | 20537 | EOF |
0b9ab0bd RL |
20538 | |
20539 | elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
a0b9e27f | 20540 | cat >> confdefs.h <<\EOF |
10f2d63a | 20541 | #define wxUSE_DYNLIB_CLASS 1 |
a0b9e27f | 20542 | EOF |
10f2d63a VZ |
20543 | |
20544 | fi | |
20545 | ||
8284b0c5 | 20546 | |
1e6feb95 | 20547 | if test "$wxUSE_FONTMAP" = "yes" ; then |
a0b9e27f | 20548 | cat >> confdefs.h <<\EOF |
1e6feb95 | 20549 | #define wxUSE_FONTMAP 1 |
a0b9e27f | 20550 | EOF |
1e6feb95 VZ |
20551 | |
20552 | fi | |
20553 | ||
10f2d63a | 20554 | if test "$wxUSE_UNICODE" = "yes" ; then |
a0b9e27f | 20555 | cat >> confdefs.h <<\EOF |
10f2d63a | 20556 | #define wxUSE_UNICODE 1 |
a0b9e27f | 20557 | EOF |
10f2d63a | 20558 | |
8284b0c5 | 20559 | |
bbc3925a VS |
20560 | if test "$wxUSE_MSW" != 1; then |
20561 | wxUSE_UNICODE_MSLU=no | |
20562 | fi | |
a72a4bfa VS |
20563 | |
20564 | if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then | |
a0b9e27f | 20565 | echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6 |
d643b80e | 20566 | echo "configure:20567: checking for main in -lunicows" >&5 |
a0b9e27f MB |
20567 | ac_lib_var=`echo unicows'_'main | sed 'y%./+-%__p_%'` |
20568 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
20569 | echo $ac_n "(cached) $ac_c" 1>&6 | |
a72a4bfa | 20570 | else |
a0b9e27f | 20571 | ac_save_LIBS="$LIBS" |
a72a4bfa | 20572 | LIBS="-lunicows $LIBS" |
a0b9e27f | 20573 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20574 | #line 20575 "configure" |
a72a4bfa VS |
20575 | #include "confdefs.h" |
20576 | ||
a0b9e27f MB |
20577 | int main() { |
20578 | main() | |
20579 | ; return 0; } | |
20580 | EOF | |
d643b80e | 20581 | if { (eval echo configure:20582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
a0b9e27f MB |
20582 | rm -rf conftest* |
20583 | eval "ac_cv_lib_$ac_lib_var=yes" | |
20584 | else | |
20585 | echo "configure: failed program was:" >&5 | |
20586 | cat conftest.$ac_ext >&5 | |
20587 | rm -rf conftest* | |
20588 | eval "ac_cv_lib_$ac_lib_var=no" | |
20589 | fi | |
20590 | rm -f conftest* | |
20591 | LIBS="$ac_save_LIBS" | |
8284b0c5 | 20592 | |
a0b9e27f MB |
20593 | fi |
20594 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
20595 | echo "$ac_t""yes" 1>&6 | |
20596 | ||
20597 | cat >> confdefs.h <<\EOF | |
a72a4bfa | 20598 | #define wxUSE_UNICODE_MSLU 1 |
a0b9e27f | 20599 | EOF |
a72a4bfa | 20600 | |
a0b9e27f | 20601 | |
a72a4bfa | 20602 | else |
a0b9e27f | 20603 | echo "$ac_t""no" 1>&6 |
a72a4bfa | 20604 | |
a0b9e27f MB |
20605 | echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled. |
20606 | Applications will only run on Windows NT/2000/XP!" 1>&2 | |
a72a4bfa | 20607 | wxUSE_UNICODE_MSLU=no |
a0b9e27f | 20608 | |
a72a4bfa VS |
20609 | fi |
20610 | ||
20611 | fi | |
10f2d63a VZ |
20612 | fi |
20613 | ||
10f2d63a | 20614 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then |
a0b9e27f | 20615 | cat >> confdefs.h <<\EOF |
10f2d63a | 20616 | #define wxUSE_EXPERIMENTAL_PRINTF 1 |
a0b9e27f | 20617 | EOF |
10f2d63a VZ |
20618 | |
20619 | fi | |
20620 | ||
8284b0c5 MB |
20621 | |
20622 | ||
10f2d63a VZ |
20623 | IODBC_C_SRC="" |
20624 | if test "$wxUSE_ODBC" = "yes" ; then | |
a0b9e27f | 20625 | cat >> confdefs.h <<\EOF |
10f2d63a | 20626 | #define wxUSE_ODBC 1 |
a0b9e27f | 20627 | EOF |
10f2d63a VZ |
20628 | |
20629 | WXODBCFLAG="-D_IODBC_" | |
20630 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
10f2d63a VZ |
20631 | fi |
20632 | ||
8284b0c5 | 20633 | |
10f2d63a | 20634 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then |
a0b9e27f | 20635 | cat >> confdefs.h <<\EOF |
10f2d63a | 20636 | #define wxUSE_POSTSCRIPT 1 |
a0b9e27f | 20637 | EOF |
10f2d63a VZ |
20638 | |
20639 | fi | |
20640 | ||
a0b9e27f | 20641 | cat >> confdefs.h <<\EOF |
10f2d63a | 20642 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 |
a0b9e27f | 20643 | EOF |
10f2d63a | 20644 | |
8284b0c5 | 20645 | |
a0b9e27f | 20646 | cat >> confdefs.h <<\EOF |
10f2d63a | 20647 | #define wxUSE_NORMALIZED_PS_FONTS 1 |
a0b9e27f | 20648 | EOF |
10f2d63a | 20649 | |
8284b0c5 MB |
20650 | |
20651 | ||
10f2d63a | 20652 | if test "$wxUSE_CONSTRAINTS" = "yes"; then |
a0b9e27f | 20653 | cat >> confdefs.h <<\EOF |
10f2d63a | 20654 | #define wxUSE_CONSTRAINTS 1 |
a0b9e27f | 20655 | EOF |
10f2d63a VZ |
20656 | |
20657 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
20658 | fi | |
20659 | ||
20660 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
fc26f4ab | 20661 | |
8284b0c5 | 20662 | |
bb811f17 | 20663 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then |
a0b9e27f | 20664 | cat >> confdefs.h <<\EOF |
10f2d63a | 20665 | #define wxUSE_MDI_ARCHITECTURE 1 |
a0b9e27f | 20666 | EOF |
10f2d63a | 20667 | |
bb811f17 JS |
20668 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" |
20669 | fi | |
10f2d63a VZ |
20670 | fi |
20671 | ||
20672 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
a0b9e27f | 20673 | cat >> confdefs.h <<\EOF |
10f2d63a | 20674 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 |
a0b9e27f | 20675 | EOF |
10f2d63a VZ |
20676 | |
20677 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
20678 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
20679 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
20680 | fi | |
20681 | fi | |
20682 | ||
20683 | if test "$wxUSE_HELP" = "yes"; then | |
a0b9e27f | 20684 | cat >> confdefs.h <<\EOF |
10f2d63a | 20685 | #define wxUSE_HELP 1 |
a0b9e27f | 20686 | EOF |
10f2d63a VZ |
20687 | |
20688 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
3379ed37 | 20689 | |
77e13408 | 20690 | if test "$wxUSE_MSW" = 1; then |
031d8228 | 20691 | if test "$wxUSE_MS_HTML_HELP" = "yes"; then |
a0b9e27f | 20692 | cat >> confdefs.h <<\EOF |
29fd3c0c | 20693 | #define wxUSE_MS_HTML_HELP 1 |
a0b9e27f | 20694 | EOF |
29fd3c0c | 20695 | |
3e44f09d | 20696 | fi |
3379ed37 | 20697 | fi |
031d8228 VS |
20698 | |
20699 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
20700 | if test "$wxUSE_HTML" = "yes"; then | |
a0b9e27f | 20701 | cat >> confdefs.h <<\EOF |
031d8228 | 20702 | #define wxUSE_WXHTML_HELP 1 |
a0b9e27f | 20703 | EOF |
031d8228 VS |
20704 | |
20705 | else | |
a0b9e27f | 20706 | echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2 |
031d8228 VS |
20707 | wxUSE_WXHTML_HELP=no |
20708 | fi | |
20709 | fi | |
10f2d63a VZ |
20710 | fi |
20711 | ||
20712 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
20713 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
a0b9e27f | 20714 | echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 |
10f2d63a | 20715 | else |
a0b9e27f | 20716 | cat >> confdefs.h <<\EOF |
10f2d63a | 20717 | #define wxUSE_PRINTING_ARCHITECTURE 1 |
a0b9e27f | 20718 | EOF |
10f2d63a VZ |
20719 | |
20720 | fi | |
20721 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
20722 | fi | |
20723 | ||
20724 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
a0b9e27f | 20725 | cat >> confdefs.h <<\EOF |
10f2d63a | 20726 | #define wxUSE_PROLOGIO 1 |
a0b9e27f | 20727 | EOF |
10f2d63a | 20728 | |
2b5f62a0 | 20729 | ALL_OBJECTS="$ALL_OBJECTS parser.o" |
10f2d63a VZ |
20730 | fi |
20731 | ||
20732 | if test "$wxUSE_RESOURCES" = "yes" ; then | |
e334d0ea | 20733 | if test "$wxUSE_NANOX" = "yes"; then |
a0b9e27f | 20734 | echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2 |
2b5f62a0 VZ |
20735 | else |
20736 | cat >> confdefs.h <<\EOF | |
10f2d63a | 20737 | #define wxUSE_RESOURCES 1 |
a0b9e27f | 20738 | EOF |
10f2d63a | 20739 | |
2b5f62a0 VZ |
20740 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource" |
20741 | fi | |
20742 | if test "$wxUSE_PROLOGIO" != "yes" ; then | |
20743 | ALL_OBJECTS="$ALL_OBJECTS parser.o" | |
e334d0ea | 20744 | fi |
10f2d63a VZ |
20745 | fi |
20746 | ||
20747 | if test "$wxUSE_X_RESOURCES" = "yes"; then | |
a0b9e27f | 20748 | cat >> confdefs.h <<\EOF |
10f2d63a | 20749 | #define wxUSE_X_RESOURCES 1 |
a0b9e27f | 20750 | EOF |
10f2d63a VZ |
20751 | |
20752 | fi | |
20753 | ||
8284b0c5 | 20754 | |
77e13408 RL |
20755 | if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ |
20756 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
3bce6687 | 20757 | -o "$wxUSE_OLE" = "yes" \ |
77e13408 | 20758 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then |
a0b9e27f | 20759 | for ac_hdr in ole2.h |
10f2d63a | 20760 | do |
a0b9e27f MB |
20761 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
20762 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
d643b80e | 20763 | echo "configure:20764: checking for $ac_hdr" >&5 |
a0b9e27f MB |
20764 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
20765 | echo $ac_n "(cached) $ac_c" 1>&6 | |
20766 | else | |
20767 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20768 | #line 20769 "configure" |
10f2d63a | 20769 | #include "confdefs.h" |
a0b9e27f MB |
20770 | #include <$ac_hdr> |
20771 | EOF | |
20772 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 20773 | { (eval echo configure:20774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
a0b9e27f MB |
20774 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
20775 | if test -z "$ac_err"; then | |
20776 | rm -rf conftest* | |
20777 | eval "ac_cv_header_$ac_safe=yes" | |
20778 | else | |
20779 | echo "$ac_err" >&5 | |
20780 | echo "configure: failed program was:" >&5 | |
10f2d63a | 20781 | cat conftest.$ac_ext >&5 |
a0b9e27f MB |
20782 | rm -rf conftest* |
20783 | eval "ac_cv_header_$ac_safe=no" | |
10f2d63a | 20784 | fi |
a0b9e27f | 20785 | rm -f conftest* |
10f2d63a | 20786 | fi |
a0b9e27f MB |
20787 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
20788 | echo "$ac_t""yes" 1>&6 | |
20789 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
20790 | cat >> confdefs.h <<EOF | |
20791 | #define $ac_tr_hdr 1 | |
20792 | EOF | |
20793 | ||
20794 | else | |
20795 | echo "$ac_t""no" 1>&6 | |
10f2d63a VZ |
20796 | fi |
20797 | done | |
20798 | ||
8284b0c5 | 20799 | |
2b9bdf71 VZ |
20800 | if test "$ac_cv_header_ole2_h" = "yes" ; then |
20801 | if test "$GCC" = yes ; then | |
a0b9e27f MB |
20802 | |
20803 | ac_ext=C | |
20804 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8284b0c5 | 20805 | ac_cpp='$CXXCPP $CPPFLAGS' |
a0b9e27f MB |
20806 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
20807 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
20808 | cross_compiling=$ac_cv_prog_cxx_cross | |
8284b0c5 MB |
20809 | |
20810 | ||
a0b9e27f | 20811 | echo $ac_n "checking if g++ requires -fvtable-thunks""... $ac_c" 1>&6 |
d643b80e | 20812 | echo "configure:20813: checking if g++ requires -fvtable-thunks" >&5 |
a0b9e27f | 20813 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20814 | #line 20815 "configure" |
8284b0c5 MB |
20815 | #include "confdefs.h" |
20816 | #include <windows.h> | |
20817 | #include <ole2.h> | |
a0b9e27f | 20818 | int main() { |
8284b0c5 | 20819 | |
a0b9e27f MB |
20820 | ; return 0; } |
20821 | EOF | |
d643b80e | 20822 | if { (eval echo configure:20823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
a0b9e27f MB |
20823 | rm -rf conftest* |
20824 | echo "$ac_t""no" 1>&6 | |
20825 | else | |
20826 | echo "configure: failed program was:" >&5 | |
20827 | cat conftest.$ac_ext >&5 | |
20828 | rm -rf conftest* | |
20829 | echo "$ac_t""yes" 1>&6 | |
8284b0c5 MB |
20830 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" |
20831 | fi | |
a0b9e27f | 20832 | rm -f conftest* |
8284b0c5 | 20833 | ac_ext=c |
a0b9e27f | 20834 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
8284b0c5 | 20835 | ac_cpp='$CPP $CPPFLAGS' |
a0b9e27f MB |
20836 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
20837 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
20838 | cross_compiling=$ac_cv_prog_cc_cross | |
8284b0c5 | 20839 | |
2b9bdf71 | 20840 | ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)" |
3d63bc3a | 20841 | LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" |
a0b9e27f | 20842 | cat >> confdefs.h <<\EOF |
4f11a343 | 20843 | #define wxUSE_OLE 1 |
a0b9e27f | 20844 | EOF |
4f11a343 | 20845 | |
8284b0c5 | 20846 | |
2b9bdf71 VZ |
20847 | fi |
20848 | ||
a0b9e27f | 20849 | cat >> confdefs.h <<\EOF |
2b9bdf71 | 20850 | #define wxUSE_DATAOBJ 1 |
a0b9e27f | 20851 | EOF |
2b9bdf71 VZ |
20852 | |
20853 | else | |
a0b9e27f | 20854 | echo "configure: warning: Some features disabled because OLE headers not found" 1>&2 |
2b9bdf71 VZ |
20855 | |
20856 | wxUSE_CLIPBOARD=no | |
20857 | wxUSE_DRAG_AND_DROP=no | |
20858 | wxUSE_DATAOBJ=no | |
3bce6687 JS |
20859 | wxUSE_OLE=no |
20860 | fi | |
20861 | ||
20862 | if test "$wxUSE_METAFILE" = "yes"; then | |
20863 | cat >> confdefs.h <<\EOF | |
20864 | #define wxUSE_METAFILE 1 | |
20865 | EOF | |
20866 | ||
20867 | ||
20868 | cat >> confdefs.h <<\EOF | |
20869 | #define wxUSE_ENH_METAFILE 1 | |
20870 | EOF | |
20871 | ||
20872 | fi | |
20873 | fi | |
20874 | ||
20875 | if test "$wxUSE_WINE" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ | |
20876 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
20877 | -o "$wxUSE_OLE" = "yes" \ | |
20878 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then | |
20879 | for ac_hdr in ole2.h | |
20880 | do | |
20881 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
20882 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
d643b80e | 20883 | echo "configure:20884: checking for $ac_hdr" >&5 |
3bce6687 JS |
20884 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
20885 | echo $ac_n "(cached) $ac_c" 1>&6 | |
20886 | else | |
20887 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 20888 | #line 20889 "configure" |
3bce6687 JS |
20889 | #include "confdefs.h" |
20890 | #include <$ac_hdr> | |
20891 | EOF | |
20892 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
d643b80e | 20893 | { (eval echo configure:20894: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
3bce6687 JS |
20894 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
20895 | if test -z "$ac_err"; then | |
20896 | rm -rf conftest* | |
20897 | eval "ac_cv_header_$ac_safe=yes" | |
20898 | else | |
20899 | echo "$ac_err" >&5 | |
20900 | echo "configure: failed program was:" >&5 | |
20901 | cat conftest.$ac_ext >&5 | |
20902 | rm -rf conftest* | |
20903 | eval "ac_cv_header_$ac_safe=no" | |
20904 | fi | |
20905 | rm -f conftest* | |
20906 | fi | |
20907 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
20908 | echo "$ac_t""yes" 1>&6 | |
20909 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
20910 | cat >> confdefs.h <<EOF | |
20911 | #define $ac_tr_hdr 1 | |
20912 | EOF | |
20913 | ||
20914 | else | |
20915 | echo "$ac_t""no" 1>&6 | |
20916 | fi | |
20917 | done | |
20918 | ||
20919 | ||
20920 | if test "$ac_cv_header_ole2_h" = "yes" ; then | |
20921 | if test "$GCC" = yes ; then | |
20922 | ||
20923 | ac_ext=C | |
20924 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
20925 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20926 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
20927 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
20928 | cross_compiling=$ac_cv_prog_cxx_cross | |
20929 | ||
20930 | ||
20931 | echo $ac_n "checking if g++ requires -fvtable-thunks""... $ac_c" 1>&6 | |
d643b80e | 20932 | echo "configure:20933: checking if g++ requires -fvtable-thunks" >&5 |
3bce6687 | 20933 | cat > conftest.$ac_ext <<EOF |
d643b80e | 20934 | #line 20935 "configure" |
3bce6687 JS |
20935 | #include "confdefs.h" |
20936 | #include <windows.h> | |
20937 | #include <ole2.h> | |
20938 | int main() { | |
20939 | ||
20940 | ; return 0; } | |
20941 | EOF | |
d643b80e | 20942 | if { (eval echo configure:20943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
3bce6687 JS |
20943 | rm -rf conftest* |
20944 | echo "$ac_t""no" 1>&6 | |
20945 | else | |
20946 | echo "configure: failed program was:" >&5 | |
20947 | cat conftest.$ac_ext >&5 | |
20948 | rm -rf conftest* | |
20949 | echo "$ac_t""yes" 1>&6 | |
20950 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" | |
20951 | fi | |
20952 | rm -f conftest* | |
20953 | ac_ext=c | |
20954 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
20955 | ac_cpp='$CPP $CPPFLAGS' | |
20956 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
20957 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
20958 | cross_compiling=$ac_cv_prog_cc_cross | |
20959 | ||
20960 | ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)" | |
20961 | LIBS=" -lwine_uuid$LIBS" | |
20962 | cat >> confdefs.h <<\EOF | |
20963 | #define wxUSE_OLE 1 | |
20964 | EOF | |
20965 | ||
20966 | ||
20967 | fi | |
20968 | ||
20969 | cat >> confdefs.h <<\EOF | |
20970 | #define wxUSE_DATAOBJ 1 | |
20971 | EOF | |
20972 | ||
20973 | else | |
20974 | echo "configure: warning: Some features disabled because OLE headers not found" 1>&2 | |
20975 | ||
20976 | wxUSE_CLIPBOARD=no | |
20977 | wxUSE_DRAG_AND_DROP=no | |
20978 | wxUSE_DATAOBJ=no | |
20979 | wxUSE_OLE=no | |
2b9bdf71 VZ |
20980 | fi |
20981 | ||
77e13408 | 20982 | if test "$wxUSE_METAFILE" = "yes"; then |
a0b9e27f | 20983 | cat >> confdefs.h <<\EOF |
b64f0a5f | 20984 | #define wxUSE_METAFILE 1 |
a0b9e27f | 20985 | EOF |
b64f0a5f | 20986 | |
8284b0c5 | 20987 | |
a0b9e27f | 20988 | cat >> confdefs.h <<\EOF |
b64f0a5f | 20989 | #define wxUSE_ENH_METAFILE 1 |
a0b9e27f | 20990 | EOF |
b64f0a5f | 20991 | |
2b9bdf71 VZ |
20992 | fi |
20993 | fi | |
20994 | ||
20995 | if test "$wxUSE_IPC" = "yes"; then | |
20996 | if test "$wxUSE_SOCKETS" != "yes"; then | |
a0b9e27f | 20997 | echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2 |
2b9bdf71 VZ |
20998 | fi |
20999 | ||
a0b9e27f | 21000 | cat >> confdefs.h <<\EOF |
2b9bdf71 | 21001 | #define wxUSE_IPC 1 |
a0b9e27f | 21002 | EOF |
2b9bdf71 VZ |
21003 | |
21004 | fi | |
21005 | ||
21006 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
6c657b52 | 21007 | if test "$wxUSE_MGL" = 1; then |
a0b9e27f | 21008 | echo "configure: warning: Clipboard not yet supported under MGL... disabled" 1>&2 |
6c657b52 VS |
21009 | wxUSE_CLIPBOARD=no |
21010 | fi | |
21011 | ||
21012 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
a0b9e27f | 21013 | cat >> confdefs.h <<\EOF |
2b9bdf71 | 21014 | #define wxUSE_CLIPBOARD 1 |
a0b9e27f | 21015 | EOF |
2b9bdf71 | 21016 | |
8284b0c5 | 21017 | |
a0b9e27f | 21018 | cat >> confdefs.h <<\EOF |
673f4220 | 21019 | #define wxUSE_DATAOBJ 1 |
a0b9e27f | 21020 | EOF |
673f4220 | 21021 | |
6c657b52 | 21022 | fi |
2b9bdf71 VZ |
21023 | fi |
21024 | ||
21025 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
21026 | if test "$wxUSE_GTK" = 1; then | |
21027 | if test "$WXGTK12" != 1; then | |
a0b9e27f | 21028 | echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2 |
10f2d63a VZ |
21029 | wxUSE_DRAG_AND_DROP=no |
21030 | fi | |
21031 | fi | |
21032 | ||
2b9bdf71 | 21033 | if test "$wxUSE_MOTIF" = 1; then |
a0b9e27f | 21034 | echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2 |
2b9bdf71 VZ |
21035 | wxUSE_DRAG_AND_DROP=no |
21036 | fi | |
21037 | ||
f79bd02d | 21038 | if test "$wxUSE_X11" = 1; then |
a0b9e27f | 21039 | echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2 |
f79bd02d JS |
21040 | wxUSE_DRAG_AND_DROP=no |
21041 | fi | |
21042 | ||
6c657b52 | 21043 | if test "$wxUSE_MGL" = 1; then |
a0b9e27f | 21044 | echo "configure: warning: Drag and drop not yet supported under MGL... disabled" 1>&2 |
6c657b52 VS |
21045 | wxUSE_DRAG_AND_DROP=no |
21046 | fi | |
21047 | ||
10f2d63a | 21048 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then |
a0b9e27f | 21049 | cat >> confdefs.h <<\EOF |
10f2d63a | 21050 | #define wxUSE_DRAG_AND_DROP 1 |
a0b9e27f | 21051 | EOF |
10f2d63a VZ |
21052 | |
21053 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
21054 | fi | |
21055 | ||
21056 | fi | |
21057 | ||
21058 | if test "$wxUSE_SPLINES" = "yes" ; then | |
a0b9e27f | 21059 | cat >> confdefs.h <<\EOF |
10f2d63a | 21060 | #define wxUSE_SPLINES 1 |
a0b9e27f | 21061 | EOF |
10f2d63a VZ |
21062 | |
21063 | fi | |
21064 | ||
8284b0c5 | 21065 | |
1e6feb95 VZ |
21066 | USES_CONTROLS=0 |
21067 | if test "$wxUSE_CONTROLS" = "yes"; then | |
21068 | USES_CONTROLS=1 | |
21069 | fi | |
21070 | ||
10f2d63a | 21071 | if test "$wxUSE_ACCEL" = "yes"; then |
a0b9e27f | 21072 | cat >> confdefs.h <<\EOF |
10f2d63a | 21073 | #define wxUSE_ACCEL 1 |
a0b9e27f | 21074 | EOF |
10f2d63a | 21075 | |
1e6feb95 VZ |
21076 | USES_CONTROLS=1 |
21077 | fi | |
21078 | ||
21079 | if test "$wxUSE_BUTTON" = "yes"; then | |
a0b9e27f | 21080 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21081 | #define wxUSE_BUTTON 1 |
a0b9e27f | 21082 | EOF |
1e6feb95 VZ |
21083 | |
21084 | USES_CONTROLS=1 | |
21085 | fi | |
21086 | ||
21087 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
a0b9e27f | 21088 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21089 | #define wxUSE_BMPBUTTON 1 |
a0b9e27f | 21090 | EOF |
1e6feb95 VZ |
21091 | |
21092 | USES_CONTROLS=1 | |
21093 | fi | |
21094 | ||
21095 | if test "$wxUSE_CALCTRL" = "yes"; then | |
a0b9e27f | 21096 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21097 | #define wxUSE_CALENDARCTRL 1 |
a0b9e27f | 21098 | EOF |
1e6feb95 VZ |
21099 | |
21100 | USES_CONTROLS=1 | |
21101 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
10f2d63a VZ |
21102 | fi |
21103 | ||
21104 | if test "$wxUSE_CARET" = "yes"; then | |
a0b9e27f | 21105 | cat >> confdefs.h <<\EOF |
10f2d63a | 21106 | #define wxUSE_CARET 1 |
a0b9e27f | 21107 | EOF |
10f2d63a | 21108 | |
1e6feb95 | 21109 | USES_CONTROLS=1 |
10f2d63a VZ |
21110 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" |
21111 | fi | |
21112 | ||
21113 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
a0b9e27f | 21114 | cat >> confdefs.h <<\EOF |
10f2d63a | 21115 | #define wxUSE_COMBOBOX 1 |
a0b9e27f | 21116 | EOF |
10f2d63a | 21117 | |
1e6feb95 | 21118 | USES_CONTROLS=1 |
10f2d63a VZ |
21119 | fi |
21120 | ||
21121 | if test "$wxUSE_CHOICE" = "yes"; then | |
a0b9e27f | 21122 | cat >> confdefs.h <<\EOF |
10f2d63a | 21123 | #define wxUSE_CHOICE 1 |
a0b9e27f | 21124 | EOF |
10f2d63a | 21125 | |
1e6feb95 | 21126 | USES_CONTROLS=1 |
10f2d63a VZ |
21127 | fi |
21128 | ||
21129 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
a0b9e27f | 21130 | cat >> confdefs.h <<\EOF |
10f2d63a | 21131 | #define wxUSE_CHECKBOX 1 |
a0b9e27f | 21132 | EOF |
10f2d63a | 21133 | |
1e6feb95 | 21134 | USES_CONTROLS=1 |
10f2d63a VZ |
21135 | fi |
21136 | ||
21137 | if test "$wxUSE_CHECKLST" = "yes"; then | |
a0b9e27f | 21138 | cat >> confdefs.h <<\EOF |
10f2d63a | 21139 | #define wxUSE_CHECKLISTBOX 1 |
a0b9e27f | 21140 | EOF |
10f2d63a | 21141 | |
1e6feb95 | 21142 | USES_CONTROLS=1 |
10f2d63a VZ |
21143 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" |
21144 | fi | |
21145 | ||
21146 | if test "$wxUSE_GAUGE" = "yes"; then | |
a0b9e27f | 21147 | cat >> confdefs.h <<\EOF |
10f2d63a | 21148 | #define wxUSE_GAUGE 1 |
a0b9e27f | 21149 | EOF |
10f2d63a | 21150 | |
1e6feb95 | 21151 | USES_CONTROLS=1 |
10f2d63a VZ |
21152 | fi |
21153 | ||
d6a55c4b VZ |
21154 | if test "$wxUSE_NEW_GRID" = "yes"; then |
21155 | wxUSE_GRID="yes" | |
a0b9e27f | 21156 | cat >> confdefs.h <<\EOF |
d6a55c4b | 21157 | #define wxUSE_NEW_GRID 1 |
a0b9e27f | 21158 | EOF |
10f2d63a | 21159 | |
1e6feb95 | 21160 | USES_CONTROLS=1 |
d6a55c4b | 21161 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid" |
10f2d63a VZ |
21162 | fi |
21163 | ||
d6a55c4b | 21164 | if test "$wxUSE_GRID" = "yes"; then |
a0b9e27f | 21165 | cat >> confdefs.h <<\EOF |
d6a55c4b | 21166 | #define wxUSE_GRID 1 |
a0b9e27f | 21167 | EOF |
10f2d63a | 21168 | |
1e6feb95 | 21169 | USES_CONTROLS=1 |
d6a55c4b | 21170 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" |
10f2d63a VZ |
21171 | fi |
21172 | ||
21173 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
a0b9e27f | 21174 | cat >> confdefs.h <<\EOF |
10f2d63a | 21175 | #define wxUSE_IMAGLIST 1 |
a0b9e27f | 21176 | EOF |
10f2d63a VZ |
21177 | |
21178 | fi | |
21179 | ||
21180 | if test "$wxUSE_LISTBOX" = "yes"; then | |
a0b9e27f | 21181 | cat >> confdefs.h <<\EOF |
10f2d63a | 21182 | #define wxUSE_LISTBOX 1 |
a0b9e27f | 21183 | EOF |
10f2d63a | 21184 | |
1e6feb95 | 21185 | USES_CONTROLS=1 |
10f2d63a VZ |
21186 | fi |
21187 | ||
21188 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
21189 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
a0b9e27f | 21190 | cat >> confdefs.h <<\EOF |
10f2d63a | 21191 | #define wxUSE_LISTCTRL 1 |
a0b9e27f | 21192 | EOF |
10f2d63a | 21193 | |
1e6feb95 | 21194 | USES_CONTROLS=1 |
10f2d63a VZ |
21195 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" |
21196 | else | |
a0b9e27f | 21197 | echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 |
10f2d63a VZ |
21198 | fi |
21199 | fi | |
21200 | ||
21201 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
a0b9e27f | 21202 | cat >> confdefs.h <<\EOF |
10f2d63a | 21203 | #define wxUSE_NOTEBOOK 1 |
a0b9e27f | 21204 | EOF |
10f2d63a | 21205 | |
1e6feb95 | 21206 | USES_CONTROLS=1 |
10f2d63a VZ |
21207 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" |
21208 | fi | |
21209 | ||
24176f2c | 21210 | if test "$wxUSE_PROPSHEET" = "yes"; then |
a0b9e27f | 21211 | cat >> confdefs.h <<\EOF |
24176f2c | 21212 | #define wxUSE_PROPSHEET 1 |
a0b9e27f | 21213 | EOF |
24176f2c GD |
21214 | |
21215 | USES_CONTROLS=1 | |
21216 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist" | |
21217 | fi | |
21218 | ||
10f2d63a | 21219 | if test "$wxUSE_RADIOBOX" = "yes"; then |
a0b9e27f | 21220 | cat >> confdefs.h <<\EOF |
10f2d63a | 21221 | #define wxUSE_RADIOBOX 1 |
a0b9e27f | 21222 | EOF |
10f2d63a | 21223 | |
1e6feb95 | 21224 | USES_CONTROLS=1 |
10f2d63a VZ |
21225 | fi |
21226 | ||
21227 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
a0b9e27f | 21228 | cat >> confdefs.h <<\EOF |
10f2d63a | 21229 | #define wxUSE_RADIOBTN 1 |
a0b9e27f | 21230 | EOF |
10f2d63a | 21231 | |
1e6feb95 | 21232 | USES_CONTROLS=1 |
10f2d63a VZ |
21233 | fi |
21234 | ||
21235 | if test "$wxUSE_SASH" = "yes"; then | |
a0b9e27f | 21236 | cat >> confdefs.h <<\EOF |
10f2d63a | 21237 | #define wxUSE_SASH 1 |
a0b9e27f | 21238 | EOF |
10f2d63a VZ |
21239 | |
21240 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
21241 | fi | |
21242 | ||
21243 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
a0b9e27f | 21244 | cat >> confdefs.h <<\EOF |
10f2d63a | 21245 | #define wxUSE_SCROLLBAR 1 |
a0b9e27f | 21246 | EOF |
10f2d63a | 21247 | |
1e6feb95 | 21248 | USES_CONTROLS=1 |
741a9306 | 21249 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" |
10f2d63a VZ |
21250 | fi |
21251 | ||
21252 | if test "$wxUSE_SLIDER" = "yes"; then | |
a0b9e27f | 21253 | cat >> confdefs.h <<\EOF |
10f2d63a | 21254 | #define wxUSE_SLIDER 1 |
a0b9e27f | 21255 | EOF |
10f2d63a | 21256 | |
1e6feb95 | 21257 | USES_CONTROLS=1 |
10f2d63a VZ |
21258 | fi |
21259 | ||
21260 | if test "$wxUSE_SPINBTN" = "yes"; then | |
a0b9e27f | 21261 | cat >> confdefs.h <<\EOF |
10f2d63a | 21262 | #define wxUSE_SPINBTN 1 |
a0b9e27f | 21263 | EOF |
10f2d63a | 21264 | |
1e6feb95 | 21265 | USES_CONTROLS=1 |
10f2d63a VZ |
21266 | fi |
21267 | ||
56cfaa52 | 21268 | if test "$wxUSE_SPINCTRL" = "yes"; then |
a0b9e27f | 21269 | cat >> confdefs.h <<\EOF |
56cfaa52 | 21270 | #define wxUSE_SPINCTRL 1 |
a0b9e27f | 21271 | EOF |
56cfaa52 | 21272 | |
1e6feb95 | 21273 | USES_CONTROLS=1 |
56cfaa52 RR |
21274 | fi |
21275 | ||
10f2d63a | 21276 | if test "$wxUSE_SPLITTER" = "yes"; then |
a0b9e27f | 21277 | cat >> confdefs.h <<\EOF |
10f2d63a | 21278 | #define wxUSE_SPLITTER 1 |
a0b9e27f | 21279 | EOF |
10f2d63a VZ |
21280 | |
21281 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
21282 | fi | |
21283 | ||
21284 | if test "$wxUSE_STATBMP" = "yes"; then | |
a0b9e27f | 21285 | cat >> confdefs.h <<\EOF |
10f2d63a | 21286 | #define wxUSE_STATBMP 1 |
a0b9e27f | 21287 | EOF |
10f2d63a | 21288 | |
1e6feb95 | 21289 | USES_CONTROLS=1 |
10f2d63a VZ |
21290 | fi |
21291 | ||
21292 | if test "$wxUSE_STATBOX" = "yes"; then | |
a0b9e27f | 21293 | cat >> confdefs.h <<\EOF |
10f2d63a | 21294 | #define wxUSE_STATBOX 1 |
a0b9e27f | 21295 | EOF |
10f2d63a | 21296 | |
1e6feb95 VZ |
21297 | USES_CONTROLS=1 |
21298 | fi | |
21299 | ||
21300 | if test "$wxUSE_STATTEXT" = "yes"; then | |
a0b9e27f | 21301 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21302 | #define wxUSE_STATTEXT 1 |
a0b9e27f | 21303 | EOF |
1e6feb95 VZ |
21304 | |
21305 | USES_CONTROLS=1 | |
10f2d63a VZ |
21306 | fi |
21307 | ||
21308 | if test "$wxUSE_STATLINE" = "yes"; then | |
21309 | if test "$wxUSE_WINE" = 1 ; then | |
a0b9e27f | 21310 | echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 |
10f2d63a | 21311 | else |
a0b9e27f | 21312 | cat >> confdefs.h <<\EOF |
10f2d63a | 21313 | #define wxUSE_STATLINE 1 |
a0b9e27f | 21314 | EOF |
10f2d63a | 21315 | |
1e6feb95 | 21316 | USES_CONTROLS=1 |
10f2d63a VZ |
21317 | fi |
21318 | fi | |
21319 | ||
21320 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
a0b9e27f | 21321 | cat >> confdefs.h <<\EOF |
10f2d63a | 21322 | #define wxUSE_STATUSBAR 1 |
a0b9e27f | 21323 | EOF |
10f2d63a | 21324 | |
1e6feb95 | 21325 | USES_CONTROLS=1 |
698dcdb6 | 21326 | |
2286341c | 21327 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" |
10f2d63a VZ |
21328 | fi |
21329 | ||
21330 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
a0b9e27f | 21331 | cat >> confdefs.h <<\EOF |
10f2d63a | 21332 | #define wxUSE_TAB_DIALOG 1 |
a0b9e27f | 21333 | EOF |
10f2d63a VZ |
21334 | |
21335 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
21336 | fi | |
21337 | ||
1e6feb95 | 21338 | if test "$wxUSE_TEXTCTRL" = "yes"; then |
a0b9e27f | 21339 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21340 | #define wxUSE_TEXTCTRL 1 |
a0b9e27f | 21341 | EOF |
1e6feb95 VZ |
21342 | |
21343 | USES_CONTROLS=1 | |
21344 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
21345 | fi | |
21346 | ||
1db8dc4a | 21347 | if test "$wxUSE_TOGGLEBTN" = "yes"; then |
156b2523 | 21348 | if test "$wxUSE_MAC" = 1; then |
a0b9e27f | 21349 | echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2 |
156b2523 GD |
21350 | wxUSE_TOGGLEBTN=no |
21351 | fi | |
21352 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
a0b9e27f | 21353 | echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2 |
a45d7ab7 GD |
21354 | wxUSE_TOGGLEBTN=no |
21355 | fi | |
21356 | ||
21357 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
a0b9e27f | 21358 | cat >> confdefs.h <<\EOF |
1db8dc4a | 21359 | #define wxUSE_TOGGLEBTN 1 |
a0b9e27f | 21360 | EOF |
1db8dc4a | 21361 | |
1e6feb95 | 21362 | USES_CONTROLS=1 |
a45d7ab7 | 21363 | fi |
1db8dc4a VZ |
21364 | fi |
21365 | ||
360d6699 | 21366 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then |
a0b9e27f | 21367 | cat >> confdefs.h <<\EOF |
360d6699 | 21368 | #define wxUSE_TOOLBAR_SIMPLE 1 |
a0b9e27f | 21369 | EOF |
360d6699 VZ |
21370 | |
21371 | wxUSE_TOOLBAR="yes" | |
1e6feb95 | 21372 | USES_CONTROLS=1 |
360d6699 VZ |
21373 | fi |
21374 | ||
10f2d63a | 21375 | if test "$wxUSE_TOOLBAR" = "yes"; then |
a0b9e27f | 21376 | cat >> confdefs.h <<\EOF |
10f2d63a | 21377 | #define wxUSE_TOOLBAR 1 |
a0b9e27f | 21378 | EOF |
10f2d63a | 21379 | |
1e6feb95 | 21380 | USES_CONTROLS=1 |
698dcdb6 | 21381 | |
360d6699 VZ |
21382 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then |
21383 | wxUSE_TOOLBAR_NATIVE="yes" | |
21384 | fi | |
21385 | ||
1e6feb95 | 21386 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then |
a0b9e27f | 21387 | cat >> confdefs.h <<\EOF |
360d6699 | 21388 | #define wxUSE_TOOLBAR_NATIVE 1 |
a0b9e27f | 21389 | EOF |
360d6699 | 21390 | |
1e6feb95 VZ |
21391 | USES_CONTROLS=1 |
21392 | fi | |
21393 | ||
21394 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
360d6699 VZ |
21395 | fi |
21396 | ||
10f2d63a VZ |
21397 | if test "$wxUSE_TOOLTIPS" = "yes"; then |
21398 | if test "$wxUSE_MOTIF" = 1; then | |
a0b9e27f | 21399 | echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2 |
10f2d63a VZ |
21400 | else |
21401 | if test "$wxUSE_WINE" = 1; then | |
a0b9e27f | 21402 | echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2 |
10f2d63a | 21403 | else |
69d27ff7 | 21404 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
a0b9e27f | 21405 | echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2 |
69d27ff7 | 21406 | else |
a0b9e27f | 21407 | cat >> confdefs.h <<\EOF |
10f2d63a | 21408 | #define wxUSE_TOOLTIPS 1 |
a0b9e27f | 21409 | EOF |
10f2d63a | 21410 | |
69d27ff7 | 21411 | fi |
10f2d63a VZ |
21412 | fi |
21413 | fi | |
21414 | fi | |
21415 | ||
21416 | if test "$wxUSE_TREECTRL" = "yes"; then | |
21417 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
a0b9e27f | 21418 | cat >> confdefs.h <<\EOF |
10f2d63a | 21419 | #define wxUSE_TREECTRL 1 |
a0b9e27f | 21420 | EOF |
10f2d63a | 21421 | |
1e6feb95 | 21422 | USES_CONTROLS=1 |
10f2d63a VZ |
21423 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" |
21424 | else | |
a0b9e27f | 21425 | echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 |
10f2d63a VZ |
21426 | fi |
21427 | fi | |
21428 | ||
9f41d601 | 21429 | if test "$wxUSE_POPUPWIN" = "yes"; then |
6abe4b65 | 21430 | if test "$wxUSE_MAC" = 1; then |
a0b9e27f | 21431 | echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2 |
6abe4b65 | 21432 | else |
485cf710 | 21433 | if test "$wxUSE_MOTIF" = 1; then |
a0b9e27f | 21434 | echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2 |
485cf710 | 21435 | else |
3c011993 | 21436 | if test "$wxUSE_PM" = 1; then |
a0b9e27f | 21437 | echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2 |
3bd8fb5f | 21438 | else |
a0b9e27f | 21439 | cat >> confdefs.h <<\EOF |
9f41d601 | 21440 | #define wxUSE_POPUPWIN 1 |
a0b9e27f | 21441 | EOF |
9f41d601 | 21442 | |
8284b0c5 | 21443 | |
3c011993 VZ |
21444 | USES_CONTROLS=1 |
21445 | fi | |
485cf710 | 21446 | fi |
6abe4b65 | 21447 | fi |
9f41d601 RR |
21448 | fi |
21449 | ||
dd964dcc | 21450 | if test "$wxUSE_TIPWINDOW" = "yes"; then |
3c011993 | 21451 | if test "$wxUSE_PM" = 1; then |
a0b9e27f | 21452 | echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2 |
3bd8fb5f | 21453 | else |
a0b9e27f | 21454 | cat >> confdefs.h <<\EOF |
dd964dcc | 21455 | #define wxUSE_TIPWINDOW 1 |
a0b9e27f | 21456 | EOF |
dd964dcc | 21457 | |
3c011993 | 21458 | fi |
dd964dcc VZ |
21459 | fi |
21460 | ||
1e6feb95 | 21461 | if test "$USES_CONTROLS" = 1; then |
a0b9e27f | 21462 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21463 | #define wxUSE_CONTROLS 1 |
a0b9e27f | 21464 | EOF |
10f2d63a | 21465 | |
10f2d63a VZ |
21466 | fi |
21467 | ||
8284b0c5 | 21468 | |
24176f2c | 21469 | if test "$wxUSE_TREELAYOUT" = "yes"; then |
a0b9e27f | 21470 | cat >> confdefs.h <<\EOF |
24176f2c | 21471 | #define wxUSE_TREELAYOUT 1 |
a0b9e27f | 21472 | EOF |
24176f2c GD |
21473 | |
21474 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay" | |
21475 | fi | |
1e6feb95 | 21476 | |
24fd6d87 | 21477 | if test "$wxUSE_DRAGIMAGE" = "yes"; then |
a0b9e27f | 21478 | cat >> confdefs.h <<\EOF |
24fd6d87 | 21479 | #define wxUSE_DRAGIMAGE 1 |
a0b9e27f | 21480 | EOF |
24fd6d87 VZ |
21481 | |
21482 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
21483 | fi | |
21484 | ||
1e6feb95 | 21485 | if test "$wxUSE_MENUS" = "yes"; then |
a0b9e27f | 21486 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21487 | #define wxUSE_MENUS 1 |
a0b9e27f | 21488 | EOF |
10f2d63a | 21489 | |
1e6feb95 | 21490 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" |
10f2d63a VZ |
21491 | fi |
21492 | ||
1e6feb95 | 21493 | if test "$wxUSE_METAFILE" = "yes"; then |
a0b9e27f | 21494 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21495 | #define wxUSE_METAFILE 1 |
a0b9e27f | 21496 | EOF |
10f2d63a | 21497 | |
10f2d63a VZ |
21498 | fi |
21499 | ||
1e6feb95 | 21500 | if test "$wxUSE_MIMETYPE" = "yes"; then |
a0b9e27f | 21501 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21502 | #define wxUSE_MIMETYPE 1 |
a0b9e27f | 21503 | EOF |
10f2d63a | 21504 | |
10f2d63a VZ |
21505 | fi |
21506 | ||
3e44f09d | 21507 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then |
a0b9e27f | 21508 | cat >> confdefs.h <<\EOF |
3e44f09d | 21509 | #define wxUSE_SYSTEM_OPTIONS 1 |
a0b9e27f | 21510 | EOF |
3e44f09d | 21511 | |
321d2b14 VZ |
21512 | if test "$TOOLKIT" = "MSW"; then |
21513 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar" | |
21514 | fi | |
21515 | ||
3e44f09d VZ |
21516 | fi |
21517 | ||
4cdb0ab0 | 21518 | if test "$wxUSE_PROTOCOL" = "yes"; then |
3954f9ca | 21519 | if test "$wxUSE_SOCKETS" != "yes"; then |
a0b9e27f | 21520 | echo "configure: warning: Protocol classes require sockets... disabled" 1>&2 |
3954f9ca VS |
21521 | wxUSE_PROTOCOL=no |
21522 | fi | |
21523 | ||
21524 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
a0b9e27f | 21525 | cat >> confdefs.h <<\EOF |
4cdb0ab0 | 21526 | #define wxUSE_PROTOCOL 1 |
a0b9e27f | 21527 | EOF |
4cdb0ab0 | 21528 | |
8284b0c5 | 21529 | |
3954f9ca | 21530 | if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then |
a0b9e27f | 21531 | cat >> confdefs.h <<\EOF |
4cdb0ab0 | 21532 | #define wxUSE_PROTOCOL_HTTP 1 |
a0b9e27f | 21533 | EOF |
4cdb0ab0 | 21534 | |
3954f9ca VS |
21535 | fi |
21536 | if test "$wxUSE_PROTOCOL_FTP" = "yes"; then | |
a0b9e27f | 21537 | cat >> confdefs.h <<\EOF |
4cdb0ab0 | 21538 | #define wxUSE_PROTOCOL_FTP 1 |
a0b9e27f | 21539 | EOF |
4cdb0ab0 | 21540 | |
3954f9ca VS |
21541 | fi |
21542 | if test "$wxUSE_PROTOCOL_FILE" = "yes"; then | |
a0b9e27f | 21543 | cat >> confdefs.h <<\EOF |
3954f9ca | 21544 | #define wxUSE_PROTOCOL_FILE 1 |
a0b9e27f | 21545 | EOF |
3954f9ca VS |
21546 | |
21547 | fi | |
4cdb0ab0 | 21548 | fi |
3954f9ca VS |
21549 | fi |
21550 | ||
21551 | if test "$wxUSE_URL" = "yes"; then | |
21552 | if test "$wxUSE_PROTOCOL" != "yes"; then | |
a0b9e27f | 21553 | echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2 |
3954f9ca VS |
21554 | wxUSE_URL=no |
21555 | fi | |
21556 | if test "$wxUSE_URL" = "yes"; then | |
a0b9e27f | 21557 | cat >> confdefs.h <<\EOF |
3954f9ca | 21558 | #define wxUSE_URL 1 |
a0b9e27f | 21559 | EOF |
4cdb0ab0 VS |
21560 | |
21561 | fi | |
21562 | fi | |
21563 | ||
10f2d63a | 21564 | if test "$wxUSE_MINIFRAME" = "yes"; then |
a0b9e27f | 21565 | cat >> confdefs.h <<\EOF |
10f2d63a | 21566 | #define wxUSE_MINIFRAME 1 |
a0b9e27f | 21567 | EOF |
10f2d63a VZ |
21568 | |
21569 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
21570 | fi | |
21571 | ||
21572 | if test "$wxUSE_HTML" = "yes"; then | |
a0b9e27f | 21573 | cat >> confdefs.h <<\EOF |
10f2d63a | 21574 | #define wxUSE_HTML 1 |
a0b9e27f | 21575 | EOF |
10f2d63a VZ |
21576 | |
21577 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html" | |
10f2d63a VZ |
21578 | fi |
21579 | ||
21580 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
a0b9e27f | 21581 | cat >> confdefs.h <<\EOF |
1e487827 | 21582 | #define wxUSE_VALIDATORS 1 |
a0b9e27f | 21583 | EOF |
703e0a69 | 21584 | |
698dcdb6 VZ |
21585 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" |
21586 | fi | |
21587 | ||
edae8572 | 21588 | if test "$wxUSE_PALETTE" = "yes" ; then |
a0b9e27f | 21589 | cat >> confdefs.h <<\EOF |
edae8572 | 21590 | #define wxUSE_PALETTE 1 |
a0b9e27f | 21591 | EOF |
edae8572 VZ |
21592 | |
21593 | fi | |
21594 | ||
698dcdb6 | 21595 | if test "$wxUSE_IMAGE" = "yes" ; then |
a0b9e27f | 21596 | cat >> confdefs.h <<\EOF |
698dcdb6 | 21597 | #define wxUSE_IMAGE 1 |
a0b9e27f | 21598 | EOF |
698dcdb6 VZ |
21599 | |
21600 | fi | |
21601 | ||
21602 | if test "$wxUSE_GIF" = "yes" ; then | |
a0b9e27f | 21603 | cat >> confdefs.h <<\EOF |
698dcdb6 | 21604 | #define wxUSE_GIF 1 |
a0b9e27f | 21605 | EOF |
698dcdb6 VZ |
21606 | |
21607 | fi | |
21608 | ||
21609 | if test "$wxUSE_PCX" = "yes" ; then | |
a0b9e27f | 21610 | cat >> confdefs.h <<\EOF |
698dcdb6 | 21611 | #define wxUSE_PCX 1 |
a0b9e27f | 21612 | EOF |
698dcdb6 VZ |
21613 | |
21614 | fi | |
21615 | ||
4b6b4dfc | 21616 | if test "$wxUSE_IFF" = "yes" ; then |
a0b9e27f | 21617 | cat >> confdefs.h <<\EOF |
4b6b4dfc | 21618 | #define wxUSE_IFF 1 |
a0b9e27f | 21619 | EOF |
4b6b4dfc RR |
21620 | |
21621 | fi | |
21622 | ||
698dcdb6 | 21623 | if test "$wxUSE_PNM" = "yes" ; then |
a0b9e27f | 21624 | cat >> confdefs.h <<\EOF |
698dcdb6 | 21625 | #define wxUSE_PNM 1 |
a0b9e27f | 21626 | EOF |
698dcdb6 VZ |
21627 | |
21628 | fi | |
21629 | ||
21630 | if test "$wxUSE_XPM" = "yes" ; then | |
a0b9e27f | 21631 | cat >> confdefs.h <<\EOF |
698dcdb6 | 21632 | #define wxUSE_XPM 1 |
a0b9e27f | 21633 | EOF |
698dcdb6 VZ |
21634 | |
21635 | fi | |
21636 | ||
658974ae | 21637 | if test "$wxUSE_ICO_CUR" = "yes" ; then |
a0b9e27f | 21638 | cat >> confdefs.h <<\EOF |
658974ae | 21639 | #define wxUSE_ICO_CUR 1 |
a0b9e27f | 21640 | EOF |
658974ae VS |
21641 | |
21642 | fi | |
21643 | ||
a72a4bfa VS |
21644 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then |
21645 | LIBS=" -lunicows $LIBS" | |
21646 | fi | |
21647 | ||
8284b0c5 | 21648 | |
1e6feb95 | 21649 | if test "$wxUSE_CHOICEDLG" = "yes"; then |
a0b9e27f | 21650 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21651 | #define wxUSE_CHOICEDLG 1 |
a0b9e27f | 21652 | EOF |
1e6feb95 VZ |
21653 | |
21654 | fi | |
21655 | ||
21656 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
a0b9e27f | 21657 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21658 | #define wxUSE_COLOURDLG 1 |
a0b9e27f | 21659 | EOF |
1e6feb95 VZ |
21660 | |
21661 | fi | |
21662 | ||
21663 | if test "$wxUSE_FILEDLG" = "yes"; then | |
a0b9e27f | 21664 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21665 | #define wxUSE_FILEDLG 1 |
a0b9e27f | 21666 | EOF |
1e6feb95 VZ |
21667 | |
21668 | fi | |
21669 | ||
8db37e06 | 21670 | if test "$wxUSE_FINDREPLDLG" = "yes"; then |
a0b9e27f | 21671 | cat >> confdefs.h <<\EOF |
8db37e06 | 21672 | #define wxUSE_FINDREPLDLG 1 |
a0b9e27f | 21673 | EOF |
8db37e06 VZ |
21674 | |
21675 | fi | |
21676 | ||
1e6feb95 | 21677 | if test "$wxUSE_FONTDLG" = "yes"; then |
a0b9e27f | 21678 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21679 | #define wxUSE_FONTDLG 1 |
a0b9e27f | 21680 | EOF |
1e6feb95 VZ |
21681 | |
21682 | fi | |
21683 | ||
21684 | if test "$wxUSE_DIRDLG" = "yes"; then | |
ae1daed0 | 21685 | if test "$wxUSE_TREECTRL" != "yes"; then |
a0b9e27f | 21686 | echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 |
1e6feb95 | 21687 | else |
a0b9e27f | 21688 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21689 | #define wxUSE_DIRDLG 1 |
a0b9e27f | 21690 | EOF |
1e6feb95 | 21691 | |
1e6feb95 VZ |
21692 | fi |
21693 | fi | |
21694 | ||
21695 | if test "$wxUSE_MSGDLG" = "yes"; then | |
a0b9e27f | 21696 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21697 | #define wxUSE_MSGDLG 1 |
a0b9e27f | 21698 | EOF |
1e6feb95 VZ |
21699 | |
21700 | fi | |
21701 | ||
21702 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
a0b9e27f | 21703 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21704 | #define wxUSE_NUMBERDLG 1 |
a0b9e27f | 21705 | EOF |
1e6feb95 VZ |
21706 | |
21707 | fi | |
21708 | ||
21709 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
21710 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
a0b9e27f | 21711 | echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 |
1e6feb95 | 21712 | else |
a0b9e27f | 21713 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21714 | #define wxUSE_PROGRESSDLG 1 |
a0b9e27f | 21715 | EOF |
1e6feb95 VZ |
21716 | |
21717 | fi | |
21718 | fi | |
21719 | ||
cbca9943 | 21720 | if test "$wxUSE_SPLASH" = "yes"; then |
a0b9e27f | 21721 | cat >> confdefs.h <<\EOF |
cbca9943 | 21722 | #define wxUSE_SPLASH 1 |
a0b9e27f | 21723 | EOF |
cbca9943 VZ |
21724 | |
21725 | fi | |
21726 | ||
1e6feb95 VZ |
21727 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then |
21728 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
a0b9e27f | 21729 | echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 |
1e6feb95 | 21730 | else |
a0b9e27f | 21731 | cat >> confdefs.h <<\EOF |
1e6feb95 | 21732 | #define wxUSE_STARTUP_TIPS 1 |
a0b9e27f | 21733 | EOF |
1e6feb95 | 21734 | |
7b4a847f RR |
21735 | fi |
21736 | fi | |
579d8138 | 21737 | |
8284b0c5 | 21738 | if test "$wxUSE_TEXTDLG" = "yes"; then |
a0b9e27f | 21739 | cat >> confdefs.h <<\EOF |
8284b0c5 | 21740 | #define wxUSE_TEXTDLG 1 |
a0b9e27f | 21741 | EOF |
8284b0c5 MB |
21742 | |
21743 | fi | |
21744 | ||
21745 | if test "$wxUSE_WIZARDDLG" = "yes"; then | |
a0b9e27f | 21746 | cat >> confdefs.h <<\EOF |
8284b0c5 | 21747 | #define wxUSE_WIZARDDLG 1 |
a0b9e27f | 21748 | EOF |
8284b0c5 MB |
21749 | |
21750 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
21751 | fi | |
21752 | ||
21753 | ||
21754 | if test "$cross_compiling" = "yes"; then | |
21755 | OSINFO="\"$host\"" | |
21756 | else | |
21757 | OSINFO=`uname -s -r -m` | |
21758 | OSINFO="\"$OSINFO\"" | |
21759 | fi | |
21760 | ||
a0b9e27f | 21761 | cat >> confdefs.h <<EOF |
8284b0c5 | 21762 | #define WXWIN_OS_DESCRIPTION $OSINFO |
a0b9e27f | 21763 | EOF |
8284b0c5 MB |
21764 | |
21765 | ||
21766 | ||
21767 | if test "x$prefix" != "xNONE"; then | |
21768 | wxPREFIX=$prefix | |
21769 | else | |
21770 | wxPREFIX=$ac_default_prefix | |
21771 | fi | |
21772 | ||
a0b9e27f | 21773 | cat >> confdefs.h <<EOF |
8284b0c5 | 21774 | #define wxINSTALL_PREFIX "$wxPREFIX" |
a0b9e27f | 21775 | EOF |
8284b0c5 MB |
21776 | |
21777 | ||
21778 | ||
21779 | ||
21780 | ||
21781 | if test "$wxUSE_MAC" = 1 ; then | |
21782 | LDFLAGS="$LDFLAGS -framework Carbon -framework System" | |
21783 | fi | |
21784 | ||
21785 | ||
2b5f62a0 VZ |
21786 | LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS" |
21787 | ||
21788 | have_cos=0 | |
21789 | have_floor=0 | |
21790 | for ac_func in cos | |
21791 | do | |
21792 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
d643b80e | 21793 | echo "configure:21794: checking for $ac_func" >&5 |
2b5f62a0 VZ |
21794 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
21795 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21796 | else | |
21797 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 21798 | #line 21799 "configure" |
2b5f62a0 VZ |
21799 | #include "confdefs.h" |
21800 | /* System header to define __stub macros and hopefully few prototypes, | |
21801 | which can conflict with char $ac_func(); below. */ | |
21802 | #include <assert.h> | |
21803 | /* Override any gcc2 internal prototype to avoid an error. */ | |
21804 | /* We use char because int might match the return type of a gcc2 | |
21805 | builtin and then its argument prototype would still apply. */ | |
21806 | char $ac_func(); | |
21807 | ||
21808 | int main() { | |
21809 | ||
21810 | /* The GNU C library defines this for functions which it implements | |
21811 | to always fail with ENOSYS. Some functions are actually named | |
21812 | something starting with __ and the normal name is an alias. */ | |
21813 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
21814 | choke me | |
21815 | #else | |
21816 | $ac_func(); | |
21817 | #endif | |
21818 | ||
21819 | ; return 0; } | |
21820 | EOF | |
d643b80e | 21821 | if { (eval echo configure:21822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
2b5f62a0 VZ |
21822 | rm -rf conftest* |
21823 | eval "ac_cv_func_$ac_func=yes" | |
21824 | else | |
21825 | echo "configure: failed program was:" >&5 | |
21826 | cat conftest.$ac_ext >&5 | |
21827 | rm -rf conftest* | |
21828 | eval "ac_cv_func_$ac_func=no" | |
21829 | fi | |
21830 | rm -f conftest* | |
21831 | fi | |
21832 | ||
21833 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
21834 | echo "$ac_t""yes" 1>&6 | |
21835 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
21836 | cat >> confdefs.h <<EOF | |
21837 | #define $ac_tr_func 1 | |
21838 | EOF | |
21839 | have_cos=1 | |
21840 | else | |
21841 | echo "$ac_t""no" 1>&6 | |
21842 | fi | |
21843 | done | |
21844 | ||
21845 | for ac_func in floor | |
21846 | do | |
21847 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
d643b80e | 21848 | echo "configure:21849: checking for $ac_func" >&5 |
2b5f62a0 VZ |
21849 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
21850 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21851 | else | |
21852 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 21853 | #line 21854 "configure" |
2b5f62a0 VZ |
21854 | #include "confdefs.h" |
21855 | /* System header to define __stub macros and hopefully few prototypes, | |
21856 | which can conflict with char $ac_func(); below. */ | |
21857 | #include <assert.h> | |
21858 | /* Override any gcc2 internal prototype to avoid an error. */ | |
21859 | /* We use char because int might match the return type of a gcc2 | |
21860 | builtin and then its argument prototype would still apply. */ | |
21861 | char $ac_func(); | |
21862 | ||
21863 | int main() { | |
21864 | ||
21865 | /* The GNU C library defines this for functions which it implements | |
21866 | to always fail with ENOSYS. Some functions are actually named | |
21867 | something starting with __ and the normal name is an alias. */ | |
21868 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
21869 | choke me | |
21870 | #else | |
21871 | $ac_func(); | |
21872 | #endif | |
21873 | ||
21874 | ; return 0; } | |
21875 | EOF | |
d643b80e | 21876 | if { (eval echo configure:21877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
2b5f62a0 VZ |
21877 | rm -rf conftest* |
21878 | eval "ac_cv_func_$ac_func=yes" | |
21879 | else | |
21880 | echo "configure: failed program was:" >&5 | |
21881 | cat conftest.$ac_ext >&5 | |
21882 | rm -rf conftest* | |
21883 | eval "ac_cv_func_$ac_func=no" | |
21884 | fi | |
21885 | rm -f conftest* | |
21886 | fi | |
21887 | ||
21888 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
21889 | echo "$ac_t""yes" 1>&6 | |
21890 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
21891 | cat >> confdefs.h <<EOF | |
21892 | #define $ac_tr_func 1 | |
21893 | EOF | |
21894 | have_floor=1 | |
21895 | else | |
21896 | echo "$ac_t""no" 1>&6 | |
21897 | fi | |
21898 | done | |
21899 | ||
21900 | echo $ac_n "checking if floating point functions link without -lm""... $ac_c" 1>&6 | |
d643b80e | 21901 | echo "configure:21902: checking if floating point functions link without -lm" >&5 |
2b5f62a0 VZ |
21902 | if test "$have_cos" = 1 -a "$have_floor" = 1; then |
21903 | echo "$ac_t""yes" 1>&6 | |
21904 | else | |
21905 | echo "$ac_t""no" 1>&6 | |
21906 | LIBS="$LIBS -lm" | |
21907 | # use different functions to avoid configure caching | |
21908 | have_sin=0 | |
21909 | have_ceil=0 | |
21910 | for ac_func in sin | |
21911 | do | |
21912 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
d643b80e | 21913 | echo "configure:21914: checking for $ac_func" >&5 |
2b5f62a0 VZ |
21914 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
21915 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21916 | else | |
21917 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 21918 | #line 21919 "configure" |
2b5f62a0 VZ |
21919 | #include "confdefs.h" |
21920 | /* System header to define __stub macros and hopefully few prototypes, | |
21921 | which can conflict with char $ac_func(); below. */ | |
21922 | #include <assert.h> | |
21923 | /* Override any gcc2 internal prototype to avoid an error. */ | |
21924 | /* We use char because int might match the return type of a gcc2 | |
21925 | builtin and then its argument prototype would still apply. */ | |
21926 | char $ac_func(); | |
21927 | ||
21928 | int main() { | |
21929 | ||
21930 | /* The GNU C library defines this for functions which it implements | |
21931 | to always fail with ENOSYS. Some functions are actually named | |
21932 | something starting with __ and the normal name is an alias. */ | |
21933 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
21934 | choke me | |
21935 | #else | |
21936 | $ac_func(); | |
21937 | #endif | |
21938 | ||
21939 | ; return 0; } | |
21940 | EOF | |
d643b80e | 21941 | if { (eval echo configure:21942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
2b5f62a0 VZ |
21942 | rm -rf conftest* |
21943 | eval "ac_cv_func_$ac_func=yes" | |
21944 | else | |
21945 | echo "configure: failed program was:" >&5 | |
21946 | cat conftest.$ac_ext >&5 | |
21947 | rm -rf conftest* | |
21948 | eval "ac_cv_func_$ac_func=no" | |
21949 | fi | |
21950 | rm -f conftest* | |
21951 | fi | |
21952 | ||
21953 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
21954 | echo "$ac_t""yes" 1>&6 | |
21955 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
21956 | cat >> confdefs.h <<EOF | |
21957 | #define $ac_tr_func 1 | |
21958 | EOF | |
21959 | have_sin=1 | |
21960 | else | |
21961 | echo "$ac_t""no" 1>&6 | |
21962 | fi | |
21963 | done | |
21964 | ||
21965 | for ac_func in ceil | |
21966 | do | |
21967 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
d643b80e | 21968 | echo "configure:21969: checking for $ac_func" >&5 |
2b5f62a0 VZ |
21969 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
21970 | echo $ac_n "(cached) $ac_c" 1>&6 | |
21971 | else | |
21972 | cat > conftest.$ac_ext <<EOF | |
d643b80e | 21973 | #line 21974 "configure" |
2b5f62a0 VZ |
21974 | #include "confdefs.h" |
21975 | /* System header to define __stub macros and hopefully few prototypes, | |
21976 | which can conflict with char $ac_func(); below. */ | |
21977 | #include <assert.h> | |
21978 | /* Override any gcc2 internal prototype to avoid an error. */ | |
21979 | /* We use char because int might match the return type of a gcc2 | |
21980 | builtin and then its argument prototype would still apply. */ | |
21981 | char $ac_func(); | |
21982 | ||
21983 | int main() { | |
21984 | ||
21985 | /* The GNU C library defines this for functions which it implements | |
21986 | to always fail with ENOSYS. Some functions are actually named | |
21987 | something starting with __ and the normal name is an alias. */ | |
21988 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
21989 | choke me | |
21990 | #else | |
21991 | $ac_func(); | |
21992 | #endif | |
21993 | ||
21994 | ; return 0; } | |
21995 | EOF | |
d643b80e | 21996 | if { (eval echo configure:21997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
2b5f62a0 VZ |
21997 | rm -rf conftest* |
21998 | eval "ac_cv_func_$ac_func=yes" | |
21999 | else | |
22000 | echo "configure: failed program was:" >&5 | |
22001 | cat conftest.$ac_ext >&5 | |
22002 | rm -rf conftest* | |
22003 | eval "ac_cv_func_$ac_func=no" | |
22004 | fi | |
22005 | rm -f conftest* | |
22006 | fi | |
22007 | ||
22008 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
22009 | echo "$ac_t""yes" 1>&6 | |
22010 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
22011 | cat >> confdefs.h <<EOF | |
22012 | #define $ac_tr_func 1 | |
22013 | EOF | |
22014 | have_ceil=1 | |
22015 | else | |
22016 | echo "$ac_t""no" 1>&6 | |
22017 | fi | |
22018 | done | |
22019 | ||
22020 | echo $ac_n "checking if floating point functions link with -lm""... $ac_c" 1>&6 | |
d643b80e | 22021 | echo "configure:22022: checking if floating point functions link with -lm" >&5 |
2b5f62a0 VZ |
22022 | if test "$have_sin" = 1 -a "$have_ceil" = 1; then |
22023 | echo "$ac_t""yes" 1>&6 | |
22024 | else | |
22025 | echo "$ac_t""no" 1>&6 | |
22026 | # not sure we should warn the user, crash, etc. | |
22027 | fi | |
22028 | fi | |
8284b0c5 MB |
22029 | |
22030 | if test "$wxUSE_GUI" = "yes"; then | |
22031 | ||
22032 | LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS" | |
22033 | ||
a0b9e27f | 22034 | |
8284b0c5 MB |
22035 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ |
22036 | drawing dynamic erase event exec font image \ | |
22037 | minimal propsize rotate widgets" | |
22038 | ||
22039 | CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" | |
22040 | else | |
22041 | SAMPLES_SUBDIRS="console" | |
22042 | fi | |
22043 | ||
22044 | ||
22045 | INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} \ | |
22046 | -I\${top_srcdir}/include \ | |
22047 | $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \ | |
22048 | $TOOLKIT_INCLUDE" | |
22049 | ||
22050 | if test "$wxUSE_GTK" = 1; then | |
22051 | WXCONFIG_INCLUDE= | |
22052 | else | |
22053 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
22054 | fi | |
22055 | ||
22056 | if test "$GXX" = yes ; then | |
22057 | CXXWARNINGS="-Wall" | |
a0b9e27f | 22058 | |
8284b0c5 MB |
22059 | if test "$wxUSE_NO_DEPS" = "no" ; then |
22060 | CFLAGS="-MMD $CFLAGS" | |
22061 | CXXFLAGS="-MMD $CXXFLAGS" | |
22062 | fi | |
22063 | fi | |
22064 | ||
b2fee376 | 22065 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE" |
8284b0c5 | 22066 | |
b2fee376 | 22067 | CPPFLAGS=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'` |
8284b0c5 MB |
22068 | CFLAGS=`echo $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'` |
22069 | CXXFLAGS=`echo $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
22070 | LIBS=`echo $LIBS | sed 's/ \+/ /g'` | |
22071 | ||
22072 | LDFLAGS="$LDFLAGS $PROFILE" | |
22073 | ||
22074 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" | |
22075 | ||
22076 | ||
22077 | ||
22078 | ||
22079 | ||
22080 | ||
22081 | ||
22082 | ||
22083 | ||
22084 | ||
22085 | ||
22086 | ||
22087 | ||
22088 | ||
22089 | ||
22090 | ||
22091 | ||
22092 | ||
22093 | ||
22094 | ||
22095 | ||
22096 | ||
22097 | ||
22098 | ||
22099 | ||
22100 | ||
22101 | ||
22102 | ||
22103 | ||
22104 | ||
22105 | ||
22106 | ||
22107 | ||
22108 | ||
22109 | ||
22110 | ||
22111 | ||
22112 | ||
22113 | ||
22114 | ||
22115 | ||
22116 | ||
22117 | ||
22118 | ||
22119 | ||
22120 | ||
22121 | ||
22122 | ||
22123 | ||
22124 | ||
22125 | ||
22126 | ||
22127 | ||
22128 | ||
22129 | ||
22130 | ||
22131 | ||
22132 | ||
22133 | ||
22134 | ||
22135 | ||
22136 | ||
22137 | ||
22138 | ||
22139 | ||
22140 | ||
22141 | ||
22142 | ||
2f51a9ec GD |
22143 | |
22144 | ||
22145 | ||
22146 | ||
f6bcfd97 | 22147 | |
dad6c0ea | 22148 | |
caa2c79b | 22149 | |
3711412e | 22150 | |
1e6feb95 VZ |
22151 | |
22152 | ||
885d4bf5 VS |
22153 | |
22154 | ||
22155 | ||
22156 | ||
9b695262 VZ |
22157 | |
22158 | ||
62d0491b | 22159 | |
ef7f2189 | 22160 | |
40f7145c | 22161 | |
2b5f62a0 VZ |
22162 | |
22163 | ||
22164 | ||
22165 | ||
22166 | ||
2bffed64 VZ |
22167 | |
22168 | ||
3bd8fb5f | 22169 | |
e26c13cf | 22170 | |
10f2d63a | 22171 | |
a0b9e27f MB |
22172 | |
22173 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
d643b80e | 22174 | echo "configure:22175: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
a0b9e27f MB |
22175 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
22176 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
22177 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10f2d63a | 22178 | else |
a0b9e27f | 22179 | cat > conftestmake <<\EOF |
10f2d63a VZ |
22180 | all: |
22181 | @echo 'ac_maketemp="${MAKE}"' | |
a0b9e27f | 22182 | EOF |
10f2d63a | 22183 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
a0b9e27f | 22184 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` |
10f2d63a VZ |
22185 | if test -n "$ac_maketemp"; then |
22186 | eval ac_cv_prog_make_${ac_make}_set=yes | |
22187 | else | |
22188 | eval ac_cv_prog_make_${ac_make}_set=no | |
22189 | fi | |
a0b9e27f | 22190 | rm -f conftestmake |
10f2d63a VZ |
22191 | fi |
22192 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
a0b9e27f | 22193 | echo "$ac_t""yes" 1>&6 |
10f2d63a VZ |
22194 | SET_MAKE= |
22195 | else | |
a0b9e27f | 22196 | echo "$ac_t""no" 1>&6 |
10f2d63a VZ |
22197 | SET_MAKE="MAKE=${MAKE-make}" |
22198 | fi | |
22199 | ||
8284b0c5 | 22200 | |
3a922bb4 RL |
22201 | if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then |
22202 | mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h | |
00cf1208 | 22203 | fi |
665bbe97 | 22204 | |
8284b0c5 | 22205 | |
10f2d63a | 22206 | |
57973b9c VZ |
22207 | wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS |
22208 | wx_cv_if_gnu_make=$IF_GNU_MAKE | |
22209 | wx_cv_path_ifs=$PATH_IFS | |
22210 | wx_cv_program_ext=$PROGRAM_EXT | |
22211 | wx_cv_target_library=$WX_TARGET_LIBRARY | |
22212 | wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL | |
22213 | wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE | |
2b5f62a0 VZ |
22214 | wx_cv_library_basename=${WX_LIBRARY_BASENAME} |
22215 | wx_cv_release=${WX_RELEASE} | |
22216 | wx_cv_current=${WX_CURRENT} | |
22217 | wx_cv_revision=${WX_REVISION} | |
22218 | wx_cv_age=${WX_AGE} | |
57973b9c VZ |
22219 | export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \ |
22220 | wx_cv_path_ifs wx_cv_program_ext \ | |
2b5f62a0 VZ |
22221 | wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype \ |
22222 | wx_cv_library_basename wx_cv_release wx_cv_current wx_cv_revision wx_cv_age | |
22223 | ||
57973b9c | 22224 | |
a0b9e27f | 22225 | subdirs="demos samples utils contrib" |
8284b0c5 | 22226 | |
10f2d63a | 22227 | |
a0b9e27f MB |
22228 | trap '' 1 2 15 |
22229 | cat > confcache <<\EOF | |
10f2d63a VZ |
22230 | # This file is a shell script that caches the results of configure |
22231 | # tests run on this system so they can be shared between configure | |
a0b9e27f MB |
22232 | # scripts and configure runs. It is not useful on other systems. |
22233 | # If it contains results you don't want to keep, you may remove or edit it. | |
10f2d63a | 22234 | # |
a0b9e27f MB |
22235 | # By default, configure uses ./config.cache as the cache file, |
22236 | # creating it if it does not exist already. You can give configure | |
22237 | # the --cache-file=FILE option to use a different cache file; that is | |
22238 | # what configure does when it calls configure scripts in | |
22239 | # subdirectories, so they share the cache. | |
22240 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
22241 | # config.status only pays attention to the cache file if you give it the | |
22242 | # --recheck option to rerun configure. | |
10f2d63a | 22243 | # |
a0b9e27f | 22244 | EOF |
10f2d63a VZ |
22245 | # The following way of writing the cache mishandles newlines in values, |
22246 | # but we know of no workaround that is simple, portable, and efficient. | |
22247 | # So, don't put newlines in cache variables' values. | |
22248 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
22249 | # and sets the high bit in the cache file unless we assign to the vars. | |
a0b9e27f MB |
22250 | (set) 2>&1 | |
22251 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
22252 | *ac_space=\ *) | |
22253 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
22254 | # turns \\\\ into \\, and sed turns \\ into \). | |
22255 | sed -n \ | |
22256 | -e "s/'/'\\\\''/g" \ | |
22257 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
22258 | ;; | |
22259 | *) | |
22260 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
22261 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
22262 | ;; | |
22263 | esac >> confcache | |
22264 | if cmp -s $cache_file confcache; then | |
22265 | : | |
22266 | else | |
10f2d63a | 22267 | if test -w $cache_file; then |
a0b9e27f MB |
22268 | echo "updating cache $cache_file" |
22269 | cat confcache > $cache_file | |
10f2d63a VZ |
22270 | else |
22271 | echo "not updating unwritable cache $cache_file" | |
22272 | fi | |
22273 | fi | |
22274 | rm -f confcache | |
22275 | ||
a0b9e27f MB |
22276 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
22277 | ||
10f2d63a VZ |
22278 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
22279 | # Let make expand exec_prefix. | |
22280 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
22281 | ||
a0b9e27f MB |
22282 | # Any assignment to VPATH causes Sun make to only execute |
22283 | # the first set of double-colon rules, so remove it if not needed. | |
22284 | # If there is a colon in the path, we need to keep it. | |
10f2d63a | 22285 | if test "x$srcdir" = x.; then |
a0b9e27f | 22286 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' |
10f2d63a VZ |
22287 | fi |
22288 | ||
a0b9e27f | 22289 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
10f2d63a | 22290 | |
a0b9e27f | 22291 | DEFS=-DHAVE_CONFIG_H |
8284b0c5 | 22292 | |
a0b9e27f | 22293 | # Without the "./", some shells look in PATH for config.status. |
247f5006 | 22294 | : ${CONFIG_STATUS=./config.status} |
52127426 | 22295 | |
a0b9e27f MB |
22296 | echo creating $CONFIG_STATUS |
22297 | rm -f $CONFIG_STATUS | |
22298 | cat > $CONFIG_STATUS <<EOF | |
22299 | #! /bin/sh | |
22300 | # Generated automatically by configure. | |
22301 | # Run this file to recreate the current configuration. | |
22302 | # This directory was configured as follows, | |
22303 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
247f5006 | 22304 | # |
a0b9e27f | 22305 | # $0 $ac_configure_args |
247f5006 | 22306 | # |
a0b9e27f MB |
22307 | # Compiler output produced by configure, useful for debugging |
22308 | # configure, is in ./config.log if it exists. | |
247f5006 | 22309 | |
a0b9e27f MB |
22310 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" |
22311 | for ac_option | |
247f5006 | 22312 | do |
a0b9e27f MB |
22313 | case "\$ac_option" in |
22314 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
22315 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
22316 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
22317 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
22318 | echo "$CONFIG_STATUS generated by autoconf version 2.13" | |
22319 | exit 0 ;; | |
22320 | -help | --help | --hel | --he | --h) | |
22321 | echo "\$ac_cs_usage"; exit 0 ;; | |
22322 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
247f5006 VZ |
22323 | esac |
22324 | done | |
22325 | ||
a0b9e27f MB |
22326 | ac_given_srcdir=$srcdir |
22327 | ac_given_INSTALL="$INSTALL" | |
247f5006 | 22328 | |
a0b9e27f MB |
22329 | trap 'rm -fr `echo " |
22330 | wx-config | |
2b5f62a0 | 22331 | version-script |
a0b9e27f MB |
22332 | src/make.env |
22333 | src/makeprog.env | |
22334 | src/makelib.env | |
22335 | Makefile | |
22336 | setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | |
22337 | EOF | |
22338 | cat >> $CONFIG_STATUS <<EOF | |
247f5006 | 22339 | |
a0b9e27f MB |
22340 | # Protect against being on the right side of a sed subst in config.status. |
22341 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
22342 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
22343 | $ac_vpsub | |
22344 | $extrasub | |
22345 | s%@SHELL@%$SHELL%g | |
22346 | s%@CFLAGS@%$CFLAGS%g | |
22347 | s%@CPPFLAGS@%$CPPFLAGS%g | |
22348 | s%@CXXFLAGS@%$CXXFLAGS%g | |
22349 | s%@FFLAGS@%$FFLAGS%g | |
22350 | s%@DEFS@%$DEFS%g | |
22351 | s%@LDFLAGS@%$LDFLAGS%g | |
22352 | s%@LIBS@%$LIBS%g | |
22353 | s%@exec_prefix@%$exec_prefix%g | |
22354 | s%@prefix@%$prefix%g | |
22355 | s%@program_transform_name@%$program_transform_name%g | |
22356 | s%@bindir@%$bindir%g | |
22357 | s%@sbindir@%$sbindir%g | |
22358 | s%@libexecdir@%$libexecdir%g | |
22359 | s%@datadir@%$datadir%g | |
22360 | s%@sysconfdir@%$sysconfdir%g | |
22361 | s%@sharedstatedir@%$sharedstatedir%g | |
22362 | s%@localstatedir@%$localstatedir%g | |
22363 | s%@libdir@%$libdir%g | |
22364 | s%@includedir@%$includedir%g | |
22365 | s%@oldincludedir@%$oldincludedir%g | |
22366 | s%@infodir@%$infodir%g | |
22367 | s%@mandir@%$mandir%g | |
22368 | s%@host@%$host%g | |
22369 | s%@host_alias@%$host_alias%g | |
22370 | s%@host_cpu@%$host_cpu%g | |
22371 | s%@host_vendor@%$host_vendor%g | |
22372 | s%@host_os@%$host_os%g | |
22373 | s%@target@%$target%g | |
22374 | s%@target_alias@%$target_alias%g | |
22375 | s%@target_cpu@%$target_cpu%g | |
22376 | s%@target_vendor@%$target_vendor%g | |
22377 | s%@target_os@%$target_os%g | |
22378 | s%@build@%$build%g | |
22379 | s%@build_alias@%$build_alias%g | |
22380 | s%@build_cpu@%$build_cpu%g | |
22381 | s%@build_vendor@%$build_vendor%g | |
22382 | s%@build_os@%$build_os%g | |
22383 | s%@CC@%$CC%g | |
22384 | s%@CPP@%$CPP%g | |
22385 | s%@CXX@%$CXX%g | |
22386 | s%@RANLIB@%$RANLIB%g | |
22387 | s%@AR@%$AR%g | |
22388 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
22389 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g | |
22390 | s%@INSTALL_DATA@%$INSTALL_DATA%g | |
22391 | s%@STRIP@%$STRIP%g | |
22392 | s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g | |
22393 | s%@YACC@%$YACC%g | |
22394 | s%@LEX@%$LEX%g | |
22395 | s%@LEXLIB@%$LEXLIB%g | |
22396 | s%@LN_S@%$LN_S%g | |
22397 | s%@CXXCPP@%$CXXCPP%g | |
22398 | s%@PKG_CONFIG@%$PKG_CONFIG%g | |
22399 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g | |
22400 | s%@GTK_LIBS@%$GTK_LIBS%g | |
22401 | s%@GTK_CONFIG@%$GTK_CONFIG%g | |
22402 | s%@PANGOFT2_CFLAGS@%$PANGOFT2_CFLAGS%g | |
22403 | s%@PANGOFT2_LIBS@%$PANGOFT2_LIBS%g | |
22404 | s%@X_CFLAGS@%$X_CFLAGS%g | |
22405 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g | |
22406 | s%@X_LIBS@%$X_LIBS%g | |
22407 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g | |
2b5f62a0 VZ |
22408 | s%@PANGOX_CFLAGS@%$PANGOX_CFLAGS%g |
22409 | s%@PANGOX_LIBS@%$PANGOX_LIBS%g | |
22410 | s%@PANGOXFT_CFLAGS@%$PANGOXFT_CFLAGS%g | |
22411 | s%@PANGOXFT_LIBS@%$PANGOXFT_LIBS%g | |
a0b9e27f MB |
22412 | s%@AIX_CXX_LD@%$AIX_CXX_LD%g |
22413 | s%@RESCOMP@%$RESCOMP%g | |
22414 | s%@DEREZ@%$DEREZ%g | |
22415 | s%@LIBICONV@%$LIBICONV%g | |
22416 | s%@LEX_STEM@%$LEX_STEM%g | |
22417 | s%@PATH_IFS@%$PATH_IFS%g | |
22418 | s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g | |
22419 | s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g | |
22420 | s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g | |
22421 | s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g | |
22422 | s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g | |
2b5f62a0 | 22423 | s%@WX_LIBRARY_BASENAME@%$WX_LIBRARY_BASENAME%g |
a0b9e27f MB |
22424 | s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g |
22425 | s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g | |
22426 | s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g | |
22427 | s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g | |
22428 | s%@PROGRAM_EXT@%$PROGRAM_EXT%g | |
22429 | s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g | |
22430 | s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g | |
22431 | s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g | |
22432 | s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g | |
22433 | s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g | |
22434 | s%@WX_ALL@%$WX_ALL%g | |
22435 | s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g | |
22436 | s%@SHARED_LD@%$SHARED_LD%g | |
22437 | s%@PIC_FLAG@%$PIC_FLAG%g | |
22438 | s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g | |
22439 | s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g | |
22440 | s%@SONAME_FLAGS@%$SONAME_FLAGS%g | |
22441 | s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g | |
22442 | s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g | |
22443 | s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g | |
2bffed64 | 22444 | s%@STATIC_FLAG@%$STATIC_FLAG%g |
a0b9e27f MB |
22445 | s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g |
22446 | s%@USE_GUI@%$USE_GUI%g | |
22447 | s%@AFMINSTALL@%$AFMINSTALL%g | |
2b5f62a0 | 22448 | s%@WIN32INSTALL@%$WIN32INSTALL%g |
a0b9e27f MB |
22449 | s%@TOOLKIT@%$TOOLKIT%g |
22450 | s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g | |
22451 | s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g | |
22452 | s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g | |
22453 | s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g | |
22454 | s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g | |
22455 | s%@cross_compiling@%$cross_compiling%g | |
22456 | s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g | |
22457 | s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g | |
22458 | s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g | |
22459 | s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g | |
22460 | s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g | |
22461 | s%@WXCONFIG_RPATH@%$WXCONFIG_RPATH%g | |
e26c13cf | 22462 | s%@WX_LARGEFILE_FLAGS@%$WX_LARGEFILE_FLAGS%g |
a0b9e27f MB |
22463 | s%@ALL_OBJECTS@%$ALL_OBJECTS%g |
22464 | s%@ALL_HEADERS@%$ALL_HEADERS%g | |
22465 | s%@ALL_SOURCES@%$ALL_SOURCES%g | |
22466 | s%@GUIDIST@%$GUIDIST%g | |
22467 | s%@PORT_FILES@%$PORT_FILES%g | |
22468 | s%@DISTDIR@%$DISTDIR%g | |
a0b9e27f MB |
22469 | s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g |
22470 | s%@LDFLAGS_GL@%$LDFLAGS_GL%g | |
2b5f62a0 | 22471 | s%@LDFLAGS_VERSIONING@%$LDFLAGS_VERSIONING%g |
a0b9e27f MB |
22472 | s%@LDFLAGS_EXE@%$LDFLAGS_EXE%g |
22473 | s%@OPENGL_LIBS@%$OPENGL_LIBS%g | |
22474 | s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g | |
22475 | s%@EXTRADEFS@%$EXTRADEFS%g | |
2b5f62a0 | 22476 | s%@WX_VERSION_TAG@%$WX_VERSION_TAG%g |
a0b9e27f MB |
22477 | s%@RESFLAGS@%$RESFLAGS%g |
22478 | s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g | |
22479 | s%@WX_RESOURCES_MACOSX_ASCII@%$WX_RESOURCES_MACOSX_ASCII%g | |
22480 | s%@WX_RESOURCES_MACOSX_DATA@%$WX_RESOURCES_MACOSX_DATA%g | |
22481 | s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g | |
22482 | s%@LIBWXMACRES@%$LIBWXMACRES%g | |
22483 | s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g | |
22484 | s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g | |
2b5f62a0 | 22485 | s%@GCC@%$GCC%g |
a0b9e27f MB |
22486 | s%@DLLTOOL@%$DLLTOOL%g |
22487 | s%@AS@%$AS%g | |
22488 | s%@NM@%$NM%g | |
22489 | s%@LD@%$LD%g | |
22490 | s%@MAKEINFO@%$MAKEINFO%g | |
22491 | s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g | |
22492 | s%@SET_MAKE@%$SET_MAKE%g | |
22493 | s%@subdirs@%$subdirs%g | |
247f5006 | 22494 | |
247f5006 | 22495 | CEOF |
a0b9e27f | 22496 | EOF |
247f5006 | 22497 | |
a0b9e27f MB |
22498 | cat >> $CONFIG_STATUS <<\EOF |
22499 | ||
22500 | # Split the substitutions into bite-sized pieces for seds with | |
22501 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
22502 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
22503 | ac_file=1 # Number of current file. | |
22504 | ac_beg=1 # First line for current file. | |
22505 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
22506 | ac_more_lines=: | |
22507 | ac_sed_cmds="" | |
22508 | while $ac_more_lines; do | |
22509 | if test $ac_beg -gt 1; then | |
22510 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
22511 | else | |
22512 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
22513 | fi | |
22514 | if test ! -s conftest.s$ac_file; then | |
22515 | ac_more_lines=false | |
22516 | rm -f conftest.s$ac_file | |
22517 | else | |
22518 | if test -z "$ac_sed_cmds"; then | |
22519 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
247f5006 | 22520 | else |
a0b9e27f | 22521 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" |
247f5006 | 22522 | fi |
a0b9e27f MB |
22523 | ac_file=`expr $ac_file + 1` |
22524 | ac_beg=$ac_end | |
22525 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
10f2d63a | 22526 | fi |
a0b9e27f MB |
22527 | done |
22528 | if test -z "$ac_sed_cmds"; then | |
22529 | ac_sed_cmds=cat | |
22530 | fi | |
22531 | EOF | |
10f2d63a | 22532 | |
a0b9e27f | 22533 | cat >> $CONFIG_STATUS <<EOF |
10f2d63a | 22534 | |
a0b9e27f | 22535 | CONFIG_FILES=\${CONFIG_FILES-"wx-config |
2b5f62a0 | 22536 | version-script |
a0b9e27f MB |
22537 | src/make.env |
22538 | src/makeprog.env | |
22539 | src/makelib.env | |
22540 | Makefile | |
22541 | "} | |
22542 | EOF | |
22543 | cat >> $CONFIG_STATUS <<\EOF | |
22544 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
22545 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
22546 | case "$ac_file" in | |
22547 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
22548 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
22549 | *) ac_file_in="${ac_file}.in" ;; | |
10f2d63a | 22550 | esac |
247f5006 | 22551 | |
a0b9e27f | 22552 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
247f5006 | 22553 | |
a0b9e27f MB |
22554 | # Remove last slash and all that follows it. Not all systems have dirname. |
22555 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
22556 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
22557 | # The file is in a subdirectory. | |
22558 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
22559 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
22560 | # A "../" for each directory in $ac_dir_suffix. | |
22561 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
22562 | else | |
22563 | ac_dir_suffix= ac_dots= | |
22564 | fi | |
247f5006 | 22565 | |
a0b9e27f MB |
22566 | case "$ac_given_srcdir" in |
22567 | .) srcdir=. | |
22568 | if test -z "$ac_dots"; then top_srcdir=. | |
22569 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
22570 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
247f5006 | 22571 | *) # Relative path. |
a0b9e27f MB |
22572 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" |
22573 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
8284b0c5 | 22574 | esac |
10f2d63a | 22575 | |
a0b9e27f MB |
22576 | case "$ac_given_INSTALL" in |
22577 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
22578 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
22579 | esac | |
247f5006 | 22580 | |
a0b9e27f MB |
22581 | echo creating "$ac_file" |
22582 | rm -f "$ac_file" | |
22583 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
22584 | case "$ac_file" in | |
22585 | *Makefile*) ac_comsub="1i\\ | |
22586 | # $configure_input" ;; | |
22587 | *) ac_comsub= ;; | |
22588 | esac | |
247f5006 | 22589 | |
a0b9e27f MB |
22590 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
22591 | sed -e "$ac_comsub | |
22592 | s%@configure_input@%$configure_input%g | |
22593 | s%@srcdir@%$srcdir%g | |
22594 | s%@top_srcdir@%$top_srcdir%g | |
22595 | s%@INSTALL@%$INSTALL%g | |
22596 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
22597 | fi; done | |
22598 | rm -f conftest.s* | |
10f2d63a VZ |
22599 | |
22600 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
22601 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
22602 | # | |
22603 | # ac_d sets the value in "#define NAME VALUE" lines. | |
a0b9e27f MB |
22604 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
22605 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
22606 | ac_dC='\3' | |
22607 | ac_dD='%g' | |
22608 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
22609 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
22610 | ac_uB='\([ ]\)%\1#\2define\3' | |
10f2d63a | 22611 | ac_uC=' ' |
a0b9e27f MB |
22612 | ac_uD='\4%g' |
22613 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
22614 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
22615 | ac_eB='$%\1#\2define\3' | |
22616 | ac_eC=' ' | |
22617 | ac_eD='%g' | |
22618 | ||
22619 | if test "${CONFIG_HEADERS+set}" != set; then | |
22620 | EOF | |
22621 | cat >> $CONFIG_STATUS <<EOF | |
22622 | CONFIG_HEADERS="setup.h:setup.h.in" | |
22623 | EOF | |
22624 | cat >> $CONFIG_STATUS <<\EOF | |
22625 | fi | |
22626 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
10f2d63a | 22627 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
a0b9e27f MB |
22628 | case "$ac_file" in |
22629 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
22630 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
22631 | *) ac_file_in="${ac_file}.in" ;; | |
10f2d63a VZ |
22632 | esac |
22633 | ||
a0b9e27f MB |
22634 | echo creating $ac_file |
22635 | ||
22636 | rm -f conftest.frag conftest.in conftest.out | |
22637 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
22638 | cat $ac_file_inputs > conftest.in | |
22639 | ||
22640 | EOF | |
22641 | ||
22642 | # Transform confdefs.h into a sed script conftest.vals that substitutes | |
22643 | # the proper values into config.h.in to produce config.h. And first: | |
22644 | # Protect against being on the right side of a sed subst in config.status. | |
22645 | # Protect against being in an unquoted here document in config.status. | |
22646 | rm -f conftest.vals | |
22647 | cat > conftest.hdr <<\EOF | |
22648 | s/[\\&%]/\\&/g | |
22649 | s%[\\$`]%\\&%g | |
22650 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
22651 | s%ac_d%ac_u%gp | |
22652 | s%ac_u%ac_e%gp | |
22653 | EOF | |
22654 | sed -n -f conftest.hdr confdefs.h > conftest.vals | |
22655 | rm -f conftest.hdr | |
10f2d63a VZ |
22656 | |
22657 | # This sed command replaces #undef with comments. This is necessary, for | |
22658 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
22659 | # on some systems where configure will not decide to define it. | |
a0b9e27f MB |
22660 | cat >> conftest.vals <<\EOF |
22661 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
22662 | EOF | |
22663 | ||
22664 | # Break up conftest.vals because some shells have a limit on | |
22665 | # the size of here documents, and old seds have small limits too. | |
10f2d63a VZ |
22666 | |
22667 | rm -f conftest.tail | |
a0b9e27f | 22668 | while : |
10f2d63a | 22669 | do |
a0b9e27f MB |
22670 | ac_lines=`grep -c . conftest.vals` |
22671 | # grep -c gives empty output for an empty file on some AIX systems. | |
22672 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
22673 | # Write a limited-size here document to conftest.frag. | |
22674 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
22675 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
10f2d63a | 22676 | echo 'CEOF |
a0b9e27f MB |
22677 | sed -f conftest.frag conftest.in > conftest.out |
22678 | rm -f conftest.in | |
22679 | mv conftest.out conftest.in | |
22680 | ' >> $CONFIG_STATUS | |
22681 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
22682 | rm -f conftest.vals | |
22683 | mv conftest.tail conftest.vals | |
10f2d63a | 22684 | done |
a0b9e27f MB |
22685 | rm -f conftest.vals |
22686 | ||
22687 | cat >> $CONFIG_STATUS <<\EOF | |
22688 | rm -f conftest.frag conftest.h | |
22689 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
22690 | cat conftest.in >> conftest.h | |
22691 | rm -f conftest.in | |
22692 | if cmp -s $ac_file conftest.h 2>/dev/null; then | |
22693 | echo "$ac_file is unchanged" | |
22694 | rm -f conftest.h | |
10f2d63a | 22695 | else |
a0b9e27f MB |
22696 | # Remove last slash and all that follows it. Not all systems have dirname. |
22697 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
22698 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
22699 | # The file is in a subdirectory. | |
22700 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
247f5006 | 22701 | fi |
a0b9e27f MB |
22702 | rm -f $ac_file |
22703 | mv conftest.h $ac_file | |
247f5006 | 22704 | fi |
a0b9e27f MB |
22705 | fi; done |
22706 | ||
22707 | EOF | |
22708 | cat >> $CONFIG_STATUS <<EOF | |
22709 | ||
22710 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}" | |
22711 | LN_S="${LN_S}" | |
22712 | ||
22713 | ||
22714 | EOF | |
22715 | cat >> $CONFIG_STATUS <<\EOF | |
10f2d63a | 22716 | |
652d930d | 22717 | if test ! -h wx-config; then |
991a5759 | 22718 | chmod +x wx-config |
3a922bb4 RL |
22719 | mv wx-config wx${TOOLCHAIN_NAME}-config |
22720 | ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config | |
991a5759 | 22721 | fi |
665bbe97 | 22722 | |
00cf1208 RR |
22723 | if test ! -d lib; then |
22724 | mkdir lib | |
22725 | fi | |
22726 | if test ! -d lib/wx; then | |
22727 | mkdir lib/wx | |
22728 | fi | |
22729 | if test ! -d lib/wx/include; then | |
22730 | mkdir lib/wx/include | |
22731 | fi | |
3a922bb4 RL |
22732 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then |
22733 | mkdir lib/wx/include/${TOOLCHAIN_NAME} | |
00cf1208 | 22734 | fi |
3a922bb4 RL |
22735 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then |
22736 | mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx | |
00cf1208 RR |
22737 | fi |
22738 | if test -f setup.h; then | |
3a922bb4 | 22739 | mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h |
00cf1208 | 22740 | fi |
a0b9e27f MB |
22741 | |
22742 | exit 0 | |
22743 | EOF | |
10f2d63a | 22744 | chmod +x $CONFIG_STATUS |
a0b9e27f MB |
22745 | rm -fr confdefs* $ac_clean_files |
22746 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
10f2d63a | 22747 | |
2224580a VZ |
22748 | if test "$no_recursion" != yes; then |
22749 | ||
22750 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
22751 | ac_sub_configure_args= | |
22752 | ac_prev= | |
22753 | for ac_arg in $ac_configure_args; do | |
22754 | if test -n "$ac_prev"; then | |
22755 | ac_prev= | |
22756 | continue | |
22757 | fi | |
a0b9e27f | 22758 | case "$ac_arg" in |
2224580a VZ |
22759 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
22760 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
22761 | ac_prev=cache_file ;; | |
22762 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
a0b9e27f | 22763 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
2224580a VZ |
22764 | ;; |
22765 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
22766 | ac_prev=srcdir ;; | |
22767 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
22768 | ;; | |
22769 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
22770 | esac | |
22771 | done | |
22772 | ||
a0b9e27f | 22773 | for ac_config_dir in demos samples utils contrib; do |
2224580a VZ |
22774 | |
22775 | # Do not complain, so a configure script can configure whichever | |
22776 | # parts of a large source tree are present. | |
a0b9e27f MB |
22777 | if test ! -d $srcdir/$ac_config_dir; then |
22778 | continue | |
22779 | fi | |
2224580a | 22780 | |
a0b9e27f | 22781 | echo configuring in $ac_config_dir |
2224580a | 22782 | |
a0b9e27f MB |
22783 | case "$srcdir" in |
22784 | .) ;; | |
22785 | *) | |
22786 | if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; | |
22787 | else | |
22788 | { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } | |
22789 | fi | |
22790 | ;; | |
22791 | esac | |
2224580a | 22792 | |
a0b9e27f MB |
22793 | ac_popdir=`pwd` |
22794 | cd $ac_config_dir | |
247f5006 | 22795 | |
a0b9e27f MB |
22796 | # A "../" for each directory in /$ac_config_dir. |
22797 | ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` | |
247f5006 | 22798 | |
a0b9e27f MB |
22799 | case "$srcdir" in |
22800 | .) # No --srcdir option. We are building in place. | |
22801 | ac_sub_srcdir=$srcdir ;; | |
22802 | /*) # Absolute path. | |
22803 | ac_sub_srcdir=$srcdir/$ac_config_dir ;; | |
22804 | *) # Relative path. | |
22805 | ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; | |
22806 | esac | |
2224580a VZ |
22807 | |
22808 | # Check for guested configure; otherwise get Cygnus style configure. | |
a0b9e27f MB |
22809 | if test -f $ac_sub_srcdir/configure; then |
22810 | ac_sub_configure=$ac_sub_srcdir/configure | |
22811 | elif test -f $ac_sub_srcdir/configure.in; then | |
2224580a VZ |
22812 | ac_sub_configure=$ac_configure |
22813 | else | |
a0b9e27f | 22814 | echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 |
2224580a VZ |
22815 | ac_sub_configure= |
22816 | fi | |
22817 | ||
22818 | # The recursion is here. | |
22819 | if test -n "$ac_sub_configure"; then | |
a0b9e27f | 22820 | |
2224580a | 22821 | # Make the cache file name correct relative to the subdirectory. |
a0b9e27f MB |
22822 | case "$cache_file" in |
22823 | /*) ac_sub_cache_file=$cache_file ;; | |
2224580a | 22824 | *) # Relative path. |
a0b9e27f | 22825 | ac_sub_cache_file="$ac_dots$cache_file" ;; |
2224580a | 22826 | esac |
a0b9e27f MB |
22827 | case "$ac_given_INSTALL" in |
22828 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
22829 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
22830 | esac | |
2224580a | 22831 | |
a0b9e27f | 22832 | echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" |
2224580a | 22833 | # The eval makes quoting arguments work. |
a0b9e27f MB |
22834 | if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir |
22835 | then : | |
22836 | else | |
22837 | { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } | |
22838 | fi | |
2224580a VZ |
22839 | fi |
22840 | ||
22841 | cd $ac_popdir | |
22842 | done | |
22843 | fi | |
22844 | ||
8284b0c5 | 22845 | |
2b5f62a0 VZ |
22846 | echo |
22847 | echo "Configured wxWindows ${WX_VERSION} for \`${host}'" | |
22848 | echo "" | |
22849 | echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}" | |
22850 | ||
22851 | echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}" | |
22852 | echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}" | |
22853 | echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}" | |
22854 | ||
22855 | echo " Which libraries should wxWindows use?" | |
22856 | echo " jpeg ${wxUSE_LIBJPEG-none}" | |
22857 | echo " png ${wxUSE_LIBPNG-none}" | |
22858 | echo " regex ${wxUSE_REGEX}" | |
22859 | echo " tiff ${wxUSE_LIBTIFF-none}" | |
22860 | echo " zlib ${wxUSE_ZLIB}" | |
22861 | ||
22862 | echo "" | |
22863 |