]> git.saurik.com Git - wxWidgets.git/blob - configure
3c8c246ddea08fdf4c6d74cfe75f5a5b14d12374
[wxWidgets.git] / configure
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 # Configure paths for GTK+
40 # Owen Taylor 97-11-3
41
42
43
44
45
46
47 # Guess values for system-dependent variables and create Makefiles.
48 # Generated automatically using autoconf version 2.13
49 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
50 #
51 # This configure script is free software; the Free Software Foundation
52 # gives unlimited permission to copy, distribute and modify it.
53
54 # Defaults:
55 ac_help=
56 ac_default_prefix=/usr/local
57 # Any additions from configure.in:
58 ac_help="$ac_help
59 --enable-gui use GUI classes"
60 ac_help="$ac_help
61 --enable-universal use wxWindows GUI controls instead of native ones"
62 ac_help="$ac_help
63 --with-gtk use GTK+"
64 ac_help="$ac_help
65 --with-motif use Motif/Lesstif"
66 ac_help="$ac_help
67 --with-mac use Mac OS X"
68 ac_help="$ac_help
69 --with-wine use WINE"
70 ac_help="$ac_help
71 --with-cygwin use Cygwin for MS-Windows"
72 ac_help="$ac_help
73 --with-mingw use GCC Minimal MS-Windows"
74 ac_help="$ac_help
75 --with-pm use OS/2 Presentation Manager"
76 ac_help="$ac_help
77 --with-mgl use SciTech MGL"
78 ac_help="$ac_help
79 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
80 ac_help="$ac_help
81 --with-libpng use libpng (PNG image format)"
82 ac_help="$ac_help
83 --with-libjpeg use libjpeg (JPEG file format)"
84 ac_help="$ac_help
85 --with-libtiff use libtiff (TIFF file format)"
86 ac_help="$ac_help
87 --with-freetype use freetype (font rasterizer)"
88 ac_help="$ac_help
89 --with-opengl use OpenGL (or Mesa)"
90 ac_help="$ac_help
91 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
92 ac_help="$ac_help
93 --with-regex enable support for wxRegEx class"
94 ac_help="$ac_help
95 --with-zlib use zlib for LZW compression"
96 ac_help="$ac_help
97 --with-odbc use the IODBC and wxODBC classes"
98 ac_help="$ac_help
99 --enable-shared create shared library code"
100 ac_help="$ac_help
101 --enable-soname set the DT_SONAME field in ELF shared libraries"
102 ac_help="$ac_help
103 --enable-optimise create optimised code"
104 ac_help="$ac_help
105 --enable-debug same as debug_flag and debug_info"
106 ac_help="$ac_help
107 --enable-precomp enable use of precompiled headers (Mac OS X)"
108 ac_help="$ac_help
109 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
110 ac_help="$ac_help
111 --enable-debug_info create code with debugging information"
112 ac_help="$ac_help
113 --enable-debug_gdb create code with extra GDB debugging information"
114 ac_help="$ac_help
115 --enable-debug_cntxt use wxDebugContext"
116 ac_help="$ac_help
117 --enable-mem_tracing create code with memory tracing"
118 ac_help="$ac_help
119 --enable-profile create code with profiling information"
120 ac_help="$ac_help
121 --enable-no_rtti create code without RTTI information"
122 ac_help="$ac_help
123 --enable-no_exceptions create code without C++ exceptions handling"
124 ac_help="$ac_help
125 --enable-permissive compile code disregarding strict ANSI"
126 ac_help="$ac_help
127 --enable-no_deps create code without dependency information"
128 ac_help="$ac_help
129 --enable-compat20 enable wxWindows 2.0 compatibility"
130 ac_help="$ac_help
131 --enable-compat22 enable wxWindows 2.2 compatibility"
132 ac_help="$ac_help
133 --enable-intl use internationalization system"
134 ac_help="$ac_help
135 --enable-config use wxConfig (and derived) classes"
136 ac_help="$ac_help
137 --enable-sockets use socket/network classes"
138 ac_help="$ac_help
139 --enable-ipc use interprocess communication (wxSocket etc.)"
140 ac_help="$ac_help
141 --enable-cmdline use wxCmdLineParser class"
142 ac_help="$ac_help
143 --enable-datetime use wxDateTime class"
144 ac_help="$ac_help
145 --enable-timedate use obsolete wxDate/wxTime classes"
146 ac_help="$ac_help
147 --enable-stopwatch use wxStopWatch class"
148 ac_help="$ac_help
149 --enable-dialupman use dialup network classes"
150 ac_help="$ac_help
151 --enable-apple_ieee use the Apple IEEE codec"
152 ac_help="$ac_help
153 --enable-timer use wxTimer class"
154 ac_help="$ac_help
155 --enable-wave use wxWave class"
156 ac_help="$ac_help
157 --enable-fraction use wxFraction class"
158 ac_help="$ac_help
159 --enable-dynlib use wxLibrary class for DLL loading"
160 ac_help="$ac_help
161 --enable-longlong use wxLongLong class"
162 ac_help="$ac_help
163 --enable-geometry use geometry class"
164 ac_help="$ac_help
165 --enable-log use logging system"
166 ac_help="$ac_help
167 --enable-streams use wxStream etc classes"
168 ac_help="$ac_help
169 --enable-file use wxFile classes"
170 ac_help="$ac_help
171 --enable-ffile use wxFFile classes"
172 ac_help="$ac_help
173 --enable-textfile use wxTextFile classes"
174 ac_help="$ac_help
175 --enable-fontmap use font encodings conversion classes"
176 ac_help="$ac_help
177 --enable-unicode compile wxString with Unicode support"
178 ac_help="$ac_help
179 --enable-wxprintfv use wxWindows implementation of vprintf()"
180 ac_help="$ac_help
181 --enable-std_iostreams use standard C++ stream classes"
182 ac_help="$ac_help
183 --enable-filesystem use virtual file systems classes"
184 ac_help="$ac_help
185 --enable-fs_inet use virtual HTTP/FTP filesystems"
186 ac_help="$ac_help
187 --enable-fs_zip use virtual ZIP filesystems"
188 ac_help="$ac_help
189 --enable-zipstream use wxZipInputStream"
190 ac_help="$ac_help
191 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
192 ac_help="$ac_help
193 --enable-snglinst use wxSingleInstanceChecker class"
194 ac_help="$ac_help
195 --enable-mimetypes use wxMimeTypesManager"
196 ac_help="$ac_help
197 --enable-sysoptions use wxSystemOptions"
198 ac_help="$ac_help
199 --enable-threads use threads"
200 ac_help="$ac_help
201 --enable-serial use class serialization"
202 ac_help="$ac_help
203 --enable-docview use document view architecture"
204 ac_help="$ac_help
205 --enable-help use help subsystem"
206 ac_help="$ac_help
207 --enable-mshtmlhelp use MS HTML Help (win32)"
208 ac_help="$ac_help
209 --enable-html use wxHTML sub-library"
210 ac_help="$ac_help
211 --enable-htmlhelp use wxHTML-based help"
212 ac_help="$ac_help
213 --enable-constraints use layout-constraints system"
214 ac_help="$ac_help
215 --enable-printarch use printing architecture"
216 ac_help="$ac_help
217 --enable-mdi use multiple document interface architecture"
218 ac_help="$ac_help
219 --enable-loggui use standard GUI logger"
220 ac_help="$ac_help
221 --enable-logwin use wxLogWindow"
222 ac_help="$ac_help
223 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
224 ac_help="$ac_help
225 --enable-prologio use Prolog IO library"
226 ac_help="$ac_help
227 --enable-resources use wxWindows resources"
228 ac_help="$ac_help
229 --enable-xresources use X resources for save (default for gtk+)"
230 ac_help="$ac_help
231 --enable-clipboard use wxClipboard classes"
232 ac_help="$ac_help
233 --enable-dnd use Drag'n'Drop classes"
234 ac_help="$ac_help
235 --enable-metafile use win32 metafiles"
236 ac_help="$ac_help
237 --enable-treelayout use wxTreeLayout classes"
238 ac_help="$ac_help
239 --enable-controls use all usual controls"
240 ac_help="$ac_help
241 --enable-accel use accelerators"
242 ac_help="$ac_help
243 --enable-button use wxButton class"
244 ac_help="$ac_help
245 --enable-bmpbutton use wxBitmapButton class"
246 ac_help="$ac_help
247 --enable-calendar use wxCalendarCtrl class"
248 ac_help="$ac_help
249 --enable-caret use wxCaret class"
250 ac_help="$ac_help
251 --enable-checkbox use wxCheckBox class"
252 ac_help="$ac_help
253 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
254 ac_help="$ac_help
255 --enable-choice use wxChoice class"
256 ac_help="$ac_help
257 --enable-combobox use wxComboBox classes"
258 ac_help="$ac_help
259 --enable-gauge use wxGauge class"
260 ac_help="$ac_help
261 --enable-grid use wxGrid class"
262 ac_help="$ac_help
263 --enable-newgrid use new wxGrid class"
264 ac_help="$ac_help
265 --enable-imaglist use wxImageList class"
266 ac_help="$ac_help
267 --enable-listbox use wxListBox class"
268 ac_help="$ac_help
269 --enable-listctrl use wxListCtrl class"
270 ac_help="$ac_help
271 --enable-notebook use wxNotebook class"
272 ac_help="$ac_help
273 --enable-propsheet use wxPropertySheet class"
274 ac_help="$ac_help
275 --enable-radiobox use wxRadioBox class"
276 ac_help="$ac_help
277 --enable-radiobtn use wxRadioButton class"
278 ac_help="$ac_help
279 --enable-sash use wxSashWindow class"
280 ac_help="$ac_help
281 --enable-scrollbar use wxScrollBar class and scrollable windows"
282 ac_help="$ac_help
283 --enable-slider use wxSlider class"
284 ac_help="$ac_help
285 --enable-spinbtn use wxSpinButton class"
286 ac_help="$ac_help
287 --enable-spinctrl use wxSpinCtrl class"
288 ac_help="$ac_help
289 --enable-splitter use wxSplitterWindow class"
290 ac_help="$ac_help
291 --enable-statbmp use wxStaticBitmap class"
292 ac_help="$ac_help
293 --enable-statbox use wxStaticBox class"
294 ac_help="$ac_help
295 --enable-statline use wxStaticLine class"
296 ac_help="$ac_help
297 --enable-stattext use wxStaticText class"
298 ac_help="$ac_help
299 --enable-statusbar use wxStatusBar class"
300 ac_help="$ac_help
301 --enable-tabdialog use wxTabControl class"
302 ac_help="$ac_help
303 --enable-textctrl use wxTextCtrl class"
304 ac_help="$ac_help
305 --enable-togglebtn use wxToggleButton class"
306 ac_help="$ac_help
307 --enable-toolbar use wxToolBar class"
308 ac_help="$ac_help
309 --enable-tbarnative use native wxToolBar class"
310 ac_help="$ac_help
311 --enable-tbarsmpl use wxToolBarSimple class"
312 ac_help="$ac_help
313 --enable-treectrl use wxTreeCtrl class"
314 ac_help="$ac_help
315 --enable-popupwin use wxPopUpWindow class"
316 ac_help="$ac_help
317 --enable-commondlg use all common dialogs"
318 ac_help="$ac_help
319 --enable-choicedlg use wxChoiceDialog"
320 ac_help="$ac_help
321 --enable-coldlg use wxColourDialog"
322 ac_help="$ac_help
323 --enable-filedlg use wxFileDialog"
324 ac_help="$ac_help
325 --enable-finddlg use wxFindReplaceDialog"
326 ac_help="$ac_help
327 --enable-fontdlg use wxFontDialog"
328 ac_help="$ac_help
329 --enable-dirdlg use wxDirDialog"
330 ac_help="$ac_help
331 --enable-msgdlg use wxMessageDialog"
332 ac_help="$ac_help
333 --enable-numberdlg use wxNumberEntryDialog"
334 ac_help="$ac_help
335 --enable-splash use wxSplashScreen"
336 ac_help="$ac_help
337 --enable-textdlg use wxTextDialog"
338 ac_help="$ac_help
339 --enable-tipdlg use startup tips"
340 ac_help="$ac_help
341 --enable-progressdlg use wxProgressDialog"
342 ac_help="$ac_help
343 --enable-wizarddlg use wxWizard"
344 ac_help="$ac_help
345 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
346 ac_help="$ac_help
347 --enable-miniframe use wxMiniFrame class"
348 ac_help="$ac_help
349 --enable-tooltips use wxToolTip class"
350 ac_help="$ac_help
351 --enable-splines use spline drawing code"
352 ac_help="$ac_help
353 --enable-validators use wxValidator and derived classes"
354 ac_help="$ac_help
355 --enable-busyinfo use wxBusyInfo"
356 ac_help="$ac_help
357 --enable-joystick use wxJoystick (Linux only)"
358 ac_help="$ac_help
359 --enable-metafiles use wxMetaFile (Windows only)"
360 ac_help="$ac_help
361 --enable-dragimage use wxDragImage"
362 ac_help="$ac_help
363 --enable-palette use wxPalette class"
364 ac_help="$ac_help
365 --enable-image use wxImage class"
366 ac_help="$ac_help
367 --enable-gif use gif images (GIF file format)"
368 ac_help="$ac_help
369 --enable-pcx use pcx images (PCX file format)"
370 ac_help="$ac_help
371 --enable-pnm use pnm images (PNM file format)"
372 ac_help="$ac_help
373 --enable-xpm use xpm images (XPM file format)"
374 ac_help="$ac_help
375 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
376 ac_help="$ac_help
377 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
378 ac_help="$ac_help
379 --disable-gtktest Do not try to compile and run a test GTK program"
380 ac_help="$ac_help
381 --with-x use the X Window System"
382
383 # Initialize some variables set by options.
384 # The variables have the same names as the options, with
385 # dashes changed to underlines.
386 build=NONE
387 cache_file=./config.cache
388 exec_prefix=NONE
389 host=NONE
390 no_create=
391 nonopt=NONE
392 no_recursion=
393 prefix=NONE
394 program_prefix=NONE
395 program_suffix=NONE
396 program_transform_name=s,x,x,
397 silent=
398 site=
399 srcdir=
400 target=NONE
401 verbose=
402 x_includes=NONE
403 x_libraries=NONE
404 bindir='${exec_prefix}/bin'
405 sbindir='${exec_prefix}/sbin'
406 libexecdir='${exec_prefix}/libexec'
407 datadir='${prefix}/share'
408 sysconfdir='${prefix}/etc'
409 sharedstatedir='${prefix}/com'
410 localstatedir='${prefix}/var'
411 libdir='${exec_prefix}/lib'
412 includedir='${prefix}/include'
413 oldincludedir='/usr/include'
414 infodir='${prefix}/info'
415 mandir='${prefix}/man'
416
417 # Initialize some other variables.
418 subdirs=
419 MFLAGS= MAKEFLAGS=
420 SHELL=${CONFIG_SHELL-/bin/sh}
421 # Maximum number of lines to put in a shell here document.
422 ac_max_here_lines=12
423
424 ac_prev=
425 for ac_option
426 do
427
428 # If the previous option needs an argument, assign it.
429 if test -n "$ac_prev"; then
430 eval "$ac_prev=\$ac_option"
431 ac_prev=
432 continue
433 fi
434
435 case "$ac_option" in
436 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
437 *) ac_optarg= ;;
438 esac
439
440 # Accept the important Cygnus configure options, so we can diagnose typos.
441
442 case "$ac_option" in
443
444 -bindir | --bindir | --bindi | --bind | --bin | --bi)
445 ac_prev=bindir ;;
446 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
447 bindir="$ac_optarg" ;;
448
449 -build | --build | --buil | --bui | --bu)
450 ac_prev=build ;;
451 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
452 build="$ac_optarg" ;;
453
454 -cache-file | --cache-file | --cache-fil | --cache-fi \
455 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
456 ac_prev=cache_file ;;
457 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
458 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
459 cache_file="$ac_optarg" ;;
460
461 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
462 ac_prev=datadir ;;
463 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
464 | --da=*)
465 datadir="$ac_optarg" ;;
466
467 -disable-* | --disable-*)
468 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
469 # Reject names that are not valid shell variable names.
470 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
471 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
472 fi
473 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
474 eval "enable_${ac_feature}=no" ;;
475
476 -enable-* | --enable-*)
477 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
478 # Reject names that are not valid shell variable names.
479 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
480 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
481 fi
482 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
483 case "$ac_option" in
484 *=*) ;;
485 *) ac_optarg=yes ;;
486 esac
487 eval "enable_${ac_feature}='$ac_optarg'" ;;
488
489 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
490 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
491 | --exec | --exe | --ex)
492 ac_prev=exec_prefix ;;
493 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
494 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
495 | --exec=* | --exe=* | --ex=*)
496 exec_prefix="$ac_optarg" ;;
497
498 -gas | --gas | --ga | --g)
499 # Obsolete; use --with-gas.
500 with_gas=yes ;;
501
502 -help | --help | --hel | --he)
503 # Omit some internal or obsolete options to make the list less imposing.
504 # This message is too long to be a string in the A/UX 3.1 sh.
505 cat << EOF
506 Usage: configure [options] [host]
507 Options: [defaults in brackets after descriptions]
508 Configuration:
509 --cache-file=FILE cache test results in FILE
510 --help print this message
511 --no-create do not create output files
512 --quiet, --silent do not print \`checking...' messages
513 --version print the version of autoconf that created configure
514 Directory and file names:
515 --prefix=PREFIX install architecture-independent files in PREFIX
516 [$ac_default_prefix]
517 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
518 [same as prefix]
519 --bindir=DIR user executables in DIR [EPREFIX/bin]
520 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
521 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
522 --datadir=DIR read-only architecture-independent data in DIR
523 [PREFIX/share]
524 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
525 --sharedstatedir=DIR modifiable architecture-independent data in DIR
526 [PREFIX/com]
527 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
528 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
529 --includedir=DIR C header files in DIR [PREFIX/include]
530 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
531 --infodir=DIR info documentation in DIR [PREFIX/info]
532 --mandir=DIR man documentation in DIR [PREFIX/man]
533 --srcdir=DIR find the sources in DIR [configure dir or ..]
534 --program-prefix=PREFIX prepend PREFIX to installed program names
535 --program-suffix=SUFFIX append SUFFIX to installed program names
536 --program-transform-name=PROGRAM
537 run sed PROGRAM on installed program names
538 EOF
539 cat << EOF
540 Host type:
541 --build=BUILD configure for building on BUILD [BUILD=HOST]
542 --host=HOST configure for HOST [guessed]
543 --target=TARGET configure for TARGET [TARGET=HOST]
544 Features and packages:
545 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
546 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
547 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
548 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
549 --x-includes=DIR X include files are in DIR
550 --x-libraries=DIR X library files are in DIR
551 EOF
552 if test -n "$ac_help"; then
553 echo "--enable and --with options recognized:$ac_help"
554 fi
555 exit 0 ;;
556
557 -host | --host | --hos | --ho)
558 ac_prev=host ;;
559 -host=* | --host=* | --hos=* | --ho=*)
560 host="$ac_optarg" ;;
561
562 -includedir | --includedir | --includedi | --included | --include \
563 | --includ | --inclu | --incl | --inc)
564 ac_prev=includedir ;;
565 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
566 | --includ=* | --inclu=* | --incl=* | --inc=*)
567 includedir="$ac_optarg" ;;
568
569 -infodir | --infodir | --infodi | --infod | --info | --inf)
570 ac_prev=infodir ;;
571 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
572 infodir="$ac_optarg" ;;
573
574 -libdir | --libdir | --libdi | --libd)
575 ac_prev=libdir ;;
576 -libdir=* | --libdir=* | --libdi=* | --libd=*)
577 libdir="$ac_optarg" ;;
578
579 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
580 | --libexe | --libex | --libe)
581 ac_prev=libexecdir ;;
582 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
583 | --libexe=* | --libex=* | --libe=*)
584 libexecdir="$ac_optarg" ;;
585
586 -localstatedir | --localstatedir | --localstatedi | --localstated \
587 | --localstate | --localstat | --localsta | --localst \
588 | --locals | --local | --loca | --loc | --lo)
589 ac_prev=localstatedir ;;
590 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
591 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
592 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
593 localstatedir="$ac_optarg" ;;
594
595 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
596 ac_prev=mandir ;;
597 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
598 mandir="$ac_optarg" ;;
599
600 -nfp | --nfp | --nf)
601 # Obsolete; use --without-fp.
602 with_fp=no ;;
603
604 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
605 | --no-cr | --no-c)
606 no_create=yes ;;
607
608 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
609 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
610 no_recursion=yes ;;
611
612 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
613 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
614 | --oldin | --oldi | --old | --ol | --o)
615 ac_prev=oldincludedir ;;
616 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
617 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
618 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
619 oldincludedir="$ac_optarg" ;;
620
621 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
622 ac_prev=prefix ;;
623 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
624 prefix="$ac_optarg" ;;
625
626 -program-prefix | --program-prefix | --program-prefi | --program-pref \
627 | --program-pre | --program-pr | --program-p)
628 ac_prev=program_prefix ;;
629 -program-prefix=* | --program-prefix=* | --program-prefi=* \
630 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
631 program_prefix="$ac_optarg" ;;
632
633 -program-suffix | --program-suffix | --program-suffi | --program-suff \
634 | --program-suf | --program-su | --program-s)
635 ac_prev=program_suffix ;;
636 -program-suffix=* | --program-suffix=* | --program-suffi=* \
637 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
638 program_suffix="$ac_optarg" ;;
639
640 -program-transform-name | --program-transform-name \
641 | --program-transform-nam | --program-transform-na \
642 | --program-transform-n | --program-transform- \
643 | --program-transform | --program-transfor \
644 | --program-transfo | --program-transf \
645 | --program-trans | --program-tran \
646 | --progr-tra | --program-tr | --program-t)
647 ac_prev=program_transform_name ;;
648 -program-transform-name=* | --program-transform-name=* \
649 | --program-transform-nam=* | --program-transform-na=* \
650 | --program-transform-n=* | --program-transform-=* \
651 | --program-transform=* | --program-transfor=* \
652 | --program-transfo=* | --program-transf=* \
653 | --program-trans=* | --program-tran=* \
654 | --progr-tra=* | --program-tr=* | --program-t=*)
655 program_transform_name="$ac_optarg" ;;
656
657 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
658 | -silent | --silent | --silen | --sile | --sil)
659 silent=yes ;;
660
661 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
662 ac_prev=sbindir ;;
663 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
664 | --sbi=* | --sb=*)
665 sbindir="$ac_optarg" ;;
666
667 -sharedstatedir | --sharedstatedir | --sharedstatedi \
668 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
669 | --sharedst | --shareds | --shared | --share | --shar \
670 | --sha | --sh)
671 ac_prev=sharedstatedir ;;
672 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
673 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
674 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
675 | --sha=* | --sh=*)
676 sharedstatedir="$ac_optarg" ;;
677
678 -site | --site | --sit)
679 ac_prev=site ;;
680 -site=* | --site=* | --sit=*)
681 site="$ac_optarg" ;;
682
683 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
684 ac_prev=srcdir ;;
685 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
686 srcdir="$ac_optarg" ;;
687
688 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
689 | --syscon | --sysco | --sysc | --sys | --sy)
690 ac_prev=sysconfdir ;;
691 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
692 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
693 sysconfdir="$ac_optarg" ;;
694
695 -target | --target | --targe | --targ | --tar | --ta | --t)
696 ac_prev=target ;;
697 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
698 target="$ac_optarg" ;;
699
700 -v | -verbose | --verbose | --verbos | --verbo | --verb)
701 verbose=yes ;;
702
703 -version | --version | --versio | --versi | --vers)
704 echo "configure generated by autoconf version 2.13"
705 exit 0 ;;
706
707 -with-* | --with-*)
708 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
709 # Reject names that are not valid shell variable names.
710 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
711 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
712 fi
713 ac_package=`echo $ac_package| sed 's/-/_/g'`
714 case "$ac_option" in
715 *=*) ;;
716 *) ac_optarg=yes ;;
717 esac
718 eval "with_${ac_package}='$ac_optarg'" ;;
719
720 -without-* | --without-*)
721 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
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 eval "with_${ac_package}=no" ;;
728
729 --x)
730 # Obsolete; use --with-x.
731 with_x=yes ;;
732
733 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
734 | --x-incl | --x-inc | --x-in | --x-i)
735 ac_prev=x_includes ;;
736 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
737 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
738 x_includes="$ac_optarg" ;;
739
740 -x-libraries | --x-libraries | --x-librarie | --x-librari \
741 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
742 ac_prev=x_libraries ;;
743 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
744 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
745 x_libraries="$ac_optarg" ;;
746
747 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
748 ;;
749
750 *)
751 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
752 echo "configure: warning: $ac_option: invalid host type" 1>&2
753 fi
754 if test "x$nonopt" != xNONE; then
755 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
756 fi
757 nonopt="$ac_option"
758 ;;
759
760 esac
761 done
762
763 if test -n "$ac_prev"; then
764 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
765 fi
766
767 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
768
769 # File descriptor usage:
770 # 0 standard input
771 # 1 file creation
772 # 2 errors and warnings
773 # 3 some systems may open it to /dev/tty
774 # 4 used on the Kubota Titan
775 # 6 checking for... messages and results
776 # 5 compiler messages saved in config.log
777 if test "$silent" = yes; then
778 exec 6>/dev/null
779 else
780 exec 6>&1
781 fi
782 exec 5>./config.log
783
784 echo "\
785 This file contains any messages produced by compilers while
786 running configure, to aid debugging if configure makes a mistake.
787 " 1>&5
788
789 # Strip out --no-create and --no-recursion so they do not pile up.
790 # Also quote any args containing shell metacharacters.
791 ac_configure_args=
792 for ac_arg
793 do
794 case "$ac_arg" in
795 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
796 | --no-cr | --no-c) ;;
797 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
798 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
799 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
800 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
801 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
802 esac
803 done
804
805 # NLS nuisances.
806 # Only set these to C if already set. These must not be set unconditionally
807 # because not all systems understand e.g. LANG=C (notably SCO).
808 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
809 # Non-C LC_CTYPE values break the ctype check.
810 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
811 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
812 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
813 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
814
815 # confdefs.h avoids OS command line length limits that DEFS can exceed.
816 rm -rf conftest* confdefs.h
817 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
818 echo > confdefs.h
819
820 # A filename unique to this package, relative to the directory that
821 # configure is in, which we can look for to find out if srcdir is correct.
822 ac_unique_file=wx-config.in
823
824 # Find the source files, if location was not specified.
825 if test -z "$srcdir"; then
826 ac_srcdir_defaulted=yes
827 # Try the directory containing this script, then its parent.
828 ac_prog=$0
829 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
830 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
831 srcdir=$ac_confdir
832 if test ! -r $srcdir/$ac_unique_file; then
833 srcdir=..
834 fi
835 else
836 ac_srcdir_defaulted=no
837 fi
838 if test ! -r $srcdir/$ac_unique_file; then
839 if test "$ac_srcdir_defaulted" = yes; then
840 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
841 else
842 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
843 fi
844 fi
845 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
846
847 # Prefer explicitly selected file to automatically selected ones.
848 if test -z "$CONFIG_SITE"; then
849 if test "x$prefix" != xNONE; then
850 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
851 else
852 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
853 fi
854 fi
855 for ac_site_file in $CONFIG_SITE; do
856 if test -r "$ac_site_file"; then
857 echo "loading site script $ac_site_file"
858 . "$ac_site_file"
859 fi
860 done
861
862 if test -r "$cache_file"; then
863 echo "loading cache $cache_file"
864 . $cache_file
865 else
866 echo "creating cache $cache_file"
867 > $cache_file
868 fi
869
870 ac_ext=c
871 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
872 ac_cpp='$CPP $CPPFLAGS'
873 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
874 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
875 cross_compiling=$ac_cv_prog_cc_cross
876
877 ac_exeext=
878 ac_objext=o
879 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
880 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
881 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
882 ac_n= ac_c='
883 ' ac_t=' '
884 else
885 ac_n=-n ac_c= ac_t=
886 fi
887 else
888 ac_n= ac_c='\c' ac_t=
889 fi
890
891
892
893 ac_aux_dir=
894 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
895 if test -f $ac_dir/install-sh; then
896 ac_aux_dir=$ac_dir
897 ac_install_sh="$ac_aux_dir/install-sh -c"
898 break
899 elif test -f $ac_dir/install.sh; then
900 ac_aux_dir=$ac_dir
901 ac_install_sh="$ac_aux_dir/install.sh -c"
902 break
903 fi
904 done
905 if test -z "$ac_aux_dir"; then
906 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
907 fi
908 ac_config_guess=$ac_aux_dir/config.guess
909 ac_config_sub=$ac_aux_dir/config.sub
910 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
911
912
913 # Do some error checking and defaulting for the host and target type.
914 # The inputs are:
915 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
916 #
917 # The rules are:
918 # 1. You are not allowed to specify --host, --target, and nonopt at the
919 # same time.
920 # 2. Host defaults to nonopt.
921 # 3. If nonopt is not specified, then host defaults to the current host,
922 # as determined by config.guess.
923 # 4. Target and build default to nonopt.
924 # 5. If nonopt is not specified, then target and build default to host.
925
926 # The aliases save the names the user supplied, while $host etc.
927 # will get canonicalized.
928 case $host---$target---$nonopt in
929 NONE---*---* | *---NONE---* | *---*---NONE) ;;
930 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
931 esac
932
933
934 # Make sure we can run config.sub.
935 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
936 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
937 fi
938
939 echo $ac_n "checking host system type""... $ac_c" 1>&6
940 echo "configure:941: checking host system type" >&5
941
942 host_alias=$host
943 case "$host_alias" in
944 NONE)
945 case $nonopt in
946 NONE)
947 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
948 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
949 fi ;;
950 *) host_alias=$nonopt ;;
951 esac ;;
952 esac
953
954 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
955 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
956 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
957 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
958 echo "$ac_t""$host" 1>&6
959
960 echo $ac_n "checking target system type""... $ac_c" 1>&6
961 echo "configure:962: checking target system type" >&5
962
963 target_alias=$target
964 case "$target_alias" in
965 NONE)
966 case $nonopt in
967 NONE) target_alias=$host_alias ;;
968 *) target_alias=$nonopt ;;
969 esac ;;
970 esac
971
972 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
973 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
974 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
975 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
976 echo "$ac_t""$target" 1>&6
977
978 echo $ac_n "checking build system type""... $ac_c" 1>&6
979 echo "configure:980: checking build system type" >&5
980
981 build_alias=$build
982 case "$build_alias" in
983 NONE)
984 case $nonopt in
985 NONE) build_alias=$host_alias ;;
986 *) build_alias=$nonopt ;;
987 esac ;;
988 esac
989
990 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
991 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
992 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
993 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
994 echo "$ac_t""$build" 1>&6
995
996 test "$host_alias" != "$target_alias" &&
997 test "$program_prefix$program_suffix$program_transform_name" = \
998 NONENONEs,x,x, &&
999 program_prefix=${target_alias}-
1000
1001
1002
1003 WX_MAJOR_VERSION_NUMBER=2
1004 WX_MINOR_VERSION_NUMBER=3
1005 WX_RELEASE_NUMBER=2
1006
1007 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1008 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1009
1010 WX_CURRENT=1
1011 WX_REVISION=0
1012 WX_AGE=0
1013
1014
1015
1016 USE_UNIX=1
1017 USE_WIN32=0
1018 USE_BEOS=0
1019 USE_MAC=0
1020
1021 USE_LINUX=
1022 USE_SGI=
1023 USE_HPUX=
1024 USE_SYSV=
1025 USE_SVR4=
1026 USE_AIX=
1027 USE_SUN=
1028 USE_SOLARIS=
1029 USE_SUNOS=
1030 USE_ALPHA=
1031 USE_IA64=
1032 USE_OSF=
1033 USE_BSD=
1034 USE_DARWIN=
1035 USE_FREEBSD=
1036 USE_OPENBSD=
1037 USE_NETBSD=
1038 USE_VMS=
1039 USE_ULTRIX=
1040 USE_CYGWIN=
1041 USE_MINGW=
1042 USE_DATA_GENERAL=
1043
1044 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1045
1046 ALL_TOOLKITS="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE"
1047
1048 DEFAULT_wxUSE_GTK=0
1049 DEFAULT_wxUSE_MAC=0
1050 DEFAULT_wxUSE_MGL=0
1051 DEFAULT_wxUSE_MOTIF=0
1052 DEFAULT_wxUSE_MSW=0
1053 DEFAULT_wxUSE_PM=0
1054 DEFAULT_wxUSE_WINE=0
1055
1056 DEFAULT_DEFAULT_wxUSE_GTK=0
1057 DEFAULT_DEFAULT_wxUSE_MAC=0
1058 DEFAULT_DEFAULT_wxUSE_MGL=0
1059 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1060 DEFAULT_DEFAULT_wxUSE_MSW=0
1061 DEFAULT_DEFAULT_wxUSE_PM=0
1062 DEFAULT_DEFAULT_wxUSE_WINE=0
1063
1064 PROGRAM_EXT=
1065 SO_SUFFIX=so
1066
1067 case "${host}" in
1068 *-hp-hpux* )
1069 USE_HPUX=1
1070 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1071 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1072 SO_SUFFIX=sl
1073 cat >> confdefs.h <<\EOF
1074 #define __HPUX__ 1
1075 EOF
1076
1077 ;;
1078 *-*-linux* )
1079 USE_LINUX=1
1080 cat >> confdefs.h <<\EOF
1081 #define __LINUX__ 1
1082 EOF
1083
1084 TMP=`uname -m`
1085 if test "x$TMP" = "xalpha"; then
1086 USE_ALPHA=1
1087 cat >> confdefs.h <<\EOF
1088 #define __ALPHA__ 1
1089 EOF
1090
1091 fi
1092 if test "x$TMP" = "xia64"; then
1093 USE_IA64=1
1094 cat >> confdefs.h <<\EOF
1095 #define __IA64__ 1
1096 EOF
1097
1098 fi
1099 DEFAULT_DEFAULT_wxUSE_GTK=1
1100 ;;
1101 *-*-irix5* | *-*-irix6* )
1102 USE_SGI=1
1103 USE_SVR4=1
1104 cat >> confdefs.h <<\EOF
1105 #define __SGI__ 1
1106 EOF
1107
1108 cat >> confdefs.h <<\EOF
1109 #define __SVR4__ 1
1110 EOF
1111
1112 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1113 ;;
1114 *-*-solaris2* )
1115 USE_SUN=1
1116 USE_SOLARIS=1
1117 USE_SVR4=1
1118 cat >> confdefs.h <<\EOF
1119 #define __SUN__ 1
1120 EOF
1121
1122 cat >> confdefs.h <<\EOF
1123 #define __SOLARIS__ 1
1124 EOF
1125
1126 cat >> confdefs.h <<\EOF
1127 #define __SVR4__ 1
1128 EOF
1129
1130 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1131 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1132 ;;
1133 *-*-sunos4* )
1134 USE_SUN=1
1135 USE_SUNOS=1
1136 USE_BSD=1
1137 cat >> confdefs.h <<\EOF
1138 #define __SUN__ 1
1139 EOF
1140
1141 cat >> confdefs.h <<\EOF
1142 #define __SUNOS__ 1
1143 EOF
1144
1145 cat >> confdefs.h <<\EOF
1146 #define __BSD__ 1
1147 EOF
1148
1149 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1150 ;;
1151 *-*-freebsd*)
1152 USE_BSD=1
1153 USE_FREEBSD=1
1154 cat >> confdefs.h <<\EOF
1155 #define __FREEBSD__ 1
1156 EOF
1157
1158 cat >> confdefs.h <<\EOF
1159 #define __BSD__ 1
1160 EOF
1161
1162 DEFAULT_DEFAULT_wxUSE_GTK=1
1163 ;;
1164 *-*-openbsd*)
1165 USE_BSD=1
1166 USE_OPENBSD=1
1167 cat >> confdefs.h <<\EOF
1168 #define __FREEBSD__ 1
1169 EOF
1170
1171 cat >> confdefs.h <<\EOF
1172 #define __OPENBSD__ 1
1173 EOF
1174
1175 DEFAULT_DEFAULT_wxUSE_GTK=1
1176 ;;
1177 *-*-netbsd*)
1178 USE_BSD=1
1179 USE_NETBSD=1
1180 cat >> confdefs.h <<\EOF
1181 #define __FREEBSD__ 1
1182 EOF
1183
1184 cat >> confdefs.h <<\EOF
1185 #define __NETBSD__ 1
1186 EOF
1187
1188 DEFAULT_DEFAULT_wxUSE_GTK=1
1189 ;;
1190 *-*-osf* )
1191 USE_ALPHA=1
1192 USE_OSF=1
1193 cat >> confdefs.h <<\EOF
1194 #define __ALPHA__ 1
1195 EOF
1196
1197 cat >> confdefs.h <<\EOF
1198 #define __OSF__ 1
1199 EOF
1200
1201 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1202 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1203 ;;
1204 *-*-dgux5* )
1205 USE_ALPHA=1
1206 USE_SVR4=1
1207 cat >> confdefs.h <<\EOF
1208 #define __ALPHA__ 1
1209 EOF
1210
1211 cat >> confdefs.h <<\EOF
1212 #define __SVR4__ 1
1213 EOF
1214
1215 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1216 ;;
1217 *-*-sysv5* )
1218 USE_SYSV=1
1219 USE_SVR4=1
1220 cat >> confdefs.h <<\EOF
1221 #define __SYSV__ 1
1222 EOF
1223
1224 cat >> confdefs.h <<\EOF
1225 #define __SVR4__ 1
1226 EOF
1227
1228 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1229 ;;
1230 *-*-aix* )
1231 USE_AIX=1
1232 USE_SYSV=1
1233 USE_SVR4=1
1234 cat >> confdefs.h <<\EOF
1235 #define __AIX__ 1
1236 EOF
1237
1238 cat >> confdefs.h <<\EOF
1239 #define __SYSV__ 1
1240 EOF
1241
1242 cat >> confdefs.h <<\EOF
1243 #define __SVR4__ 1
1244 EOF
1245
1246 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1247 ;;
1248
1249 *-*-cygwin* | *-*-mingw32* )
1250 USE_UNIX=0
1251 USE_WIN32=1
1252 SO_SUFFIX=dll
1253 cat >> confdefs.h <<\EOF
1254 #define __WIN32__ 1
1255 EOF
1256
1257 cat >> confdefs.h <<\EOF
1258 #define __WIN95__ 1
1259 EOF
1260
1261 cat >> confdefs.h <<\EOF
1262 #define __WINDOWS__ 1
1263 EOF
1264
1265 cat >> confdefs.h <<\EOF
1266 #define __GNUWIN32__ 1
1267 EOF
1268
1269 cat >> confdefs.h <<\EOF
1270 #define STRICT 1
1271 EOF
1272
1273 cat >> confdefs.h <<\EOF
1274 #define WINVER 0x0400
1275 EOF
1276
1277 PROGRAM_EXT=".exe"
1278 RESCOMP=windres
1279 DEFAULT_DEFAULT_wxUSE_MSW=1
1280 ;;
1281
1282 *-pc-os2_emx )
1283 cat >> confdefs.h <<\EOF
1284 #define __EMX__ 1
1285 EOF
1286
1287 PROGRAM_EXT=".exe"
1288 DEFAULT_DEFAULT_wxUSE_PM=1
1289 ;;
1290
1291 powerpc-*-darwin* )
1292 USE_BSD=1
1293 USE_DARWIN=1
1294 SO_SUFFIX=dylib
1295 cat >> confdefs.h <<\EOF
1296 #define __BSD__ 1
1297 EOF
1298
1299 cat >> confdefs.h <<\EOF
1300 #define __DARWIN__ 1
1301 EOF
1302
1303 cat >> confdefs.h <<\EOF
1304 #define __POWERPC__ 1
1305 EOF
1306
1307 DEFAULT_DEFAULT_wxUSE_MAC=1
1308 ;;
1309
1310 *-*-beos* )
1311 USE_BEOS=1
1312 cat >> confdefs.h <<\EOF
1313 #define __BEOS__ 1
1314 EOF
1315
1316 ;;
1317
1318 *)
1319 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1320 esac
1321
1322 if test "$USE_UNIX" = 1 ; then
1323 wxUSE_UNIX=yes
1324 cat >> confdefs.h <<\EOF
1325 #define __UNIX__ 1
1326 EOF
1327
1328 fi
1329
1330 if test "$USE_LINUX" = 1; then
1331 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1332 echo "configure:1333: checking for glibc 2.1 or later" >&5
1333 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1334 echo $ac_n "(cached) $ac_c" 1>&6
1335 else
1336 cat > conftest.$ac_ext <<EOF
1337 #line 1338 "configure"
1338 #include "confdefs.h"
1339 #include <features.h>
1340 int main() {
1341
1342 #if !__GLIBC_PREREQ(2, 1)
1343 #error not glibc2.1
1344 #endif
1345
1346 ; return 0; }
1347 EOF
1348 if { (eval echo configure:1349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1349 rm -rf conftest*
1350
1351 wx_lib_glibc21=yes
1352
1353 else
1354 echo "configure: failed program was:" >&5
1355 cat conftest.$ac_ext >&5
1356 rm -rf conftest*
1357
1358 wx_lib_glibc21=no
1359
1360
1361 fi
1362 rm -f conftest*
1363
1364 fi
1365
1366 echo "$ac_t""$wx_lib_glibc21" 1>&6
1367 if test "$wx_lib_glibc21" = "yes"; then
1368 cat >> confdefs.h <<\EOF
1369 #define wxHAVE_GLIBC2 1
1370 EOF
1371
1372 fi
1373 fi
1374
1375
1376
1377
1378 wx_arg_cache_file="configarg.cache"
1379 echo "loading argument cache $wx_arg_cache_file"
1380 rm -f ${wx_arg_cache_file}.tmp
1381 touch ${wx_arg_cache_file}.tmp
1382 touch ${wx_arg_cache_file}
1383
1384
1385 DEBUG_CONFIGURE=0
1386 if test $DEBUG_CONFIGURE = 1; then
1387 DEFAULT_wxUSE_UNIVERSAL=no
1388
1389 DEFAULT_wxUSE_THREADS=yes
1390
1391 DEFAULT_wxUSE_SHARED=yes
1392 DEFAULT_wxUSE_SONAME=no
1393 DEFAULT_wxUSE_OPTIMISE=no
1394 DEFAULT_wxUSE_PROFILE=no
1395 DEFAULT_wxUSE_NO_DEPS=no
1396 DEFAULT_wxUSE_NO_RTTI=no
1397 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1398 DEFAULT_wxUSE_PERMISSIVE=no
1399 DEFAULT_wxUSE_DEBUG_FLAG=yes
1400 DEFAULT_wxUSE_DEBUG_INFO=yes
1401 DEFAULT_wxUSE_DEBUG_GDB=yes
1402 DEFAULT_wxUSE_MEM_TRACING=no
1403 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1404 DEFAULT_wxUSE_DMALLOC=no
1405 DEFAULT_wxUSE_PRECOMP=yes
1406 DEFAULT_wxUSE_APPLE_IEEE=no
1407
1408 DEFAULT_wxUSE_LOG=yes
1409 DEFAULT_wxUSE_LOGWINDOW=no
1410 DEFAULT_wxUSE_LOGGUI=no
1411
1412 DEFAULT_wxUSE_GUI=yes
1413 DEFAULT_wxUSE_CONTROLS=no
1414
1415 DEFAULT_wxUSE_REGEX=no
1416 DEFAULT_wxUSE_ZLIB=no
1417 DEFAULT_wxUSE_LIBPNG=no
1418 DEFAULT_wxUSE_LIBJPEG=no
1419 DEFAULT_wxUSE_LIBTIFF=no
1420 DEFAULT_wxUSE_ODBC=no
1421 DEFAULT_wxUSE_FREETYPE=no
1422 DEFAULT_wxUSE_OPENGL=no
1423
1424 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
1425 DEFAULT_wxUSE_SNGLINST_CHECKER=no
1426 DEFAULT_wxUSE_STD_IOSTREAM=no
1427 DEFAULT_wxUSE_CMDLINE_PARSER=no
1428 DEFAULT_wxUSE_DATETIME=no
1429 DEFAULT_wxUSE_TIMEDATE=no
1430 DEFAULT_wxUSE_TIMER=no
1431 DEFAULT_wxUSE_STOPWATCH=no
1432 DEFAULT_wxUSE_FILE=no
1433 DEFAULT_wxUSE_FFILE=no
1434 DEFAULT_wxUSE_TEXTFILE=no
1435 DEFAULT_wxUSE_WAVE=no
1436 DEFAULT_wxUSE_INTL=no
1437 DEFAULT_wxUSE_CONFIG=no
1438 DEFAULT_wxUSE_FONTMAP=no
1439 DEFAULT_wxUSE_STREAMS=no
1440 DEFAULT_wxUSE_SOCKETS=no
1441 DEFAULT_wxUSE_DIALUP_MANAGER=no
1442 DEFAULT_wxUSE_SERIAL=no
1443 DEFAULT_wxUSE_JOYSTICK=no
1444 DEFAULT_wxUSE_DYNLIB_CLASS=no
1445 DEFAULT_wxUSE_LONGLONG=no
1446 DEFAULT_wxUSE_GEOMETRY=no
1447
1448 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
1449 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
1450 DEFAULT_wxUSE_POSTSCRIPT=no
1451
1452 DEFAULT_wxUSE_X_RESOURCES=no
1453 DEFAULT_wxUSE_CLIPBOARD=no
1454 DEFAULT_wxUSE_TOOLTIPS=no
1455 DEFAULT_wxUSE_DRAG_AND_DROP=no
1456 DEFAULT_wxUSE_DRAGIMAGE=no
1457 DEFAULT_wxUSE_SPLINES=no
1458
1459 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
1460 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
1461 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
1462
1463 DEFAULT_wxUSE_PROLOGIO=no
1464 DEFAULT_wxUSE_RESOURCES=no
1465 DEFAULT_wxUSE_CONSTRAINTS=no
1466 DEFAULT_wxUSE_IPC=no
1467 DEFAULT_wxUSE_HELP=no
1468 DEFAULT_wxUSE_MS_HTML_HELP=no
1469 DEFAULT_wxUSE_WXHTML_HELP=no
1470 DEFAULT_wxUSE_TREELAYOUT=no
1471 DEFAULT_wxUSE_METAFILE=no
1472 DEFAULT_wxUSE_MIMETYPE=no
1473 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1474
1475 DEFAULT_wxUSE_COMMONDLGS=no
1476 DEFAULT_wxUSE_CHOICEDLG=no
1477 DEFAULT_wxUSE_COLOURDLG=no
1478 DEFAULT_wxUSE_DIRDLG=no
1479 DEFAULT_wxUSE_FILEDLG=no
1480 DEFAULT_wxUSE_FINDREPLDLG=no
1481 DEFAULT_wxUSE_FONTDLG=no
1482 DEFAULT_wxUSE_MSGDLG=no
1483 DEFAULT_wxUSE_NUMBERDLG=no
1484 DEFAULT_wxUSE_TEXTDLG=no
1485 DEFAULT_wxUSE_SPLASH=no
1486 DEFAULT_wxUSE_STARTUP_TIPS=no
1487 DEFAULT_wxUSE_PROGRESSDLG=no
1488 DEFAULT_wxUSE_WIZARDDLG=no
1489
1490 DEFAULT_wxUSE_MENUS=no
1491 DEFAULT_wxUSE_MINIFRAME=no
1492 DEFAULT_wxUSE_HTML=no
1493 DEFAULT_wxUSE_FILESYSTEM=no
1494 DEFAULT_wxUSE_FS_INET=no
1495 DEFAULT_wxUSE_FS_ZIP=no
1496 DEFAULT_wxUSE_BUSYINFO=no
1497 DEFAULT_wxUSE_ZIPSTREAM=no
1498 DEFAULT_wxUSE_VALIDATORS=no
1499
1500 DEFAULT_wxUSE_ACCEL=no
1501 DEFAULT_wxUSE_BUTTON=no
1502 DEFAULT_wxUSE_BMPBUTTON=no
1503 DEFAULT_wxUSE_CALCTRL=no
1504 DEFAULT_wxUSE_CARET=no
1505 DEFAULT_wxUSE_CHECKBOX=no
1506 DEFAULT_wxUSE_CHECKLST=no
1507 DEFAULT_wxUSE_CHOICE=no
1508 DEFAULT_wxUSE_COMBOBOX=no
1509 DEFAULT_wxUSE_GAUGE=no
1510 DEFAULT_wxUSE_GRID=no
1511 DEFAULT_wxUSE_NEW_GRID=no
1512 DEFAULT_wxUSE_IMAGLIST=no
1513 DEFAULT_wxUSE_LISTBOX=no
1514 DEFAULT_wxUSE_LISTCTRL=no
1515 DEFAULT_wxUSE_NOTEBOOK=no
1516 DEFAULT_wxUSE_PROPSHEET=no
1517 DEFAULT_wxUSE_RADIOBOX=no
1518 DEFAULT_wxUSE_RADIOBTN=no
1519 DEFAULT_wxUSE_SASH=no
1520 DEFAULT_wxUSE_SCROLLBAR=no
1521 DEFAULT_wxUSE_SLIDER=no
1522 DEFAULT_wxUSE_SPINBTN=no
1523 DEFAULT_wxUSE_SPINCTRL=no
1524 DEFAULT_wxUSE_SPLITTER=no
1525 DEFAULT_wxUSE_STATBMP=no
1526 DEFAULT_wxUSE_STATBOX=no
1527 DEFAULT_wxUSE_STATLINE=no
1528 DEFAULT_wxUSE_STATTEXT=no
1529 DEFAULT_wxUSE_STATUSBAR=yes
1530 DEFAULT_wxUSE_TABDIALOG=no
1531 DEFAULT_wxUSE_TEXTCTRL=no
1532 DEFAULT_wxUSE_TOGGLEBTN=no
1533 DEFAULT_wxUSE_TOOLBAR=no
1534 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
1535 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
1536 DEFAULT_wxUSE_TREECTRL=no
1537 DEFAULT_wxUSE_POPUPWIN=no
1538
1539 DEFAULT_wxUSE_UNICODE=no
1540 DEFAULT_wxUSE_WCSRTOMBS=no
1541
1542 DEFAULT_wxUSE_PALETTE=no
1543 DEFAULT_wxUSE_IMAGE=no
1544 DEFAULT_wxUSE_GIF=no
1545 DEFAULT_wxUSE_PCX=no
1546 DEFAULT_wxUSE_PNM=no
1547 DEFAULT_wxUSE_XPM=no
1548 else
1549 DEFAULT_wxUSE_UNIVERSAL=no
1550
1551 DEFAULT_wxUSE_THREADS=yes
1552
1553 DEFAULT_wxUSE_SHARED=yes
1554 DEFAULT_wxUSE_SONAME=no
1555 DEFAULT_wxUSE_OPTIMISE=yes
1556 DEFAULT_wxUSE_PROFILE=no
1557 DEFAULT_wxUSE_NO_DEPS=no
1558 DEFAULT_wxUSE_NO_RTTI=no
1559 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1560 DEFAULT_wxUSE_PERMISSIVE=no
1561 DEFAULT_wxUSE_DEBUG_FLAG=no
1562 DEFAULT_wxUSE_DEBUG_INFO=no
1563 DEFAULT_wxUSE_DEBUG_GDB=no
1564 DEFAULT_wxUSE_MEM_TRACING=no
1565 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1566 DEFAULT_wxUSE_DMALLOC=no
1567 DEFAULT_wxUSE_PRECOMP=yes
1568 DEFAULT_wxUSE_APPLE_IEEE=yes
1569
1570 DEFAULT_wxUSE_LOG=yes
1571 DEFAULT_wxUSE_LOGWINDOW=yes
1572 DEFAULT_wxUSE_LOGGUI=yes
1573
1574 DEFAULT_wxUSE_GUI=yes
1575
1576 DEFAULT_wxUSE_REGEX=yes
1577 DEFAULT_wxUSE_ZLIB=yes
1578 DEFAULT_wxUSE_LIBPNG=yes
1579 DEFAULT_wxUSE_LIBJPEG=yes
1580 DEFAULT_wxUSE_LIBTIFF=yes
1581 DEFAULT_wxUSE_ODBC=no
1582 DEFAULT_wxUSE_FREETYPE=no
1583 DEFAULT_wxUSE_OPENGL=no
1584
1585 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
1586 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
1587 DEFAULT_wxUSE_STD_IOSTREAM=no
1588 DEFAULT_wxUSE_CMDLINE_PARSER=yes
1589 DEFAULT_wxUSE_DATETIME=yes
1590 DEFAULT_wxUSE_TIMEDATE=no
1591 DEFAULT_wxUSE_TIMER=yes
1592 DEFAULT_wxUSE_STOPWATCH=yes
1593 DEFAULT_wxUSE_FILE=yes
1594 DEFAULT_wxUSE_FFILE=yes
1595 DEFAULT_wxUSE_TEXTFILE=yes
1596 DEFAULT_wxUSE_WAVE=no
1597 DEFAULT_wxUSE_INTL=yes
1598 DEFAULT_wxUSE_CONFIG=yes
1599 DEFAULT_wxUSE_FONTMAP=yes
1600 DEFAULT_wxUSE_STREAMS=yes
1601 DEFAULT_wxUSE_SOCKETS=yes
1602 DEFAULT_wxUSE_DIALUP_MANAGER=yes
1603 DEFAULT_wxUSE_SERIAL=yes
1604 DEFAULT_wxUSE_JOYSTICK=yes
1605 DEFAULT_wxUSE_DYNLIB_CLASS=yes
1606 DEFAULT_wxUSE_LONGLONG=yes
1607 DEFAULT_wxUSE_GEOMETRY=yes
1608
1609 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
1610 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
1611 DEFAULT_wxUSE_POSTSCRIPT=yes
1612
1613 DEFAULT_wxUSE_X_RESOURCES=no
1614 DEFAULT_wxUSE_CLIPBOARD=yes
1615 DEFAULT_wxUSE_TOOLTIPS=yes
1616 DEFAULT_wxUSE_DRAG_AND_DROP=yes
1617 DEFAULT_wxUSE_DRAGIMAGE=yes
1618 DEFAULT_wxUSE_SPLINES=yes
1619
1620 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
1621 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
1622 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
1623
1624 DEFAULT_wxUSE_PROLOGIO=yes
1625 DEFAULT_wxUSE_RESOURCES=yes
1626 DEFAULT_wxUSE_CONSTRAINTS=yes
1627 DEFAULT_wxUSE_IPC=yes
1628 DEFAULT_wxUSE_HELP=yes
1629 DEFAULT_wxUSE_MS_HTML_HELP=yes
1630 DEFAULT_wxUSE_WXHTML_HELP=yes
1631 DEFAULT_wxUSE_TREELAYOUT=yes
1632 DEFAULT_wxUSE_METAFILE=yes
1633 DEFAULT_wxUSE_MIMETYPE=yes
1634 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
1635
1636 DEFAULT_wxUSE_COMMONDLGS=yes
1637 DEFAULT_wxUSE_CHOICEDLG=yes
1638 DEFAULT_wxUSE_COLOURDLG=yes
1639 DEFAULT_wxUSE_DIRDLG=yes
1640 DEFAULT_wxUSE_FILEDLG=yes
1641 DEFAULT_wxUSE_FINDREPLDLG=yes
1642 DEFAULT_wxUSE_FONTDLG=yes
1643 DEFAULT_wxUSE_MSGDLG=yes
1644 DEFAULT_wxUSE_NUMBERDLG=yes
1645 DEFAULT_wxUSE_TEXTDLG=yes
1646 DEFAULT_wxUSE_SPLASH=yes
1647 DEFAULT_wxUSE_STARTUP_TIPS=yes
1648 DEFAULT_wxUSE_PROGRESSDLG=yes
1649 DEFAULT_wxUSE_WIZARDDLG=yes
1650
1651 DEFAULT_wxUSE_MENUS=yes
1652 DEFAULT_wxUSE_MINIFRAME=yes
1653 DEFAULT_wxUSE_HTML=yes
1654 DEFAULT_wxUSE_FILESYSTEM=yes
1655 DEFAULT_wxUSE_FS_INET=yes
1656 DEFAULT_wxUSE_FS_ZIP=yes
1657 DEFAULT_wxUSE_BUSYINFO=yes
1658 DEFAULT_wxUSE_ZIPSTREAM=yes
1659 DEFAULT_wxUSE_VALIDATORS=yes
1660
1661 DEFAULT_wxUSE_ACCEL=yes
1662 DEFAULT_wxUSE_BUTTON=yes
1663 DEFAULT_wxUSE_BMPBUTTON=yes
1664 DEFAULT_wxUSE_CALCTRL=yes
1665 DEFAULT_wxUSE_CARET=yes
1666 DEFAULT_wxUSE_CHECKBOX=yes
1667 DEFAULT_wxUSE_CHECKLST=yes
1668 DEFAULT_wxUSE_CHOICE=yes
1669 DEFAULT_wxUSE_COMBOBOX=yes
1670 DEFAULT_wxUSE_GAUGE=yes
1671 DEFAULT_wxUSE_GRID=yes
1672 DEFAULT_wxUSE_NEW_GRID=yes
1673 DEFAULT_wxUSE_IMAGLIST=yes
1674 DEFAULT_wxUSE_LISTBOX=yes
1675 DEFAULT_wxUSE_LISTCTRL=yes
1676 DEFAULT_wxUSE_NOTEBOOK=yes
1677 DEFAULT_wxUSE_PROPSHEET=yes
1678 DEFAULT_wxUSE_RADIOBOX=yes
1679 DEFAULT_wxUSE_RADIOBTN=yes
1680 DEFAULT_wxUSE_SASH=yes
1681 DEFAULT_wxUSE_SCROLLBAR=yes
1682 DEFAULT_wxUSE_SLIDER=yes
1683 DEFAULT_wxUSE_SPINBTN=yes
1684 DEFAULT_wxUSE_SPINCTRL=yes
1685 DEFAULT_wxUSE_SPLITTER=yes
1686 DEFAULT_wxUSE_STATBMP=yes
1687 DEFAULT_wxUSE_STATBOX=yes
1688 DEFAULT_wxUSE_STATLINE=yes
1689 DEFAULT_wxUSE_STATTEXT=yes
1690 DEFAULT_wxUSE_STATUSBAR=yes
1691 DEFAULT_wxUSE_TABDIALOG=no
1692 DEFAULT_wxUSE_TEXTCTRL=yes
1693 DEFAULT_wxUSE_TOGGLEBTN=yes
1694 DEFAULT_wxUSE_TOOLBAR=yes
1695 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
1696 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
1697 DEFAULT_wxUSE_TREECTRL=yes
1698 DEFAULT_wxUSE_POPUPWIN=yes
1699
1700 DEFAULT_wxUSE_UNICODE=no
1701 DEFAULT_wxUSE_WCSRTOMBS=no
1702
1703 DEFAULT_wxUSE_PALETTE=yes
1704 DEFAULT_wxUSE_IMAGE=yes
1705 DEFAULT_wxUSE_GIF=yes
1706 DEFAULT_wxUSE_PCX=yes
1707 DEFAULT_wxUSE_PNM=yes
1708 DEFAULT_wxUSE_XPM=yes
1709 fi
1710
1711
1712
1713 for toolkit in `echo $ALL_TOOLKITS`; do
1714 LINE=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1715 if test "x$LINE" != x ; then
1716 has_toolkit_in_cache=1
1717 eval "DEFAULT_$LINE"
1718 eval "CACHE_$toolkit=1"
1719 fi
1720 done
1721
1722
1723
1724 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1725 echo "configure:1726: checking for --enable-gui" >&5
1726 no_cache=0
1727 # Check whether --enable-gui or --disable-gui was given.
1728 if test "${enable_gui+set}" = set; then
1729 enableval="$enable_gui"
1730
1731 if test "$enableval" = yes; then
1732 ac_cv_use_gui='wxUSE_GUI=yes'
1733 else
1734 ac_cv_use_gui='wxUSE_GUI=no'
1735 fi
1736
1737 else
1738
1739 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1740 if test "x$LINE" != x ; then
1741 eval "DEFAULT_$LINE"
1742 else
1743 no_cache=1
1744 fi
1745
1746 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1747
1748 fi
1749
1750
1751 eval "$ac_cv_use_gui"
1752 if test "$no_cache" != 1; then
1753 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1754 fi
1755
1756 if test "$wxUSE_GUI" = yes; then
1757 echo "$ac_t""yes" 1>&6
1758 else
1759 echo "$ac_t""no" 1>&6
1760 fi
1761
1762
1763 if test "$wxUSE_GUI" = "yes"; then
1764
1765
1766 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1767 echo "configure:1768: checking for --enable-universal" >&5
1768 no_cache=0
1769 # Check whether --enable-universal or --disable-universal was given.
1770 if test "${enable_universal+set}" = set; then
1771 enableval="$enable_universal"
1772
1773 if test "$enableval" = yes; then
1774 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
1775 else
1776 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
1777 fi
1778
1779 else
1780
1781 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1782 if test "x$LINE" != x ; then
1783 eval "DEFAULT_$LINE"
1784 else
1785 no_cache=1
1786 fi
1787
1788 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1789
1790 fi
1791
1792
1793 eval "$ac_cv_use_universal"
1794 if test "$no_cache" != 1; then
1795 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1796 fi
1797
1798 if test "$wxUSE_UNIVERSAL" = yes; then
1799 echo "$ac_t""yes" 1>&6
1800 else
1801 echo "$ac_t""no" 1>&6
1802 fi
1803
1804 # Check whether --with-gtk or --without-gtk was given.
1805 if test "${with_gtk+set}" = set; then
1806 withval="$with_gtk"
1807 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
1808 fi
1809
1810 # Check whether --with-motif or --without-motif was given.
1811 if test "${with_motif+set}" = set; then
1812 withval="$with_motif"
1813 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
1814 fi
1815
1816 # Check whether --with-mac or --without-mac was given.
1817 if test "${with_mac+set}" = set; then
1818 withval="$with_mac"
1819 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
1820 fi
1821
1822 # Check whether --with-wine or --without-wine was given.
1823 if test "${with_wine+set}" = set; then
1824 withval="$with_wine"
1825 wxUSE_WINE="$withval" CACHE_WINE=1 TOOLKIT_GIVEN=1
1826 fi
1827
1828 # Check whether --with-cygwin or --without-cygwin was given.
1829 if test "${with_cygwin+set}" = set; then
1830 withval="$with_cygwin"
1831 wxUSE_CYGWIN="$withval" CACHE_CYGWIN=1 TOOLKIT_GIVEN=1
1832 fi
1833
1834 # Check whether --with-mingw or --without-mingw was given.
1835 if test "${with_mingw+set}" = set; then
1836 withval="$with_mingw"
1837 wxUSE_MINGW="$withval" CACHE_MINGW=1 TOOLKIT_GIVEN=1
1838 fi
1839
1840 # Check whether --with-pm or --without-pm was given.
1841 if test "${with_pm+set}" = set; then
1842 withval="$with_pm"
1843 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
1844 fi
1845
1846 # Check whether --with-mgl or --without-mgl was given.
1847 if test "${with_mgl+set}" = set; then
1848 withval="$with_mgl"
1849 wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1
1850 fi
1851
1852
1853 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1854 if test "${enable_gtk2+set}" = set; then
1855 enableval="$enable_gtk2"
1856 wxUSE_GTK2=1
1857 else
1858 wxUSE_GTK2=0
1859 fi
1860
1861
1862
1863 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1864 echo "configure:1865: checking for --with-libpng" >&5
1865 no_cache=0
1866 # Check whether --with-libpng or --without-libpng was given.
1867 if test "${with_libpng+set}" = set; then
1868 withval="$with_libpng"
1869
1870 if test "$withval" = yes; then
1871 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
1872 elif test "$withval" = no; then
1873 ac_cv_use_libpng='wxUSE_LIBPNG=no'
1874 elif test "$withval" = sys; then
1875 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
1876 else
1877 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1878 fi
1879
1880 else
1881
1882 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1883 if test "x$LINE" != x ; then
1884 eval "DEFAULT_$LINE"
1885 else
1886 no_cache=1
1887 fi
1888
1889 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1890
1891 fi
1892
1893
1894 eval "$ac_cv_use_libpng"
1895 if test "$no_cache" != 1; then
1896 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1897 fi
1898
1899 if test "$wxUSE_LIBPNG" = yes; then
1900 echo "$ac_t""yes" 1>&6
1901 elif test "$wxUSE_LIBPNG" = no; then
1902 echo "$ac_t""no" 1>&6
1903 elif test "$wxUSE_LIBPNG" = sys; then
1904 echo "$ac_t""system version" 1>&6
1905 else
1906 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1907 fi
1908
1909
1910 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1911 echo "configure:1912: checking for --with-libjpeg" >&5
1912 no_cache=0
1913 # Check whether --with-libjpeg or --without-libjpeg was given.
1914 if test "${with_libjpeg+set}" = set; then
1915 withval="$with_libjpeg"
1916
1917 if test "$withval" = yes; then
1918 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
1919 elif test "$withval" = no; then
1920 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
1921 elif test "$withval" = sys; then
1922 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
1923 else
1924 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1925 fi
1926
1927 else
1928
1929 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1930 if test "x$LINE" != x ; then
1931 eval "DEFAULT_$LINE"
1932 else
1933 no_cache=1
1934 fi
1935
1936 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1937
1938 fi
1939
1940
1941 eval "$ac_cv_use_libjpeg"
1942 if test "$no_cache" != 1; then
1943 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1944 fi
1945
1946 if test "$wxUSE_LIBJPEG" = yes; then
1947 echo "$ac_t""yes" 1>&6
1948 elif test "$wxUSE_LIBJPEG" = no; then
1949 echo "$ac_t""no" 1>&6
1950 elif test "$wxUSE_LIBJPEG" = sys; then
1951 echo "$ac_t""system version" 1>&6
1952 else
1953 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1954 fi
1955
1956
1957 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1958 echo "configure:1959: checking for --with-libtiff" >&5
1959 no_cache=0
1960 # Check whether --with-libtiff or --without-libtiff was given.
1961 if test "${with_libtiff+set}" = set; then
1962 withval="$with_libtiff"
1963
1964 if test "$withval" = yes; then
1965 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
1966 elif test "$withval" = no; then
1967 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
1968 elif test "$withval" = sys; then
1969 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
1970 else
1971 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1972 fi
1973
1974 else
1975
1976 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1977 if test "x$LINE" != x ; then
1978 eval "DEFAULT_$LINE"
1979 else
1980 no_cache=1
1981 fi
1982
1983 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1984
1985 fi
1986
1987
1988 eval "$ac_cv_use_libtiff"
1989 if test "$no_cache" != 1; then
1990 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1991 fi
1992
1993 if test "$wxUSE_LIBTIFF" = yes; then
1994 echo "$ac_t""yes" 1>&6
1995 elif test "$wxUSE_LIBTIFF" = no; then
1996 echo "$ac_t""no" 1>&6
1997 elif test "$wxUSE_LIBTIFF" = sys; then
1998 echo "$ac_t""system version" 1>&6
1999 else
2000 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
2001 fi
2002
2003
2004 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2005 echo "configure:2006: checking for --with-freetype" >&5
2006 no_cache=0
2007 # Check whether --with-freetype or --without-freetype was given.
2008 if test "${with_freetype+set}" = set; then
2009 withval="$with_freetype"
2010
2011 if test "$withval" = yes; then
2012 ac_cv_use_freetype='wxUSE_FREETYPE=yes'
2013 elif test "$withval" = no; then
2014 ac_cv_use_freetype='wxUSE_FREETYPE=no'
2015 elif test "$withval" = sys; then
2016 ac_cv_use_freetype='wxUSE_FREETYPE=sys'
2017 else
2018 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
2019 fi
2020
2021 else
2022
2023 LINE=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2024 if test "x$LINE" != x ; then
2025 eval "DEFAULT_$LINE"
2026 else
2027 no_cache=1
2028 fi
2029
2030 ac_cv_use_freetype='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2031
2032 fi
2033
2034
2035 eval "$ac_cv_use_freetype"
2036 if test "$no_cache" != 1; then
2037 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2038 fi
2039
2040 if test "$wxUSE_FREETYPE" = yes; then
2041 echo "$ac_t""yes" 1>&6
2042 elif test "$wxUSE_FREETYPE" = no; then
2043 echo "$ac_t""no" 1>&6
2044 elif test "$wxUSE_FREETYPE" = sys; then
2045 echo "$ac_t""system version" 1>&6
2046 else
2047 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
2048 fi
2049
2050
2051 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2052 echo "configure:2053: checking for --with-opengl" >&5
2053 no_cache=0
2054 # Check whether --with-opengl or --without-opengl was given.
2055 if test "${with_opengl+set}" = set; then
2056 withval="$with_opengl"
2057
2058 if test "$withval" = yes; then
2059 ac_cv_use_opengl='wxUSE_OPENGL=yes'
2060 else
2061 ac_cv_use_opengl='wxUSE_OPENGL=no'
2062 fi
2063
2064 else
2065
2066 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2067 if test "x$LINE" != x ; then
2068 eval "DEFAULT_$LINE"
2069 else
2070 no_cache=1
2071 fi
2072
2073 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2074
2075 fi
2076
2077
2078 eval "$ac_cv_use_opengl"
2079 if test "$no_cache" != 1; then
2080 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2081 fi
2082
2083 if test "$wxUSE_OPENGL" = yes; then
2084 echo "$ac_t""yes" 1>&6
2085 else
2086 echo "$ac_t""no" 1>&6
2087 fi
2088
2089
2090 fi
2091
2092
2093 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2094 echo "configure:2095: checking for --with-dmalloc" >&5
2095 no_cache=0
2096 # Check whether --with-dmalloc or --without-dmalloc was given.
2097 if test "${with_dmalloc+set}" = set; then
2098 withval="$with_dmalloc"
2099
2100 if test "$withval" = yes; then
2101 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
2102 else
2103 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
2104 fi
2105
2106 else
2107
2108 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2109 if test "x$LINE" != x ; then
2110 eval "DEFAULT_$LINE"
2111 else
2112 no_cache=1
2113 fi
2114
2115 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2116
2117 fi
2118
2119
2120 eval "$ac_cv_use_dmalloc"
2121 if test "$no_cache" != 1; then
2122 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2123 fi
2124
2125 if test "$wxUSE_DMALLOC" = yes; then
2126 echo "$ac_t""yes" 1>&6
2127 else
2128 echo "$ac_t""no" 1>&6
2129 fi
2130
2131
2132 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2133 echo "configure:2134: checking for --with-regex" >&5
2134 no_cache=0
2135 # Check whether --with-regex or --without-regex was given.
2136 if test "${with_regex+set}" = set; then
2137 withval="$with_regex"
2138
2139 if test "$withval" = yes; then
2140 ac_cv_use_regex='wxUSE_REGEX=yes'
2141 elif test "$withval" = no; then
2142 ac_cv_use_regex='wxUSE_REGEX=no'
2143 elif test "$withval" = sys; then
2144 ac_cv_use_regex='wxUSE_REGEX=sys'
2145 else
2146 { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; }
2147 fi
2148
2149 else
2150
2151 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2152 if test "x$LINE" != x ; then
2153 eval "DEFAULT_$LINE"
2154 else
2155 no_cache=1
2156 fi
2157
2158 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2159
2160 fi
2161
2162
2163 eval "$ac_cv_use_regex"
2164 if test "$no_cache" != 1; then
2165 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2166 fi
2167
2168 if test "$wxUSE_REGEX" = yes; then
2169 echo "$ac_t""yes" 1>&6
2170 elif test "$wxUSE_REGEX" = no; then
2171 echo "$ac_t""no" 1>&6
2172 elif test "$wxUSE_REGEX" = sys; then
2173 echo "$ac_t""system version" 1>&6
2174 else
2175 { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; }
2176 fi
2177
2178
2179 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2180 echo "configure:2181: checking for --with-zlib" >&5
2181 no_cache=0
2182 # Check whether --with-zlib or --without-zlib was given.
2183 if test "${with_zlib+set}" = set; then
2184 withval="$with_zlib"
2185
2186 if test "$withval" = yes; then
2187 ac_cv_use_zlib='wxUSE_ZLIB=yes'
2188 elif test "$withval" = no; then
2189 ac_cv_use_zlib='wxUSE_ZLIB=no'
2190 elif test "$withval" = sys; then
2191 ac_cv_use_zlib='wxUSE_ZLIB=sys'
2192 else
2193 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
2194 fi
2195
2196 else
2197
2198 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2199 if test "x$LINE" != x ; then
2200 eval "DEFAULT_$LINE"
2201 else
2202 no_cache=1
2203 fi
2204
2205 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2206
2207 fi
2208
2209
2210 eval "$ac_cv_use_zlib"
2211 if test "$no_cache" != 1; then
2212 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2213 fi
2214
2215 if test "$wxUSE_ZLIB" = yes; then
2216 echo "$ac_t""yes" 1>&6
2217 elif test "$wxUSE_ZLIB" = no; then
2218 echo "$ac_t""no" 1>&6
2219 elif test "$wxUSE_ZLIB" = sys; then
2220 echo "$ac_t""system version" 1>&6
2221 else
2222 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
2223 fi
2224
2225
2226 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2227 echo "configure:2228: checking for --with-odbc" >&5
2228 no_cache=0
2229 # Check whether --with-odbc or --without-odbc was given.
2230 if test "${with_odbc+set}" = set; then
2231 withval="$with_odbc"
2232
2233 if test "$withval" = yes; then
2234 ac_cv_use_odbc='wxUSE_ODBC=yes'
2235 else
2236 ac_cv_use_odbc='wxUSE_ODBC=no'
2237 fi
2238
2239 else
2240
2241 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2242 if test "x$LINE" != x ; then
2243 eval "DEFAULT_$LINE"
2244 else
2245 no_cache=1
2246 fi
2247
2248 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2249
2250 fi
2251
2252
2253 eval "$ac_cv_use_odbc"
2254 if test "$no_cache" != 1; then
2255 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2256 fi
2257
2258 if test "$wxUSE_ODBC" = yes; then
2259 echo "$ac_t""yes" 1>&6
2260 else
2261 echo "$ac_t""no" 1>&6
2262 fi
2263
2264
2265
2266
2267 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2268 echo "configure:2269: checking for --enable-shared" >&5
2269 no_cache=0
2270 # Check whether --enable-shared or --disable-shared was given.
2271 if test "${enable_shared+set}" = set; then
2272 enableval="$enable_shared"
2273
2274 if test "$enableval" = yes; then
2275 ac_cv_use_shared='wxUSE_SHARED=yes'
2276 else
2277 ac_cv_use_shared='wxUSE_SHARED=no'
2278 fi
2279
2280 else
2281
2282 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2283 if test "x$LINE" != x ; then
2284 eval "DEFAULT_$LINE"
2285 else
2286 no_cache=1
2287 fi
2288
2289 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2290
2291 fi
2292
2293
2294 eval "$ac_cv_use_shared"
2295 if test "$no_cache" != 1; then
2296 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2297 fi
2298
2299 if test "$wxUSE_SHARED" = yes; then
2300 echo "$ac_t""yes" 1>&6
2301 else
2302 echo "$ac_t""no" 1>&6
2303 fi
2304
2305
2306 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2307 echo "configure:2308: checking for --enable-soname" >&5
2308 no_cache=0
2309 # Check whether --enable-soname or --disable-soname was given.
2310 if test "${enable_soname+set}" = set; then
2311 enableval="$enable_soname"
2312
2313 if test "$enableval" = yes; then
2314 ac_cv_use_soname='wxUSE_SONAME=yes'
2315 else
2316 ac_cv_use_soname='wxUSE_SONAME=no'
2317 fi
2318
2319 else
2320
2321 LINE=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2322 if test "x$LINE" != x ; then
2323 eval "DEFAULT_$LINE"
2324 else
2325 no_cache=1
2326 fi
2327
2328 ac_cv_use_soname='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2329
2330 fi
2331
2332
2333 eval "$ac_cv_use_soname"
2334 if test "$no_cache" != 1; then
2335 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2336 fi
2337
2338 if test "$wxUSE_SONAME" = yes; then
2339 echo "$ac_t""yes" 1>&6
2340 else
2341 echo "$ac_t""no" 1>&6
2342 fi
2343
2344
2345 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2346 echo "configure:2347: checking for --enable-optimise" >&5
2347 no_cache=0
2348 # Check whether --enable-optimise or --disable-optimise was given.
2349 if test "${enable_optimise+set}" = set; then
2350 enableval="$enable_optimise"
2351
2352 if test "$enableval" = yes; then
2353 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
2354 else
2355 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
2356 fi
2357
2358 else
2359
2360 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2361 if test "x$LINE" != x ; then
2362 eval "DEFAULT_$LINE"
2363 else
2364 no_cache=1
2365 fi
2366
2367 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2368
2369 fi
2370
2371
2372 eval "$ac_cv_use_optimise"
2373 if test "$no_cache" != 1; then
2374 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2375 fi
2376
2377 if test "$wxUSE_OPTIMISE" = yes; then
2378 echo "$ac_t""yes" 1>&6
2379 else
2380 echo "$ac_t""no" 1>&6
2381 fi
2382
2383
2384 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2385 echo "configure:2386: checking for --enable-debug" >&5
2386 no_cache=0
2387 # Check whether --enable-debug or --disable-debug was given.
2388 if test "${enable_debug+set}" = set; then
2389 enableval="$enable_debug"
2390
2391 if test "$enableval" = yes; then
2392 ac_cv_use_debug='wxUSE_DEBUG=yes'
2393 else
2394 ac_cv_use_debug='wxUSE_DEBUG=no'
2395 fi
2396
2397 else
2398
2399 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2400 if test "x$LINE" != x ; then
2401 eval "DEFAULT_$LINE"
2402 else
2403 no_cache=1
2404 fi
2405
2406 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2407
2408 fi
2409
2410
2411 eval "$ac_cv_use_debug"
2412 if test "$no_cache" != 1; then
2413 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2414 fi
2415
2416 if test "$wxUSE_DEBUG" = yes; then
2417 echo "$ac_t""yes" 1>&6
2418 else
2419 echo "$ac_t""no" 1>&6
2420 fi
2421
2422
2423
2424 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2425 echo "configure:2426: checking for --enable-precomp" >&5
2426 no_cache=0
2427 # Check whether --enable-precomp or --disable-precomp was given.
2428 if test "${enable_precomp+set}" = set; then
2429 enableval="$enable_precomp"
2430
2431 if test "$enableval" = yes; then
2432 ac_cv_use_precomp='wxUSE_PRECOMP=yes'
2433 else
2434 ac_cv_use_precomp='wxUSE_PRECOMP=no'
2435 fi
2436
2437 else
2438
2439 LINE=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2440 if test "x$LINE" != x ; then
2441 eval "DEFAULT_$LINE"
2442 else
2443 no_cache=1
2444 fi
2445
2446 ac_cv_use_precomp='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2447
2448 fi
2449
2450
2451 eval "$ac_cv_use_precomp"
2452 if test "$no_cache" != 1; then
2453 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2454 fi
2455
2456 if test "$wxUSE_PRECOMP" = yes; then
2457 echo "$ac_t""yes" 1>&6
2458 else
2459 echo "$ac_t""no" 1>&6
2460 fi
2461
2462
2463 if test "$wxUSE_DEBUG" = "yes"; then
2464 DEFAULT_wxUSE_DEBUG_FLAG=yes
2465 DEFAULT_wxUSE_DEBUG_INFO=yes
2466 elif test "$wxUSE_DEBUG" = "no"; then
2467 DEFAULT_wxUSE_DEBUG_FLAG=no
2468 DEFAULT_wxUSE_DEBUG_INFO=no
2469 fi
2470
2471
2472 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2473 echo "configure:2474: checking for --enable-debug_flag" >&5
2474 no_cache=0
2475 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2476 if test "${enable_debug_flag+set}" = set; then
2477 enableval="$enable_debug_flag"
2478
2479 if test "$enableval" = yes; then
2480 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
2481 else
2482 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
2483 fi
2484
2485 else
2486
2487 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2488 if test "x$LINE" != x ; then
2489 eval "DEFAULT_$LINE"
2490 else
2491 no_cache=1
2492 fi
2493
2494 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2495
2496 fi
2497
2498
2499 eval "$ac_cv_use_debug_flag"
2500 if test "$no_cache" != 1; then
2501 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2502 fi
2503
2504 if test "$wxUSE_DEBUG_FLAG" = yes; then
2505 echo "$ac_t""yes" 1>&6
2506 else
2507 echo "$ac_t""no" 1>&6
2508 fi
2509
2510
2511 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2512 echo "configure:2513: checking for --enable-debug_info" >&5
2513 no_cache=0
2514 # Check whether --enable-debug_info or --disable-debug_info was given.
2515 if test "${enable_debug_info+set}" = set; then
2516 enableval="$enable_debug_info"
2517
2518 if test "$enableval" = yes; then
2519 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
2520 else
2521 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
2522 fi
2523
2524 else
2525
2526 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2527 if test "x$LINE" != x ; then
2528 eval "DEFAULT_$LINE"
2529 else
2530 no_cache=1
2531 fi
2532
2533 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2534
2535 fi
2536
2537
2538 eval "$ac_cv_use_debug_info"
2539 if test "$no_cache" != 1; then
2540 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2541 fi
2542
2543 if test "$wxUSE_DEBUG_INFO" = yes; then
2544 echo "$ac_t""yes" 1>&6
2545 else
2546 echo "$ac_t""no" 1>&6
2547 fi
2548
2549
2550 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2551 echo "configure:2552: checking for --enable-debug_gdb" >&5
2552 no_cache=0
2553 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2554 if test "${enable_debug_gdb+set}" = set; then
2555 enableval="$enable_debug_gdb"
2556
2557 if test "$enableval" = yes; then
2558 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
2559 else
2560 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
2561 fi
2562
2563 else
2564
2565 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2566 if test "x$LINE" != x ; then
2567 eval "DEFAULT_$LINE"
2568 else
2569 no_cache=1
2570 fi
2571
2572 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2573
2574 fi
2575
2576
2577 eval "$ac_cv_use_debug_gdb"
2578 if test "$no_cache" != 1; then
2579 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2580 fi
2581
2582 if test "$wxUSE_DEBUG_GDB" = yes; then
2583 echo "$ac_t""yes" 1>&6
2584 else
2585 echo "$ac_t""no" 1>&6
2586 fi
2587
2588
2589 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2590 echo "configure:2591: checking for --enable-debug_cntxt" >&5
2591 no_cache=0
2592 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2593 if test "${enable_debug_cntxt+set}" = set; then
2594 enableval="$enable_debug_cntxt"
2595
2596 if test "$enableval" = yes; then
2597 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
2598 else
2599 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
2600 fi
2601
2602 else
2603
2604 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2605 if test "x$LINE" != x ; then
2606 eval "DEFAULT_$LINE"
2607 else
2608 no_cache=1
2609 fi
2610
2611 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2612
2613 fi
2614
2615
2616 eval "$ac_cv_use_debug_cntxt"
2617 if test "$no_cache" != 1; then
2618 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2619 fi
2620
2621 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2622 echo "$ac_t""yes" 1>&6
2623 else
2624 echo "$ac_t""no" 1>&6
2625 fi
2626
2627
2628 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2629 echo "configure:2630: checking for --enable-mem_tracing" >&5
2630 no_cache=0
2631 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2632 if test "${enable_mem_tracing+set}" = set; then
2633 enableval="$enable_mem_tracing"
2634
2635 if test "$enableval" = yes; then
2636 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
2637 else
2638 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
2639 fi
2640
2641 else
2642
2643 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2644 if test "x$LINE" != x ; then
2645 eval "DEFAULT_$LINE"
2646 else
2647 no_cache=1
2648 fi
2649
2650 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2651
2652 fi
2653
2654
2655 eval "$ac_cv_use_mem_tracing"
2656 if test "$no_cache" != 1; then
2657 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2658 fi
2659
2660 if test "$wxUSE_MEM_TRACING" = yes; then
2661 echo "$ac_t""yes" 1>&6
2662 else
2663 echo "$ac_t""no" 1>&6
2664 fi
2665
2666
2667 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2668 echo "configure:2669: checking for --enable-profile" >&5
2669 no_cache=0
2670 # Check whether --enable-profile or --disable-profile was given.
2671 if test "${enable_profile+set}" = set; then
2672 enableval="$enable_profile"
2673
2674 if test "$enableval" = yes; then
2675 ac_cv_use_profile='wxUSE_PROFILE=yes'
2676 else
2677 ac_cv_use_profile='wxUSE_PROFILE=no'
2678 fi
2679
2680 else
2681
2682 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2683 if test "x$LINE" != x ; then
2684 eval "DEFAULT_$LINE"
2685 else
2686 no_cache=1
2687 fi
2688
2689 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2690
2691 fi
2692
2693
2694 eval "$ac_cv_use_profile"
2695 if test "$no_cache" != 1; then
2696 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2697 fi
2698
2699 if test "$wxUSE_PROFILE" = yes; then
2700 echo "$ac_t""yes" 1>&6
2701 else
2702 echo "$ac_t""no" 1>&6
2703 fi
2704
2705
2706 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2707 echo "configure:2708: checking for --enable-no_rtti" >&5
2708 no_cache=0
2709 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2710 if test "${enable_no_rtti+set}" = set; then
2711 enableval="$enable_no_rtti"
2712
2713 if test "$enableval" = yes; then
2714 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
2715 else
2716 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
2717 fi
2718
2719 else
2720
2721 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2722 if test "x$LINE" != x ; then
2723 eval "DEFAULT_$LINE"
2724 else
2725 no_cache=1
2726 fi
2727
2728 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2729
2730 fi
2731
2732
2733 eval "$ac_cv_use_no_rtti"
2734 if test "$no_cache" != 1; then
2735 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2736 fi
2737
2738 if test "$wxUSE_NO_RTTI" = yes; then
2739 echo "$ac_t""yes" 1>&6
2740 else
2741 echo "$ac_t""no" 1>&6
2742 fi
2743
2744
2745 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2746 echo "configure:2747: checking for --enable-no_exceptions" >&5
2747 no_cache=0
2748 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2749 if test "${enable_no_exceptions+set}" = set; then
2750 enableval="$enable_no_exceptions"
2751
2752 if test "$enableval" = yes; then
2753 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
2754 else
2755 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
2756 fi
2757
2758 else
2759
2760 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2761 if test "x$LINE" != x ; then
2762 eval "DEFAULT_$LINE"
2763 else
2764 no_cache=1
2765 fi
2766
2767 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2768
2769 fi
2770
2771
2772 eval "$ac_cv_use_no_exceptions"
2773 if test "$no_cache" != 1; then
2774 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2775 fi
2776
2777 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2778 echo "$ac_t""yes" 1>&6
2779 else
2780 echo "$ac_t""no" 1>&6
2781 fi
2782
2783
2784 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2785 echo "configure:2786: checking for --enable-permissive" >&5
2786 no_cache=0
2787 # Check whether --enable-permissive or --disable-permissive was given.
2788 if test "${enable_permissive+set}" = set; then
2789 enableval="$enable_permissive"
2790
2791 if test "$enableval" = yes; then
2792 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
2793 else
2794 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
2795 fi
2796
2797 else
2798
2799 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2800 if test "x$LINE" != x ; then
2801 eval "DEFAULT_$LINE"
2802 else
2803 no_cache=1
2804 fi
2805
2806 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2807
2808 fi
2809
2810
2811 eval "$ac_cv_use_permissive"
2812 if test "$no_cache" != 1; then
2813 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2814 fi
2815
2816 if test "$wxUSE_PERMISSIVE" = yes; then
2817 echo "$ac_t""yes" 1>&6
2818 else
2819 echo "$ac_t""no" 1>&6
2820 fi
2821
2822
2823 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2824 echo "configure:2825: checking for --enable-no_deps" >&5
2825 no_cache=0
2826 # Check whether --enable-no_deps or --disable-no_deps was given.
2827 if test "${enable_no_deps+set}" = set; then
2828 enableval="$enable_no_deps"
2829
2830 if test "$enableval" = yes; then
2831 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
2832 else
2833 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
2834 fi
2835
2836 else
2837
2838 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2839 if test "x$LINE" != x ; then
2840 eval "DEFAULT_$LINE"
2841 else
2842 no_cache=1
2843 fi
2844
2845 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2846
2847 fi
2848
2849
2850 eval "$ac_cv_use_no_deps"
2851 if test "$no_cache" != 1; then
2852 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2853 fi
2854
2855 if test "$wxUSE_NO_DEPS" = yes; then
2856 echo "$ac_t""yes" 1>&6
2857 else
2858 echo "$ac_t""no" 1>&6
2859 fi
2860
2861
2862
2863 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2864 echo "configure:2865: checking for --enable-compat20" >&5
2865 no_cache=0
2866 # Check whether --enable-compat20 or --disable-compat20 was given.
2867 if test "${enable_compat20+set}" = set; then
2868 enableval="$enable_compat20"
2869
2870 if test "$enableval" = yes; then
2871 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
2872 else
2873 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
2874 fi
2875
2876 else
2877
2878 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2879 if test "x$LINE" != x ; then
2880 eval "DEFAULT_$LINE"
2881 else
2882 no_cache=1
2883 fi
2884
2885 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2886
2887 fi
2888
2889
2890 eval "$ac_cv_use_compat20"
2891 if test "$no_cache" != 1; then
2892 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2893 fi
2894
2895 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2896 echo "$ac_t""yes" 1>&6
2897 else
2898 echo "$ac_t""no" 1>&6
2899 fi
2900
2901
2902 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2903 echo "configure:2904: checking for --enable-compat22" >&5
2904 no_cache=0
2905 # Check whether --enable-compat22 or --disable-compat22 was given.
2906 if test "${enable_compat22+set}" = set; then
2907 enableval="$enable_compat22"
2908
2909 if test "$enableval" = yes; then
2910 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
2911 else
2912 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
2913 fi
2914
2915 else
2916
2917 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2918 if test "x$LINE" != x ; then
2919 eval "DEFAULT_$LINE"
2920 else
2921 no_cache=1
2922 fi
2923
2924 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2925
2926 fi
2927
2928
2929 eval "$ac_cv_use_compat22"
2930 if test "$no_cache" != 1; then
2931 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2932 fi
2933
2934 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2935 echo "$ac_t""yes" 1>&6
2936 else
2937 echo "$ac_t""no" 1>&6
2938 fi
2939
2940
2941
2942
2943 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2944 echo "configure:2945: checking for --enable-intl" >&5
2945 no_cache=0
2946 # Check whether --enable-intl or --disable-intl was given.
2947 if test "${enable_intl+set}" = set; then
2948 enableval="$enable_intl"
2949
2950 if test "$enableval" = yes; then
2951 ac_cv_use_intl='wxUSE_INTL=yes'
2952 else
2953 ac_cv_use_intl='wxUSE_INTL=no'
2954 fi
2955
2956 else
2957
2958 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2959 if test "x$LINE" != x ; then
2960 eval "DEFAULT_$LINE"
2961 else
2962 no_cache=1
2963 fi
2964
2965 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2966
2967 fi
2968
2969
2970 eval "$ac_cv_use_intl"
2971 if test "$no_cache" != 1; then
2972 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2973 fi
2974
2975 if test "$wxUSE_INTL" = yes; then
2976 echo "$ac_t""yes" 1>&6
2977 else
2978 echo "$ac_t""no" 1>&6
2979 fi
2980
2981
2982 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2983 echo "configure:2984: checking for --enable-config" >&5
2984 no_cache=0
2985 # Check whether --enable-config or --disable-config was given.
2986 if test "${enable_config+set}" = set; then
2987 enableval="$enable_config"
2988
2989 if test "$enableval" = yes; then
2990 ac_cv_use_config='wxUSE_CONFIG=yes'
2991 else
2992 ac_cv_use_config='wxUSE_CONFIG=no'
2993 fi
2994
2995 else
2996
2997 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2998 if test "x$LINE" != x ; then
2999 eval "DEFAULT_$LINE"
3000 else
3001 no_cache=1
3002 fi
3003
3004 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3005
3006 fi
3007
3008
3009 eval "$ac_cv_use_config"
3010 if test "$no_cache" != 1; then
3011 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3012 fi
3013
3014 if test "$wxUSE_CONFIG" = yes; then
3015 echo "$ac_t""yes" 1>&6
3016 else
3017 echo "$ac_t""no" 1>&6
3018 fi
3019
3020
3021
3022 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3023 echo "configure:3024: checking for --enable-sockets" >&5
3024 no_cache=0
3025 # Check whether --enable-sockets or --disable-sockets was given.
3026 if test "${enable_sockets+set}" = set; then
3027 enableval="$enable_sockets"
3028
3029 if test "$enableval" = yes; then
3030 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
3031 else
3032 ac_cv_use_sockets='wxUSE_SOCKETS=no'
3033 fi
3034
3035 else
3036
3037 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3038 if test "x$LINE" != x ; then
3039 eval "DEFAULT_$LINE"
3040 else
3041 no_cache=1
3042 fi
3043
3044 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3045
3046 fi
3047
3048
3049 eval "$ac_cv_use_sockets"
3050 if test "$no_cache" != 1; then
3051 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3052 fi
3053
3054 if test "$wxUSE_SOCKETS" = yes; then
3055 echo "$ac_t""yes" 1>&6
3056 else
3057 echo "$ac_t""no" 1>&6
3058 fi
3059
3060
3061
3062 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3063 echo "configure:3064: checking for --enable-ipc" >&5
3064 no_cache=0
3065 # Check whether --enable-ipc or --disable-ipc was given.
3066 if test "${enable_ipc+set}" = set; then
3067 enableval="$enable_ipc"
3068
3069 if test "$enableval" = yes; then
3070 ac_cv_use_ipc='wxUSE_IPC=yes'
3071 else
3072 ac_cv_use_ipc='wxUSE_IPC=no'
3073 fi
3074
3075 else
3076
3077 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3078 if test "x$LINE" != x ; then
3079 eval "DEFAULT_$LINE"
3080 else
3081 no_cache=1
3082 fi
3083
3084 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3085
3086 fi
3087
3088
3089 eval "$ac_cv_use_ipc"
3090 if test "$no_cache" != 1; then
3091 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3092 fi
3093
3094 if test "$wxUSE_IPC" = yes; then
3095 echo "$ac_t""yes" 1>&6
3096 else
3097 echo "$ac_t""no" 1>&6
3098 fi
3099
3100
3101
3102 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3103 echo "configure:3104: checking for --enable-cmdline" >&5
3104 no_cache=0
3105 # Check whether --enable-cmdline or --disable-cmdline was given.
3106 if test "${enable_cmdline+set}" = set; then
3107 enableval="$enable_cmdline"
3108
3109 if test "$enableval" = yes; then
3110 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
3111 else
3112 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
3113 fi
3114
3115 else
3116
3117 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3118 if test "x$LINE" != x ; then
3119 eval "DEFAULT_$LINE"
3120 else
3121 no_cache=1
3122 fi
3123
3124 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3125
3126 fi
3127
3128
3129 eval "$ac_cv_use_cmdline"
3130 if test "$no_cache" != 1; then
3131 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3132 fi
3133
3134 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3135 echo "$ac_t""yes" 1>&6
3136 else
3137 echo "$ac_t""no" 1>&6
3138 fi
3139
3140
3141 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3142 echo "configure:3143: checking for --enable-datetime" >&5
3143 no_cache=0
3144 # Check whether --enable-datetime or --disable-datetime was given.
3145 if test "${enable_datetime+set}" = set; then
3146 enableval="$enable_datetime"
3147
3148 if test "$enableval" = yes; then
3149 ac_cv_use_datetime='wxUSE_DATETIME=yes'
3150 else
3151 ac_cv_use_datetime='wxUSE_DATETIME=no'
3152 fi
3153
3154 else
3155
3156 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3157 if test "x$LINE" != x ; then
3158 eval "DEFAULT_$LINE"
3159 else
3160 no_cache=1
3161 fi
3162
3163 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3164
3165 fi
3166
3167
3168 eval "$ac_cv_use_datetime"
3169 if test "$no_cache" != 1; then
3170 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3171 fi
3172
3173 if test "$wxUSE_DATETIME" = yes; then
3174 echo "$ac_t""yes" 1>&6
3175 else
3176 echo "$ac_t""no" 1>&6
3177 fi
3178
3179
3180 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3181 echo "configure:3182: checking for --enable-timedate" >&5
3182 no_cache=0
3183 # Check whether --enable-timedate or --disable-timedate was given.
3184 if test "${enable_timedate+set}" = set; then
3185 enableval="$enable_timedate"
3186
3187 if test "$enableval" = yes; then
3188 ac_cv_use_timedate='wxUSE_TIMEDATE=yes'
3189 else
3190 ac_cv_use_timedate='wxUSE_TIMEDATE=no'
3191 fi
3192
3193 else
3194
3195 LINE=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3196 if test "x$LINE" != x ; then
3197 eval "DEFAULT_$LINE"
3198 else
3199 no_cache=1
3200 fi
3201
3202 ac_cv_use_timedate='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3203
3204 fi
3205
3206
3207 eval "$ac_cv_use_timedate"
3208 if test "$no_cache" != 1; then
3209 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3210 fi
3211
3212 if test "$wxUSE_TIMEDATE" = yes; then
3213 echo "$ac_t""yes" 1>&6
3214 else
3215 echo "$ac_t""no" 1>&6
3216 fi
3217
3218
3219 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3220 echo "configure:3221: checking for --enable-stopwatch" >&5
3221 no_cache=0
3222 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3223 if test "${enable_stopwatch+set}" = set; then
3224 enableval="$enable_stopwatch"
3225
3226 if test "$enableval" = yes; then
3227 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
3228 else
3229 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
3230 fi
3231
3232 else
3233
3234 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3235 if test "x$LINE" != x ; then
3236 eval "DEFAULT_$LINE"
3237 else
3238 no_cache=1
3239 fi
3240
3241 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3242
3243 fi
3244
3245
3246 eval "$ac_cv_use_stopwatch"
3247 if test "$no_cache" != 1; then
3248 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3249 fi
3250
3251 if test "$wxUSE_STOPWATCH" = yes; then
3252 echo "$ac_t""yes" 1>&6
3253 else
3254 echo "$ac_t""no" 1>&6
3255 fi
3256
3257
3258 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3259 echo "configure:3260: checking for --enable-dialupman" >&5
3260 no_cache=0
3261 # Check whether --enable-dialupman or --disable-dialupman was given.
3262 if test "${enable_dialupman+set}" = set; then
3263 enableval="$enable_dialupman"
3264
3265 if test "$enableval" = yes; then
3266 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
3267 else
3268 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
3269 fi
3270
3271 else
3272
3273 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3274 if test "x$LINE" != x ; then
3275 eval "DEFAULT_$LINE"
3276 else
3277 no_cache=1
3278 fi
3279
3280 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3281
3282 fi
3283
3284
3285 eval "$ac_cv_use_dialupman"
3286 if test "$no_cache" != 1; then
3287 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3288 fi
3289
3290 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3291 echo "$ac_t""yes" 1>&6
3292 else
3293 echo "$ac_t""no" 1>&6
3294 fi
3295
3296
3297 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3298 echo "configure:3299: checking for --enable-apple_ieee" >&5
3299 no_cache=0
3300 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3301 if test "${enable_apple_ieee+set}" = set; then
3302 enableval="$enable_apple_ieee"
3303
3304 if test "$enableval" = yes; then
3305 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
3306 else
3307 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
3308 fi
3309
3310 else
3311
3312 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3313 if test "x$LINE" != x ; then
3314 eval "DEFAULT_$LINE"
3315 else
3316 no_cache=1
3317 fi
3318
3319 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3320
3321 fi
3322
3323
3324 eval "$ac_cv_use_apple_ieee"
3325 if test "$no_cache" != 1; then
3326 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3327 fi
3328
3329 if test "$wxUSE_APPLE_IEEE" = yes; then
3330 echo "$ac_t""yes" 1>&6
3331 else
3332 echo "$ac_t""no" 1>&6
3333 fi
3334
3335
3336 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3337 echo "configure:3338: checking for --enable-timer" >&5
3338 no_cache=0
3339 # Check whether --enable-timer or --disable-timer was given.
3340 if test "${enable_timer+set}" = set; then
3341 enableval="$enable_timer"
3342
3343 if test "$enableval" = yes; then
3344 ac_cv_use_timer='wxUSE_TIMER=yes'
3345 else
3346 ac_cv_use_timer='wxUSE_TIMER=no'
3347 fi
3348
3349 else
3350
3351 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3352 if test "x$LINE" != x ; then
3353 eval "DEFAULT_$LINE"
3354 else
3355 no_cache=1
3356 fi
3357
3358 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3359
3360 fi
3361
3362
3363 eval "$ac_cv_use_timer"
3364 if test "$no_cache" != 1; then
3365 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3366 fi
3367
3368 if test "$wxUSE_TIMER" = yes; then
3369 echo "$ac_t""yes" 1>&6
3370 else
3371 echo "$ac_t""no" 1>&6
3372 fi
3373
3374
3375 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3376 echo "configure:3377: checking for --enable-wave" >&5
3377 no_cache=0
3378 # Check whether --enable-wave or --disable-wave was given.
3379 if test "${enable_wave+set}" = set; then
3380 enableval="$enable_wave"
3381
3382 if test "$enableval" = yes; then
3383 ac_cv_use_wave='wxUSE_WAVE=yes'
3384 else
3385 ac_cv_use_wave='wxUSE_WAVE=no'
3386 fi
3387
3388 else
3389
3390 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3391 if test "x$LINE" != x ; then
3392 eval "DEFAULT_$LINE"
3393 else
3394 no_cache=1
3395 fi
3396
3397 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3398
3399 fi
3400
3401
3402 eval "$ac_cv_use_wave"
3403 if test "$no_cache" != 1; then
3404 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3405 fi
3406
3407 if test "$wxUSE_WAVE" = yes; then
3408 echo "$ac_t""yes" 1>&6
3409 else
3410 echo "$ac_t""no" 1>&6
3411 fi
3412
3413
3414 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3415 echo "configure:3416: checking for --enable-fraction" >&5
3416 no_cache=0
3417 # Check whether --enable-fraction or --disable-fraction was given.
3418 if test "${enable_fraction+set}" = set; then
3419 enableval="$enable_fraction"
3420
3421 if test "$enableval" = yes; then
3422 ac_cv_use_fraction='wxUSE_FRACTION=yes'
3423 else
3424 ac_cv_use_fraction='wxUSE_FRACTION=no'
3425 fi
3426
3427 else
3428
3429 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3430 if test "x$LINE" != x ; then
3431 eval "DEFAULT_$LINE"
3432 else
3433 no_cache=1
3434 fi
3435
3436 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3437
3438 fi
3439
3440
3441 eval "$ac_cv_use_fraction"
3442 if test "$no_cache" != 1; then
3443 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3444 fi
3445
3446 if test "$wxUSE_FRACTION" = yes; then
3447 echo "$ac_t""yes" 1>&6
3448 else
3449 echo "$ac_t""no" 1>&6
3450 fi
3451
3452
3453 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3454 echo "configure:3455: checking for --enable-dynlib" >&5
3455 no_cache=0
3456 # Check whether --enable-dynlib or --disable-dynlib was given.
3457 if test "${enable_dynlib+set}" = set; then
3458 enableval="$enable_dynlib"
3459
3460 if test "$enableval" = yes; then
3461 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
3462 else
3463 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
3464 fi
3465
3466 else
3467
3468 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3469 if test "x$LINE" != x ; then
3470 eval "DEFAULT_$LINE"
3471 else
3472 no_cache=1
3473 fi
3474
3475 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3476
3477 fi
3478
3479
3480 eval "$ac_cv_use_dynlib"
3481 if test "$no_cache" != 1; then
3482 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3483 fi
3484
3485 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3486 echo "$ac_t""yes" 1>&6
3487 else
3488 echo "$ac_t""no" 1>&6
3489 fi
3490
3491
3492 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3493 echo "configure:3494: checking for --enable-longlong" >&5
3494 no_cache=0
3495 # Check whether --enable-longlong or --disable-longlong was given.
3496 if test "${enable_longlong+set}" = set; then
3497 enableval="$enable_longlong"
3498
3499 if test "$enableval" = yes; then
3500 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
3501 else
3502 ac_cv_use_longlong='wxUSE_LONGLONG=no'
3503 fi
3504
3505 else
3506
3507 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3508 if test "x$LINE" != x ; then
3509 eval "DEFAULT_$LINE"
3510 else
3511 no_cache=1
3512 fi
3513
3514 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3515
3516 fi
3517
3518
3519 eval "$ac_cv_use_longlong"
3520 if test "$no_cache" != 1; then
3521 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3522 fi
3523
3524 if test "$wxUSE_LONGLONG" = yes; then
3525 echo "$ac_t""yes" 1>&6
3526 else
3527 echo "$ac_t""no" 1>&6
3528 fi
3529
3530
3531 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3532 echo "configure:3533: checking for --enable-geometry" >&5
3533 no_cache=0
3534 # Check whether --enable-geometry or --disable-geometry was given.
3535 if test "${enable_geometry+set}" = set; then
3536 enableval="$enable_geometry"
3537
3538 if test "$enableval" = yes; then
3539 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
3540 else
3541 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
3542 fi
3543
3544 else
3545
3546 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3547 if test "x$LINE" != x ; then
3548 eval "DEFAULT_$LINE"
3549 else
3550 no_cache=1
3551 fi
3552
3553 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3554
3555 fi
3556
3557
3558 eval "$ac_cv_use_geometry"
3559 if test "$no_cache" != 1; then
3560 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3561 fi
3562
3563 if test "$wxUSE_GEOMETRY" = yes; then
3564 echo "$ac_t""yes" 1>&6
3565 else
3566 echo "$ac_t""no" 1>&6
3567 fi
3568
3569
3570 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3571 echo "configure:3572: checking for --enable-log" >&5
3572 no_cache=0
3573 # Check whether --enable-log or --disable-log was given.
3574 if test "${enable_log+set}" = set; then
3575 enableval="$enable_log"
3576
3577 if test "$enableval" = yes; then
3578 ac_cv_use_log='wxUSE_LOG=yes'
3579 else
3580 ac_cv_use_log='wxUSE_LOG=no'
3581 fi
3582
3583 else
3584
3585 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3586 if test "x$LINE" != x ; then
3587 eval "DEFAULT_$LINE"
3588 else
3589 no_cache=1
3590 fi
3591
3592 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3593
3594 fi
3595
3596
3597 eval "$ac_cv_use_log"
3598 if test "$no_cache" != 1; then
3599 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3600 fi
3601
3602 if test "$wxUSE_LOG" = yes; then
3603 echo "$ac_t""yes" 1>&6
3604 else
3605 echo "$ac_t""no" 1>&6
3606 fi
3607
3608
3609 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3610 echo "configure:3611: checking for --enable-streams" >&5
3611 no_cache=0
3612 # Check whether --enable-streams or --disable-streams was given.
3613 if test "${enable_streams+set}" = set; then
3614 enableval="$enable_streams"
3615
3616 if test "$enableval" = yes; then
3617 ac_cv_use_streams='wxUSE_STREAMS=yes'
3618 else
3619 ac_cv_use_streams='wxUSE_STREAMS=no'
3620 fi
3621
3622 else
3623
3624 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3625 if test "x$LINE" != x ; then
3626 eval "DEFAULT_$LINE"
3627 else
3628 no_cache=1
3629 fi
3630
3631 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3632
3633 fi
3634
3635
3636 eval "$ac_cv_use_streams"
3637 if test "$no_cache" != 1; then
3638 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3639 fi
3640
3641 if test "$wxUSE_STREAMS" = yes; then
3642 echo "$ac_t""yes" 1>&6
3643 else
3644 echo "$ac_t""no" 1>&6
3645 fi
3646
3647
3648 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3649 echo "configure:3650: checking for --enable-file" >&5
3650 no_cache=0
3651 # Check whether --enable-file or --disable-file was given.
3652 if test "${enable_file+set}" = set; then
3653 enableval="$enable_file"
3654
3655 if test "$enableval" = yes; then
3656 ac_cv_use_file='wxUSE_FILE=yes'
3657 else
3658 ac_cv_use_file='wxUSE_FILE=no'
3659 fi
3660
3661 else
3662
3663 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3664 if test "x$LINE" != x ; then
3665 eval "DEFAULT_$LINE"
3666 else
3667 no_cache=1
3668 fi
3669
3670 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3671
3672 fi
3673
3674
3675 eval "$ac_cv_use_file"
3676 if test "$no_cache" != 1; then
3677 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3678 fi
3679
3680 if test "$wxUSE_FILE" = yes; then
3681 echo "$ac_t""yes" 1>&6
3682 else
3683 echo "$ac_t""no" 1>&6
3684 fi
3685
3686
3687 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3688 echo "configure:3689: checking for --enable-ffile" >&5
3689 no_cache=0
3690 # Check whether --enable-ffile or --disable-ffile was given.
3691 if test "${enable_ffile+set}" = set; then
3692 enableval="$enable_ffile"
3693
3694 if test "$enableval" = yes; then
3695 ac_cv_use_ffile='wxUSE_FFILE=yes'
3696 else
3697 ac_cv_use_ffile='wxUSE_FFILE=no'
3698 fi
3699
3700 else
3701
3702 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3703 if test "x$LINE" != x ; then
3704 eval "DEFAULT_$LINE"
3705 else
3706 no_cache=1
3707 fi
3708
3709 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3710
3711 fi
3712
3713
3714 eval "$ac_cv_use_ffile"
3715 if test "$no_cache" != 1; then
3716 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3717 fi
3718
3719 if test "$wxUSE_FFILE" = yes; then
3720 echo "$ac_t""yes" 1>&6
3721 else
3722 echo "$ac_t""no" 1>&6
3723 fi
3724
3725
3726 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3727 echo "configure:3728: checking for --enable-textfile" >&5
3728 no_cache=0
3729 # Check whether --enable-textfile or --disable-textfile was given.
3730 if test "${enable_textfile+set}" = set; then
3731 enableval="$enable_textfile"
3732
3733 if test "$enableval" = yes; then
3734 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
3735 else
3736 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
3737 fi
3738
3739 else
3740
3741 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3742 if test "x$LINE" != x ; then
3743 eval "DEFAULT_$LINE"
3744 else
3745 no_cache=1
3746 fi
3747
3748 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3749
3750 fi
3751
3752
3753 eval "$ac_cv_use_textfile"
3754 if test "$no_cache" != 1; then
3755 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3756 fi
3757
3758 if test "$wxUSE_TEXTFILE" = yes; then
3759 echo "$ac_t""yes" 1>&6
3760 else
3761 echo "$ac_t""no" 1>&6
3762 fi
3763
3764
3765 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3766 echo "configure:3767: checking for --enable-fontmap" >&5
3767 no_cache=0
3768 # Check whether --enable-fontmap or --disable-fontmap was given.
3769 if test "${enable_fontmap+set}" = set; then
3770 enableval="$enable_fontmap"
3771
3772 if test "$enableval" = yes; then
3773 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
3774 else
3775 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
3776 fi
3777
3778 else
3779
3780 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3781 if test "x$LINE" != x ; then
3782 eval "DEFAULT_$LINE"
3783 else
3784 no_cache=1
3785 fi
3786
3787 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3788
3789 fi
3790
3791
3792 eval "$ac_cv_use_fontmap"
3793 if test "$no_cache" != 1; then
3794 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3795 fi
3796
3797 if test "$wxUSE_FONTMAP" = yes; then
3798 echo "$ac_t""yes" 1>&6
3799 else
3800 echo "$ac_t""no" 1>&6
3801 fi
3802
3803
3804 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3805 echo "configure:3806: checking for --enable-unicode" >&5
3806 no_cache=0
3807 # Check whether --enable-unicode or --disable-unicode was given.
3808 if test "${enable_unicode+set}" = set; then
3809 enableval="$enable_unicode"
3810
3811 if test "$enableval" = yes; then
3812 ac_cv_use_unicode='wxUSE_UNICODE=yes'
3813 else
3814 ac_cv_use_unicode='wxUSE_UNICODE=no'
3815 fi
3816
3817 else
3818
3819 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3820 if test "x$LINE" != x ; then
3821 eval "DEFAULT_$LINE"
3822 else
3823 no_cache=1
3824 fi
3825
3826 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3827
3828 fi
3829
3830
3831 eval "$ac_cv_use_unicode"
3832 if test "$no_cache" != 1; then
3833 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3834 fi
3835
3836 if test "$wxUSE_UNICODE" = yes; then
3837 echo "$ac_t""yes" 1>&6
3838 else
3839 echo "$ac_t""no" 1>&6
3840 fi
3841
3842
3843 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3844 echo "configure:3845: checking for --enable-wxprintfv" >&5
3845 no_cache=0
3846 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3847 if test "${enable_wxprintfv+set}" = set; then
3848 enableval="$enable_wxprintfv"
3849
3850 if test "$enableval" = yes; then
3851 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
3852 else
3853 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
3854 fi
3855
3856 else
3857
3858 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3859 if test "x$LINE" != x ; then
3860 eval "DEFAULT_$LINE"
3861 else
3862 no_cache=1
3863 fi
3864
3865 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3866
3867 fi
3868
3869
3870 eval "$ac_cv_use_wxprintfv"
3871 if test "$no_cache" != 1; then
3872 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3873 fi
3874
3875 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3876 echo "$ac_t""yes" 1>&6
3877 else
3878 echo "$ac_t""no" 1>&6
3879 fi
3880
3881
3882 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3883 echo "configure:3884: checking for --enable-std_iostreams" >&5
3884 no_cache=0
3885 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3886 if test "${enable_std_iostreams+set}" = set; then
3887 enableval="$enable_std_iostreams"
3888
3889 if test "$enableval" = yes; then
3890 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
3891 else
3892 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
3893 fi
3894
3895 else
3896
3897 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3898 if test "x$LINE" != x ; then
3899 eval "DEFAULT_$LINE"
3900 else
3901 no_cache=1
3902 fi
3903
3904 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3905
3906 fi
3907
3908
3909 eval "$ac_cv_use_std_iostreams"
3910 if test "$no_cache" != 1; then
3911 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3912 fi
3913
3914 if test "$wxUSE_STD_IOSTREAM" = yes; then
3915 echo "$ac_t""yes" 1>&6
3916 else
3917 echo "$ac_t""no" 1>&6
3918 fi
3919
3920
3921 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3922 echo "configure:3923: checking for --enable-filesystem" >&5
3923 no_cache=0
3924 # Check whether --enable-filesystem or --disable-filesystem was given.
3925 if test "${enable_filesystem+set}" = set; then
3926 enableval="$enable_filesystem"
3927
3928 if test "$enableval" = yes; then
3929 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
3930 else
3931 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
3932 fi
3933
3934 else
3935
3936 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3937 if test "x$LINE" != x ; then
3938 eval "DEFAULT_$LINE"
3939 else
3940 no_cache=1
3941 fi
3942
3943 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3944
3945 fi
3946
3947
3948 eval "$ac_cv_use_filesystem"
3949 if test "$no_cache" != 1; then
3950 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3951 fi
3952
3953 if test "$wxUSE_FILESYSTEM" = yes; then
3954 echo "$ac_t""yes" 1>&6
3955 else
3956 echo "$ac_t""no" 1>&6
3957 fi
3958
3959
3960 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3961 echo "configure:3962: checking for --enable-fs_inet" >&5
3962 no_cache=0
3963 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3964 if test "${enable_fs_inet+set}" = set; then
3965 enableval="$enable_fs_inet"
3966
3967 if test "$enableval" = yes; then
3968 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
3969 else
3970 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
3971 fi
3972
3973 else
3974
3975 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3976 if test "x$LINE" != x ; then
3977 eval "DEFAULT_$LINE"
3978 else
3979 no_cache=1
3980 fi
3981
3982 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3983
3984 fi
3985
3986
3987 eval "$ac_cv_use_fs_inet"
3988 if test "$no_cache" != 1; then
3989 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3990 fi
3991
3992 if test "$wxUSE_FS_INET" = yes; then
3993 echo "$ac_t""yes" 1>&6
3994 else
3995 echo "$ac_t""no" 1>&6
3996 fi
3997
3998
3999 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4000 echo "configure:4001: checking for --enable-fs_zip" >&5
4001 no_cache=0
4002 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4003 if test "${enable_fs_zip+set}" = set; then
4004 enableval="$enable_fs_zip"
4005
4006 if test "$enableval" = yes; then
4007 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
4008 else
4009 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
4010 fi
4011
4012 else
4013
4014 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4015 if test "x$LINE" != x ; then
4016 eval "DEFAULT_$LINE"
4017 else
4018 no_cache=1
4019 fi
4020
4021 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4022
4023 fi
4024
4025
4026 eval "$ac_cv_use_fs_zip"
4027 if test "$no_cache" != 1; then
4028 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4029 fi
4030
4031 if test "$wxUSE_FS_ZIP" = yes; then
4032 echo "$ac_t""yes" 1>&6
4033 else
4034 echo "$ac_t""no" 1>&6
4035 fi
4036
4037
4038 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4039 echo "configure:4040: checking for --enable-zipstream" >&5
4040 no_cache=0
4041 # Check whether --enable-zipstream or --disable-zipstream was given.
4042 if test "${enable_zipstream+set}" = set; then
4043 enableval="$enable_zipstream"
4044
4045 if test "$enableval" = yes; then
4046 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
4047 else
4048 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
4049 fi
4050
4051 else
4052
4053 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4054 if test "x$LINE" != x ; then
4055 eval "DEFAULT_$LINE"
4056 else
4057 no_cache=1
4058 fi
4059
4060 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4061
4062 fi
4063
4064
4065 eval "$ac_cv_use_zipstream"
4066 if test "$no_cache" != 1; then
4067 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4068 fi
4069
4070 if test "$wxUSE_ZIPSTREAM" = yes; then
4071 echo "$ac_t""yes" 1>&6
4072 else
4073 echo "$ac_t""no" 1>&6
4074 fi
4075
4076
4077
4078 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4079 echo "configure:4080: checking for --enable-catch_segvs" >&5
4080 no_cache=0
4081 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4082 if test "${enable_catch_segvs+set}" = set; then
4083 enableval="$enable_catch_segvs"
4084
4085 if test "$enableval" = yes; then
4086 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4087 else
4088 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4089 fi
4090
4091 else
4092
4093 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4094 if test "x$LINE" != x ; then
4095 eval "DEFAULT_$LINE"
4096 else
4097 no_cache=1
4098 fi
4099
4100 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4101
4102 fi
4103
4104
4105 eval "$ac_cv_use_catch_segvs"
4106 if test "$no_cache" != 1; then
4107 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4108 fi
4109
4110 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4111 echo "$ac_t""yes" 1>&6
4112 else
4113 echo "$ac_t""no" 1>&6
4114 fi
4115
4116
4117 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4118 echo "configure:4119: checking for --enable-snglinst" >&5
4119 no_cache=0
4120 # Check whether --enable-snglinst or --disable-snglinst was given.
4121 if test "${enable_snglinst+set}" = set; then
4122 enableval="$enable_snglinst"
4123
4124 if test "$enableval" = yes; then
4125 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
4126 else
4127 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
4128 fi
4129
4130 else
4131
4132 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4133 if test "x$LINE" != x ; then
4134 eval "DEFAULT_$LINE"
4135 else
4136 no_cache=1
4137 fi
4138
4139 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4140
4141 fi
4142
4143
4144 eval "$ac_cv_use_snglinst"
4145 if test "$no_cache" != 1; then
4146 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4147 fi
4148
4149 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4150 echo "$ac_t""yes" 1>&6
4151 else
4152 echo "$ac_t""no" 1>&6
4153 fi
4154
4155
4156
4157 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4158 echo "configure:4159: checking for --enable-mimetype" >&5
4159 no_cache=0
4160 # Check whether --enable-mimetype or --disable-mimetype was given.
4161 if test "${enable_mimetype+set}" = set; then
4162 enableval="$enable_mimetype"
4163
4164 if test "$enableval" = yes; then
4165 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
4166 else
4167 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
4168 fi
4169
4170 else
4171
4172 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4173 if test "x$LINE" != x ; then
4174 eval "DEFAULT_$LINE"
4175 else
4176 no_cache=1
4177 fi
4178
4179 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4180
4181 fi
4182
4183
4184 eval "$ac_cv_use_mimetype"
4185 if test "$no_cache" != 1; then
4186 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4187 fi
4188
4189 if test "$wxUSE_MIMETYPE" = yes; then
4190 echo "$ac_t""yes" 1>&6
4191 else
4192 echo "$ac_t""no" 1>&6
4193 fi
4194
4195
4196 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4197 echo "configure:4198: checking for --enable-system_options" >&5
4198 no_cache=0
4199 # Check whether --enable-system_options or --disable-system_options was given.
4200 if test "${enable_system_options+set}" = set; then
4201 enableval="$enable_system_options"
4202
4203 if test "$enableval" = yes; then
4204 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
4205 else
4206 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
4207 fi
4208
4209 else
4210
4211 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4212 if test "x$LINE" != x ; then
4213 eval "DEFAULT_$LINE"
4214 else
4215 no_cache=1
4216 fi
4217
4218 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4219
4220 fi
4221
4222
4223 eval "$ac_cv_use_system_options"
4224 if test "$no_cache" != 1; then
4225 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4226 fi
4227
4228 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4229 echo "$ac_t""yes" 1>&6
4230 else
4231 echo "$ac_t""no" 1>&6
4232 fi
4233
4234
4235
4236
4237 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4238 echo "configure:4239: checking for --enable-threads" >&5
4239 no_cache=0
4240 # Check whether --enable-threads or --disable-threads was given.
4241 if test "${enable_threads+set}" = set; then
4242 enableval="$enable_threads"
4243
4244 if test "$enableval" = yes; then
4245 ac_cv_use_threads='wxUSE_THREADS=yes'
4246 else
4247 ac_cv_use_threads='wxUSE_THREADS=no'
4248 fi
4249
4250 else
4251
4252 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4253 if test "x$LINE" != x ; then
4254 eval "DEFAULT_$LINE"
4255 else
4256 no_cache=1
4257 fi
4258
4259 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4260
4261 fi
4262
4263
4264 eval "$ac_cv_use_threads"
4265 if test "$no_cache" != 1; then
4266 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4267 fi
4268
4269 if test "$wxUSE_THREADS" = yes; then
4270 echo "$ac_t""yes" 1>&6
4271 else
4272 echo "$ac_t""no" 1>&6
4273 fi
4274
4275
4276 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4277 echo "configure:4278: checking for --enable-serial" >&5
4278 no_cache=0
4279 # Check whether --enable-serial or --disable-serial was given.
4280 if test "${enable_serial+set}" = set; then
4281 enableval="$enable_serial"
4282
4283 if test "$enableval" = yes; then
4284 ac_cv_use_serial='wxUSE_SERIAL=yes'
4285 else
4286 ac_cv_use_serial='wxUSE_SERIAL=no'
4287 fi
4288
4289 else
4290
4291 LINE=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4292 if test "x$LINE" != x ; then
4293 eval "DEFAULT_$LINE"
4294 else
4295 no_cache=1
4296 fi
4297
4298 ac_cv_use_serial='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4299
4300 fi
4301
4302
4303 eval "$ac_cv_use_serial"
4304 if test "$no_cache" != 1; then
4305 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4306 fi
4307
4308 if test "$wxUSE_SERIAL" = yes; then
4309 echo "$ac_t""yes" 1>&6
4310 else
4311 echo "$ac_t""no" 1>&6
4312 fi
4313
4314
4315 if test "$wxUSE_GUI" = "yes"; then
4316
4317
4318
4319 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4320 echo "configure:4321: checking for --enable-docview" >&5
4321 no_cache=0
4322 # Check whether --enable-docview or --disable-docview was given.
4323 if test "${enable_docview+set}" = set; then
4324 enableval="$enable_docview"
4325
4326 if test "$enableval" = yes; then
4327 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4328 else
4329 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4330 fi
4331
4332 else
4333
4334 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4335 if test "x$LINE" != x ; then
4336 eval "DEFAULT_$LINE"
4337 else
4338 no_cache=1
4339 fi
4340
4341 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4342
4343 fi
4344
4345
4346 eval "$ac_cv_use_docview"
4347 if test "$no_cache" != 1; then
4348 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4349 fi
4350
4351 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4352 echo "$ac_t""yes" 1>&6
4353 else
4354 echo "$ac_t""no" 1>&6
4355 fi
4356
4357
4358 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4359 echo "configure:4360: checking for --enable-help" >&5
4360 no_cache=0
4361 # Check whether --enable-help or --disable-help was given.
4362 if test "${enable_help+set}" = set; then
4363 enableval="$enable_help"
4364
4365 if test "$enableval" = yes; then
4366 ac_cv_use_help='wxUSE_HELP=yes'
4367 else
4368 ac_cv_use_help='wxUSE_HELP=no'
4369 fi
4370
4371 else
4372
4373 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4374 if test "x$LINE" != x ; then
4375 eval "DEFAULT_$LINE"
4376 else
4377 no_cache=1
4378 fi
4379
4380 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4381
4382 fi
4383
4384
4385 eval "$ac_cv_use_help"
4386 if test "$no_cache" != 1; then
4387 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4388 fi
4389
4390 if test "$wxUSE_HELP" = yes; then
4391 echo "$ac_t""yes" 1>&6
4392 else
4393 echo "$ac_t""no" 1>&6
4394 fi
4395
4396
4397 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4398 echo "configure:4399: checking for --enable-mshtmlhelp" >&5
4399 no_cache=0
4400 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4401 if test "${enable_mshtmlhelp+set}" = set; then
4402 enableval="$enable_mshtmlhelp"
4403
4404 if test "$enableval" = yes; then
4405 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
4406 else
4407 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
4408 fi
4409
4410 else
4411
4412 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4413 if test "x$LINE" != x ; then
4414 eval "DEFAULT_$LINE"
4415 else
4416 no_cache=1
4417 fi
4418
4419 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4420
4421 fi
4422
4423
4424 eval "$ac_cv_use_mshtmlhelp"
4425 if test "$no_cache" != 1; then
4426 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4427 fi
4428
4429 if test "$wxUSE_MS_HTML_HELP" = yes; then
4430 echo "$ac_t""yes" 1>&6
4431 else
4432 echo "$ac_t""no" 1>&6
4433 fi
4434
4435
4436 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4437 echo "configure:4438: checking for --enable-html" >&5
4438 no_cache=0
4439 # Check whether --enable-html or --disable-html was given.
4440 if test "${enable_html+set}" = set; then
4441 enableval="$enable_html"
4442
4443 if test "$enableval" = yes; then
4444 ac_cv_use_html='wxUSE_HTML=yes'
4445 else
4446 ac_cv_use_html='wxUSE_HTML=no'
4447 fi
4448
4449 else
4450
4451 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4452 if test "x$LINE" != x ; then
4453 eval "DEFAULT_$LINE"
4454 else
4455 no_cache=1
4456 fi
4457
4458 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4459
4460 fi
4461
4462
4463 eval "$ac_cv_use_html"
4464 if test "$no_cache" != 1; then
4465 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4466 fi
4467
4468 if test "$wxUSE_HTML" = yes; then
4469 echo "$ac_t""yes" 1>&6
4470 else
4471 echo "$ac_t""no" 1>&6
4472 fi
4473
4474
4475 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4476 echo "configure:4477: checking for --enable-htmlhelp" >&5
4477 no_cache=0
4478 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4479 if test "${enable_htmlhelp+set}" = set; then
4480 enableval="$enable_htmlhelp"
4481
4482 if test "$enableval" = yes; then
4483 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
4484 else
4485 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
4486 fi
4487
4488 else
4489
4490 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4491 if test "x$LINE" != x ; then
4492 eval "DEFAULT_$LINE"
4493 else
4494 no_cache=1
4495 fi
4496
4497 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4498
4499 fi
4500
4501
4502 eval "$ac_cv_use_htmlhelp"
4503 if test "$no_cache" != 1; then
4504 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4505 fi
4506
4507 if test "$wxUSE_WXHTML_HELP" = yes; then
4508 echo "$ac_t""yes" 1>&6
4509 else
4510 echo "$ac_t""no" 1>&6
4511 fi
4512
4513
4514 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4515 echo "configure:4516: checking for --enable-constraints" >&5
4516 no_cache=0
4517 # Check whether --enable-constraints or --disable-constraints was given.
4518 if test "${enable_constraints+set}" = set; then
4519 enableval="$enable_constraints"
4520
4521 if test "$enableval" = yes; then
4522 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
4523 else
4524 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
4525 fi
4526
4527 else
4528
4529 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4530 if test "x$LINE" != x ; then
4531 eval "DEFAULT_$LINE"
4532 else
4533 no_cache=1
4534 fi
4535
4536 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4537
4538 fi
4539
4540
4541 eval "$ac_cv_use_constraints"
4542 if test "$no_cache" != 1; then
4543 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4544 fi
4545
4546 if test "$wxUSE_CONSTRAINTS" = yes; then
4547 echo "$ac_t""yes" 1>&6
4548 else
4549 echo "$ac_t""no" 1>&6
4550 fi
4551
4552
4553 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4554 echo "configure:4555: checking for --enable-printarch" >&5
4555 no_cache=0
4556 # Check whether --enable-printarch or --disable-printarch was given.
4557 if test "${enable_printarch+set}" = set; then
4558 enableval="$enable_printarch"
4559
4560 if test "$enableval" = yes; then
4561 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
4562 else
4563 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
4564 fi
4565
4566 else
4567
4568 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4569 if test "x$LINE" != x ; then
4570 eval "DEFAULT_$LINE"
4571 else
4572 no_cache=1
4573 fi
4574
4575 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4576
4577 fi
4578
4579
4580 eval "$ac_cv_use_printarch"
4581 if test "$no_cache" != 1; then
4582 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4583 fi
4584
4585 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4586 echo "$ac_t""yes" 1>&6
4587 else
4588 echo "$ac_t""no" 1>&6
4589 fi
4590
4591
4592 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4593 echo "configure:4594: checking for --enable-mdi" >&5
4594 no_cache=0
4595 # Check whether --enable-mdi or --disable-mdi was given.
4596 if test "${enable_mdi+set}" = set; then
4597 enableval="$enable_mdi"
4598
4599 if test "$enableval" = yes; then
4600 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
4601 else
4602 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
4603 fi
4604
4605 else
4606
4607 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4608 if test "x$LINE" != x ; then
4609 eval "DEFAULT_$LINE"
4610 else
4611 no_cache=1
4612 fi
4613
4614 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4615
4616 fi
4617
4618
4619 eval "$ac_cv_use_mdi"
4620 if test "$no_cache" != 1; then
4621 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4622 fi
4623
4624 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4625 echo "$ac_t""yes" 1>&6
4626 else
4627 echo "$ac_t""no" 1>&6
4628 fi
4629
4630
4631 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4632 echo "configure:4633: checking for --enable-loggui" >&5
4633 no_cache=0
4634 # Check whether --enable-loggui or --disable-loggui was given.
4635 if test "${enable_loggui+set}" = set; then
4636 enableval="$enable_loggui"
4637
4638 if test "$enableval" = yes; then
4639 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
4640 else
4641 ac_cv_use_loggui='wxUSE_LOGGUI=no'
4642 fi
4643
4644 else
4645
4646 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4647 if test "x$LINE" != x ; then
4648 eval "DEFAULT_$LINE"
4649 else
4650 no_cache=1
4651 fi
4652
4653 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4654
4655 fi
4656
4657
4658 eval "$ac_cv_use_loggui"
4659 if test "$no_cache" != 1; then
4660 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4661 fi
4662
4663 if test "$wxUSE_LOGGUI" = yes; then
4664 echo "$ac_t""yes" 1>&6
4665 else
4666 echo "$ac_t""no" 1>&6
4667 fi
4668
4669
4670 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4671 echo "configure:4672: checking for --enable-logwin" >&5
4672 no_cache=0
4673 # Check whether --enable-logwin or --disable-logwin was given.
4674 if test "${enable_logwin+set}" = set; then
4675 enableval="$enable_logwin"
4676
4677 if test "$enableval" = yes; then
4678 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
4679 else
4680 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
4681 fi
4682
4683 else
4684
4685 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4688 else
4689 no_cache=1
4690 fi
4691
4692 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4693
4694 fi
4695
4696
4697 eval "$ac_cv_use_logwin"
4698 if test "$no_cache" != 1; then
4699 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4700 fi
4701
4702 if test "$wxUSE_LOGWINDOW" = yes; then
4703 echo "$ac_t""yes" 1>&6
4704 else
4705 echo "$ac_t""no" 1>&6
4706 fi
4707
4708
4709
4710 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4711 echo "configure:4712: checking for --enable-postscript" >&5
4712 no_cache=0
4713 # Check whether --enable-postscript or --disable-postscript was given.
4714 if test "${enable_postscript+set}" = set; then
4715 enableval="$enable_postscript"
4716
4717 if test "$enableval" = yes; then
4718 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
4719 else
4720 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
4721 fi
4722
4723 else
4724
4725 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4726 if test "x$LINE" != x ; then
4727 eval "DEFAULT_$LINE"
4728 else
4729 no_cache=1
4730 fi
4731
4732 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4733
4734 fi
4735
4736
4737 eval "$ac_cv_use_postscript"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4740 fi
4741
4742 if test "$wxUSE_POSTSCRIPT" = yes; then
4743 echo "$ac_t""yes" 1>&6
4744 else
4745 echo "$ac_t""no" 1>&6
4746 fi
4747
4748
4749
4750
4751
4752 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4753 echo "configure:4754: checking for --enable-prologio" >&5
4754 no_cache=0
4755 # Check whether --enable-prologio or --disable-prologio was given.
4756 if test "${enable_prologio+set}" = set; then
4757 enableval="$enable_prologio"
4758
4759 if test "$enableval" = yes; then
4760 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
4761 else
4762 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
4763 fi
4764
4765 else
4766
4767 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4768 if test "x$LINE" != x ; then
4769 eval "DEFAULT_$LINE"
4770 else
4771 no_cache=1
4772 fi
4773
4774 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4775
4776 fi
4777
4778
4779 eval "$ac_cv_use_prologio"
4780 if test "$no_cache" != 1; then
4781 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4782 fi
4783
4784 if test "$wxUSE_PROLOGIO" = yes; then
4785 echo "$ac_t""yes" 1>&6
4786 else
4787 echo "$ac_t""no" 1>&6
4788 fi
4789
4790
4791 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4792 echo "configure:4793: checking for --enable-resources" >&5
4793 no_cache=0
4794 # Check whether --enable-resources or --disable-resources was given.
4795 if test "${enable_resources+set}" = set; then
4796 enableval="$enable_resources"
4797
4798 if test "$enableval" = yes; then
4799 ac_cv_use_resources='wxUSE_RESOURCES=yes'
4800 else
4801 ac_cv_use_resources='wxUSE_RESOURCES=no'
4802 fi
4803
4804 else
4805
4806 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4807 if test "x$LINE" != x ; then
4808 eval "DEFAULT_$LINE"
4809 else
4810 no_cache=1
4811 fi
4812
4813 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4814
4815 fi
4816
4817
4818 eval "$ac_cv_use_resources"
4819 if test "$no_cache" != 1; then
4820 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4821 fi
4822
4823 if test "$wxUSE_RESOURCES" = yes; then
4824 echo "$ac_t""yes" 1>&6
4825 else
4826 echo "$ac_t""no" 1>&6
4827 fi
4828
4829
4830
4831 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4832 echo "configure:4833: checking for --enable-xresources" >&5
4833 no_cache=0
4834 # Check whether --enable-xresources or --disable-xresources was given.
4835 if test "${enable_xresources+set}" = set; then
4836 enableval="$enable_xresources"
4837
4838 if test "$enableval" = yes; then
4839 ac_cv_use_xresources='wxUSE_X_RESOURCES=yes'
4840 else
4841 ac_cv_use_xresources='wxUSE_X_RESOURCES=no'
4842 fi
4843
4844 else
4845
4846 LINE=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4847 if test "x$LINE" != x ; then
4848 eval "DEFAULT_$LINE"
4849 else
4850 no_cache=1
4851 fi
4852
4853 ac_cv_use_xresources='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4854
4855 fi
4856
4857
4858 eval "$ac_cv_use_xresources"
4859 if test "$no_cache" != 1; then
4860 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4861 fi
4862
4863 if test "$wxUSE_X_RESOURCES" = yes; then
4864 echo "$ac_t""yes" 1>&6
4865 else
4866 echo "$ac_t""no" 1>&6
4867 fi
4868
4869
4870
4871
4872 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4873 echo "configure:4874: checking for --enable-clipboard" >&5
4874 no_cache=0
4875 # Check whether --enable-clipboard or --disable-clipboard was given.
4876 if test "${enable_clipboard+set}" = set; then
4877 enableval="$enable_clipboard"
4878
4879 if test "$enableval" = yes; then
4880 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
4881 else
4882 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
4883 fi
4884
4885 else
4886
4887 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4888 if test "x$LINE" != x ; then
4889 eval "DEFAULT_$LINE"
4890 else
4891 no_cache=1
4892 fi
4893
4894 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4895
4896 fi
4897
4898
4899 eval "$ac_cv_use_clipboard"
4900 if test "$no_cache" != 1; then
4901 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4902 fi
4903
4904 if test "$wxUSE_CLIPBOARD" = yes; then
4905 echo "$ac_t""yes" 1>&6
4906 else
4907 echo "$ac_t""no" 1>&6
4908 fi
4909
4910
4911 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4912 echo "configure:4913: checking for --enable-dnd" >&5
4913 no_cache=0
4914 # Check whether --enable-dnd or --disable-dnd was given.
4915 if test "${enable_dnd+set}" = set; then
4916 enableval="$enable_dnd"
4917
4918 if test "$enableval" = yes; then
4919 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
4920 else
4921 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
4922 fi
4923
4924 else
4925
4926 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4927 if test "x$LINE" != x ; then
4928 eval "DEFAULT_$LINE"
4929 else
4930 no_cache=1
4931 fi
4932
4933 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4934
4935 fi
4936
4937
4938 eval "$ac_cv_use_dnd"
4939 if test "$no_cache" != 1; then
4940 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4941 fi
4942
4943 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4944 echo "$ac_t""yes" 1>&6
4945 else
4946 echo "$ac_t""no" 1>&6
4947 fi
4948
4949
4950 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4951 echo "configure:4952: checking for --enable-metafile" >&5
4952 no_cache=0
4953 # Check whether --enable-metafile or --disable-metafile was given.
4954 if test "${enable_metafile+set}" = set; then
4955 enableval="$enable_metafile"
4956
4957 if test "$enableval" = yes; then
4958 ac_cv_use_metafile='wxUSE_METAFILE=yes'
4959 else
4960 ac_cv_use_metafile='wxUSE_METAFILE=no'
4961 fi
4962
4963 else
4964
4965 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4966 if test "x$LINE" != x ; then
4967 eval "DEFAULT_$LINE"
4968 else
4969 no_cache=1
4970 fi
4971
4972 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4973
4974 fi
4975
4976
4977 eval "$ac_cv_use_metafile"
4978 if test "$no_cache" != 1; then
4979 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4980 fi
4981
4982 if test "$wxUSE_METAFILE" = yes; then
4983 echo "$ac_t""yes" 1>&6
4984 else
4985 echo "$ac_t""no" 1>&6
4986 fi
4987
4988
4989
4990 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
4991 echo "configure:4992: checking for --enable-treelayout" >&5
4992 no_cache=0
4993 # Check whether --enable-treelayout or --disable-treelayout was given.
4994 if test "${enable_treelayout+set}" = set; then
4995 enableval="$enable_treelayout"
4996
4997 if test "$enableval" = yes; then
4998 ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
4999 else
5000 ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
5001 fi
5002
5003 else
5004
5005 LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5006 if test "x$LINE" != x ; then
5007 eval "DEFAULT_$LINE"
5008 else
5009 no_cache=1
5010 fi
5011
5012 ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5013
5014 fi
5015
5016
5017 eval "$ac_cv_use_treelayout"
5018 if test "$no_cache" != 1; then
5019 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5020 fi
5021
5022 if test "$wxUSE_TREELAYOUT" = yes; then
5023 echo "$ac_t""yes" 1>&6
5024 else
5025 echo "$ac_t""no" 1>&6
5026 fi
5027
5028
5029
5030
5031 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5032 echo "configure:5033: checking for --enable-controls" >&5
5033 no_cache=0
5034 # Check whether --enable-controls or --disable-controls was given.
5035 if test "${enable_controls+set}" = set; then
5036 enableval="$enable_controls"
5037
5038 if test "$enableval" = yes; then
5039 ac_cv_use_controls='wxUSE_CONTROLS=yes'
5040 else
5041 ac_cv_use_controls='wxUSE_CONTROLS=no'
5042 fi
5043
5044 else
5045
5046 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5047 if test "x$LINE" != x ; then
5048 eval "DEFAULT_$LINE"
5049 else
5050 no_cache=1
5051 fi
5052
5053 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5054
5055 fi
5056
5057
5058 eval "$ac_cv_use_controls"
5059 if test "$no_cache" != 1; then
5060 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5061 fi
5062
5063 if test "$wxUSE_CONTROLS" = yes; then
5064 echo "$ac_t""yes" 1>&6
5065 else
5066 echo "$ac_t""no" 1>&6
5067 fi
5068
5069
5070 if test "$wxUSE_CONTROLS" = "yes"; then
5071 DEFAULT_wxUSE_ACCEL=yes
5072 DEFAULT_wxUSE_BMPBUTTON=yes
5073 DEFAULT_wxUSE_BUTTON=yes
5074 DEFAULT_wxUSE_CALCTRL=no
5075 DEFAULT_wxUSE_CARET=yes
5076 DEFAULT_wxUSE_COMBOBOX=yes
5077 DEFAULT_wxUSE_CHECKBOX=yes
5078 DEFAULT_wxUSE_CHECKLISTBOX=yes
5079 DEFAULT_wxUSE_CHOICE=yes
5080 DEFAULT_wxUSE_GAUGE=yes
5081 DEFAULT_wxUSE_GRID=yes
5082 DEFAULT_wxUSE_NEW_GRID=yes
5083 DEFAULT_wxUSE_IMAGLIST=yes
5084 DEFAULT_wxUSE_LISTBOX=yes
5085 DEFAULT_wxUSE_LISTCTRL=yes
5086 DEFAULT_wxUSE_NOTEBOOK=yes
5087 DEFAULT_wxUSE_PROPSHEET=yes
5088 DEFAULT_wxUSE_RADIOBOX=yes
5089 DEFAULT_wxUSE_RADIOBTN=yes
5090 DEFAULT_wxUSE_SASH=yes
5091 DEFAULT_wxUSE_SCROLLBAR=yes
5092 DEFAULT_wxUSE_SLIDER=yes
5093 DEFAULT_wxUSE_SPINBTN=yes
5094 DEFAULT_wxUSE_SPINCTRL=yes
5095 DEFAULT_wxUSE_SPLITTER=yes
5096 DEFAULT_wxUSE_STATBMP=yes
5097 DEFAULT_wxUSE_STATBOX=yes
5098 DEFAULT_wxUSE_STATLINE=yes
5099 DEFAULT_wxUSE_STATUSBAR=yes
5100 DEFAULT_wxUSE_TAB_DIALOG=yes
5101 DEFAULT_wxUSE_TOGGLEBTN=yes
5102 DEFAULT_wxUSE_TOOLBAR=yes
5103 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
5104 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
5105 DEFAULT_wxUSE_TOOLTIPS=yes
5106 DEFAULT_wxUSE_TREECTRL=yes
5107 DEFAULT_wxUSE_POPUPWIN=yes
5108 elif test "$wxUSE_CONTROLS" = "no"; then
5109 DEFAULT_wxUSE_ACCEL=no
5110 DEFAULT_wxUSE_BMPBUTTON=no
5111 DEFAULT_wxUSE_BUTTON=no
5112 DEFAULT_wxUSE_CALCTRL=no
5113 DEFAULT_wxUSE_CARET=no
5114 DEFAULT_wxUSE_COMBOBOX=no
5115 DEFAULT_wxUSE_CHECKBOX=no
5116 DEFAULT_wxUSE_CHECKLISTBOX=no
5117 DEFAULT_wxUSE_CHOICE=no
5118 DEFAULT_wxUSE_GAUGE=no
5119 DEFAULT_wxUSE_GRID=no
5120 DEFAULT_wxUSE_NEW_GRID=no
5121 DEFAULT_wxUSE_IMAGLIST=no
5122 DEFAULT_wxUSE_LISTBOX=no
5123 DEFAULT_wxUSE_LISTCTRL=no
5124 DEFAULT_wxUSE_NOTEBOOK=no
5125 DEFAULT_wxUSE_PROPSHEET=no
5126 DEFAULT_wxUSE_RADIOBOX=no
5127 DEFAULT_wxUSE_RADIOBTN=no
5128 DEFAULT_wxUSE_SASH=no
5129 DEFAULT_wxUSE_SCROLLBAR=no
5130 DEFAULT_wxUSE_SLIDER=no
5131 DEFAULT_wxUSE_SPINBTN=no
5132 DEFAULT_wxUSE_SPINCTRL=no
5133 DEFAULT_wxUSE_SPLITTER=no
5134 DEFAULT_wxUSE_STATBMP=no
5135 DEFAULT_wxUSE_STATBOX=no
5136 DEFAULT_wxUSE_STATLINE=no
5137 DEFAULT_wxUSE_STATUSBAR=no
5138 DEFAULT_wxUSE_TAB_DIALOG=no
5139 DEFAULT_wxUSE_TOGGLEBTN=no
5140 DEFAULT_wxUSE_TOOLBAR=no
5141 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
5142 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
5143 DEFAULT_wxUSE_TOOLTIPS=no
5144 DEFAULT_wxUSE_TREECTRL=no
5145 DEFAULT_wxUSE_POPUPWIN=no
5146 fi
5147
5148
5149 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5150 echo "configure:5151: checking for --enable-accel" >&5
5151 no_cache=0
5152 # Check whether --enable-accel or --disable-accel was given.
5153 if test "${enable_accel+set}" = set; then
5154 enableval="$enable_accel"
5155
5156 if test "$enableval" = yes; then
5157 ac_cv_use_accel='wxUSE_ACCEL=yes'
5158 else
5159 ac_cv_use_accel='wxUSE_ACCEL=no'
5160 fi
5161
5162 else
5163
5164 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5165 if test "x$LINE" != x ; then
5166 eval "DEFAULT_$LINE"
5167 else
5168 no_cache=1
5169 fi
5170
5171 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5172
5173 fi
5174
5175
5176 eval "$ac_cv_use_accel"
5177 if test "$no_cache" != 1; then
5178 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5179 fi
5180
5181 if test "$wxUSE_ACCEL" = yes; then
5182 echo "$ac_t""yes" 1>&6
5183 else
5184 echo "$ac_t""no" 1>&6
5185 fi
5186
5187
5188 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5189 echo "configure:5190: checking for --enable-button" >&5
5190 no_cache=0
5191 # Check whether --enable-button or --disable-button was given.
5192 if test "${enable_button+set}" = set; then
5193 enableval="$enable_button"
5194
5195 if test "$enableval" = yes; then
5196 ac_cv_use_button='wxUSE_BUTTON=yes'
5197 else
5198 ac_cv_use_button='wxUSE_BUTTON=no'
5199 fi
5200
5201 else
5202
5203 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5204 if test "x$LINE" != x ; then
5205 eval "DEFAULT_$LINE"
5206 else
5207 no_cache=1
5208 fi
5209
5210 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5211
5212 fi
5213
5214
5215 eval "$ac_cv_use_button"
5216 if test "$no_cache" != 1; then
5217 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5218 fi
5219
5220 if test "$wxUSE_BUTTON" = yes; then
5221 echo "$ac_t""yes" 1>&6
5222 else
5223 echo "$ac_t""no" 1>&6
5224 fi
5225
5226
5227 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5228 echo "configure:5229: checking for --enable-bmpbutton" >&5
5229 no_cache=0
5230 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5231 if test "${enable_bmpbutton+set}" = set; then
5232 enableval="$enable_bmpbutton"
5233
5234 if test "$enableval" = yes; then
5235 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
5236 else
5237 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
5238 fi
5239
5240 else
5241
5242 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5243 if test "x$LINE" != x ; then
5244 eval "DEFAULT_$LINE"
5245 else
5246 no_cache=1
5247 fi
5248
5249 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5250
5251 fi
5252
5253
5254 eval "$ac_cv_use_bmpbutton"
5255 if test "$no_cache" != 1; then
5256 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5257 fi
5258
5259 if test "$wxUSE_BMPBUTTON" = yes; then
5260 echo "$ac_t""yes" 1>&6
5261 else
5262 echo "$ac_t""no" 1>&6
5263 fi
5264
5265
5266 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5267 echo "configure:5268: checking for --enable-calendar" >&5
5268 no_cache=0
5269 # Check whether --enable-calendar or --disable-calendar was given.
5270 if test "${enable_calendar+set}" = set; then
5271 enableval="$enable_calendar"
5272
5273 if test "$enableval" = yes; then
5274 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
5275 else
5276 ac_cv_use_calendar='wxUSE_CALCTRL=no'
5277 fi
5278
5279 else
5280
5281 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5282 if test "x$LINE" != x ; then
5283 eval "DEFAULT_$LINE"
5284 else
5285 no_cache=1
5286 fi
5287
5288 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5289
5290 fi
5291
5292
5293 eval "$ac_cv_use_calendar"
5294 if test "$no_cache" != 1; then
5295 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5296 fi
5297
5298 if test "$wxUSE_CALCTRL" = yes; then
5299 echo "$ac_t""yes" 1>&6
5300 else
5301 echo "$ac_t""no" 1>&6
5302 fi
5303
5304
5305 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5306 echo "configure:5307: checking for --enable-caret" >&5
5307 no_cache=0
5308 # Check whether --enable-caret or --disable-caret was given.
5309 if test "${enable_caret+set}" = set; then
5310 enableval="$enable_caret"
5311
5312 if test "$enableval" = yes; then
5313 ac_cv_use_caret='wxUSE_CARET=yes'
5314 else
5315 ac_cv_use_caret='wxUSE_CARET=no'
5316 fi
5317
5318 else
5319
5320 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5321 if test "x$LINE" != x ; then
5322 eval "DEFAULT_$LINE"
5323 else
5324 no_cache=1
5325 fi
5326
5327 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5328
5329 fi
5330
5331
5332 eval "$ac_cv_use_caret"
5333 if test "$no_cache" != 1; then
5334 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5335 fi
5336
5337 if test "$wxUSE_CARET" = yes; then
5338 echo "$ac_t""yes" 1>&6
5339 else
5340 echo "$ac_t""no" 1>&6
5341 fi
5342
5343
5344 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5345 echo "configure:5346: checking for --enable-checkbox" >&5
5346 no_cache=0
5347 # Check whether --enable-checkbox or --disable-checkbox was given.
5348 if test "${enable_checkbox+set}" = set; then
5349 enableval="$enable_checkbox"
5350
5351 if test "$enableval" = yes; then
5352 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
5353 else
5354 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
5355 fi
5356
5357 else
5358
5359 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5360 if test "x$LINE" != x ; then
5361 eval "DEFAULT_$LINE"
5362 else
5363 no_cache=1
5364 fi
5365
5366 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5367
5368 fi
5369
5370
5371 eval "$ac_cv_use_checkbox"
5372 if test "$no_cache" != 1; then
5373 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5374 fi
5375
5376 if test "$wxUSE_CHECKBOX" = yes; then
5377 echo "$ac_t""yes" 1>&6
5378 else
5379 echo "$ac_t""no" 1>&6
5380 fi
5381
5382
5383 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5384 echo "configure:5385: checking for --enable-checklst" >&5
5385 no_cache=0
5386 # Check whether --enable-checklst or --disable-checklst was given.
5387 if test "${enable_checklst+set}" = set; then
5388 enableval="$enable_checklst"
5389
5390 if test "$enableval" = yes; then
5391 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
5392 else
5393 ac_cv_use_checklst='wxUSE_CHECKLST=no'
5394 fi
5395
5396 else
5397
5398 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5399 if test "x$LINE" != x ; then
5400 eval "DEFAULT_$LINE"
5401 else
5402 no_cache=1
5403 fi
5404
5405 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5406
5407 fi
5408
5409
5410 eval "$ac_cv_use_checklst"
5411 if test "$no_cache" != 1; then
5412 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5413 fi
5414
5415 if test "$wxUSE_CHECKLST" = yes; then
5416 echo "$ac_t""yes" 1>&6
5417 else
5418 echo "$ac_t""no" 1>&6
5419 fi
5420
5421
5422 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5423 echo "configure:5424: checking for --enable-choice" >&5
5424 no_cache=0
5425 # Check whether --enable-choice or --disable-choice was given.
5426 if test "${enable_choice+set}" = set; then
5427 enableval="$enable_choice"
5428
5429 if test "$enableval" = yes; then
5430 ac_cv_use_choice='wxUSE_CHOICE=yes'
5431 else
5432 ac_cv_use_choice='wxUSE_CHOICE=no'
5433 fi
5434
5435 else
5436
5437 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5438 if test "x$LINE" != x ; then
5439 eval "DEFAULT_$LINE"
5440 else
5441 no_cache=1
5442 fi
5443
5444 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5445
5446 fi
5447
5448
5449 eval "$ac_cv_use_choice"
5450 if test "$no_cache" != 1; then
5451 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5452 fi
5453
5454 if test "$wxUSE_CHOICE" = yes; then
5455 echo "$ac_t""yes" 1>&6
5456 else
5457 echo "$ac_t""no" 1>&6
5458 fi
5459
5460
5461 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5462 echo "configure:5463: checking for --enable-combobox" >&5
5463 no_cache=0
5464 # Check whether --enable-combobox or --disable-combobox was given.
5465 if test "${enable_combobox+set}" = set; then
5466 enableval="$enable_combobox"
5467
5468 if test "$enableval" = yes; then
5469 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
5470 else
5471 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
5472 fi
5473
5474 else
5475
5476 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5477 if test "x$LINE" != x ; then
5478 eval "DEFAULT_$LINE"
5479 else
5480 no_cache=1
5481 fi
5482
5483 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5484
5485 fi
5486
5487
5488 eval "$ac_cv_use_combobox"
5489 if test "$no_cache" != 1; then
5490 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5491 fi
5492
5493 if test "$wxUSE_COMBOBOX" = yes; then
5494 echo "$ac_t""yes" 1>&6
5495 else
5496 echo "$ac_t""no" 1>&6
5497 fi
5498
5499
5500 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5501 echo "configure:5502: checking for --enable-gauge" >&5
5502 no_cache=0
5503 # Check whether --enable-gauge or --disable-gauge was given.
5504 if test "${enable_gauge+set}" = set; then
5505 enableval="$enable_gauge"
5506
5507 if test "$enableval" = yes; then
5508 ac_cv_use_gauge='wxUSE_GAUGE=yes'
5509 else
5510 ac_cv_use_gauge='wxUSE_GAUGE=no'
5511 fi
5512
5513 else
5514
5515 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5516 if test "x$LINE" != x ; then
5517 eval "DEFAULT_$LINE"
5518 else
5519 no_cache=1
5520 fi
5521
5522 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5523
5524 fi
5525
5526
5527 eval "$ac_cv_use_gauge"
5528 if test "$no_cache" != 1; then
5529 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5530 fi
5531
5532 if test "$wxUSE_GAUGE" = yes; then
5533 echo "$ac_t""yes" 1>&6
5534 else
5535 echo "$ac_t""no" 1>&6
5536 fi
5537
5538
5539 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5540 echo "configure:5541: checking for --enable-grid" >&5
5541 no_cache=0
5542 # Check whether --enable-grid or --disable-grid was given.
5543 if test "${enable_grid+set}" = set; then
5544 enableval="$enable_grid"
5545
5546 if test "$enableval" = yes; then
5547 ac_cv_use_grid='wxUSE_GRID=yes'
5548 else
5549 ac_cv_use_grid='wxUSE_GRID=no'
5550 fi
5551
5552 else
5553
5554 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5555 if test "x$LINE" != x ; then
5556 eval "DEFAULT_$LINE"
5557 else
5558 no_cache=1
5559 fi
5560
5561 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5562
5563 fi
5564
5565
5566 eval "$ac_cv_use_grid"
5567 if test "$no_cache" != 1; then
5568 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5569 fi
5570
5571 if test "$wxUSE_GRID" = yes; then
5572 echo "$ac_t""yes" 1>&6
5573 else
5574 echo "$ac_t""no" 1>&6
5575 fi
5576
5577
5578 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5579 echo "configure:5580: checking for --enable-newgrid" >&5
5580 no_cache=0
5581 # Check whether --enable-newgrid or --disable-newgrid was given.
5582 if test "${enable_newgrid+set}" = set; then
5583 enableval="$enable_newgrid"
5584
5585 if test "$enableval" = yes; then
5586 ac_cv_use_newgrid='wxUSE_NEW_GRID=yes'
5587 else
5588 ac_cv_use_newgrid='wxUSE_NEW_GRID=no'
5589 fi
5590
5591 else
5592
5593 LINE=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5594 if test "x$LINE" != x ; then
5595 eval "DEFAULT_$LINE"
5596 else
5597 no_cache=1
5598 fi
5599
5600 ac_cv_use_newgrid='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5601
5602 fi
5603
5604
5605 eval "$ac_cv_use_newgrid"
5606 if test "$no_cache" != 1; then
5607 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5608 fi
5609
5610 if test "$wxUSE_NEW_GRID" = yes; then
5611 echo "$ac_t""yes" 1>&6
5612 else
5613 echo "$ac_t""no" 1>&6
5614 fi
5615
5616
5617 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5618 echo "configure:5619: checking for --enable-imaglist" >&5
5619 no_cache=0
5620 # Check whether --enable-imaglist or --disable-imaglist was given.
5621 if test "${enable_imaglist+set}" = set; then
5622 enableval="$enable_imaglist"
5623
5624 if test "$enableval" = yes; then
5625 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
5626 else
5627 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
5628 fi
5629
5630 else
5631
5632 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5633 if test "x$LINE" != x ; then
5634 eval "DEFAULT_$LINE"
5635 else
5636 no_cache=1
5637 fi
5638
5639 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5640
5641 fi
5642
5643
5644 eval "$ac_cv_use_imaglist"
5645 if test "$no_cache" != 1; then
5646 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5647 fi
5648
5649 if test "$wxUSE_IMAGLIST" = yes; then
5650 echo "$ac_t""yes" 1>&6
5651 else
5652 echo "$ac_t""no" 1>&6
5653 fi
5654
5655
5656 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5657 echo "configure:5658: checking for --enable-listbox" >&5
5658 no_cache=0
5659 # Check whether --enable-listbox or --disable-listbox was given.
5660 if test "${enable_listbox+set}" = set; then
5661 enableval="$enable_listbox"
5662
5663 if test "$enableval" = yes; then
5664 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
5665 else
5666 ac_cv_use_listbox='wxUSE_LISTBOX=no'
5667 fi
5668
5669 else
5670
5671 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5672 if test "x$LINE" != x ; then
5673 eval "DEFAULT_$LINE"
5674 else
5675 no_cache=1
5676 fi
5677
5678 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5679
5680 fi
5681
5682
5683 eval "$ac_cv_use_listbox"
5684 if test "$no_cache" != 1; then
5685 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5686 fi
5687
5688 if test "$wxUSE_LISTBOX" = yes; then
5689 echo "$ac_t""yes" 1>&6
5690 else
5691 echo "$ac_t""no" 1>&6
5692 fi
5693
5694
5695 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5696 echo "configure:5697: checking for --enable-listctrl" >&5
5697 no_cache=0
5698 # Check whether --enable-listctrl or --disable-listctrl was given.
5699 if test "${enable_listctrl+set}" = set; then
5700 enableval="$enable_listctrl"
5701
5702 if test "$enableval" = yes; then
5703 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
5704 else
5705 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
5706 fi
5707
5708 else
5709
5710 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5711 if test "x$LINE" != x ; then
5712 eval "DEFAULT_$LINE"
5713 else
5714 no_cache=1
5715 fi
5716
5717 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5718
5719 fi
5720
5721
5722 eval "$ac_cv_use_listctrl"
5723 if test "$no_cache" != 1; then
5724 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5725 fi
5726
5727 if test "$wxUSE_LISTCTRL" = yes; then
5728 echo "$ac_t""yes" 1>&6
5729 else
5730 echo "$ac_t""no" 1>&6
5731 fi
5732
5733
5734 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5735 echo "configure:5736: checking for --enable-notebook" >&5
5736 no_cache=0
5737 # Check whether --enable-notebook or --disable-notebook was given.
5738 if test "${enable_notebook+set}" = set; then
5739 enableval="$enable_notebook"
5740
5741 if test "$enableval" = yes; then
5742 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
5743 else
5744 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
5745 fi
5746
5747 else
5748
5749 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5750 if test "x$LINE" != x ; then
5751 eval "DEFAULT_$LINE"
5752 else
5753 no_cache=1
5754 fi
5755
5756 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5757
5758 fi
5759
5760
5761 eval "$ac_cv_use_notebook"
5762 if test "$no_cache" != 1; then
5763 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5764 fi
5765
5766 if test "$wxUSE_NOTEBOOK" = yes; then
5767 echo "$ac_t""yes" 1>&6
5768 else
5769 echo "$ac_t""no" 1>&6
5770 fi
5771
5772
5773 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
5774 echo "configure:5775: checking for --enable-propsheet" >&5
5775 no_cache=0
5776 # Check whether --enable-propsheet or --disable-propsheet was given.
5777 if test "${enable_propsheet+set}" = set; then
5778 enableval="$enable_propsheet"
5779
5780 if test "$enableval" = yes; then
5781 ac_cv_use_propsheet='wxUSE_PROPSHEET=yes'
5782 else
5783 ac_cv_use_propsheet='wxUSE_PROPSHEET=no'
5784 fi
5785
5786 else
5787
5788 LINE=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5789 if test "x$LINE" != x ; then
5790 eval "DEFAULT_$LINE"
5791 else
5792 no_cache=1
5793 fi
5794
5795 ac_cv_use_propsheet='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5796
5797 fi
5798
5799
5800 eval "$ac_cv_use_propsheet"
5801 if test "$no_cache" != 1; then
5802 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5803 fi
5804
5805 if test "$wxUSE_PROPSHEET" = yes; then
5806 echo "$ac_t""yes" 1>&6
5807 else
5808 echo "$ac_t""no" 1>&6
5809 fi
5810
5811
5812 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5813 echo "configure:5814: checking for --enable-radiobox" >&5
5814 no_cache=0
5815 # Check whether --enable-radiobox or --disable-radiobox was given.
5816 if test "${enable_radiobox+set}" = set; then
5817 enableval="$enable_radiobox"
5818
5819 if test "$enableval" = yes; then
5820 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
5821 else
5822 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
5823 fi
5824
5825 else
5826
5827 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5828 if test "x$LINE" != x ; then
5829 eval "DEFAULT_$LINE"
5830 else
5831 no_cache=1
5832 fi
5833
5834 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5835
5836 fi
5837
5838
5839 eval "$ac_cv_use_radiobox"
5840 if test "$no_cache" != 1; then
5841 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5842 fi
5843
5844 if test "$wxUSE_RADIOBOX" = yes; then
5845 echo "$ac_t""yes" 1>&6
5846 else
5847 echo "$ac_t""no" 1>&6
5848 fi
5849
5850
5851 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5852 echo "configure:5853: checking for --enable-radiobtn" >&5
5853 no_cache=0
5854 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5855 if test "${enable_radiobtn+set}" = set; then
5856 enableval="$enable_radiobtn"
5857
5858 if test "$enableval" = yes; then
5859 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
5860 else
5861 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
5862 fi
5863
5864 else
5865
5866 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5867 if test "x$LINE" != x ; then
5868 eval "DEFAULT_$LINE"
5869 else
5870 no_cache=1
5871 fi
5872
5873 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5874
5875 fi
5876
5877
5878 eval "$ac_cv_use_radiobtn"
5879 if test "$no_cache" != 1; then
5880 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5881 fi
5882
5883 if test "$wxUSE_RADIOBTN" = yes; then
5884 echo "$ac_t""yes" 1>&6
5885 else
5886 echo "$ac_t""no" 1>&6
5887 fi
5888
5889
5890 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5891 echo "configure:5892: checking for --enable-sash" >&5
5892 no_cache=0
5893 # Check whether --enable-sash or --disable-sash was given.
5894 if test "${enable_sash+set}" = set; then
5895 enableval="$enable_sash"
5896
5897 if test "$enableval" = yes; then
5898 ac_cv_use_sash='wxUSE_SASH=yes'
5899 else
5900 ac_cv_use_sash='wxUSE_SASH=no'
5901 fi
5902
5903 else
5904
5905 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5906 if test "x$LINE" != x ; then
5907 eval "DEFAULT_$LINE"
5908 else
5909 no_cache=1
5910 fi
5911
5912 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5913
5914 fi
5915
5916
5917 eval "$ac_cv_use_sash"
5918 if test "$no_cache" != 1; then
5919 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5920 fi
5921
5922 if test "$wxUSE_SASH" = yes; then
5923 echo "$ac_t""yes" 1>&6
5924 else
5925 echo "$ac_t""no" 1>&6
5926 fi
5927
5928
5929 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5930 echo "configure:5931: checking for --enable-scrollbar" >&5
5931 no_cache=0
5932 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5933 if test "${enable_scrollbar+set}" = set; then
5934 enableval="$enable_scrollbar"
5935
5936 if test "$enableval" = yes; then
5937 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
5938 else
5939 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
5940 fi
5941
5942 else
5943
5944 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5945 if test "x$LINE" != x ; then
5946 eval "DEFAULT_$LINE"
5947 else
5948 no_cache=1
5949 fi
5950
5951 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5952
5953 fi
5954
5955
5956 eval "$ac_cv_use_scrollbar"
5957 if test "$no_cache" != 1; then
5958 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5959 fi
5960
5961 if test "$wxUSE_SCROLLBAR" = yes; then
5962 echo "$ac_t""yes" 1>&6
5963 else
5964 echo "$ac_t""no" 1>&6
5965 fi
5966
5967
5968 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5969 echo "configure:5970: checking for --enable-slider" >&5
5970 no_cache=0
5971 # Check whether --enable-slider or --disable-slider was given.
5972 if test "${enable_slider+set}" = set; then
5973 enableval="$enable_slider"
5974
5975 if test "$enableval" = yes; then
5976 ac_cv_use_slider='wxUSE_SLIDER=yes'
5977 else
5978 ac_cv_use_slider='wxUSE_SLIDER=no'
5979 fi
5980
5981 else
5982
5983 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5984 if test "x$LINE" != x ; then
5985 eval "DEFAULT_$LINE"
5986 else
5987 no_cache=1
5988 fi
5989
5990 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
5991
5992 fi
5993
5994
5995 eval "$ac_cv_use_slider"
5996 if test "$no_cache" != 1; then
5997 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5998 fi
5999
6000 if test "$wxUSE_SLIDER" = yes; then
6001 echo "$ac_t""yes" 1>&6
6002 else
6003 echo "$ac_t""no" 1>&6
6004 fi
6005
6006
6007 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6008 echo "configure:6009: checking for --enable-spinbtn" >&5
6009 no_cache=0
6010 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6011 if test "${enable_spinbtn+set}" = set; then
6012 enableval="$enable_spinbtn"
6013
6014 if test "$enableval" = yes; then
6015 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
6016 else
6017 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
6018 fi
6019
6020 else
6021
6022 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6023 if test "x$LINE" != x ; then
6024 eval "DEFAULT_$LINE"
6025 else
6026 no_cache=1
6027 fi
6028
6029 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6030
6031 fi
6032
6033
6034 eval "$ac_cv_use_spinbtn"
6035 if test "$no_cache" != 1; then
6036 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6037 fi
6038
6039 if test "$wxUSE_SPINBTN" = yes; then
6040 echo "$ac_t""yes" 1>&6
6041 else
6042 echo "$ac_t""no" 1>&6
6043 fi
6044
6045
6046 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6047 echo "configure:6048: checking for --enable-spinctrl" >&5
6048 no_cache=0
6049 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6050 if test "${enable_spinctrl+set}" = set; then
6051 enableval="$enable_spinctrl"
6052
6053 if test "$enableval" = yes; then
6054 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
6055 else
6056 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
6057 fi
6058
6059 else
6060
6061 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6062 if test "x$LINE" != x ; then
6063 eval "DEFAULT_$LINE"
6064 else
6065 no_cache=1
6066 fi
6067
6068 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6069
6070 fi
6071
6072
6073 eval "$ac_cv_use_spinctrl"
6074 if test "$no_cache" != 1; then
6075 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6076 fi
6077
6078 if test "$wxUSE_SPINCTRL" = yes; then
6079 echo "$ac_t""yes" 1>&6
6080 else
6081 echo "$ac_t""no" 1>&6
6082 fi
6083
6084
6085 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6086 echo "configure:6087: checking for --enable-splitter" >&5
6087 no_cache=0
6088 # Check whether --enable-splitter or --disable-splitter was given.
6089 if test "${enable_splitter+set}" = set; then
6090 enableval="$enable_splitter"
6091
6092 if test "$enableval" = yes; then
6093 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
6094 else
6095 ac_cv_use_splitter='wxUSE_SPLITTER=no'
6096 fi
6097
6098 else
6099
6100 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6101 if test "x$LINE" != x ; then
6102 eval "DEFAULT_$LINE"
6103 else
6104 no_cache=1
6105 fi
6106
6107 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6108
6109 fi
6110
6111
6112 eval "$ac_cv_use_splitter"
6113 if test "$no_cache" != 1; then
6114 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6115 fi
6116
6117 if test "$wxUSE_SPLITTER" = yes; then
6118 echo "$ac_t""yes" 1>&6
6119 else
6120 echo "$ac_t""no" 1>&6
6121 fi
6122
6123
6124 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6125 echo "configure:6126: checking for --enable-statbmp" >&5
6126 no_cache=0
6127 # Check whether --enable-statbmp or --disable-statbmp was given.
6128 if test "${enable_statbmp+set}" = set; then
6129 enableval="$enable_statbmp"
6130
6131 if test "$enableval" = yes; then
6132 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
6133 else
6134 ac_cv_use_statbmp='wxUSE_STATBMP=no'
6135 fi
6136
6137 else
6138
6139 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6140 if test "x$LINE" != x ; then
6141 eval "DEFAULT_$LINE"
6142 else
6143 no_cache=1
6144 fi
6145
6146 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6147
6148 fi
6149
6150
6151 eval "$ac_cv_use_statbmp"
6152 if test "$no_cache" != 1; then
6153 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6154 fi
6155
6156 if test "$wxUSE_STATBMP" = yes; then
6157 echo "$ac_t""yes" 1>&6
6158 else
6159 echo "$ac_t""no" 1>&6
6160 fi
6161
6162
6163 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6164 echo "configure:6165: checking for --enable-statbox" >&5
6165 no_cache=0
6166 # Check whether --enable-statbox or --disable-statbox was given.
6167 if test "${enable_statbox+set}" = set; then
6168 enableval="$enable_statbox"
6169
6170 if test "$enableval" = yes; then
6171 ac_cv_use_statbox='wxUSE_STATBOX=yes'
6172 else
6173 ac_cv_use_statbox='wxUSE_STATBOX=no'
6174 fi
6175
6176 else
6177
6178 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6179 if test "x$LINE" != x ; then
6180 eval "DEFAULT_$LINE"
6181 else
6182 no_cache=1
6183 fi
6184
6185 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6186
6187 fi
6188
6189
6190 eval "$ac_cv_use_statbox"
6191 if test "$no_cache" != 1; then
6192 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6193 fi
6194
6195 if test "$wxUSE_STATBOX" = yes; then
6196 echo "$ac_t""yes" 1>&6
6197 else
6198 echo "$ac_t""no" 1>&6
6199 fi
6200
6201
6202 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6203 echo "configure:6204: checking for --enable-statline" >&5
6204 no_cache=0
6205 # Check whether --enable-statline or --disable-statline was given.
6206 if test "${enable_statline+set}" = set; then
6207 enableval="$enable_statline"
6208
6209 if test "$enableval" = yes; then
6210 ac_cv_use_statline='wxUSE_STATLINE=yes'
6211 else
6212 ac_cv_use_statline='wxUSE_STATLINE=no'
6213 fi
6214
6215 else
6216
6217 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6218 if test "x$LINE" != x ; then
6219 eval "DEFAULT_$LINE"
6220 else
6221 no_cache=1
6222 fi
6223
6224 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6225
6226 fi
6227
6228
6229 eval "$ac_cv_use_statline"
6230 if test "$no_cache" != 1; then
6231 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6232 fi
6233
6234 if test "$wxUSE_STATLINE" = yes; then
6235 echo "$ac_t""yes" 1>&6
6236 else
6237 echo "$ac_t""no" 1>&6
6238 fi
6239
6240
6241 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6242 echo "configure:6243: checking for --enable-stattext" >&5
6243 no_cache=0
6244 # Check whether --enable-stattext or --disable-stattext was given.
6245 if test "${enable_stattext+set}" = set; then
6246 enableval="$enable_stattext"
6247
6248 if test "$enableval" = yes; then
6249 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
6250 else
6251 ac_cv_use_stattext='wxUSE_STATTEXT=no'
6252 fi
6253
6254 else
6255
6256 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6257 if test "x$LINE" != x ; then
6258 eval "DEFAULT_$LINE"
6259 else
6260 no_cache=1
6261 fi
6262
6263 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6264
6265 fi
6266
6267
6268 eval "$ac_cv_use_stattext"
6269 if test "$no_cache" != 1; then
6270 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6271 fi
6272
6273 if test "$wxUSE_STATTEXT" = yes; then
6274 echo "$ac_t""yes" 1>&6
6275 else
6276 echo "$ac_t""no" 1>&6
6277 fi
6278
6279
6280 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6281 echo "configure:6282: checking for --enable-statusbar" >&5
6282 no_cache=0
6283 # Check whether --enable-statusbar or --disable-statusbar was given.
6284 if test "${enable_statusbar+set}" = set; then
6285 enableval="$enable_statusbar"
6286
6287 if test "$enableval" = yes; then
6288 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
6289 else
6290 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
6291 fi
6292
6293 else
6294
6295 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6296 if test "x$LINE" != x ; then
6297 eval "DEFAULT_$LINE"
6298 else
6299 no_cache=1
6300 fi
6301
6302 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6303
6304 fi
6305
6306
6307 eval "$ac_cv_use_statusbar"
6308 if test "$no_cache" != 1; then
6309 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6310 fi
6311
6312 if test "$wxUSE_STATUSBAR" = yes; then
6313 echo "$ac_t""yes" 1>&6
6314 else
6315 echo "$ac_t""no" 1>&6
6316 fi
6317
6318
6319 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6320 echo "configure:6321: checking for --enable-tabdialog" >&5
6321 no_cache=0
6322 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6323 if test "${enable_tabdialog+set}" = set; then
6324 enableval="$enable_tabdialog"
6325
6326 if test "$enableval" = yes; then
6327 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
6328 else
6329 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
6330 fi
6331
6332 else
6333
6334 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6335 if test "x$LINE" != x ; then
6336 eval "DEFAULT_$LINE"
6337 else
6338 no_cache=1
6339 fi
6340
6341 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6342
6343 fi
6344
6345
6346 eval "$ac_cv_use_tabdialog"
6347 if test "$no_cache" != 1; then
6348 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6349 fi
6350
6351 if test "$wxUSE_TABDIALOG" = yes; then
6352 echo "$ac_t""yes" 1>&6
6353 else
6354 echo "$ac_t""no" 1>&6
6355 fi
6356
6357
6358 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6359 echo "configure:6360: checking for --enable-textctrl" >&5
6360 no_cache=0
6361 # Check whether --enable-textctrl or --disable-textctrl was given.
6362 if test "${enable_textctrl+set}" = set; then
6363 enableval="$enable_textctrl"
6364
6365 if test "$enableval" = yes; then
6366 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
6367 else
6368 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
6369 fi
6370
6371 else
6372
6373 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6374 if test "x$LINE" != x ; then
6375 eval "DEFAULT_$LINE"
6376 else
6377 no_cache=1
6378 fi
6379
6380 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6381
6382 fi
6383
6384
6385 eval "$ac_cv_use_textctrl"
6386 if test "$no_cache" != 1; then
6387 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6388 fi
6389
6390 if test "$wxUSE_TEXTCTRL" = yes; then
6391 echo "$ac_t""yes" 1>&6
6392 else
6393 echo "$ac_t""no" 1>&6
6394 fi
6395
6396
6397 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6398 echo "configure:6399: checking for --enable-togglebtn" >&5
6399 no_cache=0
6400 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6401 if test "${enable_togglebtn+set}" = set; then
6402 enableval="$enable_togglebtn"
6403
6404 if test "$enableval" = yes; then
6405 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
6406 else
6407 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
6408 fi
6409
6410 else
6411
6412 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6413 if test "x$LINE" != x ; then
6414 eval "DEFAULT_$LINE"
6415 else
6416 no_cache=1
6417 fi
6418
6419 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6420
6421 fi
6422
6423
6424 eval "$ac_cv_use_togglebtn"
6425 if test "$no_cache" != 1; then
6426 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6427 fi
6428
6429 if test "$wxUSE_TOGGLEBTN" = yes; then
6430 echo "$ac_t""yes" 1>&6
6431 else
6432 echo "$ac_t""no" 1>&6
6433 fi
6434
6435
6436 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6437 echo "configure:6438: checking for --enable-toolbar" >&5
6438 no_cache=0
6439 # Check whether --enable-toolbar or --disable-toolbar was given.
6440 if test "${enable_toolbar+set}" = set; then
6441 enableval="$enable_toolbar"
6442
6443 if test "$enableval" = yes; then
6444 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
6445 else
6446 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
6447 fi
6448
6449 else
6450
6451 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6452 if test "x$LINE" != x ; then
6453 eval "DEFAULT_$LINE"
6454 else
6455 no_cache=1
6456 fi
6457
6458 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6459
6460 fi
6461
6462
6463 eval "$ac_cv_use_toolbar"
6464 if test "$no_cache" != 1; then
6465 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6466 fi
6467
6468 if test "$wxUSE_TOOLBAR" = yes; then
6469 echo "$ac_t""yes" 1>&6
6470 else
6471 echo "$ac_t""no" 1>&6
6472 fi
6473
6474
6475 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6476 echo "configure:6477: checking for --enable-tbarnative" >&5
6477 no_cache=0
6478 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6479 if test "${enable_tbarnative+set}" = set; then
6480 enableval="$enable_tbarnative"
6481
6482 if test "$enableval" = yes; then
6483 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
6484 else
6485 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
6486 fi
6487
6488 else
6489
6490 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6491 if test "x$LINE" != x ; then
6492 eval "DEFAULT_$LINE"
6493 else
6494 no_cache=1
6495 fi
6496
6497 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6498
6499 fi
6500
6501
6502 eval "$ac_cv_use_tbarnative"
6503 if test "$no_cache" != 1; then
6504 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6505 fi
6506
6507 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6508 echo "$ac_t""yes" 1>&6
6509 else
6510 echo "$ac_t""no" 1>&6
6511 fi
6512
6513
6514 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6515 echo "configure:6516: checking for --enable-tbarsmpl" >&5
6516 no_cache=0
6517 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6518 if test "${enable_tbarsmpl+set}" = set; then
6519 enableval="$enable_tbarsmpl"
6520
6521 if test "$enableval" = yes; then
6522 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
6523 else
6524 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
6525 fi
6526
6527 else
6528
6529 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6530 if test "x$LINE" != x ; then
6531 eval "DEFAULT_$LINE"
6532 else
6533 no_cache=1
6534 fi
6535
6536 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6537
6538 fi
6539
6540
6541 eval "$ac_cv_use_tbarsmpl"
6542 if test "$no_cache" != 1; then
6543 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6544 fi
6545
6546 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6547 echo "$ac_t""yes" 1>&6
6548 else
6549 echo "$ac_t""no" 1>&6
6550 fi
6551
6552
6553 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6554 echo "configure:6555: checking for --enable-treectrl" >&5
6555 no_cache=0
6556 # Check whether --enable-treectrl or --disable-treectrl was given.
6557 if test "${enable_treectrl+set}" = set; then
6558 enableval="$enable_treectrl"
6559
6560 if test "$enableval" = yes; then
6561 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
6562 else
6563 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
6564 fi
6565
6566 else
6567
6568 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6569 if test "x$LINE" != x ; then
6570 eval "DEFAULT_$LINE"
6571 else
6572 no_cache=1
6573 fi
6574
6575 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6576
6577 fi
6578
6579
6580 eval "$ac_cv_use_treectrl"
6581 if test "$no_cache" != 1; then
6582 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6583 fi
6584
6585 if test "$wxUSE_TREECTRL" = yes; then
6586 echo "$ac_t""yes" 1>&6
6587 else
6588 echo "$ac_t""no" 1>&6
6589 fi
6590
6591
6592 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
6593 echo "configure:6594: checking for --enable-popupwin" >&5
6594 no_cache=0
6595 # Check whether --enable-popupwin or --disable-popupwin was given.
6596 if test "${enable_popupwin+set}" = set; then
6597 enableval="$enable_popupwin"
6598
6599 if test "$enableval" = yes; then
6600 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
6601 else
6602 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
6603 fi
6604
6605 else
6606
6607 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6608 if test "x$LINE" != x ; then
6609 eval "DEFAULT_$LINE"
6610 else
6611 no_cache=1
6612 fi
6613
6614 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6615
6616 fi
6617
6618
6619 eval "$ac_cv_use_popupwin"
6620 if test "$no_cache" != 1; then
6621 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6622 fi
6623
6624 if test "$wxUSE_POPUPWIN" = yes; then
6625 echo "$ac_t""yes" 1>&6
6626 else
6627 echo "$ac_t""no" 1>&6
6628 fi
6629
6630
6631
6632
6633 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6634 echo "configure:6635: checking for --enable-commondlg" >&5
6635 no_cache=0
6636 # Check whether --enable-commondlg or --disable-commondlg was given.
6637 if test "${enable_commondlg+set}" = set; then
6638 enableval="$enable_commondlg"
6639
6640 if test "$enableval" = yes; then
6641 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
6642 else
6643 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
6644 fi
6645
6646 else
6647
6648 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6649 if test "x$LINE" != x ; then
6650 eval "DEFAULT_$LINE"
6651 else
6652 no_cache=1
6653 fi
6654
6655 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6656
6657 fi
6658
6659
6660 eval "$ac_cv_use_commondlg"
6661 if test "$no_cache" != 1; then
6662 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6663 fi
6664
6665 if test "$wxUSE_COMMONDLGS" = yes; then
6666 echo "$ac_t""yes" 1>&6
6667 else
6668 echo "$ac_t""no" 1>&6
6669 fi
6670
6671
6672 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6673 echo "configure:6674: checking for --enable-choicedlg" >&5
6674 no_cache=0
6675 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6676 if test "${enable_choicedlg+set}" = set; then
6677 enableval="$enable_choicedlg"
6678
6679 if test "$enableval" = yes; then
6680 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
6681 else
6682 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
6683 fi
6684
6685 else
6686
6687 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6688 if test "x$LINE" != x ; then
6689 eval "DEFAULT_$LINE"
6690 else
6691 no_cache=1
6692 fi
6693
6694 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6695
6696 fi
6697
6698
6699 eval "$ac_cv_use_choicedlg"
6700 if test "$no_cache" != 1; then
6701 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6702 fi
6703
6704 if test "$wxUSE_CHOICEDLG" = yes; then
6705 echo "$ac_t""yes" 1>&6
6706 else
6707 echo "$ac_t""no" 1>&6
6708 fi
6709
6710
6711 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6712 echo "configure:6713: checking for --enable-coldlg" >&5
6713 no_cache=0
6714 # Check whether --enable-coldlg or --disable-coldlg was given.
6715 if test "${enable_coldlg+set}" = set; then
6716 enableval="$enable_coldlg"
6717
6718 if test "$enableval" = yes; then
6719 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
6720 else
6721 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
6722 fi
6723
6724 else
6725
6726 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6727 if test "x$LINE" != x ; then
6728 eval "DEFAULT_$LINE"
6729 else
6730 no_cache=1
6731 fi
6732
6733 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6734
6735 fi
6736
6737
6738 eval "$ac_cv_use_coldlg"
6739 if test "$no_cache" != 1; then
6740 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6741 fi
6742
6743 if test "$wxUSE_COLOURDLG" = yes; then
6744 echo "$ac_t""yes" 1>&6
6745 else
6746 echo "$ac_t""no" 1>&6
6747 fi
6748
6749
6750 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6751 echo "configure:6752: checking for --enable-filedlg" >&5
6752 no_cache=0
6753 # Check whether --enable-filedlg or --disable-filedlg was given.
6754 if test "${enable_filedlg+set}" = set; then
6755 enableval="$enable_filedlg"
6756
6757 if test "$enableval" = yes; then
6758 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
6759 else
6760 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
6761 fi
6762
6763 else
6764
6765 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6766 if test "x$LINE" != x ; then
6767 eval "DEFAULT_$LINE"
6768 else
6769 no_cache=1
6770 fi
6771
6772 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6773
6774 fi
6775
6776
6777 eval "$ac_cv_use_filedlg"
6778 if test "$no_cache" != 1; then
6779 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6780 fi
6781
6782 if test "$wxUSE_FILEDLG" = yes; then
6783 echo "$ac_t""yes" 1>&6
6784 else
6785 echo "$ac_t""no" 1>&6
6786 fi
6787
6788
6789 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6790 echo "configure:6791: checking for --enable-filedlg" >&5
6791 no_cache=0
6792 # Check whether --enable-filedlg or --disable-filedlg was given.
6793 if test "${enable_filedlg+set}" = set; then
6794 enableval="$enable_filedlg"
6795
6796 if test "$enableval" = yes; then
6797 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=yes'
6798 else
6799 ac_cv_use_filedlg='wxUSE_FINDREPLDLG=no'
6800 fi
6801
6802 else
6803
6804 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6805 if test "x$LINE" != x ; then
6806 eval "DEFAULT_$LINE"
6807 else
6808 no_cache=1
6809 fi
6810
6811 ac_cv_use_filedlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6812
6813 fi
6814
6815
6816 eval "$ac_cv_use_filedlg"
6817 if test "$no_cache" != 1; then
6818 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6819 fi
6820
6821 if test "$wxUSE_FINDREPLDLG" = yes; then
6822 echo "$ac_t""yes" 1>&6
6823 else
6824 echo "$ac_t""no" 1>&6
6825 fi
6826
6827
6828 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6829 echo "configure:6830: checking for --enable-fontdlg" >&5
6830 no_cache=0
6831 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6832 if test "${enable_fontdlg+set}" = set; then
6833 enableval="$enable_fontdlg"
6834
6835 if test "$enableval" = yes; then
6836 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
6837 else
6838 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
6839 fi
6840
6841 else
6842
6843 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6844 if test "x$LINE" != x ; then
6845 eval "DEFAULT_$LINE"
6846 else
6847 no_cache=1
6848 fi
6849
6850 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6851
6852 fi
6853
6854
6855 eval "$ac_cv_use_fontdlg"
6856 if test "$no_cache" != 1; then
6857 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6858 fi
6859
6860 if test "$wxUSE_FONTDLG" = yes; then
6861 echo "$ac_t""yes" 1>&6
6862 else
6863 echo "$ac_t""no" 1>&6
6864 fi
6865
6866
6867 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6868 echo "configure:6869: checking for --enable-dirdlg" >&5
6869 no_cache=0
6870 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6871 if test "${enable_dirdlg+set}" = set; then
6872 enableval="$enable_dirdlg"
6873
6874 if test "$enableval" = yes; then
6875 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
6876 else
6877 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
6878 fi
6879
6880 else
6881
6882 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6883 if test "x$LINE" != x ; then
6884 eval "DEFAULT_$LINE"
6885 else
6886 no_cache=1
6887 fi
6888
6889 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6890
6891 fi
6892
6893
6894 eval "$ac_cv_use_dirdlg"
6895 if test "$no_cache" != 1; then
6896 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6897 fi
6898
6899 if test "$wxUSE_DIRDLG" = yes; then
6900 echo "$ac_t""yes" 1>&6
6901 else
6902 echo "$ac_t""no" 1>&6
6903 fi
6904
6905
6906 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6907 echo "configure:6908: checking for --enable-msgdlg" >&5
6908 no_cache=0
6909 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6910 if test "${enable_msgdlg+set}" = set; then
6911 enableval="$enable_msgdlg"
6912
6913 if test "$enableval" = yes; then
6914 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
6915 else
6916 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
6917 fi
6918
6919 else
6920
6921 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6922 if test "x$LINE" != x ; then
6923 eval "DEFAULT_$LINE"
6924 else
6925 no_cache=1
6926 fi
6927
6928 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6929
6930 fi
6931
6932
6933 eval "$ac_cv_use_msgdlg"
6934 if test "$no_cache" != 1; then
6935 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6936 fi
6937
6938 if test "$wxUSE_MSGDLG" = yes; then
6939 echo "$ac_t""yes" 1>&6
6940 else
6941 echo "$ac_t""no" 1>&6
6942 fi
6943
6944
6945 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
6946 echo "configure:6947: checking for --enable-numberdlg" >&5
6947 no_cache=0
6948 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6949 if test "${enable_numberdlg+set}" = set; then
6950 enableval="$enable_numberdlg"
6951
6952 if test "$enableval" = yes; then
6953 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
6954 else
6955 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
6956 fi
6957
6958 else
6959
6960 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
6961 if test "x$LINE" != x ; then
6962 eval "DEFAULT_$LINE"
6963 else
6964 no_cache=1
6965 fi
6966
6967 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
6968
6969 fi
6970
6971
6972 eval "$ac_cv_use_numberdlg"
6973 if test "$no_cache" != 1; then
6974 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
6975 fi
6976
6977 if test "$wxUSE_NUMBERDLG" = yes; then
6978 echo "$ac_t""yes" 1>&6
6979 else
6980 echo "$ac_t""no" 1>&6
6981 fi
6982
6983
6984 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
6985 echo "configure:6986: checking for --enable-splash" >&5
6986 no_cache=0
6987 # Check whether --enable-splash or --disable-splash was given.
6988 if test "${enable_splash+set}" = set; then
6989 enableval="$enable_splash"
6990
6991 if test "$enableval" = yes; then
6992 ac_cv_use_splash='wxUSE_SPLASH=yes'
6993 else
6994 ac_cv_use_splash='wxUSE_SPLASH=no'
6995 fi
6996
6997 else
6998
6999 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7000 if test "x$LINE" != x ; then
7001 eval "DEFAULT_$LINE"
7002 else
7003 no_cache=1
7004 fi
7005
7006 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7007
7008 fi
7009
7010
7011 eval "$ac_cv_use_splash"
7012 if test "$no_cache" != 1; then
7013 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7014 fi
7015
7016 if test "$wxUSE_SPLASH" = yes; then
7017 echo "$ac_t""yes" 1>&6
7018 else
7019 echo "$ac_t""no" 1>&6
7020 fi
7021
7022
7023 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7024 echo "configure:7025: checking for --enable-textdlg" >&5
7025 no_cache=0
7026 # Check whether --enable-textdlg or --disable-textdlg was given.
7027 if test "${enable_textdlg+set}" = set; then
7028 enableval="$enable_textdlg"
7029
7030 if test "$enableval" = yes; then
7031 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
7032 else
7033 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
7034 fi
7035
7036 else
7037
7038 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7039 if test "x$LINE" != x ; then
7040 eval "DEFAULT_$LINE"
7041 else
7042 no_cache=1
7043 fi
7044
7045 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7046
7047 fi
7048
7049
7050 eval "$ac_cv_use_textdlg"
7051 if test "$no_cache" != 1; then
7052 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7053 fi
7054
7055 if test "$wxUSE_TEXTDLG" = yes; then
7056 echo "$ac_t""yes" 1>&6
7057 else
7058 echo "$ac_t""no" 1>&6
7059 fi
7060
7061
7062 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7063 echo "configure:7064: checking for --enable-tipdlg" >&5
7064 no_cache=0
7065 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7066 if test "${enable_tipdlg+set}" = set; then
7067 enableval="$enable_tipdlg"
7068
7069 if test "$enableval" = yes; then
7070 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
7071 else
7072 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
7073 fi
7074
7075 else
7076
7077 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7078 if test "x$LINE" != x ; then
7079 eval "DEFAULT_$LINE"
7080 else
7081 no_cache=1
7082 fi
7083
7084 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7085
7086 fi
7087
7088
7089 eval "$ac_cv_use_tipdlg"
7090 if test "$no_cache" != 1; then
7091 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7092 fi
7093
7094 if test "$wxUSE_STARTUP_TIPS" = yes; then
7095 echo "$ac_t""yes" 1>&6
7096 else
7097 echo "$ac_t""no" 1>&6
7098 fi
7099
7100
7101 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7102 echo "configure:7103: checking for --enable-progressdlg" >&5
7103 no_cache=0
7104 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7105 if test "${enable_progressdlg+set}" = set; then
7106 enableval="$enable_progressdlg"
7107
7108 if test "$enableval" = yes; then
7109 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
7110 else
7111 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
7112 fi
7113
7114 else
7115
7116 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7117 if test "x$LINE" != x ; then
7118 eval "DEFAULT_$LINE"
7119 else
7120 no_cache=1
7121 fi
7122
7123 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7124
7125 fi
7126
7127
7128 eval "$ac_cv_use_progressdlg"
7129 if test "$no_cache" != 1; then
7130 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7131 fi
7132
7133 if test "$wxUSE_PROGRESSDLG" = yes; then
7134 echo "$ac_t""yes" 1>&6
7135 else
7136 echo "$ac_t""no" 1>&6
7137 fi
7138
7139
7140 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7141 echo "configure:7142: checking for --enable-wizarddlg" >&5
7142 no_cache=0
7143 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7144 if test "${enable_wizarddlg+set}" = set; then
7145 enableval="$enable_wizarddlg"
7146
7147 if test "$enableval" = yes; then
7148 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
7149 else
7150 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
7151 fi
7152
7153 else
7154
7155 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7156 if test "x$LINE" != x ; then
7157 eval "DEFAULT_$LINE"
7158 else
7159 no_cache=1
7160 fi
7161
7162 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7163
7164 fi
7165
7166
7167 eval "$ac_cv_use_wizarddlg"
7168 if test "$no_cache" != 1; then
7169 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7170 fi
7171
7172 if test "$wxUSE_WIZARDDLG" = yes; then
7173 echo "$ac_t""yes" 1>&6
7174 else
7175 echo "$ac_t""no" 1>&6
7176 fi
7177
7178
7179
7180
7181 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7182 echo "configure:7183: checking for --enable-menus" >&5
7183 no_cache=0
7184 # Check whether --enable-menus or --disable-menus was given.
7185 if test "${enable_menus+set}" = set; then
7186 enableval="$enable_menus"
7187
7188 if test "$enableval" = yes; then
7189 ac_cv_use_menus='wxUSE_MENUS=yes'
7190 else
7191 ac_cv_use_menus='wxUSE_MENUS=no'
7192 fi
7193
7194 else
7195
7196 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7197 if test "x$LINE" != x ; then
7198 eval "DEFAULT_$LINE"
7199 else
7200 no_cache=1
7201 fi
7202
7203 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7204
7205 fi
7206
7207
7208 eval "$ac_cv_use_menus"
7209 if test "$no_cache" != 1; then
7210 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7211 fi
7212
7213 if test "$wxUSE_MENUS" = yes; then
7214 echo "$ac_t""yes" 1>&6
7215 else
7216 echo "$ac_t""no" 1>&6
7217 fi
7218
7219
7220 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7221 echo "configure:7222: checking for --enable-miniframe" >&5
7222 no_cache=0
7223 # Check whether --enable-miniframe or --disable-miniframe was given.
7224 if test "${enable_miniframe+set}" = set; then
7225 enableval="$enable_miniframe"
7226
7227 if test "$enableval" = yes; then
7228 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
7229 else
7230 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
7231 fi
7232
7233 else
7234
7235 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7236 if test "x$LINE" != x ; then
7237 eval "DEFAULT_$LINE"
7238 else
7239 no_cache=1
7240 fi
7241
7242 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7243
7244 fi
7245
7246
7247 eval "$ac_cv_use_miniframe"
7248 if test "$no_cache" != 1; then
7249 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7250 fi
7251
7252 if test "$wxUSE_MINIFRAME" = yes; then
7253 echo "$ac_t""yes" 1>&6
7254 else
7255 echo "$ac_t""no" 1>&6
7256 fi
7257
7258
7259 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7260 echo "configure:7261: checking for --enable-tooltips" >&5
7261 no_cache=0
7262 # Check whether --enable-tooltips or --disable-tooltips was given.
7263 if test "${enable_tooltips+set}" = set; then
7264 enableval="$enable_tooltips"
7265
7266 if test "$enableval" = yes; then
7267 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
7268 else
7269 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
7270 fi
7271
7272 else
7273
7274 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7275 if test "x$LINE" != x ; then
7276 eval "DEFAULT_$LINE"
7277 else
7278 no_cache=1
7279 fi
7280
7281 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7282
7283 fi
7284
7285
7286 eval "$ac_cv_use_tooltips"
7287 if test "$no_cache" != 1; then
7288 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7289 fi
7290
7291 if test "$wxUSE_TOOLTIPS" = yes; then
7292 echo "$ac_t""yes" 1>&6
7293 else
7294 echo "$ac_t""no" 1>&6
7295 fi
7296
7297
7298 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7299 echo "configure:7300: checking for --enable-splines" >&5
7300 no_cache=0
7301 # Check whether --enable-splines or --disable-splines was given.
7302 if test "${enable_splines+set}" = set; then
7303 enableval="$enable_splines"
7304
7305 if test "$enableval" = yes; then
7306 ac_cv_use_splines='wxUSE_SPLINES=yes'
7307 else
7308 ac_cv_use_splines='wxUSE_SPLINES=no'
7309 fi
7310
7311 else
7312
7313 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7314 if test "x$LINE" != x ; then
7315 eval "DEFAULT_$LINE"
7316 else
7317 no_cache=1
7318 fi
7319
7320 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7321
7322 fi
7323
7324
7325 eval "$ac_cv_use_splines"
7326 if test "$no_cache" != 1; then
7327 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7328 fi
7329
7330 if test "$wxUSE_SPLINES" = yes; then
7331 echo "$ac_t""yes" 1>&6
7332 else
7333 echo "$ac_t""no" 1>&6
7334 fi
7335
7336
7337 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7338 echo "configure:7339: checking for --enable-validators" >&5
7339 no_cache=0
7340 # Check whether --enable-validators or --disable-validators was given.
7341 if test "${enable_validators+set}" = set; then
7342 enableval="$enable_validators"
7343
7344 if test "$enableval" = yes; then
7345 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
7346 else
7347 ac_cv_use_validators='wxUSE_VALIDATORS=no'
7348 fi
7349
7350 else
7351
7352 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7353 if test "x$LINE" != x ; then
7354 eval "DEFAULT_$LINE"
7355 else
7356 no_cache=1
7357 fi
7358
7359 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7360
7361 fi
7362
7363
7364 eval "$ac_cv_use_validators"
7365 if test "$no_cache" != 1; then
7366 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7367 fi
7368
7369 if test "$wxUSE_VALIDATORS" = yes; then
7370 echo "$ac_t""yes" 1>&6
7371 else
7372 echo "$ac_t""no" 1>&6
7373 fi
7374
7375
7376 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7377 echo "configure:7378: checking for --enable-busyinfo" >&5
7378 no_cache=0
7379 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7380 if test "${enable_busyinfo+set}" = set; then
7381 enableval="$enable_busyinfo"
7382
7383 if test "$enableval" = yes; then
7384 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
7385 else
7386 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
7387 fi
7388
7389 else
7390
7391 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7392 if test "x$LINE" != x ; then
7393 eval "DEFAULT_$LINE"
7394 else
7395 no_cache=1
7396 fi
7397
7398 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7399
7400 fi
7401
7402
7403 eval "$ac_cv_use_busyinfo"
7404 if test "$no_cache" != 1; then
7405 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7406 fi
7407
7408 if test "$wxUSE_BUSYINFO" = yes; then
7409 echo "$ac_t""yes" 1>&6
7410 else
7411 echo "$ac_t""no" 1>&6
7412 fi
7413
7414
7415 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7416 echo "configure:7417: checking for --enable-joystick" >&5
7417 no_cache=0
7418 # Check whether --enable-joystick or --disable-joystick was given.
7419 if test "${enable_joystick+set}" = set; then
7420 enableval="$enable_joystick"
7421
7422 if test "$enableval" = yes; then
7423 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
7424 else
7425 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
7426 fi
7427
7428 else
7429
7430 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7431 if test "x$LINE" != x ; then
7432 eval "DEFAULT_$LINE"
7433 else
7434 no_cache=1
7435 fi
7436
7437 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7438
7439 fi
7440
7441
7442 eval "$ac_cv_use_joystick"
7443 if test "$no_cache" != 1; then
7444 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7445 fi
7446
7447 if test "$wxUSE_JOYSTICK" = yes; then
7448 echo "$ac_t""yes" 1>&6
7449 else
7450 echo "$ac_t""no" 1>&6
7451 fi
7452
7453
7454 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7455 echo "configure:7456: checking for --enable-metafile" >&5
7456 no_cache=0
7457 # Check whether --enable-metafile or --disable-metafile was given.
7458 if test "${enable_metafile+set}" = set; then
7459 enableval="$enable_metafile"
7460
7461 if test "$enableval" = yes; then
7462 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7463 else
7464 ac_cv_use_metafile='wxUSE_METAFILE=no'
7465 fi
7466
7467 else
7468
7469 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7470 if test "x$LINE" != x ; then
7471 eval "DEFAULT_$LINE"
7472 else
7473 no_cache=1
7474 fi
7475
7476 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7477
7478 fi
7479
7480
7481 eval "$ac_cv_use_metafile"
7482 if test "$no_cache" != 1; then
7483 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7484 fi
7485
7486 if test "$wxUSE_METAFILE" = yes; then
7487 echo "$ac_t""yes" 1>&6
7488 else
7489 echo "$ac_t""no" 1>&6
7490 fi
7491
7492
7493 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
7494 echo "configure:7495: checking for --enable-dragimage" >&5
7495 no_cache=0
7496 # Check whether --enable-dragimage or --disable-dragimage was given.
7497 if test "${enable_dragimage+set}" = set; then
7498 enableval="$enable_dragimage"
7499
7500 if test "$enableval" = yes; then
7501 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
7502 else
7503 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
7504 fi
7505
7506 else
7507
7508 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7509 if test "x$LINE" != x ; then
7510 eval "DEFAULT_$LINE"
7511 else
7512 no_cache=1
7513 fi
7514
7515 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7516
7517 fi
7518
7519
7520 eval "$ac_cv_use_dragimage"
7521 if test "$no_cache" != 1; then
7522 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7523 fi
7524
7525 if test "$wxUSE_DRAGIMAGE" = yes; then
7526 echo "$ac_t""yes" 1>&6
7527 else
7528 echo "$ac_t""no" 1>&6
7529 fi
7530
7531
7532
7533
7534 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
7535 echo "configure:7536: checking for --enable-palette" >&5
7536 no_cache=0
7537 # Check whether --enable-palette or --disable-palette was given.
7538 if test "${enable_palette+set}" = set; then
7539 enableval="$enable_palette"
7540
7541 if test "$enableval" = yes; then
7542 ac_cv_use_palette='wxUSE_PALETTE=yes'
7543 else
7544 ac_cv_use_palette='wxUSE_PALETTE=no'
7545 fi
7546
7547 else
7548
7549 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
7550 if test "x$LINE" != x ; then
7551 eval "DEFAULT_$LINE"
7552 else
7553 no_cache=1
7554 fi
7555
7556 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
7557
7558 fi
7559
7560
7561 eval "$ac_cv_use_palette"
7562 if test "$no_cache" != 1; then
7563 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
7564 fi
7565
7566 if test "$wxUSE_PALETTE" = yes; then
7567 echo "$ac_t""yes" 1>&6
7568 else
7569 echo "$ac_t""no" 1>&6
7570 fi
7571
7572
7573 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7574 echo "configure:7575: checking for --enable-image" >&5
7575 no_cache=0
7576 # Check whether --enable-image or --disable-image was given.
7577 if test "${enable_image+set}" = set; then
7578 enableval="$enable_image"
7579
7580 if test "$enableval" = yes; then
7581 ac_cv_use_image='wxUSE_IMAGE=yes'
7582 else
7583 ac_cv_use_image='wxUSE_IMAGE=no'
7584 fi
7585
7586 else
7587
7588 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7589 if test "x$LINE" != x ; then
7590 eval "DEFAULT_$LINE"
7591 else
7592 no_cache=1
7593 fi
7594
7595 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7596
7597 fi
7598
7599
7600 eval "$ac_cv_use_image"
7601 if test "$no_cache" != 1; then
7602 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7603 fi
7604
7605 if test "$wxUSE_IMAGE" = yes; then
7606 echo "$ac_t""yes" 1>&6
7607 else
7608 echo "$ac_t""no" 1>&6
7609 fi
7610
7611
7612 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7613 echo "configure:7614: checking for --enable-gif" >&5
7614 no_cache=0
7615 # Check whether --enable-gif or --disable-gif was given.
7616 if test "${enable_gif+set}" = set; then
7617 enableval="$enable_gif"
7618
7619 if test "$enableval" = yes; then
7620 ac_cv_use_gif='wxUSE_GIF=yes'
7621 else
7622 ac_cv_use_gif='wxUSE_GIF=no'
7623 fi
7624
7625 else
7626
7627 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7628 if test "x$LINE" != x ; then
7629 eval "DEFAULT_$LINE"
7630 else
7631 no_cache=1
7632 fi
7633
7634 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7635
7636 fi
7637
7638
7639 eval "$ac_cv_use_gif"
7640 if test "$no_cache" != 1; then
7641 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7642 fi
7643
7644 if test "$wxUSE_GIF" = yes; then
7645 echo "$ac_t""yes" 1>&6
7646 else
7647 echo "$ac_t""no" 1>&6
7648 fi
7649
7650
7651 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7652 echo "configure:7653: checking for --enable-pcx" >&5
7653 no_cache=0
7654 # Check whether --enable-pcx or --disable-pcx was given.
7655 if test "${enable_pcx+set}" = set; then
7656 enableval="$enable_pcx"
7657
7658 if test "$enableval" = yes; then
7659 ac_cv_use_pcx='wxUSE_PCX=yes'
7660 else
7661 ac_cv_use_pcx='wxUSE_PCX=no'
7662 fi
7663
7664 else
7665
7666 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7667 if test "x$LINE" != x ; then
7668 eval "DEFAULT_$LINE"
7669 else
7670 no_cache=1
7671 fi
7672
7673 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7674
7675 fi
7676
7677
7678 eval "$ac_cv_use_pcx"
7679 if test "$no_cache" != 1; then
7680 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7681 fi
7682
7683 if test "$wxUSE_PCX" = yes; then
7684 echo "$ac_t""yes" 1>&6
7685 else
7686 echo "$ac_t""no" 1>&6
7687 fi
7688
7689
7690 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7691 echo "configure:7692: checking for --enable-pnm" >&5
7692 no_cache=0
7693 # Check whether --enable-pnm or --disable-pnm was given.
7694 if test "${enable_pnm+set}" = set; then
7695 enableval="$enable_pnm"
7696
7697 if test "$enableval" = yes; then
7698 ac_cv_use_pnm='wxUSE_PNM=yes'
7699 else
7700 ac_cv_use_pnm='wxUSE_PNM=no'
7701 fi
7702
7703 else
7704
7705 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7706 if test "x$LINE" != x ; then
7707 eval "DEFAULT_$LINE"
7708 else
7709 no_cache=1
7710 fi
7711
7712 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7713
7714 fi
7715
7716
7717 eval "$ac_cv_use_pnm"
7718 if test "$no_cache" != 1; then
7719 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7720 fi
7721
7722 if test "$wxUSE_PNM" = yes; then
7723 echo "$ac_t""yes" 1>&6
7724 else
7725 echo "$ac_t""no" 1>&6
7726 fi
7727
7728
7729 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7730 echo "configure:7731: checking for --enable-pnm" >&5
7731 no_cache=0
7732 # Check whether --enable-pnm or --disable-pnm was given.
7733 if test "${enable_pnm+set}" = set; then
7734 enableval="$enable_pnm"
7735
7736 if test "$enableval" = yes; then
7737 ac_cv_use_pnm='wxUSE_XPM=yes'
7738 else
7739 ac_cv_use_pnm='wxUSE_XPM=no'
7740 fi
7741
7742 else
7743
7744 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7745 if test "x$LINE" != x ; then
7746 eval "DEFAULT_$LINE"
7747 else
7748 no_cache=1
7749 fi
7750
7751 ac_cv_use_pnm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7752
7753 fi
7754
7755
7756 eval "$ac_cv_use_pnm"
7757 if test "$no_cache" != 1; then
7758 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7759 fi
7760
7761 if test "$wxUSE_XPM" = yes; then
7762 echo "$ac_t""yes" 1>&6
7763 else
7764 echo "$ac_t""no" 1>&6
7765 fi
7766
7767
7768 fi
7769
7770
7771 echo "saving argument cache $wx_arg_cache_file"
7772 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
7773
7774
7775
7776 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7777 echo "configure:7778: checking for toolkit" >&5
7778
7779 if test "$wxUSE_GUI" = "yes"; then
7780
7781 if test "$USE_BEOS" = 1; then
7782 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7783 fi
7784
7785 if test "$TOOLKIT_GIVEN" = 1; then
7786 for toolkit in `echo $ALL_TOOLKITS`; do
7787 var=wxUSE_$toolkit
7788 eval "value=\$${var}"
7789 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
7790 done
7791 else
7792 for toolkit in `echo $ALL_TOOLKITS`; do
7793 if test "$has_toolkit_in_cache" != 1; then
7794 var=DEFAULT_DEFAULT_wxUSE_$toolkit
7795 else
7796 var=DEFAULT_wxUSE_$toolkit
7797 fi
7798 eval "wxUSE_$toolkit=\$${var}"
7799 done
7800 fi
7801
7802 NUM_TOOLKITS=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
7803 + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} \
7804 + ${wxUSE_MGL:-0}`
7805
7806 case "${host}" in
7807 *-pc-os2_emx )
7808 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7809 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7810 LEX_STEM="lexyy"
7811 ;;
7812 *)
7813 PATH_IFS=':'
7814 LEX_STEM="lex.yy"
7815 ;;
7816 esac
7817
7818 case "$NUM_TOOLKITS" in
7819 1)
7820 ;;
7821 0)
7822 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7823 ;;
7824 *)
7825 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7826 esac
7827
7828 for toolkit in `echo $ALL_TOOLKITS`; do
7829 var=wxUSE_$toolkit
7830 eval "value=\$${var}"
7831 if test "x$value" != x; then
7832 cache_var=CACHE_$toolkit
7833 eval "cache=\$${cache_var}"
7834 if test "$cache" = 1; then
7835 echo "$var=$value" >> ${wx_arg_cache_file}
7836 fi
7837 if test "$value" = 1; then
7838 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
7839 echo "$ac_t""$toolkit_echo" 1>&6
7840 fi
7841 fi
7842 done
7843 else
7844 PATH_IFS=':'
7845 echo "$ac_t""base ($host_alias hosted) only" 1>&6
7846 fi
7847
7848
7849 cat > confcache <<\EOF
7850 # This file is a shell script that caches the results of configure
7851 # tests run on this system so they can be shared between configure
7852 # scripts and configure runs. It is not useful on other systems.
7853 # If it contains results you don't want to keep, you may remove or edit it.
7854 #
7855 # By default, configure uses ./config.cache as the cache file,
7856 # creating it if it does not exist already. You can give configure
7857 # the --cache-file=FILE option to use a different cache file; that is
7858 # what configure does when it calls configure scripts in
7859 # subdirectories, so they share the cache.
7860 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7861 # config.status only pays attention to the cache file if you give it the
7862 # --recheck option to rerun configure.
7863 #
7864 EOF
7865 # The following way of writing the cache mishandles newlines in values,
7866 # but we know of no workaround that is simple, portable, and efficient.
7867 # So, don't put newlines in cache variables' values.
7868 # Ultrix sh set writes to stderr and can't be redirected directly,
7869 # and sets the high bit in the cache file unless we assign to the vars.
7870 (set) 2>&1 |
7871 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7872 *ac_space=\ *)
7873 # `set' does not quote correctly, so add quotes (double-quote substitution
7874 # turns \\\\ into \\, and sed turns \\ into \).
7875 sed -n \
7876 -e "s/'/'\\\\''/g" \
7877 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7878 ;;
7879 *)
7880 # `set' quotes correctly as required by POSIX, so do not add quotes.
7881 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7882 ;;
7883 esac >> confcache
7884 if cmp -s $cache_file confcache; then
7885 :
7886 else
7887 if test -w $cache_file; then
7888 echo "updating cache $cache_file"
7889 cat confcache > $cache_file
7890 else
7891 echo "not updating unwritable cache $cache_file"
7892 fi
7893 fi
7894 rm -f confcache
7895
7896
7897 if test "$build" != "$host" ; then
7898 if test "$USE_WIN32" = 1 ; then
7899 CC=$host_alias-gcc
7900 CXX=$host_alias-c++
7901 AR=$host_alias-ar
7902 RANLIB=$host_alias-ranlib
7903 DLLTOOL=$host_alias-dlltool
7904 RESCOMP=$host_alias-windres
7905 LD=$host_alias-ld
7906 NM=$host_alias-nm
7907 STRIP=$host_alias-strip
7908 else
7909 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
7910 fi
7911 fi
7912
7913 # Extract the first word of "gcc", so it can be a program name with args.
7914 set dummy gcc; ac_word=$2
7915 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7916 echo "configure:7917: checking for $ac_word" >&5
7917 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7918 echo $ac_n "(cached) $ac_c" 1>&6
7919 else
7920 if test -n "$CC"; then
7921 ac_cv_prog_CC="$CC" # Let the user override the test.
7922 else
7923 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7924 ac_dummy="$PATH"
7925 for ac_dir in $ac_dummy; do
7926 test -z "$ac_dir" && ac_dir=.
7927 if test -f $ac_dir/$ac_word; then
7928 ac_cv_prog_CC="gcc"
7929 break
7930 fi
7931 done
7932 IFS="$ac_save_ifs"
7933 fi
7934 fi
7935 CC="$ac_cv_prog_CC"
7936 if test -n "$CC"; then
7937 echo "$ac_t""$CC" 1>&6
7938 else
7939 echo "$ac_t""no" 1>&6
7940 fi
7941
7942 if test -z "$CC"; then
7943 # Extract the first word of "cc", so it can be a program name with args.
7944 set dummy cc; ac_word=$2
7945 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7946 echo "configure:7947: checking for $ac_word" >&5
7947 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7948 echo $ac_n "(cached) $ac_c" 1>&6
7949 else
7950 if test -n "$CC"; then
7951 ac_cv_prog_CC="$CC" # Let the user override the test.
7952 else
7953 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7954 ac_prog_rejected=no
7955 ac_dummy="$PATH"
7956 for ac_dir in $ac_dummy; do
7957 test -z "$ac_dir" && ac_dir=.
7958 if test -f $ac_dir/$ac_word; then
7959 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7960 ac_prog_rejected=yes
7961 continue
7962 fi
7963 ac_cv_prog_CC="cc"
7964 break
7965 fi
7966 done
7967 IFS="$ac_save_ifs"
7968 if test $ac_prog_rejected = yes; then
7969 # We found a bogon in the path, so make sure we never use it.
7970 set dummy $ac_cv_prog_CC
7971 shift
7972 if test $# -gt 0; then
7973 # We chose a different compiler from the bogus one.
7974 # However, it has the same basename, so the bogon will be chosen
7975 # first if we set CC to just the basename; use the full file name.
7976 shift
7977 set dummy "$ac_dir/$ac_word" "$@"
7978 shift
7979 ac_cv_prog_CC="$@"
7980 fi
7981 fi
7982 fi
7983 fi
7984 CC="$ac_cv_prog_CC"
7985 if test -n "$CC"; then
7986 echo "$ac_t""$CC" 1>&6
7987 else
7988 echo "$ac_t""no" 1>&6
7989 fi
7990
7991 if test -z "$CC"; then
7992 case "`uname -s`" in
7993 *win32* | *WIN32*)
7994 # Extract the first word of "cl", so it can be a program name with args.
7995 set dummy cl; ac_word=$2
7996 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7997 echo "configure:7998: checking for $ac_word" >&5
7998 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7999 echo $ac_n "(cached) $ac_c" 1>&6
8000 else
8001 if test -n "$CC"; then
8002 ac_cv_prog_CC="$CC" # Let the user override the test.
8003 else
8004 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8005 ac_dummy="$PATH"
8006 for ac_dir in $ac_dummy; do
8007 test -z "$ac_dir" && ac_dir=.
8008 if test -f $ac_dir/$ac_word; then
8009 ac_cv_prog_CC="cl"
8010 break
8011 fi
8012 done
8013 IFS="$ac_save_ifs"
8014 fi
8015 fi
8016 CC="$ac_cv_prog_CC"
8017 if test -n "$CC"; then
8018 echo "$ac_t""$CC" 1>&6
8019 else
8020 echo "$ac_t""no" 1>&6
8021 fi
8022 ;;
8023 esac
8024 fi
8025 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8026 fi
8027
8028 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8029 echo "configure:8030: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8030
8031 ac_ext=c
8032 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8033 ac_cpp='$CPP $CPPFLAGS'
8034 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8035 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8036 cross_compiling=$ac_cv_prog_cc_cross
8037
8038 cat > conftest.$ac_ext << EOF
8039
8040 #line 8041 "configure"
8041 #include "confdefs.h"
8042
8043 main(){return(0);}
8044 EOF
8045 if { (eval echo configure:8046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8046 ac_cv_prog_cc_works=yes
8047 # If we can't run a trivial program, we are probably using a cross compiler.
8048 if (./conftest; exit) 2>/dev/null; then
8049 ac_cv_prog_cc_cross=no
8050 else
8051 ac_cv_prog_cc_cross=yes
8052 fi
8053 else
8054 echo "configure: failed program was:" >&5
8055 cat conftest.$ac_ext >&5
8056 ac_cv_prog_cc_works=no
8057 fi
8058 rm -fr conftest*
8059 ac_ext=c
8060 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8061 ac_cpp='$CPP $CPPFLAGS'
8062 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8063 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8064 cross_compiling=$ac_cv_prog_cc_cross
8065
8066 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8067 if test $ac_cv_prog_cc_works = no; then
8068 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8069 fi
8070 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8071 echo "configure:8072: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8072 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8073 cross_compiling=$ac_cv_prog_cc_cross
8074
8075 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8076 echo "configure:8077: checking whether we are using GNU C" >&5
8077 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8078 echo $ac_n "(cached) $ac_c" 1>&6
8079 else
8080 cat > conftest.c <<EOF
8081 #ifdef __GNUC__
8082 yes;
8083 #endif
8084 EOF
8085 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:8086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8086 ac_cv_prog_gcc=yes
8087 else
8088 ac_cv_prog_gcc=no
8089 fi
8090 fi
8091
8092 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8093
8094 if test $ac_cv_prog_gcc = yes; then
8095 GCC=yes
8096 else
8097 GCC=
8098 fi
8099
8100 ac_test_CFLAGS="${CFLAGS+set}"
8101 ac_save_CFLAGS="$CFLAGS"
8102 CFLAGS=
8103 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8104 echo "configure:8105: checking whether ${CC-cc} accepts -g" >&5
8105 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8106 echo $ac_n "(cached) $ac_c" 1>&6
8107 else
8108 echo 'void f(){}' > conftest.c
8109 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8110 ac_cv_prog_cc_g=yes
8111 else
8112 ac_cv_prog_cc_g=no
8113 fi
8114 rm -f conftest*
8115
8116 fi
8117
8118 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8119 if test "$ac_test_CFLAGS" = set; then
8120 CFLAGS="$ac_save_CFLAGS"
8121 elif test $ac_cv_prog_cc_g = yes; then
8122 if test "$GCC" = yes; then
8123 CFLAGS="-g -O2"
8124 else
8125 CFLAGS="-g"
8126 fi
8127 else
8128 if test "$GCC" = yes; then
8129 CFLAGS="-O2"
8130 else
8131 CFLAGS=
8132 fi
8133 fi
8134
8135
8136 CFLAGS=`echo "$CFLAGS" | sed 's/-g//g'`
8137
8138 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8139 echo "configure:8140: checking how to run the C preprocessor" >&5
8140 # On Suns, sometimes $CPP names a directory.
8141 if test -n "$CPP" && test -d "$CPP"; then
8142 CPP=
8143 fi
8144 if test -z "$CPP"; then
8145 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8146 echo $ac_n "(cached) $ac_c" 1>&6
8147 else
8148 # This must be in double quotes, not single quotes, because CPP may get
8149 # substituted into the Makefile and "${CC-cc}" will confuse make.
8150 CPP="${CC-cc} -E"
8151 # On the NeXT, cc -E runs the code through the compiler's parser,
8152 # not just through cpp.
8153 cat > conftest.$ac_ext <<EOF
8154 #line 8155 "configure"
8155 #include "confdefs.h"
8156 #include <assert.h>
8157 Syntax Error
8158 EOF
8159 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8160 { (eval echo configure:8161: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8161 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8162 if test -z "$ac_err"; then
8163 :
8164 else
8165 echo "$ac_err" >&5
8166 echo "configure: failed program was:" >&5
8167 cat conftest.$ac_ext >&5
8168 rm -rf conftest*
8169 CPP="${CC-cc} -E -traditional-cpp"
8170 cat > conftest.$ac_ext <<EOF
8171 #line 8172 "configure"
8172 #include "confdefs.h"
8173 #include <assert.h>
8174 Syntax Error
8175 EOF
8176 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8177 { (eval echo configure:8178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8178 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8179 if test -z "$ac_err"; then
8180 :
8181 else
8182 echo "$ac_err" >&5
8183 echo "configure: failed program was:" >&5
8184 cat conftest.$ac_ext >&5
8185 rm -rf conftest*
8186 CPP="${CC-cc} -nologo -E"
8187 cat > conftest.$ac_ext <<EOF
8188 #line 8189 "configure"
8189 #include "confdefs.h"
8190 #include <assert.h>
8191 Syntax Error
8192 EOF
8193 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8194 { (eval echo configure:8195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8195 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8196 if test -z "$ac_err"; then
8197 :
8198 else
8199 echo "$ac_err" >&5
8200 echo "configure: failed program was:" >&5
8201 cat conftest.$ac_ext >&5
8202 rm -rf conftest*
8203 CPP=/lib/cpp
8204 fi
8205 rm -f conftest*
8206 fi
8207 rm -f conftest*
8208 fi
8209 rm -f conftest*
8210 ac_cv_prog_CPP="$CPP"
8211 fi
8212 CPP="$ac_cv_prog_CPP"
8213 else
8214 ac_cv_prog_CPP="$CPP"
8215 fi
8216 echo "$ac_t""$CPP" 1>&6
8217
8218 if test $ac_cv_prog_gcc = yes; then
8219 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8220 echo "configure:8221: checking whether ${CC-cc} needs -traditional" >&5
8221 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8222 echo $ac_n "(cached) $ac_c" 1>&6
8223 else
8224 ac_pattern="Autoconf.*'x'"
8225 cat > conftest.$ac_ext <<EOF
8226 #line 8227 "configure"
8227 #include "confdefs.h"
8228 #include <sgtty.h>
8229 Autoconf TIOCGETP
8230 EOF
8231 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8232 egrep "$ac_pattern" >/dev/null 2>&1; then
8233 rm -rf conftest*
8234 ac_cv_prog_gcc_traditional=yes
8235 else
8236 rm -rf conftest*
8237 ac_cv_prog_gcc_traditional=no
8238 fi
8239 rm -f conftest*
8240
8241
8242 if test $ac_cv_prog_gcc_traditional = no; then
8243 cat > conftest.$ac_ext <<EOF
8244 #line 8245 "configure"
8245 #include "confdefs.h"
8246 #include <termio.h>
8247 Autoconf TCGETA
8248 EOF
8249 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8250 egrep "$ac_pattern" >/dev/null 2>&1; then
8251 rm -rf conftest*
8252 ac_cv_prog_gcc_traditional=yes
8253 fi
8254 rm -f conftest*
8255
8256 fi
8257 fi
8258
8259 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8260 if test $ac_cv_prog_gcc_traditional = yes; then
8261 CC="$CC -traditional"
8262 fi
8263 fi
8264
8265
8266
8267 ac_ext=C
8268 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8269 ac_cpp='$CXXCPP $CPPFLAGS'
8270 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8271 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8272 cross_compiling=$ac_cv_prog_cxx_cross
8273
8274
8275 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
8276 do
8277 # Extract the first word of "$ac_prog", so it can be a program name with args.
8278 set dummy $ac_prog; ac_word=$2
8279 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8280 echo "configure:8281: checking for $ac_word" >&5
8281 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8282 echo $ac_n "(cached) $ac_c" 1>&6
8283 else
8284 if test -n "$CXX"; then
8285 ac_cv_prog_CXX="$CXX" # Let the user override the test.
8286 else
8287 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8288 ac_dummy="$PATH"
8289 for ac_dir in $ac_dummy; do
8290 test -z "$ac_dir" && ac_dir=.
8291 if test -f $ac_dir/$ac_word; then
8292 ac_cv_prog_CXX="$ac_prog"
8293 break
8294 fi
8295 done
8296 IFS="$ac_save_ifs"
8297 fi
8298 fi
8299 CXX="$ac_cv_prog_CXX"
8300 if test -n "$CXX"; then
8301 echo "$ac_t""$CXX" 1>&6
8302 else
8303 echo "$ac_t""no" 1>&6
8304 fi
8305
8306 test -n "$CXX" && break
8307 done
8308 test -n "$CXX" || CXX="gcc"
8309
8310
8311 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8312 echo "configure:8313: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
8313
8314 ac_ext=C
8315 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8316 ac_cpp='$CXXCPP $CPPFLAGS'
8317 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8318 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8319 cross_compiling=$ac_cv_prog_cxx_cross
8320
8321 cat > conftest.$ac_ext << EOF
8322
8323 #line 8324 "configure"
8324 #include "confdefs.h"
8325
8326 int main(){return(0);}
8327 EOF
8328 if { (eval echo configure:8329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8329 ac_cv_prog_cxx_works=yes
8330 # If we can't run a trivial program, we are probably using a cross compiler.
8331 if (./conftest; exit) 2>/dev/null; then
8332 ac_cv_prog_cxx_cross=no
8333 else
8334 ac_cv_prog_cxx_cross=yes
8335 fi
8336 else
8337 echo "configure: failed program was:" >&5
8338 cat conftest.$ac_ext >&5
8339 ac_cv_prog_cxx_works=no
8340 fi
8341 rm -fr conftest*
8342 ac_ext=C
8343 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8344 ac_cpp='$CXXCPP $CPPFLAGS'
8345 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8346 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8347 cross_compiling=$ac_cv_prog_cxx_cross
8348
8349 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8350 if test $ac_cv_prog_cxx_works = no; then
8351 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8352 fi
8353 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8354 echo "configure:8355: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
8355 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8356 cross_compiling=$ac_cv_prog_cxx_cross
8357
8358 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
8359 echo "configure:8360: checking whether we are using GNU C++" >&5
8360 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8361 echo $ac_n "(cached) $ac_c" 1>&6
8362 else
8363 cat > conftest.C <<EOF
8364 #ifdef __GNUC__
8365 yes;
8366 #endif
8367 EOF
8368 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:8369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
8369 ac_cv_prog_gxx=yes
8370 else
8371 ac_cv_prog_gxx=no
8372 fi
8373 fi
8374
8375 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
8376
8377 if test $ac_cv_prog_gxx = yes; then
8378 GXX=yes
8379 else
8380 GXX=
8381 fi
8382
8383 ac_test_CXXFLAGS="${CXXFLAGS+set}"
8384 ac_save_CXXFLAGS="$CXXFLAGS"
8385 CXXFLAGS=
8386 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
8387 echo "configure:8388: checking whether ${CXX-g++} accepts -g" >&5
8388 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8389 echo $ac_n "(cached) $ac_c" 1>&6
8390 else
8391 echo 'void f(){}' > conftest.cc
8392 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
8393 ac_cv_prog_cxx_g=yes
8394 else
8395 ac_cv_prog_cxx_g=no
8396 fi
8397 rm -f conftest*
8398
8399 fi
8400
8401 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
8402 if test "$ac_test_CXXFLAGS" = set; then
8403 CXXFLAGS="$ac_save_CXXFLAGS"
8404 elif test $ac_cv_prog_cxx_g = yes; then
8405 if test "$GXX" = yes; then
8406 CXXFLAGS="-g -O2"
8407 else
8408 CXXFLAGS="-g"
8409 fi
8410 else
8411 if test "$GXX" = yes; then
8412 CXXFLAGS="-O2"
8413 else
8414 CXXFLAGS=
8415 fi
8416 fi
8417
8418
8419 CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g//g'`
8420
8421 ac_ext=c
8422 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8423 ac_cpp='$CPP $CPPFLAGS'
8424 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8425 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8426 cross_compiling=$ac_cv_prog_cc_cross
8427
8428
8429 # Extract the first word of "ranlib", so it can be a program name with args.
8430 set dummy ranlib; ac_word=$2
8431 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8432 echo "configure:8433: checking for $ac_word" >&5
8433 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8434 echo $ac_n "(cached) $ac_c" 1>&6
8435 else
8436 if test -n "$RANLIB"; then
8437 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8438 else
8439 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8440 ac_dummy="$PATH"
8441 for ac_dir in $ac_dummy; do
8442 test -z "$ac_dir" && ac_dir=.
8443 if test -f $ac_dir/$ac_word; then
8444 ac_cv_prog_RANLIB="ranlib"
8445 break
8446 fi
8447 done
8448 IFS="$ac_save_ifs"
8449 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
8450 fi
8451 fi
8452 RANLIB="$ac_cv_prog_RANLIB"
8453 if test -n "$RANLIB"; then
8454 echo "$ac_t""$RANLIB" 1>&6
8455 else
8456 echo "$ac_t""no" 1>&6
8457 fi
8458
8459
8460 # Extract the first word of "ar", so it can be a program name with args.
8461 set dummy ar; ac_word=$2
8462 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8463 echo "configure:8464: checking for $ac_word" >&5
8464 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8465 echo $ac_n "(cached) $ac_c" 1>&6
8466 else
8467 if test -n "$AR"; then
8468 ac_cv_prog_AR="$AR" # Let the user override the test.
8469 else
8470 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8471 ac_dummy="$PATH"
8472 for ac_dir in $ac_dummy; do
8473 test -z "$ac_dir" && ac_dir=.
8474 if test -f $ac_dir/$ac_word; then
8475 ac_cv_prog_AR="ar"
8476 break
8477 fi
8478 done
8479 IFS="$ac_save_ifs"
8480 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
8481 fi
8482 fi
8483 AR="$ac_cv_prog_AR"
8484 if test -n "$AR"; then
8485 echo "$ac_t""$AR" 1>&6
8486 else
8487 echo "$ac_t""no" 1>&6
8488 fi
8489
8490
8491 # Find a good install program. We prefer a C program (faster),
8492 # so one script is as good as another. But avoid the broken or
8493 # incompatible versions:
8494 # SysV /etc/install, /usr/sbin/install
8495 # SunOS /usr/etc/install
8496 # IRIX /sbin/install
8497 # AIX /bin/install
8498 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8499 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8500 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8501 # ./install, which can be erroneously created by make from ./install.sh.
8502 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8503 echo "configure:8504: checking for a BSD compatible install" >&5
8504 if test -z "$INSTALL"; then
8505 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8506 echo $ac_n "(cached) $ac_c" 1>&6
8507 else
8508 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
8509 for ac_dir in $PATH; do
8510 # Account for people who put trailing slashes in PATH elements.
8511 case "$ac_dir/" in
8512 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
8513 *)
8514 # OSF1 and SCO ODT 3.0 have their own names for install.
8515 # Don't use installbsd from OSF since it installs stuff as root
8516 # by default.
8517 for ac_prog in ginstall scoinst install; do
8518 if test -f $ac_dir/$ac_prog; then
8519 if test $ac_prog = install &&
8520 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
8521 # AIX install. It has an incompatible calling convention.
8522 :
8523 else
8524 ac_cv_path_install="$ac_dir/$ac_prog -c"
8525 break 2
8526 fi
8527 fi
8528 done
8529 ;;
8530 esac
8531 done
8532 IFS="$ac_save_IFS"
8533
8534 fi
8535 if test "${ac_cv_path_install+set}" = set; then
8536 INSTALL="$ac_cv_path_install"
8537 else
8538 # As a last resort, use the slow shell script. We don't cache a
8539 # path for INSTALL within a source directory, because that will
8540 # break other packages using the cache if that directory is
8541 # removed, or if the path is relative.
8542 INSTALL="$ac_install_sh"
8543 fi
8544 fi
8545 echo "$ac_t""$INSTALL" 1>&6
8546
8547 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8548 # It thinks the first close brace ends the variable substitution.
8549 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8550
8551 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
8552
8553 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8554
8555
8556 # Extract the first word of "strip", so it can be a program name with args.
8557 set dummy strip; ac_word=$2
8558 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8559 echo "configure:8560: checking for $ac_word" >&5
8560 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8561 echo $ac_n "(cached) $ac_c" 1>&6
8562 else
8563 if test -n "$STRIP"; then
8564 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8565 else
8566 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8567 ac_dummy="$PATH"
8568 for ac_dir in $ac_dummy; do
8569 test -z "$ac_dir" && ac_dir=.
8570 if test -f $ac_dir/$ac_word; then
8571 ac_cv_prog_STRIP="strip"
8572 break
8573 fi
8574 done
8575 IFS="$ac_save_ifs"
8576 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
8577 fi
8578 fi
8579 STRIP="$ac_cv_prog_STRIP"
8580 if test -n "$STRIP"; then
8581 echo "$ac_t""$STRIP" 1>&6
8582 else
8583 echo "$ac_t""no" 1>&6
8584 fi
8585
8586
8587 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8588 echo "configure:8589: checking make for VPATH support" >&5
8589 cat - << EOF > confMake
8590 check : file
8591 cp \$? \$@
8592 cp \$? final_file
8593 EOF
8594
8595 if test ! -d sub ; then
8596 mkdir sub
8597 fi
8598 echo dummy > sub/file
8599 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
8600 RESULT=$?
8601 rm -f sub/file check final_file confMake
8602 rmdir sub
8603 if test "$RESULT" = 0; then
8604 echo "$ac_t""yes" 1>&6
8605 else
8606 echo "$ac_t""no" 1>&6
8607 { echo "configure: error:
8608 You need a make-utility that is able to use the variable
8609 VPATH correctly.
8610 If your version of make does not support VPATH correctly,
8611 please install GNU-make (possibly as gmake), and start
8612 configure with the following command:
8613 export MAKE=gmake; ./configure for sh-type shells
8614 setenv MAKE gmake; ./configure for csh-type shells
8615 Also please do remember to use gmake in this case every time
8616 you are trying to compile.
8617 " 1>&2; exit 1; }
8618 fi
8619
8620 for ac_prog in 'bison -y' byacc
8621 do
8622 # Extract the first word of "$ac_prog", so it can be a program name with args.
8623 set dummy $ac_prog; ac_word=$2
8624 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8625 echo "configure:8626: checking for $ac_word" >&5
8626 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8627 echo $ac_n "(cached) $ac_c" 1>&6
8628 else
8629 if test -n "$YACC"; then
8630 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8631 else
8632 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8633 ac_dummy="$PATH"
8634 for ac_dir in $ac_dummy; do
8635 test -z "$ac_dir" && ac_dir=.
8636 if test -f $ac_dir/$ac_word; then
8637 ac_cv_prog_YACC="$ac_prog"
8638 break
8639 fi
8640 done
8641 IFS="$ac_save_ifs"
8642 fi
8643 fi
8644 YACC="$ac_cv_prog_YACC"
8645 if test -n "$YACC"; then
8646 echo "$ac_t""$YACC" 1>&6
8647 else
8648 echo "$ac_t""no" 1>&6
8649 fi
8650
8651 test -n "$YACC" && break
8652 done
8653 test -n "$YACC" || YACC="yacc"
8654
8655
8656 # Extract the first word of "flex", so it can be a program name with args.
8657 set dummy flex; ac_word=$2
8658 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8659 echo "configure:8660: checking for $ac_word" >&5
8660 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8661 echo $ac_n "(cached) $ac_c" 1>&6
8662 else
8663 if test -n "$LEX"; then
8664 ac_cv_prog_LEX="$LEX" # Let the user override the test.
8665 else
8666 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8667 ac_dummy="$PATH"
8668 for ac_dir in $ac_dummy; do
8669 test -z "$ac_dir" && ac_dir=.
8670 if test -f $ac_dir/$ac_word; then
8671 ac_cv_prog_LEX="flex"
8672 break
8673 fi
8674 done
8675 IFS="$ac_save_ifs"
8676 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
8677 fi
8678 fi
8679 LEX="$ac_cv_prog_LEX"
8680 if test -n "$LEX"; then
8681 echo "$ac_t""$LEX" 1>&6
8682 else
8683 echo "$ac_t""no" 1>&6
8684 fi
8685
8686 if test -z "$LEXLIB"
8687 then
8688 case "$LEX" in
8689 flex*) ac_lib=fl ;;
8690 *) ac_lib=l ;;
8691 esac
8692 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8693 echo "configure:8694: checking for yywrap in -l$ac_lib" >&5
8694 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8695 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8696 echo $ac_n "(cached) $ac_c" 1>&6
8697 else
8698 ac_save_LIBS="$LIBS"
8699 LIBS="-l$ac_lib $LIBS"
8700 cat > conftest.$ac_ext <<EOF
8701 #line 8702 "configure"
8702 #include "confdefs.h"
8703 /* Override any gcc2 internal prototype to avoid an error. */
8704 /* We use char because int might match the return type of a gcc2
8705 builtin and then its argument prototype would still apply. */
8706 char yywrap();
8707
8708 int main() {
8709 yywrap()
8710 ; return 0; }
8711 EOF
8712 if { (eval echo configure:8713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8713 rm -rf conftest*
8714 eval "ac_cv_lib_$ac_lib_var=yes"
8715 else
8716 echo "configure: failed program was:" >&5
8717 cat conftest.$ac_ext >&5
8718 rm -rf conftest*
8719 eval "ac_cv_lib_$ac_lib_var=no"
8720 fi
8721 rm -f conftest*
8722 LIBS="$ac_save_LIBS"
8723
8724 fi
8725 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8726 echo "$ac_t""yes" 1>&6
8727 LEXLIB="-l$ac_lib"
8728 else
8729 echo "$ac_t""no" 1>&6
8730 fi
8731
8732 fi
8733
8734
8735 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8736 echo "configure:8737: checking whether ln -s works" >&5
8737 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8738 echo $ac_n "(cached) $ac_c" 1>&6
8739 else
8740 rm -f conftestdata
8741 if ln -s X conftestdata 2>/dev/null
8742 then
8743 rm -f conftestdata
8744 ac_cv_prog_LN_S="ln -s"
8745 else
8746 ac_cv_prog_LN_S=ln
8747 fi
8748 fi
8749 LN_S="$ac_cv_prog_LN_S"
8750 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8751 echo "$ac_t""yes" 1>&6
8752 else
8753 echo "$ac_t""no" 1>&6
8754 fi
8755
8756
8757
8758 SEARCH_INCLUDE="\
8759 /usr/local/include \
8760 \
8761 /usr/Motif-1.2/include \
8762 /usr/Motif-2.1/include \
8763 \
8764 /usr/include/Motif1.2 \
8765 /opt/xpm/include/X11 \
8766 /opt/GBxpm/include/ \
8767 /opt/GBxpm/X11/include/ \
8768 \
8769 /usr/Motif1.2/include \
8770 /usr/dt/include \
8771 /usr/openwin/include \
8772 \
8773 /usr/include/Xm \
8774 \
8775 /usr/X11R6/include \
8776 /usr/X11R6.4/include \
8777 /usr/X11R5/include \
8778 /usr/X11R4/include \
8779 \
8780 /usr/include/X11R6 \
8781 /usr/include/X11R5 \
8782 /usr/include/X11R4 \
8783 \
8784 /usr/local/X11R6/include \
8785 /usr/local/X11R5/include \
8786 /usr/local/X11R4/include \
8787 \
8788 /usr/local/include/X11R6 \
8789 /usr/local/include/X11R5 \
8790 /usr/local/include/X11R4 \
8791 \
8792 /usr/X11/include \
8793 /usr/include/X11 \
8794 /usr/local/X11/include \
8795 /usr/local/include/X11 \
8796 \
8797 /usr/X386/include \
8798 /usr/x386/include \
8799 /usr/XFree86/include/X11 \
8800 \
8801 X:/XFree86/include \
8802 X:/XFree86/include/X11 \
8803 \
8804 /usr/include/gtk \
8805 /usr/local/include/gtk \
8806 /usr/include/glib \
8807 /usr/local/include/glib \
8808 \
8809 /usr/include/qt \
8810 /usr/local/include/qt \
8811 \
8812 /usr/include/windows \
8813 /usr/include/wine \
8814 /usr/local/include/wine \
8815 \
8816 /usr/unsupported/include \
8817 /usr/athena/include \
8818 /usr/local/x11r5/include \
8819 /usr/lpp/Xamples/include \
8820 \
8821 /usr/openwin/share/include \
8822 \
8823 /usr/include"
8824
8825 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8826
8827
8828 cat > confcache <<\EOF
8829 # This file is a shell script that caches the results of configure
8830 # tests run on this system so they can be shared between configure
8831 # scripts and configure runs. It is not useful on other systems.
8832 # If it contains results you don't want to keep, you may remove or edit it.
8833 #
8834 # By default, configure uses ./config.cache as the cache file,
8835 # creating it if it does not exist already. You can give configure
8836 # the --cache-file=FILE option to use a different cache file; that is
8837 # what configure does when it calls configure scripts in
8838 # subdirectories, so they share the cache.
8839 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8840 # config.status only pays attention to the cache file if you give it the
8841 # --recheck option to rerun configure.
8842 #
8843 EOF
8844 # The following way of writing the cache mishandles newlines in values,
8845 # but we know of no workaround that is simple, portable, and efficient.
8846 # So, don't put newlines in cache variables' values.
8847 # Ultrix sh set writes to stderr and can't be redirected directly,
8848 # and sets the high bit in the cache file unless we assign to the vars.
8849 (set) 2>&1 |
8850 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8851 *ac_space=\ *)
8852 # `set' does not quote correctly, so add quotes (double-quote substitution
8853 # turns \\\\ into \\, and sed turns \\ into \).
8854 sed -n \
8855 -e "s/'/'\\\\''/g" \
8856 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8857 ;;
8858 *)
8859 # `set' quotes correctly as required by POSIX, so do not add quotes.
8860 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8861 ;;
8862 esac >> confcache
8863 if cmp -s $cache_file confcache; then
8864 :
8865 else
8866 if test -w $cache_file; then
8867 echo "updating cache $cache_file"
8868 cat confcache > $cache_file
8869 else
8870 echo "not updating unwritable cache $cache_file"
8871 fi
8872 fi
8873 rm -f confcache
8874
8875
8876
8877 REGEX_INCLUDE=
8878 if test "$wxUSE_REGEX" != "no"; then
8879 ac_safe=`echo "regex.h" | sed 'y%./+-%__p_%'`
8880 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
8881 echo "configure:8882: checking for regex.h" >&5
8882 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8883 echo $ac_n "(cached) $ac_c" 1>&6
8884 else
8885 cat > conftest.$ac_ext <<EOF
8886 #line 8887 "configure"
8887 #include "confdefs.h"
8888 #include <regex.h>
8889 EOF
8890 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8891 { (eval echo configure:8892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8892 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8893 if test -z "$ac_err"; then
8894 rm -rf conftest*
8895 eval "ac_cv_header_$ac_safe=yes"
8896 else
8897 echo "$ac_err" >&5
8898 echo "configure: failed program was:" >&5
8899 cat conftest.$ac_ext >&5
8900 rm -rf conftest*
8901 eval "ac_cv_header_$ac_safe=no"
8902 fi
8903 rm -f conftest*
8904 fi
8905 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8906 echo "$ac_t""yes" 1>&6
8907 for ac_func in regcomp
8908 do
8909 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8910 echo "configure:8911: checking for $ac_func" >&5
8911 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8912 echo $ac_n "(cached) $ac_c" 1>&6
8913 else
8914 cat > conftest.$ac_ext <<EOF
8915 #line 8916 "configure"
8916 #include "confdefs.h"
8917 /* System header to define __stub macros and hopefully few prototypes,
8918 which can conflict with char $ac_func(); below. */
8919 #include <assert.h>
8920 /* Override any gcc2 internal prototype to avoid an error. */
8921 /* We use char because int might match the return type of a gcc2
8922 builtin and then its argument prototype would still apply. */
8923 char $ac_func();
8924
8925 int main() {
8926
8927 /* The GNU C library defines this for functions which it implements
8928 to always fail with ENOSYS. Some functions are actually named
8929 something starting with __ and the normal name is an alias. */
8930 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8931 choke me
8932 #else
8933 $ac_func();
8934 #endif
8935
8936 ; return 0; }
8937 EOF
8938 if { (eval echo configure:8939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8939 rm -rf conftest*
8940 eval "ac_cv_func_$ac_func=yes"
8941 else
8942 echo "configure: failed program was:" >&5
8943 cat conftest.$ac_ext >&5
8944 rm -rf conftest*
8945 eval "ac_cv_func_$ac_func=no"
8946 fi
8947 rm -f conftest*
8948 fi
8949
8950 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8951 echo "$ac_t""yes" 1>&6
8952 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8953 cat >> confdefs.h <<EOF
8954 #define $ac_tr_func 1
8955 EOF
8956
8957 else
8958 echo "$ac_t""no" 1>&6
8959 fi
8960 done
8961
8962 else
8963 echo "$ac_t""no" 1>&6
8964 fi
8965
8966
8967 if test "x$ac_cv_func_regcomp" != "xyes"; then
8968 if test "$wxUSE_REGEX" = "sys"; then
8969 { echo "configure: error: system regex library not found! Use --with-regex to use the built-in regex library." 1>&2; exit 1; }
8970 fi
8971
8972 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
8973 fi
8974
8975 cat >> confdefs.h <<\EOF
8976 #define wxUSE_REGEX 1
8977 EOF
8978
8979 fi
8980
8981
8982 AFMINSTALL=
8983
8984 TOOLKIT=
8985 TOOLKIT_INCLUDE=
8986 WIDGET_SET=
8987
8988 if test "$USE_WIN32" = 1 ; then
8989 for ac_hdr in w32api.h
8990 do
8991 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8992 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8993 echo "configure:8994: checking for $ac_hdr" >&5
8994 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8995 echo $ac_n "(cached) $ac_c" 1>&6
8996 else
8997 cat > conftest.$ac_ext <<EOF
8998 #line 8999 "configure"
8999 #include "confdefs.h"
9000 #include <$ac_hdr>
9001 EOF
9002 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9003 { (eval echo configure:9004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9004 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9005 if test -z "$ac_err"; then
9006 rm -rf conftest*
9007 eval "ac_cv_header_$ac_safe=yes"
9008 else
9009 echo "$ac_err" >&5
9010 echo "configure: failed program was:" >&5
9011 cat conftest.$ac_ext >&5
9012 rm -rf conftest*
9013 eval "ac_cv_header_$ac_safe=no"
9014 fi
9015 rm -f conftest*
9016 fi
9017 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9018 echo "$ac_t""yes" 1>&6
9019 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9020 cat >> confdefs.h <<EOF
9021 #define $ac_tr_hdr 1
9022 EOF
9023
9024 else
9025 echo "$ac_t""no" 1>&6
9026 fi
9027 done
9028
9029 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
9030 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9031 echo "configure:9032: checking for windows.h" >&5
9032 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9033 echo $ac_n "(cached) $ac_c" 1>&6
9034 else
9035 cat > conftest.$ac_ext <<EOF
9036 #line 9037 "configure"
9037 #include "confdefs.h"
9038 #include <windows.h>
9039 EOF
9040 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9041 { (eval echo configure:9042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9042 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9043 if test -z "$ac_err"; then
9044 rm -rf conftest*
9045 eval "ac_cv_header_$ac_safe=yes"
9046 else
9047 echo "$ac_err" >&5
9048 echo "configure: failed program was:" >&5
9049 cat conftest.$ac_ext >&5
9050 rm -rf conftest*
9051 eval "ac_cv_header_$ac_safe=no"
9052 fi
9053 rm -f conftest*
9054 fi
9055 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9056 echo "$ac_t""yes" 1>&6
9057 :
9058 else
9059 echo "$ac_t""no" 1>&6
9060
9061 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9062
9063 fi
9064
9065
9066 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
9067 echo "configure:9068: checking if w32api has good enough MSIE support" >&5
9068 if eval "test \"`echo '$''{'wx_cv_w32api_win_ie'+set}'`\" = set"; then
9069 echo $ac_n "(cached) $ac_c" 1>&6
9070 else
9071
9072 cat > conftest.$ac_ext <<EOF
9073 #line 9074 "configure"
9074 #include "confdefs.h"
9075 #include <w32api.h>
9076 int main() {
9077
9078 #define wxCHECK_W32API_VERSION( major, minor ) \
9079 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
9080 && ( ( __W32API_MAJOR_VERSION > (major) ) \
9081 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
9082
9083 #if !wxCHECK_W32API_VERSION(1,1)
9084 #error You need w32api 1.1 or newer
9085 #endif
9086
9087 ; return 0; }
9088 EOF
9089 if { (eval echo configure:9090: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9090 rm -rf conftest*
9091
9092 wx_cv_w32api_win_ie=yes
9093 CPPFLAGS="$CPPFLAGS -D_WIN_IE=0x400"
9094
9095 else
9096 echo "configure: failed program was:" >&5
9097 cat conftest.$ac_ext >&5
9098 rm -rf conftest*
9099
9100 wx_cv_w32api_win_ie=no
9101
9102 fi
9103 rm -f conftest*
9104
9105 fi
9106
9107 echo "$ac_t""$wx_cv_w32api_win_ie" 1>&6
9108
9109 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9110
9111 if test "$wxUSE_CYGWIN" = 1; then
9112 LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
9113 fi
9114
9115 if test "$wxUSE_ODBC" = "yes" ; then
9116 LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
9117 fi
9118
9119 if test "$wxUSE_MINGW" = 1; then
9120 LDFLAGS="$LDFLAGS -mwindows"
9121 fi
9122
9123 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
9124 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
9125 fi
9126
9127 if test "$wxUSE_GUI" = "yes"; then
9128 USE_GUI=1
9129
9130 GUI_TK_LIBRARY=
9131
9132 WXGTK12=
9133 WXGTK127=
9134 WXGTK20=
9135
9136 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
9137 TOOLKIT=MSW
9138 GUIDIST=MSW_DIST
9139 fi
9140
9141 if test "$wxUSE_GTK" = 1; then
9142 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9143 echo "configure:9144: checking for GTK+ version" >&5
9144
9145 gtk_version_cached=1
9146 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9147 echo $ac_n "(cached) $ac_c" 1>&6
9148 else
9149
9150 gtk_version_cached=0
9151 echo "$ac_t""""" 1>&6
9152
9153 wx_cv_lib_gtk=
9154 if test "x$wxUSE_GTK2" = "xyes"; then
9155 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9156 if test "${with_gtk_prefix+set}" = set; then
9157 withval="$with_gtk_prefix"
9158 gtk_config_prefix="$withval"
9159 else
9160 gtk_config_prefix=""
9161 fi
9162
9163 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9164 if test "${with_gtk_exec_prefix+set}" = set; then
9165 withval="$with_gtk_exec_prefix"
9166 gtk_config_exec_prefix="$withval"
9167 else
9168 gtk_config_exec_prefix=""
9169 fi
9170
9171 # Check whether --enable-gtktest or --disable-gtktest was given.
9172 if test "${enable_gtktest+set}" = set; then
9173 enableval="$enable_gtktest"
9174 :
9175 else
9176 enable_gtktest=yes
9177 fi
9178
9179
9180 for module in .
9181 do
9182 case "$module" in
9183 gthread)
9184 gtk_config_args="$gtk_config_args gthread"
9185 ;;
9186 esac
9187 done
9188
9189 if test x$gtk_config_exec_prefix != x ; then
9190 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9191 if test x${GTK_CONFIG_2_0+set} != xset ; then
9192 GTK_CONFIG_2_0=$gtk_config_exec_prefix/bin/gtk-config-2.0
9193 fi
9194 fi
9195 if test x$gtk_config_prefix != x ; then
9196 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9197 if test x${GTK_CONFIG_2_0+set} != xset ; then
9198 GTK_CONFIG_2_0=$gtk_config_prefix/bin/gtk-config-2.0
9199 fi
9200 fi
9201
9202 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9203 set dummy gtk-config-2.0; ac_word=$2
9204 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9205 echo "configure:9206: checking for $ac_word" >&5
9206 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9207 echo $ac_n "(cached) $ac_c" 1>&6
9208 else
9209 case "$GTK_CONFIG_2_0" in
9210 /*)
9211 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9212 ;;
9213 ?:/*)
9214 ac_cv_path_GTK_CONFIG_2_0="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9215 ;;
9216 *)
9217 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9218 ac_dummy="$PATH"
9219 for ac_dir in $ac_dummy; do
9220 test -z "$ac_dir" && ac_dir=.
9221 if test -f $ac_dir/$ac_word; then
9222 ac_cv_path_GTK_CONFIG_2_0="$ac_dir/$ac_word"
9223 break
9224 fi
9225 done
9226 IFS="$ac_save_ifs"
9227 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0="no"
9228 ;;
9229 esac
9230 fi
9231 GTK_CONFIG_2_0="$ac_cv_path_GTK_CONFIG_2_0"
9232 if test -n "$GTK_CONFIG_2_0"; then
9233 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
9234 else
9235 echo "$ac_t""no" 1>&6
9236 fi
9237
9238 min_gtk_version=1.3.1
9239 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9240 echo "configure:9241: checking for GTK - version >= $min_gtk_version" >&5
9241 no_gtk=""
9242 if test "$GTK_CONFIG_2_0" = "no" ; then
9243 no_gtk=yes
9244 else
9245 GTK_CFLAGS=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9246 GTK_LIBS=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9247 gtk_config_major_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9248 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9249 gtk_config_minor_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9250 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9251 gtk_config_micro_version=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9252 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9253 if test "x$enable_gtktest" = "xyes" ; then
9254 ac_save_CFLAGS="$CFLAGS"
9255 ac_save_LIBS="$LIBS"
9256 CFLAGS="$CFLAGS $GTK_CFLAGS"
9257 LIBS="$GTK_LIBS $LIBS"
9258 rm -f conf.gtktest
9259 if test "$cross_compiling" = yes; then
9260 echo $ac_n "cross compiling; assumed OK... $ac_c"
9261 else
9262 cat > conftest.$ac_ext <<EOF
9263 #line 9264 "configure"
9264 #include "confdefs.h"
9265
9266 #include <gtk/gtk.h>
9267 #include <stdio.h>
9268 #include <stdlib.h>
9269
9270 int
9271 main ()
9272 {
9273 int major, minor, micro;
9274 char *tmp_version;
9275
9276 system ("touch conf.gtktest");
9277
9278 /* HP/UX 9 (%@#!) writes to sscanf strings */
9279 tmp_version = g_strdup("$min_gtk_version");
9280 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
9281 printf("%s, bad version string\n", "$min_gtk_version");
9282 exit(1);
9283 }
9284
9285 if ((gtk_major_version != $gtk_config_major_version) ||
9286 (gtk_minor_version != $gtk_config_minor_version) ||
9287 (gtk_micro_version != $gtk_config_micro_version))
9288 {
9289 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
9290 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9291 gtk_major_version, gtk_minor_version, gtk_micro_version);
9292 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9293 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9294 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9295 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9296 printf("*** required on your system.\n");
9297 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9298 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9299 printf("*** before re-running configure\n");
9300 }
9301 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9302 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
9303 (gtk_minor_version != GTK_MINOR_VERSION) ||
9304 (gtk_micro_version != GTK_MICRO_VERSION))
9305 {
9306 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
9307 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
9308 printf("*** library (version %d.%d.%d)\n",
9309 gtk_major_version, gtk_minor_version, gtk_micro_version);
9310 }
9311 #endif /* defined (GTK_MAJOR_VERSION) ... */
9312 else
9313 {
9314 if ((gtk_major_version > major) ||
9315 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9316 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9317 {
9318 return 0;
9319 }
9320 else
9321 {
9322 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9323 gtk_major_version, gtk_minor_version, gtk_micro_version);
9324 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
9325 major, minor, micro);
9326 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9327 printf("***\n");
9328 printf("*** If you have already installed a sufficiently new version, this error\n");
9329 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9330 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9331 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9332 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9333 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9334 printf("*** so that the correct libraries are found at run-time))\n");
9335 }
9336 }
9337 return 1;
9338 }
9339
9340 EOF
9341 if { (eval echo configure:9342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9342 then
9343 :
9344 else
9345 echo "configure: failed program was:" >&5
9346 cat conftest.$ac_ext >&5
9347 rm -fr conftest*
9348 no_gtk=yes
9349 fi
9350 rm -fr conftest*
9351 fi
9352
9353 CFLAGS="$ac_save_CFLAGS"
9354 LIBS="$ac_save_LIBS"
9355 fi
9356 fi
9357 if test "x$no_gtk" = x ; then
9358 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
9359 wx_cv_lib_gtk=2.0
9360 else
9361 echo "$ac_t""no" 1>&6
9362 if test "$GTK_CONFIG_2_0" = "no" ; then
9363 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9364 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9365 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9366 echo "*** full path to gtk-config-2.0."
9367 else
9368 if test -f conf.gtktest ; then
9369 :
9370 else
9371 echo "*** Could not run GTK test program, checking why..."
9372 CFLAGS="$CFLAGS $GTK_CFLAGS"
9373 LIBS="$LIBS $GTK_LIBS"
9374 cat > conftest.$ac_ext <<EOF
9375 #line 9376 "configure"
9376 #include "confdefs.h"
9377
9378 #include <gtk/gtk.h>
9379 #include <stdio.h>
9380
9381 int main() {
9382 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9383 ; return 0; }
9384 EOF
9385 if { (eval echo configure:9386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9386 rm -rf conftest*
9387 echo "*** The test program compiled, but did not run. This usually means"
9388 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9389 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9390 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9391 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9392 echo "*** is required on your system"
9393 echo "***"
9394 echo "*** If you have an old version installed, it is best to remove it, although"
9395 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9396 echo "***"
9397 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9398 echo "*** came with the system with the command"
9399 echo "***"
9400 echo "*** rpm --erase --nodeps gtk gtk-devel"
9401 else
9402 echo "configure: failed program was:" >&5
9403 cat conftest.$ac_ext >&5
9404 rm -rf conftest*
9405 echo "*** The test program failed to compile or link. See the file config.log for the"
9406 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
9407 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
9408 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
9409 fi
9410 rm -f conftest*
9411 CFLAGS="$ac_save_CFLAGS"
9412 LIBS="$ac_save_LIBS"
9413 fi
9414 fi
9415 GTK_CFLAGS=""
9416 GTK_LIBS=""
9417 gthread
9418 fi
9419
9420
9421 rm -f conf.gtktest
9422
9423 fi
9424
9425 if test -z "$wx_cv_lib_gtk"; then
9426
9427 if test x$gtk_config_exec_prefix != x ; then
9428 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9429 if test x${GTK_CONFIG+set} != xset ; then
9430 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
9431 fi
9432 fi
9433 if test x$gtk_config_prefix != x ; then
9434 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9435 if test x${GTK_CONFIG+set} != xset ; then
9436 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
9437 fi
9438 fi
9439
9440 # Extract the first word of "gtk-config", so it can be a program name with args.
9441 set dummy gtk-config; ac_word=$2
9442 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9443 echo "configure:9444: checking for $ac_word" >&5
9444 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9445 echo $ac_n "(cached) $ac_c" 1>&6
9446 else
9447 case "$GTK_CONFIG" in
9448 /*)
9449 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
9450 ;;
9451 ?:/*)
9452 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
9453 ;;
9454 *)
9455 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9456 ac_dummy="$PATH"
9457 for ac_dir in $ac_dummy; do
9458 test -z "$ac_dir" && ac_dir=.
9459 if test -f $ac_dir/$ac_word; then
9460 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
9461 break
9462 fi
9463 done
9464 IFS="$ac_save_ifs"
9465 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
9466 ;;
9467 esac
9468 fi
9469 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
9470 if test -n "$GTK_CONFIG"; then
9471 echo "$ac_t""$GTK_CONFIG" 1>&6
9472 else
9473 echo "$ac_t""no" 1>&6
9474 fi
9475
9476 min_gtk_version=1.2.7
9477 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9478 echo "configure:9479: checking for GTK - version >= $min_gtk_version" >&5
9479 no_gtk=""
9480 if test "$GTK_CONFIG" != "no" ; then
9481 GTK_CFLAGS=`$GTK_CONFIG --cflags`
9482 GTK_LIBS=`$GTK_CONFIG --libs gthread`
9483 ac_save_CFLAGS="$CFLAGS"
9484 ac_save_LIBS="$LIBS"
9485 CFLAGS="$CFLAGS $GTK_CFLAGS"
9486 LIBS="$LIBS $GTK_LIBS"
9487 if test "$cross_compiling" = yes; then
9488 echo $ac_n "cross compiling; assumed OK... $ac_c"
9489 else
9490 cat > conftest.$ac_ext <<EOF
9491 #line 9492 "configure"
9492 #include "confdefs.h"
9493
9494 #include <gtk/gtk.h>
9495 #include <gtk/gtkfeatures.h>
9496 #include <stdio.h>
9497 #include <stdlib.h>
9498
9499 int
9500 main ()
9501 {
9502 int major, minor, micro;
9503
9504 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
9505 printf("%s, bad version string\n", "$min_gtk_version");
9506 exit(1);
9507 }
9508
9509 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
9510 (GTK_MINOR_VERSION != gtk_minor_version) ||
9511 (GTK_MICRO_VERSION != gtk_micro_version)) {
9512 printf("Headers vs. library version mismatch!\n");
9513 exit(1);
9514 }
9515
9516 if (gtk_minor_version == 1) return FALSE;
9517
9518 return !((gtk_major_version > major) ||
9519 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9520 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
9521 }
9522
9523 EOF
9524 if { (eval echo configure:9525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9525 then
9526 :
9527 else
9528 echo "configure: failed program was:" >&5
9529 cat conftest.$ac_ext >&5
9530 rm -fr conftest*
9531 no_gtk=yes
9532 fi
9533 rm -fr conftest*
9534 fi
9535
9536 CFLAGS="$ac_save_CFLAGS"
9537 LIBS="$ac_save_LIBS"
9538 else
9539 no_gtk=yes
9540 fi
9541 if test "x$no_gtk" = x ; then
9542 echo "$ac_t""yes" 1>&6
9543 wx_cv_lib_gtk=1.2.7
9544 else
9545 echo "$ac_t""no" 1>&6
9546 GTK_CFLAGS=""
9547 GTK_LIBS=""
9548 :
9549 fi
9550
9551
9552
9553 fi
9554
9555 if test -z "$wx_cv_lib_gtk"; then
9556
9557 if test x$gtk_config_exec_prefix != x ; then
9558 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9559 if test x${GTK_CONFIG+set} != xset ; then
9560 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
9561 fi
9562 fi
9563 if test x$gtk_config_prefix != x ; then
9564 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
9565 if test x${GTK_CONFIG+set} != xset ; then
9566 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
9567 fi
9568 fi
9569
9570 # Extract the first word of "gtk-config", so it can be a program name with args.
9571 set dummy gtk-config; ac_word=$2
9572 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9573 echo "configure:9574: checking for $ac_word" >&5
9574 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9575 echo $ac_n "(cached) $ac_c" 1>&6
9576 else
9577 case "$GTK_CONFIG" in
9578 /*)
9579 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
9580 ;;
9581 ?:/*)
9582 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
9583 ;;
9584 *)
9585 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
9586 ac_dummy="$PATH"
9587 for ac_dir in $ac_dummy; do
9588 test -z "$ac_dir" && ac_dir=.
9589 if test -f $ac_dir/$ac_word; then
9590 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
9591 break
9592 fi
9593 done
9594 IFS="$ac_save_ifs"
9595 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
9596 ;;
9597 esac
9598 fi
9599 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
9600 if test -n "$GTK_CONFIG"; then
9601 echo "$ac_t""$GTK_CONFIG" 1>&6
9602 else
9603 echo "$ac_t""no" 1>&6
9604 fi
9605
9606 min_gtk_version=1.2.3
9607 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9608 echo "configure:9609: checking for GTK - version >= $min_gtk_version" >&5
9609 no_gtk=""
9610 if test "$GTK_CONFIG" != "no" ; then
9611 GTK_CFLAGS=`$GTK_CONFIG --cflags`
9612 GTK_LIBS=`$GTK_CONFIG --libs gthread`
9613 ac_save_CFLAGS="$CFLAGS"
9614 ac_save_LIBS="$LIBS"
9615 CFLAGS="$CFLAGS $GTK_CFLAGS"
9616 LIBS="$LIBS $GTK_LIBS"
9617 if test "$cross_compiling" = yes; then
9618 echo $ac_n "cross compiling; assumed OK... $ac_c"
9619 else
9620 cat > conftest.$ac_ext <<EOF
9621 #line 9622 "configure"
9622 #include "confdefs.h"
9623
9624 #include <gtk/gtk.h>
9625 #include <gtk/gtkfeatures.h>
9626 #include <stdio.h>
9627 #include <stdlib.h>
9628
9629 int
9630 main ()
9631 {
9632 int major, minor, micro;
9633
9634 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, &micro) != 3) {
9635 printf("%s, bad version string\n", "$min_gtk_version");
9636 exit(1);
9637 }
9638
9639 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
9640 (GTK_MINOR_VERSION != gtk_minor_version) ||
9641 (GTK_MICRO_VERSION != gtk_micro_version)) {
9642 printf("Headers vs. library version mismatch!\n");
9643 exit(1);
9644 }
9645
9646 if (gtk_minor_version == 1) return FALSE;
9647
9648 return !((gtk_major_version > major) ||
9649 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9650 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
9651 }
9652
9653 EOF
9654 if { (eval echo configure:9655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9655 then
9656 :
9657 else
9658 echo "configure: failed program was:" >&5
9659 cat conftest.$ac_ext >&5
9660 rm -fr conftest*
9661 no_gtk=yes
9662 fi
9663 rm -fr conftest*
9664 fi
9665
9666 CFLAGS="$ac_save_CFLAGS"
9667 LIBS="$ac_save_LIBS"
9668 else
9669 no_gtk=yes
9670 fi
9671 if test "x$no_gtk" = x ; then
9672 echo "$ac_t""yes" 1>&6
9673 wx_cv_lib_gtk=1.2.3
9674 else
9675 echo "$ac_t""no" 1>&6
9676 GTK_CFLAGS=""
9677 GTK_LIBS=""
9678 :
9679 fi
9680
9681
9682
9683 fi
9684
9685 if test -z "$wx_cv_lib_gtk"; then
9686 wx_cv_lib_gtk=none
9687 else
9688 wx_cv_cflags_gtk=$GTK_CFLAGS
9689 wx_cv_libs_gtk=$GTK_LIBS
9690 fi
9691
9692
9693 fi
9694
9695
9696 if test "$gtk_version_cached" = 1; then
9697 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
9698 fi
9699
9700 case "$wx_cv_lib_gtk" in
9701 2.0) WXGTK20=1
9702 ;;
9703 1.2.7) WXGTK127=1
9704 WXGTK12=1
9705 ;;
9706 1.2.3) WXGTK12=1
9707 ;;
9708 *) { echo "configure: error:
9709 Please check that gtk-config is in path, the directory
9710 where GTK+ libraries are installed (returned by
9711 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
9712 equivalent variable and GTK+ is version 1.2.3 or above.
9713 " 1>&2; exit 1; }
9714 ;;
9715 esac
9716
9717 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
9718 GUI_TK_LIBRARY="$wx_cv_libs_gtk"
9719
9720 AFMINSTALL=afminstall
9721 TOOLKIT=GTK
9722 GUIDIST=GTK_DIST
9723
9724 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
9725 echo "configure:9726: checking for gdk_im_open in -lgdk" >&5
9726 ac_lib_var=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
9727 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9728 echo $ac_n "(cached) $ac_c" 1>&6
9729 else
9730 ac_save_LIBS="$LIBS"
9731 LIBS="-lgdk $LIBS"
9732 cat > conftest.$ac_ext <<EOF
9733 #line 9734 "configure"
9734 #include "confdefs.h"
9735 /* Override any gcc2 internal prototype to avoid an error. */
9736 /* We use char because int might match the return type of a gcc2
9737 builtin and then its argument prototype would still apply. */
9738 char gdk_im_open();
9739
9740 int main() {
9741 gdk_im_open()
9742 ; return 0; }
9743 EOF
9744 if { (eval echo configure:9745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9745 rm -rf conftest*
9746 eval "ac_cv_lib_$ac_lib_var=yes"
9747 else
9748 echo "configure: failed program was:" >&5
9749 cat conftest.$ac_ext >&5
9750 rm -rf conftest*
9751 eval "ac_cv_lib_$ac_lib_var=no"
9752 fi
9753 rm -f conftest*
9754 LIBS="$ac_save_LIBS"
9755
9756 fi
9757 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9758 echo "$ac_t""yes" 1>&6
9759 cat >> confdefs.h <<\EOF
9760 #define HAVE_XIM 1
9761 EOF
9762
9763 else
9764 echo "$ac_t""no" 1>&6
9765 fi
9766
9767 fi
9768
9769 if test "$wxUSE_MGL" = 1; then
9770
9771 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
9772 echo "configure:9773: checking for SciTech MGL library" >&5
9773 if test "x$MGL_ROOT" = x ; then
9774 echo "$ac_t""not found" 1>&6
9775 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
9776 else
9777 echo "$ac_t""$MGL_ROOT" 1>&6
9778 fi
9779
9780 mgl_os=linux/gcc/glibc
9781 mgl_lib_type=""
9782
9783 if test "$wxUSE_DEBUG_FLAG" = yes ; then
9784 if test -f $MGL_ROOT/lib/debug/$mgl_os/libmgl.a ; then
9785 mgl_lib_type=debug
9786 fi
9787 fi
9788 if test "x$mgl_lib_type" = x ; then
9789 if test -f $MGL_ROOT/lib/release/$mgl_os/libmgl.a ; then
9790 mgl_lib_type=release
9791 else
9792 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
9793 fi
9794 fi
9795
9796 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
9797 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
9798
9799 AFMINSTALL=afminstall
9800 TOOLKIT=MGL
9801 GUIDIST=MGL_DIST
9802 fi
9803
9804 if test "$wxUSE_WINE" = 1; then
9805 ac_safe=`echo "windows.h" | sed 'y%./+-%__p_%'`
9806 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
9807 echo "configure:9808: checking for windows.h" >&5
9808 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9809 echo $ac_n "(cached) $ac_c" 1>&6
9810 else
9811 cat > conftest.$ac_ext <<EOF
9812 #line 9813 "configure"
9813 #include "confdefs.h"
9814 #include <windows.h>
9815 EOF
9816 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9817 { (eval echo configure:9818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9818 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9819 if test -z "$ac_err"; then
9820 rm -rf conftest*
9821 eval "ac_cv_header_$ac_safe=yes"
9822 else
9823 echo "$ac_err" >&5
9824 echo "configure: failed program was:" >&5
9825 cat conftest.$ac_ext >&5
9826 rm -rf conftest*
9827 eval "ac_cv_header_$ac_safe=no"
9828 fi
9829 rm -f conftest*
9830 fi
9831 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9832 echo "$ac_t""yes" 1>&6
9833 :
9834 else
9835 echo "$ac_t""no" 1>&6
9836
9837 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9838
9839 fi
9840
9841
9842 xpm_link=""
9843 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
9844 echo "configure:9845: checking for Xpm library" >&5
9845
9846 ac_find_libraries=
9847 for ac_dir in $SEARCH_LIB;
9848 do
9849 for ac_extension in a so sl dylib; do
9850 if test -f "$ac_dir/libXpm.$ac_extension"; then
9851 ac_find_libraries=$ac_dir
9852 break 2
9853 fi
9854 done
9855 done
9856
9857 if test "$ac_find_libraries" != "" ; then
9858 GUI_TK_LIBRARY="-L$ac_find_libraries"
9859 xpm_link="-lXpm"
9860 cat >> confdefs.h <<\EOF
9861 #define wxHAVE_LIB_XPM 1
9862 EOF
9863
9864 echo "$ac_t""found at $ac_find_libraries" 1>&6
9865 else
9866 echo "$ac_t""no" 1>&6
9867 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9868 fi
9869
9870 mesa_link=""
9871 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
9872 echo "configure:9873: checking for Mesa library" >&5
9873
9874 ac_find_libraries=
9875 for ac_dir in $SEARCH_LIB;
9876 do
9877 for ac_extension in a so sl dylib; do
9878 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
9879 ac_find_libraries=$ac_dir
9880 break 2
9881 fi
9882 done
9883 done
9884
9885 if test "$ac_find_libraries" != "" ; then
9886 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -L$ac_find_libraries"
9887 mesa_link="-lMesaGL"
9888 echo "$ac_t""found at $ac_find_libraries" 1>&6
9889 else
9890 { echo "configure: error: no" 1>&2; exit 1; }
9891 fi
9892
9893 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwine $mesa_link $xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
9894 TOOLKIT=MSW
9895 GUIDIST=MSW_DIST
9896 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXWINE__"
9897 fi
9898
9899
9900 # If we find X, set shell vars x_includes and x_libraries to the
9901 # paths, otherwise set no_x=yes.
9902 # Uses ac_ vars as temps to allow command line to override cache and checks.
9903 # --without-x overrides everything else, but does not touch the cache.
9904 echo $ac_n "checking for X""... $ac_c" 1>&6
9905 echo "configure:9906: checking for X" >&5
9906
9907 # Check whether --with-x or --without-x was given.
9908 if test "${with_x+set}" = set; then
9909 withval="$with_x"
9910 :
9911 fi
9912
9913 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9914 if test "x$with_x" = xno; then
9915 # The user explicitly disabled X.
9916 have_x=disabled
9917 else
9918 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
9919 # Both variables are already set.
9920 have_x=yes
9921 else
9922 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
9923 echo $ac_n "(cached) $ac_c" 1>&6
9924 else
9925 # One or both of the vars are not set, and there is no cached value.
9926 ac_x_includes=NO ac_x_libraries=NO
9927 rm -fr conftestdir
9928 if mkdir conftestdir; then
9929 cd conftestdir
9930 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
9931 cat > Imakefile <<'EOF'
9932 acfindx:
9933 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
9934 EOF
9935 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
9936 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9937 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
9938 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9939 for ac_extension in a so sl; do
9940 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
9941 test -f $ac_im_libdir/libX11.$ac_extension; then
9942 ac_im_usrlibdir=$ac_im_libdir; break
9943 fi
9944 done
9945 # Screen out bogus values from the imake configuration. They are
9946 # bogus both because they are the default anyway, and because
9947 # using them would break gcc on systems where it needs fixed includes.
9948 case "$ac_im_incroot" in
9949 /usr/include) ;;
9950 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
9951 esac
9952 case "$ac_im_usrlibdir" in
9953 /usr/lib | /lib) ;;
9954 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
9955 esac
9956 fi
9957 cd ..
9958 rm -fr conftestdir
9959 fi
9960
9961 if test "$ac_x_includes" = NO; then
9962 # Guess where to find include files, by looking for this one X11 .h file.
9963 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
9964
9965 # First, try using that file with no special directory specified.
9966 cat > conftest.$ac_ext <<EOF
9967 #line 9968 "configure"
9968 #include "confdefs.h"
9969 #include <$x_direct_test_include>
9970 EOF
9971 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9972 { (eval echo configure:9973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9973 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9974 if test -z "$ac_err"; then
9975 rm -rf conftest*
9976 # We can compile using X headers with no special include directory.
9977 ac_x_includes=
9978 else
9979 echo "$ac_err" >&5
9980 echo "configure: failed program was:" >&5
9981 cat conftest.$ac_ext >&5
9982 rm -rf conftest*
9983 # Look for the header file in a standard set of common directories.
9984 # Check X11 before X11Rn because it is often a symlink to the current release.
9985 for ac_dir in \
9986 /usr/X11/include \
9987 /usr/X11R6/include \
9988 /usr/X11R5/include \
9989 /usr/X11R4/include \
9990 \
9991 /usr/include/X11 \
9992 /usr/include/X11R6 \
9993 /usr/include/X11R5 \
9994 /usr/include/X11R4 \
9995 \
9996 /usr/local/X11/include \
9997 /usr/local/X11R6/include \
9998 /usr/local/X11R5/include \
9999 /usr/local/X11R4/include \
10000 \
10001 /usr/local/include/X11 \
10002 /usr/local/include/X11R6 \
10003 /usr/local/include/X11R5 \
10004 /usr/local/include/X11R4 \
10005 \
10006 /usr/X386/include \
10007 /usr/x386/include \
10008 /usr/XFree86/include/X11 \
10009 \
10010 /usr/include \
10011 /usr/local/include \
10012 /usr/unsupported/include \
10013 /usr/athena/include \
10014 /usr/local/x11r5/include \
10015 /usr/lpp/Xamples/include \
10016 \
10017 /usr/openwin/include \
10018 /usr/openwin/share/include \
10019 ; \
10020 do
10021 if test -r "$ac_dir/$x_direct_test_include"; then
10022 ac_x_includes=$ac_dir
10023 break
10024 fi
10025 done
10026 fi
10027 rm -f conftest*
10028 fi # $ac_x_includes = NO
10029
10030 if test "$ac_x_libraries" = NO; then
10031 # Check for the libraries.
10032
10033 test -z "$x_direct_test_library" && x_direct_test_library=Xt
10034 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
10035
10036 # See if we find them without any special options.
10037 # Don't add to $LIBS permanently.
10038 ac_save_LIBS="$LIBS"
10039 LIBS="-l$x_direct_test_library $LIBS"
10040 cat > conftest.$ac_ext <<EOF
10041 #line 10042 "configure"
10042 #include "confdefs.h"
10043
10044 int main() {
10045 ${x_direct_test_function}()
10046 ; return 0; }
10047 EOF
10048 if { (eval echo configure:10049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10049 rm -rf conftest*
10050 LIBS="$ac_save_LIBS"
10051 # We can link X programs with no special library path.
10052 ac_x_libraries=
10053 else
10054 echo "configure: failed program was:" >&5
10055 cat conftest.$ac_ext >&5
10056 rm -rf conftest*
10057 LIBS="$ac_save_LIBS"
10058 # First see if replacing the include by lib works.
10059 # Check X11 before X11Rn because it is often a symlink to the current release.
10060 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
10061 /usr/X11/lib \
10062 /usr/X11R6/lib \
10063 /usr/X11R5/lib \
10064 /usr/X11R4/lib \
10065 \
10066 /usr/lib/X11 \
10067 /usr/lib/X11R6 \
10068 /usr/lib/X11R5 \
10069 /usr/lib/X11R4 \
10070 \
10071 /usr/local/X11/lib \
10072 /usr/local/X11R6/lib \
10073 /usr/local/X11R5/lib \
10074 /usr/local/X11R4/lib \
10075 \
10076 /usr/local/lib/X11 \
10077 /usr/local/lib/X11R6 \
10078 /usr/local/lib/X11R5 \
10079 /usr/local/lib/X11R4 \
10080 \
10081 /usr/X386/lib \
10082 /usr/x386/lib \
10083 /usr/XFree86/lib/X11 \
10084 \
10085 /usr/lib \
10086 /usr/local/lib \
10087 /usr/unsupported/lib \
10088 /usr/athena/lib \
10089 /usr/local/x11r5/lib \
10090 /usr/lpp/Xamples/lib \
10091 /lib/usr/lib/X11 \
10092 \
10093 /usr/openwin/lib \
10094 /usr/openwin/share/lib \
10095 ; \
10096 do
10097 for ac_extension in a so sl; do
10098 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
10099 ac_x_libraries=$ac_dir
10100 break 2
10101 fi
10102 done
10103 done
10104 fi
10105 rm -f conftest*
10106 fi # $ac_x_libraries = NO
10107
10108 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
10109 # Didn't find X anywhere. Cache the known absence of X.
10110 ac_cv_have_x="have_x=no"
10111 else
10112 # Record where we found X for the cache.
10113 ac_cv_have_x="have_x=yes \
10114 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10115 fi
10116 fi
10117 fi
10118 eval "$ac_cv_have_x"
10119 fi # $with_x != no
10120
10121 if test "$have_x" != yes; then
10122 echo "$ac_t""$have_x" 1>&6
10123 no_x=yes
10124 else
10125 # If each of the values was on the command line, it overrides each guess.
10126 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
10127 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
10128 # Update the cache value to reflect the command line values.
10129 ac_cv_have_x="have_x=yes \
10130 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
10131 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
10132 fi
10133
10134 if test "$no_x" = yes; then
10135 # Not all programs may use this symbol, but it does not hurt to define it.
10136 cat >> confdefs.h <<\EOF
10137 #define X_DISPLAY_MISSING 1
10138 EOF
10139
10140 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
10141 else
10142 if test -n "$x_includes"; then
10143 X_CFLAGS="$X_CFLAGS -I$x_includes"
10144 fi
10145
10146 # It would also be nice to do this for all -L options, not just this one.
10147 if test -n "$x_libraries"; then
10148 X_LIBS="$X_LIBS -L$x_libraries"
10149 # For Solaris; some versions of Sun CC require a space after -R and
10150 # others require no space. Words are not sufficient . . . .
10151 case "`(uname -sr) 2>/dev/null`" in
10152 "SunOS 5"*)
10153 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
10154 echo "configure:10155: checking whether -R must be followed by a space" >&5
10155 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
10156 cat > conftest.$ac_ext <<EOF
10157 #line 10158 "configure"
10158 #include "confdefs.h"
10159
10160 int main() {
10161
10162 ; return 0; }
10163 EOF
10164 if { (eval echo configure:10165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10165 rm -rf conftest*
10166 ac_R_nospace=yes
10167 else
10168 echo "configure: failed program was:" >&5
10169 cat conftest.$ac_ext >&5
10170 rm -rf conftest*
10171 ac_R_nospace=no
10172 fi
10173 rm -f conftest*
10174 if test $ac_R_nospace = yes; then
10175 echo "$ac_t""no" 1>&6
10176 X_LIBS="$X_LIBS -R$x_libraries"
10177 else
10178 LIBS="$ac_xsave_LIBS -R $x_libraries"
10179 cat > conftest.$ac_ext <<EOF
10180 #line 10181 "configure"
10181 #include "confdefs.h"
10182
10183 int main() {
10184
10185 ; return 0; }
10186 EOF
10187 if { (eval echo configure:10188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10188 rm -rf conftest*
10189 ac_R_space=yes
10190 else
10191 echo "configure: failed program was:" >&5
10192 cat conftest.$ac_ext >&5
10193 rm -rf conftest*
10194 ac_R_space=no
10195 fi
10196 rm -f conftest*
10197 if test $ac_R_space = yes; then
10198 echo "$ac_t""yes" 1>&6
10199 X_LIBS="$X_LIBS -R $x_libraries"
10200 else
10201 echo "$ac_t""neither works" 1>&6
10202 fi
10203 fi
10204 LIBS="$ac_xsave_LIBS"
10205 esac
10206 fi
10207
10208 # Check for system-dependent libraries X programs must link with.
10209 # Do this before checking for the system-independent R6 libraries
10210 # (-lICE), since we may need -lsocket or whatever for X linking.
10211
10212 if test "$ISC" = yes; then
10213 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
10214 else
10215 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10216 # libraries were built with DECnet support. And karl@cs.umb.edu says
10217 # the Alpha needs dnet_stub (dnet does not exist).
10218 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
10219 echo "configure:10220: checking for dnet_ntoa in -ldnet" >&5
10220 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10221 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10222 echo $ac_n "(cached) $ac_c" 1>&6
10223 else
10224 ac_save_LIBS="$LIBS"
10225 LIBS="-ldnet $LIBS"
10226 cat > conftest.$ac_ext <<EOF
10227 #line 10228 "configure"
10228 #include "confdefs.h"
10229 /* Override any gcc2 internal prototype to avoid an error. */
10230 /* We use char because int might match the return type of a gcc2
10231 builtin and then its argument prototype would still apply. */
10232 char dnet_ntoa();
10233
10234 int main() {
10235 dnet_ntoa()
10236 ; return 0; }
10237 EOF
10238 if { (eval echo configure:10239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10239 rm -rf conftest*
10240 eval "ac_cv_lib_$ac_lib_var=yes"
10241 else
10242 echo "configure: failed program was:" >&5
10243 cat conftest.$ac_ext >&5
10244 rm -rf conftest*
10245 eval "ac_cv_lib_$ac_lib_var=no"
10246 fi
10247 rm -f conftest*
10248 LIBS="$ac_save_LIBS"
10249
10250 fi
10251 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10252 echo "$ac_t""yes" 1>&6
10253 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
10254 else
10255 echo "$ac_t""no" 1>&6
10256 fi
10257
10258 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
10259 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
10260 echo "configure:10261: checking for dnet_ntoa in -ldnet_stub" >&5
10261 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10262 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10263 echo $ac_n "(cached) $ac_c" 1>&6
10264 else
10265 ac_save_LIBS="$LIBS"
10266 LIBS="-ldnet_stub $LIBS"
10267 cat > conftest.$ac_ext <<EOF
10268 #line 10269 "configure"
10269 #include "confdefs.h"
10270 /* Override any gcc2 internal prototype to avoid an error. */
10271 /* We use char because int might match the return type of a gcc2
10272 builtin and then its argument prototype would still apply. */
10273 char dnet_ntoa();
10274
10275 int main() {
10276 dnet_ntoa()
10277 ; return 0; }
10278 EOF
10279 if { (eval echo configure:10280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10280 rm -rf conftest*
10281 eval "ac_cv_lib_$ac_lib_var=yes"
10282 else
10283 echo "configure: failed program was:" >&5
10284 cat conftest.$ac_ext >&5
10285 rm -rf conftest*
10286 eval "ac_cv_lib_$ac_lib_var=no"
10287 fi
10288 rm -f conftest*
10289 LIBS="$ac_save_LIBS"
10290
10291 fi
10292 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10293 echo "$ac_t""yes" 1>&6
10294 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
10295 else
10296 echo "$ac_t""no" 1>&6
10297 fi
10298
10299 fi
10300
10301 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10302 # to get the SysV transport functions.
10303 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
10304 # needs -lnsl.
10305 # The nsl library prevents programs from opening the X display
10306 # on Irix 5.2, according to dickey@clark.net.
10307 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
10308 echo "configure:10309: checking for gethostbyname" >&5
10309 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10310 echo $ac_n "(cached) $ac_c" 1>&6
10311 else
10312 cat > conftest.$ac_ext <<EOF
10313 #line 10314 "configure"
10314 #include "confdefs.h"
10315 /* System header to define __stub macros and hopefully few prototypes,
10316 which can conflict with char gethostbyname(); below. */
10317 #include <assert.h>
10318 /* Override any gcc2 internal prototype to avoid an error. */
10319 /* We use char because int might match the return type of a gcc2
10320 builtin and then its argument prototype would still apply. */
10321 char gethostbyname();
10322
10323 int main() {
10324
10325 /* The GNU C library defines this for functions which it implements
10326 to always fail with ENOSYS. Some functions are actually named
10327 something starting with __ and the normal name is an alias. */
10328 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10329 choke me
10330 #else
10331 gethostbyname();
10332 #endif
10333
10334 ; return 0; }
10335 EOF
10336 if { (eval echo configure:10337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10337 rm -rf conftest*
10338 eval "ac_cv_func_gethostbyname=yes"
10339 else
10340 echo "configure: failed program was:" >&5
10341 cat conftest.$ac_ext >&5
10342 rm -rf conftest*
10343 eval "ac_cv_func_gethostbyname=no"
10344 fi
10345 rm -f conftest*
10346 fi
10347
10348 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10349 echo "$ac_t""yes" 1>&6
10350 :
10351 else
10352 echo "$ac_t""no" 1>&6
10353 fi
10354
10355 if test $ac_cv_func_gethostbyname = no; then
10356 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
10357 echo "configure:10358: checking for gethostbyname in -lnsl" >&5
10358 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10359 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10360 echo $ac_n "(cached) $ac_c" 1>&6
10361 else
10362 ac_save_LIBS="$LIBS"
10363 LIBS="-lnsl $LIBS"
10364 cat > conftest.$ac_ext <<EOF
10365 #line 10366 "configure"
10366 #include "confdefs.h"
10367 /* Override any gcc2 internal prototype to avoid an error. */
10368 /* We use char because int might match the return type of a gcc2
10369 builtin and then its argument prototype would still apply. */
10370 char gethostbyname();
10371
10372 int main() {
10373 gethostbyname()
10374 ; return 0; }
10375 EOF
10376 if { (eval echo configure:10377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10377 rm -rf conftest*
10378 eval "ac_cv_lib_$ac_lib_var=yes"
10379 else
10380 echo "configure: failed program was:" >&5
10381 cat conftest.$ac_ext >&5
10382 rm -rf conftest*
10383 eval "ac_cv_lib_$ac_lib_var=no"
10384 fi
10385 rm -f conftest*
10386 LIBS="$ac_save_LIBS"
10387
10388 fi
10389 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10390 echo "$ac_t""yes" 1>&6
10391 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
10392 else
10393 echo "$ac_t""no" 1>&6
10394 fi
10395
10396 fi
10397
10398 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10399 # socket/setsockopt and other routines are undefined under SCO ODT
10400 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10401 # on later versions), says simon@lia.di.epfl.ch: it contains
10402 # gethostby* variants that don't use the nameserver (or something).
10403 # -lsocket must be given before -lnsl if both are needed.
10404 # We assume that if connect needs -lnsl, so does gethostbyname.
10405 echo $ac_n "checking for connect""... $ac_c" 1>&6
10406 echo "configure:10407: checking for connect" >&5
10407 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10408 echo $ac_n "(cached) $ac_c" 1>&6
10409 else
10410 cat > conftest.$ac_ext <<EOF
10411 #line 10412 "configure"
10412 #include "confdefs.h"
10413 /* System header to define __stub macros and hopefully few prototypes,
10414 which can conflict with char connect(); below. */
10415 #include <assert.h>
10416 /* Override any gcc2 internal prototype to avoid an error. */
10417 /* We use char because int might match the return type of a gcc2
10418 builtin and then its argument prototype would still apply. */
10419 char connect();
10420
10421 int main() {
10422
10423 /* The GNU C library defines this for functions which it implements
10424 to always fail with ENOSYS. Some functions are actually named
10425 something starting with __ and the normal name is an alias. */
10426 #if defined (__stub_connect) || defined (__stub___connect)
10427 choke me
10428 #else
10429 connect();
10430 #endif
10431
10432 ; return 0; }
10433 EOF
10434 if { (eval echo configure:10435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10435 rm -rf conftest*
10436 eval "ac_cv_func_connect=yes"
10437 else
10438 echo "configure: failed program was:" >&5
10439 cat conftest.$ac_ext >&5
10440 rm -rf conftest*
10441 eval "ac_cv_func_connect=no"
10442 fi
10443 rm -f conftest*
10444 fi
10445
10446 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
10447 echo "$ac_t""yes" 1>&6
10448 :
10449 else
10450 echo "$ac_t""no" 1>&6
10451 fi
10452
10453 if test $ac_cv_func_connect = no; then
10454 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
10455 echo "configure:10456: checking for connect in -lsocket" >&5
10456 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
10457 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10458 echo $ac_n "(cached) $ac_c" 1>&6
10459 else
10460 ac_save_LIBS="$LIBS"
10461 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
10462 cat > conftest.$ac_ext <<EOF
10463 #line 10464 "configure"
10464 #include "confdefs.h"
10465 /* Override any gcc2 internal prototype to avoid an error. */
10466 /* We use char because int might match the return type of a gcc2
10467 builtin and then its argument prototype would still apply. */
10468 char connect();
10469
10470 int main() {
10471 connect()
10472 ; return 0; }
10473 EOF
10474 if { (eval echo configure:10475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10475 rm -rf conftest*
10476 eval "ac_cv_lib_$ac_lib_var=yes"
10477 else
10478 echo "configure: failed program was:" >&5
10479 cat conftest.$ac_ext >&5
10480 rm -rf conftest*
10481 eval "ac_cv_lib_$ac_lib_var=no"
10482 fi
10483 rm -f conftest*
10484 LIBS="$ac_save_LIBS"
10485
10486 fi
10487 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10488 echo "$ac_t""yes" 1>&6
10489 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
10490 else
10491 echo "$ac_t""no" 1>&6
10492 fi
10493
10494 fi
10495
10496 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
10497 echo $ac_n "checking for remove""... $ac_c" 1>&6
10498 echo "configure:10499: checking for remove" >&5
10499 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
10500 echo $ac_n "(cached) $ac_c" 1>&6
10501 else
10502 cat > conftest.$ac_ext <<EOF
10503 #line 10504 "configure"
10504 #include "confdefs.h"
10505 /* System header to define __stub macros and hopefully few prototypes,
10506 which can conflict with char remove(); below. */
10507 #include <assert.h>
10508 /* Override any gcc2 internal prototype to avoid an error. */
10509 /* We use char because int might match the return type of a gcc2
10510 builtin and then its argument prototype would still apply. */
10511 char remove();
10512
10513 int main() {
10514
10515 /* The GNU C library defines this for functions which it implements
10516 to always fail with ENOSYS. Some functions are actually named
10517 something starting with __ and the normal name is an alias. */
10518 #if defined (__stub_remove) || defined (__stub___remove)
10519 choke me
10520 #else
10521 remove();
10522 #endif
10523
10524 ; return 0; }
10525 EOF
10526 if { (eval echo configure:10527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10527 rm -rf conftest*
10528 eval "ac_cv_func_remove=yes"
10529 else
10530 echo "configure: failed program was:" >&5
10531 cat conftest.$ac_ext >&5
10532 rm -rf conftest*
10533 eval "ac_cv_func_remove=no"
10534 fi
10535 rm -f conftest*
10536 fi
10537
10538 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
10539 echo "$ac_t""yes" 1>&6
10540 :
10541 else
10542 echo "$ac_t""no" 1>&6
10543 fi
10544
10545 if test $ac_cv_func_remove = no; then
10546 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
10547 echo "configure:10548: checking for remove in -lposix" >&5
10548 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
10549 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10550 echo $ac_n "(cached) $ac_c" 1>&6
10551 else
10552 ac_save_LIBS="$LIBS"
10553 LIBS="-lposix $LIBS"
10554 cat > conftest.$ac_ext <<EOF
10555 #line 10556 "configure"
10556 #include "confdefs.h"
10557 /* Override any gcc2 internal prototype to avoid an error. */
10558 /* We use char because int might match the return type of a gcc2
10559 builtin and then its argument prototype would still apply. */
10560 char remove();
10561
10562 int main() {
10563 remove()
10564 ; return 0; }
10565 EOF
10566 if { (eval echo configure:10567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10567 rm -rf conftest*
10568 eval "ac_cv_lib_$ac_lib_var=yes"
10569 else
10570 echo "configure: failed program was:" >&5
10571 cat conftest.$ac_ext >&5
10572 rm -rf conftest*
10573 eval "ac_cv_lib_$ac_lib_var=no"
10574 fi
10575 rm -f conftest*
10576 LIBS="$ac_save_LIBS"
10577
10578 fi
10579 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10580 echo "$ac_t""yes" 1>&6
10581 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
10582 else
10583 echo "$ac_t""no" 1>&6
10584 fi
10585
10586 fi
10587
10588 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10589 echo $ac_n "checking for shmat""... $ac_c" 1>&6
10590 echo "configure:10591: checking for shmat" >&5
10591 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
10592 echo $ac_n "(cached) $ac_c" 1>&6
10593 else
10594 cat > conftest.$ac_ext <<EOF
10595 #line 10596 "configure"
10596 #include "confdefs.h"
10597 /* System header to define __stub macros and hopefully few prototypes,
10598 which can conflict with char shmat(); below. */
10599 #include <assert.h>
10600 /* Override any gcc2 internal prototype to avoid an error. */
10601 /* We use char because int might match the return type of a gcc2
10602 builtin and then its argument prototype would still apply. */
10603 char shmat();
10604
10605 int main() {
10606
10607 /* The GNU C library defines this for functions which it implements
10608 to always fail with ENOSYS. Some functions are actually named
10609 something starting with __ and the normal name is an alias. */
10610 #if defined (__stub_shmat) || defined (__stub___shmat)
10611 choke me
10612 #else
10613 shmat();
10614 #endif
10615
10616 ; return 0; }
10617 EOF
10618 if { (eval echo configure:10619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10619 rm -rf conftest*
10620 eval "ac_cv_func_shmat=yes"
10621 else
10622 echo "configure: failed program was:" >&5
10623 cat conftest.$ac_ext >&5
10624 rm -rf conftest*
10625 eval "ac_cv_func_shmat=no"
10626 fi
10627 rm -f conftest*
10628 fi
10629
10630 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
10631 echo "$ac_t""yes" 1>&6
10632 :
10633 else
10634 echo "$ac_t""no" 1>&6
10635 fi
10636
10637 if test $ac_cv_func_shmat = no; then
10638 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
10639 echo "configure:10640: checking for shmat in -lipc" >&5
10640 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
10641 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10642 echo $ac_n "(cached) $ac_c" 1>&6
10643 else
10644 ac_save_LIBS="$LIBS"
10645 LIBS="-lipc $LIBS"
10646 cat > conftest.$ac_ext <<EOF
10647 #line 10648 "configure"
10648 #include "confdefs.h"
10649 /* Override any gcc2 internal prototype to avoid an error. */
10650 /* We use char because int might match the return type of a gcc2
10651 builtin and then its argument prototype would still apply. */
10652 char shmat();
10653
10654 int main() {
10655 shmat()
10656 ; return 0; }
10657 EOF
10658 if { (eval echo configure:10659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10659 rm -rf conftest*
10660 eval "ac_cv_lib_$ac_lib_var=yes"
10661 else
10662 echo "configure: failed program was:" >&5
10663 cat conftest.$ac_ext >&5
10664 rm -rf conftest*
10665 eval "ac_cv_lib_$ac_lib_var=no"
10666 fi
10667 rm -f conftest*
10668 LIBS="$ac_save_LIBS"
10669
10670 fi
10671 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10672 echo "$ac_t""yes" 1>&6
10673 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10674 else
10675 echo "$ac_t""no" 1>&6
10676 fi
10677
10678 fi
10679 fi
10680
10681 # Check for libraries that X11R6 Xt/Xaw programs need.
10682 ac_save_LDFLAGS="$LDFLAGS"
10683 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10684 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10685 # check for ICE first), but we must link in the order -lSM -lICE or
10686 # we get undefined symbols. So assume we have SM if we have ICE.
10687 # These have to be linked with before -lX11, unlike the other
10688 # libraries we check for below, so use a different variable.
10689 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
10690 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
10691 echo "configure:10692: checking for IceConnectionNumber in -lICE" >&5
10692 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
10693 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10694 echo $ac_n "(cached) $ac_c" 1>&6
10695 else
10696 ac_save_LIBS="$LIBS"
10697 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10698 cat > conftest.$ac_ext <<EOF
10699 #line 10700 "configure"
10700 #include "confdefs.h"
10701 /* Override any gcc2 internal prototype to avoid an error. */
10702 /* We use char because int might match the return type of a gcc2
10703 builtin and then its argument prototype would still apply. */
10704 char IceConnectionNumber();
10705
10706 int main() {
10707 IceConnectionNumber()
10708 ; return 0; }
10709 EOF
10710 if { (eval echo configure:10711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
10711 rm -rf conftest*
10712 eval "ac_cv_lib_$ac_lib_var=yes"
10713 else
10714 echo "configure: failed program was:" >&5
10715 cat conftest.$ac_ext >&5
10716 rm -rf conftest*
10717 eval "ac_cv_lib_$ac_lib_var=no"
10718 fi
10719 rm -f conftest*
10720 LIBS="$ac_save_LIBS"
10721
10722 fi
10723 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10724 echo "$ac_t""yes" 1>&6
10725 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10726 else
10727 echo "$ac_t""no" 1>&6
10728 fi
10729
10730 LDFLAGS="$ac_save_LDFLAGS"
10731
10732 fi
10733
10734 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10735 LDFLAGS="$LDFLAGS $X_LIBS"
10736
10737 if test "$wxUSE_MOTIF" = 1; then
10738 if test "$no_x" = "yes"; then
10739 { echo "configure: error: X11 not found" 1>&2; exit 1; }
10740 fi
10741
10742 GUI_TK_LIBRARY="$X_LIBS"
10743 TOOLKIT_INCLUDE="$X_CFLAGS"
10744 AFMINSTALL=afminstall
10745 COMPILED_X_PROGRAM=0
10746
10747 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
10748 echo "configure:10749: checking for Motif/Lesstif headers" >&5
10749
10750 ac_find_includes=
10751 for ac_dir in $SEARCH_INCLUDE;
10752 do
10753 if test -f "$ac_dir/Xm/Xm.h"; then
10754 ac_find_includes=$ac_dir
10755 break
10756 fi
10757 done
10758
10759 if test "$ac_find_includes" != "" ; then
10760 echo "$ac_t""found $ac_find_includes" 1>&6
10761 else
10762 cat > conftest.$ac_ext <<EOF
10763 #line 10764 "configure"
10764 #include "confdefs.h"
10765
10766 #include <Xm/Xm.h>
10767
10768 int main() {
10769
10770 int version;
10771 version = xmUseVersion;
10772
10773 ; return 0; }
10774 EOF
10775 if { (eval echo configure:10776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10776 rm -rf conftest*
10777
10778 echo "$ac_t""found in default search path" 1>&6
10779 COMPILED_X_PROGRAM=1
10780
10781 else
10782 echo "configure: failed program was:" >&5
10783 cat conftest.$ac_ext >&5
10784 rm -rf conftest*
10785
10786 echo "$ac_t""no" 1>&6
10787 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
10788
10789
10790 fi
10791 rm -f conftest*
10792 fi
10793
10794 if test "$COMPILED_X_PROGRAM" = 0; then
10795 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
10796 echo "configure:10797: checking for Motif/Lesstif library" >&5
10797
10798 ac_find_libraries=
10799 for ac_dir in $SEARCH_LIB;
10800 do
10801 for ac_extension in a so sl dylib; do
10802 if test -f "$ac_dir/libXm.$ac_extension"; then
10803 ac_find_libraries=$ac_dir
10804 break 2
10805 fi
10806 done
10807 done
10808
10809 if test "$ac_find_libraries" != "" ; then
10810
10811 ac_path_to_include=$ac_find_includes
10812 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
10813 result=$?
10814 if test $result = 0; then
10815 ac_path_to_include=""
10816 else
10817 ac_path_to_include="-I$ac_find_includes"
10818 fi
10819
10820
10821 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
10822 result=$?
10823 if test $result = 0; then
10824 ac_path_to_link=""
10825 else
10826 ac_path_to_link="-L$ac_find_libraries"
10827 fi
10828
10829
10830 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
10831 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $ac_path_to_include"
10832 echo "$ac_t""found at $ac_find_libraries" 1>&6
10833 else
10834 cat > conftest.$ac_ext <<EOF
10835 #line 10836 "configure"
10836 #include "confdefs.h"
10837
10838 #include <Xm/Xm.h>
10839
10840 int main() {
10841
10842 int version;
10843 version = xmUseVersion;
10844
10845 ; return 0; }
10846 EOF
10847 if { (eval echo configure:10848: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10848 rm -rf conftest*
10849
10850 echo "$ac_t""found in default search path" 1>&6
10851 COMPILED_X_PROGRAM=1
10852
10853 else
10854 echo "configure: failed program was:" >&5
10855 cat conftest.$ac_ext >&5
10856 rm -rf conftest*
10857
10858 echo "$ac_t""no" 1>&6
10859 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
10860
10861
10862 fi
10863 rm -f conftest*
10864 fi
10865 fi
10866
10867 xpm_link=""
10868 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10869 echo "configure:10870: checking for Xpm library" >&5
10870
10871 ac_find_libraries=
10872 for ac_dir in $SEARCH_LIB;
10873 do
10874 for ac_extension in a so sl dylib; do
10875 if test -f "$ac_dir/libXpm.$ac_extension"; then
10876 ac_find_libraries=$ac_dir
10877 break 2
10878 fi
10879 done
10880 done
10881
10882 if test "$ac_find_libraries" != "" ; then
10883
10884 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
10885 result=$?
10886 if test $result = 0; then
10887 ac_path_to_link=""
10888 else
10889 ac_path_to_link="-L$ac_find_libraries"
10890 fi
10891
10892 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $ac_path_to_link"
10893 xpm_link="-lXpm "
10894 cat >> confdefs.h <<\EOF
10895 #define wxHAVE_LIB_XPM 1
10896 EOF
10897
10898 echo "$ac_t""found at $ac_find_libraries" 1>&6
10899 else
10900 cat > conftest.$ac_ext <<EOF
10901 #line 10902 "configure"
10902 #include "confdefs.h"
10903
10904 #include <X11/xpm.h>
10905
10906 int main() {
10907
10908 int version;
10909 version = XpmLibraryVersion();
10910
10911 ; return 0; }
10912 EOF
10913 if { (eval echo configure:10914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10914 rm -rf conftest*
10915
10916 xpm_link="-lXpm "
10917 cat >> confdefs.h <<\EOF
10918 #define wxHAVE_LIB_XPM 1
10919 EOF
10920
10921 echo "$ac_t""found in default search path" 1>&6
10922 COMPILED_X_PROGRAM=0
10923
10924 else
10925 echo "configure: failed program was:" >&5
10926 cat conftest.$ac_ext >&5
10927 rm -rf conftest*
10928
10929 echo "$ac_t""no" 1>&6
10930 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10931
10932
10933 fi
10934 rm -f conftest*
10935 fi
10936
10937 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11"
10938 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
10939 TOOLKIT=MOTIF
10940 GUIDIST=MOTIF_DIST
10941 fi
10942
10943 if test "$wxUSE_MAC" = 1; then
10944 if test "$wxUSE_PRECOMP" = "yes"; then
10945 CPPFLAGS="${CPPFLAGS} -cpp-precomp"
10946 fi
10947 CPPFLAGS="${CPPFLAGS} -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
10948 CFLAGS="${CFLAGS} -fpascal-strings"
10949 CXXFLAGS="${CXXFLAGS} -fpascal-strings"
10950 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DTARGET_CARBON"
10951
10952 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
10953 TOOLKIT=MAC
10954 GUIDIST=MACX_DIST
10955 fi
10956
10957 if test "$wxUSE_PM" = 1; then
10958 TOOLKIT=PM
10959 GUIDIST=GTK_DIST
10960 fi
10961
10962 if test "$TOOLKIT" = "PM" ; then
10963 TOOLKIT_DIR="os2"
10964 else
10965 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
10966 fi
10967
10968 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
10969
10970 if test "$wxUSE_UNIVERSAL" = "yes"; then
10971 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
10972 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
10973 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
10974 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
10975 WIDGET_SET=univ
10976 else
10977 ALL_OBJECTS="\$(GUIOBJS)"
10978 fi
10979
10980 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
10981
10982 if test "$TOOLKIT" != "MSW"; then
10983 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
10984 fi
10985
10986 if test "$wxUSE_HTML" = "yes"; then
10987 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
10988 fi
10989
10990 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
10991 ALL_OBJECTS="${ALL_OBJECTS} \$(IODBCOBJS)"
10992 fi
10993 if test "$wxUSE_LIBJPEG" = "yes" ; then
10994 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
10995 fi
10996 if test "$wxUSE_LIBTIFF" = "yes" ; then
10997 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
10998 fi
10999 if test "$wxUSE_LIBPNG" = "yes" ; then
11000 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
11001 fi
11002 if test "$wxUSE_FREETYPE" = "yes" ; then
11003 ALL_OBJECTS="${ALL_OBJECTS} \$(FREETYPEOBJS)"
11004 fi
11005
11006 RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
11007 RPM_SPEC="wx\$(TOOLKIT).spec"
11008
11009 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
11010 DISTDIR="wx\$(TOOLKIT)"
11011 else
11012 USE_GUI=0
11013
11014 TOOLKIT_DIR="base"
11015
11016 if test "$USE_WIN32" = 1 ; then
11017 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
11018 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
11019
11020 TOOLKIT="MSW"
11021 else
11022 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
11023 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
11024 fi
11025
11026 PORT_FILES="\${top_srcdir}/src/files.lst"
11027 RPM_FILES="src/rpmfiles.lst"
11028 RPM_SPEC="wxBase.spec"
11029
11030 GUIDIST="BASE_DIST"
11031 DISTDIR="wxBase"
11032 fi
11033
11034 if test "x$REGEX_INCLUDE" != "x" ; then
11035 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
11036 fi
11037 if test "$wxUSE_ZLIB" = "yes" ; then
11038 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
11039 fi
11040
11041 if test "$wxUSE_OPENGL" = "yes"; then
11042 if test "$wxUSE_MAC" = 1; then
11043 cat >> confdefs.h <<\EOF
11044 #define wxUSE_OPENGL 1
11045 EOF
11046
11047 cat >> confdefs.h <<\EOF
11048 #define wxUSE_GLCANVAS 1
11049 EOF
11050
11051 OPENGL_LIBS="-framework OpenGL -framework AGL"
11052 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
11053 else
11054 ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
11055 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
11056 echo "configure:11057: checking for GL/gl.h" >&5
11057 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11058 echo $ac_n "(cached) $ac_c" 1>&6
11059 else
11060 cat > conftest.$ac_ext <<EOF
11061 #line 11062 "configure"
11062 #include "confdefs.h"
11063 #include <GL/gl.h>
11064 EOF
11065 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11066 { (eval echo configure:11067: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11067 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11068 if test -z "$ac_err"; then
11069 rm -rf conftest*
11070 eval "ac_cv_header_$ac_safe=yes"
11071 else
11072 echo "$ac_err" >&5
11073 echo "configure: failed program was:" >&5
11074 cat conftest.$ac_ext >&5
11075 rm -rf conftest*
11076 eval "ac_cv_header_$ac_safe=no"
11077 fi
11078 rm -f conftest*
11079 fi
11080 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11081 echo "$ac_t""yes" 1>&6
11082
11083 cat >> confdefs.h <<\EOF
11084 #define wxUSE_OPENGL 1
11085 EOF
11086
11087 cat >> confdefs.h <<\EOF
11088 #define wxUSE_GLCANVAS 1
11089 EOF
11090
11091 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl"
11092 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
11093 echo "configure:11094: checking for glFlush in -lGL" >&5
11094 ac_lib_var=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
11095 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11096 echo $ac_n "(cached) $ac_c" 1>&6
11097 else
11098 ac_save_LIBS="$LIBS"
11099 LIBS="-lGL $LIBS"
11100 cat > conftest.$ac_ext <<EOF
11101 #line 11102 "configure"
11102 #include "confdefs.h"
11103 /* Override any gcc2 internal prototype to avoid an error. */
11104 /* We use char because int might match the return type of a gcc2
11105 builtin and then its argument prototype would still apply. */
11106 char glFlush();
11107
11108 int main() {
11109 glFlush()
11110 ; return 0; }
11111 EOF
11112 if { (eval echo configure:11113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11113 rm -rf conftest*
11114 eval "ac_cv_lib_$ac_lib_var=yes"
11115 else
11116 echo "configure: failed program was:" >&5
11117 cat conftest.$ac_ext >&5
11118 rm -rf conftest*
11119 eval "ac_cv_lib_$ac_lib_var=no"
11120 fi
11121 rm -f conftest*
11122 LIBS="$ac_save_LIBS"
11123
11124 fi
11125 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11126 echo "$ac_t""yes" 1>&6
11127
11128 OPENGL_LIBS="-lGL -lGLU"
11129
11130 else
11131 echo "$ac_t""no" 1>&6
11132
11133 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
11134 echo "configure:11135: checking for glFlush in -lMesaGL" >&5
11135 ac_lib_var=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
11136 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11137 echo $ac_n "(cached) $ac_c" 1>&6
11138 else
11139 ac_save_LIBS="$LIBS"
11140 LIBS="-lMesaGL $LIBS"
11141 cat > conftest.$ac_ext <<EOF
11142 #line 11143 "configure"
11143 #include "confdefs.h"
11144 /* Override any gcc2 internal prototype to avoid an error. */
11145 /* We use char because int might match the return type of a gcc2
11146 builtin and then its argument prototype would still apply. */
11147 char glFlush();
11148
11149 int main() {
11150 glFlush()
11151 ; return 0; }
11152 EOF
11153 if { (eval echo configure:11154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11154 rm -rf conftest*
11155 eval "ac_cv_lib_$ac_lib_var=yes"
11156 else
11157 echo "configure: failed program was:" >&5
11158 cat conftest.$ac_ext >&5
11159 rm -rf conftest*
11160 eval "ac_cv_lib_$ac_lib_var=no"
11161 fi
11162 rm -f conftest*
11163 LIBS="$ac_save_LIBS"
11164
11165 fi
11166 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11167 echo "$ac_t""yes" 1>&6
11168
11169 OPENGL_LIBS="-lMesaGL -lMesaGLU"
11170
11171 else
11172 echo "$ac_t""no" 1>&6
11173 fi
11174
11175
11176 fi
11177
11178
11179 else
11180 echo "$ac_t""no" 1>&6
11181 wxUSE_OPENGL=0
11182 fi
11183
11184 fi
11185 fi
11186
11187 if test -z "$TOOLKIT_VPATH" ; then
11188 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
11189 fi
11190
11191 if test -n "$TOOLKIT" ; then
11192 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
11193 fi
11194
11195 if test "$wxUSE_CYGWIN" = 1 ; then
11196 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
11197 fi
11198
11199 lib_debug_suffix=
11200 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
11201 lib_debug_suffix=d
11202 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}d"
11203 fi
11204
11205 TOOLCHAIN_NAME="${TOOLKIT_DIR}${WIDGET_SET}${lib_debug_suffix}-${WX_RELEASE}"
11206 TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${WIDGET_SET}${lib_debug_suffix}_gl-${WX_RELEASE}"
11207
11208 if test "$cross_compiling" = "yes"; then
11209 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
11210 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
11211 fi
11212
11213 WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
11214 WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
11215
11216 WXCONFIG_LIBS="-l${WX_LIBRARY}"
11217
11218 if test "$wxUSE_OPENGL" = "yes"; then
11219 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} $OPENGL_LIBS"
11220 fi
11221
11222 WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
11223 WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
11224
11225 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11226 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11227
11228 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
11229 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
11230 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
11231 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
11232
11233 WX_RESOURCES_MACOSX="lib${WX_LIBRARY}.rsrc"
11234
11235
11236
11237 if test "$wxUSE_SHARED" = "yes"; then
11238
11239 if test "$wxUSE_OPENGL" = "yes"; then
11240 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11241 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
11242 else
11243 WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
11244 WX_ALL="\$(build_libdir)/${WX_LIBRARY_LINK1}"
11245 fi
11246
11247 if test "$GCC" = "yes"; then
11248 PIC_FLAG="-fPIC"
11249 fi
11250
11251 SHARED_LD="${CXX} -shared -o"
11252
11253 case "${host}" in
11254 *-hp-hpux* )
11255 if test "$GCC" != "yes"; then
11256 LDFLAGS="-L/usr/lib"
11257
11258 SHARED_LD="${CXX} -b -o"
11259 PIC_FLAG="+Z"
11260 fi
11261
11262 if test "$wxUSE_OPENGL" = "yes"; then
11263 WX_ALL_INSTALLED="preinstall_gl"
11264 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11265 else
11266 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11267 fi
11268 ;;
11269
11270 *-*-linux* )
11271 if test "$GCC" != "yes"; then
11272 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
11273 echo "configure:11274: checking for Intel compiler" >&5
11274 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11275 echo $ac_n "(cached) $ac_c" 1>&6
11276 else
11277
11278 cat > conftest.$ac_ext <<EOF
11279 #line 11280 "configure"
11280 #include "confdefs.h"
11281
11282 int main() {
11283
11284 #ifndef __INTEL_COMPILER
11285 #error Not icc
11286 #endif
11287
11288 ; return 0; }
11289 EOF
11290 if { (eval echo configure:11291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11291 rm -rf conftest*
11292 wx_cv_prog_icc=yes
11293 else
11294 echo "configure: failed program was:" >&5
11295 cat conftest.$ac_ext >&5
11296 rm -rf conftest*
11297 wx_cv_prog_icc=no
11298
11299 fi
11300 rm -f conftest*
11301
11302 fi
11303
11304 echo "$ac_t""$wx_cv_prog_icc" 1>&6
11305 if test "$wx_cv_prog_icc" = "yes"; then
11306 PIC_FLAG="-KPIC"
11307 fi
11308 fi
11309
11310 if test "$wxUSE_SONAME" = "yes" ; then
11311 SONAME_FLAGS="-Wl,-soname,${WX_LIBRARY_LINK1}"
11312 SONAME_FLAGS_GL="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
11313 WX_TARGET_LIBRARY_SONAME="-Wl,-soname,\$(TARGETLIB_LINK1)"
11314 fi
11315 ;;
11316
11317 *-*-solaris2* )
11318 if test "$GCC" = yes ; then
11319 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
11320 else
11321 SHARED_LD="${CXX} -G -o"
11322 PIC_FLAG="-KPIC"
11323 SONAME_FLAGS="-h ${WX_LIBRARY_NAME_SHARED}"
11324 SONAME_FLAGS_GL="-h ${WX_LIBRARY_NAME_SHARED}"
11325 fi
11326 ;;
11327
11328 *-*-darwin* )
11329 CFLAGS="${CFLAGS} -fno-common"
11330 CXXFLAGS="${CXXFLAGS} -fno-common"
11331 SHARED_LD="${CXX} -dynamiclib -o"
11332 PIC_FLAG="-dynamic -fPIC"
11333 ;;
11334
11335 *-*-aix* )
11336 SHARED_LD="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
11337 ;;
11338
11339 *-*-cygwin* | *-*-mingw32* )
11340 SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_NAME_STATIC} -o"
11341 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1"
11342 WXMSW_DLL_DEFINES="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11343
11344 if test "$wxUSE_OPENGL" = "yes"; then
11345 WX_ALL_INSTALLED="preinstall_gl"
11346 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
11347 else
11348 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
11349 fi
11350 PIC_FLAG=
11351 ;;
11352
11353 *-pc-os2_emx )
11354 wxUSE_SHARED=no
11355 ;;
11356
11357 *-*-beos* )
11358 SHARED_LD="${LD} -shared -o"
11359 ;;
11360
11361 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11362 *-*-sunos4* | \
11363 *-*-irix5* | *-*-irix6* | \
11364 *-*-osf* | \
11365 *-*-dgux5* | \
11366 *-*-sysv5* )
11367 ;;
11368
11369 *)
11370 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
11371 esac
11372
11373 if test "x$WX_TARGET_LIBRARY" = "x"; then
11374 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
11375 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
11376 fi
11377
11378 WX_TARGET_LIBRARY_TYPE="so"
11379 fi
11380
11381 if test "$wxUSE_SHARED" = "no"; then
11382
11383 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
11384 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
11385 fi
11386
11387 if test "$wxUSE_OPENGL" = "yes"; then
11388 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
11389 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
11390 else
11391 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
11392 fi
11393
11394 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
11395 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
11396
11397 WX_TARGET_LIBRARY_TYPE="a"
11398 fi
11399
11400 if test "$wxUSE_MAC" = 1; then
11401 WX_ALL="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
11402 # Extract the first word of "Rez", so it can be a program name with args.
11403 set dummy Rez; ac_word=$2
11404 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11405 echo "configure:11406: checking for $ac_word" >&5
11406 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
11407 echo $ac_n "(cached) $ac_c" 1>&6
11408 else
11409 if test -n "$RESCOMP"; then
11410 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
11411 else
11412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11413 ac_dummy="$PATH"
11414 for ac_dir in $ac_dummy; do
11415 test -z "$ac_dir" && ac_dir=.
11416 if test -f $ac_dir/$ac_word; then
11417 ac_cv_prog_RESCOMP="Rez"
11418 break
11419 fi
11420 done
11421 IFS="$ac_save_ifs"
11422 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
11423 fi
11424 fi
11425 RESCOMP="$ac_cv_prog_RESCOMP"
11426 if test -n "$RESCOMP"; then
11427 echo "$ac_t""$RESCOMP" 1>&6
11428 else
11429 echo "$ac_t""no" 1>&6
11430 fi
11431
11432 # Extract the first word of "Derez", so it can be a program name with args.
11433 set dummy Derez; ac_word=$2
11434 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11435 echo "configure:11436: checking for $ac_word" >&5
11436 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
11437 echo $ac_n "(cached) $ac_c" 1>&6
11438 else
11439 if test -n "$DEREZ"; then
11440 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
11441 else
11442 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
11443 ac_dummy="$PATH"
11444 for ac_dir in $ac_dummy; do
11445 test -z "$ac_dir" && ac_dir=.
11446 if test -f $ac_dir/$ac_word; then
11447 ac_cv_prog_DEREZ="Derez"
11448 break
11449 fi
11450 done
11451 IFS="$ac_save_ifs"
11452 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/Derez"
11453 fi
11454 fi
11455 DEREZ="$ac_cv_prog_DEREZ"
11456 if test -n "$DEREZ"; then
11457 echo "$ac_t""$DEREZ" 1>&6
11458 else
11459 echo "$ac_t""no" 1>&6
11460 fi
11461
11462 LIBWXMACRES="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
11463 LIBWXMACRESCOMP="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
11464 LIBWXMACRESWXCONFIG="${RESCOMP} Carbon.r -t APPL ${LIBWXMACRES} -o"
11465 fi
11466
11467
11468 if test "$wxUSE_MAC" != 1; then
11469 for ac_hdr in strings.h
11470 do
11471 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11472 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11473 echo "configure:11474: checking for $ac_hdr" >&5
11474 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11475 echo $ac_n "(cached) $ac_c" 1>&6
11476 else
11477 cat > conftest.$ac_ext <<EOF
11478 #line 11479 "configure"
11479 #include "confdefs.h"
11480 #include <$ac_hdr>
11481 EOF
11482 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11483 { (eval echo configure:11484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11484 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11485 if test -z "$ac_err"; then
11486 rm -rf conftest*
11487 eval "ac_cv_header_$ac_safe=yes"
11488 else
11489 echo "$ac_err" >&5
11490 echo "configure: failed program was:" >&5
11491 cat conftest.$ac_ext >&5
11492 rm -rf conftest*
11493 eval "ac_cv_header_$ac_safe=no"
11494 fi
11495 rm -f conftest*
11496 fi
11497 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11498 echo "$ac_t""yes" 1>&6
11499 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11500 cat >> confdefs.h <<EOF
11501 #define $ac_tr_hdr 1
11502 EOF
11503
11504 else
11505 echo "$ac_t""no" 1>&6
11506 fi
11507 done
11508
11509 fi
11510
11511 for ac_hdr in stdlib.h
11512 do
11513 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11514 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11515 echo "configure:11516: checking for $ac_hdr" >&5
11516 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11517 echo $ac_n "(cached) $ac_c" 1>&6
11518 else
11519 cat > conftest.$ac_ext <<EOF
11520 #line 11521 "configure"
11521 #include "confdefs.h"
11522 #include <$ac_hdr>
11523 EOF
11524 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11525 { (eval echo configure:11526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11526 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11527 if test -z "$ac_err"; then
11528 rm -rf conftest*
11529 eval "ac_cv_header_$ac_safe=yes"
11530 else
11531 echo "$ac_err" >&5
11532 echo "configure: failed program was:" >&5
11533 cat conftest.$ac_ext >&5
11534 rm -rf conftest*
11535 eval "ac_cv_header_$ac_safe=no"
11536 fi
11537 rm -f conftest*
11538 fi
11539 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11540 echo "$ac_t""yes" 1>&6
11541 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11542 cat >> confdefs.h <<EOF
11543 #define $ac_tr_hdr 1
11544 EOF
11545
11546 else
11547 echo "$ac_t""no" 1>&6
11548 fi
11549 done
11550
11551 for ac_hdr in unistd.h
11552 do
11553 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11554 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11555 echo "configure:11556: checking for $ac_hdr" >&5
11556 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11557 echo $ac_n "(cached) $ac_c" 1>&6
11558 else
11559 cat > conftest.$ac_ext <<EOF
11560 #line 11561 "configure"
11561 #include "confdefs.h"
11562 #include <$ac_hdr>
11563 EOF
11564 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11565 { (eval echo configure:11566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11566 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11567 if test -z "$ac_err"; then
11568 rm -rf conftest*
11569 eval "ac_cv_header_$ac_safe=yes"
11570 else
11571 echo "$ac_err" >&5
11572 echo "configure: failed program was:" >&5
11573 cat conftest.$ac_ext >&5
11574 rm -rf conftest*
11575 eval "ac_cv_header_$ac_safe=no"
11576 fi
11577 rm -f conftest*
11578 fi
11579 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11580 echo "$ac_t""yes" 1>&6
11581 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11582 cat >> confdefs.h <<EOF
11583 #define $ac_tr_hdr 1
11584 EOF
11585
11586 else
11587 echo "$ac_t""no" 1>&6
11588 fi
11589 done
11590
11591 for ac_hdr in wchar.h
11592 do
11593 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11594 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11595 echo "configure:11596: checking for $ac_hdr" >&5
11596 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11597 echo $ac_n "(cached) $ac_c" 1>&6
11598 else
11599 cat > conftest.$ac_ext <<EOF
11600 #line 11601 "configure"
11601 #include "confdefs.h"
11602 #include <$ac_hdr>
11603 EOF
11604 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11605 { (eval echo configure:11606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11606 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11607 if test -z "$ac_err"; then
11608 rm -rf conftest*
11609 eval "ac_cv_header_$ac_safe=yes"
11610 else
11611 echo "$ac_err" >&5
11612 echo "configure: failed program was:" >&5
11613 cat conftest.$ac_ext >&5
11614 rm -rf conftest*
11615 eval "ac_cv_header_$ac_safe=no"
11616 fi
11617 rm -f conftest*
11618 fi
11619 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11620 echo "$ac_t""yes" 1>&6
11621 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11622 cat >> confdefs.h <<EOF
11623 #define $ac_tr_hdr 1
11624 EOF
11625
11626 else
11627 echo "$ac_t""no" 1>&6
11628 fi
11629 done
11630
11631 for ac_hdr in wcstr.h
11632 do
11633 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11634 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11635 echo "configure:11636: checking for $ac_hdr" >&5
11636 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11637 echo $ac_n "(cached) $ac_c" 1>&6
11638 else
11639 cat > conftest.$ac_ext <<EOF
11640 #line 11641 "configure"
11641 #include "confdefs.h"
11642 #include <$ac_hdr>
11643 EOF
11644 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11645 { (eval echo configure:11646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11646 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11647 if test -z "$ac_err"; then
11648 rm -rf conftest*
11649 eval "ac_cv_header_$ac_safe=yes"
11650 else
11651 echo "$ac_err" >&5
11652 echo "configure: failed program was:" >&5
11653 cat conftest.$ac_ext >&5
11654 rm -rf conftest*
11655 eval "ac_cv_header_$ac_safe=no"
11656 fi
11657 rm -f conftest*
11658 fi
11659 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11660 echo "$ac_t""yes" 1>&6
11661 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11662 cat >> confdefs.h <<EOF
11663 #define $ac_tr_hdr 1
11664 EOF
11665
11666 else
11667 echo "$ac_t""no" 1>&6
11668 fi
11669 done
11670
11671 for ac_hdr in fnmatch.h
11672 do
11673 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11674 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11675 echo "configure:11676: checking for $ac_hdr" >&5
11676 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11677 echo $ac_n "(cached) $ac_c" 1>&6
11678 else
11679 cat > conftest.$ac_ext <<EOF
11680 #line 11681 "configure"
11681 #include "confdefs.h"
11682 #include <$ac_hdr>
11683 EOF
11684 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11685 { (eval echo configure:11686: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11686 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11687 if test -z "$ac_err"; then
11688 rm -rf conftest*
11689 eval "ac_cv_header_$ac_safe=yes"
11690 else
11691 echo "$ac_err" >&5
11692 echo "configure: failed program was:" >&5
11693 cat conftest.$ac_ext >&5
11694 rm -rf conftest*
11695 eval "ac_cv_header_$ac_safe=no"
11696 fi
11697 rm -f conftest*
11698 fi
11699 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11700 echo "$ac_t""yes" 1>&6
11701 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11702 cat >> confdefs.h <<EOF
11703 #define $ac_tr_hdr 1
11704 EOF
11705
11706 else
11707 echo "$ac_t""no" 1>&6
11708 fi
11709 done
11710
11711 for ac_hdr in iconv.h
11712 do
11713 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11714 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11715 echo "configure:11716: checking for $ac_hdr" >&5
11716 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11717 echo $ac_n "(cached) $ac_c" 1>&6
11718 else
11719 cat > conftest.$ac_ext <<EOF
11720 #line 11721 "configure"
11721 #include "confdefs.h"
11722 #include <$ac_hdr>
11723 EOF
11724 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11725 { (eval echo configure:11726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11726 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11727 if test -z "$ac_err"; then
11728 rm -rf conftest*
11729 eval "ac_cv_header_$ac_safe=yes"
11730 else
11731 echo "$ac_err" >&5
11732 echo "configure: failed program was:" >&5
11733 cat conftest.$ac_ext >&5
11734 rm -rf conftest*
11735 eval "ac_cv_header_$ac_safe=no"
11736 fi
11737 rm -f conftest*
11738 fi
11739 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11740 echo "$ac_t""yes" 1>&6
11741 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11742 cat >> confdefs.h <<EOF
11743 #define $ac_tr_hdr 1
11744 EOF
11745
11746 else
11747 echo "$ac_t""no" 1>&6
11748 fi
11749 done
11750
11751 for ac_hdr in langinfo.h
11752 do
11753 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11754 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11755 echo "configure:11756: checking for $ac_hdr" >&5
11756 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11757 echo $ac_n "(cached) $ac_c" 1>&6
11758 else
11759 cat > conftest.$ac_ext <<EOF
11760 #line 11761 "configure"
11761 #include "confdefs.h"
11762 #include <$ac_hdr>
11763 EOF
11764 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11765 { (eval echo configure:11766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11766 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11767 if test -z "$ac_err"; then
11768 rm -rf conftest*
11769 eval "ac_cv_header_$ac_safe=yes"
11770 else
11771 echo "$ac_err" >&5
11772 echo "configure: failed program was:" >&5
11773 cat conftest.$ac_ext >&5
11774 rm -rf conftest*
11775 eval "ac_cv_header_$ac_safe=no"
11776 fi
11777 rm -f conftest*
11778 fi
11779 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11780 echo "$ac_t""yes" 1>&6
11781 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11782 cat >> confdefs.h <<EOF
11783 #define $ac_tr_hdr 1
11784 EOF
11785
11786 else
11787 echo "$ac_t""no" 1>&6
11788 fi
11789 done
11790
11791
11792 if test "$wxUSE_GUI" = "yes"; then
11793 if test "$wxUSE_UNIX" = "yes"; then
11794 for ac_hdr in X11/XKBlib.h
11795 do
11796 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11797 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11798 echo "configure:11799: checking for $ac_hdr" >&5
11799 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11800 echo $ac_n "(cached) $ac_c" 1>&6
11801 else
11802 cat > conftest.$ac_ext <<EOF
11803 #line 11804 "configure"
11804 #include "confdefs.h"
11805 #include <$ac_hdr>
11806 EOF
11807 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11808 { (eval echo configure:11809: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11809 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11810 if test -z "$ac_err"; then
11811 rm -rf conftest*
11812 eval "ac_cv_header_$ac_safe=yes"
11813 else
11814 echo "$ac_err" >&5
11815 echo "configure: failed program was:" >&5
11816 cat conftest.$ac_ext >&5
11817 rm -rf conftest*
11818 eval "ac_cv_header_$ac_safe=no"
11819 fi
11820 rm -f conftest*
11821 fi
11822 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11823 echo "$ac_t""yes" 1>&6
11824 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11825 cat >> confdefs.h <<EOF
11826 #define $ac_tr_hdr 1
11827 EOF
11828
11829 else
11830 echo "$ac_t""no" 1>&6
11831 fi
11832 done
11833
11834 fi
11835 fi
11836
11837
11838 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
11839 echo "configure:11840: checking for ANSI C header files" >&5
11840 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
11841 echo $ac_n "(cached) $ac_c" 1>&6
11842 else
11843 cat > conftest.$ac_ext <<EOF
11844 #line 11845 "configure"
11845 #include "confdefs.h"
11846 #include <stdlib.h>
11847 #include <stdarg.h>
11848 #include <string.h>
11849 #include <float.h>
11850 EOF
11851 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11852 { (eval echo configure:11853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11853 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11854 if test -z "$ac_err"; then
11855 rm -rf conftest*
11856 ac_cv_header_stdc=yes
11857 else
11858 echo "$ac_err" >&5
11859 echo "configure: failed program was:" >&5
11860 cat conftest.$ac_ext >&5
11861 rm -rf conftest*
11862 ac_cv_header_stdc=no
11863 fi
11864 rm -f conftest*
11865
11866 if test $ac_cv_header_stdc = yes; then
11867 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11868 cat > conftest.$ac_ext <<EOF
11869 #line 11870 "configure"
11870 #include "confdefs.h"
11871 #include <string.h>
11872 EOF
11873 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11874 egrep "memchr" >/dev/null 2>&1; then
11875 :
11876 else
11877 rm -rf conftest*
11878 ac_cv_header_stdc=no
11879 fi
11880 rm -f conftest*
11881
11882 fi
11883
11884 if test $ac_cv_header_stdc = yes; then
11885 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11886 cat > conftest.$ac_ext <<EOF
11887 #line 11888 "configure"
11888 #include "confdefs.h"
11889 #include <stdlib.h>
11890 EOF
11891 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11892 egrep "free" >/dev/null 2>&1; then
11893 :
11894 else
11895 rm -rf conftest*
11896 ac_cv_header_stdc=no
11897 fi
11898 rm -f conftest*
11899
11900 fi
11901
11902 if test $ac_cv_header_stdc = yes; then
11903 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11904 if test "$cross_compiling" = yes; then
11905 :
11906 else
11907 cat > conftest.$ac_ext <<EOF
11908 #line 11909 "configure"
11909 #include "confdefs.h"
11910 #include <ctype.h>
11911 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11912 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11913 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11914 int main () { int i; for (i = 0; i < 256; i++)
11915 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
11916 exit (0); }
11917
11918 EOF
11919 if { (eval echo configure:11920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
11920 then
11921 :
11922 else
11923 echo "configure: failed program was:" >&5
11924 cat conftest.$ac_ext >&5
11925 rm -fr conftest*
11926 ac_cv_header_stdc=no
11927 fi
11928 rm -fr conftest*
11929 fi
11930
11931 fi
11932 fi
11933
11934 echo "$ac_t""$ac_cv_header_stdc" 1>&6
11935 if test $ac_cv_header_stdc = yes; then
11936 cat >> confdefs.h <<\EOF
11937 #define STDC_HEADERS 1
11938 EOF
11939
11940 fi
11941
11942 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
11943 echo "configure:11944: checking for mode_t" >&5
11944 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
11945 echo $ac_n "(cached) $ac_c" 1>&6
11946 else
11947 cat > conftest.$ac_ext <<EOF
11948 #line 11949 "configure"
11949 #include "confdefs.h"
11950 #include <sys/types.h>
11951 #if STDC_HEADERS
11952 #include <stdlib.h>
11953 #include <stddef.h>
11954 #endif
11955 EOF
11956 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11957 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
11958 rm -rf conftest*
11959 ac_cv_type_mode_t=yes
11960 else
11961 rm -rf conftest*
11962 ac_cv_type_mode_t=no
11963 fi
11964 rm -f conftest*
11965
11966 fi
11967 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
11968 if test $ac_cv_type_mode_t = no; then
11969 cat >> confdefs.h <<\EOF
11970 #define mode_t int
11971 EOF
11972
11973 fi
11974
11975 echo $ac_n "checking for off_t""... $ac_c" 1>&6
11976 echo "configure:11977: checking for off_t" >&5
11977 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
11978 echo $ac_n "(cached) $ac_c" 1>&6
11979 else
11980 cat > conftest.$ac_ext <<EOF
11981 #line 11982 "configure"
11982 #include "confdefs.h"
11983 #include <sys/types.h>
11984 #if STDC_HEADERS
11985 #include <stdlib.h>
11986 #include <stddef.h>
11987 #endif
11988 EOF
11989 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11990 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
11991 rm -rf conftest*
11992 ac_cv_type_off_t=yes
11993 else
11994 rm -rf conftest*
11995 ac_cv_type_off_t=no
11996 fi
11997 rm -f conftest*
11998
11999 fi
12000 echo "$ac_t""$ac_cv_type_off_t" 1>&6
12001 if test $ac_cv_type_off_t = no; then
12002 cat >> confdefs.h <<\EOF
12003 #define off_t long
12004 EOF
12005
12006 fi
12007
12008 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
12009 echo "configure:12010: checking for pid_t" >&5
12010 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
12011 echo $ac_n "(cached) $ac_c" 1>&6
12012 else
12013 cat > conftest.$ac_ext <<EOF
12014 #line 12015 "configure"
12015 #include "confdefs.h"
12016 #include <sys/types.h>
12017 #if STDC_HEADERS
12018 #include <stdlib.h>
12019 #include <stddef.h>
12020 #endif
12021 EOF
12022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12023 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12024 rm -rf conftest*
12025 ac_cv_type_pid_t=yes
12026 else
12027 rm -rf conftest*
12028 ac_cv_type_pid_t=no
12029 fi
12030 rm -f conftest*
12031
12032 fi
12033 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
12034 if test $ac_cv_type_pid_t = no; then
12035 cat >> confdefs.h <<\EOF
12036 #define pid_t int
12037 EOF
12038
12039 fi
12040
12041 echo $ac_n "checking for size_t""... $ac_c" 1>&6
12042 echo "configure:12043: checking for size_t" >&5
12043 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
12044 echo $ac_n "(cached) $ac_c" 1>&6
12045 else
12046 cat > conftest.$ac_ext <<EOF
12047 #line 12048 "configure"
12048 #include "confdefs.h"
12049 #include <sys/types.h>
12050 #if STDC_HEADERS
12051 #include <stdlib.h>
12052 #include <stddef.h>
12053 #endif
12054 EOF
12055 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12056 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
12057 rm -rf conftest*
12058 ac_cv_type_size_t=yes
12059 else
12060 rm -rf conftest*
12061 ac_cv_type_size_t=no
12062 fi
12063 rm -f conftest*
12064
12065 fi
12066 echo "$ac_t""$ac_cv_type_size_t" 1>&6
12067 if test $ac_cv_type_size_t = no; then
12068 cat >> confdefs.h <<\EOF
12069 #define size_t unsigned
12070 EOF
12071
12072 fi
12073
12074 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
12075 echo "configure:12076: checking for uid_t in sys/types.h" >&5
12076 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
12077 echo $ac_n "(cached) $ac_c" 1>&6
12078 else
12079 cat > conftest.$ac_ext <<EOF
12080 #line 12081 "configure"
12081 #include "confdefs.h"
12082 #include <sys/types.h>
12083 EOF
12084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12085 egrep "uid_t" >/dev/null 2>&1; then
12086 rm -rf conftest*
12087 ac_cv_type_uid_t=yes
12088 else
12089 rm -rf conftest*
12090 ac_cv_type_uid_t=no
12091 fi
12092 rm -f conftest*
12093
12094 fi
12095
12096 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
12097 if test $ac_cv_type_uid_t = no; then
12098 cat >> confdefs.h <<\EOF
12099 #define uid_t int
12100 EOF
12101
12102 cat >> confdefs.h <<\EOF
12103 #define gid_t int
12104 EOF
12105
12106 fi
12107
12108
12109 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
12110 echo "configure:12111: checking for wchar_t" >&5
12111 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
12112 echo $ac_n "(cached) $ac_c" 1>&6
12113 else
12114
12115 cat > conftest.$ac_ext <<EOF
12116 #line 12117 "configure"
12117 #include "confdefs.h"
12118 #include <wchar.h>
12119 int main() {
12120
12121 wchar_t wc, *ws;
12122 wc = L'a';
12123 ws = L"Hello, world!";
12124
12125 ; return 0; }
12126 EOF
12127 if { (eval echo configure:12128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12128 rm -rf conftest*
12129 wx_cv_type_wchar_t=yes
12130 else
12131 echo "configure: failed program was:" >&5
12132 cat conftest.$ac_ext >&5
12133 rm -rf conftest*
12134 cat > conftest.$ac_ext <<EOF
12135 #line 12136 "configure"
12136 #include "confdefs.h"
12137 #include <stdlib.h>
12138 int main() {
12139
12140 wchar_t wc, *ws;
12141 wc = L'a';
12142 ws = L"Hello, world!";
12143
12144 ; return 0; }
12145 EOF
12146 if { (eval echo configure:12147: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12147 rm -rf conftest*
12148 wx_cv_type_wchar_t=yes
12149 else
12150 echo "configure: failed program was:" >&5
12151 cat conftest.$ac_ext >&5
12152 rm -rf conftest*
12153 wx_cv_type_wchar_t=no
12154 fi
12155 rm -f conftest*
12156
12157 fi
12158 rm -f conftest*
12159
12160 fi
12161
12162 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
12163
12164 if test "$wx_cv_type_wchar_t" = "yes"; then
12165 cat >> confdefs.h <<\EOF
12166 #define wxUSE_WCHAR_T 1
12167 EOF
12168
12169 fi
12170
12171
12172 ac_ext=C
12173 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12174 ac_cpp='$CXXCPP $CPPFLAGS'
12175 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12176 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12177 cross_compiling=$ac_cv_prog_cxx_cross
12178
12179 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
12180 echo "configure:12181: checking if size_t is unsigned int" >&5
12181 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
12182 echo $ac_n "(cached) $ac_c" 1>&6
12183 else
12184 cat > conftest.$ac_ext <<EOF
12185 #line 12186 "configure"
12186 #include "confdefs.h"
12187 #include <stddef.h>
12188 int main() {
12189
12190 return 0; }
12191
12192 struct Foo { void foo(size_t); void foo(unsigned int); };
12193
12194 int bar() {
12195
12196 ; return 0; }
12197 EOF
12198 if { (eval echo configure:12199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12199 rm -rf conftest*
12200 wx_cv_size_t_is_uint=no
12201 else
12202 echo "configure: failed program was:" >&5
12203 cat conftest.$ac_ext >&5
12204 rm -rf conftest*
12205 wx_cv_size_t_is_uint=yes
12206
12207 fi
12208 rm -f conftest*
12209
12210 fi
12211
12212 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12213
12214 if test "$wx_cv_size_t_is_uint" = "yes"; then
12215 cat >> confdefs.h <<\EOF
12216 #define wxSIZE_T_IS_UINT 1
12217 EOF
12218
12219 else
12220 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
12221 echo "configure:12222: checking if size_t is unsigned long" >&5
12222 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12223 echo $ac_n "(cached) $ac_c" 1>&6
12224 else
12225 cat > conftest.$ac_ext <<EOF
12226 #line 12227 "configure"
12227 #include "confdefs.h"
12228 #include <stddef.h>
12229 int main() {
12230
12231 return 0; }
12232
12233 struct Foo { void foo(size_t); void foo(unsigned long); };
12234
12235 int bar() {
12236
12237 ; return 0; }
12238 EOF
12239 if { (eval echo configure:12240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12240 rm -rf conftest*
12241 wx_cv_size_t_is_ulong=no
12242 else
12243 echo "configure: failed program was:" >&5
12244 cat conftest.$ac_ext >&5
12245 rm -rf conftest*
12246 wx_cv_size_t_is_ulong=yes
12247
12248 fi
12249 rm -f conftest*
12250
12251 fi
12252
12253 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12254
12255 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12256 cat >> confdefs.h <<\EOF
12257 #define wxSIZE_T_IS_ULONG 1
12258 EOF
12259
12260 fi
12261 fi
12262
12263 ac_ext=c
12264 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12265 ac_cpp='$CPP $CPPFLAGS'
12266 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12267 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12268 cross_compiling=$ac_cv_prog_cc_cross
12269
12270
12271
12272 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
12273 echo "configure:12274: checking for pw_gecos in struct passwd" >&5
12274 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12275 echo $ac_n "(cached) $ac_c" 1>&6
12276 else
12277
12278 cat > conftest.$ac_ext <<EOF
12279 #line 12280 "configure"
12280 #include "confdefs.h"
12281 #include <pwd.h>
12282 int main() {
12283
12284 char *p;
12285 struct passwd *pw;
12286 p = pw->pw_gecos;
12287
12288 ; return 0; }
12289 EOF
12290 if { (eval echo configure:12291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12291 rm -rf conftest*
12292
12293 wx_cv_struct_pw_gecos=yes
12294
12295 else
12296 echo "configure: failed program was:" >&5
12297 cat conftest.$ac_ext >&5
12298 rm -rf conftest*
12299
12300 wx_cv_struct_pw_gecos=no
12301
12302
12303 fi
12304 rm -f conftest*
12305
12306
12307 fi
12308
12309 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
12310
12311 if test "$wx_cv_struct_pw_gecos" = "yes"; then
12312 cat >> confdefs.h <<\EOF
12313 #define HAVE_PW_GECOS 1
12314 EOF
12315
12316 fi
12317
12318
12319 echo $ac_n "checking for working const""... $ac_c" 1>&6
12320 echo "configure:12321: checking for working const" >&5
12321 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12322 echo $ac_n "(cached) $ac_c" 1>&6
12323 else
12324 cat > conftest.$ac_ext <<EOF
12325 #line 12326 "configure"
12326 #include "confdefs.h"
12327
12328 int main() {
12329
12330 /* Ultrix mips cc rejects this. */
12331 typedef int charset[2]; const charset x;
12332 /* SunOS 4.1.1 cc rejects this. */
12333 char const *const *ccp;
12334 char **p;
12335 /* NEC SVR4.0.2 mips cc rejects this. */
12336 struct point {int x, y;};
12337 static struct point const zero = {0,0};
12338 /* AIX XL C 1.02.0.0 rejects this.
12339 It does not let you subtract one const X* pointer from another in an arm
12340 of an if-expression whose if-part is not a constant expression */
12341 const char *g = "string";
12342 ccp = &g + (g ? g-g : 0);
12343 /* HPUX 7.0 cc rejects these. */
12344 ++ccp;
12345 p = (char**) ccp;
12346 ccp = (char const *const *) p;
12347 { /* SCO 3.2v4 cc rejects this. */
12348 char *t;
12349 char const *s = 0 ? (char *) 0 : (char const *) 0;
12350
12351 *t++ = 0;
12352 }
12353 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12354 int x[] = {25, 17};
12355 const int *foo = &x[0];
12356 ++foo;
12357 }
12358 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12359 typedef const int *iptr;
12360 iptr p = 0;
12361 ++p;
12362 }
12363 { /* AIX XL C 1.02.0.0 rejects this saying
12364 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12365 struct s { int j; const int *ap[3]; };
12366 struct s *b; b->j = 5;
12367 }
12368 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12369 const int foo = 10;
12370 }
12371
12372 ; return 0; }
12373 EOF
12374 if { (eval echo configure:12375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12375 rm -rf conftest*
12376 ac_cv_c_const=yes
12377 else
12378 echo "configure: failed program was:" >&5
12379 cat conftest.$ac_ext >&5
12380 rm -rf conftest*
12381 ac_cv_c_const=no
12382 fi
12383 rm -f conftest*
12384 fi
12385
12386 echo "$ac_t""$ac_cv_c_const" 1>&6
12387 if test $ac_cv_c_const = no; then
12388 cat >> confdefs.h <<\EOF
12389 #define const
12390 EOF
12391
12392 fi
12393
12394 echo $ac_n "checking for inline""... $ac_c" 1>&6
12395 echo "configure:12396: checking for inline" >&5
12396 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
12397 echo $ac_n "(cached) $ac_c" 1>&6
12398 else
12399 ac_cv_c_inline=no
12400 for ac_kw in inline __inline__ __inline; do
12401 cat > conftest.$ac_ext <<EOF
12402 #line 12403 "configure"
12403 #include "confdefs.h"
12404
12405 int main() {
12406 } $ac_kw foo() {
12407 ; return 0; }
12408 EOF
12409 if { (eval echo configure:12410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12410 rm -rf conftest*
12411 ac_cv_c_inline=$ac_kw; break
12412 else
12413 echo "configure: failed program was:" >&5
12414 cat conftest.$ac_ext >&5
12415 fi
12416 rm -f conftest*
12417 done
12418
12419 fi
12420
12421 echo "$ac_t""$ac_cv_c_inline" 1>&6
12422 case "$ac_cv_c_inline" in
12423 inline | yes) ;;
12424 no) cat >> confdefs.h <<\EOF
12425 #define inline
12426 EOF
12427 ;;
12428 *) cat >> confdefs.h <<EOF
12429 #define inline $ac_cv_c_inline
12430 EOF
12431 ;;
12432 esac
12433
12434
12435 echo $ac_n "checking size of char""... $ac_c" 1>&6
12436 echo "configure:12437: checking size of char" >&5
12437 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
12438 echo $ac_n "(cached) $ac_c" 1>&6
12439 else
12440 if test "$cross_compiling" = yes; then
12441 ac_cv_sizeof_char=1
12442 else
12443 cat > conftest.$ac_ext <<EOF
12444 #line 12445 "configure"
12445 #include "confdefs.h"
12446 #include <stdio.h>
12447 main()
12448 {
12449 FILE *f=fopen("conftestval", "w");
12450 if (!f) exit(1);
12451 fprintf(f, "%d\n", sizeof(char));
12452 exit(0);
12453 }
12454 EOF
12455 if { (eval echo configure:12456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12456 then
12457 ac_cv_sizeof_char=`cat conftestval`
12458 else
12459 echo "configure: failed program was:" >&5
12460 cat conftest.$ac_ext >&5
12461 rm -fr conftest*
12462 ac_cv_sizeof_char=0
12463 fi
12464 rm -fr conftest*
12465 fi
12466
12467 fi
12468 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
12469 cat >> confdefs.h <<EOF
12470 #define SIZEOF_CHAR $ac_cv_sizeof_char
12471 EOF
12472
12473
12474 echo $ac_n "checking size of short""... $ac_c" 1>&6
12475 echo "configure:12476: checking size of short" >&5
12476 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
12477 echo $ac_n "(cached) $ac_c" 1>&6
12478 else
12479 if test "$cross_compiling" = yes; then
12480 ac_cv_sizeof_short=2
12481 else
12482 cat > conftest.$ac_ext <<EOF
12483 #line 12484 "configure"
12484 #include "confdefs.h"
12485 #include <stdio.h>
12486 main()
12487 {
12488 FILE *f=fopen("conftestval", "w");
12489 if (!f) exit(1);
12490 fprintf(f, "%d\n", sizeof(short));
12491 exit(0);
12492 }
12493 EOF
12494 if { (eval echo configure:12495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12495 then
12496 ac_cv_sizeof_short=`cat conftestval`
12497 else
12498 echo "configure: failed program was:" >&5
12499 cat conftest.$ac_ext >&5
12500 rm -fr conftest*
12501 ac_cv_sizeof_short=0
12502 fi
12503 rm -fr conftest*
12504 fi
12505
12506 fi
12507 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
12508 cat >> confdefs.h <<EOF
12509 #define SIZEOF_SHORT $ac_cv_sizeof_short
12510 EOF
12511
12512
12513 echo $ac_n "checking size of int *""... $ac_c" 1>&6
12514 echo "configure:12515: checking size of int *" >&5
12515 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
12516 echo $ac_n "(cached) $ac_c" 1>&6
12517 else
12518 if test "$cross_compiling" = yes; then
12519 ac_cv_sizeof_int_p=4
12520 else
12521 cat > conftest.$ac_ext <<EOF
12522 #line 12523 "configure"
12523 #include "confdefs.h"
12524 #include <stdio.h>
12525 main()
12526 {
12527 FILE *f=fopen("conftestval", "w");
12528 if (!f) exit(1);
12529 fprintf(f, "%d\n", sizeof(int *));
12530 exit(0);
12531 }
12532 EOF
12533 if { (eval echo configure:12534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12534 then
12535 ac_cv_sizeof_int_p=`cat conftestval`
12536 else
12537 echo "configure: failed program was:" >&5
12538 cat conftest.$ac_ext >&5
12539 rm -fr conftest*
12540 ac_cv_sizeof_int_p=0
12541 fi
12542 rm -fr conftest*
12543 fi
12544
12545 fi
12546 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
12547 cat >> confdefs.h <<EOF
12548 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
12549 EOF
12550
12551
12552 echo $ac_n "checking size of int""... $ac_c" 1>&6
12553 echo "configure:12554: checking size of int" >&5
12554 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
12555 echo $ac_n "(cached) $ac_c" 1>&6
12556 else
12557 if test "$cross_compiling" = yes; then
12558 ac_cv_sizeof_int=4
12559 else
12560 cat > conftest.$ac_ext <<EOF
12561 #line 12562 "configure"
12562 #include "confdefs.h"
12563 #include <stdio.h>
12564 main()
12565 {
12566 FILE *f=fopen("conftestval", "w");
12567 if (!f) exit(1);
12568 fprintf(f, "%d\n", sizeof(int));
12569 exit(0);
12570 }
12571 EOF
12572 if { (eval echo configure:12573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12573 then
12574 ac_cv_sizeof_int=`cat conftestval`
12575 else
12576 echo "configure: failed program was:" >&5
12577 cat conftest.$ac_ext >&5
12578 rm -fr conftest*
12579 ac_cv_sizeof_int=0
12580 fi
12581 rm -fr conftest*
12582 fi
12583
12584 fi
12585 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
12586 cat >> confdefs.h <<EOF
12587 #define SIZEOF_INT $ac_cv_sizeof_int
12588 EOF
12589
12590
12591 echo $ac_n "checking size of long""... $ac_c" 1>&6
12592 echo "configure:12593: checking size of long" >&5
12593 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
12594 echo $ac_n "(cached) $ac_c" 1>&6
12595 else
12596 if test "$cross_compiling" = yes; then
12597 ac_cv_sizeof_long=4
12598 else
12599 cat > conftest.$ac_ext <<EOF
12600 #line 12601 "configure"
12601 #include "confdefs.h"
12602 #include <stdio.h>
12603 main()
12604 {
12605 FILE *f=fopen("conftestval", "w");
12606 if (!f) exit(1);
12607 fprintf(f, "%d\n", sizeof(long));
12608 exit(0);
12609 }
12610 EOF
12611 if { (eval echo configure:12612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12612 then
12613 ac_cv_sizeof_long=`cat conftestval`
12614 else
12615 echo "configure: failed program was:" >&5
12616 cat conftest.$ac_ext >&5
12617 rm -fr conftest*
12618 ac_cv_sizeof_long=0
12619 fi
12620 rm -fr conftest*
12621 fi
12622
12623 fi
12624 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
12625 cat >> confdefs.h <<EOF
12626 #define SIZEOF_LONG $ac_cv_sizeof_long
12627 EOF
12628
12629
12630 echo $ac_n "checking size of long long""... $ac_c" 1>&6
12631 echo "configure:12632: checking size of long long" >&5
12632 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
12633 echo $ac_n "(cached) $ac_c" 1>&6
12634 else
12635 if test "$cross_compiling" = yes; then
12636 ac_cv_sizeof_long_long=0
12637 else
12638 cat > conftest.$ac_ext <<EOF
12639 #line 12640 "configure"
12640 #include "confdefs.h"
12641 #include <stdio.h>
12642 main()
12643 {
12644 FILE *f=fopen("conftestval", "w");
12645 if (!f) exit(1);
12646 fprintf(f, "%d\n", sizeof(long long));
12647 exit(0);
12648 }
12649 EOF
12650 if { (eval echo configure:12651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12651 then
12652 ac_cv_sizeof_long_long=`cat conftestval`
12653 else
12654 echo "configure: failed program was:" >&5
12655 cat conftest.$ac_ext >&5
12656 rm -fr conftest*
12657 ac_cv_sizeof_long_long=0
12658 fi
12659 rm -fr conftest*
12660 fi
12661
12662 fi
12663 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
12664 cat >> confdefs.h <<EOF
12665 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12666 EOF
12667
12668
12669
12670 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
12671 echo "configure:12672: checking size of wchar_t" >&5
12672 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
12673 echo $ac_n "(cached) $ac_c" 1>&6
12674 else
12675
12676 if test "$cross_compiling" = yes; then
12677 wx_cv_sizeof_wchar_t=4
12678
12679 else
12680 cat > conftest.$ac_ext <<EOF
12681 #line 12682 "configure"
12682 #include "confdefs.h"
12683
12684 #ifdef HAVE_WCHAR_H
12685 # include <wchar.h>
12686 #endif
12687 #ifdef HAVE_STDLIB_H
12688 # include <stdlib.h>
12689 #endif
12690 #include <stdio.h>
12691 int main()
12692 {
12693 FILE *f=fopen("conftestval", "w");
12694 if (!f) exit(1);
12695 fprintf(f, "%i", sizeof(wchar_t));
12696 exit(0);
12697 }
12698
12699 EOF
12700 if { (eval echo configure:12701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12701 then
12702 wx_cv_sizeof_wchar_t=`cat conftestval`
12703 else
12704 echo "configure: failed program was:" >&5
12705 cat conftest.$ac_ext >&5
12706 rm -fr conftest*
12707 wx_cv_sizeof_wchar_t=0
12708 fi
12709 rm -fr conftest*
12710 fi
12711
12712
12713 fi
12714
12715 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
12716
12717 cat >> confdefs.h <<EOF
12718 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
12719 EOF
12720
12721
12722 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
12723 echo "configure:12724: checking whether byte ordering is bigendian" >&5
12724 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
12725 echo $ac_n "(cached) $ac_c" 1>&6
12726 else
12727 ac_cv_c_bigendian=unknown
12728 # See if sys/param.h defines the BYTE_ORDER macro.
12729 cat > conftest.$ac_ext <<EOF
12730 #line 12731 "configure"
12731 #include "confdefs.h"
12732 #include <sys/types.h>
12733 #include <sys/param.h>
12734 int main() {
12735
12736 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
12737 bogus endian macros
12738 #endif
12739 ; return 0; }
12740 EOF
12741 if { (eval echo configure:12742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12742 rm -rf conftest*
12743 # It does; now see whether it defined to BIG_ENDIAN or not.
12744 cat > conftest.$ac_ext <<EOF
12745 #line 12746 "configure"
12746 #include "confdefs.h"
12747 #include <sys/types.h>
12748 #include <sys/param.h>
12749 int main() {
12750
12751 #if BYTE_ORDER != BIG_ENDIAN
12752 not big endian
12753 #endif
12754 ; return 0; }
12755 EOF
12756 if { (eval echo configure:12757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12757 rm -rf conftest*
12758 ac_cv_c_bigendian=yes
12759 else
12760 echo "configure: failed program was:" >&5
12761 cat conftest.$ac_ext >&5
12762 rm -rf conftest*
12763 ac_cv_c_bigendian=no
12764 fi
12765 rm -f conftest*
12766 else
12767 echo "configure: failed program was:" >&5
12768 cat conftest.$ac_ext >&5
12769 fi
12770 rm -f conftest*
12771 if test $ac_cv_c_bigendian = unknown; then
12772 if test "$cross_compiling" = yes; then
12773 ac_cv_c_bigendian=unknown
12774 else
12775 cat > conftest.$ac_ext <<EOF
12776 #line 12777 "configure"
12777 #include "confdefs.h"
12778 main () {
12779 /* Are we little or big endian? From Harbison&Steele. */
12780 union
12781 {
12782 long l;
12783 char c[sizeof (long)];
12784 } u;
12785 u.l = 1;
12786 exit (u.c[sizeof (long) - 1] == 1);
12787 }
12788 EOF
12789 if { (eval echo configure:12790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
12790 then
12791 ac_cv_c_bigendian=no
12792 else
12793 echo "configure: failed program was:" >&5
12794 cat conftest.$ac_ext >&5
12795 rm -fr conftest*
12796 ac_cv_c_bigendian=yes
12797 fi
12798 rm -fr conftest*
12799 fi
12800
12801 fi
12802 fi
12803
12804 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
12805 if test $ac_cv_c_bigendian = unknown; then
12806 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
12807 fi
12808 if test $ac_cv_c_bigendian = yes; then
12809 cat >> confdefs.h <<\EOF
12810 #define WORDS_BIGENDIAN 1
12811 EOF
12812
12813 fi
12814
12815
12816 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
12817 echo "configure:12818: checking how to run the C++ preprocessor" >&5
12818 if test -z "$CXXCPP"; then
12819 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
12820 echo $ac_n "(cached) $ac_c" 1>&6
12821 else
12822 ac_ext=C
12823 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12824 ac_cpp='$CXXCPP $CPPFLAGS'
12825 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12826 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12827 cross_compiling=$ac_cv_prog_cxx_cross
12828 CXXCPP="${CXX-g++} -E"
12829 cat > conftest.$ac_ext <<EOF
12830 #line 12831 "configure"
12831 #include "confdefs.h"
12832 #include <stdlib.h>
12833 EOF
12834 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12835 { (eval echo configure:12836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12836 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12837 if test -z "$ac_err"; then
12838 :
12839 else
12840 echo "$ac_err" >&5
12841 echo "configure: failed program was:" >&5
12842 cat conftest.$ac_ext >&5
12843 rm -rf conftest*
12844 CXXCPP=/lib/cpp
12845 fi
12846 rm -f conftest*
12847 ac_cv_prog_CXXCPP="$CXXCPP"
12848 ac_ext=C
12849 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12850 ac_cpp='$CXXCPP $CPPFLAGS'
12851 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12852 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12853 cross_compiling=$ac_cv_prog_cxx_cross
12854 fi
12855 fi
12856 CXXCPP="$ac_cv_prog_CXXCPP"
12857 echo "$ac_t""$CXXCPP" 1>&6
12858
12859
12860 if test "$cross_compiling" = "yes"; then
12861 cat >> confdefs.h <<\EOF
12862 #define wxUSE_IOSTREAMH 1
12863 EOF
12864
12865 else
12866
12867 ac_ext=C
12868 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12869 ac_cpp='$CXXCPP $CPPFLAGS'
12870 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12871 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12872 cross_compiling=$ac_cv_prog_cxx_cross
12873
12874
12875 for ac_hdr in iostream
12876 do
12877 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12878 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12879 echo "configure:12880: checking for $ac_hdr" >&5
12880 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12881 echo $ac_n "(cached) $ac_c" 1>&6
12882 else
12883 cat > conftest.$ac_ext <<EOF
12884 #line 12885 "configure"
12885 #include "confdefs.h"
12886 #include <$ac_hdr>
12887 EOF
12888 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12889 { (eval echo configure:12890: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12890 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12891 if test -z "$ac_err"; then
12892 rm -rf conftest*
12893 eval "ac_cv_header_$ac_safe=yes"
12894 else
12895 echo "$ac_err" >&5
12896 echo "configure: failed program was:" >&5
12897 cat conftest.$ac_ext >&5
12898 rm -rf conftest*
12899 eval "ac_cv_header_$ac_safe=no"
12900 fi
12901 rm -f conftest*
12902 fi
12903 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12904 echo "$ac_t""yes" 1>&6
12905 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12906 cat >> confdefs.h <<EOF
12907 #define $ac_tr_hdr 1
12908 EOF
12909
12910 else
12911 echo "$ac_t""no" 1>&6
12912 fi
12913 done
12914
12915
12916 if test "$ac_cv_header_iostream" = "yes" ; then
12917 :
12918 else
12919 cat >> confdefs.h <<\EOF
12920 #define wxUSE_IOSTREAMH 1
12921 EOF
12922
12923 fi
12924
12925 ac_ext=c
12926 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12927 ac_cpp='$CPP $CPPFLAGS'
12928 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12929 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12930 cross_compiling=$ac_cv_prog_cc_cross
12931
12932 fi
12933
12934
12935
12936 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
12937 echo "configure:12938: checking if C++ compiler supports bool" >&5
12938 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
12939 echo $ac_n "(cached) $ac_c" 1>&6
12940 else
12941
12942
12943 ac_ext=C
12944 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12945 ac_cpp='$CXXCPP $CPPFLAGS'
12946 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12947 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12948 cross_compiling=$ac_cv_prog_cxx_cross
12949
12950
12951 cat > conftest.$ac_ext <<EOF
12952 #line 12953 "configure"
12953 #include "confdefs.h"
12954
12955
12956 int main() {
12957
12958 bool b = true;
12959
12960 return 0;
12961
12962 ; return 0; }
12963 EOF
12964 if { (eval echo configure:12965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12965 rm -rf conftest*
12966
12967 wx_cv_cpp_bool=yes
12968
12969 else
12970 echo "configure: failed program was:" >&5
12971 cat conftest.$ac_ext >&5
12972 rm -rf conftest*
12973
12974 wx_cv_cpp_bool=no
12975
12976
12977 fi
12978 rm -f conftest*
12979
12980 ac_ext=c
12981 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12982 ac_cpp='$CPP $CPPFLAGS'
12983 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12984 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12985 cross_compiling=$ac_cv_prog_cc_cross
12986
12987
12988 fi
12989
12990 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
12991
12992 if test "$wx_cv_cpp_bool" = "yes"; then
12993 cat >> confdefs.h <<\EOF
12994 #define HAVE_BOOL 1
12995 EOF
12996
12997 fi
12998
12999
13000
13001 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
13002 echo "configure:13003: checking for wcslen in -lc" >&5
13003 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
13004 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13005 echo $ac_n "(cached) $ac_c" 1>&6
13006 else
13007 ac_save_LIBS="$LIBS"
13008 LIBS="-lc $LIBS"
13009 cat > conftest.$ac_ext <<EOF
13010 #line 13011 "configure"
13011 #include "confdefs.h"
13012 /* Override any gcc2 internal prototype to avoid an error. */
13013 /* We use char because int might match the return type of a gcc2
13014 builtin and then its argument prototype would still apply. */
13015 char wcslen();
13016
13017 int main() {
13018 wcslen()
13019 ; return 0; }
13020 EOF
13021 if { (eval echo configure:13022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13022 rm -rf conftest*
13023 eval "ac_cv_lib_$ac_lib_var=yes"
13024 else
13025 echo "configure: failed program was:" >&5
13026 cat conftest.$ac_ext >&5
13027 rm -rf conftest*
13028 eval "ac_cv_lib_$ac_lib_var=no"
13029 fi
13030 rm -f conftest*
13031 LIBS="$ac_save_LIBS"
13032
13033 fi
13034 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13035 echo "$ac_t""yes" 1>&6
13036
13037 cat >> confdefs.h <<\EOF
13038 #define HAVE_WCSLEN 1
13039 EOF
13040
13041 WCHAR_LINK=""
13042
13043 else
13044 echo "$ac_t""no" 1>&6
13045
13046 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
13047 echo "configure:13048: checking for wcslen in -lw" >&5
13048 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
13049 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13050 echo $ac_n "(cached) $ac_c" 1>&6
13051 else
13052 ac_save_LIBS="$LIBS"
13053 LIBS="-lw $LIBS"
13054 cat > conftest.$ac_ext <<EOF
13055 #line 13056 "configure"
13056 #include "confdefs.h"
13057 /* Override any gcc2 internal prototype to avoid an error. */
13058 /* We use char because int might match the return type of a gcc2
13059 builtin and then its argument prototype would still apply. */
13060 char wcslen();
13061
13062 int main() {
13063 wcslen()
13064 ; return 0; }
13065 EOF
13066 if { (eval echo configure:13067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13067 rm -rf conftest*
13068 eval "ac_cv_lib_$ac_lib_var=yes"
13069 else
13070 echo "configure: failed program was:" >&5
13071 cat conftest.$ac_ext >&5
13072 rm -rf conftest*
13073 eval "ac_cv_lib_$ac_lib_var=no"
13074 fi
13075 rm -f conftest*
13076 LIBS="$ac_save_LIBS"
13077
13078 fi
13079 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13080 echo "$ac_t""yes" 1>&6
13081
13082 cat >> confdefs.h <<\EOF
13083 #define HAVE_WCSLEN 1
13084 EOF
13085
13086 WCHAR_LINK="-lw"
13087
13088 else
13089 echo "$ac_t""no" 1>&6
13090
13091 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
13092 echo "configure:13093: checking for wcslen in -lmsvcrt" >&5
13093 ac_lib_var=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
13094 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13095 echo $ac_n "(cached) $ac_c" 1>&6
13096 else
13097 ac_save_LIBS="$LIBS"
13098 LIBS="-lmsvcrt $LIBS"
13099 cat > conftest.$ac_ext <<EOF
13100 #line 13101 "configure"
13101 #include "confdefs.h"
13102 /* Override any gcc2 internal prototype to avoid an error. */
13103 /* We use char because int might match the return type of a gcc2
13104 builtin and then its argument prototype would still apply. */
13105 char wcslen();
13106
13107 int main() {
13108 wcslen()
13109 ; return 0; }
13110 EOF
13111 if { (eval echo configure:13112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13112 rm -rf conftest*
13113 eval "ac_cv_lib_$ac_lib_var=yes"
13114 else
13115 echo "configure: failed program was:" >&5
13116 cat conftest.$ac_ext >&5
13117 rm -rf conftest*
13118 eval "ac_cv_lib_$ac_lib_var=no"
13119 fi
13120 rm -f conftest*
13121 LIBS="$ac_save_LIBS"
13122
13123 fi
13124 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13125 echo "$ac_t""yes" 1>&6
13126
13127 cat >> confdefs.h <<\EOF
13128 #define HAVE_WCSLEN 1
13129 EOF
13130
13131 WCHAR_LINK=""
13132
13133 else
13134 echo "$ac_t""no" 1>&6
13135 fi
13136
13137
13138 fi
13139
13140
13141 fi
13142
13143
13144 for ac_func in wcsrtombs
13145 do
13146 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13147 echo "configure:13148: checking for $ac_func" >&5
13148 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13149 echo $ac_n "(cached) $ac_c" 1>&6
13150 else
13151 cat > conftest.$ac_ext <<EOF
13152 #line 13153 "configure"
13153 #include "confdefs.h"
13154 /* System header to define __stub macros and hopefully few prototypes,
13155 which can conflict with char $ac_func(); below. */
13156 #include <assert.h>
13157 /* Override any gcc2 internal prototype to avoid an error. */
13158 /* We use char because int might match the return type of a gcc2
13159 builtin and then its argument prototype would still apply. */
13160 char $ac_func();
13161
13162 int main() {
13163
13164 /* The GNU C library defines this for functions which it implements
13165 to always fail with ENOSYS. Some functions are actually named
13166 something starting with __ and the normal name is an alias. */
13167 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13168 choke me
13169 #else
13170 $ac_func();
13171 #endif
13172
13173 ; return 0; }
13174 EOF
13175 if { (eval echo configure:13176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13176 rm -rf conftest*
13177 eval "ac_cv_func_$ac_func=yes"
13178 else
13179 echo "configure: failed program was:" >&5
13180 cat conftest.$ac_ext >&5
13181 rm -rf conftest*
13182 eval "ac_cv_func_$ac_func=no"
13183 fi
13184 rm -f conftest*
13185 fi
13186
13187 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13188 echo "$ac_t""yes" 1>&6
13189 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13190 cat >> confdefs.h <<EOF
13191 #define $ac_tr_func 1
13192 EOF
13193
13194 else
13195 echo "$ac_t""no" 1>&6
13196 fi
13197 done
13198
13199
13200 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
13201 echo "configure:13202: checking for vprintf" >&5
13202 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
13203 echo $ac_n "(cached) $ac_c" 1>&6
13204 else
13205 cat > conftest.$ac_ext <<EOF
13206 #line 13207 "configure"
13207 #include "confdefs.h"
13208 /* System header to define __stub macros and hopefully few prototypes,
13209 which can conflict with char vprintf(); below. */
13210 #include <assert.h>
13211 /* Override any gcc2 internal prototype to avoid an error. */
13212 /* We use char because int might match the return type of a gcc2
13213 builtin and then its argument prototype would still apply. */
13214 char vprintf();
13215
13216 int main() {
13217
13218 /* The GNU C library defines this for functions which it implements
13219 to always fail with ENOSYS. Some functions are actually named
13220 something starting with __ and the normal name is an alias. */
13221 #if defined (__stub_vprintf) || defined (__stub___vprintf)
13222 choke me
13223 #else
13224 vprintf();
13225 #endif
13226
13227 ; return 0; }
13228 EOF
13229 if { (eval echo configure:13230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13230 rm -rf conftest*
13231 eval "ac_cv_func_vprintf=yes"
13232 else
13233 echo "configure: failed program was:" >&5
13234 cat conftest.$ac_ext >&5
13235 rm -rf conftest*
13236 eval "ac_cv_func_vprintf=no"
13237 fi
13238 rm -f conftest*
13239 fi
13240
13241 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
13242 echo "$ac_t""yes" 1>&6
13243 cat >> confdefs.h <<\EOF
13244 #define HAVE_VPRINTF 1
13245 EOF
13246
13247 else
13248 echo "$ac_t""no" 1>&6
13249 fi
13250
13251 if test "$ac_cv_func_vprintf" != yes; then
13252 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
13253 echo "configure:13254: checking for _doprnt" >&5
13254 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
13255 echo $ac_n "(cached) $ac_c" 1>&6
13256 else
13257 cat > conftest.$ac_ext <<EOF
13258 #line 13259 "configure"
13259 #include "confdefs.h"
13260 /* System header to define __stub macros and hopefully few prototypes,
13261 which can conflict with char _doprnt(); below. */
13262 #include <assert.h>
13263 /* Override any gcc2 internal prototype to avoid an error. */
13264 /* We use char because int might match the return type of a gcc2
13265 builtin and then its argument prototype would still apply. */
13266 char _doprnt();
13267
13268 int main() {
13269
13270 /* The GNU C library defines this for functions which it implements
13271 to always fail with ENOSYS. Some functions are actually named
13272 something starting with __ and the normal name is an alias. */
13273 #if defined (__stub__doprnt) || defined (__stub____doprnt)
13274 choke me
13275 #else
13276 _doprnt();
13277 #endif
13278
13279 ; return 0; }
13280 EOF
13281 if { (eval echo configure:13282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13282 rm -rf conftest*
13283 eval "ac_cv_func__doprnt=yes"
13284 else
13285 echo "configure: failed program was:" >&5
13286 cat conftest.$ac_ext >&5
13287 rm -rf conftest*
13288 eval "ac_cv_func__doprnt=no"
13289 fi
13290 rm -f conftest*
13291 fi
13292
13293 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
13294 echo "$ac_t""yes" 1>&6
13295 cat >> confdefs.h <<\EOF
13296 #define HAVE_DOPRNT 1
13297 EOF
13298
13299 else
13300 echo "$ac_t""no" 1>&6
13301 fi
13302
13303 fi
13304
13305
13306
13307
13308
13309
13310 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
13311 echo "configure:13312: checking for vsnprintf" >&5
13312 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
13313 echo $ac_n "(cached) $ac_c" 1>&6
13314 else
13315
13316 cat > conftest.$ac_ext <<EOF
13317 #line 13318 "configure"
13318 #include "confdefs.h"
13319
13320 #include <stdio.h>
13321 #include <stdarg.h>
13322
13323 int main() {
13324
13325 int wx_test_vsnprintf(const char *, ...);
13326
13327 wx_test_vsnprintf("%s");
13328 return 0;
13329 }
13330
13331 int wx_test_vsnprintf(const char *fmt, ...)
13332 {
13333 char *s;
13334
13335 va_list argp;
13336 va_start(argp, fmt);
13337 vsnprintf(s, 42, fmt, argp);
13338 va_end(argp);
13339
13340 ; return 0; }
13341 EOF
13342 if { (eval echo configure:13343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13343 rm -rf conftest*
13344
13345 wx_cv_func_vsnprintf=yes
13346
13347 else
13348 echo "configure: failed program was:" >&5
13349 cat conftest.$ac_ext >&5
13350 rm -rf conftest*
13351
13352 cat > conftest.$ac_ext <<EOF
13353 #line 13354 "configure"
13354 #include "confdefs.h"
13355
13356 #include <stdio.h>
13357 #include <stdarg.h>
13358
13359 int main() {
13360
13361 int wx_test_vsnprintf(const char *, ...);
13362
13363 wx_test_vsnprintf("%s");
13364 return 0;
13365 }
13366
13367 int wx_test_vsnprintf(const char *fmt, ...)
13368 {
13369 char *s;
13370
13371 va_list argp;
13372 va_start(argp, fmt);
13373 _vsnprintf(s, 42, fmt, argp);
13374 va_end(argp);
13375
13376 ; return 0; }
13377 EOF
13378 if { (eval echo configure:13379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13379 rm -rf conftest*
13380
13381 wx_cv_func_vsnprintf=yes
13382
13383 else
13384 echo "configure: failed program was:" >&5
13385 cat conftest.$ac_ext >&5
13386 rm -rf conftest*
13387
13388 wx_cv_func_vsnprintf=no
13389
13390 fi
13391 rm -f conftest*
13392
13393 fi
13394 rm -f conftest*
13395
13396 fi
13397
13398 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
13399
13400 if test "$wx_cv_func_vsnprintf" = yes; then
13401 cat >> confdefs.h <<\EOF
13402 #define HAVE_VSNPRINTF 1
13403 EOF
13404
13405 else
13406 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
13407 fi
13408
13409 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
13410 echo "configure:13411: checking for vsscanf" >&5
13411 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
13412 echo $ac_n "(cached) $ac_c" 1>&6
13413 else
13414
13415 cat > conftest.$ac_ext <<EOF
13416 #line 13417 "configure"
13417 #include "confdefs.h"
13418
13419 #include <stdio.h>
13420 #include <stdarg.h>
13421
13422 int main() {
13423
13424 int wx_test_vsscanf(const char *, ...);
13425
13426 wx_test_vsscanf("%d");
13427 return 0;
13428 }
13429
13430 int wx_test_vsscanf(const char *fmt, ...)
13431 {
13432 va_list argp;
13433 va_start(argp, fmt);
13434 vsscanf("42", fmt, argp);
13435 va_end(argp);
13436
13437 ; return 0; }
13438 EOF
13439 if { (eval echo configure:13440: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13440 rm -rf conftest*
13441
13442 wx_cv_func_vsscanf=yes
13443
13444 else
13445 echo "configure: failed program was:" >&5
13446 cat conftest.$ac_ext >&5
13447 rm -rf conftest*
13448
13449 wx_cv_func_vsscanf=no
13450
13451 fi
13452 rm -f conftest*
13453
13454 fi
13455
13456 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
13457
13458 if test "$wx_cv_func_vsscanf" = yes; then
13459 cat >> confdefs.h <<\EOF
13460 #define HAVE_VSSCANF 1
13461 EOF
13462
13463 fi
13464
13465 if test "$TOOLKIT" != "MSW"; then
13466
13467
13468
13469 ac_ext=C
13470 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13471 ac_cpp='$CXXCPP $CPPFLAGS'
13472 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13473 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13474 cross_compiling=$ac_cv_prog_cxx_cross
13475
13476 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
13477 echo "configure:13478: checking if iconv() takes char**" >&5
13478 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
13479 echo $ac_n "(cached) $ac_c" 1>&6
13480 else
13481
13482 cat > conftest.$ac_ext <<EOF
13483 #line 13484 "configure"
13484 #include "confdefs.h"
13485 #include <iconv.h>
13486 int main() {
13487
13488 char **inbuf, **outbuf;
13489 iconv_t cd;
13490 size_t insz, outsz;
13491 iconv(cd, inbuf, &insz, outbuf, &outsz);
13492
13493 ; return 0; }
13494 EOF
13495 if { (eval echo configure:13496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13496 rm -rf conftest*
13497 wx_cv_iconv_takes_char=yes
13498 else
13499 echo "configure: failed program was:" >&5
13500 cat conftest.$ac_ext >&5
13501 rm -rf conftest*
13502 wx_cv_iconv_takes_char=no
13503 fi
13504 rm -f conftest*
13505
13506 fi
13507
13508 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
13509 ac_ext=c
13510 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13511 ac_cpp='$CPP $CPPFLAGS'
13512 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13513 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13514 cross_compiling=$ac_cv_prog_cc_cross
13515
13516 if test "$wx_cv_iconv_takes_char" = yes ; then
13517 cat >> confdefs.h <<\EOF
13518 #define WX_ICONV_TAKES_CHAR 1
13519 EOF
13520
13521 fi
13522
13523
13524 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
13525 for ac_func in sigaction
13526 do
13527 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13528 echo "configure:13529: checking for $ac_func" >&5
13529 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13530 echo $ac_n "(cached) $ac_c" 1>&6
13531 else
13532 cat > conftest.$ac_ext <<EOF
13533 #line 13534 "configure"
13534 #include "confdefs.h"
13535 /* System header to define __stub macros and hopefully few prototypes,
13536 which can conflict with char $ac_func(); below. */
13537 #include <assert.h>
13538 /* Override any gcc2 internal prototype to avoid an error. */
13539 /* We use char because int might match the return type of a gcc2
13540 builtin and then its argument prototype would still apply. */
13541 char $ac_func();
13542
13543 int main() {
13544
13545 /* The GNU C library defines this for functions which it implements
13546 to always fail with ENOSYS. Some functions are actually named
13547 something starting with __ and the normal name is an alias. */
13548 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13549 choke me
13550 #else
13551 $ac_func();
13552 #endif
13553
13554 ; return 0; }
13555 EOF
13556 if { (eval echo configure:13557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13557 rm -rf conftest*
13558 eval "ac_cv_func_$ac_func=yes"
13559 else
13560 echo "configure: failed program was:" >&5
13561 cat conftest.$ac_ext >&5
13562 rm -rf conftest*
13563 eval "ac_cv_func_$ac_func=no"
13564 fi
13565 rm -f conftest*
13566 fi
13567
13568 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13569 echo "$ac_t""yes" 1>&6
13570 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13571 cat >> confdefs.h <<EOF
13572 #define $ac_tr_func 1
13573 EOF
13574
13575 else
13576 echo "$ac_t""no" 1>&6
13577 fi
13578 done
13579
13580
13581 if test "$ac_cv_func_sigaction" = "no"; then
13582 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
13583 wxUSE_ON_FATAL_EXCEPTION=no
13584 fi
13585
13586 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13587
13588 ac_ext=C
13589 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13590 ac_cpp='$CXXCPP $CPPFLAGS'
13591 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13592 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13593 cross_compiling=$ac_cv_prog_cxx_cross
13594
13595
13596 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
13597 echo "configure:13598: checking for sa_handler type" >&5
13598 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
13599 echo $ac_n "(cached) $ac_c" 1>&6
13600 else
13601
13602 cat > conftest.$ac_ext <<EOF
13603 #line 13604 "configure"
13604 #include "confdefs.h"
13605 #include <signal.h>
13606 int main() {
13607
13608 extern void testSigHandler(int);
13609
13610 struct sigaction sa;
13611 sa.sa_handler = testSigHandler;
13612
13613 ; return 0; }
13614 EOF
13615 if { (eval echo configure:13616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13616 rm -rf conftest*
13617
13618 wx_cv_type_sa_handler=int
13619
13620 else
13621 echo "configure: failed program was:" >&5
13622 cat conftest.$ac_ext >&5
13623 rm -rf conftest*
13624
13625 wx_cv_type_sa_handler=void
13626
13627 fi
13628 rm -f conftest*
13629
13630 fi
13631
13632 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
13633
13634 ac_ext=c
13635 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13636 ac_cpp='$CPP $CPPFLAGS'
13637 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13638 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13639 cross_compiling=$ac_cv_prog_cc_cross
13640
13641
13642 cat >> confdefs.h <<EOF
13643 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
13644 EOF
13645
13646 fi
13647 fi
13648
13649 for ac_func in vfork
13650 do
13651 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13652 echo "configure:13653: checking for $ac_func" >&5
13653 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13654 echo $ac_n "(cached) $ac_c" 1>&6
13655 else
13656 cat > conftest.$ac_ext <<EOF
13657 #line 13658 "configure"
13658 #include "confdefs.h"
13659 /* System header to define __stub macros and hopefully few prototypes,
13660 which can conflict with char $ac_func(); below. */
13661 #include <assert.h>
13662 /* Override any gcc2 internal prototype to avoid an error. */
13663 /* We use char because int might match the return type of a gcc2
13664 builtin and then its argument prototype would still apply. */
13665 char $ac_func();
13666
13667 int main() {
13668
13669 /* The GNU C library defines this for functions which it implements
13670 to always fail with ENOSYS. Some functions are actually named
13671 something starting with __ and the normal name is an alias. */
13672 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13673 choke me
13674 #else
13675 $ac_func();
13676 #endif
13677
13678 ; return 0; }
13679 EOF
13680 if { (eval echo configure:13681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13681 rm -rf conftest*
13682 eval "ac_cv_func_$ac_func=yes"
13683 else
13684 echo "configure: failed program was:" >&5
13685 cat conftest.$ac_ext >&5
13686 rm -rf conftest*
13687 eval "ac_cv_func_$ac_func=no"
13688 fi
13689 rm -f conftest*
13690 fi
13691
13692 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13693 echo "$ac_t""yes" 1>&6
13694 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13695 cat >> confdefs.h <<EOF
13696 #define $ac_tr_func 1
13697 EOF
13698
13699 else
13700 echo "$ac_t""no" 1>&6
13701 fi
13702 done
13703
13704
13705 echo $ac_n "checking for statfs""... $ac_c" 1>&6
13706 echo "configure:13707: checking for statfs" >&5
13707 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
13708 echo $ac_n "(cached) $ac_c" 1>&6
13709 else
13710 cat > conftest.$ac_ext <<EOF
13711 #line 13712 "configure"
13712 #include "confdefs.h"
13713
13714 #ifdef __DARWIN__
13715 #include <sys/param.h>
13716 #include <sys/mount.h>
13717 #else
13718 #include <sys/vfs.h>
13719 #endif
13720
13721 int main() {
13722
13723 long l;
13724 struct statfs fs;
13725 statfs("/", &fs);
13726 l = fs.f_bsize;
13727 l += fs.f_blocks;
13728 l += fs.f_bavail;
13729
13730 ; return 0; }
13731 EOF
13732 if { (eval echo configure:13733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13733 rm -rf conftest*
13734
13735 wx_cv_func_statfs=yes
13736
13737 else
13738 echo "configure: failed program was:" >&5
13739 cat conftest.$ac_ext >&5
13740 rm -rf conftest*
13741
13742 wx_cv_func_statfs=no
13743
13744
13745 fi
13746 rm -f conftest*
13747
13748 fi
13749
13750 echo "$ac_t""$wx_cv_func_statfs" 1>&6
13751
13752 if test "$wx_cv_func_statfs" = "yes"; then
13753 cat >> confdefs.h <<\EOF
13754 #define HAVE_STATFS 1
13755 EOF
13756
13757 else
13758 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
13759 fi
13760
13761 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
13762 for ac_func in fcntl flock
13763 do
13764 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13765 echo "configure:13766: checking for $ac_func" >&5
13766 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13767 echo $ac_n "(cached) $ac_c" 1>&6
13768 else
13769 cat > conftest.$ac_ext <<EOF
13770 #line 13771 "configure"
13771 #include "confdefs.h"
13772 /* System header to define __stub macros and hopefully few prototypes,
13773 which can conflict with char $ac_func(); below. */
13774 #include <assert.h>
13775 /* Override any gcc2 internal prototype to avoid an error. */
13776 /* We use char because int might match the return type of a gcc2
13777 builtin and then its argument prototype would still apply. */
13778 char $ac_func();
13779
13780 int main() {
13781
13782 /* The GNU C library defines this for functions which it implements
13783 to always fail with ENOSYS. Some functions are actually named
13784 something starting with __ and the normal name is an alias. */
13785 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13786 choke me
13787 #else
13788 $ac_func();
13789 #endif
13790
13791 ; return 0; }
13792 EOF
13793 if { (eval echo configure:13794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13794 rm -rf conftest*
13795 eval "ac_cv_func_$ac_func=yes"
13796 else
13797 echo "configure: failed program was:" >&5
13798 cat conftest.$ac_ext >&5
13799 rm -rf conftest*
13800 eval "ac_cv_func_$ac_func=no"
13801 fi
13802 rm -f conftest*
13803 fi
13804
13805 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13806 echo "$ac_t""yes" 1>&6
13807 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13808 cat >> confdefs.h <<EOF
13809 #define $ac_tr_func 1
13810 EOF
13811 break
13812 else
13813 echo "$ac_t""no" 1>&6
13814 fi
13815 done
13816
13817
13818 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
13819 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
13820 wxUSE_SNGLINST_CHECKER=no
13821 fi
13822 fi
13823
13824 for ac_func in timegm
13825 do
13826 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13827 echo "configure:13828: checking for $ac_func" >&5
13828 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13829 echo $ac_n "(cached) $ac_c" 1>&6
13830 else
13831 cat > conftest.$ac_ext <<EOF
13832 #line 13833 "configure"
13833 #include "confdefs.h"
13834 /* System header to define __stub macros and hopefully few prototypes,
13835 which can conflict with char $ac_func(); below. */
13836 #include <assert.h>
13837 /* Override any gcc2 internal prototype to avoid an error. */
13838 /* We use char because int might match the return type of a gcc2
13839 builtin and then its argument prototype would still apply. */
13840 char $ac_func();
13841
13842 int main() {
13843
13844 /* The GNU C library defines this for functions which it implements
13845 to always fail with ENOSYS. Some functions are actually named
13846 something starting with __ and the normal name is an alias. */
13847 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13848 choke me
13849 #else
13850 $ac_func();
13851 #endif
13852
13853 ; return 0; }
13854 EOF
13855 if { (eval echo configure:13856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13856 rm -rf conftest*
13857 eval "ac_cv_func_$ac_func=yes"
13858 else
13859 echo "configure: failed program was:" >&5
13860 cat conftest.$ac_ext >&5
13861 rm -rf conftest*
13862 eval "ac_cv_func_$ac_func=no"
13863 fi
13864 rm -f conftest*
13865 fi
13866
13867 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13868 echo "$ac_t""yes" 1>&6
13869 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13870 cat >> confdefs.h <<EOF
13871 #define $ac_tr_func 1
13872 EOF
13873
13874 else
13875 echo "$ac_t""no" 1>&6
13876 fi
13877 done
13878
13879
13880 for ac_func in putenv setenv
13881 do
13882 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13883 echo "configure:13884: checking for $ac_func" >&5
13884 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13885 echo $ac_n "(cached) $ac_c" 1>&6
13886 else
13887 cat > conftest.$ac_ext <<EOF
13888 #line 13889 "configure"
13889 #include "confdefs.h"
13890 /* System header to define __stub macros and hopefully few prototypes,
13891 which can conflict with char $ac_func(); below. */
13892 #include <assert.h>
13893 /* Override any gcc2 internal prototype to avoid an error. */
13894 /* We use char because int might match the return type of a gcc2
13895 builtin and then its argument prototype would still apply. */
13896 char $ac_func();
13897
13898 int main() {
13899
13900 /* The GNU C library defines this for functions which it implements
13901 to always fail with ENOSYS. Some functions are actually named
13902 something starting with __ and the normal name is an alias. */
13903 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13904 choke me
13905 #else
13906 $ac_func();
13907 #endif
13908
13909 ; return 0; }
13910 EOF
13911 if { (eval echo configure:13912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13912 rm -rf conftest*
13913 eval "ac_cv_func_$ac_func=yes"
13914 else
13915 echo "configure: failed program was:" >&5
13916 cat conftest.$ac_ext >&5
13917 rm -rf conftest*
13918 eval "ac_cv_func_$ac_func=no"
13919 fi
13920 rm -f conftest*
13921 fi
13922
13923 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13924 echo "$ac_t""yes" 1>&6
13925 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13926 cat >> confdefs.h <<EOF
13927 #define $ac_tr_func 1
13928 EOF
13929 break
13930 else
13931 echo "$ac_t""no" 1>&6
13932 fi
13933 done
13934
13935
13936 HAVE_SOME_SLEEP_FUNC=0
13937 if test "$USE_BEOS" = 1; then
13938 cat >> confdefs.h <<\EOF
13939 #define HAVE_SLEEP 1
13940 EOF
13941
13942 HAVE_SOME_SLEEP_FUNC=1
13943 fi
13944
13945 if test "$USE_DARWIN" = 1; then
13946 cat >> confdefs.h <<\EOF
13947 #define HAVE_USLEEP 1
13948 EOF
13949
13950 HAVE_SOME_SLEEP_FUNC=1
13951 fi
13952
13953 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
13954 POSIX4_LINK=
13955 for ac_func in nanosleep
13956 do
13957 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13958 echo "configure:13959: checking for $ac_func" >&5
13959 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13960 echo $ac_n "(cached) $ac_c" 1>&6
13961 else
13962 cat > conftest.$ac_ext <<EOF
13963 #line 13964 "configure"
13964 #include "confdefs.h"
13965 /* System header to define __stub macros and hopefully few prototypes,
13966 which can conflict with char $ac_func(); below. */
13967 #include <assert.h>
13968 /* Override any gcc2 internal prototype to avoid an error. */
13969 /* We use char because int might match the return type of a gcc2
13970 builtin and then its argument prototype would still apply. */
13971 char $ac_func();
13972
13973 int main() {
13974
13975 /* The GNU C library defines this for functions which it implements
13976 to always fail with ENOSYS. Some functions are actually named
13977 something starting with __ and the normal name is an alias. */
13978 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13979 choke me
13980 #else
13981 $ac_func();
13982 #endif
13983
13984 ; return 0; }
13985 EOF
13986 if { (eval echo configure:13987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
13987 rm -rf conftest*
13988 eval "ac_cv_func_$ac_func=yes"
13989 else
13990 echo "configure: failed program was:" >&5
13991 cat conftest.$ac_ext >&5
13992 rm -rf conftest*
13993 eval "ac_cv_func_$ac_func=no"
13994 fi
13995 rm -f conftest*
13996 fi
13997
13998 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13999 echo "$ac_t""yes" 1>&6
14000 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14001 cat >> confdefs.h <<EOF
14002 #define $ac_tr_func 1
14003 EOF
14004 cat >> confdefs.h <<\EOF
14005 #define HAVE_NANOSLEEP 1
14006 EOF
14007
14008 else
14009 echo "$ac_t""no" 1>&6
14010 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
14011 echo "configure:14012: checking for nanosleep in -lposix4" >&5
14012 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
14013 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14014 echo $ac_n "(cached) $ac_c" 1>&6
14015 else
14016 ac_save_LIBS="$LIBS"
14017 LIBS="-lposix4 $LIBS"
14018 cat > conftest.$ac_ext <<EOF
14019 #line 14020 "configure"
14020 #include "confdefs.h"
14021 /* Override any gcc2 internal prototype to avoid an error. */
14022 /* We use char because int might match the return type of a gcc2
14023 builtin and then its argument prototype would still apply. */
14024 char nanosleep();
14025
14026 int main() {
14027 nanosleep()
14028 ; return 0; }
14029 EOF
14030 if { (eval echo configure:14031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14031 rm -rf conftest*
14032 eval "ac_cv_lib_$ac_lib_var=yes"
14033 else
14034 echo "configure: failed program was:" >&5
14035 cat conftest.$ac_ext >&5
14036 rm -rf conftest*
14037 eval "ac_cv_lib_$ac_lib_var=no"
14038 fi
14039 rm -f conftest*
14040 LIBS="$ac_save_LIBS"
14041
14042 fi
14043 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14044 echo "$ac_t""yes" 1>&6
14045
14046 cat >> confdefs.h <<\EOF
14047 #define HAVE_NANOSLEEP 1
14048 EOF
14049
14050 POSIX4_LINK="-lposix4"
14051
14052 else
14053 echo "$ac_t""no" 1>&6
14054
14055 for ac_func in usleep
14056 do
14057 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14058 echo "configure:14059: checking for $ac_func" >&5
14059 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14060 echo $ac_n "(cached) $ac_c" 1>&6
14061 else
14062 cat > conftest.$ac_ext <<EOF
14063 #line 14064 "configure"
14064 #include "confdefs.h"
14065 /* System header to define __stub macros and hopefully few prototypes,
14066 which can conflict with char $ac_func(); below. */
14067 #include <assert.h>
14068 /* Override any gcc2 internal prototype to avoid an error. */
14069 /* We use char because int might match the return type of a gcc2
14070 builtin and then its argument prototype would still apply. */
14071 char $ac_func();
14072
14073 int main() {
14074
14075 /* The GNU C library defines this for functions which it implements
14076 to always fail with ENOSYS. Some functions are actually named
14077 something starting with __ and the normal name is an alias. */
14078 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14079 choke me
14080 #else
14081 $ac_func();
14082 #endif
14083
14084 ; return 0; }
14085 EOF
14086 if { (eval echo configure:14087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14087 rm -rf conftest*
14088 eval "ac_cv_func_$ac_func=yes"
14089 else
14090 echo "configure: failed program was:" >&5
14091 cat conftest.$ac_ext >&5
14092 rm -rf conftest*
14093 eval "ac_cv_func_$ac_func=no"
14094 fi
14095 rm -f conftest*
14096 fi
14097
14098 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14099 echo "$ac_t""yes" 1>&6
14100 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14101 cat >> confdefs.h <<EOF
14102 #define $ac_tr_func 1
14103 EOF
14104 cat >> confdefs.h <<\EOF
14105 #define HAVE_USLEEP 1
14106 EOF
14107
14108 else
14109 echo "$ac_t""no" 1>&6
14110 echo "configure: warning: wxSleep() function will not work" 1>&2
14111
14112 fi
14113 done
14114
14115
14116
14117 fi
14118
14119
14120
14121 fi
14122 done
14123
14124 fi
14125
14126 for ac_func in uname gethostname
14127 do
14128 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14129 echo "configure:14130: checking for $ac_func" >&5
14130 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14131 echo $ac_n "(cached) $ac_c" 1>&6
14132 else
14133 cat > conftest.$ac_ext <<EOF
14134 #line 14135 "configure"
14135 #include "confdefs.h"
14136 /* System header to define __stub macros and hopefully few prototypes,
14137 which can conflict with char $ac_func(); below. */
14138 #include <assert.h>
14139 /* Override any gcc2 internal prototype to avoid an error. */
14140 /* We use char because int might match the return type of a gcc2
14141 builtin and then its argument prototype would still apply. */
14142 char $ac_func();
14143
14144 int main() {
14145
14146 /* The GNU C library defines this for functions which it implements
14147 to always fail with ENOSYS. Some functions are actually named
14148 something starting with __ and the normal name is an alias. */
14149 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14150 choke me
14151 #else
14152 $ac_func();
14153 #endif
14154
14155 ; return 0; }
14156 EOF
14157 if { (eval echo configure:14158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14158 rm -rf conftest*
14159 eval "ac_cv_func_$ac_func=yes"
14160 else
14161 echo "configure: failed program was:" >&5
14162 cat conftest.$ac_ext >&5
14163 rm -rf conftest*
14164 eval "ac_cv_func_$ac_func=no"
14165 fi
14166 rm -f conftest*
14167 fi
14168
14169 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14170 echo "$ac_t""yes" 1>&6
14171 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14172 cat >> confdefs.h <<EOF
14173 #define $ac_tr_func 1
14174 EOF
14175 break
14176 else
14177 echo "$ac_t""no" 1>&6
14178 fi
14179 done
14180
14181
14182
14183 ac_ext=C
14184 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14185 ac_cpp='$CXXCPP $CPPFLAGS'
14186 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14187 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14188 cross_compiling=$ac_cv_prog_cxx_cross
14189
14190
14191 for ac_func in strtok_r
14192 do
14193 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14194 echo "configure:14195: checking for $ac_func" >&5
14195 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14196 echo $ac_n "(cached) $ac_c" 1>&6
14197 else
14198 cat > conftest.$ac_ext <<EOF
14199 #line 14200 "configure"
14200 #include "confdefs.h"
14201 /* System header to define __stub macros and hopefully few prototypes,
14202 which can conflict with char $ac_func(); below. */
14203 #include <assert.h>
14204 /* Override any gcc2 internal prototype to avoid an error. */
14205 #ifdef __cplusplus
14206 extern "C"
14207 #endif
14208 /* We use char because int might match the return type of a gcc2
14209 builtin and then its argument prototype would still apply. */
14210 char $ac_func();
14211
14212 int main() {
14213
14214 /* The GNU C library defines this for functions which it implements
14215 to always fail with ENOSYS. Some functions are actually named
14216 something starting with __ and the normal name is an alias. */
14217 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14218 choke me
14219 #else
14220 $ac_func();
14221 #endif
14222
14223 ; return 0; }
14224 EOF
14225 if { (eval echo configure:14226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14226 rm -rf conftest*
14227 eval "ac_cv_func_$ac_func=yes"
14228 else
14229 echo "configure: failed program was:" >&5
14230 cat conftest.$ac_ext >&5
14231 rm -rf conftest*
14232 eval "ac_cv_func_$ac_func=no"
14233 fi
14234 rm -f conftest*
14235 fi
14236
14237 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14238 echo "$ac_t""yes" 1>&6
14239 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14240 cat >> confdefs.h <<EOF
14241 #define $ac_tr_func 1
14242 EOF
14243
14244 else
14245 echo "$ac_t""no" 1>&6
14246 fi
14247 done
14248
14249
14250 ac_ext=c
14251 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14252 ac_cpp='$CPP $CPPFLAGS'
14253 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14254 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14255 cross_compiling=$ac_cv_prog_cc_cross
14256
14257
14258 INET_LINK=
14259 for ac_func in inet_addr
14260 do
14261 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14262 echo "configure:14263: checking for $ac_func" >&5
14263 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14264 echo $ac_n "(cached) $ac_c" 1>&6
14265 else
14266 cat > conftest.$ac_ext <<EOF
14267 #line 14268 "configure"
14268 #include "confdefs.h"
14269 /* System header to define __stub macros and hopefully few prototypes,
14270 which can conflict with char $ac_func(); below. */
14271 #include <assert.h>
14272 /* Override any gcc2 internal prototype to avoid an error. */
14273 /* We use char because int might match the return type of a gcc2
14274 builtin and then its argument prototype would still apply. */
14275 char $ac_func();
14276
14277 int main() {
14278
14279 /* The GNU C library defines this for functions which it implements
14280 to always fail with ENOSYS. Some functions are actually named
14281 something starting with __ and the normal name is an alias. */
14282 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14283 choke me
14284 #else
14285 $ac_func();
14286 #endif
14287
14288 ; return 0; }
14289 EOF
14290 if { (eval echo configure:14291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14291 rm -rf conftest*
14292 eval "ac_cv_func_$ac_func=yes"
14293 else
14294 echo "configure: failed program was:" >&5
14295 cat conftest.$ac_ext >&5
14296 rm -rf conftest*
14297 eval "ac_cv_func_$ac_func=no"
14298 fi
14299 rm -f conftest*
14300 fi
14301
14302 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14303 echo "$ac_t""yes" 1>&6
14304 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14305 cat >> confdefs.h <<EOF
14306 #define $ac_tr_func 1
14307 EOF
14308 cat >> confdefs.h <<\EOF
14309 #define HAVE_INET_ADDR 1
14310 EOF
14311
14312 else
14313 echo "$ac_t""no" 1>&6
14314 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
14315 echo "configure:14316: checking for inet_addr in -lnsl" >&5
14316 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
14317 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14318 echo $ac_n "(cached) $ac_c" 1>&6
14319 else
14320 ac_save_LIBS="$LIBS"
14321 LIBS="-lnsl $LIBS"
14322 cat > conftest.$ac_ext <<EOF
14323 #line 14324 "configure"
14324 #include "confdefs.h"
14325 /* Override any gcc2 internal prototype to avoid an error. */
14326 /* We use char because int might match the return type of a gcc2
14327 builtin and then its argument prototype would still apply. */
14328 char inet_addr();
14329
14330 int main() {
14331 inet_addr()
14332 ; return 0; }
14333 EOF
14334 if { (eval echo configure:14335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14335 rm -rf conftest*
14336 eval "ac_cv_lib_$ac_lib_var=yes"
14337 else
14338 echo "configure: failed program was:" >&5
14339 cat conftest.$ac_ext >&5
14340 rm -rf conftest*
14341 eval "ac_cv_lib_$ac_lib_var=no"
14342 fi
14343 rm -f conftest*
14344 LIBS="$ac_save_LIBS"
14345
14346 fi
14347 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14348 echo "$ac_t""yes" 1>&6
14349 INET_LINK="nsl"
14350 else
14351 echo "$ac_t""no" 1>&6
14352 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
14353 echo "configure:14354: checking for inet_addr in -lresolv" >&5
14354 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
14355 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14356 echo $ac_n "(cached) $ac_c" 1>&6
14357 else
14358 ac_save_LIBS="$LIBS"
14359 LIBS="-lresolv $LIBS"
14360 cat > conftest.$ac_ext <<EOF
14361 #line 14362 "configure"
14362 #include "confdefs.h"
14363 /* Override any gcc2 internal prototype to avoid an error. */
14364 /* We use char because int might match the return type of a gcc2
14365 builtin and then its argument prototype would still apply. */
14366 char inet_addr();
14367
14368 int main() {
14369 inet_addr()
14370 ; return 0; }
14371 EOF
14372 if { (eval echo configure:14373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14373 rm -rf conftest*
14374 eval "ac_cv_lib_$ac_lib_var=yes"
14375 else
14376 echo "configure: failed program was:" >&5
14377 cat conftest.$ac_ext >&5
14378 rm -rf conftest*
14379 eval "ac_cv_lib_$ac_lib_var=no"
14380 fi
14381 rm -f conftest*
14382 LIBS="$ac_save_LIBS"
14383
14384 fi
14385 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14386 echo "$ac_t""yes" 1>&6
14387 INET_LINK="resolv"
14388
14389 else
14390 echo "$ac_t""no" 1>&6
14391 fi
14392
14393
14394 fi
14395
14396
14397
14398 fi
14399 done
14400
14401
14402 for ac_func in inet_aton
14403 do
14404 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14405 echo "configure:14406: checking for $ac_func" >&5
14406 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14407 echo $ac_n "(cached) $ac_c" 1>&6
14408 else
14409 cat > conftest.$ac_ext <<EOF
14410 #line 14411 "configure"
14411 #include "confdefs.h"
14412 /* System header to define __stub macros and hopefully few prototypes,
14413 which can conflict with char $ac_func(); below. */
14414 #include <assert.h>
14415 /* Override any gcc2 internal prototype to avoid an error. */
14416 /* We use char because int might match the return type of a gcc2
14417 builtin and then its argument prototype would still apply. */
14418 char $ac_func();
14419
14420 int main() {
14421
14422 /* The GNU C library defines this for functions which it implements
14423 to always fail with ENOSYS. Some functions are actually named
14424 something starting with __ and the normal name is an alias. */
14425 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14426 choke me
14427 #else
14428 $ac_func();
14429 #endif
14430
14431 ; return 0; }
14432 EOF
14433 if { (eval echo configure:14434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14434 rm -rf conftest*
14435 eval "ac_cv_func_$ac_func=yes"
14436 else
14437 echo "configure: failed program was:" >&5
14438 cat conftest.$ac_ext >&5
14439 rm -rf conftest*
14440 eval "ac_cv_func_$ac_func=no"
14441 fi
14442 rm -f conftest*
14443 fi
14444
14445 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14446 echo "$ac_t""yes" 1>&6
14447 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14448 cat >> confdefs.h <<EOF
14449 #define $ac_tr_func 1
14450 EOF
14451 cat >> confdefs.h <<\EOF
14452 #define HAVE_INET_ATON 1
14453 EOF
14454
14455 else
14456 echo "$ac_t""no" 1>&6
14457 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
14458 echo "configure:14459: checking for inet_aton in -l$INET_LINK" >&5
14459 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
14460 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14461 echo $ac_n "(cached) $ac_c" 1>&6
14462 else
14463 ac_save_LIBS="$LIBS"
14464 LIBS="-l$INET_LINK $LIBS"
14465 cat > conftest.$ac_ext <<EOF
14466 #line 14467 "configure"
14467 #include "confdefs.h"
14468 /* Override any gcc2 internal prototype to avoid an error. */
14469 /* We use char because int might match the return type of a gcc2
14470 builtin and then its argument prototype would still apply. */
14471 char inet_aton();
14472
14473 int main() {
14474 inet_aton()
14475 ; return 0; }
14476 EOF
14477 if { (eval echo configure:14478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14478 rm -rf conftest*
14479 eval "ac_cv_lib_$ac_lib_var=yes"
14480 else
14481 echo "configure: failed program was:" >&5
14482 cat conftest.$ac_ext >&5
14483 rm -rf conftest*
14484 eval "ac_cv_lib_$ac_lib_var=no"
14485 fi
14486 rm -f conftest*
14487 LIBS="$ac_save_LIBS"
14488
14489 fi
14490 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14491 echo "$ac_t""yes" 1>&6
14492 cat >> confdefs.h <<\EOF
14493 #define HAVE_INET_ATON 1
14494 EOF
14495
14496 else
14497 echo "$ac_t""no" 1>&6
14498 fi
14499
14500
14501 fi
14502 done
14503
14504
14505 if test "x$INET_LINK" != "x"; then
14506 cat >> confdefs.h <<\EOF
14507 #define HAVE_INET_ADDR 1
14508 EOF
14509
14510 INET_LINK="-l$INET_LINK"
14511 fi
14512
14513 fi
14514
14515
14516 cat > confcache <<\EOF
14517 # This file is a shell script that caches the results of configure
14518 # tests run on this system so they can be shared between configure
14519 # scripts and configure runs. It is not useful on other systems.
14520 # If it contains results you don't want to keep, you may remove or edit it.
14521 #
14522 # By default, configure uses ./config.cache as the cache file,
14523 # creating it if it does not exist already. You can give configure
14524 # the --cache-file=FILE option to use a different cache file; that is
14525 # what configure does when it calls configure scripts in
14526 # subdirectories, so they share the cache.
14527 # Giving --cache-file=/dev/null disables caching, for debugging configure.
14528 # config.status only pays attention to the cache file if you give it the
14529 # --recheck option to rerun configure.
14530 #
14531 EOF
14532 # The following way of writing the cache mishandles newlines in values,
14533 # but we know of no workaround that is simple, portable, and efficient.
14534 # So, don't put newlines in cache variables' values.
14535 # Ultrix sh set writes to stderr and can't be redirected directly,
14536 # and sets the high bit in the cache file unless we assign to the vars.
14537 (set) 2>&1 |
14538 case `(ac_space=' '; set | grep ac_space) 2>&1` in
14539 *ac_space=\ *)
14540 # `set' does not quote correctly, so add quotes (double-quote substitution
14541 # turns \\\\ into \\, and sed turns \\ into \).
14542 sed -n \
14543 -e "s/'/'\\\\''/g" \
14544 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
14545 ;;
14546 *)
14547 # `set' quotes correctly as required by POSIX, so do not add quotes.
14548 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
14549 ;;
14550 esac >> confcache
14551 if cmp -s $cache_file confcache; then
14552 :
14553 else
14554 if test -w $cache_file; then
14555 echo "updating cache $cache_file"
14556 cat confcache > $cache_file
14557 else
14558 echo "not updating unwritable cache $cache_file"
14559 fi
14560 fi
14561 rm -f confcache
14562
14563
14564
14565 if test "$TOOLKIT" != "MSW"; then
14566
14567
14568 THREADS_LINK=
14569 THREADS_OBJ=
14570 CODE_GEN_FLAGS=
14571 CODE_GEN_FLAGS_CXX=
14572
14573 if test "$wxUSE_THREADS" = "yes" ; then
14574 if test "$wxUSE_WINE" = 1 ; then
14575 echo "configure: warning: Threads are not supported under WINE" 1>&2
14576 wxUSE_THREADS="no"
14577 elif test "$USE_BEOS" = 1; then
14578 echo "configure: warning: BeOS threads are not yet supported" 1>&2
14579 wxUSE_THREADS="no"
14580 fi
14581 fi
14582
14583 if test "$wxUSE_THREADS" = "yes" ; then
14584
14585 if test "$USE_AIX" = 1; then
14586 THREADS_LIB=pthreads
14587 else
14588 THREADS_LIB=pthread
14589 fi
14590
14591 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
14592 echo "configure:14593: checking for pthread_create in -l$THREADS_LIB" >&5
14593 ac_lib_var=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
14594 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14595 echo $ac_n "(cached) $ac_c" 1>&6
14596 else
14597 ac_save_LIBS="$LIBS"
14598 LIBS="-l$THREADS_LIB $LIBS"
14599 cat > conftest.$ac_ext <<EOF
14600 #line 14601 "configure"
14601 #include "confdefs.h"
14602 /* Override any gcc2 internal prototype to avoid an error. */
14603 /* We use char because int might match the return type of a gcc2
14604 builtin and then its argument prototype would still apply. */
14605 char pthread_create();
14606
14607 int main() {
14608 pthread_create()
14609 ; return 0; }
14610 EOF
14611 if { (eval echo configure:14612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14612 rm -rf conftest*
14613 eval "ac_cv_lib_$ac_lib_var=yes"
14614 else
14615 echo "configure: failed program was:" >&5
14616 cat conftest.$ac_ext >&5
14617 rm -rf conftest*
14618 eval "ac_cv_lib_$ac_lib_var=no"
14619 fi
14620 rm -f conftest*
14621 LIBS="$ac_save_LIBS"
14622
14623 fi
14624 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14625 echo "$ac_t""yes" 1>&6
14626
14627 THREADS_OBJ="threadpsx.lo"
14628 THREADS_LINK=$THREADS_LIB
14629
14630 else
14631 echo "$ac_t""no" 1>&6
14632
14633 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
14634 echo "configure:14635: checking for pthread_create in -lc_r" >&5
14635 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
14636 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14637 echo $ac_n "(cached) $ac_c" 1>&6
14638 else
14639 ac_save_LIBS="$LIBS"
14640 LIBS="-lc_r $LIBS"
14641 cat > conftest.$ac_ext <<EOF
14642 #line 14643 "configure"
14643 #include "confdefs.h"
14644 /* Override any gcc2 internal prototype to avoid an error. */
14645 /* We use char because int might match the return type of a gcc2
14646 builtin and then its argument prototype would still apply. */
14647 char pthread_create();
14648
14649 int main() {
14650 pthread_create()
14651 ; return 0; }
14652 EOF
14653 if { (eval echo configure:14654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14654 rm -rf conftest*
14655 eval "ac_cv_lib_$ac_lib_var=yes"
14656 else
14657 echo "configure: failed program was:" >&5
14658 cat conftest.$ac_ext >&5
14659 rm -rf conftest*
14660 eval "ac_cv_lib_$ac_lib_var=no"
14661 fi
14662 rm -f conftest*
14663 LIBS="$ac_save_LIBS"
14664
14665 fi
14666 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14667 echo "$ac_t""yes" 1>&6
14668
14669 THREADS_OBJ="threadpsx.lo"
14670 THREADS_LINK="c_r"
14671
14672 else
14673 echo "$ac_t""no" 1>&6
14674
14675 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
14676 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
14677 echo "configure:14678: checking for sys/prctl.h" >&5
14678 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14679 echo $ac_n "(cached) $ac_c" 1>&6
14680 else
14681 cat > conftest.$ac_ext <<EOF
14682 #line 14683 "configure"
14683 #include "confdefs.h"
14684 #include <sys/prctl.h>
14685 EOF
14686 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14687 { (eval echo configure:14688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14688 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14689 if test -z "$ac_err"; then
14690 rm -rf conftest*
14691 eval "ac_cv_header_$ac_safe=yes"
14692 else
14693 echo "$ac_err" >&5
14694 echo "configure: failed program was:" >&5
14695 cat conftest.$ac_ext >&5
14696 rm -rf conftest*
14697 eval "ac_cv_header_$ac_safe=no"
14698 fi
14699 rm -f conftest*
14700 fi
14701 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14702 echo "$ac_t""yes" 1>&6
14703
14704 THREADS_OBJ="threadsgi.lo"
14705
14706 else
14707 echo "$ac_t""no" 1>&6
14708 fi
14709
14710
14711 fi
14712
14713
14714 fi
14715
14716
14717 if test -z "$THREADS_OBJ" ; then
14718 wxUSE_THREADS=no
14719 echo "configure: warning: No thread support on this system" 1>&2
14720 fi
14721 fi
14722
14723 if test "$wxUSE_THREADS" = "yes" ; then
14724 for ac_func in thr_setconcurrency
14725 do
14726 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14727 echo "configure:14728: checking for $ac_func" >&5
14728 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14729 echo $ac_n "(cached) $ac_c" 1>&6
14730 else
14731 cat > conftest.$ac_ext <<EOF
14732 #line 14733 "configure"
14733 #include "confdefs.h"
14734 /* System header to define __stub macros and hopefully few prototypes,
14735 which can conflict with char $ac_func(); below. */
14736 #include <assert.h>
14737 /* Override any gcc2 internal prototype to avoid an error. */
14738 /* We use char because int might match the return type of a gcc2
14739 builtin and then its argument prototype would still apply. */
14740 char $ac_func();
14741
14742 int main() {
14743
14744 /* The GNU C library defines this for functions which it implements
14745 to always fail with ENOSYS. Some functions are actually named
14746 something starting with __ and the normal name is an alias. */
14747 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14748 choke me
14749 #else
14750 $ac_func();
14751 #endif
14752
14753 ; return 0; }
14754 EOF
14755 if { (eval echo configure:14756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14756 rm -rf conftest*
14757 eval "ac_cv_func_$ac_func=yes"
14758 else
14759 echo "configure: failed program was:" >&5
14760 cat conftest.$ac_ext >&5
14761 rm -rf conftest*
14762 eval "ac_cv_func_$ac_func=no"
14763 fi
14764 rm -f conftest*
14765 fi
14766
14767 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14768 echo "$ac_t""yes" 1>&6
14769 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14770 cat >> confdefs.h <<EOF
14771 #define $ac_tr_func 1
14772 EOF
14773
14774 else
14775 echo "$ac_t""no" 1>&6
14776 fi
14777 done
14778
14779
14780
14781 for ac_hdr in sched.h
14782 do
14783 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14784 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14785 echo "configure:14786: checking for $ac_hdr" >&5
14786 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14787 echo $ac_n "(cached) $ac_c" 1>&6
14788 else
14789 cat > conftest.$ac_ext <<EOF
14790 #line 14791 "configure"
14791 #include "confdefs.h"
14792 #include <$ac_hdr>
14793 EOF
14794 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14795 { (eval echo configure:14796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14796 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14797 if test -z "$ac_err"; then
14798 rm -rf conftest*
14799 eval "ac_cv_header_$ac_safe=yes"
14800 else
14801 echo "$ac_err" >&5
14802 echo "configure: failed program was:" >&5
14803 cat conftest.$ac_ext >&5
14804 rm -rf conftest*
14805 eval "ac_cv_header_$ac_safe=no"
14806 fi
14807 rm -f conftest*
14808 fi
14809 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14810 echo "$ac_t""yes" 1>&6
14811 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14812 cat >> confdefs.h <<EOF
14813 #define $ac_tr_hdr 1
14814 EOF
14815
14816 else
14817 echo "$ac_t""no" 1>&6
14818 fi
14819 done
14820
14821
14822 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
14823 echo "configure:14824: checking for sched_yield in -l$THREADS_LINK" >&5
14824 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
14825 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14826 echo $ac_n "(cached) $ac_c" 1>&6
14827 else
14828 ac_save_LIBS="$LIBS"
14829 LIBS="-l$THREADS_LINK $LIBS"
14830 cat > conftest.$ac_ext <<EOF
14831 #line 14832 "configure"
14832 #include "confdefs.h"
14833 /* Override any gcc2 internal prototype to avoid an error. */
14834 /* We use char because int might match the return type of a gcc2
14835 builtin and then its argument prototype would still apply. */
14836 char sched_yield();
14837
14838 int main() {
14839 sched_yield()
14840 ; return 0; }
14841 EOF
14842 if { (eval echo configure:14843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14843 rm -rf conftest*
14844 eval "ac_cv_lib_$ac_lib_var=yes"
14845 else
14846 echo "configure: failed program was:" >&5
14847 cat conftest.$ac_ext >&5
14848 rm -rf conftest*
14849 eval "ac_cv_lib_$ac_lib_var=no"
14850 fi
14851 rm -f conftest*
14852 LIBS="$ac_save_LIBS"
14853
14854 fi
14855 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14856 echo "$ac_t""yes" 1>&6
14857 cat >> confdefs.h <<\EOF
14858 #define HAVE_SCHED_YIELD 1
14859 EOF
14860
14861 else
14862 echo "$ac_t""no" 1>&6
14863 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
14864 echo "configure:14865: checking for sched_yield in -lposix4" >&5
14865 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
14866 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14867 echo $ac_n "(cached) $ac_c" 1>&6
14868 else
14869 ac_save_LIBS="$LIBS"
14870 LIBS="-lposix4 $LIBS"
14871 cat > conftest.$ac_ext <<EOF
14872 #line 14873 "configure"
14873 #include "confdefs.h"
14874 /* Override any gcc2 internal prototype to avoid an error. */
14875 /* We use char because int might match the return type of a gcc2
14876 builtin and then its argument prototype would still apply. */
14877 char sched_yield();
14878
14879 int main() {
14880 sched_yield()
14881 ; return 0; }
14882 EOF
14883 if { (eval echo configure:14884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14884 rm -rf conftest*
14885 eval "ac_cv_lib_$ac_lib_var=yes"
14886 else
14887 echo "configure: failed program was:" >&5
14888 cat conftest.$ac_ext >&5
14889 rm -rf conftest*
14890 eval "ac_cv_lib_$ac_lib_var=no"
14891 fi
14892 rm -f conftest*
14893 LIBS="$ac_save_LIBS"
14894
14895 fi
14896 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14897 echo "$ac_t""yes" 1>&6
14898 cat >> confdefs.h <<\EOF
14899 #define HAVE_SCHED_YIELD 1
14900 EOF
14901 POSIX4_LINK="-lposix4"
14902 else
14903 echo "$ac_t""no" 1>&6
14904 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
14905
14906 fi
14907
14908
14909 fi
14910
14911
14912 HAVE_PRIOR_FUNCS=0
14913 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
14914 echo "configure:14915: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
14915 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
14916 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14917 echo $ac_n "(cached) $ac_c" 1>&6
14918 else
14919 ac_save_LIBS="$LIBS"
14920 LIBS="-l$THREADS_LINK $LIBS"
14921 cat > conftest.$ac_ext <<EOF
14922 #line 14923 "configure"
14923 #include "confdefs.h"
14924 /* Override any gcc2 internal prototype to avoid an error. */
14925 /* We use char because int might match the return type of a gcc2
14926 builtin and then its argument prototype would still apply. */
14927 char pthread_attr_getschedpolicy();
14928
14929 int main() {
14930 pthread_attr_getschedpolicy()
14931 ; return 0; }
14932 EOF
14933 if { (eval echo configure:14934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14934 rm -rf conftest*
14935 eval "ac_cv_lib_$ac_lib_var=yes"
14936 else
14937 echo "configure: failed program was:" >&5
14938 cat conftest.$ac_ext >&5
14939 rm -rf conftest*
14940 eval "ac_cv_lib_$ac_lib_var=no"
14941 fi
14942 rm -f conftest*
14943 LIBS="$ac_save_LIBS"
14944
14945 fi
14946 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14947 echo "$ac_t""yes" 1>&6
14948 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
14949 echo "configure:14950: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
14950 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
14951 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14952 echo $ac_n "(cached) $ac_c" 1>&6
14953 else
14954 ac_save_LIBS="$LIBS"
14955 LIBS="-l$THREADS_LINK $LIBS"
14956 cat > conftest.$ac_ext <<EOF
14957 #line 14958 "configure"
14958 #include "confdefs.h"
14959 /* Override any gcc2 internal prototype to avoid an error. */
14960 /* We use char because int might match the return type of a gcc2
14961 builtin and then its argument prototype would still apply. */
14962 char pthread_attr_setschedparam();
14963
14964 int main() {
14965 pthread_attr_setschedparam()
14966 ; return 0; }
14967 EOF
14968 if { (eval echo configure:14969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
14969 rm -rf conftest*
14970 eval "ac_cv_lib_$ac_lib_var=yes"
14971 else
14972 echo "configure: failed program was:" >&5
14973 cat conftest.$ac_ext >&5
14974 rm -rf conftest*
14975 eval "ac_cv_lib_$ac_lib_var=no"
14976 fi
14977 rm -f conftest*
14978 LIBS="$ac_save_LIBS"
14979
14980 fi
14981 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14982 echo "$ac_t""yes" 1>&6
14983 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
14984 echo "configure:14985: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
14985 ac_lib_var=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
14986 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14987 echo $ac_n "(cached) $ac_c" 1>&6
14988 else
14989 ac_save_LIBS="$LIBS"
14990 LIBS="-l$THREADS_LINK $LIBS"
14991 cat > conftest.$ac_ext <<EOF
14992 #line 14993 "configure"
14993 #include "confdefs.h"
14994 /* Override any gcc2 internal prototype to avoid an error. */
14995 /* We use char because int might match the return type of a gcc2
14996 builtin and then its argument prototype would still apply. */
14997 char sched_get_priority_max();
14998
14999 int main() {
15000 sched_get_priority_max()
15001 ; return 0; }
15002 EOF
15003 if { (eval echo configure:15004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15004 rm -rf conftest*
15005 eval "ac_cv_lib_$ac_lib_var=yes"
15006 else
15007 echo "configure: failed program was:" >&5
15008 cat conftest.$ac_ext >&5
15009 rm -rf conftest*
15010 eval "ac_cv_lib_$ac_lib_var=no"
15011 fi
15012 rm -f conftest*
15013 LIBS="$ac_save_LIBS"
15014
15015 fi
15016 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15017 echo "$ac_t""yes" 1>&6
15018 HAVE_PRIOR_FUNCS=1
15019 else
15020 echo "$ac_t""no" 1>&6
15021 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
15022 echo "configure:15023: checking for sched_get_priority_max in -lposix4" >&5
15023 ac_lib_var=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
15024 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15025 echo $ac_n "(cached) $ac_c" 1>&6
15026 else
15027 ac_save_LIBS="$LIBS"
15028 LIBS="-lposix4 $LIBS"
15029 cat > conftest.$ac_ext <<EOF
15030 #line 15031 "configure"
15031 #include "confdefs.h"
15032 /* Override any gcc2 internal prototype to avoid an error. */
15033 /* We use char because int might match the return type of a gcc2
15034 builtin and then its argument prototype would still apply. */
15035 char sched_get_priority_max();
15036
15037 int main() {
15038 sched_get_priority_max()
15039 ; return 0; }
15040 EOF
15041 if { (eval echo configure:15042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15042 rm -rf conftest*
15043 eval "ac_cv_lib_$ac_lib_var=yes"
15044 else
15045 echo "configure: failed program was:" >&5
15046 cat conftest.$ac_ext >&5
15047 rm -rf conftest*
15048 eval "ac_cv_lib_$ac_lib_var=no"
15049 fi
15050 rm -f conftest*
15051 LIBS="$ac_save_LIBS"
15052
15053 fi
15054 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15055 echo "$ac_t""yes" 1>&6
15056
15057 HAVE_PRIOR_FUNCS=1
15058 POSIX4_LINK="-lposix4"
15059
15060 else
15061 echo "$ac_t""no" 1>&6
15062 fi
15063
15064
15065 fi
15066
15067
15068 else
15069 echo "$ac_t""no" 1>&6
15070 fi
15071
15072
15073 else
15074 echo "$ac_t""no" 1>&6
15075 fi
15076
15077
15078 if test "$HAVE_PRIOR_FUNCS" = 1; then
15079 cat >> confdefs.h <<\EOF
15080 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
15081 EOF
15082
15083 else
15084 echo "configure: warning: Setting thread priority will not work" 1>&2
15085 fi
15086
15087 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
15088 echo "configure:15089: checking for pthread_cancel in -l$THREADS_LINK" >&5
15089 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
15090 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15091 echo $ac_n "(cached) $ac_c" 1>&6
15092 else
15093 ac_save_LIBS="$LIBS"
15094 LIBS="-l$THREADS_LINK $LIBS"
15095 cat > conftest.$ac_ext <<EOF
15096 #line 15097 "configure"
15097 #include "confdefs.h"
15098 /* Override any gcc2 internal prototype to avoid an error. */
15099 /* We use char because int might match the return type of a gcc2
15100 builtin and then its argument prototype would still apply. */
15101 char pthread_cancel();
15102
15103 int main() {
15104 pthread_cancel()
15105 ; return 0; }
15106 EOF
15107 if { (eval echo configure:15108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15108 rm -rf conftest*
15109 eval "ac_cv_lib_$ac_lib_var=yes"
15110 else
15111 echo "configure: failed program was:" >&5
15112 cat conftest.$ac_ext >&5
15113 rm -rf conftest*
15114 eval "ac_cv_lib_$ac_lib_var=no"
15115 fi
15116 rm -f conftest*
15117 LIBS="$ac_save_LIBS"
15118
15119 fi
15120 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15121 echo "$ac_t""yes" 1>&6
15122 cat >> confdefs.h <<\EOF
15123 #define HAVE_PTHREAD_CANCEL 1
15124 EOF
15125
15126 else
15127 echo "$ac_t""no" 1>&6
15128 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
15129 fi
15130
15131
15132 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
15133 echo "configure:15134: checking for pthread_cleanup_push/pop" >&5
15134 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
15135 echo $ac_n "(cached) $ac_c" 1>&6
15136 else
15137
15138 cat > conftest.$ac_ext <<EOF
15139 #line 15140 "configure"
15140 #include "confdefs.h"
15141 #include <pthread.h>
15142 int main() {
15143
15144 pthread_cleanup_push(NULL, NULL);
15145 pthread_cleanup_pop(0);
15146
15147 ; return 0; }
15148 EOF
15149 if { (eval echo configure:15150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15150 rm -rf conftest*
15151
15152 wx_cv_func_pthread_cleanup_push=yes
15153
15154 else
15155 echo "configure: failed program was:" >&5
15156 cat conftest.$ac_ext >&5
15157 rm -rf conftest*
15158
15159 wx_cv_func_pthread_cleanup_push=no
15160
15161 fi
15162 rm -f conftest*
15163
15164 fi
15165
15166 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
15167
15168 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
15169 cat >> confdefs.h <<\EOF
15170 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
15171 EOF
15172
15173 fi
15174
15175
15176 if test "x$wx_lib_glibc21" = "xyes"; then
15177 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
15178 fi
15179
15180 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
15181 echo "configure:15182: checking for pthread_mutexattr_t" >&5
15182 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
15183 echo $ac_n "(cached) $ac_c" 1>&6
15184 else
15185
15186 cat > conftest.$ac_ext <<EOF
15187 #line 15188 "configure"
15188 #include "confdefs.h"
15189 #include <pthread.h>
15190 int main() {
15191
15192 pthread_mutexattr_t attr;
15193 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
15194
15195 ; return 0; }
15196 EOF
15197 if { (eval echo configure:15198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15198 rm -rf conftest*
15199
15200 wx_cv_type_pthread_mutexattr_t=yes
15201
15202 else
15203 echo "configure: failed program was:" >&5
15204 cat conftest.$ac_ext >&5
15205 rm -rf conftest*
15206
15207 wx_cv_type_pthread_mutexattr_t=no
15208
15209
15210 fi
15211 rm -f conftest*
15212
15213 fi
15214
15215 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
15216
15217 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
15218 cat >> confdefs.h <<\EOF
15219 #define HAVE_PTHREAD_MUTEXATTR_T 1
15220 EOF
15221
15222 else
15223 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
15224 echo "configure:15225: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
15225 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
15226 echo $ac_n "(cached) $ac_c" 1>&6
15227 else
15228
15229 cat > conftest.$ac_ext <<EOF
15230 #line 15231 "configure"
15231 #include "confdefs.h"
15232 #include <pthread.h>
15233 int main() {
15234
15235 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
15236
15237 ; return 0; }
15238 EOF
15239 if { (eval echo configure:15240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15240 rm -rf conftest*
15241
15242 wx_cv_type_pthread_rec_mutex_init=yes
15243
15244 else
15245 echo "configure: failed program was:" >&5
15246 cat conftest.$ac_ext >&5
15247 rm -rf conftest*
15248
15249 wx_cv_type_pthread_rec_mutex_init=no
15250
15251
15252 fi
15253 rm -f conftest*
15254
15255 fi
15256
15257 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
15258 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
15259 cat >> confdefs.h <<\EOF
15260 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
15261 EOF
15262
15263 else
15264 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
15265 fi
15266 fi
15267
15268 THREADS_LINK="-l$THREADS_LINK"
15269
15270 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
15271 CPPFLAGS="${CFLAGS} -mt"
15272 CXXFLAGS="${CXXFLAGS} -mt"
15273 LDFLAGS="${LDFLAGS} -mt"
15274 fi
15275 fi
15276
15277 fi
15278
15279 if test "$wxUSE_THREADS" = "yes"; then
15280 cat >> confdefs.h <<\EOF
15281 #define wxUSE_THREADS 1
15282 EOF
15283
15284
15285 if test "$USE_DARWIN" != 1; then
15286 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15287 fi
15288
15289 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
15290 else
15291 if test "$ac_cv_func_strtok_r" = "yes"; then
15292 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
15293 echo "configure:15294: checking if -D_REENTRANT is needed" >&5
15294 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15295 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
15296 echo "$ac_t""yes" 1>&6
15297 else
15298 echo "$ac_t""no" 1>&6
15299 fi
15300 fi
15301 fi
15302
15303 if test "$WXGTK20" = 1 ; then
15304 cat >> confdefs.h <<EOF
15305 #define __WXGTK20__ $WXGTK20
15306 EOF
15307
15308 WXGTK12=1
15309 fi
15310
15311 if test "$WXGTK12" = 1 ; then
15312 cat >> confdefs.h <<EOF
15313 #define __WXGTK12__ $WXGTK12
15314 EOF
15315
15316 fi
15317
15318 if test "$WXGTK127" = 1 ; then
15319 cat >> confdefs.h <<EOF
15320 #define __WXGTK127__ $WXGTK127
15321 EOF
15322
15323 fi
15324
15325 WXDEBUG=
15326
15327 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15328 WXDEBUG="-g"
15329 wxUSE_OPTIMISE=no
15330 fi
15331
15332 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15333 wxUSE_DEBUG_INFO=yes
15334 WXDEBUG="-ggdb"
15335 fi
15336
15337 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
15338 cat >> confdefs.h <<\EOF
15339 #define WXDEBUG 1
15340 EOF
15341
15342 WXDEBUG_DEFINE="-D__WXDEBUG__"
15343 else
15344 if test "$wxUSE_GTK" = 1 ; then
15345 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
15346 fi
15347 fi
15348
15349 if test "$wxUSE_MEM_TRACING" = "yes" ; then
15350 cat >> confdefs.h <<\EOF
15351 #define wxUSE_MEMORY_TRACING 1
15352 EOF
15353
15354 cat >> confdefs.h <<\EOF
15355 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
15356 EOF
15357
15358 cat >> confdefs.h <<\EOF
15359 #define wxUSE_DEBUG_NEW_ALWAYS 1
15360 EOF
15361
15362 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
15363 fi
15364
15365 if test "$wxUSE_DMALLOC" = "yes" ; then
15366 DMALLOC_LINK="-ldmalloc"
15367 fi
15368
15369 PROFILE=
15370 if test "$wxUSE_PROFILE" = "yes" ; then
15371 PROFILE="-pg"
15372 fi
15373
15374 if test "$GCC" = yes ; then
15375 if test "$wxUSE_NO_RTTI" = "yes" ; then
15376 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
15377 fi
15378 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
15379 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
15380 fi
15381 if test "$wxUSE_PERMISSIVE" = "yes" ; then
15382 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
15383 fi
15384 if test "$wxUSE_NO_DEPS" = "no" ; then
15385 CFLAGS="-MMD ${CFLAGS}"
15386 CXXFLAGS="-MMD ${CXXFLAGS}"
15387 fi
15388 if test "$USE_WIN32" = 1 ; then
15389 # I'm not even really sure what this was ever added to solve,
15390 # but someone added it for mingw native builds, so I guess
15391 # they had a reason, right??
15392 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fno-pcc-struct-return"
15393 fi
15394 fi
15395
15396
15397 CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
15398 CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
15399 if test "$wxUSE_OPTIMISE" = "no" ; then
15400 OPTIMISE=
15401 else
15402 if test "$GCC" = yes ; then
15403 OPTIMISE="-O2"
15404 case "${host}" in
15405 i586-*-*|i686-*-* )
15406 OPTIMISE="${OPTIMISE} "
15407 ;;
15408 esac
15409 else
15410 OPTIMISE="-O"
15411 fi
15412 fi
15413
15414 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
15415 cat >> confdefs.h <<\EOF
15416 #define WXWIN_COMPATIBILITY_2 1
15417 EOF
15418
15419
15420 WXWIN_COMPATIBILITY_2_2="yes"
15421 fi
15422
15423 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
15424 cat >> confdefs.h <<\EOF
15425 #define WXWIN_COMPATIBILITY_2_2 1
15426 EOF
15427
15428 fi
15429
15430
15431 ZLIB_INCLUDE=
15432 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
15433 cat >> confdefs.h <<\EOF
15434 #define wxUSE_ZLIB 1
15435 EOF
15436
15437 if test "$wxUSE_ZLIB" = "yes" ; then
15438 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
15439 else
15440 ZLIB_LINK=
15441 ac_safe=`echo "zlib.h" | sed 'y%./+-%__p_%'`
15442 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
15443 echo "configure:15444: checking for zlib.h" >&5
15444 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15445 echo $ac_n "(cached) $ac_c" 1>&6
15446 else
15447 cat > conftest.$ac_ext <<EOF
15448 #line 15449 "configure"
15449 #include "confdefs.h"
15450 #include <zlib.h>
15451 EOF
15452 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15453 { (eval echo configure:15454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15454 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15455 if test -z "$ac_err"; then
15456 rm -rf conftest*
15457 eval "ac_cv_header_$ac_safe=yes"
15458 else
15459 echo "$ac_err" >&5
15460 echo "configure: failed program was:" >&5
15461 cat conftest.$ac_ext >&5
15462 rm -rf conftest*
15463 eval "ac_cv_header_$ac_safe=no"
15464 fi
15465 rm -f conftest*
15466 fi
15467 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15468 echo "$ac_t""yes" 1>&6
15469 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
15470 echo "configure:15471: checking for deflate in -lz" >&5
15471 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
15472 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15473 echo $ac_n "(cached) $ac_c" 1>&6
15474 else
15475 ac_save_LIBS="$LIBS"
15476 LIBS="-lz $LIBS"
15477 cat > conftest.$ac_ext <<EOF
15478 #line 15479 "configure"
15479 #include "confdefs.h"
15480 /* Override any gcc2 internal prototype to avoid an error. */
15481 /* We use char because int might match the return type of a gcc2
15482 builtin and then its argument prototype would still apply. */
15483 char deflate();
15484
15485 int main() {
15486 deflate()
15487 ; return 0; }
15488 EOF
15489 if { (eval echo configure:15490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15490 rm -rf conftest*
15491 eval "ac_cv_lib_$ac_lib_var=yes"
15492 else
15493 echo "configure: failed program was:" >&5
15494 cat conftest.$ac_ext >&5
15495 rm -rf conftest*
15496 eval "ac_cv_lib_$ac_lib_var=no"
15497 fi
15498 rm -f conftest*
15499 LIBS="$ac_save_LIBS"
15500
15501 fi
15502 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15503 echo "$ac_t""yes" 1>&6
15504 ZLIB_LINK="-lz"
15505 else
15506 echo "$ac_t""no" 1>&6
15507 fi
15508
15509 else
15510 echo "$ac_t""no" 1>&6
15511 fi
15512
15513 if test "x$ZLIB_LINK" = "x" ; then
15514 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
15515 fi
15516 fi
15517 fi
15518
15519 PNG_INCLUDE=
15520 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
15521 cat >> confdefs.h <<\EOF
15522 #define wxUSE_LIBPNG 1
15523 EOF
15524
15525 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
15526 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
15527 wxUSE_LIBPNG=yes
15528 fi
15529
15530 if test "$wxUSE_LIBPNG" = "yes" ; then
15531 PNG_INCLUDE="-I\${top_srcdir}/src/png"
15532 else
15533 PNG_LINK=
15534 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
15535 echo $ac_n "checking for png.h""... $ac_c" 1>&6
15536 echo "configure:15537: checking for png.h" >&5
15537 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15538 echo $ac_n "(cached) $ac_c" 1>&6
15539 else
15540 cat > conftest.$ac_ext <<EOF
15541 #line 15542 "configure"
15542 #include "confdefs.h"
15543 #include <png.h>
15544 EOF
15545 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15546 { (eval echo configure:15547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15547 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15548 if test -z "$ac_err"; then
15549 rm -rf conftest*
15550 eval "ac_cv_header_$ac_safe=yes"
15551 else
15552 echo "$ac_err" >&5
15553 echo "configure: failed program was:" >&5
15554 cat conftest.$ac_ext >&5
15555 rm -rf conftest*
15556 eval "ac_cv_header_$ac_safe=no"
15557 fi
15558 rm -f conftest*
15559 fi
15560 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15561 echo "$ac_t""yes" 1>&6
15562 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
15563 echo "configure:15564: checking for png_check_sig in -lpng" >&5
15564 ac_lib_var=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
15565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15566 echo $ac_n "(cached) $ac_c" 1>&6
15567 else
15568 ac_save_LIBS="$LIBS"
15569 LIBS="-lpng -lz -lm $LIBS"
15570 cat > conftest.$ac_ext <<EOF
15571 #line 15572 "configure"
15572 #include "confdefs.h"
15573 /* Override any gcc2 internal prototype to avoid an error. */
15574 /* We use char because int might match the return type of a gcc2
15575 builtin and then its argument prototype would still apply. */
15576 char png_check_sig();
15577
15578 int main() {
15579 png_check_sig()
15580 ; return 0; }
15581 EOF
15582 if { (eval echo configure:15583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15583 rm -rf conftest*
15584 eval "ac_cv_lib_$ac_lib_var=yes"
15585 else
15586 echo "configure: failed program was:" >&5
15587 cat conftest.$ac_ext >&5
15588 rm -rf conftest*
15589 eval "ac_cv_lib_$ac_lib_var=no"
15590 fi
15591 rm -f conftest*
15592 LIBS="$ac_save_LIBS"
15593
15594 fi
15595 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15596 echo "$ac_t""yes" 1>&6
15597 PNG_LINK="-lpng"
15598 else
15599 echo "$ac_t""no" 1>&6
15600 fi
15601
15602
15603 else
15604 echo "$ac_t""no" 1>&6
15605 fi
15606
15607 if test "x$PNG_LINK" = "x" ; then
15608 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
15609 fi
15610 fi
15611
15612 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
15613 fi
15614
15615 JPEG_INCLUDE=
15616 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
15617 cat >> confdefs.h <<\EOF
15618 #define wxUSE_LIBJPEG 1
15619 EOF
15620
15621 if test "$wxUSE_LIBJPEG" = "yes" ; then
15622 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
15623 else
15624 JPEG_LINK=
15625 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
15626 echo "configure:15627: checking for jpeglib.h" >&5
15627 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
15628 echo $ac_n "(cached) $ac_c" 1>&6
15629 else
15630 cat > conftest.$ac_ext <<EOF
15631 #line 15632 "configure"
15632 #include "confdefs.h"
15633
15634 #undef HAVE_STDLIB_H
15635 #include <stdio.h>
15636 #include <jpeglib.h>
15637
15638 int main() {
15639
15640
15641 ; return 0; }
15642 EOF
15643 if { (eval echo configure:15644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15644 rm -rf conftest*
15645 ac_cv_header_jpeglib_h=yes
15646 else
15647 echo "configure: failed program was:" >&5
15648 cat conftest.$ac_ext >&5
15649 rm -rf conftest*
15650 ac_cv_header_jpeglib_h=no
15651
15652 fi
15653 rm -f conftest*
15654
15655 fi
15656
15657 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
15658
15659 if test "$ac_cv_header_jpeglib_h" = "yes"; then
15660 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
15661 echo "configure:15662: checking for jpeg_read_header in -ljpeg" >&5
15662 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
15663 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15664 echo $ac_n "(cached) $ac_c" 1>&6
15665 else
15666 ac_save_LIBS="$LIBS"
15667 LIBS="-ljpeg $LIBS"
15668 cat > conftest.$ac_ext <<EOF
15669 #line 15670 "configure"
15670 #include "confdefs.h"
15671 /* Override any gcc2 internal prototype to avoid an error. */
15672 /* We use char because int might match the return type of a gcc2
15673 builtin and then its argument prototype would still apply. */
15674 char jpeg_read_header();
15675
15676 int main() {
15677 jpeg_read_header()
15678 ; return 0; }
15679 EOF
15680 if { (eval echo configure:15681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15681 rm -rf conftest*
15682 eval "ac_cv_lib_$ac_lib_var=yes"
15683 else
15684 echo "configure: failed program was:" >&5
15685 cat conftest.$ac_ext >&5
15686 rm -rf conftest*
15687 eval "ac_cv_lib_$ac_lib_var=no"
15688 fi
15689 rm -f conftest*
15690 LIBS="$ac_save_LIBS"
15691
15692 fi
15693 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15694 echo "$ac_t""yes" 1>&6
15695 JPEG_LINK="-ljpeg"
15696 else
15697 echo "$ac_t""no" 1>&6
15698 fi
15699
15700 fi
15701
15702 if test "x$JPEG_LINK" = "x" ; then
15703 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
15704 fi
15705 fi
15706 fi
15707
15708 TIFF_INCLUDE=
15709 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
15710 cat >> confdefs.h <<\EOF
15711 #define wxUSE_LIBTIFF 1
15712 EOF
15713
15714 if test "$wxUSE_LIBTIFF" = "yes" ; then
15715 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
15716 else
15717 TIFF_LINK=
15718 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
15719 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
15720 echo "configure:15721: checking for tiffio.h" >&5
15721 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15722 echo $ac_n "(cached) $ac_c" 1>&6
15723 else
15724 cat > conftest.$ac_ext <<EOF
15725 #line 15726 "configure"
15726 #include "confdefs.h"
15727 #include <tiffio.h>
15728 EOF
15729 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15730 { (eval echo configure:15731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15731 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15732 if test -z "$ac_err"; then
15733 rm -rf conftest*
15734 eval "ac_cv_header_$ac_safe=yes"
15735 else
15736 echo "$ac_err" >&5
15737 echo "configure: failed program was:" >&5
15738 cat conftest.$ac_ext >&5
15739 rm -rf conftest*
15740 eval "ac_cv_header_$ac_safe=no"
15741 fi
15742 rm -f conftest*
15743 fi
15744 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15745 echo "$ac_t""yes" 1>&6
15746 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
15747 echo "configure:15748: checking for TIFFError in -ltiff" >&5
15748 ac_lib_var=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
15749 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15750 echo $ac_n "(cached) $ac_c" 1>&6
15751 else
15752 ac_save_LIBS="$LIBS"
15753 LIBS="-ltiff -lm $LIBS"
15754 cat > conftest.$ac_ext <<EOF
15755 #line 15756 "configure"
15756 #include "confdefs.h"
15757 /* Override any gcc2 internal prototype to avoid an error. */
15758 /* We use char because int might match the return type of a gcc2
15759 builtin and then its argument prototype would still apply. */
15760 char TIFFError();
15761
15762 int main() {
15763 TIFFError()
15764 ; return 0; }
15765 EOF
15766 if { (eval echo configure:15767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15767 rm -rf conftest*
15768 eval "ac_cv_lib_$ac_lib_var=yes"
15769 else
15770 echo "configure: failed program was:" >&5
15771 cat conftest.$ac_ext >&5
15772 rm -rf conftest*
15773 eval "ac_cv_lib_$ac_lib_var=no"
15774 fi
15775 rm -f conftest*
15776 LIBS="$ac_save_LIBS"
15777
15778 fi
15779 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15780 echo "$ac_t""yes" 1>&6
15781 TIFF_LINK="-ltiff"
15782 else
15783 echo "$ac_t""no" 1>&6
15784 fi
15785
15786 else
15787 echo "$ac_t""no" 1>&6
15788 fi
15789
15790 if test "x$TIFF_LINK" = "x" ; then
15791 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
15792 fi
15793 fi
15794 fi
15795
15796 FREETYPE_INCLUDE=
15797 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
15798 cat >> confdefs.h <<\EOF
15799 #define wxUSE_FREETYPE 1
15800 EOF
15801
15802 if test "$wxUSE_FREETYPE" = "yes" ; then
15803 FREETYPE_INCLUDE="-I\${top_srcdir}/src/freetype"
15804 else
15805 FREETYPE_LINK=
15806 ac_safe=`echo "freetype.h" | sed 'y%./+-%__p_%'`
15807 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
15808 echo "configure:15809: checking for freetype.h" >&5
15809 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15810 echo $ac_n "(cached) $ac_c" 1>&6
15811 else
15812 cat > conftest.$ac_ext <<EOF
15813 #line 15814 "configure"
15814 #include "confdefs.h"
15815 #include <freetype.h>
15816 EOF
15817 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15818 { (eval echo configure:15819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15819 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15820 if test -z "$ac_err"; then
15821 rm -rf conftest*
15822 eval "ac_cv_header_$ac_safe=yes"
15823 else
15824 echo "$ac_err" >&5
15825 echo "configure: failed program was:" >&5
15826 cat conftest.$ac_ext >&5
15827 rm -rf conftest*
15828 eval "ac_cv_header_$ac_safe=no"
15829 fi
15830 rm -f conftest*
15831 fi
15832 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15833 echo "$ac_t""yes" 1>&6
15834 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
15835 echo "configure:15836: checking for FT_Render_Glyph in -lfreetype" >&5
15836 ac_lib_var=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
15837 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15838 echo $ac_n "(cached) $ac_c" 1>&6
15839 else
15840 ac_save_LIBS="$LIBS"
15841 LIBS="-lfreetype -lm $LIBS"
15842 cat > conftest.$ac_ext <<EOF
15843 #line 15844 "configure"
15844 #include "confdefs.h"
15845 /* Override any gcc2 internal prototype to avoid an error. */
15846 /* We use char because int might match the return type of a gcc2
15847 builtin and then its argument prototype would still apply. */
15848 char FT_Render_Glyph();
15849
15850 int main() {
15851 FT_Render_Glyph()
15852 ; return 0; }
15853 EOF
15854 if { (eval echo configure:15855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
15855 rm -rf conftest*
15856 eval "ac_cv_lib_$ac_lib_var=yes"
15857 else
15858 echo "configure: failed program was:" >&5
15859 cat conftest.$ac_ext >&5
15860 rm -rf conftest*
15861 eval "ac_cv_lib_$ac_lib_var=no"
15862 fi
15863 rm -f conftest*
15864 LIBS="$ac_save_LIBS"
15865
15866 fi
15867 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15868 echo "$ac_t""yes" 1>&6
15869 FREETYPE_LINK="-lfreetype"
15870 else
15871 echo "$ac_t""no" 1>&6
15872 fi
15873
15874
15875 else
15876 echo "$ac_t""no" 1>&6
15877 fi
15878
15879 if test "x$FREETYPE_LINK" = "x" ; then
15880 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
15881 fi
15882 fi
15883 fi
15884
15885
15886 if test "$wxUSE_GUI" = "yes"; then
15887 cat >> confdefs.h <<\EOF
15888 #define wxUSE_GUI 1
15889 EOF
15890
15891
15892 else
15893 cat >> confdefs.h <<\EOF
15894 #define wxUSE_NOGUI 1
15895 EOF
15896
15897 fi
15898
15899
15900 if test "$wxUSE_UNIX" = "yes"; then
15901 cat >> confdefs.h <<\EOF
15902 #define wxUSE_UNIX 1
15903 EOF
15904
15905 fi
15906
15907
15908 if test "$wxUSE_APPLE_IEEE" = "yes"; then
15909 cat >> confdefs.h <<\EOF
15910 #define wxUSE_APPLE_IEEE 1
15911 EOF
15912
15913 fi
15914
15915 if test "$wxUSE_TIMER" = "yes"; then
15916 cat >> confdefs.h <<\EOF
15917 #define wxUSE_TIMER 1
15918 EOF
15919
15920 fi
15921
15922 if test "$wxUSE_WAVE" = "yes"; then
15923 cat >> confdefs.h <<\EOF
15924 #define wxUSE_WAVE 1
15925 EOF
15926
15927 fi
15928
15929 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
15930 cat >> confdefs.h <<\EOF
15931 #define wxUSE_CMDLINE_PARSER 1
15932 EOF
15933
15934 fi
15935
15936 if test "$wxUSE_STOPWATCH" = "yes"; then
15937 cat >> confdefs.h <<\EOF
15938 #define wxUSE_STOPWATCH 1
15939 EOF
15940
15941 fi
15942
15943 if test "$wxUSE_DATETIME" = "yes"; then
15944 cat >> confdefs.h <<\EOF
15945 #define wxUSE_DATETIME 1
15946 EOF
15947
15948 fi
15949
15950 if test "$wxUSE_TIMEDATE" = "yes"; then
15951 cat >> confdefs.h <<\EOF
15952 #define wxUSE_TIMEDATE 1
15953 EOF
15954
15955 fi
15956
15957 if test "$wxUSE_FILE" = "yes"; then
15958 cat >> confdefs.h <<\EOF
15959 #define wxUSE_FILE 1
15960 EOF
15961
15962 fi
15963
15964 if test "$wxUSE_FFILE" = "yes"; then
15965 cat >> confdefs.h <<\EOF
15966 #define wxUSE_FFILE 1
15967 EOF
15968
15969 fi
15970
15971 if test "$wxUSE_FILESYSTEM" = "yes"; then
15972 cat >> confdefs.h <<\EOF
15973 #define wxUSE_FILESYSTEM 1
15974 EOF
15975
15976 fi
15977
15978 if test "$wxUSE_FS_INET" = "yes"; then
15979 cat >> confdefs.h <<\EOF
15980 #define wxUSE_FS_INET 1
15981 EOF
15982
15983 fi
15984
15985 if test "$wxUSE_FS_ZIP" = "yes"; then
15986 cat >> confdefs.h <<\EOF
15987 #define wxUSE_FS_ZIP 1
15988 EOF
15989
15990 fi
15991
15992 if test "$wxUSE_ZIPSTREAM" = "yes"; then
15993 cat >> confdefs.h <<\EOF
15994 #define wxUSE_ZIPSTREAM 1
15995 EOF
15996
15997 fi
15998
15999 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16000 cat >> confdefs.h <<\EOF
16001 #define wxUSE_ON_FATAL_EXCEPTION 1
16002 EOF
16003
16004 fi
16005
16006 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16007 cat >> confdefs.h <<\EOF
16008 #define wxUSE_SNGLINST_CHECKER 1
16009 EOF
16010
16011 fi
16012
16013 if test "$wxUSE_BUSYINFO" = "yes"; then
16014 cat >> confdefs.h <<\EOF
16015 #define wxUSE_BUSYINFO 1
16016 EOF
16017
16018 fi
16019
16020 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
16021 cat >> confdefs.h <<\EOF
16022 #define wxUSE_STD_IOSTREAM 1
16023 EOF
16024
16025 fi
16026
16027 if test "$wxUSE_TEXTFILE" = "yes"; then
16028 if test "$wxUSE_FILE" != "yes"; then
16029 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
16030 else
16031 cat >> confdefs.h <<\EOF
16032 #define wxUSE_TEXTFILE 1
16033 EOF
16034
16035 fi
16036 fi
16037
16038 if test "$wxUSE_CONFIG" = "yes" ; then
16039 if test "$wxUSE_TEXTFILE" != "yes"; then
16040 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
16041 else
16042 cat >> confdefs.h <<\EOF
16043 #define wxUSE_CONFIG 1
16044 EOF
16045
16046 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
16047 fi
16048 fi
16049
16050 if test "$wxUSE_INTL" = "yes" ; then
16051 if test "$wxUSE_FILE" != "yes"; then
16052 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
16053 else
16054 cat >> confdefs.h <<\EOF
16055 #define wxUSE_INTL 1
16056 EOF
16057
16058 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
16059 GUIDIST="$GUIDIST INTL_DIST"
16060 fi
16061 fi
16062
16063 if test "$wxUSE_LOG" = "yes"; then
16064 cat >> confdefs.h <<\EOF
16065 #define wxUSE_LOG 1
16066 EOF
16067
16068
16069 if test "$wxUSE_LOGGUI" = "yes"; then
16070 cat >> confdefs.h <<\EOF
16071 #define wxUSE_LOGGUI 1
16072 EOF
16073
16074 fi
16075
16076 if test "$wxUSE_LOGWINDOW" = "yes"; then
16077 cat >> confdefs.h <<\EOF
16078 #define wxUSE_LOGWINDOW 1
16079 EOF
16080
16081 fi
16082 fi
16083
16084 if test "$wxUSE_LONGLONG" = "yes"; then
16085 cat >> confdefs.h <<\EOF
16086 #define wxUSE_LONGLONG 1
16087 EOF
16088
16089 fi
16090
16091 if test "$wxUSE_GEOMETRY" = "yes"; then
16092 cat >> confdefs.h <<\EOF
16093 #define wxUSE_GEOMETRY 1
16094 EOF
16095
16096 fi
16097
16098 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
16099 cat >> confdefs.h <<\EOF
16100 #define wxUSE_DIALUP_MANAGER 1
16101 EOF
16102
16103 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
16104 fi
16105
16106 if test "$wxUSE_STREAMS" = "yes" ; then
16107 cat >> confdefs.h <<\EOF
16108 #define wxUSE_STREAMS 1
16109 EOF
16110
16111 fi
16112
16113
16114 if test "$wxUSE_DATETIME" = "yes"; then
16115 for ac_func in strptime
16116 do
16117 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16118 echo "configure:16119: checking for $ac_func" >&5
16119 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16120 echo $ac_n "(cached) $ac_c" 1>&6
16121 else
16122 cat > conftest.$ac_ext <<EOF
16123 #line 16124 "configure"
16124 #include "confdefs.h"
16125 /* System header to define __stub macros and hopefully few prototypes,
16126 which can conflict with char $ac_func(); below. */
16127 #include <assert.h>
16128 /* Override any gcc2 internal prototype to avoid an error. */
16129 /* We use char because int might match the return type of a gcc2
16130 builtin and then its argument prototype would still apply. */
16131 char $ac_func();
16132
16133 int main() {
16134
16135 /* The GNU C library defines this for functions which it implements
16136 to always fail with ENOSYS. Some functions are actually named
16137 something starting with __ and the normal name is an alias. */
16138 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16139 choke me
16140 #else
16141 $ac_func();
16142 #endif
16143
16144 ; return 0; }
16145 EOF
16146 if { (eval echo configure:16147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16147 rm -rf conftest*
16148 eval "ac_cv_func_$ac_func=yes"
16149 else
16150 echo "configure: failed program was:" >&5
16151 cat conftest.$ac_ext >&5
16152 rm -rf conftest*
16153 eval "ac_cv_func_$ac_func=no"
16154 fi
16155 rm -f conftest*
16156 fi
16157
16158 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16159 echo "$ac_t""yes" 1>&6
16160 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16161 cat >> confdefs.h <<EOF
16162 #define $ac_tr_func 1
16163 EOF
16164
16165 else
16166 echo "$ac_t""no" 1>&6
16167 fi
16168 done
16169
16170
16171 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
16172 echo "configure:16173: checking for timezone variable in <time.h>" >&5
16173 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16174 echo $ac_n "(cached) $ac_c" 1>&6
16175 else
16176
16177 cat > conftest.$ac_ext <<EOF
16178 #line 16179 "configure"
16179 #include "confdefs.h"
16180
16181 #include <time.h>
16182
16183 int main() {
16184
16185 int tz;
16186 tz = timezone;
16187
16188 ; return 0; }
16189 EOF
16190 if { (eval echo configure:16191: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16191 rm -rf conftest*
16192
16193 wx_cv_var_timezone=timezone
16194
16195 else
16196 echo "configure: failed program was:" >&5
16197 cat conftest.$ac_ext >&5
16198 rm -rf conftest*
16199
16200 cat > conftest.$ac_ext <<EOF
16201 #line 16202 "configure"
16202 #include "confdefs.h"
16203
16204 #include <time.h>
16205
16206 int main() {
16207
16208 int tz;
16209 tz = _timezone;
16210
16211 ; return 0; }
16212 EOF
16213 if { (eval echo configure:16214: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16214 rm -rf conftest*
16215
16216 wx_cv_var_timezone=_timezone
16217
16218 else
16219 echo "configure: failed program was:" >&5
16220 cat conftest.$ac_ext >&5
16221 rm -rf conftest*
16222
16223 cat > conftest.$ac_ext <<EOF
16224 #line 16225 "configure"
16225 #include "confdefs.h"
16226
16227 #include <time.h>
16228
16229 int main() {
16230
16231 int tz;
16232 tz = __timezone;
16233
16234 ; return 0; }
16235 EOF
16236 if { (eval echo configure:16237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16237 rm -rf conftest*
16238
16239 wx_cv_var_timezone=__timezone
16240
16241 else
16242 echo "configure: failed program was:" >&5
16243 cat conftest.$ac_ext >&5
16244 rm -rf conftest*
16245 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16246
16247 fi
16248 rm -f conftest*
16249
16250
16251 fi
16252 rm -f conftest*
16253
16254
16255 fi
16256 rm -f conftest*
16257
16258
16259 fi
16260
16261 echo "$ac_t""$wx_cv_var_timezone" 1>&6
16262
16263 cat >> confdefs.h <<EOF
16264 #define WX_TIMEZONE $wx_cv_var_timezone
16265 EOF
16266
16267
16268 for ac_func in localtime
16269 do
16270 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16271 echo "configure:16272: checking for $ac_func" >&5
16272 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16273 echo $ac_n "(cached) $ac_c" 1>&6
16274 else
16275 cat > conftest.$ac_ext <<EOF
16276 #line 16277 "configure"
16277 #include "confdefs.h"
16278 /* System header to define __stub macros and hopefully few prototypes,
16279 which can conflict with char $ac_func(); below. */
16280 #include <assert.h>
16281 /* Override any gcc2 internal prototype to avoid an error. */
16282 /* We use char because int might match the return type of a gcc2
16283 builtin and then its argument prototype would still apply. */
16284 char $ac_func();
16285
16286 int main() {
16287
16288 /* The GNU C library defines this for functions which it implements
16289 to always fail with ENOSYS. Some functions are actually named
16290 something starting with __ and the normal name is an alias. */
16291 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16292 choke me
16293 #else
16294 $ac_func();
16295 #endif
16296
16297 ; return 0; }
16298 EOF
16299 if { (eval echo configure:16300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16300 rm -rf conftest*
16301 eval "ac_cv_func_$ac_func=yes"
16302 else
16303 echo "configure: failed program was:" >&5
16304 cat conftest.$ac_ext >&5
16305 rm -rf conftest*
16306 eval "ac_cv_func_$ac_func=no"
16307 fi
16308 rm -f conftest*
16309 fi
16310
16311 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16312 echo "$ac_t""yes" 1>&6
16313 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16314 cat >> confdefs.h <<EOF
16315 #define $ac_tr_func 1
16316 EOF
16317
16318 else
16319 echo "$ac_t""no" 1>&6
16320 fi
16321 done
16322
16323
16324 if test "$ac_cv_func_localtime" = "yes"; then
16325 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
16326 echo "configure:16327: checking for tm_gmtoff in struct tm" >&5
16327 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16328 echo $ac_n "(cached) $ac_c" 1>&6
16329 else
16330
16331 cat > conftest.$ac_ext <<EOF
16332 #line 16333 "configure"
16333 #include "confdefs.h"
16334
16335 #include <time.h>
16336
16337 int main() {
16338
16339 struct tm tm;
16340 tm.tm_gmtoff++;
16341
16342 ; return 0; }
16343 EOF
16344 if { (eval echo configure:16345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16345 rm -rf conftest*
16346
16347 wx_cv_struct_tm_has_gmtoff=yes
16348
16349 else
16350 echo "configure: failed program was:" >&5
16351 cat conftest.$ac_ext >&5
16352 rm -rf conftest*
16353 wx_cv_struct_tm_has_gmtoff=no
16354
16355 fi
16356 rm -f conftest*
16357
16358 fi
16359
16360 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
16361 fi
16362
16363 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
16364 cat >> confdefs.h <<\EOF
16365 #define WX_GMTOFF_IN_TM 1
16366 EOF
16367
16368 fi
16369
16370 for ac_func in gettimeofday ftime
16371 do
16372 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16373 echo "configure:16374: checking for $ac_func" >&5
16374 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16375 echo $ac_n "(cached) $ac_c" 1>&6
16376 else
16377 cat > conftest.$ac_ext <<EOF
16378 #line 16379 "configure"
16379 #include "confdefs.h"
16380 /* System header to define __stub macros and hopefully few prototypes,
16381 which can conflict with char $ac_func(); below. */
16382 #include <assert.h>
16383 /* Override any gcc2 internal prototype to avoid an error. */
16384 /* We use char because int might match the return type of a gcc2
16385 builtin and then its argument prototype would still apply. */
16386 char $ac_func();
16387
16388 int main() {
16389
16390 /* The GNU C library defines this for functions which it implements
16391 to always fail with ENOSYS. Some functions are actually named
16392 something starting with __ and the normal name is an alias. */
16393 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16394 choke me
16395 #else
16396 $ac_func();
16397 #endif
16398
16399 ; return 0; }
16400 EOF
16401 if { (eval echo configure:16402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16402 rm -rf conftest*
16403 eval "ac_cv_func_$ac_func=yes"
16404 else
16405 echo "configure: failed program was:" >&5
16406 cat conftest.$ac_ext >&5
16407 rm -rf conftest*
16408 eval "ac_cv_func_$ac_func=no"
16409 fi
16410 rm -f conftest*
16411 fi
16412
16413 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16414 echo "$ac_t""yes" 1>&6
16415 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16416 cat >> confdefs.h <<EOF
16417 #define $ac_tr_func 1
16418 EOF
16419 break
16420 else
16421 echo "$ac_t""no" 1>&6
16422 fi
16423 done
16424
16425
16426 if test "$ac_cv_func_gettimeofday" = "yes"; then
16427 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
16428 echo "configure:16429: checking whether gettimeofday takes two arguments" >&5
16429 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16430 echo $ac_n "(cached) $ac_c" 1>&6
16431 else
16432
16433
16434 ac_ext=C
16435 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16436 ac_cpp='$CXXCPP $CPPFLAGS'
16437 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16438 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16439 cross_compiling=$ac_cv_prog_cxx_cross
16440
16441
16442 cat > conftest.$ac_ext <<EOF
16443 #line 16444 "configure"
16444 #include "confdefs.h"
16445
16446 #include <sys/time.h>
16447 #include <unistd.h>
16448
16449 int main() {
16450
16451 struct timeval tv;
16452 gettimeofday(&tv, NULL);
16453
16454 ; return 0; }
16455 EOF
16456 if { (eval echo configure:16457: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16457 rm -rf conftest*
16458 wx_cv_func_gettimeofday_has_2_args=yes
16459 else
16460 echo "configure: failed program was:" >&5
16461 cat conftest.$ac_ext >&5
16462 rm -rf conftest*
16463 cat > conftest.$ac_ext <<EOF
16464 #line 16465 "configure"
16465 #include "confdefs.h"
16466
16467 #include <sys/time.h>
16468 #include <unistd.h>
16469
16470 int main() {
16471
16472 struct timeval tv;
16473 gettimeofday(&tv);
16474
16475 ; return 0; }
16476 EOF
16477 if { (eval echo configure:16478: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16478 rm -rf conftest*
16479 wx_cv_func_gettimeofday_has_2_args=no
16480 else
16481 echo "configure: failed program was:" >&5
16482 cat conftest.$ac_ext >&5
16483 rm -rf conftest*
16484
16485 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16486 wx_cv_func_gettimeofday_has_2_args=unknown
16487
16488
16489 fi
16490 rm -f conftest*
16491
16492 fi
16493 rm -f conftest*
16494 ac_ext=c
16495 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16496 ac_cpp='$CPP $CPPFLAGS'
16497 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16498 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16499 cross_compiling=$ac_cv_prog_cc_cross
16500
16501
16502 fi
16503
16504 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
16505
16506 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
16507 cat >> confdefs.h <<\EOF
16508 #define WX_GETTIMEOFDAY_NO_TZ 1
16509 EOF
16510
16511 fi
16512 fi
16513
16514 cat >> confdefs.h <<\EOF
16515 #define wxUSE_TIMEDATE 1
16516 EOF
16517
16518 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
16519 fi
16520
16521
16522 if test "$TOOLKIT" != "MSW"; then
16523
16524 if test "$wxUSE_SOCKETS" = "yes"; then
16525 echo $ac_n "checking for socket""... $ac_c" 1>&6
16526 echo "configure:16527: checking for socket" >&5
16527 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16528 echo $ac_n "(cached) $ac_c" 1>&6
16529 else
16530 cat > conftest.$ac_ext <<EOF
16531 #line 16532 "configure"
16532 #include "confdefs.h"
16533 /* System header to define __stub macros and hopefully few prototypes,
16534 which can conflict with char socket(); below. */
16535 #include <assert.h>
16536 /* Override any gcc2 internal prototype to avoid an error. */
16537 /* We use char because int might match the return type of a gcc2
16538 builtin and then its argument prototype would still apply. */
16539 char socket();
16540
16541 int main() {
16542
16543 /* The GNU C library defines this for functions which it implements
16544 to always fail with ENOSYS. Some functions are actually named
16545 something starting with __ and the normal name is an alias. */
16546 #if defined (__stub_socket) || defined (__stub___socket)
16547 choke me
16548 #else
16549 socket();
16550 #endif
16551
16552 ; return 0; }
16553 EOF
16554 if { (eval echo configure:16555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16555 rm -rf conftest*
16556 eval "ac_cv_func_socket=yes"
16557 else
16558 echo "configure: failed program was:" >&5
16559 cat conftest.$ac_ext >&5
16560 rm -rf conftest*
16561 eval "ac_cv_func_socket=no"
16562 fi
16563 rm -f conftest*
16564 fi
16565
16566 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16567 echo "$ac_t""yes" 1>&6
16568 :
16569 else
16570 echo "$ac_t""no" 1>&6
16571 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
16572 echo "configure:16573: checking for socket in -lsocket" >&5
16573 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16574 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16575 echo $ac_n "(cached) $ac_c" 1>&6
16576 else
16577 ac_save_LIBS="$LIBS"
16578 LIBS="-lsocket $LIBS"
16579 cat > conftest.$ac_ext <<EOF
16580 #line 16581 "configure"
16581 #include "confdefs.h"
16582 /* Override any gcc2 internal prototype to avoid an error. */
16583 /* We use char because int might match the return type of a gcc2
16584 builtin and then its argument prototype would still apply. */
16585 char socket();
16586
16587 int main() {
16588 socket()
16589 ; return 0; }
16590 EOF
16591 if { (eval echo configure:16592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16592 rm -rf conftest*
16593 eval "ac_cv_lib_$ac_lib_var=yes"
16594 else
16595 echo "configure: failed program was:" >&5
16596 cat conftest.$ac_ext >&5
16597 rm -rf conftest*
16598 eval "ac_cv_lib_$ac_lib_var=no"
16599 fi
16600 rm -f conftest*
16601 LIBS="$ac_save_LIBS"
16602
16603 fi
16604 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16605 echo "$ac_t""yes" 1>&6
16606 INET_LINK="$INET_LINK -lsocket"
16607 else
16608 echo "$ac_t""no" 1>&6
16609
16610 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16611 wxUSE_SOCKETS=no
16612
16613
16614 fi
16615
16616
16617 fi
16618
16619 fi
16620
16621
16622 if test "$wxUSE_SOCKETS" = "yes" ; then
16623 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
16624 echo "configure:16625: checking what is the type of the third argument of getsockname" >&5
16625 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16626 echo $ac_n "(cached) $ac_c" 1>&6
16627 else
16628
16629
16630 ac_ext=C
16631 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16632 ac_cpp='$CXXCPP $CPPFLAGS'
16633 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16634 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16635 cross_compiling=$ac_cv_prog_cxx_cross
16636
16637
16638 cat > conftest.$ac_ext <<EOF
16639 #line 16640 "configure"
16640 #include "confdefs.h"
16641
16642 #include <sys/types.h>
16643 #include <sys/socket.h>
16644
16645 int main() {
16646
16647 socklen_t len;
16648 getsockname(0, 0, &len);
16649
16650 ; return 0; }
16651 EOF
16652 if { (eval echo configure:16653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16653 rm -rf conftest*
16654 wx_cv_type_getsockname3=socklen_t
16655 else
16656 echo "configure: failed program was:" >&5
16657 cat conftest.$ac_ext >&5
16658 rm -rf conftest*
16659 cat > conftest.$ac_ext <<EOF
16660 #line 16661 "configure"
16661 #include "confdefs.h"
16662
16663 #include <sys/types.h>
16664 #include <sys/socket.h>
16665
16666 int main() {
16667
16668 size_t len;
16669 getsockname(0, 0, &len);
16670
16671 ; return 0; }
16672 EOF
16673 if { (eval echo configure:16674: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16674 rm -rf conftest*
16675 wx_cv_type_getsockname3=size_t
16676 else
16677 echo "configure: failed program was:" >&5
16678 cat conftest.$ac_ext >&5
16679 rm -rf conftest*
16680 cat > conftest.$ac_ext <<EOF
16681 #line 16682 "configure"
16682 #include "confdefs.h"
16683
16684 #include <sys/types.h>
16685 #include <sys/socket.h>
16686
16687 int main() {
16688
16689 int len;
16690 getsockname(0, 0, &len);
16691
16692 ; return 0; }
16693 EOF
16694 if { (eval echo configure:16695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16695 rm -rf conftest*
16696 wx_cv_type_getsockname3=int
16697 else
16698 echo "configure: failed program was:" >&5
16699 cat conftest.$ac_ext >&5
16700 rm -rf conftest*
16701 wx_cv_type_getsockname3=unknown
16702
16703 fi
16704 rm -f conftest*
16705
16706 fi
16707 rm -f conftest*
16708
16709 fi
16710 rm -f conftest*
16711
16712 ac_ext=c
16713 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16714 ac_cpp='$CPP $CPPFLAGS'
16715 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16716 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16717 cross_compiling=$ac_cv_prog_cc_cross
16718
16719
16720 fi
16721
16722 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
16723
16724 if test "$wx_cv_type_getsockname3" = "unknown"; then
16725 wxUSE_SOCKETS=no
16726 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16727 else
16728 cat >> confdefs.h <<EOF
16729 #define SOCKLEN_T $wx_cv_type_getsockname3
16730 EOF
16731
16732 fi
16733 fi
16734 fi
16735
16736 if test "$wxUSE_SOCKETS" = "yes" ; then
16737 cat >> confdefs.h <<\EOF
16738 #define wxUSE_SOCKETS 1
16739 EOF
16740
16741 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
16742 fi
16743
16744
16745 if test "$wxUSE_GUI" = "yes"; then
16746
16747 if test "$TOOLKIT" != "MSW"; then
16748 if test "$wxUSE_JOYSTICK" = "yes"; then
16749 for ac_hdr in linux/joystick.h
16750 do
16751 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16752 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16753 echo "configure:16754: checking for $ac_hdr" >&5
16754 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16755 echo $ac_n "(cached) $ac_c" 1>&6
16756 else
16757 cat > conftest.$ac_ext <<EOF
16758 #line 16759 "configure"
16759 #include "confdefs.h"
16760 #include <$ac_hdr>
16761 EOF
16762 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16763 { (eval echo configure:16764: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16764 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16765 if test -z "$ac_err"; then
16766 rm -rf conftest*
16767 eval "ac_cv_header_$ac_safe=yes"
16768 else
16769 echo "$ac_err" >&5
16770 echo "configure: failed program was:" >&5
16771 cat conftest.$ac_ext >&5
16772 rm -rf conftest*
16773 eval "ac_cv_header_$ac_safe=no"
16774 fi
16775 rm -f conftest*
16776 fi
16777 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16778 echo "$ac_t""yes" 1>&6
16779 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16780 cat >> confdefs.h <<EOF
16781 #define $ac_tr_hdr 1
16782 EOF
16783
16784 else
16785 echo "$ac_t""no" 1>&6
16786 fi
16787 done
16788
16789 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
16790 wxUSE_JOYSTICK=no
16791 echo "configure: warning: Joystick not supported by this system" 1>&2
16792 fi
16793 fi
16794 fi
16795
16796 if test "$wxUSE_JOYSTICK" = "yes"; then
16797 cat >> confdefs.h <<\EOF
16798 #define wxUSE_JOYSTICK 1
16799 EOF
16800
16801 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
16802 fi
16803 fi
16804
16805
16806 if test "$TOOLKIT" != "MSW"; then
16807
16808 HAVE_DL_FUNCS=0
16809 HAVE_SHL_FUNCS=0
16810 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
16811 if test "$USE_DARWIN" = 1; then
16812 HAVE_DL_FUNCS=1
16813 else
16814 for ac_func in dlopen
16815 do
16816 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16817 echo "configure:16818: checking for $ac_func" >&5
16818 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16819 echo $ac_n "(cached) $ac_c" 1>&6
16820 else
16821 cat > conftest.$ac_ext <<EOF
16822 #line 16823 "configure"
16823 #include "confdefs.h"
16824 /* System header to define __stub macros and hopefully few prototypes,
16825 which can conflict with char $ac_func(); below. */
16826 #include <assert.h>
16827 /* Override any gcc2 internal prototype to avoid an error. */
16828 /* We use char because int might match the return type of a gcc2
16829 builtin and then its argument prototype would still apply. */
16830 char $ac_func();
16831
16832 int main() {
16833
16834 /* The GNU C library defines this for functions which it implements
16835 to always fail with ENOSYS. Some functions are actually named
16836 something starting with __ and the normal name is an alias. */
16837 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16838 choke me
16839 #else
16840 $ac_func();
16841 #endif
16842
16843 ; return 0; }
16844 EOF
16845 if { (eval echo configure:16846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16846 rm -rf conftest*
16847 eval "ac_cv_func_$ac_func=yes"
16848 else
16849 echo "configure: failed program was:" >&5
16850 cat conftest.$ac_ext >&5
16851 rm -rf conftest*
16852 eval "ac_cv_func_$ac_func=no"
16853 fi
16854 rm -f conftest*
16855 fi
16856
16857 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16858 echo "$ac_t""yes" 1>&6
16859 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16860 cat >> confdefs.h <<EOF
16861 #define $ac_tr_func 1
16862 EOF
16863
16864 cat >> confdefs.h <<\EOF
16865 #define HAVE_DLOPEN 1
16866 EOF
16867
16868 HAVE_DL_FUNCS=1
16869
16870 else
16871 echo "$ac_t""no" 1>&6
16872 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
16873 echo "configure:16874: checking for dlopen in -ldl" >&5
16874 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
16875 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16876 echo $ac_n "(cached) $ac_c" 1>&6
16877 else
16878 ac_save_LIBS="$LIBS"
16879 LIBS="-ldl $LIBS"
16880 cat > conftest.$ac_ext <<EOF
16881 #line 16882 "configure"
16882 #include "confdefs.h"
16883 /* Override any gcc2 internal prototype to avoid an error. */
16884 /* We use char because int might match the return type of a gcc2
16885 builtin and then its argument prototype would still apply. */
16886 char dlopen();
16887
16888 int main() {
16889 dlopen()
16890 ; return 0; }
16891 EOF
16892 if { (eval echo configure:16893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16893 rm -rf conftest*
16894 eval "ac_cv_lib_$ac_lib_var=yes"
16895 else
16896 echo "configure: failed program was:" >&5
16897 cat conftest.$ac_ext >&5
16898 rm -rf conftest*
16899 eval "ac_cv_lib_$ac_lib_var=no"
16900 fi
16901 rm -f conftest*
16902 LIBS="$ac_save_LIBS"
16903
16904 fi
16905 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16906 echo "$ac_t""yes" 1>&6
16907
16908 cat >> confdefs.h <<\EOF
16909 #define HAVE_DLOPEN 1
16910 EOF
16911
16912 HAVE_DL_FUNCS=1
16913 LIBS="$LIBS -ldl"
16914
16915 else
16916 echo "$ac_t""no" 1>&6
16917
16918 for ac_func in shl_load
16919 do
16920 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16921 echo "configure:16922: checking for $ac_func" >&5
16922 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16923 echo $ac_n "(cached) $ac_c" 1>&6
16924 else
16925 cat > conftest.$ac_ext <<EOF
16926 #line 16927 "configure"
16927 #include "confdefs.h"
16928 /* System header to define __stub macros and hopefully few prototypes,
16929 which can conflict with char $ac_func(); below. */
16930 #include <assert.h>
16931 /* Override any gcc2 internal prototype to avoid an error. */
16932 /* We use char because int might match the return type of a gcc2
16933 builtin and then its argument prototype would still apply. */
16934 char $ac_func();
16935
16936 int main() {
16937
16938 /* The GNU C library defines this for functions which it implements
16939 to always fail with ENOSYS. Some functions are actually named
16940 something starting with __ and the normal name is an alias. */
16941 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16942 choke me
16943 #else
16944 $ac_func();
16945 #endif
16946
16947 ; return 0; }
16948 EOF
16949 if { (eval echo configure:16950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16950 rm -rf conftest*
16951 eval "ac_cv_func_$ac_func=yes"
16952 else
16953 echo "configure: failed program was:" >&5
16954 cat conftest.$ac_ext >&5
16955 rm -rf conftest*
16956 eval "ac_cv_func_$ac_func=no"
16957 fi
16958 rm -f conftest*
16959 fi
16960
16961 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16962 echo "$ac_t""yes" 1>&6
16963 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16964 cat >> confdefs.h <<EOF
16965 #define $ac_tr_func 1
16966 EOF
16967
16968 cat >> confdefs.h <<\EOF
16969 #define HAVE_SHL_LOAD 1
16970 EOF
16971
16972 HAVE_SHL_FUNCS=1
16973
16974 else
16975 echo "$ac_t""no" 1>&6
16976 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
16977 echo "configure:16978: checking for dld in -lshl_load" >&5
16978 ac_lib_var=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
16979 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16980 echo $ac_n "(cached) $ac_c" 1>&6
16981 else
16982 ac_save_LIBS="$LIBS"
16983 LIBS="-lshl_load $LIBS"
16984 cat > conftest.$ac_ext <<EOF
16985 #line 16986 "configure"
16986 #include "confdefs.h"
16987 /* Override any gcc2 internal prototype to avoid an error. */
16988 /* We use char because int might match the return type of a gcc2
16989 builtin and then its argument prototype would still apply. */
16990 char dld();
16991
16992 int main() {
16993 dld()
16994 ; return 0; }
16995 EOF
16996 if { (eval echo configure:16997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16997 rm -rf conftest*
16998 eval "ac_cv_lib_$ac_lib_var=yes"
16999 else
17000 echo "configure: failed program was:" >&5
17001 cat conftest.$ac_ext >&5
17002 rm -rf conftest*
17003 eval "ac_cv_lib_$ac_lib_var=no"
17004 fi
17005 rm -f conftest*
17006 LIBS="$ac_save_LIBS"
17007
17008 fi
17009 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17010 echo "$ac_t""yes" 1>&6
17011
17012 HAVE_SHL_FUNCS=1
17013 LIBS="$LIBS -ldld"
17014
17015 else
17016 echo "$ac_t""no" 1>&6
17017 fi
17018
17019
17020 fi
17021 done
17022
17023
17024 fi
17025
17026
17027 fi
17028 done
17029
17030
17031 if test "$HAVE_DL_FUNCS" = 1; then
17032 for ac_func in dlerror
17033 do
17034 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17035 echo "configure:17036: checking for $ac_func" >&5
17036 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17037 echo $ac_n "(cached) $ac_c" 1>&6
17038 else
17039 cat > conftest.$ac_ext <<EOF
17040 #line 17041 "configure"
17041 #include "confdefs.h"
17042 /* System header to define __stub macros and hopefully few prototypes,
17043 which can conflict with char $ac_func(); below. */
17044 #include <assert.h>
17045 /* Override any gcc2 internal prototype to avoid an error. */
17046 /* We use char because int might match the return type of a gcc2
17047 builtin and then its argument prototype would still apply. */
17048 char $ac_func();
17049
17050 int main() {
17051
17052 /* The GNU C library defines this for functions which it implements
17053 to always fail with ENOSYS. Some functions are actually named
17054 something starting with __ and the normal name is an alias. */
17055 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17056 choke me
17057 #else
17058 $ac_func();
17059 #endif
17060
17061 ; return 0; }
17062 EOF
17063 if { (eval echo configure:17064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17064 rm -rf conftest*
17065 eval "ac_cv_func_$ac_func=yes"
17066 else
17067 echo "configure: failed program was:" >&5
17068 cat conftest.$ac_ext >&5
17069 rm -rf conftest*
17070 eval "ac_cv_func_$ac_func=no"
17071 fi
17072 rm -f conftest*
17073 fi
17074
17075 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17076 echo "$ac_t""yes" 1>&6
17077 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17078 cat >> confdefs.h <<EOF
17079 #define $ac_tr_func 1
17080 EOF
17081 cat >> confdefs.h <<\EOF
17082 #define HAVE_DLERROR 1
17083 EOF
17084
17085 else
17086 echo "$ac_t""no" 1>&6
17087 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
17088 echo "configure:17089: checking for dlerror in -ldl" >&5
17089 ac_lib_var=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17090 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17091 echo $ac_n "(cached) $ac_c" 1>&6
17092 else
17093 ac_save_LIBS="$LIBS"
17094 LIBS="-ldl $LIBS"
17095 cat > conftest.$ac_ext <<EOF
17096 #line 17097 "configure"
17097 #include "confdefs.h"
17098 /* Override any gcc2 internal prototype to avoid an error. */
17099 /* We use char because int might match the return type of a gcc2
17100 builtin and then its argument prototype would still apply. */
17101 char dlerror();
17102
17103 int main() {
17104 dlerror()
17105 ; return 0; }
17106 EOF
17107 if { (eval echo configure:17108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
17108 rm -rf conftest*
17109 eval "ac_cv_lib_$ac_lib_var=yes"
17110 else
17111 echo "configure: failed program was:" >&5
17112 cat conftest.$ac_ext >&5
17113 rm -rf conftest*
17114 eval "ac_cv_lib_$ac_lib_var=no"
17115 fi
17116 rm -f conftest*
17117 LIBS="$ac_save_LIBS"
17118
17119 fi
17120 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17121 echo "$ac_t""yes" 1>&6
17122 cat >> confdefs.h <<\EOF
17123 #define HAVE_DLERROR 1
17124 EOF
17125
17126 else
17127 echo "$ac_t""no" 1>&6
17128 fi
17129
17130 fi
17131 done
17132
17133 fi
17134 fi
17135
17136 if test "$HAVE_DL_FUNCS" = 0; then
17137 if test "$HAVE_SHL_FUNCS" = 0; then
17138 if test "$USE_UNIX" = 1; then
17139 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17140 wxUSE_DYNLIB_CLASS=no
17141 else
17142 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17143 fi
17144 fi
17145 fi
17146 fi
17147 fi
17148
17149 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
17150 cat >> confdefs.h <<\EOF
17151 #define wxUSE_DYNLIB_CLASS 1
17152 EOF
17153
17154 else
17155 wxUSE_ODBC=no
17156 wxUSE_SERIAL=no
17157 fi
17158
17159
17160 if test "$wxUSE_FONTMAP" = "yes" ; then
17161 cat >> confdefs.h <<\EOF
17162 #define wxUSE_FONTMAP 1
17163 EOF
17164
17165 fi
17166
17167 if test "$wxUSE_UNICODE" = "yes" ; then
17168 cat >> confdefs.h <<\EOF
17169 #define wxUSE_UNICODE 1
17170 EOF
17171
17172 fi
17173
17174 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
17175 cat >> confdefs.h <<\EOF
17176 #define wxUSE_EXPERIMENTAL_PRINTF 1
17177 EOF
17178
17179 fi
17180
17181
17182 if test "$wxUSE_SERIAL" = "yes" ; then
17183 cat >> confdefs.h <<\EOF
17184 #define wxUSE_SERIAL 1
17185 EOF
17186
17187 fi
17188
17189
17190 IODBC_C_SRC=""
17191 if test "$wxUSE_ODBC" = "yes" ; then
17192 cat >> confdefs.h <<\EOF
17193 #define wxUSE_ODBC 1
17194 EOF
17195
17196 WXODBCFLAG="-D_IODBC_"
17197 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
17198 fi
17199
17200
17201 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
17202 cat >> confdefs.h <<\EOF
17203 #define wxUSE_POSTSCRIPT 1
17204 EOF
17205
17206 fi
17207
17208 cat >> confdefs.h <<\EOF
17209 #define wxUSE_AFM_FOR_POSTSCRIPT 1
17210 EOF
17211
17212
17213 cat >> confdefs.h <<\EOF
17214 #define wxUSE_NORMALIZED_PS_FONTS 1
17215 EOF
17216
17217
17218
17219 if test "$wxUSE_CONSTRAINTS" = "yes"; then
17220 cat >> confdefs.h <<\EOF
17221 #define wxUSE_CONSTRAINTS 1
17222 EOF
17223
17224 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
17225 fi
17226
17227 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17228 if test "$wxUSE_UNIVERSAL" = "yes"; then
17229 echo "configure: warning: MDI is not supported for wxUNIVERSAL yet... disabled" 1>&2
17230 wxUSE_MDI_ARCHITECTURE=no
17231 fi
17232
17233 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17234 cat >> confdefs.h <<\EOF
17235 #define wxUSE_MDI_ARCHITECTURE 1
17236 EOF
17237
17238 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
17239 fi
17240 fi
17241
17242 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
17243 cat >> confdefs.h <<\EOF
17244 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
17245 EOF
17246
17247 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
17248 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17249 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
17250 fi
17251 fi
17252
17253 if test "$wxUSE_HELP" = "yes"; then
17254 cat >> confdefs.h <<\EOF
17255 #define wxUSE_HELP 1
17256 EOF
17257
17258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
17259
17260 if test "$USE_WIN32" = 1; then
17261 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
17262 ac_safe=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17263 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
17264 echo "configure:17265: checking for htmlhelp.h" >&5
17265 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17266 echo $ac_n "(cached) $ac_c" 1>&6
17267 else
17268 cat > conftest.$ac_ext <<EOF
17269 #line 17270 "configure"
17270 #include "confdefs.h"
17271 #include <htmlhelp.h>
17272 EOF
17273 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17274 { (eval echo configure:17275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17275 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17276 if test -z "$ac_err"; then
17277 rm -rf conftest*
17278 eval "ac_cv_header_$ac_safe=yes"
17279 else
17280 echo "$ac_err" >&5
17281 echo "configure: failed program was:" >&5
17282 cat conftest.$ac_ext >&5
17283 rm -rf conftest*
17284 eval "ac_cv_header_$ac_safe=no"
17285 fi
17286 rm -f conftest*
17287 fi
17288 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17289 echo "$ac_t""yes" 1>&6
17290
17291 cat >> confdefs.h <<\EOF
17292 #define wxUSE_MS_HTML_HELP 1
17293 EOF
17294
17295
17296 else
17297 echo "$ac_t""no" 1>&6
17298
17299 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
17300 wxUSE_MS_HTML_HELP=no
17301
17302 fi
17303
17304 fi
17305 fi
17306
17307 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17308 if test "$wxUSE_HTML" = "yes"; then
17309 cat >> confdefs.h <<\EOF
17310 #define wxUSE_WXHTML_HELP 1
17311 EOF
17312
17313 else
17314 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17315 wxUSE_WXHTML_HELP=no
17316 fi
17317 fi
17318 fi
17319
17320 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17321 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17322 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
17323 else
17324 cat >> confdefs.h <<\EOF
17325 #define wxUSE_PRINTING_ARCHITECTURE 1
17326 EOF
17327
17328 fi
17329 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
17330 fi
17331
17332 if test "$wxUSE_PROLOGIO" = "yes" ; then
17333 cat >> confdefs.h <<\EOF
17334 #define wxUSE_PROLOGIO 1
17335 EOF
17336
17337 fi
17338
17339 if test "$wxUSE_RESOURCES" = "yes" ; then
17340 cat >> confdefs.h <<\EOF
17341 #define wxUSE_RESOURCES 1
17342 EOF
17343
17344 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS resource"
17345 fi
17346
17347 if test "$wxUSE_X_RESOURCES" = "yes"; then
17348 cat >> confdefs.h <<\EOF
17349 #define wxUSE_X_RESOURCES 1
17350 EOF
17351
17352 fi
17353
17354
17355 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
17356 -o "$wxUSE_CLIPBOARD" = "yes" \
17357 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
17358 for ac_hdr in ole2.h
17359 do
17360 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17361 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17362 echo "configure:17363: checking for $ac_hdr" >&5
17363 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17364 echo $ac_n "(cached) $ac_c" 1>&6
17365 else
17366 cat > conftest.$ac_ext <<EOF
17367 #line 17368 "configure"
17368 #include "confdefs.h"
17369 #include <$ac_hdr>
17370 EOF
17371 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17372 { (eval echo configure:17373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17373 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17374 if test -z "$ac_err"; then
17375 rm -rf conftest*
17376 eval "ac_cv_header_$ac_safe=yes"
17377 else
17378 echo "$ac_err" >&5
17379 echo "configure: failed program was:" >&5
17380 cat conftest.$ac_ext >&5
17381 rm -rf conftest*
17382 eval "ac_cv_header_$ac_safe=no"
17383 fi
17384 rm -f conftest*
17385 fi
17386 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17387 echo "$ac_t""yes" 1>&6
17388 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17389 cat >> confdefs.h <<EOF
17390 #define $ac_tr_hdr 1
17391 EOF
17392
17393 else
17394 echo "$ac_t""no" 1>&6
17395 fi
17396 done
17397
17398
17399 if test "$ac_cv_header_ole2_h" = "yes" ; then
17400 if test "$GCC" = yes ; then
17401 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
17402 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17403 LIBS="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17404 cat >> confdefs.h <<\EOF
17405 #define wxUSE_OLE 1
17406 EOF
17407
17408
17409 fi
17410
17411 cat >> confdefs.h <<\EOF
17412 #define wxUSE_DATAOBJ 1
17413 EOF
17414
17415 else
17416 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17417
17418 wxUSE_CLIPBOARD=no
17419 wxUSE_DRAG_AND_DROP=no
17420 wxUSE_DATAOBJ=no
17421 fi
17422
17423 if test "$wxUSE_METAFILE" = "yes"; then
17424 cat >> confdefs.h <<\EOF
17425 #define wxUSE_METAFILE 1
17426 EOF
17427
17428
17429 cat >> confdefs.h <<\EOF
17430 #define wxUSE_ENH_METAFILE 1
17431 EOF
17432
17433 fi
17434 fi
17435
17436 if test "$wxUSE_IPC" = "yes"; then
17437 if test "$wxUSE_SOCKETS" != "yes"; then
17438 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17439 fi
17440
17441 cat >> confdefs.h <<\EOF
17442 #define wxUSE_IPC 1
17443 EOF
17444
17445 fi
17446
17447 if test "$wxUSE_CLIPBOARD" = "yes"; then
17448 cat >> confdefs.h <<\EOF
17449 #define wxUSE_CLIPBOARD 1
17450 EOF
17451
17452
17453 cat >> confdefs.h <<\EOF
17454 #define wxUSE_DATAOBJ 1
17455 EOF
17456
17457 fi
17458
17459 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17460 if test "$wxUSE_GTK" = 1; then
17461 if test "$WXGTK12" != 1; then
17462 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
17463 wxUSE_DRAG_AND_DROP=no
17464 fi
17465 fi
17466
17467 if test "$wxUSE_MOTIF" = 1; then
17468 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17469 wxUSE_DRAG_AND_DROP=no
17470 fi
17471
17472 if test "$wxUSE_MAC" = 1; then
17473 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17474 wxUSE_DRAG_AND_DROP=no
17475 fi
17476
17477 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
17478 cat >> confdefs.h <<\EOF
17479 #define wxUSE_DRAG_AND_DROP 1
17480 EOF
17481
17482 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
17483 fi
17484
17485 fi
17486
17487 if test "$wxUSE_SPLINES" = "yes" ; then
17488 cat >> confdefs.h <<\EOF
17489 #define wxUSE_SPLINES 1
17490 EOF
17491
17492 fi
17493
17494
17495 USES_CONTROLS=0
17496 if test "$wxUSE_CONTROLS" = "yes"; then
17497 USES_CONTROLS=1
17498 fi
17499
17500 if test "$wxUSE_ACCEL" = "yes"; then
17501 cat >> confdefs.h <<\EOF
17502 #define wxUSE_ACCEL 1
17503 EOF
17504
17505 USES_CONTROLS=1
17506 fi
17507
17508 if test "$wxUSE_BUTTON" = "yes"; then
17509 cat >> confdefs.h <<\EOF
17510 #define wxUSE_BUTTON 1
17511 EOF
17512
17513 USES_CONTROLS=1
17514 fi
17515
17516 if test "$wxUSE_BMPBUTTON" = "yes"; then
17517 cat >> confdefs.h <<\EOF
17518 #define wxUSE_BMPBUTTON 1
17519 EOF
17520
17521 USES_CONTROLS=1
17522 fi
17523
17524 if test "$wxUSE_CALCTRL" = "yes"; then
17525 cat >> confdefs.h <<\EOF
17526 #define wxUSE_CALENDARCTRL 1
17527 EOF
17528
17529 USES_CONTROLS=1
17530 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
17531 fi
17532
17533 if test "$wxUSE_CARET" = "yes"; then
17534 cat >> confdefs.h <<\EOF
17535 #define wxUSE_CARET 1
17536 EOF
17537
17538 USES_CONTROLS=1
17539 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
17540 fi
17541
17542 if test "$wxUSE_COMBOBOX" = "yes"; then
17543 cat >> confdefs.h <<\EOF
17544 #define wxUSE_COMBOBOX 1
17545 EOF
17546
17547 USES_CONTROLS=1
17548 fi
17549
17550 if test "$wxUSE_CHOICE" = "yes"; then
17551 cat >> confdefs.h <<\EOF
17552 #define wxUSE_CHOICE 1
17553 EOF
17554
17555 USES_CONTROLS=1
17556 fi
17557
17558 if test "$wxUSE_CHECKBOX" = "yes"; then
17559 cat >> confdefs.h <<\EOF
17560 #define wxUSE_CHECKBOX 1
17561 EOF
17562
17563 USES_CONTROLS=1
17564 fi
17565
17566 if test "$wxUSE_CHECKLST" = "yes"; then
17567 cat >> confdefs.h <<\EOF
17568 #define wxUSE_CHECKLISTBOX 1
17569 EOF
17570
17571 USES_CONTROLS=1
17572 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
17573 fi
17574
17575 if test "$wxUSE_GAUGE" = "yes"; then
17576 cat >> confdefs.h <<\EOF
17577 #define wxUSE_GAUGE 1
17578 EOF
17579
17580 USES_CONTROLS=1
17581 fi
17582
17583 if test "$wxUSE_NEW_GRID" = "yes"; then
17584 wxUSE_GRID="yes"
17585 cat >> confdefs.h <<\EOF
17586 #define wxUSE_NEW_GRID 1
17587 EOF
17588
17589 USES_CONTROLS=1
17590 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS newgrid"
17591 fi
17592
17593 if test "$wxUSE_GRID" = "yes"; then
17594 cat >> confdefs.h <<\EOF
17595 #define wxUSE_GRID 1
17596 EOF
17597
17598 USES_CONTROLS=1
17599 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
17600 fi
17601
17602 if test "$wxUSE_IMAGLIST" = "yes"; then
17603 cat >> confdefs.h <<\EOF
17604 #define wxUSE_IMAGLIST 1
17605 EOF
17606
17607 fi
17608
17609 if test "$wxUSE_LISTBOX" = "yes"; then
17610 cat >> confdefs.h <<\EOF
17611 #define wxUSE_LISTBOX 1
17612 EOF
17613
17614 USES_CONTROLS=1
17615 fi
17616
17617 if test "$wxUSE_LISTCTRL" = "yes"; then
17618 if test "$wxUSE_IMAGLIST" = "yes"; then
17619 cat >> confdefs.h <<\EOF
17620 #define wxUSE_LISTCTRL 1
17621 EOF
17622
17623 USES_CONTROLS=1
17624 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
17625 else
17626 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
17627 fi
17628 fi
17629
17630 if test "$wxUSE_NOTEBOOK" = "yes"; then
17631 cat >> confdefs.h <<\EOF
17632 #define wxUSE_NOTEBOOK 1
17633 EOF
17634
17635 USES_CONTROLS=1
17636 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
17637 fi
17638
17639 if test "$wxUSE_PROPSHEET" = "yes"; then
17640 cat >> confdefs.h <<\EOF
17641 #define wxUSE_PROPSHEET 1
17642 EOF
17643
17644 USES_CONTROLS=1
17645 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS proplist"
17646 fi
17647
17648 if test "$wxUSE_RADIOBOX" = "yes"; then
17649 cat >> confdefs.h <<\EOF
17650 #define wxUSE_RADIOBOX 1
17651 EOF
17652
17653 USES_CONTROLS=1
17654 fi
17655
17656 if test "$wxUSE_RADIOBTN" = "yes"; then
17657 cat >> confdefs.h <<\EOF
17658 #define wxUSE_RADIOBTN 1
17659 EOF
17660
17661 USES_CONTROLS=1
17662 fi
17663
17664 if test "$wxUSE_SASH" = "yes"; then
17665 cat >> confdefs.h <<\EOF
17666 #define wxUSE_SASH 1
17667 EOF
17668
17669 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
17670 fi
17671
17672 if test "$wxUSE_SCROLLBAR" = "yes"; then
17673 cat >> confdefs.h <<\EOF
17674 #define wxUSE_SCROLLBAR 1
17675 EOF
17676
17677 USES_CONTROLS=1
17678 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
17679 fi
17680
17681 if test "$wxUSE_SLIDER" = "yes"; then
17682 cat >> confdefs.h <<\EOF
17683 #define wxUSE_SLIDER 1
17684 EOF
17685
17686 USES_CONTROLS=1
17687 fi
17688
17689 if test "$wxUSE_SPINBTN" = "yes"; then
17690 cat >> confdefs.h <<\EOF
17691 #define wxUSE_SPINBTN 1
17692 EOF
17693
17694 USES_CONTROLS=1
17695 fi
17696
17697 if test "$wxUSE_SPINCTRL" = "yes"; then
17698 cat >> confdefs.h <<\EOF
17699 #define wxUSE_SPINCTRL 1
17700 EOF
17701
17702 USES_CONTROLS=1
17703 fi
17704
17705 if test "$wxUSE_SPLITTER" = "yes"; then
17706 cat >> confdefs.h <<\EOF
17707 #define wxUSE_SPLITTER 1
17708 EOF
17709
17710 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
17711 fi
17712
17713 if test "$wxUSE_STATBMP" = "yes"; then
17714 cat >> confdefs.h <<\EOF
17715 #define wxUSE_STATBMP 1
17716 EOF
17717
17718 USES_CONTROLS=1
17719 fi
17720
17721 if test "$wxUSE_STATBOX" = "yes"; then
17722 cat >> confdefs.h <<\EOF
17723 #define wxUSE_STATBOX 1
17724 EOF
17725
17726 USES_CONTROLS=1
17727 fi
17728
17729 if test "$wxUSE_STATTEXT" = "yes"; then
17730 cat >> confdefs.h <<\EOF
17731 #define wxUSE_STATTEXT 1
17732 EOF
17733
17734 USES_CONTROLS=1
17735 fi
17736
17737 if test "$wxUSE_STATLINE" = "yes"; then
17738 if test "$wxUSE_WINE" = 1 ; then
17739 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
17740 else
17741 cat >> confdefs.h <<\EOF
17742 #define wxUSE_STATLINE 1
17743 EOF
17744
17745 USES_CONTROLS=1
17746 fi
17747 fi
17748
17749 if test "$wxUSE_STATUSBAR" = "yes"; then
17750 cat >> confdefs.h <<\EOF
17751 #define wxUSE_STATUSBAR 1
17752 EOF
17753
17754 USES_CONTROLS=1
17755
17756 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
17757 fi
17758
17759 if test "$wxUSE_TABDIALOG" = "yes"; then
17760 cat >> confdefs.h <<\EOF
17761 #define wxUSE_TAB_DIALOG 1
17762 EOF
17763
17764 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
17765 fi
17766
17767 if test "$wxUSE_TEXTCTRL" = "yes"; then
17768 cat >> confdefs.h <<\EOF
17769 #define wxUSE_TEXTCTRL 1
17770 EOF
17771
17772 USES_CONTROLS=1
17773 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
17774 fi
17775
17776 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17777 if test "$wxUSE_MAC" = 1 -o "$wxUSE_UNIVERSAL" = "yes"; then
17778 echo "configure: warning: Toggle button not yet supported under Mac OS X or wxUNIVERSAL... disabled" 1>&2
17779 wxUSE_TOGGLEBTN=no
17780 fi
17781
17782 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17783 cat >> confdefs.h <<\EOF
17784 #define wxUSE_TOGGLEBTN 1
17785 EOF
17786
17787 USES_CONTROLS=1
17788 fi
17789 fi
17790
17791 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
17792 cat >> confdefs.h <<\EOF
17793 #define wxUSE_TOOLBAR_SIMPLE 1
17794 EOF
17795
17796 wxUSE_TOOLBAR="yes"
17797 USES_CONTROLS=1
17798 fi
17799
17800 if test "$wxUSE_TOOLBAR" = "yes"; then
17801 cat >> confdefs.h <<\EOF
17802 #define wxUSE_TOOLBAR 1
17803 EOF
17804
17805 USES_CONTROLS=1
17806
17807 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17808 wxUSE_TOOLBAR_NATIVE="yes"
17809 fi
17810
17811 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17812 cat >> confdefs.h <<\EOF
17813 #define wxUSE_TOOLBAR_NATIVE 1
17814 EOF
17815
17816 USES_CONTROLS=1
17817 fi
17818
17819 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
17820 fi
17821
17822 if test "$wxUSE_TOOLTIPS" = "yes"; then
17823 if test "$wxUSE_MOTIF" = 1; then
17824 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
17825 else
17826 if test "$wxUSE_WINE" = 1; then
17827 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
17828 else
17829 cat >> confdefs.h <<\EOF
17830 #define wxUSE_TOOLTIPS 1
17831 EOF
17832
17833 fi
17834 fi
17835 fi
17836
17837 if test "$wxUSE_TREECTRL" = "yes"; then
17838 if test "$wxUSE_IMAGLIST" = "yes"; then
17839 cat >> confdefs.h <<\EOF
17840 #define wxUSE_TREECTRL 1
17841 EOF
17842
17843 USES_CONTROLS=1
17844 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
17845 else
17846 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
17847 fi
17848 fi
17849
17850 if test "$wxUSE_POPUPWIN" = "yes"; then
17851 if test "$wxUSE_MAC" = 1; then
17852 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
17853 else
17854 cat >> confdefs.h <<\EOF
17855 #define wxUSE_POPUPWIN 1
17856 EOF
17857
17858 USES_CONTROLS=1
17859 fi
17860 fi
17861
17862 if test "$USES_CONTROLS" = 1; then
17863 cat >> confdefs.h <<\EOF
17864 #define wxUSE_CONTROLS 1
17865 EOF
17866
17867 fi
17868
17869
17870 if test "$wxUSE_TREELAYOUT" = "yes"; then
17871 cat >> confdefs.h <<\EOF
17872 #define wxUSE_TREELAYOUT 1
17873 EOF
17874
17875 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelay"
17876 fi
17877
17878 if test "$wxUSE_DRAGIMAGE" = "yes"; then
17879 cat >> confdefs.h <<\EOF
17880 #define wxUSE_DRAGIMAGE 1
17881 EOF
17882
17883 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
17884 fi
17885
17886 if test "$wxUSE_MENUS" = "yes"; then
17887 cat >> confdefs.h <<\EOF
17888 #define wxUSE_MENUS 1
17889 EOF
17890
17891 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
17892 fi
17893
17894 if test "$wxUSE_METAFILE" = "yes"; then
17895 cat >> confdefs.h <<\EOF
17896 #define wxUSE_METAFILE 1
17897 EOF
17898
17899 fi
17900
17901 if test "$wxUSE_MIMETYPE" = "yes"; then
17902 cat >> confdefs.h <<\EOF
17903 #define wxUSE_MIMETYPE 1
17904 EOF
17905
17906 fi
17907
17908 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
17909 cat >> confdefs.h <<\EOF
17910 #define wxUSE_SYSTEM_OPTIONS 1
17911 EOF
17912
17913 fi
17914
17915 if test "$wxUSE_MINIFRAME" = "yes"; then
17916 cat >> confdefs.h <<\EOF
17917 #define wxUSE_MINIFRAME 1
17918 EOF
17919
17920 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
17921 fi
17922
17923 if test "$wxUSE_HTML" = "yes"; then
17924 cat >> confdefs.h <<\EOF
17925 #define wxUSE_HTML 1
17926 EOF
17927
17928 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html"
17929 fi
17930
17931 if test "$wxUSE_VALIDATORS" = "yes"; then
17932 cat >> confdefs.h <<\EOF
17933 #define wxUSE_VALIDATORS 1
17934 EOF
17935
17936 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
17937 fi
17938
17939 if test "$wxUSE_PALETTE" = "yes" ; then
17940 cat >> confdefs.h <<\EOF
17941 #define wxUSE_PALETTE 1
17942 EOF
17943
17944 fi
17945
17946 if test "$wxUSE_IMAGE" = "yes" ; then
17947 cat >> confdefs.h <<\EOF
17948 #define wxUSE_IMAGE 1
17949 EOF
17950
17951 fi
17952
17953 if test "$wxUSE_GIF" = "yes" ; then
17954 cat >> confdefs.h <<\EOF
17955 #define wxUSE_GIF 1
17956 EOF
17957
17958 fi
17959
17960 if test "$wxUSE_PCX" = "yes" ; then
17961 cat >> confdefs.h <<\EOF
17962 #define wxUSE_PCX 1
17963 EOF
17964
17965 fi
17966
17967 if test "$wxUSE_PNM" = "yes" ; then
17968 cat >> confdefs.h <<\EOF
17969 #define wxUSE_PNM 1
17970 EOF
17971
17972 fi
17973
17974 if test "$wxUSE_XPM" = "yes" ; then
17975 cat >> confdefs.h <<\EOF
17976 #define wxUSE_XPM 1
17977 EOF
17978
17979 fi
17980
17981
17982 if test "$wxUSE_CHOICEDLG" = "yes"; then
17983 cat >> confdefs.h <<\EOF
17984 #define wxUSE_CHOICEDLG 1
17985 EOF
17986
17987 fi
17988
17989 if test "$wxUSE_COLOURDLG" = "yes"; then
17990 cat >> confdefs.h <<\EOF
17991 #define wxUSE_COLOURDLG 1
17992 EOF
17993
17994 fi
17995
17996 if test "$wxUSE_FILEDLG" = "yes"; then
17997 cat >> confdefs.h <<\EOF
17998 #define wxUSE_FILEDLG 1
17999 EOF
18000
18001 fi
18002
18003 if test "$wxUSE_FINDREPLDLG" = "yes"; then
18004 cat >> confdefs.h <<\EOF
18005 #define wxUSE_FINDREPLDLG 1
18006 EOF
18007
18008 fi
18009
18010 if test "$wxUSE_FONTDLG" = "yes"; then
18011 cat >> confdefs.h <<\EOF
18012 #define wxUSE_FONTDLG 1
18013 EOF
18014
18015 fi
18016
18017 if test "$wxUSE_DIRDLG" = "yes"; then
18018 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18019 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
18020 else
18021 if test "$wxUSE_TREECTRL" != "yes"; then
18022 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
18023 else
18024 cat >> confdefs.h <<\EOF
18025 #define wxUSE_DIRDLG 1
18026 EOF
18027
18028 fi
18029 fi
18030 fi
18031
18032 if test "$wxUSE_MSGDLG" = "yes"; then
18033 cat >> confdefs.h <<\EOF
18034 #define wxUSE_MSGDLG 1
18035 EOF
18036
18037 fi
18038
18039 if test "$wxUSE_NUMBERDLG" = "yes"; then
18040 cat >> confdefs.h <<\EOF
18041 #define wxUSE_NUMBERDLG 1
18042 EOF
18043
18044 fi
18045
18046 if test "$wxUSE_PROGRESSDLG" = "yes"; then
18047 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18048 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
18049 else
18050 cat >> confdefs.h <<\EOF
18051 #define wxUSE_PROGRESSDLG 1
18052 EOF
18053
18054 fi
18055 fi
18056
18057 if test "$wxUSE_SPLASH" = "yes"; then
18058 cat >> confdefs.h <<\EOF
18059 #define wxUSE_SPLASH 1
18060 EOF
18061
18062 fi
18063
18064 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
18065 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18066 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
18067 else
18068 cat >> confdefs.h <<\EOF
18069 #define wxUSE_STARTUP_TIPS 1
18070 EOF
18071
18072 fi
18073 fi
18074
18075 if test "$wxUSE_TEXTDLG" = "yes"; then
18076 cat >> confdefs.h <<\EOF
18077 #define wxUSE_TEXTDLG 1
18078 EOF
18079
18080 fi
18081
18082 if test "$wxUSE_WIZARDDLG" = "yes"; then
18083 cat >> confdefs.h <<\EOF
18084 #define wxUSE_WIZARDDLG 1
18085 EOF
18086
18087 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
18088 fi
18089
18090
18091 if test "$cross_compiling" = "yes"; then
18092 OSINFO="\"$host\""
18093 else
18094 OSINFO=`uname -s -r -m`
18095 OSINFO="\"$OSINFO\""
18096 fi
18097
18098 cat >> confdefs.h <<EOF
18099 #define WXWIN_OS_DESCRIPTION $OSINFO
18100 EOF
18101
18102
18103
18104 if test "x$prefix" != "xNONE"; then
18105 wxPREFIX=$prefix
18106 else
18107 wxPREFIX=$ac_default_prefix
18108 fi
18109
18110 cat >> confdefs.h <<EOF
18111 #define wxINSTALL_PREFIX "$wxPREFIX"
18112 EOF
18113
18114
18115
18116 GUILIBS="$GUI_TK_LIBRARY $TOOLKIT_LINK"
18117
18118 EXTRA_LIBS="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
18119
18120 if test "$wxUSE_MAC" = 1 ; then
18121 EXTRA_LIBS="$EXTRA_LIBS -framework Carbon -framework System"
18122 fi
18123
18124 if test "$wxUSE_GUI" = "yes"; then
18125 EXTRA_LIBS="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
18126
18127
18128 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
18129 drawing dynamic erase event exec font image \
18130 minimal richedit rotate widgets"
18131
18132 CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18133 else
18134 SAMPLES_SUBDIRS="console"
18135 fi
18136
18137 LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18138
18139 INCLUDES="-I. -I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
18140 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18141 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
18142
18143 if test "$wxUSE_GTK" = 1; then
18144 WXCONFIG_INCLUDE=""
18145 else
18146 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
18147 fi
18148
18149 if test "$GXX" = yes ; then
18150 CXXWARNINGS="-Wall"
18151 fi
18152 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18153
18154 CFLAGS=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18155 CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18156
18157 LDFLAGS="$LDFLAGS $PROFILE"
18158
18159 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18160
18161
18162
18163
18164
18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
18175
18176
18177
18178
18179
18180
18181
18182
18183
18184
18185
18186
18187
18188
18189
18190
18191
18192
18193
18194
18195
18196
18197
18198
18199
18200
18201
18202
18203
18204
18205
18206
18207
18208
18209
18210
18211
18212
18213
18214
18215
18216
18217
18218
18219
18220
18221
18222
18223
18224
18225
18226
18227
18228
18229
18230
18231
18232
18233
18234
18235
18236
18237
18238
18239
18240
18241
18242
18243 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
18244 echo "configure:18245: checking whether ${MAKE-make} sets \${MAKE}" >&5
18245 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
18246 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18247 echo $ac_n "(cached) $ac_c" 1>&6
18248 else
18249 cat > conftestmake <<\EOF
18250 all:
18251 @echo 'ac_maketemp="${MAKE}"'
18252 EOF
18253 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18254 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
18255 if test -n "$ac_maketemp"; then
18256 eval ac_cv_prog_make_${ac_make}_set=yes
18257 else
18258 eval ac_cv_prog_make_${ac_make}_set=no
18259 fi
18260 rm -f conftestmake
18261 fi
18262 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
18263 echo "$ac_t""yes" 1>&6
18264 SET_MAKE=
18265 else
18266 echo "$ac_t""no" 1>&6
18267 SET_MAKE="MAKE=${MAKE-make}"
18268 fi
18269
18270
18271 if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
18272 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
18273 fi
18274
18275
18276
18277 if test "$wxUSE_GUI" = "yes"; then
18278 wx_cv_path_samplesubdirs=$SAMPLES_SUBDIRS
18279 wx_cv_path_ifs=$PATH_IFS
18280 wx_cv_program_ext=$PROGRAM_EXT
18281 wx_cv_target_library=$WX_TARGET_LIBRARY
18282 wx_cv_target_library_gl=$WX_TARGET_LIBRARY_GL
18283 wx_cv_target_libtype=$WX_TARGET_LIBRARY_TYPE
18284 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
18285 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
18286 subdirs="demos samples utils contrib"
18287
18288 fi
18289
18290 trap '' 1 2 15
18291 cat > confcache <<\EOF
18292 # This file is a shell script that caches the results of configure
18293 # tests run on this system so they can be shared between configure
18294 # scripts and configure runs. It is not useful on other systems.
18295 # If it contains results you don't want to keep, you may remove or edit it.
18296 #
18297 # By default, configure uses ./config.cache as the cache file,
18298 # creating it if it does not exist already. You can give configure
18299 # the --cache-file=FILE option to use a different cache file; that is
18300 # what configure does when it calls configure scripts in
18301 # subdirectories, so they share the cache.
18302 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18303 # config.status only pays attention to the cache file if you give it the
18304 # --recheck option to rerun configure.
18305 #
18306 EOF
18307 # The following way of writing the cache mishandles newlines in values,
18308 # but we know of no workaround that is simple, portable, and efficient.
18309 # So, don't put newlines in cache variables' values.
18310 # Ultrix sh set writes to stderr and can't be redirected directly,
18311 # and sets the high bit in the cache file unless we assign to the vars.
18312 (set) 2>&1 |
18313 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18314 *ac_space=\ *)
18315 # `set' does not quote correctly, so add quotes (double-quote substitution
18316 # turns \\\\ into \\, and sed turns \\ into \).
18317 sed -n \
18318 -e "s/'/'\\\\''/g" \
18319 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18320 ;;
18321 *)
18322 # `set' quotes correctly as required by POSIX, so do not add quotes.
18323 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18324 ;;
18325 esac >> confcache
18326 if cmp -s $cache_file confcache; then
18327 :
18328 else
18329 if test -w $cache_file; then
18330 echo "updating cache $cache_file"
18331 cat confcache > $cache_file
18332 else
18333 echo "not updating unwritable cache $cache_file"
18334 fi
18335 fi
18336 rm -f confcache
18337
18338 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18339
18340 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18341 # Let make expand exec_prefix.
18342 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18343
18344 # Any assignment to VPATH causes Sun make to only execute
18345 # the first set of double-colon rules, so remove it if not needed.
18346 # If there is a colon in the path, we need to keep it.
18347 if test "x$srcdir" = x.; then
18348 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
18349 fi
18350
18351 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18352
18353 DEFS=-DHAVE_CONFIG_H
18354
18355 # Without the "./", some shells look in PATH for config.status.
18356 : ${CONFIG_STATUS=./config.status}
18357
18358 echo creating $CONFIG_STATUS
18359 rm -f $CONFIG_STATUS
18360 cat > $CONFIG_STATUS <<EOF
18361 #! /bin/sh
18362 # Generated automatically by configure.
18363 # Run this file to recreate the current configuration.
18364 # This directory was configured as follows,
18365 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18366 #
18367 # $0 $ac_configure_args
18368 #
18369 # Compiler output produced by configure, useful for debugging
18370 # configure, is in ./config.log if it exists.
18371
18372 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18373 for ac_option
18374 do
18375 case "\$ac_option" in
18376 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18377 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18378 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18379 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18380 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18381 exit 0 ;;
18382 -help | --help | --hel | --he | --h)
18383 echo "\$ac_cs_usage"; exit 0 ;;
18384 *) echo "\$ac_cs_usage"; exit 1 ;;
18385 esac
18386 done
18387
18388 ac_given_srcdir=$srcdir
18389 ac_given_INSTALL="$INSTALL"
18390
18391 trap 'rm -fr `echo "
18392 wx-config
18393 src/make.env
18394 src/makeprog.env
18395 src/makelib.env
18396 Makefile
18397 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18398 EOF
18399 cat >> $CONFIG_STATUS <<EOF
18400
18401 # Protect against being on the right side of a sed subst in config.status.
18402 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18403 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18404 $ac_vpsub
18405 $extrasub
18406 s%@SHELL@%$SHELL%g
18407 s%@CFLAGS@%$CFLAGS%g
18408 s%@CPPFLAGS@%$CPPFLAGS%g
18409 s%@CXXFLAGS@%$CXXFLAGS%g
18410 s%@FFLAGS@%$FFLAGS%g
18411 s%@DEFS@%$DEFS%g
18412 s%@LDFLAGS@%$LDFLAGS%g
18413 s%@LIBS@%$LIBS%g
18414 s%@exec_prefix@%$exec_prefix%g
18415 s%@prefix@%$prefix%g
18416 s%@program_transform_name@%$program_transform_name%g
18417 s%@bindir@%$bindir%g
18418 s%@sbindir@%$sbindir%g
18419 s%@libexecdir@%$libexecdir%g
18420 s%@datadir@%$datadir%g
18421 s%@sysconfdir@%$sysconfdir%g
18422 s%@sharedstatedir@%$sharedstatedir%g
18423 s%@localstatedir@%$localstatedir%g
18424 s%@libdir@%$libdir%g
18425 s%@includedir@%$includedir%g
18426 s%@oldincludedir@%$oldincludedir%g
18427 s%@infodir@%$infodir%g
18428 s%@mandir@%$mandir%g
18429 s%@host@%$host%g
18430 s%@host_alias@%$host_alias%g
18431 s%@host_cpu@%$host_cpu%g
18432 s%@host_vendor@%$host_vendor%g
18433 s%@host_os@%$host_os%g
18434 s%@target@%$target%g
18435 s%@target_alias@%$target_alias%g
18436 s%@target_cpu@%$target_cpu%g
18437 s%@target_vendor@%$target_vendor%g
18438 s%@target_os@%$target_os%g
18439 s%@build@%$build%g
18440 s%@build_alias@%$build_alias%g
18441 s%@build_cpu@%$build_cpu%g
18442 s%@build_vendor@%$build_vendor%g
18443 s%@build_os@%$build_os%g
18444 s%@CC@%$CC%g
18445 s%@CPP@%$CPP%g
18446 s%@CXX@%$CXX%g
18447 s%@RANLIB@%$RANLIB%g
18448 s%@AR@%$AR%g
18449 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18450 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18451 s%@INSTALL_DATA@%$INSTALL_DATA%g
18452 s%@STRIP@%$STRIP%g
18453 s%@YACC@%$YACC%g
18454 s%@LEX@%$LEX%g
18455 s%@LEXLIB@%$LEXLIB%g
18456 s%@LN_S@%$LN_S%g
18457 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
18458 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18459 s%@GTK_LIBS@%$GTK_LIBS%g
18460 s%@GTK_CONFIG@%$GTK_CONFIG%g
18461 s%@X_CFLAGS@%$X_CFLAGS%g
18462 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18463 s%@X_LIBS@%$X_LIBS%g
18464 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18465 s%@RESCOMP@%$RESCOMP%g
18466 s%@DEREZ@%$DEREZ%g
18467 s%@CXXCPP@%$CXXCPP%g
18468 s%@LEX_STEM@%$LEX_STEM%g
18469 s%@PATH_IFS@%$PATH_IFS%g
18470 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18471 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18472 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18473 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18474 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18475 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18476 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18477 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18478 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18479 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18480 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18481 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18482 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18483 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18484 s%@WX_ALL@%$WX_ALL%g
18485 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18486 s%@SHARED_LD@%$SHARED_LD%g
18487 s%@PIC_FLAG@%$PIC_FLAG%g
18488 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18489 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18490 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
18491 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
18492 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18493 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18494 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18495 s%@USE_GUI@%$USE_GUI%g
18496 s%@AFMINSTALL@%$AFMINSTALL%g
18497 s%@TOOLKIT@%$TOOLKIT%g
18498 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18499 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
18500 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
18501 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
18502 s%@cross_compiling@%$cross_compiling%g
18503 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
18504 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
18505 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18506 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18507 s%@GUIDIST@%$GUIDIST%g
18508 s%@PORT_FILES@%$PORT_FILES%g
18509 s%@DISTDIR@%$DISTDIR%g
18510 s%@RPM_SPEC@%$RPM_SPEC%g
18511 s%@RPM_FILES@%$RPM_FILES%g
18512 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18513 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18514 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18515 s%@EXTRADEFS@%$EXTRADEFS%g
18516 s%@LD_LIBS@%$LD_LIBS%g
18517 s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g
18518 s%@RESFLAGS@%$RESFLAGS%g
18519 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
18520 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
18521 s%@LIBWXMACRES@%$LIBWXMACRES%g
18522 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18523 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
18524 s%@DLLTOOL@%$DLLTOOL%g
18525 s%@AS@%$AS%g
18526 s%@NM@%$NM%g
18527 s%@LD@%$LD%g
18528 s%@MAKEINFO@%$MAKEINFO%g
18529 s%@SET_MAKE@%$SET_MAKE%g
18530 s%@subdirs@%$subdirs%g
18531
18532 CEOF
18533 EOF
18534
18535 cat >> $CONFIG_STATUS <<\EOF
18536
18537 # Split the substitutions into bite-sized pieces for seds with
18538 # small command number limits, like on Digital OSF/1 and HP-UX.
18539 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
18540 ac_file=1 # Number of current file.
18541 ac_beg=1 # First line for current file.
18542 ac_end=$ac_max_sed_cmds # Line after last line for current file.
18543 ac_more_lines=:
18544 ac_sed_cmds=""
18545 while $ac_more_lines; do
18546 if test $ac_beg -gt 1; then
18547 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
18548 else
18549 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
18550 fi
18551 if test ! -s conftest.s$ac_file; then
18552 ac_more_lines=false
18553 rm -f conftest.s$ac_file
18554 else
18555 if test -z "$ac_sed_cmds"; then
18556 ac_sed_cmds="sed -f conftest.s$ac_file"
18557 else
18558 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
18559 fi
18560 ac_file=`expr $ac_file + 1`
18561 ac_beg=$ac_end
18562 ac_end=`expr $ac_end + $ac_max_sed_cmds`
18563 fi
18564 done
18565 if test -z "$ac_sed_cmds"; then
18566 ac_sed_cmds=cat
18567 fi
18568 EOF
18569
18570 cat >> $CONFIG_STATUS <<EOF
18571
18572 CONFIG_FILES=\${CONFIG_FILES-"wx-config
18573 src/make.env
18574 src/makeprog.env
18575 src/makelib.env
18576 Makefile
18577 "}
18578 EOF
18579 cat >> $CONFIG_STATUS <<\EOF
18580 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
18581 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18582 case "$ac_file" in
18583 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18584 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18585 *) ac_file_in="${ac_file}.in" ;;
18586 esac
18587
18588 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18589
18590 # Remove last slash and all that follows it. Not all systems have dirname.
18591 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18592 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18593 # The file is in a subdirectory.
18594 test ! -d "$ac_dir" && mkdir "$ac_dir"
18595 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
18596 # A "../" for each directory in $ac_dir_suffix.
18597 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18598 else
18599 ac_dir_suffix= ac_dots=
18600 fi
18601
18602 case "$ac_given_srcdir" in
18603 .) srcdir=.
18604 if test -z "$ac_dots"; then top_srcdir=.
18605 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18606 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
18607 *) # Relative path.
18608 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18609 top_srcdir="$ac_dots$ac_given_srcdir" ;;
18610 esac
18611
18612 case "$ac_given_INSTALL" in
18613 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18614 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18615 esac
18616
18617 echo creating "$ac_file"
18618 rm -f "$ac_file"
18619 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18620 case "$ac_file" in
18621 *Makefile*) ac_comsub="1i\\
18622 # $configure_input" ;;
18623 *) ac_comsub= ;;
18624 esac
18625
18626 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18627 sed -e "$ac_comsub
18628 s%@configure_input@%$configure_input%g
18629 s%@srcdir@%$srcdir%g
18630 s%@top_srcdir@%$top_srcdir%g
18631 s%@INSTALL@%$INSTALL%g
18632 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18633 fi; done
18634 rm -f conftest.s*
18635
18636 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18637 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18638 #
18639 # ac_d sets the value in "#define NAME VALUE" lines.
18640 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18641 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
18642 ac_dC='\3'
18643 ac_dD='%g'
18644 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18645 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18646 ac_uB='\([ ]\)%\1#\2define\3'
18647 ac_uC=' '
18648 ac_uD='\4%g'
18649 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18650 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18651 ac_eB='$%\1#\2define\3'
18652 ac_eC=' '
18653 ac_eD='%g'
18654
18655 if test "${CONFIG_HEADERS+set}" != set; then
18656 EOF
18657 cat >> $CONFIG_STATUS <<EOF
18658 CONFIG_HEADERS="setup.h:setup.h.in"
18659 EOF
18660 cat >> $CONFIG_STATUS <<\EOF
18661 fi
18662 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
18663 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18664 case "$ac_file" in
18665 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
18666 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18667 *) ac_file_in="${ac_file}.in" ;;
18668 esac
18669
18670 echo creating $ac_file
18671
18672 rm -f conftest.frag conftest.in conftest.out
18673 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18674 cat $ac_file_inputs > conftest.in
18675
18676 EOF
18677
18678 # Transform confdefs.h into a sed script conftest.vals that substitutes
18679 # the proper values into config.h.in to produce config.h. And first:
18680 # Protect against being on the right side of a sed subst in config.status.
18681 # Protect against being in an unquoted here document in config.status.
18682 rm -f conftest.vals
18683 cat > conftest.hdr <<\EOF
18684 s/[\\&%]/\\&/g
18685 s%[\\$`]%\\&%g
18686 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18687 s%ac_d%ac_u%gp
18688 s%ac_u%ac_e%gp
18689 EOF
18690 sed -n -f conftest.hdr confdefs.h > conftest.vals
18691 rm -f conftest.hdr
18692
18693 # This sed command replaces #undef with comments. This is necessary, for
18694 # example, in the case of _POSIX_SOURCE, which is predefined and required
18695 # on some systems where configure will not decide to define it.
18696 cat >> conftest.vals <<\EOF
18697 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18698 EOF
18699
18700 # Break up conftest.vals because some shells have a limit on
18701 # the size of here documents, and old seds have small limits too.
18702
18703 rm -f conftest.tail
18704 while :
18705 do
18706 ac_lines=`grep -c . conftest.vals`
18707 # grep -c gives empty output for an empty file on some AIX systems.
18708 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18709 # Write a limited-size here document to conftest.frag.
18710 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18711 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18712 echo 'CEOF
18713 sed -f conftest.frag conftest.in > conftest.out
18714 rm -f conftest.in
18715 mv conftest.out conftest.in
18716 ' >> $CONFIG_STATUS
18717 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18718 rm -f conftest.vals
18719 mv conftest.tail conftest.vals
18720 done
18721 rm -f conftest.vals
18722
18723 cat >> $CONFIG_STATUS <<\EOF
18724 rm -f conftest.frag conftest.h
18725 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18726 cat conftest.in >> conftest.h
18727 rm -f conftest.in
18728 if cmp -s $ac_file conftest.h 2>/dev/null; then
18729 echo "$ac_file is unchanged"
18730 rm -f conftest.h
18731 else
18732 # Remove last slash and all that follows it. Not all systems have dirname.
18733 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18734 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18735 # The file is in a subdirectory.
18736 test ! -d "$ac_dir" && mkdir "$ac_dir"
18737 fi
18738 rm -f $ac_file
18739 mv conftest.h $ac_file
18740 fi
18741 fi; done
18742
18743 EOF
18744 cat >> $CONFIG_STATUS <<EOF
18745
18746 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
18747 LN_S="${LN_S}"
18748
18749
18750 EOF
18751 cat >> $CONFIG_STATUS <<\EOF
18752
18753 if test ! -L wx-config; then
18754 chmod +x wx-config
18755 mv wx-config wx${TOOLCHAIN_NAME}-config
18756 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
18757 fi
18758
18759 if test ! -d lib; then
18760 mkdir lib
18761 fi
18762 if test ! -d lib/wx; then
18763 mkdir lib/wx
18764 fi
18765 if test ! -d lib/wx/include; then
18766 mkdir lib/wx/include
18767 fi
18768 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
18769 mkdir lib/wx/include/${TOOLCHAIN_NAME}
18770 fi
18771 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
18772 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
18773 fi
18774 if test -f setup.h; then
18775 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
18776 fi
18777
18778 exit 0
18779 EOF
18780 chmod +x $CONFIG_STATUS
18781 rm -fr confdefs* $ac_clean_files
18782 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
18783
18784 if test "$no_recursion" != yes; then
18785
18786 # Remove --cache-file and --srcdir arguments so they do not pile up.
18787 ac_sub_configure_args=
18788 ac_prev=
18789 for ac_arg in $ac_configure_args; do
18790 if test -n "$ac_prev"; then
18791 ac_prev=
18792 continue
18793 fi
18794 case "$ac_arg" in
18795 -cache-file | --cache-file | --cache-fil | --cache-fi \
18796 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18797 ac_prev=cache_file ;;
18798 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
18799 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
18800 ;;
18801 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18802 ac_prev=srcdir ;;
18803 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18804 ;;
18805 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18806 esac
18807 done
18808
18809 for ac_config_dir in demos samples utils contrib; do
18810
18811 # Do not complain, so a configure script can configure whichever
18812 # parts of a large source tree are present.
18813 if test ! -d $srcdir/$ac_config_dir; then
18814 continue
18815 fi
18816
18817 echo configuring in $ac_config_dir
18818
18819 case "$srcdir" in
18820 .) ;;
18821 *)
18822 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18823 else
18824 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18825 fi
18826 ;;
18827 esac
18828
18829 ac_popdir=`pwd`
18830 cd $ac_config_dir
18831
18832 # A "../" for each directory in /$ac_config_dir.
18833 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
18834
18835 case "$srcdir" in
18836 .) # No --srcdir option. We are building in place.
18837 ac_sub_srcdir=$srcdir ;;
18838 /*) # Absolute path.
18839 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
18840 *) # Relative path.
18841 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
18842 esac
18843
18844 # Check for guested configure; otherwise get Cygnus style configure.
18845 if test -f $ac_sub_srcdir/configure; then
18846 ac_sub_configure=$ac_sub_srcdir/configure
18847 elif test -f $ac_sub_srcdir/configure.in; then
18848 ac_sub_configure=$ac_configure
18849 else
18850 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
18851 ac_sub_configure=
18852 fi
18853
18854 # The recursion is here.
18855 if test -n "$ac_sub_configure"; then
18856
18857 # Make the cache file name correct relative to the subdirectory.
18858 case "$cache_file" in
18859 /*) ac_sub_cache_file=$cache_file ;;
18860 *) # Relative path.
18861 ac_sub_cache_file="$ac_dots$cache_file" ;;
18862 esac
18863 case "$ac_given_INSTALL" in
18864 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18865 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18866 esac
18867
18868 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
18869 # The eval makes quoting arguments work.
18870 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
18871 then :
18872 else
18873 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
18874 fi
18875 fi
18876
18877 cd $ac_popdir
18878 done
18879 fi
18880
18881