]>
Commit | Line | Data |
---|---|---|
1 | #! /bin/sh | |
2 | ||
3 | # From configure.in Id: configure.in | |
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 | ||
16 | ||
17 | ||
18 | ||
19 | ||
20 | ||
21 | ||
22 | ||
23 | ||
24 | ||
25 | ||
26 | ||
27 | ||
28 | ||
29 | ||
30 | ||
31 | ||
32 | ||
33 | ||
34 | ||
35 | ||
36 | ||
37 | ||
38 | ||
39 | ||
40 | ||
41 | ||
42 | ||
43 | ||
44 | # Guess values for system-dependent variables and create Makefiles. | |
45 | # Generated automatically using autoconf version 2.13 | |
46 | # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. | |
47 | # | |
48 | # This configure script is free software; the Free Software Foundation | |
49 | # gives unlimited permission to copy, distribute and modify it. | |
50 | ||
51 | # Defaults: | |
52 | ac_help= | |
53 | ac_default_prefix=/usr/local | |
54 | # Any additions from configure.in: | |
55 | ac_help="$ac_help | |
56 | --enable-gui use GUI classes" | |
57 | ac_help="$ac_help | |
58 | --enable-universal use wxWindows GUI controls instead of native ones" | |
59 | ac_help="$ac_help | |
60 | --with-gtk use GTK+" | |
61 | ac_help="$ac_help | |
62 | --with-motif use Motif/Lesstif" | |
63 | ac_help="$ac_help | |
64 | --with-mac use Mac OS X" | |
65 | ac_help="$ac_help | |
66 | --with-wine use WINE" | |
67 | ac_help="$ac_help | |
68 | --with-msw use MS-Windows" | |
69 | ac_help="$ac_help | |
70 | --with-pm use OS/2 Presentation Manager" | |
71 | ac_help="$ac_help | |
72 | --with-mgl use SciTech MGL" | |
73 | ac_help="$ac_help | |
74 | --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)" | |
75 | ac_help="$ac_help | |
76 | --with-libpng use libpng (PNG image format)" | |
77 | ac_help="$ac_help | |
78 | --with-libjpeg use libjpeg (JPEG file format)" | |
79 | ac_help="$ac_help | |
80 | --with-libtiff use libtiff (TIFF file format)" | |
81 | ac_help="$ac_help | |
82 | --with-freetype use freetype (font rasterizer)" | |
83 | ac_help="$ac_help | |
84 | --with-opengl use OpenGL (or Mesa)" | |
85 | ac_help="$ac_help | |
86 | --with-dmalloc use dmalloc library (http://dmalloc.com/)" | |
87 | ac_help="$ac_help | |
88 | --with-regex enable support for wxRegEx class" | |
89 | ac_help="$ac_help | |
90 | --with-zlib use zlib for LZW compression" | |
91 | ac_help="$ac_help | |
92 | --with-odbc use the IODBC and wxODBC classes" | |
93 | ac_help="$ac_help | |
94 | --enable-shared create shared library code" | |
95 | ac_help="$ac_help | |
96 | --enable-soname set the DT_SONAME field in ELF shared libraries" | |
97 | ac_help="$ac_help | |
98 | --enable-optimise create optimised code" | |
99 | ac_help="$ac_help | |
100 | --enable-debug same as debug_flag and debug_info" | |
101 | ac_help="$ac_help | |
102 | --enable-precomp enable use of precompiled headers (Mac OS X)" | |
103 | ac_help="$ac_help | |
104 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)" | |
105 | ac_help="$ac_help | |
106 | --enable-debug_info create code with debugging information" | |
107 | ac_help="$ac_help | |
108 | --enable-debug_gdb create code with extra GDB debugging information" | |
109 | ac_help="$ac_help | |
110 | --enable-debug_cntxt use wxDebugContext" | |
111 | ac_help="$ac_help | |
112 | --enable-mem_tracing create code with memory tracing" | |
113 | ac_help="$ac_help | |
114 | --enable-profile create code with profiling information" | |
115 | ac_help="$ac_help | |
116 | --enable-no_rtti create code without RTTI information" | |
117 | ac_help="$ac_help | |
118 | --enable-no_exceptions create code without C++ exceptions handling" | |
119 | ac_help="$ac_help | |
120 | --enable-permissive compile code disregarding strict ANSI" | |
121 | ac_help="$ac_help | |
122 | --enable-no_deps create code without dependency information" | |
123 | ac_help="$ac_help | |
124 | --enable-compat20 enable wxWindows 2.0 compatibility" | |
125 | ac_help="$ac_help | |
126 | --enable-compat22 enable wxWindows 2.2 compatibility" | |
127 | ac_help="$ac_help | |
128 | --enable-intl use internationalization system" | |
129 | ac_help="$ac_help | |
130 | --enable-config use wxConfig (and derived) classes" | |
131 | ac_help="$ac_help | |
132 | --enable-sockets use socket/network classes" | |
133 | ac_help="$ac_help | |
134 | --enable-ipc use interprocess communication (wxSocket etc.)" | |
135 | ac_help="$ac_help | |
136 | --enable-cmdline use wxCmdLineParser class" | |
137 | ac_help="$ac_help | |
138 | --enable-datetime use wxDateTime class" | |
139 | ac_help="$ac_help | |
140 | --enable-timedate use obsolete wxDate/wxTime classes" | |
141 | ac_help="$ac_help | |
142 | --enable-stopwatch use wxStopWatch class" | |
143 | ac_help="$ac_help | |
144 | --enable-dialupman use dialup network classes" | |
145 | ac_help="$ac_help | |
146 | --enable-apple_ieee use the Apple IEEE codec" | |
147 | ac_help="$ac_help | |
148 | --enable-timer use wxTimer class" | |
149 | ac_help="$ac_help | |
150 | --enable-wave use wxWave class" | |
151 | ac_help="$ac_help | |
152 | --enable-fraction use wxFraction class" | |
153 | ac_help="$ac_help | |
154 | --enable-dynlib use wxLibrary class for DLL loading" | |
155 | ac_help="$ac_help | |
156 | --enable-longlong use wxLongLong class" | |
157 | ac_help="$ac_help | |
158 | --enable-geometry use geometry class" | |
159 | ac_help="$ac_help | |
160 | --enable-log use logging system" | |
161 | ac_help="$ac_help | |
162 | --enable-streams use wxStream etc classes" | |
163 | ac_help="$ac_help | |
164 | --enable-file use wxFile classes" | |
165 | ac_help="$ac_help | |
166 | --enable-ffile use wxFFile classes" | |
167 | ac_help="$ac_help | |
168 | --enable-textbuf use wxTextBuffer class" | |
169 | ac_help="$ac_help | |
170 | --enable-textfile use wxTextFile class" | |
171 | ac_help="$ac_help | |
172 | --enable-fontmap use font encodings conversion classes" | |
173 | ac_help="$ac_help | |
174 | --enable-unicode compile wxString with Unicode support" | |
175 | ac_help="$ac_help | |
176 | --enable-wxprintfv use wxWindows implementation of vprintf()" | |
177 | ac_help="$ac_help | |
178 | --enable-std_iostreams use standard C++ stream classes" | |
179 | ac_help="$ac_help | |
180 | --enable-filesystem use virtual file systems classes" | |
181 | ac_help="$ac_help | |
182 | --enable-fs_inet use virtual HTTP/FTP filesystems" | |
183 | ac_help="$ac_help | |
184 | --enable-fs_zip use virtual ZIP filesystems" | |
185 | ac_help="$ac_help | |
186 | --enable-zipstream use wxZipInputStream" | |
187 | ac_help="$ac_help | |
188 | --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException" | |
189 | ac_help="$ac_help | |
190 | --enable-snglinst use wxSingleInstanceChecker class" | |
191 | ac_help="$ac_help | |
192 | --enable-mimetype use wxMimeTypesManager" | |
193 | ac_help="$ac_help | |
194 | --enable-sysoptions use wxSystemOptions" | |
195 | ac_help="$ac_help | |
196 | --enable-threads use threads" | |
197 | ac_help="$ac_help | |
198 | --enable-serial use class serialization" | |
199 | ac_help="$ac_help | |
200 | --enable-docview use document view architecture" | |
201 | ac_help="$ac_help | |
202 | --enable-help use help subsystem" | |
203 | ac_help="$ac_help | |
204 | --enable-mshtmlhelp use MS HTML Help (win32)" | |
205 | ac_help="$ac_help | |
206 | --enable-html use wxHTML sub-library" | |
207 | ac_help="$ac_help | |
208 | --enable-htmlhelp use wxHTML-based help" | |
209 | ac_help="$ac_help | |
210 | --enable-constraints use layout-constraints system" | |
211 | ac_help="$ac_help | |
212 | --enable-printarch use printing architecture" | |
213 | ac_help="$ac_help | |
214 | --enable-mdi use multiple document interface architecture" | |
215 | ac_help="$ac_help | |
216 | --enable-loggui use standard GUI logger" | |
217 | ac_help="$ac_help | |
218 | --enable-logwin use wxLogWindow" | |
219 | ac_help="$ac_help | |
220 | --enable-logdialog use wxLogDialog" | |
221 | ac_help="$ac_help | |
222 | --enable-postscript use wxPostscriptDC device context (default for gtk+)" | |
223 | ac_help="$ac_help | |
224 | --enable-prologio use Prolog IO library" | |
225 | ac_help="$ac_help | |
226 | --enable-resources use wxWindows resources" | |
227 | ac_help="$ac_help | |
228 | --enable-xresources use X resources for save (default for gtk+)" | |
229 | ac_help="$ac_help | |
230 | --enable-clipboard use wxClipboard classes" | |
231 | ac_help="$ac_help | |
232 | --enable-dnd use Drag'n'Drop classes" | |
233 | ac_help="$ac_help | |
234 | --enable-metafile use win32 metafiles" | |
235 | ac_help="$ac_help | |
236 | --enable-treelayout use wxTreeLayout classes" | |
237 | ac_help="$ac_help | |
238 | --enable-controls use all usual controls" | |
239 | ac_help="$ac_help | |
240 | --enable-accel use accelerators" | |
241 | ac_help="$ac_help | |
242 | --enable-button use wxButton class" | |
243 | ac_help="$ac_help | |
244 | --enable-bmpbutton use wxBitmapButton class" | |
245 | ac_help="$ac_help | |
246 | --enable-calendar use wxCalendarCtrl class" | |
247 | ac_help="$ac_help | |
248 | --enable-caret use wxCaret class" | |
249 | ac_help="$ac_help | |
250 | --enable-checkbox use wxCheckBox class" | |
251 | ac_help="$ac_help | |
252 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class" | |
253 | ac_help="$ac_help | |
254 | --enable-choice use wxChoice class" | |
255 | ac_help="$ac_help | |
256 | --enable-combobox use wxComboBox classes" | |
257 | ac_help="$ac_help | |
258 | --enable-gauge use wxGauge class" | |
259 | ac_help="$ac_help | |
260 | --enable-grid use wxGrid class" | |
261 | ac_help="$ac_help | |
262 | --enable-newgrid use new wxGrid class" | |
263 | ac_help="$ac_help | |
264 | --enable-imaglist use wxImageList class" | |
265 | ac_help="$ac_help | |
266 | --enable-listbox use wxListBox class" | |
267 | ac_help="$ac_help | |
268 | --enable-listctrl use wxListCtrl class" | |
269 | ac_help="$ac_help | |
270 | --enable-notebook use wxNotebook class" | |
271 | ac_help="$ac_help | |
272 | --enable-propsheet use wxPropertySheet class" | |
273 | ac_help="$ac_help | |
274 | --enable-radiobox use wxRadioBox class" | |
275 | ac_help="$ac_help | |
276 | --enable-radiobtn use wxRadioButton class" | |
277 | ac_help="$ac_help | |
278 | --enable-sash use wxSashWindow class" | |
279 | ac_help="$ac_help | |
280 | --enable-scrollbar use wxScrollBar class and scrollable windows" | |
281 | ac_help="$ac_help | |
282 | --enable-slider use wxSlider class" | |
283 | ac_help="$ac_help | |
284 | --enable-spinbtn use wxSpinButton class" | |
285 | ac_help="$ac_help | |
286 | --enable-spinctrl use wxSpinCtrl class" | |
287 | ac_help="$ac_help | |
288 | --enable-splitter use wxSplitterWindow class" | |
289 | ac_help="$ac_help | |
290 | --enable-statbmp use wxStaticBitmap class" | |
291 | ac_help="$ac_help | |
292 | --enable-statbox use wxStaticBox class" | |
293 | ac_help="$ac_help | |
294 | --enable-statline use wxStaticLine class" | |
295 | ac_help="$ac_help | |
296 | --enable-stattext use wxStaticText class" | |
297 | ac_help="$ac_help | |
298 | --enable-statusbar use wxStatusBar class" | |
299 | ac_help="$ac_help | |
300 | --enable-tabdialog use wxTabControl class" | |
301 | ac_help="$ac_help | |
302 | --enable-textctrl use wxTextCtrl class" | |
303 | ac_help="$ac_help | |
304 | --enable-togglebtn use wxToggleButton class" | |
305 | ac_help="$ac_help | |
306 | --enable-toolbar use wxToolBar class" | |
307 | ac_help="$ac_help | |
308 | --enable-tbarnative use native wxToolBar class" | |
309 | ac_help="$ac_help | |
310 | --enable-tbarsmpl use wxToolBarSimple class" | |
311 | ac_help="$ac_help | |
312 | --enable-treectrl use wxTreeCtrl class" | |
313 | ac_help="$ac_help | |
314 | --enable-tipwindow use wxTipWindow class" | |
315 | ac_help="$ac_help | |
316 | --enable-popupwin use wxPopUpWindow class" | |
317 | ac_help="$ac_help | |
318 | --enable-commondlg use all common dialogs" | |
319 | ac_help="$ac_help | |
320 | --enable-choicedlg use wxChoiceDialog" | |
321 | ac_help="$ac_help | |
322 | --enable-coldlg use wxColourDialog" | |
323 | ac_help="$ac_help | |
324 | --enable-filedlg use wxFileDialog" | |
325 | ac_help="$ac_help | |
326 | --enable-finddlg use wxFindReplaceDialog" | |
327 | ac_help="$ac_help | |
328 | --enable-fontdlg use wxFontDialog" | |
329 | ac_help="$ac_help | |
330 | --enable-dirdlg use wxDirDialog" | |
331 | ac_help="$ac_help | |
332 | --enable-msgdlg use wxMessageDialog" | |
333 | ac_help="$ac_help | |
334 | --enable-numberdlg use wxNumberEntryDialog" | |
335 | ac_help="$ac_help | |
336 | --enable-splash use wxSplashScreen" | |
337 | ac_help="$ac_help | |
338 | --enable-textdlg use wxTextDialog" | |
339 | ac_help="$ac_help | |
340 | --enable-tipdlg use startup tips" | |
341 | ac_help="$ac_help | |
342 | --enable-progressdlg use wxProgressDialog" | |
343 | ac_help="$ac_help | |
344 | --enable-wizarddlg use wxWizard" | |
345 | ac_help="$ac_help | |
346 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes" | |
347 | ac_help="$ac_help | |
348 | --enable-miniframe use wxMiniFrame class" | |
349 | ac_help="$ac_help | |
350 | --enable-tooltips use wxToolTip class" | |
351 | ac_help="$ac_help | |
352 | --enable-splines use spline drawing code" | |
353 | ac_help="$ac_help | |
354 | --enable-validators use wxValidator and derived classes" | |
355 | ac_help="$ac_help | |
356 | --enable-busyinfo use wxBusyInfo" | |
357 | ac_help="$ac_help | |
358 | --enable-joystick use wxJoystick (Linux only)" | |
359 | ac_help="$ac_help | |
360 | --enable-metafiles use wxMetaFile (Windows only)" | |
361 | ac_help="$ac_help | |
362 | --enable-dragimage use wxDragImage" | |
363 | ac_help="$ac_help | |
364 | --enable-palette use wxPalette class" | |
365 | ac_help="$ac_help | |
366 | --enable-image use wxImage class" | |
367 | ac_help="$ac_help | |
368 | --enable-gif use gif images (GIF file format)" | |
369 | ac_help="$ac_help | |
370 | --enable-pcx use pcx images (PCX file format)" | |
371 | ac_help="$ac_help | |
372 | --enable-pnm use pnm images (PNM file format)" | |
373 | ac_help="$ac_help | |
374 | --enable-xpm use xpm images (XPM file format)" | |
375 | ac_help="$ac_help | |
376 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
377 | ac_help="$ac_help | |
378 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
379 | ac_help="$ac_help | |
380 | --disable-gtktest Do not try to compile and run a test GTK program" | |
381 | ac_help="$ac_help | |
382 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
383 | ac_help="$ac_help | |
384 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
385 | ac_help="$ac_help | |
386 | --disable-gtktest Do not try to compile and run a test GTK program" | |
387 | ac_help="$ac_help | |
388 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" | |
389 | ac_help="$ac_help | |
390 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" | |
391 | ac_help="$ac_help | |
392 | --disable-gtktest Do not try to compile and run a test GTK program" | |
393 | ac_help="$ac_help | |
394 | --with-x use the X Window System" | |
395 | ||
396 | # Initialize some variables set by options. | |
397 | # The variables have the same names as the options, with | |
398 | # dashes changed to underlines. | |
399 | build=NONE | |
400 | cache_file=./config.cache | |
401 | exec_prefix=NONE | |
402 | host=NONE | |
403 | no_create= | |
404 | nonopt=NONE | |
405 | no_recursion= | |
406 | prefix=NONE | |
407 | program_prefix=NONE | |
408 | program_suffix=NONE | |
409 | program_transform_name=s,x,x, | |
410 | silent= | |
411 | site= | |
412 | srcdir= | |
413 | target=NONE | |
414 | verbose= | |
415 | x_includes=NONE | |
416 | x_libraries=NONE | |
417 | bindir='${exec_prefix}/bin' | |
418 | sbindir='${exec_prefix}/sbin' | |
419 | libexecdir='${exec_prefix}/libexec' | |
420 | datadir='${prefix}/share' | |
421 | sysconfdir='${prefix}/etc' | |
422 | sharedstatedir='${prefix}/com' | |
423 | localstatedir='${prefix}/var' | |
424 | libdir='${exec_prefix}/lib' | |
425 | includedir='${prefix}/include' | |
426 | oldincludedir='/usr/include' | |
427 | infodir='${prefix}/info' | |
428 | mandir='${prefix}/man' | |
429 | ||
430 | # Initialize some other variables. | |
431 | subdirs= | |
432 | MFLAGS= MAKEFLAGS= | |
433 | SHELL=${CONFIG_SHELL-/bin/sh} | |
434 | # Maximum number of lines to put in a shell here document. | |
435 | ac_max_here_lines=12 | |
436 | ||
437 | ac_prev= | |
438 | for ac_option | |
439 | do | |
440 | ||
441 | # If the previous option needs an argument, assign it. | |
442 | if test -n "$ac_prev"; then | |
443 | eval "$ac_prev=\$ac_option" | |
444 | ac_prev= | |
445 | continue | |
446 | fi | |
447 | ||
448 | case "$ac_option" in | |
449 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
450 | *) ac_optarg= ;; | |
451 | esac | |
452 | ||
453 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
454 | ||
455 | case "$ac_option" in | |
456 | ||
457 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
458 | ac_prev=bindir ;; | |
459 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
460 | bindir="$ac_optarg" ;; | |
461 | ||
462 | -build | --build | --buil | --bui | --bu) | |
463 | ac_prev=build ;; | |
464 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
465 | build="$ac_optarg" ;; | |
466 | ||
467 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
468 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
469 | ac_prev=cache_file ;; | |
470 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
471 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
472 | cache_file="$ac_optarg" ;; | |
473 | ||
474 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
475 | ac_prev=datadir ;; | |
476 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
477 | | --da=*) | |
478 | datadir="$ac_optarg" ;; | |
479 | ||
480 | -disable-* | --disable-*) | |
481 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` | |
482 | # Reject names that are not valid shell variable names. | |
483 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
484 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
485 | fi | |
486 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
487 | eval "enable_${ac_feature}=no" ;; | |
488 | ||
489 | -enable-* | --enable-*) | |
490 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` | |
491 | # Reject names that are not valid shell variable names. | |
492 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
493 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
494 | fi | |
495 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
496 | case "$ac_option" in | |
497 | *=*) ;; | |
498 | *) ac_optarg=yes ;; | |
499 | esac | |
500 | eval "enable_${ac_feature}='$ac_optarg'" ;; | |
501 | ||
502 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
503 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
504 | | --exec | --exe | --ex) | |
505 | ac_prev=exec_prefix ;; | |
506 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
507 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
508 | | --exec=* | --exe=* | --ex=*) | |
509 | exec_prefix="$ac_optarg" ;; | |
510 | ||
511 | -gas | --gas | --ga | --g) | |
512 | # Obsolete; use --with-gas. | |
513 | with_gas=yes ;; | |
514 | ||
515 | -help | --help | --hel | --he) | |
516 | # Omit some internal or obsolete options to make the list less imposing. | |
517 | # This message is too long to be a string in the A/UX 3.1 sh. | |
518 | cat << EOF | |
519 | Usage: configure [options] [host] | |
520 | Options: [defaults in brackets after descriptions] | |
521 | Configuration: | |
522 | --cache-file=FILE cache test results in FILE | |
523 | --help print this message | |
524 | --no-create do not create output files | |
525 | --quiet, --silent do not print \`checking...' messages | |
526 | --version print the version of autoconf that created configure | |
527 | Directory and file names: | |
528 | --prefix=PREFIX install architecture-independent files in PREFIX | |
529 | [$ac_default_prefix] | |
530 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
531 | [same as prefix] | |
532 | --bindir=DIR user executables in DIR [EPREFIX/bin] | |
533 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
534 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
535 | --datadir=DIR read-only architecture-independent data in DIR | |
536 | [PREFIX/share] | |
537 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
538 | --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
539 | [PREFIX/com] | |
540 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
541 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
542 | --includedir=DIR C header files in DIR [PREFIX/include] | |
543 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
544 | --infodir=DIR info documentation in DIR [PREFIX/info] | |
545 | --mandir=DIR man documentation in DIR [PREFIX/man] | |
546 | --srcdir=DIR find the sources in DIR [configure dir or ..] | |
547 | --program-prefix=PREFIX prepend PREFIX to installed program names | |
548 | --program-suffix=SUFFIX append SUFFIX to installed program names | |
549 | --program-transform-name=PROGRAM | |
550 | run sed PROGRAM on installed program names | |
551 | EOF | |
552 | cat << EOF | |
553 | Host type: | |
554 | --build=BUILD configure for building on BUILD [BUILD=HOST] | |
555 | --host=HOST configure for HOST [guessed] | |
556 | --target=TARGET configure for TARGET [TARGET=HOST] | |
557 | Features and packages: | |
558 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
559 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
560 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
561 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
562 | --x-includes=DIR X include files are in DIR | |
563 | --x-libraries=DIR X library files are in DIR | |
564 | EOF | |
565 | if test -n "$ac_help"; then | |
566 | echo "--enable and --with options recognized:$ac_help" | |
567 | fi | |
568 | exit 0 ;; | |
569 | ||
570 | -host | --host | --hos | --ho) | |
571 | ac_prev=host ;; | |
572 | -host=* | --host=* | --hos=* | --ho=*) | |
573 | host="$ac_optarg" ;; | |
574 | ||
575 | -includedir | --includedir | --includedi | --included | --include \ | |
576 | | --includ | --inclu | --incl | --inc) | |
577 | ac_prev=includedir ;; | |
578 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
579 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
580 | includedir="$ac_optarg" ;; | |
581 | ||
582 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
583 | ac_prev=infodir ;; | |
584 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
585 | infodir="$ac_optarg" ;; | |
586 | ||
587 | -libdir | --libdir | --libdi | --libd) | |
588 | ac_prev=libdir ;; | |
589 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
590 | libdir="$ac_optarg" ;; | |
591 | ||
592 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
593 | | --libexe | --libex | --libe) | |
594 | ac_prev=libexecdir ;; | |
595 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
596 | | --libexe=* | --libex=* | --libe=*) | |
597 | libexecdir="$ac_optarg" ;; | |
598 | ||
599 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
600 | | --localstate | --localstat | --localsta | --localst \ | |
601 | | --locals | --local | --loca | --loc | --lo) | |
602 | ac_prev=localstatedir ;; | |
603 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
604 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
605 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
606 | localstatedir="$ac_optarg" ;; | |
607 | ||
608 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
609 | ac_prev=mandir ;; | |
610 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
611 | mandir="$ac_optarg" ;; | |
612 | ||
613 | -nfp | --nfp | --nf) | |
614 | # Obsolete; use --without-fp. | |
615 | with_fp=no ;; | |
616 | ||
617 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
618 | | --no-cr | --no-c) | |
619 | no_create=yes ;; | |
620 | ||
621 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
622 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
623 | no_recursion=yes ;; | |
624 | ||
625 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
626 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
627 | | --oldin | --oldi | --old | --ol | --o) | |
628 | ac_prev=oldincludedir ;; | |
629 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
630 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
631 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
632 | oldincludedir="$ac_optarg" ;; | |
633 | ||
634 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
635 | ac_prev=prefix ;; | |
636 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
637 | prefix="$ac_optarg" ;; | |
638 | ||
639 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
640 | | --program-pre | --program-pr | --program-p) | |
641 | ac_prev=program_prefix ;; | |
642 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
643 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
644 | program_prefix="$ac_optarg" ;; | |
645 | ||
646 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
647 | | --program-suf | --program-su | --program-s) | |
648 | ac_prev=program_suffix ;; | |
649 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
650 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
651 | program_suffix="$ac_optarg" ;; | |
652 | ||
653 | -program-transform-name | --program-transform-name \ | |
654 | | --program-transform-nam | --program-transform-na \ | |
655 | | --program-transform-n | --program-transform- \ | |
656 | | --program-transform | --program-transfor \ | |
657 | | --program-transfo | --program-transf \ | |
658 | | --program-trans | --program-tran \ | |
659 | | --progr-tra | --program-tr | --program-t) | |
660 | ac_prev=program_transform_name ;; | |
661 | -program-transform-name=* | --program-transform-name=* \ | |
662 | | --program-transform-nam=* | --program-transform-na=* \ | |
663 | | --program-transform-n=* | --program-transform-=* \ | |
664 | | --program-transform=* | --program-transfor=* \ | |
665 | | --program-transfo=* | --program-transf=* \ | |
666 | | --program-trans=* | --program-tran=* \ | |
667 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
668 | program_transform_name="$ac_optarg" ;; | |
669 | ||
670 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
671 | | -silent | --silent | --silen | --sile | --sil) | |
672 | silent=yes ;; | |
673 | ||
674 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
675 | ac_prev=sbindir ;; | |
676 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
677 | | --sbi=* | --sb=*) | |
678 | sbindir="$ac_optarg" ;; | |
679 | ||
680 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
681 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
682 | | --sharedst | --shareds | --shared | --share | --shar \ | |
683 | | --sha | --sh) | |
684 | ac_prev=sharedstatedir ;; | |
685 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
686 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
687 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
688 | | --sha=* | --sh=*) | |
689 | sharedstatedir="$ac_optarg" ;; | |
690 | ||
691 | -site | --site | --sit) | |
692 | ac_prev=site ;; | |
693 | -site=* | --site=* | --sit=*) | |
694 | site="$ac_optarg" ;; | |
695 | ||
696 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
697 | ac_prev=srcdir ;; | |
698 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
699 | srcdir="$ac_optarg" ;; | |
700 | ||
701 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
702 | | --syscon | --sysco | --sysc | --sys | --sy) | |
703 | ac_prev=sysconfdir ;; | |
704 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
705 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
706 | sysconfdir="$ac_optarg" ;; | |
707 | ||
708 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
709 | ac_prev=target ;; | |
710 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
711 | target="$ac_optarg" ;; | |
712 | ||
713 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
714 | verbose=yes ;; | |
715 | ||
716 | -version | --version | --versio | --versi | --vers) | |
717 | echo "configure generated by autoconf version 2.13" | |
718 | exit 0 ;; | |
719 | ||
720 | -with-* | --with-*) | |
721 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` | |
722 | # Reject names that are not valid shell variable names. | |
723 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
724 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
725 | fi | |
726 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
727 | case "$ac_option" in | |
728 | *=*) ;; | |
729 | *) ac_optarg=yes ;; | |
730 | esac | |
731 | eval "with_${ac_package}='$ac_optarg'" ;; | |
732 | ||
733 | -without-* | --without-*) | |
734 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` | |
735 | # Reject names that are not valid shell variable names. | |
736 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
737 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
738 | fi | |
739 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
740 | eval "with_${ac_package}=no" ;; | |
741 | ||
742 | --x) | |
743 | # Obsolete; use --with-x. | |
744 | with_x=yes ;; | |
745 | ||
746 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
747 | | --x-incl | --x-inc | --x-in | --x-i) | |
748 | ac_prev=x_includes ;; | |
749 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
750 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
751 | x_includes="$ac_optarg" ;; | |
752 | ||
753 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
754 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
755 | ac_prev=x_libraries ;; | |
756 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
757 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
758 | x_libraries="$ac_optarg" ;; | |
759 | ||
760 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } | |
761 | ;; | |
762 | ||
763 | *) | |
764 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then | |
765 | echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
766 | fi | |
767 | if test "x$nonopt" != xNONE; then | |
768 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
769 | fi | |
770 | nonopt="$ac_option" | |
771 | ;; | |
772 | ||
773 | esac | |
774 | done | |
775 | ||
776 | if test -n "$ac_prev"; then | |
777 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | |
778 | fi | |
779 | ||
780 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
781 | ||
782 | # File descriptor usage: | |
783 | # 0 standard input | |
784 | # 1 file creation | |
785 | # 2 errors and warnings | |
786 | # 3 some systems may open it to /dev/tty | |
787 | # 4 used on the Kubota Titan | |
788 | # 6 checking for... messages and results | |
789 | # 5 compiler messages saved in config.log | |
790 | if test "$silent" = yes; then | |
791 | exec 6>/dev/null | |
792 | else | |
793 | exec 6>&1 | |
794 | fi | |
795 | exec 5>./config.log | |
796 | ||
797 | echo "\ | |
798 | This file contains any messages produced by compilers while | |
799 | running configure, to aid debugging if configure makes a mistake. | |
800 | " 1>&5 | |
801 | ||
802 | # Strip out --no-create and --no-recursion so they do not pile up. | |
803 | # Also quote any args containing shell metacharacters. | |
804 | ac_configure_args= | |
805 | for ac_arg | |
806 | do | |
807 | case "$ac_arg" in | |
808 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
809 | | --no-cr | --no-c) ;; | |
810 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
811 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
812 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
813 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
814 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
815 | esac | |
816 | done | |
817 | ||
818 | # NLS nuisances. | |
819 | # Only set these to C if already set. These must not be set unconditionally | |
820 | # because not all systems understand e.g. LANG=C (notably SCO). | |
821 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
822 | # Non-C LC_CTYPE values break the ctype check. | |
823 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
824 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
825 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
826 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
827 | ||
828 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
829 | rm -rf conftest* confdefs.h | |
830 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
831 | echo > confdefs.h | |
832 | ||
833 | # A filename unique to this package, relative to the directory that | |
834 | # configure is in, which we can look for to find out if srcdir is correct. | |
835 | ac_unique_file=wx-config.in | |
836 | ||
837 | # Find the source files, if location was not specified. | |
838 | if test -z "$srcdir"; then | |
839 | ac_srcdir_defaulted=yes | |
840 | # Try the directory containing this script, then its parent. | |
841 | ac_prog=$0 | |
842 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | |
843 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | |
844 | srcdir=$ac_confdir | |
845 | if test ! -r $srcdir/$ac_unique_file; then | |
846 | srcdir=.. | |
847 | fi | |
848 | else | |
849 | ac_srcdir_defaulted=no | |
850 | fi | |
851 | if test ! -r $srcdir/$ac_unique_file; then | |
852 | if test "$ac_srcdir_defaulted" = yes; then | |
853 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } | |
854 | else | |
855 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } | |
856 | fi | |
857 | fi | |
858 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | |
859 | ||
860 | # Prefer explicitly selected file to automatically selected ones. | |
861 | if test -z "$CONFIG_SITE"; then | |
862 | if test "x$prefix" != xNONE; then | |
863 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
864 | else | |
865 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
866 | fi | |
867 | fi | |
868 | for ac_site_file in $CONFIG_SITE; do | |
869 | if test -r "$ac_site_file"; then | |
870 | echo "loading site script $ac_site_file" | |
871 | . "$ac_site_file" | |
872 | fi | |
873 | done | |
874 | ||
875 | if test -r "$cache_file"; then | |
876 | echo "loading cache $cache_file" | |
877 | . $cache_file | |
878 | else | |
879 | echo "creating cache $cache_file" | |
880 | > $cache_file | |
881 | fi | |
882 | ||
883 | ac_ext=c | |
884 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
885 | ac_cpp='$CPP $CPPFLAGS' | |
886 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
887 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
888 | cross_compiling=$ac_cv_prog_cc_cross | |
889 | ||
890 | ac_exeext= | |
891 | ac_objext=o | |
892 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then | |
893 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
894 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
895 | ac_n= ac_c=' | |
896 | ' ac_t=' ' | |
897 | else | |
898 | ac_n=-n ac_c= ac_t= | |
899 | fi | |
900 | else | |
901 | ac_n= ac_c='\c' ac_t= | |
902 | fi | |
903 | ||
904 | ||
905 | ||
906 | ac_aux_dir= | |
907 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
908 | if test -f $ac_dir/install-sh; then | |
909 | ac_aux_dir=$ac_dir | |
910 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
911 | break | |
912 | elif test -f $ac_dir/install.sh; then | |
913 | ac_aux_dir=$ac_dir | |
914 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
915 | break | |
916 | fi | |
917 | done | |
918 | if test -z "$ac_aux_dir"; then | |
919 | { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } | |
920 | fi | |
921 | ac_config_guess=$ac_aux_dir/config.guess | |
922 | ac_config_sub=$ac_aux_dir/config.sub | |
923 | ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
924 | ||
925 | ||
926 | # Do some error checking and defaulting for the host and target type. | |
927 | # The inputs are: | |
928 | # configure --host=HOST --target=TARGET --build=BUILD NONOPT | |
929 | # | |
930 | # The rules are: | |
931 | # 1. You are not allowed to specify --host, --target, and nonopt at the | |
932 | # same time. | |
933 | # 2. Host defaults to nonopt. | |
934 | # 3. If nonopt is not specified, then host defaults to the current host, | |
935 | # as determined by config.guess. | |
936 | # 4. Target and build default to nonopt. | |
937 | # 5. If nonopt is not specified, then target and build default to host. | |
938 | ||
939 | # The aliases save the names the user supplied, while $host etc. | |
940 | # will get canonicalized. | |
941 | case $host---$target---$nonopt in | |
942 | NONE---*---* | *---NONE---* | *---*---NONE) ;; | |
943 | *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; | |
944 | esac | |
945 | ||
946 | ||
947 | # Make sure we can run config.sub. | |
948 | if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : | |
949 | else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } | |
950 | fi | |
951 | ||
952 | echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
953 | echo "configure:954: checking host system type" >&5 | |
954 | ||
955 | host_alias=$host | |
956 | case "$host_alias" in | |
957 | NONE) | |
958 | case $nonopt in | |
959 | NONE) | |
960 | if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : | |
961 | else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } | |
962 | fi ;; | |
963 | *) host_alias=$nonopt ;; | |
964 | esac ;; | |
965 | esac | |
966 | ||
967 | host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` | |
968 | host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
969 | host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
970 | host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
971 | echo "$ac_t""$host" 1>&6 | |
972 | ||
973 | echo $ac_n "checking target system type""... $ac_c" 1>&6 | |
974 | echo "configure:975: checking target system type" >&5 | |
975 | ||
976 | target_alias=$target | |
977 | case "$target_alias" in | |
978 | NONE) | |
979 | case $nonopt in | |
980 | NONE) target_alias=$host_alias ;; | |
981 | *) target_alias=$nonopt ;; | |
982 | esac ;; | |
983 | esac | |
984 | ||
985 | target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` | |
986 | target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
987 | target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
988 | target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
989 | echo "$ac_t""$target" 1>&6 | |
990 | ||
991 | echo $ac_n "checking build system type""... $ac_c" 1>&6 | |
992 | echo "configure:993: checking build system type" >&5 | |
993 | ||
994 | build_alias=$build | |
995 | case "$build_alias" in | |
996 | NONE) | |
997 | case $nonopt in | |
998 | NONE) build_alias=$host_alias ;; | |
999 | *) build_alias=$nonopt ;; | |
1000 | esac ;; | |
1001 | esac | |
1002 | ||
1003 | build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` | |
1004 | build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1005 | build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1006 | build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1007 | echo "$ac_t""$build" 1>&6 | |
1008 | ||
1009 | test "$host_alias" != "$target_alias" && | |
1010 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
1011 | NONENONEs,x,x, && | |
1012 | program_prefix=${target_alias}- | |
1013 | ||
1014 | ||
1015 | ||
1016 | WX_MAJOR_VERSION_NUMBER=2 | |
1017 | WX_MINOR_VERSION_NUMBER=3 | |
1018 | WX_RELEASE_NUMBER=2 | |
1019 | ||
1020 | WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER | |
1021 | WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER | |
1022 | ||
1023 | WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER | |
1024 | ||
1025 | WX_CURRENT=1 | |
1026 | WX_REVISION=0 | |
1027 | WX_AGE=0 | |
1028 | ||
1029 | ||
1030 | ||
1031 | USE_UNIX=1 | |
1032 | USE_WIN32=0 | |
1033 | USE_DOS=0 | |
1034 | USE_BEOS=0 | |
1035 | USE_MAC=0 | |
1036 | ||
1037 | USE_LINUX= | |
1038 | USE_SGI= | |
1039 | USE_HPUX= | |
1040 | USE_SYSV= | |
1041 | USE_SVR4= | |
1042 | USE_AIX= | |
1043 | USE_SUN= | |
1044 | USE_SOLARIS= | |
1045 | USE_SUNOS= | |
1046 | USE_ALPHA= | |
1047 | USE_OSF= | |
1048 | USE_BSD= | |
1049 | USE_DARWIN= | |
1050 | USE_FREEBSD= | |
1051 | USE_OPENBSD= | |
1052 | USE_NETBSD= | |
1053 | USE_VMS= | |
1054 | USE_ULTRIX= | |
1055 | USE_DATA_GENERAL= | |
1056 | ||
1057 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 | |
1058 | ||
1059 | CPP_MT_FLAG=-D_REENTRANT | |
1060 | ||
1061 | ALL_TOOLKITS="GTK MAC MGL MOTIF MSW PM WINE" | |
1062 | ||
1063 | DEFAULT_wxUSE_GTK=0 | |
1064 | DEFAULT_wxUSE_MAC=0 | |
1065 | DEFAULT_wxUSE_MGL=0 | |
1066 | DEFAULT_wxUSE_MOTIF=0 | |
1067 | DEFAULT_wxUSE_MSW=0 | |
1068 | DEFAULT_wxUSE_PM=0 | |
1069 | DEFAULT_wxUSE_WINE=0 | |
1070 | ||
1071 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
1072 | DEFAULT_DEFAULT_wxUSE_MAC=0 | |
1073 | DEFAULT_DEFAULT_wxUSE_MGL=0 | |
1074 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
1075 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
1076 | DEFAULT_DEFAULT_wxUSE_PM=0 | |
1077 | DEFAULT_DEFAULT_wxUSE_WINE=0 | |
1078 | ||
1079 | PROGRAM_EXT= | |
1080 | SO_SUFFIX=so | |
1081 | ||
1082 | case "${host}" in | |
1083 | *-hp-hpux* ) | |
1084 | USE_HPUX=1 | |
1085 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1086 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1087 | SO_SUFFIX=sl | |
1088 | cat >> confdefs.h <<\EOF | |
1089 | #define __HPUX__ 1 | |
1090 | EOF | |
1091 | ||
1092 | ;; | |
1093 | *-*-linux* ) | |
1094 | USE_LINUX=1 | |
1095 | cat >> confdefs.h <<\EOF | |
1096 | #define __LINUX__ 1 | |
1097 | EOF | |
1098 | ||
1099 | TMP=`uname -m` | |
1100 | if test "x$TMP" = "xalpha"; then | |
1101 | USE_ALPHA=1 | |
1102 | cat >> confdefs.h <<\EOF | |
1103 | #define __ALPHA__ 1 | |
1104 | EOF | |
1105 | ||
1106 | fi | |
1107 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1108 | ;; | |
1109 | *-*-irix5* | *-*-irix6* ) | |
1110 | USE_SGI=1 | |
1111 | USE_SVR4=1 | |
1112 | cat >> confdefs.h <<\EOF | |
1113 | #define __SGI__ 1 | |
1114 | EOF | |
1115 | ||
1116 | cat >> confdefs.h <<\EOF | |
1117 | #define __SVR4__ 1 | |
1118 | EOF | |
1119 | ||
1120 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1121 | ;; | |
1122 | *-*-solaris2* ) | |
1123 | USE_SUN=1 | |
1124 | USE_SOLARIS=1 | |
1125 | USE_SVR4=1 | |
1126 | cat >> confdefs.h <<\EOF | |
1127 | #define __SUN__ 1 | |
1128 | EOF | |
1129 | ||
1130 | cat >> confdefs.h <<\EOF | |
1131 | #define __SOLARIS__ 1 | |
1132 | EOF | |
1133 | ||
1134 | cat >> confdefs.h <<\EOF | |
1135 | #define __SVR4__ 1 | |
1136 | EOF | |
1137 | ||
1138 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1139 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1140 | ;; | |
1141 | *-*-sunos4* ) | |
1142 | USE_SUN=1 | |
1143 | USE_SUNOS=1 | |
1144 | USE_BSD=1 | |
1145 | cat >> confdefs.h <<\EOF | |
1146 | #define __SUN__ 1 | |
1147 | EOF | |
1148 | ||
1149 | cat >> confdefs.h <<\EOF | |
1150 | #define __SUNOS__ 1 | |
1151 | EOF | |
1152 | ||
1153 | cat >> confdefs.h <<\EOF | |
1154 | #define __BSD__ 1 | |
1155 | EOF | |
1156 | ||
1157 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1158 | ;; | |
1159 | *-*-freebsd*) | |
1160 | USE_BSD=1 | |
1161 | USE_FREEBSD=1 | |
1162 | CPP_MT_FLAG=-D_THREAD_SAFE | |
1163 | cat >> confdefs.h <<\EOF | |
1164 | #define __FREEBSD__ 1 | |
1165 | EOF | |
1166 | ||
1167 | cat >> confdefs.h <<\EOF | |
1168 | #define __BSD__ 1 | |
1169 | EOF | |
1170 | ||
1171 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1172 | ;; | |
1173 | *-*-openbsd*) | |
1174 | USE_BSD=1 | |
1175 | USE_OPENBSD=1 | |
1176 | cat >> confdefs.h <<\EOF | |
1177 | #define __FREEBSD__ 1 | |
1178 | EOF | |
1179 | ||
1180 | cat >> confdefs.h <<\EOF | |
1181 | #define __OPENBSD__ 1 | |
1182 | EOF | |
1183 | ||
1184 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1185 | ;; | |
1186 | *-*-netbsd*) | |
1187 | USE_BSD=1 | |
1188 | USE_NETBSD=1 | |
1189 | cat >> confdefs.h <<\EOF | |
1190 | #define __FREEBSD__ 1 | |
1191 | EOF | |
1192 | ||
1193 | cat >> confdefs.h <<\EOF | |
1194 | #define __NETBSD__ 1 | |
1195 | EOF | |
1196 | ||
1197 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1198 | ;; | |
1199 | *-*-osf* ) | |
1200 | USE_ALPHA=1 | |
1201 | USE_OSF=1 | |
1202 | cat >> confdefs.h <<\EOF | |
1203 | #define __ALPHA__ 1 | |
1204 | EOF | |
1205 | ||
1206 | cat >> confdefs.h <<\EOF | |
1207 | #define __OSF__ 1 | |
1208 | EOF | |
1209 | ||
1210 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1211 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1212 | ;; | |
1213 | *-*-dgux5* ) | |
1214 | USE_ALPHA=1 | |
1215 | USE_SVR4=1 | |
1216 | cat >> confdefs.h <<\EOF | |
1217 | #define __ALPHA__ 1 | |
1218 | EOF | |
1219 | ||
1220 | cat >> confdefs.h <<\EOF | |
1221 | #define __SVR4__ 1 | |
1222 | EOF | |
1223 | ||
1224 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1225 | ;; | |
1226 | *-*-sysv5* ) | |
1227 | USE_SYSV=1 | |
1228 | USE_SVR4=1 | |
1229 | cat >> confdefs.h <<\EOF | |
1230 | #define __SYSV__ 1 | |
1231 | EOF | |
1232 | ||
1233 | cat >> confdefs.h <<\EOF | |
1234 | #define __SVR4__ 1 | |
1235 | EOF | |
1236 | ||
1237 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1238 | ;; | |
1239 | *-*-aix* ) | |
1240 | USE_AIX=1 | |
1241 | USE_SYSV=1 | |
1242 | USE_SVR4=1 | |
1243 | cat >> confdefs.h <<\EOF | |
1244 | #define __AIX__ 1 | |
1245 | EOF | |
1246 | ||
1247 | cat >> confdefs.h <<\EOF | |
1248 | #define __SYSV__ 1 | |
1249 | EOF | |
1250 | ||
1251 | cat >> confdefs.h <<\EOF | |
1252 | #define __SVR4__ 1 | |
1253 | EOF | |
1254 | ||
1255 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1256 | ;; | |
1257 | ||
1258 | *-*-cygwin* | *-*-mingw32* ) | |
1259 | USE_UNIX=0 | |
1260 | USE_WIN32=1 | |
1261 | SO_SUFFIX=dll | |
1262 | cat >> confdefs.h <<\EOF | |
1263 | #define __WIN32__ 1 | |
1264 | EOF | |
1265 | ||
1266 | cat >> confdefs.h <<\EOF | |
1267 | #define __WIN95__ 1 | |
1268 | EOF | |
1269 | ||
1270 | cat >> confdefs.h <<\EOF | |
1271 | #define __WINDOWS__ 1 | |
1272 | EOF | |
1273 | ||
1274 | cat >> confdefs.h <<\EOF | |
1275 | #define __GNUWIN32__ 1 | |
1276 | EOF | |
1277 | ||
1278 | cat >> confdefs.h <<\EOF | |
1279 | #define STRICT 1 | |
1280 | EOF | |
1281 | ||
1282 | cat >> confdefs.h <<\EOF | |
1283 | #define WINVER 0x0400 | |
1284 | EOF | |
1285 | ||
1286 | PROGRAM_EXT=".exe" | |
1287 | RESCOMP=windres | |
1288 | DEFAULT_DEFAULT_wxUSE_MSW=1 | |
1289 | ;; | |
1290 | ||
1291 | *-pc-msdosdjgpp ) | |
1292 | USE_UNIX=0 | |
1293 | USE_DOS=1 | |
1294 | cat >> confdefs.h <<\EOF | |
1295 | #define __DOS__ 1 | |
1296 | EOF | |
1297 | ||
1298 | PROGRAM_EXT=".exe" | |
1299 | DEFAULT_DEFAULT_wxUSE_MGL=1 | |
1300 | DEFAULT_DEFAULT_wxUSE_SHARED=0 | |
1301 | ;; | |
1302 | ||
1303 | *-pc-os2_emx | *-pc-os2-emx ) | |
1304 | cat >> confdefs.h <<\EOF | |
1305 | #define __EMX__ 1 | |
1306 | EOF | |
1307 | ||
1308 | PROGRAM_EXT=".exe" | |
1309 | DEFAULT_DEFAULT_wxUSE_PM=1 | |
1310 | ;; | |
1311 | ||
1312 | powerpc-*-darwin* ) | |
1313 | USE_BSD=1 | |
1314 | USE_DARWIN=1 | |
1315 | CPP_MT_FLAG= | |
1316 | SO_SUFFIX=dylib | |
1317 | cat >> confdefs.h <<\EOF | |
1318 | #define __BSD__ 1 | |
1319 | EOF | |
1320 | ||
1321 | cat >> confdefs.h <<\EOF | |
1322 | #define __DARWIN__ 1 | |
1323 | EOF | |
1324 | ||
1325 | cat >> confdefs.h <<\EOF | |
1326 | #define __POWERPC__ 1 | |
1327 | EOF | |
1328 | ||
1329 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1330 | ;; | |
1331 | ||
1332 | *-*-beos* ) | |
1333 | USE_BEOS=1 | |
1334 | cat >> confdefs.h <<\EOF | |
1335 | #define __BEOS__ 1 | |
1336 | EOF | |
1337 | ||
1338 | ;; | |
1339 | ||
1340 | *) | |
1341 | { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; } | |
1342 | esac | |
1343 | ||
1344 | if test "$USE_UNIX" = 1 ; then | |
1345 | wxUSE_UNIX=yes | |
1346 | cat >> confdefs.h <<\EOF | |
1347 | #define __UNIX__ 1 | |
1348 | EOF | |
1349 | ||
1350 | fi | |
1351 | ||
1352 | if test "$USE_LINUX" = 1; then | |
1353 | echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6 | |
1354 | echo "configure:1355: checking for glibc 2.1 or later" >&5 | |
1355 | if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then | |
1356 | echo $ac_n "(cached) $ac_c" 1>&6 | |
1357 | else | |
1358 | cat > conftest.$ac_ext <<EOF | |
1359 | #line 1360 "configure" | |
1360 | #include "confdefs.h" | |
1361 | #include <features.h> | |
1362 | int main() { | |
1363 | ||
1364 | #if !__GLIBC_PREREQ(2, 1) | |
1365 | #error not glibc2.1 | |
1366 | #endif | |
1367 | ||
1368 | ; return 0; } | |
1369 | EOF | |
1370 | if { (eval echo configure:1371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
1371 | rm -rf conftest* | |
1372 | ||
1373 | wx_lib_glibc21=yes | |
1374 | ||
1375 | else | |
1376 | echo "configure: failed program was:" >&5 | |
1377 | cat conftest.$ac_ext >&5 | |
1378 | rm -rf conftest* | |
1379 | ||
1380 | wx_lib_glibc21=no | |
1381 | ||
1382 | ||
1383 | fi | |
1384 | rm -f conftest* | |
1385 | ||
1386 | fi | |
1387 | ||
1388 | echo "$ac_t""$wx_lib_glibc21" 1>&6 | |
1389 | if test "$wx_lib_glibc21" = "yes"; then | |
1390 | cat >> confdefs.h <<\EOF | |
1391 | #define wxHAVE_GLIBC2 1 | |
1392 | EOF | |
1393 | ||
1394 | fi | |
1395 | fi | |
1396 | ||
1397 | ||
1398 | ||
1399 | ||
1400 | wx_arg_cache_file="configarg.cache" | |
1401 | echo "loading argument cache $wx_arg_cache_file" | |
1402 | rm -f ${wx_arg_cache_file}.tmp | |
1403 | touch ${wx_arg_cache_file}.tmp | |
1404 | touch ${wx_arg_cache_file} | |
1405 | ||
1406 | ||
1407 | DEBUG_CONFIGURE=0 | |
1408 | if test $DEBUG_CONFIGURE = 1; then | |
1409 | DEFAULT_wxUSE_UNIVERSAL=no | |
1410 | ||
1411 | DEFAULT_wxUSE_THREADS=yes | |
1412 | ||
1413 | DEFAULT_wxUSE_SHARED=yes | |
1414 | DEFAULT_wxUSE_SONAME=no | |
1415 | DEFAULT_wxUSE_OPTIMISE=no | |
1416 | DEFAULT_wxUSE_PROFILE=no | |
1417 | DEFAULT_wxUSE_NO_DEPS=no | |
1418 | DEFAULT_wxUSE_NO_RTTI=yes | |
1419 | DEFAULT_wxUSE_NO_EXCEPTIONS=yes | |
1420 | DEFAULT_wxUSE_PERMISSIVE=no | |
1421 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
1422 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
1423 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
1424 | DEFAULT_wxUSE_MEM_TRACING=no | |
1425 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1426 | DEFAULT_wxUSE_DMALLOC=no | |
1427 | DEFAULT_wxUSE_PRECOMP=yes | |
1428 | DEFAULT_wxUSE_APPLE_IEEE=no | |
1429 | ||
1430 | DEFAULT_wxUSE_LOG=yes | |
1431 | DEFAULT_wxUSE_LOGWINDOW=no | |
1432 | DEFAULT_wxUSE_LOGGUI=no | |
1433 | DEFAULT_wxUSE_LOGDIALOG=no | |
1434 | ||
1435 | DEFAULT_wxUSE_GUI=yes | |
1436 | DEFAULT_wxUSE_CONTROLS=no | |
1437 | ||
1438 | DEFAULT_wxUSE_REGEX=no | |
1439 | DEFAULT_wxUSE_ZLIB=no | |
1440 | DEFAULT_wxUSE_LIBPNG=no | |
1441 | DEFAULT_wxUSE_LIBJPEG=no | |
1442 | DEFAULT_wxUSE_LIBTIFF=no | |
1443 | DEFAULT_wxUSE_ODBC=no | |
1444 | DEFAULT_wxUSE_FREETYPE=no | |
1445 | DEFAULT_wxUSE_OPENGL=no | |
1446 | ||
1447 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no | |
1448 | DEFAULT_wxUSE_SNGLINST_CHECKER=no | |
1449 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
1450 | DEFAULT_wxUSE_CMDLINE_PARSER=no | |
1451 | DEFAULT_wxUSE_DATETIME=no | |
1452 | DEFAULT_wxUSE_TIMEDATE=no | |
1453 | DEFAULT_wxUSE_TIMER=no | |
1454 | DEFAULT_wxUSE_STOPWATCH=no | |
1455 | DEFAULT_wxUSE_FILE=no | |
1456 | DEFAULT_wxUSE_FFILE=no | |
1457 | DEFAULT_wxUSE_TEXTBUFFER=no | |
1458 | DEFAULT_wxUSE_TEXTFILE=no | |
1459 | DEFAULT_wxUSE_WAVE=no | |
1460 | DEFAULT_wxUSE_INTL=no | |
1461 | DEFAULT_wxUSE_CONFIG=no | |
1462 | DEFAULT_wxUSE_FONTMAP=no | |
1463 | DEFAULT_wxUSE_STREAMS=no | |
1464 | DEFAULT_wxUSE_SOCKETS=no | |
1465 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
1466 | DEFAULT_wxUSE_SERIAL=no | |
1467 | DEFAULT_wxUSE_JOYSTICK=no | |
1468 | DEFAULT_wxUSE_DYNLIB_CLASS=no | |
1469 | DEFAULT_wxUSE_LONGLONG=no | |
1470 | DEFAULT_wxUSE_GEOMETRY=no | |
1471 | ||
1472 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
1473 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
1474 | DEFAULT_wxUSE_POSTSCRIPT=no | |
1475 | ||
1476 | DEFAULT_wxUSE_X_RESOURCES=no | |
1477 | DEFAULT_wxUSE_CLIPBOARD=no | |
1478 | DEFAULT_wxUSE_TOOLTIPS=no | |
1479 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
1480 | DEFAULT_wxUSE_DRAGIMAGE=no | |
1481 | DEFAULT_wxUSE_SPLINES=no | |
1482 | ||
1483 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no | |
1484 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
1485 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
1486 | ||
1487 | DEFAULT_wxUSE_PROLOGIO=no | |
1488 | DEFAULT_wxUSE_RESOURCES=no | |
1489 | DEFAULT_wxUSE_CONSTRAINTS=no | |
1490 | DEFAULT_wxUSE_IPC=no | |
1491 | DEFAULT_wxUSE_HELP=no | |
1492 | DEFAULT_wxUSE_MS_HTML_HELP=no | |
1493 | DEFAULT_wxUSE_WXHTML_HELP=no | |
1494 | DEFAULT_wxUSE_TREELAYOUT=no | |
1495 | DEFAULT_wxUSE_METAFILE=no | |
1496 | DEFAULT_wxUSE_MIMETYPE=no | |
1497 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes | |
1498 | ||
1499 | DEFAULT_wxUSE_COMMONDLGS=no | |
1500 | DEFAULT_wxUSE_CHOICEDLG=no | |
1501 | DEFAULT_wxUSE_COLOURDLG=no | |
1502 | DEFAULT_wxUSE_DIRDLG=no | |
1503 | DEFAULT_wxUSE_FILEDLG=no | |
1504 | DEFAULT_wxUSE_FINDREPLDLG=no | |
1505 | DEFAULT_wxUSE_FONTDLG=no | |
1506 | DEFAULT_wxUSE_MSGDLG=no | |
1507 | DEFAULT_wxUSE_NUMBERDLG=no | |
1508 | DEFAULT_wxUSE_TEXTDLG=no | |
1509 | DEFAULT_wxUSE_SPLASH=no | |
1510 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
1511 | DEFAULT_wxUSE_PROGRESSDLG=no | |
1512 | DEFAULT_wxUSE_WIZARDDLG=no | |
1513 | ||
1514 | DEFAULT_wxUSE_MENUS=no | |
1515 | DEFAULT_wxUSE_MINIFRAME=no | |
1516 | DEFAULT_wxUSE_HTML=no | |
1517 | DEFAULT_wxUSE_FILESYSTEM=no | |
1518 | DEFAULT_wxUSE_FS_INET=no | |
1519 | DEFAULT_wxUSE_FS_ZIP=no | |
1520 | DEFAULT_wxUSE_BUSYINFO=no | |
1521 | DEFAULT_wxUSE_ZIPSTREAM=no | |
1522 | DEFAULT_wxUSE_VALIDATORS=no | |
1523 | ||
1524 | DEFAULT_wxUSE_ACCEL=no | |
1525 | DEFAULT_wxUSE_BUTTON=no | |
1526 | DEFAULT_wxUSE_BMPBUTTON=no | |
1527 | DEFAULT_wxUSE_CALCTRL=no | |
1528 | DEFAULT_wxUSE_CARET=no | |
1529 | DEFAULT_wxUSE_CHECKBOX=no | |
1530 | DEFAULT_wxUSE_CHECKLST=no | |
1531 | DEFAULT_wxUSE_CHOICE=no | |
1532 | DEFAULT_wxUSE_COMBOBOX=no | |
1533 | DEFAULT_wxUSE_GAUGE=no | |
1534 | DEFAULT_wxUSE_GRID=no | |
1535 | DEFAULT_wxUSE_NEW_GRID=no | |
1536 | DEFAULT_wxUSE_IMAGLIST=no | |
1537 | DEFAULT_wxUSE_LISTBOX=no | |
1538 | DEFAULT_wxUSE_LISTCTRL=no | |
1539 | DEFAULT_wxUSE_NOTEBOOK=no | |
1540 | DEFAULT_wxUSE_PROPSHEET=no | |
1541 | DEFAULT_wxUSE_RADIOBOX=no | |
1542 | DEFAULT_wxUSE_RADIOBTN=no | |
1543 | DEFAULT_wxUSE_SASH=no | |
1544 | DEFAULT_wxUSE_SCROLLBAR=no | |
1545 | DEFAULT_wxUSE_SLIDER=no | |
1546 | DEFAULT_wxUSE_SPINBTN=no | |
1547 | DEFAULT_wxUSE_SPINCTRL=no | |
1548 | DEFAULT_wxUSE_SPLITTER=no | |
1549 | DEFAULT_wxUSE_STATBMP=no | |
1550 | DEFAULT_wxUSE_STATBOX=no | |
1551 | DEFAULT_wxUSE_STATLINE=no | |
1552 | DEFAULT_wxUSE_STATTEXT=no | |
1553 | DEFAULT_wxUSE_STATUSBAR=yes | |
1554 | DEFAULT_wxUSE_TABDIALOG=no | |
1555 | DEFAULT_wxUSE_TEXTCTRL=no | |
1556 | DEFAULT_wxUSE_TOGGLEBTN=no | |
1557 | DEFAULT_wxUSE_TOOLBAR=no | |
1558 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no | |
1559 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
1560 | DEFAULT_wxUSE_TREECTRL=no | |
1561 | DEFAULT_wxUSE_POPUPWIN=no | |
1562 | DEFAULT_wxUSE_TIPWINDOW=no | |
1563 | ||
1564 | DEFAULT_wxUSE_UNICODE=no | |
1565 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1566 | ||
1567 | DEFAULT_wxUSE_PALETTE=no | |
1568 | DEFAULT_wxUSE_IMAGE=no | |
1569 | DEFAULT_wxUSE_GIF=no | |
1570 | DEFAULT_wxUSE_PCX=no | |
1571 | DEFAULT_wxUSE_PNM=no | |
1572 | DEFAULT_wxUSE_XPM=no | |
1573 | else | |
1574 | DEFAULT_wxUSE_UNIVERSAL=no | |
1575 | ||
1576 | DEFAULT_wxUSE_THREADS=yes | |
1577 | ||
1578 | DEFAULT_wxUSE_SHARED=yes | |
1579 | DEFAULT_wxUSE_SONAME=no | |
1580 | DEFAULT_wxUSE_OPTIMISE=yes | |
1581 | DEFAULT_wxUSE_PROFILE=no | |
1582 | DEFAULT_wxUSE_NO_DEPS=no | |
1583 | DEFAULT_wxUSE_NO_RTTI=yes | |
1584 | DEFAULT_wxUSE_NO_EXCEPTIONS=yes | |
1585 | DEFAULT_wxUSE_PERMISSIVE=no | |
1586 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
1587 | DEFAULT_wxUSE_DEBUG_INFO=no | |
1588 | DEFAULT_wxUSE_DEBUG_GDB=no | |
1589 | DEFAULT_wxUSE_MEM_TRACING=no | |
1590 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
1591 | DEFAULT_wxUSE_DMALLOC=no | |
1592 | DEFAULT_wxUSE_PRECOMP=yes | |
1593 | DEFAULT_wxUSE_APPLE_IEEE=yes | |
1594 | ||
1595 | DEFAULT_wxUSE_LOG=yes | |
1596 | DEFAULT_wxUSE_LOGWINDOW=yes | |
1597 | DEFAULT_wxUSE_LOGGUI=yes | |
1598 | DEFAULT_wxUSE_LOGDIALOG=yes | |
1599 | ||
1600 | DEFAULT_wxUSE_GUI=yes | |
1601 | ||
1602 | DEFAULT_wxUSE_REGEX=yes | |
1603 | DEFAULT_wxUSE_ZLIB=yes | |
1604 | DEFAULT_wxUSE_LIBPNG=yes | |
1605 | DEFAULT_wxUSE_LIBJPEG=yes | |
1606 | DEFAULT_wxUSE_LIBTIFF=yes | |
1607 | DEFAULT_wxUSE_ODBC=no | |
1608 | DEFAULT_wxUSE_FREETYPE=no | |
1609 | DEFAULT_wxUSE_OPENGL=no | |
1610 | ||
1611 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes | |
1612 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes | |
1613 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
1614 | DEFAULT_wxUSE_CMDLINE_PARSER=yes | |
1615 | DEFAULT_wxUSE_DATETIME=yes | |
1616 | DEFAULT_wxUSE_TIMEDATE=no | |
1617 | DEFAULT_wxUSE_TIMER=yes | |
1618 | DEFAULT_wxUSE_STOPWATCH=yes | |
1619 | DEFAULT_wxUSE_FILE=yes | |
1620 | DEFAULT_wxUSE_FFILE=yes | |
1621 | DEFAULT_wxUSE_TEXTBUFFER=yes | |
1622 | DEFAULT_wxUSE_TEXTFILE=yes | |
1623 | DEFAULT_wxUSE_WAVE=no | |
1624 | DEFAULT_wxUSE_INTL=yes | |
1625 | DEFAULT_wxUSE_CONFIG=yes | |
1626 | DEFAULT_wxUSE_FONTMAP=yes | |
1627 | DEFAULT_wxUSE_STREAMS=yes | |
1628 | DEFAULT_wxUSE_SOCKETS=yes | |
1629 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
1630 | DEFAULT_wxUSE_SERIAL=yes | |
1631 | DEFAULT_wxUSE_JOYSTICK=yes | |
1632 | DEFAULT_wxUSE_DYNLIB_CLASS=yes | |
1633 | DEFAULT_wxUSE_LONGLONG=yes | |
1634 | DEFAULT_wxUSE_GEOMETRY=yes | |
1635 | ||
1636 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
1637 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
1638 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
1639 | ||
1640 | DEFAULT_wxUSE_X_RESOURCES=no | |
1641 | DEFAULT_wxUSE_CLIPBOARD=yes | |
1642 | DEFAULT_wxUSE_TOOLTIPS=yes | |
1643 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
1644 | DEFAULT_wxUSE_DRAGIMAGE=yes | |
1645 | DEFAULT_wxUSE_SPLINES=yes | |
1646 | ||
1647 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes | |
1648 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
1649 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
1650 | ||
1651 | DEFAULT_wxUSE_PROLOGIO=yes | |
1652 | DEFAULT_wxUSE_RESOURCES=yes | |
1653 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
1654 | DEFAULT_wxUSE_IPC=yes | |
1655 | DEFAULT_wxUSE_HELP=yes | |
1656 | DEFAULT_wxUSE_MS_HTML_HELP=yes | |
1657 | DEFAULT_wxUSE_WXHTML_HELP=yes | |
1658 | DEFAULT_wxUSE_TREELAYOUT=yes | |
1659 | DEFAULT_wxUSE_METAFILE=yes | |
1660 | DEFAULT_wxUSE_MIMETYPE=yes | |
1661 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes | |
1662 | ||
1663 | DEFAULT_wxUSE_COMMONDLGS=yes | |
1664 | DEFAULT_wxUSE_CHOICEDLG=yes | |
1665 | DEFAULT_wxUSE_COLOURDLG=yes | |
1666 | DEFAULT_wxUSE_DIRDLG=yes | |
1667 | DEFAULT_wxUSE_FILEDLG=yes | |
1668 | DEFAULT_wxUSE_FINDREPLDLG=yes | |
1669 | DEFAULT_wxUSE_FONTDLG=yes | |
1670 | DEFAULT_wxUSE_MSGDLG=yes | |
1671 | DEFAULT_wxUSE_NUMBERDLG=yes | |
1672 | DEFAULT_wxUSE_TEXTDLG=yes | |
1673 | DEFAULT_wxUSE_SPLASH=yes | |
1674 | DEFAULT_wxUSE_STARTUP_TIPS=yes | |
1675 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
1676 | DEFAULT_wxUSE_WIZARDDLG=yes | |
1677 | ||
1678 | DEFAULT_wxUSE_MENUS=yes | |
1679 | DEFAULT_wxUSE_MINIFRAME=yes | |
1680 | DEFAULT_wxUSE_HTML=yes | |
1681 | DEFAULT_wxUSE_FILESYSTEM=yes | |
1682 | DEFAULT_wxUSE_FS_INET=yes | |
1683 | DEFAULT_wxUSE_FS_ZIP=yes | |
1684 | DEFAULT_wxUSE_BUSYINFO=yes | |
1685 | DEFAULT_wxUSE_ZIPSTREAM=yes | |
1686 | DEFAULT_wxUSE_VALIDATORS=yes | |
1687 | ||
1688 | DEFAULT_wxUSE_ACCEL=yes | |
1689 | DEFAULT_wxUSE_BUTTON=yes | |
1690 | DEFAULT_wxUSE_BMPBUTTON=yes | |
1691 | DEFAULT_wxUSE_CALCTRL=yes | |
1692 | DEFAULT_wxUSE_CARET=yes | |
1693 | DEFAULT_wxUSE_CHECKBOX=yes | |
1694 | DEFAULT_wxUSE_CHECKLST=yes | |
1695 | DEFAULT_wxUSE_CHOICE=yes | |
1696 | DEFAULT_wxUSE_COMBOBOX=yes | |
1697 | DEFAULT_wxUSE_GAUGE=yes | |
1698 | DEFAULT_wxUSE_GRID=yes | |
1699 | DEFAULT_wxUSE_NEW_GRID=yes | |
1700 | DEFAULT_wxUSE_IMAGLIST=yes | |
1701 | DEFAULT_wxUSE_LISTBOX=yes | |
1702 | DEFAULT_wxUSE_LISTCTRL=yes | |
1703 | DEFAULT_wxUSE_NOTEBOOK=yes | |
1704 | DEFAULT_wxUSE_PROPSHEET=yes | |
1705 | DEFAULT_wxUSE_RADIOBOX=yes | |
1706 | DEFAULT_wxUSE_RADIOBTN=yes | |
1707 | DEFAULT_wxUSE_SASH=yes | |
1708 | DEFAULT_wxUSE_SCROLLBAR=yes | |
1709 | DEFAULT_wxUSE_SLIDER=yes | |
1710 | DEFAULT_wxUSE_SPINBTN=yes | |
1711 | DEFAULT_wxUSE_SPINCTRL=yes | |
1712 | DEFAULT_wxUSE_SPLITTER=yes | |
1713 | DEFAULT_wxUSE_STATBMP=yes | |
1714 | DEFAULT_wxUSE_STATBOX=yes | |
1715 | DEFAULT_wxUSE_STATLINE=yes | |
1716 | DEFAULT_wxUSE_STATTEXT=yes | |
1717 | DEFAULT_wxUSE_STATUSBAR=yes | |
1718 | DEFAULT_wxUSE_TABDIALOG=no | |
1719 | DEFAULT_wxUSE_TEXTCTRL=yes | |
1720 | DEFAULT_wxUSE_TOGGLEBTN=yes | |
1721 | DEFAULT_wxUSE_TOOLBAR=yes | |
1722 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes | |
1723 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
1724 | DEFAULT_wxUSE_TREECTRL=yes | |
1725 | DEFAULT_wxUSE_POPUPWIN=yes | |
1726 | DEFAULT_wxUSE_TIPWINDOW=yes | |
1727 | ||
1728 | DEFAULT_wxUSE_UNICODE=no | |
1729 | DEFAULT_wxUSE_WCSRTOMBS=no | |
1730 | ||
1731 | DEFAULT_wxUSE_PALETTE=yes | |
1732 | DEFAULT_wxUSE_IMAGE=yes | |
1733 | DEFAULT_wxUSE_GIF=yes | |
1734 | DEFAULT_wxUSE_PCX=yes | |
1735 | DEFAULT_wxUSE_PNM=yes | |
1736 | DEFAULT_wxUSE_XPM=yes | |
1737 | fi | |
1738 | ||
1739 | ||
1740 | ||
1741 | for toolkit in `echo $ALL_TOOLKITS`; do | |
1742 | LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}` | |
1743 | if test "x$LINE" != x ; then | |
1744 | has_toolkit_in_cache=1 | |
1745 | eval "DEFAULT_$LINE" | |
1746 | eval "CACHE_$toolkit=1" | |
1747 | fi | |
1748 | done | |
1749 | ||
1750 | ||
1751 | ||
1752 | echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6 | |
1753 | echo "configure:1754: checking for --enable-gui" >&5 | |
1754 | no_cache=0 | |
1755 | # Check whether --enable-gui or --disable-gui was given. | |
1756 | if test "${enable_gui+set}" = set; then | |
1757 | enableval="$enable_gui" | |
1758 | ||
1759 | if test "$enableval" = yes; then | |
1760 | ac_cv_use_gui='wxUSE_GUI=yes' | |
1761 | else | |
1762 | ac_cv_use_gui='wxUSE_GUI=no' | |
1763 | fi | |
1764 | ||
1765 | else | |
1766 | ||
1767 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` | |
1768 | if test "x$LINE" != x ; then | |
1769 | eval "DEFAULT_$LINE" | |
1770 | else | |
1771 | no_cache=1 | |
1772 | fi | |
1773 | ||
1774 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
1775 | ||
1776 | fi | |
1777 | ||
1778 | ||
1779 | eval "$ac_cv_use_gui" | |
1780 | if test "$no_cache" != 1; then | |
1781 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
1782 | fi | |
1783 | ||
1784 | if test "$wxUSE_GUI" = yes; then | |
1785 | echo "$ac_t""yes" 1>&6 | |
1786 | else | |
1787 | echo "$ac_t""no" 1>&6 | |
1788 | fi | |
1789 | ||
1790 | ||
1791 | if test "$wxUSE_GUI" = "yes"; then | |
1792 | ||
1793 | ||
1794 | echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6 | |
1795 | echo "configure:1796: checking for --enable-universal" >&5 | |
1796 | no_cache=0 | |
1797 | # Check whether --enable-universal or --disable-universal was given. | |
1798 | if test "${enable_universal+set}" = set; then | |
1799 | enableval="$enable_universal" | |
1800 | ||
1801 | if test "$enableval" = yes; then | |
1802 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
1803 | else | |
1804 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
1805 | fi | |
1806 | ||
1807 | else | |
1808 | ||
1809 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` | |
1810 | if test "x$LINE" != x ; then | |
1811 | eval "DEFAULT_$LINE" | |
1812 | else | |
1813 | no_cache=1 | |
1814 | fi | |
1815 | ||
1816 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
1817 | ||
1818 | fi | |
1819 | ||
1820 | ||
1821 | eval "$ac_cv_use_universal" | |
1822 | if test "$no_cache" != 1; then | |
1823 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
1824 | fi | |
1825 | ||
1826 | if test "$wxUSE_UNIVERSAL" = yes; then | |
1827 | echo "$ac_t""yes" 1>&6 | |
1828 | else | |
1829 | echo "$ac_t""no" 1>&6 | |
1830 | fi | |
1831 | ||
1832 | # Check whether --with-gtk or --without-gtk was given. | |
1833 | if test "${with_gtk+set}" = set; then | |
1834 | withval="$with_gtk" | |
1835 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
1836 | fi | |
1837 | ||
1838 | # Check whether --with-motif or --without-motif was given. | |
1839 | if test "${with_motif+set}" = set; then | |
1840 | withval="$with_motif" | |
1841 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
1842 | fi | |
1843 | ||
1844 | # Check whether --with-mac or --without-mac was given. | |
1845 | if test "${with_mac+set}" = set; then | |
1846 | withval="$with_mac" | |
1847 | wxUSE_MAC="$withval" TOOLKIT_GIVEN=1 | |
1848 | fi | |
1849 | ||
1850 | # Check whether --with-wine or --without-wine was given. | |
1851 | if test "${with_wine+set}" = set; then | |
1852 | withval="$with_wine" | |
1853 | wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1 | |
1854 | fi | |
1855 | ||
1856 | # Check whether --with-msw or --without-msw was given. | |
1857 | if test "${with_msw+set}" = set; then | |
1858 | withval="$with_msw" | |
1859 | wxUSE_MSW="$withval" CACHE_MSW TOOLKIT_GIVEN=1 | |
1860 | fi | |
1861 | ||
1862 | # Check whether --with-pm or --without-pm was given. | |
1863 | if test "${with_pm+set}" = set; then | |
1864 | withval="$with_pm" | |
1865 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
1866 | fi | |
1867 | ||
1868 | # Check whether --with-mgl or --without-mgl was given. | |
1869 | if test "${with_mgl+set}" = set; then | |
1870 | withval="$with_mgl" | |
1871 | wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1 | |
1872 | fi | |
1873 | ||
1874 | ||
1875 | # Check whether --enable-gtk2 or --disable-gtk2 was given. | |
1876 | if test "${enable_gtk2+set}" = set; then | |
1877 | enableval="$enable_gtk2" | |
1878 | wxUSE_GTK2=1 | |
1879 | else | |
1880 | wxUSE_GTK2=0 | |
1881 | fi | |
1882 | ||
1883 | ||
1884 | ||
1885 | echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6 | |
1886 | echo "configure:1887: checking for --with-libpng" >&5 | |
1887 | no_cache=0 | |
1888 | # Check whether --with-libpng or --without-libpng was given. | |
1889 | if test "${with_libpng+set}" = set; then | |
1890 | withval="$with_libpng" | |
1891 | ||
1892 | if test "$withval" = yes; then | |
1893 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' | |
1894 | elif test "$withval" = no; then | |
1895 | ac_cv_use_libpng='wxUSE_LIBPNG=no' | |
1896 | elif test "$withval" = sys; then | |
1897 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
1898 | elif test "$withval" = builtin; then | |
1899 | ac_cv_use_libpng='wxUSE_LIBPNG=builtin' | |
1900 | else | |
1901 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
1902 | fi | |
1903 | ||
1904 | else | |
1905 | ||
1906 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` | |
1907 | if test "x$LINE" != x ; then | |
1908 | eval "DEFAULT_$LINE" | |
1909 | else | |
1910 | no_cache=1 | |
1911 | fi | |
1912 | ||
1913 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG | |
1914 | ||
1915 | fi | |
1916 | ||
1917 | ||
1918 | eval "$ac_cv_use_libpng" | |
1919 | if test "$no_cache" != 1; then | |
1920 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp | |
1921 | fi | |
1922 | ||
1923 | if test "$wxUSE_LIBPNG" = yes; then | |
1924 | echo "$ac_t""yes" 1>&6 | |
1925 | elif test "$wxUSE_LIBPNG" = no; then | |
1926 | echo "$ac_t""no" 1>&6 | |
1927 | elif test "$wxUSE_LIBPNG" = sys; then | |
1928 | echo "$ac_t""system version" 1>&6 | |
1929 | elif test "$wxUSE_LIBPNG" = builtin; then | |
1930 | echo "$ac_t""builtin version" 1>&6 | |
1931 | else | |
1932 | { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
1933 | fi | |
1934 | ||
1935 | ||
1936 | echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6 | |
1937 | echo "configure:1938: checking for --with-libjpeg" >&5 | |
1938 | no_cache=0 | |
1939 | # Check whether --with-libjpeg or --without-libjpeg was given. | |
1940 | if test "${with_libjpeg+set}" = set; then | |
1941 | withval="$with_libjpeg" | |
1942 | ||
1943 | if test "$withval" = yes; then | |
1944 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' | |
1945 | elif test "$withval" = no; then | |
1946 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' | |
1947 | elif test "$withval" = sys; then | |
1948 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
1949 | elif test "$withval" = builtin; then | |
1950 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin' | |
1951 | else | |
1952 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
1953 | fi | |
1954 | ||
1955 | else | |
1956 | ||
1957 | LINE=`grep "wxUSE_LIBJPEG" ${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_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG | |
1965 | ||
1966 | fi | |
1967 | ||
1968 | ||
1969 | eval "$ac_cv_use_libjpeg" | |
1970 | if test "$no_cache" != 1; then | |
1971 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp | |
1972 | fi | |
1973 | ||
1974 | if test "$wxUSE_LIBJPEG" = yes; then | |
1975 | echo "$ac_t""yes" 1>&6 | |
1976 | elif test "$wxUSE_LIBJPEG" = no; then | |
1977 | echo "$ac_t""no" 1>&6 | |
1978 | elif test "$wxUSE_LIBJPEG" = sys; then | |
1979 | echo "$ac_t""system version" 1>&6 | |
1980 | elif test "$wxUSE_LIBJPEG" = builtin; then | |
1981 | echo "$ac_t""builtin version" 1>&6 | |
1982 | else | |
1983 | { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
1984 | fi | |
1985 | ||
1986 | ||
1987 | echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6 | |
1988 | echo "configure:1989: checking for --with-libtiff" >&5 | |
1989 | no_cache=0 | |
1990 | # Check whether --with-libtiff or --without-libtiff was given. | |
1991 | if test "${with_libtiff+set}" = set; then | |
1992 | withval="$with_libtiff" | |
1993 | ||
1994 | if test "$withval" = yes; then | |
1995 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' | |
1996 | elif test "$withval" = no; then | |
1997 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' | |
1998 | elif test "$withval" = sys; then | |
1999 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
2000 | elif test "$withval" = builtin; then | |
2001 | ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin' | |
2002 | else | |
2003 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2004 | fi | |
2005 | ||
2006 | else | |
2007 | ||
2008 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` | |
2009 | if test "x$LINE" != x ; then | |
2010 | eval "DEFAULT_$LINE" | |
2011 | else | |
2012 | no_cache=1 | |
2013 | fi | |
2014 | ||
2015 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF | |
2016 | ||
2017 | fi | |
2018 | ||
2019 | ||
2020 | eval "$ac_cv_use_libtiff" | |
2021 | if test "$no_cache" != 1; then | |
2022 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp | |
2023 | fi | |
2024 | ||
2025 | if test "$wxUSE_LIBTIFF" = yes; then | |
2026 | echo "$ac_t""yes" 1>&6 | |
2027 | elif test "$wxUSE_LIBTIFF" = no; then | |
2028 | echo "$ac_t""no" 1>&6 | |
2029 | elif test "$wxUSE_LIBTIFF" = sys; then | |
2030 | echo "$ac_t""system version" 1>&6 | |
2031 | elif test "$wxUSE_LIBTIFF" = builtin; then | |
2032 | echo "$ac_t""builtin version" 1>&6 | |
2033 | else | |
2034 | { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2035 | fi | |
2036 | ||
2037 | ||
2038 | echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6 | |
2039 | echo "configure:2040: checking for --with-freetype" >&5 | |
2040 | no_cache=0 | |
2041 | # Check whether --with-freetype or --without-freetype was given. | |
2042 | if test "${with_freetype+set}" = set; then | |
2043 | withval="$with_freetype" | |
2044 | ||
2045 | if test "$withval" = yes; then | |
2046 | ac_cv_use_freetype='wxUSE_FREETYPE=yes' | |
2047 | elif test "$withval" = no; then | |
2048 | ac_cv_use_freetype='wxUSE_FREETYPE=no' | |
2049 | elif test "$withval" = sys; then | |
2050 | ac_cv_use_freetype='wxUSE_FREETYPE=sys' | |
2051 | elif test "$withval" = builtin; then | |
2052 | ac_cv_use_freetype='wxUSE_FREETYPE=builtin' | |
2053 | else | |
2054 | { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2055 | fi | |
2056 | ||
2057 | else | |
2058 | ||
2059 | LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}` | |
2060 | if test "x$LINE" != x ; then | |
2061 | eval "DEFAULT_$LINE" | |
2062 | else | |
2063 | no_cache=1 | |
2064 | fi | |
2065 | ||
2066 | ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE | |
2067 | ||
2068 | fi | |
2069 | ||
2070 | ||
2071 | eval "$ac_cv_use_freetype" | |
2072 | if test "$no_cache" != 1; then | |
2073 | echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp | |
2074 | fi | |
2075 | ||
2076 | if test "$wxUSE_FREETYPE" = yes; then | |
2077 | echo "$ac_t""yes" 1>&6 | |
2078 | elif test "$wxUSE_FREETYPE" = no; then | |
2079 | echo "$ac_t""no" 1>&6 | |
2080 | elif test "$wxUSE_FREETYPE" = sys; then | |
2081 | echo "$ac_t""system version" 1>&6 | |
2082 | elif test "$wxUSE_FREETYPE" = builtin; then | |
2083 | echo "$ac_t""builtin version" 1>&6 | |
2084 | else | |
2085 | { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2086 | fi | |
2087 | ||
2088 | ||
2089 | echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6 | |
2090 | echo "configure:2091: checking for --with-opengl" >&5 | |
2091 | no_cache=0 | |
2092 | # Check whether --with-opengl or --without-opengl was given. | |
2093 | if test "${with_opengl+set}" = set; then | |
2094 | withval="$with_opengl" | |
2095 | ||
2096 | if test "$withval" = yes; then | |
2097 | ac_cv_use_opengl='wxUSE_OPENGL=yes' | |
2098 | else | |
2099 | ac_cv_use_opengl='wxUSE_OPENGL=no' | |
2100 | fi | |
2101 | ||
2102 | else | |
2103 | ||
2104 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` | |
2105 | if test "x$LINE" != x ; then | |
2106 | eval "DEFAULT_$LINE" | |
2107 | else | |
2108 | no_cache=1 | |
2109 | fi | |
2110 | ||
2111 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL | |
2112 | ||
2113 | fi | |
2114 | ||
2115 | ||
2116 | eval "$ac_cv_use_opengl" | |
2117 | if test "$no_cache" != 1; then | |
2118 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp | |
2119 | fi | |
2120 | ||
2121 | if test "$wxUSE_OPENGL" = yes; then | |
2122 | echo "$ac_t""yes" 1>&6 | |
2123 | else | |
2124 | echo "$ac_t""no" 1>&6 | |
2125 | fi | |
2126 | ||
2127 | ||
2128 | fi | |
2129 | ||
2130 | ||
2131 | echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6 | |
2132 | echo "configure:2133: checking for --with-dmalloc" >&5 | |
2133 | no_cache=0 | |
2134 | # Check whether --with-dmalloc or --without-dmalloc was given. | |
2135 | if test "${with_dmalloc+set}" = set; then | |
2136 | withval="$with_dmalloc" | |
2137 | ||
2138 | if test "$withval" = yes; then | |
2139 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' | |
2140 | else | |
2141 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' | |
2142 | fi | |
2143 | ||
2144 | else | |
2145 | ||
2146 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` | |
2147 | if test "x$LINE" != x ; then | |
2148 | eval "DEFAULT_$LINE" | |
2149 | else | |
2150 | no_cache=1 | |
2151 | fi | |
2152 | ||
2153 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC | |
2154 | ||
2155 | fi | |
2156 | ||
2157 | ||
2158 | eval "$ac_cv_use_dmalloc" | |
2159 | if test "$no_cache" != 1; then | |
2160 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp | |
2161 | fi | |
2162 | ||
2163 | if test "$wxUSE_DMALLOC" = yes; then | |
2164 | echo "$ac_t""yes" 1>&6 | |
2165 | else | |
2166 | echo "$ac_t""no" 1>&6 | |
2167 | fi | |
2168 | ||
2169 | ||
2170 | echo $ac_n "checking for --with-regex""... $ac_c" 1>&6 | |
2171 | echo "configure:2172: checking for --with-regex" >&5 | |
2172 | no_cache=0 | |
2173 | # Check whether --with-regex or --without-regex was given. | |
2174 | if test "${with_regex+set}" = set; then | |
2175 | withval="$with_regex" | |
2176 | ||
2177 | if test "$withval" = yes; then | |
2178 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
2179 | elif test "$withval" = no; then | |
2180 | ac_cv_use_regex='wxUSE_REGEX=no' | |
2181 | elif test "$withval" = sys; then | |
2182 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
2183 | elif test "$withval" = builtin; then | |
2184 | ac_cv_use_regex='wxUSE_REGEX=builtin' | |
2185 | else | |
2186 | { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2187 | fi | |
2188 | ||
2189 | else | |
2190 | ||
2191 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` | |
2192 | if test "x$LINE" != x ; then | |
2193 | eval "DEFAULT_$LINE" | |
2194 | else | |
2195 | no_cache=1 | |
2196 | fi | |
2197 | ||
2198 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
2199 | ||
2200 | fi | |
2201 | ||
2202 | ||
2203 | eval "$ac_cv_use_regex" | |
2204 | if test "$no_cache" != 1; then | |
2205 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
2206 | fi | |
2207 | ||
2208 | if test "$wxUSE_REGEX" = yes; then | |
2209 | echo "$ac_t""yes" 1>&6 | |
2210 | elif test "$wxUSE_REGEX" = no; then | |
2211 | echo "$ac_t""no" 1>&6 | |
2212 | elif test "$wxUSE_REGEX" = sys; then | |
2213 | echo "$ac_t""system version" 1>&6 | |
2214 | elif test "$wxUSE_REGEX" = builtin; then | |
2215 | echo "$ac_t""builtin version" 1>&6 | |
2216 | else | |
2217 | { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2218 | fi | |
2219 | ||
2220 | ||
2221 | echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6 | |
2222 | echo "configure:2223: checking for --with-zlib" >&5 | |
2223 | no_cache=0 | |
2224 | # Check whether --with-zlib or --without-zlib was given. | |
2225 | if test "${with_zlib+set}" = set; then | |
2226 | withval="$with_zlib" | |
2227 | ||
2228 | if test "$withval" = yes; then | |
2229 | ac_cv_use_zlib='wxUSE_ZLIB=yes' | |
2230 | elif test "$withval" = no; then | |
2231 | ac_cv_use_zlib='wxUSE_ZLIB=no' | |
2232 | elif test "$withval" = sys; then | |
2233 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
2234 | elif test "$withval" = builtin; then | |
2235 | ac_cv_use_zlib='wxUSE_ZLIB=builtin' | |
2236 | else | |
2237 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2238 | fi | |
2239 | ||
2240 | else | |
2241 | ||
2242 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` | |
2243 | if test "x$LINE" != x ; then | |
2244 | eval "DEFAULT_$LINE" | |
2245 | else | |
2246 | no_cache=1 | |
2247 | fi | |
2248 | ||
2249 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB | |
2250 | ||
2251 | fi | |
2252 | ||
2253 | ||
2254 | eval "$ac_cv_use_zlib" | |
2255 | if test "$no_cache" != 1; then | |
2256 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp | |
2257 | fi | |
2258 | ||
2259 | if test "$wxUSE_ZLIB" = yes; then | |
2260 | echo "$ac_t""yes" 1>&6 | |
2261 | elif test "$wxUSE_ZLIB" = no; then | |
2262 | echo "$ac_t""no" 1>&6 | |
2263 | elif test "$wxUSE_ZLIB" = sys; then | |
2264 | echo "$ac_t""system version" 1>&6 | |
2265 | elif test "$wxUSE_ZLIB" = builtin; then | |
2266 | echo "$ac_t""builtin version" 1>&6 | |
2267 | else | |
2268 | { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; } | |
2269 | fi | |
2270 | ||
2271 | ||
2272 | echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6 | |
2273 | echo "configure:2274: checking for --with-odbc" >&5 | |
2274 | no_cache=0 | |
2275 | # Check whether --with-odbc or --without-odbc was given. | |
2276 | if test "${with_odbc+set}" = set; then | |
2277 | withval="$with_odbc" | |
2278 | ||
2279 | if test "$withval" = yes; then | |
2280 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
2281 | else | |
2282 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
2283 | fi | |
2284 | ||
2285 | else | |
2286 | ||
2287 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` | |
2288 | if test "x$LINE" != x ; then | |
2289 | eval "DEFAULT_$LINE" | |
2290 | else | |
2291 | no_cache=1 | |
2292 | fi | |
2293 | ||
2294 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
2295 | ||
2296 | fi | |
2297 | ||
2298 | ||
2299 | eval "$ac_cv_use_odbc" | |
2300 | if test "$no_cache" != 1; then | |
2301 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
2302 | fi | |
2303 | ||
2304 | if test "$wxUSE_ODBC" = yes; then | |
2305 | echo "$ac_t""yes" 1>&6 | |
2306 | else | |
2307 | echo "$ac_t""no" 1>&6 | |
2308 | fi | |
2309 | ||
2310 | ||
2311 | ||
2312 | ||
2313 | echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6 | |
2314 | echo "configure:2315: checking for --enable-shared" >&5 | |
2315 | no_cache=0 | |
2316 | # Check whether --enable-shared or --disable-shared was given. | |
2317 | if test "${enable_shared+set}" = set; then | |
2318 | enableval="$enable_shared" | |
2319 | ||
2320 | if test "$enableval" = yes; then | |
2321 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
2322 | else | |
2323 | ac_cv_use_shared='wxUSE_SHARED=no' | |
2324 | fi | |
2325 | ||
2326 | else | |
2327 | ||
2328 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` | |
2329 | if test "x$LINE" != x ; then | |
2330 | eval "DEFAULT_$LINE" | |
2331 | else | |
2332 | no_cache=1 | |
2333 | fi | |
2334 | ||
2335 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
2336 | ||
2337 | fi | |
2338 | ||
2339 | ||
2340 | eval "$ac_cv_use_shared" | |
2341 | if test "$no_cache" != 1; then | |
2342 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
2343 | fi | |
2344 | ||
2345 | if test "$wxUSE_SHARED" = yes; then | |
2346 | echo "$ac_t""yes" 1>&6 | |
2347 | else | |
2348 | echo "$ac_t""no" 1>&6 | |
2349 | fi | |
2350 | ||
2351 | ||
2352 | echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6 | |
2353 | echo "configure:2354: checking for --enable-soname" >&5 | |
2354 | no_cache=0 | |
2355 | # Check whether --enable-soname or --disable-soname was given. | |
2356 | if test "${enable_soname+set}" = set; then | |
2357 | enableval="$enable_soname" | |
2358 | ||
2359 | if test "$enableval" = yes; then | |
2360 | ac_cv_use_soname='wxUSE_SONAME=yes' | |
2361 | else | |
2362 | ac_cv_use_soname='wxUSE_SONAME=no' | |
2363 | fi | |
2364 | ||
2365 | else | |
2366 | ||
2367 | LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}` | |
2368 | if test "x$LINE" != x ; then | |
2369 | eval "DEFAULT_$LINE" | |
2370 | else | |
2371 | no_cache=1 | |
2372 | fi | |
2373 | ||
2374 | ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME | |
2375 | ||
2376 | fi | |
2377 | ||
2378 | ||
2379 | eval "$ac_cv_use_soname" | |
2380 | if test "$no_cache" != 1; then | |
2381 | echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp | |
2382 | fi | |
2383 | ||
2384 | if test "$wxUSE_SONAME" = yes; then | |
2385 | echo "$ac_t""yes" 1>&6 | |
2386 | else | |
2387 | echo "$ac_t""no" 1>&6 | |
2388 | fi | |
2389 | ||
2390 | ||
2391 | echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6 | |
2392 | echo "configure:2393: checking for --enable-optimise" >&5 | |
2393 | no_cache=0 | |
2394 | # Check whether --enable-optimise or --disable-optimise was given. | |
2395 | if test "${enable_optimise+set}" = set; then | |
2396 | enableval="$enable_optimise" | |
2397 | ||
2398 | if test "$enableval" = yes; then | |
2399 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
2400 | else | |
2401 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
2402 | fi | |
2403 | ||
2404 | else | |
2405 | ||
2406 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` | |
2407 | if test "x$LINE" != x ; then | |
2408 | eval "DEFAULT_$LINE" | |
2409 | else | |
2410 | no_cache=1 | |
2411 | fi | |
2412 | ||
2413 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
2414 | ||
2415 | fi | |
2416 | ||
2417 | ||
2418 | eval "$ac_cv_use_optimise" | |
2419 | if test "$no_cache" != 1; then | |
2420 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
2421 | fi | |
2422 | ||
2423 | if test "$wxUSE_OPTIMISE" = yes; then | |
2424 | echo "$ac_t""yes" 1>&6 | |
2425 | else | |
2426 | echo "$ac_t""no" 1>&6 | |
2427 | fi | |
2428 | ||
2429 | ||
2430 | echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6 | |
2431 | echo "configure:2432: checking for --enable-debug" >&5 | |
2432 | no_cache=0 | |
2433 | # Check whether --enable-debug or --disable-debug was given. | |
2434 | if test "${enable_debug+set}" = set; then | |
2435 | enableval="$enable_debug" | |
2436 | ||
2437 | if test "$enableval" = yes; then | |
2438 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
2439 | else | |
2440 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
2441 | fi | |
2442 | ||
2443 | else | |
2444 | ||
2445 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` | |
2446 | if test "x$LINE" != x ; then | |
2447 | eval "DEFAULT_$LINE" | |
2448 | else | |
2449 | no_cache=1 | |
2450 | fi | |
2451 | ||
2452 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
2453 | ||
2454 | fi | |
2455 | ||
2456 | ||
2457 | eval "$ac_cv_use_debug" | |
2458 | if test "$no_cache" != 1; then | |
2459 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
2460 | fi | |
2461 | ||
2462 | if test "$wxUSE_DEBUG" = yes; then | |
2463 | echo "$ac_t""yes" 1>&6 | |
2464 | else | |
2465 | echo "$ac_t""no" 1>&6 | |
2466 | fi | |
2467 | ||
2468 | ||
2469 | ||
2470 | echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6 | |
2471 | echo "configure:2472: checking for --enable-precomp" >&5 | |
2472 | no_cache=0 | |
2473 | # Check whether --enable-precomp or --disable-precomp was given. | |
2474 | if test "${enable_precomp+set}" = set; then | |
2475 | enableval="$enable_precomp" | |
2476 | ||
2477 | if test "$enableval" = yes; then | |
2478 | ac_cv_use_precomp='wxUSE_PRECOMP=yes' | |
2479 | else | |
2480 | ac_cv_use_precomp='wxUSE_PRECOMP=no' | |
2481 | fi | |
2482 | ||
2483 | else | |
2484 | ||
2485 | LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}` | |
2486 | if test "x$LINE" != x ; then | |
2487 | eval "DEFAULT_$LINE" | |
2488 | else | |
2489 | no_cache=1 | |
2490 | fi | |
2491 | ||
2492 | ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP | |
2493 | ||
2494 | fi | |
2495 | ||
2496 | ||
2497 | eval "$ac_cv_use_precomp" | |
2498 | if test "$no_cache" != 1; then | |
2499 | echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp | |
2500 | fi | |
2501 | ||
2502 | if test "$wxUSE_PRECOMP" = yes; then | |
2503 | echo "$ac_t""yes" 1>&6 | |
2504 | else | |
2505 | echo "$ac_t""no" 1>&6 | |
2506 | fi | |
2507 | ||
2508 | ||
2509 | if test "$wxUSE_DEBUG" = "yes"; then | |
2510 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2511 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2512 | elif test "$wxUSE_DEBUG" = "no"; then | |
2513 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2514 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2515 | fi | |
2516 | ||
2517 | ||
2518 | echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6 | |
2519 | echo "configure:2520: checking for --enable-debug_flag" >&5 | |
2520 | no_cache=0 | |
2521 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
2522 | if test "${enable_debug_flag+set}" = set; then | |
2523 | enableval="$enable_debug_flag" | |
2524 | ||
2525 | if test "$enableval" = yes; then | |
2526 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
2527 | else | |
2528 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
2529 | fi | |
2530 | ||
2531 | else | |
2532 | ||
2533 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` | |
2534 | if test "x$LINE" != x ; then | |
2535 | eval "DEFAULT_$LINE" | |
2536 | else | |
2537 | no_cache=1 | |
2538 | fi | |
2539 | ||
2540 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
2541 | ||
2542 | fi | |
2543 | ||
2544 | ||
2545 | eval "$ac_cv_use_debug_flag" | |
2546 | if test "$no_cache" != 1; then | |
2547 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
2548 | fi | |
2549 | ||
2550 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
2551 | echo "$ac_t""yes" 1>&6 | |
2552 | else | |
2553 | echo "$ac_t""no" 1>&6 | |
2554 | fi | |
2555 | ||
2556 | ||
2557 | echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6 | |
2558 | echo "configure:2559: checking for --enable-debug_info" >&5 | |
2559 | no_cache=0 | |
2560 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
2561 | if test "${enable_debug_info+set}" = set; then | |
2562 | enableval="$enable_debug_info" | |
2563 | ||
2564 | if test "$enableval" = yes; then | |
2565 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
2566 | else | |
2567 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
2568 | fi | |
2569 | ||
2570 | else | |
2571 | ||
2572 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` | |
2573 | if test "x$LINE" != x ; then | |
2574 | eval "DEFAULT_$LINE" | |
2575 | else | |
2576 | no_cache=1 | |
2577 | fi | |
2578 | ||
2579 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
2580 | ||
2581 | fi | |
2582 | ||
2583 | ||
2584 | eval "$ac_cv_use_debug_info" | |
2585 | if test "$no_cache" != 1; then | |
2586 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
2587 | fi | |
2588 | ||
2589 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
2590 | echo "$ac_t""yes" 1>&6 | |
2591 | else | |
2592 | echo "$ac_t""no" 1>&6 | |
2593 | fi | |
2594 | ||
2595 | ||
2596 | echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6 | |
2597 | echo "configure:2598: checking for --enable-debug_gdb" >&5 | |
2598 | no_cache=0 | |
2599 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
2600 | if test "${enable_debug_gdb+set}" = set; then | |
2601 | enableval="$enable_debug_gdb" | |
2602 | ||
2603 | if test "$enableval" = yes; then | |
2604 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
2605 | else | |
2606 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
2607 | fi | |
2608 | ||
2609 | else | |
2610 | ||
2611 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` | |
2612 | if test "x$LINE" != x ; then | |
2613 | eval "DEFAULT_$LINE" | |
2614 | else | |
2615 | no_cache=1 | |
2616 | fi | |
2617 | ||
2618 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
2619 | ||
2620 | fi | |
2621 | ||
2622 | ||
2623 | eval "$ac_cv_use_debug_gdb" | |
2624 | if test "$no_cache" != 1; then | |
2625 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
2626 | fi | |
2627 | ||
2628 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
2629 | echo "$ac_t""yes" 1>&6 | |
2630 | else | |
2631 | echo "$ac_t""no" 1>&6 | |
2632 | fi | |
2633 | ||
2634 | ||
2635 | echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6 | |
2636 | echo "configure:2637: checking for --enable-debug_cntxt" >&5 | |
2637 | no_cache=0 | |
2638 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
2639 | if test "${enable_debug_cntxt+set}" = set; then | |
2640 | enableval="$enable_debug_cntxt" | |
2641 | ||
2642 | if test "$enableval" = yes; then | |
2643 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
2644 | else | |
2645 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
2646 | fi | |
2647 | ||
2648 | else | |
2649 | ||
2650 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` | |
2651 | if test "x$LINE" != x ; then | |
2652 | eval "DEFAULT_$LINE" | |
2653 | else | |
2654 | no_cache=1 | |
2655 | fi | |
2656 | ||
2657 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
2658 | ||
2659 | fi | |
2660 | ||
2661 | ||
2662 | eval "$ac_cv_use_debug_cntxt" | |
2663 | if test "$no_cache" != 1; then | |
2664 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
2665 | fi | |
2666 | ||
2667 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
2668 | echo "$ac_t""yes" 1>&6 | |
2669 | else | |
2670 | echo "$ac_t""no" 1>&6 | |
2671 | fi | |
2672 | ||
2673 | ||
2674 | echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6 | |
2675 | echo "configure:2676: checking for --enable-mem_tracing" >&5 | |
2676 | no_cache=0 | |
2677 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
2678 | if test "${enable_mem_tracing+set}" = set; then | |
2679 | enableval="$enable_mem_tracing" | |
2680 | ||
2681 | if test "$enableval" = yes; then | |
2682 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
2683 | else | |
2684 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
2685 | fi | |
2686 | ||
2687 | else | |
2688 | ||
2689 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` | |
2690 | if test "x$LINE" != x ; then | |
2691 | eval "DEFAULT_$LINE" | |
2692 | else | |
2693 | no_cache=1 | |
2694 | fi | |
2695 | ||
2696 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
2697 | ||
2698 | fi | |
2699 | ||
2700 | ||
2701 | eval "$ac_cv_use_mem_tracing" | |
2702 | if test "$no_cache" != 1; then | |
2703 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
2704 | fi | |
2705 | ||
2706 | if test "$wxUSE_MEM_TRACING" = yes; then | |
2707 | echo "$ac_t""yes" 1>&6 | |
2708 | else | |
2709 | echo "$ac_t""no" 1>&6 | |
2710 | fi | |
2711 | ||
2712 | ||
2713 | echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6 | |
2714 | echo "configure:2715: checking for --enable-profile" >&5 | |
2715 | no_cache=0 | |
2716 | # Check whether --enable-profile or --disable-profile was given. | |
2717 | if test "${enable_profile+set}" = set; then | |
2718 | enableval="$enable_profile" | |
2719 | ||
2720 | if test "$enableval" = yes; then | |
2721 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
2722 | else | |
2723 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
2724 | fi | |
2725 | ||
2726 | else | |
2727 | ||
2728 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` | |
2729 | if test "x$LINE" != x ; then | |
2730 | eval "DEFAULT_$LINE" | |
2731 | else | |
2732 | no_cache=1 | |
2733 | fi | |
2734 | ||
2735 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
2736 | ||
2737 | fi | |
2738 | ||
2739 | ||
2740 | eval "$ac_cv_use_profile" | |
2741 | if test "$no_cache" != 1; then | |
2742 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
2743 | fi | |
2744 | ||
2745 | if test "$wxUSE_PROFILE" = yes; then | |
2746 | echo "$ac_t""yes" 1>&6 | |
2747 | else | |
2748 | echo "$ac_t""no" 1>&6 | |
2749 | fi | |
2750 | ||
2751 | ||
2752 | echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6 | |
2753 | echo "configure:2754: checking for --enable-no_rtti" >&5 | |
2754 | no_cache=0 | |
2755 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
2756 | if test "${enable_no_rtti+set}" = set; then | |
2757 | enableval="$enable_no_rtti" | |
2758 | ||
2759 | if test "$enableval" = yes; then | |
2760 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
2761 | else | |
2762 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
2763 | fi | |
2764 | ||
2765 | else | |
2766 | ||
2767 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` | |
2768 | if test "x$LINE" != x ; then | |
2769 | eval "DEFAULT_$LINE" | |
2770 | else | |
2771 | no_cache=1 | |
2772 | fi | |
2773 | ||
2774 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
2775 | ||
2776 | fi | |
2777 | ||
2778 | ||
2779 | eval "$ac_cv_use_no_rtti" | |
2780 | if test "$no_cache" != 1; then | |
2781 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
2782 | fi | |
2783 | ||
2784 | if test "$wxUSE_NO_RTTI" = yes; then | |
2785 | echo "$ac_t""yes" 1>&6 | |
2786 | else | |
2787 | echo "$ac_t""no" 1>&6 | |
2788 | fi | |
2789 | ||
2790 | ||
2791 | echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6 | |
2792 | echo "configure:2793: checking for --enable-no_exceptions" >&5 | |
2793 | no_cache=0 | |
2794 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
2795 | if test "${enable_no_exceptions+set}" = set; then | |
2796 | enableval="$enable_no_exceptions" | |
2797 | ||
2798 | if test "$enableval" = yes; then | |
2799 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
2800 | else | |
2801 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
2802 | fi | |
2803 | ||
2804 | else | |
2805 | ||
2806 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` | |
2807 | if test "x$LINE" != x ; then | |
2808 | eval "DEFAULT_$LINE" | |
2809 | else | |
2810 | no_cache=1 | |
2811 | fi | |
2812 | ||
2813 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
2814 | ||
2815 | fi | |
2816 | ||
2817 | ||
2818 | eval "$ac_cv_use_no_exceptions" | |
2819 | if test "$no_cache" != 1; then | |
2820 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
2821 | fi | |
2822 | ||
2823 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
2824 | echo "$ac_t""yes" 1>&6 | |
2825 | else | |
2826 | echo "$ac_t""no" 1>&6 | |
2827 | fi | |
2828 | ||
2829 | ||
2830 | echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6 | |
2831 | echo "configure:2832: checking for --enable-permissive" >&5 | |
2832 | no_cache=0 | |
2833 | # Check whether --enable-permissive or --disable-permissive was given. | |
2834 | if test "${enable_permissive+set}" = set; then | |
2835 | enableval="$enable_permissive" | |
2836 | ||
2837 | if test "$enableval" = yes; then | |
2838 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
2839 | else | |
2840 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
2841 | fi | |
2842 | ||
2843 | else | |
2844 | ||
2845 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` | |
2846 | if test "x$LINE" != x ; then | |
2847 | eval "DEFAULT_$LINE" | |
2848 | else | |
2849 | no_cache=1 | |
2850 | fi | |
2851 | ||
2852 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
2853 | ||
2854 | fi | |
2855 | ||
2856 | ||
2857 | eval "$ac_cv_use_permissive" | |
2858 | if test "$no_cache" != 1; then | |
2859 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
2860 | fi | |
2861 | ||
2862 | if test "$wxUSE_PERMISSIVE" = yes; then | |
2863 | echo "$ac_t""yes" 1>&6 | |
2864 | else | |
2865 | echo "$ac_t""no" 1>&6 | |
2866 | fi | |
2867 | ||
2868 | ||
2869 | echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6 | |
2870 | echo "configure:2871: checking for --enable-no_deps" >&5 | |
2871 | no_cache=0 | |
2872 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
2873 | if test "${enable_no_deps+set}" = set; then | |
2874 | enableval="$enable_no_deps" | |
2875 | ||
2876 | if test "$enableval" = yes; then | |
2877 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
2878 | else | |
2879 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
2880 | fi | |
2881 | ||
2882 | else | |
2883 | ||
2884 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` | |
2885 | if test "x$LINE" != x ; then | |
2886 | eval "DEFAULT_$LINE" | |
2887 | else | |
2888 | no_cache=1 | |
2889 | fi | |
2890 | ||
2891 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
2892 | ||
2893 | fi | |
2894 | ||
2895 | ||
2896 | eval "$ac_cv_use_no_deps" | |
2897 | if test "$no_cache" != 1; then | |
2898 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
2899 | fi | |
2900 | ||
2901 | if test "$wxUSE_NO_DEPS" = yes; then | |
2902 | echo "$ac_t""yes" 1>&6 | |
2903 | else | |
2904 | echo "$ac_t""no" 1>&6 | |
2905 | fi | |
2906 | ||
2907 | ||
2908 | ||
2909 | echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6 | |
2910 | echo "configure:2911: checking for --enable-compat20" >&5 | |
2911 | no_cache=0 | |
2912 | # Check whether --enable-compat20 or --disable-compat20 was given. | |
2913 | if test "${enable_compat20+set}" = set; then | |
2914 | enableval="$enable_compat20" | |
2915 | ||
2916 | if test "$enableval" = yes; then | |
2917 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes' | |
2918 | else | |
2919 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no' | |
2920 | fi | |
2921 | ||
2922 | else | |
2923 | ||
2924 | LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}` | |
2925 | if test "x$LINE" != x ; then | |
2926 | eval "DEFAULT_$LINE" | |
2927 | else | |
2928 | no_cache=1 | |
2929 | fi | |
2930 | ||
2931 | ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2 | |
2932 | ||
2933 | fi | |
2934 | ||
2935 | ||
2936 | eval "$ac_cv_use_compat20" | |
2937 | if test "$no_cache" != 1; then | |
2938 | echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp | |
2939 | fi | |
2940 | ||
2941 | if test "$WXWIN_COMPATIBILITY_2" = yes; then | |
2942 | echo "$ac_t""yes" 1>&6 | |
2943 | else | |
2944 | echo "$ac_t""no" 1>&6 | |
2945 | fi | |
2946 | ||
2947 | ||
2948 | echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6 | |
2949 | echo "configure:2950: checking for --enable-compat22" >&5 | |
2950 | no_cache=0 | |
2951 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
2952 | if test "${enable_compat22+set}" = set; then | |
2953 | enableval="$enable_compat22" | |
2954 | ||
2955 | if test "$enableval" = yes; then | |
2956 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
2957 | else | |
2958 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
2959 | fi | |
2960 | ||
2961 | else | |
2962 | ||
2963 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` | |
2964 | if test "x$LINE" != x ; then | |
2965 | eval "DEFAULT_$LINE" | |
2966 | else | |
2967 | no_cache=1 | |
2968 | fi | |
2969 | ||
2970 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
2971 | ||
2972 | fi | |
2973 | ||
2974 | ||
2975 | eval "$ac_cv_use_compat22" | |
2976 | if test "$no_cache" != 1; then | |
2977 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
2978 | fi | |
2979 | ||
2980 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
2981 | echo "$ac_t""yes" 1>&6 | |
2982 | else | |
2983 | echo "$ac_t""no" 1>&6 | |
2984 | fi | |
2985 | ||
2986 | ||
2987 | ||
2988 | ||
2989 | echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6 | |
2990 | echo "configure:2991: checking for --enable-intl" >&5 | |
2991 | no_cache=0 | |
2992 | # Check whether --enable-intl or --disable-intl was given. | |
2993 | if test "${enable_intl+set}" = set; then | |
2994 | enableval="$enable_intl" | |
2995 | ||
2996 | if test "$enableval" = yes; then | |
2997 | ac_cv_use_intl='wxUSE_INTL=yes' | |
2998 | else | |
2999 | ac_cv_use_intl='wxUSE_INTL=no' | |
3000 | fi | |
3001 | ||
3002 | else | |
3003 | ||
3004 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` | |
3005 | if test "x$LINE" != x ; then | |
3006 | eval "DEFAULT_$LINE" | |
3007 | else | |
3008 | no_cache=1 | |
3009 | fi | |
3010 | ||
3011 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
3012 | ||
3013 | fi | |
3014 | ||
3015 | ||
3016 | eval "$ac_cv_use_intl" | |
3017 | if test "$no_cache" != 1; then | |
3018 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
3019 | fi | |
3020 | ||
3021 | if test "$wxUSE_INTL" = yes; then | |
3022 | echo "$ac_t""yes" 1>&6 | |
3023 | else | |
3024 | echo "$ac_t""no" 1>&6 | |
3025 | fi | |
3026 | ||
3027 | ||
3028 | echo $ac_n "checking for --enable-config""... $ac_c" 1>&6 | |
3029 | echo "configure:3030: checking for --enable-config" >&5 | |
3030 | no_cache=0 | |
3031 | # Check whether --enable-config or --disable-config was given. | |
3032 | if test "${enable_config+set}" = set; then | |
3033 | enableval="$enable_config" | |
3034 | ||
3035 | if test "$enableval" = yes; then | |
3036 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
3037 | else | |
3038 | ac_cv_use_config='wxUSE_CONFIG=no' | |
3039 | fi | |
3040 | ||
3041 | else | |
3042 | ||
3043 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` | |
3044 | if test "x$LINE" != x ; then | |
3045 | eval "DEFAULT_$LINE" | |
3046 | else | |
3047 | no_cache=1 | |
3048 | fi | |
3049 | ||
3050 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
3051 | ||
3052 | fi | |
3053 | ||
3054 | ||
3055 | eval "$ac_cv_use_config" | |
3056 | if test "$no_cache" != 1; then | |
3057 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
3058 | fi | |
3059 | ||
3060 | if test "$wxUSE_CONFIG" = yes; then | |
3061 | echo "$ac_t""yes" 1>&6 | |
3062 | else | |
3063 | echo "$ac_t""no" 1>&6 | |
3064 | fi | |
3065 | ||
3066 | ||
3067 | ||
3068 | echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6 | |
3069 | echo "configure:3070: checking for --enable-sockets" >&5 | |
3070 | no_cache=0 | |
3071 | # Check whether --enable-sockets or --disable-sockets was given. | |
3072 | if test "${enable_sockets+set}" = set; then | |
3073 | enableval="$enable_sockets" | |
3074 | ||
3075 | if test "$enableval" = yes; then | |
3076 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
3077 | else | |
3078 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
3079 | fi | |
3080 | ||
3081 | else | |
3082 | ||
3083 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` | |
3084 | if test "x$LINE" != x ; then | |
3085 | eval "DEFAULT_$LINE" | |
3086 | else | |
3087 | no_cache=1 | |
3088 | fi | |
3089 | ||
3090 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
3091 | ||
3092 | fi | |
3093 | ||
3094 | ||
3095 | eval "$ac_cv_use_sockets" | |
3096 | if test "$no_cache" != 1; then | |
3097 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
3098 | fi | |
3099 | ||
3100 | if test "$wxUSE_SOCKETS" = yes; then | |
3101 | echo "$ac_t""yes" 1>&6 | |
3102 | else | |
3103 | echo "$ac_t""no" 1>&6 | |
3104 | fi | |
3105 | ||
3106 | ||
3107 | ||
3108 | echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6 | |
3109 | echo "configure:3110: checking for --enable-ipc" >&5 | |
3110 | no_cache=0 | |
3111 | # Check whether --enable-ipc or --disable-ipc was given. | |
3112 | if test "${enable_ipc+set}" = set; then | |
3113 | enableval="$enable_ipc" | |
3114 | ||
3115 | if test "$enableval" = yes; then | |
3116 | ac_cv_use_ipc='wxUSE_IPC=yes' | |
3117 | else | |
3118 | ac_cv_use_ipc='wxUSE_IPC=no' | |
3119 | fi | |
3120 | ||
3121 | else | |
3122 | ||
3123 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` | |
3124 | if test "x$LINE" != x ; then | |
3125 | eval "DEFAULT_$LINE" | |
3126 | else | |
3127 | no_cache=1 | |
3128 | fi | |
3129 | ||
3130 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC | |
3131 | ||
3132 | fi | |
3133 | ||
3134 | ||
3135 | eval "$ac_cv_use_ipc" | |
3136 | if test "$no_cache" != 1; then | |
3137 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp | |
3138 | fi | |
3139 | ||
3140 | if test "$wxUSE_IPC" = yes; then | |
3141 | echo "$ac_t""yes" 1>&6 | |
3142 | else | |
3143 | echo "$ac_t""no" 1>&6 | |
3144 | fi | |
3145 | ||
3146 | ||
3147 | ||
3148 | echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6 | |
3149 | echo "configure:3150: checking for --enable-cmdline" >&5 | |
3150 | no_cache=0 | |
3151 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
3152 | if test "${enable_cmdline+set}" = set; then | |
3153 | enableval="$enable_cmdline" | |
3154 | ||
3155 | if test "$enableval" = yes; then | |
3156 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
3157 | else | |
3158 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
3159 | fi | |
3160 | ||
3161 | else | |
3162 | ||
3163 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` | |
3164 | if test "x$LINE" != x ; then | |
3165 | eval "DEFAULT_$LINE" | |
3166 | else | |
3167 | no_cache=1 | |
3168 | fi | |
3169 | ||
3170 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
3171 | ||
3172 | fi | |
3173 | ||
3174 | ||
3175 | eval "$ac_cv_use_cmdline" | |
3176 | if test "$no_cache" != 1; then | |
3177 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
3178 | fi | |
3179 | ||
3180 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
3181 | echo "$ac_t""yes" 1>&6 | |
3182 | else | |
3183 | echo "$ac_t""no" 1>&6 | |
3184 | fi | |
3185 | ||
3186 | ||
3187 | echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6 | |
3188 | echo "configure:3189: checking for --enable-datetime" >&5 | |
3189 | no_cache=0 | |
3190 | # Check whether --enable-datetime or --disable-datetime was given. | |
3191 | if test "${enable_datetime+set}" = set; then | |
3192 | enableval="$enable_datetime" | |
3193 | ||
3194 | if test "$enableval" = yes; then | |
3195 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
3196 | else | |
3197 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
3198 | fi | |
3199 | ||
3200 | else | |
3201 | ||
3202 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` | |
3203 | if test "x$LINE" != x ; then | |
3204 | eval "DEFAULT_$LINE" | |
3205 | else | |
3206 | no_cache=1 | |
3207 | fi | |
3208 | ||
3209 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
3210 | ||
3211 | fi | |
3212 | ||
3213 | ||
3214 | eval "$ac_cv_use_datetime" | |
3215 | if test "$no_cache" != 1; then | |
3216 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
3217 | fi | |
3218 | ||
3219 | if test "$wxUSE_DATETIME" = yes; then | |
3220 | echo "$ac_t""yes" 1>&6 | |
3221 | else | |
3222 | echo "$ac_t""no" 1>&6 | |
3223 | fi | |
3224 | ||
3225 | ||
3226 | echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6 | |
3227 | echo "configure:3228: checking for --enable-timedate" >&5 | |
3228 | no_cache=0 | |
3229 | # Check whether --enable-timedate or --disable-timedate was given. | |
3230 | if test "${enable_timedate+set}" = set; then | |
3231 | enableval="$enable_timedate" | |
3232 | ||
3233 | if test "$enableval" = yes; then | |
3234 | ac_cv_use_timedate='wxUSE_TIMEDATE=yes' | |
3235 | else | |
3236 | ac_cv_use_timedate='wxUSE_TIMEDATE=no' | |
3237 | fi | |
3238 | ||
3239 | else | |
3240 | ||
3241 | LINE=`grep "wxUSE_TIMEDATE" ${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_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE | |
3249 | ||
3250 | fi | |
3251 | ||
3252 | ||
3253 | eval "$ac_cv_use_timedate" | |
3254 | if test "$no_cache" != 1; then | |
3255 | echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp | |
3256 | fi | |
3257 | ||
3258 | if test "$wxUSE_TIMEDATE" = yes; then | |
3259 | echo "$ac_t""yes" 1>&6 | |
3260 | else | |
3261 | echo "$ac_t""no" 1>&6 | |
3262 | fi | |
3263 | ||
3264 | ||
3265 | echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6 | |
3266 | echo "configure:3267: checking for --enable-stopwatch" >&5 | |
3267 | no_cache=0 | |
3268 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
3269 | if test "${enable_stopwatch+set}" = set; then | |
3270 | enableval="$enable_stopwatch" | |
3271 | ||
3272 | if test "$enableval" = yes; then | |
3273 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
3274 | else | |
3275 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
3276 | fi | |
3277 | ||
3278 | else | |
3279 | ||
3280 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` | |
3281 | if test "x$LINE" != x ; then | |
3282 | eval "DEFAULT_$LINE" | |
3283 | else | |
3284 | no_cache=1 | |
3285 | fi | |
3286 | ||
3287 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
3288 | ||
3289 | fi | |
3290 | ||
3291 | ||
3292 | eval "$ac_cv_use_stopwatch" | |
3293 | if test "$no_cache" != 1; then | |
3294 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
3295 | fi | |
3296 | ||
3297 | if test "$wxUSE_STOPWATCH" = yes; then | |
3298 | echo "$ac_t""yes" 1>&6 | |
3299 | else | |
3300 | echo "$ac_t""no" 1>&6 | |
3301 | fi | |
3302 | ||
3303 | ||
3304 | echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6 | |
3305 | echo "configure:3306: checking for --enable-dialupman" >&5 | |
3306 | no_cache=0 | |
3307 | # Check whether --enable-dialupman or --disable-dialupman was given. | |
3308 | if test "${enable_dialupman+set}" = set; then | |
3309 | enableval="$enable_dialupman" | |
3310 | ||
3311 | if test "$enableval" = yes; then | |
3312 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' | |
3313 | else | |
3314 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' | |
3315 | fi | |
3316 | ||
3317 | else | |
3318 | ||
3319 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` | |
3320 | if test "x$LINE" != x ; then | |
3321 | eval "DEFAULT_$LINE" | |
3322 | else | |
3323 | no_cache=1 | |
3324 | fi | |
3325 | ||
3326 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER | |
3327 | ||
3328 | fi | |
3329 | ||
3330 | ||
3331 | eval "$ac_cv_use_dialupman" | |
3332 | if test "$no_cache" != 1; then | |
3333 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp | |
3334 | fi | |
3335 | ||
3336 | if test "$wxUSE_DIALUP_MANAGER" = yes; then | |
3337 | echo "$ac_t""yes" 1>&6 | |
3338 | else | |
3339 | echo "$ac_t""no" 1>&6 | |
3340 | fi | |
3341 | ||
3342 | ||
3343 | echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6 | |
3344 | echo "configure:3345: checking for --enable-apple_ieee" >&5 | |
3345 | no_cache=0 | |
3346 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
3347 | if test "${enable_apple_ieee+set}" = set; then | |
3348 | enableval="$enable_apple_ieee" | |
3349 | ||
3350 | if test "$enableval" = yes; then | |
3351 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
3352 | else | |
3353 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
3354 | fi | |
3355 | ||
3356 | else | |
3357 | ||
3358 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` | |
3359 | if test "x$LINE" != x ; then | |
3360 | eval "DEFAULT_$LINE" | |
3361 | else | |
3362 | no_cache=1 | |
3363 | fi | |
3364 | ||
3365 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
3366 | ||
3367 | fi | |
3368 | ||
3369 | ||
3370 | eval "$ac_cv_use_apple_ieee" | |
3371 | if test "$no_cache" != 1; then | |
3372 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
3373 | fi | |
3374 | ||
3375 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
3376 | echo "$ac_t""yes" 1>&6 | |
3377 | else | |
3378 | echo "$ac_t""no" 1>&6 | |
3379 | fi | |
3380 | ||
3381 | ||
3382 | echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6 | |
3383 | echo "configure:3384: checking for --enable-timer" >&5 | |
3384 | no_cache=0 | |
3385 | # Check whether --enable-timer or --disable-timer was given. | |
3386 | if test "${enable_timer+set}" = set; then | |
3387 | enableval="$enable_timer" | |
3388 | ||
3389 | if test "$enableval" = yes; then | |
3390 | ac_cv_use_timer='wxUSE_TIMER=yes' | |
3391 | else | |
3392 | ac_cv_use_timer='wxUSE_TIMER=no' | |
3393 | fi | |
3394 | ||
3395 | else | |
3396 | ||
3397 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` | |
3398 | if test "x$LINE" != x ; then | |
3399 | eval "DEFAULT_$LINE" | |
3400 | else | |
3401 | no_cache=1 | |
3402 | fi | |
3403 | ||
3404 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER | |
3405 | ||
3406 | fi | |
3407 | ||
3408 | ||
3409 | eval "$ac_cv_use_timer" | |
3410 | if test "$no_cache" != 1; then | |
3411 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp | |
3412 | fi | |
3413 | ||
3414 | if test "$wxUSE_TIMER" = yes; then | |
3415 | echo "$ac_t""yes" 1>&6 | |
3416 | else | |
3417 | echo "$ac_t""no" 1>&6 | |
3418 | fi | |
3419 | ||
3420 | ||
3421 | echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6 | |
3422 | echo "configure:3423: checking for --enable-wave" >&5 | |
3423 | no_cache=0 | |
3424 | # Check whether --enable-wave or --disable-wave was given. | |
3425 | if test "${enable_wave+set}" = set; then | |
3426 | enableval="$enable_wave" | |
3427 | ||
3428 | if test "$enableval" = yes; then | |
3429 | ac_cv_use_wave='wxUSE_WAVE=yes' | |
3430 | else | |
3431 | ac_cv_use_wave='wxUSE_WAVE=no' | |
3432 | fi | |
3433 | ||
3434 | else | |
3435 | ||
3436 | LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}` | |
3437 | if test "x$LINE" != x ; then | |
3438 | eval "DEFAULT_$LINE" | |
3439 | else | |
3440 | no_cache=1 | |
3441 | fi | |
3442 | ||
3443 | ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE | |
3444 | ||
3445 | fi | |
3446 | ||
3447 | ||
3448 | eval "$ac_cv_use_wave" | |
3449 | if test "$no_cache" != 1; then | |
3450 | echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp | |
3451 | fi | |
3452 | ||
3453 | if test "$wxUSE_WAVE" = yes; then | |
3454 | echo "$ac_t""yes" 1>&6 | |
3455 | else | |
3456 | echo "$ac_t""no" 1>&6 | |
3457 | fi | |
3458 | ||
3459 | ||
3460 | echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6 | |
3461 | echo "configure:3462: checking for --enable-fraction" >&5 | |
3462 | no_cache=0 | |
3463 | # Check whether --enable-fraction or --disable-fraction was given. | |
3464 | if test "${enable_fraction+set}" = set; then | |
3465 | enableval="$enable_fraction" | |
3466 | ||
3467 | if test "$enableval" = yes; then | |
3468 | ac_cv_use_fraction='wxUSE_FRACTION=yes' | |
3469 | else | |
3470 | ac_cv_use_fraction='wxUSE_FRACTION=no' | |
3471 | fi | |
3472 | ||
3473 | else | |
3474 | ||
3475 | LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}` | |
3476 | if test "x$LINE" != x ; then | |
3477 | eval "DEFAULT_$LINE" | |
3478 | else | |
3479 | no_cache=1 | |
3480 | fi | |
3481 | ||
3482 | ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION | |
3483 | ||
3484 | fi | |
3485 | ||
3486 | ||
3487 | eval "$ac_cv_use_fraction" | |
3488 | if test "$no_cache" != 1; then | |
3489 | echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp | |
3490 | fi | |
3491 | ||
3492 | if test "$wxUSE_FRACTION" = yes; then | |
3493 | echo "$ac_t""yes" 1>&6 | |
3494 | else | |
3495 | echo "$ac_t""no" 1>&6 | |
3496 | fi | |
3497 | ||
3498 | ||
3499 | echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6 | |
3500 | echo "configure:3501: checking for --enable-dynlib" >&5 | |
3501 | no_cache=0 | |
3502 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
3503 | if test "${enable_dynlib+set}" = set; then | |
3504 | enableval="$enable_dynlib" | |
3505 | ||
3506 | if test "$enableval" = yes; then | |
3507 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
3508 | else | |
3509 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
3510 | fi | |
3511 | ||
3512 | else | |
3513 | ||
3514 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` | |
3515 | if test "x$LINE" != x ; then | |
3516 | eval "DEFAULT_$LINE" | |
3517 | else | |
3518 | no_cache=1 | |
3519 | fi | |
3520 | ||
3521 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
3522 | ||
3523 | fi | |
3524 | ||
3525 | ||
3526 | eval "$ac_cv_use_dynlib" | |
3527 | if test "$no_cache" != 1; then | |
3528 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
3529 | fi | |
3530 | ||
3531 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
3532 | echo "$ac_t""yes" 1>&6 | |
3533 | else | |
3534 | echo "$ac_t""no" 1>&6 | |
3535 | fi | |
3536 | ||
3537 | ||
3538 | echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6 | |
3539 | echo "configure:3540: checking for --enable-longlong" >&5 | |
3540 | no_cache=0 | |
3541 | # Check whether --enable-longlong or --disable-longlong was given. | |
3542 | if test "${enable_longlong+set}" = set; then | |
3543 | enableval="$enable_longlong" | |
3544 | ||
3545 | if test "$enableval" = yes; then | |
3546 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
3547 | else | |
3548 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
3549 | fi | |
3550 | ||
3551 | else | |
3552 | ||
3553 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` | |
3554 | if test "x$LINE" != x ; then | |
3555 | eval "DEFAULT_$LINE" | |
3556 | else | |
3557 | no_cache=1 | |
3558 | fi | |
3559 | ||
3560 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
3561 | ||
3562 | fi | |
3563 | ||
3564 | ||
3565 | eval "$ac_cv_use_longlong" | |
3566 | if test "$no_cache" != 1; then | |
3567 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
3568 | fi | |
3569 | ||
3570 | if test "$wxUSE_LONGLONG" = yes; then | |
3571 | echo "$ac_t""yes" 1>&6 | |
3572 | else | |
3573 | echo "$ac_t""no" 1>&6 | |
3574 | fi | |
3575 | ||
3576 | ||
3577 | echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6 | |
3578 | echo "configure:3579: checking for --enable-geometry" >&5 | |
3579 | no_cache=0 | |
3580 | # Check whether --enable-geometry or --disable-geometry was given. | |
3581 | if test "${enable_geometry+set}" = set; then | |
3582 | enableval="$enable_geometry" | |
3583 | ||
3584 | if test "$enableval" = yes; then | |
3585 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
3586 | else | |
3587 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
3588 | fi | |
3589 | ||
3590 | else | |
3591 | ||
3592 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` | |
3593 | if test "x$LINE" != x ; then | |
3594 | eval "DEFAULT_$LINE" | |
3595 | else | |
3596 | no_cache=1 | |
3597 | fi | |
3598 | ||
3599 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
3600 | ||
3601 | fi | |
3602 | ||
3603 | ||
3604 | eval "$ac_cv_use_geometry" | |
3605 | if test "$no_cache" != 1; then | |
3606 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
3607 | fi | |
3608 | ||
3609 | if test "$wxUSE_GEOMETRY" = yes; then | |
3610 | echo "$ac_t""yes" 1>&6 | |
3611 | else | |
3612 | echo "$ac_t""no" 1>&6 | |
3613 | fi | |
3614 | ||
3615 | ||
3616 | echo $ac_n "checking for --enable-log""... $ac_c" 1>&6 | |
3617 | echo "configure:3618: checking for --enable-log" >&5 | |
3618 | no_cache=0 | |
3619 | # Check whether --enable-log or --disable-log was given. | |
3620 | if test "${enable_log+set}" = set; then | |
3621 | enableval="$enable_log" | |
3622 | ||
3623 | if test "$enableval" = yes; then | |
3624 | ac_cv_use_log='wxUSE_LOG=yes' | |
3625 | else | |
3626 | ac_cv_use_log='wxUSE_LOG=no' | |
3627 | fi | |
3628 | ||
3629 | else | |
3630 | ||
3631 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` | |
3632 | if test "x$LINE" != x ; then | |
3633 | eval "DEFAULT_$LINE" | |
3634 | else | |
3635 | no_cache=1 | |
3636 | fi | |
3637 | ||
3638 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
3639 | ||
3640 | fi | |
3641 | ||
3642 | ||
3643 | eval "$ac_cv_use_log" | |
3644 | if test "$no_cache" != 1; then | |
3645 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
3646 | fi | |
3647 | ||
3648 | if test "$wxUSE_LOG" = yes; then | |
3649 | echo "$ac_t""yes" 1>&6 | |
3650 | else | |
3651 | echo "$ac_t""no" 1>&6 | |
3652 | fi | |
3653 | ||
3654 | ||
3655 | echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6 | |
3656 | echo "configure:3657: checking for --enable-streams" >&5 | |
3657 | no_cache=0 | |
3658 | # Check whether --enable-streams or --disable-streams was given. | |
3659 | if test "${enable_streams+set}" = set; then | |
3660 | enableval="$enable_streams" | |
3661 | ||
3662 | if test "$enableval" = yes; then | |
3663 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
3664 | else | |
3665 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
3666 | fi | |
3667 | ||
3668 | else | |
3669 | ||
3670 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` | |
3671 | if test "x$LINE" != x ; then | |
3672 | eval "DEFAULT_$LINE" | |
3673 | else | |
3674 | no_cache=1 | |
3675 | fi | |
3676 | ||
3677 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
3678 | ||
3679 | fi | |
3680 | ||
3681 | ||
3682 | eval "$ac_cv_use_streams" | |
3683 | if test "$no_cache" != 1; then | |
3684 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
3685 | fi | |
3686 | ||
3687 | if test "$wxUSE_STREAMS" = yes; then | |
3688 | echo "$ac_t""yes" 1>&6 | |
3689 | else | |
3690 | echo "$ac_t""no" 1>&6 | |
3691 | fi | |
3692 | ||
3693 | ||
3694 | echo $ac_n "checking for --enable-file""... $ac_c" 1>&6 | |
3695 | echo "configure:3696: checking for --enable-file" >&5 | |
3696 | no_cache=0 | |
3697 | # Check whether --enable-file or --disable-file was given. | |
3698 | if test "${enable_file+set}" = set; then | |
3699 | enableval="$enable_file" | |
3700 | ||
3701 | if test "$enableval" = yes; then | |
3702 | ac_cv_use_file='wxUSE_FILE=yes' | |
3703 | else | |
3704 | ac_cv_use_file='wxUSE_FILE=no' | |
3705 | fi | |
3706 | ||
3707 | else | |
3708 | ||
3709 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` | |
3710 | if test "x$LINE" != x ; then | |
3711 | eval "DEFAULT_$LINE" | |
3712 | else | |
3713 | no_cache=1 | |
3714 | fi | |
3715 | ||
3716 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
3717 | ||
3718 | fi | |
3719 | ||
3720 | ||
3721 | eval "$ac_cv_use_file" | |
3722 | if test "$no_cache" != 1; then | |
3723 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
3724 | fi | |
3725 | ||
3726 | if test "$wxUSE_FILE" = yes; then | |
3727 | echo "$ac_t""yes" 1>&6 | |
3728 | else | |
3729 | echo "$ac_t""no" 1>&6 | |
3730 | fi | |
3731 | ||
3732 | ||
3733 | echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6 | |
3734 | echo "configure:3735: checking for --enable-ffile" >&5 | |
3735 | no_cache=0 | |
3736 | # Check whether --enable-ffile or --disable-ffile was given. | |
3737 | if test "${enable_ffile+set}" = set; then | |
3738 | enableval="$enable_ffile" | |
3739 | ||
3740 | if test "$enableval" = yes; then | |
3741 | ac_cv_use_ffile='wxUSE_FFILE=yes' | |
3742 | else | |
3743 | ac_cv_use_ffile='wxUSE_FFILE=no' | |
3744 | fi | |
3745 | ||
3746 | else | |
3747 | ||
3748 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` | |
3749 | if test "x$LINE" != x ; then | |
3750 | eval "DEFAULT_$LINE" | |
3751 | else | |
3752 | no_cache=1 | |
3753 | fi | |
3754 | ||
3755 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE | |
3756 | ||
3757 | fi | |
3758 | ||
3759 | ||
3760 | eval "$ac_cv_use_ffile" | |
3761 | if test "$no_cache" != 1; then | |
3762 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp | |
3763 | fi | |
3764 | ||
3765 | if test "$wxUSE_FFILE" = yes; then | |
3766 | echo "$ac_t""yes" 1>&6 | |
3767 | else | |
3768 | echo "$ac_t""no" 1>&6 | |
3769 | fi | |
3770 | ||
3771 | ||
3772 | echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6 | |
3773 | echo "configure:3774: checking for --enable-textbuf" >&5 | |
3774 | no_cache=0 | |
3775 | # Check whether --enable-textbuf or --disable-textbuf was given. | |
3776 | if test "${enable_textbuf+set}" = set; then | |
3777 | enableval="$enable_textbuf" | |
3778 | ||
3779 | if test "$enableval" = yes; then | |
3780 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes' | |
3781 | else | |
3782 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no' | |
3783 | fi | |
3784 | ||
3785 | else | |
3786 | ||
3787 | LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}` | |
3788 | if test "x$LINE" != x ; then | |
3789 | eval "DEFAULT_$LINE" | |
3790 | else | |
3791 | no_cache=1 | |
3792 | fi | |
3793 | ||
3794 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER | |
3795 | ||
3796 | fi | |
3797 | ||
3798 | ||
3799 | eval "$ac_cv_use_textbuf" | |
3800 | if test "$no_cache" != 1; then | |
3801 | echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp | |
3802 | fi | |
3803 | ||
3804 | if test "$wxUSE_TEXTBUFFER" = yes; then | |
3805 | echo "$ac_t""yes" 1>&6 | |
3806 | else | |
3807 | echo "$ac_t""no" 1>&6 | |
3808 | fi | |
3809 | ||
3810 | ||
3811 | echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6 | |
3812 | echo "configure:3813: checking for --enable-textfile" >&5 | |
3813 | no_cache=0 | |
3814 | # Check whether --enable-textfile or --disable-textfile was given. | |
3815 | if test "${enable_textfile+set}" = set; then | |
3816 | enableval="$enable_textfile" | |
3817 | ||
3818 | if test "$enableval" = yes; then | |
3819 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' | |
3820 | else | |
3821 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' | |
3822 | fi | |
3823 | ||
3824 | else | |
3825 | ||
3826 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` | |
3827 | if test "x$LINE" != x ; then | |
3828 | eval "DEFAULT_$LINE" | |
3829 | else | |
3830 | no_cache=1 | |
3831 | fi | |
3832 | ||
3833 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE | |
3834 | ||
3835 | fi | |
3836 | ||
3837 | ||
3838 | eval "$ac_cv_use_textfile" | |
3839 | if test "$no_cache" != 1; then | |
3840 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp | |
3841 | fi | |
3842 | ||
3843 | if test "$wxUSE_TEXTFILE" = yes; then | |
3844 | echo "$ac_t""yes" 1>&6 | |
3845 | else | |
3846 | echo "$ac_t""no" 1>&6 | |
3847 | fi | |
3848 | ||
3849 | ||
3850 | echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6 | |
3851 | echo "configure:3852: checking for --enable-fontmap" >&5 | |
3852 | no_cache=0 | |
3853 | # Check whether --enable-fontmap or --disable-fontmap was given. | |
3854 | if test "${enable_fontmap+set}" = set; then | |
3855 | enableval="$enable_fontmap" | |
3856 | ||
3857 | if test "$enableval" = yes; then | |
3858 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' | |
3859 | else | |
3860 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' | |
3861 | fi | |
3862 | ||
3863 | else | |
3864 | ||
3865 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` | |
3866 | if test "x$LINE" != x ; then | |
3867 | eval "DEFAULT_$LINE" | |
3868 | else | |
3869 | no_cache=1 | |
3870 | fi | |
3871 | ||
3872 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP | |
3873 | ||
3874 | fi | |
3875 | ||
3876 | ||
3877 | eval "$ac_cv_use_fontmap" | |
3878 | if test "$no_cache" != 1; then | |
3879 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp | |
3880 | fi | |
3881 | ||
3882 | if test "$wxUSE_FONTMAP" = yes; then | |
3883 | echo "$ac_t""yes" 1>&6 | |
3884 | else | |
3885 | echo "$ac_t""no" 1>&6 | |
3886 | fi | |
3887 | ||
3888 | ||
3889 | echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6 | |
3890 | echo "configure:3891: checking for --enable-unicode" >&5 | |
3891 | no_cache=0 | |
3892 | # Check whether --enable-unicode or --disable-unicode was given. | |
3893 | if test "${enable_unicode+set}" = set; then | |
3894 | enableval="$enable_unicode" | |
3895 | ||
3896 | if test "$enableval" = yes; then | |
3897 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
3898 | else | |
3899 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
3900 | fi | |
3901 | ||
3902 | else | |
3903 | ||
3904 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` | |
3905 | if test "x$LINE" != x ; then | |
3906 | eval "DEFAULT_$LINE" | |
3907 | else | |
3908 | no_cache=1 | |
3909 | fi | |
3910 | ||
3911 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
3912 | ||
3913 | fi | |
3914 | ||
3915 | ||
3916 | eval "$ac_cv_use_unicode" | |
3917 | if test "$no_cache" != 1; then | |
3918 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
3919 | fi | |
3920 | ||
3921 | if test "$wxUSE_UNICODE" = yes; then | |
3922 | echo "$ac_t""yes" 1>&6 | |
3923 | else | |
3924 | echo "$ac_t""no" 1>&6 | |
3925 | fi | |
3926 | ||
3927 | ||
3928 | echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6 | |
3929 | echo "configure:3930: checking for --enable-wxprintfv" >&5 | |
3930 | no_cache=0 | |
3931 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
3932 | if test "${enable_wxprintfv+set}" = set; then | |
3933 | enableval="$enable_wxprintfv" | |
3934 | ||
3935 | if test "$enableval" = yes; then | |
3936 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' | |
3937 | else | |
3938 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
3939 | fi | |
3940 | ||
3941 | else | |
3942 | ||
3943 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` | |
3944 | if test "x$LINE" != x ; then | |
3945 | eval "DEFAULT_$LINE" | |
3946 | else | |
3947 | no_cache=1 | |
3948 | fi | |
3949 | ||
3950 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
3951 | ||
3952 | fi | |
3953 | ||
3954 | ||
3955 | eval "$ac_cv_use_wxprintfv" | |
3956 | if test "$no_cache" != 1; then | |
3957 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
3958 | fi | |
3959 | ||
3960 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
3961 | echo "$ac_t""yes" 1>&6 | |
3962 | else | |
3963 | echo "$ac_t""no" 1>&6 | |
3964 | fi | |
3965 | ||
3966 | ||
3967 | echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6 | |
3968 | echo "configure:3969: checking for --enable-std_iostreams" >&5 | |
3969 | no_cache=0 | |
3970 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. | |
3971 | if test "${enable_std_iostreams+set}" = set; then | |
3972 | enableval="$enable_std_iostreams" | |
3973 | ||
3974 | if test "$enableval" = yes; then | |
3975 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' | |
3976 | else | |
3977 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' | |
3978 | fi | |
3979 | ||
3980 | else | |
3981 | ||
3982 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` | |
3983 | if test "x$LINE" != x ; then | |
3984 | eval "DEFAULT_$LINE" | |
3985 | else | |
3986 | no_cache=1 | |
3987 | fi | |
3988 | ||
3989 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM | |
3990 | ||
3991 | fi | |
3992 | ||
3993 | ||
3994 | eval "$ac_cv_use_std_iostreams" | |
3995 | if test "$no_cache" != 1; then | |
3996 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp | |
3997 | fi | |
3998 | ||
3999 | if test "$wxUSE_STD_IOSTREAM" = yes; then | |
4000 | echo "$ac_t""yes" 1>&6 | |
4001 | else | |
4002 | echo "$ac_t""no" 1>&6 | |
4003 | fi | |
4004 | ||
4005 | ||
4006 | echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6 | |
4007 | echo "configure:4008: checking for --enable-filesystem" >&5 | |
4008 | no_cache=0 | |
4009 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
4010 | if test "${enable_filesystem+set}" = set; then | |
4011 | enableval="$enable_filesystem" | |
4012 | ||
4013 | if test "$enableval" = yes; then | |
4014 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
4015 | else | |
4016 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
4017 | fi | |
4018 | ||
4019 | else | |
4020 | ||
4021 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` | |
4022 | if test "x$LINE" != x ; then | |
4023 | eval "DEFAULT_$LINE" | |
4024 | else | |
4025 | no_cache=1 | |
4026 | fi | |
4027 | ||
4028 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
4029 | ||
4030 | fi | |
4031 | ||
4032 | ||
4033 | eval "$ac_cv_use_filesystem" | |
4034 | if test "$no_cache" != 1; then | |
4035 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
4036 | fi | |
4037 | ||
4038 | if test "$wxUSE_FILESYSTEM" = yes; then | |
4039 | echo "$ac_t""yes" 1>&6 | |
4040 | else | |
4041 | echo "$ac_t""no" 1>&6 | |
4042 | fi | |
4043 | ||
4044 | ||
4045 | echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6 | |
4046 | echo "configure:4047: checking for --enable-fs_inet" >&5 | |
4047 | no_cache=0 | |
4048 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
4049 | if test "${enable_fs_inet+set}" = set; then | |
4050 | enableval="$enable_fs_inet" | |
4051 | ||
4052 | if test "$enableval" = yes; then | |
4053 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
4054 | else | |
4055 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
4056 | fi | |
4057 | ||
4058 | else | |
4059 | ||
4060 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` | |
4061 | if test "x$LINE" != x ; then | |
4062 | eval "DEFAULT_$LINE" | |
4063 | else | |
4064 | no_cache=1 | |
4065 | fi | |
4066 | ||
4067 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
4068 | ||
4069 | fi | |
4070 | ||
4071 | ||
4072 | eval "$ac_cv_use_fs_inet" | |
4073 | if test "$no_cache" != 1; then | |
4074 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
4075 | fi | |
4076 | ||
4077 | if test "$wxUSE_FS_INET" = yes; then | |
4078 | echo "$ac_t""yes" 1>&6 | |
4079 | else | |
4080 | echo "$ac_t""no" 1>&6 | |
4081 | fi | |
4082 | ||
4083 | ||
4084 | echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6 | |
4085 | echo "configure:4086: checking for --enable-fs_zip" >&5 | |
4086 | no_cache=0 | |
4087 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
4088 | if test "${enable_fs_zip+set}" = set; then | |
4089 | enableval="$enable_fs_zip" | |
4090 | ||
4091 | if test "$enableval" = yes; then | |
4092 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
4093 | else | |
4094 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
4095 | fi | |
4096 | ||
4097 | else | |
4098 | ||
4099 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` | |
4100 | if test "x$LINE" != x ; then | |
4101 | eval "DEFAULT_$LINE" | |
4102 | else | |
4103 | no_cache=1 | |
4104 | fi | |
4105 | ||
4106 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
4107 | ||
4108 | fi | |
4109 | ||
4110 | ||
4111 | eval "$ac_cv_use_fs_zip" | |
4112 | if test "$no_cache" != 1; then | |
4113 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
4114 | fi | |
4115 | ||
4116 | if test "$wxUSE_FS_ZIP" = yes; then | |
4117 | echo "$ac_t""yes" 1>&6 | |
4118 | else | |
4119 | echo "$ac_t""no" 1>&6 | |
4120 | fi | |
4121 | ||
4122 | ||
4123 | echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6 | |
4124 | echo "configure:4125: checking for --enable-zipstream" >&5 | |
4125 | no_cache=0 | |
4126 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
4127 | if test "${enable_zipstream+set}" = set; then | |
4128 | enableval="$enable_zipstream" | |
4129 | ||
4130 | if test "$enableval" = yes; then | |
4131 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
4132 | else | |
4133 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
4134 | fi | |
4135 | ||
4136 | else | |
4137 | ||
4138 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` | |
4139 | if test "x$LINE" != x ; then | |
4140 | eval "DEFAULT_$LINE" | |
4141 | else | |
4142 | no_cache=1 | |
4143 | fi | |
4144 | ||
4145 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
4146 | ||
4147 | fi | |
4148 | ||
4149 | ||
4150 | eval "$ac_cv_use_zipstream" | |
4151 | if test "$no_cache" != 1; then | |
4152 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
4153 | fi | |
4154 | ||
4155 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
4156 | echo "$ac_t""yes" 1>&6 | |
4157 | else | |
4158 | echo "$ac_t""no" 1>&6 | |
4159 | fi | |
4160 | ||
4161 | ||
4162 | ||
4163 | echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6 | |
4164 | echo "configure:4165: checking for --enable-catch_segvs" >&5 | |
4165 | no_cache=0 | |
4166 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. | |
4167 | if test "${enable_catch_segvs+set}" = set; then | |
4168 | enableval="$enable_catch_segvs" | |
4169 | ||
4170 | if test "$enableval" = yes; then | |
4171 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' | |
4172 | else | |
4173 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' | |
4174 | fi | |
4175 | ||
4176 | else | |
4177 | ||
4178 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` | |
4179 | if test "x$LINE" != x ; then | |
4180 | eval "DEFAULT_$LINE" | |
4181 | else | |
4182 | no_cache=1 | |
4183 | fi | |
4184 | ||
4185 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION | |
4186 | ||
4187 | fi | |
4188 | ||
4189 | ||
4190 | eval "$ac_cv_use_catch_segvs" | |
4191 | if test "$no_cache" != 1; then | |
4192 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp | |
4193 | fi | |
4194 | ||
4195 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then | |
4196 | echo "$ac_t""yes" 1>&6 | |
4197 | else | |
4198 | echo "$ac_t""no" 1>&6 | |
4199 | fi | |
4200 | ||
4201 | ||
4202 | echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6 | |
4203 | echo "configure:4204: checking for --enable-snglinst" >&5 | |
4204 | no_cache=0 | |
4205 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
4206 | if test "${enable_snglinst+set}" = set; then | |
4207 | enableval="$enable_snglinst" | |
4208 | ||
4209 | if test "$enableval" = yes; then | |
4210 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
4211 | else | |
4212 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
4213 | fi | |
4214 | ||
4215 | else | |
4216 | ||
4217 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` | |
4218 | if test "x$LINE" != x ; then | |
4219 | eval "DEFAULT_$LINE" | |
4220 | else | |
4221 | no_cache=1 | |
4222 | fi | |
4223 | ||
4224 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
4225 | ||
4226 | fi | |
4227 | ||
4228 | ||
4229 | eval "$ac_cv_use_snglinst" | |
4230 | if test "$no_cache" != 1; then | |
4231 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
4232 | fi | |
4233 | ||
4234 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
4235 | echo "$ac_t""yes" 1>&6 | |
4236 | else | |
4237 | echo "$ac_t""no" 1>&6 | |
4238 | fi | |
4239 | ||
4240 | ||
4241 | ||
4242 | echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6 | |
4243 | echo "configure:4244: checking for --enable-mimetype" >&5 | |
4244 | no_cache=0 | |
4245 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
4246 | if test "${enable_mimetype+set}" = set; then | |
4247 | enableval="$enable_mimetype" | |
4248 | ||
4249 | if test "$enableval" = yes; then | |
4250 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
4251 | else | |
4252 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
4253 | fi | |
4254 | ||
4255 | else | |
4256 | ||
4257 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` | |
4258 | if test "x$LINE" != x ; then | |
4259 | eval "DEFAULT_$LINE" | |
4260 | else | |
4261 | no_cache=1 | |
4262 | fi | |
4263 | ||
4264 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
4265 | ||
4266 | fi | |
4267 | ||
4268 | ||
4269 | eval "$ac_cv_use_mimetype" | |
4270 | if test "$no_cache" != 1; then | |
4271 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
4272 | fi | |
4273 | ||
4274 | if test "$wxUSE_MIMETYPE" = yes; then | |
4275 | echo "$ac_t""yes" 1>&6 | |
4276 | else | |
4277 | echo "$ac_t""no" 1>&6 | |
4278 | fi | |
4279 | ||
4280 | ||
4281 | echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6 | |
4282 | echo "configure:4283: checking for --enable-system_options" >&5 | |
4283 | no_cache=0 | |
4284 | # Check whether --enable-system_options or --disable-system_options was given. | |
4285 | if test "${enable_system_options+set}" = set; then | |
4286 | enableval="$enable_system_options" | |
4287 | ||
4288 | if test "$enableval" = yes; then | |
4289 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
4290 | else | |
4291 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
4292 | fi | |
4293 | ||
4294 | else | |
4295 | ||
4296 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` | |
4297 | if test "x$LINE" != x ; then | |
4298 | eval "DEFAULT_$LINE" | |
4299 | else | |
4300 | no_cache=1 | |
4301 | fi | |
4302 | ||
4303 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
4304 | ||
4305 | fi | |
4306 | ||
4307 | ||
4308 | eval "$ac_cv_use_system_options" | |
4309 | if test "$no_cache" != 1; then | |
4310 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
4311 | fi | |
4312 | ||
4313 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
4314 | echo "$ac_t""yes" 1>&6 | |
4315 | else | |
4316 | echo "$ac_t""no" 1>&6 | |
4317 | fi | |
4318 | ||
4319 | ||
4320 | ||
4321 | ||
4322 | echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6 | |
4323 | echo "configure:4324: checking for --enable-threads" >&5 | |
4324 | no_cache=0 | |
4325 | # Check whether --enable-threads or --disable-threads was given. | |
4326 | if test "${enable_threads+set}" = set; then | |
4327 | enableval="$enable_threads" | |
4328 | ||
4329 | if test "$enableval" = yes; then | |
4330 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
4331 | else | |
4332 | ac_cv_use_threads='wxUSE_THREADS=no' | |
4333 | fi | |
4334 | ||
4335 | else | |
4336 | ||
4337 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` | |
4338 | if test "x$LINE" != x ; then | |
4339 | eval "DEFAULT_$LINE" | |
4340 | else | |
4341 | no_cache=1 | |
4342 | fi | |
4343 | ||
4344 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
4345 | ||
4346 | fi | |
4347 | ||
4348 | ||
4349 | eval "$ac_cv_use_threads" | |
4350 | if test "$no_cache" != 1; then | |
4351 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
4352 | fi | |
4353 | ||
4354 | if test "$wxUSE_THREADS" = yes; then | |
4355 | echo "$ac_t""yes" 1>&6 | |
4356 | else | |
4357 | echo "$ac_t""no" 1>&6 | |
4358 | fi | |
4359 | ||
4360 | ||
4361 | echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6 | |
4362 | echo "configure:4363: checking for --enable-serial" >&5 | |
4363 | no_cache=0 | |
4364 | # Check whether --enable-serial or --disable-serial was given. | |
4365 | if test "${enable_serial+set}" = set; then | |
4366 | enableval="$enable_serial" | |
4367 | ||
4368 | if test "$enableval" = yes; then | |
4369 | ac_cv_use_serial='wxUSE_SERIAL=yes' | |
4370 | else | |
4371 | ac_cv_use_serial='wxUSE_SERIAL=no' | |
4372 | fi | |
4373 | ||
4374 | else | |
4375 | ||
4376 | LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}` | |
4377 | if test "x$LINE" != x ; then | |
4378 | eval "DEFAULT_$LINE" | |
4379 | else | |
4380 | no_cache=1 | |
4381 | fi | |
4382 | ||
4383 | ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL | |
4384 | ||
4385 | fi | |
4386 | ||
4387 | ||
4388 | eval "$ac_cv_use_serial" | |
4389 | if test "$no_cache" != 1; then | |
4390 | echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp | |
4391 | fi | |
4392 | ||
4393 | if test "$wxUSE_SERIAL" = yes; then | |
4394 | echo "$ac_t""yes" 1>&6 | |
4395 | else | |
4396 | echo "$ac_t""no" 1>&6 | |
4397 | fi | |
4398 | ||
4399 | ||
4400 | if test "$wxUSE_GUI" = "yes"; then | |
4401 | ||
4402 | ||
4403 | ||
4404 | echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6 | |
4405 | echo "configure:4406: checking for --enable-docview" >&5 | |
4406 | no_cache=0 | |
4407 | # Check whether --enable-docview or --disable-docview was given. | |
4408 | if test "${enable_docview+set}" = set; then | |
4409 | enableval="$enable_docview" | |
4410 | ||
4411 | if test "$enableval" = yes; then | |
4412 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
4413 | else | |
4414 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
4415 | fi | |
4416 | ||
4417 | else | |
4418 | ||
4419 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` | |
4420 | if test "x$LINE" != x ; then | |
4421 | eval "DEFAULT_$LINE" | |
4422 | else | |
4423 | no_cache=1 | |
4424 | fi | |
4425 | ||
4426 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
4427 | ||
4428 | fi | |
4429 | ||
4430 | ||
4431 | eval "$ac_cv_use_docview" | |
4432 | if test "$no_cache" != 1; then | |
4433 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
4434 | fi | |
4435 | ||
4436 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
4437 | echo "$ac_t""yes" 1>&6 | |
4438 | else | |
4439 | echo "$ac_t""no" 1>&6 | |
4440 | fi | |
4441 | ||
4442 | ||
4443 | echo $ac_n "checking for --enable-help""... $ac_c" 1>&6 | |
4444 | echo "configure:4445: checking for --enable-help" >&5 | |
4445 | no_cache=0 | |
4446 | # Check whether --enable-help or --disable-help was given. | |
4447 | if test "${enable_help+set}" = set; then | |
4448 | enableval="$enable_help" | |
4449 | ||
4450 | if test "$enableval" = yes; then | |
4451 | ac_cv_use_help='wxUSE_HELP=yes' | |
4452 | else | |
4453 | ac_cv_use_help='wxUSE_HELP=no' | |
4454 | fi | |
4455 | ||
4456 | else | |
4457 | ||
4458 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` | |
4459 | if test "x$LINE" != x ; then | |
4460 | eval "DEFAULT_$LINE" | |
4461 | else | |
4462 | no_cache=1 | |
4463 | fi | |
4464 | ||
4465 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
4466 | ||
4467 | fi | |
4468 | ||
4469 | ||
4470 | eval "$ac_cv_use_help" | |
4471 | if test "$no_cache" != 1; then | |
4472 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
4473 | fi | |
4474 | ||
4475 | if test "$wxUSE_HELP" = yes; then | |
4476 | echo "$ac_t""yes" 1>&6 | |
4477 | else | |
4478 | echo "$ac_t""no" 1>&6 | |
4479 | fi | |
4480 | ||
4481 | ||
4482 | echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6 | |
4483 | echo "configure:4484: checking for --enable-mshtmlhelp" >&5 | |
4484 | no_cache=0 | |
4485 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
4486 | if test "${enable_mshtmlhelp+set}" = set; then | |
4487 | enableval="$enable_mshtmlhelp" | |
4488 | ||
4489 | if test "$enableval" = yes; then | |
4490 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
4491 | else | |
4492 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
4493 | fi | |
4494 | ||
4495 | else | |
4496 | ||
4497 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` | |
4498 | if test "x$LINE" != x ; then | |
4499 | eval "DEFAULT_$LINE" | |
4500 | else | |
4501 | no_cache=1 | |
4502 | fi | |
4503 | ||
4504 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
4505 | ||
4506 | fi | |
4507 | ||
4508 | ||
4509 | eval "$ac_cv_use_mshtmlhelp" | |
4510 | if test "$no_cache" != 1; then | |
4511 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
4512 | fi | |
4513 | ||
4514 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
4515 | echo "$ac_t""yes" 1>&6 | |
4516 | else | |
4517 | echo "$ac_t""no" 1>&6 | |
4518 | fi | |
4519 | ||
4520 | ||
4521 | echo $ac_n "checking for --enable-html""... $ac_c" 1>&6 | |
4522 | echo "configure:4523: checking for --enable-html" >&5 | |
4523 | no_cache=0 | |
4524 | # Check whether --enable-html or --disable-html was given. | |
4525 | if test "${enable_html+set}" = set; then | |
4526 | enableval="$enable_html" | |
4527 | ||
4528 | if test "$enableval" = yes; then | |
4529 | ac_cv_use_html='wxUSE_HTML=yes' | |
4530 | else | |
4531 | ac_cv_use_html='wxUSE_HTML=no' | |
4532 | fi | |
4533 | ||
4534 | else | |
4535 | ||
4536 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` | |
4537 | if test "x$LINE" != x ; then | |
4538 | eval "DEFAULT_$LINE" | |
4539 | else | |
4540 | no_cache=1 | |
4541 | fi | |
4542 | ||
4543 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
4544 | ||
4545 | fi | |
4546 | ||
4547 | ||
4548 | eval "$ac_cv_use_html" | |
4549 | if test "$no_cache" != 1; then | |
4550 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
4551 | fi | |
4552 | ||
4553 | if test "$wxUSE_HTML" = yes; then | |
4554 | echo "$ac_t""yes" 1>&6 | |
4555 | else | |
4556 | echo "$ac_t""no" 1>&6 | |
4557 | fi | |
4558 | ||
4559 | ||
4560 | echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6 | |
4561 | echo "configure:4562: checking for --enable-htmlhelp" >&5 | |
4562 | no_cache=0 | |
4563 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
4564 | if test "${enable_htmlhelp+set}" = set; then | |
4565 | enableval="$enable_htmlhelp" | |
4566 | ||
4567 | if test "$enableval" = yes; then | |
4568 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
4569 | else | |
4570 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
4571 | fi | |
4572 | ||
4573 | else | |
4574 | ||
4575 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` | |
4576 | if test "x$LINE" != x ; then | |
4577 | eval "DEFAULT_$LINE" | |
4578 | else | |
4579 | no_cache=1 | |
4580 | fi | |
4581 | ||
4582 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
4583 | ||
4584 | fi | |
4585 | ||
4586 | ||
4587 | eval "$ac_cv_use_htmlhelp" | |
4588 | if test "$no_cache" != 1; then | |
4589 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
4590 | fi | |
4591 | ||
4592 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
4593 | echo "$ac_t""yes" 1>&6 | |
4594 | else | |
4595 | echo "$ac_t""no" 1>&6 | |
4596 | fi | |
4597 | ||
4598 | ||
4599 | echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6 | |
4600 | echo "configure:4601: checking for --enable-constraints" >&5 | |
4601 | no_cache=0 | |
4602 | # Check whether --enable-constraints or --disable-constraints was given. | |
4603 | if test "${enable_constraints+set}" = set; then | |
4604 | enableval="$enable_constraints" | |
4605 | ||
4606 | if test "$enableval" = yes; then | |
4607 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
4608 | else | |
4609 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
4610 | fi | |
4611 | ||
4612 | else | |
4613 | ||
4614 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` | |
4615 | if test "x$LINE" != x ; then | |
4616 | eval "DEFAULT_$LINE" | |
4617 | else | |
4618 | no_cache=1 | |
4619 | fi | |
4620 | ||
4621 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
4622 | ||
4623 | fi | |
4624 | ||
4625 | ||
4626 | eval "$ac_cv_use_constraints" | |
4627 | if test "$no_cache" != 1; then | |
4628 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
4629 | fi | |
4630 | ||
4631 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
4632 | echo "$ac_t""yes" 1>&6 | |
4633 | else | |
4634 | echo "$ac_t""no" 1>&6 | |
4635 | fi | |
4636 | ||
4637 | ||
4638 | echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6 | |
4639 | echo "configure:4640: checking for --enable-printarch" >&5 | |
4640 | no_cache=0 | |
4641 | # Check whether --enable-printarch or --disable-printarch was given. | |
4642 | if test "${enable_printarch+set}" = set; then | |
4643 | enableval="$enable_printarch" | |
4644 | ||
4645 | if test "$enableval" = yes; then | |
4646 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
4647 | else | |
4648 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
4649 | fi | |
4650 | ||
4651 | else | |
4652 | ||
4653 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` | |
4654 | if test "x$LINE" != x ; then | |
4655 | eval "DEFAULT_$LINE" | |
4656 | else | |
4657 | no_cache=1 | |
4658 | fi | |
4659 | ||
4660 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
4661 | ||
4662 | fi | |
4663 | ||
4664 | ||
4665 | eval "$ac_cv_use_printarch" | |
4666 | if test "$no_cache" != 1; then | |
4667 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
4668 | fi | |
4669 | ||
4670 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
4671 | echo "$ac_t""yes" 1>&6 | |
4672 | else | |
4673 | echo "$ac_t""no" 1>&6 | |
4674 | fi | |
4675 | ||
4676 | ||
4677 | echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6 | |
4678 | echo "configure:4679: checking for --enable-mdi" >&5 | |
4679 | no_cache=0 | |
4680 | # Check whether --enable-mdi or --disable-mdi was given. | |
4681 | if test "${enable_mdi+set}" = set; then | |
4682 | enableval="$enable_mdi" | |
4683 | ||
4684 | if test "$enableval" = yes; then | |
4685 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes' | |
4686 | else | |
4687 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no' | |
4688 | fi | |
4689 | ||
4690 | else | |
4691 | ||
4692 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` | |
4693 | if test "x$LINE" != x ; then | |
4694 | eval "DEFAULT_$LINE" | |
4695 | else | |
4696 | no_cache=1 | |
4697 | fi | |
4698 | ||
4699 | ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
4700 | ||
4701 | fi | |
4702 | ||
4703 | ||
4704 | eval "$ac_cv_use_mdi" | |
4705 | if test "$no_cache" != 1; then | |
4706 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
4707 | fi | |
4708 | ||
4709 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then | |
4710 | echo "$ac_t""yes" 1>&6 | |
4711 | else | |
4712 | echo "$ac_t""no" 1>&6 | |
4713 | fi | |
4714 | ||
4715 | ||
4716 | echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6 | |
4717 | echo "configure:4718: checking for --enable-loggui" >&5 | |
4718 | no_cache=0 | |
4719 | # Check whether --enable-loggui or --disable-loggui was given. | |
4720 | if test "${enable_loggui+set}" = set; then | |
4721 | enableval="$enable_loggui" | |
4722 | ||
4723 | if test "$enableval" = yes; then | |
4724 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
4725 | else | |
4726 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
4727 | fi | |
4728 | ||
4729 | else | |
4730 | ||
4731 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` | |
4732 | if test "x$LINE" != x ; then | |
4733 | eval "DEFAULT_$LINE" | |
4734 | else | |
4735 | no_cache=1 | |
4736 | fi | |
4737 | ||
4738 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
4739 | ||
4740 | fi | |
4741 | ||
4742 | ||
4743 | eval "$ac_cv_use_loggui" | |
4744 | if test "$no_cache" != 1; then | |
4745 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
4746 | fi | |
4747 | ||
4748 | if test "$wxUSE_LOGGUI" = yes; then | |
4749 | echo "$ac_t""yes" 1>&6 | |
4750 | else | |
4751 | echo "$ac_t""no" 1>&6 | |
4752 | fi | |
4753 | ||
4754 | ||
4755 | echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6 | |
4756 | echo "configure:4757: checking for --enable-logwin" >&5 | |
4757 | no_cache=0 | |
4758 | # Check whether --enable-logwin or --disable-logwin was given. | |
4759 | if test "${enable_logwin+set}" = set; then | |
4760 | enableval="$enable_logwin" | |
4761 | ||
4762 | if test "$enableval" = yes; then | |
4763 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
4764 | else | |
4765 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
4766 | fi | |
4767 | ||
4768 | else | |
4769 | ||
4770 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` | |
4771 | if test "x$LINE" != x ; then | |
4772 | eval "DEFAULT_$LINE" | |
4773 | else | |
4774 | no_cache=1 | |
4775 | fi | |
4776 | ||
4777 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
4778 | ||
4779 | fi | |
4780 | ||
4781 | ||
4782 | eval "$ac_cv_use_logwin" | |
4783 | if test "$no_cache" != 1; then | |
4784 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
4785 | fi | |
4786 | ||
4787 | if test "$wxUSE_LOGWINDOW" = yes; then | |
4788 | echo "$ac_t""yes" 1>&6 | |
4789 | else | |
4790 | echo "$ac_t""no" 1>&6 | |
4791 | fi | |
4792 | ||
4793 | ||
4794 | echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6 | |
4795 | echo "configure:4796: checking for --enable-logdialog" >&5 | |
4796 | no_cache=0 | |
4797 | # Check whether --enable-logdialog or --disable-logdialog was given. | |
4798 | if test "${enable_logdialog+set}" = set; then | |
4799 | enableval="$enable_logdialog" | |
4800 | ||
4801 | if test "$enableval" = yes; then | |
4802 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes' | |
4803 | else | |
4804 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=no' | |
4805 | fi | |
4806 | ||
4807 | else | |
4808 | ||
4809 | LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}` | |
4810 | if test "x$LINE" != x ; then | |
4811 | eval "DEFAULT_$LINE" | |
4812 | else | |
4813 | no_cache=1 | |
4814 | fi | |
4815 | ||
4816 | ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG | |
4817 | ||
4818 | fi | |
4819 | ||
4820 | ||
4821 | eval "$ac_cv_use_logdialog" | |
4822 | if test "$no_cache" != 1; then | |
4823 | echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp | |
4824 | fi | |
4825 | ||
4826 | if test "$wxUSE_LOGDIALOG" = yes; then | |
4827 | echo "$ac_t""yes" 1>&6 | |
4828 | else | |
4829 | echo "$ac_t""no" 1>&6 | |
4830 | fi | |
4831 | ||
4832 | ||
4833 | ||
4834 | echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6 | |
4835 | echo "configure:4836: checking for --enable-postscript" >&5 | |
4836 | no_cache=0 | |
4837 | # Check whether --enable-postscript or --disable-postscript was given. | |
4838 | if test "${enable_postscript+set}" = set; then | |
4839 | enableval="$enable_postscript" | |
4840 | ||
4841 | if test "$enableval" = yes; then | |
4842 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
4843 | else | |
4844 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
4845 | fi | |
4846 | ||
4847 | else | |
4848 | ||
4849 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` | |
4850 | if test "x$LINE" != x ; then | |
4851 | eval "DEFAULT_$LINE" | |
4852 | else | |
4853 | no_cache=1 | |
4854 | fi | |
4855 | ||
4856 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
4857 | ||
4858 | fi | |
4859 | ||
4860 | ||
4861 | eval "$ac_cv_use_postscript" | |
4862 | if test "$no_cache" != 1; then | |
4863 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
4864 | fi | |
4865 | ||
4866 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
4867 | echo "$ac_t""yes" 1>&6 | |
4868 | else | |
4869 | echo "$ac_t""no" 1>&6 | |
4870 | fi | |
4871 | ||
4872 | ||
4873 | ||
4874 | ||
4875 | ||
4876 | echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6 | |
4877 | echo "configure:4878: checking for --enable-prologio" >&5 | |
4878 | no_cache=0 | |
4879 | # Check whether --enable-prologio or --disable-prologio was given. | |
4880 | if test "${enable_prologio+set}" = set; then | |
4881 | enableval="$enable_prologio" | |
4882 | ||
4883 | if test "$enableval" = yes; then | |
4884 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
4885 | else | |
4886 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
4887 | fi | |
4888 | ||
4889 | else | |
4890 | ||
4891 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` | |
4892 | if test "x$LINE" != x ; then | |
4893 | eval "DEFAULT_$LINE" | |
4894 | else | |
4895 | no_cache=1 | |
4896 | fi | |
4897 | ||
4898 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
4899 | ||
4900 | fi | |
4901 | ||
4902 | ||
4903 | eval "$ac_cv_use_prologio" | |
4904 | if test "$no_cache" != 1; then | |
4905 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
4906 | fi | |
4907 | ||
4908 | if test "$wxUSE_PROLOGIO" = yes; then | |
4909 | echo "$ac_t""yes" 1>&6 | |
4910 | else | |
4911 | echo "$ac_t""no" 1>&6 | |
4912 | fi | |
4913 | ||
4914 | ||
4915 | echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6 | |
4916 | echo "configure:4917: checking for --enable-resources" >&5 | |
4917 | no_cache=0 | |
4918 | # Check whether --enable-resources or --disable-resources was given. | |
4919 | if test "${enable_resources+set}" = set; then | |
4920 | enableval="$enable_resources" | |
4921 | ||
4922 | if test "$enableval" = yes; then | |
4923 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
4924 | else | |
4925 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
4926 | fi | |
4927 | ||
4928 | else | |
4929 | ||
4930 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` | |
4931 | if test "x$LINE" != x ; then | |
4932 | eval "DEFAULT_$LINE" | |
4933 | else | |
4934 | no_cache=1 | |
4935 | fi | |
4936 | ||
4937 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
4938 | ||
4939 | fi | |
4940 | ||
4941 | ||
4942 | eval "$ac_cv_use_resources" | |
4943 | if test "$no_cache" != 1; then | |
4944 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
4945 | fi | |
4946 | ||
4947 | if test "$wxUSE_RESOURCES" = yes; then | |
4948 | echo "$ac_t""yes" 1>&6 | |
4949 | else | |
4950 | echo "$ac_t""no" 1>&6 | |
4951 | fi | |
4952 | ||
4953 | ||
4954 | ||
4955 | echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6 | |
4956 | echo "configure:4957: checking for --enable-xresources" >&5 | |
4957 | no_cache=0 | |
4958 | # Check whether --enable-xresources or --disable-xresources was given. | |
4959 | if test "${enable_xresources+set}" = set; then | |
4960 | enableval="$enable_xresources" | |
4961 | ||
4962 | if test "$enableval" = yes; then | |
4963 | ac_cv_use_xresources='wxUSE_X_RESOURCES=yes' | |
4964 | else | |
4965 | ac_cv_use_xresources='wxUSE_X_RESOURCES=no' | |
4966 | fi | |
4967 | ||
4968 | else | |
4969 | ||
4970 | LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}` | |
4971 | if test "x$LINE" != x ; then | |
4972 | eval "DEFAULT_$LINE" | |
4973 | else | |
4974 | no_cache=1 | |
4975 | fi | |
4976 | ||
4977 | ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES | |
4978 | ||
4979 | fi | |
4980 | ||
4981 | ||
4982 | eval "$ac_cv_use_xresources" | |
4983 | if test "$no_cache" != 1; then | |
4984 | echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp | |
4985 | fi | |
4986 | ||
4987 | if test "$wxUSE_X_RESOURCES" = yes; then | |
4988 | echo "$ac_t""yes" 1>&6 | |
4989 | else | |
4990 | echo "$ac_t""no" 1>&6 | |
4991 | fi | |
4992 | ||
4993 | ||
4994 | ||
4995 | ||
4996 | echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6 | |
4997 | echo "configure:4998: checking for --enable-clipboard" >&5 | |
4998 | no_cache=0 | |
4999 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
5000 | if test "${enable_clipboard+set}" = set; then | |
5001 | enableval="$enable_clipboard" | |
5002 | ||
5003 | if test "$enableval" = yes; then | |
5004 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
5005 | else | |
5006 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
5007 | fi | |
5008 | ||
5009 | else | |
5010 | ||
5011 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` | |
5012 | if test "x$LINE" != x ; then | |
5013 | eval "DEFAULT_$LINE" | |
5014 | else | |
5015 | no_cache=1 | |
5016 | fi | |
5017 | ||
5018 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
5019 | ||
5020 | fi | |
5021 | ||
5022 | ||
5023 | eval "$ac_cv_use_clipboard" | |
5024 | if test "$no_cache" != 1; then | |
5025 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
5026 | fi | |
5027 | ||
5028 | if test "$wxUSE_CLIPBOARD" = yes; then | |
5029 | echo "$ac_t""yes" 1>&6 | |
5030 | else | |
5031 | echo "$ac_t""no" 1>&6 | |
5032 | fi | |
5033 | ||
5034 | ||
5035 | echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6 | |
5036 | echo "configure:5037: checking for --enable-dnd" >&5 | |
5037 | no_cache=0 | |
5038 | # Check whether --enable-dnd or --disable-dnd was given. | |
5039 | if test "${enable_dnd+set}" = set; then | |
5040 | enableval="$enable_dnd" | |
5041 | ||
5042 | if test "$enableval" = yes; then | |
5043 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
5044 | else | |
5045 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
5046 | fi | |
5047 | ||
5048 | else | |
5049 | ||
5050 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` | |
5051 | if test "x$LINE" != x ; then | |
5052 | eval "DEFAULT_$LINE" | |
5053 | else | |
5054 | no_cache=1 | |
5055 | fi | |
5056 | ||
5057 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
5058 | ||
5059 | fi | |
5060 | ||
5061 | ||
5062 | eval "$ac_cv_use_dnd" | |
5063 | if test "$no_cache" != 1; then | |
5064 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
5065 | fi | |
5066 | ||
5067 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
5068 | echo "$ac_t""yes" 1>&6 | |
5069 | else | |
5070 | echo "$ac_t""no" 1>&6 | |
5071 | fi | |
5072 | ||
5073 | ||
5074 | echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 | |
5075 | echo "configure:5076: checking for --enable-metafile" >&5 | |
5076 | no_cache=0 | |
5077 | # Check whether --enable-metafile or --disable-metafile was given. | |
5078 | if test "${enable_metafile+set}" = set; then | |
5079 | enableval="$enable_metafile" | |
5080 | ||
5081 | if test "$enableval" = yes; then | |
5082 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
5083 | else | |
5084 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
5085 | fi | |
5086 | ||
5087 | else | |
5088 | ||
5089 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
5090 | if test "x$LINE" != x ; then | |
5091 | eval "DEFAULT_$LINE" | |
5092 | else | |
5093 | no_cache=1 | |
5094 | fi | |
5095 | ||
5096 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
5097 | ||
5098 | fi | |
5099 | ||
5100 | ||
5101 | eval "$ac_cv_use_metafile" | |
5102 | if test "$no_cache" != 1; then | |
5103 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
5104 | fi | |
5105 | ||
5106 | if test "$wxUSE_METAFILE" = yes; then | |
5107 | echo "$ac_t""yes" 1>&6 | |
5108 | else | |
5109 | echo "$ac_t""no" 1>&6 | |
5110 | fi | |
5111 | ||
5112 | ||
5113 | ||
5114 | echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6 | |
5115 | echo "configure:5116: checking for --enable-treelayout" >&5 | |
5116 | no_cache=0 | |
5117 | # Check whether --enable-treelayout or --disable-treelayout was given. | |
5118 | if test "${enable_treelayout+set}" = set; then | |
5119 | enableval="$enable_treelayout" | |
5120 | ||
5121 | if test "$enableval" = yes; then | |
5122 | ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes' | |
5123 | else | |
5124 | ac_cv_use_treelayout='wxUSE_TREELAYOUT=no' | |
5125 | fi | |
5126 | ||
5127 | else | |
5128 | ||
5129 | LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}` | |
5130 | if test "x$LINE" != x ; then | |
5131 | eval "DEFAULT_$LINE" | |
5132 | else | |
5133 | no_cache=1 | |
5134 | fi | |
5135 | ||
5136 | ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT | |
5137 | ||
5138 | fi | |
5139 | ||
5140 | ||
5141 | eval "$ac_cv_use_treelayout" | |
5142 | if test "$no_cache" != 1; then | |
5143 | echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp | |
5144 | fi | |
5145 | ||
5146 | if test "$wxUSE_TREELAYOUT" = yes; then | |
5147 | echo "$ac_t""yes" 1>&6 | |
5148 | else | |
5149 | echo "$ac_t""no" 1>&6 | |
5150 | fi | |
5151 | ||
5152 | ||
5153 | ||
5154 | ||
5155 | echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6 | |
5156 | echo "configure:5157: checking for --enable-controls" >&5 | |
5157 | no_cache=0 | |
5158 | # Check whether --enable-controls or --disable-controls was given. | |
5159 | if test "${enable_controls+set}" = set; then | |
5160 | enableval="$enable_controls" | |
5161 | ||
5162 | if test "$enableval" = yes; then | |
5163 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
5164 | else | |
5165 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
5166 | fi | |
5167 | ||
5168 | else | |
5169 | ||
5170 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` | |
5171 | if test "x$LINE" != x ; then | |
5172 | eval "DEFAULT_$LINE" | |
5173 | else | |
5174 | no_cache=1 | |
5175 | fi | |
5176 | ||
5177 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
5178 | ||
5179 | fi | |
5180 | ||
5181 | ||
5182 | eval "$ac_cv_use_controls" | |
5183 | if test "$no_cache" != 1; then | |
5184 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
5185 | fi | |
5186 | ||
5187 | if test "$wxUSE_CONTROLS" = yes; then | |
5188 | echo "$ac_t""yes" 1>&6 | |
5189 | else | |
5190 | echo "$ac_t""no" 1>&6 | |
5191 | fi | |
5192 | ||
5193 | ||
5194 | if test "$wxUSE_CONTROLS" = "yes"; then | |
5195 | DEFAULT_wxUSE_ACCEL=yes | |
5196 | DEFAULT_wxUSE_BMPBUTTON=yes | |
5197 | DEFAULT_wxUSE_BUTTON=yes | |
5198 | DEFAULT_wxUSE_CALCTRL=no | |
5199 | DEFAULT_wxUSE_CARET=yes | |
5200 | DEFAULT_wxUSE_COMBOBOX=yes | |
5201 | DEFAULT_wxUSE_CHECKBOX=yes | |
5202 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
5203 | DEFAULT_wxUSE_CHOICE=yes | |
5204 | DEFAULT_wxUSE_GAUGE=yes | |
5205 | DEFAULT_wxUSE_GRID=yes | |
5206 | DEFAULT_wxUSE_NEW_GRID=yes | |
5207 | DEFAULT_wxUSE_IMAGLIST=yes | |
5208 | DEFAULT_wxUSE_LISTBOX=yes | |
5209 | DEFAULT_wxUSE_LISTCTRL=yes | |
5210 | DEFAULT_wxUSE_NOTEBOOK=yes | |
5211 | DEFAULT_wxUSE_PROPSHEET=yes | |
5212 | DEFAULT_wxUSE_RADIOBOX=yes | |
5213 | DEFAULT_wxUSE_RADIOBTN=yes | |
5214 | DEFAULT_wxUSE_SASH=yes | |
5215 | DEFAULT_wxUSE_SCROLLBAR=yes | |
5216 | DEFAULT_wxUSE_SLIDER=yes | |
5217 | DEFAULT_wxUSE_SPINBTN=yes | |
5218 | DEFAULT_wxUSE_SPINCTRL=yes | |
5219 | DEFAULT_wxUSE_SPLITTER=yes | |
5220 | DEFAULT_wxUSE_STATBMP=yes | |
5221 | DEFAULT_wxUSE_STATBOX=yes | |
5222 | DEFAULT_wxUSE_STATLINE=yes | |
5223 | DEFAULT_wxUSE_STATUSBAR=yes | |
5224 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
5225 | DEFAULT_wxUSE_TOGGLEBTN=yes | |
5226 | DEFAULT_wxUSE_TOOLBAR=yes | |
5227 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes | |
5228 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
5229 | DEFAULT_wxUSE_TOOLTIPS=yes | |
5230 | DEFAULT_wxUSE_TREECTRL=yes | |
5231 | DEFAULT_wxUSE_POPUPWIN=yes | |
5232 | DEFAULT_wxUSE_TIPWINDOW=yes | |
5233 | elif test "$wxUSE_CONTROLS" = "no"; then | |
5234 | DEFAULT_wxUSE_ACCEL=no | |
5235 | DEFAULT_wxUSE_BMPBUTTON=no | |
5236 | DEFAULT_wxUSE_BUTTON=no | |
5237 | DEFAULT_wxUSE_CALCTRL=no | |
5238 | DEFAULT_wxUSE_CARET=no | |
5239 | DEFAULT_wxUSE_COMBOBOX=no | |
5240 | DEFAULT_wxUSE_CHECKBOX=no | |
5241 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
5242 | DEFAULT_wxUSE_CHOICE=no | |
5243 | DEFAULT_wxUSE_GAUGE=no | |
5244 | DEFAULT_wxUSE_GRID=no | |
5245 | DEFAULT_wxUSE_NEW_GRID=no | |
5246 | DEFAULT_wxUSE_IMAGLIST=no | |
5247 | DEFAULT_wxUSE_LISTBOX=no | |
5248 | DEFAULT_wxUSE_LISTCTRL=no | |
5249 | DEFAULT_wxUSE_NOTEBOOK=no | |
5250 | DEFAULT_wxUSE_PROPSHEET=no | |
5251 | DEFAULT_wxUSE_RADIOBOX=no | |
5252 | DEFAULT_wxUSE_RADIOBTN=no | |
5253 | DEFAULT_wxUSE_SASH=no | |
5254 | DEFAULT_wxUSE_SCROLLBAR=no | |
5255 | DEFAULT_wxUSE_SLIDER=no | |
5256 | DEFAULT_wxUSE_SPINBTN=no | |
5257 | DEFAULT_wxUSE_SPINCTRL=no | |
5258 | DEFAULT_wxUSE_SPLITTER=no | |
5259 | DEFAULT_wxUSE_STATBMP=no | |
5260 | DEFAULT_wxUSE_STATBOX=no | |
5261 | DEFAULT_wxUSE_STATLINE=no | |
5262 | DEFAULT_wxUSE_STATUSBAR=no | |
5263 | DEFAULT_wxUSE_TAB_DIALOG=no | |
5264 | DEFAULT_wxUSE_TOGGLEBTN=no | |
5265 | DEFAULT_wxUSE_TOOLBAR=no | |
5266 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no | |
5267 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
5268 | DEFAULT_wxUSE_TOOLTIPS=no | |
5269 | DEFAULT_wxUSE_TREECTRL=no | |
5270 | DEFAULT_wxUSE_POPUPWIN=no | |
5271 | DEFAULT_wxUSE_TIPWINDOW=no | |
5272 | fi | |
5273 | ||
5274 | ||
5275 | echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6 | |
5276 | echo "configure:5277: checking for --enable-accel" >&5 | |
5277 | no_cache=0 | |
5278 | # Check whether --enable-accel or --disable-accel was given. | |
5279 | if test "${enable_accel+set}" = set; then | |
5280 | enableval="$enable_accel" | |
5281 | ||
5282 | if test "$enableval" = yes; then | |
5283 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
5284 | else | |
5285 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
5286 | fi | |
5287 | ||
5288 | else | |
5289 | ||
5290 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` | |
5291 | if test "x$LINE" != x ; then | |
5292 | eval "DEFAULT_$LINE" | |
5293 | else | |
5294 | no_cache=1 | |
5295 | fi | |
5296 | ||
5297 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
5298 | ||
5299 | fi | |
5300 | ||
5301 | ||
5302 | eval "$ac_cv_use_accel" | |
5303 | if test "$no_cache" != 1; then | |
5304 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
5305 | fi | |
5306 | ||
5307 | if test "$wxUSE_ACCEL" = yes; then | |
5308 | echo "$ac_t""yes" 1>&6 | |
5309 | else | |
5310 | echo "$ac_t""no" 1>&6 | |
5311 | fi | |
5312 | ||
5313 | ||
5314 | echo $ac_n "checking for --enable-button""... $ac_c" 1>&6 | |
5315 | echo "configure:5316: checking for --enable-button" >&5 | |
5316 | no_cache=0 | |
5317 | # Check whether --enable-button or --disable-button was given. | |
5318 | if test "${enable_button+set}" = set; then | |
5319 | enableval="$enable_button" | |
5320 | ||
5321 | if test "$enableval" = yes; then | |
5322 | ac_cv_use_button='wxUSE_BUTTON=yes' | |
5323 | else | |
5324 | ac_cv_use_button='wxUSE_BUTTON=no' | |
5325 | fi | |
5326 | ||
5327 | else | |
5328 | ||
5329 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` | |
5330 | if test "x$LINE" != x ; then | |
5331 | eval "DEFAULT_$LINE" | |
5332 | else | |
5333 | no_cache=1 | |
5334 | fi | |
5335 | ||
5336 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON | |
5337 | ||
5338 | fi | |
5339 | ||
5340 | ||
5341 | eval "$ac_cv_use_button" | |
5342 | if test "$no_cache" != 1; then | |
5343 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp | |
5344 | fi | |
5345 | ||
5346 | if test "$wxUSE_BUTTON" = yes; then | |
5347 | echo "$ac_t""yes" 1>&6 | |
5348 | else | |
5349 | echo "$ac_t""no" 1>&6 | |
5350 | fi | |
5351 | ||
5352 | ||
5353 | echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6 | |
5354 | echo "configure:5355: checking for --enable-bmpbutton" >&5 | |
5355 | no_cache=0 | |
5356 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
5357 | if test "${enable_bmpbutton+set}" = set; then | |
5358 | enableval="$enable_bmpbutton" | |
5359 | ||
5360 | if test "$enableval" = yes; then | |
5361 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
5362 | else | |
5363 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
5364 | fi | |
5365 | ||
5366 | else | |
5367 | ||
5368 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` | |
5369 | if test "x$LINE" != x ; then | |
5370 | eval "DEFAULT_$LINE" | |
5371 | else | |
5372 | no_cache=1 | |
5373 | fi | |
5374 | ||
5375 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
5376 | ||
5377 | fi | |
5378 | ||
5379 | ||
5380 | eval "$ac_cv_use_bmpbutton" | |
5381 | if test "$no_cache" != 1; then | |
5382 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
5383 | fi | |
5384 | ||
5385 | if test "$wxUSE_BMPBUTTON" = yes; then | |
5386 | echo "$ac_t""yes" 1>&6 | |
5387 | else | |
5388 | echo "$ac_t""no" 1>&6 | |
5389 | fi | |
5390 | ||
5391 | ||
5392 | echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6 | |
5393 | echo "configure:5394: checking for --enable-calendar" >&5 | |
5394 | no_cache=0 | |
5395 | # Check whether --enable-calendar or --disable-calendar was given. | |
5396 | if test "${enable_calendar+set}" = set; then | |
5397 | enableval="$enable_calendar" | |
5398 | ||
5399 | if test "$enableval" = yes; then | |
5400 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
5401 | else | |
5402 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
5403 | fi | |
5404 | ||
5405 | else | |
5406 | ||
5407 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` | |
5408 | if test "x$LINE" != x ; then | |
5409 | eval "DEFAULT_$LINE" | |
5410 | else | |
5411 | no_cache=1 | |
5412 | fi | |
5413 | ||
5414 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
5415 | ||
5416 | fi | |
5417 | ||
5418 | ||
5419 | eval "$ac_cv_use_calendar" | |
5420 | if test "$no_cache" != 1; then | |
5421 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
5422 | fi | |
5423 | ||
5424 | if test "$wxUSE_CALCTRL" = yes; then | |
5425 | echo "$ac_t""yes" 1>&6 | |
5426 | else | |
5427 | echo "$ac_t""no" 1>&6 | |
5428 | fi | |
5429 | ||
5430 | ||
5431 | echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6 | |
5432 | echo "configure:5433: checking for --enable-caret" >&5 | |
5433 | no_cache=0 | |
5434 | # Check whether --enable-caret or --disable-caret was given. | |
5435 | if test "${enable_caret+set}" = set; then | |
5436 | enableval="$enable_caret" | |
5437 | ||
5438 | if test "$enableval" = yes; then | |
5439 | ac_cv_use_caret='wxUSE_CARET=yes' | |
5440 | else | |
5441 | ac_cv_use_caret='wxUSE_CARET=no' | |
5442 | fi | |
5443 | ||
5444 | else | |
5445 | ||
5446 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` | |
5447 | if test "x$LINE" != x ; then | |
5448 | eval "DEFAULT_$LINE" | |
5449 | else | |
5450 | no_cache=1 | |
5451 | fi | |
5452 | ||
5453 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
5454 | ||
5455 | fi | |
5456 | ||
5457 | ||
5458 | eval "$ac_cv_use_caret" | |
5459 | if test "$no_cache" != 1; then | |
5460 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
5461 | fi | |
5462 | ||
5463 | if test "$wxUSE_CARET" = yes; then | |
5464 | echo "$ac_t""yes" 1>&6 | |
5465 | else | |
5466 | echo "$ac_t""no" 1>&6 | |
5467 | fi | |
5468 | ||
5469 | ||
5470 | echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6 | |
5471 | echo "configure:5472: checking for --enable-checkbox" >&5 | |
5472 | no_cache=0 | |
5473 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
5474 | if test "${enable_checkbox+set}" = set; then | |
5475 | enableval="$enable_checkbox" | |
5476 | ||
5477 | if test "$enableval" = yes; then | |
5478 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
5479 | else | |
5480 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
5481 | fi | |
5482 | ||
5483 | else | |
5484 | ||
5485 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` | |
5486 | if test "x$LINE" != x ; then | |
5487 | eval "DEFAULT_$LINE" | |
5488 | else | |
5489 | no_cache=1 | |
5490 | fi | |
5491 | ||
5492 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
5493 | ||
5494 | fi | |
5495 | ||
5496 | ||
5497 | eval "$ac_cv_use_checkbox" | |
5498 | if test "$no_cache" != 1; then | |
5499 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
5500 | fi | |
5501 | ||
5502 | if test "$wxUSE_CHECKBOX" = yes; then | |
5503 | echo "$ac_t""yes" 1>&6 | |
5504 | else | |
5505 | echo "$ac_t""no" 1>&6 | |
5506 | fi | |
5507 | ||
5508 | ||
5509 | echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6 | |
5510 | echo "configure:5511: checking for --enable-checklst" >&5 | |
5511 | no_cache=0 | |
5512 | # Check whether --enable-checklst or --disable-checklst was given. | |
5513 | if test "${enable_checklst+set}" = set; then | |
5514 | enableval="$enable_checklst" | |
5515 | ||
5516 | if test "$enableval" = yes; then | |
5517 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
5518 | else | |
5519 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
5520 | fi | |
5521 | ||
5522 | else | |
5523 | ||
5524 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` | |
5525 | if test "x$LINE" != x ; then | |
5526 | eval "DEFAULT_$LINE" | |
5527 | else | |
5528 | no_cache=1 | |
5529 | fi | |
5530 | ||
5531 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
5532 | ||
5533 | fi | |
5534 | ||
5535 | ||
5536 | eval "$ac_cv_use_checklst" | |
5537 | if test "$no_cache" != 1; then | |
5538 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
5539 | fi | |
5540 | ||
5541 | if test "$wxUSE_CHECKLST" = yes; then | |
5542 | echo "$ac_t""yes" 1>&6 | |
5543 | else | |
5544 | echo "$ac_t""no" 1>&6 | |
5545 | fi | |
5546 | ||
5547 | ||
5548 | echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6 | |
5549 | echo "configure:5550: checking for --enable-choice" >&5 | |
5550 | no_cache=0 | |
5551 | # Check whether --enable-choice or --disable-choice was given. | |
5552 | if test "${enable_choice+set}" = set; then | |
5553 | enableval="$enable_choice" | |
5554 | ||
5555 | if test "$enableval" = yes; then | |
5556 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
5557 | else | |
5558 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
5559 | fi | |
5560 | ||
5561 | else | |
5562 | ||
5563 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` | |
5564 | if test "x$LINE" != x ; then | |
5565 | eval "DEFAULT_$LINE" | |
5566 | else | |
5567 | no_cache=1 | |
5568 | fi | |
5569 | ||
5570 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
5571 | ||
5572 | fi | |
5573 | ||
5574 | ||
5575 | eval "$ac_cv_use_choice" | |
5576 | if test "$no_cache" != 1; then | |
5577 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
5578 | fi | |
5579 | ||
5580 | if test "$wxUSE_CHOICE" = yes; then | |
5581 | echo "$ac_t""yes" 1>&6 | |
5582 | else | |
5583 | echo "$ac_t""no" 1>&6 | |
5584 | fi | |
5585 | ||
5586 | ||
5587 | echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6 | |
5588 | echo "configure:5589: checking for --enable-combobox" >&5 | |
5589 | no_cache=0 | |
5590 | # Check whether --enable-combobox or --disable-combobox was given. | |
5591 | if test "${enable_combobox+set}" = set; then | |
5592 | enableval="$enable_combobox" | |
5593 | ||
5594 | if test "$enableval" = yes; then | |
5595 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
5596 | else | |
5597 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
5598 | fi | |
5599 | ||
5600 | else | |
5601 | ||
5602 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` | |
5603 | if test "x$LINE" != x ; then | |
5604 | eval "DEFAULT_$LINE" | |
5605 | else | |
5606 | no_cache=1 | |
5607 | fi | |
5608 | ||
5609 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
5610 | ||
5611 | fi | |
5612 | ||
5613 | ||
5614 | eval "$ac_cv_use_combobox" | |
5615 | if test "$no_cache" != 1; then | |
5616 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
5617 | fi | |
5618 | ||
5619 | if test "$wxUSE_COMBOBOX" = yes; then | |
5620 | echo "$ac_t""yes" 1>&6 | |
5621 | else | |
5622 | echo "$ac_t""no" 1>&6 | |
5623 | fi | |
5624 | ||
5625 | ||
5626 | echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6 | |
5627 | echo "configure:5628: checking for --enable-gauge" >&5 | |
5628 | no_cache=0 | |
5629 | # Check whether --enable-gauge or --disable-gauge was given. | |
5630 | if test "${enable_gauge+set}" = set; then | |
5631 | enableval="$enable_gauge" | |
5632 | ||
5633 | if test "$enableval" = yes; then | |
5634 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
5635 | else | |
5636 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
5637 | fi | |
5638 | ||
5639 | else | |
5640 | ||
5641 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` | |
5642 | if test "x$LINE" != x ; then | |
5643 | eval "DEFAULT_$LINE" | |
5644 | else | |
5645 | no_cache=1 | |
5646 | fi | |
5647 | ||
5648 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
5649 | ||
5650 | fi | |
5651 | ||
5652 | ||
5653 | eval "$ac_cv_use_gauge" | |
5654 | if test "$no_cache" != 1; then | |
5655 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
5656 | fi | |
5657 | ||
5658 | if test "$wxUSE_GAUGE" = yes; then | |
5659 | echo "$ac_t""yes" 1>&6 | |
5660 | else | |
5661 | echo "$ac_t""no" 1>&6 | |
5662 | fi | |
5663 | ||
5664 | ||
5665 | echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6 | |
5666 | echo "configure:5667: checking for --enable-grid" >&5 | |
5667 | no_cache=0 | |
5668 | # Check whether --enable-grid or --disable-grid was given. | |
5669 | if test "${enable_grid+set}" = set; then | |
5670 | enableval="$enable_grid" | |
5671 | ||
5672 | if test "$enableval" = yes; then | |
5673 | ac_cv_use_grid='wxUSE_GRID=yes' | |
5674 | else | |
5675 | ac_cv_use_grid='wxUSE_GRID=no' | |
5676 | fi | |
5677 | ||
5678 | else | |
5679 | ||
5680 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` | |
5681 | if test "x$LINE" != x ; then | |
5682 | eval "DEFAULT_$LINE" | |
5683 | else | |
5684 | no_cache=1 | |
5685 | fi | |
5686 | ||
5687 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
5688 | ||
5689 | fi | |
5690 | ||
5691 | ||
5692 | eval "$ac_cv_use_grid" | |
5693 | if test "$no_cache" != 1; then | |
5694 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
5695 | fi | |
5696 | ||
5697 | if test "$wxUSE_GRID" = yes; then | |
5698 | echo "$ac_t""yes" 1>&6 | |
5699 | else | |
5700 | echo "$ac_t""no" 1>&6 | |
5701 | fi | |
5702 | ||
5703 | ||
5704 | echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6 | |
5705 | echo "configure:5706: checking for --enable-newgrid" >&5 | |
5706 | no_cache=0 | |
5707 | # Check whether --enable-newgrid or --disable-newgrid was given. | |
5708 | if test "${enable_newgrid+set}" = set; then | |
5709 | enableval="$enable_newgrid" | |
5710 | ||
5711 | if test "$enableval" = yes; then | |
5712 | ac_cv_use_newgrid='wxUSE_NEW_GRID=yes' | |
5713 | else | |
5714 | ac_cv_use_newgrid='wxUSE_NEW_GRID=no' | |
5715 | fi | |
5716 | ||
5717 | else | |
5718 | ||
5719 | LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}` | |
5720 | if test "x$LINE" != x ; then | |
5721 | eval "DEFAULT_$LINE" | |
5722 | else | |
5723 | no_cache=1 | |
5724 | fi | |
5725 | ||
5726 | ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID | |
5727 | ||
5728 | fi | |
5729 | ||
5730 | ||
5731 | eval "$ac_cv_use_newgrid" | |
5732 | if test "$no_cache" != 1; then | |
5733 | echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp | |
5734 | fi | |
5735 | ||
5736 | if test "$wxUSE_NEW_GRID" = yes; then | |
5737 | echo "$ac_t""yes" 1>&6 | |
5738 | else | |
5739 | echo "$ac_t""no" 1>&6 | |
5740 | fi | |
5741 | ||
5742 | ||
5743 | echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6 | |
5744 | echo "configure:5745: checking for --enable-imaglist" >&5 | |
5745 | no_cache=0 | |
5746 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
5747 | if test "${enable_imaglist+set}" = set; then | |
5748 | enableval="$enable_imaglist" | |
5749 | ||
5750 | if test "$enableval" = yes; then | |
5751 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
5752 | else | |
5753 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
5754 | fi | |
5755 | ||
5756 | else | |
5757 | ||
5758 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` | |
5759 | if test "x$LINE" != x ; then | |
5760 | eval "DEFAULT_$LINE" | |
5761 | else | |
5762 | no_cache=1 | |
5763 | fi | |
5764 | ||
5765 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
5766 | ||
5767 | fi | |
5768 | ||
5769 | ||
5770 | eval "$ac_cv_use_imaglist" | |
5771 | if test "$no_cache" != 1; then | |
5772 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
5773 | fi | |
5774 | ||
5775 | if test "$wxUSE_IMAGLIST" = yes; then | |
5776 | echo "$ac_t""yes" 1>&6 | |
5777 | else | |
5778 | echo "$ac_t""no" 1>&6 | |
5779 | fi | |
5780 | ||
5781 | ||
5782 | echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6 | |
5783 | echo "configure:5784: checking for --enable-listbox" >&5 | |
5784 | no_cache=0 | |
5785 | # Check whether --enable-listbox or --disable-listbox was given. | |
5786 | if test "${enable_listbox+set}" = set; then | |
5787 | enableval="$enable_listbox" | |
5788 | ||
5789 | if test "$enableval" = yes; then | |
5790 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
5791 | else | |
5792 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
5793 | fi | |
5794 | ||
5795 | else | |
5796 | ||
5797 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` | |
5798 | if test "x$LINE" != x ; then | |
5799 | eval "DEFAULT_$LINE" | |
5800 | else | |
5801 | no_cache=1 | |
5802 | fi | |
5803 | ||
5804 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
5805 | ||
5806 | fi | |
5807 | ||
5808 | ||
5809 | eval "$ac_cv_use_listbox" | |
5810 | if test "$no_cache" != 1; then | |
5811 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
5812 | fi | |
5813 | ||
5814 | if test "$wxUSE_LISTBOX" = yes; then | |
5815 | echo "$ac_t""yes" 1>&6 | |
5816 | else | |
5817 | echo "$ac_t""no" 1>&6 | |
5818 | fi | |
5819 | ||
5820 | ||
5821 | echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6 | |
5822 | echo "configure:5823: checking for --enable-listctrl" >&5 | |
5823 | no_cache=0 | |
5824 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
5825 | if test "${enable_listctrl+set}" = set; then | |
5826 | enableval="$enable_listctrl" | |
5827 | ||
5828 | if test "$enableval" = yes; then | |
5829 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
5830 | else | |
5831 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
5832 | fi | |
5833 | ||
5834 | else | |
5835 | ||
5836 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` | |
5837 | if test "x$LINE" != x ; then | |
5838 | eval "DEFAULT_$LINE" | |
5839 | else | |
5840 | no_cache=1 | |
5841 | fi | |
5842 | ||
5843 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
5844 | ||
5845 | fi | |
5846 | ||
5847 | ||
5848 | eval "$ac_cv_use_listctrl" | |
5849 | if test "$no_cache" != 1; then | |
5850 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
5851 | fi | |
5852 | ||
5853 | if test "$wxUSE_LISTCTRL" = yes; then | |
5854 | echo "$ac_t""yes" 1>&6 | |
5855 | else | |
5856 | echo "$ac_t""no" 1>&6 | |
5857 | fi | |
5858 | ||
5859 | ||
5860 | echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6 | |
5861 | echo "configure:5862: checking for --enable-notebook" >&5 | |
5862 | no_cache=0 | |
5863 | # Check whether --enable-notebook or --disable-notebook was given. | |
5864 | if test "${enable_notebook+set}" = set; then | |
5865 | enableval="$enable_notebook" | |
5866 | ||
5867 | if test "$enableval" = yes; then | |
5868 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
5869 | else | |
5870 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
5871 | fi | |
5872 | ||
5873 | else | |
5874 | ||
5875 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` | |
5876 | if test "x$LINE" != x ; then | |
5877 | eval "DEFAULT_$LINE" | |
5878 | else | |
5879 | no_cache=1 | |
5880 | fi | |
5881 | ||
5882 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
5883 | ||
5884 | fi | |
5885 | ||
5886 | ||
5887 | eval "$ac_cv_use_notebook" | |
5888 | if test "$no_cache" != 1; then | |
5889 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
5890 | fi | |
5891 | ||
5892 | if test "$wxUSE_NOTEBOOK" = yes; then | |
5893 | echo "$ac_t""yes" 1>&6 | |
5894 | else | |
5895 | echo "$ac_t""no" 1>&6 | |
5896 | fi | |
5897 | ||
5898 | ||
5899 | echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6 | |
5900 | echo "configure:5901: checking for --enable-propsheet" >&5 | |
5901 | no_cache=0 | |
5902 | # Check whether --enable-propsheet or --disable-propsheet was given. | |
5903 | if test "${enable_propsheet+set}" = set; then | |
5904 | enableval="$enable_propsheet" | |
5905 | ||
5906 | if test "$enableval" = yes; then | |
5907 | ac_cv_use_propsheet='wxUSE_PROPSHEET=yes' | |
5908 | else | |
5909 | ac_cv_use_propsheet='wxUSE_PROPSHEET=no' | |
5910 | fi | |
5911 | ||
5912 | else | |
5913 | ||
5914 | LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}` | |
5915 | if test "x$LINE" != x ; then | |
5916 | eval "DEFAULT_$LINE" | |
5917 | else | |
5918 | no_cache=1 | |
5919 | fi | |
5920 | ||
5921 | ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET | |
5922 | ||
5923 | fi | |
5924 | ||
5925 | ||
5926 | eval "$ac_cv_use_propsheet" | |
5927 | if test "$no_cache" != 1; then | |
5928 | echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp | |
5929 | fi | |
5930 | ||
5931 | if test "$wxUSE_PROPSHEET" = yes; then | |
5932 | echo "$ac_t""yes" 1>&6 | |
5933 | else | |
5934 | echo "$ac_t""no" 1>&6 | |
5935 | fi | |
5936 | ||
5937 | ||
5938 | echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6 | |
5939 | echo "configure:5940: checking for --enable-radiobox" >&5 | |
5940 | no_cache=0 | |
5941 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
5942 | if test "${enable_radiobox+set}" = set; then | |
5943 | enableval="$enable_radiobox" | |
5944 | ||
5945 | if test "$enableval" = yes; then | |
5946 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
5947 | else | |
5948 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
5949 | fi | |
5950 | ||
5951 | else | |
5952 | ||
5953 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` | |
5954 | if test "x$LINE" != x ; then | |
5955 | eval "DEFAULT_$LINE" | |
5956 | else | |
5957 | no_cache=1 | |
5958 | fi | |
5959 | ||
5960 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
5961 | ||
5962 | fi | |
5963 | ||
5964 | ||
5965 | eval "$ac_cv_use_radiobox" | |
5966 | if test "$no_cache" != 1; then | |
5967 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
5968 | fi | |
5969 | ||
5970 | if test "$wxUSE_RADIOBOX" = yes; then | |
5971 | echo "$ac_t""yes" 1>&6 | |
5972 | else | |
5973 | echo "$ac_t""no" 1>&6 | |
5974 | fi | |
5975 | ||
5976 | ||
5977 | echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6 | |
5978 | echo "configure:5979: checking for --enable-radiobtn" >&5 | |
5979 | no_cache=0 | |
5980 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
5981 | if test "${enable_radiobtn+set}" = set; then | |
5982 | enableval="$enable_radiobtn" | |
5983 | ||
5984 | if test "$enableval" = yes; then | |
5985 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
5986 | else | |
5987 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
5988 | fi | |
5989 | ||
5990 | else | |
5991 | ||
5992 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` | |
5993 | if test "x$LINE" != x ; then | |
5994 | eval "DEFAULT_$LINE" | |
5995 | else | |
5996 | no_cache=1 | |
5997 | fi | |
5998 | ||
5999 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
6000 | ||
6001 | fi | |
6002 | ||
6003 | ||
6004 | eval "$ac_cv_use_radiobtn" | |
6005 | if test "$no_cache" != 1; then | |
6006 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
6007 | fi | |
6008 | ||
6009 | if test "$wxUSE_RADIOBTN" = yes; then | |
6010 | echo "$ac_t""yes" 1>&6 | |
6011 | else | |
6012 | echo "$ac_t""no" 1>&6 | |
6013 | fi | |
6014 | ||
6015 | ||
6016 | echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6 | |
6017 | echo "configure:6018: checking for --enable-sash" >&5 | |
6018 | no_cache=0 | |
6019 | # Check whether --enable-sash or --disable-sash was given. | |
6020 | if test "${enable_sash+set}" = set; then | |
6021 | enableval="$enable_sash" | |
6022 | ||
6023 | if test "$enableval" = yes; then | |
6024 | ac_cv_use_sash='wxUSE_SASH=yes' | |
6025 | else | |
6026 | ac_cv_use_sash='wxUSE_SASH=no' | |
6027 | fi | |
6028 | ||
6029 | else | |
6030 | ||
6031 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` | |
6032 | if test "x$LINE" != x ; then | |
6033 | eval "DEFAULT_$LINE" | |
6034 | else | |
6035 | no_cache=1 | |
6036 | fi | |
6037 | ||
6038 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
6039 | ||
6040 | fi | |
6041 | ||
6042 | ||
6043 | eval "$ac_cv_use_sash" | |
6044 | if test "$no_cache" != 1; then | |
6045 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
6046 | fi | |
6047 | ||
6048 | if test "$wxUSE_SASH" = yes; then | |
6049 | echo "$ac_t""yes" 1>&6 | |
6050 | else | |
6051 | echo "$ac_t""no" 1>&6 | |
6052 | fi | |
6053 | ||
6054 | ||
6055 | echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6 | |
6056 | echo "configure:6057: checking for --enable-scrollbar" >&5 | |
6057 | no_cache=0 | |
6058 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
6059 | if test "${enable_scrollbar+set}" = set; then | |
6060 | enableval="$enable_scrollbar" | |
6061 | ||
6062 | if test "$enableval" = yes; then | |
6063 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
6064 | else | |
6065 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
6066 | fi | |
6067 | ||
6068 | else | |
6069 | ||
6070 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` | |
6071 | if test "x$LINE" != x ; then | |
6072 | eval "DEFAULT_$LINE" | |
6073 | else | |
6074 | no_cache=1 | |
6075 | fi | |
6076 | ||
6077 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
6078 | ||
6079 | fi | |
6080 | ||
6081 | ||
6082 | eval "$ac_cv_use_scrollbar" | |
6083 | if test "$no_cache" != 1; then | |
6084 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
6085 | fi | |
6086 | ||
6087 | if test "$wxUSE_SCROLLBAR" = yes; then | |
6088 | echo "$ac_t""yes" 1>&6 | |
6089 | else | |
6090 | echo "$ac_t""no" 1>&6 | |
6091 | fi | |
6092 | ||
6093 | ||
6094 | echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6 | |
6095 | echo "configure:6096: checking for --enable-slider" >&5 | |
6096 | no_cache=0 | |
6097 | # Check whether --enable-slider or --disable-slider was given. | |
6098 | if test "${enable_slider+set}" = set; then | |
6099 | enableval="$enable_slider" | |
6100 | ||
6101 | if test "$enableval" = yes; then | |
6102 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
6103 | else | |
6104 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
6105 | fi | |
6106 | ||
6107 | else | |
6108 | ||
6109 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` | |
6110 | if test "x$LINE" != x ; then | |
6111 | eval "DEFAULT_$LINE" | |
6112 | else | |
6113 | no_cache=1 | |
6114 | fi | |
6115 | ||
6116 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
6117 | ||
6118 | fi | |
6119 | ||
6120 | ||
6121 | eval "$ac_cv_use_slider" | |
6122 | if test "$no_cache" != 1; then | |
6123 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
6124 | fi | |
6125 | ||
6126 | if test "$wxUSE_SLIDER" = yes; then | |
6127 | echo "$ac_t""yes" 1>&6 | |
6128 | else | |
6129 | echo "$ac_t""no" 1>&6 | |
6130 | fi | |
6131 | ||
6132 | ||
6133 | echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6 | |
6134 | echo "configure:6135: checking for --enable-spinbtn" >&5 | |
6135 | no_cache=0 | |
6136 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
6137 | if test "${enable_spinbtn+set}" = set; then | |
6138 | enableval="$enable_spinbtn" | |
6139 | ||
6140 | if test "$enableval" = yes; then | |
6141 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
6142 | else | |
6143 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
6144 | fi | |
6145 | ||
6146 | else | |
6147 | ||
6148 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` | |
6149 | if test "x$LINE" != x ; then | |
6150 | eval "DEFAULT_$LINE" | |
6151 | else | |
6152 | no_cache=1 | |
6153 | fi | |
6154 | ||
6155 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
6156 | ||
6157 | fi | |
6158 | ||
6159 | ||
6160 | eval "$ac_cv_use_spinbtn" | |
6161 | if test "$no_cache" != 1; then | |
6162 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
6163 | fi | |
6164 | ||
6165 | if test "$wxUSE_SPINBTN" = yes; then | |
6166 | echo "$ac_t""yes" 1>&6 | |
6167 | else | |
6168 | echo "$ac_t""no" 1>&6 | |
6169 | fi | |
6170 | ||
6171 | ||
6172 | echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6 | |
6173 | echo "configure:6174: checking for --enable-spinctrl" >&5 | |
6174 | no_cache=0 | |
6175 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
6176 | if test "${enable_spinctrl+set}" = set; then | |
6177 | enableval="$enable_spinctrl" | |
6178 | ||
6179 | if test "$enableval" = yes; then | |
6180 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
6181 | else | |
6182 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
6183 | fi | |
6184 | ||
6185 | else | |
6186 | ||
6187 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` | |
6188 | if test "x$LINE" != x ; then | |
6189 | eval "DEFAULT_$LINE" | |
6190 | else | |
6191 | no_cache=1 | |
6192 | fi | |
6193 | ||
6194 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
6195 | ||
6196 | fi | |
6197 | ||
6198 | ||
6199 | eval "$ac_cv_use_spinctrl" | |
6200 | if test "$no_cache" != 1; then | |
6201 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
6202 | fi | |
6203 | ||
6204 | if test "$wxUSE_SPINCTRL" = yes; then | |
6205 | echo "$ac_t""yes" 1>&6 | |
6206 | else | |
6207 | echo "$ac_t""no" 1>&6 | |
6208 | fi | |
6209 | ||
6210 | ||
6211 | echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6 | |
6212 | echo "configure:6213: checking for --enable-splitter" >&5 | |
6213 | no_cache=0 | |
6214 | # Check whether --enable-splitter or --disable-splitter was given. | |
6215 | if test "${enable_splitter+set}" = set; then | |
6216 | enableval="$enable_splitter" | |
6217 | ||
6218 | if test "$enableval" = yes; then | |
6219 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
6220 | else | |
6221 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
6222 | fi | |
6223 | ||
6224 | else | |
6225 | ||
6226 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` | |
6227 | if test "x$LINE" != x ; then | |
6228 | eval "DEFAULT_$LINE" | |
6229 | else | |
6230 | no_cache=1 | |
6231 | fi | |
6232 | ||
6233 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
6234 | ||
6235 | fi | |
6236 | ||
6237 | ||
6238 | eval "$ac_cv_use_splitter" | |
6239 | if test "$no_cache" != 1; then | |
6240 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
6241 | fi | |
6242 | ||
6243 | if test "$wxUSE_SPLITTER" = yes; then | |
6244 | echo "$ac_t""yes" 1>&6 | |
6245 | else | |
6246 | echo "$ac_t""no" 1>&6 | |
6247 | fi | |
6248 | ||
6249 | ||
6250 | echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6 | |
6251 | echo "configure:6252: checking for --enable-statbmp" >&5 | |
6252 | no_cache=0 | |
6253 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
6254 | if test "${enable_statbmp+set}" = set; then | |
6255 | enableval="$enable_statbmp" | |
6256 | ||
6257 | if test "$enableval" = yes; then | |
6258 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
6259 | else | |
6260 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
6261 | fi | |
6262 | ||
6263 | else | |
6264 | ||
6265 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` | |
6266 | if test "x$LINE" != x ; then | |
6267 | eval "DEFAULT_$LINE" | |
6268 | else | |
6269 | no_cache=1 | |
6270 | fi | |
6271 | ||
6272 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
6273 | ||
6274 | fi | |
6275 | ||
6276 | ||
6277 | eval "$ac_cv_use_statbmp" | |
6278 | if test "$no_cache" != 1; then | |
6279 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
6280 | fi | |
6281 | ||
6282 | if test "$wxUSE_STATBMP" = yes; then | |
6283 | echo "$ac_t""yes" 1>&6 | |
6284 | else | |
6285 | echo "$ac_t""no" 1>&6 | |
6286 | fi | |
6287 | ||
6288 | ||
6289 | echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6 | |
6290 | echo "configure:6291: checking for --enable-statbox" >&5 | |
6291 | no_cache=0 | |
6292 | # Check whether --enable-statbox or --disable-statbox was given. | |
6293 | if test "${enable_statbox+set}" = set; then | |
6294 | enableval="$enable_statbox" | |
6295 | ||
6296 | if test "$enableval" = yes; then | |
6297 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
6298 | else | |
6299 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
6300 | fi | |
6301 | ||
6302 | else | |
6303 | ||
6304 | LINE=`grep "wxUSE_STATBOX" ${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_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
6312 | ||
6313 | fi | |
6314 | ||
6315 | ||
6316 | eval "$ac_cv_use_statbox" | |
6317 | if test "$no_cache" != 1; then | |
6318 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
6319 | fi | |
6320 | ||
6321 | if test "$wxUSE_STATBOX" = yes; then | |
6322 | echo "$ac_t""yes" 1>&6 | |
6323 | else | |
6324 | echo "$ac_t""no" 1>&6 | |
6325 | fi | |
6326 | ||
6327 | ||
6328 | echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6 | |
6329 | echo "configure:6330: checking for --enable-statline" >&5 | |
6330 | no_cache=0 | |
6331 | # Check whether --enable-statline or --disable-statline was given. | |
6332 | if test "${enable_statline+set}" = set; then | |
6333 | enableval="$enable_statline" | |
6334 | ||
6335 | if test "$enableval" = yes; then | |
6336 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
6337 | else | |
6338 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
6339 | fi | |
6340 | ||
6341 | else | |
6342 | ||
6343 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` | |
6344 | if test "x$LINE" != x ; then | |
6345 | eval "DEFAULT_$LINE" | |
6346 | else | |
6347 | no_cache=1 | |
6348 | fi | |
6349 | ||
6350 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
6351 | ||
6352 | fi | |
6353 | ||
6354 | ||
6355 | eval "$ac_cv_use_statline" | |
6356 | if test "$no_cache" != 1; then | |
6357 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
6358 | fi | |
6359 | ||
6360 | if test "$wxUSE_STATLINE" = yes; then | |
6361 | echo "$ac_t""yes" 1>&6 | |
6362 | else | |
6363 | echo "$ac_t""no" 1>&6 | |
6364 | fi | |
6365 | ||
6366 | ||
6367 | echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6 | |
6368 | echo "configure:6369: checking for --enable-stattext" >&5 | |
6369 | no_cache=0 | |
6370 | # Check whether --enable-stattext or --disable-stattext was given. | |
6371 | if test "${enable_stattext+set}" = set; then | |
6372 | enableval="$enable_stattext" | |
6373 | ||
6374 | if test "$enableval" = yes; then | |
6375 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
6376 | else | |
6377 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
6378 | fi | |
6379 | ||
6380 | else | |
6381 | ||
6382 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` | |
6383 | if test "x$LINE" != x ; then | |
6384 | eval "DEFAULT_$LINE" | |
6385 | else | |
6386 | no_cache=1 | |
6387 | fi | |
6388 | ||
6389 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
6390 | ||
6391 | fi | |
6392 | ||
6393 | ||
6394 | eval "$ac_cv_use_stattext" | |
6395 | if test "$no_cache" != 1; then | |
6396 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
6397 | fi | |
6398 | ||
6399 | if test "$wxUSE_STATTEXT" = yes; then | |
6400 | echo "$ac_t""yes" 1>&6 | |
6401 | else | |
6402 | echo "$ac_t""no" 1>&6 | |
6403 | fi | |
6404 | ||
6405 | ||
6406 | echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6 | |
6407 | echo "configure:6408: checking for --enable-statusbar" >&5 | |
6408 | no_cache=0 | |
6409 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
6410 | if test "${enable_statusbar+set}" = set; then | |
6411 | enableval="$enable_statusbar" | |
6412 | ||
6413 | if test "$enableval" = yes; then | |
6414 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
6415 | else | |
6416 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
6417 | fi | |
6418 | ||
6419 | else | |
6420 | ||
6421 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` | |
6422 | if test "x$LINE" != x ; then | |
6423 | eval "DEFAULT_$LINE" | |
6424 | else | |
6425 | no_cache=1 | |
6426 | fi | |
6427 | ||
6428 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
6429 | ||
6430 | fi | |
6431 | ||
6432 | ||
6433 | eval "$ac_cv_use_statusbar" | |
6434 | if test "$no_cache" != 1; then | |
6435 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
6436 | fi | |
6437 | ||
6438 | if test "$wxUSE_STATUSBAR" = yes; then | |
6439 | echo "$ac_t""yes" 1>&6 | |
6440 | else | |
6441 | echo "$ac_t""no" 1>&6 | |
6442 | fi | |
6443 | ||
6444 | ||
6445 | echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6 | |
6446 | echo "configure:6447: checking for --enable-tabdialog" >&5 | |
6447 | no_cache=0 | |
6448 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
6449 | if test "${enable_tabdialog+set}" = set; then | |
6450 | enableval="$enable_tabdialog" | |
6451 | ||
6452 | if test "$enableval" = yes; then | |
6453 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
6454 | else | |
6455 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
6456 | fi | |
6457 | ||
6458 | else | |
6459 | ||
6460 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` | |
6461 | if test "x$LINE" != x ; then | |
6462 | eval "DEFAULT_$LINE" | |
6463 | else | |
6464 | no_cache=1 | |
6465 | fi | |
6466 | ||
6467 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
6468 | ||
6469 | fi | |
6470 | ||
6471 | ||
6472 | eval "$ac_cv_use_tabdialog" | |
6473 | if test "$no_cache" != 1; then | |
6474 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
6475 | fi | |
6476 | ||
6477 | if test "$wxUSE_TABDIALOG" = yes; then | |
6478 | echo "$ac_t""yes" 1>&6 | |
6479 | else | |
6480 | echo "$ac_t""no" 1>&6 | |
6481 | fi | |
6482 | ||
6483 | ||
6484 | echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6 | |
6485 | echo "configure:6486: checking for --enable-textctrl" >&5 | |
6486 | no_cache=0 | |
6487 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
6488 | if test "${enable_textctrl+set}" = set; then | |
6489 | enableval="$enable_textctrl" | |
6490 | ||
6491 | if test "$enableval" = yes; then | |
6492 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
6493 | else | |
6494 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
6495 | fi | |
6496 | ||
6497 | else | |
6498 | ||
6499 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` | |
6500 | if test "x$LINE" != x ; then | |
6501 | eval "DEFAULT_$LINE" | |
6502 | else | |
6503 | no_cache=1 | |
6504 | fi | |
6505 | ||
6506 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
6507 | ||
6508 | fi | |
6509 | ||
6510 | ||
6511 | eval "$ac_cv_use_textctrl" | |
6512 | if test "$no_cache" != 1; then | |
6513 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
6514 | fi | |
6515 | ||
6516 | if test "$wxUSE_TEXTCTRL" = yes; then | |
6517 | echo "$ac_t""yes" 1>&6 | |
6518 | else | |
6519 | echo "$ac_t""no" 1>&6 | |
6520 | fi | |
6521 | ||
6522 | ||
6523 | echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6 | |
6524 | echo "configure:6525: checking for --enable-togglebtn" >&5 | |
6525 | no_cache=0 | |
6526 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
6527 | if test "${enable_togglebtn+set}" = set; then | |
6528 | enableval="$enable_togglebtn" | |
6529 | ||
6530 | if test "$enableval" = yes; then | |
6531 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
6532 | else | |
6533 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
6534 | fi | |
6535 | ||
6536 | else | |
6537 | ||
6538 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` | |
6539 | if test "x$LINE" != x ; then | |
6540 | eval "DEFAULT_$LINE" | |
6541 | else | |
6542 | no_cache=1 | |
6543 | fi | |
6544 | ||
6545 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
6546 | ||
6547 | fi | |
6548 | ||
6549 | ||
6550 | eval "$ac_cv_use_togglebtn" | |
6551 | if test "$no_cache" != 1; then | |
6552 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
6553 | fi | |
6554 | ||
6555 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
6556 | echo "$ac_t""yes" 1>&6 | |
6557 | else | |
6558 | echo "$ac_t""no" 1>&6 | |
6559 | fi | |
6560 | ||
6561 | ||
6562 | echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6 | |
6563 | echo "configure:6564: checking for --enable-toolbar" >&5 | |
6564 | no_cache=0 | |
6565 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
6566 | if test "${enable_toolbar+set}" = set; then | |
6567 | enableval="$enable_toolbar" | |
6568 | ||
6569 | if test "$enableval" = yes; then | |
6570 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
6571 | else | |
6572 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
6573 | fi | |
6574 | ||
6575 | else | |
6576 | ||
6577 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` | |
6578 | if test "x$LINE" != x ; then | |
6579 | eval "DEFAULT_$LINE" | |
6580 | else | |
6581 | no_cache=1 | |
6582 | fi | |
6583 | ||
6584 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
6585 | ||
6586 | fi | |
6587 | ||
6588 | ||
6589 | eval "$ac_cv_use_toolbar" | |
6590 | if test "$no_cache" != 1; then | |
6591 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
6592 | fi | |
6593 | ||
6594 | if test "$wxUSE_TOOLBAR" = yes; then | |
6595 | echo "$ac_t""yes" 1>&6 | |
6596 | else | |
6597 | echo "$ac_t""no" 1>&6 | |
6598 | fi | |
6599 | ||
6600 | ||
6601 | echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6 | |
6602 | echo "configure:6603: checking for --enable-tbarnative" >&5 | |
6603 | no_cache=0 | |
6604 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
6605 | if test "${enable_tbarnative+set}" = set; then | |
6606 | enableval="$enable_tbarnative" | |
6607 | ||
6608 | if test "$enableval" = yes; then | |
6609 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
6610 | else | |
6611 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
6612 | fi | |
6613 | ||
6614 | else | |
6615 | ||
6616 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` | |
6617 | if test "x$LINE" != x ; then | |
6618 | eval "DEFAULT_$LINE" | |
6619 | else | |
6620 | no_cache=1 | |
6621 | fi | |
6622 | ||
6623 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
6624 | ||
6625 | fi | |
6626 | ||
6627 | ||
6628 | eval "$ac_cv_use_tbarnative" | |
6629 | if test "$no_cache" != 1; then | |
6630 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
6631 | fi | |
6632 | ||
6633 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
6634 | echo "$ac_t""yes" 1>&6 | |
6635 | else | |
6636 | echo "$ac_t""no" 1>&6 | |
6637 | fi | |
6638 | ||
6639 | ||
6640 | echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6 | |
6641 | echo "configure:6642: checking for --enable-tbarsmpl" >&5 | |
6642 | no_cache=0 | |
6643 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
6644 | if test "${enable_tbarsmpl+set}" = set; then | |
6645 | enableval="$enable_tbarsmpl" | |
6646 | ||
6647 | if test "$enableval" = yes; then | |
6648 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
6649 | else | |
6650 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
6651 | fi | |
6652 | ||
6653 | else | |
6654 | ||
6655 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` | |
6656 | if test "x$LINE" != x ; then | |
6657 | eval "DEFAULT_$LINE" | |
6658 | else | |
6659 | no_cache=1 | |
6660 | fi | |
6661 | ||
6662 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
6663 | ||
6664 | fi | |
6665 | ||
6666 | ||
6667 | eval "$ac_cv_use_tbarsmpl" | |
6668 | if test "$no_cache" != 1; then | |
6669 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
6670 | fi | |
6671 | ||
6672 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
6673 | echo "$ac_t""yes" 1>&6 | |
6674 | else | |
6675 | echo "$ac_t""no" 1>&6 | |
6676 | fi | |
6677 | ||
6678 | ||
6679 | echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6 | |
6680 | echo "configure:6681: checking for --enable-treectrl" >&5 | |
6681 | no_cache=0 | |
6682 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
6683 | if test "${enable_treectrl+set}" = set; then | |
6684 | enableval="$enable_treectrl" | |
6685 | ||
6686 | if test "$enableval" = yes; then | |
6687 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
6688 | else | |
6689 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
6690 | fi | |
6691 | ||
6692 | else | |
6693 | ||
6694 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` | |
6695 | if test "x$LINE" != x ; then | |
6696 | eval "DEFAULT_$LINE" | |
6697 | else | |
6698 | no_cache=1 | |
6699 | fi | |
6700 | ||
6701 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
6702 | ||
6703 | fi | |
6704 | ||
6705 | ||
6706 | eval "$ac_cv_use_treectrl" | |
6707 | if test "$no_cache" != 1; then | |
6708 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
6709 | fi | |
6710 | ||
6711 | if test "$wxUSE_TREECTRL" = yes; then | |
6712 | echo "$ac_t""yes" 1>&6 | |
6713 | else | |
6714 | echo "$ac_t""no" 1>&6 | |
6715 | fi | |
6716 | ||
6717 | ||
6718 | echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6 | |
6719 | echo "configure:6720: checking for --enable-tipwindow" >&5 | |
6720 | no_cache=0 | |
6721 | # Check whether --enable-tipwindow or --disable-tipwindow was given. | |
6722 | if test "${enable_tipwindow+set}" = set; then | |
6723 | enableval="$enable_tipwindow" | |
6724 | ||
6725 | if test "$enableval" = yes; then | |
6726 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes' | |
6727 | else | |
6728 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no' | |
6729 | fi | |
6730 | ||
6731 | else | |
6732 | ||
6733 | LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}` | |
6734 | if test "x$LINE" != x ; then | |
6735 | eval "DEFAULT_$LINE" | |
6736 | else | |
6737 | no_cache=1 | |
6738 | fi | |
6739 | ||
6740 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW | |
6741 | ||
6742 | fi | |
6743 | ||
6744 | ||
6745 | eval "$ac_cv_use_tipwindow" | |
6746 | if test "$no_cache" != 1; then | |
6747 | echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp | |
6748 | fi | |
6749 | ||
6750 | if test "$wxUSE_TIPWINDOW" = yes; then | |
6751 | echo "$ac_t""yes" 1>&6 | |
6752 | else | |
6753 | echo "$ac_t""no" 1>&6 | |
6754 | fi | |
6755 | ||
6756 | ||
6757 | echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6 | |
6758 | echo "configure:6759: checking for --enable-popupwin" >&5 | |
6759 | no_cache=0 | |
6760 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
6761 | if test "${enable_popupwin+set}" = set; then | |
6762 | enableval="$enable_popupwin" | |
6763 | ||
6764 | if test "$enableval" = yes; then | |
6765 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
6766 | else | |
6767 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
6768 | fi | |
6769 | ||
6770 | else | |
6771 | ||
6772 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` | |
6773 | if test "x$LINE" != x ; then | |
6774 | eval "DEFAULT_$LINE" | |
6775 | else | |
6776 | no_cache=1 | |
6777 | fi | |
6778 | ||
6779 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
6780 | ||
6781 | fi | |
6782 | ||
6783 | ||
6784 | eval "$ac_cv_use_popupwin" | |
6785 | if test "$no_cache" != 1; then | |
6786 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
6787 | fi | |
6788 | ||
6789 | if test "$wxUSE_POPUPWIN" = yes; then | |
6790 | echo "$ac_t""yes" 1>&6 | |
6791 | else | |
6792 | echo "$ac_t""no" 1>&6 | |
6793 | fi | |
6794 | ||
6795 | ||
6796 | ||
6797 | ||
6798 | echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6 | |
6799 | echo "configure:6800: checking for --enable-commondlg" >&5 | |
6800 | no_cache=0 | |
6801 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
6802 | if test "${enable_commondlg+set}" = set; then | |
6803 | enableval="$enable_commondlg" | |
6804 | ||
6805 | if test "$enableval" = yes; then | |
6806 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
6807 | else | |
6808 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
6809 | fi | |
6810 | ||
6811 | else | |
6812 | ||
6813 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` | |
6814 | if test "x$LINE" != x ; then | |
6815 | eval "DEFAULT_$LINE" | |
6816 | else | |
6817 | no_cache=1 | |
6818 | fi | |
6819 | ||
6820 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
6821 | ||
6822 | fi | |
6823 | ||
6824 | ||
6825 | eval "$ac_cv_use_commondlg" | |
6826 | if test "$no_cache" != 1; then | |
6827 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
6828 | fi | |
6829 | ||
6830 | if test "$wxUSE_COMMONDLGS" = yes; then | |
6831 | echo "$ac_t""yes" 1>&6 | |
6832 | else | |
6833 | echo "$ac_t""no" 1>&6 | |
6834 | fi | |
6835 | ||
6836 | ||
6837 | echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6 | |
6838 | echo "configure:6839: checking for --enable-choicedlg" >&5 | |
6839 | no_cache=0 | |
6840 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
6841 | if test "${enable_choicedlg+set}" = set; then | |
6842 | enableval="$enable_choicedlg" | |
6843 | ||
6844 | if test "$enableval" = yes; then | |
6845 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
6846 | else | |
6847 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
6848 | fi | |
6849 | ||
6850 | else | |
6851 | ||
6852 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` | |
6853 | if test "x$LINE" != x ; then | |
6854 | eval "DEFAULT_$LINE" | |
6855 | else | |
6856 | no_cache=1 | |
6857 | fi | |
6858 | ||
6859 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
6860 | ||
6861 | fi | |
6862 | ||
6863 | ||
6864 | eval "$ac_cv_use_choicedlg" | |
6865 | if test "$no_cache" != 1; then | |
6866 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
6867 | fi | |
6868 | ||
6869 | if test "$wxUSE_CHOICEDLG" = yes; then | |
6870 | echo "$ac_t""yes" 1>&6 | |
6871 | else | |
6872 | echo "$ac_t""no" 1>&6 | |
6873 | fi | |
6874 | ||
6875 | ||
6876 | echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6 | |
6877 | echo "configure:6878: checking for --enable-coldlg" >&5 | |
6878 | no_cache=0 | |
6879 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
6880 | if test "${enable_coldlg+set}" = set; then | |
6881 | enableval="$enable_coldlg" | |
6882 | ||
6883 | if test "$enableval" = yes; then | |
6884 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
6885 | else | |
6886 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
6887 | fi | |
6888 | ||
6889 | else | |
6890 | ||
6891 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` | |
6892 | if test "x$LINE" != x ; then | |
6893 | eval "DEFAULT_$LINE" | |
6894 | else | |
6895 | no_cache=1 | |
6896 | fi | |
6897 | ||
6898 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
6899 | ||
6900 | fi | |
6901 | ||
6902 | ||
6903 | eval "$ac_cv_use_coldlg" | |
6904 | if test "$no_cache" != 1; then | |
6905 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
6906 | fi | |
6907 | ||
6908 | if test "$wxUSE_COLOURDLG" = yes; then | |
6909 | echo "$ac_t""yes" 1>&6 | |
6910 | else | |
6911 | echo "$ac_t""no" 1>&6 | |
6912 | fi | |
6913 | ||
6914 | ||
6915 | echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6 | |
6916 | echo "configure:6917: checking for --enable-filedlg" >&5 | |
6917 | no_cache=0 | |
6918 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
6919 | if test "${enable_filedlg+set}" = set; then | |
6920 | enableval="$enable_filedlg" | |
6921 | ||
6922 | if test "$enableval" = yes; then | |
6923 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
6924 | else | |
6925 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
6926 | fi | |
6927 | ||
6928 | else | |
6929 | ||
6930 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` | |
6931 | if test "x$LINE" != x ; then | |
6932 | eval "DEFAULT_$LINE" | |
6933 | else | |
6934 | no_cache=1 | |
6935 | fi | |
6936 | ||
6937 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
6938 | ||
6939 | fi | |
6940 | ||
6941 | ||
6942 | eval "$ac_cv_use_filedlg" | |
6943 | if test "$no_cache" != 1; then | |
6944 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
6945 | fi | |
6946 | ||
6947 | if test "$wxUSE_FILEDLG" = yes; then | |
6948 | echo "$ac_t""yes" 1>&6 | |
6949 | else | |
6950 | echo "$ac_t""no" 1>&6 | |
6951 | fi | |
6952 | ||
6953 | ||
6954 | echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6 | |
6955 | echo "configure:6956: checking for --enable-finddlg" >&5 | |
6956 | no_cache=0 | |
6957 | # Check whether --enable-finddlg or --disable-finddlg was given. | |
6958 | if test "${enable_finddlg+set}" = set; then | |
6959 | enableval="$enable_finddlg" | |
6960 | ||
6961 | if test "$enableval" = yes; then | |
6962 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes' | |
6963 | else | |
6964 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no' | |
6965 | fi | |
6966 | ||
6967 | else | |
6968 | ||
6969 | LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` | |
6970 | if test "x$LINE" != x ; then | |
6971 | eval "DEFAULT_$LINE" | |
6972 | else | |
6973 | no_cache=1 | |
6974 | fi | |
6975 | ||
6976 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG | |
6977 | ||
6978 | fi | |
6979 | ||
6980 | ||
6981 | eval "$ac_cv_use_finddlg" | |
6982 | if test "$no_cache" != 1; then | |
6983 | echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp | |
6984 | fi | |
6985 | ||
6986 | if test "$wxUSE_FINDREPLDLG" = yes; then | |
6987 | echo "$ac_t""yes" 1>&6 | |
6988 | else | |
6989 | echo "$ac_t""no" 1>&6 | |
6990 | fi | |
6991 | ||
6992 | ||
6993 | echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6 | |
6994 | echo "configure:6995: checking for --enable-fontdlg" >&5 | |
6995 | no_cache=0 | |
6996 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
6997 | if test "${enable_fontdlg+set}" = set; then | |
6998 | enableval="$enable_fontdlg" | |
6999 | ||
7000 | if test "$enableval" = yes; then | |
7001 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
7002 | else | |
7003 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
7004 | fi | |
7005 | ||
7006 | else | |
7007 | ||
7008 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` | |
7009 | if test "x$LINE" != x ; then | |
7010 | eval "DEFAULT_$LINE" | |
7011 | else | |
7012 | no_cache=1 | |
7013 | fi | |
7014 | ||
7015 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
7016 | ||
7017 | fi | |
7018 | ||
7019 | ||
7020 | eval "$ac_cv_use_fontdlg" | |
7021 | if test "$no_cache" != 1; then | |
7022 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
7023 | fi | |
7024 | ||
7025 | if test "$wxUSE_FONTDLG" = yes; then | |
7026 | echo "$ac_t""yes" 1>&6 | |
7027 | else | |
7028 | echo "$ac_t""no" 1>&6 | |
7029 | fi | |
7030 | ||
7031 | ||
7032 | echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6 | |
7033 | echo "configure:7034: checking for --enable-dirdlg" >&5 | |
7034 | no_cache=0 | |
7035 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
7036 | if test "${enable_dirdlg+set}" = set; then | |
7037 | enableval="$enable_dirdlg" | |
7038 | ||
7039 | if test "$enableval" = yes; then | |
7040 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
7041 | else | |
7042 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
7043 | fi | |
7044 | ||
7045 | else | |
7046 | ||
7047 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` | |
7048 | if test "x$LINE" != x ; then | |
7049 | eval "DEFAULT_$LINE" | |
7050 | else | |
7051 | no_cache=1 | |
7052 | fi | |
7053 | ||
7054 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
7055 | ||
7056 | fi | |
7057 | ||
7058 | ||
7059 | eval "$ac_cv_use_dirdlg" | |
7060 | if test "$no_cache" != 1; then | |
7061 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp | |
7062 | fi | |
7063 | ||
7064 | if test "$wxUSE_DIRDLG" = yes; then | |
7065 | echo "$ac_t""yes" 1>&6 | |
7066 | else | |
7067 | echo "$ac_t""no" 1>&6 | |
7068 | fi | |
7069 | ||
7070 | ||
7071 | echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6 | |
7072 | echo "configure:7073: checking for --enable-msgdlg" >&5 | |
7073 | no_cache=0 | |
7074 | # Check whether --enable-msgdlg or --disable-msgdlg was given. | |
7075 | if test "${enable_msgdlg+set}" = set; then | |
7076 | enableval="$enable_msgdlg" | |
7077 | ||
7078 | if test "$enableval" = yes; then | |
7079 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' | |
7080 | else | |
7081 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' | |
7082 | fi | |
7083 | ||
7084 | else | |
7085 | ||
7086 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` | |
7087 | if test "x$LINE" != x ; then | |
7088 | eval "DEFAULT_$LINE" | |
7089 | else | |
7090 | no_cache=1 | |
7091 | fi | |
7092 | ||
7093 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG | |
7094 | ||
7095 | fi | |
7096 | ||
7097 | ||
7098 | eval "$ac_cv_use_msgdlg" | |
7099 | if test "$no_cache" != 1; then | |
7100 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp | |
7101 | fi | |
7102 | ||
7103 | if test "$wxUSE_MSGDLG" = yes; then | |
7104 | echo "$ac_t""yes" 1>&6 | |
7105 | else | |
7106 | echo "$ac_t""no" 1>&6 | |
7107 | fi | |
7108 | ||
7109 | ||
7110 | echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6 | |
7111 | echo "configure:7112: checking for --enable-numberdlg" >&5 | |
7112 | no_cache=0 | |
7113 | # Check whether --enable-numberdlg or --disable-numberdlg was given. | |
7114 | if test "${enable_numberdlg+set}" = set; then | |
7115 | enableval="$enable_numberdlg" | |
7116 | ||
7117 | if test "$enableval" = yes; then | |
7118 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' | |
7119 | else | |
7120 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' | |
7121 | fi | |
7122 | ||
7123 | else | |
7124 | ||
7125 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` | |
7126 | if test "x$LINE" != x ; then | |
7127 | eval "DEFAULT_$LINE" | |
7128 | else | |
7129 | no_cache=1 | |
7130 | fi | |
7131 | ||
7132 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG | |
7133 | ||
7134 | fi | |
7135 | ||
7136 | ||
7137 | eval "$ac_cv_use_numberdlg" | |
7138 | if test "$no_cache" != 1; then | |
7139 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp | |
7140 | fi | |
7141 | ||
7142 | if test "$wxUSE_NUMBERDLG" = yes; then | |
7143 | echo "$ac_t""yes" 1>&6 | |
7144 | else | |
7145 | echo "$ac_t""no" 1>&6 | |
7146 | fi | |
7147 | ||
7148 | ||
7149 | echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6 | |
7150 | echo "configure:7151: checking for --enable-splash" >&5 | |
7151 | no_cache=0 | |
7152 | # Check whether --enable-splash or --disable-splash was given. | |
7153 | if test "${enable_splash+set}" = set; then | |
7154 | enableval="$enable_splash" | |
7155 | ||
7156 | if test "$enableval" = yes; then | |
7157 | ac_cv_use_splash='wxUSE_SPLASH=yes' | |
7158 | else | |
7159 | ac_cv_use_splash='wxUSE_SPLASH=no' | |
7160 | fi | |
7161 | ||
7162 | else | |
7163 | ||
7164 | LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` | |
7165 | if test "x$LINE" != x ; then | |
7166 | eval "DEFAULT_$LINE" | |
7167 | else | |
7168 | no_cache=1 | |
7169 | fi | |
7170 | ||
7171 | ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH | |
7172 | ||
7173 | fi | |
7174 | ||
7175 | ||
7176 | eval "$ac_cv_use_splash" | |
7177 | if test "$no_cache" != 1; then | |
7178 | echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp | |
7179 | fi | |
7180 | ||
7181 | if test "$wxUSE_SPLASH" = yes; then | |
7182 | echo "$ac_t""yes" 1>&6 | |
7183 | else | |
7184 | echo "$ac_t""no" 1>&6 | |
7185 | fi | |
7186 | ||
7187 | ||
7188 | echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6 | |
7189 | echo "configure:7190: checking for --enable-textdlg" >&5 | |
7190 | no_cache=0 | |
7191 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
7192 | if test "${enable_textdlg+set}" = set; then | |
7193 | enableval="$enable_textdlg" | |
7194 | ||
7195 | if test "$enableval" = yes; then | |
7196 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
7197 | else | |
7198 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
7199 | fi | |
7200 | ||
7201 | else | |
7202 | ||
7203 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` | |
7204 | if test "x$LINE" != x ; then | |
7205 | eval "DEFAULT_$LINE" | |
7206 | else | |
7207 | no_cache=1 | |
7208 | fi | |
7209 | ||
7210 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
7211 | ||
7212 | fi | |
7213 | ||
7214 | ||
7215 | eval "$ac_cv_use_textdlg" | |
7216 | if test "$no_cache" != 1; then | |
7217 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
7218 | fi | |
7219 | ||
7220 | if test "$wxUSE_TEXTDLG" = yes; then | |
7221 | echo "$ac_t""yes" 1>&6 | |
7222 | else | |
7223 | echo "$ac_t""no" 1>&6 | |
7224 | fi | |
7225 | ||
7226 | ||
7227 | echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6 | |
7228 | echo "configure:7229: checking for --enable-tipdlg" >&5 | |
7229 | no_cache=0 | |
7230 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
7231 | if test "${enable_tipdlg+set}" = set; then | |
7232 | enableval="$enable_tipdlg" | |
7233 | ||
7234 | if test "$enableval" = yes; then | |
7235 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
7236 | else | |
7237 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
7238 | fi | |
7239 | ||
7240 | else | |
7241 | ||
7242 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` | |
7243 | if test "x$LINE" != x ; then | |
7244 | eval "DEFAULT_$LINE" | |
7245 | else | |
7246 | no_cache=1 | |
7247 | fi | |
7248 | ||
7249 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
7250 | ||
7251 | fi | |
7252 | ||
7253 | ||
7254 | eval "$ac_cv_use_tipdlg" | |
7255 | if test "$no_cache" != 1; then | |
7256 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
7257 | fi | |
7258 | ||
7259 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
7260 | echo "$ac_t""yes" 1>&6 | |
7261 | else | |
7262 | echo "$ac_t""no" 1>&6 | |
7263 | fi | |
7264 | ||
7265 | ||
7266 | echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6 | |
7267 | echo "configure:7268: checking for --enable-progressdlg" >&5 | |
7268 | no_cache=0 | |
7269 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
7270 | if test "${enable_progressdlg+set}" = set; then | |
7271 | enableval="$enable_progressdlg" | |
7272 | ||
7273 | if test "$enableval" = yes; then | |
7274 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
7275 | else | |
7276 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
7277 | fi | |
7278 | ||
7279 | else | |
7280 | ||
7281 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` | |
7282 | if test "x$LINE" != x ; then | |
7283 | eval "DEFAULT_$LINE" | |
7284 | else | |
7285 | no_cache=1 | |
7286 | fi | |
7287 | ||
7288 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
7289 | ||
7290 | fi | |
7291 | ||
7292 | ||
7293 | eval "$ac_cv_use_progressdlg" | |
7294 | if test "$no_cache" != 1; then | |
7295 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
7296 | fi | |
7297 | ||
7298 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
7299 | echo "$ac_t""yes" 1>&6 | |
7300 | else | |
7301 | echo "$ac_t""no" 1>&6 | |
7302 | fi | |
7303 | ||
7304 | ||
7305 | echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6 | |
7306 | echo "configure:7307: checking for --enable-wizarddlg" >&5 | |
7307 | no_cache=0 | |
7308 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
7309 | if test "${enable_wizarddlg+set}" = set; then | |
7310 | enableval="$enable_wizarddlg" | |
7311 | ||
7312 | if test "$enableval" = yes; then | |
7313 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
7314 | else | |
7315 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
7316 | fi | |
7317 | ||
7318 | else | |
7319 | ||
7320 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` | |
7321 | if test "x$LINE" != x ; then | |
7322 | eval "DEFAULT_$LINE" | |
7323 | else | |
7324 | no_cache=1 | |
7325 | fi | |
7326 | ||
7327 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
7328 | ||
7329 | fi | |
7330 | ||
7331 | ||
7332 | eval "$ac_cv_use_wizarddlg" | |
7333 | if test "$no_cache" != 1; then | |
7334 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
7335 | fi | |
7336 | ||
7337 | if test "$wxUSE_WIZARDDLG" = yes; then | |
7338 | echo "$ac_t""yes" 1>&6 | |
7339 | else | |
7340 | echo "$ac_t""no" 1>&6 | |
7341 | fi | |
7342 | ||
7343 | ||
7344 | ||
7345 | ||
7346 | echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6 | |
7347 | echo "configure:7348: checking for --enable-menus" >&5 | |
7348 | no_cache=0 | |
7349 | # Check whether --enable-menus or --disable-menus was given. | |
7350 | if test "${enable_menus+set}" = set; then | |
7351 | enableval="$enable_menus" | |
7352 | ||
7353 | if test "$enableval" = yes; then | |
7354 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
7355 | else | |
7356 | ac_cv_use_menus='wxUSE_MENUS=no' | |
7357 | fi | |
7358 | ||
7359 | else | |
7360 | ||
7361 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` | |
7362 | if test "x$LINE" != x ; then | |
7363 | eval "DEFAULT_$LINE" | |
7364 | else | |
7365 | no_cache=1 | |
7366 | fi | |
7367 | ||
7368 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
7369 | ||
7370 | fi | |
7371 | ||
7372 | ||
7373 | eval "$ac_cv_use_menus" | |
7374 | if test "$no_cache" != 1; then | |
7375 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
7376 | fi | |
7377 | ||
7378 | if test "$wxUSE_MENUS" = yes; then | |
7379 | echo "$ac_t""yes" 1>&6 | |
7380 | else | |
7381 | echo "$ac_t""no" 1>&6 | |
7382 | fi | |
7383 | ||
7384 | ||
7385 | echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6 | |
7386 | echo "configure:7387: checking for --enable-miniframe" >&5 | |
7387 | no_cache=0 | |
7388 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
7389 | if test "${enable_miniframe+set}" = set; then | |
7390 | enableval="$enable_miniframe" | |
7391 | ||
7392 | if test "$enableval" = yes; then | |
7393 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
7394 | else | |
7395 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
7396 | fi | |
7397 | ||
7398 | else | |
7399 | ||
7400 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` | |
7401 | if test "x$LINE" != x ; then | |
7402 | eval "DEFAULT_$LINE" | |
7403 | else | |
7404 | no_cache=1 | |
7405 | fi | |
7406 | ||
7407 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
7408 | ||
7409 | fi | |
7410 | ||
7411 | ||
7412 | eval "$ac_cv_use_miniframe" | |
7413 | if test "$no_cache" != 1; then | |
7414 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
7415 | fi | |
7416 | ||
7417 | if test "$wxUSE_MINIFRAME" = yes; then | |
7418 | echo "$ac_t""yes" 1>&6 | |
7419 | else | |
7420 | echo "$ac_t""no" 1>&6 | |
7421 | fi | |
7422 | ||
7423 | ||
7424 | echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6 | |
7425 | echo "configure:7426: checking for --enable-tooltips" >&5 | |
7426 | no_cache=0 | |
7427 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
7428 | if test "${enable_tooltips+set}" = set; then | |
7429 | enableval="$enable_tooltips" | |
7430 | ||
7431 | if test "$enableval" = yes; then | |
7432 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
7433 | else | |
7434 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
7435 | fi | |
7436 | ||
7437 | else | |
7438 | ||
7439 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` | |
7440 | if test "x$LINE" != x ; then | |
7441 | eval "DEFAULT_$LINE" | |
7442 | else | |
7443 | no_cache=1 | |
7444 | fi | |
7445 | ||
7446 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
7447 | ||
7448 | fi | |
7449 | ||
7450 | ||
7451 | eval "$ac_cv_use_tooltips" | |
7452 | if test "$no_cache" != 1; then | |
7453 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
7454 | fi | |
7455 | ||
7456 | if test "$wxUSE_TOOLTIPS" = yes; then | |
7457 | echo "$ac_t""yes" 1>&6 | |
7458 | else | |
7459 | echo "$ac_t""no" 1>&6 | |
7460 | fi | |
7461 | ||
7462 | ||
7463 | echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6 | |
7464 | echo "configure:7465: checking for --enable-splines" >&5 | |
7465 | no_cache=0 | |
7466 | # Check whether --enable-splines or --disable-splines was given. | |
7467 | if test "${enable_splines+set}" = set; then | |
7468 | enableval="$enable_splines" | |
7469 | ||
7470 | if test "$enableval" = yes; then | |
7471 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
7472 | else | |
7473 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
7474 | fi | |
7475 | ||
7476 | else | |
7477 | ||
7478 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` | |
7479 | if test "x$LINE" != x ; then | |
7480 | eval "DEFAULT_$LINE" | |
7481 | else | |
7482 | no_cache=1 | |
7483 | fi | |
7484 | ||
7485 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
7486 | ||
7487 | fi | |
7488 | ||
7489 | ||
7490 | eval "$ac_cv_use_splines" | |
7491 | if test "$no_cache" != 1; then | |
7492 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
7493 | fi | |
7494 | ||
7495 | if test "$wxUSE_SPLINES" = yes; then | |
7496 | echo "$ac_t""yes" 1>&6 | |
7497 | else | |
7498 | echo "$ac_t""no" 1>&6 | |
7499 | fi | |
7500 | ||
7501 | ||
7502 | echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6 | |
7503 | echo "configure:7504: checking for --enable-validators" >&5 | |
7504 | no_cache=0 | |
7505 | # Check whether --enable-validators or --disable-validators was given. | |
7506 | if test "${enable_validators+set}" = set; then | |
7507 | enableval="$enable_validators" | |
7508 | ||
7509 | if test "$enableval" = yes; then | |
7510 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
7511 | else | |
7512 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
7513 | fi | |
7514 | ||
7515 | else | |
7516 | ||
7517 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` | |
7518 | if test "x$LINE" != x ; then | |
7519 | eval "DEFAULT_$LINE" | |
7520 | else | |
7521 | no_cache=1 | |
7522 | fi | |
7523 | ||
7524 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
7525 | ||
7526 | fi | |
7527 | ||
7528 | ||
7529 | eval "$ac_cv_use_validators" | |
7530 | if test "$no_cache" != 1; then | |
7531 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
7532 | fi | |
7533 | ||
7534 | if test "$wxUSE_VALIDATORS" = yes; then | |
7535 | echo "$ac_t""yes" 1>&6 | |
7536 | else | |
7537 | echo "$ac_t""no" 1>&6 | |
7538 | fi | |
7539 | ||
7540 | ||
7541 | echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6 | |
7542 | echo "configure:7543: checking for --enable-busyinfo" >&5 | |
7543 | no_cache=0 | |
7544 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
7545 | if test "${enable_busyinfo+set}" = set; then | |
7546 | enableval="$enable_busyinfo" | |
7547 | ||
7548 | if test "$enableval" = yes; then | |
7549 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
7550 | else | |
7551 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
7552 | fi | |
7553 | ||
7554 | else | |
7555 | ||
7556 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` | |
7557 | if test "x$LINE" != x ; then | |
7558 | eval "DEFAULT_$LINE" | |
7559 | else | |
7560 | no_cache=1 | |
7561 | fi | |
7562 | ||
7563 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
7564 | ||
7565 | fi | |
7566 | ||
7567 | ||
7568 | eval "$ac_cv_use_busyinfo" | |
7569 | if test "$no_cache" != 1; then | |
7570 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
7571 | fi | |
7572 | ||
7573 | if test "$wxUSE_BUSYINFO" = yes; then | |
7574 | echo "$ac_t""yes" 1>&6 | |
7575 | else | |
7576 | echo "$ac_t""no" 1>&6 | |
7577 | fi | |
7578 | ||
7579 | ||
7580 | echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6 | |
7581 | echo "configure:7582: checking for --enable-joystick" >&5 | |
7582 | no_cache=0 | |
7583 | # Check whether --enable-joystick or --disable-joystick was given. | |
7584 | if test "${enable_joystick+set}" = set; then | |
7585 | enableval="$enable_joystick" | |
7586 | ||
7587 | if test "$enableval" = yes; then | |
7588 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
7589 | else | |
7590 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
7591 | fi | |
7592 | ||
7593 | else | |
7594 | ||
7595 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` | |
7596 | if test "x$LINE" != x ; then | |
7597 | eval "DEFAULT_$LINE" | |
7598 | else | |
7599 | no_cache=1 | |
7600 | fi | |
7601 | ||
7602 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
7603 | ||
7604 | fi | |
7605 | ||
7606 | ||
7607 | eval "$ac_cv_use_joystick" | |
7608 | if test "$no_cache" != 1; then | |
7609 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
7610 | fi | |
7611 | ||
7612 | if test "$wxUSE_JOYSTICK" = yes; then | |
7613 | echo "$ac_t""yes" 1>&6 | |
7614 | else | |
7615 | echo "$ac_t""no" 1>&6 | |
7616 | fi | |
7617 | ||
7618 | ||
7619 | echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6 | |
7620 | echo "configure:7621: checking for --enable-metafile" >&5 | |
7621 | no_cache=0 | |
7622 | # Check whether --enable-metafile or --disable-metafile was given. | |
7623 | if test "${enable_metafile+set}" = set; then | |
7624 | enableval="$enable_metafile" | |
7625 | ||
7626 | if test "$enableval" = yes; then | |
7627 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
7628 | else | |
7629 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
7630 | fi | |
7631 | ||
7632 | else | |
7633 | ||
7634 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
7635 | if test "x$LINE" != x ; then | |
7636 | eval "DEFAULT_$LINE" | |
7637 | else | |
7638 | no_cache=1 | |
7639 | fi | |
7640 | ||
7641 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
7642 | ||
7643 | fi | |
7644 | ||
7645 | ||
7646 | eval "$ac_cv_use_metafile" | |
7647 | if test "$no_cache" != 1; then | |
7648 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
7649 | fi | |
7650 | ||
7651 | if test "$wxUSE_METAFILE" = yes; then | |
7652 | echo "$ac_t""yes" 1>&6 | |
7653 | else | |
7654 | echo "$ac_t""no" 1>&6 | |
7655 | fi | |
7656 | ||
7657 | ||
7658 | echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6 | |
7659 | echo "configure:7660: checking for --enable-dragimage" >&5 | |
7660 | no_cache=0 | |
7661 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
7662 | if test "${enable_dragimage+set}" = set; then | |
7663 | enableval="$enable_dragimage" | |
7664 | ||
7665 | if test "$enableval" = yes; then | |
7666 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
7667 | else | |
7668 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
7669 | fi | |
7670 | ||
7671 | else | |
7672 | ||
7673 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` | |
7674 | if test "x$LINE" != x ; then | |
7675 | eval "DEFAULT_$LINE" | |
7676 | else | |
7677 | no_cache=1 | |
7678 | fi | |
7679 | ||
7680 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
7681 | ||
7682 | fi | |
7683 | ||
7684 | ||
7685 | eval "$ac_cv_use_dragimage" | |
7686 | if test "$no_cache" != 1; then | |
7687 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
7688 | fi | |
7689 | ||
7690 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
7691 | echo "$ac_t""yes" 1>&6 | |
7692 | else | |
7693 | echo "$ac_t""no" 1>&6 | |
7694 | fi | |
7695 | ||
7696 | ||
7697 | ||
7698 | ||
7699 | echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6 | |
7700 | echo "configure:7701: checking for --enable-palette" >&5 | |
7701 | no_cache=0 | |
7702 | # Check whether --enable-palette or --disable-palette was given. | |
7703 | if test "${enable_palette+set}" = set; then | |
7704 | enableval="$enable_palette" | |
7705 | ||
7706 | if test "$enableval" = yes; then | |
7707 | ac_cv_use_palette='wxUSE_PALETTE=yes' | |
7708 | else | |
7709 | ac_cv_use_palette='wxUSE_PALETTE=no' | |
7710 | fi | |
7711 | ||
7712 | else | |
7713 | ||
7714 | LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` | |
7715 | if test "x$LINE" != x ; then | |
7716 | eval "DEFAULT_$LINE" | |
7717 | else | |
7718 | no_cache=1 | |
7719 | fi | |
7720 | ||
7721 | ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE | |
7722 | ||
7723 | fi | |
7724 | ||
7725 | ||
7726 | eval "$ac_cv_use_palette" | |
7727 | if test "$no_cache" != 1; then | |
7728 | echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp | |
7729 | fi | |
7730 | ||
7731 | if test "$wxUSE_PALETTE" = yes; then | |
7732 | echo "$ac_t""yes" 1>&6 | |
7733 | else | |
7734 | echo "$ac_t""no" 1>&6 | |
7735 | fi | |
7736 | ||
7737 | ||
7738 | echo $ac_n "checking for --enable-image""... $ac_c" 1>&6 | |
7739 | echo "configure:7740: checking for --enable-image" >&5 | |
7740 | no_cache=0 | |
7741 | # Check whether --enable-image or --disable-image was given. | |
7742 | if test "${enable_image+set}" = set; then | |
7743 | enableval="$enable_image" | |
7744 | ||
7745 | if test "$enableval" = yes; then | |
7746 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
7747 | else | |
7748 | ac_cv_use_image='wxUSE_IMAGE=no' | |
7749 | fi | |
7750 | ||
7751 | else | |
7752 | ||
7753 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` | |
7754 | if test "x$LINE" != x ; then | |
7755 | eval "DEFAULT_$LINE" | |
7756 | else | |
7757 | no_cache=1 | |
7758 | fi | |
7759 | ||
7760 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
7761 | ||
7762 | fi | |
7763 | ||
7764 | ||
7765 | eval "$ac_cv_use_image" | |
7766 | if test "$no_cache" != 1; then | |
7767 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
7768 | fi | |
7769 | ||
7770 | if test "$wxUSE_IMAGE" = yes; then | |
7771 | echo "$ac_t""yes" 1>&6 | |
7772 | else | |
7773 | echo "$ac_t""no" 1>&6 | |
7774 | fi | |
7775 | ||
7776 | ||
7777 | echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6 | |
7778 | echo "configure:7779: checking for --enable-gif" >&5 | |
7779 | no_cache=0 | |
7780 | # Check whether --enable-gif or --disable-gif was given. | |
7781 | if test "${enable_gif+set}" = set; then | |
7782 | enableval="$enable_gif" | |
7783 | ||
7784 | if test "$enableval" = yes; then | |
7785 | ac_cv_use_gif='wxUSE_GIF=yes' | |
7786 | else | |
7787 | ac_cv_use_gif='wxUSE_GIF=no' | |
7788 | fi | |
7789 | ||
7790 | else | |
7791 | ||
7792 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` | |
7793 | if test "x$LINE" != x ; then | |
7794 | eval "DEFAULT_$LINE" | |
7795 | else | |
7796 | no_cache=1 | |
7797 | fi | |
7798 | ||
7799 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
7800 | ||
7801 | fi | |
7802 | ||
7803 | ||
7804 | eval "$ac_cv_use_gif" | |
7805 | if test "$no_cache" != 1; then | |
7806 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
7807 | fi | |
7808 | ||
7809 | if test "$wxUSE_GIF" = yes; then | |
7810 | echo "$ac_t""yes" 1>&6 | |
7811 | else | |
7812 | echo "$ac_t""no" 1>&6 | |
7813 | fi | |
7814 | ||
7815 | ||
7816 | echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6 | |
7817 | echo "configure:7818: checking for --enable-pcx" >&5 | |
7818 | no_cache=0 | |
7819 | # Check whether --enable-pcx or --disable-pcx was given. | |
7820 | if test "${enable_pcx+set}" = set; then | |
7821 | enableval="$enable_pcx" | |
7822 | ||
7823 | if test "$enableval" = yes; then | |
7824 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
7825 | else | |
7826 | ac_cv_use_pcx='wxUSE_PCX=no' | |
7827 | fi | |
7828 | ||
7829 | else | |
7830 | ||
7831 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` | |
7832 | if test "x$LINE" != x ; then | |
7833 | eval "DEFAULT_$LINE" | |
7834 | else | |
7835 | no_cache=1 | |
7836 | fi | |
7837 | ||
7838 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
7839 | ||
7840 | fi | |
7841 | ||
7842 | ||
7843 | eval "$ac_cv_use_pcx" | |
7844 | if test "$no_cache" != 1; then | |
7845 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
7846 | fi | |
7847 | ||
7848 | if test "$wxUSE_PCX" = yes; then | |
7849 | echo "$ac_t""yes" 1>&6 | |
7850 | else | |
7851 | echo "$ac_t""no" 1>&6 | |
7852 | fi | |
7853 | ||
7854 | ||
7855 | echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6 | |
7856 | echo "configure:7857: checking for --enable-pnm" >&5 | |
7857 | no_cache=0 | |
7858 | # Check whether --enable-pnm or --disable-pnm was given. | |
7859 | if test "${enable_pnm+set}" = set; then | |
7860 | enableval="$enable_pnm" | |
7861 | ||
7862 | if test "$enableval" = yes; then | |
7863 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
7864 | else | |
7865 | ac_cv_use_pnm='wxUSE_PNM=no' | |
7866 | fi | |
7867 | ||
7868 | else | |
7869 | ||
7870 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` | |
7871 | if test "x$LINE" != x ; then | |
7872 | eval "DEFAULT_$LINE" | |
7873 | else | |
7874 | no_cache=1 | |
7875 | fi | |
7876 | ||
7877 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
7878 | ||
7879 | fi | |
7880 | ||
7881 | ||
7882 | eval "$ac_cv_use_pnm" | |
7883 | if test "$no_cache" != 1; then | |
7884 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
7885 | fi | |
7886 | ||
7887 | if test "$wxUSE_PNM" = yes; then | |
7888 | echo "$ac_t""yes" 1>&6 | |
7889 | else | |
7890 | echo "$ac_t""no" 1>&6 | |
7891 | fi | |
7892 | ||
7893 | ||
7894 | echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6 | |
7895 | echo "configure:7896: checking for --enable-xpm" >&5 | |
7896 | no_cache=0 | |
7897 | # Check whether --enable-xpm or --disable-xpm was given. | |
7898 | if test "${enable_xpm+set}" = set; then | |
7899 | enableval="$enable_xpm" | |
7900 | ||
7901 | if test "$enableval" = yes; then | |
7902 | ac_cv_use_xpm='wxUSE_XPM=yes' | |
7903 | else | |
7904 | ac_cv_use_xpm='wxUSE_XPM=no' | |
7905 | fi | |
7906 | ||
7907 | else | |
7908 | ||
7909 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` | |
7910 | if test "x$LINE" != x ; then | |
7911 | eval "DEFAULT_$LINE" | |
7912 | else | |
7913 | no_cache=1 | |
7914 | fi | |
7915 | ||
7916 | ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM | |
7917 | ||
7918 | fi | |
7919 | ||
7920 | ||
7921 | eval "$ac_cv_use_xpm" | |
7922 | if test "$no_cache" != 1; then | |
7923 | echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp | |
7924 | fi | |
7925 | ||
7926 | if test "$wxUSE_XPM" = yes; then | |
7927 | echo "$ac_t""yes" 1>&6 | |
7928 | else | |
7929 | echo "$ac_t""no" 1>&6 | |
7930 | fi | |
7931 | ||
7932 | ||
7933 | fi | |
7934 | ||
7935 | ||
7936 | echo "saving argument cache $wx_arg_cache_file" | |
7937 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
7938 | ||
7939 | ||
7940 | ||
7941 | echo $ac_n "checking for toolkit""... $ac_c" 1>&6 | |
7942 | echo "configure:7943: checking for toolkit" >&5 | |
7943 | ||
7944 | if test "$wxUSE_GUI" = "yes"; then | |
7945 | ||
7946 | if test "$USE_BEOS" = 1; then | |
7947 | { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; } | |
7948 | fi | |
7949 | ||
7950 | if test "$TOOLKIT_GIVEN" = 1; then | |
7951 | for toolkit in `echo $ALL_TOOLKITS`; do | |
7952 | var=wxUSE_$toolkit | |
7953 | eval "value=\$${var}" | |
7954 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
7955 | done | |
7956 | else | |
7957 | for toolkit in `echo $ALL_TOOLKITS`; do | |
7958 | if test "$has_toolkit_in_cache" != 1; then | |
7959 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
7960 | else | |
7961 | var=DEFAULT_wxUSE_$toolkit | |
7962 | fi | |
7963 | eval "wxUSE_$toolkit=\$${var}" | |
7964 | done | |
7965 | fi | |
7966 | ||
7967 | NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \ | |
7968 | + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0}` | |
7969 | ||
7970 | case "${host}" in | |
7971 | *-pc-os2_emx | *-pc-os2-emx ) | |
7972 | # PATH_IFS is autodetected by OS/2's configure (usually ';') | |
7973 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` | |
7974 | LEX_STEM="lexyy" | |
7975 | ;; | |
7976 | *) | |
7977 | PATH_IFS=':' | |
7978 | LEX_STEM="lex.yy" | |
7979 | ;; | |
7980 | esac | |
7981 | ||
7982 | case "$NUM_TOOLKITS" in | |
7983 | 1) | |
7984 | ;; | |
7985 | 0) | |
7986 | { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; } | |
7987 | ;; | |
7988 | *) | |
7989 | { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; } | |
7990 | esac | |
7991 | ||
7992 | for toolkit in `echo $ALL_TOOLKITS`; do | |
7993 | var=wxUSE_$toolkit | |
7994 | eval "value=\$${var}" | |
7995 | if test "x$value" != x; then | |
7996 | cache_var=CACHE_$toolkit | |
7997 | eval "cache=\$${cache_var}" | |
7998 | if test "$cache" = 1; then | |
7999 | echo "$var=$value" >> ${wx_arg_cache_file} | |
8000 | fi | |
8001 | if test "$value" = 1; then | |
8002 | toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]` | |
8003 | echo "$ac_t""$toolkit_echo" 1>&6 | |
8004 | fi | |
8005 | fi | |
8006 | done | |
8007 | else | |
8008 | PATH_IFS=':' | |
8009 | echo "$ac_t""base ($host_alias hosted) only" 1>&6 | |
8010 | fi | |
8011 | ||
8012 | ||
8013 | cat > confcache <<\EOF | |
8014 | # This file is a shell script that caches the results of configure | |
8015 | # tests run on this system so they can be shared between configure | |
8016 | # scripts and configure runs. It is not useful on other systems. | |
8017 | # If it contains results you don't want to keep, you may remove or edit it. | |
8018 | # | |
8019 | # By default, configure uses ./config.cache as the cache file, | |
8020 | # creating it if it does not exist already. You can give configure | |
8021 | # the --cache-file=FILE option to use a different cache file; that is | |
8022 | # what configure does when it calls configure scripts in | |
8023 | # subdirectories, so they share the cache. | |
8024 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
8025 | # config.status only pays attention to the cache file if you give it the | |
8026 | # --recheck option to rerun configure. | |
8027 | # | |
8028 | EOF | |
8029 | # The following way of writing the cache mishandles newlines in values, | |
8030 | # but we know of no workaround that is simple, portable, and efficient. | |
8031 | # So, don't put newlines in cache variables' values. | |
8032 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
8033 | # and sets the high bit in the cache file unless we assign to the vars. | |
8034 | (set) 2>&1 | | |
8035 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
8036 | *ac_space=\ *) | |
8037 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
8038 | # turns \\\\ into \\, and sed turns \\ into \). | |
8039 | sed -n \ | |
8040 | -e "s/'/'\\\\''/g" \ | |
8041 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
8042 | ;; | |
8043 | *) | |
8044 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
8045 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
8046 | ;; | |
8047 | esac >> confcache | |
8048 | if cmp -s $cache_file confcache; then | |
8049 | : | |
8050 | else | |
8051 | if test -w $cache_file; then | |
8052 | echo "updating cache $cache_file" | |
8053 | cat confcache > $cache_file | |
8054 | else | |
8055 | echo "not updating unwritable cache $cache_file" | |
8056 | fi | |
8057 | fi | |
8058 | rm -f confcache | |
8059 | ||
8060 | ||
8061 | if test "$build" != "$host" ; then | |
8062 | if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 ; then | |
8063 | CC=$host_alias-gcc | |
8064 | CXX=$host_alias-c++ | |
8065 | AR=$host_alias-ar | |
8066 | RANLIB=$host_alias-ranlib | |
8067 | DLLTOOL=$host_alias-dlltool | |
8068 | RESCOMP=$host_alias-windres | |
8069 | LD=$host_alias-ld | |
8070 | NM=$host_alias-nm | |
8071 | STRIP=$host_alias-strip | |
8072 | else | |
8073 | { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; } | |
8074 | fi | |
8075 | fi | |
8076 | ||
8077 | # Extract the first word of "gcc", so it can be a program name with args. | |
8078 | set dummy gcc; ac_word=$2 | |
8079 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8080 | echo "configure:8081: checking for $ac_word" >&5 | |
8081 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
8082 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8083 | else | |
8084 | if test -n "$CC"; then | |
8085 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8086 | else | |
8087 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8088 | ac_dummy="$PATH" | |
8089 | for ac_dir in $ac_dummy; do | |
8090 | test -z "$ac_dir" && ac_dir=. | |
8091 | if test -f $ac_dir/$ac_word; then | |
8092 | ac_cv_prog_CC="gcc" | |
8093 | break | |
8094 | fi | |
8095 | done | |
8096 | IFS="$ac_save_ifs" | |
8097 | fi | |
8098 | fi | |
8099 | CC="$ac_cv_prog_CC" | |
8100 | if test -n "$CC"; then | |
8101 | echo "$ac_t""$CC" 1>&6 | |
8102 | else | |
8103 | echo "$ac_t""no" 1>&6 | |
8104 | fi | |
8105 | ||
8106 | if test -z "$CC"; then | |
8107 | # Extract the first word of "cc", so it can be a program name with args. | |
8108 | set dummy cc; ac_word=$2 | |
8109 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8110 | echo "configure:8111: checking for $ac_word" >&5 | |
8111 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
8112 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8113 | else | |
8114 | if test -n "$CC"; then | |
8115 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8116 | else | |
8117 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8118 | ac_prog_rejected=no | |
8119 | ac_dummy="$PATH" | |
8120 | for ac_dir in $ac_dummy; do | |
8121 | test -z "$ac_dir" && ac_dir=. | |
8122 | if test -f $ac_dir/$ac_word; then | |
8123 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
8124 | ac_prog_rejected=yes | |
8125 | continue | |
8126 | fi | |
8127 | ac_cv_prog_CC="cc" | |
8128 | break | |
8129 | fi | |
8130 | done | |
8131 | IFS="$ac_save_ifs" | |
8132 | if test $ac_prog_rejected = yes; then | |
8133 | # We found a bogon in the path, so make sure we never use it. | |
8134 | set dummy $ac_cv_prog_CC | |
8135 | shift | |
8136 | if test $# -gt 0; then | |
8137 | # We chose a different compiler from the bogus one. | |
8138 | # However, it has the same basename, so the bogon will be chosen | |
8139 | # first if we set CC to just the basename; use the full file name. | |
8140 | shift | |
8141 | set dummy "$ac_dir/$ac_word" "$@" | |
8142 | shift | |
8143 | ac_cv_prog_CC="$@" | |
8144 | fi | |
8145 | fi | |
8146 | fi | |
8147 | fi | |
8148 | CC="$ac_cv_prog_CC" | |
8149 | if test -n "$CC"; then | |
8150 | echo "$ac_t""$CC" 1>&6 | |
8151 | else | |
8152 | echo "$ac_t""no" 1>&6 | |
8153 | fi | |
8154 | ||
8155 | if test -z "$CC"; then | |
8156 | case "`uname -s`" in | |
8157 | *win32* | *WIN32*) | |
8158 | # Extract the first word of "cl", so it can be a program name with args. | |
8159 | set dummy cl; ac_word=$2 | |
8160 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8161 | echo "configure:8162: checking for $ac_word" >&5 | |
8162 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then | |
8163 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8164 | else | |
8165 | if test -n "$CC"; then | |
8166 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
8167 | else | |
8168 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8169 | ac_dummy="$PATH" | |
8170 | for ac_dir in $ac_dummy; do | |
8171 | test -z "$ac_dir" && ac_dir=. | |
8172 | if test -f $ac_dir/$ac_word; then | |
8173 | ac_cv_prog_CC="cl" | |
8174 | break | |
8175 | fi | |
8176 | done | |
8177 | IFS="$ac_save_ifs" | |
8178 | fi | |
8179 | fi | |
8180 | CC="$ac_cv_prog_CC" | |
8181 | if test -n "$CC"; then | |
8182 | echo "$ac_t""$CC" 1>&6 | |
8183 | else | |
8184 | echo "$ac_t""no" 1>&6 | |
8185 | fi | |
8186 | ;; | |
8187 | esac | |
8188 | fi | |
8189 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } | |
8190 | fi | |
8191 | ||
8192 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
8193 | echo "configure:8194: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 | |
8194 | ||
8195 | ac_ext=c | |
8196 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8197 | ac_cpp='$CPP $CPPFLAGS' | |
8198 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8199 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8200 | cross_compiling=$ac_cv_prog_cc_cross | |
8201 | ||
8202 | cat > conftest.$ac_ext << EOF | |
8203 | ||
8204 | #line 8205 "configure" | |
8205 | #include "confdefs.h" | |
8206 | ||
8207 | main(){return(0);} | |
8208 | EOF | |
8209 | if { (eval echo configure:8210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
8210 | ac_cv_prog_cc_works=yes | |
8211 | # If we can't run a trivial program, we are probably using a cross compiler. | |
8212 | if (./conftest; exit) 2>/dev/null; then | |
8213 | ac_cv_prog_cc_cross=no | |
8214 | else | |
8215 | ac_cv_prog_cc_cross=yes | |
8216 | fi | |
8217 | else | |
8218 | echo "configure: failed program was:" >&5 | |
8219 | cat conftest.$ac_ext >&5 | |
8220 | ac_cv_prog_cc_works=no | |
8221 | fi | |
8222 | rm -fr conftest* | |
8223 | ac_ext=c | |
8224 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8225 | ac_cpp='$CPP $CPPFLAGS' | |
8226 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8227 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8228 | cross_compiling=$ac_cv_prog_cc_cross | |
8229 | ||
8230 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
8231 | if test $ac_cv_prog_cc_works = no; then | |
8232 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
8233 | fi | |
8234 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
8235 | echo "configure:8236: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 | |
8236 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 | |
8237 | cross_compiling=$ac_cv_prog_cc_cross | |
8238 | ||
8239 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
8240 | echo "configure:8241: checking whether we are using GNU C" >&5 | |
8241 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then | |
8242 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8243 | else | |
8244 | cat > conftest.c <<EOF | |
8245 | #ifdef __GNUC__ | |
8246 | yes; | |
8247 | #endif | |
8248 | EOF | |
8249 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then | |
8250 | ac_cv_prog_gcc=yes | |
8251 | else | |
8252 | ac_cv_prog_gcc=no | |
8253 | fi | |
8254 | fi | |
8255 | ||
8256 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | |
8257 | ||
8258 | if test $ac_cv_prog_gcc = yes; then | |
8259 | GCC=yes | |
8260 | else | |
8261 | GCC= | |
8262 | fi | |
8263 | ||
8264 | ac_test_CFLAGS="${CFLAGS+set}" | |
8265 | ac_save_CFLAGS="$CFLAGS" | |
8266 | CFLAGS= | |
8267 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
8268 | echo "configure:8269: checking whether ${CC-cc} accepts -g" >&5 | |
8269 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then | |
8270 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8271 | else | |
8272 | echo 'void f(){}' > conftest.c | |
8273 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
8274 | ac_cv_prog_cc_g=yes | |
8275 | else | |
8276 | ac_cv_prog_cc_g=no | |
8277 | fi | |
8278 | rm -f conftest* | |
8279 | ||
8280 | fi | |
8281 | ||
8282 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
8283 | if test "$ac_test_CFLAGS" = set; then | |
8284 | CFLAGS="$ac_save_CFLAGS" | |
8285 | elif test $ac_cv_prog_cc_g = yes; then | |
8286 | if test "$GCC" = yes; then | |
8287 | CFLAGS="-g -O2" | |
8288 | else | |
8289 | CFLAGS="-g" | |
8290 | fi | |
8291 | else | |
8292 | if test "$GCC" = yes; then | |
8293 | CFLAGS="-O2" | |
8294 | else | |
8295 | CFLAGS= | |
8296 | fi | |
8297 | fi | |
8298 | ||
8299 | ||
8300 | CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'` | |
8301 | ||
8302 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | |
8303 | echo "configure:8304: checking how to run the C preprocessor" >&5 | |
8304 | # On Suns, sometimes $CPP names a directory. | |
8305 | if test -n "$CPP" && test -d "$CPP"; then | |
8306 | CPP= | |
8307 | fi | |
8308 | if test -z "$CPP"; then | |
8309 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | |
8310 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8311 | else | |
8312 | # This must be in double quotes, not single quotes, because CPP may get | |
8313 | # substituted into the Makefile and "${CC-cc}" will confuse make. | |
8314 | CPP="${CC-cc} -E" | |
8315 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
8316 | # not just through cpp. | |
8317 | cat > conftest.$ac_ext <<EOF | |
8318 | #line 8319 "configure" | |
8319 | #include "confdefs.h" | |
8320 | #include <assert.h> | |
8321 | Syntax Error | |
8322 | EOF | |
8323 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
8324 | { (eval echo configure:8325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
8325 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
8326 | if test -z "$ac_err"; then | |
8327 | : | |
8328 | else | |
8329 | echo "$ac_err" >&5 | |
8330 | echo "configure: failed program was:" >&5 | |
8331 | cat conftest.$ac_ext >&5 | |
8332 | rm -rf conftest* | |
8333 | CPP="${CC-cc} -E -traditional-cpp" | |
8334 | cat > conftest.$ac_ext <<EOF | |
8335 | #line 8336 "configure" | |
8336 | #include "confdefs.h" | |
8337 | #include <assert.h> | |
8338 | Syntax Error | |
8339 | EOF | |
8340 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
8341 | { (eval echo configure:8342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
8342 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
8343 | if test -z "$ac_err"; then | |
8344 | : | |
8345 | else | |
8346 | echo "$ac_err" >&5 | |
8347 | echo "configure: failed program was:" >&5 | |
8348 | cat conftest.$ac_ext >&5 | |
8349 | rm -rf conftest* | |
8350 | CPP="${CC-cc} -nologo -E" | |
8351 | cat > conftest.$ac_ext <<EOF | |
8352 | #line 8353 "configure" | |
8353 | #include "confdefs.h" | |
8354 | #include <assert.h> | |
8355 | Syntax Error | |
8356 | EOF | |
8357 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
8358 | { (eval echo configure:8359: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
8359 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
8360 | if test -z "$ac_err"; then | |
8361 | : | |
8362 | else | |
8363 | echo "$ac_err" >&5 | |
8364 | echo "configure: failed program was:" >&5 | |
8365 | cat conftest.$ac_ext >&5 | |
8366 | rm -rf conftest* | |
8367 | CPP=/lib/cpp | |
8368 | fi | |
8369 | rm -f conftest* | |
8370 | fi | |
8371 | rm -f conftest* | |
8372 | fi | |
8373 | rm -f conftest* | |
8374 | ac_cv_prog_CPP="$CPP" | |
8375 | fi | |
8376 | CPP="$ac_cv_prog_CPP" | |
8377 | else | |
8378 | ac_cv_prog_CPP="$CPP" | |
8379 | fi | |
8380 | echo "$ac_t""$CPP" 1>&6 | |
8381 | ||
8382 | if test $ac_cv_prog_gcc = yes; then | |
8383 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 | |
8384 | echo "configure:8385: checking whether ${CC-cc} needs -traditional" >&5 | |
8385 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then | |
8386 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8387 | else | |
8388 | ac_pattern="Autoconf.*'x'" | |
8389 | cat > conftest.$ac_ext <<EOF | |
8390 | #line 8391 "configure" | |
8391 | #include "confdefs.h" | |
8392 | #include <sgtty.h> | |
8393 | Autoconf TIOCGETP | |
8394 | EOF | |
8395 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8396 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
8397 | rm -rf conftest* | |
8398 | ac_cv_prog_gcc_traditional=yes | |
8399 | else | |
8400 | rm -rf conftest* | |
8401 | ac_cv_prog_gcc_traditional=no | |
8402 | fi | |
8403 | rm -f conftest* | |
8404 | ||
8405 | ||
8406 | if test $ac_cv_prog_gcc_traditional = no; then | |
8407 | cat > conftest.$ac_ext <<EOF | |
8408 | #line 8409 "configure" | |
8409 | #include "confdefs.h" | |
8410 | #include <termio.h> | |
8411 | Autoconf TCGETA | |
8412 | EOF | |
8413 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
8414 | egrep "$ac_pattern" >/dev/null 2>&1; then | |
8415 | rm -rf conftest* | |
8416 | ac_cv_prog_gcc_traditional=yes | |
8417 | fi | |
8418 | rm -f conftest* | |
8419 | ||
8420 | fi | |
8421 | fi | |
8422 | ||
8423 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 | |
8424 | if test $ac_cv_prog_gcc_traditional = yes; then | |
8425 | CC="$CC -traditional" | |
8426 | fi | |
8427 | fi | |
8428 | ||
8429 | ||
8430 | ||
8431 | ac_ext=C | |
8432 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8433 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8434 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8435 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8436 | cross_compiling=$ac_cv_prog_cxx_cross | |
8437 | ||
8438 | ||
8439 | for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl | |
8440 | do | |
8441 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
8442 | set dummy $ac_prog; ac_word=$2 | |
8443 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8444 | echo "configure:8445: checking for $ac_word" >&5 | |
8445 | if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then | |
8446 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8447 | else | |
8448 | if test -n "$CXX"; then | |
8449 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
8450 | else | |
8451 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8452 | ac_dummy="$PATH" | |
8453 | for ac_dir in $ac_dummy; do | |
8454 | test -z "$ac_dir" && ac_dir=. | |
8455 | if test -f $ac_dir/$ac_word; then | |
8456 | ac_cv_prog_CXX="$ac_prog" | |
8457 | break | |
8458 | fi | |
8459 | done | |
8460 | IFS="$ac_save_ifs" | |
8461 | fi | |
8462 | fi | |
8463 | CXX="$ac_cv_prog_CXX" | |
8464 | if test -n "$CXX"; then | |
8465 | echo "$ac_t""$CXX" 1>&6 | |
8466 | else | |
8467 | echo "$ac_t""no" 1>&6 | |
8468 | fi | |
8469 | ||
8470 | test -n "$CXX" && break | |
8471 | done | |
8472 | test -n "$CXX" || CXX="gcc" | |
8473 | ||
8474 | ||
8475 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
8476 | echo "configure:8477: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 | |
8477 | ||
8478 | ac_ext=C | |
8479 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8480 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8481 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8482 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8483 | cross_compiling=$ac_cv_prog_cxx_cross | |
8484 | ||
8485 | cat > conftest.$ac_ext << EOF | |
8486 | ||
8487 | #line 8488 "configure" | |
8488 | #include "confdefs.h" | |
8489 | ||
8490 | int main(){return(0);} | |
8491 | EOF | |
8492 | if { (eval echo configure:8493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
8493 | ac_cv_prog_cxx_works=yes | |
8494 | # If we can't run a trivial program, we are probably using a cross compiler. | |
8495 | if (./conftest; exit) 2>/dev/null; then | |
8496 | ac_cv_prog_cxx_cross=no | |
8497 | else | |
8498 | ac_cv_prog_cxx_cross=yes | |
8499 | fi | |
8500 | else | |
8501 | echo "configure: failed program was:" >&5 | |
8502 | cat conftest.$ac_ext >&5 | |
8503 | ac_cv_prog_cxx_works=no | |
8504 | fi | |
8505 | rm -fr conftest* | |
8506 | ac_ext=C | |
8507 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8508 | ac_cpp='$CXXCPP $CPPFLAGS' | |
8509 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8510 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8511 | cross_compiling=$ac_cv_prog_cxx_cross | |
8512 | ||
8513 | echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6 | |
8514 | if test $ac_cv_prog_cxx_works = no; then | |
8515 | { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; } | |
8516 | fi | |
8517 | echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
8518 | echo "configure:8519: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 | |
8519 | echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 | |
8520 | cross_compiling=$ac_cv_prog_cxx_cross | |
8521 | ||
8522 | echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 | |
8523 | echo "configure:8524: checking whether we are using GNU C++" >&5 | |
8524 | if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then | |
8525 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8526 | else | |
8527 | cat > conftest.C <<EOF | |
8528 | #ifdef __GNUC__ | |
8529 | yes; | |
8530 | #endif | |
8531 | EOF | |
8532 | if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then | |
8533 | ac_cv_prog_gxx=yes | |
8534 | else | |
8535 | ac_cv_prog_gxx=no | |
8536 | fi | |
8537 | fi | |
8538 | ||
8539 | echo "$ac_t""$ac_cv_prog_gxx" 1>&6 | |
8540 | ||
8541 | if test $ac_cv_prog_gxx = yes; then | |
8542 | GXX=yes | |
8543 | else | |
8544 | GXX= | |
8545 | fi | |
8546 | ||
8547 | ac_test_CXXFLAGS="${CXXFLAGS+set}" | |
8548 | ac_save_CXXFLAGS="$CXXFLAGS" | |
8549 | CXXFLAGS= | |
8550 | echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 | |
8551 | echo "configure:8552: checking whether ${CXX-g++} accepts -g" >&5 | |
8552 | if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then | |
8553 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8554 | else | |
8555 | echo 'void f(){}' > conftest.cc | |
8556 | if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then | |
8557 | ac_cv_prog_cxx_g=yes | |
8558 | else | |
8559 | ac_cv_prog_cxx_g=no | |
8560 | fi | |
8561 | rm -f conftest* | |
8562 | ||
8563 | fi | |
8564 | ||
8565 | echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6 | |
8566 | if test "$ac_test_CXXFLAGS" = set; then | |
8567 | CXXFLAGS="$ac_save_CXXFLAGS" | |
8568 | elif test $ac_cv_prog_cxx_g = yes; then | |
8569 | if test "$GXX" = yes; then | |
8570 | CXXFLAGS="-g -O2" | |
8571 | else | |
8572 | CXXFLAGS="-g" | |
8573 | fi | |
8574 | else | |
8575 | if test "$GXX" = yes; then | |
8576 | CXXFLAGS="-O2" | |
8577 | else | |
8578 | CXXFLAGS= | |
8579 | fi | |
8580 | fi | |
8581 | ||
8582 | ||
8583 | CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'` | |
8584 | ||
8585 | ac_ext=c | |
8586 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
8587 | ac_cpp='$CPP $CPPFLAGS' | |
8588 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
8589 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
8590 | cross_compiling=$ac_cv_prog_cc_cross | |
8591 | ||
8592 | ||
8593 | # Extract the first word of "ranlib", so it can be a program name with args. | |
8594 | set dummy ranlib; ac_word=$2 | |
8595 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8596 | echo "configure:8597: checking for $ac_word" >&5 | |
8597 | if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then | |
8598 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8599 | else | |
8600 | if test -n "$RANLIB"; then | |
8601 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
8602 | else | |
8603 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8604 | ac_dummy="$PATH" | |
8605 | for ac_dir in $ac_dummy; do | |
8606 | test -z "$ac_dir" && ac_dir=. | |
8607 | if test -f $ac_dir/$ac_word; then | |
8608 | ac_cv_prog_RANLIB="ranlib" | |
8609 | break | |
8610 | fi | |
8611 | done | |
8612 | IFS="$ac_save_ifs" | |
8613 | test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
8614 | fi | |
8615 | fi | |
8616 | RANLIB="$ac_cv_prog_RANLIB" | |
8617 | if test -n "$RANLIB"; then | |
8618 | echo "$ac_t""$RANLIB" 1>&6 | |
8619 | else | |
8620 | echo "$ac_t""no" 1>&6 | |
8621 | fi | |
8622 | ||
8623 | ||
8624 | # Extract the first word of "ar", so it can be a program name with args. | |
8625 | set dummy ar; ac_word=$2 | |
8626 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8627 | echo "configure:8628: checking for $ac_word" >&5 | |
8628 | if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then | |
8629 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8630 | else | |
8631 | if test -n "$AR"; then | |
8632 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
8633 | else | |
8634 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8635 | ac_dummy="$PATH" | |
8636 | for ac_dir in $ac_dummy; do | |
8637 | test -z "$ac_dir" && ac_dir=. | |
8638 | if test -f $ac_dir/$ac_word; then | |
8639 | ac_cv_prog_AR="ar" | |
8640 | break | |
8641 | fi | |
8642 | done | |
8643 | IFS="$ac_save_ifs" | |
8644 | test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" | |
8645 | fi | |
8646 | fi | |
8647 | AR="$ac_cv_prog_AR" | |
8648 | if test -n "$AR"; then | |
8649 | echo "$ac_t""$AR" 1>&6 | |
8650 | else | |
8651 | echo "$ac_t""no" 1>&6 | |
8652 | fi | |
8653 | ||
8654 | ||
8655 | # Find a good install program. We prefer a C program (faster), | |
8656 | # so one script is as good as another. But avoid the broken or | |
8657 | # incompatible versions: | |
8658 | # SysV /etc/install, /usr/sbin/install | |
8659 | # SunOS /usr/etc/install | |
8660 | # IRIX /sbin/install | |
8661 | # AIX /bin/install | |
8662 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
8663 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
8664 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
8665 | # ./install, which can be erroneously created by make from ./install.sh. | |
8666 | echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | |
8667 | echo "configure:8668: checking for a BSD compatible install" >&5 | |
8668 | if test -z "$INSTALL"; then | |
8669 | if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | |
8670 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8671 | else | |
8672 | IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" | |
8673 | for ac_dir in $PATH; do | |
8674 | # Account for people who put trailing slashes in PATH elements. | |
8675 | case "$ac_dir/" in | |
8676 | /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
8677 | *) | |
8678 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
8679 | # Don't use installbsd from OSF since it installs stuff as root | |
8680 | # by default. | |
8681 | for ac_prog in ginstall scoinst install; do | |
8682 | if test -f $ac_dir/$ac_prog; then | |
8683 | if test $ac_prog = install && | |
8684 | grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | |
8685 | # AIX install. It has an incompatible calling convention. | |
8686 | : | |
8687 | else | |
8688 | ac_cv_path_install="$ac_dir/$ac_prog -c" | |
8689 | break 2 | |
8690 | fi | |
8691 | fi | |
8692 | done | |
8693 | ;; | |
8694 | esac | |
8695 | done | |
8696 | IFS="$ac_save_IFS" | |
8697 | ||
8698 | fi | |
8699 | if test "${ac_cv_path_install+set}" = set; then | |
8700 | INSTALL="$ac_cv_path_install" | |
8701 | else | |
8702 | # As a last resort, use the slow shell script. We don't cache a | |
8703 | # path for INSTALL within a source directory, because that will | |
8704 | # break other packages using the cache if that directory is | |
8705 | # removed, or if the path is relative. | |
8706 | INSTALL="$ac_install_sh" | |
8707 | fi | |
8708 | fi | |
8709 | echo "$ac_t""$INSTALL" 1>&6 | |
8710 | ||
8711 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
8712 | # It thinks the first close brace ends the variable substitution. | |
8713 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
8714 | ||
8715 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' | |
8716 | ||
8717 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
8718 | ||
8719 | case "${host}" in | |
8720 | ||
8721 | powerpc-*-darwin* ) | |
8722 | INSTALL_PROGRAM="cp -fp" | |
8723 | INSTALL_DATA="cp -fp" | |
8724 | ;; | |
8725 | *) | |
8726 | ;; | |
8727 | esac | |
8728 | ||
8729 | # Extract the first word of "strip", so it can be a program name with args. | |
8730 | set dummy strip; ac_word=$2 | |
8731 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8732 | echo "configure:8733: checking for $ac_word" >&5 | |
8733 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then | |
8734 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8735 | else | |
8736 | if test -n "$STRIP"; then | |
8737 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
8738 | else | |
8739 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8740 | ac_dummy="$PATH" | |
8741 | for ac_dir in $ac_dummy; do | |
8742 | test -z "$ac_dir" && ac_dir=. | |
8743 | if test -f $ac_dir/$ac_word; then | |
8744 | ac_cv_prog_STRIP="strip" | |
8745 | break | |
8746 | fi | |
8747 | done | |
8748 | IFS="$ac_save_ifs" | |
8749 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" | |
8750 | fi | |
8751 | fi | |
8752 | STRIP="$ac_cv_prog_STRIP" | |
8753 | if test -n "$STRIP"; then | |
8754 | echo "$ac_t""$STRIP" 1>&6 | |
8755 | else | |
8756 | echo "$ac_t""no" 1>&6 | |
8757 | fi | |
8758 | ||
8759 | ||
8760 | echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6 | |
8761 | echo "configure:8762: checking make for VPATH support" >&5 | |
8762 | cat - << EOF > confMake | |
8763 | check : file | |
8764 | cp \$? \$@ | |
8765 | cp \$? final_file | |
8766 | EOF | |
8767 | ||
8768 | if test ! -d sub ; then | |
8769 | mkdir sub | |
8770 | fi | |
8771 | echo dummy > sub/file | |
8772 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null | |
8773 | RESULT=$? | |
8774 | rm -f sub/file check final_file confMake | |
8775 | rmdir sub | |
8776 | if test "$RESULT" = 0; then | |
8777 | echo "$ac_t""yes" 1>&6 | |
8778 | else | |
8779 | echo "$ac_t""no" 1>&6 | |
8780 | { echo "configure: error: | |
8781 | You need a make-utility that is able to use the variable | |
8782 | VPATH correctly. | |
8783 | If your version of make does not support VPATH correctly, | |
8784 | please install GNU-make (possibly as gmake), and start | |
8785 | configure with the following command: | |
8786 | export MAKE=gmake; ./configure for sh-type shells | |
8787 | setenv MAKE gmake; ./configure for csh-type shells | |
8788 | Also please do remember to use gmake in this case every time | |
8789 | you are trying to compile. | |
8790 | " 1>&2; exit 1; } | |
8791 | fi | |
8792 | ||
8793 | for ac_prog in 'bison -y' byacc | |
8794 | do | |
8795 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
8796 | set dummy $ac_prog; ac_word=$2 | |
8797 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8798 | echo "configure:8799: checking for $ac_word" >&5 | |
8799 | if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then | |
8800 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8801 | else | |
8802 | if test -n "$YACC"; then | |
8803 | ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
8804 | else | |
8805 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8806 | ac_dummy="$PATH" | |
8807 | for ac_dir in $ac_dummy; do | |
8808 | test -z "$ac_dir" && ac_dir=. | |
8809 | if test -f $ac_dir/$ac_word; then | |
8810 | ac_cv_prog_YACC="$ac_prog" | |
8811 | break | |
8812 | fi | |
8813 | done | |
8814 | IFS="$ac_save_ifs" | |
8815 | fi | |
8816 | fi | |
8817 | YACC="$ac_cv_prog_YACC" | |
8818 | if test -n "$YACC"; then | |
8819 | echo "$ac_t""$YACC" 1>&6 | |
8820 | else | |
8821 | echo "$ac_t""no" 1>&6 | |
8822 | fi | |
8823 | ||
8824 | test -n "$YACC" && break | |
8825 | done | |
8826 | test -n "$YACC" || YACC="yacc" | |
8827 | ||
8828 | ||
8829 | # Extract the first word of "flex", so it can be a program name with args. | |
8830 | set dummy flex; ac_word=$2 | |
8831 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
8832 | echo "configure:8833: checking for $ac_word" >&5 | |
8833 | if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then | |
8834 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8835 | else | |
8836 | if test -n "$LEX"; then | |
8837 | ac_cv_prog_LEX="$LEX" # Let the user override the test. | |
8838 | else | |
8839 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
8840 | ac_dummy="$PATH" | |
8841 | for ac_dir in $ac_dummy; do | |
8842 | test -z "$ac_dir" && ac_dir=. | |
8843 | if test -f $ac_dir/$ac_word; then | |
8844 | ac_cv_prog_LEX="flex" | |
8845 | break | |
8846 | fi | |
8847 | done | |
8848 | IFS="$ac_save_ifs" | |
8849 | test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex" | |
8850 | fi | |
8851 | fi | |
8852 | LEX="$ac_cv_prog_LEX" | |
8853 | if test -n "$LEX"; then | |
8854 | echo "$ac_t""$LEX" 1>&6 | |
8855 | else | |
8856 | echo "$ac_t""no" 1>&6 | |
8857 | fi | |
8858 | ||
8859 | if test -z "$LEXLIB" | |
8860 | then | |
8861 | case "$LEX" in | |
8862 | flex*) ac_lib=fl ;; | |
8863 | *) ac_lib=l ;; | |
8864 | esac | |
8865 | echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 | |
8866 | echo "configure:8867: checking for yywrap in -l$ac_lib" >&5 | |
8867 | ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` | |
8868 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
8869 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8870 | else | |
8871 | ac_save_LIBS="$LIBS" | |
8872 | LIBS="-l$ac_lib $LIBS" | |
8873 | cat > conftest.$ac_ext <<EOF | |
8874 | #line 8875 "configure" | |
8875 | #include "confdefs.h" | |
8876 | /* Override any gcc2 internal prototype to avoid an error. */ | |
8877 | /* We use char because int might match the return type of a gcc2 | |
8878 | builtin and then its argument prototype would still apply. */ | |
8879 | char yywrap(); | |
8880 | ||
8881 | int main() { | |
8882 | yywrap() | |
8883 | ; return 0; } | |
8884 | EOF | |
8885 | if { (eval echo configure:8886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
8886 | rm -rf conftest* | |
8887 | eval "ac_cv_lib_$ac_lib_var=yes" | |
8888 | else | |
8889 | echo "configure: failed program was:" >&5 | |
8890 | cat conftest.$ac_ext >&5 | |
8891 | rm -rf conftest* | |
8892 | eval "ac_cv_lib_$ac_lib_var=no" | |
8893 | fi | |
8894 | rm -f conftest* | |
8895 | LIBS="$ac_save_LIBS" | |
8896 | ||
8897 | fi | |
8898 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
8899 | echo "$ac_t""yes" 1>&6 | |
8900 | LEXLIB="-l$ac_lib" | |
8901 | else | |
8902 | echo "$ac_t""no" 1>&6 | |
8903 | fi | |
8904 | ||
8905 | fi | |
8906 | ||
8907 | ||
8908 | echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 | |
8909 | echo "configure:8910: checking whether ln -s works" >&5 | |
8910 | if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then | |
8911 | echo $ac_n "(cached) $ac_c" 1>&6 | |
8912 | else | |
8913 | rm -f conftestdata | |
8914 | if ln -s X conftestdata 2>/dev/null | |
8915 | then | |
8916 | rm -f conftestdata | |
8917 | ac_cv_prog_LN_S="ln -s" | |
8918 | else | |
8919 | ac_cv_prog_LN_S=ln | |
8920 | fi | |
8921 | fi | |
8922 | LN_S="$ac_cv_prog_LN_S" | |
8923 | if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
8924 | echo "$ac_t""yes" 1>&6 | |
8925 | else | |
8926 | echo "$ac_t""no" 1>&6 | |
8927 | fi | |
8928 | ||
8929 | ||
8930 | ||
8931 | SEARCH_INCLUDE="\ | |
8932 | /usr/local/include \ | |
8933 | \ | |
8934 | /usr/Motif-1.2/include \ | |
8935 | /usr/Motif-2.1/include \ | |
8936 | \ | |
8937 | /usr/include/Motif1.2 \ | |
8938 | /opt/xpm/include/X11 \ | |
8939 | /opt/GBxpm/include/ \ | |
8940 | /opt/GBxpm/X11/include/ \ | |
8941 | \ | |
8942 | /usr/Motif1.2/include \ | |
8943 | /usr/dt/include \ | |
8944 | /usr/openwin/include \ | |
8945 | \ | |
8946 | /usr/include/Xm \ | |
8947 | \ | |
8948 | /usr/X11R6/include \ | |
8949 | /usr/X11R6.4/include \ | |
8950 | /usr/X11R5/include \ | |
8951 | /usr/X11R4/include \ | |
8952 | \ | |
8953 | /usr/include/X11R6 \ | |
8954 | /usr/include/X11R5 \ | |
8955 | /usr/include/X11R4 \ | |
8956 | \ | |
8957 | /usr/local/X11R6/include \ | |
8958 | /usr/local/X11R5/include \ | |
8959 | /usr/local/X11R4/include \ | |
8960 | \ | |
8961 | /usr/local/include/X11R6 \ | |
8962 | /usr/local/include/X11R5 \ | |
8963 | /usr/local/include/X11R4 \ | |
8964 | \ | |
8965 | /usr/X11/include \ | |
8966 | /usr/include/X11 \ | |
8967 | /usr/local/X11/include \ | |
8968 | /usr/local/include/X11 \ | |
8969 | \ | |
8970 | /usr/X386/include \ | |
8971 | /usr/x386/include \ | |
8972 | /usr/XFree86/include/X11 \ | |
8973 | \ | |
8974 | X:/XFree86/include \ | |
8975 | X:/XFree86/include/X11 \ | |
8976 | \ | |
8977 | /usr/include/gtk \ | |
8978 | /usr/local/include/gtk \ | |
8979 | /usr/include/glib \ | |
8980 | /usr/local/include/glib \ | |
8981 | \ | |
8982 | /usr/include/qt \ | |
8983 | /usr/local/include/qt \ | |
8984 | \ | |
8985 | /usr/include/windows \ | |
8986 | /usr/include/wine \ | |
8987 | /usr/local/include/wine \ | |
8988 | \ | |
8989 | /usr/unsupported/include \ | |
8990 | /usr/athena/include \ | |
8991 | /usr/local/x11r5/include \ | |
8992 | /usr/lpp/Xamples/include \ | |
8993 | \ | |
8994 | /usr/openwin/share/include \ | |
8995 | \ | |
8996 | /usr/include" | |
8997 | ||
8998 | SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` " | |
8999 | ||
9000 | ||
9001 | cat > confcache <<\EOF | |
9002 | # This file is a shell script that caches the results of configure | |
9003 | # tests run on this system so they can be shared between configure | |
9004 | # scripts and configure runs. It is not useful on other systems. | |
9005 | # If it contains results you don't want to keep, you may remove or edit it. | |
9006 | # | |
9007 | # By default, configure uses ./config.cache as the cache file, | |
9008 | # creating it if it does not exist already. You can give configure | |
9009 | # the --cache-file=FILE option to use a different cache file; that is | |
9010 | # what configure does when it calls configure scripts in | |
9011 | # subdirectories, so they share the cache. | |
9012 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
9013 | # config.status only pays attention to the cache file if you give it the | |
9014 | # --recheck option to rerun configure. | |
9015 | # | |
9016 | EOF | |
9017 | # The following way of writing the cache mishandles newlines in values, | |
9018 | # but we know of no workaround that is simple, portable, and efficient. | |
9019 | # So, don't put newlines in cache variables' values. | |
9020 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
9021 | # and sets the high bit in the cache file unless we assign to the vars. | |
9022 | (set) 2>&1 | | |
9023 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
9024 | *ac_space=\ *) | |
9025 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
9026 | # turns \\\\ into \\, and sed turns \\ into \). | |
9027 | sed -n \ | |
9028 | -e "s/'/'\\\\''/g" \ | |
9029 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
9030 | ;; | |
9031 | *) | |
9032 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
9033 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
9034 | ;; | |
9035 | esac >> confcache | |
9036 | if cmp -s $cache_file confcache; then | |
9037 | : | |
9038 | else | |
9039 | if test -w $cache_file; then | |
9040 | echo "updating cache $cache_file" | |
9041 | cat confcache > $cache_file | |
9042 | else | |
9043 | echo "not updating unwritable cache $cache_file" | |
9044 | fi | |
9045 | fi | |
9046 | rm -f confcache | |
9047 | ||
9048 | ||
9049 | ||
9050 | ||
9051 | REGEX_INCLUDE= | |
9052 | if test "$wxUSE_REGEX" != "no"; then | |
9053 | cat >> confdefs.h <<\EOF | |
9054 | #define wxUSE_REGEX 1 | |
9055 | EOF | |
9056 | ||
9057 | ||
9058 | if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then | |
9059 | ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'` | |
9060 | echo $ac_n "checking for regex.h""... $ac_c" 1>&6 | |
9061 | echo "configure:9062: checking for regex.h" >&5 | |
9062 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9063 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9064 | else | |
9065 | cat > conftest.$ac_ext <<EOF | |
9066 | #line 9067 "configure" | |
9067 | #include "confdefs.h" | |
9068 | #include <regex.h> | |
9069 | EOF | |
9070 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9071 | { (eval echo configure:9072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9072 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9073 | if test -z "$ac_err"; then | |
9074 | rm -rf conftest* | |
9075 | eval "ac_cv_header_$ac_safe=yes" | |
9076 | else | |
9077 | echo "$ac_err" >&5 | |
9078 | echo "configure: failed program was:" >&5 | |
9079 | cat conftest.$ac_ext >&5 | |
9080 | rm -rf conftest* | |
9081 | eval "ac_cv_header_$ac_safe=no" | |
9082 | fi | |
9083 | rm -f conftest* | |
9084 | fi | |
9085 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9086 | echo "$ac_t""yes" 1>&6 | |
9087 | for ac_func in regcomp | |
9088 | do | |
9089 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
9090 | echo "configure:9091: checking for $ac_func" >&5 | |
9091 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
9092 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9093 | else | |
9094 | cat > conftest.$ac_ext <<EOF | |
9095 | #line 9096 "configure" | |
9096 | #include "confdefs.h" | |
9097 | /* System header to define __stub macros and hopefully few prototypes, | |
9098 | which can conflict with char $ac_func(); below. */ | |
9099 | #include <assert.h> | |
9100 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9101 | /* We use char because int might match the return type of a gcc2 | |
9102 | builtin and then its argument prototype would still apply. */ | |
9103 | char $ac_func(); | |
9104 | ||
9105 | int main() { | |
9106 | ||
9107 | /* The GNU C library defines this for functions which it implements | |
9108 | to always fail with ENOSYS. Some functions are actually named | |
9109 | something starting with __ and the normal name is an alias. */ | |
9110 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
9111 | choke me | |
9112 | #else | |
9113 | $ac_func(); | |
9114 | #endif | |
9115 | ||
9116 | ; return 0; } | |
9117 | EOF | |
9118 | if { (eval echo configure:9119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9119 | rm -rf conftest* | |
9120 | eval "ac_cv_func_$ac_func=yes" | |
9121 | else | |
9122 | echo "configure: failed program was:" >&5 | |
9123 | cat conftest.$ac_ext >&5 | |
9124 | rm -rf conftest* | |
9125 | eval "ac_cv_func_$ac_func=no" | |
9126 | fi | |
9127 | rm -f conftest* | |
9128 | fi | |
9129 | ||
9130 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
9131 | echo "$ac_t""yes" 1>&6 | |
9132 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
9133 | cat >> confdefs.h <<EOF | |
9134 | #define $ac_tr_func 1 | |
9135 | EOF | |
9136 | ||
9137 | else | |
9138 | echo "$ac_t""no" 1>&6 | |
9139 | fi | |
9140 | done | |
9141 | ||
9142 | else | |
9143 | echo "$ac_t""no" 1>&6 | |
9144 | fi | |
9145 | ||
9146 | ||
9147 | if test "x$ac_cv_func_regcomp" != "xyes"; then | |
9148 | if test "$wxUSE_REGEX" = "sys" ; then | |
9149 | { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; } | |
9150 | else | |
9151 | echo "configure: warning: system regex library not found, will use built-in instead" 1>&2 | |
9152 | wxUSE_REGEX=builtin | |
9153 | fi | |
9154 | else | |
9155 | wxUSE_REGEX=sys | |
9156 | fi | |
9157 | fi | |
9158 | ||
9159 | if test "$wxUSE_REGEX" = "builtin" ; then | |
9160 | REGEX_INCLUDE="-I\${top_srcdir}/src/regex" | |
9161 | fi | |
9162 | fi | |
9163 | ||
9164 | ||
9165 | ZLIB_INCLUDE= | |
9166 | ZLIB_LINK= | |
9167 | if test "$wxUSE_ZLIB" != "no" ; then | |
9168 | cat >> confdefs.h <<\EOF | |
9169 | #define wxUSE_ZLIB 1 | |
9170 | EOF | |
9171 | ||
9172 | ||
9173 | if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then | |
9174 | ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'` | |
9175 | echo $ac_n "checking for zlib.h""... $ac_c" 1>&6 | |
9176 | echo "configure:9177: checking for zlib.h" >&5 | |
9177 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9178 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9179 | else | |
9180 | cat > conftest.$ac_ext <<EOF | |
9181 | #line 9182 "configure" | |
9182 | #include "confdefs.h" | |
9183 | #include <zlib.h> | |
9184 | EOF | |
9185 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9186 | { (eval echo configure:9187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9187 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9188 | if test -z "$ac_err"; then | |
9189 | rm -rf conftest* | |
9190 | eval "ac_cv_header_$ac_safe=yes" | |
9191 | else | |
9192 | echo "$ac_err" >&5 | |
9193 | echo "configure: failed program was:" >&5 | |
9194 | cat conftest.$ac_ext >&5 | |
9195 | rm -rf conftest* | |
9196 | eval "ac_cv_header_$ac_safe=no" | |
9197 | fi | |
9198 | rm -f conftest* | |
9199 | fi | |
9200 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9201 | echo "$ac_t""yes" 1>&6 | |
9202 | echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 | |
9203 | echo "configure:9204: checking for deflate in -lz" >&5 | |
9204 | ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` | |
9205 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9206 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9207 | else | |
9208 | ac_save_LIBS="$LIBS" | |
9209 | LIBS="-lz $LIBS" | |
9210 | cat > conftest.$ac_ext <<EOF | |
9211 | #line 9212 "configure" | |
9212 | #include "confdefs.h" | |
9213 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9214 | /* We use char because int might match the return type of a gcc2 | |
9215 | builtin and then its argument prototype would still apply. */ | |
9216 | char deflate(); | |
9217 | ||
9218 | int main() { | |
9219 | deflate() | |
9220 | ; return 0; } | |
9221 | EOF | |
9222 | if { (eval echo configure:9223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9223 | rm -rf conftest* | |
9224 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9225 | else | |
9226 | echo "configure: failed program was:" >&5 | |
9227 | cat conftest.$ac_ext >&5 | |
9228 | rm -rf conftest* | |
9229 | eval "ac_cv_lib_$ac_lib_var=no" | |
9230 | fi | |
9231 | rm -f conftest* | |
9232 | LIBS="$ac_save_LIBS" | |
9233 | ||
9234 | fi | |
9235 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9236 | echo "$ac_t""yes" 1>&6 | |
9237 | ZLIB_LINK=" -lz" | |
9238 | else | |
9239 | echo "$ac_t""no" 1>&6 | |
9240 | fi | |
9241 | ||
9242 | else | |
9243 | echo "$ac_t""no" 1>&6 | |
9244 | fi | |
9245 | ||
9246 | ||
9247 | if test "x$ZLIB_LINK" = "x" ; then | |
9248 | if test "$wxUSE_ZLIB" = "sys" ; then | |
9249 | { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; } | |
9250 | else | |
9251 | echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2 | |
9252 | wxUSE_ZLIB=builtin | |
9253 | fi | |
9254 | else | |
9255 | wxUSE_ZLIB=sys | |
9256 | fi | |
9257 | fi | |
9258 | ||
9259 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
9260 | ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib" | |
9261 | fi | |
9262 | fi | |
9263 | ||
9264 | ||
9265 | PNG_INCLUDE= | |
9266 | PNG_LINK= | |
9267 | if test "$wxUSE_LIBPNG" != "no" ; then | |
9268 | cat >> confdefs.h <<\EOF | |
9269 | #define wxUSE_LIBPNG 1 | |
9270 | EOF | |
9271 | ||
9272 | ||
9273 | if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then | |
9274 | echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2 | |
9275 | wxUSE_LIBPNG=builtin | |
9276 | fi | |
9277 | ||
9278 | if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then | |
9279 | ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` | |
9280 | echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
9281 | echo "configure:9282: checking for png.h" >&5 | |
9282 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9283 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9284 | else | |
9285 | cat > conftest.$ac_ext <<EOF | |
9286 | #line 9287 "configure" | |
9287 | #include "confdefs.h" | |
9288 | #include <png.h> | |
9289 | EOF | |
9290 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9291 | { (eval echo configure:9292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9292 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9293 | if test -z "$ac_err"; then | |
9294 | rm -rf conftest* | |
9295 | eval "ac_cv_header_$ac_safe=yes" | |
9296 | else | |
9297 | echo "$ac_err" >&5 | |
9298 | echo "configure: failed program was:" >&5 | |
9299 | cat conftest.$ac_ext >&5 | |
9300 | rm -rf conftest* | |
9301 | eval "ac_cv_header_$ac_safe=no" | |
9302 | fi | |
9303 | rm -f conftest* | |
9304 | fi | |
9305 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9306 | echo "$ac_t""yes" 1>&6 | |
9307 | echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6 | |
9308 | echo "configure:9309: checking for png_check_sig in -lpng" >&5 | |
9309 | ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'` | |
9310 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9311 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9312 | else | |
9313 | ac_save_LIBS="$LIBS" | |
9314 | LIBS="-lpng -lz -lm $LIBS" | |
9315 | cat > conftest.$ac_ext <<EOF | |
9316 | #line 9317 "configure" | |
9317 | #include "confdefs.h" | |
9318 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9319 | /* We use char because int might match the return type of a gcc2 | |
9320 | builtin and then its argument prototype would still apply. */ | |
9321 | char png_check_sig(); | |
9322 | ||
9323 | int main() { | |
9324 | png_check_sig() | |
9325 | ; return 0; } | |
9326 | EOF | |
9327 | if { (eval echo configure:9328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9328 | rm -rf conftest* | |
9329 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9330 | else | |
9331 | echo "configure: failed program was:" >&5 | |
9332 | cat conftest.$ac_ext >&5 | |
9333 | rm -rf conftest* | |
9334 | eval "ac_cv_lib_$ac_lib_var=no" | |
9335 | fi | |
9336 | rm -f conftest* | |
9337 | LIBS="$ac_save_LIBS" | |
9338 | ||
9339 | fi | |
9340 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9341 | echo "$ac_t""yes" 1>&6 | |
9342 | PNG_LINK=" -lpng" | |
9343 | else | |
9344 | echo "$ac_t""no" 1>&6 | |
9345 | fi | |
9346 | ||
9347 | ||
9348 | else | |
9349 | echo "$ac_t""no" 1>&6 | |
9350 | fi | |
9351 | ||
9352 | ||
9353 | if test "x$PNG_LINK" = "x" ; then | |
9354 | if test "$wxUSE_LIBPNG" = "sys" ; then | |
9355 | { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; } | |
9356 | else | |
9357 | echo "configure: warning: system png library not found, will use built-in instead" 1>&2 | |
9358 | wxUSE_LIBPNG=builtin | |
9359 | fi | |
9360 | else | |
9361 | wxUSE_LIBPNG=yes | |
9362 | fi | |
9363 | fi | |
9364 | ||
9365 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
9366 | PNG_INCLUDE="-I\${top_srcdir}/src/png" | |
9367 | fi | |
9368 | ||
9369 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" | |
9370 | fi | |
9371 | ||
9372 | ||
9373 | JPEG_INCLUDE= | |
9374 | JPEG_LINK= | |
9375 | if test "$wxUSE_LIBJPEG" != "no" ; then | |
9376 | cat >> confdefs.h <<\EOF | |
9377 | #define wxUSE_LIBJPEG 1 | |
9378 | EOF | |
9379 | ||
9380 | ||
9381 | if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then | |
9382 | echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6 | |
9383 | echo "configure:9384: checking for jpeglib.h" >&5 | |
9384 | if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then | |
9385 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9386 | else | |
9387 | cat > conftest.$ac_ext <<EOF | |
9388 | #line 9389 "configure" | |
9389 | #include "confdefs.h" | |
9390 | ||
9391 | #undef HAVE_STDLIB_H | |
9392 | #include <stdio.h> | |
9393 | #include <jpeglib.h> | |
9394 | ||
9395 | int main() { | |
9396 | ||
9397 | ||
9398 | ; return 0; } | |
9399 | EOF | |
9400 | if { (eval echo configure:9401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
9401 | rm -rf conftest* | |
9402 | ac_cv_header_jpeglib_h=yes | |
9403 | else | |
9404 | echo "configure: failed program was:" >&5 | |
9405 | cat conftest.$ac_ext >&5 | |
9406 | rm -rf conftest* | |
9407 | ac_cv_header_jpeglib_h=no | |
9408 | ||
9409 | fi | |
9410 | rm -f conftest* | |
9411 | ||
9412 | fi | |
9413 | ||
9414 | echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6 | |
9415 | ||
9416 | if test "$ac_cv_header_jpeglib_h" = "yes"; then | |
9417 | echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 | |
9418 | echo "configure:9419: checking for jpeg_read_header in -ljpeg" >&5 | |
9419 | ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` | |
9420 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9421 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9422 | else | |
9423 | ac_save_LIBS="$LIBS" | |
9424 | LIBS="-ljpeg $LIBS" | |
9425 | cat > conftest.$ac_ext <<EOF | |
9426 | #line 9427 "configure" | |
9427 | #include "confdefs.h" | |
9428 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9429 | /* We use char because int might match the return type of a gcc2 | |
9430 | builtin and then its argument prototype would still apply. */ | |
9431 | char jpeg_read_header(); | |
9432 | ||
9433 | int main() { | |
9434 | jpeg_read_header() | |
9435 | ; return 0; } | |
9436 | EOF | |
9437 | if { (eval echo configure:9438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9438 | rm -rf conftest* | |
9439 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9440 | else | |
9441 | echo "configure: failed program was:" >&5 | |
9442 | cat conftest.$ac_ext >&5 | |
9443 | rm -rf conftest* | |
9444 | eval "ac_cv_lib_$ac_lib_var=no" | |
9445 | fi | |
9446 | rm -f conftest* | |
9447 | LIBS="$ac_save_LIBS" | |
9448 | ||
9449 | fi | |
9450 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9451 | echo "$ac_t""yes" 1>&6 | |
9452 | JPEG_LINK=" -ljpeg" | |
9453 | else | |
9454 | echo "$ac_t""no" 1>&6 | |
9455 | fi | |
9456 | ||
9457 | fi | |
9458 | ||
9459 | if test "x$JPEG_LINK" = "x" ; then | |
9460 | if test "$wxUSE_LIBJPEG" = "sys" ; then | |
9461 | { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; } | |
9462 | else | |
9463 | echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2 | |
9464 | wxUSE_LIBJPEG=builtin | |
9465 | fi | |
9466 | else | |
9467 | wxUSE_LIBJPEG=sys | |
9468 | fi | |
9469 | fi | |
9470 | ||
9471 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
9472 | JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg" | |
9473 | fi | |
9474 | fi | |
9475 | ||
9476 | ||
9477 | TIFF_INCLUDE= | |
9478 | TIFF_LINK= | |
9479 | if test "$wxUSE_LIBTIFF" != "no" ; then | |
9480 | cat >> confdefs.h <<\EOF | |
9481 | #define wxUSE_LIBTIFF 1 | |
9482 | EOF | |
9483 | ||
9484 | ||
9485 | if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then | |
9486 | ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` | |
9487 | echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | |
9488 | echo "configure:9489: checking for tiffio.h" >&5 | |
9489 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9490 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9491 | else | |
9492 | cat > conftest.$ac_ext <<EOF | |
9493 | #line 9494 "configure" | |
9494 | #include "confdefs.h" | |
9495 | #include <tiffio.h> | |
9496 | EOF | |
9497 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9498 | { (eval echo configure:9499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9499 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9500 | if test -z "$ac_err"; then | |
9501 | rm -rf conftest* | |
9502 | eval "ac_cv_header_$ac_safe=yes" | |
9503 | else | |
9504 | echo "$ac_err" >&5 | |
9505 | echo "configure: failed program was:" >&5 | |
9506 | cat conftest.$ac_ext >&5 | |
9507 | rm -rf conftest* | |
9508 | eval "ac_cv_header_$ac_safe=no" | |
9509 | fi | |
9510 | rm -f conftest* | |
9511 | fi | |
9512 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9513 | echo "$ac_t""yes" 1>&6 | |
9514 | echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6 | |
9515 | echo "configure:9516: checking for TIFFError in -ltiff" >&5 | |
9516 | ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'` | |
9517 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9518 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9519 | else | |
9520 | ac_save_LIBS="$LIBS" | |
9521 | LIBS="-ltiff -lm $LIBS" | |
9522 | cat > conftest.$ac_ext <<EOF | |
9523 | #line 9524 "configure" | |
9524 | #include "confdefs.h" | |
9525 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9526 | /* We use char because int might match the return type of a gcc2 | |
9527 | builtin and then its argument prototype would still apply. */ | |
9528 | char TIFFError(); | |
9529 | ||
9530 | int main() { | |
9531 | TIFFError() | |
9532 | ; return 0; } | |
9533 | EOF | |
9534 | if { (eval echo configure:9535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9535 | rm -rf conftest* | |
9536 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9537 | else | |
9538 | echo "configure: failed program was:" >&5 | |
9539 | cat conftest.$ac_ext >&5 | |
9540 | rm -rf conftest* | |
9541 | eval "ac_cv_lib_$ac_lib_var=no" | |
9542 | fi | |
9543 | rm -f conftest* | |
9544 | LIBS="$ac_save_LIBS" | |
9545 | ||
9546 | fi | |
9547 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9548 | echo "$ac_t""yes" 1>&6 | |
9549 | TIFF_LINK=" -ltiff" | |
9550 | else | |
9551 | echo "$ac_t""no" 1>&6 | |
9552 | fi | |
9553 | ||
9554 | ||
9555 | else | |
9556 | echo "$ac_t""no" 1>&6 | |
9557 | fi | |
9558 | ||
9559 | ||
9560 | if test "x$TIFF_LINK" = "x" ; then | |
9561 | if test "$wxUSE_LIBTIFF" = "sys" ; then | |
9562 | { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; } | |
9563 | else | |
9564 | echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2 | |
9565 | wxUSE_LIBTIFF=builtin | |
9566 | fi | |
9567 | else | |
9568 | wxUSE_LIBTIFF=sys | |
9569 | fi | |
9570 | fi | |
9571 | ||
9572 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
9573 | TIFF_INCLUDE="-I\${top_srcdir}/src/tiff" | |
9574 | fi | |
9575 | fi | |
9576 | ||
9577 | ||
9578 | FREETYPE_INCLUDE= | |
9579 | FREETYPE_LINK= | |
9580 | if test "$wxUSE_FREETYPE" != "no" ; then | |
9581 | cat >> confdefs.h <<\EOF | |
9582 | #define wxUSE_FREETYPE 1 | |
9583 | EOF | |
9584 | ||
9585 | ||
9586 | if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then | |
9587 | ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'` | |
9588 | echo $ac_n "checking for freetype.h""... $ac_c" 1>&6 | |
9589 | echo "configure:9590: checking for freetype.h" >&5 | |
9590 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9591 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9592 | else | |
9593 | cat > conftest.$ac_ext <<EOF | |
9594 | #line 9595 "configure" | |
9595 | #include "confdefs.h" | |
9596 | #include <freetype.h> | |
9597 | EOF | |
9598 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9599 | { (eval echo configure:9600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9600 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9601 | if test -z "$ac_err"; then | |
9602 | rm -rf conftest* | |
9603 | eval "ac_cv_header_$ac_safe=yes" | |
9604 | else | |
9605 | echo "$ac_err" >&5 | |
9606 | echo "configure: failed program was:" >&5 | |
9607 | cat conftest.$ac_ext >&5 | |
9608 | rm -rf conftest* | |
9609 | eval "ac_cv_header_$ac_safe=no" | |
9610 | fi | |
9611 | rm -f conftest* | |
9612 | fi | |
9613 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9614 | echo "$ac_t""yes" 1>&6 | |
9615 | echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6 | |
9616 | echo "configure:9617: checking for FT_Render_Glyph in -lfreetype" >&5 | |
9617 | ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'` | |
9618 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
9619 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9620 | else | |
9621 | ac_save_LIBS="$LIBS" | |
9622 | LIBS="-lfreetype -lm $LIBS" | |
9623 | cat > conftest.$ac_ext <<EOF | |
9624 | #line 9625 "configure" | |
9625 | #include "confdefs.h" | |
9626 | /* Override any gcc2 internal prototype to avoid an error. */ | |
9627 | /* We use char because int might match the return type of a gcc2 | |
9628 | builtin and then its argument prototype would still apply. */ | |
9629 | char FT_Render_Glyph(); | |
9630 | ||
9631 | int main() { | |
9632 | FT_Render_Glyph() | |
9633 | ; return 0; } | |
9634 | EOF | |
9635 | if { (eval echo configure:9636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
9636 | rm -rf conftest* | |
9637 | eval "ac_cv_lib_$ac_lib_var=yes" | |
9638 | else | |
9639 | echo "configure: failed program was:" >&5 | |
9640 | cat conftest.$ac_ext >&5 | |
9641 | rm -rf conftest* | |
9642 | eval "ac_cv_lib_$ac_lib_var=no" | |
9643 | fi | |
9644 | rm -f conftest* | |
9645 | LIBS="$ac_save_LIBS" | |
9646 | ||
9647 | fi | |
9648 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
9649 | echo "$ac_t""yes" 1>&6 | |
9650 | FREETYPE_LINK=" -lfreetype" | |
9651 | else | |
9652 | echo "$ac_t""no" 1>&6 | |
9653 | fi | |
9654 | ||
9655 | ||
9656 | else | |
9657 | echo "$ac_t""no" 1>&6 | |
9658 | fi | |
9659 | ||
9660 | ||
9661 | if test "x$FREETYPE_LINK" = "x" ; then | |
9662 | if test "$wxUSE_FREETYPE" = "sys" ; then | |
9663 | { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; } | |
9664 | else | |
9665 | echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2 | |
9666 | wxUSE_FREETYPE=builtin | |
9667 | fi | |
9668 | else | |
9669 | wxUSE_FREETYPE=sys | |
9670 | fi | |
9671 | fi | |
9672 | ||
9673 | if test "$wxUSE_FREETYPE" = "builtin" ; then | |
9674 | FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype" | |
9675 | fi | |
9676 | fi | |
9677 | ||
9678 | ||
9679 | AFMINSTALL= | |
9680 | ||
9681 | TOOLKIT= | |
9682 | TOOLKIT_INCLUDE= | |
9683 | WIDGET_SET= | |
9684 | ||
9685 | if test "$USE_WIN32" = 1 ; then | |
9686 | for ac_hdr in w32api.h | |
9687 | do | |
9688 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
9689 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
9690 | echo "configure:9691: checking for $ac_hdr" >&5 | |
9691 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9692 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9693 | else | |
9694 | cat > conftest.$ac_ext <<EOF | |
9695 | #line 9696 "configure" | |
9696 | #include "confdefs.h" | |
9697 | #include <$ac_hdr> | |
9698 | EOF | |
9699 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9700 | { (eval echo configure:9701: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9701 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9702 | if test -z "$ac_err"; then | |
9703 | rm -rf conftest* | |
9704 | eval "ac_cv_header_$ac_safe=yes" | |
9705 | else | |
9706 | echo "$ac_err" >&5 | |
9707 | echo "configure: failed program was:" >&5 | |
9708 | cat conftest.$ac_ext >&5 | |
9709 | rm -rf conftest* | |
9710 | eval "ac_cv_header_$ac_safe=no" | |
9711 | fi | |
9712 | rm -f conftest* | |
9713 | fi | |
9714 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9715 | echo "$ac_t""yes" 1>&6 | |
9716 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
9717 | cat >> confdefs.h <<EOF | |
9718 | #define $ac_tr_hdr 1 | |
9719 | EOF | |
9720 | ||
9721 | else | |
9722 | echo "$ac_t""no" 1>&6 | |
9723 | fi | |
9724 | done | |
9725 | ||
9726 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` | |
9727 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
9728 | echo "configure:9729: checking for windows.h" >&5 | |
9729 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
9730 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9731 | else | |
9732 | cat > conftest.$ac_ext <<EOF | |
9733 | #line 9734 "configure" | |
9734 | #include "confdefs.h" | |
9735 | #include <windows.h> | |
9736 | EOF | |
9737 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
9738 | { (eval echo configure:9739: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
9739 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
9740 | if test -z "$ac_err"; then | |
9741 | rm -rf conftest* | |
9742 | eval "ac_cv_header_$ac_safe=yes" | |
9743 | else | |
9744 | echo "$ac_err" >&5 | |
9745 | echo "configure: failed program was:" >&5 | |
9746 | cat conftest.$ac_ext >&5 | |
9747 | rm -rf conftest* | |
9748 | eval "ac_cv_header_$ac_safe=no" | |
9749 | fi | |
9750 | rm -f conftest* | |
9751 | fi | |
9752 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
9753 | echo "$ac_t""yes" 1>&6 | |
9754 | : | |
9755 | else | |
9756 | echo "$ac_t""no" 1>&6 | |
9757 | ||
9758 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
9759 | ||
9760 | fi | |
9761 | ||
9762 | ||
9763 | echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6 | |
9764 | echo "configure:9765: checking if w32api has good enough MSIE support" >&5 | |
9765 | if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then | |
9766 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9767 | else | |
9768 | ||
9769 | cat > conftest.$ac_ext <<EOF | |
9770 | #line 9771 "configure" | |
9771 | #include "confdefs.h" | |
9772 | #include <w32api.h> | |
9773 | int main() { | |
9774 | ||
9775 | #define wxCHECK_W32API_VERSION( major, minor ) \ | |
9776 | ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \ | |
9777 | && ( ( __W32API_MAJOR_VERSION > (major) ) \ | |
9778 | || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor)))) | |
9779 | ||
9780 | #if !wxCHECK_W32API_VERSION(1,1) | |
9781 | #error You need w32api 1.1 or newer | |
9782 | #endif | |
9783 | ||
9784 | ; return 0; } | |
9785 | EOF | |
9786 | if { (eval echo configure:9787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
9787 | rm -rf conftest* | |
9788 | ||
9789 | wx_cv_w32api_win32_ie=yes | |
9790 | ||
9791 | else | |
9792 | echo "configure: failed program was:" >&5 | |
9793 | cat conftest.$ac_ext >&5 | |
9794 | rm -rf conftest* | |
9795 | ||
9796 | wx_cv_w32api_win32_ie=no | |
9797 | ||
9798 | fi | |
9799 | rm -f conftest* | |
9800 | ||
9801 | fi | |
9802 | ||
9803 | echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6 | |
9804 | if test "$wx_cv_w32api_win32_ie" = "yes" ; then | |
9805 | CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400" | |
9806 | fi | |
9807 | ||
9808 | LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32" | |
9809 | ||
9810 | case "${host}" in | |
9811 | *-*-cygwin* ) | |
9812 | LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32" | |
9813 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" | |
9814 | esac | |
9815 | ||
9816 | if test "$wxUSE_ODBC" = "yes" ; then | |
9817 | LIBS=" -lodbc32 -lole32 -loleaut32$LIBS" | |
9818 | fi | |
9819 | ||
9820 | RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" | |
9821 | RESPROGRAMOBJ="\$(PROGRAM)_resources.o" | |
9822 | fi | |
9823 | ||
9824 | if test "$wxUSE_GUI" = "yes"; then | |
9825 | USE_GUI=1 | |
9826 | ||
9827 | GUI_TK_LIBRARY= | |
9828 | ||
9829 | WXGTK12= | |
9830 | WXGTK127= | |
9831 | WXGTK20= | |
9832 | ||
9833 | if test "$wxUSE_MSW" = 1 ; then | |
9834 | TOOLKIT=MSW | |
9835 | GUIDIST=MSW_DIST | |
9836 | ||
9837 | case "${host}" in | |
9838 | *-*-mingw32* ) | |
9839 | LDFLAGS="$LDFLAGS -Wl,--subsystem,windows -mwindows" | |
9840 | esac | |
9841 | fi | |
9842 | ||
9843 | if test "$wxUSE_GTK" = 1; then | |
9844 | echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6 | |
9845 | echo "configure:9846: checking for GTK+ version" >&5 | |
9846 | ||
9847 | gtk_version_cached=1 | |
9848 | if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then | |
9849 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9850 | else | |
9851 | ||
9852 | gtk_version_cached=0 | |
9853 | echo "$ac_t""" 1>&6 | |
9854 | ||
9855 | GTK_MODULES= | |
9856 | if test "$wxUSE_THREADS" = "yes"; then | |
9857 | GTK_MODULES=gthread | |
9858 | fi | |
9859 | ||
9860 | wx_cv_lib_gtk= | |
9861 | if test "x$wxUSE_GTK2" = "xyes"; then | |
9862 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
9863 | if test "${with_gtk_prefix+set}" = set; then | |
9864 | withval="$with_gtk_prefix" | |
9865 | gtk_config_prefix="$withval" | |
9866 | else | |
9867 | gtk_config_prefix="" | |
9868 | fi | |
9869 | ||
9870 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
9871 | if test "${with_gtk_exec_prefix+set}" = set; then | |
9872 | withval="$with_gtk_exec_prefix" | |
9873 | gtk_config_exec_prefix="$withval" | |
9874 | else | |
9875 | gtk_config_exec_prefix="" | |
9876 | fi | |
9877 | ||
9878 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
9879 | if test "${enable_gtktest+set}" = set; then | |
9880 | enableval="$enable_gtktest" | |
9881 | : | |
9882 | else | |
9883 | enable_gtktest=yes | |
9884 | fi | |
9885 | ||
9886 | ||
9887 | for module in . $GTK_MODULES | |
9888 | do | |
9889 | case "$module" in | |
9890 | gthread) | |
9891 | gtk_config_args="$gtk_config_args gthread" | |
9892 | ;; | |
9893 | esac | |
9894 | done | |
9895 | ||
9896 | if test x$gtk_config_exec_prefix != x ; then | |
9897 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
9898 | if test x${GTK_CONFIG_2_0+set} != xset ; then | |
9899 | GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0 | |
9900 | fi | |
9901 | fi | |
9902 | if test x$gtk_config_prefix != x ; then | |
9903 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
9904 | if test x${GTK_CONFIG_2_0+set} != xset ; then | |
9905 | GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0 | |
9906 | fi | |
9907 | fi | |
9908 | ||
9909 | # Extract the first word of "gtk-config-2.0", so it can be a program name with args. | |
9910 | set dummy gtk-config-2.0; ac_word=$2 | |
9911 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
9912 | echo "configure:9913: checking for $ac_word" >&5 | |
9913 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then | |
9914 | echo $ac_n "(cached) $ac_c" 1>&6 | |
9915 | else | |
9916 | case "$GTK_CONFIG_2_0" in | |
9917 | /*) | |
9918 | ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path. | |
9919 | ;; | |
9920 | ?:/*) | |
9921 | ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path. | |
9922 | ;; | |
9923 | *) | |
9924 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
9925 | ac_dummy="$PATH" | |
9926 | for ac_dir in $ac_dummy; do | |
9927 | test -z "$ac_dir" && ac_dir=. | |
9928 | if test -f $ac_dir/$ac_word; then | |
9929 | ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word" | |
9930 | break | |
9931 | fi | |
9932 | done | |
9933 | IFS="$ac_save_ifs" | |
9934 | test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no" | |
9935 | ;; | |
9936 | esac | |
9937 | fi | |
9938 | GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0" | |
9939 | if test -n "$GTK_CONFIG_2_0"; then | |
9940 | echo "$ac_t""$GTK_CONFIG_2_0" 1>&6 | |
9941 | else | |
9942 | echo "$ac_t""no" 1>&6 | |
9943 | fi | |
9944 | ||
9945 | min_gtk_version=1.3.1 | |
9946 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 | |
9947 | echo "configure:9948: checking for GTK - version >= $min_gtk_version" >&5 | |
9948 | no_gtk="" | |
9949 | if test "$GTK_CONFIG_2_0" = "no" ; then | |
9950 | no_gtk=yes | |
9951 | else | |
9952 | GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags` | |
9953 | GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs` | |
9954 | gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ | |
9955 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
9956 | gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ | |
9957 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
9958 | gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \ | |
9959 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
9960 | if test "x$enable_gtktest" = "xyes" ; then | |
9961 | ac_save_CFLAGS="$CFLAGS" | |
9962 | ac_save_LIBS="$LIBS" | |
9963 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
9964 | LIBS="$GTK_LIBS $LIBS" | |
9965 | rm -f conf.gtktest | |
9966 | if test "$cross_compiling" = yes; then | |
9967 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
9968 | else | |
9969 | cat > conftest.$ac_ext <<EOF | |
9970 | #line 9971 "configure" | |
9971 | #include "confdefs.h" | |
9972 | ||
9973 | #include <gtk/gtk.h> | |
9974 | #include <stdio.h> | |
9975 | #include <stdlib.h> | |
9976 | ||
9977 | int | |
9978 | main () | |
9979 | { | |
9980 | int major, minor, micro; | |
9981 | char *tmp_version; | |
9982 | ||
9983 | system ("touch conf.gtktest"); | |
9984 | ||
9985 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
9986 | tmp_version = g_strdup("$min_gtk_version"); | |
9987 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
9988 | printf("%s, bad version string\n", "$min_gtk_version"); | |
9989 | exit(1); | |
9990 | } | |
9991 | ||
9992 | if ((gtk_major_version != $gtk_config_major_version) || | |
9993 | (gtk_minor_version != $gtk_config_minor_version) || | |
9994 | (gtk_micro_version != $gtk_config_micro_version)) | |
9995 | { | |
9996 | printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
9997 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
9998 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
9999 | printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n"); | |
10000 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
10001 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
10002 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
10003 | printf("*** required on your system.\n"); | |
10004 | printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n"); | |
10005 | printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n"); | |
10006 | printf("*** before re-running configure\n"); | |
10007 | } | |
10008 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
10009 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
10010 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
10011 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
10012 | { | |
10013 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
10014 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
10015 | printf("*** library (version %d.%d.%d)\n", | |
10016 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10017 | } | |
10018 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
10019 | else | |
10020 | { | |
10021 | if ((gtk_major_version > major) || | |
10022 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
10023 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
10024 | { | |
10025 | return 0; | |
10026 | } | |
10027 | else | |
10028 | { | |
10029 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
10030 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10031 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
10032 | major, minor, micro); | |
10033 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
10034 | printf("***\n"); | |
10035 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
10036 | printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n"); | |
10037 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
10038 | printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n"); | |
10039 | printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n"); | |
10040 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
10041 | printf("*** so that the correct libraries are found at run-time))\n"); | |
10042 | } | |
10043 | } | |
10044 | return 1; | |
10045 | } | |
10046 | ||
10047 | EOF | |
10048 | if { (eval echo configure:10049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
10049 | then | |
10050 | : | |
10051 | else | |
10052 | echo "configure: failed program was:" >&5 | |
10053 | cat conftest.$ac_ext >&5 | |
10054 | rm -fr conftest* | |
10055 | no_gtk=yes | |
10056 | fi | |
10057 | rm -fr conftest* | |
10058 | fi | |
10059 | ||
10060 | CFLAGS="$ac_save_CFLAGS" | |
10061 | LIBS="$ac_save_LIBS" | |
10062 | fi | |
10063 | fi | |
10064 | if test "x$no_gtk" = x ; then | |
10065 | echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6 | |
10066 | wx_cv_lib_gtk=2.0 | |
10067 | else | |
10068 | echo "$ac_t""no" 1>&6 | |
10069 | if test "$GTK_CONFIG_2_0" = "no" ; then | |
10070 | echo "*** The gtk-config-2.0 script installed by GTK could not be found" | |
10071 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
10072 | echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the" | |
10073 | echo "*** full path to gtk-config-2.0." | |
10074 | else | |
10075 | if test -f conf.gtktest ; then | |
10076 | : | |
10077 | else | |
10078 | echo "*** Could not run GTK test program, checking why..." | |
10079 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
10080 | LIBS="$LIBS $GTK_LIBS" | |
10081 | cat > conftest.$ac_ext <<EOF | |
10082 | #line 10083 "configure" | |
10083 | #include "confdefs.h" | |
10084 | ||
10085 | #include <gtk/gtk.h> | |
10086 | #include <stdio.h> | |
10087 | ||
10088 | int main() { | |
10089 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
10090 | ; return 0; } | |
10091 | EOF | |
10092 | if { (eval echo configure:10093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
10093 | rm -rf conftest* | |
10094 | echo "*** The test program compiled, but did not run. This usually means" | |
10095 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
10096 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
10097 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
10098 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
10099 | echo "*** is required on your system" | |
10100 | echo "***" | |
10101 | echo "*** If you have an old version installed, it is best to remove it, although" | |
10102 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
10103 | echo "***" | |
10104 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
10105 | echo "*** came with the system with the command" | |
10106 | echo "***" | |
10107 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
10108 | else | |
10109 | echo "configure: failed program was:" >&5 | |
10110 | cat conftest.$ac_ext >&5 | |
10111 | rm -rf conftest* | |
10112 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
10113 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
10114 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
10115 | echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0" | |
10116 | fi | |
10117 | rm -f conftest* | |
10118 | CFLAGS="$ac_save_CFLAGS" | |
10119 | LIBS="$ac_save_LIBS" | |
10120 | fi | |
10121 | fi | |
10122 | GTK_CFLAGS="" | |
10123 | GTK_LIBS="" | |
10124 | : | |
10125 | fi | |
10126 | ||
10127 | ||
10128 | rm -f conf.gtktest | |
10129 | ||
10130 | fi | |
10131 | ||
10132 | if test -z "$wx_cv_lib_gtk"; then | |
10133 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
10134 | if test "${with_gtk_prefix+set}" = set; then | |
10135 | withval="$with_gtk_prefix" | |
10136 | gtk_config_prefix="$withval" | |
10137 | else | |
10138 | gtk_config_prefix="" | |
10139 | fi | |
10140 | ||
10141 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
10142 | if test "${with_gtk_exec_prefix+set}" = set; then | |
10143 | withval="$with_gtk_exec_prefix" | |
10144 | gtk_config_exec_prefix="$withval" | |
10145 | else | |
10146 | gtk_config_exec_prefix="" | |
10147 | fi | |
10148 | ||
10149 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
10150 | if test "${enable_gtktest+set}" = set; then | |
10151 | enableval="$enable_gtktest" | |
10152 | : | |
10153 | else | |
10154 | enable_gtktest=yes | |
10155 | fi | |
10156 | ||
10157 | ||
10158 | for module in . $GTK_MODULES | |
10159 | do | |
10160 | case "$module" in | |
10161 | gthread) | |
10162 | gtk_config_args="$gtk_config_args gthread" | |
10163 | ;; | |
10164 | esac | |
10165 | done | |
10166 | ||
10167 | if test x$gtk_config_exec_prefix != x ; then | |
10168 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
10169 | if test x${GTK_CONFIG+set} != xset ; then | |
10170 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
10171 | fi | |
10172 | fi | |
10173 | if test x$gtk_config_prefix != x ; then | |
10174 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
10175 | if test x${GTK_CONFIG+set} != xset ; then | |
10176 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
10177 | fi | |
10178 | fi | |
10179 | ||
10180 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
10181 | set dummy gtk-config; ac_word=$2 | |
10182 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
10183 | echo "configure:10184: checking for $ac_word" >&5 | |
10184 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then | |
10185 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10186 | else | |
10187 | case "$GTK_CONFIG" in | |
10188 | /*) | |
10189 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
10190 | ;; | |
10191 | ?:/*) | |
10192 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
10193 | ;; | |
10194 | *) | |
10195 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
10196 | ac_dummy="$PATH" | |
10197 | for ac_dir in $ac_dummy; do | |
10198 | test -z "$ac_dir" && ac_dir=. | |
10199 | if test -f $ac_dir/$ac_word; then | |
10200 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
10201 | break | |
10202 | fi | |
10203 | done | |
10204 | IFS="$ac_save_ifs" | |
10205 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
10206 | ;; | |
10207 | esac | |
10208 | fi | |
10209 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" | |
10210 | if test -n "$GTK_CONFIG"; then | |
10211 | echo "$ac_t""$GTK_CONFIG" 1>&6 | |
10212 | else | |
10213 | echo "$ac_t""no" 1>&6 | |
10214 | fi | |
10215 | ||
10216 | min_gtk_version=1.2.7 | |
10217 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 | |
10218 | echo "configure:10219: checking for GTK - version >= $min_gtk_version" >&5 | |
10219 | no_gtk="" | |
10220 | if test "$GTK_CONFIG" = "no" ; then | |
10221 | no_gtk=yes | |
10222 | else | |
10223 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
10224 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
10225 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
10226 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
10227 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
10228 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
10229 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
10230 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
10231 | if test "x$enable_gtktest" = "xyes" ; then | |
10232 | ac_save_CFLAGS="$CFLAGS" | |
10233 | ac_save_LIBS="$LIBS" | |
10234 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
10235 | LIBS="$GTK_LIBS $LIBS" | |
10236 | rm -f conf.gtktest | |
10237 | if test "$cross_compiling" = yes; then | |
10238 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
10239 | else | |
10240 | cat > conftest.$ac_ext <<EOF | |
10241 | #line 10242 "configure" | |
10242 | #include "confdefs.h" | |
10243 | ||
10244 | #include <gtk/gtk.h> | |
10245 | #include <stdio.h> | |
10246 | #include <stdlib.h> | |
10247 | ||
10248 | int | |
10249 | main () | |
10250 | { | |
10251 | int major, minor, micro; | |
10252 | char *tmp_version; | |
10253 | ||
10254 | system ("touch conf.gtktest"); | |
10255 | ||
10256 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
10257 | tmp_version = g_strdup("$min_gtk_version"); | |
10258 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
10259 | printf("%s, bad version string\n", "$min_gtk_version"); | |
10260 | exit(1); | |
10261 | } | |
10262 | ||
10263 | if ((gtk_major_version != $gtk_config_major_version) || | |
10264 | (gtk_minor_version != $gtk_config_minor_version) || | |
10265 | (gtk_micro_version != $gtk_config_micro_version)) | |
10266 | { | |
10267 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
10268 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
10269 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10270 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
10271 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
10272 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
10273 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
10274 | printf("*** required on your system.\n"); | |
10275 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
10276 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
10277 | printf("*** before re-running configure\n"); | |
10278 | } | |
10279 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
10280 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
10281 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
10282 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
10283 | { | |
10284 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
10285 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
10286 | printf("*** library (version %d.%d.%d)\n", | |
10287 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10288 | } | |
10289 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
10290 | else | |
10291 | { | |
10292 | if ((gtk_major_version > major) || | |
10293 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
10294 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
10295 | { | |
10296 | return 0; | |
10297 | } | |
10298 | else | |
10299 | { | |
10300 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
10301 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10302 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
10303 | major, minor, micro); | |
10304 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
10305 | printf("***\n"); | |
10306 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
10307 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
10308 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
10309 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
10310 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
10311 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
10312 | printf("*** so that the correct libraries are found at run-time))\n"); | |
10313 | } | |
10314 | } | |
10315 | return 1; | |
10316 | } | |
10317 | ||
10318 | EOF | |
10319 | if { (eval echo configure:10320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
10320 | then | |
10321 | : | |
10322 | else | |
10323 | echo "configure: failed program was:" >&5 | |
10324 | cat conftest.$ac_ext >&5 | |
10325 | rm -fr conftest* | |
10326 | no_gtk=yes | |
10327 | fi | |
10328 | rm -fr conftest* | |
10329 | fi | |
10330 | ||
10331 | CFLAGS="$ac_save_CFLAGS" | |
10332 | LIBS="$ac_save_LIBS" | |
10333 | fi | |
10334 | fi | |
10335 | if test "x$no_gtk" = x ; then | |
10336 | echo "$ac_t""yes" 1>&6 | |
10337 | wx_cv_lib_gtk=1.2.7 | |
10338 | else | |
10339 | echo "$ac_t""no" 1>&6 | |
10340 | if test "$GTK_CONFIG" = "no" ; then | |
10341 | echo "*** The gtk-config script installed by GTK could not be found" | |
10342 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
10343 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
10344 | echo "*** full path to gtk-config." | |
10345 | else | |
10346 | if test -f conf.gtktest ; then | |
10347 | : | |
10348 | else | |
10349 | echo "*** Could not run GTK test program, checking why..." | |
10350 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
10351 | LIBS="$LIBS $GTK_LIBS" | |
10352 | cat > conftest.$ac_ext <<EOF | |
10353 | #line 10354 "configure" | |
10354 | #include "confdefs.h" | |
10355 | ||
10356 | #include <gtk/gtk.h> | |
10357 | #include <stdio.h> | |
10358 | ||
10359 | int main() { | |
10360 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
10361 | ; return 0; } | |
10362 | EOF | |
10363 | if { (eval echo configure:10364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
10364 | rm -rf conftest* | |
10365 | echo "*** The test program compiled, but did not run. This usually means" | |
10366 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
10367 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
10368 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
10369 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
10370 | echo "*** is required on your system" | |
10371 | echo "***" | |
10372 | echo "*** If you have an old version installed, it is best to remove it, although" | |
10373 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
10374 | echo "***" | |
10375 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
10376 | echo "*** came with the system with the command" | |
10377 | echo "***" | |
10378 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
10379 | else | |
10380 | echo "configure: failed program was:" >&5 | |
10381 | cat conftest.$ac_ext >&5 | |
10382 | rm -rf conftest* | |
10383 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
10384 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
10385 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
10386 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" | |
10387 | fi | |
10388 | rm -f conftest* | |
10389 | CFLAGS="$ac_save_CFLAGS" | |
10390 | LIBS="$ac_save_LIBS" | |
10391 | fi | |
10392 | fi | |
10393 | GTK_CFLAGS="" | |
10394 | GTK_LIBS="" | |
10395 | : | |
10396 | fi | |
10397 | ||
10398 | ||
10399 | rm -f conf.gtktest | |
10400 | ||
10401 | fi | |
10402 | ||
10403 | if test -z "$wx_cv_lib_gtk"; then | |
10404 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
10405 | if test "${with_gtk_prefix+set}" = set; then | |
10406 | withval="$with_gtk_prefix" | |
10407 | gtk_config_prefix="$withval" | |
10408 | else | |
10409 | gtk_config_prefix="" | |
10410 | fi | |
10411 | ||
10412 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
10413 | if test "${with_gtk_exec_prefix+set}" = set; then | |
10414 | withval="$with_gtk_exec_prefix" | |
10415 | gtk_config_exec_prefix="$withval" | |
10416 | else | |
10417 | gtk_config_exec_prefix="" | |
10418 | fi | |
10419 | ||
10420 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
10421 | if test "${enable_gtktest+set}" = set; then | |
10422 | enableval="$enable_gtktest" | |
10423 | : | |
10424 | else | |
10425 | enable_gtktest=yes | |
10426 | fi | |
10427 | ||
10428 | ||
10429 | for module in . $GTK_MODULES | |
10430 | do | |
10431 | case "$module" in | |
10432 | gthread) | |
10433 | gtk_config_args="$gtk_config_args gthread" | |
10434 | ;; | |
10435 | esac | |
10436 | done | |
10437 | ||
10438 | if test x$gtk_config_exec_prefix != x ; then | |
10439 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
10440 | if test x${GTK_CONFIG+set} != xset ; then | |
10441 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
10442 | fi | |
10443 | fi | |
10444 | if test x$gtk_config_prefix != x ; then | |
10445 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
10446 | if test x${GTK_CONFIG+set} != xset ; then | |
10447 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
10448 | fi | |
10449 | fi | |
10450 | ||
10451 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
10452 | set dummy gtk-config; ac_word=$2 | |
10453 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
10454 | echo "configure:10455: checking for $ac_word" >&5 | |
10455 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then | |
10456 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10457 | else | |
10458 | case "$GTK_CONFIG" in | |
10459 | /*) | |
10460 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
10461 | ;; | |
10462 | ?:/*) | |
10463 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. | |
10464 | ;; | |
10465 | *) | |
10466 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
10467 | ac_dummy="$PATH" | |
10468 | for ac_dir in $ac_dummy; do | |
10469 | test -z "$ac_dir" && ac_dir=. | |
10470 | if test -f $ac_dir/$ac_word; then | |
10471 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" | |
10472 | break | |
10473 | fi | |
10474 | done | |
10475 | IFS="$ac_save_ifs" | |
10476 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
10477 | ;; | |
10478 | esac | |
10479 | fi | |
10480 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" | |
10481 | if test -n "$GTK_CONFIG"; then | |
10482 | echo "$ac_t""$GTK_CONFIG" 1>&6 | |
10483 | else | |
10484 | echo "$ac_t""no" 1>&6 | |
10485 | fi | |
10486 | ||
10487 | min_gtk_version=1.2.3 | |
10488 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 | |
10489 | echo "configure:10490: checking for GTK - version >= $min_gtk_version" >&5 | |
10490 | no_gtk="" | |
10491 | if test "$GTK_CONFIG" = "no" ; then | |
10492 | no_gtk=yes | |
10493 | else | |
10494 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
10495 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
10496 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
10497 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
10498 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
10499 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
10500 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
10501 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
10502 | if test "x$enable_gtktest" = "xyes" ; then | |
10503 | ac_save_CFLAGS="$CFLAGS" | |
10504 | ac_save_LIBS="$LIBS" | |
10505 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
10506 | LIBS="$GTK_LIBS $LIBS" | |
10507 | rm -f conf.gtktest | |
10508 | if test "$cross_compiling" = yes; then | |
10509 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
10510 | else | |
10511 | cat > conftest.$ac_ext <<EOF | |
10512 | #line 10513 "configure" | |
10513 | #include "confdefs.h" | |
10514 | ||
10515 | #include <gtk/gtk.h> | |
10516 | #include <stdio.h> | |
10517 | #include <stdlib.h> | |
10518 | ||
10519 | int | |
10520 | main () | |
10521 | { | |
10522 | int major, minor, micro; | |
10523 | char *tmp_version; | |
10524 | ||
10525 | system ("touch conf.gtktest"); | |
10526 | ||
10527 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
10528 | tmp_version = g_strdup("$min_gtk_version"); | |
10529 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
10530 | printf("%s, bad version string\n", "$min_gtk_version"); | |
10531 | exit(1); | |
10532 | } | |
10533 | ||
10534 | if ((gtk_major_version != $gtk_config_major_version) || | |
10535 | (gtk_minor_version != $gtk_config_minor_version) || | |
10536 | (gtk_micro_version != $gtk_config_micro_version)) | |
10537 | { | |
10538 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
10539 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
10540 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10541 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
10542 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
10543 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
10544 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
10545 | printf("*** required on your system.\n"); | |
10546 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
10547 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
10548 | printf("*** before re-running configure\n"); | |
10549 | } | |
10550 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
10551 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
10552 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
10553 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
10554 | { | |
10555 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
10556 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
10557 | printf("*** library (version %d.%d.%d)\n", | |
10558 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10559 | } | |
10560 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
10561 | else | |
10562 | { | |
10563 | if ((gtk_major_version > major) || | |
10564 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
10565 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
10566 | { | |
10567 | return 0; | |
10568 | } | |
10569 | else | |
10570 | { | |
10571 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
10572 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
10573 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
10574 | major, minor, micro); | |
10575 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
10576 | printf("***\n"); | |
10577 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
10578 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
10579 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
10580 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
10581 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
10582 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
10583 | printf("*** so that the correct libraries are found at run-time))\n"); | |
10584 | } | |
10585 | } | |
10586 | return 1; | |
10587 | } | |
10588 | ||
10589 | EOF | |
10590 | if { (eval echo configure:10591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
10591 | then | |
10592 | : | |
10593 | else | |
10594 | echo "configure: failed program was:" >&5 | |
10595 | cat conftest.$ac_ext >&5 | |
10596 | rm -fr conftest* | |
10597 | no_gtk=yes | |
10598 | fi | |
10599 | rm -fr conftest* | |
10600 | fi | |
10601 | ||
10602 | CFLAGS="$ac_save_CFLAGS" | |
10603 | LIBS="$ac_save_LIBS" | |
10604 | fi | |
10605 | fi | |
10606 | if test "x$no_gtk" = x ; then | |
10607 | echo "$ac_t""yes" 1>&6 | |
10608 | wx_cv_lib_gtk=1.2.3 | |
10609 | else | |
10610 | echo "$ac_t""no" 1>&6 | |
10611 | if test "$GTK_CONFIG" = "no" ; then | |
10612 | echo "*** The gtk-config script installed by GTK could not be found" | |
10613 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
10614 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
10615 | echo "*** full path to gtk-config." | |
10616 | else | |
10617 | if test -f conf.gtktest ; then | |
10618 | : | |
10619 | else | |
10620 | echo "*** Could not run GTK test program, checking why..." | |
10621 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
10622 | LIBS="$LIBS $GTK_LIBS" | |
10623 | cat > conftest.$ac_ext <<EOF | |
10624 | #line 10625 "configure" | |
10625 | #include "confdefs.h" | |
10626 | ||
10627 | #include <gtk/gtk.h> | |
10628 | #include <stdio.h> | |
10629 | ||
10630 | int main() { | |
10631 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
10632 | ; return 0; } | |
10633 | EOF | |
10634 | if { (eval echo configure:10635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
10635 | rm -rf conftest* | |
10636 | echo "*** The test program compiled, but did not run. This usually means" | |
10637 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
10638 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
10639 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
10640 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
10641 | echo "*** is required on your system" | |
10642 | echo "***" | |
10643 | echo "*** If you have an old version installed, it is best to remove it, although" | |
10644 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
10645 | echo "***" | |
10646 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
10647 | echo "*** came with the system with the command" | |
10648 | echo "***" | |
10649 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
10650 | else | |
10651 | echo "configure: failed program was:" >&5 | |
10652 | cat conftest.$ac_ext >&5 | |
10653 | rm -rf conftest* | |
10654 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
10655 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
10656 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
10657 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" | |
10658 | fi | |
10659 | rm -f conftest* | |
10660 | CFLAGS="$ac_save_CFLAGS" | |
10661 | LIBS="$ac_save_LIBS" | |
10662 | fi | |
10663 | fi | |
10664 | GTK_CFLAGS="" | |
10665 | GTK_LIBS="" | |
10666 | : | |
10667 | fi | |
10668 | ||
10669 | ||
10670 | rm -f conf.gtktest | |
10671 | ||
10672 | fi | |
10673 | ||
10674 | if test -z "$wx_cv_lib_gtk"; then | |
10675 | wx_cv_lib_gtk=none | |
10676 | else | |
10677 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
10678 | wx_cv_libs_gtk=$GTK_LIBS | |
10679 | fi | |
10680 | ||
10681 | ||
10682 | fi | |
10683 | ||
10684 | ||
10685 | if test "$gtk_version_cached" = 1; then | |
10686 | echo "$ac_t""$wx_cv_lib_gtk" 1>&6 | |
10687 | fi | |
10688 | ||
10689 | case "$wx_cv_lib_gtk" in | |
10690 | 2.0) WXGTK20=1 | |
10691 | ;; | |
10692 | 1.2.7) WXGTK127=1 | |
10693 | WXGTK12=1 | |
10694 | ;; | |
10695 | 1.2.3) WXGTK12=1 | |
10696 | ;; | |
10697 | *) { echo "configure: error: | |
10698 | Please check that gtk-config is in path, the directory | |
10699 | where GTK+ libraries are installed (returned by | |
10700 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
10701 | equivalent variable and GTK+ is version 1.2.3 or above. | |
10702 | " 1>&2; exit 1; } | |
10703 | ;; | |
10704 | esac | |
10705 | ||
10706 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" | |
10707 | GUI_TK_LIBRARY="$wx_cv_libs_gtk" | |
10708 | ||
10709 | AFMINSTALL=afminstall | |
10710 | TOOLKIT=GTK | |
10711 | GUIDIST=GTK_DIST | |
10712 | ||
10713 | echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6 | |
10714 | echo "configure:10715: checking for gdk_im_open in -lgdk" >&5 | |
10715 | ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'` | |
10716 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
10717 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10718 | else | |
10719 | ac_save_LIBS="$LIBS" | |
10720 | LIBS="-lgdk $LIBS" | |
10721 | cat > conftest.$ac_ext <<EOF | |
10722 | #line 10723 "configure" | |
10723 | #include "confdefs.h" | |
10724 | /* Override any gcc2 internal prototype to avoid an error. */ | |
10725 | /* We use char because int might match the return type of a gcc2 | |
10726 | builtin and then its argument prototype would still apply. */ | |
10727 | char gdk_im_open(); | |
10728 | ||
10729 | int main() { | |
10730 | gdk_im_open() | |
10731 | ; return 0; } | |
10732 | EOF | |
10733 | if { (eval echo configure:10734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
10734 | rm -rf conftest* | |
10735 | eval "ac_cv_lib_$ac_lib_var=yes" | |
10736 | else | |
10737 | echo "configure: failed program was:" >&5 | |
10738 | cat conftest.$ac_ext >&5 | |
10739 | rm -rf conftest* | |
10740 | eval "ac_cv_lib_$ac_lib_var=no" | |
10741 | fi | |
10742 | rm -f conftest* | |
10743 | LIBS="$ac_save_LIBS" | |
10744 | ||
10745 | fi | |
10746 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
10747 | echo "$ac_t""yes" 1>&6 | |
10748 | cat >> confdefs.h <<\EOF | |
10749 | #define HAVE_XIM 1 | |
10750 | EOF | |
10751 | ||
10752 | else | |
10753 | echo "$ac_t""no" 1>&6 | |
10754 | fi | |
10755 | ||
10756 | fi | |
10757 | ||
10758 | if test "$wxUSE_MGL" = 1; then | |
10759 | echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6 | |
10760 | echo "configure:10761: checking for SciTech MGL library" >&5 | |
10761 | if test "x$MGL_ROOT" = x ; then | |
10762 | echo "$ac_t""not found" 1>&6 | |
10763 | { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; } | |
10764 | else | |
10765 | echo "$ac_t""$MGL_ROOT" 1>&6 | |
10766 | fi | |
10767 | ||
10768 | case "${host}" in | |
10769 | *-*-linux* ) | |
10770 | mgl_os=linux/gcc/glibc | |
10771 | ;; | |
10772 | *-pc-msdosdjgpp ) | |
10773 | mgl_os=dos32/dj2 | |
10774 | ;; | |
10775 | *) | |
10776 | { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; } | |
10777 | esac | |
10778 | ||
10779 | mgl_lib_type="" | |
10780 | ||
10781 | if test "$wxUSE_DEBUG_FLAG" = yes ; then | |
10782 | if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a -o \ | |
10783 | -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.so; then | |
10784 | mgl_lib_type=debug | |
10785 | fi | |
10786 | fi | |
10787 | if test "x$mgl_lib_type" = x ; then | |
10788 | if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a -o \ | |
10789 | -f $MGL_ROOT/lib/release/$mgl_os/libmgl.so; then | |
10790 | mgl_lib_type=release | |
10791 | else | |
10792 | { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; } | |
10793 | fi | |
10794 | fi | |
10795 | ||
10796 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" | |
10797 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" | |
10798 | ||
10799 | AFMINSTALL=afminstall | |
10800 | TOOLKIT=MGL | |
10801 | GUIDIST=MGL_DIST | |
10802 | fi | |
10803 | ||
10804 | if test "$wxUSE_WINE" = 1; then | |
10805 | ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'` | |
10806 | echo $ac_n "checking for windows.h""... $ac_c" 1>&6 | |
10807 | echo "configure:10808: checking for windows.h" >&5 | |
10808 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
10809 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10810 | else | |
10811 | cat > conftest.$ac_ext <<EOF | |
10812 | #line 10813 "configure" | |
10813 | #include "confdefs.h" | |
10814 | #include <windows.h> | |
10815 | EOF | |
10816 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
10817 | { (eval echo configure:10818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
10818 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
10819 | if test -z "$ac_err"; then | |
10820 | rm -rf conftest* | |
10821 | eval "ac_cv_header_$ac_safe=yes" | |
10822 | else | |
10823 | echo "$ac_err" >&5 | |
10824 | echo "configure: failed program was:" >&5 | |
10825 | cat conftest.$ac_ext >&5 | |
10826 | rm -rf conftest* | |
10827 | eval "ac_cv_header_$ac_safe=no" | |
10828 | fi | |
10829 | rm -f conftest* | |
10830 | fi | |
10831 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
10832 | echo "$ac_t""yes" 1>&6 | |
10833 | : | |
10834 | else | |
10835 | echo "$ac_t""no" 1>&6 | |
10836 | ||
10837 | { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; } | |
10838 | ||
10839 | fi | |
10840 | ||
10841 | ||
10842 | xpm_link= | |
10843 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
10844 | echo "configure:10845: checking for Xpm library" >&5 | |
10845 | ||
10846 | ac_find_libraries= | |
10847 | for ac_dir in $SEARCH_LIB; | |
10848 | do | |
10849 | for ac_extension in a so sl dylib; do | |
10850 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
10851 | ac_find_libraries=$ac_dir | |
10852 | break 2 | |
10853 | fi | |
10854 | done | |
10855 | done | |
10856 | ||
10857 | if test "$ac_find_libraries" != "" ; then | |
10858 | GUI_TK_LIBRARY="-L$ac_find_libraries" | |
10859 | xpm_link=" -lXpm" | |
10860 | cat >> confdefs.h <<\EOF | |
10861 | #define wxHAVE_LIB_XPM 1 | |
10862 | EOF | |
10863 | ||
10864 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
10865 | else | |
10866 | echo "$ac_t""no" 1>&6 | |
10867 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
10868 | fi | |
10869 | ||
10870 | mesa_link= | |
10871 | echo $ac_n "checking for Mesa library""... $ac_c" 1>&6 | |
10872 | echo "configure:10873: checking for Mesa library" >&5 | |
10873 | ||
10874 | ac_find_libraries= | |
10875 | for ac_dir in $SEARCH_LIB; | |
10876 | do | |
10877 | for ac_extension in a so sl dylib; do | |
10878 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
10879 | ac_find_libraries=$ac_dir | |
10880 | break 2 | |
10881 | fi | |
10882 | done | |
10883 | done | |
10884 | ||
10885 | if test "$ac_find_libraries" != "" ; then | |
10886 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries" | |
10887 | mesa_link=" -lMesaGL" | |
10888 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
10889 | else | |
10890 | { echo "configure: error: no" 1>&2; exit 1; } | |
10891 | fi | |
10892 | ||
10893 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses" | |
10894 | TOOLKIT=MSW | |
10895 | GUIDIST=MSW_DIST | |
10896 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__" | |
10897 | fi | |
10898 | ||
10899 | if test "$wxUSE_MOTIF" = 1; then | |
10900 | # If we find X, set shell vars x_includes and x_libraries to the | |
10901 | # paths, otherwise set no_x=yes. | |
10902 | # Uses ac_ vars as temps to allow command line to override cache and checks. | |
10903 | # --without-x overrides everything else, but does not touch the cache. | |
10904 | echo $ac_n "checking for X""... $ac_c" 1>&6 | |
10905 | echo "configure:10906: checking for X" >&5 | |
10906 | ||
10907 | # Check whether --with-x or --without-x was given. | |
10908 | if test "${with_x+set}" = set; then | |
10909 | withval="$with_x" | |
10910 | : | |
10911 | fi | |
10912 | ||
10913 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. | |
10914 | if test "x$with_x" = xno; then | |
10915 | # The user explicitly disabled X. | |
10916 | have_x=disabled | |
10917 | else | |
10918 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
10919 | # Both variables are already set. | |
10920 | have_x=yes | |
10921 | else | |
10922 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then | |
10923 | echo $ac_n "(cached) $ac_c" 1>&6 | |
10924 | else | |
10925 | # One or both of the vars are not set, and there is no cached value. | |
10926 | ac_x_includes=NO ac_x_libraries=NO | |
10927 | rm -fr conftestdir | |
10928 | if mkdir conftestdir; then | |
10929 | cd conftestdir | |
10930 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
10931 | cat > Imakefile <<'EOF' | |
10932 | acfindx: | |
10933 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
10934 | EOF | |
10935 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
10936 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
10937 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
10938 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
10939 | for ac_extension in a so sl; do | |
10940 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
10941 | test -f $ac_im_libdir/libX11.$ac_extension; then | |
10942 | ac_im_usrlibdir=$ac_im_libdir; break | |
10943 | fi | |
10944 | done | |
10945 | # Screen out bogus values from the imake configuration. They are | |
10946 | # bogus both because they are the default anyway, and because | |
10947 | # using them would break gcc on systems where it needs fixed includes. | |
10948 | case "$ac_im_incroot" in | |
10949 | /usr/include) ;; | |
10950 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; | |
10951 | esac | |
10952 | case "$ac_im_usrlibdir" in | |
10953 | /usr/lib | /lib) ;; | |
10954 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; | |
10955 | esac | |
10956 | fi | |
10957 | cd .. | |
10958 | rm -fr conftestdir | |
10959 | fi | |
10960 | ||
10961 | if test "$ac_x_includes" = NO; then | |
10962 | # Guess where to find include files, by looking for this one X11 .h file. | |
10963 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
10964 | ||
10965 | # First, try using that file with no special directory specified. | |
10966 | cat > conftest.$ac_ext <<EOF | |
10967 | #line 10968 "configure" | |
10968 | #include "confdefs.h" | |
10969 | #include <$x_direct_test_include> | |
10970 | EOF | |
10971 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
10972 | { (eval echo configure:10973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
10973 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
10974 | if test -z "$ac_err"; then | |
10975 | rm -rf conftest* | |
10976 | # We can compile using X headers with no special include directory. | |
10977 | ac_x_includes= | |
10978 | else | |
10979 | echo "$ac_err" >&5 | |
10980 | echo "configure: failed program was:" >&5 | |
10981 | cat conftest.$ac_ext >&5 | |
10982 | rm -rf conftest* | |
10983 | # Look for the header file in a standard set of common directories. | |
10984 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
10985 | for ac_dir in \ | |
10986 | /usr/X11/include \ | |
10987 | /usr/X11R6/include \ | |
10988 | /usr/X11R5/include \ | |
10989 | /usr/X11R4/include \ | |
10990 | \ | |
10991 | /usr/include/X11 \ | |
10992 | /usr/include/X11R6 \ | |
10993 | /usr/include/X11R5 \ | |
10994 | /usr/include/X11R4 \ | |
10995 | \ | |
10996 | /usr/local/X11/include \ | |
10997 | /usr/local/X11R6/include \ | |
10998 | /usr/local/X11R5/include \ | |
10999 | /usr/local/X11R4/include \ | |
11000 | \ | |
11001 | /usr/local/include/X11 \ | |
11002 | /usr/local/include/X11R6 \ | |
11003 | /usr/local/include/X11R5 \ | |
11004 | /usr/local/include/X11R4 \ | |
11005 | \ | |
11006 | /usr/X386/include \ | |
11007 | /usr/x386/include \ | |
11008 | /usr/XFree86/include/X11 \ | |
11009 | \ | |
11010 | /usr/include \ | |
11011 | /usr/local/include \ | |
11012 | /usr/unsupported/include \ | |
11013 | /usr/athena/include \ | |
11014 | /usr/local/x11r5/include \ | |
11015 | /usr/lpp/Xamples/include \ | |
11016 | \ | |
11017 | /usr/openwin/include \ | |
11018 | /usr/openwin/share/include \ | |
11019 | ; \ | |
11020 | do | |
11021 | if test -r "$ac_dir/$x_direct_test_include"; then | |
11022 | ac_x_includes=$ac_dir | |
11023 | break | |
11024 | fi | |
11025 | done | |
11026 | fi | |
11027 | rm -f conftest* | |
11028 | fi # $ac_x_includes = NO | |
11029 | ||
11030 | if test "$ac_x_libraries" = NO; then | |
11031 | # Check for the libraries. | |
11032 | ||
11033 | test -z "$x_direct_test_library" && x_direct_test_library=Xt | |
11034 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
11035 | ||
11036 | # See if we find them without any special options. | |
11037 | # Don't add to $LIBS permanently. | |
11038 | ac_save_LIBS="$LIBS" | |
11039 | LIBS="-l$x_direct_test_library $LIBS" | |
11040 | cat > conftest.$ac_ext <<EOF | |
11041 | #line 11042 "configure" | |
11042 | #include "confdefs.h" | |
11043 | ||
11044 | int main() { | |
11045 | ${x_direct_test_function}() | |
11046 | ; return 0; } | |
11047 | EOF | |
11048 | if { (eval echo configure:11049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11049 | rm -rf conftest* | |
11050 | LIBS="$ac_save_LIBS" | |
11051 | # We can link X programs with no special library path. | |
11052 | ac_x_libraries= | |
11053 | else | |
11054 | echo "configure: failed program was:" >&5 | |
11055 | cat conftest.$ac_ext >&5 | |
11056 | rm -rf conftest* | |
11057 | LIBS="$ac_save_LIBS" | |
11058 | # First see if replacing the include by lib works. | |
11059 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
11060 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
11061 | /usr/X11/lib \ | |
11062 | /usr/X11R6/lib \ | |
11063 | /usr/X11R5/lib \ | |
11064 | /usr/X11R4/lib \ | |
11065 | \ | |
11066 | /usr/lib/X11 \ | |
11067 | /usr/lib/X11R6 \ | |
11068 | /usr/lib/X11R5 \ | |
11069 | /usr/lib/X11R4 \ | |
11070 | \ | |
11071 | /usr/local/X11/lib \ | |
11072 | /usr/local/X11R6/lib \ | |
11073 | /usr/local/X11R5/lib \ | |
11074 | /usr/local/X11R4/lib \ | |
11075 | \ | |
11076 | /usr/local/lib/X11 \ | |
11077 | /usr/local/lib/X11R6 \ | |
11078 | /usr/local/lib/X11R5 \ | |
11079 | /usr/local/lib/X11R4 \ | |
11080 | \ | |
11081 | /usr/X386/lib \ | |
11082 | /usr/x386/lib \ | |
11083 | /usr/XFree86/lib/X11 \ | |
11084 | \ | |
11085 | /usr/lib \ | |
11086 | /usr/local/lib \ | |
11087 | /usr/unsupported/lib \ | |
11088 | /usr/athena/lib \ | |
11089 | /usr/local/x11r5/lib \ | |
11090 | /usr/lpp/Xamples/lib \ | |
11091 | /lib/usr/lib/X11 \ | |
11092 | \ | |
11093 | /usr/openwin/lib \ | |
11094 | /usr/openwin/share/lib \ | |
11095 | ; \ | |
11096 | do | |
11097 | for ac_extension in a so sl; do | |
11098 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then | |
11099 | ac_x_libraries=$ac_dir | |
11100 | break 2 | |
11101 | fi | |
11102 | done | |
11103 | done | |
11104 | fi | |
11105 | rm -f conftest* | |
11106 | fi # $ac_x_libraries = NO | |
11107 | ||
11108 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then | |
11109 | # Didn't find X anywhere. Cache the known absence of X. | |
11110 | ac_cv_have_x="have_x=no" | |
11111 | else | |
11112 | # Record where we found X for the cache. | |
11113 | ac_cv_have_x="have_x=yes \ | |
11114 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
11115 | fi | |
11116 | fi | |
11117 | fi | |
11118 | eval "$ac_cv_have_x" | |
11119 | fi # $with_x != no | |
11120 | ||
11121 | if test "$have_x" != yes; then | |
11122 | echo "$ac_t""$have_x" 1>&6 | |
11123 | no_x=yes | |
11124 | else | |
11125 | # If each of the values was on the command line, it overrides each guess. | |
11126 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
11127 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
11128 | # Update the cache value to reflect the command line values. | |
11129 | ac_cv_have_x="have_x=yes \ | |
11130 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
11131 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 | |
11132 | fi | |
11133 | ||
11134 | if test "$no_x" = yes; then | |
11135 | # Not all programs may use this symbol, but it does not hurt to define it. | |
11136 | cat >> confdefs.h <<\EOF | |
11137 | #define X_DISPLAY_MISSING 1 | |
11138 | EOF | |
11139 | ||
11140 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
11141 | else | |
11142 | if test -n "$x_includes"; then | |
11143 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
11144 | fi | |
11145 | ||
11146 | # It would also be nice to do this for all -L options, not just this one. | |
11147 | if test -n "$x_libraries"; then | |
11148 | X_LIBS="$X_LIBS -L$x_libraries" | |
11149 | # For Solaris; some versions of Sun CC require a space after -R and | |
11150 | # others require no space. Words are not sufficient . . . . | |
11151 | case "`(uname -sr) 2>/dev/null`" in | |
11152 | "SunOS 5"*) | |
11153 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 | |
11154 | echo "configure:11155: checking whether -R must be followed by a space" >&5 | |
11155 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" | |
11156 | cat > conftest.$ac_ext <<EOF | |
11157 | #line 11158 "configure" | |
11158 | #include "confdefs.h" | |
11159 | ||
11160 | int main() { | |
11161 | ||
11162 | ; return 0; } | |
11163 | EOF | |
11164 | if { (eval echo configure:11165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11165 | rm -rf conftest* | |
11166 | ac_R_nospace=yes | |
11167 | else | |
11168 | echo "configure: failed program was:" >&5 | |
11169 | cat conftest.$ac_ext >&5 | |
11170 | rm -rf conftest* | |
11171 | ac_R_nospace=no | |
11172 | fi | |
11173 | rm -f conftest* | |
11174 | if test $ac_R_nospace = yes; then | |
11175 | echo "$ac_t""no" 1>&6 | |
11176 | X_LIBS="$X_LIBS -R$x_libraries" | |
11177 | else | |
11178 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
11179 | cat > conftest.$ac_ext <<EOF | |
11180 | #line 11181 "configure" | |
11181 | #include "confdefs.h" | |
11182 | ||
11183 | int main() { | |
11184 | ||
11185 | ; return 0; } | |
11186 | EOF | |
11187 | if { (eval echo configure:11188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11188 | rm -rf conftest* | |
11189 | ac_R_space=yes | |
11190 | else | |
11191 | echo "configure: failed program was:" >&5 | |
11192 | cat conftest.$ac_ext >&5 | |
11193 | rm -rf conftest* | |
11194 | ac_R_space=no | |
11195 | fi | |
11196 | rm -f conftest* | |
11197 | if test $ac_R_space = yes; then | |
11198 | echo "$ac_t""yes" 1>&6 | |
11199 | X_LIBS="$X_LIBS -R $x_libraries" | |
11200 | else | |
11201 | echo "$ac_t""neither works" 1>&6 | |
11202 | fi | |
11203 | fi | |
11204 | LIBS="$ac_xsave_LIBS" | |
11205 | esac | |
11206 | fi | |
11207 | ||
11208 | # Check for system-dependent libraries X programs must link with. | |
11209 | # Do this before checking for the system-independent R6 libraries | |
11210 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
11211 | ||
11212 | if test "$ISC" = yes; then | |
11213 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
11214 | else | |
11215 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X | |
11216 | # libraries were built with DECnet support. And karl@cs.umb.edu says | |
11217 | # the Alpha needs dnet_stub (dnet does not exist). | |
11218 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 | |
11219 | echo "configure:11220: checking for dnet_ntoa in -ldnet" >&5 | |
11220 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` | |
11221 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11222 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11223 | else | |
11224 | ac_save_LIBS="$LIBS" | |
11225 | LIBS="-ldnet $LIBS" | |
11226 | cat > conftest.$ac_ext <<EOF | |
11227 | #line 11228 "configure" | |
11228 | #include "confdefs.h" | |
11229 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11230 | /* We use char because int might match the return type of a gcc2 | |
11231 | builtin and then its argument prototype would still apply. */ | |
11232 | char dnet_ntoa(); | |
11233 | ||
11234 | int main() { | |
11235 | dnet_ntoa() | |
11236 | ; return 0; } | |
11237 | EOF | |
11238 | if { (eval echo configure:11239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11239 | rm -rf conftest* | |
11240 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11241 | else | |
11242 | echo "configure: failed program was:" >&5 | |
11243 | cat conftest.$ac_ext >&5 | |
11244 | rm -rf conftest* | |
11245 | eval "ac_cv_lib_$ac_lib_var=no" | |
11246 | fi | |
11247 | rm -f conftest* | |
11248 | LIBS="$ac_save_LIBS" | |
11249 | ||
11250 | fi | |
11251 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11252 | echo "$ac_t""yes" 1>&6 | |
11253 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | |
11254 | else | |
11255 | echo "$ac_t""no" 1>&6 | |
11256 | fi | |
11257 | ||
11258 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then | |
11259 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 | |
11260 | echo "configure:11261: checking for dnet_ntoa in -ldnet_stub" >&5 | |
11261 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` | |
11262 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11263 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11264 | else | |
11265 | ac_save_LIBS="$LIBS" | |
11266 | LIBS="-ldnet_stub $LIBS" | |
11267 | cat > conftest.$ac_ext <<EOF | |
11268 | #line 11269 "configure" | |
11269 | #include "confdefs.h" | |
11270 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11271 | /* We use char because int might match the return type of a gcc2 | |
11272 | builtin and then its argument prototype would still apply. */ | |
11273 | char dnet_ntoa(); | |
11274 | ||
11275 | int main() { | |
11276 | dnet_ntoa() | |
11277 | ; return 0; } | |
11278 | EOF | |
11279 | if { (eval echo configure:11280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11280 | rm -rf conftest* | |
11281 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11282 | else | |
11283 | echo "configure: failed program was:" >&5 | |
11284 | cat conftest.$ac_ext >&5 | |
11285 | rm -rf conftest* | |
11286 | eval "ac_cv_lib_$ac_lib_var=no" | |
11287 | fi | |
11288 | rm -f conftest* | |
11289 | LIBS="$ac_save_LIBS" | |
11290 | ||
11291 | fi | |
11292 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11293 | echo "$ac_t""yes" 1>&6 | |
11294 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | |
11295 | else | |
11296 | echo "$ac_t""no" 1>&6 | |
11297 | fi | |
11298 | ||
11299 | fi | |
11300 | ||
11301 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | |
11302 | # to get the SysV transport functions. | |
11303 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) | |
11304 | # needs -lnsl. | |
11305 | # The nsl library prevents programs from opening the X display | |
11306 | # on Irix 5.2, according to dickey@clark.net. | |
11307 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 | |
11308 | echo "configure:11309: checking for gethostbyname" >&5 | |
11309 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then | |
11310 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11311 | else | |
11312 | cat > conftest.$ac_ext <<EOF | |
11313 | #line 11314 "configure" | |
11314 | #include "confdefs.h" | |
11315 | /* System header to define __stub macros and hopefully few prototypes, | |
11316 | which can conflict with char gethostbyname(); below. */ | |
11317 | #include <assert.h> | |
11318 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11319 | /* We use char because int might match the return type of a gcc2 | |
11320 | builtin and then its argument prototype would still apply. */ | |
11321 | char gethostbyname(); | |
11322 | ||
11323 | int main() { | |
11324 | ||
11325 | /* The GNU C library defines this for functions which it implements | |
11326 | to always fail with ENOSYS. Some functions are actually named | |
11327 | something starting with __ and the normal name is an alias. */ | |
11328 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
11329 | choke me | |
11330 | #else | |
11331 | gethostbyname(); | |
11332 | #endif | |
11333 | ||
11334 | ; return 0; } | |
11335 | EOF | |
11336 | if { (eval echo configure:11337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11337 | rm -rf conftest* | |
11338 | eval "ac_cv_func_gethostbyname=yes" | |
11339 | else | |
11340 | echo "configure: failed program was:" >&5 | |
11341 | cat conftest.$ac_ext >&5 | |
11342 | rm -rf conftest* | |
11343 | eval "ac_cv_func_gethostbyname=no" | |
11344 | fi | |
11345 | rm -f conftest* | |
11346 | fi | |
11347 | ||
11348 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then | |
11349 | echo "$ac_t""yes" 1>&6 | |
11350 | : | |
11351 | else | |
11352 | echo "$ac_t""no" 1>&6 | |
11353 | fi | |
11354 | ||
11355 | if test $ac_cv_func_gethostbyname = no; then | |
11356 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 | |
11357 | echo "configure:11358: checking for gethostbyname in -lnsl" >&5 | |
11358 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` | |
11359 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11360 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11361 | else | |
11362 | ac_save_LIBS="$LIBS" | |
11363 | LIBS="-lnsl $LIBS" | |
11364 | cat > conftest.$ac_ext <<EOF | |
11365 | #line 11366 "configure" | |
11366 | #include "confdefs.h" | |
11367 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11368 | /* We use char because int might match the return type of a gcc2 | |
11369 | builtin and then its argument prototype would still apply. */ | |
11370 | char gethostbyname(); | |
11371 | ||
11372 | int main() { | |
11373 | gethostbyname() | |
11374 | ; return 0; } | |
11375 | EOF | |
11376 | if { (eval echo configure:11377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11377 | rm -rf conftest* | |
11378 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11379 | else | |
11380 | echo "configure: failed program was:" >&5 | |
11381 | cat conftest.$ac_ext >&5 | |
11382 | rm -rf conftest* | |
11383 | eval "ac_cv_lib_$ac_lib_var=no" | |
11384 | fi | |
11385 | rm -f conftest* | |
11386 | LIBS="$ac_save_LIBS" | |
11387 | ||
11388 | fi | |
11389 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11390 | echo "$ac_t""yes" 1>&6 | |
11391 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
11392 | else | |
11393 | echo "$ac_t""no" 1>&6 | |
11394 | fi | |
11395 | ||
11396 | fi | |
11397 | ||
11398 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
11399 | # socket/setsockopt and other routines are undefined under SCO ODT | |
11400 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
11401 | # on later versions), says simon@lia.di.epfl.ch: it contains | |
11402 | # gethostby* variants that don't use the nameserver (or something). | |
11403 | # -lsocket must be given before -lnsl if both are needed. | |
11404 | # We assume that if connect needs -lnsl, so does gethostbyname. | |
11405 | echo $ac_n "checking for connect""... $ac_c" 1>&6 | |
11406 | echo "configure:11407: checking for connect" >&5 | |
11407 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then | |
11408 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11409 | else | |
11410 | cat > conftest.$ac_ext <<EOF | |
11411 | #line 11412 "configure" | |
11412 | #include "confdefs.h" | |
11413 | /* System header to define __stub macros and hopefully few prototypes, | |
11414 | which can conflict with char connect(); below. */ | |
11415 | #include <assert.h> | |
11416 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11417 | /* We use char because int might match the return type of a gcc2 | |
11418 | builtin and then its argument prototype would still apply. */ | |
11419 | char connect(); | |
11420 | ||
11421 | int main() { | |
11422 | ||
11423 | /* The GNU C library defines this for functions which it implements | |
11424 | to always fail with ENOSYS. Some functions are actually named | |
11425 | something starting with __ and the normal name is an alias. */ | |
11426 | #if defined (__stub_connect) || defined (__stub___connect) | |
11427 | choke me | |
11428 | #else | |
11429 | connect(); | |
11430 | #endif | |
11431 | ||
11432 | ; return 0; } | |
11433 | EOF | |
11434 | if { (eval echo configure:11435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11435 | rm -rf conftest* | |
11436 | eval "ac_cv_func_connect=yes" | |
11437 | else | |
11438 | echo "configure: failed program was:" >&5 | |
11439 | cat conftest.$ac_ext >&5 | |
11440 | rm -rf conftest* | |
11441 | eval "ac_cv_func_connect=no" | |
11442 | fi | |
11443 | rm -f conftest* | |
11444 | fi | |
11445 | ||
11446 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then | |
11447 | echo "$ac_t""yes" 1>&6 | |
11448 | : | |
11449 | else | |
11450 | echo "$ac_t""no" 1>&6 | |
11451 | fi | |
11452 | ||
11453 | if test $ac_cv_func_connect = no; then | |
11454 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 | |
11455 | echo "configure:11456: checking for connect in -lsocket" >&5 | |
11456 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` | |
11457 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11458 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11459 | else | |
11460 | ac_save_LIBS="$LIBS" | |
11461 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | |
11462 | cat > conftest.$ac_ext <<EOF | |
11463 | #line 11464 "configure" | |
11464 | #include "confdefs.h" | |
11465 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11466 | /* We use char because int might match the return type of a gcc2 | |
11467 | builtin and then its argument prototype would still apply. */ | |
11468 | char connect(); | |
11469 | ||
11470 | int main() { | |
11471 | connect() | |
11472 | ; return 0; } | |
11473 | EOF | |
11474 | if { (eval echo configure:11475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11475 | rm -rf conftest* | |
11476 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11477 | else | |
11478 | echo "configure: failed program was:" >&5 | |
11479 | cat conftest.$ac_ext >&5 | |
11480 | rm -rf conftest* | |
11481 | eval "ac_cv_lib_$ac_lib_var=no" | |
11482 | fi | |
11483 | rm -f conftest* | |
11484 | LIBS="$ac_save_LIBS" | |
11485 | ||
11486 | fi | |
11487 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11488 | echo "$ac_t""yes" 1>&6 | |
11489 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | |
11490 | else | |
11491 | echo "$ac_t""no" 1>&6 | |
11492 | fi | |
11493 | ||
11494 | fi | |
11495 | ||
11496 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. | |
11497 | echo $ac_n "checking for remove""... $ac_c" 1>&6 | |
11498 | echo "configure:11499: checking for remove" >&5 | |
11499 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then | |
11500 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11501 | else | |
11502 | cat > conftest.$ac_ext <<EOF | |
11503 | #line 11504 "configure" | |
11504 | #include "confdefs.h" | |
11505 | /* System header to define __stub macros and hopefully few prototypes, | |
11506 | which can conflict with char remove(); below. */ | |
11507 | #include <assert.h> | |
11508 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11509 | /* We use char because int might match the return type of a gcc2 | |
11510 | builtin and then its argument prototype would still apply. */ | |
11511 | char remove(); | |
11512 | ||
11513 | int main() { | |
11514 | ||
11515 | /* The GNU C library defines this for functions which it implements | |
11516 | to always fail with ENOSYS. Some functions are actually named | |
11517 | something starting with __ and the normal name is an alias. */ | |
11518 | #if defined (__stub_remove) || defined (__stub___remove) | |
11519 | choke me | |
11520 | #else | |
11521 | remove(); | |
11522 | #endif | |
11523 | ||
11524 | ; return 0; } | |
11525 | EOF | |
11526 | if { (eval echo configure:11527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11527 | rm -rf conftest* | |
11528 | eval "ac_cv_func_remove=yes" | |
11529 | else | |
11530 | echo "configure: failed program was:" >&5 | |
11531 | cat conftest.$ac_ext >&5 | |
11532 | rm -rf conftest* | |
11533 | eval "ac_cv_func_remove=no" | |
11534 | fi | |
11535 | rm -f conftest* | |
11536 | fi | |
11537 | ||
11538 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then | |
11539 | echo "$ac_t""yes" 1>&6 | |
11540 | : | |
11541 | else | |
11542 | echo "$ac_t""no" 1>&6 | |
11543 | fi | |
11544 | ||
11545 | if test $ac_cv_func_remove = no; then | |
11546 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 | |
11547 | echo "configure:11548: checking for remove in -lposix" >&5 | |
11548 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` | |
11549 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11550 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11551 | else | |
11552 | ac_save_LIBS="$LIBS" | |
11553 | LIBS="-lposix $LIBS" | |
11554 | cat > conftest.$ac_ext <<EOF | |
11555 | #line 11556 "configure" | |
11556 | #include "confdefs.h" | |
11557 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11558 | /* We use char because int might match the return type of a gcc2 | |
11559 | builtin and then its argument prototype would still apply. */ | |
11560 | char remove(); | |
11561 | ||
11562 | int main() { | |
11563 | remove() | |
11564 | ; return 0; } | |
11565 | EOF | |
11566 | if { (eval echo configure:11567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11567 | rm -rf conftest* | |
11568 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11569 | else | |
11570 | echo "configure: failed program was:" >&5 | |
11571 | cat conftest.$ac_ext >&5 | |
11572 | rm -rf conftest* | |
11573 | eval "ac_cv_lib_$ac_lib_var=no" | |
11574 | fi | |
11575 | rm -f conftest* | |
11576 | LIBS="$ac_save_LIBS" | |
11577 | ||
11578 | fi | |
11579 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11580 | echo "$ac_t""yes" 1>&6 | |
11581 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | |
11582 | else | |
11583 | echo "$ac_t""no" 1>&6 | |
11584 | fi | |
11585 | ||
11586 | fi | |
11587 | ||
11588 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | |
11589 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 | |
11590 | echo "configure:11591: checking for shmat" >&5 | |
11591 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then | |
11592 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11593 | else | |
11594 | cat > conftest.$ac_ext <<EOF | |
11595 | #line 11596 "configure" | |
11596 | #include "confdefs.h" | |
11597 | /* System header to define __stub macros and hopefully few prototypes, | |
11598 | which can conflict with char shmat(); below. */ | |
11599 | #include <assert.h> | |
11600 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11601 | /* We use char because int might match the return type of a gcc2 | |
11602 | builtin and then its argument prototype would still apply. */ | |
11603 | char shmat(); | |
11604 | ||
11605 | int main() { | |
11606 | ||
11607 | /* The GNU C library defines this for functions which it implements | |
11608 | to always fail with ENOSYS. Some functions are actually named | |
11609 | something starting with __ and the normal name is an alias. */ | |
11610 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
11611 | choke me | |
11612 | #else | |
11613 | shmat(); | |
11614 | #endif | |
11615 | ||
11616 | ; return 0; } | |
11617 | EOF | |
11618 | if { (eval echo configure:11619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11619 | rm -rf conftest* | |
11620 | eval "ac_cv_func_shmat=yes" | |
11621 | else | |
11622 | echo "configure: failed program was:" >&5 | |
11623 | cat conftest.$ac_ext >&5 | |
11624 | rm -rf conftest* | |
11625 | eval "ac_cv_func_shmat=no" | |
11626 | fi | |
11627 | rm -f conftest* | |
11628 | fi | |
11629 | ||
11630 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then | |
11631 | echo "$ac_t""yes" 1>&6 | |
11632 | : | |
11633 | else | |
11634 | echo "$ac_t""no" 1>&6 | |
11635 | fi | |
11636 | ||
11637 | if test $ac_cv_func_shmat = no; then | |
11638 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 | |
11639 | echo "configure:11640: checking for shmat in -lipc" >&5 | |
11640 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` | |
11641 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11642 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11643 | else | |
11644 | ac_save_LIBS="$LIBS" | |
11645 | LIBS="-lipc $LIBS" | |
11646 | cat > conftest.$ac_ext <<EOF | |
11647 | #line 11648 "configure" | |
11648 | #include "confdefs.h" | |
11649 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11650 | /* We use char because int might match the return type of a gcc2 | |
11651 | builtin and then its argument prototype would still apply. */ | |
11652 | char shmat(); | |
11653 | ||
11654 | int main() { | |
11655 | shmat() | |
11656 | ; return 0; } | |
11657 | EOF | |
11658 | if { (eval echo configure:11659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11659 | rm -rf conftest* | |
11660 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11661 | else | |
11662 | echo "configure: failed program was:" >&5 | |
11663 | cat conftest.$ac_ext >&5 | |
11664 | rm -rf conftest* | |
11665 | eval "ac_cv_lib_$ac_lib_var=no" | |
11666 | fi | |
11667 | rm -f conftest* | |
11668 | LIBS="$ac_save_LIBS" | |
11669 | ||
11670 | fi | |
11671 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11672 | echo "$ac_t""yes" 1>&6 | |
11673 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | |
11674 | else | |
11675 | echo "$ac_t""no" 1>&6 | |
11676 | fi | |
11677 | ||
11678 | fi | |
11679 | fi | |
11680 | ||
11681 | # Check for libraries that X11R6 Xt/Xaw programs need. | |
11682 | ac_save_LDFLAGS="$LDFLAGS" | |
11683 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" | |
11684 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
11685 | # check for ICE first), but we must link in the order -lSM -lICE or | |
11686 | # we get undefined symbols. So assume we have SM if we have ICE. | |
11687 | # These have to be linked with before -lX11, unlike the other | |
11688 | # libraries we check for below, so use a different variable. | |
11689 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. | |
11690 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 | |
11691 | echo "configure:11692: checking for IceConnectionNumber in -lICE" >&5 | |
11692 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` | |
11693 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
11694 | echo $ac_n "(cached) $ac_c" 1>&6 | |
11695 | else | |
11696 | ac_save_LIBS="$LIBS" | |
11697 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" | |
11698 | cat > conftest.$ac_ext <<EOF | |
11699 | #line 11700 "configure" | |
11700 | #include "confdefs.h" | |
11701 | /* Override any gcc2 internal prototype to avoid an error. */ | |
11702 | /* We use char because int might match the return type of a gcc2 | |
11703 | builtin and then its argument prototype would still apply. */ | |
11704 | char IceConnectionNumber(); | |
11705 | ||
11706 | int main() { | |
11707 | IceConnectionNumber() | |
11708 | ; return 0; } | |
11709 | EOF | |
11710 | if { (eval echo configure:11711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
11711 | rm -rf conftest* | |
11712 | eval "ac_cv_lib_$ac_lib_var=yes" | |
11713 | else | |
11714 | echo "configure: failed program was:" >&5 | |
11715 | cat conftest.$ac_ext >&5 | |
11716 | rm -rf conftest* | |
11717 | eval "ac_cv_lib_$ac_lib_var=no" | |
11718 | fi | |
11719 | rm -f conftest* | |
11720 | LIBS="$ac_save_LIBS" | |
11721 | ||
11722 | fi | |
11723 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
11724 | echo "$ac_t""yes" 1>&6 | |
11725 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | |
11726 | else | |
11727 | echo "$ac_t""no" 1>&6 | |
11728 | fi | |
11729 | ||
11730 | LDFLAGS="$ac_save_LDFLAGS" | |
11731 | ||
11732 | fi | |
11733 | ||
11734 | ||
11735 | if test "$no_x" = "yes"; then | |
11736 | { echo "configure: error: X11 not found" 1>&2; exit 1; } | |
11737 | fi | |
11738 | ||
11739 | GUI_TK_LIBRARY="$X_LIBS" | |
11740 | TOOLKIT_INCLUDE="$X_CFLAGS" | |
11741 | AFMINSTALL=afminstall | |
11742 | COMPILED_X_PROGRAM=0 | |
11743 | ||
11744 | echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6 | |
11745 | echo "configure:11746: checking for Motif/Lesstif headers" >&5 | |
11746 | ||
11747 | ac_find_includes= | |
11748 | for ac_dir in $SEARCH_INCLUDE; | |
11749 | do | |
11750 | if test -f "$ac_dir/Xm/Xm.h"; then | |
11751 | ac_find_includes=$ac_dir | |
11752 | break | |
11753 | fi | |
11754 | done | |
11755 | ||
11756 | if test "$ac_find_includes" != "" ; then | |
11757 | echo "$ac_t""found $ac_find_includes" 1>&6 | |
11758 | else | |
11759 | cat > conftest.$ac_ext <<EOF | |
11760 | #line 11761 "configure" | |
11761 | #include "confdefs.h" | |
11762 | ||
11763 | #include <Xm/Xm.h> | |
11764 | ||
11765 | int main() { | |
11766 | ||
11767 | int version; | |
11768 | version = xmUseVersion; | |
11769 | ||
11770 | ; return 0; } | |
11771 | EOF | |
11772 | if { (eval echo configure:11773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
11773 | rm -rf conftest* | |
11774 | ||
11775 | echo "$ac_t""found in default search path" 1>&6 | |
11776 | COMPILED_X_PROGRAM=1 | |
11777 | ||
11778 | else | |
11779 | echo "configure: failed program was:" >&5 | |
11780 | cat conftest.$ac_ext >&5 | |
11781 | rm -rf conftest* | |
11782 | ||
11783 | echo "$ac_t""no" 1>&6 | |
11784 | { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; } | |
11785 | ||
11786 | ||
11787 | fi | |
11788 | rm -f conftest* | |
11789 | fi | |
11790 | ||
11791 | if test "$COMPILED_X_PROGRAM" = 0; then | |
11792 | echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6 | |
11793 | echo "configure:11794: checking for Motif/Lesstif library" >&5 | |
11794 | ||
11795 | ac_find_libraries= | |
11796 | for ac_dir in $SEARCH_LIB; | |
11797 | do | |
11798 | for ac_extension in a so sl dylib; do | |
11799 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
11800 | ac_find_libraries=$ac_dir | |
11801 | break 2 | |
11802 | fi | |
11803 | done | |
11804 | done | |
11805 | ||
11806 | if test "$ac_find_libraries" != "" ; then | |
11807 | ||
11808 | ac_path_to_include=$ac_find_includes | |
11809 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
11810 | result=$? | |
11811 | if test $result = 0; then | |
11812 | ac_path_to_include="" | |
11813 | else | |
11814 | ac_path_to_include=" -I$ac_find_includes" | |
11815 | fi | |
11816 | ||
11817 | ||
11818 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
11819 | result=$? | |
11820 | if test $result = 0; then | |
11821 | ac_path_to_link="" | |
11822 | else | |
11823 | ac_path_to_link=" -L$ac_find_libraries" | |
11824 | fi | |
11825 | ||
11826 | ||
11827 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
11828 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include" | |
11829 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
11830 | else | |
11831 | cat > conftest.$ac_ext <<EOF | |
11832 | #line 11833 "configure" | |
11833 | #include "confdefs.h" | |
11834 | ||
11835 | #include <Xm/Xm.h> | |
11836 | ||
11837 | int main() { | |
11838 | ||
11839 | int version; | |
11840 | version = xmUseVersion; | |
11841 | ||
11842 | ; return 0; } | |
11843 | EOF | |
11844 | if { (eval echo configure:11845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
11845 | rm -rf conftest* | |
11846 | ||
11847 | echo "$ac_t""found in default search path" 1>&6 | |
11848 | COMPILED_X_PROGRAM=1 | |
11849 | ||
11850 | else | |
11851 | echo "configure: failed program was:" >&5 | |
11852 | cat conftest.$ac_ext >&5 | |
11853 | rm -rf conftest* | |
11854 | ||
11855 | echo "$ac_t""no" 1>&6 | |
11856 | { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; } | |
11857 | ||
11858 | ||
11859 | fi | |
11860 | rm -f conftest* | |
11861 | fi | |
11862 | fi | |
11863 | ||
11864 | xpm_link= | |
11865 | echo $ac_n "checking for Xpm library""... $ac_c" 1>&6 | |
11866 | echo "configure:11867: checking for Xpm library" >&5 | |
11867 | ||
11868 | ac_find_libraries= | |
11869 | for ac_dir in $SEARCH_LIB; | |
11870 | do | |
11871 | for ac_extension in a so sl dylib; do | |
11872 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
11873 | ac_find_libraries=$ac_dir | |
11874 | break 2 | |
11875 | fi | |
11876 | done | |
11877 | done | |
11878 | ||
11879 | if test "$ac_find_libraries" != "" ; then | |
11880 | ||
11881 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
11882 | result=$? | |
11883 | if test $result = 0; then | |
11884 | ac_path_to_link="" | |
11885 | else | |
11886 | ac_path_to_link=" -L$ac_find_libraries" | |
11887 | fi | |
11888 | ||
11889 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
11890 | xpm_link=" -lXpm" | |
11891 | cat >> confdefs.h <<\EOF | |
11892 | #define wxHAVE_LIB_XPM 1 | |
11893 | EOF | |
11894 | ||
11895 | echo "$ac_t""found at $ac_find_libraries" 1>&6 | |
11896 | else | |
11897 | cat > conftest.$ac_ext <<EOF | |
11898 | #line 11899 "configure" | |
11899 | #include "confdefs.h" | |
11900 | ||
11901 | #include <X11/xpm.h> | |
11902 | ||
11903 | int main() { | |
11904 | ||
11905 | int version; | |
11906 | version = XpmLibraryVersion(); | |
11907 | ||
11908 | ; return 0; } | |
11909 | EOF | |
11910 | if { (eval echo configure:11911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
11911 | rm -rf conftest* | |
11912 | ||
11913 | xpm_link=" -lXpm" | |
11914 | cat >> confdefs.h <<\EOF | |
11915 | #define wxHAVE_LIB_XPM 1 | |
11916 | EOF | |
11917 | ||
11918 | echo "$ac_t""found in default search path" 1>&6 | |
11919 | COMPILED_X_PROGRAM=0 | |
11920 | ||
11921 | else | |
11922 | echo "configure: failed program was:" >&5 | |
11923 | cat conftest.$ac_ext >&5 | |
11924 | rm -rf conftest* | |
11925 | ||
11926 | echo "$ac_t""no" 1>&6 | |
11927 | echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2 | |
11928 | ||
11929 | ||
11930 | fi | |
11931 | rm -f conftest* | |
11932 | fi | |
11933 | ||
11934 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link -lXmu -lXext -lXt -lX11" | |
11935 | TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" | |
11936 | TOOLKIT=MOTIF | |
11937 | GUIDIST=MOTIF_DIST | |
11938 | fi | |
11939 | ||
11940 | if test "$wxUSE_MAC" = 1; then | |
11941 | if test "$wxUSE_PRECOMP" = "yes"; then | |
11942 | CPPFLAGS="$CPPFLAGS -cpp-precomp" | |
11943 | fi | |
11944 | CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile" | |
11945 | CFLAGS="$CFLAGS -fpascal-strings" | |
11946 | CXXFLAGS="$CXXFLAGS -fpascal-strings" | |
11947 | TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -DTARGET_CARBON" | |
11948 | ||
11949 | TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile" | |
11950 | TOOLKIT=MAC | |
11951 | GUIDIST=MACX_DIST | |
11952 | fi | |
11953 | ||
11954 | if test "$wxUSE_PM" = 1; then | |
11955 | TOOLKIT=PM | |
11956 | GUIDIST=GTK_DIST | |
11957 | fi | |
11958 | ||
11959 | if test "$TOOLKIT" = "PM" ; then | |
11960 | TOOLKIT_DIR="os2" | |
11961 | else | |
11962 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
11963 | fi | |
11964 | ||
11965 | PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst" | |
11966 | ||
11967 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
11968 | ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}" | |
11969 | PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst" | |
11970 | TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}" | |
11971 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" | |
11972 | WIDGET_SET=univ | |
11973 | else | |
11974 | ALL_OBJECTS="\$(GUIOBJS)" | |
11975 | fi | |
11976 | ||
11977 | ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)" | |
11978 | ||
11979 | if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then | |
11980 | ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)" | |
11981 | fi | |
11982 | ||
11983 | if test "$wxUSE_HTML" = "yes"; then | |
11984 | ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)" | |
11985 | fi | |
11986 | ||
11987 | if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then | |
11988 | ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)" | |
11989 | fi | |
11990 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
11991 | ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)" | |
11992 | fi | |
11993 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
11994 | ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)" | |
11995 | fi | |
11996 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
11997 | ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)" | |
11998 | fi | |
11999 | if test "$wxUSE_FREETYPE" = "builtin" ; then | |
12000 | ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)" | |
12001 | fi | |
12002 | ||
12003 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
12004 | DISTDIR="wx\$(TOOLKIT)" | |
12005 | else | |
12006 | USE_GUI=0 | |
12007 | ||
12008 | TOOLKIT_DIR="base" | |
12009 | ||
12010 | if test "$USE_WIN32" = 1 ; then | |
12011 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}" | |
12012 | TOOLKIT_VPATH="\${top_srcdir}/src/msw" | |
12013 | ||
12014 | TOOLKIT="MSW" | |
12015 | else | |
12016 | ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}" | |
12017 | TOOLKIT_VPATH="\${top_srcdir}/src/unix" | |
12018 | fi | |
12019 | ||
12020 | PORT_FILES="\${top_srcdir}/src/files.lst" | |
12021 | ||
12022 | GUIDIST="BASE_DIST" | |
12023 | DISTDIR="wxBase" | |
12024 | fi | |
12025 | ||
12026 | if test "$wxUSE_REGEX" = "builtin" ; then | |
12027 | ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)" | |
12028 | fi | |
12029 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
12030 | ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)" | |
12031 | fi | |
12032 | ||
12033 | if test "$wxUSE_OPENGL" = "yes"; then | |
12034 | if test "$wxUSE_MAC" = 1; then | |
12035 | OPENGL_LIBS="-framework OpenGL -framework AGL" | |
12036 | else | |
12037 | ||
12038 | ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'` | |
12039 | echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6 | |
12040 | echo "configure:12041: checking for GL/gl.h" >&5 | |
12041 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12042 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12043 | else | |
12044 | cat > conftest.$ac_ext <<EOF | |
12045 | #line 12046 "configure" | |
12046 | #include "confdefs.h" | |
12047 | #include <GL/gl.h> | |
12048 | EOF | |
12049 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12050 | { (eval echo configure:12051: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12051 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12052 | if test -z "$ac_err"; then | |
12053 | rm -rf conftest* | |
12054 | eval "ac_cv_header_$ac_safe=yes" | |
12055 | else | |
12056 | echo "$ac_err" >&5 | |
12057 | echo "configure: failed program was:" >&5 | |
12058 | cat conftest.$ac_ext >&5 | |
12059 | rm -rf conftest* | |
12060 | eval "ac_cv_header_$ac_safe=no" | |
12061 | fi | |
12062 | rm -f conftest* | |
12063 | fi | |
12064 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12065 | echo "$ac_t""yes" 1>&6 | |
12066 | ||
12067 | echo $ac_n "checking for -lGL""... $ac_c" 1>&6 | |
12068 | echo "configure:12069: checking for -lGL" >&5 | |
12069 | ||
12070 | ac_find_libraries= | |
12071 | for ac_dir in $SEARCH_LIB; | |
12072 | do | |
12073 | for ac_extension in a so sl dylib; do | |
12074 | if test -f "$ac_dir/libGL.$ac_extension"; then | |
12075 | ac_find_libraries=$ac_dir | |
12076 | break 2 | |
12077 | fi | |
12078 | done | |
12079 | done | |
12080 | ||
12081 | if test "$ac_find_libraries" != "" ; then | |
12082 | ||
12083 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
12084 | result=$? | |
12085 | if test $result = 0; then | |
12086 | ac_path_to_link="" | |
12087 | else | |
12088 | ac_path_to_link=" -L$ac_find_libraries" | |
12089 | fi | |
12090 | ||
12091 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
12092 | OPENGL_LIBS="-lGL -lGLU" | |
12093 | echo "$ac_t""yes" 1>&6 | |
12094 | else | |
12095 | echo "$ac_t""no" 1>&6 | |
12096 | echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6 | |
12097 | echo "configure:12098: checking for -lMesaGL" >&5 | |
12098 | ||
12099 | ac_find_libraries= | |
12100 | for ac_dir in $SEARCH_LIB; | |
12101 | do | |
12102 | for ac_extension in a so sl dylib; do | |
12103 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
12104 | ac_find_libraries=$ac_dir | |
12105 | break 2 | |
12106 | fi | |
12107 | done | |
12108 | done | |
12109 | ||
12110 | if test "$ac_find_libraries" != "" ; then | |
12111 | ||
12112 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
12113 | result=$? | |
12114 | if test $result = 0; then | |
12115 | ac_path_to_link="" | |
12116 | else | |
12117 | ac_path_to_link=" -L$ac_find_libraries" | |
12118 | fi | |
12119 | ||
12120 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
12121 | OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
12122 | echo "$ac_t""yes" 1>&6 | |
12123 | else | |
12124 | echo "$ac_t""no" 1>&6 | |
12125 | fi | |
12126 | fi | |
12127 | ||
12128 | else | |
12129 | echo "$ac_t""no" 1>&6 | |
12130 | fi | |
12131 | ||
12132 | ||
12133 | ||
12134 | # AC_CHECK_HEADER(GL/gl.h, | |
12135 | # [ | |
12136 | # AC_CHECK_LIB(GL, glFlush, | |
12137 | # [ | |
12138 | # OPENGL_LIBS="-lGL -lGLU" | |
12139 | # ], | |
12140 | # [ | |
12141 | # AC_CHECK_LIB(MesaGL, glFlush, | |
12142 | # [ | |
12143 | # OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
12144 | # ], | |
12145 | # [], | |
12146 | # [-lm]) | |
12147 | # ], | |
12148 | # [-lm]) | |
12149 | # ]) | |
12150 | ||
12151 | if test "x$OPENGL_LIBS" = "x"; then | |
12152 | { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; } | |
12153 | fi | |
12154 | fi | |
12155 | ||
12156 | if test "$wxUSE_OPENGL" = "yes"; then | |
12157 | cat >> confdefs.h <<\EOF | |
12158 | #define wxUSE_OPENGL 1 | |
12159 | EOF | |
12160 | ||
12161 | cat >> confdefs.h <<\EOF | |
12162 | #define wxUSE_GLCANVAS 1 | |
12163 | EOF | |
12164 | ||
12165 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl" | |
12166 | fi | |
12167 | fi | |
12168 | ||
12169 | if test -z "$TOOLKIT_VPATH" ; then | |
12170 | TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}" | |
12171 | fi | |
12172 | ||
12173 | if test -n "$TOOLKIT" ; then | |
12174 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" | |
12175 | fi | |
12176 | ||
12177 | lib_unicode_suffix= | |
12178 | if test "$wxUSE_UNICODE" = "yes"; then | |
12179 | lib_unicode_suffix=u | |
12180 | fi | |
12181 | ||
12182 | lib_debug_suffix= | |
12183 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then | |
12184 | lib_debug_suffix=d | |
12185 | fi | |
12186 | ||
12187 | TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}" | |
12188 | TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}" | |
12189 | ||
12190 | if test "$cross_compiling" = "yes"; then | |
12191 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}" | |
12192 | TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}" | |
12193 | fi | |
12194 | ||
12195 | WX_LIBRARY="wx_${TOOLCHAIN_NAME}" | |
12196 | WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}" | |
12197 | ||
12198 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
12199 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}" | |
12200 | ||
12201 | WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}" | |
12202 | WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
12203 | WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}" | |
12204 | WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
12205 | ||
12206 | WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc" | |
12207 | WX_RESOURCES_MACOSX_COMPILED="lib${WX_LIBRARY}.r" | |
12208 | ||
12209 | case "${host}" in | |
12210 | *-*-cygwin* | *-*-mingw32* ) | |
12211 | ||
12212 | ||
12213 | ||
12214 | if test "$cross_compiling" != "yes"; then | |
12215 | WX_LIBRARY="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" | |
12216 | WX_LIBRARY_GL="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}" | |
12217 | WX_LIBRARY_NAME_SHARED="${WX_LIBRARY}.${SO_SUFFIX}" | |
12218 | WX_LIBRARY_NAME_SHARED_GL="${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
12219 | else | |
12220 | WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}" | |
12221 | WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}" | |
12222 | fi | |
12223 | ||
12224 | esac | |
12225 | ||
12226 | WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a" | |
12227 | WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a" | |
12228 | ||
12229 | WXCONFIG_LIBS="-l${WX_LIBRARY}" | |
12230 | WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a" | |
12231 | ||
12232 | if test "$wxUSE_OPENGL" = "yes"; then | |
12233 | WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}" | |
12234 | WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}" | |
12235 | fi | |
12236 | ||
12237 | ||
12238 | ||
12239 | if test "$wxUSE_SHARED" = "yes"; then | |
12240 | ||
12241 | if test "$wxUSE_OPENGL" = "yes"; then | |
12242 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL" | |
12243 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}" | |
12244 | else | |
12245 | WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS" | |
12246 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}" | |
12247 | fi | |
12248 | ||
12249 | if test "$GCC" = "yes"; then | |
12250 | PIC_FLAG="-fPIC" | |
12251 | fi | |
12252 | ||
12253 | SHARED_LD="${CXX} -shared -o" | |
12254 | ||
12255 | case "${host}" in | |
12256 | *-hp-hpux* ) | |
12257 | if test "$GCC" != "yes"; then | |
12258 | LDFLAGS="$LDFLAGS -L/usr/lib" | |
12259 | ||
12260 | SHARED_LD="${CXX} -b -o" | |
12261 | PIC_FLAG="+Z" | |
12262 | fi | |
12263 | ||
12264 | if test "$wxUSE_OPENGL" = "yes"; then | |
12265 | WX_ALL_INSTALLED="preinstall_gl" | |
12266 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
12267 | else | |
12268 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
12269 | fi | |
12270 | ;; | |
12271 | ||
12272 | *-*-linux* ) | |
12273 | if test "$GCC" != "yes"; then | |
12274 | echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6 | |
12275 | echo "configure:12276: checking for Intel compiler" >&5 | |
12276 | if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then | |
12277 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12278 | else | |
12279 | ||
12280 | cat > conftest.$ac_ext <<EOF | |
12281 | #line 12282 "configure" | |
12282 | #include "confdefs.h" | |
12283 | ||
12284 | int main() { | |
12285 | ||
12286 | #ifndef __INTEL_COMPILER | |
12287 | #error Not icc | |
12288 | #endif | |
12289 | ||
12290 | ; return 0; } | |
12291 | EOF | |
12292 | if { (eval echo configure:12293: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
12293 | rm -rf conftest* | |
12294 | wx_cv_prog_icc=yes | |
12295 | else | |
12296 | echo "configure: failed program was:" >&5 | |
12297 | cat conftest.$ac_ext >&5 | |
12298 | rm -rf conftest* | |
12299 | wx_cv_prog_icc=no | |
12300 | ||
12301 | fi | |
12302 | rm -f conftest* | |
12303 | ||
12304 | fi | |
12305 | ||
12306 | echo "$ac_t""$wx_cv_prog_icc" 1>&6 | |
12307 | if test "$wx_cv_prog_icc" = "yes"; then | |
12308 | PIC_FLAG="-KPIC" | |
12309 | fi | |
12310 | fi | |
12311 | ||
12312 | if test "$wxUSE_SONAME" = "yes" ; then | |
12313 | SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}" | |
12314 | SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}" | |
12315 | WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)" | |
12316 | fi | |
12317 | ;; | |
12318 | ||
12319 | *-*-solaris2* ) | |
12320 | if test "$GCC" = yes ; then | |
12321 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
12322 | else | |
12323 | SHARED_LD="${CXX} -G -o" | |
12324 | PIC_FLAG="-KPIC" | |
12325 | SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}" | |
12326 | SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED}" | |
12327 | fi | |
12328 | ;; | |
12329 | ||
12330 | *-*-darwin* ) | |
12331 | CFLAGS="$CFLAGS -fno-common -DDYLIB_INIT" | |
12332 | CXXFLAGS="$CXXFLAGS -fno-common -DDYLIB_INIT" | |
12333 | SHARED_LD="$CXX -dynamiclib -init _wxWindowsDylibInit -o" | |
12334 | PIC_FLAG="-dynamic -fPIC" | |
12335 | ;; | |
12336 | ||
12337 | *-*-aix* ) | |
12338 | SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o" | |
12339 | ;; | |
12340 | ||
12341 | *-*-cygwin* | *-*-mingw32* ) | |
12342 | ||
12343 | WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a" | |
12344 | ||
12345 | SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o" | |
12346 | TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1" | |
12347 | ||
12348 | PIC_FLAG="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1" | |
12349 | ||
12350 | if test "$wxUSE_OPENGL" = "yes"; then | |
12351 | WX_ALL_INSTALLED="preinstall_gl" | |
12352 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}" | |
12353 | else | |
12354 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}" | |
12355 | fi | |
12356 | ;; | |
12357 | ||
12358 | *-pc-os2_emx | *-pc-os2-emx ) | |
12359 | wxUSE_SHARED=no | |
12360 | ;; | |
12361 | ||
12362 | *-*-beos* ) | |
12363 | SHARED_LD="${LD} -shared -o" | |
12364 | ;; | |
12365 | ||
12366 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ | |
12367 | *-*-sunos4* | \ | |
12368 | *-*-irix5* | *-*-irix6* | \ | |
12369 | *-*-osf* | \ | |
12370 | *-*-dgux5* | \ | |
12371 | *-*-sysv5* ) | |
12372 | ;; | |
12373 | ||
12374 | *) | |
12375 | { echo "configure: error: unknown system type $host." 1>&2; exit 1; } | |
12376 | esac | |
12377 | ||
12378 | if test "x$WX_TARGET_LIBRARY" = "x"; then | |
12379 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}" | |
12380 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}" | |
12381 | fi | |
12382 | ||
12383 | WX_TARGET_LIBRARY_TYPE="so" | |
12384 | INSTALL_LIBRARY='$(INSTALL_PROGRAM)' | |
12385 | fi | |
12386 | ||
12387 | if test "$wxUSE_SHARED" = "no"; then | |
12388 | ||
12389 | if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then | |
12390 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
12391 | fi | |
12392 | ||
12393 | if test "$wxUSE_MAC" = 1; then | |
12394 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall" | |
12395 | fi | |
12396 | ||
12397 | if test "$wxUSE_OPENGL" = "yes"; then | |
12398 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl" | |
12399 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}" | |
12400 | else | |
12401 | WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}" | |
12402 | fi | |
12403 | ||
12404 | WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}" | |
12405 | WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}" | |
12406 | ||
12407 | WX_TARGET_LIBRARY_TYPE="a" | |
12408 | INSTALL_LIBRARY='$(INSTALL_DATA)' | |
12409 | fi | |
12410 | ||
12411 | if test "$wxUSE_MAC" = 1; then | |
12412 | WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r" | |
12413 | WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res" | |
12414 | # Extract the first word of "Rez", so it can be a program name with args. | |
12415 | set dummy Rez; ac_word=$2 | |
12416 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
12417 | echo "configure:12418: checking for $ac_word" >&5 | |
12418 | if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then | |
12419 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12420 | else | |
12421 | if test -n "$RESCOMP"; then | |
12422 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
12423 | else | |
12424 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
12425 | ac_dummy="$PATH" | |
12426 | for ac_dir in $ac_dummy; do | |
12427 | test -z "$ac_dir" && ac_dir=. | |
12428 | if test -f $ac_dir/$ac_word; then | |
12429 | ac_cv_prog_RESCOMP="Rez" | |
12430 | break | |
12431 | fi | |
12432 | done | |
12433 | IFS="$ac_save_ifs" | |
12434 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" | |
12435 | fi | |
12436 | fi | |
12437 | RESCOMP="$ac_cv_prog_RESCOMP" | |
12438 | if test -n "$RESCOMP"; then | |
12439 | echo "$ac_t""$RESCOMP" 1>&6 | |
12440 | else | |
12441 | echo "$ac_t""no" 1>&6 | |
12442 | fi | |
12443 | ||
12444 | # Extract the first word of "DeRez", so it can be a program name with args. | |
12445 | set dummy DeRez; ac_word=$2 | |
12446 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
12447 | echo "configure:12448: checking for $ac_word" >&5 | |
12448 | if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then | |
12449 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12450 | else | |
12451 | if test -n "$DEREZ"; then | |
12452 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
12453 | else | |
12454 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
12455 | ac_dummy="$PATH" | |
12456 | for ac_dir in $ac_dummy; do | |
12457 | test -z "$ac_dir" && ac_dir=. | |
12458 | if test -f $ac_dir/$ac_word; then | |
12459 | ac_cv_prog_DEREZ="DeRez" | |
12460 | break | |
12461 | fi | |
12462 | done | |
12463 | IFS="$ac_save_ifs" | |
12464 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" | |
12465 | fi | |
12466 | fi | |
12467 | DEREZ="$ac_cv_prog_DEREZ" | |
12468 | if test -n "$DEREZ"; then | |
12469 | echo "$ac_t""$DEREZ" 1>&6 | |
12470 | else | |
12471 | echo "$ac_t""no" 1>&6 | |
12472 | fi | |
12473 | ||
12474 | LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r" | |
12475 | LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)" | |
12476 | LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o" | |
12477 | fi | |
12478 | ||
12479 | ||
12480 | if test "$wxUSE_MAC" != 1; then | |
12481 | for ac_hdr in strings.h | |
12482 | do | |
12483 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12484 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12485 | echo "configure:12486: checking for $ac_hdr" >&5 | |
12486 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12487 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12488 | else | |
12489 | cat > conftest.$ac_ext <<EOF | |
12490 | #line 12491 "configure" | |
12491 | #include "confdefs.h" | |
12492 | #include <$ac_hdr> | |
12493 | EOF | |
12494 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12495 | { (eval echo configure:12496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12496 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12497 | if test -z "$ac_err"; then | |
12498 | rm -rf conftest* | |
12499 | eval "ac_cv_header_$ac_safe=yes" | |
12500 | else | |
12501 | echo "$ac_err" >&5 | |
12502 | echo "configure: failed program was:" >&5 | |
12503 | cat conftest.$ac_ext >&5 | |
12504 | rm -rf conftest* | |
12505 | eval "ac_cv_header_$ac_safe=no" | |
12506 | fi | |
12507 | rm -f conftest* | |
12508 | fi | |
12509 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12510 | echo "$ac_t""yes" 1>&6 | |
12511 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12512 | cat >> confdefs.h <<EOF | |
12513 | #define $ac_tr_hdr 1 | |
12514 | EOF | |
12515 | ||
12516 | else | |
12517 | echo "$ac_t""no" 1>&6 | |
12518 | fi | |
12519 | done | |
12520 | ||
12521 | fi | |
12522 | ||
12523 | for ac_hdr in stdlib.h | |
12524 | do | |
12525 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12526 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12527 | echo "configure:12528: checking for $ac_hdr" >&5 | |
12528 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12529 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12530 | else | |
12531 | cat > conftest.$ac_ext <<EOF | |
12532 | #line 12533 "configure" | |
12533 | #include "confdefs.h" | |
12534 | #include <$ac_hdr> | |
12535 | EOF | |
12536 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12537 | { (eval echo configure:12538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12538 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12539 | if test -z "$ac_err"; then | |
12540 | rm -rf conftest* | |
12541 | eval "ac_cv_header_$ac_safe=yes" | |
12542 | else | |
12543 | echo "$ac_err" >&5 | |
12544 | echo "configure: failed program was:" >&5 | |
12545 | cat conftest.$ac_ext >&5 | |
12546 | rm -rf conftest* | |
12547 | eval "ac_cv_header_$ac_safe=no" | |
12548 | fi | |
12549 | rm -f conftest* | |
12550 | fi | |
12551 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12552 | echo "$ac_t""yes" 1>&6 | |
12553 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12554 | cat >> confdefs.h <<EOF | |
12555 | #define $ac_tr_hdr 1 | |
12556 | EOF | |
12557 | ||
12558 | else | |
12559 | echo "$ac_t""no" 1>&6 | |
12560 | fi | |
12561 | done | |
12562 | ||
12563 | for ac_hdr in malloc.h | |
12564 | do | |
12565 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12566 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12567 | echo "configure:12568: checking for $ac_hdr" >&5 | |
12568 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12569 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12570 | else | |
12571 | cat > conftest.$ac_ext <<EOF | |
12572 | #line 12573 "configure" | |
12573 | #include "confdefs.h" | |
12574 | #include <$ac_hdr> | |
12575 | EOF | |
12576 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12577 | { (eval echo configure:12578: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12578 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12579 | if test -z "$ac_err"; then | |
12580 | rm -rf conftest* | |
12581 | eval "ac_cv_header_$ac_safe=yes" | |
12582 | else | |
12583 | echo "$ac_err" >&5 | |
12584 | echo "configure: failed program was:" >&5 | |
12585 | cat conftest.$ac_ext >&5 | |
12586 | rm -rf conftest* | |
12587 | eval "ac_cv_header_$ac_safe=no" | |
12588 | fi | |
12589 | rm -f conftest* | |
12590 | fi | |
12591 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12592 | echo "$ac_t""yes" 1>&6 | |
12593 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12594 | cat >> confdefs.h <<EOF | |
12595 | #define $ac_tr_hdr 1 | |
12596 | EOF | |
12597 | ||
12598 | else | |
12599 | echo "$ac_t""no" 1>&6 | |
12600 | fi | |
12601 | done | |
12602 | ||
12603 | for ac_hdr in unistd.h | |
12604 | do | |
12605 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12606 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12607 | echo "configure:12608: checking for $ac_hdr" >&5 | |
12608 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12609 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12610 | else | |
12611 | cat > conftest.$ac_ext <<EOF | |
12612 | #line 12613 "configure" | |
12613 | #include "confdefs.h" | |
12614 | #include <$ac_hdr> | |
12615 | EOF | |
12616 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12617 | { (eval echo configure:12618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12618 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12619 | if test -z "$ac_err"; then | |
12620 | rm -rf conftest* | |
12621 | eval "ac_cv_header_$ac_safe=yes" | |
12622 | else | |
12623 | echo "$ac_err" >&5 | |
12624 | echo "configure: failed program was:" >&5 | |
12625 | cat conftest.$ac_ext >&5 | |
12626 | rm -rf conftest* | |
12627 | eval "ac_cv_header_$ac_safe=no" | |
12628 | fi | |
12629 | rm -f conftest* | |
12630 | fi | |
12631 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12632 | echo "$ac_t""yes" 1>&6 | |
12633 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12634 | cat >> confdefs.h <<EOF | |
12635 | #define $ac_tr_hdr 1 | |
12636 | EOF | |
12637 | ||
12638 | else | |
12639 | echo "$ac_t""no" 1>&6 | |
12640 | fi | |
12641 | done | |
12642 | ||
12643 | for ac_hdr in wchar.h | |
12644 | do | |
12645 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12646 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12647 | echo "configure:12648: checking for $ac_hdr" >&5 | |
12648 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12649 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12650 | else | |
12651 | cat > conftest.$ac_ext <<EOF | |
12652 | #line 12653 "configure" | |
12653 | #include "confdefs.h" | |
12654 | #include <$ac_hdr> | |
12655 | EOF | |
12656 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12657 | { (eval echo configure:12658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12658 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12659 | if test -z "$ac_err"; then | |
12660 | rm -rf conftest* | |
12661 | eval "ac_cv_header_$ac_safe=yes" | |
12662 | else | |
12663 | echo "$ac_err" >&5 | |
12664 | echo "configure: failed program was:" >&5 | |
12665 | cat conftest.$ac_ext >&5 | |
12666 | rm -rf conftest* | |
12667 | eval "ac_cv_header_$ac_safe=no" | |
12668 | fi | |
12669 | rm -f conftest* | |
12670 | fi | |
12671 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12672 | echo "$ac_t""yes" 1>&6 | |
12673 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12674 | cat >> confdefs.h <<EOF | |
12675 | #define $ac_tr_hdr 1 | |
12676 | EOF | |
12677 | ||
12678 | else | |
12679 | echo "$ac_t""no" 1>&6 | |
12680 | fi | |
12681 | done | |
12682 | ||
12683 | for ac_hdr in wcstr.h | |
12684 | do | |
12685 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12686 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12687 | echo "configure:12688: checking for $ac_hdr" >&5 | |
12688 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12689 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12690 | else | |
12691 | cat > conftest.$ac_ext <<EOF | |
12692 | #line 12693 "configure" | |
12693 | #include "confdefs.h" | |
12694 | #include <$ac_hdr> | |
12695 | EOF | |
12696 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12697 | { (eval echo configure:12698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12698 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12699 | if test -z "$ac_err"; then | |
12700 | rm -rf conftest* | |
12701 | eval "ac_cv_header_$ac_safe=yes" | |
12702 | else | |
12703 | echo "$ac_err" >&5 | |
12704 | echo "configure: failed program was:" >&5 | |
12705 | cat conftest.$ac_ext >&5 | |
12706 | rm -rf conftest* | |
12707 | eval "ac_cv_header_$ac_safe=no" | |
12708 | fi | |
12709 | rm -f conftest* | |
12710 | fi | |
12711 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12712 | echo "$ac_t""yes" 1>&6 | |
12713 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12714 | cat >> confdefs.h <<EOF | |
12715 | #define $ac_tr_hdr 1 | |
12716 | EOF | |
12717 | ||
12718 | else | |
12719 | echo "$ac_t""no" 1>&6 | |
12720 | fi | |
12721 | done | |
12722 | ||
12723 | for ac_hdr in wctype.h | |
12724 | do | |
12725 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12726 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12727 | echo "configure:12728: checking for $ac_hdr" >&5 | |
12728 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12729 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12730 | else | |
12731 | cat > conftest.$ac_ext <<EOF | |
12732 | #line 12733 "configure" | |
12733 | #include "confdefs.h" | |
12734 | #include <$ac_hdr> | |
12735 | EOF | |
12736 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12737 | { (eval echo configure:12738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12738 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12739 | if test -z "$ac_err"; then | |
12740 | rm -rf conftest* | |
12741 | eval "ac_cv_header_$ac_safe=yes" | |
12742 | else | |
12743 | echo "$ac_err" >&5 | |
12744 | echo "configure: failed program was:" >&5 | |
12745 | cat conftest.$ac_ext >&5 | |
12746 | rm -rf conftest* | |
12747 | eval "ac_cv_header_$ac_safe=no" | |
12748 | fi | |
12749 | rm -f conftest* | |
12750 | fi | |
12751 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12752 | echo "$ac_t""yes" 1>&6 | |
12753 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12754 | cat >> confdefs.h <<EOF | |
12755 | #define $ac_tr_hdr 1 | |
12756 | EOF | |
12757 | ||
12758 | else | |
12759 | echo "$ac_t""no" 1>&6 | |
12760 | fi | |
12761 | done | |
12762 | ||
12763 | for ac_hdr in fnmatch.h | |
12764 | do | |
12765 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12766 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12767 | echo "configure:12768: checking for $ac_hdr" >&5 | |
12768 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12769 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12770 | else | |
12771 | cat > conftest.$ac_ext <<EOF | |
12772 | #line 12773 "configure" | |
12773 | #include "confdefs.h" | |
12774 | #include <$ac_hdr> | |
12775 | EOF | |
12776 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12777 | { (eval echo configure:12778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12778 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12779 | if test -z "$ac_err"; then | |
12780 | rm -rf conftest* | |
12781 | eval "ac_cv_header_$ac_safe=yes" | |
12782 | else | |
12783 | echo "$ac_err" >&5 | |
12784 | echo "configure: failed program was:" >&5 | |
12785 | cat conftest.$ac_ext >&5 | |
12786 | rm -rf conftest* | |
12787 | eval "ac_cv_header_$ac_safe=no" | |
12788 | fi | |
12789 | rm -f conftest* | |
12790 | fi | |
12791 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12792 | echo "$ac_t""yes" 1>&6 | |
12793 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12794 | cat >> confdefs.h <<EOF | |
12795 | #define $ac_tr_hdr 1 | |
12796 | EOF | |
12797 | ||
12798 | else | |
12799 | echo "$ac_t""no" 1>&6 | |
12800 | fi | |
12801 | done | |
12802 | ||
12803 | for ac_hdr in iconv.h | |
12804 | do | |
12805 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12806 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12807 | echo "configure:12808: checking for $ac_hdr" >&5 | |
12808 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12809 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12810 | else | |
12811 | cat > conftest.$ac_ext <<EOF | |
12812 | #line 12813 "configure" | |
12813 | #include "confdefs.h" | |
12814 | #include <$ac_hdr> | |
12815 | EOF | |
12816 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12817 | { (eval echo configure:12818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12818 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12819 | if test -z "$ac_err"; then | |
12820 | rm -rf conftest* | |
12821 | eval "ac_cv_header_$ac_safe=yes" | |
12822 | else | |
12823 | echo "$ac_err" >&5 | |
12824 | echo "configure: failed program was:" >&5 | |
12825 | cat conftest.$ac_ext >&5 | |
12826 | rm -rf conftest* | |
12827 | eval "ac_cv_header_$ac_safe=no" | |
12828 | fi | |
12829 | rm -f conftest* | |
12830 | fi | |
12831 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12832 | echo "$ac_t""yes" 1>&6 | |
12833 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12834 | cat >> confdefs.h <<EOF | |
12835 | #define $ac_tr_hdr 1 | |
12836 | EOF | |
12837 | ||
12838 | else | |
12839 | echo "$ac_t""no" 1>&6 | |
12840 | fi | |
12841 | done | |
12842 | ||
12843 | for ac_hdr in langinfo.h | |
12844 | do | |
12845 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12846 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12847 | echo "configure:12848: checking for $ac_hdr" >&5 | |
12848 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12849 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12850 | else | |
12851 | cat > conftest.$ac_ext <<EOF | |
12852 | #line 12853 "configure" | |
12853 | #include "confdefs.h" | |
12854 | #include <$ac_hdr> | |
12855 | EOF | |
12856 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12857 | { (eval echo configure:12858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12858 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12859 | if test -z "$ac_err"; then | |
12860 | rm -rf conftest* | |
12861 | eval "ac_cv_header_$ac_safe=yes" | |
12862 | else | |
12863 | echo "$ac_err" >&5 | |
12864 | echo "configure: failed program was:" >&5 | |
12865 | cat conftest.$ac_ext >&5 | |
12866 | rm -rf conftest* | |
12867 | eval "ac_cv_header_$ac_safe=no" | |
12868 | fi | |
12869 | rm -f conftest* | |
12870 | fi | |
12871 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12872 | echo "$ac_t""yes" 1>&6 | |
12873 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12874 | cat >> confdefs.h <<EOF | |
12875 | #define $ac_tr_hdr 1 | |
12876 | EOF | |
12877 | ||
12878 | else | |
12879 | echo "$ac_t""no" 1>&6 | |
12880 | fi | |
12881 | done | |
12882 | ||
12883 | ||
12884 | if test "$wxUSE_GUI" = "yes"; then | |
12885 | if test "$wxUSE_UNIX" = "yes"; then | |
12886 | for ac_hdr in X11/XKBlib.h | |
12887 | do | |
12888 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
12889 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
12890 | echo "configure:12891: checking for $ac_hdr" >&5 | |
12891 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
12892 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12893 | else | |
12894 | cat > conftest.$ac_ext <<EOF | |
12895 | #line 12896 "configure" | |
12896 | #include "confdefs.h" | |
12897 | #include <$ac_hdr> | |
12898 | EOF | |
12899 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12900 | { (eval echo configure:12901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12901 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12902 | if test -z "$ac_err"; then | |
12903 | rm -rf conftest* | |
12904 | eval "ac_cv_header_$ac_safe=yes" | |
12905 | else | |
12906 | echo "$ac_err" >&5 | |
12907 | echo "configure: failed program was:" >&5 | |
12908 | cat conftest.$ac_ext >&5 | |
12909 | rm -rf conftest* | |
12910 | eval "ac_cv_header_$ac_safe=no" | |
12911 | fi | |
12912 | rm -f conftest* | |
12913 | fi | |
12914 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
12915 | echo "$ac_t""yes" 1>&6 | |
12916 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
12917 | cat >> confdefs.h <<EOF | |
12918 | #define $ac_tr_hdr 1 | |
12919 | EOF | |
12920 | ||
12921 | else | |
12922 | echo "$ac_t""no" 1>&6 | |
12923 | fi | |
12924 | done | |
12925 | ||
12926 | fi | |
12927 | fi | |
12928 | ||
12929 | ||
12930 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
12931 | echo "configure:12932: checking for ANSI C header files" >&5 | |
12932 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then | |
12933 | echo $ac_n "(cached) $ac_c" 1>&6 | |
12934 | else | |
12935 | cat > conftest.$ac_ext <<EOF | |
12936 | #line 12937 "configure" | |
12937 | #include "confdefs.h" | |
12938 | #include <stdlib.h> | |
12939 | #include <stdarg.h> | |
12940 | #include <string.h> | |
12941 | #include <float.h> | |
12942 | EOF | |
12943 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
12944 | { (eval echo configure:12945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
12945 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
12946 | if test -z "$ac_err"; then | |
12947 | rm -rf conftest* | |
12948 | ac_cv_header_stdc=yes | |
12949 | else | |
12950 | echo "$ac_err" >&5 | |
12951 | echo "configure: failed program was:" >&5 | |
12952 | cat conftest.$ac_ext >&5 | |
12953 | rm -rf conftest* | |
12954 | ac_cv_header_stdc=no | |
12955 | fi | |
12956 | rm -f conftest* | |
12957 | ||
12958 | if test $ac_cv_header_stdc = yes; then | |
12959 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
12960 | cat > conftest.$ac_ext <<EOF | |
12961 | #line 12962 "configure" | |
12962 | #include "confdefs.h" | |
12963 | #include <string.h> | |
12964 | EOF | |
12965 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12966 | egrep "memchr" >/dev/null 2>&1; then | |
12967 | : | |
12968 | else | |
12969 | rm -rf conftest* | |
12970 | ac_cv_header_stdc=no | |
12971 | fi | |
12972 | rm -f conftest* | |
12973 | ||
12974 | fi | |
12975 | ||
12976 | if test $ac_cv_header_stdc = yes; then | |
12977 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
12978 | cat > conftest.$ac_ext <<EOF | |
12979 | #line 12980 "configure" | |
12980 | #include "confdefs.h" | |
12981 | #include <stdlib.h> | |
12982 | EOF | |
12983 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12984 | egrep "free" >/dev/null 2>&1; then | |
12985 | : | |
12986 | else | |
12987 | rm -rf conftest* | |
12988 | ac_cv_header_stdc=no | |
12989 | fi | |
12990 | rm -f conftest* | |
12991 | ||
12992 | fi | |
12993 | ||
12994 | if test $ac_cv_header_stdc = yes; then | |
12995 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
12996 | if test "$cross_compiling" = yes; then | |
12997 | : | |
12998 | else | |
12999 | cat > conftest.$ac_ext <<EOF | |
13000 | #line 13001 "configure" | |
13001 | #include "confdefs.h" | |
13002 | #include <ctype.h> | |
13003 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
13004 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
13005 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
13006 | int main () { int i; for (i = 0; i < 256; i++) | |
13007 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
13008 | exit (0); } | |
13009 | ||
13010 | EOF | |
13011 | if { (eval echo configure:13012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13012 | then | |
13013 | : | |
13014 | else | |
13015 | echo "configure: failed program was:" >&5 | |
13016 | cat conftest.$ac_ext >&5 | |
13017 | rm -fr conftest* | |
13018 | ac_cv_header_stdc=no | |
13019 | fi | |
13020 | rm -fr conftest* | |
13021 | fi | |
13022 | ||
13023 | fi | |
13024 | fi | |
13025 | ||
13026 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
13027 | if test $ac_cv_header_stdc = yes; then | |
13028 | cat >> confdefs.h <<\EOF | |
13029 | #define STDC_HEADERS 1 | |
13030 | EOF | |
13031 | ||
13032 | fi | |
13033 | ||
13034 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 | |
13035 | echo "configure:13036: checking for mode_t" >&5 | |
13036 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then | |
13037 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13038 | else | |
13039 | cat > conftest.$ac_ext <<EOF | |
13040 | #line 13041 "configure" | |
13041 | #include "confdefs.h" | |
13042 | #include <sys/types.h> | |
13043 | #if STDC_HEADERS | |
13044 | #include <stdlib.h> | |
13045 | #include <stddef.h> | |
13046 | #endif | |
13047 | EOF | |
13048 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13049 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
13050 | rm -rf conftest* | |
13051 | ac_cv_type_mode_t=yes | |
13052 | else | |
13053 | rm -rf conftest* | |
13054 | ac_cv_type_mode_t=no | |
13055 | fi | |
13056 | rm -f conftest* | |
13057 | ||
13058 | fi | |
13059 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 | |
13060 | if test $ac_cv_type_mode_t = no; then | |
13061 | cat >> confdefs.h <<\EOF | |
13062 | #define mode_t int | |
13063 | EOF | |
13064 | ||
13065 | fi | |
13066 | ||
13067 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 | |
13068 | echo "configure:13069: checking for off_t" >&5 | |
13069 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then | |
13070 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13071 | else | |
13072 | cat > conftest.$ac_ext <<EOF | |
13073 | #line 13074 "configure" | |
13074 | #include "confdefs.h" | |
13075 | #include <sys/types.h> | |
13076 | #if STDC_HEADERS | |
13077 | #include <stdlib.h> | |
13078 | #include <stddef.h> | |
13079 | #endif | |
13080 | EOF | |
13081 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13082 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
13083 | rm -rf conftest* | |
13084 | ac_cv_type_off_t=yes | |
13085 | else | |
13086 | rm -rf conftest* | |
13087 | ac_cv_type_off_t=no | |
13088 | fi | |
13089 | rm -f conftest* | |
13090 | ||
13091 | fi | |
13092 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 | |
13093 | if test $ac_cv_type_off_t = no; then | |
13094 | cat >> confdefs.h <<\EOF | |
13095 | #define off_t long | |
13096 | EOF | |
13097 | ||
13098 | fi | |
13099 | ||
13100 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | |
13101 | echo "configure:13102: checking for pid_t" >&5 | |
13102 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then | |
13103 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13104 | else | |
13105 | cat > conftest.$ac_ext <<EOF | |
13106 | #line 13107 "configure" | |
13107 | #include "confdefs.h" | |
13108 | #include <sys/types.h> | |
13109 | #if STDC_HEADERS | |
13110 | #include <stdlib.h> | |
13111 | #include <stddef.h> | |
13112 | #endif | |
13113 | EOF | |
13114 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13115 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
13116 | rm -rf conftest* | |
13117 | ac_cv_type_pid_t=yes | |
13118 | else | |
13119 | rm -rf conftest* | |
13120 | ac_cv_type_pid_t=no | |
13121 | fi | |
13122 | rm -f conftest* | |
13123 | ||
13124 | fi | |
13125 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
13126 | if test $ac_cv_type_pid_t = no; then | |
13127 | cat >> confdefs.h <<\EOF | |
13128 | #define pid_t int | |
13129 | EOF | |
13130 | ||
13131 | fi | |
13132 | ||
13133 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 | |
13134 | echo "configure:13135: checking for size_t" >&5 | |
13135 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then | |
13136 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13137 | else | |
13138 | cat > conftest.$ac_ext <<EOF | |
13139 | #line 13140 "configure" | |
13140 | #include "confdefs.h" | |
13141 | #include <sys/types.h> | |
13142 | #if STDC_HEADERS | |
13143 | #include <stdlib.h> | |
13144 | #include <stddef.h> | |
13145 | #endif | |
13146 | EOF | |
13147 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13148 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
13149 | rm -rf conftest* | |
13150 | ac_cv_type_size_t=yes | |
13151 | else | |
13152 | rm -rf conftest* | |
13153 | ac_cv_type_size_t=no | |
13154 | fi | |
13155 | rm -f conftest* | |
13156 | ||
13157 | fi | |
13158 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
13159 | if test $ac_cv_type_size_t = no; then | |
13160 | cat >> confdefs.h <<\EOF | |
13161 | #define size_t unsigned | |
13162 | EOF | |
13163 | ||
13164 | fi | |
13165 | ||
13166 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 | |
13167 | echo "configure:13168: checking for uid_t in sys/types.h" >&5 | |
13168 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then | |
13169 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13170 | else | |
13171 | cat > conftest.$ac_ext <<EOF | |
13172 | #line 13173 "configure" | |
13173 | #include "confdefs.h" | |
13174 | #include <sys/types.h> | |
13175 | EOF | |
13176 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13177 | egrep "uid_t" >/dev/null 2>&1; then | |
13178 | rm -rf conftest* | |
13179 | ac_cv_type_uid_t=yes | |
13180 | else | |
13181 | rm -rf conftest* | |
13182 | ac_cv_type_uid_t=no | |
13183 | fi | |
13184 | rm -f conftest* | |
13185 | ||
13186 | fi | |
13187 | ||
13188 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 | |
13189 | if test $ac_cv_type_uid_t = no; then | |
13190 | cat >> confdefs.h <<\EOF | |
13191 | #define uid_t int | |
13192 | EOF | |
13193 | ||
13194 | cat >> confdefs.h <<\EOF | |
13195 | #define gid_t int | |
13196 | EOF | |
13197 | ||
13198 | fi | |
13199 | ||
13200 | ||
13201 | echo $ac_n "checking for wchar_t""... $ac_c" 1>&6 | |
13202 | echo "configure:13203: checking for wchar_t" >&5 | |
13203 | if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then | |
13204 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13205 | else | |
13206 | ||
13207 | cat > conftest.$ac_ext <<EOF | |
13208 | #line 13209 "configure" | |
13209 | #include "confdefs.h" | |
13210 | ||
13211 | #ifdef HAVE_WCHAR_H | |
13212 | # ifdef __CYGWIN__ | |
13213 | # include <stddef.h> | |
13214 | # endif | |
13215 | # include <wchar.h> | |
13216 | #endif | |
13217 | #ifdef HAVE_STDLIB_H | |
13218 | # include <stdlib.h> | |
13219 | #endif | |
13220 | ||
13221 | int main() { | |
13222 | ||
13223 | wchar_t wc, *ws; | |
13224 | wc = L'a'; | |
13225 | ws = L"Hello, world!"; | |
13226 | ||
13227 | ; return 0; } | |
13228 | EOF | |
13229 | if { (eval echo configure:13230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13230 | rm -rf conftest* | |
13231 | wx_cv_type_wchar_t=yes | |
13232 | else | |
13233 | echo "configure: failed program was:" >&5 | |
13234 | cat conftest.$ac_ext >&5 | |
13235 | rm -rf conftest* | |
13236 | wx_cv_type_wchar_t=no | |
13237 | ||
13238 | fi | |
13239 | rm -f conftest* | |
13240 | ||
13241 | fi | |
13242 | ||
13243 | echo "$ac_t""$wx_cv_type_wchar_t" 1>&6 | |
13244 | ||
13245 | if test "$wx_cv_type_wchar_t" = "yes"; then | |
13246 | cat >> confdefs.h <<\EOF | |
13247 | #define wxUSE_WCHAR_T 1 | |
13248 | EOF | |
13249 | ||
13250 | fi | |
13251 | ||
13252 | ||
13253 | ac_ext=C | |
13254 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
13255 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13256 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
13257 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13258 | cross_compiling=$ac_cv_prog_cxx_cross | |
13259 | ||
13260 | echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6 | |
13261 | echo "configure:13262: checking if size_t is unsigned int" >&5 | |
13262 | if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then | |
13263 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13264 | else | |
13265 | cat > conftest.$ac_ext <<EOF | |
13266 | #line 13267 "configure" | |
13267 | #include "confdefs.h" | |
13268 | #include <stddef.h> | |
13269 | int main() { | |
13270 | ||
13271 | return 0; } | |
13272 | ||
13273 | struct Foo { void foo(size_t); void foo(unsigned int); }; | |
13274 | ||
13275 | int bar() { | |
13276 | ||
13277 | ; return 0; } | |
13278 | EOF | |
13279 | if { (eval echo configure:13280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13280 | rm -rf conftest* | |
13281 | wx_cv_size_t_is_uint=no | |
13282 | else | |
13283 | echo "configure: failed program was:" >&5 | |
13284 | cat conftest.$ac_ext >&5 | |
13285 | rm -rf conftest* | |
13286 | wx_cv_size_t_is_uint=yes | |
13287 | ||
13288 | fi | |
13289 | rm -f conftest* | |
13290 | ||
13291 | fi | |
13292 | ||
13293 | echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6 | |
13294 | ||
13295 | if test "$wx_cv_size_t_is_uint" = "yes"; then | |
13296 | cat >> confdefs.h <<\EOF | |
13297 | #define wxSIZE_T_IS_UINT 1 | |
13298 | EOF | |
13299 | ||
13300 | else | |
13301 | echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6 | |
13302 | echo "configure:13303: checking if size_t is unsigned long" >&5 | |
13303 | if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then | |
13304 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13305 | else | |
13306 | cat > conftest.$ac_ext <<EOF | |
13307 | #line 13308 "configure" | |
13308 | #include "confdefs.h" | |
13309 | #include <stddef.h> | |
13310 | int main() { | |
13311 | ||
13312 | return 0; } | |
13313 | ||
13314 | struct Foo { void foo(size_t); void foo(unsigned long); }; | |
13315 | ||
13316 | int bar() { | |
13317 | ||
13318 | ; return 0; } | |
13319 | EOF | |
13320 | if { (eval echo configure:13321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13321 | rm -rf conftest* | |
13322 | wx_cv_size_t_is_ulong=no | |
13323 | else | |
13324 | echo "configure: failed program was:" >&5 | |
13325 | cat conftest.$ac_ext >&5 | |
13326 | rm -rf conftest* | |
13327 | wx_cv_size_t_is_ulong=yes | |
13328 | ||
13329 | fi | |
13330 | rm -f conftest* | |
13331 | ||
13332 | fi | |
13333 | ||
13334 | echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6 | |
13335 | ||
13336 | if test "$wx_cv_size_t_is_ulong" = "yes"; then | |
13337 | cat >> confdefs.h <<\EOF | |
13338 | #define wxSIZE_T_IS_ULONG 1 | |
13339 | EOF | |
13340 | ||
13341 | fi | |
13342 | fi | |
13343 | ||
13344 | ac_ext=c | |
13345 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
13346 | ac_cpp='$CPP $CPPFLAGS' | |
13347 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
13348 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13349 | cross_compiling=$ac_cv_prog_cc_cross | |
13350 | ||
13351 | ||
13352 | ||
13353 | echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6 | |
13354 | echo "configure:13355: checking for pw_gecos in struct passwd" >&5 | |
13355 | if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then | |
13356 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13357 | else | |
13358 | ||
13359 | cat > conftest.$ac_ext <<EOF | |
13360 | #line 13361 "configure" | |
13361 | #include "confdefs.h" | |
13362 | #include <pwd.h> | |
13363 | int main() { | |
13364 | ||
13365 | char *p; | |
13366 | struct passwd *pw; | |
13367 | p = pw->pw_gecos; | |
13368 | ||
13369 | ; return 0; } | |
13370 | EOF | |
13371 | if { (eval echo configure:13372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13372 | rm -rf conftest* | |
13373 | ||
13374 | wx_cv_struct_pw_gecos=yes | |
13375 | ||
13376 | else | |
13377 | echo "configure: failed program was:" >&5 | |
13378 | cat conftest.$ac_ext >&5 | |
13379 | rm -rf conftest* | |
13380 | ||
13381 | wx_cv_struct_pw_gecos=no | |
13382 | ||
13383 | ||
13384 | fi | |
13385 | rm -f conftest* | |
13386 | ||
13387 | ||
13388 | fi | |
13389 | ||
13390 | echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6 | |
13391 | ||
13392 | if test "$wx_cv_struct_pw_gecos" = "yes"; then | |
13393 | cat >> confdefs.h <<\EOF | |
13394 | #define HAVE_PW_GECOS 1 | |
13395 | EOF | |
13396 | ||
13397 | fi | |
13398 | ||
13399 | ||
13400 | echo $ac_n "checking for working const""... $ac_c" 1>&6 | |
13401 | echo "configure:13402: checking for working const" >&5 | |
13402 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then | |
13403 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13404 | else | |
13405 | cat > conftest.$ac_ext <<EOF | |
13406 | #line 13407 "configure" | |
13407 | #include "confdefs.h" | |
13408 | ||
13409 | int main() { | |
13410 | ||
13411 | /* Ultrix mips cc rejects this. */ | |
13412 | typedef int charset[2]; const charset x; | |
13413 | /* SunOS 4.1.1 cc rejects this. */ | |
13414 | char const *const *ccp; | |
13415 | char **p; | |
13416 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
13417 | struct point {int x, y;}; | |
13418 | static struct point const zero = {0,0}; | |
13419 | /* AIX XL C 1.02.0.0 rejects this. | |
13420 | It does not let you subtract one const X* pointer from another in an arm | |
13421 | of an if-expression whose if-part is not a constant expression */ | |
13422 | const char *g = "string"; | |
13423 | ccp = &g + (g ? g-g : 0); | |
13424 | /* HPUX 7.0 cc rejects these. */ | |
13425 | ++ccp; | |
13426 | p = (char**) ccp; | |
13427 | ccp = (char const *const *) p; | |
13428 | { /* SCO 3.2v4 cc rejects this. */ | |
13429 | char *t; | |
13430 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
13431 | ||
13432 | *t++ = 0; | |
13433 | } | |
13434 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
13435 | int x[] = {25, 17}; | |
13436 | const int *foo = &x[0]; | |
13437 | ++foo; | |
13438 | } | |
13439 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
13440 | typedef const int *iptr; | |
13441 | iptr p = 0; | |
13442 | ++p; | |
13443 | } | |
13444 | { /* AIX XL C 1.02.0.0 rejects this saying | |
13445 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
13446 | struct s { int j; const int *ap[3]; }; | |
13447 | struct s *b; b->j = 5; | |
13448 | } | |
13449 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
13450 | const int foo = 10; | |
13451 | } | |
13452 | ||
13453 | ; return 0; } | |
13454 | EOF | |
13455 | if { (eval echo configure:13456: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13456 | rm -rf conftest* | |
13457 | ac_cv_c_const=yes | |
13458 | else | |
13459 | echo "configure: failed program was:" >&5 | |
13460 | cat conftest.$ac_ext >&5 | |
13461 | rm -rf conftest* | |
13462 | ac_cv_c_const=no | |
13463 | fi | |
13464 | rm -f conftest* | |
13465 | fi | |
13466 | ||
13467 | echo "$ac_t""$ac_cv_c_const" 1>&6 | |
13468 | if test $ac_cv_c_const = no; then | |
13469 | cat >> confdefs.h <<\EOF | |
13470 | #define const | |
13471 | EOF | |
13472 | ||
13473 | fi | |
13474 | ||
13475 | echo $ac_n "checking for inline""... $ac_c" 1>&6 | |
13476 | echo "configure:13477: checking for inline" >&5 | |
13477 | if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then | |
13478 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13479 | else | |
13480 | ac_cv_c_inline=no | |
13481 | for ac_kw in inline __inline__ __inline; do | |
13482 | cat > conftest.$ac_ext <<EOF | |
13483 | #line 13484 "configure" | |
13484 | #include "confdefs.h" | |
13485 | ||
13486 | int main() { | |
13487 | } $ac_kw foo() { | |
13488 | ; return 0; } | |
13489 | EOF | |
13490 | if { (eval echo configure:13491: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13491 | rm -rf conftest* | |
13492 | ac_cv_c_inline=$ac_kw; break | |
13493 | else | |
13494 | echo "configure: failed program was:" >&5 | |
13495 | cat conftest.$ac_ext >&5 | |
13496 | fi | |
13497 | rm -f conftest* | |
13498 | done | |
13499 | ||
13500 | fi | |
13501 | ||
13502 | echo "$ac_t""$ac_cv_c_inline" 1>&6 | |
13503 | case "$ac_cv_c_inline" in | |
13504 | inline | yes) ;; | |
13505 | no) cat >> confdefs.h <<\EOF | |
13506 | #define inline | |
13507 | EOF | |
13508 | ;; | |
13509 | *) cat >> confdefs.h <<EOF | |
13510 | #define inline $ac_cv_c_inline | |
13511 | EOF | |
13512 | ;; | |
13513 | esac | |
13514 | ||
13515 | ||
13516 | echo $ac_n "checking size of char""... $ac_c" 1>&6 | |
13517 | echo "configure:13518: checking size of char" >&5 | |
13518 | if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then | |
13519 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13520 | else | |
13521 | if test "$cross_compiling" = yes; then | |
13522 | ac_cv_sizeof_char=1 | |
13523 | else | |
13524 | cat > conftest.$ac_ext <<EOF | |
13525 | #line 13526 "configure" | |
13526 | #include "confdefs.h" | |
13527 | #include <stdio.h> | |
13528 | main() | |
13529 | { | |
13530 | FILE *f=fopen("conftestval", "w"); | |
13531 | if (!f) exit(1); | |
13532 | fprintf(f, "%d\n", sizeof(char)); | |
13533 | exit(0); | |
13534 | } | |
13535 | EOF | |
13536 | if { (eval echo configure:13537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13537 | then | |
13538 | ac_cv_sizeof_char=`cat conftestval` | |
13539 | else | |
13540 | echo "configure: failed program was:" >&5 | |
13541 | cat conftest.$ac_ext >&5 | |
13542 | rm -fr conftest* | |
13543 | ac_cv_sizeof_char=0 | |
13544 | fi | |
13545 | rm -fr conftest* | |
13546 | fi | |
13547 | ||
13548 | fi | |
13549 | echo "$ac_t""$ac_cv_sizeof_char" 1>&6 | |
13550 | cat >> confdefs.h <<EOF | |
13551 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
13552 | EOF | |
13553 | ||
13554 | ||
13555 | echo $ac_n "checking size of short""... $ac_c" 1>&6 | |
13556 | echo "configure:13557: checking size of short" >&5 | |
13557 | if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then | |
13558 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13559 | else | |
13560 | if test "$cross_compiling" = yes; then | |
13561 | ac_cv_sizeof_short=2 | |
13562 | else | |
13563 | cat > conftest.$ac_ext <<EOF | |
13564 | #line 13565 "configure" | |
13565 | #include "confdefs.h" | |
13566 | #include <stdio.h> | |
13567 | main() | |
13568 | { | |
13569 | FILE *f=fopen("conftestval", "w"); | |
13570 | if (!f) exit(1); | |
13571 | fprintf(f, "%d\n", sizeof(short)); | |
13572 | exit(0); | |
13573 | } | |
13574 | EOF | |
13575 | if { (eval echo configure:13576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13576 | then | |
13577 | ac_cv_sizeof_short=`cat conftestval` | |
13578 | else | |
13579 | echo "configure: failed program was:" >&5 | |
13580 | cat conftest.$ac_ext >&5 | |
13581 | rm -fr conftest* | |
13582 | ac_cv_sizeof_short=0 | |
13583 | fi | |
13584 | rm -fr conftest* | |
13585 | fi | |
13586 | ||
13587 | fi | |
13588 | echo "$ac_t""$ac_cv_sizeof_short" 1>&6 | |
13589 | cat >> confdefs.h <<EOF | |
13590 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
13591 | EOF | |
13592 | ||
13593 | ||
13594 | echo $ac_n "checking size of int *""... $ac_c" 1>&6 | |
13595 | echo "configure:13596: checking size of int *" >&5 | |
13596 | if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then | |
13597 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13598 | else | |
13599 | if test "$cross_compiling" = yes; then | |
13600 | ac_cv_sizeof_int_p=4 | |
13601 | else | |
13602 | cat > conftest.$ac_ext <<EOF | |
13603 | #line 13604 "configure" | |
13604 | #include "confdefs.h" | |
13605 | #include <stdio.h> | |
13606 | main() | |
13607 | { | |
13608 | FILE *f=fopen("conftestval", "w"); | |
13609 | if (!f) exit(1); | |
13610 | fprintf(f, "%d\n", sizeof(int *)); | |
13611 | exit(0); | |
13612 | } | |
13613 | EOF | |
13614 | if { (eval echo configure:13615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13615 | then | |
13616 | ac_cv_sizeof_int_p=`cat conftestval` | |
13617 | else | |
13618 | echo "configure: failed program was:" >&5 | |
13619 | cat conftest.$ac_ext >&5 | |
13620 | rm -fr conftest* | |
13621 | ac_cv_sizeof_int_p=0 | |
13622 | fi | |
13623 | rm -fr conftest* | |
13624 | fi | |
13625 | ||
13626 | fi | |
13627 | echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6 | |
13628 | cat >> confdefs.h <<EOF | |
13629 | #define SIZEOF_INT_P $ac_cv_sizeof_int_p | |
13630 | EOF | |
13631 | ||
13632 | ||
13633 | echo $ac_n "checking size of int""... $ac_c" 1>&6 | |
13634 | echo "configure:13635: checking size of int" >&5 | |
13635 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then | |
13636 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13637 | else | |
13638 | if test "$cross_compiling" = yes; then | |
13639 | ac_cv_sizeof_int=4 | |
13640 | else | |
13641 | cat > conftest.$ac_ext <<EOF | |
13642 | #line 13643 "configure" | |
13643 | #include "confdefs.h" | |
13644 | #include <stdio.h> | |
13645 | main() | |
13646 | { | |
13647 | FILE *f=fopen("conftestval", "w"); | |
13648 | if (!f) exit(1); | |
13649 | fprintf(f, "%d\n", sizeof(int)); | |
13650 | exit(0); | |
13651 | } | |
13652 | EOF | |
13653 | if { (eval echo configure:13654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13654 | then | |
13655 | ac_cv_sizeof_int=`cat conftestval` | |
13656 | else | |
13657 | echo "configure: failed program was:" >&5 | |
13658 | cat conftest.$ac_ext >&5 | |
13659 | rm -fr conftest* | |
13660 | ac_cv_sizeof_int=0 | |
13661 | fi | |
13662 | rm -fr conftest* | |
13663 | fi | |
13664 | ||
13665 | fi | |
13666 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 | |
13667 | cat >> confdefs.h <<EOF | |
13668 | #define SIZEOF_INT $ac_cv_sizeof_int | |
13669 | EOF | |
13670 | ||
13671 | ||
13672 | echo $ac_n "checking size of long""... $ac_c" 1>&6 | |
13673 | echo "configure:13674: checking size of long" >&5 | |
13674 | if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then | |
13675 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13676 | else | |
13677 | if test "$cross_compiling" = yes; then | |
13678 | ac_cv_sizeof_long=4 | |
13679 | else | |
13680 | cat > conftest.$ac_ext <<EOF | |
13681 | #line 13682 "configure" | |
13682 | #include "confdefs.h" | |
13683 | #include <stdio.h> | |
13684 | main() | |
13685 | { | |
13686 | FILE *f=fopen("conftestval", "w"); | |
13687 | if (!f) exit(1); | |
13688 | fprintf(f, "%d\n", sizeof(long)); | |
13689 | exit(0); | |
13690 | } | |
13691 | EOF | |
13692 | if { (eval echo configure:13693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13693 | then | |
13694 | ac_cv_sizeof_long=`cat conftestval` | |
13695 | else | |
13696 | echo "configure: failed program was:" >&5 | |
13697 | cat conftest.$ac_ext >&5 | |
13698 | rm -fr conftest* | |
13699 | ac_cv_sizeof_long=0 | |
13700 | fi | |
13701 | rm -fr conftest* | |
13702 | fi | |
13703 | ||
13704 | fi | |
13705 | echo "$ac_t""$ac_cv_sizeof_long" 1>&6 | |
13706 | cat >> confdefs.h <<EOF | |
13707 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
13708 | EOF | |
13709 | ||
13710 | ||
13711 | echo $ac_n "checking size of long long""... $ac_c" 1>&6 | |
13712 | echo "configure:13713: checking size of long long" >&5 | |
13713 | if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then | |
13714 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13715 | else | |
13716 | if test "$cross_compiling" = yes; then | |
13717 | ac_cv_sizeof_long_long=0 | |
13718 | else | |
13719 | cat > conftest.$ac_ext <<EOF | |
13720 | #line 13721 "configure" | |
13721 | #include "confdefs.h" | |
13722 | #include <stdio.h> | |
13723 | main() | |
13724 | { | |
13725 | FILE *f=fopen("conftestval", "w"); | |
13726 | if (!f) exit(1); | |
13727 | fprintf(f, "%d\n", sizeof(long long)); | |
13728 | exit(0); | |
13729 | } | |
13730 | EOF | |
13731 | if { (eval echo configure:13732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13732 | then | |
13733 | ac_cv_sizeof_long_long=`cat conftestval` | |
13734 | else | |
13735 | echo "configure: failed program was:" >&5 | |
13736 | cat conftest.$ac_ext >&5 | |
13737 | rm -fr conftest* | |
13738 | ac_cv_sizeof_long_long=0 | |
13739 | fi | |
13740 | rm -fr conftest* | |
13741 | fi | |
13742 | ||
13743 | fi | |
13744 | echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 | |
13745 | cat >> confdefs.h <<EOF | |
13746 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
13747 | EOF | |
13748 | ||
13749 | ||
13750 | ||
13751 | echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6 | |
13752 | echo "configure:13753: checking size of wchar_t" >&5 | |
13753 | if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then | |
13754 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13755 | else | |
13756 | ||
13757 | if test "$cross_compiling" = yes; then | |
13758 | wx_cv_sizeof_wchar_t=4 | |
13759 | ||
13760 | else | |
13761 | cat > conftest.$ac_ext <<EOF | |
13762 | #line 13763 "configure" | |
13763 | #include "confdefs.h" | |
13764 | ||
13765 | #ifdef HAVE_WCHAR_H | |
13766 | # ifdef __CYGWIN__ | |
13767 | # include <stddef.h> | |
13768 | # endif | |
13769 | # include <wchar.h> | |
13770 | #endif | |
13771 | #ifdef HAVE_STDLIB_H | |
13772 | # include <stdlib.h> | |
13773 | #endif | |
13774 | #include <stdio.h> | |
13775 | int main() | |
13776 | { | |
13777 | FILE *f=fopen("conftestval", "w"); | |
13778 | if (!f) exit(1); | |
13779 | fprintf(f, "%i", sizeof(wchar_t)); | |
13780 | exit(0); | |
13781 | } | |
13782 | ||
13783 | EOF | |
13784 | if { (eval echo configure:13785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13785 | then | |
13786 | wx_cv_sizeof_wchar_t=`cat conftestval` | |
13787 | else | |
13788 | echo "configure: failed program was:" >&5 | |
13789 | cat conftest.$ac_ext >&5 | |
13790 | rm -fr conftest* | |
13791 | wx_cv_sizeof_wchar_t=0 | |
13792 | fi | |
13793 | rm -fr conftest* | |
13794 | fi | |
13795 | ||
13796 | ||
13797 | fi | |
13798 | ||
13799 | echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6 | |
13800 | ||
13801 | cat >> confdefs.h <<EOF | |
13802 | #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t | |
13803 | EOF | |
13804 | ||
13805 | ||
13806 | echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 | |
13807 | echo "configure:13808: checking whether byte ordering is bigendian" >&5 | |
13808 | if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then | |
13809 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13810 | else | |
13811 | ac_cv_c_bigendian=unknown | |
13812 | # See if sys/param.h defines the BYTE_ORDER macro. | |
13813 | cat > conftest.$ac_ext <<EOF | |
13814 | #line 13815 "configure" | |
13815 | #include "confdefs.h" | |
13816 | #include <sys/types.h> | |
13817 | #include <sys/param.h> | |
13818 | int main() { | |
13819 | ||
13820 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
13821 | bogus endian macros | |
13822 | #endif | |
13823 | ; return 0; } | |
13824 | EOF | |
13825 | if { (eval echo configure:13826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13826 | rm -rf conftest* | |
13827 | # It does; now see whether it defined to BIG_ENDIAN or not. | |
13828 | cat > conftest.$ac_ext <<EOF | |
13829 | #line 13830 "configure" | |
13830 | #include "confdefs.h" | |
13831 | #include <sys/types.h> | |
13832 | #include <sys/param.h> | |
13833 | int main() { | |
13834 | ||
13835 | #if BYTE_ORDER != BIG_ENDIAN | |
13836 | not big endian | |
13837 | #endif | |
13838 | ; return 0; } | |
13839 | EOF | |
13840 | if { (eval echo configure:13841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
13841 | rm -rf conftest* | |
13842 | ac_cv_c_bigendian=yes | |
13843 | else | |
13844 | echo "configure: failed program was:" >&5 | |
13845 | cat conftest.$ac_ext >&5 | |
13846 | rm -rf conftest* | |
13847 | ac_cv_c_bigendian=no | |
13848 | fi | |
13849 | rm -f conftest* | |
13850 | else | |
13851 | echo "configure: failed program was:" >&5 | |
13852 | cat conftest.$ac_ext >&5 | |
13853 | fi | |
13854 | rm -f conftest* | |
13855 | if test $ac_cv_c_bigendian = unknown; then | |
13856 | if test "$cross_compiling" = yes; then | |
13857 | ac_cv_c_bigendian=unknown | |
13858 | else | |
13859 | cat > conftest.$ac_ext <<EOF | |
13860 | #line 13861 "configure" | |
13861 | #include "confdefs.h" | |
13862 | main () { | |
13863 | /* Are we little or big endian? From Harbison&Steele. */ | |
13864 | union | |
13865 | { | |
13866 | long l; | |
13867 | char c[sizeof (long)]; | |
13868 | } u; | |
13869 | u.l = 1; | |
13870 | exit (u.c[sizeof (long) - 1] == 1); | |
13871 | } | |
13872 | EOF | |
13873 | if { (eval echo configure:13874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | |
13874 | then | |
13875 | ac_cv_c_bigendian=no | |
13876 | else | |
13877 | echo "configure: failed program was:" >&5 | |
13878 | cat conftest.$ac_ext >&5 | |
13879 | rm -fr conftest* | |
13880 | ac_cv_c_bigendian=yes | |
13881 | fi | |
13882 | rm -fr conftest* | |
13883 | fi | |
13884 | ||
13885 | fi | |
13886 | fi | |
13887 | ||
13888 | echo "$ac_t""$ac_cv_c_bigendian" 1>&6 | |
13889 | if test $ac_cv_c_bigendian = unknown; then | |
13890 | 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 | |
13891 | fi | |
13892 | if test $ac_cv_c_bigendian = yes; then | |
13893 | cat >> confdefs.h <<\EOF | |
13894 | #define WORDS_BIGENDIAN 1 | |
13895 | EOF | |
13896 | ||
13897 | fi | |
13898 | ||
13899 | ||
13900 | echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 | |
13901 | echo "configure:13902: checking how to run the C++ preprocessor" >&5 | |
13902 | if test -z "$CXXCPP"; then | |
13903 | if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then | |
13904 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13905 | else | |
13906 | ac_ext=C | |
13907 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
13908 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13909 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
13910 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13911 | cross_compiling=$ac_cv_prog_cxx_cross | |
13912 | CXXCPP="${CXX-g++} -E" | |
13913 | cat > conftest.$ac_ext <<EOF | |
13914 | #line 13915 "configure" | |
13915 | #include "confdefs.h" | |
13916 | #include <stdlib.h> | |
13917 | EOF | |
13918 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
13919 | { (eval echo configure:13920: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
13920 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
13921 | if test -z "$ac_err"; then | |
13922 | : | |
13923 | else | |
13924 | echo "$ac_err" >&5 | |
13925 | echo "configure: failed program was:" >&5 | |
13926 | cat conftest.$ac_ext >&5 | |
13927 | rm -rf conftest* | |
13928 | CXXCPP=/lib/cpp | |
13929 | fi | |
13930 | rm -f conftest* | |
13931 | ac_cv_prog_CXXCPP="$CXXCPP" | |
13932 | ac_ext=C | |
13933 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
13934 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13935 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
13936 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13937 | cross_compiling=$ac_cv_prog_cxx_cross | |
13938 | fi | |
13939 | fi | |
13940 | CXXCPP="$ac_cv_prog_CXXCPP" | |
13941 | echo "$ac_t""$CXXCPP" 1>&6 | |
13942 | ||
13943 | ||
13944 | if test "$cross_compiling" = "yes"; then | |
13945 | cat >> confdefs.h <<\EOF | |
13946 | #define wxUSE_IOSTREAMH 1 | |
13947 | EOF | |
13948 | ||
13949 | else | |
13950 | ||
13951 | ac_ext=C | |
13952 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
13953 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13954 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
13955 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
13956 | cross_compiling=$ac_cv_prog_cxx_cross | |
13957 | ||
13958 | ||
13959 | for ac_hdr in iostream | |
13960 | do | |
13961 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
13962 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
13963 | echo "configure:13964: checking for $ac_hdr" >&5 | |
13964 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
13965 | echo $ac_n "(cached) $ac_c" 1>&6 | |
13966 | else | |
13967 | cat > conftest.$ac_ext <<EOF | |
13968 | #line 13969 "configure" | |
13969 | #include "confdefs.h" | |
13970 | #include <$ac_hdr> | |
13971 | EOF | |
13972 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
13973 | { (eval echo configure:13974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
13974 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
13975 | if test -z "$ac_err"; then | |
13976 | rm -rf conftest* | |
13977 | eval "ac_cv_header_$ac_safe=yes" | |
13978 | else | |
13979 | echo "$ac_err" >&5 | |
13980 | echo "configure: failed program was:" >&5 | |
13981 | cat conftest.$ac_ext >&5 | |
13982 | rm -rf conftest* | |
13983 | eval "ac_cv_header_$ac_safe=no" | |
13984 | fi | |
13985 | rm -f conftest* | |
13986 | fi | |
13987 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
13988 | echo "$ac_t""yes" 1>&6 | |
13989 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
13990 | cat >> confdefs.h <<EOF | |
13991 | #define $ac_tr_hdr 1 | |
13992 | EOF | |
13993 | ||
13994 | else | |
13995 | echo "$ac_t""no" 1>&6 | |
13996 | fi | |
13997 | done | |
13998 | ||
13999 | ||
14000 | if test "$ac_cv_header_iostream" = "yes" ; then | |
14001 | : | |
14002 | else | |
14003 | cat >> confdefs.h <<\EOF | |
14004 | #define wxUSE_IOSTREAMH 1 | |
14005 | EOF | |
14006 | ||
14007 | fi | |
14008 | ||
14009 | ac_ext=c | |
14010 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14011 | ac_cpp='$CPP $CPPFLAGS' | |
14012 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14013 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14014 | cross_compiling=$ac_cv_prog_cc_cross | |
14015 | ||
14016 | fi | |
14017 | ||
14018 | ||
14019 | ||
14020 | echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6 | |
14021 | echo "configure:14022: checking if C++ compiler supports bool" >&5 | |
14022 | if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then | |
14023 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14024 | else | |
14025 | ||
14026 | ||
14027 | ac_ext=C | |
14028 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14029 | ac_cpp='$CXXCPP $CPPFLAGS' | |
14030 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14031 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14032 | cross_compiling=$ac_cv_prog_cxx_cross | |
14033 | ||
14034 | ||
14035 | cat > conftest.$ac_ext <<EOF | |
14036 | #line 14037 "configure" | |
14037 | #include "confdefs.h" | |
14038 | ||
14039 | ||
14040 | int main() { | |
14041 | ||
14042 | bool b = true; | |
14043 | ||
14044 | return 0; | |
14045 | ||
14046 | ; return 0; } | |
14047 | EOF | |
14048 | if { (eval echo configure:14049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
14049 | rm -rf conftest* | |
14050 | ||
14051 | wx_cv_cpp_bool=yes | |
14052 | ||
14053 | else | |
14054 | echo "configure: failed program was:" >&5 | |
14055 | cat conftest.$ac_ext >&5 | |
14056 | rm -rf conftest* | |
14057 | ||
14058 | wx_cv_cpp_bool=no | |
14059 | ||
14060 | ||
14061 | fi | |
14062 | rm -f conftest* | |
14063 | ||
14064 | ac_ext=c | |
14065 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14066 | ac_cpp='$CPP $CPPFLAGS' | |
14067 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14068 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14069 | cross_compiling=$ac_cv_prog_cc_cross | |
14070 | ||
14071 | ||
14072 | fi | |
14073 | ||
14074 | echo "$ac_t""$wx_cv_cpp_bool" 1>&6 | |
14075 | ||
14076 | if test "$wx_cv_cpp_bool" = "yes"; then | |
14077 | cat >> confdefs.h <<\EOF | |
14078 | #define HAVE_BOOL 1 | |
14079 | EOF | |
14080 | ||
14081 | fi | |
14082 | ||
14083 | ||
14084 | ||
14085 | echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6 | |
14086 | echo "configure:14087: checking for wcslen in -lc" >&5 | |
14087 | ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'` | |
14088 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14089 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14090 | else | |
14091 | ac_save_LIBS="$LIBS" | |
14092 | LIBS="-lc $LIBS" | |
14093 | cat > conftest.$ac_ext <<EOF | |
14094 | #line 14095 "configure" | |
14095 | #include "confdefs.h" | |
14096 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14097 | /* We use char because int might match the return type of a gcc2 | |
14098 | builtin and then its argument prototype would still apply. */ | |
14099 | char wcslen(); | |
14100 | ||
14101 | int main() { | |
14102 | wcslen() | |
14103 | ; return 0; } | |
14104 | EOF | |
14105 | if { (eval echo configure:14106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14106 | rm -rf conftest* | |
14107 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14108 | else | |
14109 | echo "configure: failed program was:" >&5 | |
14110 | cat conftest.$ac_ext >&5 | |
14111 | rm -rf conftest* | |
14112 | eval "ac_cv_lib_$ac_lib_var=no" | |
14113 | fi | |
14114 | rm -f conftest* | |
14115 | LIBS="$ac_save_LIBS" | |
14116 | ||
14117 | fi | |
14118 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14119 | echo "$ac_t""yes" 1>&6 | |
14120 | ||
14121 | cat >> confdefs.h <<\EOF | |
14122 | #define HAVE_WCSLEN 1 | |
14123 | EOF | |
14124 | ||
14125 | WCHAR_LINK= | |
14126 | ||
14127 | else | |
14128 | echo "$ac_t""no" 1>&6 | |
14129 | ||
14130 | echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6 | |
14131 | echo "configure:14132: checking for wcslen in -lw" >&5 | |
14132 | ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'` | |
14133 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14134 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14135 | else | |
14136 | ac_save_LIBS="$LIBS" | |
14137 | LIBS="-lw $LIBS" | |
14138 | cat > conftest.$ac_ext <<EOF | |
14139 | #line 14140 "configure" | |
14140 | #include "confdefs.h" | |
14141 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14142 | /* We use char because int might match the return type of a gcc2 | |
14143 | builtin and then its argument prototype would still apply. */ | |
14144 | char wcslen(); | |
14145 | ||
14146 | int main() { | |
14147 | wcslen() | |
14148 | ; return 0; } | |
14149 | EOF | |
14150 | if { (eval echo configure:14151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14151 | rm -rf conftest* | |
14152 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14153 | else | |
14154 | echo "configure: failed program was:" >&5 | |
14155 | cat conftest.$ac_ext >&5 | |
14156 | rm -rf conftest* | |
14157 | eval "ac_cv_lib_$ac_lib_var=no" | |
14158 | fi | |
14159 | rm -f conftest* | |
14160 | LIBS="$ac_save_LIBS" | |
14161 | ||
14162 | fi | |
14163 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14164 | echo "$ac_t""yes" 1>&6 | |
14165 | ||
14166 | cat >> confdefs.h <<\EOF | |
14167 | #define HAVE_WCSLEN 1 | |
14168 | EOF | |
14169 | ||
14170 | WCHAR_LINK=" -lw" | |
14171 | ||
14172 | else | |
14173 | echo "$ac_t""no" 1>&6 | |
14174 | ||
14175 | echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6 | |
14176 | echo "configure:14177: checking for wcslen in -lmsvcrt" >&5 | |
14177 | ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'` | |
14178 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
14179 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14180 | else | |
14181 | ac_save_LIBS="$LIBS" | |
14182 | LIBS="-lmsvcrt $LIBS" | |
14183 | cat > conftest.$ac_ext <<EOF | |
14184 | #line 14185 "configure" | |
14185 | #include "confdefs.h" | |
14186 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14187 | /* We use char because int might match the return type of a gcc2 | |
14188 | builtin and then its argument prototype would still apply. */ | |
14189 | char wcslen(); | |
14190 | ||
14191 | int main() { | |
14192 | wcslen() | |
14193 | ; return 0; } | |
14194 | EOF | |
14195 | if { (eval echo configure:14196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14196 | rm -rf conftest* | |
14197 | eval "ac_cv_lib_$ac_lib_var=yes" | |
14198 | else | |
14199 | echo "configure: failed program was:" >&5 | |
14200 | cat conftest.$ac_ext >&5 | |
14201 | rm -rf conftest* | |
14202 | eval "ac_cv_lib_$ac_lib_var=no" | |
14203 | fi | |
14204 | rm -f conftest* | |
14205 | LIBS="$ac_save_LIBS" | |
14206 | ||
14207 | fi | |
14208 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
14209 | echo "$ac_t""yes" 1>&6 | |
14210 | ||
14211 | cat >> confdefs.h <<\EOF | |
14212 | #define HAVE_WCSLEN 1 | |
14213 | EOF | |
14214 | ||
14215 | WCHAR_LINK= | |
14216 | ||
14217 | else | |
14218 | echo "$ac_t""no" 1>&6 | |
14219 | fi | |
14220 | ||
14221 | ||
14222 | fi | |
14223 | ||
14224 | ||
14225 | fi | |
14226 | ||
14227 | ||
14228 | for ac_func in wcsrtombs | |
14229 | do | |
14230 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
14231 | echo "configure:14232: checking for $ac_func" >&5 | |
14232 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
14233 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14234 | else | |
14235 | cat > conftest.$ac_ext <<EOF | |
14236 | #line 14237 "configure" | |
14237 | #include "confdefs.h" | |
14238 | /* System header to define __stub macros and hopefully few prototypes, | |
14239 | which can conflict with char $ac_func(); below. */ | |
14240 | #include <assert.h> | |
14241 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14242 | /* We use char because int might match the return type of a gcc2 | |
14243 | builtin and then its argument prototype would still apply. */ | |
14244 | char $ac_func(); | |
14245 | ||
14246 | int main() { | |
14247 | ||
14248 | /* The GNU C library defines this for functions which it implements | |
14249 | to always fail with ENOSYS. Some functions are actually named | |
14250 | something starting with __ and the normal name is an alias. */ | |
14251 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14252 | choke me | |
14253 | #else | |
14254 | $ac_func(); | |
14255 | #endif | |
14256 | ||
14257 | ; return 0; } | |
14258 | EOF | |
14259 | if { (eval echo configure:14260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14260 | rm -rf conftest* | |
14261 | eval "ac_cv_func_$ac_func=yes" | |
14262 | else | |
14263 | echo "configure: failed program was:" >&5 | |
14264 | cat conftest.$ac_ext >&5 | |
14265 | rm -rf conftest* | |
14266 | eval "ac_cv_func_$ac_func=no" | |
14267 | fi | |
14268 | rm -f conftest* | |
14269 | fi | |
14270 | ||
14271 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
14272 | echo "$ac_t""yes" 1>&6 | |
14273 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14274 | cat >> confdefs.h <<EOF | |
14275 | #define $ac_tr_func 1 | |
14276 | EOF | |
14277 | ||
14278 | else | |
14279 | echo "$ac_t""no" 1>&6 | |
14280 | fi | |
14281 | done | |
14282 | ||
14283 | ||
14284 | echo $ac_n "checking for vprintf""... $ac_c" 1>&6 | |
14285 | echo "configure:14286: checking for vprintf" >&5 | |
14286 | if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then | |
14287 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14288 | else | |
14289 | cat > conftest.$ac_ext <<EOF | |
14290 | #line 14291 "configure" | |
14291 | #include "confdefs.h" | |
14292 | /* System header to define __stub macros and hopefully few prototypes, | |
14293 | which can conflict with char vprintf(); below. */ | |
14294 | #include <assert.h> | |
14295 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14296 | /* We use char because int might match the return type of a gcc2 | |
14297 | builtin and then its argument prototype would still apply. */ | |
14298 | char vprintf(); | |
14299 | ||
14300 | int main() { | |
14301 | ||
14302 | /* The GNU C library defines this for functions which it implements | |
14303 | to always fail with ENOSYS. Some functions are actually named | |
14304 | something starting with __ and the normal name is an alias. */ | |
14305 | #if defined (__stub_vprintf) || defined (__stub___vprintf) | |
14306 | choke me | |
14307 | #else | |
14308 | vprintf(); | |
14309 | #endif | |
14310 | ||
14311 | ; return 0; } | |
14312 | EOF | |
14313 | if { (eval echo configure:14314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14314 | rm -rf conftest* | |
14315 | eval "ac_cv_func_vprintf=yes" | |
14316 | else | |
14317 | echo "configure: failed program was:" >&5 | |
14318 | cat conftest.$ac_ext >&5 | |
14319 | rm -rf conftest* | |
14320 | eval "ac_cv_func_vprintf=no" | |
14321 | fi | |
14322 | rm -f conftest* | |
14323 | fi | |
14324 | ||
14325 | if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then | |
14326 | echo "$ac_t""yes" 1>&6 | |
14327 | cat >> confdefs.h <<\EOF | |
14328 | #define HAVE_VPRINTF 1 | |
14329 | EOF | |
14330 | ||
14331 | else | |
14332 | echo "$ac_t""no" 1>&6 | |
14333 | fi | |
14334 | ||
14335 | if test "$ac_cv_func_vprintf" != yes; then | |
14336 | echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 | |
14337 | echo "configure:14338: checking for _doprnt" >&5 | |
14338 | if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then | |
14339 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14340 | else | |
14341 | cat > conftest.$ac_ext <<EOF | |
14342 | #line 14343 "configure" | |
14343 | #include "confdefs.h" | |
14344 | /* System header to define __stub macros and hopefully few prototypes, | |
14345 | which can conflict with char _doprnt(); below. */ | |
14346 | #include <assert.h> | |
14347 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14348 | /* We use char because int might match the return type of a gcc2 | |
14349 | builtin and then its argument prototype would still apply. */ | |
14350 | char _doprnt(); | |
14351 | ||
14352 | int main() { | |
14353 | ||
14354 | /* The GNU C library defines this for functions which it implements | |
14355 | to always fail with ENOSYS. Some functions are actually named | |
14356 | something starting with __ and the normal name is an alias. */ | |
14357 | #if defined (__stub__doprnt) || defined (__stub____doprnt) | |
14358 | choke me | |
14359 | #else | |
14360 | _doprnt(); | |
14361 | #endif | |
14362 | ||
14363 | ; return 0; } | |
14364 | EOF | |
14365 | if { (eval echo configure:14366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14366 | rm -rf conftest* | |
14367 | eval "ac_cv_func__doprnt=yes" | |
14368 | else | |
14369 | echo "configure: failed program was:" >&5 | |
14370 | cat conftest.$ac_ext >&5 | |
14371 | rm -rf conftest* | |
14372 | eval "ac_cv_func__doprnt=no" | |
14373 | fi | |
14374 | rm -f conftest* | |
14375 | fi | |
14376 | ||
14377 | if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then | |
14378 | echo "$ac_t""yes" 1>&6 | |
14379 | cat >> confdefs.h <<\EOF | |
14380 | #define HAVE_DOPRNT 1 | |
14381 | EOF | |
14382 | ||
14383 | else | |
14384 | echo "$ac_t""no" 1>&6 | |
14385 | fi | |
14386 | ||
14387 | fi | |
14388 | ||
14389 | ||
14390 | ||
14391 | ||
14392 | ||
14393 | ||
14394 | echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6 | |
14395 | echo "configure:14396: checking for vsnprintf" >&5 | |
14396 | if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then | |
14397 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14398 | else | |
14399 | ||
14400 | cat > conftest.$ac_ext <<EOF | |
14401 | #line 14402 "configure" | |
14402 | #include "confdefs.h" | |
14403 | ||
14404 | #include <stdio.h> | |
14405 | #include <stdarg.h> | |
14406 | ||
14407 | int main() { | |
14408 | ||
14409 | int wx_test_vsnprintf(const char *, ...); | |
14410 | ||
14411 | wx_test_vsnprintf("%s"); | |
14412 | return 0; | |
14413 | } | |
14414 | ||
14415 | int wx_test_vsnprintf(const char *fmt, ...) | |
14416 | { | |
14417 | char *s; | |
14418 | ||
14419 | va_list argp; | |
14420 | va_start(argp, fmt); | |
14421 | vsnprintf(s, 42, fmt, argp); | |
14422 | va_end(argp); | |
14423 | ||
14424 | ; return 0; } | |
14425 | EOF | |
14426 | if { (eval echo configure:14427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14427 | rm -rf conftest* | |
14428 | ||
14429 | wx_cv_func_vsnprintf=yes | |
14430 | ||
14431 | else | |
14432 | echo "configure: failed program was:" >&5 | |
14433 | cat conftest.$ac_ext >&5 | |
14434 | rm -rf conftest* | |
14435 | ||
14436 | cat > conftest.$ac_ext <<EOF | |
14437 | #line 14438 "configure" | |
14438 | #include "confdefs.h" | |
14439 | ||
14440 | #include <stdio.h> | |
14441 | #include <stdarg.h> | |
14442 | ||
14443 | int main() { | |
14444 | ||
14445 | int wx_test_vsnprintf(const char *, ...); | |
14446 | ||
14447 | wx_test_vsnprintf("%s"); | |
14448 | return 0; | |
14449 | } | |
14450 | ||
14451 | int wx_test_vsnprintf(const char *fmt, ...) | |
14452 | { | |
14453 | char *s; | |
14454 | ||
14455 | va_list argp; | |
14456 | va_start(argp, fmt); | |
14457 | _vsnprintf(s, 42, fmt, argp); | |
14458 | va_end(argp); | |
14459 | ||
14460 | ; return 0; } | |
14461 | EOF | |
14462 | if { (eval echo configure:14463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14463 | rm -rf conftest* | |
14464 | ||
14465 | wx_cv_func_vsnprintf=yes | |
14466 | ||
14467 | else | |
14468 | echo "configure: failed program was:" >&5 | |
14469 | cat conftest.$ac_ext >&5 | |
14470 | rm -rf conftest* | |
14471 | ||
14472 | wx_cv_func_vsnprintf=no | |
14473 | ||
14474 | fi | |
14475 | rm -f conftest* | |
14476 | ||
14477 | fi | |
14478 | rm -f conftest* | |
14479 | ||
14480 | fi | |
14481 | ||
14482 | echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6 | |
14483 | ||
14484 | if test "$wx_cv_func_vsnprintf" = yes; then | |
14485 | cat >> confdefs.h <<\EOF | |
14486 | #define HAVE_VSNPRINTF 1 | |
14487 | EOF | |
14488 | ||
14489 | else | |
14490 | echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2 | |
14491 | fi | |
14492 | ||
14493 | echo $ac_n "checking for vsscanf""... $ac_c" 1>&6 | |
14494 | echo "configure:14495: checking for vsscanf" >&5 | |
14495 | if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then | |
14496 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14497 | else | |
14498 | ||
14499 | cat > conftest.$ac_ext <<EOF | |
14500 | #line 14501 "configure" | |
14501 | #include "confdefs.h" | |
14502 | ||
14503 | #include <stdio.h> | |
14504 | #include <stdarg.h> | |
14505 | ||
14506 | int main() { | |
14507 | ||
14508 | int wx_test_vsscanf(const char *, ...); | |
14509 | ||
14510 | wx_test_vsscanf("%d"); | |
14511 | return 0; | |
14512 | } | |
14513 | ||
14514 | int wx_test_vsscanf(const char *fmt, ...) | |
14515 | { | |
14516 | va_list argp; | |
14517 | va_start(argp, fmt); | |
14518 | vsscanf("42", fmt, argp); | |
14519 | va_end(argp); | |
14520 | ||
14521 | ; return 0; } | |
14522 | EOF | |
14523 | if { (eval echo configure:14524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
14524 | rm -rf conftest* | |
14525 | ||
14526 | wx_cv_func_vsscanf=yes | |
14527 | ||
14528 | else | |
14529 | echo "configure: failed program was:" >&5 | |
14530 | cat conftest.$ac_ext >&5 | |
14531 | rm -rf conftest* | |
14532 | ||
14533 | wx_cv_func_vsscanf=no | |
14534 | ||
14535 | fi | |
14536 | rm -f conftest* | |
14537 | ||
14538 | fi | |
14539 | ||
14540 | echo "$ac_t""$wx_cv_func_vsscanf" 1>&6 | |
14541 | ||
14542 | if test "$wx_cv_func_vsscanf" = yes; then | |
14543 | cat >> confdefs.h <<\EOF | |
14544 | #define HAVE_VSSCANF 1 | |
14545 | EOF | |
14546 | ||
14547 | fi | |
14548 | ||
14549 | if test "$TOOLKIT" != "MSW"; then | |
14550 | ||
14551 | ||
14552 | ||
14553 | ac_ext=C | |
14554 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14555 | ac_cpp='$CXXCPP $CPPFLAGS' | |
14556 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14557 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14558 | cross_compiling=$ac_cv_prog_cxx_cross | |
14559 | ||
14560 | echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6 | |
14561 | echo "configure:14562: checking if iconv() takes char**" >&5 | |
14562 | if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then | |
14563 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14564 | else | |
14565 | ||
14566 | cat > conftest.$ac_ext <<EOF | |
14567 | #line 14568 "configure" | |
14568 | #include "confdefs.h" | |
14569 | #include <iconv.h> | |
14570 | int main() { | |
14571 | ||
14572 | char **inbuf, **outbuf; | |
14573 | iconv_t cd; | |
14574 | size_t insz, outsz; | |
14575 | iconv(cd, inbuf, &insz, outbuf, &outsz); | |
14576 | ||
14577 | ; return 0; } | |
14578 | EOF | |
14579 | if { (eval echo configure:14580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
14580 | rm -rf conftest* | |
14581 | wx_cv_iconv_takes_char=yes | |
14582 | else | |
14583 | echo "configure: failed program was:" >&5 | |
14584 | cat conftest.$ac_ext >&5 | |
14585 | rm -rf conftest* | |
14586 | wx_cv_iconv_takes_char=no | |
14587 | fi | |
14588 | rm -f conftest* | |
14589 | ||
14590 | fi | |
14591 | ||
14592 | echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6 | |
14593 | ac_ext=c | |
14594 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14595 | ac_cpp='$CPP $CPPFLAGS' | |
14596 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14597 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14598 | cross_compiling=$ac_cv_prog_cc_cross | |
14599 | ||
14600 | if test "$wx_cv_iconv_takes_char" = yes ; then | |
14601 | cat >> confdefs.h <<\EOF | |
14602 | #define WX_ICONV_TAKES_CHAR 1 | |
14603 | EOF | |
14604 | ||
14605 | fi | |
14606 | ||
14607 | ||
14608 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then | |
14609 | for ac_func in sigaction | |
14610 | do | |
14611 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
14612 | echo "configure:14613: checking for $ac_func" >&5 | |
14613 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
14614 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14615 | else | |
14616 | cat > conftest.$ac_ext <<EOF | |
14617 | #line 14618 "configure" | |
14618 | #include "confdefs.h" | |
14619 | /* System header to define __stub macros and hopefully few prototypes, | |
14620 | which can conflict with char $ac_func(); below. */ | |
14621 | #include <assert.h> | |
14622 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14623 | /* We use char because int might match the return type of a gcc2 | |
14624 | builtin and then its argument prototype would still apply. */ | |
14625 | char $ac_func(); | |
14626 | ||
14627 | int main() { | |
14628 | ||
14629 | /* The GNU C library defines this for functions which it implements | |
14630 | to always fail with ENOSYS. Some functions are actually named | |
14631 | something starting with __ and the normal name is an alias. */ | |
14632 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14633 | choke me | |
14634 | #else | |
14635 | $ac_func(); | |
14636 | #endif | |
14637 | ||
14638 | ; return 0; } | |
14639 | EOF | |
14640 | if { (eval echo configure:14641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14641 | rm -rf conftest* | |
14642 | eval "ac_cv_func_$ac_func=yes" | |
14643 | else | |
14644 | echo "configure: failed program was:" >&5 | |
14645 | cat conftest.$ac_ext >&5 | |
14646 | rm -rf conftest* | |
14647 | eval "ac_cv_func_$ac_func=no" | |
14648 | fi | |
14649 | rm -f conftest* | |
14650 | fi | |
14651 | ||
14652 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
14653 | echo "$ac_t""yes" 1>&6 | |
14654 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14655 | cat >> confdefs.h <<EOF | |
14656 | #define $ac_tr_func 1 | |
14657 | EOF | |
14658 | ||
14659 | else | |
14660 | echo "$ac_t""no" 1>&6 | |
14661 | fi | |
14662 | done | |
14663 | ||
14664 | ||
14665 | if test "$ac_cv_func_sigaction" = "no"; then | |
14666 | echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2 | |
14667 | wxUSE_ON_FATAL_EXCEPTION=no | |
14668 | fi | |
14669 | ||
14670 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
14671 | ||
14672 | ac_ext=C | |
14673 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14674 | ac_cpp='$CXXCPP $CPPFLAGS' | |
14675 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14676 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14677 | cross_compiling=$ac_cv_prog_cxx_cross | |
14678 | ||
14679 | ||
14680 | echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6 | |
14681 | echo "configure:14682: checking for sa_handler type" >&5 | |
14682 | if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then | |
14683 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14684 | else | |
14685 | ||
14686 | cat > conftest.$ac_ext <<EOF | |
14687 | #line 14688 "configure" | |
14688 | #include "confdefs.h" | |
14689 | #include <signal.h> | |
14690 | int main() { | |
14691 | ||
14692 | extern void testSigHandler(int); | |
14693 | ||
14694 | struct sigaction sa; | |
14695 | sa.sa_handler = testSigHandler; | |
14696 | ||
14697 | ; return 0; } | |
14698 | EOF | |
14699 | if { (eval echo configure:14700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
14700 | rm -rf conftest* | |
14701 | ||
14702 | wx_cv_type_sa_handler=int | |
14703 | ||
14704 | else | |
14705 | echo "configure: failed program was:" >&5 | |
14706 | cat conftest.$ac_ext >&5 | |
14707 | rm -rf conftest* | |
14708 | ||
14709 | wx_cv_type_sa_handler=void | |
14710 | ||
14711 | fi | |
14712 | rm -f conftest* | |
14713 | ||
14714 | fi | |
14715 | ||
14716 | echo "$ac_t""$wx_cv_type_sa_handler" 1>&6 | |
14717 | ||
14718 | ac_ext=c | |
14719 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
14720 | ac_cpp='$CPP $CPPFLAGS' | |
14721 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
14722 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
14723 | cross_compiling=$ac_cv_prog_cc_cross | |
14724 | ||
14725 | ||
14726 | cat >> confdefs.h <<EOF | |
14727 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler | |
14728 | EOF | |
14729 | ||
14730 | fi | |
14731 | fi | |
14732 | ||
14733 | for ac_func in vfork | |
14734 | do | |
14735 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
14736 | echo "configure:14737: checking for $ac_func" >&5 | |
14737 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
14738 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14739 | else | |
14740 | cat > conftest.$ac_ext <<EOF | |
14741 | #line 14742 "configure" | |
14742 | #include "confdefs.h" | |
14743 | /* System header to define __stub macros and hopefully few prototypes, | |
14744 | which can conflict with char $ac_func(); below. */ | |
14745 | #include <assert.h> | |
14746 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14747 | /* We use char because int might match the return type of a gcc2 | |
14748 | builtin and then its argument prototype would still apply. */ | |
14749 | char $ac_func(); | |
14750 | ||
14751 | int main() { | |
14752 | ||
14753 | /* The GNU C library defines this for functions which it implements | |
14754 | to always fail with ENOSYS. Some functions are actually named | |
14755 | something starting with __ and the normal name is an alias. */ | |
14756 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14757 | choke me | |
14758 | #else | |
14759 | $ac_func(); | |
14760 | #endif | |
14761 | ||
14762 | ; return 0; } | |
14763 | EOF | |
14764 | if { (eval echo configure:14765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14765 | rm -rf conftest* | |
14766 | eval "ac_cv_func_$ac_func=yes" | |
14767 | else | |
14768 | echo "configure: failed program was:" >&5 | |
14769 | cat conftest.$ac_ext >&5 | |
14770 | rm -rf conftest* | |
14771 | eval "ac_cv_func_$ac_func=no" | |
14772 | fi | |
14773 | rm -f conftest* | |
14774 | fi | |
14775 | ||
14776 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
14777 | echo "$ac_t""yes" 1>&6 | |
14778 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14779 | cat >> confdefs.h <<EOF | |
14780 | #define $ac_tr_func 1 | |
14781 | EOF | |
14782 | ||
14783 | else | |
14784 | echo "$ac_t""no" 1>&6 | |
14785 | fi | |
14786 | done | |
14787 | ||
14788 | ||
14789 | for ac_func in mkstemp mktemp | |
14790 | do | |
14791 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
14792 | echo "configure:14793: checking for $ac_func" >&5 | |
14793 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
14794 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14795 | else | |
14796 | cat > conftest.$ac_ext <<EOF | |
14797 | #line 14798 "configure" | |
14798 | #include "confdefs.h" | |
14799 | /* System header to define __stub macros and hopefully few prototypes, | |
14800 | which can conflict with char $ac_func(); below. */ | |
14801 | #include <assert.h> | |
14802 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14803 | /* We use char because int might match the return type of a gcc2 | |
14804 | builtin and then its argument prototype would still apply. */ | |
14805 | char $ac_func(); | |
14806 | ||
14807 | int main() { | |
14808 | ||
14809 | /* The GNU C library defines this for functions which it implements | |
14810 | to always fail with ENOSYS. Some functions are actually named | |
14811 | something starting with __ and the normal name is an alias. */ | |
14812 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14813 | choke me | |
14814 | #else | |
14815 | $ac_func(); | |
14816 | #endif | |
14817 | ||
14818 | ; return 0; } | |
14819 | EOF | |
14820 | if { (eval echo configure:14821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14821 | rm -rf conftest* | |
14822 | eval "ac_cv_func_$ac_func=yes" | |
14823 | else | |
14824 | echo "configure: failed program was:" >&5 | |
14825 | cat conftest.$ac_ext >&5 | |
14826 | rm -rf conftest* | |
14827 | eval "ac_cv_func_$ac_func=no" | |
14828 | fi | |
14829 | rm -f conftest* | |
14830 | fi | |
14831 | ||
14832 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
14833 | echo "$ac_t""yes" 1>&6 | |
14834 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14835 | cat >> confdefs.h <<EOF | |
14836 | #define $ac_tr_func 1 | |
14837 | EOF | |
14838 | break | |
14839 | else | |
14840 | echo "$ac_t""no" 1>&6 | |
14841 | fi | |
14842 | done | |
14843 | ||
14844 | ||
14845 | echo $ac_n "checking for statfs""... $ac_c" 1>&6 | |
14846 | echo "configure:14847: checking for statfs" >&5 | |
14847 | if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then | |
14848 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14849 | else | |
14850 | cat > conftest.$ac_ext <<EOF | |
14851 | #line 14852 "configure" | |
14852 | #include "confdefs.h" | |
14853 | ||
14854 | #if defined(__BSD__) | |
14855 | #include <sys/param.h> | |
14856 | #include <sys/mount.h> | |
14857 | #else | |
14858 | #include <sys/vfs.h> | |
14859 | #endif | |
14860 | ||
14861 | int main() { | |
14862 | ||
14863 | long l; | |
14864 | struct statfs fs; | |
14865 | statfs("/", &fs); | |
14866 | l = fs.f_bsize; | |
14867 | l += fs.f_blocks; | |
14868 | l += fs.f_bavail; | |
14869 | ||
14870 | ; return 0; } | |
14871 | EOF | |
14872 | if { (eval echo configure:14873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
14873 | rm -rf conftest* | |
14874 | ||
14875 | wx_cv_func_statfs=yes | |
14876 | ||
14877 | else | |
14878 | echo "configure: failed program was:" >&5 | |
14879 | cat conftest.$ac_ext >&5 | |
14880 | rm -rf conftest* | |
14881 | ||
14882 | wx_cv_func_statfs=no | |
14883 | ||
14884 | ||
14885 | fi | |
14886 | rm -f conftest* | |
14887 | ||
14888 | fi | |
14889 | ||
14890 | echo "$ac_t""$wx_cv_func_statfs" 1>&6 | |
14891 | ||
14892 | if test "$wx_cv_func_statfs" = "yes"; then | |
14893 | cat >> confdefs.h <<\EOF | |
14894 | #define HAVE_STATFS 1 | |
14895 | EOF | |
14896 | ||
14897 | else | |
14898 | echo $ac_n "checking for statvfs""... $ac_c" 1>&6 | |
14899 | echo "configure:14900: checking for statvfs" >&5 | |
14900 | if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then | |
14901 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14902 | else | |
14903 | cat > conftest.$ac_ext <<EOF | |
14904 | #line 14905 "configure" | |
14905 | #include "confdefs.h" | |
14906 | ||
14907 | #include <sys/statvfs.h> | |
14908 | ||
14909 | int main() { | |
14910 | ||
14911 | long l; | |
14912 | struct statvfs fs; | |
14913 | statvfs("/", &fs); | |
14914 | l = fs.f_bsize; | |
14915 | l += fs.f_blocks; | |
14916 | l += fs.f_bavail; | |
14917 | ||
14918 | ; return 0; } | |
14919 | EOF | |
14920 | if { (eval echo configure:14921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
14921 | rm -rf conftest* | |
14922 | ||
14923 | wx_cv_func_statvfs=yes | |
14924 | ||
14925 | else | |
14926 | echo "configure: failed program was:" >&5 | |
14927 | cat conftest.$ac_ext >&5 | |
14928 | rm -rf conftest* | |
14929 | ||
14930 | wx_cv_func_statvfs=no | |
14931 | ||
14932 | ||
14933 | fi | |
14934 | rm -f conftest* | |
14935 | ||
14936 | fi | |
14937 | ||
14938 | echo "$ac_t""$wx_cv_func_statvfs" 1>&6 | |
14939 | ||
14940 | if test "$wx_cv_func_statvfs" = "yes"; then | |
14941 | cat >> confdefs.h <<\EOF | |
14942 | #define HAVE_STATVFS 1 | |
14943 | EOF | |
14944 | ||
14945 | else | |
14946 | echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2 | |
14947 | fi | |
14948 | fi | |
14949 | ||
14950 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then | |
14951 | for ac_func in fcntl flock | |
14952 | do | |
14953 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
14954 | echo "configure:14955: checking for $ac_func" >&5 | |
14955 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
14956 | echo $ac_n "(cached) $ac_c" 1>&6 | |
14957 | else | |
14958 | cat > conftest.$ac_ext <<EOF | |
14959 | #line 14960 "configure" | |
14960 | #include "confdefs.h" | |
14961 | /* System header to define __stub macros and hopefully few prototypes, | |
14962 | which can conflict with char $ac_func(); below. */ | |
14963 | #include <assert.h> | |
14964 | /* Override any gcc2 internal prototype to avoid an error. */ | |
14965 | /* We use char because int might match the return type of a gcc2 | |
14966 | builtin and then its argument prototype would still apply. */ | |
14967 | char $ac_func(); | |
14968 | ||
14969 | int main() { | |
14970 | ||
14971 | /* The GNU C library defines this for functions which it implements | |
14972 | to always fail with ENOSYS. Some functions are actually named | |
14973 | something starting with __ and the normal name is an alias. */ | |
14974 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14975 | choke me | |
14976 | #else | |
14977 | $ac_func(); | |
14978 | #endif | |
14979 | ||
14980 | ; return 0; } | |
14981 | EOF | |
14982 | if { (eval echo configure:14983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
14983 | rm -rf conftest* | |
14984 | eval "ac_cv_func_$ac_func=yes" | |
14985 | else | |
14986 | echo "configure: failed program was:" >&5 | |
14987 | cat conftest.$ac_ext >&5 | |
14988 | rm -rf conftest* | |
14989 | eval "ac_cv_func_$ac_func=no" | |
14990 | fi | |
14991 | rm -f conftest* | |
14992 | fi | |
14993 | ||
14994 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
14995 | echo "$ac_t""yes" 1>&6 | |
14996 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
14997 | cat >> confdefs.h <<EOF | |
14998 | #define $ac_tr_func 1 | |
14999 | EOF | |
15000 | break | |
15001 | else | |
15002 | echo "$ac_t""no" 1>&6 | |
15003 | fi | |
15004 | done | |
15005 | ||
15006 | ||
15007 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then | |
15008 | echo "configure: warning: wxSingleInstanceChecker not available" 1>&2 | |
15009 | wxUSE_SNGLINST_CHECKER=no | |
15010 | fi | |
15011 | fi | |
15012 | ||
15013 | for ac_func in timegm | |
15014 | do | |
15015 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15016 | echo "configure:15017: checking for $ac_func" >&5 | |
15017 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15018 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15019 | else | |
15020 | cat > conftest.$ac_ext <<EOF | |
15021 | #line 15022 "configure" | |
15022 | #include "confdefs.h" | |
15023 | /* System header to define __stub macros and hopefully few prototypes, | |
15024 | which can conflict with char $ac_func(); below. */ | |
15025 | #include <assert.h> | |
15026 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15027 | /* We use char because int might match the return type of a gcc2 | |
15028 | builtin and then its argument prototype would still apply. */ | |
15029 | char $ac_func(); | |
15030 | ||
15031 | int main() { | |
15032 | ||
15033 | /* The GNU C library defines this for functions which it implements | |
15034 | to always fail with ENOSYS. Some functions are actually named | |
15035 | something starting with __ and the normal name is an alias. */ | |
15036 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15037 | choke me | |
15038 | #else | |
15039 | $ac_func(); | |
15040 | #endif | |
15041 | ||
15042 | ; return 0; } | |
15043 | EOF | |
15044 | if { (eval echo configure:15045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15045 | rm -rf conftest* | |
15046 | eval "ac_cv_func_$ac_func=yes" | |
15047 | else | |
15048 | echo "configure: failed program was:" >&5 | |
15049 | cat conftest.$ac_ext >&5 | |
15050 | rm -rf conftest* | |
15051 | eval "ac_cv_func_$ac_func=no" | |
15052 | fi | |
15053 | rm -f conftest* | |
15054 | fi | |
15055 | ||
15056 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15057 | echo "$ac_t""yes" 1>&6 | |
15058 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15059 | cat >> confdefs.h <<EOF | |
15060 | #define $ac_tr_func 1 | |
15061 | EOF | |
15062 | ||
15063 | else | |
15064 | echo "$ac_t""no" 1>&6 | |
15065 | fi | |
15066 | done | |
15067 | ||
15068 | ||
15069 | for ac_func in putenv setenv | |
15070 | do | |
15071 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15072 | echo "configure:15073: checking for $ac_func" >&5 | |
15073 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15074 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15075 | else | |
15076 | cat > conftest.$ac_ext <<EOF | |
15077 | #line 15078 "configure" | |
15078 | #include "confdefs.h" | |
15079 | /* System header to define __stub macros and hopefully few prototypes, | |
15080 | which can conflict with char $ac_func(); below. */ | |
15081 | #include <assert.h> | |
15082 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15083 | /* We use char because int might match the return type of a gcc2 | |
15084 | builtin and then its argument prototype would still apply. */ | |
15085 | char $ac_func(); | |
15086 | ||
15087 | int main() { | |
15088 | ||
15089 | /* The GNU C library defines this for functions which it implements | |
15090 | to always fail with ENOSYS. Some functions are actually named | |
15091 | something starting with __ and the normal name is an alias. */ | |
15092 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15093 | choke me | |
15094 | #else | |
15095 | $ac_func(); | |
15096 | #endif | |
15097 | ||
15098 | ; return 0; } | |
15099 | EOF | |
15100 | if { (eval echo configure:15101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15101 | rm -rf conftest* | |
15102 | eval "ac_cv_func_$ac_func=yes" | |
15103 | else | |
15104 | echo "configure: failed program was:" >&5 | |
15105 | cat conftest.$ac_ext >&5 | |
15106 | rm -rf conftest* | |
15107 | eval "ac_cv_func_$ac_func=no" | |
15108 | fi | |
15109 | rm -f conftest* | |
15110 | fi | |
15111 | ||
15112 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15113 | echo "$ac_t""yes" 1>&6 | |
15114 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15115 | cat >> confdefs.h <<EOF | |
15116 | #define $ac_tr_func 1 | |
15117 | EOF | |
15118 | break | |
15119 | else | |
15120 | echo "$ac_t""no" 1>&6 | |
15121 | fi | |
15122 | done | |
15123 | ||
15124 | ||
15125 | HAVE_SOME_SLEEP_FUNC=0 | |
15126 | if test "$USE_BEOS" = 1; then | |
15127 | cat >> confdefs.h <<\EOF | |
15128 | #define HAVE_SLEEP 1 | |
15129 | EOF | |
15130 | ||
15131 | HAVE_SOME_SLEEP_FUNC=1 | |
15132 | fi | |
15133 | ||
15134 | if test "$USE_DARWIN" = 1; then | |
15135 | cat >> confdefs.h <<\EOF | |
15136 | #define HAVE_USLEEP 1 | |
15137 | EOF | |
15138 | ||
15139 | HAVE_SOME_SLEEP_FUNC=1 | |
15140 | fi | |
15141 | ||
15142 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then | |
15143 | POSIX4_LINK= | |
15144 | for ac_func in nanosleep | |
15145 | do | |
15146 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15147 | echo "configure:15148: checking for $ac_func" >&5 | |
15148 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15149 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15150 | else | |
15151 | cat > conftest.$ac_ext <<EOF | |
15152 | #line 15153 "configure" | |
15153 | #include "confdefs.h" | |
15154 | /* System header to define __stub macros and hopefully few prototypes, | |
15155 | which can conflict with char $ac_func(); below. */ | |
15156 | #include <assert.h> | |
15157 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15158 | /* We use char because int might match the return type of a gcc2 | |
15159 | builtin and then its argument prototype would still apply. */ | |
15160 | char $ac_func(); | |
15161 | ||
15162 | int main() { | |
15163 | ||
15164 | /* The GNU C library defines this for functions which it implements | |
15165 | to always fail with ENOSYS. Some functions are actually named | |
15166 | something starting with __ and the normal name is an alias. */ | |
15167 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15168 | choke me | |
15169 | #else | |
15170 | $ac_func(); | |
15171 | #endif | |
15172 | ||
15173 | ; return 0; } | |
15174 | EOF | |
15175 | if { (eval echo configure:15176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15176 | rm -rf conftest* | |
15177 | eval "ac_cv_func_$ac_func=yes" | |
15178 | else | |
15179 | echo "configure: failed program was:" >&5 | |
15180 | cat conftest.$ac_ext >&5 | |
15181 | rm -rf conftest* | |
15182 | eval "ac_cv_func_$ac_func=no" | |
15183 | fi | |
15184 | rm -f conftest* | |
15185 | fi | |
15186 | ||
15187 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15188 | echo "$ac_t""yes" 1>&6 | |
15189 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15190 | cat >> confdefs.h <<EOF | |
15191 | #define $ac_tr_func 1 | |
15192 | EOF | |
15193 | cat >> confdefs.h <<\EOF | |
15194 | #define HAVE_NANOSLEEP 1 | |
15195 | EOF | |
15196 | ||
15197 | else | |
15198 | echo "$ac_t""no" 1>&6 | |
15199 | echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 | |
15200 | echo "configure:15201: checking for nanosleep in -lposix4" >&5 | |
15201 | ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` | |
15202 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15203 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15204 | else | |
15205 | ac_save_LIBS="$LIBS" | |
15206 | LIBS="-lposix4 $LIBS" | |
15207 | cat > conftest.$ac_ext <<EOF | |
15208 | #line 15209 "configure" | |
15209 | #include "confdefs.h" | |
15210 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15211 | /* We use char because int might match the return type of a gcc2 | |
15212 | builtin and then its argument prototype would still apply. */ | |
15213 | char nanosleep(); | |
15214 | ||
15215 | int main() { | |
15216 | nanosleep() | |
15217 | ; return 0; } | |
15218 | EOF | |
15219 | if { (eval echo configure:15220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15220 | rm -rf conftest* | |
15221 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15222 | else | |
15223 | echo "configure: failed program was:" >&5 | |
15224 | cat conftest.$ac_ext >&5 | |
15225 | rm -rf conftest* | |
15226 | eval "ac_cv_lib_$ac_lib_var=no" | |
15227 | fi | |
15228 | rm -f conftest* | |
15229 | LIBS="$ac_save_LIBS" | |
15230 | ||
15231 | fi | |
15232 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15233 | echo "$ac_t""yes" 1>&6 | |
15234 | ||
15235 | cat >> confdefs.h <<\EOF | |
15236 | #define HAVE_NANOSLEEP 1 | |
15237 | EOF | |
15238 | ||
15239 | POSIX4_LINK=" -lposix4" | |
15240 | ||
15241 | else | |
15242 | echo "$ac_t""no" 1>&6 | |
15243 | ||
15244 | for ac_func in usleep | |
15245 | do | |
15246 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15247 | echo "configure:15248: checking for $ac_func" >&5 | |
15248 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15249 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15250 | else | |
15251 | cat > conftest.$ac_ext <<EOF | |
15252 | #line 15253 "configure" | |
15253 | #include "confdefs.h" | |
15254 | /* System header to define __stub macros and hopefully few prototypes, | |
15255 | which can conflict with char $ac_func(); below. */ | |
15256 | #include <assert.h> | |
15257 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15258 | /* We use char because int might match the return type of a gcc2 | |
15259 | builtin and then its argument prototype would still apply. */ | |
15260 | char $ac_func(); | |
15261 | ||
15262 | int main() { | |
15263 | ||
15264 | /* The GNU C library defines this for functions which it implements | |
15265 | to always fail with ENOSYS. Some functions are actually named | |
15266 | something starting with __ and the normal name is an alias. */ | |
15267 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15268 | choke me | |
15269 | #else | |
15270 | $ac_func(); | |
15271 | #endif | |
15272 | ||
15273 | ; return 0; } | |
15274 | EOF | |
15275 | if { (eval echo configure:15276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15276 | rm -rf conftest* | |
15277 | eval "ac_cv_func_$ac_func=yes" | |
15278 | else | |
15279 | echo "configure: failed program was:" >&5 | |
15280 | cat conftest.$ac_ext >&5 | |
15281 | rm -rf conftest* | |
15282 | eval "ac_cv_func_$ac_func=no" | |
15283 | fi | |
15284 | rm -f conftest* | |
15285 | fi | |
15286 | ||
15287 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15288 | echo "$ac_t""yes" 1>&6 | |
15289 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15290 | cat >> confdefs.h <<EOF | |
15291 | #define $ac_tr_func 1 | |
15292 | EOF | |
15293 | cat >> confdefs.h <<\EOF | |
15294 | #define HAVE_USLEEP 1 | |
15295 | EOF | |
15296 | ||
15297 | else | |
15298 | echo "$ac_t""no" 1>&6 | |
15299 | echo "configure: warning: wxSleep() function will not work" 1>&2 | |
15300 | ||
15301 | fi | |
15302 | done | |
15303 | ||
15304 | ||
15305 | ||
15306 | fi | |
15307 | ||
15308 | ||
15309 | ||
15310 | fi | |
15311 | done | |
15312 | ||
15313 | fi | |
15314 | ||
15315 | for ac_func in uname gethostname | |
15316 | do | |
15317 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15318 | echo "configure:15319: checking for $ac_func" >&5 | |
15319 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15320 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15321 | else | |
15322 | cat > conftest.$ac_ext <<EOF | |
15323 | #line 15324 "configure" | |
15324 | #include "confdefs.h" | |
15325 | /* System header to define __stub macros and hopefully few prototypes, | |
15326 | which can conflict with char $ac_func(); below. */ | |
15327 | #include <assert.h> | |
15328 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15329 | /* We use char because int might match the return type of a gcc2 | |
15330 | builtin and then its argument prototype would still apply. */ | |
15331 | char $ac_func(); | |
15332 | ||
15333 | int main() { | |
15334 | ||
15335 | /* The GNU C library defines this for functions which it implements | |
15336 | to always fail with ENOSYS. Some functions are actually named | |
15337 | something starting with __ and the normal name is an alias. */ | |
15338 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15339 | choke me | |
15340 | #else | |
15341 | $ac_func(); | |
15342 | #endif | |
15343 | ||
15344 | ; return 0; } | |
15345 | EOF | |
15346 | if { (eval echo configure:15347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15347 | rm -rf conftest* | |
15348 | eval "ac_cv_func_$ac_func=yes" | |
15349 | else | |
15350 | echo "configure: failed program was:" >&5 | |
15351 | cat conftest.$ac_ext >&5 | |
15352 | rm -rf conftest* | |
15353 | eval "ac_cv_func_$ac_func=no" | |
15354 | fi | |
15355 | rm -f conftest* | |
15356 | fi | |
15357 | ||
15358 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15359 | echo "$ac_t""yes" 1>&6 | |
15360 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15361 | cat >> confdefs.h <<EOF | |
15362 | #define $ac_tr_func 1 | |
15363 | EOF | |
15364 | break | |
15365 | else | |
15366 | echo "$ac_t""no" 1>&6 | |
15367 | fi | |
15368 | done | |
15369 | ||
15370 | ||
15371 | ||
15372 | ac_ext=C | |
15373 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
15374 | ac_cpp='$CXXCPP $CPPFLAGS' | |
15375 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
15376 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
15377 | cross_compiling=$ac_cv_prog_cxx_cross | |
15378 | ||
15379 | ||
15380 | for ac_func in strtok_r | |
15381 | do | |
15382 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15383 | echo "configure:15384: checking for $ac_func" >&5 | |
15384 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15385 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15386 | else | |
15387 | cat > conftest.$ac_ext <<EOF | |
15388 | #line 15389 "configure" | |
15389 | #include "confdefs.h" | |
15390 | /* System header to define __stub macros and hopefully few prototypes, | |
15391 | which can conflict with char $ac_func(); below. */ | |
15392 | #include <assert.h> | |
15393 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15394 | #ifdef __cplusplus | |
15395 | extern "C" | |
15396 | #endif | |
15397 | /* We use char because int might match the return type of a gcc2 | |
15398 | builtin and then its argument prototype would still apply. */ | |
15399 | char $ac_func(); | |
15400 | ||
15401 | int main() { | |
15402 | ||
15403 | /* The GNU C library defines this for functions which it implements | |
15404 | to always fail with ENOSYS. Some functions are actually named | |
15405 | something starting with __ and the normal name is an alias. */ | |
15406 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15407 | choke me | |
15408 | #else | |
15409 | $ac_func(); | |
15410 | #endif | |
15411 | ||
15412 | ; return 0; } | |
15413 | EOF | |
15414 | if { (eval echo configure:15415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15415 | rm -rf conftest* | |
15416 | eval "ac_cv_func_$ac_func=yes" | |
15417 | else | |
15418 | echo "configure: failed program was:" >&5 | |
15419 | cat conftest.$ac_ext >&5 | |
15420 | rm -rf conftest* | |
15421 | eval "ac_cv_func_$ac_func=no" | |
15422 | fi | |
15423 | rm -f conftest* | |
15424 | fi | |
15425 | ||
15426 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15427 | echo "$ac_t""yes" 1>&6 | |
15428 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15429 | cat >> confdefs.h <<EOF | |
15430 | #define $ac_tr_func 1 | |
15431 | EOF | |
15432 | ||
15433 | else | |
15434 | echo "$ac_t""no" 1>&6 | |
15435 | fi | |
15436 | done | |
15437 | ||
15438 | ||
15439 | ac_ext=c | |
15440 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
15441 | ac_cpp='$CPP $CPPFLAGS' | |
15442 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
15443 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
15444 | cross_compiling=$ac_cv_prog_cc_cross | |
15445 | ||
15446 | ||
15447 | INET_LINK= | |
15448 | for ac_func in inet_addr | |
15449 | do | |
15450 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15451 | echo "configure:15452: checking for $ac_func" >&5 | |
15452 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15453 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15454 | else | |
15455 | cat > conftest.$ac_ext <<EOF | |
15456 | #line 15457 "configure" | |
15457 | #include "confdefs.h" | |
15458 | /* System header to define __stub macros and hopefully few prototypes, | |
15459 | which can conflict with char $ac_func(); below. */ | |
15460 | #include <assert.h> | |
15461 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15462 | /* We use char because int might match the return type of a gcc2 | |
15463 | builtin and then its argument prototype would still apply. */ | |
15464 | char $ac_func(); | |
15465 | ||
15466 | int main() { | |
15467 | ||
15468 | /* The GNU C library defines this for functions which it implements | |
15469 | to always fail with ENOSYS. Some functions are actually named | |
15470 | something starting with __ and the normal name is an alias. */ | |
15471 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15472 | choke me | |
15473 | #else | |
15474 | $ac_func(); | |
15475 | #endif | |
15476 | ||
15477 | ; return 0; } | |
15478 | EOF | |
15479 | if { (eval echo configure:15480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15480 | rm -rf conftest* | |
15481 | eval "ac_cv_func_$ac_func=yes" | |
15482 | else | |
15483 | echo "configure: failed program was:" >&5 | |
15484 | cat conftest.$ac_ext >&5 | |
15485 | rm -rf conftest* | |
15486 | eval "ac_cv_func_$ac_func=no" | |
15487 | fi | |
15488 | rm -f conftest* | |
15489 | fi | |
15490 | ||
15491 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15492 | echo "$ac_t""yes" 1>&6 | |
15493 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15494 | cat >> confdefs.h <<EOF | |
15495 | #define $ac_tr_func 1 | |
15496 | EOF | |
15497 | cat >> confdefs.h <<\EOF | |
15498 | #define HAVE_INET_ADDR 1 | |
15499 | EOF | |
15500 | ||
15501 | else | |
15502 | echo "$ac_t""no" 1>&6 | |
15503 | echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 | |
15504 | echo "configure:15505: checking for inet_addr in -lnsl" >&5 | |
15505 | ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` | |
15506 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15507 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15508 | else | |
15509 | ac_save_LIBS="$LIBS" | |
15510 | LIBS="-lnsl $LIBS" | |
15511 | cat > conftest.$ac_ext <<EOF | |
15512 | #line 15513 "configure" | |
15513 | #include "confdefs.h" | |
15514 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15515 | /* We use char because int might match the return type of a gcc2 | |
15516 | builtin and then its argument prototype would still apply. */ | |
15517 | char inet_addr(); | |
15518 | ||
15519 | int main() { | |
15520 | inet_addr() | |
15521 | ; return 0; } | |
15522 | EOF | |
15523 | if { (eval echo configure:15524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15524 | rm -rf conftest* | |
15525 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15526 | else | |
15527 | echo "configure: failed program was:" >&5 | |
15528 | cat conftest.$ac_ext >&5 | |
15529 | rm -rf conftest* | |
15530 | eval "ac_cv_lib_$ac_lib_var=no" | |
15531 | fi | |
15532 | rm -f conftest* | |
15533 | LIBS="$ac_save_LIBS" | |
15534 | ||
15535 | fi | |
15536 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15537 | echo "$ac_t""yes" 1>&6 | |
15538 | INET_LINK="nsl" | |
15539 | else | |
15540 | echo "$ac_t""no" 1>&6 | |
15541 | echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6 | |
15542 | echo "configure:15543: checking for inet_addr in -lresolv" >&5 | |
15543 | ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'` | |
15544 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15545 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15546 | else | |
15547 | ac_save_LIBS="$LIBS" | |
15548 | LIBS="-lresolv $LIBS" | |
15549 | cat > conftest.$ac_ext <<EOF | |
15550 | #line 15551 "configure" | |
15551 | #include "confdefs.h" | |
15552 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15553 | /* We use char because int might match the return type of a gcc2 | |
15554 | builtin and then its argument prototype would still apply. */ | |
15555 | char inet_addr(); | |
15556 | ||
15557 | int main() { | |
15558 | inet_addr() | |
15559 | ; return 0; } | |
15560 | EOF | |
15561 | if { (eval echo configure:15562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15562 | rm -rf conftest* | |
15563 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15564 | else | |
15565 | echo "configure: failed program was:" >&5 | |
15566 | cat conftest.$ac_ext >&5 | |
15567 | rm -rf conftest* | |
15568 | eval "ac_cv_lib_$ac_lib_var=no" | |
15569 | fi | |
15570 | rm -f conftest* | |
15571 | LIBS="$ac_save_LIBS" | |
15572 | ||
15573 | fi | |
15574 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15575 | echo "$ac_t""yes" 1>&6 | |
15576 | INET_LINK="resolv" | |
15577 | ||
15578 | else | |
15579 | echo "$ac_t""no" 1>&6 | |
15580 | fi | |
15581 | ||
15582 | ||
15583 | fi | |
15584 | ||
15585 | ||
15586 | ||
15587 | fi | |
15588 | done | |
15589 | ||
15590 | ||
15591 | for ac_func in inet_aton | |
15592 | do | |
15593 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15594 | echo "configure:15595: checking for $ac_func" >&5 | |
15595 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15596 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15597 | else | |
15598 | cat > conftest.$ac_ext <<EOF | |
15599 | #line 15600 "configure" | |
15600 | #include "confdefs.h" | |
15601 | /* System header to define __stub macros and hopefully few prototypes, | |
15602 | which can conflict with char $ac_func(); below. */ | |
15603 | #include <assert.h> | |
15604 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15605 | /* We use char because int might match the return type of a gcc2 | |
15606 | builtin and then its argument prototype would still apply. */ | |
15607 | char $ac_func(); | |
15608 | ||
15609 | int main() { | |
15610 | ||
15611 | /* The GNU C library defines this for functions which it implements | |
15612 | to always fail with ENOSYS. Some functions are actually named | |
15613 | something starting with __ and the normal name is an alias. */ | |
15614 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15615 | choke me | |
15616 | #else | |
15617 | $ac_func(); | |
15618 | #endif | |
15619 | ||
15620 | ; return 0; } | |
15621 | EOF | |
15622 | if { (eval echo configure:15623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15623 | rm -rf conftest* | |
15624 | eval "ac_cv_func_$ac_func=yes" | |
15625 | else | |
15626 | echo "configure: failed program was:" >&5 | |
15627 | cat conftest.$ac_ext >&5 | |
15628 | rm -rf conftest* | |
15629 | eval "ac_cv_func_$ac_func=no" | |
15630 | fi | |
15631 | rm -f conftest* | |
15632 | fi | |
15633 | ||
15634 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15635 | echo "$ac_t""yes" 1>&6 | |
15636 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15637 | cat >> confdefs.h <<EOF | |
15638 | #define $ac_tr_func 1 | |
15639 | EOF | |
15640 | cat >> confdefs.h <<\EOF | |
15641 | #define HAVE_INET_ATON 1 | |
15642 | EOF | |
15643 | ||
15644 | else | |
15645 | echo "$ac_t""no" 1>&6 | |
15646 | echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6 | |
15647 | echo "configure:15648: checking for inet_aton in -l$INET_LINK" >&5 | |
15648 | ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'` | |
15649 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15650 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15651 | else | |
15652 | ac_save_LIBS="$LIBS" | |
15653 | LIBS="-l$INET_LINK $LIBS" | |
15654 | cat > conftest.$ac_ext <<EOF | |
15655 | #line 15656 "configure" | |
15656 | #include "confdefs.h" | |
15657 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15658 | /* We use char because int might match the return type of a gcc2 | |
15659 | builtin and then its argument prototype would still apply. */ | |
15660 | char inet_aton(); | |
15661 | ||
15662 | int main() { | |
15663 | inet_aton() | |
15664 | ; return 0; } | |
15665 | EOF | |
15666 | if { (eval echo configure:15667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15667 | rm -rf conftest* | |
15668 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15669 | else | |
15670 | echo "configure: failed program was:" >&5 | |
15671 | cat conftest.$ac_ext >&5 | |
15672 | rm -rf conftest* | |
15673 | eval "ac_cv_lib_$ac_lib_var=no" | |
15674 | fi | |
15675 | rm -f conftest* | |
15676 | LIBS="$ac_save_LIBS" | |
15677 | ||
15678 | fi | |
15679 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15680 | echo "$ac_t""yes" 1>&6 | |
15681 | cat >> confdefs.h <<\EOF | |
15682 | #define HAVE_INET_ATON 1 | |
15683 | EOF | |
15684 | ||
15685 | else | |
15686 | echo "$ac_t""no" 1>&6 | |
15687 | fi | |
15688 | ||
15689 | ||
15690 | fi | |
15691 | done | |
15692 | ||
15693 | ||
15694 | if test "x$INET_LINK" != "x"; then | |
15695 | cat >> confdefs.h <<\EOF | |
15696 | #define HAVE_INET_ADDR 1 | |
15697 | EOF | |
15698 | ||
15699 | INET_LINK=" -l$INET_LINK" | |
15700 | fi | |
15701 | ||
15702 | fi | |
15703 | ||
15704 | ||
15705 | cat > confcache <<\EOF | |
15706 | # This file is a shell script that caches the results of configure | |
15707 | # tests run on this system so they can be shared between configure | |
15708 | # scripts and configure runs. It is not useful on other systems. | |
15709 | # If it contains results you don't want to keep, you may remove or edit it. | |
15710 | # | |
15711 | # By default, configure uses ./config.cache as the cache file, | |
15712 | # creating it if it does not exist already. You can give configure | |
15713 | # the --cache-file=FILE option to use a different cache file; that is | |
15714 | # what configure does when it calls configure scripts in | |
15715 | # subdirectories, so they share the cache. | |
15716 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
15717 | # config.status only pays attention to the cache file if you give it the | |
15718 | # --recheck option to rerun configure. | |
15719 | # | |
15720 | EOF | |
15721 | # The following way of writing the cache mishandles newlines in values, | |
15722 | # but we know of no workaround that is simple, portable, and efficient. | |
15723 | # So, don't put newlines in cache variables' values. | |
15724 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
15725 | # and sets the high bit in the cache file unless we assign to the vars. | |
15726 | (set) 2>&1 | | |
15727 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
15728 | *ac_space=\ *) | |
15729 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
15730 | # turns \\\\ into \\, and sed turns \\ into \). | |
15731 | sed -n \ | |
15732 | -e "s/'/'\\\\''/g" \ | |
15733 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
15734 | ;; | |
15735 | *) | |
15736 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
15737 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
15738 | ;; | |
15739 | esac >> confcache | |
15740 | if cmp -s $cache_file confcache; then | |
15741 | : | |
15742 | else | |
15743 | if test -w $cache_file; then | |
15744 | echo "updating cache $cache_file" | |
15745 | cat confcache > $cache_file | |
15746 | else | |
15747 | echo "not updating unwritable cache $cache_file" | |
15748 | fi | |
15749 | fi | |
15750 | rm -f confcache | |
15751 | ||
15752 | ||
15753 | ||
15754 | if test "$TOOLKIT" != "MSW"; then | |
15755 | ||
15756 | ||
15757 | THREADS_LINK= | |
15758 | THREADS_OBJ= | |
15759 | CODE_GEN_FLAGS= | |
15760 | CODE_GEN_FLAGS_CXX= | |
15761 | ||
15762 | if test "$wxUSE_THREADS" = "yes" ; then | |
15763 | if test "$wxUSE_WINE" = 1 ; then | |
15764 | echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2 | |
15765 | wxUSE_THREADS="no" | |
15766 | elif test "$USE_BEOS" = 1; then | |
15767 | echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2 | |
15768 | wxUSE_THREADS="no" | |
15769 | fi | |
15770 | fi | |
15771 | ||
15772 | if test "$wxUSE_THREADS" = "yes" ; then | |
15773 | ||
15774 | if test "$USE_AIX" = 1; then | |
15775 | THREADS_LIB=pthreads | |
15776 | else | |
15777 | THREADS_LIB=pthread | |
15778 | fi | |
15779 | ||
15780 | echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6 | |
15781 | echo "configure:15782: checking for pthread_create in -l$THREADS_LIB" >&5 | |
15782 | ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'` | |
15783 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15784 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15785 | else | |
15786 | ac_save_LIBS="$LIBS" | |
15787 | LIBS="-l$THREADS_LIB $LIBS" | |
15788 | cat > conftest.$ac_ext <<EOF | |
15789 | #line 15790 "configure" | |
15790 | #include "confdefs.h" | |
15791 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15792 | /* We use char because int might match the return type of a gcc2 | |
15793 | builtin and then its argument prototype would still apply. */ | |
15794 | char pthread_create(); | |
15795 | ||
15796 | int main() { | |
15797 | pthread_create() | |
15798 | ; return 0; } | |
15799 | EOF | |
15800 | if { (eval echo configure:15801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15801 | rm -rf conftest* | |
15802 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15803 | else | |
15804 | echo "configure: failed program was:" >&5 | |
15805 | cat conftest.$ac_ext >&5 | |
15806 | rm -rf conftest* | |
15807 | eval "ac_cv_lib_$ac_lib_var=no" | |
15808 | fi | |
15809 | rm -f conftest* | |
15810 | LIBS="$ac_save_LIBS" | |
15811 | ||
15812 | fi | |
15813 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15814 | echo "$ac_t""yes" 1>&6 | |
15815 | ||
15816 | THREADS_OBJ="threadpsx.lo" | |
15817 | THREADS_LINK=$THREADS_LIB | |
15818 | ||
15819 | else | |
15820 | echo "$ac_t""no" 1>&6 | |
15821 | ||
15822 | echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 | |
15823 | echo "configure:15824: checking for pthread_create in -lc_r" >&5 | |
15824 | ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` | |
15825 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
15826 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15827 | else | |
15828 | ac_save_LIBS="$LIBS" | |
15829 | LIBS="-lc_r $LIBS" | |
15830 | cat > conftest.$ac_ext <<EOF | |
15831 | #line 15832 "configure" | |
15832 | #include "confdefs.h" | |
15833 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15834 | /* We use char because int might match the return type of a gcc2 | |
15835 | builtin and then its argument prototype would still apply. */ | |
15836 | char pthread_create(); | |
15837 | ||
15838 | int main() { | |
15839 | pthread_create() | |
15840 | ; return 0; } | |
15841 | EOF | |
15842 | if { (eval echo configure:15843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15843 | rm -rf conftest* | |
15844 | eval "ac_cv_lib_$ac_lib_var=yes" | |
15845 | else | |
15846 | echo "configure: failed program was:" >&5 | |
15847 | cat conftest.$ac_ext >&5 | |
15848 | rm -rf conftest* | |
15849 | eval "ac_cv_lib_$ac_lib_var=no" | |
15850 | fi | |
15851 | rm -f conftest* | |
15852 | LIBS="$ac_save_LIBS" | |
15853 | ||
15854 | fi | |
15855 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
15856 | echo "$ac_t""yes" 1>&6 | |
15857 | ||
15858 | THREADS_OBJ="threadpsx.lo" | |
15859 | THREADS_LINK="c_r" | |
15860 | ||
15861 | else | |
15862 | echo "$ac_t""no" 1>&6 | |
15863 | ||
15864 | ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'` | |
15865 | echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6 | |
15866 | echo "configure:15867: checking for sys/prctl.h" >&5 | |
15867 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
15868 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15869 | else | |
15870 | cat > conftest.$ac_ext <<EOF | |
15871 | #line 15872 "configure" | |
15872 | #include "confdefs.h" | |
15873 | #include <sys/prctl.h> | |
15874 | EOF | |
15875 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
15876 | { (eval echo configure:15877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
15877 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
15878 | if test -z "$ac_err"; then | |
15879 | rm -rf conftest* | |
15880 | eval "ac_cv_header_$ac_safe=yes" | |
15881 | else | |
15882 | echo "$ac_err" >&5 | |
15883 | echo "configure: failed program was:" >&5 | |
15884 | cat conftest.$ac_ext >&5 | |
15885 | rm -rf conftest* | |
15886 | eval "ac_cv_header_$ac_safe=no" | |
15887 | fi | |
15888 | rm -f conftest* | |
15889 | fi | |
15890 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
15891 | echo "$ac_t""yes" 1>&6 | |
15892 | ||
15893 | THREADS_OBJ="threadsgi.lo" | |
15894 | ||
15895 | else | |
15896 | echo "$ac_t""no" 1>&6 | |
15897 | fi | |
15898 | ||
15899 | ||
15900 | fi | |
15901 | ||
15902 | ||
15903 | fi | |
15904 | ||
15905 | ||
15906 | if test -z "$THREADS_OBJ" ; then | |
15907 | wxUSE_THREADS=no | |
15908 | echo "configure: warning: No thread support on this system... disabled" 1>&2 | |
15909 | fi | |
15910 | fi | |
15911 | ||
15912 | if test "$wxUSE_THREADS" = "yes" ; then | |
15913 | for ac_func in thr_setconcurrency | |
15914 | do | |
15915 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
15916 | echo "configure:15917: checking for $ac_func" >&5 | |
15917 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
15918 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15919 | else | |
15920 | cat > conftest.$ac_ext <<EOF | |
15921 | #line 15922 "configure" | |
15922 | #include "confdefs.h" | |
15923 | /* System header to define __stub macros and hopefully few prototypes, | |
15924 | which can conflict with char $ac_func(); below. */ | |
15925 | #include <assert.h> | |
15926 | /* Override any gcc2 internal prototype to avoid an error. */ | |
15927 | /* We use char because int might match the return type of a gcc2 | |
15928 | builtin and then its argument prototype would still apply. */ | |
15929 | char $ac_func(); | |
15930 | ||
15931 | int main() { | |
15932 | ||
15933 | /* The GNU C library defines this for functions which it implements | |
15934 | to always fail with ENOSYS. Some functions are actually named | |
15935 | something starting with __ and the normal name is an alias. */ | |
15936 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
15937 | choke me | |
15938 | #else | |
15939 | $ac_func(); | |
15940 | #endif | |
15941 | ||
15942 | ; return 0; } | |
15943 | EOF | |
15944 | if { (eval echo configure:15945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
15945 | rm -rf conftest* | |
15946 | eval "ac_cv_func_$ac_func=yes" | |
15947 | else | |
15948 | echo "configure: failed program was:" >&5 | |
15949 | cat conftest.$ac_ext >&5 | |
15950 | rm -rf conftest* | |
15951 | eval "ac_cv_func_$ac_func=no" | |
15952 | fi | |
15953 | rm -f conftest* | |
15954 | fi | |
15955 | ||
15956 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
15957 | echo "$ac_t""yes" 1>&6 | |
15958 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
15959 | cat >> confdefs.h <<EOF | |
15960 | #define $ac_tr_func 1 | |
15961 | EOF | |
15962 | ||
15963 | else | |
15964 | echo "$ac_t""no" 1>&6 | |
15965 | fi | |
15966 | done | |
15967 | ||
15968 | ||
15969 | ||
15970 | for ac_hdr in sched.h | |
15971 | do | |
15972 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
15973 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
15974 | echo "configure:15975: checking for $ac_hdr" >&5 | |
15975 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
15976 | echo $ac_n "(cached) $ac_c" 1>&6 | |
15977 | else | |
15978 | cat > conftest.$ac_ext <<EOF | |
15979 | #line 15980 "configure" | |
15980 | #include "confdefs.h" | |
15981 | #include <$ac_hdr> | |
15982 | EOF | |
15983 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
15984 | { (eval echo configure:15985: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
15985 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
15986 | if test -z "$ac_err"; then | |
15987 | rm -rf conftest* | |
15988 | eval "ac_cv_header_$ac_safe=yes" | |
15989 | else | |
15990 | echo "$ac_err" >&5 | |
15991 | echo "configure: failed program was:" >&5 | |
15992 | cat conftest.$ac_ext >&5 | |
15993 | rm -rf conftest* | |
15994 | eval "ac_cv_header_$ac_safe=no" | |
15995 | fi | |
15996 | rm -f conftest* | |
15997 | fi | |
15998 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
15999 | echo "$ac_t""yes" 1>&6 | |
16000 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
16001 | cat >> confdefs.h <<EOF | |
16002 | #define $ac_tr_hdr 1 | |
16003 | EOF | |
16004 | ||
16005 | else | |
16006 | echo "$ac_t""no" 1>&6 | |
16007 | fi | |
16008 | done | |
16009 | ||
16010 | ||
16011 | echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6 | |
16012 | echo "configure:16013: checking for sched_yield in -l$THREADS_LINK" >&5 | |
16013 | ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'` | |
16014 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16015 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16016 | else | |
16017 | ac_save_LIBS="$LIBS" | |
16018 | LIBS="-l$THREADS_LINK $LIBS" | |
16019 | cat > conftest.$ac_ext <<EOF | |
16020 | #line 16021 "configure" | |
16021 | #include "confdefs.h" | |
16022 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16023 | /* We use char because int might match the return type of a gcc2 | |
16024 | builtin and then its argument prototype would still apply. */ | |
16025 | char sched_yield(); | |
16026 | ||
16027 | int main() { | |
16028 | sched_yield() | |
16029 | ; return 0; } | |
16030 | EOF | |
16031 | if { (eval echo configure:16032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16032 | rm -rf conftest* | |
16033 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16034 | else | |
16035 | echo "configure: failed program was:" >&5 | |
16036 | cat conftest.$ac_ext >&5 | |
16037 | rm -rf conftest* | |
16038 | eval "ac_cv_lib_$ac_lib_var=no" | |
16039 | fi | |
16040 | rm -f conftest* | |
16041 | LIBS="$ac_save_LIBS" | |
16042 | ||
16043 | fi | |
16044 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16045 | echo "$ac_t""yes" 1>&6 | |
16046 | cat >> confdefs.h <<\EOF | |
16047 | #define HAVE_SCHED_YIELD 1 | |
16048 | EOF | |
16049 | ||
16050 | else | |
16051 | echo "$ac_t""no" 1>&6 | |
16052 | echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6 | |
16053 | echo "configure:16054: checking for sched_yield in -lposix4" >&5 | |
16054 | ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'` | |
16055 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16056 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16057 | else | |
16058 | ac_save_LIBS="$LIBS" | |
16059 | LIBS="-lposix4 $LIBS" | |
16060 | cat > conftest.$ac_ext <<EOF | |
16061 | #line 16062 "configure" | |
16062 | #include "confdefs.h" | |
16063 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16064 | /* We use char because int might match the return type of a gcc2 | |
16065 | builtin and then its argument prototype would still apply. */ | |
16066 | char sched_yield(); | |
16067 | ||
16068 | int main() { | |
16069 | sched_yield() | |
16070 | ; return 0; } | |
16071 | EOF | |
16072 | if { (eval echo configure:16073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16073 | rm -rf conftest* | |
16074 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16075 | else | |
16076 | echo "configure: failed program was:" >&5 | |
16077 | cat conftest.$ac_ext >&5 | |
16078 | rm -rf conftest* | |
16079 | eval "ac_cv_lib_$ac_lib_var=no" | |
16080 | fi | |
16081 | rm -f conftest* | |
16082 | LIBS="$ac_save_LIBS" | |
16083 | ||
16084 | fi | |
16085 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16086 | echo "$ac_t""yes" 1>&6 | |
16087 | cat >> confdefs.h <<\EOF | |
16088 | #define HAVE_SCHED_YIELD 1 | |
16089 | EOF | |
16090 | POSIX4_LINK=" -lposix4" | |
16091 | else | |
16092 | echo "$ac_t""no" 1>&6 | |
16093 | echo "configure: warning: wxThread::Yield will not work properly" 1>&2 | |
16094 | ||
16095 | fi | |
16096 | ||
16097 | ||
16098 | fi | |
16099 | ||
16100 | ||
16101 | HAVE_PRIOR_FUNCS=0 | |
16102 | echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6 | |
16103 | echo "configure:16104: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5 | |
16104 | ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'` | |
16105 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16106 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16107 | else | |
16108 | ac_save_LIBS="$LIBS" | |
16109 | LIBS="-l$THREADS_LINK $LIBS" | |
16110 | cat > conftest.$ac_ext <<EOF | |
16111 | #line 16112 "configure" | |
16112 | #include "confdefs.h" | |
16113 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16114 | /* We use char because int might match the return type of a gcc2 | |
16115 | builtin and then its argument prototype would still apply. */ | |
16116 | char pthread_attr_getschedpolicy(); | |
16117 | ||
16118 | int main() { | |
16119 | pthread_attr_getschedpolicy() | |
16120 | ; return 0; } | |
16121 | EOF | |
16122 | if { (eval echo configure:16123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16123 | rm -rf conftest* | |
16124 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16125 | else | |
16126 | echo "configure: failed program was:" >&5 | |
16127 | cat conftest.$ac_ext >&5 | |
16128 | rm -rf conftest* | |
16129 | eval "ac_cv_lib_$ac_lib_var=no" | |
16130 | fi | |
16131 | rm -f conftest* | |
16132 | LIBS="$ac_save_LIBS" | |
16133 | ||
16134 | fi | |
16135 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16136 | echo "$ac_t""yes" 1>&6 | |
16137 | echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6 | |
16138 | echo "configure:16139: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5 | |
16139 | ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'` | |
16140 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16141 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16142 | else | |
16143 | ac_save_LIBS="$LIBS" | |
16144 | LIBS="-l$THREADS_LINK $LIBS" | |
16145 | cat > conftest.$ac_ext <<EOF | |
16146 | #line 16147 "configure" | |
16147 | #include "confdefs.h" | |
16148 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16149 | /* We use char because int might match the return type of a gcc2 | |
16150 | builtin and then its argument prototype would still apply. */ | |
16151 | char pthread_attr_setschedparam(); | |
16152 | ||
16153 | int main() { | |
16154 | pthread_attr_setschedparam() | |
16155 | ; return 0; } | |
16156 | EOF | |
16157 | if { (eval echo configure:16158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16158 | rm -rf conftest* | |
16159 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16160 | else | |
16161 | echo "configure: failed program was:" >&5 | |
16162 | cat conftest.$ac_ext >&5 | |
16163 | rm -rf conftest* | |
16164 | eval "ac_cv_lib_$ac_lib_var=no" | |
16165 | fi | |
16166 | rm -f conftest* | |
16167 | LIBS="$ac_save_LIBS" | |
16168 | ||
16169 | fi | |
16170 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16171 | echo "$ac_t""yes" 1>&6 | |
16172 | echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6 | |
16173 | echo "configure:16174: checking for sched_get_priority_max in -l$THREADS_LINK" >&5 | |
16174 | ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'` | |
16175 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16176 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16177 | else | |
16178 | ac_save_LIBS="$LIBS" | |
16179 | LIBS="-l$THREADS_LINK $LIBS" | |
16180 | cat > conftest.$ac_ext <<EOF | |
16181 | #line 16182 "configure" | |
16182 | #include "confdefs.h" | |
16183 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16184 | /* We use char because int might match the return type of a gcc2 | |
16185 | builtin and then its argument prototype would still apply. */ | |
16186 | char sched_get_priority_max(); | |
16187 | ||
16188 | int main() { | |
16189 | sched_get_priority_max() | |
16190 | ; return 0; } | |
16191 | EOF | |
16192 | if { (eval echo configure:16193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16193 | rm -rf conftest* | |
16194 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16195 | else | |
16196 | echo "configure: failed program was:" >&5 | |
16197 | cat conftest.$ac_ext >&5 | |
16198 | rm -rf conftest* | |
16199 | eval "ac_cv_lib_$ac_lib_var=no" | |
16200 | fi | |
16201 | rm -f conftest* | |
16202 | LIBS="$ac_save_LIBS" | |
16203 | ||
16204 | fi | |
16205 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16206 | echo "$ac_t""yes" 1>&6 | |
16207 | HAVE_PRIOR_FUNCS=1 | |
16208 | else | |
16209 | echo "$ac_t""no" 1>&6 | |
16210 | echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6 | |
16211 | echo "configure:16212: checking for sched_get_priority_max in -lposix4" >&5 | |
16212 | ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'` | |
16213 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16214 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16215 | else | |
16216 | ac_save_LIBS="$LIBS" | |
16217 | LIBS="-lposix4 $LIBS" | |
16218 | cat > conftest.$ac_ext <<EOF | |
16219 | #line 16220 "configure" | |
16220 | #include "confdefs.h" | |
16221 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16222 | /* We use char because int might match the return type of a gcc2 | |
16223 | builtin and then its argument prototype would still apply. */ | |
16224 | char sched_get_priority_max(); | |
16225 | ||
16226 | int main() { | |
16227 | sched_get_priority_max() | |
16228 | ; return 0; } | |
16229 | EOF | |
16230 | if { (eval echo configure:16231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16231 | rm -rf conftest* | |
16232 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16233 | else | |
16234 | echo "configure: failed program was:" >&5 | |
16235 | cat conftest.$ac_ext >&5 | |
16236 | rm -rf conftest* | |
16237 | eval "ac_cv_lib_$ac_lib_var=no" | |
16238 | fi | |
16239 | rm -f conftest* | |
16240 | LIBS="$ac_save_LIBS" | |
16241 | ||
16242 | fi | |
16243 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16244 | echo "$ac_t""yes" 1>&6 | |
16245 | ||
16246 | HAVE_PRIOR_FUNCS=1 | |
16247 | POSIX4_LINK=" -lposix4" | |
16248 | ||
16249 | else | |
16250 | echo "$ac_t""no" 1>&6 | |
16251 | fi | |
16252 | ||
16253 | ||
16254 | fi | |
16255 | ||
16256 | ||
16257 | else | |
16258 | echo "$ac_t""no" 1>&6 | |
16259 | fi | |
16260 | ||
16261 | ||
16262 | else | |
16263 | echo "$ac_t""no" 1>&6 | |
16264 | fi | |
16265 | ||
16266 | ||
16267 | if test "$HAVE_PRIOR_FUNCS" = 1; then | |
16268 | cat >> confdefs.h <<\EOF | |
16269 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
16270 | EOF | |
16271 | ||
16272 | else | |
16273 | echo "configure: warning: Setting thread priority will not work" 1>&2 | |
16274 | fi | |
16275 | ||
16276 | echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6 | |
16277 | echo "configure:16278: checking for pthread_cancel in -l$THREADS_LINK" >&5 | |
16278 | ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'` | |
16279 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
16280 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16281 | else | |
16282 | ac_save_LIBS="$LIBS" | |
16283 | LIBS="-l$THREADS_LINK $LIBS" | |
16284 | cat > conftest.$ac_ext <<EOF | |
16285 | #line 16286 "configure" | |
16286 | #include "confdefs.h" | |
16287 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16288 | /* We use char because int might match the return type of a gcc2 | |
16289 | builtin and then its argument prototype would still apply. */ | |
16290 | char pthread_cancel(); | |
16291 | ||
16292 | int main() { | |
16293 | pthread_cancel() | |
16294 | ; return 0; } | |
16295 | EOF | |
16296 | if { (eval echo configure:16297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16297 | rm -rf conftest* | |
16298 | eval "ac_cv_lib_$ac_lib_var=yes" | |
16299 | else | |
16300 | echo "configure: failed program was:" >&5 | |
16301 | cat conftest.$ac_ext >&5 | |
16302 | rm -rf conftest* | |
16303 | eval "ac_cv_lib_$ac_lib_var=no" | |
16304 | fi | |
16305 | rm -f conftest* | |
16306 | LIBS="$ac_save_LIBS" | |
16307 | ||
16308 | fi | |
16309 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
16310 | echo "$ac_t""yes" 1>&6 | |
16311 | cat >> confdefs.h <<\EOF | |
16312 | #define HAVE_PTHREAD_CANCEL 1 | |
16313 | EOF | |
16314 | ||
16315 | else | |
16316 | echo "$ac_t""no" 1>&6 | |
16317 | echo "configure: warning: wxThread::Kill() will not work properly" 1>&2 | |
16318 | fi | |
16319 | ||
16320 | ||
16321 | echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6 | |
16322 | echo "configure:16323: checking for pthread_cleanup_push/pop" >&5 | |
16323 | if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then | |
16324 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16325 | else | |
16326 | ||
16327 | cat > conftest.$ac_ext <<EOF | |
16328 | #line 16329 "configure" | |
16329 | #include "confdefs.h" | |
16330 | #include <pthread.h> | |
16331 | int main() { | |
16332 | ||
16333 | pthread_cleanup_push(NULL, NULL); | |
16334 | pthread_cleanup_pop(0); | |
16335 | ||
16336 | ; return 0; } | |
16337 | EOF | |
16338 | if { (eval echo configure:16339: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
16339 | rm -rf conftest* | |
16340 | ||
16341 | wx_cv_func_pthread_cleanup_push=yes | |
16342 | ||
16343 | else | |
16344 | echo "configure: failed program was:" >&5 | |
16345 | cat conftest.$ac_ext >&5 | |
16346 | rm -rf conftest* | |
16347 | ||
16348 | wx_cv_func_pthread_cleanup_push=no | |
16349 | ||
16350 | fi | |
16351 | rm -f conftest* | |
16352 | ||
16353 | fi | |
16354 | ||
16355 | echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6 | |
16356 | ||
16357 | if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then | |
16358 | cat >> confdefs.h <<\EOF | |
16359 | #define HAVE_THREAD_CLEANUP_FUNCTIONS 1 | |
16360 | EOF | |
16361 | ||
16362 | fi | |
16363 | ||
16364 | ||
16365 | if test "x$wx_lib_glibc21" = "xyes"; then | |
16366 | CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" | |
16367 | fi | |
16368 | ||
16369 | echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6 | |
16370 | echo "configure:16371: checking for pthread_mutexattr_t" >&5 | |
16371 | if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then | |
16372 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16373 | else | |
16374 | ||
16375 | cat > conftest.$ac_ext <<EOF | |
16376 | #line 16377 "configure" | |
16377 | #include "confdefs.h" | |
16378 | #include <pthread.h> | |
16379 | int main() { | |
16380 | ||
16381 | pthread_mutexattr_t attr; | |
16382 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
16383 | ||
16384 | ; return 0; } | |
16385 | EOF | |
16386 | if { (eval echo configure:16387: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
16387 | rm -rf conftest* | |
16388 | ||
16389 | wx_cv_type_pthread_mutexattr_t=yes | |
16390 | ||
16391 | else | |
16392 | echo "configure: failed program was:" >&5 | |
16393 | cat conftest.$ac_ext >&5 | |
16394 | rm -rf conftest* | |
16395 | ||
16396 | wx_cv_type_pthread_mutexattr_t=no | |
16397 | ||
16398 | ||
16399 | fi | |
16400 | rm -f conftest* | |
16401 | ||
16402 | fi | |
16403 | ||
16404 | echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6 | |
16405 | ||
16406 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then | |
16407 | cat >> confdefs.h <<\EOF | |
16408 | #define HAVE_PTHREAD_MUTEXATTR_T 1 | |
16409 | EOF | |
16410 | ||
16411 | else | |
16412 | echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6 | |
16413 | echo "configure:16414: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 | |
16414 | if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then | |
16415 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16416 | else | |
16417 | ||
16418 | cat > conftest.$ac_ext <<EOF | |
16419 | #line 16420 "configure" | |
16420 | #include "confdefs.h" | |
16421 | #include <pthread.h> | |
16422 | int main() { | |
16423 | ||
16424 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; | |
16425 | ||
16426 | ; return 0; } | |
16427 | EOF | |
16428 | if { (eval echo configure:16429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
16429 | rm -rf conftest* | |
16430 | ||
16431 | wx_cv_type_pthread_rec_mutex_init=yes | |
16432 | ||
16433 | else | |
16434 | echo "configure: failed program was:" >&5 | |
16435 | cat conftest.$ac_ext >&5 | |
16436 | rm -rf conftest* | |
16437 | ||
16438 | wx_cv_type_pthread_rec_mutex_init=no | |
16439 | ||
16440 | ||
16441 | fi | |
16442 | rm -f conftest* | |
16443 | ||
16444 | fi | |
16445 | ||
16446 | echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6 | |
16447 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then | |
16448 | cat >> confdefs.h <<\EOF | |
16449 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 | |
16450 | EOF | |
16451 | ||
16452 | else | |
16453 | echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2 | |
16454 | fi | |
16455 | fi | |
16456 | ||
16457 | THREADS_LINK=" -l$THREADS_LINK" | |
16458 | ||
16459 | if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then | |
16460 | CPPFLAGS="$CFLAGS -mt" | |
16461 | CXXFLAGS="$CXXFLAGS -mt" | |
16462 | LDFLAGS="$LDFLAGS -mt" | |
16463 | fi | |
16464 | fi | |
16465 | ||
16466 | fi | |
16467 | ||
16468 | if test "$wxUSE_THREADS" = "yes"; then | |
16469 | cat >> confdefs.h <<\EOF | |
16470 | #define wxUSE_THREADS 1 | |
16471 | EOF | |
16472 | ||
16473 | ||
16474 | TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS $CPP_MT_FLAG" | |
16475 | ||
16476 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" | |
16477 | else | |
16478 | if test "$ac_cv_func_strtok_r" = "yes"; then | |
16479 | echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6 | |
16480 | echo "configure:16481: checking if -D_REENTRANT is needed" >&5 | |
16481 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then | |
16482 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT" | |
16483 | echo "$ac_t""yes" 1>&6 | |
16484 | else | |
16485 | echo "$ac_t""no" 1>&6 | |
16486 | fi | |
16487 | fi | |
16488 | fi | |
16489 | ||
16490 | if test "$WXGTK20" = 1 ; then | |
16491 | cat >> confdefs.h <<EOF | |
16492 | #define __WXGTK20__ $WXGTK20 | |
16493 | EOF | |
16494 | ||
16495 | WXGTK12=1 | |
16496 | fi | |
16497 | ||
16498 | if test "$WXGTK12" = 1 ; then | |
16499 | cat >> confdefs.h <<EOF | |
16500 | #define __WXGTK12__ $WXGTK12 | |
16501 | EOF | |
16502 | ||
16503 | fi | |
16504 | ||
16505 | if test "$WXGTK127" = 1 ; then | |
16506 | cat >> confdefs.h <<EOF | |
16507 | #define __WXGTK127__ $WXGTK127 | |
16508 | EOF | |
16509 | ||
16510 | fi | |
16511 | ||
16512 | WXDEBUG= | |
16513 | ||
16514 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
16515 | WXDEBUG="-g" | |
16516 | wxUSE_OPTIMISE=no | |
16517 | fi | |
16518 | ||
16519 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
16520 | wxUSE_DEBUG_INFO=yes | |
16521 | WXDEBUG="-ggdb" | |
16522 | fi | |
16523 | ||
16524 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then | |
16525 | cat >> confdefs.h <<\EOF | |
16526 | #define WXDEBUG 1 | |
16527 | EOF | |
16528 | ||
16529 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
16530 | else | |
16531 | if test "$wxUSE_GTK" = 1 ; then | |
16532 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
16533 | fi | |
16534 | fi | |
16535 | ||
16536 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
16537 | cat >> confdefs.h <<\EOF | |
16538 | #define wxUSE_MEMORY_TRACING 1 | |
16539 | EOF | |
16540 | ||
16541 | cat >> confdefs.h <<\EOF | |
16542 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 | |
16543 | EOF | |
16544 | ||
16545 | cat >> confdefs.h <<\EOF | |
16546 | #define wxUSE_DEBUG_NEW_ALWAYS 1 | |
16547 | EOF | |
16548 | ||
16549 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
16550 | fi | |
16551 | ||
16552 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
16553 | DMALLOC_LIBS="-ldmalloc" | |
16554 | fi | |
16555 | ||
16556 | PROFILE= | |
16557 | if test "$wxUSE_PROFILE" = "yes" ; then | |
16558 | PROFILE=" -pg" | |
16559 | fi | |
16560 | ||
16561 | if test "$GCC" = "yes" ; then | |
16562 | if test "$wxUSE_NO_RTTI" = "yes" ; then | |
16563 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti" | |
16564 | fi | |
16565 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then | |
16566 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions" | |
16567 | fi | |
16568 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
16569 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" | |
16570 | fi | |
16571 | if test "$USE_WIN32" = 1 ; then | |
16572 | # I'm not even really sure what this was ever added to solve, | |
16573 | # but someone added it for mingw native builds, so I guess | |
16574 | # they had a reason, right?? | |
16575 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return" | |
16576 | fi | |
16577 | fi | |
16578 | ||
16579 | ||
16580 | CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" ` | |
16581 | CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" ` | |
16582 | if test "$wxUSE_OPTIMISE" = "no" ; then | |
16583 | OPTIMISE= | |
16584 | else | |
16585 | if test "$GCC" = yes ; then | |
16586 | OPTIMISE="-O2" | |
16587 | case "${host}" in | |
16588 | i586-*-*|i686-*-* ) | |
16589 | OPTIMISE="${OPTIMISE} " | |
16590 | ;; | |
16591 | esac | |
16592 | else | |
16593 | OPTIMISE="-O" | |
16594 | fi | |
16595 | fi | |
16596 | ||
16597 | if test "$WXWIN_COMPATIBILITY_2" = "yes"; then | |
16598 | cat >> confdefs.h <<\EOF | |
16599 | #define WXWIN_COMPATIBILITY_2 1 | |
16600 | EOF | |
16601 | ||
16602 | ||
16603 | WXWIN_COMPATIBILITY_2_2="yes" | |
16604 | fi | |
16605 | ||
16606 | if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then | |
16607 | cat >> confdefs.h <<\EOF | |
16608 | #define WXWIN_COMPATIBILITY_2_2 1 | |
16609 | EOF | |
16610 | ||
16611 | fi | |
16612 | ||
16613 | ||
16614 | if test "$wxUSE_GUI" = "yes"; then | |
16615 | cat >> confdefs.h <<\EOF | |
16616 | #define wxUSE_GUI 1 | |
16617 | EOF | |
16618 | ||
16619 | ||
16620 | else | |
16621 | cat >> confdefs.h <<\EOF | |
16622 | #define wxUSE_NOGUI 1 | |
16623 | EOF | |
16624 | ||
16625 | fi | |
16626 | ||
16627 | ||
16628 | if test "$wxUSE_UNIX" = "yes"; then | |
16629 | cat >> confdefs.h <<\EOF | |
16630 | #define wxUSE_UNIX 1 | |
16631 | EOF | |
16632 | ||
16633 | fi | |
16634 | ||
16635 | ||
16636 | if test "$wxUSE_APPLE_IEEE" = "yes"; then | |
16637 | cat >> confdefs.h <<\EOF | |
16638 | #define wxUSE_APPLE_IEEE 1 | |
16639 | EOF | |
16640 | ||
16641 | fi | |
16642 | ||
16643 | if test "$wxUSE_TIMER" = "yes"; then | |
16644 | cat >> confdefs.h <<\EOF | |
16645 | #define wxUSE_TIMER 1 | |
16646 | EOF | |
16647 | ||
16648 | fi | |
16649 | ||
16650 | if test "$wxUSE_WAVE" = "yes"; then | |
16651 | cat >> confdefs.h <<\EOF | |
16652 | #define wxUSE_WAVE 1 | |
16653 | EOF | |
16654 | ||
16655 | fi | |
16656 | ||
16657 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then | |
16658 | cat >> confdefs.h <<\EOF | |
16659 | #define wxUSE_CMDLINE_PARSER 1 | |
16660 | EOF | |
16661 | ||
16662 | fi | |
16663 | ||
16664 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
16665 | cat >> confdefs.h <<\EOF | |
16666 | #define wxUSE_STOPWATCH 1 | |
16667 | EOF | |
16668 | ||
16669 | fi | |
16670 | ||
16671 | if test "$wxUSE_DATETIME" = "yes"; then | |
16672 | cat >> confdefs.h <<\EOF | |
16673 | #define wxUSE_DATETIME 1 | |
16674 | EOF | |
16675 | ||
16676 | fi | |
16677 | ||
16678 | if test "$wxUSE_TIMEDATE" = "yes"; then | |
16679 | cat >> confdefs.h <<\EOF | |
16680 | #define wxUSE_TIMEDATE 1 | |
16681 | EOF | |
16682 | ||
16683 | fi | |
16684 | ||
16685 | if test "$wxUSE_FILE" = "yes"; then | |
16686 | cat >> confdefs.h <<\EOF | |
16687 | #define wxUSE_FILE 1 | |
16688 | EOF | |
16689 | ||
16690 | fi | |
16691 | ||
16692 | if test "$wxUSE_FFILE" = "yes"; then | |
16693 | cat >> confdefs.h <<\EOF | |
16694 | #define wxUSE_FFILE 1 | |
16695 | EOF | |
16696 | ||
16697 | fi | |
16698 | ||
16699 | if test "$wxUSE_FILESYSTEM" = "yes"; then | |
16700 | cat >> confdefs.h <<\EOF | |
16701 | #define wxUSE_FILESYSTEM 1 | |
16702 | EOF | |
16703 | ||
16704 | fi | |
16705 | ||
16706 | if test "$wxUSE_FS_INET" = "yes"; then | |
16707 | cat >> confdefs.h <<\EOF | |
16708 | #define wxUSE_FS_INET 1 | |
16709 | EOF | |
16710 | ||
16711 | fi | |
16712 | ||
16713 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
16714 | cat >> confdefs.h <<\EOF | |
16715 | #define wxUSE_FS_ZIP 1 | |
16716 | EOF | |
16717 | ||
16718 | fi | |
16719 | ||
16720 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
16721 | cat >> confdefs.h <<\EOF | |
16722 | #define wxUSE_ZIPSTREAM 1 | |
16723 | EOF | |
16724 | ||
16725 | fi | |
16726 | ||
16727 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
16728 | cat >> confdefs.h <<\EOF | |
16729 | #define wxUSE_ON_FATAL_EXCEPTION 1 | |
16730 | EOF | |
16731 | ||
16732 | fi | |
16733 | ||
16734 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then | |
16735 | cat >> confdefs.h <<\EOF | |
16736 | #define wxUSE_SNGLINST_CHECKER 1 | |
16737 | EOF | |
16738 | ||
16739 | fi | |
16740 | ||
16741 | if test "$wxUSE_BUSYINFO" = "yes"; then | |
16742 | cat >> confdefs.h <<\EOF | |
16743 | #define wxUSE_BUSYINFO 1 | |
16744 | EOF | |
16745 | ||
16746 | fi | |
16747 | ||
16748 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
16749 | cat >> confdefs.h <<\EOF | |
16750 | #define wxUSE_STD_IOSTREAM 1 | |
16751 | EOF | |
16752 | ||
16753 | fi | |
16754 | ||
16755 | if test "$wxUSE_TEXTBUFFER" = "yes"; then | |
16756 | cat >> confdefs.h <<\EOF | |
16757 | #define wxUSE_TEXTBUFFER 1 | |
16758 | EOF | |
16759 | ||
16760 | fi | |
16761 | ||
16762 | if test "$wxUSE_TEXTFILE" = "yes"; then | |
16763 | if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then | |
16764 | echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2 | |
16765 | else | |
16766 | cat >> confdefs.h <<\EOF | |
16767 | #define wxUSE_TEXTFILE 1 | |
16768 | EOF | |
16769 | ||
16770 | fi | |
16771 | fi | |
16772 | ||
16773 | if test "$wxUSE_CONFIG" = "yes" ; then | |
16774 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
16775 | echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2 | |
16776 | else | |
16777 | cat >> confdefs.h <<\EOF | |
16778 | #define wxUSE_CONFIG 1 | |
16779 | EOF | |
16780 | ||
16781 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
16782 | fi | |
16783 | fi | |
16784 | ||
16785 | if test "$wxUSE_INTL" = "yes" ; then | |
16786 | if test "$wxUSE_FILE" != "yes"; then | |
16787 | echo "configure: warning: I18n code requires wxFile... disabled" 1>&2 | |
16788 | else | |
16789 | cat >> confdefs.h <<\EOF | |
16790 | #define wxUSE_INTL 1 | |
16791 | EOF | |
16792 | ||
16793 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
16794 | GUIDIST="$GUIDIST INTL_DIST" | |
16795 | fi | |
16796 | fi | |
16797 | ||
16798 | if test "$wxUSE_LOG" = "yes"; then | |
16799 | cat >> confdefs.h <<\EOF | |
16800 | #define wxUSE_LOG 1 | |
16801 | EOF | |
16802 | ||
16803 | ||
16804 | if test "$wxUSE_LOGGUI" = "yes"; then | |
16805 | cat >> confdefs.h <<\EOF | |
16806 | #define wxUSE_LOGGUI 1 | |
16807 | EOF | |
16808 | ||
16809 | fi | |
16810 | ||
16811 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
16812 | cat >> confdefs.h <<\EOF | |
16813 | #define wxUSE_LOGWINDOW 1 | |
16814 | EOF | |
16815 | ||
16816 | fi | |
16817 | ||
16818 | if test "$wxUSE_LOGDIALOG" = "yes"; then | |
16819 | cat >> confdefs.h <<\EOF | |
16820 | #define wxUSE_LOG_DIALOG 1 | |
16821 | EOF | |
16822 | ||
16823 | fi | |
16824 | fi | |
16825 | ||
16826 | if test "$wxUSE_LONGLONG" = "yes"; then | |
16827 | cat >> confdefs.h <<\EOF | |
16828 | #define wxUSE_LONGLONG 1 | |
16829 | EOF | |
16830 | ||
16831 | fi | |
16832 | ||
16833 | if test "$wxUSE_GEOMETRY" = "yes"; then | |
16834 | cat >> confdefs.h <<\EOF | |
16835 | #define wxUSE_GEOMETRY 1 | |
16836 | EOF | |
16837 | ||
16838 | fi | |
16839 | ||
16840 | if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then | |
16841 | cat >> confdefs.h <<\EOF | |
16842 | #define wxUSE_DIALUP_MANAGER 1 | |
16843 | EOF | |
16844 | ||
16845 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" | |
16846 | fi | |
16847 | ||
16848 | if test "$wxUSE_STREAMS" = "yes" ; then | |
16849 | cat >> confdefs.h <<\EOF | |
16850 | #define wxUSE_STREAMS 1 | |
16851 | EOF | |
16852 | ||
16853 | fi | |
16854 | ||
16855 | ||
16856 | if test "$wxUSE_DATETIME" = "yes"; then | |
16857 | for ac_func in strptime | |
16858 | do | |
16859 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
16860 | echo "configure:16861: checking for $ac_func" >&5 | |
16861 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
16862 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16863 | else | |
16864 | cat > conftest.$ac_ext <<EOF | |
16865 | #line 16866 "configure" | |
16866 | #include "confdefs.h" | |
16867 | /* System header to define __stub macros and hopefully few prototypes, | |
16868 | which can conflict with char $ac_func(); below. */ | |
16869 | #include <assert.h> | |
16870 | /* Override any gcc2 internal prototype to avoid an error. */ | |
16871 | /* We use char because int might match the return type of a gcc2 | |
16872 | builtin and then its argument prototype would still apply. */ | |
16873 | char $ac_func(); | |
16874 | ||
16875 | int main() { | |
16876 | ||
16877 | /* The GNU C library defines this for functions which it implements | |
16878 | to always fail with ENOSYS. Some functions are actually named | |
16879 | something starting with __ and the normal name is an alias. */ | |
16880 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
16881 | choke me | |
16882 | #else | |
16883 | $ac_func(); | |
16884 | #endif | |
16885 | ||
16886 | ; return 0; } | |
16887 | EOF | |
16888 | if { (eval echo configure:16889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
16889 | rm -rf conftest* | |
16890 | eval "ac_cv_func_$ac_func=yes" | |
16891 | else | |
16892 | echo "configure: failed program was:" >&5 | |
16893 | cat conftest.$ac_ext >&5 | |
16894 | rm -rf conftest* | |
16895 | eval "ac_cv_func_$ac_func=no" | |
16896 | fi | |
16897 | rm -f conftest* | |
16898 | fi | |
16899 | ||
16900 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
16901 | echo "$ac_t""yes" 1>&6 | |
16902 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
16903 | cat >> confdefs.h <<EOF | |
16904 | #define $ac_tr_func 1 | |
16905 | EOF | |
16906 | ||
16907 | else | |
16908 | echo "$ac_t""no" 1>&6 | |
16909 | fi | |
16910 | done | |
16911 | ||
16912 | ||
16913 | echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6 | |
16914 | echo "configure:16915: checking for timezone variable in <time.h>" >&5 | |
16915 | if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then | |
16916 | echo $ac_n "(cached) $ac_c" 1>&6 | |
16917 | else | |
16918 | ||
16919 | cat > conftest.$ac_ext <<EOF | |
16920 | #line 16921 "configure" | |
16921 | #include "confdefs.h" | |
16922 | ||
16923 | #include <time.h> | |
16924 | ||
16925 | int main() { | |
16926 | ||
16927 | int tz; | |
16928 | tz = timezone; | |
16929 | ||
16930 | ; return 0; } | |
16931 | EOF | |
16932 | if { (eval echo configure:16933: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
16933 | rm -rf conftest* | |
16934 | ||
16935 | wx_cv_var_timezone=timezone | |
16936 | ||
16937 | else | |
16938 | echo "configure: failed program was:" >&5 | |
16939 | cat conftest.$ac_ext >&5 | |
16940 | rm -rf conftest* | |
16941 | ||
16942 | cat > conftest.$ac_ext <<EOF | |
16943 | #line 16944 "configure" | |
16944 | #include "confdefs.h" | |
16945 | ||
16946 | #include <time.h> | |
16947 | ||
16948 | int main() { | |
16949 | ||
16950 | int tz; | |
16951 | tz = _timezone; | |
16952 | ||
16953 | ; return 0; } | |
16954 | EOF | |
16955 | if { (eval echo configure:16956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
16956 | rm -rf conftest* | |
16957 | ||
16958 | wx_cv_var_timezone=_timezone | |
16959 | ||
16960 | else | |
16961 | echo "configure: failed program was:" >&5 | |
16962 | cat conftest.$ac_ext >&5 | |
16963 | rm -rf conftest* | |
16964 | ||
16965 | cat > conftest.$ac_ext <<EOF | |
16966 | #line 16967 "configure" | |
16967 | #include "confdefs.h" | |
16968 | ||
16969 | #include <time.h> | |
16970 | ||
16971 | int main() { | |
16972 | ||
16973 | int tz; | |
16974 | tz = __timezone; | |
16975 | ||
16976 | ; return 0; } | |
16977 | EOF | |
16978 | if { (eval echo configure:16979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
16979 | rm -rf conftest* | |
16980 | ||
16981 | wx_cv_var_timezone=__timezone | |
16982 | ||
16983 | else | |
16984 | echo "configure: failed program was:" >&5 | |
16985 | cat conftest.$ac_ext >&5 | |
16986 | rm -rf conftest* | |
16987 | ||
16988 | if test "$USE_DOS" = 0 ; then | |
16989 | { echo "configure: error: no timezone variable" 1>&2; exit 1; } | |
16990 | fi | |
16991 | ||
16992 | ||
16993 | fi | |
16994 | rm -f conftest* | |
16995 | ||
16996 | ||
16997 | fi | |
16998 | rm -f conftest* | |
16999 | ||
17000 | ||
17001 | fi | |
17002 | rm -f conftest* | |
17003 | ||
17004 | ||
17005 | fi | |
17006 | ||
17007 | echo "$ac_t""$wx_cv_var_timezone" 1>&6 | |
17008 | ||
17009 | if test "x$wx_cv_var_timezone" != x ; then | |
17010 | cat >> confdefs.h <<EOF | |
17011 | #define WX_TIMEZONE $wx_cv_var_timezone | |
17012 | EOF | |
17013 | ||
17014 | fi | |
17015 | ||
17016 | for ac_func in localtime | |
17017 | do | |
17018 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
17019 | echo "configure:17020: checking for $ac_func" >&5 | |
17020 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
17021 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17022 | else | |
17023 | cat > conftest.$ac_ext <<EOF | |
17024 | #line 17025 "configure" | |
17025 | #include "confdefs.h" | |
17026 | /* System header to define __stub macros and hopefully few prototypes, | |
17027 | which can conflict with char $ac_func(); below. */ | |
17028 | #include <assert.h> | |
17029 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17030 | /* We use char because int might match the return type of a gcc2 | |
17031 | builtin and then its argument prototype would still apply. */ | |
17032 | char $ac_func(); | |
17033 | ||
17034 | int main() { | |
17035 | ||
17036 | /* The GNU C library defines this for functions which it implements | |
17037 | to always fail with ENOSYS. Some functions are actually named | |
17038 | something starting with __ and the normal name is an alias. */ | |
17039 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17040 | choke me | |
17041 | #else | |
17042 | $ac_func(); | |
17043 | #endif | |
17044 | ||
17045 | ; return 0; } | |
17046 | EOF | |
17047 | if { (eval echo configure:17048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17048 | rm -rf conftest* | |
17049 | eval "ac_cv_func_$ac_func=yes" | |
17050 | else | |
17051 | echo "configure: failed program was:" >&5 | |
17052 | cat conftest.$ac_ext >&5 | |
17053 | rm -rf conftest* | |
17054 | eval "ac_cv_func_$ac_func=no" | |
17055 | fi | |
17056 | rm -f conftest* | |
17057 | fi | |
17058 | ||
17059 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17060 | echo "$ac_t""yes" 1>&6 | |
17061 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17062 | cat >> confdefs.h <<EOF | |
17063 | #define $ac_tr_func 1 | |
17064 | EOF | |
17065 | ||
17066 | else | |
17067 | echo "$ac_t""no" 1>&6 | |
17068 | fi | |
17069 | done | |
17070 | ||
17071 | ||
17072 | if test "$ac_cv_func_localtime" = "yes"; then | |
17073 | echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 | |
17074 | echo "configure:17075: checking for tm_gmtoff in struct tm" >&5 | |
17075 | if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then | |
17076 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17077 | else | |
17078 | ||
17079 | cat > conftest.$ac_ext <<EOF | |
17080 | #line 17081 "configure" | |
17081 | #include "confdefs.h" | |
17082 | ||
17083 | #include <time.h> | |
17084 | ||
17085 | int main() { | |
17086 | ||
17087 | struct tm tm; | |
17088 | tm.tm_gmtoff++; | |
17089 | ||
17090 | ; return 0; } | |
17091 | EOF | |
17092 | if { (eval echo configure:17093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
17093 | rm -rf conftest* | |
17094 | ||
17095 | wx_cv_struct_tm_has_gmtoff=yes | |
17096 | ||
17097 | else | |
17098 | echo "configure: failed program was:" >&5 | |
17099 | cat conftest.$ac_ext >&5 | |
17100 | rm -rf conftest* | |
17101 | wx_cv_struct_tm_has_gmtoff=no | |
17102 | ||
17103 | fi | |
17104 | rm -f conftest* | |
17105 | ||
17106 | fi | |
17107 | ||
17108 | echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6 | |
17109 | fi | |
17110 | ||
17111 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
17112 | cat >> confdefs.h <<\EOF | |
17113 | #define WX_GMTOFF_IN_TM 1 | |
17114 | EOF | |
17115 | ||
17116 | fi | |
17117 | ||
17118 | for ac_func in gettimeofday ftime | |
17119 | do | |
17120 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
17121 | echo "configure:17122: checking for $ac_func" >&5 | |
17122 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
17123 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17124 | else | |
17125 | cat > conftest.$ac_ext <<EOF | |
17126 | #line 17127 "configure" | |
17127 | #include "confdefs.h" | |
17128 | /* System header to define __stub macros and hopefully few prototypes, | |
17129 | which can conflict with char $ac_func(); below. */ | |
17130 | #include <assert.h> | |
17131 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17132 | /* We use char because int might match the return type of a gcc2 | |
17133 | builtin and then its argument prototype would still apply. */ | |
17134 | char $ac_func(); | |
17135 | ||
17136 | int main() { | |
17137 | ||
17138 | /* The GNU C library defines this for functions which it implements | |
17139 | to always fail with ENOSYS. Some functions are actually named | |
17140 | something starting with __ and the normal name is an alias. */ | |
17141 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17142 | choke me | |
17143 | #else | |
17144 | $ac_func(); | |
17145 | #endif | |
17146 | ||
17147 | ; return 0; } | |
17148 | EOF | |
17149 | if { (eval echo configure:17150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17150 | rm -rf conftest* | |
17151 | eval "ac_cv_func_$ac_func=yes" | |
17152 | else | |
17153 | echo "configure: failed program was:" >&5 | |
17154 | cat conftest.$ac_ext >&5 | |
17155 | rm -rf conftest* | |
17156 | eval "ac_cv_func_$ac_func=no" | |
17157 | fi | |
17158 | rm -f conftest* | |
17159 | fi | |
17160 | ||
17161 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17162 | echo "$ac_t""yes" 1>&6 | |
17163 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17164 | cat >> confdefs.h <<EOF | |
17165 | #define $ac_tr_func 1 | |
17166 | EOF | |
17167 | break | |
17168 | else | |
17169 | echo "$ac_t""no" 1>&6 | |
17170 | fi | |
17171 | done | |
17172 | ||
17173 | ||
17174 | if test "$ac_cv_func_gettimeofday" = "yes"; then | |
17175 | echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6 | |
17176 | echo "configure:17177: checking whether gettimeofday takes two arguments" >&5 | |
17177 | if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then | |
17178 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17179 | else | |
17180 | ||
17181 | ||
17182 | ac_ext=C | |
17183 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
17184 | ac_cpp='$CXXCPP $CPPFLAGS' | |
17185 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
17186 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17187 | cross_compiling=$ac_cv_prog_cxx_cross | |
17188 | ||
17189 | ||
17190 | cat > conftest.$ac_ext <<EOF | |
17191 | #line 17192 "configure" | |
17192 | #include "confdefs.h" | |
17193 | ||
17194 | #include <sys/time.h> | |
17195 | #include <unistd.h> | |
17196 | ||
17197 | int main() { | |
17198 | ||
17199 | struct timeval tv; | |
17200 | gettimeofday(&tv, NULL); | |
17201 | ||
17202 | ; return 0; } | |
17203 | EOF | |
17204 | if { (eval echo configure:17205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
17205 | rm -rf conftest* | |
17206 | wx_cv_func_gettimeofday_has_2_args=yes | |
17207 | else | |
17208 | echo "configure: failed program was:" >&5 | |
17209 | cat conftest.$ac_ext >&5 | |
17210 | rm -rf conftest* | |
17211 | cat > conftest.$ac_ext <<EOF | |
17212 | #line 17213 "configure" | |
17213 | #include "confdefs.h" | |
17214 | ||
17215 | #include <sys/time.h> | |
17216 | #include <unistd.h> | |
17217 | ||
17218 | int main() { | |
17219 | ||
17220 | struct timeval tv; | |
17221 | gettimeofday(&tv); | |
17222 | ||
17223 | ; return 0; } | |
17224 | EOF | |
17225 | if { (eval echo configure:17226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
17226 | rm -rf conftest* | |
17227 | wx_cv_func_gettimeofday_has_2_args=no | |
17228 | else | |
17229 | echo "configure: failed program was:" >&5 | |
17230 | cat conftest.$ac_ext >&5 | |
17231 | rm -rf conftest* | |
17232 | ||
17233 | echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2 | |
17234 | wx_cv_func_gettimeofday_has_2_args=unknown | |
17235 | ||
17236 | ||
17237 | fi | |
17238 | rm -f conftest* | |
17239 | ||
17240 | fi | |
17241 | rm -f conftest* | |
17242 | ac_ext=c | |
17243 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
17244 | ac_cpp='$CPP $CPPFLAGS' | |
17245 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
17246 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17247 | cross_compiling=$ac_cv_prog_cc_cross | |
17248 | ||
17249 | ||
17250 | fi | |
17251 | ||
17252 | echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6 | |
17253 | ||
17254 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then | |
17255 | cat >> confdefs.h <<\EOF | |
17256 | #define WX_GETTIMEOFDAY_NO_TZ 1 | |
17257 | EOF | |
17258 | ||
17259 | fi | |
17260 | fi | |
17261 | ||
17262 | cat >> confdefs.h <<\EOF | |
17263 | #define wxUSE_TIMEDATE 1 | |
17264 | EOF | |
17265 | ||
17266 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
17267 | fi | |
17268 | ||
17269 | ||
17270 | if test "$TOOLKIT" != "MSW"; then | |
17271 | ||
17272 | if test "$wxUSE_SOCKETS" = "yes"; then | |
17273 | echo $ac_n "checking for socket""... $ac_c" 1>&6 | |
17274 | echo "configure:17275: checking for socket" >&5 | |
17275 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then | |
17276 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17277 | else | |
17278 | cat > conftest.$ac_ext <<EOF | |
17279 | #line 17280 "configure" | |
17280 | #include "confdefs.h" | |
17281 | /* System header to define __stub macros and hopefully few prototypes, | |
17282 | which can conflict with char socket(); below. */ | |
17283 | #include <assert.h> | |
17284 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17285 | /* We use char because int might match the return type of a gcc2 | |
17286 | builtin and then its argument prototype would still apply. */ | |
17287 | char socket(); | |
17288 | ||
17289 | int main() { | |
17290 | ||
17291 | /* The GNU C library defines this for functions which it implements | |
17292 | to always fail with ENOSYS. Some functions are actually named | |
17293 | something starting with __ and the normal name is an alias. */ | |
17294 | #if defined (__stub_socket) || defined (__stub___socket) | |
17295 | choke me | |
17296 | #else | |
17297 | socket(); | |
17298 | #endif | |
17299 | ||
17300 | ; return 0; } | |
17301 | EOF | |
17302 | if { (eval echo configure:17303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17303 | rm -rf conftest* | |
17304 | eval "ac_cv_func_socket=yes" | |
17305 | else | |
17306 | echo "configure: failed program was:" >&5 | |
17307 | cat conftest.$ac_ext >&5 | |
17308 | rm -rf conftest* | |
17309 | eval "ac_cv_func_socket=no" | |
17310 | fi | |
17311 | rm -f conftest* | |
17312 | fi | |
17313 | ||
17314 | if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
17315 | echo "$ac_t""yes" 1>&6 | |
17316 | : | |
17317 | else | |
17318 | echo "$ac_t""no" 1>&6 | |
17319 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 | |
17320 | echo "configure:17321: checking for socket in -lsocket" >&5 | |
17321 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` | |
17322 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17323 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17324 | else | |
17325 | ac_save_LIBS="$LIBS" | |
17326 | LIBS="-lsocket $LIBS" | |
17327 | cat > conftest.$ac_ext <<EOF | |
17328 | #line 17329 "configure" | |
17329 | #include "confdefs.h" | |
17330 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17331 | /* We use char because int might match the return type of a gcc2 | |
17332 | builtin and then its argument prototype would still apply. */ | |
17333 | char socket(); | |
17334 | ||
17335 | int main() { | |
17336 | socket() | |
17337 | ; return 0; } | |
17338 | EOF | |
17339 | if { (eval echo configure:17340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17340 | rm -rf conftest* | |
17341 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17342 | else | |
17343 | echo "configure: failed program was:" >&5 | |
17344 | cat conftest.$ac_ext >&5 | |
17345 | rm -rf conftest* | |
17346 | eval "ac_cv_lib_$ac_lib_var=no" | |
17347 | fi | |
17348 | rm -f conftest* | |
17349 | LIBS="$ac_save_LIBS" | |
17350 | ||
17351 | fi | |
17352 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17353 | echo "$ac_t""yes" 1>&6 | |
17354 | INET_LINK="$INET_LINK -lsocket" | |
17355 | else | |
17356 | echo "$ac_t""no" 1>&6 | |
17357 | ||
17358 | echo "configure: warning: socket library not found - sockets will be disabled" 1>&2 | |
17359 | wxUSE_SOCKETS=no | |
17360 | ||
17361 | ||
17362 | fi | |
17363 | ||
17364 | ||
17365 | fi | |
17366 | ||
17367 | fi | |
17368 | ||
17369 | ||
17370 | if test "$wxUSE_SOCKETS" = "yes" ; then | |
17371 | echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6 | |
17372 | echo "configure:17373: checking what is the type of the third argument of getsockname" >&5 | |
17373 | if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then | |
17374 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17375 | else | |
17376 | ||
17377 | ||
17378 | ac_ext=C | |
17379 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
17380 | ac_cpp='$CXXCPP $CPPFLAGS' | |
17381 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
17382 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17383 | cross_compiling=$ac_cv_prog_cxx_cross | |
17384 | ||
17385 | ||
17386 | cat > conftest.$ac_ext <<EOF | |
17387 | #line 17388 "configure" | |
17388 | #include "confdefs.h" | |
17389 | ||
17390 | #include <sys/types.h> | |
17391 | #include <sys/socket.h> | |
17392 | ||
17393 | int main() { | |
17394 | ||
17395 | socklen_t len; | |
17396 | getsockname(0, 0, &len); | |
17397 | ||
17398 | ; return 0; } | |
17399 | EOF | |
17400 | if { (eval echo configure:17401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
17401 | rm -rf conftest* | |
17402 | wx_cv_type_getsockname3=socklen_t | |
17403 | else | |
17404 | echo "configure: failed program was:" >&5 | |
17405 | cat conftest.$ac_ext >&5 | |
17406 | rm -rf conftest* | |
17407 | cat > conftest.$ac_ext <<EOF | |
17408 | #line 17409 "configure" | |
17409 | #include "confdefs.h" | |
17410 | ||
17411 | #include <sys/types.h> | |
17412 | #include <sys/socket.h> | |
17413 | ||
17414 | int main() { | |
17415 | ||
17416 | size_t len; | |
17417 | getsockname(0, 0, &len); | |
17418 | ||
17419 | ; return 0; } | |
17420 | EOF | |
17421 | if { (eval echo configure:17422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
17422 | rm -rf conftest* | |
17423 | wx_cv_type_getsockname3=size_t | |
17424 | else | |
17425 | echo "configure: failed program was:" >&5 | |
17426 | cat conftest.$ac_ext >&5 | |
17427 | rm -rf conftest* | |
17428 | cat > conftest.$ac_ext <<EOF | |
17429 | #line 17430 "configure" | |
17430 | #include "confdefs.h" | |
17431 | ||
17432 | #include <sys/types.h> | |
17433 | #include <sys/socket.h> | |
17434 | ||
17435 | int main() { | |
17436 | ||
17437 | int len; | |
17438 | getsockname(0, 0, &len); | |
17439 | ||
17440 | ; return 0; } | |
17441 | EOF | |
17442 | if { (eval echo configure:17443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | |
17443 | rm -rf conftest* | |
17444 | wx_cv_type_getsockname3=int | |
17445 | else | |
17446 | echo "configure: failed program was:" >&5 | |
17447 | cat conftest.$ac_ext >&5 | |
17448 | rm -rf conftest* | |
17449 | wx_cv_type_getsockname3=unknown | |
17450 | ||
17451 | fi | |
17452 | rm -f conftest* | |
17453 | ||
17454 | fi | |
17455 | rm -f conftest* | |
17456 | ||
17457 | fi | |
17458 | rm -f conftest* | |
17459 | ||
17460 | ac_ext=c | |
17461 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
17462 | ac_cpp='$CPP $CPPFLAGS' | |
17463 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
17464 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
17465 | cross_compiling=$ac_cv_prog_cc_cross | |
17466 | ||
17467 | ||
17468 | fi | |
17469 | ||
17470 | echo "$ac_t""$wx_cv_type_getsockname3" 1>&6 | |
17471 | ||
17472 | if test "$wx_cv_type_getsockname3" = "unknown"; then | |
17473 | wxUSE_SOCKETS=no | |
17474 | echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2 | |
17475 | else | |
17476 | cat >> confdefs.h <<EOF | |
17477 | #define SOCKLEN_T $wx_cv_type_getsockname3 | |
17478 | EOF | |
17479 | ||
17480 | fi | |
17481 | fi | |
17482 | fi | |
17483 | ||
17484 | if test "$wxUSE_SOCKETS" = "yes" ; then | |
17485 | cat >> confdefs.h <<\EOF | |
17486 | #define wxUSE_SOCKETS 1 | |
17487 | EOF | |
17488 | ||
17489 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" | |
17490 | fi | |
17491 | ||
17492 | ||
17493 | if test "$wxUSE_GUI" = "yes"; then | |
17494 | ||
17495 | if test "$TOOLKIT" = "MAC"; then | |
17496 | echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2 | |
17497 | wxUSE_JOYSTICK=no | |
17498 | fi | |
17499 | if test "$TOOLKIT" = "MOTIF"; then | |
17500 | echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2 | |
17501 | wxUSE_JOYSTICK=no | |
17502 | fi | |
17503 | ||
17504 | if test "$TOOLKIT" != "MSW"; then | |
17505 | if test "$wxUSE_JOYSTICK" = "yes"; then | |
17506 | for ac_hdr in linux/joystick.h | |
17507 | do | |
17508 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
17509 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
17510 | echo "configure:17511: checking for $ac_hdr" >&5 | |
17511 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
17512 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17513 | else | |
17514 | cat > conftest.$ac_ext <<EOF | |
17515 | #line 17516 "configure" | |
17516 | #include "confdefs.h" | |
17517 | #include <$ac_hdr> | |
17518 | EOF | |
17519 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
17520 | { (eval echo configure:17521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
17521 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
17522 | if test -z "$ac_err"; then | |
17523 | rm -rf conftest* | |
17524 | eval "ac_cv_header_$ac_safe=yes" | |
17525 | else | |
17526 | echo "$ac_err" >&5 | |
17527 | echo "configure: failed program was:" >&5 | |
17528 | cat conftest.$ac_ext >&5 | |
17529 | rm -rf conftest* | |
17530 | eval "ac_cv_header_$ac_safe=no" | |
17531 | fi | |
17532 | rm -f conftest* | |
17533 | fi | |
17534 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
17535 | echo "$ac_t""yes" 1>&6 | |
17536 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
17537 | cat >> confdefs.h <<EOF | |
17538 | #define $ac_tr_hdr 1 | |
17539 | EOF | |
17540 | ||
17541 | else | |
17542 | echo "$ac_t""no" 1>&6 | |
17543 | fi | |
17544 | done | |
17545 | ||
17546 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then | |
17547 | wxUSE_JOYSTICK=no | |
17548 | echo "configure: warning: Joystick not supported by this system... disabled" 1>&2 | |
17549 | fi | |
17550 | fi | |
17551 | fi | |
17552 | ||
17553 | if test "$wxUSE_JOYSTICK" = "yes"; then | |
17554 | cat >> confdefs.h <<\EOF | |
17555 | #define wxUSE_JOYSTICK 1 | |
17556 | EOF | |
17557 | ||
17558 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" | |
17559 | fi | |
17560 | fi | |
17561 | ||
17562 | ||
17563 | if test "$TOOLKIT" != "MSW"; then | |
17564 | ||
17565 | HAVE_DL_FUNCS=0 | |
17566 | HAVE_SHL_FUNCS=0 | |
17567 | if test "$wxUSE_DYNLIB_CLASS" = "yes"; then | |
17568 | if test "$USE_DARWIN" = 1; then | |
17569 | HAVE_DL_FUNCS=1 | |
17570 | else | |
17571 | for ac_func in dlopen | |
17572 | do | |
17573 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
17574 | echo "configure:17575: checking for $ac_func" >&5 | |
17575 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
17576 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17577 | else | |
17578 | cat > conftest.$ac_ext <<EOF | |
17579 | #line 17580 "configure" | |
17580 | #include "confdefs.h" | |
17581 | /* System header to define __stub macros and hopefully few prototypes, | |
17582 | which can conflict with char $ac_func(); below. */ | |
17583 | #include <assert.h> | |
17584 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17585 | /* We use char because int might match the return type of a gcc2 | |
17586 | builtin and then its argument prototype would still apply. */ | |
17587 | char $ac_func(); | |
17588 | ||
17589 | int main() { | |
17590 | ||
17591 | /* The GNU C library defines this for functions which it implements | |
17592 | to always fail with ENOSYS. Some functions are actually named | |
17593 | something starting with __ and the normal name is an alias. */ | |
17594 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17595 | choke me | |
17596 | #else | |
17597 | $ac_func(); | |
17598 | #endif | |
17599 | ||
17600 | ; return 0; } | |
17601 | EOF | |
17602 | if { (eval echo configure:17603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17603 | rm -rf conftest* | |
17604 | eval "ac_cv_func_$ac_func=yes" | |
17605 | else | |
17606 | echo "configure: failed program was:" >&5 | |
17607 | cat conftest.$ac_ext >&5 | |
17608 | rm -rf conftest* | |
17609 | eval "ac_cv_func_$ac_func=no" | |
17610 | fi | |
17611 | rm -f conftest* | |
17612 | fi | |
17613 | ||
17614 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17615 | echo "$ac_t""yes" 1>&6 | |
17616 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17617 | cat >> confdefs.h <<EOF | |
17618 | #define $ac_tr_func 1 | |
17619 | EOF | |
17620 | ||
17621 | cat >> confdefs.h <<\EOF | |
17622 | #define HAVE_DLOPEN 1 | |
17623 | EOF | |
17624 | ||
17625 | HAVE_DL_FUNCS=1 | |
17626 | ||
17627 | else | |
17628 | echo "$ac_t""no" 1>&6 | |
17629 | echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 | |
17630 | echo "configure:17631: checking for dlopen in -ldl" >&5 | |
17631 | ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` | |
17632 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17633 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17634 | else | |
17635 | ac_save_LIBS="$LIBS" | |
17636 | LIBS="-ldl $LIBS" | |
17637 | cat > conftest.$ac_ext <<EOF | |
17638 | #line 17639 "configure" | |
17639 | #include "confdefs.h" | |
17640 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17641 | /* We use char because int might match the return type of a gcc2 | |
17642 | builtin and then its argument prototype would still apply. */ | |
17643 | char dlopen(); | |
17644 | ||
17645 | int main() { | |
17646 | dlopen() | |
17647 | ; return 0; } | |
17648 | EOF | |
17649 | if { (eval echo configure:17650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17650 | rm -rf conftest* | |
17651 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17652 | else | |
17653 | echo "configure: failed program was:" >&5 | |
17654 | cat conftest.$ac_ext >&5 | |
17655 | rm -rf conftest* | |
17656 | eval "ac_cv_lib_$ac_lib_var=no" | |
17657 | fi | |
17658 | rm -f conftest* | |
17659 | LIBS="$ac_save_LIBS" | |
17660 | ||
17661 | fi | |
17662 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17663 | echo "$ac_t""yes" 1>&6 | |
17664 | ||
17665 | cat >> confdefs.h <<\EOF | |
17666 | #define HAVE_DLOPEN 1 | |
17667 | EOF | |
17668 | ||
17669 | HAVE_DL_FUNCS=1 | |
17670 | DL_LINK=" -ldl$DL_LINK" | |
17671 | ||
17672 | else | |
17673 | echo "$ac_t""no" 1>&6 | |
17674 | ||
17675 | for ac_func in shl_load | |
17676 | do | |
17677 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
17678 | echo "configure:17679: checking for $ac_func" >&5 | |
17679 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
17680 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17681 | else | |
17682 | cat > conftest.$ac_ext <<EOF | |
17683 | #line 17684 "configure" | |
17684 | #include "confdefs.h" | |
17685 | /* System header to define __stub macros and hopefully few prototypes, | |
17686 | which can conflict with char $ac_func(); below. */ | |
17687 | #include <assert.h> | |
17688 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17689 | /* We use char because int might match the return type of a gcc2 | |
17690 | builtin and then its argument prototype would still apply. */ | |
17691 | char $ac_func(); | |
17692 | ||
17693 | int main() { | |
17694 | ||
17695 | /* The GNU C library defines this for functions which it implements | |
17696 | to always fail with ENOSYS. Some functions are actually named | |
17697 | something starting with __ and the normal name is an alias. */ | |
17698 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17699 | choke me | |
17700 | #else | |
17701 | $ac_func(); | |
17702 | #endif | |
17703 | ||
17704 | ; return 0; } | |
17705 | EOF | |
17706 | if { (eval echo configure:17707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17707 | rm -rf conftest* | |
17708 | eval "ac_cv_func_$ac_func=yes" | |
17709 | else | |
17710 | echo "configure: failed program was:" >&5 | |
17711 | cat conftest.$ac_ext >&5 | |
17712 | rm -rf conftest* | |
17713 | eval "ac_cv_func_$ac_func=no" | |
17714 | fi | |
17715 | rm -f conftest* | |
17716 | fi | |
17717 | ||
17718 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17719 | echo "$ac_t""yes" 1>&6 | |
17720 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17721 | cat >> confdefs.h <<EOF | |
17722 | #define $ac_tr_func 1 | |
17723 | EOF | |
17724 | ||
17725 | cat >> confdefs.h <<\EOF | |
17726 | #define HAVE_SHL_LOAD 1 | |
17727 | EOF | |
17728 | ||
17729 | HAVE_SHL_FUNCS=1 | |
17730 | ||
17731 | else | |
17732 | echo "$ac_t""no" 1>&6 | |
17733 | echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6 | |
17734 | echo "configure:17735: checking for dld in -lshl_load" >&5 | |
17735 | ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'` | |
17736 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17737 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17738 | else | |
17739 | ac_save_LIBS="$LIBS" | |
17740 | LIBS="-lshl_load $LIBS" | |
17741 | cat > conftest.$ac_ext <<EOF | |
17742 | #line 17743 "configure" | |
17743 | #include "confdefs.h" | |
17744 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17745 | /* We use char because int might match the return type of a gcc2 | |
17746 | builtin and then its argument prototype would still apply. */ | |
17747 | char dld(); | |
17748 | ||
17749 | int main() { | |
17750 | dld() | |
17751 | ; return 0; } | |
17752 | EOF | |
17753 | if { (eval echo configure:17754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17754 | rm -rf conftest* | |
17755 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17756 | else | |
17757 | echo "configure: failed program was:" >&5 | |
17758 | cat conftest.$ac_ext >&5 | |
17759 | rm -rf conftest* | |
17760 | eval "ac_cv_lib_$ac_lib_var=no" | |
17761 | fi | |
17762 | rm -f conftest* | |
17763 | LIBS="$ac_save_LIBS" | |
17764 | ||
17765 | fi | |
17766 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17767 | echo "$ac_t""yes" 1>&6 | |
17768 | ||
17769 | HAVE_SHL_FUNCS=1 | |
17770 | DL_LINK=" -ldld$DL_LINK" | |
17771 | ||
17772 | else | |
17773 | echo "$ac_t""no" 1>&6 | |
17774 | fi | |
17775 | ||
17776 | ||
17777 | fi | |
17778 | done | |
17779 | ||
17780 | ||
17781 | fi | |
17782 | ||
17783 | ||
17784 | fi | |
17785 | done | |
17786 | ||
17787 | ||
17788 | if test "$HAVE_DL_FUNCS" = 1; then | |
17789 | for ac_func in dlerror | |
17790 | do | |
17791 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
17792 | echo "configure:17793: checking for $ac_func" >&5 | |
17793 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | |
17794 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17795 | else | |
17796 | cat > conftest.$ac_ext <<EOF | |
17797 | #line 17798 "configure" | |
17798 | #include "confdefs.h" | |
17799 | /* System header to define __stub macros and hopefully few prototypes, | |
17800 | which can conflict with char $ac_func(); below. */ | |
17801 | #include <assert.h> | |
17802 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17803 | /* We use char because int might match the return type of a gcc2 | |
17804 | builtin and then its argument prototype would still apply. */ | |
17805 | char $ac_func(); | |
17806 | ||
17807 | int main() { | |
17808 | ||
17809 | /* The GNU C library defines this for functions which it implements | |
17810 | to always fail with ENOSYS. Some functions are actually named | |
17811 | something starting with __ and the normal name is an alias. */ | |
17812 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
17813 | choke me | |
17814 | #else | |
17815 | $ac_func(); | |
17816 | #endif | |
17817 | ||
17818 | ; return 0; } | |
17819 | EOF | |
17820 | if { (eval echo configure:17821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17821 | rm -rf conftest* | |
17822 | eval "ac_cv_func_$ac_func=yes" | |
17823 | else | |
17824 | echo "configure: failed program was:" >&5 | |
17825 | cat conftest.$ac_ext >&5 | |
17826 | rm -rf conftest* | |
17827 | eval "ac_cv_func_$ac_func=no" | |
17828 | fi | |
17829 | rm -f conftest* | |
17830 | fi | |
17831 | ||
17832 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
17833 | echo "$ac_t""yes" 1>&6 | |
17834 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
17835 | cat >> confdefs.h <<EOF | |
17836 | #define $ac_tr_func 1 | |
17837 | EOF | |
17838 | cat >> confdefs.h <<\EOF | |
17839 | #define HAVE_DLERROR 1 | |
17840 | EOF | |
17841 | ||
17842 | else | |
17843 | echo "$ac_t""no" 1>&6 | |
17844 | echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6 | |
17845 | echo "configure:17846: checking for dlerror in -ldl" >&5 | |
17846 | ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'` | |
17847 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
17848 | echo $ac_n "(cached) $ac_c" 1>&6 | |
17849 | else | |
17850 | ac_save_LIBS="$LIBS" | |
17851 | LIBS="-ldl $LIBS" | |
17852 | cat > conftest.$ac_ext <<EOF | |
17853 | #line 17854 "configure" | |
17854 | #include "confdefs.h" | |
17855 | /* Override any gcc2 internal prototype to avoid an error. */ | |
17856 | /* We use char because int might match the return type of a gcc2 | |
17857 | builtin and then its argument prototype would still apply. */ | |
17858 | char dlerror(); | |
17859 | ||
17860 | int main() { | |
17861 | dlerror() | |
17862 | ; return 0; } | |
17863 | EOF | |
17864 | if { (eval echo configure:17865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | |
17865 | rm -rf conftest* | |
17866 | eval "ac_cv_lib_$ac_lib_var=yes" | |
17867 | else | |
17868 | echo "configure: failed program was:" >&5 | |
17869 | cat conftest.$ac_ext >&5 | |
17870 | rm -rf conftest* | |
17871 | eval "ac_cv_lib_$ac_lib_var=no" | |
17872 | fi | |
17873 | rm -f conftest* | |
17874 | LIBS="$ac_save_LIBS" | |
17875 | ||
17876 | fi | |
17877 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
17878 | echo "$ac_t""yes" 1>&6 | |
17879 | cat >> confdefs.h <<\EOF | |
17880 | #define HAVE_DLERROR 1 | |
17881 | EOF | |
17882 | ||
17883 | else | |
17884 | echo "$ac_t""no" 1>&6 | |
17885 | fi | |
17886 | ||
17887 | fi | |
17888 | done | |
17889 | ||
17890 | fi | |
17891 | fi | |
17892 | ||
17893 | if test "$HAVE_DL_FUNCS" = 0; then | |
17894 | if test "$HAVE_SHL_FUNCS" = 0; then | |
17895 | if test "$USE_UNIX" = 1; then | |
17896 | echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2 | |
17897 | wxUSE_DYNLIB_CLASS=no | |
17898 | else | |
17899 | echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2 | |
17900 | fi | |
17901 | fi | |
17902 | fi | |
17903 | fi | |
17904 | fi | |
17905 | ||
17906 | if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
17907 | cat >> confdefs.h <<\EOF | |
17908 | #define wxUSE_DYNLIB_CLASS 1 | |
17909 | EOF | |
17910 | ||
17911 | else | |
17912 | wxUSE_ODBC=no | |
17913 | wxUSE_SERIAL=no | |
17914 | fi | |
17915 | ||
17916 | ||
17917 | if test "$wxUSE_FONTMAP" = "yes" ; then | |
17918 | cat >> confdefs.h <<\EOF | |
17919 | #define wxUSE_FONTMAP 1 | |
17920 | EOF | |
17921 | ||
17922 | fi | |
17923 | ||
17924 | if test "$wxUSE_UNICODE" = "yes" ; then | |
17925 | cat >> confdefs.h <<\EOF | |
17926 | #define wxUSE_UNICODE 1 | |
17927 | EOF | |
17928 | ||
17929 | fi | |
17930 | ||
17931 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then | |
17932 | cat >> confdefs.h <<\EOF | |
17933 | #define wxUSE_EXPERIMENTAL_PRINTF 1 | |
17934 | EOF | |
17935 | ||
17936 | fi | |
17937 | ||
17938 | ||
17939 | if test "$wxUSE_SERIAL" = "yes" ; then | |
17940 | cat >> confdefs.h <<\EOF | |
17941 | #define wxUSE_SERIAL 1 | |
17942 | EOF | |
17943 | ||
17944 | fi | |
17945 | ||
17946 | ||
17947 | IODBC_C_SRC="" | |
17948 | if test "$wxUSE_ODBC" = "yes" ; then | |
17949 | cat >> confdefs.h <<\EOF | |
17950 | #define wxUSE_ODBC 1 | |
17951 | EOF | |
17952 | ||
17953 | WXODBCFLAG="-D_IODBC_" | |
17954 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
17955 | fi | |
17956 | ||
17957 | ||
17958 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then | |
17959 | cat >> confdefs.h <<\EOF | |
17960 | #define wxUSE_POSTSCRIPT 1 | |
17961 | EOF | |
17962 | ||
17963 | fi | |
17964 | ||
17965 | cat >> confdefs.h <<\EOF | |
17966 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 | |
17967 | EOF | |
17968 | ||
17969 | ||
17970 | cat >> confdefs.h <<\EOF | |
17971 | #define wxUSE_NORMALIZED_PS_FONTS 1 | |
17972 | EOF | |
17973 | ||
17974 | ||
17975 | ||
17976 | if test "$wxUSE_CONSTRAINTS" = "yes"; then | |
17977 | cat >> confdefs.h <<\EOF | |
17978 | #define wxUSE_CONSTRAINTS 1 | |
17979 | EOF | |
17980 | ||
17981 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
17982 | fi | |
17983 | ||
17984 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
17985 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
17986 | echo "configure: warning: MDI not yet supported for wxUNIVERSAL... disabled" 1>&2 | |
17987 | wxUSE_MDI_ARCHITECTURE=no | |
17988 | fi | |
17989 | ||
17990 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
17991 | cat >> confdefs.h <<\EOF | |
17992 | #define wxUSE_MDI_ARCHITECTURE 1 | |
17993 | EOF | |
17994 | ||
17995 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" | |
17996 | fi | |
17997 | fi | |
17998 | ||
17999 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
18000 | cat >> confdefs.h <<\EOF | |
18001 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 | |
18002 | EOF | |
18003 | ||
18004 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
18005 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
18006 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
18007 | fi | |
18008 | fi | |
18009 | ||
18010 | if test "$wxUSE_HELP" = "yes"; then | |
18011 | cat >> confdefs.h <<\EOF | |
18012 | #define wxUSE_HELP 1 | |
18013 | EOF | |
18014 | ||
18015 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
18016 | ||
18017 | if test "$wxUSE_MSW" = 1; then | |
18018 | if test "$wxUSE_MS_HTML_HELP" = "yes"; then | |
18019 | ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'` | |
18020 | echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6 | |
18021 | echo "configure:18022: checking for htmlhelp.h" >&5 | |
18022 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
18023 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18024 | else | |
18025 | cat > conftest.$ac_ext <<EOF | |
18026 | #line 18027 "configure" | |
18027 | #include "confdefs.h" | |
18028 | #include <htmlhelp.h> | |
18029 | EOF | |
18030 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
18031 | { (eval echo configure:18032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
18032 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
18033 | if test -z "$ac_err"; then | |
18034 | rm -rf conftest* | |
18035 | eval "ac_cv_header_$ac_safe=yes" | |
18036 | else | |
18037 | echo "$ac_err" >&5 | |
18038 | echo "configure: failed program was:" >&5 | |
18039 | cat conftest.$ac_ext >&5 | |
18040 | rm -rf conftest* | |
18041 | eval "ac_cv_header_$ac_safe=no" | |
18042 | fi | |
18043 | rm -f conftest* | |
18044 | fi | |
18045 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
18046 | echo "$ac_t""yes" 1>&6 | |
18047 | ||
18048 | cat >> confdefs.h <<\EOF | |
18049 | #define wxUSE_MS_HTML_HELP 1 | |
18050 | EOF | |
18051 | ||
18052 | ||
18053 | else | |
18054 | echo "$ac_t""no" 1>&6 | |
18055 | ||
18056 | echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2 | |
18057 | wxUSE_MS_HTML_HELP=no | |
18058 | ||
18059 | fi | |
18060 | ||
18061 | fi | |
18062 | fi | |
18063 | ||
18064 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
18065 | if test "$wxUSE_HTML" = "yes"; then | |
18066 | cat >> confdefs.h <<\EOF | |
18067 | #define wxUSE_WXHTML_HELP 1 | |
18068 | EOF | |
18069 | ||
18070 | else | |
18071 | echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2 | |
18072 | wxUSE_WXHTML_HELP=no | |
18073 | fi | |
18074 | fi | |
18075 | fi | |
18076 | ||
18077 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
18078 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
18079 | echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2 | |
18080 | else | |
18081 | cat >> confdefs.h <<\EOF | |
18082 | #define wxUSE_PRINTING_ARCHITECTURE 1 | |
18083 | EOF | |
18084 | ||
18085 | fi | |
18086 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
18087 | fi | |
18088 | ||
18089 | if test "$wxUSE_PROLOGIO" = "yes" ; then | |
18090 | cat >> confdefs.h <<\EOF | |
18091 | #define wxUSE_PROLOGIO 1 | |
18092 | EOF | |
18093 | ||
18094 | fi | |
18095 | ||
18096 | if test "$wxUSE_RESOURCES" = "yes" ; then | |
18097 | cat >> confdefs.h <<\EOF | |
18098 | #define wxUSE_RESOURCES 1 | |
18099 | EOF | |
18100 | ||
18101 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource" | |
18102 | fi | |
18103 | ||
18104 | if test "$wxUSE_X_RESOURCES" = "yes"; then | |
18105 | cat >> confdefs.h <<\EOF | |
18106 | #define wxUSE_X_RESOURCES 1 | |
18107 | EOF | |
18108 | ||
18109 | fi | |
18110 | ||
18111 | ||
18112 | if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ | |
18113 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
18114 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then | |
18115 | for ac_hdr in ole2.h | |
18116 | do | |
18117 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
18118 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
18119 | echo "configure:18120: checking for $ac_hdr" >&5 | |
18120 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | |
18121 | echo $ac_n "(cached) $ac_c" 1>&6 | |
18122 | else | |
18123 | cat > conftest.$ac_ext <<EOF | |
18124 | #line 18125 "configure" | |
18125 | #include "confdefs.h" | |
18126 | #include <$ac_hdr> | |
18127 | EOF | |
18128 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
18129 | { (eval echo configure:18130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | |
18130 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | |
18131 | if test -z "$ac_err"; then | |
18132 | rm -rf conftest* | |
18133 | eval "ac_cv_header_$ac_safe=yes" | |
18134 | else | |
18135 | echo "$ac_err" >&5 | |
18136 | echo "configure: failed program was:" >&5 | |
18137 | cat conftest.$ac_ext >&5 | |
18138 | rm -rf conftest* | |
18139 | eval "ac_cv_header_$ac_safe=no" | |
18140 | fi | |
18141 | rm -f conftest* | |
18142 | fi | |
18143 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
18144 | echo "$ac_t""yes" 1>&6 | |
18145 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
18146 | cat >> confdefs.h <<EOF | |
18147 | #define $ac_tr_hdr 1 | |
18148 | EOF | |
18149 | ||
18150 | else | |
18151 | echo "$ac_t""no" 1>&6 | |
18152 | fi | |
18153 | done | |
18154 | ||
18155 | ||
18156 | if test "$ac_cv_header_ole2_h" = "yes" ; then | |
18157 | if test "$GCC" = yes ; then | |
18158 | ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)" | |
18159 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" | |
18160 | LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" | |
18161 | cat >> confdefs.h <<\EOF | |
18162 | #define wxUSE_OLE 1 | |
18163 | EOF | |
18164 | ||
18165 | ||
18166 | fi | |
18167 | ||
18168 | cat >> confdefs.h <<\EOF | |
18169 | #define wxUSE_DATAOBJ 1 | |
18170 | EOF | |
18171 | ||
18172 | else | |
18173 | echo "configure: warning: Some features disabled because OLE headers not found" 1>&2 | |
18174 | ||
18175 | wxUSE_CLIPBOARD=no | |
18176 | wxUSE_DRAG_AND_DROP=no | |
18177 | wxUSE_DATAOBJ=no | |
18178 | fi | |
18179 | ||
18180 | if test "$wxUSE_METAFILE" = "yes"; then | |
18181 | cat >> confdefs.h <<\EOF | |
18182 | #define wxUSE_METAFILE 1 | |
18183 | EOF | |
18184 | ||
18185 | ||
18186 | cat >> confdefs.h <<\EOF | |
18187 | #define wxUSE_ENH_METAFILE 1 | |
18188 | EOF | |
18189 | ||
18190 | fi | |
18191 | fi | |
18192 | ||
18193 | if test "$wxUSE_IPC" = "yes"; then | |
18194 | if test "$wxUSE_SOCKETS" != "yes"; then | |
18195 | echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2 | |
18196 | fi | |
18197 | ||
18198 | cat >> confdefs.h <<\EOF | |
18199 | #define wxUSE_IPC 1 | |
18200 | EOF | |
18201 | ||
18202 | fi | |
18203 | ||
18204 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
18205 | cat >> confdefs.h <<\EOF | |
18206 | #define wxUSE_CLIPBOARD 1 | |
18207 | EOF | |
18208 | ||
18209 | ||
18210 | cat >> confdefs.h <<\EOF | |
18211 | #define wxUSE_DATAOBJ 1 | |
18212 | EOF | |
18213 | ||
18214 | fi | |
18215 | ||
18216 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
18217 | if test "$wxUSE_GTK" = 1; then | |
18218 | if test "$WXGTK12" != 1; then | |
18219 | echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2 | |
18220 | wxUSE_DRAG_AND_DROP=no | |
18221 | fi | |
18222 | fi | |
18223 | ||
18224 | if test "$wxUSE_MOTIF" = 1; then | |
18225 | echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2 | |
18226 | wxUSE_DRAG_AND_DROP=no | |
18227 | fi | |
18228 | ||
18229 | if test "$wxUSE_MAC" = 1; then | |
18230 | echo "configure: warning: Drag and drop not yet supported under Mac OS X... disabled" 1>&2 | |
18231 | wxUSE_DRAG_AND_DROP=no | |
18232 | fi | |
18233 | ||
18234 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
18235 | cat >> confdefs.h <<\EOF | |
18236 | #define wxUSE_DRAG_AND_DROP 1 | |
18237 | EOF | |
18238 | ||
18239 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
18240 | fi | |
18241 | ||
18242 | fi | |
18243 | ||
18244 | if test "$wxUSE_SPLINES" = "yes" ; then | |
18245 | cat >> confdefs.h <<\EOF | |
18246 | #define wxUSE_SPLINES 1 | |
18247 | EOF | |
18248 | ||
18249 | fi | |
18250 | ||
18251 | ||
18252 | USES_CONTROLS=0 | |
18253 | if test "$wxUSE_CONTROLS" = "yes"; then | |
18254 | USES_CONTROLS=1 | |
18255 | fi | |
18256 | ||
18257 | if test "$wxUSE_ACCEL" = "yes"; then | |
18258 | cat >> confdefs.h <<\EOF | |
18259 | #define wxUSE_ACCEL 1 | |
18260 | EOF | |
18261 | ||
18262 | USES_CONTROLS=1 | |
18263 | fi | |
18264 | ||
18265 | if test "$wxUSE_BUTTON" = "yes"; then | |
18266 | cat >> confdefs.h <<\EOF | |
18267 | #define wxUSE_BUTTON 1 | |
18268 | EOF | |
18269 | ||
18270 | USES_CONTROLS=1 | |
18271 | fi | |
18272 | ||
18273 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
18274 | cat >> confdefs.h <<\EOF | |
18275 | #define wxUSE_BMPBUTTON 1 | |
18276 | EOF | |
18277 | ||
18278 | USES_CONTROLS=1 | |
18279 | fi | |
18280 | ||
18281 | if test "$wxUSE_CALCTRL" = "yes"; then | |
18282 | cat >> confdefs.h <<\EOF | |
18283 | #define wxUSE_CALENDARCTRL 1 | |
18284 | EOF | |
18285 | ||
18286 | USES_CONTROLS=1 | |
18287 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
18288 | fi | |
18289 | ||
18290 | if test "$wxUSE_CARET" = "yes"; then | |
18291 | cat >> confdefs.h <<\EOF | |
18292 | #define wxUSE_CARET 1 | |
18293 | EOF | |
18294 | ||
18295 | USES_CONTROLS=1 | |
18296 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" | |
18297 | fi | |
18298 | ||
18299 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
18300 | cat >> confdefs.h <<\EOF | |
18301 | #define wxUSE_COMBOBOX 1 | |
18302 | EOF | |
18303 | ||
18304 | USES_CONTROLS=1 | |
18305 | fi | |
18306 | ||
18307 | if test "$wxUSE_CHOICE" = "yes"; then | |
18308 | cat >> confdefs.h <<\EOF | |
18309 | #define wxUSE_CHOICE 1 | |
18310 | EOF | |
18311 | ||
18312 | USES_CONTROLS=1 | |
18313 | fi | |
18314 | ||
18315 | if test "$wxUSE_CHECKBOX" = "yes"; then | |
18316 | cat >> confdefs.h <<\EOF | |
18317 | #define wxUSE_CHECKBOX 1 | |
18318 | EOF | |
18319 | ||
18320 | USES_CONTROLS=1 | |
18321 | fi | |
18322 | ||
18323 | if test "$wxUSE_CHECKLST" = "yes"; then | |
18324 | cat >> confdefs.h <<\EOF | |
18325 | #define wxUSE_CHECKLISTBOX 1 | |
18326 | EOF | |
18327 | ||
18328 | USES_CONTROLS=1 | |
18329 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" | |
18330 | fi | |
18331 | ||
18332 | if test "$wxUSE_GAUGE" = "yes"; then | |
18333 | cat >> confdefs.h <<\EOF | |
18334 | #define wxUSE_GAUGE 1 | |
18335 | EOF | |
18336 | ||
18337 | USES_CONTROLS=1 | |
18338 | fi | |
18339 | ||
18340 | if test "$wxUSE_NEW_GRID" = "yes"; then | |
18341 | wxUSE_GRID="yes" | |
18342 | cat >> confdefs.h <<\EOF | |
18343 | #define wxUSE_NEW_GRID 1 | |
18344 | EOF | |
18345 | ||
18346 | USES_CONTROLS=1 | |
18347 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid" | |
18348 | fi | |
18349 | ||
18350 | if test "$wxUSE_GRID" = "yes"; then | |
18351 | cat >> confdefs.h <<\EOF | |
18352 | #define wxUSE_GRID 1 | |
18353 | EOF | |
18354 | ||
18355 | USES_CONTROLS=1 | |
18356 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" | |
18357 | fi | |
18358 | ||
18359 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
18360 | cat >> confdefs.h <<\EOF | |
18361 | #define wxUSE_IMAGLIST 1 | |
18362 | EOF | |
18363 | ||
18364 | fi | |
18365 | ||
18366 | if test "$wxUSE_LISTBOX" = "yes"; then | |
18367 | cat >> confdefs.h <<\EOF | |
18368 | #define wxUSE_LISTBOX 1 | |
18369 | EOF | |
18370 | ||
18371 | USES_CONTROLS=1 | |
18372 | fi | |
18373 | ||
18374 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
18375 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
18376 | cat >> confdefs.h <<\EOF | |
18377 | #define wxUSE_LISTCTRL 1 | |
18378 | EOF | |
18379 | ||
18380 | USES_CONTROLS=1 | |
18381 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" | |
18382 | else | |
18383 | echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2 | |
18384 | fi | |
18385 | fi | |
18386 | ||
18387 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
18388 | cat >> confdefs.h <<\EOF | |
18389 | #define wxUSE_NOTEBOOK 1 | |
18390 | EOF | |
18391 | ||
18392 | USES_CONTROLS=1 | |
18393 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" | |
18394 | fi | |
18395 | ||
18396 | if test "$wxUSE_PROPSHEET" = "yes"; then | |
18397 | cat >> confdefs.h <<\EOF | |
18398 | #define wxUSE_PROPSHEET 1 | |
18399 | EOF | |
18400 | ||
18401 | USES_CONTROLS=1 | |
18402 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist" | |
18403 | fi | |
18404 | ||
18405 | if test "$wxUSE_RADIOBOX" = "yes"; then | |
18406 | cat >> confdefs.h <<\EOF | |
18407 | #define wxUSE_RADIOBOX 1 | |
18408 | EOF | |
18409 | ||
18410 | USES_CONTROLS=1 | |
18411 | fi | |
18412 | ||
18413 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
18414 | cat >> confdefs.h <<\EOF | |
18415 | #define wxUSE_RADIOBTN 1 | |
18416 | EOF | |
18417 | ||
18418 | USES_CONTROLS=1 | |
18419 | fi | |
18420 | ||
18421 | if test "$wxUSE_SASH" = "yes"; then | |
18422 | cat >> confdefs.h <<\EOF | |
18423 | #define wxUSE_SASH 1 | |
18424 | EOF | |
18425 | ||
18426 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
18427 | fi | |
18428 | ||
18429 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
18430 | cat >> confdefs.h <<\EOF | |
18431 | #define wxUSE_SCROLLBAR 1 | |
18432 | EOF | |
18433 | ||
18434 | USES_CONTROLS=1 | |
18435 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" | |
18436 | fi | |
18437 | ||
18438 | if test "$wxUSE_SLIDER" = "yes"; then | |
18439 | cat >> confdefs.h <<\EOF | |
18440 | #define wxUSE_SLIDER 1 | |
18441 | EOF | |
18442 | ||
18443 | USES_CONTROLS=1 | |
18444 | fi | |
18445 | ||
18446 | if test "$wxUSE_SPINBTN" = "yes"; then | |
18447 | cat >> confdefs.h <<\EOF | |
18448 | #define wxUSE_SPINBTN 1 | |
18449 | EOF | |
18450 | ||
18451 | USES_CONTROLS=1 | |
18452 | fi | |
18453 | ||
18454 | if test "$wxUSE_SPINCTRL" = "yes"; then | |
18455 | cat >> confdefs.h <<\EOF | |
18456 | #define wxUSE_SPINCTRL 1 | |
18457 | EOF | |
18458 | ||
18459 | USES_CONTROLS=1 | |
18460 | fi | |
18461 | ||
18462 | if test "$wxUSE_SPLITTER" = "yes"; then | |
18463 | cat >> confdefs.h <<\EOF | |
18464 | #define wxUSE_SPLITTER 1 | |
18465 | EOF | |
18466 | ||
18467 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
18468 | fi | |
18469 | ||
18470 | if test "$wxUSE_STATBMP" = "yes"; then | |
18471 | cat >> confdefs.h <<\EOF | |
18472 | #define wxUSE_STATBMP 1 | |
18473 | EOF | |
18474 | ||
18475 | USES_CONTROLS=1 | |
18476 | fi | |
18477 | ||
18478 | if test "$wxUSE_STATBOX" = "yes"; then | |
18479 | cat >> confdefs.h <<\EOF | |
18480 | #define wxUSE_STATBOX 1 | |
18481 | EOF | |
18482 | ||
18483 | USES_CONTROLS=1 | |
18484 | fi | |
18485 | ||
18486 | if test "$wxUSE_STATTEXT" = "yes"; then | |
18487 | cat >> confdefs.h <<\EOF | |
18488 | #define wxUSE_STATTEXT 1 | |
18489 | EOF | |
18490 | ||
18491 | USES_CONTROLS=1 | |
18492 | fi | |
18493 | ||
18494 | if test "$wxUSE_STATLINE" = "yes"; then | |
18495 | if test "$wxUSE_WINE" = 1 ; then | |
18496 | echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2 | |
18497 | else | |
18498 | cat >> confdefs.h <<\EOF | |
18499 | #define wxUSE_STATLINE 1 | |
18500 | EOF | |
18501 | ||
18502 | USES_CONTROLS=1 | |
18503 | fi | |
18504 | fi | |
18505 | ||
18506 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
18507 | cat >> confdefs.h <<\EOF | |
18508 | #define wxUSE_STATUSBAR 1 | |
18509 | EOF | |
18510 | ||
18511 | USES_CONTROLS=1 | |
18512 | ||
18513 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" | |
18514 | fi | |
18515 | ||
18516 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
18517 | cat >> confdefs.h <<\EOF | |
18518 | #define wxUSE_TAB_DIALOG 1 | |
18519 | EOF | |
18520 | ||
18521 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" | |
18522 | fi | |
18523 | ||
18524 | if test "$wxUSE_TEXTCTRL" = "yes"; then | |
18525 | cat >> confdefs.h <<\EOF | |
18526 | #define wxUSE_TEXTCTRL 1 | |
18527 | EOF | |
18528 | ||
18529 | USES_CONTROLS=1 | |
18530 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
18531 | fi | |
18532 | ||
18533 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
18534 | if test "$wxUSE_MAC" = 1; then | |
18535 | echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2 | |
18536 | wxUSE_TOGGLEBTN=no | |
18537 | fi | |
18538 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
18539 | echo "configure: warning: Toggle button not yet supported under wxUNIVERSAL... disabled" 1>&2 | |
18540 | wxUSE_TOGGLEBTN=no | |
18541 | fi | |
18542 | ||
18543 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
18544 | cat >> confdefs.h <<\EOF | |
18545 | #define wxUSE_TOGGLEBTN 1 | |
18546 | EOF | |
18547 | ||
18548 | USES_CONTROLS=1 | |
18549 | fi | |
18550 | fi | |
18551 | ||
18552 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then | |
18553 | cat >> confdefs.h <<\EOF | |
18554 | #define wxUSE_TOOLBAR_SIMPLE 1 | |
18555 | EOF | |
18556 | ||
18557 | wxUSE_TOOLBAR="yes" | |
18558 | USES_CONTROLS=1 | |
18559 | fi | |
18560 | ||
18561 | if test "$wxUSE_TOOLBAR" = "yes"; then | |
18562 | cat >> confdefs.h <<\EOF | |
18563 | #define wxUSE_TOOLBAR 1 | |
18564 | EOF | |
18565 | ||
18566 | USES_CONTROLS=1 | |
18567 | ||
18568 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then | |
18569 | wxUSE_TOOLBAR_NATIVE="yes" | |
18570 | fi | |
18571 | ||
18572 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then | |
18573 | cat >> confdefs.h <<\EOF | |
18574 | #define wxUSE_TOOLBAR_NATIVE 1 | |
18575 | EOF | |
18576 | ||
18577 | USES_CONTROLS=1 | |
18578 | fi | |
18579 | ||
18580 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
18581 | fi | |
18582 | ||
18583 | if test "$wxUSE_TOOLTIPS" = "yes"; then | |
18584 | if test "$wxUSE_MOTIF" = 1; then | |
18585 | echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2 | |
18586 | else | |
18587 | if test "$wxUSE_WINE" = 1; then | |
18588 | echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2 | |
18589 | else | |
18590 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
18591 | echo "configure: warning: wxTooltip not supported yet in wxUNIVERSAL... disabled" 1>&2 | |
18592 | else | |
18593 | cat >> confdefs.h <<\EOF | |
18594 | #define wxUSE_TOOLTIPS 1 | |
18595 | EOF | |
18596 | ||
18597 | fi | |
18598 | fi | |
18599 | fi | |
18600 | fi | |
18601 | ||
18602 | if test "$wxUSE_TREECTRL" = "yes"; then | |
18603 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
18604 | cat >> confdefs.h <<\EOF | |
18605 | #define wxUSE_TREECTRL 1 | |
18606 | EOF | |
18607 | ||
18608 | USES_CONTROLS=1 | |
18609 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" | |
18610 | else | |
18611 | echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2 | |
18612 | fi | |
18613 | fi | |
18614 | ||
18615 | if test "$wxUSE_POPUPWIN" = "yes"; then | |
18616 | if test "$wxUSE_MAC" = 1; then | |
18617 | echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2 | |
18618 | else | |
18619 | if test "$wxUSE_MOTIF" = 1; then | |
18620 | echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2 | |
18621 | else | |
18622 | cat >> confdefs.h <<\EOF | |
18623 | #define wxUSE_POPUPWIN 1 | |
18624 | EOF | |
18625 | ||
18626 | ||
18627 | USES_CONTROLS=1 | |
18628 | fi | |
18629 | fi | |
18630 | fi | |
18631 | ||
18632 | if test "$wxUSE_TIPWINDOW" = "yes"; then | |
18633 | cat >> confdefs.h <<\EOF | |
18634 | #define wxUSE_TIPWINDOW 1 | |
18635 | EOF | |
18636 | ||
18637 | fi | |
18638 | ||
18639 | if test "$USES_CONTROLS" = 1; then | |
18640 | cat >> confdefs.h <<\EOF | |
18641 | #define wxUSE_CONTROLS 1 | |
18642 | EOF | |
18643 | ||
18644 | fi | |
18645 | ||
18646 | ||
18647 | if test "$wxUSE_TREELAYOUT" = "yes"; then | |
18648 | cat >> confdefs.h <<\EOF | |
18649 | #define wxUSE_TREELAYOUT 1 | |
18650 | EOF | |
18651 | ||
18652 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay" | |
18653 | fi | |
18654 | ||
18655 | if test "$wxUSE_DRAGIMAGE" = "yes"; then | |
18656 | cat >> confdefs.h <<\EOF | |
18657 | #define wxUSE_DRAGIMAGE 1 | |
18658 | EOF | |
18659 | ||
18660 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
18661 | fi | |
18662 | ||
18663 | if test "$wxUSE_MENUS" = "yes"; then | |
18664 | cat >> confdefs.h <<\EOF | |
18665 | #define wxUSE_MENUS 1 | |
18666 | EOF | |
18667 | ||
18668 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" | |
18669 | fi | |
18670 | ||
18671 | if test "$wxUSE_METAFILE" = "yes"; then | |
18672 | cat >> confdefs.h <<\EOF | |
18673 | #define wxUSE_METAFILE 1 | |
18674 | EOF | |
18675 | ||
18676 | fi | |
18677 | ||
18678 | if test "$wxUSE_MIMETYPE" = "yes"; then | |
18679 | cat >> confdefs.h <<\EOF | |
18680 | #define wxUSE_MIMETYPE 1 | |
18681 | EOF | |
18682 | ||
18683 | fi | |
18684 | ||
18685 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then | |
18686 | cat >> confdefs.h <<\EOF | |
18687 | #define wxUSE_SYSTEM_OPTIONS 1 | |
18688 | EOF | |
18689 | ||
18690 | fi | |
18691 | ||
18692 | if test "$wxUSE_MINIFRAME" = "yes"; then | |
18693 | cat >> confdefs.h <<\EOF | |
18694 | #define wxUSE_MINIFRAME 1 | |
18695 | EOF | |
18696 | ||
18697 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
18698 | fi | |
18699 | ||
18700 | if test "$wxUSE_HTML" = "yes"; then | |
18701 | cat >> confdefs.h <<\EOF | |
18702 | #define wxUSE_HTML 1 | |
18703 | EOF | |
18704 | ||
18705 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html" | |
18706 | fi | |
18707 | ||
18708 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
18709 | cat >> confdefs.h <<\EOF | |
18710 | #define wxUSE_VALIDATORS 1 | |
18711 | EOF | |
18712 | ||
18713 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" | |
18714 | fi | |
18715 | ||
18716 | if test "$wxUSE_PALETTE" = "yes" ; then | |
18717 | cat >> confdefs.h <<\EOF | |
18718 | #define wxUSE_PALETTE 1 | |
18719 | EOF | |
18720 | ||
18721 | fi | |
18722 | ||
18723 | if test "$wxUSE_IMAGE" = "yes" ; then | |
18724 | cat >> confdefs.h <<\EOF | |
18725 | #define wxUSE_IMAGE 1 | |
18726 | EOF | |
18727 | ||
18728 | fi | |
18729 | ||
18730 | if test "$wxUSE_GIF" = "yes" ; then | |
18731 | cat >> confdefs.h <<\EOF | |
18732 | #define wxUSE_GIF 1 | |
18733 | EOF | |
18734 | ||
18735 | fi | |
18736 | ||
18737 | if test "$wxUSE_PCX" = "yes" ; then | |
18738 | cat >> confdefs.h <<\EOF | |
18739 | #define wxUSE_PCX 1 | |
18740 | EOF | |
18741 | ||
18742 | fi | |
18743 | ||
18744 | if test "$wxUSE_PNM" = "yes" ; then | |
18745 | cat >> confdefs.h <<\EOF | |
18746 | #define wxUSE_PNM 1 | |
18747 | EOF | |
18748 | ||
18749 | fi | |
18750 | ||
18751 | if test "$wxUSE_XPM" = "yes" ; then | |
18752 | cat >> confdefs.h <<\EOF | |
18753 | #define wxUSE_XPM 1 | |
18754 | EOF | |
18755 | ||
18756 | fi | |
18757 | ||
18758 | ||
18759 | if test "$wxUSE_CHOICEDLG" = "yes"; then | |
18760 | cat >> confdefs.h <<\EOF | |
18761 | #define wxUSE_CHOICEDLG 1 | |
18762 | EOF | |
18763 | ||
18764 | fi | |
18765 | ||
18766 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
18767 | cat >> confdefs.h <<\EOF | |
18768 | #define wxUSE_COLOURDLG 1 | |
18769 | EOF | |
18770 | ||
18771 | fi | |
18772 | ||
18773 | if test "$wxUSE_FILEDLG" = "yes"; then | |
18774 | cat >> confdefs.h <<\EOF | |
18775 | #define wxUSE_FILEDLG 1 | |
18776 | EOF | |
18777 | ||
18778 | fi | |
18779 | ||
18780 | if test "$wxUSE_FINDREPLDLG" = "yes"; then | |
18781 | cat >> confdefs.h <<\EOF | |
18782 | #define wxUSE_FINDREPLDLG 1 | |
18783 | EOF | |
18784 | ||
18785 | fi | |
18786 | ||
18787 | if test "$wxUSE_FONTDLG" = "yes"; then | |
18788 | cat >> confdefs.h <<\EOF | |
18789 | #define wxUSE_FONTDLG 1 | |
18790 | EOF | |
18791 | ||
18792 | fi | |
18793 | ||
18794 | if test "$wxUSE_DIRDLG" = "yes"; then | |
18795 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
18796 | echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2 | |
18797 | else | |
18798 | if test "$wxUSE_TREECTRL" != "yes"; then | |
18799 | echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2 | |
18800 | else | |
18801 | cat >> confdefs.h <<\EOF | |
18802 | #define wxUSE_DIRDLG 1 | |
18803 | EOF | |
18804 | ||
18805 | fi | |
18806 | fi | |
18807 | fi | |
18808 | ||
18809 | if test "$wxUSE_MSGDLG" = "yes"; then | |
18810 | cat >> confdefs.h <<\EOF | |
18811 | #define wxUSE_MSGDLG 1 | |
18812 | EOF | |
18813 | ||
18814 | fi | |
18815 | ||
18816 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
18817 | cat >> confdefs.h <<\EOF | |
18818 | #define wxUSE_NUMBERDLG 1 | |
18819 | EOF | |
18820 | ||
18821 | fi | |
18822 | ||
18823 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
18824 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
18825 | echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2 | |
18826 | else | |
18827 | cat >> confdefs.h <<\EOF | |
18828 | #define wxUSE_PROGRESSDLG 1 | |
18829 | EOF | |
18830 | ||
18831 | fi | |
18832 | fi | |
18833 | ||
18834 | if test "$wxUSE_SPLASH" = "yes"; then | |
18835 | cat >> confdefs.h <<\EOF | |
18836 | #define wxUSE_SPLASH 1 | |
18837 | EOF | |
18838 | ||
18839 | fi | |
18840 | ||
18841 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then | |
18842 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
18843 | echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2 | |
18844 | else | |
18845 | cat >> confdefs.h <<\EOF | |
18846 | #define wxUSE_STARTUP_TIPS 1 | |
18847 | EOF | |
18848 | ||
18849 | fi | |
18850 | fi | |
18851 | ||
18852 | if test "$wxUSE_TEXTDLG" = "yes"; then | |
18853 | cat >> confdefs.h <<\EOF | |
18854 | #define wxUSE_TEXTDLG 1 | |
18855 | EOF | |
18856 | ||
18857 | fi | |
18858 | ||
18859 | if test "$wxUSE_WIZARDDLG" = "yes"; then | |
18860 | cat >> confdefs.h <<\EOF | |
18861 | #define wxUSE_WIZARDDLG 1 | |
18862 | EOF | |
18863 | ||
18864 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
18865 | fi | |
18866 | ||
18867 | ||
18868 | if test "$cross_compiling" = "yes"; then | |
18869 | OSINFO="\"$host\"" | |
18870 | else | |
18871 | OSINFO=`uname -s -r -m` | |
18872 | OSINFO="\"$OSINFO\"" | |
18873 | fi | |
18874 | ||
18875 | cat >> confdefs.h <<EOF | |
18876 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
18877 | EOF | |
18878 | ||
18879 | ||
18880 | ||
18881 | if test "x$prefix" != "xNONE"; then | |
18882 | wxPREFIX=$prefix | |
18883 | else | |
18884 | wxPREFIX=$ac_default_prefix | |
18885 | fi | |
18886 | ||
18887 | cat >> confdefs.h <<EOF | |
18888 | #define wxINSTALL_PREFIX "$wxPREFIX" | |
18889 | EOF | |
18890 | ||
18891 | ||
18892 | ||
18893 | ||
18894 | ||
18895 | if test "$wxUSE_MAC" = 1 ; then | |
18896 | LDFLAGS="$LDFLAGS -framework Carbon -framework System" | |
18897 | fi | |
18898 | ||
18899 | ||
18900 | LIBS="$ZLIB_LINK$POSIX4_LINK$INET_LINK$WCHAR_LINK$THREADS_LINK$DL_LINK -lm$LIBS" | |
18901 | ||
18902 | if test "$wxUSE_GUI" = "yes"; then | |
18903 | ||
18904 | LIBS=" $GUI_TK_LIBRARY$PNG_LINK$JPEG_LINK$TIFF_LINK$FREETYPE_LINK$LIBS" | |
18905 | ||
18906 | ||
18907 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \ | |
18908 | drawing dynamic erase event exec font image \ | |
18909 | minimal richedit rotate widgets" | |
18910 | ||
18911 | CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" | |
18912 | else | |
18913 | SAMPLES_SUBDIRS="console" | |
18914 | fi | |
18915 | ||
18916 | ||
18917 | INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \ | |
18918 | $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \ | |
18919 | $FREETYPE_INCLUDE $TOOLKIT_INCLUDE" | |
18920 | ||
18921 | if test "$wxUSE_GTK" = 1; then | |
18922 | WXCONFIG_INCLUDE= | |
18923 | else | |
18924 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
18925 | fi | |
18926 | ||
18927 | if test "$GXX" = yes ; then | |
18928 | CXXWARNINGS="-Wall" | |
18929 | ||
18930 | if test "$wxUSE_NO_DEPS" = "no" ; then | |
18931 | CFLAGS="-MMD $CFLAGS" | |
18932 | CXXFLAGS="-MMD $CXXFLAGS" | |
18933 | fi | |
18934 | fi | |
18935 | ||
18936 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG$PROFILE $OPTIMISE $INCLUDES" | |
18937 | ||
18938 | CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'` | |
18939 | CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` | |
18940 | ||
18941 | LDFLAGS="$LDFLAGS$PROFILE" | |
18942 | ||
18943 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" | |
18944 | ||
18945 | ||
18946 | ||
18947 | ||
18948 | ||
18949 | ||
18950 | ||
18951 | ||
18952 | ||
18953 | ||
18954 | ||
18955 | ||
18956 | ||
18957 | ||
18958 | ||
18959 | ||
18960 | ||
18961 | ||
18962 | ||
18963 | ||
18964 | ||
18965 | ||
18966 | ||
18967 | ||
18968 | ||
18969 | ||
18970 | ||
18971 | ||
18972 | ||
18973 | ||
18974 | ||
18975 | ||
18976 | ||
18977 | ||
18978 | ||
18979 | ||
18980 | ||
18981 | ||
18982 | ||
18983 | ||
18984 | ||
18985 | ||
18986 | ||
18987 | ||
18988 | ||
18989 | ||
18990 | ||
18991 | ||
18992 | ||
18993 | ||
18994 | ||
18995 | ||
18996 | ||
18997 | ||
18998 | ||
18999 | ||
19000 | ||
19001 | ||
19002 | ||
19003 | ||
19004 | ||
19005 | ||
19006 | ||
19007 | ||
19008 | ||
19009 | ||
19010 | ||
19011 | ||
19012 | ||
19013 | ||
19014 | ||
19015 | ||
19016 | ||
19017 | ||
19018 | ||
19019 | ||
19020 | ||
19021 | ||
19022 | ||
19023 | ||
19024 | ||
19025 | ||
19026 | ||
19027 | ||
19028 | ||
19029 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
19030 | echo "configure:19031: checking whether ${MAKE-make} sets \${MAKE}" >&5 | |
19031 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` | |
19032 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
19033 | echo $ac_n "(cached) $ac_c" 1>&6 | |
19034 | else | |
19035 | cat > conftestmake <<\EOF | |
19036 | all: | |
19037 | @echo 'ac_maketemp="${MAKE}"' | |
19038 | EOF | |
19039 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
19040 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | |
19041 | if test -n "$ac_maketemp"; then | |
19042 | eval ac_cv_prog_make_${ac_make}_set=yes | |
19043 | else | |
19044 | eval ac_cv_prog_make_${ac_make}_set=no | |
19045 | fi | |
19046 | rm -f conftestmake | |
19047 | fi | |
19048 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
19049 | echo "$ac_t""yes" 1>&6 | |
19050 | SET_MAKE= | |
19051 | else | |
19052 | echo "$ac_t""no" 1>&6 | |
19053 | SET_MAKE="MAKE=${MAKE-make}" | |
19054 | fi | |
19055 | ||
19056 | ||
19057 | if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then | |
19058 | mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h | |
19059 | fi | |
19060 | ||
19061 | ||
19062 | ||
19063 | if test "$wxUSE_GUI" = "yes"; then | |
19064 | wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS | |
19065 | wx_cv_path_ifs=$PATH_IFS | |
19066 | wx_cv_program_ext=$PROGRAM_EXT | |
19067 | wx_cv_target_library=$WX_TARGET_LIBRARY | |
19068 | wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL | |
19069 | wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE | |
19070 | export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \ | |
19071 | wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype | |
19072 | subdirs="demos samples utils contrib" | |
19073 | ||
19074 | fi | |
19075 | ||
19076 | trap '' 1 2 15 | |
19077 | cat > confcache <<\EOF | |
19078 | # This file is a shell script that caches the results of configure | |
19079 | # tests run on this system so they can be shared between configure | |
19080 | # scripts and configure runs. It is not useful on other systems. | |
19081 | # If it contains results you don't want to keep, you may remove or edit it. | |
19082 | # | |
19083 | # By default, configure uses ./config.cache as the cache file, | |
19084 | # creating it if it does not exist already. You can give configure | |
19085 | # the --cache-file=FILE option to use a different cache file; that is | |
19086 | # what configure does when it calls configure scripts in | |
19087 | # subdirectories, so they share the cache. | |
19088 | # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
19089 | # config.status only pays attention to the cache file if you give it the | |
19090 | # --recheck option to rerun configure. | |
19091 | # | |
19092 | EOF | |
19093 | # The following way of writing the cache mishandles newlines in values, | |
19094 | # but we know of no workaround that is simple, portable, and efficient. | |
19095 | # So, don't put newlines in cache variables' values. | |
19096 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
19097 | # and sets the high bit in the cache file unless we assign to the vars. | |
19098 | (set) 2>&1 | | |
19099 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
19100 | *ac_space=\ *) | |
19101 | # `set' does not quote correctly, so add quotes (double-quote substitution | |
19102 | # turns \\\\ into \\, and sed turns \\ into \). | |
19103 | sed -n \ | |
19104 | -e "s/'/'\\\\''/g" \ | |
19105 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
19106 | ;; | |
19107 | *) | |
19108 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
19109 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
19110 | ;; | |
19111 | esac >> confcache | |
19112 | if cmp -s $cache_file confcache; then | |
19113 | : | |
19114 | else | |
19115 | if test -w $cache_file; then | |
19116 | echo "updating cache $cache_file" | |
19117 | cat confcache > $cache_file | |
19118 | else | |
19119 | echo "not updating unwritable cache $cache_file" | |
19120 | fi | |
19121 | fi | |
19122 | rm -f confcache | |
19123 | ||
19124 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
19125 | ||
19126 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
19127 | # Let make expand exec_prefix. | |
19128 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
19129 | ||
19130 | # Any assignment to VPATH causes Sun make to only execute | |
19131 | # the first set of double-colon rules, so remove it if not needed. | |
19132 | # If there is a colon in the path, we need to keep it. | |
19133 | if test "x$srcdir" = x.; then | |
19134 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | |
19135 | fi | |
19136 | ||
19137 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | |
19138 | ||
19139 | DEFS=-DHAVE_CONFIG_H | |
19140 | ||
19141 | # Without the "./", some shells look in PATH for config.status. | |
19142 | : ${CONFIG_STATUS=./config.status} | |
19143 | ||
19144 | echo creating $CONFIG_STATUS | |
19145 | rm -f $CONFIG_STATUS | |
19146 | cat > $CONFIG_STATUS <<EOF | |
19147 | #! /bin/sh | |
19148 | # Generated automatically by configure. | |
19149 | # Run this file to recreate the current configuration. | |
19150 | # This directory was configured as follows, | |
19151 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
19152 | # | |
19153 | # $0 $ac_configure_args | |
19154 | # | |
19155 | # Compiler output produced by configure, useful for debugging | |
19156 | # configure, is in ./config.log if it exists. | |
19157 | ||
19158 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | |
19159 | for ac_option | |
19160 | do | |
19161 | case "\$ac_option" in | |
19162 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
19163 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
19164 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
19165 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
19166 | echo "$CONFIG_STATUS generated by autoconf version 2.13" | |
19167 | exit 0 ;; | |
19168 | -help | --help | --hel | --he | --h) | |
19169 | echo "\$ac_cs_usage"; exit 0 ;; | |
19170 | *) echo "\$ac_cs_usage"; exit 1 ;; | |
19171 | esac | |
19172 | done | |
19173 | ||
19174 | ac_given_srcdir=$srcdir | |
19175 | ac_given_INSTALL="$INSTALL" | |
19176 | ||
19177 | trap 'rm -fr `echo " | |
19178 | wx-config | |
19179 | src/make.env | |
19180 | src/makeprog.env | |
19181 | src/makelib.env | |
19182 | Makefile | |
19183 | setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 | |
19184 | EOF | |
19185 | cat >> $CONFIG_STATUS <<EOF | |
19186 | ||
19187 | # Protect against being on the right side of a sed subst in config.status. | |
19188 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
19189 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
19190 | $ac_vpsub | |
19191 | $extrasub | |
19192 | s%@SHELL@%$SHELL%g | |
19193 | s%@CFLAGS@%$CFLAGS%g | |
19194 | s%@CPPFLAGS@%$CPPFLAGS%g | |
19195 | s%@CXXFLAGS@%$CXXFLAGS%g | |
19196 | s%@FFLAGS@%$FFLAGS%g | |
19197 | s%@DEFS@%$DEFS%g | |
19198 | s%@LDFLAGS@%$LDFLAGS%g | |
19199 | s%@LIBS@%$LIBS%g | |
19200 | s%@exec_prefix@%$exec_prefix%g | |
19201 | s%@prefix@%$prefix%g | |
19202 | s%@program_transform_name@%$program_transform_name%g | |
19203 | s%@bindir@%$bindir%g | |
19204 | s%@sbindir@%$sbindir%g | |
19205 | s%@libexecdir@%$libexecdir%g | |
19206 | s%@datadir@%$datadir%g | |
19207 | s%@sysconfdir@%$sysconfdir%g | |
19208 | s%@sharedstatedir@%$sharedstatedir%g | |
19209 | s%@localstatedir@%$localstatedir%g | |
19210 | s%@libdir@%$libdir%g | |
19211 | s%@includedir@%$includedir%g | |
19212 | s%@oldincludedir@%$oldincludedir%g | |
19213 | s%@infodir@%$infodir%g | |
19214 | s%@mandir@%$mandir%g | |
19215 | s%@host@%$host%g | |
19216 | s%@host_alias@%$host_alias%g | |
19217 | s%@host_cpu@%$host_cpu%g | |
19218 | s%@host_vendor@%$host_vendor%g | |
19219 | s%@host_os@%$host_os%g | |
19220 | s%@target@%$target%g | |
19221 | s%@target_alias@%$target_alias%g | |
19222 | s%@target_cpu@%$target_cpu%g | |
19223 | s%@target_vendor@%$target_vendor%g | |
19224 | s%@target_os@%$target_os%g | |
19225 | s%@build@%$build%g | |
19226 | s%@build_alias@%$build_alias%g | |
19227 | s%@build_cpu@%$build_cpu%g | |
19228 | s%@build_vendor@%$build_vendor%g | |
19229 | s%@build_os@%$build_os%g | |
19230 | s%@CC@%$CC%g | |
19231 | s%@CPP@%$CPP%g | |
19232 | s%@CXX@%$CXX%g | |
19233 | s%@RANLIB@%$RANLIB%g | |
19234 | s%@AR@%$AR%g | |
19235 | s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
19236 | s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g | |
19237 | s%@INSTALL_DATA@%$INSTALL_DATA%g | |
19238 | s%@STRIP@%$STRIP%g | |
19239 | s%@YACC@%$YACC%g | |
19240 | s%@LEX@%$LEX%g | |
19241 | s%@LEXLIB@%$LEXLIB%g | |
19242 | s%@LN_S@%$LN_S%g | |
19243 | s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g | |
19244 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g | |
19245 | s%@GTK_LIBS@%$GTK_LIBS%g | |
19246 | s%@GTK_CONFIG@%$GTK_CONFIG%g | |
19247 | s%@X_CFLAGS@%$X_CFLAGS%g | |
19248 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g | |
19249 | s%@X_LIBS@%$X_LIBS%g | |
19250 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g | |
19251 | s%@RESCOMP@%$RESCOMP%g | |
19252 | s%@DEREZ@%$DEREZ%g | |
19253 | s%@CXXCPP@%$CXXCPP%g | |
19254 | s%@LEX_STEM@%$LEX_STEM%g | |
19255 | s%@PATH_IFS@%$PATH_IFS%g | |
19256 | s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g | |
19257 | s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g | |
19258 | s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g | |
19259 | s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g | |
19260 | s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g | |
19261 | s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g | |
19262 | s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g | |
19263 | s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g | |
19264 | s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g | |
19265 | s%@PROGRAM_EXT@%$PROGRAM_EXT%g | |
19266 | s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g | |
19267 | s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g | |
19268 | s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g | |
19269 | s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g | |
19270 | s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g | |
19271 | s%@WX_ALL@%$WX_ALL%g | |
19272 | s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g | |
19273 | s%@SHARED_LD@%$SHARED_LD%g | |
19274 | s%@PIC_FLAG@%$PIC_FLAG%g | |
19275 | s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g | |
19276 | s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g | |
19277 | s%@SONAME_FLAGS@%$SONAME_FLAGS%g | |
19278 | s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g | |
19279 | s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g | |
19280 | s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g | |
19281 | s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g | |
19282 | s%@USE_GUI@%$USE_GUI%g | |
19283 | s%@AFMINSTALL@%$AFMINSTALL%g | |
19284 | s%@TOOLKIT@%$TOOLKIT%g | |
19285 | s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g | |
19286 | s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g | |
19287 | s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g | |
19288 | s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g | |
19289 | s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g | |
19290 | s%@cross_compiling@%$cross_compiling%g | |
19291 | s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g | |
19292 | s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g | |
19293 | s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g | |
19294 | s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g | |
19295 | s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g | |
19296 | s%@ALL_OBJECTS@%$ALL_OBJECTS%g | |
19297 | s%@GUIDIST@%$GUIDIST%g | |
19298 | s%@PORT_FILES@%$PORT_FILES%g | |
19299 | s%@DISTDIR@%$DISTDIR%g | |
19300 | s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g | |
19301 | s%@LDFLAGS_GL@%$LDFLAGS_GL%g | |
19302 | s%@OPENGL_LIBS@%$OPENGL_LIBS%g | |
19303 | s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g | |
19304 | s%@EXTRADEFS@%$EXTRADEFS%g | |
19305 | s%@RESFLAGS@%$RESFLAGS%g | |
19306 | s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g | |
19307 | s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g | |
19308 | s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g | |
19309 | s%@LIBWXMACRES@%$LIBWXMACRES%g | |
19310 | s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g | |
19311 | s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g | |
19312 | s%@DLLTOOL@%$DLLTOOL%g | |
19313 | s%@AS@%$AS%g | |
19314 | s%@NM@%$NM%g | |
19315 | s%@LD@%$LD%g | |
19316 | s%@MAKEINFO@%$MAKEINFO%g | |
19317 | s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g | |
19318 | s%@SET_MAKE@%$SET_MAKE%g | |
19319 | s%@subdirs@%$subdirs%g | |
19320 | ||
19321 | CEOF | |
19322 | EOF | |
19323 | ||
19324 | cat >> $CONFIG_STATUS <<\EOF | |
19325 | ||
19326 | # Split the substitutions into bite-sized pieces for seds with | |
19327 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
19328 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
19329 | ac_file=1 # Number of current file. | |
19330 | ac_beg=1 # First line for current file. | |
19331 | ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
19332 | ac_more_lines=: | |
19333 | ac_sed_cmds="" | |
19334 | while $ac_more_lines; do | |
19335 | if test $ac_beg -gt 1; then | |
19336 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
19337 | else | |
19338 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
19339 | fi | |
19340 | if test ! -s conftest.s$ac_file; then | |
19341 | ac_more_lines=false | |
19342 | rm -f conftest.s$ac_file | |
19343 | else | |
19344 | if test -z "$ac_sed_cmds"; then | |
19345 | ac_sed_cmds="sed -f conftest.s$ac_file" | |
19346 | else | |
19347 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | |
19348 | fi | |
19349 | ac_file=`expr $ac_file + 1` | |
19350 | ac_beg=$ac_end | |
19351 | ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
19352 | fi | |
19353 | done | |
19354 | if test -z "$ac_sed_cmds"; then | |
19355 | ac_sed_cmds=cat | |
19356 | fi | |
19357 | EOF | |
19358 | ||
19359 | cat >> $CONFIG_STATUS <<EOF | |
19360 | ||
19361 | CONFIG_FILES=\${CONFIG_FILES-"wx-config | |
19362 | src/make.env | |
19363 | src/makeprog.env | |
19364 | src/makelib.env | |
19365 | Makefile | |
19366 | "} | |
19367 | EOF | |
19368 | cat >> $CONFIG_STATUS <<\EOF | |
19369 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
19370 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
19371 | case "$ac_file" in | |
19372 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
19373 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
19374 | *) ac_file_in="${ac_file}.in" ;; | |
19375 | esac | |
19376 | ||
19377 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. | |
19378 | ||
19379 | # Remove last slash and all that follows it. Not all systems have dirname. | |
19380 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
19381 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
19382 | # The file is in a subdirectory. | |
19383 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
19384 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
19385 | # A "../" for each directory in $ac_dir_suffix. | |
19386 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
19387 | else | |
19388 | ac_dir_suffix= ac_dots= | |
19389 | fi | |
19390 | ||
19391 | case "$ac_given_srcdir" in | |
19392 | .) srcdir=. | |
19393 | if test -z "$ac_dots"; then top_srcdir=. | |
19394 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
19395 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
19396 | *) # Relative path. | |
19397 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | |
19398 | top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
19399 | esac | |
19400 | ||
19401 | case "$ac_given_INSTALL" in | |
19402 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
19403 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
19404 | esac | |
19405 | ||
19406 | echo creating "$ac_file" | |
19407 | rm -f "$ac_file" | |
19408 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
19409 | case "$ac_file" in | |
19410 | *Makefile*) ac_comsub="1i\\ | |
19411 | # $configure_input" ;; | |
19412 | *) ac_comsub= ;; | |
19413 | esac | |
19414 | ||
19415 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
19416 | sed -e "$ac_comsub | |
19417 | s%@configure_input@%$configure_input%g | |
19418 | s%@srcdir@%$srcdir%g | |
19419 | s%@top_srcdir@%$top_srcdir%g | |
19420 | s%@INSTALL@%$INSTALL%g | |
19421 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
19422 | fi; done | |
19423 | rm -f conftest.s* | |
19424 | ||
19425 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
19426 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
19427 | # | |
19428 | # ac_d sets the value in "#define NAME VALUE" lines. | |
19429 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' | |
19430 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
19431 | ac_dC='\3' | |
19432 | ac_dD='%g' | |
19433 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
19434 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
19435 | ac_uB='\([ ]\)%\1#\2define\3' | |
19436 | ac_uC=' ' | |
19437 | ac_uD='\4%g' | |
19438 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
19439 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
19440 | ac_eB='$%\1#\2define\3' | |
19441 | ac_eC=' ' | |
19442 | ac_eD='%g' | |
19443 | ||
19444 | if test "${CONFIG_HEADERS+set}" != set; then | |
19445 | EOF | |
19446 | cat >> $CONFIG_STATUS <<EOF | |
19447 | CONFIG_HEADERS="setup.h:setup.h.in" | |
19448 | EOF | |
19449 | cat >> $CONFIG_STATUS <<\EOF | |
19450 | fi | |
19451 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
19452 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
19453 | case "$ac_file" in | |
19454 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
19455 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
19456 | *) ac_file_in="${ac_file}.in" ;; | |
19457 | esac | |
19458 | ||
19459 | echo creating $ac_file | |
19460 | ||
19461 | rm -f conftest.frag conftest.in conftest.out | |
19462 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
19463 | cat $ac_file_inputs > conftest.in | |
19464 | ||
19465 | EOF | |
19466 | ||
19467 | # Transform confdefs.h into a sed script conftest.vals that substitutes | |
19468 | # the proper values into config.h.in to produce config.h. And first: | |
19469 | # Protect against being on the right side of a sed subst in config.status. | |
19470 | # Protect against being in an unquoted here document in config.status. | |
19471 | rm -f conftest.vals | |
19472 | cat > conftest.hdr <<\EOF | |
19473 | s/[\\&%]/\\&/g | |
19474 | s%[\\$`]%\\&%g | |
19475 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
19476 | s%ac_d%ac_u%gp | |
19477 | s%ac_u%ac_e%gp | |
19478 | EOF | |
19479 | sed -n -f conftest.hdr confdefs.h > conftest.vals | |
19480 | rm -f conftest.hdr | |
19481 | ||
19482 | # This sed command replaces #undef with comments. This is necessary, for | |
19483 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
19484 | # on some systems where configure will not decide to define it. | |
19485 | cat >> conftest.vals <<\EOF | |
19486 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
19487 | EOF | |
19488 | ||
19489 | # Break up conftest.vals because some shells have a limit on | |
19490 | # the size of here documents, and old seds have small limits too. | |
19491 | ||
19492 | rm -f conftest.tail | |
19493 | while : | |
19494 | do | |
19495 | ac_lines=`grep -c . conftest.vals` | |
19496 | # grep -c gives empty output for an empty file on some AIX systems. | |
19497 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
19498 | # Write a limited-size here document to conftest.frag. | |
19499 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
19500 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
19501 | echo 'CEOF | |
19502 | sed -f conftest.frag conftest.in > conftest.out | |
19503 | rm -f conftest.in | |
19504 | mv conftest.out conftest.in | |
19505 | ' >> $CONFIG_STATUS | |
19506 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
19507 | rm -f conftest.vals | |
19508 | mv conftest.tail conftest.vals | |
19509 | done | |
19510 | rm -f conftest.vals | |
19511 | ||
19512 | cat >> $CONFIG_STATUS <<\EOF | |
19513 | rm -f conftest.frag conftest.h | |
19514 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
19515 | cat conftest.in >> conftest.h | |
19516 | rm -f conftest.in | |
19517 | if cmp -s $ac_file conftest.h 2>/dev/null; then | |
19518 | echo "$ac_file is unchanged" | |
19519 | rm -f conftest.h | |
19520 | else | |
19521 | # Remove last slash and all that follows it. Not all systems have dirname. | |
19522 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
19523 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
19524 | # The file is in a subdirectory. | |
19525 | test ! -d "$ac_dir" && mkdir "$ac_dir" | |
19526 | fi | |
19527 | rm -f $ac_file | |
19528 | mv conftest.h $ac_file | |
19529 | fi | |
19530 | fi; done | |
19531 | ||
19532 | EOF | |
19533 | cat >> $CONFIG_STATUS <<EOF | |
19534 | ||
19535 | TOOLCHAIN_NAME="${TOOLCHAIN_NAME}" | |
19536 | LN_S="${LN_S}" | |
19537 | ||
19538 | ||
19539 | EOF | |
19540 | cat >> $CONFIG_STATUS <<\EOF | |
19541 | ||
19542 | if test ! -h wx-config; then | |
19543 | chmod +x wx-config | |
19544 | mv wx-config wx${TOOLCHAIN_NAME}-config | |
19545 | ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config | |
19546 | fi | |
19547 | ||
19548 | if test ! -d lib; then | |
19549 | mkdir lib | |
19550 | fi | |
19551 | if test ! -d lib/wx; then | |
19552 | mkdir lib/wx | |
19553 | fi | |
19554 | if test ! -d lib/wx/include; then | |
19555 | mkdir lib/wx/include | |
19556 | fi | |
19557 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then | |
19558 | mkdir lib/wx/include/${TOOLCHAIN_NAME} | |
19559 | fi | |
19560 | if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then | |
19561 | mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx | |
19562 | fi | |
19563 | if test -f setup.h; then | |
19564 | mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h | |
19565 | fi | |
19566 | ||
19567 | exit 0 | |
19568 | EOF | |
19569 | chmod +x $CONFIG_STATUS | |
19570 | rm -fr confdefs* $ac_clean_files | |
19571 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
19572 | ||
19573 | if test "$no_recursion" != yes; then | |
19574 | ||
19575 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
19576 | ac_sub_configure_args= | |
19577 | ac_prev= | |
19578 | for ac_arg in $ac_configure_args; do | |
19579 | if test -n "$ac_prev"; then | |
19580 | ac_prev= | |
19581 | continue | |
19582 | fi | |
19583 | case "$ac_arg" in | |
19584 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
19585 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
19586 | ac_prev=cache_file ;; | |
19587 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
19588 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
19589 | ;; | |
19590 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
19591 | ac_prev=srcdir ;; | |
19592 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
19593 | ;; | |
19594 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
19595 | esac | |
19596 | done | |
19597 | ||
19598 | for ac_config_dir in demos samples utils contrib; do | |
19599 | ||
19600 | # Do not complain, so a configure script can configure whichever | |
19601 | # parts of a large source tree are present. | |
19602 | if test ! -d $srcdir/$ac_config_dir; then | |
19603 | continue | |
19604 | fi | |
19605 | ||
19606 | echo configuring in $ac_config_dir | |
19607 | ||
19608 | case "$srcdir" in | |
19609 | .) ;; | |
19610 | *) | |
19611 | if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; | |
19612 | else | |
19613 | { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } | |
19614 | fi | |
19615 | ;; | |
19616 | esac | |
19617 | ||
19618 | ac_popdir=`pwd` | |
19619 | cd $ac_config_dir | |
19620 | ||
19621 | # A "../" for each directory in /$ac_config_dir. | |
19622 | ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` | |
19623 | ||
19624 | case "$srcdir" in | |
19625 | .) # No --srcdir option. We are building in place. | |
19626 | ac_sub_srcdir=$srcdir ;; | |
19627 | /*) # Absolute path. | |
19628 | ac_sub_srcdir=$srcdir/$ac_config_dir ;; | |
19629 | *) # Relative path. | |
19630 | ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; | |
19631 | esac | |
19632 | ||
19633 | # Check for guested configure; otherwise get Cygnus style configure. | |
19634 | if test -f $ac_sub_srcdir/configure; then | |
19635 | ac_sub_configure=$ac_sub_srcdir/configure | |
19636 | elif test -f $ac_sub_srcdir/configure.in; then | |
19637 | ac_sub_configure=$ac_configure | |
19638 | else | |
19639 | echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 | |
19640 | ac_sub_configure= | |
19641 | fi | |
19642 | ||
19643 | # The recursion is here. | |
19644 | if test -n "$ac_sub_configure"; then | |
19645 | ||
19646 | # Make the cache file name correct relative to the subdirectory. | |
19647 | case "$cache_file" in | |
19648 | /*) ac_sub_cache_file=$cache_file ;; | |
19649 | *) # Relative path. | |
19650 | ac_sub_cache_file="$ac_dots$cache_file" ;; | |
19651 | esac | |
19652 | case "$ac_given_INSTALL" in | |
19653 | [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
19654 | *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
19655 | esac | |
19656 | ||
19657 | echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" | |
19658 | # The eval makes quoting arguments work. | |
19659 | if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir | |
19660 | then : | |
19661 | else | |
19662 | { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } | |
19663 | fi | |
19664 | fi | |
19665 | ||
19666 | cd $ac_popdir | |
19667 | done | |
19668 | fi | |
19669 | ||
19670 |